// ColorBox v1.3.17.2 - a full featured, light-weight, customizable lightbox based on jQuery 1.3+
// Copyright (c) 2011 Jack Moore - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function(a,b,c){function bc(b){if(!U){P=b,_(),y=a(P),Q=0,K.rel!=="nofollow"&&(y=a("."+g).filter(function(){var b=a.data(this,e).rel||this.rel;return b===K.rel}),Q=y.index(P),Q===-1&&(y=y.add(P),Q=y.length-1));if(!S){S=T=!0,r.show();if(K.returnFocus)try{P.blur(),a(P).one(l,function(){try{this.focus()}catch(a){}})}catch(c){}q.css({opacity:+K.opacity,cursor:K.overlayClose?"pointer":"auto"}).show(),K.w=Z(K.initialWidth,"x"),K.h=Z(K.initialHeight,"y"),X.position(),o&&z.bind("resize."+p+" scroll."+p,function(){q.css({width:z.width(),height:z.height(),top:z.scrollTop(),left:z.scrollLeft()})}).trigger("resize."+p),ba(h,K.onOpen),J.add(D).hide(),I.html(K.close).show()}X.load(!0)}}function bb(){var a,b=f+"Slideshow_",c="click."+f,d,e,g;K.slideshow&&y[1]?(d=function(){F.text(K.slideshowStop).unbind(c).bind(j,function(){if(Q<y.length-1||K.loop)a=setTimeout(X.next,K.slideshowSpeed)}).bind(i,function(){clearTimeout(a)}).one(c+" "+k,e),r.removeClass(b+"off").addClass(b+"on"),a=setTimeout(X.next,K.slideshowSpeed)},e=function(){clearTimeout(a),F.text(K.slideshowStart).unbind([j,i,k,c].join(" ")).one(c,d),r.removeClass(b+"on").addClass(b+"off")},K.slideshowAuto?d():e()):r.removeClass(b+"off "+b+"on")}function ba(b,c){c&&c.call(P),a.event.trigger(b)}function _(b){K=a.extend({},a.data(P,e));for(b in K)a.isFunction(K[b])&&b.substring(0,2)!=="on"&&(K[b]=K[b].call(P));K.rel=K.rel||P.rel||"nofollow",K.href=K.href||a(P).attr("href"),K.title=K.title||P.title,typeof K.href=="string"&&(K.href=a.trim(K.href))}function $(a){return K.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i.test(a)}function Z(a,b){return Math.round((/%/.test(a)?(b==="x"?z.width():z.height())/100:1)*parseInt(a,10))}function Y(c,d,e){e=b.createElement("div"),c&&(e.id=f+c),e.style.cssText=d||"";return a(e)}var d={transition:"elastic",speed:300,width:!1,initialWidth:"600",innerWidth:!1,maxWidth:!1,height:!1,initialHeight:"450",innerHeight:!1,maxHeight:!1,scalePhotos:!0,scrolling:!0,inline:!1,html:!1,iframe:!1,fastIframe:!0,photo:!1,href:!1,title:!1,rel:!1,opacity:.9,preloading:!0,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:!1,returnFocus:!0,loop:!0,slideshow:!1,slideshowAuto:!0,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:!1,onLoad:!1,onComplete:!1,onCleanup:!1,onClosed:!1,overlayClose:!0,escKey:!0,arrowKey:!0,top:!1,bottom:!1,left:!1,right:!1,fixed:!1,data:!1},e="colorbox",f="cbox",g=f+"Element",h=f+"_open",i=f+"_load",j=f+"_complete",k=f+"_cleanup",l=f+"_closed",m=f+"_purge",n=a.browser.msie&&!a.support.opacity,o=n&&a.browser.version<7,p=f+"_IE6",q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X;X=a.fn[e]=a[e]=function(b,c){var f=this;b=b||{};if(!f[0]){if(f.selector)return f;f=a("<a/>"),b.open=!0}c&&(b.onComplete=c),f.each(function(){a.data(this,e,a.extend({},a.data(this,e)||d,b)),a(this).addClass(g)}),(a.isFunction(b.open)&&b.open.call(f)||b.open)&&bc(f[0]);return f},X.init=function(){z=a(c),r=Y().attr({id:e,"class":n?f+(o?"IE6":"IE"):""}),q=Y("Overlay",o?"position:absolute":"").hide(),s=Y("Wrapper"),t=Y("Content").append(A=Y("LoadedContent","width:0; height:0; overflow:hidden"),C=Y("LoadingOverlay").add(Y("LoadingGraphic")),D=Y("Title"),E=Y("Current"),G=Y("Next"),H=Y("Previous"),F=Y("Slideshow").bind(h,bb),I=Y("Close")),s.append(Y().append(Y("TopLeft"),u=Y("TopCenter"),Y("TopRight")),Y(!1,"clear:left").append(v=Y("MiddleLeft"),t,w=Y("MiddleRight")),Y(!1,"clear:left").append(Y("BottomLeft"),x=Y("BottomCenter"),Y("BottomRight"))).children().children().css({"float":"left"}),B=Y(!1,"position:absolute; width:9999px; visibility:hidden; display:none"),a("body").prepend(q,r.append(s,B)),t.children().hover(function(){a(this).addClass("hover")},function(){a(this).removeClass("hover")}).addClass("hover"),L=u.height()+x.height()+t.outerHeight(!0)-t.height(),M=v.width()+w.width()+t.outerWidth(!0)-t.width(),N=A.outerHeight(!0),O=A.outerWidth(!0),r.css({"padding-bottom":L,"padding-right":M}).hide(),G.click(function(){X.next()}),H.click(function(){X.prev()}),I.click(function(){X.close()}),J=G.add(H).add(E).add(F),t.children().removeClass("hover"),q.click(function(){K.overlayClose&&X.close()}),a(b).bind("keydown."+f,function(a){var b=a.keyCode;S&&K.escKey&&b===27&&(a.preventDefault(),X.close()),S&&K.arrowKey&&y[1]&&(b===37?(a.preventDefault(),H.click()):b===39&&(a.preventDefault(),G.click()))})},X.remove=function(){r.add(q).remove(),a("."+g).removeData(e).removeClass(g)},X.position=function(a,c){function g(a){u[0].style.width=x[0].style.width=t[0].style.width=a.style.width,C[0].style.height=C[1].style.height=t[0].style.height=v[0].style.height=w[0].style.height=a.style.height}var d=0,e=0;z.unbind("resize."+f),r.hide(),K.fixed&&!o?r.css({position:"fixed"}):(d=z.scrollTop(),e=z.scrollLeft(),r.css({position:"absolute"})),K.right!==!1?e+=Math.max(z.width()-K.w-O-M-Z(K.right,"x"),0):K.left!==!1?e+=Z(K.left,"x"):e+=Math.round(Math.max(z.width()-K.w-O-M,0)/2),K.bottom!==!1?d+=Math.max(b.documentElement.clientHeight-K.h-N-L-Z(K.bottom,"y"),0):K.top!==!1?d+=Z(K.top,"y"):d+=Math.round(Math.max(b.documentElement.clientHeight-K.h-N-L,0)/2),r.show(),a=r.width()===K.w+O&&r.height()===K.h+N?0:a||0,s[0].style.width=s[0].style.height="9999px",r.dequeue().animate({width:K.w+O,height:K.h+N,top:d,left:e},{duration:a,complete:function(){g(this),T=!1,s[0].style.width=K.w+O+M+"px",s[0].style.height=K.h+N+L+"px",c&&c(),setTimeout(function(){z.bind("resize."+f,X.position)},1)},step:function(){g(this)}})},X.resize=function(a){if(S){a=a||{},a.width&&(K.w=Z(a.width,"x")-O-M),a.innerWidth&&(K.w=Z(a.innerWidth,"x")),A.css({width:K.w}),a.height&&(K.h=Z(a.height,"y")-N-L),a.innerHeight&&(K.h=Z(a.innerHeight,"y"));if(!a.innerHeight&&!a.height){var b=A.wrapInner("<div style='overflow:auto'></div>").children();K.h=b.height(),b.replaceWith(b.children())}A.css({height:K.h}),X.position(K.transition==="none"?0:K.speed)}},X.prep=function(b){function h(){K.h=K.h||A.height(),K.h=K.mh&&K.mh<K.h?K.mh:K.h;return K.h}function g(){K.w=K.w||A.width(),K.w=K.mw&&K.mw<K.w?K.mw:K.w;return K.w}if(!!S){var c,d=K.transition==="none"?0:K.speed;A.remove(),A=Y("LoadedContent").append(b),A.hide().appendTo(B.show()).css({width:g(),overflow:K.scrolling?"auto":"hidden"}).css({height:h()}).prependTo(t),B.hide(),a(R).css({"float":"none"}),o&&a("select").not(r.find("select")).filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one(k,function(){this.style.visibility="inherit"}),c=function(){function o(){n&&r[0].style.removeAttribute("filter")}var b,c,g,h,i=y.length,k,l;!S||(l=function(){clearTimeout(W),C.hide(),ba(j,K.onComplete)},n&&R&&A.fadeIn(100),D.html(K.title).add(A).show(),i>1?(typeof K.current=="string"&&E.html(K.current.replace("{current}",Q+1).replace("{total}",i)).show(),G[K.loop||Q<i-1?"show":"hide"]().html(K.next),H[K.loop||Q?"show":"hide"]().html(K.previous),b=Q?y[Q-1]:y[i-1],g=Q<i-1?y[Q+1]:y[0],K.slideshow&&F.show(),K.preloading&&(h=a.data(g,e).href||g.href,c=a.data(b,e).href||b.href,h=a.isFunction(h)?h.call(g):h,c=a.isFunction(c)?c.call(b):c,$(h)&&(a("<img/>")[0].src=h),$(c)&&(a("<img/>")[0].src=c))):J.hide(),K.iframe?(k=a("<iframe/>").addClass(f+"Iframe")[0],K.fastIframe?l():a(k).one("load",l),k.name=f+ +(new Date),k.src=K.href,K.scrolling||(k.scrolling="no"),n&&(k.frameBorder=0,k.allowTransparency="true"),a(k).appendTo(A).one(m,function(){k.src="//about:blank"})):l(),K.transition==="fade"?r.fadeTo(d,1,o):o())},K.transition==="fade"?r.fadeTo(d,0,function(){X.position(0,c)}):X.position(d,c)}},X.load=function(b){var c,d,e=X.prep;T=!0,R=!1,P=y[Q],b||_(),ba(m),ba(i,K.onLoad),K.h=K.height?Z(K.height,"y")-N-L:K.innerHeight&&Z(K.innerHeight,"y"),K.w=K.width?Z(K.width,"x")-O-M:K.innerWidth&&Z(K.innerWidth,"x"),K.mw=K.w,K.mh=K.h,K.maxWidth&&(K.mw=Z(K.maxWidth,"x")-O-M,K.mw=K.w&&K.w<K.mw?K.w:K.mw),K.maxHeight&&(K.mh=Z(K.maxHeight,"y")-N-L,K.mh=K.h&&K.h<K.mh?K.h:K.mh),c=K.href,W=setTimeout(function(){C.show()},100),K.inline?(Y().hide().insertBefore(a(c)[0]).one(m,function(){a(this).replaceWith(A.children())}),e(a(c))):K.iframe?e(" "):K.html?e(K.html):$(c)?(a(R=new Image).addClass(f+"Photo").error(function(){K.title=!1,e(Y("Error").text("This image could not be loaded"))}).load(function(){var a;R.onload=null,K.scalePhotos&&(d=function(){R.height-=R.height*a,R.width-=R.width*a},K.mw&&R.width>K.mw&&(a=(R.width-K.mw)/R.width,d()),K.mh&&R.height>K.mh&&(a=(R.height-K.mh)/R.height,d())),K.h&&(R.style.marginTop=Math.max(K.h-R.height,0)/2+"px"),y[1]&&(Q<y.length-1||K.loop)&&(R.style.cursor="pointer",R.onclick=function(){X.next()}),n&&(R.style.msInterpolationMode="bicubic"),setTimeout(function(){e(R)},1)}),setTimeout(function(){R.src=c},1)):c&&B.load(c,K.data,function(b,c,d){e(c==="error"?Y("Error").text("Request unsuccessful: "+d.statusText):a(this).contents())})},X.next=function(){!T&&y[1]&&(Q<y.length-1||K.loop)&&(Q=Q<y.length-1?Q+1:0,X.load())},X.prev=function(){!T&&y[1]&&(Q||K.loop)&&(Q=Q?Q-1:y.length-1,X.load())},X.close=function(){S&&!U&&(U=!0,S=!1,ba(k,K.onCleanup),z.unbind("."+f+" ."+p),q.fadeTo(200,0),r.stop().fadeTo(300,0,function(){r.add(q).css({opacity:1,cursor:"auto"}).hide(),ba(m),A.remove(),setTimeout(function(){U=!1,ba(l,K.onClosed)},1)}))},X.element=function(){return a(P)},X.settings=d,V=function(a){a.button!==0&&typeof a.button!="undefined"||a.ctrlKey||a.shiftKey||a.altKey||(a.preventDefault(),bc(this))},a.fn.delegate?a(b).delegate("."+g,"click",V):a("."+g).live("click",V),a(X.init)})(jQuery,document,this);;
(function ($) {

Drupal.behaviors.initColorbox = {
  attach: function (context, settings) {
    if (!$.isFunction($.colorbox)) {
      return;
    }
    $('a, area, input', context)
      .filter('.colorbox')
      .once('init-colorbox-processed')
      .colorbox(settings.colorbox);
  }
};

{
  $(document).bind('cbox_complete', function () {
    Drupal.attachBehaviors('#cboxLoadedContent');
  });
}

})(jQuery);
;
(function ($) {

Drupal.behaviors.initColorboxLoad = {
  attach: function (context, settings) {
    if (!$.isFunction($.colorbox)) {
      return;
    }
    $.urlParams = function (url) {
      var p = {},
          e,
          a = /\+/g,  // Regex for replacing addition symbol with a space
          r = /([^&=]+)=?([^&]*)/g,
          d = function (s) { return decodeURIComponent(s.replace(a, ' ')); },
          q = url.split('?');
      while (e = r.exec(q[1])) {
        e[1] = d(e[1]);
        e[2] = d(e[2]);
        switch (e[2].toLowerCase()) {
          case 'true':
          case 'yes':
            e[2] = true;
            break;
          case 'false':
          case 'no':
            e[2] = false;
            break;
        }
        if (e[1] == 'width') { e[1] = 'innerWidth'; }
        if (e[1] == 'height') { e[1] = 'innerHeight'; }
        p[e[1]] = e[2];
      }
      return p;
    };
    $('a, area, input', context)
      .filter('.colorbox-load')
      .once('init-colorbox-load-processed', function () {
        var params = $.urlParams($(this).attr('href'));
        $(this).colorbox($.extend({}, settings.colorbox, params));
      });
  }
};

})(jQuery);
;
(function ($) {

Drupal.behaviors.initColorboxInline = {
  attach: function (context, settings) {
    if (!$.isFunction($.colorbox)) {
      return;
    }
    $.urlParam = function(name, url){
      if (name == 'fragment') {
        var results = new RegExp('(#[^&#]*)').exec(url);
      }
      else {
        var results = new RegExp('[\\?&]' + name + '=([^&#]*)').exec(url);
      }
      if (!results) { return ''; }
      return results[1] || '';
    };
    $('a, area, input', context).filter('.colorbox-inline').once('init-colorbox-inline-processed').colorbox({
      transition:settings.colorbox.transition,
      speed:settings.colorbox.speed,
      opacity:settings.colorbox.opacity,
      slideshow:settings.colorbox.slideshow,
      slideshowAuto:settings.colorbox.slideshowAuto,
      slideshowSpeed:settings.colorbox.slideshowSpeed,
      slideshowStart:settings.colorbox.slideshowStart,
      slideshowStop:settings.colorbox.slideshowStop,
      current:settings.colorbox.current,
      previous:settings.colorbox.previous,
      next:settings.colorbox.next,
      close:settings.colorbox.close,
      overlayClose:settings.colorbox.overlayClose,
      maxWidth:settings.colorbox.maxWidth,
      maxHeight:settings.colorbox.maxHeight,
      innerWidth:function(){
        return $.urlParam('width', $(this).attr('href'));
      },
      innerHeight:function(){
        return $.urlParam('height', $(this).attr('href'));
      },
      title:function(){
        return decodeURIComponent($.urlParam('title', $(this).attr('href')));
      },
      iframe:function(){
        return $.urlParam('iframe', $(this).attr('href'));
      },
      inline:function(){
        return $.urlParam('inline', $(this).attr('href'));
      },
      href:function(){
        return $.urlParam('fragment', $(this).attr('href'));
      }
    });
  }
};

})(jQuery);
;
/*
 * 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:
 * This is the font for Pepsi Max, yo!
 */
Cufon.registerFont({"w":392,"face":{"font-family":"MAX","font-weight":800,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 8 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"71","cap-height":"72","bbox":"-110.059 -359.392 612 168.472","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":180},"!":{"d":"117,-60v2,0,1,-3,0,-1r0,1xm60,72v49,5,89,-54,51,-90r1,3v-6,-7,-9,-13,-19,-16v2,-1,4,-3,3,-6v-3,-8,-10,-2,-10,3v-16,-8,-38,-2,-51,-4v-3,0,-4,2,-4,5v-65,20,-35,112,29,105xm60,-25v1,0,1,-1,3,-1v-3,0,-3,1,-3,1xm67,-33r-1,-4v2,0,3,4,1,4xm75,-29v-1,-1,-3,-1,-1,-2v0,1,1,2,1,2xm87,-16v3,0,4,3,1,2v-1,0,-1,-1,-1,-2xm93,-21v-1,1,-5,5,-2,1v1,-1,2,-1,2,-1xm94,-16v0,1,-1,1,-1,0r1,0xm102,-10v1,-2,-7,-7,0,-5v1,3,1,5,0,5xm236,-211v0,3,5,8,9,7v7,-4,9,-17,-1,-18v-4,-1,-9,6,-8,11xm172,-258v1,-2,-3,-3,-3,-1v-1,3,3,3,3,1xm159,-234v1,0,1,-1,1,-2v-1,0,-2,-1,-2,0v0,1,0,2,1,2xm-2,-83v2,0,1,-2,0,-2r0,2xm149,-90r0,0r0,0xm-2,-82r0,-1r0,1xm151,-91v0,0,-2,0,-2,1v1,0,2,0,2,-1xm127,-88v0,-3,-5,-2,-6,0r1,4v3,0,5,-2,5,-4xm120,-120v-2,2,0,2,1,3v1,-1,0,-3,-1,-3xm145,-156v-8,0,-9,11,0,12v4,1,11,-4,6,-9v-2,-2,-4,-3,-6,-3xm93,-57v-7,4,-1,4,3,6v3,2,3,1,5,-3v2,-7,-5,-8,-8,-3xm105,-55v-5,1,-3,8,-1,8v2,0,4,-2,4,-5v0,-2,-1,-3,-3,-3xm110,-57v1,2,5,5,4,-1v-1,-2,-3,-2,-4,1xm77,-50v0,-4,-9,-8,-10,-1v0,2,2,4,4,5v4,0,6,-1,6,-4xm118,-84r0,-204r-117,0r0,214v-3,0,-8,4,0,4r0,10v19,1,23,1,44,0v0,-7,-1,-18,6,-9v6,-6,16,-1,14,9v4,1,7,-12,8,0r24,0r0,-3v7,9,30,-2,17,-4v2,0,6,1,3,-1v0,-5,2,-13,0,-17xm67,-78v0,-2,3,-1,5,-1v-2,0,-3,6,-5,1xm69,-95r-1,0r1,0xm71,-77v0,0,1,0,1,1v-1,1,-1,0,-1,-1xm72,-80v0,0,1,-2,1,0v-1,1,-1,1,-1,0xm75,-67v-1,3,-2,2,-3,0r3,0xm74,-69r-1,0r1,0xm84,-77r-4,1xm88,-67v1,3,-2,4,-3,1v1,-1,2,-2,3,-1xm90,-63r2,0r-2,0xm96,-125v0,2,-3,0,-1,0r1,0xm95,-107v1,1,5,-2,4,2v-1,1,-2,1,-4,-2xm103,-86v-9,0,-10,-11,-1,-11v0,0,-2,-1,0,-1v4,2,7,5,9,10v-3,-7,-3,2,-8,2xm107,-120v0,1,-2,0,-3,-1xm107,-114v0,-1,1,-1,2,-1v0,0,-1,1,-2,1xm107,-113v1,1,3,1,0,1r0,-1xm110,-117v2,0,0,-3,2,-3v0,0,0,4,-2,3xm111,-110v0,0,2,1,0,1r0,-1xm109,-107v2,0,2,-1,1,1xm109,-94v-1,-1,-1,-2,-1,-2xm106,-108v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm107,-99v-3,0,-4,-1,-2,-2v4,0,-1,1,2,2xm101,-65v2,2,2,2,-1,3v0,-1,-1,-3,1,-3xm112,-63r-1,0r1,0xm102,-72v1,-4,-1,-9,1,-6v6,10,10,-7,14,3v-8,-1,-7,4,-15,3xm115,-93v1,-1,3,-2,3,1v-1,0,-2,-1,-2,-1r1,2v-1,0,-2,-1,-2,-2xm113,-123v2,1,0,3,0,1r0,-1xm112,-126v1,2,-2,4,-3,2v-2,-2,1,0,1,-1v0,-1,2,-1,2,-1xm112,-153r-1,1xm107,-153v2,-1,5,4,1,3v-1,0,-1,-1,-1,-3xm103,-133v2,-4,3,0,4,1v0,1,-3,2,-4,-1xm99,-156v3,-1,6,-3,3,2v0,0,-2,-1,-3,-2xm99,-131v-2,2,-2,0,-1,-1v0,0,1,0,1,1xm97,-157v1,0,0,1,-1,2v0,-1,3,-2,1,-2xm93,-146v0,0,9,1,5,2xm94,-143r-2,-2v0,0,2,1,2,2xm91,-110v0,1,2,2,2,2xm91,-106r1,-1v0,0,0,1,-1,1xm90,-95v4,-1,0,3,3,4v-5,-2,-2,-2,-3,-4xm90,-101v-2,0,-2,0,-1,-1xm86,-113v1,0,3,2,3,3v-1,0,-2,-2,-3,-3xm86,-122r-1,0r1,0xm85,-84r1,0r-1,0xm84,-91r-2,0v0,0,0,1,2,0xm78,-89r1,0r-1,0xm78,-84v0,0,2,0,2,1v0,0,-2,0,-2,-1xm77,-90r0,1r0,-1xm81,-81v1,1,0,3,-2,3v-2,-1,-4,-2,-1,-3v1,0,2,-1,3,0xm77,-73v-4,0,-4,0,-1,-2v1,0,1,1,1,2xm74,-92r-2,-2xm73,-96v-1,0,-1,-1,-2,-1v1,0,1,1,2,1xm71,-124r-1,-1xm69,-129r-1,0v0,0,0,1,1,0xm67,-134v1,1,0,2,-1,2xm65,-129v2,0,2,1,3,3xm63,-84r4,-2v0,1,-1,2,-4,2xm-28,-67v3,-3,0,-8,-4,-7v-8,-2,-11,10,-3,10v2,3,4,-1,7,-3xm-22,-68v0,0,-2,1,0,1r0,-1xm5,-49v1,0,3,-4,0,-2v-1,0,0,1,0,2xm-24,-60v-3,0,0,2,-2,2v1,0,3,-1,2,-2xm-25,-50v-2,0,-3,0,-2,2v3,0,4,-1,2,-2xm126,-30v-4,0,1,1,-2,2v1,0,2,-1,2,-2","w":149},"\"":{"d":"156,-272v1,2,1,0,2,-1v-1,0,-2,0,-2,1xm153,-239v0,3,2,1,3,0r-3,0xm26,-242v0,0,1,-3,0,-1r0,1xm32,-245r0,0r0,0xm26,-242r0,0r0,0xm3,-170v0,1,-2,4,1,4v4,1,6,-5,2,-5v-2,0,-3,0,-3,1xm19,-237v2,1,3,0,1,-1v0,0,-1,0,-1,1xm26,-257v-5,0,-5,5,-2,7v5,2,7,3,8,-2v0,-3,-2,-5,-6,-5xm125,-180v-2,-2,-5,0,-4,3v2,1,7,0,4,-3xm116,-179v-2,-1,-2,5,-1,3v0,-1,1,-2,1,-3xm126,-216r0,3r0,-3xm254,-181v5,2,12,-2,11,-8v-1,-6,-9,-4,-12,-1v-3,4,-2,7,1,9xm139,-199v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm134,-230v-5,-1,-5,6,-2,6v4,1,6,-6,2,-6xm133,-199v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm100,-144r15,-45v-4,3,-11,-3,-6,-6v3,-1,6,1,6,3v3,-4,3,-14,8,-10v3,0,4,-1,4,-5v-8,-9,0,-18,3,-29v2,-1,8,0,7,-5v0,-2,-2,-3,-5,-3r7,-20v5,1,9,-8,3,-9r5,-15r-78,0r-69,144r76,0v2,-14,13,4,24,0xm122,-234v0,1,0,2,-1,3v-1,0,0,-1,1,-3xm118,-209v-8,3,-13,-12,-5,-15v7,0,10,12,5,15xm42,-168v0,-1,2,-2,0,-2v0,1,1,2,0,2xm82,-195v0,-3,3,-5,4,-3v2,1,1,6,-2,5v-1,0,-2,-1,-2,-2xm76,-192v0,-2,2,0,3,0v-1,2,-2,2,-3,0xm71,-215r0,-2v1,0,2,2,0,2xm66,-171v2,3,0,5,-3,4v1,-2,0,-5,3,-4xm68,-145v-1,-1,-1,-3,1,-3xm71,-173v-2,0,-1,-3,0,-3v2,1,2,2,0,3xm78,-177v2,0,3,3,3,4v-4,2,-9,-3,-3,-4xm86,-181v-1,4,-9,2,-10,0v1,-4,9,-11,10,0xm86,-167r-1,0r1,0xm88,-158v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm95,-166v1,-1,1,-2,0,-3v1,0,2,0,2,1v0,1,-1,2,-2,2xm94,-189v-4,4,-10,1,-7,-4v4,-5,5,-1,10,1xm102,-210v3,3,-3,6,-4,8v-5,0,-5,-7,0,-8r4,0xm106,-213v-1,2,-5,1,-4,-2r5,-1v0,1,-1,2,-1,3xm185,-288r-41,85v2,-1,4,0,3,4v0,2,-1,2,-3,2v-1,0,-2,-1,-2,-2r-26,55r100,0r46,-144r-77,0xm148,-158v0,0,-2,1,-1,0r1,0xm152,-180v3,3,0,5,-4,4v0,-2,1,-4,4,-4xm165,-183v1,-1,3,1,1,1v-1,0,-1,0,-1,-1xm167,-153r1,-2xm171,-165v1,2,-1,3,-4,3v-2,0,-2,-1,-2,-2v0,-3,1,-2,4,-2v1,0,1,0,2,1xm192,-179v0,0,1,-3,1,-1v0,1,0,1,-1,1xm186,-166v2,0,0,3,0,1r0,-1xm189,-170v1,-1,1,-3,2,-1v0,1,-1,1,-2,1xm201,-162v-2,8,-17,4,-10,-3v2,-1,11,-2,10,3","w":301},"#":{"d":"227,-10v1,1,-9,7,-1,9v3,1,5,0,5,-5v0,-2,-1,-4,-4,-4xm254,16v0,-4,-7,-8,-6,-1v0,2,0,4,2,4v2,0,4,-1,4,-3xm250,41v-9,-1,-9,11,-2,12v4,0,6,-2,6,-7v0,-3,-1,-4,-4,-5xm258,2v1,-3,-1,-3,-3,-2v0,3,2,5,3,2xm269,5v-1,-6,-10,-4,-9,0v-1,3,0,5,3,6v4,1,6,-1,6,-6xm269,1v-1,-2,-4,0,-4,2v-1,3,6,4,6,1v1,-2,0,-3,-2,-3xm285,39v0,4,3,5,6,5v4,0,5,-2,5,-6v0,-4,-3,-8,-5,-5v-4,0,-6,2,-6,6xm66,-238v-3,0,-3,1,-3,4v1,2,6,1,5,-2v0,-2,-1,-3,-2,-2xm102,-276v-1,-4,-4,-2,-5,0v0,2,0,3,2,3v2,0,3,-1,3,-3xm83,-287v-7,0,-9,10,-1,11v3,0,4,-3,4,-6v0,-3,-1,-5,-3,-5xm280,-10v-6,-9,-18,3,-6,4v4,0,6,-1,6,-4xm231,62r0,1v1,0,0,0,0,-1xm86,-260v0,1,-3,2,-1,2v1,-1,1,-2,1,-2xm97,-210v-1,0,-1,1,-1,2v0,0,0,1,1,1r0,-3xm96,-213r0,0r0,0xm90,-228v-2,0,-4,0,-3,2xm78,-190v2,2,2,-2,5,-3v-2,-2,-5,1,-5,3xm97,-206r-2,7v0,-2,3,-3,2,-7xm86,-254r0,2v2,0,1,-2,0,-2xm95,-255r0,2r0,-2xm99,-262v-1,0,-1,-1,-2,0r2,0xm93,-253r0,0r0,0xm87,-256r-3,0v1,0,2,1,3,0xm91,-202v0,2,-5,11,5,10v0,-6,-4,-5,-5,-8r3,0v0,-1,-1,-2,-3,-2xm84,-247v-3,2,-3,5,1,5v1,-2,1,-2,4,-1v-1,-4,-4,-1,-5,-4xm95,-204r1,1xm69,-216v1,-1,1,-2,-1,-2xm71,-262v1,-1,3,-3,1,-4v-4,0,-1,1,-1,4xm74,-217v1,1,2,1,2,-1v0,0,-1,0,-2,1xm71,-221v-1,3,3,4,1,1xm69,-202v-1,0,-2,-2,-2,0r2,0xm101,-219v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm99,-202v3,0,2,-12,8,-4r-5,0v2,1,3,3,0,4v6,-2,9,7,9,13r-2,-1v0,9,-4,0,-7,2v-5,-5,-15,7,-20,-2v-11,7,-37,1,-57,3r0,55r58,0r-15,63r-68,0r0,55r55,0r-20,86r64,0r20,-86r61,0r-20,86r64,0v5,-21,7,-39,15,-40v-1,-2,-4,1,-5,0v1,-10,3,1,9,-5v-6,-2,-1,-12,-11,-13v-3,-9,13,-14,12,-28r71,0r0,-55r-56,0r14,-63r60,0r0,-55r-49,0r24,-101r-64,0r-23,101r-62,0r24,-101r-64,0v-4,12,-4,27,-10,36v-2,-8,-13,-7,-13,1v2,3,10,4,9,7v-8,4,-10,-7,-11,0r-1,-2v-7,5,6,10,-4,13v3,3,8,1,2,7v14,0,11,12,8,24xm103,-223v-1,-8,-2,-2,-5,-1v1,-3,5,-11,7,-3v-2,0,0,2,-2,4xm107,-235v-5,-1,3,-6,-2,-7v1,5,-7,6,-11,4v5,-4,10,-5,14,-6xm110,-251r1,0r-1,0xm237,17v1,1,1,1,0,2r0,-2xm238,26v-3,0,-4,-4,0,-3v0,0,4,4,0,3xm194,-69r-62,0r15,-63r63,0xm223,-33v1,-6,10,-2,10,2v0,3,-2,4,-5,4v-3,0,-5,-2,-5,-6xm287,-24v1,-1,2,-1,2,1v-1,0,-2,0,-2,-1xm258,-18v-7,-1,-11,-12,-4,-16v6,-3,12,0,12,7v1,4,-4,9,-8,9xm69,-199v0,-1,0,-2,-2,-2xm73,-214v-3,2,-2,2,0,4v6,0,1,-2,0,-4xm85,-251v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm80,-258v-2,5,-1,3,2,1v-1,0,-1,-2,-2,-1xm80,-267v-1,0,-3,-2,-3,0r3,0xm80,-264r0,-2v-1,0,-1,1,0,2xm77,-190r-2,-1v0,1,1,1,2,1xm75,-195v-3,1,-4,1,0,1r0,-1xm251,-7r0,-1r0,1xm269,-7r-1,0r1,0xm262,-6r2,0r-2,0xm248,4v0,0,0,-2,-1,-4xm243,16v3,2,2,1,1,-1xm269,18v0,-2,-1,-1,-2,-2v0,1,1,2,2,2xm267,36r-2,0r2,0xm234,37r1,2xm264,42v3,0,1,-1,1,-1xm235,44v3,0,1,-5,0,-1r0,1xm260,46v0,-4,-3,-3,-2,0r2,0xm258,56v-1,-1,-2,-1,-2,1v1,-1,2,-1,2,-1xm155,-128v0,0,3,-1,0,-1r0,1xm153,-122v2,2,5,0,1,-1xm148,-121v-1,2,1,5,1,1xm147,-108v-1,-2,-2,-1,-2,1v1,-1,2,-1,2,-1","w":332},"$":{"d":"209,-116v3,4,5,3,5,-1v-3,-1,-2,0,-5,1xm204,-121r0,0r0,0xm217,-105v-1,-5,-7,-11,-10,-3v5,0,5,8,10,3xm218,-104r0,-1r0,1xm220,-101r0,1r0,-1xm223,-234v3,0,0,-5,2,-7v-5,0,-1,3,-2,7xm207,-239v2,-2,-1,-2,0,0r0,0xm213,-238v1,-1,3,-2,0,-3v-1,1,-1,2,0,3xm229,-240v0,-1,-1,0,-2,1xm219,-237v-1,1,0,2,0,3v1,-1,0,-2,0,-3xm202,-234v0,0,2,-1,0,-1r0,1xm204,-236r-1,1xm215,-233v-1,-2,-4,-3,-4,-1v1,0,3,2,4,1xm230,-234v-2,-1,-3,3,-3,2xm224,-232v-1,1,-2,2,-1,2v0,-1,2,-1,1,-2xm232,-230v-1,2,-4,3,-2,6v2,-1,3,-4,2,-6xm219,-228v1,0,1,-2,0,-2v-3,0,-1,2,0,2xm219,-225v2,0,2,0,1,-1xm222,-225r2,0r-2,0xm219,-218v1,-2,-3,-3,-1,-1v0,1,1,1,1,1xm213,-219v2,0,2,-1,0,-1r0,1xm228,-215v1,-1,2,-4,-1,-5xm224,-220r0,2r0,-2xm213,-217r1,0v-1,-1,-1,0,-1,0xm225,-217r1,0r-1,0xm230,-210v0,-2,-1,-4,-4,-3v1,1,3,2,4,3xm213,-213r0,2v1,0,1,-2,0,-2xm224,-212r0,1r0,-1xm181,-211v0,0,2,-1,0,-1r0,1xm215,-207v0,-1,0,-1,-1,-1r0,2v0,0,1,0,1,-1xm229,-207r-1,0r1,0xm225,-206r-1,0r1,0xm163,-184r0,-2r0,2xm212,-198r0,-3r0,3xm210,-187v0,0,-1,-3,-2,-1xm229,-186v-1,0,1,-2,-1,-2v0,1,1,2,1,2xm226,-173v0,1,1,1,2,1v0,0,-1,-1,-2,-1xm201,-171r1,1xm225,-166v4,0,1,-3,0,-1r0,1xm201,-166v2,0,3,-1,1,-2v0,0,0,2,-1,2xm221,-166r0,2v0,0,1,0,1,-2v-1,-1,-1,0,-1,0xm219,-155r1,-1v-1,-1,-1,-1,-1,1xm177,-224v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm175,-230v1,-1,1,-2,0,-3v-1,1,-1,3,0,3xm182,-203v3,0,3,0,2,-2xm181,-202v-1,2,3,4,1,7v0,-4,-7,-5,-8,-1v1,0,1,1,1,1v-11,0,1,11,-10,5v-7,3,2,2,1,6v2,-2,3,0,6,1v-7,-13,27,-4,9,-19xm201,-6v-1,0,-1,0,-1,1xm176,-226v1,1,4,0,3,-1xm181,-211v0,0,2,-1,0,-1r0,1xm198,-8r-1,-1xm186,-37r-2,1v0,0,1,-1,2,-1xm178,-57v1,-1,2,-2,-1,-2v0,0,0,1,1,2xm181,-49v-2,-2,-2,0,-1,1v0,0,1,0,1,-1xm163,-184r0,-2r0,2xm179,-229v2,0,2,-1,0,-1r0,1xm198,-221r0,1r0,-1xm195,-186v2,-3,-1,-4,-3,-3v-2,0,-2,2,-1,4v2,2,3,-1,4,-1xm201,-223r-2,-1v0,1,1,1,2,1xm197,-186v-2,0,-2,0,-1,1v1,0,1,-1,1,-1xm201,-219v1,0,0,-2,0,-2r0,2xm186,-201v1,-1,1,-1,0,-2r0,2xm183,-192v0,0,0,1,1,1v0,0,0,-1,-1,-1xm187,-205v0,-1,0,-1,-1,-1xm193,-216r-1,0v0,-1,1,0,1,0xm190,-217v1,0,5,-1,3,-3xm191,-194v1,-1,3,-1,1,-2v-1,0,-1,1,-1,2xm192,-202v1,0,1,0,1,-1xm212,-90v0,0,1,-1,3,-1v-1,0,-1,1,-3,1xm215,-98v0,-1,0,-1,-1,-1xm205,-13v0,1,1,7,2,1v0,0,-1,-1,-2,-1xm204,-34r0,4v1,-1,1,-2,0,-4xm210,-95v6,1,2,-3,1,-4v0,1,0,2,-1,4xm210,-95r0,0r0,0xm206,-27v2,0,1,-2,0,-3r0,3xm206,-16v2,2,2,0,3,-1v-1,-2,-3,-2,-3,1xm217,-70r0,-1r0,1xm210,-78v1,3,2,5,5,2v0,1,-1,3,1,3v-1,-2,0,-3,2,-1v1,1,2,1,2,1v-2,-7,-4,-7,-10,-5xm211,-28v4,-2,6,-10,-3,-8v-4,5,6,2,3,8xm213,-47v-3,1,0,3,0,5r0,-5xm224,-77r-2,0r2,0xm202,-42v0,-2,-5,-4,-4,0r4,0xm215,-87v-2,0,-3,2,-1,3v2,0,5,-3,1,-3xm213,-94v-1,1,-3,1,-1,2xm219,-81v0,0,-1,-2,-1,0r1,0xm217,-67r1,1xm223,-75v1,0,2,0,2,-2xm219,-57v0,-1,2,-2,0,-2r0,2xm219,-54v-1,0,-2,-3,-2,-1v1,1,2,1,2,1xm222,-64v3,0,1,-4,0,-8v-4,1,0,5,0,8xm224,-56r-1,0r1,0xm88,-244v-45,14,-75,35,-75,86v0,59,47,76,103,83v17,3,25,8,25,17v0,12,-10,18,-31,18v-25,0,-51,-12,-79,-36r-28,73v30,19,59,29,87,30r-3,45r59,0r-2,-45v35,-4,59,-20,74,-49v-2,1,-6,1,-1,-2v-2,2,-2,-1,0,0v0,-1,1,-3,2,-3r0,4r7,-21v-2,-1,0,2,-2,2v3,-14,5,-25,2,-39v-1,2,-5,0,-5,-2v3,0,6,-4,3,-8v-8,0,-6,-12,-14,-10v4,-4,-6,-4,-5,-11v5,0,9,-1,4,-4r1,2v-4,-2,-8,-1,-6,-7v-16,-15,-61,-24,-95,-28v-19,-8,-13,-30,13,-30v24,0,46,7,64,23r28,-69v-1,-1,-4,-2,-6,-3r1,1v-5,0,-9,-8,-12,-2v5,2,8,3,-2,5v2,0,3,5,0,5v-3,-3,0,-8,-6,-5r1,1v-2,-3,-10,0,-6,-5r3,0r-1,1v2,2,7,0,4,-4r-2,-6v-14,-5,-29,-8,-43,-9r3,-42r-62,0xm183,-192v0,0,0,1,1,1v-1,0,-1,-1,-1,-1xm201,-219r0,-2v0,0,1,2,0,2xm200,-222v-2,-2,0,-2,1,-1v0,1,-1,1,-1,1xm198,-221r0,1r0,-1xm194,-190v5,5,0,6,-3,5v-3,-6,3,-1,3,-5xm192,-216r1,0v0,0,-1,-1,-1,0xm192,-202v0,0,1,-2,1,0r-1,0xm192,-196v1,0,1,3,0,3r0,-3xm193,-220v0,0,-6,5,-2,1v1,-1,2,-1,2,-1xm186,-206v1,0,1,0,1,1xm186,-203v1,1,1,1,0,2r0,-2xm182,-203v1,-1,2,-3,3,0r-3,0xm181,-211v0,-1,0,-1,1,-1xm179,-229v0,-1,1,-1,2,-1v0,0,-1,1,-2,1xm179,-227v0,0,-5,2,-2,1xm177,-224v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm175,-233v1,1,1,2,0,3v-1,0,-1,-2,0,-3xm169,-194v6,2,9,-10,13,-1v2,-2,-1,-5,-1,-7v3,0,6,4,7,9v-4,-2,-11,3,-12,4r1,-1v-4,-4,-5,3,-6,6v-6,-3,-9,1,-9,-5v4,-2,12,4,7,-3r2,0xm21,-169r-1,-2v0,0,1,1,1,2xm23,-183v1,3,1,3,0,4r0,-4xm30,-136v0,-2,0,-2,1,-1xm33,-147v0,0,0,2,-1,2r0,-3xm39,-149v0,2,-3,1,-3,0v0,-2,3,0,3,0xm37,-154r2,0r-2,0xm41,-169r-2,-1xm179,-59v0,2,-2,1,-2,0r2,0xm181,-49v-1,2,-1,1,-2,0v0,-1,1,-1,2,0xm186,-37v-1,0,-2,2,-2,0v1,-1,2,-1,2,0xm197,-9r1,1xm201,-6v0,0,-1,2,-1,0r1,0xm202,-43v0,2,-3,1,-4,1v0,-4,2,-1,4,-1xm222,-77v1,0,2,-2,2,0r-2,0xm218,-81r1,0r-1,0xm213,-85v0,0,6,-2,4,0v-1,1,-3,1,-4,0xm212,-90v0,0,1,-1,3,-1v-2,0,-3,1,-3,1xm212,-92v-2,-1,1,-2,1,-2xm214,-99v1,0,1,0,1,1xm214,-96v-3,3,-4,0,-3,-3v1,0,1,3,3,3xm206,-30v0,1,2,3,0,3r0,-3xm204,-30v1,-1,1,-2,0,-4v1,2,1,3,0,4xm206,-8v0,-3,-1,-5,-1,-5v3,0,1,3,1,5xm209,-17v-1,1,-1,3,-3,1v1,-3,1,-3,3,-1xm206,-34v3,-4,12,-2,7,4r-2,2v0,0,1,-2,1,-3v-3,2,-2,0,-2,-3v-2,1,-3,1,-4,0xm213,-42v0,-2,-3,-4,0,-5r0,5xm220,-73v-6,-1,-3,-3,-9,-1v-1,-5,6,-9,8,-2xm218,-70v-1,0,-1,0,-1,-1xm218,-66r-1,-1xm219,-54r-2,-2xm220,-59v-1,1,-1,3,-1,0r1,0xm223,-56r1,0r-1,0xm224,-68v-4,0,3,5,-2,4v0,-3,-4,-7,0,-8xm225,-77v0,0,-1,2,-2,2xm229,-141v-1,-1,-2,-3,-1,-5v-3,2,-5,1,-2,6v1,-1,7,1,4,-4xm221,-141r1,0r-1,0xm220,-139r0,1r0,-1xm219,-136v1,0,1,0,1,-1xm229,-129v-1,0,-1,0,-1,1xm220,-102r1,-1xm217,-105v4,-1,4,-1,4,-5v-2,0,-4,3,-4,5xm202,-122r2,1v-1,0,-1,-1,-2,-1xm232,-117v2,0,2,-1,0,-1r0,1xm224,-113v-3,-1,-8,1,-4,2xm223,-103v0,1,-2,2,0,2r0,-2xm227,-101v-3,2,-1,2,0,2v-1,-1,-1,-1,0,-2xm228,-98v1,-1,2,-1,0,-2v-1,1,0,2,0,2xm210,-95r0,0r0,0xm227,-96r1,1v0,-1,-1,-1,-1,-1xm229,-83r0,1r0,-1xm232,-83r1,1v0,0,0,-1,-1,-1xm224,-75v0,0,1,-1,1,-2xm228,-72r0,1r0,-1xm228,-68r1,-1xm228,-63r0,-1r0,1xm227,-62v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm234,-55v-1,0,-1,1,-1,2v0,0,1,-1,1,-2xm230,-29v-1,1,-1,1,0,2v1,-1,2,-1,0,-2xm219,-23r-1,1xm224,-17v1,0,1,0,1,-1xm222,-12r0,0r0,0xm226,-8r1,0r-1,0xm186,-147v6,0,5,-5,2,-7v-6,-1,-11,7,-2,7xm147,-153v0,-3,-2,-3,-3,-1v-1,1,0,1,1,2v1,0,2,0,2,-1xm29,-58v2,-7,-9,-12,-11,-4v0,5,10,11,11,4xm24,-71v1,-3,-2,-2,-4,-2v-2,1,1,4,2,4v1,0,2,-1,2,-2xm215,-193v-1,-2,-7,-1,-4,2v1,3,4,2,5,0v0,-1,-1,-2,-1,-2xm217,-199v5,2,11,-10,4,-11v-7,-1,-10,9,-4,11xm12,-83v-1,1,0,3,1,3v4,2,6,-5,2,-5v-1,0,-2,0,-3,2xm-22,-81v2,1,3,-3,1,-3v-1,0,-1,2,-1,3xm203,-234v0,0,5,-4,1,-4xm227,-145v-1,0,-2,-2,-3,0v0,1,3,2,3,0xm230,-128v-1,-2,-5,-2,-4,2v2,0,4,0,4,-2xm201,-161v1,-2,-3,-4,-4,-2v-1,4,4,7,4,2","w":255},"%":{"d":"503,-20v0,-61,-46,-94,-110,-94v-64,0,-109,33,-109,94v-1,59,47,96,109,96v63,0,110,-36,110,-96xm393,-45v14,0,22,11,22,25v0,16,-7,24,-22,24v-15,0,-21,-8,-21,-24v-1,-14,7,-25,21,-25xm172,-23v-3,-1,-7,0,-9,4v4,-1,2,-3,9,-4xm0,-186v0,84,102,116,171,83v-1,-1,-1,-1,0,-2r3,0v-1,0,-1,1,-1,1v6,-3,12,-7,17,-12v-3,8,3,13,10,11v2,1,6,-5,5,-8v0,-5,-5,-9,-11,-7v7,-7,13,-16,17,-25v0,5,3,6,6,4v1,-1,4,-11,-4,-8v26,-73,-26,-131,-103,-131v-63,0,-110,33,-110,94xm183,-127v1,-1,2,-2,2,1xm120,-112r0,-1r0,1xm123,-100v-1,0,-5,-4,-1,-3xm124,-91v-2,0,-2,0,-1,-1xm125,-96r1,-1v0,0,0,1,-1,1xm127,-99v-1,0,-2,-1,-1,-2xm126,-136r2,2xm132,-94v-6,-2,0,-9,0,-5v1,2,3,4,0,5xm129,-115r2,0r-2,0xm132,-104r1,0r-1,0xm139,-111v1,-1,0,-1,2,0v0,1,-1,1,-2,0xm141,-97r0,-1r0,1xm142,-104v0,-1,0,-1,1,-1xm144,-102v-1,0,-3,1,-3,-1v2,1,3,1,3,1xm145,-97r-2,0r2,0xm145,-107v-2,-1,2,-2,2,-4v0,1,-2,3,-2,4xm146,-99r-1,0r1,0r-1,0r1,0xm169,-122v0,0,-1,2,-1,0r1,0xm170,-124v-1,0,0,1,-1,1xm170,-138v1,2,-1,2,-3,2v0,-3,2,0,3,-2xm161,-115r2,1v-1,0,-2,0,-2,-1xm161,-124v1,0,1,1,1,2xm159,-116v1,-1,1,-1,2,0r-2,0xm156,-112v3,1,3,4,1,4v-1,-1,-2,-3,-1,-4xm154,-117r-1,-2v1,0,1,2,1,2xm153,-115v2,0,1,3,0,3v-1,-1,-2,-2,0,-3xm149,-113v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm147,-117v1,3,-2,4,-4,2v-1,0,0,-1,0,-1v1,3,2,-1,4,-1xm147,-145v0,3,-3,-2,-2,1xm142,-145v3,0,4,4,1,4v-1,0,-1,-2,-1,-4xm138,-125v2,-3,5,3,5,3v-2,-2,-4,2,-5,-3xm134,-148v4,-1,4,1,2,2xm134,-122v-1,1,-2,1,-2,-1v0,0,2,0,2,1xm127,-138v2,-3,8,2,5,3xm131,-147r1,-2v1,0,0,1,-1,2xm110,-211v13,0,22,11,22,25v0,16,-7,25,-22,25v-15,0,-22,-9,-22,-25v0,-13,8,-26,22,-25xm104,-130v0,1,-1,3,-1,1v1,0,1,-1,1,-1xm99,-123r1,-2v1,1,0,2,-1,2xm99,-120v1,0,2,1,3,3xm103,-120r-1,0r1,0xm104,-115r-1,-1xm278,-44v-2,-1,-4,1,-2,2v1,0,2,-1,2,-2xm266,-286v0,2,4,3,4,1v0,-2,-4,-3,-4,-1xm136,-56v1,4,10,1,8,-2v-1,-2,-9,-1,-8,2xm167,-25v2,-1,9,-2,6,2v-4,12,-18,6,-18,19v1,1,0,2,-2,2r-1,0v1,0,1,-1,1,-2r-49,75r64,0r57,-86v6,5,10,0,9,-8v-4,-2,-2,-4,1,-7v-1,3,0,4,3,4v6,-5,-6,-6,1,-11v6,1,9,-2,6,-8r158,-240r-63,0r-106,160v-3,-4,-14,-2,-12,4v0,3,2,5,5,6r-57,86v6,0,2,1,0,2v0,-1,-3,2,-3,2xm191,-22v-1,-1,1,-4,4,-4v0,4,1,5,-4,4xm189,-21r0,0r0,0xm184,-33r1,-1v1,1,1,1,-1,1xm181,-34v-1,0,-2,-4,-1,-1v2,0,1,3,3,1v-4,-5,-1,1,-1,1v0,0,1,1,1,2v-1,-1,-6,-3,-2,-3xm176,-17v0,1,-1,1,-1,1v0,-1,1,-1,1,-1xm170,-9v-4,0,-2,-3,0,-5v1,1,1,4,0,5xm166,-13v1,-2,1,0,2,0r-2,0xm161,0v0,2,-2,1,-2,0r2,0xm162,-13v3,3,2,15,-5,11v2,-2,7,-6,3,-11v1,1,1,1,2,0xm163,8r-1,0r1,0xm165,14v-1,0,-2,2,-2,0r2,0xm167,5v-1,2,-1,4,-1,0r1,0xm167,-3v3,3,-2,8,-3,3v-1,-3,3,-1,3,-3xm171,-6v-1,-1,-3,-1,-3,-3v1,3,4,0,3,3xm173,15v0,0,-2,0,-2,-1v1,0,2,0,2,1xm182,4v2,4,-2,7,-6,4v0,-5,6,-7,6,-4xm179,-3v1,-1,1,0,2,0v0,0,-2,1,-2,0xm184,1v0,1,-3,3,-2,0r2,0xm185,-6v-1,-1,-1,-2,0,-3r0,3xm174,-8v-3,-9,12,-10,16,-12v0,7,-13,6,-13,11v5,0,9,-5,5,-1v0,8,-8,5,-4,11v-3,-2,-1,-4,-6,-3v2,3,5,7,0,5v0,2,-1,1,-3,0v1,-6,11,-13,5,-11xm187,-7v-1,0,-3,-1,-1,-1v0,1,0,1,1,1xm191,-2v-2,2,-2,1,-5,0v0,-3,5,-4,5,0xm188,-13v2,-1,1,-4,6,-2v1,4,-5,3,-6,2xm194,-9v0,0,-1,2,-1,0r1,0xm196,-5v-2,1,-3,-1,-1,-2xm199,-3r-1,0r1,0xm197,-38r1,6v-2,-1,-6,-3,-1,-6xm222,-130v0,3,2,2,3,1v1,-2,-3,-3,-3,-1xm262,-258v0,0,1,-1,1,-2v-1,0,-2,-1,-2,0v0,1,0,2,1,2xm136,-67r0,0r0,0xm136,-69v-2,1,-1,1,0,2r0,-2xm118,-26v4,0,4,-2,0,-2r0,2xm153,-37v-2,-2,-4,1,-2,2v1,0,2,-1,2,-2xm118,-47v0,1,4,1,2,0r-2,0xm228,0v-2,-1,-4,1,-2,2v1,0,2,-1,2,-2xm103,-49v-4,4,-1,11,5,9v3,-1,12,-12,1,-11v-2,0,-4,0,-6,2xm161,-73r0,-3v0,0,-2,0,-2,1v0,1,1,2,2,2xm166,-53v-2,0,-3,0,-3,2v0,6,7,5,7,0v0,-2,-2,-2,-4,-2xm119,-39v-2,0,-2,2,-1,3v1,0,2,-2,1,-3xm204,-96v-9,-10,-17,-3,-13,6v5,8,20,1,13,-6","w":521},"&":{"d":"32,38v-1,5,4,6,5,7v53,43,158,41,215,-1r24,27r147,0r-81,-76r55,-42r-24,-27v-1,5,1,5,-5,4v2,3,-3,3,0,6v-1,1,-1,-3,-2,-2v0,-2,-2,-1,-3,-1v1,2,4,5,1,7v-8,-2,0,-7,0,-12v6,3,1,-1,1,-1v5,-24,-21,5,-11,-16r-2,5v4,-2,12,-4,5,-6r2,0v-3,-6,-8,5,-5,-3v-2,0,-2,0,-1,-1v1,-8,-18,-20,-23,-29v-17,20,-40,45,-54,54r-32,-33v16,-2,22,-11,25,-23v-1,-3,-2,-2,-2,-2v0,1,2,2,5,4v2,-1,0,-4,3,-3r0,3v2,-2,7,-9,8,-1v17,-16,28,-35,29,-64v7,4,13,-2,13,-9v0,-6,-8,-12,-13,-5v-12,-113,-262,-114,-258,13v0,23,11,45,34,66v-55,12,-89,37,-88,98v1,-2,4,0,5,3v-2,-2,-1,-3,-4,0v1,18,8,31,14,43v0,-1,2,-2,2,-2v-1,2,-1,3,0,5v5,-5,12,-3,4,-6v2,-2,9,-2,6,2v-5,10,-10,4,-4,12v0,-3,2,-3,1,0v1,4,9,7,5,2v-1,2,-1,0,-2,-1v4,-7,11,-8,17,-10v-1,6,-20,13,-7,8v-1,2,0,7,-1,7v-1,-2,-4,3,-4,0xm373,-64v1,1,1,1,0,2r0,-2xm371,-69r0,2v-2,0,-1,-2,0,-2xm372,-60v1,-1,-2,-3,-2,-3v3,0,4,7,0,8v0,-1,-6,-4,-1,-6xm361,-50r2,0r-2,0xm308,-179v1,-1,1,-1,2,0r-2,0xm290,-150v3,-2,3,3,0,0v0,0,-1,2,-1,0r1,0xm295,-150v0,1,1,1,-1,1xm296,-153r-3,0r3,0xm294,-182r-2,-1xm292,-197v1,0,1,0,1,1v-1,1,-1,0,-1,-1xm290,-187v0,0,3,-2,2,1v-1,0,-2,0,-2,-1xm289,-192v1,1,0,1,-1,1xm287,-187v2,0,3,1,4,3xm285,-139v2,-1,3,-3,4,-3v0,1,-1,3,-4,3xm279,-152v-1,-3,1,-3,2,-1v0,1,-1,1,-2,1xm23,-81r-1,0r1,0xm19,8v0,-2,0,-2,2,-2xm15,-74v1,0,3,1,1,1v-1,0,-1,-1,-1,-1xm16,-43v0,0,2,1,0,1r0,-1xm13,-75r1,0r-1,0xm10,-67v-4,-7,1,-1,1,-1v0,1,0,1,-1,1xm9,-32v-1,2,0,0,-2,0r2,0xm6,-39v-2,0,-3,-2,-1,-3xm6,-31r-1,-1xm8,-18v-1,1,0,4,-3,3v0,-1,1,-2,3,-3xm8,-10v-1,-2,-7,-5,-3,-4v2,0,0,4,3,4xm6,-1r-1,-1xm13,-8v4,1,-1,3,-1,3v1,-3,-3,-4,-4,-2v1,4,-4,0,0,0v-1,0,-3,2,-4,0r9,-5v0,0,-1,2,-1,4v0,1,0,2,2,1xm12,-13v0,2,-2,0,-3,0v1,-2,2,0,3,0xm16,-36v0,-1,-4,1,-4,-1v1,0,1,1,2,0v-2,-5,-5,-1,-3,-6v-1,1,-1,2,-2,0v4,0,12,4,7,7xm23,15v-4,-1,-3,3,-6,4v-2,-8,5,-11,6,-4xm23,9r0,-2r0,2xm23,-81r0,-2v1,1,1,1,0,2xm28,14v-2,1,-4,1,-5,0v1,0,3,-2,5,0xm24,12v0,-2,0,-3,2,-1xm28,-64v-2,2,-2,4,-4,1v1,-1,2,-1,4,-1xm28,27v0,-1,2,-1,2,-1v0,1,-2,1,-2,1xm32,-1r-1,3xm35,6v2,-1,2,-1,2,2v0,2,-3,2,-4,0r2,0v-1,-1,-2,0,-2,-2v2,2,6,3,2,0xm37,-86v1,0,2,-2,2,0r-2,0xm38,10v0,-1,1,-1,2,-1v1,1,0,1,-2,1xm42,22r1,0r-1,0xm35,39v1,2,-1,3,-2,1v0,0,1,0,2,-1xm39,37v0,-1,-2,-2,0,-2r0,2xm49,17v3,4,0,4,-4,4v0,0,-1,-4,4,-4xm41,36v-1,0,-1,0,-1,-1xm45,41v-2,2,-2,3,-5,0v1,-2,4,-4,5,0xm48,28v2,4,-1,2,-4,3v-3,1,-3,3,-2,-1v2,-2,1,-4,6,-2xm47,33v1,1,2,1,0,3r0,-3xm49,39v0,-1,-2,-2,0,-3v0,1,3,3,0,3xm51,41v1,0,2,-2,2,0r-2,0xm48,8v2,-2,4,-4,5,0v-1,0,-2,-2,-2,0v0,2,4,1,2,4v-2,-1,1,-3,-1,-3v-1,2,-3,-1,-4,-1xm185,-21v-16,10,-67,17,-65,-17v0,-9,7,-18,21,-27xm169,-188v-1,-27,42,-30,42,-2v0,11,-9,21,-25,30v-6,-3,-17,-19,-17,-28xm297,-81v-2,0,-1,-2,0,-2r0,2xm328,-106r-2,1v0,0,1,-1,2,-1xm324,-106r-3,1v0,-1,2,-1,3,-1xm323,-99r-4,3v0,-1,2,-2,4,-3xm314,-65v-2,0,-6,-3,-1,-3v0,2,1,3,1,3xm315,-71v0,0,-2,3,-2,1v0,0,1,0,2,-1xm318,-68v0,1,-1,3,-1,1xm313,-89r7,0r-7,0xm323,-86v0,0,-1,2,-1,0r1,0xm328,-84v-2,1,-5,-1,-1,-1xm327,-62v0,-1,-4,-3,-3,-5v3,-2,3,5,3,5xm329,-78v-2,-3,-3,-3,0,-3v2,1,2,2,0,3xm351,-65v0,0,-1,3,-1,1v1,0,1,-1,1,-1xm354,-57v0,2,-3,3,-2,0r2,0xm355,-50r-1,0r1,0xm357,-57r0,-2r0,2xm361,-72v-2,3,-4,-1,-2,-1xm360,-75v-4,0,2,-1,-1,-2v0,-2,3,-3,2,0v-1,1,-1,2,-1,2xm357,-78v0,0,0,-2,1,-2v0,0,0,2,-1,2xm357,-68v3,2,2,6,-2,5v0,-2,0,-2,2,-5xm353,-75r0,8v-2,0,-6,3,-6,-2v6,5,4,-15,6,-6xm348,-81v-1,0,0,-1,0,-2r0,2xm348,-94r-2,0r2,0xm346,-96v0,-2,-1,-2,1,0r-1,0xm345,-69v-1,1,-3,4,-2,0r2,0xm344,-94v-1,2,2,17,-3,14r0,-20v4,1,4,4,2,7xm341,-94v2,2,0,2,-1,1xm336,-99v-1,-2,4,-5,2,-3v1,1,0,3,-2,3xm337,-92v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm342,-73v-1,1,-3,3,-4,1r1,1v-2,0,-5,2,-2,4v-4,-1,-8,-7,0,-8v0,0,0,2,1,2v0,-2,1,-4,2,-2xm369,-75v1,-1,4,0,2,-2v-2,0,-6,2,-2,2xm167,-23v0,2,1,3,3,3v2,0,4,-2,4,-5v0,-2,-1,-3,-3,-3v-2,0,-4,2,-4,5xm164,-33v-6,-1,-14,8,-3,9v3,2,3,1,5,-3v1,-3,0,-5,-2,-6xm141,-23v0,-3,-3,-6,-7,-5v-5,1,-3,7,0,10v5,0,7,-2,7,-5","w":438},"'":{"d":"36,-299v2,2,10,6,1,5v-1,-1,-2,-3,-1,-5xm25,-291v5,-13,11,6,19,1v-1,-5,-19,-9,-20,-2xm139,-256v-2,-1,-4,-1,-3,3v3,-2,3,-3,3,-3xm72,-199v6,-2,23,13,13,19v2,9,12,11,16,16v-5,-9,15,-9,7,-17v-4,1,-5,-3,-3,-5v-3,-1,-14,-4,-4,-8v-4,0,-5,-2,-7,-8v4,0,7,-4,4,-6v4,0,11,3,9,-4v-4,1,-17,-1,-12,7v0,7,-13,-2,-15,5v0,-5,2,-10,4,-12v-2,-3,-21,-6,-8,-10v11,-4,9,4,20,5v0,-10,12,-13,12,-19v-1,3,-9,3,-10,5v-2,-4,-3,-19,-12,-12v-1,0,-2,-1,-2,-3v5,-5,-1,-13,-4,-7v-7,-5,-6,0,-14,-3v12,5,-1,9,3,19v5,-5,9,5,12,6v-2,-9,7,-10,13,-3v-3,9,-11,4,-17,9v0,-4,-3,-4,-8,-4v2,6,-1,7,-2,14v-2,4,18,10,9,14v-1,-1,-5,-3,-4,2xm138,-223v3,1,7,-4,1,-3xm58,-239v-1,-2,-5,-6,-3,-1v1,1,2,1,3,1xm113,-223v1,9,-17,-3,-9,7v3,2,21,-4,9,-7xm25,-236v-2,-3,-5,3,-6,5xm44,-224v2,0,4,-5,0,-3v-1,1,0,2,0,3xm49,-210v0,2,-2,4,0,5r0,-5xm106,-194r-2,4xm113,-183v-2,-2,3,-5,-2,-5v-6,1,-2,0,-3,4v3,-7,3,2,5,1xm115,-180v2,0,7,-2,2,-3v-2,1,-3,2,-2,3xm68,-185r1,0r-1,0xm69,-185v8,1,7,4,10,0v-5,0,-1,-8,-6,-8v-2,1,0,9,-4,8xm82,-187v2,-3,3,-5,0,-4r0,4xm111,-174v1,1,1,3,3,3v-1,-2,-2,-3,-3,-3xm72,-175v7,-7,3,-3,-2,-2v0,1,1,2,2,2xm69,-171r9,1v-5,-1,-8,-1,-9,-1xm106,-148v-2,0,-5,5,-6,0v3,-2,7,-3,12,-1v-1,-5,-5,-9,-10,-12v5,9,-4,15,-14,15v4,6,3,15,10,9v0,-5,10,-4,8,-11xm75,-151v1,-4,12,-8,1,-10v-10,-1,-6,8,-1,10xm108,-144r-1,5v1,-1,1,-3,1,-5xm115,-138v1,1,2,4,3,2v0,-1,-1,-2,-3,-2xm81,-143v0,-2,0,-2,-3,-2v0,2,2,1,3,2xm67,-133v2,4,-5,5,2,7v-2,-2,1,-6,2,-3v0,4,6,8,7,6v0,-9,-5,-15,-4,-21v-6,4,-10,3,-17,2v3,5,-3,14,10,9xm87,-131v2,1,4,-1,2,-2v-1,0,-2,1,-2,2xm87,-126v3,1,4,2,6,-2xm95,-113r1,-5xm77,-100v11,3,-1,-8,8,-8v1,-9,-12,-13,-6,-5v2,-1,4,1,2,2v-6,0,1,8,-4,11xm69,-117v4,1,2,-1,1,-3xm99,-108v-1,0,-7,2,-4,5xm67,-105v0,-1,2,-3,0,-4r0,4xm90,-96v-2,1,-5,5,-2,7v2,-2,4,-2,2,-7xm63,-84v2,-2,9,-5,3,-6xm76,-78v-1,-1,-2,-1,-3,0r3,0xm63,-75v0,-3,-4,-9,-5,-5v2,3,4,5,5,5xm95,-66v2,2,4,2,4,-2v-2,0,-4,0,-4,2xm66,-44v3,1,14,-4,10,-13v-6,2,-9,3,-10,13xm76,-57r0,-2r0,2xm42,-63v-8,0,2,6,-3,10v4,-1,3,-6,3,-10xm14,-60v-2,-2,-7,-1,-7,-9v-4,1,-5,9,2,9r5,0xm-32,-60v-3,-1,-5,2,-3,3v1,1,2,0,4,-1v0,-1,-1,-2,-1,-2xm25,-19v6,0,22,-18,6,-20v-7,-3,-12,0,-13,5v5,2,12,2,6,11v1,1,4,-2,4,0xm13,-37v2,1,-3,8,-2,9v4,-1,4,-4,2,-9xm54,-5v19,2,5,-12,4,-18v-6,3,3,14,-8,13v-9,1,-4,9,-5,15v4,0,8,-10,9,-10xm13,-26v0,2,-3,8,1,7v-1,0,1,-6,-1,-7xm71,-2v2,1,7,-1,4,-3v-2,-3,-5,-4,-6,0v0,1,1,2,2,3xm29,1v7,3,15,-2,13,-11v-3,1,-4,7,-9,4r0,3v5,-1,3,1,1,3v-2,2,-3,3,-5,1xm8,3v-1,3,-5,7,0,8v2,-5,8,-3,0,-8xm52,16v-2,1,-4,1,-1,2xm0,16v0,4,0,3,-1,11v2,-4,11,-9,1,-11xm41,28v0,1,-2,3,0,3r0,-3xm-22,19v-1,0,2,3,2,3xm50,41v-1,1,-1,3,1,3xm-19,32v2,-1,4,-2,1,-3xm165,-287r-166,348r242,0r113,-348r-189,0xm262,-197v14,18,-18,44,-25,21v-1,-14,10,-25,25,-21xm216,14v1,5,-9,10,-10,3v-1,-8,8,-8,10,-3xm250,-58v-11,-1,-19,-16,-6,-22v5,-3,9,-4,14,-4v0,7,6,27,-8,26xm308,16v18,13,28,-12,11,-15v-15,-7,-32,7,-11,15xm332,-81v-2,-4,-11,-5,-11,1v0,3,2,5,6,5v4,0,6,-2,5,-6","w":389},"(":{"d":"32,-230v-5,-1,-1,3,-2,6v1,-3,-1,-4,2,-6xm14,-230v0,1,1,3,1,1v1,-1,0,-1,-1,-1xm21,-230v-1,1,-2,1,-1,2v1,-1,3,-1,1,-2xm35,-229v0,-1,-1,-1,-2,0r2,0xm26,-227v0,0,-1,2,-1,3v1,0,1,-2,1,-3xm12,-225v0,0,-2,0,-2,1xm12,-226r0,1r0,-1xm18,-225v0,2,3,2,4,3v0,-1,-2,-3,-4,-3xm37,-224v-3,-1,-6,3,-1,2xm30,-222v-1,1,-1,2,1,1xm37,-214v2,0,1,-4,1,-6v-2,2,-4,2,-1,6xm24,-220v2,2,1,2,2,1v1,0,1,-1,0,-1r-2,0xm13,-218v1,0,2,1,3,1v0,-3,-2,-2,-3,-1xm26,-215v0,0,0,-1,1,-1xm30,-215r-1,0r1,0xm9,-210r0,-1r0,1xm26,-209v1,-2,-3,-3,-1,-1v0,1,1,1,1,1xm22,-211v0,0,0,1,-1,1v1,0,1,-1,1,-1xm33,-211v1,4,1,5,2,2xm31,-210v-1,0,-1,0,-1,1xm20,-208r1,0v-1,-1,-1,0,-1,0xm31,-208r1,0r-1,0xm36,-202v1,-3,-1,-3,-3,-2v1,1,2,1,3,2xm21,-204r0,1r0,-1xm29,-203v0,2,3,0,1,0r-1,0xm22,-198v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm35,-198v0,0,2,-2,0,-1r0,1xm-4,-197v0,-1,0,-1,-1,-1xm30,-198v0,0,1,2,1,0r-1,0xm-9,-195v3,0,3,0,2,-2xm-4,-194v-1,0,-1,0,-1,1xm6,-195v-2,-11,28,-9,9,-19v1,3,1,3,1,7v0,-3,-3,-4,-6,-3v-1,0,-2,3,0,3v-11,-1,1,11,-10,4v-5,2,2,3,2,6v2,-2,3,0,4,2xm-29,-178v0,1,2,1,3,1xm19,-190v0,0,1,-1,0,-3r0,3xm1,-185v0,0,1,-3,-1,-3v0,1,0,3,1,3xm-21,-174r2,1v-1,-1,-2,-1,-2,-1xm-7,-184r-1,0r1,0xm0,-178v3,1,5,-2,3,-5v0,4,-5,-1,-3,5xm4,-180v0,0,1,2,1,0r-1,0xm16,-181r0,-1r0,1xm36,-181v-2,-1,-2,1,-1,1v0,0,1,0,1,-1xm9,-169v2,-5,-1,-7,-1,-10v-2,1,0,4,-1,7v-1,-1,-4,-2,-2,-5v0,-3,0,-6,1,-6v-4,13,-10,18,-18,24v9,-3,2,9,7,12v-5,-2,-8,0,-4,5v4,-2,15,-5,6,-7v9,-4,0,-11,4,-17v0,0,2,0,3,1v0,-6,4,-5,5,-4xm-1,-165v-1,1,-1,1,0,2r0,-2xm-1,-170v1,0,3,3,4,1v0,0,-2,-1,-4,-1xm34,-166r-2,0r2,0xm6,-165v1,1,1,3,2,1v-1,-1,-2,-1,-2,-1xm10,-164r0,1r0,-1xm31,-161v1,0,3,0,1,-1xm6,-159v2,-1,-1,-3,2,-2xm10,-160v1,-1,1,-1,0,-2v-1,1,-1,1,0,2xm6,-159v0,0,0,-1,-1,-1xm27,-161v-1,2,1,5,1,1xm27,-150v0,-1,-2,-2,-2,0v1,-1,2,0,2,0xm-26,-148v0,0,-2,1,0,1r0,-1xm-22,-145v0,0,1,-2,0,-2v0,0,-1,1,0,2xm-21,-141v0,0,0,-2,-1,-3v-1,0,0,2,1,3xm34,-141v-2,0,-4,0,-3,2v-1,5,5,2,7,3v0,-7,-6,2,-4,-5xm29,-136v0,-1,-3,-2,-2,0r2,0xm27,-135r0,1r0,-1xm26,-132v1,0,1,0,1,-1xm35,-126v-1,0,-1,0,-1,1xm26,-116v-6,7,-9,-9,-17,-3v4,6,8,4,12,7r-1,-1v-3,4,-12,5,-1,12v-2,-1,-3,3,-1,1v6,0,6,10,13,10v1,-13,-10,-9,-3,-18v-3,1,-6,11,-9,4v1,-1,1,-2,-1,-2r-3,0v4,-4,10,1,11,-10xm-14,-118r-1,0r1,0xm38,-114v2,-1,3,-1,0,-2r0,2xm8,-112v0,0,-1,0,-2,-1v0,0,1,1,2,1xm29,-112v-2,1,-6,4,0,3v2,0,3,-3,0,-3xm-3,-108v-2,-1,-2,2,-2,3xm5,-105v1,-1,1,-2,1,-2v-1,0,-1,1,-1,2xm8,-101r0,2r0,-2xm30,-101v0,1,-2,2,0,2r0,-2xm31,-99v0,2,3,1,1,0r-1,0xm34,-97v0,0,0,-1,1,-1v-1,0,-1,1,-1,1xm17,-94r0,0r0,0xm18,-98v-1,3,1,6,3,3v-2,1,-2,-3,-3,-3xm22,-96v0,0,0,-2,-1,-2xm33,-95r2,1v0,-1,-2,-1,-2,-1xm20,-93v0,1,-3,2,-1,2v1,-1,1,-2,1,-2xm19,-90r3,0r-3,0xm31,-89v4,4,-7,6,-1,10v7,-2,-1,-8,6,-7v-1,-1,-2,-3,-5,-3xm24,-85v0,-2,-4,-1,-4,0v1,1,2,3,4,0xm36,-82v0,-2,-1,-2,-1,0r1,0xm26,-81r-1,0r1,0xm23,-80v0,2,-11,5,-1,4v1,3,2,0,5,3xm30,-78v0,0,-2,1,0,1r0,-1xm30,-75v1,0,1,-1,1,-2xm28,-70v1,4,0,4,3,1v0,-3,-5,-4,-3,-1xm24,-71r0,-1r0,1xm36,-70v-1,0,-2,1,-1,2xm34,-63v0,-3,-1,-3,-1,0r1,0xm25,-58v0,-1,3,-2,1,-2xm-13,-58v1,-1,2,-2,0,-2v0,0,-1,1,0,2xm31,-58v-1,0,-1,0,-1,1xm39,-55v0,0,1,0,1,-1v-1,0,-1,0,-1,1xm-23,-53v-1,2,1,2,3,2v0,0,-1,-2,-3,-2xm-12,-51v2,3,2,3,2,0v-1,-1,-2,-1,-2,0xm30,-44v2,-2,4,-1,2,-6v-1,1,-3,3,-2,6xm20,-47v1,0,-2,3,0,2r0,-4v-2,1,-2,1,0,2xm10,-45v0,-1,-4,-4,-4,0r4,0xm-5,-40r-2,1v0,0,2,0,2,-1xm18,-31v4,-2,6,-10,-3,-8r-1,3v4,-1,6,2,4,5xm12,-33r1,-2v0,1,-1,2,-1,2xm28,-25v3,-4,6,-9,2,-11v-1,3,-5,8,-2,11xm13,-33r1,2v0,-1,0,-1,-1,-2xm26,-27v-1,-6,-2,1,-4,-1v3,0,-1,4,0,3v2,0,3,-1,4,-2xm16,-21v-1,-1,-2,-1,-2,1v2,1,2,1,2,-1xm13,-17v0,0,1,6,2,1v0,0,-1,-1,-2,-1xm28,-17v0,0,0,2,1,2v0,0,0,-2,-1,-2xm6,-14r0,1r0,-1xm8,-9v0,0,2,-1,0,-1r0,1xm107,-13v-2,-2,-8,2,-7,4v0,3,2,4,5,4v4,1,5,-6,2,-8xm101,-55v-6,-2,-11,9,-5,11v7,3,9,-7,5,-11xm130,-17v4,3,5,-3,1,-2v-1,0,-1,1,-1,2xm65,-87v5,1,4,-5,2,-7v-5,-1,-7,1,-7,4v0,2,2,3,5,3xm13,-139r1,1v0,0,0,-1,-1,-1xm10,-127v2,-1,2,0,2,-3v-1,0,-2,2,-2,3xm11,-123r0,-2r0,2xm21,-127v-1,-5,0,-11,-3,-2v0,0,1,0,3,2xm17,-137r1,1xm6,-92v2,0,5,0,3,-2v0,4,-7,-5,-3,2xm10,-130r0,-1r0,1xm13,-142v0,0,-2,1,0,1v0,0,1,0,0,-1xm6,-145v1,-4,1,-9,-1,-11xm11,-152v0,0,0,-2,-1,-2xm8,-123r0,1r0,-1xm31,-144v-2,-1,-6,-5,-9,-2v2,4,3,0,9,2xm11,-149v-1,0,-1,0,-1,1xm115,34v-47,-64,-43,-219,0,-284r-65,-38v-53,93,-71,221,-16,327r16,33xm12,-141v0,-2,2,-1,1,0v0,2,0,0,-1,0xm10,-154v1,0,1,1,1,2xm10,-148v0,-1,0,-1,1,-1xm10,-131v2,0,0,0,0,1r0,-1xm7,-123v1,0,1,0,1,1xm5,-156v2,4,3,8,1,11xm6,-90v1,-3,-4,-4,0,-5v4,4,4,0,0,5xm12,-125v0,0,-1,3,-1,0r1,0xm12,-127v-1,-1,-1,-1,-2,0v0,-2,3,-4,2,0xm13,-139v1,0,1,0,1,1xm17,-137r1,1xm21,-127v-6,-2,-1,-6,-1,-7v0,2,3,5,1,7xm25,-67r-1,0r1,0xm31,-144v-7,0,-11,-1,-6,-4v2,4,5,1,6,4xm31,-22v0,1,0,1,-1,1xm32,-51r0,1r0,-1xm33,-13r0,0r0,0xm38,-31v0,1,-3,2,-3,0v1,-1,2,-1,3,0xm39,-82r-1,0r1,0xm75,-9v2,-2,4,1,5,3v-2,4,-4,4,-5,0v0,-1,-1,-2,0,-3xm72,-55v-3,0,-4,-4,-1,-4v2,0,3,3,1,4xm79,21v3,7,-1,11,-8,7v-3,-7,3,-14,8,-7xm91,-18v3,4,-6,16,-7,6v0,-4,3,-6,7,-6xm6,-91r0,1r0,-1xm81,-169v1,0,3,-2,3,-3v0,-1,-1,0,-2,0r1,-1v-2,-1,-5,2,-2,4xm80,-100v0,-3,-5,-5,-4,0v0,1,0,2,1,2v1,0,3,-1,3,-2","w":162},")":{"d":"66,72v50,-89,73,-222,16,-327r-16,-33r-66,38v44,64,48,221,0,284xm44,-187v0,-2,2,-1,3,-1v-1,0,-2,1,-3,1xm43,-203v0,0,-5,1,-2,0r2,0xm39,-207r1,0r-1,0xm39,-206v2,0,2,0,2,2v-1,0,-2,0,-2,-2xm29,-234v1,0,2,2,1,3xm24,-211v-2,-1,-2,-2,0,-1r0,1xm22,-208v0,-1,3,-2,1,0r-1,0xm26,-204v1,3,-4,0,-3,1v2,-5,3,-3,3,-1xm27,-217v-4,-1,-5,2,-9,0v4,-2,5,-1,9,0xm28,-200r2,2v0,0,-2,-1,-2,-2xm26,-197v0,-1,0,-2,1,-2v0,0,0,1,-1,2xm28,-226r-2,-3v0,1,3,2,2,3xm29,-221v2,-1,3,-4,4,0v-3,3,-1,0,-4,0xm30,-174v1,0,2,-3,2,-1v0,0,-1,1,-2,1xm35,-209v-2,0,-3,-3,0,-1r2,0r-4,3xm36,-180v-1,-1,-1,-2,-1,-2v0,0,1,1,1,2xm33,-190v0,0,4,0,3,2v-1,0,-3,-1,-3,-2xm35,-160v1,-2,1,0,2,1xm36,-154r0,2r0,-2xm36,-176v1,0,1,4,-1,4v0,-1,0,-2,1,-4xm36,-207v0,1,2,3,0,3r0,-3xm41,-191v-1,2,-1,1,-3,2xm39,-176v0,-1,3,-2,5,-2v0,2,-2,3,-5,2xm45,-182v-1,1,-3,1,-2,-2v0,1,1,2,2,2xm44,-175v-2,2,-4,0,-2,-2xm41,-148r-5,1v1,-1,3,-1,5,-1xm46,23v1,0,3,-1,3,1v-1,4,-4,0,-3,-1xm90,18r0,-1r0,1xm93,4r-2,-1v1,0,2,0,2,1xm90,0v1,0,1,-1,2,1v0,-1,-1,-1,-2,-1xm89,-18v1,1,2,3,1,3v-1,-1,-1,-2,-1,-3xm89,-12r0,2r0,-2xm86,19r1,0r-1,0xm89,11r-1,-1v1,0,1,1,1,1xm91,12v0,1,-1,4,-2,2v0,-1,1,-1,2,-2xm102,6v1,-2,0,-1,-3,-2v1,0,2,1,3,2xm107,10r0,1r0,-1xm109,13v-1,-1,-2,0,-3,1v1,2,2,0,3,-1xm104,13v0,0,1,3,1,1v-1,0,-1,-1,-1,-1xm89,22v0,1,0,1,1,1xm89,22r0,1r0,-1xm93,23r2,1v0,-1,-2,-1,-2,-1xm103,-1v0,-2,1,-2,3,-2v2,1,4,1,2,-1v-2,1,-11,-4,-5,3xm96,5r1,0r-1,0xm96,5r0,0r0,0xm96,8r0,-1r0,1xm99,15v1,-2,1,-2,0,-7v1,1,-5,5,0,7xm89,11v0,0,0,-1,-1,-1xm102,17v0,1,0,1,1,1xm90,17r0,1r0,-1xm108,18v-2,0,-1,2,-1,3xm116,21v1,-1,1,-2,1,-2xm8,-208v1,0,2,2,3,0r-3,0xm10,-204v1,1,1,3,2,1v-1,-1,-2,-1,-2,-1xm18,-199v3,-1,1,-4,0,-1r0,1xm19,-196v0,-1,0,-1,-1,-1xm17,-204v-1,0,-2,0,-2,2xm119,25r0,2r0,-2xm85,51r0,1r0,-1xm87,50v-4,-7,-4,3,0,0v4,-1,0,-3,0,0xm17,-182v7,2,9,-8,5,-12v-8,-1,-10,10,-5,12xm-6,-221v2,0,2,-3,0,-4v-2,0,-1,4,0,4xm23,-172r0,-3r0,3xm88,42v1,-4,-4,-7,-4,-2v-1,5,3,5,4,2xm118,-14v0,-2,-2,-6,-5,-5v-3,0,-5,2,-5,6v0,4,2,6,4,6v4,0,6,-2,6,-7xm38,-189r1,-1","w":126},"*":{"d":"237,-76v3,-16,18,-26,29,-11v2,0,6,1,10,3v9,-8,0,-17,6,-25r-54,-30r60,-37r-41,-70r-63,39r0,-81r-83,0r0,77r-60,-35r-41,70r66,37r-66,40r41,67r60,-34r0,69r83,0r0,-71r63,36r22,-40v0,0,1,-1,-9,5v-10,6,-22,1,-23,-9xm139,-4v-9,0,-15,-10,-5,-14v4,-2,10,-5,12,0v0,4,6,15,-7,14xm168,-28v-3,-2,-5,-5,-5,-9v-1,-4,3,-6,6,-3v6,2,5,10,-1,12xm177,-31v0,0,-3,-3,1,-2v0,1,-1,2,-1,2xm177,-7v1,-3,1,-3,3,-1v0,0,-1,1,-3,1xm181,-37v-1,1,-2,5,-2,1v0,-1,1,-1,2,-1xm173,-195v-1,-7,8,-6,10,-2v1,7,-10,10,-10,2xm206,-61v-3,-1,-5,-1,-1,-2v1,0,1,1,1,2xm223,-76v1,3,-3,7,-4,4xm234,-67v-2,0,-4,-1,-4,-4v3,0,4,1,4,4xm239,-129v0,1,-2,7,-2,1xm269,-95v-3,1,-4,-1,-2,-3xm307,-140v3,0,9,-1,7,-7v-4,-2,-6,7,-7,7xm306,-143v1,-3,3,-3,0,-3r0,3xm307,-135v-6,-5,-3,-4,-4,1r0,5v1,-1,3,-3,4,-6xm282,-158v0,1,-3,2,-1,2v1,-1,1,-2,1,-2xm297,-140v-1,-2,-4,-3,-3,1v0,0,2,0,3,-1xm296,-126v1,0,1,2,3,0r-3,0xm287,-132r3,2v0,0,-2,-1,-3,-2xm261,-142v-2,2,-5,9,-1,4v0,-1,1,-3,1,-4xm301,-181v2,0,2,-1,2,-3v-3,-1,-3,1,-2,3xm313,-147r-2,-3xm316,-141v-2,-3,-2,-1,-4,1v2,1,3,0,4,-1xm314,-143r0,0r0,0xm206,-61v0,0,-7,-1,-2,0r2,0xm170,18v0,-3,-3,-5,-4,-2v1,1,2,2,4,2xm136,4v1,3,9,9,12,5v2,-1,3,-2,0,-4v-4,8,-7,-5,-12,-1xm217,55v1,17,35,26,39,5v2,-11,-6,-20,-16,-22v-6,0,-24,7,-23,17xm243,-75v0,0,-1,0,-3,-1v1,-2,2,0,3,1xm243,-75v-1,-1,-2,-3,-3,-1v2,1,3,1,3,1xm265,-140v7,20,18,3,26,-7v-5,-5,-27,-9,-26,7xm273,-146v1,-2,2,-4,4,-1v-1,1,-2,1,-4,1xm220,-14v1,-2,2,-8,-1,-5v0,2,0,4,1,5xm199,-53v-1,2,-4,6,0,2v0,0,1,-1,0,-2xm202,-35v8,-18,-12,7,-5,-8v3,-7,1,0,6,-4v-2,-2,-7,0,-9,0r3,2v-9,2,-10,9,-4,14v3,-2,5,-2,6,-1v-2,1,-5,3,-2,4v3,-1,4,-4,5,-7xm204,-15v3,5,7,6,14,2v-4,-2,-7,-9,-14,-2","w":315},"+":{"d":"120,-190v7,0,16,-6,19,-5v-2,8,-17,0,-19,13v6,-1,2,-1,9,-6v-2,5,-4,15,-8,8r-1,12v-16,-4,-23,9,-27,0r-66,0v3,3,3,11,-4,10v-9,1,-11,-6,-6,-10r-17,0r0,120r120,0r0,120r120,0r0,-120r120,0r0,-120v-26,-1,-59,5,-82,0r-38,0r0,-120r-120,0r0,56v13,-1,5,17,2,9v-5,6,0,23,-2,33xm130,-199r-4,2v-1,-1,2,-3,4,-2xm131,-229v1,0,4,1,2,2xm136,-223v0,2,-2,6,-2,2v0,-2,1,-4,2,-2xm136,-217v2,-1,2,-1,3,-1v-1,1,-1,1,-3,1xm86,-165v2,2,1,0,-1,3v-1,-1,-1,-2,1,-3xm85,-156v0,-1,-1,-3,1,-3v0,1,1,3,-1,3xm90,-156v0,1,-3,5,-4,2v0,-2,2,-2,4,-2xm93,-165v-1,1,-2,3,-2,0v0,0,2,-1,2,0xm95,-156r-1,3xm116,-150v-4,1,-5,-1,-5,-6v0,-3,2,-5,5,-4v3,0,4,1,4,4v0,3,-1,6,-4,6xm133,-183v0,0,0,2,-1,2v0,0,0,-2,1,-2xm135,-177r0,3v-1,-2,-1,-3,0,-3xm138,-183v1,2,-1,2,-3,2v0,-2,2,-3,3,-2xm143,-221r-1,-1xm144,-170v-1,-1,-1,-2,0,-3v0,0,-1,-1,0,3xm144,-194v-2,-1,-1,-6,1,-2v0,0,0,1,-1,2xm154,-157v-2,0,-5,1,-4,-2v1,0,2,1,4,2xm154,-154r-1,2v-1,0,0,-1,1,-2xm157,-168v2,7,-6,13,-5,3r0,-5v2,1,2,4,5,2xm157,-178v1,0,5,1,3,2xm161,-173v3,1,1,3,0,5r0,-5xm162,-166v2,-1,3,-2,4,-1v-1,1,-2,1,-4,1xm166,-205v2,2,0,3,-1,4xm170,-170r-2,-1xm181,-221v-4,14,-24,7,-24,-6v0,-7,10,-11,18,-8v6,4,8,9,6,14xm187,-199v2,0,1,2,0,2v-1,-1,-1,-1,0,-2xm324,-132v0,-4,9,-5,12,-4xm343,-127r-6,-8v6,-1,9,4,6,8xm-42,-172v-1,2,-4,4,-2,6v3,0,4,-3,2,-6xm-42,-173r0,0r0,0xm-45,-167r3,-6v-4,0,-7,5,-3,6xm-42,-173r0,1r0,-1xm-42,-172r-3,5xm55,-180v0,9,15,19,18,6v3,-6,-5,-13,-8,-14v-6,0,-10,3,-10,8xm116,-160r-1,0r1,0xm61,-204v-1,14,27,20,30,5v2,-9,-6,-16,-13,-18v-4,0,-17,6,-17,13xm72,-230v0,-4,-5,-10,-8,-5v-2,3,-1,9,3,8v2,0,4,-1,5,-3xm112,-275v-11,-3,-19,17,-5,17v6,0,14,-14,5,-17xm267,-234v11,1,17,-12,10,-20v-7,3,-21,14,-10,20xm328,-187v2,3,8,3,6,-3v-1,-2,-7,0,-6,3xm44,-177v5,-1,6,-8,1,-9v-3,-1,-4,0,-4,3v0,3,1,5,3,6xm-33,-177v-1,6,8,7,8,1v0,-2,-1,-3,-3,-4v-3,-1,-5,0,-5,3xm260,-189v-2,7,4,11,10,6v-6,-6,3,-11,-2,-14v-11,1,-6,-3,-7,-10v-4,1,-12,8,-14,11v9,-1,4,12,5,20v2,-5,3,0,4,-11v2,4,2,0,4,-2xm107,-204v-3,-1,-5,5,-1,2v0,-1,1,-2,1,-2xm279,-202v6,-2,7,6,10,2v5,-11,-10,-16,-14,-8v3,4,-4,14,1,9v-1,-1,-1,-2,0,-2v1,1,3,3,5,4v0,-2,-1,-4,-2,-5xm135,-173r0,-1r0,1xm93,-165v-1,-1,-2,0,-2,2v2,1,3,-3,2,-2xm304,-198r-2,-1xm289,-191v0,-2,-1,-4,-2,-1v0,2,1,2,2,1xm305,-194v0,5,1,4,2,1xm314,-190v0,-2,0,-2,-2,-2xm296,-191v0,3,3,15,6,6v0,-4,0,-5,-6,-6xm310,-189r-1,1xm294,-178v4,-1,6,-1,0,-3r0,3xm298,-176v-2,2,0,2,1,1","w":406},",":{"d":"-25,71v0,1,1,1,2,1v1,0,1,-2,1,-3v0,-1,-1,0,-3,2xm1,77v1,0,2,-1,2,-1v-1,0,-2,0,-2,1xm8,39v-1,-2,-2,-1,-3,2v1,-1,5,0,3,-2xm2,70r0,0r0,0xm2,28v1,1,3,1,3,0v0,0,-6,-4,-3,0xm5,63v-1,0,-5,2,-3,3v0,1,1,1,2,0v1,-1,1,-3,1,-3xm40,1v1,3,6,3,6,-1v-1,-4,-6,-3,-6,1xm6,23r0,-1r0,1xm72,5v1,0,1,0,1,-1xm7,22r-1,1xm16,30r-1,1xm-3,37v0,2,1,1,1,0r-1,0xm115,22r1,0r-1,0xm64,5v-6,3,-25,5,-34,3r-30,91r49,0r44,-91r-29,0r0,-3xm13,59v1,0,1,0,1,1v-1,0,-1,-1,-1,-1xm10,86v-3,-2,-3,-6,2,-6v1,0,2,1,2,2v0,3,-2,5,-4,4xm18,67v0,5,-3,3,-5,0v1,-2,4,-2,5,0xm18,64v-2,0,-3,-1,-3,-2v2,-2,4,-3,6,0v0,2,-1,2,-3,2xm20,54r6,-1v0,2,-5,3,-6,1xm27,61r-5,1v0,-3,4,-5,5,-1xm29,47v-1,-1,-1,-1,1,-1xm35,76v0,4,-4,5,-4,1v0,-2,3,-4,4,-1xm42,23v0,2,-3,1,-3,0v0,-1,1,-2,2,-2v1,0,1,1,1,2xm51,19r-1,0r1,0xm51,37r0,-1r0,1xm52,30v1,1,1,2,-1,2v-1,0,-2,-1,-2,-1v0,-1,1,-1,3,-1xm63,30r0,0r0,0xm72,32v0,2,-4,4,-6,2v-2,-3,0,-4,4,-4v1,0,2,0,2,2xm66,22r2,-1v0,0,-1,1,-2,1xm65,27r1,-1xm81,45v-4,-2,-2,4,-3,6v6,1,8,-4,3,-6xm134,62v5,2,11,-6,4,-7v-3,0,-8,5,-4,7xm127,18v0,0,2,-1,0,-1r0,1xm-9,23v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm-14,26v0,1,0,1,1,1xm-10,24r0,-1r0,1xm0,54v3,0,6,-5,1,-3v-1,1,-1,2,-1,3xm-6,22r0,0r0,0xm-12,19v5,2,8,-3,3,-5v-2,-1,-4,2,-3,5","w":104},".":{"d":"3,-6r-1,0r1,0xm43,-12v2,0,6,4,6,0v0,-2,-1,-3,-3,-3v-2,0,-3,1,-3,3xm-26,0v1,0,2,1,2,0v-1,-1,-1,-1,-2,0xm-40,58v0,1,2,2,3,1v1,-1,2,-2,2,-3v0,-1,-2,0,-5,2xm2,-5r0,-1r0,1xm0,2v0,0,-7,-7,-4,-1v1,2,3,2,4,1xm72,-24v4,4,8,-1,6,-5v-3,-4,-9,2,-6,5xm50,-38v-4,-1,-5,5,-2,6v6,2,8,-6,2,-6xm-20,-4r0,0r0,0xm90,-30r-1,1xm85,-1v1,1,4,1,2,-1v-1,0,-2,1,-2,1xm58,-11v2,2,5,1,5,-3v1,-3,-5,-4,-5,-1v0,1,-1,3,0,4xm55,-11v-2,-3,-4,4,-4,4v3,2,6,-1,4,-4xm-9,14r-1,0r1,0xm144,-6r1,-1xm99,24v-3,1,-5,4,-2,7v3,1,7,2,7,-3v0,-3,-2,-4,-5,-4xm35,77v1,0,1,0,1,-1v-1,0,-1,1,-1,1xm170,46v2,2,9,-2,9,-6v0,-2,-2,-4,-4,-4v-5,-1,-10,8,-5,10xm0,48v-2,-2,-4,1,-4,3v2,2,5,-1,4,-3xm162,-14v-2,0,-3,1,-1,2v1,0,1,-1,1,-2xm-6,36v6,1,5,-7,1,-4v-1,1,-1,3,-1,4xm-15,-7r0,0r0,0xm-19,-5v-1,0,-1,0,-1,1v0,0,1,0,1,-1xm-17,-10v3,-1,3,-8,-2,-7v-2,0,-5,3,-3,6v2,1,4,1,5,1xm-5,66v1,0,2,0,2,-1v-1,0,-2,0,-2,1xm-4,57r0,-1r0,1xm33,69v23,17,62,-8,62,-35v0,-16,-7,-27,-23,-35v0,0,1,-1,1,-2v-21,-9,-61,0,-68,18v-2,-2,-5,1,-4,3r3,0v-9,12,-1,55,7,42v3,3,15,14,22,9xm1,39v0,0,0,-1,1,-1xm9,30r-3,0v0,-1,3,-2,3,0xm18,10v0,-2,2,-4,5,-3v5,8,-5,7,-5,3xm19,47v6,2,7,10,-1,11v-3,0,-7,-5,-5,-7v1,-3,4,-5,6,-4xm25,36v-2,0,9,11,-3,10v8,-6,-15,-7,3,-10xm33,63v0,3,-8,3,-7,0v0,-1,2,-2,7,-2r0,2xm39,53v0,1,-1,1,-1,0r1,0xm51,4v-1,3,-4,2,-5,-1v2,-4,6,-3,5,1xm51,38r-1,1v0,0,0,-1,1,-1xm53,24v-1,0,-3,-1,-2,-2v2,-3,4,-2,4,1v0,1,-1,2,-2,1xm67,17v0,1,0,1,-1,1v0,0,0,-1,1,-1xm67,42v0,-1,1,-3,1,-1v0,0,0,1,-1,1xm71,34v-7,3,-6,-4,-2,-2v2,0,3,1,2,2xm83,32r1,0r-1,0xm92,38v-4,1,-7,-2,-5,-5v1,-3,9,-3,8,2v0,2,-1,3,-3,3xm87,21v0,0,2,-4,2,-1v0,0,-1,1,-2,1xm86,28v-1,-1,2,-2,0,-2v1,0,2,2,0,2","w":134},"\/":{"d":"198,-180r61,-108r-55,0r-204,360r56,0r102,-181v-2,-6,-2,-15,7,-13r20,-34v-6,0,-12,-10,-4,-11v19,4,4,-13,17,-13xm12,63v-1,-7,9,-9,9,-1v0,3,-1,5,-4,5v-4,0,-5,-1,-5,-4xm47,54v-2,1,-4,-2,-2,-3v1,0,3,-1,3,1v0,1,0,2,-1,2xm138,-121v-1,-1,0,-2,1,-3v2,1,1,3,-1,3xm149,-123v-2,2,-2,0,-2,-2v2,0,3,2,2,2xm156,-151v-3,0,-8,-6,-2,-6v5,0,5,5,2,6xm166,-156v-2,-5,4,-6,2,-1v0,1,-1,1,-2,1xm171,-152v-1,-4,1,-7,5,-5v3,-1,4,5,2,7v-2,3,-4,1,-7,-2xm184,-178v2,0,2,1,2,3v-1,2,-3,1,-3,-1v0,-1,0,-2,1,-2xm189,-207v-1,-1,-3,-2,-1,-3v2,-1,3,-1,3,1v0,1,-1,2,-2,2xm161,-105v-1,1,-2,5,1,3v2,-1,-1,-3,-1,-3xm158,-88v-6,-1,-11,7,-4,8v6,1,9,-8,3,-9xm168,-93v5,1,13,-10,4,-12v-7,-1,-14,11,-4,12xm181,-141v-1,1,-1,1,0,2v1,0,0,-1,0,-2xm179,-129v-2,-1,-3,3,-1,3v1,-1,1,-2,1,-3xm6,24v7,3,10,-8,6,-12v-3,-2,-8,1,-8,5v0,4,0,7,2,7xm181,-93v0,-1,-1,-4,-3,-3v-1,0,-2,1,-2,3v0,2,1,2,3,2v1,0,2,-1,2,-2xm216,-157v2,2,5,-1,2,-2v-1,0,-2,1,-2,2","w":259},"0":{"d":"0,-111v2,109,55,180,166,182v70,1,118,-34,143,-82v-2,-2,-4,2,-4,-3v-1,-4,4,-7,7,-4v32,-65,25,-162,-19,-212v-28,-32,-63,-57,-109,-57v-27,0,-90,0,-102,24v-7,-2,-12,4,-17,7v8,0,4,6,4,13v-2,1,-5,4,-7,2v-4,-2,-2,-9,0,-12v-37,29,-63,79,-62,142xm50,-237v0,-1,0,-2,1,-2v1,1,1,2,-1,2xm76,-246v0,1,-3,6,-4,2v0,-2,3,-3,4,-2xm88,-246v-3,6,-7,-1,-10,-2v2,-2,13,-5,10,2xm102,-258v2,4,-4,6,-7,4v0,0,-1,-2,-1,-3v-2,-4,-2,-1,3,-3v3,0,4,1,5,2xm103,-227v1,1,-1,2,-2,2v-1,0,-1,-1,0,-2v1,-1,2,-1,2,0xm104,-250v0,0,-5,3,-6,1v0,-3,6,-4,6,-1xm151,-251v0,1,-1,2,-2,2v0,-1,1,-2,2,-2xm147,-284v0,2,-1,2,-2,1v0,-1,1,-1,2,-1xm140,-283r0,1v-1,-1,-1,-1,0,-1xm131,-264v2,-1,7,4,2,4v-2,1,-5,-3,-2,-4xm123,-262v0,1,1,2,1,3v0,1,-1,1,-2,0v0,-1,0,-2,1,-3xm114,-274v0,0,1,-2,1,0r-1,0xm107,-251v2,-1,2,1,2,3v-2,0,-2,-1,-2,-3xm115,-259v1,4,-6,5,-8,3v-2,-3,-1,-6,2,-8v3,0,6,2,6,5xm121,-265v0,2,-5,7,-6,1v0,-5,5,-6,6,-1xm124,-79v3,-1,16,-18,6,-20v-2,-1,-8,7,-8,7v-5,-43,7,-88,44,-88v63,1,59,148,0,148v-21,0,-35,-15,-42,-47xm218,31v-1,0,-3,0,-1,-1v1,0,1,1,1,1xm224,25v-1,2,-1,1,-2,0v1,-1,2,-1,2,0xm229,15v0,5,-6,6,-9,2v-4,-2,0,-7,2,-7v4,0,6,2,7,5xm229,22r0,1r0,-1xm238,49v-1,0,-2,-3,0,-3v2,0,1,3,0,3xm248,33v-4,1,-6,-3,-4,-5v2,0,4,3,4,5xm252,22r-2,1v0,-1,1,-1,2,-1xm266,36v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm12,-3v7,1,13,-12,2,-10v-10,-2,-8,10,-2,10xm22,12v-2,0,-4,0,-2,2v3,0,4,-1,2,-2xm67,93v2,2,6,1,6,-3v0,-3,-1,-4,-3,-4v-3,0,-3,4,-3,7xm23,1v-1,0,-3,2,-1,2v1,0,2,-1,1,-2xm193,-91v0,3,10,8,13,1v3,-3,-3,-9,-6,-8v-6,0,-8,2,-7,7xm157,-52v1,-4,-4,-9,-8,-8v-5,0,-7,2,-7,6v1,8,15,10,15,2xm145,-64v-1,2,2,3,2,2v1,-1,1,-2,0,-2v-1,-1,-2,-1,-2,0xm141,-85v-6,9,2,12,4,3v0,-2,-2,-3,-4,-3xm150,-112v0,2,1,2,3,1v0,-3,-2,-2,-3,-1xm167,-55v-2,1,0,1,0,3v2,-1,1,-2,0,-3xm173,-61v-2,1,-1,2,1,2v1,-1,0,-2,-1,-2","w":350},"1":{"d":"0,-273r0,0r0,0xm233,4v2,-1,0,-4,-2,-3v-1,0,-1,2,0,3v1,1,1,1,2,0xm23,-140v7,0,1,-3,0,-2v-1,1,-1,1,0,2xm51,-154v10,34,1,88,4,132v2,1,3,1,3,1r-3,0r0,44v1,0,3,-2,4,0v0,2,-2,3,-4,2r0,47r65,0v6,-3,-5,-11,3,-7v9,2,-1,2,-1,5v2,2,1,-2,3,-1v1,1,1,2,0,3r60,0r0,-360r-170,5v0,3,2,3,3,4v-4,-1,-10,0,-6,6v1,-1,2,-3,3,-1v-6,4,-8,1,-8,11v-2,-4,-5,-13,-4,-7v-7,14,-1,43,-3,67v9,8,10,-4,15,1v1,4,-7,3,-4,7r2,-1r0,6v-4,-2,-1,2,-9,1v3,0,6,-4,0,-7v0,1,0,2,-1,3v-3,-1,1,-8,-3,-8r0,33v10,-2,10,-1,23,-2v1,-6,-6,-7,0,-11v5,10,7,-3,8,6v-4,-2,-4,2,-5,5v10,-4,21,9,24,-2r5,0v-1,7,2,17,-4,18xm2,-249v-2,-1,-2,-6,1,-3v0,0,0,1,-1,3xm1,-220v1,-1,2,-1,3,-1v-1,1,-2,1,-3,1xm4,-247v0,1,-3,3,-2,0r2,0xm22,-265r-1,-1xm18,-247v0,0,2,0,2,1xm17,-255r0,2v-2,-4,-4,-1,-5,-4v0,0,3,0,5,2xm14,-232r-2,0r2,0xm12,-261v3,0,4,2,1,3xm11,-265v2,1,2,1,1,3xm8,-261r-2,0r2,0xm6,-245v0,1,3,2,1,2v-2,-1,-2,-1,-1,-2xm9,-223v0,6,-4,-1,-4,-1v0,-2,3,0,4,1xm14,-190v2,-2,5,1,1,1xm19,-174v-4,-1,-6,4,-7,0v3,0,4,-3,7,-5v0,2,-2,3,0,5xm22,-207v-5,3,-6,-8,-13,-6v2,-4,7,-5,11,-4v0,4,-4,6,-1,8v3,-1,1,-1,3,2xm33,-271v0,0,2,0,2,1v0,0,-1,-1,-2,-1xm32,-240v0,-3,3,-8,3,-1xm34,-221r-1,0r1,0xm30,-259v0,3,8,2,3,7xm28,-256v0,0,2,1,0,1r0,-1xm24,-239v1,1,1,1,0,2r0,-2xm31,-206v-1,-1,-1,-4,0,-6v2,3,5,1,9,1v0,8,-9,13,-17,4v1,-5,4,1,8,1xm39,-242v-1,-1,-2,-1,0,-2r0,2xm36,-244v1,-6,5,-5,7,-1r-1,3r2,-1r2,9v-5,-1,-3,-16,-10,-10xm45,-228v0,0,1,-2,1,0r-1,0xm47,-194v0,0,-1,5,-2,3v1,0,2,-2,2,-3xm51,-188v0,0,1,0,2,1v-1,1,-2,1,-2,-1xm52,-205v-2,-1,-2,-2,0,-3v1,1,1,2,0,3xm55,-181v0,2,-2,2,-2,0r2,0xm112,49v0,1,2,2,0,2r0,-2xm110,13v-1,1,-1,1,-2,0r2,0xm107,34v2,0,4,2,1,3r-5,3v-1,-3,7,-4,4,-6xm107,-6v3,3,1,4,-2,6v-4,0,-4,-1,-7,-6v3,0,4,0,5,-2v-1,5,3,6,4,2xm98,1r-3,0v0,0,2,-1,3,0xm96,6v1,1,1,2,-1,2xm96,4r-1,-1xm92,-35v4,0,1,3,0,3v-1,-1,-1,-2,0,-3xm93,-41r-2,0r2,0xm87,-61v3,-1,3,1,2,2v0,0,-2,-1,-2,-2xm88,-16v0,-1,0,-1,1,-1xm86,-31v1,0,3,3,1,4xm81,-85v0,-1,1,-1,1,0r-1,0xm82,-90v-1,-2,-10,-2,-2,-4v0,1,1,2,2,4xm78,-99v-1,3,-1,5,-3,1v-1,-1,-1,-2,0,-3v2,0,3,1,3,2xm77,-116v3,1,2,5,1,9v-4,-1,-1,-6,-1,-9xm66,-155v0,-1,1,-1,2,-1v0,2,0,2,-2,1xm64,-78v0,-1,-2,-3,0,-3v0,1,1,2,0,3xm64,-68r-2,-3v1,2,2,3,2,3xm63,-54r2,1v0,0,-1,-1,-2,-1xm65,-95v-1,-1,-4,-4,0,-3r0,3xm66,-105v0,0,-2,0,-3,1v0,-1,2,-1,3,-1xm65,-117v-4,-6,-1,-17,-7,-11v-2,0,-2,-1,0,-3v10,-3,8,10,7,14xm60,-30v0,1,3,2,1,2xm60,-87v0,0,1,0,1,1xm62,-109v0,2,-2,0,-3,0r3,0xm58,-93v-1,0,2,1,0,1r0,-1xm59,-96v0,0,0,1,-1,1v0,0,0,-1,1,-1xm59,-116r0,-4r0,4xm62,-176r0,1r0,-1xm60,-177v-2,1,-2,1,-1,3v-2,-1,-1,-4,1,-3xm59,-162r0,-1r0,1xm59,-147v-6,1,1,-4,-2,-7v6,5,8,3,2,7xm56,-29r2,3xm63,-26v2,2,-1,5,-4,5v0,-4,1,-2,4,-5xm66,52v-1,3,-2,6,-2,0r2,0xm66,-113v-1,0,-1,-1,0,-2v2,1,1,1,0,2xm69,-106v-1,0,-2,2,-2,0r2,0xm68,-125v0,-2,1,-2,2,-1v0,0,-1,1,-2,1xm71,-116v-1,-4,3,-5,4,-2xm71,-98v0,-1,0,-1,1,-1v0,0,-1,0,-1,1xm74,-89v-1,0,-3,0,-1,-1xm75,-96v-2,0,-2,0,-1,-1v0,0,1,0,1,1xm76,-82r2,0r-2,0xm77,52v0,-1,0,-2,1,-2v0,0,-1,0,-1,2xm77,41v1,0,1,0,2,1v-2,1,-2,1,-2,-1xm83,57r1,2xm98,58v4,1,7,5,0,4v2,-1,0,-3,0,-4xm103,58v0,-1,-2,-2,0,-2r0,2xm101,66v1,-2,2,-4,2,0r-2,0xm105,68v1,0,1,-1,2,-1v-1,1,-1,0,-2,1xm99,53v6,-2,5,-16,10,-11v-4,2,-6,7,0,8v-3,7,10,-2,9,9r-1,-1v0,5,2,7,-1,4v-8,2,-13,-9,-21,-9v1,0,2,1,3,0v-3,-1,-18,-9,-7,-11v0,-3,8,-1,4,-6r1,1v1,-4,-4,-2,-5,-2v-1,1,-1,3,0,4v-6,-1,-9,1,-9,-7r-4,0v12,-8,19,5,25,-1v2,10,-13,11,-11,17v4,-3,7,-1,7,5xm118,51v-2,-1,-2,3,-3,0v1,-1,2,-1,3,0xm120,26v-1,0,-2,2,-2,0r2,0xm120,50r2,0v0,0,-2,1,-2,2v-1,0,0,-1,0,-2xm122,56v-1,1,-1,1,-2,0v0,0,1,-1,2,0xm127,71r0,-1r0,1xm131,70v1,0,2,1,2,1xm208,-184v0,-5,-1,-7,-6,-7v-6,1,-6,12,2,11v3,0,4,-1,4,-4xm203,-147v-6,-1,-7,10,-2,11v4,2,9,-1,9,-4v0,-5,-2,-7,-7,-7xm217,-122v0,1,-2,2,0,2r0,-2xm213,-19v0,2,2,1,2,0v0,-1,-1,-1,-2,0","w":221},"2":{"d":"157,-138v0,-27,11,-48,38,-43v12,2,22,14,22,27v0,18,-18,45,-56,81v4,4,-2,10,-6,5r-155,138r301,0v1,7,4,11,10,11v6,0,11,-4,7,-11r30,0r0,-108r-68,4r-60,8r0,-3v63,-19,119,-63,123,-134v6,-120,-189,-160,-266,-88v-25,24,-40,61,-45,113r72,0v0,-1,1,-4,3,-3v8,6,32,2,50,3xm89,-154v0,0,-2,4,-3,1v0,-1,3,-2,3,-1xm130,-184v2,-1,2,1,1,1xm114,-156v5,-1,8,-1,5,6v-1,3,-6,3,-7,0v-1,-3,0,-5,2,-6xm120,-159v-4,0,-3,-5,0,-6v1,0,4,5,0,6xm134,-169v3,13,-6,11,-11,3v-2,-8,8,-11,11,-3xm135,-139v-3,1,-6,-1,-6,-3v0,-2,2,-4,5,-4v3,0,5,6,1,7xm138,-175v1,-1,0,-2,2,-1v0,2,-1,2,-2,1xm148,-169v0,3,-4,5,-4,1v-1,-3,1,-7,3,-4v1,0,1,1,1,3xm167,-206v-2,-1,-4,-8,1,-7v3,1,2,7,-1,7xm75,41v-2,0,-2,-2,0,-3r0,3xm81,20v0,-1,0,-2,1,-2v0,1,0,2,-1,2xm157,-64v5,0,7,8,2,9v-4,1,-6,-1,-6,-5v0,-3,2,-4,4,-4xm150,-20v0,1,0,1,-1,1xm158,-30v-6,0,-7,-9,0,-10v3,0,4,1,4,4v0,4,-1,6,-4,6xm168,-71v-5,0,-5,-6,-1,-7v3,0,4,0,4,3v0,2,-1,4,-3,4xm186,-49v-6,-1,-1,-10,1,-9v2,0,4,2,4,5v0,3,-2,4,-5,4xm221,-143v5,-1,7,6,3,8v-2,-2,-14,1,-3,-8xm360,-154v0,-4,-2,-7,-6,-7v-4,-1,-6,3,-3,4v-1,4,0,7,5,7v3,0,4,-1,4,-4xm355,-119v-5,-1,-6,10,-2,11v4,2,9,-1,9,-5v0,-4,-2,-6,-7,-6xm366,1v0,0,-2,0,-2,1v0,1,1,1,2,1v1,-1,0,-2,0,-2xm369,-94r-2,0r2,0xm384,21v-1,-1,-4,0,-3,2v0,0,5,-1,3,-2xm183,-178v-1,-2,-5,-2,-2,1v1,0,2,0,2,-1xm201,-152v-1,-3,-4,-6,-6,-2v-1,6,5,5,6,2xm285,-48v-3,2,1,13,7,9v5,-1,6,-12,0,-13v-2,0,-4,0,-7,4xm188,-113v0,-4,-4,0,-3,-2v-2,3,2,4,3,2xm203,-150v-13,14,14,15,4,4v0,-1,-2,-4,-4,-4xm189,-167v2,10,8,6,15,7v7,0,6,-11,0,-12v-5,1,-12,-2,-15,5xm326,-84v0,0,1,6,2,3v0,-2,-1,-3,-2,-3","w":376},"3":{"d":"320,-38v0,-42,-28,-67,-57,-80v23,-10,43,-36,43,-67v2,-63,-74,-99,-143,-99v-93,0,-142,37,-149,114r120,0v0,2,1,12,6,8v5,-2,6,-12,-2,-11v0,-12,9,-23,21,-23v14,0,26,9,25,23v-1,17,-17,30,-36,24r0,72v27,-8,47,6,48,30v1,18,-17,32,-34,32v-20,1,-37,-19,-36,-39r-126,0v5,88,70,124,164,126v82,1,156,-36,156,-110xm185,-117v0,-1,0,0,1,0r-1,0xm5,-32v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm7,-44v0,2,-3,7,-5,4v0,-2,3,-7,5,-4xm17,-24v-9,-1,-4,-14,1,-16v8,0,4,7,4,13xm29,-30v1,1,1,7,-3,4v-3,-1,-2,-2,0,-4v1,-1,2,0,3,0xm31,-53v3,-3,6,-1,6,3v0,4,-4,3,-7,1v-1,-2,0,-3,1,-4xm41,-30v-2,7,-11,0,-9,-2v3,0,3,-4,7,-3v2,1,3,3,2,5xm55,-42v-1,10,-8,4,-10,0v0,-1,2,-2,5,-2v3,0,5,1,5,2xm55,-10v1,2,0,1,-1,1v-1,0,-1,0,0,-1v1,-1,1,-1,1,0xm55,-31v-3,0,-4,0,-5,-2v0,-2,2,-3,4,-3v3,-1,4,5,1,5xm62,-31v-2,0,-2,-1,-2,-3v2,-1,4,2,2,3xm68,-42v-3,6,-13,2,-8,-4v2,-3,8,1,8,4xm73,-49v1,3,-3,6,-4,3v-2,0,-1,-3,-1,-4v2,-2,3,-2,5,1xm76,-45v0,0,0,2,-1,2v0,-1,0,-1,1,-2xm84,-48v2,0,5,4,1,4v-1,1,-5,0,-2,-1v0,-1,0,-3,1,-3xm103,-35r-1,2v0,-1,0,-2,1,-2xm206,-125v-2,0,-2,0,-2,-2v1,-1,4,2,2,2xm232,-61v4,6,-8,11,-11,8v-6,-3,0,-13,6,-12v3,0,5,1,5,4xm203,-301v0,-7,-7,-6,-10,-2v-2,13,10,13,10,2xm82,-288v-1,2,5,7,7,4v3,-2,0,-8,-4,-7v-2,0,-3,2,-3,3xm186,-295v0,-1,0,-2,-2,-2v0,1,1,2,2,2xm191,-290v1,1,1,1,2,0v-1,-1,-1,-1,-2,0xm176,-300r0,-3v-1,0,-2,3,0,3xm160,-168v0,-1,-1,-1,-1,0r1,0xm161,-178v3,0,2,-4,0,-4v-2,0,-4,4,0,4xm150,-164v-8,-1,-5,6,-2,7v2,-1,7,-6,2,-7xm97,-165v0,-4,-2,0,-2,-2v-2,2,1,5,2,2xm171,-167v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm146,-155v0,0,-4,3,-2,3v2,1,5,-2,2,-3xm143,-117v0,3,4,0,1,0r-1,0xm127,-164v3,0,2,-2,0,-4v-1,0,-4,4,0,4xm143,-117r0,0r0,0","w":344},"4":{"d":"296,66v-5,-4,-4,-13,4,-13r-2,-52r5,0v-1,1,-1,2,1,2v10,-5,29,2,42,2r0,-101r-45,3r0,-93v-4,-2,-5,-7,0,-8r0,-91r-154,0r-147,196r0,94r136,-4v-2,-2,-1,-7,3,-6v3,0,4,4,2,7r41,-1r0,6v0,0,1,-1,2,-1v1,0,1,2,0,3r-2,-1r-5,65r59,0v1,7,5,12,11,12v6,0,10,-6,6,-12r48,0r0,-8v-2,0,-4,1,-5,1xm49,-3v0,5,-6,6,-9,2v-4,-2,1,-6,2,-7v4,0,6,2,7,5xm129,-2v-1,0,-4,-1,-4,-3v0,-2,2,-4,4,-4v3,0,4,1,4,4v0,2,-1,3,-4,3xm137,-35v0,6,-9,7,-10,2v-1,-6,10,-7,10,-2xm147,-3v-2,1,-4,-2,-3,-5v0,-3,1,-4,3,-4v3,0,5,1,5,4v0,3,-2,5,-5,5xm169,-21v-2,3,-9,1,-8,-3v-1,-4,7,-7,9,-3v2,2,1,4,-1,6xm184,-29v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm188,-176v-10,26,-5,51,-6,83v-20,-1,-47,7,-63,2v13,-13,22,-32,37,-41v5,-17,25,-32,29,-46xm208,45v2,5,-8,7,-9,3v-3,-4,-3,-8,2,-8v4,0,7,2,7,5xm260,-2v-1,0,-2,2,-2,0r2,0xm272,-231r0,-2r0,2xm279,-10v-1,0,-2,-2,-1,-2v1,0,2,-1,2,0v1,1,0,2,-1,2xm288,-217v-4,0,-6,-2,-6,-5v2,-5,9,-6,10,1v0,3,-1,4,-4,4xm297,-256v2,0,2,0,1,1v-1,0,-1,-1,-1,-1xm100,-247v-1,3,7,8,9,2v1,-4,-3,-4,-7,-4v-1,1,-2,1,-2,2xm305,-99v2,1,4,-1,1,-1xm323,22v-1,-1,-5,0,-3,2v0,0,5,-1,3,-2xm172,-93v2,0,3,-3,3,-5v-1,-3,-4,1,-5,-1v-1,4,-1,6,2,6xm182,-123v-2,-1,-2,1,-1,1xm148,-122v-2,0,-3,0,-3,2v0,1,1,2,2,2v3,0,3,-2,1,-4xm168,-111v7,0,8,-9,0,-7v-3,0,-3,6,0,7xm166,-123v0,-7,-9,-6,-11,-2v-2,3,1,13,7,9v3,-1,4,-4,4,-7xm165,-108v0,3,2,4,3,1v0,-2,-3,-2,-3,-1","w":363},"5":{"d":"18,-79r-1,0r1,0xm127,-149v7,-14,9,-25,11,-41v8,1,19,-2,25,1v-1,5,0,8,5,8v7,0,10,-3,9,-9r34,0v2,6,9,5,10,0r69,0v2,-8,-7,2,-7,-6v-1,-3,4,-6,7,-4v2,-9,-3,-10,-6,-15v0,-2,3,-5,6,-3r0,-49v-3,2,-8,1,-7,-5v1,-4,3,-6,7,-5r0,-12r-241,0r-26,173v4,0,6,8,2,11v-7,1,-4,12,-6,18v4,-6,13,-2,11,4v48,-16,141,-24,153,24v-14,60,-131,29,-169,6r-14,96v27,14,102,29,142,29v83,2,172,-51,170,-129v-2,-69,-55,-110,-122,-111v-33,-1,-48,9,-63,19xm273,-233v1,1,3,1,1,2v-1,0,-1,-1,-1,-2xm258,-201v3,-5,11,0,9,3v0,4,-1,6,-6,4v1,-2,-1,-5,-3,-7xm246,-208r2,0r-2,0xm215,-281v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm67,-125v3,-1,2,2,1,3v-2,0,-3,-2,-1,-3xm51,-127v0,2,-1,3,-3,1v0,-1,3,-3,3,-1xm37,-107v-1,1,-3,-1,-1,-1v1,0,1,0,1,1xm40,-154v-4,1,-1,-1,-1,-1v0,0,1,0,1,1xm45,-131v-3,2,-5,1,-5,-2v0,-1,1,-2,2,-2v2,0,3,2,3,4xm44,-110r2,-1v0,0,-1,1,-2,1xm48,-100v-2,1,-3,-3,-1,-3v2,-1,3,3,1,3xm54,-121v-1,1,-1,5,-4,4v-2,0,-3,-2,-2,-5v1,-1,6,-2,6,1xm62,-122v4,3,3,9,-2,9v-5,0,-5,-6,-3,-9v1,-2,3,-2,5,0xm66,-113v6,-4,10,3,6,8v-1,1,-9,-5,-6,-8xm73,-120v5,1,4,6,-1,5v-2,-1,-3,-6,1,-5xm90,-108v-1,3,3,8,-6,5v-3,-2,-4,-6,1,-7v3,-1,4,0,5,2xm92,-134v-2,0,-5,-2,-1,-2v1,0,1,1,1,2xm93,-101v-1,-3,5,-5,5,-1v1,2,-1,2,-3,2v-1,0,-2,0,-2,-1xm63,-10v0,-1,0,-1,1,-1v0,1,-1,1,-1,1xm50,-27v-1,0,-3,-1,-1,-1xm58,-32v1,2,2,3,2,6v-2,1,-3,0,-3,-4v0,-2,0,-2,1,-2xm64,-6v3,2,4,10,-1,10v-4,0,-7,-6,-4,-10v1,-2,3,-1,5,0xm69,-9v2,-1,3,1,1,1v0,0,-1,0,-1,-1xm80,-8v-1,1,-2,1,-2,-1v1,-2,2,-1,2,1xm175,-325r2,1xm168,-332v0,0,4,1,2,0r-2,0xm171,-305v0,2,-4,7,0,8v2,1,5,-6,3,-8v-1,-1,-2,-1,-3,0xm185,-297r-2,-1v0,1,1,1,2,1xm188,-336v0,-7,-8,-6,-11,-2v-1,7,2,12,7,10v3,-1,4,-4,4,-8xm181,-186v3,-2,1,-4,-2,-4v-1,2,0,5,2,4xm183,-298r0,0r0,0xm203,-183v1,-5,-8,-9,-9,-3v1,-1,4,10,9,3xm159,-338v-1,2,3,4,2,1v0,-1,-1,-1,-2,-1xm268,-176v-1,-2,-1,-1,-2,0r2,0xm164,-171r-2,0r2,0xm63,-322v-1,4,8,5,9,2v0,-4,-3,-5,-8,-5v-1,1,-1,2,-1,3xm147,-306v-1,1,2,5,2,2v0,-1,-1,-2,-2,-2","w":330},"6":{"d":"332,-71v1,-71,-61,-138,-138,-112v1,-15,19,-3,14,-17r96,-84r-166,0v-49,53,-138,122,-138,207v0,105,108,172,221,141v-2,-2,-2,-4,1,-5v5,-2,7,1,5,4v58,-17,105,-63,105,-134xm36,3v1,-2,2,-2,3,0r-3,0xm57,11v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm75,-53v-4,1,-9,-2,-9,-6v0,-9,13,-7,15,-1v-2,2,0,7,-6,7xm113,59v2,-1,5,0,1,1v-1,0,-1,-1,-1,-1xm130,15v3,4,3,7,-1,11v-4,1,-6,-1,-6,-6v0,-4,3,-6,7,-5xm139,69v-5,1,-5,-6,-1,-6v4,0,9,5,1,6xm154,63v-2,1,-3,-2,-1,-2v0,0,1,1,1,2xm153,41v0,-1,4,-1,2,0r-2,0xm161,53v6,1,5,11,-1,12v-4,0,-5,-2,-5,-6v0,-4,2,-6,6,-6xm159,45v1,-1,0,-1,1,0v0,2,-2,0,-1,0xm209,-70v0,23,-20,42,-43,42v-24,0,-44,-20,-44,-44v0,-22,20,-43,43,-43v23,0,44,22,44,45xm205,44v4,0,1,2,1,3v-2,0,-3,-2,-1,-3xm189,42v0,2,-2,3,-3,1v0,-1,3,-3,3,-1xm175,62v-2,1,-2,-1,-1,-1v1,0,1,0,1,1xm177,16v0,-1,-3,-2,0,-1r0,1xm183,38v-3,1,-5,2,-5,-2v0,-1,1,-2,2,-2v2,0,3,2,3,4xm182,58r1,0r-1,0xm184,68v-1,-2,3,-3,3,-1v0,2,-3,2,-3,1xm191,48v0,2,-1,4,-3,4v-3,0,-5,-4,-1,-6v2,0,4,0,4,2xm199,46v5,5,3,8,-2,9v-6,1,-4,-5,-2,-8v1,-2,2,-2,4,-1xm210,64v-1,0,-8,-6,-7,-8v5,-4,10,0,7,8xm211,49v4,0,1,3,1,5v-3,1,-7,-5,-1,-5xm229,35r-1,-1r0,2v-1,0,-2,-1,-2,-2v1,-2,4,-1,3,1xm174,-292v1,-1,0,-2,-1,-2v-2,1,1,2,1,2xm162,-300v0,2,3,5,3,1xm181,-292v4,6,11,1,10,-6v1,-6,-9,-7,-10,-2v0,4,-1,7,0,8xm180,-288v-2,0,0,4,0,1r0,-1xm261,-203v0,-4,-1,-6,-6,-6v-4,0,-5,1,-4,4v-1,5,0,7,5,7v3,0,5,-2,5,-5xm195,-92v-1,-8,-7,-6,-12,-1v-1,4,2,11,8,8v3,-1,4,-3,4,-7xm225,-197v0,-6,-8,-5,-9,-2v-1,5,1,7,5,7v3,0,4,-1,4,-5xm71,-288v-4,1,-5,5,-1,7v3,1,6,1,6,-2v0,-3,-2,-5,-5,-5xm78,-227v0,-1,0,-2,-2,-2v-1,1,2,4,2,2","w":349},"7":{"d":"324,-288v1,4,-4,12,-10,7v-4,-3,4,-9,-4,-7v0,4,-3,6,-7,6v-4,0,-6,-2,-6,-6r-298,0r0,116r151,-8r-151,253r145,0r185,-325v2,-7,15,-25,20,-36r-25,0xm140,63r1,0v-1,1,-1,0,-1,0xm142,71v-4,0,-4,0,-3,-4v0,1,1,2,3,4xm145,36r0,2v-1,-1,-1,-1,0,-2xm148,62r-2,0v0,0,1,-1,2,0xm209,-186v2,-4,4,-6,3,1v-1,0,-2,0,-3,-1xm198,-175v-2,1,-3,2,-1,3v-4,-3,-5,7,-5,-2v0,-1,5,-3,6,-1xm180,-109v4,3,5,0,7,1v-2,4,-1,3,2,2v2,-1,5,1,2,2v-8,4,-9,3,-11,-5xm186,-74v-1,-2,-5,-5,0,-5v6,0,0,3,0,5xm185,-91v-4,2,-5,-2,-2,-3v0,1,1,2,2,3xm182,-77v1,1,2,2,-1,2v0,0,0,-1,1,-2xm177,-122v5,0,2,9,1,10v-2,-4,-1,-7,-1,-10xm180,-132r0,-1r0,1xm180,-99v1,0,1,0,1,1xm185,-86r-2,0r2,0xm188,-82r-3,1v1,-2,1,-2,3,-1xm186,-130v-1,1,0,4,-3,3xm188,-131v0,-1,-3,-2,-3,-4v0,0,4,1,3,4xm185,-120r0,2r0,-2xm183,-113v1,0,1,0,1,1xm186,-182v0,-1,0,-1,1,-1xm187,-165v-4,7,-3,-1,-6,-3v0,-5,8,-3,9,-9v5,6,-8,8,-3,12xm178,-143v-2,-6,0,-7,4,-8v0,5,-2,6,-4,8xm177,-169v-1,-1,-3,-3,0,-3r0,3xm176,-108r-3,2xm175,-105r0,1r0,-1xm173,-122v-1,-1,-1,-3,0,-4r0,4xm169,-116v1,-1,2,-4,2,-2v-1,0,-1,2,-2,2xm171,-114r0,2r0,-2xm168,-138v1,0,1,1,0,1v-1,0,-2,1,-2,1v0,-2,1,-2,2,-2xm166,-99r0,2r0,-2xm171,-101v12,-1,-6,6,0,12r-6,-3v-4,-5,10,0,4,-4v-1,1,-2,1,-2,1xm158,-40v0,0,0,2,-1,2v0,0,0,-1,1,-2xm153,-55v3,0,3,0,2,2v-1,0,-2,-1,-2,-2xm151,18r-2,0r2,0xm153,10v1,3,0,2,-2,1v1,-1,1,-1,2,-1xm159,-17v-2,0,-3,-2,-4,0v3,-8,-4,-1,-4,-7v6,1,8,0,8,7xm160,11v-1,0,-3,-2,-1,-3v2,0,1,2,1,3xm162,-100v-1,0,-1,-1,-1,-2xm164,-77r1,-1xm163,-3r2,0v-1,2,-1,2,-2,0xm165,-22r-2,0r2,0xm165,-83r1,2v0,0,-1,-1,-1,-2xm165,-75v2,-2,3,-1,4,0r-4,0xm167,-23v-1,-1,-2,-1,0,-3r0,3xm168,-28v-1,1,-1,1,-2,0r2,0xm174,-60v1,3,-5,1,-6,3v-1,-3,3,-3,6,-3xm185,-54v8,2,8,10,5,13v-8,-4,-12,-13,-19,-10v1,-11,26,-6,12,-13r1,-6v0,3,-11,0,-7,6v-2,0,-7,4,-6,-1r4,0v-4,-4,4,-2,-1,-7v0,0,-1,2,-1,0r2,-2v-4,-1,-10,-5,-6,-10r1,2v1,-2,2,-4,1,-5v10,4,7,13,17,18v-1,-1,-3,0,-3,0v4,3,6,7,6,13v-10,-4,-15,8,-6,4r0,-2xm170,-72r1,-2xm195,-142v0,-1,0,-8,2,-5v-4,2,2,4,-2,5xm199,-49v-1,-1,-2,-3,-2,-3v1,0,2,2,2,3xm201,-69v-1,1,-1,3,-1,0r1,0xm200,-155v-9,-1,-3,-9,1,-11r-1,3v2,-2,2,-1,2,1v-3,0,-5,1,-5,4v3,-2,2,1,3,3xm202,-58r2,-2v0,1,-1,2,-2,2xm209,-178v-2,-1,-3,-4,1,-3xm208,-163v-2,0,0,-3,0,-4r0,4xm210,-162v0,5,-5,5,-1,0r1,0xm215,-145v-1,5,-4,0,-5,0r5,0xm217,-58v-2,1,-1,3,-3,3xm223,-188r-1,-1xm235,-149v-3,2,-3,-1,-1,-1xm236,-133v0,-2,2,-3,3,-1v0,3,-2,4,-3,1xm238,-122v2,2,1,5,-1,2v0,0,0,-1,1,-2xm244,-276v-4,0,-6,-3,-5,-6v0,-3,2,-4,5,-4v2,0,5,2,5,5v0,3,-2,5,-5,5xm255,-129v-1,3,-3,2,-4,-1v1,0,2,1,4,1xm255,-249v-1,-4,0,-5,4,-5v3,0,7,3,5,7v-3,2,-8,1,-9,-2xm273,-280v1,6,-8,7,-9,2v-1,-5,9,-7,9,-2xm280,-285v2,0,5,2,1,2v-1,0,-1,-1,-1,-2xm275,-277v0,-5,7,-6,8,0v0,3,-2,4,-4,4v-3,0,-4,-1,-4,-4xm279,-267v0,-2,1,-4,3,-4v2,-1,7,3,4,4v0,2,0,3,-3,3v-3,0,-4,0,-4,-3xm296,-273v0,2,3,5,-1,5v-3,0,-4,-2,-4,-6v1,-5,5,1,5,1xm306,-265r2,1v-1,0,-2,0,-2,-1xm181,-313v-3,14,11,12,10,2v1,-6,-10,-8,-10,-2xm220,30v2,-12,-16,-15,-19,-5v-1,11,17,15,19,5xm64,-297v-1,2,4,5,7,4v4,-2,2,-9,-3,-8v-2,1,-4,2,-4,4xm162,-313v-1,3,2,4,2,1v0,-1,-1,-1,-2,-1xm173,-305v1,-1,0,-2,-1,-2v0,0,0,1,1,2xm180,-301v-1,0,-2,1,0,1r0,-1xm270,-48v-1,0,-3,2,-1,2v1,-1,1,-2,1,-2xm112,-172v-2,0,-3,0,-3,2v0,1,1,2,2,2v3,0,4,-2,1,-4xm130,-166v-1,4,3,6,6,4v5,-4,1,-7,-4,-6v-1,0,-2,1,-2,2xm80,-169v0,-4,-2,0,-2,-2v-2,2,1,5,2,2xm133,-156v0,-2,-5,-4,-4,-1v-1,1,0,2,1,2v1,0,2,0,3,-1xm286,-27v-1,0,-1,2,0,3v1,1,1,1,2,0v2,-2,-1,-4,-2,-3xm273,-148v0,-2,-1,-2,-2,-1v0,0,1,1,2,1xm130,-173v0,-7,-8,-6,-11,-2v-1,2,1,13,7,9v3,-1,4,-4,4,-7","w":367},"8":{"d":"255,-268r0,0r0,0xm309,-180r0,-1r0,1xm320,-35v0,-40,-30,-70,-63,-78r0,-4v15,-4,27,-12,36,-23v-4,8,3,13,8,14v10,-5,7,-24,-5,-18v3,-5,10,-11,4,-15v5,3,6,-7,8,-12v-1,1,-2,1,-3,0v8,-14,3,-28,-1,-44v-1,0,-3,1,-3,2v6,-12,-7,-15,-13,-22v3,2,8,5,6,1v-7,-13,-17,-17,-27,-20v3,1,7,4,8,-1v-5,-2,-11,-14,-16,-5v4,-9,-8,-6,-10,-7v3,1,3,1,6,-1v-4,-2,-7,-4,-8,1v2,-12,-8,-3,-6,-8v-13,-5,-31,-13,-45,-12v2,0,6,5,1,1v-1,3,-4,-5,-4,0v1,2,4,3,1,5v-2,-14,-22,-9,-34,-10v-71,-3,-140,35,-148,92v0,1,8,5,10,10v-3,4,-3,14,1,17v-1,-1,-5,-3,-11,-4v3,29,25,52,51,59r0,4v-51,8,-82,76,-50,125v-9,-4,-18,7,-6,10v1,0,8,-3,8,-7v16,23,44,40,83,49v-2,1,-4,8,0,8v3,1,4,-5,2,-7v3,2,13,-1,14,4v2,9,14,11,14,0v91,14,192,-24,192,-104xm301,-201v0,-2,0,-4,3,-2v-2,2,-3,2,-3,2xm303,-194v-1,-1,-5,-3,-1,-3v-2,1,0,2,1,3xm298,-168v3,0,4,2,2,4v-4,0,-5,-3,-2,-4xm295,-225r3,2xm16,-60v-2,1,-3,-2,-3,-2xm23,-54r-3,1v1,-1,3,-2,3,-1xm27,-36v-2,2,-4,-1,-1,-1v1,0,1,1,1,1xm20,-59v0,0,3,1,8,4v-3,0,-4,-1,-8,-4xm29,-45r0,-3r0,3xm190,-288v0,2,-4,6,-4,5v3,-3,-3,-3,4,-5xm162,-279v1,-2,8,4,12,1v-2,2,-2,7,-5,8v2,-2,-2,-2,-4,-5v0,0,4,2,3,-1v-3,-3,-5,3,-6,-3xm134,-175v-1,-16,12,-27,26,-27v14,0,27,11,26,27v0,13,-13,26,-26,26v-13,0,-26,-13,-26,-26xm194,-49v0,19,-16,36,-34,36v-19,0,-34,-17,-34,-36v0,-18,17,-33,34,-33v17,0,34,15,34,33xm206,-272v-1,-3,-1,-4,0,-7v0,2,2,6,0,7xm263,-212v0,2,-2,1,-3,1v0,-2,2,-1,3,-1xm289,-156r1,-2v0,1,-1,2,-1,2xm293,-143v-1,2,-4,-1,-4,-1xm292,-167v-4,-1,-9,-5,-3,-7v-2,3,4,5,3,7xm285,-158v-1,0,-4,1,-4,-1v1,2,3,0,4,1xm277,-225v5,2,11,2,2,6v-4,-3,4,-4,-2,-6xm276,-137v-3,-1,0,-3,0,-5v1,1,1,4,0,5xm274,-236r-3,-2xm268,-237r3,1v-1,0,-4,2,-3,-1xm255,-122v0,2,-4,4,-4,1xm259,-219v-5,-5,3,-3,5,-7v0,0,2,0,2,1v-8,3,-2,5,2,6r6,-3v-3,3,-6,4,-3,7v1,-2,3,-2,4,-1v-6,7,-10,-7,-18,1v-2,-2,-2,-5,2,-4xm257,-174v6,1,3,7,0,3v-1,-1,-1,-2,0,-3xm308,-171r0,-3v-1,1,-1,2,0,3xm17,25v0,0,0,2,-1,2v1,0,2,-1,1,-2xm17,36v-3,-1,-4,2,-2,3v3,0,4,-2,2,-3xm116,89v0,-2,-3,-2,-3,0v0,1,1,3,1,1v1,0,2,0,2,-1xm104,78v2,1,4,-1,2,-2v-1,0,-2,1,-2,2xm65,120v2,0,3,-1,3,-4v0,-3,-1,-5,-3,-5v-4,0,-5,10,0,9xm164,-31v-1,1,-1,1,0,2v1,-1,1,-1,0,-2xm134,-57v2,8,6,3,7,-2v0,-2,-1,-3,-3,-3v-3,0,-4,1,-4,5xm169,-37v-2,1,-1,2,1,2v1,-1,0,-2,-1,-2xm153,-28v1,-4,-4,-9,-8,-9v-5,0,-7,2,-7,7v1,8,15,10,15,2xm141,-38v2,0,4,-2,2,-3v-3,-1,-2,1,-2,3","w":334},"9":{"d":"183,72v2,-6,0,-17,7,-7v4,-6,13,-5,14,3v9,-10,19,-19,27,-30v0,1,0,1,1,1v0,-5,20,-15,17,-21v48,-43,96,-89,89,-178v-8,5,-12,-3,-4,-6v1,0,2,-1,3,0v-1,-5,-2,-9,-3,-14v-1,3,-4,3,-7,0v1,-2,1,-8,6,-5v-20,-99,-189,-135,-277,-71v-33,23,-51,54,-54,94v1,1,5,3,1,4v0,0,-1,-1,-1,-2v-1,9,-1,17,0,26v6,-1,11,10,2,6v1,0,2,1,2,0v0,-2,-1,-2,-3,-3v3,24,14,55,26,68v3,-2,4,-5,8,-5v2,6,-17,9,-6,13v1,0,3,-1,4,-2v26,29,58,37,104,32v-2,14,-15,-9,-17,11v2,0,2,1,5,0v-6,1,-8,13,-14,8v1,-6,-8,-10,-11,-4v-3,4,0,11,4,14r-49,44v1,-4,0,-6,-3,-6v-2,0,-4,2,-4,5v6,10,-15,16,-21,25r154,0xm5,-166r1,-1xm8,-173v-1,-1,-3,-2,0,-2r0,2xm9,-165v-4,0,0,-1,0,1r0,-1xm10,-133r-2,-1xm14,-184v-1,-3,5,-6,1,-2v-1,0,-1,2,-1,2xm15,-172r0,0r0,0xm17,-173v-1,0,-3,-1,-1,-1xm20,-155v-2,1,-1,6,-4,1v1,0,2,-2,4,-1xm25,-91v0,2,-1,1,-2,2xm26,-84v2,-2,1,2,3,2v-2,-3,2,-6,0,0v0,3,0,1,-3,1v0,-1,2,-1,0,-3xm30,-177v0,-1,1,-1,2,-1v0,1,-1,1,-2,1xm30,-81v1,0,3,-4,3,-2v-2,1,1,2,-3,2xm35,-68r1,-1v0,0,0,1,-1,1xm39,-73v2,-2,4,2,3,3v-3,2,-6,-1,-3,-3xm34,-59v2,-2,2,-6,7,-4v1,4,-3,3,-7,4xm40,-55v0,0,0,-2,1,-2v0,0,0,1,-1,2xm43,-53v-1,0,-2,2,-2,0v0,-2,2,-1,2,0xm46,-50r-1,0r1,0xm40,-83v3,-2,3,-4,5,0v0,0,-1,-2,-1,0v2,2,3,4,0,2v0,-2,-2,1,-2,-1v0,-1,-1,-1,-2,-1xm214,35r-3,0r3,0xm209,4v-1,-1,-3,-2,-3,-4v1,1,2,2,3,4xm207,-3r0,-2v1,1,1,2,0,2xm208,1r2,0v-1,0,-2,1,-2,0xm210,37v1,4,-2,0,-3,2v0,-1,1,-2,3,-2xm210,-9r1,0v-1,1,-1,1,-1,0xm211,5v1,0,1,0,1,1xm197,36v-1,-3,1,-3,2,-1v0,1,-1,1,-2,1xm214,-141v1,22,-19,42,-42,42v-25,0,-43,-20,-43,-44v0,-23,21,-41,43,-41v23,0,42,20,42,43xm208,46v0,1,-2,3,-2,0r2,0xm208,55v0,-2,4,0,4,-1v-1,1,-4,4,-4,1xm211,56r2,1v-1,1,-2,0,-2,-1xm214,51v0,2,-1,3,-1,1xm215,40v-2,1,-4,-3,-1,-1v1,0,1,0,1,1xm220,43r0,1r0,-1xm220,42v-1,2,-3,0,-1,0r1,0xm221,50r0,-2r0,2xm223,41v0,0,-1,1,2,0r-2,0xm228,8r-1,0r1,0xm230,21v-1,0,-5,-4,0,-3v1,3,0,3,0,3xm230,30r1,0v-1,0,-1,1,-1,0xm255,-23v-1,0,-1,0,-1,-1v3,-2,-1,0,1,1xm250,-26v2,0,5,5,1,4v-1,-1,-1,-2,-1,-4xm238,-28v4,-2,2,-3,1,1v0,0,-1,0,-1,-1xm236,-17v-3,0,-2,-3,0,-1v3,0,7,2,4,3xm240,17r0,-1r0,1xm237,5r0,1r0,-1xm236,-14r-2,-3v1,0,2,2,2,3xm233,25r1,-1v0,0,0,1,-1,1xm235,22v-1,0,-2,-1,-1,-2xm240,27v-7,-1,1,-10,0,-5v1,2,3,4,0,5xm242,-1v-3,2,-3,-1,-2,-2v0,0,2,1,2,2xm244,-26r-2,-2v4,-1,6,-3,2,2xm249,10v0,0,-3,-1,-1,-1v0,0,0,1,1,1xm250,-3v-1,1,-3,2,-4,-1v2,-4,3,0,4,1xm252,15v0,1,-3,3,-2,0r2,0xm256,6v-6,1,-4,-2,-1,-3xm253,14v1,-1,0,-4,2,-4xm257,7v0,1,-1,3,-1,1xm254,-161v0,-4,6,-7,6,-2v1,4,-5,5,-6,2xm262,3v0,-1,-1,-3,-1,-1v1,0,1,1,1,1xm269,-235v-1,1,-3,-1,-1,-1v0,0,1,0,1,1xm271,-2v0,-1,-3,-2,-1,-2v0,1,1,2,1,2xm275,-241r-1,0v1,-1,1,-1,1,0xm276,-14v0,-4,4,-5,2,-1v-1,0,-2,1,-2,1xm280,-251v0,5,-6,6,-9,2v-4,-2,-1,-8,3,-7v4,0,5,2,6,5xm281,-244r-1,0r1,0xm289,-217v-2,0,-1,-2,0,-2v2,0,1,2,0,2xm300,-234v0,0,-9,-2,-5,-4v2,0,6,1,5,4xm295,-190v-2,-5,2,-5,6,-5v1,2,-3,8,-6,5xm299,-151v0,-1,1,-2,2,-2v1,1,1,2,-2,2xm302,-164v0,2,-2,1,-2,0v0,-1,2,-2,2,0xm304,-175v1,2,-4,7,-5,3v0,-2,4,-6,5,-3xm303,-213v-1,-3,0,-5,3,-5v2,0,2,1,2,3v0,3,-1,3,-5,2xm310,-165v3,-9,15,-5,9,3v1,5,-2,7,-7,7v-2,-2,-4,-7,-2,-10xm326,-161v3,2,1,7,-3,4v-2,-1,-1,-3,0,-4v1,-1,2,0,3,0xm2,-133v0,2,3,1,1,0r-1,0xm9,-53v-3,-1,-1,3,-1,1xm5,-45r-1,2v1,0,2,-1,1,-2xm2,-52v3,-3,-1,-8,-5,-7v-11,-2,-10,10,-2,10v2,0,4,-1,7,-3xm4,-34v-2,0,-3,2,-1,3v3,0,3,-2,1,-3xm36,-33v2,0,5,-4,1,-2v-1,0,-1,1,-1,2xm179,-139v1,3,9,7,14,1v3,-4,-4,-8,-7,-8v-6,0,-8,2,-7,7xm137,-161v-1,0,-3,4,0,3v1,0,2,-3,0,-3xm159,-108v-2,2,0,2,1,3v1,-1,0,-3,-1,-3xm68,-22v-8,0,-3,10,0,10v4,-1,4,-10,0,-10xm85,-3v-2,6,5,8,5,2v0,-5,-3,-8,-5,-2xm95,6v0,1,-2,3,0,3v1,0,2,-2,0,-3","w":352},":":{"d":"-1,-35v-1,-4,-7,-6,-7,0v1,2,7,5,7,0xm-5,-53v-7,-5,-20,5,-8,8v5,0,12,-2,8,-8xm-14,-15v-1,0,-1,0,-1,1v1,1,2,-1,1,-1xm-12,-43v-2,0,-1,3,0,4v5,0,2,-3,0,-4xm-23,-56r-1,0v0,0,1,1,1,0xm3,-22v3,0,4,-2,1,-4v-2,-1,-3,0,-3,2v0,1,1,1,2,2xm118,44r1,1v0,-1,0,-1,-1,-1xm131,55v0,1,1,1,2,1v0,-1,-1,-1,-2,-1xm-30,-91v0,-3,-5,-4,-6,-1v0,2,5,3,6,1xm37,-103r0,0r0,0xm104,-29v2,-5,-5,-6,-8,-3v-1,6,7,7,8,3xm111,-19v-1,0,-1,0,-1,1xm88,90v-4,0,-6,1,-6,4v0,6,12,9,12,2v0,-4,-2,-6,-6,-6xm5,-19v-1,1,0,3,1,2v2,-1,2,-1,0,-2v0,0,0,-1,-1,0xm27,-23r1,1xm28,-29r0,-2v-1,1,-1,1,0,2xm37,-23v0,-1,-2,-2,-2,0v1,2,1,1,2,0xm45,-13v7,1,9,-9,2,-9v-6,-1,-7,9,-2,9xm19,-12v-1,2,2,3,2,1v-1,-2,-1,-3,-2,-1xm23,-15v2,-5,-2,-4,-5,-2v1,2,3,4,5,2xm-16,-59v1,0,1,-1,0,-1v0,1,-1,1,0,1xm53,-19v0,1,0,1,1,1v1,0,1,-1,-1,-1xm6,-26v2,2,7,-1,4,-4v-2,-5,-4,-3,-5,1v-1,0,-1,1,1,3xm10,-21v0,5,8,7,8,0v0,-2,-1,-3,-3,-3v-3,-1,-4,2,-5,3xm-9,-62v4,1,5,-1,1,-2v-3,-1,-5,1,-1,2xm8,-42v5,2,5,-5,2,-6v-3,-1,-6,6,-2,6xm73,-33v-8,0,-6,8,-1,10v2,3,4,3,6,2v3,-3,-2,-9,-5,-12xm62,-18v0,0,11,4,3,-3v-2,0,-3,2,-3,3xm85,-6v0,-2,-3,-3,-2,0r2,0xm43,-106v-4,9,-10,2,-11,-4v0,-1,1,-2,2,-3v-12,3,-31,17,-28,26v-9,8,-5,29,3,37v15,16,44,26,68,13v0,3,8,5,8,0v2,-12,17,-17,17,-36v0,-29,-37,-53,-65,-39v0,2,2,9,6,6xm84,-53r0,-2r0,2xm83,-80v0,1,-1,1,-2,1v0,0,1,-1,2,-1xm81,-63v3,0,8,2,3,2v-2,0,-3,-1,-3,-2xm68,-72v0,-3,3,-7,3,-1v0,1,-2,2,-3,1xm66,-55v0,-1,-2,-2,0,-3r0,3xm63,-91v-1,-1,-2,-7,2,-6v1,2,2,6,-2,6xm51,-104v-1,-2,0,-7,3,-5v2,1,-2,6,-3,5xm49,-114r0,0v0,0,1,0,0,0xm13,-66r-1,1xm14,-56v0,0,-1,-1,0,-2r0,2xm21,-64v-3,-1,-2,-3,0,-3r0,3xm37,-39v-4,8,-13,2,-10,-5v2,-7,4,-3,9,-2v0,2,-1,7,1,7xm42,-54v-2,12,-8,1,-12,-2v0,-3,5,-3,9,-3v-2,2,2,0,3,5xm36,-90v-2,0,-2,6,0,5v1,0,2,-1,2,-2v0,5,-7,0,-7,0v0,-2,2,-3,5,-3xm27,-108r4,0v0,2,-4,5,-4,0xm23,-96v-8,-4,-3,-8,3,-7v2,2,-1,6,-3,7xm14,-84v-2,-7,6,-4,8,-4v0,2,-1,1,-3,3v-2,1,-4,2,-5,1xm12,-93v1,0,2,1,1,3v-1,3,-5,2,-4,-1v1,-1,2,-2,3,-2xm7,-73v2,3,0,5,-4,4r0,-2r5,0xm9,-75v-3,0,-7,-3,-4,-6v4,-3,7,-2,8,3v0,2,-2,3,-4,3xm102,30v0,-30,-32,-48,-65,-42v1,4,-4,5,-6,3v-18,5,-30,22,-30,39v-1,25,26,42,50,42v24,0,52,-17,51,-42xm17,20r0,1r0,-1xm30,13v-4,3,-7,-1,-6,-5v0,-2,3,-3,6,-3v3,0,2,7,0,8xm61,1v0,3,-7,7,-7,1v0,-5,7,-7,7,-1","w":128},";":{"d":"59,-126r1,0r-1,0xm123,-283v-45,0,-88,42,-63,86v0,-1,1,-2,1,-2v20,54,132,38,132,-25v0,-34,-35,-59,-70,-59xm77,-190r-5,1v1,-1,3,-1,5,-1xm72,-234v4,0,1,-5,5,-3v9,-1,12,5,9,12v-5,5,-15,0,-14,-9xm72,-201v1,-1,2,-1,3,0v-1,2,-3,2,-3,0xm68,-209v0,-2,2,-1,3,-1v-1,0,-2,1,-3,1xm67,-204v1,-3,1,-1,4,-1v-1,0,-2,1,-4,1xm68,-201v0,2,-1,3,-4,2v0,-1,2,-2,4,-2xm65,-211v-1,0,-2,-2,0,-2r0,2xm58,-212v0,0,2,0,2,1v-1,0,-2,0,-2,-1xm60,-204r0,1v-1,-1,-1,-1,0,-1xm56,-118v10,6,5,33,-7,22r-47,145r94,0r84,-175v-37,2,-82,-3,-116,3v1,-4,-2,-3,-5,-3xm66,-104r0,-2r0,2xm64,-112v1,-2,1,0,2,1xm68,-46v1,-4,7,-4,8,1v-1,2,-8,2,-8,-1xm73,-63v1,-6,16,-5,14,2v0,3,-4,9,-11,7v-4,-2,-4,-5,-3,-9xm81,-118v-1,1,-4,2,-4,0v1,-1,2,0,4,0xm44,-93v1,-6,-11,-12,-12,-3v-2,10,13,13,12,3xm79,-150v0,-6,-8,-10,-14,-7v3,3,-1,4,0,0v-9,3,-3,20,5,16v6,-1,9,-3,9,-9xm67,-156v2,0,4,0,3,2v-2,1,-2,-2,-3,-2xm72,-153v0,0,-5,1,-2,0r2,0xm21,-145v-8,9,1,33,14,16v0,-7,-1,-7,-6,-10v1,-2,-6,-14,-7,-5xm29,-135r1,0r-1,0xm23,-141r0,0r0,0xm10,-149v5,2,14,-3,7,-8v-3,-4,-7,-4,-9,0v-1,4,0,7,2,8xm0,-181v3,19,12,15,29,15v11,0,12,-21,1,-22v-11,-1,-27,-5,-30,7xm30,-216v0,4,12,13,14,5v1,-6,-12,-13,-14,-5xm-15,-81v0,-6,-6,-4,-6,-1v0,2,1,4,3,4v2,0,3,-1,3,-3xm55,-172v0,0,-6,-5,-9,3r5,1v-5,-8,5,7,4,-4xm16,-163v0,0,-1,-1,-2,-1v0,1,1,1,2,1xm19,-162r2,-2v-1,0,-2,2,-2,2xm44,-163r0,-1r0,1xm43,-161v1,0,1,-1,1,-2v-1,1,-1,2,-1,2xm26,-158v5,-6,2,-1,-4,-5v-2,4,6,1,4,5xm36,-161v-2,0,-12,5,-4,8v3,0,-1,-4,1,-5v2,2,1,2,5,1v-3,0,-3,-2,-2,-4xm66,-159r-4,-1v2,2,0,4,4,1xm42,-159v1,1,1,1,3,0r-3,0xm41,-158v-1,-1,-1,0,-1,1xm67,-158r1,0r-1,0xm67,-158r1,0r-1,0xm65,-157r0,0r0,0xm14,-146v0,0,1,-1,0,-2v0,0,-1,1,0,2xm70,-141v-2,0,-2,0,-1,1xm69,-141r1,0v0,-1,-1,0,-1,0xm67,-140r1,-1xm41,-138v1,-3,-2,-4,-2,-1v1,1,2,1,2,1xm63,-141v0,1,1,3,1,1v0,0,0,-1,-1,-1xm75,-138v-1,0,-3,-2,-3,0r3,0xm30,-135v0,0,-1,-2,-1,0r1,0xm72,-132v3,-1,5,-2,0,-3r0,3xm37,-133r1,0r-1,0xm64,-133v-1,0,-1,1,0,2r0,-2xm76,-129v1,1,4,0,2,-2xm68,-127v2,1,4,0,4,-2v-1,0,-2,1,-4,2xm59,-126r0,0r0,0xm29,-121v2,3,4,2,3,-1v-1,-1,-3,-1,-3,1xm45,-203v2,1,1,1,1,-1xm45,-203r-1,1xm40,-203v0,0,1,3,1,1v0,0,0,-1,-1,-1xm49,-200v2,-1,4,-1,0,-1r0,1xm54,-193v-1,1,-1,2,0,3v1,-1,3,-2,0,-3xm45,-190v3,1,4,1,4,-1v-1,0,-2,0,-4,1xm39,-188v0,-2,-3,-2,-3,0r3,0xm42,-190v-1,1,-1,4,-1,5v2,-1,2,-3,1,-5xm54,-180v2,3,6,-4,2,-1v-1,1,-2,1,-2,1xm43,-173v0,-2,-2,-1,-3,-1xm42,-168r0,2v1,0,1,-2,0,-2xm55,-197v0,0,2,-1,2,-2xm59,-183v1,0,4,2,3,-1v-1,-1,-3,0,-3,1xm62,-176v0,-1,-1,-1,-1,0r1,0xm131,63v-9,0,-6,-8,-2,-11v6,1,12,11,2,11xm80,-158v-8,0,-6,-9,-2,-12v7,1,10,11,2,12xm179,71v2,0,6,6,1,6v-3,0,-3,-1,-2,-4v0,-2,3,-1,1,-2xm107,42v-13,2,-11,-12,-3,-14v9,1,10,9,3,14xm118,-1v-6,-2,-2,-7,2,-7v2,0,3,1,3,3v0,3,-2,4,-5,4xm117,38v0,0,7,-4,6,-1v1,4,-7,8,-6,1","w":213},"<":{"d":"0,-64v7,-2,19,6,8,6v-5,-2,-5,0,-8,-1r0,15r344,104r0,-121r-190,-53r190,-53r0,-121r-344,104r0,120xm12,-48v0,0,-2,0,-2,-1xm324,38v-1,-2,-2,-6,2,-5v1,0,2,1,2,2v0,2,-2,3,-4,3xm314,24v3,0,7,0,7,2v0,3,-2,4,-6,4v-2,0,-2,-2,-1,-6xm295,-182v-6,0,-12,-8,-5,-13v6,-6,10,-3,11,5v0,5,-2,8,-6,8xm31,-42v0,2,-2,2,-4,1v1,-1,3,-1,4,-1xm57,-93v-1,0,-2,3,-2,1xm47,-43v5,-2,12,2,14,7v-3,-2,-10,-4,-14,-7xm44,-44v-1,2,-4,-1,-4,-2v1,-1,2,0,4,2xm37,-54v1,-4,4,-2,5,1v-1,1,-3,1,-5,-1xm33,-45v0,-1,3,-2,3,0r-3,0xm18,-46v1,-10,10,2,13,0v-6,3,-7,-2,-13,0xm-5,-55r1,1xm-75,-82v2,0,2,-1,1,-2v-2,0,-2,1,-1,2xm-54,-79v0,-12,-10,-7,-6,-1v2,-2,3,-2,6,1xm-51,-88v0,1,1,3,1,1xm-47,-62v3,1,7,-3,1,-2v-1,-1,-2,-3,-3,-1v0,2,5,0,2,3xm-41,-63v2,0,2,0,1,-1xm-34,-60v1,-3,-7,-2,-2,-1v1,0,0,2,2,1xm-30,-57v-1,-3,-4,-3,-5,0v0,2,5,-2,5,0xm-15,-45v-5,-4,-12,3,-6,7v2,-2,8,0,6,-7xm-11,-37v0,-1,0,-2,-1,-5v-3,3,-2,5,1,5xm10,-49v0,1,1,1,2,1xm361,-175v0,-4,-1,-4,-4,-5v-5,1,-5,9,-2,10v4,1,6,0,6,-5xm-6,-91v-6,-16,-31,0,-12,4v6,1,11,0,12,-4xm-15,-148v-1,-1,-7,-2,-6,2v1,3,8,3,6,-2xm-18,-67r1,1xm-21,-64v0,2,4,3,5,1v0,-1,0,-2,-1,-3v-2,0,-4,0,-4,2xm-73,-77v0,-3,-8,-4,-7,1v1,5,7,4,7,-1xm385,-140v0,5,7,10,12,9v7,0,10,-3,10,-11v0,-6,-5,-7,-8,-9v-7,0,-14,4,-14,11xm104,70v0,-1,0,-3,-2,-3v-3,1,-4,5,0,5v2,0,2,-1,2,-2","w":486},"=":{"d":"248,-147r-9,0v4,1,7,1,9,0xm221,-57v-4,-1,-1,-11,-8,-11v0,0,1,0,2,-1v-14,2,-12,15,-23,14v1,-4,3,-11,1,-14r-71,0v0,0,-1,0,1,4v2,-1,3,-2,3,-2v0,9,8,9,11,13v-2,-3,-4,-4,-3,2v-3,-1,-12,-6,-11,-1v2,12,-4,-2,-10,1v-9,-9,5,-9,2,-17r-14,0v12,11,0,29,-15,29v-14,0,-24,-15,-20,-29r-66,0r0,141r422,0r0,-141r-199,0v-1,4,-4,3,-2,12xm17,-53v-4,-2,-4,-5,-1,-8v5,1,5,5,1,8xm90,-35v2,0,4,1,3,4v0,4,-1,5,-4,5v-3,0,-4,-2,-4,-5v0,-3,1,-4,5,-4xm98,-34v0,1,-2,2,-3,1v-1,-3,3,-2,3,-1xm207,-60r0,0r0,0xm218,-49v0,-1,-4,-6,0,-6v2,2,1,4,0,6xm287,-50v-4,-3,-2,-3,1,-2v0,0,0,1,-1,2xm258,-30v0,-5,7,-4,8,0v0,2,-2,3,-4,3v-3,0,-4,-1,-4,-3xm230,-37v5,7,11,-1,10,8r-11,0xm226,-40v2,9,-13,9,-3,3r-3,-2xm0,-147r18,0v-2,-6,8,-10,15,-9r2,9r213,-1v-2,-1,-2,-3,0,-5r1,6r173,0r0,-141r-422,0r0,141xm327,-152v-1,1,-1,3,-1,0v0,0,0,-1,1,0xm340,-257v-2,-1,-7,-4,-1,-4v2,0,3,0,3,-1v-2,2,3,6,-2,5xm333,-234v0,-1,1,-1,2,-1v1,0,1,1,1,2v-1,1,-2,1,-3,-1xm334,-150v-8,-2,-15,-10,-5,-16v7,-7,12,-2,13,7v0,6,-3,9,-8,9xm321,-151v1,1,2,2,1,3v-2,0,-4,-2,-1,-3xm246,-157v-1,0,-3,2,-3,0r3,0xm243,-161v2,-2,4,-1,2,2v0,0,0,-1,-2,-2xm234,-150v-2,-3,1,-4,4,-3v1,0,1,1,1,2v-1,2,-3,3,-5,1xm192,-178v-3,-2,-1,-5,2,-4v2,1,1,5,-2,4xm69,-157v-8,-13,6,-26,16,-15v7,12,-4,24,-16,15xm66,-253v0,-2,1,-2,2,-1v0,0,-1,1,-2,1xm49,-171v-1,-4,3,-6,6,-3v6,2,3,10,-2,11v-3,-2,-4,-5,-4,-8xm47,-230r1,5xm196,-74v0,-3,1,-3,2,-1v0,0,-1,1,-2,1xm203,-80v2,2,5,5,0,7v-4,-3,0,-3,0,-7xm195,-90v-2,-5,6,-14,6,-3v-3,1,-4,0,-6,3xm189,-90v0,0,-2,0,-2,-1v1,0,2,1,2,1xm189,-99r0,4v-4,-2,-1,-2,0,-4xm193,-69v0,0,1,2,1,0r-1,0xm198,-69v2,4,4,4,5,0r-5,0xm137,-133v3,0,5,-3,5,-7v0,-4,-2,-4,-6,-4v-4,-1,-5,0,-5,4v0,5,2,8,6,7xm137,-144r-1,0r1,0xm403,-105v5,-7,-5,-13,-16,-11v-10,3,-6,10,3,13v6,2,10,1,13,-2xm542,-161v5,0,4,-4,3,-7v-10,-2,-10,7,-3,7xm529,-133v4,2,8,-3,4,-5v-3,0,-4,2,-4,5xm461,-108v-1,-5,-4,-3,-5,-1xm459,-111r0,1r0,-1xm550,-87v23,0,21,-26,5,-30v-13,0,-26,5,-27,15v2,8,11,15,22,15xm386,-75v0,2,6,4,6,1v0,-1,0,-3,-1,-4v-3,0,-5,1,-5,3xm390,-79r1,1xm316,-86v3,0,9,-7,2,-8v-3,-1,-4,0,-4,4v0,2,1,4,2,4xm104,-136v3,-1,5,-4,0,-4v-2,0,-3,3,0,4xm108,-101v5,1,8,-8,1,-7v-3,0,-5,1,-5,4v0,2,1,3,4,3xm79,-182r0,-2r0,2xm97,-144v3,-1,2,-2,0,-3r0,3xm97,-147r0,-1r0,1xm265,-147v1,1,0,2,2,2v-2,-1,-2,-2,-2,-2xm61,-140v1,1,3,2,4,1v-1,-1,-4,-5,-4,-1xm62,-132v9,-5,-14,-9,-2,-4v3,1,2,1,2,4xm97,-136v3,-1,1,-2,0,-3r0,3xm122,-135v-11,2,-2,12,0,16v-4,-11,6,-8,-2,-15xm93,-117v8,0,16,-9,12,-15v-4,9,-5,-6,-10,1v1,5,0,9,-2,14xm55,-124v4,0,8,-6,5,-2v0,1,-1,1,-2,1r0,-2xm108,-122v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm117,-116v1,0,2,8,3,2v0,-2,-1,-4,-3,-2xm204,-78v-2,1,-4,3,-1,5v2,0,5,-5,1,-5xm196,-74v3,-1,1,-2,0,-3r0,3xm315,-113v2,-1,5,-4,1,-4v-2,0,-4,3,-1,4xm308,-113v3,-1,1,-2,0,-3r0,3xm334,-113v-12,4,-4,9,-1,17v-4,-11,7,-9,-2,-15xm304,-94v4,2,8,-5,13,-6v-3,-2,4,-12,-2,-7v0,1,-1,2,-1,2v-4,1,-3,-10,-8,-3v0,5,0,9,-2,14xm320,-99v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm330,-88v1,-2,3,-3,0,-6v-2,1,1,1,0,6xm248,-104v-2,1,-2,1,-1,2xm199,-100v-3,2,-7,14,-2,7v2,2,6,0,3,-3v0,-1,-1,-3,-1,-4xm190,-96v0,-3,-2,-3,-3,-1xm293,-98v-2,1,1,4,1,2v0,-1,-1,-2,-1,-2xm101,-92v-1,8,2,9,8,7v2,-9,-4,-7,-8,-7xm189,-90r-2,0r2,0xm292,-90v0,1,1,1,2,1v0,-1,0,-1,-2,-1xm324,-87v0,0,-2,0,-2,1v1,1,3,-1,2,-1xm112,-85v0,0,2,0,2,-1v-1,0,-1,0,-2,1xm261,-84v-1,0,-2,-2,-2,0v0,-1,1,-1,2,0xm203,-78r0,-2r0,2xm203,-76r0,-1r0,1","w":567},">":{"d":"326,-162v0,-3,-6,-3,-8,-1xm320,-183v9,7,9,9,13,2v-3,1,-6,2,-7,1v2,-1,-1,-3,-2,-4v-1,0,-3,0,-4,1xm345,-173v-4,-2,4,-7,-6,-4v3,3,-2,4,-1,6v-1,-3,7,-1,7,-2xm302,-161r4,1v-1,-1,-3,-2,-4,-1xm337,-177v-1,2,-3,-2,-4,-1v-2,1,-2,2,0,4v0,0,5,0,4,-3xm282,-154v1,-5,-6,-12,-10,-6r1,1v0,1,-4,0,-4,2v5,8,13,-3,13,3xm352,-175v0,3,2,4,2,0r-2,0xm288,-190v1,0,4,3,4,1v-1,-1,-2,-2,-4,-1xm293,-164v1,0,1,1,2,0r-2,0xm293,-162v0,1,-2,2,0,2r0,-2xm340,-169v0,3,1,3,2,1xm332,-167v9,1,8,5,15,18v11,0,7,-19,8,-31r-355,-108r0,126r196,53r0,2r-196,53r0,126r355,-108r0,-42v-4,5,-11,2,-10,-6v2,-3,6,-7,10,-3r0,-51v-5,-5,-30,-3,-23,-10v-4,-5,-6,-1,-14,-2v0,1,1,2,1,3v-13,-3,-22,1,-33,-7v0,-4,8,-4,11,-3v-2,-2,-1,-3,0,-4v2,1,1,2,-1,4v7,5,11,-4,15,1v-1,0,-1,2,-1,2v4,2,3,-6,9,-5v3,3,11,1,16,2v1,0,2,-1,1,-3v-5,0,-12,-4,-1,-12v-1,3,0,4,-3,5xm8,-183v9,-6,20,12,13,14v-5,-2,-25,-1,-13,-14xm32,-178v2,-1,8,1,7,6v0,2,-2,3,-6,3v-7,1,-3,-8,-1,-9xm346,-60v0,-2,1,-3,2,-1v1,1,1,1,0,1r-2,0xm346,-98r1,6v-1,1,-3,0,-4,-1v0,-3,1,-5,3,-5xm326,-105v5,-1,10,8,2,9v-2,0,-4,-1,-4,-4v0,-3,0,-5,2,-5xm305,-138r5,-1v-1,1,-4,3,-5,1xm277,-160v6,-4,6,12,4,3v-2,5,-9,4,-12,0v3,-1,5,-8,8,-3xm292,-189v0,2,-3,0,-4,-1v2,-1,3,0,4,1xm295,-164v-2,1,-1,3,-3,4v1,-2,0,-5,3,-4xm306,-160r-4,-1v1,-1,3,0,4,1xm326,-162v-2,-1,-10,0,-7,-3v3,4,6,-2,7,3xm331,-176v-5,2,-15,-14,-4,-5r-1,1v1,2,6,-2,7,0v-2,1,-5,2,-2,4xm337,-177v-2,6,-8,1,-4,-1v1,1,2,1,4,1xm342,-168v-1,2,-2,3,-2,-1xm346,-177v-4,2,-1,6,-9,5v5,-2,2,-8,9,-5xm353,-172v0,-1,-2,-4,1,-3v0,1,0,2,-1,3xm293,-164r2,0r-2,0xm366,-167v-1,-3,-9,-11,-11,-4v5,3,9,4,11,4xm355,-171r0,-1r0,1xm365,-163v-3,-3,-10,5,-3,2v2,0,3,-1,3,-2xm370,-170v-1,-1,-1,-1,-2,0r2,0xm375,-166v0,3,3,4,3,1v-1,-2,-2,-2,-3,-1xm391,-158v0,0,0,2,1,2v0,-1,-1,-2,-1,-2xm393,-163v0,0,5,1,2,0r-2,0xm401,-158v-2,-2,-4,0,-5,2xm309,-139r1,0r-1,0xm360,-48r0,0r0,0xm-87,-168v10,-1,14,-16,1,-19v-4,-2,-10,2,-9,7v-1,5,4,13,8,12xm-35,-199v-2,3,1,6,4,5v2,-4,1,-8,-4,-5xm-14,-186v3,-3,-1,-8,-5,-8v-5,0,-6,2,-5,6v0,4,8,5,10,2xm10,-143v6,-1,4,-12,-1,-11v-3,0,-5,1,-5,5v0,5,2,7,6,6xm414,-135v2,4,6,0,5,0v0,-2,-1,-3,-3,-3v-2,0,-2,1,-2,3xm-25,-167v6,-3,-1,-6,3,-12v-10,0,-1,8,-3,12xm-51,-179r0,3v1,-1,2,-2,0,-3xm-41,-179v-2,1,-1,2,0,4v2,-1,2,-3,0,-4xm-16,-177v0,0,-4,1,-2,1v1,0,1,0,2,-1xm-31,-173v-1,1,-1,4,-1,6v1,-1,1,-4,1,-6xm-17,-168v-2,3,0,3,4,3v1,-1,0,-3,-4,-3xm-24,-165v-2,1,-2,2,-1,3v1,0,2,-2,1,-3xm-13,-150v3,-2,5,-7,3,-12v-2,6,-8,4,-3,12xm-34,-160v1,1,2,5,2,2v2,-1,2,-2,1,-2v-1,-1,-2,-1,-3,0xm-51,-158v-3,0,-2,2,0,1v1,0,2,1,2,1v0,-1,-1,-2,-2,-2xm-31,-153v2,1,5,-1,1,-1v-1,0,-1,0,-1,1xm-26,-141v0,-1,2,-4,-1,-4v-2,0,0,4,1,4xm-35,-143v2,0,2,-1,0,-1r0,1xm-17,-144v-1,0,-1,1,-1,2v1,-1,1,-2,1,-2xm-34,-139v-1,-1,-2,-2,-2,0r2,0xm-3,-146v1,2,3,1,1,0r-1,0xm8,-139v0,0,-3,1,-1,1v0,0,1,0,1,-1xm-1,-136v0,0,2,0,2,-1v0,0,0,1,-2,1xm-39,-72v1,2,0,5,2,5v0,0,-1,-2,-2,-5xm-41,-50v0,-1,-3,-5,-3,-1v1,1,3,1,3,1xm-9,-50r-3,-1v0,3,1,2,3,1xm-15,-25v1,0,3,-1,0,-1r0,1xm-17,-17v0,3,3,2,4,0v-1,-1,-3,-1,-4,0xm-22,-14v-3,-2,-2,0,-2,2v1,0,2,1,2,-2xm-27,3v1,0,3,-2,1,-2v0,0,-1,1,-1,2xm-39,-267v1,2,0,5,2,5v0,0,-1,-2,-2,-5xm-41,-245v0,-2,-3,-4,-3,-1v1,1,3,1,3,1xm-10,-244v0,-1,1,-3,-2,-2v0,2,1,2,2,2xm-15,-220v2,-1,4,-1,0,-1r0,1xm-17,-212v0,1,4,1,4,0v-1,-1,-3,-1,-4,0xm-24,-211v0,2,-1,6,2,5v1,-2,-1,-6,-2,-5xm-27,-192v1,0,3,-2,1,-2","w":514},"?":{"d":"95,-66r0,0r0,0xm96,-71r-1,0r1,0xm175,-42v1,2,2,2,3,-1v1,-2,-3,-3,-3,-1v-1,1,-1,1,0,2xm154,-46v-25,-10,-7,12,-4,10v2,0,4,-2,7,-5v1,-6,0,-7,-3,-5xm184,-51r1,0r-1,0xm175,-59v0,1,0,2,2,2v1,-1,0,-4,-2,-2xm204,-63v1,4,6,3,6,-1v-1,-4,-6,-2,-6,1xm69,24v9,72,145,56,133,-16v-10,-6,9,-7,2,-15v-3,-5,-9,-1,-8,4r1,1v-23,-55,-136,-39,-128,26xm161,81v-1,4,6,8,6,2v1,-4,-6,-8,-6,-2xm120,-44v0,-1,1,-1,0,-2r0,2xm77,-89v1,9,8,7,9,0v0,-3,-1,-5,-4,-5v-3,0,-5,1,-5,5xm212,-31v1,-3,-2,-2,-4,-2v0,2,2,5,4,2xm234,-13v-1,-2,-4,-1,-3,1v1,1,3,2,3,-1xm229,-77v1,-2,-2,-5,-2,-1v0,1,2,1,2,1xm255,-221v5,5,11,-1,11,-7v0,-5,-2,-8,-7,-9v-5,-1,-8,4,-8,9v-29,-64,-153,-82,-210,-28v-25,23,-40,51,-41,86r113,0v0,-13,8,-28,22,-28v12,0,23,9,22,22v0,30,-36,42,-62,30r0,69r14,-6v-1,6,-13,6,-12,10v4,1,7,-5,5,0v0,3,-2,6,-5,4v2,3,-3,3,0,6v-1,-2,-2,-4,-2,1v0,2,3,1,5,2r-1,-2v105,31,201,-56,156,-159xm26,-188v1,0,1,0,1,1v-1,1,-1,0,-1,-1xm23,-184v1,1,0,2,-1,2xm22,-179v1,1,1,2,2,4v0,0,1,-1,-2,-4xm26,-178v-2,0,-3,-1,-1,-1xm27,-174r-1,-1xm73,-178v0,1,2,2,2,2v-1,-1,-2,0,-2,-2xm68,-203v0,1,0,1,-1,1xm63,-203v3,0,4,4,1,4v-1,0,-1,-2,-1,-4xm52,-206v3,-1,2,-1,1,2v0,0,-1,-1,-1,-2xm42,-171r0,-1r0,1xm48,-195v0,0,2,2,2,3xm55,-194v0,0,-8,-2,-5,-3v3,0,5,1,5,3xm52,-174v-2,0,-2,0,-1,-1v1,0,1,1,1,1xm55,-180v0,0,-3,-1,-1,-1v0,0,1,0,1,1xm59,-206v-1,1,-2,3,-4,1v1,-1,3,-1,4,-1xm64,-181v-1,0,-8,-1,-2,-4v1,2,2,3,2,4xm68,-176v1,4,-4,1,-5,1v2,2,3,-1,5,-1xm70,-171v-1,0,-3,-1,-1,-1xm73,-174v2,0,3,3,0,2r0,-2xm81,-175v-1,0,-1,0,-1,-1xm81,-183v1,0,1,1,1,2xm84,-173r-3,-1xm87,-192v0,-1,1,-3,3,-3v1,2,-3,2,-3,3xm89,-180v0,0,-2,-1,0,-1r0,1xm90,-181r0,-2v0,0,-1,1,0,2xm104,-186v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm97,-103v0,-1,1,-3,1,-1xm102,-100v1,7,-5,5,-3,1v1,3,5,3,2,0xm105,-98v2,3,-3,3,-1,2xm108,-84r0,0r0,0xm100,-66v-2,0,-1,-2,0,-2r0,2xm103,-63v0,0,-1,2,-1,0r1,0xm104,-70v0,-1,-2,-2,0,-2r0,2xm105,-72v0,0,2,1,0,1r0,-1xm110,-66v-2,2,-2,1,-5,0v0,-3,5,-4,5,0xm109,-79v4,-1,6,4,1,3v-1,0,-3,2,-3,0v2,0,1,-3,2,-3xm114,-89v2,4,-3,5,-5,3xm114,-69r1,0r-1,0xm112,-97v2,-2,6,-4,3,0v-1,1,-1,0,-3,0xm117,-66v-1,0,-1,-1,0,-1r0,1xm229,-77r0,0r0,0xm205,-51v1,0,2,-1,1,-2v-1,-1,-2,-1,-3,-1v-1,2,0,3,2,3xm194,-38v0,6,10,8,11,0v1,-3,0,-4,-3,-5v-3,0,-8,2,-8,5xm201,-50v-2,-4,-10,-3,-8,2v1,4,10,3,8,-2xm191,-18v7,2,15,-6,6,-10v-3,-1,-6,8,-6,10xm204,-20v2,2,4,-1,4,-4v-1,-3,-6,-5,-5,1v0,1,0,2,1,3","w":281},"@":{"d":"197,-59r0,1r0,-1xm186,-58v-1,0,-2,1,-3,2v2,0,3,-1,3,-2xm183,-32v0,-4,5,1,6,-1v-1,-3,-3,-8,-6,-8v8,3,-9,12,0,9xm279,0v-3,-3,-10,4,-9,8v0,3,2,5,6,5v5,0,7,-3,7,-9v0,-3,-2,-4,-4,-4xm306,10v8,-7,-10,-9,-13,-14v-3,0,-14,14,-6,18v4,3,13,-3,19,-4xm183,-103v-5,-2,-7,1,-5,4v2,3,6,5,7,0v1,-1,0,-3,-2,-4xm185,-82v5,-2,9,-6,9,-11v0,-1,-1,0,-2,0r1,-1v-9,-3,-19,9,-8,12xm322,-25v5,-1,9,-11,2,-12v-4,1,-6,0,-7,4v-1,3,3,9,5,8xm117,-203v0,3,1,5,3,5v3,0,4,-1,4,-5v-2,-4,-3,-4,-7,0xm203,-103v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm198,-97v4,0,0,5,2,6v0,-3,2,-7,-2,-6xm202,-95r1,-3v-2,0,-2,3,-1,3xm169,-69v0,0,1,1,2,1v0,0,0,-1,-2,-1xm195,-139r0,2r0,-2xm198,-87r1,0r-1,0xm172,-82v-2,0,-2,0,-1,1xm193,-138r0,0r0,0xm296,-141v-1,11,5,5,9,5v-3,-1,-7,-2,-9,-5xm257,-96v0,-2,-3,-4,-3,0v1,2,2,2,3,0xm266,-101v-1,-3,-7,-2,-6,2v2,4,7,3,6,-2xm170,-85v0,1,0,1,1,1v0,0,0,-1,-1,-1xm283,-112v-2,-3,-10,-3,-10,3v2,7,9,1,10,-3xm284,-116v3,0,5,-5,1,-5v-1,0,-2,1,-3,2v0,2,0,3,2,3xm256,-90v-4,2,0,9,4,8v5,1,5,-9,1,-9v-1,0,-3,0,-5,1xm266,-92v5,2,13,-6,4,-7v0,-2,-2,-1,-4,2v-1,2,-1,4,0,5xm176,-100r1,0v0,-1,0,-1,-1,0xm181,-73v2,2,6,-3,5,-4xm179,-142v-2,5,3,3,1,1v0,-1,0,-1,-1,-1xm178,-93v-1,-1,-3,-4,-4,-1v0,2,3,1,4,1xm184,-125v3,-3,5,-1,5,-5v-8,0,-5,2,-5,5xm174,-100r-1,-3v0,2,0,3,1,3xm71,-90v0,69,91,115,137,58v18,45,72,24,99,-14v18,-26,29,-57,29,-96v1,-77,-77,-146,-160,-146v-97,0,-176,82,-176,180v0,100,81,180,179,180v42,0,84,-10,124,-31r-38,-30v-2,1,-5,3,-7,4v2,1,3,1,3,4v-2,5,-7,4,-7,-2v-17,6,-41,9,-71,9v-81,2,-137,-54,-137,-134v0,-77,53,-134,129,-134v67,0,110,39,121,89r-2,0v0,8,6,1,10,4v-1,-1,-2,-1,-2,0v7,5,9,7,6,18v-3,-6,-14,-3,-12,4v5,0,6,-5,10,-4v-6,4,10,7,2,8v-1,0,-2,1,-2,2v5,1,6,4,1,6v1,-2,4,-3,0,-4v-6,-2,-14,-14,-18,-2v9,18,-9,34,-4,48v3,1,4,3,2,6v-2,-4,-3,-6,-6,-9v-9,18,-19,27,-28,28v-14,-2,-9,-12,-5,-29r23,-118r-44,0r-5,24v-16,-24,-44,-32,-78,-26v-5,-7,-12,-5,-17,-1v1,14,-17,11,-22,18v1,0,4,-2,4,1v-23,21,-38,52,-38,89xm255,44v-5,-11,14,-21,20,-9v6,15,-14,20,-20,9xm294,-64r0,-2r0,2xm296,-70v-1,0,-4,2,-2,0v0,-1,2,-1,2,0xm305,-109v-1,0,-6,-3,-4,-9v0,8,3,-3,4,1v0,2,-2,7,0,8xm298,-109v0,-2,2,-1,3,-1v0,2,-2,1,-3,1xm298,-97v-3,-1,1,-5,-2,-6v3,0,2,3,2,6xm304,-71v-2,-10,-15,-8,-11,-20v5,0,3,-2,5,-4v-3,10,10,1,3,11v0,-1,-2,-4,-5,-2v-1,4,3,7,8,6v-2,5,-1,2,0,9xm300,-83v-2,0,-3,0,-3,-1v1,0,2,0,3,1xm289,-69r3,3v0,0,-4,-1,-3,-3xm279,-66v0,-3,3,-2,4,-1v1,4,-4,2,-4,1xm284,-64v0,1,-1,2,-3,2v1,-1,2,-2,3,-2xm278,-39v4,-6,3,-9,9,-3v-2,4,-4,3,-9,3xm247,-42v0,1,2,1,2,2v1,7,-5,5,-5,1v0,-2,1,-3,3,-3xm206,-115v-1,9,-2,3,-6,7v2,-4,2,-9,6,-7xm202,-121v-3,-1,-11,-2,-3,-5v4,-1,7,1,3,5xm127,-98v-4,-37,47,-72,70,-39v-1,0,-1,0,-1,1v1,2,9,5,6,8v-4,4,-5,-2,-7,-4v1,1,1,1,0,3v-3,-2,-5,2,-2,3v1,6,1,7,-2,11v3,-3,3,0,6,1v-1,3,-4,1,-4,3v15,4,11,14,8,25v-1,-2,-1,-4,-2,-1v0,1,1,2,0,2v-10,-4,-3,27,-13,13v-3,1,-2,1,-2,5v1,0,4,-1,4,1v-23,22,-66,4,-61,-32xm171,-98v1,-1,1,-2,-1,-2xm170,-145v0,-2,4,-3,1,-5v-4,1,-2,2,-1,5xm184,-135v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm188,-111v1,2,3,0,4,-1v-1,0,-3,0,-4,1xm187,-138v-1,0,-1,1,-1,2v0,0,1,-1,1,-2xm185,-144v0,0,0,1,-1,2v1,-1,1,-2,1,-2xm182,-69r0,2r0,-2xm180,-73v-2,1,-2,2,0,1r0,-1xm178,-76r-2,0r2,0xm186,-140v0,0,-2,0,-2,1v1,0,2,0,2,-1xm122,-227v4,0,1,6,4,7v0,-1,1,-12,-4,-7xm119,-221r0,-1r0,1xm131,-220v-2,1,-1,6,1,3v0,-1,0,-2,-1,-3xm122,-213v-2,0,-1,2,-2,3xm127,-209r-1,0r1,0xm118,-209v-1,2,3,3,3,3xm139,-207v-1,0,-1,0,-1,1v0,0,1,0,1,-1xm113,-198v-3,2,-1,3,0,6r0,-6xm100,-192v-1,-1,-8,-5,-5,0r5,0xm103,-179v0,1,-2,4,0,3v1,-1,1,-5,-1,-5v1,1,1,1,1,2xm105,-162v-1,5,1,5,3,2v0,0,0,-1,-3,-2xm128,-160r-2,0r2,0xm103,-154v0,0,1,1,1,5v1,-2,4,-5,-1,-5xm124,-154v0,0,0,2,1,2v0,0,0,-2,-1,-2xm93,-150v0,1,1,1,2,1xm130,-149v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm98,-145v0,0,-2,0,-2,1v1,-1,2,-1,2,-1","w":335},"A":{"d":"179,-341v-1,6,6,11,11,11v5,1,9,-6,10,-9v-2,-10,-20,-13,-21,-2xm316,-152v2,2,2,0,1,-1xm59,-195v-1,3,5,7,5,2v1,-4,-5,-7,-5,-2xm303,-149v1,1,3,2,3,0v0,-2,-3,-1,-3,0xm283,-182v1,-1,0,-1,0,-1v-1,-1,-2,-1,-3,0v1,1,2,1,3,1xm287,-176v-2,5,3,-2,2,1v0,-2,-1,-2,-2,-1xm24,-139v1,0,3,-1,2,-2v-1,-3,-4,-3,-5,0v0,2,1,2,3,2xm41,-158v0,0,-1,-2,-1,0v-1,0,-2,0,-1,1v1,1,2,1,2,-1xm18,-129v4,5,7,-1,7,-6v-1,-1,-11,0,-7,6xm16,-92v6,-1,2,-4,0,-6v-4,2,-2,5,0,6xm17,-108v-3,-1,-8,7,-3,8v2,1,9,-2,7,-5v-1,-3,-2,-4,-4,-3xm20,-111v6,0,9,-11,0,-7v-1,-1,-2,0,-2,3v0,2,0,4,2,4xm31,-163r0,-3v0,1,-1,3,0,3xm27,-93r0,2r0,-2xm28,-153v-7,3,1,9,3,12v3,2,5,2,7,-2v1,-2,-4,-12,-10,-10xm319,-213r0,0r0,0xm354,-138v6,-6,2,-18,-7,-12v-2,4,3,12,7,12xm352,-163v1,0,4,-2,2,-4v-3,-2,-7,3,-2,4xm349,-117v0,7,7,7,10,1v1,-5,0,-7,-4,-7v-4,0,-6,2,-6,6xm18,-62r0,2r0,-2xm346,-42v0,0,-3,5,0,2r0,-2xm387,-175r-4,-1v2,4,3,0,4,1xm387,-126v4,-1,2,-4,-1,-6v-3,0,-4,1,-4,3v0,2,1,3,5,3xm325,-159v5,0,9,-10,1,-9v-4,0,-6,9,-1,9xm317,-212v2,1,3,-3,1,-3v-2,-1,-3,3,-1,3xm341,-5v-1,2,2,5,2,2v0,-3,0,-4,-2,-2xm320,-141v-1,-1,-3,1,-3,2v0,1,1,2,3,2v2,0,1,-4,0,-4xm318,-186v-7,5,3,9,3,5v0,-4,0,-5,-3,-5xm325,-173v2,3,4,1,5,0v0,-2,-1,-2,-3,-2v-1,0,-2,1,-2,2xm333,-159v-1,9,12,6,13,1v0,-3,-5,-13,-10,-7v-1,1,-3,3,-3,6xm332,-63v-1,6,5,4,8,2v-2,-5,-6,-7,-8,-2xm46,-156v-4,3,3,11,3,4v0,-2,-1,-4,-3,-4xm399,-96r0,-3v-1,0,-2,0,-2,1v0,1,1,2,2,2xm430,-48v0,5,9,5,10,0v0,-3,-2,-3,-5,-3v-3,0,-5,1,-5,3xm410,-106v0,1,4,2,4,1v0,-2,-4,-3,-4,-1xm373,-133v2,5,8,3,5,-2v4,-6,-2,-8,-6,-8v-8,1,-4,9,1,10xm384,-106v11,-1,23,-14,7,-17v-5,3,-12,1,-13,8v-1,5,2,10,6,9xm383,-92v-1,4,6,6,8,3v1,-3,1,-4,-3,-4v-3,-1,-4,0,-5,1xm-1,-32v0,4,4,7,9,5r-35,100r137,0r10,-45r98,0r12,45v42,-2,92,4,130,-2v-7,-7,0,-5,0,-12v-2,0,-2,2,-3,0v6,-1,2,-10,1,-14v0,1,-2,1,-1,0r-2,-6r1,1r-17,-47r0,6v-2,-3,-5,-1,-9,-1v1,-5,1,-11,4,-15v-1,2,2,3,3,3r-33,-89r1,1v-1,-4,2,-10,5,-7v2,-6,-4,-20,-10,-9v-4,-13,-16,-30,-7,-39v0,-6,-5,-8,-10,-6r-29,-81v-3,1,-3,2,-2,3v-6,-2,2,-4,1,-8v-2,1,-2,3,-3,0v3,-2,1,-5,0,-8r-1,1v2,-9,-12,2,-9,-10r2,1v-3,-7,1,-5,4,-3r-6,-16r-144,0r-26,77v4,-3,7,2,7,5v0,3,-2,3,-5,3v-2,0,-4,-2,-4,-4r-6,19v3,-1,7,-1,7,3v1,6,-8,10,-9,2r-18,52v-3,-2,-8,0,-7,3v0,3,2,3,5,3v-7,17,-11,38,-20,54r1,-1r-12,38v-4,-3,-7,-9,-10,-2xm40,-27v-1,-5,5,-5,7,-1v-2,1,2,4,-3,4v-3,0,-4,-1,-4,-3xm32,-74v2,-3,3,0,3,2v-2,0,-3,0,-3,-2xm6,44v8,0,6,6,0,7v-3,0,-3,-1,-3,-4v0,-2,2,-3,3,-3xm20,-9v-3,4,-10,6,-11,-1v0,-4,1,-6,5,-6v3,0,6,2,6,7xm19,65v0,0,1,6,0,2v-1,-1,-1,-2,0,-2xm27,-39v12,-3,11,19,3,9v-6,1,-9,-7,-3,-9xm32,32v0,-5,7,-5,10,-1v0,3,-2,5,-6,5v-3,0,-4,-1,-4,-4xm51,12v-3,-1,-4,-2,-4,-3v6,-7,17,4,4,3xm54,-22v12,6,0,14,-8,17v-6,2,-11,-7,-6,-12v5,0,7,-8,14,-5xm60,0v0,-1,1,-1,2,-1v1,2,0,4,-2,1xm73,-9v-2,0,0,-2,0,-3v2,1,4,3,0,3xm95,-237v1,0,2,-2,2,0v0,2,-2,1,-2,0xm76,-209v-4,-2,-5,-8,2,-8v0,2,4,1,3,4v0,4,-2,5,-5,4xm81,-226v0,-3,9,-4,9,0v0,2,-2,3,-5,3v-3,0,-4,-1,-4,-3xm86,-211v-2,0,-2,-1,-2,-2v0,-3,2,-4,5,-4v1,0,2,1,2,3v0,3,-2,4,-5,3xm98,-183v-3,0,-4,0,-4,-3v-1,-5,9,-9,9,-2v0,3,-2,5,-5,5xm111,44v-1,3,-10,3,-9,-1v0,-3,1,-4,5,-4v4,0,5,1,4,5xm112,-252v0,-1,0,-3,1,-3v0,1,-1,2,-1,3xm114,-273v0,-2,1,-3,4,-3v2,2,1,5,-1,5v-2,0,-3,-1,-3,-2xm158,-273r3,-1v0,1,-2,1,-3,1xm156,-264r1,-2v0,1,-1,2,-1,2xm162,-251v-9,-1,-7,-9,1,-9v2,0,4,2,4,5v0,2,-2,4,-5,4xm153,-260r0,2v-1,-1,-1,-1,0,-2xm134,-279v1,2,-2,3,-2,1v0,0,1,-1,2,-1xm132,-249r1,-1v0,1,0,1,-1,1xm137,-260v0,3,-1,3,-4,3v-2,0,-3,-2,-3,-3r7,0xm144,-57r23,-108r5,0v7,45,14,69,23,108r-51,0xm226,-276v-1,0,-1,0,-1,-1xm230,-278r1,2xm240,-281v-3,3,-7,9,-1,11v-8,-1,-7,-3,-3,-6v-3,-2,-2,3,-4,0v1,-6,3,-10,8,-5xm237,-262r2,0r-2,0xm239,-259v0,2,0,2,-2,2xm242,-232v-2,0,-3,-1,-1,-2xm243,-257v0,-3,2,0,-1,0v-1,-2,-2,0,-2,-2v1,1,2,2,3,2xm246,-258r1,3xm254,-202v-4,-4,2,-5,4,-6v1,1,6,7,0,7v0,-3,-2,-5,-4,-1xm263,-209v1,0,2,-2,2,0r-2,0xm270,-174v-3,0,-2,-2,0,-2r0,2xm272,-168r-1,0r1,0xm274,-179v0,0,0,-2,1,-2r1,3v0,0,-1,-1,-2,-1xm276,-148v-2,0,-2,0,-2,-2v0,0,2,1,2,2xm332,28v-1,0,2,3,0,3r0,-3xm331,-13v0,0,-1,-1,-2,-1v1,0,2,-1,2,1xm325,-46v0,2,1,2,-1,1xm306,-95v2,0,1,3,1,4v-2,0,-1,-3,-1,-4xm299,-98v1,0,2,2,1,3v-2,-1,-3,-1,-1,-3xm291,-122v1,0,2,2,0,2r0,-2xm290,-114v1,0,1,0,1,1xm290,-109v-3,-1,-4,-2,-2,-4v2,2,3,3,2,4xm287,-128r0,1r0,-1xm288,-94v-2,-2,-2,-5,-1,-9v6,1,1,7,1,9xm295,-94v1,3,-4,5,-4,2xm296,-84v1,0,2,-3,2,-1v0,2,-1,2,-2,1xm301,-94v6,6,0,17,7,11v2,0,2,1,0,3v-9,2,-9,-10,-7,-14xm302,-56v0,2,-2,1,-3,0v0,-1,2,-1,3,0xm307,-35v-1,0,-1,0,-1,-1xm308,-49v-1,-1,-2,-2,1,-2xm310,-36v0,-1,0,-2,-1,-2v1,0,1,1,1,2xm311,-59v-3,3,-11,-5,-6,-2r1,1v1,-4,5,-5,6,0r-2,0v0,0,0,-1,1,1xm312,-79v-1,-1,-3,-2,0,-2r0,2xm315,-31v-2,0,-2,0,-1,-1xm316,-25v1,-1,2,-1,2,1v-1,1,-1,1,-2,-1xm319,-6v-2,0,-2,0,-1,-1xm323,-18v-3,-1,-2,-3,0,-4r0,4xm324,16r1,0r-1,0xm335,31v0,6,-6,5,-7,1v3,-4,-4,-7,-3,-10v6,0,1,13,10,9xm336,8r1,0r-1,0xm339,27v0,2,-3,7,-3,1xm339,57r-2,-1v0,0,1,1,2,1xm342,44v-4,1,-6,-2,-4,-5v2,2,3,8,4,5xm343,41r1,1v-1,0,-1,-1,-1,-1xm346,24r0,2r0,-2xm350,50r1,1xm353,33v0,0,-2,0,-2,-1xm358,53v-1,-1,-3,-2,0,-2r0,2xm354,-157v-1,3,1,5,5,5v2,0,3,-1,3,-3v1,-4,-7,-6,-8,-2xm368,73v-1,-3,-4,-4,-3,0r3,0xm373,-69v1,-5,-8,-5,-10,-4v-1,5,7,6,10,4xm14,-114v2,0,2,-1,2,-3v0,-2,-1,-3,-3,-3v-1,1,-2,7,1,6xm-7,-128v1,1,2,1,2,-1v0,-2,-1,1,-1,-1v-1,0,-1,1,-1,2xm-12,-75v2,0,1,-2,0,-2v0,1,-1,1,0,2xm-53,45v5,-6,0,-14,-7,-12v-8,5,2,20,7,12xm5,-83v1,2,5,1,5,-1v-1,-4,-4,-2,-5,1xm10,-94v-1,0,2,3,2,3v1,-1,0,-3,-2,-3xm8,-111v0,0,4,2,2,-1v-1,0,-2,0,-2,1xm331,-6r0,0r0,0xm-12,-77r0,0r0,0","w":385},"B":{"d":"328,-46v3,-1,2,-5,0,-6v-3,0,-6,3,-2,5v1,1,2,1,2,1xm325,-78v-1,0,0,1,0,2v1,-1,1,-2,0,-2xm340,-203v1,1,3,-1,1,-1v-1,0,-1,0,-1,1xm328,-82r0,-2r0,2xm308,-82v-3,0,-2,2,-1,3v2,1,3,-3,1,-3xm337,-182r0,-2v-2,0,-1,2,0,2xm302,-118v0,1,0,1,1,1r1,-1v-1,-2,-1,-1,-2,0xm280,50v1,-4,-3,-6,-4,-2v-1,4,4,7,4,2xm4,-288v-4,-1,-5,1,-4,5v0,0,2,-2,4,-5xm311,22v0,-2,-1,-5,-2,-1xm301,-89v4,-3,0,-11,-3,-4v0,3,1,4,3,4xm317,-53r1,0r-1,0xm306,-74v0,6,12,7,12,1v0,-3,-2,-5,-6,-6v-4,-1,-6,1,-6,5xm311,-61v0,2,2,2,2,1v0,-1,-1,-1,-2,-1xm325,-29v0,-5,-3,-5,-6,-1v-6,6,3,3,4,5v1,1,2,-1,2,-4xm332,-39v2,-3,-3,-7,-7,-5v-4,2,-2,10,3,8v1,0,3,-1,4,-3xm334,-49v2,-1,1,-4,-1,-3v-1,1,-1,2,1,3xm336,-32v-1,-3,-5,-3,-2,0v1,0,2,1,2,0xm14,-288v3,10,-9,12,-14,16r0,167v13,-3,17,14,5,18v-2,0,-3,-1,-5,-1r0,160v39,-2,89,4,123,-2v2,0,1,3,4,2v-5,-6,3,-15,8,-14v6,1,7,7,4,14r62,-1v-2,-3,-8,-8,-6,-11v9,-7,13,2,9,11v12,1,18,-13,26,-5v37,-11,63,-29,75,-62v2,6,13,10,11,-2v-3,0,-4,-9,-9,-6v6,-13,-2,-39,4,-45v-1,-1,-2,-1,-3,-1v-3,-15,-11,-27,-22,-38v5,-1,9,-16,3,-17v-3,2,-6,7,-8,12v-8,-10,-20,-14,-35,-20r0,-3v27,-8,47,-36,47,-72v0,-66,-47,-100,-141,-100r-130,0v1,2,0,4,-2,3v-2,-2,-1,-4,-6,-3xm12,-234v-7,-2,-7,-15,2,-13v5,2,6,13,-2,13xm22,-265v-7,-1,-5,-11,2,-11v1,3,5,3,4,7v0,3,-2,5,-6,4xm27,-277v-6,-2,-4,-10,3,-10v5,2,4,13,-3,10xm40,-279v-5,-2,-4,-10,3,-8v2,0,3,1,3,3v0,5,-2,6,-6,5xm55,-244v-4,0,-5,-1,-5,-5v0,-5,3,-5,7,-6v4,1,5,12,-2,11xm66,69v3,-1,6,3,1,2v-1,0,-1,-1,-1,-2xm79,13v0,-10,12,-9,14,0v-4,1,-1,8,-6,9v-4,1,-9,-5,-8,-9xm174,-176v0,26,-25,28,-53,27r0,-52v31,-1,53,-2,53,25xm126,40v-2,0,-1,2,0,2v-1,0,-2,0,-3,-1v0,-2,2,-2,3,-1xm134,48v0,-4,-3,2,-4,-1v1,-2,3,-1,4,1xm154,72v-3,0,-3,-3,-1,-4v2,0,3,3,1,4xm153,3v2,0,5,2,1,2xm164,35v-2,2,-6,3,-6,-2v0,-2,1,-3,2,-3v2,0,4,2,4,5xm165,64r1,0r-1,0xm176,53v-3,3,-9,3,-7,-4v2,-3,6,-4,8,1v1,1,0,2,-1,3xm170,42v0,-2,4,-5,4,-1v0,2,-3,3,-4,1xm189,-44v0,30,-33,31,-68,30r0,-60v35,0,68,0,68,30xm188,46v6,5,6,14,-2,14v-7,1,-7,-9,-4,-14v2,-2,4,-2,6,0xm196,43v3,-2,5,1,3,3v-2,2,-8,-1,-3,-3xm206,57v-6,1,-7,-7,-2,-8v5,-1,8,7,2,8xm226,27v1,0,6,1,2,2v-1,0,-2,-1,-2,-2xm240,35v-1,-1,-1,-2,1,-2v0,1,-1,2,-1,2xm271,19v0,-2,2,-8,3,-2v0,1,-2,2,-3,2xm266,19r2,0v-1,1,-2,1,-2,0xm254,55v-1,0,0,-2,0,-2v1,1,1,1,0,2xm258,36v-1,1,-4,0,-3,-1r3,-1r0,2xm258,51v0,-1,0,-1,1,-1xm262,32r0,-2v2,1,2,2,0,2xm263,2v0,-1,1,-1,1,-1v0,1,-1,1,-1,1xm269,33v-2,-1,-8,-3,-2,-3v1,1,2,2,2,3xm270,29v-2,0,-7,-3,-3,-5v3,-1,7,-2,6,3v0,1,-1,2,-3,2xm272,38v0,0,-2,-1,0,-1r0,1xm274,44v-1,2,-3,0,-1,0r1,0xm279,39v-2,0,-1,-3,0,-3r0,3xm281,20v0,0,-10,5,-7,-1v2,-3,5,-1,7,1xm282,6v4,1,4,5,0,7v-1,0,-3,-1,-3,-3v0,-2,1,-4,3,-4xm287,6v-1,0,-2,-5,1,-4v1,2,1,3,-1,4xm293,18v3,3,-1,7,-4,4v-2,-3,0,-5,4,-4xm298,3v2,11,-4,-1,-6,4r0,-3v-2,-3,-1,-5,3,-7v2,1,3,4,3,6xm300,-8v-1,0,0,0,1,-1v0,1,-1,1,-1,1xm303,0r1,-1xm318,-5v-2,0,-1,5,1,5v2,-1,3,-6,-1,-5xm267,-126v-2,0,-3,1,-3,4v0,4,1,6,5,5v6,-2,5,-10,-2,-9xm325,-15v-5,-4,-7,1,-7,6v1,4,3,-1,6,0v2,-1,2,-3,1,-6xm339,-60v0,-1,-4,-2,-4,0v1,3,2,4,4,2v1,-1,0,-1,0,-2xm357,-68r0,2r0,-2xm401,-181v1,8,14,9,12,-1v0,-5,-1,-7,-5,-7v-4,0,-7,3,-7,8xm357,-66r0,0r0,0xm350,-14v0,-1,-2,-2,-2,0r2,0xm343,-117v-4,0,-6,2,-6,5v0,4,9,6,11,0v0,-4,-1,-5,-5,-5xm329,-30v-2,0,-2,1,-2,3v0,2,1,3,3,3v2,0,4,-7,-1,-6","w":337},"C":{"d":"211,-143v-1,-1,-2,-1,-2,1v0,2,1,-1,1,1v1,0,1,-1,1,-2xm261,-305v0,10,12,9,11,0v0,-5,-2,-7,-6,-7v-4,0,-5,2,-5,7xm201,-326v1,1,3,-1,1,-1v-1,0,-1,0,-1,1xm198,-305r0,-2v-1,0,0,2,0,2xm181,-136v1,-3,8,-2,5,-7v-3,-4,-6,1,-7,5v0,1,1,2,2,2xm155,-122v0,4,4,6,4,1v0,-3,-4,-5,-4,-1xm163,-115v1,0,2,-1,2,-2v-1,-1,-2,0,-2,2xm162,-148v1,5,8,-1,8,-1v-1,-3,-8,-5,-8,1xm172,-111r0,3r0,-3xm140,-125v2,-2,4,-7,0,-7v-2,0,-2,1,-2,3v0,2,1,4,2,4xm140,-78v5,1,3,-5,1,-6v-1,-1,-2,0,-2,2v0,2,-1,4,1,4xm176,-120v6,-3,0,-10,-3,-12v-3,-2,-5,-2,-7,2v-2,3,3,12,10,10xm190,-158v-2,0,-2,2,-2,4v2,4,5,2,5,-2v0,-2,-1,-2,-3,-2xm192,-171v-3,-2,-10,1,-8,4v3,5,6,5,9,0v1,-2,1,-3,-1,-4xm187,-157v1,-6,-5,-4,-7,-1v-4,6,4,3,5,5v1,1,2,-1,2,-4xm180,-134v-2,0,-1,5,1,5v3,-1,2,-5,-1,-5xm194,-161r3,1xm271,-72v-44,54,-143,36,-143,-36v0,-55,62,-86,110,-57v0,-4,6,-6,6,-1v1,3,-3,5,1,5v3,-8,6,0,11,1v0,1,-1,3,-4,4v6,5,13,10,19,16r-3,-134v-136,-53,-268,40,-268,170v0,130,132,214,268,163r3,-107v-2,3,-10,3,-9,-3v1,-13,12,3,9,-8v-9,-3,1,-7,0,-13xm256,-17v-7,-2,-7,-13,2,-12v6,2,5,13,-2,12xm239,-7v0,0,0,-2,1,-2v0,1,0,2,-1,2xm72,-35v0,8,-16,14,-15,1v-1,-5,4,-12,9,-10v4,0,7,5,6,9xm143,8v-1,-2,2,-2,2,-1v0,1,-1,1,-2,1xm128,26v1,1,1,1,1,2v0,1,-2,2,-3,1v-2,-1,-1,-2,2,-3xm226,-190r1,-3v-2,1,3,3,-1,3xm267,-184v-3,-1,-3,-6,1,-6v3,1,2,7,-1,6xm258,-183v9,1,7,7,0,11v-3,0,-5,-2,-5,-5v0,-4,2,-6,5,-6","w":311},"D":{"d":"0,-18v7,-2,13,11,19,5v0,12,-10,7,-15,14v9,-2,5,11,14,3v-4,-3,0,-5,4,-6v0,0,1,1,1,2v-6,1,-5,3,-2,8v0,0,1,-2,1,0r-2,2v10,2,8,7,7,12v-9,-2,-12,-12,-20,-14r3,0v-2,-2,-14,-10,-6,-13v11,0,6,-12,1,-4r1,2v-2,0,-4,-4,-6,-1r0,79r20,0r-1,-2v26,5,66,1,101,2v-4,5,0,13,7,9v0,-4,5,-5,4,-9v136,10,222,-60,215,-194v-11,2,-16,-14,-4,-16r2,0v-6,-42,-23,-76,-52,-101v1,6,-9,10,-12,3v-1,-5,0,-5,3,-10v-55,-45,-160,-47,-256,-40v1,1,0,2,0,4v-3,1,-2,-4,-2,-6r-25,0v1,11,-3,29,6,29v1,-8,4,-3,9,-2v-2,5,-4,10,-8,14v3,-5,-8,-7,-7,-13v3,25,-6,61,4,80v2,-5,1,-3,5,-1v-3,10,-7,-5,-9,2r0,162xm13,-273v0,0,-1,2,-1,0r1,0xm8,-206v-1,2,-2,3,-2,-1v1,0,2,1,2,1xm10,-218v-2,0,-2,0,-2,-2xm6,-175r-1,-1xm4,-170v-1,-2,1,-6,2,-2xm3,-103r-2,-2xm8,-163v-2,-1,-6,0,-7,-3v4,1,5,1,7,3xm4,-121v0,1,3,4,1,4xm5,-142r1,0r-1,0xm7,-135v-1,0,-1,-1,-1,-2v0,0,1,1,1,2xm7,-146r-2,1v0,0,1,-1,2,-1xm8,-128v0,-1,1,-3,1,-1v0,1,0,1,-1,1xm10,-179v-1,3,-2,2,-3,1xm30,-161v3,3,-2,13,-4,6v3,0,3,-3,4,-6xm23,-142v0,0,-3,-1,-1,-2v0,0,1,0,1,2xm18,-160v-1,-1,0,-2,1,-3v2,2,0,3,-1,3xm20,-146v0,0,0,1,-1,2v0,-1,0,-2,1,-2xm19,-153r-2,0r2,0xm19,-39r0,-2r0,2xm19,-73v-2,0,-1,-2,-1,-3v1,0,3,2,1,3xm20,-134v-1,-1,-3,-4,0,-2r0,2xm20,-128r2,0r-2,0xm25,-173v-1,1,-2,1,-2,1v1,-1,1,-2,2,-1xm26,-144v0,3,-1,5,-3,0v0,-1,0,-2,1,-3v2,1,2,2,2,3xm23,-138v4,-2,5,-1,5,4v-1,-1,-3,-3,-5,-4xm27,-129v-1,-1,-1,-1,0,-2r0,2xm23,-77v3,-2,6,1,1,1xm27,-85r-2,0r2,0xm28,-103r0,-2r0,2xm29,-223r0,1r0,-1xm28,-202v1,-1,2,-1,2,1v0,1,-1,0,-2,-1xm28,-165v-1,2,-7,4,-4,-1v1,0,3,1,4,1xm25,-278v2,0,2,0,1,1xm27,-257v0,2,-1,5,-2,2xm27,-225v-1,0,-2,0,-2,1v0,-1,1,-1,2,-1xm19,-203v9,5,1,10,-2,5r0,-2v1,0,0,1,1,1v0,-1,1,-3,1,-4xm24,-207v0,-1,-4,-1,-1,-4xm22,-230v1,1,3,1,0,2r0,-2xm22,-235r0,-2v0,0,-1,1,0,2xm18,-244v4,2,-3,5,-1,2v1,0,1,-2,1,-2xm18,-165v-4,-6,2,-8,-1,-14v0,0,-2,1,-3,2v-2,-1,-2,-2,0,-4v11,1,5,12,4,16xm13,-169v2,2,-3,6,-1,2v0,-1,1,-2,1,-2xm14,-249v-1,0,-1,-1,-2,-2v0,1,1,1,2,2xm11,-183v0,0,4,4,0,3r0,-3xm13,-159v-1,1,0,4,-2,1v0,-1,1,-1,2,-1xm14,-146v-1,3,-2,1,-3,0v0,-1,3,-1,3,0xm15,-153v-1,1,-3,-1,-1,-1v0,0,1,0,1,1xm18,-62v0,0,-1,0,-2,1v0,-2,1,-3,2,-1xm19,-38v0,1,0,2,-2,2xm19,-44v2,0,4,3,0,2r0,-2xm24,7r0,2r0,-2xm25,-7v0,4,-6,5,-7,3v0,-2,5,-4,7,-3xm32,-48v4,6,-3,5,-5,6v-3,-2,-2,-3,-3,-7r4,0v1,2,3,7,4,1xm30,16v1,0,3,1,1,1xm31,-28v-1,1,-1,1,-2,0r2,0xm31,13v-1,0,0,-2,1,-3v3,1,-1,2,-1,3xm27,12r-1,-2v9,0,1,2,1,2xm19,35v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm18,29v-2,3,-2,5,-6,2v0,-2,5,-4,6,-2xm10,24v0,0,2,-1,5,-1xm11,21r1,-2xm13,12v1,0,1,1,1,2xm13,15v-1,2,-6,4,-4,0v1,-6,1,1,4,0xm19,55r0,2r0,-2xm20,50v-1,0,-1,0,-1,-1xm17,36v1,3,4,6,5,10r-5,-2v-1,0,0,3,-2,2v1,-7,-6,4,-6,-6v4,0,7,-1,8,-4xm23,64v-1,2,-2,4,-2,0r2,0xm27,57v-2,-2,-5,-9,-2,-9v3,3,2,6,2,9xm28,68v0,0,-1,2,-1,0r1,0xm28,41v0,2,0,2,-2,2xm25,40r2,0r-2,0xm32,30v-2,6,-5,9,-9,3v2,-1,9,-4,6,-8v7,1,4,3,0,5v1,3,1,-1,3,0xm33,31r0,2r0,-2xm32,47r0,-2r0,2xm32,57v1,1,1,3,0,4v-2,0,-1,-3,0,-4xm35,50v-1,1,-2,4,-3,2v1,-1,2,-1,3,-2xm38,-13v-1,1,-2,1,-2,-1v1,0,2,0,2,1xm39,34v0,0,-2,-1,0,-1r0,1xm213,-276v-2,0,-2,-3,0,-3v1,0,2,0,3,1v-1,1,-2,2,-3,2xm161,-272v-2,0,-1,-3,0,-3v1,0,2,1,2,2v0,1,-1,1,-2,1xm209,-72v-4,-3,-11,0,-10,5v0,2,1,5,3,6v-14,18,-38,25,-71,24r0,-139v68,-8,100,46,78,104xm222,-266v-2,1,-4,-5,-2,-5v2,-3,6,-1,5,3v0,1,-2,2,-3,2xm224,-242r0,2v-2,0,-3,-4,0,-2xm193,-88v-1,-4,-7,-4,-7,1v-1,4,3,2,4,4v2,-2,3,-4,3,-5xm194,-137v0,0,-1,-2,-1,0r1,0xm197,-88v-2,1,-3,2,1,2v0,-1,0,-2,-1,-2xm193,-96v2,-7,-7,-6,-8,-2v0,3,2,5,6,5v2,0,2,-1,2,-3xm156,-100v0,7,8,5,8,0v0,-3,-1,-5,-3,-5v-3,0,-5,2,-5,5xm199,-92v0,4,5,6,8,4v11,-22,-5,-16,-8,-4xm181,-85v-2,0,-4,1,-4,3v0,3,2,5,4,4v4,-1,6,-7,0,-7xm182,-121v0,7,10,5,9,0v0,-3,-2,-5,-5,-5v-2,0,-4,2,-4,5xm184,-59v-1,0,-1,0,-1,1xm184,-71v2,5,8,-3,8,-3v-2,-5,-8,0,-8,3xm157,83v-3,1,-3,3,-1,4v1,2,6,2,5,-2v0,-2,-2,-3,-4,-2xm166,89v0,-2,-1,-2,-2,-1v0,0,2,3,2,1xm170,76v-4,1,-7,8,1,9v2,0,4,-1,4,-3v1,-2,-3,-7,-5,-6xm162,78r-8,-4v-1,5,4,11,8,4xm109,78v-1,0,-4,1,-2,1v1,0,2,0,2,-1xm134,80v-5,-3,-6,2,-2,3v2,-1,3,-2,2,-3xm150,107v-2,0,-2,2,0,2v2,0,3,-4,0,-2xm136,79v3,2,4,11,9,5v3,-3,0,-7,-4,-6xm182,78v0,-5,-5,-4,-6,-1v-1,4,3,5,5,3v0,0,1,-1,1,-2xm203,103r-1,0r1,0xm310,56v1,1,3,-1,1,-1v0,0,-1,0,-1,1xm327,118v-8,0,-12,12,-1,12v5,0,7,-1,8,-5v1,-4,-2,-7,-7,-7xm249,80v1,-4,-4,-11,-8,-7v-3,4,5,17,8,7xm332,56v1,-3,-4,-1,-1,-1xm181,85v1,2,3,0,3,-2v-2,-1,-3,0,-3,2xm191,83v-1,0,-2,1,-2,3v0,2,3,1,4,1v0,-2,0,-4,-2,-4xm203,102v0,1,1,2,2,1v0,-1,-1,-1,-2,-1xm213,71v-2,0,-2,0,-1,1v0,0,1,0,1,-1xm207,69v-2,-3,-2,2,-3,0v1,1,3,1,3,0","w":378},"E":{"d":"198,-183v5,0,0,-3,0,-1r0,1xm201,-166v-1,-2,-2,0,-3,0v1,1,3,1,3,0xm193,-184v-6,0,-5,12,0,12v3,0,5,-2,5,-7v0,-3,-1,-5,-5,-5xm180,-175v-1,0,-1,0,-1,1v1,0,3,-1,1,-1xm205,-165v0,2,2,3,2,0r-2,0xm169,-176v0,0,-5,1,-3,2v0,1,1,2,2,1v1,-1,2,-2,1,-3xm320,-117v-9,0,-10,12,-1,12v5,0,7,-2,8,-6v1,-4,-2,-6,-7,-6xm174,-168r0,1r0,-1xm305,-180v-1,0,-1,0,-1,1xm325,-179v2,0,3,-4,0,-2v-2,0,-1,2,0,2xm237,-163v-4,0,-4,2,-3,8v7,4,6,4,9,-1v1,-3,-2,-8,-6,-7xm135,-172v2,3,7,5,8,0v-1,-9,-7,-4,-8,0xm248,-230v-1,0,-3,1,-1,1xm171,122v0,0,2,-11,0,-4v-1,2,-1,4,0,4xm161,107v1,-5,-5,-5,-5,-1v0,2,0,4,2,4v2,-1,3,-2,3,-3xm190,127v8,-3,4,-8,2,-14v-2,-5,-10,-1,-9,4v1,4,2,10,7,10xm179,126v0,0,-4,1,-2,1xm194,96v0,-3,-8,-7,-8,-1v0,2,1,3,3,4v3,0,5,0,5,-3xm184,135r0,2r0,-2xm199,114v-1,1,-3,4,-1,6v2,0,5,-6,1,-6xm152,82v-4,0,-3,3,-2,6v3,-1,4,-4,2,-6xm111,90v-1,0,-3,2,-1,2v2,0,2,-1,1,-2xm113,82v-2,0,-2,1,-1,2v1,0,1,-1,1,-2xm112,84r0,0r0,0xm143,157v5,1,4,-4,2,-7v-3,0,-3,3,-3,6xm135,93v1,0,3,-1,3,-2v-1,0,-3,1,-3,2xm115,77r0,0r0,0xm255,66r0,2r0,-2xm105,79v2,1,9,-3,6,-7r21,0v-4,1,-2,4,0,4v2,0,6,-3,2,-4r70,0r-1,0r43,0r0,-98r-115,0r0,-35r101,0r0,-94r-57,0v1,-2,0,-7,-3,-5v-5,2,2,6,-4,5v0,-3,-1,-5,-4,-5v-6,0,-2,7,-9,5v2,-2,1,-5,-3,-6v-7,-2,-4,2,-3,6r-18,-2r0,-32r111,0r0,-98r-242,0r0,359v22,6,39,-13,50,0r52,0v-3,3,0,6,3,7xm9,-82v-1,1,-4,2,-3,-1v1,-2,3,0,3,1xm17,-165v2,11,-11,3,-11,2v0,-4,0,-6,5,-6v3,0,5,1,6,4xm31,-127v3,3,-1,12,-6,10v-3,0,-5,-3,-5,-7v0,-6,7,-6,11,-3xm45,-108v-1,1,-1,1,-2,0v0,-2,2,-1,2,0xm73,-12r0,-2r0,2xm98,2v-1,2,-2,2,-3,-1v1,-2,4,-1,3,1xm208,107v-4,-6,-7,0,-9,4v2,2,12,3,9,-4xm255,68r-1,0r1,0xm270,-48v0,0,1,-1,1,-2v-1,0,-1,1,-1,2xm338,-33v-4,-1,-8,5,-7,8v0,5,3,7,7,6v6,-2,8,-14,0,-14xm282,-67v-1,-2,-2,-2,-2,1v0,0,2,0,2,-1xm255,15v-8,0,-8,9,0,9v3,1,8,-5,4,-7v-1,-1,-2,-2,-4,-2xm223,75v0,-1,-6,-5,-5,-1v0,1,1,3,3,4v2,1,4,-3,2,-3xm213,83v1,5,5,7,9,3v4,-3,-1,-7,-5,-6v-2,0,-4,1,-4,3xm213,94v2,-5,-3,-8,-6,-3v-5,4,-1,4,3,5v1,1,1,1,3,-2xm227,74v-1,1,-1,2,1,3v2,-1,1,-3,-1,-3xm232,115v-2,0,-2,0,-1,1v1,0,1,0,1,-1xm217,94v-3,-1,-5,4,-2,6v2,0,4,-1,4,-3v0,-2,0,-3,-2,-3xm221,92v0,1,1,2,3,2v0,-2,-2,-5,-3,-2","w":276},"F":{"d":"-69,-27v-2,0,-2,1,-1,2v1,0,1,-1,1,-2xm-11,13v0,0,2,-11,0,-4v-1,2,-1,4,0,4xm-4,17r-1,1xm-67,-32r0,0r0,0xm-27,-104v2,-1,5,-1,5,-5v0,-3,-2,-5,-5,-4v-4,1,-4,9,0,9xm-26,-3v0,3,0,4,3,4v3,-2,2,-7,0,-7v-2,0,-3,1,-3,3xm-18,-61v1,-1,3,-1,0,-1r0,1xm-13,-73v1,3,10,0,9,-2v-1,-3,-10,-2,-9,2xm-12,-88v-3,0,-4,0,-4,3v-1,3,3,2,3,4v6,0,7,-7,1,-7xm-46,-35v0,-2,-5,-3,-6,-1v-1,3,1,2,3,3v1,0,2,-1,3,-2xm-29,-45v-1,0,-1,2,-1,3v0,-1,1,-2,1,-3xm-44,-17v-1,0,-2,-1,-2,1v1,0,2,0,2,-1xm-28,-24v1,-3,-5,-4,-5,-1v0,4,4,4,5,1xm-37,48v3,0,3,-8,0,-7v-4,-1,-3,5,-2,7r2,0xm-77,-30v10,0,8,-10,0,-8v-6,1,-5,8,0,8xm-50,-44r0,0r0,0xm-70,-18v-1,0,-2,0,-2,1v2,0,3,0,2,-1xm-70,-25r0,0r0,0xm-49,-45r0,1r0,-1xm200,-318v0,0,0,2,1,2v0,-1,-1,-2,-1,-2xm221,-290v-3,0,-1,2,0,2r0,-2xm157,-287v2,-1,5,-2,5,-5v0,-3,-2,-4,-5,-3v-2,0,-3,2,-3,4v0,3,1,4,3,4xm186,-299v2,2,8,0,7,-3v0,-3,0,-5,-3,-6v-4,-1,-5,1,-5,6v0,2,0,3,1,3xm284,-357v1,-2,-2,-3,-2,-2v-1,2,1,4,2,2xm179,-165v1,2,1,0,2,-1v0,-1,-1,0,-2,1xm257,-224r-1,1xm186,-154r0,-3r0,3xm174,-170v1,0,3,0,3,-2v0,-4,-2,-5,-4,-2v-1,2,0,4,1,4xm186,-178v-5,8,9,20,11,7v-2,-3,-4,-14,-11,-7xm201,-172v2,-1,2,-4,-2,-4v0,2,0,4,2,4xm257,-276v-8,1,-6,6,-1,9v2,1,9,-4,5,-7v-1,-1,-2,-2,-4,-2xm340,-325v-4,0,-7,5,-7,9v0,5,2,7,6,6v7,-2,9,-14,1,-15xm272,-339v1,0,1,-2,1,-2v-1,0,-1,1,-1,2xm257,-226r0,2r0,-2xm234,-178v-2,0,-2,1,-1,2v1,0,1,1,1,0v0,-1,1,-2,0,-2xm131,6v-3,1,-7,-1,-6,-4v1,-1,3,-1,6,0r0,-56r95,0r0,-93r-95,0r0,-37r73,0v-1,2,-3,3,-1,5v1,-3,9,2,7,-5r29,0r0,-103r-212,0v0,3,-1,4,-4,4v-3,0,-4,-2,-2,-4r-21,0v0,3,15,17,2,11v0,0,-1,-1,-2,-1v1,13,-4,32,4,38v0,3,-1,5,-4,5r0,133v-9,1,0,6,0,11v-2,-2,-7,-1,-6,3v-1,4,4,3,6,2v-2,45,1,97,0,156r131,0v1,-17,-3,-30,0,-41v-1,5,-11,3,-13,-2v3,-5,5,-9,13,-10r0,-12xm14,-263v-1,1,-1,2,-1,-1xm187,-70v-1,2,-1,1,-2,0v1,-2,1,-1,2,0xm186,-76v-3,-2,-4,-13,3,-12v6,-1,6,9,3,12v-2,2,-4,2,-6,0xm179,-73v-1,0,-2,0,-2,-2v1,0,2,1,2,2xm166,-77v2,-1,2,0,2,2v-1,2,-2,1,-2,-2xm118,10v0,-1,3,-1,3,0v0,1,-1,1,-3,0xm109,18v0,1,-2,2,-4,0r4,0xm81,-36v2,-2,9,-1,8,3v0,2,-1,3,-4,3v-4,0,-4,-2,-4,-6xm61,-218v1,0,2,0,2,1v0,1,-2,1,-2,-1xm50,-225v-1,0,-1,-1,-1,-1xm33,-278v0,0,2,1,0,1r0,-1xm31,-183v6,-1,9,9,2,9v-3,0,-5,-1,-6,-4v0,-3,1,-5,4,-5","w":269},"G":{"d":"168,109r0,3v1,0,2,0,2,-1v0,-1,-1,-2,-2,-2xm157,91v1,-6,-3,-7,-5,-2v-1,2,0,5,2,5v1,0,3,-1,3,-3xm159,100v3,1,3,-1,2,-2v-1,0,-2,1,-2,2xm140,75v1,-7,-6,-5,-6,-1v-1,6,6,6,6,1xm79,55v-3,0,-3,1,-1,2v3,0,3,-1,1,-2xm120,128v-4,0,-4,9,0,9v2,0,3,-2,3,-5v0,-3,-1,-4,-3,-4xm80,46r0,0r0,0xm81,44v-1,0,-3,2,-1,2v1,0,1,-1,1,-2xm173,-77v-7,-1,-8,11,-2,12v8,1,7,-11,2,-12xm169,83v-6,10,11,25,14,9v-4,-2,-6,-18,-14,-9xm186,-89r0,2r0,-2xm171,-42v1,-6,-9,-9,-9,-2v0,3,1,7,5,7v3,1,4,0,4,-5xm190,88v1,-3,-4,-6,-5,-2v0,1,-2,4,1,4v1,0,3,-1,4,-2xm227,83v-2,0,-3,2,-1,3v2,1,3,-3,1,-3xm209,-54r3,1v1,-2,-3,-3,-3,-1xm340,12v34,-36,45,-88,43,-151r-196,0r0,83r58,0v-5,17,-19,27,-42,30v0,-2,-1,-4,-4,-4v-3,1,-4,6,-14,4v2,-5,13,-14,4,-18v-3,3,-15,8,-12,17v-29,-10,-46,-36,-49,-73v-6,-68,84,-112,119,-54r118,-44v-1,-12,-16,-8,-11,-15v1,0,2,0,3,1v-26,-43,-96,-75,-163,-75v-111,0,-196,73,-194,182v0,60,23,105,67,138v-3,14,39,7,43,25v29,10,56,15,82,15v-1,3,-6,5,-3,9v6,0,12,-2,8,-10v56,-1,104,-23,135,-53r0,-6v2,2,4,-3,8,-1xm322,-184v-1,1,-5,1,-4,-2v0,-3,3,-2,4,0v1,1,1,2,0,2xm333,-209v2,-3,6,1,6,3v-2,3,-6,-1,-6,-3xm327,-207v-2,-1,-1,-1,0,-2v1,1,1,2,0,2xm333,-194v-1,9,-15,4,-16,-2v2,-7,15,-4,16,2xm315,-211v1,0,1,1,1,2v-1,1,-1,0,-1,-2xm322,-108v-3,2,-1,-3,-1,-1v1,0,1,0,1,1xm332,-136v1,0,3,-1,3,1r-3,0v0,0,-1,0,0,-1xm337,-127v1,3,-4,5,-4,2v-2,-4,1,-5,4,-2xm356,-117v-1,2,-1,1,-2,0v1,-1,2,-1,2,0xm354,-110v1,-1,2,-1,2,1v-1,0,-2,0,-2,-1xm353,-74v-1,-5,10,-12,11,-4v1,6,-8,8,-11,4xm359,-126v0,-4,3,-6,7,-6v3,0,4,2,4,5v0,4,-2,5,-6,5v-4,0,-5,-1,-5,-4xm372,-125v1,1,1,2,-1,2v0,-1,0,-2,1,-2","w":420},"H":{"d":"-42,15v10,-1,6,-9,-1,-10v-3,1,-7,11,1,10xm-53,-87v3,-3,-1,-1,-1,-1xm-26,-54v0,-1,-3,-5,-5,-3v-4,3,0,3,1,6v1,-1,4,0,4,-3xm-33,79r0,2r0,-2xm-59,-36v0,1,1,2,1,3xm-22,-104v-2,1,-5,5,0,5r0,-5xm-36,-53r1,3v1,-1,1,-3,-1,-3xm-59,-36r1,0r-1,0xm-98,81v-1,-9,-13,-7,-12,1v0,5,6,11,10,5v2,-2,2,-4,2,-6xm-28,-19v0,-2,0,-2,-2,-2v0,1,1,2,2,2xm-41,-42v0,1,4,1,4,-1v0,-2,-3,-5,-4,-1r0,2xm-28,-89v6,6,5,-1,7,-6v-1,-1,-12,0,-7,6xm-39,-71v1,5,6,2,3,0r-3,0xm-32,-73v2,0,2,-2,2,-4v0,-3,-1,-2,-3,-2v-2,0,-4,7,1,6xm-35,101v1,-2,-3,-3,-3,-1v0,1,3,3,3,1xm-15,-100v8,3,8,-5,4,-10v-3,-6,-12,-4,-10,4v2,0,5,3,6,6xm-10,-54v1,-1,0,-5,-2,-3v-1,0,-2,1,-1,2v1,1,2,1,3,1xm-13,-43v0,0,0,-2,-1,-2v0,0,-1,3,1,2xm-15,-123v0,-1,0,-5,-1,-2v0,1,0,1,1,2xm-7,-88v-5,1,-5,4,-2,7v7,2,7,-6,2,-7xm-7,-117v1,1,1,1,1,-1v-2,0,-2,0,-1,1xm-32,-59v10,1,7,-8,1,-9v-2,1,-6,8,-1,9xm-26,-27v-1,1,-1,1,0,2v1,-1,1,-1,0,-2xm-26,-71v3,0,10,-9,0,-7v-1,-1,-2,0,-2,3v0,2,0,4,2,4xm-7,-30v0,-4,-5,-6,-9,-4v-5,2,-3,9,3,9v4,1,6,-1,6,-5xm-19,-52r0,1r0,-1xm-8,-22v2,0,0,-2,0,-3r0,3xm342,-93v-1,-4,-7,-4,-6,0v0,5,5,3,6,0xm330,-136v0,2,3,1,3,0v0,-1,0,-2,-1,-2v-1,0,-2,1,-2,2xm354,-67v0,2,1,2,2,1v0,-1,-2,-3,-2,-1xm366,-77v-2,0,-3,2,0,2v1,0,2,0,2,-1v0,-1,-1,-1,-2,-1xm346,-61v-6,0,-7,4,-1,5v3,1,5,0,5,-2v0,-2,-1,-3,-4,-3xm391,-26v0,5,9,5,9,0v0,-2,-2,-3,-5,-3v-3,0,-4,1,-4,3xm353,-83v-3,-11,-18,-3,-20,5v1,7,7,7,13,4v5,-1,7,-5,7,-9xm287,-279v-4,7,-18,0,-16,-8v-25,3,-41,-1,-67,0r0,121r-80,0r0,-86v7,5,16,0,15,-8v-4,-5,-9,-8,-15,-5r0,-22r-126,0r0,360r126,0r0,-107v-1,1,-2,1,-2,-1v4,-2,1,-11,2,-17r80,0r0,125r126,0r0,-108v9,0,4,-7,0,-7v2,-17,-5,-42,3,-53v-7,-5,2,-35,-8,-42v-1,-3,1,-6,5,-7r0,-143r-51,0v1,1,8,6,8,8xm84,65v-9,-1,-8,-9,0,-10v4,4,8,9,0,10xm91,12v0,-1,2,-2,0,-2v0,1,1,2,0,2xm111,41v-2,-1,-2,-4,0,-2v0,1,1,2,0,2xm115,14v-1,2,-4,2,-4,-1r4,-1v1,1,1,1,0,2xm116,37v-1,-1,1,-4,1,-1xm121,9v-2,0,0,-6,0,-3v2,1,2,2,0,3xm225,-264v1,0,1,0,1,1xm209,-252v-4,-4,-4,-8,2,-9v5,0,4,6,2,9v-1,2,-2,2,-4,0xm217,35v0,-2,3,-2,1,-2v0,1,0,2,-1,2xm222,23v2,2,-1,5,-4,3v-2,0,-3,-1,-3,-2xm218,6r1,-2v0,1,0,2,-1,2xm223,-61v0,3,-1,4,-3,4v-3,0,-3,-4,-1,-6v1,-2,4,2,4,2xm219,-247v1,-2,2,-3,3,-1v0,2,-2,3,-3,1xm217,-253v-1,-3,2,-4,4,-4v1,4,-2,9,-4,4xm224,-271v0,0,-4,-2,-1,-3v2,-1,3,3,1,3xm228,-238v-2,0,-3,-2,-3,-5v2,0,8,2,3,5xm229,-219v1,-1,2,0,1,1v-1,0,-1,0,-1,-1xm246,9v0,1,-1,1,-2,1v0,0,1,-1,2,-1xm241,19v1,-1,1,-3,2,-1v0,1,-1,1,-2,1xm234,-267v1,-1,3,1,1,1v-1,0,-1,0,-1,-1xm238,25v-1,-1,0,-1,0,-2r0,2xm252,28v0,2,-1,4,-4,4v-5,1,-9,-4,-6,-7v2,-2,11,-3,10,3xm249,-249v3,3,-2,0,-1,1v0,-1,1,-1,1,-1xm248,-257v-5,0,-5,-8,-1,-11v3,-2,9,-1,8,4v0,4,-2,7,-7,7xm255,-244r-2,0r2,0xm258,-267v1,1,0,3,-2,2v0,-1,0,-2,2,-2xm275,-269v-1,6,-5,1,-7,0v-1,-2,0,-3,3,-3v3,0,4,1,4,3xm285,-222v0,8,-9,8,-10,1v1,-6,10,-12,10,-1xm298,-261v0,2,-3,1,-3,0v0,-1,3,-1,3,0xm324,-283r0,-2v2,1,1,1,0,2xm195,-19v-1,-3,-2,-7,-6,-6v-5,0,-7,2,-5,7v1,6,12,4,11,-1xm124,-36r0,0r0,0","w":361},"I":{"d":"-51,-202v-1,1,0,1,0,2v1,0,2,1,2,-1v0,-1,-1,-1,-2,-1xm-71,-222v-1,1,-1,2,0,2v2,1,4,1,2,-2v-1,-1,-1,-1,-2,0xm141,-18r3,1v-1,-2,0,-3,-3,-1xm134,-50v1,3,6,7,7,2v0,-4,-5,-5,-7,-2xm-45,-100v-3,0,-3,3,-1,2v0,-1,1,-2,1,-2xm-31,-73v5,0,6,-11,1,-12v-4,-2,-9,1,-9,5v0,5,3,7,8,7xm-24,-34v1,-4,0,-7,-5,-7v-3,0,-5,2,-5,5v0,4,2,6,6,6v4,0,6,-2,5,-5xm155,-23r3,1v1,-3,-3,-3,-3,-1xm-5,-116v0,4,3,3,3,0v-2,-1,-3,-1,-3,0xm148,-90v1,-1,1,-2,0,-3v-6,1,0,3,0,3xm148,-35v-2,-10,-8,-6,-16,-6v-1,-27,3,-60,-2,-84v5,-26,1,-64,2,-99v-4,0,-6,-3,-6,-8v0,-5,2,-8,6,-8r0,-48r-131,1v-11,0,-8,14,0,16r0,18v2,0,3,0,3,2v-1,1,-2,2,-3,1r0,182v-2,-4,-9,-4,-10,1v-2,8,6,9,10,4r0,132v2,1,5,3,8,2r-1,1v8,0,7,-4,14,0r0,-3v1,1,2,2,2,3r74,0v-3,-2,-4,-1,-7,-1v7,-4,10,3,20,1v-1,0,-1,-1,-2,-1v2,-1,30,7,21,-7v6,-19,0,-50,2,-72v1,4,-4,7,-3,2v-2,-3,-1,-4,-1,-7v4,4,4,2,7,1v-1,-2,-8,-21,3,-16v6,0,7,-3,10,-7xm5,-36v2,0,2,2,1,3xm6,-30r-1,0r1,0xm6,69v1,-1,2,-1,3,-1v-1,0,-1,0,-3,1xm10,64v0,2,-2,5,-2,1v1,-4,3,-3,2,-1xm14,72v0,-1,-2,-2,0,-2r0,2xm86,-108v2,-1,4,1,1,1xm81,-54r0,2v-1,-1,-1,-1,0,-2xm78,-141v1,0,3,2,1,2v-1,0,-1,-1,-1,-2xm79,-34v-2,-1,0,-3,1,-4v1,1,0,2,-1,4xm30,-241v1,0,2,0,2,1v0,1,-1,1,-2,1v-1,0,0,-1,0,-2xm24,-70v-1,0,-2,-1,-1,-2v1,1,1,1,1,2xm27,-30v0,1,-2,3,-2,1xm27,-73v0,0,-1,2,-1,0r1,0xm31,-128v-1,1,-2,0,-3,-1v1,-1,3,-2,3,1xm30,-146v3,-2,3,-2,5,1xm77,18v-2,1,-2,-2,-1,-3v0,1,0,2,1,3xm77,-14r-2,1v1,-2,0,-4,2,-1xm72,-18v2,-1,2,-3,2,-6v-1,0,-2,3,-2,1v1,-1,15,-5,6,-8v2,-3,4,-1,6,3v2,10,-5,12,-12,10xm89,64r0,3r0,-3xm82,16v7,-6,12,5,8,8v-3,-1,1,-4,-1,-6v-2,2,-4,-2,-7,-2xm93,57v0,1,1,3,-2,2xm102,66v-4,0,-3,-7,0,-2r0,2xm102,34r-3,-3v1,1,4,0,3,3xm94,-128v1,-8,14,-9,15,1v-2,2,-2,7,-7,6v-6,0,-8,-3,-8,-7xm107,70v1,-1,2,-1,3,0r-3,0xm115,-24v-1,0,-2,2,-2,0r2,0xm113,-176v2,-1,5,1,3,2xm123,55v-1,1,-2,2,-2,-1v0,0,1,0,2,1xm125,-27v1,0,2,5,0,6v1,-3,-5,-6,0,-6xm118,-86v1,-8,13,-4,14,2v0,3,-2,5,-7,5v-4,0,-7,-2,-7,-7xm161,33v-1,7,7,7,9,2v0,-3,-1,-4,-5,-4v-2,0,-4,0,-4,2","w":164},"J":{"d":"77,-180v-13,-5,-21,8,-10,13v4,-4,13,2,14,-5v1,-3,0,-9,-4,-8xm68,-191v-1,-3,-1,-2,-2,0r2,0xm60,-119v0,-3,-2,0,-2,-2v-2,2,1,5,2,2xm82,-193v1,-4,-3,-6,-7,-4v-2,4,4,6,7,4xm99,-132v2,-12,-4,-15,-9,-6v0,2,6,10,9,6xm73,-160v1,-4,-3,-6,-6,-2v0,5,5,6,6,2xm92,-123v-3,0,-5,4,-1,4v3,0,3,-2,1,-4xm75,-157v-3,5,1,18,9,8v0,-5,-5,-7,-8,-9v-1,0,0,1,0,2xm87,-134v-5,1,0,7,2,7v2,0,3,-1,3,-3v0,-3,-2,-4,-5,-4xm234,-127v-5,0,-5,10,-1,11v4,2,9,-2,9,-5v0,-5,-3,-6,-8,-6xm247,-2r0,2r0,-2xm235,-159v5,-1,6,-13,-2,-12v-4,0,-5,2,-4,5v-1,5,1,7,6,7xm51,-189v-1,3,4,5,4,2v1,-2,-4,-4,-4,-2xm266,18v0,0,-5,-1,-3,2v0,0,5,-1,3,-2xm249,-103v-2,1,-3,2,0,2r0,-2xm199,74v1,-12,-16,-12,-19,-4v0,12,18,15,19,4xm44,-245v0,3,7,7,8,2v1,-5,-8,-7,-8,-2xm105,73v69,2,121,-52,121,-121r0,-239r-126,0r0,77r-4,0v4,7,5,27,4,43v-3,-1,-4,3,-4,6v10,21,4,51,4,85v0,26,-7,38,-22,38v-21,0,-25,-16,-34,-37r-22,54v5,-3,11,7,12,10v-3,7,-10,0,-15,-3r-19,48v26,21,64,38,105,39xm21,1v-3,1,-8,-6,-2,-6v5,-1,6,6,2,6xm33,45v0,8,-9,7,-10,0v0,-2,2,-4,4,-6v4,-1,6,1,6,6xm32,-26v-3,0,-7,-3,-4,-4v1,-5,8,-6,8,0v0,3,-1,4,-4,4xm45,7v-1,1,-2,1,-2,-1v1,-1,2,-1,2,1xm47,-59v2,12,-9,2,-8,2v-2,-2,0,-6,3,-5v2,0,4,1,5,3xm61,-26v-1,5,-10,6,-10,-1v0,-2,2,-4,5,-4v4,0,6,2,5,5xm71,-17v0,0,2,1,0,1r0,-1xm100,58v-1,0,-2,0,-2,-1v1,0,2,0,2,1xm117,67v0,-1,4,-2,3,1v0,2,-2,1,-3,-1","w":253},"K":{"d":"341,69v-6,-9,-5,-9,-6,-20v8,-3,5,3,6,8v2,-8,2,-9,-1,-16v2,0,2,2,4,1r-104,-153r39,-61v3,3,11,3,10,-3v0,-3,-1,-5,-4,-6r67,-105r-142,0v-21,35,-36,75,-60,107v-2,-1,-4,-1,-6,1v-2,5,-1,8,3,8r-6,9v-4,-3,-3,1,-6,2v3,13,-6,17,-6,29r-3,0r3,-156r-127,0v1,37,0,82,0,116r2,210v0,0,2,-4,2,0v-6,5,-4,19,-4,33v23,-1,49,2,70,-1v-12,-2,-4,-7,-4,-14v-2,-1,-8,-3,-2,-7v5,1,4,14,10,9v-1,1,2,9,8,8v-3,3,-12,-2,-9,5r47,0v-3,6,4,13,10,12v5,0,8,-3,8,-7v-1,-5,-5,-10,-11,-10r-3,-145r87,150r123,0v0,-8,2,-6,5,-4xm61,24v1,0,1,0,1,1xm54,7v0,1,2,2,0,2r0,-2xm54,13v0,0,2,1,0,1r0,-1xm30,-65v0,0,2,1,0,1r0,-1xm4,-7v3,2,0,4,-2,6xm6,-9r2,2v0,0,-1,0,-2,-2xm11,-1v-5,0,-4,-5,-2,-8v3,3,4,6,2,8xm10,19v-2,0,-2,0,-1,-1xm11,14v0,-1,0,-2,2,-2xm14,9v0,0,-2,1,-3,1v0,0,3,-5,3,-1xm19,-46r-1,-2v0,0,0,1,1,2xm30,21v1,3,-1,3,-4,3v1,-3,3,0,4,-3xm32,17v-1,1,-7,-2,-5,-4xm32,13r-2,-1v1,0,1,0,2,1xm41,-16r0,-1r0,1xm59,17v3,5,-2,10,-8,11v2,-7,1,-12,7,-8v0,-1,0,-2,1,-3xm61,44v7,9,-8,7,-3,2v1,-5,5,2,3,-2xm65,49v0,0,1,-1,2,-1xm69,31v0,-1,-2,-3,0,-4r0,4xm71,14v-3,3,2,6,-1,11v-1,-5,-6,-9,1,-11xm127,50v1,1,1,1,0,2r0,-2xm117,44v-3,0,0,-3,0,-1r0,1xm117,37r0,3v-1,-1,-1,-2,0,-3xm120,-17v-3,3,-6,-2,-2,-2v1,0,2,1,2,2xm122,43v-1,0,0,-2,2,-6v3,8,-1,1,-2,6xm206,-1v1,2,0,3,-2,1xm209,41v0,0,-1,2,-1,0r1,0xm208,-3v1,0,2,2,0,2r0,-2xm212,-74v0,-3,4,-3,5,-1v1,3,-5,2,-5,1xm260,57r-3,1v1,-2,0,-3,3,-1xm332,57v-1,-2,2,-4,2,-1v0,1,-1,1,-2,1xm333,47v0,0,-2,-1,0,-1r0,1xm318,62v0,-7,5,-5,11,-7v-3,3,1,2,0,5v-5,-4,-8,-3,-11,2xm316,45v0,5,0,3,4,4v-4,4,-8,-1,-4,-4xm310,58v7,0,5,5,1,10xm307,50v0,-2,-3,-5,-1,-7v1,1,3,5,1,7xm294,46v2,1,4,1,1,2xm269,-36v0,-1,-3,-8,0,-4v3,0,3,3,0,4xm262,18v1,-1,2,-2,2,1xm261,37v-3,-3,0,-2,1,-4v1,1,0,2,-1,4xm254,53v3,-9,1,-6,10,-12v-2,0,-5,-2,-2,-3v3,2,4,6,4,11v0,0,-7,7,-12,4xm349,64v-2,3,-5,7,-4,9v6,-1,15,2,19,-1v-7,3,-4,-19,-15,-8xm356,67v-1,0,-2,2,-2,0r2,0xm353,65v0,0,3,-3,2,1v0,0,-1,-1,-2,-1xm-18,-245v0,2,8,6,9,1v0,-4,-4,-4,-8,-4v-1,1,-1,2,-1,3xm-10,-188v-1,2,3,4,3,2v0,-2,-2,-4,-3,-2xm-3,-117v5,0,0,-3,0,-3v-1,1,-1,2,0,3xm187,-274v0,2,3,5,3,1xm199,-266v0,-1,0,-2,-2,-2v0,1,1,2,2,2xm254,-97v0,-4,-3,-4,-2,0v0,1,2,1,2,0xm298,-111v-1,-2,-1,-1,-2,0r2,0xm176,-239r0,-3v0,1,-1,2,0,3xm283,-138v-5,-1,-6,11,-2,12v5,2,10,-2,10,-5v0,-5,-3,-7,-8,-7xm144,-222v-3,6,7,5,8,5v2,-5,-4,-7,-8,-5","w":380},"L":{"d":"170,-152v3,1,8,-6,3,-6v-7,-1,-6,4,-3,6xm210,-63v-1,2,1,3,2,1v1,-1,1,-1,0,-1v-1,0,-2,-1,-2,0xm188,-165v-10,-2,-9,9,-9,18v4,8,18,4,14,-7v1,-5,-1,-9,-5,-11xm203,-159v2,3,5,-2,1,-1v-1,0,-1,0,-1,1xm199,-175v0,2,2,3,3,1v0,-1,1,-2,-1,-2v-1,0,-1,0,-2,1xm207,-142v3,0,8,-7,3,-8v-4,-1,-7,7,-3,8xm222,-85v3,1,3,-4,3,-8v-5,-1,-9,7,-3,8xm276,-69r0,0r0,0xm174,-116v5,1,6,-7,3,-10v-4,-1,-9,0,-9,4v0,4,2,6,6,6xm274,-67v1,0,2,0,2,-2v-1,0,-2,1,-2,2xm282,-77v2,0,1,-3,0,-3v-2,0,-3,0,-3,2v0,1,2,1,3,1xm239,-53r1,0r-1,0xm219,-118v7,3,8,-5,5,-9v-4,-1,-9,7,-5,9xm238,-51v1,0,2,1,2,0v0,-3,-3,-1,-2,0xm247,-65v-3,-5,-14,-2,-6,2v3,2,6,0,6,-2xm-4,40v-1,0,-2,0,-2,1v1,1,3,0,2,-1xm4,-76v-10,11,11,16,8,24v-3,3,-8,-2,-11,-3r0,127r241,0r0,-116r-85,0v9,-3,4,-17,-4,-17v-8,-2,-13,13,-5,17r-16,0v2,-23,-4,-54,3,-72v-7,-47,-1,-117,-3,-172r-131,0r0,208v2,0,3,2,3,4xm12,3v-1,7,-12,6,-10,0v0,-2,2,-4,4,-6v4,-1,6,1,6,6xm10,-69v-3,0,-4,-2,-4,-5v1,-4,9,-7,9,0v0,3,-2,5,-5,5xm22,-35v-1,-3,1,-3,2,-1v0,1,-1,1,-2,1xm26,-103v0,9,-8,4,-9,1v-2,-3,1,-5,4,-5v2,0,4,2,5,4xm41,-69v-2,5,-11,4,-11,-2v2,-1,1,-5,5,-4v5,0,7,2,6,6xm51,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,16v-1,0,-2,0,-2,-1v1,0,2,0,2,1xm100,26v-1,2,-2,1,-3,-1v1,-2,4,-1,3,1xm245,-93v-2,1,-1,4,1,3v2,-1,1,-4,-1,-3xm267,-184v-4,-4,-10,2,-7,6v3,4,8,1,7,-4r0,-2xm281,-48v9,0,6,-8,2,-11v-16,-3,-14,12,-2,11xm268,-59v1,0,2,-2,0,-2v-2,1,-1,1,0,2xm-79,-28v-4,-10,-19,0,-17,8v0,6,2,8,7,8v8,0,14,-7,10,-16xm145,-133v-7,2,-9,16,3,10v9,-1,2,-6,-1,-9v0,-1,-2,-1,-2,-1xm141,-94v0,4,4,4,4,1v0,-2,0,-3,-2,-3r1,1v-2,-1,-3,-1,-3,1xm168,-149v-3,0,-12,-6,-14,3v-1,6,4,7,8,5v-1,-4,6,-4,6,-8xm173,-68v-1,-10,-16,-13,-18,-5v5,2,4,13,10,13v6,0,9,-3,8,-8xm140,-139v-5,-1,-9,7,-3,8v3,1,5,-6,3,-8xm-27,62v2,-2,0,-5,-2,-3v0,0,1,5,2,3","w":287},"M":{"d":"446,-183r0,-2v-1,1,-1,2,0,2xm236,-164v-4,6,6,11,8,5v2,-3,0,-7,-5,-7v-2,0,-3,0,-3,2xm256,-154v0,-6,-8,-5,-11,-2v-2,4,0,9,6,8v4,0,5,-2,5,-6xm241,-127v7,-5,0,-23,-11,-20v-9,-12,3,-38,-8,-29v-4,-21,-14,-46,-15,-65v0,0,-1,1,-2,1v-3,-17,-8,-32,-12,-48v-24,2,-58,-4,-75,3v-15,-6,-40,-2,-60,-3r-42,259v4,5,2,12,-2,13r-14,88r90,0v0,-4,1,-7,5,-7v4,-1,8,4,5,7r26,0v8,-14,-9,-28,4,-32r15,-165v3,-1,3,2,5,2v10,72,37,129,54,195r77,0r52,-161v3,-8,5,-20,8,-36r3,0r17,197r113,0v3,0,-3,-9,1,-10v5,6,6,10,13,10r-2,-13v-7,4,-6,-2,-3,-4v2,0,2,0,2,-2v-3,0,0,-1,-2,-4v2,-8,-3,-15,-3,-19r1,1r-3,-17v2,12,-6,15,0,21v-4,3,-9,-8,-8,-1r-1,1r-1,-5r3,1v12,-12,-1,-21,3,-30v-5,0,-5,-4,-2,-5v1,1,5,7,4,1v-4,-7,-9,-8,-11,-2v0,-3,-2,-4,-1,-7v6,-1,9,-4,2,-6v-6,3,-8,2,-11,4r1,-1v-3,-1,-3,-1,-1,-4v5,-3,14,8,12,-5v2,2,5,-2,5,1r-26,-157v-10,-1,-15,-8,-21,-4v3,-3,2,-14,10,-9v2,-2,8,-6,1,-6v-5,3,-4,-1,-4,-6v-4,3,-14,15,-7,7v-5,-4,1,-9,-8,-8v0,-4,-6,-3,-3,-8r1,1v0,-5,-2,-5,2,-3v1,-3,5,2,8,2v-3,7,10,6,11,9r-3,0v1,2,15,8,7,12v-3,-2,-9,3,-8,7v6,3,8,-8,13,-2r-16,-100r-133,0v-16,63,-38,114,-49,183v-4,-2,0,1,-2,2v2,1,2,5,-2,4r-9,-32v2,4,4,5,7,4xm467,-33v1,-1,2,-4,3,-2xm76,-158v0,-2,2,-1,2,0v-1,2,-1,1,-2,0xm16,13v4,1,2,10,-1,9v-2,-2,-3,-5,-2,-9v1,-1,2,-1,3,0xm30,17v-2,0,-3,-3,0,-3r0,3xm30,49v-1,0,-2,-1,-2,-3v1,-2,4,-1,4,1v0,1,-1,2,-2,2xm51,-210v2,-3,5,-1,2,1v-1,0,-2,0,-2,-1xm55,-181v1,-3,3,0,2,0r-2,0xm60,63v2,1,1,4,-1,3v0,-1,0,-3,1,-3xm68,-188v4,-1,6,5,3,8v-3,3,-4,-1,-4,-4v0,-3,0,-4,1,-4xm78,-152v2,1,8,15,-1,14v-6,3,-9,-8,-6,-13v2,-3,4,-3,7,-1xm86,-212v-1,3,-8,6,-8,-1v1,-5,7,-4,8,1xm85,-156v2,-2,5,1,2,1v-1,0,-1,0,-2,-1xm94,-269v-1,6,-10,5,-10,-1v0,-4,1,-6,5,-6v3,0,5,2,5,7xm96,-194v1,1,-2,4,-2,2v-1,-1,-1,-2,0,-2v1,0,2,-1,2,0xm100,-155v0,2,-1,2,-2,1v0,-2,1,-6,2,-1xm106,-228v1,-4,8,-4,10,0v1,0,1,2,1,2v-2,3,-11,3,-11,-2xm131,-250v0,3,-1,3,-5,2v-3,0,-4,-1,-4,-3v1,-2,10,-3,9,1xm132,-282v8,9,-7,20,-16,16v-9,-9,6,-18,16,-16xm138,-259v-1,2,-3,1,-3,-1xm149,-269v-3,0,-1,-2,-1,-2v2,-1,3,2,1,2xm183,-221v4,-1,6,4,3,6v-1,4,-10,1,-9,-2v0,-3,2,-4,6,-4xm455,-23r2,1v0,0,-1,-1,-2,-1xm456,-25r0,-3v1,1,1,2,0,3xm465,-26v-2,0,-2,-1,-1,-2xm460,-44v2,-1,6,1,2,2v-1,0,-2,-1,-2,-2xm453,-36v0,2,5,1,6,3v-3,0,-5,-1,-6,-3xm449,-18v2,-1,2,1,2,3v0,0,-2,-2,-2,-3xm451,-62r0,-1r0,1xm451,-52r2,-1v0,0,-1,1,-2,1xm453,-55v-2,0,-2,-2,0,-2r0,2xm451,-95v2,0,2,0,2,2xm450,-81r1,4v-1,-2,-1,-4,-1,-4xm449,-70v0,0,0,2,-1,2v0,-1,0,-1,1,-2xm449,-31v0,2,-2,3,-2,0v1,-2,2,-3,2,0xm447,-41v2,0,3,2,0,2v-1,0,-1,-1,0,-2xm445,-54v1,0,3,3,1,4v-2,0,-1,-3,-1,-4xm446,-45v0,1,-1,1,-2,1v0,0,1,-1,2,-1xm442,-44r-2,0r2,0xm441,-35r1,-2v1,1,0,1,-1,2xm438,-51v0,0,1,-1,1,-2v0,1,0,2,-1,2xm437,-61r2,0v0,1,-1,1,-2,0xm435,-69v0,0,3,1,0,1r0,-1xm435,-55v0,0,3,1,1,2v0,0,-1,-1,-1,-2xm435,-50v-4,1,-3,-5,-2,-6v-1,0,5,4,2,6xm434,-136v0,2,-1,2,-2,1v0,0,1,0,2,-1xm431,-121v1,-3,1,-3,2,0r-2,0xm429,-62v1,2,10,3,1,4v0,-1,0,-2,-1,-4xm429,-67v2,0,1,2,0,2r0,-2xm430,-160r-2,1v0,0,1,-1,2,-1xm426,-193v-1,6,-11,5,-5,2v3,0,2,-3,5,-2xm418,-203r0,-2r0,2xm417,-168v0,1,0,1,-1,1xm421,-231v0,0,-2,0,-2,-1v0,0,2,0,2,1xm422,-225v1,-4,3,-4,6,-2v0,2,-5,3,-6,2xm429,-209v-1,0,-2,0,-1,-2xm434,-215v-1,4,-1,6,-5,3v0,-2,3,-2,5,-3xm432,-218r-3,2v0,-2,2,-4,3,-2xm426,-220v2,-1,3,-2,5,-1v0,0,-2,1,-5,1xm420,-283v1,3,3,8,0,3v0,-1,-1,-2,0,-3xm418,-246v1,0,1,0,1,1xm418,-252v0,0,2,1,0,1r0,-1xm423,-233v-1,-3,-7,-4,-6,-9v1,-2,4,1,5,2v0,-1,-1,-3,2,-2v0,3,1,3,2,1v1,0,2,-1,3,-1v0,6,-1,6,-6,9xm414,-267r3,2xm414,-260v1,-2,1,-4,1,0r-1,0xm414,-243v-7,-4,-2,-16,0,-5v-3,3,4,2,0,5xm413,-236r0,1r0,-1xm413,-239v-1,0,-2,3,-2,1xm410,-264r-1,1xm405,-282v2,2,2,8,-1,9v-5,-6,1,-5,1,-9xm406,-243r0,1r0,-1xm406,-254v0,2,-2,2,-2,0v0,-1,2,-2,2,0xm395,-263v0,0,2,-3,2,-1v0,1,-2,1,-2,1xm402,-227v-1,0,-1,0,-1,-1xm404,-244v1,-1,1,-5,2,-3v0,0,-1,1,-2,3xm407,-226r-1,-2xm410,-231v14,-4,-4,8,4,12v-3,0,-8,-2,-8,-4v5,1,7,-4,4,-3v0,2,-3,3,-2,0xm409,-183v1,3,-4,2,-1,1v1,0,1,-1,1,-1xm411,-206v-2,0,-2,1,0,-1v1,0,1,0,0,1xm410,-212r2,1v0,0,-1,0,-2,-1xm415,-207v0,2,-2,1,-2,0v1,2,2,3,2,0xm416,-148v-4,-5,3,-4,5,-6v3,2,5,8,-1,7v0,-3,-2,-5,-4,-1xm425,-111r2,0r-2,0xm428,-91v-2,1,-1,-3,-2,-2v1,0,2,1,2,2xm428,-119v-4,4,-5,-1,-1,-1xm426,-154v0,0,2,0,2,1v0,0,-1,0,-2,-1xm428,-156v0,0,1,-3,1,0r-1,0xm431,-45v6,2,-2,11,-2,8v0,-4,0,-5,2,-8xm436,-31v-2,1,-4,-1,-2,-2v1,0,3,-1,3,-1v0,1,-1,2,-1,3xm436,5v-1,1,-2,2,-2,0v1,-1,1,-1,2,0xm438,27v-1,0,-1,0,-1,-1xm436,-24r2,0v-1,1,-1,1,-2,0xm441,27v0,-1,1,-2,0,-3v1,1,0,2,0,3xm442,14v0,-1,-2,-5,0,-3v0,0,1,2,0,3xm442,60v0,-2,1,-4,3,-2xm443,32v0,0,3,-2,2,1v0,0,-1,-1,-2,-1xm447,40r-2,-1v1,0,2,0,2,1xm445,6v-10,-5,-3,-9,2,-6r0,3v0,0,0,-1,-1,-1xm442,-32v4,6,-1,16,5,11v2,1,2,2,0,4v-10,0,-5,-10,-5,-15xm451,43v1,2,-1,3,-2,2xm452,-19v-1,-4,3,1,2,-2v-2,1,-2,2,-2,2xm469,-3v-1,2,0,1,0,4v-8,-1,0,-4,0,-4xm456,8v1,-1,2,-3,2,0r-2,0xm456,20v0,0,2,0,2,1xm457,53r-2,-2v1,0,1,1,2,2xm460,51v5,-3,17,23,7,10v-4,2,-6,6,-12,3xm482,46v-1,1,-1,1,-2,1v0,-1,1,-1,2,-1xm210,-279v0,-7,-7,-6,-10,-2v0,7,1,12,7,10v2,-1,3,-4,3,-8xm147,-87r0,0r0,0xm231,-156v0,6,7,3,3,0v-1,-1,-2,0,-3,0xm305,5v-1,0,-1,1,0,2v1,1,1,1,2,0v1,-1,1,-1,0,-2v-1,-1,-1,-1,-2,0xm147,-87v0,1,2,1,3,1v0,-2,-2,-1,-3,-1xm246,-175v0,-3,-2,-4,-6,-4v-5,1,-4,10,1,9v3,0,5,-2,5,-5","w":522},"N":{"d":"361,-39r0,-2v-1,0,-1,2,0,2xm361,-27v-2,-1,1,3,-1,3v0,0,0,2,1,2r0,-5xm361,-47r0,-3v-1,0,-1,2,0,3xm361,-42v1,-6,-11,-6,0,-8r0,-238r-125,0v1,80,-5,119,11,199r-4,0r-74,-124v-2,3,-4,-3,-4,-3v4,-2,-2,-7,-3,-10v-2,1,-5,1,-5,-2v-1,-1,0,-2,2,-3r-33,-57r-126,0r0,159v8,-6,23,2,16,11v-4,5,-10,6,-16,1r0,189r93,0v-6,-2,-4,-11,1,-11v11,3,15,13,31,11v-1,-71,5,-122,-8,-189r4,0r86,141v2,-3,8,1,7,3v0,2,0,3,-3,3r25,42r125,0r0,-90v-3,-6,-6,0,-9,-1v5,-1,-1,-14,9,-11r-2,-11v-5,3,-6,14,-11,9v4,0,6,-4,2,-8r-2,1v0,0,2,-1,2,-3v-7,0,-9,0,-9,-8r1,2v0,-9,2,-3,7,-3v6,2,1,10,12,9xm94,-264v2,0,0,2,0,2v0,-1,-2,-3,0,-2xm74,41v1,2,1,5,-2,4v-2,-1,-1,-4,2,-4xm86,-6v-8,-13,8,-22,12,-8v-4,2,-3,14,-12,8xm108,-277v0,-1,2,-2,4,-1v3,2,3,5,-2,4v-2,0,-2,-2,-2,-3xm107,-253v-7,-4,0,-11,7,-12v12,3,1,10,-3,13xm103,-269r0,-2v2,0,1,2,0,2xm109,56v-8,1,-7,-8,-2,-8v5,1,10,6,2,8xm114,-246v-2,-3,1,-8,3,-3v0,2,-1,3,-3,3xm117,-216v2,0,5,2,1,2v-1,0,-1,-1,-1,-2xm120,-242v-1,-8,6,-6,9,-2v1,5,-9,7,-9,2xm138,-263v7,2,-2,8,-2,8v-2,0,-3,-2,-3,-6v1,-2,3,-2,5,-2xm135,-234v2,0,5,1,5,3v0,2,-1,2,-3,2v-3,0,-4,-4,-2,-5xm142,-227v3,1,2,3,-1,3xm144,-236v-1,4,-8,-1,-8,-2v3,0,1,-10,6,-4v2,2,3,5,2,6xm155,-232v1,4,-2,10,-6,6v-4,-4,-4,-8,2,-9v2,0,4,1,4,3xm160,-220v-1,-1,-3,-1,-1,-1v0,-2,2,-2,3,0v0,1,-1,1,-2,1xm169,-193v1,-1,2,1,1,1xm235,2r-1,-1v1,2,0,2,-2,2v-2,-1,-1,-4,1,-3v1,0,2,1,2,2xm235,48v-7,0,-18,-7,-9,-12v10,-1,7,4,9,12xm357,-170r0,2v0,0,-1,-1,0,-2xm357,-131v-3,-5,-1,-6,0,0r0,0xm352,-139v2,-2,3,1,3,3v-2,0,-2,-3,-3,-3xm350,-164v1,4,2,6,2,6v-5,0,-2,-5,-2,-6xm351,-150v-3,0,-3,-3,0,-4r0,4xm344,-127v-2,-4,2,-8,3,-11v3,0,-3,4,0,4v3,0,6,2,6,7v-2,1,-5,1,-9,0xm348,-118v-1,3,4,4,0,6v-1,-2,-2,-4,0,-6xm347,-82r0,2v-1,-1,-1,-1,0,-2xm345,-88r1,2xm345,-102r0,2r-4,-3v0,0,2,0,4,1xm342,-71r-2,0r2,0xm338,-72v0,0,1,-2,2,-2xm341,-78v-4,-3,-3,-17,0,-6v-1,1,-1,3,-1,3v1,0,3,-1,3,1xm343,-95v-2,0,0,-3,0,-4r0,4xm337,-138v-2,-3,2,-9,5,-7v-3,-1,-2,1,-3,3r2,1v-3,-1,-3,3,-4,3xm337,-99r-1,0r1,0xm330,-157r0,1r0,-1xm328,-149r0,1r0,-1xm323,-161v0,0,2,1,0,1r0,-1xm244,-269v0,-2,1,-4,4,-4v5,0,7,2,6,5v-1,5,-11,6,-10,-1xm239,48v0,-5,6,-5,7,0v1,2,0,3,-3,3v-3,0,-4,-1,-4,-3xm248,52v0,0,12,1,10,6v2,10,-19,18,-21,6v1,-7,8,-5,11,-12xm264,-257r1,0r-1,0xm275,66v-3,3,-5,-1,-2,-2v1,0,2,1,2,2xm271,-118v8,-2,14,13,3,13v-8,1,-14,-12,-3,-13xm293,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm314,-172v-1,2,-2,1,-3,-2v2,0,3,0,3,2xm323,-132v-3,0,-4,-4,0,-3r0,3xm323,-99v0,-1,0,-1,1,-2v1,0,0,1,0,2v0,1,-1,0,-1,0xm333,-128v-7,-6,-5,-7,0,-16v6,7,-4,9,0,16xm330,-114v3,-4,5,-1,5,2r-3,4v-2,-3,-3,-5,-2,-6xm334,-78r0,1r0,-1xm333,-87r-1,-4v2,0,1,3,1,4xm330,-62v-1,0,-2,-1,-2,-2xm331,-80v1,-1,1,-4,2,-2v0,0,-1,0,-2,2xm333,-63v1,0,1,1,1,2xm337,-18v0,2,-1,2,-2,1v1,0,2,-1,2,-1xm338,-43r-1,2v1,-1,0,-1,1,-2xm339,-46v-1,0,-2,-1,-1,-2xm355,53r-1,0r1,0xm360,44v-2,-1,0,-3,0,-4r0,4xm356,7v0,1,2,2,0,2r0,-2xm356,6v-1,-1,-1,-2,1,-2xm354,11v0,0,2,0,2,1v0,0,-1,0,-2,-1xm352,46r3,-1v-1,2,-1,2,-3,1xm346,-24v-1,-3,4,-3,7,-4v-2,2,-5,6,-7,4xm343,17v-3,-3,-1,-5,3,-6v5,1,4,2,6,7v-7,1,-4,-9,-9,-1xm345,-41v2,0,1,2,1,3xm345,-3v-2,0,-2,0,-1,-1xm340,-40v1,-4,1,-1,3,-1xm336,-60v-2,-5,6,-12,8,-4v-3,2,-8,6,-3,10v-7,-2,-7,-3,-2,-7v-2,-2,-1,2,-3,1xm348,-67r0,-1r0,1xm350,-68v0,-3,-4,-7,-6,-9r6,1v0,0,-2,-3,1,-2v3,4,9,2,-1,10xm350,-61v1,-3,2,-4,5,-2v0,3,-4,4,-5,2xm356,-45r0,-1r0,1xm354,-55v1,-2,2,-3,4,-2v0,0,-1,2,-4,2xm359,-54v-1,1,-3,6,-2,0r2,0"},"O":{"d":"-11,-154v-1,9,8,8,16,8v-25,128,67,218,188,218v107,0,192,-72,192,-178v0,-105,-86,-180,-192,-180v-92,0,-166,55,-185,130v-5,-3,-16,-4,-19,2xm245,-169v1,3,1,5,-3,5v-5,0,-9,-9,-1,-8v2,0,4,1,4,3xm174,-189v2,-1,2,1,1,1v0,0,-1,0,-1,-1xm164,-190v2,-2,3,3,3,3v0,2,0,3,-1,3v-2,-2,-3,-3,-2,-6xm161,-210v-2,-2,-3,-11,2,-10v4,0,6,7,3,10v-1,2,-3,1,-5,0xm161,-205v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm156,-207v-1,-1,-3,-1,-1,-2v1,0,1,1,1,2xm156,-166v-4,0,-4,-4,0,-5v1,0,2,1,2,3v0,1,-1,2,-2,2xm148,-182v0,0,-1,-1,-1,-2xm145,-210v2,0,3,1,3,2v-1,1,-3,0,-3,-2xm137,-159v0,2,-5,3,-7,0v1,-2,0,-3,4,-3v2,0,3,1,3,3xm125,-144v-1,3,-10,0,-6,-2v1,-3,8,1,6,2xm89,-171v-1,1,-2,2,-5,2v-3,-1,-3,-5,1,-5v3,0,4,1,4,3xm105,-132v0,-1,-2,-1,0,-2r0,2xm115,-139v-1,0,-3,-1,-1,-1v1,0,2,0,1,1xm130,-130v-2,10,-11,-2,-13,7v-6,-6,2,-10,6,-6v3,0,4,-2,4,-5v1,1,3,2,3,4xm128,-119v-6,6,-3,1,-1,-1v1,0,1,1,1,1xm129,-85v-2,0,-1,-2,0,-2r0,2xm129,-117v5,-57,97,-76,121,-21v0,-2,1,-4,4,-4v4,0,7,2,6,5v-1,4,-5,5,-8,3v20,47,-10,97,-59,97v-39,0,-70,-31,-64,-73v6,5,9,2,9,-4v1,-5,-6,-5,-9,-3xm269,-126v0,-1,1,-3,1,-1xm276,8v3,-1,9,3,9,6v0,8,-13,8,-15,1v-1,-5,0,-6,6,-7xm297,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm317,-45v0,0,-5,-3,-1,-1v1,0,1,0,1,1xm-15,-97v4,-1,1,-2,0,-3v-1,1,-1,2,0,3xm-27,-224v-4,4,2,7,5,7v4,-2,2,-8,-3,-7r-2,0xm-21,-166v0,1,3,3,3,1xm10,-170v1,-4,-6,-7,-8,-3v-1,3,6,5,8,3xm172,-78v0,-3,-2,-1,-2,0r2,0xm-4,-168v0,-3,-3,-2,-2,0r2,0xm163,-140v0,-4,-2,-7,-6,-7v-4,0,-5,1,-4,4v-1,4,1,7,6,7v3,0,4,-1,4,-4xm-4,-142v-1,6,3,9,5,4xm165,-98v1,-8,-8,-6,-12,-4v-2,7,4,10,9,9v2,-1,3,-3,3,-5xm121,93v2,-12,-15,-12,-18,-4v-1,11,17,14,18,4","w":402},"P":{"d":"5,-288v0,-1,-1,-1,-2,-1xm0,-199r0,1r0,-1xm215,-310v-1,4,1,3,2,1v0,-1,-1,-1,-2,-1xm226,-302v0,0,-1,-3,-1,-1v0,1,0,1,1,1xm117,-294v0,0,9,7,9,2v1,-5,-8,-7,-9,-2xm312,-206v3,0,4,-1,4,-4v0,-4,-1,-7,-6,-7v-4,0,-5,2,-4,5v-1,5,1,6,6,6xm273,32v1,-11,-17,-14,-19,-4v0,11,18,16,19,4xm233,-296v0,-3,-3,0,-1,0r1,0xm234,-302v4,6,10,1,10,-6v1,-7,-8,-8,-10,-2v0,4,-1,7,0,8xm131,-165v6,-1,1,-2,0,-3v-1,1,-1,2,0,3xm183,-170v0,-7,-8,-6,-11,-2v-1,2,1,13,7,9v3,-1,4,-4,4,-7xm165,-169v-2,0,-3,0,-3,2v0,1,2,1,3,1v3,0,3,-1,0,-3xm183,-155v-1,1,-2,3,0,3v1,0,2,0,3,-1v-2,3,-4,4,-3,-2xm159,-180v-3,2,2,6,4,6v2,0,3,-1,3,-3v1,-4,-5,-5,-7,-3xm325,-146r-1,0r1,0xm341,-24v-1,-1,-4,0,-2,2v2,2,5,-1,2,-2xm126,-37v110,10,190,-20,186,-124v4,0,7,-2,7,-5v0,-4,-3,-6,-8,-6v-2,-19,-6,-35,-14,-50v-2,5,-8,2,-9,-3v1,-2,2,-6,5,-6v-8,-12,-17,-22,-29,-30v-8,4,-8,-11,-16,-10v1,0,2,2,0,2v-14,-9,-45,-24,-64,-13v-3,-2,-10,-1,-7,-6r-170,-1v1,6,-2,4,-5,2v-1,0,-2,-1,-2,-1v3,29,-5,67,3,90v9,1,2,2,5,7v-5,0,-4,6,-7,8v1,-2,1,-2,-1,-3v1,23,-2,49,1,70v2,-4,1,-3,5,-1v-2,2,-4,7,-6,2v-1,9,0,16,6,18r-6,-2r0,171r15,0v-4,-1,-11,-10,-5,-11v3,-2,8,-1,8,-7v-9,-1,-4,4,-13,4v0,-8,-6,-7,-1,-11v10,1,13,9,21,5v-5,2,0,13,-11,10v-2,0,-3,1,-4,4v7,0,8,10,14,3v-4,-3,0,-5,4,-6v0,0,0,-1,1,2v-6,0,-5,4,-3,7r100,0r0,-109xm0,-255r1,2xm5,-208r-1,0r1,0xm6,-242r0,-2v1,1,1,1,0,2xm22,-77v0,0,-3,-1,-1,-2v0,0,1,1,1,2xm22,-64v0,1,-1,1,-2,1v2,0,2,-1,2,-1xm21,-98v0,-1,2,-4,5,-3v1,2,-5,2,-5,3xm23,-82v4,1,1,4,1,6xm27,-70v0,-2,-9,-3,-1,-4v0,1,0,2,1,4xm23,26v0,-1,-2,-2,0,-2r0,2xm27,-21v1,1,3,1,0,2r0,-2xm27,-67v0,2,1,2,-1,1xm26,-13v2,-2,5,1,1,1xm30,-40v-1,2,-3,1,-3,-1xm28,-96v4,4,-2,13,-4,5v3,0,2,-3,4,-5xm24,-159r0,1r0,-1xm24,-138v1,-1,2,-1,2,1v-1,1,-1,0,-2,-1xm22,-108v-1,1,-1,1,-2,0v1,-1,1,-1,2,0xm13,-133v1,-11,5,2,9,-1v-3,0,-7,6,-9,1xm12,-179v2,2,2,3,-1,3v-2,-2,2,-1,1,-3xm14,-228r0,-2r0,2xm17,-171v0,-1,-3,-2,-1,-2v0,0,0,1,1,2xm17,-165r0,2r0,-2xm18,-212v0,-1,0,-1,1,-1v0,0,-1,0,-1,1xm18,-143v0,-4,2,-2,2,0r-2,0xm22,-160v-2,0,-2,1,-1,3v-2,-1,-1,-4,1,-3xm21,-193v0,3,-2,5,-3,2xm14,-257v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-235v6,4,4,10,5,16v-4,-1,0,-15,-7,-12v2,-1,1,-3,2,-4xm12,-239v-2,0,-6,-7,-3,-7r-1,2v4,-1,5,1,4,5xm11,-102v-1,2,-2,3,-2,0v1,-2,2,-3,2,0xm10,-228v-4,0,-3,-1,-1,-4xm8,-117v1,0,3,3,0,2r0,-2xm4,-141v-1,2,-1,2,-2,0r2,0xm5,-153v-1,0,-1,0,-1,-1xm5,-186v1,0,2,1,3,2v-1,0,-2,-1,-3,-2xm2,-105v-1,-1,-1,-2,0,-3v3,2,2,1,0,3xm2,-111v0,0,1,1,2,1xm6,-81r-2,1v0,0,1,-1,2,-1xm6,-70r-1,-1v0,0,1,0,1,1xm4,-37r-2,-3v0,0,2,2,2,3xm4,-77v0,0,0,-1,1,0r-1,0xm5,-55v1,3,1,3,0,4r0,-4xm7,-113v-1,1,-2,1,-3,0r3,0xm9,-65v0,2,-3,4,-2,0r2,0xm10,-91v0,0,-2,-4,1,-3xm12,-81v0,4,-1,1,-2,0v0,-1,2,-2,2,0xm12,-88r2,-1v0,0,-1,1,-2,1xm16,-100v-4,-6,3,-15,-4,-12v-2,-1,-2,-3,0,-4v3,-1,5,1,8,5v-7,3,0,8,-4,11xm18,-80v0,-1,0,-1,1,-1v0,0,-1,0,-1,1xm17,-98v2,2,0,3,-1,3v-1,-1,0,-2,1,-3xm18,-88v-1,0,-3,1,-3,-1v0,0,2,1,3,1xm18,-71r1,1xm19,4v0,-2,1,-3,2,-1v0,0,-1,0,-2,1xm22,-8v-2,0,-1,-2,-1,-3xm23,27v0,1,0,1,-1,1xm25,22v0,0,-2,0,-2,-1v0,0,1,0,2,1xm31,58v0,3,-5,2,-7,3v1,-1,6,-7,7,-3xm35,37v0,0,-2,-1,0,-1v0,0,1,0,0,1xm36,17v4,5,-3,4,-5,6v-5,-2,-1,-4,-3,-8v2,1,2,1,4,0v-1,4,2,6,4,2xm43,51v0,0,-3,2,-2,-1v1,0,2,0,2,1xm184,-163v10,23,-21,41,-58,36r0,-63v13,0,33,-1,41,2v-2,3,-5,4,0,8v3,4,9,1,7,-4v7,4,15,13,10,21xm187,-276v-2,-3,1,-6,3,-3v0,2,-1,3,-3,3xm193,-244v-3,0,-3,0,-2,-2v1,0,2,1,2,2xm198,-269v-6,2,-7,-6,-4,-9v3,1,12,6,4,9xm208,-264v4,-1,8,6,2,6v-3,0,-4,-5,-2,-6xm215,-253v-3,1,-3,-2,-1,-3v2,0,4,2,1,3xm211,-274v0,0,9,6,6,8v-5,1,-10,-1,-6,-8xm221,-256v-4,-4,-2,-8,3,-9v5,0,5,6,2,9v-1,2,-3,2,-5,0xm231,-251v0,-2,2,-2,3,0v0,4,-2,1,-3,0xm229,-257v2,0,0,-5,4,-4v3,0,3,5,0,6v-2,0,-4,0,-4,-2xm238,-267v1,0,1,0,1,1xm240,-242v-2,-1,-2,-7,1,-5v2,1,1,5,-1,5xm242,-223v0,1,3,1,1,2xm263,-252v-1,1,-4,-1,-1,-1xm268,-247r-2,-1v1,0,2,0,2,1xm321,-45v0,1,0,2,1,2v1,-1,1,-2,1,-2v0,-1,-2,-1,-2,0","w":338},"Q":{"d":"0,-108v0,138,150,218,280,161r25,43r100,-42r-52,-57v21,-30,32,-65,32,-105v1,-110,-79,-181,-192,-181v-108,0,-193,75,-193,181xm165,-182v2,0,2,0,1,1xm155,-184v2,-1,3,1,3,4v0,2,0,3,-1,3v-1,-2,-2,-4,-2,-7xm150,-209v0,-4,7,-7,8,-1v1,3,-1,10,-5,7v-1,0,-2,-3,-3,-6xm153,-199v1,2,-2,0,0,0r0,0xm147,-201v-1,-1,-3,0,-1,-1v1,0,1,0,1,1xm139,-175v0,0,-1,-4,0,-2v0,1,1,2,0,2xm136,-203r3,1v-1,1,-3,1,-3,-1xm125,-156v3,0,5,6,0,6v-1,0,-4,-1,-4,-4v1,-1,2,-2,4,-2xm112,-136v-4,-1,-4,-5,1,-4v5,1,3,4,-1,4xm80,-165v0,4,-8,4,-8,0v0,-2,1,-2,3,-2v3,0,5,0,5,2xm96,-125v-1,-1,-2,-1,0,-2v2,1,1,1,0,2xm105,-131v-1,-2,-1,-2,0,-3v2,1,1,2,0,3xm119,-127v6,10,-8,14,-14,9v1,-6,7,-10,14,-9xm116,-109v-1,-1,-4,-5,1,-4v1,0,2,0,2,1v0,2,-1,3,-3,3xm120,-77v-2,0,-1,-3,0,-3r0,3xm223,-60v0,8,-9,6,-10,0v1,-3,9,-10,10,0xm231,-165v4,-2,7,1,6,5v18,17,24,42,17,70r-79,15r29,32v-42,11,-71,-26,-77,-60v-7,3,-8,-6,-4,-8v0,1,5,4,5,0v0,-20,6,-36,18,-48v-4,-2,-3,-5,1,-5v1,0,2,1,2,2v19,-18,59,-21,82,-3xm261,-119v-1,-1,-1,-1,0,-2v1,1,1,1,0,2xm267,15v4,0,10,2,9,7v0,9,-13,8,-15,1v2,-3,-1,-7,6,-8xm289,-47v-1,0,-1,0,-1,-1v0,0,1,0,1,1xm309,-37v-1,2,-2,1,-3,-1v1,-2,4,-1,3,1","w":425},"R":{"d":"-30,-131v0,-4,-2,-2,-2,-3v0,0,1,5,2,3xm-43,-263v-2,0,-3,2,-3,3v-1,3,5,6,7,4v1,0,2,-1,2,-2v0,-3,-2,-5,-6,-5xm-39,-202v0,0,7,1,3,0v-1,-1,-3,-1,-3,0xm-24,-204v2,1,1,-2,1,-2xm-9,-205v3,-2,2,-7,-3,-7v-3,0,-2,2,-3,3v0,3,2,4,6,4xm-28,-189v-2,9,8,8,16,8v9,-4,4,-15,-6,-13v-5,-1,-8,1,-10,5xm-15,-170v-3,6,1,18,9,8v0,-5,-7,-9,-9,-8xm142,-178v-1,5,1,7,6,7v3,0,5,-2,5,-5v0,-5,-2,-7,-7,-7v-4,0,-5,2,-4,5xm-17,-176v-4,-3,-5,1,-4,5v3,2,7,-2,4,-5xm187,68v37,10,96,1,151,4v-34,-48,-60,-98,-100,-141v47,-16,70,-35,70,-94v0,-84,-61,-125,-150,-125r-158,0r0,142v-3,-2,-4,-1,-5,1v1,5,5,7,5,14r0,203r128,0v2,-37,-4,-83,2,-116r56,114v0,0,1,-1,1,-2xm278,59v-1,0,-3,-1,-1,-1xm262,50v0,-3,9,-3,8,1v-1,4,-9,4,-8,-1xm256,25v5,0,5,6,0,6v-2,0,-4,-3,-3,-5v1,-1,2,-1,3,-1xm256,-234v-1,-3,3,-6,5,-6v6,0,5,10,0,11v-1,-2,-6,0,-5,-5xm90,-153v8,0,5,5,0,6v-2,0,-3,-1,-3,-3v0,-1,1,-3,3,-3xm95,-137r1,-1v1,1,1,1,-1,1xm96,-145r0,2v-1,0,-2,-2,0,-2xm98,-148r0,0r0,0xm222,37v0,2,-1,1,-1,-1xm210,-250r0,1r0,-1xm206,13r1,0r-1,0xm192,-2v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm184,-178v1,-1,2,-2,1,0r-1,0xm173,-210v1,1,1,2,-1,2xm164,-191v0,-3,3,-4,4,-2v0,4,-3,7,-4,2xm156,-228v0,-1,0,-1,1,-1xm161,-201v2,3,-1,10,-6,11v-6,-1,-2,-6,1,-9v2,-2,4,-3,5,-2xm145,-217v0,-7,7,-5,7,0v0,4,-6,4,-7,0xm149,-190v0,-1,-1,-1,0,-2r0,2xm146,-203v2,0,3,1,3,3v0,2,-1,3,-3,3v-3,-1,-5,-6,0,-6xm144,-196v2,0,3,1,3,3v0,1,-1,3,-3,3v-4,0,-3,-5,0,-6xm114,-152v-1,0,-4,4,-5,1v3,0,4,-3,5,-1xm114,-138v0,0,1,-1,2,-1v0,0,-1,1,-2,1xm123,-95v2,1,3,7,-1,5v-2,-1,-1,-5,1,-5xm127,-144v0,2,-2,3,-3,1v2,-1,3,-5,3,-1xm125,-158v0,0,1,0,1,-1v0,0,0,1,-1,1xm129,-208v0,3,-4,5,-6,3v-2,-2,-1,-6,2,-6v2,-1,4,0,4,3xm143,-121v2,1,1,5,-1,4xm147,-113r-1,0r1,0xm153,-107v-1,1,-1,1,-2,0v1,-2,1,-1,2,0xm159,-116v-3,5,-7,0,-8,-5v2,-9,7,-1,9,2xm164,-122v-1,3,-3,2,-3,0v0,-1,0,-2,1,-2v1,0,2,1,2,2xm168,-126v-3,1,-6,0,-4,-4v0,-1,1,-2,2,-2v2,0,3,0,3,2v0,2,0,4,-1,4xm139,-190v37,-5,48,28,36,50v2,0,3,4,0,4v-2,-7,-20,15,-22,1v-5,-7,-13,-1,-10,6v-8,-3,-12,9,-13,0r-2,0r0,-61v5,1,6,-2,9,-3v3,0,3,1,2,3xm179,35v0,2,-5,1,-5,-1v0,-2,1,-2,2,-2v1,0,3,2,3,3xm178,-141v1,-5,3,3,1,0r-1,0xm181,-176v2,1,0,1,0,1r0,-1xm183,-153v-2,0,-4,-2,-1,-3v0,1,1,2,1,3xm186,54v4,1,3,7,-1,6v-2,0,-2,-1,-2,-3v0,-2,2,-3,3,-3xm187,-126v0,1,-2,2,0,2v-1,0,-1,-2,0,-2xm186,18r0,-2v1,0,0,2,0,2xm186,-2v-1,1,-1,1,-1,-1v0,0,1,0,1,1xm187,-161v4,2,-3,3,-1,3v-2,-1,-1,-4,1,-3xm193,26v2,1,1,4,-1,3v-1,0,-2,-1,-2,-2v1,-1,2,-1,3,-1xm201,-8v1,4,0,7,-4,5v-4,-3,0,-11,4,-5xm197,0r0,0r0,0xm200,16v-2,0,-3,-5,0,-5v2,0,1,5,0,5xm202,-161r1,-1v2,0,1,0,-1,1xm204,-196v-2,2,-5,3,-8,-1v0,-3,5,-6,7,-3v1,1,1,3,1,4xm205,68r-1,-3v2,0,3,2,1,3xm206,27v1,1,3,1,1,2v0,0,-1,-1,-1,-2xm212,71r2,0r-2,0xm212,48v9,-1,0,9,0,9v-5,-2,-4,-7,0,-9xm216,-262v0,-1,0,-2,1,-2v1,0,1,1,-1,2xm222,49v3,-1,6,3,6,5v0,4,-2,5,-6,5v-5,0,-4,-8,0,-10xm238,71v-1,0,-2,-5,1,-4v3,0,4,3,2,4r-3,0xm238,51v0,0,3,2,1,2v-1,0,-1,-2,-1,-2xm251,48v0,4,-8,4,-6,0v1,-3,6,-5,6,0xm242,54v5,0,12,15,2,9v-4,-1,-10,-9,-2,-9xm238,46v1,-4,6,-2,6,1v-1,3,-5,3,-6,-1xm236,39v0,-2,2,-2,4,-2v2,0,1,6,-1,5v-1,0,-3,-1,-3,-3xm231,46v0,-3,-2,-8,2,-5v0,3,0,5,-2,5","w":351},"S":{"d":"284,-67r0,-1r0,1xm237,21v8,-6,6,6,15,1r0,-4v2,1,7,4,10,1v-2,-1,-5,1,-4,-5v1,0,2,1,4,1v-1,-4,-5,-7,-2,-12v2,1,6,3,6,0v-8,-2,1,-4,-7,-6v8,1,8,-3,11,-7v0,5,0,6,4,9v11,-20,14,-50,9,-73v-4,2,2,-4,-2,-4v-1,-20,-16,-41,-35,-51v-9,-11,-34,-20,-53,-23v3,-2,3,-10,-3,-9v-2,0,-9,3,-6,7r-31,-8v1,-8,-6,-13,-13,-8v-4,-26,21,-25,50,-22v25,3,14,13,29,12v7,3,14,7,21,12r32,-84v-2,-2,-3,-4,-2,-5r4,0v-82,-57,-225,-29,-252,50v4,0,7,10,0,9v-12,3,-7,25,-10,39v-1,73,70,92,135,102v6,3,10,8,10,15v0,13,-17,20,-32,20v-27,0,-61,-14,-86,-36r-39,98v62,31,147,47,211,15r0,2v12,-6,31,-15,36,-25r-2,3v-3,-10,9,-1,7,-10v-9,-2,-12,1,-15,-4xm265,-255v-2,-2,-1,-3,1,-3v0,0,1,3,-1,3xm257,-225v1,0,1,1,0,1r-2,0v0,-2,1,-1,2,-1xm24,-131v0,2,-3,1,-3,0v0,-1,3,-2,3,0xm42,-167v-1,6,-12,7,-11,-1v0,-3,2,-4,5,-4v5,0,7,1,6,5xm54,-156v-1,0,-2,2,-2,0v1,-2,1,-1,2,0xm84,-76v1,2,-2,3,-2,1v0,-1,2,-1,2,-1xm60,-4v4,-1,10,3,10,7v0,8,-14,8,-17,1v2,-3,0,-7,7,-8xm256,-117v-1,-1,-1,-2,1,-2xm252,-113v0,0,2,0,2,1v0,0,-2,0,-2,-1xm254,-95v-1,2,-2,3,-2,1v0,0,1,-1,2,-1xm253,-36r0,-4r0,4xm240,-115v6,-1,10,0,8,7v-1,-1,-3,-1,-4,0v4,-1,-1,-8,-1,-4v0,0,-1,1,-2,1xm247,-13r-1,0r1,0xm243,-82v2,1,0,1,-1,2v0,0,-1,-1,-2,-1v0,-1,2,-1,3,-1xm239,-75v2,0,2,0,1,1v0,0,-1,0,-1,-1xm239,-7v0,2,-3,1,-3,0r3,0xm235,-24v1,-2,1,-2,2,0v-1,1,-2,1,-2,0xm237,-32r-2,0v0,0,2,-1,2,0xm235,-57r0,2v-1,-1,-1,-1,0,-2xm233,-15r2,-1v0,1,-1,1,-2,1xm233,-8v0,0,2,0,2,1v-1,0,-2,-1,-2,-1xm232,-19v0,0,2,1,0,1r0,-1xm232,1r1,-2v1,1,0,2,-1,2xm229,-31v1,-1,1,-1,2,0v-1,1,-2,0,-2,0xm228,-28v1,1,7,6,0,5r0,-5xm230,-21v1,1,1,4,0,6v-3,-2,-2,-4,0,-6xm227,0v1,3,-3,3,-5,2v0,-4,4,0,5,-2xm226,9v0,2,-2,2,-2,1v1,-1,2,-1,2,-1xm221,-3v0,-5,4,-10,5,-4v-2,0,-3,2,-5,4xm216,37v-2,2,-4,0,-3,-2v1,0,2,1,3,2xm218,46r0,-4v2,1,3,2,0,4xm221,33v-4,2,-1,1,-1,-1xm227,35v-2,6,-4,4,-6,-1v2,-1,6,-3,6,1xm232,19v-9,-4,-2,-11,0,-15v0,6,-2,6,-2,13v2,-1,6,0,2,2xm236,19v-1,2,-1,2,-2,0r2,0xm236,8v1,-1,2,-6,2,-2xm237,18v2,-1,2,-1,3,0r-3,0xm240,-1v-3,1,-4,-3,-1,-2xm241,-12v-2,0,-1,-3,-1,-4v2,0,2,1,2,3v0,1,0,1,-1,1xm242,17v0,0,-3,-1,-1,-2xm243,14v-1,-3,-1,0,1,-3v1,1,1,3,-1,3xm248,8v-3,-2,-5,-1,-6,-5v0,2,6,1,6,5xm248,-16r-1,0r1,0xm249,-23r-1,1xm249,-30v1,2,-3,3,-1,1v0,-1,0,-1,1,-1xm249,-81v0,-1,-2,-3,0,-3r0,3xm251,15v-1,-1,-1,-1,0,-2r0,2xm252,-2v2,-1,5,2,1,2v-1,0,-1,-1,-1,-2xm256,-114v-1,-1,-2,-1,0,-3r0,3xm255,10v0,-1,3,-3,3,-1xm263,-11v0,1,0,2,-1,2v0,0,0,-1,1,-2xm260,-51v-1,2,-2,-2,-2,-1v0,0,1,0,2,1xm264,-4r-3,-2xm267,-10v-1,2,-1,4,-1,0r1,0xm278,-77v1,1,2,0,2,2xm272,-78v4,0,7,1,2,3v0,-3,-6,-1,-2,-3xm276,-70v0,0,-2,-3,0,-3r0,3xm274,-12v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm273,-71v0,-1,-3,-2,-1,-2xm277,-10v-2,1,-5,3,-6,1v1,0,4,-4,6,-1xm279,-38r0,-4r0,4xm282,-51v1,7,-5,6,-7,2v3,-1,-3,-2,0,-3v1,5,5,-3,7,1xm284,-63v-3,0,-5,-2,-2,-3v1,1,1,3,2,3xm183,-162v1,-7,-7,-8,-9,-4v-2,9,7,9,9,4xm27,-264v0,2,8,7,9,2v1,-5,-8,-7,-9,-2xm165,-182v-5,0,-5,11,-1,11v3,0,4,-2,4,-6v0,-3,-1,-5,-3,-5xm179,-181v-5,1,-4,10,1,9v3,0,4,-2,4,-5v0,-3,-2,-4,-5,-4","w":304},"T":{"d":"33,-122v1,-2,-1,-2,-3,-3v-1,1,0,2,1,3v1,1,2,1,2,0xm64,-126v-1,0,-2,1,-2,3v0,1,1,1,2,1v3,0,2,-2,0,-4xm215,-166v0,-4,-2,-7,-7,-7v-4,0,-5,2,-4,5v-1,5,1,6,6,6v3,0,5,-1,5,-4xm49,-162v-6,6,1,20,8,9v-1,-4,-4,-7,-8,-9xm46,-164v0,-3,-3,-6,-6,-2v0,5,5,6,6,2xm60,-138v-5,1,-2,9,2,8v2,0,3,-1,3,-3v0,-3,-2,-5,-5,-5xm239,18v-2,0,-4,0,-2,2v1,1,1,2,2,1v1,-1,1,-2,0,-3xm223,-104v-2,0,-3,3,0,2v0,-1,1,-2,0,-2xm220,-1v2,-2,-1,-3,-1,-1v0,1,0,1,1,1xm209,-129v-6,-1,-7,10,-2,11v4,2,9,-1,9,-4v0,-5,-2,-7,-7,-7xm152,71v2,12,22,14,18,0r32,0r0,-245r71,4r0,-117r-18,0v1,0,2,1,2,2v0,1,-1,2,-3,2v0,-2,-2,-2,0,-4r-53,0v-1,8,-12,10,-14,2v1,0,1,-1,1,-2r-188,0r0,117r72,-4v-3,8,1,15,0,28v-2,-5,-6,2,-8,3r-1,2v5,6,9,7,9,18r0,194r80,0xm104,-259v-3,0,-3,0,-2,-2v1,0,2,1,2,2xm125,-284v6,-1,7,7,2,7v-3,0,-5,-1,-5,-5v0,-2,1,-2,3,-2xm134,-271v-2,1,-5,1,-3,-3v2,-2,6,1,3,3xm147,-273v-3,4,-10,-4,-9,-7v1,-3,10,-10,11,1v0,2,0,5,-2,6xm155,-265v-2,-1,-1,-4,1,-4v1,2,1,4,-1,4xm152,-275v-1,-3,2,-5,5,-5v3,1,4,7,-1,8v-2,0,-4,-1,-4,-3xm166,-256v-2,1,-4,-4,-2,-5v2,-3,4,-1,4,3v0,2,-1,2,-2,2xm168,-231v2,0,2,0,2,2v-1,0,-2,-1,-2,-2xm195,-269v-1,2,-1,1,-2,0r2,0xm199,-262v-1,-3,2,-2,3,-1v0,2,-2,2,-3,1xm240,-234v0,12,-12,8,-12,0v0,-5,11,-15,12,0","w":306},"U":{"d":"305,9v-3,-4,0,-5,3,-7v26,-31,19,-105,20,-162v-1,0,-1,1,-1,2v0,-4,2,-11,-5,-8v14,-6,-2,-21,2,-26r1,2v1,-2,2,-4,1,-5v1,0,2,1,2,2r0,-11v-4,2,-4,4,-2,8v-2,-2,-6,-2,-6,-6v4,2,8,-1,4,-2r-1,1v11,-20,3,-57,5,-86r-129,0v2,30,-1,69,0,110v2,-2,6,-1,6,3v-1,2,-3,4,-6,4v-6,50,21,132,-35,132v-56,0,-29,-87,-35,-135v-2,2,-6,1,-6,-2v0,-5,1,-6,6,-6r0,-106r-129,0r0,209v-11,132,136,179,251,135v0,6,1,10,7,10v11,1,14,-13,5,-16v4,-4,20,1,15,-11v11,-8,20,-18,27,-29xm326,-182r-1,2xm326,-220r0,2r0,-2xm324,-223v1,-1,2,-4,3,-2v-1,0,-2,1,-3,2xm321,-243v0,-3,3,-3,2,-1v-1,0,-2,1,-2,1xm321,-205v0,0,0,-2,1,-2xm126,-235v0,0,-7,-3,-4,-4v2,-1,5,2,4,4xm114,-238v1,0,1,0,1,1v-2,1,-2,1,-1,-1xm109,-283v1,1,8,4,3,6v-5,1,-5,-4,-3,-6xm95,-185v-1,1,-2,1,-2,0v0,-2,0,-2,2,-1v1,1,0,1,0,1xm104,-236v-1,1,-1,0,-2,-2v1,0,2,1,2,2xm118,-218v-5,-2,-13,0,-11,-8v7,-8,23,5,11,8xm113,-212v-2,1,-6,1,-4,-3v1,-2,2,-1,3,0v1,1,1,3,1,3xm113,-210v4,1,5,3,5,8v-8,6,-5,-8,-5,-8xm119,-179v-6,0,-1,-3,0,-2r0,2xm118,-185v-2,0,-3,-5,-1,-6v0,0,4,6,1,6xm121,-138v0,0,-1,-1,-1,-2v1,0,1,1,1,2xm122,-189v-2,-3,6,-13,6,-3v0,5,-4,7,-6,3xm158,-16v0,7,-7,6,-10,2v-5,-4,-2,-15,6,-9v3,1,4,4,4,7xm201,-185v1,-1,0,-4,3,-4v2,0,4,2,4,4v0,3,-1,4,-4,4v-2,0,-3,-1,-3,-4xm208,-60r0,-1v1,0,0,0,0,1xm208,-164v-5,1,-6,-4,-4,-7v3,-2,9,-1,8,3v0,3,-1,4,-4,4xm219,-42v-1,1,-3,3,-2,-1v1,0,2,1,2,1xm228,-148v-4,4,-12,-1,-7,-6v3,-4,9,-2,8,4v0,1,0,1,-1,2xm229,-135r0,1r0,-1xm231,-188v8,-1,6,8,2,9v-3,0,-4,-3,-4,-6v0,-2,0,-3,2,-3xm312,-147r2,0r-2,0xm308,-163v1,0,3,-1,3,1v-1,0,-3,0,-3,-1xm306,-133v8,0,10,0,9,7v-1,1,-4,-2,-5,0v3,-1,0,-9,-1,-4v-3,2,-2,-1,-3,-3xm312,-29v0,-2,2,-1,2,0r-2,0xm306,-99v2,-1,6,1,2,2v0,0,-1,-2,-2,-2xm305,-92v0,0,2,0,2,1v0,0,-1,-1,-2,-1xm302,-23v2,-1,4,1,1,1v-1,0,-1,0,-1,-1xm303,-41v-2,2,-2,0,-1,-1xm301,-49v0,0,3,1,0,1r0,-1xm301,-74v1,0,0,1,0,2v-1,-1,-1,-1,0,-2xm301,-32v0,1,-1,1,-2,1v0,0,1,0,2,-1xm299,-24v0,0,2,0,2,1v0,0,-1,-1,-2,-1xm298,-36v1,1,1,1,0,2r0,-2xm298,-15v-1,-1,0,-1,0,-2v1,1,1,2,0,2xm296,-31v-2,-2,-3,-3,0,-4v1,2,1,3,0,4xm293,-15v0,2,-3,3,-5,1v1,-4,2,0,5,-1xm292,-7v1,2,-3,2,-3,1v1,-1,3,-1,3,-1xm287,-19v0,-4,4,-11,5,-4v-3,0,-3,2,-5,4xm281,21v-1,1,-2,1,-2,-1v1,0,1,0,2,1xm284,31v1,-2,-2,-6,1,-3v0,0,0,2,-1,3xm287,18v-3,0,-1,-1,-1,-1xm287,19v4,-4,7,2,3,3v0,1,-1,2,-1,2xm298,3v-11,-2,-1,-12,0,-16v3,8,-6,8,-2,14v1,-1,6,-1,2,2xm301,6r-1,-3v2,1,2,1,1,3xm302,-8r2,-4v0,1,-1,3,-2,4xm305,2v0,0,-2,0,-2,-1v1,1,2,1,2,1xm304,-17v0,-1,0,-3,2,0v-1,1,-1,1,-2,0xm307,-28v-2,-1,-1,-2,0,-4v1,0,1,1,1,2v0,1,0,2,-1,2xm307,0r2,1v0,0,-1,0,-2,-1xm309,-1v-1,-3,-1,-2,1,-4v1,1,1,3,-1,4xm314,-9v-1,1,-6,0,-6,-4v1,1,3,3,6,4xm315,-32r-2,0r2,0xm315,-46v1,2,-3,3,-1,1v0,-1,1,-1,1,-1xm315,-102v0,0,0,6,-1,3v0,-1,0,-2,1,-3xm318,-207v-1,-1,-2,0,-2,-2xm319,-185r1,-1v1,0,0,0,-1,1xm319,-52v0,-2,0,-4,1,-5xm318,-112r2,0v-1,2,-2,2,-2,0xm320,-131r-1,0r1,0xm322,-189v-1,0,-2,0,-2,-2xm321,-183v2,0,3,-3,3,0r-3,0xm322,-132v-1,0,-1,-1,0,-3r0,3xm324,-136v-1,0,-2,2,-2,0r2,0xm325,-67r0,-2v1,1,1,1,0,2xm220,79v5,0,10,-9,2,-10v1,1,-10,5,-2,10xm229,138v3,7,13,1,12,-4v-1,-6,-8,-9,-12,-3v-1,2,-1,5,0,7xm245,90v4,-17,-14,-8,-16,-4v-7,4,-10,10,-2,12v5,-2,11,-3,18,-8xm214,148v-1,-1,-2,-1,-2,1v0,0,2,0,2,-1xm254,86v1,-2,-1,-3,-3,-1v-1,1,-1,3,1,3v1,0,2,-1,2,-2xm252,111v8,-1,6,-12,-1,-13v-4,0,-5,2,-5,7v0,4,1,6,6,6xm384,28v0,4,3,0,3,0r-3,0xm380,39r1,0r-1,0xm381,40v-1,-2,-3,-1,-3,1v1,1,2,0,3,-1xm257,98v9,2,10,-7,5,-10v-7,-1,-10,6,-5,10xm201,101v-2,-1,-6,0,-3,2v2,0,3,-1,3,-2xm21,95v14,2,14,-17,5,-20v-12,-1,-17,19,-5,20xm103,147v1,1,1,2,2,1xm82,168v2,-3,0,-3,-2,-3v0,0,1,5,2,3xm293,64v-2,-1,-3,2,-1,2v1,0,1,-1,1,-2xm343,57v2,1,2,0,2,-2v-2,-1,-3,1,-2,2xm344,55r1,0r-1,0xm351,42v-2,-2,-7,-3,-8,0v-1,2,6,5,8,3v1,-1,1,-2,0,-3xm350,15v-1,3,2,4,2,1v0,-1,-1,-1,-2,-1xm331,-15v-1,-5,-6,-3,-7,0v-1,3,-1,5,1,6v4,1,6,-1,6,-6xm280,77v-7,-10,-20,4,-6,4v4,0,6,-1,6,-4xm330,17v-2,-3,-7,0,-6,3v0,2,1,3,4,3v3,1,4,-4,2,-6xm283,127v-4,0,-7,2,-7,7v1,7,14,7,12,-2v0,-4,-2,-6,-5,-5xm318,45v0,-1,-3,-2,-3,0v0,1,0,2,1,2v1,0,2,-1,2,-2xm372,-75v-4,-4,-9,3,-7,7v2,2,8,1,7,-4v0,-2,-2,-2,0,-3xm276,90v-2,-3,-8,1,-7,4v0,3,1,5,5,5v3,0,5,-1,5,-5v0,-2,-1,-4,-3,-4xm385,60v6,0,9,-10,2,-11v-9,-2,-12,1,-10,7v1,3,4,4,8,4xm374,48v0,-3,-4,0,-1,0v1,0,1,1,1,0","w":367},"V":{"d":"39,-165v-2,4,-8,13,2,13v11,-2,0,-10,-2,-13xm47,-139v-1,3,6,10,7,3v1,-4,-6,-7,-7,-3xm54,-129v-3,-1,-4,1,-3,3v0,1,1,1,2,1v3,0,3,-2,1,-4xm36,-167v0,-2,-4,-6,-6,-3v-1,6,4,7,6,3xm200,-165v5,-1,6,-12,-2,-11v-4,0,-5,1,-4,4v-1,5,1,7,6,7xm21,-128v-1,1,-4,1,-2,3v1,1,2,1,3,0v0,-1,0,-2,-1,-3xm69,-76v0,1,2,1,3,1v0,-2,-2,-1,-3,-1xm13,-196v0,1,4,4,4,2v0,-1,-3,-5,-4,-2xm69,-76r0,0r0,0xm31,-199v0,-1,-2,-2,-3,-1v1,1,1,4,3,1xm279,19v9,0,16,-18,6,-21r-7,2r68,-177v-7,2,-12,-7,-3,-10v0,2,4,1,6,3r40,-105r-136,0r-47,162v-2,-5,-9,-7,-12,-2v-2,7,3,10,10,8v-6,19,-8,35,-8,50r-3,0v-8,-77,-40,-148,-57,-218r-136,0r13,34v-2,-3,-8,-2,-7,2v-1,2,4,5,7,3v2,-1,2,-3,0,-5r26,67v-14,-4,-21,10,-9,14v3,-3,10,0,13,-4v2,6,4,11,7,15v-1,0,-2,-1,-2,-1v14,43,32,80,47,122v11,0,10,4,3,6r40,105r1,-1v-1,3,1,3,4,3v1,10,20,11,18,0r25,0v-1,7,2,11,9,11v6,0,11,-5,9,-11v12,7,26,-3,46,0r22,-57v1,3,4,5,7,5xm16,-284r-2,0r2,0xm73,-152v4,0,2,5,1,9v-4,-2,-2,-5,-1,-9xm71,-137v4,0,3,10,0,3v-1,-1,-1,-2,0,-3xm61,-192v1,-2,2,-1,3,0v0,1,-2,1,-3,0xm57,-213v1,0,1,0,1,1xm55,-214v-2,1,-2,3,-1,4v0,0,-1,-4,1,-4xm55,-199v1,2,3,4,-1,3v0,0,0,-1,1,-3xm42,-265r-1,0r1,0xm28,-277v0,-2,3,-7,3,-1xm30,-258v0,1,-1,1,-2,1xm20,-276v1,1,1,1,0,2r0,-2xm19,-247v9,8,6,-6,16,0v-2,5,-2,12,-5,15v2,-6,-14,-7,-11,-15xm35,-278v-1,-1,-3,-2,0,-2r0,2xm34,-236r3,2v-2,1,-3,0,-3,-2xm34,-286v6,4,5,9,7,15v-1,0,-1,1,-2,0v0,-3,-1,-13,-7,-10v3,-2,1,-3,2,-5xm41,-192v-1,2,-1,4,-1,0r1,0xm42,-230v4,4,-3,2,-1,1xm46,-225v2,0,0,0,2,2v-1,1,-2,0,-2,-2xm48,-242v-2,-1,-2,-2,0,-3v1,1,1,2,0,3xm49,-217v2,0,2,0,1,1xm52,-167v-2,0,-2,0,-2,-2xm53,-191v8,6,6,2,1,8v-5,-4,-1,-6,-1,-8xm55,-152v-2,0,-1,-3,-1,-5xm61,-154v-6,-5,1,-15,-7,-11v-2,0,-2,-1,0,-3v11,-1,5,9,7,14xm62,-149v-1,0,-1,-2,0,-3v1,2,2,2,0,3xm63,-142v2,0,1,-1,1,-1xm66,-163r-3,1v0,-1,2,-2,3,-1xm67,-153v-1,-3,2,-5,3,-2xm67,-135r0,-1r0,1xm69,-125r1,0r-1,0xm71,-132r-1,-2v0,0,1,1,1,2xm73,-118v-2,0,-2,0,-1,-1xm77,-126v-2,-2,-7,-3,-1,-4v0,1,0,2,1,4xm85,-96v-1,0,-3,-3,0,-2r0,2xm86,-78v2,0,4,0,1,1xm90,-71v0,2,-2,3,-3,1v1,-2,1,-2,3,-1xm105,-22v-1,-1,-1,-1,0,-2v0,0,1,1,0,2xm116,-11v-1,1,-3,3,-3,0r3,0xm127,33v1,0,2,1,2,2xm268,-110v-8,1,-8,-12,-2,-15v4,-2,7,0,8,5v1,4,-2,10,-6,10xm275,8r1,-5v0,2,0,4,-1,5xm334,-232v-1,0,-1,1,-1,2v0,0,0,-2,1,-2xm364,-269v0,-3,4,-4,5,-2v2,5,-5,7,-5,2xm349,-285v0,1,-2,2,-2,0v0,-2,3,-2,2,0xm357,-236v0,3,-5,2,-5,0v1,-1,5,-5,5,0xm361,-243v-1,0,-3,-3,-1,-3v2,0,3,1,1,3xm360,-262v-1,-3,1,-4,3,-2v0,2,-2,4,-3,2xm366,-249v3,-1,6,4,3,6v-4,2,-7,-4,-3,-6xm364,-252v-5,-2,2,-9,4,-8v6,-1,7,7,2,8v-2,1,-4,1,-6,0xm373,-262v-4,-1,-2,-8,0,-9v3,2,10,0,5,6v-2,2,-4,3,-5,3xm375,-287v3,-2,8,-2,5,5v0,5,-6,4,-7,0v-1,-3,0,-4,2,-5xm302,152v7,-3,6,-13,-4,-14v-3,0,-5,1,-5,4v0,4,6,10,9,10xm295,134v1,-1,1,-2,-1,-2v0,1,1,2,1,2xm306,130r0,0r0,0xm-17,59v-2,0,-3,5,0,4v3,0,1,-3,0,-4xm121,76v-2,-3,-6,-2,-3,1v1,0,3,0,3,-1xm303,130r3,0v-1,-1,-2,-1,-3,0xm104,123v0,-1,-2,-2,-2,0v1,1,3,2,2,0xm109,25v6,1,5,-5,4,-12v-2,-2,-13,-7,-13,2v-1,5,5,11,9,10xm12,58v0,1,1,1,2,1v1,0,0,-1,0,-2v-1,0,-2,0,-2,1xm-18,-31v9,0,12,-10,9,-17v-9,-3,-18,1,-19,9v0,5,3,8,10,8xm307,-1v0,0,-5,-1,-4,2v1,1,5,1,4,-2xm136,124v0,-4,-4,-8,-9,-6v-6,3,-6,12,1,12v5,0,8,-2,8,-6xm361,27v-4,-1,-10,8,-2,8v6,1,8,-7,2,-8xm318,125v-2,-5,-6,0,-3,1v2,1,2,0,3,-1xm251,98v-1,-1,-5,-2,-3,1v1,0,3,1,3,-1xm270,84v3,7,7,0,8,-3v-3,-2,-10,-2,-8,3xm267,122r0,0r0,0xm267,122v-2,-1,-1,2,-1,2v0,0,1,-1,1,-2xm273,110v-3,4,5,12,7,6v0,-4,-5,-9,-7,-6xm300,26v-2,-5,-9,0,-9,4v3,2,11,1,9,-4xm301,17v1,-3,-2,-4,-3,-2v0,1,1,2,3,2xm293,93v-1,3,4,4,3,1xm288,58v6,6,12,-3,9,-6v-6,-3,-11,3,-9,6xm201,102v1,-4,-11,-11,-11,-4v-2,5,9,8,11,4xm170,157v11,0,8,-12,0,-12v-4,0,-7,2,-7,6v0,4,3,6,7,6xm180,105v-2,-10,-16,-7,-10,2v2,4,11,2,10,-2xm160,116v5,0,10,-13,2,-13v-10,-2,-10,13,-2,13xm191,114v0,-6,-10,-9,-11,-2v0,4,2,6,6,6v4,0,5,-1,5,-4xm175,93v-2,-2,-6,-2,-5,2v1,3,5,0,5,-2xm143,85v0,7,26,14,24,0v-1,-8,-23,-5,-24,0xm218,99v-2,-1,-5,2,-1,2","w":410},"W":{"d":"498,-29v0,-1,0,-2,-2,-2v-2,0,-1,4,0,4v1,0,2,-1,2,-2xm497,-62v2,-11,-11,-11,-14,-4v5,3,11,11,14,4xm496,24v-1,-1,-1,-1,-2,0v0,1,2,1,2,0xm504,-24v7,-1,3,-8,0,-8v-5,1,-6,8,0,8xm510,-171v0,3,1,4,3,5v2,-4,-1,-11,-3,-5xm493,-129v0,-3,-3,-4,-4,-2v-1,4,4,7,4,2xm497,-50v0,-7,-14,-11,-14,-1v0,5,3,7,7,7v5,0,7,-1,7,-6xm506,4v-3,-2,-8,1,-7,4v0,3,1,5,4,5v5,2,6,-8,3,-9xm504,-13v2,0,3,-1,3,-3v0,-5,-8,-9,-8,-1v0,4,1,5,5,4xm465,-60v0,-1,1,-2,0,-2v-1,0,-2,4,0,2xm468,-39v0,-1,-2,-2,-2,-1v-1,2,2,3,2,1xm469,0v-1,-1,-1,-1,-2,0v0,2,2,1,2,0xm463,-41v5,1,7,-5,5,-9v-4,-4,-11,-1,-11,3v0,3,2,5,6,6xm426,63r-1,1v1,0,1,-1,1,-1xm474,-101v0,2,3,4,6,3v4,-1,1,-7,-2,-7v-2,0,-4,2,-4,4xm468,-72v5,2,1,-3,1,-3v-1,0,-1,2,-1,3xm472,-29v2,1,-6,7,1,7v2,0,3,-2,3,-4v0,-4,-1,-4,-4,-3xm482,-13v5,3,8,-5,11,-11v0,-5,-4,-6,-7,-4v-3,2,-7,12,-4,15xm543,-80r0,-1r0,1xm559,-103v0,0,4,-2,1,-2v-1,0,-2,1,-1,2xm558,-98r0,2v2,-1,1,-1,0,-2xm560,-105r0,0r0,0xm544,-91v0,-1,0,-2,-3,-2v-3,0,-4,1,-4,3v0,2,8,1,7,-1xm420,84v0,-2,-2,-3,-3,-1v-1,2,3,3,3,1xm561,-114v-2,0,-5,1,-2,2v1,0,2,-1,2,-2xm543,-82r1,0r-1,0xm513,-36v-4,1,-7,8,0,8v2,0,4,-2,4,-4v0,-3,-2,-4,-4,-4xm513,-55r0,-2v0,0,-1,2,0,2xm520,-95v4,-1,1,-5,0,-7v-2,2,-4,7,0,7xm511,-44v-3,0,-13,6,-2,4v2,-1,2,-3,2,-4xm508,-123v-2,2,-5,7,0,8v3,0,2,-7,0,-8xm570,-93v5,-2,2,-10,-2,-9v-1,0,-9,6,-4,9v2,1,4,1,6,0xm534,-109v-1,0,-2,0,-2,1v1,0,4,0,2,-1xm528,-10v0,3,2,4,4,4v3,0,5,-2,5,-5v-1,-7,-8,-4,-9,1xm523,-79v-1,0,-1,1,-1,2xm298,71r113,0r126,-357r-135,0v-15,74,-37,129,-45,213r-3,0r-14,-61v5,0,7,-1,7,-5v0,-6,-3,-6,-9,-6r-33,-141r-99,0r-22,86v-14,-5,-25,7,-12,13v4,-1,3,-3,9,-1v-10,39,-19,66,-24,115v-7,0,-3,-11,-6,-16v-5,0,-8,-3,-8,-9v0,-2,2,-4,5,-4r-28,-134v-4,0,-7,-1,-6,-6v8,-13,-5,-28,-5,-44r-134,0r125,357r110,0v14,-60,33,-111,42,-177v1,0,1,1,1,0v-2,-6,-1,-6,0,-17r4,0v3,17,10,36,10,53r-1,-1v11,36,18,79,27,118v-22,5,3,15,5,24xm45,-248r0,2v-1,-1,-1,-1,0,-2xm76,-284v3,-3,9,0,7,4v-3,3,-11,4,-7,-4xm58,-279v-1,2,-6,3,-5,-2v0,-1,0,-2,1,-2v3,0,5,2,4,4xm59,-276v2,-2,7,3,7,6v0,2,-1,3,-4,3v-5,0,-4,-5,-3,-9xm68,-259v2,0,7,6,2,6v-4,1,-5,-5,-2,-6xm72,-247v-4,0,-1,-2,0,-3v2,2,2,3,0,3xm78,-257v-9,2,-8,-6,-2,-10xm86,-251v0,5,-6,9,-8,4v-3,-5,1,-8,6,-7v1,0,2,1,2,3xm86,-207v0,-1,-1,-3,-1,-1v1,0,1,0,1,1xm85,-238v1,-2,3,-2,3,0v-1,1,-3,2,-3,0xm91,-242v-2,2,-6,1,-5,-3v0,-2,3,-2,5,-2v2,1,2,3,0,5xm93,-231v2,1,-1,4,-2,4v0,0,-4,-3,-1,-4v1,-1,2,-1,3,0xm99,-251v0,0,-1,2,-1,0r1,0xm99,-258r0,-3v1,0,2,0,2,1v0,1,-1,2,-2,2xm107,-249v-1,-2,1,-4,1,-1v0,1,0,1,-1,1xm115,-228v-1,0,-2,0,-2,-1xm118,-222v-1,1,-3,0,-2,-1v1,0,2,0,2,1xm195,-153r-1,-1v1,0,1,0,1,1xm197,-233v0,0,-2,0,-2,-1v0,0,2,0,2,1xm210,-136r0,-1r0,1xm187,-213v1,-4,-6,-7,-8,-3v-1,3,6,5,8,3xm173,-212v-1,-2,-2,-1,-2,1xm341,-178v3,0,5,-2,5,-5v0,-5,-2,-6,-7,-6v-4,0,-5,1,-4,4v-1,5,1,7,6,7xm352,-119v2,1,4,-1,1,-1xm173,-178v3,2,7,-2,4,-5v-2,-2,-4,-1,-5,0v0,2,0,5,1,5xm149,-269v-4,4,3,7,6,7v3,-2,2,-7,-3,-7r-3,0xm156,-209v-1,2,3,4,3,2v1,-2,-3,-4,-3,-2xm162,-138v1,-1,2,-3,0,-3v-1,1,-1,2,0,3","w":560},"X":{"d":"225,72r1,0r-1,0xm220,67v4,-2,3,-5,-1,-2xm222,70v0,2,3,3,2,0r-2,0xm111,49v10,3,-2,7,4,9r-2,0v0,4,3,7,7,5v-2,3,-1,10,2,6v16,-32,36,-60,48,-95r4,0v8,31,27,54,39,81r4,-1v-6,1,0,6,1,9v2,-2,2,-7,9,-3r-3,0v6,3,1,8,10,7v-3,6,1,2,10,5v0,-1,-1,-2,-1,-4v10,-5,16,10,17,-3v0,9,14,7,24,7r88,0v-14,-18,-23,-40,-39,-55r-1,2v-4,-11,-8,-23,-20,-16v1,-3,2,-6,4,-8v-1,4,5,8,3,4v-1,0,-1,-1,-1,-2v1,-1,2,-1,3,0r-78,-117r113,-168r-148,0r-36,81r-3,0v-10,-34,-24,-52,-37,-81r-148,0v27,37,48,78,78,112v7,18,24,38,35,56r-126,192v3,-2,11,2,15,-1r-1,1r75,0v7,-4,5,-6,2,-5r-2,0v2,-1,4,-3,6,-1r-1,2v10,9,30,-2,34,0v0,1,-5,4,-1,4v9,-3,8,-10,2,-11v9,-5,6,7,13,4v-2,-8,-4,-11,-2,-16xm60,-190v-1,-1,-1,-5,0,-2r0,2xm2,36r0,3v-2,0,-2,-2,0,-3xm-15,60r1,-1xm-10,55v-2,2,-10,2,-7,3v1,-3,3,-6,7,-3xm-7,70r0,-2v1,1,1,1,0,2xm1,57v-2,0,-7,-3,-1,-3xm-2,50v2,0,2,0,1,1v0,0,-1,0,-1,-1xm1,65r2,0r-2,0xm-6,51v-1,-5,8,-5,14,-7v0,1,1,2,0,3v-5,-2,-14,1,-11,6v-1,-1,-2,-4,-3,-2xm8,17v0,-1,0,-2,1,-2v0,1,0,2,-1,2xm14,46v0,-2,-1,-2,1,-1xm21,58r-1,-1v0,0,0,1,1,1xm44,53v0,1,-1,1,-2,2xm35,41v2,-2,4,1,1,1xm46,59v-6,2,-9,13,-16,10v5,-3,5,-10,0,-7v-2,-14,9,-5,16,-3xm50,49v-1,-1,0,-3,0,-2v2,1,2,4,0,2xm52,-46r0,-2v1,0,2,2,0,2xm55,44v0,-2,0,0,2,-2v1,1,0,2,-2,2xm69,-184v-2,1,-2,1,-1,-1xm75,-174v-2,0,-2,-3,-2,-5v2,-3,4,3,4,3v0,2,-1,2,-2,2xm95,-167v0,4,-5,6,-6,1v-1,-6,6,-6,6,-1xm96,-215v-2,0,-2,-3,-2,-5v1,-1,5,-3,5,1v0,3,-1,4,-3,4xm98,-105v1,2,-1,3,-1,1xm95,-91v1,3,-5,6,-7,4v-4,-4,3,-5,6,-6v1,0,1,1,1,2xm84,-75v-1,-2,3,-5,4,-3v2,0,4,0,4,3v0,2,-2,4,-4,4v-2,0,-4,-1,-4,-4xm86,-69v4,1,8,8,2,9v-3,1,-5,-1,-5,-5v0,-3,1,-4,3,-4xm64,42v0,0,-2,0,-2,-1v0,0,1,0,2,1xm67,36v0,1,1,2,1,2v-1,0,-1,-1,-1,-2xm68,35v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm76,54v-2,0,-2,0,-1,-1xm66,-67v0,-2,1,-9,6,-9v8,1,4,10,0,12v-2,3,-3,5,-4,5v-3,-1,-5,-3,-2,-8xm80,-23r-2,0r2,0xm79,-77v1,-2,4,-1,3,1v-1,2,-4,1,-3,-1xm84,37v1,3,-1,2,-3,1xm87,-34v-7,0,-6,-9,0,-10v3,0,5,1,5,4v0,4,-2,6,-5,6xm89,33v-3,-1,-1,-2,1,-3v1,1,0,2,-1,3xm90,54v-1,0,-4,2,-3,-1xm89,42v6,-10,8,-4,6,1v-4,2,0,-2,-6,-1xm95,65v1,-2,1,-4,2,-1v-1,1,-1,3,-2,1xm98,-76v-6,0,-5,-6,-1,-7v3,-1,4,-1,4,3v0,2,-1,4,-3,4xm104,-143v-3,0,-2,-5,0,-6v1,0,3,2,3,4v0,2,-1,2,-3,2xm108,-126v-2,2,-4,-1,-1,-1v1,0,1,0,1,1xm128,-130v-2,-1,-1,4,-1,1xm128,32v-1,0,-4,-1,-3,-4v1,-1,2,-1,2,1v0,2,1,3,1,3xm122,-138v-1,-3,4,-2,6,-2v1,1,0,4,-3,4v-2,0,-3,-1,-3,-2xm117,-156v0,0,2,-1,1,0v-1,0,-1,1,-1,0xm117,-53v-6,0,-4,-9,0,-10v3,0,4,2,4,5v0,3,-1,5,-4,5xm118,32v2,2,2,1,1,2v-2,-1,-2,-1,-1,-2xm111,47v0,-1,3,-3,2,0r-2,0xm114,48v3,0,0,1,2,2v-1,-3,-2,-2,-2,-2xm117,52v0,0,1,-1,1,-2xm127,37v-5,5,-16,-3,-12,6v0,2,-1,2,-3,0v0,-10,10,-6,15,-6xm120,52v2,-2,1,-2,3,-1v-1,1,-2,2,-3,1xm125,59v-1,4,-5,-2,-1,0r1,0xm123,43r5,1xm131,48v-2,0,-1,5,-3,6v0,-3,1,-5,3,-6xm132,37v-2,2,-3,-1,-2,-2v0,0,2,1,2,2xm134,44v-1,0,0,-1,0,-2r2,0xm139,26v-2,5,-10,0,-8,-2v4,0,5,0,8,2xm139,35r0,2r0,-2xm143,-144r0,-2v2,1,1,1,0,2xm144,-153v3,0,-3,1,0,0r1,0r-1,0xm144,-160v-2,-1,-2,-2,0,-2r0,2xm155,-141v-4,2,-10,-1,-7,-5v0,-1,2,-2,5,-3v7,-1,6,6,2,8xm205,20v0,-1,1,-3,1,-1xm213,20v-1,-1,-1,-2,0,-3v2,0,1,3,0,3xm213,52r2,-2xm215,25v1,0,3,-2,4,0r-4,0xm222,55r-2,3v1,0,0,-3,2,-3xm219,48v3,3,3,5,1,7v-2,-4,-2,-6,-1,-7xm229,24v0,0,0,1,1,2v-2,0,-2,-1,-1,-2xm248,12v-3,5,-3,1,-7,4v1,-7,4,-14,7,-4xm247,20v0,-1,1,-3,1,-1xm252,20r-2,0r2,0xm255,21v-1,-1,-3,-1,-1,-2v0,0,1,1,1,2xm305,-1v1,1,1,1,0,2v0,-1,-1,-1,0,-2xm299,0r2,0v0,1,-1,1,-2,0xm301,5v-2,-1,-4,-2,-1,-3v3,1,-4,3,1,3xm299,8r-2,0r2,0xm282,11v3,-2,4,2,5,4v-4,1,-2,-4,-5,-4xm274,0v0,-5,1,-1,2,0r-2,0xm261,8v0,-2,-1,-2,1,-1xm266,58v0,10,4,7,0,13v-6,-4,0,-10,0,-13xm289,68v0,1,4,-3,3,0v1,5,-10,1,-9,2v1,1,4,-5,6,-2xm285,42v0,-1,1,-1,2,-2v0,1,-1,1,-2,2xm299,56v-2,0,-5,1,-4,-2xm294,42r2,2v-1,0,-2,-1,-2,-2xm302,38v0,0,1,-1,2,-1xm303,19v0,-1,1,-1,2,-1xm307,18v5,3,1,6,-3,5v0,-3,3,-2,3,-5xm299,21v-4,-4,-14,-13,-7,-6v4,-5,10,2,8,-9v2,0,4,-1,2,-3r6,0r-1,1v7,0,2,1,3,7v-5,4,-9,6,-10,15v0,-2,-1,-3,-1,-3v-1,3,-10,16,-11,5v-3,-2,-2,-7,-8,-5v-1,4,1,7,5,5v-3,5,1,11,-8,8r0,4v-1,-3,-7,-10,1,-10v-5,-7,8,-10,-2,-13v3,-5,5,4,12,1v-1,4,1,11,5,12v0,-5,-1,-9,6,-9xm312,21v-1,-1,-5,-3,0,-2r0,2xm315,20v0,0,-1,-2,-1,-5xm323,13v-1,3,-3,6,-4,1v-1,-2,0,-3,2,-1r2,0xm326,10v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm229,72r0,0r0,0","w":383},"Y":{"d":"62,-120v-2,-1,-3,3,-1,3v2,1,4,-3,1,-3xm30,-157v11,-2,3,-10,-2,-13v0,5,-8,13,2,13xm43,-134v-2,0,-5,4,-1,4v3,0,3,-2,1,-4xm59,-81v0,1,1,1,2,1v0,-1,1,-1,0,-1r-2,0xm39,-146v-5,1,-3,8,1,8v2,0,4,-1,4,-3v0,-3,-2,-5,-5,-5xm25,-172v-1,-4,-3,-6,-6,-2v0,5,5,6,6,2xm67,-104v2,0,5,-6,1,-7v-4,0,-5,8,-1,7xm6,-199v0,-2,-1,-2,-3,-2v-1,1,3,3,3,2xm59,-81r0,0r0,0xm60,-132v4,2,-3,10,6,9v8,19,27,28,25,57v0,-3,-7,-10,-11,-4v-5,6,-1,15,6,14v2,-1,4,-3,5,-8r0,35v2,-2,4,0,4,3v-7,6,-3,24,-4,37v-6,-3,-11,4,-5,9v5,2,6,8,5,16v-4,-1,-9,2,-9,7v1,9,22,2,9,11v-1,8,3,11,0,18r105,0v4,7,14,-4,23,0r0,-78v3,1,7,4,10,2v0,-6,-2,-14,-10,-10r0,-68r59,-99v-7,-1,-9,-7,-2,-10v0,2,4,1,6,3r59,-99r-146,0v-15,35,-25,52,-38,94r-4,0r-32,-76v3,-11,-7,-9,-8,-18r-147,0r57,94v-11,-3,-12,11,-4,14v3,-3,9,0,12,-2v3,11,21,23,11,32v1,9,21,2,8,13v-1,2,2,12,7,8v2,-1,2,-2,3,-4xm98,-81v4,2,2,10,-2,6v-1,-1,-2,-7,2,-6xm99,35v1,3,-2,2,-1,1v0,0,0,-1,1,-1xm98,64v-3,0,-4,0,-4,-2v0,-4,8,-8,8,-1v0,2,-2,3,-4,3xm103,-6v0,-1,2,-4,2,-2v2,1,4,5,0,5v-2,0,-2,-1,-2,-3xm107,14r0,1r0,-1xm117,-15v0,0,4,-1,2,0r-2,0xm122,3v0,-3,3,-3,6,-3v2,1,1,4,-2,4v-2,0,-4,0,-4,-1xm128,12v1,-1,1,-1,0,-2v1,1,1,1,0,2xm143,-4v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm145,-11v-2,-2,0,-2,1,-1v0,0,0,1,-1,1xm144,-19v-2,-1,-1,-2,1,-3v2,1,1,3,-1,3xm155,-1v-6,3,-10,-4,-4,-7v0,2,2,2,3,1v0,-1,-2,-2,0,-2v3,0,7,7,1,8xm202,-114v-8,1,-9,-12,-3,-16v5,0,13,3,8,12v-1,2,-3,4,-5,4xm267,-234v-2,0,-1,-2,0,-2r0,2xm298,-273v0,-3,4,-4,5,-2v2,5,-5,8,-5,2xm293,-269v0,-2,2,0,3,0v0,2,0,6,-2,3v-1,-1,-1,-2,-1,-3xm291,-240v0,1,-5,2,-5,0v1,-4,5,-4,5,0xm292,-249v0,-1,1,-3,1,-1v2,0,3,1,1,3v-1,0,-2,-1,-2,-2xm296,-214v-2,0,-3,-3,0,-2r0,2xm299,-220v-1,-1,-1,-1,1,-2v-1,1,0,0,0,2v0,1,-1,0,-1,0xm302,-253v4,5,-3,8,-5,4v-1,-3,3,-6,5,-4xm306,-260v-1,8,-13,5,-9,-1v3,-4,8,-5,9,1xm310,-245r0,-1r0,1xm306,-266v-6,-6,0,-10,7,-8v1,1,-4,9,-7,8xm325,-274v-2,-4,-1,-8,4,-8v1,1,5,10,-4,8xm11,-133v-2,0,-4,2,-2,3v3,2,4,-2,2,-3xm68,-6v1,-1,0,-2,0,-4v-4,0,-1,3,0,4xm32,26v-4,0,-1,4,0,1r0,-1xm-18,-73v0,1,-1,2,0,2v1,0,2,0,2,-2v-1,-1,-1,0,-2,0xm-45,-85v-2,-1,-3,3,-1,3v3,1,4,-3,1,-3xm84,84v0,-6,-12,-11,-13,-2v0,5,2,7,6,7v5,0,7,-2,7,-5xm5,-165v11,-4,8,-19,-4,-17v-6,0,-10,2,-10,8v0,5,9,11,14,9xm61,40v-1,-10,-14,-8,-15,0v0,5,2,6,8,6v5,1,5,-4,7,-6xm185,100v0,6,7,6,5,0v0,-2,-1,-4,-3,-5v-1,0,-2,2,-2,5xm225,56v0,8,12,3,10,0v-2,-3,-10,-5,-10,0xm253,24v0,2,3,2,3,1v0,0,-2,-4,-3,-1xm231,13v1,7,8,6,14,4v11,-2,8,-18,-3,-16v-3,5,-11,4,-11,12xm246,31v-7,0,-9,3,-2,5v3,1,5,1,5,-2v0,-2,0,-3,-3,-3xm240,-3v0,-5,-8,-6,-7,0v0,1,1,2,4,2v3,0,4,0,3,-2xm227,-51v-2,-1,-3,3,-1,3v0,0,2,0,2,-1v0,-1,0,-2,-1,-2xm266,13v0,1,-2,2,1,2v1,0,2,0,2,-1v0,-1,-2,-1,-3,-1xm295,67v0,4,8,5,10,1v1,-3,0,-5,-4,-5v-4,0,-6,2,-6,4xm206,129r0,-1r0,1xm201,140v1,-4,-8,-13,-12,-7v-3,6,1,16,7,13v4,-1,5,-3,5,-6xm174,102v-2,0,-1,2,0,2v0,0,2,0,2,-1v0,-1,-1,-1,-2,-1xm176,103r0,0r0,0xm195,126v2,-1,2,-1,0,-2r0,2xm204,127v0,0,2,4,2,1v0,-1,-1,-2,-2,-1xm214,90v-1,-1,-3,0,-2,2v1,1,1,1,2,0r0,-2xm216,127v0,0,2,6,3,2v-1,-3,-2,-4,-3,-2xm171,72v0,1,-2,3,0,3v1,0,2,0,2,-1v0,-1,-1,-2,-2,-2","w":362},"Z":{"d":"348,31v-6,5,-2,7,-5,14v7,1,5,-8,5,-14xm359,-280r1,-2v-1,0,-1,1,-1,2xm339,36v-9,-4,-3,-3,1,-6v3,0,5,1,8,0v0,-9,1,-20,-1,-27r1,1v-1,-8,2,-19,-1,-25r1,1v-2,-11,0,-9,-2,-15v1,0,2,1,2,1r0,-6v-45,-1,-98,5,-140,0r148,-236v1,-9,6,-7,8,-11r-147,0v2,0,5,4,8,5v0,-9,0,2,5,-5v2,14,18,9,19,20r-10,2v3,0,2,-3,3,-5v-8,2,-4,12,-12,9r1,-2v-5,0,-14,3,-8,-4v1,1,6,2,7,0v-7,-1,-9,-2,-15,2v0,-5,-5,-8,-7,-3v0,1,2,2,0,2r2,-21r-179,0r0,108v19,2,47,-5,60,4v6,-1,16,-6,27,-4v-2,1,-1,3,1,3v3,1,2,-1,2,-3v14,-3,26,5,34,4v-8,8,-14,19,-21,29v-3,-7,-17,-5,-16,2v0,5,4,6,10,6r-128,209r214,0v0,-2,-3,-2,-5,-2v3,-3,6,-4,8,-3v0,1,-1,3,-2,5v11,-1,46,4,41,-4v1,-2,4,-1,7,-1v-2,2,-1,6,3,5v0,-3,-1,-1,3,0r44,0v5,-11,9,-17,23,-18v1,-12,8,-5,1,-16v6,6,11,-11,2,-1xm237,-280v-1,-1,-6,-4,0,-3r0,3xm240,-282v0,0,-2,0,-2,-1xm144,-186r0,0r0,0xm134,-123v-1,-1,-2,-3,1,-3v1,0,0,2,-1,3xm153,56v-2,0,-2,0,-1,-1v0,0,1,0,1,1xm203,-186v0,0,-1,0,-1,1xm201,-90r-1,1xm195,-75v1,1,3,2,0,2r0,-2xm157,-177v2,-4,-2,-8,4,-5xm170,66v0,-2,2,-2,4,-2xm188,-37v-1,1,-3,3,-3,0v1,-2,2,-3,3,0xm192,-125v-1,-1,-1,-2,1,-2v0,0,-1,1,-1,2xm194,-74v0,1,-3,3,-1,0r1,0xm198,39r-1,0r1,0xm201,-68v-2,1,-4,0,-2,-2r1,-1v2,0,2,2,1,3xm203,-68v0,-6,-1,-8,-5,-9v1,0,0,1,1,1v2,-2,3,-3,4,1v1,4,1,4,0,7xm348,20v-1,3,-3,3,-6,3v1,0,6,-4,6,-3xm346,18r-3,-1v2,-1,3,0,3,1xm343,4r-1,0r1,0xm342,-17v-1,-1,0,-2,1,-2xm339,-16v1,3,4,0,1,5v-2,-3,-3,-1,-1,-5xm228,64v-2,1,-5,-2,-1,-2v0,0,1,1,1,2xm227,22v-2,0,-2,-1,-1,-2v0,0,1,1,1,2xm227,46v0,-1,2,-4,2,-2v-2,1,-2,2,-2,2xm232,64v-2,1,-2,-1,-3,-2xm232,43v3,2,-1,5,-3,6xm237,66r0,-2r0,2xm240,47v-5,2,1,-2,-3,-3v2,0,2,2,3,3xm240,22v-4,-2,-9,1,-11,-1v6,-3,-3,-9,7,-5v0,2,6,4,4,6xm295,11v-1,-1,-2,-3,1,-2v0,0,-1,1,-1,2xm265,7v-10,-6,10,-8,4,-13v2,0,7,-3,7,-8r-1,1r4,0v-1,3,-4,10,1,7v0,0,4,2,2,2v-2,16,-12,-2,-17,11xm258,5r0,1r0,-1xm262,12v-4,3,-5,2,-8,0v2,-5,6,-5,8,0xm241,4v-1,0,-3,3,-4,1v0,0,1,-1,4,-1xm236,12v0,1,0,1,-1,1xm224,5v4,0,5,-2,11,-1v-4,1,-8,9,-11,1xm219,23v1,-1,2,-3,2,0r-2,0xm235,-257v-2,6,-4,9,3,12v-5,1,-6,-5,-8,-10v3,3,2,-3,5,-2xm229,-258v0,-2,0,-2,2,-2v1,0,0,1,0,2r-2,0xm222,-241v4,-2,2,-1,3,-5v3,3,3,9,-3,5xm221,-186v0,2,-3,1,-4,0v1,-1,2,-1,4,0xm221,-231v2,0,5,-5,7,-2xm226,-223v1,1,3,2,0,3r0,-3xm231,-82r-1,0r1,0xm229,-113v0,-2,3,-2,1,0r-1,0xm234,-134v-1,0,-1,0,-1,-1xm235,-113r0,-2r0,2xm222,-187v4,-10,21,-4,15,6v-1,-2,-2,-2,-5,-2v-1,0,2,3,0,3v-1,-1,-8,-16,-7,-5xm240,-187v1,1,1,2,0,3v-1,0,-1,-2,0,-3xm245,-239r-9,2r-1,-5v2,-1,6,1,10,3xm313,-283v3,-1,4,-2,2,1xm253,-269v1,-1,3,-3,3,-1v-1,0,-1,1,-3,1xm270,-190v1,-1,3,-2,3,1v0,1,-2,0,-3,-1xm269,-196v-5,-5,1,-8,5,-10r2,2v-6,0,-4,5,-7,8xm285,-217v-1,0,-3,4,-3,2v1,-1,1,-2,3,-2xm302,-239v0,0,-1,-1,0,-2v1,1,1,1,0,2xm307,-281v1,-2,2,-2,3,0r-3,0xm311,-211v-1,-1,-3,-1,-1,-2v0,0,1,1,1,2xm314,-218v-2,-2,-1,-4,2,-4v0,1,-1,2,-2,4xm311,-249v-3,-2,-3,-5,2,-4v1,2,3,-1,3,1v0,1,-1,2,-5,3xm319,-228r0,-2r0,2xm321,-226v-1,-1,-3,-9,-1,-8v0,2,0,4,1,8xm331,-244r2,-1v0,1,-1,1,-2,1xm342,-264v0,0,-2,-1,0,-1r0,1xm345,-275v-3,4,-4,-1,-7,-2v3,-5,22,8,7,2xm354,-283v0,4,0,1,-3,1v-2,0,-3,0,-3,-1r6,0xm122,-161v0,-1,0,-2,-2,-2v-1,1,0,1,0,2v1,1,2,1,2,0xm117,-315v-1,4,6,10,7,3v1,-5,-6,-9,-7,-3xm110,-125v0,-1,0,-2,-2,-2v0,1,1,2,2,2xm66,-136r0,0r0,0xm91,-163v1,-2,1,-3,-2,-3v-2,1,1,3,2,3xm89,-150v2,0,2,-1,2,-3v0,-1,-1,-4,-3,-3v-2,1,-2,2,-2,4v0,2,1,3,3,2xm66,-136v0,0,2,3,2,1v0,-1,-1,-1,-2,-1xm111,-169r0,-1r0,1xm110,-135v1,-2,0,3,2,0v0,-1,-1,0,-2,0xm94,-167v5,3,11,-4,4,-6v-3,0,-6,2,-4,6"},"[":{"d":"11,-91r0,0r0,0xm13,-256v0,-2,1,-6,-1,-7v0,3,1,5,1,7xm7,-228v0,3,1,3,2,1xm13,-252r0,-3r0,3xm10,-88r0,3r0,-3xm13,-243r0,0r0,0xm14,-208v-1,1,-1,-7,-2,-2v0,1,1,2,2,2xm9,-248v1,6,-1,8,-2,13v2,-3,2,-8,2,-13xm13,-207v0,2,-2,7,0,8v1,-2,1,-5,0,-8xm6,-107r-2,7v3,0,2,-4,2,-7xm10,-85v0,2,-1,5,1,5v0,0,0,-2,-1,-5xm13,-155r-1,0r1,0xm7,-253v0,0,0,2,1,2v0,0,1,-2,1,-4v-1,0,-2,1,-2,2xm7,-229v1,0,2,-1,2,-3v0,-1,-1,-2,-2,-2r0,5xm6,-98v0,3,-1,5,0,7v1,-1,1,-4,0,-7xm12,-288v0,6,1,4,1,0r-1,0xm8,-261r1,0r-1,0xm8,-259r0,-1r0,1xm13,-284r0,1r0,-1xm11,-283v0,3,3,8,2,0r-2,0xm13,-213v0,-1,-1,-4,-1,-1v1,0,1,1,1,1xm12,-140r0,10v1,-2,1,-5,0,-10xm57,-103v-1,-2,-5,-1,-5,1v2,1,5,2,5,-1xm14,-153v-1,0,-1,1,-1,2xm14,-225v-3,0,-1,8,-1,3xm13,-161r0,0r0,0xm7,-273v5,-6,-7,-6,-3,-15r-3,0r0,285v5,-1,11,9,13,-2v7,1,6,3,4,7v1,-1,2,-1,3,-1v0,1,-1,2,-2,3v1,0,1,-1,2,0v-3,1,-7,-1,-11,4v6,-3,8,2,3,5r-1,2v3,-1,4,1,6,2v-7,-2,-13,7,-17,-1v0,0,-2,31,8,23v-1,-4,-2,-12,-4,-14v8,2,2,15,8,17v-1,-1,-12,2,-5,4v2,0,3,0,3,2v0,2,-1,4,-3,4v-6,-1,-4,-10,-7,-10r0,30r131,0r0,-38r-49,0r0,-109v-5,6,-1,-4,0,0v-1,-18,4,-44,-5,-53v0,-2,2,-4,5,-4r0,-118r49,0r0,-38r-119,0r0,11v-3,-7,1,-5,-1,-11v-5,-1,-2,6,-3,9xm16,14v0,0,1,-2,2,-2xm5,32v-1,0,-4,2,-2,-1v0,0,1,0,2,1xm5,21r0,2v-1,0,-1,-1,0,-2xm42,-39v4,1,5,9,0,8v3,-1,1,-5,0,-8xm40,20v-3,0,-5,-1,-5,-3v1,0,3,2,5,3xm38,0v-3,0,-4,0,-1,-2xm41,3v-5,-2,-3,-2,0,-3v1,0,2,-1,2,0v0,1,-1,2,-2,3xm45,-2v0,0,-7,-2,-5,-2xm41,-13r0,1r0,-1xm41,-29v1,-1,3,0,3,2r-3,0v1,0,1,-2,0,-2xm38,-25v2,-2,6,-1,2,1v-1,0,-2,0,-2,-1xm41,-45v0,3,-1,3,-2,1xm38,-41v1,0,1,0,1,1xm32,-39v0,0,1,-2,1,0r-1,0xm36,-28v-7,2,-3,1,-3,-8v2,-3,5,-2,4,2r-1,1r5,1v-6,-1,-11,2,-5,4xm30,-21v0,-5,4,-4,5,0v1,7,4,1,6,2v1,3,-3,6,-8,4v0,-3,-1,-6,-2,-2v1,0,1,1,1,1v-1,0,-4,-2,-4,0v0,1,3,2,1,2v-1,1,-2,1,-4,1v1,-5,4,-7,6,-9xm32,16r-1,0r1,0xm30,-9r-1,0r1,0xm22,14v2,1,6,0,6,3v-4,0,-6,0,-6,-3xm23,9v1,0,1,1,1,2v-1,-1,-1,-2,-1,-2xm24,-15v-2,0,-2,0,-1,-1xm28,-12v1,4,-1,4,-3,2v1,-1,3,-2,3,-2xm29,-35v0,0,-1,-2,0,-1r0,1xm26,-41r0,2r0,-2xm24,-49v1,1,3,2,1,3v0,-2,-1,-3,-1,-3xm13,-225v1,1,1,3,0,6v-1,-2,-1,-4,0,-6xm13,-149v0,-1,-1,-4,1,-4xm12,-130r0,-10v1,5,1,8,0,10xm12,-126r0,4r0,-4xm13,-188r0,-6v0,2,1,3,0,6xm13,-161r0,1r0,-1xm12,-156v1,0,1,1,0,1r0,-1xm13,-207v2,2,1,8,-1,8xm12,-210v0,0,0,-2,1,-2v0,2,0,4,1,4v-1,0,-2,-1,-2,-2xm13,-213r-1,-3v1,1,1,2,1,3xm13,-238r0,3r0,-3xm13,-243r0,-2r0,2xm13,-233r0,1r0,-1xm13,-247r0,-2r0,2xm13,-252r-1,-11v2,2,1,7,1,11xm11,-91r0,0r0,0xm10,-88v0,2,2,7,0,8r0,-8xm8,-248v3,3,1,11,-1,13v0,-6,4,-6,1,-13xm7,-261v3,-1,1,2,1,1v0,0,-1,0,-1,-1xm9,-255v0,3,-2,6,-2,2v0,-1,1,-2,2,-2xm7,-234v1,2,3,3,0,5r0,-5xm7,-228v2,1,2,2,0,3r0,-3xm6,-107v0,3,1,7,-2,7xm3,-5v1,0,1,0,1,1xm6,-45v-1,-1,-3,0,-3,-2v1,0,2,1,3,2xm6,-91v-1,-2,0,-4,0,-7v2,2,0,5,0,7xm7,-44v0,1,0,1,-1,1v0,-1,1,-1,1,-1xm10,-8r-2,-1v0,0,1,0,2,1xm18,-9r1,-1xm10,-22v0,-11,12,-9,18,-7v1,6,-5,4,-5,9r4,0v-1,0,-1,3,-3,2r1,-1v-4,2,-14,7,-15,-3xm21,7v0,-1,0,-1,1,-1xm19,12v1,-2,2,-2,3,0r-3,0xm14,27r0,-1r0,1xm13,29v1,0,1,0,1,1xm19,37v-4,1,-3,6,-7,2v3,-2,-5,-12,2,-5v1,-1,3,-2,3,1r-2,1v0,3,4,-1,4,1xm19,27v-1,0,-3,1,-1,0r1,0xm22,22r-3,0r3,0xm19,53v2,-1,7,-6,5,0v-2,3,-3,2,-5,0xm24,55v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm24,58r2,1v0,1,-1,0,-2,-1xm29,16v1,1,1,2,-1,2v0,-1,0,-1,1,-2xm30,58v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm30,53r1,0r-1,0xm36,69v-2,-1,-4,-4,-1,-3v0,1,1,2,1,3xm35,21v2,6,-4,10,-3,4v3,-1,2,-2,3,-4xm45,68r-2,0r2,0xm46,18v-1,4,-6,11,-4,14v0,-1,2,-1,2,-1v0,1,-1,2,-2,2v-2,-3,-6,-5,-5,-8v0,0,1,1,2,1r0,-5v1,-1,3,2,3,2v0,-2,-1,-5,0,-6v0,2,4,0,4,1xm44,-48r3,0r-3,0xm47,-51v-1,0,3,2,1,3v-1,-1,-1,-2,-1,-3xm50,-34v-1,0,-1,1,-2,0r2,0xm55,-101v-3,1,-4,-3,-1,-3v2,-1,2,0,3,1v0,1,-1,2,-2,2xm-18,37v2,-8,-11,-11,-12,-3v0,6,11,10,12,3xm8,46r0,0r0,0xm-15,27v11,0,7,-13,2,-16v-3,-2,-18,6,-11,12v2,3,5,4,9,4xm-22,4v4,0,3,-5,0,-6v-2,0,-3,1,-2,4v0,2,1,2,2,2xm-6,-1v4,-3,4,-9,-1,-9v-7,-2,-9,8,-4,10v2,1,3,1,5,-1xm-32,-42v0,0,5,-4,1,-4v-2,0,-3,0,-3,2v0,1,1,2,2,2xm-8,49v-1,-1,-1,-2,-2,0v0,1,2,2,2,0xm-5,67v0,-1,0,-2,-2,-2v-2,0,-2,1,-2,3v1,2,4,1,4,-1xm99,27v-2,-3,-6,-8,-10,-6v-3,2,4,11,7,9v2,0,3,-2,3,-3xm113,-7r-1,4v1,1,2,0,2,-2v0,-1,0,-2,-1,-2xm83,-75r0,0r0,0xm80,-75v-1,1,1,3,2,2v0,0,1,-1,1,-2v-1,-1,-2,0,-3,0xm83,-75r-1,-1xm13,-256r0,1r0,-1xm8,-260r0,0r0,0xm8,-261r-1,0r1,0xm13,-151r0,2r0,-2xm-3,-47r0,2r0,-2xm0,45r0,0r0,0xm18,27r1,0r-1,0xm32,16r0,1r0,-1xm11,-91r0,0r0,0xm13,-256v0,-2,1,-6,-1,-7v0,3,1,5,1,7xm7,-228v0,3,1,3,2,1xm13,-252r0,-3r0,3xm10,-88r0,3r0,-3xm13,-243r0,0r0,0xm14,-208v-1,1,-1,-7,-2,-2v0,1,1,2,2,2xm9,-248v1,6,-1,8,-2,13v2,-3,2,-8,2,-13xm13,-207v0,2,-2,7,0,8v1,-2,1,-5,0,-8xm6,-107r-2,7v3,0,2,-4,2,-7xm10,-85v0,2,-1,5,1,5v0,0,0,-2,-1,-5xm13,-155r-1,0r1,0xm7,-253v0,0,0,2,1,2v0,0,1,-2,1,-4v-1,0,-2,1,-2,2xm7,-229v1,0,2,-1,2,-3v0,-1,-1,-2,-2,-2r0,5xm6,-98v0,3,-1,5,0,7v1,-1,1,-4,0,-7xm12,-288v0,6,1,4,1,0r-1,0xm8,-261r1,0r-1,0xm8,-259r0,-1r0,1xm13,-284r0,1r0,-1xm11,-283v0,3,3,8,2,0r-2,0xm13,-213v0,-1,-1,-4,-1,-1v1,0,1,1,1,1xm12,-140r0,10v1,-2,1,-5,0,-10xm57,-103v-1,-2,-5,-1,-5,1v2,1,5,2,5,-1xm14,-153v-1,0,-1,1,-1,2xm14,-225v-3,0,-1,8,-1,3xm13,-161r0,0r0,0xm7,-273v5,-6,-7,-6,-3,-15r-3,0r0,285v5,-1,11,9,13,-2v7,1,6,3,4,7v1,-1,2,-1,3,-1v0,1,-1,2,-2,3v1,0,1,-1,2,0v-3,1,-7,-1,-11,4v6,-3,8,2,3,5r-1,2v3,-1,4,1,6,2v-7,-2,-13,7,-17,-1v0,0,-2,31,8,23v-1,-4,-2,-12,-4,-14v8,2,2,15,8,17v-1,-1,-12,2,-5,4v2,0,3,0,3,2v0,2,-1,4,-3,4v-6,-1,-4,-10,-7,-10r0,30r131,0r0,-38r-49,0r0,-109v-5,6,-1,-4,0,0v-1,-18,4,-44,-5,-53v0,-2,2,-4,5,-4r0,-118r49,0r0,-38r-119,0r0,11v-3,-7,1,-5,-1,-11v-5,-1,-2,6,-3,9xm16,14v0,0,1,-2,2,-2xm5,32v-1,0,-4,2,-2,-1v0,0,1,0,2,1xm5,21r0,2v-1,0,-1,-1,0,-2xm42,-39v4,1,5,9,0,8v3,-1,1,-5,0,-8xm40,20v-3,0,-5,-1,-5,-3v1,0,3,2,5,3xm38,0v-3,0,-4,0,-1,-2xm41,3v-5,-2,-3,-2,0,-3v1,0,2,-1,2,0v0,1,-1,2,-2,3xm45,-2v0,0,-7,-2,-5,-2xm41,-13r0,1r0,-1xm41,-29v1,-1,3,0,3,2r-3,0v1,0,1,-2,0,-2xm38,-25v2,-2,6,-1,2,1v-1,0,-2,0,-2,-1xm41,-45v0,3,-1,3,-2,1xm38,-41v1,0,1,0,1,1xm32,-39v0,0,1,-2,1,0r-1,0xm36,-28v-7,2,-3,1,-3,-8v2,-3,5,-2,4,2r-1,1r5,1v-6,-1,-11,2,-5,4xm30,-21v0,-5,4,-4,5,0v1,7,4,1,6,2v1,3,-3,6,-8,4v0,-3,-1,-6,-2,-2v1,0,1,1,1,1v-1,0,-4,-2,-4,0v0,1,3,2,1,2v-1,1,-2,1,-4,1v1,-5,4,-7,6,-9xm32,16r-1,0r1,0xm30,-9r-1,0r1,0xm22,14v2,1,6,0,6,3v-4,0,-6,0,-6,-3xm23,9v1,0,1,1,1,2v-1,-1,-1,-2,-1,-2xm24,-15v-2,0,-2,0,-1,-1xm28,-12v1,4,-1,4,-3,2v1,-1,3,-2,3,-2xm29,-35v0,0,-1,-2,0,-1r0,1xm26,-41r0,2r0,-2xm24,-49v1,1,3,2,1,3v0,-2,-1,-3,-1,-3xm13,-225v1,1,1,3,0,6v-1,-2,-1,-4,0,-6xm13,-149v0,-1,-1,-4,1,-4xm12,-130r0,-10v1,5,1,8,0,10xm12,-126r0,4r0,-4xm13,-188r0,-6v0,2,1,3,0,6xm13,-161r0,1r0,-1xm12,-156v1,0,1,1,0,1r0,-1xm13,-207v2,2,1,8,-1,8xm12,-210v0,0,0,-2,1,-2v0,2,0,4,1,4v-1,0,-2,-1,-2,-2xm13,-213r-1,-3v1,1,1,2,1,3xm13,-238r0,3r0,-3xm13,-243r0,-2r0,2xm13,-233r0,1r0,-1xm13,-247r0,-2r0,2xm13,-252r-1,-11v2,2,1,7,1,11xm11,-91r0,0r0,0xm10,-88v0,2,2,7,0,8r0,-8xm8,-248v3,3,1,11,-1,13v0,-6,4,-6,1,-13xm7,-261v3,-1,1,2,1,1v0,0,-1,0,-1,-1xm9,-255v0,3,-2,6,-2,2v0,-1,1,-2,2,-2xm7,-234v1,2,3,3,0,5r0,-5xm7,-228v2,1,2,2,0,3r0,-3xm6,-107v0,3,1,7,-2,7xm3,-5v1,0,1,0,1,1xm6,-45v-1,-1,-3,0,-3,-2v1,0,2,1,3,2xm6,-91v-1,-2,0,-4,0,-7v2,2,0,5,0,7xm7,-44v0,1,0,1,-1,1v0,-1,1,-1,1,-1xm10,-8r-2,-1v0,0,1,0,2,1xm18,-9r1,-1xm10,-22v0,-11,12,-9,18,-7v1,6,-5,4,-5,9r4,0v-1,0,-1,3,-3,2r1,-1v-4,2,-14,7,-15,-3xm21,7v0,-1,0,-1,1,-1xm19,12v1,-2,2,-2,3,0r-3,0xm14,27r0,-1r0,1xm13,29v1,0,1,0,1,1xm19,37v-4,1,-3,6,-7,2v3,-2,-5,-12,2,-5v1,-1,3,-2,3,1r-2,1v0,3,4,-1,4,1xm19,27v-1,0,-3,1,-1,0r1,0xm22,22r-3,0r3,0xm19,53v2,-1,7,-6,5,0v-2,3,-3,2,-5,0xm24,55v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm24,58r2,1v0,1,-1,0,-2,-1xm29,16v1,1,1,2,-1,2v0,-1,0,-1,1,-2xm30,58v0,1,-1,1,-2,1v0,-1,1,-1,2,-1xm30,53r1,0r-1,0xm36,69v-2,-1,-4,-4,-1,-3v0,1,1,2,1,3xm35,21v2,6,-4,10,-3,4v3,-1,2,-2,3,-4xm45,68r-2,0r2,0xm46,18v-1,4,-6,11,-4,14v0,-1,2,-1,2,-1v0,1,-1,2,-2,2v-2,-3,-6,-5,-5,-8v0,0,1,1,2,1r0,-5v1,-1,3,2,3,2v0,-2,-1,-5,0,-6v0,2,4,0,4,1xm44,-48r3,0r-3,0xm47,-51v-1,0,3,2,1,3v-1,-1,-1,-2,-1,-3xm50,-34v-1,0,-1,1,-2,0r2,0xm55,-101v-3,1,-4,-3,-1,-3v2,-1,2,0,3,1v0,1,-1,2,-2,2xm-18,37v2,-8,-11,-11,-12,-3v0,6,11,10,12,3xm8,46r0,0r0,0xm-15,27v11,0,7,-13,2,-16v-3,-2,-18,6,-11,12v2,3,5,4,9,4xm-22,4v4,0,3,-5,0,-6v-2,0,-3,1,-2,4v0,2,1,2,2,2xm-6,-1v4,-3,4,-9,-1,-9v-7,-2,-9,8,-4,10v2,1,3,1,5,-1xm-32,-42v0,0,5,-4,1,-4v-2,0,-3,0,-3,2v0,1,1,2,2,2xm-8,49v-1,-1,-1,-2,-2,0v0,1,2,2,2,0xm-5,67v0,-1,0,-2,-2,-2v-2,0,-2,1,-2,3v1,2,4,1,4,-1xm99,27v-2,-3,-6,-8,-10,-6v-3,2,4,11,7,9v2,0,3,-2,3,-3xm113,-7r-1,4v1,1,2,0,2,-2v0,-1,0,-2,-1,-2xm83,-75r0,0r0,0xm80,-75v-1,1,1,3,2,2v0,0,1,-1,1,-2v-1,-1,-2,0,-3,0xm83,-75r-1,-1xm13,-256r0,1r0,-1xm8,-260r0,0r0,0xm8,-261r-1,0r1,0xm13,-151r0,2r0,-2xm-3,-47r0,2r0,-2xm0,45r0,0r0,0xm18,27r1,0r-1,0xm32,16r0,1r0,-1","w":165},"\\":{"d":"159,-175v3,4,8,0,7,-5v0,-3,-1,-4,-3,-4v-6,0,-6,4,-4,9xm167,-150r0,0r0,0xm180,-112v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm194,-101v0,-3,-2,-4,-5,-4v-5,7,5,14,5,4xm201,-85v0,-2,-1,-2,-3,-2v-1,2,3,3,3,2xm153,-174v0,-1,-1,-1,-2,-1v0,0,1,1,2,1xm159,-170v-2,-1,-2,-1,-1,1xm161,-130v1,1,1,1,2,1v0,-1,-1,-1,-2,-1xm156,-152v-3,4,3,6,3,2v2,-4,-2,-6,-3,-2xm260,15r1,0r-1,0xm250,-63r0,-1r0,1xm203,-99v4,0,7,-9,0,-8v-4,0,-6,8,0,8xm236,-74v2,1,8,-1,7,-4v1,-5,-9,-7,-10,-2v0,3,1,5,3,6xm277,31v0,0,3,-1,2,-2v-3,0,-5,0,-2,2xm208,-91v2,-7,-8,-5,-8,-3v-1,6,7,7,8,3xm232,-108v3,0,4,-1,4,-4v0,-3,-2,-5,-5,-5v-4,0,-4,1,-3,4v0,3,1,5,4,5xm216,-50v-2,1,0,1,1,2v0,-1,0,-2,-1,-2xm209,-89v-1,6,8,8,9,2v1,-6,-7,-5,-9,-2xm168,-149v0,0,0,-1,-1,-1xm139,-64v-3,-1,-8,6,-2,6v5,1,5,-6,2,-6xm138,-54v-1,-3,-2,0,-4,0v1,1,3,2,4,0xm119,-64v-2,0,-4,3,0,3v2,-1,2,-2,0,-3xm124,-72v1,-5,-6,-16,-7,-4v-2,0,-1,2,2,4v2,1,4,1,5,0xm133,-66v0,-6,-7,-4,-9,-1v-1,3,3,9,7,7v2,-1,2,-4,2,-6xm143,-48v-1,-1,-2,-1,-3,0v-1,4,3,5,4,3v1,-1,0,-2,-1,-3xm214,79v1,8,15,10,16,2v1,-10,-16,-10,-16,-2xm140,-25v-3,0,-1,4,0,1v0,0,1,-1,0,-1xm138,-24r0,-1r0,1xm116,-67v4,-1,3,-6,-2,-6v-3,1,-2,7,2,6xm94,-58v0,-3,-2,1,-3,-1v-1,2,3,3,3,1xm81,-111v-3,-3,-4,1,-1,1v1,0,1,0,1,-1xm88,-102v2,8,7,5,14,3v7,-2,2,-9,-2,-9v-7,-1,-10,2,-12,6xm68,-158v-3,0,-2,4,0,5v2,0,6,1,5,-2v0,-2,-2,-3,-5,-3xm92,-116v0,-2,-2,-1,-2,0v0,1,0,2,1,2v1,0,1,-1,1,-2xm104,-90v-4,2,-3,8,2,10v5,0,5,-5,2,-7v-3,1,-2,-1,-4,-3xm144,-176v0,-2,-1,-4,-2,-2v0,1,1,2,2,2xm100,-91v1,-2,-4,-5,-5,-2v0,1,0,2,1,3v2,0,4,1,4,-1xm234,58v13,2,-3,14,-3,14v19,-2,38,1,64,0r-97,-144v4,2,6,6,11,6v3,-3,-4,-19,-11,-14v-3,2,-2,2,-2,5r-133,-199r-63,0r103,154v-3,-3,-4,-2,-6,-1v12,3,15,20,24,28r99,146r-1,-1v7,5,5,20,15,6xm216,-24v-1,-4,5,-5,6,-2v1,6,-5,5,-6,2xm220,7r0,-1r0,1xm210,-23r3,2v-1,2,-2,2,-3,0r0,-2xm211,-14v4,-4,9,-2,9,4v1,5,-8,5,-10,2v-2,-2,-1,-4,1,-6xm198,6v-2,2,-5,1,-5,-1v-1,-2,4,-4,5,-2v1,1,1,2,0,3xm204,0v-2,0,-3,-4,0,-4v2,1,2,3,0,4xm205,-48v0,2,-4,3,-2,0v0,-2,2,-1,2,0xm215,0v-1,3,-7,2,-7,-2v0,-4,3,-3,6,-1v1,1,1,2,1,3xm217,40v1,-2,2,-1,2,1v0,1,-1,1,-2,0v-1,-1,-1,-1,0,-1xm215,26v3,0,8,2,7,6v0,4,-2,6,-6,6v-5,0,-6,-3,-6,-8v0,-3,1,-4,5,-4xm222,16v2,1,-1,1,-1,1v0,-1,0,-1,1,-1xm232,5v1,2,-2,4,-3,2v-1,-2,1,-4,3,-2xm222,-17v-3,-8,5,-9,10,-4v1,2,-9,6,-10,4xm261,47v2,-1,4,1,4,2v0,3,-1,4,-5,4v-3,0,-5,-1,-5,-3v0,-2,2,-3,6,-3xm243,19v-1,-6,5,-5,10,-5v2,1,9,13,-1,14v-1,1,-4,-8,-9,-9xm244,62v-1,-1,-1,-5,2,-4v1,1,1,5,-2,4xm252,35v1,6,-7,11,-12,6v-6,-4,0,-18,6,-12v4,0,5,2,6,6xm251,68v-5,-1,-4,-9,2,-8v2,0,3,2,3,4v0,4,-2,5,-5,4xm262,66v-2,0,-3,-1,-3,-3v0,-3,4,-7,6,-4v4,2,1,9,-3,7","w":318},"]":{"d":"46,-69v1,0,1,-1,1,-2xm54,7v9,5,3,22,-7,17r0,12r-47,0r0,36r125,0r0,-345r-125,0r0,37r47,0v2,17,-4,42,3,53v-7,28,-1,81,-3,114v0,0,2,1,3,1v-2,-6,4,-9,2,-5v0,0,-1,5,1,4v-3,-3,5,-5,1,-11r3,0r-1,-1v4,-1,2,1,6,2r0,-5v2,0,4,2,2,3v0,0,-1,-1,-2,-1v9,1,4,27,0,17v0,0,1,1,-2,5v-5,1,0,-3,-4,-2v0,6,-3,18,-5,7v-4,5,12,9,4,12v1,3,0,4,2,6v-15,-1,-9,28,-10,45v2,-1,4,-1,7,-1xm53,-115v-1,0,-2,2,-3,0v1,-1,3,0,3,0xm54,-89v1,0,2,2,0,2r0,-2xm61,-132v0,-4,3,-1,3,0r-3,0xm58,-105v-2,-7,1,-3,3,-1v-1,0,-2,1,-3,1xm59,-91v0,0,2,1,0,1r0,-1xm62,-104v1,3,3,7,-1,8v-2,-3,0,-6,1,-8xm63,-109v-2,0,-1,-1,0,-2v3,0,2,-1,0,2xm49,-27r1,0r-1,0xm49,-23v0,-3,0,-3,2,-1xm51,-20v-1,0,-2,-1,-2,-3v0,0,1,1,2,3xm53,-28v-2,0,-2,-1,-1,-2v1,1,1,2,1,2xm56,-27r1,1xm26,40v0,-1,-2,-4,1,-3v2,1,1,4,-1,3xm63,-49v-3,-1,-9,-6,-3,-8v-1,6,4,1,3,8xm68,-28v0,0,-1,2,-1,0r1,0xm28,-67v-1,7,16,15,16,3v1,-7,-16,-14,-16,-3xm21,-86r0,0r0,0xm-7,-103v2,0,1,-2,2,-3v-3,0,-4,1,-2,3xm-9,-87v-2,-3,-9,1,-9,3v0,2,2,4,5,4v6,0,3,-5,4,-7xm-17,-95v1,-1,2,-3,2,-4v-1,-1,-2,0,-2,0v-1,1,-2,3,0,4xm23,-63v0,0,2,-1,0,-1r0,1xm27,-59v-2,-7,-12,-3,-12,3v-1,4,5,5,8,3v-1,-3,-1,-5,4,-6xm21,-60r1,0r-1,0xm44,-35r-1,0r1,0xm51,-44r0,-6v0,1,2,2,3,2v-4,-6,-4,-5,-6,3v1,0,2,1,3,1xm18,-90v2,-6,-9,-12,-11,-4v-1,6,10,10,11,4xm44,-142r0,0r0,0xm43,-76v3,-1,3,-7,-1,-6v-3,1,-2,7,1,6xm47,-140r0,1r0,-1xm13,-113v-8,5,1,14,8,13v10,0,8,-14,1,-15v-2,-1,-5,-1,-9,2xm17,-124v0,-4,-6,-4,-5,0v1,4,3,4,5,0xm30,-127v3,-3,2,-8,-1,-9v-6,-1,-10,8,-4,10v2,1,4,1,5,-1xm108,-275v7,2,9,-8,4,-10v-6,-1,-10,8,-4,10xm6,-226v2,0,5,-3,2,-4v-1,-1,-2,0,-3,1v-1,1,0,3,1,3xm120,-283v2,1,4,-1,3,-3v-2,-3,-3,3,-3,3xm-3,-17v5,1,2,-6,1,-3v-4,-1,-3,3,-1,3xm28,39v0,-2,-1,-2,-3,-2v0,2,2,5,3,2xm28,-79v-1,-2,-4,0,-2,1v1,0,2,-1,2,-1xm30,-120v2,0,3,-4,0,-3v-1,0,-2,0,-2,2v0,0,1,1,2,1xm0,-92v4,-1,2,-3,1,-6v-3,-1,-3,2,-2,4v0,1,0,2,1,2xm113,-285v2,-1,2,-2,0,-3v-1,0,-2,3,0,3xm41,-106r0,-1r0,1xm-46,-88v-2,-2,-4,-1,-2,2xm-53,-106r0,1r0,-1xm-55,-91v2,-1,2,-4,0,-2r0,2xm-55,-79v4,-1,6,-8,1,-12v1,5,-1,3,-6,8v1,-1,2,-1,2,-1v-1,4,-3,6,2,4xm19,-82v3,1,4,-3,2,-4v-3,0,-4,2,-2,4xm29,-87v-6,0,1,3,-2,8v4,0,7,3,3,-1v-6,-3,6,-4,-1,-7xm32,-76r0,-1r0,1xm35,-76v-1,-2,-5,-1,-2,1v0,0,1,-1,2,-1xm-21,-85v-2,2,0,7,1,4v0,-1,-1,-2,-1,-4xm48,-71r0,0r0,0xm42,-34v2,0,2,0,1,-1xm44,-35v0,0,1,-1,2,-1v0,6,-2,3,0,8v1,-1,1,-6,1,-9v-1,0,-2,1,-3,2xm48,-71r-1,0r1,0xm23,-53v2,0,7,-7,1,-6v-1,4,-2,2,-1,6xm-15,-79v5,-4,3,1,1,-5v-2,1,-2,3,-1,5xm-30,-83r2,0r-2,0xm-1,-82v0,0,0,-1,-2,-1xm45,-78v-2,-1,-1,-1,-2,0v1,1,1,1,2,0xm-56,-77v-2,-2,0,1,-2,1v0,0,1,0,2,-1xm-3,-74v2,0,4,-2,2,-3v-1,1,-2,2,-2,3xm-5,-72v0,-1,-2,-3,0,-4v-2,3,-6,-2,-6,2v1,4,4,-3,6,2xm-18,-67v3,-2,4,-8,-1,-7xm26,-71r0,-1r0,1xm34,-69v2,-5,-3,-1,-2,-2v0,0,0,1,2,2xm27,-69v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm23,-70v-1,1,0,2,1,4v0,-2,-1,-4,-1,-4xm16,-69v0,0,-5,3,-1,2xm21,-65v1,0,1,1,2,1v0,-3,-2,-3,-4,-2r0,4v2,-1,4,-1,2,-3xm14,-66r1,0r-1,0xm22,-60r-1,0r1,0xm-54,-54r1,0r-1,0xm-48,-48v4,-7,-9,-11,-2,-3r1,-2v1,0,-1,5,1,5xm3,-54v2,-1,1,-1,0,-3r0,3xm-57,-53v0,-2,-3,-1,-2,0r2,0xm25,-48v1,4,4,4,2,0r-5,-1v1,3,-1,8,3,8v-1,-3,-1,-3,0,-7xm-40,-40v-1,-1,-1,-4,-2,-2xm28,-40r0,-2v-1,1,-2,1,0,2xm29,-40r-1,0r1,0xm30,-38r0,1r0,-1xm38,-33v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm53,-28v0,-2,-2,-2,-2,0r2,0xm45,-27r1,0r-1,0xm57,-26r-1,-1xm49,-23r0,-3r0,3xm-24,-24v-1,-1,-2,0,-2,1xm-48,-21v2,0,2,-3,0,-1r0,1xm49,-23v-1,2,3,3,2,3v0,-1,-1,-2,-2,-3xm39,-19r1,-3v-1,1,-2,2,-1,3","w":185},"^":{"d":"153,-118r-1,0r1,0xm73,-96v-9,-11,13,-10,17,-18v7,3,15,-6,21,2v1,-9,7,0,9,-6r-4,-1v9,-3,8,-4,14,-5v0,2,0,6,1,7v4,-5,5,-10,16,-5v0,-3,4,-8,7,-5v-3,2,-5,8,-1,9r31,-14v-2,-3,-3,1,-5,-1v6,-3,-3,-12,2,-13r4,4r0,-9v10,-2,10,-9,17,-2v-4,5,-4,7,-13,7v2,4,3,8,1,9r-2,-2v0,0,-1,2,-1,5r17,-7r152,74r48,-102r-200,-119r-203,117r12,26v3,-6,4,-10,4,-10v-1,3,2,6,6,3v2,5,-8,4,-9,8r24,50v-1,-6,9,-8,10,-5v-2,0,-3,1,-2,3v8,-8,9,11,11,0v5,-3,23,12,18,-3xm21,-139v0,0,-1,2,-3,2v-1,-6,3,-5,3,-2xm31,-127v-5,0,-1,-3,0,-1v0,0,1,0,0,1xm48,-118v-2,2,-4,2,-5,0v1,-2,3,-2,5,0xm49,-108v-2,-4,-1,-7,2,-1v0,0,-1,1,-2,1xm59,-130v-5,4,-4,4,-11,0v3,-3,6,-3,11,0xm59,-100v-1,1,-2,1,-2,-1v0,0,1,1,2,1xm85,-148v1,-3,3,-3,4,-2xm97,-122r-1,-3xm89,-130v3,2,9,-5,9,1v-3,-1,-9,6,-9,-1xm102,-132v10,1,1,14,5,14v-3,3,-6,0,-6,-3v1,-4,3,-5,1,-11xm113,-141v0,2,0,3,-1,4xm113,-132v-1,-1,-3,-4,0,-3r0,3xm116,-127r-2,-4v1,1,1,2,2,4xm126,-132v-2,2,-4,4,-5,0v1,2,3,2,5,0xm123,-143v-1,5,9,8,0,10v0,-3,-9,-4,-5,-8v2,4,2,1,5,-2xm132,-133v-1,2,-1,5,-2,2xm140,-128v-3,-1,-5,-3,-5,-5v2,1,8,1,5,5xm171,-149v1,3,-2,2,-3,1v-1,-1,-2,-2,-3,-2v4,0,6,1,6,1xm164,-125v-1,0,-4,-1,-1,-1xm168,-144v7,4,3,18,-5,11v1,-3,4,-7,-1,-8v1,2,-8,5,-4,8v-10,-2,-10,-17,-1,-18r-1,-6v9,4,5,7,4,14v1,2,8,-1,8,-1xm10,-131v-1,2,-2,5,1,5xm152,-85r-1,1xm153,-119v0,1,0,1,1,1xm185,-117v6,0,2,-2,3,-7v-5,3,2,5,-3,7xm15,-120v-2,-1,-5,0,-6,2v1,0,4,0,6,-2xm29,-105v2,-12,-4,-4,-7,-8r1,2r-5,1v3,0,6,2,11,5xm30,-110v2,0,2,-2,1,-3xm174,-114v-2,1,0,2,1,3v2,-1,0,-2,-1,-3xm193,-113v0,2,2,2,4,2v-1,-1,-2,-4,-4,-2xm57,-101v1,2,1,2,2,1v-1,0,-2,-1,-2,-1xm193,-96v-2,0,-5,-4,-5,0v2,2,4,4,5,0xm189,-90v-1,1,-1,2,1,3v0,-1,0,-2,-1,-3xm32,-91v1,7,0,8,-8,13v6,6,2,7,-5,7v0,4,5,3,9,2v3,0,1,-6,3,-7v1,5,9,3,11,7v0,-1,0,-4,1,-6v2,9,4,15,6,3v1,0,2,6,3,3v5,-4,-1,-36,-13,-22v3,2,1,8,-4,7v1,-4,-3,-5,-3,-7xm34,-76v-1,-2,1,-6,-2,-9v-1,3,-1,7,2,9xm149,-80v2,1,3,3,3,3v-1,-2,-3,-3,-3,-3xm180,-75v1,-1,1,-2,0,-3r0,3xm37,-75v0,0,3,3,3,1v0,0,-1,-1,-3,-1xm175,-70v1,0,2,3,2,1v0,0,-1,-1,-2,-1xm78,-65v0,1,4,6,3,2xm178,-64v1,1,2,3,3,1v0,0,-1,-1,-3,-1xm155,-60r0,2r0,-2xm171,-58v0,-3,-2,-6,-3,-3xm35,-59v-1,1,0,4,2,3v0,0,-1,-1,-2,-3xm26,-58v1,2,1,2,2,0r-2,0xm102,-56r0,2r0,-2xm37,-54v0,6,4,10,7,1v-3,-4,-5,-4,-7,-1xm8,-51v-2,1,-10,10,0,7r0,-7xm31,-51v-1,2,2,2,1,1xm117,-49r2,0r-2,0xm109,-48v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm35,-44v-1,-4,-1,-3,-1,0r1,0xm55,-47v-3,0,-3,5,0,6r0,-6xm125,-46r-6,0v0,2,2,2,6,0xm173,-28v4,-6,12,-8,5,-15r-4,5v1,-6,-4,-11,-3,-3v-1,5,1,5,2,13xm137,-41r3,0r-3,0xm13,-27v3,0,1,-3,0,-3r0,3xm78,-18v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm93,-76v6,11,23,-3,24,5v9,-6,-1,-21,1,-34v-5,10,-16,-2,-15,12v-8,-5,-9,12,-14,1v-1,0,-2,1,-2,1v4,5,7,7,10,13v0,0,-5,-1,-4,2xm62,-2v1,-1,1,-3,0,-4v-1,0,-1,2,0,4xm129,-49v0,-1,0,-1,-2,-2v1,2,1,2,2,2xm82,-1v-4,-2,-3,1,-6,3v2,0,5,-2,6,-3xm14,1v3,1,5,-1,2,-2v-1,0,-2,1,-2,2xm105,-45v3,1,2,-2,1,-2v-1,1,-2,2,-1,2xm114,-42v2,-1,0,-3,-1,-4v-2,1,-1,4,1,4xm100,-45v1,1,1,4,2,2xm79,6v-1,-1,-2,-3,-3,-1xm89,-44v-2,2,-5,7,1,6v9,-2,-5,-1,-1,-6xm79,13v2,-4,-6,-5,-10,-6v-2,0,-3,1,-3,2v3,0,12,2,13,4xm107,-41v-4,1,-11,3,-7,4v3,-1,6,-1,7,-4xm63,11v-1,1,-2,2,1,2xm41,19v0,-1,-1,-10,-2,-3v0,1,0,3,2,3xm21,14r3,-1v-1,-1,-2,-1,-3,1xm112,-32v-1,1,-7,-2,-5,1v1,3,4,2,5,-1xm103,-31v-3,0,-1,2,0,2v2,-1,3,-1,0,-2xm94,-25r4,-2v-1,-2,-2,-3,-4,-1v1,2,0,3,0,3xm46,26v0,-1,-1,-2,-1,-3v0,0,0,2,1,3xm127,-25v-1,0,-4,1,-2,2xm52,28v2,1,4,2,5,-1v-1,-2,-3,-2,-5,1xm86,-16v-1,3,2,2,2,1v0,-1,0,-1,-2,-1xm174,36v-2,1,-3,2,-1,4v1,-1,2,-3,1,-4xm121,-4v0,0,-3,7,1,3v0,-2,-1,-3,-1,-3xm81,-75v-10,0,-18,16,-4,17v9,0,7,-11,4,-17xm93,-60v-5,-2,-8,3,-4,5v3,1,4,1,4,-2v0,-2,-1,-3,-2,-4xm146,-116v0,-2,-2,-5,-6,-4v-3,0,-5,2,-5,6v0,3,2,5,4,5v3,1,8,-4,7,-7xm-6,73v8,0,6,-7,3,-10v-9,-2,-12,10,-3,10xm405,-193v-7,0,-20,12,-4,13v10,0,7,-8,4,-13xm397,-199v-1,-3,-6,-2,-6,1v0,2,2,4,5,3v1,0,3,-4,1,-4","w":419},"_":{"d":"289,-19v-1,-4,-3,-2,-5,0r5,0xm280,-39v8,-1,5,28,17,13v2,1,4,4,4,7r26,0v-5,-6,-13,-4,-20,-7v2,-11,6,-27,-7,-32v-7,3,4,25,-10,17xm296,-19r0,-1r0,1xm272,-3v-7,-3,-6,5,-8,9v-4,-2,-18,-3,-9,-6v-8,-3,-9,-5,-13,0v-1,-5,7,-6,1,-11v4,0,7,-3,7,-8r-64,0r-3,4v-1,-1,-2,-2,-1,-4r-46,0r0,4v-32,-9,-89,-2,-134,-4r0,91r610,0r0,-91r-155,0v4,1,5,2,2,4v-2,0,-2,-4,-3,-4r-124,0v3,2,3,3,0,4v-2,-2,-12,-5,-20,-4v5,2,-1,14,8,13v1,2,0,7,-3,5v-7,0,-10,-14,-7,-18r-9,0v0,0,10,12,-3,10r-2,-10v-3,5,-20,-4,-14,6v-3,4,-12,-10,-10,10xm35,18v-1,6,-8,8,-8,0v1,-4,7,-4,8,0xm23,-17v7,1,8,25,16,8v13,0,8,13,5,6v-5,4,-19,22,-20,-1v-1,1,-21,-6,-12,-10v5,3,8,2,11,-3xm100,5v-6,0,-11,10,-17,2v2,-4,0,-7,-6,-6v-1,-7,8,0,13,-5v6,0,2,11,10,9xm120,28v2,3,-1,5,-4,3v0,-2,1,-6,4,-3xm125,-1r-1,-4v1,1,1,2,1,4xm153,9v-5,4,-7,4,-10,0v1,-4,7,0,10,0xm153,-9v5,5,12,-4,17,3v-2,-10,6,-10,7,-2v-5,2,-13,11,-14,2v-7,5,-6,7,-10,3r0,-6xm170,17v-5,-1,-9,-9,-2,-4v1,1,1,3,2,4xm183,9v-2,1,-4,2,-8,2xm193,2v-2,0,-5,-2,-4,-6xm198,-5v0,1,0,2,-2,2r0,-3v1,0,2,0,2,1xm214,27v0,3,-1,3,-3,3xm219,16v-1,1,-5,2,-6,0r6,0xm219,6v1,1,8,8,0,7v-4,-5,-18,-8,-16,-16v7,0,13,-14,15,0v2,11,15,10,21,4v-2,7,-6,17,-13,17v1,-7,-3,-17,-7,-12xm256,13v-2,-1,1,-3,2,-5v1,1,0,3,-2,5xm272,13v-2,7,-1,2,-5,-1v1,-1,3,-1,5,1xm269,1v6,-2,8,4,6,7v-2,-4,-6,2,-7,-1v5,0,8,-6,1,-6xm282,-5v-2,0,-7,1,-7,-1xm329,26v9,-3,2,12,1,3v0,-2,0,-3,-1,-3xm409,-8v0,-2,-1,-6,2,-5v0,2,0,3,-2,5xm371,11v0,4,0,4,-4,1xm396,-15v-1,2,-3,1,-3,-1r0,-3xm404,-14v-4,0,-6,-2,-1,-3v2,0,3,1,1,3xm409,24v-6,-18,-1,-24,15,-24v-1,4,-2,9,2,11v-6,-7,-21,7,-8,6v1,0,2,1,2,4xm494,-13v1,3,-5,5,-8,3v-1,-5,5,-2,8,-3xm497,9v-4,-1,-3,-6,0,-8v4,1,1,9,0,8xm516,6v1,1,-2,8,-2,3v0,-2,0,-4,2,-3xm510,-78v-2,1,-7,2,-3,3xm495,-71v6,-1,2,-3,-1,-6v-3,2,-1,4,1,6xm457,-19v0,0,-1,-2,-1,0r1,0xm459,-15v3,-2,2,-3,-2,-4v0,2,0,4,2,4xm296,-19r-7,0v2,3,5,3,7,0xm312,-19v-1,0,-2,-2,-2,0r2,0xm257,-49r0,0r0,0xm261,-36v-3,-6,9,-5,8,-9v-2,-3,-11,1,-12,-4v0,5,-1,13,4,13xm264,-33v5,3,5,2,5,-2xm258,8v-1,2,-4,4,-2,5v2,-2,3,-4,2,-5xm252,-38v-2,-1,-6,-10,-6,-3v2,1,4,3,6,3xm241,-31v2,-5,-5,-18,-2,-4v1,2,2,3,2,4xm217,-28v4,-3,10,12,12,-1v0,-5,-2,-7,-6,-9v0,4,-10,5,-6,10xm214,27v-1,1,-5,3,-1,3v1,0,1,-1,1,-3xm210,-19v1,-1,1,-4,-2,-3v0,2,0,4,2,3xm209,-19r-1,0r1,0xm171,-23v0,3,3,1,4,0r-4,0xm160,-23r-4,1v2,0,3,0,4,-1xm127,-20r1,1xm136,-15v1,-5,-3,-4,-7,-4xm127,-156v2,3,10,8,8,-2v-4,-2,-4,-1,-8,2xm125,-1v0,-2,0,-3,-1,-4xm103,-184v5,-3,10,-11,-1,-9v0,2,0,5,1,9xm95,-148v1,5,9,-1,9,-2v0,-3,-2,-3,-6,-2v-3,0,-3,1,-3,4xm94,-39v-3,-8,-9,3,-14,0v3,4,10,1,14,0xm89,-86v-3,-6,-7,2,-11,-1v-1,3,4,21,3,9v1,-3,6,-7,8,-8xm61,-130v2,0,3,0,3,-1v0,0,-3,-6,-5,-4v0,1,0,3,2,5xm49,-59v-1,5,3,14,-12,11v-1,1,4,6,0,6v-1,-1,-4,-5,-6,-2v7,7,29,20,28,0v2,-11,-6,-16,-10,-15xm51,-66v-3,2,-10,-3,-13,0v4,4,8,4,13,0xm27,-62v0,4,1,2,6,2v3,0,4,-1,4,-3xm15,-19r-1,0r1,0xm-1,-59v-6,-2,-15,0,-8,5v4,4,4,1,8,-5xm-5,-3v0,3,0,5,3,4xm-35,-62v5,1,15,11,14,-2xm-26,-9v0,2,3,1,4,1v0,-2,-3,-1,-4,-1xm-33,-92r-2,5v1,-2,4,-4,2,-5xm-38,7v-1,2,1,2,3,2v1,-2,-1,-2,-3,-2xm-48,-82v3,2,5,3,4,0r-4,0xm21,-136v10,-6,-3,-29,-11,-28v-12,1,-18,31,0,31v4,1,8,-7,11,-3xm30,-279v0,-7,-14,-15,-14,-3v0,3,2,5,7,5v3,0,6,0,7,-2xm20,-58v0,21,36,17,37,1v7,-17,-12,-30,-31,-19v-4,6,-6,13,-6,18xm92,-68v-29,-2,-39,55,-9,60v12,2,30,-6,31,-17v12,-10,-5,-43,-22,-43xm147,-46v11,0,19,-18,3,-19v-11,1,-15,14,-3,19xm152,-13v-2,14,29,28,34,10v7,-9,-9,-26,-20,-25v-7,-1,-13,6,-14,15xm37,-102v4,11,15,9,20,1v1,-14,-16,-9,-20,-1","w":659},"`":{"d":"93,-106v0,8,-9,18,-19,15r45,39v6,-20,38,-9,33,9v-1,6,-6,9,-11,10r121,105r144,-98r-208,-262r-198,132r66,57v-9,-17,12,-34,25,-21v4,-2,11,-6,12,2v0,6,-8,8,-10,12xm117,-145v-1,14,-19,19,-20,1v0,-7,19,-13,20,-1xm135,-128v-4,-20,-20,-51,13,-52v21,5,42,64,4,64v-10,0,-15,-4,-17,-12xm182,-218v1,7,-8,10,-9,4v-1,-6,9,-11,9,-4xm359,-15v3,-1,4,2,5,4v0,5,-8,5,-9,1v-1,-3,0,-5,4,-5xm297,24v-12,0,-18,-11,-8,-18v3,-3,7,-5,11,-6v3,7,11,23,-3,24xm268,-68v-11,-4,-9,-27,6,-29v8,1,15,17,6,25v-3,3,-7,4,-12,4xm216,-127v-9,-2,-6,-30,6,-27v13,4,2,26,-6,27xm195,-175v1,-5,8,-3,9,0v-1,6,-9,7,-9,0","w":406},"a":{"d":"179,-341v-1,6,6,11,11,11v5,1,9,-6,10,-9v-2,-10,-20,-13,-21,-2xm316,-152v2,2,2,0,1,-1xm59,-195v-1,3,5,7,5,2v1,-4,-5,-7,-5,-2xm303,-149v1,1,3,2,3,0v0,-2,-3,-1,-3,0xm283,-182v1,-1,0,-1,0,-1v-1,-1,-2,-1,-3,0v1,1,2,1,3,1xm287,-176v-2,5,3,-2,2,1v0,-2,-1,-2,-2,-1xm24,-139v1,0,3,-1,2,-2v-1,-3,-4,-3,-5,0v0,2,1,2,3,2xm41,-158v0,0,-1,-2,-1,0v-1,0,-2,0,-1,1v1,1,2,1,2,-1xm18,-129v4,5,7,-1,7,-6v-1,-1,-11,0,-7,6xm16,-92v6,-1,2,-4,0,-6v-4,2,-2,5,0,6xm17,-108v-3,-1,-8,7,-3,8v2,1,9,-2,7,-5v-1,-3,-2,-4,-4,-3xm20,-111v6,0,9,-11,0,-7v-1,-1,-2,0,-2,3v0,2,0,4,2,4xm31,-163r0,-3v0,1,-1,3,0,3xm27,-93r0,2r0,-2xm28,-153v-7,3,1,9,3,12v3,2,5,2,7,-2v1,-2,-4,-12,-10,-10xm319,-213r0,0r0,0xm354,-138v6,-6,2,-18,-7,-12v-2,4,3,12,7,12xm352,-163v1,0,4,-2,2,-4v-3,-2,-7,3,-2,4xm349,-117v0,7,7,7,10,1v1,-5,0,-7,-4,-7v-4,0,-6,2,-6,6xm18,-62r0,2r0,-2xm346,-42v0,0,-3,5,0,2r0,-2xm387,-175r-4,-1v2,4,3,0,4,1xm387,-126v4,-1,2,-4,-1,-6v-3,0,-4,1,-4,3v0,2,1,3,5,3xm325,-159v5,0,9,-10,1,-9v-4,0,-6,9,-1,9xm317,-212v2,1,3,-3,1,-3v-2,-1,-3,3,-1,3xm341,-5v-1,2,2,5,2,2v0,-3,0,-4,-2,-2xm320,-141v-1,-1,-3,1,-3,2v0,1,1,2,3,2v2,0,1,-4,0,-4xm318,-186v-7,5,3,9,3,5v0,-4,0,-5,-3,-5xm325,-173v2,3,4,1,5,0v0,-2,-1,-2,-3,-2v-1,0,-2,1,-2,2xm333,-159v-1,9,12,6,13,1v0,-3,-5,-13,-10,-7v-1,1,-3,3,-3,6xm332,-63v-1,6,5,4,8,2v-2,-5,-6,-7,-8,-2xm46,-156v-4,3,3,11,3,4v0,-2,-1,-4,-3,-4xm399,-96r0,-3v-1,0,-2,0,-2,1v0,1,1,2,2,2xm430,-48v0,5,9,5,10,0v0,-3,-2,-3,-5,-3v-3,0,-5,1,-5,3xm410,-106v0,1,4,2,4,1v0,-2,-4,-3,-4,-1xm373,-133v2,5,8,3,5,-2v4,-6,-2,-8,-6,-8v-8,1,-4,9,1,10xm384,-106v11,-1,23,-14,7,-17v-5,3,-12,1,-13,8v-1,5,2,10,6,9xm383,-92v-1,4,6,6,8,3v1,-3,1,-4,-3,-4v-3,-1,-4,0,-5,1xm-1,-32v0,4,4,7,9,5r-35,100r137,0r10,-45r98,0r12,45v42,-2,92,4,130,-2v-7,-7,0,-5,0,-12v-2,0,-2,2,-3,0v6,-1,2,-10,1,-14v0,1,-2,1,-1,0r-2,-6r1,1r-17,-47r0,6v-2,-3,-5,-1,-9,-1v1,-5,1,-11,4,-15v-1,2,2,3,3,3r-33,-89r1,1v-1,-4,2,-10,5,-7v2,-6,-4,-20,-10,-9v-4,-13,-16,-30,-7,-39v0,-6,-5,-8,-10,-6r-29,-81v-3,1,-3,2,-2,3v-6,-2,2,-4,1,-8v-2,1,-2,3,-3,0v3,-2,1,-5,0,-8r-1,1v2,-9,-12,2,-9,-10r2,1v-3,-7,1,-5,4,-3r-6,-16r-144,0r-26,77v4,-3,7,2,7,5v0,3,-2,3,-5,3v-2,0,-4,-2,-4,-4r-6,19v3,-1,7,-1,7,3v1,6,-8,10,-9,2r-18,52v-3,-2,-8,0,-7,3v0,3,2,3,5,3v-7,17,-11,38,-20,54r1,-1r-12,38v-4,-3,-7,-9,-10,-2xm40,-27v-1,-5,5,-5,7,-1v-2,1,2,4,-3,4v-3,0,-4,-1,-4,-3xm32,-74v2,-3,3,0,3,2v-2,0,-3,0,-3,-2xm6,44v8,0,6,6,0,7v-3,0,-3,-1,-3,-4v0,-2,2,-3,3,-3xm20,-9v-3,4,-10,6,-11,-1v0,-4,1,-6,5,-6v3,0,6,2,6,7xm19,65v0,0,1,6,0,2v-1,-1,-1,-2,0,-2xm27,-39v12,-3,11,19,3,9v-6,1,-9,-7,-3,-9xm32,32v0,-5,7,-5,10,-1v0,3,-2,5,-6,5v-3,0,-4,-1,-4,-4xm51,12v-3,-1,-4,-2,-4,-3v6,-7,17,4,4,3xm54,-22v12,6,0,14,-8,17v-6,2,-11,-7,-6,-12v5,0,7,-8,14,-5xm60,0v0,-1,1,-1,2,-1v1,2,0,4,-2,1xm73,-9v-2,0,0,-2,0,-3v2,1,4,3,0,3xm95,-237v1,0,2,-2,2,0v0,2,-2,1,-2,0xm76,-209v-4,-2,-5,-8,2,-8v0,2,4,1,3,4v0,4,-2,5,-5,4xm81,-226v0,-3,9,-4,9,0v0,2,-2,3,-5,3v-3,0,-4,-1,-4,-3xm86,-211v-2,0,-2,-1,-2,-2v0,-3,2,-4,5,-4v1,0,2,1,2,3v0,3,-2,4,-5,3xm98,-183v-3,0,-4,0,-4,-3v-1,-5,9,-9,9,-2v0,3,-2,5,-5,5xm111,44v-1,3,-10,3,-9,-1v0,-3,1,-4,5,-4v4,0,5,1,4,5xm112,-252v0,-1,0,-3,1,-3v0,1,-1,2,-1,3xm114,-273v0,-2,1,-3,4,-3v2,2,1,5,-1,5v-2,0,-3,-1,-3,-2xm158,-273r3,-1v0,1,-2,1,-3,1xm156,-264r1,-2v0,1,-1,2,-1,2xm162,-251v-9,-1,-7,-9,1,-9v2,0,4,2,4,5v0,2,-2,4,-5,4xm153,-260r0,2v-1,-1,-1,-1,0,-2xm134,-279v1,2,-2,3,-2,1v0,0,1,-1,2,-1xm132,-249r1,-1v0,1,0,1,-1,1xm137,-260v0,3,-1,3,-4,3v-2,0,-3,-2,-3,-3r7,0xm144,-57r23,-108r5,0v7,45,14,69,23,108r-51,0xm226,-276v-1,0,-1,0,-1,-1xm230,-278r1,2xm240,-281v-3,3,-7,9,-1,11v-8,-1,-7,-3,-3,-6v-3,-2,-2,3,-4,0v1,-6,3,-10,8,-5xm237,-262r2,0r-2,0xm239,-259v0,2,0,2,-2,2xm242,-232v-2,0,-3,-1,-1,-2xm243,-257v0,-3,2,0,-1,0v-1,-2,-2,0,-2,-2v1,1,2,2,3,2xm246,-258r1,3xm254,-202v-4,-4,2,-5,4,-6v1,1,6,7,0,7v0,-3,-2,-5,-4,-1xm263,-209v1,0,2,-2,2,0r-2,0xm270,-174v-3,0,-2,-2,0,-2r0,2xm272,-168r-1,0r1,0xm274,-179v0,0,0,-2,1,-2r1,3v0,0,-1,-1,-2,-1xm276,-148v-2,0,-2,0,-2,-2v0,0,2,1,2,2xm332,28v-1,0,2,3,0,3r0,-3xm331,-13v0,0,-1,-1,-2,-1v1,0,2,-1,2,1xm325,-46v0,2,1,2,-1,1xm306,-95v2,0,1,3,1,4v-2,0,-1,-3,-1,-4xm299,-98v1,0,2,2,1,3v-2,-1,-3,-1,-1,-3xm291,-122v1,0,2,2,0,2r0,-2xm290,-114v1,0,1,0,1,1xm290,-109v-3,-1,-4,-2,-2,-4v2,2,3,3,2,4xm287,-128r0,1r0,-1xm288,-94v-2,-2,-2,-5,-1,-9v6,1,1,7,1,9xm295,-94v1,3,-4,5,-4,2xm296,-84v1,0,2,-3,2,-1v0,2,-1,2,-2,1xm301,-94v6,6,0,17,7,11v2,0,2,1,0,3v-9,2,-9,-10,-7,-14xm302,-56v0,2,-2,1,-3,0v0,-1,2,-1,3,0xm307,-35v-1,0,-1,0,-1,-1xm308,-49v-1,-1,-2,-2,1,-2xm310,-36v0,-1,0,-2,-1,-2v1,0,1,1,1,2xm311,-59v-3,3,-11,-5,-6,-2r1,1v1,-4,5,-5,6,0r-2,0v0,0,0,-1,1,1xm312,-79v-1,-1,-3,-2,0,-2r0,2xm315,-31v-2,0,-2,0,-1,-1xm316,-25v1,-1,2,-1,2,1v-1,1,-1,1,-2,-1xm319,-6v-2,0,-2,0,-1,-1xm323,-18v-3,-1,-2,-3,0,-4r0,4xm324,16r1,0r-1,0xm335,31v0,6,-6,5,-7,1v3,-4,-4,-7,-3,-10v6,0,1,13,10,9xm336,8r1,0r-1,0xm339,27v0,2,-3,7,-3,1xm339,57r-2,-1v0,0,1,1,2,1xm342,44v-4,1,-6,-2,-4,-5v2,2,3,8,4,5xm343,41r1,1v-1,0,-1,-1,-1,-1xm346,24r0,2r0,-2xm350,50r1,1xm353,33v0,0,-2,0,-2,-1xm358,53v-1,-1,-3,-2,0,-2r0,2xm354,-157v-1,3,1,5,5,5v2,0,3,-1,3,-3v1,-4,-7,-6,-8,-2xm368,73v-1,-3,-4,-4,-3,0r3,0xm373,-69v1,-5,-8,-5,-10,-4v-1,5,7,6,10,4xm14,-114v2,0,2,-1,2,-3v0,-2,-1,-3,-3,-3v-1,1,-2,7,1,6xm-7,-128v1,1,2,1,2,-1v0,-2,-1,1,-1,-1v-1,0,-1,1,-1,2xm-12,-75v2,0,1,-2,0,-2v0,1,-1,1,0,2xm-53,45v5,-6,0,-14,-7,-12v-8,5,2,20,7,12xm5,-83v1,2,5,1,5,-1v-1,-4,-4,-2,-5,1xm10,-94v-1,0,2,3,2,3v1,-1,0,-3,-2,-3xm8,-111v0,0,4,2,2,-1v-1,0,-2,0,-2,1xm331,-6r0,0r0,0xm-12,-77r0,0r0,0","w":385},"b":{"d":"328,-46v3,-1,2,-5,0,-6v-3,0,-6,3,-2,5v1,1,2,1,2,1xm325,-78v-1,0,0,1,0,2v1,-1,1,-2,0,-2xm340,-203v1,1,3,-1,1,-1v-1,0,-1,0,-1,1xm328,-82r0,-2r0,2xm308,-82v-3,0,-2,2,-1,3v2,1,3,-3,1,-3xm337,-182r0,-2v-2,0,-1,2,0,2xm302,-118v0,1,0,1,1,1r1,-1v-1,-2,-1,-1,-2,0xm280,50v1,-4,-3,-6,-4,-2v-1,4,4,7,4,2xm4,-288v-4,-1,-5,1,-4,5v0,0,2,-2,4,-5xm311,22v0,-2,-1,-5,-2,-1xm301,-89v4,-3,0,-11,-3,-4v0,3,1,4,3,4xm317,-53r1,0r-1,0xm306,-74v0,6,12,7,12,1v0,-3,-2,-5,-6,-6v-4,-1,-6,1,-6,5xm311,-61v0,2,2,2,2,1v0,-1,-1,-1,-2,-1xm325,-29v0,-5,-3,-5,-6,-1v-6,6,3,3,4,5v1,1,2,-1,2,-4xm332,-39v2,-3,-3,-7,-7,-5v-4,2,-2,10,3,8v1,0,3,-1,4,-3xm334,-49v2,-1,1,-4,-1,-3v-1,1,-1,2,1,3xm336,-32v-1,-3,-5,-3,-2,0v1,0,2,1,2,0xm14,-288v3,10,-9,12,-14,16r0,167v13,-3,17,14,5,18v-2,0,-3,-1,-5,-1r0,160v39,-2,89,4,123,-2v2,0,1,3,4,2v-5,-6,3,-15,8,-14v6,1,7,7,4,14r62,-1v-2,-3,-8,-8,-6,-11v9,-7,13,2,9,11v12,1,18,-13,26,-5v37,-11,63,-29,75,-62v2,6,13,10,11,-2v-3,0,-4,-9,-9,-6v6,-13,-2,-39,4,-45v-1,-1,-2,-1,-3,-1v-3,-15,-11,-27,-22,-38v5,-1,9,-16,3,-17v-3,2,-6,7,-8,12v-8,-10,-20,-14,-35,-20r0,-3v27,-8,47,-36,47,-72v0,-66,-47,-100,-141,-100r-130,0v1,2,0,4,-2,3v-2,-2,-1,-4,-6,-3xm12,-234v-7,-2,-7,-15,2,-13v5,2,6,13,-2,13xm22,-265v-7,-1,-5,-11,2,-11v1,3,5,3,4,7v0,3,-2,5,-6,4xm27,-277v-6,-2,-4,-10,3,-10v5,2,4,13,-3,10xm40,-279v-5,-2,-4,-10,3,-8v2,0,3,1,3,3v0,5,-2,6,-6,5xm55,-244v-4,0,-5,-1,-5,-5v0,-5,3,-5,7,-6v4,1,5,12,-2,11xm66,69v3,-1,6,3,1,2v-1,0,-1,-1,-1,-2xm79,13v0,-10,12,-9,14,0v-4,1,-1,8,-6,9v-4,1,-9,-5,-8,-9xm174,-176v0,26,-25,28,-53,27r0,-52v31,-1,53,-2,53,25xm126,40v-2,0,-1,2,0,2v-1,0,-2,0,-3,-1v0,-2,2,-2,3,-1xm134,48v0,-4,-3,2,-4,-1v1,-2,3,-1,4,1xm154,72v-3,0,-3,-3,-1,-4v2,0,3,3,1,4xm153,3v2,0,5,2,1,2xm164,35v-2,2,-6,3,-6,-2v0,-2,1,-3,2,-3v2,0,4,2,4,5xm165,64r1,0r-1,0xm176,53v-3,3,-9,3,-7,-4v2,-3,6,-4,8,1v1,1,0,2,-1,3xm170,42v0,-2,4,-5,4,-1v0,2,-3,3,-4,1xm189,-44v0,30,-33,31,-68,30r0,-60v35,0,68,0,68,30xm188,46v6,5,6,14,-2,14v-7,1,-7,-9,-4,-14v2,-2,4,-2,6,0xm196,43v3,-2,5,1,3,3v-2,2,-8,-1,-3,-3xm206,57v-6,1,-7,-7,-2,-8v5,-1,8,7,2,8xm226,27v1,0,6,1,2,2v-1,0,-2,-1,-2,-2xm240,35v-1,-1,-1,-2,1,-2v0,1,-1,2,-1,2xm271,19v0,-2,2,-8,3,-2v0,1,-2,2,-3,2xm266,19r2,0v-1,1,-2,1,-2,0xm254,55v-1,0,0,-2,0,-2v1,1,1,1,0,2xm258,36v-1,1,-4,0,-3,-1r3,-1r0,2xm258,51v0,-1,0,-1,1,-1xm262,32r0,-2v2,1,2,2,0,2xm263,2v0,-1,1,-1,1,-1v0,1,-1,1,-1,1xm269,33v-2,-1,-8,-3,-2,-3v1,1,2,2,2,3xm270,29v-2,0,-7,-3,-3,-5v3,-1,7,-2,6,3v0,1,-1,2,-3,2xm272,38v0,0,-2,-1,0,-1r0,1xm274,44v-1,2,-3,0,-1,0r1,0xm279,39v-2,0,-1,-3,0,-3r0,3xm281,20v0,0,-10,5,-7,-1v2,-3,5,-1,7,1xm282,6v4,1,4,5,0,7v-1,0,-3,-1,-3,-3v0,-2,1,-4,3,-4xm287,6v-1,0,-2,-5,1,-4v1,2,1,3,-1,4xm293,18v3,3,-1,7,-4,4v-2,-3,0,-5,4,-4xm298,3v2,11,-4,-1,-6,4r0,-3v-2,-3,-1,-5,3,-7v2,1,3,4,3,6xm300,-8v-1,0,0,0,1,-1v0,1,-1,1,-1,1xm303,0r1,-1xm318,-5v-2,0,-1,5,1,5v2,-1,3,-6,-1,-5xm267,-126v-2,0,-3,1,-3,4v0,4,1,6,5,5v6,-2,5,-10,-2,-9xm325,-15v-5,-4,-7,1,-7,6v1,4,3,-1,6,0v2,-1,2,-3,1,-6xm339,-60v0,-1,-4,-2,-4,0v1,3,2,4,4,2v1,-1,0,-1,0,-2xm357,-68r0,2r0,-2xm401,-181v1,8,14,9,12,-1v0,-5,-1,-7,-5,-7v-4,0,-7,3,-7,8xm357,-66r0,0r0,0xm350,-14v0,-1,-2,-2,-2,0r2,0xm343,-117v-4,0,-6,2,-6,5v0,4,9,6,11,0v0,-4,-1,-5,-5,-5xm329,-30v-2,0,-2,1,-2,3v0,2,1,3,3,3v2,0,4,-7,-1,-6","w":337},"c":{"d":"211,-143v-1,-1,-2,-1,-2,1v0,2,1,-1,1,1v1,0,1,-1,1,-2xm261,-305v0,10,12,9,11,0v0,-5,-2,-7,-6,-7v-4,0,-5,2,-5,7xm201,-326v1,1,3,-1,1,-1v-1,0,-1,0,-1,1xm198,-305r0,-2v-1,0,0,2,0,2xm181,-136v1,-3,8,-2,5,-7v-3,-4,-6,1,-7,5v0,1,1,2,2,2xm155,-122v0,4,4,6,4,1v0,-3,-4,-5,-4,-1xm163,-115v1,0,2,-1,2,-2v-1,-1,-2,0,-2,2xm162,-148v1,5,8,-1,8,-1v-1,-3,-8,-5,-8,1xm172,-111r0,3r0,-3xm140,-125v2,-2,4,-7,0,-7v-2,0,-2,1,-2,3v0,2,1,4,2,4xm140,-78v5,1,3,-5,1,-6v-1,-1,-2,0,-2,2v0,2,-1,4,1,4xm176,-120v6,-3,0,-10,-3,-12v-3,-2,-5,-2,-7,2v-2,3,3,12,10,10xm190,-158v-2,0,-2,2,-2,4v2,4,5,2,5,-2v0,-2,-1,-2,-3,-2xm192,-171v-3,-2,-10,1,-8,4v3,5,6,5,9,0v1,-2,1,-3,-1,-4xm187,-157v1,-6,-5,-4,-7,-1v-4,6,4,3,5,5v1,1,2,-1,2,-4xm180,-134v-2,0,-1,5,1,5v3,-1,2,-5,-1,-5xm194,-161r3,1xm271,-72v-44,54,-143,36,-143,-36v0,-55,62,-86,110,-57v0,-4,6,-6,6,-1v1,3,-3,5,1,5v3,-8,6,0,11,1v0,1,-1,3,-4,4v6,5,13,10,19,16r-3,-134v-136,-53,-268,40,-268,170v0,130,132,214,268,163r3,-107v-2,3,-10,3,-9,-3v1,-13,12,3,9,-8v-9,-3,1,-7,0,-13xm256,-17v-7,-2,-7,-13,2,-12v6,2,5,13,-2,12xm239,-7v0,0,0,-2,1,-2v0,1,0,2,-1,2xm72,-35v0,8,-16,14,-15,1v-1,-5,4,-12,9,-10v4,0,7,5,6,9xm143,8v-1,-2,2,-2,2,-1v0,1,-1,1,-2,1xm128,26v1,1,1,1,1,2v0,1,-2,2,-3,1v-2,-1,-1,-2,2,-3xm226,-190r1,-3v-2,1,3,3,-1,3xm267,-184v-3,-1,-3,-6,1,-6v3,1,2,7,-1,6xm258,-183v9,1,7,7,0,11v-3,0,-5,-2,-5,-5v0,-4,2,-6,5,-6","w":311},"d":{"d":"0,-18v7,-2,13,11,19,5v0,12,-10,7,-15,14v9,-2,5,11,14,3v-4,-3,0,-5,4,-6v0,0,1,1,1,2v-6,1,-5,3,-2,8v0,0,1,-2,1,0r-2,2v10,2,8,7,7,12v-9,-2,-12,-12,-20,-14r3,0v-2,-2,-14,-10,-6,-13v11,0,6,-12,1,-4r1,2v-2,0,-4,-4,-6,-1r0,79r20,0r-1,-2v26,5,66,1,101,2v-4,5,0,13,7,9v0,-4,5,-5,4,-9v136,10,222,-60,215,-194v-11,2,-16,-14,-4,-16r2,0v-6,-42,-23,-76,-52,-101v1,6,-9,10,-12,3v-1,-5,0,-5,3,-10v-55,-45,-160,-47,-256,-40v1,1,0,2,0,4v-3,1,-2,-4,-2,-6r-25,0v1,11,-3,29,6,29v1,-8,4,-3,9,-2v-2,5,-4,10,-8,14v3,-5,-8,-7,-7,-13v3,25,-6,61,4,80v2,-5,1,-3,5,-1v-3,10,-7,-5,-9,2r0,162xm13,-273v0,0,-1,2,-1,0r1,0xm8,-206v-1,2,-2,3,-2,-1v1,0,2,1,2,1xm10,-218v-2,0,-2,0,-2,-2xm6,-175r-1,-1xm4,-170v-1,-2,1,-6,2,-2xm3,-103r-2,-2xm8,-163v-2,-1,-6,0,-7,-3v4,1,5,1,7,3xm4,-121v0,1,3,4,1,4xm5,-142r1,0r-1,0xm7,-135v-1,0,-1,-1,-1,-2v0,0,1,1,1,2xm7,-146r-2,1v0,0,1,-1,2,-1xm8,-128v0,-1,1,-3,1,-1v0,1,0,1,-1,1xm10,-179v-1,3,-2,2,-3,1xm30,-161v3,3,-2,13,-4,6v3,0,3,-3,4,-6xm23,-142v0,0,-3,-1,-1,-2v0,0,1,0,1,2xm18,-160v-1,-1,0,-2,1,-3v2,2,0,3,-1,3xm20,-146v0,0,0,1,-1,2v0,-1,0,-2,1,-2xm19,-153r-2,0r2,0xm19,-39r0,-2r0,2xm19,-73v-2,0,-1,-2,-1,-3v1,0,3,2,1,3xm20,-134v-1,-1,-3,-4,0,-2r0,2xm20,-128r2,0r-2,0xm25,-173v-1,1,-2,1,-2,1v1,-1,1,-2,2,-1xm26,-144v0,3,-1,5,-3,0v0,-1,0,-2,1,-3v2,1,2,2,2,3xm23,-138v4,-2,5,-1,5,4v-1,-1,-3,-3,-5,-4xm27,-129v-1,-1,-1,-1,0,-2r0,2xm23,-77v3,-2,6,1,1,1xm27,-85r-2,0r2,0xm28,-103r0,-2r0,2xm29,-223r0,1r0,-1xm28,-202v1,-1,2,-1,2,1v0,1,-1,0,-2,-1xm28,-165v-1,2,-7,4,-4,-1v1,0,3,1,4,1xm25,-278v2,0,2,0,1,1xm27,-257v0,2,-1,5,-2,2xm27,-225v-1,0,-2,0,-2,1v0,-1,1,-1,2,-1xm19,-203v9,5,1,10,-2,5r0,-2v1,0,0,1,1,1v0,-1,1,-3,1,-4xm24,-207v0,-1,-4,-1,-1,-4xm22,-230v1,1,3,1,0,2r0,-2xm22,-235r0,-2v0,0,-1,1,0,2xm18,-244v4,2,-3,5,-1,2v1,0,1,-2,1,-2xm18,-165v-4,-6,2,-8,-1,-14v0,0,-2,1,-3,2v-2,-1,-2,-2,0,-4v11,1,5,12,4,16xm13,-169v2,2,-3,6,-1,2v0,-1,1,-2,1,-2xm14,-249v-1,0,-1,-1,-2,-2v0,1,1,1,2,2xm11,-183v0,0,4,4,0,3r0,-3xm13,-159v-1,1,0,4,-2,1v0,-1,1,-1,2,-1xm14,-146v-1,3,-2,1,-3,0v0,-1,3,-1,3,0xm15,-153v-1,1,-3,-1,-1,-1v0,0,1,0,1,1xm18,-62v0,0,-1,0,-2,1v0,-2,1,-3,2,-1xm19,-38v0,1,0,2,-2,2xm19,-44v2,0,4,3,0,2r0,-2xm24,7r0,2r0,-2xm25,-7v0,4,-6,5,-7,3v0,-2,5,-4,7,-3xm32,-48v4,6,-3,5,-5,6v-3,-2,-2,-3,-3,-7r4,0v1,2,3,7,4,1xm30,16v1,0,3,1,1,1xm31,-28v-1,1,-1,1,-2,0r2,0xm31,13v-1,0,0,-2,1,-3v3,1,-1,2,-1,3xm27,12r-1,-2v9,0,1,2,1,2xm19,35v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm18,29v-2,3,-2,5,-6,2v0,-2,5,-4,6,-2xm10,24v0,0,2,-1,5,-1xm11,21r1,-2xm13,12v1,0,1,1,1,2xm13,15v-1,2,-6,4,-4,0v1,-6,1,1,4,0xm19,55r0,2r0,-2xm20,50v-1,0,-1,0,-1,-1xm17,36v1,3,4,6,5,10r-5,-2v-1,0,0,3,-2,2v1,-7,-6,4,-6,-6v4,0,7,-1,8,-4xm23,64v-1,2,-2,4,-2,0r2,0xm27,57v-2,-2,-5,-9,-2,-9v3,3,2,6,2,9xm28,68v0,0,-1,2,-1,0r1,0xm28,41v0,2,0,2,-2,2xm25,40r2,0r-2,0xm32,30v-2,6,-5,9,-9,3v2,-1,9,-4,6,-8v7,1,4,3,0,5v1,3,1,-1,3,0xm33,31r0,2r0,-2xm32,47r0,-2r0,2xm32,57v1,1,1,3,0,4v-2,0,-1,-3,0,-4xm35,50v-1,1,-2,4,-3,2v1,-1,2,-1,3,-2xm38,-13v-1,1,-2,1,-2,-1v1,0,2,0,2,1xm39,34v0,0,-2,-1,0,-1r0,1xm213,-276v-2,0,-2,-3,0,-3v1,0,2,0,3,1v-1,1,-2,2,-3,2xm161,-272v-2,0,-1,-3,0,-3v1,0,2,1,2,2v0,1,-1,1,-2,1xm209,-72v-4,-3,-11,0,-10,5v0,2,1,5,3,6v-14,18,-38,25,-71,24r0,-139v68,-8,100,46,78,104xm222,-266v-2,1,-4,-5,-2,-5v2,-3,6,-1,5,3v0,1,-2,2,-3,2xm224,-242r0,2v-2,0,-3,-4,0,-2xm193,-88v-1,-4,-7,-4,-7,1v-1,4,3,2,4,4v2,-2,3,-4,3,-5xm194,-137v0,0,-1,-2,-1,0r1,0xm197,-88v-2,1,-3,2,1,2v0,-1,0,-2,-1,-2xm193,-96v2,-7,-7,-6,-8,-2v0,3,2,5,6,5v2,0,2,-1,2,-3xm156,-100v0,7,8,5,8,0v0,-3,-1,-5,-3,-5v-3,0,-5,2,-5,5xm199,-92v0,4,5,6,8,4v11,-22,-5,-16,-8,-4xm181,-85v-2,0,-4,1,-4,3v0,3,2,5,4,4v4,-1,6,-7,0,-7xm182,-121v0,7,10,5,9,0v0,-3,-2,-5,-5,-5v-2,0,-4,2,-4,5xm184,-59v-1,0,-1,0,-1,1xm184,-71v2,5,8,-3,8,-3v-2,-5,-8,0,-8,3xm157,83v-3,1,-3,3,-1,4v1,2,6,2,5,-2v0,-2,-2,-3,-4,-2xm166,89v0,-2,-1,-2,-2,-1v0,0,2,3,2,1xm170,76v-4,1,-7,8,1,9v2,0,4,-1,4,-3v1,-2,-3,-7,-5,-6xm162,78r-8,-4v-1,5,4,11,8,4xm109,78v-1,0,-4,1,-2,1v1,0,2,0,2,-1xm134,80v-5,-3,-6,2,-2,3v2,-1,3,-2,2,-3xm150,107v-2,0,-2,2,0,2v2,0,3,-4,0,-2xm136,79v3,2,4,11,9,5v3,-3,0,-7,-4,-6xm182,78v0,-5,-5,-4,-6,-1v-1,4,3,5,5,3v0,0,1,-1,1,-2xm203,103r-1,0r1,0xm310,56v1,1,3,-1,1,-1v0,0,-1,0,-1,1xm327,118v-8,0,-12,12,-1,12v5,0,7,-1,8,-5v1,-4,-2,-7,-7,-7xm249,80v1,-4,-4,-11,-8,-7v-3,4,5,17,8,7xm332,56v1,-3,-4,-1,-1,-1xm181,85v1,2,3,0,3,-2v-2,-1,-3,0,-3,2xm191,83v-1,0,-2,1,-2,3v0,2,3,1,4,1v0,-2,0,-4,-2,-4xm203,102v0,1,1,2,2,1v0,-1,-1,-1,-2,-1xm213,71v-2,0,-2,0,-1,1v0,0,1,0,1,-1xm207,69v-2,-3,-2,2,-3,0v1,1,3,1,3,0","w":378},"e":{"d":"198,-183v5,0,0,-3,0,-1r0,1xm201,-166v-1,-2,-2,0,-3,0v1,1,3,1,3,0xm193,-184v-6,0,-5,12,0,12v3,0,5,-2,5,-7v0,-3,-1,-5,-5,-5xm180,-175v-1,0,-1,0,-1,1v1,0,3,-1,1,-1xm205,-165v0,2,2,3,2,0r-2,0xm169,-176v0,0,-5,1,-3,2v0,1,1,2,2,1v1,-1,2,-2,1,-3xm320,-117v-9,0,-10,12,-1,12v5,0,7,-2,8,-6v1,-4,-2,-6,-7,-6xm174,-168r0,1r0,-1xm305,-180v-1,0,-1,0,-1,1xm325,-179v2,0,3,-4,0,-2v-2,0,-1,2,0,2xm237,-163v-4,0,-4,2,-3,8v7,4,6,4,9,-1v1,-3,-2,-8,-6,-7xm135,-172v2,3,7,5,8,0v-1,-9,-7,-4,-8,0xm248,-230v-1,0,-3,1,-1,1xm171,122v0,0,2,-11,0,-4v-1,2,-1,4,0,4xm161,107v1,-5,-5,-5,-5,-1v0,2,0,4,2,4v2,-1,3,-2,3,-3xm190,127v8,-3,4,-8,2,-14v-2,-5,-10,-1,-9,4v1,4,2,10,7,10xm179,126v0,0,-4,1,-2,1xm194,96v0,-3,-8,-7,-8,-1v0,2,1,3,3,4v3,0,5,0,5,-3xm184,135r0,2r0,-2xm199,114v-1,1,-3,4,-1,6v2,0,5,-6,1,-6xm152,82v-4,0,-3,3,-2,6v3,-1,4,-4,2,-6xm111,90v-1,0,-3,2,-1,2v2,0,2,-1,1,-2xm113,82v-2,0,-2,1,-1,2v1,0,1,-1,1,-2xm112,84r0,0r0,0xm143,157v5,1,4,-4,2,-7v-3,0,-3,3,-3,6xm135,93v1,0,3,-1,3,-2v-1,0,-3,1,-3,2xm115,77r0,0r0,0xm255,66r0,2r0,-2xm105,79v2,1,9,-3,6,-7r21,0v-4,1,-2,4,0,4v2,0,6,-3,2,-4r70,0r-1,0r43,0r0,-98r-115,0r0,-35r101,0r0,-94r-57,0v1,-2,0,-7,-3,-5v-5,2,2,6,-4,5v0,-3,-1,-5,-4,-5v-6,0,-2,7,-9,5v2,-2,1,-5,-3,-6v-7,-2,-4,2,-3,6r-18,-2r0,-32r111,0r0,-98r-242,0r0,359v22,6,39,-13,50,0r52,0v-3,3,0,6,3,7xm9,-82v-1,1,-4,2,-3,-1v1,-2,3,0,3,1xm17,-165v2,11,-11,3,-11,2v0,-4,0,-6,5,-6v3,0,5,1,6,4xm31,-127v3,3,-1,12,-6,10v-3,0,-5,-3,-5,-7v0,-6,7,-6,11,-3xm45,-108v-1,1,-1,1,-2,0v0,-2,2,-1,2,0xm73,-12r0,-2r0,2xm98,2v-1,2,-2,2,-3,-1v1,-2,4,-1,3,1xm208,107v-4,-6,-7,0,-9,4v2,2,12,3,9,-4xm255,68r-1,0r1,0xm270,-48v0,0,1,-1,1,-2v-1,0,-1,1,-1,2xm338,-33v-4,-1,-8,5,-7,8v0,5,3,7,7,6v6,-2,8,-14,0,-14xm282,-67v-1,-2,-2,-2,-2,1v0,0,2,0,2,-1xm255,15v-8,0,-8,9,0,9v3,1,8,-5,4,-7v-1,-1,-2,-2,-4,-2xm223,75v0,-1,-6,-5,-5,-1v0,1,1,3,3,4v2,1,4,-3,2,-3xm213,83v1,5,5,7,9,3v4,-3,-1,-7,-5,-6v-2,0,-4,1,-4,3xm213,94v2,-5,-3,-8,-6,-3v-5,4,-1,4,3,5v1,1,1,1,3,-2xm227,74v-1,1,-1,2,1,3v2,-1,1,-3,-1,-3xm232,115v-2,0,-2,0,-1,1v1,0,1,0,1,-1xm217,94v-3,-1,-5,4,-2,6v2,0,4,-1,4,-3v0,-2,0,-3,-2,-3xm221,92v0,1,1,2,3,2v0,-2,-2,-5,-3,-2","w":276},"f":{"d":"-69,-27v-2,0,-2,1,-1,2v1,0,1,-1,1,-2xm-11,13v0,0,2,-11,0,-4v-1,2,-1,4,0,4xm-4,17r-1,1xm-67,-32r0,0r0,0xm-27,-104v2,-1,5,-1,5,-5v0,-3,-2,-5,-5,-4v-4,1,-4,9,0,9xm-26,-3v0,3,0,4,3,4v3,-2,2,-7,0,-7v-2,0,-3,1,-3,3xm-18,-61v1,-1,3,-1,0,-1r0,1xm-13,-73v1,3,10,0,9,-2v-1,-3,-10,-2,-9,2xm-12,-88v-3,0,-4,0,-4,3v-1,3,3,2,3,4v6,0,7,-7,1,-7xm-46,-35v0,-2,-5,-3,-6,-1v-1,3,1,2,3,3v1,0,2,-1,3,-2xm-29,-45v-1,0,-1,2,-1,3v0,-1,1,-2,1,-3xm-44,-17v-1,0,-2,-1,-2,1v1,0,2,0,2,-1xm-28,-24v1,-3,-5,-4,-5,-1v0,4,4,4,5,1xm-37,48v3,0,3,-8,0,-7v-4,-1,-3,5,-2,7r2,0xm-77,-30v10,0,8,-10,0,-8v-6,1,-5,8,0,8xm-50,-44r0,0r0,0xm-70,-18v-1,0,-2,0,-2,1v2,0,3,0,2,-1xm-70,-25r0,0r0,0xm-49,-45r0,1r0,-1xm200,-318v0,0,0,2,1,2v0,-1,-1,-2,-1,-2xm221,-290v-3,0,-1,2,0,2r0,-2xm157,-287v2,-1,5,-2,5,-5v0,-3,-2,-4,-5,-3v-2,0,-3,2,-3,4v0,3,1,4,3,4xm186,-299v2,2,8,0,7,-3v0,-3,0,-5,-3,-6v-4,-1,-5,1,-5,6v0,2,0,3,1,3xm284,-357v1,-2,-2,-3,-2,-2v-1,2,1,4,2,2xm179,-165v1,2,1,0,2,-1v0,-1,-1,0,-2,1xm257,-224r-1,1xm186,-154r0,-3r0,3xm174,-170v1,0,3,0,3,-2v0,-4,-2,-5,-4,-2v-1,2,0,4,1,4xm186,-178v-5,8,9,20,11,7v-2,-3,-4,-14,-11,-7xm201,-172v2,-1,2,-4,-2,-4v0,2,0,4,2,4xm257,-276v-8,1,-6,6,-1,9v2,1,9,-4,5,-7v-1,-1,-2,-2,-4,-2xm340,-325v-4,0,-7,5,-7,9v0,5,2,7,6,6v7,-2,9,-14,1,-15xm272,-339v1,0,1,-2,1,-2v-1,0,-1,1,-1,2xm257,-226r0,2r0,-2xm234,-178v-2,0,-2,1,-1,2v1,0,1,1,1,0v0,-1,1,-2,0,-2xm131,6v-3,1,-7,-1,-6,-4v1,-1,3,-1,6,0r0,-56r95,0r0,-93r-95,0r0,-37r73,0v-1,2,-3,3,-1,5v1,-3,9,2,7,-5r29,0r0,-103r-212,0v0,3,-1,4,-4,4v-3,0,-4,-2,-2,-4r-21,0v0,3,15,17,2,11v0,0,-1,-1,-2,-1v1,13,-4,32,4,38v0,3,-1,5,-4,5r0,133v-9,1,0,6,0,11v-2,-2,-7,-1,-6,3v-1,4,4,3,6,2v-2,45,1,97,0,156r131,0v1,-17,-3,-30,0,-41v-1,5,-11,3,-13,-2v3,-5,5,-9,13,-10r0,-12xm14,-263v-1,1,-1,2,-1,-1xm187,-70v-1,2,-1,1,-2,0v1,-2,1,-1,2,0xm186,-76v-3,-2,-4,-13,3,-12v6,-1,6,9,3,12v-2,2,-4,2,-6,0xm179,-73v-1,0,-2,0,-2,-2v1,0,2,1,2,2xm166,-77v2,-1,2,0,2,2v-1,2,-2,1,-2,-2xm118,10v0,-1,3,-1,3,0v0,1,-1,1,-3,0xm109,18v0,1,-2,2,-4,0r4,0xm81,-36v2,-2,9,-1,8,3v0,2,-1,3,-4,3v-4,0,-4,-2,-4,-6xm61,-218v1,0,2,0,2,1v0,1,-2,1,-2,-1xm50,-225v-1,0,-1,-1,-1,-1xm33,-278v0,0,2,1,0,1r0,-1xm31,-183v6,-1,9,9,2,9v-3,0,-5,-1,-6,-4v0,-3,1,-5,4,-5","w":269},"g":{"d":"168,109r0,3v1,0,2,0,2,-1v0,-1,-1,-2,-2,-2xm157,91v1,-6,-3,-7,-5,-2v-1,2,0,5,2,5v1,0,3,-1,3,-3xm159,100v3,1,3,-1,2,-2v-1,0,-2,1,-2,2xm140,75v1,-7,-6,-5,-6,-1v-1,6,6,6,6,1xm79,55v-3,0,-3,1,-1,2v3,0,3,-1,1,-2xm120,128v-4,0,-4,9,0,9v2,0,3,-2,3,-5v0,-3,-1,-4,-3,-4xm80,46r0,0r0,0xm81,44v-1,0,-3,2,-1,2v1,0,1,-1,1,-2xm173,-77v-7,-1,-8,11,-2,12v8,1,7,-11,2,-12xm169,83v-6,10,11,25,14,9v-4,-2,-6,-18,-14,-9xm186,-89r0,2r0,-2xm171,-42v1,-6,-9,-9,-9,-2v0,3,1,7,5,7v3,1,4,0,4,-5xm190,88v1,-3,-4,-6,-5,-2v0,1,-2,4,1,4v1,0,3,-1,4,-2xm227,83v-2,0,-3,2,-1,3v2,1,3,-3,1,-3xm209,-54r3,1v1,-2,-3,-3,-3,-1xm340,12v36,-32,44,-89,43,-151r-196,0r0,83r58,0v-5,17,-19,27,-42,30v0,-2,-1,-4,-4,-4v-3,1,-4,6,-14,4v2,-5,13,-14,4,-18v-3,3,-15,8,-12,17v-29,-10,-46,-36,-49,-73v-6,-68,84,-112,119,-54r118,-44v-1,-12,-16,-8,-11,-15v1,0,2,0,3,1v-26,-43,-96,-75,-163,-75v-111,0,-196,73,-194,182v0,60,23,105,67,138v-3,14,39,7,43,25v29,10,56,15,82,15v-1,3,-6,5,-3,9v6,0,12,-2,8,-10v56,-1,104,-23,135,-53r0,-6v2,2,4,-3,8,-1xm322,-184v-1,1,-5,1,-4,-2v0,-3,3,-2,4,0v1,1,1,2,0,2xm333,-209v2,-3,6,1,6,3v-2,3,-6,-1,-6,-3xm327,-207v-2,-1,-1,-1,0,-2v1,1,1,2,0,2xm333,-194v-1,9,-15,4,-16,-2v2,-7,15,-4,16,2xm315,-211v1,0,1,1,1,2v-1,1,-1,0,-1,-2xm322,-108v-3,2,-1,-3,-1,-1v1,0,1,0,1,1xm332,-136v1,0,3,-1,3,1r-3,0v0,0,-1,0,0,-1xm337,-127v1,3,-4,5,-4,2v-2,-4,1,-5,4,-2xm356,-117v-1,2,-1,1,-2,0v1,-1,2,-1,2,0xm354,-110v1,-1,2,-1,2,1v-1,0,-2,0,-2,-1xm353,-74v-1,-5,10,-12,11,-4v1,6,-8,8,-11,4xm359,-126v0,-4,3,-6,7,-6v3,0,4,2,4,5v0,4,-2,5,-6,5v-4,0,-5,-1,-5,-4xm372,-125v1,1,1,2,-1,2v0,-1,0,-2,1,-2","w":420},"h":{"d":"-42,15v10,-1,6,-9,-1,-10v-3,1,-7,11,1,10xm-53,-87v3,-3,-1,-1,-1,-1xm-26,-54v0,-1,-3,-5,-5,-3v-4,3,0,3,1,6v1,-1,4,0,4,-3xm-33,79r0,2r0,-2xm-59,-36v0,1,1,2,1,3xm-22,-104v-2,1,-5,5,0,5r0,-5xm-36,-53r1,3v1,-1,1,-3,-1,-3xm-59,-36r1,0r-1,0xm-98,81v-1,-9,-13,-7,-12,1v0,5,6,11,10,5v2,-2,2,-4,2,-6xm-28,-19v0,-2,0,-2,-2,-2v0,1,1,2,2,2xm-41,-42v0,1,4,1,4,-1v0,-2,-3,-5,-4,-1r0,2xm-28,-89v6,6,5,-1,7,-6v-1,-1,-12,0,-7,6xm-39,-71v1,5,6,2,3,0r-3,0xm-32,-73v2,0,2,-2,2,-4v0,-3,-1,-2,-3,-2v-2,0,-4,7,1,6xm-35,101v1,-2,-3,-3,-3,-1v0,1,3,3,3,1xm-15,-100v8,3,8,-5,4,-10v-3,-6,-12,-4,-10,4v2,0,5,3,6,6xm-10,-54v1,-1,0,-5,-2,-3v-1,0,-2,1,-1,2v1,1,2,1,3,1xm-13,-43v0,0,0,-2,-1,-2v0,0,-1,3,1,2xm-15,-123v0,-1,0,-5,-1,-2v0,1,0,1,1,2xm-7,-88v-5,1,-5,4,-2,7v7,2,7,-6,2,-7xm-7,-117v1,1,1,1,1,-1v-2,0,-2,0,-1,1xm-32,-59v10,1,7,-8,1,-9v-2,1,-6,8,-1,9xm-26,-27v-1,1,-1,1,0,2v1,-1,1,-1,0,-2xm-26,-71v3,0,10,-9,0,-7v-1,-1,-2,0,-2,3v0,2,0,4,2,4xm-7,-30v0,-4,-5,-6,-9,-4v-5,2,-3,9,3,9v4,1,6,-1,6,-5xm-19,-52r0,1r0,-1xm-8,-22v2,0,0,-2,0,-3r0,3xm342,-93v-1,-4,-7,-4,-6,0v0,5,5,3,6,0xm330,-136v0,2,3,1,3,0v0,-1,0,-2,-1,-2v-1,0,-2,1,-2,2xm354,-67v0,2,1,2,2,1v0,-1,-2,-3,-2,-1xm366,-77v-2,0,-3,2,0,2v1,0,2,0,2,-1v0,-1,-1,-1,-2,-1xm346,-61v-6,0,-7,4,-1,5v3,1,5,0,5,-2v0,-2,-1,-3,-4,-3xm391,-26v0,5,9,5,9,0v0,-2,-2,-3,-5,-3v-3,0,-4,1,-4,3xm353,-83v-3,-11,-18,-3,-20,5v1,7,7,7,13,4v5,-1,7,-5,7,-9xm287,-279v-4,7,-18,0,-16,-8v-25,3,-41,-1,-67,0r0,121r-80,0r0,-86v7,5,16,0,15,-8v-4,-5,-9,-8,-15,-5r0,-22r-126,0r0,360r126,0r0,-107v-1,1,-2,1,-2,-1v4,-2,1,-11,2,-17r80,0r0,125r126,0r0,-108v9,0,4,-7,0,-7v2,-17,-5,-42,3,-53v-7,-5,2,-35,-8,-42v-1,-3,1,-6,5,-7r0,-143r-51,0v1,1,8,6,8,8xm84,65v-9,-1,-8,-9,0,-10v4,4,8,9,0,10xm91,12v0,-1,2,-2,0,-2v0,1,1,2,0,2xm111,41v-2,-1,-2,-4,0,-2v0,1,1,2,0,2xm115,14v-1,2,-4,2,-4,-1r4,-1v1,1,1,1,0,2xm116,37v-1,-1,1,-4,1,-1xm121,9v-2,0,0,-6,0,-3v2,1,2,2,0,3xm225,-264v1,0,1,0,1,1xm209,-252v-4,-4,-4,-8,2,-9v5,0,4,6,2,9v-1,2,-2,2,-4,0xm217,35v0,-2,3,-2,1,-2v0,1,0,2,-1,2xm222,23v2,2,-1,5,-4,3v-2,0,-3,-1,-3,-2xm218,6r1,-2v0,1,0,2,-1,2xm223,-61v0,3,-1,4,-3,4v-3,0,-3,-4,-1,-6v1,-2,4,2,4,2xm219,-247v1,-2,2,-3,3,-1v0,2,-2,3,-3,1xm217,-253v-1,-3,2,-4,4,-4v1,4,-2,9,-4,4xm224,-271v0,0,-4,-2,-1,-3v2,-1,3,3,1,3xm228,-238v-2,0,-3,-2,-3,-5v2,0,8,2,3,5xm229,-219v1,-1,2,0,1,1v-1,0,-1,0,-1,-1xm246,9v0,1,-1,1,-2,1v0,0,1,-1,2,-1xm241,19v1,-1,1,-3,2,-1v0,1,-1,1,-2,1xm234,-267v1,-1,3,1,1,1v-1,0,-1,0,-1,-1xm238,25v-1,-1,0,-1,0,-2r0,2xm252,28v0,2,-1,4,-4,4v-5,1,-9,-4,-6,-7v2,-2,11,-3,10,3xm249,-249v3,3,-2,0,-1,1v0,-1,1,-1,1,-1xm248,-257v-5,0,-5,-8,-1,-11v3,-2,9,-1,8,4v0,4,-2,7,-7,7xm255,-244r-2,0r2,0xm258,-267v1,1,0,3,-2,2v0,-1,0,-2,2,-2xm275,-269v-1,6,-5,1,-7,0v-1,-2,0,-3,3,-3v3,0,4,1,4,3xm285,-222v0,8,-9,8,-10,1v1,-6,10,-12,10,-1xm298,-261v0,2,-3,1,-3,0v0,-1,3,-1,3,0xm324,-283r0,-2v2,1,1,1,0,2xm195,-19v-1,-3,-2,-7,-6,-6v-5,0,-7,2,-5,7v1,6,12,4,11,-1xm124,-36r0,0r0,0","w":361},"i":{"d":"-51,-202v-1,1,0,1,0,2v1,0,2,1,2,-1v0,-1,-1,-1,-2,-1xm-71,-222v-1,1,-1,2,0,2v2,1,4,1,2,-2v-1,-1,-1,-1,-2,0xm141,-18r3,1v-1,-2,0,-3,-3,-1xm134,-50v1,3,6,7,7,2v0,-4,-5,-5,-7,-2xm-45,-100v-3,0,-3,3,-1,2v0,-1,1,-2,1,-2xm-31,-73v5,0,6,-11,1,-12v-4,-2,-9,1,-9,5v0,5,3,7,8,7xm-24,-34v1,-4,0,-7,-5,-7v-3,0,-5,2,-5,5v0,4,2,6,6,6v4,0,6,-2,5,-5xm155,-23r3,1v1,-3,-3,-3,-3,-1xm-5,-116v0,4,3,3,3,0v-2,-1,-3,-1,-3,0xm148,-90v1,-1,1,-2,0,-3v-6,1,0,3,0,3xm148,-35v-2,-10,-8,-6,-16,-6v-1,-27,3,-60,-2,-84v5,-26,1,-64,2,-99v-4,0,-6,-3,-6,-8v0,-5,2,-8,6,-8r0,-48r-131,1v-11,0,-8,14,0,16r0,18v2,0,3,0,3,2v-1,1,-2,2,-3,1r0,182v-2,-4,-9,-4,-10,1v-2,8,6,9,10,4r0,132v2,1,5,3,8,2r-1,1v8,0,7,-4,14,0r0,-3v1,1,2,2,2,3r74,0v-3,-2,-4,-1,-7,-1v7,-4,10,3,20,1v-1,0,-1,-1,-2,-1v2,-1,30,7,21,-7v6,-19,0,-50,2,-72v1,4,-4,7,-3,2v-2,-3,-1,-4,-1,-7v4,4,4,2,7,1v-1,-2,-8,-21,3,-16v6,0,7,-3,10,-7xm5,-36v2,0,2,2,1,3xm6,-30r-1,0r1,0xm6,69v1,-1,2,-1,3,-1v-1,0,-1,0,-3,1xm10,64v0,2,-2,5,-2,1v1,-4,3,-3,2,-1xm14,72v0,-1,-2,-2,0,-2r0,2xm86,-108v2,-1,4,1,1,1xm81,-54r0,2v-1,-1,-1,-1,0,-2xm78,-141v1,0,3,2,1,2v-1,0,-1,-1,-1,-2xm79,-34v-2,-1,0,-3,1,-4v1,1,0,2,-1,4xm30,-241v1,0,2,0,2,1v0,1,-1,1,-2,1v-1,0,0,-1,0,-2xm24,-70v-1,0,-2,-1,-1,-2v1,1,1,1,1,2xm27,-30v0,1,-2,3,-2,1xm27,-73v0,0,-1,2,-1,0r1,0xm31,-128v-1,1,-2,0,-3,-1v1,-1,3,-2,3,1xm30,-146v3,-2,3,-2,5,1xm77,18v-2,1,-2,-2,-1,-3v0,1,0,2,1,3xm77,-14r-2,1v1,-2,0,-4,2,-1xm72,-18v2,-1,2,-3,2,-6v-1,0,-2,3,-2,1v1,-1,15,-5,6,-8v2,-3,4,-1,6,3v2,10,-5,12,-12,10xm89,64r0,3r0,-3xm82,16v7,-6,12,5,8,8v-3,-1,1,-4,-1,-6v-2,2,-4,-2,-7,-2xm93,57v0,1,1,3,-2,2xm102,66v-4,0,-3,-7,0,-2r0,2xm102,34r-3,-3v1,1,4,0,3,3xm94,-128v1,-8,14,-9,15,1v-2,2,-2,7,-7,6v-6,0,-8,-3,-8,-7xm107,70v1,-1,2,-1,3,0r-3,0xm115,-24v-1,0,-2,2,-2,0r2,0xm113,-176v2,-1,5,1,3,2xm123,55v-1,1,-2,2,-2,-1v0,0,1,0,2,1xm125,-27v1,0,2,5,0,6v1,-3,-5,-6,0,-6xm118,-86v1,-8,13,-4,14,2v0,3,-2,5,-7,5v-4,0,-7,-2,-7,-7xm161,33v-1,7,7,7,9,2v0,-3,-1,-4,-5,-4v-2,0,-4,0,-4,2","w":164},"j":{"d":"77,-180v-13,-5,-21,8,-10,13v4,-4,13,2,14,-5v1,-3,0,-9,-4,-8xm68,-191v-1,-3,-1,-2,-2,0r2,0xm60,-119v0,-3,-2,0,-2,-2v-2,2,1,5,2,2xm82,-193v1,-4,-3,-6,-7,-4v-2,4,4,6,7,4xm99,-132v2,-12,-4,-15,-9,-6v0,2,6,10,9,6xm73,-160v1,-4,-3,-6,-6,-2v0,5,5,6,6,2xm92,-123v-3,0,-5,4,-1,4v3,0,3,-2,1,-4xm75,-157v-3,5,1,18,9,8v0,-5,-5,-7,-8,-9v-1,0,0,1,0,2xm87,-134v-5,1,0,7,2,7v2,0,3,-1,3,-3v0,-3,-2,-4,-5,-4xm234,-127v-5,0,-5,10,-1,11v4,2,9,-2,9,-5v0,-5,-3,-6,-8,-6xm247,-2r0,2r0,-2xm235,-159v5,-1,6,-13,-2,-12v-4,0,-5,2,-4,5v-1,5,1,7,6,7xm51,-189v-1,3,4,5,4,2v1,-2,-4,-4,-4,-2xm266,18v0,0,-5,-1,-3,2v0,0,5,-1,3,-2xm249,-103v-2,1,-3,2,0,2r0,-2xm199,74v1,-12,-16,-12,-19,-4v0,12,18,15,19,4xm44,-245v0,3,7,7,8,2v1,-5,-8,-7,-8,-2xm105,73v69,2,121,-52,121,-121r0,-239r-126,0r0,77r-4,0v4,7,5,27,4,43v-3,-1,-4,3,-4,6v10,21,4,51,4,85v0,26,-7,38,-22,38v-21,0,-25,-16,-34,-37r-22,54v5,-3,11,7,12,10v-3,7,-10,0,-15,-3r-19,48v26,21,64,38,105,39xm21,1v-3,1,-8,-6,-2,-6v5,-1,6,6,2,6xm33,45v0,8,-9,7,-10,0v0,-2,2,-4,4,-6v4,-1,6,1,6,6xm32,-26v-3,0,-7,-3,-4,-4v1,-5,8,-6,8,0v0,3,-1,4,-4,4xm45,7v-1,1,-2,1,-2,-1v1,-1,2,-1,2,1xm47,-59v2,12,-9,2,-8,2v-2,-2,0,-6,3,-5v2,0,4,1,5,3xm61,-26v-1,5,-10,6,-10,-1v0,-2,2,-4,5,-4v4,0,6,2,5,5xm71,-17v0,0,2,1,0,1r0,-1xm100,58v-1,0,-2,0,-2,-1v1,0,2,0,2,1xm117,67v0,-1,4,-2,3,1v0,2,-2,1,-3,-1","w":253},"k":{"d":"341,69v-6,-9,-5,-9,-6,-20v8,-3,5,3,6,8v2,-8,2,-9,-1,-16v2,0,2,2,4,1r-104,-153r39,-61v3,3,11,3,10,-3v0,-3,-1,-5,-4,-6r67,-105r-142,0v-21,35,-36,75,-60,107v-2,-1,-4,-1,-6,1v-2,5,-1,8,3,8r-6,9v-4,-3,-3,1,-6,2v3,13,-6,17,-6,29r-3,0r3,-156r-127,0v1,37,0,82,0,116r2,210v0,0,2,-4,2,0v-6,5,-4,19,-4,33v23,-1,49,2,70,-1v-12,-2,-4,-7,-4,-14v-2,-1,-8,-3,-2,-7v5,1,4,14,10,9v-1,1,2,9,8,8v-3,3,-12,-2,-9,5r47,0v-3,6,4,13,10,12v5,0,8,-3,8,-7v-1,-5,-5,-10,-11,-10r-3,-145r87,150r123,0v0,-8,2,-6,5,-4xm61,24v1,0,1,0,1,1xm54,7v0,1,2,2,0,2r0,-2xm54,13v0,0,2,1,0,1r0,-1xm30,-65v0,0,2,1,0,1r0,-1xm4,-7v3,2,0,4,-2,6xm6,-9r2,2v0,0,-1,0,-2,-2xm11,-1v-5,0,-4,-5,-2,-8v3,3,4,6,2,8xm10,19v-2,0,-2,0,-1,-1xm11,14v0,-1,0,-2,2,-2xm14,9v0,0,-2,1,-3,1v0,0,3,-5,3,-1xm19,-46r-1,-2v0,0,0,1,1,2xm30,21v1,3,-1,3,-4,3v1,-3,3,0,4,-3xm32,17v-1,1,-7,-2,-5,-4xm32,13r-2,-1v1,0,1,0,2,1xm41,-16r0,-1r0,1xm59,17v3,5,-2,10,-8,11v2,-7,1,-12,7,-8v0,-1,0,-2,1,-3xm61,44v7,9,-8,7,-3,2v1,-5,5,2,3,-2xm65,49v0,0,1,-1,2,-1xm69,31v0,-1,-2,-3,0,-4r0,4xm71,14v-3,3,2,6,-1,11v-1,-5,-6,-9,1,-11xm127,50v1,1,1,1,0,2r0,-2xm117,44v-3,0,0,-3,0,-1r0,1xm117,37r0,3v-1,-1,-1,-2,0,-3xm120,-17v-3,3,-6,-2,-2,-2v1,0,2,1,2,2xm122,43v-1,0,0,-2,2,-6v3,8,-1,1,-2,6xm206,-1v1,2,0,3,-2,1xm209,41v0,0,-1,2,-1,0r1,0xm208,-3v1,0,2,2,0,2r0,-2xm212,-74v0,-3,4,-3,5,-1v1,3,-5,2,-5,1xm260,57r-3,1v1,-2,0,-3,3,-1xm332,57v-1,-2,2,-4,2,-1v0,1,-1,1,-2,1xm333,47v0,0,-2,-1,0,-1r0,1xm318,62v0,-7,5,-5,11,-7v-3,3,1,2,0,5v-5,-4,-8,-3,-11,2xm316,45v0,5,0,3,4,4v-4,4,-8,-1,-4,-4xm310,58v7,0,5,5,1,10xm307,50v0,-2,-3,-5,-1,-7v1,1,3,5,1,7xm294,46v2,1,4,1,1,2xm269,-36v0,-1,-3,-8,0,-4v3,0,3,3,0,4xm262,18v1,-1,2,-2,2,1xm261,37v-3,-3,0,-2,1,-4v1,1,0,2,-1,4xm254,53v3,-9,1,-6,10,-12v-2,0,-5,-2,-2,-3v3,2,4,6,4,11v0,0,-7,7,-12,4xm349,64v-2,3,-5,7,-4,9v6,-1,15,2,19,-1v-7,3,-4,-19,-15,-8xm356,67v-1,0,-2,2,-2,0r2,0xm353,65v0,0,3,-3,2,1v0,0,-1,-1,-2,-1xm-18,-245v0,2,8,6,9,1v0,-4,-4,-4,-8,-4v-1,1,-1,2,-1,3xm-10,-188v-1,2,3,4,3,2v0,-2,-2,-4,-3,-2xm-3,-117v5,0,0,-3,0,-3v-1,1,-1,2,0,3xm187,-274v0,2,3,5,3,1xm199,-266v0,-1,0,-2,-2,-2v0,1,1,2,2,2xm254,-97v0,-4,-3,-4,-2,0v0,1,2,1,2,0xm298,-111v-1,-2,-1,-1,-2,0r2,0xm176,-239r0,-3v0,1,-1,2,0,3xm283,-138v-5,-1,-6,11,-2,12v5,2,10,-2,10,-5v0,-5,-3,-7,-8,-7xm144,-222v-3,6,7,5,8,5v2,-5,-4,-7,-8,-5","w":380},"l":{"d":"170,-152v3,1,8,-6,3,-6v-7,-1,-6,4,-3,6xm210,-63v-1,2,1,3,2,1v1,-1,1,-1,0,-1v-1,0,-2,-1,-2,0xm188,-165v-10,-2,-9,9,-9,18v4,8,18,4,14,-7v1,-5,-1,-9,-5,-11xm203,-159v2,3,5,-2,1,-1v-1,0,-1,0,-1,1xm199,-175v0,2,2,3,3,1v0,-1,1,-2,-1,-2v-1,0,-1,0,-2,1xm207,-142v3,0,8,-7,3,-8v-4,-1,-7,7,-3,8xm222,-85v3,1,3,-4,3,-8v-5,-1,-9,7,-3,8xm276,-69r0,0r0,0xm174,-116v5,1,6,-7,3,-10v-4,-1,-9,0,-9,4v0,4,2,6,6,6xm274,-67v1,0,2,0,2,-2v-1,0,-2,1,-2,2xm282,-77v2,0,1,-3,0,-3v-2,0,-3,0,-3,2v0,1,2,1,3,1xm239,-53r1,0r-1,0xm219,-118v7,3,8,-5,5,-9v-4,-1,-9,7,-5,9xm238,-51v1,0,2,1,2,0v0,-3,-3,-1,-2,0xm247,-65v-3,-5,-14,-2,-6,2v3,2,6,0,6,-2xm-4,40v-1,0,-2,0,-2,1v1,1,3,0,2,-1xm4,-76v-10,11,11,16,8,24v-3,3,-8,-2,-11,-3r0,127r241,0r0,-116r-85,0v9,-3,4,-17,-4,-17v-8,-2,-13,13,-5,17r-16,0v2,-23,-4,-54,3,-72v-7,-47,-1,-117,-3,-172r-131,0r0,208v2,0,3,2,3,4xm12,3v-1,7,-12,6,-10,0v0,-2,2,-4,4,-6v4,-1,6,1,6,6xm10,-69v-3,0,-4,-2,-4,-5v1,-4,9,-7,9,0v0,3,-2,5,-5,5xm22,-35v-1,-3,1,-3,2,-1v0,1,-1,1,-2,1xm26,-103v0,9,-8,4,-9,1v-2,-3,1,-5,4,-5v2,0,4,2,5,4xm41,-69v-2,5,-11,4,-11,-2v2,-1,1,-5,5,-4v5,0,7,2,6,6xm51,-59v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm80,16v-1,0,-2,0,-2,-1v1,0,2,0,2,1xm100,26v-1,2,-2,1,-3,-1v1,-2,4,-1,3,1xm245,-93v-2,1,-1,4,1,3v2,-1,1,-4,-1,-3xm267,-184v-4,-4,-10,2,-7,6v3,4,8,1,7,-4r0,-2xm281,-48v9,0,6,-8,2,-11v-16,-3,-14,12,-2,11xm268,-59v1,0,2,-2,0,-2v-2,1,-1,1,0,2xm-79,-28v-4,-10,-19,0,-17,8v0,6,2,8,7,8v8,0,14,-7,10,-16xm145,-133v-7,2,-9,16,3,10v9,-1,2,-6,-1,-9v0,-1,-2,-1,-2,-1xm141,-94v0,4,4,4,4,1v0,-2,0,-3,-2,-3r1,1v-2,-1,-3,-1,-3,1xm168,-149v-3,0,-12,-6,-14,3v-1,6,4,7,8,5v-1,-4,6,-4,6,-8xm173,-68v-1,-10,-16,-13,-18,-5v5,2,4,13,10,13v6,0,9,-3,8,-8xm140,-139v-5,-1,-9,7,-3,8v3,1,5,-6,3,-8xm-27,62v2,-2,0,-5,-2,-3v0,0,1,5,2,3","w":287},"m":{"d":"446,-183r0,-2v-1,1,-1,2,0,2xm236,-164v-4,6,6,11,8,5v2,-3,0,-7,-5,-7v-2,0,-3,0,-3,2xm256,-154v0,-6,-8,-5,-11,-2v-2,4,0,9,6,8v4,0,5,-2,5,-6xm241,-127v7,-5,0,-23,-11,-20v-9,-12,3,-38,-8,-29v-4,-21,-14,-46,-15,-65v0,0,-1,1,-2,1v-3,-17,-8,-32,-12,-48v-24,2,-58,-4,-75,3v-15,-6,-40,-2,-60,-3r-42,259v4,5,2,12,-2,13r-14,88r90,0v0,-4,1,-7,5,-7v4,-1,8,4,5,7r26,0v8,-14,-9,-28,4,-32r15,-165v3,-1,3,2,5,2v10,72,37,129,54,195r77,0r52,-161v3,-8,5,-20,8,-36r3,0r17,197r113,0v3,0,-3,-9,1,-10v5,6,6,10,13,10r-2,-13v-7,4,-6,-2,-3,-4v2,0,2,0,2,-2v-3,0,0,-1,-2,-4v2,-8,-3,-15,-3,-19r1,1r-3,-17v2,12,-6,15,0,21v-4,3,-9,-8,-8,-1r-1,1r-1,-5r3,1v12,-12,-1,-21,3,-30v-5,0,-5,-4,-2,-5v1,1,5,7,4,1v-4,-7,-9,-8,-11,-2v0,-3,-2,-4,-1,-7v6,-1,9,-4,2,-6v-6,3,-8,2,-11,4r1,-1v-3,-1,-3,-1,-1,-4v5,-3,14,8,12,-5v2,2,5,-2,5,1r-26,-157v-10,-1,-15,-8,-21,-4v3,-3,2,-14,10,-9v2,-2,8,-6,1,-6v-5,3,-4,-1,-4,-6v-4,3,-14,15,-7,7v-5,-4,1,-9,-8,-8v0,-4,-6,-3,-3,-8r1,1v0,-5,-2,-5,2,-3v1,-3,5,2,8,2v-3,7,10,6,11,9r-3,0v1,2,15,8,7,12v-3,-2,-9,3,-8,7v6,3,8,-8,13,-2r-16,-100r-133,0v-16,63,-38,114,-49,183v-4,-2,0,1,-2,2v2,1,2,5,-2,4r-9,-32v2,4,4,5,7,4xm467,-33v1,-1,2,-4,3,-2xm76,-158v0,-2,2,-1,2,0v-1,2,-1,1,-2,0xm16,13v4,1,2,10,-1,9v-2,-2,-3,-5,-2,-9v1,-1,2,-1,3,0xm30,17v-2,0,-3,-3,0,-3r0,3xm30,49v-1,0,-2,-1,-2,-3v1,-2,4,-1,4,1v0,1,-1,2,-2,2xm51,-210v2,-3,5,-1,2,1v-1,0,-2,0,-2,-1xm55,-181v1,-3,3,0,2,0r-2,0xm60,63v2,1,1,4,-1,3v0,-1,0,-3,1,-3xm68,-188v4,-1,6,5,3,8v-3,3,-4,-1,-4,-4v0,-3,0,-4,1,-4xm78,-152v2,1,8,15,-1,14v-6,3,-9,-8,-6,-13v2,-3,4,-3,7,-1xm86,-212v-1,3,-8,6,-8,-1v1,-5,7,-4,8,1xm85,-156v2,-2,5,1,2,1v-1,0,-1,0,-2,-1xm94,-269v-1,6,-10,5,-10,-1v0,-4,1,-6,5,-6v3,0,5,2,5,7xm96,-194v1,1,-2,4,-2,2v-1,-1,-1,-2,0,-2v1,0,2,-1,2,0xm100,-155v0,2,-1,2,-2,1v0,-2,1,-6,2,-1xm106,-228v1,-4,8,-4,10,0v1,0,1,2,1,2v-2,3,-11,3,-11,-2xm131,-250v0,3,-1,3,-5,2v-3,0,-4,-1,-4,-3v1,-2,10,-3,9,1xm132,-282v8,9,-7,20,-16,16v-9,-9,6,-18,16,-16xm138,-259v-1,2,-3,1,-3,-1xm149,-269v-3,0,-1,-2,-1,-2v2,-1,3,2,1,2xm183,-221v4,-1,6,4,3,6v-1,4,-10,1,-9,-2v0,-3,2,-4,6,-4xm455,-23r2,1v0,0,-1,-1,-2,-1xm456,-25r0,-3v1,1,1,2,0,3xm465,-26v-2,0,-2,-1,-1,-2xm460,-44v2,-1,6,1,2,2v-1,0,-2,-1,-2,-2xm453,-36v0,2,5,1,6,3v-3,0,-5,-1,-6,-3xm449,-18v2,-1,2,1,2,3v0,0,-2,-2,-2,-3xm451,-62r0,-1r0,1xm451,-52r2,-1v0,0,-1,1,-2,1xm453,-55v-2,0,-2,-2,0,-2r0,2xm451,-95v2,0,2,0,2,2xm450,-81r1,4v-1,-2,-1,-4,-1,-4xm449,-70v0,0,0,2,-1,2v0,-1,0,-1,1,-2xm449,-31v0,2,-2,3,-2,0v1,-2,2,-3,2,0xm447,-41v2,0,3,2,0,2v-1,0,-1,-1,0,-2xm445,-54v1,0,3,3,1,4v-2,0,-1,-3,-1,-4xm446,-45v0,1,-1,1,-2,1v0,0,1,-1,2,-1xm442,-44r-2,0r2,0xm441,-35r1,-2v1,1,0,1,-1,2xm438,-51v0,0,1,-1,1,-2v0,1,0,2,-1,2xm437,-61r2,0v0,1,-1,1,-2,0xm435,-69v0,0,3,1,0,1r0,-1xm435,-55v0,0,3,1,1,2v0,0,-1,-1,-1,-2xm435,-50v-4,1,-3,-5,-2,-6v-1,0,5,4,2,6xm434,-136v0,2,-1,2,-2,1v0,0,1,0,2,-1xm431,-121v1,-3,1,-3,2,0r-2,0xm429,-62v1,2,10,3,1,4v0,-1,0,-2,-1,-4xm429,-67v2,0,1,2,0,2r0,-2xm430,-160r-2,1v0,0,1,-1,2,-1xm426,-193v-1,6,-11,5,-5,2v3,0,2,-3,5,-2xm418,-203r0,-2r0,2xm417,-168v0,1,0,1,-1,1xm421,-231v0,0,-2,0,-2,-1v0,0,2,0,2,1xm422,-225v1,-4,3,-4,6,-2v0,2,-5,3,-6,2xm429,-209v-1,0,-2,0,-1,-2xm434,-215v-1,4,-1,6,-5,3v0,-2,3,-2,5,-3xm432,-218r-3,2v0,-2,2,-4,3,-2xm426,-220v2,-1,3,-2,5,-1v0,0,-2,1,-5,1xm420,-283v1,3,3,8,0,3v0,-1,-1,-2,0,-3xm418,-246v1,0,1,0,1,1xm418,-252v0,0,2,1,0,1r0,-1xm423,-233v-1,-3,-7,-4,-6,-9v1,-2,4,1,5,2v0,-1,-1,-3,2,-2v0,3,1,3,2,1v1,0,2,-1,3,-1v0,6,-1,6,-6,9xm414,-267r3,2xm414,-260v1,-2,1,-4,1,0r-1,0xm414,-243v-7,-4,-2,-16,0,-5v-3,3,4,2,0,5xm413,-236r0,1r0,-1xm413,-239v-1,0,-2,3,-2,1xm410,-264r-1,1xm405,-282v2,2,2,8,-1,9v-5,-6,1,-5,1,-9xm406,-243r0,1r0,-1xm406,-254v0,2,-2,2,-2,0v0,-1,2,-2,2,0xm395,-263v0,0,2,-3,2,-1v0,1,-2,1,-2,1xm402,-227v-1,0,-1,0,-1,-1xm404,-244v1,-1,1,-5,2,-3v0,0,-1,1,-2,3xm407,-226r-1,-2xm410,-231v14,-4,-4,8,4,12v-3,0,-8,-2,-8,-4v5,1,7,-4,4,-3v0,2,-3,3,-2,0xm409,-183v1,3,-4,2,-1,1v1,0,1,-1,1,-1xm411,-206v-2,0,-2,1,0,-1v1,0,1,0,0,1xm410,-212r2,1v0,0,-1,0,-2,-1xm415,-207v0,2,-2,1,-2,0v1,2,2,3,2,0xm416,-148v-4,-5,3,-4,5,-6v3,2,5,8,-1,7v0,-3,-2,-5,-4,-1xm425,-111r2,0r-2,0xm428,-91v-2,1,-1,-3,-2,-2v1,0,2,1,2,2xm428,-119v-4,4,-5,-1,-1,-1xm426,-154v0,0,2,0,2,1v0,0,-1,0,-2,-1xm428,-156v0,0,1,-3,1,0r-1,0xm431,-45v6,2,-2,11,-2,8v0,-4,0,-5,2,-8xm436,-31v-2,1,-4,-1,-2,-2v1,0,3,-1,3,-1v0,1,-1,2,-1,3xm436,5v-1,1,-2,2,-2,0v1,-1,1,-1,2,0xm438,27v-1,0,-1,0,-1,-1xm436,-24r2,0v-1,1,-1,1,-2,0xm441,27v0,-1,1,-2,0,-3v1,1,0,2,0,3xm442,14v0,-1,-2,-5,0,-3v0,0,1,2,0,3xm442,60v0,-2,1,-4,3,-2xm443,32v0,0,3,-2,2,1v0,0,-1,-1,-2,-1xm447,40r-2,-1v1,0,2,0,2,1xm445,6v-10,-5,-3,-9,2,-6r0,3v0,0,0,-1,-1,-1xm442,-32v4,6,-1,16,5,11v2,1,2,2,0,4v-10,0,-5,-10,-5,-15xm451,43v1,2,-1,3,-2,2xm452,-19v-1,-4,3,1,2,-2v-2,1,-2,2,-2,2xm469,-3v-1,2,0,1,0,4v-8,-1,0,-4,0,-4xm456,8v1,-1,2,-3,2,0r-2,0xm456,20v0,0,2,0,2,1xm457,53r-2,-2v1,0,1,1,2,2xm460,51v5,-3,17,23,7,10v-4,2,-6,6,-12,3xm482,46v-1,1,-1,1,-2,1v0,-1,1,-1,2,-1xm210,-279v0,-7,-7,-6,-10,-2v0,7,1,12,7,10v2,-1,3,-4,3,-8xm147,-87r0,0r0,0xm231,-156v0,6,7,3,3,0v-1,-1,-2,0,-3,0xm305,5v-1,0,-1,1,0,2v1,1,1,1,2,0v1,-1,1,-1,0,-2v-1,-1,-1,-1,-2,0xm147,-87v0,1,2,1,3,1v0,-2,-2,-1,-3,-1xm246,-175v0,-3,-2,-4,-6,-4v-5,1,-4,10,1,9v3,0,5,-2,5,-5","w":522},"n":{"d":"361,-39r0,-2v-1,0,-1,2,0,2xm361,-27v-2,-1,1,3,-1,3v0,0,0,2,1,2r0,-5xm361,-47r0,-3v-1,0,-1,2,0,3xm361,-42v1,-6,-11,-6,0,-8r0,-238r-125,0v1,80,-5,119,11,199r-4,0r-74,-124v-2,3,-4,-3,-4,-3v4,-2,-2,-7,-3,-10v-2,1,-5,1,-5,-2v-1,-1,0,-2,2,-3r-33,-57r-126,0r0,159v8,-6,23,2,16,11v-4,5,-10,6,-16,1r0,189r93,0v-6,-2,-4,-11,1,-11v11,3,15,13,31,11v-1,-71,5,-122,-8,-189r4,0r86,141v2,-3,8,1,7,3v0,2,0,3,-3,3r25,42r125,0r0,-90v-3,-6,-6,0,-9,-1v5,-1,-1,-14,9,-11r-2,-11v-5,3,-6,14,-11,9v4,0,6,-4,2,-8r-2,1v0,0,2,-1,2,-3v-7,0,-9,0,-9,-8r1,2v0,-9,2,-3,7,-3v6,2,1,10,12,9xm94,-264v2,0,0,2,0,2v0,-1,-2,-3,0,-2xm74,41v1,2,1,5,-2,4v-2,-1,-1,-4,2,-4xm86,-6v-8,-13,8,-22,12,-8v-4,2,-3,14,-12,8xm108,-277v0,-1,2,-2,4,-1v3,2,3,5,-2,4v-2,0,-2,-2,-2,-3xm107,-253v-7,-4,0,-11,7,-12v12,3,1,10,-3,13xm103,-269r0,-2v2,0,1,2,0,2xm109,56v-8,1,-7,-8,-2,-8v5,1,10,6,2,8xm114,-246v-2,-3,1,-8,3,-3v0,2,-1,3,-3,3xm117,-216v2,0,5,2,1,2v-1,0,-1,-1,-1,-2xm120,-242v-1,-8,6,-6,9,-2v1,5,-9,7,-9,2xm138,-263v7,2,-2,8,-2,8v-2,0,-3,-2,-3,-6v1,-2,3,-2,5,-2xm135,-234v2,0,5,1,5,3v0,2,-1,2,-3,2v-3,0,-4,-4,-2,-5xm142,-227v3,1,2,3,-1,3xm144,-236v-1,4,-8,-1,-8,-2v3,0,1,-10,6,-4v2,2,3,5,2,6xm155,-232v1,4,-2,10,-6,6v-4,-4,-4,-8,2,-9v2,0,4,1,4,3xm160,-220v-1,-1,-3,-1,-1,-1v0,-2,2,-2,3,0v0,1,-1,1,-2,1xm169,-193v1,-1,2,1,1,1xm235,2r-1,-1v1,2,0,2,-2,2v-2,-1,-1,-4,1,-3v1,0,2,1,2,2xm235,48v-7,0,-18,-7,-9,-12v10,-1,7,4,9,12xm357,-170r0,2v0,0,-1,-1,0,-2xm357,-131v-3,-5,-1,-6,0,0r0,0xm352,-139v2,-2,3,1,3,3v-2,0,-2,-3,-3,-3xm350,-164v1,4,2,6,2,6v-5,0,-2,-5,-2,-6xm351,-150v-3,0,-3,-3,0,-4r0,4xm344,-127v-2,-4,2,-8,3,-11v3,0,-3,4,0,4v3,0,6,2,6,7v-2,1,-5,1,-9,0xm348,-118v-1,3,4,4,0,6v-1,-2,-2,-4,0,-6xm347,-82r0,2v-1,-1,-1,-1,0,-2xm345,-88r1,2xm345,-102r0,2r-4,-3v0,0,2,0,4,1xm342,-71r-2,0r2,0xm338,-72v0,0,1,-2,2,-2xm341,-78v-4,-3,-3,-17,0,-6v-1,1,-1,3,-1,3v1,0,3,-1,3,1xm343,-95v-2,0,0,-3,0,-4r0,4xm337,-138v-2,-3,2,-9,5,-7v-3,-1,-2,1,-3,3r2,1v-3,-1,-3,3,-4,3xm337,-99r-1,0r1,0xm330,-157r0,1r0,-1xm328,-149r0,1r0,-1xm323,-161v0,0,2,1,0,1r0,-1xm244,-269v0,-2,1,-4,4,-4v5,0,7,2,6,5v-1,5,-11,6,-10,-1xm239,48v0,-5,6,-5,7,0v1,2,0,3,-3,3v-3,0,-4,-1,-4,-3xm248,52v0,0,12,1,10,6v2,10,-19,18,-21,6v1,-7,8,-5,11,-12xm264,-257r1,0r-1,0xm275,66v-3,3,-5,-1,-2,-2v1,0,2,1,2,2xm271,-118v8,-2,14,13,3,13v-8,1,-14,-12,-3,-13xm293,-182v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm314,-172v-1,2,-2,1,-3,-2v2,0,3,0,3,2xm323,-132v-3,0,-4,-4,0,-3r0,3xm323,-99v0,-1,0,-1,1,-2v1,0,0,1,0,2v0,1,-1,0,-1,0xm333,-128v-7,-6,-5,-7,0,-16v6,7,-4,9,0,16xm330,-114v3,-4,5,-1,5,2r-3,4v-2,-3,-3,-5,-2,-6xm334,-78r0,1r0,-1xm333,-87r-1,-4v2,0,1,3,1,4xm330,-62v-1,0,-2,-1,-2,-2xm331,-80v1,-1,1,-4,2,-2v0,0,-1,0,-2,2xm333,-63v1,0,1,1,1,2xm337,-18v0,2,-1,2,-2,1v1,0,2,-1,2,-1xm338,-43r-1,2v1,-1,0,-1,1,-2xm339,-46v-1,0,-2,-1,-1,-2xm355,53r-1,0r1,0xm360,44v-2,-1,0,-3,0,-4r0,4xm356,7v0,1,2,2,0,2r0,-2xm356,6v-1,-1,-1,-2,1,-2xm354,11v0,0,2,0,2,1v0,0,-1,0,-2,-1xm352,46r3,-1v-1,2,-1,2,-3,1xm346,-24v-1,-3,4,-3,7,-4v-2,2,-5,6,-7,4xm343,17v-3,-3,-1,-5,3,-6v5,1,4,2,6,7v-7,1,-4,-9,-9,-1xm345,-41v2,0,1,2,1,3xm345,-3v-2,0,-2,0,-1,-1xm340,-40v1,-4,1,-1,3,-1xm336,-60v-2,-5,6,-12,8,-4v-3,2,-8,6,-3,10v-7,-2,-7,-3,-2,-7v-2,-2,-1,2,-3,1xm348,-67r0,-1r0,1xm350,-68v0,-3,-4,-7,-6,-9r6,1v0,0,-2,-3,1,-2v3,4,9,2,-1,10xm350,-61v1,-3,2,-4,5,-2v0,3,-4,4,-5,2xm356,-45r0,-1r0,1xm354,-55v1,-2,2,-3,4,-2v0,0,-1,2,-4,2xm359,-54v-1,1,-3,6,-2,0r2,0"},"o":{"d":"-11,-154v-1,9,8,8,16,8v-25,128,67,218,188,218v107,0,192,-72,192,-178v0,-105,-86,-180,-192,-180v-92,0,-166,55,-185,130v-5,-3,-16,-4,-19,2xm245,-169v1,3,1,5,-3,5v-5,0,-9,-9,-1,-8v2,0,4,1,4,3xm174,-189v2,-1,2,1,1,1v0,0,-1,0,-1,-1xm164,-190v2,-2,3,3,3,3v0,2,0,3,-1,3v-2,-2,-3,-3,-2,-6xm161,-210v-2,-2,-3,-11,2,-10v4,0,6,7,3,10v-1,2,-3,1,-5,0xm161,-205v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm156,-207v-1,-1,-3,-1,-1,-2v1,0,1,1,1,2xm156,-166v-4,0,-4,-4,0,-5v1,0,2,1,2,3v0,1,-1,2,-2,2xm148,-182v0,0,-1,-1,-1,-2xm145,-210v2,0,3,1,3,2v-1,1,-3,0,-3,-2xm137,-159v0,2,-5,3,-7,0v1,-2,0,-3,4,-3v2,0,3,1,3,3xm125,-144v-1,3,-10,0,-6,-2v1,-3,8,1,6,2xm89,-171v-1,1,-2,2,-5,2v-3,-1,-3,-5,1,-5v3,0,4,1,4,3xm105,-132v0,-1,-2,-1,0,-2r0,2xm115,-139v-1,0,-3,-1,-1,-1v1,0,2,0,1,1xm130,-130v-2,10,-11,-2,-13,7v-6,-6,2,-10,6,-6v3,0,4,-2,4,-5v1,1,3,2,3,4xm128,-119v-6,6,-3,1,-1,-1v1,0,1,1,1,1xm129,-85v-2,0,-1,-2,0,-2r0,2xm129,-117v5,-57,97,-76,121,-21v0,-2,1,-4,4,-4v4,0,7,2,6,5v-1,4,-5,5,-8,3v20,47,-10,97,-59,97v-39,0,-70,-31,-64,-73v6,5,9,2,9,-4v1,-5,-6,-5,-9,-3xm269,-126v0,-1,1,-3,1,-1xm276,8v3,-1,9,3,9,6v0,8,-13,8,-15,1v-1,-5,0,-6,6,-7xm297,-54v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm317,-45v0,0,-5,-3,-1,-1v1,0,1,0,1,1xm-15,-97v4,-1,1,-2,0,-3v-1,1,-1,2,0,3xm-27,-224v-4,4,2,7,5,7v4,-2,2,-8,-3,-7r-2,0xm-21,-166v0,1,3,3,3,1xm10,-170v1,-4,-6,-7,-8,-3v-1,3,6,5,8,3xm172,-78v0,-3,-2,-1,-2,0r2,0xm-4,-168v0,-3,-3,-2,-2,0r2,0xm163,-140v0,-4,-2,-7,-6,-7v-4,0,-5,1,-4,4v-1,4,1,7,6,7v3,0,4,-1,4,-4xm-4,-142v-1,6,3,9,5,4xm165,-98v1,-8,-8,-6,-12,-4v-2,7,4,10,9,9v2,-1,3,-3,3,-5xm121,93v2,-12,-15,-12,-18,-4v-1,11,17,14,18,4","w":402},"p":{"d":"5,-288v0,-1,-1,-1,-2,-1xm0,-199r0,1r0,-1xm215,-310v-1,4,1,3,2,1v0,-1,-1,-1,-2,-1xm226,-302v0,0,-1,-3,-1,-1v0,1,0,1,1,1xm117,-294v0,0,9,7,9,2v1,-5,-8,-7,-9,-2xm312,-206v3,0,4,-1,4,-4v0,-4,-1,-7,-6,-7v-4,0,-5,2,-4,5v-1,5,1,6,6,6xm273,32v1,-11,-17,-14,-19,-4v0,11,18,16,19,4xm233,-296v0,-3,-3,0,-1,0r1,0xm234,-302v4,6,10,1,10,-6v1,-7,-8,-8,-10,-2v0,4,-1,7,0,8xm131,-165v6,-1,1,-2,0,-3v-1,1,-1,2,0,3xm183,-170v0,-7,-8,-6,-11,-2v-1,2,1,13,7,9v3,-1,4,-4,4,-7xm165,-169v-2,0,-3,0,-3,2v0,1,2,1,3,1v3,0,3,-1,0,-3xm183,-155v-1,1,-2,3,0,3v1,0,2,0,3,-1v-2,3,-4,4,-3,-2xm159,-180v-3,2,2,6,4,6v2,0,3,-1,3,-3v1,-4,-5,-5,-7,-3xm325,-146r-1,0r1,0xm341,-24v-1,-1,-4,0,-2,2v2,2,5,-1,2,-2xm126,-37v110,10,190,-20,186,-124v4,0,7,-2,7,-5v0,-4,-3,-6,-8,-6v-2,-19,-6,-35,-14,-50v-2,5,-8,2,-9,-3v1,-2,2,-6,5,-6v-8,-12,-17,-22,-29,-30v-8,4,-8,-11,-16,-10v1,0,2,2,0,2v-14,-9,-45,-24,-64,-13v-3,-2,-10,-1,-7,-6r-170,-1v1,6,-2,4,-5,2v-1,0,-2,-1,-2,-1v3,29,-5,67,3,90v9,1,2,2,5,7v-5,0,-4,6,-7,8v1,-2,1,-2,-1,-3v1,23,-2,49,1,70v2,-4,1,-3,5,-1v-2,2,-4,7,-6,2v-1,9,0,16,6,18r-6,-2r0,171r15,0v-4,-1,-11,-10,-5,-11v3,-2,8,-1,8,-7v-9,-1,-4,4,-13,4v0,-8,-6,-7,-1,-11v10,1,13,9,21,5v-5,2,0,13,-11,10v-2,0,-3,1,-4,4v7,0,8,10,14,3v-4,-3,0,-5,4,-6v0,0,0,-1,1,2v-6,0,-5,4,-3,7r100,0r0,-109xm0,-255r1,2xm5,-208r-1,0r1,0xm6,-242r0,-2v1,1,1,1,0,2xm22,-77v0,0,-3,-1,-1,-2v0,0,1,1,1,2xm22,-64v0,1,-1,1,-2,1v2,0,2,-1,2,-1xm21,-98v0,-1,2,-4,5,-3v1,2,-5,2,-5,3xm23,-82v4,1,1,4,1,6xm27,-70v0,-2,-9,-3,-1,-4v0,1,0,2,1,4xm23,26v0,-1,-2,-2,0,-2r0,2xm27,-21v1,1,3,1,0,2r0,-2xm27,-67v0,2,1,2,-1,1xm26,-13v2,-2,5,1,1,1xm30,-40v-1,2,-3,1,-3,-1xm28,-96v4,4,-2,13,-4,5v3,0,2,-3,4,-5xm24,-159r0,1r0,-1xm24,-138v1,-1,2,-1,2,1v-1,1,-1,0,-2,-1xm22,-108v-1,1,-1,1,-2,0v1,-1,1,-1,2,0xm13,-133v1,-11,5,2,9,-1v-3,0,-7,6,-9,1xm12,-179v2,2,2,3,-1,3v-2,-2,2,-1,1,-3xm14,-228r0,-2r0,2xm17,-171v0,-1,-3,-2,-1,-2v0,0,0,1,1,2xm17,-165r0,2r0,-2xm18,-212v0,-1,0,-1,1,-1v0,0,-1,0,-1,1xm18,-143v0,-4,2,-2,2,0r-2,0xm22,-160v-2,0,-2,1,-1,3v-2,-1,-1,-4,1,-3xm21,-193v0,3,-2,5,-3,2xm14,-257v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm14,-235v6,4,4,10,5,16v-4,-1,0,-15,-7,-12v2,-1,1,-3,2,-4xm12,-239v-2,0,-6,-7,-3,-7r-1,2v4,-1,5,1,4,5xm11,-102v-1,2,-2,3,-2,0v1,-2,2,-3,2,0xm10,-228v-4,0,-3,-1,-1,-4xm8,-117v1,0,3,3,0,2r0,-2xm4,-141v-1,2,-1,2,-2,0r2,0xm5,-153v-1,0,-1,0,-1,-1xm5,-186v1,0,2,1,3,2v-1,0,-2,-1,-3,-2xm2,-105v-1,-1,-1,-2,0,-3v3,2,2,1,0,3xm2,-111v0,0,1,1,2,1xm6,-81r-2,1v0,0,1,-1,2,-1xm6,-70r-1,-1v0,0,1,0,1,1xm4,-37r-2,-3v0,0,2,2,2,3xm4,-77v0,0,0,-1,1,0r-1,0xm5,-55v1,3,1,3,0,4r0,-4xm7,-113v-1,1,-2,1,-3,0r3,0xm9,-65v0,2,-3,4,-2,0r2,0xm10,-91v0,0,-2,-4,1,-3xm12,-81v0,4,-1,1,-2,0v0,-1,2,-2,2,0xm12,-88r2,-1v0,0,-1,1,-2,1xm16,-100v-4,-6,3,-15,-4,-12v-2,-1,-2,-3,0,-4v3,-1,5,1,8,5v-7,3,0,8,-4,11xm18,-80v0,-1,0,-1,1,-1v0,0,-1,0,-1,1xm17,-98v2,2,0,3,-1,3v-1,-1,0,-2,1,-3xm18,-88v-1,0,-3,1,-3,-1v0,0,2,1,3,1xm18,-71r1,1xm19,4v0,-2,1,-3,2,-1v0,0,-1,0,-2,1xm22,-8v-2,0,-1,-2,-1,-3xm23,27v0,1,0,1,-1,1xm25,22v0,0,-2,0,-2,-1v0,0,1,0,2,1xm31,58v0,3,-5,2,-7,3v1,-1,6,-7,7,-3xm35,37v0,0,-2,-1,0,-1v0,0,1,0,0,1xm36,17v4,5,-3,4,-5,6v-5,-2,-1,-4,-3,-8v2,1,2,1,4,0v-1,4,2,6,4,2xm43,51v0,0,-3,2,-2,-1v1,0,2,0,2,1xm184,-163v10,23,-21,41,-58,36r0,-63v13,0,33,-1,41,2v-2,3,-5,4,0,8v3,4,9,1,7,-4v7,4,15,13,10,21xm187,-276v-2,-3,1,-6,3,-3v0,2,-1,3,-3,3xm193,-244v-3,0,-3,0,-2,-2v1,0,2,1,2,2xm198,-269v-6,2,-7,-6,-4,-9v3,1,12,6,4,9xm208,-264v4,-1,8,6,2,6v-3,0,-4,-5,-2,-6xm215,-253v-3,1,-3,-2,-1,-3v2,0,4,2,1,3xm211,-274v0,0,9,6,6,8v-5,1,-10,-1,-6,-8xm221,-256v-4,-4,-2,-8,3,-9v5,0,5,6,2,9v-1,2,-3,2,-5,0xm231,-251v0,-2,2,-2,3,0v0,4,-2,1,-3,0xm229,-257v2,0,0,-5,4,-4v3,0,3,5,0,6v-2,0,-4,0,-4,-2xm238,-267v1,0,1,0,1,1xm240,-242v-2,-1,-2,-7,1,-5v2,1,1,5,-1,5xm242,-223v0,1,3,1,1,2xm263,-252v-1,1,-4,-1,-1,-1xm268,-247r-2,-1v1,0,2,0,2,1xm321,-45v0,1,0,2,1,2v1,-1,1,-2,1,-2v0,-1,-2,-1,-2,0","w":338},"q":{"d":"0,-108v0,138,150,218,280,161r25,43r100,-42r-52,-57v21,-30,32,-65,32,-105v1,-110,-79,-181,-192,-181v-108,0,-193,75,-193,181xm165,-182v2,0,2,0,1,1xm155,-184v2,-1,3,1,3,4v0,2,0,3,-1,3v-1,-2,-2,-4,-2,-7xm150,-209v0,-4,7,-7,8,-1v1,3,-1,10,-5,7v-1,0,-2,-3,-3,-6xm153,-199v1,2,-2,0,0,0r0,0xm147,-201v-1,-1,-3,0,-1,-1v1,0,1,0,1,1xm139,-175v0,0,-1,-4,0,-2v0,1,1,2,0,2xm136,-203r3,1v-1,1,-3,1,-3,-1xm125,-156v3,0,5,6,0,6v-1,0,-4,-1,-4,-4v1,-1,2,-2,4,-2xm112,-136v-4,-1,-4,-5,1,-4v5,1,3,4,-1,4xm80,-165v0,4,-8,4,-8,0v0,-2,1,-2,3,-2v3,0,5,0,5,2xm96,-125v-1,-1,-2,-1,0,-2v2,1,1,1,0,2xm105,-131v-1,-2,-1,-2,0,-3v2,1,1,2,0,3xm119,-127v6,10,-8,14,-14,9v1,-6,7,-10,14,-9xm116,-109v-1,-1,-4,-5,1,-4v1,0,2,0,2,1v0,2,-1,3,-3,3xm120,-77v-2,0,-1,-3,0,-3r0,3xm223,-60v0,8,-9,6,-10,0v1,-3,9,-10,10,0xm231,-165v4,-2,7,1,6,5v18,17,24,42,17,70r-79,15r29,32v-42,11,-71,-26,-77,-60v-7,3,-8,-6,-4,-8v0,1,5,4,5,0v0,-20,6,-36,18,-48v-4,-2,-3,-5,1,-5v1,0,2,1,2,2v19,-18,59,-21,82,-3xm261,-119v-1,-1,-1,-1,0,-2v1,1,1,1,0,2xm267,15v4,0,10,2,9,7v0,9,-13,8,-15,1v2,-3,-1,-7,6,-8xm289,-47v-1,0,-1,0,-1,-1v0,0,1,0,1,1xm309,-37v-1,2,-2,1,-3,-1v1,-2,4,-1,3,1","w":425},"r":{"d":"-30,-131v0,-4,-2,-2,-2,-3v0,0,1,5,2,3xm-43,-263v-2,0,-3,2,-3,3v-1,3,5,6,7,4v1,0,2,-1,2,-2v0,-3,-2,-5,-6,-5xm-39,-202v0,0,7,1,3,0v-1,-1,-3,-1,-3,0xm-24,-204v2,1,1,-2,1,-2xm-9,-205v3,-2,2,-7,-3,-7v-3,0,-2,2,-3,3v0,3,2,4,6,4xm-28,-189v-2,9,8,8,16,8v9,-4,4,-15,-6,-13v-5,-1,-8,1,-10,5xm-15,-170v-3,6,1,18,9,8v0,-5,-7,-9,-9,-8xm142,-178v-1,5,1,7,6,7v3,0,5,-2,5,-5v0,-5,-2,-7,-7,-7v-4,0,-5,2,-4,5xm-17,-176v-4,-3,-5,1,-4,5v3,2,7,-2,4,-5xm187,68v37,10,96,1,151,4v-34,-48,-60,-98,-100,-141v47,-16,70,-35,70,-94v0,-84,-61,-125,-150,-125r-158,0r0,142v-3,-2,-4,-1,-5,1v1,5,5,7,5,14r0,203r128,0v2,-37,-4,-83,2,-116r56,114v0,0,1,-1,1,-2xm278,59v-1,0,-3,-1,-1,-1xm262,50v0,-3,9,-3,8,1v-1,4,-9,4,-8,-1xm256,25v5,0,5,6,0,6v-2,0,-4,-3,-3,-5v1,-1,2,-1,3,-1xm256,-234v-1,-3,3,-6,5,-6v6,0,5,10,0,11v-1,-2,-6,0,-5,-5xm90,-153v8,0,5,5,0,6v-2,0,-3,-1,-3,-3v0,-1,1,-3,3,-3xm95,-137r1,-1v1,1,1,1,-1,1xm96,-145r0,2v-1,0,-2,-2,0,-2xm98,-148r0,0r0,0xm222,37v0,2,-1,1,-1,-1xm210,-250r0,1r0,-1xm206,13r1,0r-1,0xm192,-2v1,0,1,0,1,1v-1,0,-1,0,-1,-1xm184,-178v1,-1,2,-2,1,0r-1,0xm173,-210v1,1,1,2,-1,2xm164,-191v0,-3,3,-4,4,-2v0,4,-3,7,-4,2xm156,-228v0,-1,0,-1,1,-1xm161,-201v2,3,-1,10,-6,11v-6,-1,-2,-6,1,-9v2,-2,4,-3,5,-2xm145,-217v0,-7,7,-5,7,0v0,4,-6,4,-7,0xm149,-190v0,-1,-1,-1,0,-2r0,2xm146,-203v2,0,3,1,3,3v0,2,-1,3,-3,3v-3,-1,-5,-6,0,-6xm144,-196v2,0,3,1,3,3v0,1,-1,3,-3,3v-4,0,-3,-5,0,-6xm114,-152v-1,0,-4,4,-5,1v3,0,4,-3,5,-1xm114,-138v0,0,1,-1,2,-1v0,0,-1,1,-2,1xm123,-95v2,1,3,7,-1,5v-2,-1,-1,-5,1,-5xm127,-144v0,2,-2,3,-3,1v2,-1,3,-5,3,-1xm125,-158v0,0,1,0,1,-1v0,0,0,1,-1,1xm129,-208v0,3,-4,5,-6,3v-2,-2,-1,-6,2,-6v2,-1,4,0,4,3xm143,-121v2,1,1,5,-1,4xm147,-113r-1,0r1,0xm153,-107v-1,1,-1,1,-2,0v1,-2,1,-1,2,0xm159,-116v-3,5,-7,0,-8,-5v2,-9,7,-1,9,2xm164,-122v-1,3,-3,2,-3,0v0,-1,0,-2,1,-2v1,0,2,1,2,2xm168,-126v-3,1,-6,0,-4,-4v0,-1,1,-2,2,-2v2,0,3,0,3,2v0,2,0,4,-1,4xm139,-190v37,-5,48,28,36,50v2,0,3,4,0,4v-2,-7,-20,15,-22,1v-5,-7,-13,-1,-10,6v-8,-3,-12,9,-13,0r-2,0r0,-61v5,1,6,-2,9,-3v3,0,3,1,2,3xm179,35v0,2,-5,1,-5,-1v0,-2,1,-2,2,-2v1,0,3,2,3,3xm178,-141v1,-5,3,3,1,0r-1,0xm181,-176v2,1,0,1,0,1r0,-1xm183,-153v-2,0,-4,-2,-1,-3v0,1,1,2,1,3xm186,54v4,1,3,7,-1,6v-2,0,-2,-1,-2,-3v0,-2,2,-3,3,-3xm187,-126v0,1,-2,2,0,2v-1,0,-1,-2,0,-2xm186,18r0,-2v1,0,0,2,0,2xm186,-2v-1,1,-1,1,-1,-1v0,0,1,0,1,1xm187,-161v4,2,-3,3,-1,3v-2,-1,-1,-4,1,-3xm193,26v2,1,1,4,-1,3v-1,0,-2,-1,-2,-2v1,-1,2,-1,3,-1xm201,-8v1,4,0,7,-4,5v-4,-3,0,-11,4,-5xm197,0r0,0r0,0xm200,16v-2,0,-3,-5,0,-5v2,0,1,5,0,5xm202,-161r1,-1v2,0,1,0,-1,1xm204,-196v-2,2,-5,3,-8,-1v0,-3,5,-6,7,-3v1,1,1,3,1,4xm205,68r-1,-3v2,0,3,2,1,3xm206,27v1,1,3,1,1,2v0,0,-1,-1,-1,-2xm212,71r2,0r-2,0xm212,48v9,-1,0,9,0,9v-5,-2,-4,-7,0,-9xm216,-262v0,-1,0,-2,1,-2v1,0,1,1,-1,2xm222,49v3,-1,6,3,6,5v0,4,-2,5,-6,5v-5,0,-4,-8,0,-10xm238,71v-1,0,-2,-5,1,-4v3,0,4,3,2,4r-3,0xm238,51v0,0,3,2,1,2v-1,0,-1,-2,-1,-2xm251,48v0,4,-8,4,-6,0v1,-3,6,-5,6,0xm242,54v5,0,12,15,2,9v-4,-1,-10,-9,-2,-9xm238,46v1,-4,6,-2,6,1v-1,3,-5,3,-6,-1xm236,39v0,-2,2,-2,4,-2v2,0,1,6,-1,5v-1,0,-3,-1,-3,-3xm231,46v0,-3,-2,-8,2,-5v0,3,0,5,-2,5","w":351},"s":{"d":"284,-67r0,-1r0,1xm237,21v8,-6,6,6,15,1r0,-4v2,1,7,4,10,1v-2,-1,-5,1,-4,-5v1,0,2,1,4,1v-1,-4,-5,-7,-2,-12v2,1,6,3,6,0v-8,-2,1,-4,-7,-6v8,1,8,-3,11,-7v0,5,0,6,4,9v11,-20,14,-50,9,-73v-4,2,2,-4,-2,-4v-1,-20,-16,-41,-35,-51v-9,-11,-34,-20,-53,-23v3,-2,3,-10,-3,-9v-2,0,-9,3,-6,7r-31,-8v1,-8,-6,-13,-13,-8v-4,-26,21,-25,50,-22v25,3,14,13,29,12v7,3,14,7,21,12r32,-84v-2,-2,-3,-4,-2,-5r4,0v-82,-57,-225,-29,-252,50v4,0,7,10,0,9v-12,3,-7,25,-10,39v-1,73,70,92,135,102v6,3,10,8,10,15v0,13,-17,20,-32,20v-27,0,-61,-14,-86,-36r-39,98v62,31,147,47,211,15r0,2v12,-6,31,-15,36,-25r-2,3v-3,-10,9,-1,7,-10v-9,-2,-12,1,-15,-4xm265,-255v-2,-2,-1,-3,1,-3v0,0,1,3,-1,3xm257,-225v1,0,1,1,0,1r-2,0v0,-2,1,-1,2,-1xm24,-131v0,2,-3,1,-3,0v0,-1,3,-2,3,0xm42,-167v-1,6,-12,7,-11,-1v0,-3,2,-4,5,-4v5,0,7,1,6,5xm54,-156v-1,0,-2,2,-2,0v1,-2,1,-1,2,0xm84,-76v1,2,-2,3,-2,1v0,-1,2,-1,2,-1xm60,-4v4,-1,10,3,10,7v0,8,-14,8,-17,1v2,-3,0,-7,7,-8xm256,-117v-1,-1,-1,-2,1,-2xm252,-113v0,0,2,0,2,1v0,0,-2,0,-2,-1xm254,-95v-1,2,-2,3,-2,1v0,0,1,-1,2,-1xm253,-36r0,-4r0,4xm240,-115v6,-1,10,0,8,7v-1,-1,-3,-1,-4,0v4,-1,-1,-8,-1,-4v0,0,-1,1,-2,1xm247,-13r-1,0r1,0xm243,-82v2,1,0,1,-1,2v0,0,-1,-1,-2,-1v0,-1,2,-1,3,-1xm239,-75v2,0,2,0,1,1v0,0,-1,0,-1,-1xm239,-7v0,2,-3,1,-3,0r3,0xm235,-24v1,-2,1,-2,2,0v-1,1,-2,1,-2,0xm237,-32r-2,0v0,0,2,-1,2,0xm235,-57r0,2v-1,-1,-1,-1,0,-2xm233,-15r2,-1v0,1,-1,1,-2,1xm233,-8v0,0,2,0,2,1v-1,0,-2,-1,-2,-1xm232,-19v0,0,2,1,0,1r0,-1xm232,1r1,-2v1,1,0,2,-1,2xm229,-31v1,-1,1,-1,2,0v-1,1,-2,0,-2,0xm228,-28v1,1,7,6,0,5r0,-5xm230,-21v1,1,1,4,0,6v-3,-2,-2,-4,0,-6xm227,0v1,3,-3,3,-5,2v0,-4,4,0,5,-2xm226,9v0,2,-2,2,-2,1v1,-1,2,-1,2,-1xm221,-3v0,-5,4,-10,5,-4v-2,0,-3,2,-5,4xm216,37v-2,2,-4,0,-3,-2v1,0,2,1,3,2xm218,46r0,-4v2,1,3,2,0,4xm221,33v-4,2,-1,1,-1,-1xm227,35v-2,6,-4,4,-6,-1v2,-1,6,-3,6,1xm232,19v-9,-4,-2,-11,0,-15v0,6,-2,6,-2,13v2,-1,6,0,2,2xm236,19v-1,2,-1,2,-2,0r2,0xm236,8v1,-1,2,-6,2,-2xm237,18v2,-1,2,-1,3,0r-3,0xm240,-1v-3,1,-4,-3,-1,-2xm241,-12v-2,0,-1,-3,-1,-4v2,0,2,1,2,3v0,1,0,1,-1,1xm242,17v0,0,-3,-1,-1,-2xm243,14v-1,-3,-1,0,1,-3v1,1,1,3,-1,3xm248,8v-3,-2,-5,-1,-6,-5v0,2,6,1,6,5xm248,-16r-1,0r1,0xm249,-23r-1,1xm249,-30v1,2,-3,3,-1,1v0,-1,0,-1,1,-1xm249,-81v0,-1,-2,-3,0,-3r0,3xm251,15v-1,-1,-1,-1,0,-2r0,2xm252,-2v2,-1,5,2,1,2v-1,0,-1,-1,-1,-2xm256,-114v-1,-1,-2,-1,0,-3r0,3xm255,10v0,-1,3,-3,3,-1xm263,-11v0,1,0,2,-1,2v0,0,0,-1,1,-2xm260,-51v-1,2,-2,-2,-2,-1v0,0,1,0,2,1xm264,-4r-3,-2xm267,-10v-1,2,-1,4,-1,0r1,0xm278,-77v1,1,2,0,2,2xm272,-78v4,0,7,1,2,3v0,-3,-6,-1,-2,-3xm276,-70v0,0,-2,-3,0,-3r0,3xm274,-12v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm273,-71v0,-1,-3,-2,-1,-2xm277,-10v-2,1,-5,3,-6,1v1,0,4,-4,6,-1xm279,-38r0,-4r0,4xm282,-51v1,7,-5,6,-7,2v3,-1,-3,-2,0,-3v1,5,5,-3,7,1xm284,-63v-3,0,-5,-2,-2,-3v1,1,1,3,2,3xm183,-162v1,-7,-7,-8,-9,-4v-2,9,7,9,9,4xm27,-264v0,2,8,7,9,2v1,-5,-8,-7,-9,-2xm165,-182v-5,0,-5,11,-1,11v3,0,4,-2,4,-6v0,-3,-1,-5,-3,-5xm179,-181v-5,1,-4,10,1,9v3,0,4,-2,4,-5v0,-3,-2,-4,-5,-4","w":304},"t":{"d":"33,-122v1,-2,-1,-2,-3,-3v-1,1,0,2,1,3v1,1,2,1,2,0xm64,-126v-1,0,-2,1,-2,3v0,1,1,1,2,1v3,0,2,-2,0,-4xm215,-166v0,-4,-2,-7,-7,-7v-4,0,-5,2,-4,5v-1,5,1,6,6,6v3,0,5,-1,5,-4xm49,-162v-6,6,1,20,8,9v-1,-4,-4,-7,-8,-9xm46,-164v0,-3,-3,-6,-6,-2v0,5,5,6,6,2xm60,-138v-5,1,-2,9,2,8v2,0,3,-1,3,-3v0,-3,-2,-5,-5,-5xm239,18v-2,0,-4,0,-2,2v1,1,1,2,2,1v1,-1,1,-2,0,-3xm223,-104v-2,0,-3,3,0,2v0,-1,1,-2,0,-2xm220,-1v2,-2,-1,-3,-1,-1v0,1,0,1,1,1xm209,-129v-6,-1,-7,10,-2,11v4,2,9,-1,9,-4v0,-5,-2,-7,-7,-7xm152,71v2,12,22,14,18,0r32,0r0,-245r71,4r0,-117r-18,0v1,0,2,1,2,2v0,1,-1,2,-3,2v0,-2,-2,-2,0,-4r-53,0v-1,8,-12,10,-14,2v1,0,1,-1,1,-2r-188,0r0,117r72,-4v-3,8,1,15,0,28v-2,-5,-6,2,-8,3r-1,2v5,6,9,7,9,18r0,194r80,0xm104,-259v-3,0,-3,0,-2,-2v1,0,2,1,2,2xm125,-284v6,-1,7,7,2,7v-3,0,-5,-1,-5,-5v0,-2,1,-2,3,-2xm134,-271v-2,1,-5,1,-3,-3v2,-2,6,1,3,3xm147,-273v-3,4,-10,-4,-9,-7v1,-3,10,-10,11,1v0,2,0,5,-2,6xm155,-265v-2,-1,-1,-4,1,-4v1,2,1,4,-1,4xm152,-275v-1,-3,2,-5,5,-5v3,1,4,7,-1,8v-2,0,-4,-1,-4,-3xm166,-256v-2,1,-4,-4,-2,-5v2,-3,4,-1,4,3v0,2,-1,2,-2,2xm168,-231v2,0,2,0,2,2v-1,0,-2,-1,-2,-2xm195,-269v-1,2,-1,1,-2,0r2,0xm199,-262v-1,-3,2,-2,3,-1v0,2,-2,2,-3,1xm240,-234v0,12,-12,8,-12,0v0,-5,11,-15,12,0","w":306},"u":{"d":"305,9v-3,-4,0,-5,3,-7v26,-31,19,-105,20,-162v-1,0,-1,1,-1,2v0,-4,2,-11,-5,-8v14,-6,-2,-21,2,-26r1,2v1,-2,2,-4,1,-5v1,0,2,1,2,2r0,-11v-4,2,-4,4,-2,8v-2,-2,-6,-2,-6,-6v4,2,8,-1,4,-2r-1,1v11,-20,3,-57,5,-86r-129,0v2,30,-1,69,0,110v2,-2,6,-1,6,3v-1,2,-3,4,-6,4v-6,50,21,132,-35,132v-56,0,-29,-87,-35,-135v-2,2,-6,1,-6,-2v0,-5,1,-6,6,-6r0,-106r-129,0r0,209v-11,132,136,179,251,135v0,6,1,10,7,10v11,1,14,-13,5,-16v4,-4,20,1,15,-11v11,-8,20,-18,27,-29xm326,-182r-1,2xm326,-220r0,2r0,-2xm324,-223v1,-1,2,-4,3,-2v-1,0,-2,1,-3,2xm321,-243v0,-3,3,-3,2,-1v-1,0,-2,1,-2,1xm321,-205v0,0,0,-2,1,-2xm126,-235v0,0,-7,-3,-4,-4v2,-1,5,2,4,4xm114,-238v1,0,1,0,1,1v-2,1,-2,1,-1,-1xm109,-283v1,1,8,4,3,6v-5,1,-5,-4,-3,-6xm95,-185v-1,1,-2,1,-2,0v0,-2,0,-2,2,-1v1,1,0,1,0,1xm104,-236v-1,1,-1,0,-2,-2v1,0,2,1,2,2xm118,-218v-5,-2,-13,0,-11,-8v7,-8,23,5,11,8xm113,-212v-2,1,-6,1,-4,-3v1,-2,2,-1,3,0v1,1,1,3,1,3xm113,-210v4,1,5,3,5,8v-8,6,-5,-8,-5,-8xm119,-179v-6,0,-1,-3,0,-2r0,2xm118,-185v-2,0,-3,-5,-1,-6v0,0,4,6,1,6xm121,-138v0,0,-1,-1,-1,-2v1,0,1,1,1,2xm122,-189v-2,-3,6,-13,6,-3v0,5,-4,7,-6,3xm158,-16v0,7,-7,6,-10,2v-5,-4,-2,-15,6,-9v3,1,4,4,4,7xm201,-185v1,-1,0,-4,3,-4v2,0,4,2,4,4v0,3,-1,4,-4,4v-2,0,-3,-1,-3,-4xm208,-60r0,-1v1,0,0,0,0,1xm208,-164v-5,1,-6,-4,-4,-7v3,-2,9,-1,8,3v0,3,-1,4,-4,4xm219,-42v-1,1,-3,3,-2,-1v1,0,2,1,2,1xm228,-148v-4,4,-12,-1,-7,-6v3,-4,9,-2,8,4v0,1,0,1,-1,2xm229,-135r0,1r0,-1xm231,-188v8,-1,6,8,2,9v-3,0,-4,-3,-4,-6v0,-2,0,-3,2,-3xm312,-147r2,0r-2,0xm308,-163v1,0,3,-1,3,1v-1,0,-3,0,-3,-1xm306,-133v8,0,10,0,9,7v-1,1,-4,-2,-5,0v3,-1,0,-9,-1,-4v-3,2,-2,-1,-3,-3xm312,-29v0,-2,2,-1,2,0r-2,0xm306,-99v2,-1,6,1,2,2v0,0,-1,-2,-2,-2xm305,-92v0,0,2,0,2,1v0,0,-1,-1,-2,-1xm302,-23v2,-1,4,1,1,1v-1,0,-1,0,-1,-1xm303,-41v-2,2,-2,0,-1,-1xm301,-49v0,0,3,1,0,1r0,-1xm301,-74v1,0,0,1,0,2v-1,-1,-1,-1,0,-2xm301,-32v0,1,-1,1,-2,1v0,0,1,0,2,-1xm299,-24v0,0,2,0,2,1v0,0,-1,-1,-2,-1xm298,-36v1,1,1,1,0,2r0,-2xm298,-15v-1,-1,0,-1,0,-2v1,1,1,2,0,2xm296,-31v-2,-2,-3,-3,0,-4v1,2,1,3,0,4xm293,-15v0,2,-3,3,-5,1v1,-4,2,0,5,-1xm292,-7v1,2,-3,2,-3,1v1,-1,3,-1,3,-1xm287,-19v0,-4,4,-11,5,-4v-3,0,-3,2,-5,4xm281,21v-1,1,-2,1,-2,-1v1,0,1,0,2,1xm284,31v1,-2,-2,-6,1,-3v0,0,0,2,-1,3xm287,18v-3,0,-1,-1,-1,-1xm287,19v4,-4,7,2,3,3v0,1,-1,2,-1,2xm298,3v-11,-2,-1,-12,0,-16v3,8,-6,8,-2,14v1,-1,6,-1,2,2xm301,6r-1,-3v2,1,2,1,1,3xm302,-8r2,-4v0,1,-1,3,-2,4xm305,2v0,0,-2,0,-2,-1v1,1,2,1,2,1xm304,-17v0,-1,0,-3,2,0v-1,1,-1,1,-2,0xm307,-28v-2,-1,-1,-2,0,-4v1,0,1,1,1,2v0,1,0,2,-1,2xm307,0r2,1v0,0,-1,0,-2,-1xm309,-1v-1,-3,-1,-2,1,-4v1,1,1,3,-1,4xm314,-9v-1,1,-6,0,-6,-4v1,1,3,3,6,4xm315,-32r-2,0r2,0xm315,-46v1,2,-3,3,-1,1v0,-1,1,-1,1,-1xm315,-102v0,0,0,6,-1,3v0,-1,0,-2,1,-3xm318,-207v-1,-1,-2,0,-2,-2xm319,-185r1,-1v1,0,0,0,-1,1xm319,-52v0,-2,0,-4,1,-5xm318,-112r2,0v-1,2,-2,2,-2,0xm320,-131r-1,0r1,0xm322,-189v-1,0,-2,0,-2,-2xm321,-183v2,0,3,-3,3,0r-3,0xm322,-132v-1,0,-1,-1,0,-3r0,3xm324,-136v-1,0,-2,2,-2,0r2,0xm325,-67r0,-2v1,1,1,1,0,2xm220,79v5,0,10,-9,2,-10v1,1,-10,5,-2,10xm229,138v3,7,13,1,12,-4v-1,-6,-8,-9,-12,-3v-1,2,-1,5,0,7xm245,90v4,-17,-14,-8,-16,-4v-7,4,-10,10,-2,12v5,-2,11,-3,18,-8xm214,148v-1,-1,-2,-1,-2,1v0,0,2,0,2,-1xm254,86v1,-2,-1,-3,-3,-1v-1,1,-1,3,1,3v1,0,2,-1,2,-2xm252,111v8,-1,6,-12,-1,-13v-4,0,-5,2,-5,7v0,4,1,6,6,6xm384,28v0,4,3,0,3,0r-3,0xm380,39r1,0r-1,0xm381,40v-1,-2,-3,-1,-3,1v1,1,2,0,3,-1xm257,98v9,2,10,-7,5,-10v-7,-1,-10,6,-5,10xm201,101v-2,-1,-6,0,-3,2v2,0,3,-1,3,-2xm21,95v14,2,14,-17,5,-20v-12,-1,-17,19,-5,20xm103,147v1,1,1,2,2,1xm82,168v2,-3,0,-3,-2,-3v0,0,1,5,2,3xm293,64v-2,-1,-3,2,-1,2v1,0,1,-1,1,-2xm343,57v2,1,2,0,2,-2v-2,-1,-3,1,-2,2xm344,55r1,0r-1,0xm351,42v-2,-2,-7,-3,-8,0v-1,2,6,5,8,3v1,-1,1,-2,0,-3xm350,15v-1,3,2,4,2,1v0,-1,-1,-1,-2,-1xm331,-15v-1,-5,-6,-3,-7,0v-1,3,-1,5,1,6v4,1,6,-1,6,-6xm280,77v-7,-10,-20,4,-6,4v4,0,6,-1,6,-4xm330,17v-2,-3,-7,0,-6,3v0,2,1,3,4,3v3,1,4,-4,2,-6xm283,127v-4,0,-7,2,-7,7v1,7,14,7,12,-2v0,-4,-2,-6,-5,-5xm318,45v0,-1,-3,-2,-3,0v0,1,0,2,1,2v1,0,2,-1,2,-2xm372,-75v-4,-4,-9,3,-7,7v2,2,8,1,7,-4v0,-2,-2,-2,0,-3xm276,90v-2,-3,-8,1,-7,4v0,3,1,5,5,5v3,0,5,-1,5,-5v0,-2,-1,-4,-3,-4xm385,60v6,0,9,-10,2,-11v-9,-2,-12,1,-10,7v1,3,4,4,8,4xm374,48v0,-3,-4,0,-1,0v1,0,1,1,1,0","w":367},"v":{"d":"39,-165v-2,4,-8,13,2,13v11,-2,0,-10,-2,-13xm47,-139v-1,3,6,10,7,3v1,-4,-6,-7,-7,-3xm54,-129v-3,-1,-4,1,-3,3v0,1,1,1,2,1v3,0,3,-2,1,-4xm36,-167v0,-2,-4,-6,-6,-3v-1,6,4,7,6,3xm200,-165v5,-1,6,-12,-2,-11v-4,0,-5,1,-4,4v-1,5,1,7,6,7xm21,-128v-1,1,-4,1,-2,3v1,1,2,1,3,0v0,-1,0,-2,-1,-3xm69,-76v0,1,2,1,3,1v0,-2,-2,-1,-3,-1xm13,-196v0,1,4,4,4,2v0,-1,-3,-5,-4,-2xm69,-76r0,0r0,0xm31,-199v0,-1,-2,-2,-3,-1v1,1,1,4,3,1xm279,19v9,0,16,-18,6,-21r-7,2r68,-177v-7,2,-12,-7,-3,-10v0,2,4,1,6,3r40,-105r-136,0r-47,162v-2,-5,-9,-7,-12,-2v-2,7,3,10,10,8v-6,19,-8,35,-8,50r-3,0v-8,-77,-40,-148,-57,-218r-136,0r13,34v-2,-3,-8,-2,-7,2v-1,2,4,5,7,3v2,-1,2,-3,0,-5r26,67v-14,-4,-21,10,-9,14v3,-3,10,0,13,-4v2,6,4,11,7,15v-1,0,-2,-1,-2,-1v14,43,32,80,47,122v11,0,10,4,3,6r40,105r1,-1v-1,3,1,3,4,3v1,10,20,11,18,0r25,0v-1,7,2,11,9,11v6,0,11,-5,9,-11v12,7,26,-3,46,0r22,-57v1,3,4,5,7,5xm16,-284r-2,0r2,0xm73,-152v4,0,2,5,1,9v-4,-2,-2,-5,-1,-9xm71,-137v4,0,3,10,0,3v-1,-1,-1,-2,0,-3xm61,-192v1,-2,2,-1,3,0v0,1,-2,1,-3,0xm57,-213v1,0,1,0,1,1xm55,-214v-2,1,-2,3,-1,4v0,0,-1,-4,1,-4xm55,-199v1,2,3,4,-1,3v0,0,0,-1,1,-3xm42,-265r-1,0r1,0xm28,-277v0,-2,3,-7,3,-1xm30,-258v0,1,-1,1,-2,1xm20,-276v1,1,1,1,0,2r0,-2xm19,-247v9,8,6,-6,16,0v-2,5,-2,12,-5,15v2,-6,-14,-7,-11,-15xm35,-278v-1,-1,-3,-2,0,-2r0,2xm34,-236r3,2v-2,1,-3,0,-3,-2xm34,-286v6,4,5,9,7,15v-1,0,-1,1,-2,0v0,-3,-1,-13,-7,-10v3,-2,1,-3,2,-5xm41,-192v-1,2,-1,4,-1,0r1,0xm42,-230v4,4,-3,2,-1,1xm46,-225v2,0,0,0,2,2v-1,1,-2,0,-2,-2xm48,-242v-2,-1,-2,-2,0,-3v1,1,1,2,0,3xm49,-217v2,0,2,0,1,1xm52,-167v-2,0,-2,0,-2,-2xm53,-191v8,6,6,2,1,8v-5,-4,-1,-6,-1,-8xm55,-152v-2,0,-1,-3,-1,-5xm61,-154v-6,-5,1,-15,-7,-11v-2,0,-2,-1,0,-3v11,-1,5,9,7,14xm62,-149v-1,0,-1,-2,0,-3v1,2,2,2,0,3xm63,-142v2,0,1,-1,1,-1xm66,-163r-3,1v0,-1,2,-2,3,-1xm67,-153v-1,-3,2,-5,3,-2xm67,-135r0,-1r0,1xm69,-125r1,0r-1,0xm71,-132r-1,-2v0,0,1,1,1,2xm73,-118v-2,0,-2,0,-1,-1xm77,-126v-2,-2,-7,-3,-1,-4v0,1,0,2,1,4xm85,-96v-1,0,-3,-3,0,-2r0,2xm86,-78v2,0,4,0,1,1xm90,-71v0,2,-2,3,-3,1v1,-2,1,-2,3,-1xm105,-22v-1,-1,-1,-1,0,-2v0,0,1,1,0,2xm116,-11v-1,1,-3,3,-3,0r3,0xm127,33v1,0,2,1,2,2xm268,-110v-8,1,-8,-12,-2,-15v4,-2,7,0,8,5v1,4,-2,10,-6,10xm275,8r1,-5v0,2,0,4,-1,5xm334,-232v-1,0,-1,1,-1,2v0,0,0,-2,1,-2xm364,-269v0,-3,4,-4,5,-2v2,5,-5,7,-5,2xm349,-285v0,1,-2,2,-2,0v0,-2,3,-2,2,0xm357,-236v0,3,-5,2,-5,0v1,-1,5,-5,5,0xm361,-243v-1,0,-3,-3,-1,-3v2,0,3,1,1,3xm360,-262v-1,-3,1,-4,3,-2v0,2,-2,4,-3,2xm366,-249v3,-1,6,4,3,6v-4,2,-7,-4,-3,-6xm364,-252v-5,-2,2,-9,4,-8v6,-1,7,7,2,8v-2,1,-4,1,-6,0xm373,-262v-4,-1,-2,-8,0,-9v3,2,10,0,5,6v-2,2,-4,3,-5,3xm375,-287v3,-2,8,-2,5,5v0,5,-6,4,-7,0v-1,-3,0,-4,2,-5xm302,152v7,-3,6,-13,-4,-14v-3,0,-5,1,-5,4v0,4,6,10,9,10xm295,134v1,-1,1,-2,-1,-2v0,1,1,2,1,2xm306,130r0,0r0,0xm-17,59v-2,0,-3,5,0,4v3,0,1,-3,0,-4xm121,76v-2,-3,-6,-2,-3,1v1,0,3,0,3,-1xm303,130r3,0v-1,-1,-2,-1,-3,0xm104,123v0,-1,-2,-2,-2,0v1,1,3,2,2,0xm109,25v6,1,5,-5,4,-12v-2,-2,-13,-7,-13,2v-1,5,5,11,9,10xm12,58v0,1,1,1,2,1v1,0,0,-1,0,-2v-1,0,-2,0,-2,1xm-18,-31v9,0,12,-10,9,-17v-9,-3,-18,1,-19,9v0,5,3,8,10,8xm307,-1v0,0,-5,-1,-4,2v1,1,5,1,4,-2xm136,124v0,-4,-4,-8,-9,-6v-6,3,-6,12,1,12v5,0,8,-2,8,-6xm361,27v-4,-1,-10,8,-2,8v6,1,8,-7,2,-8xm318,125v-2,-5,-6,0,-3,1v2,1,2,0,3,-1xm251,98v-1,-1,-5,-2,-3,1v1,0,3,1,3,-1xm270,84v3,7,7,0,8,-3v-3,-2,-10,-2,-8,3xm267,122r0,0r0,0xm267,122v-2,-1,-1,2,-1,2v0,0,1,-1,1,-2xm273,110v-3,4,5,12,7,6v0,-4,-5,-9,-7,-6xm300,26v-2,-5,-9,0,-9,4v3,2,11,1,9,-4xm301,17v1,-3,-2,-4,-3,-2v0,1,1,2,3,2xm293,93v-1,3,4,4,3,1xm288,58v6,6,12,-3,9,-6v-6,-3,-11,3,-9,6xm201,102v1,-4,-11,-11,-11,-4v-2,5,9,8,11,4xm170,157v11,0,8,-12,0,-12v-4,0,-7,2,-7,6v0,4,3,6,7,6xm180,105v-2,-10,-16,-7,-10,2v2,4,11,2,10,-2xm160,116v5,0,10,-13,2,-13v-10,-2,-10,13,-2,13xm191,114v0,-6,-10,-9,-11,-2v0,4,2,6,6,6v4,0,5,-1,5,-4xm175,93v-2,-2,-6,-2,-5,2v1,3,5,0,5,-2xm143,85v0,7,26,14,24,0v-1,-8,-23,-5,-24,0xm218,99v-2,-1,-5,2,-1,2","w":410},"w":{"d":"498,-29v0,-1,0,-2,-2,-2v-2,0,-1,4,0,4v1,0,2,-1,2,-2xm497,-62v2,-11,-11,-11,-14,-4v5,3,11,11,14,4xm496,24v-1,-1,-1,-1,-2,0v0,1,2,1,2,0xm504,-24v7,-1,3,-8,0,-8v-5,1,-6,8,0,8xm510,-171v0,3,1,4,3,5v2,-4,-1,-11,-3,-5xm493,-129v0,-3,-3,-4,-4,-2v-1,4,4,7,4,2xm497,-50v0,-7,-14,-11,-14,-1v0,5,3,7,7,7v5,0,7,-1,7,-6xm506,4v-3,-2,-8,1,-7,4v0,3,1,5,4,5v5,2,6,-8,3,-9xm504,-13v2,0,3,-1,3,-3v0,-5,-8,-9,-8,-1v0,4,1,5,5,4xm465,-60v0,-1,1,-2,0,-2v-1,0,-2,4,0,2xm468,-39v0,-1,-2,-2,-2,-1v-1,2,2,3,2,1xm469,0v-1,-1,-1,-1,-2,0v0,2,2,1,2,0xm463,-41v5,1,7,-5,5,-9v-4,-4,-11,-1,-11,3v0,3,2,5,6,6xm426,63r-1,1v1,0,1,-1,1,-1xm474,-101v0,2,3,4,6,3v4,-1,1,-7,-2,-7v-2,0,-4,2,-4,4xm468,-72v5,2,1,-3,1,-3v-1,0,-1,2,-1,3xm472,-29v2,1,-6,7,1,7v2,0,3,-2,3,-4v0,-4,-1,-4,-4,-3xm482,-13v5,3,8,-5,11,-11v0,-5,-4,-6,-7,-4v-3,2,-7,12,-4,15xm543,-80r0,-1r0,1xm559,-103v0,0,4,-2,1,-2v-1,0,-2,1,-1,2xm558,-98r0,2v2,-1,1,-1,0,-2xm560,-105r0,0r0,0xm544,-91v0,-1,0,-2,-3,-2v-3,0,-4,1,-4,3v0,2,8,1,7,-1xm420,84v0,-2,-2,-3,-3,-1v-1,2,3,3,3,1xm561,-114v-2,0,-5,1,-2,2v1,0,2,-1,2,-2xm543,-82r1,0r-1,0xm513,-36v-4,1,-7,8,0,8v2,0,4,-2,4,-4v0,-3,-2,-4,-4,-4xm513,-55r0,-2v0,0,-1,2,0,2xm520,-95v4,-1,1,-5,0,-7v-2,2,-4,7,0,7xm511,-44v-3,0,-13,6,-2,4v2,-1,2,-3,2,-4xm508,-123v-2,2,-5,7,0,8v3,0,2,-7,0,-8xm570,-93v5,-2,2,-10,-2,-9v-1,0,-9,6,-4,9v2,1,4,1,6,0xm534,-109v-1,0,-2,0,-2,1v1,0,4,0,2,-1xm528,-10v0,3,2,4,4,4v3,0,5,-2,5,-5v-1,-7,-8,-4,-9,1xm523,-79v-1,0,-1,1,-1,2xm298,71r113,0r126,-357r-135,0v-15,74,-37,129,-45,213r-3,0r-14,-61v5,0,7,-1,7,-5v0,-6,-3,-6,-9,-6r-33,-141r-99,0r-22,86v-14,-5,-25,7,-12,13v4,-1,3,-3,9,-1v-10,39,-19,66,-24,115v-7,0,-3,-11,-6,-16v-5,0,-8,-3,-8,-9v0,-2,2,-4,5,-4r-28,-134v-4,0,-7,-1,-6,-6v8,-13,-5,-28,-5,-44r-134,0r125,357r110,0v14,-60,33,-111,42,-177v1,0,1,1,1,0v-2,-6,-1,-6,0,-17r4,0v3,17,10,36,10,53r-1,-1v11,36,18,79,27,118v-22,5,3,15,5,24xm45,-248r0,2v-1,-1,-1,-1,0,-2xm76,-284v3,-3,9,0,7,4v-3,3,-11,4,-7,-4xm58,-279v-1,2,-6,3,-5,-2v0,-1,0,-2,1,-2v3,0,5,2,4,4xm59,-276v2,-2,7,3,7,6v0,2,-1,3,-4,3v-5,0,-4,-5,-3,-9xm68,-259v2,0,7,6,2,6v-4,1,-5,-5,-2,-6xm72,-247v-4,0,-1,-2,0,-3v2,2,2,3,0,3xm78,-257v-9,2,-8,-6,-2,-10xm86,-251v0,5,-6,9,-8,4v-3,-5,1,-8,6,-7v1,0,2,1,2,3xm86,-207v0,-1,-1,-3,-1,-1v1,0,1,0,1,1xm85,-238v1,-2,3,-2,3,0v-1,1,-3,2,-3,0xm91,-242v-2,2,-6,1,-5,-3v0,-2,3,-2,5,-2v2,1,2,3,0,5xm93,-231v2,1,-1,4,-2,4v0,0,-4,-3,-1,-4v1,-1,2,-1,3,0xm99,-251v0,0,-1,2,-1,0r1,0xm99,-258r0,-3v1,0,2,0,2,1v0,1,-1,2,-2,2xm107,-249v-1,-2,1,-4,1,-1v0,1,0,1,-1,1xm115,-228v-1,0,-2,0,-2,-1xm118,-222v-1,1,-3,0,-2,-1v1,0,2,0,2,1xm195,-153r-1,-1v1,0,1,0,1,1xm197,-233v0,0,-2,0,-2,-1v0,0,2,0,2,1xm210,-136r0,-1r0,1xm187,-213v1,-4,-6,-7,-8,-3v-1,3,6,5,8,3xm173,-212v-1,-2,-2,-1,-2,1xm341,-178v3,0,5,-2,5,-5v0,-5,-2,-6,-7,-6v-4,0,-5,1,-4,4v-1,5,1,7,6,7xm352,-119v2,1,4,-1,1,-1xm173,-178v3,2,7,-2,4,-5v-2,-2,-4,-1,-5,0v0,2,0,5,1,5xm149,-269v-4,4,3,7,6,7v3,-2,2,-7,-3,-7r-3,0xm156,-209v-1,2,3,4,3,2v1,-2,-3,-4,-3,-2xm162,-138v1,-1,2,-3,0,-3v-1,1,-1,2,0,3","w":560},"x":{"d":"225,72r1,0r-1,0xm220,67v4,-2,3,-5,-1,-2xm222,70v0,2,3,3,2,0r-2,0xm111,49v10,3,-2,7,4,9r-2,0v0,4,3,7,7,5v-2,3,-1,10,2,6v16,-32,36,-60,48,-95r4,0v8,31,27,54,39,81r4,-1v-6,1,0,6,1,9v2,-2,2,-7,9,-3r-3,0v6,3,1,8,10,7v-3,6,1,2,10,5v0,-1,-1,-2,-1,-4v10,-5,16,10,17,-3v0,9,14,7,24,7r88,0v-14,-18,-23,-40,-39,-55r-1,2v-4,-11,-8,-23,-20,-16v1,-3,2,-6,4,-8v-1,4,5,8,3,4v-1,0,-1,-1,-1,-2v1,-1,2,-1,3,0r-78,-117r113,-168r-148,0r-36,81r-3,0v-10,-34,-24,-52,-37,-81r-148,0v27,37,48,78,78,112v7,18,24,38,35,56r-126,192v3,-2,11,2,15,-1r-1,1r75,0v7,-4,5,-6,2,-5r-2,0v2,-1,4,-3,6,-1r-1,2v10,9,30,-2,34,0v0,1,-5,4,-1,4v9,-3,8,-10,2,-11v9,-5,6,7,13,4v-2,-8,-4,-11,-2,-16xm60,-190v-1,-1,-1,-5,0,-2r0,2xm2,36r0,3v-2,0,-2,-2,0,-3xm-15,60r1,-1xm-10,55v-2,2,-10,2,-7,3v1,-3,3,-6,7,-3xm-7,70r0,-2v1,1,1,1,0,2xm1,57v-2,0,-7,-3,-1,-3xm-2,50v2,0,2,0,1,1v0,0,-1,0,-1,-1xm1,65r2,0r-2,0xm-6,51v-1,-5,8,-5,14,-7v0,1,1,2,0,3v-5,-2,-14,1,-11,6v-1,-1,-2,-4,-3,-2xm8,17v0,-1,0,-2,1,-2v0,1,0,2,-1,2xm14,46v0,-2,-1,-2,1,-1xm21,58r-1,-1v0,0,0,1,1,1xm44,53v0,1,-1,1,-2,2xm35,41v2,-2,4,1,1,1xm46,59v-6,2,-9,13,-16,10v5,-3,5,-10,0,-7v-2,-14,9,-5,16,-3xm50,49v-1,-1,0,-3,0,-2v2,1,2,4,0,2xm52,-46r0,-2v1,0,2,2,0,2xm55,44v0,-2,0,0,2,-2v1,1,0,2,-2,2xm69,-184v-2,1,-2,1,-1,-1xm75,-174v-2,0,-2,-3,-2,-5v2,-3,4,3,4,3v0,2,-1,2,-2,2xm95,-167v0,4,-5,6,-6,1v-1,-6,6,-6,6,-1xm96,-215v-2,0,-2,-3,-2,-5v1,-1,5,-3,5,1v0,3,-1,4,-3,4xm98,-105v1,2,-1,3,-1,1xm95,-91v1,3,-5,6,-7,4v-4,-4,3,-5,6,-6v1,0,1,1,1,2xm84,-75v-1,-2,3,-5,4,-3v2,0,4,0,4,3v0,2,-2,4,-4,4v-2,0,-4,-1,-4,-4xm86,-69v4,1,8,8,2,9v-3,1,-5,-1,-5,-5v0,-3,1,-4,3,-4xm64,42v0,0,-2,0,-2,-1v0,0,1,0,2,1xm67,36v0,1,1,2,1,2v-1,0,-1,-1,-1,-2xm68,35v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm76,54v-2,0,-2,0,-1,-1xm66,-67v0,-2,1,-9,6,-9v8,1,4,10,0,12v-2,3,-3,5,-4,5v-3,-1,-5,-3,-2,-8xm80,-23r-2,0r2,0xm79,-77v1,-2,4,-1,3,1v-1,2,-4,1,-3,-1xm84,37v1,3,-1,2,-3,1xm87,-34v-7,0,-6,-9,0,-10v3,0,5,1,5,4v0,4,-2,6,-5,6xm89,33v-3,-1,-1,-2,1,-3v1,1,0,2,-1,3xm90,54v-1,0,-4,2,-3,-1xm89,42v6,-10,8,-4,6,1v-4,2,0,-2,-6,-1xm95,65v1,-2,1,-4,2,-1v-1,1,-1,3,-2,1xm98,-76v-6,0,-5,-6,-1,-7v3,-1,4,-1,4,3v0,2,-1,4,-3,4xm104,-143v-3,0,-2,-5,0,-6v1,0,3,2,3,4v0,2,-1,2,-3,2xm108,-126v-2,2,-4,-1,-1,-1v1,0,1,0,1,1xm128,-130v-2,-1,-1,4,-1,1xm128,32v-1,0,-4,-1,-3,-4v1,-1,2,-1,2,1v0,2,1,3,1,3xm122,-138v-1,-3,4,-2,6,-2v1,1,0,4,-3,4v-2,0,-3,-1,-3,-2xm117,-156v0,0,2,-1,1,0v-1,0,-1,1,-1,0xm117,-53v-6,0,-4,-9,0,-10v3,0,4,2,4,5v0,3,-1,5,-4,5xm118,32v2,2,2,1,1,2v-2,-1,-2,-1,-1,-2xm111,47v0,-1,3,-3,2,0r-2,0xm114,48v3,0,0,1,2,2v-1,-3,-2,-2,-2,-2xm117,52v0,0,1,-1,1,-2xm127,37v-5,5,-16,-3,-12,6v0,2,-1,2,-3,0v0,-10,10,-6,15,-6xm120,52v2,-2,1,-2,3,-1v-1,1,-2,2,-3,1xm125,59v-1,4,-5,-2,-1,0r1,0xm123,43r5,1xm131,48v-2,0,-1,5,-3,6v0,-3,1,-5,3,-6xm132,37v-2,2,-3,-1,-2,-2v0,0,2,1,2,2xm134,44v-1,0,0,-1,0,-2r2,0xm139,26v-2,5,-10,0,-8,-2v4,0,5,0,8,2xm139,35r0,2r0,-2xm143,-144r0,-2v2,1,1,1,0,2xm144,-153v3,0,-3,1,0,0r1,0r-1,0xm144,-160v-2,-1,-2,-2,0,-2r0,2xm155,-141v-4,2,-10,-1,-7,-5v0,-1,2,-2,5,-3v7,-1,6,6,2,8xm205,20v0,-1,1,-3,1,-1xm213,20v-1,-1,-1,-2,0,-3v2,0,1,3,0,3xm213,52r2,-2xm215,25v1,0,3,-2,4,0r-4,0xm222,55r-2,3v1,0,0,-3,2,-3xm219,48v3,3,3,5,1,7v-2,-4,-2,-6,-1,-7xm229,24v0,0,0,1,1,2v-2,0,-2,-1,-1,-2xm248,12v-3,5,-3,1,-7,4v1,-7,4,-14,7,-4xm247,20v0,-1,1,-3,1,-1xm252,20r-2,0r2,0xm255,21v-1,-1,-3,-1,-1,-2v0,0,1,1,1,2xm305,-1v1,1,1,1,0,2v0,-1,-1,-1,0,-2xm299,0r2,0v0,1,-1,1,-2,0xm301,5v-2,-1,-4,-2,-1,-3v3,1,-4,3,1,3xm299,8r-2,0r2,0xm282,11v3,-2,4,2,5,4v-4,1,-2,-4,-5,-4xm274,0v0,-5,1,-1,2,0r-2,0xm261,8v0,-2,-1,-2,1,-1xm266,58v0,10,4,7,0,13v-6,-4,0,-10,0,-13xm289,68v0,1,4,-3,3,0v1,5,-10,1,-9,2v1,1,4,-5,6,-2xm285,42v0,-1,1,-1,2,-2v0,1,-1,1,-2,2xm299,56v-2,0,-5,1,-4,-2xm294,42r2,2v-1,0,-2,-1,-2,-2xm302,38v0,0,1,-1,2,-1xm303,19v0,-1,1,-1,2,-1xm307,18v5,3,1,6,-3,5v0,-3,3,-2,3,-5xm299,21v-4,-4,-14,-13,-7,-6v4,-5,10,2,8,-9v2,0,4,-1,2,-3r6,0r-1,1v7,0,2,1,3,7v-5,4,-9,6,-10,15v0,-2,-1,-3,-1,-3v-1,3,-10,16,-11,5v-3,-2,-2,-7,-8,-5v-1,4,1,7,5,5v-3,5,1,11,-8,8r0,4v-1,-3,-7,-10,1,-10v-5,-7,8,-10,-2,-13v3,-5,5,4,12,1v-1,4,1,11,5,12v0,-5,-1,-9,6,-9xm312,21v-1,-1,-5,-3,0,-2r0,2xm315,20v0,0,-1,-2,-1,-5xm323,13v-1,3,-3,6,-4,1v-1,-2,0,-3,2,-1r2,0xm326,10v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm229,72r0,0r0,0","w":383},"y":{"d":"62,-120v-2,-1,-3,3,-1,3v2,1,4,-3,1,-3xm30,-157v11,-2,3,-10,-2,-13v0,5,-8,13,2,13xm43,-134v-2,0,-5,4,-1,4v3,0,3,-2,1,-4xm59,-81v0,1,1,1,2,1v0,-1,1,-1,0,-1r-2,0xm39,-146v-5,1,-3,8,1,8v2,0,4,-1,4,-3v0,-3,-2,-5,-5,-5xm25,-172v-1,-4,-3,-6,-6,-2v0,5,5,6,6,2xm67,-104v2,0,5,-6,1,-7v-4,0,-5,8,-1,7xm6,-199v0,-2,-1,-2,-3,-2v-1,1,3,3,3,2xm59,-81r0,0r0,0xm60,-132v4,2,-3,10,6,9v8,19,27,28,25,57v0,-3,-7,-10,-11,-4v-5,6,-1,15,6,14v2,-1,4,-3,5,-8r0,35v2,-2,4,0,4,3v-7,6,-3,24,-4,37v-6,-3,-11,4,-5,9v5,2,6,8,5,16v-4,-1,-9,2,-9,7v1,9,22,2,9,11v-1,8,3,11,0,18r105,0v4,7,14,-4,23,0r0,-78v3,1,7,4,10,2v0,-6,-2,-14,-10,-10r0,-68r59,-99v-7,-1,-9,-7,-2,-10v0,2,4,1,6,3r59,-99r-146,0v-15,35,-25,52,-38,94r-4,0r-32,-76v3,-11,-7,-9,-8,-18r-147,0r57,94v-11,-3,-12,11,-4,14v3,-3,9,0,12,-2v3,11,21,23,11,32v1,9,21,2,8,13v-1,2,2,12,7,8v2,-1,2,-2,3,-4xm98,-81v4,2,2,10,-2,6v-1,-1,-2,-7,2,-6xm99,35v1,3,-2,2,-1,1v0,0,0,-1,1,-1xm98,64v-3,0,-4,0,-4,-2v0,-4,8,-8,8,-1v0,2,-2,3,-4,3xm103,-6v0,-1,2,-4,2,-2v2,1,4,5,0,5v-2,0,-2,-1,-2,-3xm107,14r0,1r0,-1xm117,-15v0,0,4,-1,2,0r-2,0xm122,3v0,-3,3,-3,6,-3v2,1,1,4,-2,4v-2,0,-4,0,-4,-1xm128,12v1,-1,1,-1,0,-2v1,1,1,1,0,2xm143,-4v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm145,-11v-2,-2,0,-2,1,-1v0,0,0,1,-1,1xm144,-19v-2,-1,-1,-2,1,-3v2,1,1,3,-1,3xm155,-1v-6,3,-10,-4,-4,-7v0,2,2,2,3,1v0,-1,-2,-2,0,-2v3,0,7,7,1,8xm202,-114v-8,1,-9,-12,-3,-16v5,0,13,3,8,12v-1,2,-3,4,-5,4xm267,-234v-2,0,-1,-2,0,-2r0,2xm298,-273v0,-3,4,-4,5,-2v2,5,-5,8,-5,2xm293,-269v0,-2,2,0,3,0v0,2,0,6,-2,3v-1,-1,-1,-2,-1,-3xm291,-240v0,1,-5,2,-5,0v1,-4,5,-4,5,0xm292,-249v0,-1,1,-3,1,-1v2,0,3,1,1,3v-1,0,-2,-1,-2,-2xm296,-214v-2,0,-3,-3,0,-2r0,2xm299,-220v-1,-1,-1,-1,1,-2v-1,1,0,0,0,2v0,1,-1,0,-1,0xm302,-253v4,5,-3,8,-5,4v-1,-3,3,-6,5,-4xm306,-260v-1,8,-13,5,-9,-1v3,-4,8,-5,9,1xm310,-245r0,-1r0,1xm306,-266v-6,-6,0,-10,7,-8v1,1,-4,9,-7,8xm325,-274v-2,-4,-1,-8,4,-8v1,1,5,10,-4,8xm11,-133v-2,0,-4,2,-2,3v3,2,4,-2,2,-3xm68,-6v1,-1,0,-2,0,-4v-4,0,-1,3,0,4xm32,26v-4,0,-1,4,0,1r0,-1xm-18,-73v0,1,-1,2,0,2v1,0,2,0,2,-2v-1,-1,-1,0,-2,0xm-45,-85v-2,-1,-3,3,-1,3v3,1,4,-3,1,-3xm84,84v0,-6,-12,-11,-13,-2v0,5,2,7,6,7v5,0,7,-2,7,-5xm5,-165v11,-4,8,-19,-4,-17v-6,0,-10,2,-10,8v0,5,9,11,14,9xm61,40v-1,-10,-14,-8,-15,0v0,5,2,6,8,6v5,1,5,-4,7,-6xm185,100v0,6,7,6,5,0v0,-2,-1,-4,-3,-5v-1,0,-2,2,-2,5xm225,56v0,8,12,3,10,0v-2,-3,-10,-5,-10,0xm253,24v0,2,3,2,3,1v0,0,-2,-4,-3,-1xm231,13v1,7,8,6,14,4v11,-2,8,-18,-3,-16v-3,5,-11,4,-11,12xm246,31v-7,0,-9,3,-2,5v3,1,5,1,5,-2v0,-2,0,-3,-3,-3xm240,-3v0,-5,-8,-6,-7,0v0,1,1,2,4,2v3,0,4,0,3,-2xm227,-51v-2,-1,-3,3,-1,3v0,0,2,0,2,-1v0,-1,0,-2,-1,-2xm266,13v0,1,-2,2,1,2v1,0,2,0,2,-1v0,-1,-2,-1,-3,-1xm295,67v0,4,8,5,10,1v1,-3,0,-5,-4,-5v-4,0,-6,2,-6,4xm206,129r0,-1r0,1xm201,140v1,-4,-8,-13,-12,-7v-3,6,1,16,7,13v4,-1,5,-3,5,-6xm174,102v-2,0,-1,2,0,2v0,0,2,0,2,-1v0,-1,-1,-1,-2,-1xm176,103r0,0r0,0xm195,126v2,-1,2,-1,0,-2r0,2xm204,127v0,0,2,4,2,1v0,-1,-1,-2,-2,-1xm214,90v-1,-1,-3,0,-2,2v1,1,1,1,2,0r0,-2xm216,127v0,0,2,6,3,2v-1,-3,-2,-4,-3,-2xm171,72v0,1,-2,3,0,3v1,0,2,0,2,-1v0,-1,-1,-2,-2,-2","w":362},"z":{"d":"348,31v-6,5,-2,7,-5,14v7,1,5,-8,5,-14xm359,-280r1,-2v-1,0,-1,1,-1,2xm339,36v-9,-4,-3,-3,1,-6v3,0,5,1,8,0v0,-9,1,-20,-1,-27r1,1v-1,-8,2,-19,-1,-25r1,1v-2,-11,0,-9,-2,-15v1,0,2,1,2,1r0,-6v-45,-1,-98,5,-140,0r148,-236v1,-9,6,-7,8,-11r-147,0v2,0,5,4,8,5v0,-9,0,2,5,-5v2,14,18,9,19,20r-10,2v3,0,2,-3,3,-5v-8,2,-4,12,-12,9r1,-2v-5,0,-14,3,-8,-4v1,1,6,2,7,0v-7,-1,-9,-2,-15,2v0,-5,-5,-8,-7,-3v0,1,2,2,0,2r2,-21r-179,0r0,108v19,2,47,-5,60,4v6,-1,16,-6,27,-4v-2,1,-1,3,1,3v3,1,2,-1,2,-3v14,-3,26,5,34,4v-8,8,-14,19,-21,29v-3,-7,-17,-5,-16,2v0,5,4,6,10,6r-128,209r214,0v0,-2,-3,-2,-5,-2v3,-3,6,-4,8,-3v0,1,-1,3,-2,5v11,-1,46,4,41,-4v1,-2,4,-1,7,-1v-2,2,-1,6,3,5v0,-3,-1,-1,3,0r44,0v5,-11,9,-17,23,-18v1,-12,8,-5,1,-16v6,6,11,-11,2,-1xm237,-280v-1,-1,-6,-4,0,-3r0,3xm240,-282v0,0,-2,0,-2,-1xm144,-186r0,0r0,0xm134,-123v-1,-1,-2,-3,1,-3v1,0,0,2,-1,3xm153,56v-2,0,-2,0,-1,-1v0,0,1,0,1,1xm203,-186v0,0,-1,0,-1,1xm201,-90r-1,1xm195,-75v1,1,3,2,0,2r0,-2xm157,-177v2,-4,-2,-8,4,-5xm170,66v0,-2,2,-2,4,-2xm188,-37v-1,1,-3,3,-3,0v1,-2,2,-3,3,0xm192,-125v-1,-1,-1,-2,1,-2v0,0,-1,1,-1,2xm194,-74v0,1,-3,3,-1,0r1,0xm198,39r-1,0r1,0xm201,-68v-2,1,-4,0,-2,-2r1,-1v2,0,2,2,1,3xm203,-68v0,-6,-1,-8,-5,-9v1,0,0,1,1,1v2,-2,3,-3,4,1v1,4,1,4,0,7xm348,20v-1,3,-3,3,-6,3v1,0,6,-4,6,-3xm346,18r-3,-1v2,-1,3,0,3,1xm343,4r-1,0r1,0xm342,-17v-1,-1,0,-2,1,-2xm339,-16v1,3,4,0,1,5v-2,-3,-3,-1,-1,-5xm228,64v-2,1,-5,-2,-1,-2v0,0,1,1,1,2xm227,22v-2,0,-2,-1,-1,-2v0,0,1,1,1,2xm227,46v0,-1,2,-4,2,-2v-2,1,-2,2,-2,2xm232,64v-2,1,-2,-1,-3,-2xm232,43v3,2,-1,5,-3,6xm237,66r0,-2r0,2xm240,47v-5,2,1,-2,-3,-3v2,0,2,2,3,3xm240,22v-4,-2,-9,1,-11,-1v6,-3,-3,-9,7,-5v0,2,6,4,4,6xm295,11v-1,-1,-2,-3,1,-2v0,0,-1,1,-1,2xm265,7v-10,-6,10,-8,4,-13v2,0,7,-3,7,-8r-1,1r4,0v-1,3,-4,10,1,7v0,0,4,2,2,2v-2,16,-12,-2,-17,11xm258,5r0,1r0,-1xm262,12v-4,3,-5,2,-8,0v2,-5,6,-5,8,0xm241,4v-1,0,-3,3,-4,1v0,0,1,-1,4,-1xm236,12v0,1,0,1,-1,1xm224,5v4,0,5,-2,11,-1v-4,1,-8,9,-11,1xm219,23v1,-1,2,-3,2,0r-2,0xm235,-257v-2,6,-4,9,3,12v-5,1,-6,-5,-8,-10v3,3,2,-3,5,-2xm229,-258v0,-2,0,-2,2,-2v1,0,0,1,0,2r-2,0xm222,-241v4,-2,2,-1,3,-5v3,3,3,9,-3,5xm221,-186v0,2,-3,1,-4,0v1,-1,2,-1,4,0xm221,-231v2,0,5,-5,7,-2xm226,-223v1,1,3,2,0,3r0,-3xm231,-82r-1,0r1,0xm229,-113v0,-2,3,-2,1,0r-1,0xm234,-134v-1,0,-1,0,-1,-1xm235,-113r0,-2r0,2xm222,-187v4,-10,21,-4,15,6v-1,-2,-2,-2,-5,-2v-1,0,2,3,0,3v-1,-1,-8,-16,-7,-5xm240,-187v1,1,1,2,0,3v-1,0,-1,-2,0,-3xm245,-239r-9,2r-1,-5v2,-1,6,1,10,3xm313,-283v3,-1,4,-2,2,1xm253,-269v1,-1,3,-3,3,-1v-1,0,-1,1,-3,1xm270,-190v1,-1,3,-2,3,1v0,1,-2,0,-3,-1xm269,-196v-5,-5,1,-8,5,-10r2,2v-6,0,-4,5,-7,8xm285,-217v-1,0,-3,4,-3,2v1,-1,1,-2,3,-2xm302,-239v0,0,-1,-1,0,-2v1,1,1,1,0,2xm307,-281v1,-2,2,-2,3,0r-3,0xm311,-211v-1,-1,-3,-1,-1,-2v0,0,1,1,1,2xm314,-218v-2,-2,-1,-4,2,-4v0,1,-1,2,-2,4xm311,-249v-3,-2,-3,-5,2,-4v1,2,3,-1,3,1v0,1,-1,2,-5,3xm319,-228r0,-2r0,2xm321,-226v-1,-1,-3,-9,-1,-8v0,2,0,4,1,8xm331,-244r2,-1v0,1,-1,1,-2,1xm342,-264v0,0,-2,-1,0,-1r0,1xm345,-275v-3,4,-4,-1,-7,-2v3,-5,22,8,7,2xm354,-283v0,4,0,1,-3,1v-2,0,-3,0,-3,-1r6,0xm122,-161v0,-1,0,-2,-2,-2v-1,1,0,1,0,2v1,1,2,1,2,0xm117,-315v-1,4,6,10,7,3v1,-5,-6,-9,-7,-3xm110,-125v0,-1,0,-2,-2,-2v0,1,1,2,2,2xm66,-136r0,0r0,0xm91,-163v1,-2,1,-3,-2,-3v-2,1,1,3,2,3xm89,-150v2,0,2,-1,2,-3v0,-1,-1,-4,-3,-3v-2,1,-2,2,-2,4v0,2,1,3,3,2xm66,-136v0,0,2,3,2,1v0,-1,-1,-1,-2,-1xm111,-169r0,-1r0,1xm110,-135v1,-2,0,3,2,0v0,-1,-1,0,-2,0xm94,-167v5,3,11,-4,4,-6v-3,0,-6,2,-4,6"},"{":{"d":"133,37v-7,-1,-8,6,-3,8v4,1,6,0,6,-4v0,-2,-1,-4,-3,-4xm161,29v0,1,2,3,5,2v3,0,2,-2,2,-4v-1,-1,-7,0,-7,2xm144,8r-1,-3xm144,11r0,-1r0,1xm143,14r0,3v1,-1,2,-1,0,-3xm149,24v0,0,1,0,1,-1v-1,0,-1,0,-1,1xm142,30r0,-1r0,1xm121,37v1,1,5,0,1,-1xm156,57v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm-37,-174v-1,2,1,2,3,2v0,0,-1,-1,-3,-2xm102,-160v4,-30,-18,-85,25,-79r0,-49v-50,-3,-99,4,-101,44v7,5,9,11,11,19v-3,1,-5,8,-11,8r0,43v5,-5,15,2,12,7v-2,6,-8,6,-12,1v0,23,-8,27,-23,36v-1,7,-3,28,-2,43v37,10,25,62,25,105v0,46,41,58,94,54v-5,-6,-2,-15,7,-14r0,-10v-7,2,-14,8,-18,10v0,0,1,-1,1,-2v-6,-5,-6,-7,-5,-9v8,-1,10,-17,22,-17r0,-7v-40,7,-22,-48,-25,-79v-2,-28,-14,-39,-34,-53v22,-13,31,-24,34,-51xm117,29v0,1,-1,1,-1,1v1,-1,1,-2,1,-1xm26,-176r1,-1v0,0,0,1,-1,1xm35,-220r1,0r-1,0xm16,-136r0,0r0,0xm42,-233v-1,1,-1,3,-2,1v0,0,1,-1,2,-1xm41,-221r0,-1r0,1xm40,-236r0,-1r0,1xm40,-229r0,3r0,-3xm21,-132r0,0r0,0xm41,-103v3,8,-11,18,-15,7v-9,-9,-8,-21,9,-17v-2,5,5,1,6,10xm45,-218r1,-1v0,1,0,1,-1,1xm50,-220r0,-1v-1,0,0,1,0,1xm53,-238v0,-3,2,-6,2,-1v0,1,-1,1,-2,1xm102,17v-1,0,-4,2,-3,-1v1,0,2,0,3,1xm100,61v1,-1,2,-2,2,-1xm103,55v0,0,-1,2,-1,0r1,0xm107,57v0,0,2,2,0,2r0,-2xm143,53v0,-2,-4,-5,-5,-1v0,2,0,3,2,3v1,0,3,-1,3,-2xm150,41r0,3r0,-3xm1,-130r0,0r0,0xm4,-168v0,-3,-9,-16,-15,-5v-5,9,3,11,10,7v2,-1,2,-1,5,-2xm-6,-168v1,2,2,3,3,2v-1,1,-5,1,-3,-2xm19,-201v-9,-7,-26,7,-11,12v7,-1,7,-6,11,-12xm14,-203v3,1,7,-8,2,-9v-3,0,-4,1,-6,3v0,3,1,6,4,6xm139,7v-3,1,0,4,-1,7v4,0,1,-4,1,-7xm135,8r-1,0r1,0xm134,12r0,1r0,-1xm136,19v-1,0,-1,1,-1,2xm110,10v1,-3,2,0,-1,-2v0,0,0,1,1,2xm139,22r1,0r-1,0xm136,24v-1,0,-2,-3,-2,-1v1,1,2,1,2,1xm111,18v1,2,1,1,2,0v-1,-1,-2,-1,-2,0xm140,31v0,4,0,5,3,2v0,0,-1,-4,-3,-2xm129,34r0,-3v-3,1,3,2,0,3xm130,21v-1,3,2,5,3,2v-1,1,-2,0,-3,-2xm107,53r1,0r-1,0xm108,55r0,-1v-1,0,0,1,0,1xm108,53r0,1r0,-1xm135,32r0,4v1,-1,1,-2,0,-4xm150,44r0,0r0,0xm137,39r-1,-3xm149,39r-4,6v3,0,4,-2,4,-6xm137,50v2,-1,4,-2,1,-3xm155,48r-1,0r1,0xm142,56v0,0,1,6,2,1v0,0,-1,-1,-2,-1xm152,53r0,0r0,0xm130,57r-1,-1xm131,59r0,1r0,-1xm131,59r0,0r0,0xm21,-184v2,0,0,-1,0,-2r0,2xm14,-182v-2,0,-1,2,-1,3xm-26,-179v1,-1,2,-2,-1,-2v0,0,0,1,1,2xm18,-179v-1,0,-1,0,-1,1xm13,-176v-1,0,-2,-3,-2,-1v1,1,2,1,2,1xm-26,-172v2,2,2,3,3,1v-1,-1,-3,-2,-3,-1xm20,-171v0,0,-3,8,-1,5v1,-1,3,-1,1,-5xm7,-166r0,-4v-3,1,3,3,0,4xm-6,-168v0,3,0,3,3,2v-1,1,-2,0,-3,-2xm-21,-160v1,1,0,1,2,0v0,-1,-1,-1,-2,0xm8,-153v2,-3,0,-8,-5,-6v-2,1,-2,2,0,3r1,-1v1,3,1,5,4,4xm-1,-157v2,2,-2,2,0,0r0,0xm15,-145v1,-5,10,-7,2,-12v0,5,-4,8,-2,12xm0,-153r1,2v0,-1,0,-1,-1,-2xm9,-145v3,0,4,-2,4,-5xm2,-139v1,-2,2,-2,-1,-4v0,2,1,3,1,4xm19,-142r-1,1xm1,-132v0,-2,2,-5,-1,-5v0,0,1,2,1,5xm-8,-134v0,2,1,1,2,2xm-4,-130v-1,0,-1,0,-1,1","w":205},"|":{"d":"107,-222r0,1r0,-1xm119,-220v2,-1,0,-1,-1,-2xm109,-215v0,-1,0,-1,-1,-1r0,2v1,0,1,0,1,-1xm125,-215v0,0,2,-2,0,-1r0,1xm119,-214v0,0,2,0,2,-1v0,0,0,1,-2,1xm105,-204v1,-1,1,-1,0,-4r0,4xm101,-193v2,1,3,-1,1,-2xm126,-193v-2,-1,-2,1,-1,1v0,0,1,0,1,-1xm124,-175r-2,0r2,0xm122,-170v-2,1,-3,2,1,2v0,0,0,-1,-1,-2xm116,-168r0,3v1,0,2,-3,0,-3xm115,-155v-1,-1,-2,-1,-2,1v1,-1,2,-1,2,-1xm126,-141v-1,3,-1,1,-3,0v1,0,1,-4,0,-2v-4,0,-4,3,-1,6v1,0,10,-1,4,-4xm117,-138v0,0,-1,-2,-1,0r1,0xm115,-136r0,2r0,-2xm113,-132v0,0,2,0,2,-1xm125,-124v-1,0,-1,0,-1,1xm-42,67v1,-6,-8,-5,-7,-1v0,3,7,5,7,1xm-22,62v1,-5,-9,-11,-8,-2v0,3,8,7,8,2xm-5,49v-2,-2,-5,-2,-4,2v1,2,4,1,4,-2xm4,17v1,-7,-6,-10,-12,-5v-5,4,0,9,6,9v3,0,6,-1,6,-4xm-27,15v-1,-3,-4,-4,-4,0v1,3,2,3,4,0xm-21,14v5,1,9,-8,3,-8v-5,-1,-7,6,-3,8xm-37,-17v3,-1,3,-5,0,-2v0,1,-1,2,0,2xm-20,51v2,-2,0,-2,-1,-1xm-17,62v-3,0,-2,2,-1,2v1,-1,1,-1,1,-2xm-35,56v-1,0,-2,0,-2,2v0,1,1,2,2,2v1,0,2,-1,2,-2v0,-1,-1,-2,-2,-2xm9,40v-2,-4,-8,-9,-4,-2v-5,2,-4,5,-3,9v1,-2,2,-7,7,-7xm6,51r-1,0r1,0xm4,-12v-6,0,2,5,-1,8v4,-1,3,-4,1,-8xm5,6r1,0r-1,0xm17,-66r-2,0r2,0xm4,-19r1,0r-1,0xm15,-25v1,0,2,2,2,0r-2,0xm12,-10v-1,1,-3,2,-1,3xm9,0v1,-1,1,-3,0,-4r0,4xm16,9v0,0,1,0,1,-1v-1,0,-1,0,-1,1xm13,38r2,2xm4,-49r0,3r0,-3xm10,-44v0,0,3,-1,1,-1v-1,1,-2,1,-1,1xm7,-18v0,1,-3,2,-1,2v0,0,1,-1,1,-2xm86,-257v1,-3,3,-7,0,-9r0,9xm9,-41v1,1,1,3,2,1v-1,-1,-2,-1,-2,-1xm4,-63v-4,5,-5,6,2,2v0,0,-1,-2,-2,-2xm10,-13r0,1r0,-1xm9,-44v0,-1,-3,-4,-3,-1v1,-2,3,-1,3,1xm12,-27r0,2r0,-2xm6,-34v8,4,-9,10,1,13v1,-2,5,-5,3,-7v-1,1,-2,1,-3,0v0,-2,8,0,5,-4v-3,1,-4,-2,-6,-2xm8,15v-3,0,-3,9,-2,7v3,-1,4,-1,2,-7xm0,-15r0,-1r0,1xm-8,-48v6,-4,9,-7,8,-17v-2,7,-7,4,-14,10v5,-1,7,0,6,7xm0,-54v1,0,-3,3,0,5r0,-5xm53,-260v4,-5,-2,-11,0,-15r-53,0r0,215v4,0,8,-5,4,1v-3,2,-4,-1,-4,3v1,0,4,-2,3,1v-3,0,-4,5,-2,7v0,0,1,-2,1,0r-2,2v4,1,10,2,7,8r-1,-1v-1,2,-1,3,0,4v-3,0,-4,-2,-6,-3r0,110r86,0r-3,-307v-3,-2,-3,-1,-5,0r1,1v-5,-3,-11,-5,-2,-9v2,1,3,4,0,5v6,2,2,-4,3,-6v-14,-6,7,-29,3,-17v4,1,3,0,3,-5v-7,2,-13,-14,-9,1v-2,-3,-5,-1,-5,3v1,0,7,0,3,3v-6,-3,-12,3,-12,-7r-1,1v-4,-3,-3,-9,-6,-10v-1,6,4,11,-3,15xm4,-46r0,-3r0,3xm11,-45r-1,1v-1,0,0,0,1,-1xm9,-41v1,0,2,1,1,2xm9,-45v-2,1,-4,-1,-1,-1xm10,-28v1,4,-5,10,-7,3v1,-2,9,-5,3,-9v7,1,7,4,1,6v1,2,2,1,3,0xm12,-25r0,-2r0,2xm10,-13r-1,-1xm7,-18v0,0,-1,2,-2,2xm4,-19r1,0r-1,0xm1,-11v3,-2,4,1,5,3v-2,0,-1,9,-3,0v3,-3,-2,-1,-2,-3xm5,6r-1,0r1,0xm5,51r1,0r-1,0xm4,33v7,6,2,7,-2,14v-3,-6,3,-8,2,-14xm8,15v2,7,0,6,-3,8v1,-3,1,-6,3,-8xm9,-4v1,1,1,3,0,4r0,-4xm11,-7v-2,-1,0,-2,1,-3xm15,40v-1,-1,-5,-1,-2,-2xm15,-66r2,0r-2,0xm15,-25v0,0,2,0,2,1xm16,9v0,0,0,-1,1,-1v0,1,0,1,-1,1xm66,-236v-1,2,-3,0,-3,-1v-1,-2,3,-3,3,-1v1,1,1,1,0,2xm71,-243v2,1,2,2,0,3v-2,0,-1,-3,0,-3xm85,-227v0,1,-1,1,-2,1xm75,-239r0,0r0,0xm85,-258r1,0r-1,0xm71,-275r0,0r0,0xm59,-275v5,1,7,8,8,0r-8,0xm0,-65v2,-1,0,-4,0,-2r0,2xm-11,-40r0,0r0,0xm-11,-40v8,1,3,-3,1,-5v0,1,0,3,-1,5xm-5,-43v0,0,0,-2,-1,-2xm-8,-36v1,-2,1,-3,1,-3v-1,1,-3,2,-1,3xm-5,-35v-1,0,-6,2,-2,2v1,0,1,-2,2,-2xm-2,-29v-1,-2,-7,0,-4,2xm0,-23r-2,0r2,0xm-2,-10v1,-1,1,-1,0,-2r0,2xm-2,-5r0,-1r0,1xm0,9v-1,-1,-3,-5,-3,-1v1,1,3,1,3,1xm0,9r0,0r0,0xm-8,17v0,0,1,4,1,2v0,-2,-1,-2,-1,-2xm-9,39v5,-3,5,-12,-4,-10v-4,6,5,5,4,10xm-15,40r-1,-3xm12,39v3,3,3,0,1,-1v-1,0,-1,1,-1,1xm-3,44v-1,11,5,-10,1,0r-3,-1xm-12,51v-1,-1,-3,-1,-3,2v2,2,2,-1,3,-2xm124,-285v2,0,1,-2,1,-3v-1,1,-1,3,-1,3xm111,-284v-1,-1,-2,-1,-2,1xm124,-276r0,0r0,0xm118,-279v-1,4,4,6,6,2v-3,-7,-2,-1,-6,-2xm126,-277v0,0,-3,1,-1,2xm129,-280v1,1,2,2,2,0v-1,-1,-1,-1,-2,0xm99,-280v-1,2,0,4,3,2v0,0,-2,-1,-3,-2xm113,-263v0,0,0,2,1,2v0,-1,0,-1,-1,-2xm118,-247v0,-3,4,-7,2,-9v-6,0,-1,4,-2,9xm116,-261v-2,1,-2,2,0,3v3,-4,3,4,7,1v-2,-4,-5,-4,-7,-4xm112,-260v0,0,-4,1,-1,2xm109,-257v0,0,-1,-1,-2,-1xm99,-256v0,1,-1,3,1,3v1,-1,0,-2,-1,-3xm107,-252v1,-2,2,-2,0,-4v-1,1,-1,3,0,4xm123,-253v0,0,3,-3,0,-1r0,1xm114,-251v-1,1,-1,2,-1,4v1,-1,1,-2,1,-4xm109,-246v0,-2,-4,-4,-5,-2xm124,-248v0,2,-1,3,-1,3v2,0,8,-2,1,-3xm119,-245v-1,1,-2,1,-1,2v0,0,3,-1,1,-2xm129,-243v0,5,-6,2,-2,8v3,-1,2,-5,2,-8xm113,-240v3,-2,0,-3,-1,-2v1,1,1,2,1,2xm98,-240v1,0,2,0,4,1v0,-2,-4,-2,-4,-1xm114,-237v2,1,2,-1,1,-1v-1,0,-1,0,-1,1xm117,-237r2,0r-2,0xm114,-231v-2,0,-2,0,-2,2v0,0,2,1,2,-2xm107,-230v1,0,1,-1,1,-1v0,0,0,1,-1,1xm123,-231v0,3,2,9,2,2v0,-1,-1,-1,-2,-2xm120,-230v-1,0,-3,1,-1,1xm107,-227v0,0,-1,-2,-1,0r1,0xm122,-228v-1,1,0,1,0,2r0,-2xm126,-220v1,-3,-1,-3,-4,-3v1,1,2,2,4,3xm75,-239v1,0,1,1,2,1v-1,0,-2,-1,-2,-1xm76,-240v-1,0,-3,1,-1,1xm92,-235v0,-2,-2,0,-3,0v0,1,1,2,2,2v1,0,1,-1,1,-2xm84,-247v-1,-4,-3,-6,-7,-3v1,3,5,9,7,3xm77,-250v-4,2,0,6,3,6v0,0,-1,-3,-3,-6xm78,-256r-2,0v1,2,1,2,2,0xm76,-256r0,0r0,0xm84,-261v-3,0,-4,4,-2,5v6,-2,-3,-3,2,-5xm86,-260r0,2r0,-2xm82,-259v2,1,7,0,2,-2v0,0,-2,1,-2,2xm93,-255v-4,0,-3,-5,-7,-1v-2,5,2,5,5,3v2,-1,2,-2,2,-2xm72,-277v0,4,4,1,1,0v-1,0,-1,-1,-1,0xm84,-235r-1,1xm84,-235v-1,0,-3,1,-1,1xm83,-226v1,0,3,-1,1,-1v-1,0,-1,1,-1,1","w":179},"}":{"d":"103,-178r0,1r0,-1xm103,-191v1,0,1,-2,0,-2r0,2xm-6,-262r0,0r0,0xm10,-268v0,0,0,-2,-1,-2v0,0,0,1,1,2xm26,-56v-4,30,18,85,-25,79r0,49v50,4,106,-5,99,-46v7,-12,1,-45,3,-70v-5,1,-11,-3,-8,-8v2,-5,5,-10,8,-7v2,-13,14,-29,24,-28r0,-43v-28,-6,-20,-36,-27,-61v2,0,4,0,3,-2v0,1,-1,1,-1,1v2,-5,1,-14,1,-21v0,1,-1,0,-1,1v12,-64,-32,-82,-101,-76v1,6,-3,17,2,20v-1,-1,-2,-1,0,-3v1,0,2,2,2,0v-1,-1,-1,-3,1,-4v4,-3,12,7,7,9v-2,-3,-9,5,-9,4r1,-1r-4,-1r0,25v40,-7,22,48,25,79v2,28,14,38,34,52v-22,13,-31,24,-34,52xm102,-150r-1,0v0,0,0,1,1,0xm101,-132r2,0v0,0,-2,1,-2,0xm103,-135r0,1r0,-1xm103,-182v0,0,-1,0,-1,-1xm100,-178r2,0r-2,0xm13,-275v-3,0,-3,0,-2,-2xm14,-275v-1,1,-1,3,-1,0r1,0xm7,-252v0,2,-1,5,-3,3v-1,-1,2,-5,3,-3xm10,-265v0,0,1,1,2,1v-1,0,-2,-1,-2,-1xm67,-242v-1,0,-2,1,-2,-1v-1,-4,3,-4,4,-1v1,2,0,2,-2,2xm102,-204r0,1r0,-1xm102,-209v0,2,0,0,-2,2xm98,-247v0,-1,3,-2,3,0v0,2,-3,0,-3,0xm96,-161v1,-1,2,-1,2,1v-1,0,-2,0,-2,-1xm93,-129v-2,-4,1,-3,4,-4v3,2,1,2,2,5v-3,-1,-4,3,-3,-1v-1,-3,-2,-3,-3,0xm102,13r1,1xm100,10v1,0,2,-3,2,-1v0,0,-1,0,-2,1xm96,-4v0,-1,0,-1,1,-1v0,0,0,1,-1,1xm100,-28v-3,-2,-3,-2,0,-3v1,1,1,2,0,3xm-1,-260v-4,-1,-4,-4,-8,-2v-1,4,9,5,9,5r1,-11v-4,2,-5,1,-2,3v-3,1,1,2,0,5xm-5,-264v1,-2,-3,-3,-2,-2xm10,-265v0,0,1,1,2,1v0,0,-1,-1,-2,-1xm-9,-257v-1,0,-3,-1,-1,-1r1,1v0,-3,-1,-3,-3,-4v-5,1,-6,8,0,8v4,1,4,-9,3,-4xm-9,-257r0,-2r0,2xm-9,-259r0,0r0,0xm-10,-258r1,1xm-10,-258r-1,0r1,0xm-39,-261v-1,-5,-6,-3,-8,-4v-5,4,-2,8,2,10v6,0,7,-2,6,-6xm6,-275r0,0r0,0xm5,-271v1,1,2,1,3,1xm113,-54v-1,2,2,7,5,4v-1,-2,-2,-7,-5,-4xm115,-67v-4,-2,-7,0,-7,4v0,4,1,6,5,5v3,-1,4,-6,2,-9xm123,-21v7,-1,19,-19,-1,-14v-3,0,-3,1,-4,7v0,4,1,7,5,7xm-6,-264v0,2,0,1,1,2v0,-1,0,-2,-1,-2xm-6,-262r0,-1r0,1xm-6,-262r1,0v0,0,-1,-1,-1,0xm156,-77r0,0r0,0xm152,-33v4,-2,1,-8,-2,-5v-2,1,-1,6,2,5xm140,-27v-1,0,-3,1,-1,1v0,-1,1,-1,1,-1xm125,-45v-1,1,-2,2,-1,3v1,2,3,-2,3,-2v0,-1,-1,-1,-2,-1xm-49,-269v-1,-1,-4,-2,-5,0v0,2,1,3,4,3v1,-1,1,-2,1,-3xm117,19v2,-2,3,-6,-3,-3v0,0,1,0,1,-2r-6,0v3,2,2,9,8,5xm107,18r-1,0r1,0xm107,15v-2,0,-2,0,-2,2xm102,13r0,-1r0,1xm107,13v2,-1,2,-6,-1,-8xm112,11r0,1r0,-1xm100,10r2,-2xm112,8r0,-1r0,1xm103,3r0,1r0,-1xm103,5v0,0,0,-2,-1,-2v0,0,0,1,1,2xm109,1v2,1,2,-1,2,-3xm150,-2v0,1,-2,2,0,2v0,0,1,-1,0,-2xm106,-3r1,0r-1,0xm112,-3v1,-2,-3,-3,-2,-2xm158,-9v0,0,1,1,3,2v1,-2,-1,-2,-3,-2xm149,-9v-1,-2,-1,-3,-2,-1v1,1,2,2,2,1xm103,-14v0,2,1,5,3,2v0,-3,0,-5,-3,-2xm103,-12r0,-2r0,2xm117,-15v0,1,-1,3,1,3v-1,-1,-3,-2,-1,-3xm130,-13v0,-3,0,-3,-3,-2v1,-1,2,0,3,2xm144,-22v-1,0,-2,3,0,1r0,-1xm118,-30v-4,2,-5,10,3,8v1,-1,1,-2,0,-3r-1,1v0,-4,-2,-2,-2,-6xm124,-24v2,0,0,-2,0,-3v-1,1,-1,1,0,3xm108,-36v-4,5,-5,16,0,9v-5,-3,6,-4,0,-9xm103,-28r0,-2r0,2xm123,-31v-1,1,-2,2,0,3r0,-3xm-20,-238v-1,2,-1,1,1,2v0,0,0,-1,-1,-2xm-9,-246v-3,1,-4,1,0,3r0,-3xm-23,-246v2,2,2,0,1,-1v0,0,-1,0,-1,1xm-26,-258v-1,0,-2,3,0,1r0,-1xm111,-31v3,-2,2,-3,3,-5v-3,0,-3,2,-3,5xm122,-39v0,-3,-1,-3,-2,-1v0,0,1,0,2,1xm105,-39v0,0,2,-1,0,-1r0,1xm123,-44v0,-6,-1,-5,-2,-1v0,0,1,1,2,1xm107,-46v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm108,-46r-1,0r1,0xm131,-48r-1,-1xm103,-49r0,0r0,0xm103,-49r0,0r0,0xm129,-51r-1,0r1,0xm109,-143r2,0r-2,0xm129,-188v-3,1,-8,-4,-9,0v4,1,6,4,9,0xm109,-188v-3,-9,-1,-23,-10,-14v4,4,4,8,1,12v-1,0,-5,-4,-4,0r11,0v-6,3,5,11,-6,5v-8,-2,-9,5,-3,9v0,3,2,6,6,7v-4,-3,4,-5,-2,-11v0,5,-4,2,-5,0v7,-3,14,5,10,-9v0,0,1,0,2,1xm130,-163v0,0,-1,-1,-2,-1xm111,-167v-3,-1,-9,1,-4,3v0,-1,3,-2,4,-3xm132,-171v-1,1,-1,2,-1,2v0,0,1,-1,1,-2xm128,-177v1,1,1,3,1,0r-1,0xm107,-175r0,-2r0,2xm105,-179v0,2,-5,2,0,2r0,-2xm103,-177r0,0r0,0xm103,-178r0,-1r0,1xm119,-182r0,0r0,0xm119,-182v-6,0,-2,2,-1,3v0,-1,0,-2,1,-3xm115,-180v0,0,-2,1,0,1r0,-1xm116,-184r1,-1v-1,2,-1,1,-1,1xm117,-187r-3,0r3,0xm103,-195v-1,1,-1,5,0,2r0,-2xm117,-195v0,2,-2,3,1,3v2,0,2,-1,1,-2v0,-1,-1,-1,-2,-1xm111,-196r1,0r-1,0xm109,-203v2,3,4,8,10,4v-1,-3,0,-4,-5,-2v1,-1,1,-2,-1,-2r-4,0xm106,-199v0,0,2,-1,0,-1r0,1xm105,-202r-1,1xm102,-204r0,-2r0,2xm107,-205v3,-2,-1,-2,1,-7v-3,0,-3,4,-1,7xm112,-207v0,0,-2,1,0,1r0,-1xm112,-211r0,1r0,-1xm103,-215r0,2r0,-2xm111,-219v-1,1,-3,2,0,2r0,-2xm106,-220r-1,0r1,0xm110,-222v1,0,2,3,2,1v-1,-1,-2,-1,-2,-1xm105,-233v-2,1,-3,6,0,4r0,-5r0,1xm103,-229r0,-2v-1,1,-1,1,0,2xm111,-150r0,2v1,-1,1,-1,0,-2xm121,-152v1,1,4,4,4,-1v-1,0,-2,1,-4,1xm112,-166v-3,2,-5,10,3,8v1,-1,3,-3,0,-4r-1,1v0,-3,-2,-3,-2,-5xm118,-160v0,-1,2,-4,0,-4v-1,1,-1,2,0,4xm108,-253v-4,2,-5,14,0,9v-5,-4,6,-5,0,-9xm117,-165v0,0,0,-2,-1,-2v0,1,0,1,1,2xm98,-247v0,0,3,2,3,0v0,-1,-3,-1,-3,0xm105,-167r4,-6v-3,0,-4,2,-4,6xm116,-175v0,-1,2,-3,0,-4v0,1,-2,3,0,4xm106,-257v-1,0,-1,0,-1,1xm118,-181v0,0,-1,-6,-2,-1v0,0,1,1,2,1xm108,-262v0,-1,0,-1,-1,-1v0,1,0,1,1,1xm125,-185r1,1xm103,-266r-1,0r1,0xm122,-188v1,0,1,0,1,-1","w":214},"~":{"d":"122,-213v2,1,4,-1,3,-3v-1,1,-3,1,-3,3xm123,-225v-4,-4,-9,2,-6,6v6,3,10,-2,6,-6xm127,-225v3,2,9,1,8,-4v0,-3,-2,-5,-5,-5v-5,-1,-4,6,-3,9xm116,-255v3,0,5,-1,5,-5v0,-3,-2,-4,-5,-4v-7,1,-6,11,0,9xm106,-227v0,2,2,4,4,4v3,0,4,-2,4,-4v0,-3,-1,-4,-4,-4v-3,0,-4,1,-4,4xm144,-201v-4,0,-7,4,-4,7v7,2,10,-5,4,-7xm251,-219v1,1,3,-1,1,-1v0,0,-1,0,-1,1xm87,-210r2,0r-2,0xm186,-175v-5,1,-6,4,-3,11v5,1,10,1,10,-4v0,-4,-3,-7,-7,-7xm276,-229v-3,-1,-1,3,-1,3v1,0,1,-2,1,-3xm170,-211v-3,-3,-3,1,-1,1v0,-1,1,-1,1,-1xm147,-243v6,5,13,-3,9,-8v-5,-4,-13,2,-9,8xm172,-250r0,-2v-2,0,-1,2,0,2xm131,-206v6,1,16,-3,17,-7v-4,-9,-26,-3,-17,7xm100,-215v1,2,9,7,9,1v0,-3,-2,-4,-5,-4v-2,0,-4,1,-4,3xm65,-203v-2,-1,-3,2,-1,2v1,-1,1,-2,1,-2xm15,-215r0,0r0,0xm17,-216r-2,1v1,1,2,0,2,-1xm-9,-131v-4,0,-5,6,-2,7v4,1,7,-7,2,-7xm93,-100v-1,1,1,2,2,2v1,0,1,-1,0,-2v0,-1,-1,-1,-2,0xm295,-157v-8,-1,-13,10,-7,15v6,2,14,-4,13,-10v0,-3,-2,-5,-6,-5xm7,-209v2,0,2,-4,0,-1r0,1xm43,-207v1,-1,-3,-6,-5,-5v-1,0,-1,2,1,4v2,2,3,3,4,1xm46,-217r0,0r0,0xm48,-219v0,0,-2,1,-2,2v1,0,2,-1,2,-2xm22,-219r0,0r0,0xm15,-233v-9,4,-2,10,4,10v6,-2,2,-11,-4,-10xm30,-188v1,0,2,-3,0,-3v-2,0,-2,3,0,3xm154,-74v2,-8,14,-6,16,2v-3,10,15,10,23,10v30,2,72,-51,85,-76r-51,-59v-2,3,-3,8,-5,11v4,-2,4,0,4,3v0,3,-1,5,-4,5v-2,0,-2,-2,-2,-5v-20,47,-60,20,-84,0v-4,-3,-21,-6,-19,-13v-1,-5,-11,-7,-13,-2v-44,-19,-90,30,-103,62r49,58v10,-25,39,-42,67,-20v4,-3,7,1,6,5v7,6,19,13,35,22v-1,-2,-4,-1,-4,-3xm112,-147v1,1,1,3,-1,3xm118,-118v2,-1,4,-1,4,2v-1,3,-3,3,-4,0v0,-1,-1,-1,0,-2xm126,-110v5,1,6,10,-1,9v-5,0,-11,-4,-5,-8v3,-2,6,-3,6,-1xm131,-122v1,6,-6,5,-6,1v0,-3,1,-4,4,-4v1,0,2,2,2,3xm143,-88v0,2,-4,3,-4,1v0,-1,-1,-3,1,-3v1,0,3,1,3,2xm132,-112v-4,-11,4,-9,11,-5v0,0,-1,2,-4,4v-3,2,-6,2,-7,1xm150,-138v1,6,-9,13,-11,5v-1,-8,8,-5,11,-5xm153,-147v2,1,2,6,-1,6v-3,0,-5,-6,0,-6r1,0xm165,-115v-2,5,-10,3,-10,-2v0,-3,3,-5,7,-4v2,1,3,4,3,6xm159,-154v6,-5,12,5,12,12v-7,15,-12,0,-14,-6xm179,-152r1,-2v0,1,-1,2,-1,2xm182,-145v2,-4,4,-3,5,0v0,1,-2,5,-4,5v-1,-1,-2,-3,-1,-5xm203,-125v-1,4,-7,5,-6,-2v0,-4,4,-3,5,-4v1,1,1,4,1,6xm203,-76v0,0,-2,3,-2,1v0,-1,1,-1,2,-1xm203,-98v-1,-1,4,-6,5,-4v2,1,2,6,-1,6v-2,0,-4,0,-4,-2xm224,-105v0,0,4,-1,2,0v-1,0,-2,1,-2,0xm229,-85v1,0,4,2,2,3v-6,4,-11,-6,-2,-3","w":307},"\u00a0":{"w":180}}});
;
(function ($) {
  Drupal.behaviors.cufonReplace = {
    attach: function(context) {
      for (o in Drupal.settings.cufonSelectors) { 
        var s = Drupal.settings.cufonSelectors[o];
        $(s.selector + ':not(.cufon-replace-processed)', context)
          .each(function() {
            Cufon.replace($(this), s.options);
          })
          .addClass('cufon-replace-processed');
      }
    }
  }
})(jQuery);
;

/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 800,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);
;
/* Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) 
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 *
 * $LastChangedDate: 2007-06-19 20:25:28 -0500 (Tue, 19 Jun 2007) $
 * $Rev: 2111 $
 *
 * Version 2.1
 */
(function($){$.fn.bgIframe=$.fn.bgiframe=function(s){if($.browser.msie&&parseInt($.browser.version)<=6){s=$.extend({top:'auto',left:'auto',width:'auto',height:'auto',opacity:true,src:'javascript:false;'},s||{});var prop=function(n){return n&&n.constructor==Number?n+'px':n;},html='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+s.src+'"'+'style="display:block;position:absolute;z-index:-1;'+(s.opacity!==false?'filter:Alpha(Opacity=\'0\');':'')+'top:'+(s.top=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+\'px\')':prop(s.top))+';'+'left:'+(s.left=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+\'px\')':prop(s.left))+';'+'width:'+(s.width=='auto'?'expression(this.parentNode.offsetWidth+\'px\')':prop(s.width))+';'+'height:'+(s.height=='auto'?'expression(this.parentNode.offsetHeight+\'px\')':prop(s.height))+';'+'"/>';return this.each(function(){if($('> iframe.bgiframe',this).length==0)this.insertBefore(document.createElement(html),this.firstChild);});}return this;};if(!$.browser.version)$.browser.version=navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)[1];})(jQuery);;
﻿/**
* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne <brian@cherne.net>
*/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);;

// This uses Superfish 1.4.8
// (http://users.tpg.com.au/j_birch/plugins/superfish)

// Add Superfish to all Nice menus with some basic options.
(function ($) {
  $(document).ready(function() {
    $('ul.nice-menu').superfish({
      // Apply a generic hover class.
      hoverClass: 'over',
      // Disable generation of arrow mark-up.
      autoArrows: false,
      // Disable drop shadows.
      dropShadows: false,
      // Mouse delay.
      delay: Drupal.settings.nice_menus_options.delay,
      // Animation speed.
      speed: Drupal.settings.nice_menus_options.speed
    // Add in Brandon Aaron’s bgIframe plugin for IE select issues.
    // http://plugins.jquery.com/node/46/release
    }).find('ul').bgIframe({opacity:false});
    $('ul.nice-menu ul').css('display', 'none');
  });
})(jQuery);
;
(function ($) {
  Drupal.viewsSlideshow = Drupal.viewsSlideshow || {};

  /**
   * Views Slideshow Controls
   */
  Drupal.viewsSlideshowControls = Drupal.viewsSlideshowControls || {};

  /**
   * Implement the play hook for controls.
   */
  Drupal.viewsSlideshowControls.play = function (options) {
    // Route the control call to the correct control type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].play == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].play(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].play == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].play(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the pause hook for controls.
   */
  Drupal.viewsSlideshowControls.pause = function (options) {
    // Route the control call to the correct control type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].pause == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].top.type].pause(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].pause == 'function') {
        Drupal[Drupal.settings.viewsSlideshowControls[options.slideshowID].bottom.type].pause(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };


  /**
   * Views Slideshow Text Controls
   */

  // Add views slieshow api calls for views slideshow text controls.
  Drupal.behaviors.viewsSlideshowControlsText = {
    attach: function (context) {

      // Process previous link
      $('.views_slideshow_controls_text_previous:not(.views-slideshow-controls-text-previous-processed)', context).addClass('views-slideshow-controls-text-previous-processed').each(function() {
        var uniqueID = $(this).attr('id').replace('views_slideshow_controls_text_previous_', '');
        $(this).click(function() {
          Drupal.viewsSlideshow.action({ "action": 'previousSlide', "slideshowID": uniqueID });
          return false;
        });
      });

      // Process next link
      $('.views_slideshow_controls_text_next:not(.views-slideshow-controls-text-next-processed)', context).addClass('views-slideshow-controls-text-next-processed').each(function() {
        var uniqueID = $(this).attr('id').replace('views_slideshow_controls_text_next_', '');
        $(this).click(function() {
          Drupal.viewsSlideshow.action({ "action": 'nextSlide', "slideshowID": uniqueID });
          return false;
        });
      });

      // Process pause link
      $('.views_slideshow_controls_text_pause:not(.views-slideshow-controls-text-pause-processed)', context).addClass('views-slideshow-controls-text-pause-processed').each(function() {
        var uniqueID = $(this).attr('id').replace('views_slideshow_controls_text_pause_', '');
        $(this).click(function() {
          if (Drupal.settings.viewsSlideshow[uniqueID].paused) {
            Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": uniqueID, "force": true });
          }
          else {
            Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": uniqueID, "force": true });
          }
          return false;
        });
      });
    }
  };

  Drupal.viewsSlideshowControlsText = Drupal.viewsSlideshowControlsText || {};

  /**
   * Implement the pause hook for text controls.
   */
  Drupal.viewsSlideshowControlsText.pause = function (options) {
    var pauseText = Drupal.theme.prototype['viewsSlideshowControlsPause'] ? Drupal.theme('viewsSlideshowControlsPause') : '';
    $('#views_slideshow_controls_text_pause_' + options.slideshowID + ' a').text(pauseText);
  };

  /**
   * Implement the play hook for text controls.
   */
  Drupal.viewsSlideshowControlsText.play = function (options) {
    var playText = Drupal.theme.prototype['viewsSlideshowControlsPlay'] ? Drupal.theme('viewsSlideshowControlsPlay') : '';
    $('#views_slideshow_controls_text_pause_' + options.slideshowID + ' a').text(playText);
  };

  // Theme the resume control.
  Drupal.theme.prototype.viewsSlideshowControlsPause = function () {
    return Drupal.t('Resume');
  };

  // Theme the pause control.
  Drupal.theme.prototype.viewsSlideshowControlsPlay = function () {
    return Drupal.t('Pause');
  };

  /**
   * Views Slideshow Pager
   */
  Drupal.viewsSlideshowPager = Drupal.viewsSlideshowPager || {};

  /**
   * Implement the transitionBegin hook for pagers.
   */
  Drupal.viewsSlideshowPager.transitionBegin = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].transitionBegin == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].transitionBegin(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].transitionBegin == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].transitionBegin(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the goToSlide hook for pagers.
   */
  Drupal.viewsSlideshowPager.goToSlide = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].goToSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].goToSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].goToSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].goToSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the previousSlide hook for pagers.
   */
  Drupal.viewsSlideshowPager.previousSlide = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].previousSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].previousSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].previousSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].previousSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };

  /**
   * Implement the nextSlide hook for pagers.
   */
  Drupal.viewsSlideshowPager.nextSlide = function (options) {
    // Route the pager call to the correct pager type.
    // Need to use try catch so we don't have to check to make sure every part
    // of the object is defined.
    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].nextSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].top.type].nextSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }

    try {
      if (typeof Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type != "undefined" && typeof Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].nextSlide == 'function') {
        Drupal[Drupal.settings.viewsSlideshowPager[options.slideshowID].bottom.type].nextSlide(options);
      }
    }
    catch(err) {
      // Don't need to do anything on error.
    }
  };


  /**
   * Views Slideshow Pager Fields
   */

  // Add views slieshow api calls for views slideshow pager fields.
  Drupal.behaviors.viewsSlideshowPagerFields = {
    attach: function (context) {
      // Process pause on hover.
      $('.views_slideshow_pager_field:not(.views-slideshow-pager-field-processed)', context).addClass('views-slideshow-pager-field-processed').each(function() {
        // Parse out the location and unique id from the full id.
        var pagerInfo = $(this).attr('id').split('_');
        var location = pagerInfo[2];
        pagerInfo.splice(0, 3);
        var uniqueID = pagerInfo.join('_');

        // Add the activate and pause on pager hover event to each pager item.
        if (Drupal.settings.viewsSlideshowPagerFields[uniqueID][location].activatePauseOnHover) {
          $(this).children().each(function(index, pagerItem) {
            var mouseIn = function() {
              Drupal.viewsSlideshow.action({ "action": 'goToSlide', "slideshowID": uniqueID, "slideNum": index });
              Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": uniqueID });
            }
            
            var mouseOut = function() {
              Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": uniqueID });
            }
          
            if (jQuery.fn.hoverIntent) {
              $(pagerItem).hoverIntent(mouseIn, mouseOut);
            }
            else {
              $(pagerItem).hover(mouseIn, mouseOut);
            }
            
          });
        }
        else {
          $(this).children().each(function(index, pagerItem) {
            $(pagerItem).click(function() {
              Drupal.viewsSlideshow.action({ "action": 'goToSlide', "slideshowID": uniqueID, "slideNum": index });
            });
          });
        }
      });
    }
  };

  Drupal.viewsSlideshowPagerFields = Drupal.viewsSlideshowPagerFields || {};

  /**
   * Implement the transitionBegin hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.transitionBegin = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_'+ pagerLocation + '_' + options.slideshowID + '_' + options.slideNum).addClass('active');
    }

  };

  /**
   * Implement the goToSlide hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.goToSlide = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_' + options.slideNum).addClass('active');
    }
  };

  /**
   * Implement the previousSlide hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.previousSlide = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Get the current active pager.
      var pagerNum = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"].active').attr('id').replace('views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_', '');

      // If we are on the first pager then activate the last pager.
      // Otherwise activate the previous pager.
      if (pagerNum == 0) {
        pagerNum = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').length() - 1;
      }
      else {
        pagerNum--;
      }

      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_' + pagerNum).addClass('active');
    }
  };

  /**
   * Implement the nextSlide hook for pager fields pager.
   */
  Drupal.viewsSlideshowPagerFields.nextSlide = function (options) {
    for (pagerLocation in Drupal.settings.viewsSlideshowPager[options.slideshowID]) {
      // Get the current active pager.
      var pagerNum = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"].active').attr('id').replace('views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_', '');
      var totalPagers = $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').length();

      // If we are on the last pager then activate the first pager.
      // Otherwise activate the next pager.
      pagerNum++;
      if (pagerNum == totalPagers) {
        pagerNum = 0;
      }

      // Remove active class from pagers
      $('[id^="views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '"]').removeClass('active');

      // Add active class to active pager.
      $('#views_slideshow_pager_field_item_' + pagerLocation + '_' + options.slideshowID + '_' + slideNum).addClass('active');
    }
  };


  /**
   * Views Slideshow Slide Counter
   */

  Drupal.viewsSlideshowSlideCounter = Drupal.viewsSlideshowSlideCounter || {};

  /**
   * Implement the transitionBegin for the slide counter.
   */
  Drupal.viewsSlideshowSlideCounter.transitionBegin = function (options) {
    $('#views_slideshow_slide_counter_' + options.slideshowID + ' .num').text(options.slideNum + 1);
  };

  /**
   * This is used as a router to process actions for the slideshow.
   */
  Drupal.viewsSlideshow.action = function (options) {
    // Set default values for our return status.
    var status = {
      'value': true,
      'text': ''
    }

    // If an action isn't specified return false.
    if (typeof options.action == 'undefined' || options.action == '') {
      status.value = false;
      status.text =  Drupal.t('There was no action specified.');
      return error;
    }

    // If we are using pause or play switch paused state accordingly.
    if (options.action == 'pause') {
      Drupal.settings.viewsSlideshow[options.slideshowID].paused = 1;
      // If the calling method is forcing a pause then mark it as such.
      if (options.force) {
        Drupal.settings.viewsSlideshow[options.slideshowID].pausedForce = 1;
      }
    }
    else if (options.action == 'play') {
      // If the slideshow isn't forced pause or we are forcing a play then play
      // the slideshow.
      // Otherwise return telling the calling method that it was forced paused.
      if (!Drupal.settings.viewsSlideshow[options.slideshowID].pausedForce || options.force) {
        Drupal.settings.viewsSlideshow[options.slideshowID].paused = 0;
        Drupal.settings.viewsSlideshow[options.slideshowID].pausedForce = 0;
      }
      else {
        status.value = false;
        status.text += ' ' + Drupal.t('This slideshow is forced paused.');
        return status;
      }
    }

    // We use a switch statement here mainly just to limit the type of actions
    // that are available.
    switch (options.action) {
      case "goToSlide":
      case "transitionBegin":
      case "transitionEnd":
        // The three methods above require a slide number. Checking if it is
        // defined and it is a number that is an integer.
        if (typeof options.slideNum == 'undefined' || typeof options.slideNum !== 'number' || parseInt(options.slideNum) != (options.slideNum - 0)) {
          status.value = false;
          status.text = Drupal.t('An invalid integer was specified for slideNum.');
        }
      case "pause":
      case "play":
      case "nextSlide":
      case "previousSlide":
        // Grab our list of methods.
        var methods = Drupal.settings.viewsSlideshow[options.slideshowID]['methods'];

        // if the calling method specified methods that shouldn't be called then
        // exclude calling them.
        var excludeMethodsObj = {};
        if (typeof options.excludeMethods !== 'undefined') {
          // We need to turn the excludeMethods array into an object so we can use the in
          // function.
          for (var i=0; i < excludeMethods.length; i++) {
            excludeMethodsObj[excludeMethods[i]] = '';
          }
        }

        // Call every registered method and don't call excluded ones.
        for (i = 0; i < methods[options.action].length; i++) {
          if (Drupal[methods[options.action][i]] != undefined && typeof Drupal[methods[options.action][i]][options.action] == 'function' && !(methods[options.action][i] in excludeMethodsObj)) {
            Drupal[methods[options.action][i]][options.action](options);
          }
        }
        break;

      // If it gets here it's because it's an invalid action.
      default:
        status.value = false;
        status.text = Drupal.t('An invalid action "!action" was specified.', { "!action": options.action });
    }
    return status;
  };
})(jQuery);
;
/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version: 2.99 (12-MAR-2011)
 * Dual licensed under the MIT and GPL licenses.
 * http://jquery.malsup.com/license.html
 * Requires: jQuery v1.3.2 or later
 */
(function($){var ver="2.99";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){$.fn.cycle.debug&&log(s);}function log(){window.console&&console.log&&console.log("[cycle] "+Array.prototype.join.call(arguments," "));}$.expr[":"].paused=function(el){return el.cyclePause;};$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}opts.updateActivePagerLink=opts.updateActivePagerLink||$.fn.cycle.updateActivePagerLink;if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(els[opts2.currSlide],els[opts2.nextSlide],opts2,!opts2.backwards);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts.backwards);},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"destroy":case"stop":var opts=$(cont).data("cycle.opts");if(!opts){return false;}cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");if(options=="destroy"){destroy(opts);}return false;case"toggle":cont.cyclePause=(cont.cyclePause===1)?0:1;checkInstantResume(cont.cyclePause,arg2,cont);return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;checkInstantResume(false,arg2,cont);return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;function checkInstantResume(isPaused,arg2,cont){if(!isPaused&&arg2===true){var options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,!options.backwards);}}}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function destroy(opts){if(opts.next){$(opts.next).unbind(opts.prevNextEvent);}if(opts.prev){$(opts.prev).unbind(opts.prevNextEvent);}if(opts.pager||opts.pagerAnchorBuilder){$.each(opts.pagerAnchors||[],function(){this.unbind().remove();});}opts.pagerAnchors=null;if(opts.destroy){opts.destroy(opts);}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.backwards);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}else{if(opts.backwards){opts.startingSlide=els.length-1;}}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=1;opts.startingSlide=opts.randomMap[1];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z;if(opts.backwards){z=first?i<=first?els.length+(i-first):first-i:els.length-i;}else{z=first?i>=first?els.length-(i-first):first-i:els.length-i;}$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth||e.width||$e.attr("width");}if(!h){h=e.offsetHeight||e.height||$e.attr("height");}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:($el.height()||this.offsetHeight||this.height||$el.attr("height")||0);this.cycleW=(opts.fit&&opts.width)?opts.width:($el.width()||this.offsetWidth||this.width||$el.attr("width")||0);if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.cssAfter=opts.cssAfter||{};opts.cssFirst=opts.cssFirst||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);$($slides[first]).css(opts.cssFirst);if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}var buffer=opts.fx=="none"?0:opts.fx=="shuffle"?500:250;while((opts.timeout-opts.speed)<buffer){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.backwards){opts.nextSlide=opts.startingSlide==0?(els.length-1):opts.startingSlide-1;}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length){opts.after[0].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,0);});}if(opts.pager||opts.pagerAnchorBuilder){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$s.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager||opts.pagerAnchorBuilder){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){debug("manualTrump in go(), stopping active transition");$(els).stop(true,true);opts.busy=0;}if(opts.busy){debug("transition active, ignoring new tx request");return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&!opts.bounce&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}var changed=false;if((manual||!p.cyclePause)&&(opts.nextSlide!=opts.currSlide)){changed=true;var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){opts.busy=0;$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};debug("tx firing("+fx+"); currSlide: "+opts.currSlide+"; nextSlide: "+opts.nextSlide);opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}else{$.fn.cycle.custom(curr,next,opts,after,fwd,manual&&opts.fastOnEvent);}}}if(changed||opts.nextSlide==opts.currSlide){opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];if(opts.nextSlide==opts.currSlide){opts.nextSlide=(opts.currSlide==opts.slideCount-1)?0:opts.currSlide+1;}}else{if(opts.backwards){var roll=(opts.nextSlide-1)<0;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=1;opts.currSlide=0;}else{opts.nextSlide=roll?(els.length-1):opts.nextSlide-1;opts.currSlide=roll?0:opts.nextSlide+1;}}else{var roll=(opts.nextSlide+1)==els.length;if(roll&&opts.bounce){opts.backwards=!opts.backwards;opts.nextSlide=els.length-2;opts.currSlide=els.length-1;}else{opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}}}}if(changed&&opts.pager){opts.updateActivePagerLink(opts.pager,opts.currSlide,opts.activePagerClass);}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(els[opts.currSlide],els[opts.nextSlide],opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.backwards);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide,clsName){$(pager).each(function(){$(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn.call(curr,curr,next,opts,fwd);while(opts.fx!="none"&&(t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,1);};$.fn.cycle.prev=function(opts){advance(opts,0);};function advance(opts,moveForward){var val=moveForward?1:-1;var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}var cb=opts.onPrevNextEvent||opts.prevNextClick;if($.isFunction(cb)){cb(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,moveForward);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});opts.updateActivePagerLink(opts.pager,opts.startingSlide,opts.activePagerClass);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);debug("pagerAnchorBuilder("+i+", el) returned: "+a);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}else{$a.appendTo($p);}}opts.pagerAnchors=opts.pagerAnchors||[];opts.pagerAnchors.push($a);$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}var cb=opts.onPagerEvent||opts.pagerClick;if($.isFunction(cb)){cb(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);});if(!/^click/.test(opts.pagerEvent)&&!opts.allowPagerClickBubble){$a.bind("click.cycle",function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){debug("applying clearType background-color hack");function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v&&v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();if(typeof opts.cssBefore.opacity=="undefined"){opts.cssBefore.opacity=1;}opts.cssBefore.display="block";if(opts.slideResize&&w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(opts.slideResize&&h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,fwd,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,function(){cb();});};$l.animate(opts.animOut,speedOut,easeOut,function(){$l.css(opts.cssAfter);if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={activePagerClass:"activeSlide",after:null,allowPagerClickBubble:false,animIn:null,animOut:null,autostop:0,autostopCount:0,backwards:false,before:null,cleartype:!$.support.opacity,cleartypeNoBg:false,containerResize:1,continuous:0,cssAfter:null,cssBefore:null,delay:0,easeIn:null,easeOut:null,easing:null,end:null,fastOnEvent:0,fit:0,fx:"fade",fxFn:null,height:"auto",manualTrump:true,next:null,nowrap:0,onPagerEvent:null,onPrevNextEvent:null,pager:null,pagerAnchorBuilder:null,pagerEvent:"click.cycle",pause:0,pauseOnPagerHover:0,prev:null,prevNextEvent:"click.cycle",random:0,randomizeEffects:1,requeueOnImageNotLoaded:true,requeueTimeout:250,rev:0,shuffle:null,slideExpr:null,slideResize:1,speed:1000,speedIn:null,speedOut:null,startingSlide:0,sync:1,timeout:4000,timeoutFn:null,updateActivePagerLink:null};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2010 M. Alsup
 * Version:	 2.73
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.fadeout=function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css({display:"block",opacity:1});opts.before.push(function(curr,next,opts,w,h,rev){$(curr).css("zIndex",opts.slideCount+(!rev===true?1:0));$(next).css("zIndex",opts.slideCount+(!rev===true?0:1));});opts.animIn.opacity=1;opts.animOut.opacity=0;opts.cssBefore.opacity=1;opts.cssBefore.display="block";opts.cssAfter.zIndex=0;};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore.top=h;opts.cssBefore.left=0;opts.cssFirst.top=0;opts.animIn.top=0;opts.animOut.top=-h;};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst.top=0;opts.cssBefore.top=-h;opts.cssBefore.left=0;opts.animIn.top=0;opts.animOut.top=h;};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst.left=0;opts.cssBefore.left=w;opts.cssBefore.top=0;opts.animIn.left=0;opts.animOut.left=0-w;};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst.left=0;opts.cssBefore.left=-w;opts.cssBefore.top=0;opts.animIn.left=0;opts.animOut.left=w;};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){if(opts.rev){fwd=!fwd;}$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst.left=0;opts.cssBefore.top=0;opts.animIn.left=0;opts.animOut.top=0;};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){if(opts.rev){fwd=!fwd;}$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst.top=0;opts.cssBefore.left=0;opts.animIn.top=0;opts.animOut.left=0;};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore.left=0;opts.cssBefore.top=0;opts.cssBefore.width=0;opts.animIn.width="show";opts.animOut.width=0;};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore.left=0;opts.cssBefore.top=0;opts.cssBefore.height=0;opts.animIn.height="show";opts.animOut.height=0;};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){if(opts.rev){fwd=!fwd;}var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};$.extend(opts.cssBefore,{display:"block",opacity:1,top:0,left:0});};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;opts.animOut.width=next.cycleW;});opts.cssFirst.top=0;opts.cssBefore.left=0;opts.cssBefore.height=0;opts.animIn.top=0;opts.animOut.height=0;};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst.top=0;opts.cssBefore.left=0;opts.cssBefore.top=0;opts.cssBefore.height=0;opts.animOut.height=0;};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore.top=0;opts.cssBefore.width=0;opts.animIn.left=0;opts.animOut.width=0;};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});$.extend(opts.cssBefore,{top:0,left:0,width:0});opts.animIn.left=0;opts.animOut.width=0;};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;$.extend(opts.animIn,{top:0,left:0,width:next.cycleW,height:next.cycleH});$.extend(opts.animOut,{width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2});});opts.cssFirst.top=0;opts.cssFirst.left=0;opts.cssBefore.width=0;opts.cssBefore.height=0;};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;$.extend(opts.animIn,{top:0,left:0,width:next.cycleW,height:next.cycleH});});opts.cssBefore.width=0;opts.cssBefore.height=0;opts.animOut.opacity=0;};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore.left=w;opts.cssBefore.top=0;opts.animIn.left=0;opts.animOut.left=w;};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore.top=h;opts.cssBefore.left=0;opts.animIn.top=0;opts.animOut.top=h;};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore.top=h;opts.cssBefore.left=w;opts.animIn.top=0;opts.animIn.left=0;opts.animOut.top=h;opts.animOut.left=w;};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn.left=0;opts.animIn.width=this.cycleW;opts.animOut.left=0;});opts.cssBefore.top=0;opts.cssBefore.width=0;};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn.top=0;opts.animIn.height=this.cycleH;opts.animOut.top=0;});opts.cssBefore.height=0;opts.cssBefore.left=0;};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn.left=0;opts.animIn.width=this.cycleW;opts.animOut.left=curr.cycleW/2;opts.animOut.width=0;});opts.cssBefore.top=0;opts.cssBefore.width=0;};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn.top=0;opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH/2;opts.animOut.height=0;});opts.cssBefore.height=0;opts.cssBefore.left=0;};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn.left=0;opts.animIn.top=0;opts.cssBefore.top=0;opts.cssBefore.left=0;};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn.left=0;opts.animIn.top=0;opts.cssBefore.top=0;opts.cssBefore.left=0;};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){$.extend(opts.animOut,{left:w*2,top:-h/2,opacity:0});}else{opts.animOut.opacity=0;}});opts.cssBefore.left=0;opts.cssBefore.top=0;opts.animIn.left=0;};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});$.extend(opts.cssBefore,{display:"block",opacity:1,top:0,left:0});opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);;

/**
 *  @file
 *  A simple jQuery Cycle Div Slideshow Rotator.
 */

/**
 * This will set our initial behavior, by starting up each individual slideshow.
 */
(function ($) {
  Drupal.behaviors.viewsSlideshowCycle = {
    attach: function (context) {
      $('.views_slideshow_cycle_main:not(.viewsSlideshowCycle-processed)', context).addClass('viewsSlideshowCycle-processed').each(function() {
        var fullId = '#' + $(this).attr('id');
        var settings = Drupal.settings.viewsSlideshowCycle[fullId];
        settings.targetId = '#' + $(fullId + " :first").attr('id');
        settings.slideshowId = settings.targetId.replace('#views_slideshow_cycle_teaser_section_', '');

        settings.opts = {
          speed:settings.speed,
          timeout:settings.timeout,
          delay:settings.delay,
          sync:settings.sync,
          random:settings.random,
          nowrap:settings.nowrap,
          after:function(curr, next, opts) {
            // Need to do some special handling on first load.
            var slideNum = opts.currSlide;
            if (typeof settings.processedAfter == 'undefined' || !settings.processedAfter) {
              settings.processedAfter = 1;
              slideNum = (typeof settings.opts.startingSlide == 'undefined') ? 0 : settings.opts.startingSlide;
            }
            Drupal.viewsSlideshow.action({ "action": 'transitionEnd', "slideshowID": settings.slideshowId, "slideNum": slideNum });
          },
          before:function(curr, next, opts) {
            // Remember last slide.
            if (settings.remember_slide) {
              createCookie(settings.vss_id, opts.currSlide + 1, settings.remember_slide_days);
            }

            // Make variable height.
            if (!settings.fixed_height) {
              //get the height of the current slide
              var $ht = $(this).height();
              //set the container's height to that of the current slide
              $(this).parent().animate({height: $ht});
            }

            // Need to do some special handling on first load.
            var slideNum = opts.nextSlide;
            if (typeof settings.processedBefore == 'undefined' || !settings.processedBefore) {
              settings.processedBefore = 1;
              slideNum = (typeof settings.opts.startingSlide == 'undefined') ? 0 : settings.opts.startingSlide;
            }

            Drupal.viewsSlideshow.action({ "action": 'transitionBegin', "slideshowID": settings.slideshowId, "slideNum": slideNum });
          },
          cleartype:(settings.cleartype)? true : false,
          cleartypeNoBg:(settings.cleartypenobg)? true : false
        }

        // Set the starting slide if we are supposed to remember the slide
        if (settings.remember_slide) {
          var startSlide = readCookie(settings.vss_id);
          if (startSlide == null) {
            startSlide = 0;
          }
          settings.opts.startingSlide =  startSlide;
        }

        if (settings.effect == 'none') {
          settings.opts.speed = 1;
        }
        else {
          settings.opts.fx = settings.effect;
        }

        // Take starting item from fragment.
        var hash = location.hash;
        if (hash) {
          var hash = hash.replace('#', '');
          var aHash = hash.split(';');
          var aHashLen = aHash.length;

          // Loop through all the possible starting points.
          for (var i = 0; i < aHashLen; i++) {
            // Split the hash into two parts. One part is the slideshow id the
            // other is the slide number.
            var initialInfo = aHash[i].split(':');
            // The id in the hash should match our slideshow.
            // The slide number chosen shouldn't be larger than the number of
            // slides we have.
            if (settings.slideshowId == initialInfo[0] && settings.num_divs > initialInfo[1]) {
              settings.opts.startingSlide = parseInt(initialInfo[1]);
            }
          }
        }

        // Pause on hover.
        if (settings.pause) {
          var mouseIn = function() {
            Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": settings.slideshowId });
          }
          
          var mouseOut = function() {
            Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": settings.slideshowId });
          }
          
          if (jQuery.fn.hoverIntent) {
            $('#views_slideshow_cycle_teaser_section_' + settings.vss_id).hoverIntent(mouseIn, mouseOut);
          }
          else {
            $('#views_slideshow_cycle_teaser_section_' + settings.vss_id).hover(mouseIn, mouseOut);
          }
        }

        // Pause on clicking of the slide.
        if (settings.pause_on_click) {
          $('#views_slideshow_cycle_teaser_section_' + settings.vss_id).click(function() {
            Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": settings.slideshowId, "force": true });
          });
        }

        if (typeof JSON != 'undefined') {
          var advancedOptions = JSON.parse(settings.advanced_options);
          for (var option in advancedOptions) {
            advancedOptions[option] = $.trim(advancedOptions[option]);
            advancedOptions[option] = advancedOptions[option].replace(/\n/g, '');
            if (!isNaN(parseInt(advancedOptions[option]))) {
              advancedOptions[option] = parseInt(advancedOptions[option]);
            }
            else if (advancedOptions[option].toLowerCase() == 'true') {
              advancedOptions[option] = true;
            }
            else if (advancedOptions[option].toLowerCase() == 'false') {
              advancedOptions[option] = false;
            }

            switch(option) {

              // Standard Options
              case "activePagerClass":
              case "allowPagerClickBubble":
              case "autostop":
              case "autostopCount":
              case "backwards":
              case "bounce":
              case "cleartype":
              case "cleartypeNoBg":
              case "containerResize":
              case "continuous":
              case "delay":
              case "easeIn":
              case "easeOut":
              case "easing":
              case "fastOnEvent":
              case "fit":
              case "fx":
              case "height":
              case "manualTrump":
              case "metaAttr":
              case "next":
              case "nowrap":
              case "pager":
              case "pagerEvent":
              case "pause":
              case "pauseOnPagerHover":
              case "prev":
              case "prevNextEvent":
              case "random":
              case "randomizeEffects":
              case "requeueOnImageNotLoaded":
              case "requeueTimeout":
              case "rev":
              case "slideExpr":
              case "slideResize":
              case "speed":
              case "speedIn":
              case "speedOut":
              case "startingSlide":
              case "sync":
              case "timeout":
              case "width":
                settings.opts[option] = advancedOptions[option];
                break;

              // These process options that look like {top:50, bottom:20}
              case "animIn":
              case "animOut":
              case "cssBefore":
              case "cssAfter":
              case "shuffle":
                settings.opts[option] = eval('(' + advancedOptions[option] + ')');
                break;

              // These options have their own functions.
              case "after":
                // transition callback (scope set to element that was shown): function(currSlideElement, nextSlideElement, options, forwardFlag)
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, forwardFlag) {
                  eval(advancedOptions[option]);
                }
                break;

              case "before":
                // transition callback (scope set to element to be shown):     function(currSlideElement, nextSlideElement, options, forwardFlag)
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, forwardFlag) {
                  eval(advancedOptions[option]);
                }
                break;

              case "end":
                // callback invoked when the slideshow terminates (use with autostop or nowrap options): function(options)
                settings.opts[option] = function(options) {
                  eval(advancedOptions[option]);
                }
                break;

              case "fxFn":
                // function used to control the transition: function(currSlideElement, nextSlideElement, options, afterCalback, forwardFlag)
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, afterCalback, forwardFlag) {
                  eval(advancedOptions[option]);
                }
                break;

              case "onPagerEvent":
                settings.opts[option] = function(zeroBasedSlideIndex, slideElement) {
                  eval(advancedOptions[option]);
                }
                break;

              case "onPrevNextEvent":
                settings.opts[option] = function(isNext, zeroBasedSlideIndex, slideElement) {
                  eval(advancedOptions[option]);
                }
                break;

              case "pagerAnchorBuilder":
                // callback fn for building anchor links:  function(index, DOMelement)
                settings.opts[option] = function(index, DOMelement) {
                  var returnVal = '';
                  eval(advancedOptions[option]);
                  return returnVal;
                }
                break;

              case "pagerClick":
                // callback fn for pager clicks:    function(zeroBasedSlideIndex, slideElement)
                settings.opts[option] = function(zeroBasedSlideIndex, slideElement) {
                  eval(advancedOptions[option]);
                }
                break;

              case "timeoutFn":
                settings.opts[option] = function(currSlideElement, nextSlideElement, options, forwardFlag) {
                  eval(advancedOptions[option]);
                }
                break;

              case "updateActivePagerLink":
                // callback fn invoked to update the active pager link (adds/removes activePagerClass style)
                settings.opts[option] = function(pager, currSlideIndex) {
                  eval(advancedOptions[option]);
                }
                break;
            }
          }
        }

        // If selected wait for the images to be loaded.
        // otherwise just load the slideshow.
        if (settings.wait_for_image_load) {
          // For IE/Chrome/Opera we if there are images then we need to make
          // sure the images are loaded before starting the slideshow.
          settings.totalImages = $(settings.targetId + ' img').length;
          if (settings.totalImages) {
            settings.loadedImages = 0;

            // Add a load event for each image.
            $(settings.targetId + ' img').each(function() {
              var $imageElement = $(this);
              $imageElement.bind('load', function () {
                Drupal.viewsSlideshowCycle.imageWait(fullId);
              });

              // Removing the source and adding it again will fire the load event.
              var imgSrc = $imageElement.attr('src');
              $imageElement.attr('src', '');
              $imageElement.attr('src', imgSrc);
            });
          }
          else {
            Drupal.viewsSlideshowCycle.load(fullId);
          }
        }
        else {
          Drupal.viewsSlideshowCycle.load(fullId);
        }
      });
    }
  };

  Drupal.viewsSlideshowCycle = Drupal.viewsSlideshowCycle || {};

  // This checks to see if all the images have been loaded.
  // If they have then it starts the slideshow.
  Drupal.viewsSlideshowCycle.imageWait = function(fullId) {
    if (++Drupal.settings.viewsSlideshowCycle[fullId].loadedImages == Drupal.settings.viewsSlideshowCycle[fullId].totalImages) {
      Drupal.viewsSlideshowCycle.load(fullId);
    }
  };

  // Start the slideshow.
  Drupal.viewsSlideshowCycle.load = function (fullId) {
    var settings = Drupal.settings.viewsSlideshowCycle[fullId];
    $(settings.targetId).cycle(settings.opts);

    // Start Paused
    if (settings.start_paused) {
      Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": settings.slideshowId, "force": true });
    }

    // Pause if hidden.
    if (settings.pause_when_hidden) {
      var checkPause = function(settings) {
        // If the slideshow is visible and it is paused then resume.
        // otherwise if the slideshow is not visible and it is not paused then
        // pause it.
        var visible = viewsSlideshowCycleIsVisible(settings.targetId, settings.pause_when_hidden_type, settings.amount_allowed_visible);
        if (visible) {
          Drupal.viewsSlideshow.action({ "action": 'play', "slideshowID": settings.slideshowId });
        }
        else {
          Drupal.viewsSlideshow.action({ "action": 'pause', "slideshowID": settings.slideshowId });
        }
      }

      // Check when scrolled.
      $(window).scroll(function() {
       checkPause(settings);
      });

      // Check when the window is resized.
      $(window).resize(function() {
        checkPause(settings);
      });
    }
  };

  Drupal.viewsSlideshowCycle.pause = function (options) {
    $('#views_slideshow_cycle_teaser_section_' + options.slideshowID).cycle('pause');
  };

  Drupal.viewsSlideshowCycle.play = function (options) {
    Drupal.settings.viewsSlideshowCycle['#views_slideshow_cycle_main_' + options.slideshowID].paused = false;
    $('#views_slideshow_cycle_teaser_section_' + options.slideshowID).cycle('resume');
  };

  Drupal.viewsSlideshowCycle.previousSlide = function (options) {
    $('#views_slideshow_cycle_teaser_section_' + options.slideshowID).cycle('prev');
  };

  Drupal.viewsSlideshowCycle.nextSlide = function (options) {
    $('#views_slideshow_cycle_teaser_section_' + options.slideshowID).cycle('next');
  };

  Drupal.viewsSlideshowCycle.goToSlide = function (options) {
    $('#views_slideshow_cycle_teaser_section_' + options.slideshowID).cycle(options.slideNum);
  };

  // Verify that the value is a number.
  function IsNumeric(sText) {
    var ValidChars = "0123456789";
    var IsNumber=true;
    var Char;

    for (var i=0; i < sText.length && IsNumber == true; i++) {
      Char = sText.charAt(i);
      if (ValidChars.indexOf(Char) == -1) {
        IsNumber = false;
      }
    }
    return IsNumber;
  }

  /**
   * Cookie Handling Functions
   */
  function createCookie(name,value,days) {
    if (days) {
      var date = new Date();
      date.setTime(date.getTime()+(days*24*60*60*1000));
      var expires = "; expires="+date.toGMTString();
    }
    else {
      var expires = "";
    }
    document.cookie = name+"="+value+expires+"; path=/";
  }

  function readCookie(name) {
    var nameEQ = name + "=";
    var ca = document.cookie.split(';');
    for(var i=0;i < ca.length;i++) {
      var c = ca[i];
      while (c.charAt(0)==' ') c = c.substring(1,c.length);
      if (c.indexOf(nameEQ) == 0) {
        return c.substring(nameEQ.length,c.length);
      }
    }
    return null;
  }

  function eraseCookie(name) {
    createCookie(name,"",-1);
  }

  /**
   * Checks to see if the slide is visible enough.
   * elem = element to check.
   * type = The way to calculate how much is visible.
   * amountVisible = amount that should be visible. Either in percent or px. If
   *                it's not defined then all of the slide must be visible.
   *
   * Returns true or false
   */
  function viewsSlideshowCycleIsVisible(elem, type, amountVisible) {
    // Get the top and bottom of the window;
    var docViewTop = $(window).scrollTop();
    var docViewBottom = docViewTop + $(window).height();
    var docViewLeft = $(window).scrollLeft();
    var docViewRight = docViewLeft + $(window).width();

    // Get the top, bottom, and height of the slide;
    var elemTop = $(elem).offset().top;
    var elemHeight = $(elem).height();
    var elemBottom = elemTop + elemHeight;
    var elemLeft = $(elem).offset().left;
    var elemWidth = $(elem).width();
    var elemRight = elemLeft + elemWidth;
    var elemArea = elemHeight * elemWidth;

    // Calculate what's hiding in the slide.
    var missingLeft = 0;
    var missingRight = 0;
    var missingTop = 0;
    var missingBottom = 0;

    // Find out how much of the slide is missing from the left.
    if (elemLeft < docViewLeft) {
      missingLeft = docViewLeft - elemLeft;
    }

    // Find out how much of the slide is missing from the right.
    if (elemRight > docViewRight) {
      missingRight = elemRight - docViewRight;
    }

    // Find out how much of the slide is missing from the top.
    if (elemTop < docViewTop) {
      missingTop = docViewTop - elemTop;
    }

    // Find out how much of the slide is missing from the bottom.
    if (elemBottom > docViewBottom) {
      missingBottom = elemBottom - docViewBottom;
    }

    // If there is no amountVisible defined then check to see if the whole slide
    // is visible.
    if (type == 'full') {
      return ((elemBottom >= docViewTop) && (elemTop <= docViewBottom)
      && (elemBottom <= docViewBottom) &&  (elemTop >= docViewTop)
      && (elemLeft >= docViewLeft) && (elemRight <= docViewRight)
      && (elemLeft <= docViewRight) && (elemRight >= docViewLeft));
    }
    else if(type == 'vertical') {
      var verticalShowing = elemHeight - missingTop - missingBottom;

      // If user specified a percentage then find out if the current shown percent
      // is larger than the allowed percent.
      // Otherwise check to see if the amount of px shown is larger than the
      // allotted amount.
      if (amountVisible.indexOf('%')) {
        return (((verticalShowing/elemHeight)*100) >= parseInt(amountVisible));
      }
      else {
        return (verticalShowing >= parseInt(amountVisible));
      }
    }
    else if(type == 'horizontal') {
      var horizontalShowing = elemWidth - missingLeft - missingRight;

      // If user specified a percentage then find out if the current shown percent
      // is larger than the allowed percent.
      // Otherwise check to see if the amount of px shown is larger than the
      // allotted amount.
      if (amountVisible.indexOf('%')) {
        return (((horizontalShowing/elemWidth)*100) >= parseInt(amountVisible));
      }
      else {
        return (horizontalShowing >= parseInt(amountVisible));
      }
    }
    else if(type == 'area') {
      var areaShowing = (elemWidth - missingLeft - missingRight) * (elemHeight - missingTop - missingBottom);

      // If user specified a percentage then find out if the current shown percent
      // is larger than the allowed percent.
      // Otherwise check to see if the amount of px shown is larger than the
      // allotted amount.
      if (amountVisible.indexOf('%')) {
        return (((areaShowing/elemArea)*100) >= parseInt(amountVisible));
      }
      else {
        return (areaShowing >= parseInt(amountVisible));
      }
    }
  }
})(jQuery);
;
(function ($) {

$(document).ready(function() {

  // Accepts a string; returns the string with regex metacharacters escaped. The returned string
  // can safely be used at any point within a regex to match the provided literal string. Escaped
  // characters are [ ] { } ( ) * + ? - . , \ ^ $ # and whitespace. The character | is excluded
  // in this function as it's used to separate the domains names.
  RegExp.escapeDomains = function(text) {
    return (text) ? text.replace(/[-[\]{}()*+?.,\\^$#\s]/g, "\\$&") : '';
  }

  // Attach onclick event to document only and catch clicks on all elements.
  $(document.body).click(function(event) {
    // Catch the closest surrounding link of a clicked element.
    $(event.target).closest("a,area").each(function() {

      var ga = Drupal.settings.googleanalytics;
      // Expression to check for absolute internal links.
      var isInternal = new RegExp("^(https?):\/\/" + window.location.host, "i");
      // Expression to check for special links like gotwo.module /go/* links.
      var isInternalSpecial = new RegExp("(\/go\/.*)$", "i");
      // Expression to check for download links.
      var isDownload = new RegExp("\\.(" + ga.trackDownloadExtensions + ")$", "i");
      // Expression to check for the sites cross domains.
      var isCrossDomain = new RegExp("^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\/.*(" + RegExp.escapeDomains(ga.trackCrossDomains) + ")", "i");

      // Is the clicked URL internal?
      if (isInternal.test(this.href)) {
        // Is download tracking activated and the file extension configured for download tracking?
        if (ga.trackDownload && isDownload.test(this.href)) {
          // Download link clicked.
          var extension = isDownload.exec(this.href);
          _gaq.push(["_trackEvent", "Downloads", extension[1].toUpperCase(), this.href.replace(isInternal, '')]);
        }
        else if (isInternalSpecial.test(this.href)) {
          // Keep the internal URL for Google Analytics website overlay intact.
          _gaq.push(["_trackPageview", this.href.replace(isInternal, '')]);
        }
      }
      else {
        if (ga.trackMailto && $(this).is("a[href^=mailto:],area[href^=mailto:]")) {
          // Mailto link clicked.
          _gaq.push(["_trackEvent", "Mails", "Click", this.href.substring(7)]);
        }
        else if (ga.trackOutbound && this.href) {
          if (ga.trackDomainMode == 2 && isCrossDomain.test(this.href)) {
            // Top-level cross domain clicked. document.location is handled by _link internally.
            _gaq.push(["_link", this.href]);
          }
          else if (ga.trackOutboundAsPageview) {
            // Track all external links as page views after URL cleanup.
            // Currently required, if click should be tracked as goal.
            _gaq.push(["_trackPageview", '/outbound/' + this.href.replace(/^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\//i, '').split('/').join('--')]);
          }
          else {
            // External link clicked.
            _gaq.push(["_trackEvent", "Outbound links", "Click", this.href]);
          }
        }
      }
    });
  });
});

})(jQuery);
;

