if(typeof Shadowbox=='undefined'){throw'Unable to load Shadowbox, no base library adapter found.';}
(function(){var version='1.0';var options={assetURL:'',loadingImage:SKIN_URL+'images/sb/loading.gif',animate:true,animSequence:'wh',flvPlayer:'flvplayer.swf',overlayColor:'#000',overlayOpacity:0.85,overlayBgImage:SKIN_URL+'images/sb/overlay-85.png',listenOverlay:true,autoplayMovies:true,showMovieControls:true,resizeDuration:0.35,fadeDuration:0.35,displayNav:true,continuous:false,displayCounter:true,counterType:'default',viewportPadding:20,handleLgImages:'resize',initialHeight:160,initialWidth:320,enableKeys:true,keysClose:['c','q',27],keysNext:['n',39],keysPrev:['p',37],onOpen:null,onFinish:null,onChange:null,onClose:null,handleUnsupported:'link',skipSetup:false,text:{cancel:'Cancel',loading:'loading',close:'<span class="shortcut">C</span>lose',next:'<span class="shortcut">N</span>ext',prev:'<span class="shortcut">P</span>revious',errors:{single:'You must install the <a href="{0}">{1}</a> browser plugin to view this content.',shared:'You must install both the <a href="{0}">{1}</a> and <a href="{2}">{3}</a> browser plugins to view this content.',either:'You must install either the <a href="{0}">{1}</a> or the <a href="{2}">{3}</a> browser plugin to view this content.'}},errors:{fla:{name:'Flash',url:'http://www.adobe.com/products/flashplayer/'},qt:{name:'QuickTime',url:'http://www.apple.com/quicktime/download/'},wmp:{name:'Windows Media Player',url:'http://www.microsoft.com/windows/windowsmedia/'},f4m:{name:'Flip4Mac',url:'http://www.flip4mac.com/wmv_download.htm'}},skin:{main:'<div id="shadowbox_overlay"></div>'+'<div id="shadowbox_container">'+'<div id="shadowbox">'+'<div id="shadowbox_title">'+'<div id="shadowbox_title_inner"></div>'+'</div>'+'<div id="shadowbox_body">'+'<div id="shadowbox_body_inner"></div>'+'<div id="shadowbox_loading"></div>'+'</div>'+'<div id="shadowbox_toolbar">'+'<div id="shadowbox_toolbar_inner"></div>'+'</div>'+'</div>'+'</div>',loading:'<img src="{0}" alt="{1}" />'+'<span><a href="javascript:Shadowbox.close();">{2}</a></span>',counter:'<div id="shadowbox_counter">{0}</div>',close:'<div id="shadowbox_nav_close">'+'<a href="javascript:Shadowbox.close();">{0}</a>'+'</div>',next:'<div id="shadowbox_nav_next">'+'<a href="javascript:Shadowbox.next();">{0}</a>'+'</div>',prev:'<div id="shadowbox_nav_previous">'+'<a href="javascript:Shadowbox.previous();">{0}</a>'+'</div>'},ext:{img:['png','jpg','jpeg','gif','bmp'],qt:['dv','mov','moov','movie','mp4'],wmp:['asf','wm','wmv'],qtwmp:['avi','mpg','mpeg'],iframe:['asp','aspx','cgi','cfm','htm','html','pl','php','php3','php4','php5','phtml','rb','rhtml','shtml','txt','vbs']}};var default_options=null;var SL=Shadowbox.lib;var RE={resize:/(img|swf|flv)/,overlay:/(img|iframe|html|inline)/,swf:/\.swf\s*$/i,flv:/\.flv\s*$/i,domain:/:\/\/(.*?)[:\/]/,inline:/#(.+)$/,rel:/^(light|shadow)box/i,gallery:/^(light|shadow)box\[(.*?)\]/i,unsupported:/^unsupported-(\w+)/,param:/\s*([a-z_]*?)\s*=\s*(.+)\s*/,empty:/^(?:br|frame|hr|img|input|link|meta|range|spacer|wbr|area|param|col)$/i};var cache=[];var current_gallery;var current;var optimal_height=options.initialHeight;var optimal_width=options.initialWidth;var current_height=0;var current_width=0;var preloader;var initialized=false;var activated=false;var drag;var draggable;var overlay_img_needed;var ua=navigator.userAgent.toLowerCase();var isStrict=document.compatMode=='CSS1Compat',isOpera=ua.indexOf("opera")>-1,isIE=ua.indexOf('msie')>-1,isIE7=ua.indexOf('msie 7')>-1,isBorderBox=isIE&&!isStrict,isSafari=(/webkit|khtml/).test(ua),isSafari3=isSafari&&!!(document.evaluate),isGecko=!isSafari&&ua.indexOf('gecko')>-1,isWindows=(ua.indexOf('windows')!=-1||ua.indexOf('win32')!=-1),isMac=(ua.indexOf('macintosh')!=-1||ua.indexOf('mac os x')!=-1),isLinux=(ua.indexOf('linux')!=-1);var absolute_pos=isIE&&!isIE7;var plugins=null;if(navigator.plugins&&navigator.plugins.length){var detectPlugin=function(plugin_name){var detected=false;for(var i=0,len=navigator.plugins.length;i<len;++i){if(navigator.plugins[i].name.indexOf(plugin_name)>-1){detected=true;break;}}
return detected;};var f4m=detectPlugin('Flip4Mac');var plugins={fla:detectPlugin('Shockwave Flash'),qt:detectPlugin('QuickTime'),wmp:!f4m&&detectPlugin('Windows Media'),f4m:f4m};}else{var detectPlugin=function(plugin_name){var detected=false;try{var axo=new ActiveXObject(plugin_name);if(axo){detected=true;}}catch(e){}
return detected;};var plugins={fla:detectPlugin('ShockwaveFlash.ShockwaveFlash'),qt:detectPlugin('QuickTime.QuickTime'),wmp:detectPlugin('wmplayer.ocx'),f4m:false};}
var apply=function(o,e){for(var p in e)o[p]=e[p];return o;};var isLink=function(el){return typeof el.tagName=='string'&&(el.tagName.toUpperCase()=='A'||el.tagName.toUpperCase()=='AREA');};SL.getViewportHeight=function(){var height=window.innerHeight;var mode=document.compatMode;if((mode||isIE)&&!isOpera){height=isStrict?document.documentElement.clientHeight:document.body.clientHeight;}
return height;};SL.getViewportWidth=function(){var width=window.innerWidth;var mode=document.compatMode;if(mode||isIE){width=isStrict?document.documentElement.clientWidth:document.body.clientWidth;}
return width;};SL.getDocumentHeight=function(){var scrollHeight=isStrict?document.documentElement.scrollHeight:document.body.scrollHeight;return Math.max(scrollHeight,SL.getViewportHeight());};SL.getDocumentWidth=function(){var scrollWidth=isStrict?document.documentElement.scrollWidth:document.body.scrollWidth;return Math.max(scrollWidth,SL.getViewportWidth());};var clearOpacity=function(el){if(isIE){if(typeof el.style.filter=='string'&&(/alpha/i).test(el.style.filter)){el.style.filter='';}}else{el.style.opacity='';el.style['-moz-opacity']='';el.style['-khtml-opacity']='';}};var fadeIn=function(el,endingOpacity,duration,callback){if(options.animate){SL.setStyle(el,'opacity',0);el.style.visibility='visible';SL.animate(el,{opacity:{to:endingOpacity}},duration,function(){if(endingOpacity==1)clearOpacity(el);if(typeof callback=='function')callback();});}else{if(endingOpacity==1){clearOpacity(el);}else{SL.setStyle(el,'opacity',endingOpacity);}
el.style.visibility='visible';if(typeof callback=='function')callback();}};var fadeOut=function(el,duration,callback){var cb=function(){el.style.visibility='hidden';clearOpacity(el);if(typeof callback=='function')callback();};if(options.animate){SL.animate(el,{opacity:{to:0}},duration,cb);}else{cb();}};var appendHTML=function(el,html){el=SL.get(el);if(el.insertAdjacentHTML){el.insertAdjacentHTML('BeforeEnd',html);return el.lastChild;}
if(el.lastChild){var range=el.ownerDocument.createRange();range.setStartAfter(el.lastChild);var frag=range.createContextualFragment(html);el.appendChild(frag);return el.lastChild;}else{el.innerHTML=html;return el.lastChild;}};var overwriteHTML=function(el,html){el=SL.get(el);el.innerHTML=html;return el.firstChild;};var getComputedHeight=function(el){var h=Math.max(el.offsetHeight,el.clientHeight);if(!h){h=parseInt(SL.getStyle(el,'height'),10)||0;if(!isBorderBox){h+=parseInt(SL.getStyle(el,'padding-top'),10)
+parseInt(SL.getStyle(el,'padding-bottom'),10)
+parseInt(SL.getStyle(el,'border-top-width'),10)
+parseInt(SL.getStyle(el,'border-bottom-width'),10);}}
return h;};var getComputedWidth=function(el){var w=Math.max(el.offsetWidth,el.clientWidth);if(!w){w=parseInt(SL.getStyle(el,'width'),10)||0;if(!isBorderBox){w+=parseInt(SL.getStyle(el,'padding-left'),10)
+parseInt(SL.getStyle(el,'padding-right'),10)
+parseInt(SL.getStyle(el,'border-left-width'),10)
+parseInt(SL.getStyle(el,'border-right-width'),10);}}
return w;};var getPlayerType=function(url){if(RE.img.test(url))return'img';var match=url.match(RE.domain);var this_domain=match?document.domain==match[1]:false;if(url.indexOf('#')>-1&&this_domain)return'inline';var q_index=url.indexOf('?');if(q_index>-1)url=url.substring(0,q_index);if(RE.swf.test(url))return plugins.fla?'swf':'unsupported-swf';if(RE.flv.test(url))return plugins.fla?'flv':'unsupported-flv';if(RE.qt.test(url))return plugins.qt?'qt':'unsupported-qt';if(RE.wmp.test(url)){if(plugins.wmp){return'wmp';}else if(plugins.f4m){return'qt';}else{return isMac?(plugins.qt?'unsupported-f4m':'unsupported-qtf4m'):'unsupported-wmp';}}else if(RE.qtwmp.test(url)){if(plugins.qt){return'qt';}else if(plugins.wmp){return'wmp';}else{return isMac?'unsupported-qt':'unsupported-qtwmp';}}else if(!this_domain||RE.iframe.test(url)){return'iframe';}
return'unsupported';};var handleClick=function(ev){var link;if(isLink(this)){link=this;}else{link=SL.getTarget(ev);while(!isLink(link)&&link.parentNode){link=link.parentNode;}}
Shadowbox.open(link);if(current_gallery.length)SL.preventDefault(ev);};var setupGallery=function(obj){var copy=apply({},obj);if(!obj.gallery){current_gallery=[copy];current=0;}else{current_gallery=[];var index,ci;for(var i=0,len=cache.length;i<len;++i){ci=cache[i];if(ci.gallery){if(ci.content==obj.content&&ci.gallery==obj.gallery&&ci.title==obj.title){index=current_gallery.length;}
if(ci.gallery==obj.gallery){current_gallery.push(apply({},ci));}}}
if(index==null){current_gallery.unshift(copy);index=0;}
current=index;}
var match,r;for(var i=0,len=current_gallery.length;i<len;++i){r=false;if(current_gallery[i].type=='unsupported'){r=true;}else if(match=RE.unsupported.exec(current_gallery[i].type)){if(options.handleUnsupported=='link'){current_gallery[i].type='html';var m;switch(match[1]){case'qtwmp':m=String.format(options.text.errors.either,options.errors.qt.url,options.errors.qt.name,options.errors.wmp.url,options.errors.wmp.name);break;case'qtf4m':m=String.format(options.text.errors.shared,options.errors.qt.url,options.errors.qt.name,options.errors.f4m.url,options.errors.f4m.name);break;default:if(match[1]=='swf'||match[1]=='flv')match[1]='fla';m=String.format(options.text.errors.single,options.errors[match[1]].url,options.errors[match[1]].name);}
current_gallery[i]=apply(current_gallery[i],{height:160,width:320,content:'<div class="shadowbox_message">'+m+'</div>'});}else{r=true;}}else if(current_gallery[i].type=='inline'){var match=RE.inline.exec(current_gallery[i].content);if(match){var el;if(el=SL.get(match[1])){current_gallery[i].content=el.innerHTML;}else{throw'No element found with id '+match[1];}}else{throw'No element id found for inline content';}}
if(r){current_gallery.splice(i,1);if(i<current)--current;--i;}}};var buildBars=function(){var link=current_gallery[current];if(!link)return;var title_i=SL.get('shadowbox_title_inner');title_i.innerHTML=(link.title)?link.title:'';var tool_i=SL.get('shadowbox_toolbar_inner');tool_i.innerHTML='';if(options.displayNav){tool_i.innerHTML=String.format(options.skin.close,options.text.close);if(current_gallery.length>1){if(options.continuous){appendHTML(tool_i,String.format(options.skin.next,options.text.next));appendHTML(tool_i,String.format(options.skin.prev,options.text.prev));}else{if((current_gallery.length-1)>current){appendHTML(tool_i,String.format(options.skin.next,options.text.next));}
if(current>0){appendHTML(tool_i,String.format(options.skin.prev,options.text.prev));}}}}
if(current_gallery.length>1&&options.displayCounter){var counter='';if(options.counterType=='skip'){for(var i=0,len=current_gallery.length;i<len;++i){counter+='<a href="javascript:Shadowbox.change('+i+');"';if(i==current){counter+=' class="shadowbox_counter_current"';}
counter+='>'+(i+1)+'</a>';}}else{counter=(current+1)+' of '+current_gallery.length;}
appendHTML(tool_i,String.format(options.skin.counter,counter));}};var hideBars=function(callback){var title_m=getComputedHeight(SL.get('shadowbox_title'));var tool_m=0-getComputedHeight(SL.get('shadowbox_toolbar'));var title_i=SL.get('shadowbox_title_inner');var tool_i=SL.get('shadowbox_toolbar_inner');if(options.animate&&callback){SL.animate(title_i,{marginTop:{to:title_m}},0.2);SL.animate(tool_i,{marginTop:{to:tool_m}},0.2,callback);}else{SL.setStyle(title_i,'marginTop',title_m+'px');SL.setStyle(tool_i,'marginTop',tool_m+'px');}};var showBars=function(callback){var title_i=SL.get('shadowbox_title_inner');if(options.animate){if(title_i.innerHTML!=''){SL.animate(title_i,{marginTop:{to:0}},0.35);}
SL.animate(SL.get('shadowbox_toolbar_inner'),{marginTop:{to:0}},0.35,callback);}else{if(title_i.innerHTML!=''){SL.setStyle(title_i,'margin-top','0px');}
SL.setStyle(SL.get('shadowbox_toolbar_inner'),'margin-top','0px');callback();}};var resetDrag=function(){drag={x:0,y:0,start_x:null,start_y:null};};var toggleDrag=function(on){if(on){resetDrag();var styles=['position:absolute','cursor:'+(isGecko?'-moz-grab':'move')];styles.push(isIE?'background-color:#fff;filter:alpha(opacity=0)':'background-color:transparent');appendHTML('shadowbox_body_inner','<div id="shadowbox_drag_layer" style="'+styles.join(';')+'"></div>');SL.addEvent(SL.get('shadowbox_drag_layer'),'mousedown',listenDrag);}else{var d=SL.get('shadowbox_drag_layer');if(d){SL.removeEvent(d,'mousedown',listenDrag);SL.remove(d);}}};var listenDrag=function(ev){drag.start_x=ev.clientX;drag.start_y=ev.clientY;draggable=SL.get('shadowbox_content');SL.addEvent(document,'mousemove',positionDrag);SL.addEvent(document,'mouseup',unlistenDrag);if(isGecko)SL.setStyle(SL.get('shadowbox_drag_layer'),'cursor','-moz-grabbing');};var unlistenDrag=function(){SL.removeEvent(document,'mousemove',positionDrag);SL.removeEvent(document,'mouseup',unlistenDrag);if(isGecko)SL.setStyle(SL.get('shadowbox_drag_layer'),'cursor','-moz-grab');};var positionDrag=function(ev){var move_y=ev.clientY-drag.start_y;drag.start_y=drag.start_y+move_y;drag.y=Math.max(Math.min(0,drag.y+move_y),current_height-optimal_height);SL.setStyle(draggable,'top',drag.y+'px');var move_x=ev.clientX-drag.start_x;drag.start_x=drag.start_x+move_x;drag.x=Math.max(Math.min(0,drag.x+move_x),current_width-optimal_width);SL.setStyle(draggable,'left',drag.x+'px');};var loadContent=function(){var obj=current_gallery[current];if(!obj)return;buildBars();switch(obj.type){case'img':preloader=new Image();preloader.onload=function(){var h=obj.height?parseInt(obj.height,10):preloader.height;var w=obj.width?parseInt(obj.width,10):preloader.width;resizeContent(h,w,function(dims){showBars(function(){setContent({tag:'img',height:dims.i_height,width:dims.i_width,src:obj.content,style:'position:absolute'});if(dims.enableDrag&&options.handleLgImages=='drag'){toggleDrag(true);SL.setStyle(SL.get('shadowbox_drag_layer'),{height:dims.i_height+'px',width:dims.i_width+'px'});}
finishContent();});});preloader.onload=function(){};};preloader.src=obj.content;break;case'swf':case'flv':case'qt':case'wmp':var markup=Shadowbox.movieMarkup(obj);resizeContent(markup.height,markup.width,function(){showBars(function(){setContent(markup);finishContent();});});break;case'iframe':var h=obj.height?parseInt(obj.height,10):SL.getViewportHeight();var w=obj.width?parseInt(obj.width,10):SL.getViewportWidth();var content={tag:'iframe',name:'shadowbox_content',height:'100%',width:'100%',frameborder:'0',marginwidth:'0',marginheight:'0',scrolling:'auto'};resizeContent(h,w,function(dims){showBars(function(){setContent(content);var win=(isIE)?SL.get('shadowbox_content').contentWindow:window.frames['shadowbox_content'];win.location=obj.content;finishContent();});});break;case'html':case'inline':var h=obj.height?parseInt(obj.height,10):SL.getViewportHeight();var w=obj.width?parseInt(obj.width,10):SL.getViewportWidth();var content={tag:'div',cls:'html',html:obj.content};resizeContent(h,w,function(){showBars(function(){setContent(content);finishContent();});});break;default:throw'Shadowbox cannot open content of type '+obj.type;}
if(current_gallery.length>0){var next=current_gallery[current+1];if(!next){next=current_gallery[0];}
if(next.type=='img'){var preload_next=new Image();preload_next.src=next.href;}
var prev=current_gallery[current-1];if(!prev){prev=current_gallery[current_gallery.length-1];}
if(prev.type=='img'){var preload_prev=new Image();preload_prev.src=prev.href;}}};var setContent=function(obj){var id='shadowbox_content';var content=SL.get(id);if(content){switch(content.tagName.toUpperCase()){case'OBJECT':var link=current_gallery[(obj?current-1:current)];if(link.type=='wmp'&&isIE){try{shadowbox_content.controls.stop();shadowbox_content.URL='non-existent.wmv';window.shadowbox_content=function(){};}catch(e){}}else if(link.type=='qt'&&isSafari){try{document.shadowbox_content.Stop();}catch(e){}
content.innerHTML='';}
setTimeout(function(){SL.remove(content);},10);break;case'IFRAME':SL.remove(content);if(isGecko)delete window.frames[id];break;default:SL.remove(content);}}
if(obj){if(!obj.id)obj.id=id;return appendHTML('shadowbox_body_inner',Shadowbox.createHTML(obj));}
return null;};var finishContent=function(){var obj=current_gallery[current];if(!obj)return;hideLoading(function(){listenKeyboard(true);if(options.onFinish&&typeof options.onFinish=='function'){options.onFinish(obj);}});};var resizeContent=function(height,width,callback){optimal_height=height;optimal_width=width;var resizable=RE.resize.test(current_gallery[current].type);var dims=getDimensions(optimal_height,optimal_width,resizable);if(callback){var cb=function(){callback(dims);};switch(options.animSequence){case'hw':adjustHeight(dims.height,dims.top,true,function(){adjustWidth(dims.width,true,cb);});break;case'wh':adjustWidth(dims.width,true,function(){adjustHeight(dims.height,dims.top,true,cb);});break;default:adjustWidth(dims.width,true);adjustHeight(dims.height,dims.top,true,cb);}}else{adjustWidth(dims.width,false);adjustHeight(dims.height,dims.top,false);if(options.handleLgImages=='resize'&&resizable){var content=SL.get('shadowbox_content');if(content){content.height=dims.i_height;content.width=dims.i_width;}}}};var getDimensions=function(o_height,o_width,resizable){if(typeof resizable=='undefined')resizable=false;var height=o_height=parseInt(o_height);var width=o_width=parseInt(o_width);var shadowbox_b=SL.get('shadowbox_body');var view_height=SL.getViewportHeight();var extra_height=parseInt(SL.getStyle(shadowbox_b,'border-top-width'),10)
+parseInt(SL.getStyle(shadowbox_b,'border-bottom-width'),10)
+parseInt(SL.getStyle(shadowbox_b,'margin-top'),10)
+parseInt(SL.getStyle(shadowbox_b,'margin-bottom'),10)
+getComputedHeight(SL.get('shadowbox_title'))
+getComputedHeight(SL.get('shadowbox_toolbar'))
+(2*options.viewportPadding);if((height+extra_height)>=view_height){height=view_height-extra_height;}
var view_width=SL.getViewportWidth();var extra_body_width=parseInt(SL.getStyle(shadowbox_b,'border-left-width'),10)
+parseInt(SL.getStyle(shadowbox_b,'border-right-width'),10)
+parseInt(SL.getStyle(shadowbox_b,'margin-left'),10)
+parseInt(SL.getStyle(shadowbox_b,'margin-right'),10);var extra_width=extra_body_width+(2*options.viewportPadding);if((width+extra_width)>=view_width){width=view_width-extra_width;}
var enableDrag=false;var i_height=o_height;var i_width=o_width;var handle=options.handleLgImages;if(resizable&&(handle=='resize'||handle=='drag')){var change_h=(o_height-height)/o_height;var change_w=(o_width-width)/o_width;if(handle=='resize'){if(change_h>change_w){width=Math.round((o_width/o_height)*height);}else if(change_w>change_h){height=Math.round((o_height/o_width)*width);}
i_width=width;i_height=height;}else{var link=current_gallery[current];if(link)enableDrag=link.type=='img'&&(change_h>0||change_w>0);}}
return{height:height,width:width+extra_body_width,i_height:i_height,i_width:i_width,top:((view_height-(height+extra_height))/2)+options.viewportPadding,enableDrag:enableDrag};};var centerVertically=function(){var shadowbox=SL.get('shadowbox');var scroll=document.documentElement.scrollTop;var s_top=scroll+Math.round((SL.getViewportHeight()-(shadowbox.offsetHeight||0))/2);SL.setStyle(shadowbox,'top',s_top+'px');};var adjustHeight=function(height,top,animate,callback){height=parseInt(height);current_height=height;var sbi=SL.get('shadowbox_body_inner');if(animate&&options.animate){SL.animate(sbi,{height:{to:height}},options.resizeDuration,callback);}else{SL.setStyle(sbi,'height',height+'px');if(typeof callback=='function')callback();}
if(absolute_pos){centerVertically();SL.addEvent(window,'scroll',centerVertically);top+=document.documentElement.scrollTop;}
var shadowbox=SL.get('shadowbox');if(animate&&options.animate){SL.animate(shadowbox,{top:{to:top}},options.resizeDuration);}else{SL.setStyle(shadowbox,'top',top+'px');}};var adjustWidth=function(width,animate,callback){width=parseInt(width);current_width=width;var shadowbox=SL.get('shadowbox');if(animate&&options.animate){SL.animate(shadowbox,{width:{to:width}},options.resizeDuration,callback);}else{SL.setStyle(shadowbox,'width',width+'px');if(typeof callback=='function')callback();}};var listenKeyboard=function(on){if(!options.enableKeys)return;if(on){document.onkeydown=handleKey;}else{document.onkeydown='';}};var assertKey=function(valid,key,code){return(valid.indexOf(key)!=-1||valid.indexOf(code)!=-1);};var handleKey=function(e){var code=e?e.which:event.keyCode;var key=String.fromCharCode(code).toLowerCase();if(assertKey(options.keysClose,key,code)){Shadowbox.close();}else if(assertKey(options.keysPrev,key,code)){Shadowbox.previous();}else if(assertKey(options.keysNext,key,code)){Shadowbox.next();}};var toggleTroubleElements=function(on){var vis=(on?'visible':'hidden');var selects=document.getElementsByTagName('select');for(i=0,len=selects.length;i<len;++i){selects[i].style.visibility=vis;}
var objects=document.getElementsByTagName('object');for(i=0,len=objects.length;i<len;++i){objects[i].style.visibility=vis;}
var embeds=document.getElementsByTagName('embed');for(i=0,len=embeds.length;i<len;++i){embeds[i].style.visibility=vis;}};var showLoading=function(){var loading=SL.get('shadowbox_loading');overwriteHTML(loading,String.format(options.skin.loading,options.assetURL+options.loadingImage,options.text.loading,options.text.cancel));loading.style.visibility='visible';};var hideLoading=function(callback){var t=current_gallery[current].type;var anim=(t=='img'||t=='html');var loading=SL.get('shadowbox_loading');if(anim){fadeOut(loading,0.35,callback);}else{loading.style.visibility='hidden';callback();}};var resizeOverlay=function(){var overlay=SL.get('shadowbox_overlay');SL.setStyle(overlay,{height:'100%',width:'100%'});SL.setStyle(overlay,'height',SL.getDocumentHeight()+'px');if(!isSafari3){SL.setStyle(overlay,'width',SL.getDocumentWidth()+'px');}};var checkOverlayImgNeeded=function(){if(!(isGecko&&isMac))return false;for(var i=0,len=current_gallery.length;i<len;++i){if(!RE.overlay.exec(current_gallery[i].type))return true;}
return false;};var toggleOverlay=function(callback){var overlay=SL.get('shadowbox_overlay');if(overlay_img_needed==null){overlay_img_needed=checkOverlayImgNeeded();}
if(callback){resizeOverlay();if(overlay_img_needed){SL.setStyle(overlay,{visibility:'visible',backgroundColor:'transparent',backgroundImage:'url('+options.assetURL+options.overlayBgImage+')',backgroundRepeat:'repeat',opacity:1});callback();}else{SL.setStyle(overlay,{visibility:'visible',backgroundColor:options.overlayColor,backgroundImage:'none'});fadeIn(overlay,options.overlayOpacity,options.fadeDuration,callback);}}else{if(overlay_img_needed){SL.setStyle(overlay,'visibility','hidden');}else{fadeOut(overlay,options.fadeDuration);}
overlay_img_needed=null;}};Shadowbox.init=function(opts){if(initialized)return;options=apply(options,opts||{});appendHTML(document.body,options.skin.main);RE.img=new RegExp('\.('+options.ext.img.join('|')+')\s*$','i');RE.qt=new RegExp('\.('+options.ext.qt.join('|')+')\s*$','i');RE.wmp=new RegExp('\.('+options.ext.wmp.join('|')+')\s*$','i');RE.qtwmp=new RegExp('\.('+options.ext.qtwmp.join('|')+')\s*$','i');RE.iframe=new RegExp('\.('+options.ext.iframe.join('|')+')\s*$','i');var id=null;var resize=function(){clearInterval(id);id=null;resizeOverlay();resizeContent(optimal_height,optimal_width);};SL.addEvent(window,'resize',function(){if(activated){if(id){clearInterval(id);id=null;}
if(!id)id=setInterval(resize,50);}});if(options.listenOverlay){SL.addEvent(SL.get('shadowbox_overlay'),'click',Shadowbox.close);}
if(absolute_pos){SL.setStyle(SL.get('shadowbox_container'),'position','absolute');SL.setStyle('shadowbox_body','zoom',1);SL.addEvent(SL.get('shadowbox_container'),'click',function(e){var target=SL.getTarget(e);if(target.id&&target.id=='shadowbox_container')Shadowbox.close();});}
if(!options.skipSetup)Shadowbox.setup();initialized=true;};Shadowbox.setup=function(links,opts){if(!links){var links=[];var a=document.getElementsByTagName('a'),rel;for(var i=0,len=a.length;i<len;++i){rel=a[i].getAttribute('rel');if(rel&&RE.rel.test(rel))links[links.length]=a[i];}}else if(!links.length){links=[links];}
var link;for(var i=0,len=links.length;i<len;++i){link=links[i];if(typeof link.shadowboxCacheKey=='undefined'){link.shadowboxCacheKey=cache.length;SL.addEvent(link,'click',handleClick);}
cache[link.shadowboxCacheKey]=this.buildCacheObj(link,opts);}};Shadowbox.buildCacheObj=function(link,opts){var href=link.href;var o={el:link,title:link.getAttribute('title'),type:getPlayerType(href),options:apply({},opts||{}),content:href};var opt,l_opts=['title','type','height','width','gallery'];for(var i=0,len=l_opts.length;i<len;++i){opt=l_opts[i];if(typeof o.options[opt]!='undefined'){o[opt]=o.options[opt];delete o.options[opt];}}
var rel=link.getAttribute('rel');if(rel){var match=rel.match(RE.gallery);if(match)o.gallery=escape(match[2]);var params=rel.split(';');for(var i=0,len=params.length;i<len;++i){match=params[i].match(RE.param);if(match){if(match[1]=='options'){eval('o.options = apply(o.options, '+match[2]+')');}else{o[match[1]]=match[2];}}}}
return o;};Shadowbox.applyOptions=function(opts){if(opts){default_options=apply({},options);options=apply(options,opts);}};Shadowbox.revertOptions=function(){if(default_options){options=default_options;default_options=null;}};Shadowbox.open=function(obj,opts){if(activated)return;activated=true;if(isLink(obj)){if(typeof obj.shadowboxCacheKey=='undefined'||typeof cache[obj.shadowboxCacheKey]=='undefined'){obj=this.buildCacheObj(obj,opts);}else{obj=cache[obj.shadowboxCacheKey];}}
this.revertOptions();if(obj.options||opts){this.applyOptions(apply(apply({},obj.options||{}),opts||{}));}
setupGallery(obj);if(current_gallery.length){if(options.onOpen&&typeof options.onOpen=='function'){options.onOpen(obj);}
SL.setStyle(SL.get('shadowbox'),'display','block');toggleTroubleElements(false);var dims=getDimensions(options.initialHeight,options.initialWidth);adjustHeight(dims.height,dims.top);adjustWidth(dims.width);hideBars(false);toggleOverlay(function(){SL.setStyle(SL.get('shadowbox'),'visibility','visible');showLoading();loadContent();});}};Shadowbox.change=function(num){if(!current_gallery)return;if(!current_gallery[num]){if(!options.continuous){return;}else{num=(num<0)?(current_gallery.length-1):0;}}
current=num;toggleDrag(false);setContent(null);listenKeyboard(false);if(options.onChange&&typeof options.onChange=='function'){options.onChange(current_gallery[current]);}
showLoading();hideBars(loadContent);};Shadowbox.next=function(){return this.change(current+1);};Shadowbox.previous=function(){return this.change(current-1);};Shadowbox.close=function(){if(!activated)return;listenKeyboard(false);SL.setStyle(SL.get('shadowbox'),{display:'none',visibility:'hidden'});if(absolute_pos)SL.removeEvent(window,'scroll',centerVertically);toggleDrag(false);setContent(null);if(preloader){preloader.onload=function(){};preloader=null;}
toggleOverlay(false);toggleTroubleElements(true);if(options.onClose&&typeof options.onClose=='function'){options.onClose(current_gallery[current]);}
activated=false;};Shadowbox.clearCache=function(){for(var i=0,len=cache.length;i<len;++i){if(cache[i].el){SL.removeEvent(cache[i].el,'click',handleClick);delete cache[i].shadowboxCacheKey;}}
cache=[];};Shadowbox.movieMarkup=function(obj){var h=obj.height?parseInt(obj.height,10):300;var w=obj.width?parseInt(obj.width,10):300;var autoplay=options.autoplayMovies;var controls=options.showMovieControls;if(obj.options){if(obj.options.autoplayMovies!=null){autoplay=obj.options.autoplayMovies;}
if(obj.options.showMovieControls!=null){controls=obj.options.showMovieControls;}}
var markup={tag:'object',name:'shadowbox_content'};switch(obj.type){case'swf':var dims=getDimensions(h,w,true);h=dims.height;w=dims.width;markup.type='application/x-shockwave-flash';markup.data=obj.content;markup.children=[{tag:'param',name:'movie',value:obj.content}];break;case'flv':autoplay=autoplay?'true':'false';var showicons='false';var a=h/w;if(controls){showicons='true';h+=20;}
var dims=getDimensions(h,h/a,true);h=dims.height;w=(h-(controls?20:0))/a;var flashvars=['file='+obj.content,'height='+h,'width='+w,'autostart='+autoplay,'displayheight='+(h-(controls?20:0)),'showicons='+showicons,'backcolor=0x000000&amp;frontcolor=0xCCCCCC&amp;lightcolor=0x557722'];markup.type='application/x-shockwave-flash';markup.data=options.assetURL+options.flvPlayer;markup.children=[{tag:'param',name:'movie',value:options.assetURL+options.flvPlayer},{tag:'param',name:'flashvars',value:flashvars.join('&amp;')},{tag:'param',name:'allowfullscreen',value:'true'}];break;case'qt':autoplay=autoplay?'true':'false';if(controls){controls='true';h+=16;}else{controls='false';}
markup.children=[{tag:'param',name:'src',value:obj.content},{tag:'param',name:'scale',value:'aspect'},{tag:'param',name:'controller',value:controls},{tag:'param',name:'autoplay',value:autoplay}];if(isIE){markup.classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B';markup.codebase='http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0';}else{markup.type='video/quicktime';markup.data=obj.content;}
break;case'wmp':autoplay=autoplay?1:0;markup.children=[{tag:'param',name:'autostart',value:autoplay}];if(isIE){if(controls){controls='full';h+=70;}else{controls='none';}
markup.classid='clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6';markup.children[markup.children.length]={tag:'param',name:'url',value:obj.content};markup.children[markup.children.length]={tag:'param',name:'uimode',value:controls};}else{if(controls){controls=1;h+=45;}else{controls=0;}
markup.type='video/x-ms-wmv';markup.data=obj.content;markup.children[markup.children.length]={tag:'param',name:'showcontrols',value:controls};}
break;}
markup.height=h;markup.width=w;return markup;};Shadowbox.createHTML=function(obj){var html='<'+obj.tag;for(var attr in obj){if(attr=='tag'||attr=='html'||attr=='children')continue;if(attr=='cls'){html+=' class="'+obj['cls']+'"';}else{html+=' '+attr+'="'+obj[attr]+'"';}}
if(RE.empty.test(obj.tag)){html+='/>\n';}else{html+='>\n';var cn=obj.children;if(cn){for(var i=0,len=cn.length;i<len;++i){html+=this.createHTML(cn[i]);}}
if(obj.html)html+=obj.html;html+='</'+obj.tag+'>\n';}
return html;};Shadowbox.getPlugins=function(){return plugins;};Shadowbox.getOptions=function(){return options;};Shadowbox.getCurrent=function(){return current_gallery[current];};Shadowbox.getVersion=function(){return version;};})();Array.prototype.indexOf=Array.prototype.indexOf||function(o){for(var i=0,len=this.length;i<len;++i){if(this[i]==o)return i;}
return-1;};String.format=String.format||function(format){var args=Array.prototype.slice.call(arguments,1);return format.replace(/\{(\d+)\}/g,function(m,i){return args[i];});};;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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,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){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(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}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("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());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 g=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(g?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());;Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"445,-505r-170,237r171,268r-104,0r-105,-171r-15,-29v-37,74,-88,132,-131,200r-91,0r182,-259r-103,-162r-62,-71r107,-13v35,60,78,112,107,178v35,-58,76,-110,113,-165","w":446},{"d":"578,0r-116,0r-176,-247v-11,1,-25,1,-84,1v1,85,-4,175,10,246r-100,0r0,-566r-13,-92r186,0v110,0,216,63,216,198v0,78,-49,151,-128,188xm202,-320r65,0v74,0,139,-64,139,-140v0,-106,-92,-133,-204,-124r0,264","w":588,"k":{"o":5,"e":5,"Y":16,"V":11,"T":19,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00dd":16,"c":5,"W":11}},{"w":270},{"d":"443,-437r-53,67v-32,-46,-72,-67,-112,-67v-91,0,-141,90,-141,184v0,92,43,189,142,189v85,0,150,-68,150,-68r14,76v0,0,-64,69,-188,69v-131,0,-206,-126,-206,-250v0,-141,78,-270,231,-270v72,0,126,25,163,70xm230,58r10,-51r29,0v29,38,112,55,112,120v-1,115,-136,133,-212,77r24,-49v25,27,127,40,127,-14v0,-32,-55,-50,-90,-83","w":480},{"d":"89,-543r-18,-112r90,-16r-1,244r-73,1","w":232,"k":{"A":64,"\u00c1":64,"\u00c2":64,"\u00c3":64,"\u00c0":64,"\u00c6":76,"\u00c5":64,"\u00c4":64}},{"d":"257,-325r0,52v-73,0,-78,65,-78,80r0,286v0,102,-71,149,-161,149r0,-62v33,0,81,-10,81,-90r0,-282v0,-65,46,-107,46,-107v0,0,-46,-42,-46,-107r0,-197v0,-80,-48,-90,-81,-90r0,-62v90,0,161,47,161,149r0,201v0,15,5,80,78,80","w":274},{"d":"550,-507v158,0,170,172,171,232r-24,27r-276,9v2,90,42,175,138,175v84,0,159,-70,159,-70r14,77v0,0,-72,70,-197,70v-79,0,-137,-41,-170,-99v-13,20,-78,99,-179,99v-94,0,-137,-65,-137,-129v0,-96,99,-179,281,-180r0,-36v0,-80,-33,-107,-73,-107v-90,0,-145,74,-145,74r-44,-64v0,0,64,-77,198,-77v55,0,107,17,134,59v36,-37,85,-60,150,-60xm217,-59v58,0,127,-77,127,-77v0,0,-14,-45,-14,-99v-14,0,-191,9,-191,102v0,34,23,74,78,74xm538,-442v-66,0,-98,70,-112,142r201,-7v-3,-55,-22,-135,-89,-135","w":782},{"d":"113,-364r-45,-65v0,0,64,-77,196,-77v78,0,150,34,150,128r0,265v0,60,45,113,45,113r-93,13v0,0,-28,-38,-29,-82v-27,41,-97,82,-159,82v-68,0,-129,-50,-129,-124v0,-111,116,-185,281,-185v7,-83,-22,-143,-75,-143v-92,0,-142,75,-142,75xm215,-59v44,0,95,-39,115,-62r0,-111v-26,1,-191,4,-191,106v0,32,23,67,76,67xm93,-724r110,0r124,143r-55,20","w":506},{"d":"537,-252v0,-137,10,-289,-13,-406r97,0r0,395v0,162,-106,276,-270,276v-236,0,-242,-234,-242,-250r0,-329r-13,-92r103,0r0,413v0,106,72,185,170,185v99,0,168,-86,168,-192xm409,-875r110,0r-179,163r-55,-20","w":727},{"d":"499,0r-94,0r0,-288v0,-95,-11,-140,-73,-140v-105,0,-153,74,-153,74v3,119,-8,251,10,354r-94,0r0,-400r-13,-92r97,-11r0,75v71,-82,252,-123,303,0v42,-46,113,-78,179,-78v66,0,131,38,131,118v0,129,-9,275,10,388r-94,0r0,-288v0,-95,-11,-140,-73,-140v-80,0,-128,45,-146,65v3,121,-9,257,10,363","w":884},{"d":"5,-582r0,-76r516,0r0,76r-216,0r0,507r10,75r-100,0r0,-582r-210,0","w":526,"k":{"C":21,"\u00d2":21,"\u00d4":21,"\u00d3":21,"\u00c1":42,"\u00c2":42,"\u00ff":54,"\u00d5":21,"\u00c3":42,"\u00c0":42,"\u00e6":68,"\u00d8":21,"\u00c6":82,"\u00f5":68,"\u00f6":68,"\u00f4":68,"\u00f2":68,"\u00f3":68,"\u00eb":68,"\u00ea":68,"\u00e8":68,"\u00e9":68,"\u00e7":68,"\u00e5":68,"\u00e3":68,"\u00e4":68,"\u00e2":68,"\u00e0":68,"\u00e1":68,"\u00d6":21,"\u00c7":21,"\u00c5":42,"\u00c4":42,";":97,"-":78,",":117,"\u00fd":54,"w":25,"u":47,"s":47,"i":28,"c":68,"Q":21,"O":21,"G":21,"T":-18,"y":54,"a":68,"e":68,"o":68,"r":47,"A":42,".":117,":":97}},{"d":"-2,0r254,-658r61,-13r204,561r50,110r-109,0r-63,-172r-245,0r-65,172r-87,0xm277,-517v-29,94,-67,179,-100,269r193,0r-83,-230","w":571,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"w":26,"W":17}},{"d":"-2,0r254,-658r61,-13r204,561r50,110r-109,0r-63,-172r-245,0r-65,172r-87,0xm277,-517v-29,94,-67,179,-100,269r193,0r-83,-230xm403,-823r43,26v-23,40,-39,71,-103,71v-87,-1,-121,-79,-175,-3r-43,-26v23,-40,39,-71,103,-71v77,0,128,83,175,3","w":571,"k":{"y":26,"v":26,"Y":28,"V":27,"T":40,"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"w":26,"W":16}},{"d":"346,-670v193,0,289,143,289,335v0,180,-113,325,-265,345r222,94r-38,84r-240,-114r0,-63v-171,-10,-268,-155,-268,-334v0,-193,129,-347,300,-347xm144,-329v0,149,79,270,197,270v118,0,196,-121,196,-270v0,-149,-78,-270,-196,-270v-118,0,-197,121,-197,270","w":680,"k":{".":26,"T":21,",":26,"'":21,"\"":21}},{"d":"272,-507v156,0,168,173,170,235r-23,26r-279,0v2,90,44,182,141,182v85,0,157,-68,157,-68r14,76v0,0,-71,69,-195,69v-131,0,-206,-126,-206,-250v0,-141,68,-270,221,-270xm260,-442v-68,0,-101,60,-115,132r206,0v-3,-52,-22,-132,-91,-132xm314,-724r110,0r-179,163r-55,-20","w":492},{"d":"95,240r0,-893r-13,-92r97,-11r0,316v141,-135,322,-54,322,183v0,170,-129,304,-322,264v0,81,-3,165,10,233r-94,0xm408,-248v0,-186,-136,-249,-229,-121r0,310v0,0,55,7,94,7v74,0,135,-91,135,-196","w":553},{"d":"442,-321v-3,165,-135,234,-272,189v-20,25,-28,43,-28,56v0,82,338,-43,338,153v0,107,-122,166,-237,166v-181,0,-208,-106,-208,-106r62,-57v25,72,94,99,157,99v74,0,136,-35,136,-79v0,-122,-318,19,-318,-155v0,-42,36,-83,56,-101v-41,-33,-70,-87,-70,-151v0,-115,84,-200,207,-200v65,0,95,28,95,28r18,-13r131,0r-20,68r-80,0v21,26,33,65,33,103xm145,-312v0,73,50,132,106,132v56,0,103,-59,103,-132v0,-73,-47,-133,-103,-133v-56,0,-106,60,-106,133","w":517},{"d":"49,-238v0,-155,93,-269,245,-269v120,0,210,80,210,250v0,144,-90,270,-244,270v-206,0,-211,-235,-211,-251xm141,-247v0,105,51,193,135,193v84,0,136,-88,136,-193v0,-105,-52,-193,-136,-193v-84,0,-135,88,-135,193xm326,-724r110,0r-179,163r-55,-20","w":553},{"d":"377,0r0,-174r-217,0r-83,174r-83,0r320,-658r392,0r0,74r-239,0r0,210r209,0r-20,74r-189,0r0,226r250,0r-20,74r-320,0xm195,-248r182,0r0,-318r-7,-47","w":765},{"d":"77,-44v68,-82,242,-259,242,-381v0,-132,-148,-115,-206,-41r-36,-70v100,-88,335,-78,335,98v0,175,-221,360,-221,360r255,0r-10,78r-349,0"},{"d":"179,-503r0,428r10,75r-94,0r0,-400r-13,-92xm187,-724r110,0r-179,163r-55,-20","w":274},{"d":"573,-588r-46,68v-47,-49,-102,-76,-168,-76v-129,0,-218,132,-218,271v0,161,113,261,225,261v91,0,194,-84,194,-84r22,74v0,0,-96,87,-232,87v-155,0,-305,-114,-305,-328v0,-205,142,-355,318,-355v83,0,151,28,210,82","w":617,"k":{",":26}},{"d":"179,-503r0,428r10,75r-94,0r0,-400r-13,-92xm95,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm279,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":274},{"d":"802,-505r-207,518r-70,-13r-120,-352r-148,365r-70,-13r-137,-409r-44,-83r95,-13r116,333r15,72v35,-127,88,-236,132,-354r-20,-38r97,-13r114,334r14,71v40,-140,99,-261,147,-392","w":808,"k":{".":74,",":74}},{"d":"499,0r-94,0r0,-288v0,-95,-11,-140,-73,-140v-105,0,-153,74,-153,74v3,119,-8,251,10,354r-94,0r0,-400r-13,-92r97,-11r0,75v42,-46,113,-78,179,-78v66,0,131,38,131,118v0,129,-9,275,10,388xm418,-672r43,26v-23,40,-39,71,-103,71v-87,-1,-121,-79,-175,-3r-43,-26v23,-40,39,-71,103,-71v77,0,128,83,175,3","w":581},{"d":"179,-755r0,680r10,75r-94,0r0,-652r-13,-92","w":274},{"d":"369,-507v0,82,-72,150,-153,150v-79,0,-150,-68,-150,-150v0,-82,71,-150,150,-150v81,0,153,68,153,150xm310,-509v0,-49,-46,-90,-93,-90v-50,0,-92,41,-92,90v0,46,39,97,92,97v59,0,93,-51,93,-97xm744,-137v0,82,-72,150,-153,150v-79,0,-150,-68,-150,-150v0,-82,71,-150,150,-150v81,0,153,68,153,150xm685,-139v0,-49,-46,-90,-93,-90v-50,0,-92,41,-92,90v0,46,39,97,92,97v59,0,93,-51,93,-97xm661,-647r-441,647r-81,0r456,-674","w":798},{"d":"212,-154v-91,0,-176,-62,-176,-193v0,-129,75,-241,211,-241v149,0,210,155,210,315v0,256,-118,387,-266,387v-48,0,-111,-17,-144,-57r35,-68v20,31,67,56,114,56v82,0,155,-91,169,-247v-22,14,-84,48,-153,48xm230,-517v-70,0,-103,74,-103,142v0,103,57,150,127,150v51,0,98,-31,113,-43v-1,-121,-32,-249,-137,-249"},{"d":"-2,0r254,-658r61,-13r204,561r50,110r-109,0r-63,-172r-245,0r-65,172r-87,0xm277,-517v-29,94,-67,179,-100,269r193,0r-83,-230xm376,-791v0,48,-43,88,-91,88v-47,0,-89,-40,-89,-88v0,-48,42,-88,89,-88v48,0,91,40,91,88xm339,-792v0,-29,-26,-53,-53,-53v-29,0,-53,24,-53,53v0,27,22,57,53,57v34,0,53,-30,53,-57","w":571,"k":{"y":26,"v":26,"Y":28,"V":28,"T":42,"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"w":26,"W":17}},{"d":"113,-364r-45,-65v0,0,64,-77,196,-77v78,0,150,34,150,128r0,265v0,60,45,113,45,113r-93,13v0,0,-28,-38,-29,-82v-27,41,-97,82,-159,82v-68,0,-129,-50,-129,-124v0,-111,116,-185,281,-185v7,-83,-22,-143,-75,-143v-92,0,-142,75,-142,75xm215,-59v44,0,95,-39,115,-62r0,-111v-26,1,-191,4,-191,106v0,32,23,67,76,67xm301,-724r110,0r-179,163r-55,-20","w":506},{"d":"509,0r-114,0r-216,-261v1,89,-5,186,10,261r-94,0r0,-652r-13,-92r97,-11r0,483r161,-171r27,-49r127,0r-222,216","w":511},{"d":"112,0r0,-566r-13,-92r103,0r0,582r258,0r-20,76r-328,0","w":466,"k":{"y":28,"Y":48,"V":47,"T":58,"\u00ff":28,"\u00fd":28,"\u00dd":48,"W":37}},{"d":"196,-658r0,620v4,140,-86,267,-250,231r5,-88v91,46,156,-39,155,-143r0,-528r-13,-92r103,0","w":297},{"d":"346,-670v193,0,289,143,289,335v0,194,-131,348,-302,348v-183,0,-287,-151,-287,-336v0,-193,129,-347,300,-347xm144,-329v0,149,79,270,197,270v118,0,196,-121,196,-270v0,-149,-78,-270,-196,-270v-118,0,-197,121,-197,270xm457,-838r43,26v-23,40,-39,71,-103,71v-87,-1,-121,-79,-175,-3r-43,-26v23,-40,39,-71,103,-71v77,0,128,83,175,3","w":680,"k":{".":25,"T":20,",":25}},{"d":"193,-326v0,35,-27,63,-60,63v-33,0,-60,-28,-60,-63v0,-33,27,-61,60,-61v33,0,60,28,60,61xm193,-50v0,35,-27,63,-60,63v-33,0,-60,-28,-60,-63v0,-33,27,-61,60,-61v33,0,60,28,60,61","w":258},{"d":"58,-203r356,0r-20,74r-336,0r0,-74xm58,-368r366,0r-20,74r-346,0r0,-74","w":480},{"d":"346,-670v193,0,289,143,289,335v0,194,-131,348,-302,348v-183,0,-287,-151,-287,-336v0,-193,129,-347,300,-347xm144,-329v0,149,79,270,197,270v118,0,196,-121,196,-270v0,-149,-78,-270,-196,-270v-118,0,-197,121,-197,270xm389,-875r110,0r-179,163r-55,-20","w":680,"k":{".":25,"T":20,",":25,"'":20,"\"":20}},{"d":"529,-269v-35,36,-83,62,-137,62v-98,0,-141,-64,-216,-64v-42,0,-75,23,-98,43r-29,-61v31,-27,77,-55,134,-55v99,0,132,64,215,64v33,0,71,-21,101,-48","w":578},{"d":"426,-575r-20,78r-209,0r-5,131v119,0,241,82,241,218v0,184,-166,258,-339,249r-21,-68v132,14,267,-37,270,-166v2,-100,-96,-183,-228,-166r12,-276r299,0"},{"d":"573,-588r-46,68v-47,-49,-102,-76,-168,-76v-129,0,-218,132,-218,271v0,161,113,261,225,261v91,0,194,-84,194,-84r22,74v0,0,-96,87,-232,87v-155,0,-305,-114,-305,-328v0,-205,142,-355,318,-355v83,0,151,28,210,82xm312,58r10,-51r29,0v29,38,112,55,112,120v-1,115,-136,133,-212,77r24,-49v25,27,127,40,127,-14v0,-32,-55,-50,-90,-83","w":617},{"d":"346,-670v193,0,289,143,289,335v0,194,-131,348,-302,348v-183,0,-287,-151,-287,-336v0,-193,129,-347,300,-347xm144,-329v0,149,79,270,197,270v118,0,196,-121,196,-270v0,-149,-78,-270,-196,-270v-118,0,-197,121,-197,270xm297,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm481,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":680,"k":{".":25,"T":20,",":25,"'":20,"\"":20}},{"d":"237,-486r80,26v33,180,-181,231,-180,380v0,51,35,96,106,96v43,0,100,-25,100,-27r34,81v-37,18,-86,29,-134,29v-120,0,-203,-68,-203,-167v0,-179,206,-242,206,-369v0,-14,-9,-49,-9,-49xm201,-608v0,-35,29,-63,64,-63v35,0,64,28,64,63v0,33,-29,61,-64,61v-35,0,-64,-28,-64,-61","w":429},{"d":"272,-507v156,0,168,173,170,235r-23,26r-279,0v2,90,44,182,141,182v85,0,157,-68,157,-68r14,76v0,0,-71,69,-195,69v-131,0,-206,-126,-206,-250v0,-141,68,-270,221,-270xm260,-442v-68,0,-101,60,-115,132r206,0v-3,-52,-22,-132,-91,-132xm106,-724r110,0r124,143r-55,20","w":492},{"d":"256,-588v171,0,203,164,203,300v0,163,-60,301,-225,301v-106,0,-192,-86,-192,-302v0,-166,64,-299,214,-299xm250,-522v-80,0,-116,85,-116,222v0,142,23,249,111,249v76,0,124,-91,124,-233v0,-140,-32,-238,-119,-238"},{"d":"49,-238v0,-155,93,-269,245,-269v120,0,210,80,210,250v0,144,-90,270,-244,270v-206,0,-211,-235,-211,-251xm141,-247v0,105,51,193,135,193v84,0,136,-88,136,-193v0,-105,-52,-193,-136,-193v-84,0,-135,88,-135,193xm234,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm418,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":553},{"d":"364,-576v0,92,-80,168,-170,168v-88,0,-168,-76,-168,-168v0,-92,80,-167,168,-167v90,0,170,75,170,167xm298,-578v0,-54,-51,-100,-103,-100v-56,0,-103,46,-103,100v0,52,43,108,103,108v66,0,103,-56,103,-108","w":399},{"d":"-2,0r254,-658r61,-13r204,561r50,110r-109,0r-63,-172r-245,0r-65,172r-87,0xm277,-517v-29,94,-67,179,-100,269r193,0r-83,-230xm243,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm427,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":571,"k":{"y":26,"v":26,"Y":28,"V":27,"T":40,"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"w":26,"W":16}},{"d":"49,-238v0,-155,93,-269,245,-269v120,0,210,80,210,250v0,144,-90,270,-244,270v-206,0,-211,-235,-211,-251xm141,-247v0,105,51,193,135,193v84,0,136,-88,136,-193v0,-105,-52,-193,-136,-193v-84,0,-135,88,-135,193xm394,-672r43,26v-23,40,-39,71,-103,71v-87,-1,-121,-79,-175,-3r-43,-26v23,-40,39,-71,103,-71v77,0,128,83,175,3","w":553},{"d":"272,-507v156,0,168,173,170,235r-23,26r-279,0v2,90,44,182,141,182v85,0,157,-68,157,-68r14,76v0,0,-71,69,-195,69v-131,0,-206,-126,-206,-250v0,-141,68,-270,221,-270xm260,-442v-68,0,-101,60,-115,132r206,0v-3,-52,-22,-132,-91,-132xm233,-724r62,0r124,143r-53,20r-103,-93r-101,93r-53,-20","w":492},{"d":"346,-670v193,0,289,143,289,335v0,194,-131,348,-302,348v-183,0,-287,-151,-287,-336v0,-193,129,-347,300,-347xm144,-329v0,149,79,270,197,270v118,0,196,-121,196,-270v0,-149,-78,-270,-196,-270v-118,0,-197,121,-197,270xm181,-875r110,0r124,143r-55,20","w":680,"k":{".":25,"T":20,",":25}},{"d":"564,-156r-80,0r-91,-129r-28,0v2,52,-4,76,5,129r-74,0r0,-299r-6,-53v115,-5,230,-6,230,108v0,40,-22,80,-67,100xm365,-325v53,8,86,-28,86,-75v0,-48,-36,-72,-86,-66r0,141xm735,-341v0,209,-141,354,-356,354v-190,0,-324,-141,-324,-325v0,-208,146,-352,365,-352v184,0,315,140,315,323xm673,-328v0,-166,-114,-285,-274,-285v-153,0,-280,121,-280,289v0,162,121,284,282,284v147,0,272,-121,272,-288","w":790},{"d":"113,-364r-45,-65v0,0,64,-77,196,-77v78,0,150,34,150,128r0,265v0,60,45,113,45,113r-93,13v0,0,-28,-38,-29,-82v-27,41,-97,82,-159,82v-68,0,-129,-50,-129,-124v0,-111,116,-185,281,-185v7,-83,-22,-143,-75,-143v-92,0,-142,75,-142,75xm215,-59v44,0,95,-39,115,-62r0,-111v-26,1,-191,4,-191,106v0,32,23,67,76,67xm342,-640v0,48,-43,88,-91,88v-47,0,-89,-40,-89,-88v0,-48,42,-88,89,-88v48,0,91,40,91,88xm305,-641v0,-29,-26,-53,-53,-53v-29,0,-53,24,-53,53v0,27,22,57,53,57v34,0,53,-30,53,-57","w":506},{"d":"186,-245v0,35,-27,63,-60,63v-33,0,-60,-28,-60,-63v0,-33,27,-61,60,-61v33,0,60,28,60,61","w":258},{"d":"622,-184r-148,0r-19,184r-77,0r19,-184r-146,0r-19,184r-77,0r19,-184r-145,0r0,-64r152,0r20,-186r-144,0r0,-64r151,0r17,-160r76,0r-17,160r146,0r17,-160r77,0r-17,160r150,0r-8,64r-148,0r-20,186r149,0xm404,-248r20,-186r-146,0r-20,186r146,0","w":704},{"d":"621,-491v-22,90,-13,212,-13,321v0,57,2,106,20,121v83,-1,141,-115,141,-233v0,-178,-104,-313,-299,-313v-193,0,-333,191,-333,373v0,162,123,332,322,341r-51,70v-224,-28,-348,-222,-348,-409v0,-223,159,-438,424,-438v200,0,361,149,361,350v0,172,-94,342,-286,321v-15,-16,-26,-51,-28,-81v-4,0,-52,77,-131,77v-83,0,-157,-86,-157,-204v0,-216,178,-356,378,-296xm523,-117r-1,-321v-8,0,-190,11,-190,235v0,69,40,131,95,131v29,0,62,-10,96,-45","w":902},{"d":"572,0r-119,0r-251,-333v2,112,-8,236,10,333r-100,0r0,-566r-13,-92r103,0r0,313r203,-248r29,-65r129,0r-260,312","w":578,"k":{"C":11,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00d5":11,"\u00d8":11,"\u00d6":11,"\u00c7":11,"Q":11,"O":11,"G":11}},{"d":"251,-25r9,-77v0,0,57,47,112,47v48,0,88,-18,88,-71v0,-83,-180,-136,-180,-240v0,-104,121,-146,121,-252v0,-35,-23,-63,-83,-63v-81,0,-133,57,-133,118r0,460r10,103r-94,0r0,-423r-61,0r0,-68r61,0r0,-64v0,-138,129,-199,207,-199v78,0,179,34,179,130v0,101,-115,167,-115,228v0,75,176,148,176,247v0,99,-71,162,-177,162v-72,0,-120,-38,-120,-38","w":574},{"d":"236,13v-80,0,-185,-39,-185,-155v0,-93,69,-151,141,-201v-64,-50,-115,-100,-115,-166v0,-91,70,-160,185,-160v103,0,167,59,167,133v0,80,-58,133,-118,176v72,55,143,113,143,180v0,113,-93,193,-218,193xm138,-172v0,73,43,113,107,113v60,0,122,-42,122,-96v0,-53,-63,-102,-130,-154v-55,38,-99,78,-99,137xm343,-509v0,-47,-23,-97,-92,-97v-54,0,-91,31,-91,81v0,44,46,86,104,130v46,-34,79,-69,79,-114"},{"d":"577,-325r1,300v0,0,-101,38,-228,38v-155,0,-305,-114,-305,-328v0,-205,137,-355,313,-355v83,0,156,28,215,82r-46,68v-47,-49,-102,-76,-168,-76v-124,0,-218,132,-218,271v0,162,113,266,227,266v54,0,122,-17,122,-17r1,-175r-17,-74r103,0","w":658,"k":{",":26}},{"d":"50,-665r247,0r-20,74r-227,0r0,-74","w":335},{"d":"-2,0r254,-658r61,-13r204,561r50,110r-109,0r-63,-172r-245,0r-65,172r-87,0xm277,-517v-29,94,-67,179,-100,269r193,0r-83,-230xm254,-875r62,0r124,143r-53,20r-103,-93r-101,93r-53,-20","w":571,"k":{"y":26,"v":26,"Y":55,"V":27,"T":40,"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":55,"w":26,"W":16}},{"d":"112,-566r-13,-92r342,0r0,74r-239,0r0,210r209,0r-20,74r-189,0v2,102,-6,213,10,300r-100,0r0,-566","w":481,"k":{".":65,"A":42,"o":16,"e":16,"a":21,"\u00c1":42,"\u00c2":42,"\u00c3":42,"\u00c0":42,"\u00e6":21,"\u00f5":16,"\u00f6":16,"\u00f4":16,"\u00f2":16,"\u00f3":16,"\u00eb":16,"\u00ea":16,"\u00e8":16,"\u00e9":16,"\u00e7":16,"\u00e5":21,"\u00e3":21,"\u00e4":21,"\u00e2":21,"\u00e0":21,"\u00e1":21,"\u00c5":42,"\u00c4":42,",":65,"c":16}},{"d":"195,-50v0,35,-27,63,-60,63v-33,0,-60,-28,-60,-63v0,-33,27,-61,60,-61v33,0,60,28,60,61","w":270,"k":{"C":25,"\u00d2":25,"\u00d4":25,"\u00d3":25,"\u00d5":25,"\u00d8":25,"\u00d6":25,"\u00c7":25,"Q":25,"O":25,"G":25}},{"d":"36,0r-4,-25r313,-496r44,-60r-335,0r22,-77r446,0r4,25r-312,495r-46,62r369,0r0,76r-501,0","w":566},{"d":"-2,0r254,-658r61,-13r204,561r50,110r-109,0r-63,-172r-245,0r-65,172r-87,0xm277,-517v-29,94,-67,179,-100,269r193,0r-83,-230xm127,-875r110,0r124,143r-55,20","w":571,"k":{"y":26,"v":26,"Y":28,"V":27,"T":40,"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"w":26,"W":16}},{"d":"499,0r-94,0r0,-288v0,-95,-11,-140,-73,-140v-105,0,-153,74,-153,74v3,119,-8,251,10,354r-94,0r0,-400r-13,-92r97,-11r0,75v42,-46,113,-78,179,-78v66,0,131,38,131,118v0,129,-9,275,10,388","w":581},{"d":"151,-237v0,267,129,441,151,451r-59,21v-100,-56,-177,-289,-177,-472v0,-184,77,-386,177,-442r59,21v-22,10,-151,154,-151,421","w":330,"k":{"J":-20}},{"d":"87,-285r310,0r-20,69r-290,0r0,-69xm295,-407v0,35,-27,63,-60,63v-33,0,-60,-28,-60,-63v0,-33,27,-61,60,-61v33,0,60,28,60,61xm295,-105v0,35,-27,63,-60,63v-33,0,-60,-28,-60,-63v0,-33,27,-61,60,-61v33,0,60,28,60,61","w":473},{"d":"49,-238v0,-155,93,-269,245,-269v120,0,210,80,210,250v0,144,-90,270,-244,270v-206,0,-211,-235,-211,-251xm141,-247v0,105,51,193,135,193v84,0,136,-88,136,-193v0,-105,-52,-193,-136,-193v-84,0,-135,88,-135,193","w":553},{"d":"47,-238v1,-162,100,-280,269,-268r36,-151r57,0r-39,162v81,28,136,106,136,238v0,147,-95,278,-258,269r-37,155r-54,0r38,-163v-144,-42,-148,-228,-148,-242xm300,-440v-174,-39,-202,295,-87,369xm263,-51v161,17,185,-277,87,-362","w":553},{"d":"45,-470v0,-117,72,-202,189,-202v93,0,163,60,163,188v0,109,-69,202,-189,202v-159,0,-163,-176,-163,-188xm126,-477v0,78,36,145,94,145v59,0,95,-67,95,-145v0,-78,-36,-145,-95,-145v-58,0,-94,67,-94,145","w":442},{"d":"302,-286r-245,0r-6,-31v10,-11,157,-147,157,-233v0,-84,-80,-77,-127,-27r-29,-56v70,-62,237,-57,236,71v0,96,-134,212,-141,218r161,0","w":349},{"d":"407,-74v-39,50,-120,87,-186,87v-66,0,-131,-38,-131,-118v0,-131,9,-276,-13,-387r97,-11r0,298v0,95,11,140,73,140v105,0,153,-75,153,-75v-2,-120,8,-251,-13,-352r97,-11r0,390v0,60,45,113,45,113r-93,13v0,0,-29,-41,-29,-87xm129,-724r110,0r124,143r-55,20","w":575},{"d":"112,0r0,-566r-13,-92r342,0r0,74r-239,0r0,210r209,0r-20,74r-189,0r0,226r250,0r-20,74r-320,0xm243,-875r62,0r124,143r-53,20r-103,-93r-101,93r-53,-20"},{"d":"30,-139r274,-451r75,22r0,405r98,0r-20,78r-78,0v-1,66,0,130,10,185r-94,0r0,-185r-255,0xm297,-163r0,-252r5,-58v-44,104,-105,190,-158,285r-18,25r171,0"},{"d":"398,-479r-34,82v-85,-65,-185,35,-185,142v0,87,-5,181,10,255r-94,0r0,-400r-13,-92r97,-11r0,110v19,-34,65,-114,156,-114v23,0,45,9,63,28","w":388,"k":{"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":5,"-":48,",":92,"c":5,"e":9,"o":10,".":92}},{"d":"322,-412r-173,166r173,164r-39,64r-243,-229r243,-229","w":369},{"d":"469,-505r-236,589v-55,121,-122,184,-233,148r-14,-85v86,28,141,-6,180,-96r21,-55r-137,-405r-44,-83r98,-13r117,333r13,73v39,-141,99,-261,147,-393","w":475,"k":{",":74,".":74}},{"d":"153,-600r111,-48v-38,-29,-80,-44,-109,-44r39,-63v58,2,110,28,155,69v38,-15,71,-31,107,-46r1,50r-75,33v76,92,121,230,121,357v0,163,-72,305,-243,305v-206,0,-211,-235,-211,-251v-1,-199,183,-345,341,-221v-25,-66,-55,-117,-88,-154r-130,56xm141,-247v0,105,51,196,135,196v74,0,133,-70,133,-256v0,-25,-1,-51,-8,-81v-30,-29,-86,-55,-125,-55v-84,0,-135,91,-135,196","w":548},{"d":"179,-503r0,428r10,75r-94,0r0,-400r-13,-92xm106,-724r62,0r124,143r-53,20r-103,-93r-101,93r-53,-20","w":274},{"d":"524,-464r-37,52v-25,-35,-59,-44,-86,-44v-61,0,-94,57,-94,124v0,64,31,128,99,128v57,0,106,-54,106,-54r12,66v0,0,-51,51,-143,51v-96,0,-148,-91,-148,-180v0,-102,58,-195,170,-195v54,0,93,19,121,52xm735,-341v0,209,-141,354,-356,354v-190,0,-324,-141,-324,-325v0,-208,146,-352,365,-352v184,0,315,140,315,323xm673,-328v0,-166,-114,-285,-274,-285v-153,0,-280,121,-280,289v0,162,121,284,282,284v147,0,272,-121,272,-288","w":790},{"d":"93,-557r-40,-55v0,0,49,-59,152,-59v62,0,119,25,119,96r0,199v0,44,34,83,34,83v-51,1,-94,40,-103,-37v-26,26,-75,48,-109,48v-73,0,-107,-50,-107,-97v0,-72,75,-128,210,-131v5,-58,-14,-117,-49,-109v-64,0,-107,62,-107,62xm170,-338v30,0,64,-28,79,-44r0,-83v-28,2,-133,11,-133,74v0,25,16,53,54,53","w":405},{"d":"89,-543r-18,-112r90,-16r-1,244r-73,1xm249,-543r-18,-112r90,-16r-1,244r-73,1","w":392,"k":{"A":64,"\u00c1":64,"\u00c2":64,"\u00c3":64,"\u00c0":64,"\u00c6":76,"\u00c5":64,"\u00c4":64}},{"d":"270,-684v102,678,105,690,105,700v0,104,-92,163,-194,163v-126,0,-142,-65,-142,-65r4,-65v34,40,82,59,130,59v-105,-678,-106,-689,-106,-699v0,-103,92,-164,194,-164v126,0,142,65,142,65r-4,65v-34,-40,-84,-59,-129,-59xm236,99v41,-13,73,-38,73,-84v0,-5,0,-11,-104,-690v-41,12,-73,38,-73,84v0,5,1,11,104,690","w":420},{"d":"152,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm336,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":384},{"d":"99,-368r88,0r-114,-219r-62,-71r126,0r146,277r148,-277r87,0r-163,290r110,0r-20,68r-127,0r0,97r137,0r-20,68r-117,0v-2,50,4,93,10,135r-100,0r0,-135r-129,0r0,-68r129,0r0,-97r-129,0r0,-68","w":520},{"d":"214,-246r-173,-166r39,-64r243,229r-243,229r-39,-64","w":369},{"d":"452,-246r-173,-166r39,-64r243,229r-243,229r-39,-64xm223,-246r-173,-166r39,-64r243,229r-243,229r-39,-64","w":601},{"d":"49,-238v0,-155,93,-269,245,-269v120,0,210,80,210,250v0,144,-90,270,-244,270v-206,0,-211,-235,-211,-251xm141,-247v0,105,51,193,135,193v84,0,136,-88,136,-193v0,-105,-52,-193,-136,-193v-84,0,-135,88,-135,193xm118,-724r110,0r124,143r-55,20","w":553},{"d":"509,102r-468,0v0,0,78,-166,78,-340r0,-35r-61,0r0,-68r61,0r0,-214v0,-138,129,-199,207,-199v124,0,187,64,187,64r-34,79v0,0,-66,-70,-143,-70v-81,0,-130,57,-130,118r0,222r207,0r-30,68r-177,0v9,129,-44,317,-47,301r370,0","w":549},{"w":270},{"d":"285,-421v91,0,176,62,176,193v0,129,-75,241,-211,241v-149,0,-210,-155,-210,-315v0,-256,118,-367,266,-367v48,0,111,17,144,57r-35,68v-20,-31,-67,-56,-114,-56v-82,0,-155,71,-169,227v22,-14,84,-48,153,-48xm267,-58v70,0,103,-74,103,-142v0,-103,-57,-150,-127,-150v-51,0,-98,31,-113,43v1,121,32,249,137,249"},{"d":"48,-286r0,-46r79,0r0,-265r-64,20r-18,-45r158,-51r0,341r78,0r-6,46r-227,0xm579,-571r-330,477r-63,0r342,-497xm356,-71r174,-262r65,20r0,223r70,0r-13,54r-57,0v-1,34,2,65,6,94r-80,0r0,-94r-158,0xm522,-90r2,-154v-24,53,-59,94,-89,141r-14,14","w":688},{"d":"113,-364r-45,-65v0,0,64,-77,196,-77v78,0,150,34,150,128r0,265v0,60,45,113,45,113r-93,13v0,0,-28,-38,-29,-82v-27,41,-97,82,-159,82v-68,0,-129,-50,-129,-124v0,-111,116,-185,281,-185v7,-83,-22,-143,-75,-143v-92,0,-142,75,-142,75xm215,-59v44,0,95,-39,115,-62r0,-111v-26,1,-191,4,-191,106v0,32,23,67,76,67xm220,-724r62,0r124,143r-53,20r-103,-93r-101,93r-53,-20","w":506},{"d":"924,-658r-259,671r-62,-13r-119,-326r-18,-62v-39,144,-99,266,-147,401r-56,-13r-199,-548r-58,-110r118,0r157,440r21,84v36,-122,84,-232,126,-347r-67,-177r103,0r157,440r21,84v56,-182,129,-349,192,-524r90,0","w":924,"k":{":":58,".":97,"A":28,"y":13,"r":32,"o":26,"e":26,"a":32,"\u00c1":28,"\u00c2":28,"\u00ff":13,"\u00c3":28,"\u00c0":28,"\u00e6":32,"\u00c6":17,"\u00f5":26,"\u00f6":26,"\u00f4":26,"\u00f2":26,"\u00f3":26,"\u00eb":26,"\u00ea":26,"\u00e8":26,"\u00e9":26,"\u00e7":32,"\u00e5":32,"\u00e3":32,"\u00e4":32,"\u00e2":32,"\u00e0":32,"\u00e1":32,"\u00c5":28,"\u00c4":28,";":58,"-":19,",":97,"\u00fd":13,"u":13,"i":19,"c":32}},{"d":"9,0r195,-334v-64,-109,-117,-228,-193,-324r117,0r117,209r15,31v38,-86,89,-159,132,-240r94,0r-187,316r192,342r-107,0r-124,-225r-15,-33v-42,91,-95,171,-141,258r-95,0","w":497},{"d":"202,-658r0,583r10,75r-100,0r0,-566r-13,-92r103,0xm128,-875r62,0r124,143r-53,20r-103,-93r-101,93r-53,-20","w":312},{"d":"192,-724r110,0r-179,163r-55,-20","w":338},{"d":"-2,0r254,-658r61,-13r204,561r50,110r-109,0r-63,-172r-245,0r-65,172r-87,0xm277,-517v-29,94,-67,179,-100,269r193,0r-83,-230xm335,-875r110,0r-179,163r-55,-20","w":571,"k":{"y":26,"v":26,"Y":28,"V":27,"T":40,"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"w":26,"W":16}},{"d":"285,-586v0,38,-29,76,-75,90v43,7,90,36,90,102v-1,107,-135,126,-240,108r-15,-58v51,12,174,18,174,-50v0,-47,-58,-67,-97,-67r8,-40v38,-16,76,-40,76,-76v0,-32,-20,-40,-44,-40v-49,0,-82,33,-82,33r-27,-51v59,-56,231,-52,232,49","w":349},{"d":"647,-658r0,583r6,75r-47,0r-375,-420r-43,-65r0,410r10,75r-92,0r0,-566r-13,-92r61,0r367,416r44,65r0,-389r-13,-92r95,0xm489,-823r43,26v-23,40,-39,71,-103,71v-87,-1,-121,-79,-175,-3r-43,-26v23,-40,39,-71,103,-71v77,0,128,83,175,3","w":748},{"d":"551,-320r-70,0r-170,-307r-170,307r-70,0r212,-388r56,0v0,0,198,364,212,388","w":624},{"d":"346,-670v193,0,289,143,289,335v0,194,-131,348,-302,348v-183,0,-287,-151,-287,-336v0,-193,129,-347,300,-347xm144,-329v0,149,79,270,197,270v118,0,196,-121,196,-270v0,-149,-78,-270,-196,-270v-118,0,-197,121,-197,270","w":680,"k":{".":26,"T":21,",":26}},{"d":"201,-140r0,-146r-143,0r0,-74r143,0r0,-149r70,19r0,130r149,0r-20,74r-129,0r0,146r-70,0xm87,-69r310,0r-20,69r-290,0r0,-69","w":471},{"w":519},{"d":"288,244r-283,-901r76,0r275,901r-68,0","w":356},{"d":"455,-755r0,642v0,60,45,113,45,113r-93,13v0,0,-24,-33,-29,-73v-138,144,-329,68,-329,-175v0,-170,129,-304,322,-264v1,-87,2,-174,-13,-245xm142,-244v0,185,135,249,229,122r0,-311v0,0,-55,-7,-94,-7v-74,0,-135,91,-135,196","w":546},{"d":"112,0r0,-566r-13,-92r342,0r0,74r-239,0r0,210r209,0r-20,74r-189,0r0,226r250,0r-20,74r-320,0"},{"d":"407,-74v-39,50,-120,87,-186,87v-66,0,-131,-38,-131,-118v0,-131,9,-276,-13,-387r97,-11r0,298v0,95,11,140,73,140v105,0,153,-75,153,-75v-2,-120,8,-251,-13,-352r97,-11r0,390v0,60,45,113,45,113r-93,13v0,0,-29,-41,-29,-87xm337,-724r110,0r-179,163r-55,-20","w":575},{"d":"141,58r10,-51r29,0v29,38,112,55,112,120v-1,115,-136,133,-212,77r24,-49v25,27,127,40,127,-14v0,-32,-55,-50,-90,-83","w":402},{"d":"54,-45r9,-81v0,0,57,67,142,67v48,0,88,-17,88,-67v0,-90,-244,-85,-244,-234v0,-90,73,-147,167,-147v77,0,119,19,144,34r-24,80v-39,-40,-91,-50,-128,-50v-41,0,-74,26,-74,59v0,107,244,84,244,245v0,89,-68,152,-174,152v-102,0,-150,-58,-150,-58","w":427},{"d":"644,-658r0,583r10,75r-100,0r0,-300r-352,0v2,102,-6,213,10,300r-100,0r0,-566r-13,-92r103,0r0,278r352,0v0,-97,4,-198,-13,-278r103,0","w":755},{"d":"583,-658r-259,671r-63,-13r-199,-548r-58,-110r120,0r157,440r21,84v56,-182,129,-349,192,-524r89,0","w":584,"k":{"\u00c1":28,"\u00c2":28,"\u00ff":13,"\u00c3":28,"\u00c0":28,"\u00e6":32,"\u00c6":28,"\u00f5":26,"\u00f6":26,"\u00f4":26,"\u00f2":26,"\u00f3":26,"\u00eb":26,"\u00ea":26,"\u00e8":26,"\u00e9":26,"\u00e7":26,"\u00e5":32,"\u00e3":32,"\u00e4":32,"\u00e2":32,"\u00e0":32,"\u00e1":32,"\u00c5":28,"\u00c4":28,";":58,"-":39,",":97,"\u00fd":13,"u":32,"i":19,"c":26,"y":13,"a":32,"e":26,"o":26,"r":32,"A":28,".":97,":":58}},{"d":"478,75r-30,60r-446,0r0,-60r476,0","w":450},{"d":"271,-755r0,86v67,4,116,29,143,46r-26,78v-2,-4,-53,-40,-117,-48r0,215v77,41,164,85,164,197v0,105,-64,177,-164,191r0,84r-52,0r0,-82v-109,-5,-165,-71,-164,-72r9,-82v0,0,65,73,155,82r0,-236v-78,-43,-163,-88,-163,-186v0,-93,66,-172,163,-186r0,-87r52,0xm340,-168v0,-42,-30,-71,-69,-97r0,201v40,-13,69,-49,69,-104xm150,-509v0,47,29,77,69,102r0,-185v-37,9,-69,36,-69,83","w":480},{"d":"36,-724r110,0r124,143r-55,20","w":338},{"d":"303,-290v2,98,-6,206,10,290r-100,0r0,-290r-155,-297r-52,-71r116,0r130,247r14,40v46,-100,101,-191,150,-287r90,0","w":509,"k":{"C":5,"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":28,"\u00c2":28,"\u00d5":5,"\u00c3":28,"\u00c0":28,"\u00e6":23,"\u00d8":5,"\u00c6":58,"\u00f5":37,"\u00f6":37,"\u00f4":37,"\u00f2":37,"\u00f3":37,"\u00eb":37,"\u00ea":37,"\u00e8":37,"\u00e9":37,"\u00e7":37,"\u00e5":23,"\u00e3":23,"\u00e4":23,"\u00e2":23,"\u00e0":23,"\u00e1":23,"\u00d6":5,"\u00c7":5,"\u00c5":28,"\u00c4":28,";":57,"-":38,",":95,"z":16,"w":16,"u":22,"t":12,"s":27,"q":37,"p":22,"n":22,"m":22,"i":5,"c":37,"Q":5,"O":5,"G":5,"v":16,"a":23,"e":37,"o":37,"A":28,".":95,":":57}},{"d":"49,-238v0,-155,93,-269,245,-269v120,0,210,80,210,250v0,144,-90,270,-244,270v-206,0,-211,-235,-211,-251xm141,-247v0,105,51,193,135,193v84,0,136,-88,136,-193v0,-105,-52,-193,-136,-193v-84,0,-135,88,-135,193xm245,-724r62,0r124,143r-53,20r-103,-93r-101,93r-53,-20","w":553},{"d":"322,-412r-173,166r173,164r-39,64r-243,-229r243,-229xm551,-412r-173,166r173,164r-39,64r-243,-229r243,-229","w":601},{"w":519},{"d":"179,-503r0,428r10,75r-94,0r0,-400r-13,-92xm-21,-724r110,0r124,143r-55,20","w":274},{"d":"202,-658r0,583r10,75r-100,0r0,-566r-13,-92r103,0xm1,-875r110,0r124,143r-55,20","w":312},{"d":"260,-657r-216,901r-71,0r213,-901r74,0","w":291,"k":{"\/":40}},{"d":"80,-745r97,-11r0,296v136,-99,322,-28,322,203v0,144,-100,270,-244,270v-74,0,-142,-36,-162,-77r0,-589xm177,-395r0,306v20,21,56,37,94,37v74,0,135,-91,135,-196v0,-101,-55,-190,-130,-190v-46,0,-99,42,-99,43","w":548},{"d":"58,-365v0,-181,146,-314,354,-293r0,902r-60,0r0,-316v-162,0,-294,-131,-294,-293xm537,-658r0,902r-60,0r0,-902r60,0","w":622},{"d":"202,-658r0,583r10,75r-100,0r0,-566r-13,-92r103,0","w":312},{"d":"179,-237v0,-267,-129,-411,-151,-421r59,-21v100,56,177,258,177,442v0,183,-77,416,-177,472r-59,-21v22,-10,151,-184,151,-451","w":330},{"d":"647,-658r0,583r6,75r-47,0r-375,-420r-43,-65r0,410r10,75r-92,0r0,-566r-13,-92r61,0r367,416r44,65r0,-389r-13,-92r95,0","w":748},{"d":"453,-74r-232,-319r-33,-66r0,384r10,75r-92,0r0,-566r-13,-92r66,0r298,425r270,-425r56,0r0,583r10,75r-100,0r0,-463r-35,70","w":894},{"d":"54,-61v1,-1,10,-86,10,-86v0,0,73,88,172,88v57,0,107,-39,107,-109v0,-132,-287,-137,-287,-314v0,-103,80,-188,193,-188v79,0,135,28,165,47r-26,73v-2,-5,-66,-49,-142,-49v-47,0,-96,32,-96,90v0,144,282,132,282,328v0,113,-77,194,-199,194v-118,0,-179,-74,-179,-74","w":480},{"d":"499,0r-94,0r0,-288v0,-95,-11,-140,-73,-140v-105,0,-153,74,-153,74v3,119,-8,251,10,354r-94,0r0,-652r-13,-92r97,-11r0,327v42,-46,113,-78,179,-78v66,0,131,38,131,118v0,129,-9,275,10,388","w":578},{"d":"112,0r0,-566r-13,-92r342,0r0,74r-239,0r0,210r209,0r-20,74r-189,0r0,226r250,0r-20,74r-320,0xm232,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm416,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55"},{"d":"239,-724r0,62r-81,0r0,668r81,0r0,63r-161,0r0,-793r161,0","w":257,"k":{"J":-20}},{"d":"80,-641v0,-28,23,-52,52,-52v27,0,51,24,51,52v0,28,-24,54,-51,54v-29,0,-52,-26,-52,-54xm179,-503r0,515v0,139,-71,230,-166,231r-33,-69v80,0,115,-58,115,-162r0,-412r-13,-92","w":270},{"d":"537,-252v0,-137,10,-289,-13,-406r97,0r0,395v0,162,-106,276,-270,276v-236,0,-242,-234,-242,-250r0,-329r-13,-92r103,0r0,413v0,106,72,185,170,185v99,0,168,-86,168,-192xm328,-875r62,0r124,143r-53,20r-103,-93r-101,93r-53,-20","w":727},{"d":"443,-437r-53,67v-32,-46,-72,-67,-112,-67v-91,0,-141,90,-141,184v0,92,43,189,142,189v85,0,150,-68,150,-68r14,76v0,0,-64,69,-188,69v-131,0,-206,-126,-206,-250v0,-141,78,-270,231,-270v72,0,126,25,163,70","w":480},{"d":"567,-571r-330,477r-63,0r342,-497xm344,-71r174,-262r65,20r0,223r70,0r-13,54r-57,0v-1,34,2,65,6,94r-80,0r0,-94r-158,0xm510,-90r2,-154v-24,53,-59,94,-89,141r-14,14xm285,-586v0,38,-29,76,-75,90v43,7,90,36,90,102v-1,107,-135,126,-240,108r-15,-58v51,12,174,18,174,-50v0,-47,-58,-67,-97,-67r8,-40v38,-16,76,-40,76,-76v0,-32,-20,-40,-44,-40v-49,0,-82,33,-82,33r-27,-51v59,-56,231,-52,232,49","w":676},{"d":"463,240r-92,0r0,-271v-137,98,-324,25,-322,-206v0,-144,100,-270,244,-270v59,0,162,17,162,17r0,638xm371,-90r0,-342v0,0,-59,-10,-94,-10v-74,0,-135,91,-135,196v-1,152,121,257,229,156","w":541},{"d":"193,-326v0,35,-27,63,-60,63v-33,0,-60,-28,-60,-63v0,-33,27,-61,60,-61v33,0,60,28,60,61xm87,141r-36,-35v35,-33,96,-120,20,-147v-3,-42,21,-71,60,-72v31,0,60,23,60,72v0,50,-31,134,-104,182","w":258},{"d":"202,-658r0,583r10,75r-100,0r0,-566r-13,-92r103,0xm209,-875r110,0r-179,163r-55,-20","w":312},{"d":"475,-616v1,89,-88,159,-171,223v52,69,120,142,188,203v32,-40,50,-181,41,-302r200,0r-20,69r-107,0v7,118,-20,215,-61,276v69,55,138,97,189,109r-58,60v-53,-18,-116,-56,-178,-104v-51,59,-129,95,-224,95v-115,0,-207,-70,-207,-194v0,-87,66,-152,139,-210v-51,-76,-84,-147,-84,-198v0,-101,71,-166,188,-166v103,0,165,57,165,139xm307,-56v51,0,103,-27,140,-68v-74,-64,-147,-142,-204,-217v-53,46,-87,86,-87,138v0,67,36,147,151,147xm206,-602v0,43,25,100,65,162v66,-51,122,-100,122,-159v0,-35,-27,-91,-94,-91v-55,0,-93,35,-93,88","w":759},{"d":"4,-549r30,-62r116,4r-74,-128r64,-5r59,104r72,-127r36,54r-60,102r147,-4r-30,62r-116,-4r74,128r-64,5r-59,-103r-72,126r-36,-54r59,-102","w":402},{"d":"197,-50v0,35,-27,63,-60,63v-33,0,-60,-28,-60,-63v0,-33,27,-61,60,-61v33,0,60,28,60,61xm185,-756r-15,566r-67,10r-13,-474r-13,-89","w":264},{"d":"80,-641v0,-28,23,-52,52,-52v27,0,51,24,51,52v0,28,-24,54,-51,54v-29,0,-52,-26,-52,-54xm179,-503r0,428r10,75r-94,0r0,-400r-13,-92","w":274},{"d":"112,0r0,-566r-13,-92r342,0r0,74r-239,0r0,210r209,0r-20,74r-189,0r0,226r250,0r-20,74r-320,0xm324,-875r110,0r-179,163r-55,-20"},{"d":"537,-252v0,-137,10,-289,-13,-406r97,0r0,395v0,162,-106,276,-270,276v-236,0,-242,-234,-242,-250r0,-329r-13,-92r103,0r0,413v0,106,72,185,170,185v99,0,168,-86,168,-192xm317,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm501,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":727},{"d":"99,-746r103,-10r0,158v166,-12,299,31,299,198v0,128,-127,230,-299,214v-1,66,0,131,10,186r-100,0r0,-634xm202,-260r65,0v74,0,139,-64,139,-140v0,-106,-92,-133,-204,-124r0,264","w":546},{"d":"99,-658r186,0v110,0,216,63,216,198v0,128,-127,230,-299,214v1,85,-4,175,10,246r-100,0r0,-566xm202,-320v118,11,204,-28,204,-140v0,-106,-92,-133,-204,-124r0,264","w":546,"k":{".":152,"A":44,"o":11,"e":11,"a":21,"\u00c1":44,"\u00c2":44,"\u00c3":44,"\u00c0":44,"\u00e6":21,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00eb":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":21,"\u00e3":21,"\u00e4":21,"\u00e2":21,"\u00e0":21,"\u00e1":21,"\u00c5":44,"\u00c4":44,",":152,"c":11}},{"d":"303,-290v2,98,-6,206,10,290r-100,0r0,-290r-155,-297r-52,-71r116,0r130,247r14,40v46,-100,101,-191,150,-287r90,0xm316,-875r110,0r-179,163r-55,-20","w":509,"k":{":":57,".":95,"A":28,"v":16,"o":37,"e":37,"a":23,"C":5,"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":28,"\u00c2":28,"\u00d5":5,"\u00c3":28,"\u00c0":28,"\u00e6":23,"\u00d8":5,"\u00c6":58,"\u00f5":37,"\u00f6":37,"\u00f4":37,"\u00f2":37,"\u00f3":37,"\u00eb":37,"\u00ea":37,"\u00e8":37,"\u00e9":37,"\u00e7":37,"\u00e5":23,"\u00e3":23,"\u00e4":23,"\u00e2":23,"\u00e0":23,"\u00e1":23,"\u00d6":5,"\u00c7":5,"\u00c5":28,"\u00c4":28,";":57,"-":38,",":95,"z":16,"w":16,"u":22,"t":12,"s":27,"q":37,"p":22,"n":22,"m":22,"i":5,"c":37,"Q":5,"O":5,"G":5}},{"d":"346,-670v193,0,289,143,289,335v0,194,-131,348,-302,348v-183,0,-287,-151,-287,-336v0,-193,129,-347,300,-347xm144,-329v0,149,79,270,197,270v118,0,196,-121,196,-270v0,-149,-78,-270,-196,-270v-118,0,-197,121,-197,270xm308,-875r62,0r124,143r-53,20r-103,-93r-101,93r-53,-20","w":680,"k":{".":25,"T":20,",":25,"'":20,"\"":20}},{"d":"113,-364r-45,-65v0,0,64,-77,196,-77v78,0,150,34,150,128r0,265v0,60,45,113,45,113r-93,13v0,0,-28,-38,-29,-82v-27,41,-97,82,-159,82v-68,0,-129,-50,-129,-124v0,-111,116,-185,281,-185v7,-83,-22,-143,-75,-143v-92,0,-142,75,-142,75xm215,-59v44,0,95,-39,115,-62r0,-111v-26,1,-191,4,-191,106v0,32,23,67,76,67","w":506},{"d":"407,-74v-39,50,-120,87,-186,87v-66,0,-131,-38,-131,-118v0,-131,9,-276,-13,-387r97,-11r0,298v0,95,11,140,73,140v105,0,153,-75,153,-75v-2,-120,8,-251,-13,-352r97,-11r0,390v0,60,45,113,45,113r-93,13v0,0,-29,-41,-29,-87xm245,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm429,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":575},{"d":"113,-364r-45,-65v0,0,64,-77,196,-77v78,0,150,34,150,128r0,265v0,60,45,113,45,113r-93,13v0,0,-28,-38,-29,-82v-27,41,-97,82,-159,82v-68,0,-129,-50,-129,-124v0,-111,116,-185,281,-185v7,-83,-22,-143,-75,-143v-92,0,-142,75,-142,75xm215,-59v44,0,95,-39,115,-62r0,-111v-26,1,-191,4,-191,106v0,32,23,67,76,67xm209,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm393,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":506},{"d":"537,-252v0,-137,10,-289,-13,-406r97,0r0,395v0,162,-106,276,-270,276v-236,0,-242,-234,-242,-250r0,-329r-13,-92r103,0r0,413v0,106,72,185,170,185v99,0,168,-86,168,-192","w":727},{"d":"469,-505r-236,589v-55,121,-122,184,-233,148r-14,-85v86,28,141,-6,180,-96r21,-55r-137,-405r-44,-83r98,-13r117,333r13,73v39,-141,99,-261,147,-393xm307,-724r110,0r-179,163r-55,-20","w":475,"k":{".":74,",":74}},{"d":"184,111r-81,-15r259,-593r-293,0r-30,-78r422,0r15,23"},{"d":"31,-284r247,0r-20,74r-227,0r0,-74","w":302},{"d":"48,-286r0,-46r79,0r0,-265r-64,20r-18,-45r158,-51r0,341r78,0r-6,46r-227,0","w":300},{"d":"40,-424r0,-68r61,0r0,-73v1,-198,136,-223,260,-155r-33,75v-57,-51,-144,-39,-143,62r0,91r140,0r-30,68r-110,0r0,321r10,103r-94,0r0,-424r-61,0","w":328,"k":{",":62,".":62,"f":10}},{"d":"28,0r-3,-19r232,-364r31,-41r-250,0r20,-68r353,0r3,19r-230,364r-31,41r266,0r0,68r-391,0","w":449},{"d":"407,-74v-39,50,-120,87,-186,87v-66,0,-131,-38,-131,-118v0,-131,9,-276,-13,-387r97,-11r0,298v0,95,11,140,73,140v105,0,153,-75,153,-75v-2,-120,8,-251,-13,-352r97,-11r0,390v0,60,45,113,45,113r-93,13v0,0,-29,-41,-29,-87xm256,-724r62,0r124,143r-53,20r-103,-93r-101,93r-53,-20","w":575},{"d":"17,-273r0,-52v73,0,78,-65,78,-80r0,-201v0,-102,71,-149,161,-149r0,62v-33,0,-81,10,-81,90r0,197v0,65,-46,107,-46,107v0,0,46,42,46,107r0,282v0,80,48,90,81,90r0,62v-90,0,-161,-47,-161,-149r0,-286v0,-15,-5,-80,-78,-80","w":274,"k":{"J":-60}},{"d":"112,0r0,-566r-13,-92r342,0r0,74r-239,0r0,210r209,0r-20,74r-189,0r0,226r250,0r-20,74r-320,0xm116,-875r110,0r124,143r-55,20"},{"d":"469,-505r-236,589v-55,121,-122,184,-233,148r-14,-85v86,28,141,-6,180,-96r21,-55r-137,-405r-44,-83r98,-13r117,333r13,73v39,-141,99,-261,147,-393xm215,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm399,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":475,"k":{".":74,",":74}},{"d":"202,-588r0,195v38,-2,132,2,145,7v17,-23,38,-57,38,-101v0,-84,-79,-112,-183,-101xm99,-658r158,-5v125,-4,214,52,214,156v0,55,-49,111,-75,137v65,30,113,71,113,166v0,107,-64,204,-246,204r-151,0r0,-566xm202,-319r0,247r73,0v107,0,139,-62,139,-123v0,-112,-90,-130,-212,-124","w":559},{"d":"18,-662r0,-62r161,0r0,793r-161,0r0,-63r81,0r0,-668r-81,0","w":257},{"d":"96,141r-36,-35v35,-33,96,-120,20,-147v-3,-42,21,-71,60,-72v31,0,60,23,60,72v0,50,-31,134,-104,182","w":270,"k":{"C":25,"\u00d2":25,"\u00d4":25,"\u00d3":25,"\u00d5":25,"\u00d8":25,"\u00d6":25,"\u00c7":25,"Q":25,"O":25,"G":25}},{"d":"113,-364r-45,-65v0,0,64,-77,196,-77v78,0,150,34,150,128r0,265v0,60,45,113,45,113r-93,13v0,0,-28,-38,-29,-82v-27,41,-97,82,-159,82v-68,0,-129,-50,-129,-124v0,-111,116,-185,281,-185v7,-83,-22,-143,-75,-143v-92,0,-142,75,-142,75xm215,-59v44,0,95,-39,115,-62r0,-111v-26,1,-191,4,-191,106v0,32,23,67,76,67xm369,-672r43,26v-23,40,-39,71,-103,71v-87,-1,-121,-79,-175,-3r-43,-26v23,-40,39,-71,103,-71v77,0,128,83,175,3","w":506},{"d":"272,-507v156,0,168,173,170,235r-23,26r-279,0v2,90,44,182,141,182v85,0,157,-68,157,-68r14,76v0,0,-71,69,-195,69v-131,0,-206,-126,-206,-250v0,-141,68,-270,221,-270xm260,-442v-68,0,-101,60,-115,132r206,0v-3,-52,-22,-132,-91,-132xm222,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm406,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":492},{"d":"272,-507v156,0,168,173,170,235r-23,26r-279,0v2,90,44,182,141,182v85,0,157,-68,157,-68r14,76v0,0,-71,69,-195,69v-131,0,-206,-126,-206,-250v0,-141,68,-270,221,-270xm260,-442v-68,0,-101,60,-115,132r206,0v-3,-52,-22,-132,-91,-132","w":492},{"d":"95,240r0,-640r-13,-92r97,-11r0,59v0,0,48,-61,142,-61v96,0,180,88,180,248v0,170,-129,304,-322,264v0,81,-3,165,10,233r-94,0xm179,-59v0,0,55,7,94,7v74,0,135,-91,135,-196v0,-113,-50,-186,-116,-186v-67,0,-113,65,-113,65r0,310","w":553},{"d":"192,-172r-80,-26v-33,-180,181,-231,180,-380v0,-51,-35,-96,-106,-96v-43,0,-100,25,-100,27r-34,-81v37,-18,86,-29,134,-29v120,0,203,68,203,167v0,179,-206,242,-206,369v0,14,9,49,9,49xm228,-50v0,35,-29,63,-64,63v-35,0,-64,-28,-64,-63v0,-33,29,-61,64,-61v35,0,64,28,64,61","w":429},{"d":"67,-608v0,-35,27,-63,60,-63v33,0,60,28,60,63v0,33,-27,61,-60,61v-33,0,-60,-28,-60,-61xm79,98r15,-566r67,-10r13,474r13,89","w":264},{"d":"149,-756r0,1010r-71,0r0,-1010r71,0","w":227},{"d":"299,-585r0,79v63,3,112,28,146,69r-41,58v-14,-22,-72,-60,-105,-61r0,373v78,-7,132,-68,132,-68r14,79v0,0,-53,52,-146,65r0,85r-52,0r0,-81v-128,-4,-196,-127,-196,-250v0,-129,66,-249,196,-267r0,-81r52,0xm247,-437v-139,41,-144,322,0,365r0,-365","w":472},{"d":"46,-323v0,-207,139,-370,345,-344r21,-88r57,0r-24,100v126,41,190,165,190,320v0,209,-143,372,-349,343r-20,83r-54,0r22,-95v-121,-44,-188,-170,-188,-319xm537,-329v0,-109,-42,-203,-111,-246r-123,511v149,27,234,-103,234,-265xm144,-329v0,108,41,201,109,244r121,-510v-145,-26,-230,107,-230,266","w":680,"k":{".":25,"T":20,",":25}},{"d":"537,-252v0,-137,10,-289,-13,-406r97,0r0,395v0,162,-106,276,-270,276v-236,0,-242,-234,-242,-250r0,-329r-13,-92r103,0r0,413v0,106,72,185,170,185v99,0,168,-86,168,-192xm201,-875r110,0r124,143r-55,20","w":727},{"d":"342,-76r-125,-124r-122,122r-52,-52r122,-123r-127,-126r63,-36r114,113r126,-127r38,67r-112,112r124,125","w":429},{"d":"194,-593r-10,101r153,0r-30,68r-123,0r0,293v2,104,120,62,163,23r14,76v-108,73,-261,77,-261,-107r0,-285r-61,0r0,-68r61,0r0,-90","w":367},{"d":"407,-74v-39,50,-120,87,-186,87v-66,0,-131,-38,-131,-118v0,-131,9,-276,-13,-387r97,-11r0,298v0,95,11,140,73,140v105,0,153,-75,153,-75v-2,-120,8,-251,-13,-352r97,-11r0,390v0,60,45,113,45,113r-93,13v0,0,-29,-41,-29,-87","w":575},{"d":"201,-70r0,-146r-143,0r0,-74r143,0r0,-149r70,19r0,130r149,0r-20,74r-129,0r0,146r-70,0","w":471},{"d":"49,0r0,-66r123,0r0,-423r-104,32r-25,-61r213,-71r0,523r124,0r-10,66r-321,0","w":400},{"d":"399,-457v0,61,-43,110,-115,145v95,12,144,96,144,173v-1,160,-155,253,-345,240r-21,-68v128,12,273,-27,273,-163v0,-80,-81,-130,-155,-133r13,-59v58,-27,113,-68,113,-122v0,-48,-40,-79,-85,-79v-43,0,-83,24,-114,57r-36,-70v86,-80,330,-76,328,79"},{"d":"40,-374r83,0v0,-99,4,-202,-13,-284r249,0v139,0,275,102,275,325v0,187,-119,333,-305,333r-206,0r0,-300r-83,0r0,-74xm341,-595r-128,0r0,221r134,0r-20,74r-114,0r0,233r128,0v114,0,196,-121,196,-260v0,-141,-82,-268,-196,-268","w":679},{"d":"45,-245r527,-174r0,346xm1060,-245v0,-29,24,-53,53,-53v30,0,54,24,54,53v0,30,-24,54,-54,54v-29,0,-53,-24,-53,-54xm855,-245v0,-29,24,-53,53,-53v30,0,54,24,54,53v0,30,-24,54,-54,54v-29,0,-53,-24,-53,-54xm655,-245v0,-29,24,-53,53,-53v30,0,54,24,54,53v0,30,-24,54,-54,54v-29,0,-53,-24,-53,-54","w":1212},{"d":"469,-505r-207,518r-75,-13r-137,-409r-44,-83r98,-13r115,333r15,73v39,-141,99,-261,147,-393","w":475,"k":{",":74,".":74}},{"d":"663,58r-245,0r-6,-31v27,-28,155,-165,155,-246v0,-42,-23,-53,-48,-53v-23,0,-52,10,-77,39r-29,-56v66,-62,236,-54,236,62v0,96,-134,221,-141,227r161,0xm568,-571r-330,477r-63,0r342,-497xm48,-286r0,-46r79,0r0,-265r-64,20r-18,-45r158,-51r0,341r78,0r-6,46r-227,0","w":710},{"d":"202,-658r0,583r10,75r-100,0r0,-566r-13,-92r103,0xm117,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm301,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":312},{"d":"348,-658v139,0,275,102,275,325v0,187,-119,333,-305,333r-206,0r0,-566r-13,-92r249,0xm330,-586r-128,0r0,514r128,0v114,0,196,-116,196,-255v0,-141,-82,-259,-196,-259","w":668}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+241-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("H;#7X6.st,)rH:|L}6kW?;?)&^.7#6)r&^AWt,OD#*(8qesKfk?B&~ZxR;ZFAF7=}9ox#9#=}9ox#91=}9ox#;kg*nk=}9oxqe.O&~ZxR;Z$&~ZxR;#|#7T7RM16R7T7RM1h.hA=}9ox#,OM&~ZxR;*6}7T7RM16R,x|4*T7RM1h.*T7RM1|R,gRN|T7RM1j.9+)&~ZxR;aeIh*=}9oxqe}=}9ox#M#=}9oxq6#=}9ox#9Bx&~ZxR;q^&~ZxR;?x&~ZxR;Rs&~ZxR;q7&~ZxR;*m&~ZxR;aW&~ZxR;k|&~ZxR;Z7&~ZxR;?F?s1_&~ZxR;O64n}=}9oxq,#=}9oxqeA;_|b=}9oxqe1rHkT7RM16.^)=}9ox#hm=}9oxq6k=}9oxqhA=}9ox#h|=}9oxq^ns=hT$&~ZxR;qx&~ZxR;*|&~ZxR;n$&~ZxR;km&:A=}9oxq9}=}9oxq9m=}9oxq9ZP&~ZxR;AK&~ZxR;qW&~ZxR;ne&~ZxR;nx.|T7RM1Kq7T7RM1|R|}q&~ZxR;.|&~ZxR;?s&~ZxR;RT&~ZxR;?e&~ZxR;aT&j)=}9oxqhk=}9oeq6.=&;Ok&~ZxR;#m&~ZxR;?-=sm,&WOB,*T7RM16.kT7RM1mq|T7RM1K.*T7RM1|q7T7RM1hq7xpq|T7RM1K.jjb9j79tkT7RM1hq|g]&~ZxR;OKq7T7RM1K#&nL&~ZxR;.jAK+mt*T7RM1h4*T7RM1jq7T7RM1j#*1=}9ox#;O=}9ox#MOm&~ZxR;#h&~ZxR;Zs**T7RM16#M=g&~ZxR;?$#Db=}9ox#6AL&~ZxR;R-&~ZxR;#6a|s8&~ZxR;Ze&~ZxR;*K#&oJ&~ZxR;nTIkT7RM1mR|T7RM1j4kT7RM1j4*T7RM1j.FO7Hene&~ZxR;ax&~ZxR;kh}|T7RM1K#kT7RM1h#jaK_D.xX;|sH:?KHNTbC9o8=M7K_Do8XM7x_6T|X6}so1:Mnk;~?AH_R.4CaON9Z*,&q#tX=}fIBmKhj|6D+b]z8grpxTWes7^F-$EL()PJt:TDC,?r#K$DX~|xt~R)fFsLt,q+_7-+CebF}F}=_KjJHM(E#^ks#,*T},|xX,*r}kxrq^)gI~}F}7xr#^ks#,*T},|xX,*r}kxrq^)gI:-z&:$Dq&O|#&k7t&1g#,$s&:$hX^sbA:(r};*e}:m8X^.m};|pXK$+XF.sX6kg#Njb#6)WHMgbC;xLHWgbH,}Xq7gb&*s)=kgb&&sbH:jB")}catch(e){}delete _cufon_bridge_;return f})({"w":500,"face":{"font-family":"fontin-sans","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"756","descent":"-244","x-height":"13","bbox":"-54 -879 1167 254","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+00FF"}}));Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"262,244r-265,-901r116,0r257,901r-108,0","w":366},{"d":"204,-520r0,434r11,86r-135,0r0,-404r-14,-101xm-34,-724r149,0r115,136r-79,28","w":284},{"d":"339,-401r-153,155r153,153r-45,90r-269,-244r269,-244xm607,-401r-153,155r153,153r-45,90r-269,-244r269,-244","w":642},{"d":"749,59r-266,0r-8,-47v25,-26,147,-139,147,-212v0,-72,-76,-38,-107,-13r-41,-72v78,-75,262,-70,262,71v0,70,-78,150,-119,190r140,0xm617,-559r-325,470r-102,0r345,-501xm42,-286r0,-71r75,0r0,-204r-55,17r-27,-68r191,-61r0,316r76,0r-10,71r-250,0","w":788},{"d":"205,-760r0,674r11,86r-135,0r0,-644r-14,-101","w":286},{"d":"228,-668r0,582r11,86r-141,0r0,-565r-14,-103r144,0xm114,-875r102,0r114,133r-78,30r-88,-93r-86,93r-78,-30","w":329},{"d":"529,-264v0,149,-97,277,-264,277v-152,0,-231,-133,-231,-259v0,-149,95,-274,265,-274v131,0,230,79,230,256xm166,-254v0,100,43,178,115,178v72,0,115,-78,115,-178v0,-100,-43,-177,-115,-177v-72,0,-115,77,-115,177xm316,-714r149,0r-185,164r-79,-28","w":563},{"d":"34,-46r12,-105v0,0,81,70,159,70v36,0,73,-16,73,-50v0,-78,-243,-80,-243,-227v0,-123,97,-161,199,-161v88,0,143,33,143,33r-23,100v0,0,-50,-45,-141,-45v-34,0,-64,20,-64,47v0,81,244,72,244,240v0,102,-75,157,-189,157v-114,0,-170,-59,-170,-59","w":427},{"d":"203,-520r0,434r11,86r-135,0r0,-404r-14,-101xm69,-653v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67","w":284},{"d":"513,-519r-247,607v-60,131,-140,182,-270,141r-17,-120v0,0,41,17,74,17v57,0,100,-30,135,-129r-139,-403r-49,-93r138,-18r104,320r11,67v33,-133,87,-246,129,-370xm226,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm410,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":513,"k":{".":74,",":74}},{"d":"14,-166r284,-434r106,18r0,379r96,0r-20,108r-76,0v-2,71,2,136,12,195r-136,0r0,-195r-253,0xm282,-203v0,-80,-3,-163,8,-233v-39,84,-86,161,-137,233r129,0"},{"d":"171,-237v0,265,142,441,165,452r-91,33v-110,-68,-194,-301,-194,-485v0,-186,84,-388,194,-455r91,33v-23,11,-165,157,-165,422","w":340,"k":{"J":-20}},{"d":"529,-264v0,149,-97,277,-264,277v-152,0,-231,-133,-231,-259v0,-149,95,-274,265,-274v131,0,230,79,230,256xm166,-254v0,100,43,178,115,178v72,0,115,-78,115,-178v0,-100,-43,-177,-115,-177v-72,0,-115,77,-115,177xm405,-680r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":563},{"d":"234,-453r102,-16v75,183,-173,227,-173,373v0,59,50,87,101,87v40,0,91,-33,91,-33r38,108v-133,65,-356,38,-356,-151v0,-173,204,-214,204,-322v0,-11,0,-26,-7,-46xm201,-597v0,-41,31,-74,75,-74v44,0,75,33,75,74v0,38,-31,75,-75,75v-44,0,-75,-37,-75,-75","w":439},{"d":"363,0r0,-164r-172,0r-78,164r-123,0r325,-668r417,0r0,99r-239,0r0,177r211,0r-25,99r-186,0r0,194r252,0r-25,99r-357,0xm235,-258r128,0r0,-284","w":776},{"d":"365,-576v0,91,-80,167,-170,167v-88,0,-167,-76,-167,-167v0,-91,79,-167,167,-167v90,0,170,76,170,167xm275,-577v0,-42,-39,-77,-79,-77v-42,0,-78,35,-78,77v0,39,33,82,78,82v50,0,79,-43,79,-82","w":409},{"d":"529,-257r0,-308r-14,-103r129,0r0,400v0,168,-112,281,-288,281v-256,0,-262,-238,-262,-255r0,-323r-14,-103r144,0r0,418v0,100,64,165,150,165v87,0,155,-72,155,-172xm188,-875r149,0r115,136r-79,28","w":716},{"d":"321,-594r0,76v101,11,149,69,149,69r-63,80v-27,-33,-57,-47,-86,-53r0,326v71,-16,129,-76,129,-76r18,107v0,0,-54,55,-147,72r0,87r-61,0r0,-81v-148,-1,-221,-128,-221,-257v0,-137,77,-260,221,-274r0,-76r61,0xm260,-421v-124,30,-128,299,0,327r0,-327","w":492},{"d":"263,-24r13,-103v0,0,67,47,111,47v37,0,68,-10,68,-56v0,-69,-175,-125,-175,-230v0,-103,116,-125,116,-231v0,-29,-24,-64,-68,-64v-69,0,-118,42,-118,108r0,439r11,114r-135,0r0,-413r-61,0r0,-88r61,0v-22,-173,133,-253,237,-253v87,0,194,37,194,150v0,100,-110,148,-110,208v0,89,175,140,175,252v0,81,-73,157,-196,157v-71,0,-123,-37,-123,-37","w":592},{"d":"561,-5r-130,18v0,0,-25,-32,-32,-68v0,0,-66,68,-172,68v-76,0,-151,-41,-151,-128v0,-132,8,-277,-14,-389r138,-15r0,304v0,88,8,125,58,125v81,0,128,-62,128,-62v-1,-121,7,-251,-14,-352r138,-15r0,394v0,60,51,120,51,120xm257,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm441,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":592},{"d":"204,-520r0,434r11,86r-135,0r0,-404r-14,-101xm91,-724r102,0r114,133r-78,30r-88,-93r-86,93r-78,-30","w":284},{"d":"467,-453r-57,90v-37,-46,-86,-62,-123,-62v-86,0,-124,82,-124,172v0,84,38,164,120,164v87,0,164,-80,164,-80r18,104v0,0,-75,78,-206,78v-149,0,-223,-128,-223,-257v0,-146,87,-276,248,-276v123,0,183,67,183,67xm211,49r12,-52r61,0v33,41,118,63,118,124v0,130,-167,140,-252,75r30,-69v24,24,64,31,85,31v20,0,37,-7,37,-27v0,-29,-72,-51,-91,-82","w":489},{"d":"351,-678v206,0,309,141,309,339v0,200,-140,352,-322,352v-196,0,-307,-149,-307,-340v0,-199,138,-351,320,-351xm169,-333v0,143,71,249,177,249v106,0,176,-106,176,-249v0,-143,-70,-249,-176,-249v-106,0,-177,106,-177,249xm379,-865r149,0r-185,164r-79,-28","w":690,"k":{".":25,"T":20,",":25,"'":20,"\"":20}},{"d":"204,-520r0,434r11,86r-135,0r0,-404r-14,-101xm106,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm290,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":284},{"d":"231,-668r0,620v0,128,-65,247,-216,247v-19,0,-44,-3,-74,-9r7,-112v0,0,27,15,67,15v53,0,86,-62,86,-141r0,-517r-14,-103r144,0","w":324},{"d":"228,-668r0,582r11,86r-141,0r0,-565r-14,-103r144,0xm200,-865r149,0r-185,164r-79,-28","w":329},{"d":"163,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm347,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":394},{"d":"216,-734r0,87r-86,0r0,628r86,0r0,88r-201,0r0,-803r201,0","w":258,"k":{"J":-20}},{"d":"511,-348r45,89v-37,38,-97,67,-159,67v-84,0,-141,-56,-218,-56v-33,0,-74,12,-104,46r-41,-88v36,-31,89,-64,154,-64v93,0,147,56,213,56v32,0,67,-12,110,-50","w":588},{"d":"595,-597r-53,96v-56,-57,-116,-80,-175,-80v-113,0,-198,117,-198,251v0,264,267,307,410,147r24,103v-203,179,-569,96,-569,-240v0,-211,145,-360,332,-360v90,0,165,26,229,83xm292,49r12,-52r61,0v33,41,118,63,118,124v0,130,-167,140,-252,75r30,-69v24,24,64,31,85,31v20,0,37,-7,37,-27v0,-29,-72,-51,-91,-82","w":619},{"d":"584,-156r-121,0r-89,-131v2,61,-5,63,7,131r-108,0r0,-298r-7,-64r124,0v73,0,142,39,142,118v0,38,-28,83,-70,102xm374,-335v35,1,68,-20,68,-65v0,-44,-33,-57,-68,-56r0,121xm750,-340v0,215,-139,353,-366,353v-192,0,-334,-145,-334,-335v0,-214,144,-346,375,-346v190,0,325,139,325,328xm658,-327v0,-160,-106,-265,-254,-265v-142,0,-260,96,-260,258v0,166,102,269,262,269v136,0,252,-101,252,-262","w":800},{"d":"209,114r-112,-16r252,-575r-286,0r-32,-108r451,0r19,26"},{"d":"261,-603v188,0,223,164,223,307v0,171,-65,309,-245,309v-117,0,-212,-83,-212,-310v0,-174,70,-306,234,-306xm255,-507v-66,0,-99,71,-99,199v0,133,22,227,94,227v64,0,107,-78,107,-211v0,-131,-30,-215,-102,-215"},{"d":"467,-453r-57,90v-37,-46,-86,-62,-123,-62v-86,0,-124,82,-124,172v0,84,38,164,120,164v87,0,164,-80,164,-80r18,104v0,0,-75,78,-206,78v-149,0,-223,-128,-223,-257v0,-146,87,-276,248,-276v123,0,183,67,183,67","w":489},{"d":"655,-668r0,582r7,86r-83,0r-337,-379r-39,-63v3,148,-10,312,11,442r-126,0r0,-565r-14,-103r100,0r328,386r38,62r0,-345r-14,-103r129,0xm490,-831r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":742},{"d":"111,-356r-51,-88v0,0,74,-76,209,-76v83,0,171,34,171,138r0,259v0,60,51,120,51,120r-126,14v0,0,-25,-28,-34,-62v-39,39,-96,64,-151,64v-87,0,-146,-64,-146,-131v0,-105,104,-188,282,-194v4,-72,-20,-119,-68,-119v-79,0,-137,75,-137,75xm221,-79v31,0,73,-21,95,-43r0,-102v-49,4,-154,15,-154,90v0,28,19,55,59,55xm340,-640v0,48,-43,88,-91,88v-47,0,-89,-40,-89,-88v0,-48,42,-88,89,-88v48,0,91,40,91,88xm250,-594v58,-1,53,-91,0,-90v-24,0,-43,20,-43,43v0,22,18,47,43,47","w":523},{"d":"281,-756r0,77v72,6,128,35,159,54r-25,111v0,0,-60,-51,-134,-63r0,177v81,51,179,111,179,221v0,106,-69,179,-179,190r0,83r-61,0r0,-82v-113,-9,-176,-67,-176,-67r10,-117v0,0,71,77,166,87r0,-184v-78,-50,-167,-111,-167,-216v0,-98,62,-178,167,-192r0,-79r61,0xm335,-154v0,-27,-22,-51,-54,-74r0,139v33,-9,54,-32,54,-65xm172,-514v0,28,19,51,48,73r0,-134v-26,8,-48,28,-48,61","w":490},{"d":"111,-356r-51,-88v0,0,74,-76,209,-76v83,0,171,34,171,138r0,259v0,60,51,120,51,120r-126,14v0,0,-25,-28,-34,-62v-39,39,-96,64,-151,64v-87,0,-146,-64,-146,-131v0,-105,104,-188,282,-194v4,-72,-20,-119,-68,-119v-79,0,-137,75,-137,75xm221,-79v31,0,73,-21,95,-43r0,-102v-49,4,-154,15,-154,90v0,28,19,55,59,55xm82,-724r149,0r115,136r-79,28","w":523},{"d":"477,-618r-42,98v-97,-100,-253,-75,-270,117v141,-73,320,-31,321,165v0,137,-79,251,-228,251v-152,0,-224,-130,-224,-311v0,-289,130,-380,280,-380v102,0,163,60,163,60xm360,-210v-2,-137,-112,-152,-199,-94v2,109,23,216,114,216v56,0,85,-61,85,-122"},{"d":"274,-520v175,0,188,187,190,262r-24,24r-277,0v5,81,46,145,125,145v87,0,168,-71,168,-71r18,102v0,0,-80,71,-210,71v-149,0,-228,-124,-228,-253v0,-146,71,-280,238,-280xm262,-435v-55,0,-83,50,-94,113r167,0v-3,-48,-20,-113,-73,-113xm301,-714r149,0r-185,164r-79,-28","w":499},{"d":"740,-55r-89,77v-46,-19,-95,-49,-151,-91v-49,52,-123,82,-216,82v-138,0,-229,-86,-229,-188v0,-83,52,-150,135,-219v-52,-76,-83,-146,-83,-195v0,-101,91,-176,208,-176v111,0,179,65,179,140v0,82,-78,157,-171,232v46,58,103,119,161,172v0,0,35,-71,35,-186v0,-27,-1,-58,-4,-95r243,0r-20,89r-117,0v0,115,-30,212,-58,258v71,55,135,88,177,100xm312,-80v70,0,114,-52,114,-52v-65,-57,-127,-125,-181,-191v-84,76,-104,243,67,243xm220,-602v0,36,23,85,56,138v56,-46,101,-90,101,-135v0,-35,-23,-81,-73,-81v-35,0,-84,25,-84,78","w":769},{"d":"43,-201r398,0r-25,94r-373,0r0,-94xm43,-386r408,0r-25,94r-383,0r0,-94","w":490},{"d":"241,13v-88,0,-203,-41,-203,-168v0,-88,63,-142,129,-193v-57,-47,-105,-98,-105,-157v0,-107,75,-173,205,-173v104,0,185,55,185,139v0,83,-51,129,-109,174v70,54,136,111,136,178v0,122,-103,200,-238,200xm241,-297v-42,30,-81,71,-81,126v0,40,31,82,90,82v51,0,103,-30,103,-76v0,-43,-54,-86,-112,-132xm271,-417v34,-25,61,-56,61,-101v0,-32,-23,-70,-76,-70v-43,0,-74,20,-74,63v0,36,38,70,89,108"},{"d":"111,-356r-51,-88v0,0,74,-76,209,-76v83,0,171,34,171,138r0,259v0,60,51,120,51,120r-126,14v0,0,-25,-28,-34,-62v-39,39,-96,64,-151,64v-87,0,-146,-64,-146,-131v0,-105,104,-188,282,-194v4,-72,-20,-119,-68,-119v-79,0,-137,75,-137,75xm221,-79v31,0,73,-21,95,-43r0,-102v-49,4,-154,15,-154,90v0,28,19,55,59,55xm284,-714r149,0r-185,164r-79,-28","w":523},{"d":"529,-264v0,149,-97,277,-264,277v-152,0,-231,-133,-231,-259v0,-149,95,-274,265,-274v131,0,230,79,230,256xm166,-254v0,100,43,178,115,178v72,0,115,-78,115,-178v0,-100,-43,-177,-115,-177v-72,0,-115,77,-115,177","w":563},{"w":519},{"d":"97,0r0,-565r-14,-103r383,0r0,99r-239,0r0,177r211,0r-25,99r-186,0r0,194r252,0r-25,99r-357,0xm103,-875r149,0r115,136r-79,28"},{"d":"526,0r-135,0r0,-292v0,-94,-10,-124,-61,-124v-76,0,-125,57,-125,57v2,121,-8,254,11,359r-135,0r0,-403r-14,-101r138,-15r0,61v91,-90,303,-92,310,66v6,131,-9,277,11,392xm430,-680r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":593},{"d":"186,-60r0,-144r-143,0r0,-98r143,0r0,-154r110,30r0,124r151,0r-25,98r-126,0r0,144r-110,0","w":481},{"w":535},{"d":"456,-246r-153,-155r45,-90r269,244r-269,244r-45,-90xm188,-246r-153,-155r45,-90r269,244r-269,244r-45,-90","w":642},{"d":"80,240r0,-880r-14,-101r138,-15r0,289v142,-125,323,-21,322,203v-1,167,-131,304,-322,273v-1,81,-2,163,11,231r-135,0xm393,-255v-2,-166,-101,-225,-189,-120r0,294v0,0,35,4,74,4v63,0,115,-78,115,-178","w":563},{"w":519},{"d":"201,-245v0,41,-31,74,-75,74v-44,0,-75,-33,-75,-74v0,-38,31,-75,75,-75v44,0,75,37,75,75","w":268},{"d":"111,-356r-51,-88v0,0,74,-76,209,-76v83,0,171,34,171,138r0,259v0,60,51,120,51,120r-126,14v0,0,-25,-28,-34,-62v-39,39,-96,64,-151,64v-87,0,-146,-64,-146,-131v0,-105,104,-188,282,-194v4,-72,-20,-119,-68,-119v-79,0,-137,75,-137,75xm221,-79v31,0,73,-21,95,-43r0,-102v-49,4,-154,15,-154,90v0,28,19,55,59,55xm207,-724r102,0r114,133r-78,30r-88,-93r-86,93r-78,-30","w":523},{"d":"12,-263r0,-72v63,0,68,-57,68,-70r0,-191v0,-109,89,-159,201,-159r0,82v-33,0,-81,9,-81,80r0,187v0,71,-56,107,-56,107v0,0,56,36,56,107r0,272v0,71,48,80,81,80r0,82v-112,0,-201,-50,-201,-159r0,-276v0,-13,-5,-70,-68,-70","w":311,"k":{"J":-60}},{"d":"561,-5r-130,18v0,0,-25,-32,-32,-68v0,0,-66,68,-172,68v-76,0,-151,-41,-151,-128v0,-132,8,-277,-14,-389r138,-15r0,304v0,88,8,125,58,125v81,0,128,-62,128,-62v-1,-121,7,-251,-14,-352r138,-15r0,394v0,60,51,120,51,120xm117,-724r149,0r115,136r-79,28","w":592},{"d":"655,-668r0,582r7,86r-83,0r-337,-379r-39,-63v3,148,-10,312,11,442r-126,0r0,-565r-14,-103r100,0r328,386r38,62r0,-345r-14,-103r129,0","w":742},{"d":"125,49r12,-52r61,0v33,41,118,63,118,124v0,130,-167,140,-252,75r30,-69v24,24,64,31,85,31v20,0,37,-7,37,-27v0,-29,-72,-51,-91,-82","w":412},{"d":"88,-357r91,0r-117,-225r2,1r-64,-87r159,0r118,228r13,39v38,-96,90,-177,133,-267r127,0r-174,311r113,0r-18,84r-126,0r0,79r134,0r-18,84r-116,0v-1,41,7,73,11,110r-141,0r0,-110r-127,0r0,-84r127,0r0,-79r-127,0r0,-84","w":550},{"d":"25,-412r0,-93r61,0r0,-60v1,-210,161,-236,297,-161r-42,101v-36,-29,-64,-32,-80,-32v-29,0,-51,20,-51,74r0,78r126,0r-33,93r-93,0r0,298r11,114r-135,0r0,-412r-61,0","w":338,"k":{",":62,".":62,"f":10}},{"d":"-10,0r257,-660r85,-21r204,557r56,124r-145,0r-57,-155r-221,0r-59,155r-120,0xm283,-491v-21,84,-55,155,-82,233r160,0v-26,-78,-59,-149,-78,-233xm327,-865r149,0r-185,164r-79,-28","w":592,"k":{"y":26,"v":26,"V":27,"T":40,"\u00fd":26,"\u00ff":26,"'":64,"\"":64,"\u00dd":28,"w":26,"Y":28,"W":16}},{"d":"962,-668r-267,681r-91,-20r-117,-311r-132,331r-91,-20r-199,-537r-65,-124r160,0r147,419r14,79v26,-111,72,-201,109,-301r-73,-197r143,0r147,419r14,79v47,-177,118,-331,176,-498r125,0","w":962,"k":{":":58,".":97,"A":28,"y":13,"r":32,"o":26,"e":26,"a":32,"\u00fd":13,"\u00c1":28,"\u00c2":28,"\u00ff":13,"\u00c3":28,"\u00c0":28,"\u00e6":32,"\u00c6":17,"\u00f5":26,"\u00f6":26,"\u00f4":26,"\u00f2":26,"\u00f3":26,"\u00eb":26,"\u00ea":26,"\u00e8":26,"\u00e9":26,"\u00e7":32,"\u00e5":32,"\u00e3":32,"\u00e4":32,"\u00e2":32,"\u00e0":32,"\u00e1":32,"\u00c5":28,"\u00c4":28,";":58,"-":19,",":97,"u":13,"i":19,"c":32}},{"d":"529,-257r0,-308r-14,-103r129,0r0,400v0,168,-112,281,-288,281v-256,0,-262,-238,-262,-255r0,-323r-14,-103r144,0r0,418v0,100,64,165,150,165v87,0,155,-72,155,-172xm399,-865r149,0r-185,164r-79,-28","w":716},{"d":"513,-519r-247,607v-60,131,-140,182,-270,141r-17,-120v0,0,41,17,74,17v57,0,100,-30,135,-129r-139,-403r-49,-93r138,-18r104,320r11,67v33,-133,87,-246,129,-370xm297,-714r149,0r-185,164r-79,-28","w":513,"k":{".":74,",":74}},{"d":"228,-668r0,582r11,86r-141,0r0,-565r-14,-103r144,0xm129,-788v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm313,-788v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":329},{"d":"617,-559r-325,470r-102,0r345,-501xm42,-286r0,-71r75,0r0,-204r-55,17r-27,-68r191,-61r0,316r76,0r-10,71r-250,0xm391,-79r185,-266r89,26r0,210r70,0r-19,79r-51,0v-1,34,5,60,8,89r-115,0r0,-89r-157,0xm559,-109v-1,-42,-4,-85,1,-124v-23,47,-49,93,-86,126v26,-3,56,-2,85,-2","w":748},{"d":"351,-678v206,0,309,141,309,339v0,200,-140,352,-322,352v-196,0,-307,-149,-307,-340v0,-199,138,-351,320,-351xm169,-333v0,143,71,249,177,249v106,0,176,-106,176,-249v0,-143,-70,-249,-176,-249v-106,0,-177,106,-177,249","w":690,"k":{".":26,"T":21,",":26}},{"d":"228,-668r0,582r11,86r-141,0r0,-565r-14,-103r144,0","w":329},{"d":"97,0r0,-565r-14,-103r383,0r0,99r-239,0r0,177r211,0r-25,99r-186,0r0,194r252,0r-25,99r-357,0xm243,-788v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm427,-788v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62"},{"d":"227,-575r0,170v78,0,101,5,114,6v16,-23,32,-61,32,-97v0,-75,-66,-87,-146,-79xm83,-668r179,-5v139,0,232,49,232,157v0,55,-46,110,-79,140v78,36,120,94,120,166v0,121,-74,210,-247,210r-191,0r0,-565xm227,-309r0,212v101,9,176,-17,176,-109v0,-71,-69,-111,-176,-103","w":576},{"d":"-10,0r257,-660r85,-21r204,557r56,124r-145,0r-57,-155r-221,0r-59,155r-120,0xm283,-491v-21,84,-55,155,-82,233r160,0v-26,-78,-59,-149,-78,-233xm416,-831r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":592,"k":{"y":26,"v":26,"V":27,"T":40,"\u00fd":26,"\u00ff":26,"'":64,"\"":64,"\u00dd":28,"w":26,"Y":28,"W":16}},{"d":"228,-668r0,582r11,86r-141,0r0,-565r-14,-103r144,0xm-11,-875r149,0r115,136r-79,28","w":329},{"d":"287,-658r97,669v0,107,-96,168,-202,168v-114,0,-153,-76,-153,-76r6,-97v44,53,85,71,118,76v-97,-624,-97,-658,-97,-668v0,-106,95,-169,201,-169v114,0,153,76,153,76r-6,97v-46,-55,-85,-71,-117,-76xm154,-586r95,653v20,-13,35,-31,35,-57v0,-4,0,-34,-96,-654v-20,12,-38,30,-34,58","w":430},{"d":"36,-647r0,-87r201,0r0,803r-201,0r0,-88r86,0r0,-628r-86,0","w":258},{"d":"169,-427r-97,0r3,-126r-18,-100r112,-19r0,245xm339,-427r-97,0r3,-126r-18,-100r112,-19r0,245","w":411,"k":{"A":64,"\u00c1":64,"\u00c2":64,"\u00c3":64,"\u00c0":64,"\u00c6":76,"\u00c5":64,"\u00c4":64}},{"d":"186,-160r0,-114r-143,0r0,-98r143,0r0,-135r110,30r0,105r151,0r-25,98r-126,0r0,114r-110,0xm67,-104r352,0r-28,104r-324,0r0,-104","w":481},{"d":"33,-472v0,-118,77,-200,201,-200v100,0,176,57,176,186v0,110,-73,205,-201,205v-172,0,-176,-179,-176,-191xm150,-479v0,70,26,124,71,124v45,0,72,-54,72,-124v0,-70,-27,-119,-72,-119v-45,0,-71,49,-71,119","w":452},{"d":"531,13v-78,0,-136,-35,-173,-85v-47,40,-114,85,-169,85v-107,0,-155,-65,-155,-134v0,-98,101,-178,284,-184v5,-74,-21,-126,-71,-126v-79,0,-133,75,-133,75r-58,-85v0,0,74,-79,212,-79v50,0,107,22,135,55v31,-28,84,-55,143,-55v175,0,188,187,190,262r-24,24r-277,3v5,81,41,139,120,139v92,0,168,-72,168,-72r18,105v0,0,-75,72,-210,72xm220,-79v31,0,91,-28,113,-50v0,0,-15,-59,-15,-95v-49,4,-158,19,-158,86v0,29,18,59,60,59xm534,-435v-55,0,-83,58,-94,121r167,-3v-3,-48,-20,-118,-73,-118","w":766},{"d":"529,-257r0,-308r-14,-103r129,0r0,400v0,168,-112,281,-288,281v-256,0,-262,-238,-262,-255r0,-323r-14,-103r144,0r0,418v0,100,64,165,150,165v87,0,155,-72,155,-172xm313,-875r102,0r114,133r-78,30r-88,-93r-86,93r-78,-30","w":716},{"d":"88,-547r-47,-62v0,0,54,-66,165,-66v69,0,133,27,133,102r0,191v0,41,40,87,40,87r-112,12v0,0,-22,-19,-25,-48v-29,36,-65,49,-93,49v-83,0,-122,-53,-122,-103v0,-71,72,-127,202,-134v4,-47,-12,-82,-42,-82v-59,0,-99,54,-99,54xm229,-389r0,-67v-34,5,-95,13,-95,60v0,19,15,41,38,41v18,0,42,-19,57,-34","w":415},{"d":"31,-327v0,-210,146,-369,356,-349r19,-81r76,0r-22,95v133,42,200,164,200,323v0,211,-148,370,-359,350r-19,80r-73,0r22,-95v-129,-44,-200,-170,-200,-323xm522,-333v0,-98,-33,-179,-88,-220r-110,467v127,16,198,-97,198,-247xm169,-333v0,98,33,178,87,219r109,-466v-124,-15,-196,98,-196,247","w":690,"k":{".":25,"T":20,",":25}},{"d":"343,-401r-153,155r153,153r-45,90r-269,-244r269,-244","w":379},{"d":"531,102r-510,0v0,0,83,-177,83,-340r0,-25r-61,0r0,-88r61,0r0,-194v0,-145,141,-209,227,-209v135,0,197,64,197,64r-36,94v-26,-27,-91,-65,-150,-65v-59,0,-111,32,-111,108r0,202r204,0r-32,88r-172,0v9,105,-46,273,-48,271r373,0","w":559},{"d":"646,-169r-141,0r-19,169r-118,0r20,-169r-121,0r-19,169r-118,0r20,-169r-136,0r0,-94r145,0r18,-156r-135,0r0,-94r144,0r16,-145r117,0r-17,145r121,0r16,-145r118,0r-17,145r144,0r-11,94r-141,0r-18,156r143,0xm397,-263r18,-156r-121,0r-18,156r121,0","w":714},{"d":"299,-335r0,72v-63,0,-68,57,-68,70r0,276v0,109,-89,159,-201,159r0,-82v33,0,81,-9,81,-80r0,-272v0,-71,56,-107,56,-107v0,0,-56,-36,-56,-107r0,-187v0,-71,-48,-80,-81,-80r0,-82v112,0,201,50,201,159r0,191v0,13,5,70,68,70","w":311},{"d":"167,-411v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67xm167,-83v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67xm67,-297r352,0r-28,99r-324,0r0,-99","w":483},{"d":"529,-264v0,149,-97,277,-264,277v-152,0,-231,-133,-231,-259v0,-149,95,-274,265,-274v131,0,230,79,230,256xm166,-254v0,100,43,178,115,178v72,0,115,-78,115,-178v0,-100,-43,-177,-115,-177v-72,0,-115,77,-115,177xm245,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm429,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":563},{"d":"274,-520v175,0,188,187,190,262r-24,24r-277,0v5,81,46,145,125,145v87,0,168,-71,168,-71r18,102v0,0,-80,71,-210,71v-149,0,-228,-124,-228,-253v0,-146,71,-280,238,-280xm262,-435v-55,0,-83,50,-94,113r167,0v-3,-48,-20,-113,-73,-113xm230,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm414,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":499},{"d":"23,-724r149,0r115,136r-79,28","w":348},{"d":"62,108r28,-549r92,-15r21,451r14,93xm59,-597v0,-41,31,-74,75,-74v44,0,75,33,75,74v0,38,-31,75,-75,75v-44,0,-75,-37,-75,-75","w":274},{"d":"169,-427r-97,0r3,-126r-18,-100r112,-19r0,245","w":241,"k":{"A":64,"\u00c1":64,"\u00c2":64,"\u00c3":64,"\u00c0":64,"\u00c6":76,"\u00c5":64,"\u00c4":64}},{"d":"111,-356r-51,-88v0,0,74,-76,209,-76v83,0,171,34,171,138r0,259v0,60,51,120,51,120r-126,14v0,0,-25,-28,-34,-62v-39,39,-96,64,-151,64v-87,0,-146,-64,-146,-131v0,-105,104,-188,282,-194v4,-72,-20,-119,-68,-119v-79,0,-137,75,-137,75xm221,-79v31,0,73,-21,95,-43r0,-102v-49,4,-154,15,-154,90v0,28,19,55,59,55","w":523},{"d":"43,-370v0,-168,140,-298,314,-298r75,0r0,912r-95,0r0,-317v-163,-11,-294,-136,-294,-297xm592,-668r0,912r-95,0r0,-912r95,0","w":652},{"d":"442,-585r-20,108r-210,0r-5,102v130,1,246,88,246,219v0,202,-189,275,-376,253r-30,-93v129,24,279,-13,279,-150v0,-92,-118,-158,-233,-138r14,-301r335,0"},{"d":"480,-767r0,643v0,60,51,120,51,120r-126,14v0,0,-22,-21,-34,-59v-134,128,-341,44,-337,-194v3,-167,132,-306,322,-272v2,-85,0,-167,-14,-237xm167,-252v0,167,97,216,189,124r0,-297v0,0,-35,-6,-74,-6v-63,0,-115,79,-115,179","w":562},{"d":"561,-5r-130,18v0,0,-25,-32,-32,-68v0,0,-66,68,-172,68v-76,0,-151,-41,-151,-128v0,-132,8,-277,-14,-389r138,-15r0,304v0,88,8,125,58,125v81,0,128,-62,128,-62v-1,-121,7,-251,-14,-352r138,-15r0,394v0,60,51,120,51,120xm242,-724r102,0r114,133r-78,30r-88,-93r-86,93r-78,-30","w":592},{"d":"529,-264v0,149,-97,277,-264,277v-152,0,-231,-133,-231,-259v0,-149,95,-274,265,-274v131,0,230,79,230,256xm166,-254v0,100,43,178,115,178v72,0,115,-78,115,-178v0,-100,-43,-177,-115,-177v-72,0,-115,77,-115,177xm230,-724r102,0r114,133r-78,30r-88,-93r-86,93r-78,-30","w":563},{"d":"204,-520r0,503v0,155,-86,260,-201,261r-43,-103v93,0,120,-71,120,-169r0,-376r-14,-101xm69,-653v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67","w":278},{"d":"561,-5r-130,18v0,0,-25,-32,-32,-68v0,0,-66,68,-172,68v-76,0,-151,-41,-151,-128v0,-132,8,-277,-14,-389r138,-15r0,304v0,88,8,125,58,125v81,0,128,-62,128,-62v-1,-121,7,-251,-14,-352r138,-15r0,394v0,60,51,120,51,120xm328,-714r149,0r-185,164r-79,-28","w":592},{"d":"529,-257r0,-308r-14,-103r129,0r0,400v0,168,-112,281,-288,281v-256,0,-262,-238,-262,-255r0,-323r-14,-103r144,0r0,418v0,100,64,165,150,165v87,0,155,-72,155,-172","w":716},{"d":"561,-5r-130,18v0,0,-25,-32,-32,-68v0,0,-66,68,-172,68v-76,0,-151,-41,-151,-128v0,-132,8,-277,-14,-389r138,-15r0,304v0,88,8,125,58,125v81,0,128,-62,128,-62v-1,-121,7,-251,-14,-352r138,-15r0,394v0,60,51,120,51,120","w":592},{"d":"203,-190r-101,-35v-37,-152,174,-227,174,-337v0,-59,-50,-87,-101,-87v-40,0,-96,23,-96,23r-33,-108v0,0,76,-26,141,-26v105,0,215,54,215,187v0,147,-206,224,-206,322v0,11,0,41,7,61xm238,-61v0,41,-31,74,-75,74v-44,0,-75,-33,-75,-74v0,-38,31,-75,75,-75v44,0,75,37,75,75","w":439},{"w":250},{"d":"97,-565r-14,-103r383,0r0,99r-239,0r0,177r211,0r-25,99r-186,0v1,100,-5,208,11,293r-141,0r0,-565","w":485,"k":{".":65,"A":42,"o":16,"e":16,"a":21,"\u00c1":42,"\u00c2":42,"\u00c3":42,"\u00c0":42,"\u00e6":21,"\u00f5":16,"\u00f6":16,"\u00f4":16,"\u00f2":16,"\u00f3":16,"\u00eb":16,"\u00ea":16,"\u00e8":16,"\u00e9":16,"\u00e7":16,"\u00e5":21,"\u00e3":21,"\u00e4":21,"\u00e2":21,"\u00e0":21,"\u00e1":21,"\u00c5":42,"\u00c4":42,",":65,"c":16}},{"d":"316,-286r-266,0r-8,-47v25,-26,147,-139,147,-212v0,-72,-76,-38,-107,-13r-41,-72v78,-75,262,-70,262,71v0,70,-78,150,-119,190r140,0","w":355},{"d":"42,-286r0,-71r75,0r0,-204r-55,17r-27,-68r191,-61r0,316r76,0r-10,71r-250,0","w":312},{"d":"81,240r0,-644r-14,-101r138,-15r0,56v140,-129,323,-25,322,200v-1,167,-131,304,-322,273v-1,81,-2,163,11,231r-135,0xm295,-417v-56,0,-90,42,-90,42r0,294v0,0,35,4,74,4v63,0,115,-78,115,-178v0,-109,-45,-162,-99,-162","w":564},{"d":"540,-473r-37,72v0,0,-47,-43,-96,-43v-48,0,-83,47,-83,109v0,59,34,113,88,113v55,0,115,-49,115,-49r10,79v0,0,-54,52,-150,53v-109,1,-165,-91,-165,-185v0,-107,62,-200,187,-200v72,0,131,51,131,51xm750,-340v0,215,-139,353,-366,353v-192,0,-334,-145,-334,-335v0,-214,144,-346,375,-346v190,0,325,139,325,328xm658,-327v0,-160,-106,-265,-254,-265v-142,0,-260,96,-260,258v0,166,102,269,262,269v136,0,252,-101,252,-262","w":800},{"w":250},{"d":"345,-299v1,102,-5,212,11,299r-141,0r0,-289r-153,-294r-62,-85r159,0r118,228r13,39v34,-98,88,-177,130,-267r130,0","w":550,"k":{":":57,".":95,"A":28,"v":16,"o":37,"e":37,"a":23,"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":28,"\u00c2":28,"\u00d5":5,"\u00c3":28,"\u00c0":28,"\u00e6":23,"\u00d8":5,"\u00c6":58,"\u00f5":37,"\u00f6":37,"\u00f4":37,"\u00f2":37,"\u00f3":37,"\u00eb":37,"\u00ea":37,"\u00e8":37,"\u00e9":37,"\u00e7":37,"\u00e5":23,"\u00e3":23,"\u00e4":23,"\u00e2":23,"\u00e0":23,"\u00e1":23,"\u00d6":5,"\u00c7":5,"\u00c5":28,"\u00c4":28,";":57,"-":38,",":95,"z":16,"w":16,"u":22,"t":12,"s":27,"q":37,"p":22,"n":22,"m":22,"i":5,"c":37,"Q":5,"O":5,"G":5,"C":5}},{"d":"174,-756r0,1010r-111,0r0,-1010r111,0","w":237},{"d":"669,-668r0,582r11,86r-141,0r0,-282r-312,0v1,97,-4,200,11,282r-141,0r0,-565r-14,-103r144,0r0,277r312,0v1,-98,2,-196,-14,-277r144,0","w":765},{"d":"227,-326v2,111,-6,231,11,326r-141,0r0,-565r-14,-103r144,0r0,307r161,-236r32,-71r167,0r-233,316r249,352r-160,0","w":591,"k":{"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00d5":11,"\u00d8":11,"\u00d6":11,"\u00c7":11,"Q":11,"O":11,"G":11,"C":11}},{"d":"351,-678v206,0,309,141,309,339v0,200,-140,352,-322,352v-196,0,-307,-149,-307,-340v0,-199,138,-351,320,-351xm169,-333v0,143,71,249,177,249v106,0,176,-106,176,-249v0,-143,-70,-249,-176,-249v-106,0,-177,106,-177,249xm168,-875r149,0r115,136r-79,28","w":690,"k":{".":25,"T":20,",":25}},{"d":"835,0r-135,0r0,-292v0,-94,-10,-124,-61,-124v-74,0,-124,57,-124,57v2,121,-8,255,11,359r-135,0r0,-292v0,-94,-10,-124,-61,-124v-76,0,-125,58,-125,58v2,121,-8,254,11,358r-135,0r0,-403r-14,-101r138,-15r0,62v81,-78,234,-91,295,7v2,-3,61,-70,173,-70v76,0,151,41,151,128v0,131,-9,277,11,392","w":902},{"d":"0,-567r0,-101r556,0r0,101r-216,0r0,481r11,86r-141,0r0,-567r-210,0","w":556,"k":{"\u00fd":54,"\u00d2":21,"\u00d4":21,"\u00d3":21,"\u00c1":42,"\u00c2":42,"\u00ff":54,"\u00d5":21,"\u00c3":42,"\u00c0":42,"\u00e6":68,"\u00d8":21,"\u00c6":82,"\u00f5":68,"\u00f6":68,"\u00f4":68,"\u00f2":68,"\u00f3":68,"\u00eb":68,"\u00ea":68,"\u00e8":68,"\u00e9":68,"\u00e7":68,"\u00e5":68,"\u00e3":68,"\u00e4":68,"\u00e2":68,"\u00e0":68,"\u00e1":68,"\u00d6":21,"\u00c7":21,"\u00c5":42,"\u00c4":42,";":97,"-":78,",":117,"w":25,"u":47,"s":47,"i":28,"c":68,"Q":21,"O":21,"G":21,"C":21,"T":-18,"y":54,"a":68,"e":68,"o":68,"r":47,"A":42,".":117,":":97}},{"d":"607,0r-163,0r-166,-236r-51,0v0,83,-2,167,11,236r-141,0r0,-565r-14,-103r207,0v120,0,236,66,236,208v0,74,-51,157,-126,195xm227,-331v98,12,164,-41,164,-129v0,-93,-70,-125,-164,-116r0,245","w":605,"k":{"o":5,"e":5,"V":11,"T":19,"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00dd":16,"c":5,"Y":16,"W":11}},{"d":"-10,0r257,-660r85,-21r204,557r56,124r-145,0r-57,-155r-221,0r-59,155r-120,0xm283,-491v-21,84,-55,155,-82,233r160,0v-26,-78,-59,-149,-78,-233","w":592,"k":{"\u00fd":26,"\u00ff":26,"'":64,"\"":64,"\u00dd":28,"w":26,"Y":28,"W":17}},{"d":"97,0r0,-565r-14,-103r144,0r0,567r255,0r-25,101r-360,0","w":481,"k":{"y":28,"V":47,"T":58,"\u00fd":28,"\u00ff":28,"\u00dd":48,"Y":48,"W":37}},{"d":"345,-299v1,102,-5,212,11,299r-141,0r0,-289r-153,-294r-62,-85r159,0r118,228r13,39v34,-98,88,-177,130,-267r130,0xm323,-865r149,0r-185,164r-79,-28","w":550,"k":{":":57,".":95,"A":28,"v":16,"o":37,"e":37,"a":23,"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":28,"\u00c2":28,"\u00d5":5,"\u00c3":28,"\u00c0":28,"\u00e6":23,"\u00d8":5,"\u00c6":58,"\u00f5":37,"\u00f6":37,"\u00f4":37,"\u00f2":37,"\u00f3":37,"\u00eb":37,"\u00ea":37,"\u00e8":37,"\u00e9":37,"\u00e7":37,"\u00e5":23,"\u00e3":23,"\u00e4":23,"\u00e2":23,"\u00e0":23,"\u00e1":23,"\u00d6":5,"\u00c7":5,"\u00c5":28,"\u00c4":28,";":57,"-":38,",":95,"z":16,"w":16,"u":22,"t":12,"s":27,"q":37,"p":22,"n":22,"m":22,"i":5,"c":37,"Q":5,"O":5,"G":5,"C":5}},{"d":"97,0r0,-565r-14,-103r383,0r0,99r-239,0r0,177r211,0r-25,99r-186,0r0,194r252,0r-25,99r-357,0xm228,-875r102,0r114,133r-78,30r-88,-93r-86,93r-78,-30"},{"d":"445,-62r-209,-287r-33,-65v3,139,-9,293,11,414r-126,0r0,-565r-14,-103r103,0r279,397r255,-397r87,0r0,582r11,86r-141,0r0,-413r-29,64","w":894},{"d":"351,-678v206,0,309,141,309,339v0,200,-140,352,-322,352v-196,0,-307,-149,-307,-340v0,-199,138,-351,320,-351xm169,-333v0,143,71,249,177,249v106,0,176,-106,176,-249v0,-143,-70,-249,-176,-249v-106,0,-177,106,-177,249xm468,-831r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":690,"k":{".":25,"T":20,",":25}},{"d":"97,0r0,-565r-14,-103r383,0r0,99r-239,0r0,177r211,0r-25,99r-186,0r0,194r252,0r-25,99r-357,0"},{"d":"458,0r-385,0r-13,-56v86,-92,247,-258,247,-361v0,-57,-40,-84,-76,-84v-70,0,-122,61,-122,61r-52,-91v113,-103,377,-96,377,101v0,150,-202,322,-202,322r239,0"},{"d":"-10,0r257,-660r85,-21r204,557r56,124r-145,0r-57,-155r-221,0r-59,155r-120,0xm283,-491v-21,84,-55,155,-82,233r160,0v-26,-78,-59,-149,-78,-233xm241,-875r102,0r114,133r-78,30r-88,-93r-86,93r-78,-30","w":592,"k":{"y":26,"v":26,"V":27,"T":40,"\u00fd":26,"\u00ff":26,"'":64,"\"":64,"\u00dd":55,"w":26,"Y":55,"W":16}},{"d":"274,-520v175,0,188,187,190,262r-24,24r-277,0v5,81,46,145,125,145v87,0,168,-71,168,-71r18,102v0,0,-80,71,-210,71v-149,0,-228,-124,-228,-253v0,-146,71,-280,238,-280xm262,-435v-55,0,-83,50,-94,113r167,0v-3,-48,-20,-113,-73,-113","w":499},{"d":"513,-519r-218,532r-108,-19r-138,-402r-49,-93r140,-18r102,322r11,67v31,-134,85,-246,127,-370","w":513,"k":{",":74,".":74}},{"d":"489,245r-133,0r0,-259v-153,74,-322,-9,-322,-230v0,-149,108,-276,264,-276v61,0,182,20,182,20r0,643xm356,-101r0,-323v-18,-3,-50,-6,-74,-6v-63,0,-115,77,-115,177v0,135,87,226,189,152","w":552},{"d":"526,0r-135,0r0,-292v0,-94,-10,-124,-61,-124v-76,0,-125,57,-125,57v2,121,-8,254,11,359r-135,0r0,-403r-14,-101r138,-15r0,61v91,-90,303,-92,310,66v6,131,-9,277,11,392","w":593},{"d":"297,64r0,-54v-171,-19,-266,-159,-266,-336v0,-199,138,-350,320,-350v206,0,309,140,309,338v0,175,-108,313,-256,344r212,81r-47,102xm169,-332v0,143,71,253,177,253v106,0,176,-110,176,-253v0,-143,-70,-253,-176,-253v-106,0,-177,110,-177,253","w":690,"k":{".":26,"T":21,",":26,"'":21,"\"":21}},{"d":"843,-519r-218,532r-102,-19r-91,-265r-13,-50r-11,51r-119,283r-102,-19r-138,-402r-49,-93r137,-18r102,323r11,66v30,-116,78,-215,116,-323r-20,-48r127,-18r102,323r11,66v33,-132,85,-246,127,-370","w":843,"k":{".":74,",":74}},{"d":"-10,0r257,-660r85,-21r204,557r56,124r-145,0r-57,-155r-221,0r-59,155r-120,0xm283,-491v-21,84,-55,155,-82,233r160,0v-26,-78,-59,-149,-78,-233xm256,-788v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm440,-788v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":592,"k":{"y":26,"v":26,"V":27,"T":40,"\u00fd":26,"\u00ff":26,"'":64,"\"":64,"\u00dd":28,"w":26,"Y":28,"W":16}},{"d":"91,133r-40,-49v37,-33,59,-68,59,-97v0,-28,-10,-37,-29,-46v-2,-37,25,-75,67,-75v37,0,71,25,71,77v0,48,-36,126,-128,190","w":280,"k":{"\u00d2":25,"\u00d4":25,"\u00d3":25,"\u00d5":25,"\u00d8":25,"\u00d6":25,"\u00c7":25,"Q":25,"O":25,"G":25,"C":25}},{"d":"215,-61v0,41,-31,74,-75,74v-44,0,-75,-33,-75,-74v0,-38,31,-75,75,-75v44,0,75,37,75,75","w":280,"k":{"\u00d2":25,"\u00d4":25,"\u00d3":25,"\u00d5":25,"\u00d8":25,"\u00d6":25,"\u00c7":25,"Q":25,"O":25,"G":25,"C":25}},{"d":"169,-237v0,-265,-142,-411,-165,-422r91,-33v109,67,194,269,194,455v0,184,-84,418,-194,485r-91,-33v23,-11,165,-187,165,-452","w":340},{"d":"436,-451v0,56,-42,104,-99,133v80,19,123,97,123,167v0,192,-193,276,-376,246r-30,-94v96,20,278,2,278,-139v0,-85,-115,-111,-155,-111r14,-82v57,-19,117,-60,117,-107v0,-46,-41,-65,-73,-65v-60,0,-125,52,-122,55r-41,-87v43,-35,107,-63,175,-63v99,0,189,50,189,147"},{"d":"274,-520v175,0,188,187,190,262r-24,24r-277,0v5,81,46,145,125,145v87,0,168,-71,168,-71r18,102v0,0,-80,71,-210,71v-149,0,-228,-124,-228,-253v0,-146,71,-280,238,-280xm262,-435v-55,0,-83,50,-94,113r167,0v-3,-48,-20,-113,-73,-113xm215,-724r102,0r114,133r-78,30r-88,-93r-86,93r-78,-30","w":499},{"d":"34,-93r153,-155r-153,-153r45,-90r269,244r-269,244","w":379},{"d":"413,-658r-36,149v90,27,152,106,152,245v0,152,-102,285,-276,276r-37,155r-73,0r39,-167v-145,-50,-148,-230,-148,-245v0,-163,102,-277,270,-275r33,-138r76,0xm274,-76v132,16,154,-246,77,-323xm283,-431v-124,-12,-148,242,-75,320","w":563},{"d":"0,0r187,-252r-107,-164r-73,-85r144,-18v35,61,76,116,106,182v31,-60,74,-109,110,-164r147,-18r-197,257r173,262r-142,0r-103,-174v-31,64,-76,115,-113,174r-132,0","w":514},{"d":"-10,0r257,-660r85,-21r204,557r56,124r-145,0r-57,-155r-221,0r-59,155r-120,0xm283,-491v-21,84,-55,155,-82,233r160,0v-26,-78,-59,-149,-78,-233xm116,-875r149,0r115,136r-79,28","w":592,"k":{"y":26,"v":26,"V":27,"T":40,"\u00fd":26,"\u00ff":26,"'":64,"\"":64,"\u00dd":28,"w":26,"Y":28,"W":16}},{"d":"16,-299r291,0r-28,104r-263,0r0,-104","w":312},{"d":"97,0r0,-565r-14,-103r383,0r0,99r-239,0r0,177r211,0r-25,99r-186,0r0,194r252,0r-25,99r-357,0xm314,-865r149,0r-185,164r-79,-28"},{"d":"340,-689r125,-54r0,75r-67,29v84,89,130,216,130,342v0,168,-78,310,-263,310v-226,0,-231,-239,-231,-256v0,-151,107,-272,236,-272v48,0,95,25,95,25v-20,-42,-44,-76,-72,-104r-145,63r-27,-62r109,-48v-28,-15,-58,-25,-90,-31r35,-83v62,9,118,33,165,66xm166,-252v0,100,43,176,115,176v63,0,113,-57,113,-236v0,-26,-1,-53,-7,-79v-29,-22,-76,-37,-106,-37v-72,0,-115,76,-115,176","w":558},{"d":"526,0r-135,0r0,-292v0,-94,-10,-124,-61,-124v-76,0,-125,55,-125,55v2,122,-8,256,11,361r-135,0r0,-644r-14,-101r138,-15r0,300v92,-89,304,-89,310,68v5,131,-9,277,11,392","w":590},{"d":"83,-668r270,0v149,0,295,100,295,330v0,193,-127,338,-325,338r-226,0r0,-565xm227,-571r0,474r108,0v102,0,176,-101,176,-235v0,-136,-74,-239,-176,-239r-108,0","w":683},{"d":"595,-597r-53,96v-56,-57,-116,-80,-175,-80v-113,0,-198,117,-198,251v0,264,267,307,410,147r24,103v-203,179,-569,96,-569,-240v0,-211,145,-360,332,-360v90,0,165,26,229,83","w":619,"k":{",":26}},{"d":"76,133r-40,-49v37,-33,59,-68,59,-97v0,-28,-9,-37,-28,-46v-6,-35,24,-75,66,-75v37,0,71,25,71,77v0,48,-36,126,-128,190xm68,-323v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67","w":268},{"d":"220,-609r-10,104r149,0r-32,93r-118,0r0,266v0,36,18,46,42,46v37,0,92,-27,115,-47r13,109v0,0,-56,51,-165,51v-85,0,-128,-45,-128,-162r0,-263r-61,0r0,-93r61,0r0,-89","w":379},{"d":"83,-668r207,0v120,0,236,66,236,208v-1,127,-126,234,-299,224v0,83,-2,167,11,236r-141,0r0,-565xm227,-336v97,11,164,-36,164,-124v0,-93,-72,-118,-164,-111r0,235","w":556,"k":{".":152,"A":44,"o":11,"e":11,"a":21,"\u00c1":44,"\u00c2":44,"\u00c3":44,"\u00c0":44,"\u00e6":21,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00eb":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":21,"\u00e3":21,"\u00e4":21,"\u00e2":21,"\u00e0":21,"\u00e1":21,"\u00c5":44,"\u00c4":44,",":152,"c":11}},{"d":"68,-323v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67xm68,-54v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67","w":268},{"d":"111,-356r-51,-88v0,0,74,-76,209,-76v83,0,171,34,171,138r0,259v0,60,51,120,51,120r-126,14v0,0,-25,-28,-34,-62v-39,39,-96,64,-151,64v-87,0,-146,-64,-146,-131v0,-105,104,-188,282,-194v4,-72,-20,-119,-68,-119v-79,0,-137,75,-137,75xm221,-79v31,0,73,-21,95,-43r0,-102v-49,4,-154,15,-154,90v0,28,19,55,59,55xm213,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm397,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":523},{"d":"351,-678v206,0,309,141,309,339v0,200,-140,352,-322,352v-196,0,-307,-149,-307,-340v0,-199,138,-351,320,-351xm169,-333v0,143,71,249,177,249v106,0,176,-106,176,-249v0,-143,-70,-249,-176,-249v-106,0,-177,106,-177,249xm293,-875r102,0r114,133r-78,30r-88,-93r-86,93r-78,-30","w":690,"k":{".":25,"T":20,",":25,"'":20,"\"":20}},{"d":"36,53r42,-98v30,33,79,59,127,59v61,0,133,-67,143,-197v-141,73,-320,31,-321,-165v0,-137,79,-250,228,-250v152,0,224,139,224,320v0,289,-130,391,-280,391v-102,0,-163,-60,-163,-60xm153,-376v2,137,112,152,199,94v-2,-109,-23,-215,-114,-215v-56,0,-85,60,-85,121"},{"d":"-10,0r257,-660r85,-21r204,557r56,124r-145,0r-57,-155r-221,0r-59,155r-120,0xm283,-491v-21,84,-55,155,-82,233r160,0v-26,-78,-59,-149,-78,-233xm383,-791v0,48,-43,88,-91,88v-47,0,-89,-40,-89,-88v0,-48,42,-88,89,-88v48,0,91,40,91,88xm293,-745v58,-1,53,-91,0,-90v-24,0,-43,20,-43,43v0,22,18,47,43,47","w":592,"k":{"y":26,"v":26,"V":28,"T":42,"\u00fd":26,"\u00ff":26,"'":64,"\"":64,"\u00dd":28,"w":26,"Y":28,"W":17}},{"d":"622,-668r-267,681r-91,-20r-199,-537r-65,-124r160,0r146,419r15,79v47,-177,118,-331,176,-498r125,0","w":622,"k":{"\u00fd":13,"\u00c1":28,"\u00c2":28,"\u00ff":13,"\u00c3":28,"\u00c0":28,"\u00e6":32,"\u00c6":28,"\u00f5":26,"\u00f6":26,"\u00f4":26,"\u00f2":26,"\u00f3":26,"\u00eb":26,"\u00ea":26,"\u00e8":26,"\u00e9":26,"\u00e7":26,"\u00e5":32,"\u00e3":32,"\u00e4":32,"\u00e2":32,"\u00e0":32,"\u00e1":32,"\u00c5":28,"\u00c4":28,";":58,"-":39,",":97,"u":32,"i":19,"c":26,"y":13,"a":32,"e":26,"o":26,"r":32,"A":28,".":97,":":58}},{"d":"274,-520v175,0,188,187,190,262r-24,24r-277,0v5,81,46,145,125,145v87,0,168,-71,168,-71r18,102v0,0,-80,71,-210,71v-149,0,-228,-124,-228,-253v0,-146,71,-280,238,-280xm262,-435v-55,0,-83,50,-94,113r167,0v-3,-48,-20,-113,-73,-113xm90,-724r149,0r115,136r-79,28","w":499},{"d":"38,-665r274,0r-26,98r-248,0r0,-98","w":345},{"d":"204,-520r0,434r11,86r-135,0r0,-404r-14,-101xm177,-714r149,0r-185,164r-79,-28","w":284},{"d":"303,-581v0,31,-29,62,-60,79v42,7,75,51,75,95v0,115,-150,137,-261,121r-22,-70v71,10,173,4,173,-63v0,-32,-54,-40,-95,-40r7,-46v35,-15,71,-31,71,-68v0,-67,-117,-13,-115,-6r-28,-61v0,0,48,-37,123,-37v67,0,132,33,132,96","w":357},{"d":"214,-766r-28,549r-92,15r-21,-451r-14,-93xm217,-61v0,41,-31,74,-75,74v-44,0,-75,-33,-75,-74v0,-38,31,-75,75,-75v44,0,75,37,75,75","w":274},{"d":"286,-657r-214,901r-110,0r211,-901r113,0","w":301,"k":{"\/":40}},{"d":"595,-597r-53,96v-56,-57,-116,-80,-175,-80v-113,0,-198,117,-198,251v0,156,103,245,207,245v53,0,103,-13,103,-13r0,-141r-18,-86r144,0r1,294v0,0,-117,44,-248,44v-165,0,-324,-112,-324,-333v0,-211,145,-360,332,-360v90,0,165,26,229,83","w":656,"k":{",":26}},{"d":"-11,-539r40,-82r108,3r-81,-126r103,-7r45,87r61,-112r67,65r-61,93r148,-3r-40,82r-108,-3r81,126r-103,7r-45,-86r-61,110r-65,-65r59,-92","w":412},{"d":"24,-392r73,0v1,-97,2,-195,-14,-276r270,0v149,0,295,100,295,330v0,193,-127,338,-325,338r-226,0r0,-288r-73,0r0,-104xm227,-575r0,183r128,0r-28,104r-100,0r0,191r108,0v102,0,176,-101,176,-235v0,-136,-74,-243,-176,-243r-108,0","w":683},{"d":"529,-264v0,149,-97,277,-264,277v-152,0,-231,-133,-231,-259v0,-149,95,-274,265,-274v131,0,230,79,230,256xm166,-254v0,100,43,178,115,178v72,0,115,-78,115,-178v0,-100,-43,-177,-115,-177v-72,0,-115,77,-115,177xm105,-724r149,0r115,136r-79,28","w":563},{"d":"514,65r-33,80r-481,0r0,-80r514,0","w":493},{"d":"65,-745r138,-15r0,277v0,0,48,-37,110,-37v106,0,212,85,212,256v0,149,-108,277,-264,277v-84,0,-160,-41,-182,-87r0,-570xm203,-400r0,295v91,75,189,-13,189,-150v0,-100,-52,-169,-115,-169v-41,0,-74,24,-74,24","w":559},{"d":"111,-356r-51,-88v0,0,74,-76,209,-76v83,0,171,34,171,138r0,259v0,60,51,120,51,120r-126,14v0,0,-25,-28,-34,-62v-39,39,-96,64,-151,64v-87,0,-146,-64,-146,-131v0,-105,104,-188,282,-194v4,-72,-20,-119,-68,-119v-79,0,-137,75,-137,75xm221,-79v31,0,73,-21,95,-43r0,-102v-49,4,-154,15,-154,90v0,28,19,55,59,55xm373,-680r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":523},{"d":"424,-483r-38,110v0,0,-29,-27,-67,-27v-52,0,-114,64,-114,142v0,90,-3,183,11,258r-135,0r0,-402r-14,-101r138,-15r0,91v0,0,49,-93,136,-93v31,0,59,12,83,37","w":424,"k":{"\u00f5":10,"\u00f6":10,"\u00f4":10,"\u00f2":10,"\u00f3":10,"\u00eb":9,"\u00ea":9,"\u00e8":9,"\u00e9":9,"\u00e7":5,"-":48,",":92,"c":5,"e":9,"o":10,".":92}},{"d":"634,-486v-14,92,-8,206,-9,311v0,54,-1,93,10,105v84,0,126,-119,126,-212v0,-160,-98,-298,-286,-298v-180,0,-327,174,-327,351v0,159,124,334,330,342r-53,91v-246,-31,-378,-231,-378,-433v0,-213,155,-439,442,-439v221,0,376,164,376,372v0,157,-101,336,-315,309v-12,-13,-27,-43,-33,-64v0,0,-35,60,-107,60v-110,0,-165,-109,-165,-214v0,-214,189,-352,389,-281xm506,-118r-1,-300v-44,9,-132,45,-132,202v0,57,15,124,64,124v38,0,69,-26,69,-26","w":912},{"d":"83,-746r142,-10r0,149v165,-11,301,42,301,208v0,127,-126,234,-299,224v-2,64,2,122,11,175r-141,0r0,-643xm227,-266v99,13,164,-45,164,-133v0,-93,-69,-130,-164,-120r0,253","w":556},{"d":"513,-519r-247,607v-60,131,-140,182,-270,141r-17,-120v0,0,41,17,74,17v57,0,100,-30,135,-129r-139,-403r-49,-93r138,-18r104,320r11,67v33,-133,87,-246,129,-370","w":513,"k":{",":74,".":74}},{"d":"182,-724r149,0r-185,164r-79,-28","w":348},{"d":"375,-79r185,-266r89,26r0,210r70,0r-19,79r-51,0v-1,34,5,60,8,89r-115,0r0,-89r-157,0xm543,-109v-1,-42,-4,-85,1,-124v-23,47,-49,93,-86,126v26,-3,56,-2,85,-2xm601,-559r-325,470r-102,0r345,-501xm303,-581v0,31,-29,62,-60,79v42,7,75,51,75,95v0,115,-150,137,-261,121r-22,-70v71,10,173,4,173,-63v0,-32,-54,-40,-95,-40r7,-46v35,-15,71,-31,71,-68v0,-67,-117,-13,-115,-6r-28,-61v0,0,48,-37,123,-37v67,0,132,33,132,96","w":732},{"d":"387,-507v0,89,-78,163,-166,163v-86,0,-163,-74,-163,-163v0,-89,77,-163,163,-163v88,0,166,74,166,163xm299,-508v0,-41,-38,-75,-77,-75v-41,0,-76,34,-76,75v0,38,32,80,76,80v49,0,77,-42,77,-80xm707,-647r-448,647r-117,0r470,-688xm802,-150v0,89,-78,163,-166,163v-86,0,-163,-74,-163,-163v0,-89,77,-163,163,-163v88,0,166,74,166,163xm714,-151v0,-41,-38,-75,-77,-75v-41,0,-76,34,-76,75v0,38,32,80,76,80v49,0,77,-42,77,-80","w":860},{"d":"205,-760r0,483r137,-174r24,-54r167,0r-203,229r213,276r-155,0r-183,-253v0,88,-3,179,11,253r-135,0r0,-644r-14,-101","w":543},{"d":"24,0r-5,-35r305,-479r41,-52r-331,0r27,-102r482,0r5,35r-303,479r-41,53r355,0r0,101r-535,0","w":576},{"d":"529,-257r0,-308r-14,-103r129,0r0,400v0,168,-112,281,-288,281v-256,0,-262,-238,-262,-255r0,-323r-14,-103r144,0r0,418v0,100,64,165,150,165v87,0,155,-72,155,-172xm328,-788v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm512,-788v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":716},{"d":"14,0r-4,-29r221,-343r32,-40r-247,0r26,-93r389,0r4,29r-221,344r-31,39r257,0r0,93r-426,0","w":455},{"d":"0,0r204,-334r-137,-247r-64,-87r159,0r102,188r15,35v32,-83,82,-148,121,-223r132,0r-194,318r198,350r-146,0r-109,-203r-16,-35v-35,86,-86,158,-127,238r-138,0","w":536},{"d":"34,0r0,-96r123,0r0,-365r-98,30r-36,-89r258,-85r0,509r123,0r-14,96r-356,0","w":410},{"d":"351,-678v206,0,309,141,309,339v0,200,-140,352,-322,352v-196,0,-307,-149,-307,-340v0,-199,138,-351,320,-351xm169,-333v0,143,71,249,177,249v106,0,176,-106,176,-249v0,-143,-70,-249,-176,-249v-106,0,-177,106,-177,249xm308,-788v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm492,-788v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":690,"k":{".":25,"T":20,",":25,"'":20,"\"":20}},{"d":"582,-320r-113,0r-154,-281r-155,281r-110,0r223,-388r86,0","w":634},{"d":"337,-62r-118,-117r-115,115r-71,-72r115,-116r-124,-122r90,-51r102,104r125,-126r53,94r-104,103r117,118","w":439},{"d":"44,-55r10,-112v0,0,82,83,187,83v55,0,94,-38,94,-83v0,-114,-284,-120,-284,-316v0,-108,78,-197,203,-197v86,0,151,28,186,50r-25,100v0,0,-66,-55,-164,-55v-37,0,-81,30,-81,76v0,116,287,115,287,320v0,114,-81,202,-209,202v-130,0,-204,-68,-204,-68","w":490},{"d":"459,-323v0,139,-141,232,-278,192v-13,13,-21,27,-21,39v0,75,338,-44,338,161v0,118,-132,174,-257,174v-183,0,-219,-107,-219,-107r72,-66v0,0,32,84,158,84v58,0,129,-15,129,-64v0,-97,-325,21,-325,-142v0,-40,31,-79,62,-110v-44,-29,-82,-90,-82,-153v0,-117,91,-205,218,-205v41,0,89,20,98,28r18,-13r146,0r-21,77r-70,0v24,30,34,66,34,105xm163,-320v0,67,41,112,86,112v45,0,83,-45,83,-112v0,-68,-38,-113,-83,-113v-45,0,-86,45,-86,113","w":516}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+102-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("Bs&]q}^xgD~fBMF+G}1N7s7~*I^]&}~f*I,NgD0w&v-Wupx`*1aXG[t=&D^XG[t=uD,XG[t=u}0W*c>=:s^F*c>=:supXIFXG[t=&}uxB1a]:Jn}^va]:Jn`&Fa]:JnH^Fa]:Jn`:1a]:Jn2$va]:Jne:Fa]:Jn2&Fa]:Jn}u]a]:JnF&va]:JnF^]a]:Jn2:]a]:JnF&2PXG[t=uI0XG[t=u[eqKFa]:JnH^]a]:Jne&[X=u]a]:Jn2:va]:JnF^d0XG[t=&[tI*c>=:s>@,Hx9*c>=:s>aq]a]:J^`u]a]:JnH$1a]:Jn}:d;XG[t=uD^XG[t=u},XG[t=&}vXG[t=uHvXG[t=uHGXG[t=&[,+*c>=:su@[Fa]:Jn`$1a]:Jne^D&XG[t=up1**c>=:s0e*c>=:s&2*c>=:s^}*c>=:s,H[xFXG[t=uI,M*c>=:s:p*c>=:s^H*c>=:sOL*v=`*c>=:s7a*c>=:s,e*c>=:s>I*c>=:s0`*c>=:s1e*c>=:s?9_1a]:Jne:N^~*c>=:suL*c>=:suI*c>=:sv`u1a]:Jne:dGe*c>=:s7I^D0XG[t=&},XG[t=&H0|*c>=:s&ev*>m7O&XG[t=uH,XG[t=uHF=*c>=:sO@*c>=:sO=D*a7d]a]:Jn2:}]>>21:*c>=:s02*c>=:s^e[va]:Jn2^>>N*c>=:s:N&*&aqF1L*c>=:s:x#M9P:]a]:JnFu[@XG[t=&He9*c>=:s:=#va]:JnH$va]:Jn}:seO?p;x>JPXG[t=&[0XG[t=&J?@*c>=:s:]vFa]:JnF$1a]:Jne&Fa]:JnF&1a]:Jn`:tnMJO1sc7,B#:^$_?0d[>vD*u&gqXG4Kre`H2F}wSP|UW;f.=aNpx]IL9@(+-~kmN1X#xX|*c>=:s?=*c>=:suN*I,XG[t=&[^N?1a]:Jn2&*FXG[t=uH0XG[t=u}>Fg]PXG[t=&s^(DJ1XG[t=&J&4*c>=:s?L>IX`#w^=qsFxBM7`BdaP_[tWXJ]`#wtWqJ]=#}aFq}GxgMaw_D7f&`@wqcF=gc:~4Lx+gDuS#]9S_pPLGLGX#`2mBJ-(&I1x&DvaGDF=qDvfG1=fuI~;KcGLG]=f&I1x&DvaGDF=qDvfG1=fuI~;KM9U*M@wu*0F&*1]g*n;&D@x*M@HqIxP,M-fGsvpGMeWqI^eGsF.q`@SqL^xq}1;&d2P&}~NBJ;P_s=+BN;PBDGqu];P*vx~X1;P**xPBM2r")}catch(e){}delete _cufon_bridge_;return f})({"w":510,"face":{"font-family":"fontin-sans","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"756","descent":"-244","x-height":"13","bbox":"-59 -879 962 254","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+00FF"}}));Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"432,-483r-32,72v2,-1,-65,-27,-108,-27v-107,0,-166,123,-166,222v0,80,31,155,119,155v86,0,147,-79,147,-79r0,87v0,0,-55,66,-161,66v-133,0,-193,-96,-193,-206v0,-199,117,-314,253,-314v67,0,141,24,141,24xm184,58r14,-51r29,0v27,39,101,65,101,133v0,50,-48,95,-124,95v-33,0,-68,-11,-94,-31r29,-49v21,25,121,40,121,-14v0,-30,-44,-49,-76,-83","w":445},{"d":"501,-492r-65,338v-14,72,-14,110,26,154r-89,13v-29,-24,-37,-60,-29,-100v0,0,-99,101,-190,101v-87,0,-105,-69,-92,-148v20,-120,53,-226,60,-358r93,0r-61,325v-6,30,-18,99,33,99v69,0,167,-93,167,-93v18,-110,48,-210,55,-331r92,0xm378,-724r110,0r-194,163r-53,-20","w":546},{"d":"377,-597v-99,0,-236,118,-236,342v0,114,60,197,150,197v137,0,237,-184,237,-337v0,-113,-54,-202,-151,-202xm48,-243v0,-225,125,-427,339,-427v179,0,234,157,234,256v0,248,-144,427,-343,427v-151,0,-230,-119,-230,-256xm273,-875r110,0r111,143r-57,20","w":649,"k":{".":25,",":25,"T":20}},{"d":"43,-724r110,0r111,143r-57,20","w":338},{"d":"71,-364v0,-89,90,-143,177,-143v67,0,131,24,131,24r-32,72v0,0,-49,-31,-110,-31v-35,0,-83,22,-83,64v0,100,186,96,186,243v0,98,-89,148,-173,148v-85,0,-137,-43,-137,-43r0,-84v0,0,67,58,134,58v38,0,92,-19,92,-69v0,-94,-185,-89,-185,-239","w":395},{"d":"501,-492r-65,338v-14,72,-14,110,26,154r-89,13v-29,-24,-37,-60,-29,-100v0,0,-99,101,-190,101v-87,0,-105,-69,-92,-148v20,-120,53,-226,60,-358r93,0r-61,325v-6,30,-18,99,33,99v69,0,167,-93,167,-93v18,-110,48,-210,55,-331r92,0xm170,-724r110,0r111,143r-57,20","w":546},{"d":"229,-335v47,0,108,-61,108,-181v0,-57,-25,-105,-65,-105v-62,0,-108,97,-108,180v0,60,20,106,65,106xm291,-673v69,0,123,54,123,146v0,129,-74,244,-200,244v-101,0,-125,-88,-125,-145v0,-142,80,-245,202,-245","w":442},{"d":"423,-398v0,132,-148,189,-291,189v-2,80,29,145,116,145v82,0,150,-76,150,-76r0,87v0,0,-51,66,-171,66v-123,0,-183,-96,-183,-206v0,-163,99,-314,249,-314v88,0,130,47,130,109xm280,-442v-77,0,-126,86,-142,175v25,-1,194,-14,194,-121v0,-23,-9,-54,-52,-54xm129,-724r110,0r111,143r-57,20","w":449},{"d":"97,111r-77,-15r354,-593r-274,0r-15,-78r402,0r11,23"},{"d":"411,-576v0,92,-80,168,-170,168v-88,0,-168,-76,-168,-168v0,-92,80,-167,168,-167v90,0,170,75,170,167xm345,-578v0,-54,-51,-100,-103,-100v-56,0,-103,46,-103,100v0,52,43,108,103,108v66,0,103,-56,103,-108","w":399},{"d":"129,-543r4,-112r93,-16r-48,244r-73,1xm289,-543r4,-112r93,-16r-48,244r-73,1","w":375,"k":{"\u00c1":64,"\u00c2":64,"\u00c3":64,"\u00c0":64,"\u00c6":76,"\u00c5":64,"\u00c4":64,"A":64}},{"d":"501,-492r-65,338v-14,72,-14,110,26,154r-89,13v-29,-24,-37,-60,-29,-100v0,0,-99,101,-190,101v-87,0,-105,-69,-92,-148v20,-120,53,-226,60,-358r93,0r-61,325v-6,30,-18,99,33,99v69,0,167,-93,167,-93v18,-110,48,-210,55,-331r92,0xm297,-724r62,0r111,143r-55,20r-94,-93r-110,93r-51,-20","w":546},{"d":"220,-54v67,0,155,-82,155,-244v0,-77,-38,-143,-97,-143v-87,0,-152,133,-152,243v0,82,29,144,94,144xm463,-312v0,170,-90,325,-263,325v-129,0,-162,-118,-162,-193v0,-189,98,-327,265,-327v88,0,160,72,160,195xm164,-724r110,0r111,143r-57,20","w":503},{"d":"201,-140r0,-146r-143,0r0,-74r143,0r0,-149r70,19r0,130r149,0r-20,74r-129,0r0,146r-70,0xm87,-69r310,0r-20,69r-290,0r0,-69","w":471},{"d":"-2,0r0,-19r284,-364r39,-41r-252,0r33,-68r353,0r0,19r-283,364r-39,41r297,0r-13,68r-419,0","w":467},{"d":"152,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm336,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":384},{"d":"298,-588v115,0,158,89,158,188v0,205,-70,413,-252,413v-80,0,-159,-55,-159,-186v0,-212,90,-415,253,-415xm293,-522v-126,0,-163,249,-163,354v0,71,30,117,84,117v122,0,158,-236,158,-342v0,-64,-16,-129,-79,-129"},{"d":"377,-597v-99,0,-236,118,-236,342v0,114,60,197,150,197v137,0,237,-184,237,-337v0,-113,-54,-202,-151,-202xm48,-243v0,-225,125,-427,339,-427v179,0,234,157,234,256v0,248,-144,427,-343,427v-151,0,-230,-119,-230,-256xm400,-875r62,0r111,143r-55,20r-94,-93r-110,93r-51,-20","w":649,"k":{".":25,",":25,"'":20,"\"":20,"T":20}},{"d":"-24,0r212,-250r-76,-171r-48,-71r99,-13r84,196v24,-37,56,-65,85,-97v16,-18,26,-59,8,-86r89,-13v18,55,3,94,-38,138r-113,120r111,247r-93,0r-78,-182r-149,182r-93,0","w":469},{"w":250},{"d":"50,0r110,-566r4,-92r323,0r-13,72r-220,0r-42,214r203,0r-34,72r-183,0r-43,228r242,0r-35,72r-312,0xm180,-875r110,0r111,143r-57,20","w":497},{"d":"23,139r-28,-35v27,-23,75,-84,75,-121v0,-13,-1,-28,-21,-33v0,-37,29,-63,64,-63v29,0,51,26,51,61v0,61,-61,140,-141,191","w":250,"k":{"C":25,"\u00d2":25,"\u00d4":25,"\u00d3":25,"\u00d5":25,"\u00d8":25,"\u00d6":25,"\u00c7":25,"Q":25,"O":25,"G":25}},{"d":"88,-348r97,0r-79,-239r-39,-71r109,0r82,247r7,40v65,-100,139,-191,207,-287r91,0r-234,310r110,0r-28,64r-120,0r-16,83r135,0r-28,64r-119,0v-10,41,-15,87,-16,137r-100,0r26,-137r-127,0r13,-64r126,0r16,-83r-126,0","w":508},{"d":"163,-164r-72,-31v-11,-154,250,-260,249,-406v0,-45,-46,-71,-86,-71v-47,0,-107,42,-108,45r-21,-83v0,-5,81,-43,145,-43v84,0,167,52,167,145v0,162,-276,297,-276,425v0,6,0,13,2,19xm189,-50v0,35,-28,63,-62,63v-34,0,-62,-28,-62,-63v0,-33,28,-61,62,-61v34,0,62,28,62,61","w":411},{"d":"564,-156r-80,0r-91,-129r-28,0v2,52,-4,76,5,129r-74,0r0,-299r-6,-53v115,-5,230,-6,230,108v0,40,-22,80,-67,100xm365,-325v53,8,86,-28,86,-75v0,-48,-36,-72,-86,-66r0,141xm735,-341v0,209,-141,354,-356,354v-190,0,-324,-141,-324,-325v0,-208,146,-352,365,-352v184,0,315,140,315,323xm673,-328v0,-166,-114,-285,-274,-285v-153,0,-280,121,-280,289v0,162,121,284,282,284v147,0,272,-121,272,-288","w":790},{"d":"269,-516v-80,0,-123,100,-123,175v0,82,43,118,94,118v54,0,111,-43,111,-43v16,-100,19,-250,-82,-250xm24,17v165,77,261,-62,310,-214v0,0,-59,44,-130,44v-76,0,-144,-54,-144,-172v0,-148,90,-262,229,-262v108,0,153,109,153,227v0,241,-173,571,-449,447"},{"d":"267,-658r-113,583r-4,75r-100,0r110,-566r4,-92r103,0xm283,-875r110,0r-194,163r-53,-20","w":295},{"d":"435,-575r-33,78r-177,0r-28,131v113,7,174,83,174,176v-2,176,-142,302,-334,290r-8,-68v105,0,251,-46,251,-209v0,-92,-77,-136,-174,-122r59,-276r270,0"},{"d":"529,-269v-35,36,-83,62,-137,62v-98,0,-141,-64,-216,-64v-42,0,-75,23,-98,43r-29,-61v31,-27,77,-55,134,-55v99,0,132,64,215,64v33,0,71,-21,101,-48","w":578},{"d":"199,-70r0,-146r-143,0r0,-74r143,0r0,-150r74,20r0,130r149,0r-20,74r-129,0r0,146r-74,0","w":471},{"d":"197,13v-96,0,-163,-60,-163,-142v0,-102,78,-159,163,-217v-46,-45,-85,-100,-85,-156v0,-109,90,-166,178,-166v98,0,146,63,146,122v0,84,-78,152,-130,187v52,49,96,107,96,174v0,119,-103,198,-205,198xm234,-309v-54,38,-120,91,-120,160v0,51,39,90,97,90v66,0,109,-57,109,-103v0,-62,-48,-110,-86,-147xm266,-397v54,-38,91,-84,91,-133v0,-42,-28,-78,-80,-78v-56,0,-83,46,-83,83v0,55,41,98,72,128"},{"d":"318,-161r53,-275v0,0,-50,-8,-65,-8v-86,0,-180,131,-180,283v0,42,15,99,58,99v47,0,133,-99,134,-99xm340,13v-28,-23,-36,-56,-30,-96v0,0,-71,96,-155,96v-61,0,-117,-54,-117,-159v0,-179,105,-359,261,-359v71,0,127,11,167,13r-65,338v-14,72,-12,110,28,154","w":507},{"w":250},{"d":"21,0r12,-66r95,0r76,-423r-102,32r-12,-61r217,-71r-95,523r115,0r-21,66r-285,0","w":370},{"d":"224,-503r-84,428r-4,75r-94,0r78,-400r5,-92xm239,-724r110,0r-194,163r-53,-20","w":261},{"d":"247,-598r77,0v108,0,179,55,179,149v0,168,-129,281,-336,263v-11,59,-24,117,-26,186r-100,0r123,-634r9,-112r105,-10xm235,-537r-56,287r56,0v112,0,172,-86,172,-188v0,-60,-35,-99,-102,-99r-70,0","w":503},{"d":"457,-631v0,-36,-44,-53,-87,-53v-84,0,-136,38,-146,101r-94,594v-22,136,-91,230,-203,231r-23,-69v78,0,129,-58,145,-162r67,-435r-63,0r11,-68r62,0r11,-73v20,-135,129,-188,229,-188v93,0,178,45,178,113v0,113,-162,187,-162,253v0,72,130,129,130,231v0,89,-78,169,-199,169v-69,0,-114,-36,-114,-36r22,-72v0,0,41,40,96,40v47,0,108,-20,108,-82v0,-72,-127,-123,-127,-211v0,-129,159,-181,159,-283","w":560},{"d":"560,-658r94,0r-77,395v-31,158,-125,276,-277,276v-227,0,-231,-171,-206,-316v20,-117,50,-222,53,-355r104,0r-66,358v-18,94,-30,240,121,240v99,0,168,-91,188,-192r61,-314xm369,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm553,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":663},{"d":"224,-503r-84,428r-4,75r-94,0r78,-400r5,-92xm140,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm324,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":261},{"d":"318,-161r53,-275v0,0,-50,-8,-65,-8v-86,0,-180,131,-180,283v0,42,15,99,58,99v47,0,133,-99,134,-99xm340,13v-28,-23,-36,-56,-30,-96v0,0,-71,96,-155,96v-61,0,-117,-54,-117,-159v0,-179,105,-359,261,-359v71,0,127,11,167,13r-65,338v-14,72,-12,110,28,154xm295,-724r62,0r111,143r-55,20r-94,-93r-110,93r-51,-20","w":507},{"d":"307,0r34,-176r-205,0r-115,176r-85,0r436,-658r372,0r-13,72r-220,0r-42,214r203,0r-34,72r-183,0r-43,228r242,0r-35,72r-312,0xm354,-246r63,-320r2,-41r-238,361r173,0","w":754},{"d":"366,-600r-19,97v49,7,91,20,91,20r-32,72v0,0,-36,-15,-72,-23r-72,373v80,-7,136,-79,136,-79r0,87v0,0,-52,62,-151,66r-18,96r-50,0r19,-99v-106,-17,-154,-104,-154,-203v0,-199,117,-314,254,-314r18,-93r50,0xm132,-216v0,67,22,131,81,150r71,-371v-98,10,-152,126,-152,221","w":461},{"d":"-24,235r-61,-21v146,-116,252,-367,252,-577v0,-178,-49,-287,-65,-295r64,-21v62,82,86,195,86,314v0,230,-103,482,-276,600","w":308},{"d":"53,-665r247,0r-27,74r-227,0","w":335},{"d":"-25,0r0,-25r408,-502r52,-54r-339,0r36,-77r452,0r0,25r-409,503r-51,54r374,0r-14,76r-509,0","w":544},{"d":"-62,0r381,-659r63,-12r95,561r28,110r-101,0r-28,-172r-249,0r-98,172r-91,0xm320,-519v-46,95,-101,180,-151,271r194,0r-39,-226xm326,-875r62,0r111,143r-55,20r-94,-93r-110,93r-51,-20","w":549,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":55,"y":26,"w":26,"v":26,"Y":55,"W":16,"V":27,"T":40}},{"d":"455,102r-497,0v1,0,108,-166,143,-340r7,-35r-61,0r13,-68r61,0r42,-214v27,-138,168,-199,246,-199v124,0,174,64,174,64r-46,66v0,0,-55,-57,-132,-57v-82,0,-141,57,-153,118r-44,222r207,0r-43,68r-177,0v-14,127,-106,317,-105,301r397,0","w":549},{"d":"53,-243v0,-225,125,-427,339,-427v179,0,234,157,234,256v0,239,-133,413,-320,426v67,33,136,93,223,93v43,0,107,-18,131,-44r0,87v-27,26,-90,38,-130,38v-72,0,-165,-62,-269,-117r-20,-60v-124,-19,-188,-128,-188,-252xm382,-597v-99,0,-235,118,-235,342v0,114,59,197,149,197v137,0,237,-184,237,-337v0,-113,-54,-202,-151,-202","w":667,"k":{".":26,",":26,"'":21,"\"":21,"T":21}},{"d":"500,0r-105,0r-190,-333v-18,111,-51,207,-55,333r-100,0r110,-566r5,-92r103,0r-61,313r237,-248r42,-65r134,0r-317,317","w":559,"k":{"C":11,"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00d5":11,"\u00d8":11,"\u00d6":11,"\u00c7":11,"Q":11,"O":11,"G":11}},{"d":"213,-246r-174,-167r40,-65r245,231r-245,231r-40,-65","w":369},{"d":"451,-11r-92,21r-183,-280v-15,89,-39,169,-42,270r-94,0r127,-652r0,-92r104,-11r-91,463r124,-71v36,-21,60,-40,60,-59v0,-19,-30,-32,-30,-32r76,-49v0,0,46,21,46,72v0,86,-118,125,-183,162","w":480},{"d":"318,-161r53,-275v0,0,-50,-8,-65,-8v-86,0,-180,131,-180,283v0,42,15,99,58,99v47,0,133,-99,134,-99xm340,13v-28,-23,-36,-56,-30,-96v0,0,-71,96,-155,96v-61,0,-117,-54,-117,-159v0,-179,105,-359,261,-359v71,0,127,11,167,13r-65,338v-14,72,-12,110,28,154xm441,-672r40,26v-26,40,-45,71,-109,71v-88,0,-116,-78,-175,-3r-40,-26v26,-40,45,-71,109,-71v79,0,124,82,175,3","w":507},{"d":"530,-680r-83,34v45,66,62,152,62,240v0,202,-89,419,-299,419v-144,0,-172,-116,-172,-190v0,-173,124,-328,258,-328v82,0,127,42,127,42v-9,-61,-28,-109,-59,-150r-140,56r-11,-43r118,-48v-26,-21,-57,-38,-94,-49r46,-59v57,14,101,39,134,73r122,-49xm422,-385v0,0,-44,-55,-118,-55v-113,0,-179,150,-179,251v0,78,35,138,103,138v136,0,194,-224,194,-334","w":535},{"d":"267,-658r-113,583r-4,75r-100,0r110,-566r4,-92r103,0xm202,-875r62,0r111,143r-55,20r-94,-93r-110,93r-51,-20","w":295},{"d":"432,-483r-32,72v2,-1,-65,-27,-108,-27v-107,0,-166,123,-166,222v0,80,31,155,119,155v86,0,147,-79,147,-79r0,87v0,0,-55,66,-161,66v-133,0,-193,-96,-193,-206v0,-199,117,-314,253,-314v67,0,141,24,141,24","w":445},{"d":"22,-549r30,-62r113,0r-71,-124r68,-5r57,99r72,-125r38,57r-57,98r144,0r-30,62r-114,0r72,124r-68,5r-57,-98r-72,124r-38,-57r56,-98r-143,0","w":402},{"d":"318,-161r53,-275v0,0,-50,-8,-65,-8v-86,0,-180,131,-180,283v0,42,15,99,58,99v47,0,133,-99,134,-99xm340,13v-28,-23,-36,-56,-30,-96v0,0,-71,96,-155,96v-61,0,-117,-54,-117,-159v0,-179,105,-359,261,-359v71,0,127,11,167,13r-65,338v-14,72,-12,110,28,154xm277,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm461,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":507},{"d":"707,-398v0,132,-148,185,-291,185v-2,81,30,149,116,149v85,0,149,-76,149,-76r0,83v0,0,-52,70,-175,70v-91,0,-145,-52,-167,-123v-45,48,-106,123,-188,123v-61,0,-113,-54,-113,-159v0,-179,104,-361,260,-361v68,0,124,14,154,14v39,0,98,-14,125,-14v88,0,130,47,130,109xm328,-175v-3,-105,28,-190,86,-256v-55,-5,-96,-13,-109,-13v-92,0,-176,131,-176,288v0,46,10,94,50,94v41,0,128,-90,149,-113xm564,-442v-77,0,-126,86,-142,175v25,-1,194,-14,194,-121v0,-23,-9,-54,-52,-54","w":733},{"d":"-62,0r381,-659r63,-12r95,561r28,110r-101,0r-28,-172r-249,0r-98,172r-91,0xm320,-519v-46,95,-101,180,-151,271r194,0r-39,-226xm407,-875r110,0r-194,163r-53,-20","w":549,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":16,"V":27,"T":40}},{"d":"613,-605r-55,63v0,0,-59,-54,-149,-54v-138,0,-257,149,-257,332v0,101,54,202,176,202v32,0,74,-11,106,-21r33,-168r-5,-74r108,0r-57,305v-38,4,-132,33,-207,33v-150,0,-247,-115,-247,-267v0,-234,143,-417,358,-417v126,0,196,66,196,66","w":650,"k":{",":26}},{"d":"280,-402r40,-214v-10,-1,-34,-5,-42,-5v-63,0,-127,96,-127,213v0,28,7,69,33,69v50,0,96,-63,96,-63xm300,-280v-17,-14,-27,-37,-27,-56v-20,21,-60,55,-110,55v-49,0,-93,-40,-93,-119v0,-134,82,-269,202,-269v60,0,132,11,132,11v0,0,-57,296,-57,302v0,23,9,47,29,65","w":405},{"d":"267,-658r-113,583r-4,75r-100,0r110,-566r4,-92r103,0xm184,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm368,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":295},{"d":"615,-606r-55,63v0,0,-59,-53,-149,-53v-138,0,-260,149,-260,332v0,101,57,202,179,202v66,0,135,-36,195,-98r6,93v-73,58,-144,80,-223,80v-150,0,-249,-115,-249,-267v0,-234,145,-417,360,-417v123,0,196,65,196,65","w":605,"k":{",":26}},{"d":"469,-246r-140,-166r51,-64r199,229r-288,229r-27,-64xm240,-246r-140,-166r51,-64r199,229r-288,229r-27,-64","w":619},{"d":"267,-658r-113,583r-4,75r-100,0r110,-566r4,-92r103,0","w":295},{"d":"324,-679r61,21v-146,116,-252,367,-252,577v0,178,49,287,65,295r-64,21v-62,-82,-86,-195,-86,-314v0,-230,103,-482,276,-600","w":318,"k":{"J":-20}},{"d":"146,58r14,-51r29,0v27,39,101,65,101,133v0,50,-48,95,-124,95v-33,0,-68,-11,-94,-31r29,-49v21,25,121,40,121,-14v0,-30,-44,-49,-76,-83","w":402},{"d":"377,-597v-99,0,-236,118,-236,342v0,114,60,197,150,197v137,0,237,-184,237,-337v0,-113,-54,-202,-151,-202xm48,-243v0,-225,125,-427,339,-427v179,0,234,157,234,256v0,248,-144,427,-343,427v-151,0,-230,-119,-230,-256xm481,-875r110,0r-194,163r-53,-20","w":649,"k":{".":25,",":25,"'":20,"\"":20,"T":20}},{"d":"423,-398v0,132,-148,189,-291,189v-2,80,29,145,116,145v82,0,150,-76,150,-76r0,87v0,0,-51,66,-171,66v-123,0,-183,-96,-183,-206v0,-163,99,-314,249,-314v88,0,130,47,130,109xm280,-442v-77,0,-126,86,-142,175v25,-1,194,-14,194,-121v0,-23,-9,-54,-52,-54xm256,-724r62,0r111,143r-55,20r-94,-93r-110,93r-51,-20","w":449},{"w":519},{"d":"692,-658r-113,583r-4,75r-100,0r58,-300r-335,0v-16,100,-45,187,-48,300r-100,0r110,-566r4,-92r103,0r-54,278r335,0v16,-90,42,-171,41,-278r103,0","w":720},{"d":"299,-507v24,0,46,6,67,16r64,-103r55,15r-77,122v30,33,48,82,48,145v0,170,-97,325,-260,325v-29,0,-53,-6,-73,-16r-74,118r-51,-15r84,-135v-35,-41,-45,-101,-45,-145v0,-189,105,-327,262,-327xm216,-54v67,0,152,-82,152,-244v0,-27,-4,-53,-13,-75r-190,303v14,11,31,16,51,16xm274,-441v-107,3,-182,194,-140,323r189,-304v-14,-12,-30,-19,-49,-19","w":496},{"d":"-62,0r381,-659r63,-12r95,561r28,110r-101,0r-28,-172r-249,0r-98,172r-91,0xm320,-519v-46,95,-101,180,-151,271r194,0r-39,-226xm472,-823r40,26v-26,40,-45,71,-109,71v-88,0,-116,-78,-175,-3r-40,-26v26,-40,45,-71,109,-71v79,0,124,82,175,3","w":549,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":16,"V":27,"T":40}},{"d":"174,-745r101,-11r-68,340v0,0,72,-89,162,-89v61,0,113,54,113,159v0,174,-86,359,-260,359v-86,0,-135,-42,-168,-56r117,-610xm192,-331r-48,255v0,0,33,24,84,24v97,0,166,-147,166,-280v0,-70,-32,-98,-63,-98v-58,0,-139,99,-139,99","w":521},{"d":"202,-319r-48,247r63,0v116,0,165,-71,165,-150v0,-56,-36,-97,-133,-97r-47,0xm494,-528v0,81,-67,136,-109,160v51,21,92,71,92,143v0,134,-104,225,-286,225r-141,0r110,-566r4,-92r154,-6v125,-5,176,61,176,136xm216,-392v33,-3,123,5,125,8v33,-33,65,-90,65,-132v0,-39,-27,-81,-100,-77r-51,3","w":536},{"d":"356,-657r-286,901r-74,0r283,-901r77,0","w":356,"k":{"\/":40}},{"d":"-62,0r381,-659r63,-12r95,561r28,110r-101,0r-28,-172r-249,0r-98,172r-91,0xm320,-519v-46,95,-101,180,-151,271r194,0r-39,-226xm199,-875r110,0r111,143r-57,20","w":549,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":16,"V":27,"T":40}},{"d":"271,-755r-133,680r-5,75r-93,0r127,-652r5,-92","w":254},{"d":"333,-164r53,-273v0,0,-47,-6,-80,-6v-117,0,-178,178,-178,280v0,70,31,102,61,102v55,0,142,-104,144,-103xm533,-756r-117,602v-14,72,-14,110,26,154r-89,13v-29,-24,-37,-59,-29,-99v0,0,-82,99,-166,99v-61,0,-118,-57,-118,-162v0,-179,94,-356,273,-356v28,0,86,6,86,6r33,-154r0,-92","w":519},{"d":"418,75r-30,60r-446,0r0,-60r476,0","w":450},{"d":"224,-503r-84,428r-4,75r-94,0r78,-400r5,-92xm31,-724r110,0r111,143r-57,20","w":261},{"d":"421,0r-93,0r61,-325v6,-30,18,-99,-33,-99v-69,0,-167,93,-167,93v-18,110,-48,210,-55,331r-92,0r78,-400r-7,-82r99,-21r-15,97v0,0,101,-100,192,-100v87,0,105,69,92,148v-20,120,-53,226,-60,358xm466,-672r40,26v-26,40,-45,71,-109,71v-88,0,-116,-78,-175,-3r-40,-26v26,-40,45,-71,109,-71v79,0,124,82,175,3","w":541},{"d":"129,-543r4,-112r93,-16r-48,244r-73,1","w":215,"k":{"\u00c1":64,"\u00c2":64,"\u00c3":64,"\u00c0":64,"\u00c6":76,"\u00c5":64,"\u00c4":64,"A":64}},{"w":535},{"d":"-62,0r381,-659r63,-12r95,561r28,110r-101,0r-28,-172r-249,0r-98,172r-91,0xm320,-519v-46,95,-101,180,-151,271r194,0r-39,-226xm441,-791v0,48,-43,88,-91,88v-47,0,-89,-40,-89,-88v0,-48,42,-88,89,-88v48,0,91,40,91,88xm404,-792v0,-29,-26,-53,-53,-53v-29,0,-53,24,-53,53v0,27,22,57,53,57v34,0,53,-30,53,-57","w":549,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":17,"V":28,"T":42}},{"d":"-104,152v88,28,134,-5,199,-91r44,-65r-8,-21r-54,-384r-28,-83r98,-13r50,345r1,72v40,-90,93,-166,140,-248v41,-69,24,-121,5,-156r91,-13v34,74,10,137,-32,205r-244,394v-61,98,-146,149,-214,149v-17,0,-34,-4,-50,-11xm238,-630v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm422,-630v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":450,"k":{".":74,",":74}},{"d":"288,244r-283,-901r76,0r275,901r-68,0","w":356},{"d":"354,-412r-206,166r141,164r-51,64r-198,-229r287,-229xm583,-412r-206,166r141,164r-51,64r-198,-229r287,-229","w":618},{"d":"448,-641r-40,73v0,0,-59,-29,-119,-29v-62,0,-112,41,-112,96v0,126,220,155,220,317v0,118,-99,197,-216,197v-112,0,-169,-44,-169,-44r18,-76v-2,1,72,46,145,46v53,0,128,-31,128,-107v0,-128,-221,-158,-221,-314v0,-113,107,-188,213,-188v90,0,153,29,153,29","w":452},{"d":"122,-662r12,-62r161,0r-155,793r-160,0r13,-63r80,0r130,-668r-81,0","w":278},{"d":"150,-658r186,0v99,0,174,64,174,168v0,111,-71,200,-178,227r167,263r-110,0r-145,-247r-71,1v-14,80,-36,153,-37,246r-100,0r110,-566xm240,-584r-52,264v139,13,226,-49,226,-166v0,-67,-32,-98,-104,-98r-70,0","w":544,"k":{"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00dd":16,"o":5,"e":5,"c":5,"Y":16,"W":11,"V":11,"T":19}},{"d":"62,-309v0,-194,180,-373,417,-349r-175,902r-60,0r61,-316v-143,0,-243,-102,-243,-237xm604,-658r-175,902r-60,0r175,-902r60,0","w":622},{"d":"501,-492r-65,338v-14,72,-14,110,26,154r-89,13v-29,-24,-37,-60,-29,-100v0,0,-99,101,-190,101v-87,0,-105,-69,-92,-148v20,-120,53,-226,60,-358r93,0r-61,325v-6,30,-18,99,33,99v69,0,167,-93,167,-93v18,-110,48,-210,55,-331r92,0","w":546},{"d":"221,-58v80,0,123,-100,123,-175v0,-82,-43,-118,-94,-118v-54,0,-111,43,-111,43v-16,100,-19,250,82,250xm466,-575v-160,-73,-260,49,-310,198v0,0,59,-44,130,-44v76,0,144,54,144,172v0,148,-90,262,-229,262v-108,0,-153,-109,-153,-227v0,-242,181,-549,449,-431"},{"d":"-104,152v88,28,134,-5,199,-91r44,-65r-8,-21r-54,-384r-28,-83r98,-13r50,345r1,72v40,-90,93,-166,140,-248v41,-69,24,-121,5,-156r91,-13v34,74,10,137,-32,205r-244,394v-61,98,-146,149,-214,149v-17,0,-34,-4,-50,-11xm337,-723r110,0r-194,163r-53,-20","w":450,"k":{".":74,",":74}},{"d":"155,-658r181,0v108,0,179,55,179,149v0,168,-129,281,-337,263v-14,80,-36,153,-37,246r-100,0r110,-566xm245,-584r-52,264v144,14,226,-55,226,-178v0,-86,-84,-91,-174,-86","w":515,"k":{"\u00c1":44,"\u00c2":44,"\u00c3":44,"\u00c0":44,"\u00e6":21,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00eb":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":21,"\u00e3":21,"\u00e4":21,"\u00e2":21,"\u00e0":21,"\u00e1":21,"\u00c5":44,"\u00c4":44,".":152,",":152,"A":44,"o":11,"e":11,"c":11,"a":21}},{"d":"3,-139r336,-451r71,22r-71,405r105,0r-35,78r-85,0v-10,59,-22,116,-22,185r-94,0r32,-185r-237,0r0,-54xm257,-163r45,-252r15,-58v-54,103,-125,190,-188,285r-22,25r150,0"},{"w":519},{"d":"621,-414v0,225,-125,427,-339,427v-47,0,-86,-11,-117,-28r-43,68r-51,-15r53,-85v-56,-54,-76,-136,-76,-196v0,-248,144,-427,343,-427v40,0,75,9,105,24r42,-67r55,15r-52,83v53,47,80,121,80,201xm292,-60v99,0,235,-118,235,-342v0,-53,-13,-99,-36,-134r-281,449v22,17,50,27,82,27xm378,-599v-174,2,-298,298,-204,471r279,-448v-22,-15,-47,-23,-75,-23","w":649,"k":{".":25,",":25,"T":20}},{"d":"313,-505v81,0,144,13,144,13v-31,168,-68,359,-68,559v0,109,-107,176,-222,176v-161,0,-211,-106,-211,-106r65,-42v0,0,48,84,154,84v71,0,131,-46,131,-121v0,-41,-10,-93,-5,-135v-9,17,-67,90,-148,90v-61,0,-108,-57,-108,-162v0,-179,84,-356,268,-356xm363,-438v-142,-41,-230,119,-230,275v0,70,27,98,58,98v42,0,118,-90,118,-94","w":490},{"d":"206,13r-71,-13r-58,-409r-28,-83r98,-13v17,136,47,259,53,406v45,-94,101,-178,153,-266v9,-15,13,-31,13,-46v0,-44,-30,-81,-30,-81r89,-13v0,0,19,26,24,65v15,114,41,216,44,341v44,-92,98,-173,148,-259v30,-51,15,-99,-13,-134r89,-13v0,0,25,34,25,83v0,22,-6,51,-23,78r-220,357r-71,-13r-40,-281","w":740,"k":{".":55,",":55}},{"d":"950,-658r-362,671r-60,-13r-62,-360r-216,373r-53,-13r-93,-548r-36,-110r113,0r71,440r5,84v58,-120,126,-228,190,-342v-8,-69,-29,-124,-48,-182r113,0r71,440r5,84r269,-524r93,0","w":882,"k":{"\u00c1":17,"\u00c2":17,"\u00ff":13,"\u00c3":17,"\u00c0":17,"\u00e6":19,"\u00c6":17,"\u00f5":32,"\u00f6":32,"\u00f4":32,"\u00f2":32,"\u00f3":32,"\u00eb":32,"\u00ea":32,"\u00e8":32,"\u00e9":32,"\u00e7":32,"\u00e5":19,"\u00e3":19,"\u00e4":19,"\u00e2":19,"\u00e0":19,"\u00e1":19,"\u00c5":17,"\u00c4":17,";":39,":":39,".":58,"-":19,",":58,"\u00fd":13,"A":17,"y":13,"u":13,"r":13,"o":32,"i":19,"e":32,"c":32,"a":19}},{"d":"149,-641v0,-28,23,-52,52,-52v27,0,51,24,51,52v0,28,-24,54,-51,54v-29,0,-52,-26,-52,-54xm226,-503r-100,514v-26,136,-95,231,-210,232r-21,-75v79,0,127,-53,147,-157r80,-411v0,0,4,-64,5,-92","w":265},{"d":"206,13r-71,-13r-58,-409r-28,-83r98,-13v17,136,47,259,53,406v40,-85,91,-160,138,-238v19,-32,26,-58,26,-80v0,-38,-21,-75,-21,-75r91,-13v0,0,17,40,17,68v0,43,-19,90,-46,132","w":449,"k":{".":74,",":74}},{"d":"287,-325r-10,52v-73,0,-91,65,-94,80r-55,286v-20,102,-100,149,-189,149r12,-62v33,0,82,-10,97,-90r55,-282v13,-65,67,-107,67,-107v0,0,-38,-42,-25,-107r38,-197v15,-80,-31,-90,-64,-90r12,-62v90,0,150,47,130,149r-39,201v-3,15,-8,80,65,80","w":301},{"d":"-104,152v88,28,134,-5,199,-91r44,-65r-8,-21r-54,-384r-28,-83r98,-13r50,345r1,72v40,-90,93,-166,140,-248v41,-69,24,-121,5,-156r91,-13v34,74,10,137,-32,205r-244,394v-61,98,-146,149,-214,149v-17,0,-34,-4,-50,-11","w":450,"k":{".":74,",":74}},{"d":"278,-658r-121,620v-27,138,-126,266,-294,231r22,-83v98,28,163,-50,182,-148r103,-528r5,-92r103,0","w":317},{"d":"377,-597v-99,0,-236,118,-236,342v0,114,60,197,150,197v137,0,237,-184,237,-337v0,-113,-54,-202,-151,-202xm48,-243v0,-225,125,-427,339,-427v179,0,234,157,234,256v0,248,-144,427,-343,427v-151,0,-230,-119,-230,-256xm382,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm566,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":649,"k":{".":25,",":25,"'":20,"\"":20,"T":20}},{"d":"40,-273r10,-52v73,0,90,-65,93,-80r39,-201v20,-102,100,-149,190,-149r-12,62v-33,0,-83,10,-98,90r-38,197v-13,65,-67,107,-67,107v32,32,27,78,21,120r-41,269v-9,49,7,89,64,90r-12,62v-89,-2,-148,-51,-132,-149r44,-274v9,-46,-3,-89,-61,-92","w":301,"k":{"J":-60}},{"d":"50,0r110,-566r4,-92r103,0r-112,582r254,0r-35,76r-324,0","w":426,"k":{"\u00ff":28,"\u00fd":28,"\u00dd":48,"y":28,"Y":48,"W":37,"V":47,"T":58}},{"d":"164,-50v0,35,-28,63,-62,63v-34,0,-62,-28,-62,-63v0,-33,28,-61,62,-61v34,0,62,28,62,61","w":237,"k":{"C":25,"\u00d2":25,"\u00d4":25,"\u00d3":25,"\u00d5":25,"\u00d8":25,"\u00d6":25,"\u00c7":25,"Q":25,"O":25,"G":25}},{"d":"220,-54v67,0,155,-82,155,-244v0,-77,-38,-143,-97,-143v-87,0,-152,133,-152,243v0,82,29,144,94,144xm463,-312v0,170,-90,325,-263,325v-129,0,-162,-118,-162,-193v0,-189,98,-327,265,-327v88,0,160,72,160,195xm291,-724r62,0r111,143r-55,20r-94,-93r-110,93r-51,-20","w":503},{"d":"220,-54v67,0,155,-82,155,-244v0,-77,-38,-143,-97,-143v-87,0,-152,133,-152,243v0,82,29,144,94,144xm463,-312v0,170,-90,325,-263,325v-129,0,-162,-118,-162,-193v0,-189,98,-327,265,-327v88,0,160,72,160,195xm273,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm457,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":503},{"d":"252,-593r-29,101r153,0r-44,68r-123,0v-58,301,-58,308,-58,314v0,31,18,43,44,43v37,0,87,-31,118,-56r0,85v-49,34,-97,51,-143,51v-55,0,-105,-31,-105,-108v0,-13,2,-28,60,-329r-60,0r14,-68r60,0v5,-30,12,-60,17,-90","w":373},{"d":"200,-424r-65,435v-20,136,-94,230,-206,231r-23,-69v78,0,129,-58,145,-162r65,-435r-63,0r11,-68r62,0r11,-73v22,-146,100,-189,177,-189v38,0,77,13,109,34r-45,69v-63,-48,-140,-24,-154,68r-14,91r140,0r-41,68r-109,0","w":302,"k":{".":62,",":62,"f":10}},{"d":"421,0r-93,0r61,-325v6,-30,18,-99,-33,-99v-69,0,-167,93,-167,93v-18,110,-48,210,-55,331r-92,0r78,-400r-7,-82r99,-21r-12,97v0,0,98,-100,189,-100v69,0,95,44,96,102v20,-19,93,-102,194,-102v87,0,105,69,92,148v-20,120,-53,226,-60,358r-93,0r61,-325v6,-30,18,-99,-33,-99v-72,0,-152,80,-171,97v-18,109,-48,206,-54,327","w":829},{"d":"377,-597v-99,0,-236,118,-236,342v0,114,60,197,150,197v137,0,237,-184,237,-337v0,-113,-54,-202,-151,-202xm48,-243v0,-225,125,-427,339,-427v179,0,234,157,234,256v0,248,-144,427,-343,427v-151,0,-230,-119,-230,-256","w":649,"k":{".":26,",":26,"T":21}},{"d":"560,-658r94,0r-77,395v-31,158,-125,276,-277,276v-227,0,-231,-171,-206,-316v20,-117,50,-222,53,-355r104,0r-66,358v-18,94,-30,240,121,240v99,0,168,-91,188,-192r61,-314xm468,-875r110,0r-194,163r-53,-20","w":663},{"d":"267,-658r-113,583r-4,75r-100,0r110,-566r4,-92r103,0xm75,-875r110,0r111,143r-57,20","w":295},{"d":"324,-413r-174,167r174,165r-40,65r-245,-231r245,-231","w":369},{"d":"560,-658r94,0r-77,395v-31,158,-125,276,-277,276v-227,0,-231,-171,-206,-316v20,-117,50,-222,53,-355r104,0r-66,358v-18,94,-30,240,121,240v99,0,168,-91,188,-192r61,-314xm387,-875r62,0r111,143r-55,20r-94,-93r-110,93r-51,-20","w":663},{"d":"50,0r110,-566r4,-92r323,0r-13,72r-220,0r-42,214r203,0r-34,72r-183,0r-43,228r242,0r-35,72r-312,0","w":497},{"d":"714,-658r-112,583r-8,75r-37,0r-299,-423r-34,-62r-77,410r-4,75r-93,0r109,-566r-9,-92r66,0r290,417r33,67r75,-392r4,-92r96,0","w":734},{"d":"280,-748r-55,283r-17,58v0,0,83,-98,169,-98v58,0,110,52,110,159v0,178,-84,359,-261,359v-35,0,-90,-15,-91,-18v-14,80,-35,153,-38,245r-93,0r172,-885r-7,-82xm198,-328r-50,257v0,0,34,16,78,16v106,0,173,-139,173,-277v0,-67,-29,-93,-59,-93v-50,0,-142,97,-142,97","w":530},{"d":"50,0r110,-566r4,-92r323,0r-13,72r-220,0r-42,214r203,0r-34,72r-183,0r-43,228r242,0r-35,72r-312,0xm307,-875r62,0r111,143r-55,20r-94,-93r-110,93r-51,-20","w":497},{"d":"641,-658r-389,671r-58,-13r-93,-548r-36,-110r113,0r71,440r5,84r42,-84r252,-440r93,0","w":582,"k":{"\u00c1":28,"\u00c2":28,"\u00ff":13,"\u00c3":28,"\u00c0":28,"\u00e6":32,"\u00c6":28,"\u00f5":26,"\u00f6":26,"\u00f4":26,"\u00f2":26,"\u00f3":26,"\u00eb":26,"\u00ea":26,"\u00e8":26,"\u00e9":26,"\u00e7":26,"\u00e5":32,"\u00e3":32,"\u00e4":32,"\u00e2":32,"\u00e0":32,"\u00e1":32,"\u00c5":28,"\u00c4":28,";":58,":":58,".":97,"-":39,",":97,"\u00fd":13,"A":28,"y":13,"u":32,"r":32,"o":26,"i":19,"e":26,"c":26,"a":32}},{"d":"551,-320r-70,0r-170,-307r-170,307r-70,0r212,-388r56,0v0,0,198,364,212,388","w":624},{"d":"160,-566r4,-92r323,0r-13,72r-220,0r-42,214r203,0r-34,72r-183,0v-16,100,-45,187,-48,300r-100,0","w":477,"k":{"\u00c1":42,"\u00c2":42,"\u00c3":42,"\u00c0":42,"\u00e6":21,"\u00f5":16,"\u00f6":16,"\u00f4":16,"\u00f2":16,"\u00f3":16,"\u00eb":16,"\u00ea":16,"\u00e8":16,"\u00e9":16,"\u00e7":16,"\u00e5":21,"\u00e3":21,"\u00e4":21,"\u00e2":21,"\u00e0":21,"\u00e1":21,"\u00c5":42,"\u00c4":42,".":65,",":65,"A":42,"o":16,"e":16,"c":16,"a":21}},{"d":"571,-657r-246,325r123,332r-100,0r-92,-260v-58,92,-126,173,-189,260r-97,0r257,-338r-90,-249r-49,-71r120,0r88,244v55,-85,118,-162,177,-243r98,0","w":506},{"d":"-62,0r381,-659r63,-12r95,561r28,110r-101,0r-28,-172r-249,0r-98,172r-91,0xm320,-519v-46,95,-101,180,-151,271r194,0r-39,-226","w":549,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":17,"V":28,"T":42}},{"d":"524,-464r-37,52v-25,-35,-59,-44,-86,-44v-61,0,-94,57,-94,124v0,64,31,128,99,128v57,0,106,-54,106,-54r12,66v0,0,-51,51,-143,51v-96,0,-148,-91,-148,-180v0,-102,58,-195,170,-195v54,0,93,19,121,52xm735,-341v0,209,-141,354,-356,354v-190,0,-324,-141,-324,-325v0,-208,146,-352,365,-352v184,0,315,140,315,323xm673,-328v0,-166,-114,-285,-274,-285v-153,0,-280,121,-280,289v0,162,121,284,282,284v147,0,272,-121,272,-288","w":790},{"d":"377,-597v-99,0,-236,118,-236,342v0,114,60,197,150,197v137,0,237,-184,237,-337v0,-113,-54,-202,-151,-202xm48,-243v0,-225,125,-427,339,-427v179,0,234,157,234,256v0,248,-144,427,-343,427v-151,0,-230,-119,-230,-256xm546,-823r40,26v-26,40,-45,71,-109,71v-88,0,-116,-78,-175,-3r-40,-26v26,-40,45,-71,109,-71v79,0,124,82,175,3","w":649,"k":{".":25,",":25,"T":20}},{"d":"340,-164r53,-272v-2,0,-63,-6,-104,-6v-80,0,-155,146,-155,279v0,70,32,101,63,101v55,0,143,-102,143,-102xm364,141r-5,99r-98,0r62,-317v-15,16,-80,90,-158,90v-61,0,-119,-57,-119,-162v0,-179,90,-356,274,-356v51,0,128,12,167,13","w":523},{"d":"164,-658r246,0v123,0,210,105,210,255v0,213,-139,403,-357,403r-213,0r110,-566xm378,-586r-125,0r-99,514r122,0v130,0,250,-147,250,-319v0,-93,-53,-195,-148,-195","w":658},{"d":"318,-161r53,-275v0,0,-50,-8,-65,-8v-86,0,-180,131,-180,283v0,42,15,99,58,99v47,0,133,-99,134,-99xm340,13v-28,-23,-36,-56,-30,-96v0,0,-71,96,-155,96v-61,0,-117,-54,-117,-159v0,-179,105,-359,261,-359v71,0,127,11,167,13r-65,338v-14,72,-12,110,28,154xm410,-640v0,48,-43,88,-91,88v-47,0,-89,-40,-89,-88v0,-48,42,-88,89,-88v48,0,91,40,91,88xm373,-641v0,-29,-26,-53,-53,-53v-29,0,-53,24,-53,53v0,27,22,57,53,57v34,0,53,-30,53,-57","w":507},{"d":"327,-677r0,696v0,102,-86,154,-177,154v-109,0,-167,-83,-167,-83r13,-69v28,42,73,76,118,83r0,-713v0,-90,90,-137,177,-137v102,0,168,69,168,69r-13,73v-29,-39,-75,-67,-119,-73xm180,-568r0,673v67,-13,81,-54,81,-132r0,-651v-55,8,-81,39,-81,110","w":420},{"d":"423,-398v0,132,-148,189,-291,189v-2,80,29,145,116,145v82,0,150,-76,150,-76r0,87v0,0,-51,66,-171,66v-123,0,-183,-96,-183,-206v0,-163,99,-314,249,-314v88,0,130,47,130,109xm280,-442v-77,0,-126,86,-142,175v25,-1,194,-14,194,-121v0,-23,-9,-54,-52,-54","w":449},{"d":"615,-606r-55,63v0,0,-59,-53,-149,-53v-138,0,-260,149,-260,332v0,101,57,202,179,202v66,0,135,-36,195,-98r6,93v-73,58,-144,80,-223,80v-150,0,-249,-115,-249,-267v0,-234,145,-417,360,-417v123,0,196,65,196,65xm276,58r14,-51r29,0v27,39,101,65,101,133v0,50,-48,95,-124,95v-33,0,-68,-11,-94,-31r29,-49v21,25,121,40,121,-14v0,-30,-44,-49,-76,-83","w":605},{"d":"87,-285r310,0r-20,69r-290,0r0,-69xm295,-407v0,35,-27,63,-60,63v-33,0,-60,-28,-60,-63v0,-33,27,-61,60,-61v33,0,60,28,60,61xm295,-105v0,35,-27,63,-60,63v-33,0,-60,-28,-60,-63v0,-33,27,-61,60,-61v33,0,60,28,60,61","w":473},{"d":"560,-658r94,0r-77,395v-31,158,-125,276,-277,276v-227,0,-231,-171,-206,-316v20,-117,50,-222,53,-355r104,0r-66,358v-18,94,-30,240,121,240v99,0,168,-91,188,-192r61,-314xm260,-875r110,0r111,143r-57,20","w":663},{"d":"603,-184r-148,0r-54,184r-77,0r54,-184r-146,0r-54,184r-77,0r54,-184r-145,0r13,-64r152,0r56,-186r-144,0r12,-64r151,0r48,-160r76,0r-48,160r146,0r48,-160r77,0r-48,160r150,0r-20,64r-148,0r-56,186r149,0xm398,-248r56,-186r-146,0r-56,186r146,0","w":704},{"d":"213,-503r-13,96v0,0,83,-98,169,-98v58,0,110,52,110,159v0,178,-84,359,-261,359v-35,0,-90,-15,-91,-18v-14,80,-35,153,-38,245r-93,0r125,-640r-7,-82xm190,-328r-50,257v0,0,34,16,78,16v106,0,173,-139,173,-277v0,-67,-29,-93,-59,-93v-50,0,-142,97,-142,97","w":522},{"d":"421,0r-93,0r61,-325v6,-30,18,-99,-33,-99v-69,0,-167,93,-167,93v-18,110,-48,210,-55,331r-92,0r126,-648r3,-96r102,-11r-61,300r-15,49v0,0,101,-100,192,-100v87,0,106,69,92,148v-21,120,-53,226,-60,358","w":537},{"d":"560,-658r94,0r-77,395v-31,158,-125,276,-277,276v-227,0,-231,-171,-206,-316v20,-117,50,-222,53,-355r104,0r-66,358v-18,94,-30,240,121,240v99,0,168,-91,188,-192r61,-314","w":663},{"d":"714,-658r-112,583r-8,75r-37,0r-299,-423r-34,-62r-77,410r-4,75r-93,0r109,-566r-9,-92r66,0r290,417r33,67r75,-392r4,-92r96,0xm572,-823r40,26v-26,40,-45,71,-109,71v-88,0,-116,-78,-175,-3r-40,-26v26,-40,45,-71,109,-71v79,0,124,82,175,3","w":734},{"d":"141,-641v0,-28,23,-52,52,-52v27,0,51,24,51,52v0,28,-24,54,-51,54v-29,0,-52,-26,-52,-54xm224,-503r-84,428r-4,75r-94,0r78,-400r5,-92","w":261},{"d":"294,-297v-16,99,-45,185,-47,297r-100,0r56,-290r-97,-297r-39,-71r109,0r82,247r7,40r27,-42r176,-245r95,0","w":508,"k":{"C":5,"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":28,"\u00c2":28,"\u00d5":5,"\u00c3":28,"\u00c0":28,"\u00e6":23,"\u00d8":5,"\u00c6":58,"\u00f5":37,"\u00f6":37,"\u00f4":37,"\u00f2":37,"\u00f3":37,"\u00eb":37,"\u00ea":37,"\u00e8":37,"\u00e9":37,"\u00e7":37,"\u00e5":23,"\u00e3":23,"\u00e4":23,"\u00e2":23,"\u00e0":23,"\u00e1":23,"\u00d6":5,"\u00c7":5,"\u00c5":28,"\u00c4":28,";":57,":":57,".":95,"-":38,",":95,"A":28,"z":16,"w":16,"v":16,"u":22,"t":12,"s":27,"q":37,"p":22,"o":37,"n":22,"m":22,"i":5,"e":37,"c":37,"a":23,"Q":5,"O":5,"G":5}},{"d":"135,-604v0,-35,28,-63,62,-63v34,0,62,28,62,63v0,33,-28,61,-62,61v-34,0,-62,-28,-62,-61xm16,102r130,-578r64,8r-75,468r-5,90","w":264},{"d":"311,-71r225,-262r61,20r-44,223r70,0r-23,54r-57,0v-7,29,-11,60,-13,94r-80,0r19,-94r-158,0r0,-35xm480,-90r26,-142r-122,142r96,0xm556,-571r-330,477r-63,0r342,-497xm48,-286r8,-47r62,0r47,-265r-63,21r-9,-45r157,-53r-62,342r74,0r-13,47r-201,0","w":666},{"d":"55,-582r15,-76r479,0r-15,76r-189,0r-98,507r-4,75r-100,0r112,-582r-200,0","w":495,"k":{"C":21,"\u00d2":21,"\u00d4":21,"\u00d3":21,"\u00c1":42,"\u00c2":42,"\u00ff":54,"\u00d5":21,"\u00c3":42,"\u00c0":42,"\u00e6":68,"\u00d8":21,"\u00c6":82,"\u00f5":68,"\u00f6":68,"\u00f4":68,"\u00f2":68,"\u00f3":68,"\u00eb":68,"\u00ea":68,"\u00e8":68,"\u00e9":68,"\u00e7":68,"\u00e5":68,"\u00e3":68,"\u00e4":68,"\u00e2":68,"\u00e0":68,"\u00e1":68,"\u00d6":21,"\u00c7":21,"\u00c5":42,"\u00c4":42,";":97,":":97,".":117,"-":78,",":117,"\u00fd":54,"A":42,"y":54,"w":25,"u":47,"s":47,"r":47,"o":68,"i":28,"h":25,"e":68,"c":68,"a":68,"T":-18,"Q":21,"O":21,"G":21}},{"d":"13,31v114,7,282,-44,282,-194v0,-71,-68,-89,-123,-97r23,-59v63,-29,128,-70,128,-131v0,-53,-37,-70,-73,-70v-59,0,-119,37,-119,37r-20,-70v0,0,71,-35,150,-35v75,0,148,39,148,123v0,62,-47,129,-132,156v50,7,107,40,107,137v0,183,-192,285,-364,271"},{"d":"50,0r110,-566r4,-92r323,0r-13,72r-220,0r-42,214r203,0r-34,72r-183,0r-43,228r242,0r-35,72r-312,0xm289,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm473,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":497},{"d":"631,-416v-51,281,-54,302,-54,325v0,15,5,43,11,49v125,-51,193,-154,193,-272v0,-140,-88,-281,-277,-281v-212,0,-380,220,-380,417v0,141,63,280,274,307r-59,64v-213,-38,-295,-205,-295,-359v0,-235,186,-492,472,-492v224,0,341,168,341,335v0,198,-159,330,-327,360v-20,-17,-42,-81,-39,-105v-4,0,-65,77,-144,77v-71,0,-117,-62,-117,-153v0,-200,196,-417,428,-347xm490,-117r61,-321v-128,0,-229,144,-229,268v0,55,27,98,73,98v29,0,54,-10,95,-45","w":902},{"d":"171,-50v0,35,-28,63,-62,63v-34,0,-62,-28,-62,-63v0,-33,28,-61,62,-61v34,0,62,28,62,61xm290,-756r-130,578r-64,-8r75,-468r5,-90","w":269},{"d":"224,-503r-84,428r-4,75r-94,0r78,-400r5,-92xm158,-724r62,0r111,143r-55,20r-94,-93r-110,93r-51,-20","w":261},{"d":"426,-489r-41,82v0,0,-37,-12,-57,-12v-68,0,-146,133,-160,205v-13,69,-30,134,-32,214r-94,0r78,-400r-7,-83r99,-20r-20,124v18,-29,74,-128,163,-128v32,0,71,18,71,18","w":391,"k":{"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,".":92,"-":48,",":92,"o":10,"e":9,"c":5}},{"d":"423,-398v0,132,-148,189,-291,189v-2,80,29,145,116,145v82,0,150,-76,150,-76r0,87v0,0,-51,66,-171,66v-123,0,-183,-96,-183,-206v0,-163,99,-314,249,-314v88,0,130,47,130,109xm280,-442v-77,0,-126,86,-142,175v25,-1,194,-14,194,-121v0,-23,-9,-54,-52,-54xm238,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm422,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":449},{"d":"342,-76r-125,-124r-122,122r-52,-52r122,-123r-127,-126r63,-36r114,113r126,-127r38,67r-112,112r124,125","w":429},{"d":"294,-297v-16,99,-45,185,-47,297r-100,0r56,-290r-97,-297r-39,-71r109,0r82,247r7,40r27,-42r176,-245r95,0xm392,-875r110,0r-194,163r-53,-20","w":508,"k":{"C":5,"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":28,"\u00c2":28,"\u00d5":5,"\u00c3":28,"\u00c0":28,"\u00e6":23,"\u00d8":5,"\u00c6":58,"\u00f5":37,"\u00f6":37,"\u00f4":37,"\u00f2":37,"\u00f3":37,"\u00eb":37,"\u00ea":37,"\u00e8":37,"\u00e9":37,"\u00e7":37,"\u00e5":23,"\u00e3":23,"\u00e4":23,"\u00e2":23,"\u00e0":23,"\u00e1":23,"\u00d6":5,"\u00c7":5,"\u00c5":28,"\u00c4":28,";":57,":":57,".":95,"-":38,",":95,"A":28,"z":16,"w":16,"v":16,"u":22,"t":12,"s":27,"q":37,"p":22,"o":37,"n":22,"m":22,"i":5,"e":37,"c":37,"a":23,"Q":5,"O":5,"G":5}},{"d":"394,-310r36,-73v137,-8,213,-66,242,-97r20,79v-22,17,-47,35,-79,51v20,218,-135,363,-313,363v-112,0,-239,-70,-239,-226v0,-93,49,-190,148,-235v-102,-152,25,-307,212,-307v84,0,158,44,158,44r-30,79v0,-2,-65,-49,-132,-49v-78,0,-149,59,-149,129v0,64,49,112,39,126v-90,38,-150,123,-150,207v0,106,78,156,155,156v114,0,229,-116,212,-257v-41,10,-97,14,-130,10","w":704},{"d":"56,-203r360,0r-20,74r-340,0r0,-74xm56,-368r370,0r-20,74r-350,0r0,-74","w":480},{"d":"567,-571r-330,477r-63,0r342,-497xm321,-71r225,-262r61,20r-44,223r70,0r-23,54r-57,0v-7,29,-11,60,-13,94r-80,0r19,-94r-158,0r0,-35xm490,-90r26,-142r-122,142r96,0xm46,-286r-5,-51v65,4,182,-6,182,-70v0,-32,-41,-50,-78,-56r14,-40v41,-17,83,-33,83,-76v0,-71,-115,-24,-124,-18r-13,-45v0,0,50,-25,104,-25v47,0,108,22,108,81v0,39,-29,69,-84,89v40,8,67,43,67,82v-3,99,-139,137,-254,129","w":676},{"d":"39,-284r251,0r-20,74r-231,0r0,-74","w":302},{"d":"345,-756r-17,88v43,5,90,20,124,43r-40,78v-15,-17,-53,-40,-99,-46r-41,213v60,43,125,92,125,193v0,113,-91,192,-201,199r-15,82r-51,0r16,-83v-89,-10,-134,-52,-134,-52r18,-78v23,28,80,51,130,56r45,-231v-59,-44,-123,-94,-123,-188v0,-107,95,-180,195,-187r17,-87r51,0xm304,-168v0,-38,-24,-66,-55,-92r-38,194v47,-12,93,-52,93,-102xm174,-501v0,38,23,64,54,89r34,-180v-50,9,-88,44,-88,91","w":452},{"d":"402,-74r-161,-319r-20,-66r-75,384r-4,75r-92,0r110,-566r4,-92r59,0r207,426r341,-426r68,0r-113,583r-4,75r-100,0r90,-463v-95,138,-207,259,-310,389","w":867},{"d":"381,-507v0,82,-72,150,-153,150v-79,0,-150,-68,-150,-150v0,-82,71,-150,150,-150v81,0,153,68,153,150xm322,-509v0,-49,-46,-90,-93,-90v-50,0,-92,41,-92,90v0,46,39,97,92,97v59,0,93,-51,93,-97xm756,-137v0,82,-72,150,-153,150v-79,0,-150,-68,-150,-150v0,-82,71,-150,150,-150v81,0,153,68,153,150xm697,-139v0,-49,-46,-90,-93,-90v-50,0,-92,41,-92,90v0,46,39,97,92,97v59,0,93,-51,93,-97xm733,-647r-564,647r-84,0r587,-674","w":798},{"d":"318,-161r53,-275v0,0,-50,-8,-65,-8v-86,0,-180,131,-180,283v0,42,15,99,58,99v47,0,133,-99,134,-99xm340,13v-28,-23,-36,-56,-30,-96v0,0,-71,96,-155,96v-61,0,-117,-54,-117,-159v0,-179,105,-359,261,-359v71,0,127,11,167,13r-65,338v-14,72,-12,110,28,154xm168,-724r110,0r111,143r-57,20","w":507},{"d":"46,-286r-5,-51v65,4,182,-6,182,-70v0,-32,-41,-50,-78,-56r14,-40v41,-17,83,-33,83,-76v0,-71,-115,-24,-124,-18r-13,-45v0,0,50,-25,104,-25v47,0,108,22,108,81v0,39,-29,69,-84,89v40,8,67,43,67,82v-3,99,-139,137,-254,129","w":349},{"d":"164,-50v0,35,-28,63,-62,63v-34,0,-62,-28,-62,-63v0,-33,28,-61,62,-61v34,0,62,28,62,61xm214,-326v0,35,-28,63,-62,63v-34,0,-62,-28,-62,-63v0,-33,28,-61,62,-61v34,0,62,28,62,61","w":258},{"d":"199,-724r110,0r-194,163r-53,-20","w":338},{"d":"501,-492r-65,338v-14,72,-14,110,26,154r-89,13v-29,-24,-37,-60,-29,-100v0,0,-99,101,-190,101v-87,0,-105,-69,-92,-148v20,-120,53,-226,60,-358r93,0r-61,325v-6,30,-18,99,33,99v69,0,167,-93,167,-93v18,-110,48,-210,55,-331r92,0xm279,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm463,-631v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":546},{"d":"220,-54v67,0,155,-82,155,-244v0,-77,-38,-143,-97,-143v-87,0,-152,133,-152,243v0,82,29,144,94,144xm463,-312v0,170,-90,325,-263,325v-129,0,-162,-118,-162,-193v0,-189,98,-327,265,-327v88,0,160,72,160,195xm372,-724r110,0r-194,163r-53,-20","w":503},{"d":"221,-326v0,35,-28,63,-62,63v-34,0,-62,-28,-62,-63v0,-33,28,-61,62,-61v34,0,62,28,62,61xm8,136r-22,-42v42,-31,131,-97,67,-142v7,-33,31,-63,68,-63v31,0,56,23,56,54v0,61,-59,141,-169,193","w":258},{"d":"149,-756r0,1010r-71,0r0,-1010r71,0","w":227},{"d":"295,-494r72,31v11,154,-250,260,-249,406v0,45,46,71,86,71v47,0,107,-42,108,-45r21,83v0,5,-81,43,-145,43v-84,0,-167,-52,-167,-145v0,-162,276,-297,276,-425v0,-6,0,-13,-2,-19xm269,-608v0,-35,28,-63,62,-63v34,0,62,28,62,63v0,33,-28,61,-62,61v-34,0,-62,-28,-62,-61","w":415},{"d":"220,-54v67,0,155,-82,155,-244v0,-77,-38,-143,-97,-143v-87,0,-152,133,-152,243v0,82,29,144,94,144xm463,-312v0,170,-90,325,-263,325v-129,0,-162,-118,-162,-193v0,-189,98,-327,265,-327v88,0,160,72,160,195","w":503},{"d":"186,-245v0,35,-27,63,-60,63v-33,0,-60,-28,-60,-63v0,-33,27,-61,60,-61v33,0,60,28,60,61","w":258},{"d":"353,0r-324,0r0,-45v35,-33,292,-253,292,-395v0,-40,-22,-77,-75,-77v-52,0,-122,33,-122,33r-19,-72v-1,1,84,-32,153,-32v91,0,154,52,154,143v0,157,-257,367,-257,367r222,0"},{"d":"318,-161r53,-275v0,0,-50,-8,-65,-8v-86,0,-180,131,-180,283v0,42,15,99,58,99v47,0,133,-99,134,-99xm340,13v-28,-23,-36,-56,-30,-96v0,0,-71,96,-155,96v-61,0,-117,-54,-117,-159v0,-179,105,-359,261,-359v71,0,127,11,167,13r-65,338v-14,72,-12,110,28,154xm376,-724r110,0r-194,163r-53,-20","w":507},{"d":"-62,0r381,-659r63,-12r95,561r28,110r-101,0r-28,-172r-249,0r-98,172r-91,0xm320,-519v-46,95,-101,180,-151,271r194,0r-39,-226xm308,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55xm492,-782v0,31,-23,55,-50,55v-27,0,-50,-24,-50,-55v0,-30,23,-55,50,-55v27,0,50,25,50,55","w":549,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":16,"V":27,"T":40}},{"d":"423,-398v0,132,-148,189,-291,189v-2,80,29,145,116,145v82,0,150,-76,150,-76r0,87v0,0,-51,66,-171,66v-123,0,-183,-96,-183,-206v0,-163,99,-314,249,-314v88,0,130,47,130,109xm280,-442v-77,0,-126,86,-142,175v25,-1,194,-14,194,-121v0,-23,-9,-54,-52,-54xm337,-724r110,0r-194,163r-53,-20","w":449},{"d":"421,0r-93,0r61,-325v6,-30,18,-99,-33,-99v-69,0,-167,93,-167,93v-18,110,-48,210,-55,331r-92,0r78,-400r-7,-82r99,-21r-15,97v0,0,101,-100,192,-100v87,0,105,69,92,148v-20,120,-53,226,-60,358","w":541},{"d":"52,-374r71,0v16,-92,41,-175,41,-284r246,0v123,0,210,105,210,255v0,213,-139,403,-357,403r-213,0r58,-300r-71,0xm380,-595r-125,0r-43,221r131,0r-35,74r-110,0r-45,233r122,0v130,0,251,-152,251,-324v0,-93,-51,-204,-146,-204","w":658},{"d":"338,-724r-12,62r-81,0r-130,668r81,0r-13,63r-160,0r154,-793r161,0","w":288,"k":{"J":-20}},{"d":"220,-54v67,0,155,-82,155,-244v0,-77,-38,-143,-97,-143v-87,0,-152,133,-152,243v0,82,29,144,94,144xm463,-312v0,170,-90,325,-263,325v-129,0,-162,-118,-162,-193v0,-189,98,-327,265,-327v88,0,160,72,160,195xm437,-672r40,26v-26,40,-45,71,-109,71v-88,0,-116,-78,-175,-3r-40,-26v26,-40,45,-71,109,-71v79,0,124,82,175,3","w":503},{"d":"546,-571r-330,477r-63,0r342,-497xm48,-284r8,-47r62,0r47,-265r-63,21r-9,-45r157,-53r-62,342r74,0r-13,47r-201,0xm596,59r-229,0r0,-29v51,-47,189,-163,189,-257v0,-25,-11,-47,-39,-47v-34,0,-79,20,-88,23r-13,-50v0,0,59,-23,109,-23v61,0,108,32,108,92v0,101,-164,236,-164,236r143,0","w":666},{"d":"66,-284r8,-47r62,0r47,-265r-63,21r-9,-45r157,-53r-62,342r74,0r-13,47r-201,0","w":300},{"d":"50,0r110,-566r4,-92r323,0r-13,72r-220,0r-42,214r203,0r-34,72r-183,0r-43,228r242,0r-35,72r-312,0xm388,-875r110,0r-194,163r-53,-20","w":497},{"d":"284,-286r-229,0r0,-29v51,-47,189,-163,189,-257v0,-25,-11,-47,-39,-47v-34,0,-79,20,-88,23r-13,-50v0,0,59,-23,109,-23v61,0,108,32,108,92v0,101,-164,236,-164,236r143,0","w":349}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-179-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("`hTd^ul}[GF&`rspDuPHMhMFSbldTuF&Sb@H[GR=TnVj1~}|S:vkohvKS:vkohTeS:vkohEH1:lfDQ-kTIsfDQ-k1uPfDQ-kTQtKS:vkohMkSr@fDQ-kTu@fDQ-kTI@fDQ-k1IPCS:vkoh.;oPxdo$%*l:ttS:vkoho;aPxdo$%elQFfDQ-k1Gv?S:vkohl*lS;)yhPfDQ-k1Q-xS:vkohn*S:vkohRsS:vkohRuS:vkohRIS:vkohnuS:vkohvHS:vkohobS:vkoh.H`nxdo$%eTs,fDQ-k1~@fDQ-k1QlRZ~?)S:vkohv~S:vkoh1kS:vkohls1H,fDQ-kTQRfDQ-kTQTfDQ-k1~P:S:vkohPeS:vkohluEdxdo$%|1**5S:vkohM;S:vkohE~S:vkohneS:vkohMdZPxdo$%uyPxdo$%Iob@rSrFfDQ-k1~%jTPFfDQ-kTGlfDQ-kTI.=S:vkohPIS:vkohodS:vkohTuSPxfDQ-k1G@QSn@fDQ-k1ITdlsxdo$%uTP-}S:vkob@IS:vkohE;TKDS[=T-%r$.Ph:M@`aolyYERZQvnGS1T[^fD]ite|I*su=5,9)j0&ckxH~}dbK;?CpVF8XF]v,fDQ-kT$TpQr?fDQ-kTIRfDQ-kTIT}TudYS:vkohReS:vkohlIYPxdo$%*1*nyS:vkohTsS:vkohlens?hG.PfDQ-k1QsfDQ-kT$nxRPxdo$%slnxdo$%elbnfDQ-k1~DfDQ-kTIDfDQ-kT$*IfhenS:vkohEx[nsfDQ-k1QPfDQ-k1ulvodxdo$%I1*-eS:vkohnsfsxdo$%s1sxdo$%*ldxdo$%*Tr1FS:vkoh@saZRl@nxdo$%soPxdo$%|o~,fDQ-k1IRfDQ-kTulfDQ-kTIopiPxdo$%|TuFfDQ-k1IfHS:vkohvxS:vkoho}S:vkohv?^sxdo$%*oP0fDQ-kTInfDQ-k1uRfDQ-k1IsfDQ-k1~sfDQ-k1IM|a=lk^hs}`rM|`Zx,YQ-jf$d|a=-j^$dkauxs^uD}[rx=YGM&T|?=^:sk[:oF]K}p[G15ad;5Y~,KDKDfa|*X`$VCTbP}TGnxDGsk^Gn&DPk&1bF0i:DKDdk&TbP}TGnxDGsk^Gn&DPk&1bF0ir;)Sr?=1SRsTSPd[S%0TG?}Sr?I^b},@rV&Dhn~Drej^bleDhsc^|?5^Kl}^uP0TZ*,TuFH`$0,Yhkp`H0,`GD^1d0,Sn}FfP0,SS},`r*t")}catch(e){}delete _cufon_bridge_;return f})({"w":470,"face":{"font-family":"fontin-sans","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"756","descent":"-244","x-height":"13","bbox":"-137 -879 950 254","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+00FF"}}));Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"448,-398v0,135,-149,178,-295,183v0,69,38,123,100,123v84,0,165,-90,165,-90r8,118v0,0,-67,77,-199,77v-137,0,-198,-102,-198,-218v0,-169,107,-314,269,-314v102,0,150,52,150,121xm162,-293v50,-6,158,-12,158,-95v0,-30,-17,-43,-37,-43v-67,0,-104,75,-121,138xm244,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm428,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":459},{"d":"222,-78v58,0,132,-73,132,-227v0,-71,-28,-125,-74,-125v-76,0,-132,120,-132,225v0,75,23,127,74,127xm305,-520v99,0,177,70,177,201v0,176,-104,332,-280,332v-145,0,-179,-120,-179,-200v0,-196,113,-333,282,-333xm151,-724r149,0r103,136r-82,28","w":507},{"d":"252,-520r-85,434r-5,86r-135,0r78,-404r6,-101xm22,-724r149,0r103,136r-82,28","w":282},{"d":"297,-760r-90,462r92,-69v27,-21,50,-39,50,-55v0,-18,-39,-30,-39,-30r103,-67v0,0,68,31,68,88v0,74,-96,124,-160,157r151,258r-122,29r-150,-276v-15,86,-39,163,-40,263r-135,0r125,-645r5,-100","w":490},{"d":"465,102r-529,0v1,0,115,-177,148,-340r5,-25r-61,0r17,-88r61,0r38,-194v28,-145,144,-209,268,-209v115,0,184,64,184,64r-51,90v0,0,-61,-61,-140,-61v-59,0,-117,32,-132,108r-40,202r196,0r-41,88r-172,0v-8,104,-101,273,-100,271r385,0","w":549},{"d":"372,-79r232,-266r85,26r-37,210r70,0r-33,79r-51,0v-7,26,-6,58,-8,89r-115,0r16,-89r-157,0xm546,-109r13,-87r9,-37v-31,47,-64,92,-108,126v26,-3,57,-2,86,-2xm621,-559r-325,470r-102,0r345,-501xm33,-287r13,-71r75,0r36,-204r-58,17r-15,-68r202,-61r-56,316r76,0r-23,71r-250,0","w":750},{"d":"201,-245v0,41,-31,74,-75,74v-44,0,-75,-33,-75,-74v0,-38,31,-75,75,-75v44,0,75,37,75,75","w":258},{"d":"-83,0r379,-660r99,-20r96,555r32,125r-142,0r-26,-155r-225,0r-89,155r-124,0xm310,-491v-36,83,-82,155,-123,233r153,0v-9,-78,-28,-148,-30,-233xm174,-875r149,0r103,136r-82,28","w":552,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":16,"V":27,"T":40}},{"d":"384,-299r36,-97v140,-3,224,-64,262,-103r21,105v0,0,-32,29,-69,44v0,221,-143,363,-334,363v-121,0,-259,-68,-259,-232v0,-94,55,-195,155,-235v-24,-27,-43,-79,-43,-119v0,-109,119,-194,268,-194v91,0,179,50,179,50r-34,108v0,0,-76,-59,-152,-59v-65,0,-126,50,-126,113v0,69,51,107,39,132v-90,38,-150,118,-150,198v0,98,68,138,135,138v100,-1,206,-94,195,-223v-41,11,-83,16,-123,11","w":704},{"d":"411,-178r8,115v0,0,-79,76,-198,76v-136,0,-198,-99,-198,-212v0,-204,123,-321,260,-321v79,0,170,28,170,28r-31,100v0,0,-77,-35,-125,-35v-98,0,-148,110,-148,198v0,71,28,138,106,138v77,0,156,-87,156,-87","w":451},{"d":"371,-600r-17,86v54,8,99,22,99,22r-31,100v0,0,-44,-19,-86,-29r-63,329v71,-12,138,-86,138,-86r8,115v0,0,-66,63,-166,74r-19,98r-61,0r19,-98v-116,-12,-169,-105,-169,-210v0,-208,121,-325,271,-321r16,-80r61,0xm149,-229v0,57,18,111,64,130r63,-326v-84,14,-127,115,-127,196","w":451},{"d":"373,-657r-285,901r-110,0r282,-901r113,0","w":356,"k":{"\/":40}},{"d":"164,0r-137,0r79,-402r-8,-90r141,-28r-16,107v0,0,60,-107,144,-107v39,0,67,15,67,15r-44,111v0,0,-28,-12,-53,-12v-57,0,-127,109,-143,192v-13,68,-29,134,-30,214","w":401,"k":{"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,".":92,"-":48,",":92,"o":10,"e":9,"c":5}},{"d":"376,13v-32,-26,-42,-62,-37,-92v0,0,-75,92,-179,92v-99,0,-128,-72,-112,-162v21,-118,52,-223,57,-356r136,0r-62,327v-3,14,-18,85,28,85v45,0,132,-86,132,-86v19,-108,48,-206,54,-326r134,0r-67,346v-14,72,-6,108,38,155","w":557},{"d":"376,13v-32,-26,-42,-62,-37,-92v0,0,-75,92,-179,92v-99,0,-128,-72,-112,-162v21,-118,52,-223,57,-356r136,0r-62,327v-3,14,-18,85,28,85v45,0,132,-86,132,-86v19,-108,48,-206,54,-326r134,0r-67,346v-14,72,-6,108,38,155xm366,-724r149,0r-200,164r-76,-28","w":557},{"d":"143,-668r206,0v103,0,194,72,194,178v0,161,-140,263,-339,254v-13,76,-32,147,-32,236r-143,0r110,-566xm271,-571r-47,235v107,8,183,-29,183,-147v0,-68,-57,-97,-136,-88","w":528,"k":{"\u00c1":44,"\u00c2":44,"\u00c3":44,"\u00c0":44,"\u00e6":21,"\u00f5":11,"\u00f6":11,"\u00f4":11,"\u00f2":11,"\u00f3":11,"\u00eb":11,"\u00ea":11,"\u00e8":11,"\u00e9":11,"\u00e7":11,"\u00e5":21,"\u00e3":21,"\u00e4":21,"\u00e2":21,"\u00e0":21,"\u00e1":21,"\u00c5":44,"\u00c4":44,".":152,",":152,"A":44,"o":11,"e":11,"c":11,"a":21}},{"d":"365,-576v0,91,-80,167,-170,167v-88,0,-167,-76,-167,-167v0,-91,79,-167,167,-167v90,0,170,76,170,167xm275,-577v0,-42,-39,-77,-79,-77v-42,0,-78,35,-78,77v0,39,33,82,78,82v50,0,79,-43,79,-82","w":409},{"d":"448,-398v0,135,-149,178,-295,183v0,69,38,123,100,123v84,0,165,-90,165,-90r8,118v0,0,-67,77,-199,77v-137,0,-198,-102,-198,-218v0,-169,107,-314,269,-314v102,0,150,52,150,121xm162,-293v50,-6,158,-12,158,-95v0,-30,-17,-43,-37,-43v-67,0,-104,75,-121,138xm116,-724r149,0r103,136r-82,28","w":459},{"d":"343,-401r-153,155r153,153r-45,90r-269,-244r269,-244","w":379},{"d":"672,-668r-395,681r-95,-20r-92,-537r-40,-124r155,0r68,404r5,77r32,-74r230,-407r132,0","w":622,"k":{"\u00c1":28,"\u00c2":28,"\u00ff":13,"\u00c3":28,"\u00c0":28,"\u00e6":32,"\u00c6":28,"\u00f5":26,"\u00f6":26,"\u00f4":26,"\u00f2":26,"\u00f3":26,"\u00eb":26,"\u00ea":26,"\u00e8":26,"\u00e9":26,"\u00e7":26,"\u00e5":32,"\u00e3":32,"\u00e4":32,"\u00e2":32,"\u00e0":32,"\u00e1":32,"\u00c5":28,"\u00c4":28,";":58,":":58,".":97,"-":39,",":97,"\u00fd":13,"A":28,"y":13,"u":32,"r":32,"o":26,"i":19,"e":26,"c":26,"a":32}},{"d":"35,0r110,-566r4,-102r361,0r-17,99r-216,0r-36,177r202,0r-37,99r-184,0r-36,194r242,0r-39,99r-354,0xm349,-875r149,0r-200,164r-76,-28","w":505},{"w":270},{"d":"511,-348r45,89v-37,38,-97,67,-159,67v-84,0,-141,-56,-218,-56v-33,0,-74,12,-104,46r-41,-88v36,-31,89,-64,154,-64v93,0,147,56,213,56v32,0,67,-12,110,-50","w":588},{"d":"550,-668r131,0r-78,402v-32,164,-136,279,-298,279v-238,0,-251,-165,-224,-323v20,-118,49,-223,51,-358r147,0r-67,365v-15,82,-29,219,99,219v87,0,157,-81,175,-175r59,-307xm360,-788v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm544,-788v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":676},{"d":"320,-173v-17,7,-55,21,-100,21v-87,0,-164,-58,-164,-184v0,-155,98,-262,249,-262v122,0,173,115,173,239v0,204,-114,470,-357,470v-57,0,-136,-20,-134,-22r35,-97v30,13,70,22,107,22v105,0,160,-91,191,-187xm256,-246v38,0,74,-14,88,-20v17,-89,27,-237,-59,-237v-67,0,-103,81,-103,151v0,74,34,106,74,106"},{"d":"395,-61r-146,-267r-26,-85r-60,328r-4,85r-124,0r106,-566r-4,-102r92,0r205,410r333,-410r94,0r-114,583r-4,85r-141,0r80,-408r-53,83","w":875},{"d":"143,-668r206,0v103,0,194,72,194,178v0,111,-68,195,-174,233r164,257r-152,0r-136,-236r-41,0v-13,76,-32,147,-32,236r-143,0r110,-566xm271,-571r-47,235v107,8,183,-29,183,-147v0,-68,-57,-97,-136,-88","w":557,"k":{"\u00f5":5,"\u00f6":5,"\u00f4":5,"\u00f2":5,"\u00f3":5,"\u00eb":5,"\u00ea":5,"\u00e8":5,"\u00e9":5,"\u00e7":5,"\u00dd":16,"o":5,"e":5,"c":5,"Y":16,"W":11,"V":11,"T":19}},{"d":"35,0r110,-566r4,-102r361,0r-17,99r-216,0r-36,177r202,0r-37,99r-184,0r-36,194r242,0r-39,99r-354,0","w":505},{"d":"550,-668r131,0r-78,402v-32,164,-136,279,-298,279v-238,0,-251,-165,-224,-323v20,-118,49,-223,51,-358r147,0r-67,365v-15,82,-29,219,99,219v87,0,157,-81,175,-175r59,-307xm352,-875r102,0r102,133r-81,30r-79,-93r-95,93r-75,-30","w":676},{"d":"252,-520r-85,434r-5,86r-135,0r78,-404r6,-101xm142,-724r102,0r102,133r-81,30r-79,-93r-95,93r-75,-30","w":282},{"d":"261,49r13,-41v-132,-22,-216,-127,-216,-268v0,-241,154,-418,381,-418v106,0,206,67,206,67r-62,90v0,1,-77,-60,-152,-60v-127,0,-240,135,-240,311v0,95,51,181,159,181v123,0,212,-110,212,-110r9,121v0,0,-84,81,-219,90v34,32,94,57,94,107v0,130,-175,144,-258,77r36,-69v21,24,61,31,82,31v20,0,39,-7,39,-27v0,-30,-66,-49,-84,-82","w":614},{"d":"232,-347v40,0,93,-55,93,-169v0,-52,-19,-93,-50,-93v-54,0,-93,89,-93,168v0,55,15,94,50,94xm294,-678v77,0,139,52,139,151v0,133,-80,250,-216,250v-114,0,-141,-91,-141,-151v0,-148,87,-250,218,-250","w":457},{"d":"306,-165r50,-266v-16,-2,-37,-4,-45,-4v-76,0,-160,121,-160,267v0,37,10,82,41,82v49,0,114,-79,114,-79xm342,13v-32,-27,-42,-60,-37,-83v0,0,-70,83,-145,83v-71,0,-137,-53,-137,-166v0,-185,113,-367,281,-367v46,0,114,10,191,15r-67,346v-14,72,-6,108,38,155xm275,-724r102,0r102,133r-81,30r-79,-93r-95,93r-75,-30","w":521},{"d":"202,13v-108,0,-188,-65,-188,-154v0,-103,67,-151,154,-210v-47,-47,-73,-95,-73,-151v0,-117,97,-176,195,-176v111,0,166,67,166,132v0,80,-69,142,-124,181v53,51,93,102,93,170v0,126,-111,208,-223,208xm300,-174v0,-62,-73,-119,-73,-119v0,0,-93,63,-93,132v0,44,31,78,77,78v54,0,89,-50,89,-91xm214,-525v0,46,30,74,56,101v41,-33,67,-64,67,-106v0,-36,-21,-64,-60,-64v-43,0,-63,37,-63,69"},{"d":"30,-724r149,0r103,136r-82,28","w":338},{"d":"35,0r110,-566r4,-102r361,0r-17,99r-216,0r-36,177r202,0r-37,99r-184,0r-36,194r242,0r-39,99r-354,0xm145,-875r149,0r103,136r-82,28","w":505},{"d":"630,-611r-62,90v0,1,-77,-60,-152,-60v-127,0,-240,135,-240,311v0,95,51,181,159,181v123,0,212,-110,212,-110r9,121v0,0,-93,91,-243,91v-162,0,-270,-114,-270,-273v0,-241,154,-418,381,-418v106,0,206,67,206,67","w":617,"k":{",":26}},{"d":"382,-582v-91,0,-216,105,-216,321v0,107,52,177,130,177v125,0,217,-169,217,-317v0,-106,-47,-181,-131,-181xm33,-249v0,-231,132,-429,359,-429v194,0,254,154,254,258v0,255,-152,433,-363,433v-164,0,-250,-119,-250,-262xm357,-788v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm541,-788v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":659,"k":{".":25,",":25,"'":20,"\"":20,"T":20}},{"d":"325,-291v-16,96,-43,180,-44,291r-143,0r57,-290r-96,-291r-47,-87r151,0v27,89,64,167,83,264v53,-95,120,-176,179,-264r135,0","w":535,"k":{"\u00d2":5,"\u00d4":5,"\u00d3":5,"\u00c1":28,"\u00c2":28,"\u00d5":5,"\u00c3":28,"\u00c0":28,"\u00e6":23,"\u00d8":5,"\u00c6":58,"\u00f5":37,"\u00f6":37,"\u00f4":37,"\u00f2":37,"\u00f3":37,"\u00eb":37,"\u00ea":37,"\u00e8":37,"\u00e9":37,"\u00e7":37,"\u00e5":23,"\u00e3":23,"\u00e4":23,"\u00e2":23,"\u00e0":23,"\u00e1":23,"\u00d6":5,"\u00c7":5,"\u00c5":28,"\u00c4":28,";":57,":":57,".":95,"-":38,",":95,"A":28,"z":16,"w":16,"v":16,"u":22,"t":12,"s":27,"q":37,"p":22,"o":37,"n":22,"m":22,"i":5,"e":37,"c":37,"a":23,"Q":5,"O":5,"G":5,"C":5}},{"d":"252,-520r-85,434r-5,86r-135,0r78,-404r6,-101xm226,-724r149,0r-200,164r-76,-28","w":282},{"d":"121,-37r-56,-370r-31,-94r139,-19v16,130,45,247,48,390v35,-76,78,-144,120,-213v16,-26,23,-50,23,-75v0,-37,-27,-83,-27,-83r131,-19v0,0,23,45,23,87v0,40,-16,82,-49,134r-251,399v-85,120,-174,165,-296,131r-6,-110v0,0,39,15,73,15v40,0,83,-19,126,-81r45,-64xm305,-723r149,0r-200,164r-76,-28","w":486},{"d":"306,-165r50,-266v-16,-2,-37,-4,-45,-4v-76,0,-160,121,-160,267v0,37,10,82,41,82v49,0,114,-79,114,-79xm342,13v-32,-27,-42,-60,-37,-83v0,0,-70,83,-145,83v-71,0,-137,-53,-137,-166v0,-185,113,-367,281,-367v46,0,114,10,191,15r-67,346v-14,72,-6,108,38,155xm155,-724r149,0r103,136r-82,28","w":521},{"d":"450,-620v0,-37,-37,-52,-70,-52v-67,0,-118,41,-126,91r-94,582v-23,141,-105,240,-239,241r-23,-93v72,0,126,-59,141,-152v22,-141,44,-268,65,-409r-63,0r14,-92r62,0r10,-62v23,-143,138,-199,249,-199v103,0,196,41,196,135v0,111,-163,179,-163,243v0,67,133,118,133,221v0,98,-89,179,-219,179v-70,0,-114,-39,-114,-39r31,-91v1,1,45,38,92,38v34,0,77,-22,77,-65v0,-85,-119,-119,-119,-210v0,-121,160,-186,160,-266","w":570},{"d":"448,0r-135,0r62,-327v3,-14,18,-85,-23,-85v-53,0,-135,76,-135,76v-19,111,-49,212,-56,336r-134,0r79,-402r-9,-86r143,-31r-11,83v0,0,75,-84,169,-84v102,0,125,77,109,164v-21,118,-53,224,-59,356","w":553},{"d":"382,-582v-91,0,-216,105,-216,321v0,107,52,177,130,177v125,0,217,-169,217,-317v0,-106,-47,-181,-131,-181xm33,-249v0,-231,132,-429,359,-429v194,0,254,154,254,258v0,255,-152,433,-363,433v-164,0,-250,-119,-250,-262xm349,-875r102,0r102,133r-81,30r-79,-93r-95,93r-75,-30","w":659,"k":{".":25,",":25,"'":20,"\"":20,"T":20}},{"d":"35,0r110,-566r4,-102r361,0r-17,99r-216,0r-36,177r202,0r-37,99r-184,0r-36,194r242,0r-39,99r-354,0xm273,-788v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm457,-788v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":505},{"d":"632,-174r-141,0r-52,174r-118,0r53,-174r-121,0r-52,174r-118,0r53,-174r-135,0r18,-94r145,0r48,-156r-135,0r18,-94r144,0r45,-150r117,0r-46,150r121,0r45,-150r118,0r-46,150r144,0r-29,94r-141,0r-48,156r143,0xm402,-268r48,-156r-121,0r-48,156r121,0","w":726},{"d":"182,-724r149,0r-200,164r-76,-28","w":338},{"d":"296,-668r-114,583r-4,85r-143,0r111,-568r4,-100r146,0xm255,-875r149,0r-200,164r-76,-28","w":309},{"d":"337,-62r-118,-117r-115,115r-71,-72r115,-116r-124,-122r90,-51r102,104r125,-126r53,94r-104,103r117,118","w":439},{"d":"325,-291v-16,96,-43,180,-44,291r-143,0r57,-290r-96,-291r-47,-87r151,0v27,89,64,167,83,264v53,-95,120,-176,179,-264r135,0xm387,-875r149,0r-200,164r-76,-28","w":535},{"d":"-83,0r379,-660r99,-20r96,555r32,125r-142,0r-26,-155r-225,0r-89,155r-124,0xm310,-491v-36,83,-82,155,-123,233r153,0v-9,-78,-28,-148,-30,-233xm294,-875r102,0r102,133r-81,30r-79,-93r-95,93r-75,-30","w":552,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":55,"y":26,"w":26,"v":26,"Y":55,"W":16,"V":27,"T":40}},{"d":"29,0r124,-634r9,-112r145,-10r-29,148v143,-13,253,51,253,178v0,161,-140,263,-339,254v-11,54,-19,111,-20,176r-143,0xm259,-511r-47,235v107,8,183,-29,183,-147v0,-68,-57,-97,-136,-88","w":516},{"d":"721,-668r-114,583r-4,85r-143,0r56,-282r-295,0v-16,92,-43,174,-43,282r-143,0r111,-566r4,-102r146,0r-56,277r295,0r36,-175r4,-102r146,0","w":734},{"d":"-83,0r379,-660r99,-20r96,555r32,125r-142,0r-26,-155r-225,0r-89,155r-124,0xm310,-491v-36,83,-82,155,-123,233r153,0v-9,-78,-28,-148,-30,-233xm378,-875r149,0r-200,164r-76,-28","w":552,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":16,"V":27,"T":40}},{"d":"239,13r-113,-20r-61,-400r-31,-94r139,-19v16,130,45,247,48,390v35,-76,78,-144,120,-213v16,-26,23,-50,23,-75v0,-37,-27,-83,-27,-83r131,-19v30,66,41,215,57,305r3,85v35,-76,78,-144,120,-213v16,-26,23,-50,23,-75v0,-37,-27,-83,-27,-83r131,-19v0,0,23,45,23,87v0,40,-16,82,-49,134r-203,312r-113,-20r-36,-236","w":781,"k":{".":55,",":55}},{"d":"665,-486v-30,64,-79,284,-79,389v0,24,7,43,7,43v99,-38,173,-178,173,-268v0,-135,-95,-258,-255,-258v-203,0,-381,187,-381,383v0,139,91,287,279,314r-70,89v-508,-133,-355,-876,197,-874v193,0,337,155,337,326v0,210,-162,374,-376,389v-25,-35,-33,-98,-33,-98v0,0,-47,60,-119,60v-90,0,-130,-73,-130,-158v0,-207,222,-420,450,-337xm465,-118r60,-300v-111,16,-180,142,-180,255v0,39,12,71,46,71v38,0,74,-26,74,-26","w":902},{"d":"736,-398v0,135,-149,178,-295,183v0,69,38,123,100,123v84,0,165,-90,165,-90r8,118v0,0,-67,77,-199,77v-90,0,-147,-43,-176,-106v-41,50,-104,106,-179,106v-71,0,-137,-53,-137,-166v0,-185,113,-367,281,-367v39,0,98,17,162,17v40,0,78,-16,120,-16v102,0,150,52,150,121xm192,-86v49,0,114,-77,126,-92v-6,-101,22,-184,74,-249r-81,-8v-76,0,-160,121,-160,267v0,37,10,82,41,82xm450,-293v50,-6,158,-12,158,-95v0,-30,-17,-43,-37,-43v-67,0,-104,75,-121,138","w":747},{"d":"371,-400r-193,155r129,151r-72,90r-210,-244r307,-244xm640,-400r-193,155r129,151r-72,90r-210,-244r307,-244","w":660},{"d":"106,114r-104,-22r339,-569r-259,0r-20,-108r430,0r21,25"},{"d":"3,101r-10,-93v7,1,16,1,26,1v87,0,256,-32,256,-166v0,-65,-63,-86,-127,-94r29,-74v57,-20,125,-66,125,-124v0,-35,-35,-52,-65,-52v-57,0,-131,37,-132,36r-18,-102v0,0,95,-33,174,-33v85,0,168,49,168,135v0,58,-47,125,-121,153v47,12,96,62,96,142v0,190,-205,283,-401,271"},{"d":"296,-668r-114,583r-4,85r-143,0r111,-568r4,-100r146,0","w":309},{"d":"226,-310r-40,213v111,13,181,-41,181,-128v0,-57,-58,-93,-141,-85xm516,-528v0,75,-59,133,-107,157v49,27,88,81,88,140v0,121,-103,231,-288,231r-174,0r110,-568r4,-100r183,-10v119,-7,184,68,184,150xm244,-404v39,0,62,-1,102,7v44,-55,81,-182,-29,-182r-39,2","w":543},{"d":"375,-580v-89,0,-150,78,-186,168v17,-7,52,-21,97,-21v87,0,164,58,164,184v0,155,-98,262,-249,262v-122,0,-173,-115,-173,-239v0,-210,138,-452,352,-452v70,0,139,27,139,27r-38,100v0,0,-54,-29,-106,-29xm250,-339v-38,0,-74,14,-88,20v-17,89,-27,237,59,237v67,0,103,-81,103,-151v0,-74,-34,-106,-74,-106"},{"w":270},{"d":"186,-160r0,-114r-143,0r0,-98r143,0r0,-135r110,30r0,105r151,0r-25,98r-126,0r0,114r-110,0xm67,-104r352,0r-28,104r-324,0r0,-104","w":481},{"d":"382,-582v-91,0,-216,105,-216,321v0,107,52,177,130,177v125,0,217,-169,217,-317v0,-106,-47,-181,-131,-181xm33,-249v0,-231,132,-429,359,-429v194,0,254,154,254,258v0,255,-152,433,-363,433v-164,0,-250,-119,-250,-262xm512,-831r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":659,"k":{".":25,",":25,"T":20}},{"d":"43,-201r398,0r-25,94r-373,0r0,-94xm43,-386r408,0r-25,94r-383,0r0,-94","w":490},{"d":"121,-37r-56,-370r-31,-94r139,-19v16,130,45,247,48,390v35,-76,78,-144,120,-213v16,-26,23,-50,23,-75v0,-37,-27,-83,-27,-83r131,-19v0,0,23,45,23,87v0,40,-16,82,-49,134r-251,399v-85,120,-174,165,-296,131r-6,-110v0,0,39,15,73,15v40,0,83,-19,126,-81r45,-64","w":486,"k":{".":74,",":74}},{"d":"361,-734r-17,87r-86,0r-122,628r86,0r-18,88r-200,0r156,-803r201,0","w":288,"k":{"J":-20}},{"d":"448,-398v0,135,-149,178,-295,183v0,69,38,123,100,123v84,0,165,-90,165,-90r8,118v0,0,-67,77,-199,77v-137,0,-198,-102,-198,-218v0,-169,107,-314,269,-314v102,0,150,52,150,121xm162,-293v50,-6,158,-12,158,-95v0,-30,-17,-43,-37,-43v-67,0,-104,75,-121,138xm320,-724r149,0r-200,164r-76,-28","w":459},{"d":"158,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm342,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":384},{"d":"174,-756r0,1010r-111,0r0,-1010r111,0","w":237},{"d":"289,-96r193,-155r-129,-151r72,-90r210,244r-307,244xm20,-96r193,-155r-129,-151r72,-90r210,244r-307,244","w":660},{"d":"382,-582v-91,0,-216,105,-216,321v0,107,52,177,130,177v125,0,217,-169,217,-317v0,-106,-47,-181,-131,-181xm33,-249v0,-231,132,-429,359,-429v194,0,254,154,254,258v0,255,-152,433,-363,433v-164,0,-250,-119,-250,-262xm229,-875r149,0r103,136r-82,28","w":659,"k":{".":25,",":25,"T":20}},{"d":"222,-78v58,0,132,-73,132,-227v0,-71,-28,-125,-74,-125v-76,0,-132,120,-132,225v0,75,23,127,74,127xm305,-520v99,0,177,70,177,201v0,176,-104,332,-280,332v-145,0,-179,-120,-179,-200v0,-196,113,-333,282,-333xm271,-724r102,0r102,133r-81,30r-79,-93r-95,93r-75,-30","w":507},{"d":"222,-78v58,0,132,-73,132,-227v0,-71,-28,-125,-74,-125v-76,0,-132,120,-132,225v0,75,23,127,74,127xm305,-520v99,0,177,70,177,201v0,176,-104,332,-280,332v-145,0,-179,-120,-179,-200v0,-196,113,-333,282,-333xm355,-724r149,0r-200,164r-76,-28","w":507},{"d":"33,-249v0,-265,191,-495,464,-410r38,-61r71,18r-49,78v65,55,89,139,89,204v0,255,-152,433,-363,433v-42,0,-79,-8,-110,-22r-45,72r-62,-23r51,-83v-55,-49,-84,-123,-84,-206xm296,-84v155,-1,267,-264,193,-430r-257,411v18,13,40,19,64,19xm382,-582v-91,0,-216,105,-216,321v0,41,7,77,21,105r253,-411v-17,-9,-36,-15,-58,-15","w":659},{"d":"296,-668r-114,583r-4,85r-143,0r111,-568r4,-100r146,0xm179,-788v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm363,-788v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":309},{"d":"-83,0r379,-660r99,-20r96,555r32,125r-142,0r-26,-155r-225,0r-89,155r-124,0xm310,-491v-36,83,-82,155,-123,233r153,0v-9,-78,-28,-148,-30,-233xm429,-791v0,48,-43,88,-91,88v-47,0,-89,-40,-89,-88v0,-48,42,-88,89,-88v48,0,91,40,91,88xm339,-745v58,-1,53,-91,0,-90v-24,0,-43,20,-43,43v0,22,18,47,43,47","w":552,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":17,"V":28,"T":42}},{"d":"121,-37r-56,-370r-31,-94r139,-19v16,130,45,247,48,390v35,-76,78,-144,120,-213v16,-26,23,-50,23,-75v0,-37,-27,-83,-27,-83r131,-19v0,0,23,45,23,87v0,40,-16,82,-49,134r-251,399v-85,120,-174,165,-296,131r-6,-110v0,0,39,15,73,15v40,0,83,-19,126,-81r45,-64xm254,-636v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm438,-636v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":486,"k":{".":74,",":74}},{"d":"6,0r17,-96r95,0r63,-356r-107,32r-8,-99r268,-86r-92,509r120,0r-25,96r-331,0","w":380},{"d":"-13,111r140,-575r89,11r-66,451r-4,93xm122,-594v0,-41,31,-74,75,-74v44,0,75,33,75,74v0,38,-31,75,-75,75v-44,0,-75,-37,-75,-75","w":264},{"d":"514,65r-33,80r-481,0r0,-80r514,0","w":493},{"d":"252,-520r-85,434r-5,86r-135,0r78,-404r6,-101xm143,-653v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67","w":282},{"d":"35,0r110,-566r4,-102r361,0r-17,99r-216,0r-36,177r202,0r-37,99r-184,0r-36,194r242,0r-39,99r-354,0xm265,-875r102,0r102,133r-81,30r-79,-93r-95,93r-75,-30","w":505},{"d":"82,-357r91,0r-71,-224r-48,-87r152,0v26,90,63,168,80,267v55,-96,123,-177,184,-267r134,0r-234,311r113,0r-34,84r-126,0r-16,79r134,0r-34,84r-116,0v-8,32,-7,73,-10,110r-141,0r21,-110r-127,0r16,-84r127,0r16,-79r-127,0","w":535},{"d":"376,13v-32,-26,-42,-62,-37,-92v0,0,-75,92,-179,92v-99,0,-128,-72,-112,-162v21,-118,52,-223,57,-356r136,0r-62,327v-3,14,-18,85,28,85v45,0,132,-86,132,-86v19,-108,48,-206,54,-326r134,0r-67,346v-14,72,-6,108,38,155xm290,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm474,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":557},{"w":519},{"d":"294,0r31,-164r-172,0r-109,164r-123,0r454,-668r417,0r-19,99r-239,0r-34,177r211,0r-44,99r-186,0r-38,194r252,0r-44,99r-357,0xm216,-258r128,0r63,-294","w":787},{"d":"448,-398v0,135,-149,178,-295,183v0,69,38,123,100,123v84,0,165,-90,165,-90r8,118v0,0,-67,77,-199,77v-137,0,-198,-102,-198,-218v0,-169,107,-314,269,-314v102,0,150,52,150,121xm162,-293v50,-6,158,-12,158,-95v0,-30,-17,-43,-37,-43v-67,0,-104,75,-121,138xm236,-724r102,0r102,133r-81,30r-79,-93r-95,93r-75,-30","w":459},{"d":"5,-166r359,-434r103,18r-67,379r96,0r-39,108r-76,0v-12,60,-22,123,-22,195r-136,0r34,-195r-248,0xm278,-203r28,-156r21,-77v-54,83,-113,161,-178,233r129,0"},{"d":"582,-320r-113,0r-154,-281r-155,281r-110,0r223,-388r86,0","w":634},{"d":"495,-579r-67,108v33,34,54,85,54,152v2,198,-138,376,-350,321r-76,122r-62,-23r83,-134v-42,-42,-54,-106,-54,-154v0,-196,113,-333,282,-333v23,0,44,4,64,11r55,-88xm280,-430v-89,2,-157,163,-128,283v48,-96,109,-180,162,-271v-10,-8,-22,-12,-34,-12xm222,-78v58,0,135,-73,135,-227v0,-15,-4,-38,-7,-51v-47,97,-109,178,-162,269v10,6,21,9,34,9","w":507},{"d":"-83,0r379,-660r99,-20r96,555r32,125r-142,0r-26,-155r-225,0r-89,155r-124,0xm310,-491v-36,83,-82,155,-123,233r153,0v-9,-78,-28,-148,-30,-233xm302,-788v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm486,-788v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":552,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":16,"V":27,"T":40}},{"d":"237,-476r-13,39v0,0,69,-83,150,-83v69,0,130,56,130,171v0,208,-124,412,-353,350v-14,77,-33,149,-34,239r-136,0r173,-887r-8,-89r147,-29xm225,-79v94,0,151,-124,151,-256v0,-58,-19,-81,-42,-81v-40,0,-118,82,-118,82r-48,245v0,0,33,10,57,10","w":532},{"d":"550,-668r131,0r-78,402v-32,164,-136,279,-298,279v-238,0,-251,-165,-224,-323v20,-118,49,-223,51,-358r147,0r-67,365v-15,82,-29,219,99,219v87,0,157,-81,175,-175r59,-307","w":676},{"d":"-17,0r0,-29r265,-344r36,-40r-246,0r45,-92r388,0r0,29r-265,345r-35,39r278,0r-18,92r-448,0","w":468},{"d":"306,-165r50,-266v-16,-2,-37,-4,-45,-4v-76,0,-160,121,-160,267v0,37,10,82,41,82v49,0,114,-79,114,-79xm342,13v-32,-27,-42,-60,-37,-83v0,0,-70,83,-145,83v-71,0,-137,-53,-137,-166v0,-185,113,-367,281,-367v46,0,114,10,191,15r-67,346v-14,72,-6,108,38,155","w":521},{"d":"376,13v-32,-26,-42,-62,-37,-92v0,0,-75,92,-179,92v-99,0,-128,-72,-112,-162v21,-118,52,-223,57,-356r136,0r-62,327v-3,14,-18,85,28,85v45,0,132,-86,132,-86v19,-108,48,-206,54,-326r134,0r-67,346v-14,72,-6,108,38,155xm162,-724r149,0r103,136r-82,28","w":557},{"d":"240,-520r-12,82v0,0,65,-82,146,-82v69,0,130,56,130,171v0,208,-124,412,-353,350v-14,77,-33,149,-34,239r-136,0r125,-645r-8,-84xm225,-79v94,0,151,-124,151,-256v0,-58,-19,-81,-42,-81v-40,0,-118,82,-118,82r-48,245v0,0,33,10,57,10","w":532},{"d":"34,-93r153,-155r-153,-153r45,-90r269,244r-269,244","w":379},{"d":"228,-413r-61,414v-21,141,-108,240,-243,241r-33,-93v80,0,138,-59,152,-152r61,-410r-63,0r14,-92r62,0r10,-61v24,-146,110,-198,197,-198v71,0,128,39,128,39r-54,98v0,0,-35,-30,-77,-30v-29,0,-59,22,-68,76r-12,76r129,0r-48,92r-94,0","w":316,"k":{".":62,",":62}},{"d":"306,-165r50,-266v-16,-2,-37,-4,-45,-4v-76,0,-160,121,-160,267v0,37,10,82,41,82v49,0,114,-79,114,-79xm342,13v-32,-27,-42,-60,-37,-83v0,0,-70,83,-145,83v-71,0,-137,-53,-137,-166v0,-185,113,-367,281,-367v46,0,114,10,191,15r-67,346v-14,72,-6,108,38,155xm438,-680r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":521},{"d":"232,-326v-18,108,-49,203,-52,326r-141,0r109,-565r6,-103r144,0r-59,307r207,-236r45,-71r167,0r-298,319r208,349r-148,0","w":606,"k":{"\u00d2":11,"\u00d4":11,"\u00d3":11,"\u00d5":11,"\u00d8":11,"\u00d6":11,"\u00c7":11,"Q":11,"O":11,"G":11,"C":11}},{"d":"317,-169r49,-260v-22,-2,-49,-4,-68,-4v-101,0,-145,162,-145,258v0,62,21,90,41,90v44,0,123,-84,123,-84xm355,13v-32,-26,-42,-62,-37,-92v0,0,-76,92,-155,92v-71,0,-138,-61,-138,-174v-1,-207,117,-394,358,-355r29,-130r0,-99r144,-15r-117,601v-14,72,-6,108,38,155","w":527},{"d":"233,13r-107,-20r-61,-400r-31,-94r139,-19v16,130,45,247,48,390v35,-76,78,-144,120,-213v16,-26,23,-50,23,-75v0,-37,-27,-83,-27,-83r119,-19v0,0,23,45,23,87v0,40,-16,82,-49,134","w":474,"k":{".":74,",":74}},{"d":"321,-520v84,0,166,17,166,17v-24,143,-74,262,-74,421v0,43,6,86,6,140v0,116,-119,185,-244,185v-161,0,-234,-111,-234,-111r83,-68v0,0,53,86,159,86v60,0,113,-34,113,-101v0,-15,-10,-85,-3,-112v0,0,-62,76,-132,76v-72,0,-133,-58,-133,-171v0,-185,96,-362,293,-362xm290,-434v-71,0,-129,135,-129,262v0,61,18,81,38,81v40,0,98,-76,98,-76r50,-263v-17,-2,-41,-4,-57,-4","w":505},{"d":"448,0r-135,0r62,-327v3,-14,18,-85,-23,-85v-53,0,-135,76,-135,76v-19,111,-49,212,-56,336r-134,0r79,-402r-9,-86r143,-31r-11,83v0,0,75,-84,169,-84v72,0,105,39,112,92v11,-12,86,-92,178,-92v102,0,125,77,109,164v-21,118,-53,224,-59,356r-135,0r62,-327v3,-14,18,-85,-23,-85v-47,0,-120,62,-140,80v-18,110,-49,209,-54,332","w":841},{"d":"540,-473r-37,72v0,0,-47,-43,-96,-43v-48,0,-83,47,-83,109v0,59,34,113,88,113v55,0,115,-49,115,-49r10,79v0,0,-54,52,-150,53v-109,1,-165,-91,-165,-185v0,-107,62,-200,187,-200v72,0,131,51,131,51xm750,-340v0,215,-139,353,-366,353v-192,0,-334,-145,-334,-335v0,-214,144,-346,375,-346v190,0,325,139,325,328xm658,-327v0,-160,-106,-265,-254,-265v-142,0,-260,96,-260,258v0,166,102,269,262,269v136,0,252,-101,252,-262","w":800},{"d":"252,-520r-85,434r-5,86r-135,0r78,-404r6,-101xm150,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm334,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":282},{"d":"191,-427r-97,0r25,-126r0,-100r114,-19","w":215,"k":{"\u00c1":64,"\u00c2":64,"\u00c3":64,"\u00c0":64,"\u00c6":76,"\u00c5":64,"\u00c4":64,"A":64}},{"d":"83,-323v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67xm33,-54v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67","w":258},{"d":"448,-398v0,135,-149,178,-295,183v0,69,38,123,100,123v84,0,165,-90,165,-90r8,118v0,0,-67,77,-199,77v-137,0,-198,-102,-198,-218v0,-169,107,-314,269,-314v102,0,150,52,150,121xm162,-293v50,-6,158,-12,158,-95v0,-30,-17,-43,-37,-43v-67,0,-104,75,-121,138","w":459},{"d":"542,-682r-76,30v148,230,54,667,-245,665v-161,0,-198,-123,-198,-202v0,-179,134,-331,278,-331v67,0,101,27,101,27v-11,-40,-29,-78,-54,-110r-125,50r-15,-63r89,-36v-23,-16,-50,-30,-81,-39r63,-80v58,14,105,38,141,69r130,-52xm309,-428v-100,0,-160,131,-160,227v0,71,29,126,84,126v121,0,174,-202,175,-313v-25,-26,-67,-40,-99,-40","w":540},{"d":"260,-517r-103,530v-27,139,-124,229,-247,230r-30,-102v82,0,136,-36,154,-132r79,-410r5,-101xm153,-653v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67","w":288},{"d":"306,-165r50,-266v-16,-2,-37,-4,-45,-4v-76,0,-160,121,-160,267v0,37,10,82,41,82v49,0,114,-79,114,-79xm342,13v-32,-27,-42,-60,-37,-83v0,0,-70,83,-145,83v-71,0,-137,-53,-137,-166v0,-185,113,-367,281,-367v46,0,114,10,191,15r-67,346v-14,72,-6,108,38,155xm359,-724r149,0r-200,164r-76,-28","w":521},{"d":"40,-567r20,-101r529,0r-19,101r-189,0r-94,482r-4,85r-143,0r110,-567r-210,0","w":549,"k":{"\u00d2":21,"\u00d4":21,"\u00d3":21,"\u00c1":42,"\u00c2":42,"\u00ff":54,"\u00d5":21,"\u00c3":42,"\u00c0":42,"\u00e6":68,"\u00d8":21,"\u00c6":82,"\u00f5":68,"\u00f6":68,"\u00f4":68,"\u00f2":68,"\u00f3":68,"\u00eb":68,"\u00ea":68,"\u00e8":68,"\u00e9":68,"\u00e7":68,"\u00e5":68,"\u00e3":68,"\u00e4":68,"\u00e2":68,"\u00e0":68,"\u00e1":68,"\u00d6":21,"\u00c7":21,"\u00c5":42,"\u00c4":42,";":97,":":97,".":117,"-":78,",":117,"\u00fd":54,"A":42,"y":54,"w":25,"u":47,"s":47,"r":47,"o":68,"i":28,"h":25,"e":68,"c":68,"a":68,"T":-18,"Q":21,"O":21,"G":21,"C":21}},{"d":"47,-315v0,-186,180,-353,377,-353r75,0r-177,912r-95,0r61,-317v-141,-10,-241,-108,-241,-242xm659,-668r-177,912r-95,0r177,-912r95,0","w":662},{"d":"284,-609r-30,104r153,0r-50,92r-122,0r-50,269v-6,34,14,44,28,44v49,0,128,-64,128,-64r0,116v0,0,-80,61,-163,61v-65,0,-125,-34,-125,-120v0,-14,57,-306,57,-306r-60,0r19,-92r59,0r18,-88","w":389},{"d":"736,-668r-112,583r-9,85r-82,0r-260,-376r-37,-80r-69,371r-4,85r-128,0r108,-565r-10,-103r108,0r257,390r37,77r65,-365r4,-102r132,0xm557,-831r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":738},{"d":"38,-249v0,-231,132,-429,359,-429v194,0,254,154,254,258v0,238,-132,410,-324,431v73,25,153,65,209,65v88,0,142,-45,142,-45r9,120v0,0,-46,35,-148,35v-97,0,-215,-79,-293,-119r-16,-60v-126,-24,-192,-130,-192,-256xm387,-582v-91,0,-216,105,-216,321v0,107,52,177,130,177v125,0,217,-169,217,-317v0,-106,-47,-181,-131,-181","w":679,"k":{".":26,",":26,"'":21,"\"":21,"T":21}},{"d":"-27,0r0,-35r394,-478r52,-53r-338,0r51,-102r491,0r0,35r-395,477r-54,55r371,0r-21,101r-551,0","w":571},{"w":519},{"d":"38,0r110,-566r4,-102r146,0r-110,567r257,0r-45,101r-362,0","w":445,"k":{"\u00ff":28,"\u00fd":28,"\u00dd":48,"y":28,"Y":48,"W":37,"V":47,"T":58}},{"d":"-25,248r-84,-37v159,-111,262,-351,262,-561v0,-192,-88,-309,-88,-305r93,-37v0,0,113,131,113,349v0,207,-106,474,-296,591","w":308},{"d":"339,-658r0,651v0,118,-106,186,-213,186v-114,0,-151,-76,-151,-76r19,-97v36,53,74,71,106,76r0,-668v0,-107,106,-169,212,-169v114,0,152,76,152,76r-19,97v-38,-55,-75,-71,-106,-76xm195,-586r0,657v0,0,49,-21,49,-61r0,-660v0,0,-49,24,-49,64","w":420},{"d":"983,-668r-362,681r-104,-20r-52,-302r-187,322r-95,-20r-92,-537r-40,-124r155,0r68,404r5,77v46,-102,105,-191,158,-286v-9,-73,-32,-132,-52,-195r155,0r68,404r5,77r32,-74r205,-407r133,0","w":937,"k":{"\u00c1":17,"\u00c2":17,"\u00ff":13,"\u00c3":17,"\u00c0":17,"\u00e6":19,"\u00c6":17,"\u00f5":32,"\u00f6":32,"\u00f4":32,"\u00f2":32,"\u00f3":32,"\u00eb":32,"\u00ea":32,"\u00e8":32,"\u00e9":32,"\u00e7":32,"\u00e5":19,"\u00e3":19,"\u00e4":19,"\u00e2":19,"\u00e0":19,"\u00e1":19,"\u00c5":17,"\u00c4":17,";":39,":":39,".":58,"-":19,",":58,"\u00fd":13,"A":17,"y":13,"u":13,"r":13,"o":32,"i":19,"e":32,"c":32,"a":19}},{"d":"326,0r-72,-200r-9,-36v-49,83,-108,157,-161,236r-137,0r256,-343r-92,-253r-49,-72r160,0r69,187r9,34v46,-78,101,-147,151,-221r135,0r-242,331r122,337r-140,0","w":543},{"d":"259,244r-265,-901r116,0r257,901r-108,0","w":356},{"d":"97,-647r17,-87r201,0r-157,803r-200,0r18,-88r85,0r122,-628r-86,0","w":278},{"d":"16,-299r291,0r-28,104r-263,0r0,-104","w":312},{"w":535},{"d":"298,-600v130,0,178,95,178,200v0,211,-76,413,-272,413v-90,0,-179,-53,-179,-192v0,-218,97,-421,273,-421xm293,-510v-111,0,-143,235,-143,336v0,64,23,99,64,99v107,0,138,-216,138,-318v0,-58,-12,-117,-59,-117"},{"d":"736,-668r-112,583r-9,85r-82,0r-260,-376r-37,-80r-69,371r-4,85r-128,0r108,-565r-10,-103r108,0r257,390r37,77r65,-365r4,-102r132,0","w":738},{"d":"308,-668r-120,620v-23,118,-112,247,-261,247v-39,0,-79,-10,-79,-10r30,-111v0,0,27,11,57,11v57,0,108,-63,123,-141r99,-514r5,-102r146,0","w":332},{"d":"550,-668r131,0r-78,402v-32,164,-136,279,-298,279v-238,0,-251,-165,-224,-323v20,-118,49,-223,51,-358r147,0r-67,365v-15,82,-29,219,99,219v87,0,157,-81,175,-175r59,-307xm232,-875r149,0r103,136r-82,28","w":676},{"d":"130,49r17,-52r61,0v28,40,107,65,107,122v0,130,-175,144,-258,77r36,-69v21,24,61,31,82,31v20,0,39,-7,39,-27v0,-30,-66,-49,-84,-82","w":402},{"d":"202,-86v42,0,121,-82,121,-82r50,-261v-21,-1,-55,-4,-81,-4v-70,0,-133,131,-133,258v0,62,21,89,43,89xm389,131r-5,109r-141,0r57,-290v0,0,-66,63,-130,63v-71,0,-139,-61,-139,-174v0,-185,95,-359,292,-359v61,0,121,12,190,13","w":534},{"d":"191,-427r-97,0r25,-126r0,-100r114,-19xm351,-427r-97,0r25,-126r0,-100r114,-19","w":375,"k":{"\u00c1":64,"\u00c2":64,"\u00c3":64,"\u00c0":64,"\u00c6":76,"\u00c5":64,"\u00c4":64,"A":64}},{"d":"20,138r-28,-43v46,-32,74,-79,74,-108v0,-28,-10,-37,-29,-46v-2,-37,25,-75,67,-75v37,0,71,25,71,77v0,48,-43,126,-155,195xm84,-323v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67","w":258},{"d":"367,-756r-18,81v70,8,119,30,119,30r-45,98v0,1,-45,-22,-95,-31r-43,197v61,47,134,98,134,194v0,111,-98,194,-220,200r-17,81r-61,0r18,-85v-80,-11,-138,-51,-138,-51r16,-103v0,0,73,49,143,57r42,-193v-62,-48,-135,-104,-135,-198v0,-116,110,-194,222,-199r17,-78r61,0xm267,-577v-70,14,-86,105,-33,151xm289,-176v0,-22,-14,-42,-35,-62r-31,144v34,-11,66,-37,66,-82","w":465},{"d":"152,-668r266,0v135,0,230,105,230,262v0,219,-144,406,-374,406r-236,0r110,-566xm279,-571r-92,474r99,0v120,0,228,-131,228,-297v0,-88,-46,-177,-138,-177r-97,0","w":671},{"d":"51,-285r13,-71r75,0r36,-204r-58,17r-15,-68r202,-61r-56,316r76,0r-23,71r-250,0","w":329},{"d":"382,-582v-91,0,-216,105,-216,321v0,107,52,177,130,177v125,0,217,-169,217,-317v0,-106,-47,-181,-131,-181xm33,-249v0,-231,132,-429,359,-429v194,0,254,154,254,258v0,255,-152,433,-363,433v-164,0,-250,-119,-250,-262","w":659,"k":{".":26,",":26,"T":21}},{"d":"611,-559r-325,470r-102,0r345,-501xm33,-285r13,-71r75,0r36,-204r-58,17r-15,-68r202,-61r-56,316r76,0r-23,71r-250,0xm683,59r-266,0r0,-47v33,-28,186,-151,186,-224v0,-60,-75,-20,-106,-1r-28,-72v73,-64,251,-78,251,46v0,80,-96,167,-154,215r140,0","w":740},{"d":"-83,0r379,-660r99,-20r96,555r32,125r-142,0r-26,-155r-225,0r-89,155r-124,0xm310,-491v-36,83,-82,155,-123,233r153,0v-9,-78,-28,-148,-30,-233xm457,-831r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":552,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":16,"V":27,"T":40}},{"d":"261,-411r38,-199v0,0,-16,-3,-28,-3v-54,0,-114,91,-114,200v0,27,8,60,27,60v41,0,77,-58,77,-58xm392,-290r-101,14v-20,-14,-30,-45,-31,-59v0,0,-45,58,-102,58v-57,0,-109,-39,-109,-125v0,-140,87,-276,217,-276v20,0,89,8,149,11v-53,276,-55,290,-55,302v0,30,10,51,32,75","w":420},{"d":"167,-411v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67xm167,-83v0,-39,32,-70,70,-70v36,0,67,31,67,70v0,37,-31,67,-67,67v-38,0,-70,-30,-70,-67xm67,-297r352,0r-28,99r-324,0r0,-99","w":483},{"d":"5,-539r40,-82r108,3r-81,-126r103,-7r45,87r61,-112r67,65r-61,93r148,-3r-40,82r-108,-3r81,126r-103,7r-45,-86r-61,110r-65,-65r59,-92","w":402},{"d":"20,138r-28,-43v46,-32,74,-79,74,-108v0,-28,-10,-37,-29,-46v-2,-37,25,-75,67,-75v37,0,71,25,71,77v0,48,-43,126,-155,195","w":250,"k":{"\u00d2":25,"\u00d4":25,"\u00d3":25,"\u00d5":25,"\u00d8":25,"\u00d6":25,"\u00c7":25,"Q":25,"O":25,"G":25,"C":25}},{"d":"-83,0r379,-660r99,-20r96,555r32,125r-142,0r-26,-155r-225,0r-89,155r-124,0xm310,-491v-36,83,-82,155,-123,233r153,0v-9,-78,-28,-148,-30,-233","w":552,"k":{"\u00ff":26,"'":64,"\"":64,"\u00fd":26,"\u00dd":28,"y":26,"w":26,"v":26,"Y":28,"W":17,"V":28,"T":42}},{"d":"387,-507v0,89,-78,163,-166,163v-86,0,-163,-74,-163,-163v0,-89,77,-163,163,-163v88,0,166,74,166,163xm299,-508v0,-41,-38,-75,-77,-75v-41,0,-76,34,-76,75v0,38,32,80,76,80v49,0,77,-42,77,-80xm772,-647r-569,647r-127,0r601,-688xm802,-150v0,89,-78,163,-166,163v-86,0,-163,-74,-163,-163v0,-89,77,-163,163,-163v88,0,166,74,166,163xm714,-151v0,-41,-38,-75,-77,-75v-41,0,-76,34,-76,75v0,38,32,80,76,80v49,0,77,-42,77,-80","w":860},{"d":"334,-597v1,48,-36,72,-74,95v35,6,59,41,59,79v0,129,-166,154,-284,137r-9,-70v73,11,184,2,184,-68v0,-28,-49,-35,-88,-35r15,-46v40,-16,84,-34,84,-76v0,-58,-119,-1,-115,2r-17,-61v0,0,54,-37,129,-37v61,0,116,28,116,80","w":351},{"d":"468,-645r-45,98v0,1,-67,-34,-129,-34v-51,0,-92,35,-92,83v0,115,217,144,217,311v0,115,-105,200,-233,200v-103,0,-185,-55,-185,-55r16,-103v0,0,87,58,163,58v45,0,109,-25,109,-89v0,-91,-222,-139,-222,-303v0,-120,117,-199,233,-199v96,0,168,33,168,33","w":465},{"d":"460,-585r-43,108r-176,0r-20,101v109,10,170,93,170,186v0,190,-159,304,-375,291r-10,-94v116,2,254,-31,254,-184v0,-70,-44,-112,-112,-112v-19,0,-65,4,-65,4r64,-300r313,0"},{"d":"42,-665r274,0r-35,98r-248,0","w":335},{"d":"60,-371v0,-92,100,-149,197,-149v70,0,147,28,147,28r-35,95v0,1,-64,-34,-124,-34v-37,0,-61,23,-61,48v0,86,185,87,185,233v0,106,-99,163,-193,163v-98,0,-161,-59,-161,-59r8,-110v1,0,86,75,151,75v30,0,71,-19,71,-59v0,-81,-185,-84,-185,-231","w":405},{"d":"101,-465r-16,-101v0,-1,95,-34,172,-34v105,0,173,64,173,155v0,159,-244,338,-244,338r218,-1r-27,108r-365,0r0,-59v82,-75,291,-258,291,-369v0,-40,-23,-72,-77,-72v-50,0,-125,35,-125,35"},{"d":"327,-692r84,37v-159,111,-262,351,-262,561v0,192,88,309,88,305r-93,37v0,0,-113,-131,-113,-349v0,-207,106,-474,296,-591","w":318,"k":{"J":-20}},{"d":"222,-78v58,0,132,-73,132,-227v0,-71,-28,-125,-74,-125v-76,0,-132,120,-132,225v0,75,23,127,74,127xm305,-520v99,0,177,70,177,201v0,176,-104,332,-280,332v-145,0,-179,-120,-179,-200v0,-196,113,-333,282,-333xm279,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm463,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":507},{"d":"296,-668r-114,583r-4,85r-143,0r111,-568r4,-100r146,0xm171,-875r102,0r102,133r-81,30r-79,-93r-95,93r-75,-30","w":309},{"d":"222,-293v-16,96,-43,181,-44,293r-143,0r110,-566r4,-102r361,0r-18,99r-216,0r-34,177r202,0r-38,99r-184,0","w":485,"k":{"\u00c1":42,"\u00c2":42,"\u00c3":42,"\u00c0":42,"\u00e6":21,"\u00f5":16,"\u00f6":16,"\u00f4":16,"\u00f2":16,"\u00f3":16,"\u00eb":16,"\u00ea":16,"\u00e8":16,"\u00e9":16,"\u00e7":16,"\u00e5":21,"\u00e3":21,"\u00e4":21,"\u00e2":21,"\u00e0":21,"\u00e1":21,"\u00c5":42,"\u00c4":42,".":65,",":65,"A":42,"o":16,"e":16,"c":16,"a":21}},{"d":"297,-760r-132,675r-5,85r-135,0r125,-645r5,-100","w":265},{"d":"382,-582v-91,0,-216,105,-216,321v0,107,52,177,130,177v125,0,217,-169,217,-317v0,-106,-47,-181,-131,-181xm33,-249v0,-231,132,-429,359,-429v194,0,254,154,254,258v0,255,-152,433,-363,433v-164,0,-250,-119,-250,-262xm433,-875r149,0r-200,164r-76,-28","w":659,"k":{".":25,",":25,"'":20,"\"":20,"T":20}},{"d":"186,-60r0,-144r-143,0r0,-98r143,0r0,-154r110,30r0,124r151,0r-25,98r-126,0r0,144r-110,0","w":481},{"d":"351,-79r232,-266r85,26r-37,210r70,0r-33,79r-51,0v-7,26,-6,58,-8,89r-115,0r16,-89r-157,0xm525,-109r13,-87r9,-37v-31,47,-64,92,-108,126v26,-3,57,-2,86,-2xm600,-559r-325,470r-102,0r345,-501xm334,-597v1,48,-36,72,-74,95v35,6,59,41,59,79v0,129,-166,154,-284,137r-9,-70v73,11,184,2,184,-68v0,-28,-49,-35,-88,-35r15,-46v40,-16,84,-34,84,-76v0,-58,-119,-1,-115,2r-17,-61v0,0,54,-37,129,-37v61,0,116,28,116,80","w":729},{"d":"292,-286r-266,0r0,-47v33,-28,186,-151,186,-224v0,-60,-75,-20,-106,-1r-28,-72v73,-64,251,-78,251,46v0,80,-96,167,-154,215r140,0","w":342},{"d":"299,-335r-14,72v-63,0,-77,57,-80,70r-53,276v-22,109,-118,159,-229,159r12,-82v33,0,84,-9,98,-80r53,-272v14,-71,74,-107,74,-107v0,0,-49,-36,-35,-107r36,-187v14,-71,-33,-80,-66,-80r12,-82v112,0,194,50,172,159r-37,191v-2,13,-6,70,57,70","w":301},{"d":"185,-185r-98,-40v0,0,-2,-5,-2,-12v0,-107,241,-243,241,-343v0,-47,-33,-72,-78,-72v-45,0,-108,38,-108,38r-15,-114v0,0,74,-32,149,-32v93,0,182,43,182,166v0,145,-273,283,-273,392v0,4,1,13,2,17xm204,-61v0,41,-31,74,-75,74v-44,0,-75,-33,-75,-74v0,-38,31,-75,75,-75v44,0,75,37,75,75","w":411},{"d":"-39,0r223,-254r-71,-160r-59,-87r140,-18r75,179v18,-28,43,-50,65,-74v33,-35,-3,-87,-3,-87r129,-18v0,0,44,75,-37,160r-107,111r116,248r-134,0r-61,-137r-8,-24v-38,59,-88,107,-131,161r-137,0","w":490},{"d":"155,-745r144,-15r-63,308v0,0,75,-68,137,-68v72,0,133,58,133,171v0,180,-91,362,-278,362v-72,0,-125,-34,-189,-62r113,-594xm217,-341r-46,249v126,66,207,-90,207,-243v0,-61,-23,-82,-46,-82v-35,0,-115,76,-115,76","w":530},{"d":"222,-78v58,0,132,-73,132,-227v0,-71,-28,-125,-74,-125v-76,0,-132,120,-132,225v0,75,23,127,74,127xm305,-520v99,0,177,70,177,201v0,176,-104,332,-280,332v-145,0,-179,-120,-179,-200v0,-196,113,-333,282,-333xm434,-680r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":507},{"d":"584,-156r-121,0r-89,-131v2,61,-5,63,7,131r-108,0r0,-298r-7,-64r124,0v73,0,142,39,142,118v0,38,-28,83,-70,102xm374,-335v35,1,68,-20,68,-65v0,-44,-33,-57,-68,-56r0,121xm750,-340v0,215,-139,353,-366,353v-192,0,-334,-145,-334,-335v0,-214,144,-346,375,-346v190,0,325,139,325,328xm658,-327v0,-160,-106,-265,-254,-265v-142,0,-260,96,-260,258v0,166,102,269,262,269v136,0,252,-101,252,-262","w":800},{"d":"274,-473r98,40v0,0,2,5,2,12v0,107,-241,243,-241,343v0,47,33,72,78,72v45,0,108,-38,108,-38r15,114v0,0,-74,32,-149,32v-93,0,-182,-43,-182,-166v0,-145,273,-283,273,-392v0,-4,-1,-13,-2,-17xm255,-597v0,-41,31,-74,75,-74v44,0,75,33,75,74v0,38,-31,75,-75,75v-44,0,-75,-37,-75,-75","w":415},{"d":"174,49r12,-39v-112,-15,-163,-106,-163,-209v0,-204,123,-321,260,-321v79,0,170,28,170,28r-31,100v0,0,-77,-35,-125,-35v-98,0,-148,110,-148,198v0,71,28,138,106,138v77,0,156,-87,156,-87r8,115v0,0,-62,59,-156,73v33,33,96,58,96,109v0,130,-175,144,-258,77r36,-69v21,24,61,31,82,31v20,0,39,-7,39,-27v0,-30,-66,-49,-84,-82","w":461},{"d":"448,0r-135,0r62,-327v3,-14,18,-85,-23,-85v-53,0,-135,76,-135,76v-19,111,-49,212,-56,336r-134,0r79,-402r-9,-86r143,-31r-11,83v0,0,75,-84,169,-84v102,0,125,77,109,164v-21,118,-53,224,-59,356xm463,-680r54,39v0,0,-20,71,-111,71v-61,0,-93,-34,-121,-34v-45,0,-66,34,-66,34r-52,-37v0,0,28,-73,114,-73v52,0,86,35,117,35v16,0,49,-2,65,-35","w":553},{"d":"45,-392r69,0v16,-88,39,-170,38,-276r266,0v135,0,230,105,230,262v0,219,-144,406,-374,406r-236,0r56,-288r-66,0xm279,-571r-35,179r110,0r-42,104r-88,0r-37,191r99,0v120,0,228,-131,228,-297v0,-88,-46,-177,-138,-177r-97,0","w":671},{"d":"306,-165r50,-266v-16,-2,-37,-4,-45,-4v-76,0,-160,121,-160,267v0,37,10,82,41,82v49,0,114,-79,114,-79xm342,13v-32,-27,-42,-60,-37,-83v0,0,-70,83,-145,83v-71,0,-137,-53,-137,-166v0,-185,113,-367,281,-367v46,0,114,10,191,15r-67,346v-14,72,-6,108,38,155xm410,-640v0,48,-43,88,-91,88v-47,0,-89,-40,-89,-88v0,-48,42,-88,89,-88v48,0,91,40,91,88xm320,-594v58,-1,53,-91,0,-90v-24,0,-43,20,-43,43v0,22,18,47,43,47","w":521},{"d":"175,-61v0,41,-31,74,-75,74v-44,0,-75,-33,-75,-74v0,-38,31,-75,75,-75v44,0,75,37,75,75","w":237,"k":{"\u00d2":25,"\u00d4":25,"\u00d3":25,"\u00d5":25,"\u00d8":25,"\u00d6":25,"\u00c7":25,"Q":25,"O":25,"G":25,"C":25}},{"d":"26,-263r14,-72v63,0,79,-57,81,-70r37,-191v22,-109,120,-159,228,-159r-12,82v-33,0,-82,9,-96,80r-36,187v-14,71,-77,107,-77,107v0,0,46,36,35,107r-43,272v-14,71,33,80,66,80r-12,82v-112,0,-189,-49,-172,-159r43,-276v3,-13,7,-70,-56,-70","w":301,"k":{"J":-60}},{"d":"306,-165r50,-266v-16,-2,-37,-4,-45,-4v-76,0,-160,121,-160,267v0,37,10,82,41,82v49,0,114,-79,114,-79xm342,13v-32,-27,-42,-60,-37,-83v0,0,-70,83,-145,83v-71,0,-137,-53,-137,-166v0,-185,113,-367,281,-367v46,0,114,10,191,15r-67,346v-14,72,-6,108,38,155xm283,-637v0,34,-26,61,-56,61v-30,0,-56,-27,-56,-61v0,-34,26,-62,56,-62v30,0,56,28,56,62xm467,-637v0,34,-26,61,-56,61v-31,0,-56,-27,-56,-61v0,-34,25,-62,56,-62v30,0,56,28,56,62","w":521},{"d":"222,-78v58,0,132,-73,132,-227v0,-71,-28,-125,-74,-125v-76,0,-132,120,-132,225v0,75,23,127,74,127xm305,-520v99,0,177,70,177,201v0,176,-104,332,-280,332v-145,0,-179,-120,-179,-200v0,-196,113,-333,282,-333","w":507},{"d":"376,13v-32,-26,-42,-62,-37,-92v0,0,-75,92,-179,92v-99,0,-128,-72,-112,-162v21,-118,52,-223,57,-356r136,0r-62,327v-3,14,-18,85,28,85v45,0,132,-86,132,-86v19,-108,48,-206,54,-326r134,0r-67,346v-14,72,-6,108,38,155xm282,-724r102,0r102,133r-81,30r-79,-93r-95,93r-75,-30","w":557},{"d":"314,-766r-140,575r-89,-11r66,-451r4,-93xm179,-61v0,41,-31,74,-75,74v-44,0,-75,-33,-75,-74v0,-38,31,-75,75,-75v44,0,75,37,75,75","w":269},{"d":"299,-760r-53,268r-15,46v22,-21,90,-74,166,-74v102,0,125,77,109,164v-21,118,-53,224,-59,356r-135,0r62,-327v3,-14,17,-85,-23,-85v-53,0,-135,76,-135,76v-19,111,-50,210,-54,336r-135,0r125,-645r5,-100","w":547},{"d":"550,-668r131,0r-78,402v-32,164,-136,279,-298,279v-238,0,-251,-165,-224,-323v20,-118,49,-223,51,-358r147,0r-67,365v-15,82,-29,219,99,219v87,0,157,-81,175,-175r59,-307xm436,-875r149,0r-200,164r-76,-28","w":676},{"d":"296,-668r-114,583r-4,85r-143,0r111,-568r4,-100r146,0xm51,-875r149,0r103,136r-82,28","w":309},{"d":"540,-20v-74,6,-144,33,-225,33v-164,0,-272,-114,-272,-273v0,-241,154,-418,381,-418v106,0,206,67,206,67r-62,90v0,1,-77,-60,-152,-60v-127,0,-240,135,-240,311v0,95,51,181,159,181v32,0,64,-7,91,-19r26,-134r-3,-84r148,0","w":662,"k":{",":26}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+318-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("m5E@t?h2Ke>*m$8Zs?V1656>WDh@E?>*WD{1Ke!jEMY[F)2#Wzb^I5M#Wzb^I5F1Wzb^I5M;K@r@I,CQI@r@I,C#F@r@I,C#h@r@I,C;I$E;Wzb^I5.1W$>1sMr@I,C?FMC`svp^F;C`svp^EvaYM8r@I,C;~wCXWzb^I5!;~b@w!Mr@I,CLF8r@I,C8EMr@I,C;h@r@I,C#FMr@I,C8I;QaWzb^I5I_3@r@I,CLh88`svp^Ee!`svp^E?!`svp^EvC`svp^E5E*Wzb^I532Wzb^I5h#6@r@I,C#hVr@I,C;EVr@I,CLh@r@I,CLEVr@I,C;I8r@I,CLEbQ`svp^F)VT3Vr@I,C8h8r@I,CQF;`)wb6DWzb^I5.^Wzb^I56rWzb^I53@iW8tWzb^I5blWzb^I5._AVr@I,C#F8r@I,CLI8r@I,C?hVr@I,C?I@r@I,CL~Vr@I,C;E8r@I,C;hMr@I,C?E;V`svp^FvVAKMr@I,C;FMr@I,CQhMr@I,C?F@r@I,C#hMr@I,C;h8r@I,C8Fv!-Wzb^I5F_Wzb^I5I2Wzb^I5E8MWqQWzb^I5Fl`,l?Wzb^I5b)wD!DED@`svp^Fv8`svp^EeFj~?M`svp^E;C:Wzb^I5brMVr@I,C#hj!`svp^E,V!e8r@I,h#F2^qWzb^I5.TM@Q`WV2NWzb^I5V;I.lmWzb^I53lWzb^I56_`M^#~1!.Wzb^I56lv@r@I,C#EVr@I,C;I@r@I,CQFMr@I,C?h1][3wM`svp^F;hvhMr@I,CQEjI1mVr@I,C?h8r@I,C;EbE[Wzb^I53)m@r@I,C#EMr@I,C#Ij2|-5{`svp^E;M`svp^FeM`svp^F?E`svp^Evs`svp^E;V`svp^E,C`svp^Evb*-@r@I,C8h5>`svp^E?6QKVr@I,CLFMr@I,C;F2`#(jh^t582m$6#mwrqivp[`,@#(jp[t,@^(?r8t?s2K$rjie6*E#ljtz8^KzI>-T2ZKeF](@_]i)qTsTs`(#L|m,YOEDV2EeMrse8^teM*sV^*FD>NAzsTspC$,.V5z6{m(Ih~i3!wvbMeWFEKt`s-AaQ#;L8?j]q:d[N*&^r1)2@DT_lOZY>X|@^*EDV2EeMrse8^teM*sV^*FD>NA$_dW$ljFW!8EWV@KWCNEel2W$l;tD2q{$Y*s5M)s$Q[tDhQs58&t#l]tTh2t?VNEwLqE?>1m,Nqi5^Zm1NqmestF@NqWM2>`VNqWW2qm$La")}catch(e){}delete _cufon_bridge_;return f})({"w":480,"face":{"font-family":"fontin-sans","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"756","descent":"-244","x-height":"13","bbox":"-152 -879 983 254","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+00FF"}}));;Varien.searchForm=Class.create();Varien.searchForm.prototype={initialize:function(form,field,emptyText){this.form=$(form);this.field=$(field);this.emptyText=emptyText;Event.observe(this.form,'submit',this.submit.bind(this));Event.observe(this.field,'focus',this.focus.bind(this));Event.observe(this.field,'blur',this.blur.bind(this));this.blur();},submit:function(event){if(this.field.value==this.emptyText||this.field.value==''){Event.stop(event);return false;}return true;},focus:function(event){if(this.field.value==this.emptyText){this.field.value='';}},blur:function(event){if(this.field.value==''){this.field.value=this.emptyText;}},initLivesearch:function(url,destinationElement,charstostart){new Ajax.Autocompleter(this.field,destinationElement,url,{paramName:this.field.name,minChars:charstostart,indicator:'lsloading',updateElement:this._selectLivesearchItem.bind(this),onShow:function(element,update){if(!update.style.position||update.style.position=='absolute'){update.style.position='absolute';Position.clone(element,update,{setHeight:false,offsetTop:element.offsetHeight});setTimeout(function(){Element.clonePosition('search_autocomplete','search',{'setWidth':false,'setHeight':false,'offsetTop':$('search').offsetHeight});},300);}Effect.Appear(update,{duration:0});}});},_selectLivesearchItem:function(element){if(element.title){window.location=element.title;}}}