/*
 * 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
 */
;(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,onInit:function(){},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);

/*
 * Supersubs v0.2b - jQuery plugin
 * 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
 */
;(function($){$.fn.supersubs=function(options){var opts=$.extend({},$.fn.supersubs.defaults,options);return this.each(function(){var $$=$(this);var o=$.meta?$.extend({},opts,$$.data()):opts;var fontsize=$('<li id="menu-fontsize">&#8212;</li>').css({'padding':0,'position':'absolute','top':'-999em','width':'auto'}).appendTo($$).width();$('#menu-fontsize').remove();$ULs=$$.find('ul');$ULs.each(function(i){var $ul=$ULs.eq(i);var $LIs=$ul.children();var $As=$LIs.children('a');var liFloat=$LIs.css('white-space','nowrap').css('float');var emWidth=$ul.add($LIs).add($As).css({'float':'none','width':'auto'}).end().end()[0].clientWidth/fontsize;emWidth+=o.extraWidth;if(emWidth>o.maxWidth){emWidth=o.maxWidth}else if(emWidth<o.minWidth){emWidth=o.minWidth}emWidth+='em';$ul.css('width',emWidth);$LIs.css({'float':liFloat,'width':'100%','white-space':'normal'}).each(function(){var $childUl=$('>ul',this);var offsetDirection=$childUl.css('left')!==undefined?'left':'right';$childUl.css(offsetDirection,emWidth)})})})};$.fn.supersubs.defaults={minWidth:9,maxWidth:25,extraWidth:0}})(jQuery);
/*
 * jQuery clueTip plugin
 * Version 1.0.6  (January 13, 2010)
 * @requires jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 */
 
/*
 *
 * Full list of options/settings can be found at the bottom of this file and at http://plugins.learningjquery.com/cluetip/
 *
 * Examples can be found at http://plugins.learningjquery.com/cluetip/demo/
 *
*/
(function($){$.cluetip={version:'1.0.6'};var $cluetip,$cluetipInner,$cluetipOuter,$cluetipTitle,$cluetipArrows,$cluetipWait,$dropShadow,imgCount;$.fn.cluetip=function(js,options){if(typeof js=='object'){options=js;js=null;}
if(js=='destroy'){return this.removeData('thisInfo').unbind('.cluetip');}
return this.each(function(index){var link=this,$this=$(this);var opts=$.extend(true,{},$.fn.cluetip.defaults,options||{},$.metadata?$this.metadata():$.meta?$this.data():{});var cluetipContents=false;var cluezIndex=+opts.cluezIndex;$this.data('thisInfo',{title:link.title,zIndex:cluezIndex});var isActive=false,closeOnDelay=0;if(!$('#cluetip').length){$(['<div id="cluetip">','<div id="cluetip-outer">','<h3 id="cluetip-title"></h3>','<div id="cluetip-inner"></div>','</div>','<div id="cluetip-extra"></div>','<div id="cluetip-arrows" class="cluetip-arrows"></div>','</div>'].join(''))
[insertionType](insertionElement).hide();$cluetip=$('#cluetip').css({position:'absolute'});$cluetipOuter=$('#cluetip-outer').css({position:'relative',zIndex:cluezIndex});$cluetipInner=$('#cluetip-inner');$cluetipTitle=$('#cluetip-title');$cluetipArrows=$('#cluetip-arrows');$cluetipWait=$('<div id="cluetip-waitimage"></div>').css({position:'absolute'}).insertBefore($cluetip).hide();}
var dropShadowSteps=(opts.dropShadow)?+opts.dropShadowSteps:0;if(!$dropShadow){$dropShadow=$([]);for(var i=0;i<dropShadowSteps;i++){$dropShadow=$dropShadow.add($('<div></div>').css({zIndex:cluezIndex-1,opacity:.1,top:1+i,left:1+i}));}
$dropShadow.css({position:'absolute',backgroundColor:'#000'}).prependTo($cluetip);}
var tipAttribute=$this.attr(opts.attribute),ctClass=opts.cluetipClass;if(!tipAttribute&&!opts.splitTitle&&!js){return true;}
if(opts.local&&opts.localPrefix){tipAttribute=opts.localPrefix+tipAttribute;}
if(opts.local&&opts.hideLocal){$(tipAttribute+':first').hide();}
var tOffset=parseInt(opts.topOffset,10),lOffset=parseInt(opts.leftOffset,10);var tipHeight,wHeight,defHeight=isNaN(parseInt(opts.height,10))?'auto':(/\D/g).test(opts.height)?opts.height:opts.height+'px';var sTop,linkTop,posY,tipY,mouseY,baseline;var tipInnerWidth=parseInt(opts.width,10)||275,tipWidth=tipInnerWidth+(parseInt($cluetip.css('paddingLeft'),10)||0)+(parseInt($cluetip.css('paddingRight'),10)||0)+dropShadowSteps,linkWidth=this.offsetWidth,linkLeft,posX,tipX,mouseX,winWidth;var tipParts;var tipTitle=(opts.attribute!='title')?$this.attr(opts.titleAttribute):'';if(opts.splitTitle){if(tipTitle==undefined){tipTitle='';}
tipParts=tipTitle.split(opts.splitTitle);tipTitle=tipParts.shift();}
if(opts.escapeTitle){tipTitle=tipTitle.replace(/&/g,'&').replace(/>/g,'>').replace(/</g,'&lt;');}
var localContent;function returnFalse(){return false;}
var activate=function(event){if(!opts.onActivate($this)){return false;}
isActive=true;$cluetip.removeClass().css({width:tipInnerWidth});if(tipAttribute==$this.attr('href')){$this.css('cursor',opts.cursor);}
if(opts.hoverClass){$this.addClass(opts.hoverClass);}
linkTop=posY=$this.offset().top;linkLeft=$this.offset().left;mouseX=event.pageX;mouseY=event.pageY;if(link.tagName.toLowerCase()!='area'){sTop=$(document).scrollTop();winWidth=$(window).width();}
if(opts.positionBy=='fixed'){posX=linkWidth+linkLeft+lOffset;$cluetip.css({left:posX});}else{posX=(linkWidth>linkLeft&&linkLeft>tipWidth)||linkLeft+linkWidth+tipWidth+lOffset>winWidth?linkLeft-tipWidth-lOffset:linkWidth+linkLeft+lOffset;if(link.tagName.toLowerCase()=='area'||opts.positionBy=='mouse'||linkWidth+tipWidth>winWidth){if(mouseX+20+tipWidth>winWidth){$cluetip.addClass(' cluetip-'+ctClass);posX=(mouseX-tipWidth-lOffset)>=0?mouseX-tipWidth-lOffset-parseInt($cluetip.css('marginLeft'),10)+parseInt($cluetipInner.css('marginRight'),10):mouseX-(tipWidth/2);}else{posX=mouseX+lOffset;}}
var pY=posX<0?event.pageY+tOffset:event.pageY;$cluetip.css({left:(posX>0&&opts.positionBy!='bottomTop')?posX:(mouseX+(tipWidth/2)>winWidth)?winWidth/2-tipWidth/2:Math.max(mouseX-(tipWidth/2),0),zIndex:$this.data('thisInfo').zIndex});$cluetipArrows.css({zIndex:$this.data('thisInfo').zIndex+1});}
wHeight=$(window).height();if(js){if(typeof js=='function'){js=js.call(link);}
$cluetipInner.html(js);cluetipShow(pY);}
else if(tipParts){var tpl=tipParts.length;$cluetipInner.html(tpl?tipParts[0]:'');if(tpl>1){for(var i=1;i<tpl;i++){$cluetipInner.append('<div class="split-body">'+tipParts[i]+'</div>');}}
cluetipShow(pY);}
else if(!opts.local&&tipAttribute.indexOf('#')!==0){if(/\.(jpe?g|tiff?|gif|png)$/i.test(tipAttribute)){$cluetipInner.html('<img src="../../../js/'+tipAttribute+'" alt="'+tipTitle+'" />');cluetipShow(pY);}else if(cluetipContents&&opts.ajaxCache){$cluetipInner.html(cluetipContents);cluetipShow(pY);}else{var optionBeforeSend=opts.ajaxSettings.beforeSend,optionError=opts.ajaxSettings.error,optionSuccess=opts.ajaxSettings.success,optionComplete=opts.ajaxSettings.complete;var ajaxSettings={cache:false,url:tipAttribute,beforeSend:function(xhr){if(optionBeforeSend){optionBeforeSend.call(link,xhr,$cluetip,$cluetipInner);}
$cluetipOuter.children().empty();if(opts.waitImage){$cluetipWait.css({top:mouseY+20,left:mouseX+20,zIndex:$this.data('thisInfo').zIndex-1}).show();}},error:function(xhr,textStatus){if(isActive){if(optionError){optionError.call(link,xhr,textStatus,$cluetip,$cluetipInner);}else{$cluetipInner.html('<i>sorry, the contents could not be loaded</i>');}}},success:function(data,textStatus){cluetipContents=opts.ajaxProcess.call(link,data);if(isActive){if(optionSuccess){optionSuccess.call(link,data,textStatus,$cluetip,$cluetipInner);}
$cluetipInner.html(cluetipContents);}},complete:function(xhr,textStatus){if(optionComplete){optionComplete.call(link,xhr,textStatus,$cluetip,$cluetipInner);}
imgCount=$('#cluetip-inner img').length;if(imgCount&&!$.browser.opera){$('#cluetip-inner img').bind('load error',function(){imgCount--;if(imgCount<1){$cluetipWait.hide();if(isActive){cluetipShow(pY);}}});}else{$cluetipWait.hide();if(isActive){cluetipShow(pY);}}}};var ajaxMergedSettings=$.extend(true,{},opts.ajaxSettings,ajaxSettings);$.ajax(ajaxMergedSettings);}}else if(opts.local){var $localContent=$(tipAttribute+(/#\S+$/.test(tipAttribute)?'':':eq('+index+')')).clone(true).show();$cluetipInner.html($localContent);cluetipShow(pY);}};var cluetipShow=function(bpY){$cluetip.addClass('cluetip-'+ctClass);if(opts.truncate){var $truncloaded=$cluetipInner.text().slice(0,opts.truncate)+'...';$cluetipInner.html($truncloaded);}
function doNothing(){};tipTitle?$cluetipTitle.show().html(tipTitle):(opts.showTitle)?$cluetipTitle.show().html('�'):$cluetipTitle.hide();if(opts.sticky){var $closeLink=$('<div id="cluetip-close"><a href="#">'+opts.closeText+'</a></div>');(opts.closePosition=='bottom')?$closeLink.appendTo($cluetipInner):(opts.closePosition=='title')?$closeLink.prependTo($cluetipTitle):$closeLink.prependTo($cluetipInner);$closeLink.bind('click.cluetip',function(){cluetipClose();return false;});if(opts.mouseOutClose){$cluetip.bind('mouseleave.cluetip',function(){cluetipClose();});}else{$cluetip.unbind('mouseleave.cluetip');}}
var direction='';$cluetipOuter.css({zIndex:$this.data('thisInfo').zIndex,overflow:defHeight=='auto'?'visible':'auto',height:defHeight});tipHeight=defHeight=='auto'?Math.max($cluetip.outerHeight(),$cluetip.height()):parseInt(defHeight,10);tipY=posY;baseline=sTop+wHeight;if(opts.positionBy=='fixed'){tipY=posY-opts.dropShadowSteps+tOffset;}else if((posX<mouseX&&Math.max(posX,0)+tipWidth>mouseX)||opts.positionBy=='bottomTop'){if(posY+tipHeight+tOffset>baseline&&mouseY-sTop>tipHeight+tOffset){tipY=mouseY-tipHeight-tOffset;direction='top';}else{tipY=mouseY+tOffset;direction='bottom';}}else if(posY+tipHeight+tOffset>baseline){tipY=(tipHeight>=wHeight)?sTop:baseline-tipHeight-tOffset;}else if($this.css('display')=='block'||link.tagName.toLowerCase()=='area'||opts.positionBy=="mouse"){tipY=bpY-tOffset;}else{tipY=posY-opts.dropShadowSteps;}
if(direction==''){posX<linkLeft?direction='left':direction='right';}
$cluetip.css({top:tipY+'px'}).removeClass().addClass('clue-'+direction+'-'+ctClass).addClass(' cluetip-'+ctClass);if(opts.arrows){var bgY=(posY-tipY-opts.dropShadowSteps);$cluetipArrows.css({top:(/(left|right)/.test(direction)&&posX>=0&&bgY>0)?bgY+'px':/(left|right)/.test(direction)?0:''}).show();}else{$cluetipArrows.hide();}
$dropShadow.hide();$cluetip.hide()[opts.fx.open](opts.fx.openSpeed||0);if(opts.dropShadow){$dropShadow.css({height:tipHeight,width:tipInnerWidth,zIndex:$this.data('thisInfo').zIndex-1}).show();}
if($.fn.bgiframe){$cluetip.bgiframe();}
if(opts.delayedClose>0){closeOnDelay=setTimeout(cluetipClose,opts.delayedClose);}
opts.onShow.call(link,$cluetip,$cluetipInner);};var inactivate=function(event){isActive=false;$cluetipWait.hide();if(!opts.sticky||(/click|toggle/).test(opts.activation)){cluetipClose();clearTimeout(closeOnDelay);}
if(opts.hoverClass){$this.removeClass(opts.hoverClass);}};var cluetipClose=function(){$cluetipOuter.parent().hide().removeClass();opts.onHide.call(link,$cluetip,$cluetipInner);$this.removeClass('cluetip-clicked');if(tipTitle){$this.attr(opts.titleAttribute,tipTitle);}
$this.css('cursor','');if(opts.arrows){$cluetipArrows.css({top:''});}};$(document).bind('hideCluetip',function(e){cluetipClose();});if((/click|toggle/).test(opts.activation)){$this.bind('click.cluetip',function(event){if($cluetip.is(':hidden')||!$this.is('.cluetip-clicked')){activate(event);$('.cluetip-clicked').removeClass('cluetip-clicked');$this.addClass('cluetip-clicked');}else{inactivate(event);}
this.blur();return false;});}else if(opts.activation=='focus'){$this.bind('focus.cluetip',function(event){activate(event);});$this.bind('blur.cluetip',function(event){inactivate(event);});}else{$this[opts.clickThrough?'unbind':'bind']('click',returnFalse);var mouseTracks=function(evt){if(opts.tracking==true){var trackX=posX-evt.pageX;var trackY=tipY?tipY-evt.pageY:posY-evt.pageY;$this.bind('mousemove.cluetip',function(evt){$cluetip.css({left:evt.pageX+trackX,top:evt.pageY+trackY});});}};if($.fn.hoverIntent&&opts.hoverIntent){$this.hoverIntent({sensitivity:opts.hoverIntent.sensitivity,interval:opts.hoverIntent.interval,over:function(event){activate(event);mouseTracks(event);},timeout:opts.hoverIntent.timeout,out:function(event){inactivate(event);$this.unbind('mousemove.cluetip');}});}else{$this.bind('mouseenter.cluetip',function(event){activate(event);mouseTracks(event);}).bind('mouseleave.cluetip',function(event){inactivate(event);$this.unbind('mousemove.cluetip');});}
$this.bind('mouseover.cluetip',function(event){$this.attr('title','');}).bind('mouseleave.cluetip',function(event){$this.attr('title',$this.data('thisInfo').title);});}});};$.fn.cluetip.defaults={width:275,height:'auto',cluezIndex:97,positionBy:'auto',topOffset:15,leftOffset:15,local:false,localPrefix:null,hideLocal:true,attribute:'rel',titleAttribute:'title',splitTitle:'',escapeTitle:false,showTitle:true,cluetipClass:'default',hoverClass:'',waitImage:true,cursor:'help',arrows:false,dropShadow:true,dropShadowSteps:6,sticky:false,mouseOutClose:false,activation:'hover',clickThrough:false,tracking:false,delayedClose:0,closePosition:'top',closeText:'Close',truncate:0,fx:{open:'show',openSpeed:''},hoverIntent:{sensitivity:3,interval:50,timeout:0},onActivate:function(e){return true;},onShow:function(ct,ci){},onHide:function(ct,ci){},ajaxCache:true,ajaxProcess:function(data){data=data.replace(/<(script|style|title)[^<]+<\/(script|style|title)>/gm,'').replace(/<(link|meta)[^>]+>/g,'');return data;},ajaxSettings:{dataType:'html'},debug:false};var insertionType='appendTo',insertionElement='body';$.cluetip.setup=function(options){if(options&&options.insertionType&&(options.insertionType).match(/appendTo|prependTo|insertBefore|insertAfter/)){insertionType=options.insertionType;}
if(options&&options.insertionElement){insertionElement=options.insertionElement;}};})(jQuery);

/* 
	Overlabel with JQuery - Input Text Label Replacement
	http://scott.sauyet.com/thoughts/archives/2007/03/31/overlabel-with-jquery/
	Public Domain - http://creativecommons.org/licenses/publicdomain/
*/
(function($){$.fn.overlabel=function(options){var opts=$.extend({},$.fn.overlabel.defaults,options),selection=this.filter('label[for]').map(function(){var label=$(this),id=label.attr('for');field=$('#'+id);if(!field)return;var o=$.meta?$.extend({},opts,label.data()):opts,hide_label=function(){label.css(o.hide_css)},show_label=function(){this.value||label.css(o.show_css)};label.css(o.label_css);field.parent().css(o.wrapper_css).end().focus(hide_label).blur(show_label).each(hide_label).each(show_label);return this});return opts.filter?selection:selection.end()};$.fn.overlabel.defaults={label_css:{'position':'absolute','display':'inline','top':'3px','left':'5px','z-index':'1'},wrapper_css:{'position':'relative'},hide_css:{'text-indent':'-10000px'},show_css:{'text-indent':'0px','cursor':'text'},filter:false}})(jQuery);

/*Pop up Modal*/
;eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}(';(p($){$.q.1Q=p(){J O.2n(p(){n b=$(O).u(\'2o\');8(b.1d(/^3i\\(["\']?(.*\\.2p)["\']?\\)$/i)){b=3j.$1;$(O).u({\'2o\':\'3k\',\'1e\':"3l:3m.3n.3o(3p=D, 3q="+($(O).u(\'3r\')==\'2q-3s\'?\'3t\':\'3u\')+", 13=\'"+b+"\')"}).2n(p(){n a=$(O).u(\'1u\');8(a!=\'2r\'&&a!=\'2s\')$(O).u(\'1u\',\'2s\')})}})};n l,4,1f=F,X=1v 1w,1x,1y=1,1z=/\\.(3v|3w|2p|3x|3y)(.*)?$/i;n m=1A,18=$.14.1g&&$.14.2t.1R(0,1)==6&&!19.3z,1S=18||($.14.1g&&$.14.2t.1R(0,1)==7);$.q.r=p(o){n j=$.2u({},$.q.r.2v,o);n k=O;p 2w(){l=O;4=$.2u({},j);2x();J F};p 2x(){8(1f)J;8($.1T(4.1U)){4.1U()}4.v=[];4.t=0;8(j.v.Y>0){4.v=j.v}C{n a={};8(!l.1B||l.1B==\'\'){n a={K:l.K,G:l.G};8($(l).1C("1l:1D").Y){a.S=$(l).1C("1l:1D")}C{a.S=$(l)}8(a.G==\'\'||1V a.G==\'1m\'){a.G=a.S.2y(\'1W\')}4.v.2z(a)}C{n b=$(k).1e("a[1B="+l.1B+"]");n a={};3A(n i=0;i<b.Y;i++){a={K:b[i].K,G:b[i].G};8($(b[i]).1C("1l:1D").Y){a.S=$(b[i]).1C("1l:1D")}C{a.S=$(b[i])}8(a.G==\'\'||1V a.G==\'1m\'){a.G=a.S.2y(\'1W\')}4.v.2z(a)}}}3B(4.v[4.t].K!=l.K){4.t++}8(4.1E){8(18){$(\'1X, 1Y, 1Z\').u(\'21\',\'3C\');$("#T").u(\'A\',$(U).A())}$("#T").u({\'3D-3E\':4.2A,\'22\':4.2B}).Z()}$(19).11("23.L 24.L",$.q.r.2C);1h()};p 1h(){$("#1n, #1o, #1i, #H").1a();n b=4.v[4.t].K;8(b.1d("1j")||l.3F.2D("1j")>=0){$.q.r.1F();1p(\'<1j s="2E" 3G="2F.q.r.2G()" 3H="3I\'+P.1b(P.3J()*3K)+\'" 2H="0" 3L="0" 13="\'+b+\'"></1j>\',4.1G,4.1H)}C 8(b.1d(/#/)){n c=19.3M.K.3N(\'#\')[0];c=b.3O(c,\'\');c=c.1R(c.2D(\'#\'));1p(\'<9 s="3P">\'+$(c).2I()+\'</9>\',4.1G,4.1H)}C 8(b.1d(1z)){X=1v 1w;X.13=b;8(X.3Q){25()}C{$.q.r.1F();$(X).Q().11(\'3R\',p(){$("#M").1a();25()})}}C{$.q.r.1F();$.3S(b,p(a){$("#M").1a();1p(\'<9 s="3T">\'+a+\'</9>\',4.1G,4.1H)})}};p 25(){n a=X.E;n b=X.A;n c=(4.N*2)+40;n d=(4.N*2)+26;n w=$.q.r.1q();8(4.2J&&(a>(w[0]-c)||b>(w[1]-d))){n e=P.28(P.28(w[0]-c,a)/a,P.28(w[1]-d,b)/b);a=P.1b(e*a);b=P.1b(e*b)}1p(\'<1l 1W="" s="3U" 13="\'+X.13+\'" />\',a,b)};p 2K(){8((4.v.Y-1)>4.t){n a=4.v[4.t+1].K||F;8(a&&a.1d(1z)){1I=1v 1w();1I.13=a}}8(4.t>0){n a=4.v[4.t-1].K||F;8(a&&a.1d(1z)){1I=1v 1w();1I.13=a}}};p 1p(a,b,c){1f=D;n d=4.N;8(1S||m){$("#y")[0].15.2L("A");$("#y")[0].15.2L("E")}8(d>0){b+=d*2;c+=d*2;$("#y").u({\'z\':d+\'R\',\'2M\':d+\'R\',\'2N\':d+\'R\',\'B\':d+\'R\',\'E\':\'2O\',\'A\':\'2O\'});8(1S||m){$("#y")[0].15.2P(\'A\',\'(O.2Q.3V - \'+d*2+\')\');$("#y")[0].15.2P(\'E\',\'(O.2Q.3W - \'+d*2+\')\')}}C{$("#y").u({\'z\':0,\'2M\':0,\'2N\':0,\'B\':0,\'E\':\'2R%\',\'A\':\'2R%\'})}8($("#x").16(":V")&&b==$("#x").E()&&c==$("#x").A()){$("#y").1J(\'29\',p(){$("#y").1r().1K($(a)).2a("1L",p(){1s()})});J}n w=$.q.r.1q();n e=(c+26)>w[1]?w[3]:(w[3]+P.1b((w[1]-c-26)*0.5));n f=(b+40)>w[0]?w[2]:(w[2]+P.1b((w[0]-b-40)*0.5));n g={\'B\':f,\'z\':e,\'E\':b+\'R\',\'A\':c+\'R\'};8($("#x").16(":V")){$("#y").1J("1L",p(){$("#y").1r();$("#x").2b(g,4.2S,4.2T,p(){$("#y").1K($(a)).2a("1L",p(){1s()})})})}C{8(4.2c>0&&4.v[4.t].S!==1m){$("#y").1r().1K($(a));n h=4.v[4.t].S;n i=$.q.r.2d(h);$("#x").u({\'B\':(i.B-20-4.N)+\'R\',\'z\':(i.z-20-4.N)+\'R\',\'E\':$(h).E()+(4.N*2),\'A\':$(h).A()+(4.N*2)});8(4.2e){g.22=\'Z\'}$("#x").2b(g,4.2c,4.2U,p(){1s()})}C{$("#y").1a().1r().1K($(a)).Z();$("#x").u(g).2a("1L",p(){1s()})}}};p 2V(){8(4.t!==0){$("#1o, #2W").Q().11("17",p(e){e.2X();4.t--;1h();J F});$("#1o").Z()}8(4.t!=(4.v.Y-1)){$("#1n, #2Y").Q().11("17",p(e){e.2X();4.t++;1h();J F});$("#1n").Z()}};p 1s(){8($.14.1g){$("#y")[0].15.1M(\'1e\');$("#x")[0].15.1M(\'1e\')}2V();2K();$(U).11("1N.L",p(e){8(e.2f==27&&4.2Z){$.q.r.1c()}C 8(e.2f==37&&4.t!==0){$(U).Q("1N.L");4.t--;1h()}C 8(e.2f==39&&4.t!=(4.v.Y-1)){$(U).Q("1N.L");4.t++;1h()}});8(4.30){$("#y").17($.q.r.1c)}8(4.1E&&4.31){$("#T").11("17",$.q.r.1c)}8(4.33){$("#1i").11("17",$.q.r.1c).Z()}8(1V 4.v[4.t].G!==\'1m\'&&4.v[4.t].G.Y>0){n a=$("#x").1u();$(\'#H 9\').3X(4.v[4.t].G).2I();$(\'#H\').u({\'z\':a.z+$("#x").34()-32,\'B\':a.B+(($("#x").35()*0.5)-($(\'#H\').E()*0.5))}).Z()}8(4.1E&&18){$(\'1X, 1Y, 1Z\',$(\'#y\')).u(\'21\',\'V\')}8($.1T(4.2g)){4.2g(4.v[4.t])}8($.14.1g){$("#x")[0].15.1M(\'1e\');$("#y")[0].15.1M(\'1e\')}1f=F};J O.Q(\'17.L\').11(\'17.L\',2w)};$.q.r.2C=p(){n w=$.q.r.1q();8(4.2h&&$("#x").16(\':V\')){n a=$("#x").35();n b=$("#x").34();n c={\'z\':(b>w[1]?w[3]:w[3]+P.1b((w[1]-b)*0.5)),\'B\':(a>w[0]?w[2]:w[2]+P.1b((w[0]-a)*0.5))};$("#x").u(c);$(\'#H\').u({\'z\':c.z+b-32,\'B\':c.B+((a*0.5)-($(\'#H\').E()*0.5))})}8(18&&$("#T").16(\':V\')){$("#T").u({\'A\':$(U).A()})}8($("#M").16(\':V\')){$("#M").u({\'B\':((w[0]-40)*0.5+w[2]),\'z\':((w[1]-40)*0.5+w[3])})}};$.q.r.1t=p(a,b){J 3Y($.3Z(a.41?a[0]:a,b,D))||0};$.q.r.2d=p(a){n b=a.42();b.z+=$.q.r.1t(a,\'43\');b.z+=$.q.r.1t(a,\'44\');b.B+=$.q.r.1t(a,\'45\');b.B+=$.q.r.1t(a,\'46\');J b};$.q.r.2G=p(){$("#M").1a();$("#2E").Z()};$.q.r.1q=p(){J[$(19).E(),$(19).A(),$(U).47(),$(U).48()]};$.q.r.36=p(){8(!$("#M").16(\':V\')){38(1x);J}$("#M > 9").u(\'z\',(1y*-40)+\'R\');1y=(1y+1)%12};$.q.r.1F=p(){38(1x);n w=$.q.r.1q();$("#M").u({\'B\':((w[0]-40)*0.5+w[2]),\'z\':((w[1]-40)*0.5+w[3])}).Z();$("#M").11(\'17\',$.q.r.1c);1x=49($.q.r.36,4a)};$.q.r.1c=p(){1f=D;$(X).Q();$(U).Q("1N.L");$(19).Q("23.L 24.L");$("#T, #y, #1i").Q();$("#1i, #M, #1o, #1n, #H").1a();1O=p(){8($("#T").16(\':V\')){$("#T").1J("29")}$("#y").1r();8(4.2h){$(19).Q("23.L 24.L")}8(18){$(\'1X, 1Y, 1Z\').u(\'21\',\'V\')}8($.1T(4.2i)){4.2i()}1f=F};8($("#x").16(":V")!==F){8(4.2j>0&&4.v[4.t].S!==1m){n a=4.v[4.t].S;n b=$.q.r.2d(a);n c={\'B\':(b.B-20-4.N)+\'R\',\'z\':(b.z-20-4.N)+\'R\',\'E\':$(a).E()+(4.N*2),\'A\':$(a).A()+(4.N*2)};8(4.2e){c.22=\'1a\'}$("#x").3a(F,D).2b(c,4.2j,4.3b,1O)}C{$("#x").3a(F,D).1J(\'29\',1O)}}C{1O()}J F};$.q.r.3c=p(){n a=\'\';a+=\'<9 s="T"></9>\';a+=\'<9 s="M"><9></9></9>\';a+=\'<9 s="x">\';a+=\'<9 s="3d">\';a+=\'<9 s="1i"></9>\';a+=\'<9 s="W"><9 I="W" s="4b"></9><9 I="W" s="4c"></9><9 I="W" s="4d"></9><9 I="W" s="4e"></9><9 I="W" s="4f"></9><9 I="W" s="4g"></9><9 I="W" s="4h"></9><9 I="W" s="4i"></9></9>\';a+=\'<a K="2k:;" s="1o"><1P I="2l" s="2W"></1P></a><a K="2k:;" s="1n"><1P I="2l" s="2Y"></1P></a>\';a+=\'<9 s="y"></9>\';a+=\'</9>\';a+=\'</9>\';a+=\'<9 s="H"></9>\';$(a).3e("4j");$(\'<3f 4k="0" 4l="0" 4m="0"><3g><1k I="H" s="4n"></1k><1k I="H" s="4o"><9></9></1k><1k I="H" s="4p"></1k></3g></3f>\').3e(\'#H\');8($.14.1g){$(".W").1Q()}8(18){$("9#T").u("1u","2r");$("#M 9, #1i, .H, .2l").1Q();$("#3d").4q(\'<1j s="3h" 13="2k:F;" 4r="2q" 2H="0"></1j>\');n b=$(\'#3h\')[0].4s.U;b.4t();b.1c()}};$.q.r.2v={N:10,2J:D,2e:D,2c:0,2j:0,2S:4u,2U:\'2m\',3b:\'2m\',2T:\'2m\',1G:4v,1H:4w,1E:D,2B:0.3,2A:\'#4x\',2Z:D,33:D,31:D,30:D,2h:D,v:[],1U:1A,2g:1A,2i:1A};$(U).4y(p(){m=$.14.1g&&!$.4z;8($("#x").Y<1){$.q.r.3c()}})})(2F);',62,284,'||||opts||||if|div||||||||||||||var||function|fn|fancybox|id|itemCurrent|css|itemArray||fancy_outer|fancy_content|top|height|left|else|true|width|false|title|fancy_title|class|return|href|fb|fancy_loading|padding|this|Math|unbind|px|orig|fancy_overlay|document|visible|fancy_bg|imagePreloader|length|show||bind||src|browser|style|is|click|IE6|window|hide|round|close|match|filter|busy|msie|_change_item|fancy_close|iframe|td|img|undefined|fancy_right|fancy_left|_set_content|getViewport|empty|_finish|getNumeric|position|new|Image|loadingTimer|loadingFrame|imageRegExp|null|rel|children|first|overlayShow|showLoading|frameWidth|frameHeight|objNext|fadeOut|append|normal|removeAttribute|keydown|__cleanup|span|fixPNG|substr|oldIE|isFunction|callbackOnStart|typeof|alt|embed|object|select||visibility|opacity|resize|scroll|_proceed_image|60||min|fast|fadeIn|animate|zoomSpeedIn|getPosition|zoomOpacity|keyCode|callbackOnShow|centerOnScroll|callbackOnClose|zoomSpeedOut|javascript|fancy_ico|swing|each|backgroundImage|png|no|absolute|relative|version|extend|defaults|_initialize|_start|attr|push|overlayColor|overlayOpacity|scrollBox|indexOf|fancy_frame|jQuery|showIframe|frameborder|html|imageScale|_preload_neighbor_images|removeExpression|right|bottom|auto|setExpression|parentNode|100|zoomSpeedChange|easingChange|easingIn|_set_navigation|fancy_left_ico|stopPropagation|fancy_right_ico|enableEscapeButton|hideOnContentClick|hideOnOverlayClick||showCloseButton|outerHeight|outerWidth|animateLoading||clearInterval||stop|easingOut|build|fancy_inner|appendTo|table|tr|fancy_bigIframe|url|RegExp|none|progid|DXImageTransform|Microsoft|AlphaImageLoader|enabled|sizingMethod|backgroundRepeat|repeat|crop|scale|jpg|gif|bmp|jpeg|XMLHttpRequest|for|while|hidden|background|color|className|onload|name|fancy_iframe|random|1000|hspace|location|split|replace|fancy_div|complete|load|get|fancy_ajax|fancy_img|clientHeight|clientWidth|text|parseInt|curCSS||jquery|offset|paddingTop|borderTopWidth|paddingLeft|borderLeftWidth|scrollLeft|scrollTop|setInterval|66|fancy_bg_n|fancy_bg_ne|fancy_bg_e|fancy_bg_se|fancy_bg_s|fancy_bg_sw|fancy_bg_w|fancy_bg_nw|body|cellspacing|cellpadding|border|fancy_title_left|fancy_title_main|fancy_title_right|prepend|scrolling|contentWindow|open|300|560|340|666|ready|boxModel'.split('|'),0,{}));(function($){var fc=$.fullCalendar={};var views=fc.views={};var defaults={defaultView:'month',aspectRatio:1.35,header:{left:'title',center:'',right:'prev,next'},weekends:true,allDayDefault:true,lazyFetching:true,startParam:'start',endParam:'end',titleFormat:{month:'MMMM yyyy',week:"MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}",day:'dddd, MMM d, yyyy'},columnFormat:{month:'ddd',week:'ddd M/d',day:'dddd M/d'},timeFormat:{'':'h(:mm)t'},isRTL:false,firstDay:0,monthNames:['January','February','March','April','May','June','July','August','September','October','November','December'],monthNamesShort:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],dayNames:['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],dayNamesShort:['Sun','Mon','Tue','Wed','Thu','Fri','Sat'],buttonText:{prev:'&nbsp;&#9668;&nbsp;',next:'&nbsp;&#9658;&nbsp;',prevYear:'&nbsp;&lt;&lt;&nbsp;',nextYear:'&nbsp;&gt;&gt;&nbsp;',today:'today',month:'month',week:'week',day:'day'},theme:false,buttonIcons:{prev:'circle-triangle-w',next:'circle-triangle-e'}};var rtlDefaults={header:{left:'next,prev today',center:'',right:'title'},buttonText:{prev:'&nbsp;&#9658;&nbsp;',next:'&nbsp;&#9668;&nbsp;',prevYear:'&nbsp;&gt;&gt;&nbsp;',nextYear:'&nbsp;&lt;&lt;&nbsp;'},buttonIcons:{prev:'circle-triangle-e',next:'circle-triangle-w'}};var setDefaults=fc.setDefaults=function(d){$.extend(true,defaults,d);}
$.fn.fullCalendar=function(options){if(typeof options=='string'){var args=Array.prototype.slice.call(arguments,1),res;this.each(function(){var data=$.data(this,'fullCalendar');if(data){var r=data[options].apply(this,args);if(res==undefined){res=r;}}});if(res!=undefined){return res;}
return this;}
var eventSources=options.eventSources||[];delete options.eventSources;if(options.events){eventSources.push(options.events);delete options.events;}
eventSources.unshift([]);options=$.extend(true,{},defaults,(options.isRTL||options.isRTL==undefined&&defaults.isRTL)?rtlDefaults:{},options);var tm=options.theme?'ui':'fc';this.each(function(){var _element=this,element=$(_element).addClass('fc'),elementOuterWidth,content=$("<div class='fc-content "+tm+"-widget-content' style='position:relative'/>").prependTo(_element),suggestedViewHeight,resizeUID=0,ignoreWindowResize=0,date=new Date(),viewName,view,viewInstances={},absoluteViewElement;if(options.isRTL){element.addClass('fc-rtl');}
if(options.theme){element.addClass('ui-widget');}
if(options.year!=undefined&&options.year!=date.getFullYear()){date.setDate(1);date.setMonth(0);date.setFullYear(options.year);}
if(options.month!=undefined&&options.month!=date.getMonth()){date.setDate(1);date.setMonth(options.month);}
if(options.date!=undefined){date.setDate(options.date);}
function changeView(v){if(v!=viewName){ignoreWindowResize++;var oldView=view,newViewElement;if(oldView){if(oldView.eventsChanged){eventsDirty();oldView.eventDirty=oldView.eventsChanged=false;}
if(oldView.beforeHide){oldView.beforeHide();}
setMinHeight(content,content.height());oldView.element.hide();}else{setMinHeight(content,1);}
content.css('overflow','hidden');if(viewInstances[v]){(view=viewInstances[v]).element.show();}else{view=viewInstances[v]=$.fullCalendar.views[v](newViewElement=absoluteViewElement=$("<div class='fc-view fc-view-"+v+"' style='position:absolute'/>").appendTo(content),options);}
if(header){header.find('div.fc-button-'+viewName).removeClass(tm+'-state-active');header.find('div.fc-button-'+v).addClass(tm+'-state-active');}
view.name=viewName=v;render();content.css('overflow','');if(oldView){setMinHeight(content,1);}
if(!newViewElement&&view.afterShow){view.afterShow();}
ignoreWindowResize--;}}
function render(inc){if(elementVisible()){ignoreWindowResize++;if(suggestedViewHeight==undefined){calcSize();}
if(!view.start||inc||date<view.start||date>=view.end){view.render(date,inc||0);setSize(true);if(!eventStart||!options.lazyFetching||view.visStart<eventStart||view.visEnd>eventEnd){fetchAndRenderEvents();}else{view.renderEvents(events);}}
else if(view.sizeDirty||view.eventsDirty||!options.lazyFetching){view.clearEvents();if(view.sizeDirty){setSize();}
if(options.lazyFetching){view.renderEvents(events);}else{fetchAndRenderEvents();}}
elementOuterWidth=element.outerWidth();view.sizeDirty=false;view.eventsDirty=false;if(header){header.find('h2.fc-header-title').html(view.title);var today=new Date();if(today>=view.start&&today<view.end){header.find('div.fc-button-today').addClass(tm+'-state-disabled');}else{header.find('div.fc-button-today').removeClass(tm+'-state-disabled');}}
ignoreWindowResize--;view.trigger('viewDisplay',_element);}}
function elementVisible(){return _element.offsetWidth!==0;}
function bodyVisible(){return $('body')[0].offsetWidth!==0;}
function eventsChanged(){eventsDirty();if(elementVisible()){view.clearEvents();view.renderEvents(events);view.eventsDirty=false;}}
function eventsDirty(){$.each(viewInstances,function(){this.eventsDirty=true;});}
function sizeChanged(){sizesDirty();if(elementVisible()){calcSize();setSize();view.rerenderEvents();view.sizeDirty=false;}}
function sizesDirty(){$.each(viewInstances,function(){this.sizeDirty=true;});}
var events=[],eventStart,eventEnd;function fetchEvents(callback){events=[];eventStart=cloneDate(view.visStart);eventEnd=cloneDate(view.visEnd);var queued=eventSources.length,sourceDone=function(){if(--queued==0){if(callback){callback(events);}}},i=0;for(;i<eventSources.length;i++){fetchEventSource(eventSources[i],sourceDone);}}
function fetchEventSource(src,callback){var prevViewName=view.name,prevDate=cloneDate(date),reportEvents=function(a){if(prevViewName==view.name&&+prevDate==+date&&$.inArray(src,eventSources)!=-1){for(var i=0;i<a.length;i++){normalizeEvent(a[i],options);a[i].source=src;}
events=events.concat(a);if(callback){callback(a);}}},reportEventsAndPop=function(a){reportEvents(a);popLoading();};if(typeof src=='string'){var params={};params[options.startParam]=Math.round(eventStart.getTime()/1000);params[options.endParam]=Math.round(eventEnd.getTime()/1000);if(options.cacheParam){params[options.cacheParam]=(new Date()).getTime();}
pushLoading();$.ajax({url:src,dataType:'json',data:params,cache:options.cacheParam||false,success:reportEventsAndPop});}
else if($.isFunction(src)){pushLoading();src(cloneDate(eventStart),cloneDate(eventEnd),reportEventsAndPop);}
else{reportEvents(src);}}
function fetchAndRenderEvents(){fetchEvents(function(events){view.renderEvents(events);});}
var loadingLevel=0;function pushLoading(){if(!loadingLevel++){view.trigger('loading',_element,true);}}
function popLoading(){if(!--loadingLevel){view.trigger('loading',_element,false);}}
var publicMethods={render:function(){calcSize();sizesDirty();eventsDirty();render();},changeView:changeView,getView:function(){return view;},getDate:function(){return date;},option:function(name,value){if(value==undefined){return options[name];}
if(name=='height'||name=='contentHeight'||name=='aspectRatio'){options[name]=value;sizeChanged();}},destroy:function(){$(window).unbind('resize',windowResize);if(header){header.remove();}
content.remove();$.removeData(_element,'fullCalendar');},prev:function(){render(-1);},next:function(){render(1);},prevYear:function(){addYears(date,-1);render();},nextYear:function(){addYears(date,1);render();},today:function(){date=new Date();render();},gotoDate:function(year,month,dateNum){if(typeof year=='object'){date=cloneDate(year);}else{if(year!=undefined){date.setFullYear(year);}
if(month!=undefined){date.setMonth(month);}
if(dateNum!=undefined){date.setDate(dateNum);}}
render();},incrementDate:function(years,months,days){if(years!=undefined){addYears(date,years);}
if(months!=undefined){addMonths(date,months);}
if(days!=undefined){addDays(date,days);}
render();},updateEvent:function(event){var i,len=events.length,e,startDelta=event.start-event._start,endDelta=event.end?(event.end-(event._end||view.defaultEventEnd(event))):0;for(i=0;i<len;i++){e=events[i];if(e._id==event._id&&e!=event){e.start=new Date(+e.start+startDelta);if(event.end){if(e.end){e.end=new Date(+e.end+endDelta);}else{e.end=new Date(+view.defaultEventEnd(e)+endDelta);}}else{e.end=null;}
e.title=event.title;e.url=event.url;e.allDay=event.allDay;e.className=event.className;e.editable=event.editable;normalizeEvent(e,options);}}
normalizeEvent(event,options);eventsChanged();},renderEvent:function(event,stick){normalizeEvent(event,options);if(!event.source){if(stick){(event.source=eventSources[0]).push(event);}
events.push(event);}
eventsChanged();},removeEvents:function(filter){if(!filter){events=[];for(var i=0;i<eventSources.length;i++){if(typeof eventSources[i]=='object'){eventSources[i]=[];}}}else{if(!$.isFunction(filter)){var id=filter+'';filter=function(e){return e._id==id;};}
events=$.grep(events,filter,true);for(var i=0;i<eventSources.length;i++){if(typeof eventSources[i]=='object'){eventSources[i]=$.grep(eventSources[i],filter,true);}}}
eventsChanged();},clientEvents:function(filter){if($.isFunction(filter)){return $.grep(events,filter);}
else if(filter){filter+='';return $.grep(events,function(e){return e._id==filter;});}
return events;},rerenderEvents:eventsChanged,addEventSource:function(source){eventSources.push(source);fetchEventSource(source,eventsChanged);},removeEventSource:function(source){eventSources=$.grep(eventSources,function(src){return src!=source;});events=$.grep(events,function(e){return e.source!=source;});eventsChanged();},refetchEvents:function(){fetchEvents(eventsChanged);}};$.data(this,'fullCalendar',publicMethods);var header,sections=options.header;if(sections){header=$("<table class='fc-header'/>").append($("<tr/>").append($("<td class='fc-header-left'/>").append(buildSection(sections.left))).append($("<td class='fc-header-center'/>").append(buildSection(sections.center))).append($("<td class='fc-header-right'/>").append(buildSection(sections.right)))).prependTo(element);}
function buildSection(buttonStr){if(buttonStr){var tr=$("<tr/>");$.each(buttonStr.split(' '),function(i){if(i>0){tr.append("<td><span class='fc-header-space'/></td>");}
var prevButton;$.each(this.split(','),function(j,buttonName){if(buttonName=='title'){tr.append("<td><h2 class='fc-header-title'>&nbsp;</h2></td>");if(prevButton){prevButton.addClass(tm+'-corner-right');}
prevButton=null;}else{var buttonClick;if(publicMethods[buttonName]){buttonClick=publicMethods[buttonName];}
else if(views[buttonName]){buttonClick=function(){button.removeClass(tm+'-state-hover');changeView(buttonName)};}
if(buttonClick){if(prevButton){prevButton.addClass(tm+'-no-right');}
var button,icon=options.theme?smartProperty(options.buttonIcons,buttonName):null,text=smartProperty(options.buttonText,buttonName);if(icon){button=$("<div class='fc-button-"+buttonName+" ui-state-default'>"+"<a><span class='ui-icon ui-icon-"+icon+"'/></a></div>");}
else if(text){button=$("<div class='fc-button-"+buttonName+" "+tm+"-state-default'>"+"<a><span>"+text+"</span></a></div>");}
if(button){button.click(function(){if(!button.hasClass(tm+'-state-disabled')){buttonClick();}}).mousedown(function(){button.not('.'+tm+'-state-active').not('.'+tm+'-state-disabled').addClass(tm+'-state-down');}).mouseup(function(){button.removeClass(tm+'-state-down');}).hover(function(){button.not('.'+tm+'-state-active').not('.'+tm+'-state-disabled').addClass(tm+'-state-hover');},function(){button.removeClass(tm+'-state-hover').removeClass(tm+'-state-down');}).appendTo($("<td/>").appendTo(tr));if(prevButton){prevButton.addClass(tm+'-no-right');}else{button.addClass(tm+'-corner-left');}
prevButton=button;}}}});if(prevButton){prevButton.addClass(tm+'-corner-right');}});return $("<table/>").append(tr);}}
function calcSize(){if(options.contentHeight){suggestedViewHeight=options.contentHeight;}
else if(options.height){suggestedViewHeight=options.height-(header?header.height():0)-vsides(content[0]);}
else{suggestedViewHeight=Math.round(content.width()/Math.max(options.aspectRatio,.5));}}
function setSize(dateChanged){ignoreWindowResize++;view.setHeight(suggestedViewHeight,dateChanged);if(absoluteViewElement){absoluteViewElement.css('position','relative');absoluteViewElement=null;}
view.setWidth(content.width(),dateChanged);ignoreWindowResize--;}
function windowResize(){if(!ignoreWindowResize){if(view.start){var uid=++resizeUID;setTimeout(function(){if(uid==resizeUID&&!ignoreWindowResize&&elementVisible()){if(elementOuterWidth!=(elementOuterWidth=element.outerWidth())){ignoreWindowResize++;sizeChanged();view.trigger('windowResize',_element);ignoreWindowResize--;}}},200);}else{lateRender();}}};$(window).resize(windowResize);changeView(options.defaultView);if(!bodyVisible()){lateRender();}
function lateRender(){setTimeout(function(){if(!view.start&&bodyVisible()){render();}},0);}});return this;};var fakeID=0;function normalizeEvent(event,options){event._id=event._id||(event.id==undefined?'_fc'+fakeID++:event.id+'');if(event.date){if(!event.start){event.start=event.date;}
delete event.date;}
event._start=cloneDate(event.start=parseDate(event.start));event.end=parseDate(event.end);if(event.end&&event.end<=event.start){event.end=null;}
event._end=event.end?cloneDate(event.end):null;if(event.allDay==undefined){event.allDay=options.allDayDefault;}
if(event.className){if(typeof event.className=='string'){event.className=event.className.split(/\s+/);}}else{event.className=[];}}
setDefaults({weekMode:'fixed'});views.month=function(element,options){return new Grid(element,options,{render:function(date,delta){if(delta){addMonths(date,delta);date.setDate(1);}
var start=this.start=cloneDate(date,true);start.setDate(1);this.end=addMonths(cloneDate(start),1);var visStart=this.visStart=cloneDate(start),visEnd=this.visEnd=cloneDate(this.end),nwe=options.weekends?0:1;if(nwe){skipWeekend(visStart);skipWeekend(visEnd,-1,true);}
addDays(visStart,-((visStart.getDay()-Math.max(options.firstDay,nwe)+7)%7));addDays(visEnd,(7-visEnd.getDay()+Math.max(options.firstDay,nwe))%7);var rowCnt=Math.round((visEnd-visStart)/(DAY_MS*7));if(options.weekMode=='fixed'){addDays(visEnd,(6-rowCnt)*7);rowCnt=6;}
this.title=formatDate(start,this.option('titleFormat'),options);this.renderGrid(rowCnt,options.weekends?7:5,this.option('columnFormat'),true);}});}
views.basicWeek=function(element,options){return new Grid(element,options,{render:function(date,delta){if(delta){addDays(date,delta*7);}
var visStart=this.visStart=cloneDate(this.start=addDays(cloneDate(date),-((date.getDay()-options.firstDay+7)%7))),visEnd=this.visEnd=cloneDate(this.end=addDays(cloneDate(visStart),7));if(!options.weekends){skipWeekend(visStart);skipWeekend(visEnd,-1,true);}
this.title=formatDates(visStart,addDays(cloneDate(visEnd),-1),this.option('titleFormat'),options);this.renderGrid(1,options.weekends?7:5,this.option('columnFormat'),false);}});};views.basicDay=function(element,options){return new Grid(element,options,{render:function(date,delta){if(delta){addDays(date,delta);if(!options.weekends){skipWeekend(date,delta<0?-1:1);}}
this.title=formatDate(date,this.option('titleFormat'),options);this.start=this.visStart=cloneDate(date,true);this.end=this.visEnd=addDays(cloneDate(this.start),1);this.renderGrid(1,1,this.option('columnFormat'),false);}});}
var tdHeightBug;function Grid(element,options,methods){var tm,firstDay,nwe,rtl,dis,dit,viewWidth,viewHeight,rowCnt,colCnt,colWidth,thead,tbody,cachedEvents=[],segmentContainer,dayContentPositions=new HorizontalPositionCache(function(dayOfWeek){return tbody.find('td:eq('+((dayOfWeek-Math.max(firstDay,nwe)+colCnt)%colCnt)+') div div')}),view=$.extend(this,viewMethods,methods,{renderGrid:renderGrid,renderEvents:renderEvents,rerenderEvents:rerenderEvents,clearEvents:clearEvents,setHeight:setHeight,setWidth:setWidth,defaultEventEnd:function(event){return cloneDate(event.start);}});view.init(element,options);element.addClass('fc-grid');if(element.disableSelection){element.disableSelection();}
function renderGrid(r,c,colFormat,showNumbers){rowCnt=r;colCnt=c;tm=options.theme?'ui':'fc';nwe=options.weekends?0:1;firstDay=options.firstDay;if(rtl=options.isRTL){dis=-1;dit=colCnt-1;}else{dis=1;dit=0;}
var month=view.start.getMonth(),today=clearTime(new Date()),s,i,j,d=cloneDate(view.visStart);if(!tbody){var table=$("<table/>").appendTo(element);s="<thead><tr>";for(i=0;i<colCnt;i++){s+="<th class='fc-"+dayIDs[d.getDay()]+' '+tm+'-state-default'+(i==dit?' fc-leftmost':'')+"'>"+formatDate(d,colFormat,options)+"</th>";addDays(d,1);if(nwe){skipWeekend(d);}}
thead=$(s+"</tr></thead>").appendTo(table);s="<tbody>";d=cloneDate(view.visStart);for(i=0;i<rowCnt;i++){s+="<tr class='fc-week"+i+"'>";for(j=0;j<colCnt;j++){s+="<td class='fc-"+dayIDs[d.getDay()]+' '+tm+'-state-default fc-day'+(i*colCnt+j)+(j==dit?' fc-leftmost':'')+(rowCnt>1&&d.getMonth()!=month?' fc-other-month':'')+(+d==+today?' fc-today '+tm+'-state-highlight':' fc-not-today')+"'>"+(showNumbers?"<div class='fc-day-number'>"+d.getDate()+"</div>":'')+"<div class='fc-day-content'><div style='position:relative'>&nbsp;</div></div></td>";addDays(d,1);if(nwe){skipWeekend(d);}}
s+="</tr>";}
tbody=$(s+"</tbody>").appendTo(table);tbody.find('td').click(dayClick);segmentContainer=$("<div style='position:absolute;z-index:8;top:0;left:0'/>").appendTo(element);}else{clearEvents();var prevRowCnt=tbody.find('tr').length;if(rowCnt<prevRowCnt){tbody.find('tr:gt('+(rowCnt-1)+')').remove();}
else if(rowCnt>prevRowCnt){s='';for(i=prevRowCnt;i<rowCnt;i++){s+="<tr class='fc-week"+i+"'>";for(j=0;j<colCnt;j++){s+="<td class='fc-"+dayIDs[d.getDay()]+' '+tm+'-state-default fc-new fc-day'+(i*colCnt+j)+(j==dit?' fc-leftmost':'')+"'>"+(showNumbers?"<div class='fc-day-number'></div>":'')+"<div class='fc-day-content'><div style='position:relative'>&nbsp;</div></div>"+"</td>";addDays(d,1);if(nwe){skipWeekend(d);}}
s+="</tr>";}
tbody.append(s);}
tbody.find('td.fc-new').removeClass('fc-new').click(dayClick);d=cloneDate(view.visStart);tbody.find('td').each(function(){var td=$(this);if(rowCnt>1){if(d.getMonth()==month){td.removeClass('fc-other-month');}else{td.addClass('fc-other-month');}}
if(+d==+today){td.removeClass('fc-not-today').addClass('fc-today').addClass(tm+'-state-highlight');}else{td.addClass('fc-not-today').removeClass('fc-today').removeClass(tm+'-state-highlight');}
td.find('div.fc-day-number').text(d.getDate());addDays(d,1);if(nwe){skipWeekend(d);}});if(rowCnt==1){d=cloneDate(view.visStart);thead.find('th').each(function(){$(this).text(formatDate(d,colFormat,options));this.className=this.className.replace(/^fc-\w+(?= )/,'fc-'+dayIDs[d.getDay()]);addDays(d,1);if(nwe){skipWeekend(d);}});d=cloneDate(view.visStart);tbody.find('td').each(function(){this.className=this.className.replace(/^fc-\w+(?= )/,'fc-'+dayIDs[d.getDay()]);addDays(d,1);if(nwe){skipWeekend(d);}});}}};function dayClick(ev){var n=parseInt(this.className.match(/fc\-day(\d+)/)[1]),date=addDays(cloneDate(view.visStart),Math.floor(n/colCnt)*7+n%colCnt);view.trigger('dayClick',this,date,true,ev);}
function setHeight(height){viewHeight=height;var leftTDs=tbody.find('tr td:first-child'),tbodyHeight=viewHeight-thead.height(),rowHeight1,rowHeight2;if(options.weekMode=='variable'){rowHeight1=rowHeight2=Math.floor(tbodyHeight/(rowCnt==1?2:6));}else{rowHeight1=Math.floor(tbodyHeight/rowCnt);rowHeight2=tbodyHeight-rowHeight1*(rowCnt-1);}
if(tdHeightBug==undefined){var tr=tbody.find('tr:first'),td=tr.find('td:first');td.height(rowHeight1);tdHeightBug=rowHeight1!=td.height();}
if(tdHeightBug){leftTDs.slice(0,-1).height(rowHeight1);leftTDs.slice(-1).height(rowHeight2);}else{setOuterHeight(leftTDs.slice(0,-1),rowHeight1);setOuterHeight(leftTDs.slice(-1),rowHeight2);}}
function setWidth(width){viewWidth=width;dayContentPositions.clear();setOuterWidth(thead.find('th').slice(0,-1),colWidth=Math.floor(viewWidth/colCnt));}
function renderEvents(events){view.reportEvents(cachedEvents=events);renderSegs(compileSegs(events));}
function rerenderEvents(modifiedEventId){clearEvents();renderSegs(compileSegs(cachedEvents),modifiedEventId);}
function clearEvents(){view._clearEvents();segmentContainer.empty();}
function compileSegs(events){var d1=cloneDate(view.visStart),d2=addDays(cloneDate(d1),colCnt),visEventsEnds=$.map(events,visEventEnd),i,row,j,level,k,seg,segs=[];for(i=0;i<rowCnt;i++){row=stackSegs(view.sliceSegs(events,visEventsEnds,d1,d2));for(j=0;j<row.length;j++){level=row[j];for(k=0;k<level.length;k++){seg=level[k];seg.row=i;seg.level=j;segs.push(seg);}}
addDays(d1,7);addDays(d2,7);}
return segs;}
function renderSegs(segs,modifiedEventId){_renderDaySegs(segs,rowCnt,view,0,viewWidth,function(i){return tbody.find('tr:eq('+i+')')},dayContentPositions.left,dayContentPositions.right,segmentContainer,bindSegHandlers,modifiedEventId);}
function visEventEnd(event){if(event.end){var end=cloneDate(event.end);return(event.allDay||end.getHours()||end.getMinutes())?addDays(end,1):end;}else{return addDays(cloneDate(event.start),1);}}
function bindSegHandlers(event,eventElement,seg){view.eventElementHandlers(event,eventElement);if(event.editable||event.editable==undefined&&options.editable){draggableEvent(event,eventElement);if(seg.isEnd){view.resizableDayEvent(event,eventElement,colWidth);}}}
function draggableEvent(event,eventElement){if(!options.disableDragging&&eventElement.draggable){var matrix;eventElement.draggable({zIndex:9,delay:50,opacity:view.option('dragOpacity'),revertDuration:options.dragRevertDuration,start:function(ev,ui){view.hideEvents(event,eventElement);view.trigger('eventDragStart',eventElement,event,ev,ui);matrix=new HoverMatrix(function(cell){eventElement.draggable('option','revert',!cell||!cell.rowDelta&&!cell.colDelta);if(cell){view.showOverlay(cell);}else{view.hideOverlay();}});tbody.find('tr').each(function(){matrix.row(this);});var tds=tbody.find('tr:first td');if(rtl){tds=$(tds.get().reverse());}
tds.each(function(){matrix.col(this);});matrix.mouse(ev.pageX,ev.pageY);},drag:function(ev){matrix.mouse(ev.pageX,ev.pageY);},stop:function(ev,ui){view.hideOverlay();view.trigger('eventDragStop',eventElement,event,ev,ui);var cell=matrix.cell;if(!cell||!cell.rowDelta&&!cell.colDelta){if($.browser.msie){eventElement.css('filter','');}
view.showEvents(event,eventElement);}else{eventElement.find('a').removeAttr('href');view.eventDrop(this,event,cell.rowDelta*7+cell.colDelta*dis,0,event.allDay,ev,ui);}}});}}};function _renderDaySegs(segs,rowCnt,view,minLeft,maxLeft,getRow,dayContentLeft,dayContentRight,segmentContainer,bindSegHandlers,modifiedEventId){var options=view.options,rtl=options.isRTL,i,segCnt=segs.length,seg,event,className,left,right,html='',eventElements,eventElement,triggerRes,hsideCache={},vmarginCache={},key,val,rowI,top,levelI,levelHeight,rowDivs=[],rowDivTops=[];for(i=0;i<segCnt;i++){seg=segs[i];event=seg.event;className='fc-event fc-event-hori ';if(rtl){if(seg.isStart){className+='fc-corner-right ';}
if(seg.isEnd){className+='fc-corner-left ';}
left=seg.isEnd?dayContentLeft(seg.end.getDay()-1):minLeft;right=seg.isStart?dayContentRight(seg.start.getDay()):maxLeft;}else{if(seg.isStart){className+='fc-corner-left ';}
if(seg.isEnd){className+='fc-corner-right ';}
left=seg.isStart?dayContentLeft(seg.start.getDay()):minLeft;right=seg.isEnd?dayContentRight(seg.end.getDay()-1):maxLeft;}
html+="<div onclick=\"showPage('"+htmlEscape(event.url)+"')\" class='"+className+event.className.join(' ')+"' style='height: 10px; width: 25px; position:absolute;z-index:8;left:"+left+"px'>"+"<a "+(event.url?" href='"+htmlEscape(event.url)+"'":'')+" onclick=\"showPage('"+htmlEscape(event.url)+"')\" rel='"+event.title+"'  title='"+event.title+"' style='float: left; width: 25px; height: 10px;'>"+(!event.allDay&&seg.isStart?"<span class='fc-event-time'>"+htmlEscape(formatDates(event.start,event.end,view.option('timeFormat'),options))+"</span>":'')+"<span class='fc-event-title' style='float: left; width: 25px; height: 10px;'></span>"+"</a>"+((event.editable||event.editable==undefined&&options.editable)&&!options.disableResizing&&$.fn.resizable?"<div class='ui-resizable-handle ui-resizable-"+(rtl?'w':'e')+"'></div>":'')+"</div>";seg.left=left;seg.outerWidth=right-left;}
segmentContainer[0].innerHTML=html;eventElements=segmentContainer.children();for(i=0;i<segCnt;i++){seg=segs[i];eventElement=$(eventElements[i]);event=seg.event;triggerRes=view.trigger('eventRender',event,event,eventElement);if(triggerRes===false){eventElement.remove();}else{if(triggerRes&&triggerRes!==true){eventElement.remove();eventElement=$(triggerRes).css({position:'absolute',left:seg.left}).appendTo(segmentContainer);}
seg.element=eventElement;if(event._id===modifiedEventId){bindSegHandlers(event,eventElement,seg);}else{eventElement[0]._fci=i;}
view.reportEventElement(event,eventElement);}}
lazySegBind(segmentContainer,segs,bindSegHandlers);for(i=0;i<segCnt;i++){seg=segs[i];if(eventElement=seg.element){val=hsideCache[key=seg.key=cssKey(eventElement[0])];seg.hsides=val==undefined?(hsideCache[key]=hsides(eventElement[0],true)):val;}}
for(i=0;i<segCnt;i++){seg=segs[i];if(eventElement=seg.element){eventElement[0].style.width=seg.outerWidth-seg.hsides+'px';}}
for(i=0;i<segCnt;i++){seg=segs[i];if(eventElement=seg.element){val=vmarginCache[key=seg.key];seg.outerHeight=eventElement[0].offsetHeight+(val==undefined?(vmarginCache[key]=vmargins(eventElement[0])):val);}}
for(i=0,rowI=0;rowI<rowCnt;rowI++){top=levelI=levelHeight=0;while(i<segCnt&&(seg=segs[i]).row==rowI){if(seg.level!=levelI){top+=levelHeight;levelHeight=0;levelI++;}
levelHeight=Math.max(levelHeight,seg.outerHeight||0);seg.top=top;i++;}
rowDivs[rowI]=getRow(rowI).find('td:first div.fc-day-content > div').height(top+levelHeight);}
for(rowI=0;rowI<rowCnt;rowI++){rowDivTops[rowI]=rowDivs[rowI][0].offsetTop;}
for(i=0;i<segCnt;i++){seg=segs[i];if(eventElement=seg.element){eventElement[0].style.top=rowDivTops[seg.row]+seg.top+'px';event=seg.event;view.trigger('eventAfterRender',event,event,eventElement);}}}
setDefaults({allDaySlot:true,allDayText:'all-day',firstHour:6,slotMinutes:30,defaultEventMinutes:120,axisFormat:'h(:mm)tt',timeFormat:{agenda:'h:mm{ - h:mm}'},dragOpacity:{agenda:.5},minTime:0,maxTime:24});views.agendaWeek=function(element,options){return new Agenda(element,options,{render:function(date,delta){if(delta){addDays(date,delta*7);}
var visStart=this.visStart=cloneDate(this.start=addDays(cloneDate(date),-((date.getDay()-options.firstDay+7)%7))),visEnd=this.visEnd=cloneDate(this.end=addDays(cloneDate(visStart),7));if(!options.weekends){skipWeekend(visStart);skipWeekend(visEnd,-1,true);}
this.title=formatDates(visStart,addDays(cloneDate(visEnd),-1),this.option('titleFormat'),options);this.renderAgenda(options.weekends?7:5,this.option('columnFormat'));}});};views.agendaDay=function(element,options){return new Agenda(element,options,{render:function(date,delta){if(delta){addDays(date,delta);if(!options.weekends){skipWeekend(date,delta<0?-1:1);}}
this.title=formatDate(date,this.option('titleFormat'),options);this.start=this.visStart=cloneDate(date,true);this.end=this.visEnd=addDays(cloneDate(this.start),1);this.renderAgenda(1,this.option('columnFormat'));}});};function Agenda(element,options,methods){var head,body,bodyContent,bodyTable,bg,colCnt,axisWidth,colWidth,slotHeight,viewWidth,viewHeight,savedScrollTop,cachedEvents=[],daySegmentContainer,slotSegmentContainer,tm,firstDay,nwe,rtl,dis,dit,minMinute,maxMinute,colContentPositions=new HorizontalPositionCache(function(col){return bg.find('td:eq('+col+') div div');}),slotTopCache={},view=$.extend(this,viewMethods,methods,{renderAgenda:renderAgenda,renderEvents:renderEvents,rerenderEvents:rerenderEvents,clearEvents:clearEvents,setHeight:setHeight,setWidth:setWidth,beforeHide:function(){savedScrollTop=body.scrollTop();},afterShow:function(){body.scrollTop(savedScrollTop);},defaultEventEnd:function(event){var start=cloneDate(event.start);if(event.allDay){return start;}
return addMinutes(start,options.defaultEventMinutes);}});view.init(element,options);element.addClass('fc-agenda');if(element.disableSelection){element.disableSelection();}
function renderAgenda(c,colFormat){colCnt=c;tm=options.theme?'ui':'fc';nwe=options.weekends?0:1;firstDay=options.firstDay;if(rtl=options.isRTL){dis=-1;dit=colCnt-1;}else{dis=1;dit=0;}
minMinute=parseTime(options.minTime);maxMinute=parseTime(options.maxTime);var d0=rtl?addDays(cloneDate(view.visEnd),-1):cloneDate(view.visStart),d=cloneDate(d0),today=clearTime(new Date());if(!head){var i,minutes,slotNormal=options.slotMinutes%15==0,s="<div class='fc-agenda-head' style='position:relative;z-index:4'>"+"<table style='width:100%'>"+"<tr class='fc-first"+(options.allDaySlot?'':' fc-last')+"'>"+"<th class='fc-leftmost "+tm+"-state-default'>&nbsp;</th>";for(i=0;i<colCnt;i++){s+="<th class='fc-"+dayIDs[d.getDay()]+' '+tm+'-state-default'+"'>"+formatDate(d,colFormat,options)+"</th>";addDays(d,dis);if(nwe){skipWeekend(d,dis);}}
s+="<th class='"+tm+"-state-default'>&nbsp;</th></tr>";if(options.allDaySlot){s+="<tr class='fc-all-day'>"+"<th class='fc-axis fc-leftmost "+tm+"-state-default'>"+options.allDayText+"</th>"+"<td colspan='"+colCnt+"' class='"+tm+"-state-default'>"+"<div class='fc-day-content'><div style='position:relative'>&nbsp;</div></div></td>"+"<th class='"+tm+"-state-default'>&nbsp;</th>"+"</tr><tr class='fc-divider fc-last'><th colspan='"+(colCnt+2)+"' class='"+tm+"-state-default fc-leftmost'><div/></th></tr>";}
s+="</table></div>";head=$(s).appendTo(element);head.find('td').click(slotClick);daySegmentContainer=$("<div style='position:absolute;z-index:8;top:0;left:0'/>").appendTo(head);d=zeroDate();var maxd=addMinutes(cloneDate(d),maxMinute);addMinutes(d,minMinute);s="<table>";for(i=0;d<maxd;i++){minutes=d.getMinutes();s+="<tr class='"+(i==0?'fc-first':(minutes==0?'':'fc-minor'))+"'><th class='fc-axis fc-leftmost "+tm+"-state-default'>"+((!slotNormal||minutes==0)?formatDate(d,options.axisFormat):'&nbsp;')+"</th><td class='fc-slot"+i+' '+tm+"-state-default'><div style='position:relative'>&nbsp;</div></td></tr>";addMinutes(d,options.slotMinutes);}
s+="</table>";body=$("<div class='fc-agenda-body' style='position:relative;z-index:2;overflow:auto'/>").append(bodyContent=$("<div style='position:relative;overflow:hidden'>").append(bodyTable=$(s))).appendTo(element);body.find('td').click(slotClick);slotSegmentContainer=$("<div style='position:absolute;z-index:8;top:0;left:0'/>").appendTo(bodyContent);d=cloneDate(d0);s="<div class='fc-agenda-bg' style='position:absolute;z-index:1'>"+"<table style='width:100%;height:100%'><tr class='fc-first'>";for(i=0;i<colCnt;i++){s+="<td class='fc-"+dayIDs[d.getDay()]+' '+tm+'-state-default '+(i==0?'fc-leftmost ':'')+(+d==+today?tm+'-state-highlight fc-today':'fc-not-today')+"'><div class='fc-day-content'><div>&nbsp;</div></div></td>";addDays(d,dis);if(nwe){skipWeekend(d,dis);}}
s+="</tr></table></div>";bg=$(s).appendTo(element);}else{clearEvents();head.find('tr:first th').slice(1,-1).each(function(){$(this).text(formatDate(d,colFormat,options));this.className=this.className.replace(/^fc-\w+(?= )/,'fc-'+dayIDs[d.getDay()]);addDays(d,dis);if(nwe){skipWeekend(d,dis);}});d=cloneDate(d0);bg.find('td').each(function(){this.className=this.className.replace(/^fc-\w+(?= )/,'fc-'+dayIDs[d.getDay()]);if(+d==+today){$(this).removeClass('fc-not-today').addClass('fc-today').addClass(tm+'-state-highlight');}else{$(this).addClass('fc-not-today').removeClass('fc-today').removeClass(tm+'-state-highlight');}
addDays(d,dis);if(nwe){skipWeekend(d,dis);}});}};function resetScroll(){var d0=zeroDate(),scrollDate=cloneDate(d0);scrollDate.setHours(options.firstHour);var top=timePosition(d0,scrollDate)+1,scroll=function(){body.scrollTop(top);};scroll();setTimeout(scroll,0);}
function setHeight(height,dateChanged){viewHeight=height;slotTopCache={};body.height(height-head.height());slotHeight=body.find('tr:first div').height()+1;bg.css({top:head.find('tr').height(),height:height});if(dateChanged){resetScroll();}}
function setWidth(width){viewWidth=width;colContentPositions.clear();body.width(width);bodyTable.width('');var topTDs=head.find('tr:first th'),stripeTDs=bg.find('td'),clientWidth=body[0].clientWidth;bodyTable.width(clientWidth);axisWidth=0;setOuterWidth(head.find('tr:lt(2) th:first').add(body.find('tr:first th')).width('').each(function(){axisWidth=Math.max(axisWidth,$(this).outerWidth());}),axisWidth);colWidth=Math.floor((clientWidth-axisWidth)/colCnt);setOuterWidth(stripeTDs.slice(0,-1),colWidth);setOuterWidth(topTDs.slice(1,-2),colWidth);setOuterWidth(topTDs.slice(-2,-1),clientWidth-axisWidth-colWidth*(colCnt-1));bg.css({left:axisWidth,width:clientWidth-axisWidth});}
function slotClick(ev){var col=Math.floor((ev.pageX-bg.offset().left)/colWidth),date=addDays(cloneDate(view.visStart),dit+dis*col),rowMatch=this.className.match(/fc-slot(\d+)/);if(rowMatch){var mins=parseInt(rowMatch[1])*options.slotMinutes,hours=Math.floor(mins/60);date.setHours(hours);date.setMinutes(mins%60+minMinute);view.trigger('dayClick',this,date,false,ev);}else{view.trigger('dayClick',this,date,true,ev);}}
function renderEvents(events,modifiedEventId){view.reportEvents(cachedEvents=events);var i,len=events.length,dayEvents=[],slotEvents=[];for(i=0;i<len;i++){if(events[i].allDay){dayEvents.push(events[i]);}else{slotEvents.push(events[i]);}}
renderDaySegs(compileDaySegs(dayEvents),modifiedEventId);renderSlotSegs(compileSlotSegs(slotEvents),modifiedEventId);}
function rerenderEvents(modifiedEventId){clearEvents();renderEvents(cachedEvents,modifiedEventId);}
function clearEvents(){view._clearEvents();daySegmentContainer.empty();slotSegmentContainer.empty();}
function compileDaySegs(events){var levels=stackSegs(view.sliceSegs(events,$.map(events,visEventEnd),view.visStart,view.visEnd)),i,levelCnt=levels.length,level,j,seg,segs=[];for(i=0;i<levelCnt;i++){level=levels[i];for(j=0;j<level.length;j++){seg=level[j];seg.row=0;seg.level=i;segs.push(seg);}}
return segs;}
function compileSlotSegs(events){var d=addMinutes(cloneDate(view.visStart),minMinute),visEventEnds=$.map(events,visEventEnd),i,col,j,level,k,seg,segs=[];for(i=0;i<colCnt;i++){col=stackSegs(view.sliceSegs(events,visEventEnds,d,addMinutes(cloneDate(d),maxMinute-minMinute)));countForwardSegs(col);for(j=0;j<col.length;j++){level=col[j];for(k=0;k<level.length;k++){seg=level[k];seg.col=i;seg.level=j;segs.push(seg);}}
addDays(d,1,true);}
return segs;}
function renderDaySegs(segs,modifiedEventId){if(options.allDaySlot){_renderDaySegs(segs,1,view,axisWidth,viewWidth,function(){return head.find('tr.fc-all-day')},function(dayOfWeek){return axisWidth+colContentPositions.left(day2col(dayOfWeek));},function(dayOfWeek){return axisWidth+colContentPositions.right(day2col(dayOfWeek));},daySegmentContainer,bindDaySegHandlers,modifiedEventId);setHeight(viewHeight);}}
function renderSlotSegs(segs,modifiedEventId){var i,segCnt=segs.length,seg,event,className,top,bottom,colI,levelI,forward,leftmost,availWidth,outerWidth,left,html='',eventElements,eventElement,triggerRes,vsideCache={},hsideCache={},key,val,titleSpan,height;for(i=0;i<segCnt;i++){seg=segs[i];event=seg.event;className='fc-event fc-event-vert ';if(seg.isStart){className+='fc-corner-top ';}
if(seg.isEnd){className+='fc-corner-bottom ';}
top=timePosition(seg.start,seg.start);bottom=timePosition(seg.start,seg.end);colI=seg.col;levelI=seg.level;forward=seg.forward||0;leftmost=axisWidth+colContentPositions.left(colI*dis+dit);availWidth=axisWidth+colContentPositions.right(colI*dis+dit)-leftmost;availWidth=Math.min(availWidth-6,availWidth*.95);if(levelI){outerWidth=availWidth/(levelI+forward+1);}else{if(forward){outerWidth=((availWidth/(forward+1))-(12/2))*2;}else{outerWidth=availWidth;}}
left=leftmost+(availWidth/(levelI+forward+1)*levelI)*dis+(rtl?availWidth-outerWidth:0);seg.top=top;seg.left=left;seg.outerWidth=outerWidth;seg.outerHeight=bottom-top;html+="<div class='"+className+event.className.join(' ')+"' style='position:absolute;z-index:8;top:"+top+"px;left:"+left+"px'>"+"<a"+(event.url?" href='"+htmlEscape(event.url)+"'":'')+">"+"<span class='fc-event-bg'></span>"+"<span class='fc-event-time'>"+htmlEscape(formatDates(event.start,event.end,view.option('timeFormat')))+"</span>"+"<span class='fc-event-title'>"+htmlEscape(event.title)+"</span>"+"</a>"+((event.editable||event.editable==undefined&&options.editable)&&!options.disableResizing&&$.fn.resizable?"<div class='ui-resizable-handle ui-resizable-s'>=</div>":'')+"</div>";}
slotSegmentContainer[0].innerHTML=html;eventElements=slotSegmentContainer.children();for(i=0;i<segCnt;i++){seg=segs[i];event=seg.event;eventElement=$(eventElements[i]);triggerRes=view.trigger('eventRender',event,event,eventElement);if(triggerRes===false){eventElement.remove();}else{if(triggerRes&&triggerRes!==true){eventElement.remove();eventElement=$(triggerRes).css({position:'absolute',top:seg.top,left:seg.left}).appendTo(slotSegmentContainer);}
seg.element=eventElement;if(event._id===modifiedEventId){bindSlotSegHandlers(event,eventElement,seg);}else{eventElement[0]._fci=i;}
view.reportEventElement(event,eventElement);}}
lazySegBind(slotSegmentContainer,segs,bindSlotSegHandlers);for(i=0;i<segCnt;i++){seg=segs[i];if(eventElement=seg.element){val=vsideCache[key=seg.key=cssKey(eventElement[0])];seg.vsides=val==undefined?(vsideCache[key]=vsides(eventElement[0],true)):val;val=hsideCache[key];seg.hsides=val==undefined?(hsideCache[key]=hsides(eventElement[0],true)):val;titleSpan=eventElement.find('span.fc-event-title');if(titleSpan.length){seg.titleTop=titleSpan[0].offsetTop;}}}
for(i=0;i<segCnt;i++){seg=segs[i];if(eventElement=seg.element){eventElement[0].style.width=seg.outerWidth-seg.hsides+'px';eventElement[0].style.height=(height=seg.outerHeight-seg.vsides)+'px';event=seg.event;if(seg.titleTop!=undefined&&height-seg.titleTop<10){eventElement.find('span.fc-event-time').text(formatDate(event.start,view.option('timeFormat'))+' - '+event.title);eventElement.find('span.fc-event-title').remove();}
view.trigger('eventAfterRender',event,event,eventElement);}}}
function visEventEnd(event){if(event.allDay){if(event.end){var end=cloneDate(event.end);return(event.allDay||end.getHours()||end.getMinutes())?addDays(end,1):end;}else{return addDays(cloneDate(event.start),1);}}
if(event.end){return cloneDate(event.end);}else{return addMinutes(cloneDate(event.start),options.defaultEventMinutes);}}
function bindDaySegHandlers(event,eventElement,seg){view.eventElementHandlers(event,eventElement);if(event.editable||event.editable==undefined&&options.editable){draggableDayEvent(event,eventElement,seg.isStart);if(seg.isEnd){view.resizableDayEvent(event,eventElement,colWidth);}}}
function bindSlotSegHandlers(event,eventElement,seg){view.eventElementHandlers(event,eventElement);if(event.editable||event.editable==undefined&&options.editable){var timeElement=eventElement.find('span.fc-event-time');draggableSlotEvent(event,eventElement,timeElement);if(seg.isEnd){resizableSlotEvent(event,eventElement,timeElement);}}}
function draggableDayEvent(event,eventElement,isStart){if(!options.disableDragging&&eventElement.draggable){var origPosition,origWidth,resetElement,allDay=true,matrix;eventElement.draggable({zIndex:9,opacity:view.option('dragOpacity','month'),revertDuration:options.dragRevertDuration,start:function(ev,ui){view.hideEvents(event,eventElement);view.trigger('eventDragStart',eventElement,event,ev,ui);origPosition=eventElement.position();origWidth=eventElement.width();resetElement=function(){if(!allDay){eventElement.width(origWidth).height('').draggable('option','grid',null);allDay=true;}};matrix=new HoverMatrix(function(cell){eventElement.draggable('option','revert',!cell||!cell.rowDelta&&!cell.colDelta);if(cell){if(!cell.row){resetElement();view.showOverlay(cell);}else{if(isStart&&allDay){setOuterHeight(eventElement.width(colWidth-10),slotHeight*Math.round((event.end?((event.end-event.start)/MINUTE_MS):options.defaultEventMinutes)/options.slotMinutes));eventElement.draggable('option','grid',[colWidth,1]);allDay=false;}
view.hideOverlay();}}else{view.hideOverlay();}});matrix.row(head.find('td'));bg.find('td').each(function(){matrix.col(this);});matrix.row(body);matrix.mouse(ev.pageX,ev.pageY);},drag:function(ev,ui){matrix.mouse(ev.pageX,ev.pageY);},stop:function(ev,ui){view.hideOverlay();view.trigger('eventDragStop',eventElement,event,ev,ui);var cell=matrix.cell,dayDelta=dis*(allDay?(cell?cell.colDelta:0):Math.floor((ui.position.left-origPosition.left)/colWidth));if(!cell||!dayDelta&&!cell.rowDelta){resetElement();if($.browser.msie){eventElement.css('filter','');}
view.showEvents(event,eventElement);}else{eventElement.find('a').removeAttr('href');view.eventDrop(this,event,dayDelta,allDay?0:Math.round((eventElement.offset().top-bodyContent.offset().top)/slotHeight)*options.slotMinutes+minMinute-(event.start.getHours()*60+event.start.getMinutes()),allDay,ev,ui);}}});}}
function draggableSlotEvent(event,eventElement,timeElement){if(!options.disableDragging&&eventElement.draggable){var origPosition,resetElement,prevSlotDelta,slotDelta,allDay=false,matrix;eventElement.draggable({zIndex:9,scroll:false,grid:[colWidth,slotHeight],axis:colCnt==1?'y':false,opacity:view.option('dragOpacity'),revertDuration:options.dragRevertDuration,start:function(ev,ui){view.hideEvents(event,eventElement);view.trigger('eventDragStart',eventElement,event,ev,ui);if($.browser.msie){eventElement.find('span.fc-event-bg').hide();}
origPosition=eventElement.position();resetElement=function(){if(allDay){timeElement.css('display','');eventElement.draggable('option','grid',[colWidth,slotHeight]);allDay=false;}};prevSlotDelta=0;matrix=new HoverMatrix(function(cell){eventElement.draggable('option','revert',!cell);if(cell){if(!cell.row&&options.allDaySlot){if(!allDay){allDay=true;timeElement.hide();eventElement.draggable('option','grid',null);}
view.showOverlay(cell);}else{resetElement();view.hideOverlay();}}else{view.hideOverlay();}});if(options.allDaySlot){matrix.row(head.find('td'));}
bg.find('td').each(function(){matrix.col(this);});matrix.row(body);matrix.mouse(ev.pageX,ev.pageY);},drag:function(ev,ui){slotDelta=Math.round((ui.position.top-origPosition.top)/slotHeight);if(slotDelta!=prevSlotDelta){if(!allDay){var minuteDelta=slotDelta*options.slotMinutes,newStart=addMinutes(cloneDate(event.start),minuteDelta),newEnd;if(event.end){newEnd=addMinutes(cloneDate(event.end),minuteDelta);}
timeElement.text(formatDates(newStart,newEnd,view.option('timeFormat')));}
prevSlotDelta=slotDelta;}
matrix.mouse(ev.pageX,ev.pageY);},stop:function(ev,ui){view.hideOverlay();view.trigger('eventDragStop',eventElement,event,ev,ui);var cell=matrix.cell,dayDelta=dis*(allDay?(cell?cell.colDelta:0):Math.floor((ui.position.left-origPosition.left)/colWidth));if(!cell||!slotDelta&&!dayDelta){resetElement();if($.browser.msie){eventElement.css('filter','').find('span.fc-event-bg').css('display','');}
eventElement.css(origPosition);view.showEvents(event,eventElement);}else{view.eventDrop(this,event,dayDelta,allDay?0:slotDelta*options.slotMinutes,allDay,ev,ui);}}});}}
function resizableSlotEvent(event,eventElement,timeElement){if(!options.disableResizing&&eventElement.resizable){var slotDelta,prevSlotDelta;eventElement.resizable({handles:{s:'div.ui-resizable-s'},grid:slotHeight,start:function(ev,ui){slotDelta=prevSlotDelta=0;view.hideEvents(event,eventElement);if($.browser.msie&&$.browser.version=='6.0'){eventElement.css('overflow','hidden');}
eventElement.css('z-index',9);view.trigger('eventResizeStart',this,event,ev,ui);},resize:function(ev,ui){slotDelta=Math.round((Math.max(slotHeight,eventElement.height())-ui.originalSize.height)/slotHeight);if(slotDelta!=prevSlotDelta){timeElement.text(formatDates(event.start,(!slotDelta&&!event.end)?null:addMinutes(view.eventEnd(event),options.slotMinutes*slotDelta),view.option('timeFormat')));prevSlotDelta=slotDelta;}},stop:function(ev,ui){view.trigger('eventResizeStop',this,event,ev,ui);if(slotDelta){view.eventResize(this,event,0,options.slotMinutes*slotDelta,ev,ui);}else{eventElement.css('z-index',8);view.showEvents(event,eventElement);}}});}}
function timePosition(day,time){day=cloneDate(day,true);if(time<addMinutes(cloneDate(day),minMinute)){return 0;}
if(time>=addMinutes(cloneDate(day),maxMinute)){return bodyContent.height();}
var slotMinutes=options.slotMinutes,minutes=time.getHours()*60+time.getMinutes()-minMinute,slotI=Math.floor(minutes/slotMinutes),slotTop=slotTopCache[slotI];if(slotTop==undefined){slotTop=slotTopCache[slotI]=body.find('tr:eq('+slotI+') td div')[0].offsetTop;}
return Math.max(0,Math.round(slotTop-1+slotHeight*((minutes%slotMinutes)/slotMinutes)));}
function day2col(dayOfWeek){return((dayOfWeek-Math.max(firstDay,nwe)+colCnt)%colCnt)*dis+dit;}}
function countForwardSegs(levels){var i,j,k,level,segForward,segBack;for(i=levels.length-1;i>0;i--){level=levels[i];for(j=0;j<level.length;j++){segForward=level[j];for(k=0;k<levels[i-1].length;k++){segBack=levels[i-1][k];if(segsCollide(segForward,segBack)){segBack.forward=Math.max(segBack.forward||0,(segForward.forward||0)+1);}}}}}
var viewMethods={init:function(element,options){this.element=element;this.options=options;this.eventsByID={};this.eventElements=[];this.eventElementsByID={};},trigger:function(name,thisObj){if(this.options[name]){return this.options[name].apply(thisObj||this,Array.prototype.slice.call(arguments,2).concat([this]));}},eventEnd:function(event){return event.end?cloneDate(event.end):this.defaultEventEnd(event);},reportEvents:function(events){var i,len=events.length,event,eventsByID=this.eventsByID={};for(i=0;i<len;i++){event=events[i];if(eventsByID[event._id]){eventsByID[event._id].push(event);}else{eventsByID[event._id]=[event];}}},reportEventElement:function(event,element){this.eventElements.push(element);var eventElementsByID=this.eventElementsByID;if(eventElementsByID[event._id]){eventElementsByID[event._id].push(element);}else{eventElementsByID[event._id]=[element];}},_clearEvents:function(){this.eventElements=[];this.eventElementsByID={};},showEvents:function(event,exceptElement){this._eee(event,exceptElement,'show');},hideEvents:function(event,exceptElement){this._eee(event,exceptElement,'hide');},_eee:function(event,exceptElement,funcName){var elements=this.eventElementsByID[event._id],i,len=elements.length;for(i=0;i<len;i++){if(elements[i][0]!=exceptElement[0]){elements[i][funcName]();}}},eventDrop:function(e,event,dayDelta,minuteDelta,allDay,ev,ui){var view=this,oldAllDay=event.allDay,eventId=event._id;view.moveEvents(view.eventsByID[eventId],dayDelta,minuteDelta,allDay);view.trigger('eventDrop',e,event,dayDelta,minuteDelta,allDay,function(){view.moveEvents(view.eventsByID[eventId],-dayDelta,-minuteDelta,oldAllDay);view.rerenderEvents();},ev,ui);view.eventsChanged=true;view.rerenderEvents(eventId);},eventResize:function(e,event,dayDelta,minuteDelta,ev,ui){var view=this,eventId=event._id;view.elongateEvents(view.eventsByID[eventId],dayDelta,minuteDelta);view.trigger('eventResize',e,event,dayDelta,minuteDelta,function(){view.elongateEvents(view.eventsByID[eventId],-dayDelta,-minuteDelta);view.rerenderEvents();},ev,ui);view.eventsChanged=true;view.rerenderEvents(eventId);},moveEvents:function(events,dayDelta,minuteDelta,allDay){minuteDelta=minuteDelta||0;for(var e,len=events.length,i=0;i<len;i++){e=events[i];if(allDay!=undefined){e.allDay=allDay;}
addMinutes(addDays(e.start,dayDelta,true),minuteDelta);if(e.end){e.end=addMinutes(addDays(e.end,dayDelta,true),minuteDelta);}
normalizeEvent(e,this.options);}},elongateEvents:function(events,dayDelta,minuteDelta){minuteDelta=minuteDelta||0;for(var e,len=events.length,i=0;i<len;i++){e=events[i];e.end=addMinutes(addDays(this.eventEnd(e),dayDelta,true),minuteDelta);normalizeEvent(e,this.options);}},showOverlay:function(props){if(!this.dayOverlay){this.dayOverlay=$("<div class='fc-cell-overlay' style='position:absolute;z-index:3;display:none'/>").appendTo(this.element);}
var o=this.element.offset();this.dayOverlay.css({top:props.top-o.top,left:props.left-o.left,width:props.width,height:props.height}).show();},hideOverlay:function(){if(this.dayOverlay){this.dayOverlay.hide();}},resizableDayEvent:function(event,eventElement,colWidth){var view=this;if(!view.options.disableResizing&&eventElement.resizable){eventElement.resizable({handles:view.options.isRTL?{w:'div.ui-resizable-w'}:{e:'div.ui-resizable-e'},grid:colWidth,minWidth:colWidth/2,containment:view.element.parent().parent(),start:function(ev,ui){eventElement.css('z-index',9);view.hideEvents(event,eventElement);view.trigger('eventResizeStart',this,event,ev,ui);},stop:function(ev,ui){view.trigger('eventResizeStop',this,event,ev,ui);var dayDelta=Math.round((eventElement.width()-ui.originalSize.width)/colWidth);if(dayDelta){view.eventResize(this,event,dayDelta,0,ev,ui);}else{eventElement.css('z-index',8);view.showEvents(event,eventElement);}}});}},eventElementHandlers:function(event,eventElement){var view=this;eventElement.click(function(ev){if(!eventElement.hasClass('ui-draggable-dragging')&&!eventElement.hasClass('ui-resizable-resizing')){return view.trigger('eventClick',this,event,ev);}}).hover(function(ev){view.trigger('eventMouseover',this,event,ev);},function(ev){view.trigger('eventMouseout',this,event,ev);});},option:function(name,viewName){var v=this.options[name];if(typeof v=='object'){return smartProperty(v,viewName||this.name);}
return v;},sliceSegs:function(events,visEventEnds,start,end){var segs=[],i,len=events.length,event,eventStart,eventEnd,segStart,segEnd,isStart,isEnd;for(i=0;i<len;i++){event=events[i];eventStart=event.start;eventEnd=visEventEnds[i];if(eventEnd>start&&eventStart<end){if(eventStart<start){segStart=cloneDate(start);isStart=false;}else{segStart=eventStart;isStart=true;}
if(eventEnd>end){segEnd=cloneDate(end);isEnd=false;}else{segEnd=eventEnd;isEnd=true;}
segs.push({event:event,start:segStart,end:segEnd,isStart:isStart,isEnd:isEnd,msLength:segEnd-segStart});}}
return segs.sort(segCmp);}};function lazySegBind(container,segs,bindHandlers){container.unbind('mouseover').mouseover(function(ev){var parent=ev.target,e,i,seg;while(parent!=this){e=parent;parent=parent.parentNode;}
if((i=e._fci)!=undefined){e._fci=undefined;seg=segs[i];bindHandlers(seg.event,seg.element,seg);$(ev.target).trigger(ev);}
ev.stopPropagation();});}
function stackSegs(segs){var levels=[],i,len=segs.length,seg,j,collide,k;for(i=0;i<len;i++){seg=segs[i];j=0;while(true){collide=false;if(levels[j]){for(k=0;k<levels[j].length;k++){if(segsCollide(levels[j][k],seg)){collide=true;break;}}}
if(collide){j++;}else{break;}}
if(levels[j]){levels[j].push(seg);}else{levels[j]=[seg];}}
return levels;}
function segCmp(a,b){return(b.msLength-a.msLength)*100+(a.event.start-b.event.start);}
function segsCollide(seg1,seg2){return seg1.end>seg2.start&&seg1.start<seg2.end;}
var DAY_MS=86400000,HOUR_MS=3600000,MINUTE_MS=60000;function addYears(d,n,keepTime){d.setFullYear(d.getFullYear()+n);if(!keepTime){clearTime(d);}
return d;}
function addMonths(d,n,keepTime){if(+d){var m=d.getMonth()+n,check=cloneDate(d);check.setDate(1);check.setMonth(m);d.setMonth(m);if(!keepTime){clearTime(d);}
while(d.getMonth()!=check.getMonth()){d.setDate(d.getDate()+(d<check?1:-1));}}
return d;}
function addDays(d,n,keepTime){if(+d){var dd=d.getDate()+n,check=cloneDate(d);check.setHours(9);check.setDate(dd);d.setDate(dd);if(!keepTime){clearTime(d);}
fixDate(d,check);}
return d;}
fc.addDays=addDays;function fixDate(d,check){if(+d){while(d.getDate()!=check.getDate()){d.setTime(+d+(d<check?1:-1)*HOUR_MS);}}}
function addMinutes(d,n){d.setMinutes(d.getMinutes()+n);return d;}
function clearTime(d){d.setHours(0);d.setMinutes(0);d.setSeconds(0);d.setMilliseconds(0);return d;}
function cloneDate(d,dontKeepTime){if(dontKeepTime){return clearTime(new Date(+d));}
return new Date(+d);}
function zeroDate(){var i=0,d;do{d=new Date(1970,i++,1);}while(d.getHours()!=0);return d;}
function skipWeekend(date,inc,excl){inc=inc||1;while(date.getDay()==0||(excl&&date.getDay()==1||!excl&&date.getDay()==6)){addDays(date,inc);}
return date;}
var parseDate=fc.parseDate=function(s){if(typeof s=='object'){return s;}
if(typeof s=='number'){return new Date(s*1000);}
if(typeof s=='string'){if(s.match(/^\d+$/)){return new Date(parseInt(s)*1000);}
return parseISO8601(s,true)||(s?new Date(s):null);}
return null;}
var parseISO8601=fc.parseISO8601=function(s,ignoreTimezone){var m=s.match(/^([0-9]{4})(-([0-9]{2})(-([0-9]{2})([T ]([0-9]{2}):([0-9]{2})(:([0-9]{2})(\.([0-9]+))?)?(Z|(([-+])([0-9]{2}):([0-9]{2})))?)?)?)?$/);if(!m){return null;}
var date=new Date(m[1],0,1),check=new Date(m[1],0,1,9,0),offset=0;if(m[3]){date.setMonth(m[3]-1);check.setMonth(m[3]-1);}
if(m[5]){date.setDate(m[5]);check.setDate(m[5]);}
fixDate(date,check);if(m[7]){date.setHours(m[7]);}
if(m[8]){date.setMinutes(m[8]);}
if(m[10]){date.setSeconds(m[10]);}
if(m[12]){date.setMilliseconds(Number("0."+m[12])*1000);}
fixDate(date,check);if(!ignoreTimezone){if(m[14]){offset=Number(m[16])*60+Number(m[17]);offset*=m[15]=='-'?1:-1;}
offset-=date.getTimezoneOffset();}
return new Date(+date+(offset*60*1000));}
var parseTime=fc.parseTime=function(s){if(typeof s=='number'){return s*60;}
if(typeof s=='object'){return s.getHours()*60+s.getMinutes();}
var m=s.match(/(\d+)(?::(\d+))?\s*(\w+)?/);if(m){var h=parseInt(m[1]);if(m[3]){h%=12;if(m[3].toLowerCase().charAt(0)=='p'){h+=12;}}
return h*60+(m[2]?parseInt(m[2]):0);}};var formatDate=fc.formatDate=function(date,format,options){return formatDates(date,null,format,options);}
var formatDates=fc.formatDates=function(date1,date2,format,options){options=options||defaults;var date=date1,otherDate=date2,i,len=format.length,c,i2,formatter,res='';for(i=0;i<len;i++){c=format.charAt(i);if(c=="'"){for(i2=i+1;i2<len;i2++){if(format.charAt(i2)=="'"){if(date){if(i2==i+1){res+="'";}else{res+=format.substring(i+1,i2);}
i=i2;}
break;}}}
else if(c=='('){for(i2=i+1;i2<len;i2++){if(format.charAt(i2)==')'){var subres=formatDate(date,format.substring(i+1,i2),options);if(parseInt(subres.replace(/\D/,''))){res+=subres;}
i=i2;break;}}}
else if(c=='['){for(i2=i+1;i2<len;i2++){if(format.charAt(i2)==']'){var subformat=format.substring(i+1,i2);var subres=formatDate(date,subformat,options);if(subres!=formatDate(otherDate,subformat,options)){res+=subres;}
i=i2;break;}}}
else if(c=='{'){date=date2;otherDate=date1;}
else if(c=='}'){date=date1;otherDate=date2;}
else{for(i2=len;i2>i;i2--){if(formatter=dateFormatters[format.substring(i,i2)]){if(date){res+=formatter(date,options);}
i=i2-1;break;}}
if(i2==i){if(date){res+=c;}}}}
return res;}
var dateFormatters={s:function(d){return d.getSeconds()},ss:function(d){return zeroPad(d.getSeconds())},m:function(d){return d.getMinutes()},mm:function(d){return zeroPad(d.getMinutes())},h:function(d){return d.getHours()%12||12},hh:function(d){return zeroPad(d.getHours()%12||12)},H:function(d){return d.getHours()},HH:function(d){return zeroPad(d.getHours())},d:function(d){return d.getDate()},dd:function(d){return zeroPad(d.getDate())},ddd:function(d,o){return o.dayNamesShort[d.getDay()]},dddd:function(d,o){return o.dayNames[d.getDay()]},M:function(d){return d.getMonth()+1},MM:function(d){return zeroPad(d.getMonth()+1)},MMM:function(d,o){return o.monthNamesShort[d.getMonth()]},MMMM:function(d,o){return o.monthNames[d.getMonth()]},yy:function(d){return(d.getFullYear()+'').substring(2)},yyyy:function(d){return d.getFullYear()},t:function(d){return d.getHours()<12?'a':'p'},tt:function(d){return d.getHours()<12?'am':'pm'},T:function(d){return d.getHours()<12?'A':'P'},TT:function(d){return d.getHours()<12?'AM':'PM'},u:function(d){return formatDate(d,"yyyy-MM-dd'T'HH:mm:ss'Z'")},S:function(d){var date=d.getDate();if(date>10&&date<20)return'th';return['st','nd','rd'][date%10-1]||'th';}};function setOuterWidth(element,width,includeMargins){element.each(function(i,_element){_element.style.width=width-hsides(_element,includeMargins)+'px';});}
function setOuterHeight(element,height,includeMargins){element.each(function(i,_element){_element.style.height=height-vsides(_element,includeMargins)+'px';});}
function hsides(_element,includeMargins){return(parseFloat(jQuery.curCSS(_element,'paddingLeft',true))||0)+(parseFloat(jQuery.curCSS(_element,'paddingRight',true))||0)+(parseFloat(jQuery.curCSS(_element,'borderLeftWidth',true))||0)+(parseFloat(jQuery.curCSS(_element,'borderRightWidth',true))||0)+(includeMargins?hmargins(_element):0);}
function hmargins(_element){return(parseFloat(jQuery.curCSS(_element,'marginLeft',true))||0)+(parseFloat(jQuery.curCSS(_element,'marginRight',true))||0);}
function vsides(_element,includeMargins){return(parseFloat(jQuery.curCSS(_element,'paddingTop',true))||0)+(parseFloat(jQuery.curCSS(_element,'paddingBottom',true))||0)+(parseFloat(jQuery.curCSS(_element,'borderTopWidth',true))||0)+(parseFloat(jQuery.curCSS(_element,'borderBottomWidth',true))||0)+(includeMargins?vmargins(_element):0);}
function vmargins(_element){return(parseFloat(jQuery.curCSS(_element,'marginTop',true))||0)+(parseFloat(jQuery.curCSS(_element,'marginBottom',true))||0);}
function setMinHeight(element,h){h=typeof h=='number'?h+'px':h;element[0].style.cssText+=';min-height:'+h+';_height:'+h;}
var topBug;function topCorrect(tr){if(topBug!==false){var cell;if(tr.is('th,td')){tr=(cell=tr).parent();}
if(topBug==undefined&&tr.is('tr')){topBug=tr.position().top!=tr.children().position().top;}
if(topBug){return tr.parent().position().top+(cell?tr.position().top-cell.position().top:0);}}
return 0;}
function HoverMatrix(changeCallback){var t=this,tops=[],lefts=[],prevRowE,prevColE,origRow,origCol,currRow,currCol;t.row=function(e){prevRowE=$(e);tops.push(prevRowE.offset().top+topCorrect(prevRowE));};t.col=function(e){prevColE=$(e);lefts.push(prevColE.offset().left);};t.mouse=function(x,y){if(origRow==undefined){tops.push(tops[tops.length-1]+prevRowE.outerHeight());lefts.push(lefts[lefts.length-1]+prevColE.outerWidth());currRow=currCol=-1;}
var r,c;for(r=0;r<tops.length&&y>=tops[r];r++);for(c=0;c<lefts.length&&x>=lefts[c];c++);r=r>=tops.length?-1:r-1;c=c>=lefts.length?-1:c-1;if(r!=currRow||c!=currCol){currRow=r;currCol=c;if(r==-1||c==-1){t.cell=null;}else{if(origRow==undefined){origRow=r;origCol=c;}
t.cell={row:r,col:c,top:tops[r],left:lefts[c],width:lefts[c+1]-lefts[c],height:tops[r+1]-tops[r],isOrig:r==origRow&&c==origCol,rowDelta:r-origRow,colDelta:c-origCol};}
changeCallback(t.cell);}};}
var undefined,dayIDs=['sun','mon','tue','wed','thu','fri','sat'],arrayPop=Array.prototype.pop;function zeroPad(n){return(n<10?'0':'')+n;}
function smartProperty(obj,name){if(obj[name]!=undefined){return obj[name];}
var parts=name.split(/(?=[A-Z])/),i=parts.length-1,res;for(;i>=0;i--){res=obj[parts[i].toLowerCase()];if(res!=undefined){return res;}}
return obj[''];}
function htmlEscape(s){return s.replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/'/g,'&#039;').replace(/"/g,'&quot;')}
function HorizontalPositionCache(getElement){var t=this,elements={},lefts={},rights={};function e(i){return elements[i]=elements[i]||getElement(i);}
t.left=function(i){return lefts[i]=lefts[i]==undefined?e(i).position().left:lefts[i];};t.right=function(i){return rights[i]=rights[i]==undefined?t.left(i)+e(i).width():rights[i];};t.clear=function(){elements={};lefts={};rights={};};}
function cssKey(_element){return _element.id+'/'+_element.className+'/'+_element.style.cssText.replace(/(^|;)\s*(top|left|width|height)\s*:[^;]*/ig,'');}})(jQuery);jQuery(function($)
{$.fn.fcbkcomplete=function(opt)
{return this.each(function()
{function init()
{createFCBK();preSet();addInput(0);}
function createFCBK()
{element.hide();element.attr("multiple","multiple");if(element.attr("name").indexOf("[]")==-1)
{element.attr("name",element.attr("name")+"[]");}
holder=$(document.createElement("ul"));holder.attr("class","holder");element.after(holder);complete=$(document.createElement("div"));complete.addClass("facebook-auto");complete.append('<div class="default">'+options.complete_text+"</div>");if(browser_msie)
{complete.append('<iframe class="ie6fix" scrolling="no" frameborder="0"></iframe>');browser_msie_frame=complete.children('.ie6fix');}
feed=$(document.createElement("ul"));feed.attr("id",elemid+"_feed");complete.prepend(feed);holder.after(complete);feed.css("width",complete.width());}
function preSet()
{element.children("option").each(function(i,option)
{option=$(option);if(option.hasClass("selected"))
{addItem(option.text(),option.val(),true);option.attr("selected","selected");}
else
{option.removeAttr("selected");}
cache.push({caption:option.text(),value:option.val()});search_string+=""+(cache.length-1)+":"+option.text()+";";});}
this.addItem=function(title,value)
{addItem(title,value);}
function addItem(title,value,preadded)
{var li=document.createElement("li");var txt=document.createTextNode(title);var aclose=document.createElement("a");$(li).attr({"class":"bit-box","rel":value});$(li).prepend(txt);$(aclose).attr({"class":"closebutton","href":"#"});li.appendChild(aclose);holder.append(li);$(aclose).click(function(){$(this).parent("li").fadeOut("fast",function(){removeItem($(this));});return false;});if(!preadded)
{$("#"+elemid+"_annoninput").remove();var _item;addInput(1);if(element.children("option[value="+value+"]").length)
{_item=element.children("option[value="+value+"]");_item.get(0).setAttribute("selected","selected");if(!_item.hasClass("selected"))
{_item.addClass("selected");}}
else
{var _item=$(document.createElement("option"));_item.attr("value",value).get(0).setAttribute("selected","selected");_item.attr("value",value).addClass("selected");_item.text(title);element.append(_item);}
if(options.onselect.length)
{funCall(options.onselect,_item)}}
holder.children("li.bit-box.deleted").removeClass("deleted");feed.hide();browser_msie?browser_msie_frame.hide():'';}
function removeItem(item)
{if(options.onremove.length)
{var _item=element.children("option[value="+item.attr("rel")+"]");funCall(options.onremove,_item)}
element.children("option[value="+item.attr("rel")+"]").removeAttr("selected");element.children("option[value="+item.attr("rel")+"]").removeClass("selected");item.remove();deleting=0;}
function addInput(focusme)
{var li=$(document.createElement("li"));var input=$(document.createElement("input"));li.attr({"class":"bit-input","id":elemid+"_annoninput"});input.attr({"type":"text","class":"maininput","size":"1"});holder.append(li.append(input));input.focus(function()
{complete.fadeIn("fast");});input.blur(function()
{complete.fadeOut("fast");});holder.click(function()
{input.focus();if(feed.length&&input.val().length)
{feed.show();}
else
{feed.hide();browser_msie?browser_msie_frame.hide():'';complete.children(".default").show();}});input.keypress(function(event)
{if(event.keyCode==13)
{return false;}
input.attr("size",input.val().length+1);});input.keydown(function(event)
{if(event.keyCode==191)
{event.preventDefault();return false;}});input.keyup(function(event)
{var etext=xssPrevent(input.val());if(event.keyCode==8&&etext.length==0)
{feed.hide();browser_msie?browser_msie_frame.hide():'';if(holder.children("li.bit-box.deleted").length==0)
{holder.children("li.bit-box:last").addClass("deleted");return false;}
else
{if(deleting)
{return;}
deleting=1;holder.children("li.bit-box.deleted").fadeOut("fast",function()
{removeItem($(this));return false;});}}
if(event.keyCode!=40&&event.keyCode!=38&&etext.length!=0)
{counter=0;if(options.json_url)
{if(options.cache&&json_cache)
{addMembers(etext);bindEvents();}
else
{$.getJSON(options.json_url+"?tag="+etext,null,function(data)
{addMembers(etext,data);json_cache=true;bindEvents();});}}
else
{addMembers(etext);bindEvents();}
complete.children(".default").hide();feed.show();}});if(focusme)
{setTimeout(function(){input.focus();complete.children(".default").show();},1);}}
function addMembers(etext,data)
{feed.html('');if(!options.cache)
{cache=new Array();search_string="";}
addTextItem(etext);if(data!=null&&data.length)
{$.each(data,function(i,val)
{cache.push({caption:val.caption,value:val.value});search_string+=""+(cache.length-1)+":"+val.caption+";";});}
var maximum=options.maxshownitems<cache.length?options.maxshownitems:cache.length;var filter="i";if(options.filter_case)
{filter="";}
var myregexp,match;try{myregexp=eval('/(?:^|;)\\s*(\\d+)\\s*:[^;]*?'+etext+'[^;]*/g'+filter);match=myregexp.exec(search_string);}catch(ex){};var content='';while(match!=null&&maximum>0)
{var id=match[1];var object=cache[id];if(options.filter_selected&&element.children("option[value="+object.value+"]").hasClass("selected"))
{}
else
{content+='<li rel="'+object.value+'">'+itemIllumination(object.caption,etext)+'</li>';counter++;maximum--;}
match=myregexp.exec(search_string);}
feed.append(content);if(options.firstselected)
{focuson=feed.children("li:visible:first");focuson.addClass("auto-focus");}
if(counter>options.height)
{feed.css({"height":(options.height*24)+"px","overflow":"auto"});if(browser_msie)
{browser_msie_frame.css({"height":(options.height*24)+"px","width":feed.width()+"px"}).show();}}
else
{feed.css("height","auto");if(browser_msie)
{browser_msie_frame.css({"height":feed.height()+"px","width":feed.width()+"px"}).show();}}}
function itemIllumination(text,etext)
{if(options.filter_case)
{try{eval("var text = text.replace(/(.*)("+etext+")(.*)/gi,'$1<em>$2</em>$3');");}catch(ex){};}
else
{try{eval("var text = text.replace(/(.*)("+etext.toLowerCase()+")(.*)/gi,'$1<em>$2</em>$3');");}catch(ex){};}
return text;}
function bindFeedEvent()
{feed.children("li").mouseover(function()
{feed.children("li").removeClass("auto-focus");$(this).addClass("auto-focus");focuson=$(this);});feed.children("li").mouseout(function()
{$(this).removeClass("auto-focus");focuson=null;});}
function removeFeedEvent()
{feed.children("li").unbind("mouseover");feed.children("li").unbind("mouseout");feed.mousemove(function()
{bindFeedEvent();feed.unbind("mousemove");});}
function bindEvents()
{var maininput=$("#"+elemid+"_annoninput").children(".maininput");bindFeedEvent();feed.children("li").unbind("mousedown");feed.children("li").mousedown(function()
{var option=$(this);addItem(option.text(),option.attr("rel"));feed.hide();browser_msie?browser_msie_frame.hide():'';complete.hide();});maininput.unbind("keydown");maininput.keydown(function(event)
{if(event.keyCode==191)
{event.preventDefault();return false;}
if(event.keyCode!=8)
{holder.children("li.bit-box.deleted").removeClass("deleted");}
if(event.keyCode==13&&checkFocusOn())
{var option=focuson;addItem(option.text(),option.attr("rel"));complete.hide();event.preventDefault();focuson=null;return false;}
if(event.keyCode==13&&!checkFocusOn())
{if(options.newel)
{var value=xssPrevent($(this).val());addItem(value,value);complete.hide();event.preventDefault();focuson=null;}
return false;}
if(event.keyCode==40)
{removeFeedEvent();if(focuson==null||focuson.length==0)
{focuson=feed.children("li:visible:first");feed.get(0).scrollTop=0;}
else
{focuson.removeClass("auto-focus");focuson=focuson.nextAll("li:visible:first");var prev=parseInt(focuson.prevAll("li:visible").length,10);var next=parseInt(focuson.nextAll("li:visible").length,10);if((prev>Math.round(options.height/2)||next<=Math.round(options.height/2))&&typeof(focuson.get(0))!="undefined")
{feed.get(0).scrollTop=parseInt(focuson.get(0).scrollHeight,10)*(prev-Math.round(options.height/2));}}
feed.children("li").removeClass("auto-focus");focuson.addClass("auto-focus");}
if(event.keyCode==38)
{removeFeedEvent();if(focuson==null||focuson.length==0)
{focuson=feed.children("li:visible:last");feed.get(0).scrollTop=parseInt(focuson.get(0).scrollHeight,10)*(parseInt(feed.children("li:visible").length,10)-Math.round(options.height/2));}
else
{focuson.removeClass("auto-focus");focuson=focuson.prevAll("li:visible:first");var prev=parseInt(focuson.prevAll("li:visible").length,10);var next=parseInt(focuson.nextAll("li:visible").length,10);if((next>Math.round(options.height/2)||prev<=Math.round(options.height/2))&&typeof(focuson.get(0))!="undefined")
{feed.get(0).scrollTop=parseInt(focuson.get(0).scrollHeight,10)*(prev-Math.round(options.height/2));}}
feed.children("li").removeClass("auto-focus");focuson.addClass("auto-focus");}});}
function addTextItem(value)
{if(options.newel)
{feed.children("li[fckb=1]").remove();if(value.length==0)
{return;}
var li=$(document.createElement("li"));li.attr({"rel":value,"fckb":"1"}).html(value);feed.prepend(li);counter++;}else
{return;}}
function funCall(func,item)
{var _object="";for(i=0;i<item.get(0).attributes.length;i++)
{if(item.get(0).attributes[i].nodeValue!=null)
{_object+="\"_"+item.get(0).attributes[i].nodeName+"\": \""+item.get(0).attributes[i].nodeValue+"\",";}}
_object="{"+_object+" notinuse: 0}";try{eval(func+"("+_object+")");}catch(ex){};}
function checkFocusOn()
{if(focuson==null)
{return false;}
if(focuson.length==0)
{return false;}
return true;}
function xssPrevent(string)
{string=string.replace(/[\"\'][\s]*javascript:(.*)[\"\']/g,"\"\"");string=string.replace(/script(.*)/g,"");string=string.replace(/eval\((.*)\)/g,"");string=string.replace('/([\x00-\x08,\x0b-\x0c,\x0e-\x19])/','');return string;}
var options=$.extend({json_url:null,cache:false,height:"10",newel:false,firstselected:false,filter_case:false,filter_hide:false,complete_text:"Start to type...",maxshownitems:30,onselect:"",onremove:""},opt);var holder=null;var feed=null;var complete=null;var counter=0;var cache=new Array();var json_cache=false;var search_string="";var focuson=null;var deleting=0;var browser_msie="\v"=="v";var browser_msie_frame;var element=$(this);var elemid=element.attr("id");init();return this;});};});

(function($){$.fn.jCarouselLite=function(o){o=$.extend({btnPrev:null,btnNext:null,btnGo:null,mouseWheel:false,auto:null,speed:200,easing:null,vertical:false,circular:true,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null},o||{});return this.each(function(){var b=false,animCss=o.vertical?"top":"left",sizeCss=o.vertical?"height":"width";var c=$(this),ul=$("ul",c),tLi=$("li",ul),tl=tLi.size(),v=o.visible;if(o.circular){ul.prepend(tLi.slice(tl-v-1+1).clone()).append(tLi.slice(0,v).clone());o.start+=v}var f=$("li",ul),itemLength=f.size(),curr=o.start;c.css("visibility","visible");f.css({overflow:"hidden",float:o.vertical?"none":"left"});ul.css({margin:"0",padding:"0",position:"relative","list-style-type":"none","z-index":"1"});c.css({overflow:"hidden",position:"relative","z-index":"2",left:"0px"});var g=o.vertical?height(f):width(f);var h=g*itemLength;var j=g*v;f.css({width:f.width(),height:f.height()});ul.css(sizeCss,h+"px").css(animCss,-(curr*g));c.css(sizeCss,j+"px");if(o.btnPrev)$(o.btnPrev).click(function(){return go(curr-o.scroll)});if(o.btnNext)$(o.btnNext).click(function(){return go(curr+o.scroll)});if(o.btnGo)$.each(o.btnGo,function(i,a){$(a).click(function(){return go(o.circular?o.visible+i:i)})});if(o.mouseWheel&&c.mousewheel)c.mousewheel(function(e,d){return d>0?go(curr-o.scroll):go(curr+o.scroll)});if(o.auto)setInterval(function(){go(curr+o.scroll)},o.auto+o.speed);function vis(){return f.slice(curr).slice(0,v)};function go(a){if(!b){if(o.beforeStart)o.beforeStart.call(this,vis());if(o.circular){if(a<=o.start-v-1){ul.css(animCss,-((itemLength-(v*2))*g)+"px");curr=a==o.start-v-1?itemLength-(v*2)-1:itemLength-(v*2)-o.scroll}else if(a>=itemLength-v+1){ul.css(animCss,-((v)*g)+"px");curr=a==itemLength-v+1?v+1:v+o.scroll}else curr=a}else{if(a<0||a>itemLength-v)return;else curr=a}b=true;ul.animate(animCss=="left"?{left:-(curr*g)}:{top:-(curr*g)},o.speed,o.easing,function(){if(o.afterEnd)o.afterEnd.call(this,vis());b=false});if(!o.circular){$(o.btnPrev+","+o.btnNext).removeClass("disabled");$((curr-o.scroll<0&&o.btnPrev)||(curr+o.scroll>itemLength-v&&o.btnNext)||[]).addClass("disabled")}}return false}})};function css(a,b){return parseInt($.css(a[0],b))||0};function width(a){return a[0].offsetWidth+css(a,'marginLeft')+css(a,'marginRight')};function height(a){return a[0].offsetHeight+css(a,'marginTop')+css(a,'marginBottom')}})(jQuery);

/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2009 M. Alsup
 * Version: 2.73 (04-NOV-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.6 or later
 *
 * Originally based on the work of:
 *	1) Matt Oakes
 *	2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)
 *	3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)
 */
(function(i){var l="2.73";if(i.support==undefined){i.support={opacity:!(i.browser.msie)}}function a(q){if(i.fn.cycle.debug){f(q)}}function f(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "))}}i.fn.cycle=function(r,q){var s={s:this.selector,c:this.context};if(this.length===0&&r!="stop"){if(!i.isReady&&s.s){f("DOM not ready, queuing slideshow");i(function(){i(s.s,s.c).cycle(r,q)});return this}f("terminating; zero elements found by selector"+(i.isReady?"":" (DOM not ready)"));return this}return this.each(function(){var w=m(this,r,q);if(w===false){return}if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=this.cyclePause=0;var x=i(this);var y=w.slideExpr?i(w.slideExpr,this):x.children();var u=y.get();if(u.length<2){f("terminating; too few slides: "+u.length);return}var t=k(x,y,u,w,s);if(t===false){return}var v=t.continuous?10:h(t.currSlide,t.nextSlide,t,!t.rev);if(v){v+=(t.delay||0);if(v<10){v=10}a("first timeout: "+v);this.cycleTimeout=setTimeout(function(){e(u,t,0,!t.rev)},v)}})};function m(q,t,r){if(q.cycleStop==undefined){q.cycleStop=0}if(t===undefined||t===null){t={}}if(t.constructor==String){switch(t){case"stop":q.cycleStop++;if(q.cycleTimeout){clearTimeout(q.cycleTimeout)}q.cycleTimeout=0;i(q).removeData("cycle.opts");return false;case"pause":q.cyclePause=1;return false;case"resume":q.cyclePause=0;if(r===true){t=i(q).data("cycle.opts");if(!t){f("options not found, can not resume");return false}if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}e(t.elements,t,1,1)}return false;case"prev":case"next":var u=i(q).data("cycle.opts");if(!u){f('options not found, "prev/next" ignored');return false}i.fn.cycle[t](u);return false;default:t={fx:t}}return t}else{if(t.constructor==Number){var s=t;t=i(q).data("cycle.opts");if(!t){f("options not found, can not advance slide");return false}if(s<0||s>=t.elements.length){f("invalid slide index: "+s);return false}t.nextSlide=s;if(q.cycleTimeout){clearTimeout(q.cycleTimeout);q.cycleTimeout=0}if(typeof r=="string"){t.oneTimeFx=r}e(t.elements,t,1,s>=t.currSlide);return false}}return t}function b(q,r){if(!i.support.opacity&&r.cleartype&&q.style.filter){try{q.style.removeAttribute("filter")}catch(s){}}}function k(y,J,u,t,E){var C=i.extend({},i.fn.cycle.defaults,t||{},i.metadata?y.metadata():i.meta?y.data():{});if(C.autostop){C.countdown=C.autostopCount||u.length}var r=y[0];y.data("cycle.opts",C);C.$cont=y;C.stopCount=r.cycleStop;C.elements=u;C.before=C.before?[C.before]:[];C.after=C.after?[C.after]:[];C.after.unshift(function(){C.busy=0});if(!i.support.opacity&&C.cleartype){C.after.push(function(){b(this,C)})}if(C.continuous){C.after.push(function(){e(u,C,0,!C.rev)})}n(C);if(!i.support.opacity&&C.cleartype&&!C.cleartypeNoBg){g(J)}if(y.css("position")=="static"){y.css("position","relative")}if(C.width){y.width(C.width)}if(C.height&&C.height!="auto"){y.height(C.height)}if(C.startingSlide){C.startingSlide=parseInt(C.startingSlide)}if(C.random){C.randomMap=[];for(var H=0;H<u.length;H++){C.randomMap.push(H)}C.randomMap.sort(function(L,w){return Math.random()-0.5});C.randomIndex=0;C.startingSlide=C.randomMap[0]}else{if(C.startingSlide>=u.length){C.startingSlide=0}}C.currSlide=C.startingSlide=C.startingSlide||0;var x=C.startingSlide;J.css({position:"absolute",top:0,left:0}).hide().each(function(w){var L=x?w>=x?u.length-(w-x):x-w:u.length-w;i(this).css("z-index",L)});i(u[x]).css("opacity",1).show();b(u[x],C);if(C.fit&&C.width){J.width(C.width)}if(C.fit&&C.height&&C.height!="auto"){J.height(C.height)}var D=C.containerResize&&!y.innerHeight();if(D){var v=0,B=0;for(var F=0;F<u.length;F++){var q=i(u[F]),K=q[0],A=q.outerWidth(),I=q.outerHeight();if(!A){A=K.offsetWidth}if(!I){I=K.offsetHeight}v=A>v?A:v;B=I>B?I:B}if(v>0&&B>0){y.css({width:v+"px",height:B+"px"})}}if(C.pause){y.hover(function(){this.cyclePause++},function(){this.cyclePause--})}if(c(C)===false){return false}var s=false;t.requeueAttempts=t.requeueAttempts||0;J.each(function(){var N=i(this);this.cycleH=(C.fit&&C.height)?C.height:N.height();this.cycleW=(C.fit&&C.width)?C.width:N.width();if(N.is("img")){var L=(i.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var O=(i.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var M=(i.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var w=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(L||O||M||w){if(E.s&&C.requeueOnImageNotLoaded&&++t.requeueAttempts<100){f(t.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){i(E.s,E.c).cycle(t)},C.requeueTimeout);s=true;return false}else{f("could not determine size of image: "+this.src,this.cycleW,this.cycleH)}}}return true});if(s){return false}C.cssBefore=C.cssBefore||{};C.animIn=C.animIn||{};C.animOut=C.animOut||{};J.not(":eq("+x+")").css(C.cssBefore);if(C.cssFirst){i(J[x]).css(C.cssFirst)}if(C.timeout){C.timeout=parseInt(C.timeout);if(C.speed.constructor==String){C.speed=i.fx.speeds[C.speed]||parseInt(C.speed)}if(!C.sync){C.speed=C.speed/2}while((C.timeout-C.speed)<250){C.timeout+=C.speed}}if(C.easing){C.easeIn=C.easeOut=C.easing}if(!C.speedIn){C.speedIn=C.speed}if(!C.speedOut){C.speedOut=C.speed}C.slideCount=u.length;C.currSlide=C.lastSlide=x;if(C.random){C.nextSlide=C.currSlide;if(++C.randomIndex==u.length){C.randomIndex=0}C.nextSlide=C.randomMap[C.randomIndex]}else{C.nextSlide=C.startingSlide>=(u.length-1)?0:C.startingSlide+1}if(!C.multiFx){var G=i.fn.cycle.transitions[C.fx];if(i.isFunction(G)){G(y,J,C)}else{if(C.fx!="custom"&&!C.multiFx){f("unknown transition: "+C.fx,"; slideshow terminating");return false}}}var z=J[x];if(C.before.length){C.before[0].apply(z,[z,z,C,true])}if(C.after.length>1){C.after[1].apply(z,[z,z,C,true])}if(C.next){i(C.next).bind(C.prevNextEvent,function(){return o(C,C.rev?-1:1)})}if(C.prev){i(C.prev).bind(C.prevNextEvent,function(){return o(C,C.rev?1:-1)})}if(C.pager){d(u,C)}j(C,u);return C}function n(q){q.original={before:[],after:[]};q.original.cssBefore=i.extend({},q.cssBefore);q.original.cssAfter=i.extend({},q.cssAfter);q.original.animIn=i.extend({},q.animIn);q.original.animOut=i.extend({},q.animOut);i.each(q.before,function(){q.original.before.push(this)});i.each(q.after,function(){q.original.after.push(this)})}function c(w){var u,s,r=i.fn.cycle.transitions;if(w.fx.indexOf(",")>0){w.multiFx=true;w.fxs=w.fx.replace(/\s*/g,"").split(",");for(u=0;u<w.fxs.length;u++){var v=w.fxs[u];s=r[v];if(!s||!r.hasOwnProperty(v)||!i.isFunction(s)){f("discarding unknown transition: ",v);w.fxs.splice(u,1);u--}}if(!w.fxs.length){f("No valid transitions named; slideshow terminating.");return false}}else{if(w.fx=="all"){w.multiFx=true;w.fxs=[];for(p in r){s=r[p];if(r.hasOwnProperty(p)&&i.isFunction(s)){w.fxs.push(p)}}}}if(w.multiFx&&w.randomizeEffects){var t=Math.floor(Math.random()*20)+30;for(u=0;u<t;u++){var q=Math.floor(Math.random()*w.fxs.length);w.fxs.push(w.fxs.splice(q,1)[0])}a("randomized fx sequence: ",w.fxs)}return true}function j(r,q){r.addSlide=function(u,v){var t=i(u),w=t[0];if(!r.autostopCount){r.countdown++}q[v?"unshift":"push"](w);if(r.els){r.els[v?"unshift":"push"](w)}r.slideCount=q.length;t.css("position","absolute");t[v?"prependTo":"appendTo"](r.$cont);if(v){r.currSlide++;r.nextSlide++}if(!i.support.opacity&&r.cleartype&&!r.cleartypeNoBg){g(t)}if(r.fit&&r.width){t.width(r.width)}if(r.fit&&r.height&&r.height!="auto"){$slides.height(r.height)}w.cycleH=(r.fit&&r.height)?r.height:t.height();w.cycleW=(r.fit&&r.width)?r.width:t.width();t.css(r.cssBefore);if(r.pager){i.fn.cycle.createPagerAnchor(q.length-1,w,i(r.pager),q,r)}if(i.isFunction(r.onAddSlide)){r.onAddSlide(t)}else{t.hide()}}}i.fn.cycle.resetState=function(r,q){q=q||r.fx;r.before=[];r.after=[];r.cssBefore=i.extend({},r.original.cssBefore);r.cssAfter=i.extend({},r.original.cssAfter);r.animIn=i.extend({},r.original.animIn);r.animOut=i.extend({},r.original.animOut);r.fxFn=null;i.each(r.original.before,function(){r.before.push(this)});i.each(r.original.after,function(){r.after.push(this)});var s=i.fn.cycle.transitions[q];if(i.isFunction(s)){s(r.$cont,i(r.elements),r)}};function e(x,q,w,y){if(w&&q.busy&&q.manualTrump){i(x).stop(true,true);q.busy=false}if(q.busy){return}var u=q.$cont[0],A=x[q.currSlide],z=x[q.nextSlide];if(u.cycleStop!=q.stopCount||u.cycleTimeout===0&&!w){return}if(!w&&!u.cyclePause&&((q.autostop&&(--q.countdown<=0))||(q.nowrap&&!q.random&&q.nextSlide<q.currSlide))){if(q.end){q.end(q)}return}if(w||!u.cyclePause){var v=q.fx;A.cycleH=A.cycleH||i(A).height();A.cycleW=A.cycleW||i(A).width();z.cycleH=z.cycleH||i(z).height();z.cycleW=z.cycleW||i(z).width();if(q.multiFx){if(q.lastFx==undefined||++q.lastFx>=q.fxs.length){q.lastFx=0}v=q.fxs[q.lastFx];q.currFx=v}if(q.oneTimeFx){v=q.oneTimeFx;q.oneTimeFx=null}i.fn.cycle.resetState(q,v);if(q.before.length){i.each(q.before,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})}var s=function(){i.each(q.after,function(B,C){if(u.cycleStop!=q.stopCount){return}C.apply(z,[A,z,q,y])})};if(q.nextSlide!=q.currSlide){q.busy=1;if(q.fxFn){q.fxFn(A,z,q,s,y)}else{if(i.isFunction(i.fn.cycle[q.fx])){i.fn.cycle[q.fx](A,z,q,s)}else{i.fn.cycle.custom(A,z,q,s,w&&q.fastOnEvent)}}}q.lastSlide=q.currSlide;if(q.random){q.currSlide=q.nextSlide;if(++q.randomIndex==x.length){q.randomIndex=0}q.nextSlide=q.randomMap[q.randomIndex]}else{var t=(q.nextSlide+1)==x.length;q.nextSlide=t?0:q.nextSlide+1;q.currSlide=t?x.length-1:q.nextSlide-1}if(q.pager){i.fn.cycle.updateActivePagerLink(q.pager,q.currSlide)}}var r=0;if(q.timeout&&!q.continuous){r=h(A,z,q,y)}else{if(q.continuous&&u.cyclePause){r=10}}if(r>0){u.cycleTimeout=setTimeout(function(){e(x,q,0,!q.rev)},r)}}i.fn.cycle.updateActivePagerLink=function(q,r){i(q).each(function(){i(this).find("a").removeClass("activeSlide").filter("a:eq("+r+")").addClass("activeSlide")})};function h(v,s,u,r){if(u.timeoutFn){var q=u.timeoutFn(v,s,u,r);while((q-u.speed)<250){q+=u.speed}a("calculated timeout: "+q+"; speed: "+u.speed);if(q!==false){return q}}return u.timeout}i.fn.cycle.next=function(q){o(q,q.rev?-1:1)};i.fn.cycle.prev=function(q){o(q,q.rev?1:-1)};function o(r,u){var q=r.elements;var t=r.$cont[0],s=t.cycleTimeout;if(s){clearTimeout(s);t.cycleTimeout=0}if(r.random&&u<0){r.randomIndex--;if(--r.randomIndex==-2){r.randomIndex=q.length-2}else{if(r.randomIndex==-1){r.randomIndex=q.length-1}}r.nextSlide=r.randomMap[r.randomIndex]}else{if(r.random){if(++r.randomIndex==q.length){r.randomIndex=0}r.nextSlide=r.randomMap[r.randomIndex]}else{r.nextSlide=r.currSlide+u;if(r.nextSlide<0){if(r.nowrap){return false}r.nextSlide=q.length-1}else{if(r.nextSlide>=q.length){if(r.nowrap){return false}r.nextSlide=0}}}}if(i.isFunction(r.prevNextClick)){r.prevNextClick(u>0,r.nextSlide,q[r.nextSlide])}e(q,r,1,u>=0);return false}function d(r,s){var q=i(s.pager);i.each(r,function(t,u){i.fn.cycle.createPagerAnchor(t,u,q,r,s)});i.fn.cycle.updateActivePagerLink(s.pager,s.startingSlide)}i.fn.cycle.createPagerAnchor=function(u,v,s,t,w){var r;if(i.isFunction(w.pagerAnchorBuilder)){r=w.pagerAnchorBuilder(u,v)}else{r='<a href="#">'+(u+1)+"</a>"}if(!r){return}var x=i(r);if(x.parents("body").length===0){var q=[];if(s.length>1){s.each(function(){var y=x.clone(true);i(this).append(y);q.push(y[0])});x=i(q)}else{x.appendTo(s)}}x.bind(w.pagerEvent,function(A){A.preventDefault();w.nextSlide=u;var z=w.$cont[0],y=z.cycleTimeout;if(y){clearTimeout(y);z.cycleTimeout=0}if(i.isFunction(w.pagerClick)){w.pagerClick(w.nextSlide,t[w.nextSlide])}e(t,w,1,w.currSlide<u);return false});if(w.pagerEvent!="click"){x.click(function(){return false})}if(w.pauseOnPagerHover){x.hover(function(){w.$cont[0].cyclePause++},function(){w.$cont[0].cyclePause--})}};i.fn.cycle.hopsFromLast=function(t,s){var r,q=t.lastSlide,u=t.currSlide;if(s){r=u>q?u-q:t.slideCount-q}else{r=u<q?q-u:q+t.slideCount-u}return r};function g(s){function r(t){t=parseInt(t).toString(16);return t.length<2?"0"+t:t}function q(w){for(;w&&w.nodeName.toLowerCase()!="html";w=w.parentNode){var t=i.css(w,"background-color");if(t.indexOf("rgb")>=0){var u=t.match(/\d+/g);return"#"+r(u[0])+r(u[1])+r(u[2])}if(t&&t!="transparent"){return t}}return"#ffffff"}s.each(function(){i(this).css("background-color",q(this))})}i.fn.cycle.commonReset=function(v,t,u,r,s,q){i(u.elements).not(v).hide();u.cssBefore.opacity=1;u.cssBefore.display="block";if(r!==false&&t.cycleW>0){u.cssBefore.width=t.cycleW}if(s!==false&&t.cycleH>0){u.cssBefore.height=t.cycleH}u.cssAfter=u.cssAfter||{};u.cssAfter.display="none";i(v).css("zIndex",u.slideCount+(q===true?1:0));i(t).css("zIndex",u.slideCount+(q===true?0:1))};i.fn.cycle.custom=function(B,v,q,s,r){var A=i(B),w=i(v);var t=q.speedIn,z=q.speedOut,u=q.easeIn,y=q.easeOut;w.css(q.cssBefore);if(r){if(typeof r=="number"){t=z=r}else{t=z=1}u=y=null}var x=function(){w.animate(q.animIn,t,u,s)};A.animate(q.animOut,z,y,function(){if(q.cssAfter){A.css(q.cssAfter)}if(!q.sync){x()}});if(q.sync){x()}};i.fn.cycle.transitions={fade:function(r,s,q){s.not(":eq("+q.currSlide+")").css("opacity",0);q.before.push(function(v,t,u){i.fn.cycle.commonReset(v,t,u);u.cssBefore.opacity=0});q.animIn={opacity:1};q.animOut={opacity:0};q.cssBefore={top:0,left:0}}};i.fn.cycle.ver=function(){return l};i.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!i.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250}})(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-2008 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function(a){a.fn.cycle.transitions.none=function(c,d,b){b.fxFn=function(g,e,f,h){a(e).show();a(g).hide();h()}};a.fn.cycle.transitions.scrollUp=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssBefore={top:b,left:0};c.cssFirst={top:0};c.animIn={top:0};c.animOut={top:-b}};a.fn.cycle.transitions.scrollDown=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.height();c.cssFirst={top:0};c.cssBefore={top:-b,left:0};c.animIn={top:0};c.animOut={top:b}};a.fn.cycle.transitions.scrollLeft=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:0-b}};a.fn.cycle.transitions.scrollRight=function(d,e,c){d.css("overflow","hidden");c.before.push(a.fn.cycle.commonReset);var b=d.width();c.cssFirst={left:0};c.cssBefore={left:-b,top:0};c.animIn={left:0};c.animOut={left:b}};a.fn.cycle.transitions.scrollHorz=function(c,d,b){c.css("overflow","hidden").width();b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.left=e?(f.cycleW-1):(1-f.cycleW);g.animOut.left=e?-h.cycleW:h.cycleW});b.cssFirst={left:0};b.cssBefore={top:0};b.animIn={left:0};b.animOut={top:0}};a.fn.cycle.transitions.scrollVert=function(c,d,b){c.css("overflow","hidden");b.before.push(function(h,f,g,e){a.fn.cycle.commonReset(h,f,g);g.cssBefore.top=e?(1-f.cycleH):(f.cycleH-1);g.animOut.top=e?h.cycleH:-h.cycleH});b.cssFirst={top:0};b.cssBefore={left:0};b.animIn={top:0};b.animOut={left:0}};a.fn.cycle.transitions.slideX=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW});b.cssBefore={left:0,top:0,width:0};b.animIn={width:"show"};b.animOut={width:0}};a.fn.cycle.transitions.slideY=function(c,d,b){b.before.push(function(g,e,f){a(f.elements).not(g).hide();a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH});b.cssBefore={left:0,top:0,height:0};b.animIn={height:"show"};b.animOut={height:0}};a.fn.cycle.transitions.shuffle=function(e,f,d){var c,b=e.css("overflow","visible").width();f.css({left:0,top:0});d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true)});if(!d.speedAdjusted){d.speed=d.speed/2;d.speedAdjusted=true}d.random=0;d.shuffle=d.shuffle||{left:-b,top:15};d.els=[];for(c=0;c<f.length;c++){d.els.push(f[c])}for(c=0;c<d.currSlide;c++){d.els.push(d.els.shift())}d.fxFn=function(m,j,l,g,i){var h=i?a(m):a(j);a(j).css(l.cssBefore);var k=l.slideCount;h.animate(l.shuffle,l.speedIn,l.easeIn,function(){var o=a.fn.cycle.hopsFromLast(l,i);for(var q=0;q<o;q++){i?l.els.push(l.els.shift()):l.els.unshift(l.els.pop())}if(i){for(var r=0,n=l.els.length;r<n;r++){a(l.els[r]).css("z-index",n-r+k)}}else{var s=a(m).css("z-index");h.css("z-index",parseInt(s)+1+k)}h.animate({left:0,top:0},l.speedOut,l.easeOut,function(){a(i?this:m).hide();if(g){g()}})})};d.cssBefore={display:"block",opacity:1,top:0,left:0}};a.fn.cycle.transitions.turnUp=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=e.cycleH;f.animIn.height=e.cycleH});b.cssFirst={top:0};b.cssBefore={left:0,height:0};b.animIn={top:0};b.animOut={height:0}};a.fn.cycle.transitions.turnDown=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.animIn.height=e.cycleH;f.animOut.top=g.cycleH});b.cssFirst={top:0};b.cssBefore={left:0,top:0,height:0};b.animOut={height:0}};a.fn.cycle.transitions.turnLeft=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=e.cycleW;f.animIn.width=e.cycleW});b.cssBefore={top:0,width:0};b.animIn={left:0};b.animOut={width:0}};a.fn.cycle.transitions.turnRight=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.animIn.width=e.cycleW;f.animOut.left=g.cycleW});b.cssBefore={top:0,left:0,width:0};b.animIn={left:0};b.animOut={width:0}};a.fn.cycle.transitions.zoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false,true);f.cssBefore.top=e.cycleH/2;f.cssBefore.left=e.cycleW/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH};f.animOut={width:0,height:0,top:g.cycleH/2,left:g.cycleW/2}});b.cssFirst={top:0,left:0};b.cssBefore={width:0,height:0}};a.fn.cycle.transitions.fadeZoom=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,false);f.cssBefore.left=e.cycleW/2;f.cssBefore.top=e.cycleH/2;f.animIn={top:0,left:0,width:e.cycleW,height:e.cycleH}});b.cssBefore={width:0,height:0};b.animOut={opacity:0}};a.fn.cycle.transitions.blindX=function(d,e,c){var b=d.css("overflow","hidden").width();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.width=f.cycleW;g.animOut.left=h.cycleW});c.cssBefore={left:b,top:0};c.animIn={left:0};c.animOut={left:b}};a.fn.cycle.transitions.blindY=function(d,e,c){var b=d.css("overflow","hidden").height();c.before.push(function(h,f,g){a.fn.cycle.commonReset(h,f,g);g.animIn.height=f.cycleH;g.animOut.top=h.cycleH});c.cssBefore={top:b,left:0};c.animIn={top:0};c.animOut={top:b}};a.fn.cycle.transitions.blindZ=function(e,f,d){var c=e.css("overflow","hidden").height();var b=e.width();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h);h.animIn.height=g.cycleH;h.animOut.top=i.cycleH});d.cssBefore={top:c,left:b};d.animIn={top:0,left:0};d.animOut={top:c,left:b}};a.fn.cycle.transitions.growX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true);f.cssBefore.left=this.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:0}});b.cssBefore={width:0,top:0}};a.fn.cycle.transitions.growY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false);f.cssBefore.top=this.cycleH/2;f.animIn={top:0,height:this.cycleH};f.animOut={top:0}});b.cssBefore={height:0,left:0}};a.fn.cycle.transitions.curtainX=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,false,true,true);f.cssBefore.left=e.cycleW/2;f.animIn={left:0,width:this.cycleW};f.animOut={left:g.cycleW/2,width:0}});b.cssBefore={top:0,width:0}};a.fn.cycle.transitions.curtainY=function(c,d,b){b.before.push(function(g,e,f){a.fn.cycle.commonReset(g,e,f,true,false,true);f.cssBefore.top=e.cycleH/2;f.animIn={top:0,height:e.cycleH};f.animOut={top:g.cycleH/2,height:0}});b.cssBefore={left:0,height:0}};a.fn.cycle.transitions.cover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h);if(i=="right"){h.cssBefore.left=-b}else{if(i=="up"){h.cssBefore.top=c}else{if(i=="down"){h.cssBefore.top=-c}else{h.cssBefore.left=b}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0}};a.fn.cycle.transitions.uncover=function(f,g,e){var i=e.direction||"left";var b=f.css("overflow","hidden").width();var c=f.height();e.before.push(function(j,d,h){a.fn.cycle.commonReset(j,d,h,true,true,true);if(i=="right"){h.animOut.left=b}else{if(i=="up"){h.animOut.top=-c}else{if(i=="down"){h.animOut.top=c}else{h.animOut.left=-b}}}});e.animIn={left:0,top:0};e.animOut={opacity:1};e.cssBefore={top:0,left:0}};a.fn.cycle.transitions.toss=function(e,f,d){var b=e.css("overflow","visible").width();var c=e.height();d.before.push(function(i,g,h){a.fn.cycle.commonReset(i,g,h,true,true,true);if(!h.animOut.left&&!h.animOut.top){h.animOut={left:b*2,top:-c/2,opacity:0}}else{h.animOut.opacity=0}});d.cssBefore={left:0,top:0};d.animIn={left:0}};a.fn.cycle.transitions.wipe=function(s,m,e){var q=s.css("overflow","hidden").width();var j=s.height();e.cssBefore=e.cssBefore||{};var g;if(e.clip){if(/l2r/.test(e.clip)){g="rect(0px 0px "+j+"px 0px)"}else{if(/r2l/.test(e.clip)){g="rect(0px "+q+"px "+j+"px "+q+"px)"}else{if(/t2b/.test(e.clip)){g="rect(0px "+q+"px 0px 0px)"}else{if(/b2t/.test(e.clip)){g="rect("+j+"px "+q+"px "+j+"px 0px)"}else{if(/zoom/.test(e.clip)){var o=parseInt(j/2);var f=parseInt(q/2);g="rect("+o+"px "+f+"px "+o+"px "+f+"px)"}}}}}}e.cssBefore.clip=e.cssBefore.clip||g||"rect(0px 0px 0px 0px)";var k=e.cssBefore.clip.match(/(\d+)/g);var u=parseInt(k[0]),c=parseInt(k[1]),n=parseInt(k[2]),i=parseInt(k[3]);e.before.push(function(w,h,t){if(w==h){return}var d=a(w),b=a(h);a.fn.cycle.commonReset(w,h,t,true,true,false);t.cssAfter.display="block";var r=1,l=parseInt((t.speedIn/13))-1;(function v(){var y=u?u-parseInt(r*(u/l)):0;var z=i?i-parseInt(r*(i/l)):0;var A=n<j?n+parseInt(r*((j-n)/l||1)):j;var x=c<q?c+parseInt(r*((q-c)/l||1)):q;b.css({clip:"rect("+y+"px "+x+"px "+A+"px "+z+"px)"});(r++<=l)?setTimeout(v,13):d.css("display","none")})()});e.cssBefore={display:"block",opacity:1,top:0,left:0};e.animIn={left:0};e.animOut={left:0}}})(jQuery);



/*
	Coffon and Font replacement
	Font replacement (cufón) LiberationSans

*/

var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerFont({"w":200,"face":{"font-family":"Liberation Sans","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-18 -326 360 76.6956","underline-thickness":"26.3672","underline-position":"-51.3281","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"Y":7,"T":7,"A":20}},"\u00a0":{"w":100},"!":{"d":"63,-70r-26,0r-4,-178r34,0xm33,0r0,-35r34,0r0,35r-34,0","w":100},"\"":{"d":"109,-170r-25,0r-4,-78r32,0xm44,-170r-25,0r-4,-78r33,0","w":127},"#":{"d":"158,-156r-14,65r45,0r0,19r-49,0r-16,72r-19,0r15,-72r-64,0r-15,72r-19,0r15,-72r-35,0r0,-19r39,0r14,-65r-44,0r0,-19r48,0r15,-71r20,0r-16,71r64,0r16,-71r19,0r-16,71r37,0r0,19r-40,0xm75,-156r-14,65r63,0r14,-65r-63,0"},"$":{"d":"194,-70v0,46,-34,64,-81,66r0,29r-22,0r0,-29v-49,-1,-79,-23,-87,-63r30,-6v5,28,25,41,57,43r0,-87v-38,-9,-76,-20,-76,-67v1,-42,33,-58,76,-59r0,-23r22,0r0,23v45,0,67,20,76,56r-31,6v-5,-23,-18,-35,-45,-37r0,78v41,10,81,20,81,70xm113,-29v51,7,71,-66,19,-77v-6,-2,-12,-4,-19,-6r0,83xm91,-219v-47,-6,-63,57,-18,69v6,2,12,3,18,5r0,-74"},"%":{"d":"252,-156v43,0,55,33,55,80v0,46,-13,78,-56,78v-42,0,-55,-33,-55,-78v0,-48,12,-80,56,-80xm93,0r-28,0r162,-248r28,0xm13,-171v-1,-47,13,-79,56,-79v43,0,55,33,55,79v0,46,-13,79,-55,79v-43,0,-56,-33,-56,-79xm251,-17v28,0,30,-29,30,-59v0,-31,-1,-60,-29,-60v-29,0,-31,29,-31,60v0,29,2,59,30,59xm69,-112v27,0,28,-30,29,-59v0,-31,-1,-60,-29,-60v-29,0,-30,30,-30,60v0,30,2,59,30,59","w":320},"&":{"d":"234,-2v-28,10,-62,0,-77,-18v-40,39,-149,32,-144,-45v3,-43,29,-61,60,-76v-25,-40,-17,-114,47,-108v35,3,59,15,59,50v0,44,-40,53,-71,69v14,26,32,50,51,72v14,-21,24,-43,30,-72r26,8v-9,33,-21,57,-38,82v13,13,33,22,57,15r0,23xm97,-151v25,-10,52,-18,56,-48v-1,-18,-13,-29,-33,-29v-42,0,-39,50,-23,77xm42,-66v-3,51,71,58,98,28v-20,-24,-41,-51,-56,-80v-23,10,-40,24,-42,52","w":240},"'":{"d":"47,-170r-25,0r-4,-78r33,0","w":68},"(":{"d":"87,75v-38,-42,-65,-92,-65,-169v0,-76,28,-126,65,-167r31,0v-38,41,-64,92,-64,168v0,76,26,127,64,168r-31,0","w":119},")":{"d":"33,-261v38,41,65,92,65,168v0,76,-27,127,-65,168r-31,0v37,-41,64,-92,64,-168v0,-76,-27,-127,-64,-168r31,0","w":119},"*":{"d":"80,-196r47,-18r7,23r-49,13r32,44r-20,13r-27,-46r-27,45r-21,-12r33,-44r-49,-13r8,-23r47,19r-2,-53r23,0","w":140},"+":{"d":"118,-107r0,75r-26,0r0,-75r-74,0r0,-26r74,0r0,-75r26,0r0,75r74,0r0,26r-74,0","w":210},",":{"d":"68,-38v1,34,0,65,-14,84r-22,0v9,-13,17,-26,17,-46r-16,0r0,-38r35,0","w":100},"-":{"d":"16,-82r0,-28r88,0r0,28r-88,0","w":119},"\u00ad":{"d":"16,-82r0,-28r88,0r0,28r-88,0","w":119},".":{"d":"33,0r0,-38r34,0r0,38r-34,0","w":100},"\/":{"d":"0,4r72,-265r28,0r-72,265r-28,0","w":100},"0":{"d":"101,-251v68,0,85,55,85,127v0,72,-20,128,-86,128v-67,0,-86,-56,-86,-128v0,-73,17,-127,87,-127xm100,-22v47,0,54,-49,54,-102v0,-53,-4,-102,-53,-102v-51,0,-55,48,-55,102v0,53,5,102,54,102"},"1":{"d":"27,0r0,-27r64,0r0,-190r-56,39r0,-29r58,-41r29,0r0,221r61,0r0,27r-156,0","k":{"1":27}},"2":{"d":"101,-251v82,-7,93,87,43,132r-62,55v-11,11,-23,22,-29,37r129,0r0,27r-164,0v2,-99,128,-94,128,-182v0,-28,-16,-43,-45,-43v-29,0,-46,15,-49,41r-32,-3v6,-41,34,-60,81,-64"},"3":{"d":"126,-127v33,6,58,20,58,59v0,88,-139,92,-164,29v-3,-8,-5,-16,-6,-25r32,-3v6,27,21,44,54,44v32,0,53,-15,52,-46v-1,-38,-36,-46,-79,-43r0,-28v39,1,72,-4,72,-42v0,-27,-17,-43,-46,-43v-28,0,-47,15,-49,41r-32,-3v6,-42,35,-63,81,-64v48,-1,79,21,79,65v0,36,-21,52,-52,59"},"4":{"d":"155,-56r0,56r-30,0r0,-56r-117,0r0,-25r114,-167r33,0r0,167r35,0r0,25r-35,0xm125,-212v-27,46,-58,90,-88,131r88,0r0,-131"},"5":{"d":"54,-142v48,-35,137,-8,131,61v11,99,-154,114,-171,26r32,-4v7,23,22,37,52,37v35,-1,51,-22,54,-58v4,-55,-73,-65,-99,-34r-31,0r8,-134r141,0r0,27r-112,0"},"6":{"d":"110,-160v48,1,74,30,74,79v0,53,-28,85,-80,85v-65,0,-83,-55,-86,-122v-5,-90,50,-162,133,-122v14,7,22,21,27,39r-31,6v-5,-40,-67,-38,-82,-6v-9,19,-15,44,-15,74v11,-20,30,-34,60,-33xm103,-22v34,0,49,-23,49,-58v0,-35,-16,-56,-50,-56v-29,0,-50,16,-49,49v1,36,15,65,50,65"},"7":{"d":"64,0v3,-98,48,-159,88,-221r-134,0r0,-27r164,0r0,26v-39,65,-84,121,-85,222r-33,0"},"8":{"d":"134,-131v28,9,52,24,51,62v-1,50,-34,73,-85,73v-51,0,-83,-23,-84,-73v0,-36,21,-54,49,-61v-75,-25,-45,-126,34,-121v46,3,78,18,79,63v0,33,-17,51,-44,57xm100,-142v31,1,46,-15,46,-44v0,-28,-17,-43,-47,-42v-29,0,-46,13,-45,42v1,28,16,44,46,44xm101,-20v35,0,51,-18,51,-52v0,-30,-18,-46,-53,-46v-33,0,-51,17,-51,47v0,34,19,51,53,51"},"9":{"d":"99,-251v64,0,84,50,84,122v0,92,-53,162,-136,121v-14,-7,-20,-23,-25,-40r30,-5v6,39,69,39,84,7v9,-19,16,-44,16,-74v-10,22,-31,35,-62,35v-49,0,-73,-33,-73,-83v0,-54,28,-83,82,-83xm98,-110v31,-1,51,-18,51,-49v0,-36,-14,-67,-51,-67v-34,0,-49,23,-49,58v0,34,15,58,49,58"},":":{"d":"33,-154r0,-36r34,0r0,36r-34,0xm33,0r0,-36r34,0r0,36r-34,0","w":100},";":{"d":"68,-36v1,33,-1,63,-14,82r-22,0v9,-13,17,-26,17,-46r-16,0r0,-36r35,0xm33,-154r0,-36r35,0r0,36r-35,0","w":100},"\u037e":{"d":"68,-36v1,33,-1,63,-14,82r-22,0v9,-13,17,-26,17,-46r-16,0r0,-36r35,0xm33,-154r0,-36r35,0r0,36r-35,0","w":100},"<":{"d":"18,-100r0,-36r175,-74r0,27r-151,65r151,64r0,27","w":210},"=":{"d":"18,-150r0,-26r174,0r0,26r-174,0xm18,-60r0,-26r174,0r0,26r-174,0","w":210},">":{"d":"18,-27r0,-27r151,-64r-151,-65r0,-27r175,74r0,36","w":210},"?":{"d":"103,-251v84,0,111,97,45,133v-19,10,-37,24,-39,52r-31,0v0,-63,77,-55,77,-114v0,-30,-21,-42,-52,-43v-32,0,-53,17,-56,46r-32,-2v7,-45,34,-72,88,-72xm77,0r0,-35r34,0r0,35r-34,0"},"@":{"d":"198,-261v85,0,136,45,136,128v0,61,-22,111,-78,115v-29,2,-39,-18,-37,-44v-12,23,-32,44,-66,44v-41,0,-58,-28,-58,-68v0,-60,30,-105,88,-108v29,-1,43,15,54,32r7,-28r28,0v-9,45,-23,84,-27,134v-1,11,6,17,14,16v39,-4,51,-48,51,-92v0,-69,-42,-107,-112,-107v-93,0,-145,59,-145,153v0,71,41,112,115,113v43,0,78,-13,106,-28r9,19v-30,18,-67,32,-115,32v-89,0,-140,-51,-140,-136v0,-107,62,-175,170,-175xm158,-41v46,0,70,-43,70,-90v0,-26,-17,-40,-43,-40v-44,0,-59,41,-61,85v-1,26,9,45,34,45","w":365},"A":{"d":"205,0r-28,-72r-113,0r-28,72r-35,0r101,-248r38,0r99,248r-34,0xm167,-99r-47,-123v-12,45,-31,82,-46,123r93,0","w":240,"k":{"\u2019":27,"y":7,"w":7,"v":7,"Y":27,"W":13,"V":27,"T":27," ":20}},"B":{"d":"160,-131v35,5,61,23,61,61v0,87,-106,68,-191,70r0,-248v76,3,177,-17,177,60v0,33,-19,50,-47,57xm63,-142v50,-1,110,9,110,-42v0,-47,-63,-36,-110,-37r0,79xm63,-27v55,-2,124,14,124,-45v0,-56,-70,-42,-124,-44r0,89","w":240},"C":{"d":"212,-179v-10,-28,-35,-45,-73,-45v-59,0,-87,40,-87,99v0,60,29,101,89,101v43,0,62,-24,78,-52r27,14v-18,38,-51,66,-107,66v-80,0,-117,-50,-121,-129v-6,-104,99,-153,187,-111v19,9,31,26,39,46","w":259},"D":{"d":"30,-248v118,-7,216,8,213,122v-3,78,-43,126,-121,126r-92,0r0,-248xm63,-27v89,8,146,-16,146,-99v0,-83,-60,-101,-146,-95r0,194","w":259},"E":{"d":"30,0r0,-248r187,0r0,28r-154,0r0,79r144,0r0,27r-144,0r0,87r162,0r0,27r-195,0","w":240},"F":{"d":"63,-220r0,92r138,0r0,28r-138,0r0,100r-33,0r0,-248r175,0r0,28r-142,0","w":219,"k":{"A":20,".":40,",":40}},"G":{"d":"143,4v-82,0,-121,-48,-125,-129v-5,-107,100,-154,193,-111v17,8,29,25,37,43r-32,9v-13,-25,-37,-40,-76,-40v-61,0,-88,39,-88,99v0,61,29,100,91,101v35,0,62,-11,79,-27r0,-45r-74,0r0,-28r105,0r0,86v-25,25,-61,42,-110,42","w":280},"H":{"d":"197,0r0,-115r-134,0r0,115r-33,0r0,-248r33,0r0,105r134,0r0,-105r34,0r0,248r-34,0","w":259},"I":{"d":"33,0r0,-248r34,0r0,248r-34,0","w":100},"J":{"d":"153,-248v-8,100,35,252,-73,252v-44,-1,-67,-25,-74,-66r32,-5v4,25,16,42,43,43v27,0,39,-20,39,-49r0,-147r-48,0r0,-28r81,0","w":180},"K":{"d":"194,0r-99,-120r-32,25r0,95r-33,0r0,-248r33,0r0,124r119,-124r40,0r-105,108r119,140r-42,0","w":240},"L":{"d":"30,0r0,-248r33,0r0,221r125,0r0,27r-158,0","k":{"\u2019":20,"y":13,"Y":27,"W":27,"V":27,"T":27," ":13}},"M":{"d":"240,0r2,-218v-23,76,-54,145,-80,218r-23,0r-81,-218r1,218r-29,0r0,-248r44,0r77,211v21,-75,51,-140,76,-211r43,0r0,248r-30,0","w":299},"N":{"d":"190,0r-132,-211r1,211r-29,0r0,-248r39,0r133,213r-2,-213r31,0r0,248r-41,0","w":259},"O":{"d":"140,-251v81,0,123,46,123,126v0,79,-44,129,-123,129v-81,0,-123,-49,-123,-129v0,-80,42,-126,123,-126xm140,-24v63,0,89,-41,89,-101v0,-60,-29,-99,-89,-99v-61,0,-89,39,-89,99v0,60,28,100,89,101","w":280},"P":{"d":"30,-248v87,1,191,-15,191,75v0,78,-77,80,-158,76r0,97r-33,0r0,-248xm63,-123v57,0,124,11,124,-50v0,-59,-68,-47,-124,-48r0,98","w":240,"k":{"A":27,".":46,",":46," ":7}},"Q":{"d":"140,-251v81,0,123,46,123,126v0,72,-35,117,-100,126v7,30,30,48,69,40r0,23v-55,16,-95,-15,-103,-61v-73,-6,-112,-51,-112,-128v0,-80,42,-126,123,-126xm140,-24v63,0,89,-41,89,-101v0,-60,-29,-99,-89,-99v-61,0,-89,39,-89,99v0,60,28,100,89,101","w":280},"R":{"d":"233,-177v-1,41,-23,64,-60,70r70,107r-38,0r-65,-103r-77,0r0,103r-33,0r0,-248v88,3,205,-21,203,71xm63,-129v60,-2,137,13,137,-47v0,-61,-80,-42,-137,-45r0,92","w":259,"k":{"Y":7,"W":7,"V":7,"T":7}},"S":{"d":"185,-189v-5,-48,-123,-54,-124,2v14,75,158,14,163,119v3,78,-121,87,-175,55v-17,-10,-28,-26,-33,-46r33,-7v5,56,141,63,141,-1v0,-78,-155,-14,-162,-118v-5,-82,145,-84,179,-34v5,7,8,16,11,25","w":240},"T":{"d":"127,-220r0,220r-34,0r0,-220r-85,0r0,-28r204,0r0,28r-85,0","w":219,"k":{"y":20,"w":20,"u":13,"s":40,"r":13,"o":40,"i":13,"e":40,"c":40,"a":40,"O":7,"A":27,";":40,":":40,".":40,"-":20,",":40," ":7}},"U":{"d":"232,-93v-1,65,-40,97,-104,97v-61,0,-100,-32,-100,-94r0,-158r33,0v8,89,-33,224,67,224v102,0,64,-133,71,-224r33,0r0,155","w":259},"V":{"d":"137,0r-34,0r-101,-248r35,0r83,218r83,-218r36,0","w":240,"k":{"y":13,"u":13,"r":13,"o":20,"i":7,"e":20,"a":27,"A":27,";":13,":":13,".":33,"-":20,",":33}},"W":{"d":"266,0r-40,0r-56,-210r-55,210r-40,0r-73,-248r35,0r59,218r15,-64r43,-154r32,0r59,218r59,-218r35,0","w":339,"k":{"y":3,"u":7,"r":7,"o":7,"e":7,"a":13,"A":13,";":7,":":7,".":20,"-":7,",":20}},"X":{"d":"195,0r-74,-108r-76,108r-37,0r94,-129r-87,-119r37,0r69,98r67,-98r37,0r-84,118r92,130r-38,0","w":240},"Y":{"d":"137,-103r0,103r-34,0r0,-103r-95,-145r37,0r75,118r75,-118r37,0","w":240,"k":{"v":20,"u":20,"q":33,"p":27,"o":33,"i":13,"e":33,"a":27,"A":27,";":23,":":20,".":46,"-":33,",":46," ":7}},"Z":{"d":"209,0r-198,0r0,-25r151,-195r-138,0r0,-28r176,0r0,25r-150,196r159,0r0,27","w":219},"[":{"d":"26,75r0,-336r71,0r0,23r-41,0r0,290r41,0r0,23r-71,0","w":100},"\\":{"d":"72,4r-72,-265r28,0r72,265r-28,0","w":100},"]":{"d":"3,75r0,-23r41,0r0,-290r-41,0r0,-23r71,0r0,336r-71,0","w":100},"^":{"d":"138,-118r-54,-112r-54,112r-28,0r64,-130r36,0r65,130r-29,0","w":168},"_":{"d":"-5,72r0,-23r209,0r0,23r-209,0"},"`":{"d":"77,-211r-58,-49r0,-5r36,0v12,19,30,32,38,54r-16,0","w":119},"a":{"d":"141,-36v-15,21,-31,41,-68,40v-36,-1,-58,-21,-58,-57v-1,-64,63,-63,125,-63v3,-35,-9,-54,-41,-54v-24,1,-41,7,-42,31r-33,-3v5,-37,33,-52,76,-52v45,0,72,20,72,64r0,82v-1,20,7,32,28,27r0,20v-31,9,-61,-2,-59,-35xm48,-53v0,20,12,33,32,33v41,-3,63,-29,60,-74v-43,2,-92,-5,-92,41"},"b":{"d":"115,-194v53,0,69,39,70,98v0,66,-23,100,-70,100v-31,-1,-49,-11,-59,-34r-2,30r-31,0r1,-261r32,0r0,101v10,-23,28,-34,59,-34xm107,-20v40,0,45,-34,45,-75v0,-40,-5,-75,-45,-74v-42,0,-51,32,-51,76v0,43,10,73,51,73"},"c":{"d":"96,-169v-40,0,-48,33,-48,73v0,40,9,75,48,75v24,0,41,-14,43,-38r32,2v-6,37,-31,61,-74,61v-59,0,-76,-41,-82,-99v-10,-93,101,-131,147,-64v4,7,5,14,7,22r-32,3v-4,-21,-16,-35,-41,-35","w":180},"d":{"d":"85,-194v31,0,48,13,60,33r-1,-100r32,0r1,261r-30,0v-2,-10,0,-23,-3,-31v-10,23,-28,35,-59,35v-53,0,-69,-39,-70,-98v0,-66,23,-100,70,-100xm94,-170v-40,0,-46,34,-46,75v0,40,6,74,45,74v42,0,51,-32,51,-76v0,-42,-9,-74,-50,-73"},"e":{"d":"100,-194v63,0,86,42,84,106r-135,0v0,40,14,67,53,68v26,1,43,-12,49,-29r28,8v-11,28,-37,45,-77,45v-58,0,-88,-37,-87,-100v1,-61,26,-98,85,-98xm152,-113v6,-60,-76,-77,-97,-28v-3,7,-6,17,-6,28r103,0"},"f":{"d":"101,-234v-31,-9,-42,10,-38,44r38,0r0,23r-38,0r0,167r-31,0r0,-167r-27,0r0,-23r27,0v-7,-52,17,-82,69,-68r0,24","w":100,"k":{"\u2019":-7,"f":7}},"g":{"d":"177,-190v-10,125,41,293,-110,261v-23,-6,-38,-20,-44,-43r32,-5v15,47,100,32,89,-28r0,-30v-11,21,-29,36,-61,36v-54,0,-68,-41,-68,-96v0,-56,16,-97,71,-98v29,-1,48,16,59,35v1,-10,0,-23,2,-32r30,0xm94,-22v36,0,50,-32,50,-73v0,-42,-14,-75,-50,-75v-39,0,-46,34,-46,75v0,41,6,73,46,73"},"h":{"d":"106,-169v-72,0,-44,102,-49,169r-32,0r0,-261r32,0r-1,103v12,-21,28,-36,61,-36v89,0,53,116,60,194r-32,0r0,-121v2,-32,-8,-49,-39,-48"},"i":{"d":"24,-231r0,-30r32,0r0,30r-32,0xm24,0r0,-190r32,0r0,190r-32,0","w":79},"j":{"d":"24,-231r0,-30r32,0r0,30r-32,0xm-9,49v24,4,33,-6,33,-30r0,-209r32,0r0,214v2,40,-23,58,-65,49r0,-24","w":79},"k":{"d":"143,0r-64,-87r-23,19r0,68r-32,0r0,-261r32,0r0,163r83,-92r37,0r-77,82r82,108r-38,0","w":180},"l":{"d":"24,0r0,-261r32,0r0,261r-32,0","w":79},"m":{"d":"210,-169v-67,3,-38,105,-44,169r-31,0r0,-121v0,-29,-5,-50,-35,-48v-66,4,-38,104,-44,169r-31,0r-1,-190r30,0v1,10,-1,24,2,32v10,-44,99,-50,107,0v11,-21,27,-35,58,-36v85,-2,47,119,55,194r-31,0r0,-121v0,-29,-5,-49,-35,-48","w":299},"n":{"d":"117,-194v89,-4,53,116,60,194r-32,0r0,-121v0,-31,-8,-49,-39,-48v-72,2,-44,102,-49,169r-32,0r-1,-190r30,0v1,10,-1,24,2,32v11,-22,29,-35,61,-36"},"o":{"d":"100,-194v62,-1,85,37,85,99v1,63,-27,99,-86,99v-59,0,-83,-39,-84,-99v0,-66,28,-99,85,-99xm99,-20v44,1,53,-31,53,-75v0,-43,-8,-75,-51,-75v-43,0,-53,32,-53,75v0,43,10,74,51,75"},"p":{"d":"115,-194v55,1,70,41,70,98v0,57,-16,98,-70,100v-31,0,-49,-13,-60,-34r1,105r-32,0r-1,-265r31,0r2,30v10,-21,28,-34,59,-34xm107,-20v40,0,45,-34,45,-75v0,-41,-6,-73,-45,-74v-42,0,-51,32,-51,76v0,43,10,73,51,73"},"q":{"d":"145,-31v-11,22,-29,35,-60,35v-53,0,-69,-39,-70,-98v0,-59,17,-99,70,-100v32,-1,48,14,60,33v0,-11,-1,-24,2,-32r30,0r-1,268r-32,0xm93,-21v41,0,51,-33,51,-76v0,-43,-8,-73,-50,-73v-40,0,-46,35,-46,75v0,40,5,74,45,74"},"r":{"d":"114,-163v-78,-16,-53,91,-57,163r-32,0r-1,-190r30,0v1,12,-1,29,2,39v6,-27,23,-49,58,-41r0,29","w":119,"k":{"\u2019":-13,".":20,",":20}},"s":{"d":"135,-143v-3,-34,-86,-38,-87,0v15,53,115,12,119,90v4,78,-150,74,-157,8r28,-5v4,36,97,45,98,0v-10,-56,-113,-15,-118,-90v-4,-57,82,-63,122,-42v12,7,21,19,24,35","w":180},"t":{"d":"59,-47v-2,24,18,29,38,22r0,24v-33,10,-70,5,-70,-39r0,-127r-22,0r0,-23r24,0r9,-43r21,0r0,43r35,0r0,23r-35,0r0,120","w":100},"u":{"d":"84,4v-89,4,-54,-116,-61,-194r32,0r0,120v0,31,7,50,39,49v72,-2,45,-101,50,-169r31,0r1,190r-30,0v-1,-10,1,-25,-2,-33v-11,22,-28,36,-60,37"},"v":{"d":"108,0r-38,0r-69,-190r34,0r54,165r56,-165r34,0","w":180,"k":{".":27,",":27}},"w":{"d":"206,0r-36,0r-40,-164r-41,164r-36,0r-54,-190r32,0r39,164r43,-164r34,0r41,164r42,-164r31,0","w":259,"k":{".":20,",":20}},"x":{"d":"141,0r-51,-78r-52,78r-34,0r68,-98r-65,-92r35,0r48,74r47,-74r35,0r-64,92r68,98r-35,0","w":180},"y":{"d":"179,-190r-86,221v-14,28,-37,51,-81,42r0,-24v39,6,53,-20,64,-50r-75,-189r34,0r57,156r54,-156r33,0","w":180,"k":{".":27,",":27}},"z":{"d":"9,0r0,-24r116,-142r-109,0r0,-24r144,0r0,24r-116,142r123,0r0,24r-158,0","w":180},"{":{"d":"39,-94v74,12,-11,154,75,146r0,23v-44,4,-70,-10,-70,-52v0,-46,11,-107,-38,-105r0,-22v81,4,-7,-162,84,-157r24,0r0,23v-82,-15,-2,131,-75,144","w":120},"|":{"d":"32,76r0,-337r29,0r0,337r-29,0","w":93},"}":{"d":"76,-40v2,64,8,128,-70,115r0,-23v80,12,3,-131,74,-146v-40,-6,-34,-59,-34,-106v1,-29,-11,-41,-40,-38r0,-23v44,-4,70,10,70,52v0,47,-12,108,38,105r0,22v-26,1,-39,14,-38,42","w":120},"~":{"d":"16,-127v37,-31,93,-2,135,6v18,-1,32,-8,43,-16r0,26v-50,42,-130,-35,-178,9r0,-25","w":210},"\u00a1":{"d":"47,-120r26,0r4,177r-34,0xm77,-190r0,35r-34,0r0,-35r34,0","w":119},"\u00a2":{"d":"95,-195v-57,5,-51,139,0,145r0,-145xm24,-123v0,-56,20,-93,71,-97r0,-28r21,0r0,28v36,3,56,24,62,56r-33,2v-3,-18,-11,-30,-29,-33r0,145v17,-4,29,-16,31,-36r32,2v-6,34,-26,56,-63,60r0,29r-21,0r0,-29v-51,-5,-70,-44,-71,-99"},"\u00a3":{"d":"45,-27v46,-4,117,17,120,-31r29,3v-5,33,-21,55,-59,55r-123,0r0,-27v27,-12,33,-42,31,-83r-33,0r0,-23r33,0v-23,-96,57,-153,128,-96v4,5,8,11,10,18r-31,10v-5,-15,-16,-24,-36,-24v-47,0,-39,48,-39,92r71,0r0,23r-71,0v2,40,-6,70,-30,83"},"\u00a4":{"d":"56,-182v21,-19,67,-19,89,-1r17,-17r18,19r-17,16v17,22,18,67,0,89r17,18r-18,18r-17,-18v-22,18,-67,18,-89,0r-18,18r-18,-18r18,-18v-18,-22,-18,-67,0,-89r-18,-17r18,-18xm101,-170v-30,0,-50,20,-50,49v0,30,20,50,50,50v29,0,49,-20,49,-50v0,-29,-20,-49,-49,-49"},"\u00a5":{"d":"127,-125r56,0r0,22r-67,0r0,27r67,0r0,23r-67,0r0,53r-32,0r0,-53r-67,0r0,-23r67,0r1,-27r-68,0r0,-22r57,0r-74,-123r35,0r65,114r66,-114r35,0"},"\u00a6":{"d":"32,-124r0,-137r29,0r0,137r-29,0xm32,76r0,-137r29,0r0,137r-29,0","w":93},"\u00a7":{"d":"31,-209v-2,-70,138,-68,145,-6r-28,3v-3,-36,-88,-36,-89,0v12,56,121,17,121,91v0,27,-17,41,-38,48v19,10,37,21,37,48v2,76,-153,72,-159,7r29,-5v2,42,101,43,102,0v-13,-58,-124,-24,-124,-95v0,-26,18,-41,40,-47v-20,-7,-36,-18,-36,-44xm55,-120v4,42,95,53,97,3v-4,-43,-95,-54,-97,-3"},"\u00a8":{"d":"77,-214r0,-33r29,0r0,33r-29,0xm8,-214r0,-33r29,0r0,33r-29,0","w":119},"\u00a9":{"d":"133,-251v76,0,127,50,127,127v0,77,-50,127,-127,127v-77,0,-128,-49,-128,-127v0,-77,49,-127,128,-127xm133,-14v66,0,110,-42,110,-110v0,-69,-43,-111,-110,-111v-66,0,-111,45,-111,111v0,65,44,110,111,110xm173,-157v-17,-41,-97,-25,-85,32v-11,59,71,77,87,30r21,6v-12,22,-28,41,-62,40v-46,-1,-69,-29,-69,-76v0,-78,101,-100,128,-37","w":265},"\u00aa":{"d":"92,-140v-14,34,-87,38,-87,-13v0,-44,44,-42,86,-43v1,-23,-4,-39,-27,-38v-17,1,-26,6,-27,24r-27,-2v5,-26,23,-40,54,-40v31,0,52,13,52,44r0,54v-2,15,5,22,18,18v1,13,1,22,-14,21v-18,-1,-26,-9,-28,-25xm66,-179v-35,-9,-50,45,-13,45v26,0,40,-17,38,-46","w":133},"\u00ab":{"d":"156,-25r-60,-64r0,-11r60,-65r29,0r0,5r-59,66r60,64r0,5r-30,0xm74,-25r-59,-64r0,-11r59,-65r29,0r0,5r-59,66r59,64r0,5r-29,0"},"\u00ac":{"d":"167,-32r0,-75r-149,0r0,-26r174,0r0,101r-25,0","w":210},"\u00ae":{"d":"133,-251v76,0,127,50,127,127v0,77,-50,127,-127,127v-77,0,-128,-49,-128,-127v0,-77,49,-127,128,-127xm133,-14v66,0,110,-42,110,-110v0,-69,-43,-111,-110,-111v-66,0,-111,45,-111,111v0,65,44,110,111,110xm136,-197v59,-9,68,78,19,85r38,61r-25,0r-35,-59r-28,0r0,59r-23,0r0,-146r54,0xm105,-127v30,1,60,3,60,-28v0,-27,-32,-26,-60,-25r0,53","w":265},"\u00af":{"d":"202,-255r-205,0r0,-17r205,0r0,17","w":198},"\u00b0":{"d":"72,-251v31,0,50,20,50,50v0,30,-20,50,-50,50v-30,0,-51,-20,-51,-50v0,-30,19,-50,51,-50xm72,-170v19,0,31,-12,31,-31v1,-20,-13,-32,-31,-32v-18,0,-32,12,-31,32v0,19,12,31,31,31","w":143},"\u00b1":{"d":"112,-120r0,70r-26,0r0,-70r-75,0r0,-25r75,0r0,-69r26,0r0,69r74,0r0,25r-74,0xm11,0r0,-25r175,0r0,25r-175,0","w":197},"\u00b2":{"d":"111,-209v0,50,-58,54,-76,90r78,0r0,20r-105,0r-1,-18v15,-40,70,-45,80,-90v-1,-15,-9,-25,-26,-24v-17,0,-27,9,-29,25r-23,-2v5,-26,22,-42,53,-42v30,0,49,14,49,41","w":119},"\u00b3":{"d":"78,-176v19,5,35,13,35,36v0,52,-87,57,-104,18v-2,-5,-3,-10,-4,-15r24,-2v2,17,12,24,32,24v18,0,28,-8,28,-26v0,-23,-21,-25,-44,-24r0,-19v21,0,39,-4,40,-24v0,-15,-9,-23,-25,-23v-16,0,-27,8,-28,24r-24,-3v1,-50,101,-56,101,-2v0,21,-12,32,-31,36","w":119},"\u00b4":{"d":"13,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0","w":119},"\u00b5":{"d":"146,-31v-12,30,-63,49,-90,21r0,85r-31,0r0,-265r31,0v8,62,-26,169,40,169v69,0,43,-102,48,-169r32,0r0,143v-1,18,6,31,23,24r0,23v-26,9,-56,0,-53,-31","w":207},"\u00b6":{"d":"14,-184v-3,-80,89,-63,164,-64r0,18r-23,0r0,276r-19,0r0,-276r-38,0r0,276r-20,0r0,-168v-40,-1,-62,-22,-64,-62","w":193},"\u00b7":{"d":"33,-78r0,-39r34,0r0,39r-34,0","w":100},"\u2219":{"d":"33,-78r0,-39r34,0r0,39r-34,0","w":100},"\u00b8":{"d":"52,18v19,-1,33,8,33,26v0,31,-30,33,-64,32r0,-18v18,2,39,4,41,-13v1,-15,-18,-13,-34,-13r12,-32r19,0","w":119},"\u00b9":{"d":"14,-99r0,-19r37,0r0,-109r-35,25r0,-22v18,-9,27,-27,58,-24r0,130r38,0r0,19r-98,0","w":119},"\u00ba":{"d":"66,-252v43,0,62,25,61,69v0,43,-19,69,-62,69v-41,0,-60,-27,-60,-69v0,-43,19,-69,61,-69xm65,-133v29,0,36,-19,36,-50v0,-30,-5,-50,-34,-50v-30,-1,-36,21,-36,50v0,28,6,50,34,50","w":131},"\u00bb":{"d":"126,-25r-29,0r0,-5r59,-64r-59,-66r0,-5r29,0r60,65r0,11xm44,-25r-29,0r0,-5r59,-64r-59,-66r0,-5r29,0r59,65r0,11"},"\u00bc":{"d":"264,-32r0,32r-23,0r0,-32r-71,0r0,-19r68,-98r26,0r0,97r20,0r0,20r-20,0xm242,-126v-15,26,-33,50,-50,74r49,0xm87,0r-26,0r155,-248r25,0xm10,-99r0,-19r37,0r0,-109r-35,25r0,-22v18,-9,27,-27,58,-24r0,130r38,0r0,19r-98,0","w":300},"\u00bd":{"d":"87,0r-26,0r155,-248r25,0xm10,-99r0,-19r37,0r0,-109r-35,25r0,-22v18,-9,27,-27,58,-24r0,130r38,0r0,19r-98,0xm289,-110v0,50,-58,54,-76,90r78,0r0,20r-105,0r-1,-18v15,-40,70,-45,80,-90v-1,-15,-9,-25,-26,-24v-17,0,-27,9,-29,25r-23,-2v5,-26,22,-42,53,-42v30,0,49,14,49,41","w":300},"\u00be":{"d":"264,-32r0,32r-23,0r0,-32r-71,0r0,-19r68,-98r26,0r0,97r20,0r0,20r-20,0xm242,-126v-15,26,-33,50,-50,74r49,0xm90,0r-26,0r155,-248r26,0xm86,-176v19,5,35,13,35,36v0,52,-87,57,-104,18v-2,-5,-3,-10,-4,-15r24,-2v2,17,12,24,32,24v18,0,28,-8,28,-26v0,-23,-21,-25,-44,-24r0,-19v21,0,39,-4,40,-24v0,-15,-9,-23,-25,-23v-16,0,-27,8,-28,24r-24,-3v1,-50,101,-56,101,-2v0,21,-12,32,-31,36","w":300},"\u00bf":{"d":"107,61v-50,0,-82,-22,-84,-70v-2,-65,71,-58,78,-115r30,0v1,64,-76,54,-76,114v0,30,21,42,52,43v32,0,53,-17,56,-46r32,2v-6,46,-36,72,-88,72xm133,-190r0,35r-34,0r0,-35r34,0","w":219},"\u00c0":{"d":"132,-269r-55,-38r0,-5r37,0v12,15,29,25,38,43r-20,0xm205,0r-28,-72r-113,0r-28,72r-35,0r101,-248r38,0r99,248r-34,0xm167,-99r-47,-123v-12,45,-31,82,-46,123r93,0","w":240},"\u00c1":{"d":"96,-269v9,-18,26,-28,38,-43r37,0r0,5r-55,38r-20,0xm205,0r-28,-72r-113,0r-28,72r-35,0r101,-248r38,0r99,248r-34,0xm167,-99r-47,-123v-12,45,-31,82,-46,123r93,0","w":240},"\u00c2":{"d":"139,-315v12,16,30,27,39,46v-29,2,-38,-16,-57,-24v-19,8,-29,26,-59,24v10,-19,29,-29,41,-46r36,0xm205,0r-28,-72r-113,0r-28,72r-35,0r101,-248r38,0r99,248r-34,0xm167,-99r-47,-123v-12,45,-31,82,-46,123r93,0","w":240},"\u00c3":{"d":"184,-316v-4,23,-8,48,-36,47v-28,-1,-64,-43,-75,0r-16,0v4,-23,8,-48,36,-47v28,1,64,44,74,0r17,0xm205,0r-28,-72r-113,0r-28,72r-35,0r101,-248r38,0r99,248r-34,0xm167,-99r-47,-123v-12,45,-31,82,-46,123r93,0","w":240},"\u00c4":{"d":"141,-269r0,-32r29,0r0,32r-29,0xm72,-269r0,-32r29,0r0,32r-29,0xm205,0r-28,-72r-113,0r-28,72r-35,0r101,-248r38,0r99,248r-34,0xm167,-99r-47,-123v-12,45,-31,82,-46,123r93,0","w":240},"\u00c5":{"d":"121,-314v26,0,42,16,42,42v0,27,-18,40,-42,43v-25,-3,-43,-16,-43,-43v0,-26,17,-42,43,-42xm121,-248v14,0,23,-10,23,-24v0,-13,-10,-23,-23,-23v-14,0,-24,9,-24,23v0,14,10,24,24,24xm205,0r-28,-72r-113,0r-28,72r-35,0r101,-248r38,0r99,248r-34,0xm167,-99r-47,-123v-12,45,-31,82,-46,123r93,0","w":240},"\u00c6":{"d":"170,0r0,-72r-96,0r-35,72r-35,0r121,-248r212,0r0,28r-133,0r0,79r123,0r0,27r-123,0r0,87r141,0r0,27r-175,0xm170,-222v-33,-8,-36,21,-46,42r-38,81r84,0r0,-123","w":360},"\u00c7":{"d":"212,-179v-10,-28,-35,-45,-73,-45v-59,0,-87,40,-87,99v0,60,29,101,89,101v43,0,62,-24,78,-52r27,14v-18,38,-51,66,-107,66v-80,0,-117,-50,-121,-129v-6,-104,99,-153,187,-111v19,9,31,26,39,46xm142,18v19,-1,33,8,33,26v0,31,-30,33,-64,32r0,-18v18,2,39,4,41,-13v1,-15,-18,-13,-34,-13r12,-32r19,0","w":259},"\u00c8":{"d":"129,-269r-54,-38r0,-5r36,0v12,15,29,25,38,43r-20,0xm30,0r0,-248r187,0r0,28r-154,0r0,79r144,0r0,27r-144,0r0,87r162,0r0,27r-195,0","w":240},"\u00c9":{"d":"97,-269v9,-18,26,-28,38,-43r36,0r0,5r-54,38r-20,0xm30,0r0,-248r187,0r0,28r-154,0r0,79r144,0r0,27r-144,0r0,87r162,0r0,27r-195,0","w":240},"\u00ca":{"d":"143,-315v12,16,30,27,39,46v-29,2,-38,-16,-57,-24v-19,8,-29,26,-59,24v10,-19,29,-29,41,-46r36,0xm30,0r0,-248r187,0r0,28r-154,0r0,79r144,0r0,27r-144,0r0,87r162,0r0,27r-195,0","w":240},"\u00cb":{"d":"143,-269r0,-32r29,0r0,32r-29,0xm74,-269r0,-32r29,0r0,32r-29,0xm30,0r0,-248r187,0r0,28r-154,0r0,79r144,0r0,27r-144,0r0,87r162,0r0,27r-195,0","w":240},"\u00cc":{"d":"56,-269r-54,-38r0,-5r36,0v12,15,29,25,38,43r-20,0xm33,0r0,-248r34,0r0,248r-34,0","w":100},"\u00cd":{"d":"25,-269v9,-18,26,-28,38,-43r36,0r0,5r-54,38r-20,0xm33,0r0,-248r34,0r0,248r-34,0","w":100},"\u00ce":{"d":"69,-315v12,16,30,27,39,46v-29,2,-38,-16,-57,-24v-19,8,-29,26,-59,24v10,-19,29,-29,41,-46r36,0xm33,0r0,-248r34,0r0,248r-34,0","w":100},"\u00cf":{"d":"70,-269r0,-32r29,0r0,32r-29,0xm1,-269r0,-32r29,0r0,32r-29,0xm33,0r0,-248r34,0r0,248r-34,0","w":100},"\u00d0":{"d":"243,-126v-3,78,-43,126,-121,126r-92,0r0,-114r-28,0r0,-27r28,0r0,-107v118,-7,216,8,213,122xm63,-27v89,8,146,-16,146,-99v0,-83,-60,-101,-146,-95r0,80r71,0r0,27r-71,0r0,87","w":259},"\u00d1":{"d":"195,-316v-3,24,-8,48,-35,47v-28,-1,-64,-43,-75,0r-16,0v4,-23,8,-48,36,-47v28,1,64,44,74,0r16,0xm190,0r-132,-211r1,211r-29,0r0,-248r39,0r133,213r-2,-213r31,0r0,248r-41,0","w":259},"\u00d2":{"d":"150,-269r-54,-38r0,-5r36,0v12,15,29,25,38,43r-20,0xm140,-251v81,0,123,46,123,126v0,79,-44,129,-123,129v-81,0,-123,-49,-123,-129v0,-80,42,-126,123,-126xm140,-24v63,0,89,-41,89,-101v0,-60,-29,-99,-89,-99v-61,0,-89,39,-89,99v0,60,28,100,89,101","w":280},"\u00d3":{"d":"109,-269v9,-18,26,-28,38,-43r37,0r0,5r-55,38r-20,0xm140,-251v81,0,123,46,123,126v0,79,-44,129,-123,129v-81,0,-123,-49,-123,-129v0,-80,42,-126,123,-126xm140,-24v63,0,89,-41,89,-101v0,-60,-29,-99,-89,-99v-61,0,-89,39,-89,99v0,60,28,100,89,101","w":280},"\u00d4":{"d":"159,-315v12,16,30,27,40,46v-30,3,-38,-16,-57,-24v-20,8,-29,27,-60,24v10,-20,29,-29,42,-46r35,0xm140,-251v81,0,123,46,123,126v0,79,-44,129,-123,129v-81,0,-123,-49,-123,-129v0,-80,42,-126,123,-126xm140,-24v63,0,89,-41,89,-101v0,-60,-29,-99,-89,-99v-61,0,-89,39,-89,99v0,60,28,100,89,101","w":280},"\u00d5":{"d":"201,-316v-4,23,-8,48,-36,47v-27,-2,-64,-44,-74,0r-16,0v4,-23,8,-48,36,-47v28,1,64,44,74,0r16,0xm140,-251v81,0,123,46,123,126v0,79,-44,129,-123,129v-81,0,-123,-49,-123,-129v0,-80,42,-126,123,-126xm140,-24v63,0,89,-41,89,-101v0,-60,-29,-99,-89,-99v-61,0,-89,39,-89,99v0,60,28,100,89,101","w":280},"\u00d6":{"d":"160,-269r0,-32r29,0r0,32r-29,0xm91,-269r0,-32r29,0r0,32r-29,0xm140,-251v81,0,123,46,123,126v0,79,-44,129,-123,129v-81,0,-123,-49,-123,-129v0,-80,42,-126,123,-126xm140,-24v63,0,89,-41,89,-101v0,-60,-29,-99,-89,-99v-61,0,-89,39,-89,99v0,60,28,100,89,101","w":280},"\u00d7":{"d":"25,-58r62,-62r-62,-62r19,-18r61,62r62,-62r18,19r-61,61r61,62r-17,18r-63,-62r-62,62","w":210},"\u00d8":{"d":"233,-215v19,21,30,51,30,90v0,79,-44,129,-123,129v-30,0,-54,-8,-73,-20r-21,25r-34,0r36,-42v-20,-21,-31,-53,-31,-92v0,-80,42,-125,123,-126v31,0,53,7,73,19r21,-26r34,0xm140,-24v87,0,108,-103,71,-166r-124,150v13,10,30,16,53,16xm140,-224v-87,0,-109,102,-71,165r124,-149v-13,-10,-30,-16,-53,-16","w":280},"\u00d9":{"d":"143,-269r-55,-38r0,-5r37,0v12,15,29,25,38,43r-20,0xm232,-93v-1,65,-40,97,-104,97v-61,0,-100,-32,-100,-94r0,-158r33,0v8,89,-33,224,67,224v102,0,64,-133,71,-224r33,0r0,155","w":259},"\u00da":{"d":"99,-269v9,-18,26,-28,38,-43r37,0r0,5r-55,38r-20,0xm232,-93v-1,65,-40,97,-104,97v-61,0,-100,-32,-100,-94r0,-158r33,0v8,89,-33,224,67,224v102,0,64,-133,71,-224r33,0r0,155","w":259},"\u00db":{"d":"149,-315v12,16,30,27,39,46v-29,2,-38,-16,-57,-24v-19,8,-29,26,-59,24v10,-19,29,-29,41,-46r36,0xm232,-93v-1,65,-40,97,-104,97v-61,0,-100,-32,-100,-94r0,-158r33,0v8,89,-33,224,67,224v102,0,64,-133,71,-224r33,0r0,155","w":259},"\u00dc":{"d":"150,-269r0,-32r29,0r0,32r-29,0xm81,-269r0,-32r29,0r0,32r-29,0xm232,-93v-1,65,-40,97,-104,97v-61,0,-100,-32,-100,-94r0,-158r33,0v8,89,-33,224,67,224v102,0,64,-133,71,-224r33,0r0,155","w":259},"\u00dd":{"d":"94,-269v9,-18,26,-28,38,-43r37,0r0,5r-55,38r-20,0xm137,-103r0,103r-34,0r0,-103r-95,-145r37,0r75,118r75,-118r37,0","w":240},"\u00de":{"d":"63,-203v79,-2,158,-5,158,74v0,77,-76,82,-158,77r0,52r-33,0r0,-248r33,0r0,45xm63,-77v58,0,124,9,124,-51v0,-59,-66,-50,-124,-50r0,101","w":240},"\u00df":{"d":"140,-139v13,36,65,36,65,87v0,58,-68,64,-113,47r0,-29v22,14,87,23,83,-17v-4,-47,-80,-39,-61,-102v7,-22,36,-25,36,-53v0,-21,-19,-30,-43,-30v-36,0,-51,20,-50,57r0,179r-32,0r0,-181v0,-54,29,-79,82,-80v41,0,71,15,73,52v3,39,-32,43,-40,70","w":219},"\u00e0":{"d":"141,-36v-15,21,-31,41,-68,40v-36,-1,-58,-21,-58,-57v-1,-64,63,-63,125,-63v3,-35,-9,-54,-41,-54v-24,1,-41,7,-42,31r-33,-3v5,-37,33,-52,76,-52v45,0,72,20,72,64r0,82v-1,20,7,32,28,27r0,20v-31,9,-61,-2,-59,-35xm48,-53v0,20,12,33,32,33v41,-3,63,-29,60,-74v-43,2,-92,-5,-92,41xm110,-211r-58,-49r0,-5r36,0v12,19,30,32,38,54r-16,0"},"\u00e1":{"d":"141,-36v-15,21,-31,41,-68,40v-36,-1,-58,-21,-58,-57v-1,-64,63,-63,125,-63v3,-35,-9,-54,-41,-54v-24,1,-41,7,-42,31r-33,-3v5,-37,33,-52,76,-52v45,0,72,20,72,64r0,82v-1,20,7,32,28,27r0,20v-31,9,-61,-2,-59,-35xm48,-53v0,20,12,33,32,33v41,-3,63,-29,60,-74v-43,2,-92,-5,-92,41xm73,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0"},"\u00e2":{"d":"115,-262v12,18,31,29,40,51v-33,3,-38,-21,-58,-30v-20,10,-27,33,-59,30v9,-22,29,-33,41,-51r36,0xm141,-36v-15,21,-31,41,-68,40v-36,-1,-58,-21,-58,-57v-1,-64,63,-63,125,-63v3,-35,-9,-54,-41,-54v-24,1,-41,7,-42,31r-33,-3v5,-37,33,-52,76,-52v45,0,72,20,72,64r0,82v-1,20,7,32,28,27r0,20v-31,9,-61,-2,-59,-35xm48,-53v0,20,12,33,32,33v41,-3,63,-29,60,-74v-43,2,-92,-5,-92,41"},"\u00e3":{"d":"130,-211v-27,0,-66,-44,-75,0r-16,0v4,-23,8,-48,36,-47v28,1,64,44,74,0r16,0v-4,23,-8,47,-35,47xm141,-36v-15,21,-31,41,-68,40v-36,-1,-58,-21,-58,-57v-1,-64,63,-63,125,-63v3,-35,-9,-54,-41,-54v-24,1,-41,7,-42,31r-33,-3v5,-37,33,-52,76,-52v45,0,72,20,72,64r0,82v-1,20,7,32,28,27r0,20v-31,9,-61,-2,-59,-35xm48,-53v0,20,12,33,32,33v41,-3,63,-29,60,-74v-43,2,-92,-5,-92,41"},"\u00e4":{"d":"141,-36v-15,21,-31,41,-68,40v-36,-1,-58,-21,-58,-57v-1,-64,63,-63,125,-63v3,-35,-9,-54,-41,-54v-24,1,-41,7,-42,31r-33,-3v5,-37,33,-52,76,-52v45,0,72,20,72,64r0,82v-1,20,7,32,28,27r0,20v-31,9,-61,-2,-59,-35xm48,-53v0,20,12,33,32,33v41,-3,63,-29,60,-74v-43,2,-92,-5,-92,41xm118,-214r0,-33r29,0r0,33r-29,0xm49,-214r0,-33r29,0r0,33r-29,0"},"\u00e5":{"d":"98,-290v26,0,42,16,42,42v0,27,-18,40,-42,43v-25,-2,-41,-18,-43,-43v3,-24,16,-42,43,-42xm98,-224v13,0,23,-8,23,-24v0,-15,-8,-23,-23,-23v-15,-1,-24,9,-24,23v0,15,10,24,24,24xm141,-36v-15,21,-31,41,-68,40v-36,-1,-58,-21,-58,-57v-1,-64,63,-63,125,-63v3,-35,-9,-54,-41,-54v-24,1,-41,7,-42,31r-33,-3v5,-37,33,-52,76,-52v45,0,72,20,72,64r0,82v-1,20,7,32,28,27r0,20v-31,9,-61,-2,-59,-35xm48,-53v0,20,12,33,32,33v41,-3,63,-29,60,-74v-43,2,-92,-5,-92,41"},"\u00e6":{"d":"220,-194v63,1,86,42,84,106r-134,0v0,40,13,67,51,68v27,1,43,-12,50,-29r28,8v-11,29,-37,44,-78,45v-38,0,-62,-16,-74,-46v-14,27,-36,45,-76,46v-37,0,-59,-20,-59,-57v-1,-64,63,-63,126,-63v3,-35,-8,-55,-41,-54v-25,0,-41,8,-44,31r-33,-3v1,-59,111,-68,139,-27v13,-16,34,-24,61,-25xm78,-20v42,-2,63,-28,60,-74v-43,2,-94,-4,-94,41v0,20,13,33,34,33xm271,-113v7,-60,-75,-77,-95,-28v-3,7,-5,17,-5,28r100,0","w":320},"\u00e7":{"d":"96,-169v-40,0,-48,33,-48,73v0,40,9,75,48,75v24,0,41,-14,43,-38r32,2v-6,37,-31,61,-74,61v-59,0,-76,-41,-82,-99v-10,-93,101,-131,147,-64v4,7,5,14,7,22r-32,3v-4,-21,-16,-35,-41,-35xm99,18v19,-1,33,8,33,26v0,31,-30,33,-64,32r0,-18v18,2,39,4,41,-13v1,-15,-18,-13,-34,-13r12,-32r19,0","w":180},"\u00e8":{"d":"100,-194v63,0,86,42,84,106r-135,0v0,40,14,67,53,68v26,1,43,-12,49,-29r28,8v-11,28,-37,45,-77,45v-58,0,-88,-37,-87,-100v1,-61,26,-98,85,-98xm152,-113v6,-60,-76,-77,-97,-28v-3,7,-6,17,-6,28r103,0xm116,-211r-58,-49r0,-5r36,0v12,19,30,32,38,54r-16,0"},"\u00e9":{"d":"100,-194v63,0,86,42,84,106r-135,0v0,40,14,67,53,68v26,1,43,-12,49,-29r28,8v-11,28,-37,45,-77,45v-58,0,-88,-37,-87,-100v1,-61,26,-98,85,-98xm152,-113v6,-60,-76,-77,-97,-28v-3,7,-6,17,-6,28r103,0xm78,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0"},"\u00ea":{"d":"120,-262v12,18,30,30,39,51v-31,2,-38,-20,-57,-30v-20,10,-27,32,-59,30v9,-22,29,-33,41,-51r36,0xm100,-194v63,0,86,42,84,106r-135,0v0,40,14,67,53,68v26,1,43,-12,49,-29r28,8v-11,28,-37,45,-77,45v-58,0,-88,-37,-87,-100v1,-61,26,-98,85,-98xm152,-113v6,-60,-76,-77,-97,-28v-3,7,-6,17,-6,28r103,0"},"\u00eb":{"d":"100,-194v63,0,86,42,84,106r-135,0v0,40,14,67,53,68v26,1,43,-12,49,-29r28,8v-11,28,-37,45,-77,45v-58,0,-88,-37,-87,-100v1,-61,26,-98,85,-98xm152,-113v6,-60,-76,-77,-97,-28v-3,7,-6,17,-6,28r103,0xm121,-214r0,-33r29,0r0,33r-29,0xm52,-214r0,-33r29,0r0,33r-29,0"},"\u00ec":{"d":"34,0r0,-190r32,0r0,190r-32,0xm60,-211r-58,-49r0,-5r36,0v12,19,30,32,38,54r-16,0","w":100},"\u00ed":{"d":"34,0r0,-190r32,0r0,190r-32,0xm24,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0","w":100},"\u00ee":{"d":"69,-262v12,18,30,30,39,51v-32,3,-37,-21,-57,-30v-20,10,-27,32,-59,30v9,-22,29,-33,41,-51r36,0xm34,0r0,-190r32,0r0,190r-32,0","w":100},"\u00ef":{"d":"34,0r0,-190r32,0r0,190r-32,0xm70,-214r0,-33r29,0r0,33r-29,0xm1,-214r0,-33r29,0r0,33r-29,0","w":100},"\u00f0":{"d":"187,-91v0,61,-28,95,-88,95v-56,0,-81,-33,-84,-89v-3,-71,63,-105,126,-77v-10,-21,-24,-43,-41,-58r-53,23r0,-20r39,-16v-14,-10,-27,-20,-43,-28v31,-3,52,4,67,18r53,-23r0,20r-37,16v35,32,61,74,61,139xm99,-20v41,1,54,-25,55,-65v0,-40,-14,-64,-53,-64v-39,0,-53,24,-53,64v1,41,13,64,51,65"},"\u00f1":{"d":"130,-211v-27,0,-66,-44,-75,0r-16,0v4,-23,8,-48,36,-47v28,1,64,44,74,0r16,0v-4,23,-8,47,-35,47xm118,-194v89,-4,53,116,60,194r-32,0r0,-121v0,-31,-8,-49,-39,-48v-72,2,-44,102,-49,169r-32,0r-1,-190r30,0v1,10,-1,24,2,32v11,-22,29,-35,61,-36"},"\u00f2":{"d":"100,-194v62,-1,85,37,85,99v1,63,-27,99,-86,99v-59,0,-83,-39,-84,-99v0,-66,28,-99,85,-99xm99,-20v44,1,53,-31,53,-75v0,-43,-8,-75,-51,-75v-43,0,-53,32,-53,75v0,43,10,74,51,75xm116,-211r-58,-49r0,-5r36,0v12,19,30,32,38,54r-16,0"},"\u00f3":{"d":"100,-194v62,-1,85,37,85,99v1,63,-27,99,-86,99v-59,0,-83,-39,-84,-99v0,-66,28,-99,85,-99xm99,-20v44,1,53,-31,53,-75v0,-43,-8,-75,-51,-75v-43,0,-53,32,-53,75v0,43,10,74,51,75xm76,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0"},"\u00f4":{"d":"119,-262v12,18,31,29,40,51v-33,3,-38,-21,-58,-30v-20,10,-27,32,-59,30v9,-22,29,-33,41,-51r36,0xm100,-194v62,-1,85,37,85,99v1,63,-27,99,-86,99v-59,0,-83,-39,-84,-99v0,-66,28,-99,85,-99xm99,-20v44,1,53,-31,53,-75v0,-43,-8,-75,-51,-75v-43,0,-53,32,-53,75v0,43,10,74,51,75"},"\u00f5":{"d":"130,-211v-27,0,-65,-44,-75,0r-16,0v4,-23,8,-48,36,-47v28,1,64,44,74,0r16,0v-2,24,-9,47,-35,47xm100,-194v62,-1,85,37,85,99v1,63,-27,99,-86,99v-59,0,-83,-39,-84,-99v0,-66,28,-99,85,-99xm99,-20v44,1,53,-31,53,-75v0,-43,-8,-75,-51,-75v-43,0,-53,32,-53,75v0,43,10,74,51,75"},"\u00f6":{"d":"100,-194v62,-1,85,37,85,99v1,63,-27,99,-86,99v-59,0,-83,-39,-84,-99v0,-66,28,-99,85,-99xm99,-20v44,1,53,-31,53,-75v0,-43,-8,-75,-51,-75v-43,0,-53,32,-53,75v0,43,10,74,51,75xm121,-214r0,-33r29,0r0,33r-29,0xm52,-214r0,-33r29,0r0,33r-29,0"},"\u00f7":{"d":"84,-168r0,-33r30,0r0,33r-30,0xm11,-107r0,-26r175,0r0,26r-175,0xm84,-39r0,-32r30,0r0,32r-30,0","w":197},"\u00f8":{"d":"181,-161v11,16,11,39,14,66v9,87,-81,123,-140,81r-18,21r-29,0r32,-38v-10,-16,-13,-38,-15,-64v-8,-91,81,-121,141,-83r16,-18r30,0xm109,-20v57,4,58,-63,49,-114r-85,99v7,11,20,15,36,15xm111,-170v-56,-3,-57,65,-48,113r85,-99v-8,-10,-20,-13,-37,-14","w":219},"\u00f9":{"d":"85,4v-89,4,-54,-116,-61,-194r32,0r0,120v0,31,7,50,39,49v72,-2,45,-101,50,-169r31,0r1,190r-30,0v-1,-10,1,-25,-2,-33v-11,22,-28,36,-60,37xm118,-211r-58,-49r0,-5r36,0v12,19,30,32,38,54r-16,0"},"\u00fa":{"d":"85,4v-89,4,-54,-116,-61,-194r32,0r0,120v0,31,7,50,39,49v72,-2,45,-101,50,-169r31,0r1,190r-30,0v-1,-10,1,-25,-2,-33v-11,22,-28,36,-60,37xm73,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0"},"\u00fb":{"d":"119,-262v12,18,30,30,39,51v-31,2,-38,-20,-57,-30v-20,10,-27,32,-59,30v9,-22,29,-33,41,-51r36,0xm85,4v-89,4,-54,-116,-61,-194r32,0r0,120v0,31,7,50,39,49v72,-2,45,-101,50,-169r31,0r1,190r-30,0v-1,-10,1,-25,-2,-33v-11,22,-28,36,-60,37"},"\u00fc":{"d":"85,4v-89,4,-54,-116,-61,-194r32,0r0,120v0,31,7,50,39,49v72,-2,45,-101,50,-169r31,0r1,190r-30,0v-1,-10,1,-25,-2,-33v-11,22,-28,36,-60,37xm119,-214r0,-33r29,0r0,33r-29,0xm50,-214r0,-33r29,0r0,33r-29,0"},"\u00fd":{"d":"179,-190r-86,221v-14,28,-37,51,-81,42r0,-24v39,6,53,-20,64,-50r-75,-189r34,0r57,156r54,-156r33,0xm63,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0","w":180},"\u00fe":{"d":"115,4v-31,0,-49,-13,-60,-34r1,105r-32,0r0,-336r32,0r0,101v10,-21,28,-34,59,-34v55,1,70,41,70,98v0,57,-16,98,-70,100xm107,-20v40,0,45,-34,45,-75v0,-41,-6,-73,-45,-74v-42,0,-51,32,-51,76v0,43,10,73,51,73"},"\u00ff":{"d":"179,-190r-86,221v-14,28,-37,51,-81,42r0,-24v39,6,53,-20,64,-50r-75,-189r34,0r57,156r54,-156r33,0xm110,-214r0,-33r29,0r0,33r-29,0xm41,-214r0,-33r29,0r0,33r-29,0","w":180},"\u0100":{"d":"169,-276r-97,0r0,-22r97,0r0,22xm205,0r-28,-72r-113,0r-28,72r-35,0r101,-248r38,0r99,248r-34,0xm167,-99r-47,-123v-12,45,-31,82,-46,123r93,0","w":240},"\u0101":{"d":"146,-217r-96,0r0,-23r96,0r0,23xm141,-36v-15,21,-31,41,-68,40v-36,-1,-58,-21,-58,-57v-1,-64,63,-63,125,-63v3,-35,-9,-54,-41,-54v-24,1,-41,7,-42,31r-33,-3v5,-37,33,-52,76,-52v45,0,72,20,72,64r0,82v-1,20,7,32,28,27r0,20v-31,9,-61,-2,-59,-35xm48,-53v0,20,12,33,32,33v41,-3,63,-29,60,-74v-43,2,-92,-5,-92,41"},"\u0102":{"d":"179,-313v-3,50,-91,58,-111,17v-3,-5,-5,-11,-6,-17r21,0v6,28,70,27,76,0r20,0xm205,0r-28,-72r-113,0r-28,72r-35,0r101,-248r38,0r99,248r-34,0xm167,-99r-47,-123v-12,45,-31,82,-46,123r93,0","w":240},"\u0103":{"d":"157,-265v-1,57,-91,72,-111,20v-3,-7,-5,-13,-6,-20r21,0v2,36,73,34,76,0r20,0xm141,-36v-15,21,-31,41,-68,40v-36,-1,-58,-21,-58,-57v-1,-64,63,-63,125,-63v3,-35,-9,-54,-41,-54v-24,1,-41,7,-42,31r-33,-3v5,-37,33,-52,76,-52v45,0,72,20,72,64r0,82v-1,20,7,32,28,27r0,20v-31,9,-61,-2,-59,-35xm48,-53v0,20,12,33,32,33v41,-3,63,-29,60,-74v-43,2,-92,-5,-92,41"},"\u0104":{"d":"206,38v-1,19,23,18,36,12r0,18v-23,12,-65,4,-61,-28v3,-27,17,-46,51,-42v-13,8,-25,19,-26,40xm205,0r-28,-72r-113,0r-28,72r-35,0r101,-248r38,0r99,248r-34,0xm167,-99r-47,-123v-12,45,-31,82,-46,123r93,0","w":240},"\u0105":{"d":"163,40v-1,19,24,18,37,12r0,18v-23,12,-65,4,-61,-28v3,-27,16,-46,50,-42v-13,8,-25,21,-26,40xm141,-36v-15,21,-31,41,-68,40v-36,-1,-58,-21,-58,-57v-1,-64,63,-63,125,-63v3,-35,-9,-54,-41,-54v-24,1,-41,7,-42,31r-33,-3v5,-37,33,-52,76,-52v45,0,72,20,72,64r0,82v-1,20,7,32,28,27r0,20v-31,9,-61,-2,-59,-35xm48,-53v0,20,12,33,32,33v41,-3,63,-29,60,-74v-43,2,-92,-5,-92,41"},"\u0106":{"d":"117,-269v9,-18,26,-28,38,-43r37,0r0,5r-55,38r-20,0xm212,-179v-10,-28,-35,-45,-73,-45v-59,0,-87,40,-87,99v0,60,29,101,89,101v43,0,62,-24,78,-52r27,14v-18,38,-51,66,-107,66v-80,0,-117,-50,-121,-129v-6,-104,99,-153,187,-111v19,9,31,26,39,46","w":259},"\u0107":{"d":"96,-169v-40,0,-48,33,-48,73v0,40,9,75,48,75v24,0,41,-14,43,-38r32,2v-6,37,-31,61,-74,61v-59,0,-76,-41,-82,-99v-10,-93,101,-131,147,-64v4,7,5,14,7,22r-32,3v-4,-21,-16,-35,-41,-35xm76,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0","w":180},"\u0108":{"d":"158,-315v12,16,30,27,39,46v-29,2,-38,-16,-57,-24v-19,8,-29,26,-59,24v10,-19,29,-29,41,-46r36,0xm212,-179v-10,-28,-35,-45,-73,-45v-59,0,-87,40,-87,99v0,60,29,101,89,101v43,0,62,-24,78,-52r27,14v-18,38,-51,66,-107,66v-80,0,-117,-50,-121,-129v-6,-104,99,-153,187,-111v19,9,31,26,39,46","w":259},"\u0109":{"d":"114,-262v12,18,30,30,39,51v-32,3,-38,-20,-57,-30v-20,10,-27,32,-59,30v9,-22,29,-33,41,-51r36,0xm96,-169v-40,0,-48,33,-48,73v0,40,9,75,48,75v24,0,41,-14,43,-38r32,2v-6,37,-31,61,-74,61v-59,0,-76,-41,-82,-99v-10,-93,101,-131,147,-64v4,7,5,14,7,22r-32,3v-4,-21,-16,-35,-41,-35","w":180},"\u010a":{"d":"123,-282r0,-30r32,0r0,30r-32,0xm212,-179v-10,-28,-35,-45,-73,-45v-59,0,-87,40,-87,99v0,60,29,101,89,101v43,0,62,-24,78,-52r27,14v-18,38,-51,66,-107,66v-80,0,-117,-50,-121,-129v-6,-104,99,-153,187,-111v19,9,31,26,39,46","w":259},"\u010b":{"d":"80,-231r0,-30r32,0r0,30r-32,0xm96,-169v-40,0,-48,33,-48,73v0,40,9,75,48,75v24,0,41,-14,43,-38r32,2v-6,37,-31,61,-74,61v-59,0,-76,-41,-82,-99v-10,-93,101,-131,147,-64v4,7,5,14,7,22r-32,3v-4,-21,-16,-35,-41,-35","w":180},"\u010c":{"d":"158,-269r-36,0v-13,-16,-32,-26,-41,-46v30,-2,39,17,59,25v19,-9,27,-27,57,-25v-8,20,-27,29,-39,46xm212,-179v-10,-28,-35,-45,-73,-45v-59,0,-87,40,-87,99v0,60,29,101,89,101v43,0,62,-24,78,-52r27,14v-18,38,-51,66,-107,66v-80,0,-117,-50,-121,-129v-6,-104,99,-153,187,-111v19,9,31,26,39,46","w":259},"\u010d":{"d":"115,-211r-36,0v-13,-18,-31,-30,-41,-51v32,-2,39,20,59,30v19,-10,26,-32,57,-30v-9,21,-27,33,-39,51xm96,-169v-40,0,-48,33,-48,73v0,40,9,75,48,75v24,0,41,-14,43,-38r32,2v-6,37,-31,61,-74,61v-59,0,-76,-41,-82,-99v-10,-93,101,-131,147,-64v4,7,5,14,7,22r-32,3v-4,-21,-16,-35,-41,-35","w":180},"\u010e":{"d":"140,-269r-36,0v-13,-16,-32,-26,-41,-46v30,-2,39,17,59,25v19,-9,27,-27,57,-25v-8,20,-27,29,-39,46xm30,-248v118,-7,216,8,213,122v-3,78,-43,126,-121,126r-92,0r0,-248xm63,-27v89,8,146,-16,146,-99v0,-83,-60,-101,-146,-95r0,194","w":259},"\u010f":{"d":"225,-261v1,28,-2,49,-15,63r-21,0v8,-9,17,-19,17,-34r-15,0r0,-29r34,0xm85,-194v31,0,48,13,60,33r-1,-100r32,0r1,261r-30,0v-2,-10,0,-23,-3,-31v-10,23,-28,35,-59,35v-53,0,-69,-39,-70,-98v0,-66,23,-100,70,-100xm94,-170v-40,0,-46,34,-46,75v0,40,6,74,45,74v42,0,51,-32,51,-76v0,-42,-9,-74,-50,-73","w":221},"\u0110":{"d":"243,-126v-3,78,-43,126,-121,126r-92,0r0,-114r-28,0r0,-27r28,0r0,-107v118,-7,216,8,213,122xm63,-27v89,8,146,-16,146,-99v0,-83,-60,-101,-146,-95r0,80r71,0r0,27r-71,0r0,87","w":259},"\u0111":{"d":"85,-194v31,0,48,13,60,33r-1,-51r-52,0r0,-23r52,0r0,-26r32,0r0,26r23,0r0,23r-23,0r1,212r-30,0v-2,-10,0,-23,-3,-31v-10,23,-28,35,-59,35v-53,0,-69,-39,-70,-98v0,-66,23,-100,70,-100xm94,-170v-40,0,-46,34,-46,75v0,40,6,74,45,74v42,0,51,-32,51,-76v0,-42,-9,-74,-50,-73"},"\u0112":{"d":"172,-276r-97,0r0,-22r97,0r0,22xm30,0r0,-248r187,0r0,28r-154,0r0,79r144,0r0,27r-144,0r0,87r162,0r0,27r-195,0","w":240},"\u0113":{"d":"149,-217r-97,0r0,-23r97,0r0,23xm100,-194v63,0,86,42,84,106r-135,0v0,40,14,67,53,68v26,1,43,-12,49,-29r28,8v-11,28,-37,45,-77,45v-58,0,-88,-37,-87,-100v1,-61,26,-98,85,-98xm152,-113v6,-60,-76,-77,-97,-28v-3,7,-6,17,-6,28r103,0"},"\u0114":{"d":"182,-313v-3,50,-91,58,-111,17v-3,-5,-5,-11,-6,-17r20,0v6,26,71,28,76,0r21,0xm30,0r0,-248r187,0r0,28r-154,0r0,79r144,0r0,27r-144,0r0,87r162,0r0,27r-195,0","w":240},"\u0115":{"d":"159,-265v-1,58,-92,72,-112,20v-3,-7,-4,-13,-5,-20r20,0v3,35,73,35,76,0r21,0xm100,-194v63,0,86,42,84,106r-135,0v0,40,14,67,53,68v26,1,43,-12,49,-29r28,8v-11,28,-37,45,-77,45v-58,0,-88,-37,-87,-100v1,-61,26,-98,85,-98xm152,-113v6,-60,-76,-77,-97,-28v-3,7,-6,17,-6,28r103,0"},"\u0116":{"d":"108,-282r0,-30r31,0r0,30r-31,0xm30,0r0,-248r187,0r0,28r-154,0r0,79r144,0r0,27r-144,0r0,87r162,0r0,27r-195,0","w":240},"\u0117":{"d":"84,-231r0,-30r32,0r0,30r-32,0xm100,-194v63,0,86,42,84,106r-135,0v0,40,14,67,53,68v26,1,43,-12,49,-29r28,8v-11,28,-37,45,-77,45v-58,0,-88,-37,-87,-100v1,-61,26,-98,85,-98xm152,-113v6,-60,-76,-77,-97,-28v-3,7,-6,17,-6,28r103,0"},"\u0118":{"d":"188,40v-1,20,24,18,37,12r0,18v-24,11,-66,4,-62,-28v3,-27,17,-46,51,-42v-13,8,-25,19,-26,40xm30,0r0,-248r187,0r0,28r-154,0r0,79r144,0r0,27r-144,0r0,87r162,0r0,27r-195,0","w":240},"\u0119":{"d":"106,40v-1,20,24,18,37,12r0,18v-24,11,-66,4,-62,-28v3,-27,17,-46,51,-42v-13,8,-25,19,-26,40xm100,-194v63,0,86,42,84,106r-135,0v0,40,14,67,53,68v26,1,43,-12,49,-29r28,8v-11,28,-37,45,-77,45v-58,0,-88,-37,-87,-100v1,-61,26,-98,85,-98xm152,-113v6,-60,-76,-77,-97,-28v-3,7,-6,17,-6,28r103,0"},"\u011a":{"d":"142,-269r-36,0v-13,-16,-32,-26,-41,-46v30,-2,39,17,59,25v19,-9,27,-28,57,-25v-8,20,-27,29,-39,46xm30,0r0,-248r187,0r0,28r-154,0r0,79r144,0r0,27r-144,0r0,87r162,0r0,27r-195,0","w":240},"\u011b":{"d":"118,-211r-36,0v-13,-18,-31,-30,-41,-51v33,-3,39,21,60,30v19,-10,25,-33,57,-30v-9,21,-28,33,-40,51xm100,-194v63,0,86,42,84,106r-135,0v0,40,14,67,53,68v26,1,43,-12,49,-29r28,8v-11,28,-37,45,-77,45v-58,0,-88,-37,-87,-100v1,-61,26,-98,85,-98xm152,-113v6,-60,-76,-77,-97,-28v-3,7,-6,17,-6,28r103,0"},"\u011c":{"d":"160,-315v12,16,30,27,40,46v-30,3,-38,-16,-57,-24v-20,8,-29,27,-60,24v10,-20,29,-29,42,-46r35,0xm143,4v-82,0,-121,-48,-125,-129v-5,-107,100,-154,193,-111v17,8,29,25,37,43r-32,9v-13,-25,-37,-40,-76,-40v-61,0,-88,39,-88,99v0,61,29,100,91,101v35,0,62,-11,79,-27r0,-45r-74,0r0,-28r105,0r0,86v-25,25,-61,42,-110,42","w":280},"\u011d":{"d":"115,-262v12,18,30,30,39,51v-31,2,-38,-20,-57,-30v-20,10,-27,32,-59,30v9,-22,29,-33,41,-51r36,0xm177,-190v-10,125,41,293,-110,261v-23,-6,-38,-20,-44,-43r32,-5v15,47,100,32,89,-28r0,-30v-11,21,-29,36,-61,36v-54,0,-68,-41,-68,-96v0,-56,16,-97,71,-98v29,-1,48,16,59,35v1,-10,0,-23,2,-32r30,0xm94,-22v36,0,50,-32,50,-73v0,-42,-14,-75,-50,-75v-39,0,-46,34,-46,75v0,41,6,73,46,73"},"\u011e":{"d":"201,-313v-3,50,-91,58,-111,17v-3,-5,-5,-11,-6,-17r21,0v6,28,70,27,76,0r20,0xm143,4v-82,0,-121,-48,-125,-129v-5,-107,100,-154,193,-111v17,8,29,25,37,43r-32,9v-13,-25,-37,-40,-76,-40v-61,0,-88,39,-88,99v0,61,29,100,91,101v35,0,62,-11,79,-27r0,-45r-74,0r0,-28r105,0r0,86v-25,25,-61,42,-110,42","w":280},"\u011f":{"d":"155,-265v-1,58,-92,72,-112,20v-3,-7,-4,-13,-5,-20r20,0v3,35,73,35,76,0r21,0xm177,-190v-10,125,41,293,-110,261v-23,-6,-38,-20,-44,-43r32,-5v15,47,100,32,89,-28r0,-30v-11,21,-29,36,-61,36v-54,0,-68,-41,-68,-96v0,-56,16,-97,71,-98v29,-1,48,16,59,35v1,-10,0,-23,2,-32r30,0xm94,-22v36,0,50,-32,50,-73v0,-42,-14,-75,-50,-75v-39,0,-46,34,-46,75v0,41,6,73,46,73"},"\u0120":{"d":"127,-282r0,-30r31,0r0,30r-31,0xm143,4v-82,0,-121,-48,-125,-129v-5,-107,100,-154,193,-111v17,8,29,25,37,43r-32,9v-13,-25,-37,-40,-76,-40v-61,0,-88,39,-88,99v0,61,29,100,91,101v35,0,62,-11,79,-27r0,-45r-74,0r0,-28r105,0r0,86v-25,25,-61,42,-110,42","w":280},"\u0121":{"d":"80,-231r0,-30r32,0r0,30r-32,0xm177,-190v-10,125,41,293,-110,261v-23,-6,-38,-20,-44,-43r32,-5v15,47,100,32,89,-28r0,-30v-11,21,-29,36,-61,36v-54,0,-68,-41,-68,-96v0,-56,16,-97,71,-98v29,-1,48,16,59,35v1,-10,0,-23,2,-32r30,0xm94,-22v36,0,50,-32,50,-73v0,-42,-14,-75,-50,-75v-39,0,-46,34,-46,75v0,41,6,73,46,73"},"\u0122":{"d":"161,17v1,27,0,47,-14,59r-21,0v8,-10,16,-17,17,-31r-16,0r0,-28r34,0xm143,4v-82,0,-121,-48,-125,-129v-5,-107,100,-154,193,-111v17,8,29,25,37,43r-32,9v-13,-25,-37,-40,-76,-40v-61,0,-88,39,-88,99v0,61,29,100,91,101v35,0,62,-11,79,-27r0,-45r-74,0r0,-28r105,0r0,86v-25,25,-61,42,-110,42","w":280},"\u0123":{"d":"78,-213v-1,-27,2,-49,14,-63r21,0v-8,9,-16,20,-16,34r15,0r0,29r-34,0xm177,-190v-10,125,41,293,-110,261v-23,-6,-38,-20,-44,-43r32,-5v15,47,100,32,89,-28r0,-30v-11,21,-29,36,-61,36v-54,0,-68,-41,-68,-96v0,-56,16,-97,71,-98v29,-1,48,16,59,35v1,-10,0,-23,2,-32r30,0xm94,-22v36,0,50,-32,50,-73v0,-42,-14,-75,-50,-75v-39,0,-46,34,-46,75v0,41,6,73,46,73"},"\u0124":{"d":"149,-315v12,16,30,27,39,46v-29,2,-38,-16,-57,-24v-19,8,-29,26,-59,24v10,-19,29,-29,41,-46r36,0xm197,0r0,-115r-134,0r0,115r-33,0r0,-248r33,0r0,105r134,0r0,-105r34,0r0,248r-34,0","w":259},"\u0125":{"d":"120,-326v12,16,31,26,39,46v-30,3,-38,-16,-57,-25v-20,8,-29,27,-59,25v8,-21,29,-29,41,-46r36,0xm106,-169v-72,0,-44,102,-49,169r-32,0r0,-261r32,0r-1,103v12,-21,28,-36,61,-36v89,0,53,116,60,194r-32,0r0,-121v2,-32,-8,-49,-39,-48"},"\u0126":{"d":"198,0r0,-115r-135,0r0,115r-33,0r0,-180r-28,0r0,-27r28,0r0,-41r33,0r0,41r135,0r0,-41r33,0r0,41r27,0r0,27r-27,0r0,180r-33,0xm198,-143r0,-37r-135,0r0,37r135,0","w":259},"\u0127":{"d":"106,-162v-70,0,-44,96,-49,162r-32,0r0,-212r-23,0r0,-23r23,0r0,-26r32,0r0,26r52,0r0,23r-52,0v0,20,-4,43,-1,61v12,-21,28,-36,61,-36v87,0,54,110,60,187r-32,0r0,-114v2,-32,-8,-49,-39,-48"},"\u0128":{"d":"113,-316v-3,24,-8,48,-35,47v-28,-1,-64,-43,-75,0r-16,0v4,-23,8,-48,36,-47v28,1,64,44,74,0r16,0xm33,0r0,-248r34,0r0,248r-34,0","w":100},"\u0129":{"d":"78,-211v-27,0,-65,-44,-75,0r-16,0v4,-23,8,-48,36,-47v28,1,64,44,74,0r16,0v-2,24,-9,47,-35,47xm34,0r0,-190r32,0r0,190r-32,0","w":100},"\u012a":{"d":"99,-276r-97,0r0,-22r97,0r0,22xm33,0r0,-248r34,0r0,248r-34,0","w":100},"\u012b":{"d":"99,-217r-97,0r0,-23r97,0r0,23xm34,0r0,-190r32,0r0,190r-32,0","w":100},"\u012c":{"d":"109,-313v-3,50,-91,58,-111,17v-3,-5,-5,-11,-6,-17r20,0v6,26,71,28,76,0r21,0xm33,0r0,-248r34,0r0,248r-34,0","w":100},"\u012d":{"d":"12,-265v2,34,73,36,76,0r21,0v0,57,-92,73,-111,20v-3,-7,-5,-13,-6,-20r20,0xm34,0r0,-190r32,0r0,190r-32,0","w":100},"\u012e":{"d":"41,40v-1,20,24,18,37,12r0,18v-23,12,-66,4,-62,-28v3,-27,17,-46,51,-42v-13,8,-25,19,-26,40xm33,0r0,-248r34,0r0,248r-34,0","w":100},"\u012f":{"d":"30,40v-1,19,24,18,37,12r0,18v-24,12,-65,3,-62,-28v3,-27,17,-46,51,-42v-13,8,-25,21,-26,40xm24,-231r0,-30r32,0r0,30r-32,0xm24,0r0,-190r32,0r0,190r-32,0","w":79},"\u0130":{"d":"34,-282r0,-30r32,0r0,30r-32,0xm33,0r0,-248r34,0r0,248r-34,0","w":100},"\u0131":{"d":"34,0r0,-190r32,0r0,190r-32,0","w":100},"\u0132":{"d":"30,0r0,-248r34,0r0,248r-34,0xm238,-248v-8,100,35,252,-73,252v-44,-1,-67,-25,-74,-66r32,-5v4,25,16,42,43,43v27,0,39,-20,39,-49r0,-147r-48,0r0,-28r81,0","w":264},"\u0133":{"d":"24,-231r0,-30r32,0r0,30r-32,0xm24,0r0,-190r32,0r0,190r-32,0xm104,-231r0,-30r32,0r0,30r-32,0xm71,49v24,4,33,-6,33,-30r0,-209r32,0r0,214v2,40,-23,58,-65,49r0,-24","w":159},"\u0134":{"d":"132,-315v12,16,30,27,39,46v-29,2,-38,-16,-57,-24v-19,8,-29,26,-59,24v10,-19,29,-29,41,-46r36,0xm153,-248v-8,100,35,252,-73,252v-44,-1,-67,-25,-74,-66r32,-5v4,25,16,42,43,43v27,0,39,-20,39,-49r0,-147r-48,0r0,-28r81,0","w":180},"\u0135":{"d":"56,24v2,40,-23,58,-65,49r0,-24v23,5,33,-6,33,-30r0,-209r32,0r0,214xm59,-262v12,18,30,30,39,51v-31,2,-38,-20,-57,-30v-20,10,-27,32,-59,30v9,-22,29,-33,41,-51r36,0","w":79},"\u0136":{"d":"142,17v1,27,-2,46,-15,59r-21,0v8,-10,16,-17,17,-31r-16,0r0,-28r35,0xm194,0r-99,-120r-32,25r0,95r-33,0r0,-248r33,0r0,124r119,-124r40,0r-105,108r119,140r-42,0","w":240},"\u0137":{"d":"116,17v1,27,-2,46,-14,59r-21,0v8,-10,16,-17,17,-31r-16,0r0,-28r34,0xm143,0r-64,-87r-23,19r0,68r-32,0r0,-261r32,0r0,163r83,-92r37,0r-77,82r82,108r-38,0","w":180},"\u0138":{"d":"143,0r-64,-87r-23,19r0,68r-32,0r0,-190r32,0r0,92r83,-92r37,0r-77,82r82,108r-38,0","w":180},"\u0139":{"d":"43,-269v9,-18,26,-28,38,-43r37,0r0,5r-55,38r-20,0xm30,0r0,-248r33,0r0,221r125,0r0,27r-158,0"},"\u013a":{"d":"16,-283v9,-18,26,-28,38,-43r37,0r0,5r-55,38r-20,0xm24,0r0,-261r32,0r0,261r-32,0","w":79},"\u013b":{"d":"126,17v1,27,-2,46,-15,59r-20,0v8,-10,16,-17,16,-31r-15,0r0,-28r34,0xm30,0r0,-248r33,0r0,221r125,0r0,27r-158,0"},"\u013c":{"d":"57,17v1,27,0,47,-14,59r-21,0v8,-10,16,-17,17,-31r-16,0r0,-28r34,0xm24,0r0,-261r32,0r0,261r-32,0","w":79},"\u013d":{"d":"151,-248v1,28,-1,50,-15,63r-21,0v8,-9,17,-19,17,-33r-15,0r0,-30r34,0xm30,0r0,-248r33,0r0,221r125,0r0,27r-158,0"},"\u013e":{"d":"108,-261v1,28,-1,50,-14,63r-21,0v8,-9,16,-20,17,-34r-16,0r0,-29r34,0xm24,0r0,-261r32,0r0,261r-32,0","w":104},"\u013f":{"d":"110,-121r0,-30r32,0r0,30r-32,0xm30,0r0,-248r33,0r0,221r125,0r0,27r-158,0"},"\u0140":{"d":"84,-121r0,-30r32,0r0,30r-32,0xm24,0r0,-261r32,0r0,261r-32,0","w":120},"\u0141":{"d":"108,-140r-45,26r0,87r125,0r0,27r-158,0r0,-95r-26,15r0,-27r26,-15r0,-126r33,0r0,106r45,-26r0,28"},"\u0142":{"d":"24,0r0,-95r-21,12r0,-28r21,-12r0,-138r32,0r0,120r22,-13r0,28r-22,12r0,114r-32,0","w":79},"\u0143":{"d":"106,-269v9,-18,26,-28,38,-43r36,0r0,5r-54,38r-20,0xm190,0r-132,-211r1,211r-29,0r0,-248r39,0r133,213r-2,-213r31,0r0,248r-41,0","w":259},"\u0144":{"d":"118,-194v89,-4,53,116,60,194r-32,0r0,-121v0,-31,-8,-49,-39,-48v-72,2,-44,102,-49,169r-32,0r-1,-190r30,0v1,10,-1,24,2,32v11,-22,29,-35,61,-36xm81,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0"},"\u0145":{"d":"147,17v1,27,-2,46,-15,59r-20,0v8,-10,16,-17,16,-31r-15,0r0,-28r34,0xm190,0r-132,-211r1,211r-29,0r0,-248r39,0r133,213r-2,-213r31,0r0,248r-41,0","w":259},"\u0146":{"d":"119,17v1,27,-2,46,-15,59r-21,0v8,-10,17,-16,17,-31r-16,0r0,-28r35,0xm118,-194v89,-4,53,116,60,194r-32,0r0,-121v0,-31,-8,-49,-39,-48v-72,2,-44,102,-49,169r-32,0r-1,-190r30,0v1,10,-1,24,2,32v11,-22,29,-35,61,-36"},"\u0147":{"d":"148,-269r-36,0v-13,-16,-32,-26,-41,-46v30,-2,39,17,59,25v19,-9,27,-27,57,-25v-8,20,-27,29,-39,46xm190,0r-132,-211r1,211r-29,0r0,-248r39,0r133,213r-2,-213r31,0r0,248r-41,0","w":259},"\u0148":{"d":"120,-211r-36,0v-13,-18,-31,-30,-41,-51v32,-2,39,20,59,30v19,-10,25,-33,57,-30v-9,21,-27,33,-39,51xm118,-194v89,-4,53,116,60,194r-32,0r0,-121v0,-31,-8,-49,-39,-48v-72,2,-44,102,-49,169r-32,0r-1,-190r30,0v1,10,-1,24,2,32v11,-22,29,-35,61,-36"},"\u0149":{"d":"134,-194v89,-4,53,116,60,194r-32,0r0,-121v0,-31,-8,-49,-39,-48v-72,2,-44,102,-49,169r-32,0r-1,-190r30,0v1,10,-1,24,2,32v11,-22,29,-35,61,-36xm35,-248v1,32,-1,62,-14,81r-22,0v9,-13,17,-27,17,-46r-16,0r0,-35r35,0","w":217},"\u014a":{"d":"234,-156v2,84,5,178,-87,157v-16,-4,-29,-11,-37,-23r22,-21v7,9,19,20,34,20v51,-3,35,-79,35,-130v0,-44,-15,-73,-59,-71v-44,2,-79,24,-79,67r0,157r-33,0r-1,-248r32,0r2,44v17,-27,45,-46,89,-47v62,-2,80,36,82,95","w":260},"\u014b":{"d":"178,24v4,40,-24,58,-65,49r0,-24v23,5,33,-6,33,-30r0,-140v0,-31,-8,-49,-39,-48v-72,2,-45,101,-50,169r-31,0r-1,-190r29,0r2,32v11,-22,29,-35,61,-36v95,-3,53,134,61,218"},"\u014c":{"d":"188,-276r-96,0r0,-22r96,0r0,22xm140,-251v81,0,123,46,123,126v0,79,-44,129,-123,129v-81,0,-123,-49,-123,-129v0,-80,42,-126,123,-126xm140,-24v63,0,89,-41,89,-101v0,-60,-29,-99,-89,-99v-61,0,-89,39,-89,99v0,60,28,100,89,101","w":280},"\u014d":{"d":"148,-217r-96,0r0,-23r96,0r0,23xm100,-194v62,-1,85,37,85,99v1,63,-27,99,-86,99v-59,0,-83,-39,-84,-99v0,-66,28,-99,85,-99xm99,-20v44,1,53,-31,53,-75v0,-43,-8,-75,-51,-75v-43,0,-53,32,-53,75v0,43,10,74,51,75"},"\u014e":{"d":"198,-313v-3,51,-91,57,-111,17v-3,-5,-5,-11,-6,-17r21,0v6,27,70,27,76,0r20,0xm140,-251v81,0,123,46,123,126v0,79,-44,129,-123,129v-81,0,-123,-49,-123,-129v0,-80,42,-126,123,-126xm140,-24v63,0,89,-41,89,-101v0,-60,-29,-99,-89,-99v-61,0,-89,39,-89,99v0,60,28,100,89,101","w":280},"\u014f":{"d":"159,-265v-1,58,-92,72,-112,20v-3,-7,-4,-13,-5,-20r20,0v3,35,73,35,76,0r21,0xm100,-194v62,-1,85,37,85,99v1,63,-27,99,-86,99v-59,0,-83,-39,-84,-99v0,-66,28,-99,85,-99xm99,-20v44,1,53,-31,53,-75v0,-43,-8,-75,-51,-75v-43,0,-53,32,-53,75v0,43,10,74,51,75"},"\u0150":{"d":"90,-269v8,-18,24,-28,35,-43r36,0r0,5r-54,38r-17,0xm151,-269v8,-18,24,-28,35,-43r36,0r0,5r-54,38r-17,0xm140,-251v81,0,123,46,123,126v0,79,-44,129,-123,129v-81,0,-123,-49,-123,-129v0,-80,42,-126,123,-126xm140,-24v63,0,89,-41,89,-101v0,-60,-29,-99,-89,-99v-61,0,-89,39,-89,99v0,60,28,100,89,101","w":280},"\u0151":{"d":"50,-211v8,-23,27,-35,39,-54r36,0r0,5r-58,49r-17,0xm111,-211v8,-23,27,-35,39,-54r36,0r0,5r-58,49r-17,0xm100,-194v62,-1,85,37,85,99v1,63,-27,99,-86,99v-59,0,-83,-39,-84,-99v0,-66,28,-99,85,-99xm99,-20v44,1,53,-31,53,-75v0,-43,-8,-75,-51,-75v-43,0,-53,32,-53,75v0,43,10,74,51,75"},"\u0152":{"d":"17,-125v-1,-93,60,-123,159,-123r161,0r0,28r-141,0r0,79r130,0r0,27r-130,0r0,87r148,0r0,27r-205,2v-79,-2,-121,-47,-122,-127xm51,-125v0,69,38,106,111,99r0,-195v-74,-9,-111,28,-111,96","w":360},"\u0153":{"d":"240,-194v63,0,86,42,84,106r-136,0v1,39,14,67,53,68v27,1,43,-12,50,-29r28,8v-13,52,-122,61,-147,12v-13,22,-37,33,-71,33v-60,0,-85,-38,-86,-99v-1,-63,28,-98,87,-99v33,0,56,10,70,31v14,-20,38,-31,68,-31xm101,-20v43,1,54,-31,54,-75v0,-44,-9,-75,-52,-75v-43,0,-55,31,-55,75v0,43,12,74,53,75xm291,-113v6,-61,-76,-76,-97,-28v-3,7,-6,17,-6,28r103,0","w":339},"\u0154":{"d":"97,-269v9,-18,26,-28,38,-43r37,0r0,5r-55,38r-20,0xm233,-177v-1,41,-23,64,-60,70r70,107r-38,0r-65,-103r-77,0r0,103r-33,0r0,-248v88,3,205,-21,203,71xm63,-129v60,-2,137,13,137,-47v0,-61,-80,-42,-137,-45r0,92","w":259},"\u0155":{"d":"114,-163v-78,-16,-53,91,-57,163r-32,0r-1,-190r30,0v1,12,-1,29,2,39v6,-27,23,-49,58,-41r0,29xm45,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0","w":119},"\u0156":{"d":"149,17v1,27,-2,46,-15,59r-21,0v8,-10,16,-17,17,-31r-16,0r0,-28r35,0xm233,-177v-1,41,-23,64,-60,70r70,107r-38,0r-65,-103r-77,0r0,103r-33,0r0,-248v88,3,205,-21,203,71xm63,-129v60,-2,137,13,137,-47v0,-61,-80,-42,-137,-45r0,92","w":259},"\u0157":{"d":"58,17v1,27,-2,46,-15,59r-20,0v8,-10,16,-17,16,-31r-15,0r0,-28r34,0xm114,-163v-78,-16,-53,91,-57,163r-32,0r-1,-190r30,0v1,12,-1,29,2,39v6,-27,23,-49,58,-41r0,29","w":119},"\u0158":{"d":"140,-269r-36,0v-13,-16,-32,-26,-41,-46v30,-2,39,17,59,25v19,-9,27,-27,57,-25v-8,20,-27,29,-39,46xm233,-177v-1,41,-23,64,-60,70r70,107r-38,0r-65,-103r-77,0r0,103r-33,0r0,-248v88,3,205,-21,203,71xm63,-129v60,-2,137,13,137,-47v0,-61,-80,-42,-137,-45r0,92","w":259},"\u0159":{"d":"87,-211r-36,0v-13,-18,-31,-30,-41,-51v32,-2,39,20,59,30v19,-10,26,-32,57,-30v-9,21,-27,33,-39,51xm114,-163v-78,-16,-53,91,-57,163r-32,0r-1,-190r30,0v1,12,-1,29,2,39v6,-27,23,-49,58,-41r0,29","w":119},"\u015a":{"d":"185,-189v-5,-48,-123,-54,-124,2v14,75,158,14,163,119v3,78,-121,87,-175,55v-17,-10,-28,-26,-33,-46r33,-7v5,56,141,63,141,-1v0,-78,-155,-14,-162,-118v-5,-82,145,-84,179,-34v5,7,8,16,11,25xm99,-269v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0","w":240},"\u015b":{"d":"135,-143v-3,-34,-86,-38,-87,0v15,53,115,12,119,90v4,78,-150,74,-157,8r28,-5v4,36,97,45,98,0v-10,-56,-113,-15,-118,-90v-4,-57,82,-63,122,-42v12,7,21,19,24,35xm68,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0","w":180},"\u015c":{"d":"142,-320v12,18,29,31,39,51v-31,2,-38,-19,-57,-29v-20,10,-27,31,-59,29v10,-21,28,-33,41,-51r36,0xm185,-189v-5,-48,-123,-54,-124,2v14,75,158,14,163,119v3,78,-121,87,-175,55v-17,-10,-28,-26,-33,-46r33,-7v5,56,141,63,141,-1v0,-78,-155,-14,-162,-118v-5,-82,145,-84,179,-34v5,7,8,16,11,25","w":240},"\u015d":{"d":"107,-262v12,18,31,29,40,51v-33,3,-38,-21,-58,-30v-20,10,-27,33,-59,30v9,-22,29,-33,41,-51r36,0xm135,-143v-3,-34,-86,-38,-87,0v15,53,115,12,119,90v4,78,-150,74,-157,8r28,-5v4,36,97,45,98,0v-10,-56,-113,-15,-118,-90v-4,-57,82,-63,122,-42v12,7,21,19,24,35","w":180},"\u015e":{"d":"185,-189v-5,-48,-123,-54,-124,2v14,75,158,14,163,119v3,78,-121,87,-175,55v-17,-10,-28,-26,-33,-46r33,-7v5,56,141,63,141,-1v0,-78,-155,-14,-162,-118v-5,-82,145,-84,179,-34v5,7,8,16,11,25xm126,18v19,-1,33,8,33,26v0,31,-30,33,-64,32r0,-18v18,2,39,4,41,-13v1,-15,-18,-13,-34,-13r12,-32r19,0","w":240},"\u015f":{"d":"135,-143v-3,-34,-86,-38,-87,0v15,53,115,12,119,90v4,78,-150,74,-157,8r28,-5v4,36,97,45,98,0v-10,-56,-113,-15,-118,-90v-4,-57,82,-63,122,-42v12,7,21,19,24,35xm90,18v19,-1,33,8,33,26v0,31,-30,33,-64,32r0,-18v18,2,39,4,41,-13v1,-15,-18,-13,-34,-13r12,-32r19,0","w":180},"\u0160":{"d":"142,-269r-36,0v-13,-16,-32,-26,-41,-46v31,-3,39,18,60,25v19,-9,27,-28,57,-25v-8,21,-28,29,-40,46xm185,-189v-5,-48,-123,-54,-124,2v14,75,158,14,163,119v3,78,-121,87,-175,55v-17,-10,-28,-26,-33,-46r33,-7v5,56,141,63,141,-1v0,-78,-155,-14,-162,-118v-5,-82,145,-84,179,-34v5,7,8,16,11,25","w":240},"\u0161":{"d":"107,-211r-35,0v-13,-18,-32,-30,-42,-51v33,-3,39,21,60,30v19,-10,25,-33,57,-30v-9,21,-28,33,-40,51xm135,-143v-3,-34,-86,-38,-87,0v15,53,115,12,119,90v4,78,-150,74,-157,8r28,-5v4,36,97,45,98,0v-10,-56,-113,-15,-118,-90v-4,-57,82,-63,122,-42v12,7,21,19,24,35","w":180},"\u0162":{"d":"109,18v19,-1,33,8,33,26v0,31,-30,33,-64,32r0,-18v18,2,39,4,41,-13v1,-15,-18,-13,-34,-13r12,-32r19,0xm127,-220r0,220r-34,0r0,-220r-85,0r0,-28r204,0r0,28r-85,0","w":219},"\u0163":{"d":"61,18v19,-1,33,8,33,26v0,31,-30,33,-64,32r0,-18v18,2,39,4,41,-13v1,-15,-18,-13,-34,-13r12,-32r19,0xm59,-47v-2,24,18,29,38,22r0,24v-33,10,-70,5,-70,-39r0,-127r-22,0r0,-23r24,0r9,-43r21,0r0,43r35,0r0,23r-35,0r0,120","w":100},"\u0164":{"d":"128,-269r-36,0v-13,-16,-32,-26,-41,-46v30,-2,39,17,59,25v19,-9,27,-27,57,-25v-8,20,-27,29,-39,46xm127,-220r0,220r-34,0r0,-220r-85,0r0,-28r204,0r0,28r-85,0","w":219},"\u0165":{"d":"138,-261v1,28,-2,49,-15,63r-20,0v8,-9,16,-20,16,-34r-15,0r0,-29r34,0xm59,-47v-2,24,18,29,38,22r0,24v-33,10,-70,5,-70,-39r0,-127r-22,0r0,-23r24,0r9,-43r21,0r0,43r35,0r0,23r-35,0r0,120","w":135},"\u0166":{"d":"127,-220r0,79r49,0r0,27r-49,0r0,114r-34,0r0,-114r-49,0r0,-27r49,0r0,-79r-85,0r0,-28r204,0r0,28r-85,0","w":219},"\u0167":{"d":"97,-1v-33,10,-70,5,-70,-39r0,-51r-22,0r0,-23r22,0r0,-53r-22,0r0,-23r24,0r9,-43r21,0r0,43r35,0r0,23r-35,0r0,53r35,0r0,23r-35,0v0,34,-8,83,38,66r0,24","w":100},"\u0168":{"d":"193,-316v-4,23,-7,48,-35,47v-28,-1,-65,-44,-75,0r-16,0v4,-23,8,-48,36,-47v28,1,64,44,74,0r16,0xm232,-93v-1,65,-40,97,-104,97v-61,0,-100,-32,-100,-94r0,-158r33,0v8,89,-33,224,67,224v102,0,64,-133,71,-224r33,0r0,155","w":259},"\u0169":{"d":"130,-211v-27,0,-65,-44,-75,0r-16,0v4,-23,8,-48,36,-47v28,1,64,44,74,0r16,0v-2,24,-9,47,-35,47xm84,4v-89,4,-54,-116,-61,-194r32,0r0,120v0,31,7,50,39,49v72,-2,45,-101,50,-169r31,0r1,190r-30,0v-1,-10,1,-25,-2,-33v-11,22,-28,36,-60,37"},"\u016a":{"d":"178,-275r-96,0r0,-22r96,0r0,22xm232,-93v-1,65,-40,97,-104,97v-61,0,-100,-32,-100,-94r0,-158r33,0v8,89,-33,224,67,224v102,0,64,-133,71,-224r33,0r0,155","w":259},"\u016b":{"d":"148,-217r-97,0r0,-23r97,0r0,23xm84,4v-89,4,-54,-116,-61,-194r32,0r0,120v0,31,7,50,39,49v72,-2,45,-101,50,-169r31,0r1,190r-30,0v-1,-10,1,-25,-2,-33v-11,22,-28,36,-60,37"},"\u016c":{"d":"188,-313v-3,51,-91,57,-111,17v-3,-5,-5,-11,-6,-17r21,0v6,27,70,27,76,0r20,0xm232,-93v-1,65,-40,97,-104,97v-61,0,-100,-32,-100,-94r0,-158r33,0v8,89,-33,224,67,224v102,0,64,-133,71,-224r33,0r0,155","w":259},"\u016d":{"d":"158,-265v0,57,-92,73,-111,20v-3,-7,-5,-13,-6,-20r20,0v3,35,73,36,76,0r21,0xm84,4v-89,4,-54,-116,-61,-194r32,0r0,120v0,31,7,50,39,49v72,-2,45,-101,50,-169r31,0r1,190r-30,0v-1,-10,1,-25,-2,-33v-11,22,-28,36,-60,37"},"\u016e":{"d":"130,-326v27,0,40,18,43,42v-2,25,-16,43,-43,43v-26,0,-42,-17,-42,-43v0,-26,16,-42,42,-42xm130,-259v15,0,24,-10,24,-25v0,-14,-10,-23,-24,-23v-14,0,-24,9,-24,23v0,15,9,25,24,25xm232,-93v-1,65,-40,97,-104,97v-61,0,-100,-32,-100,-94r0,-158r33,0v8,89,-33,224,67,224v102,0,64,-133,71,-224r33,0r0,155","w":259},"\u016f":{"d":"100,-290v27,0,40,18,43,42v-2,25,-18,43,-43,43v-25,0,-41,-18,-43,-43v3,-24,16,-41,43,-42xm100,-224v14,0,24,-9,24,-24v0,-14,-9,-23,-24,-23v-15,0,-24,9,-24,23v0,15,10,24,24,24xm84,4v-89,4,-54,-116,-61,-194r32,0r0,120v0,31,7,50,39,49v72,-2,45,-101,50,-169r31,0r1,190r-30,0v-1,-10,1,-25,-2,-33v-11,22,-28,36,-60,37"},"\u0170":{"d":"78,-269v8,-18,24,-28,35,-43r36,0r0,5r-54,38r-17,0xm139,-269v8,-18,24,-28,35,-43r36,0r0,5r-54,38r-17,0xm232,-93v-1,65,-40,97,-104,97v-61,0,-100,-32,-100,-94r0,-158r33,0v8,89,-33,224,67,224v102,0,64,-133,71,-224r33,0r0,155","w":259},"\u0171":{"d":"50,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0xm111,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0xm84,4v-89,4,-54,-116,-61,-194r32,0r0,120v0,31,7,50,39,49v72,-2,45,-101,50,-169r31,0r1,190r-30,0v-1,-10,1,-25,-2,-33v-11,22,-28,36,-60,37"},"\u0172":{"d":"134,40v-1,19,24,18,37,12r0,18v-23,12,-65,4,-61,-28v3,-27,16,-46,50,-42v-13,8,-25,21,-26,40xm232,-93v-1,65,-40,97,-104,97v-61,0,-100,-32,-100,-94r0,-158r33,0v8,89,-33,224,67,224v102,0,64,-133,71,-224r33,0r0,155","w":259},"\u0173":{"d":"144,40v-2,19,24,18,37,12r0,18v-24,12,-65,3,-62,-28v3,-27,17,-46,51,-42v-13,8,-24,21,-26,40xm84,4v-89,4,-54,-116,-61,-194r32,0r0,120v0,31,7,50,39,49v72,-2,45,-101,50,-169r31,0r1,190r-30,0v-1,-10,1,-25,-2,-33v-11,22,-28,36,-60,37"},"\u0174":{"d":"188,-315v12,16,30,27,40,46v-31,3,-38,-17,-58,-24v-19,8,-29,27,-59,24v10,-19,29,-29,41,-46r36,0xm266,0r-40,0r-56,-210r-55,210r-40,0r-73,-248r35,0r59,218r15,-64r43,-154r32,0r59,218r59,-218r35,0","w":339},"\u0175":{"d":"148,-262v12,18,30,30,39,51v-31,2,-38,-20,-57,-30v-20,10,-27,32,-59,30v9,-22,29,-33,41,-51r36,0xm206,0r-36,0r-40,-164r-41,164r-36,0r-54,-190r32,0r39,164r43,-164r34,0r41,164r42,-164r31,0","w":259},"\u0176":{"d":"138,-315v12,16,30,27,39,46v-29,2,-38,-16,-57,-24v-19,8,-29,26,-59,24v10,-19,29,-29,41,-46r36,0xm137,-103r0,103r-34,0r0,-103r-95,-145r37,0r75,118r75,-118r37,0","w":240},"\u0177":{"d":"109,-262v12,18,30,30,39,51v-31,2,-38,-20,-57,-30v-20,10,-27,32,-59,30v9,-22,29,-33,41,-51r36,0xm179,-190r-86,221v-14,28,-37,51,-81,42r0,-24v39,6,53,-20,64,-50r-75,-189r34,0r57,156r54,-156r33,0","w":180},"\u0178":{"d":"140,-269r0,-32r29,0r0,32r-29,0xm71,-269r0,-32r29,0r0,32r-29,0xm137,-103r0,103r-34,0r0,-103r-95,-145r37,0r75,118r75,-118r37,0","w":240},"\u0179":{"d":"86,-269v9,-18,26,-28,38,-43r36,0r0,5r-54,38r-20,0xm209,0r-198,0r0,-25r151,-195r-138,0r0,-28r176,0r0,25r-150,196r159,0r0,27","w":219},"\u017a":{"d":"9,0r0,-24r116,-142r-109,0r0,-24r144,0r0,24r-116,142r123,0r0,24r-158,0xm67,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0","w":180},"\u017b":{"d":"94,-282r0,-30r32,0r0,30r-32,0xm209,0r-198,0r0,-25r151,-195r-138,0r0,-28r176,0r0,25r-150,196r159,0r0,27","w":219},"\u017c":{"d":"72,-231r0,-30r32,0r0,30r-32,0xm9,0r0,-24r116,-142r-109,0r0,-24r144,0r0,24r-116,142r123,0r0,24r-158,0","w":180},"\u017d":{"d":"132,-269r-36,0v-13,-16,-32,-26,-41,-46v30,-2,39,17,59,25v19,-9,27,-27,57,-25v-8,20,-27,29,-39,46xm209,0r-198,0r0,-25r151,-195r-138,0r0,-28r176,0r0,25r-150,196r159,0r0,27","w":219},"\u017e":{"d":"104,-211r-35,0v-13,-18,-32,-30,-42,-51v33,-3,39,21,60,30v19,-10,25,-33,57,-30v-9,21,-28,33,-40,51xm9,0r0,-24r116,-142r-109,0r0,-24r144,0r0,24r-116,142r123,0r0,24r-158,0","w":180},"\u017f":{"d":"93,-234v-23,-6,-37,2,-37,27r0,207r-32,0r0,-212v-3,-41,29,-56,69,-46r0,24","w":79},"\u0192":{"d":"164,-231v-38,-11,-47,19,-49,51r37,0r-5,23r-37,0r-45,233r-31,0r44,-233r-26,0r4,-23r27,0v3,-49,28,-91,86,-72"},"\u01fa":{"d":"120,-283v42,0,56,53,24,70r95,213r-34,0r-28,-65r-113,0r-28,65r-35,0r96,-213v-32,-15,-19,-70,23,-70xm167,-89r-47,-111v-13,39,-30,75,-46,111r93,0xm119,-223v14,-1,25,-8,25,-22v0,-13,-11,-21,-24,-21v-12,0,-24,6,-23,21v0,14,8,22,22,22xm100,-291v9,-16,27,-22,39,-35r36,0r0,4v-25,10,-38,33,-75,31","w":240},"\u01fb":{"d":"100,-260v27,0,40,18,43,42v-2,25,-18,43,-43,43v-25,0,-41,-18,-43,-43v3,-24,16,-41,43,-42xm76,-218v-2,26,38,31,46,10v6,-17,-4,-34,-22,-33v-15,0,-23,10,-24,23xm141,-36v-15,21,-31,41,-68,40v-36,-1,-58,-21,-58,-57v-1,-64,63,-63,125,-63v3,-35,-9,-54,-41,-54v-24,1,-41,7,-42,31r-33,-3v5,-37,33,-52,76,-52v45,0,72,20,72,64r0,82v-1,20,7,32,28,27r0,20v-31,9,-61,-2,-59,-35xm48,-53v0,20,12,33,32,33v41,-3,63,-29,60,-74v-43,2,-92,-5,-92,41xm75,-272v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0"},"\u01fc":{"d":"188,-269v9,-18,26,-28,38,-43r36,0r0,5r-54,38r-20,0xm170,0r0,-72r-96,0r-35,72r-35,0r121,-248r212,0r0,28r-133,0r0,79r123,0r0,27r-123,0r0,87r141,0r0,27r-175,0xm170,-222v-33,-8,-36,21,-46,42r-38,81r84,0r0,-123","w":360},"\u01fd":{"d":"220,-194v63,1,86,42,84,106r-134,0v0,40,13,67,51,68v27,1,43,-12,50,-29r28,8v-11,29,-37,44,-78,45v-38,0,-62,-16,-74,-46v-14,27,-36,45,-76,46v-37,0,-59,-20,-59,-57v-1,-64,63,-63,126,-63v3,-35,-8,-55,-41,-54v-25,0,-41,8,-44,31r-33,-3v1,-59,111,-68,139,-27v13,-16,34,-24,61,-25xm78,-20v42,-2,63,-28,60,-74v-43,2,-94,-4,-94,41v0,20,13,33,34,33xm271,-113v7,-60,-75,-77,-95,-28v-3,7,-5,17,-5,28r100,0xm134,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0","w":320},"\u01fe":{"d":"116,-269v9,-18,26,-28,38,-43r36,0r0,5r-54,38r-20,0xm233,-215v19,21,30,51,30,90v0,79,-44,129,-123,129v-30,0,-54,-8,-73,-20r-21,25r-34,0r36,-42v-20,-21,-31,-53,-31,-92v0,-80,42,-125,123,-126v31,0,53,7,73,19r21,-26r34,0xm140,-24v87,0,108,-103,71,-166r-124,150v13,10,30,16,53,16xm140,-224v-87,0,-109,102,-71,165r124,-149v-13,-10,-30,-16,-53,-16","w":280},"\u01ff":{"d":"181,-161v11,16,11,39,14,66v9,87,-81,123,-140,81r-18,21r-29,0r32,-38v-10,-16,-13,-38,-15,-64v-8,-91,81,-121,141,-83r16,-18r30,0xm109,-20v57,4,58,-63,49,-114r-85,99v7,11,20,15,36,15xm111,-170v-56,-3,-57,65,-48,113r85,-99v-8,-10,-20,-13,-37,-14xm89,-211v8,-23,27,-35,38,-54r36,0r0,5r-58,49r-16,0","w":219},"\u0218":{"d":"140,17v1,27,-2,46,-14,59r-21,0v8,-10,16,-17,16,-31r-15,0r0,-28r34,0xm185,-189v-5,-48,-123,-54,-124,2v14,75,158,14,163,119v3,78,-121,87,-175,55v-17,-10,-28,-26,-33,-46r33,-7v5,56,141,63,141,-1v0,-78,-155,-14,-162,-118v-5,-82,145,-84,179,-34v5,7,8,16,11,25","w":240},"\u0219":{"d":"108,17v1,27,-2,46,-15,59r-20,0v8,-10,16,-17,16,-31r-15,0r0,-28r34,0xm135,-143v-3,-34,-86,-38,-87,0v15,53,115,12,119,90v4,78,-150,74,-157,8r28,-5v4,36,97,45,98,0v-10,-56,-113,-15,-118,-90v-4,-57,82,-63,122,-42v12,7,21,19,24,35","w":180},"\u021a":{"d":"127,17v1,27,-2,46,-15,59r-20,0v8,-10,16,-17,16,-31r-15,0r0,-28r34,0xm127,-220r0,220r-34,0r0,-220r-85,0r0,-28r204,0r0,28r-85,0","w":219},"\u021b":{"d":"78,17v1,27,-2,46,-15,59r-20,0v8,-10,16,-17,16,-31r-15,0r0,-28r34,0xm59,-47v-2,24,18,29,38,22r0,24v-33,10,-70,5,-70,-39r0,-127r-22,0r0,-23r24,0r9,-43r21,0r0,43r35,0r0,23r-35,0r0,120","w":100},"\u2013":{"d":"0,-79r0,-24r200,0r0,24r-200,0"},"\u2014":{"d":"0,-79r0,-24r360,0r0,24r-360,0","w":360},"\u2018":{"d":"22,-167v-1,-32,1,-62,14,-81r22,0v-9,13,-17,26,-17,46r16,0r0,35r-35,0","w":79,"k":{"\u2018":7}},"\u2019":{"d":"58,-248v1,32,-1,62,-14,81r-22,0v9,-13,17,-27,17,-46r-16,0r0,-35r35,0","w":79,"k":{"\u2019":7,"s":7," ":13}},"\u201c":{"d":"72,-167v-1,-32,0,-62,13,-81r22,0v-9,13,-17,26,-17,46r16,0r0,35r-34,0xm13,-167v-1,-32,1,-62,14,-81r22,0v-9,13,-17,26,-17,46r15,0r0,35r-34,0","w":119},"\u201d":{"d":"107,-248v1,32,-1,62,-14,81r-21,0v8,-13,16,-27,16,-46r-15,0r0,-35r34,0xm49,-248v1,32,-1,62,-14,81r-22,0v8,-13,16,-27,17,-46r-16,0r0,-35r35,0","w":119},"\u2026":{"d":"277,0r0,-38r34,0r0,38r-34,0xm163,0r0,-38r34,0r0,38r-34,0xm49,0r0,-38r34,0r0,38r-34,0","w":360},"\u2032":{"d":"15,-156r11,-92r35,0r-28,92r-18,0","w":67},"\u2033":{"d":"15,-156r11,-92r35,0r-28,92r-18,0xm75,-156r11,-92r35,0r-28,92r-18,0","w":127},"\u2122":{"d":"297,-111r0,-109r-44,109r-19,0r-42,-109r0,109r-23,0r0,-137r34,0r42,107r42,-107r32,0r0,137r-22,0xm101,-228r0,117r-23,0r0,-117r-45,0r0,-20r114,0r0,20r-46,0","w":360}}});Cufon.registerFont({"w":200,"face":{"font-family":"Liberation Sans","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 2 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-18 -372 360 80","underline-thickness":"37.793","underline-position":"-94.5703","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"Y":7,"A":13}},"\u00a0":{"w":100},"!":{"d":"80,-75r-40,0r-6,-173r52,0xm34,0r0,-47r51,0r0,47r-51,0","w":119},"\"":{"d":"142,-158r-39,0r-4,-90r48,0xm67,-158r-39,0r-4,-90r48,0","w":170},"#":{"d":"160,-152r-12,59r37,0r0,26r-43,0r-14,67r-28,0r14,-67r-54,0r-14,67r-26,0r13,-67r-27,0r0,-26r33,0r13,-59r-37,0r0,-26r42,0r15,-67r27,0r-15,67r54,0r15,-67r27,0r-14,67r28,0r0,26r-34,0xm79,-152r-13,59r55,0r12,-59r-54,0"},"$":{"d":"111,-147v44,9,85,22,84,75v-1,49,-35,65,-84,68r0,31r-20,0r0,-31v-51,-1,-79,-23,-86,-68r45,-8v4,24,15,38,41,40v-2,-22,4,-51,-2,-69v-39,-10,-76,-22,-76,-72v0,-47,35,-60,78,-63r0,-23r20,0r0,23v47,1,70,23,78,62r-46,7v-4,-18,-12,-32,-32,-34r0,62xm91,-210v-33,-4,-45,46,-13,54v4,1,8,2,13,4r0,-58xm111,-40v39,5,53,-51,15,-60v-7,-2,-7,-2,-15,-4r0,64"},"%":{"d":"249,-155v45,1,62,31,62,79v-1,48,-18,79,-63,79v-45,0,-61,-32,-62,-79v0,-48,16,-79,63,-79xm97,0r-36,0r162,-248r36,0xm9,-172v0,-48,16,-79,63,-78v46,0,62,31,62,78v0,48,-18,79,-63,79v-45,0,-62,-31,-62,-79xm249,-25v24,0,24,-26,24,-51v0,-26,-1,-52,-24,-52v-24,0,-25,26,-25,52v0,25,0,51,25,51xm71,-120v23,0,24,-25,24,-52v0,-26,0,-51,-23,-51v-25,0,-25,25,-25,51v0,27,1,52,24,52","w":320},"&":{"d":"168,-19v-44,38,-157,30,-152,-49v3,-43,29,-60,59,-75v-25,-44,-12,-111,53,-106v37,3,64,15,64,52v0,43,-40,52,-69,68v12,22,27,41,43,59v14,-19,21,-38,28,-64r37,13v-8,29,-19,52,-34,74v12,10,32,16,52,10r0,35v-28,11,-65,-2,-81,-17xm110,-158v19,-9,43,-14,43,-39v0,-14,-10,-22,-25,-22v-34,0,-33,41,-18,61xm60,-68v-3,40,55,47,79,25v-18,-20,-34,-42,-48,-67v-18,8,-30,20,-31,42","w":259},"'":{"d":"62,-158r-38,0r-5,-90r48,0","w":85},"(":{"d":"67,-93v0,74,22,123,53,168r-50,0v-30,-45,-52,-93,-52,-168v0,-75,22,-123,52,-168r50,0v-32,44,-53,94,-53,168","w":119},")":{"d":"102,-93v0,74,-22,123,-52,168r-50,0v30,-46,54,-93,53,-168v0,-74,-22,-123,-53,-168r50,0v30,45,52,94,52,168","w":119},"*":{"d":"86,-200r42,-18r12,35r-44,11r32,37r-32,21r-26,-44r-26,44r-32,-21r33,-37r-44,-11r12,-35r42,18r-3,-48r38,0","w":140},"+":{"d":"125,-100r0,72r-40,0r0,-72r-70,0r0,-39r70,0r0,-72r40,0r0,72r71,0r0,39r-71,0","w":210},",":{"d":"76,-54v-1,42,2,86,-19,110r-33,0v12,-14,22,-32,24,-56r-23,0r0,-54r51,0","w":100},"-":{"d":"14,-72r0,-43r91,0r0,43r-91,0","w":119},"\u00ad":{"d":"14,-72r0,-43r91,0r0,43r-91,0","w":119},".":{"d":"24,0r0,-54r51,0r0,54r-51,0","w":100},"\/":{"d":"4,7r51,-268r42,0r-51,268r-42,0","w":100},"0":{"d":"101,-251v68,0,84,54,84,127v0,74,-19,128,-86,128v-67,0,-84,-56,-85,-128v-1,-75,17,-127,87,-127xm100,-35v37,-5,36,-46,36,-89v0,-43,4,-89,-36,-89v-39,0,-36,45,-36,89v0,43,-3,85,36,89"},"1":{"d":"23,0r0,-37r61,0r0,-169r-59,37r0,-38r62,-41r46,0r0,211r57,0r0,37r-167,0","k":{"1":20}},"2":{"d":"182,-182v0,78,-84,86,-111,141r115,0r0,41r-174,0v-6,-101,99,-100,120,-180v1,-22,-12,-31,-33,-32v-23,0,-32,14,-35,34r-49,-3v5,-45,32,-70,84,-70v51,0,83,22,83,69"},"3":{"d":"128,-127v34,4,56,21,59,58v7,91,-148,94,-172,28v-4,-9,-6,-17,-7,-26r51,-5v1,24,16,35,40,36v23,0,39,-12,38,-36v-1,-31,-31,-36,-65,-34r0,-40v32,2,59,-3,59,-33v0,-20,-13,-33,-34,-33v-21,0,-33,13,-35,32r-50,-3v6,-44,37,-68,86,-68v50,0,83,20,83,66v0,35,-22,52,-53,58"},"4":{"d":"165,-50r0,50r-47,0r0,-50r-113,0r0,-38r105,-160r55,0r0,161r33,0r0,37r-33,0xm118,-87r2,-116r-74,116r72,0"},"5":{"d":"139,-81v0,-46,-55,-55,-73,-27r-48,0r9,-140r149,0r0,37r-104,0r-4,63v44,-38,133,-4,122,66v11,103,-169,117,-179,20r49,-4v5,18,15,30,39,30v26,0,40,-18,40,-45"},"6":{"d":"115,-159v48,0,72,30,72,78v0,54,-30,85,-83,85v-64,0,-91,-50,-91,-122v0,-98,58,-163,141,-120v15,8,21,24,27,44r-47,6v-5,-31,-48,-31,-61,-4v-7,14,-11,33,-11,60v9,-17,28,-27,53,-27xm102,-35v24,0,36,-20,36,-45v0,-25,-11,-43,-37,-43v-23,0,-36,14,-36,38v0,27,11,50,37,50"},"7":{"d":"52,0v1,-96,47,-148,87,-207r-124,0r0,-41r169,0r0,40v-36,62,-79,113,-81,208r-51,0"},"8":{"d":"138,-131v27,9,52,24,51,61v0,53,-36,74,-89,74v-53,0,-89,-23,-89,-73v0,-35,22,-54,51,-61v-78,-25,-46,-121,38,-121v51,0,83,19,83,66v0,30,-18,49,-45,54xm100,-147v24,0,32,-13,32,-36v1,-23,-11,-34,-32,-34v-22,0,-33,12,-32,34v0,22,9,36,32,36xm101,-31v27,0,37,-17,37,-43v0,-25,-13,-39,-39,-39v-24,0,-37,15,-37,40v0,27,11,42,39,42"},"9":{"d":"99,-251v69,0,84,53,88,123v5,99,-61,162,-144,118v-15,-8,-21,-25,-26,-45r46,-6v4,31,50,33,63,7v7,-15,12,-36,12,-60v-9,18,-29,28,-54,28v-48,0,-72,-32,-72,-82v0,-55,31,-83,87,-83xm98,-123v24,0,37,-16,37,-39v0,-27,-10,-51,-37,-51v-25,0,-35,19,-35,45v0,25,10,45,35,45"},":":{"d":"35,-132r0,-50r50,0r0,50r-50,0xm35,0r0,-49r50,0r0,49r-50,0","w":119},";":{"d":"35,-132r0,-50r51,0r0,50r-51,0xm86,-49v1,42,0,83,-19,105r-33,0v12,-14,22,-32,24,-56r-23,0r0,-49r51,0","w":119},"\u037e":{"d":"35,-132r0,-50r51,0r0,50r-51,0xm86,-49v1,42,0,83,-19,105r-33,0v12,-14,22,-32,24,-56r-23,0r0,-49r51,0","w":119},"<":{"d":"15,-91r0,-56r181,-69r0,40r-147,57r147,57r0,40","w":210},"=":{"d":"15,-148r0,-39r180,0r0,39r-180,0xm15,-51r0,-39r180,0r0,39r-180,0","w":210},">":{"d":"15,-22r0,-40r146,-57r-146,-57r0,-40r181,69r0,56","w":210},"?":{"d":"110,-251v83,-7,118,89,53,130v-17,10,-36,21,-38,46r-47,0v2,-56,65,-53,71,-103v2,-21,-15,-35,-38,-34v-25,1,-41,14,-44,38r-50,-2v6,-48,39,-70,93,-75xm77,0r0,-47r51,0r0,47r-51,0","w":219},"@":{"d":"192,-256v86,0,138,45,138,129v0,61,-26,109,-84,114v-27,2,-36,-18,-34,-42v-11,22,-31,42,-62,42v-41,0,-58,-28,-58,-68v0,-58,29,-104,88,-107v26,-1,39,14,48,30r7,-26r27,0r-27,131v-1,11,6,15,14,16v38,-7,54,-45,54,-90v0,-68,-42,-104,-111,-104v-92,0,-143,58,-143,150v0,72,40,113,113,113v43,0,75,-12,103,-28r11,22v-32,17,-67,31,-116,31v-89,0,-139,-50,-139,-138v0,-109,65,-175,171,-175xm156,-38v42,-5,58,-44,60,-89v1,-24,-14,-38,-37,-38v-41,0,-55,40,-57,84v-1,25,9,46,34,43","w":351},"A":{"d":"199,0r-22,-63r-94,0r-22,63r-52,0r90,-248r61,0r90,248r-51,0xm166,-102r-36,-108v-10,38,-24,72,-36,108r72,0","w":259,"k":{"\u2019":20,"y":13,"w":7,"v":13,"Y":33,"W":20,"V":27,"T":27," ":13}},"B":{"d":"182,-130v37,4,62,22,62,59v0,94,-128,67,-220,71r0,-248v84,5,203,-23,205,63v0,31,-19,50,-47,55xm76,-148v40,-3,101,13,101,-30v0,-44,-60,-28,-101,-31r0,61xm76,-38v48,-3,116,14,116,-37v0,-48,-69,-32,-116,-35r0,72","w":259},"C":{"d":"67,-125v0,53,21,87,73,88v37,1,54,-22,65,-47r45,17v-17,42,-51,71,-110,71v-82,0,-120,-46,-125,-129v-7,-110,109,-156,196,-107v18,10,29,29,36,50r-46,12v-8,-25,-30,-41,-62,-41v-52,0,-71,34,-72,86","w":259},"D":{"d":"24,-248v120,-7,223,5,221,122v-1,80,-44,126,-121,126r-100,0r0,-248xm76,-40v74,7,117,-18,117,-86v0,-67,-45,-88,-117,-82r0,168","w":259},"E":{"d":"24,0r0,-248r195,0r0,40r-143,0r0,63r132,0r0,40r-132,0r0,65r150,0r0,40r-202,0","w":240},"F":{"d":"76,-208r0,77r127,0r0,40r-127,0r0,91r-52,0r0,-248r183,0r0,40r-131,0","w":219,"k":{"A":20,".":40,",":40}},"G":{"d":"67,-125v0,54,23,88,75,88v28,0,53,-7,68,-21r0,-34r-60,0r0,-39r108,0r0,91v-26,26,-66,44,-118,44v-82,0,-120,-46,-125,-129v-7,-111,111,-155,200,-109v19,10,29,26,37,47r-47,15v-11,-23,-29,-39,-63,-39v-53,1,-75,33,-75,86","w":280},"H":{"d":"184,0r0,-106r-108,0r0,106r-52,0r0,-248r52,0r0,99r108,0r0,-99r52,0r0,248r-52,0","w":259},"I":{"d":"24,0r0,-248r52,0r0,248r-52,0","w":100},"J":{"d":"176,-78v10,88,-125,109,-160,43v-5,-9,-9,-19,-11,-32r52,-8v4,21,12,37,35,38v23,0,32,-16,32,-40r0,-130r-49,0r0,-41r101,0r0,170"},"K":{"d":"195,0r-88,-114r-31,24r0,90r-52,0r0,-248r52,0r0,113r112,-113r60,0r-106,105r115,143r-62,0","w":259},"L":{"d":"24,0r0,-248r52,0r0,208r133,0r0,40r-185,0","w":219,"k":{"\u2019":20,"y":13,"Y":33,"W":20,"V":27,"T":27," ":7}},"M":{"d":"230,0r2,-204r-64,204r-37,0r-63,-204r2,204r-46,0r0,-248r70,0r56,185r57,-185r69,0r0,248r-46,0","w":299},"N":{"d":"175,0r-108,-191v6,58,2,128,3,191r-46,0r0,-248r59,0r110,193v-6,-58,-2,-129,-3,-193r46,0r0,248r-61,0","w":259},"O":{"d":"140,-251v80,0,125,45,125,126v0,81,-46,129,-126,129v-81,0,-124,-48,-124,-129v0,-81,44,-126,125,-126xm139,-37v52,0,73,-35,73,-88v0,-50,-21,-86,-72,-86v-52,0,-73,35,-73,86v0,51,22,88,72,88","w":280},"P":{"d":"24,-248v93,1,206,-16,204,79v-1,75,-69,88,-152,82r0,87r-52,0r0,-248xm76,-127v47,0,100,7,100,-41v0,-47,-54,-39,-100,-39r0,80","w":240,"k":{"A":27,".":46,",":46," ":7}},"Q":{"d":"140,-251v80,0,125,45,125,126v0,70,-33,111,-92,124v6,28,34,38,68,31r-1,36v-63,17,-111,-11,-120,-64v-69,-8,-105,-52,-105,-127v0,-81,44,-126,125,-126xm139,-37v52,0,73,-35,73,-88v0,-50,-21,-86,-72,-86v-52,0,-73,35,-73,86v0,51,22,88,72,88","w":280},"R":{"d":"240,-174v0,40,-23,61,-54,70r67,104r-59,0r-57,-94r-61,0r0,94r-52,0r0,-248v93,4,217,-23,216,74xm76,-134v48,-2,112,12,112,-38v0,-48,-66,-32,-112,-35r0,73","w":259,"k":{"Y":13,"W":7,"V":7}},"S":{"d":"169,-182v-1,-43,-94,-46,-97,-3v18,66,151,10,154,114v3,95,-165,93,-204,36v-6,-8,-10,-19,-12,-30r50,-8v3,46,112,56,116,5v-17,-69,-150,-10,-154,-114v-4,-87,153,-88,188,-35v5,8,8,18,10,28","w":240},"T":{"d":"136,-208r0,208r-52,0r0,-208r-80,0r0,-40r212,0r0,40r-80,0","w":219,"k":{"y":27,"w":27,"u":27,"s":27,"r":20,"o":27,"i":7,"e":27,"c":27,"a":27,"O":7,"A":27,";":40,":":40,".":40,"-":20,",":40}},"U":{"d":"238,-95v0,69,-44,99,-111,99v-64,0,-105,-29,-105,-97r0,-155r51,0r0,151v-1,38,19,59,55,60v90,1,49,-130,58,-211r52,0r0,153","w":259},"V":{"d":"147,0r-53,0r-92,-248r55,0r64,206v17,-72,42,-137,63,-206r54,0","w":240,"k":{"y":13,"u":13,"r":20,"o":27,"i":7,"e":20,"a":20,"A":27,";":20,":":20,".":33,"-":20,",":33}},"W":{"d":"275,0r-61,0r-44,-196r-44,196r-62,0r-64,-248r53,0r44,199r45,-199r58,0r43,199r44,-199r52,0","w":339,"k":{"y":7,"u":7,"r":7,"o":7,"i":3,"e":7,"a":13,"A":20,";":7,":":7,".":20,"-":7,",":20}},"X":{"d":"182,0r-62,-99r-62,99r-55,0r86,-130r-79,-118r55,0r55,88r55,-88r55,0r-75,118r82,130r-55,0","w":240},"Y":{"d":"146,-102r0,102r-52,0r0,-102r-88,-146r54,0r60,105r60,-105r54,0","w":240,"k":{"v":20,"u":20,"q":27,"p":20,"o":27,"i":13,"e":20,"a":20,"A":33,";":27,":":27,".":40,"-":20,",":40," ":7}},"Z":{"d":"210,0r-199,0r0,-37r134,-170r-121,0r0,-41r178,0r0,36r-134,171r142,0r0,41","w":219},"[":{"d":"20,75r0,-336r95,0r0,34r-48,0r0,268r48,0r0,34r-95,0","w":119},"\\":{"d":"54,7r-50,-268r42,0r51,268r-43,0","w":100},"]":{"d":"4,75r0,-34r49,0r0,-268r-49,0r0,-34r96,0r0,336r-96,0","w":119},"^":{"d":"162,-90r-57,-133r-57,133r-40,0r69,-158r56,0r69,158r-40,0","w":210},"_":{"d":"-4,44r0,-14r207,0r0,14r-207,0"},"`":{"d":"71,-208r-59,-48r0,-8r45,0r44,51r0,5r-30,0","w":119},"a":{"d":"133,-34v-16,19,-30,39,-64,38v-37,-1,-58,-20,-58,-58v-1,-60,55,-63,116,-61v1,-26,-3,-47,-28,-47v-18,1,-26,9,-28,27r-52,-2v7,-38,36,-58,82,-57v46,1,74,22,75,68r1,82v-1,14,12,18,25,15r0,27v-30,8,-71,5,-69,-32xm85,-31v29,0,43,-24,42,-57v-32,0,-66,-3,-65,30v0,17,8,27,23,27"},"b":{"d":"135,-194v52,0,70,43,70,98v0,56,-19,99,-73,100v-30,1,-46,-15,-58,-35r-2,31r-48,0r1,-261r50,0r0,104v11,-23,29,-37,60,-37xm114,-30v31,0,40,-27,40,-66v0,-37,-7,-63,-39,-63v-32,0,-41,28,-41,65v0,36,8,64,40,64","w":219},"c":{"d":"190,-63v-7,42,-38,67,-86,67v-59,0,-84,-38,-90,-98v-12,-110,154,-137,174,-36r-49,2v-2,-19,-15,-32,-35,-32v-30,0,-35,28,-38,64v-6,74,65,87,74,30"},"d":{"d":"88,-194v31,-1,46,15,58,34r-1,-101r50,0r1,261r-48,0v-2,-10,0,-23,-3,-31v-11,23,-29,35,-61,35v-52,0,-68,-45,-69,-99v0,-56,19,-97,73,-99xm105,-30v33,0,40,-30,41,-66v1,-37,-9,-64,-41,-64v-32,0,-38,30,-39,65v0,43,13,65,39,65","w":219},"e":{"d":"185,-48v-13,30,-37,53,-82,52v-60,-2,-89,-37,-89,-100v0,-63,30,-98,90,-98v62,0,83,45,84,108r-122,0v0,31,8,55,39,56v18,0,30,-7,34,-22xm140,-117v5,-46,-57,-63,-70,-21v-2,6,-4,13,-4,21r74,0"},"f":{"d":"121,-226v-27,-7,-43,5,-38,36r38,0r0,33r-38,0r0,157r-49,0r0,-157r-28,0r0,-33r28,0v-9,-59,32,-81,87,-68r0,32","w":119,"k":{"\u2019":-7}},"g":{"d":"195,-6v11,88,-120,106,-164,52v-4,-6,-6,-13,-8,-21r49,-6v3,16,16,24,34,25v40,0,42,-37,40,-79v-11,22,-30,35,-61,35v-53,0,-70,-43,-70,-97v0,-56,18,-96,73,-97v30,0,46,14,59,34r2,-30r47,0xm105,-35v32,0,41,-27,41,-63v0,-35,-9,-62,-40,-62v-32,0,-39,29,-40,63v0,36,9,62,39,62","w":219},"h":{"d":"114,-157v-59,0,-34,97,-39,157r-50,0r0,-261r50,0r-1,109v12,-26,28,-41,61,-42v86,-1,58,113,63,194r-50,0v-7,-57,23,-157,-34,-157","w":219},"i":{"d":"25,-224r0,-37r50,0r0,37r-50,0xm25,0r0,-190r50,0r0,190r-50,0","w":100},"j":{"d":"25,-224r0,-37r50,0r0,37r-50,0xm75,22v2,45,-34,59,-81,51r0,-35v22,5,31,-5,31,-27r0,-201r50,0r0,212","w":100},"k":{"d":"147,0r-51,-86r-21,15r0,71r-50,0r0,-261r50,0r0,150r67,-79r53,0r-66,74r72,116r-54,0"},"l":{"d":"25,0r0,-261r50,0r0,261r-50,0","w":100},"m":{"d":"220,-157v-53,9,-28,100,-34,157r-49,0r0,-107v1,-27,-5,-49,-29,-50v-53,10,-27,100,-33,157r-50,0r-1,-190r47,0v2,12,-1,28,3,38v10,-53,101,-56,108,0v13,-22,24,-43,59,-42v82,1,51,116,57,194r-49,0r0,-107v-1,-25,-5,-48,-29,-50","w":320},"n":{"d":"135,-194v87,-1,58,113,63,194r-50,0v-7,-57,23,-157,-34,-157v-59,0,-34,97,-39,157r-50,0r-1,-190r47,0v2,12,-1,28,3,38v12,-26,28,-41,61,-42","w":219},"o":{"d":"110,-194v64,0,96,36,96,99v0,64,-35,99,-97,99v-61,0,-95,-36,-95,-99v0,-62,34,-99,96,-99xm109,-30v35,0,45,-28,45,-65v0,-40,-10,-65,-43,-65v-34,0,-45,26,-45,65v0,36,10,65,43,65","w":219},"p":{"d":"135,-194v53,0,70,44,70,98v0,56,-19,98,-73,100v-31,1,-45,-17,-59,-34v3,33,2,69,2,105r-50,0r-1,-265r48,0v2,10,0,23,3,31v11,-24,29,-35,60,-35xm114,-30v33,0,39,-31,40,-66v0,-38,-9,-64,-40,-64v-56,0,-55,130,0,130","w":219},"q":{"d":"84,4v-52,0,-69,-45,-69,-99v0,-55,18,-99,73,-99v29,0,47,12,58,34r2,-30r48,0r-1,265r-49,0r0,-107v-10,23,-32,36,-62,36xm105,-30v32,0,41,-29,41,-66v0,-36,-9,-64,-40,-64v-33,0,-39,30,-40,65v0,43,13,65,39,65","w":219},"r":{"d":"135,-150v-39,-12,-60,13,-60,57r0,93r-50,0r-1,-190r47,0v2,13,-1,29,3,40v6,-28,27,-53,61,-41r0,41","w":140,"k":{"\u2019":-13,".":20,",":20}},"s":{"d":"137,-138v1,-29,-70,-34,-71,-4v15,46,118,7,119,86v1,83,-164,76,-172,9r43,-7v4,19,20,25,44,25v33,8,57,-30,24,-41v-43,-14,-102,-11,-104,-66v-2,-80,154,-74,161,-7"},"t":{"d":"115,-3v-36,14,-87,7,-87,-42r0,-112r-24,0r0,-33r27,0r15,-45r31,0r0,45r36,0r0,33r-36,0r0,99v-1,23,16,31,38,25r0,30","w":119},"u":{"d":"85,4v-87,1,-58,-113,-63,-194r50,0v7,57,-23,150,33,157v60,-5,35,-97,40,-157r50,0r1,190r-47,0v-2,-12,1,-28,-3,-38v-12,25,-28,42,-61,42","w":219},"v":{"d":"128,0r-59,0r-68,-190r53,0r45,150r48,-150r52,0","k":{".":27,",":27}},"w":{"d":"231,0r-52,0r-39,-155r-40,155r-52,0r-49,-190r46,0r32,145v9,-52,24,-97,36,-145r53,0r37,145r32,-145r46,0","w":280,"k":{".":13,",":13}},"x":{"d":"144,0r-44,-69r-45,69r-53,0r70,-98r-66,-92r53,0r41,62r40,-62r54,0r-67,91r71,99r-54,0"},"y":{"d":"123,10v-15,43,-43,76,-104,62r0,-35v35,8,53,-11,59,-39r-75,-188r52,0r48,148v12,-52,28,-100,44,-148r51,0","k":{".":27,",":27}},"z":{"d":"12,0r0,-35r95,-120r-88,0r0,-35r142,0r0,35r-94,119r103,0r0,36r-158,0","w":180},"{":{"d":"133,41r0,34v-50,4,-88,-6,-87,-53v0,-46,9,-101,-40,-98r0,-34v48,2,40,-52,40,-98v-1,-47,37,-57,87,-53r0,34v-79,-14,-6,124,-77,134v73,11,-4,147,77,134","w":140},"|":{"d":"27,80r0,-341r46,0r0,341r-46,0","w":100},"}":{"d":"94,-36v2,56,4,113,-52,111r-34,0r0,-34v77,13,5,-124,76,-135v-39,-5,-38,-51,-36,-97v1,-27,-12,-38,-40,-36r0,-34v49,-4,87,6,86,53v-1,47,-8,101,41,98r0,34v-26,1,-42,13,-41,40","w":140},"~":{"d":"197,-105v-54,44,-136,-36,-183,10r0,-38v53,-45,135,36,183,-10r0,38","w":210},"\u00a1":{"d":"35,-143r0,-47r51,0r0,47r-51,0xm34,57r6,-172r40,0r6,172r-52,0","w":119},"\u00a2":{"d":"89,-182v-41,11,-41,110,0,120r0,-120xm141,-150v-2,-16,-10,-26,-24,-31r0,119v14,-5,23,-17,25,-35r50,3v-6,39,-34,61,-75,66r0,33r-28,0r0,-33v-52,-5,-79,-37,-80,-93v0,-57,29,-88,80,-94r0,-33r28,0r0,33v41,4,64,26,73,62"},"\u00a3":{"d":"49,-37v46,-1,105,11,107,-34r41,7v-8,36,-27,63,-69,64r-122,0r0,-36v23,-11,33,-34,31,-70r-33,0r0,-30r31,0v-19,-91,50,-145,124,-101v12,7,18,21,22,37r-41,8v-3,-16,-11,-26,-29,-26v-38,-2,-29,46,-30,82r50,0r0,30r-50,0v2,36,-9,57,-32,69"},"\u00a4":{"d":"34,-82v-13,-18,-13,-59,0,-77r-23,-23r27,-28r23,23v21,-12,57,-13,78,0r23,-23r28,28r-24,23v14,19,14,58,0,77r24,23r-28,28r-23,-23v-23,14,-58,13,-78,0r-23,24r-28,-28xm100,-157v-22,0,-37,14,-37,36v0,23,15,37,37,37v22,0,37,-14,37,-37v0,-22,-15,-36,-37,-36"},"\u00a5":{"d":"135,-121r48,0r0,25r-59,0r0,29r59,0r0,26r-59,0r0,41r-48,0r0,-41r-59,0r0,-26r59,0r0,-29r-59,0r0,-25r48,0r-64,-127r51,0r48,105r48,-105r51,0"},"\u00a6":{"d":"27,-119r0,-137r46,0r0,137r-46,0xm27,80r0,-137r46,0r0,137r-46,0","w":100},"\u00a7":{"d":"20,-196v-2,-73,154,-73,161,-7r-42,5v-1,-30,-76,-33,-76,-1v17,50,123,12,123,88v0,24,-15,39,-35,46v18,8,32,20,32,45v0,84,-165,77,-174,10r42,-7v1,35,89,40,90,2v-11,-55,-125,-13,-125,-90v0,-26,17,-38,37,-45v-16,-10,-33,-21,-33,-46xm59,-110v4,31,81,43,85,5v-1,-36,-84,-46,-85,-5"},"\u00a8":{"d":"79,-211r0,-38r38,0r0,38r-38,0xm3,-211r0,-38r37,0r0,38r-37,0","w":119},"\u00a9":{"d":"133,-251v76,0,127,50,127,127v0,77,-50,127,-127,127v-77,0,-127,-48,-127,-127v0,-78,49,-127,127,-127xm133,-17v65,0,107,-42,107,-107v0,-65,-42,-107,-107,-107v-65,0,-107,41,-107,107v0,65,42,107,107,107xm168,-150v-15,-40,-80,-24,-72,25v-10,51,61,67,73,25r29,8v-11,23,-29,42,-63,42v-47,-1,-71,-27,-71,-75v0,-80,109,-98,131,-32","w":265},"\u00aa":{"d":"85,-152v-12,32,-77,35,-77,-11v0,-37,38,-38,76,-37v8,-30,-33,-41,-38,-12r-34,-2v5,-24,23,-35,53,-35v55,0,52,44,52,95v2,6,8,4,16,4r0,19v-21,7,-48,2,-48,-21xm41,-165v0,10,6,15,17,15v18,-2,26,-15,26,-34v-18,3,-44,-3,-43,19","w":133},"\u00ab":{"d":"142,-25r-45,-63r0,-13r45,-64r42,0v-9,30,-32,46,-45,71r45,63r0,6r-42,0xm62,-25r-46,-63r0,-13r46,-64r41,0v-9,30,-32,46,-45,71r45,63r0,6r-41,0"},"\u00ac":{"d":"156,-25r0,-75r-141,0r0,-39r180,0r0,114r-39,0","w":210},"\u00ae":{"d":"133,-251v76,0,127,50,127,127v0,77,-50,127,-127,127v-77,0,-127,-48,-127,-127v0,-78,49,-127,127,-127xm133,-17v65,0,107,-42,107,-107v0,-65,-42,-107,-107,-107v-65,0,-107,41,-107,107v0,65,42,107,107,107xm137,-195v60,-10,70,72,23,84r38,59r-36,0r-31,-55r-21,0r0,55r-31,0r0,-143r58,0xm110,-130v25,1,49,2,49,-23v0,-22,-25,-21,-49,-20r0,43","w":265},"\u00af":{"d":"202,-255r-205,0r0,-17r205,0r0,17","w":198},"\u00b0":{"d":"72,-250v34,0,56,21,56,55v0,34,-22,55,-56,55v-34,0,-56,-21,-56,-55v0,-34,22,-55,56,-55xm72,-166v18,-1,29,-12,29,-29v0,-18,-12,-29,-29,-29v-17,0,-29,11,-29,29v0,17,12,29,29,29","w":143},"\u00b1":{"d":"118,-124r0,60r-39,0r0,-60r-70,0r0,-39r70,0r0,-60r39,0r0,60r71,0r0,39r-71,0xm9,0r0,-39r180,0r0,39r-180,0","w":197},"\u00b2":{"d":"110,-214v0,40,-46,42,-61,68r63,0r0,24r-103,0v-6,-58,56,-49,66,-90v0,-10,-3,-17,-14,-16v-10,0,-16,6,-17,17r-34,-1v1,-48,100,-55,100,-2","w":119},"\u00b3":{"d":"82,-188v16,4,30,11,30,31v0,47,-85,48,-100,14v-2,-4,-3,-9,-4,-14r33,-2v2,10,7,17,20,16v12,0,17,-5,18,-16v0,-18,-17,-17,-34,-17r0,-22v15,-1,31,0,31,-16v0,-9,-7,-14,-16,-14v-10,0,-16,6,-17,15r-33,-2v2,-45,99,-50,99,-3v0,18,-10,27,-27,30","w":119},"\u00b4":{"d":"15,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0","w":119},"\u00b5":{"d":"104,-34v27,0,31,-28,31,-55r0,-101r49,0r2,190r-47,0v-1,-6,-3,-17,-3,-25v-5,30,-49,38,-64,13v2,28,1,58,1,87r-49,0r0,-265r49,0r0,106v-1,29,5,50,31,50","w":207},"\u00b6":{"d":"12,-184v-3,-82,98,-62,176,-64r0,25r-23,0r0,269r-27,0r0,-269r-34,0r0,269r-28,0r0,-168v-40,-1,-63,-22,-64,-62"},"\u00b7":{"d":"25,-93r0,-54r50,0r0,54r-50,0","w":100},"\u2219":{"d":"25,-93r0,-54r50,0r0,54r-50,0","w":100},"\u00b8":{"d":"55,14v20,1,33,9,33,27v0,32,-36,36,-71,33r0,-21v15,1,39,4,39,-11v0,-13,-16,-12,-31,-12r11,-30r25,0","w":119},"\u00b9":{"d":"14,-122r0,-21r33,0r0,-83r-31,19r0,-21r32,-21r31,0r0,106r30,0r0,21r-95,0","w":119},"\u00ba":{"d":"67,-249v39,0,58,21,58,60v0,40,-21,62,-59,62v-38,0,-58,-24,-58,-62v0,-38,19,-60,59,-60xm66,-152v20,0,24,-15,24,-37v0,-20,-3,-35,-23,-35v-20,0,-24,14,-24,35v0,21,4,37,23,37","w":131},"\u00bb":{"d":"16,-25r0,-6r45,-63r-44,-65r0,-6r42,0r45,64r0,13r-45,63r-43,0xm97,-25r0,-6r45,-63r-45,-65r0,-6r42,0r45,64r0,13r-45,63r-42,0"},"\u00bc":{"d":"265,-25r0,25r-32,0r0,-25r-61,0r0,-26r56,-76r37,0r0,78r18,0r0,24r-18,0xm234,-102v-11,19,-24,36,-37,53r36,0v1,-17,-1,-37,1,-53xm96,0r-36,0r158,-248r35,0xm16,-122r0,-21r33,0r0,-83r-31,19r0,-21r32,-21r31,0r0,106r30,0r0,21r-95,0","w":300},"\u00bd":{"d":"92,0r-35,0r157,-248r35,0xm16,-122r0,-21r33,0r0,-83r-31,19r0,-21r32,-21r31,0r0,106r30,0r0,21r-95,0xm281,-92v0,40,-46,42,-61,68r63,0r0,24r-103,0v-6,-58,56,-49,66,-90v0,-10,-3,-17,-14,-16v-10,0,-16,6,-17,17r-34,-1v1,-48,100,-55,100,-2","w":300},"\u00be":{"d":"265,-25r0,25r-32,0r0,-25r-61,0r0,-26r56,-76r37,0r0,78r18,0r0,24r-18,0xm234,-102v-11,19,-24,36,-37,53r36,0v1,-17,-1,-37,1,-53xm96,0r-36,0r158,-248r35,0xm92,-188v16,4,30,11,30,31v0,47,-85,48,-100,14v-2,-4,-3,-9,-4,-14r33,-2v2,10,7,17,20,16v12,0,17,-5,18,-16v0,-18,-17,-17,-34,-17r0,-22v15,-1,31,0,31,-16v0,-9,-7,-14,-16,-14v-10,0,-16,6,-17,15r-33,-2v2,-45,99,-50,99,-3v0,18,-10,27,-27,30","w":300},"\u00bf":{"d":"109,61v-83,7,-118,-89,-53,-130v17,-10,36,-20,38,-46r47,0v-2,56,-65,53,-71,103v-2,21,17,33,39,33v26,0,39,-15,44,-37r50,2v-8,47,-39,70,-94,75xm142,-190r0,47r-51,0r0,-47r51,0","w":219},"\u00c0":{"d":"135,-269r-60,-42r0,-8r46,0r44,45r0,5r-30,0xm199,0r-22,-63r-94,0r-22,63r-52,0r90,-248r61,0r90,248r-51,0xm166,-102r-36,-108v-10,38,-24,72,-36,108r72,0","w":259},"\u00c1":{"d":"101,-269r0,-5r44,-45r45,0r0,8r-59,42r-30,0xm199,0r-22,-63r-94,0r-22,63r-52,0r90,-248r61,0r90,248r-51,0xm166,-102r-36,-108v-10,38,-24,72,-36,108r72,0","w":259},"\u00c2":{"d":"195,-274r0,5r-28,0v-13,-8,-24,-18,-37,-26v-19,11,-30,31,-65,26r0,-5r45,-49r41,0xm199,0r-22,-63r-94,0r-22,63r-52,0r90,-248r61,0r90,248r-51,0xm166,-102r-36,-108v-10,38,-24,72,-36,108r72,0","w":259},"\u00c3":{"d":"101,-320v28,0,65,44,74,0r23,0v0,29,-10,51,-39,51v-28,-1,-66,-45,-74,0r-24,0v2,-28,9,-52,40,-51xm199,0r-22,-63r-94,0r-22,63r-52,0r90,-248r61,0r90,248r-51,0xm166,-102r-36,-108v-10,38,-24,72,-36,108r72,0","w":259},"\u00c4":{"d":"153,-269r0,-38r34,0r0,38r-34,0xm73,-269r0,-38r34,0r0,38r-34,0xm199,0r-22,-63r-94,0r-22,63r-52,0r90,-248r61,0r90,248r-51,0xm166,-102r-36,-108v-10,38,-24,72,-36,108r72,0","w":259},"\u00c5":{"d":"130,-317v27,0,45,18,45,44v0,27,-19,45,-45,45v-27,0,-45,-18,-45,-45v0,-26,18,-44,45,-44xm130,-250v14,0,22,-10,22,-23v0,-13,-9,-22,-22,-22v-13,0,-22,9,-22,22v0,13,8,23,22,23xm199,0r-22,-63r-94,0r-22,63r-52,0r90,-248r61,0r90,248r-51,0xm166,-102r-36,-108v-10,38,-24,72,-36,108r72,0","w":259},"\u00c6":{"d":"164,0r0,-63r-79,0r-31,63r-53,0r123,-248r215,0r0,40r-123,0r0,63r112,0r0,38r-112,0r0,67r130,0r0,40r-182,0xm164,-210v-21,-3,-17,25,-28,37r-34,71r62,0r0,-108","w":360},"\u00c7":{"d":"67,-125v0,53,21,87,73,88v37,1,54,-22,65,-47r45,17v-17,42,-51,71,-110,71v-82,0,-120,-46,-125,-129v-7,-110,109,-156,196,-107v18,10,29,29,36,50r-46,12v-8,-25,-30,-41,-62,-41v-52,0,-71,34,-72,86xm141,14v20,1,33,9,33,27v0,32,-36,36,-71,33r0,-21v15,1,39,4,39,-11v0,-13,-16,-12,-31,-12r11,-30r25,0","w":259},"\u00c8":{"d":"129,-269r-59,-42r0,-8r45,0r44,45r0,5r-30,0xm24,0r0,-248r195,0r0,40r-143,0r0,63r132,0r0,40r-132,0r0,65r150,0r0,40r-202,0","w":240},"\u00c9":{"d":"91,-269r0,-5r44,-45r46,0r0,8r-60,42r-30,0xm24,0r0,-248r195,0r0,40r-143,0r0,63r132,0r0,40r-132,0r0,65r150,0r0,40r-202,0","w":240},"\u00ca":{"d":"190,-274r0,5r-28,0r-36,-26r-37,26r-29,0r0,-5r46,-49r40,0xm24,0r0,-248r195,0r0,40r-143,0r0,63r132,0r0,40r-132,0r0,65r150,0r0,40r-202,0","w":240},"\u00cb":{"d":"148,-269r0,-38r34,0r0,38r-34,0xm68,-269r0,-38r34,0r0,38r-34,0xm24,0r0,-248r195,0r0,40r-143,0r0,63r132,0r0,40r-132,0r0,65r150,0r0,40r-202,0","w":240},"\u00cc":{"d":"53,-269r-60,-42r0,-8r45,0r44,45r0,5r-29,0xm24,0r0,-248r52,0r0,248r-52,0","w":100},"\u00cd":{"d":"18,-269r0,-5r45,-45r45,0r0,8r-60,42r-30,0xm24,0r0,-248r52,0r0,248r-52,0","w":100},"\u00ce":{"d":"115,-274r0,5r-28,0v-13,-8,-24,-18,-37,-26v-19,11,-30,31,-65,26r0,-5r45,-49r41,0xm24,0r0,-248r52,0r0,248r-52,0","w":100},"\u00cf":{"d":"73,-269r0,-38r34,0r0,38r-34,0xm-7,-269r0,-38r34,0r0,38r-34,0xm24,0r0,-248r52,0r0,248r-52,0","w":100},"\u00d0":{"d":"24,-248v120,-7,223,5,221,122v-1,80,-44,126,-121,126r-100,0r0,-104r-23,0r0,-39r23,0r0,-105xm76,-41v74,8,117,-17,117,-85v0,-67,-46,-86,-117,-81r0,64r63,0r0,39r-63,0r0,63","w":259},"\u00d1":{"d":"198,-320v0,29,-9,51,-39,51v-28,-1,-66,-46,-74,0r-24,0v2,-28,10,-51,40,-51v28,0,66,44,74,0r23,0xm175,0r-108,-191v6,58,2,128,3,191r-46,0r0,-248r59,0r110,193v-6,-58,-2,-129,-3,-193r46,0r0,248r-61,0","w":259},"\u00d2":{"d":"156,-269r-60,-42r0,-8r46,0r44,45r0,5r-30,0xm140,-251v80,0,125,45,125,126v0,81,-46,129,-126,129v-81,0,-124,-48,-124,-129v0,-81,44,-126,125,-126xm139,-37v52,0,73,-35,73,-88v0,-50,-21,-86,-72,-86v-52,0,-73,35,-73,86v0,51,22,88,72,88","w":280},"\u00d3":{"d":"110,-269r0,-5r44,-45r46,0r0,8r-60,42r-30,0xm140,-251v80,0,125,45,125,126v0,81,-46,129,-126,129v-81,0,-124,-48,-124,-129v0,-81,44,-126,125,-126xm139,-37v52,0,73,-35,73,-88v0,-50,-21,-86,-72,-86v-52,0,-73,35,-73,86v0,51,22,88,72,88","w":280},"\u00d4":{"d":"204,-274r0,5r-28,0v-12,-8,-23,-19,-36,-26v-19,11,-30,31,-65,26r0,-5r45,-49r40,0xm140,-251v80,0,125,45,125,126v0,81,-46,129,-126,129v-81,0,-124,-48,-124,-129v0,-81,44,-126,125,-126xm139,-37v52,0,73,-35,73,-88v0,-50,-21,-86,-72,-86v-52,0,-73,35,-73,86v0,51,22,88,72,88","w":280},"\u00d5":{"d":"109,-320v28,0,66,44,74,0r24,0v-2,27,-9,51,-39,51v-28,0,-66,-46,-74,0r-24,0v1,-28,9,-51,39,-51xm140,-251v80,0,125,45,125,126v0,81,-46,129,-126,129v-81,0,-124,-48,-124,-129v0,-81,44,-126,125,-126xm139,-37v52,0,73,-35,73,-88v0,-50,-21,-86,-72,-86v-52,0,-73,35,-73,86v0,51,22,88,72,88","w":280},"\u00d6":{"d":"162,-269r0,-38r35,0r0,38r-35,0xm82,-269r0,-38r35,0r0,38r-35,0xm140,-251v80,0,125,45,125,126v0,81,-46,129,-126,129v-81,0,-124,-48,-124,-129v0,-81,44,-126,125,-126xm139,-37v52,0,73,-35,73,-88v0,-50,-21,-86,-72,-86v-52,0,-73,35,-73,86v0,51,22,88,72,88","w":280},"\u00d7":{"d":"15,-57r63,-63r-62,-62r28,-28r61,62r62,-62r28,28r-62,62r62,62r-28,28r-62,-62r-62,62","w":210},"\u00d8":{"d":"15,-125v-6,-104,98,-150,187,-113r14,-21r34,0r-25,36v25,20,40,54,40,98v0,104,-99,155,-189,115r-16,23r-34,0r27,-38v-25,-22,-35,-55,-38,-100xm102,-47v77,43,144,-56,95,-135xm176,-202v-79,-41,-140,58,-94,135","w":280},"\u00d9":{"d":"133,-269r-60,-42r0,-8r45,0r45,45r0,5r-30,0xm238,-95v0,69,-44,99,-111,99v-64,0,-105,-29,-105,-97r0,-155r51,0r0,151v-1,38,19,59,55,60v90,1,49,-130,58,-211r52,0r0,153","w":259},"\u00da":{"d":"104,-269r0,-5r44,-45r46,0r0,8r-60,42r-30,0xm238,-95v0,69,-44,99,-111,99v-64,0,-105,-29,-105,-97r0,-155r51,0r0,151v-1,38,19,59,55,60v90,1,49,-130,58,-211r52,0r0,153","w":259},"\u00db":{"d":"194,-274r0,5r-28,0v-12,-8,-23,-19,-36,-26v-19,11,-30,31,-65,26r0,-5r45,-49r40,0xm238,-95v0,69,-44,99,-111,99v-64,0,-105,-29,-105,-97r0,-155r51,0r0,151v-1,38,19,59,55,60v90,1,49,-130,58,-211r52,0r0,153","w":259},"\u00dc":{"d":"152,-269r0,-38r35,0r0,38r-35,0xm73,-269r0,-38r34,0r0,38r-34,0xm238,-95v0,69,-44,99,-111,99v-64,0,-105,-29,-105,-97r0,-155r51,0r0,151v-1,38,19,59,55,60v90,1,49,-130,58,-211r52,0r0,153","w":259},"\u00dd":{"d":"92,-269r0,-5r44,-45r46,0r0,8r-60,42r-30,0xm146,-102r0,102r-52,0r0,-102r-88,-146r54,0r60,105r60,-105r54,0","w":240},"\u00de":{"d":"76,-207v79,-3,153,1,152,77v-1,75,-69,86,-152,80r0,50r-52,0r0,-248r52,0r0,41xm76,-86v48,1,100,6,100,-43v0,-47,-53,-42,-100,-41r0,84","w":240},"\u00df":{"d":"112,-261v71,-6,103,72,49,109v-30,40,49,42,49,97v0,58,-67,69,-114,51r0,-36v19,10,68,20,68,-12v-10,-39,-87,-53,-50,-107v9,-13,29,-19,29,-41v-1,-16,-13,-25,-31,-25v-27,1,-37,16,-37,47r0,178r-50,0r0,-177v0,-56,31,-80,87,-84","w":219},"\u00e0":{"d":"132,-34v-16,19,-30,39,-64,38v-37,-1,-58,-20,-58,-58v-1,-60,55,-63,116,-61v1,-26,-3,-47,-28,-47v-18,1,-26,9,-28,27r-52,-2v7,-38,36,-58,82,-57v46,1,74,22,75,68r1,82v-1,14,12,18,25,15r0,27v-30,8,-71,5,-69,-32xm84,-31v29,0,43,-24,42,-57v-32,0,-66,-3,-65,30v0,17,8,27,23,27xm102,-208r-59,-48r0,-8r45,0r44,51r0,5r-30,0"},"\u00e1":{"d":"132,-34v-16,19,-30,39,-64,38v-37,-1,-58,-20,-58,-58v-1,-60,55,-63,116,-61v1,-26,-3,-47,-28,-47v-18,1,-26,9,-28,27r-52,-2v7,-38,36,-58,82,-57v46,1,74,22,75,68r1,82v-1,14,12,18,25,15r0,27v-30,8,-71,5,-69,-32xm84,-31v29,0,43,-24,42,-57v-32,0,-66,-3,-65,30v0,17,8,27,23,27xm66,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0"},"\u00e2":{"d":"165,-213r0,5r-28,0v-13,-11,-23,-24,-37,-34r-37,34r-28,0v9,-26,32,-39,45,-61r41,0xm132,-34v-16,19,-30,39,-64,38v-37,-1,-58,-20,-58,-58v-1,-60,55,-63,116,-61v1,-26,-3,-47,-28,-47v-18,1,-26,9,-28,27r-52,-2v7,-38,36,-58,82,-57v46,1,74,22,75,68r1,82v-1,14,12,18,25,15r0,27v-30,8,-71,5,-69,-32xm84,-31v29,0,43,-24,42,-57v-32,0,-66,-3,-65,30v0,17,8,27,23,27"},"\u00e3":{"d":"166,-259v-2,27,-9,52,-40,51v-23,-1,-35,-22,-56,-22v-13,0,-17,10,-17,22r-25,0v2,-28,10,-51,40,-51v28,0,66,44,74,0r24,0xm132,-34v-16,19,-30,39,-64,38v-37,-1,-58,-20,-58,-58v-1,-60,55,-63,116,-61v1,-26,-3,-47,-28,-47v-18,1,-26,9,-28,27r-52,-2v7,-38,36,-58,82,-57v46,1,74,22,75,68r1,82v-1,14,12,18,25,15r0,27v-30,8,-71,5,-69,-32xm84,-31v29,0,43,-24,42,-57v-32,0,-66,-3,-65,30v0,17,8,27,23,27"},"\u00e4":{"d":"132,-34v-16,19,-30,39,-64,38v-37,-1,-58,-20,-58,-58v-1,-60,55,-63,116,-61v1,-26,-3,-47,-28,-47v-18,1,-26,9,-28,27r-52,-2v7,-38,36,-58,82,-57v46,1,74,22,75,68r1,82v-1,14,12,18,25,15r0,27v-30,8,-71,5,-69,-32xm84,-31v29,0,43,-24,42,-57v-32,0,-66,-3,-65,30v0,17,8,27,23,27xm117,-211r0,-38r38,0r0,38r-38,0xm41,-211r0,-38r37,0r0,38r-37,0"},"\u00e5":{"d":"98,-296v28,0,45,18,45,44v0,26,-17,45,-45,45v-27,0,-44,-18,-44,-45v0,-27,17,-44,44,-44xm98,-274v-28,0,-28,45,0,45v14,0,23,-9,23,-23v0,-13,-10,-22,-23,-22xm132,-34v-16,19,-30,39,-64,38v-37,-1,-58,-20,-58,-58v-1,-60,55,-63,116,-61v1,-26,-3,-47,-28,-47v-18,1,-26,9,-28,27r-52,-2v7,-38,36,-58,82,-57v46,1,74,22,75,68r1,82v-1,14,12,18,25,15r0,27v-30,8,-71,5,-69,-32xm84,-31v29,0,43,-24,42,-57v-32,0,-66,-3,-65,30v0,17,8,27,23,27"},"\u00e6":{"d":"183,-84v-10,50,58,74,73,32r46,4v-13,30,-37,53,-82,52v-38,0,-63,-15,-76,-41v-14,23,-36,41,-73,41v-37,-1,-59,-20,-59,-58v0,-60,57,-63,119,-61v1,-27,-3,-47,-29,-47v-18,1,-29,8,-30,27r-52,-2v3,-59,101,-73,142,-38v15,-13,35,-19,59,-19v63,0,84,46,84,110r-122,0xm63,-58v0,17,9,27,24,27v31,0,45,-24,44,-57v-33,1,-69,-4,-68,30xm257,-117v5,-46,-56,-63,-70,-21v-2,6,-3,13,-3,21r73,0","w":320},"\u00e7":{"d":"190,-63v-7,42,-38,67,-86,67v-59,0,-84,-38,-90,-98v-12,-110,154,-137,174,-36r-49,2v-2,-19,-15,-32,-35,-32v-30,0,-35,28,-38,64v-6,74,65,87,74,30xm106,14v20,1,33,9,33,27v0,32,-36,36,-71,33r0,-21v15,1,39,4,39,-11v0,-13,-16,-12,-31,-12r11,-30r25,0"},"\u00e8":{"d":"185,-48v-13,30,-37,53,-82,52v-60,-2,-89,-37,-89,-100v0,-63,30,-98,90,-98v62,0,83,45,84,108r-122,0v0,31,8,55,39,56v18,0,30,-7,34,-22xm140,-117v5,-46,-57,-63,-70,-21v-2,6,-4,13,-4,21r74,0xm110,-208r-59,-48r0,-8r45,0r44,51r0,5r-30,0"},"\u00e9":{"d":"185,-48v-13,30,-37,53,-82,52v-60,-2,-89,-37,-89,-100v0,-63,30,-98,90,-98v62,0,83,45,84,108r-122,0v0,31,8,55,39,56v18,0,30,-7,34,-22xm140,-117v5,-46,-57,-63,-70,-21v-2,6,-4,13,-4,21r74,0xm73,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0"},"\u00ea":{"d":"169,-213r0,5r-28,0v-13,-11,-23,-24,-37,-34r-37,34r-28,0r0,-5r46,-56r40,0xm185,-48v-13,30,-37,53,-82,52v-60,-2,-89,-37,-89,-100v0,-63,30,-98,90,-98v62,0,83,45,84,108r-122,0v0,31,8,55,39,56v18,0,30,-7,34,-22xm140,-117v5,-46,-57,-63,-70,-21v-2,6,-4,13,-4,21r74,0"},"\u00eb":{"d":"185,-48v-13,30,-37,53,-82,52v-60,-2,-89,-37,-89,-100v0,-63,30,-98,90,-98v62,0,83,45,84,108r-122,0v0,31,8,55,39,56v18,0,30,-7,34,-22xm140,-117v5,-46,-57,-63,-70,-21v-2,6,-4,13,-4,21r74,0xm122,-211r0,-38r38,0r0,38r-38,0xm46,-211r0,-38r37,0r0,38r-37,0"},"\u00ec":{"d":"25,0r0,-190r50,0r0,190r-50,0xm48,-208r-59,-48r0,-8r45,0r44,51r0,5r-30,0","w":100},"\u00ed":{"d":"25,0r0,-190r50,0r0,190r-50,0xm20,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0","w":100},"\u00ee":{"d":"115,-213r0,5r-28,0r-36,-34r-37,34r-29,0r0,-5r46,-56r40,0xm25,0r0,-190r50,0r0,190r-50,0","w":100},"\u00ef":{"d":"25,0r0,-190r50,0r0,190r-50,0xm69,-211r0,-38r38,0r0,38r-38,0xm-7,-211r0,-38r37,0r0,38r-37,0","w":100},"\u00f0":{"d":"97,-261r28,17r47,-20r0,33r-22,8v30,31,56,69,56,129v0,61,-33,97,-96,97v-59,-1,-94,-29,-96,-87v-2,-67,61,-101,125,-81v-8,-17,-15,-29,-27,-42r-51,22r0,-33r29,-12v-14,-11,-29,-22,-45,-31r52,0xm109,-30v32,0,45,-19,45,-54v0,-35,-11,-52,-43,-53v-31,0,-45,20,-45,53v0,32,12,54,43,54","w":219},"\u00f1":{"d":"84,-259v28,0,66,44,74,0r23,0v0,29,-9,51,-39,51v-28,-1,-66,-46,-74,0r-24,0v2,-28,9,-52,40,-51xm135,-194v87,-1,58,113,63,194r-50,0v-7,-57,23,-157,-34,-157v-59,0,-34,97,-39,157r-50,0r-1,-190r47,0v2,12,-1,28,3,38v12,-26,28,-41,61,-42","w":219},"\u00f2":{"d":"110,-194v64,0,96,36,96,99v0,64,-35,99,-97,99v-61,0,-95,-36,-95,-99v0,-62,34,-99,96,-99xm109,-30v35,0,45,-28,45,-65v0,-40,-10,-65,-43,-65v-34,0,-45,26,-45,65v0,36,10,65,43,65xm117,-208r-59,-48r0,-8r45,0r44,51r0,5r-30,0","w":219},"\u00f3":{"d":"110,-194v64,0,96,36,96,99v0,64,-35,99,-97,99v-61,0,-95,-36,-95,-99v0,-62,34,-99,96,-99xm109,-30v35,0,45,-28,45,-65v0,-40,-10,-65,-43,-65v-34,0,-45,26,-45,65v0,36,10,65,43,65xm81,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0","w":219},"\u00f4":{"d":"175,-213r0,5r-28,0v-13,-11,-23,-24,-37,-34r-37,34r-28,0v9,-26,32,-39,45,-61r41,0xm110,-194v64,0,96,36,96,99v0,64,-35,99,-97,99v-61,0,-95,-36,-95,-99v0,-62,34,-99,96,-99xm109,-30v35,0,45,-28,45,-65v0,-40,-10,-65,-43,-65v-34,0,-45,26,-45,65v0,36,10,65,43,65","w":219},"\u00f5":{"d":"178,-259v-2,27,-9,51,-39,51v-28,0,-66,-46,-74,0r-24,0v2,-28,9,-51,40,-51v29,0,62,45,74,0r23,0xm110,-194v64,0,96,36,96,99v0,64,-35,99,-97,99v-61,0,-95,-36,-95,-99v0,-62,34,-99,96,-99xm109,-30v35,0,45,-28,45,-65v0,-40,-10,-65,-43,-65v-34,0,-45,26,-45,65v0,36,10,65,43,65","w":219},"\u00f6":{"d":"110,-194v64,0,96,36,96,99v0,64,-35,99,-97,99v-61,0,-95,-36,-95,-99v0,-62,34,-99,96,-99xm109,-30v35,0,45,-28,45,-65v0,-40,-10,-65,-43,-65v-34,0,-45,26,-45,65v0,36,10,65,43,65xm129,-211r0,-38r38,0r0,38r-38,0xm53,-211r0,-38r37,0r0,38r-37,0","w":219},"\u00f7":{"d":"78,-169r0,-41r42,0r0,41r-42,0xm9,-100r0,-39r180,0r0,39r-180,0xm78,-30r0,-41r42,0r0,41r-42,0","w":197},"\u00f8":{"d":"14,-95v-6,-85,88,-121,154,-84r18,-20r32,0r-32,36v14,17,18,39,20,68v6,86,-88,121,-154,83r-20,22r-32,0r35,-38v-14,-17,-19,-37,-21,-67xm140,-148v-43,-37,-91,19,-71,81xm80,-43v36,35,89,-9,73,-68v0,-5,-1,-9,-2,-13","w":219},"\u00f9":{"d":"85,4v-87,1,-58,-113,-63,-194r50,0v7,57,-23,150,33,157v60,-5,35,-97,40,-157r50,0r1,190r-47,0v-2,-12,1,-28,-3,-38v-12,25,-28,42,-61,42xm109,-208r-59,-48r0,-8r45,0r44,51r0,5r-30,0","w":219},"\u00fa":{"d":"85,4v-87,1,-58,-113,-63,-194r50,0v7,57,-23,150,33,157v60,-5,35,-97,40,-157r50,0r1,190r-47,0v-2,-12,1,-28,-3,-38v-12,25,-28,42,-61,42xm81,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0","w":219},"\u00fb":{"d":"174,-213r0,5r-28,0r-36,-34r-38,34r-28,0r0,-5r46,-56r40,0xm85,4v-87,1,-58,-113,-63,-194r50,0v7,57,-23,150,33,157v60,-5,35,-97,40,-157r50,0r1,190r-47,0v-2,-12,1,-28,-3,-38v-12,25,-28,42,-61,42","w":219},"\u00fc":{"d":"85,4v-87,1,-58,-113,-63,-194r50,0v7,57,-23,150,33,157v60,-5,35,-97,40,-157r50,0r1,190r-47,0v-2,-12,1,-28,-3,-38v-12,25,-28,42,-61,42xm129,-211r0,-38r38,0r0,38r-38,0xm53,-211r0,-38r37,0r0,38r-37,0","w":219},"\u00fd":{"d":"123,10v-15,43,-43,76,-104,62r0,-35v35,8,53,-11,59,-39r-75,-188r52,0r48,148v12,-52,28,-100,44,-148r51,0xm72,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0"},"\u00fe":{"d":"132,4v-31,1,-45,-17,-59,-34v3,33,2,69,2,105r-50,0r0,-336r50,0r0,111v11,-24,29,-35,60,-35v52,0,70,41,70,94v0,55,-20,93,-73,95xm114,-30v30,0,40,-26,40,-61v0,-35,-10,-60,-40,-60v-30,0,-41,26,-40,61v0,35,10,60,40,60","w":219},"\u00ff":{"d":"123,10v-15,43,-43,76,-104,62r0,-35v35,8,53,-11,59,-39r-75,-188r52,0r48,148v12,-52,28,-100,44,-148r51,0xm121,-211r0,-38r38,0r0,38r-38,0xm45,-211r0,-38r37,0r0,38r-37,0"},"\u0100":{"d":"76,-300r108,0r0,30r-108,0r0,-30xm199,0r-22,-63r-94,0r-22,63r-52,0r90,-248r61,0r90,248r-51,0xm166,-102r-36,-108v-10,38,-24,72,-36,108r72,0","w":259},"\u0101":{"d":"49,-241r108,0r0,30r-108,0r0,-30xm133,-34v-16,19,-30,39,-64,38v-37,-1,-58,-20,-58,-58v-1,-60,55,-63,116,-61v1,-26,-3,-47,-28,-47v-18,1,-26,9,-28,27r-52,-2v7,-38,36,-58,82,-57v46,1,74,22,75,68r1,82v-1,14,12,18,25,15r0,27v-30,8,-71,5,-69,-32xm85,-31v29,0,43,-24,42,-57v-32,0,-66,-3,-65,30v0,17,8,27,23,27"},"\u0102":{"d":"192,-318v-2,58,-98,67,-119,19v-3,-6,-4,-12,-5,-19r28,0v4,30,63,32,67,0r29,0xm199,0r-22,-63r-94,0r-22,63r-52,0r90,-248r61,0r90,248r-51,0xm166,-102r-36,-108v-10,38,-24,72,-36,108r72,0","w":259},"\u0103":{"d":"164,-265v2,62,-98,77,-119,22v-3,-7,-4,-14,-5,-22r28,0v2,36,66,39,67,0r29,0xm133,-34v-16,19,-30,39,-64,38v-37,-1,-58,-20,-58,-58v-1,-60,55,-63,116,-61v1,-26,-3,-47,-28,-47v-18,1,-26,9,-28,27r-52,-2v7,-38,36,-58,82,-57v46,1,74,22,75,68r1,82v-1,14,12,18,25,15r0,27v-30,8,-71,5,-69,-32xm85,-31v29,0,43,-24,42,-57v-32,0,-66,-3,-65,30v0,17,8,27,23,27"},"\u0104":{"d":"212,31v-1,19,23,19,36,12r0,24v-26,13,-70,5,-68,-29v3,-30,18,-49,55,-44v-11,8,-22,21,-23,37xm199,0r-22,-63r-94,0r-22,63r-52,0r90,-248r61,0r90,248r-51,0xm166,-102r-36,-108v-10,38,-24,72,-36,108r72,0","w":259},"\u0105":{"d":"152,33v0,19,24,19,37,12r0,24v-27,13,-71,4,-69,-29v2,-30,18,-49,55,-44v-11,8,-22,21,-23,37xm133,-34v-16,19,-30,39,-64,38v-37,-1,-58,-20,-58,-58v-1,-60,55,-63,116,-61v1,-26,-3,-47,-28,-47v-18,1,-26,9,-28,27r-52,-2v7,-38,36,-58,82,-57v46,1,74,22,75,68r1,82v-1,14,12,18,25,15r0,27v-30,8,-71,5,-69,-32xm85,-31v29,0,43,-24,42,-57v-32,0,-66,-3,-65,30v0,17,8,27,23,27"},"\u0106":{"d":"115,-269r0,-5r44,-45r45,0r0,8r-60,42r-29,0xm67,-125v0,53,21,87,73,88v37,1,54,-22,65,-47r45,17v-17,42,-51,71,-110,71v-82,0,-120,-46,-125,-129v-7,-110,109,-156,196,-107v18,10,29,29,36,50r-46,12v-8,-25,-30,-41,-62,-41v-52,0,-71,34,-72,86","w":259},"\u0107":{"d":"190,-63v-7,42,-38,67,-86,67v-59,0,-84,-38,-90,-98v-12,-110,154,-137,174,-36r-49,2v-2,-19,-15,-32,-35,-32v-30,0,-35,28,-38,64v-6,74,65,87,74,30xm78,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0"},"\u0108":{"d":"206,-274r0,5r-28,0v-13,-8,-24,-18,-37,-26v-19,11,-30,31,-65,26r0,-5r45,-49r41,0xm67,-125v0,53,21,87,73,88v37,1,54,-22,65,-47r45,17v-17,42,-51,71,-110,71v-82,0,-120,-46,-125,-129v-7,-110,109,-156,196,-107v18,10,29,29,36,50r-46,12v-8,-25,-30,-41,-62,-41v-52,0,-71,34,-72,86","w":259},"\u0109":{"d":"170,-213r0,5r-28,0r-36,-34r-37,34r-29,0r0,-5r46,-56r40,0xm190,-63v-7,42,-38,67,-86,67v-59,0,-84,-38,-90,-98v-12,-110,154,-137,174,-36r-49,2v-2,-19,-15,-32,-35,-32v-30,0,-35,28,-38,64v-6,74,65,87,74,30"},"\u010a":{"d":"114,-272r0,-36r49,0r0,36r-49,0xm67,-125v0,53,21,87,73,88v37,1,54,-22,65,-47r45,17v-17,42,-51,71,-110,71v-82,0,-120,-46,-125,-129v-7,-110,109,-156,196,-107v18,10,29,29,36,50r-46,12v-8,-25,-30,-41,-62,-41v-52,0,-71,34,-72,86","w":259},"\u010b":{"d":"81,-224r0,-37r49,0r0,37r-49,0xm190,-63v-7,42,-38,67,-86,67v-59,0,-84,-38,-90,-98v-12,-110,154,-137,174,-36r-49,2v-2,-19,-15,-32,-35,-32v-30,0,-35,28,-38,64v-6,74,65,87,74,30"},"\u010c":{"d":"158,-269r-40,0r-45,-48r0,-6r28,0v13,9,24,19,38,27r35,-27r28,0r0,6xm67,-125v0,53,21,87,73,88v37,1,54,-22,65,-47r45,17v-17,42,-51,71,-110,71v-82,0,-120,-46,-125,-129v-7,-110,109,-156,196,-107v18,10,29,29,36,50r-46,12v-8,-25,-30,-41,-62,-41v-52,0,-71,34,-72,86","w":259},"\u010d":{"d":"123,-208r-40,0r-45,-56r0,-5r28,0v13,11,24,24,38,34r35,-34r28,0v-9,26,-31,39,-44,61xm190,-63v-7,42,-38,67,-86,67v-59,0,-84,-38,-90,-98v-12,-110,154,-137,174,-36r-49,2v-2,-19,-15,-32,-35,-32v-30,0,-35,28,-38,64v-6,74,65,87,74,30"},"\u010e":{"d":"144,-269r-40,0r-46,-48r0,-6r28,0v13,9,24,19,38,27r36,-27r28,0r0,6xm24,-248v120,-7,223,5,221,122v-1,80,-44,126,-121,126r-100,0r0,-248xm76,-40v74,7,117,-18,117,-86v0,-67,-45,-88,-117,-82r0,168","w":259},"\u010f":{"d":"259,-261v2,31,-2,56,-17,70r-24,0v8,-9,17,-19,17,-33r-19,0r0,-37r43,0xm88,-194v31,-1,46,15,58,34r-1,-101r50,0r1,261r-48,0v-2,-10,0,-23,-3,-31v-11,23,-29,35,-61,35v-52,0,-68,-45,-69,-99v0,-56,19,-97,73,-99xm105,-30v33,0,40,-30,41,-66v1,-37,-9,-64,-41,-64v-32,0,-38,30,-39,65v0,43,13,65,39,65","w":258},"\u0110":{"d":"24,-248v120,-7,223,5,221,122v-1,80,-44,126,-121,126r-100,0r0,-104r-23,0r0,-39r23,0r0,-105xm76,-41v74,8,117,-17,117,-85v0,-67,-46,-86,-117,-81r0,64r63,0r0,39r-63,0r0,63","w":259},"\u0111":{"d":"88,-187v31,-1,46,15,58,34r-1,-54r-50,0r0,-29r50,0r0,-25r50,0r0,25r23,0r0,29r-23,0r1,207r-47,0v-2,-9,-2,-22,-4,-31v-11,23,-29,35,-61,35v-51,0,-69,-42,-69,-96v1,-55,19,-94,73,-95xm105,-30v32,0,40,-29,41,-63v1,-35,-10,-61,-41,-61v-31,0,-38,28,-39,62v0,41,13,62,39,62","w":219},"\u0112":{"d":"68,-300r107,0r0,30r-107,0r0,-30xm24,0r0,-248r195,0r0,40r-143,0r0,63r132,0r0,40r-132,0r0,65r150,0r0,40r-202,0","w":240},"\u0113":{"d":"49,-241r108,0r0,30r-108,0r0,-30xm185,-48v-13,30,-37,53,-82,52v-60,-2,-89,-37,-89,-100v0,-63,30,-98,90,-98v62,0,83,45,84,108r-122,0v0,31,8,55,39,56v18,0,30,-7,34,-22xm140,-117v5,-46,-57,-63,-70,-21v-2,6,-4,13,-4,21r74,0"},"\u0114":{"d":"186,-318v-1,57,-98,68,-119,19v-3,-6,-5,-12,-6,-19r29,0v4,31,63,31,67,0r29,0xm24,0r0,-248r195,0r0,40r-143,0r0,63r132,0r0,40r-132,0r0,65r150,0r0,40r-202,0","w":240},"\u0115":{"d":"162,-265v2,63,-98,76,-119,22v-3,-7,-4,-14,-5,-22r28,0v2,36,66,39,67,0r29,0xm185,-48v-13,30,-37,53,-82,52v-60,-2,-89,-37,-89,-100v0,-63,30,-98,90,-98v62,0,83,45,84,108r-122,0v0,31,8,55,39,56v18,0,30,-7,34,-22xm140,-117v5,-46,-57,-63,-70,-21v-2,6,-4,13,-4,21r74,0"},"\u0116":{"d":"99,-272r0,-36r50,0r0,36r-50,0xm24,0r0,-248r195,0r0,40r-143,0r0,63r132,0r0,40r-132,0r0,65r150,0r0,40r-202,0","w":240},"\u0117":{"d":"78,-224r0,-37r49,0r0,37r-49,0xm185,-48v-13,30,-37,53,-82,52v-60,-2,-89,-37,-89,-100v0,-63,30,-98,90,-98v62,0,83,45,84,108r-122,0v0,31,8,55,39,56v18,0,30,-7,34,-22xm140,-117v5,-46,-57,-63,-70,-21v-2,6,-4,13,-4,21r74,0"},"\u0118":{"d":"177,33v-1,19,23,19,36,12r0,24v-26,13,-70,5,-68,-29v3,-30,18,-49,55,-44v-11,8,-22,21,-23,37xm24,0r0,-248r195,0r0,40r-143,0r0,63r132,0r0,40r-132,0r0,65r150,0r0,40r-202,0","w":240},"\u0119":{"d":"127,30v-1,20,23,19,36,12r0,24v-26,13,-71,5,-68,-29v2,-29,17,-49,54,-44v-11,8,-21,22,-22,37xm185,-48v-13,30,-37,53,-82,52v-60,-2,-89,-37,-89,-100v0,-63,30,-98,90,-98v62,0,83,45,84,108r-122,0v0,31,8,55,39,56v18,0,30,-7,34,-22xm140,-117v5,-46,-57,-63,-70,-21v-2,6,-4,13,-4,21r74,0"},"\u011a":{"d":"145,-269r-40,0r-45,-48r0,-6r28,0v13,9,24,19,38,27r35,-27r28,0r0,6xm24,0r0,-248r195,0r0,40r-143,0r0,63r132,0r0,40r-132,0r0,65r150,0r0,40r-202,0","w":240},"\u011b":{"d":"124,-208r-41,0r-45,-56r0,-5r28,0v13,11,24,24,38,34r36,-34r28,0v-9,26,-31,39,-44,61xm185,-48v-13,30,-37,53,-82,52v-60,-2,-89,-37,-89,-100v0,-63,30,-98,90,-98v62,0,83,45,84,108r-122,0v0,31,8,55,39,56v18,0,30,-7,34,-22xm140,-117v5,-46,-57,-63,-70,-21v-2,6,-4,13,-4,21r74,0"},"\u011c":{"d":"205,-274r0,5r-28,0v-13,-8,-24,-18,-37,-26v-19,11,-30,31,-65,26r0,-5r46,-49r40,0xm67,-125v0,54,23,88,75,88v28,0,53,-7,68,-21r0,-34r-60,0r0,-39r108,0r0,91v-26,26,-66,44,-118,44v-82,0,-120,-46,-125,-129v-7,-111,111,-155,200,-109v19,10,29,26,37,47r-47,15v-11,-23,-29,-39,-63,-39v-53,1,-75,33,-75,86","w":280},"\u011d":{"d":"171,-213r0,5r-28,0v-13,-11,-23,-24,-37,-34r-37,34r-28,0v9,-26,32,-39,45,-61r41,0xm195,-6v11,88,-120,106,-164,52v-4,-6,-6,-13,-8,-21r49,-6v3,16,16,24,34,25v40,0,42,-37,40,-79v-11,22,-30,35,-61,35v-53,0,-70,-43,-70,-97v0,-56,18,-96,73,-97v30,0,46,14,59,34r2,-30r47,0xm105,-35v32,0,41,-27,41,-63v0,-35,-9,-62,-40,-62v-32,0,-39,29,-40,63v0,36,9,62,39,62","w":219},"\u011e":{"d":"205,-318v-1,57,-98,68,-119,19v-3,-6,-5,-12,-6,-19r29,0v4,31,63,31,67,0r29,0xm67,-125v0,54,23,88,75,88v28,0,53,-7,68,-21r0,-34r-60,0r0,-39r108,0r0,91v-26,26,-66,44,-118,44v-82,0,-120,-46,-125,-129v-7,-111,111,-155,200,-109v19,10,29,26,37,47r-47,15v-11,-23,-29,-39,-63,-39v-53,1,-75,33,-75,86","w":280},"\u011f":{"d":"169,-265v2,62,-99,77,-119,22v-3,-7,-5,-14,-6,-22r29,0v2,37,66,38,67,0r29,0xm195,-6v11,88,-120,106,-164,52v-4,-6,-6,-13,-8,-21r49,-6v3,16,16,24,34,25v40,0,42,-37,40,-79v-11,22,-30,35,-61,35v-53,0,-70,-43,-70,-97v0,-56,18,-96,73,-97v30,0,46,14,59,34r2,-30r47,0xm105,-35v32,0,41,-27,41,-63v0,-35,-9,-62,-40,-62v-32,0,-39,29,-40,63v0,36,9,62,39,62","w":219},"\u0120":{"d":"117,-272r0,-36r50,0r0,36r-50,0xm67,-125v0,54,23,88,75,88v28,0,53,-7,68,-21r0,-34r-60,0r0,-39r108,0r0,91v-26,26,-66,44,-118,44v-82,0,-120,-46,-125,-129v-7,-111,111,-155,200,-109v19,10,29,26,37,47r-47,15v-11,-23,-29,-39,-63,-39v-53,1,-75,33,-75,86","w":280},"\u0121":{"d":"85,-224r0,-37r50,0r0,37r-50,0xm195,-6v11,88,-120,106,-164,52v-4,-6,-6,-13,-8,-21r49,-6v3,16,16,24,34,25v40,0,42,-37,40,-79v-11,22,-30,35,-61,35v-53,0,-70,-43,-70,-97v0,-56,18,-96,73,-97v30,0,46,14,59,34r2,-30r47,0xm105,-35v32,0,41,-27,41,-63v0,-35,-9,-62,-40,-62v-32,0,-39,29,-40,63v0,36,9,62,39,62","w":219},"\u0122":{"d":"165,14v2,30,-3,52,-17,66r-24,0v8,-9,16,-18,17,-30r-19,0r0,-36r43,0xm67,-125v0,54,23,88,75,88v28,0,53,-7,68,-21r0,-34r-60,0r0,-39r108,0r0,91v-26,26,-66,44,-118,44v-82,0,-120,-46,-125,-129v-7,-111,111,-155,200,-109v19,10,29,26,37,47r-47,15v-11,-23,-29,-39,-63,-39v-53,1,-75,33,-75,86","w":280},"\u0123":{"d":"87,-213v-1,-30,1,-55,15,-70r26,0v-8,9,-16,20,-17,34r19,0r0,36r-43,0xm195,-6v11,88,-120,106,-164,52v-4,-6,-6,-13,-8,-21r49,-6v3,16,16,24,34,25v40,0,42,-37,40,-79v-11,22,-30,35,-61,35v-53,0,-70,-43,-70,-97v0,-56,18,-96,73,-97v30,0,46,14,59,34r2,-30r47,0xm105,-35v32,0,41,-27,41,-63v0,-35,-9,-62,-40,-62v-32,0,-39,29,-40,63v0,36,9,62,39,62","w":219},"\u0124":{"d":"196,-274r0,5r-28,0v-13,-8,-24,-18,-37,-26v-19,11,-30,31,-65,26r0,-5r45,-49r41,0xm184,0r0,-106r-108,0r0,106r-52,0r0,-248r52,0r0,99r108,0r0,-99r52,0r0,248r-52,0","w":259},"\u0125":{"d":"178,-288r0,5r-28,0r-36,-26v-19,11,-31,31,-66,26r0,-5r46,-48r40,0xm114,-157v-59,0,-34,97,-39,157r-50,0r0,-261r50,0r-1,109v12,-26,28,-41,61,-42v86,-1,58,113,63,194r-50,0v-7,-57,23,-157,-34,-157","w":219},"\u0126":{"d":"186,0r0,-106r-110,0r0,106r-52,0r0,-184r-22,0r0,-30r22,0r0,-34r52,0r0,34r110,0r0,-34r50,0r0,34r22,0r0,30r-22,0r0,184r-50,0xm186,-149r0,-35r-110,0r0,35r110,0","w":259},"\u0127":{"d":"114,-150v-57,0,-35,92,-39,150r-50,0r0,-207r-23,0r0,-29r23,0r0,-25r50,0r0,25r53,0r0,29r-53,0v0,20,-4,44,-1,62v12,-26,28,-41,61,-42v84,-1,59,108,63,187r-50,0v-6,-55,22,-150,-34,-150","w":219},"\u0128":{"d":"21,-320v28,-1,66,44,74,0r24,0v-2,27,-9,51,-39,51v-28,0,-66,-46,-74,0r-24,0v1,-28,9,-51,39,-51xm24,0r0,-248r52,0r0,248r-52,0","w":100},"\u0129":{"d":"21,-259v28,-1,66,44,74,0r24,0v-2,27,-9,51,-39,51v-28,0,-66,-46,-74,0r-24,0v1,-28,9,-51,39,-51xm25,0r0,-190r50,0r0,190r-50,0","w":100},"\u012a":{"d":"-4,-300r108,0r0,30r-108,0r0,-30xm24,0r0,-248r52,0r0,248r-52,0","w":100},"\u012b":{"d":"-4,-241r108,0r0,30r-108,0r0,-30xm25,0r0,-190r50,0r0,190r-50,0","w":100},"\u012c":{"d":"112,-318v-1,59,-98,67,-119,19v-3,-6,-4,-12,-5,-19r29,0v4,32,62,31,67,0r28,0xm24,0r0,-248r52,0r0,248r-52,0","w":100},"\u012d":{"d":"113,-265v2,62,-99,77,-119,22v-3,-7,-5,-14,-6,-22r29,0v1,38,66,38,67,0r29,0xm25,0r0,-190r50,0r0,190r-50,0","w":100},"\u012e":{"d":"47,33v0,19,24,19,37,12r0,24v-27,13,-71,4,-69,-29v2,-30,18,-49,55,-44v-11,8,-22,21,-23,37xm24,0r0,-248r52,0r0,248r-52,0","w":100},"\u012f":{"d":"44,33v-1,19,23,19,36,12r0,24v-26,13,-70,5,-68,-29v3,-30,18,-49,55,-44v-11,8,-22,21,-23,37xm25,-224r0,-37r50,0r0,37r-50,0xm25,0r0,-190r50,0r0,190r-50,0","w":100},"\u0130":{"d":"26,-272r0,-36r49,0r0,36r-49,0xm24,0r0,-248r52,0r0,248r-52,0","w":100},"\u0131":{"d":"25,0r0,-190r50,0r0,190r-50,0","w":100},"\u0132":{"d":"24,0r0,-248r52,0r0,248r-52,0xm258,-78v10,88,-125,109,-160,43v-5,-9,-9,-19,-11,-32r52,-8v4,21,12,37,35,38v23,0,32,-16,32,-40r0,-130r-49,0r0,-41r101,0r0,170","w":282},"\u0133":{"d":"25,-224r0,-37r50,0r0,37r-50,0xm25,0r0,-190r50,0r0,190r-50,0xm125,-224r0,-37r50,0r0,37r-50,0xm175,22v2,45,-34,59,-81,51r0,-35v22,5,31,-5,31,-27r0,-201r50,0r0,212"},"\u0134":{"d":"186,-274r0,5r-28,0r-36,-26r-37,26r-29,0r0,-5r46,-49r40,0xm176,-78v10,88,-125,109,-160,43v-5,-9,-9,-19,-11,-32r52,-8v4,21,12,37,35,38v23,0,32,-16,32,-40r0,-130r-49,0r0,-41r101,0r0,170"},"\u0135":{"d":"114,-213r0,5r-28,0v-13,-11,-23,-24,-37,-34r-37,34r-28,0r0,-5r46,-56r40,0xm75,22v2,45,-34,59,-81,51r0,-35v22,5,31,-5,31,-27r0,-201r50,0r0,212","w":100},"\u0136":{"d":"154,14v2,30,-3,52,-17,66r-24,0v8,-9,16,-18,17,-30r-19,0r0,-36r43,0xm195,0r-88,-114r-31,24r0,90r-52,0r0,-248r52,0r0,113r112,-113r60,0r-106,105r115,143r-62,0","w":259},"\u0137":{"d":"127,14v2,28,-2,52,-16,66r-24,0v7,-9,15,-17,16,-30r-19,0r0,-36r43,0xm147,0r-51,-86r-21,15r0,71r-50,0r0,-261r50,0r0,150r67,-79r53,0r-66,74r72,116r-54,0"},"\u0138":{"d":"147,0r-51,-86r-21,15r0,71r-50,0r0,-190r50,0r0,79r67,-79r53,0r-66,74r72,116r-54,0"},"\u0139":{"d":"46,-269r0,-5r44,-45r45,0r0,8r-59,42r-30,0xm24,0r0,-248r52,0r0,208r133,0r0,40r-185,0","w":219},"\u013a":{"d":"19,-283r0,-5r44,-45r45,0r0,8r-59,42r-30,0xm25,0r0,-261r50,0r0,261r-50,0","w":100},"\u013b":{"d":"133,14v2,28,-3,51,-16,66r-25,0v8,-9,17,-17,17,-30r-19,0r0,-36r43,0xm24,0r0,-248r52,0r0,208r133,0r0,40r-185,0","w":219},"\u013c":{"d":"71,14v2,28,-2,52,-16,66r-24,0v7,-9,15,-17,16,-30r-19,0r0,-36r43,0xm25,0r0,-261r50,0r0,261r-50,0","w":100},"\u013d":{"d":"173,-248v2,31,-2,56,-17,70r-24,0v8,-9,17,-19,17,-33r-19,0r0,-37r43,0xm24,0r0,-248r52,0r0,208r133,0r0,40r-185,0","w":219},"\u013e":{"d":"139,-261v2,31,-2,56,-17,70r-24,0v8,-9,16,-20,17,-33r-19,0r0,-37r43,0xm25,0r0,-261r50,0r0,261r-50,0","w":138},"\u013f":{"d":"118,-114r0,-37r49,0r0,37r-49,0xm24,0r0,-248r52,0r0,208r133,0r0,40r-185,0","w":219},"\u0140":{"d":"105,-114r0,-37r50,0r0,37r-50,0xm25,0r0,-261r50,0r0,261r-50,0","w":172},"\u0141":{"d":"24,0r0,-85r-24,12r0,-40r24,-12r0,-123r52,0r0,99r54,-26r0,39r-54,26r0,69r133,0r0,41r-185,0","w":219},"\u0142":{"d":"75,-126r0,126r-50,0r0,-99r-22,13r0,-38r22,-12r0,-125r50,0r0,97r22,-13r0,38","w":100},"\u0143":{"d":"101,-269r0,-5r44,-45r46,0r0,8r-60,42r-30,0xm175,0r-108,-191v6,58,2,128,3,191r-46,0r0,-248r59,0r110,193v-6,-58,-2,-129,-3,-193r46,0r0,248r-61,0","w":259},"\u0144":{"d":"135,-194v87,-1,58,113,63,194r-50,0v-7,-57,23,-157,-34,-157v-59,0,-34,97,-39,157r-50,0r-1,-190r47,0v2,12,-1,28,3,38v12,-26,28,-41,61,-42xm83,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0","w":219},"\u0145":{"d":"150,14v2,28,-2,52,-16,66r-24,0v7,-9,15,-17,16,-30r-19,0r0,-36r43,0xm175,0r-108,-191v6,58,2,128,3,191r-46,0r0,-248r59,0r110,193v-6,-58,-2,-129,-3,-193r46,0r0,248r-61,0","w":259},"\u0146":{"d":"133,14v2,28,-2,52,-16,66r-24,0v7,-9,15,-17,16,-30r-19,0r0,-36r43,0xm135,-194v87,-1,58,113,63,194r-50,0v-7,-57,23,-157,-34,-157v-59,0,-34,97,-39,157r-50,0r-1,-190r47,0v2,12,-1,28,3,38v12,-26,28,-41,61,-42","w":219},"\u0147":{"d":"150,-269r-40,0r-46,-48r0,-6r28,0v13,9,24,19,38,27r36,-27r28,0r0,6xm175,0r-108,-191v6,58,2,128,3,191r-46,0r0,-248r59,0r110,193v-6,-58,-2,-129,-3,-193r46,0r0,248r-61,0","w":259},"\u0148":{"d":"128,-208r-40,0r-45,-56r0,-5r28,0r37,34r36,-34r28,0v-9,26,-31,39,-44,61xm135,-194v87,-1,58,113,63,194r-50,0v-7,-57,23,-157,-34,-157v-59,0,-34,97,-39,157r-50,0r-1,-190r47,0v2,12,-1,28,3,38v12,-26,28,-41,61,-42","w":219},"\u0149":{"d":"170,-194v87,-1,58,113,63,194r-50,0v-7,-57,23,-157,-34,-157v-59,0,-34,97,-39,157r-50,0r-1,-190r47,0v2,12,-1,28,3,38v12,-26,28,-41,61,-42xm48,-248v1,41,0,81,-20,102r-32,0v12,-14,23,-31,23,-56r-22,0r0,-46r51,0","w":255},"\u014a":{"d":"238,-156v0,92,-3,177,-102,157v-22,-5,-34,-15,-45,-29r36,-30v7,11,16,21,32,21v43,0,29,-69,29,-112v0,-37,-10,-64,-48,-62v-38,2,-64,26,-64,64r0,147r-52,0r-1,-248r51,0v2,14,-1,32,3,44v16,-27,42,-47,84,-47v59,-1,77,36,77,95","w":260},"\u014b":{"d":"198,22v3,45,-34,59,-81,51r0,-35v22,5,31,-5,31,-27r0,-118v1,-29,-8,-50,-34,-50v-59,0,-34,97,-39,157r-50,0r-1,-190r47,0v2,12,-1,28,3,38v12,-26,28,-41,61,-42v93,0,57,130,63,216","w":219},"\u014c":{"d":"86,-300r108,0r0,30r-108,0r0,-30xm140,-251v80,0,125,45,125,126v0,81,-46,129,-126,129v-81,0,-124,-48,-124,-129v0,-81,44,-126,125,-126xm139,-37v52,0,73,-35,73,-88v0,-50,-21,-86,-72,-86v-52,0,-73,35,-73,86v0,51,22,88,72,88","w":280},"\u014d":{"d":"57,-241r108,0r0,30r-108,0r0,-30xm110,-194v64,0,96,36,96,99v0,64,-35,99,-97,99v-61,0,-95,-36,-95,-99v0,-62,34,-99,96,-99xm109,-30v35,0,45,-28,45,-65v0,-40,-10,-65,-43,-65v-34,0,-45,26,-45,65v0,36,10,65,43,65","w":219},"\u014e":{"d":"200,-318v-1,59,-98,67,-119,19v-3,-6,-4,-12,-5,-19r29,0v4,32,62,31,67,0r28,0xm140,-251v80,0,125,45,125,126v0,81,-46,129,-126,129v-81,0,-124,-48,-124,-129v0,-81,44,-126,125,-126xm139,-37v52,0,73,-35,73,-88v0,-50,-21,-86,-72,-86v-52,0,-73,35,-73,86v0,51,22,88,72,88","w":280},"\u014f":{"d":"173,-265v3,64,-98,76,-119,22v-3,-7,-4,-14,-5,-22r29,0v3,18,14,29,33,29v20,0,30,-12,34,-29r28,0xm110,-194v64,0,96,36,96,99v0,64,-35,99,-97,99v-61,0,-95,-36,-95,-99v0,-62,34,-99,96,-99xm109,-30v35,0,45,-28,45,-65v0,-40,-10,-65,-43,-65v-34,0,-45,26,-45,65v0,36,10,65,43,65","w":219},"\u0150":{"d":"107,-269r-23,0v6,-23,27,-32,38,-50r41,0r0,7xm179,-269r-23,0v6,-23,26,-32,37,-50r42,0r0,7xm140,-251v80,0,125,45,125,126v0,81,-46,129,-126,129v-81,0,-124,-48,-124,-129v0,-81,44,-126,125,-126xm139,-37v52,0,73,-35,73,-88v0,-50,-21,-86,-72,-86v-52,0,-73,35,-73,86v0,51,22,88,72,88","w":280},"\u0151":{"d":"76,-208r-24,0v6,-24,28,-34,39,-53r41,0r0,8xm148,-208r-25,0v6,-24,28,-34,39,-53r42,0r0,8xm110,-194v64,0,96,36,96,99v0,64,-35,99,-97,99v-61,0,-95,-36,-95,-99v0,-62,34,-99,96,-99xm109,-30v35,0,45,-28,45,-65v0,-40,-10,-65,-43,-65v-34,0,-45,26,-45,65v0,36,10,65,43,65","w":219},"\u0152":{"d":"15,-125v-1,-93,62,-123,160,-123r164,0r0,40r-118,0r0,63r107,0r0,38r-107,0r0,67r125,0r0,40r-207,2v-81,-2,-123,-47,-124,-127xm67,-125v0,61,39,99,102,82r0,-162v-59,-16,-102,18,-102,80","w":360},"\u0153":{"d":"206,-84v-10,50,58,74,73,32r46,4v-11,55,-114,71,-147,24v-16,17,-38,28,-69,28v-61,0,-95,-36,-95,-99v0,-62,34,-97,96,-99v33,0,53,10,69,27v15,-16,37,-27,65,-27v63,0,84,46,84,110r-122,0xm109,-30v35,0,45,-28,45,-65v0,-40,-10,-65,-43,-65v-34,0,-45,26,-45,65v0,36,10,65,43,65xm280,-117v5,-46,-56,-63,-70,-21v-2,6,-3,13,-3,21r73,0","w":339},"\u0154":{"d":"96,-269r0,-5r45,-45r45,0r0,8r-60,42r-30,0xm240,-174v0,40,-23,61,-54,70r67,104r-59,0r-57,-94r-61,0r0,94r-52,0r0,-248v93,4,217,-23,216,74xm76,-134v48,-2,112,12,112,-38v0,-48,-66,-32,-112,-35r0,73","w":259},"\u0155":{"d":"135,-150v-39,-12,-60,13,-60,57r0,93r-50,0r-1,-190r47,0v2,13,-1,29,3,40v6,-28,27,-53,61,-41r0,41xm47,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0","w":140},"\u0156":{"d":"152,14v2,28,-3,51,-16,66r-25,0v8,-9,17,-17,17,-30r-19,0r0,-36r43,0xm240,-174v0,40,-23,61,-54,70r67,104r-59,0r-57,-94r-61,0r0,94r-52,0r0,-248v93,4,217,-23,216,74xm76,-134v48,-2,112,12,112,-38v0,-48,-66,-32,-112,-35r0,73","w":259},"\u0157":{"d":"71,14v2,28,-3,51,-16,66r-24,0v7,-9,15,-17,16,-30r-19,0r0,-36r43,0xm135,-150v-39,-12,-60,13,-60,57r0,93r-50,0r-1,-190r47,0v2,13,-1,29,3,40v6,-28,27,-53,61,-41r0,41","w":140},"\u0158":{"d":"144,-269r-40,0r-46,-48r0,-6r28,0v13,9,24,19,38,27r36,-27r28,0r0,6xm240,-174v0,40,-23,61,-54,70r67,104r-59,0r-57,-94r-61,0r0,94r-52,0r0,-248v93,4,217,-23,216,74xm76,-134v48,-2,112,12,112,-38v0,-48,-66,-32,-112,-35r0,73","w":259},"\u0159":{"d":"95,-208r-40,0r-45,-56r0,-5r28,0v13,11,24,24,38,34r35,-34r28,0v-9,26,-31,39,-44,61xm135,-150v-39,-12,-60,13,-60,57r0,93r-50,0r-1,-190r47,0v2,13,-1,29,3,40v6,-28,27,-53,61,-41r0,41","w":140},"\u015a":{"d":"98,-269r0,-5r44,-45r45,0r0,8r-60,42r-29,0xm169,-182v-1,-43,-94,-46,-97,-3v18,66,151,10,154,114v3,95,-165,93,-204,36v-6,-8,-10,-19,-12,-30r50,-8v3,46,112,56,116,5v-17,-69,-150,-10,-154,-114v-4,-87,153,-88,188,-35v5,8,8,18,10,28","w":240},"\u015b":{"d":"137,-138v1,-29,-70,-34,-71,-4v15,46,118,7,119,86v1,83,-164,76,-172,9r43,-7v4,19,20,25,44,25v33,8,57,-30,24,-41v-43,-14,-102,-11,-104,-66v-2,-80,154,-74,161,-7xm70,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0"},"\u015c":{"d":"190,-274r0,5r-28,0v-13,-8,-24,-18,-37,-26v-19,11,-30,31,-65,26r0,-5r45,-49r41,0xm169,-182v-1,-43,-94,-46,-97,-3v18,66,151,10,154,114v3,95,-165,93,-204,36v-6,-8,-10,-19,-12,-30r50,-8v3,46,112,56,116,5v-17,-69,-150,-10,-154,-114v-4,-87,153,-88,188,-35v5,8,8,18,10,28","w":240},"\u015d":{"d":"164,-213r0,5r-28,0v-12,-11,-23,-24,-36,-34r-37,34r-28,0v9,-26,32,-39,45,-61r40,0xm137,-138v1,-29,-70,-34,-71,-4v15,46,118,7,119,86v1,83,-164,76,-172,9r43,-7v4,19,20,25,44,25v33,8,57,-30,24,-41v-43,-14,-102,-11,-104,-66v-2,-80,154,-74,161,-7"},"\u015e":{"d":"169,-182v-1,-43,-94,-46,-97,-3v18,66,151,10,154,114v3,95,-165,93,-204,36v-6,-8,-10,-19,-12,-30r50,-8v3,46,112,56,116,5v-17,-69,-150,-10,-154,-114v-4,-87,153,-88,188,-35v5,8,8,18,10,28xm129,14v20,1,33,9,33,27v0,32,-36,36,-71,33r0,-21v15,1,39,4,39,-11v0,-13,-16,-12,-31,-12r11,-30r25,0","w":240},"\u015f":{"d":"137,-138v1,-29,-70,-34,-71,-4v15,46,118,7,119,86v1,83,-164,76,-172,9r43,-7v4,19,20,25,44,25v33,8,57,-30,24,-41v-43,-14,-102,-11,-104,-66v-2,-80,154,-74,161,-7xm105,14v20,1,33,9,33,27v0,32,-36,36,-71,33r0,-21v15,1,39,4,39,-11v0,-13,-16,-12,-31,-12r11,-30r25,0"},"\u0160":{"d":"142,-269r-41,0r-45,-48r0,-6r28,0v13,9,24,19,38,27r36,-27r28,0r0,6xm169,-182v-1,-43,-94,-46,-97,-3v18,66,151,10,154,114v3,95,-165,93,-204,36v-6,-8,-10,-19,-12,-30r50,-8v3,46,112,56,116,5v-17,-69,-150,-10,-154,-114v-4,-87,153,-88,188,-35v5,8,8,18,10,28","w":240},"\u0161":{"d":"122,-208r-41,0r-45,-56r0,-5r28,0v13,11,24,24,38,34r36,-34r28,0v-9,26,-31,39,-44,61xm137,-138v1,-29,-70,-34,-71,-4v15,46,118,7,119,86v1,83,-164,76,-172,9r43,-7v4,19,20,25,44,25v33,8,57,-30,24,-41v-43,-14,-102,-11,-104,-66v-2,-80,154,-74,161,-7"},"\u0162":{"d":"114,14v20,1,33,9,33,27v0,32,-36,36,-71,33r0,-21v15,1,39,4,39,-11v0,-13,-16,-12,-31,-12r11,-30r25,0xm136,-208r0,208r-52,0r0,-208r-80,0r0,-40r212,0r0,40r-80,0","w":219},"\u0163":{"d":"67,14v20,1,33,9,33,27v0,32,-36,36,-71,33r0,-21v15,1,39,4,39,-11v0,-13,-16,-12,-31,-12r11,-30r25,0xm115,-3v-36,14,-87,7,-87,-42r0,-112r-24,0r0,-33r27,0r15,-45r31,0r0,45r36,0r0,33r-36,0r0,99v-1,23,16,31,38,25r0,30","w":119},"\u0164":{"d":"132,-269r-41,0r-45,-48r0,-6r28,0v13,9,24,19,38,27r36,-27r28,0r0,6xm136,-208r0,208r-52,0r0,-208r-80,0r0,-40r212,0r0,40r-80,0","w":219},"\u0165":{"d":"172,-261v2,29,-1,55,-16,70r-24,0v8,-9,16,-19,16,-33r-19,0r0,-37r43,0xm115,-3v-36,14,-87,7,-87,-42r0,-112r-24,0r0,-33r27,0r15,-45r31,0r0,45r36,0r0,33r-36,0r0,99v-1,23,16,31,38,25r0,30","w":172},"\u0166":{"d":"136,-208r0,65r40,0r0,33r-40,0r0,110r-52,0r0,-110r-40,0r0,-33r40,0r0,-65r-80,0r0,-40r212,0r0,40r-80,0","w":219},"\u0167":{"d":"115,-3v-36,14,-93,7,-87,-42r0,-38r-22,0r0,-34r22,0r0,-40r-24,0r0,-33r27,0r15,-45r31,0r0,45r36,0r0,33r-36,0r0,40r33,0r0,34r-33,0v-3,33,3,61,38,50r0,30","w":119},"\u0168":{"d":"101,-320v28,0,65,44,74,0r23,0v0,29,-10,51,-39,51v-28,-1,-66,-45,-74,0r-24,0v2,-28,9,-52,40,-51xm238,-95v0,69,-44,99,-111,99v-64,0,-105,-29,-105,-97r0,-155r51,0r0,151v-1,38,19,59,55,60v90,1,49,-130,58,-211r52,0r0,153","w":259},"\u0169":{"d":"80,-259v28,0,66,44,74,0r23,0v0,29,-9,51,-39,51v-28,-1,-66,-46,-74,0r-24,0v2,-28,9,-52,40,-51xm85,4v-87,1,-58,-113,-63,-194r50,0v7,57,-23,150,33,157v60,-5,35,-97,40,-157r50,0r1,190r-47,0v-2,-12,1,-28,-3,-38v-12,25,-28,42,-61,42","w":219},"\u016a":{"d":"76,-299r108,0r0,30r-108,0r0,-30xm238,-95v0,69,-44,99,-111,99v-64,0,-105,-29,-105,-97r0,-155r51,0r0,151v-1,38,19,59,55,60v90,1,49,-130,58,-211r52,0r0,153","w":259},"\u016b":{"d":"55,-241r107,0r0,30r-107,0r0,-30xm85,4v-87,1,-58,-113,-63,-194r50,0v7,57,-23,150,33,157v60,-5,35,-97,40,-157r50,0r1,190r-47,0v-2,-12,1,-28,-3,-38v-12,25,-28,42,-61,42","w":219},"\u016c":{"d":"192,-318v-2,58,-98,67,-119,19v-3,-6,-4,-12,-5,-19r28,0v4,30,63,32,67,0r29,0xm238,-95v0,69,-44,99,-111,99v-64,0,-105,-29,-105,-97r0,-155r51,0r0,151v-1,38,19,59,55,60v90,1,49,-130,58,-211r52,0r0,153","w":259},"\u016d":{"d":"172,-265v2,62,-99,77,-119,22v-3,-7,-5,-14,-6,-22r29,0v2,37,66,38,67,0r29,0xm85,4v-87,1,-58,-113,-63,-194r50,0v7,57,-23,150,33,157v60,-5,35,-97,40,-157r50,0r1,190r-47,0v-2,-12,1,-28,-3,-38v-12,25,-28,42,-61,42","w":219},"\u016e":{"d":"130,-348v27,0,45,18,45,45v0,27,-18,45,-45,45v-27,0,-45,-19,-45,-45v0,-26,18,-45,45,-45xm130,-281v14,0,22,-8,22,-22v0,-15,-9,-22,-22,-22v-13,0,-22,9,-22,22v0,13,7,22,22,22xm238,-95v0,69,-44,99,-111,99v-64,0,-105,-29,-105,-97r0,-155r51,0r0,151v-1,38,19,59,55,60v90,1,49,-130,58,-211r52,0r0,153","w":259},"\u016f":{"d":"109,-289v27,0,45,18,45,45v0,26,-18,44,-45,44v-27,0,-44,-17,-44,-44v0,-28,18,-45,44,-45xm109,-222v13,0,22,-7,22,-22v0,-14,-8,-22,-22,-22v-14,0,-22,9,-22,22v0,13,9,22,22,22xm85,4v-87,1,-58,-113,-63,-194r50,0v7,57,-23,150,33,157v60,-5,35,-97,40,-157r50,0r1,190r-47,0v-2,-12,1,-28,-3,-38v-12,25,-28,42,-61,42","w":219},"\u0170":{"d":"92,-269r-23,0v6,-23,27,-32,38,-50r41,0r0,7xm164,-269r-24,0v6,-23,27,-32,38,-50r42,0r0,7xm238,-95v0,69,-44,99,-111,99v-64,0,-105,-29,-105,-97r0,-155r51,0r0,151v-1,38,19,59,55,60v90,1,49,-130,58,-211r52,0r0,153","w":259},"\u0171":{"d":"70,-208r-25,0r0,-6r40,-47r41,0r0,8xm142,-208r-25,0v6,-24,28,-34,39,-53r41,0r0,8xm85,4v-87,1,-58,-113,-63,-194r50,0v7,57,-23,150,33,157v60,-5,35,-97,40,-157r50,0r1,190r-47,0v-2,-12,1,-28,-3,-38v-12,25,-28,42,-61,42","w":219},"\u0172":{"d":"141,33v-1,19,23,19,36,12r0,24v-26,13,-70,5,-68,-29v3,-30,18,-49,55,-44v-11,8,-22,21,-23,37xm238,-95v0,69,-44,99,-111,99v-64,0,-105,-29,-105,-97r0,-155r51,0r0,151v-1,38,19,59,55,60v90,1,49,-130,58,-211r52,0r0,153","w":259},"\u0173":{"d":"159,33v-1,20,23,19,36,12r0,24v-26,13,-71,5,-68,-29v2,-29,17,-49,54,-44v-11,8,-21,22,-22,37xm85,4v-87,1,-58,-113,-63,-194r50,0v7,57,-23,150,33,157v60,-5,35,-97,40,-157r50,0r1,190r-47,0v-2,-12,1,-28,-3,-38v-12,25,-28,42,-61,42","w":219},"\u0174":{"d":"235,-274r0,5r-28,0r-36,-26r-37,26r-29,0r0,-5r46,-49r40,0xm275,0r-61,0r-44,-196r-44,196r-62,0r-64,-248r53,0r44,199r45,-199r58,0r43,199r44,-199r52,0","w":339},"\u0175":{"d":"205,-213r0,5r-28,0r-36,-34r-37,34r-29,0r0,-5r46,-56r40,0xm231,0r-52,0r-39,-155r-40,155r-52,0r-49,-190r46,0r32,145v9,-52,24,-97,36,-145r53,0r37,145r32,-145r46,0","w":280},"\u0176":{"d":"185,-274r0,5r-28,0r-36,-26v-19,11,-30,31,-65,26r0,-5r45,-49r40,0xm146,-102r0,102r-52,0r0,-102r-88,-146r54,0r60,105r60,-105r54,0","w":240},"\u0177":{"d":"167,-213r0,5r-28,0v-13,-11,-23,-24,-37,-34r-37,34r-28,0r0,-5r46,-56r40,0xm123,10v-15,43,-43,76,-104,62r0,-35v35,8,53,-11,59,-39r-75,-188r52,0r48,148v12,-52,28,-100,44,-148r51,0"},"\u0178":{"d":"142,-269r0,-38r34,0r0,38r-34,0xm62,-269r0,-38r34,0r0,38r-34,0xm146,-102r0,102r-52,0r0,-102r-88,-146r54,0r60,105r60,-105r54,0","w":240},"\u0179":{"d":"83,-269r0,-5r44,-45r46,0r0,8r-60,42r-30,0xm210,0r-199,0r0,-37r134,-170r-121,0r0,-41r178,0r0,36r-134,171r142,0r0,41","w":219},"\u017a":{"d":"12,0r0,-35r95,-120r-88,0r0,-35r142,0r0,35r-94,119r103,0r0,36r-158,0xm59,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0","w":180},"\u017b":{"d":"87,-272r0,-36r50,0r0,36r-50,0xm210,0r-199,0r0,-37r134,-170r-121,0r0,-41r178,0r0,36r-134,171r142,0r0,41","w":219},"\u017c":{"d":"68,-224r0,-37r50,0r0,37r-50,0xm12,0r0,-35r95,-120r-88,0r0,-35r142,0r0,35r-94,119r103,0r0,36r-158,0","w":180},"\u017d":{"d":"134,-269r-40,0r-46,-48r0,-6r28,0v13,9,24,19,38,27r36,-27r28,0r0,6xm210,0r-199,0r0,-37r134,-170r-121,0r0,-41r178,0r0,36r-134,171r142,0r0,41","w":219},"\u017e":{"d":"111,-208r-41,0r-45,-56r0,-5r28,0v13,11,24,24,38,34r36,-34r28,0v-9,26,-31,39,-44,61xm12,0r0,-35r95,-120r-88,0r0,-35r142,0r0,35r-94,119r103,0r0,36r-158,0","w":180},"\u017f":{"d":"112,-226v-20,-4,-38,-2,-38,21r0,205r-49,0r0,-210v-3,-47,43,-58,87,-48r0,32","w":100},"\u0192":{"d":"175,-219v-30,-11,-46,9,-45,38r37,0r-7,33r-37,0r-44,223r-49,0r44,-223r-28,0r6,-33r28,0v1,-55,43,-90,102,-69"},"\u01fa":{"d":"103,-322r0,-5r44,-45r46,0r0,8r-60,42r-30,0xm130,-315v27,0,45,19,45,45v0,26,-17,44,-45,44v-28,0,-45,-18,-45,-44v0,-27,18,-45,45,-45xm130,-248v15,0,22,-9,22,-22v0,-13,-9,-22,-22,-22v-13,0,-22,9,-22,22v0,13,7,22,22,22xm199,0r-22,-63r-94,0r-22,63r-52,0r90,-248r61,0r90,248r-51,0xm166,-102r-36,-108v-10,38,-24,72,-36,108r72,0","w":259},"\u01fb":{"d":"100,-289v27,0,45,18,45,45v0,26,-18,44,-45,44v-27,0,-45,-18,-45,-44v0,-27,18,-45,45,-45xm100,-222v13,0,22,-7,22,-22v0,-14,-8,-22,-22,-22v-15,0,-22,9,-22,22v0,13,9,22,22,22xm133,-34v-16,19,-30,39,-64,38v-37,-1,-58,-20,-58,-58v-1,-60,55,-63,116,-61v1,-26,-3,-47,-28,-47v-18,1,-26,9,-28,27r-52,-2v7,-38,36,-58,82,-57v46,1,74,22,75,68r1,82v-1,14,12,18,25,15r0,27v-30,8,-71,5,-69,-32xm85,-31v29,0,43,-24,42,-57v-32,0,-66,-3,-65,30v0,17,8,27,23,27xm77,-298r0,-5r45,-51r45,0r0,8r-60,48r-30,0"},"\u01fc":{"d":"190,-269r0,-5r45,-45r45,0r0,8r-60,42r-30,0xm164,0r0,-63r-79,0r-31,63r-53,0r123,-248r215,0r0,40r-123,0r0,63r112,0r0,38r-112,0r0,67r130,0r0,40r-182,0xm164,-210v-21,-3,-17,25,-28,37r-34,71r62,0r0,-108","w":360},"\u01fd":{"d":"183,-84v-10,50,58,74,73,32r46,4v-13,30,-37,53,-82,52v-38,0,-63,-15,-76,-41v-14,23,-36,41,-73,41v-37,-1,-59,-20,-59,-58v0,-60,57,-63,119,-61v1,-27,-3,-47,-29,-47v-18,1,-29,8,-30,27r-52,-2v3,-59,101,-73,142,-38v15,-13,35,-19,59,-19v63,0,84,46,84,110r-122,0xm63,-58v0,17,9,27,24,27v31,0,45,-24,44,-57v-33,1,-69,-4,-68,30xm257,-117v5,-46,-56,-63,-70,-21v-2,6,-3,13,-3,21r73,0xm136,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0","w":320},"\u01fe":{"d":"110,-269r0,-5r44,-45r46,0r0,8r-60,42r-30,0xm15,-125v-6,-104,98,-150,187,-113r14,-21r34,0r-25,36v25,20,40,54,40,98v0,104,-99,155,-189,115r-16,23r-34,0r27,-38v-25,-22,-35,-55,-38,-100xm102,-47v77,43,144,-56,95,-135xm176,-202v-79,-41,-140,58,-94,135","w":280},"\u01ff":{"d":"14,-95v-6,-85,88,-121,154,-84r18,-20r32,0r-32,36v14,17,18,39,20,68v6,86,-88,121,-154,83r-20,22r-32,0r35,-38v-14,-17,-19,-37,-21,-67xm140,-148v-43,-37,-91,19,-71,81xm80,-43v36,35,89,-9,73,-68v0,-5,-1,-9,-2,-13xm81,-208r0,-5r45,-51r45,0r0,8r-60,48r-30,0","w":219},"\u0218":{"d":"133,14v2,29,-3,52,-17,66r-24,0v7,-9,15,-17,16,-30r-19,0r0,-36r44,0xm169,-182v-1,-43,-94,-46,-97,-3v18,66,151,10,154,114v3,95,-165,93,-204,36v-6,-8,-10,-19,-12,-30r50,-8v3,46,112,56,116,5v-17,-69,-150,-10,-154,-114v-4,-87,153,-88,188,-35v5,8,8,18,10,28","w":240},"\u0219":{"d":"124,14v2,30,-3,52,-17,66r-24,0v8,-9,17,-17,17,-30r-19,0r0,-36r43,0xm137,-138v1,-29,-70,-34,-71,-4v15,46,118,7,119,86v1,83,-164,76,-172,9r43,-7v4,19,20,25,44,25v33,8,57,-30,24,-41v-43,-14,-102,-11,-104,-66v-2,-80,154,-74,161,-7"},"\u021a":{"d":"133,14v2,29,-3,52,-17,66r-24,0v7,-9,15,-17,16,-30r-19,0r0,-36r44,0xm136,-208r0,208r-52,0r0,-208r-80,0r0,-40r212,0r0,40r-80,0","w":219},"\u021b":{"d":"85,14v2,28,-2,52,-16,66r-24,0v7,-9,15,-17,16,-30r-19,0r0,-36r43,0xm115,-3v-36,14,-87,7,-87,-42r0,-112r-24,0r0,-33r27,0r15,-45r31,0r0,45r36,0r0,33r-36,0r0,99v-1,23,16,31,38,25r0,30","w":119},"\u2013":{"d":"11,-79r0,-35r178,0r0,35r-178,0"},"\u2014":{"d":"0,-79r0,-35r360,0r0,35r-360,0","w":360},"\u2018":{"d":"24,-146v-1,-41,2,-78,19,-102r33,0v-12,14,-23,31,-23,56r22,0r0,46r-51,0","w":100,"k":{"\u2018":13}},"\u2019":{"d":"76,-248v1,41,0,81,-20,102r-32,0v12,-14,23,-31,23,-56r-22,0r0,-46r51,0","w":100,"k":{"\u2019":13,"s":13," ":20}},"\u201c":{"d":"102,-146v0,-40,-1,-80,19,-102r32,0v-11,15,-21,32,-23,56r23,0r0,46r-51,0xm27,-146v0,-40,-1,-80,19,-102r32,0v-10,15,-24,30,-23,56r22,0r0,46r-50,0","w":180},"\u201d":{"d":"153,-248v0,40,1,80,-19,102r-32,0v12,-14,22,-35,23,-56r-22,0r0,-46r50,0xm78,-248v1,41,0,80,-19,102r-32,0v11,-15,21,-32,23,-56r-23,0r0,-46r51,0","w":180},"\u2026":{"d":"269,0r0,-54r50,0r0,54r-50,0xm155,0r0,-54r50,0r0,54r-50,0xm40,0r0,-54r50,0r0,54r-50,0","w":360},"\u2032":{"d":"15,-156r11,-92r54,0r-28,92r-37,0","w":86},"\u2033":{"d":"15,-156r11,-92r54,0r-28,92r-37,0xm101,-156r11,-92r54,0r-28,92r-37,0","w":172},"\u2122":{"d":"186,-135r-29,0r0,-113r44,0r35,81r37,-81r43,0r0,113r-29,0r1,-90v-12,31,-26,60,-40,90r-23,0r-40,-90xm96,-223r0,88r-31,0r0,-88r-43,0r0,-25r118,0r0,25r-44,0","w":360}}});Cufon.registerFont({"w":200,"face":{"font-family":"Liberation Sans","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 4 2 2 2 9 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-40 -365 368 80","underline-thickness":"26.3672","underline-position":"-51.3281","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"Y":7,"A":13}},"\u00a0":{"w":100},"!":{"d":"58,-70r-26,0r30,-178r35,0xm14,0r7,-35r34,0r-7,35r-34,0","w":100},"\"":{"d":"123,-170r-25,0r11,-78r32,0xm58,-170r-25,0r11,-78r32,0","w":127},"#":{"d":"163,-156r-14,65r46,0r0,19r-50,0r-15,72r-20,0r15,-72r-63,0r-15,72r-20,0r15,-72r-35,0r0,-19r39,0r14,-65r-44,0r0,-19r48,0r16,-71r19,0r-16,71r64,0r16,-71r19,0r-15,71r37,0r0,19r-41,0xm80,-156r-14,65r64,0r13,-65r-63,0"},"$":{"d":"121,-140v32,11,67,22,67,65v0,52,-40,70,-93,71r-6,29r-20,0r6,-29v-46,-3,-70,-23,-77,-62r29,-7v4,27,23,41,53,43r17,-87v-33,-9,-65,-20,-65,-62v0,-47,42,-62,89,-64r5,-23r20,0r-5,24v35,4,58,20,65,51r-28,8v-6,-19,-19,-31,-42,-34xm100,-30v50,8,78,-55,32,-75v-5,-2,-10,-4,-16,-6xm117,-218v-44,-7,-75,49,-31,67v5,2,10,4,16,6"},"%":{"d":"75,0r-29,0r208,-248r30,0xm26,-148v1,-56,18,-102,70,-102v31,0,46,20,45,54v-2,54,-18,104,-70,104v-32,0,-46,-22,-45,-56xm117,-199v0,-19,-6,-32,-21,-32v-40,0,-44,48,-46,86v-1,19,6,33,22,33v38,0,45,-51,45,-87xm189,-54v2,-54,18,-102,70,-102v32,0,46,22,46,55v0,53,-18,103,-70,103v-32,0,-47,-21,-46,-56xm280,-105v1,-20,-5,-32,-21,-32v-39,0,-43,50,-46,86v-2,19,6,33,22,33v39,0,42,-49,45,-87","w":320},"&":{"d":"76,-182v-8,-73,125,-95,125,-21v0,51,-54,56,-87,74v9,28,22,52,38,74v18,-21,33,-48,44,-75r23,10v-14,30,-29,60,-51,83v10,12,32,18,53,12r-3,23v-25,10,-55,0,-69,-17v-42,35,-147,33,-143,-43v3,-51,38,-63,75,-80v-2,-12,-3,-27,-5,-40xm36,-62v0,51,68,50,96,25v-18,-23,-33,-52,-44,-82v-24,12,-52,20,-52,57xm145,-228v-39,-2,-46,38,-38,76v28,-11,67,-14,67,-50v0,-17,-12,-25,-29,-26","w":240},"'":{"d":"60,-170r-24,0r11,-78r32,0","w":68},"(":{"d":"17,-49v1,-102,45,-165,103,-212r30,0v-58,51,-101,116,-101,215v0,50,14,89,36,121r-31,0v-24,-32,-36,-73,-37,-124","w":119},")":{"d":"98,-137v-1,102,-44,166,-102,212r-31,0v58,-52,102,-116,102,-215v0,-50,-15,-89,-37,-121r31,0v24,32,36,73,37,124","w":119},"*":{"d":"95,-196r47,-18r8,23r-50,13r33,44r-21,13r-27,-46r-27,45r-21,-12r33,-44r-49,-13r8,-23r47,19r-2,-53r24,0","w":140},"+":{"d":"123,-107r0,75r-26,0r0,-75r-74,0r0,-26r74,0r0,-75r26,0r0,75r75,0r0,26r-75,0","w":210},",":{"d":"58,-38v-5,33,-12,64,-30,84r-21,0v12,-14,20,-28,25,-46r-15,0r7,-38r34,0","w":100},"-":{"d":"18,-82r6,-28r88,0r-6,28r-88,0","w":119},"\u00ad":{"d":"18,-82r6,-28r88,0r-6,28r-88,0","w":119},".":{"d":"14,0r8,-38r34,0r-8,38r-34,0","w":100},"\/":{"d":"-20,4r123,-265r28,0r-123,265r-28,0","w":100},"0":{"d":"16,-82v0,-90,25,-169,113,-169v48,0,68,33,68,82v0,90,-27,173,-113,173v-47,0,-68,-35,-68,-86xm46,-77v0,32,11,55,40,55v69,0,76,-79,80,-149v2,-32,-10,-55,-39,-55v-69,0,-81,81,-81,149"},"1":{"d":"9,0r6,-27r63,0r36,-188r-63,39r6,-31r66,-41r29,0r-42,221r60,0r-5,27r-156,0","k":{"1":27}},"2":{"d":"123,-251v66,0,92,69,53,113v-38,44,-103,63,-137,111r128,0r-5,27r-164,0v17,-92,123,-93,159,-163v14,-28,-1,-64,-36,-62v-29,2,-46,17,-54,41r-30,-6v13,-36,37,-61,86,-61"},"3":{"d":"148,-71v0,-36,-31,-44,-71,-41r5,-28v46,3,81,-6,81,-50v0,-23,-15,-35,-39,-35v-30,0,-49,17,-56,41r-32,-3v12,-39,42,-63,90,-64v43,0,69,19,71,60v1,43,-30,58,-65,66v27,5,49,22,49,53v0,85,-133,99,-164,35v-4,-7,-7,-15,-9,-22r29,-9v8,25,25,45,58,45v34,1,53,-17,53,-48"},"4":{"d":"149,-56r-11,56r-32,0r11,-56r-115,0r5,-25r144,-167r35,0r-32,167r33,0r-5,25r-33,0xm145,-203r-105,122r82,0"},"5":{"d":"151,-85v6,-55,-69,-56,-94,-29r-31,0r34,-134r141,0r-5,27r-112,0r-20,79v41,-34,127,-11,121,53v14,102,-155,127,-177,35r29,-8v15,62,122,49,114,-23"},"6":{"d":"184,-94v-4,58,-33,98,-90,98v-50,0,-74,-35,-74,-86v0,-94,36,-181,136,-167v24,3,39,21,44,47r-29,6v-8,-40,-68,-34,-87,-5v-13,20,-24,43,-30,73v28,-51,135,-39,130,34xm111,-136v-35,2,-61,22,-60,62v1,30,14,52,44,52v38,0,55,-31,56,-70v1,-26,-14,-46,-40,-44"},"7":{"d":"206,-222r-58,71v-33,43,-59,89,-72,151r-33,0v20,-96,77,-159,130,-221r-136,0r5,-27r169,0"},"8":{"d":"39,-185v1,-48,36,-66,85,-66v42,0,74,18,74,59v0,38,-25,57,-56,64v23,7,40,22,40,52v0,55,-39,80,-94,80v-48,0,-78,-21,-79,-67v-1,-44,31,-60,63,-71v-20,-7,-33,-25,-33,-51xm70,-182v0,26,17,39,46,39v34,0,48,-18,49,-48v0,-25,-18,-36,-45,-36v-32,0,-50,15,-50,45xm149,-77v0,-29,-19,-41,-50,-41v-37,0,-57,20,-57,55v0,29,19,42,49,42v36,0,58,-19,58,-56"},"9":{"d":"40,-53v7,41,73,38,88,5v14,-18,25,-43,30,-72v-13,20,-31,35,-60,35v-44,0,-69,-27,-69,-70v0,-57,32,-96,91,-96v58,0,76,44,72,106v-6,89,-67,182,-157,136v-12,-6,-19,-20,-23,-36xm102,-110v67,0,87,-116,17,-116v-39,0,-58,29,-58,71v1,27,12,45,41,45"},":":{"d":"44,-154r7,-36r35,0r-8,36r-34,0xm14,0r7,-36r35,0r-7,36r-35,0","w":100},";":{"d":"58,-36v-5,32,-11,63,-30,82r-21,0v12,-14,20,-28,25,-46r-15,0r7,-36r34,0xm47,-154r7,-36r34,0r-7,36r-34,0","w":100},"\u037e":{"d":"58,-36v-5,32,-11,63,-30,82r-21,0v12,-14,20,-28,25,-46r-15,0r7,-36r34,0xm47,-154r7,-36r34,0r-7,36r-34,0","w":100},"<":{"d":"23,-100r0,-36r175,-74r0,27r-151,65r151,64r0,27","w":210},"=":{"d":"23,-150r0,-26r175,0r0,26r-175,0xm23,-60r0,-26r175,0r0,26r-175,0","w":210},">":{"d":"23,-27r0,-27r151,-64r-151,-65r0,-27r175,74r0,36","w":210},"?":{"d":"28,-184v13,-41,42,-62,95,-67v81,-7,97,95,38,128v-25,14,-56,24,-63,57r-31,0v6,-67,99,-52,99,-119v0,-27,-20,-37,-46,-38v-33,0,-55,19,-63,46xm53,0r6,-35r35,0r-7,35r-34,0"},"@":{"d":"204,-261v85,0,136,45,136,128v0,61,-22,110,-78,115v-28,2,-39,-18,-37,-44v-13,22,-31,44,-66,44v-40,0,-58,-27,-58,-68v0,-60,30,-105,88,-108v29,-1,43,15,54,32r7,-28r27,0r-27,134v-1,11,6,16,15,16v39,0,51,-48,51,-92v0,-69,-42,-107,-112,-107v-94,0,-145,59,-145,153v0,72,41,113,114,113v43,0,78,-13,106,-28r10,19v-30,18,-68,32,-116,32v-88,0,-139,-50,-139,-136v0,-107,62,-175,170,-175xm164,-41v46,0,70,-44,70,-90v0,-26,-17,-40,-43,-40v-44,0,-59,41,-61,85v-1,26,9,45,34,45","w":365},"A":{"d":"187,0r-14,-72r-112,0r-42,72r-37,0r149,-248r38,0r52,248r-34,0xm168,-99r-22,-123r-70,123r92,0","w":240,"k":{"\u2019":13,"y":3,"w":7,"v":7,"Y":27,"W":7,"V":20,"T":27," ":13}},"B":{"d":"219,-77v0,94,-115,75,-208,77r48,-248v73,2,169,-15,169,57v0,38,-24,54,-60,60v29,5,51,21,51,54xm193,-188v0,-44,-62,-31,-105,-33r-16,79v55,0,121,9,121,-46xm186,-78v-1,-49,-69,-36,-119,-38r-17,89v61,-1,137,12,136,-51","w":240},"C":{"d":"125,-24v46,0,70,-25,89,-51r25,16v-25,35,-56,63,-116,63v-115,0,-128,-150,-63,-212v32,-50,158,-61,191,-5v5,7,9,14,11,22r-32,10v-9,-28,-33,-43,-69,-43v-74,0,-108,51,-108,125v0,46,24,75,72,75","w":259},"D":{"d":"248,-139v-1,125,-104,148,-237,139r48,-248v105,-6,190,8,189,109xm214,-139v1,-70,-52,-87,-126,-82r-38,194v98,7,163,-21,164,-112","w":259},"E":{"d":"11,0r48,-248r184,0r-5,28r-151,0r-15,79r140,0r-5,27r-140,0r-17,87r158,0r-5,27r-192,0","w":240},"F":{"d":"87,-220r-18,92r140,0r-5,28r-140,0r-19,100r-34,0r48,-248r178,0r-5,28r-145,0","w":219,"k":{"A":27,".":46,",":46," ":7}},"G":{"d":"52,-101v-6,87,114,94,164,50r9,-45r-74,0r6,-28r105,0r-18,87v-27,25,-63,41,-114,41v-70,0,-112,-35,-112,-105v0,-106,78,-167,188,-146v30,6,48,27,59,54r-34,9v-10,-26,-31,-41,-67,-40v-75,1,-107,50,-112,123","w":280},"H":{"d":"179,0r23,-115r-135,0r-22,115r-34,0r48,-248r34,0r-21,105r135,0r21,-105r32,0r-48,248r-33,0","w":259},"I":{"d":"14,0r48,-248r34,0r-48,248r-34,0","w":100},"J":{"d":"29,-66v0,49,71,55,82,11v13,-52,22,-111,33,-165r-51,0r5,-28r85,0r-34,174v2,85,-142,111,-150,14","w":180},"K":{"d":"180,0r-83,-118r-34,22r-18,96r-34,0r48,-248r34,0r-24,122v44,-43,94,-81,141,-122r43,0r-132,111r98,137r-39,0","w":240},"L":{"d":"11,0r48,-248r34,0r-43,221r125,0r-5,27r-159,0","k":{"\u2019":20,"y":7,"Y":33,"W":13,"V":20,"T":27," ":7}},"M":{"d":"222,0r43,-216v-8,16,-17,34,-26,49r-96,167r-22,0r-40,-216r-40,216r-30,0r48,-248r42,0r38,208r116,-208r45,0r-48,248r-30,0","w":299},"N":{"d":"173,0r-93,-213r-39,213r-30,0r48,-248r37,0r94,214r40,-214r30,0r-48,248r-39,0","w":259},"O":{"d":"20,-101v0,-91,52,-143,145,-150v126,-9,127,168,53,223v-23,17,-55,32,-93,32v-68,0,-105,-37,-105,-105xm236,-134v5,-57,-18,-91,-73,-90v-77,1,-110,51,-110,125v0,49,23,75,73,75v72,-1,104,-45,110,-110","w":280},"P":{"d":"238,-179v0,84,-86,86,-175,82r-18,97r-34,0r48,-248v82,0,179,-12,179,69xm204,-178v0,-53,-64,-42,-116,-43r-19,98v63,0,135,9,135,-55","w":240,"k":{"A":27,".":46,",":46," ":13}},"Q":{"d":"24,-61v-25,-104,35,-190,139,-190v67,1,105,36,105,101v0,88,-46,140,-124,152v2,33,24,47,60,39r-3,23v-50,15,-89,-11,-89,-61v-46,-3,-79,-26,-88,-64xm234,-134v6,-55,-18,-91,-72,-90v-77,1,-111,51,-111,125v0,49,24,75,73,75v72,0,103,-45,110,-110","w":280},"R":{"d":"249,-183v0,48,-29,72,-75,77r47,106r-36,0r-43,-103r-77,0r-20,103r-34,0r48,-248v83,2,190,-17,190,65xm215,-180v0,-55,-74,-39,-127,-41r-18,92v63,-1,145,13,145,-51","w":259,"k":{"Y":13,"W":7,"V":7,"T":7}},"S":{"d":"194,-120v59,52,2,134,-86,124v-53,-6,-90,-18,-98,-63r31,-7v8,30,29,43,70,43v46,0,84,-17,71,-62v-32,-43,-135,-20,-137,-98v-3,-89,178,-90,191,-16r-30,9v-8,-48,-127,-53,-127,5v0,53,81,35,115,65","w":240},"T":{"d":"151,-220r-43,220r-33,0r42,-220r-85,0r6,-28r203,0r-5,28r-85,0","w":219,"k":{"y":27,"w":27,"u":27,"s":33,"r":27,"o":33,"i":3,"e":33,"c":33,"a":33,"O":7,"A":27,";":27,":":27,".":33,"-":33,",":33}},"U":{"d":"62,-99v-23,68,61,99,108,59v47,-40,38,-139,58,-208r34,0v-28,104,-9,252,-147,252v-66,0,-97,-47,-84,-116r26,-136r34,0","w":259},"V":{"d":"119,0r-35,0r-53,-248r34,0r41,218r126,-218r36,0","w":240,"k":{"y":7,"u":7,"r":7,"o":13,"i":7,"e":13,"a":13,"A":20,";":7,":":7,".":27,"-":13,",":27}},"W":{"d":"247,0r-39,0r-15,-214r-24,57r-74,157r-39,0r-25,-248r35,0r16,218r101,-218r33,0r16,218r101,-218r35,0","w":339,"k":{"i":3,"e":7,"a":7,"A":7,".":13,"-":7,",":13}},"X":{"d":"176,0r-54,-107r-92,107r-37,0r115,-131r-60,-117r35,0r48,97r83,-97r37,0r-105,119r65,129r-35,0","w":240},"Y":{"d":"138,-103r-20,103r-33,0r20,-103r-68,-145r35,0r54,119r98,-119r38,0","w":240,"k":{"v":13,"u":13,"q":20,"p":20,"o":20,"i":7,"e":20,"a":27,"A":20,";":13,":":13,".":33,"-":27,",":33," ":7}},"Z":{"d":"190,0r-197,0r5,-25r185,-195r-134,0r5,-28r176,0r-5,25r-185,196r155,0","w":219},"[":{"d":"-7,75r65,-336r72,0r-5,23r-41,0r-56,290r41,0r-4,23r-72,0","w":100},"\\":{"d":"56,4r-30,-265r26,0r31,265r-27,0","w":100},"]":{"d":"-30,75r5,-23r40,0r57,-290r-41,0r4,-23r72,0r-65,336r-72,0","w":100},"^":{"d":"144,-118r-55,-112r-53,112r-29,0r65,-130r35,0r65,130r-28,0","w":168},"_":{"d":"-28,44r0,-13r207,0r0,13r-207,0"},"`":{"d":"72,-211r-49,-49r1,-5r36,0v9,19,22,33,28,54r-16,0","w":119},"a":{"d":"165,-48v-4,18,1,34,23,27r-3,20v-29,8,-62,0,-52,-35r-2,0v-15,22,-32,40,-68,40v-33,0,-55,-20,-55,-53v0,-68,71,-67,138,-67v10,-26,0,-56,-31,-54v-26,1,-42,9,-47,31r-32,-5v8,-67,160,-71,144,15v-5,28,-9,54,-15,81xm42,-50v3,52,80,24,89,-6v7,-12,7,-24,11,-38v-47,1,-103,-4,-100,44"},"b":{"d":"68,-162v25,-46,127,-43,121,31v-6,71,-20,132,-91,135v-29,1,-45,-15,-55,-35r-7,31r-31,0r52,-261r31,0xm156,-126v2,-27,-9,-43,-34,-43v-55,0,-70,51,-70,103v0,29,15,45,43,46v52,0,58,-58,61,-106"},"c":{"d":"44,-68v0,29,11,47,38,47v30,0,42,-19,51,-41r28,9v-13,32,-35,57,-79,57v-51,0,-72,-33,-70,-89v3,-77,74,-140,146,-93v12,8,15,23,18,40r-31,5v-1,-22,-13,-36,-36,-36v-52,0,-65,49,-65,101","w":180},"d":{"d":"133,-28v-30,54,-138,36,-120,-49v13,-62,24,-115,90,-117v29,-1,46,15,56,35r19,-102r32,0r-50,261r-30,0xm45,-64v-2,27,10,43,35,43v54,-1,69,-50,69,-103v0,-29,-15,-46,-42,-46v-53,-1,-58,58,-62,106"},"e":{"d":"111,-194v62,-3,86,47,72,106r-138,0v-7,38,6,69,45,68v27,-1,43,-14,53,-32r24,11v-15,26,-38,45,-80,45v-49,-1,-75,-27,-75,-75v0,-70,32,-119,99,-123xm155,-113v14,-66,-71,-72,-95,-28v-4,8,-8,17,-11,28r106,0"},"f":{"d":"76,-167r-32,167r-32,0r33,-167r-27,0r4,-23r27,0v3,-47,25,-81,82,-69r-4,24v-35,-8,-44,15,-46,45r37,0r-5,23r-37,0","w":100,"k":{"\u2019":-13}},"g":{"d":"103,-194v29,0,47,14,56,36v2,-11,5,-23,8,-32r30,0r-37,185v-3,66,-78,102,-139,67v-12,-7,-17,-17,-20,-32r28,-7v7,42,83,31,92,-3v4,-16,9,-37,13,-55v-13,20,-29,36,-62,36v-40,0,-60,-25,-60,-64v0,-71,23,-131,91,-131xm107,-170v-53,0,-58,54,-61,104v-2,27,10,44,36,44v49,0,65,-50,67,-102v1,-29,-15,-46,-42,-46"},"h":{"d":"67,-158v15,-20,31,-36,64,-36v94,0,33,127,27,194r-32,0r25,-140v3,-38,-53,-32,-70,-12v-29,35,-30,101,-44,152r-31,0r51,-261r31,0"},"i":{"d":"50,-231r6,-30r32,0r-6,30r-32,0xm6,0r37,-190r31,0r-37,190r-31,0","w":79},"j":{"d":"51,-231r6,-30r31,0r-6,30r-31,0xm33,24v-5,36,-31,60,-73,48v3,-12,-1,-29,18,-22v17,-1,21,-13,24,-31r41,-209r32,0","w":79},"k":{"d":"127,0r-47,-88r-30,22r-13,66r-31,0r51,-261r31,0r-31,161r99,-90r39,0r-93,82r59,108r-34,0","w":180},"l":{"d":"6,0r50,-261r32,0r-51,261r-31,0","w":79},"m":{"d":"248,-111v6,-24,9,-61,-24,-58v-72,9,-57,108,-77,169r-31,0r26,-142v3,-37,-50,-30,-64,-10v-26,37,-28,101,-41,152r-31,0r36,-190r30,0v-1,10,-6,24,-4,32v13,-43,101,-52,105,5v13,-22,29,-41,61,-41v90,0,28,129,23,194r-31,0","w":299},"n":{"d":"67,-158v22,-48,132,-52,116,29r-25,129r-32,0r25,-140v3,-38,-53,-32,-70,-12v-29,35,-30,100,-43,152r-32,0r36,-190r30,0"},"o":{"d":"30,-147v31,-64,166,-65,159,27v-6,71,-31,121,-103,124v-77,4,-85,-92,-56,-151xm88,-20v53,0,68,-48,68,-100v0,-31,-11,-51,-44,-50v-52,1,-68,46,-68,97v0,32,13,53,44,53"},"p":{"d":"67,-162v32,-53,139,-36,121,50v-13,61,-25,114,-91,116v-29,0,-45,-15,-55,-35v-4,37,-14,70,-20,106r-31,0r50,-265r29,0v-1,10,0,20,-3,28xm156,-126v0,-26,-10,-43,-35,-43v-54,0,-67,50,-69,103v-1,29,14,45,42,46v53,0,62,-58,62,-106"},"q":{"d":"133,-28v-30,54,-138,36,-120,-49v13,-62,24,-115,90,-117v29,-1,46,15,56,35v2,-12,6,-24,8,-34r31,0r-54,268r-31,0xm45,-64v-2,27,10,43,35,43v54,-1,69,-50,69,-103v0,-29,-15,-46,-42,-46v-53,-1,-58,58,-62,106"},"r":{"d":"66,-151v12,-25,30,-51,66,-40r-6,26v-81,-11,-68,100,-88,165r-32,0r36,-190r30,0","w":119,"k":{"\u2019":-13,".":13,"-":7,",":20}},"s":{"d":"55,-144v13,50,104,24,104,88v0,77,-144,79,-158,17r26,-10v6,40,102,42,102,-4v-13,-50,-104,-23,-104,-87v0,-71,143,-71,148,-8r-29,4v-5,-35,-85,-37,-89,0","w":180},"t":{"d":"51,-54v-9,22,5,41,31,30r-3,23v-36,15,-69,-3,-60,-51r22,-115r-22,0r5,-23r22,0r19,-43r21,0r-9,43r35,0r-4,23r-35,0","w":100},"u":{"d":"67,3v-93,-2,-31,-127,-26,-193r32,0r-25,140v-3,39,53,32,70,12v30,-34,30,-101,43,-152r32,0r-36,190r-30,0v1,-10,6,-24,4,-33v-14,20,-29,37,-64,36"},"v":{"d":"89,0r-37,0r-32,-190r33,0r21,165r89,-165r34,0","w":180,"k":{".":27,",":27}},"w":{"d":"188,0r-37,0r-8,-164r-72,164r-37,0r-16,-190r31,0r8,164r75,-164r34,0r8,164r74,-164r31,0","w":259,"k":{".":20,",":20}},"x":{"d":"124,0r-37,-78r-66,78r-35,0r86,-98r-46,-92r33,0r34,74r61,-74r37,0r-83,92r50,98r-34,0","w":180},"y":{"d":"198,-190r-129,220v-16,28,-44,53,-89,42v4,-11,-1,-27,19,-22v33,-1,43,-29,59,-52r-38,-188r32,0r27,156r84,-156r35,0","w":180,"k":{".":27,",":27}},"z":{"d":"-8,0r5,-24r140,-142r-106,0r5,-24r145,0r-5,24r-140,142r119,0r-5,24r-158,0","w":180},"{":{"d":"54,8v-6,25,-1,50,32,44r-5,23v-77,11,-58,-72,-46,-129v0,-20,-11,-27,-31,-28r4,-22v93,-3,3,-173,138,-157r-4,23v-85,-8,-22,124,-103,145v41,9,23,65,15,101","w":120},"|":{"d":"37,80r0,-341r30,0r0,341r-30,0","w":93},"}":{"d":"65,-194v6,-26,0,-49,-32,-44r4,-23v79,-12,59,72,46,129v1,20,12,27,32,28r-5,22v-92,5,-4,173,-138,157r4,-23v86,9,21,-124,103,-145v-41,-8,-21,-66,-14,-101","w":120},"~":{"d":"199,-111v-49,42,-130,-35,-178,9r0,-25v53,-44,130,35,178,-10r0,26","w":210},"\u00a1":{"d":"50,-121r26,0r-30,178r-35,0xm94,-190r-7,35r-34,0r7,-35r34,0","w":119},"\u00a2":{"d":"87,-50r28,-146v-50,7,-67,88,-46,135v3,7,10,9,18,11xm161,-161v-1,-18,-10,-29,-24,-34r-29,145v23,-4,33,-20,41,-39r28,8v-12,31,-33,56,-74,57r-5,29r-22,0r6,-30v-41,-5,-59,-39,-54,-87v6,-58,29,-106,92,-109r5,-27r22,0r-5,28v30,5,48,23,50,55"},"\u00a3":{"d":"36,-27v50,-4,120,15,126,-32r27,5v-10,73,-112,51,-191,54r5,-27v30,-13,41,-45,47,-83r-33,0r4,-23r33,0v9,-66,26,-135,112,-116v20,5,36,17,41,38r-29,9v-4,-25,-50,-30,-67,-13v-17,16,-18,55,-25,82r72,0r-5,23r-72,0v-4,38,-16,70,-45,83"},"\u00a4":{"d":"61,-182v20,-20,67,-19,89,-1r17,-17r18,19r-17,16v17,22,18,67,0,89r17,18r-18,18r-17,-18v-22,17,-67,18,-89,0r-18,18r-18,-18r18,-18v-18,-22,-18,-67,0,-89r-18,-17r18,-18xm105,-170v-29,0,-49,20,-49,49v0,30,20,50,49,50v29,0,50,-20,50,-50v0,-29,-21,-49,-50,-49"},"\u00a5":{"d":"131,-125r56,0r-4,22r-67,0r-5,27r67,0r-5,23r-67,0r-10,53r-31,0r10,-53r-67,0r4,-23r67,0r6,-27r-67,0r4,-22r56,0r-50,-123r34,0r43,114r88,-114r36,0"},"\u00a6":{"d":"37,-124r0,-137r30,0r0,137r-30,0xm37,80r0,-137r30,0r0,137r-30,0","w":93},"\u00a7":{"d":"73,-209v16,48,106,26,105,91v-1,32,-23,43,-49,50v13,8,23,19,24,39v4,77,-144,77,-159,17r26,-10v8,45,123,36,98,-16v-26,-33,-100,-20,-100,-80v0,-31,21,-44,48,-50v-13,-8,-23,-20,-23,-40v-2,-71,143,-70,148,-8r-29,4v-5,-36,-88,-36,-89,3xm147,-116v-4,-44,-95,-57,-98,-5v3,45,93,54,98,5"},"\u00a8":{"d":"92,-214r6,-33r30,0r-6,33r-30,0xm24,-214r6,-33r31,0r-6,33r-31,0","w":119},"\u00a9":{"d":"138,-251v77,0,127,50,127,127v0,79,-50,127,-127,127v-77,0,-127,-49,-127,-127v0,-77,48,-127,127,-127xm138,-14v67,0,111,-44,111,-110v0,-66,-45,-111,-111,-111v-65,0,-110,44,-110,111v0,67,43,110,110,110xm93,-125v-6,59,71,76,88,30r20,6v-11,22,-26,41,-61,40v-47,-1,-65,-30,-70,-76v-8,-77,102,-101,129,-37r-20,5v-8,-13,-19,-24,-40,-24v-33,0,-42,24,-46,56","w":265},"\u00aa":{"d":"128,-154v-4,13,1,23,15,18v-2,11,-1,21,-16,21v-18,0,-26,-12,-24,-27v-13,32,-87,42,-87,-9v0,-47,50,-44,95,-45v5,-18,5,-38,-19,-38v-19,0,-29,9,-32,24r-24,-3v3,-48,109,-56,103,3xm43,-152v3,33,51,14,58,-5v5,-6,5,-15,7,-23v-29,2,-67,-4,-65,28","w":133},"\u00ab":{"d":"144,-25r-47,-64r2,-11r72,-65r28,0r-1,6r-72,66r47,64v-2,9,-20,2,-29,4xm60,-25r-47,-64r2,-11r72,-65r28,0r-1,6r-72,66r47,64v-2,9,-20,2,-29,4"},"\u00ac":{"d":"167,-32r0,-75r-149,0r0,-26r174,0r0,101r-25,0","w":210},"\u00ae":{"d":"138,-251v77,0,127,50,127,127v0,79,-50,127,-127,127v-77,0,-127,-49,-127,-127v0,-77,48,-127,127,-127xm138,-14v67,0,111,-44,111,-110v0,-66,-45,-111,-111,-111v-65,0,-110,44,-110,111v0,67,43,110,110,110xm142,-197v59,-9,67,78,18,85r39,61r-26,0r-34,-59r-29,0r0,59r-22,0r0,-146r54,0xm110,-127v31,1,61,4,61,-28v0,-28,-32,-26,-61,-25r0,53","w":265},"\u00af":{"d":"202,-264r-205,0r0,-21r205,0r0,21","w":198},"\u00b0":{"d":"85,-251v32,0,50,20,50,50v0,30,-20,50,-50,50v-30,0,-51,-20,-51,-50v0,-30,19,-50,51,-50xm85,-170v19,0,31,-12,31,-31v1,-20,-13,-32,-31,-32v-18,0,-32,12,-31,32v0,19,12,31,31,31","w":143},"\u00b1":{"d":"112,-120r0,70r-26,0r0,-70r-75,0r0,-25r75,0r0,-69r26,0r0,69r74,0r0,25r-74,0xm11,0r0,-25r175,0r0,25r-175,0","w":197},"\u00b2":{"d":"29,-209v2,-48,101,-59,101,-3v0,58,-70,56,-94,93r78,0r-3,20r-106,0v6,-65,89,-53,102,-111v-4,-33,-54,-24,-56,4","w":119},"\u00b3":{"d":"94,-144v0,-20,-19,-22,-39,-21r3,-19v25,1,46,-5,46,-28v0,-31,-51,-20,-54,5r-22,-5v4,-45,98,-55,100,-2v0,21,-12,34,-38,39v15,4,27,13,28,31v4,55,-88,62,-105,20v-2,-5,-3,-9,-4,-14r23,-3v2,16,12,26,31,26v18,0,31,-9,31,-29","w":119},"\u00b4":{"d":"31,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0","w":119},"\u00b5":{"d":"133,-30v-14,27,-61,48,-85,20r-17,85r-31,0r51,-265r32,0r-25,138v-5,39,46,36,62,14v26,-37,27,-101,40,-152r32,0r-29,156v-1,12,10,15,20,11r-4,23v-25,9,-49,1,-46,-30","w":207},"\u00b6":{"d":"25,-184v-3,-79,89,-63,164,-64r0,18r-22,0r0,276r-20,0r0,-276r-38,0r0,276r-20,0r0,-168v-40,-1,-63,-22,-64,-62","w":193},"\u00b7":{"d":"29,-78r8,-39r34,0r-8,39r-34,0","w":100},"\u2219":{"d":"29,-78r8,-39r34,0r-8,39r-34,0","w":100},"\u00b8":{"d":"61,43v0,-13,-18,-15,-31,-12r17,-31r19,0r-10,17v16,1,28,8,28,24v0,34,-40,36,-72,32r4,-16v19,4,44,4,45,-14","w":119},"\u00b9":{"d":"11,-99r3,-19r37,0r21,-107r-40,24r4,-23v20,-9,31,-27,64,-24r-26,130r38,0r-4,19r-97,0","w":119},"\u00ba":{"d":"144,-199v-1,52,-23,85,-73,85v-38,0,-57,-23,-53,-64v4,-43,26,-74,73,-74v34,0,53,18,53,53xm119,-203v1,-21,-10,-30,-29,-30v-36,0,-44,32,-46,68v0,21,8,32,28,32v37,-1,45,-34,47,-70","w":131},"\u00bb":{"d":"112,-25r-27,0r1,-7r72,-64v-15,-24,-34,-43,-46,-69r28,0r47,65r-3,11xm29,-25r-28,0r1,-7r72,-64v-15,-24,-34,-43,-46,-69r28,0r46,65r-2,11"},"\u00bc":{"d":"253,-31r-7,31r-23,0r7,-31r-72,0r4,-20r85,-98r28,0r-19,98r22,0r-3,20r-22,0xm248,-126v-20,27,-41,49,-62,75r47,0xm75,0r-27,0r202,-248r27,0xm17,-99r3,-19r37,0r21,-107r-40,24r4,-23v20,-9,31,-27,64,-24r-26,130r38,0r-4,19r-97,0","w":300},"\u00bd":{"d":"66,0r-27,0r203,-248r27,0xm9,-99r3,-19r37,0r21,-107r-40,24r4,-23v20,-9,31,-27,64,-24r-26,130r38,0r-4,19r-97,0xm188,-110v2,-48,101,-59,101,-3v0,58,-70,56,-94,93r78,0r-3,20r-106,0v6,-65,89,-53,102,-111v-4,-33,-54,-24,-56,4","w":300},"\u00be":{"d":"253,-31r-7,31r-23,0r7,-31r-72,0r4,-20r85,-98r28,0r-19,98r22,0r-3,20r-22,0xm248,-126v-20,27,-41,49,-62,75r47,0xm75,0r-27,0r202,-248r27,0xm109,-144v0,-20,-19,-22,-39,-21r3,-19v25,1,46,-5,46,-28v0,-31,-51,-20,-54,5r-22,-5v4,-45,98,-55,100,-2v0,21,-12,34,-38,39v15,4,27,13,28,31v4,55,-88,62,-105,20v-2,-5,-3,-9,-4,-14r23,-3v2,16,12,26,31,26v18,0,31,-9,31,-29","w":300},"\u00bf":{"d":"183,-6v-14,40,-41,68,-96,67v-44,-1,-76,-21,-76,-63v0,-75,84,-66,102,-122r31,0v-7,66,-93,53,-100,119v2,25,20,37,46,38v34,0,57,-19,64,-46xm158,-190r-7,35r-34,0r7,-35r34,0","w":219},"\u00c0":{"d":"166,-269r-52,-38r1,-5r37,0v8,15,26,27,29,43r-15,0xm190,0r-14,-72r-112,0r-42,72r-37,0r149,-248r38,0r52,248r-34,0xm171,-99r-22,-123r-70,123r92,0","w":240},"\u00c1":{"d":"131,-269v11,-19,32,-27,46,-43r36,0r0,5r-62,38r-20,0xm190,0r-14,-72r-112,0r-42,72r-37,0r149,-248r38,0r52,248r-34,0xm171,-99r-22,-123r-70,123r92,0","w":240},"\u00c2":{"d":"179,-315v10,16,24,28,31,46v-28,3,-34,-16,-51,-24v-22,8,-33,26,-65,24v12,-20,34,-29,49,-46r36,0xm190,0r-14,-72r-112,0r-42,72r-37,0r149,-248r38,0r52,248r-34,0xm171,-99r-22,-123r-70,123r92,0","w":240},"\u00c3":{"d":"226,-316v-7,22,-15,47,-44,47v-28,0,-57,-46,-72,0r-18,0v9,-21,14,-49,44,-47v28,2,58,46,72,0r18,0xm190,0r-14,-72r-112,0r-42,72r-37,0r149,-248r38,0r52,248r-34,0xm171,-99r-22,-123r-70,123r92,0","w":240},"\u00c4":{"d":"174,-269r6,-32r31,0r-7,32r-30,0xm107,-269r6,-32r30,0r-6,32r-30,0xm190,0r-14,-72r-112,0r-42,72r-37,0r149,-248r38,0r52,248r-34,0xm171,-99r-22,-123r-70,123r92,0","w":240},"\u00c5":{"d":"151,-314v26,0,42,16,42,42v0,27,-18,40,-42,43v-25,-2,-41,-18,-43,-43v3,-24,16,-42,43,-42xm151,-248v13,0,23,-8,23,-24v0,-15,-8,-23,-23,-23v-15,-1,-24,9,-24,23v0,15,10,24,24,24xm187,0r-14,-72r-112,0r-42,72r-37,0r149,-248r38,0r52,248r-34,0xm168,-99r-22,-123r-70,123r92,0","w":240},"\u00c6":{"d":"152,0r14,-72r-96,0r-49,72r-35,0r168,-248r209,0r-5,28r-130,0r-15,79r119,0r-5,27r-120,0r-16,87r137,0r-6,27r-170,0xm195,-222v-36,-7,-40,22,-53,42r-54,81r83,0","w":360},"\u00c7":{"d":"125,-24v46,0,70,-25,89,-51r25,16v-25,35,-56,63,-116,63v-115,0,-128,-150,-63,-212v32,-50,158,-61,191,-5v5,7,9,14,11,22r-32,10v-9,-28,-33,-43,-69,-43v-74,0,-108,51,-108,125v0,46,24,75,72,75xm130,43v0,-13,-18,-15,-31,-12r17,-31r19,0r-10,17v16,1,28,8,28,24v0,34,-40,36,-72,32r4,-16v19,4,44,4,45,-14","w":259},"\u00c8":{"d":"165,-269r-52,-38r1,-5r36,0v9,15,26,27,30,43r-15,0xm11,0r48,-248r184,0r-5,28r-151,0r-15,79r140,0r-5,27r-140,0r-17,87r158,0r-5,27r-192,0","w":240},"\u00c9":{"d":"128,-269v11,-19,32,-27,46,-43r37,0r-1,5r-62,38r-20,0xm11,0r48,-248r184,0r-5,28r-151,0r-15,79r140,0r-5,27r-140,0r-17,87r158,0r-5,27r-192,0","w":240},"\u00ca":{"d":"181,-315v9,16,26,29,30,46v-28,3,-33,-17,-51,-24v-21,8,-33,27,-65,24v14,-18,34,-30,50,-46r36,0xm11,0r48,-248r184,0r-5,28r-151,0r-15,79r140,0r-5,27r-140,0r-17,87r158,0r-5,27r-192,0","w":240},"\u00cb":{"d":"172,-269r6,-32r30,0r-6,32r-30,0xm104,-269r6,-32r31,0r-6,32r-31,0xm11,0r48,-248r184,0r-5,28r-151,0r-15,79r140,0r-5,27r-140,0r-17,87r158,0r-5,27r-192,0","w":240},"\u00cc":{"d":"89,-269r-52,-38r1,-5r36,0v9,15,26,27,30,43r-15,0xm14,0r48,-248r34,0r-48,248r-34,0","w":100},"\u00cd":{"d":"64,-269v13,-17,32,-28,47,-43r36,0r-1,5r-62,38r-20,0xm14,0r48,-248r34,0r-48,248r-34,0","w":100},"\u00ce":{"d":"108,-315v9,16,27,29,31,46v-28,3,-34,-16,-51,-24v-21,8,-33,27,-65,24v12,-20,35,-29,50,-46r35,0xm14,0r48,-248r34,0r-48,248r-34,0","w":100},"\u00cf":{"d":"100,-269r7,-32r30,0r-6,32r-31,0xm33,-269r6,-32r31,0r-6,32r-31,0xm14,0r48,-248r34,0r-48,248r-34,0","w":100},"\u00d0":{"d":"252,-139v0,127,-106,148,-241,139r22,-114r-27,0r5,-27r27,0r21,-107v106,-7,193,8,193,109xm218,-139v0,-71,-54,-88,-130,-82r-16,80r71,0r-5,27r-71,0r-17,87v99,7,168,-20,168,-112","w":259},"\u00d1":{"d":"235,-316v-9,21,-14,47,-44,47v-23,0,-31,-20,-50,-23v-14,1,-18,12,-23,23r-18,0v9,-21,15,-46,44,-47v23,0,31,20,50,23v14,-1,18,-12,23,-23r18,0xm173,0r-93,-213r-39,213r-30,0r48,-248r37,0r94,214r40,-214r30,0r-48,248r-39,0","w":259},"\u00d2":{"d":"171,-269r-52,-38r1,-5r36,0v9,15,26,27,30,43r-15,0xm20,-101v0,-91,52,-143,145,-150v126,-9,127,168,53,223v-23,17,-55,32,-93,32v-68,0,-105,-37,-105,-105xm236,-134v5,-57,-18,-91,-73,-90v-77,1,-110,51,-110,125v0,49,23,75,73,75v72,-1,104,-45,110,-110","w":280},"\u00d3":{"d":"144,-269v11,-19,32,-27,46,-43r36,0r0,5r-62,38r-20,0xm20,-101v0,-91,52,-143,145,-150v126,-9,127,168,53,223v-23,17,-55,32,-93,32v-68,0,-105,-37,-105,-105xm236,-134v5,-57,-18,-91,-73,-90v-77,1,-110,51,-110,125v0,49,23,75,73,75v72,-1,104,-45,110,-110","w":280},"\u00d4":{"d":"191,-315v10,16,24,28,31,46v-28,3,-34,-16,-51,-24v-22,8,-34,26,-66,24v14,-18,34,-30,50,-46r36,0xm20,-101v0,-91,52,-143,145,-150v126,-9,127,168,53,223v-23,17,-55,32,-93,32v-68,0,-105,-37,-105,-105xm236,-134v5,-57,-18,-91,-73,-90v-77,1,-110,51,-110,125v0,49,23,75,73,75v72,-1,104,-45,110,-110","w":280},"\u00d5":{"d":"244,-316v-9,21,-14,47,-44,47v-23,0,-31,-20,-50,-23v-14,1,-18,12,-23,23r-18,0v8,-21,15,-47,44,-47v23,0,31,20,50,23v14,-1,18,-12,23,-23r18,0xm20,-101v0,-91,52,-143,145,-150v126,-9,127,168,53,223v-23,17,-55,32,-93,32v-68,0,-105,-37,-105,-105xm236,-134v5,-57,-18,-91,-73,-90v-77,1,-110,51,-110,125v0,49,23,75,73,75v72,-1,104,-45,110,-110","w":280},"\u00d6":{"d":"184,-269r6,-32r31,0r-6,32r-31,0xm117,-269r6,-32r31,0r-7,32r-30,0xm20,-101v0,-91,52,-143,145,-150v126,-9,127,168,53,223v-23,17,-55,32,-93,32v-68,0,-105,-37,-105,-105xm236,-134v5,-57,-18,-91,-73,-90v-77,1,-110,51,-110,125v0,49,23,75,73,75v72,-1,104,-45,110,-110","w":280},"\u00d7":{"d":"30,-58r62,-62r-61,-62r18,-18r61,62r62,-62r18,19r-61,61r62,62r-18,18r-62,-62r-63,62","w":210},"\u00d8":{"d":"163,-251v31,-1,54,8,71,22r29,-29r34,0r-47,46v11,16,18,36,18,62v-3,95,-53,150,-145,154v-30,1,-54,-8,-71,-22r-29,27r-33,0r46,-44v-12,-17,-19,-38,-18,-66v4,-92,52,-147,145,-150xm162,-224v-89,-3,-125,84,-103,166r153,-150v-13,-11,-29,-16,-50,-16xm124,-24v89,0,126,-83,103,-165r-153,149v12,10,28,16,50,16","w":280},"\u00d9":{"d":"173,-269r-52,-38r1,-5r36,0v9,15,26,27,30,43r-15,0xm62,-99v-23,68,61,99,108,59v47,-40,38,-139,58,-208r34,0v-28,104,-9,252,-147,252v-66,0,-97,-47,-84,-116r26,-136r34,0","w":259},"\u00da":{"d":"136,-269v13,-17,32,-28,47,-43r36,0r-1,5r-62,38r-20,0xm62,-99v-23,68,61,99,108,59v47,-40,38,-139,58,-208r34,0v-28,104,-9,252,-147,252v-66,0,-97,-47,-84,-116r26,-136r34,0","w":259},"\u00db":{"d":"188,-315v9,16,27,29,31,46v-28,3,-34,-16,-51,-24v-21,8,-33,27,-65,24v12,-20,35,-29,50,-46r35,0xm62,-99v-23,68,61,99,108,59v47,-40,38,-139,58,-208r34,0v-28,104,-9,252,-147,252v-66,0,-97,-47,-84,-116r26,-136r34,0","w":259},"\u00dc":{"d":"179,-269r6,-32r31,0r-7,32r-30,0xm111,-269r7,-32r30,0r-6,32r-31,0xm62,-99v-23,68,61,99,108,59v47,-40,38,-139,58,-208r34,0v-28,104,-9,252,-147,252v-66,0,-97,-47,-84,-116r26,-136r34,0","w":259},"\u00dd":{"d":"123,-269v13,-17,32,-28,47,-43r36,0r-1,5r-62,38r-20,0xm138,-103r-20,103r-33,0r20,-103r-68,-145r35,0r54,119r98,-119r38,0","w":240},"\u00de":{"d":"224,-135v0,85,-86,86,-175,83r-10,52r-34,0r48,-248r34,0r-9,45v74,-3,146,-2,146,68xm190,-133v0,-54,-64,-42,-116,-43r-19,97v63,0,135,10,135,-54","w":240},"\u00df":{"d":"171,-208v2,-35,-59,-34,-77,-15v-11,11,-19,25,-22,44r-34,179r-32,0r35,-181v11,-52,35,-76,93,-80v63,-5,90,65,41,96v-11,7,-25,13,-27,28v7,35,49,39,49,83v0,62,-74,69,-124,49r10,-25v25,14,85,18,83,-24v-2,-40,-47,-38,-48,-79v-1,-44,51,-36,53,-75","w":219},"\u00e0":{"d":"166,-48v-4,18,1,34,23,27r-3,20v-29,8,-62,0,-52,-35r-2,0v-15,22,-32,40,-68,40v-33,0,-55,-20,-55,-53v0,-68,71,-67,138,-67v10,-26,0,-56,-31,-54v-26,1,-42,9,-47,31r-32,-5v8,-67,160,-71,144,15v-5,28,-9,54,-15,81xm43,-50v3,52,80,24,89,-6v7,-12,7,-24,11,-38v-47,1,-103,-4,-100,44xm132,-211r-49,-49r1,-5r36,0v9,19,22,33,28,54r-16,0"},"\u00e1":{"d":"166,-48v-4,18,1,34,23,27r-3,20v-29,8,-62,0,-52,-35r-2,0v-15,22,-32,40,-68,40v-33,0,-55,-20,-55,-53v0,-68,71,-67,138,-67v10,-26,0,-56,-31,-54v-26,1,-42,9,-47,31r-32,-5v8,-67,160,-71,144,15v-5,28,-9,54,-15,81xm43,-50v3,52,80,24,89,-6v7,-12,7,-24,11,-38v-47,1,-103,-4,-100,44xm95,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0"},"\u00e2":{"d":"147,-262v8,17,26,32,29,51v-29,2,-32,-20,-49,-30v-22,10,-32,33,-67,30v13,-21,35,-33,51,-51r36,0xm166,-48v-4,18,1,34,23,27r-3,20v-29,8,-62,0,-52,-35r-2,0v-15,22,-32,40,-68,40v-33,0,-55,-20,-55,-53v0,-68,71,-67,138,-67v10,-26,0,-56,-31,-54v-26,1,-42,9,-47,31r-32,-5v8,-67,160,-71,144,15v-5,28,-9,54,-15,81xm43,-50v3,52,80,24,89,-6v7,-12,7,-24,11,-38v-47,1,-103,-4,-100,44"},"\u00e3":{"d":"192,-258v-7,23,-16,46,-44,47v-22,0,-29,-19,-49,-21v-15,-1,-22,9,-25,21r-16,0v8,-21,14,-48,44,-47v21,1,31,17,49,21v14,0,22,-9,25,-21r16,0xm166,-48v-4,18,1,34,23,27r-3,20v-29,8,-62,0,-52,-35r-2,0v-15,22,-32,40,-68,40v-33,0,-55,-20,-55,-53v0,-68,71,-67,138,-67v10,-26,0,-56,-31,-54v-26,1,-42,9,-47,31r-32,-5v8,-67,160,-71,144,15v-5,28,-9,54,-15,81xm43,-50v3,52,80,24,89,-6v7,-12,7,-24,11,-38v-47,1,-103,-4,-100,44"},"\u00e4":{"d":"166,-48v-4,18,1,34,23,27r-3,20v-29,8,-62,0,-52,-35r-2,0v-15,22,-32,40,-68,40v-33,0,-55,-20,-55,-53v0,-68,71,-67,138,-67v10,-26,0,-56,-31,-54v-26,1,-42,9,-47,31r-32,-5v8,-67,160,-71,144,15v-5,28,-9,54,-15,81xm43,-50v3,52,80,24,89,-6v7,-12,7,-24,11,-38v-47,1,-103,-4,-100,44xm139,-214r6,-33r30,0r-6,33r-30,0xm71,-214r6,-33r31,0r-6,33r-31,0"},"\u00e5":{"d":"129,-290v26,0,42,16,42,42v0,27,-18,40,-42,43v-25,-2,-41,-18,-43,-43v3,-24,16,-42,43,-42xm129,-224v14,0,24,-9,23,-24v0,-15,-8,-23,-23,-23v-15,-1,-24,9,-24,23v0,14,10,24,24,24xm166,-48v-4,18,1,34,23,27r-3,20v-29,8,-62,0,-52,-35r-2,0v-15,22,-32,40,-68,40v-33,0,-55,-20,-55,-53v0,-68,71,-67,138,-67v10,-26,0,-56,-31,-54v-26,1,-42,9,-47,31r-32,-5v8,-67,160,-71,144,15v-5,28,-9,54,-15,81xm43,-50v3,52,80,24,89,-6v7,-12,7,-24,11,-38v-47,1,-103,-4,-100,44"},"\u00e6":{"d":"34,-144v7,-55,114,-67,140,-22v46,-59,164,-17,129,78r-129,0v-7,36,5,69,41,68v25,-1,39,-15,48,-32r24,11v-14,26,-35,45,-76,45v-36,-1,-58,-19,-66,-48v-18,27,-42,48,-84,48v-33,0,-55,-19,-55,-53v0,-69,73,-66,141,-67v10,-27,0,-56,-33,-54v-27,1,-42,10,-49,31xm39,-50v-1,42,62,30,80,10v13,-14,21,-31,24,-54v-46,3,-104,-5,-104,44xm275,-113v15,-63,-65,-75,-87,-28v-4,7,-8,17,-10,28r97,0","w":320},"\u00e7":{"d":"44,-68v0,29,11,47,38,47v30,0,42,-19,51,-41r28,9v-13,32,-35,57,-79,57v-51,0,-72,-33,-70,-89v3,-77,74,-140,146,-93v12,8,15,23,18,40r-31,5v-1,-22,-13,-36,-36,-36v-52,0,-65,49,-65,101xm85,43v0,-13,-18,-15,-31,-12r17,-31r19,0r-10,17v16,1,28,8,28,24v0,34,-40,36,-72,32r4,-16v19,4,44,4,45,-14","w":180},"\u00e8":{"d":"111,-194v62,-3,86,47,72,106r-138,0v-7,38,6,69,45,68v27,-1,43,-14,53,-32r24,11v-15,26,-38,45,-80,45v-49,-1,-75,-27,-75,-75v0,-70,32,-119,99,-123xm155,-113v14,-66,-71,-72,-95,-28v-4,8,-8,17,-11,28r106,0xm124,-211r-49,-49r1,-5r36,0v9,19,22,33,28,54r-16,0"},"\u00e9":{"d":"111,-194v62,-3,86,47,72,106r-138,0v-7,38,6,69,45,68v27,-1,43,-14,53,-32r24,11v-15,26,-38,45,-80,45v-49,-1,-75,-27,-75,-75v0,-70,32,-119,99,-123xm155,-113v14,-66,-71,-72,-95,-28v-4,8,-8,17,-11,28r106,0xm94,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0"},"\u00ea":{"d":"146,-262v8,17,26,32,29,51v-29,2,-32,-20,-49,-30v-22,10,-32,32,-67,30v13,-21,35,-33,51,-51r36,0xm111,-194v62,-3,86,47,72,106r-138,0v-7,38,6,69,45,68v27,-1,43,-14,53,-32r24,11v-15,26,-38,45,-80,45v-49,-1,-75,-27,-75,-75v0,-70,32,-119,99,-123xm155,-113v14,-66,-71,-72,-95,-28v-4,8,-8,17,-11,28r106,0"},"\u00eb":{"d":"111,-194v62,-3,86,47,72,106r-138,0v-7,38,6,69,45,68v27,-1,43,-14,53,-32r24,11v-15,26,-38,45,-80,45v-49,-1,-75,-27,-75,-75v0,-70,32,-119,99,-123xm155,-113v14,-66,-71,-72,-95,-28v-4,8,-8,17,-11,28r106,0xm134,-214r6,-33r30,0r-6,33r-30,0xm66,-214r6,-33r31,0r-6,33r-31,0"},"\u00ec":{"d":"16,0r37,-190r31,0r-37,190r-31,0xm71,-211r-49,-49r1,-5r36,0v9,19,22,33,28,54r-16,0","w":100},"\u00ed":{"d":"16,0r37,-190r31,0r-37,190r-31,0xm46,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0","w":100},"\u00ee":{"d":"97,-262v8,17,26,32,29,51v-29,3,-31,-21,-49,-30v-22,10,-32,33,-67,30v13,-21,35,-33,51,-51r36,0xm16,0r37,-190r31,0r-37,190r-31,0","w":100},"\u00ef":{"d":"16,0r37,-190r31,0r-37,190r-31,0xm91,-214r6,-33r30,0r-6,33r-30,0xm23,-214r6,-33r31,0r-6,33r-31,0","w":100},"\u00f0":{"d":"12,-71v-6,-80,80,-129,140,-83v-4,-26,-15,-49,-29,-66r-48,20r3,-21r32,-12v-12,-11,-21,-19,-34,-28v28,-3,46,5,58,18r46,-18r-3,19r-30,12v59,55,56,240,-61,233v-47,-3,-70,-28,-74,-74xm150,-102v4,-30,-16,-47,-44,-47v-46,0,-62,36,-62,81v0,29,14,47,43,47v48,0,57,-38,63,-81"},"\u00f1":{"d":"192,-258v-6,23,-16,46,-44,47v-22,0,-29,-20,-49,-21v-15,-1,-22,9,-25,21r-16,0v8,-21,14,-48,44,-47v22,0,31,18,50,21v13,-1,20,-9,24,-21r16,0xm67,-158v22,-48,132,-52,116,29r-25,129r-32,0r25,-140v3,-38,-53,-32,-70,-12v-29,35,-30,100,-43,152r-32,0r36,-190r30,0"},"\u00f2":{"d":"31,-147v31,-64,166,-65,159,27v-6,71,-31,121,-103,124v-77,4,-85,-92,-56,-151xm89,-20v53,0,68,-48,68,-100v0,-31,-11,-51,-44,-50v-52,1,-68,46,-68,97v0,32,13,53,44,53xm126,-211r-49,-49r1,-5r36,0v9,19,22,33,28,54r-16,0"},"\u00f3":{"d":"31,-147v31,-64,166,-65,159,27v-6,71,-31,121,-103,124v-77,4,-85,-92,-56,-151xm89,-20v53,0,68,-48,68,-100v0,-31,-11,-51,-44,-50v-52,1,-68,46,-68,97v0,32,13,53,44,53xm94,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0"},"\u00f4":{"d":"147,-262v9,18,24,30,30,51v-30,3,-32,-21,-50,-30v-22,10,-32,33,-67,30v13,-21,35,-33,51,-51r36,0xm31,-147v31,-64,166,-65,159,27v-6,71,-31,121,-103,124v-77,4,-85,-92,-56,-151xm89,-20v53,0,68,-48,68,-100v0,-31,-11,-51,-44,-50v-52,1,-68,46,-68,97v0,32,13,53,44,53"},"\u00f5":{"d":"187,-258v-8,21,-15,46,-44,47v-22,0,-29,-19,-49,-21v-15,-1,-22,9,-25,21r-16,0v8,-21,14,-48,44,-47v21,1,31,17,49,21v14,0,22,-9,25,-21r16,0xm31,-147v31,-64,166,-65,159,27v-6,71,-31,121,-103,124v-77,4,-85,-92,-56,-151xm89,-20v53,0,68,-48,68,-100v0,-31,-11,-51,-44,-50v-52,1,-68,46,-68,97v0,32,13,53,44,53"},"\u00f6":{"d":"31,-147v31,-64,166,-65,159,27v-6,71,-31,121,-103,124v-77,4,-85,-92,-56,-151xm89,-20v53,0,68,-48,68,-100v0,-31,-11,-51,-44,-50v-52,1,-68,46,-68,97v0,32,13,53,44,53xm136,-214r6,-33r30,0r-6,33r-30,0xm68,-214r6,-33r31,0r-6,33r-31,0"},"\u00f7":{"d":"87,-168r0,-33r30,0r0,33r-30,0xm14,-107r0,-26r175,0r0,26r-175,0xm87,-39r0,-32r30,0r0,32r-30,0","w":197},"\u00f8":{"d":"51,-10r-14,17r-29,0r27,-32v-33,-70,1,-169,88,-169v19,0,35,4,47,12r12,-14r30,0r-26,30v48,94,-41,210,-135,156xm123,-170v-58,-1,-74,63,-66,119r95,-110v-7,-5,-16,-10,-29,-9xm98,-21v60,1,71,-61,66,-120r-95,111v7,5,16,10,29,9","w":219},"\u00f9":{"d":"67,3v-93,-2,-31,-127,-26,-193r32,0r-25,140v-3,39,53,32,70,12v30,-34,30,-101,43,-152r32,0r-36,190r-30,0v1,-10,6,-24,4,-33v-14,20,-29,37,-64,36xm129,-211r-49,-49r1,-5r36,0v9,19,22,33,28,54r-16,0"},"\u00fa":{"d":"67,3v-93,-2,-31,-127,-26,-193r32,0r-25,140v-3,39,53,32,70,12v30,-34,30,-101,43,-152r32,0r-36,190r-30,0v1,-10,6,-24,4,-33v-14,20,-29,37,-64,36xm95,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0"},"\u00fb":{"d":"149,-262v9,18,24,30,30,51v-29,2,-32,-20,-49,-30v-22,10,-32,32,-67,30r0,-4r51,-47r35,0xm67,3v-93,-2,-31,-127,-26,-193r32,0r-25,140v-3,39,53,32,70,12v30,-34,30,-101,43,-152r32,0r-36,190r-30,0v1,-10,6,-24,4,-33v-14,20,-29,37,-64,36"},"\u00fc":{"d":"67,3v-93,-2,-31,-127,-26,-193r32,0r-25,140v-3,39,53,32,70,12v30,-34,30,-101,43,-152r32,0r-36,190r-30,0v1,-10,6,-24,4,-33v-14,20,-29,37,-64,36xm140,-214r6,-33r30,0r-6,33r-30,0xm72,-214r6,-33r31,0r-6,33r-31,0"},"\u00fd":{"d":"198,-190r-129,220v-16,28,-44,53,-89,42v4,-11,-1,-27,19,-22v33,-1,43,-29,59,-52r-38,-188r32,0r27,156r84,-156r35,0xm89,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0","w":180},"\u00fe":{"d":"67,-162v32,-53,139,-36,121,50v-13,61,-25,114,-91,116v-29,0,-45,-15,-55,-35r-20,106r-31,0r65,-336r32,0xm156,-126v0,-26,-10,-43,-35,-43v-54,0,-67,50,-69,103v-1,29,14,45,42,46v53,0,62,-58,62,-106"},"\u00ff":{"d":"198,-190r-129,220v-16,28,-44,53,-89,42v4,-11,-1,-27,19,-22v33,-1,43,-29,59,-52r-38,-188r32,0r27,156r84,-156r35,0xm130,-214r6,-33r30,0r-6,33r-30,0xm62,-214r6,-33r31,0r-6,33r-31,0","w":180},"\u0100":{"d":"198,-276r-97,0r5,-22r97,0xm187,0r-14,-72r-112,0r-42,72r-37,0r149,-248r38,0r52,248r-34,0xm168,-99r-22,-123r-70,123r92,0","w":240},"\u0101":{"d":"169,-217r-97,0r4,-23r97,0xm165,-48v-4,18,1,34,23,27r-3,20v-29,8,-62,0,-52,-35r-2,0v-15,22,-32,40,-68,40v-33,0,-55,-20,-55,-53v0,-68,71,-67,138,-67v10,-26,0,-56,-31,-54v-26,1,-42,9,-47,31r-32,-5v8,-67,160,-71,144,15v-5,28,-9,54,-15,81xm42,-50v3,52,80,24,89,-6v7,-12,7,-24,11,-38v-47,1,-103,-4,-100,44"},"\u0102":{"d":"218,-311v-9,49,-114,65,-117,0r20,0v5,31,68,23,76,0r21,0xm187,0r-14,-72r-112,0r-42,72r-37,0r149,-248r38,0r52,248r-34,0xm168,-99r-22,-123r-70,123r92,0","w":240},"\u0103":{"d":"186,-265v-5,50,-94,78,-113,20v-2,-7,-4,-13,-4,-20r20,0v2,40,69,35,76,0r21,0xm165,-48v-4,18,1,34,23,27r-3,20v-29,8,-62,0,-52,-35r-2,0v-15,22,-32,40,-68,40v-33,0,-55,-20,-55,-53v0,-68,71,-67,138,-67v10,-26,0,-56,-31,-54v-26,1,-42,9,-47,31r-32,-5v8,-67,160,-71,144,15v-5,28,-9,54,-15,81xm42,-50v3,52,80,24,89,-6v7,-12,7,-24,11,-38v-47,1,-103,-4,-100,44"},"\u0104":{"d":"176,41v-1,17,20,17,34,11r-3,18v-21,11,-59,5,-56,-24v3,-31,22,-49,59,-46v-16,8,-32,20,-34,41xm187,0r-14,-72r-112,0r-42,72r-37,0r149,-248r38,0r52,248r-34,0xm168,-99r-22,-123r-70,123r92,0","w":240},"\u0105":{"d":"135,40v-1,16,21,16,34,10r-3,19v-23,9,-58,3,-56,-25v3,-31,22,-49,59,-46v-15,9,-33,20,-34,42xm165,-48v-4,18,1,34,23,27r-3,20v-29,8,-62,0,-52,-35r-2,0v-15,22,-32,40,-68,40v-33,0,-55,-20,-55,-53v0,-68,71,-67,138,-67v10,-26,0,-56,-31,-54v-26,1,-42,9,-47,31r-32,-5v8,-67,160,-71,144,15v-5,28,-9,54,-15,81xm42,-50v3,52,80,24,89,-6v7,-12,7,-24,11,-38v-47,1,-103,-4,-100,44"},"\u0106":{"d":"152,-269v11,-19,32,-27,46,-43r36,0r0,5r-62,38r-20,0xm125,-24v46,0,70,-25,89,-51r25,16v-25,35,-56,63,-116,63v-115,0,-128,-150,-63,-212v32,-50,158,-61,191,-5v5,7,9,14,11,22r-32,10v-9,-28,-33,-43,-69,-43v-74,0,-108,51,-108,125v0,46,24,75,72,75","w":259},"\u0107":{"d":"44,-68v0,29,11,47,38,47v30,0,42,-19,51,-41r28,9v-13,32,-35,57,-79,57v-51,0,-72,-33,-70,-89v3,-77,74,-140,146,-93v12,8,15,23,18,40r-31,5v-1,-22,-13,-36,-36,-36v-52,0,-65,49,-65,101xm94,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0","w":180},"\u0108":{"d":"195,-315v9,16,27,29,31,46v-28,3,-34,-16,-51,-24v-21,8,-33,27,-65,24v12,-20,35,-29,50,-46r35,0xm125,-24v46,0,70,-25,89,-51r25,16v-25,35,-56,63,-116,63v-115,0,-128,-150,-63,-212v32,-50,158,-61,191,-5v5,7,9,14,11,22r-32,10v-9,-28,-33,-43,-69,-43v-74,0,-108,51,-108,125v0,46,24,75,72,75","w":259},"\u0109":{"d":"140,-262v9,17,27,32,30,51v-29,2,-32,-20,-49,-30v-22,10,-32,32,-67,30r0,-4r51,-47r35,0xm44,-68v0,29,11,47,38,47v30,0,42,-19,51,-41r28,9v-13,32,-35,57,-79,57v-51,0,-72,-33,-70,-89v3,-77,74,-140,146,-93v12,8,15,23,18,40r-31,5v-1,-22,-13,-36,-36,-36v-52,0,-65,49,-65,101","w":180},"\u010a":{"d":"152,-269r6,-30r32,0r-6,30r-32,0xm125,-24v46,0,70,-25,89,-51r25,16v-25,35,-56,63,-116,63v-115,0,-128,-150,-63,-212v32,-50,158,-61,191,-5v5,7,9,14,11,22r-32,10v-9,-28,-33,-43,-69,-43v-74,0,-108,51,-108,125v0,46,24,75,72,75","w":259},"\u010b":{"d":"104,-231r6,-30r31,0r-6,30r-31,0xm44,-68v0,29,11,47,38,47v30,0,42,-19,51,-41r28,9v-13,32,-35,57,-79,57v-51,0,-72,-33,-70,-89v3,-77,74,-140,146,-93v12,8,15,23,18,40r-31,5v-1,-22,-13,-36,-36,-36v-52,0,-65,49,-65,101","w":180},"\u010c":{"d":"186,-269r-36,0r-33,-42v16,-15,38,14,53,21v21,-9,32,-28,64,-25v-12,20,-33,30,-48,46xm125,-24v46,0,70,-25,89,-51r25,16v-25,35,-56,63,-116,63v-115,0,-128,-150,-63,-212v32,-50,158,-61,191,-5v5,7,9,14,11,22r-32,10v-9,-28,-33,-43,-69,-43v-74,0,-108,51,-108,125v0,46,24,75,72,75","w":259},"\u010d":{"d":"129,-211r-36,0v-10,-18,-24,-31,-31,-51v31,-3,34,21,53,30v21,-10,30,-33,64,-30v-14,20,-34,33,-50,51xm44,-68v0,29,11,47,38,47v30,0,42,-19,51,-41r28,9v-13,32,-35,57,-79,57v-51,0,-72,-33,-70,-89v3,-77,74,-140,146,-93v12,8,15,23,18,40r-31,5v-1,-22,-13,-36,-36,-36v-52,0,-65,49,-65,101","w":180},"\u010e":{"d":"165,-269r-35,0v-10,-16,-26,-26,-33,-46v28,-2,35,17,53,25v21,-9,31,-28,64,-25v-12,20,-34,30,-49,46xm248,-139v-1,125,-104,148,-237,139r48,-248v105,-6,190,8,189,109xm214,-139v1,-70,-52,-87,-126,-82r-38,194v98,7,163,-21,164,-112","w":259},"\u010f":{"d":"260,-261v-5,26,-10,49,-27,63r-20,0v10,-9,20,-21,23,-34r-16,0r6,-29r34,0xm133,-28v-30,54,-138,36,-120,-49v13,-62,24,-115,90,-117v29,-1,46,15,56,35r19,-102r32,0r-50,261r-30,0xm45,-64v-2,27,10,43,35,43v54,-1,69,-50,69,-103v0,-29,-15,-46,-42,-46v-53,-1,-58,58,-62,106","w":225},"\u0110":{"d":"252,-139v0,127,-106,148,-241,139r22,-114r-27,0r5,-27r27,0r21,-107v106,-7,193,8,193,109xm218,-139v0,-71,-54,-88,-130,-82r-16,80r71,0r-5,27r-71,0r-17,87v99,7,168,-20,168,-112","w":259},"\u0111":{"d":"45,-64v-2,27,10,43,35,43v54,-1,69,-50,69,-103v0,-29,-15,-46,-42,-46v-53,-1,-58,58,-62,106xm133,-28v-30,54,-138,36,-120,-49v13,-62,24,-115,90,-117v29,-1,46,15,56,35r10,-53r-53,0r4,-23r53,0r5,-26r32,0r-5,26r23,0r-4,23r-24,0r-40,212r-30,0"},"\u0112":{"d":"204,-276r-97,0r4,-22r97,0xm11,0r48,-248r184,0r-5,28r-151,0r-15,79r140,0r-5,27r-140,0r-17,87r158,0r-5,27r-192,0","w":240},"\u0113":{"d":"167,-217r-97,0r5,-23r97,0xm111,-194v62,-3,86,47,72,106r-138,0v-7,38,6,69,45,68v27,-1,43,-14,53,-32r24,11v-15,26,-38,45,-80,45v-49,-1,-75,-27,-75,-75v0,-70,32,-119,99,-123xm155,-113v14,-66,-71,-72,-95,-28v-4,8,-8,17,-11,28r106,0"},"\u0114":{"d":"214,-311v-9,48,-114,66,-117,0r20,0v5,31,68,23,76,0r21,0xm11,0r48,-248r184,0r-5,28r-151,0r-15,79r140,0r-5,27r-140,0r-17,87r158,0r-5,27r-192,0","w":240},"\u0115":{"d":"188,-265v-7,58,-117,79,-117,0r20,0v2,41,68,34,76,0r21,0xm111,-194v62,-3,86,47,72,106r-138,0v-7,38,6,69,45,68v27,-1,43,-14,53,-32r24,11v-15,26,-38,45,-80,45v-49,-1,-75,-27,-75,-75v0,-70,32,-119,99,-123xm155,-113v14,-66,-71,-72,-95,-28v-4,8,-8,17,-11,28r106,0"},"\u0116":{"d":"137,-269r6,-30r32,0r-6,30r-32,0xm11,0r48,-248r184,0r-5,28r-151,0r-15,79r140,0r-5,27r-140,0r-17,87r158,0r-5,27r-192,0","w":240},"\u0117":{"d":"106,-231r6,-30r32,0r-6,30r-32,0xm111,-194v62,-3,86,47,72,106r-138,0v-7,38,6,69,45,68v27,-1,43,-14,53,-32r24,11v-15,26,-38,45,-80,45v-49,-1,-75,-27,-75,-75v0,-70,32,-119,99,-123xm155,-113v14,-66,-71,-72,-95,-28v-4,8,-8,17,-11,28r106,0"},"\u0118":{"d":"145,41v-1,17,20,17,34,11r-3,18v-21,11,-59,5,-56,-24v3,-31,22,-49,59,-46v-15,9,-32,20,-34,41xm11,0r48,-248r184,0r-5,28r-151,0r-15,79r140,0r-5,27r-140,0r-17,87r158,0r-5,27r-192,0","w":240},"\u0119":{"d":"93,38v-1,16,21,16,34,10r-3,19v-23,10,-59,5,-56,-25v3,-31,23,-48,59,-46v-15,9,-33,20,-34,42xm111,-194v62,-3,86,47,72,106r-138,0v-7,38,6,69,45,68v27,-1,43,-14,53,-32r24,11v-15,26,-38,45,-80,45v-49,-1,-75,-27,-75,-75v0,-70,32,-119,99,-123xm155,-113v14,-66,-71,-72,-95,-28v-4,8,-8,17,-11,28r106,0"},"\u011a":{"d":"173,-269r-36,0r-33,-42v0,-7,11,-3,17,-4r37,25v21,-9,31,-28,63,-25r0,4xm11,0r48,-248r184,0r-5,28r-151,0r-15,79r140,0r-5,27r-140,0r-17,87r158,0r-5,27r-192,0","w":240},"\u011b":{"d":"137,-211r-36,0v-9,-17,-27,-33,-31,-51v30,-2,35,20,52,30v21,-10,30,-33,64,-30v-14,20,-33,33,-49,51xm111,-194v62,-3,86,47,72,106r-138,0v-7,38,6,69,45,68v27,-1,43,-14,53,-32r24,11v-15,26,-38,45,-80,45v-49,-1,-75,-27,-75,-75v0,-70,32,-119,99,-123xm155,-113v14,-66,-71,-72,-95,-28v-4,8,-8,17,-11,28r106,0"},"\u011c":{"d":"196,-315v9,16,26,29,30,46v-28,3,-33,-17,-51,-24v-21,8,-33,27,-65,24v14,-18,34,-30,50,-46r36,0xm52,-101v-6,87,114,94,164,50r9,-45r-74,0r6,-28r105,0r-18,87v-27,25,-63,41,-114,41v-70,0,-112,-35,-112,-105v0,-106,78,-167,188,-146v30,6,48,27,59,54r-34,9v-10,-26,-31,-41,-67,-40v-75,1,-107,50,-112,123","w":280},"\u011d":{"d":"142,-262v9,18,24,30,30,51v-30,3,-32,-21,-50,-30v-22,10,-32,33,-67,30v13,-21,35,-33,51,-51r36,0xm103,-194v29,0,47,14,56,36v2,-11,5,-23,8,-32r30,0r-37,185v-3,66,-78,102,-139,67v-12,-7,-17,-17,-20,-32r28,-7v7,42,83,31,92,-3v4,-16,9,-37,13,-55v-13,20,-29,36,-62,36v-40,0,-60,-25,-60,-64v0,-71,23,-131,91,-131xm107,-170v-53,0,-58,54,-61,104v-2,27,10,44,36,44v49,0,65,-50,67,-102v1,-29,-15,-46,-42,-46"},"\u011e":{"d":"233,-311v-8,49,-115,65,-117,0r20,0v5,31,68,23,76,0r21,0xm52,-101v-6,87,114,94,164,50r9,-45r-74,0r6,-28r105,0r-18,87v-27,25,-63,41,-114,41v-70,0,-112,-35,-112,-105v0,-106,78,-167,188,-146v30,6,48,27,59,54r-34,9v-10,-26,-31,-41,-67,-40v-75,1,-107,50,-112,123","w":280},"\u011f":{"d":"184,-265v-7,58,-117,79,-117,0r20,0v2,41,68,34,76,0r21,0xm103,-194v29,0,47,14,56,36v2,-11,5,-23,8,-32r30,0r-37,185v-3,66,-78,102,-139,67v-12,-7,-17,-17,-20,-32r28,-7v7,42,83,31,92,-3v4,-16,9,-37,13,-55v-13,20,-29,36,-62,36v-40,0,-60,-25,-60,-64v0,-71,23,-131,91,-131xm107,-170v-53,0,-58,54,-61,104v-2,27,10,44,36,44v49,0,65,-50,67,-102v1,-29,-15,-46,-42,-46"},"\u0120":{"d":"153,-269r6,-30r31,0r-6,30r-31,0xm52,-101v-6,87,114,94,164,50r9,-45r-74,0r6,-28r105,0r-18,87v-27,25,-63,41,-114,41v-70,0,-112,-35,-112,-105v0,-106,78,-167,188,-146v30,6,48,27,59,54r-34,9v-10,-26,-31,-41,-67,-40v-75,1,-107,50,-112,123","w":280},"\u0121":{"d":"110,-231r5,-30r32,0r-6,30r-31,0xm103,-194v29,0,47,14,56,36v2,-11,5,-23,8,-32r30,0r-37,185v-3,66,-78,102,-139,67v-12,-7,-17,-17,-20,-32r28,-7v7,42,83,31,92,-3v4,-16,9,-37,13,-55v-13,20,-29,36,-62,36v-40,0,-60,-25,-60,-64v0,-71,23,-131,91,-131xm107,-170v-53,0,-58,54,-61,104v-2,27,10,44,36,44v49,0,65,-50,67,-102v1,-29,-15,-46,-42,-46"},"\u0122":{"d":"149,17v-5,26,-11,48,-27,63r-21,0v10,-9,20,-19,23,-33r-15,0r6,-30r34,0xm52,-101v-6,87,114,94,164,50r9,-45r-74,0r6,-28r105,0r-18,87v-27,25,-63,41,-114,41v-70,0,-112,-35,-112,-105v0,-106,78,-167,188,-146v30,6,48,27,59,54r-34,9v-10,-26,-31,-41,-67,-40v-75,1,-107,50,-112,123","w":280},"\u0123":{"d":"102,-213v3,-28,11,-49,27,-63r20,0v-10,9,-20,21,-23,34r16,0r-6,29r-34,0xm103,-194v29,0,47,14,56,36v2,-11,5,-23,8,-32r30,0r-37,185v-3,66,-78,102,-139,67v-12,-7,-17,-17,-20,-32r28,-7v7,42,83,31,92,-3v4,-16,9,-37,13,-55v-13,20,-29,36,-62,36v-40,0,-60,-25,-60,-64v0,-71,23,-131,91,-131xm107,-170v-53,0,-58,54,-61,104v-2,27,10,44,36,44v49,0,65,-50,67,-102v1,-29,-15,-46,-42,-46"},"\u0124":{"d":"190,-315v9,16,26,29,30,46v-27,2,-33,-16,-50,-24v-22,8,-34,26,-66,24v14,-18,34,-30,50,-46r36,0xm179,0r23,-115r-135,0r-22,115r-34,0r48,-248r34,0r-21,105r135,0r21,-105r32,0r-48,248r-33,0","w":259},"\u0125":{"d":"167,-329v9,16,26,29,30,46v-27,2,-33,-16,-50,-24v-22,8,-34,26,-66,24v14,-18,34,-30,50,-46r36,0xm67,-158v15,-20,31,-36,64,-36v94,0,33,127,27,194r-32,0r25,-140v3,-38,-53,-32,-70,-12v-29,35,-30,101,-44,152r-31,0r51,-261r31,0"},"\u0126":{"d":"179,0r22,-115r-134,0r-23,115r-33,0r35,-180r-27,0r5,-27r27,0r8,-41r33,0r-7,41r135,0r7,-41r33,0r-8,41r27,0r-5,27r-27,0r-35,180r-33,0xm207,-143r7,-37r-135,0r-7,37r135,0","w":259},"\u0127":{"d":"147,-106v21,-51,-37,-74,-68,-39v-29,33,-29,97,-42,145r-31,0r41,-212r-23,0r4,-23r24,0r5,-26r31,0r-5,26r53,0r-4,23r-53,0r-13,61v20,-50,130,-51,115,29r-23,122r-32,0"},"\u0128":{"d":"156,-316v-9,21,-14,47,-44,47v-23,0,-30,-20,-49,-23v-15,1,-19,12,-24,23r-17,0v7,-22,15,-47,44,-47v23,0,30,20,49,23v14,-1,19,-12,23,-23r18,0xm14,0r48,-248r34,0r-48,248r-34,0","w":100},"\u0129":{"d":"142,-258v-8,21,-15,46,-44,47v-22,0,-30,-19,-50,-21v-14,0,-21,10,-25,21r-16,0v8,-21,15,-47,45,-47v22,0,31,18,49,21v13,-1,21,-10,25,-21r16,0xm16,0r37,-190r31,0r-37,190r-31,0","w":100},"\u012a":{"d":"131,-276r-97,0r5,-22r96,0xm14,0r48,-248r34,0r-48,248r-34,0","w":100},"\u012b":{"d":"121,-217r-97,0r4,-23r97,0xm16,0r37,-190r31,0r-37,190r-31,0","w":100},"\u012c":{"d":"146,-311v-8,49,-114,65,-116,0r20,0v5,31,68,23,76,0r20,0xm14,0r48,-248r34,0r-48,248r-34,0","w":100},"\u012d":{"d":"138,-265v-7,58,-117,78,-117,0r20,0v2,41,68,34,76,0r21,0xm16,0r37,-190r31,0r-37,190r-31,0","w":100},"\u012e":{"d":"14,41v-1,17,20,17,34,11r-3,18v-21,11,-59,5,-56,-24v3,-31,22,-49,59,-46v-16,8,-32,20,-34,41xm14,0r48,-248r34,0r-48,248r-34,0","w":100},"\u012f":{"d":"4,41v-2,18,20,17,33,11r-2,18v-22,11,-60,5,-57,-24v4,-30,21,-50,59,-46v-14,9,-32,19,-33,41xm50,-231r6,-30r32,0r-6,30r-32,0xm6,0r37,-190r31,0r-37,190r-31,0","w":79},"\u0130":{"d":"66,-269r6,-30r32,0r-6,30r-32,0xm14,0r48,-248r34,0r-48,248r-34,0","w":100},"\u0131":{"d":"16,0r37,-190r31,0r-37,190r-31,0","w":100},"\u0132":{"d":"14,0r48,-248r34,0r-48,248r-34,0xm113,-66v0,49,71,55,82,11v13,-52,22,-111,33,-165r-51,0r5,-28r85,0r-34,174v2,85,-142,111,-150,14","w":264},"\u0133":{"d":"50,-231r6,-30r32,0r-6,30r-32,0xm6,0r37,-190r31,0r-37,190r-31,0xm131,-231r6,-30r31,0r-6,30r-31,0xm113,24v-5,36,-31,60,-73,48v3,-12,-1,-29,18,-22v17,-1,21,-13,24,-31r41,-209r32,0","w":159},"\u0134":{"d":"175,-315v9,16,26,29,30,46v-28,3,-33,-17,-51,-24v-21,8,-33,27,-65,24v14,-18,34,-30,50,-46r36,0xm29,-66v0,49,71,55,82,11v13,-52,22,-111,33,-165r-51,0r5,-28r85,0r-34,174v2,85,-142,111,-150,14","w":180},"\u0135":{"d":"88,-262v8,17,26,32,29,51v-29,2,-32,-20,-49,-30v-22,10,-32,32,-67,30r0,-4r51,-47r36,0xm33,24v-5,36,-31,60,-73,48v3,-12,-1,-29,18,-22v17,-1,21,-13,24,-31r41,-209r32,0","w":79},"\u0136":{"d":"126,17v-3,28,-11,49,-27,63r-20,0v10,-9,19,-20,23,-33r-16,0r6,-30r34,0xm180,0r-83,-118r-34,22r-18,96r-34,0r48,-248r34,0r-24,122v44,-43,94,-81,141,-122r43,0r-132,111r98,137r-39,0","w":240},"\u0137":{"d":"100,17v-5,26,-11,48,-27,63r-21,0v10,-9,20,-19,23,-33r-15,0r5,-30r35,0xm127,0r-47,-88r-30,22r-13,66r-31,0r51,-261r31,0r-31,161r99,-90r39,0r-93,82r59,108r-34,0","w":180},"\u0138":{"d":"127,0r-47,-88r-30,22r-13,66r-31,0r37,-190r32,0r-18,90r99,-90r39,0r-93,82r59,108r-34,0","w":180},"\u0139":{"d":"78,-269v11,-19,32,-27,46,-43r36,0r-1,5r-61,38r-20,0xm11,0r48,-248r34,0r-43,221r125,0r-5,27r-159,0"},"\u013a":{"d":"54,-283v13,-17,32,-28,47,-43r36,0r-1,5r-62,38r-20,0xm6,0r50,-261r32,0r-51,261r-31,0","w":79},"\u013b":{"d":"109,17v-3,28,-11,49,-27,63r-20,0v10,-9,19,-20,23,-33r-16,0r6,-30r34,0xm11,0r48,-248r34,0r-43,221r125,0r-5,27r-159,0"},"\u013c":{"d":"36,17v-5,26,-11,48,-27,63r-21,0v10,-9,20,-19,23,-33r-15,0r5,-30r35,0xm6,0r50,-261r32,0r-51,261r-31,0","w":79},"\u013d":{"d":"185,-248v-5,26,-10,49,-27,63r-21,0v10,-9,20,-19,23,-33r-15,0r5,-30r35,0xm11,0r48,-248r34,0r-43,221r125,0r-5,27r-159,0"},"\u013e":{"d":"139,-261v-5,26,-11,48,-27,63r-21,0v10,-9,21,-20,23,-34r-15,0r6,-29r34,0xm6,0r50,-261r32,0r-51,261r-31,0","w":101},"\u013f":{"d":"119,-121r6,-30r32,0r-6,30r-32,0xm11,0r48,-248r34,0r-43,221r125,0r-5,27r-159,0"},"\u0140":{"d":"95,-121r6,-30r32,0r-6,30r-32,0xm6,0r50,-261r32,0r-51,261r-31,0","w":143},"\u0141":{"d":"120,-140r-54,26r-16,87r125,0r-6,27r-158,0r18,-95r-29,15r5,-27r29,-15r25,-126r33,0r-20,106r54,-26"},"\u0142":{"d":"6,0r18,-95r-24,12r6,-28r23,-12r27,-138r32,0r-23,120r24,-13r-6,28r-24,12r-22,114r-31,0","w":79},"\u0143":{"d":"140,-269v13,-17,32,-28,47,-43r36,0r-1,5r-62,38r-20,0xm173,0r-93,-213r-39,213r-30,0r48,-248r37,0r94,214r40,-214r30,0r-48,248r-39,0","w":259},"\u0144":{"d":"68,-158v22,-48,132,-52,116,29r-25,129r-32,0r25,-140v3,-38,-53,-32,-70,-12v-29,35,-30,100,-43,152r-32,0r36,-190r30,0xm99,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0"},"\u0145":{"d":"128,17v-5,26,-11,48,-27,63r-21,0v10,-9,20,-19,23,-33r-15,0r6,-30r34,0xm173,0r-93,-213r-39,213r-30,0r48,-248r37,0r94,214r40,-214r30,0r-48,248r-39,0","w":259},"\u0146":{"d":"100,17v-5,26,-11,48,-27,63r-21,0v10,-9,20,-19,23,-33r-15,0r5,-30r35,0xm68,-158v22,-48,132,-52,116,29r-25,129r-32,0r25,-140v3,-38,-53,-32,-70,-12v-29,35,-30,100,-43,152r-32,0r36,-190r30,0"},"\u0147":{"d":"181,-269r-36,0v-10,-16,-26,-26,-33,-46v28,-2,35,17,53,25v21,-9,31,-28,64,-25v-12,20,-33,30,-48,46xm173,0r-93,-213r-39,213r-30,0r48,-248r37,0r94,214r40,-214r30,0r-48,248r-39,0","w":259},"\u0148":{"d":"138,-211r-36,0v-9,-17,-27,-33,-31,-51v30,-2,35,20,52,30v21,-10,30,-32,64,-30v-12,21,-34,33,-49,51xm68,-158v22,-48,132,-52,116,29r-25,129r-32,0r25,-140v3,-38,-53,-32,-70,-12v-29,35,-30,100,-43,152r-32,0r36,-190r30,0"},"\u0149":{"d":"88,-158v22,-48,132,-52,116,29r-25,129r-32,0r25,-140v3,-38,-53,-32,-70,-12v-29,35,-30,100,-43,152r-32,0r36,-190r30,0xm60,-248v-6,31,-12,62,-30,81r-21,0v12,-13,20,-29,25,-46r-15,0r6,-35r35,0","w":221},"\u014a":{"d":"83,-204v23,-23,46,-47,92,-47v60,0,85,37,70,92v-18,67,-7,163,-95,163v-26,0,-45,-12,-55,-28r25,-19v10,22,50,27,62,2v18,-38,27,-92,32,-143v5,-55,-79,-43,-107,-20v-50,40,-42,135,-62,204r-34,0r47,-248r33,0","w":260},"\u014b":{"d":"67,-158v22,-48,132,-52,116,29r-35,173v-8,24,-35,38,-68,28r4,-24v24,6,36,-6,39,-29r28,-159v3,-38,-53,-32,-70,-12v-29,35,-30,100,-43,152r-32,0r36,-190r30,0"},"\u014c":{"d":"216,-276r-97,0r5,-22r96,0xm20,-101v0,-91,52,-143,145,-150v126,-9,127,168,53,223v-23,17,-55,32,-93,32v-68,0,-105,-37,-105,-105xm236,-134v5,-57,-18,-91,-73,-90v-77,1,-110,51,-110,125v0,49,23,75,73,75v72,-1,104,-45,110,-110","w":280},"\u014d":{"d":"165,-217r-97,0r4,-23r97,0xm30,-147v31,-64,166,-65,159,27v-6,71,-31,121,-103,124v-77,4,-85,-92,-56,-151xm88,-20v53,0,68,-48,68,-100v0,-31,-11,-51,-44,-50v-52,1,-68,46,-68,97v0,32,13,53,44,53"},"\u014e":{"d":"232,-311v-9,48,-114,66,-117,0r20,0v5,31,68,23,76,0r21,0xm20,-101v0,-91,52,-143,145,-150v126,-9,127,168,53,223v-23,17,-55,32,-93,32v-68,0,-105,-37,-105,-105xm236,-134v5,-57,-18,-91,-73,-90v-77,1,-110,51,-110,125v0,49,23,75,73,75v72,-1,104,-45,110,-110","w":280},"\u014f":{"d":"188,-265v-7,58,-117,79,-117,0r20,0v2,41,68,34,76,0r21,0xm30,-147v31,-64,166,-65,159,27v-6,71,-31,121,-103,124v-77,4,-85,-92,-56,-151xm88,-20v53,0,68,-48,68,-100v0,-31,-11,-51,-44,-50v-52,1,-68,46,-68,97v0,32,13,53,44,53"},"\u0150":{"d":"117,-269v11,-17,27,-28,40,-43r36,0r-1,5r-58,38r-17,0xm178,-269v11,-17,27,-28,40,-43r36,0r-1,5r-58,38r-17,0xm20,-101v0,-91,52,-143,145,-150v126,-9,127,168,53,223v-23,17,-55,32,-93,32v-68,0,-105,-37,-105,-105xm236,-134v5,-57,-18,-91,-73,-90v-77,1,-110,51,-110,125v0,49,23,75,73,75v72,-1,104,-45,110,-110","w":280},"\u0151":{"d":"62,-211v12,-21,31,-35,45,-54r36,0r0,5r-64,49r-17,0xm123,-211v12,-21,31,-35,45,-54r36,0r0,5r-64,49r-17,0xm30,-147v31,-64,166,-65,159,27v-6,71,-31,121,-103,124v-77,4,-85,-92,-56,-151xm88,-20v53,0,68,-48,68,-100v0,-31,-11,-51,-44,-50v-52,1,-68,46,-68,97v0,32,13,53,44,53"},"\u0152":{"d":"18,-101v0,-108,73,-147,192,-147r153,0r-5,28r-125,0r-15,79r114,0r-5,27r-114,0r-17,87r132,0r-5,27r-200,2v-66,-1,-105,-37,-105,-103xm52,-113v-6,70,38,97,110,86r38,-194v-90,-12,-141,29,-148,108","w":360},"\u0153":{"d":"251,-194v62,-2,85,47,71,106r-137,0v-5,40,7,69,45,68v27,-1,42,-14,52,-32r25,11v-15,26,-38,45,-80,45v-32,0,-54,-13,-66,-34v-41,58,-168,38,-148,-61v12,-59,35,-102,100,-103v34,0,55,12,67,34v16,-20,39,-33,71,-34xm88,-21v54,0,68,-47,68,-99v0,-31,-11,-51,-44,-50v-52,1,-67,46,-67,97v0,32,11,53,43,52xm294,-113v17,-62,-69,-75,-94,-28v-4,8,-8,17,-11,28r105,0","w":339},"\u0154":{"d":"126,-269v13,-17,32,-28,47,-43r36,0r-1,5r-62,38r-20,0xm249,-183v0,48,-29,72,-75,77r47,106r-36,0r-43,-103r-77,0r-20,103r-34,0r48,-248v83,2,190,-17,190,65xm215,-180v0,-55,-74,-39,-127,-41r-18,92v63,-1,145,13,145,-51","w":259},"\u0155":{"d":"66,-151v12,-25,30,-51,66,-40r-6,26v-81,-11,-68,100,-88,165r-32,0r36,-190r30,0xm63,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0","w":119},"\u0156":{"d":"132,17v-3,28,-11,49,-27,63r-20,0v10,-9,19,-20,23,-33r-16,0r6,-30r34,0xm249,-183v0,48,-29,72,-75,77r47,106r-36,0r-43,-103r-77,0r-20,103r-34,0r48,-248v83,2,190,-17,190,65xm215,-180v0,-55,-74,-39,-127,-41r-18,92v63,-1,145,13,145,-51","w":259},"\u0157":{"d":"38,17v-3,28,-11,49,-27,63r-20,0v10,-9,19,-20,23,-33r-16,0r6,-30r34,0xm66,-151v12,-25,30,-51,66,-40r-6,26v-81,-11,-68,100,-88,165r-32,0r36,-190r30,0","w":119},"\u0158":{"d":"168,-269r-36,0r-33,-42v16,-15,38,14,53,21v21,-9,32,-28,64,-25v-12,20,-33,30,-48,46xm249,-183v0,48,-29,72,-75,77r47,106r-36,0r-43,-103r-77,0r-20,103r-34,0r48,-248v83,2,190,-17,190,65xm215,-180v0,-55,-74,-39,-127,-41r-18,92v63,-1,145,13,145,-51","w":259},"\u0159":{"d":"104,-211r-36,0v-10,-18,-24,-31,-31,-51v31,-3,34,21,53,30v21,-10,30,-33,64,-30v-14,20,-34,33,-50,51xm66,-151v12,-25,30,-51,66,-40r-6,26v-81,-11,-68,100,-88,165r-32,0r36,-190r30,0","w":119},"\u015a":{"d":"194,-120v59,52,2,134,-86,124v-53,-6,-90,-18,-98,-63r31,-7v8,30,29,43,70,43v46,0,84,-17,71,-62v-32,-43,-135,-20,-137,-98v-3,-89,178,-90,191,-16r-30,9v-8,-48,-127,-53,-127,5v0,53,81,35,115,65xm124,-269v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0","w":240},"\u015b":{"d":"55,-144v13,50,104,24,104,88v0,77,-144,79,-158,17r26,-10v6,40,102,42,102,-4v-13,-50,-104,-23,-104,-87v0,-71,143,-71,148,-8r-29,4v-5,-35,-85,-37,-89,0xm86,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0","w":180},"\u015c":{"d":"177,-320v9,18,23,31,30,51v-30,3,-32,-20,-50,-29v-22,10,-32,32,-67,29v14,-20,35,-33,51,-51r36,0xm194,-120v59,52,2,134,-86,124v-53,-6,-90,-18,-98,-63r31,-7v8,30,29,43,70,43v46,0,84,-17,71,-62v-32,-43,-135,-20,-137,-98v-3,-89,178,-90,191,-16r-30,9v-8,-48,-127,-53,-127,5v0,53,81,35,115,65","w":240},"\u015d":{"d":"135,-262v8,17,26,32,29,51v-29,2,-32,-20,-49,-30v-22,10,-32,32,-67,30v13,-21,35,-33,51,-51r36,0xm55,-144v13,50,104,24,104,88v0,77,-144,79,-158,17r26,-10v6,40,102,42,102,-4v-13,-50,-104,-23,-104,-87v0,-71,143,-71,148,-8r-29,4v-5,-35,-85,-37,-89,0","w":180},"\u015e":{"d":"194,-120v59,52,2,134,-86,124v-53,-6,-90,-18,-98,-63r31,-7v8,30,29,43,70,43v46,0,84,-17,71,-62v-32,-43,-135,-20,-137,-98v-3,-89,178,-90,191,-16r-30,9v-8,-48,-127,-53,-127,5v0,53,81,35,115,65xm117,43v0,-13,-18,-15,-31,-12r17,-31r19,0r-10,17v16,1,28,8,28,24v0,34,-40,36,-72,32r4,-16v19,4,44,4,45,-14","w":240},"\u015f":{"d":"55,-144v13,50,104,24,104,88v0,77,-144,79,-158,17r26,-10v6,40,102,42,102,-4v-13,-50,-104,-23,-104,-87v0,-71,143,-71,148,-8r-29,4v-5,-35,-85,-37,-89,0xm86,43v0,-13,-18,-15,-31,-12r17,-31r19,0r-10,17v16,1,28,8,28,24v0,34,-40,36,-72,32r4,-16v19,4,44,4,45,-14","w":180},"\u0160":{"d":"166,-269r-35,0v-10,-16,-26,-26,-33,-46v28,-2,35,17,53,25v21,-9,31,-28,64,-25v-12,20,-34,30,-49,46xm194,-120v59,52,2,134,-86,124v-53,-6,-90,-18,-98,-63r31,-7v8,30,29,43,70,43v46,0,84,-17,71,-62v-32,-43,-135,-20,-137,-98v-3,-89,178,-90,191,-16r-30,9v-8,-48,-127,-53,-127,5v0,53,81,35,115,65","w":240},"\u0161":{"d":"125,-211r-36,0v-10,-18,-24,-31,-31,-51v31,-3,34,21,53,30v21,-10,30,-33,64,-30v-14,20,-34,33,-50,51xm55,-144v13,50,104,24,104,88v0,77,-144,79,-158,17r26,-10v6,40,102,42,102,-4v-13,-50,-104,-23,-104,-87v0,-71,143,-71,148,-8r-29,4v-5,-35,-85,-37,-89,0","w":180},"\u0162":{"d":"99,43v0,-13,-18,-15,-31,-12r17,-31r19,0r-10,17v16,1,28,8,28,24v0,34,-40,36,-72,32r4,-16v19,4,44,4,45,-14xm151,-220r-43,220r-33,0r42,-220r-85,0r6,-28r203,0r-5,28r-85,0","w":219},"\u0163":{"d":"46,43v0,-13,-18,-15,-31,-12r17,-31r19,0r-10,17v16,1,28,8,28,24v0,34,-40,36,-72,32r4,-16v19,4,44,4,45,-14xm51,-54v-9,22,5,41,31,30r-3,23v-36,15,-69,-3,-60,-51r22,-115r-22,0r5,-23r22,0r19,-43r21,0r-9,43r35,0r-4,23r-35,0","w":100},"\u0164":{"d":"160,-269r-36,0r-33,-42v17,-15,38,15,54,21v21,-9,31,-28,63,-25r0,4xm151,-220r-43,220r-33,0r42,-220r-85,0r6,-28r203,0r-5,28r-85,0","w":219},"\u0165":{"d":"165,-261v-5,26,-11,48,-27,63r-21,0v10,-9,21,-20,23,-34r-15,0r6,-29r34,0xm51,-54v-9,22,5,41,31,30r-3,23v-36,15,-69,-3,-60,-51r22,-115r-22,0r5,-23r22,0r19,-43r21,0r-9,43r35,0r-4,23r-35,0","w":127},"\u0166":{"d":"151,-220r-16,79r50,0r-6,27r-49,0r-22,114r-33,0r22,-114r-49,0r5,-27r49,0r15,-79r-85,0r6,-28r203,0r-5,28r-85,0","w":219},"\u0167":{"d":"79,-1v-38,15,-77,-5,-60,-51r7,-39r-22,0r5,-23r22,0r10,-53r-22,0r5,-23r22,0r19,-43r21,0r-9,43r35,0r-4,23r-35,0r-11,53r36,0r-5,23r-35,0v-3,18,-7,34,-9,54v-1,17,19,17,33,13","w":100},"\u0168":{"d":"236,-316v-9,21,-14,47,-44,47v-23,0,-31,-20,-50,-23v-14,1,-18,12,-23,23r-18,0v9,-21,15,-47,45,-47v23,0,30,20,49,23v14,-1,18,-12,23,-23r18,0xm62,-99v-23,68,61,99,108,59v47,-40,38,-139,58,-208r34,0v-28,104,-9,252,-147,252v-66,0,-97,-47,-84,-116r26,-136r34,0","w":259},"\u0169":{"d":"191,-258v-7,23,-16,46,-44,47v-22,0,-29,-19,-49,-21v-15,-1,-22,9,-25,21r-16,0v8,-21,14,-48,44,-47v21,1,31,17,49,21v14,0,22,-9,25,-21r16,0xm67,3v-93,-2,-31,-127,-26,-193r32,0r-25,140v-3,39,53,32,70,12v30,-34,30,-101,43,-152r32,0r-36,190r-30,0v1,-10,6,-24,4,-33v-14,20,-29,37,-64,36"},"\u016a":{"d":"210,-275r-96,0r4,-22r97,0xm62,-99v-23,68,61,99,108,59v47,-40,38,-139,58,-208r34,0v-28,104,-9,252,-147,252v-66,0,-97,-47,-84,-116r26,-136r34,0","w":259},"\u016b":{"d":"168,-217r-96,0r4,-23r97,0xm67,3v-93,-2,-31,-127,-26,-193r32,0r-25,140v-3,39,53,32,70,12v30,-34,30,-101,43,-152r32,0r-36,190r-30,0v1,-10,6,-24,4,-33v-14,20,-29,37,-64,36"},"\u016c":{"d":"225,-311v-9,50,-114,64,-117,0r21,0v4,32,68,22,76,0r20,0xm62,-99v-23,68,61,99,108,59v47,-40,38,-139,58,-208r34,0v-28,104,-9,252,-147,252v-66,0,-97,-47,-84,-116r26,-136r34,0","w":259},"\u016d":{"d":"185,-265v-7,58,-117,78,-117,0r20,0v2,41,68,34,76,0r21,0xm67,3v-93,-2,-31,-127,-26,-193r32,0r-25,140v-3,39,53,32,70,12v30,-34,30,-101,43,-152r32,0r-36,190r-30,0v1,-10,6,-24,4,-33v-14,20,-29,37,-64,36"},"\u016e":{"d":"162,-349v26,0,42,16,42,42v0,26,-16,43,-42,43v-27,0,-40,-18,-43,-43v3,-24,16,-42,43,-42xm162,-282v14,0,23,-9,23,-25v0,-15,-10,-23,-23,-23v-14,0,-24,9,-24,23v0,14,9,25,24,25xm62,-99v-23,68,61,99,108,59v47,-40,38,-139,58,-208r34,0v-28,104,-9,252,-147,252v-66,0,-97,-47,-84,-116r26,-136r34,0","w":259},"\u016f":{"d":"121,-290v27,0,40,18,43,42v-2,25,-18,41,-43,43v-24,-3,-42,-16,-42,-43v0,-26,16,-42,42,-42xm97,-248v-1,26,39,32,46,9v6,-16,-4,-32,-22,-32v-15,0,-23,9,-24,23xm67,3v-93,-2,-31,-127,-26,-193r32,0r-25,140v-3,39,53,32,70,12v30,-34,30,-101,43,-152r32,0r-36,190r-30,0v1,-10,6,-24,4,-33v-14,20,-29,37,-64,36"},"\u0170":{"d":"108,-269v11,-17,27,-28,40,-43r36,0r-1,5r-58,38r-17,0xm169,-269v11,-17,27,-28,40,-43r36,0r-1,5r-58,38r-17,0xm62,-99v-23,68,61,99,108,59v47,-40,38,-139,58,-208r34,0v-28,104,-9,252,-147,252v-66,0,-97,-47,-84,-116r26,-136r34,0","w":259},"\u0171":{"d":"66,-211v12,-21,31,-35,45,-54r36,0r-1,5r-64,49r-16,0xm127,-211v10,-23,31,-35,45,-54r36,0r-1,5r-64,49r-16,0xm67,3v-93,-2,-31,-127,-26,-193r32,0r-25,140v-3,39,53,32,70,12v30,-34,30,-101,43,-152r32,0r-36,190r-30,0v1,-10,6,-24,4,-33v-14,20,-29,37,-64,36"},"\u0172":{"d":"114,41v-1,17,20,17,34,11r-3,18v-21,11,-59,5,-56,-24v3,-31,22,-49,59,-46v-16,8,-32,20,-34,41xm62,-99v-23,68,61,99,108,59v47,-40,38,-139,58,-208r34,0v-28,104,-9,252,-147,252v-66,0,-97,-47,-84,-116r26,-136r34,0","w":259},"\u0173":{"d":"117,41v-1,18,20,17,33,11r-2,18v-21,11,-60,5,-57,-24v4,-30,22,-50,60,-46v-15,8,-32,19,-34,41xm67,3v-93,-2,-31,-127,-26,-193r32,0r-25,140v-3,39,53,32,70,12v30,-34,30,-101,43,-152r32,0r-36,190r-30,0v1,-10,6,-24,4,-33v-14,20,-29,37,-64,36"},"\u0174":{"d":"226,-315v9,16,27,29,31,46v-28,3,-34,-16,-51,-24v-22,8,-33,26,-65,24v12,-20,35,-29,50,-46r35,0xm247,0r-39,0r-15,-214r-24,57r-74,157r-39,0r-25,-248r35,0r16,218r101,-218r33,0r16,218r101,-218r35,0","w":339},"\u0175":{"d":"175,-262v8,17,26,32,29,51v-29,2,-32,-20,-49,-30v-22,10,-32,32,-67,30v13,-21,35,-33,51,-51r36,0xm188,0r-37,0r-8,-164r-72,164r-37,0r-16,-190r31,0r8,164r75,-164r34,0r8,164r74,-164r31,0","w":259},"\u0176":{"d":"179,-315v10,16,24,28,31,46v-28,3,-34,-16,-51,-24v-22,8,-34,26,-66,24v14,-18,34,-30,50,-46r36,0xm138,-103r-20,103r-33,0r20,-103r-68,-145r35,0r54,119r98,-119r38,0","w":240},"\u0177":{"d":"139,-262v8,17,26,32,29,51v-29,2,-32,-20,-49,-30v-22,10,-32,32,-67,30v13,-21,35,-33,51,-51r36,0xm198,-190r-129,220v-16,28,-44,53,-89,42v4,-11,-1,-27,19,-22v33,-1,43,-29,59,-52r-38,-188r32,0r27,156r84,-156r35,0","w":180},"\u0178":{"d":"167,-269r6,-32r31,0r-6,32r-31,0xm100,-269r6,-32r31,0r-7,32r-30,0xm138,-103r-20,103r-33,0r20,-103r-68,-145r35,0r54,119r98,-119r38,0","w":240},"\u0179":{"d":"120,-269v13,-17,32,-28,47,-43r36,0r-1,5r-62,38r-20,0xm190,0r-197,0r5,-25r185,-195r-134,0r5,-28r176,0r-5,25r-185,196r155,0","w":219},"\u017a":{"d":"-8,0r5,-24r140,-142r-106,0r5,-24r145,0r-5,24r-140,142r119,0r-5,24r-158,0xm85,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0","w":180},"\u017b":{"d":"123,-269r5,-30r32,0r-6,30r-31,0xm190,0r-197,0r5,-25r185,-195r-134,0r5,-28r176,0r-5,25r-185,196r155,0","w":219},"\u017c":{"d":"97,-231r6,-30r31,0r-6,30r-31,0xm-8,0r5,-24r140,-142r-106,0r5,-24r145,0r-5,24r-140,142r119,0r-5,24r-158,0","w":180},"\u017d":{"d":"158,-269r-36,0r-33,-42v17,-15,38,15,54,21v21,-9,31,-28,63,-25r0,4xm190,0r-197,0r5,-25r185,-195r-134,0r5,-28r176,0r-5,25r-185,196r155,0","w":219},"\u017e":{"d":"127,-211r-36,0v-9,-17,-27,-33,-31,-51v30,-2,35,20,52,30v21,-10,30,-33,64,-30v-14,20,-33,33,-49,51xm-10,0r5,-24r140,-142r-106,0r5,-24r145,0r-5,24r-140,142r119,0r-5,24r-158,0","w":180},"\u017f":{"d":"6,0r46,-231v7,-25,36,-34,69,-28r-4,24v-25,-5,-35,6,-39,28r-41,207r-31,0","w":79},"\u0192":{"d":"181,-231v-38,-11,-47,19,-49,51r37,0r-5,23r-37,0r-45,237r-32,0r45,-237r-26,0r4,-23r27,0v3,-49,28,-91,86,-72"},"\u01fa":{"d":"139,-322v13,-17,32,-28,47,-43r36,0r-1,5r-62,38r-20,0xm150,-314v26,0,43,16,43,42v0,27,-18,40,-43,43v-24,-3,-42,-16,-42,-43v0,-26,16,-42,42,-42xm127,-272v-2,26,37,32,45,10v6,-17,-3,-33,-22,-33v-15,0,-22,10,-23,23xm187,0r-14,-72r-112,0r-42,72r-37,0r149,-248r38,0r52,248r-34,0xm168,-99r-22,-123r-70,123r92,0","w":240},"\u01fb":{"d":"120,-301v13,-17,32,-28,47,-43r36,0r-1,5r-62,38r-20,0xm126,-290v26,0,43,16,43,42v0,27,-18,40,-43,43v-24,-3,-42,-16,-42,-43v0,-26,16,-42,42,-42xm103,-248v-2,26,38,32,45,9v6,-16,-4,-32,-22,-32v-15,0,-22,10,-23,23xm165,-48v-4,18,1,34,23,27r-3,20v-29,8,-62,0,-52,-35r-2,0v-15,22,-32,40,-68,40v-33,0,-55,-20,-55,-53v0,-68,71,-67,138,-67v10,-26,0,-56,-31,-54v-26,1,-42,9,-47,31r-32,-5v8,-67,160,-71,144,15v-5,28,-9,54,-15,81xm42,-50v3,52,80,24,89,-6v7,-12,7,-24,11,-38v-47,1,-103,-4,-100,44"},"\u01fc":{"d":"222,-269v13,-17,32,-28,47,-43r36,0r-1,5r-62,38r-20,0xm152,0r14,-72r-96,0r-49,72r-35,0r168,-248r209,0r-5,28r-130,0r-15,79r119,0r-5,27r-120,0r-16,87r137,0r-6,27r-170,0xm195,-222v-36,-7,-40,22,-53,42r-54,81r83,0","w":360},"\u01fd":{"d":"34,-144v7,-55,114,-67,140,-22v46,-59,164,-17,129,78r-129,0v-7,36,5,69,41,68v25,-1,39,-15,48,-32r24,11v-14,26,-35,45,-76,45v-36,-1,-58,-19,-66,-48v-18,27,-42,48,-84,48v-33,0,-55,-19,-55,-53v0,-69,73,-66,141,-67v10,-27,0,-56,-33,-54v-27,1,-42,10,-49,31xm39,-50v-1,42,62,30,80,10v13,-14,21,-31,24,-54v-46,3,-104,-5,-104,44xm275,-113v15,-63,-65,-75,-87,-28v-4,7,-8,17,-10,28r97,0xm157,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0","w":320},"\u01fe":{"d":"150,-269v13,-17,32,-28,47,-43r36,0r-1,5r-62,38r-20,0xm163,-251v31,-1,54,8,71,22r29,-29r34,0r-47,46v11,16,18,36,18,62v-3,95,-53,150,-145,154v-30,1,-54,-8,-71,-22r-29,27r-33,0r46,-44v-12,-17,-19,-38,-18,-66v4,-92,52,-147,145,-150xm162,-224v-89,-3,-125,84,-103,166r153,-150v-13,-11,-29,-16,-50,-16xm124,-24v89,0,126,-83,103,-165r-153,149v12,10,28,16,50,16","w":280},"\u01ff":{"d":"51,-10r-14,17r-29,0r27,-32v-33,-70,1,-169,88,-169v19,0,35,4,47,12r12,-14r30,0r-26,30v48,94,-41,210,-135,156xm123,-170v-58,-1,-74,63,-66,119r95,-110v-7,-5,-16,-10,-29,-9xm98,-21v60,1,71,-61,66,-120r-95,111v7,5,16,10,29,9xm107,-211v10,-23,31,-35,45,-54r38,0r-1,5r-66,49r-16,0","w":219},"\u0218":{"d":"107,17v-3,28,-11,49,-27,63r-20,0v10,-9,19,-20,23,-33r-16,0r6,-30r34,0xm194,-120v59,52,2,134,-86,124v-53,-6,-90,-18,-98,-63r31,-7v8,30,29,43,70,43v46,0,84,-17,71,-62v-32,-43,-135,-20,-137,-98v-3,-89,178,-90,191,-16r-30,9v-8,-48,-127,-53,-127,5v0,53,81,35,115,65","w":240},"\u0219":{"d":"79,17v-5,26,-10,49,-27,63r-21,0v10,-9,20,-19,23,-33r-15,0r6,-30r34,0xm55,-144v13,50,104,24,104,88v0,77,-144,79,-158,17r26,-10v6,40,102,42,102,-4v-13,-50,-104,-23,-104,-87v0,-71,143,-71,148,-8r-29,4v-5,-35,-85,-37,-89,0","w":180},"\u021a":{"d":"107,17v-3,28,-11,49,-27,63r-20,0v10,-9,19,-20,23,-33r-16,0r6,-30r34,0xm151,-220r-43,220r-33,0r42,-220r-85,0r6,-28r203,0r-5,28r-85,0","w":219},"\u021b":{"d":"62,17v-5,26,-11,48,-27,63r-21,0v10,-9,20,-19,23,-33r-15,0r5,-30r35,0xm51,-54v-9,22,5,41,31,30r-3,23v-36,15,-69,-3,-60,-51r22,-115r-22,0r5,-23r22,0r19,-43r21,0r-9,43r35,0r-4,23r-35,0","w":100},"\u2013":{"d":"-2,-79r4,-24r200,0r-4,24r-200,0"},"\u2014":{"d":"-2,-79r4,-24r360,0r-4,24r-360,0","w":360},"\u2018":{"d":"35,-167v6,-31,11,-63,30,-81r21,0v-13,13,-21,27,-26,46r16,0r-7,35r-34,0","w":79,"k":{"\u2018":13}},"\u2019":{"d":"85,-248v-6,31,-12,62,-30,81r-21,0v12,-13,20,-29,25,-46r-15,0r6,-35r35,0","w":79,"k":{"\u2019":13,"s":7," ":20}},"\u201c":{"d":"84,-167v6,-31,12,-62,30,-81r21,0v-12,14,-20,28,-25,46r15,0r-7,35r-34,0xm26,-167v6,-31,12,-62,30,-81r21,0v-13,13,-21,27,-26,46r16,0r-7,35r-34,0","w":119},"\u201d":{"d":"133,-248v-6,31,-12,62,-29,81r-22,0v13,-13,21,-27,26,-46r-16,0r7,-35r34,0xm75,-248v-6,31,-12,62,-29,81r-22,0v13,-13,21,-27,26,-46r-16,0r7,-35r34,0","w":119},"\u2026":{"d":"261,0r7,-38r35,0r-8,38r-34,0xm147,0r8,-38r33,0r-7,38r-34,0xm33,0r7,-38r35,0r-8,38r-34,0","w":360},"\u2032":{"d":"32,-156r11,-92r35,0r-28,92r-18,0","w":67},"\u2033":{"d":"32,-156r11,-92r35,0r-28,92r-18,0xm92,-156r11,-92r35,0r-28,92r-18,0","w":127},"\u2122":{"d":"297,-111r0,-109r-44,109r-19,0r-42,-109r0,109r-23,0r0,-137r34,0r42,107r42,-107r32,0r0,137r-22,0xm101,-228r0,117r-23,0r0,-117r-45,0r0,-20r114,0r0,20r-46,0","w":360}}});Cufon.registerFont({"w":200,"face":{"font-family":"Liberation Sans","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 4 2 2 2 9 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-39 -371 369 80","underline-thickness":"37.793","underline-position":"-56.9531","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":100,"k":{"Y":7,"A":13}},"\u00a0":{"w":100},"!":{"d":"74,-75r-40,0r28,-173r52,0xm14,0r9,-47r51,0r-9,47r-51,0","w":119},"\"":{"d":"152,-158r-39,0r13,-90r48,0xm77,-158r-39,0r13,-90r48,0","w":170},"#":{"d":"165,-152r-12,59r38,0r0,26r-44,0r-14,67r-27,0r14,-67r-54,0r-14,67r-27,0r14,-67r-28,0r0,-26r33,0r13,-59r-37,0r0,-26r42,0r15,-67r27,0r-15,67r54,0r15,-67r28,0r-15,67r29,0r0,26r-35,0xm84,-152r-12,59r54,0r12,-59r-54,0"},"$":{"d":"118,-147v83,-2,96,123,15,137v-12,3,-26,5,-42,6r-6,31r-20,0r6,-31v-41,-1,-69,-21,-73,-60r46,-8v2,20,12,32,34,31r13,-68v-33,-10,-66,-24,-66,-65v0,-52,42,-68,93,-71r4,-22r20,1r-5,22v38,0,63,18,66,53r-45,10v-4,-15,-10,-28,-28,-28xm97,-41v33,4,58,-26,38,-52v-5,-5,-14,-8,-25,-11xm111,-210v-32,-4,-55,40,-23,54v3,1,7,3,11,4"},"%":{"d":"20,-148v0,-55,21,-102,76,-102v34,0,55,18,54,54v-2,57,-24,104,-78,104v-35,0,-52,-21,-52,-56xm113,-199v0,-15,-4,-24,-17,-24v-35,0,-36,44,-39,78v-1,15,3,25,15,25v34,0,41,-48,41,-79xm179,-53v0,-54,21,-102,77,-102v34,0,56,18,54,54v-2,57,-24,104,-79,104v-33,0,-52,-22,-52,-56xm272,-104v0,-15,-3,-24,-16,-24v-35,1,-36,44,-39,77v-1,15,3,25,15,25v34,0,37,-46,40,-78xm85,0r-34,0r191,-248r35,0","w":320},"&":{"d":"152,-18v-39,36,-149,32,-143,-44v4,-49,39,-65,74,-81v-18,-56,8,-109,70,-106v34,2,59,13,59,45v0,48,-46,60,-83,76v9,21,16,43,31,59v17,-18,29,-41,41,-65r33,15v-12,28,-30,52,-49,73v11,11,33,14,52,9r-7,35v-28,9,-62,1,-78,-16xm92,-111v-44,5,-56,92,6,80v12,-2,21,-7,29,-13v-15,-19,-27,-43,-35,-67xm150,-219v-31,-2,-39,34,-29,61v22,-10,49,-14,51,-43v0,-12,-10,-18,-22,-18","w":259},"'":{"d":"73,-158r-38,0r13,-90r47,0","w":85},"(":{"d":"13,-52v0,-97,37,-163,91,-209r50,0v-53,52,-92,115,-92,212v0,48,8,90,25,124r-48,0v-17,-35,-26,-77,-26,-127","w":119},")":{"d":"109,-139v0,100,-38,166,-91,214r-50,0v54,-54,93,-119,93,-217v0,-46,-11,-87,-27,-119r47,0v17,31,28,75,28,122","w":119},"*":{"d":"101,-200r41,-18r12,35r-44,11r33,37r-32,21r-26,-44r-26,44r-33,-21r33,-37r-44,-11r12,-35r42,18r-3,-48r38,0","w":140},"+":{"d":"132,-100r0,72r-40,0r0,-72r-70,0r0,-39r70,0r0,-72r40,0r0,72r70,0r0,39r-70,0","w":210},",":{"d":"69,-54v-8,42,-15,86,-40,110r-33,0v15,-15,29,-33,35,-56r-23,0r10,-54r51,0","w":100},"-":{"d":"10,-72r8,-43r92,0r-9,43r-91,0","w":119},"\u00ad":{"d":"10,-72r8,-43r92,0r-9,43r-91,0","w":119},".":{"d":"8,0r10,-54r51,0r-10,54r-51,0","w":100},"\/":{"d":"-13,7r103,-268r42,0r-103,268r-42,0","w":100},"0":{"d":"15,-80v0,-86,24,-171,112,-171v50,0,70,31,70,82v0,85,-26,173,-113,173v-50,0,-69,-33,-69,-84xm149,-172v6,-42,-44,-55,-60,-23v-17,35,-34,101,-21,149v4,6,9,12,19,11v56,-6,53,-82,62,-137"},"1":{"d":"6,0r7,-41r62,0r31,-161r-67,37r8,-42r70,-41r48,0r-41,207r57,0r-8,41r-167,0","k":{"1":27}},"2":{"d":"121,-251v83,0,93,87,42,126v-35,27,-77,48,-103,84r115,0r-7,41r-174,0v12,-94,108,-103,147,-168v11,-20,3,-46,-24,-44v-23,2,-33,13,-39,32r-47,-10v12,-38,39,-61,90,-61"},"3":{"d":"131,-73v0,-31,-25,-35,-58,-33r8,-40v36,2,64,-5,65,-39v0,-17,-10,-28,-28,-27v-23,1,-35,12,-41,32r-47,-9v11,-39,39,-63,90,-62v44,1,76,17,76,60v0,42,-26,59,-63,64v28,5,48,20,48,54v0,95,-172,105,-178,13r49,-7v3,21,16,31,40,31v24,0,39,-13,39,-37"},"4":{"d":"154,-50r-10,50r-47,0r10,-50r-113,0r7,-37r126,-161r65,0r-31,161r33,0r-7,37r-33,0xm114,-87r27,-125v-29,45,-64,83,-95,125r68,0"},"5":{"d":"137,-85v4,-43,-51,-49,-69,-23r-48,0r36,-140r148,0r-7,41r-105,0r-15,59v40,-35,118,-7,110,57v10,93,-131,128,-176,58v-5,-8,-6,-16,-7,-25r49,-8v4,19,14,30,37,30v30,-1,44,-19,47,-49"},"6":{"d":"189,-94v-5,59,-36,98,-95,98v-53,0,-78,-35,-77,-90v1,-95,38,-177,138,-163v27,4,44,25,47,55r-47,7v-4,-34,-45,-30,-62,-5v-9,14,-17,34,-22,61v26,-45,125,-35,118,37xm108,-123v-49,-6,-61,88,-10,88v46,5,60,-88,10,-88"},"7":{"d":"33,-248r181,0r-7,40v-48,63,-107,114,-124,208r-52,0v18,-93,73,-148,126,-207r-132,0"},"8":{"d":"35,-185v2,-48,38,-66,89,-66v44,1,76,17,76,59v0,37,-25,55,-56,62v24,7,40,24,40,54v0,56,-41,80,-97,80v-50,0,-82,-20,-82,-67v0,-41,29,-59,63,-67v-20,-10,-33,-26,-33,-55xm84,-179v0,20,9,31,30,31v25,0,36,-17,36,-39v0,-19,-11,-31,-31,-30v-22,1,-36,13,-35,38xm134,-78v0,-21,-11,-34,-35,-34v-29,0,-42,18,-43,46v0,23,13,35,35,35v28,0,43,-19,43,-47"},"9":{"d":"57,-63v1,32,46,34,62,12v12,-16,20,-37,25,-64v-30,46,-125,30,-118,-42v6,-58,37,-94,96,-94v58,0,82,45,75,106v-10,86,-46,165,-141,145v-27,-6,-43,-26,-48,-55xm107,-125v29,0,44,-20,43,-52v0,-21,-11,-35,-31,-36v-46,-5,-63,88,-12,88"},":":{"d":"41,-132r10,-50r51,0r-10,50r-51,0xm16,0r9,-49r51,0r-10,49r-50,0","w":119},";":{"d":"41,-132r10,-50r51,0r-10,50r-51,0xm76,-49v-9,39,-14,83,-40,105r-32,0v15,-15,29,-32,34,-56r-22,0r9,-49r51,0","w":119},"\u037e":{"d":"41,-132r10,-50r51,0r-10,50r-51,0xm76,-49v-9,39,-14,83,-40,105r-32,0v15,-15,29,-32,34,-56r-22,0r9,-49r51,0","w":119},"<":{"d":"22,-91r0,-56r180,-69r0,40r-146,57r146,57r0,40","w":210},"=":{"d":"22,-148r0,-39r180,0r0,39r-180,0xm22,-51r0,-39r180,0r0,39r-180,0","w":210},">":{"d":"22,-22r0,-40r146,-57r-146,-57r0,-40r180,69r0,56","w":210},"?":{"d":"163,-185v-5,-40,-82,-31,-84,8r-47,-7v13,-42,43,-68,99,-67v46,1,82,17,82,62v0,69,-80,60,-96,114r-47,0v8,-55,68,-59,91,-98v1,-4,2,-7,2,-12xm54,0r9,-47r51,0r-9,47r-51,0","w":219},"@":{"d":"198,-261v86,0,138,44,138,128v0,63,-27,110,-85,115v-25,2,-35,-18,-33,-42v-12,21,-31,42,-62,42v-41,0,-58,-29,-58,-68v0,-60,30,-105,88,-108v25,-1,39,15,48,31r6,-27r28,0r-27,131v-1,11,5,16,14,17v38,-7,54,-45,54,-90v0,-68,-42,-104,-111,-104v-94,0,-143,58,-143,150v0,71,39,112,113,112v42,0,75,-12,103,-27r11,22v-32,17,-67,31,-116,31v-89,0,-140,-50,-140,-138v0,-107,63,-175,172,-175xm162,-43v43,-4,60,-45,60,-89v0,-23,-14,-38,-37,-38v-42,0,-58,41,-58,84v0,24,11,45,35,43","w":351},"A":{"d":"183,0r-10,-63r-94,0r-35,63r-51,0r138,-248r61,0r42,248r-51,0xm169,-102r-15,-108v-16,38,-36,73,-55,108r70,0","w":259,"k":{"\u2019":20,"Y":27,"W":20,"V":27,"T":27," ":13}},"B":{"d":"240,-76v-1,102,-136,71,-234,76r48,-248v79,4,193,-21,193,58v0,38,-25,53,-57,60v29,5,49,21,50,54xm195,-182v0,-40,-58,-24,-96,-27r-12,61v45,-3,108,12,108,-34xm188,-77v0,-44,-65,-31,-109,-33r-13,72v51,-3,122,14,122,-39","w":259},"C":{"d":"161,-211v-63,0,-91,46,-91,110v0,39,17,65,58,64v38,-1,60,-20,74,-45r40,20v-22,39,-58,62,-117,66v-116,9,-135,-148,-68,-212v33,-50,166,-62,196,-1v4,8,9,18,11,27r-48,12v-6,-24,-25,-41,-55,-41","w":259},"D":{"d":"250,-142v-3,89,-53,142,-142,142r-102,0r48,-248v105,-5,200,3,196,106xm201,-140v1,-57,-42,-72,-103,-68r-32,168v84,6,135,-22,135,-100","w":259},"E":{"d":"6,0r48,-248r195,0r-8,40r-143,0r-12,63r132,0r-7,40r-132,0r-13,65r150,0r-8,40r-202,0","w":240},"F":{"d":"98,-208r-15,77r118,0r-8,40r-117,0r-18,91r-52,0r48,-248r174,0r-8,40r-122,0","w":219,"k":{"A":20,".":40,",":40}},"G":{"d":"70,-104v-4,71,81,81,132,50r8,-40r-60,0r7,-37r108,0r-19,100v-30,21,-65,34,-116,34v-70,-1,-112,-35,-112,-105v-1,-106,79,-169,188,-144v33,8,53,31,63,63r-50,14v-6,-26,-25,-42,-56,-42v-62,0,-89,43,-93,107","w":280},"H":{"d":"168,0r21,-106r-110,0r-21,106r-52,0r48,-248r52,0r-19,99r110,0r19,-99r50,0r-48,248r-50,0","w":259},"I":{"d":"6,0r48,-248r52,0r-48,248r-52,0","w":100},"J":{"d":"51,-77v-1,38,59,57,67,15r29,-145r-49,0r7,-41r101,0r-34,174v3,81,-127,106,-159,37v-4,-9,-7,-19,-9,-30"},"K":{"d":"175,0r-63,-112r-37,21r-17,91r-52,0r48,-248r52,0r-23,113r134,-113r65,0r-132,109r82,139r-57,0","w":259},"L":{"d":"6,0r48,-248r52,0r-40,208r133,0r-8,40r-185,0","w":219,"k":{"\u2019":27,"Y":27,"W":20,"V":20,"T":27," ":7}},"M":{"d":"212,0r43,-212r-104,212r-37,0r-24,-212v-8,75,-25,142,-38,212r-46,0r48,-248r70,0r20,187r93,-187r69,0r-48,248r-46,0","w":299},"N":{"d":"155,0r-65,-199r-38,199r-46,0r48,-248r62,0r66,201r38,-201r46,0r-48,248r-63,0","w":259},"O":{"d":"18,-101v0,-91,52,-150,145,-150v68,0,111,34,111,101v0,96,-53,154,-146,154v-69,0,-110,-37,-110,-105xm220,-133v4,-46,-15,-77,-59,-77v-65,0,-88,46,-91,108v-2,41,22,65,60,65v60,0,84,-40,90,-96","w":280},"P":{"d":"241,-173v-1,82,-78,91,-166,86r-17,87r-52,0r48,-248v87,0,188,-12,187,75xm188,-171v0,-43,-48,-36,-90,-36r-15,80v50,0,105,7,105,-44","w":240,"k":{"A":27,".":46,",":46," ":13}},"Q":{"d":"23,-63v-24,-104,36,-188,140,-188v68,0,111,34,111,101v0,87,-44,137,-119,151v2,31,28,37,61,31r-8,34v-54,13,-105,-9,-105,-64v-40,-7,-72,-29,-80,-65xm220,-133v4,-46,-15,-77,-59,-77v-65,0,-88,46,-91,108v-2,41,22,65,60,65v60,0,84,-40,90,-96","w":280},"R":{"d":"258,-177v0,46,-32,67,-71,75r48,102r-57,0r-41,-94r-61,0r-18,94r-52,0r48,-248v89,2,204,-19,204,71xm205,-174v0,-46,-63,-30,-107,-33r-14,73v51,-2,120,13,121,-40","w":259,"k":{"Y":7,"W":7,"T":7}},"S":{"d":"178,-136v88,48,22,151,-73,140v-56,-7,-93,-19,-101,-68r51,-9v1,50,111,53,115,3v-16,-63,-132,-20,-133,-112v0,-93,190,-91,199,-10r-50,12v-4,-41,-93,-50,-97,-4v7,38,59,32,89,48","w":240},"T":{"d":"157,-208r-40,208r-52,0r40,-208r-80,0r8,-40r212,0r-8,40r-80,0","w":219,"k":{"y":13,"w":13,"u":7,"s":13,"r":7,"o":13,"i":7,"e":13,"c":13,"a":13,"O":7,"A":27,";":27,":":27,".":27,"-":20,",":27}},"U":{"d":"76,-105v-23,59,45,89,88,55v12,-10,18,-24,22,-45r30,-153r51,0v-29,105,-8,252,-149,252v-70,0,-107,-43,-93,-116r26,-136r52,0","w":259},"V":{"d":"130,0r-60,0r-40,-248r54,0r24,206v31,-72,69,-137,103,-206r54,0","w":240,"k":{"y":7,"u":7,"r":7,"o":13,"i":13,"e":13,"a":13,"A":27,";":13,":":13,".":33,"-":13,",":33}},"W":{"d":"253,0r-61,0r-6,-196v-25,68,-54,131,-82,196r-62,0r-16,-248r50,0r7,204r86,-204r55,0r8,204r82,-204r51,0","w":339,"k":{"y":7,"u":7,"r":7,"o":7,"i":3,"e":7,"a":7,"A":20,";":13,":":13,".":27,"-":13,",":27}},"X":{"d":"39,-248r54,0r39,83r71,-83r55,0r-105,119r64,129r-54,0r-44,-94r-80,94r-56,0r115,-129","w":240},"Y":{"d":"147,-102r-20,102r-51,0r19,-102r-65,-146r52,0r45,107r83,-107r57,0","w":240,"k":{"v":13,"u":13,"q":13,"p":13,"o":13,"i":13,"e":13,"a":13,"A":27,";":20,":":20,".":33,"-":27,",":33," ":7}},"Z":{"d":"190,0r-198,0r7,-37r163,-170r-117,0r8,-41r178,0r-7,36r-163,171r137,0","w":219},"[":{"d":"-9,75r65,-336r95,0r-7,34r-48,0r-52,268r48,0r-6,34r-95,0","w":119},"\\":{"d":"51,7r-31,-268r41,0r33,268r-43,0","w":100},"]":{"d":"-31,75r7,-34r49,0r52,-268r-49,0r6,-34r96,0r-65,336r-96,0","w":119},"^":{"d":"169,-90r-57,-133r-57,133r-40,0r69,-158r56,0r69,158r-40,0","w":210},"_":{"d":"-21,44r0,-14r207,0r0,14r-207,0"},"`":{"d":"105,-208r-54,-48r1,-8r46,0r34,51v-1,10,-18,3,-27,5","w":119},"a":{"d":"166,-52v-4,17,5,29,24,23r-3,27v-30,11,-74,1,-67,-34v-15,21,-29,40,-64,40v-33,0,-53,-19,-54,-53v0,-64,63,-67,128,-67v10,-22,3,-53,-29,-45v-13,3,-22,10,-25,24r-46,-5v5,-64,156,-77,153,0v-1,33,-11,60,-17,90xm97,-88v-44,-9,-64,57,-19,57v31,0,42,-28,47,-57r-28,0"},"b":{"d":"87,-160v15,-17,32,-34,63,-34v99,1,59,172,-1,192v-36,12,-78,0,-87,-29r-8,31r-48,0r52,-261r49,0xm158,-122v0,-24,-5,-37,-29,-37v-46,0,-55,46,-57,89v-1,25,12,40,35,40v44,0,51,-50,51,-92","w":219},"c":{"d":"67,-101v-8,29,-7,73,27,71v23,-2,32,-16,39,-37r48,9v-11,39,-40,62,-90,62v-55,0,-84,-32,-79,-90v6,-75,61,-124,140,-103v26,7,40,29,43,59r-50,4v-1,-20,-9,-34,-29,-34v-35,0,-41,29,-49,59"},"d":{"d":"132,-28v-14,19,-31,32,-63,32v-39,0,-59,-27,-59,-66v0,-70,24,-129,92,-132v31,-1,47,14,56,35r19,-102r49,0r-47,261r-49,0xm62,-69v0,22,7,39,29,39v45,-2,54,-45,57,-90v2,-27,-10,-40,-33,-40v-44,0,-53,48,-53,91","w":219},"e":{"d":"114,-194v63,-2,87,48,72,110r-123,0v-3,28,1,55,31,54v21,-1,32,-13,37,-29r44,13v-15,32,-38,50,-84,50v-50,0,-80,-26,-80,-77v0,-71,33,-119,103,-121xm144,-117v14,-47,-50,-61,-67,-22v-3,6,-6,13,-8,22r75,0"},"f":{"d":"93,-157r-31,157r-49,0r31,-157r-28,0r6,-33r28,0v2,-54,40,-81,100,-68r-6,32v-29,-8,-44,9,-45,36r38,0r-7,33r-37,0","w":119,"k":{"\u2019":-7,"f":7}},"g":{"d":"45,-171v29,-32,103,-29,114,14v2,-11,5,-23,8,-33r47,0r-38,188v-3,70,-92,96,-155,64v-12,-6,-20,-20,-22,-37r50,-5v2,28,48,27,63,11v13,-13,20,-45,21,-66v-13,20,-30,35,-62,36v-87,3,-60,-134,-26,-172xm94,-35v41,-3,55,-43,55,-86v0,-24,-12,-39,-35,-39v-43,0,-51,48,-51,90v0,22,9,37,31,35","w":219},"h":{"d":"150,-105v8,-23,8,-54,-22,-51v-68,7,-54,98,-72,156r-50,0r50,-261r50,0r-21,103v15,-20,33,-36,66,-36v95,0,34,128,28,194r-49,0","w":219},"i":{"d":"50,-224r7,-37r49,0r-7,37r-49,0xm6,0r37,-190r49,0r-37,190r-49,0","w":100},"j":{"d":"50,-224r7,-37r49,0r-7,37r-49,0xm51,22v-6,42,-44,63,-90,49r7,-33v23,5,33,-8,36,-27r39,-201r49,0","w":100},"k":{"d":"128,0r-33,-87r-25,13r-15,74r-49,0r51,-261r49,0r-29,150r82,-79r56,0r-83,74r48,116r-52,0"},"l":{"d":"6,0r51,-261r49,0r-51,261r-49,0","w":100},"m":{"d":"255,-194v90,0,29,129,24,194r-49,0r25,-136v-7,-39,-53,-14,-60,9v-12,38,-18,85,-28,127r-49,0r25,-136v2,-29,-39,-23,-50,-7v-24,35,-25,96,-37,143r-50,0r36,-190r48,0v-1,10,-6,24,-4,32v12,-20,27,-36,57,-36v30,0,46,15,50,41v14,-21,29,-41,62,-41","w":320},"n":{"d":"151,-194v95,0,34,128,28,194r-49,0r25,-134v0,-29,-45,-25,-59,-9v-29,32,-27,95,-40,143r-50,0r36,-190r47,0r-4,32v15,-20,33,-36,66,-36","w":219},"o":{"d":"124,-194v51,0,84,22,84,74v-1,76,-41,124,-114,124v-51,0,-83,-27,-83,-78v0,-74,41,-120,113,-120xm99,-30v46,0,58,-42,58,-86v0,-27,-11,-44,-37,-44v-44,0,-55,40,-57,84v-1,27,10,45,36,46","w":219},"p":{"d":"156,-122v2,-23,-7,-37,-28,-37v-47,0,-58,44,-58,89v0,24,12,40,36,40v43,0,47,-49,50,-92xm-8,75r50,-265r48,0v0,10,-3,24,-3,30v22,-50,127,-45,121,29v-6,73,-21,135,-92,135v-29,0,-46,-14,-55,-35r-20,106r-49,0","w":219},"q":{"d":"102,-194v32,-2,46,14,56,35v2,-10,4,-23,8,-31r48,0r-53,265r-49,0r21,-104v-14,20,-32,33,-64,33v-38,0,-59,-26,-59,-65v0,-70,24,-129,92,-133xm63,-82v-3,28,2,52,28,52v46,-1,55,-45,57,-90v1,-24,-7,-40,-30,-40v-43,0,-50,40,-55,78","w":219},"r":{"d":"84,-151v13,-25,34,-51,72,-40r-8,41v-81,-20,-77,86,-92,150r-50,0r36,-190r47,0","w":140,"k":{"\u2019":-13,".":20,",":20}},"s":{"d":"144,-137v-1,-29,-70,-35,-71,-2v16,41,103,10,103,80v0,68,-97,75,-144,50v-14,-8,-23,-22,-28,-39r44,-6v3,32,80,36,82,1v-15,-42,-103,-11,-103,-82v0,-77,157,-79,161,-8"},"t":{"d":"72,-63v-8,23,5,39,32,30r-6,32v-44,15,-86,-5,-75,-63r18,-93r-26,0r7,-33r28,0r24,-45r31,0r-8,45r35,0r-6,33r-36,0","w":119},"u":{"d":"69,3v-96,0,-34,-126,-28,-193r49,0r-25,133v6,42,62,18,71,-6v14,-38,17,-86,28,-127r50,0r-36,190r-47,0v0,-11,4,-26,3,-33v-14,20,-30,37,-65,36","w":219},"v":{"d":"109,0r-59,0r-31,-190r51,0r16,153r77,-153r54,0","k":{".":20,",":20}},"w":{"d":"212,0r-52,0r-8,-156r-70,156r-52,0r-13,-190r46,0r2,145r66,-145r53,0r8,145r60,-145r47,0","w":280,"k":{".":13,",":13}},"x":{"d":"127,0r-32,-67r-58,67r-53,0r89,-99r-49,-91r52,0r30,61r52,-61r54,0r-85,92r52,98r-52,0"},"y":{"d":"100,10v-23,37,-50,77,-115,62r7,-35v37,9,51,-18,65,-41r-37,-186r51,0r18,146r73,-146r53,0","k":{".":13,",":13}},"z":{"d":"-6,0r7,-35r114,-120r-84,0r7,-35r142,0r-7,35r-114,119r100,0r-7,36r-158,0","w":180},"{":{"d":"73,9v-6,25,6,36,34,32r-7,34v-48,4,-86,-7,-75,-57v7,-33,31,-97,-22,-94r7,-34v90,1,16,-151,121,-151r35,0r-7,34v-82,-9,-21,116,-102,134v42,8,25,65,16,102","w":140},"|":{"d":"34,75r0,-336r46,0r0,336r-46,0","w":100},"}":{"d":"65,-195v6,-24,-6,-36,-34,-32r7,-34v47,-5,85,7,75,57v-7,34,-31,95,22,94r-7,34v-97,1,-2,174,-155,151r6,-34v83,10,20,-118,103,-134v-43,-7,-26,-65,-17,-102","w":140},"~":{"d":"203,-105v-54,44,-135,-36,-182,10r0,-38v51,-45,135,36,182,-10r0,38","w":210},"\u00a1":{"d":"43,-143r10,-47r50,0r-9,47r-51,0xm4,57r39,-172r40,0r-28,172r-51,0","w":119},"\u00a2":{"d":"105,-185v-35,12,-55,96,-24,124xm13,-98v0,-70,33,-118,99,-123r6,-27r28,0r-5,29v32,6,53,26,56,61r-50,5v-1,-14,-5,-24,-13,-30r-24,123v14,-6,20,-17,26,-34r47,9v-10,37,-37,57,-80,61r-6,29r-28,0r5,-30v-38,-7,-61,-30,-61,-73"},"\u00a3":{"d":"41,-37v48,-2,109,12,114,-34r39,7v-9,38,-33,64,-77,64r-126,0r7,-36v29,-9,39,-38,45,-70r-33,0r5,-30r32,0v11,-58,16,-115,89,-115v41,0,64,17,70,52r-43,9v0,-33,-48,-36,-57,-10v-6,19,-9,44,-14,64r51,0r-6,30r-51,0v-4,35,-17,59,-45,69"},"\u00a4":{"d":"36,-82v-13,-20,-13,-58,1,-77r-24,-23r28,-28r23,23v20,-12,57,-13,77,0r24,-23r28,28r-24,23v13,18,14,59,0,77r24,23r-28,28r-23,-23v-22,14,-58,13,-78,0r-24,24r-27,-28xm103,-157v-22,0,-37,14,-37,36v0,22,15,37,37,37v22,0,36,-15,36,-37v0,-22,-14,-36,-36,-36"},"\u00a5":{"d":"140,-121r49,0r-5,25r-60,0r-5,29r59,0r-5,26r-59,0r-8,41r-48,0r8,-41r-59,0r5,-26r59,0r6,-29r-60,0r5,-25r49,0r-40,-127r50,0r27,105r69,-105r52,0"},"\u00a6":{"d":"34,-129r0,-132r46,0r0,132r-46,0xm34,75r0,-132r46,0r0,132r-46,0","w":100},"\u00a7":{"d":"39,-193v-4,-72,124,-73,156,-32v4,6,7,13,7,22r-43,5v-1,-32,-76,-31,-77,0v15,46,108,15,108,81v0,32,-19,45,-44,52v13,7,23,21,23,40v4,70,-99,78,-152,54v-14,-7,-21,-20,-24,-39r43,-7v1,39,88,37,90,0v-12,-52,-109,-12,-109,-86v0,-31,22,-41,47,-48v-13,-9,-24,-20,-25,-42xm146,-105v-1,-38,-82,-43,-85,-5v3,35,79,42,85,5"},"\u00a8":{"d":"100,-211r7,-38r39,0r-8,38r-38,0xm24,-211r7,-38r38,0r-8,38r-37,0","w":119},"\u00a9":{"d":"138,-251v76,0,127,50,127,127v0,79,-50,127,-127,127v-77,0,-127,-48,-127,-127v0,-78,49,-127,127,-127xm138,-17v65,0,107,-42,107,-107v0,-65,-42,-107,-107,-107v-65,0,-107,42,-107,107v0,64,42,107,107,107xm101,-125v-9,51,61,66,74,25r28,8v-11,23,-29,42,-63,42v-46,0,-71,-27,-71,-75v0,-81,109,-97,132,-32r-28,7v-15,-40,-80,-23,-72,25","w":265},"\u00aa":{"d":"125,-157v-4,13,5,17,16,14v0,14,-3,24,-22,20v-19,2,-25,-11,-24,-24v-10,33,-78,37,-77,-8v0,-42,42,-44,84,-44v4,-17,3,-33,-19,-29v-9,1,-14,7,-16,16r-30,-4v1,-40,108,-49,99,0xm81,-181v-28,-4,-40,34,-13,38v19,-3,28,-19,31,-38r-18,0","w":133},"\u00ab":{"d":"127,-24r-34,-64r3,-12r56,-65r42,0r-1,7r-57,65r33,62r-1,7r-41,0xm46,-24r-33,-64r2,-12r57,-65r42,0r-1,7r-58,65r33,62r-1,7r-41,0"},"\u00ac":{"d":"154,-25r0,-75r-141,0r0,-39r181,0r0,114r-40,0","w":210},"\u00ae":{"d":"138,-251v76,0,127,50,127,127v0,79,-50,127,-127,127v-77,0,-127,-48,-127,-127v0,-78,49,-127,127,-127xm138,-17v65,0,107,-42,107,-107v0,-65,-42,-107,-107,-107v-65,0,-107,42,-107,107v0,64,42,107,107,107xm142,-195v61,-11,70,74,23,84r38,59r-35,0r-32,-55r-20,0r0,55r-32,0r0,-143r58,0xm116,-130v24,1,48,2,48,-23v0,-23,-25,-20,-48,-20r0,43","w":265},"\u00af":{"d":"202,-255r-205,0r0,-17r205,0r0,17","w":198},"\u00b0":{"d":"89,-250v35,0,57,22,57,55v0,33,-23,55,-57,55v-34,0,-56,-22,-56,-55v0,-33,22,-55,56,-55xm89,-166v18,0,29,-12,29,-29v0,-18,-11,-29,-29,-29v-18,0,-28,13,-29,29v2,16,11,29,29,29","w":143},"\u00b1":{"d":"125,-124r0,60r-39,0r0,-60r-71,0r0,-39r71,0r0,-60r39,0r0,60r71,0r0,39r-71,0xm15,0r0,-39r181,0r0,39r-181,0","w":197},"\u00b2":{"d":"33,-217v4,-43,95,-48,95,-1v0,45,-53,44,-73,71r61,0r-4,25r-100,0v4,-49,54,-53,79,-81v8,-10,4,-26,-10,-25v-11,1,-17,6,-20,17","w":119},"\u00b3":{"d":"95,-215v0,-21,-33,-17,-35,2r-29,-4v3,-42,95,-49,97,-2v0,20,-16,28,-33,32v14,2,25,12,25,27v1,50,-102,53,-103,4r32,-4v1,12,6,17,19,17v20,0,27,-29,7,-32r-19,-1r4,-22v18,1,35,-2,35,-17","w":119},"\u00b4":{"d":"45,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0","w":119},"\u00b5":{"d":"174,-57v-4,13,0,29,16,22r-3,34v-29,7,-66,10,-63,-28v-7,29,-50,46,-67,17r-16,87r-49,0r51,-265r49,0r-23,127v-4,33,36,37,48,14v21,-38,22,-95,34,-141r49,0","w":207},"\u00b6":{"d":"19,-184v0,-84,98,-61,175,-64r0,25r-23,0r0,269r-27,0r0,-269r-34,0r0,269r-28,0r0,-168v-39,-1,-63,-21,-63,-62"},"\u00b7":{"d":"22,-93r11,-54r50,0r-10,54r-51,0","w":100},"\u2219":{"d":"22,-93r11,-54r50,0r-10,54r-51,0","w":100},"\u00b8":{"d":"95,38v-1,33,-40,40,-80,36v4,-11,1,-25,20,-20v15,-1,26,0,27,-13v0,-12,-15,-11,-28,-11r17,-30r25,0r-9,15v16,-1,28,7,28,23","w":119},"\u00b9":{"d":"17,-122r4,-21r33,0r16,-82r-34,19r4,-22v18,-10,33,-24,66,-20r-20,105r29,0r-4,21r-94,0","w":119},"\u00ba":{"d":"91,-249v34,-1,55,18,55,48v0,48,-27,80,-74,80v-32,0,-54,-18,-54,-51v0,-48,26,-76,73,-77xm75,-145v28,0,35,-26,35,-53v0,-16,-6,-27,-22,-27v-27,1,-33,24,-34,52v0,16,6,27,21,28","w":131},"\u00bb":{"d":"74,-165r34,64r-3,12r-56,65r-42,0r1,-8r58,-64v-10,-24,-27,-41,-33,-69r41,0xm155,-165r33,64r-2,12r-57,65r-42,0r1,-8r58,-64r-33,-62r1,-7r41,0"},"\u00bc":{"d":"250,-25r-5,25r-32,0r4,-25r-61,0r5,-26r70,-76r38,0r-14,77r18,0r-5,25r-18,0xm233,-102v-14,19,-30,35,-46,52r35,0xm75,0r-34,0r191,-248r35,0xm17,-122r4,-21r33,0r16,-82r-34,19r4,-22v18,-10,33,-24,66,-20r-20,105r29,0r-4,21r-94,0","w":300},"\u00bd":{"d":"75,0r-34,0r191,-248r35,0xm17,-122r4,-21r33,0r16,-82r-34,19r4,-22v18,-10,33,-24,66,-20r-20,105r29,0r-4,21r-94,0xm187,-95v4,-43,95,-48,95,-1v0,45,-53,44,-73,71r61,0r-4,25r-100,0v4,-49,54,-53,79,-81v8,-10,4,-26,-10,-25v-11,1,-17,6,-20,17","w":300},"\u00be":{"d":"250,-25r-5,25r-32,0r4,-25r-61,0r5,-26r70,-76r38,0r-14,77r18,0r-5,25r-18,0xm233,-102v-14,19,-30,35,-46,52r35,0xm75,0r-34,0r191,-248r35,0xm97,-215v0,-21,-33,-17,-35,2r-29,-4v3,-42,95,-49,97,-2v0,20,-16,28,-33,32v14,2,25,12,25,27v1,50,-102,53,-103,4r32,-4v1,12,6,17,19,17v20,0,27,-29,7,-32r-19,-1r4,-22v18,1,35,-2,35,-17","w":300},"\u00bf":{"d":"54,-5v5,40,82,31,84,-8r47,7v-13,42,-45,62,-99,67v-84,8,-107,-95,-40,-126v20,-15,49,-20,54,-50r47,0v-8,55,-68,59,-91,98v-1,4,-2,7,-2,12xm163,-190r-9,47r-51,0r9,-47r51,0","w":219},"\u00c0":{"d":"168,-269r-54,-41r2,-8r42,0r35,44v0,10,-17,3,-25,5xm183,0r-10,-63r-94,0r-35,63r-51,0r138,-248r61,0r42,248r-51,0xm169,-102r-15,-108v-16,38,-36,73,-55,108r70,0","w":259},"\u00c1":{"d":"134,-269v12,-20,33,-32,49,-49r47,0r-2,8r-68,41r-26,0xm183,0r-10,-63r-94,0r-35,63r-51,0r138,-248r61,0r42,248r-51,0xm169,-102r-15,-108v-16,38,-36,73,-55,108r70,0","w":259},"\u00c2":{"d":"192,-323v10,19,27,31,34,54r-27,0v-11,-8,-19,-19,-31,-26v-21,11,-34,31,-72,26r1,-5r55,-49r40,0xm183,0r-10,-63r-94,0r-35,63r-51,0r138,-248r61,0r42,248r-51,0xm169,-102r-15,-108v-16,38,-36,73,-55,108r70,0","w":259},"\u00c3":{"d":"237,-320v-7,25,-17,51,-49,51v-29,0,-61,-45,-74,0r-24,0v6,-26,17,-51,49,-51v22,0,33,19,52,21v15,2,17,-11,22,-21r24,0xm183,0r-10,-63r-94,0r-35,63r-51,0r138,-248r61,0r42,248r-51,0xm169,-102r-15,-108v-16,38,-36,73,-55,108r70,0","w":259},"\u00c4":{"d":"183,0r-10,-63r-94,0r-35,63r-51,0r138,-248r61,0r42,248r-51,0xm169,-102r-15,-108v-16,38,-36,73,-55,108r70,0xm183,-269r7,-38r39,0r-8,38r-38,0xm107,-269r7,-38r38,0r-8,38r-37,0","w":259},"\u00c5":{"d":"163,-315v26,0,44,17,44,45v0,27,-17,44,-44,44v-28,0,-45,-18,-45,-44v0,-27,18,-45,45,-45xm163,-248v13,0,22,-9,22,-22v0,-13,-8,-22,-22,-22v-14,0,-22,8,-22,22v0,15,9,22,22,22xm183,0r-10,-63r-94,0r-35,63r-51,0r138,-248r61,0r42,248r-51,0xm169,-102r-15,-108v-16,38,-36,73,-55,108r70,0","w":259},"\u00c6":{"d":"147,0r12,-63r-79,0r-42,63r-55,0r170,-248r216,0r-8,40r-123,0r-12,63r112,0r-8,38r-112,0r-13,67r131,0r-8,40r-181,0xm188,-210v-23,-1,-21,26,-35,37r-47,71r61,0","w":360},"\u00c7":{"d":"158,-211v-63,0,-91,46,-91,110v0,39,17,65,58,64v38,-1,60,-20,74,-45r40,20v-22,39,-58,62,-117,66v-116,9,-135,-148,-68,-212v33,-50,166,-62,196,-1v4,8,9,18,11,27r-48,12v-6,-24,-25,-41,-55,-41xm156,38v-1,33,-40,40,-80,36v4,-11,1,-25,20,-20v15,-1,26,0,27,-13v0,-12,-15,-11,-28,-11r17,-30r25,0r-9,15v16,-1,28,7,28,23","w":259},"\u00c8":{"d":"151,-269r-53,-41r1,-8r42,0r36,44v0,10,-18,3,-26,5xm6,0r48,-248r195,0r-8,40r-143,0r-12,63r132,0r-7,40r-132,0r-13,65r150,0r-8,40r-202,0","w":240},"\u00c9":{"d":"126,-269v11,-22,33,-31,48,-49r47,0r-1,8r-68,41r-26,0xm6,0r48,-248r195,0r-8,40r-143,0r-12,63r132,0r-7,40r-132,0r-13,65r150,0r-8,40r-202,0","w":240},"\u00ca":{"d":"186,-323v10,19,27,31,34,54r-27,0v-11,-8,-19,-19,-31,-26v-21,11,-34,31,-72,26r1,-5r55,-49r40,0xm6,0r48,-248r195,0r-8,40r-143,0r-12,63r132,0r-7,40r-132,0r-13,65r150,0r-8,40r-202,0","w":240},"\u00cb":{"d":"6,0r48,-248r195,0r-8,40r-143,0r-12,63r132,0r-7,40r-132,0r-13,65r150,0r-8,40r-202,0xm175,-269r7,-38r39,0r-8,38r-38,0xm99,-269r7,-38r38,0r-8,38r-37,0","w":240},"\u00cc":{"d":"85,-269r-54,-41r2,-8r42,0r35,44v0,10,-17,3,-25,5xm6,0r48,-248r52,0r-48,248r-52,0","w":100},"\u00cd":{"d":"57,-269v12,-20,33,-32,49,-49r47,0r-2,8r-68,41r-26,0xm6,0r48,-248r52,0r-48,248r-52,0","w":100},"\u00ce":{"d":"149,-274v-1,10,-18,3,-27,5v-11,-8,-20,-19,-32,-26v-21,11,-34,31,-72,26r1,-5r55,-49r40,0xm6,0r48,-248r52,0r-48,248r-52,0","w":100},"\u00cf":{"d":"6,0r48,-248r52,0r-48,248r-52,0xm103,-269r7,-38r39,0r-8,38r-38,0xm27,-269r7,-38r38,0r-8,38r-37,0","w":100},"\u00d0":{"d":"250,-142v-3,89,-53,142,-142,142r-102,0r21,-104r-23,0r7,-39r23,0r20,-105v105,-5,200,3,196,106xm201,-140v1,-57,-42,-72,-103,-68r-12,65r63,0r-8,39r-63,0r-12,64v84,6,135,-22,135,-100","w":259},"\u00d1":{"d":"243,-320v-8,24,-17,53,-50,51v-28,-1,-60,-44,-73,0r-24,0v6,-26,17,-51,49,-51v23,0,32,19,52,21v15,1,17,-11,22,-21r24,0xm155,0r-65,-199r-38,199r-46,0r48,-248r62,0r66,201r38,-201r46,0r-48,248r-63,0","w":259},"\u00d2":{"d":"174,-269r-54,-41r2,-8r42,0r35,44v0,10,-17,3,-25,5xm18,-101v0,-91,52,-150,145,-150v68,0,111,34,111,101v0,96,-53,154,-146,154v-69,0,-110,-37,-110,-105xm220,-133v4,-46,-15,-77,-59,-77v-65,0,-88,46,-91,108v-2,41,22,65,60,65v60,0,84,-40,90,-96","w":280},"\u00d3":{"d":"151,-269v11,-22,33,-31,48,-49r47,0r-1,8r-68,41r-26,0xm18,-101v0,-91,52,-150,145,-150v68,0,111,34,111,101v0,96,-53,154,-146,154v-69,0,-110,-37,-110,-105xm220,-133v4,-46,-15,-77,-59,-77v-65,0,-88,46,-91,108v-2,41,22,65,60,65v60,0,84,-40,90,-96","w":280},"\u00d4":{"d":"232,-274v-1,10,-19,3,-28,5v-11,-8,-19,-19,-31,-26v-21,11,-34,31,-72,26r1,-5r55,-49r40,0xm18,-101v0,-91,52,-150,145,-150v68,0,111,34,111,101v0,96,-53,154,-146,154v-69,0,-110,-37,-110,-105xm220,-133v4,-46,-15,-77,-59,-77v-65,0,-88,46,-91,108v-2,41,22,65,60,65v60,0,84,-40,90,-96","w":280},"\u00d5":{"d":"249,-320v-7,25,-17,51,-49,51v-28,0,-60,-45,-74,0r-24,0v6,-26,17,-51,49,-51v29,0,62,42,74,0r24,0xm18,-101v0,-91,52,-150,145,-150v68,0,111,34,111,101v0,96,-53,154,-146,154v-69,0,-110,-37,-110,-105xm220,-133v4,-46,-15,-77,-59,-77v-65,0,-88,46,-91,108v-2,41,22,65,60,65v60,0,84,-40,90,-96","w":280},"\u00d6":{"d":"18,-101v0,-91,52,-150,145,-150v68,0,111,34,111,101v0,96,-53,154,-146,154v-69,0,-110,-37,-110,-105xm220,-133v4,-46,-15,-77,-59,-77v-65,0,-88,46,-91,108v-2,41,22,65,60,65v60,0,84,-40,90,-96xm190,-269r7,-38r39,0r-8,38r-38,0xm114,-269r7,-38r38,0r-8,38r-37,0","w":280},"\u00d7":{"d":"22,-57r63,-63r-62,-62r28,-28r61,62r62,-62r28,28r-62,62r62,62r-28,28r-62,-62r-62,62","w":210},"\u00d8":{"d":"18,-101v0,-91,52,-147,145,-150v29,0,53,6,70,18r23,-25r35,0r-39,42v13,16,22,37,22,66v0,118,-106,184,-211,138r-20,21r-37,0r36,-38v-15,-17,-24,-42,-24,-72xm200,-198v-78,-45,-155,42,-123,131xm95,-46v78,35,146,-42,121,-130","w":280},"\u00d9":{"d":"163,-269r-53,-41r1,-8r42,0r36,44v-1,9,-17,4,-26,5xm76,-105v-23,59,45,89,88,55v12,-10,18,-24,22,-45r30,-153r51,0v-29,105,-8,252,-149,252v-70,0,-107,-43,-93,-116r26,-136r52,0","w":259},"\u00da":{"d":"139,-269v11,-22,33,-31,48,-49r47,0r-1,8r-68,41r-26,0xm76,-105v-23,59,45,89,88,55v12,-10,18,-24,22,-45r30,-153r51,0v-29,105,-8,252,-149,252v-70,0,-107,-43,-93,-116r26,-136r52,0","w":259},"\u00db":{"d":"227,-274v-1,10,-18,3,-27,5v-11,-8,-20,-19,-32,-26v-21,11,-34,31,-71,26r0,-5r55,-49r40,0xm76,-105v-23,59,45,89,88,55v12,-10,18,-24,22,-45r30,-153r51,0v-29,105,-8,252,-149,252v-70,0,-107,-43,-93,-116r26,-136r52,0","w":259},"\u00dc":{"d":"76,-105v-23,59,45,89,88,55v12,-10,18,-24,22,-45r30,-153r51,0v-29,105,-8,252,-149,252v-70,0,-107,-43,-93,-116r26,-136r52,0xm182,-269r7,-38r39,0r-8,38r-38,0xm106,-269r7,-38r38,0r-8,38r-37,0","w":259},"\u00dd":{"d":"126,-269v11,-22,34,-31,49,-49r46,0r-1,8r-68,41r-26,0xm147,-102r-20,102r-51,0r19,-102r-65,-146r52,0r45,107r83,-107r57,0","w":240},"\u00de":{"d":"233,-134v0,82,-77,91,-165,86r-10,48r-52,0r48,-248r52,0r-7,40v73,-4,133,6,134,74xm181,-131v0,-42,-47,-38,-90,-37r-16,80v49,0,106,8,106,-43","w":240},"\u00df":{"d":"164,-205v2,-26,-43,-25,-57,-10v-9,8,-14,21,-17,36r-34,179r-50,0r35,-181v11,-52,39,-80,99,-80v38,0,68,13,69,51v2,45,-42,45,-51,77v8,30,44,30,44,72v0,64,-76,78,-127,54r12,-32v21,12,70,18,68,-18v-2,-35,-44,-30,-43,-69v1,-42,49,-40,52,-79","w":219},"\u00e0":{"d":"166,-52v-4,17,5,29,24,23r-3,27v-30,11,-74,1,-67,-34v-15,21,-29,40,-64,40v-33,0,-53,-19,-54,-53v0,-64,63,-67,128,-67v10,-22,3,-53,-29,-45v-13,3,-22,10,-25,24r-46,-5v5,-64,156,-77,153,0v-1,33,-11,60,-17,90xm97,-88v-44,-9,-64,57,-19,57v31,0,42,-28,47,-57r-28,0xm123,-208r-54,-48r1,-8r46,0r34,51v-1,10,-18,3,-27,5"},"\u00e1":{"d":"166,-52v-4,17,5,29,24,23r-3,27v-30,11,-74,1,-67,-34v-15,21,-29,40,-64,40v-33,0,-53,-19,-54,-53v0,-64,63,-67,128,-67v10,-22,3,-53,-29,-45v-13,3,-22,10,-25,24r-46,-5v5,-64,156,-77,153,0v-1,33,-11,60,-17,90xm97,-88v-44,-9,-64,57,-19,57v31,0,42,-28,47,-57r-28,0xm95,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0"},"\u00e2":{"d":"151,-269v10,21,26,36,33,61r-27,0v-10,-11,-19,-24,-30,-34r-43,34r-30,0v14,-26,39,-39,57,-61r40,0xm166,-52v-4,17,5,29,24,23r-3,27v-30,11,-74,1,-67,-34v-15,21,-29,40,-64,40v-33,0,-53,-19,-54,-53v0,-64,63,-67,128,-67v10,-22,3,-53,-29,-45v-13,3,-22,10,-25,24r-46,-5v5,-64,156,-77,153,0v-1,33,-11,60,-17,90xm97,-88v-44,-9,-64,57,-19,57v31,0,42,-28,47,-57r-28,0"},"\u00e3":{"d":"195,-259v-7,25,-17,51,-49,51v-29,0,-61,-45,-74,0r-24,0v6,-26,17,-51,49,-51v22,0,33,19,52,21v15,2,17,-11,22,-21r24,0xm166,-52v-4,17,5,29,24,23r-3,27v-30,11,-74,1,-67,-34v-15,21,-29,40,-64,40v-33,0,-53,-19,-54,-53v0,-64,63,-67,128,-67v10,-22,3,-53,-29,-45v-13,3,-22,10,-25,24r-46,-5v5,-64,156,-77,153,0v-1,33,-11,60,-17,90xm97,-88v-44,-9,-64,57,-19,57v31,0,42,-28,47,-57r-28,0"},"\u00e4":{"d":"166,-52v-4,17,5,29,24,23r-3,27v-30,11,-74,1,-67,-34v-15,21,-29,40,-64,40v-33,0,-53,-19,-54,-53v0,-64,63,-67,128,-67v10,-22,3,-53,-29,-45v-13,3,-22,10,-25,24r-46,-5v5,-64,156,-77,153,0v-1,33,-11,60,-17,90xm97,-88v-44,-9,-64,57,-19,57v31,0,42,-28,47,-57r-28,0xm138,-211r7,-38r39,0r-8,38r-38,0xm62,-211r7,-38r38,0r-8,38r-37,0"},"\u00e5":{"d":"124,-296v28,0,45,18,45,44v0,26,-17,45,-45,45v-27,0,-44,-18,-44,-45v0,-27,17,-44,44,-44xm124,-274v-28,0,-28,45,0,45v14,0,23,-9,23,-23v0,-13,-10,-22,-23,-22xm166,-52v-4,17,5,29,24,23r-3,27v-30,11,-74,1,-67,-34v-15,21,-29,40,-64,40v-33,0,-53,-19,-54,-53v0,-64,63,-67,128,-67v10,-22,3,-53,-29,-45v-13,3,-22,10,-25,24r-46,-5v5,-64,156,-77,153,0v-1,33,-11,60,-17,90xm97,-88v-44,-9,-64,57,-19,57v31,0,42,-28,47,-57r-28,0"},"\u00e6":{"d":"36,-142v5,-54,101,-68,135,-32v46,-38,137,-21,137,53v0,11,-2,27,-4,37r-123,0v-16,44,35,75,62,37r6,-12r43,13v-15,32,-37,50,-84,50v-35,0,-58,-15,-69,-39v-15,25,-40,39,-78,39v-33,0,-54,-21,-54,-53v0,-64,62,-69,129,-67v9,-24,2,-52,-29,-45v-14,3,-22,10,-25,24xm60,-57v0,38,49,28,58,5v7,-8,10,-23,13,-36v-34,-1,-71,-2,-71,31xm262,-117v14,-47,-50,-60,-68,-22v-3,6,-6,13,-8,22r76,0","w":320},"\u00e7":{"d":"67,-101v-8,29,-7,73,27,71v23,-2,32,-16,39,-37r48,9v-11,39,-40,62,-90,62v-55,0,-84,-32,-79,-90v6,-75,61,-124,140,-103v26,7,40,29,43,59r-50,4v-1,-20,-9,-34,-29,-34v-35,0,-41,29,-49,59xm129,38v-1,33,-40,40,-80,36v4,-11,1,-25,20,-20v15,-1,26,0,27,-13v0,-12,-15,-11,-28,-11r17,-30r25,0r-9,15v16,-1,28,7,28,23"},"\u00e8":{"d":"114,-194v63,-2,87,48,72,110r-123,0v-3,28,1,55,31,54v21,-1,32,-13,37,-29r44,13v-15,32,-38,50,-84,50v-50,0,-80,-26,-80,-77v0,-71,33,-119,103,-121xm144,-117v14,-47,-50,-61,-67,-22v-3,6,-6,13,-8,22r75,0xm126,-208r-54,-48r1,-8r46,0r34,51v-1,10,-18,3,-27,5"},"\u00e9":{"d":"114,-194v63,-2,87,48,72,110r-123,0v-3,28,1,55,31,54v21,-1,32,-13,37,-29r44,13v-15,32,-38,50,-84,50v-50,0,-80,-26,-80,-77v0,-71,33,-119,103,-121xm144,-117v14,-47,-50,-61,-67,-22v-3,6,-6,13,-8,22r75,0xm92,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0"},"\u00ea":{"d":"151,-269v10,21,26,36,33,61r-27,0v-10,-11,-19,-24,-30,-34r-43,34r-30,0v14,-26,39,-39,57,-61r40,0xm114,-194v63,-2,87,48,72,110r-123,0v-3,28,1,55,31,54v21,-1,32,-13,37,-29r44,13v-15,32,-38,50,-84,50v-50,0,-80,-26,-80,-77v0,-71,33,-119,103,-121xm144,-117v14,-47,-50,-61,-67,-22v-3,6,-6,13,-8,22r75,0"},"\u00eb":{"d":"114,-194v63,-2,87,48,72,110r-123,0v-3,28,1,55,31,54v21,-1,32,-13,37,-29r44,13v-15,32,-38,50,-84,50v-50,0,-80,-26,-80,-77v0,-71,33,-119,103,-121xm144,-117v14,-47,-50,-61,-67,-22v-3,6,-6,13,-8,22r75,0xm140,-211r7,-38r39,0r-8,38r-38,0xm64,-211r7,-38r38,0r-8,38r-37,0"},"\u00ec":{"d":"6,0r37,-190r49,0r-37,190r-49,0xm71,-208r-54,-48r1,-8r46,0r34,51v-1,10,-18,3,-27,5","w":100},"\u00ed":{"d":"6,0r37,-190r49,0r-37,190r-49,0xm46,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0","w":100},"\u00ee":{"d":"102,-269v9,21,29,38,32,61r-26,0v-10,-11,-19,-24,-30,-34r-44,34r-29,0v14,-26,39,-39,57,-61r40,0xm6,0r37,-190r49,0r-37,190r-49,0","w":100},"\u00ef":{"d":"6,0r37,-190r49,0r-37,190r-49,0xm91,-211r7,-38r39,0r-8,38r-38,0xm15,-211r7,-38r38,0r-8,38r-37,0","w":100},"\u00f0":{"d":"10,-72v-4,-78,75,-121,145,-89v-4,-17,-13,-33,-22,-46r-49,19r6,-31r26,-10v-12,-12,-23,-23,-39,-32v32,-1,61,-3,76,17r52,-19r-5,30r-26,10v19,24,32,52,32,95v-1,80,-36,132,-113,132v-52,0,-81,-26,-83,-76xm153,-107v0,-20,-14,-31,-37,-31v-57,0,-79,108,-18,108v38,0,55,-37,55,-77","w":219},"\u00f1":{"d":"211,-259v-7,25,-17,51,-49,51v-29,0,-61,-45,-74,0r-24,0v6,-26,17,-51,49,-51v22,0,33,19,52,21v15,2,17,-11,22,-21r24,0xm151,-194v95,0,34,128,28,194r-49,0r25,-134v0,-29,-45,-25,-59,-9v-29,32,-27,95,-40,143r-50,0r36,-190r47,0r-4,32v15,-20,33,-36,66,-36","w":219},"\u00f2":{"d":"124,-194v51,0,84,22,84,74v-1,76,-41,124,-114,124v-51,0,-83,-27,-83,-78v0,-74,41,-120,113,-120xm99,-30v46,0,58,-42,58,-86v0,-27,-11,-44,-37,-44v-44,0,-55,40,-57,84v-1,27,10,45,36,46xm130,-208r-54,-48r1,-8r46,0r34,51v-1,10,-18,3,-27,5","w":219},"\u00f3":{"d":"124,-194v51,0,84,22,84,74v-1,76,-41,124,-114,124v-51,0,-83,-27,-83,-78v0,-74,41,-120,113,-120xm99,-30v46,0,58,-42,58,-86v0,-27,-11,-44,-37,-44v-44,0,-55,40,-57,84v-1,27,10,45,36,46xm109,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0","w":219},"\u00f4":{"d":"161,-269v9,21,29,38,32,61r-27,0r-29,-34r-44,34r-30,0v14,-26,39,-39,57,-61r41,0xm124,-194v51,0,84,22,84,74v-1,76,-41,124,-114,124v-51,0,-83,-27,-83,-78v0,-74,41,-120,113,-120xm99,-30v46,0,58,-42,58,-86v0,-27,-11,-44,-37,-44v-44,0,-55,40,-57,84v-1,27,10,45,36,46","w":219},"\u00f5":{"d":"206,-259v-7,25,-17,51,-49,51v-23,0,-33,-19,-53,-22v-13,1,-17,12,-21,22r-24,0v6,-26,17,-51,49,-51v29,0,60,44,74,0r24,0xm124,-194v51,0,84,22,84,74v-1,76,-41,124,-114,124v-51,0,-83,-27,-83,-78v0,-74,41,-120,113,-120xm99,-30v46,0,58,-42,58,-86v0,-27,-11,-44,-37,-44v-44,0,-55,40,-57,84v-1,27,10,45,36,46","w":219},"\u00f6":{"d":"124,-194v51,0,84,22,84,74v-1,76,-41,124,-114,124v-51,0,-83,-27,-83,-78v0,-74,41,-120,113,-120xm99,-30v46,0,58,-42,58,-86v0,-27,-11,-44,-37,-44v-44,0,-55,40,-57,84v-1,27,10,45,36,46xm151,-211r7,-38r39,0r-8,38r-38,0xm75,-211r7,-38r38,0r-8,38r-37,0","w":219},"\u00f7":{"d":"81,-169r0,-41r42,0r0,41r-42,0xm12,-100r0,-39r181,0r0,39r-181,0xm81,-30r0,-41r42,0r0,41r-42,0","w":197},"\u00f8":{"d":"11,-74v-4,-90,78,-141,161,-110r10,-12r34,0r-24,27v11,12,16,29,16,49v4,90,-73,145,-157,115r-10,12r-34,0r23,-27v-12,-13,-19,-30,-19,-54xm144,-152v-52,-29,-91,31,-80,93xm78,-36v55,24,84,-34,78,-91","w":219},"\u00f9":{"d":"69,3v-96,0,-34,-126,-28,-193r49,0r-25,133v6,42,62,18,71,-6v14,-38,17,-86,28,-127r50,0r-36,190r-47,0v0,-11,4,-26,3,-33v-14,20,-30,37,-65,36xm129,-208r-54,-48r1,-8r46,0r34,51v-1,10,-18,3,-27,5","w":219},"\u00fa":{"d":"69,3v-96,0,-34,-126,-28,-193r49,0r-25,133v6,42,62,18,71,-6v14,-38,17,-86,28,-127r50,0r-36,190r-47,0v0,-11,4,-26,3,-33v-14,20,-30,37,-65,36xm106,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0","w":219},"\u00fb":{"d":"162,-269v9,21,29,38,32,61r-26,0v-10,-11,-19,-24,-30,-34r-43,34r-30,0v14,-26,39,-39,57,-61r40,0xm69,3v-96,0,-34,-126,-28,-193r49,0r-25,133v6,42,62,18,71,-6v14,-38,17,-86,28,-127r50,0r-36,190r-47,0v0,-11,4,-26,3,-33v-14,20,-30,37,-65,36","w":219},"\u00fc":{"d":"69,3v-96,0,-34,-126,-28,-193r49,0r-25,133v6,42,62,18,71,-6v14,-38,17,-86,28,-127r50,0r-36,190r-47,0v0,-11,4,-26,3,-33v-14,20,-30,37,-65,36xm150,-211r7,-38r39,0r-8,38r-38,0xm74,-211r7,-38r38,0r-8,38r-37,0","w":219},"\u00fd":{"d":"100,10v-23,37,-50,77,-115,62r7,-35v37,9,51,-18,65,-41r-37,-186r51,0r18,146r73,-146r53,0xm93,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0"},"\u00fe":{"d":"156,-122v2,-23,-7,-37,-28,-37v-47,0,-58,44,-58,89v0,24,12,40,36,40v43,0,47,-49,50,-92xm61,-31r-20,106r-49,0r65,-336r49,0r-19,101v22,-50,127,-45,121,29v-6,73,-21,135,-92,135v-29,0,-46,-14,-55,-35","w":219},"\u00ff":{"d":"103,10v-23,37,-50,77,-115,62r7,-35v37,9,51,-18,65,-41r-37,-186r51,0r18,146r73,-146r53,0xm142,-210r7,-38r39,0r-8,38r-38,0xm66,-210r7,-38r38,0r-8,38r-37,0"},"\u0100":{"d":"214,-270r-103,0r6,-30r103,0xm183,0r-10,-63r-94,0r-35,63r-51,0r138,-248r61,0r42,248r-51,0xm169,-102r-15,-108v-16,38,-36,73,-55,108r70,0","w":259},"\u0101":{"d":"171,-211r-103,0r5,-30r104,0xm166,-52v-4,17,5,29,24,23r-3,27v-30,11,-74,1,-67,-34v-15,21,-29,40,-64,40v-33,0,-53,-19,-54,-53v0,-64,63,-67,128,-67v10,-22,3,-53,-29,-45v-13,3,-22,10,-25,24r-46,-5v5,-64,156,-77,153,0v-1,33,-11,60,-17,90xm97,-88v-44,-9,-64,57,-19,57v31,0,42,-28,47,-57r-28,0"},"\u0102":{"d":"232,-320v-4,53,-100,75,-121,21v-2,-7,-4,-13,-4,-21r29,0v2,17,11,29,30,28v21,0,32,-10,37,-28r29,0xm183,0r-10,-63r-94,0r-35,63r-51,0r138,-248r61,0r42,248r-51,0xm169,-102r-15,-108v-16,38,-36,73,-55,108r70,0","w":259},"\u0103":{"d":"194,-265v-8,34,-28,57,-70,57v-36,0,-56,-20,-55,-57r29,0v2,17,10,30,29,29v22,0,32,-12,38,-29r29,0xm166,-52v-4,17,5,29,24,23r-3,27v-30,11,-74,1,-67,-34v-15,21,-29,40,-64,40v-33,0,-53,-19,-54,-53v0,-64,63,-67,128,-67v10,-22,3,-53,-29,-45v-13,3,-22,10,-25,24r-46,-5v5,-64,156,-77,153,0v-1,33,-11,60,-17,90xm97,-88v-44,-9,-64,57,-19,57v31,0,42,-28,47,-57r-28,0"},"\u0104":{"d":"218,-4v-16,7,-41,46,-12,53v7,0,13,-3,18,-5r-3,23v-25,11,-67,6,-64,-26v3,-30,22,-50,61,-45xm183,0r-10,-63r-94,0r-35,63r-51,0r138,-248r61,0r42,248r-51,0xm169,-102r-15,-108v-16,38,-36,73,-55,108r70,0","w":259},"\u0105":{"d":"142,37v-1,16,20,15,31,9r-3,23v-25,12,-66,6,-63,-26v3,-30,21,-50,60,-45v-12,9,-23,21,-25,39xm166,-52v-4,17,5,29,24,23r-3,27v-30,11,-74,1,-67,-34v-15,21,-29,40,-64,40v-33,0,-53,-19,-54,-53v0,-64,63,-67,128,-67v10,-22,3,-53,-29,-45v-13,3,-22,10,-25,24r-46,-5v5,-64,156,-77,153,0v-1,33,-11,60,-17,90xm97,-88v-44,-9,-64,57,-19,57v31,0,42,-28,47,-57r-28,0"},"\u0106":{"d":"148,-269v11,-22,34,-31,49,-49r47,0r-2,8r-68,41r-26,0xm161,-211v-63,0,-91,46,-91,110v0,39,17,65,58,64v38,-1,60,-20,74,-45r40,20v-22,39,-58,62,-117,66v-116,9,-135,-148,-68,-212v33,-50,166,-62,196,-1v4,8,9,18,11,27r-48,12v-6,-24,-25,-41,-55,-41","w":259},"\u0107":{"d":"67,-101v-8,29,-7,73,27,71v23,-2,32,-16,39,-37r48,9v-11,39,-40,62,-90,62v-55,0,-84,-32,-79,-90v6,-75,61,-124,140,-103v26,7,40,29,43,59r-50,4v-1,-20,-9,-34,-29,-34v-35,0,-41,29,-49,59xm106,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0"},"\u0108":{"d":"235,-274v-1,10,-18,3,-27,5v-11,-8,-19,-19,-31,-26v-21,11,-34,31,-72,26r1,-5r55,-49r40,0xm161,-211v-63,0,-91,46,-91,110v0,39,17,65,58,64v38,-1,60,-20,74,-45r40,20v-22,39,-58,62,-117,66v-116,9,-135,-148,-68,-212v33,-50,166,-62,196,-1v4,8,9,18,11,27r-48,12v-6,-24,-25,-41,-55,-41","w":259},"\u0109":{"d":"151,-269v9,21,29,38,32,61r-26,0v-10,-11,-19,-24,-30,-34r-44,34r-29,0v14,-26,39,-39,57,-61r40,0xm67,-101v-8,29,-7,73,27,71v23,-2,32,-16,39,-37r48,9v-11,39,-40,62,-90,62v-55,0,-84,-32,-79,-90v6,-75,61,-124,140,-103v26,7,40,29,43,59r-50,4v-1,-20,-9,-34,-29,-34v-35,0,-41,29,-49,59"},"\u010a":{"d":"136,-271r8,-36r49,0r-7,36r-50,0xm161,-211v-63,0,-91,46,-91,110v0,39,17,65,58,64v38,-1,60,-20,74,-45r40,20v-22,39,-58,62,-117,66v-116,9,-135,-148,-68,-212v33,-50,166,-62,196,-1v4,8,9,18,11,27r-48,12v-6,-24,-25,-41,-55,-41","w":259},"\u010b":{"d":"100,-224r7,-37r50,0r-7,37r-50,0xm67,-101v-8,29,-7,73,27,71v23,-2,32,-16,39,-37r48,9v-11,39,-40,62,-90,62v-55,0,-84,-32,-79,-90v6,-75,61,-124,140,-103v26,7,40,29,43,59r-50,4v-1,-20,-9,-34,-29,-34v-35,0,-41,29,-49,59"},"\u010c":{"d":"184,-269r-40,0r-36,-48r1,-6r27,0r32,27r41,-27r30,0r-1,6xm161,-211v-63,0,-91,46,-91,110v0,39,17,65,58,64v38,-1,60,-20,74,-45r40,20v-22,39,-58,62,-117,66v-116,9,-135,-148,-68,-212v33,-50,166,-62,196,-1v4,8,9,18,11,27r-48,12v-6,-24,-25,-41,-55,-41","w":259},"\u010d":{"d":"141,-208r-40,0r-35,-56v2,-9,19,-3,28,-5v11,11,19,24,31,34r42,-34r30,0v-14,25,-39,39,-56,61xm67,-101v-8,29,-7,73,27,71v23,-2,32,-16,39,-37r48,9v-11,39,-40,62,-90,62v-55,0,-84,-32,-79,-90v6,-75,61,-124,140,-103v26,7,40,29,43,59r-50,4v-1,-20,-9,-34,-29,-34v-35,0,-41,29,-49,59"},"\u010e":{"d":"166,-269r-41,0r-36,-48r1,-6r27,0r32,27r41,-27r30,0r-1,6xm250,-142v-3,89,-53,142,-142,142r-102,0r48,-248v105,-5,200,3,196,106xm201,-140v1,-57,-42,-72,-103,-68r-32,168v84,6,135,-22,135,-100","w":259},"\u010f":{"d":"292,-261v-4,29,-12,55,-30,70r-24,0v10,-9,19,-20,23,-33r-19,0r7,-37r43,0xm132,-28v-14,19,-31,32,-63,32v-39,0,-59,-27,-59,-66v0,-70,24,-129,92,-132v31,-1,47,14,56,35r19,-102r49,0r-47,261r-49,0xm62,-69v0,22,7,39,29,39v45,-2,54,-45,57,-90v2,-27,-10,-40,-33,-40v-44,0,-53,48,-53,91","w":266},"\u0110":{"d":"250,-142v-3,89,-53,142,-142,142r-102,0r21,-104r-23,0r7,-39r23,0r20,-105v105,-5,200,3,196,106xm201,-140v1,-57,-42,-72,-103,-68r-12,65r63,0r-8,39r-63,0r-12,64v84,6,135,-22,135,-100","w":259},"\u0111":{"d":"132,-28v-25,48,-128,42,-122,-32v6,-68,25,-123,90,-127v31,-2,48,13,57,34v0,-18,7,-36,9,-54r-50,0r5,-29r51,0r5,-25r49,0r-5,25r24,0r-6,29r-23,0r-37,207r-49,0xm62,-67v0,23,7,37,29,37v43,0,53,-44,56,-85v2,-25,-9,-40,-33,-39v-42,2,-52,45,-52,87","w":219},"\u0112":{"d":"207,-270r-103,0r6,-30r103,0xm6,0r48,-248r195,0r-8,40r-143,0r-12,63r132,0r-7,40r-132,0r-13,65r150,0r-8,40r-202,0","w":240},"\u0113":{"d":"170,-211r-103,0r6,-30r103,0xm114,-194v63,-2,87,48,72,110r-123,0v-3,28,1,55,31,54v21,-1,32,-13,37,-29r44,13v-15,32,-38,50,-84,50v-50,0,-80,-26,-80,-77v0,-71,33,-119,103,-121xm144,-117v14,-47,-50,-61,-67,-22v-3,6,-6,13,-8,22r75,0"},"\u0114":{"d":"224,-320v-3,53,-101,76,-121,21v-2,-7,-4,-13,-4,-21r29,0v0,18,11,28,30,28v21,0,32,-10,37,-28r29,0xm6,0r48,-248r195,0r-8,40r-143,0r-12,63r132,0r-7,40r-132,0r-13,65r150,0r-8,40r-202,0","w":240},"\u0115":{"d":"192,-265v-8,34,-28,57,-70,57v-36,0,-56,-19,-55,-57r29,0v0,19,10,29,29,29v22,0,32,-12,38,-29r29,0xm114,-194v63,-2,87,48,72,110r-123,0v-3,28,1,55,31,54v21,-1,32,-13,37,-29r44,13v-15,32,-38,50,-84,50v-50,0,-80,-26,-80,-77v0,-71,33,-119,103,-121xm144,-117v14,-47,-50,-61,-67,-22v-3,6,-6,13,-8,22r75,0"},"\u0116":{"d":"129,-272r7,-36r50,0r-8,36r-49,0xm6,0r48,-248r195,0r-8,40r-143,0r-12,63r132,0r-7,40r-132,0r-13,65r150,0r-8,40r-202,0","w":240},"\u0117":{"d":"97,-224r7,-37r49,0r-7,37r-49,0xm114,-194v63,-2,87,48,72,110r-123,0v-3,28,1,55,31,54v21,-1,32,-13,37,-29r44,13v-15,32,-38,50,-84,50v-50,0,-80,-26,-80,-77v0,-71,33,-119,103,-121xm144,-117v14,-47,-50,-61,-67,-22v-3,6,-6,13,-8,22r75,0"},"\u0118":{"d":"156,37v-1,17,21,15,31,9r-3,23v-25,12,-65,7,-63,-26v3,-31,21,-49,60,-45v-11,9,-23,20,-25,39xm6,0r48,-248r195,0r-8,40r-143,0r-12,63r132,0r-7,40r-132,0r-13,65r150,0r-8,40r-202,0","w":240},"\u0119":{"d":"138,-5v-16,7,-41,46,-12,52v7,1,13,-2,18,-4r-3,22v-24,11,-66,8,-63,-25v2,-32,22,-49,60,-45xm114,-194v63,-2,87,48,72,110r-123,0v-3,28,1,55,31,54v21,-1,32,-13,37,-29r44,13v-15,32,-38,50,-84,50v-50,0,-80,-26,-80,-77v0,-71,33,-119,103,-121xm144,-117v14,-47,-50,-61,-67,-22v-3,6,-6,13,-8,22r75,0"},"\u011a":{"d":"171,-269r-41,0v-11,-19,-29,-30,-35,-54r27,0v11,9,21,19,33,27r40,-27r30,0r-1,6xm6,0r48,-248r195,0r-8,40r-143,0r-12,63r132,0r-7,40r-132,0r-13,65r150,0r-8,40r-202,0","w":240},"\u011b":{"d":"139,-208r-41,0r-34,-56v1,-10,18,-3,27,-5v11,11,20,24,32,34r42,-34r29,0v-13,25,-38,39,-55,61xm114,-194v63,-2,87,48,72,110r-123,0v-3,28,1,55,31,54v21,-1,32,-13,37,-29r44,13v-15,32,-38,50,-84,50v-50,0,-80,-26,-80,-77v0,-71,33,-119,103,-121xm144,-117v14,-47,-50,-61,-67,-22v-3,6,-6,13,-8,22r75,0"},"\u011c":{"d":"234,-274v-1,10,-18,3,-27,5v-11,-8,-20,-19,-32,-26v-21,11,-34,31,-72,26r1,-5r55,-49r40,0xm70,-104v-4,71,81,81,132,50r8,-40r-60,0r7,-37r108,0r-19,100v-30,21,-65,34,-116,34v-70,-1,-112,-35,-112,-105v-1,-106,79,-169,188,-144v33,8,53,31,63,63r-50,14v-6,-26,-25,-42,-56,-42v-62,0,-89,43,-93,107","w":280},"\u011d":{"d":"157,-269v9,21,29,38,32,61r-27,0r-29,-34r-44,34r-30,0v14,-26,39,-39,57,-61r41,0xm45,-171v29,-32,103,-29,114,14v2,-11,5,-23,8,-33r47,0r-38,188v-3,70,-92,96,-155,64v-12,-6,-20,-20,-22,-37r50,-5v2,28,48,27,63,11v13,-13,20,-45,21,-66v-13,20,-30,35,-62,36v-87,3,-60,-134,-26,-172xm94,-35v41,-3,55,-43,55,-86v0,-24,-12,-39,-35,-39v-43,0,-51,48,-51,90v0,22,9,37,31,35","w":219},"\u011e":{"d":"242,-320v-3,53,-100,75,-121,21v-2,-7,-4,-13,-4,-21r29,0v2,17,11,29,30,28v21,0,32,-10,37,-28r29,0xm70,-104v-4,71,81,81,132,50r8,-40r-60,0r7,-37r108,0r-19,100v-30,21,-65,34,-116,34v-70,-1,-112,-35,-112,-105v-1,-106,79,-169,188,-144v33,8,53,31,63,63r-50,14v-6,-26,-25,-42,-56,-42v-62,0,-89,43,-93,107","w":280},"\u011f":{"d":"195,-265v-7,35,-28,57,-69,57v-36,0,-57,-18,-55,-57r29,0v0,18,10,29,28,29v23,1,32,-13,39,-29r28,0xm45,-171v29,-32,103,-29,114,14v2,-11,5,-23,8,-33r47,0r-38,188v-3,70,-92,96,-155,64v-12,-6,-20,-20,-22,-37r50,-5v2,28,48,27,63,11v13,-13,20,-45,21,-66v-13,20,-30,35,-62,36v-87,3,-60,-134,-26,-172xm94,-35v41,-3,55,-43,55,-86v0,-24,-12,-39,-35,-39v-43,0,-51,48,-51,90v0,22,9,37,31,35","w":219},"\u0120":{"d":"143,-272r7,-36r50,0r-8,36r-49,0xm70,-104v-4,71,81,81,132,50r8,-40r-60,0r7,-37r108,0r-19,100v-30,21,-65,34,-116,34v-70,-1,-112,-35,-112,-105v-1,-106,79,-169,188,-144v33,8,53,31,63,63r-50,14v-6,-26,-25,-42,-56,-42v-62,0,-89,43,-93,107","w":280},"\u0121":{"d":"105,-224r7,-37r49,0r-7,37r-49,0xm45,-171v29,-32,103,-29,114,14v2,-11,5,-23,8,-33r47,0r-38,188v-3,70,-92,96,-155,64v-12,-6,-20,-20,-22,-37r50,-5v2,28,48,27,63,11v13,-13,20,-45,21,-66v-13,20,-30,35,-62,36v-87,3,-60,-134,-26,-172xm94,-35v41,-3,55,-43,55,-86v0,-24,-12,-39,-35,-39v-43,0,-51,48,-51,90v0,22,9,37,31,35","w":219},"\u0122":{"d":"159,14v-5,27,-13,52,-30,66r-24,0v9,-9,19,-18,22,-30r-19,0r7,-36r44,0xm70,-104v-4,71,81,81,132,50r8,-40r-60,0r7,-37r108,0r-19,100v-30,21,-65,34,-116,34v-70,-1,-112,-35,-112,-105v-1,-106,79,-169,188,-144v33,8,53,31,63,63r-50,14v-6,-26,-25,-42,-56,-42v-62,0,-89,43,-93,107","w":280},"\u0123":{"d":"102,-213v5,-29,11,-55,29,-70r25,0v-10,9,-20,21,-23,34r19,0r-7,36r-43,0xm45,-171v29,-32,103,-29,114,14v2,-11,5,-23,8,-33r47,0r-38,188v-3,70,-92,96,-155,64v-12,-6,-20,-20,-22,-37r50,-5v2,28,48,27,63,11v13,-13,20,-45,21,-66v-13,20,-30,35,-62,36v-87,3,-60,-134,-26,-172xm94,-35v41,-3,55,-43,55,-86v0,-24,-12,-39,-35,-39v-43,0,-51,48,-51,90v0,22,9,37,31,35","w":219},"\u0124":{"d":"230,-274v-1,10,-18,3,-27,5v-11,-8,-19,-19,-31,-26v-21,11,-34,31,-72,26r1,-5r55,-49r40,0xm168,0r21,-106r-110,0r-21,106r-52,0r48,-248r52,0r-19,99r110,0r19,-99r50,0r-48,248r-50,0","w":259},"\u0125":{"d":"211,-288v-1,10,-18,3,-27,5v-11,-8,-20,-19,-32,-26v-21,11,-34,31,-72,26r1,-5r55,-48r40,0xm150,-105v8,-23,8,-54,-22,-51v-68,7,-54,98,-72,156r-50,0r50,-261r50,0r-21,103v15,-20,33,-36,66,-36v95,0,34,128,28,194r-49,0","w":219},"\u0126":{"d":"168,0r21,-106r-110,0r-21,106r-52,0r36,-184r-22,0r6,-30r22,0r6,-34r52,0r-7,34r111,0r6,-34r50,0r-7,34r22,0r-6,30r-21,0r-36,184r-50,0xm197,-149r7,-35r-110,0r-7,35r110,0","w":259},"\u0127":{"d":"149,-98v8,-23,8,-54,-22,-51v-66,6,-54,93,-71,149r-50,0r40,-207r-24,0r6,-29r24,0r4,-25r50,0r-5,25r55,0r-6,29r-55,0v-3,18,-11,40,-11,56v15,-20,33,-36,66,-36v92,0,36,123,29,187r-49,0","w":219},"\u0128":{"d":"159,-320v-6,26,-17,51,-49,51v-28,0,-63,-42,-74,0r-24,0v6,-26,17,-51,50,-51v27,0,59,44,73,0r24,0xm6,0r48,-248r52,0r-48,248r-52,0","w":100},"\u0129":{"d":"144,-259v-6,26,-17,51,-49,51v-23,0,-32,-22,-52,-22v-14,0,-18,12,-22,22r-24,0v6,-26,17,-51,50,-51v23,0,32,19,52,21v14,1,17,-11,22,-21r23,0xm6,0r37,-190r49,0r-37,190r-49,0","w":100},"\u012a":{"d":"133,-270r-103,0r6,-30r103,0xm6,0r48,-248r52,0r-48,248r-52,0","w":100},"\u012b":{"d":"123,-211r-103,0r5,-30r104,0xm6,0r37,-190r49,0r-37,190r-49,0","w":100},"\u012c":{"d":"152,-320v-2,63,-127,76,-124,0r29,0v2,40,63,34,67,0r28,0xm6,0r48,-248r52,0r-48,248r-52,0","w":100},"\u012d":{"d":"142,-265v-8,34,-28,57,-70,57v-35,0,-58,-22,-54,-57r28,0v2,17,10,30,29,29v22,0,32,-12,38,-29r29,0xm6,0r37,-190r49,0r-37,190r-49,0","w":100},"\u012e":{"d":"31,37v-1,16,21,15,32,9r-4,23v-25,12,-66,6,-63,-26v3,-30,21,-50,60,-45v-12,9,-23,21,-25,39xm6,0r48,-248r52,0r-48,248r-52,0","w":100},"\u012f":{"d":"28,37v-1,16,21,15,32,9r-3,23v-25,11,-67,6,-64,-26v3,-30,22,-50,61,-45v-12,9,-24,20,-26,39xm50,-224r7,-37r49,0r-7,37r-49,0xm6,0r37,-190r49,0r-37,190r-49,0","w":100},"\u0130":{"d":"60,-272r7,-36r49,0r-7,36r-49,0xm6,0r48,-248r52,0r-48,248r-52,0","w":100},"\u0131":{"d":"6,0r37,-190r49,0r-37,190r-49,0","w":100},"\u0132":{"d":"6,0r48,-248r52,0r-48,248r-52,0xm133,-77v-1,38,59,57,67,15r29,-145r-49,0r7,-41r101,0r-34,174v3,81,-127,106,-159,37v-4,-9,-7,-19,-9,-30","w":281},"\u0133":{"d":"50,-224r7,-37r49,0r-7,37r-49,0xm6,0r37,-190r49,0r-37,190r-49,0xm150,-224r7,-37r49,0r-7,37r-49,0xm151,22v-6,42,-44,63,-90,49r7,-33v23,5,33,-8,36,-27r39,-201r49,0"},"\u0134":{"d":"225,-274v-1,10,-18,3,-27,5v-11,-8,-19,-19,-31,-26v-21,11,-34,31,-72,26r1,-5r55,-49r40,0xm51,-77v-1,38,59,57,67,15r29,-145r-49,0r7,-41r101,0r-34,174v3,81,-127,106,-159,37v-4,-9,-7,-19,-9,-30"},"\u0135":{"d":"51,22v-6,42,-44,63,-90,49r7,-33v23,5,33,-8,36,-27r39,-201r49,0xm100,-269v9,21,29,38,32,61r-27,0r-29,-34r-44,34r-30,0v14,-26,39,-39,57,-61r41,0","w":100},"\u0136":{"d":"136,14v-5,27,-12,52,-30,66r-24,0v9,-10,19,-18,23,-30r-19,0r7,-36r43,0xm175,0r-63,-112r-37,21r-17,91r-52,0r48,-248r52,0r-23,113r134,-113r65,0r-132,109r82,139r-57,0","w":259},"\u0137":{"d":"112,14v-3,28,-12,51,-29,66r-24,0v9,-9,19,-18,22,-30r-19,0r7,-36r43,0xm128,0r-33,-87r-25,13r-15,74r-49,0r51,-261r49,0r-29,150r82,-79r56,0r-83,74r48,116r-52,0"},"\u0138":{"d":"128,0r-33,-87r-25,13r-15,74r-49,0r37,-190r49,0r-15,79r82,-79r56,0r-83,74r48,116r-52,0"},"\u0139":{"d":"79,-269v11,-22,34,-31,49,-49r47,0r-2,8r-68,41r-26,0xm6,0r48,-248r52,0r-40,208r133,0r-8,40r-185,0","w":219},"\u013a":{"d":"57,-283v12,-20,33,-32,49,-49r47,0r-1,8r-68,41r-27,0xm6,0r51,-261r49,0r-51,261r-49,0","w":100},"\u013b":{"d":"123,14v-3,28,-12,51,-29,66r-24,0v9,-9,19,-18,22,-30r-19,0r7,-36r43,0xm6,0r48,-248r52,0r-40,208r133,0r-8,40r-185,0","w":219},"\u013c":{"d":"51,14v-5,27,-13,52,-30,66r-24,0v9,-10,19,-18,23,-30r-19,0r7,-36r43,0xm6,0r51,-261r49,0r-51,261r-49,0","w":100},"\u013d":{"d":"200,-248v-4,29,-12,55,-30,70r-24,0v10,-9,19,-20,23,-33r-19,0r7,-37r43,0xm6,0r48,-248r52,0r-40,208r133,0r-8,40r-185,0","w":219},"\u013e":{"d":"172,-261v-4,29,-11,55,-30,70r-24,0v10,-9,20,-19,23,-33r-19,0r7,-37r43,0xm6,0r51,-261r49,0r-51,261r-49,0","w":142},"\u013f":{"d":"127,-114r7,-37r49,0r-7,37r-49,0xm6,0r48,-248r52,0r-40,208r133,0r-8,40r-185,0","w":219},"\u0140":{"d":"108,-114r7,-37r50,0r-7,37r-50,0xm6,0r51,-261r49,0r-51,261r-49,0","w":172},"\u0141":{"d":"6,0r17,-85r-26,12r7,-40r26,-11r24,-124r52,0r-19,99r59,-26r-7,39r-60,26r-13,70r133,0r-8,40r-185,0","w":219},"\u0142":{"d":"80,-126r-25,126r-49,0r19,-99r-24,13r7,-38r25,-12r24,-125r49,0r-19,97r25,-13r-7,38","w":100},"\u0143":{"d":"134,-269v12,-20,33,-32,49,-49r47,0r-2,8r-68,41r-26,0xm155,0r-65,-199r-38,199r-46,0r48,-248r62,0r66,201r38,-201r46,0r-48,248r-63,0","w":259},"\u0144":{"d":"151,-194v95,0,34,128,28,194r-49,0r25,-134v0,-29,-45,-25,-59,-9v-29,32,-27,95,-40,143r-50,0r36,-190r47,0r-4,32v15,-20,33,-36,66,-36xm109,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0","w":219},"\u0145":{"d":"136,14v-3,28,-12,51,-29,66r-24,0v9,-9,19,-18,22,-30r-19,0r7,-36r43,0xm155,0r-65,-199r-38,199r-46,0r48,-248r62,0r66,201r38,-201r46,0r-48,248r-63,0","w":259},"\u0146":{"d":"115,14v-5,27,-13,52,-30,66r-24,0v9,-9,19,-18,22,-30r-18,0r7,-36r43,0xm151,-194v95,0,34,128,28,194r-49,0r25,-134v0,-29,-45,-25,-59,-9v-29,32,-27,95,-40,143r-50,0r36,-190r47,0r-4,32v15,-20,33,-36,66,-36","w":219},"\u0147":{"d":"182,-269r-40,0r-36,-48r1,-6r26,0v11,9,21,19,33,27v21,-11,33,-32,70,-27r-1,6xm155,0r-65,-199r-38,199r-46,0r48,-248r62,0r66,201r38,-201r46,0r-48,248r-63,0","w":259},"\u0148":{"d":"149,-208r-41,0r-34,-56v1,-10,18,-3,27,-5v11,11,20,24,32,34r42,-34r29,0v-13,25,-38,39,-55,61xm151,-194v95,0,34,128,28,194r-49,0r25,-134v0,-29,-45,-25,-59,-9v-29,32,-27,95,-40,143r-50,0r36,-190r47,0r-4,32v15,-20,33,-36,66,-36","w":219},"\u0149":{"d":"186,-194v95,0,34,128,28,194r-49,0r25,-134v0,-29,-45,-25,-59,-9v-29,32,-27,95,-40,143r-50,0r36,-190r47,0r-4,32v15,-20,33,-36,66,-36xm72,-248v-6,41,-15,79,-39,102r-32,0v14,-14,29,-35,34,-56r-22,0r9,-46r50,0","w":255},"\u014a":{"d":"186,-251v56,-2,78,40,66,95v-17,77,-20,182,-127,156v-22,-5,-35,-20,-44,-38r43,-20v7,19,41,31,53,7v16,-35,22,-84,28,-128v-4,-54,-94,-29,-107,2v-21,51,-25,119,-40,177r-52,0r47,-248r51,0v-1,14,-7,32,-6,44v20,-25,44,-45,88,-47","w":260},"\u014b":{"d":"151,-194v46,-2,61,36,50,79v-16,58,-12,134,-45,175v-12,16,-47,19,-71,11r6,-33v23,5,32,-7,36,-27r28,-145v0,-29,-45,-25,-59,-9v-29,32,-27,95,-40,143r-50,0r36,-190r47,0r-4,32v15,-20,33,-35,66,-36","w":219},"\u014c":{"d":"217,-270r-103,0r5,-30r104,0xm18,-101v0,-91,52,-150,145,-150v68,0,111,34,111,101v0,96,-53,154,-146,154v-69,0,-110,-37,-110,-105xm220,-133v4,-46,-15,-77,-59,-77v-65,0,-88,46,-91,108v-2,41,22,65,60,65v60,0,84,-40,90,-96","w":280},"\u014d":{"d":"179,-211r-103,0r5,-30r104,0xm124,-194v51,0,84,22,84,74v-1,76,-41,124,-114,124v-51,0,-83,-27,-83,-78v0,-74,41,-120,113,-120xm99,-30v46,0,58,-42,58,-86v0,-27,-11,-44,-37,-44v-44,0,-55,40,-57,84v-1,27,10,45,36,46","w":219},"\u014e":{"d":"238,-320v-4,53,-100,75,-121,21v-2,-7,-4,-13,-4,-21r29,0v2,17,11,29,30,28v21,0,32,-10,37,-28r29,0xm18,-101v0,-91,52,-150,145,-150v68,0,111,34,111,101v0,96,-53,154,-146,154v-69,0,-110,-37,-110,-105xm220,-133v4,-46,-15,-77,-59,-77v-65,0,-88,46,-91,108v-2,41,22,65,60,65v60,0,84,-40,90,-96","w":280},"\u014f":{"d":"203,-265v-8,34,-28,57,-70,57v-35,0,-58,-22,-54,-57r28,0v2,17,10,30,29,29v22,0,32,-12,38,-29r29,0xm124,-194v51,0,84,22,84,74v-1,76,-41,124,-114,124v-51,0,-83,-27,-83,-78v0,-74,41,-120,113,-120xm99,-30v46,0,58,-42,58,-86v0,-27,-11,-44,-37,-44v-44,0,-55,40,-57,84v-1,27,10,45,36,46","w":219},"\u0150":{"d":"113,-269v11,-19,29,-32,42,-49r45,0r-1,8r-62,41r-24,0xm184,-269r0,-5r42,-44r46,0r-2,8r-62,41r-24,0xm18,-101v0,-91,52,-150,145,-150v68,0,111,34,111,101v0,96,-53,154,-146,154v-69,0,-110,-37,-110,-105xm220,-133v4,-46,-15,-77,-59,-77v-65,0,-88,46,-91,108v-2,41,22,65,60,65v60,0,84,-40,90,-96","w":280},"\u0151":{"d":"65,-208v13,-22,32,-37,47,-56r46,0r-2,8r-65,48r-26,0xm136,-208v13,-22,32,-37,47,-56r46,0r-2,8r-65,48r-26,0xm124,-194v51,0,84,22,84,74v-1,76,-41,124,-114,124v-51,0,-83,-27,-83,-78v0,-74,41,-120,113,-120xm99,-30v46,0,58,-42,58,-86v0,-27,-11,-44,-37,-44v-44,0,-55,40,-57,84v-1,27,10,45,36,46","w":219},"\u0152":{"d":"18,-101v0,-102,70,-147,184,-147r167,0r-8,40r-117,0r-12,63r106,0r-7,38r-107,0r-13,66r125,0r-8,41r-204,2v-68,-1,-106,-36,-106,-103xm71,-99v0,51,41,69,89,56r31,-162v-73,-18,-120,33,-120,106","w":360},"\u0153":{"d":"255,-194v63,-3,89,51,72,110r-123,0v-17,54,52,75,69,25r43,13v-15,32,-37,50,-84,50v-30,0,-51,-10,-64,-27v-43,46,-163,33,-158,-51v5,-74,41,-120,113,-120v30,0,50,9,65,25v17,-15,38,-24,67,-25xm99,-30v45,0,57,-42,57,-86v0,-27,-11,-44,-37,-44v-44,0,-55,41,-57,84v-1,27,11,46,37,46xm286,-117v13,-48,-51,-60,-68,-22v-3,6,-6,13,-8,22r76,0","w":339},"\u0154":{"d":"130,-269v11,-22,33,-31,48,-49r47,0r-1,8r-68,41r-26,0xm258,-177v0,46,-32,67,-71,75r48,102r-57,0r-41,-94r-61,0r-18,94r-52,0r48,-248v89,2,204,-19,204,71xm205,-174v0,-46,-63,-30,-107,-33r-14,73v51,-2,120,13,121,-40","w":259},"\u0155":{"d":"84,-151v13,-25,34,-51,72,-40r-8,41v-81,-20,-77,86,-92,150r-50,0r36,-190r47,0xm77,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0","w":140},"\u0156":{"d":"139,14v-5,27,-12,52,-30,66r-24,0v9,-10,19,-18,23,-30r-19,0r7,-36r43,0xm258,-177v0,46,-32,67,-71,75r48,102r-57,0r-41,-94r-61,0r-18,94r-52,0r48,-248v89,2,204,-19,204,71xm205,-174v0,-46,-63,-30,-107,-33r-14,73v51,-2,120,13,121,-40","w":259},"\u0157":{"d":"50,14v-3,28,-12,51,-29,66r-24,0v9,-9,19,-18,22,-30r-19,0r7,-36r43,0xm84,-151v13,-25,34,-51,72,-40r-8,41v-81,-20,-77,86,-92,150r-50,0r36,-190r47,0","w":140},"\u0158":{"d":"164,-269r-41,0v-11,-19,-29,-30,-35,-54r27,0r32,27r41,-27r30,0r-1,6xm258,-177v0,46,-32,67,-71,75r48,102r-57,0r-41,-94r-61,0r-18,94r-52,0r48,-248v89,2,204,-19,204,71xm205,-174v0,-46,-63,-30,-107,-33r-14,73v51,-2,120,13,121,-40","w":259},"\u0159":{"d":"118,-208r-40,0r-34,-56v1,-10,18,-3,27,-5r31,34r42,-34r30,0v-14,25,-39,39,-56,61xm84,-151v13,-25,34,-51,72,-40r-8,41v-81,-20,-77,86,-92,150r-50,0r36,-190r47,0","w":140},"\u015a":{"d":"125,-269v12,-20,33,-32,49,-49r47,0r-2,8r-67,41r-27,0xm178,-136v88,48,22,151,-73,140v-56,-7,-93,-19,-101,-68r51,-9v1,50,111,53,115,3v-16,-63,-132,-20,-133,-112v0,-93,190,-91,199,-10r-50,12v-4,-41,-93,-50,-97,-4v7,38,59,32,89,48","w":240},"\u015b":{"d":"144,-137v-1,-29,-70,-35,-71,-2v16,41,103,10,103,80v0,68,-97,75,-144,50v-14,-8,-23,-22,-28,-39r44,-6v3,32,80,36,82,1v-15,-42,-103,-11,-103,-82v0,-77,157,-79,161,-8xm96,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0"},"\u015c":{"d":"212,-274v-1,10,-18,3,-27,5r-31,-26v-22,11,-35,31,-72,26r1,-5r54,-49r41,0xm178,-136v88,48,22,151,-73,140v-56,-7,-93,-19,-101,-68r51,-9v1,50,111,53,115,3v-16,-63,-132,-20,-133,-112v0,-93,190,-91,199,-10r-50,12v-4,-41,-93,-50,-97,-4v7,38,59,32,89,48","w":240},"\u015d":{"d":"146,-269v9,21,29,38,32,61r-27,0v-10,-11,-19,-24,-30,-34r-43,34r-30,0v14,-26,39,-39,57,-61r41,0xm144,-137v-1,-29,-70,-35,-71,-2v16,41,103,10,103,80v0,68,-97,75,-144,50v-14,-8,-23,-22,-28,-39r44,-6v3,32,80,36,82,1v-15,-42,-103,-11,-103,-82v0,-77,157,-79,161,-8"},"\u015e":{"d":"178,-136v88,48,22,151,-73,140v-56,-7,-93,-19,-101,-68r51,-9v1,50,111,53,115,3v-16,-63,-132,-20,-133,-112v0,-93,190,-91,199,-10r-50,12v-4,-41,-93,-50,-97,-4v7,38,59,32,89,48xm143,38v-1,33,-40,40,-80,36v4,-11,1,-25,20,-20v15,-1,26,0,27,-13v0,-12,-15,-11,-28,-11r17,-30r25,0r-9,15v16,-1,28,7,28,23","w":240},"\u015f":{"d":"144,-137v-1,-29,-70,-35,-71,-2v16,41,103,10,103,80v0,68,-97,75,-144,50v-14,-8,-23,-22,-28,-39r44,-6v3,32,80,36,82,1v-15,-42,-103,-11,-103,-82v0,-77,157,-79,161,-8xm121,38v-1,33,-40,40,-80,36v4,-11,1,-25,20,-20v15,-1,26,0,27,-13v0,-12,-15,-11,-28,-11r17,-30r25,0r-9,15v16,-1,28,7,28,23"},"\u0160":{"d":"164,-269r-40,0r-36,-48r1,-6r26,0v11,9,21,19,33,27v21,-11,33,-32,70,-27r-1,6xm178,-136v88,48,22,151,-73,140v-56,-7,-93,-19,-101,-68r51,-9v1,50,111,53,115,3v-16,-63,-132,-20,-133,-112v0,-93,190,-91,199,-10r-50,12v-4,-41,-93,-50,-97,-4v7,38,59,32,89,48","w":240},"\u0161":{"d":"136,-208r-40,0r-34,-56v1,-10,18,-3,27,-5r31,34r42,-34r30,0v-14,25,-39,39,-56,61xm144,-137v-1,-29,-70,-35,-71,-2v16,41,103,10,103,80v0,68,-97,75,-144,50v-14,-8,-23,-22,-28,-39r44,-6v3,32,80,36,82,1v-15,-42,-103,-11,-103,-82v0,-77,157,-79,161,-8"},"\u0162":{"d":"121,38v-1,33,-40,40,-80,36v4,-11,1,-25,20,-20v15,-1,26,0,27,-13v0,-12,-15,-11,-28,-11r17,-30r25,0r-9,15v16,-1,28,7,28,23xm157,-208r-40,208r-52,0r40,-208r-80,0r8,-40r212,0r-8,40r-80,0","w":219},"\u0163":{"d":"86,38v-1,33,-40,40,-80,36v4,-11,1,-25,20,-20v15,-1,26,0,27,-13v0,-12,-15,-11,-28,-11r17,-30r25,0r-9,15v16,-1,28,7,28,23xm72,-63v-8,23,5,39,32,30r-6,32v-44,15,-86,-5,-75,-63r18,-93r-26,0r7,-33r28,0r24,-45r31,0r-8,45r35,0r-6,33r-36,0","w":119},"\u0164":{"d":"161,-269r-40,0r-36,-48r1,-6r26,0v11,9,21,19,33,27r40,-27r30,0r-1,6xm157,-208r-40,208r-52,0r40,-208r-80,0r8,-40r212,0r-8,40r-80,0","w":219},"\u0165":{"d":"200,-261v-4,29,-12,55,-30,70r-24,0v10,-9,19,-20,23,-33r-19,0r7,-37r43,0xm72,-63v-8,23,5,39,32,30r-6,32v-44,15,-86,-5,-75,-63r18,-93r-26,0r7,-33r28,0r24,-45r31,0r-8,45r35,0r-6,33r-36,0","w":172},"\u0166":{"d":"157,-208r-12,65r40,0r-7,33r-40,0r-21,110r-52,0r21,-110r-39,0r6,-33r40,0r12,-65r-80,0r8,-40r212,0r-8,40r-80,0","w":219},"\u0167":{"d":"76,-83v-8,25,-13,64,28,50r-6,32v-44,15,-94,-7,-75,-63r4,-19r-22,0r6,-34r22,0r8,-40r-26,0r7,-33r28,0r24,-45r31,0r-8,45r35,0r-6,33r-36,0r-8,40r33,0r-7,34r-32,0","w":119},"\u0168":{"d":"238,-320v-6,26,-17,50,-49,51v-23,0,-32,-19,-52,-21v-15,-1,-18,11,-22,21r-24,0v6,-26,17,-51,50,-51v27,0,59,44,73,0r24,0xm76,-105v-23,59,45,89,88,55v12,-10,18,-24,22,-45r30,-153r51,0v-29,105,-8,252,-149,252v-70,0,-107,-43,-93,-116r26,-136r52,0","w":259},"\u0169":{"d":"208,-259v-7,25,-16,51,-49,51v-23,0,-32,-22,-52,-22v-14,0,-18,12,-22,22r-23,0v6,-26,16,-51,49,-51v23,0,32,19,52,21v14,1,17,-11,22,-21r23,0xm69,3v-96,0,-34,-126,-28,-193r49,0r-25,133v6,42,62,18,71,-6v14,-38,17,-86,28,-127r50,0r-36,190r-47,0v0,-11,4,-26,3,-33v-14,20,-30,37,-65,36","w":219},"\u016a":{"d":"213,-269r-103,0r6,-30r104,0xm76,-105v-23,59,45,89,88,55v12,-10,18,-24,22,-45r30,-153r51,0v-29,105,-8,252,-149,252v-70,0,-107,-43,-93,-116r26,-136r52,0","w":259},"\u016b":{"d":"181,-211r-103,0r6,-30r103,0xm69,3v-96,0,-34,-126,-28,-193r49,0r-25,133v6,42,62,18,71,-6v14,-38,17,-86,28,-127r50,0r-36,190r-47,0v0,-11,4,-26,3,-33v-14,20,-30,37,-65,36","w":219},"\u016c":{"d":"230,-320v-3,53,-101,76,-121,21v-2,-7,-4,-13,-4,-21r29,0v0,18,11,28,30,28v21,0,32,-10,37,-28r29,0xm76,-105v-23,59,45,89,88,55v12,-10,18,-24,22,-45r30,-153r51,0v-29,105,-8,252,-149,252v-70,0,-107,-43,-93,-116r26,-136r52,0","w":259},"\u016d":{"d":"199,-265v-8,34,-27,57,-69,57v-36,-1,-57,-18,-55,-57r29,0v0,19,10,29,28,29v23,1,32,-13,39,-29r28,0xm69,3v-96,0,-34,-126,-28,-193r49,0r-25,133v6,42,62,18,71,-6v14,-38,17,-86,28,-127r50,0r-36,190r-47,0v0,-11,4,-26,3,-33v-14,20,-30,37,-65,36","w":219},"\u016e":{"d":"163,-348v27,0,45,18,45,45v0,27,-18,45,-45,45v-27,0,-45,-19,-45,-45v0,-26,18,-45,45,-45xm163,-281v14,0,22,-8,22,-22v0,-15,-9,-22,-22,-22v-13,0,-22,9,-22,22v0,13,8,22,22,22xm76,-105v-23,59,45,89,88,55v12,-10,18,-24,22,-45r30,-153r51,0v-29,105,-8,252,-149,252v-70,0,-107,-43,-93,-116r26,-136r52,0","w":259},"\u016f":{"d":"84,-244v-4,-49,70,-59,85,-18v11,31,-8,63,-41,62v-27,-1,-43,-17,-44,-44xm128,-222v13,0,23,-8,23,-22v0,-13,-8,-22,-23,-22v-14,0,-22,9,-22,22v0,13,9,22,22,22xm69,3v-96,0,-34,-126,-28,-193r49,0r-25,133v6,42,62,18,71,-6v14,-38,17,-86,28,-127r50,0r-36,190r-47,0v0,-11,4,-26,3,-33v-14,20,-30,37,-65,36","w":219},"\u0170":{"d":"101,-269v9,-21,28,-32,41,-49r46,0r-2,8r-62,41r-23,0xm172,-269v8,-22,29,-31,41,-49r46,0r-1,8r-62,41r-24,0xm76,-105v-23,59,45,89,88,55v12,-10,18,-24,22,-45r30,-153r51,0v-29,105,-8,252,-149,252v-70,0,-107,-43,-93,-116r26,-136r52,0","w":259},"\u0171":{"d":"72,-208v11,-23,32,-36,46,-56r46,0r-1,8r-66,48r-25,0xm143,-208v11,-23,32,-36,47,-56r46,0r-2,8r-66,48r-25,0xm69,3v-96,0,-34,-126,-28,-193r49,0r-25,133v6,42,62,18,71,-6v14,-38,17,-86,28,-127r50,0r-36,190r-47,0v0,-11,4,-26,3,-33v-14,20,-30,37,-65,36","w":219},"\u0172":{"d":"125,37v-1,16,21,15,32,9r-4,23v-25,12,-66,6,-63,-26v3,-30,22,-50,61,-45v-13,8,-24,21,-26,39xm76,-105v-23,59,45,89,88,55v12,-10,18,-24,22,-45r30,-153r51,0v-29,105,-8,252,-149,252v-70,0,-107,-43,-93,-116r26,-136r52,0","w":259},"\u0173":{"d":"137,37v-1,16,21,15,32,9r-4,23v-25,12,-66,6,-63,-26v3,-30,21,-50,60,-45v-12,9,-23,21,-25,39xm69,3v-96,0,-34,-126,-28,-193r49,0r-25,133v6,42,62,18,71,-6v14,-38,17,-86,28,-127r50,0r-36,190r-47,0v0,-11,4,-26,3,-33v-14,20,-30,37,-65,36","w":219},"\u0174":{"d":"261,-274v-1,10,-18,3,-27,5v-11,-8,-20,-19,-32,-26v-21,11,-34,31,-72,26r1,-5r55,-49r40,0xm253,0r-61,0r-6,-196v-25,68,-54,131,-82,196r-62,0r-16,-248r50,0r7,204r86,-204r55,0r8,204r82,-204r51,0","w":339},"\u0175":{"d":"190,-269v10,21,26,36,33,61r-27,0v-10,-11,-19,-24,-30,-34r-43,34r-30,0v14,-26,39,-39,57,-61r40,0xm212,0r-52,0r-8,-156r-70,156r-52,0r-13,-190r46,0r2,145r66,-145r53,0r8,145r60,-145r47,0","w":280},"\u0176":{"d":"179,-323v10,19,27,31,34,54r-27,0v-11,-8,-19,-19,-31,-26v-21,11,-34,31,-72,26r1,-5r55,-49r40,0xm147,-102r-20,102r-51,0r19,-102r-65,-146r52,0r45,107r83,-107r57,0","w":240},"\u0177":{"d":"148,-269v9,21,29,38,32,61r-26,0v-10,-11,-19,-24,-30,-34r-44,34r-29,0v14,-26,39,-39,57,-61r40,0xm100,10v-23,37,-50,77,-115,62r7,-35v37,9,51,-18,65,-41r-37,-186r51,0r18,146r73,-146r53,0"},"\u0178":{"d":"142,-102r-20,102r-51,0r19,-102r-65,-146r52,0r45,107r83,-107r57,0xm163,-269r7,-38r39,0r-8,38r-38,0xm87,-269r7,-38r38,0r-8,38r-37,0","w":240},"\u0179":{"d":"117,-269v11,-22,33,-31,48,-49r47,0r-1,8r-68,41r-26,0xm190,0r-198,0r7,-37r163,-170r-117,0r8,-41r178,0r-7,36r-163,171r137,0","w":219},"\u017a":{"d":"-6,0r7,-35r114,-120r-84,0r7,-35r142,0r-7,35r-114,119r100,0r-7,36r-158,0xm89,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0","w":180},"\u017b":{"d":"115,-271r8,-36r49,0r-7,36r-50,0xm190,0r-198,0r7,-37r163,-170r-117,0r8,-41r178,0r-7,36r-163,171r137,0","w":219},"\u017c":{"d":"91,-224r7,-37r50,0r-7,37r-50,0xm-6,0r7,-35r114,-120r-84,0r7,-35r142,0r-7,35r-114,119r100,0r-7,36r-158,0","w":180},"\u017d":{"d":"159,-269r-41,0r-36,-48r1,-6r27,0r32,27r41,-27r30,0r-1,6xm190,0r-198,0r7,-37r163,-170r-117,0r8,-41r178,0r-7,36r-163,171r137,0","w":219},"\u017e":{"d":"130,-208r-40,0r-34,-56v1,-10,18,-3,27,-5r31,34r42,-34r30,0v-14,25,-39,39,-56,61xm-6,0r7,-35r114,-120r-84,0r7,-35r142,0r-7,35r-114,119r100,0r-7,36r-158,0","w":180},"\u017f":{"d":"47,-210v4,-44,48,-57,96,-48r-6,32v-21,-5,-38,0,-42,21r-40,205r-49,0","w":100},"\u0192":{"d":"133,-157r-45,232r-50,0r46,-232r-28,0r6,-33r28,0v2,-54,40,-81,100,-68r-6,32v-29,-8,-44,9,-45,36r38,0r-7,33r-37,0"},"\u01fa":{"d":"150,-322v12,-20,33,-32,49,-49r47,0r-1,8r-68,41r-27,0xm163,-315v27,0,45,18,45,45v0,26,-17,44,-45,44v-28,0,-45,-18,-45,-44v0,-27,18,-45,45,-45xm163,-248v14,0,22,-8,22,-22v0,-15,-9,-22,-22,-22v-13,0,-22,9,-22,22v0,13,7,22,22,22xm183,0r-10,-63r-94,0r-35,63r-51,0r138,-248r61,0r42,248r-51,0xm169,-102r-15,-108v-16,38,-36,73,-55,108r70,0","w":259},"\u01fb":{"d":"115,-297r1,-6r48,-43r47,0r-2,7r-68,42r-26,0xm124,-289v26,0,44,17,44,45v0,27,-17,44,-44,44v-27,0,-45,-17,-45,-44v0,-28,19,-45,45,-45xm124,-222v13,0,22,-9,22,-22v0,-13,-8,-22,-22,-22v-14,0,-22,8,-22,22v0,15,9,22,22,22xm166,-52v-4,17,5,29,24,23r-3,27v-30,11,-74,1,-67,-34v-15,21,-29,40,-64,40v-33,0,-53,-19,-54,-53v0,-64,63,-67,128,-67v10,-22,3,-53,-29,-45v-13,3,-22,10,-25,24r-46,-5v5,-64,156,-77,153,0v-1,33,-11,60,-17,90xm97,-88v-44,-9,-64,57,-19,57v31,0,42,-28,47,-57r-28,0"},"\u01fc":{"d":"224,-269v11,-22,33,-31,48,-49r47,0r-1,8r-68,41r-26,0xm147,0r12,-63r-79,0r-42,63r-55,0r170,-248r216,0r-8,40r-123,0r-12,63r112,0r-8,38r-112,0r-13,67r131,0r-8,40r-181,0xm188,-210v-23,-1,-21,26,-35,37r-47,71r61,0","w":360},"\u01fd":{"d":"36,-142v5,-54,101,-68,135,-32v46,-38,137,-21,137,53v0,11,-2,27,-4,37r-123,0v-16,44,35,75,62,37r6,-12r43,13v-15,32,-37,50,-84,50v-35,0,-58,-15,-69,-39v-15,25,-40,39,-78,39v-33,0,-54,-21,-54,-53v0,-64,62,-69,129,-67v9,-24,2,-52,-29,-45v-14,3,-22,10,-25,24xm60,-57v0,38,49,28,58,5v7,-8,10,-23,13,-36v-34,-1,-71,-2,-71,31xm262,-117v14,-47,-50,-60,-68,-22v-3,6,-6,13,-8,22r76,0xm158,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0","w":320},"\u01fe":{"d":"143,-269v11,-22,34,-31,49,-49r47,0r-2,8r-68,41r-26,0xm18,-101v0,-91,52,-147,145,-150v29,0,53,6,70,18r23,-25r35,0r-39,42v13,16,22,37,22,66v0,118,-106,184,-211,138r-20,21r-37,0r36,-38v-15,-17,-24,-42,-24,-72xm200,-198v-78,-45,-155,42,-123,131xm95,-46v78,35,146,-42,121,-130","w":280},"\u01ff":{"d":"11,-74v-4,-90,78,-141,161,-110r10,-12r34,0r-24,27v11,12,16,29,16,49v4,90,-73,145,-157,115r-10,12r-34,0r23,-27v-12,-13,-19,-30,-19,-54xm144,-152v-52,-29,-91,31,-80,93xm78,-36v55,24,84,-34,78,-91xm109,-208v10,-23,30,-36,44,-56r49,0r-1,8r-67,48r-25,0","w":219},"\u0218":{"d":"107,14v-3,28,-12,51,-29,66r-25,0v10,-9,20,-17,23,-30r-19,0r7,-36r43,0xm178,-136v88,48,22,151,-73,140v-56,-7,-93,-19,-101,-68r51,-9v1,50,111,53,115,3v-16,-63,-132,-20,-133,-112v0,-93,190,-91,199,-10r-50,12v-4,-41,-93,-50,-97,-4v7,38,59,32,89,48","w":240},"\u0219":{"d":"90,14v-3,28,-12,51,-29,66r-24,0v9,-9,19,-18,22,-30r-19,0r7,-36r43,0xm144,-137v-1,-29,-70,-35,-71,-2v16,41,103,10,103,80v0,68,-97,75,-144,50v-14,-8,-23,-22,-28,-39r44,-6v3,32,80,36,82,1v-15,-42,-103,-11,-103,-82v0,-77,157,-79,161,-8"},"\u021a":{"d":"111,14v-3,28,-12,51,-29,66r-25,0v10,-9,20,-17,23,-30r-19,0r7,-36r43,0xm157,-208r-40,208r-52,0r40,-208r-80,0r8,-40r212,0r-8,40r-80,0","w":219},"\u021b":{"d":"76,14v-5,27,-13,52,-30,66r-24,0v9,-9,19,-18,22,-30r-19,0r8,-36r43,0xm72,-63v-8,23,5,39,32,30r-6,32v-44,15,-86,-5,-75,-63r18,-93r-26,0r7,-33r28,0r24,-45r31,0r-8,45r35,0r-6,33r-36,0","w":119},"\u2013":{"d":"8,-79r5,-35r179,0r-6,35r-178,0"},"\u2014":{"d":"-3,-79r6,-35r360,0r-7,35r-359,0","w":360},"\u2018":{"d":"33,-146v8,-39,15,-79,39,-102r32,0v-14,15,-28,33,-34,56r23,0r-9,46r-51,0","w":100,"k":{"\u2018":13}},"\u2019":{"d":"104,-248v-6,41,-15,79,-39,102r-32,0v14,-14,29,-35,34,-56r-22,0r9,-46r50,0","w":100,"k":{"\u2019":13,"t":-7,"s":7," ":13}},"\u201c":{"d":"108,-146v9,-38,15,-80,40,-102r32,0v-15,15,-29,32,-34,56r22,0r-9,46r-51,0xm33,-146v8,-39,15,-79,39,-102r32,0v-14,15,-28,33,-34,56r23,0r-9,46r-51,0","w":180},"\u201d":{"d":"180,-248v-8,39,-15,79,-39,102r-33,0v15,-15,29,-33,35,-56r-23,0r9,-46r51,0xm104,-248v-8,39,-14,80,-39,102r-32,0v14,-14,29,-35,34,-56r-22,0r9,-46r50,0","w":180},"\u2026":{"d":"23,0r11,-54r51,0r-11,54r-51,0xm138,0r11,-54r51,0r-11,54r-51,0xm253,0r10,-54r51,0r-11,54r-50,0","w":360},"\u2032":{"d":"34,-156r12,-92r53,0r-27,92r-38,0","w":86},"\u2033":{"d":"34,-156r12,-92r53,0r-27,92r-38,0xm120,-156r12,-92r53,0r-27,92r-38,0","w":172},"\u2122":{"d":"197,-135r-29,0r0,-113r43,0r36,81v10,-29,24,-55,37,-81r42,0r0,113r-29,0r2,-90r-41,90r-23,0r-40,-90v3,28,2,59,2,90xm107,-223r0,88r-32,0r0,-88r-42,0r0,-25r118,0r0,25r-44,0","w":360}}});																																																																																																																																																																																																																																																																									   /*
 * jQuery Nivo Slider v1.8
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 *
 * manualAdvance option added by HelloPablo (http://hellopablo.co.uk)
 */
 
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(9($){$.1e.18=9(1J){b 5=$.2h({},$.1e.18.1X,1J);E g.C(9(){b 3={f:0,q:\'\',1j:0,s:\'\',H:r,1f:r,1Q:r};b 4=$(g);4.1W(\'7:3\',3);4.e(\'2g\',\'2r\');4.w(\'1K\');4.t(\'1K\');4.1c(\'18\');b d=4.28();d.C(9(){b y=$(g);6(!y.K(\'S\')){6(y.K(\'a\')){y.1c(\'7-2f\')}y=y.1r(\'S:1m\')}b 13=y.w();6(13==0)13=y.u(\'w\');b 12=y.t();6(12==0)12=y.u(\'t\');6(13>4.w()){4.w(13)}6(12>4.t()){4.t(12)}y.e(\'V\',\'1l\');3.1j++});6($(d[3.f]).K(\'S\')){3.q=$(d[3.f])}o{3.q=$(d[3.f]).1r(\'S:1m\')}6($(d[3.f]).K(\'a\')){$(d[3.f]).e(\'V\',\'1q\')}4.e(\'Q\',\'U(\'+3.q.u(\'W\')+\') P-N\');1S(b i=0;i<5.h;i++){b B=1i.21(4.w()/5.h);6(i==5.h-1){4.O($(\'<A F="7-c"></A>\').e({1M:(B*i)+\'14\',w:(4.w()-(B*i))+\'14\'}))}o{4.O($(\'<A F="7-c"></A>\').e({1M:(B*i)+\'14\',w:B+\'14\'}))}}4.O($(\'<A F="7-J"><p></p></A>\').e({V:\'1l\',x:5.1L}));6(3.q.u(\'11\')!=\'\'){$(\'.7-J p\',4).1A(3.q.u(\'11\'));$(\'.7-J\',4).1z(5.k)}b j=0;6(!5.1g){j=1s(9(){D(4,d,5,r)},5.1d)}6(5.R){4.O(\'<A F="7-R"><a F="7-1G">2c</a><a F="7-1V">2d</a></A>\');6(5.24){$(\'.7-R\',4).1H();4.1T(9(){$(\'.7-R\',4).29()},9(){$(\'.7-R\',4).1H()})}$(\'a.7-1G\',4).1E(\'1p\',9(){6(3.H)E r;T(j);j=\'\';3.f-=2;D(4,d,5,\'1u\')});$(\'a.7-1V\',4).1E(\'1p\',9(){6(3.H)E r;T(j);j=\'\';D(4,d,5,\'1v\')})}6(5.G){b 1C=$(\'<A F="7-G"></A>\');4.O(1C);1S(b i=0;i<d.20;i++){1C.O(\'<a F="7-1O" 1P="\'+i+\'">\'+(i+1)+\'</a>\')}$(\'.7-G a:1Z(\'+3.f+\')\',4).1c(\'19\');$(\'.7-G a\',4).1E(\'1p\',9(){6(3.H)E r;6($(g).2q(\'19\'))E r;T(j);j=\'\';4.e(\'Q\',\'U(\'+3.q.u(\'W\')+\') P-N\');3.f=$(g).u(\'1P\')-1;D(4,d,5,\'1O\')})}6(5.22){$(2s).2t(9(1k){6(1k.1U==\'2u\'){6(3.H)E r;T(j);j=\'\';3.f-=2;D(4,d,5,\'1u\')}6(1k.1U==\'2n\'){6(3.H)E r;T(j);j=\'\';D(4,d,5,\'1v\')}})}6(5.25){4.1T(9(){3.1f=M;T(j);j=\'\'},9(){3.1f=r;6(j==\'\'&&!5.1g){j=1s(9(){D(4,d,5,r)},5.1d)}})}4.2j(\'7:X\',9(){3.H=r;$(d).C(9(){6($(g).K(\'a\')){$(g).e(\'V\',\'1l\')}});6($(d[3.f]).K(\'a\')){$(d[3.f]).e(\'V\',\'1q\')}6(j==\'\'&&!3.1f&&!5.1g){j=1s(9(){D(4,d,5,r)},5.1d)}5.1N.1w(g)})});9 D(4,d,5,1h){b 3=4.1W(\'7:3\');6(3.1Q)E r;5.1R.1w(g);6(!1h){4.e(\'Q\',\'U(\'+3.q.u(\'W\')+\') P-N\')}o{6(1h==\'1u\'){4.e(\'Q\',\'U(\'+3.q.u(\'W\')+\') P-N\')}6(1h==\'1v\'){4.e(\'Q\',\'U(\'+3.q.u(\'W\')+\') P-N\')}}3.f++;6(3.f==3.1j){3.f=0;5.1I.1w(g)}6(3.f<0)3.f=(3.1j-1);6($(d[3.f]).K(\'S\')){3.q=$(d[3.f])}o{3.q=$(d[3.f]).1r(\'S:1m\')}6(5.G){$(\'.7-G a\',4).2k(\'19\');$(\'.7-G a:1Z(\'+3.f+\')\',4).1c(\'19\')}6(3.q.u(\'11\')!=\'\'){6($(\'.7-J\',4).e(\'V\')==\'1q\'){$(\'.7-J p\',4).1Y(5.k,9(){$(g).1A(3.q.u(\'11\'));$(g).1z(5.k)})}o{$(\'.7-J p\',4).1A(3.q.u(\'11\'))}$(\'.7-J\',4).1z(5.k)}o{$(\'.7-J\',4).1Y(5.k)}b i=0;$(\'.7-c\',4).C(9(){b B=1i.21(4.w()/5.h);$(g).e({t:\'L\',x:\'0\',Q:\'U(\'+3.q.u(\'W\')+\') P-N -\'+((B+(i*B))-B)+\'14 0%\'});i++});6(5.n==\'1F\'){b 1y=2b 26("1o","Y","1t","Z","1D","10","1x","1a");3.s=1y[1i.2i(1i.1F()*(1y.20+1))];6(3.s==2e)3.s=\'1a\'}3.H=M;6(5.n==\'27\'||5.n==\'1o\'||3.s==\'1o\'||5.n==\'Y\'||3.s==\'Y\'){b l=0;b i=0;b h=$(\'.7-c\',4);6(5.n==\'Y\'||3.s==\'Y\')h=$(\'.7-c\',4).17();h.C(9(){b c=$(g);c.e(\'1n\',\'L\');6(i==5.h-1){I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k,\'\',9(){4.16(\'7:X\')})},(m+l))}o{I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k)},(m+l))}l+=1b;i++})}o 6(5.n==\'2o\'||5.n==\'1t\'||3.s==\'1t\'||5.n==\'Z\'||3.s==\'Z\'){b l=0;b i=0;b h=$(\'.7-c\',4);6(5.n==\'Z\'||3.s==\'Z\')h=$(\'.7-c\',4).17();h.C(9(){b c=$(g);c.e(\'23\',\'L\');6(i==5.h-1){I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k,\'\',9(){4.16(\'7:X\')})},(m+l))}o{I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k)},(m+l))}l+=1b;i++})}o 6(5.n==\'1D\'||5.n==\'2m\'||3.s==\'1D\'||5.n==\'10\'||3.s==\'10\'){b l=0;b i=0;b v=0;b h=$(\'.7-c\',4);6(5.n==\'10\'||3.s==\'10\')h=$(\'.7-c\',4).17();h.C(9(){b c=$(g);6(i==0){c.e(\'1n\',\'L\');i++}o{c.e(\'23\',\'L\');i=0}6(v==5.h-1){I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k,\'\',9(){4.16(\'7:X\')})},(m+l))}o{I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k)},(m+l))}l+=1b;v++})}o 6(5.n==\'1x\'||3.s==\'1x\'){b l=0;b i=0;$(\'.7-c\',4).C(9(){b c=$(g);b 1B=c.w();c.e({1n:\'L\',t:\'m%\',w:\'L\'});6(i==5.h-1){I(9(){c.z({w:1B,x:\'1.0\'},5.k,\'\',9(){4.16(\'7:X\')})},(m+l))}o{I(9(){c.z({w:1B,x:\'1.0\'},5.k)},(m+l))}l+=1b;i++})}o 6(5.n==\'1a\'||3.s==\'1a\'){b i=0;$(\'.7-c\',4).C(9(){$(g).e(\'t\',\'m%\');6(i==5.h-1){$(g).z({x:\'1.0\'},(5.k*2),\'\',9(){4.16(\'7:X\')})}o{$(g).z({x:\'1.0\'},(5.k*2))}i++})}}};$.1e.18.1X={n:\'1F\',h:15,k:2p,1d:2l,R:M,24:M,G:M,22:M,25:M,1g:r,1L:0.8,1R:9(){},1N:9(){},1I:9(){}};$.1e.17=[].17})(2a);',62,155,'|||vars|slider|settings|if|nivo||function||var|slice|kids|css|currentSlide|this|slices||timer|animSpeed|timeBuff|100|effect|else||currentImage|false|randAnim|height|attr||width|opacity|child|animate|div|sliceWidth|each|nivoRun|return|class|controlNav|running|setTimeout|caption|is|0px|true|repeat|append|no|background|directionNav|img|clearInterval|url|display|src|animFinished|sliceDownLeft|sliceUpLeft|sliceUpDownLeft|title|childHeight|childWidth|px||trigger|reverse|nivoSlider|active|fade|50|addClass|pauseTime|fn|paused|manualAdvance|nudge|Math|totalSlides|event|none|first|top|sliceDownRight|click|block|find|setInterval|sliceUpRight|prev|next|call|fold|anims|fadeIn|html|origWidth|nivoControl|sliceUpDown|live|random|prevNav|hide|slideshowEnd|options|1px|captionOpacity|left|afterChange|control|rel|stop|beforeChange|for|hover|keyCode|nextNav|data|defaults|fadeOut|eq|length|round|keyboardNav|bottom|directionNavHide|pauseOnHover|Array|sliceDown|children|show|jQuery|new|Prev|Next|undefined|imageLink|position|extend|floor|bind|removeClass|3000|sliceUpDownRight|39|sliceUp|500|hasClass|relative|window|keypress|37'.split('|'),0,{}))
