if(typeof dd_domreadycheck=="undefined")
var dd_domreadycheck=false
var anylinkcssmenu={menusmap:{},preloadimages:[],effects:{delayhide:500,shadow:{enabled:false,opacity:0.3,depth:[5,5]},fade:{enabled:false,duration:500}},dimensions:{},getoffset:function(what,offsettype){return(what.offsetParent)?what[offsettype]+this.getoffset(what.offsetParent,offsettype):what[offsettype]},getoffsetof:function(el){el._offsets={left:this.getoffset(el,"offsetLeft"),top:this.getoffset(el,"offsetTop"),h:el.offsetHeight}},getdimensions:function(menu){this.dimensions={anchorw:menu.anchorobj.offsetWidth,anchorh:menu.anchorobj.offsetHeight,docwidth:(window.innerWidth||this.standardbody.clientWidth)-20,docheight:(window.innerHeight||this.standardbody.clientHeight)-15,docscrollx:window.pageXOffset||this.standardbody.scrollLeft,docscrolly:window.pageYOffset||this.standardbody.scrollTop}
if(!this.dimensions.dropmenuw){this.dimensions.dropmenuw=menu.dropmenu.offsetWidth
this.dimensions.dropmenuh=menu.dropmenu.offsetHeight}},isContained:function(m,e){var e=window.event||e
var c=e.relatedTarget||((e.type=="mouseover")?e.fromElement:e.toElement)
while(c&&c!=m)try{c=c.parentNode}catch(e){c=m}
if(c==m)
return true
else
return false},setopacity:function(el,value){el.style.opacity=value
if(typeof el.style.opacity!="string"){el.style.MozOpacity=value
if(el.filters){el.style.filter="progid:DXImageTransform.Microsoft.alpha(opacity="+value*100+")"}}},showmenu:function(menuid){var menu=anylinkcssmenu.menusmap[menuid]
clearTimeout(menu.hidetimer)
this.getoffsetof(menu.anchorobj)
this.getdimensions(menu)
var posx=menu.anchorobj._offsets.left+(menu.orientation=="lr"?this.dimensions.anchorw:0)
var posy=menu.anchorobj._offsets.top+this.dimensions.anchorh-(menu.orientation=="lr"?this.dimensions.anchorh:0)
if(posx+this.dimensions.dropmenuw+this.effects.shadow.depth[0]>this.dimensions.docscrollx+this.dimensions.docwidth){}
if(posy+this.dimensions.dropmenuh>this.dimensions.docscrolly+this.dimensions.docheight){}
if(this.effects.fade.enabled){this.setopacity(menu.dropmenu,0)
if(this.effects.shadow.enabled)
this.setopacity(menu.shadow,0)}
menu.dropmenu.setcss({left:posx+'px',top:posy+'px',visibility:'visible'})
if(this.effects.shadow.enabled)
menu.shadow.setcss({left:posx+anylinkcssmenu.effects.shadow.depth[0]+'px',top:posy+anylinkcssmenu.effects.shadow.depth[1]+'px',visibility:'visible'})
if(this.effects.fade.enabled){clearInterval(menu.animatetimer)
menu.curanimatedegree=0
menu.starttime=new Date().getTime()
menu.animatetimer=setInterval(function(){anylinkcssmenu.revealmenu(menuid)},20)}},revealmenu:function(menuid){var menu=anylinkcssmenu.menusmap[menuid]
var elapsed=new Date().getTime()-menu.starttime
if(elapsed<this.effects.fade.duration){this.setopacity(menu.dropmenu,menu.curanimatedegree)
if(this.effects.shadow.enabled)
this.setopacity(menu.shadow,menu.curanimatedegree*this.effects.shadow.opacity)}
else{clearInterval(menu.animatetimer)
this.setopacity(menu.dropmenu,1)
menu.dropmenu.style.filter=""}
menu.curanimatedegree=(1-Math.cos((elapsed/this.effects.fade.duration)*Math.PI))/2},setcss:function(param){for(prop in param){this.style[prop]=param[prop]}},setcssclass:function(el,targetclass,action){var needle=new RegExp("(^|\\s+)"+targetclass+"($|\\s+)","ig")
if(action=="check")
return needle.test(el.className)
else if(action=="remove")
el.className=el.className.replace(needle,"")
else if(action=="add"&&!needle.test(el.className))
el.className+=" "+targetclass},hidemenu:function(menuid){var menu=anylinkcssmenu.menusmap[menuid]
clearInterval(menu.animatetimer)
menu.dropmenu.setcss({visibility:'hidden',left:0,top:0})
menu.shadow.setcss({visibility:'hidden',left:0,top:0})},getElementsByClass:function(targetclass){if(document.querySelectorAll)
return document.querySelectorAll("."+targetclass)
else{var classnameRE=new RegExp("(^|\\s+)"+targetclass+"($|\\s+)","i")
var pieces=[]
var alltags=document.all?document.all:document.getElementsByTagName("*")
for(var i=0;i<alltags.length;i++){if(typeof alltags[i].className=="string"&&alltags[i].className.search(classnameRE)!=-1)
pieces[pieces.length]=alltags[i]}
return pieces}},addEvent:function(targetarr,functionref,tasktype){if(targetarr.length>0){var target=targetarr.shift()
if(target.addEventListener)
target.addEventListener(tasktype,functionref,false)
else if(target.attachEvent)
target.attachEvent('on'+tasktype,function(){return functionref.call(target,window.event)})
this.addEvent(targetarr,functionref,tasktype)}},domready:function(functionref){if(dd_domreadycheck){functionref()
return}
if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false)
functionref();dd_domreadycheck=true},false)}
else if(document.attachEvent){if(document.documentElement.doScroll&&window==window.top)(function(){if(dd_domreadycheck)return
try{document.documentElement.doScroll("left")}catch(error){setTimeout(arguments.callee,0)
return;}
functionref();dd_domreadycheck=true})();}
if(document.attachEvent&&parent.length>0)
this.addEvent(window,function(){functionref()},"load");},addState:function(anchorobj,state){if(anchorobj.getAttribute('data-image')){var imgobj=(anchorobj.tagName=="IMG")?anchorobj:anchorobj.getElementsByTagName('img')[0]
if(imgobj){imgobj.src=(state=="add")?anchorobj.getAttribute('data-overimage'):anchorobj.getAttribute('data-image')}}
else
anylinkcssmenu.setcssclass(anchorobj,"selectedanchor",state)},setupmenu:function(targetclass,anchorobj,pos){this.standardbody=(document.compatMode=="CSS1Compat")?document.documentElement:document.body
var relattr=anchorobj.getAttribute("rel")
var dropmenuid=relattr.replace(/\[(\w+)\]/,'')
var menu=this.menusmap[targetclass+pos]={id:targetclass+pos,anchorobj:anchorobj,dropmenu:document.getElementById(dropmenuid),revealtype:(relattr.length!=dropmenuid.length&&RegExp.$1=="click")?"click":"mouseover",orientation:anchorobj.getAttribute("rev")=="lr"?"lr":"ud",shadow:document.createElement("div")}
menu.anchorobj._internalID=targetclass+pos
menu.anchorobj._isanchor=true
menu.dropmenu._internalID=targetclass+pos
menu.shadow._internalID=targetclass+pos
menu.shadow.className="anylinkshadow"
document.body.appendChild(menu.dropmenu)
document.body.appendChild(menu.shadow)
menu.dropmenu.setcss=this.setcss
menu.shadow.setcss=this.setcss
this.setopacity(menu.shadow,this.effects.shadow.opacity)
this.addEvent([menu.anchorobj,menu.dropmenu,menu.shadow],function(e){var menu=anylinkcssmenu.menusmap[this._internalID]
if(this._isanchor&&menu.revealtype=="mouseover"&&!anylinkcssmenu.isContained(this,e)){anylinkcssmenu.showmenu(menu.id)
anylinkcssmenu.addState(this,"add")}
else if(typeof this._isanchor=="undefined"){clearTimeout(menu.hidetimer)}},"mouseover")
this.addEvent([menu.anchorobj,menu.dropmenu,menu.shadow],function(e){if(!anylinkcssmenu.isContained(this,e)){var menu=anylinkcssmenu.menusmap[this._internalID]
menu.hidetimer=setTimeout(function(){anylinkcssmenu.addState(menu.anchorobj,"remove")
anylinkcssmenu.hidemenu(menu.id)},anylinkcssmenu.effects.delayhide)}},"mouseout")
this.addEvent([menu.anchorobj,menu.dropmenu],function(e){var menu=anylinkcssmenu.menusmap[this._internalID]
if(this._isanchor&&menu.revealtype=="click"){if(menu.dropmenu.style.visibility=="visible")
anylinkcssmenu.hidemenu(menu.id)
else{anylinkcssmenu.addState(this,"add")
anylinkcssmenu.showmenu(menu.id)}
if(e.preventDefault)
e.preventDefault()
return false}
else
menu.hidetimer=setTimeout(function(){anylinkcssmenu.hidemenu(menu.id)},anylinkcssmenu.effects.delayhide)},"click")},init:function(targetclass){this.domready(function(){anylinkcssmenu.trueinit(targetclass)})},trueinit:function(targetclass){var anchors=this.getElementsByClass(targetclass)
var preloadimages=this.preloadimages
for(var i=0;i<anchors.length;i++){if(anchors[i].getAttribute('data-image')){preloadimages[preloadimages.length]=new Image()
preloadimages[preloadimages.length-1].src=anchors[i].getAttribute('data-image')}
if(anchors[i].getAttribute('data-overimage')){preloadimages[preloadimages.length]=new Image()
preloadimages[preloadimages.length-1].src=anchors[i].getAttribute('data-overimage')}
this.setupmenu(targetclass,anchors[i],i)}}};
/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */
(function(){var
window=this,undefined,_jQuery=window.jQuery,_$=window.$,jQuery=window.jQuery=window.$=function(selector,context){return new jQuery.fn.init(selector,context);},quickExpr=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/;jQuery.fn=jQuery.prototype={init:function(selector,context){selector=selector||document;if(selector.nodeType){this[0]=selector;this.length=1;this.context=selector;return this;}
if(typeof selector==="string"){var match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1])
selector=jQuery.clean([match[1]],context);else{var elem=document.getElementById(match[3]);if(elem&&elem.id!=match[3])
return jQuery().find(selector);var ret=jQuery(elem||[]);ret.context=document;ret.selector=selector;return ret;}}else
return jQuery(context).find(selector);}else if(jQuery.isFunction(selector))
return jQuery(document).ready(selector);if(selector.selector&&selector.context){this.selector=selector.selector;this.context=selector.context;}
return this.setArray(jQuery.isArray(selector)?selector:jQuery.makeArray(selector));},selector:"",jquery:"1.3.2",size:function(){return this.length;},get:function(num){return num===undefined?Array.prototype.slice.call(this):this[num];},pushStack:function(elems,name,selector){var ret=jQuery(elems);ret.prevObject=this;ret.context=this.context;if(name==="find")
ret.selector=this.selector+(this.selector?" ":"")+selector;else if(name)
ret.selector=this.selector+"."+name+"("+selector+")";return ret;},setArray:function(elems){this.length=0;Array.prototype.push.apply(this,elems);return this;},each:function(callback,args){return jQuery.each(this,callback,args);},index:function(elem){return jQuery.inArray(elem&&elem.jquery?elem[0]:elem,this);},attr:function(name,value,type){var options=name;if(typeof name==="string")
if(value===undefined)
return this[0]&&jQuery[type||"attr"](this[0],name);else{options={};options[name]=value;}
return this.each(function(i){for(name in options)
jQuery.attr(type?this.style:this,name,jQuery.prop(this,options[name],type,i,name));});},css:function(key,value){if((key=='width'||key=='height')&&parseFloat(value)<0)
value=undefined;return this.attr(key,value,"curCSS");},text:function(text){if(typeof text!=="object"&&text!=null)
return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));var ret="";jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8)
ret+=this.nodeType!=1?this.nodeValue:jQuery.fn.text([this]);});});return ret;},wrapAll:function(html){if(this[0]){var wrap=jQuery(html,this[0].ownerDocument).clone();if(this[0].parentNode)
wrap.insertBefore(this[0]);wrap.map(function(){var elem=this;while(elem.firstChild)
elem=elem.firstChild;return elem;}).append(this);}
return this;},wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html);});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},append:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType==1)
this.appendChild(elem);});},prepend:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType==1)
this.insertBefore(elem,this.firstChild);});},before:function(){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this);});},after:function(){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});},end:function(){return this.prevObject||jQuery([]);},push:[].push,sort:[].sort,splice:[].splice,find:function(selector){if(this.length===1){var ret=this.pushStack([],"find",selector);ret.length=0;jQuery.find(selector,this[0],ret);return ret;}else{return this.pushStack(jQuery.unique(jQuery.map(this,function(elem){return jQuery.find(selector,elem);})),"find",selector);}},clone:function(events){var ret=this.map(function(){if(!jQuery.support.noCloneEvent&&!jQuery.isXMLDoc(this)){var html=this.outerHTML;if(!html){var div=this.ownerDocument.createElement("div");div.appendChild(this.cloneNode(true));html=div.innerHTML;}
return jQuery.clean([html.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0];}else
return this.cloneNode(true);});if(events===true){var orig=this.find("*").andSelf(),i=0;ret.find("*").andSelf().each(function(){if(this.nodeName!==orig[i].nodeName)
return;var events=jQuery.data(orig[i],"events");for(var type in events){for(var handler in events[type]){jQuery.event.add(this,type,events[type][handler],events[type][handler].data);}}
i++;});}
return ret;},filter:function(selector){return this.pushStack(jQuery.isFunction(selector)&&jQuery.grep(this,function(elem,i){return selector.call(elem,i);})||jQuery.multiFilter(selector,jQuery.grep(this,function(elem){return elem.nodeType===1;})),"filter",selector);},closest:function(selector){var pos=jQuery.expr.match.POS.test(selector)?jQuery(selector):null,closer=0;return this.map(function(){var cur=this;while(cur&&cur.ownerDocument){if(pos?pos.index(cur)>-1:jQuery(cur).is(selector)){jQuery.data(cur,"closest",closer);return cur;}
cur=cur.parentNode;closer++;}});},not:function(selector){if(typeof selector==="string")
if(isSimple.test(selector))
return this.pushStack(jQuery.multiFilter(selector,this,true),"not",selector);else
selector=jQuery.multiFilter(selector,this);var isArrayLike=selector.length&&selector[selector.length-1]!==undefined&&!selector.nodeType;return this.filter(function(){return isArrayLike?jQuery.inArray(this,selector)<0:this!=selector;});},add:function(selector){return this.pushStack(jQuery.unique(jQuery.merge(this.get(),typeof selector==="string"?jQuery(selector):jQuery.makeArray(selector))));},is:function(selector){return!!selector&&jQuery.multiFilter(selector,this).length>0;},hasClass:function(selector){return!!selector&&this.is("."+selector);},val:function(value){if(value===undefined){var elem=this[0];if(elem){if(jQuery.nodeName(elem,'option'))
return(elem.attributes.value||{}).specified?elem.value:elem.text;if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type=="select-one";if(index<0)
return null;for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected){value=jQuery(option).val();if(one)
return value;values.push(value);}}
return values;}
return(elem.value||"").replace(/\r/g,"");}
return undefined;}
if(typeof value==="number")
value+='';return this.each(function(){if(this.nodeType!=1)
return;if(jQuery.isArray(value)&&/radio|checkbox/.test(this.type))
this.checked=(jQuery.inArray(this.value,value)>=0||jQuery.inArray(this.name,value)>=0);else if(jQuery.nodeName(this,"select")){var values=jQuery.makeArray(value);jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.inArray(this.text,values)>=0);});if(!values.length)
this.selectedIndex=-1;}else
this.value=value;});},html:function(value){return value===undefined?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(value);},replaceWith:function(value){return this.after(value).remove();},eq:function(i){return this.slice(i,+i+1);},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},andSelf:function(){return this.add(this.prevObject);},domManip:function(args,table,callback){if(this[0]){var fragment=(this[0].ownerDocument||this[0]).createDocumentFragment(),scripts=jQuery.clean(args,(this[0].ownerDocument||this[0]),fragment),first=fragment.firstChild;if(first)
for(var i=0,l=this.length;i<l;i++)
callback.call(root(this[i],first),this.length>1||i>0?fragment.cloneNode(true):fragment);if(scripts)
jQuery.each(scripts,evalScript);}
return this;function root(elem,cur){return table&&jQuery.nodeName(elem,"table")&&jQuery.nodeName(cur,"tr")?(elem.getElementsByTagName("tbody")[0]||elem.appendChild(elem.ownerDocument.createElement("tbody"))):elem;}}};jQuery.fn.init.prototype=jQuery.fn;function evalScript(i,elem){if(elem.src)
jQuery.ajax({url:elem.src,async:false,dataType:"script"});else
jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"");if(elem.parentNode)
elem.parentNode.removeChild(elem);}
function now(){return+new Date;}
jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options;if(typeof target==="boolean"){deep=target;target=arguments[1]||{};i=2;}
if(typeof target!=="object"&&!jQuery.isFunction(target))
target={};if(length==i){target=this;--i;}
for(;i<length;i++)
if((options=arguments[i])!=null)
for(var name in options){var src=target[name],copy=options[name];if(target===copy)
continue;if(deep&&copy&&typeof copy==="object"&&!copy.nodeType)
target[name]=jQuery.extend(deep,src||(copy.length!=null?[]:{}),copy);else if(copy!==undefined)
target[name]=copy;}
return target;};var exclude=/z-?index|font-?weight|opacity|zoom|line-?height/i,defaultView=document.defaultView||{},toString=Object.prototype.toString;jQuery.extend({noConflict:function(deep){window.$=_$;if(deep)
window.jQuery=_jQuery;return jQuery;},isFunction:function(obj){return toString.call(obj)==="[object Function]";},isArray:function(obj){return toString.call(obj)==="[object Array]";},isXMLDoc:function(elem){return elem.nodeType===9&&elem.documentElement.nodeName!=="HTML"||!!elem.ownerDocument&&jQuery.isXMLDoc(elem.ownerDocument);},globalEval:function(data){if(data&&/\S/.test(data)){var head=document.getElementsByTagName("head")[0]||document.documentElement,script=document.createElement("script");script.type="text/javascript";if(jQuery.support.scriptEval)
script.appendChild(document.createTextNode(data));else
script.text=data;head.insertBefore(script,head.firstChild);head.removeChild(script);}},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()==name.toUpperCase();},each:function(object,callback,args){var name,i=0,length=object.length;if(args){if(length===undefined){for(name in object)
if(callback.apply(object[name],args)===false)
break;}else
for(;i<length;)
if(callback.apply(object[i++],args)===false)
break;}else{if(length===undefined){for(name in object)
if(callback.call(object[name],name,object[name])===false)
break;}else
for(var value=object[0];i<length&&callback.call(value,i,value)!==false;value=object[++i]){}}
return object;},prop:function(elem,value,type,i,name){if(jQuery.isFunction(value))
value=value.call(elem,i);return typeof value==="number"&&type=="curCSS"&&!exclude.test(name)?value+"px":value;},className:{add:function(elem,classNames){jQuery.each((classNames||"").split(/\s+/),function(i,className){if(elem.nodeType==1&&!jQuery.className.has(elem.className,className))
elem.className+=(elem.className?" ":"")+className;});},remove:function(elem,classNames){if(elem.nodeType==1)
elem.className=classNames!==undefined?jQuery.grep(elem.className.split(/\s+/),function(className){return!jQuery.className.has(classNames,className);}).join(" "):"";},has:function(elem,className){return elem&&jQuery.inArray(className,(elem.className||elem).toString().split(/\s+/))>-1;}},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}
callback.call(elem);for(var name in options)
elem.style[name]=old[name];},css:function(elem,name,force,extra){if(name=="width"||name=="height"){var val,props={position:"absolute",visibility:"hidden",display:"block"},which=name=="width"?["Left","Right"]:["Top","Bottom"];function getWH(){val=name=="width"?elem.offsetWidth:elem.offsetHeight;if(extra==="border")
return;jQuery.each(which,function(){if(!extra)
val-=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;if(extra==="margin")
val+=parseFloat(jQuery.curCSS(elem,"margin"+this,true))||0;else
val-=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0;});}
if(elem.offsetWidth!==0)
getWH();else
jQuery.swap(elem,props,getWH);return Math.max(0,Math.round(val));}
return jQuery.curCSS(elem,name,force);},curCSS:function(elem,name,force){var ret,style=elem.style;if(name=="opacity"&&!jQuery.support.opacity){ret=jQuery.attr(style,"opacity");return ret==""?"1":ret;}
if(name.match(/float/i))
name=styleFloat;if(!force&&style&&style[name])
ret=style[name];else if(defaultView.getComputedStyle){if(name.match(/float/i))
name="float";name=name.replace(/([A-Z])/g,"-$1").toLowerCase();var computedStyle=defaultView.getComputedStyle(elem,null);if(computedStyle)
ret=computedStyle.getPropertyValue(name);if(name=="opacity"&&ret=="")
ret="1";}else if(elem.currentStyle){var camelCase=name.replace(/\-(\w)/g,function(all,letter){return letter.toUpperCase();});ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!/^\d+(px)?$/i.test(ret)&&/^\d/.test(ret)){var left=style.left,rsLeft=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;style.left=ret||0;ret=style.pixelLeft+"px";style.left=left;elem.runtimeStyle.left=rsLeft;}}
return ret;},clean:function(elems,context,fragment){context=context||document;if(typeof context.createElement==="undefined")
context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;if(!fragment&&elems.length===1&&typeof elems[0]==="string"){var match=/^<(\w+)\s*\/?>$/.exec(elems[0]);if(match)
return[context.createElement(match[1])];}
var ret=[],scripts=[],div=context.createElement("div");jQuery.each(elems,function(i,elem){if(typeof elem==="number")
elem+='';if(!elem)
return;if(typeof elem==="string"){elem=elem.replace(/(<(\w+)[^>]*?)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?all:front+"></"+tag+">";});var tags=elem.replace(/^\s+/,"").substring(0,10).toLowerCase();var wrap=!tags.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!tags.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||tags.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!tags.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!tags.indexOf("<td")||!tags.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!tags.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!jQuery.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];div.innerHTML=wrap[1]+elem+wrap[2];while(wrap[0]--)
div=div.lastChild;if(!jQuery.support.tbody){var hasBody=/<tbody/i.test(elem),tbody=!tags.indexOf("<table")&&!hasBody?div.firstChild&&div.firstChild.childNodes:wrap[1]=="<table>"&&!hasBody?div.childNodes:[];for(var j=tbody.length-1;j>=0;--j)
if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length)
tbody[j].parentNode.removeChild(tbody[j]);}
if(!jQuery.support.leadingWhitespace&&/^\s/.test(elem))
div.insertBefore(context.createTextNode(elem.match(/^\s*/)[0]),div.firstChild);elem=jQuery.makeArray(div.childNodes);}
if(elem.nodeType)
ret.push(elem);else
ret=jQuery.merge(ret,elem);});if(fragment){for(var i=0;ret[i];i++){if(jQuery.nodeName(ret[i],"script")&&(!ret[i].type||ret[i].type.toLowerCase()==="text/javascript")){scripts.push(ret[i].parentNode?ret[i].parentNode.removeChild(ret[i]):ret[i]);}else{if(ret[i].nodeType===1)
ret.splice.apply(ret,[i+1,0].concat(jQuery.makeArray(ret[i].getElementsByTagName("script"))));fragment.appendChild(ret[i]);}}
return scripts;}
return ret;},attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8)
return undefined;var notxml=!jQuery.isXMLDoc(elem),set=value!==undefined;name=notxml&&jQuery.props[name]||name;if(elem.tagName){var special=/href|src|style/.test(name);if(name=="selected"&&elem.parentNode)
elem.parentNode.selectedIndex;if(name in elem&&notxml&&!special){if(set){if(name=="type"&&jQuery.nodeName(elem,"input")&&elem.parentNode)
throw"type property can't be changed";elem[name]=value;}
if(jQuery.nodeName(elem,"form")&&elem.getAttributeNode(name))
return elem.getAttributeNode(name).nodeValue;if(name=="tabIndex"){var attributeNode=elem.getAttributeNode("tabIndex");return attributeNode&&attributeNode.specified?attributeNode.value:elem.nodeName.match(/(button|input|object|select|textarea)/i)?0:elem.nodeName.match(/^(a|area)$/i)&&elem.href?0:undefined;}
return elem[name];}
if(!jQuery.support.style&&notxml&&name=="style")
return jQuery.attr(elem.style,"cssText",value);if(set)
elem.setAttribute(name,""+value);var attr=!jQuery.support.hrefNormalized&&notxml&&special?elem.getAttribute(name,2):elem.getAttribute(name);return attr===null?undefined:attr;}
if(!jQuery.support.opacity&&name=="opacity"){if(set){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+
(parseInt(value)+''=="NaN"?"":"alpha(opacity="+value*100+")");}
return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100)+'':"";}
name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(set)
elem[name]=value;return elem[name];},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");},makeArray:function(array){var ret=[];if(array!=null){var i=array.length;if(i==null||typeof array==="string"||jQuery.isFunction(array)||array.setInterval)
ret[0]=array;else
while(i)
ret[--i]=array[i];}
return ret;},inArray:function(elem,array){for(var i=0,length=array.length;i<length;i++)
if(array[i]===elem)
return i;return-1;},merge:function(first,second){var i=0,elem,pos=first.length;if(!jQuery.support.getAll){while((elem=second[i++])!=null)
if(elem.nodeType!=8)
first[pos++]=elem;}else
while((elem=second[i++])!=null)
first[pos++]=elem;return first;},unique:function(array){var ret=[],done={};try{for(var i=0,length=array.length;i<length;i++){var id=jQuery.data(array[i]);if(!done[id]){done[id]=true;ret.push(array[i]);}}}catch(e){ret=array;}
return ret;},grep:function(elems,callback,inv){var ret=[];for(var i=0,length=elems.length;i<length;i++)
if(!inv!=!callback(elems[i],i))
ret.push(elems[i]);return ret;},map:function(elems,callback){var ret=[];for(var i=0,length=elems.length;i<length;i++){var value=callback(elems[i],i);if(value!=null)
ret[ret.length]=value;}
return ret.concat.apply([],ret);}});var userAgent=navigator.userAgent.toLowerCase();jQuery.browser={version:(userAgent.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,'0'])[1],safari:/webkit/.test(userAgent),opera:/opera/.test(userAgent),msie:/msie/.test(userAgent)&&!/opera/.test(userAgent),mozilla:/mozilla/.test(userAgent)&&!/(compatible|webkit)/.test(userAgent)};jQuery.each({parent:function(elem){return elem.parentNode;},parents:function(elem){return jQuery.dir(elem,"parentNode");},next:function(elem){return jQuery.nth(elem,2,"nextSibling");},prev:function(elem){return jQuery.nth(elem,2,"previousSibling");},nextAll:function(elem){return jQuery.dir(elem,"nextSibling");},prevAll:function(elem){return jQuery.dir(elem,"previousSibling");},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);},children:function(elem){return jQuery.sibling(elem.firstChild);},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes);}},function(name,fn){jQuery.fn[name]=function(selector){var ret=jQuery.map(this,fn);if(selector&&typeof selector=="string")
ret=jQuery.multiFilter(selector,ret);return this.pushStack(jQuery.unique(ret),name,selector);};});jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(selector){var ret=[],insert=jQuery(selector);for(var i=0,l=insert.length;i<l;i++){var elems=(i>0?this.clone(true):this).get();jQuery.fn[original].apply(jQuery(insert[i]),elems);ret=ret.concat(elems);}
return this.pushStack(ret,name,selector);};});jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");if(this.nodeType==1)
this.removeAttribute(name);},addClass:function(classNames){jQuery.className.add(this,classNames);},removeClass:function(classNames){jQuery.className.remove(this,classNames);},toggleClass:function(classNames,state){if(typeof state!=="boolean")
state=!jQuery.className.has(this,classNames);jQuery.className[state?"add":"remove"](this,classNames);},remove:function(selector){if(!selector||jQuery.filter(selector,[this]).length){jQuery("*",this).add([this]).each(function(){jQuery.event.remove(this);jQuery.removeData(this);});if(this.parentNode)
this.parentNode.removeChild(this);}},empty:function(){jQuery(this).children().remove();while(this.firstChild)
this.removeChild(this.firstChild);}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments);};});function num(elem,prop){return elem[0]&&parseInt(jQuery.curCSS(elem[0],prop,true),10)||0;}
var expando="jQuery"+now(),uuid=0,windowData={};jQuery.extend({cache:{},data:function(elem,name,data){elem=elem==window?windowData:elem;var id=elem[expando];if(!id)
id=elem[expando]=++uuid;if(name&&!jQuery.cache[id])
jQuery.cache[id]={};if(data!==undefined)
jQuery.cache[id][name]=data;return name?jQuery.cache[id][name]:id;},removeData:function(elem,name){elem=elem==window?windowData:elem;var id=elem[expando];if(name){if(jQuery.cache[id]){delete jQuery.cache[id][name];name="";for(name in jQuery.cache[id])
break;if(!name)
jQuery.removeData(elem);}}else{try{delete elem[expando];}catch(e){if(elem.removeAttribute)
elem.removeAttribute(expando);}
delete jQuery.cache[id];}},queue:function(elem,type,data){if(elem){type=(type||"fx")+"queue";var q=jQuery.data(elem,type);if(!q||jQuery.isArray(data))
q=jQuery.data(elem,type,jQuery.makeArray(data));else if(data)
q.push(data);}
return q;},dequeue:function(elem,type){var queue=jQuery.queue(elem,type),fn=queue.shift();if(!type||type==="fx")
fn=queue[0];if(fn!==undefined)
fn.call(elem);}});jQuery.fn.extend({data:function(key,value){var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value===undefined){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data===undefined&&this.length)
data=jQuery.data(this[0],key);return data===undefined&&parts[1]?this.data(parts[0]):data;}else
return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value);});},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});},queue:function(type,data){if(typeof type!=="string"){data=type;type="fx";}
if(data===undefined)
return jQuery.queue(this[0],type);return this.each(function(){var queue=jQuery.queue(this,type,data);if(type=="fx"&&queue.length==1)
queue[0].call(this);});},dequeue:function(type){return this.each(function(){jQuery.dequeue(this,type);});}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,done=0,toString=Object.prototype.toString;var Sizzle=function(selector,context,results,seed){results=results||[];context=context||document;if(context.nodeType!==1&&context.nodeType!==9)
return[];if(!selector||typeof selector!=="string"){return results;}
var parts=[],m,set,checkSet,check,mode,extra,prune=true;chunker.lastIndex=0;while((m=chunker.exec(selector))!==null){parts.push(m[1]);if(m[2]){extra=RegExp.rightContext;break;}}
if(parts.length>1&&origPOS.exec(selector)){if(parts.length===2&&Expr.relative[parts[0]]){set=posProcess(parts[0]+parts[1],context);}else{set=Expr.relative[parts[0]]?[context]:Sizzle(parts.shift(),context);while(parts.length){selector=parts.shift();if(Expr.relative[selector])
selector+=parts.shift();set=posProcess(selector,set);}}}else{var ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.length===1&&context.parentNode?context.parentNode:context,isXML(context));set=Sizzle.filter(ret.expr,ret.set);if(parts.length>0){checkSet=makeArray(set);}else{prune=false;}
while(parts.length){var cur=parts.pop(),pop=cur;if(!Expr.relative[cur]){cur="";}else{pop=parts.pop();}
if(pop==null){pop=context;}
Expr.relative[cur](checkSet,pop,isXML(context));}}
if(!checkSet){checkSet=set;}
if(!checkSet){throw"Syntax error, unrecognized expression: "+(cur||selector);}
if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet);}else if(context.nodeType===1){for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&contains(context,checkSet[i]))){results.push(set[i]);}}}else{for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){results.push(set[i]);}}}}else{makeArray(checkSet,results);}
if(extra){Sizzle(extra,context,results,seed);if(sortOrder){hasDuplicate=false;results.sort(sortOrder);if(hasDuplicate){for(var i=1;i<results.length;i++){if(results[i]===results[i-1]){results.splice(i--,1);}}}}}
return results;};Sizzle.matches=function(expr,set){return Sizzle(expr,null,null,set);};Sizzle.find=function(expr,context,isXML){var set,match;if(!expr){return[];}
for(var i=0,l=Expr.order.length;i<l;i++){var type=Expr.order[i],match;if((match=Expr.match[type].exec(expr))){var left=RegExp.leftContext;if(left.substr(left.length-1)!=="\\"){match[1]=(match[1]||"").replace(/\\/g,"");set=Expr.find[type](match,context,isXML);if(set!=null){expr=expr.replace(Expr.match[type],"");break;}}}}
if(!set){set=context.getElementsByTagName("*");}
return{set:set,expr:expr};};Sizzle.filter=function(expr,set,inplace,not){var old=expr,result=[],curLoop=set,match,anyFound,isXMLFilter=set&&set[0]&&isXML(set[0]);while(expr&&set.length){for(var type in Expr.filter){if((match=Expr.match[type].exec(expr))!=null){var filter=Expr.filter[type],found,item;anyFound=false;if(curLoop==result){result=[];}
if(Expr.preFilter[type]){match=Expr.preFilter[type](match,curLoop,inplace,result,not,isXMLFilter);if(!match){anyFound=found=true;}else if(match===true){continue;}}
if(match){for(var i=0;(item=curLoop[i])!=null;i++){if(item){found=filter(item,match,i,curLoop);var pass=not^!!found;if(inplace&&found!=null){if(pass){anyFound=true;}else{curLoop[i]=false;}}else if(pass){result.push(item);anyFound=true;}}}}
if(found!==undefined){if(!inplace){curLoop=result;}
expr=expr.replace(Expr.match[type],"");if(!anyFound){return[];}
break;}}}
if(expr==old){if(anyFound==null){throw"Syntax error, unrecognized expression: "+expr;}else{break;}}
old=expr;}
return curLoop;};var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href");}},relative:{"+":function(checkSet,part,isXML){var isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),isPartStrNotTag=isPartStr&&!isTag;if(isTag&&!isXML){part=part.toUpperCase();}
for(var i=0,l=checkSet.length,elem;i<l;i++){if((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}
checkSet[i]=isPartStrNotTag||elem&&elem.nodeName===part?elem||false:elem===part;}}
if(isPartStrNotTag){Sizzle.filter(part,checkSet,true);}},">":function(checkSet,part,isXML){var isPartStr=typeof part==="string";if(isPartStr&&!/\W/.test(part)){part=isXML?part:part.toUpperCase();for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var parent=elem.parentNode;checkSet[i]=parent.nodeName===part?parent:false;}}}else{for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){checkSet[i]=isPartStr?elem.parentNode:elem.parentNode===part;}}
if(isPartStr){Sizzle.filter(part,checkSet,true);}}},"":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(!part.match(/\W/)){var nodeCheck=part=isXML?part:part.toUpperCase();checkFn=dirNodeCheck;}
checkFn("parentNode",part,doneName,checkSet,nodeCheck,isXML);},"~":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!part.match(/\W/)){var nodeCheck=part=isXML?part:part.toUpperCase();checkFn=dirNodeCheck;}
checkFn("previousSibling",part,doneName,checkSet,nodeCheck,isXML);}},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?[m]:[];}},NAME:function(match,context,isXML){if(typeof context.getElementsByName!=="undefined"){var ret=[],results=context.getElementsByName(match[1]);for(var i=0,l=results.length;i<l;i++){if(results[i].getAttribute("name")===match[1]){ret.push(results[i]);}}
return ret.length===0?null:ret;}},TAG:function(match,context){return context.getElementsByTagName(match[1]);}},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\/g,"")+" ";if(isXML){return match;}
for(var i=0,elem;(elem=curLoop[i])!=null;i++){if(elem){if(not^(elem.className&&(" "+elem.className+" ").indexOf(match)>=0)){if(!inplace)
result.push(elem);}else if(inplace){curLoop[i]=false;}}}
return false;},ID:function(match){return match[1].replace(/\\/g,"");},TAG:function(match,curLoop){for(var i=0;curLoop[i]===false;i++){}
return curLoop[i]&&isXML(curLoop[i])?match[1]:match[1].toUpperCase();},CHILD:function(match){if(match[1]=="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]=="even"&&"2n"||match[2]=="odd"&&"2n+1"||!/\D/.test(match[2])&&"0n+"+match[2]||match[2]);match[2]=(test[1]+(test[2]||1))-0;match[3]=test[3]-0;}
match[0]=done++;return match;},ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,"");if(!isXML&&Expr.attrMap[name]){match[1]=Expr.attrMap[name];}
if(match[2]==="~="){match[4]=" "+match[4]+" ";}
return match;},PSEUDO:function(match,curLoop,inplace,result,not){if(match[1]==="not"){if(match[3].match(chunker).length>1||/^\w/.test(match[3])){match[3]=Sizzle(match[3],null,null,curLoop);}else{var ret=Sizzle.filter(match[3],curLoop,inplace,true^not);if(!inplace){result.push.apply(result,ret);}
return false;}}else if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true;}
return match;},POS:function(match){match.unshift(true);return match;}},filters:{enabled:function(elem){return elem.disabled===false&&elem.type!=="hidden";},disabled:function(elem){return elem.disabled===true;},checked:function(elem){return elem.checked===true;},selected:function(elem){elem.parentNode.selectedIndex;return elem.selected===true;},parent:function(elem){return!!elem.firstChild;},empty:function(elem){return!elem.firstChild;},has:function(elem,i,match){return!!Sizzle(match[3],elem).length;},header:function(elem){return /h\d/i.test(elem.nodeName);},text:function(elem){return"text"===elem.type;},radio:function(elem){return"radio"===elem.type;},checkbox:function(elem){return"checkbox"===elem.type;},file:function(elem){return"file"===elem.type;},password:function(elem){return"password"===elem.type;},submit:function(elem){return"submit"===elem.type;},image:function(elem){return"image"===elem.type;},reset:function(elem){return"reset"===elem.type;},button:function(elem){return"button"===elem.type||elem.nodeName.toUpperCase()==="BUTTON";},input:function(elem){return /input|select|textarea|button/i.test(elem.nodeName);}},setFilters:{first:function(elem,i){return i===0;},last:function(elem,i,match,array){return i===array.length-1;},even:function(elem,i){return i%2===0;},odd:function(elem,i){return i%2===1;},lt:function(elem,i,match){return i<match[3]-0;},gt:function(elem,i,match){return i>match[3]-0;},nth:function(elem,i,match){return match[3]-0==i;},eq:function(elem,i,match){return match[3]-0==i;}},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name];if(filter){return filter(elem,i,match,array);}else if(name==="contains"){return(elem.textContent||elem.innerText||"").indexOf(match[3])>=0;}else if(name==="not"){var not=match[3];for(var i=0,l=not.length;i<l;i++){if(not[i]===elem){return false;}}
return true;}},CHILD:function(elem,match){var type=match[1],node=elem;switch(type){case'only':case'first':while(node=node.previousSibling){if(node.nodeType===1)return false;}
if(type=='first')return true;node=elem;case'last':while(node=node.nextSibling){if(node.nodeType===1)return false;}
return true;case'nth':var first=match[2],last=match[3];if(first==1&&last==0){return true;}
var doneName=match[0],parent=elem.parentNode;if(parent&&(parent.sizcache!==doneName||!elem.nodeIndex)){var count=0;for(node=parent.firstChild;node;node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++count;}}
parent.sizcache=doneName;}
var diff=elem.nodeIndex-last;if(first==0){return diff==0;}else{return(diff%first==0&&diff/first>=0);}}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match;},TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName===match;},CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(match)>-1;},ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](elem):elem[name]!=null?elem[name]:elem.getAttribute(name),value=result+"",type=match[2],check=match[4];return result==null?type==="!=":type==="="?value===check:type==="*="?value.indexOf(check)>=0:type==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:type==="!="?value!=check:type==="^="?value.indexOf(check)===0:type==="$="?value.substr(value.length-check.length)===check:type==="|="?value===check||value.substr(0,check.length+1)===check+"-":false;},POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name];if(filter){return filter(elem,i,match,array);}}}};var origPOS=Expr.match.POS;for(var type in Expr.match){Expr.match[type]=RegExp(Expr.match[type].source+/(?![^\[]*\])(?![^\(]*\))/.source);}
var makeArray=function(array,results){array=Array.prototype.slice.call(array);if(results){results.push.apply(results,array);return results;}
return array;};try{Array.prototype.slice.call(document.documentElement.childNodes);}catch(e){makeArray=function(array,results){var ret=results||[];if(toString.call(array)==="[object Array]"){Array.prototype.push.apply(ret,array);}else{if(typeof array.length==="number"){for(var i=0,l=array.length;i<l;i++){ret.push(array[i]);}}else{for(var i=0;array[i];i++){ret.push(array[i]);}}}
return ret;};}
var sortOrder;if(document.documentElement.compareDocumentPosition){sortOrder=function(a,b){var ret=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(ret===0){hasDuplicate=true;}
return ret;};}else if("sourceIndex"in document.documentElement){sortOrder=function(a,b){var ret=a.sourceIndex-b.sourceIndex;if(ret===0){hasDuplicate=true;}
return ret;};}else if(document.createRange){sortOrder=function(a,b){var aRange=a.ownerDocument.createRange(),bRange=b.ownerDocument.createRange();aRange.selectNode(a);aRange.collapse(true);bRange.selectNode(b);bRange.collapse(true);var ret=aRange.compareBoundaryPoints(Range.START_TO_END,bRange);if(ret===0){hasDuplicate=true;}
return ret;};}
(function(){var form=document.createElement("form"),id="script"+(new Date).getTime();form.innerHTML="<input name='"+id+"'/>";var root=document.documentElement;root.insertBefore(form,root.firstChild);if(!!document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?m.id===match[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===match[1]?[m]:undefined:[];}};Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAttributeNode("id");return elem.nodeType===1&&node&&node.nodeValue===match;};}
root.removeChild(form);})();(function(){var div=document.createElement("div");div.appendChild(document.createComment(""));if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=context.getElementsByTagName(match[1]);if(match[1]==="*"){var tmp=[];for(var i=0;results[i];i++){if(results[i].nodeType===1){tmp.push(results[i]);}}
results=tmp;}
return results;};}
div.innerHTML="<a href='#'></a>";if(div.firstChild&&typeof div.firstChild.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAttribute("href",2);};}})();if(document.querySelectorAll)(function(){var oldSizzle=Sizzle,div=document.createElement("div");div.innerHTML="<p class='TEST'></p>";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return;}
Sizzle=function(query,context,extra,seed){context=context||document;if(!seed&&context.nodeType===9&&!isXML(context)){try{return makeArray(context.querySelectorAll(query),extra);}catch(e){}}
return oldSizzle(query,context,extra,seed);};Sizzle.find=oldSizzle.find;Sizzle.filter=oldSizzle.filter;Sizzle.selectors=oldSizzle.selectors;Sizzle.matches=oldSizzle.matches;})();if(document.getElementsByClassName&&document.documentElement.getElementsByClassName)(function(){var div=document.createElement("div");div.innerHTML="<div class='test e'></div><div class='test'></div>";if(div.getElementsByClassName("e").length===0)
return;div.lastChild.className="e";if(div.getElementsByClassName("e").length===1)
return;Expr.order.splice(1,0,"CLASS");Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined"&&!isXML){return context.getElementsByClassName(match[1]);}};})();function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){var sibDir=dir=="previousSibling"&&!isXML;for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){if(sibDir&&elem.nodeType===1){elem.sizcache=doneName;elem.sizset=i;}
elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1&&!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(elem.nodeName===cur){match=elem;break;}
elem=elem[dir];}
checkSet[i]=match;}}}
function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){var sibDir=dir=="previousSibling"&&!isXML;for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){if(sibDir&&elem.nodeType===1){elem.sizcache=doneName;elem.sizset=i;}
elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1){if(!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(typeof cur!=="string"){if(elem===cur){match=true;break;}}else if(Sizzle.filter(cur,[elem]).length>0){match=elem;break;}}
elem=elem[dir];}
checkSet[i]=match;}}}
var contains=document.compareDocumentPosition?function(a,b){return a.compareDocumentPosition(b)&16;}:function(a,b){return a!==b&&(a.contains?a.contains(b):true);};var isXML=function(elem){return elem.nodeType===9&&elem.documentElement.nodeName!=="HTML"||!!elem.ownerDocument&&isXML(elem.ownerDocument);};var posProcess=function(selector,context){var tmpSet=[],later="",match,root=context.nodeType?[context]:context;while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];selector=selector.replace(Expr.match.PSEUDO,"");}
selector=Expr.relative[selector]?selector+"*":selector;for(var i=0,l=root.length;i<l;i++){Sizzle(selector,root[i],tmpSet);}
return Sizzle.filter(later,tmpSet);};jQuery.find=Sizzle;jQuery.filter=Sizzle.filter;jQuery.expr=Sizzle.selectors;jQuery.expr[":"]=jQuery.expr.filters;Sizzle.selectors.filters.hidden=function(elem){return elem.offsetWidth===0||elem.offsetHeight===0;};Sizzle.selectors.filters.visible=function(elem){return elem.offsetWidth>0||elem.offsetHeight>0;};Sizzle.selectors.filters.animated=function(elem){return jQuery.grep(jQuery.timers,function(fn){return elem===fn.elem;}).length;};jQuery.multiFilter=function(expr,elems,not){if(not){expr=":not("+expr+")";}
return Sizzle.matches(expr,elems);};jQuery.dir=function(elem,dir){var matched=[],cur=elem[dir];while(cur&&cur!=document){if(cur.nodeType==1)
matched.push(cur);cur=cur[dir];}
return matched;};jQuery.nth=function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir])
if(cur.nodeType==1&&++num==result)
break;return cur;};jQuery.sibling=function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType==1&&n!=elem)
r.push(n);}
return r;};return;window.Sizzle=Sizzle;})();jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType==3||elem.nodeType==8)
return;if(elem.setInterval&&elem!=window)
elem=window;if(!handler.guid)
handler.guid=this.guid++;if(data!==undefined){var fn=handler;handler=this.proxy(fn);handler.data=data;}
var events=jQuery.data(elem,"events")||jQuery.data(elem,"events",{}),handle=jQuery.data(elem,"handle")||jQuery.data(elem,"handle",function(){return typeof jQuery!=="undefined"&&!jQuery.event.triggered?jQuery.event.handle.apply(arguments.callee.elem,arguments):undefined;});handle.elem=elem;jQuery.each(types.split(/\s+/),function(index,type){var namespaces=type.split(".");type=namespaces.shift();handler.type=namespaces.slice().sort().join(".");var handlers=events[type];if(jQuery.event.specialAll[type])
jQuery.event.specialAll[type].setup.call(elem,data,namespaces);if(!handlers){handlers=events[type]={};if(!jQuery.event.special[type]||jQuery.event.special[type].setup.call(elem,data,namespaces)===false){if(elem.addEventListener)
elem.addEventListener(type,handle,false);else if(elem.attachEvent)
elem.attachEvent("on"+type,handle);}}
handlers[handler.guid]=handler;jQuery.event.global[type]=true;});elem=null;},guid:1,global:{},remove:function(elem,types,handler){if(elem.nodeType==3||elem.nodeType==8)
return;var events=jQuery.data(elem,"events"),ret,index;if(events){if(types===undefined||(typeof types==="string"&&types.charAt(0)=="."))
for(var type in events)
this.remove(elem,type+(types||""));else{if(types.type){handler=types.handler;types=types.type;}
jQuery.each(types.split(/\s+/),function(index,type){var namespaces=type.split(".");type=namespaces.shift();var namespace=RegExp("(^|\\.)"+namespaces.slice().sort().join(".*\\.")+"(\\.|$)");if(events[type]){if(handler)
delete events[type][handler.guid];else
for(var handle in events[type])
if(namespace.test(events[type][handle].type))
delete events[type][handle];if(jQuery.event.specialAll[type])
jQuery.event.specialAll[type].teardown.call(elem,namespaces);for(ret in events[type])break;if(!ret){if(!jQuery.event.special[type]||jQuery.event.special[type].teardown.call(elem,namespaces)===false){if(elem.removeEventListener)
elem.removeEventListener(type,jQuery.data(elem,"handle"),false);else if(elem.detachEvent)
elem.detachEvent("on"+type,jQuery.data(elem,"handle"));}
ret=null;delete events[type];}}});}
for(ret in events)break;if(!ret){var handle=jQuery.data(elem,"handle");if(handle)handle.elem=null;jQuery.removeData(elem,"events");jQuery.removeData(elem,"handle");}}},trigger:function(event,data,elem,bubbling){var type=event.type||event;if(!bubbling){event=typeof event==="object"?event[expando]?event:jQuery.extend(jQuery.Event(type),event):jQuery.Event(type);if(type.indexOf("!")>=0){event.type=type=type.slice(0,-1);event.exclusive=true;}
if(!elem){event.stopPropagation();if(this.global[type])
jQuery.each(jQuery.cache,function(){if(this.events&&this.events[type])
jQuery.event.trigger(event,data,this.handle.elem);});}
if(!elem||elem.nodeType==3||elem.nodeType==8)
return undefined;event.result=undefined;event.target=elem;data=jQuery.makeArray(data);data.unshift(event);}
event.currentTarget=elem;var handle=jQuery.data(elem,"handle");if(handle)
handle.apply(elem,data);if((!elem[type]||(jQuery.nodeName(elem,'a')&&type=="click"))&&elem["on"+type]&&elem["on"+type].apply(elem,data)===false)
event.result=false;if(!bubbling&&elem[type]&&!event.isDefaultPrevented()&&!(jQuery.nodeName(elem,'a')&&type=="click")){this.triggered=true;try{elem[type]();}catch(e){}}
this.triggered=false;if(!event.isPropagationStopped()){var parent=elem.parentNode||elem.ownerDocument;if(parent)
jQuery.event.trigger(event,data,parent,true);}},handle:function(event){var all,handlers;event=arguments[0]=jQuery.event.fix(event||window.event);event.currentTarget=this;var namespaces=event.type.split(".");event.type=namespaces.shift();all=!namespaces.length&&!event.exclusive;var namespace=RegExp("(^|\\.)"+namespaces.slice().sort().join(".*\\.")+"(\\.|$)");handlers=(jQuery.data(this,"events")||{})[event.type];for(var j in handlers){var handler=handlers[j];if(all||namespace.test(handler.type)){event.handler=handler;event.data=handler.data;var ret=handler.apply(this,arguments);if(ret!==undefined){event.result=ret;if(ret===false){event.preventDefault();event.stopPropagation();}}
if(event.isImmediatePropagationStopped())
break;}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(event){if(event[expando])
return event;var originalEvent=event;event=jQuery.Event(originalEvent);for(var i=this.props.length,prop;i;){prop=this.props[--i];event[prop]=originalEvent[prop];}
if(!event.target)
event.target=event.srcElement||document;if(event.target.nodeType==3)
event.target=event.target.parentNode;if(!event.relatedTarget&&event.fromElement)
event.relatedTarget=event.fromElement==event.target?event.toElement:event.fromElement;if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc.clientTop||0);}
if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode))
event.which=event.charCode||event.keyCode;if(!event.metaKey&&event.ctrlKey)
event.metaKey=event.ctrlKey;if(!event.which&&event.button)
event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));return event;},proxy:function(fn,proxy){proxy=proxy||function(){return fn.apply(this,arguments);};proxy.guid=fn.guid=fn.guid||proxy.guid||this.guid++;return proxy;},special:{ready:{setup:bindReady,teardown:function(){}}},specialAll:{live:{setup:function(selector,namespaces){jQuery.event.add(this,namespaces[0],liveHandler);},teardown:function(namespaces){if(namespaces.length){var remove=0,name=RegExp("(^|\\.)"+namespaces[0]+"(\\.|$)");jQuery.each((jQuery.data(this,"events").live||{}),function(){if(name.test(this.type))
remove++;});if(remove<1)
jQuery.event.remove(this,namespaces[0],liveHandler);}}}}};jQuery.Event=function(src){if(!this.preventDefault)
return new jQuery.Event(src);if(src&&src.type){this.originalEvent=src;this.type=src.type;}else
this.type=src;this.timeStamp=now();this[expando]=true;};function returnFalse(){return false;}
function returnTrue(){return true;}
jQuery.Event.prototype={preventDefault:function(){this.isDefaultPrevented=returnTrue;var e=this.originalEvent;if(!e)
return;if(e.preventDefault)
e.preventDefault();e.returnValue=false;},stopPropagation:function(){this.isPropagationStopped=returnTrue;var e=this.originalEvent;if(!e)
return;if(e.stopPropagation)
e.stopPropagation();e.cancelBubble=true;},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=returnTrue;this.stopPropagation();},isDefaultPrevented:returnFalse,isPropagationStopped:returnFalse,isImmediatePropagationStopped:returnFalse};var withinElement=function(event){var parent=event.relatedTarget;while(parent&&parent!=this)
try{parent=parent.parentNode;}
catch(e){parent=this;}
if(parent!=this){event.type=event.data;jQuery.event.handle.apply(this,arguments);}};jQuery.each({mouseover:'mouseenter',mouseout:'mouseleave'},function(orig,fix){jQuery.event.special[fix]={setup:function(){jQuery.event.add(this,orig,withinElement,fix);},teardown:function(){jQuery.event.remove(this,orig,withinElement);}};});jQuery.fn.extend({bind:function(type,data,fn){return type=="unload"?this.one(type,data,fn):this.each(function(){jQuery.event.add(this,type,fn||data,fn&&data);});},one:function(type,data,fn){var one=jQuery.event.proxy(fn||data,function(event){jQuery(this).unbind(event,one);return(fn||data).apply(this,arguments);});return this.each(function(){jQuery.event.add(this,type,one,fn&&data);});},unbind:function(type,fn){return this.each(function(){jQuery.event.remove(this,type,fn);});},trigger:function(type,data){return this.each(function(){jQuery.event.trigger(type,data,this);});},triggerHandler:function(type,data){if(this[0]){var event=jQuery.Event(type);event.preventDefault();event.stopPropagation();jQuery.event.trigger(event,data,this[0]);return event.result;}},toggle:function(fn){var args=arguments,i=1;while(i<args.length)
jQuery.event.proxy(fn,args[i++]);return this.click(jQuery.event.proxy(fn,function(event){this.lastToggle=(this.lastToggle||0)%i;event.preventDefault();return args[this.lastToggle++].apply(this,arguments)||false;}));},hover:function(fnOver,fnOut){return this.mouseenter(fnOver).mouseleave(fnOut);},ready:function(fn){bindReady();if(jQuery.isReady)
fn.call(document,jQuery);else
jQuery.readyList.push(fn);return this;},live:function(type,fn){var proxy=jQuery.event.proxy(fn);proxy.guid+=this.selector+type;jQuery(document).bind(liveConvert(type,this.selector),this.selector,proxy);return this;},die:function(type,fn){jQuery(document).unbind(liveConvert(type,this.selector),fn?{guid:fn.guid+this.selector+type}:null);return this;}});function liveHandler(event){var check=RegExp("(^|\\.)"+event.type+"(\\.|$)"),stop=true,elems=[];jQuery.each(jQuery.data(this,"events").live||[],function(i,fn){if(check.test(fn.type)){var elem=jQuery(event.target).closest(fn.data)[0];if(elem)
elems.push({elem:elem,fn:fn});}});elems.sort(function(a,b){return jQuery.data(a.elem,"closest")-jQuery.data(b.elem,"closest");});jQuery.each(elems,function(){if(this.fn.call(this.elem,event,this.fn.data)===false)
return(stop=false);});return stop;}
function liveConvert(type,selector){return["live",type,selector.replace(/\./g,"`").replace(/ /g,"|")].join(".");}
jQuery.extend({isReady:false,readyList:[],ready:function(){if(!jQuery.isReady){jQuery.isReady=true;if(jQuery.readyList){jQuery.each(jQuery.readyList,function(){this.call(document,jQuery);});jQuery.readyList=null;}
jQuery(document).triggerHandler("ready");}}});var readyBound=false;function bindReady(){if(readyBound)return;readyBound=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);jQuery.ready();},false);}else if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);jQuery.ready();}});if(document.documentElement.doScroll&&window==window.top)(function(){if(jQuery.isReady)return;try{document.documentElement.doScroll("left");}catch(error){setTimeout(arguments.callee,0);return;}
jQuery.ready();})();}
jQuery.event.add(window,"load",jQuery.ready);}
jQuery.each(("blur,focus,load,resize,scroll,unload,click,dblclick,"+"mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,"+"change,select,submit,keydown,keypress,keyup,error").split(","),function(i,name){jQuery.fn[name]=function(fn){return fn?this.bind(name,fn):this.trigger(name);};});jQuery(window).bind('unload',function(){for(var id in jQuery.cache)
if(id!=1&&jQuery.cache[id].handle)
jQuery.event.remove(jQuery.cache[id].handle.elem);});(function(){jQuery.support={};var root=document.documentElement,script=document.createElement("script"),div=document.createElement("div"),id="script"+(new Date).getTime();div.style.display="none";div.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var all=div.getElementsByTagName("*"),a=div.getElementsByTagName("a")[0];if(!all||!all.length||!a){return;}
jQuery.support={leadingWhitespace:div.firstChild.nodeType==3,tbody:!div.getElementsByTagName("tbody").length,objectAll:!!div.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!div.getElementsByTagName("link").length,style:/red/.test(a.getAttribute("style")),hrefNormalized:a.getAttribute("href")==="/a",opacity:a.style.opacity==="0.5",cssFloat:!!a.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};script.type="text/javascript";try{script.appendChild(document.createTextNode("window."+id+"=1;"));}catch(e){}
root.insertBefore(script,root.firstChild);if(window[id]){jQuery.support.scriptEval=true;delete window[id];}
root.removeChild(script);if(div.attachEvent&&div.fireEvent){div.attachEvent("onclick",function(){jQuery.support.noCloneEvent=false;div.detachEvent("onclick",arguments.callee);});div.cloneNode(true).fireEvent("onclick");}
jQuery(function(){var div=document.createElement("div");div.style.width=div.style.paddingLeft="1px";document.body.appendChild(div);jQuery.boxModel=jQuery.support.boxModel=div.offsetWidth===2;document.body.removeChild(div).style.display='none';});})();var styleFloat=jQuery.support.cssFloat?"cssFloat":"styleFloat";jQuery.props={"for":"htmlFor","class":"className","float":styleFloat,cssFloat:styleFloat,styleFloat:styleFloat,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};jQuery.fn.extend({_load:jQuery.fn.load,load:function(url,params,callback){if(typeof url!=="string")
return this._load(url);var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off);}
var type="GET";if(params)
if(jQuery.isFunction(params)){callback=params;params=null;}else if(typeof params==="object"){params=jQuery.param(params);type="POST";}
var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status=="success"||status=="notmodified")
self.html(selector?jQuery("<div/>").append(res.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(selector):res.responseText);if(callback)
self.each(callback,[res.responseText,status,res]);}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return this.elements?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:jQuery.isArray(val)?jQuery.map(val,function(val,i){return{name:elem.name,value:val};}):{name:elem.name,value:val};}).get();}});jQuery.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});var jsc=now();jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data=null;}
return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type});},getScript:function(url,callback){return jQuery.get(url,null,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},post:function(url,data,callback,type){if(jQuery.isFunction(data)){callback=data;data={};}
return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings);},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return window.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest();},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(s){s=jQuery.extend(true,s,jQuery.extend(true,{},jQuery.ajaxSettings,s));var jsonp,jsre=/=\?(&|$)/g,status,data,type=s.type.toUpperCase();if(s.data&&s.processData&&typeof s.data!=="string")
s.data=jQuery.param(s.data);if(s.dataType=="jsonp"){if(type=="GET"){if(!s.url.match(jsre))
s.url+=(s.url.match(/\?/)?"&":"?")+(s.jsonp||"callback")+"=?";}else if(!s.data||!s.data.match(jsre))
s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";s.dataType="json";}
if(s.dataType=="json"&&(s.data&&s.data.match(jsre)||s.url.match(jsre))){jsonp="jsonp"+jsc++;if(s.data)
s.data=(s.data+"").replace(jsre,"="+jsonp+"$1");s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp];}catch(e){}
if(head)
head.removeChild(script);};}
if(s.dataType=="script"&&s.cache==null)
s.cache=false;if(s.cache===false&&type=="GET"){var ts=now();var ret=s.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+ts+"$2");s.url=ret+((ret==s.url)?(s.url.match(/\?/)?"&":"?")+"_="+ts:"");}
if(s.data&&type=="GET"){s.url+=(s.url.match(/\?/)?"&":"?")+s.data;s.data=null;}
if(s.global&&!jQuery.active++)
jQuery.event.trigger("ajaxStart");var parts=/^(\w+:)?\/\/([^\/?#]+)/.exec(s.url);if(s.dataType=="script"&&type=="GET"&&parts&&(parts[1]&&parts[1]!=location.protocol||parts[2]!=location.host)){var head=document.getElementsByTagName("head")[0];var script=document.createElement("script");script.src=s.url;if(s.scriptCharset)
script.charset=s.scriptCharset;if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){done=true;success();complete();script.onload=script.onreadystatechange=null;head.removeChild(script);}};}
head.appendChild(script);return undefined;}
var requestDone=false;var xhr=s.xhr();if(s.username)
xhr.open(type,s.url,s.async,s.username,s.password);else
xhr.open(type,s.url,s.async);try{if(s.data)
xhr.setRequestHeader("Content-Type",s.contentType);if(s.ifModified)
xhr.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]||"Thu, 01 Jan 1970 00:00:00 GMT");xhr.setRequestHeader("X-Requested-With","XMLHttpRequest");xhr.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default);}catch(e){}
if(s.beforeSend&&s.beforeSend(xhr,s)===false){if(s.global&&!--jQuery.active)
jQuery.event.trigger("ajaxStop");xhr.abort();return false;}
if(s.global)
jQuery.event.trigger("ajaxSend",[xhr,s]);var onreadystatechange=function(isTimeout){if(xhr.readyState==0){if(ival){clearInterval(ival);ival=null;if(s.global&&!--jQuery.active)
jQuery.event.trigger("ajaxStop");}}else if(!requestDone&&xhr&&(xhr.readyState==4||isTimeout=="timeout")){requestDone=true;if(ival){clearInterval(ival);ival=null;}
status=isTimeout=="timeout"?"timeout":!jQuery.httpSuccess(xhr)?"error":s.ifModified&&jQuery.httpNotModified(xhr,s.url)?"notmodified":"success";if(status=="success"){try{data=jQuery.httpData(xhr,s.dataType,s);}catch(e){status="parsererror";}}
if(status=="success"){var modRes;try{modRes=xhr.getResponseHeader("Last-Modified");}catch(e){}
if(s.ifModified&&modRes)
jQuery.lastModified[s.url]=modRes;if(!jsonp)
success();}else
jQuery.handleError(s,xhr,status);complete();if(isTimeout)
xhr.abort();if(s.async)
xhr=null;}};if(s.async){var ival=setInterval(onreadystatechange,13);if(s.timeout>0)
setTimeout(function(){if(xhr&&!requestDone)
onreadystatechange("timeout");},s.timeout);}
try{xhr.send(s.data);}catch(e){jQuery.handleError(s,xhr,null,e);}
if(!s.async)
onreadystatechange();function success(){if(s.success)
s.success(data,status);if(s.global)
jQuery.event.trigger("ajaxSuccess",[xhr,s]);}
function complete(){if(s.complete)
s.complete(xhr,status);if(s.global)
jQuery.event.trigger("ajaxComplete",[xhr,s]);if(s.global&&!--jQuery.active)
jQuery.event.trigger("ajaxStop");}
return xhr;},handleError:function(s,xhr,status,e){if(s.error)s.error(xhr,status,e);if(s.global)
jQuery.event.trigger("ajaxError",[xhr,s,e]);},active:0,httpSuccess:function(xhr){try{return!xhr.status&&location.protocol=="file:"||(xhr.status>=200&&xhr.status<300)||xhr.status==304||xhr.status==1223;}catch(e){}
return false;},httpNotModified:function(xhr,url){try{var xhrRes=xhr.getResponseHeader("Last-Modified");return xhr.status==304||xhrRes==jQuery.lastModified[url];}catch(e){}
return false;},httpData:function(xhr,type,s){var ct=xhr.getResponseHeader("content-type"),xml=type=="xml"||!type&&ct&&ct.indexOf("xml")>=0,data=xml?xhr.responseXML:xhr.responseText;if(xml&&data.documentElement.tagName=="parsererror")
throw"parsererror";if(s&&s.dataFilter)
data=s.dataFilter(data,type);if(typeof data==="string"){if(type=="script")
jQuery.globalEval(data);if(type=="json")
data=window["eval"]("("+data+")");}
return data;},param:function(a){var s=[];function add(key,value){s[s.length]=encodeURIComponent(key)+'='+encodeURIComponent(value);};if(jQuery.isArray(a)||a.jquery)
jQuery.each(a,function(){add(this.name,this.value);});else
for(var j in a)
if(jQuery.isArray(a[j]))
jQuery.each(a[j],function(){add(j,this);});else
add(j,jQuery.isFunction(a[j])?a[j]():a[j]);return s.join("&").replace(/%20/g,"+");}});var elemdisplay={},timerId,fxAttrs=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function genFx(type,num){var obj={};jQuery.each(fxAttrs.concat.apply([],fxAttrs.slice(0,num)),function(){obj[this]=type;});return obj;}
jQuery.fn.extend({show:function(speed,callback){if(speed){return this.animate(genFx("show",3),speed,callback);}else{for(var i=0,l=this.length;i<l;i++){var old=jQuery.data(this[i],"olddisplay");this[i].style.display=old||"";if(jQuery.css(this[i],"display")==="none"){var tagName=this[i].tagName,display;if(elemdisplay[tagName]){display=elemdisplay[tagName];}else{var elem=jQuery("<"+tagName+" />").appendTo("body");display=elem.css("display");if(display==="none")
display="block";elem.remove();elemdisplay[tagName]=display;}
jQuery.data(this[i],"olddisplay",display);}}
for(var i=0,l=this.length;i<l;i++){this[i].style.display=jQuery.data(this[i],"olddisplay")||"";}
return this;}},hide:function(speed,callback){if(speed){return this.animate(genFx("hide",3),speed,callback);}else{for(var i=0,l=this.length;i<l;i++){var old=jQuery.data(this[i],"olddisplay");if(!old&&old!=="none")
jQuery.data(this[i],"olddisplay",jQuery.css(this[i],"display"));}
for(var i=0,l=this.length;i<l;i++){this[i].style.display="none";}
return this;}},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){var bool=typeof fn==="boolean";return jQuery.isFunction(fn)&&jQuery.isFunction(fn2)?this._toggle.apply(this,arguments):fn==null||bool?this.each(function(){var state=bool?fn:jQuery(this).is(":hidden");jQuery(this)[state?"show":"hide"]();}):this.animate(genFx("toggle",3),fn,fn2);},fadeTo:function(speed,to,callback){return this.animate({opacity:to},speed,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);return this[optall.queue===false?"each":"queue"](function(){var opt=jQuery.extend({},optall),p,hidden=this.nodeType==1&&jQuery(this).is(":hidden"),self=this;for(p in prop){if(prop[p]=="hide"&&hidden||prop[p]=="show"&&!hidden)
return opt.complete.call(this);if((p=="height"||p=="width")&&this.style){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow;}}
if(opt.overflow!=null)
this.style.overflow="hidden";opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(/toggle|show|hide/.test(val))
e[val=="toggle"?hidden?"show":"hide":val](prop);else{var parts=val.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit;}
if(parts[1])
end=((parts[1]=="-="?-1:1)*end)+start;e.custom(start,end,unit);}else
e.custom(start,val,"");}});return true;});},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue)
this.queue([]);this.each(function(){for(var i=timers.length-1;i>=0;i--)
if(timers[i].elem==this){if(gotoEnd)
timers[i](true);timers.splice(i,1);}});if(!gotoEnd)
this.dequeue();return this;}});jQuery.each({slideDown:genFx("show",1),slideUp:genFx("hide",1),slideToggle:genFx("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(name,props){jQuery.fn[name]=function(speed,callback){return this.animate(props,speed,callback);};});jQuery.extend({speed:function(speed,easing,fn){var opt=typeof speed==="object"?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&!jQuery.isFunction(easing)&&easing};opt.duration=jQuery.fx.off?0:typeof opt.duration==="number"?opt.duration:jQuery.fx.speeds[opt.duration]||jQuery.fx.speeds._default;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false)
jQuery(this).dequeue();if(jQuery.isFunction(opt.old))
opt.old.call(this);};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig)
options.orig={};}});jQuery.fx.prototype={update:function(){if(this.options.step)
this.options.step.call(this.elem,this.now,this);(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style)
this.elem.style.display="block";},cur:function(force){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))
return this.elem[this.prop];var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0;},custom:function(from,to,unit){this.startTime=now();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;var self=this;function t(gotoEnd){return self.step(gotoEnd);}
t.elem=this.elem;if(t()&&jQuery.timers.push(t)&&!timerId){timerId=setInterval(function(){var timers=jQuery.timers;for(var i=0;i<timers.length;i++)
if(!timers[i]())
timers.splice(i--,1);if(!timers.length){clearInterval(timerId);timerId=undefined;}},13);}},show:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());jQuery(this.elem).show();},hide:function(){this.options.orig[this.prop]=jQuery.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(gotoEnd){var t=now();if(gotoEnd||t>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var done=true;for(var i in this.options.curAnim)
if(this.options.curAnim[i]!==true)
done=false;if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(jQuery.css(this.elem,"display")=="none")
this.elem.style.display="block";}
if(this.options.hide)
jQuery(this.elem).hide();if(this.options.hide||this.options.show)
for(var p in this.options.curAnim)
jQuery.attr(this.elem.style,p,this.options.orig[p]);this.options.complete.call(this.elem);}
return false;}else{var n=t-this.startTime;this.state=n/this.options.duration;this.pos=jQuery.easing[this.options.easing||(jQuery.easing.swing?"swing":"linear")](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}
return true;}};jQuery.extend(jQuery.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(fx){jQuery.attr(fx.elem.style,"opacity",fx.now);},_default:function(fx){if(fx.elem.style&&fx.elem.style[fx.prop]!=null)
fx.elem.style[fx.prop]=fx.now+fx.unit;else
fx.elem[fx.prop]=fx.now;}}});if(document.documentElement["getBoundingClientRect"])
jQuery.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return jQuery.offset.bodyOffset(this[0]);var box=this[0].getBoundingClientRect(),doc=this[0].ownerDocument,body=doc.body,docElem=doc.documentElement,clientTop=docElem.clientTop||body.clientTop||0,clientLeft=docElem.clientLeft||body.clientLeft||0,top=box.top+(self.pageYOffset||jQuery.boxModel&&docElem.scrollTop||body.scrollTop)-clientTop,left=box.left+(self.pageXOffset||jQuery.boxModel&&docElem.scrollLeft||body.scrollLeft)-clientLeft;return{top:top,left:left};};else
jQuery.fn.offset=function(){if(!this[0])return{top:0,left:0};if(this[0]===this[0].ownerDocument.body)return jQuery.offset.bodyOffset(this[0]);jQuery.offset.initialized||jQuery.offset.initialize();var elem=this[0],offsetParent=elem.offsetParent,prevOffsetParent=elem,doc=elem.ownerDocument,computedStyle,docElem=doc.documentElement,body=doc.body,defaultView=doc.defaultView,prevComputedStyle=defaultView.getComputedStyle(elem,null),top=elem.offsetTop,left=elem.offsetLeft;while((elem=elem.parentNode)&&elem!==body&&elem!==docElem){computedStyle=defaultView.getComputedStyle(elem,null);top-=elem.scrollTop,left-=elem.scrollLeft;if(elem===offsetParent){top+=elem.offsetTop,left+=elem.offsetLeft;if(jQuery.offset.doesNotAddBorder&&!(jQuery.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(elem.tagName)))
top+=parseInt(computedStyle.borderTopWidth,10)||0,left+=parseInt(computedStyle.borderLeftWidth,10)||0;prevOffsetParent=offsetParent,offsetParent=elem.offsetParent;}
if(jQuery.offset.subtractsBorderForOverflowNotVisible&&computedStyle.overflow!=="visible")
top+=parseInt(computedStyle.borderTopWidth,10)||0,left+=parseInt(computedStyle.borderLeftWidth,10)||0;prevComputedStyle=computedStyle;}
if(prevComputedStyle.position==="relative"||prevComputedStyle.position==="static")
top+=body.offsetTop,left+=body.offsetLeft;if(prevComputedStyle.position==="fixed")
top+=Math.max(docElem.scrollTop,body.scrollTop),left+=Math.max(docElem.scrollLeft,body.scrollLeft);return{top:top,left:left};};jQuery.offset={initialize:function(){if(this.initialized)return;var body=document.body,container=document.createElement('div'),innerDiv,checkDiv,table,td,rules,prop,bodyMarginTop=body.style.marginTop,html='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';rules={position:'absolute',top:0,left:0,margin:0,border:0,width:'1px',height:'1px',visibility:'hidden'};for(prop in rules)container.style[prop]=rules[prop];container.innerHTML=html;body.insertBefore(container,body.firstChild);innerDiv=container.firstChild,checkDiv=innerDiv.firstChild,td=innerDiv.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(checkDiv.offsetTop!==5);this.doesAddBorderForTableAndCells=(td.offsetTop===5);innerDiv.style.overflow='hidden',innerDiv.style.position='relative';this.subtractsBorderForOverflowNotVisible=(checkDiv.offsetTop===-5);body.style.marginTop='1px';this.doesNotIncludeMarginInBodyOffset=(body.offsetTop===0);body.style.marginTop=bodyMarginTop;body.removeChild(container);this.initialized=true;},bodyOffset:function(body){jQuery.offset.initialized||jQuery.offset.initialize();var top=body.offsetTop,left=body.offsetLeft;if(jQuery.offset.doesNotIncludeMarginInBodyOffset)
top+=parseInt(jQuery.curCSS(body,'marginTop',true),10)||0,left+=parseInt(jQuery.curCSS(body,'marginLeft',true),10)||0;return{top:top,left:left};}};jQuery.fn.extend({position:function(){var left=0,top=0,results;if(this[0]){var offsetParent=this.offsetParent(),offset=this.offset(),parentOffset=/^body|html$/i.test(offsetParent[0].tagName)?{top:0,left:0}:offsetParent.offset();offset.top-=num(this,'marginTop');offset.left-=num(this,'marginLeft');parentOffset.top+=num(offsetParent,'borderTopWidth');parentOffset.left+=num(offsetParent,'borderLeftWidth');results={top:offset.top-parentOffset.top,left:offset.left-parentOffset.left};}
return results;},offsetParent:function(){var offsetParent=this[0].offsetParent||document.body;while(offsetParent&&(!/^body|html$/i.test(offsetParent.tagName)&&jQuery.css(offsetParent,'position')=='static'))
offsetParent=offsetParent.offsetParent;return jQuery(offsetParent);}});jQuery.each(['Left','Top'],function(i,name){var method='scroll'+name;jQuery.fn[method]=function(val){if(!this[0])return null;return val!==undefined?this.each(function(){this==window||this==document?window.scrollTo(!i?val:jQuery(window).scrollLeft(),i?val:jQuery(window).scrollTop()):this[method]=val;}):this[0]==window||this[0]==document?self[i?'pageYOffset':'pageXOffset']||jQuery.boxModel&&document.documentElement[method]||document.body[method]:this[0][method];};});jQuery.each(["Height","Width"],function(i,name){var tl=i?"Left":"Top",br=i?"Right":"Bottom",lower=name.toLowerCase();jQuery.fn["inner"+name]=function(){return this[0]?jQuery.css(this[0],lower,false,"padding"):null;};jQuery.fn["outer"+name]=function(margin){return this[0]?jQuery.css(this[0],lower,false,margin?"margin":"border"):null;};var type=name.toLowerCase();jQuery.fn[type]=function(size){return this[0]==window?document.compatMode=="CSS1Compat"&&document.documentElement["client"+name]||document.body["client"+name]:this[0]==document?Math.max(document.documentElement["client"+name],document.body["scroll"+name],document.documentElement["scroll"+name],document.body["offset"+name],document.documentElement["offset"+name]):size===undefined?(this.length?jQuery.css(this[0],type):null):this.css(type,typeof size==="string"?size:size+"px");};});})();;
/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2009 M. Alsup
 * Version: 2.73 (04-NOV-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.6 or later
 *
 * Originally based on the work of:
 * 1) Matt Oakes
 * 2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)
 * 3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)
 */
;(function($){var ver='2.73';if($.support==undefined){$.support={opacity:!($.browser.msie)};}
function debug(s){if($.fn.cycle.debug)
log(s);}
function log(){if(window.console&&window.console.log)
window.console.log('[cycle] '+Array.prototype.join.call(arguments,' '));};$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!='stop'){if(!$.isReady&&o.s){log('DOM not ready, queuing slideshow');$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}
log('terminating; zero elements found by selector'+($.isReady?'':' (DOM not ready)'));return this;}
return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false)
return;if(this.cycleTimeout)
clearTimeout(this.cycleTimeout);this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log('terminating; too few slides: '+els.length);return;}
var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false)
return;var startTime=opts2.continuous?10:getTimeout(opts2.currSlide,opts2.nextSlide,opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10)
startTime=10;debug('first timeout: '+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev)},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined)
cont.cycleStop=0;if(options===undefined||options===null)
options={};if(options.constructor==String){switch(options){case'stop':cont.cycleStop++;if(cont.cycleTimeout)
clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;$(cont).removeData('cycle.opts');return false;case'pause':cont.cyclePause=1;return false;case'resume':cont.cyclePause=0;if(arg2===true){options=$(cont).data('cycle.opts');if(!options){log('options not found, can not resume');return false;}
if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}
go(options.elements,options,1,1);}
return false;case'prev':case'next':var opts=$(cont).data('cycle.opts');if(!opts){log('options not found, "prev/next" ignored');return false;}
$.fn.cycle[options](opts);return false;default:options={fx:options};};return options;}
else if(options.constructor==Number){var num=options;options=$(cont).data('cycle.opts');if(!options){log('options not found, can not advance slide');return false;}
if(num<0||num>=options.elements.length){log('invalid slide index: '+num);return false;}
options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}
if(typeof arg2=='string')
options.oneTimeFx=arg2;go(options.elements,options,1,num>=options.currSlide);return false;}
return options;};function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute('filter');}
catch(smother){}}};function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop)
opts.countdown=opts.autostopCount||els.length;var cont=$cont[0];$cont.data('cycle.opts',opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype)
opts.after.push(function(){removeFilter(this,opts);});if(opts.continuous)
opts.after.push(function(){go(els,opts,0,!opts.rev);});saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg)
clearTypeFix($slides);if($cont.css('position')=='static')
$cont.css('position','relative');if(opts.width)
$cont.width(opts.width);if(opts.height&&opts.height!='auto')
$cont.height(opts.height);if(opts.startingSlide)
opts.startingSlide=parseInt(opts.startingSlide);if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++)
opts.randomMap.push(i);opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}
else if(opts.startingSlide>=els.length)
opts.startingSlide=0;opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:'absolute',top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css('z-index',z)});$(els[first]).css('opacity',1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width)
$slides.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto')
$slides.height(opts.height);var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w)w=e.offsetWidth;if(!h)h=e.offsetHeight;maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}
if(maxw>0&&maxh>0)
$cont.css({width:maxw+'px',height:maxh+'px'});}
if(opts.pause)
$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});if(supportMultiTransitions(opts)===false)
return false;var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is('img')){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts,' - img slide not loaded, requeuing slideshow: ',this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options)},opts.requeueTimeout);requeue=true;return false;}
else{log('could not determine size of image: '+this.src,this.cycleW,this.cycleH);}}}
return true;});if(requeue)
return false;opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(':eq('+first+')').css(opts.cssBefore);if(opts.cssFirst)
$($slides[first]).css(opts.cssFirst);if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String)
opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);if(!opts.sync)
opts.speed=opts.speed/2;while((opts.timeout-opts.speed)<250)
opts.timeout+=opts.speed;}
if(opts.easing)
opts.easeIn=opts.easeOut=opts.easing;if(!opts.speedIn)
opts.speedIn=opts.speed;if(!opts.speedOut)
opts.speedOut=opts.speed;opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else
opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init))
init($cont,$slides,opts);else if(opts.fx!='custom'&&!opts.multiFx){log('unknown transition: '+opts.fx,'; slideshow terminating');return false;}}
var e0=$slides[first];if(opts.before.length)
opts.before[0].apply(e0,[e0,e0,opts,true]);if(opts.after.length>1)
opts.after[1].apply(e0,[e0,e0,opts,true]);if(opts.next)
$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1)});if(opts.prev)
$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1)});if(opts.pager)
buildPager(els,opts);exposeAddSlide(opts,els);return opts;};function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});};function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(',')>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,'').split(',');for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log('discarding unknown transition: ',fx);opts.fxs.splice(i,1);i--;}}
if(!opts.fxs.length){log('No valid transitions named; slideshow terminating.');return false;}}
else if(opts.fx=='all'){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx))
opts.fxs.push(p);}}
if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}
debug('randomized fx sequence: ',opts.fxs);}
return true;};function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount)
opts.countdown++;els[prepend?'unshift':'push'](s);if(opts.els)
opts.els[prepend?'unshift':'push'](s);opts.slideCount=els.length;$s.css('position','absolute');$s[prepend?'prependTo':'appendTo'](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}
if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg)
clearTypeFix($s);if(opts.fit&&opts.width)
$s.width(opts.width);if(opts.fit&&opts.height&&opts.height!='auto')
$slides.height(opts.height);s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager)
$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);if($.isFunction(opts.onAddSlide))
opts.onAddSlide($s);else
$s.hide();};}
$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init))
init(opts.$cont,$(opts.elements),opts);};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false;}
if(opts.busy)
return;var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual)
return;if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end)
opts.end(opts);return;}
if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length)
opts.lastFx=0;fx=opts.fxs[opts.lastFx];opts.currFx=fx;}
if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}
$.fn.cycle.resetState(opts,fx);if(opts.before.length)
$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount)return;o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn)
opts.fxFn(curr,next,opts,after,fwd);else if($.isFunction($.fn.cycle[opts.fx]))
$.fn.cycle[opts.fx](curr,next,opts,after);else
$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}
opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}
if(opts.pager)
$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}
var ms=0;if(opts.timeout&&!opts.continuous)
ms=getTimeout(curr,next,opts,fwd);else if(opts.continuous&&p.cyclePause)
ms=10;if(ms>0)
p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev)},ms);};$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).each(function(){$(this).find('a').removeClass('activeSlide').filter('a:eq('+currSlide+')').addClass('activeSlide');});};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);while((t-opts.speed)<250)
t+=opts.speed;debug('calculated timeout: '+t+'; speed: '+opts.speed);if(t!==false)
return t;}
return opts.timeout;};$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}
if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2)
opts.randomIndex=els.length-2;else if(opts.randomIndex==-1)
opts.randomIndex=els.length-1;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else if(opts.random){if(++opts.randomIndex==els.length)
opts.randomIndex=0;opts.nextSlide=opts.randomMap[opts.randomIndex];}
else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap)return false;opts.nextSlide=els.length-1;}
else if(opts.nextSlide>=els.length){if(opts.nowrap)return false;opts.nextSlide=0;}}
if($.isFunction(opts.prevNextClick))
opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,val>=0);return false;};function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);};$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder))
a=opts.pagerAnchorBuilder(i,el);else
a='<a href="#">'+(i+1)+'</a>';if(!a)
return;var $a=$(a);if($a.parents('body').length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone[0]);});$a=$(arr);}
else{$a.appendTo($p);}}
$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}
if($.isFunction(opts.pagerClick))
opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);go(els,opts,1,opts.currSlide<i);return false;});if(opts.pagerEvent!='click')
$a.click(function(){return false;});if(opts.pauseOnPagerHover)
$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd)
hops=c>l?c-l:opts.slideCount-l;else
hops=c<l?l-c:l+opts.slideCount-c;return hops;};function clearTypeFix($slides){function hex(s){s=parseInt(s).toString(16);return s.length<2?'0'+s:s;};function getBg(e){for(;e&&e.nodeName.toLowerCase()!='html';e=e.parentNode){var v=$.css(e,'background-color');if(v.indexOf('rgb')>=0){var rgb=v.match(/\d+/g);return'#'+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}
if(v&&v!='transparent')
return v;}
return'#ffffff';};$slides.each(function(){$(this).css('background-color',getBg(this));});};$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display='block';if(w!==false&&next.cycleW>0)
opts.cssBefore.width=next.cycleW;if(h!==false&&next.cycleH>0)
opts.cssBefore.height=next.cycleH;opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display='none';$(curr).css('zIndex',opts.slideCount+(rev===true?1:0));$(next).css('zIndex',opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=='number')
speedIn=speedOut=speedOverride;else
speedIn=speedOut=1;easeIn=easeOut=null;}
var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb)};if(opts.sync)fn(function(){$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter)$l.css(opts.cssAfter);if(!opts.sync)fn();});});};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(':eq('+opts.currSlide+')').css('opacity',0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:'fade',timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:'click',pager:null,pagerClick:null,pagerEvent:'click',pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:'auto',startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:500};})(jQuery);;var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()}};M.ready=(function(){var a=!M.recognizesMedia("all");var Z=[],c=function(){a=true;for(var f;f=Z.shift();f()){}};var d=F("link"),e={stylesheet:1};function b(){var g,f,h;for(f=0;h=d[f];++f){if(h.disabled||!e[h.rel.toLowerCase()]||!M.recognizesMedia(h.media||"screen")){continue}g=h.sheet||h.styleSheet;if(!g||g.disabled){return false}}return true}V.ready(function(){if(a||b()){c()}else{setTimeout(arguments.callee,10)}});return function(f){if(a){f()}else{Z.push(f)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=c.data;if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode(".cufon-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}v.fillStyle=o.get("color");function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());;
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1985, 1987, 1989, 1990, 1997, 1998, 1999, 2002 Adobe Systems Incorporated.
 * All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Linotype Corp. registered in the U.S. Patent and
 * Trademark Office and may be registered in certain other jurisdictions in the
 * name of Linotype Corp. or its licensee Linotype GmbH.
 * 
 * Full name:
 * HelveticaLTStd-Roman
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":556,"face":{"font-family":"Helvetica LT Std","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 5 4 2 2 2 2 2 4","ascent":"718","descent":"-282","x-height":"14","bbox":"-166 -931 1000 225","underline-thickness":"50","underline-position":"-50","stemh":"76","stemv":"88","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":278,"k":{"\u0427":50,"\u0423":50,"\u0422":100,"\u0410":50,"\u040e":50,"\u0178":90,"\u00dd":90,"\u201c":30,"\u2018":60,"Y":90,"T":50,"V":50,"W":40,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"!":{"d":"187,-102r0,102r-97,0r0,-102r97,0xm163,-171r-49,0r-24,-310r0,-237r97,0r0,237","w":278},"\"":{"d":"70,-463r0,-255r73,0r0,255r-73,0xm212,-463r0,-255r73,0r0,255r-73,0","w":355},"#":{"d":"388,-210r-29,210r-66,0r29,-210r-125,0r-29,210r-66,0r29,-210r-103,0r9,-63r103,0r19,-142r-103,0r9,-63r103,0r29,-210r67,0r-29,210r124,0r29,-210r67,0r-29,210r103,0r-9,63r-103,0r-20,142r103,0r-9,63r-103,0xm350,-415r-124,0r-20,142r125,0"},"$":{"d":"253,-409r0,-229v-77,0,-119,55,-119,116v0,71,59,103,119,113xm300,-308r0,254v156,8,169,-204,54,-237xm503,-521r-85,0v-7,-54,-26,-100,-118,-117r0,239v137,40,220,64,220,203v0,170,-138,215,-220,215r0,96r-47,0r0,-96v-124,-7,-221,-59,-221,-232r88,0v6,107,33,143,133,159r0,-265v-102,-24,-207,-59,-207,-197v0,-108,88,-195,207,-195r0,-64r47,0r0,64v63,5,197,29,203,190"},"%":{"d":"39,-526v0,-95,77,-169,171,-169v93,0,170,75,170,169v0,94,-76,171,-170,171v-94,0,-171,-75,-171,-171xm109,-526v0,62,47,101,100,101v58,0,101,-46,101,-101v0,-56,-45,-99,-100,-99v-57,0,-101,45,-101,99xm509,-164v0,-95,77,-169,171,-169v93,0,170,75,170,169v0,94,-76,171,-170,171v-94,0,-171,-75,-171,-171xm579,-164v0,62,47,101,100,101v58,0,101,-46,101,-101v0,-56,-45,-99,-100,-99v-57,0,-101,45,-101,99xm669,-703r-396,722r-54,0r395,-722r55,0","w":889},"&":{"d":"417,-141r-162,-198v-77,49,-123,82,-123,159v0,90,89,119,129,119v64,0,118,-28,156,-80xm286,-439v38,-26,90,-63,90,-124v0,-64,-48,-79,-77,-79v-74,0,-84,54,-84,78v0,47,44,98,71,125xm517,-155r128,155r-114,0r-67,-82v-49,56,-104,97,-209,97v-179,0,-211,-133,-211,-188v0,-98,29,-151,162,-226v-52,-64,-76,-97,-76,-159v0,-83,60,-160,170,-160v113,0,161,76,161,148v0,101,-76,152,-129,188r131,156v16,-44,20,-59,29,-112r83,0v-4,49,-21,115,-58,183","w":667},"\u2019":{"d":"53,-612r0,-106r104,0v1,125,10,229,-104,255r0,-47v52,-8,53,-68,53,-102r-53,0","w":222,"k":{"\u0161":50,"s":50,".":225,",":225,"\u2019":57," ":70,"d":50,"\u0131":50,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"A":200,"\u00c6":200,"\u00c1":200,"\u00c2":200,"\u00c4":200,"\u00c0":200,"\u00c5":200,"\u00c3":200,"t":20,"r":50}},"(":{"d":"237,-733r61,0v-85,160,-136,256,-136,496v0,165,57,287,137,444r-59,0v-104,-156,-172,-281,-172,-468v0,-176,61,-318,169,-472","w":333},")":{"d":"96,207r-61,0v85,-160,136,-256,136,-496v0,-165,-57,-287,-137,-444r59,0v104,156,172,281,172,468v0,176,-61,318,-169,472","w":333},"*":{"d":"39,-591r20,-55r105,38r0,-110r60,0r0,110r105,-38r20,55r-108,34r67,92r-49,34r-65,-94r-65,94r-49,-34r67,-92","w":389},"+":{"d":"256,-289r0,-216r73,0r0,216r216,0r0,73r-216,0r0,216r-73,0r0,-216r-217,0r0,-73r217,0","w":584},",":{"d":"87,0r0,-106r104,0r0,98v0,136,-84,152,-104,155r0,-46v42,-4,53,-54,53,-101r-53,0","w":278,"k":{"\u201d":100,"\u201c":225,"\u2018":225,"\u2019":100}},"-":{"d":"289,-322r0,90r-245,0r0,-90r245,0","w":333},".":{"d":"191,-106r0,106r-104,0r0,-106r104,0","w":278,"k":{"\u201d":100,"\u201c":225,"\u2018":225,"\u2019":100," ":60}},"\/":{"d":"295,-737r-245,756r-67,0r246,-756r66,0","w":278},"0":{"d":"425,-342v0,-176,-46,-282,-147,-282v-101,0,-147,106,-147,282v0,176,46,282,147,282v101,0,147,-106,147,-282xm519,-342v0,146,-39,361,-241,361v-202,0,-241,-215,-241,-361v0,-146,39,-361,241,-361v202,0,241,215,241,361","k":{"1":75}},"1":{"d":"359,-703r0,703r-94,0r0,-499r-164,0r0,-70v114,-8,161,-19,189,-134r69,0","k":{"9":40,"8":40,"7":40,"6":40,"5":40,"4":40,"3":40,"2":40,"1":115,"0":55,".":150,"-":115}},"2":{"d":"132,-451r-88,0v0,-229,167,-252,243,-252v122,0,220,79,220,210v0,157,-147,210,-261,275v-95,54,-117,108,-121,135r382,0r0,83r-481,0v3,-197,130,-262,258,-333v75,-42,129,-72,129,-164v0,-56,-36,-127,-139,-127v-133,0,-139,124,-142,173"},"3":{"d":"224,-324r0,-76v94,9,180,-7,180,-113v0,-42,-25,-111,-130,-111v-125,0,-133,102,-137,151r-86,0v0,-103,42,-230,227,-230v136,0,217,78,217,185v0,93,-55,130,-90,147v68,22,117,70,117,164v0,115,-74,226,-253,226v-52,0,-96,-13,-130,-31v-78,-41,-99,-122,-105,-203r91,0v3,66,19,155,150,155v90,0,153,-55,153,-136v0,-134,-113,-131,-204,-128"},"4":{"d":"523,-171r-103,0r0,171r-88,0r0,-171r-307,0r0,-86r322,-446r73,0r0,456r103,0r0,76xm330,-566r-224,319r226,0r0,-319r-2,0"},"5":{"d":"177,-602r-30,193v30,-23,73,-44,136,-44v114,0,231,80,231,225v0,78,-35,247,-255,247v-92,0,-210,-37,-227,-194r91,0v9,82,70,118,149,118v91,0,148,-73,148,-161v0,-166,-207,-205,-286,-89r-76,-4r53,-377r364,0r0,86r-298,0"},"6":{"d":"503,-516r-86,0v-11,-62,-45,-108,-121,-108v-137,0,-172,190,-165,262v22,-38,71,-86,167,-86v86,0,220,55,220,223v0,72,-19,124,-67,176v-37,41,-79,68,-178,68v-54,0,-131,-24,-181,-102v-42,-66,-54,-152,-54,-244v0,-154,50,-376,260,-376v81,0,196,44,205,187xm141,-216v0,75,45,156,148,156v84,0,138,-66,138,-161v0,-62,-33,-148,-142,-148v-97,0,-144,70,-144,153"},"7":{"d":"37,-602r0,-86r486,0r0,77v-70,73,-238,297,-289,611r-97,0v24,-193,152,-445,287,-602r-387,0","k":{"6":40,"4":95,".":190,"-":135,",":190}},"8":{"d":"492,-522v0,101,-59,132,-90,148v95,40,115,118,115,171v0,113,-72,222,-238,222v-39,0,-113,-10,-169,-54v-72,-57,-72,-133,-72,-167v0,-86,45,-141,119,-171v-60,-23,-95,-71,-95,-137v0,-73,45,-193,213,-193v156,0,217,99,217,181xm277,-330v-99,0,-145,65,-145,130v0,56,28,140,150,140v64,0,141,-23,141,-133v0,-95,-66,-137,-146,-137xm276,-406v76,0,125,-49,125,-113v0,-43,-28,-105,-131,-105v-94,0,-117,65,-117,110v0,67,59,108,123,108"},"9":{"d":"263,-235v-130,0,-221,-87,-221,-227v0,-128,78,-241,226,-241v224,0,246,212,246,326v0,75,-13,396,-255,396v-165,0,-209,-120,-209,-188r88,0v5,71,47,115,119,115v96,0,147,-81,169,-263r-2,-2v-26,54,-96,84,-161,84xm276,-314v46,0,135,-21,135,-160v0,-80,-41,-150,-142,-150v-82,0,-136,64,-136,158v0,135,84,152,143,152"},":":{"d":"191,-106r0,106r-104,0r0,-106r104,0xm191,-516r0,106r-104,0r0,-106r104,0","w":278,"k":{" ":50}},";":{"d":"87,0r0,-106r104,0r0,98v0,136,-84,152,-104,155r0,-46v42,-4,53,-54,53,-101r-53,0xm191,-410r-104,0r0,-106r104,0r0,106","w":278,"k":{" ":50}},"<":{"d":"536,-91r0,80r-488,-207r0,-70r488,-207r0,80r-390,162","w":584},"=":{"d":"545,-390r0,73r-506,0r0,-73r506,0xm545,-188r0,73r-506,0r0,-73r506,0","w":584},">":{"d":"48,-415r0,-80r488,207r0,70r-488,207r0,-80r390,-162","w":584},"?":{"d":"144,-493r-88,0v3,-68,6,-133,79,-188v130,-98,357,-38,357,150v0,66,-26,100,-94,165v-63,61,-89,84,-87,183r-88,0v0,-114,25,-143,95,-215v66,-68,80,-82,80,-139v0,-42,-24,-114,-121,-114v-128,0,-133,115,-133,158xm318,-102r0,102r-97,0r0,-102r97,0"},"@":{"d":"611,-408v0,-49,-38,-92,-82,-92v-89,0,-151,112,-151,195v0,57,34,97,84,97v85,0,149,-120,149,-200xm565,-199v-31,30,-73,64,-122,63v-86,0,-147,-73,-147,-160v0,-135,92,-276,231,-276v48,0,89,22,115,78r20,-62r68,0v-38,140,-90,299,-90,326v0,19,5,29,21,29v68,0,142,-109,142,-216v0,-160,-128,-258,-279,-258v-178,0,-304,143,-304,320v0,177,136,312,311,312v93,0,186,-44,243,-114r67,0v-65,109,-184,176,-312,176v-214,0,-382,-167,-382,-380v0,-209,171,-376,377,-376v185,0,344,130,344,312v0,181,-150,289,-239,289v-34,0,-62,-20,-64,-63","w":1015},"A":{"d":"477,-209r-288,0r-75,209r-100,0r270,-718r110,0r260,718r-106,0xm219,-295r223,0r-106,-316r-2,0","w":667,"k":{"v":40,"w":40,"y":40,"\u00fd":40,"\u00ff":40,"c":20,"\u00e7":20,"C":30,"\u00c7":30,"d":20,"\u0131":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"G":30,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":30,"\u00d8":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d6":30,"\u00d2":30,"\u00d5":30,"q":20,"Q":30,"S":15,"\u0160":15,"T":120,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":70,"W":50,"Y":100,"\u00dd":100,"\u0178":100,"\u00ab":100,"\u00bb":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"B":{"d":"171,-635r0,221v141,-5,325,35,325,-116v0,-67,-41,-105,-149,-105r-176,0xm74,0r0,-718r316,0v134,0,203,83,203,181v0,47,-17,113,-96,150v47,19,130,52,130,175v0,115,-85,212,-244,212r-309,0xm171,-335r0,252r207,0v101,0,152,-51,152,-131v0,-167,-205,-111,-359,-121","w":667,"k":{"U":10,"\u00da":10,"\u00db":10,"\u00dc":10,"\u00d9":10,"V":55,"W":20,"Y":55,"\u00dd":55,"\u0178":55,",":20,".":20,"A":15,"\u00c6":15,"\u00c1":15,"\u00c2":15,"\u00c4":15,"\u00c0":15,"\u00c5":15,"\u00c3":15}},"C":{"d":"674,-502r-94,0v-27,-126,-132,-149,-201,-149v-130,0,-235,96,-235,285v0,169,60,299,238,299v63,0,172,-30,205,-197r94,0v-40,271,-260,283,-314,283v-163,0,-323,-106,-323,-382v0,-221,126,-374,335,-374v185,0,281,115,295,235","w":722,"k":{".":30,",":30,"y":25,"\u00fd":25,"\u00ff":25,"e":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"\u00e8":15,"o":15,"\u00f8":15,"\u0153":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f2":15,"\u00f5":15,"Y":40,"\u00dd":40,"\u0178":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25}},"D":{"d":"81,0r0,-718r291,0v187,0,302,142,302,349v0,161,-70,369,-306,369r-287,0xm178,-635r0,552r188,0v126,0,208,-99,208,-280v0,-181,-83,-272,-215,-272r-181,0","w":722,"k":{"y":15,"\u00fd":15,"\u00ff":15,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"V":70,"W":40,"Y":90,"\u00dd":90,"\u0178":90,"\u2019":40,",":70,".":70,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"J":25}},"E":{"d":"616,-86r0,86r-530,0r0,-718r523,0r0,86r-426,0r0,220r393,0r0,86r-393,0r0,240r433,0","w":667,"k":{"G":25,"s":25,"\u0161":25}},"F":{"d":"183,-326r0,326r-97,0r0,-718r497,0r0,86r-400,0r0,220r352,0r0,86r-352,0","w":611,"k":{"\u00eb":30,"\u00e3":50,"\u00e0":50,"\u00e4":50,"e":30,"\u00e9":30,"\u00ea":30,"\u00e8":30,"o":30,"\u00f8":30,"\u0153":30,"\u00f3":30,"\u00f4":30,"\u00f6":30,"\u00f2":30,"\u00f5":30,"T":-20,"u":55,"\u00fa":55,"\u00fb":55,"\u00fc":55,"\u00f9":55,"-":40,",":150,".":150,"A":80,"\u00c6":80,"\u00c1":80,"\u00c2":80,"\u00c4":80,"\u00c0":80,"\u00c5":80,"\u00c3":80,"a":50,"\u00e6":50,"\u00e1":50,"\u00e2":50,"\u00e5":50,"J":200,"i":25,"\u00ed":25,"\u00ee":25,"\u00ef":25,"\u00ec":25,"r":45}},"G":{"d":"389,-301r0,-83r315,0r0,384r-63,0r-23,-93v-49,68,-139,112,-237,112v-123,0,-183,-45,-220,-81v-110,-104,-113,-227,-113,-303v0,-175,106,-372,340,-372v134,0,283,76,304,237r-94,0v-31,-125,-136,-151,-215,-151v-129,0,-235,103,-235,291v0,146,48,296,239,296v36,0,94,-4,147,-46v63,-50,79,-114,79,-191r-224,0","w":778,"k":{"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20}},"H":{"d":"549,-421r0,-297r97,0r0,718r-97,0r0,-335r-375,0r0,335r-97,0r0,-718r97,0r0,297r375,0","w":722,"k":{"\u00ab":50,"\u00bb":50}},"I":{"d":"188,-718r0,718r-97,0r0,-718r97,0","w":278,"k":{"T":20}},"J":{"d":"17,-231r91,0r0,50v0,86,41,117,108,117v90,0,115,-54,115,-124r0,-530r97,0r0,524v0,168,-110,213,-207,213v-167,0,-204,-112,-204,-179r0,-71","w":500,"k":{"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20,",":30,".":30,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20}},"K":{"d":"173,-252r0,252r-97,0r0,-718r97,0r0,348r348,-348r134,0r-299,290r307,428r-126,0r-251,-360","w":667,"k":{"w":55,"y":50,"\u00fd":50,"\u00ff":50,"e":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00e8":40,"o":40,"\u00f8":40,"\u0153":40,"\u00f3":40,"\u00f4":40,"\u00f6":40,"\u00f2":40,"\u00f5":40,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"A":-40,"\u00c6":-40,"\u00c1":-40,"\u00c2":-40,"\u00c4":-40,"\u00c0":-40,"\u00c5":-40,"\u00c3":-40,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20}},"L":{"d":"173,-718r0,632r364,0r0,86r-461,0r0,-718r97,0","k":{"\u201d":140,"\u2019":160,"y":30,"\u00fd":30,"\u00ff":30,"O":30,"\u00d8":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d6":30,"\u00d2":30,"\u00d5":30,"S":15,"\u0160":15,"T":110,"V":110,"W":70,"Y":140,"\u00dd":140,"\u0178":140,"-":70,"\u201c":250,"\u2018":200}},"M":{"d":"761,0r-94,0r2,-603r-2,0r-202,603r-96,0r-202,-602r-2,0r2,602r-94,0r0,-718r139,0r205,607r2,0r204,-607r138,0r0,718","w":833},"N":{"d":"552,-138r0,-580r94,0r0,718r-109,0r-365,-580r-2,0r0,580r-94,0r0,-718r115,0r359,580r2,0","w":722},"O":{"d":"639,-359v0,-169,-94,-292,-250,-292v-156,0,-250,123,-250,292v0,169,94,292,250,292v156,0,250,-123,250,-292xm739,-359v0,155,-82,378,-350,378v-268,0,-350,-223,-350,-378v0,-155,82,-378,350,-378v268,0,350,223,350,378","w":778,"k":{".":40,",":40,"T":40,"V":50,"W":30,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"\u00bb":25,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"X":60}},"P":{"d":"183,-635r0,249v153,-7,339,41,339,-129v0,-163,-191,-112,-339,-120xm183,-303r0,303r-97,0r0,-718r323,0v133,0,213,86,213,202v0,100,-57,213,-213,213r-226,0","w":667,"k":{"\u00e4":40,"e":50,"\u00e9":50,"\u00ea":50,"\u00eb":50,"\u00e8":50,"o":50,"\u00f8":50,"\u0153":50,"\u00f3":50,"\u00f4":50,"\u00f6":50,"\u00f2":50,"\u00f5":50,"u":40,"\u00fa":40,"\u00fb":40,"\u00fc":40,"\u00f9":40,"Y":50,"\u00dd":50,"\u0178":50,"-":55,",":180,".":180,"A":120,"\u00c6":120,"\u00c1":120,"\u00c2":120,"\u00c4":120,"\u00c0":120,"\u00c5":120,"\u00c3":120,"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e0":40,"\u00e5":40,"\u00e3":40,"r":55}},"Q":{"d":"420,-148r49,-60r91,71v51,-51,79,-130,79,-222v0,-169,-94,-292,-250,-292v-156,0,-250,123,-250,292v0,209,165,349,356,269xm733,-2r-49,58r-110,-85v-47,30,-109,48,-185,48v-268,0,-350,-223,-350,-378v0,-155,82,-378,350,-378v268,0,350,223,350,378v0,91,-28,204,-104,281","w":778,"k":{"U":10,"\u00da":10,"\u00db":10,"\u00dc":10,"\u00d9":10}},"R":{"d":"185,-308r0,308r-97,0r0,-718r332,0v118,0,236,41,236,193v0,106,-54,145,-100,172v41,17,82,35,86,135r6,130v1,40,6,55,36,72r0,16r-119,0v-14,-44,-17,-153,-17,-180v0,-59,-12,-128,-128,-128r-235,0xm185,-635r0,244r225,0v71,0,146,-18,146,-124v0,-111,-81,-120,-129,-120r-242,0","w":722,"k":{"y":15,"\u00fd":15,"\u00ff":15,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":20,"\u00d8":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d6":20,"\u00d2":20,"\u00d5":20,"S":10,"\u0160":10,"T":30,"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10,"U":40,"\u00da":40,"\u00db":40,"\u00dc":40,"\u00d9":40,"V":50,"W":30,"Y":50,"\u00dd":50,"\u0178":50,"\u2019":55,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10}},"S":{"d":"600,-508r-91,0v-5,-111,-97,-146,-178,-146v-61,0,-164,17,-164,126v0,61,43,80,85,91v158,42,368,37,368,239v0,170,-158,217,-281,217v-133,0,-185,-40,-217,-69v-61,-55,-73,-115,-73,-182r91,0v0,130,106,168,198,168v70,0,188,-18,188,-121v0,-75,-35,-99,-153,-127r-147,-34v-47,-11,-153,-44,-153,-169v0,-112,73,-222,247,-222v251,0,276,150,280,229","w":667,"k":{".":20,",":20,"v":25,"w":25,"y":25,"\u00fd":25,"\u00ff":25,"T":20,"V":50,"Y":40,"\u00dd":40,"\u0178":40,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15}},"T":{"d":"14,-632r0,-86r583,0r0,86r-243,0r0,632r-97,0r0,-632r-243,0","w":611,"k":{"\u00ff":120,"\u00fc":120,"\u00f5":120,"\u00f2":120,"\u00f6":120,"\u00ec":20,"\u00ee":20,"\u00ed":20,"\u00e8":120,"\u00eb":120,"\u00ea":120,"\u00e3":120,"\u00e5":120,"\u00e0":120,"\u00e4":120,"\u00e2":120,"w":120,"y":120,"\u00fd":120,"e":120,"\u00e9":120,"o":120,"\u00f8":120,"\u0153":120,"\u00f3":120,"\u00f4":120,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"u":120,"\u00fa":120,"\u00fb":120,"\u00f9":120,"\u00ab":225,"\u00bb":225,"-":140,",":120,".":120,"A":120,"\u00c6":120,"\u00c1":120,"\u00c2":120,"\u00c4":120,"\u00c0":120,"\u00c5":120,"\u00c3":120,"a":120,"\u00e6":120,"\u00e1":120,"J":125,"i":20,"\u00ef":20,"r":120,":":20,";":20}},"U":{"d":"547,-718r97,0r0,466v0,147,-92,271,-289,271v-193,0,-276,-124,-276,-258r0,-479r97,0r0,452v0,156,95,199,182,199v89,0,189,-41,189,-197r0,-454","w":722,"k":{".":40,",":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"V":{"d":"335,-106r203,-612r109,0r-262,718r-103,0r-262,-718r108,0r205,612r2,0","w":667,"k":{"\u00f6":80,"\u00f4":80,"\u00ee":20,"\u00e8":80,"\u00eb":80,"\u00ea":80,"\u00e3":70,"\u00e5":70,"\u00e0":70,"\u00e4":70,"\u00e2":70,"C":55,"\u00c7":55,"e":80,"\u00e9":80,"G":40,"o":80,"\u00f8":80,"\u0153":80,"\u00f3":80,"\u00f2":80,"\u00f5":80,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"u":70,"\u00fa":70,"\u00fb":70,"\u00fc":70,"\u00f9":70,"\u00ab":150,"\u00bb":100,"-":80,",":125,".":125,"A":80,"\u00c6":80,"\u00c1":80,"\u00c2":80,"\u00c4":80,"\u00c0":80,"\u00c5":80,"\u00c3":80,"a":70,"\u00e6":70,"\u00e1":70,"i":20,"\u00ed":20,"\u00ef":20,"\u00ec":20,":":40,";":40}},"W":{"d":"471,-595r-166,595r-102,0r-187,-718r105,0r134,584r2,0r161,-584r106,0r161,584r2,0r134,-584r107,0r-189,718r-102,0r-164,-595r-2,0","w":944,"k":{"\u00fc":30,"\u00f6":30,"\u00ea":30,"\u00e4":40,"y":20,"\u00fd":20,"\u00ff":20,"e":30,"\u00e9":30,"\u00eb":30,"\u00e8":30,"o":30,"\u00f8":30,"\u0153":30,"\u00f3":30,"\u00f4":30,"\u00f2":30,"\u00f5":30,"O":20,"\u00d8":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d6":20,"\u00d2":20,"\u00d5":20,"u":30,"\u00fa":30,"\u00fb":30,"\u00f9":30,"Y":20,"\u00dd":20,"\u0178":20,"\u00ab":100,"\u00bb":75,"-":40,",":80,".":80,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e0":40,"\u00e5":40,"\u00e3":40,"i":20,"\u00ed":20,"\u00ee":20,"\u00ef":20,"\u00ec":20,"r":55,":":75,";":75,"h":20}},"X":{"d":"396,-368r252,368r-120,0r-193,-295r-199,295r-117,0r257,-368r-241,-350r122,0r182,275r182,-275r116,0","w":667,"k":{"y":70,"\u00fd":70,"\u00ff":70,"C":55,"\u00c7":55,"e":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00e8":40,"O":55,"\u00d8":55,"\u0152":55,"\u00d3":55,"\u00d4":55,"\u00d6":55,"\u00d2":55,"\u00d5":55}},"Y":{"d":"382,-289r0,289r-97,0r0,-289r-271,-429r113,0r206,345r206,-345r114,0","w":667,"k":{"\u00fc":110,"\u00f6":140,";":60,":":60,".":140,"-":140,",":140,"C":75,"\u00c7":75,"e":140,"\u00e9":140,"\u00ea":140,"\u00eb":140,"\u00e8":140,"o":140,"\u00f8":140,"\u0153":140,"\u00f3":140,"\u00f4":140,"\u00f2":140,"\u00f5":140,"O":85,"\u00d8":85,"\u0152":85,"\u00d3":85,"\u00d4":85,"\u00d6":85,"\u00d2":85,"\u00d5":85,"S":75,"\u0160":75,"u":110,"\u00fa":110,"\u00fb":110,"\u00f9":110,"\u00ab":250,"\u00bb":200,"A":110,"\u00c6":110,"\u00c1":110,"\u00c2":110,"\u00c4":110,"\u00c0":110,"\u00c5":110,"\u00c3":110,"a":140,"\u00e6":140,"\u00e1":140,"\u00e2":140,"\u00e4":140,"\u00e0":140,"\u00e5":140,"\u00e3":140,"i":20,"\u00ed":20,"\u00ee":20,"\u00ef":20,"\u00ec":20}},"Z":{"d":"588,-86r0,86r-565,0r0,-81r440,-551r-407,0r0,-86r532,0r0,84r-442,548r442,0","w":611},"[":{"d":"142,-651r0,776r108,0r0,71r-187,0r0,-918r187,0r0,71r-108,0","w":278},"\\":{"d":"228,19r-245,-756r66,0r246,756r-67,0","w":278},"]":{"d":"136,125r0,-776r-108,0r0,-71r187,0r0,918r-187,0r0,-71r108,0","w":278},"^":{"d":"483,-264r-77,0r-171,-344r-171,344r-78,0r213,-424r72,0","w":469},"_":{"d":"556,125r-556,0r0,-50r556,0r0,50"},"\u2018":{"d":"169,-576r0,106r-104,0v-1,-125,-10,-229,104,-255r0,47v-52,8,-53,68,-53,102r53,0","w":222,"k":{"\u2018":57,".":225,",":225,"A":175,"\u00c6":175,"\u00c1":175,"\u00c2":175,"\u00c4":175,"\u00c0":175,"\u00c5":175,"\u00c3":175}},"a":{"d":"143,-364r-81,0v4,-125,87,-174,216,-174v42,0,194,12,194,146r0,301v-1,35,30,34,58,27r0,64v-15,4,-28,10,-48,10v-78,0,-90,-40,-93,-80v-34,37,-87,85,-189,85v-96,0,-164,-61,-164,-151v0,-44,13,-146,159,-164r145,-18v21,-2,46,-10,46,-62v0,-55,-40,-85,-123,-85v-100,0,-114,61,-120,101xm384,-181r0,-86v-14,11,-36,19,-145,33v-43,6,-112,19,-112,85v0,57,29,91,95,91v82,0,162,-53,162,-123"},"b":{"d":"141,0r-83,0r0,-718r88,0r0,261r2,0v38,-55,90,-81,151,-81v139,0,218,114,218,261v0,125,-52,292,-230,292v-92,1,-123,-54,-146,-80r0,65xm426,-263v0,-67,-7,-196,-143,-196v-127,0,-141,137,-141,222v0,139,87,176,143,176v96,0,141,-87,141,-202","k":{"v":20,"y":20,"\u00fd":20,"\u00ff":20,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20,"b":10,"\u00fe":10,"l":20,"\u0142":20,",":40,".":40}},"c":{"d":"477,-347r-85,0v-11,-70,-50,-112,-124,-112v-109,0,-144,104,-144,197v0,90,22,201,143,201v59,0,110,-44,125,-124r85,0v-9,83,-60,200,-213,200v-147,0,-234,-111,-234,-262v0,-162,78,-291,251,-291v137,0,189,100,196,191","w":500,"k":{",":15,"y":10,"\u00fd":10,"\u00ff":10,"k":20}},"d":{"d":"499,-718r0,718r-83,0v-2,-23,4,-53,-2,-72v-38,71,-98,87,-149,87v-178,0,-230,-167,-230,-292v0,-147,79,-261,218,-261v95,0,135,59,156,89v6,-84,0,-181,2,-269r88,0xm126,-263v0,115,45,202,141,202v56,0,143,-37,143,-176v0,-85,-14,-222,-141,-222v-136,0,-143,129,-143,196"},"e":{"d":"421,-164r88,0v-3,25,-27,99,-93,143v-24,16,-58,36,-142,36v-147,0,-234,-111,-234,-262v0,-162,78,-291,251,-291v151,0,225,120,225,305r-382,0v0,109,51,172,152,172v83,0,132,-64,135,-103xm134,-303r291,0v-5,-81,-39,-156,-146,-156v-81,0,-145,75,-145,156","k":{".":15,",":15,"v":30,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"\u201c":50,"\u201d":50,"\u2019":50,"x":30}},"f":{"d":"262,-450r-88,0r0,450r-88,0r0,-450r-72,0r0,-73r72,0r0,-90v-3,-93,76,-124,176,-113r0,79v-52,-7,-88,1,-88,59r0,65r88,0r0,73","w":278,"k":{"\u0131":28,"e":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00e8":30,"o":30,"\u00f8":30,"\u0153":30,"\u00f3":30,"\u00f4":30,"\u00f6":30,"\u00f2":30,"\u00f5":30,"\u201d":-60,"\u2019":-50,"l":15,"\u0142":15,",":30,".":30,"a":30,"\u00e6":30,"\u00e1":30,"\u00e2":30,"\u00e4":30,"\u00e0":30,"\u00e5":30,"\u00e3":30,"f":40,"\u00df":40,"\ufb01":40,"\ufb02":40,"i":15,"\u00ed":15,"\u00ee":15,"\u00ef":15,"\u00ec":15,"t":40}},"g":{"d":"131,-263v0,115,45,202,141,202v56,0,143,-37,143,-176v0,-85,-14,-222,-141,-222v-136,0,-143,129,-143,196xm499,-523r0,480v0,75,-1,263,-243,263v-62,0,-183,-17,-200,-156r88,0v16,83,97,83,118,83v160,-6,152,-126,147,-206v-18,44,-69,74,-139,74v-178,0,-230,-167,-230,-292v0,-147,79,-261,218,-261v97,-1,132,62,158,89r0,-74r83,0","k":{",":20,".":20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"r":10}},"h":{"d":"491,-356r0,356r-88,0r0,-342v0,-71,-20,-117,-104,-117v-72,0,-146,42,-146,174r0,285r-88,0r0,-718r88,0r0,265r2,0v25,-33,69,-85,153,-85v81,0,183,33,183,182","k":{"y":30,"\u00fd":30,"\u00ff":30,"\u2019":55}},"i":{"d":"155,-523r0,523r-88,0r0,-523r88,0xm155,-618r-88,0r0,-100r88,0r0,100","w":222},"j":{"d":"155,-523r0,600v0,45,-4,133,-134,133v-12,0,-24,-1,-37,-3r0,-76v58,0,83,3,83,-64r0,-590r88,0xm155,-718r0,100r-88,0r0,-100r88,0","w":222},"k":{"d":"289,-328r212,328r-113,0r-163,-264r-73,66r0,198r-85,0r0,-718r85,0r0,416r225,-221r112,0","w":500,"k":{"y":-20,"\u00fd":-20,"\u00ff":-20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20}},"l":{"d":"155,-718r0,718r-88,0r0,-718r88,0","w":222,"k":{"v":20,"w":20,"y":20,"\u00fd":20,"\u00ff":20}},"m":{"d":"65,0r0,-523r83,0v2,23,-4,55,2,74v19,-28,64,-89,158,-89v94,0,124,57,139,85v44,-49,79,-85,160,-85v56,0,162,29,162,176r0,362r-88,0r0,-338v0,-72,-22,-121,-97,-121v-74,0,-123,70,-123,140r0,319r-88,0r0,-362v0,-44,-17,-97,-82,-97v-50,0,-138,32,-138,174r0,285r-88,0","w":833,"k":{"y":15,"\u00fd":15,"\u00ff":15,"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10}},"n":{"d":"491,-356r0,356r-88,0r0,-322v0,-91,-26,-137,-112,-137v-50,0,-138,32,-138,174r0,285r-88,0r0,-523r83,0v2,23,-4,55,2,74v19,-28,68,-89,158,-89v81,0,183,33,183,182","k":{"v":20,"w":20,"y":15,"\u00fd":15,"\u00ff":15,"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10,"\u201d":55,"\u2019":55}},"o":{"d":"35,-262v0,-135,76,-276,243,-276v167,0,243,141,243,276v0,135,-76,276,-243,276v-167,0,-243,-141,-243,-276xm126,-262v0,70,26,200,152,200v126,0,152,-130,152,-200v0,-70,-26,-200,-152,-200v-126,0,-152,130,-152,200","k":{".":40,",":40,"v":15,"w":15,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":30,"\u201d":30,"\u2019":30,"x":30}},"p":{"d":"142,-237v0,139,87,176,143,176v96,0,141,-87,141,-202v0,-67,-7,-196,-143,-196v-127,0,-141,137,-141,222xm58,207r0,-730r83,0v2,23,-4,55,2,74v21,-30,61,-89,156,-89v139,0,218,114,218,261v0,125,-52,292,-230,292v-72,0,-114,-36,-141,-70r0,262r-88,0","k":{"y":30,"\u00fd":30,"\u00ff":30,",":35,".":35}},"q":{"d":"494,-523r0,730r-88,0r0,-262r-2,0v-23,37,-69,70,-139,70v-178,0,-230,-167,-230,-292v0,-147,79,-261,218,-261v97,-1,132,62,158,89r0,-74r83,0xm410,-237v0,-85,-14,-222,-141,-222v-136,0,-143,129,-143,196v0,115,45,202,141,202v56,0,143,-37,143,-176"},"r":{"d":"165,-304r0,304r-88,0r0,-523r83,0v2,28,-4,63,2,87v40,-66,88,-113,170,-99r0,91v-105,-11,-167,53,-167,140","w":333,"k":{"v":-30,"y":-30,"\u00fd":-30,"\u00ff":-30,"c":20,"\u00e7":20,"d":20,"\u0131":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"q":20,"u":-15,"\u00fa":-15,"\u00fb":-15,"\u00fc":-15,"\u00f9":-15,"-":75,"\u2019":-20,"l":-15,"\u0142":-15,",":50,".":50,"k":-15,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"s":20,"\u0161":20,"i":-15,"\u00ed":-15,"\u00ee":-15,"\u00ef":-15,"\u00ec":-15,"t":-40,"m":-25,"n":-25,"\u00f1":-25,"p":-30,":":-30,";":-30}},"s":{"d":"447,-374r-85,0v-1,-33,-13,-88,-124,-88v-27,0,-104,9,-104,74v0,67,122,75,183,92v108,31,147,67,147,138v0,108,-89,173,-207,173v-207,0,-222,-120,-225,-183r85,0v3,41,15,107,139,107v63,0,120,-25,120,-83v0,-69,-139,-81,-206,-100v-72,-20,-121,-55,-121,-127v0,-115,95,-167,198,-167v187,0,200,138,200,164","w":500,"k":{".":15,",":15,"v":20,"w":30,"y":20,"\u00fd":20,"\u00ff":20,"\u2019":50}},"t":{"d":"257,-450r-84,0r0,340v6,54,44,38,84,41r0,69v-32,3,-57,7,-66,7v-87,0,-106,-49,-106,-112r0,-345r-71,0r0,-73r71,0r0,-146r88,0r0,146r84,0r0,73","w":278,"k":{"w":-40,"y":-20,"\u00fd":-20,"\u00ff":-20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"t":40}},"u":{"d":"489,0r-83,0v-2,-25,3,-57,-2,-78v-37,61,-82,93,-166,93v-77,0,-170,-37,-170,-162r0,-376r88,0r0,347v0,86,44,115,101,115v111,0,144,-98,144,-174r0,-288r88,0r0,523","k":{"\u2019":25}},"v":{"d":"248,-97r148,-426r96,0r-199,523r-94,0r-191,-523r102,0r136,426r2,0","w":500,"k":{"c":20,"\u00e7":20,"e":25,"\u00e9":25,"\u00ea":25,"\u00eb":25,"\u00e8":25,"o":25,"\u00f8":25,"\u0153":25,"\u00f3":25,"\u00f4":25,"\u00f6":25,"\u00f2":25,"\u00f5":25,"-":40,",":80,".":80,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25}},"w":{"d":"358,-405r-102,405r-91,0r-151,-523r96,0r100,411r2,0r101,-411r98,0r102,411r2,0r106,-411r88,0r-152,523r-91,0r-106,-405r-2,0","w":722,"k":{"c":20,"\u00e7":20,"d":20,"\u0131":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"-":20,",":60,".":60,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15}},"x":{"d":"306,-269r184,269r-112,0r-130,-197r-126,197r-111,0r184,-269r-175,-254r113,0r121,184r121,-184r108,0","w":500,"k":{"c":40,"\u00e7":40,"e":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00e8":30,"o":40,"\u00f8":40,"\u0153":40,"\u00f3":40,"\u00f4":40,"\u00f6":40,"\u00f2":40,"\u00f5":40,"-":95,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20}},"y":{"d":"252,-97r140,-426r97,0v-61,171,-121,342,-188,513v-83,212,-92,224,-205,224v-13,0,-23,-4,-37,-8r0,-80v89,17,98,24,146,-112r-194,-537r100,0r139,426r2,0","w":500,"k":{".":100,",":100,"c":20,"\u00e7":20,"d":20,"\u0131":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"-":40,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"s":20,"\u0161":20}},"z":{"d":"460,-451r-312,378r321,0r0,73r-438,0r0,-69r315,-381r-291,0r0,-73r405,0r0,72","w":500,"k":{"e":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"\u00e8":15,"o":15,"\u00f8":15,"\u0153":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f2":15,"\u00f5":15}},"{":{"d":"42,-234r0,-60v46,0,81,-54,81,-127r0,-172v0,-82,51,-129,102,-129r67,0r0,65r-44,0v-35,0,-46,37,-46,82r0,170v-5,101,-70,132,-88,142v20,6,88,39,88,143r0,169v0,44,11,82,46,82r44,0r0,65v-105,10,-169,-17,-169,-129r0,-171v0,-75,-35,-130,-81,-130","w":334},"|":{"d":"94,19r0,-756r73,0r0,756r-73,0","w":260},"}":{"d":"292,-294r0,60v-46,0,-81,55,-81,130r0,171v0,82,-51,129,-102,129r-67,0r0,-65r44,0v35,0,46,-38,46,-82r0,-169v5,-107,70,-133,88,-145v-20,-5,-88,-42,-88,-140r0,-170v0,-45,-11,-82,-46,-82r-44,0r0,-65v105,-10,169,17,169,129r0,172v0,73,35,127,81,127","w":334},"~":{"d":"186,-322v57,0,175,68,213,68v40,0,65,-37,88,-72r36,56v-30,48,-71,86,-125,86v-80,0,-130,-68,-217,-68v-44,0,-68,37,-84,72r-36,-56v22,-42,58,-86,125,-86","w":584},"\u00a1":{"d":"118,-421r0,-102r97,0r0,102r-97,0xm142,-352r49,0r24,310r0,237r-97,0r0,-237","w":333},"\u00a2":{"d":"212,-78r108,-381v-111,-17,-181,50,-181,214v0,72,30,140,73,167xm509,-345r-82,0v-8,-33,-21,-84,-68,-102r-110,386v87,13,148,-4,179,-122r85,0v-9,73,-62,202,-226,202v-16,0,-35,-3,-60,-7r-31,103r-41,0r34,-114v-77,-37,-138,-117,-138,-246v0,-188,91,-293,246,-293v20,0,33,2,43,6r26,-91r39,0r-25,100v36,10,117,56,129,178"},"\u00a3":{"d":"204,-380r167,0r0,63r-138,0v27,110,-10,174,-111,251v36,-15,83,-36,132,-36v62,0,126,35,168,35v27,0,61,-16,76,-31r41,66v-42,32,-79,48,-127,48v-60,0,-135,-45,-209,-45v-38,0,-80,17,-117,40r-49,-69v104,-69,122,-152,122,-187v0,-25,-12,-56,-19,-72r-107,0r0,-63r69,0v-18,-37,-43,-83,-43,-134v0,-83,54,-204,247,-204v157,0,219,109,215,228r-88,0v3,-90,-52,-152,-137,-152v-110,0,-143,83,-143,123v0,39,18,79,51,139"},"\u2044":{"d":"333,-703r-442,722r-57,0r442,-722r57,0","w":167},"\u00a5":{"d":"42,-327r0,-57r154,0r-193,-304r100,0r175,295r175,-295r100,0r-193,304r155,0r0,57r-193,0r0,85r193,0r0,57r-193,0r0,185r-88,0r0,-185r-192,0r0,-57r192,0r0,-85r-192,0"},"\u0192":{"d":"501,-722r-15,78v-22,-9,-38,-17,-57,-17v-91,0,-80,122,-101,200r114,0r0,70r-127,0r-60,327v-37,203,-108,271,-204,271v-35,0,-47,-5,-62,-12r15,-81v99,45,131,-29,155,-160r64,-345r-109,0r0,-70r123,0v25,-123,46,-276,186,-276v41,0,57,7,78,15"},"\u00a7":{"d":"460,-554r-85,0v-2,-32,-6,-107,-99,-107v-39,0,-92,21,-92,81v0,37,28,63,73,90r146,86v61,36,109,78,109,160v0,84,-52,128,-103,160v31,33,52,64,52,114v0,103,-96,161,-181,161v-112,0,-197,-55,-197,-188r88,0v0,33,7,112,97,112v37,0,105,-11,105,-83v0,-34,-20,-56,-55,-79r-210,-140v-117,-88,-63,-233,35,-280v-34,-37,-47,-61,-47,-100v0,-74,49,-170,180,-170v80,0,184,35,184,183xm367,-321r-174,-107v-39,20,-67,50,-67,97v0,53,32,77,45,85r189,122v38,-25,69,-50,69,-101v0,-44,-28,-75,-62,-96"},"\u00a4":{"d":"480,-603r48,48r-55,54v67,80,67,219,0,301r54,56r-45,45r-55,-58v-81,74,-217,73,-298,0r-55,58r-45,-45r54,-56v-67,-82,-67,-221,0,-301r-55,-54r48,-48r57,56v77,-67,213,-68,290,0xm106,-351v0,96,76,179,172,179v96,0,172,-83,172,-179v0,-94,-77,-177,-172,-177v-95,0,-172,83,-172,177"},"'":{"d":"59,-463r0,-255r73,0r0,255r-73,0","w":191},"\u201c":{"d":"307,-576r0,106r-104,0v-1,-125,-10,-229,104,-255r0,47v-52,8,-53,68,-53,102r53,0xm142,-576r0,106r-104,0v-1,-125,-10,-229,104,-255r0,47v-52,8,-53,68,-53,102r53,0","w":333,"k":{".":300,",":300,"e":25,"\u00e9":25,"\u00ea":25,"\u00eb":25,"\u00e8":25,"o":25,"\u00f8":25,"\u0153":25,"\u00f3":25,"\u00f4":25,"\u00f6":25,"\u00f2":25,"\u00f5":25,"O":25,"\u00d8":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d6":25,"\u00d2":25,"\u00d5":25,"A":175,"\u00c6":175,"\u00c1":175,"\u00c2":175,"\u00c4":175,"\u00c0":175,"\u00c5":175,"\u00c3":175}},"\u00ab":{"d":"254,-196r0,88r-157,-123r0,-92r157,-123r0,88r-105,81xm459,-196r0,88r-157,-123r0,-92r157,-123r0,88r-105,81","k":{".":100,",":100,"O":25,"\u00d8":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d6":25,"\u00d2":25,"\u00d5":25,"T":225,"V":100,"W":75,"Y":200,"\u00dd":200,"\u0178":200,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"H":50}},"\u2039":{"d":"245,-196r0,88r-157,-123r0,-92r157,-123r0,88r-105,81","w":333},"\u203a":{"d":"88,-108r0,-88r105,-81r-105,-81r0,-88r157,123r0,92","w":333},"\u2013":{"d":"556,-313r0,73r-556,0r0,-73r556,0"},"\u2020":{"d":"326,-431r0,590r-94,0r0,-590r-189,0r0,-76r189,0r0,-211r94,0r0,211r188,0r0,76r-188,0"},"\u2021":{"d":"326,-439r0,320r188,0r0,76r-188,0r0,202r-94,0r0,-202r-189,0r0,-76r189,0r0,-320r-189,0r0,-76r189,0r0,-203r94,0r0,203r188,0r0,76r-188,0"},"\u00b7":{"d":"140,-315v31,0,62,27,62,63v0,32,-27,62,-63,62v-34,0,-62,-29,-62,-62v0,-37,30,-63,63,-63","w":278},"\u00b6":{"d":"232,173r0,-517v-128,0,-214,-80,-214,-184v0,-132,91,-190,231,-190r248,0r0,891r-73,0r0,-831r-119,0r0,831r-73,0","w":537},"\u2022":{"d":"333,-359v0,87,-71,157,-158,157v-87,0,-157,-69,-157,-157v0,-87,69,-158,157,-158v87,0,158,71,158,158","w":350},"\u201a":{"d":"53,0r0,-106r104,0v1,125,10,229,-104,255r0,-47v52,-8,53,-68,53,-102r-53,0","w":222},"\u201e":{"d":"26,0r0,-106r104,0v1,125,10,229,-104,255r0,-47v52,-8,53,-68,53,-102r-53,0xm191,0r0,-106r104,0v1,125,10,229,-104,255r0,-47v52,-8,53,-68,53,-102r-53,0","w":333},"\u201d":{"d":"26,-612r0,-106r104,0v1,125,10,229,-104,255r0,-47v52,-8,53,-68,53,-102r-53,0xm191,-612r0,-106r104,0v1,125,10,229,-104,255r0,-47v52,-8,53,-68,53,-102r-53,0","w":333,"k":{".":300,",":300," ":40,"o":25,"\u00f8":25,"\u0153":25,"\u00f3":25,"\u00f4":25,"\u00f6":25,"\u00f2":25,"\u00f5":25,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"A":200,"\u00c6":200,"\u00c1":200,"\u00c2":200,"\u00c4":200,"\u00c0":200,"\u00c5":200,"\u00c3":200}},"\u00bb":{"d":"254,-231r-157,123r0,-88r105,-81r-105,-81r0,-88r157,123r0,92xm459,-231r-157,123r0,-88r105,-81r-105,-81r0,-88r157,123r0,92","k":{".":125,",":125,"O":25,"\u00d8":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d6":25,"\u00d2":25,"\u00d5":25,"T":225,"V":150,"W":100,"Y":250,"\u00dd":250,"\u0178":250,"A":100,"\u00c6":100,"\u00c1":100,"\u00c2":100,"\u00c4":100,"\u00c0":100,"\u00c5":100,"\u00c3":100,"H":50}},"\u2026":{"d":"219,-106r0,106r-104,0r0,-106r104,0xm552,-106r0,106r-104,0r0,-106r104,0xm885,-106r0,106r-104,0r0,-106r104,0","w":1000},"\u2030":{"d":"7,-539v0,-87,70,-156,156,-156v86,0,156,70,156,156v0,86,-69,156,-156,156v-86,0,-156,-68,-156,-156xm70,-539v0,51,40,93,93,93v51,0,93,-42,93,-93v0,-52,-42,-93,-93,-93v-53,0,-93,43,-93,93xm319,-149v0,-87,70,-156,156,-156v86,0,156,70,156,156v0,86,-69,156,-156,156v-86,0,-156,-68,-156,-156xm382,-149v0,51,40,93,93,93v51,0,93,-42,93,-93v0,-52,-42,-93,-93,-93v-53,0,-93,43,-93,93xm682,-149v0,-87,70,-156,156,-156v86,0,156,70,156,156v0,86,-69,156,-156,156v-86,0,-156,-68,-156,-156xm745,-149v0,51,40,93,93,93v51,0,93,-42,93,-93v0,-52,-42,-93,-93,-93v-53,0,-93,43,-93,93xm544,-703r-397,722r-55,0r397,-722r55,0","w":1000},"\u00bf":{"d":"439,-33r88,0v-3,68,-6,133,-79,188v-130,98,-357,38,-357,-150v0,-66,26,-100,94,-165v63,-61,89,-84,87,-183r88,0v0,114,-25,143,-95,215v-66,68,-80,82,-80,139v0,42,24,114,121,114v128,0,133,-115,133,-158xm265,-423r0,-102r97,0r0,102r-97,0","w":611},"`":{"d":"144,-593r-130,-141r108,0r89,141r-67,0","w":333},"\u00b4":{"d":"319,-734r-130,141r-67,0r89,-141r108,0","w":333},"\u02c6":{"d":"166,-686r-66,93r-79,0r99,-141r93,0r99,141r-80,0","w":333},"\u02dc":{"d":"287,-722r50,0v-9,83,-73,132,-159,96v-54,-23,-119,-48,-134,20r-48,0v8,-59,37,-107,104,-107v50,0,96,37,137,37v40,0,46,-27,50,-46","w":333},"\u00af":{"d":"323,-684r0,57r-313,0r0,-57r313,0","w":333},"\u02d8":{"d":"62,-731v12,42,40,79,108,79v80,0,94,-48,103,-79r48,0v-11,98,-73,136,-159,136v-132,0,-145,-101,-149,-136r49,0","w":333},"\u02d9":{"d":"212,-706r0,102r-91,0r0,-102r91,0","w":333},"\u00a8":{"d":"131,-706r0,102r-91,0r0,-102r91,0xm293,-706r0,102r-91,0r0,-102r91,0","w":333},"\u02da":{"d":"167,-756v53,0,92,39,92,92v0,53,-39,92,-92,92v-53,0,-92,-39,-92,-92v0,-53,39,-92,92,-92xm115,-664v0,29,23,52,52,52v29,0,52,-23,52,-52v0,-29,-23,-52,-52,-52v-29,0,-52,23,-52,52","w":333},"\u00b8":{"d":"79,86r64,-86r47,0r-46,62v11,-2,18,-4,31,-4v65,0,84,43,84,75v0,52,-44,92,-118,92v-37,0,-70,-11,-96,-22r17,-40v25,10,40,15,65,15v19,0,56,-5,56,-42v0,-31,-34,-39,-48,-39v-9,0,-18,2,-39,8","w":333},"\u02dd":{"d":"229,-734r-131,141r-67,0r89,-141r109,0xm409,-734r-131,141r-67,0r89,-141r109,0","w":333},"\u02db":{"d":"270,163r17,40v-14,6,-54,22,-96,22v-74,0,-118,-40,-118,-92v0,-32,15,-107,109,-133r67,0r0,4v-82,45,-100,74,-100,124v0,74,74,52,121,35","w":333},"\u02c7":{"d":"100,-734r66,93r66,-93r80,0r-99,141r-93,0r-99,-141r79,0","w":333},"\u2014":{"d":"1000,-313r0,73r-1000,0r0,-73r1000,0","w":1000},"\u00c6":{"d":"192,-209r-79,209r-105,0r292,-718r644,0r0,86r-390,0r0,220r356,0r0,86r-356,0r0,240r397,0r0,86r-494,0r0,-209r-265,0xm457,-295r0,-337r-97,0r-133,337r230,0","w":1000,"k":{"G":25,"s":25,"\u0161":25}},"\u00aa":{"d":"346,-454r0,44v-10,2,-19,5,-32,5v-50,0,-58,-23,-60,-51v-22,22,-57,51,-123,51v-62,0,-107,-37,-107,-91v0,-30,9,-90,112,-102r88,-10v12,-2,24,-7,24,-38v0,-21,-22,-39,-76,-39v-69,0,-75,37,-77,53r-54,0v3,-75,57,-105,141,-105v27,0,127,7,127,88r0,178v-1,22,18,20,37,17xm248,-570v3,18,-161,5,-161,63v0,30,15,50,58,50v54,0,106,-32,103,-74r0,-39xm35,-352r296,0r0,48r-296,0r0,-48","w":370},"\u0141":{"d":"291,-520r0,58r-118,67r0,309r364,0r0,86r-461,0r0,-344r-96,55r0,-58r96,-55r0,-316r97,0r0,265","k":{"\u201d":140,"\u2019":160,"y":30,"\u00fd":30,"\u00ff":30,"O":30,"\u00d8":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d6":30,"\u00d2":30,"\u00d5":30,"S":15,"\u0160":15,"T":110,"V":110,"W":70,"Y":140,"\u00dd":140,"\u0178":140,"-":70,"\u201c":250,"\u2018":200}},"\u00d8":{"d":"590,-543r-373,405v42,45,100,71,172,71v156,0,250,-123,250,-292v0,-72,-17,-136,-49,-184xm190,-171r374,-407v-42,-46,-102,-73,-175,-73v-156,0,-250,123,-250,292v0,73,18,137,51,188xm740,-707r-83,91v60,77,82,176,82,257v0,155,-82,378,-350,378v-105,0,-182,-35,-236,-87r-80,87r-32,-28r83,-90v-62,-77,-85,-178,-85,-260v0,-155,82,-378,350,-378v108,0,186,36,239,89r81,-89","w":778,"k":{".":40,",":40,"T":40,"V":50,"W":30,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"\u00bb":25,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"X":60}},"\u0152":{"d":"136,-339v0,161,54,275,221,275v65,0,160,-45,160,-166r0,-262v0,-100,-72,-162,-173,-162v-193,0,-208,218,-208,315xm523,-645r0,-73r440,0r0,86r-349,0r0,220r333,0r0,86r-333,0r0,240r351,0r0,86r-443,0v-2,-24,4,-55,-2,-75v-33,43,-71,94,-191,94v-189,0,-293,-159,-293,-374v0,-140,56,-382,307,-382v122,-1,160,69,180,92","w":1000},"\u00ba":{"d":"341,-571v0,130,-84,166,-158,166v-74,0,-158,-36,-158,-166v0,-130,84,-166,158,-166v74,0,158,36,158,166xm274,-571v0,-41,-12,-114,-91,-114v-79,0,-91,73,-91,114v0,41,12,114,91,114v79,0,91,-73,91,-114xm35,-352r296,0r0,48r-296,0r0,-48","w":365},"\u00e6":{"d":"465,-303r291,0v-5,-81,-39,-156,-146,-156v-81,0,-145,75,-145,156xm752,-164r88,0v-3,25,-27,99,-93,143v-24,16,-58,36,-142,36v-125,0,-172,-73,-192,-109v-51,77,-119,109,-213,109v-96,0,-164,-61,-164,-151v0,-44,13,-146,159,-164r145,-18v21,-2,46,-10,46,-62v0,-55,-40,-85,-123,-85v-100,0,-114,61,-120,101r-81,0v4,-125,87,-174,216,-174v100,0,133,35,170,74v29,-28,69,-74,174,-74v151,0,225,120,225,305r-382,0v0,109,51,172,152,172v83,0,132,-64,135,-103xm384,-181r0,-86v-14,11,-36,19,-145,33v-43,6,-112,19,-112,85v0,57,29,91,95,91v82,0,162,-53,162,-123","w":889},"\u0131":{"d":"183,-523r0,523r-88,0r0,-523r88,0","w":278},"\u0142":{"d":"242,-435r-87,50r0,385r-88,0r0,-339r-87,50r0,-58r87,-50r0,-321r88,0r0,275r87,-50r0,58","w":222,"k":{"y":20,"v":20,"w":20,"\u00fd":20,"\u00ff":20}},"\u00f8":{"d":"537,-519r-69,78v112,168,48,453,-190,455v-68,0,-121,-23,-159,-60r-60,68r-31,-26r64,-72v-116,-166,-56,-460,186,-462v71,0,125,25,164,65r64,-72xm151,-143r236,-267v-23,-30,-58,-52,-109,-52v-126,0,-152,130,-152,200v0,33,6,79,25,119xm408,-373r-234,265v22,27,56,46,104,46v126,0,152,-130,152,-200v0,-31,-5,-74,-22,-111","w":611,"k":{"\u017e":55,"\u00ff":30,"\u00fd":30,"\u00f9":55,"\u00fc":55,"\u00fb":55,"\u00fa":55,"\u0161":55,"\u00f5":55,"\u00f2":55,"\u00f6":55,"\u00f4":55,"\u00f3":55,"\u00f1":55,"\u00ec":55,"\u00ef":55,"\u00ee":55,"\u00ed":55,"\u00e8":55,"\u00eb":55,"\u00ea":55,"\u00e9":55,"\u00e7":55,"\u00e3":55,"\u00e5":55,"\u00e0":55,"\u00e4":55,"\u00e2":55,"\u00e1":55,"\u00f8":55,"\u0142":55,"z":55,"y":30,"x":30,"w":15,"v":15,"u":55,"t":55,"s":55,"r":55,"q":55,"p":55,"o":55,"n":55,"m":55,"l":55,"k":55,"j":55,"i":55,"h":55,"g":55,"f":55,"e":55,"d":55,"c":55,"b":55,"a":55,".":95,",":95,"\u201c":30,"\u201d":30,"\u2019":30}},"\u0153":{"d":"519,-303r292,0v-5,-81,-39,-156,-146,-156v-81,0,-146,75,-146,156xm807,-164r88,0v-3,25,-27,99,-93,143v-24,16,-58,36,-142,36v-74,0,-145,-29,-194,-101v-48,93,-148,100,-188,100v-167,0,-243,-141,-243,-276v0,-135,76,-276,243,-276v83,0,153,35,196,106v49,-75,112,-106,203,-106v151,0,225,120,225,305r-383,0v0,109,52,172,153,172v83,0,132,-64,135,-103xm126,-262v0,70,26,200,152,200v126,0,152,-130,152,-200v0,-70,-26,-200,-152,-200v-126,0,-152,130,-152,200","w":944,"k":{"v":30,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"\u201c":50,"\u201d":50,"\u2019":50,"x":30}},"\u00df":{"d":"67,0r0,-532v0,-115,81,-196,231,-196v148,0,239,71,239,180v0,97,-59,133,-82,148v74,20,116,103,116,162v0,196,-135,275,-305,246r0,-75v124,16,214,-31,214,-147v0,-119,-95,-151,-209,-136r0,-79v9,1,15,2,23,2v120,0,155,-54,155,-113v0,-64,-51,-112,-152,-112v-113,0,-142,57,-142,142r0,510r-88,0","w":611,"k":{"v":20,"w":30,"y":20,"\u00fd":20,"\u00ff":20,"\u2019":50}},"\u00ac":{"d":"472,-108r0,-209r-433,0r0,-73r506,0r0,282r-73,0","w":584},"\u00b5":{"d":"489,0r-83,0v-2,-25,3,-57,-2,-78v-37,61,-82,93,-166,93v-21,0,-57,-7,-82,-34r0,226r-88,0r0,-730r88,0r0,347v0,86,44,115,101,115v111,0,144,-98,144,-174r0,-288r88,0r0,523","w":578},"\u2122":{"d":"557,-718r118,303r116,-303r112,0r0,412r-73,0r0,-335r-2,0r-129,335r-50,0r-129,-335r-2,0r0,335r-73,0r0,-412r112,0xm373,-718r0,60r-127,0r0,352r-73,0r0,-352r-127,0r0,-60r327,0","w":1000},"\u00d0":{"d":"370,-412r0,86r-192,0r0,243r188,0v126,0,208,-99,208,-280v0,-181,-83,-272,-215,-272r-181,0r0,223r192,0xm0,-326r0,-86r81,0r0,-306r291,0v187,0,302,142,302,349v0,61,-15,369,-306,369r-287,0r0,-326r-81,0","w":722,"k":{"y":15,"\u00fd":15,"\u00ff":15,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"V":70,"W":40,"Y":90,"\u00dd":90,"\u0178":90,"\u2019":40,",":70,".":70,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"J":25}},"\u00bd":{"d":"617,-703r-442,722r-57,0r442,-722r57,0xm151,-577r-108,0r0,-46v74,-5,105,-11,123,-80r56,0r0,422r-71,0r0,-296xm529,-271r-60,0v0,-137,109,-151,158,-151v82,0,146,48,146,126v0,135,-202,146,-244,235r244,0r0,61r-319,0v4,-120,84,-158,164,-200v52,-28,85,-43,85,-98v0,-30,-17,-66,-84,-66v-84,0,-88,68,-90,93","w":834},"\u00b1":{"d":"256,-345r0,-161r73,0r0,161r216,0r0,73r-216,0r0,161r-73,0r0,-161r-217,0r0,-73r217,0xm39,0r0,-73r506,0r0,73r-506,0","w":584},"\u00de":{"d":"183,-516r0,249v153,-7,339,41,339,-129v0,-163,-191,-112,-339,-120xm86,0r0,-718r97,0r0,119r226,0v133,0,213,86,213,202v0,100,-57,213,-213,213r-226,0r0,184r-97,0","w":667},"\u00bc":{"d":"419,-94r0,-60r206,-268r64,0r0,270r67,0r0,58r-67,0r0,94r-64,0r0,-94r-206,0xm625,-152r0,-187r-2,0r-142,187r144,0xm653,-703r-442,722r-57,0r442,-722r57,0xm181,-580r-108,0r0,-43v74,-5,105,-11,123,-80r53,0r0,422r-68,0r0,-299","w":834},"\u00f7":{"d":"545,-216r-506,0r0,-73r506,0r0,73xm224,-456v0,-38,32,-68,68,-68v37,0,68,31,68,68v0,34,-31,68,-68,68v-36,0,-68,-31,-68,-68xm224,-49v0,-38,32,-68,68,-68v37,0,68,31,68,68v0,34,-31,68,-68,68v-36,0,-68,-31,-68,-68","w":584},"\u00a6":{"d":"94,19r0,-294r73,0r0,294r-73,0xm94,-460r0,-277r73,0r0,277r-73,0","w":260},"\u00b0":{"d":"200,-660v-53,0,-98,50,-98,103v0,53,45,103,98,103v53,0,98,-50,98,-103v0,-53,-45,-103,-98,-103xm346,-557v0,83,-63,146,-146,146v-83,0,-146,-63,-146,-146v0,-83,63,-146,146,-146v83,0,146,63,146,146","w":400},"\u00fe":{"d":"142,-237v0,139,87,176,143,176v96,0,141,-87,141,-202v0,-67,-7,-196,-143,-196v-127,0,-141,137,-141,222xm58,207r0,-925r88,0r0,267r2,0v18,-28,56,-87,151,-87v139,0,218,114,218,261v0,125,-52,292,-230,292v-72,0,-114,-36,-141,-70r0,262r-88,0","k":{"v":20,"y":20,"\u00fd":20,"\u00ff":20,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20,"b":10,"\u00fe":10,"l":20,"\u0142":20,",":40,".":40}},"\u00be":{"d":"473,-94r0,-60r206,-268r64,0r0,270r67,0r0,58r-67,0r0,94r-64,0r0,-94r-206,0xm677,-339r-142,187r144,0r0,-187r-2,0xm712,-703r-442,722r-57,0r442,-722r57,0xm45,-410r68,0v2,35,11,82,86,82v58,0,96,-22,96,-71v0,-80,-70,-71,-126,-72r0,-51v59,2,108,-4,109,-67v0,-21,-11,-56,-80,-56v-67,0,-79,45,-81,80r-61,0v0,-62,31,-138,151,-138v88,0,141,47,141,111v0,57,-37,77,-59,89v45,12,76,41,76,97v0,69,-48,136,-167,136v-34,0,-62,-8,-84,-19v-51,-24,-65,-73,-69,-121","w":834},"\u00ae":{"d":"370,19v-208,0,-384,-160,-384,-379v0,-217,176,-377,384,-377v206,0,382,160,382,377v0,219,-176,379,-382,379xm62,-360v0,182,135,316,308,316v171,0,306,-134,306,-316v0,-179,-135,-314,-306,-314v-173,0,-308,135,-308,314xm290,-330r0,189r-66,0r0,-436r166,0v103,0,154,38,154,124v0,78,-49,112,-113,120r124,192r-74,0r-115,-189r-76,0xm290,-386v84,-5,185,24,185,-71v0,-85,-105,-60,-185,-64r0,135","w":737},"\u2212":{"d":"545,-216r-506,0r0,-73r506,0r0,73","w":584},"\u00f0":{"d":"126,-254v0,55,24,193,152,193v128,0,152,-138,152,-193v0,-55,-24,-193,-152,-193v-128,0,-152,138,-152,193xm469,-697r-107,51v102,94,160,220,160,348v0,240,-133,313,-236,313v-175,0,-251,-137,-251,-269v0,-132,80,-269,229,-269v33,0,86,4,133,55r2,-2v-23,-57,-69,-108,-111,-142r-124,62r-42,-42r118,-57v-27,-21,-58,-39,-89,-52r74,-36v33,13,64,30,91,51r106,-51"},"\u00d7":{"d":"241,-253r-202,-202r52,-51r201,201r202,-201r51,51r-201,202r201,202r-51,51r-202,-201r-202,201r-51,-51","w":584},"\u00a9":{"d":"370,19v-208,0,-384,-160,-384,-379v0,-217,176,-377,384,-377v206,0,382,160,382,377v0,219,-176,379,-382,379xm62,-360v0,182,135,316,308,316v171,0,306,-134,306,-316v0,-179,-135,-314,-306,-314v-173,0,-308,135,-308,314xm501,-289r68,0v-19,99,-94,161,-186,161v-136,0,-223,-102,-223,-233v0,-133,83,-231,219,-231v96,0,175,55,189,157r-67,0v-12,-55,-58,-91,-121,-91v-94,0,-144,71,-144,164v0,90,56,168,147,168v63,0,109,-39,118,-95","w":737},"\u00c1":{"d":"477,-209r-288,0r-75,209r-100,0r270,-718r110,0r260,718r-106,0xm219,-295r223,0r-106,-316r-2,0xm486,-929r-130,141r-67,0r89,-141r108,0","w":667,"k":{"v":40,"w":40,"y":40,"\u00fd":40,"\u00ff":40,"c":20,"\u00e7":20,"C":30,"\u00c7":30,"d":20,"\u0131":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"G":30,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":30,"\u00d8":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d6":30,"\u00d2":30,"\u00d5":30,"q":20,"Q":30,"S":15,"\u0160":15,"T":120,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":70,"W":50,"Y":100,"\u00dd":100,"\u0178":100,"\u00ab":100,"\u00bb":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c2":{"d":"477,-209r-288,0r-75,209r-100,0r270,-718r110,0r260,718r-106,0xm219,-295r223,0r-106,-316r-2,0xm333,-881r-66,93r-79,0r99,-141r93,0r99,141r-80,0","w":667,"k":{"v":40,"w":40,"y":40,"\u00fd":40,"\u00ff":40,"c":20,"\u00e7":20,"C":30,"\u00c7":30,"d":20,"\u0131":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"G":30,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":30,"\u00d8":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d6":30,"\u00d2":30,"\u00d5":30,"q":20,"Q":30,"S":15,"\u0160":15,"T":120,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":70,"W":50,"Y":100,"\u00dd":100,"\u0178":100,"\u00ab":100,"\u00bb":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c4":{"d":"477,-209r-288,0r-75,209r-100,0r270,-718r110,0r260,718r-106,0xm219,-295r223,0r-106,-316r-2,0xm298,-901r0,102r-91,0r0,-102r91,0xm460,-901r0,102r-91,0r0,-102r91,0","w":667,"k":{"v":40,"w":40,"y":40,"\u00fd":40,"\u00ff":40,"c":20,"\u00e7":20,"C":30,"\u00c7":30,"d":20,"\u0131":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"G":30,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":30,"\u00d8":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d6":30,"\u00d2":30,"\u00d5":30,"q":20,"Q":30,"S":15,"\u0160":15,"T":120,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":70,"W":50,"Y":100,"\u00dd":100,"\u0178":100,"\u00ab":100,"\u00bb":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c0":{"d":"477,-209r-288,0r-75,209r-100,0r270,-718r110,0r260,718r-106,0xm219,-295r223,0r-106,-316r-2,0xm311,-788r-130,-141r108,0r89,141r-67,0","w":667,"k":{"v":40,"w":40,"y":40,"\u00fd":40,"\u00ff":40,"c":20,"\u00e7":20,"C":30,"\u00c7":30,"d":20,"\u0131":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"G":30,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":30,"\u00d8":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d6":30,"\u00d2":30,"\u00d5":30,"q":20,"Q":30,"S":15,"\u0160":15,"T":120,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":70,"W":50,"Y":100,"\u00dd":100,"\u0178":100,"\u00ab":100,"\u00bb":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c5":{"d":"477,-209r-288,0r-75,209r-100,0r270,-718r110,0r260,718r-106,0xm219,-295r223,0r-106,-316r-2,0xm334,-931v53,0,92,39,92,92v0,53,-39,92,-92,92v-53,0,-92,-39,-92,-92v0,-53,39,-92,92,-92xm282,-839v0,29,23,52,52,52v29,0,52,-23,52,-52v0,-29,-23,-52,-52,-52v-29,0,-52,23,-52,52","w":667,"k":{"v":40,"w":40,"y":40,"\u00fd":40,"\u00ff":40,"c":20,"\u00e7":20,"C":30,"\u00c7":30,"d":20,"\u0131":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"G":30,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":30,"\u00d8":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d6":30,"\u00d2":30,"\u00d5":30,"q":20,"Q":30,"S":15,"\u0160":15,"T":120,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":70,"W":50,"Y":100,"\u00dd":100,"\u0178":100,"\u00ab":100,"\u00bb":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c3":{"d":"477,-209r-288,0r-75,209r-100,0r270,-718r110,0r260,718r-106,0xm219,-295r223,0r-106,-316r-2,0xm454,-917r50,0v-9,83,-73,132,-159,96v-54,-23,-119,-48,-134,20r-48,0v8,-59,37,-107,104,-107v50,0,96,37,137,37v40,0,46,-27,50,-46","w":667,"k":{"v":40,"w":40,"y":40,"\u00fd":40,"\u00ff":40,"c":20,"\u00e7":20,"C":30,"\u00c7":30,"d":20,"\u0131":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"G":30,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":30,"\u00d8":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d6":30,"\u00d2":30,"\u00d5":30,"q":20,"Q":30,"S":15,"\u0160":15,"T":120,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":70,"W":50,"Y":100,"\u00dd":100,"\u0178":100,"\u00ab":100,"\u00bb":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c7":{"d":"265,203r17,-40v25,10,40,15,65,15v19,0,56,-5,56,-42v0,-31,-34,-39,-48,-39v-9,0,-18,2,-39,8r-17,-19r51,-69v-156,-5,-306,-113,-306,-380v0,-221,126,-374,335,-374v185,0,281,115,295,235r-94,0v-27,-126,-132,-149,-201,-149v-130,0,-235,96,-235,285v0,169,60,299,238,299v63,0,172,-30,205,-197r94,0v-35,235,-205,275,-284,281r-33,45v11,-2,18,-4,31,-4v65,0,84,43,84,75v0,52,-44,92,-118,92v-37,0,-70,-11,-96,-22","w":722,"k":{".":30,",":30,"y":25,"\u00fd":25,"\u00ff":25,"e":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"\u00e8":15,"o":15,"\u00f8":15,"\u0153":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f2":15,"\u00f5":15,"Y":40,"\u00dd":40,"\u0178":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25}},"\u00c9":{"d":"616,-86r0,86r-530,0r0,-718r523,0r0,86r-426,0r0,220r393,0r0,86r-393,0r0,240r433,0xm486,-929r-130,141r-67,0r89,-141r108,0","w":667,"k":{"G":25,"s":25,"\u0161":25}},"\u00ca":{"d":"616,-86r0,86r-530,0r0,-718r523,0r0,86r-426,0r0,220r393,0r0,86r-393,0r0,240r433,0xm333,-881r-66,93r-79,0r99,-141r93,0r99,141r-80,0","w":667,"k":{"G":25,"s":25,"\u0161":25}},"\u00cb":{"d":"616,-86r0,86r-530,0r0,-718r523,0r0,86r-426,0r0,220r393,0r0,86r-393,0r0,240r433,0xm298,-901r0,102r-91,0r0,-102r91,0xm460,-901r0,102r-91,0r0,-102r91,0","w":667,"k":{"G":25,"s":25,"\u0161":25}},"\u00c8":{"d":"616,-86r0,86r-530,0r0,-718r523,0r0,86r-426,0r0,220r393,0r0,86r-393,0r0,240r433,0xm311,-788r-130,-141r108,0r89,141r-67,0","w":667,"k":{"G":25,"s":25,"\u0161":25}},"\u00cd":{"d":"188,-718r0,718r-97,0r0,-718r97,0xm292,-929r-130,141r-67,0r89,-141r108,0","w":278,"k":{"T":20}},"\u00ce":{"d":"188,-718r0,718r-97,0r0,-718r97,0xm139,-881r-66,93r-79,0r99,-141r93,0r99,141r-80,0","w":278,"k":{"T":20}},"\u00cf":{"d":"188,-718r0,718r-97,0r0,-718r97,0xm104,-901r0,102r-91,0r0,-102r91,0xm266,-901r0,102r-91,0r0,-102r91,0","w":278,"k":{"T":20}},"\u00cc":{"d":"188,-718r0,718r-97,0r0,-718r97,0xm117,-788r-130,-141r108,0r89,141r-67,0","w":278,"k":{"T":20}},"\u00d1":{"d":"552,-138r0,-580r94,0r0,718r-109,0r-365,-580r-2,0r0,580r-94,0r0,-718r115,0r359,580r2,0xm492,-917r50,0v-9,83,-73,132,-159,96v-54,-23,-119,-48,-134,20r-48,0v8,-59,37,-107,104,-107v50,0,96,37,137,37v40,0,46,-27,50,-46","w":722},"\u00d3":{"d":"639,-359v0,-169,-94,-292,-250,-292v-156,0,-250,123,-250,292v0,169,94,292,250,292v156,0,250,-123,250,-292xm739,-359v0,155,-82,378,-350,378v-268,0,-350,-223,-350,-378v0,-155,82,-378,350,-378v268,0,350,223,350,378xm542,-929r-130,141r-67,0r89,-141r108,0","w":778,"k":{".":40,",":40,"T":40,"V":50,"W":30,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"\u00bb":25,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"X":60}},"\u00d4":{"d":"639,-359v0,-169,-94,-292,-250,-292v-156,0,-250,123,-250,292v0,169,94,292,250,292v156,0,250,-123,250,-292xm739,-359v0,155,-82,378,-350,378v-268,0,-350,-223,-350,-378v0,-155,82,-378,350,-378v268,0,350,223,350,378xm389,-881r-66,93r-79,0r99,-141r93,0r99,141r-80,0","w":778,"k":{".":40,",":40,"T":40,"V":50,"W":30,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"\u00bb":25,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"X":60}},"\u00d6":{"d":"639,-359v0,-169,-94,-292,-250,-292v-156,0,-250,123,-250,292v0,169,94,292,250,292v156,0,250,-123,250,-292xm739,-359v0,155,-82,378,-350,378v-268,0,-350,-223,-350,-378v0,-155,82,-378,350,-378v268,0,350,223,350,378xm354,-901r0,102r-91,0r0,-102r91,0xm516,-901r0,102r-91,0r0,-102r91,0","w":778,"k":{".":40,",":40,"T":40,"V":50,"W":30,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"\u00bb":25,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"X":60}},"\u00d2":{"d":"639,-359v0,-169,-94,-292,-250,-292v-156,0,-250,123,-250,292v0,169,94,292,250,292v156,0,250,-123,250,-292xm739,-359v0,155,-82,378,-350,378v-268,0,-350,-223,-350,-378v0,-155,82,-378,350,-378v268,0,350,223,350,378xm367,-788r-130,-141r108,0r89,141r-67,0","w":778,"k":{".":40,",":40,"T":40,"V":50,"W":30,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"\u00bb":25,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"X":60}},"\u00d5":{"d":"639,-359v0,-169,-94,-292,-250,-292v-156,0,-250,123,-250,292v0,169,94,292,250,292v156,0,250,-123,250,-292xm739,-359v0,155,-82,378,-350,378v-268,0,-350,-223,-350,-378v0,-155,82,-378,350,-378v268,0,350,223,350,378xm510,-917r50,0v-9,83,-73,132,-159,96v-54,-23,-119,-48,-134,20r-48,0v8,-59,37,-107,104,-107v50,0,96,37,137,37v40,0,46,-27,50,-46","w":778,"k":{".":40,",":40,"T":40,"V":50,"W":30,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"\u00bb":25,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"a":25,"\u00e6":25,"\u00e1":25,"\u00e2":25,"\u00e4":25,"\u00e0":25,"\u00e5":25,"\u00e3":25,"X":60}},"\u0160":{"d":"600,-508r-91,0v-5,-111,-97,-146,-178,-146v-61,0,-164,17,-164,126v0,61,43,80,85,91v158,42,368,37,368,239v0,170,-158,217,-281,217v-133,0,-185,-40,-217,-69v-61,-55,-73,-115,-73,-182r91,0v0,130,106,168,198,168v70,0,188,-18,188,-121v0,-75,-35,-99,-153,-127r-147,-34v-47,-11,-153,-44,-153,-169v0,-112,73,-222,247,-222v251,0,276,150,280,229xm267,-929r66,93r66,-93r80,0r-99,141r-93,0r-99,-141r79,0","w":667,"k":{".":20,",":20,"v":25,"w":25,"y":25,"\u00fd":25,"\u00ff":25,"T":20,"V":50,"Y":40,"\u00dd":40,"\u0178":40,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15}},"\u00da":{"d":"547,-718r97,0r0,466v0,147,-92,271,-289,271v-193,0,-276,-124,-276,-258r0,-479r97,0r0,452v0,156,95,199,182,199v89,0,189,-41,189,-197r0,-454xm514,-929r-130,141r-67,0r89,-141r108,0","w":722,"k":{".":40,",":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"\u00db":{"d":"547,-718r97,0r0,466v0,147,-92,271,-289,271v-193,0,-276,-124,-276,-258r0,-479r97,0r0,452v0,156,95,199,182,199v89,0,189,-41,189,-197r0,-454xm361,-881r-66,93r-79,0r99,-141r93,0r99,141r-80,0","w":722,"k":{".":40,",":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"\u00dc":{"d":"547,-718r97,0r0,466v0,147,-92,271,-289,271v-193,0,-276,-124,-276,-258r0,-479r97,0r0,452v0,156,95,199,182,199v89,0,189,-41,189,-197r0,-454xm326,-901r0,102r-91,0r0,-102r91,0xm488,-901r0,102r-91,0r0,-102r91,0","w":722,"k":{".":40,",":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"\u00d9":{"d":"547,-718r97,0r0,466v0,147,-92,271,-289,271v-193,0,-276,-124,-276,-258r0,-479r97,0r0,452v0,156,95,199,182,199v89,0,189,-41,189,-197r0,-454xm339,-788r-130,-141r108,0r89,141r-67,0","w":722,"k":{".":40,",":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"\u00dd":{"d":"382,-289r0,289r-97,0r0,-289r-271,-429r113,0r206,345r206,-345r114,0xm486,-929r-130,141r-67,0r89,-141r108,0","w":667,"k":{"\u00e3":140,";":60,":":60,".":140,"-":140,",":140,"C":75,"\u00c7":75,"e":140,"\u00e9":140,"\u00ea":140,"\u00eb":140,"\u00e8":140,"o":140,"\u00f8":140,"\u0153":140,"\u00f3":140,"\u00f4":140,"\u00f6":140,"\u00f2":140,"\u00f5":140,"O":85,"\u00d8":85,"\u0152":85,"\u00d3":85,"\u00d4":85,"\u00d6":85,"\u00d2":85,"\u00d5":85,"S":75,"\u0160":75,"u":110,"\u00fa":110,"\u00fb":110,"\u00fc":110,"\u00f9":110,"\u00ab":250,"\u00bb":200,"A":110,"\u00c6":110,"\u00c1":110,"\u00c2":110,"\u00c4":110,"\u00c0":110,"\u00c5":110,"\u00c3":110,"a":140,"\u00e6":140,"\u00e1":140,"\u00e2":140,"\u00e4":140,"\u00e0":140,"\u00e5":140,"i":20,"\u00ed":20,"\u00ee":20,"\u00ef":20,"\u00ec":20}},"\u0178":{"d":"382,-289r0,289r-97,0r0,-289r-271,-429r113,0r206,345r206,-345r114,0xm298,-901r0,102r-91,0r0,-102r91,0xm460,-901r0,102r-91,0r0,-102r91,0","w":667,"k":{"\u00e3":140,";":60,":":60,".":140,"-":140,",":140,"C":75,"\u00c7":75,"e":140,"\u00e9":140,"\u00ea":140,"\u00eb":140,"\u00e8":140,"o":140,"\u00f8":140,"\u0153":140,"\u00f3":140,"\u00f4":140,"\u00f6":140,"\u00f2":140,"\u00f5":140,"O":85,"\u00d8":85,"\u0152":85,"\u00d3":85,"\u00d4":85,"\u00d6":85,"\u00d2":85,"\u00d5":85,"S":75,"\u0160":75,"u":110,"\u00fa":110,"\u00fb":110,"\u00fc":110,"\u00f9":110,"\u00ab":250,"\u00bb":200,"A":110,"\u00c6":110,"\u00c1":110,"\u00c2":110,"\u00c4":110,"\u00c0":110,"\u00c5":110,"\u00c3":110,"a":140,"\u00e6":140,"\u00e1":140,"\u00e2":140,"\u00e4":140,"\u00e0":140,"\u00e5":140,"i":20,"\u00ed":20,"\u00ee":20,"\u00ef":20,"\u00ec":20}},"\u017d":{"d":"588,-86r0,86r-565,0r0,-81r440,-551r-407,0r0,-86r532,0r0,84r-442,548r442,0xm239,-929r66,93r66,-93r80,0r-99,141r-93,0r-99,-141r79,0","w":611},"\u00e1":{"d":"143,-364r-81,0v4,-125,87,-174,216,-174v42,0,194,12,194,146r0,301v-1,35,30,34,58,27r0,64v-15,4,-28,10,-48,10v-78,0,-90,-40,-93,-80v-34,37,-87,85,-189,85v-96,0,-164,-61,-164,-151v0,-44,13,-146,159,-164r145,-18v21,-2,46,-10,46,-62v0,-55,-40,-85,-123,-85v-100,0,-114,61,-120,101xm384,-181r0,-86v-14,11,-36,19,-145,33v-43,6,-112,19,-112,85v0,57,29,91,95,91v82,0,162,-53,162,-123xm431,-734r-130,141r-67,0r89,-141r108,0"},"\u00e2":{"d":"143,-364r-81,0v4,-125,87,-174,216,-174v42,0,194,12,194,146r0,301v-1,35,30,34,58,27r0,64v-15,4,-28,10,-48,10v-78,0,-90,-40,-93,-80v-34,37,-87,85,-189,85v-96,0,-164,-61,-164,-151v0,-44,13,-146,159,-164r145,-18v21,-2,46,-10,46,-62v0,-55,-40,-85,-123,-85v-100,0,-114,61,-120,101xm384,-181r0,-86v-14,11,-36,19,-145,33v-43,6,-112,19,-112,85v0,57,29,91,95,91v82,0,162,-53,162,-123xm278,-686r-66,93r-79,0r99,-141r93,0r99,141r-80,0"},"\u00e4":{"d":"143,-364r-81,0v4,-125,87,-174,216,-174v42,0,194,12,194,146r0,301v-1,35,30,34,58,27r0,64v-15,4,-28,10,-48,10v-78,0,-90,-40,-93,-80v-34,37,-87,85,-189,85v-96,0,-164,-61,-164,-151v0,-44,13,-146,159,-164r145,-18v21,-2,46,-10,46,-62v0,-55,-40,-85,-123,-85v-100,0,-114,61,-120,101xm384,-181r0,-86v-14,11,-36,19,-145,33v-43,6,-112,19,-112,85v0,57,29,91,95,91v82,0,162,-53,162,-123xm243,-706r0,102r-91,0r0,-102r91,0xm405,-706r0,102r-91,0r0,-102r91,0"},"\u00e0":{"d":"143,-364r-81,0v4,-125,87,-174,216,-174v42,0,194,12,194,146r0,301v-1,35,30,34,58,27r0,64v-15,4,-28,10,-48,10v-78,0,-90,-40,-93,-80v-34,37,-87,85,-189,85v-96,0,-164,-61,-164,-151v0,-44,13,-146,159,-164r145,-18v21,-2,46,-10,46,-62v0,-55,-40,-85,-123,-85v-100,0,-114,61,-120,101xm384,-181r0,-86v-14,11,-36,19,-145,33v-43,6,-112,19,-112,85v0,57,29,91,95,91v82,0,162,-53,162,-123xm256,-593r-130,-141r108,0r89,141r-67,0"},"\u00e5":{"d":"143,-364r-81,0v4,-125,87,-174,216,-174v42,0,194,12,194,146r0,301v-1,35,30,34,58,27r0,64v-15,4,-28,10,-48,10v-78,0,-90,-40,-93,-80v-34,37,-87,85,-189,85v-96,0,-164,-61,-164,-151v0,-44,13,-146,159,-164r145,-18v21,-2,46,-10,46,-62v0,-55,-40,-85,-123,-85v-100,0,-114,61,-120,101xm384,-181r0,-86v-14,11,-36,19,-145,33v-43,6,-112,19,-112,85v0,57,29,91,95,91v82,0,162,-53,162,-123xm279,-756v53,0,92,39,92,92v0,53,-39,92,-92,92v-53,0,-92,-39,-92,-92v0,-53,39,-92,92,-92xm227,-664v0,29,23,52,52,52v29,0,52,-23,52,-52v0,-29,-23,-52,-52,-52v-29,0,-52,23,-52,52"},"\u00e3":{"d":"143,-364r-81,0v4,-125,87,-174,216,-174v42,0,194,12,194,146r0,301v-1,35,30,34,58,27r0,64v-15,4,-28,10,-48,10v-78,0,-90,-40,-93,-80v-34,37,-87,85,-189,85v-96,0,-164,-61,-164,-151v0,-44,13,-146,159,-164r145,-18v21,-2,46,-10,46,-62v0,-55,-40,-85,-123,-85v-100,0,-114,61,-120,101xm384,-181r0,-86v-14,11,-36,19,-145,33v-43,6,-112,19,-112,85v0,57,29,91,95,91v82,0,162,-53,162,-123xm389,-722r50,0v-9,83,-73,132,-159,96v-54,-23,-119,-48,-134,20r-48,0v8,-59,37,-107,104,-107v50,0,96,37,137,37v40,0,46,-27,50,-46"},"\u00e7":{"d":"155,203r17,-40v25,10,40,15,65,15v19,0,56,-5,56,-42v0,-31,-34,-39,-48,-39v-9,0,-18,2,-39,8r-17,-19r54,-73v-135,-10,-213,-117,-213,-260v0,-162,78,-291,251,-291v137,0,189,100,196,191r-85,0v-11,-70,-50,-112,-124,-112v-109,0,-144,104,-144,197v0,90,22,201,143,201v59,0,110,-44,125,-124r85,0v-8,78,-54,186,-186,197r-37,50v11,-2,18,-4,31,-4v65,0,84,43,84,75v0,52,-44,92,-118,92v-37,0,-70,-11,-96,-22","w":500,"k":{",":15,"y":10,"\u00fd":10,"\u00ff":10,"k":20}},"\u00e9":{"d":"421,-164r88,0v-3,25,-27,99,-93,143v-24,16,-58,36,-142,36v-147,0,-234,-111,-234,-262v0,-162,78,-291,251,-291v151,0,225,120,225,305r-382,0v0,109,51,172,152,172v83,0,132,-64,135,-103xm134,-303r291,0v-5,-81,-39,-156,-146,-156v-81,0,-145,75,-145,156xm431,-734r-130,141r-67,0r89,-141r108,0","k":{".":15,",":15,"v":30,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"\u201c":50,"\u201d":50,"\u2019":50,"x":30}},"\u00ea":{"d":"421,-164r88,0v-3,25,-27,99,-93,143v-24,16,-58,36,-142,36v-147,0,-234,-111,-234,-262v0,-162,78,-291,251,-291v151,0,225,120,225,305r-382,0v0,109,51,172,152,172v83,0,132,-64,135,-103xm134,-303r291,0v-5,-81,-39,-156,-146,-156v-81,0,-145,75,-145,156xm278,-686r-66,93r-79,0r99,-141r93,0r99,141r-80,0","k":{".":15,",":15,"v":30,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"\u201c":50,"\u201d":50,"\u2019":50,"x":30}},"\u00eb":{"d":"421,-164r88,0v-3,25,-27,99,-93,143v-24,16,-58,36,-142,36v-147,0,-234,-111,-234,-262v0,-162,78,-291,251,-291v151,0,225,120,225,305r-382,0v0,109,51,172,152,172v83,0,132,-64,135,-103xm134,-303r291,0v-5,-81,-39,-156,-146,-156v-81,0,-145,75,-145,156xm243,-706r0,102r-91,0r0,-102r91,0xm405,-706r0,102r-91,0r0,-102r91,0","k":{".":15,",":15,"v":30,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"\u201c":50,"\u201d":50,"\u2019":50,"x":30}},"\u00e8":{"d":"421,-164r88,0v-3,25,-27,99,-93,143v-24,16,-58,36,-142,36v-147,0,-234,-111,-234,-262v0,-162,78,-291,251,-291v151,0,225,120,225,305r-382,0v0,109,51,172,152,172v83,0,132,-64,135,-103xm134,-303r291,0v-5,-81,-39,-156,-146,-156v-81,0,-145,75,-145,156xm256,-593r-130,-141r108,0r89,141r-67,0","k":{".":15,",":15,"v":30,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"\u201c":50,"\u201d":50,"\u2019":50,"x":30}},"\u00ed":{"d":"183,-523r0,523r-88,0r0,-523r88,0xm292,-734r-130,141r-67,0r89,-141r108,0","w":278},"\u00ee":{"d":"183,-523r0,523r-88,0r0,-523r88,0xm139,-686r-66,93r-79,0r99,-141r93,0r99,141r-80,0","w":278},"\u00ef":{"d":"183,-523r0,523r-88,0r0,-523r88,0xm104,-706r0,102r-91,0r0,-102r91,0xm266,-706r0,102r-91,0r0,-102r91,0","w":278},"\u00ec":{"d":"183,-523r0,523r-88,0r0,-523r88,0xm117,-593r-130,-141r108,0r89,141r-67,0","w":278},"\u00f1":{"d":"491,-356r0,356r-88,0r0,-322v0,-91,-26,-137,-112,-137v-50,0,-138,32,-138,174r0,285r-88,0r0,-523r83,0v2,23,-4,55,2,74v19,-28,68,-89,158,-89v81,0,183,33,183,182xm389,-722r50,0v-9,83,-73,132,-159,96v-54,-23,-119,-48,-134,20r-48,0v8,-59,37,-107,104,-107v50,0,96,37,137,37v40,0,46,-27,50,-46","k":{"v":20,"w":20,"y":15,"\u00fd":15,"\u00ff":15,"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10,"\u201d":55,"\u2019":55}},"\u00f3":{"d":"35,-262v0,-135,76,-276,243,-276v167,0,243,141,243,276v0,135,-76,276,-243,276v-167,0,-243,-141,-243,-276xm126,-262v0,70,26,200,152,200v126,0,152,-130,152,-200v0,-70,-26,-200,-152,-200v-126,0,-152,130,-152,200xm431,-734r-130,141r-67,0r89,-141r108,0","k":{".":40,",":40,"v":15,"w":15,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":30,"\u201d":30,"\u2019":30,"x":30}},"\u00f4":{"d":"35,-262v0,-135,76,-276,243,-276v167,0,243,141,243,276v0,135,-76,276,-243,276v-167,0,-243,-141,-243,-276xm126,-262v0,70,26,200,152,200v126,0,152,-130,152,-200v0,-70,-26,-200,-152,-200v-126,0,-152,130,-152,200xm278,-686r-66,93r-79,0r99,-141r93,0r99,141r-80,0","k":{".":40,",":40,"v":15,"w":15,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":30,"\u201d":30,"\u2019":30,"x":30}},"\u00f6":{"d":"35,-262v0,-135,76,-276,243,-276v167,0,243,141,243,276v0,135,-76,276,-243,276v-167,0,-243,-141,-243,-276xm126,-262v0,70,26,200,152,200v126,0,152,-130,152,-200v0,-70,-26,-200,-152,-200v-126,0,-152,130,-152,200xm243,-706r0,102r-91,0r0,-102r91,0xm405,-706r0,102r-91,0r0,-102r91,0","k":{".":40,",":40,"v":15,"w":15,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":30,"\u201d":30,"\u2019":30,"x":30}},"\u00f2":{"d":"35,-262v0,-135,76,-276,243,-276v167,0,243,141,243,276v0,135,-76,276,-243,276v-167,0,-243,-141,-243,-276xm126,-262v0,70,26,200,152,200v126,0,152,-130,152,-200v0,-70,-26,-200,-152,-200v-126,0,-152,130,-152,200xm256,-593r-130,-141r108,0r89,141r-67,0","k":{".":40,",":40,"v":15,"w":15,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":30,"\u201d":30,"\u2019":30,"x":30}},"\u00f5":{"d":"35,-262v0,-135,76,-276,243,-276v167,0,243,141,243,276v0,135,-76,276,-243,276v-167,0,-243,-141,-243,-276xm126,-262v0,70,26,200,152,200v126,0,152,-130,152,-200v0,-70,-26,-200,-152,-200v-126,0,-152,130,-152,200xm399,-722r50,0v-9,83,-73,132,-159,96v-54,-23,-119,-48,-134,20r-48,0v8,-59,37,-107,104,-107v50,0,96,37,137,37v40,0,46,-27,50,-46","k":{".":40,",":40,"v":15,"w":15,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":30,"\u201d":30,"\u2019":30,"x":30}},"\u0161":{"d":"447,-374r-85,0v-1,-33,-13,-88,-124,-88v-27,0,-104,9,-104,74v0,67,122,75,183,92v108,31,147,67,147,138v0,108,-89,173,-207,173v-207,0,-222,-120,-225,-183r85,0v3,41,15,107,139,107v63,0,120,-25,120,-83v0,-69,-139,-81,-206,-100v-72,-20,-121,-55,-121,-127v0,-115,95,-167,198,-167v187,0,200,138,200,164xm184,-734r66,93r66,-93r80,0r-99,141r-93,0r-99,-141r79,0","w":500,"k":{".":15,",":15,"v":20,"w":30,"y":20,"\u00fd":20,"\u00ff":20,"\u2019":50}},"\u00fa":{"d":"489,0r-83,0v-2,-25,3,-57,-2,-78v-37,61,-82,93,-166,93v-77,0,-170,-37,-170,-162r0,-376r88,0r0,347v0,86,44,115,101,115v111,0,144,-98,144,-174r0,-288r88,0r0,523xm431,-734r-130,141r-67,0r89,-141r108,0","k":{"\u2019":25}},"\u00fb":{"d":"489,0r-83,0v-2,-25,3,-57,-2,-78v-37,61,-82,93,-166,93v-77,0,-170,-37,-170,-162r0,-376r88,0r0,347v0,86,44,115,101,115v111,0,144,-98,144,-174r0,-288r88,0r0,523xm278,-686r-66,93r-79,0r99,-141r93,0r99,141r-80,0","k":{"\u2019":25}},"\u00fc":{"d":"489,0r-83,0v-2,-25,3,-57,-2,-78v-37,61,-82,93,-166,93v-77,0,-170,-37,-170,-162r0,-376r88,0r0,347v0,86,44,115,101,115v111,0,144,-98,144,-174r0,-288r88,0r0,523xm243,-706r0,102r-91,0r0,-102r91,0xm405,-706r0,102r-91,0r0,-102r91,0","k":{"\u2019":25}},"\u00f9":{"d":"489,0r-83,0v-2,-25,3,-57,-2,-78v-37,61,-82,93,-166,93v-77,0,-170,-37,-170,-162r0,-376r88,0r0,347v0,86,44,115,101,115v111,0,144,-98,144,-174r0,-288r88,0r0,523xm256,-593r-130,-141r108,0r89,141r-67,0","k":{"\u2019":25}},"\u00fd":{"d":"252,-97r140,-426r97,0v-61,171,-121,342,-188,513v-83,212,-92,224,-205,224v-13,0,-23,-4,-37,-8r0,-80v89,17,98,24,146,-112r-194,-537r100,0r139,426r2,0xm403,-734r-130,141r-67,0r89,-141r108,0","w":500,"k":{".":100,",":100,"c":20,"\u00e7":20,"d":20,"\u0131":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"-":40,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"s":20,"\u0161":20}},"\u00ff":{"d":"252,-97r140,-426r97,0v-61,171,-121,342,-188,513v-83,212,-92,224,-205,224v-13,0,-23,-4,-37,-8r0,-80v89,17,98,24,146,-112r-194,-537r100,0r139,426r2,0xm215,-706r0,102r-91,0r0,-102r91,0xm377,-706r0,102r-91,0r0,-102r91,0","w":500,"k":{".":100,",":100,"c":20,"\u00e7":20,"d":20,"\u0131":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"g":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"-":40,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"s":20,"\u0161":20}},"\u017e":{"d":"460,-451r-312,378r321,0r0,73r-438,0r0,-69r315,-381r-291,0r0,-73r405,0r0,72xm184,-734r66,93r66,-93r80,0r-99,141r-93,0r-99,-141r79,0","w":500,"k":{"e":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"\u00e8":15,"o":15,"\u00f8":15,"\u0153":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f2":15,"\u00f5":15}},"\u2206":{"d":"452,-84r-167,-423r-191,423r358,0xm0,0r320,-702r280,702r-600,0","w":600},"\u2126":{"d":"47,-69v47,-2,104,4,147,-2v-69,-62,-133,-167,-133,-305v0,-192,128,-331,300,-331v182,0,294,158,294,326v0,145,-70,251,-135,312r149,0r0,69r-244,0r0,-51v74,-48,145,-154,145,-314v0,-129,-71,-272,-209,-272v-131,0,-215,122,-215,275v0,149,71,265,145,311r0,51r-244,0r0,-69","w":718},"\u03bc":{"d":"489,0r-83,0v-2,-25,3,-57,-2,-78v-37,61,-82,93,-166,93v-21,0,-57,-7,-82,-34r0,226r-88,0r0,-730r88,0r0,347v0,86,44,115,101,115v111,0,144,-98,144,-174r0,-288r88,0r0,523","w":578},"\u03c0":{"d":"549,-447r-79,0v3,134,-10,349,14,447r-81,0v-30,-85,-12,-319,-17,-447r-173,0v-6,125,-35,351,-72,447r-82,0v37,-109,66,-317,71,-447v-60,0,-89,5,-110,12r-12,-55v25,-17,69,-28,147,-28r402,0","w":575},"\ufb01":{"d":"262,-450r-88,0r0,450r-88,0r0,-450r-72,0r0,-73r72,0r0,-90v-3,-93,76,-124,176,-113r0,79v-52,-7,-88,1,-88,59r0,65r88,0r0,73xm434,-523r0,523r-88,0r0,-523r88,0xm434,-618r-88,0r0,-100r88,0r0,100","w":500},"\ufb02":{"d":"262,-450r-88,0r0,450r-88,0r0,-450r-72,0r0,-73r72,0r0,-90v-3,-93,76,-124,176,-113r0,79v-52,-7,-88,1,-88,59r0,65r88,0r0,73xm432,-718r0,718r-88,0r0,-718r88,0","w":500,"k":{"v":20,"w":20,"y":20,"\u00fd":20,"\u00ff":20}},"\u00b9":{"d":"151,-577r-108,0r0,-46v74,-5,105,-11,123,-80r56,0r0,422r-71,0r0,-296","w":333},"\u00b3":{"d":"5,-410r68,0v2,35,11,82,86,82v58,0,96,-22,96,-71v0,-80,-70,-71,-126,-72r0,-51v59,2,108,-4,109,-67v0,-21,-11,-56,-80,-56v-67,0,-79,45,-81,80r-61,0v0,-62,31,-138,151,-138v88,0,141,47,141,111v0,57,-37,77,-59,89v45,12,76,41,76,97v0,69,-48,136,-167,136v-34,0,-62,-8,-84,-19v-51,-24,-65,-73,-69,-121","w":333},"\u00b2":{"d":"79,-552r-60,0v0,-137,109,-151,158,-151v82,0,146,48,146,126v0,135,-202,146,-244,235r244,0r0,61r-319,0v4,-120,84,-158,164,-200v52,-28,85,-43,85,-98v0,-30,-17,-66,-84,-66v-84,0,-88,68,-90,93","w":333},"\u0401":{"d":"74,0r0,-718r524,0r0,84r-428,0r0,222r395,0r0,84r-395,0r0,244r435,0r0,84r-531,0xm208,-765r0,-102r90,0r0,102r-90,0xm368,-765r0,-102r90,0r0,102r-90,0","w":667},"\u0402":{"d":"561,-718r0,85r-249,0r0,242v24,-10,89,-38,163,-38v57,0,122,17,169,61v63,59,76,147,76,210v0,109,-35,219,-120,288v-83,66,-168,71,-219,74r0,-85v34,-3,97,-9,155,-56v64,-52,89,-134,89,-216v0,-120,-60,-192,-163,-192v-58,0,-103,17,-150,34r0,311r-96,0r0,-633r-203,0r0,-85r548,0","w":761},"\u0403":{"d":"74,0r0,-718r422,0r0,84r-326,0r0,634r-96,0xm231,-765r89,-144r109,0r-131,144r-67,0","w":519,"k":{"\u0451":100,"\u0443":280,"\u043e":260,"\u0437":250,"\u0435":260,"\u0434":280,"\u0430":270,"\u041e":55,"\u0414":125,"\u0410":200,".":250,",":250}},"\u0404":{"d":"580,-257r93,0v-13,125,-112,275,-302,275v-131,0,-332,-72,-332,-368v0,-292,178,-386,335,-386v196,0,286,130,294,231r-94,0v-24,-92,-99,-147,-197,-147v-161,0,-229,131,-236,240r257,0r0,84r-257,0v5,197,134,262,230,262v122,0,195,-97,209,-191","w":722,"k":{"\u0441":15,"\u0434":100,"\u0425":50,"\u0423":50,"\u0410":40,".":50,",":50}},"\u0405":{"d":"597,-507r-90,0v-5,-80,-58,-145,-176,-145v-115,0,-169,46,-169,125v0,95,175,110,265,134v130,35,191,91,191,192v0,171,-149,219,-290,219v-195,0,-284,-109,-280,-251r90,0v0,109,88,167,192,167v103,0,192,-35,192,-120v0,-67,-37,-97,-139,-122r-128,-32v-128,-32,-183,-88,-183,-182v0,-117,84,-214,254,-214v160,0,271,78,271,229","w":667,"k":{"\u0422":20}},"\u0406":{"d":"91,0r0,-718r96,0r0,718r-96,0","w":278,"k":{"\u0435":20,"\u0422":20}},"\u0407":{"d":"91,0r0,-718r96,0r0,718r-96,0xm14,-765r0,-102r90,0r0,102r-90,0xm174,-765r0,-102r90,0r0,102r-90,0","w":278},"\u0408":{"d":"330,-197r0,-521r96,0r0,516v0,179,-104,220,-216,220v-98,0,-193,-55,-193,-192r0,-57r90,0v-5,97,9,165,108,165v69,0,115,-30,115,-131","w":500,"k":{"\u0430":20,"\u0410":40}},"\u0409":{"d":"479,-634r-219,0r-15,383v-4,126,-10,269,-158,269v-22,0,-45,-3,-66,-12r0,-84v20,12,42,12,50,12v52,0,73,-25,78,-188r15,-464r411,0r0,296r135,0v172,0,251,81,251,211v0,127,-83,211,-227,211r-255,0r0,-634xm575,-338r0,254v139,-2,284,27,284,-127v0,-142,-145,-129,-284,-127","w":1000,"k":{"\u0423":125,"\u0410":25,".":25,",":25}},"\u040a":{"d":"577,-338r0,254v135,0,267,21,267,-127v0,-135,-131,-131,-267,-127xm74,0r0,-718r96,0r0,296r311,0r0,-296r96,0r0,296r118,0v172,0,251,81,251,211v0,127,-83,211,-227,211r-238,0r0,-338r-311,0r0,338r-96,0","w":1000,"k":{"\u0423":125,"\u0410":25,".":50,",":50}},"\u040b":{"d":"219,0r0,-634r-181,0r0,-84r531,0r0,84r-254,0r0,222r183,0v154,0,219,70,219,190r0,222r-96,0r0,-208v0,-75,-35,-120,-133,-120r-173,0r0,328r-96,0","w":778},"\u040c":{"d":"265,-765r89,-144r109,0r-131,144r-67,0xm74,0r0,-718r96,0r0,350r350,-350r134,0r-299,290r307,428r-123,0r-253,-362r-116,112r0,250r-96,0","w":667,"k":{"\u045e":50,"\u0451":25,"\u0443":70,"\u043e":25,"\u0435":25,"\u041e":55}},"\u040e":{"d":"125,4r0,-99v15,8,33,17,77,17v66,0,90,-28,90,-63v0,-18,-2,-30,-23,-72r-246,-505r112,0r223,480r194,-480r108,0r-235,537v-62,143,-101,199,-229,199v-23,0,-51,-6,-71,-14xm179,-903r49,0v13,59,53,78,105,78v52,0,92,-19,105,-78r49,0v-8,74,-54,138,-154,138v-100,0,-146,-64,-154,-138","w":667,"k":{"\u0456":25,"\u043e":130,"\u0438":100,"\u0435":130,"\u0430":150,"\u041e":55,"\u0410":120,";":100,":":100,".":250,"-":125,",":250}},"\u040f":{"d":"74,0r0,-718r102,0r0,634r370,0r0,-634r102,0r0,718r-239,0r0,154r-96,0r0,-154r-239,0","w":722},"\u0410":{"d":"550,0r-77,-217r-280,0r-77,217r-103,0r270,-718r110,0r260,718r-103,0xm446,-295r-112,-315r-2,0r-112,315r226,0","w":667,"k":{"\u045e":55,"\u0443":55,"\u0441":20,"\u0435":20,"\u0427":100,"\u0423":125,"\u0422":95,"\u0421":40,"\u041e":40,"\u040e":125,"\u0404":40,"\u201d":170,"-":40,"\u2019":170}},"\u0411":{"d":"74,0r0,-718r477,0r0,84r-381,0r0,212r210,0v168,0,247,81,247,211v0,127,-83,211,-227,211r-326,0xm170,-338r0,254v156,-11,355,51,355,-127v0,-166,-201,-121,-355,-127","w":667,"k":{"\u0423":55,"\u0410":15,".":25,",":25}},"\u0412":{"d":"331,-718v158,-5,262,37,262,181v0,49,-24,120,-96,150v58,20,130,66,130,175v0,95,-65,212,-250,212r-303,0r0,-718r257,0xm170,-84r193,0v125,0,168,-50,168,-125v0,-75,-43,-125,-168,-125r-193,0r0,250xm170,-412r179,0v126,0,148,-51,148,-115v0,-67,-38,-107,-148,-107r-179,0r0,222","w":667,"k":{"\u0425":20,"\u0423":50,"\u0410":15}},"\u0413":{"d":"74,0r0,-718r422,0r0,84r-326,0r0,634r-96,0","w":519,"k":{"\u0459":250,"\u0454":260,"\u0451":100,"\u044f":250,"\u044d":250,"\u0443":280,"\u0441":260,"\u043e":260,"\u043b":250,"\u0438":250,"\u0437":250,"\u0435":260,"\u0434":280,"\u0430":270,"\u042f":75,"\u041e":55,"\u0414":125,"\u0410":200,".":250,",":250}},"\u0414":{"d":"108,154r-90,0r0,-238r65,0v28,-62,46,-122,62,-266v18,-153,20,-302,21,-368r427,0r0,634r71,0r0,238r-90,0r0,-154r-466,0r0,154xm256,-634v-3,177,-28,444,-73,550r311,0r0,-550r-238,0","w":667},"\u0415":{"d":"74,0r0,-718r524,0r0,84r-428,0r0,222r395,0r0,84r-395,0r0,244r435,0r0,84r-531,0","w":667},"\u0416":{"d":"549,-718r0,308r30,0r277,-308r136,0r-323,342r323,376r-136,0r-277,-329r-30,0r0,329r-96,0r0,-329r-30,0r-278,329r-135,0r329,-372r-325,-346r129,0r280,308r30,0r0,-308r96,0","w":1002,"k":{"\u0454":20,"\u0451":40,"\u044d":20,"\u0443":70,"\u043e":40,"\u0435":40,"\u0430":20}},"\u0417":{"d":"267,-339r0,-78r76,0v82,0,119,-56,119,-111v0,-89,-74,-124,-148,-124v-109,0,-163,74,-172,159r-90,0v15,-187,139,-243,265,-243v129,0,235,67,235,197v0,76,-30,124,-97,154v74,21,127,78,127,182v0,146,-137,221,-267,221v-149,0,-269,-62,-286,-225r94,0v11,79,61,141,183,141v100,0,180,-40,180,-142v0,-75,-48,-131,-149,-131r-70,0","w":611},"\u0418":{"d":"74,0r0,-718r96,0r0,581r2,0r365,-581r111,0r0,718r-96,0r0,-584r-2,0r-365,584r-111,0","w":722},"\u0419":{"d":"207,-903r49,0v13,59,53,78,105,78v52,0,92,-19,105,-78r49,0v-8,74,-54,138,-154,138v-100,0,-146,-64,-154,-138xm74,0r0,-718r96,0r0,581r2,0r365,-581r111,0r0,718r-96,0r0,-584r-2,0r-365,584r-111,0","w":722},"\u041a":{"d":"74,0r0,-718r96,0r0,350r350,-350r134,0r-299,290r307,428r-123,0r-253,-362r-116,112r0,250r-96,0","w":667,"k":{"\u045e":50,"\u0454":25,"\u0451":25,"\u0443":70,"\u043e":25,"\u0435":25,"\u0421":55,"\u041e":55,"\u0404":55}},"\u041b":{"d":"482,0r0,-634r-222,0v-8,166,-12,330,-27,492v-7,76,-39,160,-147,160v-28,0,-50,-4,-68,-12r0,-84v13,8,31,12,51,12v59,0,70,-43,77,-207v8,-180,13,-320,15,-445r417,0r0,718r-96,0","w":648},"\u041c":{"d":"74,0r0,-718r138,0r203,604r2,0r203,-604r138,0r0,718r-90,0r0,-604r-2,0r-202,604r-96,0r-202,-604r-2,0r0,604r-90,0","w":833},"\u041d":{"d":"74,0r0,-718r96,0r0,296r382,0r0,-296r96,0r0,718r-96,0r0,-338r-382,0r0,338r-96,0","w":722},"\u041e":{"d":"739,-359v0,186,-111,377,-350,377v-239,0,-350,-191,-350,-377v0,-223,129,-377,350,-377v221,0,350,154,350,377xm643,-359v0,-171,-93,-293,-254,-293v-161,0,-254,122,-254,293v0,175,83,293,254,293v171,0,254,-118,254,-293","w":778,"k":{"\u0425":55,"\u0423":75,"\u0422":40,"\u0410":40,"\u040e":75}},"\u041f":{"d":"74,0r0,-718r574,0r0,718r-96,0r0,-634r-382,0r0,634r-96,0","w":722},"\u0420":{"d":"170,-382r196,0v102,0,144,-44,144,-126v0,-82,-42,-126,-144,-126r-196,0r0,252xm74,0r0,-718r302,0v157,0,230,84,230,210v0,126,-73,210,-230,210r-206,0r0,298r-96,0","w":667,"k":{"\u0454":50,"\u0451":55,"\u0441":55,"\u043e":55,"\u0435":55,"\u0430":55,"\u0427":20,"\u0423":75,"\u0410":130,"\u040e":75,"\u0404":25,".":190,"-":55,",":190}},"\u0421":{"d":"135,-360v0,180,95,294,236,294v122,0,195,-97,209,-191r93,0v-13,125,-112,275,-302,275v-131,0,-332,-72,-332,-368v0,-292,178,-386,335,-386v196,0,286,130,294,231r-94,0v-24,-92,-99,-147,-197,-147v-147,0,-242,114,-242,292","w":722,"k":{"\u0410":40,".":100,",":75}},"\u0422":{"d":"14,-634r0,-84r584,0r0,84r-244,0r0,634r-96,0r0,-634r-244,0","w":611,"k":{"\u045e":50,"\u0456":20,"\u0454":160,"\u0451":100,"\u0443":180,"\u0441":180,"\u043e":180,"\u0438":180,"\u0435":180,"\u0430":190,"\u041e":40,"\u0410":95,"\u0404":40,";":150,":":150,".":170,"-":210,",":170}},"\u0423":{"d":"125,4r0,-99v15,8,33,17,77,17v66,0,90,-28,90,-63v0,-18,-2,-30,-23,-72r-246,-505r112,0r223,480r194,-480r108,0r-235,537v-62,143,-101,199,-229,199v-23,0,-51,-6,-71,-14","w":667,"k":{"\u0456":25,"\u0453":100,"\u0451":100,"\u0442":50,"\u043e":130,"\u0438":100,"\u0435":130,"\u0433":100,"\u0430":150,"\u041e":55,"\u0410":120,"\u0405":50,";":100,":":100,".":250,"-":125,",":250}},"\u0424":{"d":"656,-359v0,-128,-84,-202,-219,-202r0,404v135,0,219,-74,219,-202xm341,0r0,-85v-167,0,-309,-92,-309,-274v0,-182,142,-274,309,-274r0,-85r96,0r0,85v167,0,309,92,309,274v0,182,-142,274,-309,274r0,85r-96,0xm122,-359v0,128,84,202,219,202r0,-404v-135,0,-219,74,-219,202","w":778,"k":{"\u0423":40,"\u0410":75,".":100}},"\u0425":{"d":"137,0r-119,0r255,-368r-241,-350r119,0r182,275r182,-275r119,0r-241,350r255,368r-119,0r-196,-295","w":667,"k":{"\u041e":55}},"\u0426":{"d":"74,0r0,-718r96,0r0,634r382,0r0,-634r96,0r0,634r59,0r0,238r-90,0r0,-154r-543,0","w":722},"\u0427":{"d":"481,0r0,-296v-42,15,-120,28,-194,28v-136,0,-240,-40,-240,-212r0,-238r96,0r0,228v0,118,52,138,163,138v62,0,138,-14,175,-28r0,-338r96,0r0,718r-96,0","w":648},"\u0428":{"d":"74,0r0,-718r96,0r0,634r254,0r0,-634r96,0r0,634r254,0r0,-634r96,0r0,718r-796,0","w":944},"\u0429":{"d":"74,0r0,-718r96,0r0,634r254,0r0,-634r96,0r0,634r254,0r0,-634r96,0r0,634r59,0r0,238r-90,0r0,-154r-765,0","w":944},"\u042a":{"d":"256,0r0,-634r-242,0r0,-84r338,0r0,296r191,0v172,0,251,81,251,211v0,127,-83,211,-227,211r-311,0xm352,-338r0,254v153,-9,340,46,340,-127v0,-161,-189,-123,-340,-127","w":833},"\u042b":{"d":"91,0r0,-718r96,0r0,296r191,0v172,0,251,81,251,211v0,127,-83,211,-227,211r-311,0xm187,-84v153,-9,340,46,340,-127v0,-161,-189,-123,-340,-127r0,254xm726,0r0,-718r96,0r0,718r-96,0","w":889},"\u042c":{"d":"89,0r0,-718r96,0r0,296r191,0v172,0,251,81,251,211v0,127,-83,211,-227,211r-311,0xm185,-84v153,-9,340,46,340,-127v0,-161,-189,-123,-340,-127r0,254","w":667},"\u042d":{"d":"324,-328r0,-84r257,0v-7,-109,-69,-240,-230,-240v-98,0,-173,55,-197,147r-94,0v8,-101,98,-231,294,-231v157,0,329,100,329,372v0,302,-201,382,-337,382v-185,0,-284,-150,-297,-275r93,0v14,94,87,191,209,191v96,0,225,-65,230,-262r-257,0","w":722,"k":{"\u0425":55}},"\u042e":{"d":"74,0r0,-718r96,0r0,316r93,0v15,-200,142,-334,348,-334v221,0,350,154,350,377v0,186,-111,377,-350,377v-221,0,-334,-163,-348,-336r-93,0r0,318r-96,0xm865,-359v0,-171,-93,-293,-254,-293v-161,0,-254,122,-254,293v0,175,83,293,254,293v171,0,254,-118,254,-293","w":1000,"k":{"\u0425":55}},"\u042f":{"d":"640,-718r0,718r-96,0r0,-305v-91,4,-261,-13,-307,19v-30,21,-44,44,-50,122v-5,59,-3,122,-25,164r-110,0v32,-21,37,-129,42,-193v5,-65,13,-122,104,-150v-41,-15,-123,-45,-123,-173v0,-92,45,-148,91,-174v49,-28,132,-28,177,-28r297,0xm544,-386r0,-247r-220,0v-33,0,-73,0,-100,16v-39,22,-54,68,-54,108v0,27,6,70,45,99v34,25,67,24,122,24r207,0","w":724},"\u0430":{"d":"149,-366r-84,0v4,-128,92,-173,215,-173v101,0,199,40,199,145r0,304v-2,30,30,36,58,27r0,62v-64,19,-147,6,-143,-68v-44,48,-96,85,-192,85v-80,0,-160,-52,-160,-151v0,-171,159,-164,304,-182v28,-3,45,-20,45,-61v0,-63,-43,-89,-120,-89v-79,0,-117,34,-122,101xm389,-266v-59,43,-257,12,-257,118v0,60,39,92,95,92v53,0,162,-36,162,-126r0,-84","k":{"\u045e":20,"\u0443":20,"\u0442":25}},"\u0431":{"d":"404,-724r68,0v-2,19,-7,59,-45,86v-11,18,-81,17,-133,20v-101,5,-143,54,-162,172v23,-25,70,-75,165,-75v121,0,224,87,224,256v0,80,-26,281,-242,281v-60,0,-138,-16,-190,-89v-26,-37,-54,-91,-54,-217v0,-83,13,-222,64,-298v61,-92,128,-102,241,-105v42,-1,56,-3,64,-31xm125,-252v0,58,14,196,153,196v154,0,153,-167,153,-205v0,-96,-40,-189,-150,-189v-108,0,-156,90,-156,198","k":{"\u0443":25,"\u043b":25}},"\u0432":{"d":"74,0r0,-523r223,0v128,0,191,49,191,139v0,48,-26,80,-64,105v55,21,90,59,90,121v0,98,-64,158,-203,158r-237,0xm164,-236r0,164r137,0v95,0,123,-31,123,-82v0,-51,-28,-82,-123,-82r-137,0xm164,-451r0,149v96,-3,237,23,234,-74v-4,-110,-135,-66,-234,-75","k":{"\u045e":25,"\u0443":25}},"\u0433":{"d":"66,0r0,-523r305,0r0,78r-215,0r0,445r-90,0","w":388,"k":{"\u0454":40,"\u0451":40,"\u043e":40,"\u043b":50,"\u0435":40,"\u0434":120,"\u0430":40,".":150,",":150}},"\u0434":{"d":"507,128r0,-128r-385,0r0,128r-84,0r0,-206r69,0v57,-141,79,-293,79,-445r341,0r0,445r64,0r0,206r-84,0xm267,-445v-1,84,-46,323,-69,367r239,0r0,-367r-170,0","w":611},"\u0435":{"d":"424,-167r87,0v-14,91,-99,183,-228,183v-140,0,-244,-91,-244,-281v0,-191,135,-274,236,-274v157,0,256,109,242,309r-382,0v1,102,56,168,147,168v93,0,124,-57,142,-105xm135,-302r292,0v-2,-102,-59,-159,-145,-159v-82,0,-141,67,-147,159","k":{"\u045e":20,"\u0456":20,"\u0445":40,"\u0443":20,"\u0434":50,".":25,",":25}},"\u0436":{"d":"436,-523r0,214r26,0r191,-214r108,0r-225,248r233,275r-111,0r-196,-238r-26,0r0,238r-90,0r0,-238r-26,0r-198,238r-111,0r235,-275r-224,-248r109,0r189,214r26,0r0,-214r90,0","w":780,"k":{"\u0454":40,"\u0451":40,"\u043e":40,"\u0435":40,"\u0430":20}},"\u0437":{"d":"201,-237r0,-75v69,1,156,0,156,-70v0,-42,-35,-79,-104,-79v-36,0,-108,16,-118,98r-84,0v13,-140,125,-176,205,-176v93,0,191,48,191,153v0,64,-43,84,-86,105v37,7,104,42,104,125v0,117,-110,172,-213,172v-133,0,-218,-71,-227,-177r90,0v10,76,74,99,136,99v82,0,124,-36,124,-92v0,-48,-37,-86,-123,-86v-17,0,-34,1,-51,3","w":500},"\u0438":{"d":"62,0r0,-523r90,0r0,391r2,0r237,-391r103,0r0,523r-90,0r0,-391r-2,0r-237,391r-103,0"},"\u0439":{"d":"62,0r0,-523r90,0r0,391r2,0r237,-391r103,0r0,523r-90,0r0,-391r-2,0r-237,391r-103,0xm124,-736r49,0v13,59,53,78,105,78v52,0,92,-19,105,-78r49,0v-8,74,-54,138,-154,138v-100,0,-146,-64,-154,-138"},"\u043a":{"d":"74,0r0,-523r90,0r0,248r264,-248r118,0r-229,211r233,312r-116,0r-182,-252r-88,82r0,170r-90,0","k":{"\u0454":30,"\u0451":40,"\u0441":40,"\u043e":40,"\u0435":40}},"\u043b":{"d":"418,0r0,-445r-205,0r-8,251v-5,137,-43,210,-136,210v-36,0,-49,-10,-56,-16r0,-71v75,24,95,4,100,-139r11,-313r384,0r0,523r-90,0","w":574},"\u043c":{"d":"66,0r0,-523r131,0r138,429r2,0r140,-429r123,0r0,523r-84,0r0,-421r-2,0r-138,421r-86,0r-138,-421r-2,0r0,421r-84,0","w":666},"\u043d":{"d":"66,0r0,-523r90,0r0,211r244,0r0,-211r90,0r0,523r-90,0r0,-234r-244,0r0,234r-90,0"},"\u043e":{"d":"431,-262v0,-116,-53,-199,-153,-199v-100,0,-153,83,-153,199v0,117,53,200,153,200v100,0,153,-83,153,-200xm521,-262v0,171,-91,278,-243,278v-152,0,-243,-107,-243,-278v0,-170,91,-277,243,-277v152,0,243,107,243,277","k":{"\u045e":20,"\u0456":20,"\u0447":25,"\u0445":40,"\u0443":20,"\u043b":40,"\u0436":50,"\u0434":50,"\u0430":20}},"\u043f":{"d":"400,0r0,-445r-244,0r0,445r-90,0r0,-523r424,0r0,523r-90,0"},"\u0440":{"d":"61,206r0,-729r90,0v2,23,-4,53,2,72v24,-49,70,-88,154,-88v112,0,214,86,214,258v0,215,-91,297,-230,297v-71,0,-119,-44,-140,-75r0,265r-90,0xm149,-259v0,113,44,197,139,197v99,0,143,-84,143,-197v0,-118,-44,-202,-143,-202v-95,0,-139,84,-139,202","k":{"\u045e":20,"\u0443":20,"\u0436":50,"\u0434":50,"\u0430":20}},"\u0441":{"d":"393,-184r84,0v-8,77,-55,200,-224,200v-93,0,-218,-64,-218,-275v0,-173,106,-280,227,-280v165,0,209,112,215,192r-84,0v-9,-71,-49,-114,-121,-114v-99,0,-147,84,-147,207v0,138,53,198,141,198v63,0,114,-47,127,-128","w":500,"k":{"\u045e":10,"\u0443":10}},"\u0442":{"d":"205,0r0,-445r-180,0r0,-78r450,0r0,78r-180,0r0,445r-90,0","w":500,"k":{"\u043b":50,"\u0430":40,".":150,",":150}},"\u0443":{"d":"205,14r-194,-537r99,0r139,426r2,0r139,-426r99,0r-200,544v-69,187,-93,202,-230,185r0,-81v42,16,99,9,117,-37","w":500,"k":{"\u0455":20,"\u0451":20,"\u0441":20,"\u043e":20,"\u0435":20,"\u0434":125,"\u0430":40,".":115,"-":40,",":115}},"\u0444":{"d":"371,-209r0,-98v0,-99,-53,-154,-113,-154v-96,0,-134,90,-134,199v0,88,27,206,132,206v74,0,115,-56,115,-153xm371,206r0,-269r-2,0v-37,66,-83,79,-134,79v-102,0,-201,-97,-201,-281v0,-135,57,-274,200,-274v74,0,110,49,137,78r0,-257r90,0r0,257r2,0v23,-32,63,-78,135,-78v143,0,200,139,200,274v0,184,-99,281,-201,281v-51,0,-97,-13,-134,-79r-2,0r0,269r-90,0xm574,-56v108,0,134,-118,134,-206v0,-109,-38,-199,-134,-199v-60,0,-113,55,-113,154r0,98v0,97,41,153,113,153","w":832,"k":{"\u0443":50}},"\u0445":{"d":"377,0r-133,-195r-123,195r-111,0r183,-268r-174,-255r113,0r124,182r118,-182r108,0r-177,255r185,268r-113,0","w":500,"k":{"\u0454":40,"\u0451":40,"\u0441":40,"\u043e":40,"\u0435":40,"\u0430":20,"-":95}},"\u0446":{"d":"66,0r0,-523r90,0r0,445r244,0r0,-445r90,0r0,445r50,0r0,206r-84,0r0,-128r-390,0"},"\u0447":{"d":"381,0r0,-211v-48,8,-99,12,-130,12v-140,0,-206,-45,-206,-161r0,-163r90,0r0,145v0,78,34,107,137,107v28,0,81,-4,109,-14r0,-238r90,0r0,523r-90,0","w":538},"\u0448":{"d":"66,0r0,-523r90,0r0,445r188,0r0,-445r90,0r0,445r188,0r0,-445r90,0r0,523r-646,0","w":778},"\u0449":{"d":"678,128r0,-128r-612,0r0,-523r90,0r0,445r188,0r0,-445r90,0r0,445r188,0r0,-445r90,0r0,445r50,0r0,206r-84,0","w":778},"\u044a":{"d":"177,0r0,-445r-164,0r0,-78r254,0r0,197r137,0v122,0,190,63,190,163v0,101,-68,163,-182,163r-235,0xm267,-254r0,182v107,-2,237,22,237,-91v0,-107,-130,-91,-237,-91","w":611},"\u044b":{"d":"566,0r0,-523r90,0r0,523r-90,0xm66,0r0,-523r90,0r0,197r157,0v114,0,182,63,182,163v0,101,-68,163,-182,163r-247,0xm156,-254r0,182v110,-3,249,26,249,-91v0,-111,-139,-90,-249,-91","w":722},"\u044c":{"d":"66,0r0,-523r90,0r0,197r145,0v114,0,182,63,182,163v0,101,-68,163,-182,163r-235,0xm156,-254r0,182v107,-2,237,22,237,-91v0,-107,-130,-91,-237,-91","w":500},"\u044d":{"d":"189,-223r0,-72r180,0v-7,-105,-55,-166,-139,-166v-78,0,-114,51,-125,102r-86,0v17,-125,119,-180,213,-180v150,0,233,114,233,276v0,165,-83,279,-233,279v-110,0,-193,-59,-219,-187r92,0v7,64,57,109,124,109v95,0,139,-88,140,-161r-180,0","w":500},"\u044e":{"d":"653,-262v0,-116,-53,-199,-153,-199v-100,0,-153,83,-153,199v0,117,53,200,153,200v100,0,153,-83,153,-200xm66,0r0,-523r90,0r0,221r101,0v14,-147,104,-237,243,-237v152,0,243,107,243,277v0,171,-91,278,-243,278v-142,0,-233,-93,-243,-246r-101,0r0,230r-90,0","w":778,"k":{"\u045e":20,"\u0443":20,"\u043b":40,"\u0436":40,"\u0434":50}},"\u044f":{"d":"54,-371v-1,-116,100,-152,205,-152r232,0r0,523r-90,0r0,-207v-106,10,-246,-39,-246,82v0,50,-1,70,-17,125r-99,0v17,-6,26,-100,30,-144v6,-70,20,-84,69,-103v-55,-20,-84,-61,-84,-124xm264,-444v-84,-6,-121,19,-121,81v0,84,84,84,121,84r137,0r0,-165r-137,0","w":558},"\u0451":{"d":"424,-167r87,0v-14,91,-99,183,-228,183v-140,0,-244,-91,-244,-281v0,-191,135,-274,236,-274v157,0,256,109,242,309r-382,0v1,102,56,168,147,168v93,0,124,-57,142,-105xm135,-302r292,0v-2,-102,-59,-159,-145,-159v-82,0,-141,67,-147,159xm153,-610r0,-102r90,0r0,102r-90,0xm313,-610r0,-102r90,0r0,102r-90,0","k":{"\u0445":40,"\u0443":20,".":25,",":25}},"\u0452":{"d":"110,0r0,-502r-97,0r0,-78r97,0r0,-138r90,0r0,138r229,0r0,78r-229,0r0,137v26,-17,69,-44,130,-44v176,0,181,202,181,273v0,136,-28,330,-223,342r0,-78v110,-19,133,-119,133,-255v0,-95,-8,-204,-110,-204v-55,0,-96,33,-111,45r0,286r-90,0"},"\u0453":{"d":"66,0r0,-523r305,0r0,78r-215,0r0,445r-90,0xm126,-592r89,-144r109,0r-131,144r-67,0","w":388,"k":{"\u0451":40,"\u043e":40,"\u043b":50,"\u0435":40,"\u0434":120,"\u0430":40,".":150,",":150}},"\u0454":{"d":"395,-171r92,0v-26,128,-109,187,-219,187v-150,0,-233,-114,-233,-279v0,-162,83,-276,233,-276v94,0,196,55,213,180r-86,0v-11,-51,-47,-102,-125,-102v-84,0,-132,61,-139,166r180,0r0,72r-180,0v1,73,45,161,140,161v67,0,117,-45,124,-109","w":500},"\u0455":{"d":"35,-165r84,0v4,77,57,109,138,109v81,0,124,-37,124,-86v0,-116,-329,-46,-329,-230v0,-109,85,-167,195,-167v129,0,201,71,202,164r-84,0v-5,-59,-44,-92,-123,-92v-68,0,-106,31,-106,78v0,121,329,43,329,228v0,95,-68,177,-209,177v-130,0,-217,-54,-221,-181","w":500,"k":{"\u2019":50}},"\u0456":{"d":"66,-610r0,-102r90,0r0,102r-90,0xm66,0r0,-523r90,0r0,523r-90,0","w":222},"\u0457":{"d":"66,0r0,-523r90,0r0,523r-90,0xm-14,-610r0,-102r90,0r0,102r-90,0xm146,-610r0,-102r90,0r0,102r-90,0","w":222},"\u0458":{"d":"-17,203r0,-75v60,3,83,-9,83,-60r0,-591r90,0r0,596v0,77,-26,133,-140,133v-11,0,-22,-1,-33,-3xm66,-610r0,-102r90,0r0,102r-90,0","w":222},"\u0459":{"d":"411,0r0,-445r-198,0v-14,175,30,461,-144,461v-36,0,-49,-11,-56,-16r0,-71v14,5,25,9,39,9v36,0,58,-28,62,-148r10,-313r377,0r0,197r120,0v122,0,190,63,190,163v0,101,-68,163,-182,163r-218,0xm501,-254r0,182v103,0,218,16,218,-91v0,-101,-115,-93,-218,-91","w":845},"\u045a":{"d":"399,0r0,-254r-243,0r0,254r-90,0r0,-523r90,0r0,197r243,0r0,-197r90,0r0,197r115,0v122,0,190,63,190,163v0,101,-68,163,-182,163r-213,0xm489,-254r0,182v102,0,215,15,215,-91v0,-100,-113,-93,-215,-91","w":826},"\u045b":{"d":"413,-246v7,-50,-45,-89,-85,-89v-35,0,-79,16,-128,55r0,280r-90,0r0,-502r-97,0r0,-78r97,0r0,-138r90,0r0,138r229,0r0,78r-229,0r0,143v26,-19,74,-51,143,-51v98,0,160,46,160,154r0,256r-90,0r0,-246","k":{"\u0443":20}},"\u045c":{"d":"74,0r0,-523r90,0r0,248r264,-248r118,0r-229,211r233,312r-116,0r-182,-252r-88,82r0,170r-90,0xm230,-592r89,-144r109,0r-131,144r-67,0","k":{"\u0451":40,"\u043e":40,"\u0435":40}},"\u045e":{"d":"205,14r-194,-537r99,0r139,426r2,0r139,-426r99,0r-200,544v-69,187,-93,202,-230,185r0,-81v42,16,99,9,117,-37xm96,-736r49,0v13,59,53,78,105,78v52,0,92,-19,105,-78r49,0v-8,74,-54,138,-154,138v-100,0,-146,-64,-154,-138","w":500,"k":{"\u043e":20,"\u0435":20,"\u0430":40,".":115,",":115}},"\u045f":{"d":"66,0r0,-523r90,0r0,445r244,0r0,-445r90,0r0,523r-167,0r0,128r-90,0r0,-128r-167,0"},"\u20ac":{"d":"541,-628r-32,94v-25,-49,-76,-90,-161,-90v-103,0,-147,93,-154,180r285,0r-24,72r-264,0r0,71r239,0r-24,72r-209,0v7,102,70,169,146,169v74,0,149,-45,166,-71r0,99v-8,7,-74,51,-159,51v-141,0,-226,-86,-247,-248r-79,0r25,-72r48,0r0,-71r-72,0r25,-72r51,0v16,-163,100,-259,253,-259v88,0,156,34,187,75"},"\u0462":{"d":"226,0r0,-523r-212,0r0,-84r212,0r0,-111r96,0r0,111r272,0r0,84r-272,0r0,101r191,0v172,0,251,81,251,211v0,127,-83,211,-227,211r-311,0xm322,-338r0,254v153,-9,340,46,340,-127v0,-161,-189,-123,-340,-127","w":803},"\u0463":{"d":"177,0r0,-445r-164,0r0,-78r164,0r0,-195r90,0r0,195r164,0r0,78r-164,0r0,119r145,0v114,0,182,63,182,163v0,101,-68,163,-182,163r-235,0xm504,-163v0,-116,-129,-88,-237,-91r0,182v108,-3,237,26,237,-91","w":611},"\u212e":{"d":"836,-332r-650,0v-3,0,-5,1,-5,4r0,197v0,8,3,16,9,22v63,65,149,107,245,107v104,0,196,-47,259,-119r57,0v-71,84,-188,139,-317,139v-221,0,-400,-161,-400,-360v0,-199,179,-361,400,-361v225,0,407,162,402,371xm688,-358r0,-197v0,-9,-3,-17,-9,-24v-63,-62,-149,-102,-244,-102v-95,0,-181,42,-244,106v-7,6,-10,15,-10,24r0,193v0,3,2,7,5,7r498,0v3,0,4,-4,4,-7","w":870},"\u2202":{"d":"102,-574r-51,-62v43,-32,93,-66,175,-66v107,0,182,57,225,133v42,76,47,180,47,222v0,117,-23,363,-255,363v-158,0,-219,-128,-219,-229v0,-122,83,-220,216,-220v43,0,112,11,156,67v3,-111,-22,-261,-164,-261v-59,0,-108,31,-130,53xm256,-355v-106,0,-136,79,-136,148v0,107,58,145,128,145v108,0,150,-112,147,-229v-19,-21,-73,-64,-139,-64"},"\u220f":{"d":"675,-620r-108,0r0,716r-82,0r0,-716r-269,0r0,716r-82,0r0,-716r-108,0r0,-75r649,0r0,75","w":702},"\u2211":{"d":"531,96r-508,0r0,-55r264,-340r-253,-338r0,-58r482,0r0,71r-367,0r0,4r233,309r-253,325r0,3r402,0r0,79","w":553},"\u2219":{"d":"140,-315v31,0,62,27,62,63v0,32,-27,62,-63,62v-34,0,-62,-29,-62,-62v0,-37,30,-63,63,-63","w":278},"\u221a":{"d":"69,-75r-33,-87r115,-66r100,264r120,-738r90,0r-152,908r-84,0r-117,-304","w":514},"\u221e":{"d":"408,-198v-52,54,-102,107,-184,107v-95,0,-165,-67,-165,-171v0,-112,79,-170,162,-170v91,0,146,65,187,114v46,-55,102,-115,187,-115v75,0,161,51,161,171v0,99,-64,172,-162,172v-75,0,-129,-45,-186,-108xm463,-259v52,57,91,79,131,79v27,0,75,-17,75,-80v0,-58,-40,-83,-77,-83v-27,0,-63,12,-129,84xm352,-259v-14,-20,-104,-94,-132,-83v-37,0,-74,29,-74,82v0,51,33,79,77,79v54,0,107,-53,129,-78","w":815},"\u222b":{"d":"138,-598v-1,-159,30,-254,152,-254v21,0,45,8,55,14r-12,58v-28,-16,-65,-14,-87,14v-24,30,-33,83,-33,176v0,157,14,331,14,497v0,104,-21,164,-42,200v-33,57,-116,67,-171,39r14,-60v24,13,71,18,91,-11v18,-26,33,-69,33,-169v0,-166,-14,-345,-14,-504","w":363},"\u2248":{"d":"406,-281v-83,-1,-130,-72,-217,-70v-44,0,-68,37,-84,73r-36,-70v27,-51,65,-87,125,-87v69,0,155,70,213,70v42,0,68,-42,88,-73r36,70v-32,45,-65,87,-125,87xm406,-71v-83,-1,-130,-72,-217,-70v-44,0,-68,37,-84,73r-36,-70v27,-51,65,-87,125,-87v69,0,155,70,213,70v42,0,68,-42,88,-73r36,70v-32,45,-65,87,-125,87","w":600},"\u2260":{"d":"47,-106r0,-84r172,0r65,-126r-237,0r0,-84r280,0r55,-106r96,0r-55,106r130,0r0,84r-173,0r-65,126r238,0r0,84r-281,0r-54,106r-96,0r54,-106r-129,0","w":600},"\u2264":{"d":"553,-168r0,84r-506,-188r0,-84r506,-188r0,84r-393,146xm553,-36r0,84r-506,0r0,-84r506,0","w":600},"\u2265":{"d":"47,-84r0,-84r393,-146r-393,-146r0,-84r506,188r0,84xm47,48r0,-84r506,0r0,84r-506,0","w":600},"\u25ca":{"d":"520,-347r-201,393r-67,0r-198,-393r201,-394r67,0xm445,-345v-51,-109,-115,-208,-157,-326r-3,0v-41,117,-106,214,-156,322r139,275v8,20,15,39,17,51r4,0v3,-13,11,-38,18,-50","w":575},"\u00a0":{"w":278},"\u00ad":{"d":"289,-322r0,90r-245,0r0,-90r245,0","w":333},"\u02c9":{"d":"323,-684r0,57r-313,0r0,-57r313,0","w":333},"\uf6c9":{"d":"43,-765r89,-144r109,0r-131,144r-67,0","w":278},"\uf6ca":{"d":"93,-765r-99,-144r79,0r66,96r66,-96r79,0r-99,144r-92,0","w":278},"\uf6cb":{"d":"14,-765r0,-102r90,0r0,102r-90,0xm174,-765r0,-102r90,0r0,102r-90,0","w":278},"\u0472":{"d":"739,-359v0,186,-111,377,-350,377v-239,0,-350,-191,-350,-377v0,-223,129,-377,350,-377v221,0,350,154,350,377xm643,-328r-508,0v9,158,94,262,254,262v160,0,245,-104,254,-262xm137,-412r504,0v-16,-142,-108,-240,-252,-240v-144,0,-236,98,-252,240","w":778},"\u0473":{"d":"429,-223r-302,0v11,96,62,161,151,161v89,0,140,-65,151,-161xm127,-295r302,0v-9,-99,-61,-166,-151,-166v-90,0,-142,67,-151,166xm521,-262v0,171,-91,278,-243,278v-152,0,-243,-107,-243,-278v0,-170,91,-277,243,-277v152,0,243,107,243,277"},"\uf6ce":{"d":"112,-765r-131,-144r109,0r89,144r-67,0","w":278},"\uf6cf":{"d":"127,-765r89,-144r109,0r-131,144r-67,0xm-35,-765r89,-144r109,0r-131,144r-67,0","w":278},"\uf6d0":{"d":"295,-822r0,57r-312,0r0,-57r312,0","w":278},"\uf6d1":{"d":"-15,-903r49,0v13,59,53,78,105,78v52,0,92,-19,105,-78r49,0v-8,74,-54,138,-154,138v-100,0,-146,-64,-154,-138","w":278},"\uf6d2":{"d":"34,-765r-49,0v8,-74,54,-138,154,-138v100,0,146,64,154,138r-49,0v-13,-59,-53,-78,-105,-78v-52,0,-92,19,-105,78","w":278},"\uf6d6":{"d":"261,-765r-131,-144r109,0r89,144r-67,0xm81,-765r-131,-144r109,0r89,144r-67,0","w":278},"\uf6d4":{"d":"-43,-730r49,0v13,59,53,78,105,78v52,0,92,-19,105,-78r49,0v-8,74,-54,138,-154,138v-100,0,-146,-64,-154,-138","w":222},"\uf6d5":{"d":"6,-592r-49,0v8,-74,54,-138,154,-138v100,0,146,64,154,138r-49,0v-13,-59,-53,-78,-105,-78v-52,0,-92,19,-105,78","w":222},"\uf6d3":{"d":"233,-592r-131,-144r109,0r89,144r-67,0xm53,-592r-131,-144r109,0r89,144r-67,0","w":222},"\u0474":{"d":"271,0r-253,-718r120,0r186,610r2,0r163,-487v30,-89,62,-141,152,-141v24,0,45,4,60,15r0,85v-16,-12,-32,-16,-47,-16v-47,0,-62,32,-93,122r-182,530r-108,0","w":667},"\u0475":{"d":"183,0r-181,-523r93,0r138,433r2,0r112,-348v27,-95,93,-118,175,-90r0,72v-51,-28,-85,1,-105,57r-141,399r-93,0","w":500},"\u0490":{"d":"74,0r0,-718r379,0r0,-137r84,0r0,221r-367,0r0,634r-96,0"},"\u2215":{"d":"333,-703r-442,722r-57,0r442,-722r57,0","w":167},"\u03a9":{"d":"47,-69v47,-2,104,4,147,-2v-69,-62,-133,-167,-133,-305v0,-192,128,-331,300,-331v182,0,294,158,294,326v0,145,-70,251,-135,312r149,0r0,69r-244,0r0,-51v74,-48,145,-154,145,-314v0,-129,-71,-272,-209,-272v-131,0,-215,122,-215,275v0,149,71,265,145,311r0,51r-244,0r0,-69","w":718},"\u0491":{"d":"66,0r0,-523r228,0r0,-117r78,0r0,195r-216,0r0,445r-90,0","w":389},"\u04d9":{"d":"132,-356r-87,0v14,-91,99,-183,228,-183v140,0,244,91,244,281v0,191,-135,274,-236,274v-157,0,-256,-109,-242,-309r382,0v-1,-102,-56,-168,-147,-168v-93,0,-124,57,-142,105xm421,-221r-292,0v2,102,59,159,145,159v82,0,141,-67,147,-159"},"\u2010":{"d":"289,-322r0,90r-245,0r0,-90r245,0","w":333},"\u2113":{"d":"428,-148r39,35v-46,87,-112,127,-190,127v-119,0,-166,-86,-168,-193v-18,14,-37,31,-56,46r-25,-47v29,-25,56,-46,80,-69r0,-269v0,-181,79,-242,158,-242v86,0,126,74,126,164v0,125,-81,243,-204,363v-9,110,40,181,106,181v61,0,109,-51,134,-96xm188,-523r0,209v83,-92,148,-188,148,-281v0,-62,-19,-103,-69,-103v-36,0,-79,42,-79,175","w":489},"\u2116":{"d":"702,-379v0,75,38,131,102,131v64,0,102,-56,102,-131v0,-75,-38,-131,-102,-131v-64,0,-102,56,-102,131xm612,-379v0,-136,88,-203,192,-203v104,0,192,67,192,203v0,136,-88,203,-192,203v-104,0,-192,-67,-192,-203xm633,-30r0,-78r342,0r0,78r-342,0xm12,0r0,-718r104,0r338,576r2,0r0,-576r90,0r0,718r-104,0r-338,-576r-2,0r0,576r-90,0","w":1000}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1985, 1987, 1989, 1990, 1997, 1998, 1999, 2002 Adobe Systems Incorporated.
 * All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Linotype Corp. registered in the U.S. Patent and
 * Trademark Office and may be registered in certain other jurisdictions in the
 * name of Linotype Corp. or its licensee Linotype GmbH.
 * 
 * Full name:
 * HelveticaLTStd-Bold
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":556,"face":{"font-family":"Helvetica LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 7 4 2 2 2 3 2 4","ascent":"718","descent":"-282","x-height":"14","bbox":"-170 -962 1003 228.261","underline-thickness":"50","underline-position":"-50","stemh":"118","stemv":"140","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":278,"k":{"\u0427":50,"\u0423":50,"\u0422":100,"\u0410":50,"\u040e":50,"\u0178":120,"\u00dd":120,"\u201c":80,"\u2018":60,"Y":120,"T":100,"V":80,"W":80,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"!":{"d":"240,-141r0,141r-146,0r0,-141r146,0xm244,-535r-40,336r-74,0r-40,-336r0,-183r154,0r0,183","w":333},"\"":{"d":"278,-447r0,-271r98,0r0,271r-98,0xm98,-447r0,-271r98,0r0,271r-98,0","w":474},"#":{"d":"509,-289r-12,90r-97,0r-28,199r-94,0r28,-199r-97,0r-28,199r-94,0r28,-199r-97,0r12,-90r97,0r17,-120r-97,0r12,-90r97,0r28,-199r94,0r-28,199r97,0r28,-199r94,0r-28,199r97,0r-12,90r-97,0r-17,120r97,0xm335,-409r-97,0r-17,120r97,0"},"$":{"d":"512,-501r-129,0v-6,-92,-43,-103,-82,-103r0,187v94,30,142,55,167,79v54,51,55,115,55,140v0,92,-57,206,-222,215r0,98r-46,0r0,-98v-162,-13,-225,-83,-225,-232r131,0v6,70,17,112,94,126r0,-210v-98,-26,-210,-65,-210,-203v0,-109,68,-206,210,-208r0,-65r46,0r0,65v75,8,198,31,211,209xm255,-431r0,-173v-59,3,-84,45,-84,78v0,65,45,86,84,95xm301,-282r0,193v33,-2,88,-21,88,-98v0,-58,-48,-84,-88,-95"},"%":{"d":"131,-528v0,44,36,79,79,79v43,0,79,-35,79,-79v0,-44,-36,-79,-79,-79v-43,0,-79,35,-79,79xm28,-528v0,-101,82,-182,182,-182v99,0,182,82,182,182v0,101,-83,182,-182,182v-100,0,-182,-80,-182,-182xm678,-710r-398,729r-74,0r398,-729r74,0xm497,-170v0,-101,82,-182,182,-182v99,0,182,82,182,182v0,101,-83,182,-182,182v-100,0,-182,-80,-182,-182xm600,-170v0,44,36,79,79,79v43,0,79,-35,79,-79v0,-44,-36,-79,-79,-79v-43,0,-79,35,-79,79","w":889},"&":{"d":"388,-553v0,-40,-26,-59,-60,-59v-31,0,-58,20,-58,58v0,24,18,53,52,90v38,-24,66,-52,66,-89xm571,-157r130,157r-169,0r-49,-61v-42,42,-97,80,-205,80v-137,0,-224,-97,-224,-204v0,-70,40,-156,153,-218v-30,-34,-65,-88,-65,-150v0,-98,79,-165,191,-165v79,0,176,51,176,166v0,101,-90,154,-119,171r102,126v18,-28,32,-63,37,-118r124,0v-9,97,-34,153,-82,216xm411,-149r-132,-165v-59,43,-85,63,-85,120v0,28,22,95,106,95v46,0,87,-28,111,-50","w":722},"\u2019":{"d":"69,-591r0,-127r140,0r0,102v0,126,-80,159,-137,171r0,-51v66,-21,72,-57,74,-95r-77,0","w":278,"k":{"\u0161":60,"\u0142":20,"s":60,"l":20,".":175,",":175,"\u2019":46," ":80,"v":20,"d":80,"O":25,"\u00d8":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d6":25,"\u00d2":25,"\u00d5":25,"A":175,"\u00c6":175,"\u00c1":175,"\u00c2":175,"\u00c4":175,"\u00c0":175,"\u00c5":175,"\u00c3":175,"t":-20,"r":40}},"(":{"d":"314,208r-103,0v-89,-120,-176,-274,-176,-469v0,-195,83,-349,176,-473r103,0v-77,131,-135,266,-135,473v0,207,62,342,135,469","w":333},")":{"d":"19,-734r103,0v89,120,176,274,176,469v0,195,-83,349,-176,473r-103,0v77,-131,135,-266,135,-473v0,-207,-62,-342,-135,-469","w":333},"*":{"d":"338,-633r24,73r-105,32r69,97r-63,44r-68,-91r-69,91r-63,-44r68,-97r-104,-32r23,-73r102,34r0,-119r85,0r0,119","w":389},"+":{"d":"236,-309r0,-197r112,0r0,197r196,0r0,112r-196,0r0,197r-112,0r0,-197r-196,0r0,-112r196,0","w":584},",":{"d":"214,-146r0,126v0,123,-64,169,-150,188r0,-53v38,-13,79,-31,84,-115r-84,0r0,-146r150,0","w":278,"k":{"\u201d":120,"\u201c":180,"\u2018":180,"\u2019":120," ":40}},"-":{"d":"306,-345r0,130r-279,0r0,-130r279,0","w":333},".":{"d":"214,-146r0,146r-150,0r0,-146r150,0","w":278,"k":{"\u201d":120,"\u201c":180,"\u2018":180,"\u2019":120," ":40}},"\/":{"d":"311,-737r-227,756r-117,0r227,-756r117,0","w":278},"0":{"d":"32,-346v0,-249,79,-364,246,-364v167,0,246,115,246,364v0,249,-79,365,-246,365v-167,0,-246,-116,-246,-365xm176,-346v0,183,22,253,102,253v80,0,102,-70,102,-253v0,-183,-22,-252,-102,-252v-80,0,-102,69,-102,252","k":{"1":55,"0":-40}},"1":{"d":"69,-489r0,-98v134,8,199,-65,194,-123r115,0r0,710r-140,0r0,-489r-169,0","k":{"9":35,"8":35,"7":35,"6":35,"5":35,"4":35,"3":35,"2":35,"1":95,"0":55,".":125,"-":75}},"2":{"d":"170,-459r-136,0v0,-231,169,-251,232,-251v136,0,244,80,244,224v0,122,-79,183,-148,231v-94,65,-143,98,-159,131r308,0r0,124r-485,0v5,-83,11,-170,165,-282v128,-93,179,-129,179,-209v0,-47,-30,-101,-98,-101v-98,0,-101,81,-102,133"},"3":{"d":"213,-311r0,-100v63,0,141,6,141,-96v0,-26,-12,-91,-89,-91v-96,0,-96,91,-96,116r-130,0v0,-133,75,-228,235,-228v95,0,220,48,220,198v0,74,-48,114,-85,137v25,7,107,44,107,165v0,134,-99,229,-242,229v-67,0,-247,-15,-247,-237r137,0v-4,38,10,125,103,125v56,0,105,-38,105,-117v0,-97,-94,-101,-159,-101"},"4":{"d":"130,-266r177,0v0,-172,3,-283,3,-305r-2,0xm526,-266r0,109r-79,0r0,157r-140,0r0,-157r-280,0r0,-121r261,-432r159,0r0,444r79,0"},"5":{"d":"199,-580r-25,154v26,-18,58,-39,127,-39v95,0,215,66,215,229v0,97,-49,255,-258,255v-111,0,-224,-66,-231,-209r140,0v6,58,37,97,99,97v67,0,106,-57,106,-133v0,-63,-30,-127,-104,-127v-19,0,-67,1,-94,51r-125,-6r49,-390r390,0r0,118r-289,0"},"6":{"d":"506,-530r-139,0v-4,-40,-30,-68,-82,-68v-90,-2,-117,110,-115,198v19,-26,54,-59,133,-59v147,0,217,113,217,219v0,155,-95,259,-232,259v-215,0,-257,-180,-257,-357v0,-135,18,-372,264,-372v29,0,110,11,145,46v39,38,53,59,66,134xm380,-228v0,-90,-58,-119,-102,-119v-53,0,-107,33,-107,122v0,77,44,132,111,132v51,0,98,-39,98,-135"},"7":{"d":"528,-698r0,108v-68,74,-242,284,-259,590r-144,0v15,-284,193,-510,253,-574r-353,0r3,-124r500,0","k":{"6":40,"4":75,".":190,"-":95,",":190}},"8":{"d":"279,-422v55,0,87,-37,87,-88v0,-54,-37,-88,-82,-88v-63,0,-96,36,-96,88v0,42,31,88,91,88xm524,-211v0,90,-58,230,-246,230v-183,0,-246,-119,-246,-216v0,-36,0,-130,108,-180v-56,-28,-86,-73,-86,-139v0,-121,97,-194,221,-194v147,0,225,87,225,185v0,61,-25,113,-82,143v68,34,106,79,106,171xm380,-205v0,-50,-26,-111,-104,-111v-51,0,-100,33,-100,110v0,68,39,113,103,113v73,0,101,-63,101,-112"},"9":{"d":"170,-475v0,107,52,130,105,130v49,0,103,-35,103,-119v0,-81,-35,-131,-107,-131v-36,0,-101,18,-101,120xm44,-164r139,1v8,49,39,70,82,70v57,0,122,-58,115,-200v-32,48,-87,60,-135,60v-136,0,-215,-103,-215,-222v0,-174,103,-255,242,-255v246,0,250,265,250,365v0,275,-130,364,-258,364v-121,0,-208,-70,-220,-183"},":":{"d":"242,-146r0,146r-150,0r0,-146r150,0xm242,-512r0,146r-150,0r0,-146r150,0","w":333,"k":{" ":40}},";":{"d":"242,-146r0,126v0,123,-64,169,-150,188r0,-53v38,-13,79,-31,84,-115r-84,0r0,-146r150,0xm242,-512r0,146r-150,0r0,-146r150,0","w":333,"k":{" ":40}},"<":{"d":"546,-100r0,108r-508,-216r0,-90r508,-216r0,108r-363,153","w":584},"=":{"d":"544,-419r0,112r-504,0r0,-112r504,0xm544,-199r0,112r-504,0r0,-112r504,0","w":584},">":{"d":"38,-100r363,-153r-363,-153r0,-108r508,216r0,90r-508,216r0,-108","w":584},"?":{"d":"374,-208r-132,0v0,-96,10,-138,102,-203v39,-27,62,-58,62,-99v0,-78,-55,-99,-97,-99v-90,0,-103,68,-108,116r-141,0v0,-174,131,-234,240,-234v60,0,256,17,256,213v0,81,-44,129,-121,184v-43,31,-61,50,-61,122xm384,-141r0,141r-146,0r0,-141r146,0","w":611},"@":{"d":"581,-376v0,-49,-33,-85,-80,-85v-69,0,-117,73,-117,135v0,52,29,89,78,89v71,0,119,-73,119,-139xm601,-137v-32,0,-53,-22,-59,-54v-26,29,-66,54,-105,54v-87,0,-161,-80,-161,-174v0,-125,85,-247,214,-247v50,0,92,18,121,65r13,-53r88,0r-58,255v-4,19,-18,63,8,63v53,0,113,-67,113,-176v0,-163,-119,-253,-273,-253v-172,0,-285,130,-285,300v0,178,126,296,299,296v83,0,157,-32,210,-81r89,0v-70,103,-180,161,-305,161v-216,0,-392,-160,-392,-378v0,-214,175,-378,386,-378v181,0,352,122,352,309v0,215,-186,291,-255,291","w":975},"A":{"d":"228,-148r-50,148r-158,0r256,-718r173,0r253,718r-163,0r-46,-148r-265,0xm360,-556r-92,284r183,0r-89,-284r-2,0","w":722,"k":{"g":20,"v":40,"w":30,"y":30,"\u00fd":30,"\u00ff":30,"c":20,"\u00e7":20,"C":40,"\u00c7":40,"d":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"G":50,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"s":20,"\u0161":20,"S":25,"\u0160":25,"T":90,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":80,"W":60,"Y":110,"\u00dd":110,"\u0178":110,"\u00ab":50,"\u00bb":25,"-":25,"\u201c":115,"\u201d":115,"\u2018":115,"\u2019":115}},"B":{"d":"76,0r0,-718r349,0v176,0,221,110,221,184v0,103,-58,132,-88,147v145,55,137,232,49,322v-40,41,-80,65,-227,65r-304,0xm220,-316r0,192r184,0v73,0,115,-32,115,-105v0,-128,-178,-77,-299,-87xm220,-594r0,157v112,-8,279,35,282,-80v3,-113,-175,-68,-282,-77","w":722,"k":{"U":10,"\u00da":10,"\u00db":10,"\u00dc":10,"\u00d9":10,"V":40,"W":15,"Y":75,"\u00dd":75,"\u0178":75,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30}},"C":{"d":"684,-483r-150,0v-12,-43,-35,-124,-159,-124v-72,0,-178,48,-178,251v0,129,51,245,178,245v83,0,141,-47,159,-135r150,0v-30,156,-132,265,-312,265v-191,0,-328,-129,-328,-377v0,-251,145,-379,330,-379v215,0,302,148,310,254","w":722,"k":{"Y":40,"\u00dd":40,"\u0178":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"D":{"d":"76,0r0,-718r317,0v242,0,292,206,292,342v0,154,-61,376,-298,376r-311,0xm223,-594r0,470r146,0v122,0,163,-123,163,-241v0,-212,-101,-229,-165,-229r-144,0","w":722,"k":{"V":40,"W":40,"Y":70,"\u00dd":70,"\u0178":70,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,",":30,".":30}},"E":{"d":"604,-718r0,127r-381,0r0,151r350,0r0,127r-350,0r0,186r398,0r0,127r-545,0r0,-718r528,0","w":667,"k":{"G":15}},"F":{"d":"226,-302r0,302r-150,0r0,-718r511,0r0,127r-361,0r0,162r316,0r0,127r-316,0","w":611,"k":{"\u00eb":20,"\u00e3":20,"\u00e0":20,"\u00e4":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00e8":20,"o":30,"\u00f8":30,"\u0153":30,"\u00f3":30,"\u00f4":30,"\u00f6":30,"\u00f2":30,"\u00f5":30,"u":55,"\u00fa":55,"\u00fb":55,"\u00fc":55,"\u00f9":55,"-":15,"A":80,"\u00c6":80,"\u00c1":80,"\u00c2":80,"\u00c4":80,"\u00c0":80,"\u00c5":80,"\u00c3":80,",":100,".":100,"i":25,"\u0131":25,"\u00ed":25,"\u00ee":25,"\u00ef":25,"\u00ec":25,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e5":20,"J":200,"r":55}},"G":{"d":"413,-266r0,-121r300,0r0,387r-100,0r-15,-90v-38,44,-93,109,-224,109v-173,0,-330,-124,-330,-376v0,-196,109,-381,351,-380v220,0,307,143,315,242r-150,0v0,-28,-51,-118,-157,-118v-107,0,-206,74,-206,258v0,196,107,247,209,247v33,0,143,-13,174,-158r-167,0","w":778,"k":{"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20}},"H":{"d":"501,-322r-280,0r0,322r-150,0r0,-718r150,0r0,272r280,0r0,-272r150,0r0,718r-150,0r0,-322","w":722,"k":{"\u00ab":25,"\u00bb":25,"\u201c":25,"\u201d":25}},"I":{"d":"214,-718r0,718r-150,0r0,-718r150,0","w":278},"J":{"d":"484,-718r0,510v0,152,-79,226,-223,226v-239,0,-239,-152,-239,-289r140,0v0,113,8,168,88,168v78,0,84,-50,84,-105r0,-510r150,0","k":{"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"O":10,"\u00d8":10,"\u0152":10,"\u00d3":10,"\u00d4":10,"\u00d6":10,"\u00d2":10,"\u00d5":10,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,",":20,".":20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20}},"K":{"d":"237,-243r0,243r-150,0r0,-718r150,0r0,292r274,-292r194,0r-293,294r310,424r-193,0r-222,-315","w":722,"k":{"w":75,"y":40,"\u00fd":40,"\u00ff":40,"e":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"\u00e8":15,"o":35,"\u00f8":35,"\u0153":35,"\u00f3":35,"\u00f4":35,"\u00f6":35,"\u00f2":35,"\u00f5":35,"O":30,"\u00d8":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d6":30,"\u00d2":30,"\u00d5":30,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"A":-20,"\u00c6":-20,"\u00c1":-20,"\u00c2":-20,"\u00c4":-20,"\u00c0":-20,"\u00c5":-20,"\u00c3":-20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20}},"L":{"d":"226,-718r0,588r357,0r0,130r-507,0r0,-718r150,0","w":611,"k":{"\u201d":140,"\u2019":140,"y":30,"\u00fd":30,"\u00ff":30,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"T":90,"V":110,"W":80,"Y":120,"\u00dd":120,"\u0178":120,"-":75,"\u201c":325,"\u2018":250,"a":-20,"\u00e6":-20,"\u00e1":-20,"\u00e2":-20,"\u00e4":-20,"\u00e0":-20,"\u00e5":-20,"\u00e3":-20}},"M":{"d":"765,-718r0,718r-140,0r0,-600r-2,0r-134,600r-147,0r-131,-600r-2,0r0,600r-140,0r0,-718r219,0r130,566r2,0r128,-566r217,0","w":833},"N":{"d":"514,-218r0,-500r140,0r0,718r-150,0r-293,-512r-2,0r0,512r-140,0r0,-718r158,0r285,500r2,0","w":722},"O":{"d":"44,-359v0,-337,250,-378,345,-378v95,0,345,41,345,378v0,337,-250,378,-345,378v-95,0,-345,-41,-345,-378xm194,-359v0,201,114,251,195,251v81,0,195,-50,195,-251v0,-201,-114,-251,-195,-251v-81,0,-195,50,-195,251","w":778,"k":{".":40,",":40,"v":25,"w":25,"T":40,"V":50,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"X":50}},"P":{"d":"226,-259r0,259r-150,0r0,-718r328,0v139,0,223,89,223,230v0,65,-36,229,-229,229r-172,0xm226,-383r139,0v112,0,112,-80,112,-112v0,-70,-39,-99,-132,-99r-119,0r0,211","w":667,"k":{"\u00e4":30,"e":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00e8":30,"o":40,"\u00f8":40,"\u0153":40,"\u00f3":40,"\u00f4":40,"\u00f6":40,"\u00f2":40,"\u00f5":40,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20,"Y":25,"\u00dd":25,"\u0178":25,"A":100,"\u00c6":100,"\u00c1":100,"\u00c2":100,"\u00c4":100,"\u00c0":100,"\u00c5":100,"\u00c3":100,",":120,".":120,"a":30,"\u00e6":30,"\u00e1":30,"\u00e2":30,"\u00e0":30,"\u00e5":30,"\u00e3":30,"r":20}},"Q":{"d":"398,-195r77,-81r76,71v20,-37,33,-87,33,-154v0,-201,-114,-251,-195,-251v-81,0,-195,50,-195,251v0,201,114,251,195,251v25,0,54,-5,81,-19xm737,-29r-79,81r-85,-81v-68,40,-142,48,-184,48v-95,0,-345,-41,-345,-378v0,-337,250,-378,345,-378v95,0,345,41,345,378v0,118,-31,200,-75,256","w":778,"k":{"U":10,"\u00da":10,"\u00db":10,"\u00dc":10,"\u00d9":10,",":-20,".":-20}},"R":{"d":"76,0r0,-718r363,0v191,0,226,141,226,203v0,79,-40,147,-111,171v59,26,91,48,91,182v0,105,0,131,32,143r0,19r-166,0v-10,-34,-16,-71,-16,-145v0,-98,-6,-136,-117,-136r-155,0r0,281r-147,0xm223,-402v121,-7,292,37,292,-98v0,-38,-17,-94,-105,-94r-187,0r0,192","w":722,"k":{"y":25,"\u00fd":25,"\u00ff":25,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"G":10,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":20,"\u00d8":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d6":20,"\u00d2":20,"\u00d5":20,"T":20,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20,"U":20,"\u00da":20,"\u00db":20,"\u00dc":20,"\u00d9":20,"V":50,"W":40,"Y":50,"\u00dd":50,"\u0178":50,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20}},"S":{"d":"39,-221r144,0v1,40,21,116,152,116v71,0,150,-17,150,-93v0,-78,-130,-87,-207,-107v-115,-30,-228,-53,-228,-211v0,-80,43,-221,276,-221v220,0,279,144,280,232r-144,0v-4,-32,-16,-108,-147,-108v-57,0,-125,21,-125,86v0,56,47,66,76,75v153,47,363,35,363,236v0,216,-220,235,-283,235v-262,0,-307,-151,-307,-240","w":667,"k":{"v":25,"w":25,"y":25,"\u00fd":25,"\u00ff":25,"T":20,"V":15,"Y":50,"\u00dd":50,"\u0178":50,"A":10,"\u00c6":10,"\u00c1":10,"\u00c2":10,"\u00c4":10,"\u00c0":10,"\u00c5":10,"\u00c3":10}},"T":{"d":"381,-591r0,591r-150,0r0,-591r-217,0r0,-127r584,0r0,127r-217,0","w":611,"k":{"\u00fc":90,"\u00f2":80,"\u00f6":80,"\u00e8":60,"\u00eb":60,"\u00ea":60,"\u00e3":80,"\u00e5":80,"\u00e0":80,"\u00e4":80,"\u00e2":80,"w":60,"y":60,"\u00fd":60,"\u00ff":60,"e":60,"\u00e9":60,"o":80,"\u00f8":80,"\u0153":80,"\u00f3":80,"\u00f4":80,"\u00f5":80,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"u":90,"\u00fa":90,"\u00fb":90,"\u00f9":90,"\u00ab":200,"\u00bb":200,"-":120,"A":90,"\u00c6":90,"\u00c1":90,"\u00c2":90,"\u00c4":90,"\u00c0":90,"\u00c5":90,"\u00c3":90,",":80,".":80,"a":80,"\u00e6":80,"\u00e1":80,"J":125,"r":80,":":40,";":40}},"U":{"d":"651,-718r0,467v0,189,-114,270,-295,270v-66,0,-164,-16,-228,-87v-39,-44,-56,-102,-56,-174r0,-476r153,0r0,466v0,100,58,144,128,144v103,0,145,-50,145,-137r0,-473r153,0","w":722,"k":{".":30,",":30,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"V":{"d":"336,-174r156,-544r156,0r-244,718r-143,0r-242,-718r161,0r154,544r2,0","w":667,"k":{"\u00f6":90,"\u00f4":90,"\u00ee":25,"\u00e8":50,"\u00eb":50,"\u00ea":50,"\u00e3":60,"\u00e5":60,"\u00e0":60,"\u00e4":60,"\u00e2":60,"C":55,"\u00c7":55,"e":50,"\u00e9":50,"G":50,"o":90,"\u00f8":90,"\u0153":90,"\u00f3":90,"\u00f2":90,"\u00f5":90,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"u":60,"\u00fa":60,"\u00fb":60,"\u00fc":60,"\u00f9":60,"\u00ab":125,"\u00bb":75,"-":80,"A":80,"\u00c6":80,"\u00c1":80,"\u00c2":80,"\u00c4":80,"\u00c0":80,"\u00c5":80,"\u00c3":80,",":120,".":120,"i":25,"\u0131":25,"\u00ed":25,"\u00ef":25,"\u00ec":25,"a":60,"\u00e6":60,"\u00e1":60,":":40,";":40}},"W":{"d":"219,0r-203,-718r160,0v92,393,101,443,114,525r2,0v13,-75,24,-148,100,-525r159,0v84,394,91,432,107,525r2,0v12,-68,24,-130,117,-525r152,0r-202,718r-144,0v-74,-352,-87,-422,-111,-560r-2,0v-22,138,-34,190,-111,560r-140,0","w":944,"k":{"\u00fc":45,"\u00f6":60,"\u00ea":35,"\u00e4":40,"y":20,"\u00fd":20,"\u00ff":20,"e":35,"\u00e9":35,"\u00eb":35,"\u00e8":35,"o":60,"\u00f8":60,"\u0153":60,"\u00f3":60,"\u00f4":60,"\u00f2":60,"\u00f5":60,"O":20,"\u00d8":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d6":20,"\u00d2":20,"\u00d5":20,"u":45,"\u00fa":45,"\u00fb":45,"\u00f9":45,"\u00ab":100,"\u00bb":75,"-":40,"A":60,"\u00c6":60,"\u00c1":60,"\u00c2":60,"\u00c4":60,"\u00c0":60,"\u00c5":60,"\u00c3":60,",":80,".":80,"i":25,"\u0131":25,"\u00ed":25,"\u00ee":25,"\u00ef":25,"\u00ec":25,"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e0":40,"\u00e5":40,"\u00e3":40,"r":40,":":10,";":10}},"X":{"d":"419,-373r234,373r-183,0r-136,-245r-145,245r-175,0r232,-367r-219,-351r179,0r128,232r131,-232r173,0","w":667,"k":{"y":100,"\u00fd":100,"\u00ff":100,"C":55,"\u00c7":55,"e":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00e8":40,"O":55,"\u00d8":55,"\u0152":55,"\u00d3":55,"\u00d4":55,"\u00d6":55,"\u00d2":55,"\u00d5":55}},"Y":{"d":"413,-269r0,269r-150,0r0,-271r-248,-447r177,0r149,312r142,-312r170,0","w":667,"k":{"\u00fc":100,"\u00f6":100,";":50,":":50,".":100,",":100,"C":75,"\u00c7":75,"e":80,"\u00e9":80,"\u00ea":80,"\u00eb":80,"\u00e8":80,"o":100,"\u00f8":100,"\u0153":100,"\u00f3":100,"\u00f4":100,"\u00f2":100,"\u00f5":100,"O":70,"\u00d8":70,"\u0152":70,"\u00d3":70,"\u00d4":70,"\u00d6":70,"\u00d2":70,"\u00d5":70,"S":50,"\u0160":50,"u":100,"\u00fa":100,"\u00fb":100,"\u00f9":100,"\u00ab":175,"\u00bb":125,"-":140,"A":110,"\u00c6":110,"\u00c1":110,"\u00c2":110,"\u00c4":110,"\u00c0":110,"\u00c5":110,"\u00c3":110,"i":25,"\u0131":25,"\u00ed":25,"\u00ee":25,"\u00ef":25,"\u00ec":25,"a":90,"\u00e6":90,"\u00e1":90,"\u00e2":90,"\u00e4":90,"\u00e0":90,"\u00e5":90,"\u00e3":90}},"Z":{"d":"586,-127r0,127r-561,0r0,-127r371,-464r-361,0r0,-127r549,0r0,118r-376,473r378,0","w":611},"[":{"d":"185,-626r0,726r124,0r0,96r-246,0r0,-918r246,0r0,96r-124,0","w":333},"\\":{"d":"194,19r-227,-756r117,0r227,756r-117,0","w":278},"]":{"d":"148,100r0,-726r-124,0r0,-96r246,0r0,918r-246,0r0,-96r124,0","w":333},"^":{"d":"171,-323r-109,0r180,-375r100,0r180,375r-110,0r-120,-263","w":584},"_":{"d":"0,75r556,0r0,50r-556,0r0,-50"},"\u2018":{"d":"209,-581r0,127r-140,0r0,-102v0,-126,80,-159,137,-171r0,51v-66,21,-72,57,-74,95r77,0","w":278,"k":{"\u2018":46,".":175,",":175,"A":120,"\u00c6":120,"\u00c1":120,"\u00c2":120,"\u00c4":120,"\u00c0":120,"\u00c5":120,"\u00c3":120}},"a":{"d":"496,-392r0,288v0,63,14,77,31,83r0,21r-151,0v-8,-25,-10,-33,-13,-63v-32,33,-77,77,-172,77v-80,0,-162,-45,-162,-155v0,-104,66,-157,155,-170r126,-19v22,-3,49,-12,49,-42v0,-59,-56,-62,-92,-62v-70,0,-82,43,-86,74r-135,0v16,-163,129,-186,238,-186v75,0,212,23,212,154xm359,-191r0,-68v-14,11,-37,20,-95,29v-52,9,-95,22,-95,80v0,49,38,64,65,64v62,0,125,-40,125,-105"},"b":{"d":"434,-262v0,-84,-30,-163,-119,-163v-96,0,-120,86,-120,171v0,79,35,153,124,153v90,0,115,-98,115,-161xm201,-718r0,255r2,0v22,-34,64,-83,154,-83v117,0,221,90,221,274v0,146,-66,286,-224,286v-58,0,-120,-21,-154,-81r-2,0r0,67r-137,0r0,-718r140,0","w":611,"k":{"v":20,"y":20,"\u00fd":20,"\u00ff":20,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20,"l":10,"\u0142":10}},"c":{"d":"381,-194r142,0v-5,55,-48,208,-243,208v-200,0,-246,-153,-246,-265v0,-172,75,-295,255,-295v84,0,222,38,235,204r-142,0v-6,-36,-29,-86,-93,-86v-88,0,-111,88,-111,154v0,58,2,173,108,173v71,0,95,-68,95,-93","k":{"y":10,"\u00fd":10,"\u00ff":10,"l":20,"\u0142":20,"h":10,"k":20}},"d":{"d":"551,-718r0,718r-137,0v-2,-21,4,-50,-2,-67v-34,60,-96,81,-154,81v-158,0,-224,-140,-224,-286v0,-184,104,-274,221,-274v92,-1,130,52,156,83r0,-255r140,0xm178,-262v0,63,25,161,115,161v89,0,124,-74,124,-153v0,-85,-24,-171,-120,-171v-89,0,-119,79,-119,163","w":611,"k":{"v":15,"w":15,"y":15,"\u00fd":15,"\u00ff":15,"d":10}},"e":{"d":"378,-156r144,0v-37,128,-143,170,-234,170v-150,0,-265,-72,-265,-291v0,-64,22,-269,255,-269v105,0,250,50,250,293r0,25r-365,0v4,40,12,130,125,130v39,0,79,-20,90,-58xm167,-319r217,0v-8,-86,-63,-112,-108,-112v-66,0,-101,42,-109,112","k":{".":-20,",":-10,"v":15,"w":15,"y":15,"\u00fd":15,"\u00ff":15,"x":15}},"f":{"d":"227,-432r0,432r-140,0r0,-432r-77,0r0,-100r77,0v-11,-130,44,-195,156,-195v41,0,60,1,72,2r0,113r-39,0v-57,-4,-48,31,-49,80r91,0r0,100r-91,0","w":333,"k":{"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"\u201d":-30,"\u2019":-30,"l":25,"\u0142":25,",":10,".":10,"f":50,"\u00df":50,"\ufb01":50,"\ufb02":50,"i":25,"\u0131":25,"\u00ed":25,"\u00ee":25,"\u00ef":25,"\u00ec":25,"t":35}},"g":{"d":"419,-532r134,0r0,504v0,92,-7,245,-269,245v-110,0,-226,-47,-232,-160r152,0v6,27,17,54,98,54v75,0,111,-36,111,-122v0,-21,3,-49,-2,-66v-23,41,-58,80,-142,80v-128,0,-229,-89,-229,-275v0,-184,104,-274,221,-274v102,-1,136,61,158,93r0,-79xm184,-263v0,68,28,148,111,148v95,0,119,-81,119,-154v0,-86,-42,-156,-120,-156v-52,0,-110,38,-110,162","w":611,"k":{"g":10,"y":20,"\u00fd":20,"\u00ff":20,"e":-10,"\u00e9":-10,"\u00ea":-10,"\u00eb":-10,"\u00e8":-10}},"h":{"d":"546,-368r0,368r-140,0r0,-323v0,-39,-2,-105,-91,-105v-62,0,-110,42,-110,123r0,305r-140,0r0,-718r140,0r0,255r2,0v18,-44,78,-83,154,-83v104,0,185,61,185,178","w":611,"k":{"y":20,"\u00fd":20,"\u00ff":20,"\u2019":40}},"i":{"d":"69,-532r140,0r0,532r-140,0r0,-532xm209,-725r0,130r-140,0r0,-130r140,0","w":278,"k":{"j":10}},"j":{"d":"209,-532r0,588v0,154,-79,160,-206,158r0,-112v38,-2,66,13,66,-49r0,-585r140,0xm209,-725r0,130r-140,0r0,-130r140,0","w":278},"k":{"d":"209,-168r0,168r-140,0r0,-718r140,0r0,388r176,-202r172,0r-188,206r193,326r-168,0r-127,-228","k":{"g":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":15,"\u00f8":15,"\u0153":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f2":15,"\u00f5":15}},"l":{"d":"209,-718r0,718r-140,0r0,-718r140,0","w":278,"k":{"w":15,"y":15,"\u00fd":15,"\u00ff":15}},"m":{"d":"826,-368r0,368r-140,0r0,-323v0,-79,-35,-105,-76,-105v-70,0,-95,46,-95,109r0,319r-140,0r0,-320v0,-45,0,-108,-84,-108v-66,0,-87,46,-87,104r0,324r-140,0r0,-532r134,0v2,25,-4,57,2,78v18,-35,57,-92,151,-92v77,0,112,28,148,85v18,-26,57,-85,142,-85v104,0,185,61,185,178","w":889,"k":{"y":30,"\u00fd":30,"\u00ff":30,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20}},"n":{"d":"546,-368r0,368r-140,0r0,-323v0,-39,-2,-105,-91,-105v-62,0,-110,42,-110,123r0,305r-140,0r0,-532r134,0v2,25,-4,57,2,78v19,-32,59,-92,160,-92v104,0,185,61,185,178","w":611,"k":{"v":40,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10,"\u201d":20,"\u2019":20}},"o":{"d":"578,-266v0,192,-129,280,-272,280v-143,0,-272,-88,-272,-280v0,-192,129,-280,272,-280v143,0,272,88,272,280xm434,-266v0,-68,-20,-162,-128,-162v-108,0,-128,94,-128,162v0,68,20,162,128,162v108,0,128,-94,128,-162","w":611,"k":{"v":20,"w":15,"y":20,"\u00fd":20,"\u00ff":20,"x":30}},"p":{"d":"196,-254v0,79,34,153,123,153v90,0,115,-98,115,-161v0,-84,-30,-163,-119,-163v-96,0,-119,86,-119,171xm196,-532v2,24,-4,57,2,77v26,-42,65,-91,159,-91v117,0,221,90,221,274v0,146,-66,286,-224,286v-101,1,-130,-56,-152,-82r0,275r-140,0r0,-739r134,0","w":611,"k":{"y":15,"\u00fd":15,"\u00ff":15}},"q":{"d":"418,-532r134,0r0,739r-140,0r0,-273r-2,0v-29,54,-81,80,-151,80v-167,0,-225,-156,-225,-269v0,-148,68,-291,233,-291v93,-1,126,61,151,93r0,-79xm178,-256v0,95,37,152,120,152v66,0,117,-50,117,-159v0,-147,-91,-162,-120,-162v-54,0,-117,34,-117,169","w":611},"r":{"d":"64,0r0,-532r134,0v2,29,-4,67,2,92v30,-60,74,-118,173,-104r0,142v-12,-2,-27,-2,-40,-2v-109,0,-129,68,-129,127r0,277r-140,0","w":389,"k":{"g":15,"v":-10,"y":-10,"\u00fd":-10,"\u00ff":-10,"c":20,"\u00e7":20,"d":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"q":20,"s":15,"\u0161":15,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"-":20,"\u2019":-40,"l":15,"\u0142":15,"h":15,"k":15,",":60,".":60,"i":15,"\u0131":15,"\u00ed":15,"\u00ee":15,"\u00ef":15,"\u00ec":15,"t":-20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"r":15,"m":15,"n":15,"\u00f1":15,"p":15}},"s":{"d":"503,-370r-137,0v-6,-34,-18,-70,-94,-70v-76,0,-86,29,-86,52v0,84,333,23,333,219v0,155,-150,183,-233,183v-121,0,-252,-42,-256,-184r144,0v0,45,28,78,116,78v72,0,89,-35,89,-55v0,-89,-330,-22,-330,-221v0,-78,49,-178,215,-178v104,0,228,26,239,176","k":{"v":20,"w":15,"y":20,"\u00fd":20,"\u00ff":20,"\u2019":20}},"t":{"d":"222,-676r0,144r87,0r0,100r-87,0r0,289v0,31,1,43,58,43v9,0,19,-1,29,-2r0,106r-84,2v-121,0,-143,-46,-143,-115r0,-323r-72,0r0,-100r72,0r0,-144r140,0","w":333,"k":{"e":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"\u00e8":15,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"u":25,"\u00fa":25,"\u00fb":25,"\u00fc":25,"\u00f9":25,"\u2019":-20,"t":30}},"u":{"d":"545,-532r0,532r-134,0v-2,-24,4,-55,-2,-75v-32,57,-88,89,-162,89v-105,0,-181,-60,-181,-196r0,-350r140,0r0,330v0,82,48,98,91,98v46,0,108,-26,108,-121r0,-307r140,0","w":611,"k":{"v":20,"y":20,"\u00fd":20,"\u00ff":20}},"v":{"d":"543,-532r-192,532r-147,0r-191,-532r156,0r110,392r2,0r113,-392r149,0","k":{"c":20,"\u00e7":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":30,"\u00f8":30,"\u0153":30,"\u00f3":30,"\u00f4":30,"\u00f6":30,"\u00f2":30,"\u00f5":30,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20,"-":10,",":80,".":80,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20}},"w":{"d":"769,-532r-153,532r-144,0r-83,-388r-2,0r-83,388r-144,0r-150,-532r149,0r83,382r2,0r75,-382r141,0r80,382r2,0r83,-382r144,0","w":778,"k":{"c":20,"\u00e7":20,"d":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,",":40,".":40,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20}},"x":{"d":"360,-271r181,271r-173,0r-92,-160r-92,160r-169,0r181,-271r-174,-261r170,0r90,155r88,-155r165,0","k":{"c":40,"\u00e7":40,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":40,"\u00f8":40,"\u0153":40,"\u00f3":40,"\u00f4":40,"\u00f6":40,"\u00f2":40,"\u00f5":40,"-":75,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20}},"y":{"d":"539,-532r-183,523v-76,226,-89,228,-269,221r0,-112v64,5,106,6,119,-78r-196,-554r156,0r114,392r2,0r109,-392r148,0","k":{".":80,",":80,"g":20,"c":20,"\u00e7":20,"d":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":25,"\u00f8":25,"\u0153":25,"\u00f3":25,"\u00f4":25,"\u00f6":25,"\u00f2":25,"\u00f5":25,"s":20,"\u0161":20,"a":30,"\u00e6":30,"\u00e1":30,"\u00e2":30,"\u00e4":30,"\u00e0":30,"\u00e5":30,"\u00e3":30}},"z":{"d":"470,-417r-269,302r279,0r0,115r-460,0r0,-109r273,-311r-254,0r0,-112r431,0r0,115","w":500,"k":{"e":-10,"\u00e9":-10,"\u00ea":-10,"\u00eb":-10,"\u00e8":-10,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"{":{"d":"365,108r0,88v-123,7,-223,-8,-223,-137r0,-200v0,-62,-66,-76,-94,-76r0,-92v28,0,94,-14,94,-76r0,-200v10,-127,101,-145,223,-137r0,88r-45,0v-51,0,-56,36,-56,66r0,196v-9,88,-85,101,-114,110v32,3,114,22,114,108r0,196v0,30,5,66,56,66r45,0","w":389},"|":{"d":"84,-775r112,0r0,1000r-112,0r0,-1000","w":280},"}":{"d":"341,-309r0,92v-28,0,-94,14,-94,76r0,200v-10,127,-101,145,-223,137r0,-88r45,0v51,0,56,-36,56,-66r0,-196v9,-88,85,-101,114,-110v-32,-3,-114,-22,-114,-108r0,-196v0,-30,-5,-66,-56,-66r-45,0r0,-88v123,-7,223,8,223,137r0,200v0,62,66,76,94,76","w":389},"~":{"d":"186,-339v66,0,156,69,213,69v40,0,65,-38,88,-73r36,90v-30,42,-63,86,-125,86v-81,0,-130,-71,-217,-69v-44,0,-68,38,-84,73r-36,-90v22,-42,58,-86,125,-86","w":584},"\u00a1":{"d":"94,-391r0,-141r146,0r0,141r-146,0xm90,3r40,-336r74,0r40,336r0,183r-154,0r0,-183","w":333},"\u00a2":{"d":"216,-129r85,-299v-97,-7,-123,84,-123,154v0,40,1,108,38,145xm524,-342r-142,0v-4,-21,-13,-50,-34,-68r-87,305v7,3,15,4,25,4v71,0,95,-68,95,-93r142,0v-5,55,-48,208,-243,208v-18,0,-35,-1,-51,-4r-31,108r-52,0r34,-120v-116,-43,-146,-159,-146,-249v0,-187,95,-316,300,-292r24,-85r52,0r-28,98v68,23,133,77,142,188"},"\u00a3":{"d":"389,16v-63,0,-142,-40,-194,-40v-26,0,-44,6,-109,35r-54,-97v16,-6,111,-74,111,-146v0,-29,-13,-70,-23,-89r-92,0r0,-60r58,0v-32,-69,-41,-92,-41,-142v0,-72,60,-195,239,-195v104,0,237,46,241,231r-131,0v-10,-68,-24,-119,-111,-119v-77,0,-98,61,-98,92v0,19,2,31,48,133r143,0r0,60r-119,0v7,72,18,82,-38,164v-8,10,-33,33,-59,54r2,2v43,-17,77,-26,113,-26v47,0,88,25,124,25v34,0,77,-20,101,-36r41,109v-36,22,-87,45,-152,45"},"\u2044":{"d":"336,-710r-427,729r-79,0r428,-729r78,0","w":167},"\u00a5":{"d":"549,-405r0,60r-165,0r-38,75r203,0r0,60r-204,0r0,210r-127,0r0,-210r-203,0r0,-60r203,0r-40,-75r-163,0r0,-60r131,0r-155,-293r150,0r144,294r138,-294r142,0r-150,293r134,0"},"\u0192":{"d":"475,-477r0,97r-134,0r-59,359v-13,81,-46,231,-191,231v-33,0,-54,-6,-101,-21r24,-111v90,43,107,12,130,-124r57,-334r-122,0r0,-97r137,0r19,-87v10,-45,35,-173,178,-173v26,0,62,5,103,19r-24,108v-51,-31,-113,-9,-122,45r-15,88r120,0"},"\u00a7":{"d":"240,-512r162,81v66,33,120,73,120,163v0,24,-24,102,-95,134v23,19,62,61,62,128v0,127,-106,190,-216,190v-178,0,-209,-138,-210,-187r132,0v4,38,21,81,88,81v61,0,72,-51,72,-71v0,-34,-22,-49,-59,-68r-153,-78v-71,-36,-109,-74,-109,-161v0,-62,41,-103,93,-132v-23,-21,-52,-59,-52,-116v0,-92,72,-179,202,-179v94,0,196,40,202,183r-127,0v-3,-47,-28,-77,-78,-77v-80,0,-97,78,-34,109xm341,-309r-146,-74v-64,31,-49,92,3,120r157,84v27,-15,43,-35,43,-66v0,-30,-28,-49,-57,-64"},"\u00a4":{"d":"278,-244v62,0,104,-50,104,-113v0,-63,-42,-111,-104,-111v-62,0,-102,48,-102,111v0,63,40,113,102,113xm-3,-142r98,-98v-41,-57,-39,-176,0,-232r-98,-98r66,-66r98,98v59,-42,177,-43,234,0r98,-98r66,66r-98,98v43,57,42,176,0,232r98,98r-66,66r-98,-98v-57,42,-175,43,-234,0r-98,98"},"'":{"d":"70,-447r0,-271r98,0r0,271r-98,0","w":238},"\u201c":{"d":"204,-581r0,127r-140,0r0,-102v0,-126,80,-159,137,-171r0,51v-66,21,-72,57,-74,95r77,0xm436,-581r0,127r-140,0r0,-102v0,-126,80,-159,137,-171r0,51v-66,21,-72,57,-74,95r77,0","w":500,"k":{".":325,",":325," ":100,"A":125,"\u00c6":125,"\u00c1":125,"\u00c2":125,"\u00c4":125,"\u00c0":125,"\u00c5":125,"\u00c3":125}},"\u00ab":{"d":"255,-368r-100,88r100,88r0,116r-167,-144r0,-120r167,-144r0,116xm468,-368r-100,88r100,88r0,116r-167,-144r0,-120r167,-144r0,116","k":{".":50,",":50,"T":200,"V":75,"W":75,"Y":125,"\u00dd":125,"\u0178":125,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,"H":25}},"\u2039":{"d":"250,-484r0,116r-100,88r100,88r0,116r-167,-144r0,-120","w":333},"\u203a":{"d":"183,-280r-100,-88r0,-116r167,144r0,120r-167,144r0,-116","w":333},"\u2013":{"d":"556,-333r0,106r-556,0r0,-106r556,0"},"\u2020":{"d":"520,-499r0,112r-175,0r0,558r-134,0r0,-558r-175,0r0,-112r175,0r0,-219r134,0r0,219r175,0"},"\u2021":{"d":"520,-509r0,112r-176,0r0,239r176,0r0,112r-176,0r0,217r-134,0r0,-217r-174,0r0,-112r174,0r0,-239r-174,0r0,-112r174,0r0,-209r134,0r0,209r176,0"},"\u00b7":{"d":"58,-253v0,-45,36,-81,81,-81v45,0,81,36,81,81v0,44,-34,81,-81,81v-47,0,-81,-37,-81,-81","w":278},"\u00b6":{"d":"214,191r0,-538v-142,0,-222,-66,-222,-173v0,-142,105,-180,244,-180r303,0r0,891r-112,0r0,-806r-101,0r0,806r-112,0"},"\u2022":{"d":"10,-360v0,-92,73,-164,165,-164v91,0,165,72,165,164v0,93,-74,166,-165,166v-92,0,-165,-72,-165,-166","w":350},"\u201a":{"d":"69,0r0,-127r140,0r0,102v0,126,-80,159,-137,171r0,-51v66,-21,72,-57,74,-95r-77,0","w":278},"\u201e":{"d":"64,0r0,-127r140,0r0,102v0,126,-80,159,-137,171r0,-51v66,-21,72,-57,74,-95r-77,0xm296,0r0,-127r140,0r0,102v0,126,-80,159,-137,171r0,-51v66,-21,72,-57,74,-95r-77,0","w":500},"\u201d":{"d":"64,-591r0,-127r140,0r0,102v0,126,-80,159,-137,171r0,-51v66,-21,72,-57,74,-95r-77,0xm296,-591r0,-127r140,0r0,102v0,126,-80,159,-137,171r0,-51v66,-21,72,-57,74,-95r-77,0","w":500,"k":{".":325,",":325," ":80,"A":175,"\u00c6":175,"\u00c1":175,"\u00c2":175,"\u00c4":175,"\u00c0":175,"\u00c5":175,"\u00c3":175}},"\u00bb":{"d":"401,-280r-100,-88r0,-116r167,144r0,120r-167,144r0,-116xm188,-280r-100,-88r0,-116r167,144r0,120r-167,144r0,-116","k":{".":75,",":75,"O":25,"\u00d8":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d6":25,"\u00d2":25,"\u00d5":25,"T":200,"V":125,"W":100,"Y":175,"\u00dd":175,"\u0178":175,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"H":25}},"\u2026":{"d":"242,-146r0,146r-150,0r0,-146r150,0xm575,-146r0,146r-150,0r0,-146r150,0xm908,-146r0,146r-150,0r0,-146r150,0","w":1000},"\u2030":{"d":"97,-549v0,35,28,61,61,61v33,0,61,-26,61,-61v0,-35,-28,-61,-61,-61v-33,0,-61,26,-61,61xm-3,-549v0,-88,72,-161,161,-161v88,0,161,73,161,161v0,88,-72,161,-161,161v-89,0,-161,-72,-161,-161xm80,19r398,-729r74,0r-398,729r-74,0xm316,-149v0,-88,72,-161,161,-161v88,0,161,73,161,161v0,88,-72,161,-161,161v-89,0,-161,-72,-161,-161xm416,-149v0,35,28,61,61,61v33,0,61,-26,61,-61v0,-35,-28,-61,-61,-61v-33,0,-61,26,-61,61xm681,-149v0,-88,72,-161,161,-161v88,0,161,73,161,161v0,88,-72,161,-161,161v-89,0,-161,-72,-161,-161xm781,-149v0,35,28,61,61,61v33,0,61,-26,61,-61v0,-35,-28,-61,-61,-61v-33,0,-61,26,-61,61","w":1000},"\u00bf":{"d":"237,-324r132,0v0,96,-10,138,-102,203v-39,27,-62,58,-62,99v0,78,55,99,97,99v90,0,103,-68,108,-116r141,0v0,174,-131,234,-240,234v-60,0,-256,-17,-256,-213v0,-81,44,-129,121,-184v43,-31,61,-50,61,-122xm227,-391r0,-141r146,0r0,141r-146,0","w":611},"`":{"d":"124,-604r-147,-146r154,0r94,146r-101,0","w":333},"\u00b4":{"d":"356,-750r-147,146r-101,0r94,-146r154,0","w":333},"\u02c6":{"d":"229,-750r114,146r-113,0r-64,-82r-63,82r-113,0r114,-146r125,0","w":333},"\u02dc":{"d":"104,-733v29,-5,109,36,134,36v33,0,43,-23,47,-40r65,0v-5,30,-26,120,-109,120v-48,0,-113,-36,-147,-36v-35,0,-45,32,-47,43r-64,0v9,-54,45,-127,121,-123","w":333},"\u00af":{"d":"339,-678r0,74r-345,0r0,-74r345,0","w":333},"\u02d8":{"d":"270,-750r65,0v-4,45,-29,146,-178,146v-134,0,-156,-106,-159,-146r66,0v5,26,15,70,99,70v46,0,96,-5,107,-70","w":333},"\u02d9":{"d":"230,-729r0,115r-126,0r0,-115r126,0","w":333},"\u00a8":{"d":"132,-729r0,115r-126,0r0,-115r126,0xm327,-729r0,115r-126,0r0,-115r126,0","w":333},"\u02da":{"d":"275,-672v0,63,-58,104,-108,104v-50,0,-108,-41,-108,-104v0,-63,58,-104,108,-104v50,0,108,41,108,104xm219,-672v0,-29,-23,-52,-52,-52v-29,0,-52,23,-52,52v0,29,23,52,52,52v29,0,52,-23,52,-52","w":333},"\u00b8":{"d":"52,84r57,-84r57,0r-38,55v51,-11,117,-1,117,74v0,100,-138,124,-239,74r22,-48v48,16,114,34,124,-23v-2,-40,-46,-41,-79,-28","w":333},"\u02dd":{"d":"257,-750r-147,146r-101,0r94,-146r154,0xm486,-750r-147,146r-101,0r94,-146r154,0","w":333},"\u02db":{"d":"286,155r18,49v-97,49,-233,22,-233,-69v0,-63,44,-111,109,-135r84,0r0,4v-66,35,-99,90,-99,120v0,68,71,49,121,31","w":333},"\u02c7":{"d":"343,-750r-114,146r-125,0r-114,-146r113,0r63,82r64,-82r113,0","w":333},"\u2014":{"d":"1000,-333r0,106r-1000,0r0,-106r1000,0","w":1000},"\u00c6":{"d":"576,-313r0,186r378,0r0,127r-525,0r0,-153r-215,0r-52,153r-157,0r262,-718r680,0r0,127r-371,0r0,151r334,0r0,127r-334,0xm253,-271r176,0r0,-320r-65,0","w":1000,"k":{"G":15}},"\u00aa":{"d":"326,-644r0,173v0,37,10,46,21,49r0,13r-98,0v-5,-15,-6,-20,-8,-38v-21,20,-50,46,-112,46v-52,0,-107,-27,-107,-93v-1,-95,96,-107,184,-115v14,-2,32,-5,32,-23v0,-33,-36,-34,-60,-34v-45,0,-53,23,-56,41r-87,0v10,-98,83,-112,154,-112v49,0,137,14,137,93xm238,-565v-19,20,-122,8,-122,66v0,28,23,37,41,37v56,-1,92,-36,81,-103","w":370},"\u0141":{"d":"354,-459r-128,73r0,256r357,0r0,130r-507,0r0,-311r-96,55r0,-78r96,-55r0,-329r150,0r0,254r128,-73r0,78","w":611,"k":{"\u201d":140,"\u2019":140,"y":30,"\u00fd":30,"\u00ff":30,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"T":90,"V":110,"W":80,"Y":120,"\u00dd":120,"\u0178":120,"-":75,"\u201c":325,"\u2018":250,"a":-20,"\u00e6":-20,"\u00e1":-20,"\u00e2":-20,"\u00e4":-20,"\u00e0":-20,"\u00e5":-20,"\u00e3":-20}},"\u00d8":{"d":"744,-707r-84,92v44,57,74,138,74,256v0,337,-250,378,-345,378v-53,0,-153,-12,-232,-82r-82,90r-42,-38r85,-93v-43,-55,-74,-137,-74,-255v0,-337,250,-378,345,-378v53,0,152,13,232,81r81,-89xm221,-218r304,-333v-41,-45,-93,-59,-136,-59v-81,0,-195,50,-195,251v0,60,10,106,27,141xm556,-501r-304,333v40,45,93,60,137,60v81,0,195,-50,195,-251v0,-61,-10,-108,-28,-142","w":778,"k":{".":40,",":40,"v":25,"w":25,"T":40,"V":50,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"X":50}},"\u0152":{"d":"628,-591r0,151r310,0r0,127r-310,0r0,186r333,0r0,127r-470,0r0,-50v-41,46,-75,69,-159,69v-119,0,-295,-78,-295,-378v0,-177,75,-378,299,-378v92,0,131,37,155,61r0,-42r470,0r0,127r-333,0xm481,-196r0,-325v0,-72,-78,-92,-124,-92v-124,0,-173,117,-173,262v0,107,45,246,167,246v84,0,130,-50,130,-91","w":1000},"\u00ba":{"d":"360,-569v0,77,-50,168,-177,168v-127,0,-177,-91,-177,-168v0,-77,50,-168,177,-168v127,0,177,91,177,168xm262,-569v0,-52,-28,-96,-79,-96v-51,0,-79,44,-79,96v0,52,28,96,79,96v51,0,79,-44,79,-96","w":365},"\u00e6":{"d":"708,-156r144,0v-40,130,-142,170,-241,170v-125,0,-163,-49,-192,-86v-34,54,-112,86,-201,86v-77,0,-189,-23,-189,-163v0,-64,32,-134,135,-152r131,-22v65,-11,72,-18,72,-52v0,-20,0,-59,-98,-59v-76,0,-84,51,-84,75r-137,0v12,-157,132,-187,240,-187v86,0,138,36,164,59v31,-24,73,-59,156,-59v105,0,250,50,250,293r0,25r-365,0v4,40,12,130,125,130v39,0,79,-20,90,-58xm364,-188r0,-67v-13,11,-28,19,-104,30v-55,8,-91,18,-91,77v0,41,31,62,79,62v54,0,116,-45,116,-102xm497,-319r217,0v-8,-86,-63,-112,-108,-112v-66,0,-101,42,-109,112","w":889},"\u0131":{"d":"69,-532r140,0r0,532r-140,0r0,-532","w":278,"k":{"v":15,"w":15,"y":15,"\u00fd":15,"\u00ff":15,"d":10}},"\u0142":{"d":"296,-523r0,78r-87,50r0,395r-140,0r0,-324r-87,50r0,-78r87,-50r0,-316r140,0r0,245","w":278,"k":{"y":15,"w":15,"\u00fd":15,"\u00ff":15}},"\u00f8":{"d":"420,-351r-202,213v19,21,47,34,88,34v108,0,128,-94,128,-162v0,-28,-3,-59,-14,-85xm193,-179r203,-214v-21,-22,-49,-35,-90,-35v-108,0,-128,94,-128,162v0,27,3,58,15,87xm589,-528r-71,74v37,45,60,107,60,188v0,192,-129,280,-272,280v-66,0,-129,-19,-177,-58r-69,73r-38,-29r73,-77v-38,-46,-61,-108,-61,-189v0,-192,129,-280,272,-280v66,0,129,19,179,59r69,-73","w":611,"k":{"v":20,"w":15,"y":20,"\u00fd":20,"\u00ff":20,"x":30}},"\u0153":{"d":"762,-156r144,0v-37,128,-143,170,-234,170v-119,0,-162,-43,-192,-74v-25,31,-74,74,-174,74v-143,0,-272,-88,-272,-280v0,-192,129,-280,272,-280v73,0,145,34,183,80v37,-38,81,-80,173,-80v105,0,250,50,250,293r0,25r-365,0v4,40,12,130,125,130v39,0,79,-20,90,-58xm434,-266v0,-68,-20,-162,-128,-162v-108,0,-128,94,-128,162v0,68,20,162,128,162v108,0,128,-94,128,-162xm551,-319r217,0v-8,-86,-63,-112,-108,-112v-66,0,-101,42,-109,112","w":944,"k":{"v":15,"w":15,"y":15,"\u00fd":15,"\u00ff":15,"x":15}},"\u00df":{"d":"279,8r0,-110v99,9,160,-29,160,-123v0,-112,-90,-118,-153,-122r0,-97v54,-2,112,-4,112,-87v0,-88,-82,-88,-101,-88v-37,0,-88,20,-88,89r0,530r-140,0r0,-539v0,-100,72,-192,233,-192v68,0,236,14,236,196v0,60,-34,105,-73,124v106,47,114,129,114,182v0,114,-61,243,-245,243v-17,0,-31,-2,-55,-6","w":611,"k":{"v":20,"w":15,"y":20,"\u00fd":20,"\u00ff":20,"\u2019":20}},"\u00ac":{"d":"432,-108r0,-199r-392,0r0,-112r504,0r0,311r-112,0","w":584},"\u00b5":{"d":"546,0r-134,0v-2,-24,4,-55,-2,-75v-33,97,-152,127,-205,32r0,250r-140,0r0,-739r140,0r0,310v0,98,49,118,92,118v46,0,109,-29,109,-141r0,-287r140,0r0,532","w":611},"\u2122":{"d":"616,-718r94,250r93,-250r153,0r0,412r-106,0r0,-281r-2,0r-98,281r-81,0r-98,-281r-2,0r0,281r-106,0r0,-412r153,0xm385,-718r0,85r-115,0r0,327r-112,0r0,-327r-114,0r0,-85r341,0","w":1000},"\u00d0":{"d":"76,-316r-81,0r0,-124r81,0r0,-278r317,0v242,0,292,206,292,342v0,154,-61,376,-298,376r-311,0r0,-316xm223,-594r0,154r166,0r0,124r-166,0r0,192r146,0v122,0,163,-123,163,-241v0,-212,-101,-229,-165,-229r-144,0","w":722,"k":{"V":40,"W":40,"Y":70,"\u00dd":70,"\u0178":70,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,",":30,".":30}},"\u00bd":{"d":"136,19r428,-729r78,0r-427,729r-79,0xm26,-574r0,-62v86,5,130,-39,126,-74r85,0r0,427r-101,0r0,-291r-110,0xm793,-292v0,121,-156,165,-185,210r186,0r0,82r-315,0v3,-50,12,-107,103,-169v86,-59,115,-76,117,-131v0,-20,-20,-48,-60,-48v-64,0,-66,49,-67,73r-88,0v0,-139,110,-152,151,-152v88,0,158,49,158,135","w":834},"\u00b1":{"d":"236,-381r0,-125r112,0r0,125r196,0r0,112r-196,0r0,126r-112,0r0,-126r-196,0r0,-112r196,0xm40,0r0,-112r504,0r0,112r-504,0","w":584},"\u00de":{"d":"76,0r0,-718r150,0r0,98r178,0v139,0,223,91,223,232v0,65,-36,229,-229,229r-172,0r0,159r-150,0xm226,-283r139,0v112,0,112,-80,112,-112v0,-70,-39,-101,-132,-101r-119,0r0,213","w":667},"\u00bc":{"d":"510,-157r115,0v0,-103,2,-170,2,-183r-2,0xm716,-424r0,265r50,0r0,69r-50,0r0,90r-95,0r0,-90r-183,0r0,-74r170,-260r108,0xm136,19r428,-729r78,0r-427,729r-79,0xm26,-574r0,-62v86,5,130,-39,126,-74r85,0r0,427r-101,0r0,-291r-110,0","w":834},"\u00f7":{"d":"544,-197r-504,0r0,-112r504,0r0,112xm204,-459v0,-49,41,-89,89,-89v47,0,88,41,88,89v0,44,-41,88,-87,88v-49,0,-90,-40,-90,-88xm204,-46v0,-49,41,-89,89,-89v47,0,88,41,88,89v0,44,-41,88,-87,88v-49,0,-90,-40,-90,-88","w":584},"\u00a6":{"d":"84,-350r0,-350r112,0r0,350r-112,0xm84,150r0,-350r112,0r0,350r-112,0","w":280},"\u00b0":{"d":"57,-569v0,-79,64,-143,143,-143v79,0,143,64,143,143v0,79,-64,143,-143,143v-79,0,-143,-64,-143,-143xm113,-569v0,48,39,87,87,87v48,0,87,-39,87,-87v0,-48,-39,-87,-87,-87v-48,0,-87,39,-87,87","w":400},"\u00fe":{"d":"196,-254v0,79,34,153,123,153v90,0,115,-98,115,-161v0,-84,-30,-163,-119,-163v-96,0,-119,86,-119,171xm202,-68r0,276r-140,0r0,-926r140,0r0,254r2,0v20,-31,61,-82,153,-82v117,0,221,90,221,274v0,146,-66,286,-224,286v-101,1,-130,-56,-152,-82","w":611,"k":{"v":20,"y":20,"\u00fd":20,"\u00ff":20,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20,"l":10,"\u0142":10}},"\u00be":{"d":"608,-710r78,0r-427,729r-79,0xm109,-573r-85,0v0,-80,49,-137,153,-137v62,0,143,29,143,119v0,47,-32,69,-55,84v16,4,69,26,69,99v0,80,-64,137,-157,137v-44,0,-161,-9,-161,-142r89,0v0,23,6,67,67,67v37,0,64,-15,64,-62v0,-57,-56,-59,-99,-59r0,-64v40,-1,88,6,88,-53v0,-15,-4,-51,-54,-51v-62,0,-62,51,-62,62xm641,-424r108,0r0,265r50,0r0,69r-50,0r0,90r-95,0r0,-90r-183,0r0,-74xm542,-159r112,0v0,-101,2,-168,2,-177r-2,0","w":834},"\u00ae":{"d":"306,-327r0,171r-87,0r0,-407v144,1,319,-24,319,123v0,75,-44,102,-98,106r104,178r-103,0r-94,-171r-41,0xm306,-396v62,-5,144,21,139,-53v-5,-62,-81,-41,-139,-45r0,98xm748,-359v0,239,-179,378,-379,378v-201,0,-380,-139,-380,-378v0,-239,179,-378,380,-378v200,0,379,139,379,378xm639,-359v0,-174,-124,-290,-270,-290v-150,0,-271,116,-271,290v0,175,122,291,271,291v146,0,270,-117,270,-291","w":737},"\u2212":{"d":"544,-197r-504,0r0,-112r504,0r0,112","w":584},"\u00f0":{"d":"306,-405v-107,0,-128,106,-128,144v0,104,51,157,129,157v119,0,127,-124,127,-161v0,-38,-19,-140,-128,-140xm524,-685r-101,44v82,77,155,198,155,346v0,227,-143,309,-269,309v-132,0,-275,-73,-275,-279v0,-148,100,-258,247,-258v23,0,84,6,123,55r2,-2v-20,-43,-57,-86,-97,-121r-108,47r-63,-52r108,-47v-30,-22,-58,-38,-73,-45r108,-49v24,10,51,24,79,44r102,-44","w":611},"\u00d7":{"d":"213,-253r-173,-173r79,-79r173,173r173,-173r79,79r-173,173r174,173r-80,79r-173,-173r-172,173r-80,-79","w":584},"\u00a9":{"d":"749,-360v0,239,-180,379,-380,379v-200,0,-380,-140,-380,-379v0,-239,180,-377,380,-377v200,0,380,138,380,377xm640,-360v0,-174,-124,-290,-271,-290v-150,0,-271,116,-271,290v0,176,122,292,271,292v147,0,271,-117,271,-292xm473,-303r90,0v-16,101,-92,157,-179,157v-126,0,-208,-95,-208,-217v0,-124,78,-216,206,-216v90,0,161,52,177,153r-86,0v-9,-46,-48,-66,-91,-66v-65,0,-103,50,-103,127v0,74,43,132,105,132v49,0,85,-23,89,-70","w":737},"\u00c1":{"d":"228,-148r-50,148r-158,0r256,-718r173,0r253,718r-163,0r-46,-148r-265,0xm360,-556r-92,284r183,0r-89,-284r-2,0xm551,-936r-147,146r-101,0r94,-146r154,0","w":722,"k":{"g":20,"v":40,"w":30,"y":30,"\u00fd":30,"\u00ff":30,"c":20,"\u00e7":20,"C":40,"\u00c7":40,"d":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"G":50,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"s":20,"\u0161":20,"S":25,"\u0160":25,"T":90,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":80,"W":60,"Y":110,"\u00dd":110,"\u0178":110,"\u00ab":50,"\u00bb":25,"-":25,"\u201c":115,"\u201d":115,"\u2018":115,"\u2019":115}},"\u00c2":{"d":"228,-148r-50,148r-158,0r256,-718r173,0r253,718r-163,0r-46,-148r-265,0xm360,-556r-92,284r183,0r-89,-284r-2,0xm424,-936r114,146r-113,0r-64,-82r-63,82r-113,0r114,-146r125,0","w":722,"k":{"g":20,"v":40,"w":30,"y":30,"\u00fd":30,"\u00ff":30,"c":20,"\u00e7":20,"C":40,"\u00c7":40,"d":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"G":50,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"s":20,"\u0161":20,"S":25,"\u0160":25,"T":90,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":80,"W":60,"Y":110,"\u00dd":110,"\u0178":110,"\u00ab":50,"\u00bb":25,"-":25,"\u201c":115,"\u201d":115,"\u2018":115,"\u2019":115}},"\u00c4":{"d":"228,-148r-50,148r-158,0r256,-718r173,0r253,718r-163,0r-46,-148r-265,0xm360,-556r-92,284r183,0r-89,-284r-2,0xm327,-915r0,115r-126,0r0,-115r126,0xm522,-915r0,115r-126,0r0,-115r126,0","w":722,"k":{"g":20,"v":40,"w":30,"y":30,"\u00fd":30,"\u00ff":30,"c":20,"\u00e7":20,"C":40,"\u00c7":40,"d":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"G":50,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"s":20,"\u0161":20,"S":25,"\u0160":25,"T":90,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":80,"W":60,"Y":110,"\u00dd":110,"\u0178":110,"\u00ab":50,"\u00bb":25,"-":25,"\u201c":115,"\u201d":115,"\u2018":115,"\u2019":115}},"\u00c0":{"d":"228,-148r-50,148r-158,0r256,-718r173,0r253,718r-163,0r-46,-148r-265,0xm360,-556r-92,284r183,0r-89,-284r-2,0xm319,-790r-147,-146r154,0r94,146r-101,0","w":722,"k":{"g":20,"v":40,"w":30,"y":30,"\u00fd":30,"\u00ff":30,"c":20,"\u00e7":20,"C":40,"\u00c7":40,"d":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"G":50,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"s":20,"\u0161":20,"S":25,"\u0160":25,"T":90,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":80,"W":60,"Y":110,"\u00dd":110,"\u0178":110,"\u00ab":50,"\u00bb":25,"-":25,"\u201c":115,"\u201d":115,"\u2018":115,"\u2019":115}},"\u00c5":{"d":"228,-148r-50,148r-158,0r256,-718r173,0r253,718r-163,0r-46,-148r-265,0xm360,-556r-92,284r183,0r-89,-284r-2,0xm470,-858v0,63,-58,104,-108,104v-50,0,-108,-41,-108,-104v0,-63,58,-104,108,-104v50,0,108,41,108,104xm414,-858v0,-29,-23,-52,-52,-52v-29,0,-52,23,-52,52v0,29,23,52,52,52v29,0,52,-23,52,-52","w":722,"k":{"g":20,"v":40,"w":30,"y":30,"\u00fd":30,"\u00ff":30,"c":20,"\u00e7":20,"C":40,"\u00c7":40,"d":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"G":50,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"s":20,"\u0161":20,"S":25,"\u0160":25,"T":90,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":80,"W":60,"Y":110,"\u00dd":110,"\u0178":110,"\u00ab":50,"\u00bb":25,"-":25,"\u201c":115,"\u201d":115,"\u2018":115,"\u2019":115}},"\u00c3":{"d":"228,-148r-50,148r-158,0r256,-718r173,0r253,718r-163,0r-46,-148r-265,0xm360,-556r-92,284r183,0r-89,-284r-2,0xm299,-919v29,-5,109,36,134,36v33,0,43,-23,47,-40r65,0v-5,30,-26,120,-109,120v-48,0,-113,-36,-147,-36v-35,0,-45,32,-47,43r-64,0v9,-54,45,-127,121,-123","w":722,"k":{"g":20,"v":40,"w":30,"y":30,"\u00fd":30,"\u00ff":30,"c":20,"\u00e7":20,"C":40,"\u00c7":40,"d":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"G":50,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"s":20,"\u0161":20,"S":25,"\u0160":25,"T":90,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"U":50,"\u00da":50,"\u00db":50,"\u00dc":50,"\u00d9":50,"V":80,"W":60,"Y":110,"\u00dd":110,"\u0178":110,"\u00ab":50,"\u00bb":25,"-":25,"\u201c":115,"\u201d":115,"\u2018":115,"\u2019":115}},"\u00c7":{"d":"534,-246r150,0v-29,151,-125,257,-294,264r-26,37v51,-11,117,-1,117,74v0,100,-138,124,-239,74r22,-48v48,16,114,34,124,-23v-2,-40,-46,-41,-79,-28r-21,-20r44,-67v-169,-17,-288,-144,-288,-375v0,-251,145,-379,330,-379v215,0,302,148,310,254r-150,0v-12,-43,-35,-124,-159,-124v-72,0,-178,48,-178,251v0,129,51,245,178,245v83,0,141,-47,159,-135","w":722,"k":{"Y":40,"\u00dd":40,"\u0178":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"\u00c9":{"d":"604,-718r0,127r-381,0r0,151r350,0r0,127r-350,0r0,186r398,0r0,127r-545,0r0,-718r528,0xm523,-936r-147,146r-101,0r94,-146r154,0","w":667,"k":{"G":15}},"\u00ca":{"d":"604,-718r0,127r-381,0r0,151r350,0r0,127r-350,0r0,186r398,0r0,127r-545,0r0,-718r528,0xm396,-936r114,146r-113,0r-64,-82r-63,82r-113,0r114,-146r125,0","w":667,"k":{"G":15}},"\u00cb":{"d":"604,-718r0,127r-381,0r0,151r350,0r0,127r-350,0r0,186r398,0r0,127r-545,0r0,-718r528,0xm299,-915r0,115r-126,0r0,-115r126,0xm494,-915r0,115r-126,0r0,-115r126,0","w":667,"k":{"G":15}},"\u00c8":{"d":"604,-718r0,127r-381,0r0,151r350,0r0,127r-350,0r0,186r398,0r0,127r-545,0r0,-718r528,0xm291,-790r-147,-146r154,0r94,146r-101,0","w":667,"k":{"G":15}},"\u00cd":{"d":"214,-718r0,718r-150,0r0,-718r150,0xm329,-936r-147,146r-101,0r94,-146r154,0","w":278},"\u00ce":{"d":"214,-718r0,718r-150,0r0,-718r150,0xm202,-936r114,146r-113,0r-64,-82r-63,82r-113,0r114,-146r125,0","w":278},"\u00cf":{"d":"214,-718r0,718r-150,0r0,-718r150,0xm105,-915r0,115r-126,0r0,-115r126,0xm300,-915r0,115r-126,0r0,-115r126,0","w":278},"\u00cc":{"d":"214,-718r0,718r-150,0r0,-718r150,0xm97,-790r-147,-146r154,0r94,146r-101,0","w":278},"\u00d1":{"d":"514,-218r0,-500r140,0r0,718r-150,0r-293,-512r-2,0r0,512r-140,0r0,-718r158,0r285,500r2,0xm299,-919v29,-5,109,36,134,36v33,0,43,-23,47,-40r65,0v-5,30,-26,120,-109,120v-48,0,-113,-36,-147,-36v-35,0,-45,32,-47,43r-64,0v9,-54,45,-127,121,-123","w":722},"\u00d3":{"d":"44,-359v0,-337,250,-378,345,-378v95,0,345,41,345,378v0,337,-250,378,-345,378v-95,0,-345,-41,-345,-378xm194,-359v0,201,114,251,195,251v81,0,195,-50,195,-251v0,-201,-114,-251,-195,-251v-81,0,-195,50,-195,251xm579,-936r-147,146r-101,0r94,-146r154,0","w":778,"k":{".":40,",":40,"v":25,"w":25,"T":40,"V":50,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"X":50}},"\u00d4":{"d":"44,-359v0,-337,250,-378,345,-378v95,0,345,41,345,378v0,337,-250,378,-345,378v-95,0,-345,-41,-345,-378xm194,-359v0,201,114,251,195,251v81,0,195,-50,195,-251v0,-201,-114,-251,-195,-251v-81,0,-195,50,-195,251xm452,-936r114,146r-113,0r-64,-82r-63,82r-113,0r114,-146r125,0","w":778,"k":{".":40,",":40,"v":25,"w":25,"T":40,"V":50,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"X":50}},"\u00d6":{"d":"44,-359v0,-337,250,-378,345,-378v95,0,345,41,345,378v0,337,-250,378,-345,378v-95,0,-345,-41,-345,-378xm194,-359v0,201,114,251,195,251v81,0,195,-50,195,-251v0,-201,-114,-251,-195,-251v-81,0,-195,50,-195,251xm355,-915r0,115r-126,0r0,-115r126,0xm550,-915r0,115r-126,0r0,-115r126,0","w":778,"k":{".":40,",":40,"v":25,"w":25,"T":40,"V":50,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"X":50}},"\u00d2":{"d":"44,-359v0,-337,250,-378,345,-378v95,0,345,41,345,378v0,337,-250,378,-345,378v-95,0,-345,-41,-345,-378xm194,-359v0,201,114,251,195,251v81,0,195,-50,195,-251v0,-201,-114,-251,-195,-251v-81,0,-195,50,-195,251xm347,-790r-147,-146r154,0r94,146r-101,0","w":778,"k":{".":40,",":40,"v":25,"w":25,"T":40,"V":50,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"X":50}},"\u00d5":{"d":"44,-359v0,-337,250,-378,345,-378v95,0,345,41,345,378v0,337,-250,378,-345,378v-95,0,-345,-41,-345,-378xm194,-359v0,201,114,251,195,251v81,0,195,-50,195,-251v0,-201,-114,-251,-195,-251v-81,0,-195,50,-195,251xm327,-919v29,-5,109,36,134,36v33,0,43,-23,47,-40r65,0v-5,30,-26,120,-109,120v-48,0,-113,-36,-147,-36v-35,0,-45,32,-47,43r-64,0v9,-54,45,-127,121,-123","w":778,"k":{".":40,",":40,"v":25,"w":25,"T":40,"V":50,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u00ab":25,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"X":50}},"\u0160":{"d":"39,-221r144,0v1,40,21,116,152,116v71,0,150,-17,150,-93v0,-78,-130,-87,-207,-107v-115,-30,-228,-53,-228,-211v0,-80,43,-221,276,-221v220,0,279,144,280,232r-144,0v-4,-32,-16,-108,-147,-108v-57,0,-125,21,-125,86v0,56,47,66,76,75v153,47,363,35,363,236v0,216,-220,235,-283,235v-262,0,-307,-151,-307,-240xm510,-936r-114,146r-125,0r-114,-146r113,0r63,82r64,-82r113,0","w":667,"k":{"v":25,"w":25,"y":25,"\u00fd":25,"\u00ff":25,"T":20,"V":15,"Y":50,"\u00dd":50,"\u0178":50,"A":10,"\u00c6":10,"\u00c1":10,"\u00c2":10,"\u00c4":10,"\u00c0":10,"\u00c5":10,"\u00c3":10}},"\u00da":{"d":"651,-718r0,467v0,189,-114,270,-295,270v-66,0,-164,-16,-228,-87v-39,-44,-56,-102,-56,-174r0,-476r153,0r0,466v0,100,58,144,128,144v103,0,145,-50,145,-137r0,-473r153,0xm551,-936r-147,146r-101,0r94,-146r154,0","w":722,"k":{".":30,",":30,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"\u00db":{"d":"651,-718r0,467v0,189,-114,270,-295,270v-66,0,-164,-16,-228,-87v-39,-44,-56,-102,-56,-174r0,-476r153,0r0,466v0,100,58,144,128,144v103,0,145,-50,145,-137r0,-473r153,0xm424,-936r114,146r-113,0r-64,-82r-63,82r-113,0r114,-146r125,0","w":722,"k":{".":30,",":30,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"\u00dc":{"d":"651,-718r0,467v0,189,-114,270,-295,270v-66,0,-164,-16,-228,-87v-39,-44,-56,-102,-56,-174r0,-476r153,0r0,466v0,100,58,144,128,144v103,0,145,-50,145,-137r0,-473r153,0xm327,-915r0,115r-126,0r0,-115r126,0xm522,-915r0,115r-126,0r0,-115r126,0","w":722,"k":{".":30,",":30,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"\u00d9":{"d":"651,-718r0,467v0,189,-114,270,-295,270v-66,0,-164,-16,-228,-87v-39,-44,-56,-102,-56,-174r0,-476r153,0r0,466v0,100,58,144,128,144v103,0,145,-50,145,-137r0,-473r153,0xm319,-790r-147,-146r154,0r94,146r-101,0","w":722,"k":{".":30,",":30,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"\u00dd":{"d":"413,-269r0,269r-150,0r0,-271r-248,-447r177,0r149,312r142,-312r170,0xm523,-936r-147,146r-101,0r94,-146r154,0","w":667,"k":{";":50,":":50,".":100,",":100,"C":75,"\u00c7":75,"e":80,"\u00e9":80,"\u00ea":80,"\u00eb":80,"\u00e8":80,"o":100,"\u00f8":100,"\u0153":100,"\u00f3":100,"\u00f4":100,"\u00f6":100,"\u00f2":100,"\u00f5":100,"O":70,"\u00d8":70,"\u0152":70,"\u00d3":70,"\u00d4":70,"\u00d6":70,"\u00d2":70,"\u00d5":70,"S":50,"\u0160":50,"u":100,"\u00fa":100,"\u00fb":100,"\u00fc":100,"\u00f9":100,"\u00ab":175,"\u00bb":125,"-":140,"A":110,"\u00c6":110,"\u00c1":110,"\u00c2":110,"\u00c4":110,"\u00c0":110,"\u00c5":110,"\u00c3":110,"i":25,"\u0131":25,"\u00ed":25,"\u00ee":25,"\u00ef":25,"\u00ec":25,"a":90,"\u00e6":90,"\u00e1":90,"\u00e2":90,"\u00e4":90,"\u00e0":90,"\u00e5":90,"\u00e3":90}},"\u0178":{"d":"413,-269r0,269r-150,0r0,-271r-248,-447r177,0r149,312r142,-312r170,0xm299,-915r0,115r-126,0r0,-115r126,0xm494,-915r0,115r-126,0r0,-115r126,0","w":667,"k":{";":50,":":50,".":100,",":100,"C":75,"\u00c7":75,"e":80,"\u00e9":80,"\u00ea":80,"\u00eb":80,"\u00e8":80,"o":100,"\u00f8":100,"\u0153":100,"\u00f3":100,"\u00f4":100,"\u00f6":100,"\u00f2":100,"\u00f5":100,"O":70,"\u00d8":70,"\u0152":70,"\u00d3":70,"\u00d4":70,"\u00d6":70,"\u00d2":70,"\u00d5":70,"S":50,"\u0160":50,"u":100,"\u00fa":100,"\u00fb":100,"\u00fc":100,"\u00f9":100,"\u00ab":175,"\u00bb":125,"-":140,"A":110,"\u00c6":110,"\u00c1":110,"\u00c2":110,"\u00c4":110,"\u00c0":110,"\u00c5":110,"\u00c3":110,"i":25,"\u0131":25,"\u00ed":25,"\u00ee":25,"\u00ef":25,"\u00ec":25,"a":90,"\u00e6":90,"\u00e1":90,"\u00e2":90,"\u00e4":90,"\u00e0":90,"\u00e5":90,"\u00e3":90}},"\u017d":{"d":"586,-127r0,127r-561,0r0,-127r371,-464r-361,0r0,-127r549,0r0,118r-376,473r378,0xm482,-936r-114,146r-125,0r-114,-146r113,0r63,82r64,-82r113,0","w":611},"\u00e1":{"d":"496,-392r0,288v0,63,14,77,31,83r0,21r-151,0v-8,-25,-10,-33,-13,-63v-32,33,-77,77,-172,77v-80,0,-162,-45,-162,-155v0,-104,66,-157,155,-170r126,-19v22,-3,49,-12,49,-42v0,-59,-56,-62,-92,-62v-70,0,-82,43,-86,74r-135,0v16,-163,129,-186,238,-186v75,0,212,23,212,154xm359,-191r0,-68v-14,11,-37,20,-95,29v-52,9,-95,22,-95,80v0,49,38,64,65,64v62,0,125,-40,125,-105xm468,-750r-147,146r-101,0r94,-146r154,0"},"\u00e2":{"d":"496,-392r0,288v0,63,14,77,31,83r0,21r-151,0v-8,-25,-10,-33,-13,-63v-32,33,-77,77,-172,77v-80,0,-162,-45,-162,-155v0,-104,66,-157,155,-170r126,-19v22,-3,49,-12,49,-42v0,-59,-56,-62,-92,-62v-70,0,-82,43,-86,74r-135,0v16,-163,129,-186,238,-186v75,0,212,23,212,154xm359,-191r0,-68v-14,11,-37,20,-95,29v-52,9,-95,22,-95,80v0,49,38,64,65,64v62,0,125,-40,125,-105xm341,-750r114,146r-113,0r-64,-82r-63,82r-113,0r114,-146r125,0"},"\u00e4":{"d":"496,-392r0,288v0,63,14,77,31,83r0,21r-151,0v-8,-25,-10,-33,-13,-63v-32,33,-77,77,-172,77v-80,0,-162,-45,-162,-155v0,-104,66,-157,155,-170r126,-19v22,-3,49,-12,49,-42v0,-59,-56,-62,-92,-62v-70,0,-82,43,-86,74r-135,0v16,-163,129,-186,238,-186v75,0,212,23,212,154xm359,-191r0,-68v-14,11,-37,20,-95,29v-52,9,-95,22,-95,80v0,49,38,64,65,64v62,0,125,-40,125,-105xm244,-729r0,115r-126,0r0,-115r126,0xm439,-729r0,115r-126,0r0,-115r126,0"},"\u00e0":{"d":"496,-392r0,288v0,63,14,77,31,83r0,21r-151,0v-8,-25,-10,-33,-13,-63v-32,33,-77,77,-172,77v-80,0,-162,-45,-162,-155v0,-104,66,-157,155,-170r126,-19v22,-3,49,-12,49,-42v0,-59,-56,-62,-92,-62v-70,0,-82,43,-86,74r-135,0v16,-163,129,-186,238,-186v75,0,212,23,212,154xm359,-191r0,-68v-14,11,-37,20,-95,29v-52,9,-95,22,-95,80v0,49,38,64,65,64v62,0,125,-40,125,-105xm236,-604r-147,-146r154,0r94,146r-101,0"},"\u00e5":{"d":"496,-392r0,288v0,63,14,77,31,83r0,21r-151,0v-8,-25,-10,-33,-13,-63v-32,33,-77,77,-172,77v-80,0,-162,-45,-162,-155v0,-104,66,-157,155,-170r126,-19v22,-3,49,-12,49,-42v0,-59,-56,-62,-92,-62v-70,0,-82,43,-86,74r-135,0v16,-163,129,-186,238,-186v75,0,212,23,212,154xm359,-191r0,-68v-14,11,-37,20,-95,29v-52,9,-95,22,-95,80v0,49,38,64,65,64v62,0,125,-40,125,-105xm387,-672v0,63,-58,104,-108,104v-50,0,-108,-41,-108,-104v0,-63,58,-104,108,-104v50,0,108,41,108,104xm331,-672v0,-29,-23,-52,-52,-52v-29,0,-52,23,-52,52v0,29,23,52,52,52v29,0,52,-23,52,-52"},"\u00e3":{"d":"496,-392r0,288v0,63,14,77,31,83r0,21r-151,0v-8,-25,-10,-33,-13,-63v-32,33,-77,77,-172,77v-80,0,-162,-45,-162,-155v0,-104,66,-157,155,-170r126,-19v22,-3,49,-12,49,-42v0,-59,-56,-62,-92,-62v-70,0,-82,43,-86,74r-135,0v16,-163,129,-186,238,-186v75,0,212,23,212,154xm359,-191r0,-68v-14,11,-37,20,-95,29v-52,9,-95,22,-95,80v0,49,38,64,65,64v62,0,125,-40,125,-105xm216,-733v29,-5,109,36,134,36v33,0,43,-23,47,-40r65,0v-5,30,-26,120,-109,120v-48,0,-113,-36,-147,-36v-35,0,-45,32,-47,43r-64,0v9,-54,45,-127,121,-123"},"\u00e7":{"d":"161,203r22,-48v48,16,114,34,124,-23v-2,-40,-46,-41,-79,-28r-21,-20r47,-71v-178,-13,-220,-157,-220,-264v0,-172,75,-295,255,-295v84,0,222,38,235,204r-142,0v-6,-36,-29,-86,-93,-86v-88,0,-111,88,-111,154v0,58,2,173,108,173v71,0,95,-68,95,-93r142,0v-5,52,-43,190,-210,206r-30,43v51,-11,117,-1,117,74v0,100,-138,124,-239,74","k":{"y":10,"\u00fd":10,"\u00ff":10,"l":20,"\u0142":20,"h":10,"k":20}},"\u00e9":{"d":"378,-156r144,0v-37,128,-143,170,-234,170v-150,0,-265,-72,-265,-291v0,-64,22,-269,255,-269v105,0,250,50,250,293r0,25r-365,0v4,40,12,130,125,130v39,0,79,-20,90,-58xm167,-319r217,0v-8,-86,-63,-112,-108,-112v-66,0,-101,42,-109,112xm468,-750r-147,146r-101,0r94,-146r154,0","k":{".":-20,",":-10,"v":15,"w":15,"y":15,"\u00fd":15,"\u00ff":15,"x":15}},"\u00ea":{"d":"378,-156r144,0v-37,128,-143,170,-234,170v-150,0,-265,-72,-265,-291v0,-64,22,-269,255,-269v105,0,250,50,250,293r0,25r-365,0v4,40,12,130,125,130v39,0,79,-20,90,-58xm167,-319r217,0v-8,-86,-63,-112,-108,-112v-66,0,-101,42,-109,112xm341,-750r114,146r-113,0r-64,-82r-63,82r-113,0r114,-146r125,0","k":{".":-20,",":-10,"v":15,"w":15,"y":15,"\u00fd":15,"\u00ff":15,"x":15}},"\u00eb":{"d":"378,-156r144,0v-37,128,-143,170,-234,170v-150,0,-265,-72,-265,-291v0,-64,22,-269,255,-269v105,0,250,50,250,293r0,25r-365,0v4,40,12,130,125,130v39,0,79,-20,90,-58xm167,-319r217,0v-8,-86,-63,-112,-108,-112v-66,0,-101,42,-109,112xm244,-729r0,115r-126,0r0,-115r126,0xm439,-729r0,115r-126,0r0,-115r126,0","k":{".":-20,",":-10,"v":15,"w":15,"y":15,"\u00fd":15,"\u00ff":15,"x":15}},"\u00e8":{"d":"378,-156r144,0v-37,128,-143,170,-234,170v-150,0,-265,-72,-265,-291v0,-64,22,-269,255,-269v105,0,250,50,250,293r0,25r-365,0v4,40,12,130,125,130v39,0,79,-20,90,-58xm167,-319r217,0v-8,-86,-63,-112,-108,-112v-66,0,-101,42,-109,112xm236,-604r-147,-146r154,0r94,146r-101,0","k":{".":-20,",":-10,"v":15,"w":15,"y":15,"\u00fd":15,"\u00ff":15,"x":15}},"\u00ed":{"d":"69,-532r140,0r0,532r-140,0r0,-532xm329,-750r-147,146r-101,0r94,-146r154,0","w":278,"k":{"j":10}},"\u00ee":{"d":"69,-532r140,0r0,532r-140,0r0,-532xm202,-750r114,146r-113,0r-64,-82r-63,82r-113,0r114,-146r125,0","w":278,"k":{"j":10}},"\u00ef":{"d":"69,-532r140,0r0,532r-140,0r0,-532xm105,-729r0,115r-126,0r0,-115r126,0xm300,-729r0,115r-126,0r0,-115r126,0","w":278,"k":{"j":10}},"\u00ec":{"d":"69,-532r140,0r0,532r-140,0r0,-532xm97,-604r-147,-146r154,0r94,146r-101,0","w":278,"k":{"j":10}},"\u00f1":{"d":"546,-368r0,368r-140,0r0,-323v0,-39,-2,-105,-91,-105v-62,0,-110,42,-110,123r0,305r-140,0r0,-532r134,0v2,25,-4,57,2,78v19,-32,59,-92,160,-92v104,0,185,61,185,178xm243,-733v29,-5,109,36,134,36v33,0,43,-23,47,-40r65,0v-5,30,-26,120,-109,120v-48,0,-113,-36,-147,-36v-35,0,-45,32,-47,43r-64,0v9,-54,45,-127,121,-123","w":611,"k":{"v":40,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10,"\u201d":20,"\u2019":20}},"\u00f3":{"d":"578,-266v0,192,-129,280,-272,280v-143,0,-272,-88,-272,-280v0,-192,129,-280,272,-280v143,0,272,88,272,280xm434,-266v0,-68,-20,-162,-128,-162v-108,0,-128,94,-128,162v0,68,20,162,128,162v108,0,128,-94,128,-162xm495,-750r-147,146r-101,0r94,-146r154,0","w":611,"k":{"v":20,"w":15,"y":20,"\u00fd":20,"\u00ff":20,"x":30}},"\u00f4":{"d":"578,-266v0,192,-129,280,-272,280v-143,0,-272,-88,-272,-280v0,-192,129,-280,272,-280v143,0,272,88,272,280xm434,-266v0,-68,-20,-162,-128,-162v-108,0,-128,94,-128,162v0,68,20,162,128,162v108,0,128,-94,128,-162xm368,-750r114,146r-113,0r-64,-82r-63,82r-113,0r114,-146r125,0","w":611,"k":{"v":20,"w":15,"y":20,"\u00fd":20,"\u00ff":20,"x":30}},"\u00f6":{"d":"578,-266v0,192,-129,280,-272,280v-143,0,-272,-88,-272,-280v0,-192,129,-280,272,-280v143,0,272,88,272,280xm434,-266v0,-68,-20,-162,-128,-162v-108,0,-128,94,-128,162v0,68,20,162,128,162v108,0,128,-94,128,-162xm271,-729r0,115r-126,0r0,-115r126,0xm466,-729r0,115r-126,0r0,-115r126,0","w":611,"k":{"v":20,"w":15,"y":20,"\u00fd":20,"\u00ff":20,"x":30}},"\u00f2":{"d":"578,-266v0,192,-129,280,-272,280v-143,0,-272,-88,-272,-280v0,-192,129,-280,272,-280v143,0,272,88,272,280xm434,-266v0,-68,-20,-162,-128,-162v-108,0,-128,94,-128,162v0,68,20,162,128,162v108,0,128,-94,128,-162xm263,-604r-147,-146r154,0r94,146r-101,0","w":611,"k":{"v":20,"w":15,"y":20,"\u00fd":20,"\u00ff":20,"x":30}},"\u00f5":{"d":"578,-266v0,192,-129,280,-272,280v-143,0,-272,-88,-272,-280v0,-192,129,-280,272,-280v143,0,272,88,272,280xm434,-266v0,-68,-20,-162,-128,-162v-108,0,-128,94,-128,162v0,68,20,162,128,162v108,0,128,-94,128,-162xm243,-733v29,-5,109,36,134,36v33,0,43,-23,47,-40r65,0v-5,30,-26,120,-109,120v-48,0,-113,-36,-147,-36v-35,0,-45,32,-47,43r-64,0v9,-54,45,-127,121,-123","w":611,"k":{"v":20,"w":15,"y":20,"\u00fd":20,"\u00ff":20,"x":30}},"\u0161":{"d":"503,-370r-137,0v-6,-34,-18,-70,-94,-70v-76,0,-86,29,-86,52v0,84,333,23,333,219v0,155,-150,183,-233,183v-121,0,-252,-42,-256,-184r144,0v0,45,28,78,116,78v72,0,89,-35,89,-55v0,-89,-330,-22,-330,-221v0,-78,49,-178,215,-178v104,0,228,26,239,176xm455,-750r-114,146r-125,0r-114,-146r113,0r63,82r64,-82r113,0","k":{"v":20,"w":15,"y":20,"\u00fd":20,"\u00ff":20,"\u2019":20}},"\u00fa":{"d":"545,-532r0,532r-134,0v-2,-24,4,-55,-2,-75v-32,57,-88,89,-162,89v-105,0,-181,-60,-181,-196r0,-350r140,0r0,330v0,82,48,98,91,98v46,0,108,-26,108,-121r0,-307r140,0xm495,-750r-147,146r-101,0r94,-146r154,0","w":611,"k":{"v":20,"y":20,"\u00fd":20,"\u00ff":20}},"\u00fb":{"d":"545,-532r0,532r-134,0v-2,-24,4,-55,-2,-75v-32,57,-88,89,-162,89v-105,0,-181,-60,-181,-196r0,-350r140,0r0,330v0,82,48,98,91,98v46,0,108,-26,108,-121r0,-307r140,0xm368,-750r114,146r-113,0r-64,-82r-63,82r-113,0r114,-146r125,0","w":611,"k":{"v":20,"y":20,"\u00fd":20,"\u00ff":20}},"\u00fc":{"d":"545,-532r0,532r-134,0v-2,-24,4,-55,-2,-75v-32,57,-88,89,-162,89v-105,0,-181,-60,-181,-196r0,-350r140,0r0,330v0,82,48,98,91,98v46,0,108,-26,108,-121r0,-307r140,0xm271,-729r0,115r-126,0r0,-115r126,0xm466,-729r0,115r-126,0r0,-115r126,0","w":611,"k":{"v":20,"y":20,"\u00fd":20,"\u00ff":20}},"\u00f9":{"d":"545,-532r0,532r-134,0v-2,-24,4,-55,-2,-75v-32,57,-88,89,-162,89v-105,0,-181,-60,-181,-196r0,-350r140,0r0,330v0,82,48,98,91,98v46,0,108,-26,108,-121r0,-307r140,0xm263,-604r-147,-146r154,0r94,146r-101,0","w":611,"k":{"v":20,"y":20,"\u00fd":20,"\u00ff":20}},"\u00fd":{"d":"539,-532r-183,523v-76,226,-89,228,-269,221r0,-112v64,5,106,6,119,-78r-196,-554r156,0r114,392r2,0r109,-392r148,0xm468,-750r-147,146r-101,0r94,-146r154,0","k":{".":80,",":80,"g":20,"c":20,"\u00e7":20,"d":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":25,"\u00f8":25,"\u0153":25,"\u00f3":25,"\u00f4":25,"\u00f6":25,"\u00f2":25,"\u00f5":25,"s":20,"\u0161":20,"a":30,"\u00e6":30,"\u00e1":30,"\u00e2":30,"\u00e4":30,"\u00e0":30,"\u00e5":30,"\u00e3":30}},"\u00ff":{"d":"539,-532r-183,523v-76,226,-89,228,-269,221r0,-112v64,5,106,6,119,-78r-196,-554r156,0r114,392r2,0r109,-392r148,0xm244,-729r0,115r-126,0r0,-115r126,0xm439,-729r0,115r-126,0r0,-115r126,0","k":{".":80,",":80,"g":20,"c":20,"\u00e7":20,"d":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":25,"\u00f8":25,"\u0153":25,"\u00f3":25,"\u00f4":25,"\u00f6":25,"\u00f2":25,"\u00f5":25,"s":20,"\u0161":20,"a":30,"\u00e6":30,"\u00e1":30,"\u00e2":30,"\u00e4":30,"\u00e0":30,"\u00e5":30,"\u00e3":30}},"\u017e":{"d":"470,-417r-269,302r279,0r0,115r-460,0r0,-109r273,-311r-254,0r0,-112r431,0r0,115xm427,-750r-114,146r-125,0r-114,-146r113,0r63,82r64,-82r113,0","w":500,"k":{"e":-10,"\u00e9":-10,"\u00ea":-10,"\u00eb":-10,"\u00e8":-10,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"\u2206":{"d":"428,-112r-131,-385r-169,385r300,0xm0,0r320,-714r280,714r-600,0","w":600},"\u2126":{"d":"173,-101r0,-3v-61,-58,-121,-156,-121,-285v0,-178,122,-324,303,-324v192,0,295,167,295,318v0,131,-61,234,-123,291r0,3r137,0r0,101r-261,0r0,-74v62,-41,122,-135,122,-295v0,-124,-59,-240,-171,-240v-107,0,-177,104,-177,245v0,146,59,251,122,290r0,74r-261,0r0,-101r135,0","w":704},"\u03bc":{"d":"546,0r-134,0v-2,-24,4,-55,-2,-75v-33,97,-152,127,-205,32r0,250r-140,0r0,-739r140,0r0,310v0,98,49,118,92,118v46,0,109,-29,109,-141r0,-287r140,0r0,532","w":611},"\u03c0":{"d":"574,-421r-71,0v2,130,-8,323,13,421r-120,0v-30,-86,-13,-296,-17,-421r-139,0v-5,109,-30,316,-65,421r-120,0v34,-117,60,-310,62,-421v-48,0,-77,3,-98,10r-14,-83v25,-20,77,-34,162,-34r417,0","w":597},"\ufb01":{"d":"227,-432r0,432r-140,0r0,-432r-77,0r0,-100r77,0v-11,-130,44,-195,156,-195v41,0,60,1,72,2r0,113r-39,0v-57,-4,-48,31,-49,80r91,0r0,100r-91,0xm402,-532r140,0r0,532r-140,0r0,-532xm542,-725r0,130r-140,0r0,-130r140,0","w":611,"k":{"j":10}},"\ufb02":{"d":"227,-432r0,432r-140,0r0,-432r-77,0r0,-100r77,0v-11,-130,44,-195,156,-195v41,0,60,1,72,2r0,113r-39,0v-57,-4,-48,31,-49,80r91,0r0,100r-91,0xm542,-718r0,718r-140,0r0,-718r140,0","w":611,"k":{"w":15,"y":15,"\u00fd":15,"\u00ff":15}},"\u00b9":{"d":"26,-574r0,-62v86,5,130,-39,126,-74r85,0r0,427r-101,0r0,-291r-110,0","w":333},"\u00b3":{"d":"101,-573r-85,0v0,-80,49,-137,153,-137v62,0,143,29,143,119v0,47,-32,69,-55,84v16,4,69,26,69,99v0,80,-64,137,-157,137v-44,0,-161,-9,-161,-142r89,0v0,23,6,67,67,67v37,0,64,-15,64,-62v0,-57,-56,-59,-99,-59r0,-64v40,-1,88,6,88,-53v0,-15,-4,-51,-54,-51v-62,0,-62,51,-62,62","w":333},"\u00b2":{"d":"323,-575v0,121,-156,165,-185,210r186,0r0,82r-315,0v3,-50,12,-107,103,-169v86,-59,115,-76,117,-131v0,-20,-20,-48,-60,-48v-64,0,-66,49,-67,73r-88,0v0,-139,110,-152,151,-152v88,0,158,49,158,135","w":333},"\u0401":{"d":"82,0r0,-718r527,0r0,124r-383,0r0,159r352,0r0,124r-352,0r0,181r400,0r0,130r-544,0xm171,-780r0,-118r130,0r0,118r-130,0xm367,-780r0,-118r130,0r0,118r-130,0","w":667},"\u0402":{"d":"573,-718r0,123r-230,0r0,168v65,-12,87,-16,129,-16v175,0,254,126,254,285v0,128,-37,242,-151,314v-72,45,-143,49,-185,51r0,-121v29,-3,85,-10,130,-58v43,-47,56,-115,56,-178v0,-40,0,-170,-134,-170v-9,0,-45,0,-99,13r0,307r-150,0r0,-595r-185,0r0,-123r565,0","w":761},"\u0403":{"d":"82,0r0,-718r483,0r0,124r-333,0r0,594r-150,0xm223,-780r93,-144r155,0r-148,144r-100,0","w":578,"k":{"\u0451":50,"\u0443":230,"\u043e":260,"\u0437":230,"\u0435":260,"\u0434":230,"\u0430":260,"\u041e":40,"\u0414":100,"\u0410":150,".":250,",":250}},"\u0404":{"d":"416,-418r0,118r-216,0v0,113,67,188,179,188v89,0,129,-62,148,-120r150,0v-27,139,-131,250,-306,250v-122,0,-327,-66,-327,-382v0,-197,110,-372,329,-372v172,0,283,91,305,241r-150,0v-13,-44,-49,-111,-143,-111v-135,0,-183,120,-183,188r214,0","w":722,"k":{"\u0434":30,"\u0425":40,"\u0423":40,"\u0410":40,".":25,",":25}},"\u0405":{"d":"328,-736v95,0,278,36,278,233r-144,0v0,-77,-64,-109,-146,-109v-60,0,-128,23,-128,88v0,57,46,66,78,73r175,43v74,18,188,50,188,198v0,115,-79,228,-300,228v-154,0,-291,-68,-291,-239r144,0v0,86,77,115,155,115v62,0,148,-18,148,-92v0,-80,-131,-86,-207,-106v-114,-30,-228,-53,-228,-209v0,-162,135,-223,278,-223","w":667,"k":{"\u0422":20}},"\u0406":{"d":"64,0r0,-718r150,0r0,718r-150,0","w":278},"\u0407":{"d":"64,0r0,-718r150,0r0,718r-150,0xm-24,-780r0,-118r130,0r0,118r-130,0xm172,-780r0,-118r130,0r0,118r-130,0","w":278},"\u0408":{"d":"336,-217r0,-501r150,0r0,520v0,180,-144,216,-233,216v-221,0,-230,-156,-230,-289r144,0v0,98,0,165,86,165v83,0,83,-60,83,-111","k":{"\u043e":10,"\u0438":10,"\u0430":20,"\u041e":10,"\u0410":40}},"\u0409":{"d":"10,0r0,-125v12,7,37,19,61,19v63,0,62,-80,64,-124v10,-188,12,-338,18,-488r468,0r0,283r87,0v64,0,258,0,258,218v0,217,-194,217,-236,217r-259,0r0,-594r-177,0r-6,198v-8,268,-15,414,-184,414v-33,0,-62,-8,-94,-18xm621,-317r0,193v96,-2,195,18,195,-96v0,-116,-99,-94,-195,-97","w":1000,"k":{"\u0423":100}},"\u040a":{"d":"612,-317r0,193v96,-2,194,18,194,-96v0,-115,-98,-95,-194,-97xm70,0r0,-718r150,0r0,283r242,0r0,-283r150,0r0,283r86,0v64,0,258,0,258,218v0,217,-194,217,-236,217r-258,0r0,-317r-242,0r0,317r-150,0","w":989,"k":{"\u0423":100}},"\u040b":{"d":"11,-594r0,-124r562,0r0,124r-230,0r0,159v202,3,390,-36,384,201r0,234r-150,0r0,-223v7,-120,-130,-82,-234,-88r0,311r-150,0r0,-594r-182,0","w":799},"\u040c":{"d":"278,-780r93,-144r155,0r-148,144r-100,0xm87,0r0,-718r150,0r0,292r274,-292r194,0r-293,294r310,424r-190,0r-222,-318r-73,75r0,243r-150,0","w":722,"k":{"\u045e":75,"\u0451":20,"\u0443":100,"\u043e":20,"\u0435":20,"\u041e":55}},"\u040e":{"d":"116,0r0,-146v19,8,46,20,75,20v95,-1,73,-87,45,-146r-212,-446r168,0r163,386r143,-386r162,0r-229,530v-66,172,-156,240,-315,188xm441,-924r56,0v0,103,-66,144,-163,144v-97,0,-163,-41,-163,-144r56,0v13,89,201,89,214,0","w":667,"k":{"\u043e":100,"\u0438":75,"\u0435":100,"\u0430":100,"\u041e":50,"\u0410":125,";":50,":":50,".":200,"-":75,",":200}},"\u040f":{"d":"70,0r0,-718r150,0r0,588r282,0r0,-588r150,0r0,718r-226,0r0,154r-130,0r0,-154r-226,0","w":722},"\u0410":{"d":"20,0r257,-718r171,0r254,718r-163,0r-46,-148r-265,0r-50,148r-158,0xm360,-556r-92,284r183,0r-89,-284r-2,0","w":722,"k":{"\u045e":75,"\u0443":75,"\u0441":20,"\u0435":20,"\u0427":125,"\u0423":125,"\u0422":115,"\u0421":55,"\u041e":55,"\u040e":125,"\u0404":55,"\u201d":115,"-":25,"\u2019":115}},"\u0411":{"d":"82,0r0,-718r498,0r0,124r-348,0r0,159r188,0v64,0,258,0,258,218v0,217,-194,217,-236,217r-360,0xm232,-317r0,193r172,0v54,0,124,-10,124,-96v0,-90,-68,-97,-130,-97r-166,0","w":722,"k":{"\u0423":75,"\u0410":40}},"\u0412":{"d":"82,0r0,-718r352,0v176,0,221,108,221,184v0,72,-25,115,-88,147v96,36,111,111,111,172v0,139,-105,215,-267,215r-329,0xm226,-317r0,193v126,-6,302,35,302,-97v0,-83,-60,-96,-119,-96r-183,0xm226,-594r0,159r185,0v52,0,100,-23,100,-82v0,-61,-43,-77,-96,-77r-189,0","w":722,"k":{"\u0425":50,"\u0423":50,"\u0410":25}},"\u0413":{"d":"82,0r0,-718r483,0r0,124r-333,0r0,594r-150,0","w":578,"k":{"\u0459":260,"\u0454":260,"\u0451":50,"\u044f":230,"\u044d":230,"\u0443":230,"\u0441":260,"\u043e":260,"\u043b":260,"\u0438":260,"\u0437":230,"\u0435":260,"\u0434":230,"\u0430":260,"\u042f":25,"\u041e":40,"\u0414":100,"\u0410":150,".":250,",":250}},"\u0414":{"d":"12,154r0,-278r63,0v46,-121,86,-247,91,-594r489,0r0,594r55,0r0,278r-130,0r0,-154r-438,0r0,154r-130,0xm505,-124r0,-470r-207,0v-1,79,-5,292,-73,470r280,0","w":722},"\u0415":{"d":"82,0r0,-718r527,0r0,124r-383,0r0,159r352,0r0,124r-352,0r0,181r400,0r0,130r-544,0","w":667},"\u0416":{"d":"574,-718r0,288r29,0r214,-288r171,0r-259,328r259,390r-179,0r-206,-310r-29,0r0,310r-145,0r0,-310r-30,0r-208,310r-179,0r263,-390r-257,-328r167,0r214,288r30,0r0,-288r145,0","w":1000,"k":{"\u0454":20,"\u0451":20,"\u044d":20,"\u0443":100,"\u043e":35,"\u0435":20,"\u0430":20}},"\u0417":{"d":"279,-320r0,-107v71,13,133,-18,134,-91v0,-80,-67,-100,-105,-100v-106,0,-116,84,-119,107r-138,0v6,-58,25,-225,269,-225v183,0,237,108,237,198v0,50,-21,117,-110,146r0,2v43,11,134,37,134,180v0,125,-84,228,-278,228v-109,0,-243,-48,-273,-227r138,0v14,38,39,109,136,109v88,0,127,-56,127,-113v0,-105,-74,-109,-152,-107","w":611},"\u0418":{"d":"70,0r0,-718r144,0r0,489r2,0r284,-489r152,0r0,718r-144,0r0,-486r-2,0r-284,486r-152,0","w":722},"\u0419":{"d":"70,0r0,-718r144,0r0,489r2,0r284,-489r152,0r0,718r-144,0r0,-486r-2,0r-284,486r-152,0xm468,-924r56,0v0,103,-66,144,-163,144v-97,0,-163,-41,-163,-144r56,0v13,89,201,89,214,0","w":722},"\u041a":{"d":"87,0r0,-718r150,0r0,292r274,-292r194,0r-293,294r310,424r-190,0r-222,-318r-73,75r0,243r-150,0","w":722,"k":{"\u045e":75,"\u0454":20,"\u0451":20,"\u0443":100,"\u043e":35,"\u0435":20,"\u0421":55,"\u041e":55,"\u0404":55}},"\u041b":{"d":"532,0r0,-594r-210,0v-8,167,-5,473,-48,535v-64,93,-142,86,-236,59r0,-125v28,16,50,19,59,19v54,0,62,-58,64,-87v7,-112,18,-427,20,-525r501,0r0,718r-150,0","w":740},"\u041c":{"d":"70,0r0,-718r219,0r126,559r2,0r126,-559r220,0r0,718r-138,0r0,-600r-2,0r-136,600r-146,0r-131,-600r-2,0r0,600r-138,0","w":833},"\u041d":{"d":"70,0r0,-718r150,0r0,273r282,0r0,-273r150,0r0,718r-150,0r0,-321r-282,0r0,321r-150,0","w":722},"\u041e":{"d":"44,-359v0,-214,114,-377,345,-377v213,0,345,163,345,377v0,214,-132,377,-345,377v-231,0,-345,-163,-345,-377xm389,-112v122,0,195,-104,195,-247v0,-143,-73,-247,-195,-247v-122,0,-195,104,-195,247v0,143,73,247,195,247","w":778,"k":{"\u0425":55,"\u0423":50,"\u0422":40,"\u0410":55,"\u040e":50}},"\u041f":{"d":"70,0r0,-718r582,0r0,718r-150,0r0,-594r-282,0r0,594r-150,0","w":722},"\u0420":{"d":"82,0r0,-718r326,0v152,0,225,86,225,230v0,134,-89,230,-237,230r-164,0r0,258r-150,0xm232,-594r0,212r142,0v68,0,109,-31,109,-106v0,-75,-41,-106,-109,-106r-142,0","w":667,"k":{"\u0454":20,"\u0451":20,"\u0441":20,"\u043e":20,"\u0435":20,"\u0430":20,"\u0423":25,"\u0410":100,"\u040e":25,".":210,",":210}},"\u0421":{"d":"684,-482r-150,0v-12,-42,-35,-124,-164,-124v-55,0,-176,33,-176,247v0,155,67,247,176,247v126,0,152,-89,165,-134r149,0v-32,179,-156,264,-308,264v-213,0,-332,-148,-332,-377v0,-265,162,-377,326,-377v234,0,307,160,314,254","w":722,"k":{"\u0410":40}},"\u0422":{"d":"12,-594r0,-124r588,0r0,124r-219,0r0,594r-150,0r0,-594r-219,0","w":612,"k":{"\u045e":50,"\u0454":160,"\u0451":50,"\u0443":150,"\u0441":150,"\u043e":150,"\u0438":150,"\u0435":150,"\u0430":150,"\u041e":40,"\u0410":115,"\u0404":40,";":150,":":150,".":150,"-":150,",":150}},"\u0423":{"d":"116,0r0,-146v19,8,46,20,75,20v95,-1,73,-87,45,-146r-212,-446r168,0r163,386r143,-386r162,0r-229,530v-66,172,-156,240,-315,188","w":667,"k":{"\u0453":75,"\u0451":50,"\u0442":50,"\u043e":100,"\u0438":75,"\u0435":100,"\u0433":75,"\u0430":100,"\u041e":50,"\u0410":125,";":50,":":50,".":200,"-":75,",":200}},"\u0424":{"d":"345,0r0,-78v-192,-9,-315,-124,-315,-281v0,-110,64,-273,315,-281r0,-78r144,0r0,78v251,8,315,171,315,281v0,157,-123,272,-315,281r0,78r-144,0xm345,-182r0,-354v-137,4,-171,97,-171,172v0,131,93,182,171,182xm489,-536r0,353v78,0,171,-51,171,-182v0,-74,-35,-167,-171,-171","w":834,"k":{"\u0423":50,"\u0410":45,".":100}},"\u0425":{"d":"13,0r233,-367r-220,-351r179,0r129,232r132,-232r173,0r-220,345r235,373r-184,0r-136,-245r-145,245r-176,0","w":667,"k":{"\u041e":55}},"\u0426":{"d":"70,0r0,-718r150,0r0,594r282,0r0,-594r150,0r0,594r60,0r0,278r-130,0r0,-154r-512,0","w":722},"\u0427":{"d":"453,0r0,-287v-100,21,-171,23,-189,23v-213,0,-220,-114,-220,-190r0,-264r144,0r0,228v0,93,34,114,127,114v38,0,101,-7,138,-19r0,-323r150,0r0,718r-150,0","w":667},"\u0428":{"d":"70,0r0,-718r138,0r0,594r195,0r0,-594r138,0r0,594r195,0r0,-594r138,0r0,718r-804,0","w":944},"\u0429":{"d":"70,0r0,-718r138,0r0,594r195,0r0,-594r138,0r0,594r195,0r0,-594r138,0r0,594r60,0r0,278r-130,0r0,-154r-734,0","w":944},"\u042a":{"d":"387,-317r0,193v115,-8,252,38,252,-96v0,-136,-137,-88,-252,-97xm23,-594r0,-124r364,0r0,283r144,0v64,0,258,0,258,218v0,217,-194,217,-236,217r-316,0r0,-594r-214,0","w":833},"\u042b":{"d":"730,0r0,-718r150,0r0,718r-150,0xm232,-317r0,193v115,-8,251,37,251,-96v0,-135,-137,-88,-251,-97xm82,0r0,-718r150,0r0,283r143,0v64,0,258,0,258,218v0,217,-194,217,-236,217r-315,0","w":944},"\u042c":{"d":"232,-317r0,193v115,-8,251,37,251,-96v0,-135,-137,-88,-251,-97xm82,0r0,-718r150,0r0,283r143,0v64,0,258,0,258,218v0,217,-194,217,-236,217r-315,0","w":667},"\u042d":{"d":"306,-300r0,-118r214,0v0,-68,-48,-188,-183,-188v-94,0,-130,67,-143,111r-150,0v22,-150,133,-241,305,-241v219,0,329,175,329,372v0,316,-205,382,-327,382v-175,0,-279,-111,-306,-250r150,0v19,58,59,120,148,120v112,0,179,-75,179,-188r-216,0","w":722,"k":{"\u0425":55}},"\u042e":{"d":"70,0r0,-718r144,0r0,300r93,0v15,-163,125,-318,321,-318v132,0,328,72,328,371v0,235,-131,383,-328,383v-208,0,-303,-146,-321,-318r-93,0r0,300r-144,0xm451,-360v0,171,71,248,177,248v107,0,178,-77,178,-248v0,-169,-71,-246,-178,-246v-106,0,-177,77,-177,246","w":1000,"k":{"\u0425":55}},"\u042f":{"d":"175,-336v-60,-16,-116,-88,-116,-171v0,-67,31,-125,73,-160v60,-51,144,-51,222,-51r300,0r0,718r-145,0r0,-283v-141,12,-287,-51,-296,119v-2,48,-12,152,-23,164r-156,0v28,-39,26,-109,34,-174v10,-84,21,-135,107,-162xm509,-592v-128,11,-300,-46,-300,98v0,93,87,93,131,93r169,0r0,-191","w":724},"\u0430":{"d":"496,-387r0,282v0,64,15,78,32,83r0,22r-153,0v-5,-12,-13,-33,-13,-62v-43,44,-76,78,-170,78v-95,0,-164,-56,-164,-164v0,-88,56,-151,146,-164r135,-20v19,-3,49,-8,49,-44v0,-35,-20,-60,-85,-60v-74,0,-86,32,-92,73r-138,0v1,-39,27,-185,227,-185v190,0,226,85,226,161xm358,-206r0,-54v-54,38,-192,18,-192,112v0,46,31,66,70,66v32,0,122,-16,122,-124","k":{"\u045e":20,"\u0443":20}},"\u0431":{"d":"391,-726r125,0v-21,105,-89,110,-178,117v-92,7,-154,16,-170,157v59,-62,112,-71,163,-71v156,0,247,106,247,259v0,169,-103,281,-271,281v-122,0,-201,-47,-244,-160v-29,-77,-29,-181,-29,-199v0,-127,30,-308,171,-352v40,-12,100,-16,142,-16v37,0,40,-7,44,-16xm179,-266v0,81,33,164,128,164v100,0,128,-80,128,-164v0,-84,-28,-164,-128,-164v-95,0,-128,83,-128,164","w":611,"k":{"\u0443":20,"\u043b":25}},"\u0432":{"d":"208,-434r0,111v75,-3,201,20,201,-57v0,-31,-18,-54,-76,-54r-125,0xm70,0r0,-532r290,0v98,0,187,29,187,140v0,64,-30,91,-63,107v53,19,82,62,82,119v0,100,-71,166,-183,166r-313,0xm208,-231r0,133r121,0v80,0,93,-38,93,-66v0,-94,-129,-61,-214,-67","w":611,"k":{"\u045e":15,"\u0443":15}},"\u0433":{"d":"66,0r0,-532r358,0r0,112r-220,0r0,420r-138,0","w":444,"k":{"\u0451":20,"\u043e":20,"\u043b":75,"\u0435":20,"\u0434":75,"\u0430":20,".":150,",":150}},"\u0434":{"d":"15,128r0,-240r60,0v65,-179,76,-350,81,-420r416,0r0,420r62,0r0,240r-130,0r0,-128r-359,0r0,128r-130,0xm214,-112r220,0r0,-308r-158,0v-6,55,-21,185,-62,308","w":649},"\u0435":{"d":"530,-223r-365,0v0,29,12,127,125,127v39,0,79,-23,90,-62r143,0v0,59,-75,174,-241,174v-142,0,-256,-80,-256,-288v0,-145,74,-276,252,-276v189,0,252,129,252,325xm170,-315r216,0v0,-94,-62,-121,-108,-121v-46,0,-108,27,-108,121","k":{"\u045e":20,"\u0445":20,"\u0443":20}},"\u0436":{"d":"487,-532r0,211r26,0r146,-211r158,0r-179,246r188,286r-167,0r-146,-226r-26,0r0,226r-138,0r0,-226r-30,0r-150,226r-161,0r189,-286r-177,-246r158,0r145,211r26,0r0,-211r138,0","w":834,"k":{"\u043e":15}},"\u0437":{"d":"35,-385v16,-90,83,-163,223,-163v134,0,202,74,202,150v0,64,-34,80,-70,111v63,28,88,69,88,133v0,119,-115,170,-220,170v-127,0,-215,-54,-236,-183r132,0v15,50,38,85,93,85v68,0,87,-49,87,-80v1,-65,-66,-76,-126,-65r0,-96v61,4,115,-12,114,-63v0,-48,-32,-64,-75,-64v-49,0,-74,20,-82,65r-130,0","w":500},"\u0438":{"d":"66,0r0,-532r138,0r0,328r2,0r194,-328r145,0r0,532r-138,0r0,-321r-2,0r-188,321r-151,0","w":611},"\u0439":{"d":"412,-755r56,0v0,103,-66,144,-163,144v-97,0,-163,-41,-163,-144r56,0v13,89,201,89,214,0xm66,0r0,-532r138,0r0,328r2,0r194,-328r145,0r0,532r-138,0r0,-321r-2,0r-188,321r-151,0","w":611},"\u043a":{"d":"70,0r0,-532r138,0r0,202r199,-202r184,0r-220,221r229,311r-180,0r-153,-211r-59,57r0,154r-138,0","w":611,"k":{"\u0441":15,"\u043e":45}},"\u043b":{"d":"588,-532r0,532r-138,0r0,-420r-174,0r-6,195v-3,107,-10,241,-166,241v-31,0,-55,-4,-70,-10r0,-116v9,4,23,8,43,8v41,0,52,-40,54,-107r8,-323r449,0","w":667},"\u043c":{"d":"66,0r0,-532r208,0r90,386r2,0r88,-386r202,0r0,532r-130,0r0,-428r-2,0r-100,428r-126,0r-100,-428r-2,0r0,428r-130,0","w":722},"\u043d":{"d":"66,0r0,-532r138,0r0,192r203,0r0,-192r138,0r0,532r-138,0r0,-228r-203,0r0,228r-138,0","w":611},"\u043e":{"d":"34,-266v0,-164,104,-282,272,-282v171,0,272,118,272,282v0,164,-101,282,-272,282v-168,0,-272,-118,-272,-282xm178,-266v0,81,33,164,128,164v100,0,128,-80,128,-164v0,-84,-28,-164,-128,-164v-95,0,-128,83,-128,164","w":612,"k":{"\u045e":40,"\u0445":40,"\u0443":40,"\u043b":30,"\u0436":40,"\u0434":25}},"\u043f":{"d":"66,0r0,-532r479,0r0,532r-138,0r0,-420r-203,0r0,420r-138,0","w":611},"\u0440":{"d":"62,206r0,-738r132,0v2,24,-4,56,2,76v38,-64,81,-92,159,-92v97,0,222,65,222,272v0,172,-73,292,-227,292v-55,0,-111,-22,-150,-82r0,272r-138,0xm314,-424v-88,0,-119,83,-119,158v0,60,18,164,119,164v101,0,119,-104,119,-164v0,-75,-31,-158,-119,-158","w":611,"k":{"\u045e":20,"\u0443":20,"\u0436":40,"\u0434":25}},"\u0441":{"d":"522,-344r-144,0v-11,-56,-34,-86,-94,-86v-92,0,-106,96,-106,164v0,70,9,164,106,164v64,0,94,-58,94,-93r144,0v0,54,-51,211,-238,211v-162,0,-250,-101,-250,-282v0,-181,99,-282,250,-282v98,0,225,44,238,204","k":{"\u045e":20,"\u045c":20,"\u0443":20,"\u043a":20}},"\u0442":{"d":"181,0r0,-420r-161,0r0,-112r460,0r0,112r-161,0r0,420r-138,0","w":500,"k":{"\u043b":75,".":75,",":75}},"\u0443":{"d":"542,-532r-183,523v-68,206,-89,230,-269,218r0,-112v11,1,30,3,41,3v59,0,78,-50,78,-72r-195,-560r155,0r114,392r2,0r109,-392r148,0","k":{"\u0455":20,"\u0451":20,"\u0441":20,"\u043e":40,"\u0435":20,"\u0434":100,"\u0430":20,".":95,",":95}},"\u0444":{"d":"347,206r0,-258r-2,0v-20,34,-59,68,-120,68v-100,0,-191,-98,-191,-284v0,-225,118,-280,195,-280v44,0,88,16,116,68r2,0r0,-238r138,0r0,238r2,0v28,-52,72,-68,117,-68v76,0,194,55,194,280v0,186,-91,284,-191,284v-63,0,-98,-37,-122,-68r0,258r-138,0xm660,-262v0,-86,-21,-168,-100,-168v-99,0,-75,129,-75,223v0,64,15,105,77,105v84,0,98,-98,98,-160xm172,-262v0,62,14,160,98,160v106,0,77,-134,77,-231v0,-57,-20,-97,-75,-97v-79,0,-100,82,-100,168","w":832,"k":{"\u0430":-20}},"\u0445":{"d":"196,-271r-173,-261r170,0r87,155r89,-155r165,0r-174,261r181,271r-173,0r-88,-160r-96,160r-169,0","k":{"\u0454":20,"\u0451":20,"\u0441":40,"\u043e":40,"\u0435":20,"\u0430":20,"-":55}},"\u0446":{"d":"66,0r0,-532r138,0r0,420r203,0r0,-420r138,0r0,420r55,0r0,240r-128,0r0,-128r-406,0","w":611},"\u0447":{"d":"490,-532r0,532r-138,0r0,-210v-24,5,-90,12,-121,12v-117,0,-200,-29,-200,-142r0,-192r138,0r0,165v0,61,25,65,97,65v39,0,68,-4,86,-10r0,-220r138,0"},"\u0448":{"d":"66,0r0,-532r138,0r0,420r144,0r0,-420r138,0r0,420r144,0r0,-420r138,0r0,532r-702,0","w":834},"\u0449":{"d":"66,0r0,-532r138,0r0,420r144,0r0,-420r138,0r0,420r144,0r0,-420r138,0r0,420r54,0r0,240r-126,0r0,-128r-630,0","w":833},"\u044a":{"d":"20,-420r0,-112r286,0r0,185r128,0v132,0,209,54,209,174v0,163,-155,173,-194,173r-281,0r0,-420r-148,0xm306,-243r0,139v86,-6,193,26,193,-69v0,-88,-108,-68,-193,-70","w":667},"\u044b":{"d":"629,0r0,-532r138,0r0,532r-138,0xm66,0r0,-532r138,0r0,185r140,0v132,0,209,54,209,174v0,163,-155,173,-194,173r-293,0xm204,-243r0,139v89,-7,205,30,205,-69v0,-91,-117,-66,-205,-70","w":833},"\u044c":{"d":"65,0r0,-532r138,0r0,185r141,0v132,0,209,54,209,174v0,163,-155,173,-194,173r-294,0xm203,-243r0,139v89,-7,206,30,206,-69v0,-92,-118,-66,-206,-70","w":578},"\u044d":{"d":"246,-217r0,-92r132,0v-5,-64,-35,-121,-100,-121v-60,0,-83,30,-94,86r-144,0v13,-160,140,-204,238,-204v151,0,244,101,244,282v0,181,-88,282,-250,282v-187,0,-238,-157,-238,-211r144,0v0,35,30,93,94,93v65,0,100,-51,106,-115r-132,0"},"\u044e":{"d":"660,-266v0,-93,-31,-164,-112,-164v-81,0,-114,71,-114,164v0,93,33,164,114,164v81,0,112,-71,112,-164xm66,0r0,-532r138,0r0,209r92,0v24,-157,120,-225,252,-225v177,0,256,124,256,281v0,134,-66,283,-256,283v-129,0,-234,-60,-252,-235r-92,0r0,219r-138,0","w":833,"k":{"\u045e":40,"\u0443":40,"\u043b":25,"\u0436":40}},"\u044f":{"d":"546,-532r0,532r-139,0r0,-196v-94,5,-205,-25,-205,79v0,46,2,72,-14,117r-146,0v52,-79,-13,-220,104,-243v-19,-6,-51,-17,-74,-55v-50,-83,5,-187,58,-211v43,-20,106,-23,130,-23r286,0xm407,-294r0,-134r-111,0v-47,0,-98,0,-98,68v0,66,50,66,94,66r115,0","w":611},"\u0451":{"d":"530,-223r-365,0v0,29,12,127,125,127v39,0,79,-23,90,-62r143,0v0,59,-75,174,-241,174v-142,0,-256,-80,-256,-288v0,-145,74,-276,252,-276v189,0,252,129,252,325xm170,-315r216,0v0,-94,-62,-121,-108,-121v-46,0,-108,27,-108,121xm115,-611r0,-118r130,0r0,118r-130,0xm311,-611r0,-118r130,0r0,118r-130,0","k":{"\u0445":20,"\u0443":20}},"\u0452":{"d":"114,0r0,-487r-94,0r0,-112r94,0r0,-119r138,0r0,119r232,0r0,112r-232,0r0,131v19,-17,56,-51,128,-51v70,0,113,38,132,71v46,78,53,284,3,424v-23,63,-101,120,-196,118r0,-118v70,-10,87,-34,87,-213v0,-76,0,-168,-81,-168v-54,0,-73,38,-73,83r0,210r-138,0","w":611},"\u0453":{"d":"66,0r0,-532r358,0r0,112r-220,0r0,420r-138,0xm139,-611r93,-144r155,0r-148,144r-100,0","w":444,"k":{"\u0451":20,"\u043e":20,"\u043b":75,"\u0435":20,"\u0434":75,"\u0430":20,".":150,",":150}},"\u0454":{"d":"310,-309r0,92r-132,0v6,64,41,115,106,115v64,0,94,-58,94,-93r144,0v0,54,-51,211,-238,211v-162,0,-250,-101,-250,-282v0,-181,99,-282,250,-282v98,0,225,44,238,204r-144,0v-11,-56,-34,-86,-94,-86v-65,0,-101,57,-106,121r132,0","k":{"\u0443":15}},"\u0455":{"d":"505,-371r-138,0v-4,-27,-11,-73,-92,-73v-18,0,-86,0,-86,53v0,31,34,41,167,72v88,21,167,49,167,153v0,182,-199,182,-248,182v-123,0,-229,-42,-242,-186r144,0v0,35,13,82,107,82v42,0,95,-10,95,-54v0,-39,-37,-45,-164,-74v-82,-19,-164,-54,-164,-152v0,-69,38,-180,224,-180v84,0,218,20,230,177","k":{"\u2019":20}},"\u0456":{"d":"70,0r0,-532r138,0r0,532r-138,0xm70,-611r0,-130r138,0r0,130r-138,0","w":278,"k":{"\u0458":10}},"\u0457":{"d":"70,0r0,-532r138,0r0,532r-138,0xm-24,-611r0,-118r130,0r0,118r-130,0xm172,-611r0,-118r130,0r0,118r-130,0","w":278},"\u0458":{"d":"70,51r0,-583r138,0r0,588v0,157,-83,163,-206,153r0,-109v43,1,69,4,68,-49xm70,-611r0,-130r138,0r0,130r-138,0","w":278,"k":{"\u0456":10}},"\u0459":{"d":"430,0r0,-420r-154,0r-6,195v-3,112,-11,241,-169,241v-9,0,-40,0,-67,-10r0,-116v64,19,94,11,97,-99r8,-323r429,0r0,185r113,0v132,0,209,54,209,174v0,163,-155,173,-194,173r-266,0xm568,-243r0,139v82,-4,176,22,178,-69v2,-83,-97,-69,-178,-70","w":914},"\u045a":{"d":"66,0r0,-532r138,0r0,185r203,0r0,-185r138,0r0,185r104,0v132,0,209,54,209,174v0,163,-155,173,-194,173r-257,0r0,-243r-203,0r0,243r-138,0xm545,-243r0,139v79,-3,167,19,169,-69v2,-80,-90,-70,-169,-70","w":882},"\u045b":{"d":"114,0r0,-487r-94,0r0,-112r94,0r0,-119r138,0r0,119r232,0r0,112r-232,0r0,131v15,-15,51,-51,131,-51v114,0,158,68,158,145r0,262r-138,0r0,-228v0,-16,0,-75,-69,-75v-58,0,-82,44,-82,91r0,212r-138,0","w":611,"k":{"\u0443":40}},"\u045c":{"d":"70,0r0,-532r138,0r0,202r199,-202r184,0r-220,221r229,311r-180,0r-153,-211r-59,57r0,154r-138,0xm223,-611r93,-144r155,0r-148,144r-100,0","w":611,"k":{"\u0451":35,"\u043e":45,"\u0435":35}},"\u045e":{"d":"542,-532r-183,523v-68,206,-89,230,-269,218r0,-112v11,1,30,3,41,3v59,0,78,-50,78,-72r-195,-560r155,0r114,392r2,0r109,-392r148,0xm385,-755r56,0v0,103,-66,144,-163,144v-97,0,-163,-41,-163,-144r56,0v13,89,201,89,214,0","k":{"\u043e":20,"\u0435":20,"\u0430":20,".":100,",":100}},"\u045f":{"d":"65,0r0,-532r138,0r0,420r204,0r0,-420r138,0r0,532r-171,0r0,128r-138,0r0,-128r-171,0","w":611},"\u20ac":{"d":"517,-509v-25,-37,-70,-89,-154,-89v-65,0,-104,46,-119,136r253,0r-40,95r-221,0r0,48r202,0r-40,95r-152,0v8,58,37,131,117,131v63,0,118,-22,154,-53r0,128v-46,30,-100,37,-154,37v-135,0,-232,-77,-261,-243r-90,0r40,-95r41,0r-1,-48r-80,0r39,-95r50,0v24,-158,115,-248,262,-248v100,0,174,51,200,89"},"\u0462":{"d":"240,0r0,-527r-152,0r0,-118r152,0r0,-73r150,0r0,73r194,0r0,118r-194,0r0,92r96,0v64,0,258,0,258,218v0,217,-194,217,-236,217r-268,0xm390,-317r0,193v100,-3,204,22,204,-96v0,-119,-104,-94,-204,-97","w":778},"\u0463":{"d":"294,-243r0,139v89,-8,205,32,205,-69v0,-103,-115,-62,-205,-70xm156,0r0,-428r-136,0r0,-104r136,0r0,-186r138,0r0,186r179,0r0,104r-179,0r0,81r155,0v117,0,194,54,194,174v0,163,-155,173,-194,173r-293,0","w":667},"\u212e":{"d":"844,-335r-656,0v-3,0,-5,1,-5,4r0,198v0,9,3,17,8,23v64,66,151,108,248,108v105,0,198,-48,261,-121r59,0v-73,85,-190,141,-321,141v-223,0,-404,-162,-404,-363v0,-202,181,-365,404,-365v228,0,410,163,406,375xm695,-361r0,-200v0,-8,-3,-17,-10,-23v-63,-63,-150,-104,-246,-104v-95,0,-183,42,-246,107v-7,6,-10,15,-10,25r0,195v0,2,2,6,5,6r503,0v3,0,4,-4,4,-6","w":879},"\u2202":{"d":"111,-561r-60,-75v43,-32,93,-66,175,-66v207,0,272,187,272,363v0,109,-23,355,-255,355v-158,0,-219,-128,-219,-229v0,-122,83,-220,216,-220v37,0,108,11,137,55v2,-79,-21,-231,-145,-231v-59,0,-98,30,-121,48xm248,-74v90,0,131,-112,128,-205v-18,-21,-56,-64,-120,-64v-87,0,-117,79,-117,136v0,95,58,133,109,133"},"\u220f":{"d":"692,-590r-101,0r0,687r-123,0r0,-687r-219,0r0,687r-123,0r0,-687r-101,0r0,-112r667,0r0,112","w":718},"\u2211":{"d":"536,97r-513,0r0,-80r242,-320r-233,-313r0,-86r488,0r0,105r-322,0r0,3r206,270r-228,303r0,3r360,0r0,115","w":555},"\u2219":{"d":"58,-253v0,-45,36,-81,81,-81v45,0,81,36,81,81v0,44,-34,81,-81,81v-47,0,-81,-37,-81,-81","w":278},"\u221a":{"d":"43,-68r-42,-85r149,-64r129,257r164,-754r112,0r-208,920r-101,0r-152,-297"},"\u221e":{"d":"408,-322v48,-58,106,-120,194,-120v78,0,168,53,168,179v0,106,-67,182,-169,182v-78,0,-134,-47,-193,-112v-54,56,-106,111,-192,111v-98,0,-171,-70,-171,-180v0,-119,82,-179,168,-179v95,0,152,68,195,119xm465,-259v54,59,95,82,137,82v29,0,78,-17,78,-83v0,-60,-41,-86,-80,-86v-29,0,-66,12,-135,87xm350,-259v-15,-21,-108,-98,-138,-86v-38,0,-77,30,-77,85v0,53,35,82,80,82v57,0,112,-55,135,-81","w":815},"\u222b":{"d":"323,-780v-79,0,-78,81,-78,196v0,163,15,304,15,484v0,97,-16,161,-37,202v-38,73,-133,85,-203,55r16,-89v22,12,69,18,87,-9v17,-25,27,-67,27,-158v0,-182,-14,-326,-14,-497v0,-117,18,-179,59,-226v39,-44,120,-58,176,-34r-13,85v-9,-5,-21,-9,-35,-9","w":394},"\u2248":{"d":"495,-236r36,97v-30,42,-63,86,-125,86v-80,0,-127,-67,-206,-67v-51,0,-79,36,-95,72r-36,-98v22,-42,58,-86,125,-86v77,0,155,67,213,67v40,0,65,-36,88,-71xm495,-456r36,97v-30,42,-63,86,-125,86v-80,0,-127,-67,-206,-67v-51,0,-79,36,-95,72r-36,-98v22,-42,58,-86,125,-86v77,0,155,67,213,67v40,0,65,-36,88,-71","w":600},"\u2260":{"d":"47,-87r0,-112r165,0r66,-108r-231,0r0,-112r300,0r53,-87r112,0r-53,87r94,0r0,112r-163,0r-66,108r229,0r0,112r-298,0r-54,87r-112,0r54,-87r-96,0","w":600},"\u2264":{"d":"553,-55r0,112r-506,0r0,-112r506,0xm553,-215r0,104r-506,-182r0,-84r506,-186r0,104r-350,123r0,2","w":600},"\u2265":{"d":"47,57r0,-112r506,0r0,112r-506,0xm47,-111r0,-104r350,-119r0,-2r-350,-123r0,-104r506,186r0,84","w":600},"\u25ca":{"d":"540,-351r-198,400r-99,0r-193,-400r198,-400r99,0xm430,-348v-43,-101,-101,-190,-133,-302r-3,0v-31,111,-91,198,-135,297r116,245v7,20,14,44,17,57r4,0v34,-110,90,-197,134,-297","w":590},"\u00a0":{"w":278},"\u00ad":{"d":"306,-345r0,130r-279,0r0,-130r279,0","w":333},"\u02c9":{"d":"339,-678r0,74r-345,0r0,-74r345,0","w":333},"\uf6c9":{"d":"56,-780r93,-144r155,0r-148,144r-100,0","w":278},"\uf6ca":{"d":"76,-780r-113,-144r112,0r64,82r64,-82r112,0r-114,144r-125,0","w":278},"\uf6cb":{"d":"-24,-780r0,-118r130,0r0,118r-130,0xm172,-780r0,-118r130,0r0,118r-130,0","w":278},"\u0472":{"d":"44,-359v0,-214,114,-377,345,-377v213,0,345,163,345,377v0,214,-132,377,-345,377v-231,0,-345,-163,-345,-377xm584,-300r-390,0v0,86,73,188,194,188v123,0,196,-102,196,-188xm198,-418r381,0v0,-86,-73,-188,-191,-188v-117,0,-190,102,-190,188","w":778},"\u0473":{"d":"306,16v-168,0,-272,-118,-272,-282v0,-164,104,-282,272,-282v171,0,272,118,272,282v0,164,-101,282,-272,282xm434,-223r-256,0v12,71,55,121,128,121v76,0,118,-46,128,-121xm178,-315r256,0v-9,-66,-51,-115,-128,-115v-74,0,-117,53,-128,115","w":612},"\uf6ce":{"d":"122,-780r-148,-144r154,0r94,144r-100,0","w":278},"\uf6cf":{"d":"-68,-780r93,-144r155,0r-148,144r-100,0xm140,-780r93,-144r155,0r-148,144r-100,0","w":278},"\uf6d0":{"d":"311,-854r0,74r-344,0r0,-74r344,0","w":278},"\uf6d1":{"d":"246,-924r56,0v0,103,-66,144,-163,144v-97,0,-163,-41,-163,-144r56,0v13,89,201,89,214,0","w":278},"\uf6d2":{"d":"302,-780r-56,0v-13,-89,-201,-89,-214,0r-56,0v0,-103,66,-144,163,-144v97,0,163,41,163,144","w":278},"\uf6d6":{"d":"253,-924r93,144r-100,0r-148,-144r155,0xm45,-924r93,144r-100,0r-148,-144r155,0","w":278},"\uf6d4":{"d":"246,-755r56,0v0,103,-66,144,-163,144v-97,0,-163,-41,-163,-144r56,0v13,89,201,89,214,0","w":278},"\uf6d5":{"d":"302,-611r-56,0v-13,-89,-201,-89,-214,0r-56,0v0,-103,66,-144,163,-144v97,0,163,41,163,144","w":278},"\uf6d3":{"d":"253,-755r93,144r-100,0r-148,-144r155,0xm45,-755r93,144r-100,0r-148,-144r155,0","w":278},"\u0474":{"d":"273,0r-245,-718r174,0r151,526r2,0r106,-395v27,-102,55,-149,150,-149v29,0,62,6,83,12r0,112v-60,-18,-82,6,-104,76r-165,536r-152,0","w":722},"\u0475":{"d":"196,0r-182,-532r155,0r114,394r2,0r79,-286v17,-60,38,-124,128,-124v37,0,59,4,84,10r0,108v-9,-3,-22,-6,-40,-6v-36,0,-45,32,-54,64r-107,372r-179,0","w":610},"\u0490":{"d":"82,0r0,-718r395,0r0,-126r118,0r0,250r-363,0r0,594r-150,0","w":611},"\u2215":{"d":"336,-710r-427,729r-79,0r428,-729r78,0","w":167},"\u03a9":{"d":"173,-101r0,-3v-61,-58,-121,-156,-121,-285v0,-178,122,-324,303,-324v192,0,295,167,295,318v0,131,-61,234,-123,291r0,3r137,0r0,101r-261,0r0,-74v62,-41,122,-135,122,-295v0,-124,-59,-240,-171,-240v-107,0,-177,104,-177,245v0,146,59,251,122,290r0,74r-261,0r0,-101r135,0","w":704},"\u0491":{"d":"66,0r0,-532r252,0r0,-122r104,0r0,234r-218,0r0,420r-138,0","w":444},"\u04d9":{"d":"26,-309r365,0v0,-29,-12,-127,-115,-127v-42,0,-84,23,-100,62r-143,0v15,-76,75,-174,249,-174v144,0,248,80,248,288v0,145,-74,276,-252,276v-189,0,-252,-129,-252,-325xm386,-217r-216,0v0,94,62,121,108,121v46,0,108,-27,108,-121"},"\u2010":{"d":"306,-345r0,130r-279,0r0,-130r279,0","w":333},"\u2113":{"d":"441,-175r51,51v-52,102,-127,139,-206,139v-124,-2,-173,-79,-180,-177r-51,40r-32,-66v30,-25,57,-45,82,-69r0,-255v0,-179,82,-254,177,-254v96,0,139,79,139,177v0,119,-76,232,-196,350v-9,89,27,155,90,155v54,0,99,-46,126,-91xm225,-514r0,160v69,-79,118,-166,118,-239v0,-52,-14,-84,-55,-84v-30,0,-63,36,-63,163","w":510},"\u2116":{"d":"861,-382v0,-38,-12,-88,-60,-88v-49,0,-60,50,-60,88v0,39,9,88,60,88v50,0,60,-48,60,-88xm801,-182v-121,0,-190,-79,-190,-200v0,-118,71,-200,190,-200v124,0,190,82,190,200v0,121,-64,200,-190,200xm9,0r0,-718r151,0r253,478r2,0r0,-478r138,0r0,718r-147,0r-257,-479r-2,0r0,479r-138,0xm623,-20r0,-98r356,0r0,98r-356,0","w":1000}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1985, 1987, 1989, 1990, 1997, 1998, 1999, 2002 Adobe Systems Incorporated.
 * All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Linotype Corp. registered in the U.S. Patent and
 * Trademark Office and may be registered in certain other jurisdictions in the
 * name of Linotype Corp. or its licensee Linotype GmbH.
 * 
 * Full name:
 * HelveticaLTStd-Obl
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":556,"face":{"font-family":"Helvetica LT Std","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 5 4 2 2 2 10 2 4","ascent":"718","descent":"-282","x-height":"16","bbox":"-170 -931 1116 225","underline-thickness":"50","underline-position":"-50","slope":"-12","stemh":"72","stemv":"84","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":278,"k":{"\u0427":50,"\u0423":50,"\u0422":100,"\u0410":50,"\u040e":50,"\u201c":200,"\u2018":125,"T":100,"V":50,"W":25,"Y":100,"\u00dd":100,"\u0178":100,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"!":{"d":"28,0r23,-108r100,0r-23,108r-100,0xm83,-182r86,-536r108,0r-140,536r-54,0","w":278},"\"":{"d":"312,-466r0,-252r84,0r0,252r-84,0xm157,-466r0,-252r84,0r0,252r-84,0","w":444},"#":{"d":"78,0r43,-203r-97,0r15,-72r98,0r28,-136r-97,0r16,-72r97,0r43,-203r78,0r-43,203r112,0r43,-203r78,0r-43,203r97,0r-16,72r-97,0r-28,136r97,0r-16,72r-97,0r-43,203r-78,0r43,-203r-112,0r-43,203r-78,0xm243,-411r-28,136r112,0r28,-136r-112,0"},"$":{"d":"157,105r21,-95v-105,-20,-167,-95,-159,-212r84,0v0,71,20,116,90,139r56,-258v-80,-31,-151,-81,-151,-169v0,-142,104,-221,236,-212r14,-70r47,0r-14,72v98,17,153,86,149,189r-84,0v3,-57,-21,-100,-83,-114r-50,236v89,41,166,74,166,185v-1,136,-103,231,-254,219r-20,90r-48,0xm267,-408r50,-222v-76,2,-129,54,-129,130v0,55,40,74,79,92xm294,-305r-54,247v76,10,149,-32,149,-137v0,-62,-45,-90,-95,-110"},"%":{"d":"262,-702v85,0,127,56,127,123v0,97,-58,217,-169,217v-68,0,-126,-45,-126,-130v0,-90,58,-210,168,-210xm260,-636v-59,0,-94,82,-94,141v0,44,23,67,57,67v59,0,94,-82,94,-140v0,-45,-23,-68,-57,-68xm669,-324v85,0,127,56,127,123v0,97,-58,217,-169,217v-68,0,-126,-45,-126,-130v0,-90,58,-210,168,-210xm667,-258v-59,0,-94,82,-94,141v0,44,23,67,57,67v59,0,94,-82,94,-140v0,-45,-23,-68,-57,-68xm219,18r391,-715r59,0r-392,715r-58,0","w":889},"&":{"d":"508,-123r73,123r-102,0r-35,-60v-47,49,-133,76,-199,76v-124,0,-211,-72,-211,-197v0,-123,99,-193,197,-237v-25,-47,-53,-93,-53,-145v0,-93,68,-155,169,-155v90,0,152,54,152,143v0,94,-75,145,-149,185r118,199v33,-49,40,-73,54,-131r84,0v-12,74,-49,143,-98,199xm407,-119r-136,-232v-67,30,-147,83,-147,165v0,76,54,130,128,130v51,0,116,-26,155,-63xm262,-575v0,44,31,84,48,117v46,-20,105,-60,105,-118v0,-44,-34,-70,-74,-70v-40,0,-79,29,-79,71","w":667},"\u2019":{"d":"142,-610r25,-108r103,0v-19,100,-35,231,-156,252r7,-44v43,-12,64,-60,75,-100r-54,0","w":278,"k":{".":175,",":175,"\u2019":75,"d":115,"O":65,"\u00d8":65,"\u0152":65,"\u00d3":65,"\u00d4":65,"\u00d6":65,"\u00d2":65,"\u00d5":65,"A":225,"\u00c6":225,"\u00c1":225,"\u00c2":225,"\u00c4":225,"\u00c0":225,"\u00c5":225,"\u00c3":225,"l":50,"\u0142":50,"t":20,"r":50,"m":50,"s":75,"\u0161":75}},"(":{"d":"177,206r-51,0v-52,-122,-87,-225,-87,-373v0,-221,115,-408,267,-561r66,0v-155,184,-249,364,-249,608v0,123,17,212,54,326","w":333},")":{"d":"136,-728r51,0v52,122,87,225,87,373v0,221,-115,408,-267,561r-66,0v155,-184,249,-364,249,-608v0,-123,-17,-212,-54,-326","w":333},"*":{"d":"98,-468r94,-87r-104,-46r20,-54r113,52r17,-115r57,6r-16,109r105,-35r16,52r-119,38r64,96r-49,28r-65,-99r-87,90","w":389},"+":{"d":"258,0r0,-211r-211,0r0,-84r211,0r0,-211r84,0r0,211r211,0r0,84r-211,0r0,211r-84,0","w":600},",":{"d":"21,0r24,-108r108,0v-24,119,-38,237,-160,262r9,-49v49,-14,62,-61,73,-105r-54,0","w":278,"k":{"\u201d":250,"\u201c":250,"\u2018":250,"\u2019":250," ":125,"O":125,"\u00d8":125,"\u0152":125,"\u00d3":125,"\u00d4":125,"\u00d6":125,"\u00d2":125,"\u00d5":125,"H":50}},"-":{"d":"27,-234r19,-90r246,0r-19,90r-246,0","w":333},".":{"d":"21,0r24,-108r108,0r-24,108r-108,0","w":278,"k":{"\u201d":250,"\u201c":250,"\u2018":250,"\u2019":250," ":125}},"\/":{"d":"-20,18r255,-754r66,0r-255,754r-66,0","w":278},"0":{"d":"28,-231v0,-169,78,-471,300,-471v148,0,200,104,200,243v0,167,-83,475,-293,475v-174,0,-207,-122,-207,-247xm118,-229v0,142,54,173,117,173v128,0,203,-252,203,-404v0,-79,-12,-170,-111,-170v-144,0,-209,278,-209,401","k":{"1":75}},"1":{"d":"189,0r114,-536v-37,15,-131,16,-191,17r13,-66v101,-2,185,-21,236,-117r72,0r-154,702r-90,0","k":{"9":20,"8":20,"7":40,"6":20,"5":20,"4":55,"3":40,"2":40,"1":115,"0":100,".":175,"-":115}},"2":{"d":"159,-471r-90,0v14,-148,105,-231,238,-231v129,0,204,80,204,189v0,253,-332,265,-401,435r355,0r-18,78r-442,0v30,-312,416,-294,416,-509v0,-74,-47,-115,-119,-115v-88,0,-132,72,-143,153"},"3":{"d":"227,-321r16,-78v98,16,180,-29,180,-122v0,-74,-55,-103,-112,-103v-106,0,-141,88,-147,146r-90,0v16,-148,109,-224,244,-224v108,0,195,62,195,167v0,80,-34,148,-113,175v57,29,81,78,81,139v0,133,-99,237,-250,237v-139,0,-234,-84,-207,-238r84,0v-2,16,-4,32,-4,49v0,94,82,117,129,117v113,0,158,-98,158,-162v0,-87,-78,-116,-164,-103"},"4":{"d":"265,0r39,-183r-299,0r16,-79r401,-440r78,0r-96,447r101,0r-15,72r-102,0r-39,183r-84,0xm320,-255r65,-304r-2,0r-276,304r213,0"},"5":{"d":"59,-322r107,-364r357,0r-16,78r-282,0r-58,186v28,-26,85,-46,132,-46v120,0,198,73,198,205v0,150,-106,279,-264,279v-166,0,-211,-105,-206,-213r84,0v-6,81,33,141,126,141v108,0,170,-101,170,-197v0,-114,-73,-137,-122,-137v-60,0,-114,28,-144,72"},"6":{"d":"35,-218v0,-211,92,-484,312,-484v65,0,191,39,182,191r-90,0v2,-68,-24,-113,-98,-113v-117,0,-171,133,-195,228v111,-124,347,-66,347,133v0,141,-87,279,-257,279v-149,0,-201,-120,-201,-234xm125,-199v0,93,52,143,126,143v87,0,152,-85,152,-197v0,-95,-51,-137,-114,-137v-107,0,-164,102,-164,191"},"7":{"d":"65,-602r19,-84r468,0r-17,78v-157,150,-319,389,-352,608r-101,0v44,-235,187,-431,347,-602r-364,0","k":{"6":40,"4":95,".":260,"-":135,",":260}},"8":{"d":"317,-630v-69,0,-131,43,-131,128v0,47,35,98,113,98v73,0,130,-47,130,-119v0,-69,-50,-107,-112,-107xm519,-526v0,76,-51,137,-114,161v49,27,79,78,79,143v0,107,-73,238,-254,238v-168,0,-205,-116,-205,-178v0,-106,61,-175,143,-213v-149,-106,-49,-327,150,-327v156,0,201,104,201,176xm238,-56v98,0,156,-77,156,-159v0,-77,-53,-117,-131,-117v-91,0,-148,75,-148,162v0,76,50,114,123,114"},"9":{"d":"54,-422v0,-157,104,-280,240,-280v160,0,216,113,216,250v0,204,-85,468,-303,468v-75,0,-182,-24,-183,-173r84,0v1,71,44,101,100,101v118,0,174,-139,195,-230r-2,0v-43,59,-108,72,-156,72v-68,0,-191,-47,-191,-208xm144,-415v0,58,35,129,122,129v116,0,154,-121,154,-195v0,-98,-54,-143,-125,-143v-53,0,-151,46,-151,209"},":":{"d":"21,0r24,-108r108,0r-24,108r-108,0xm106,-406r24,-108r108,0r-24,108r-108,0","w":278,"k":{" ":50}},";":{"d":"21,0r24,-108r108,0v-24,119,-38,237,-160,262r9,-49v49,-14,62,-61,73,-105r-54,0xm106,-406r24,-108r108,0r-24,108r-108,0","w":278,"k":{" ":50}},"<":{"d":"47,-214r0,-78r506,-222r0,90r-393,171r393,171r0,90","w":600},"=":{"d":"553,-400r0,84r-506,0r0,-84r506,0xm553,-190r0,84r-506,0r0,-84r506,0","w":600},">":{"d":"553,-292r0,78r-506,222r0,-90r393,-171r-393,-171r0,-90","w":600},"?":{"d":"169,-499r-90,0v10,-145,100,-229,245,-229v99,0,197,67,197,186v0,97,-47,147,-128,200v-70,46,-122,68,-128,158r-84,0v5,-112,71,-161,158,-215v47,-30,92,-70,92,-144v0,-59,-41,-107,-121,-107v-92,0,-133,67,-141,151xm142,0r23,-108r100,0r-23,108r-100,0"},"@":{"d":"508,-390v0,-52,-35,-91,-80,-91v-79,0,-135,92,-135,167v0,56,32,95,82,95v77,0,133,-96,133,-171xm538,-493r17,-58r78,0v-24,106,-77,200,-77,315v0,12,7,22,23,22v56,0,123,-89,123,-197v0,-162,-124,-253,-278,-253v-175,0,-294,133,-294,307v0,179,129,303,303,303v90,0,174,-35,230,-96r78,0v-68,107,-184,168,-310,168v-223,0,-385,-154,-385,-378v0,-211,164,-376,380,-376v183,0,348,125,348,309v0,199,-166,289,-234,289v-47,0,-67,-21,-76,-56v-22,30,-52,56,-113,56v-93,0,-154,-74,-154,-165v0,-130,88,-262,224,-262v48,0,90,21,117,72","w":800},"A":{"d":"357,-718r122,0r118,718r-96,0r-31,-207r-291,0r-105,207r-108,0xm457,-285r-54,-343r-181,343r235,0","w":667,"k":{"g":20,"v":55,"w":50,"y":55,"\u00fd":55,"\u00ff":55,"c":10,"\u00e7":10,"C":40,"\u00c7":40,"d":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"G":40,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"S":30,"\u0160":30,"T":95,"U":40,"\u00da":40,"\u00db":40,"\u00dc":40,"\u00d9":40,"V":90,"W":75,"Y":135,"\u00dd":135,"\u0178":135,"\u00ab":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"B":{"d":"37,0r152,-718r265,0v177,0,222,64,222,171v0,79,-47,141,-124,175v54,12,94,79,94,143v0,137,-114,229,-298,229r-311,0xm203,-334r-53,250r198,0v144,0,202,-62,202,-145v0,-81,-64,-105,-133,-105r-214,0xm267,-634r-47,222r189,0v149,0,171,-85,171,-128v0,-72,-35,-94,-152,-94r-161,0","w":722,"k":{"V":30,"W":20,"Y":55,"\u00dd":55,"\u0178":55,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30}},"C":{"d":"700,-486r-96,0v-8,-112,-78,-166,-179,-166v-188,0,-269,210,-269,370v0,119,53,216,180,216v122,0,196,-86,229,-193r99,0v-42,158,-156,277,-327,277v-175,0,-277,-116,-277,-296v0,-230,127,-458,370,-458v171,0,259,108,270,250","w":722,"k":{"y":20,"\u00fd":20,"\u00ff":20,"O":20,"\u00d8":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d6":20,"\u00d2":20,"\u00d5":20,"Y":50,"\u00dd":50,"\u0178":50,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"D":{"d":"145,-82v195,1,309,16,396,-137v30,-53,54,-135,54,-206v0,-117,-36,-209,-203,-209r-127,0xm32,0r157,-718v196,9,351,-40,453,101v38,54,51,129,51,196v0,143,-83,421,-397,421r-264,0","w":722,"k":{"y":25,"\u00fd":25,"\u00ff":25,"e":-15,"\u00e9":-15,"\u00ea":-15,"\u00eb":-15,"\u00e8":-15,"o":-15,"\u00f8":-15,"\u0153":-15,"\u00f3":-15,"\u00f4":-15,"\u00f6":-15,"\u00f2":-15,"\u00f5":-15,"V":40,"W":30,"Y":75,"\u00dd":75,"\u0178":75,"\u2019":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"u":-15,"\u00fa":-15,"\u00fb":-15,"\u00fc":-15,"\u00f9":-15}},"E":{"d":"28,0r152,-718r460,0r-18,84r-364,0r-47,222r353,0r-18,84r-353,0r-51,244r389,0r-18,84r-485,0","w":611,"k":{"X":25}},"F":{"d":"42,0r157,-718r436,0r-17,86r-343,0r-48,225r334,0r-17,83r-336,0r-70,324r-96,0","w":611,"k":{"\u00eb":35,"\u00e3":60,"\u00e0":60,"\u00e4":60,"e":35,"\u00e9":35,"\u00ea":35,"\u00e8":35,"o":35,"\u00f8":35,"\u0153":35,"\u00f3":35,"\u00f4":35,"\u00f6":35,"\u00f2":35,"\u00f5":35,"-":40,"a":60,"\u00e6":60,"\u00e1":60,"\u00e2":60,"\u00e5":60,"A":75,"\u00c6":75,"\u00c1":75,"\u00c2":75,"\u00c4":75,"\u00c0":75,"\u00c5":75,"\u00c3":75,"u":35,"\u00fa":35,"\u00fb":35,"\u00fc":35,"\u00f9":35,"i":50,"\u0131":50,"\u00ed":50,"\u00ee":50,"\u00ef":50,"\u00ec":50,",":190,".":190,"J":200,"r":55}},"G":{"d":"720,-487r-90,0v-6,-92,-69,-164,-193,-164v-176,0,-274,200,-274,366v0,142,65,223,205,223v144,0,228,-128,244,-231r-227,0r20,-80r313,0r-78,373r-71,0r10,-88v-52,64,-121,106,-238,106v-125,0,-276,-71,-276,-306v0,-228,143,-445,388,-445v101,0,188,47,225,106v27,44,42,108,42,140","w":778,"k":{"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20}},"H":{"d":"28,0r152,-718r96,0r-63,296r348,0r63,-296r96,0r-152,718r-96,0r72,-338r-348,0r-72,338r-96,0","w":722,"k":{"\u00ab":40,"\u00bb":25}},"I":{"d":"28,0r152,-718r96,0r-152,718r-96,0","w":278,"k":{"T":20}},"J":{"d":"402,-718r96,0r-111,533v-28,130,-70,203,-224,203v-105,0,-168,-49,-168,-148v0,-34,9,-79,19,-119r93,0v-17,69,-22,100,-22,125v0,31,17,64,88,64v90,0,104,-72,120,-145","w":500,"k":{"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"K":{"d":"197,-718r94,0r-78,355r373,-355r127,0r-315,294r215,424r-103,0r-181,-358r-145,131r-49,227r-93,0","w":667,"k":{"w":55,"y":50,"\u00fd":50,"\u00ff":50,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":55,"\u00d8":55,"\u0152":55,"\u00d3":55,"\u00d4":55,"\u00d6":55,"\u00d2":55,"\u00d5":55,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"A":-40,"\u00c6":-40,"\u00c1":-40,"\u00c2":-40,"\u00c4":-40,"\u00c0":-40,"\u00c5":-40,"\u00c3":-40}},"L":{"d":"30,0r155,-718r99,0r-138,632r377,0r-18,86r-475,0","k":{"y":95,"\u00fd":95,"\u00ff":95,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"S":25,"\u0160":25,"T":135,"V":150,"W":95,"Y":170,"\u00dd":170,"\u0178":170,"-":70,"\u201c":300,"\u201d":300,"\u2018":250,"\u2019":250,"A":-40,"\u00c6":-40,"\u00c1":-40,"\u00c2":-40,"\u00c4":-40,"\u00c0":-40,"\u00c5":-40,"\u00c3":-40}},"M":{"d":"37,0r152,-718r136,0r76,610r2,0r327,-610r148,0r-152,718r-96,0r144,-628r-2,0r-334,628r-108,0r-74,-616r-2,0r-121,616r-96,0","w":889},"N":{"d":"30,0r158,-718r104,0r183,489r34,98r37,-197r81,-390r95,0r-154,718r-100,0r-151,-391r-70,-196r-38,196r-82,391r-97,0","w":722},"O":{"d":"642,-431v0,-131,-57,-221,-205,-221v-178,0,-281,173,-281,363v0,163,89,223,204,223v197,0,282,-226,282,-365xm738,-442v0,247,-148,460,-386,460v-174,0,-292,-104,-292,-311v0,-230,141,-443,392,-443v184,0,286,120,286,294","w":778,"k":{"T":65,"V":40,"W":40,"Y":75,"\u00dd":75,"\u0178":75,"\u201d":50,"\u2019":50,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"X":80}},"P":{"d":"196,-298r-63,298r-96,0r152,-718r247,0v142,0,215,67,215,182v0,120,-69,238,-226,238r-229,0xm267,-634r-53,252r197,0v118,0,144,-94,144,-140v0,-71,-34,-112,-127,-112r-161,0","w":667,"k":{"\u00e4":50,"y":20,"\u00fd":20,"\u00ff":20,"e":35,"\u00e9":35,"\u00ea":35,"\u00eb":35,"\u00e8":35,"o":35,"\u00f8":35,"\u0153":35,"\u00f3":35,"\u00f4":35,"\u00f6":35,"\u00f2":35,"\u00f5":35,"Y":25,"\u00dd":25,"\u0178":25,"-":55,"a":50,"\u00e6":50,"\u00e1":50,"\u00e2":50,"\u00e0":50,"\u00e5":50,"\u00e3":50,"A":95,"\u00c6":95,"\u00c1":95,"\u00c2":95,"\u00c4":95,"\u00c0":95,"\u00c5":95,"\u00c3":95,"u":25,"\u00fa":25,"\u00fb":25,"\u00fc":25,"\u00f9":25,",":190,".":190,"r":40}},"Q":{"d":"358,-135r61,-50r71,79v105,-71,152,-222,152,-325v0,-131,-57,-221,-205,-221v-178,0,-281,173,-281,363v0,185,113,243,259,216xm627,45r-59,49r-90,-98v-218,71,-418,-33,-418,-289v0,-230,141,-443,392,-443v184,0,286,120,286,294v0,169,-69,322,-189,401","w":778},"R":{"d":"37,0r151,-718v223,10,503,-60,503,182v0,100,-63,172,-134,198v51,26,55,62,55,116v0,22,-7,135,-7,141v0,38,2,60,22,64r0,17r-113,0v-18,-39,2,-155,2,-201v0,-103,-51,-107,-134,-107r-185,0r-66,308r-94,0xm213,-389v169,-6,382,42,382,-138v0,-93,-67,-107,-144,-107r-185,0","w":722,"k":{"y":30,"\u00fd":30,"\u00ff":30,"C":15,"\u00c7":15,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"G":15,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"S":25,"\u0160":25,"T":30,"U":15,"\u00da":15,"\u00db":15,"\u00dc":15,"\u00d9":15,"V":25,"W":20,"Y":40,"\u00dd":40,"\u0178":40,"\u2019":55,"a":30,"\u00e6":30,"\u00e1":30,"\u00e2":30,"\u00e4":30,"\u00e0":30,"\u00e5":30,"\u00e3":30,"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10}},"S":{"d":"49,-239r96,0v-21,114,77,173,175,173v88,0,174,-40,174,-127v0,-158,-360,-110,-360,-333v0,-89,58,-210,255,-210v159,0,255,74,256,228r-96,0v-1,-70,-30,-144,-171,-144v-63,0,-148,30,-148,117v0,98,130,110,204,145v81,38,156,81,156,179v0,162,-134,229,-274,229v-170,0,-290,-92,-267,-257","w":667,"k":{"v":40,"w":40,"y":50,"\u00fd":50,"\u00ff":50,"T":20,"V":30,"Y":50,"\u00dd":50,"\u0178":50}},"T":{"d":"164,0r140,-634r-224,0r18,-84r516,0r-18,84r-196,0r-140,634r-96,0","k":{"\u00fc":140,"\u00f2":135,"\u00f6":135,"\u00ec":20,"\u00ee":20,"\u00ed":20,"\u00e8":135,"\u00eb":135,"\u00ea":135,"\u00e3":150,"\u00e5":150,"\u00e0":150,"\u00e4":150,"\u00e2":150,"w":140,"y":150,"\u00fd":150,"\u00ff":150,"e":135,"\u00e9":135,"o":135,"\u00f8":135,"\u0153":135,"\u00f3":135,"\u00f4":135,"\u00f5":135,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"\u00ab":175,"-":150,"a":150,"\u00e6":150,"\u00e1":150,"A":95,"\u00c6":95,"\u00c1":95,"\u00c2":95,"\u00c4":95,"\u00c0":95,"\u00c5":95,"\u00c3":95,"h":25,"u":140,"\u00fa":140,"\u00fb":140,"\u00f9":140,"i":20,"\u0131":20,"\u00ef":20,",":170,".":170,"J":150,"r":155,"\u00bb":175,":":150,";":150}},"U":{"d":"186,-718r97,0r-94,426v-13,59,-19,82,-19,117v0,91,100,111,163,111v129,0,167,-89,191,-199r100,-455r97,0r-100,459v-35,158,-99,277,-291,277v-122,0,-254,-53,-254,-201v0,-39,14,-88,26,-146","w":722,"k":{"T":10,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,",":50,".":50}},"V":{"d":"86,-718r100,0r89,602r290,-602r103,0r-361,718r-101,0","w":611,"k":{"\u00f6":70,"\u00f4":70,"\u00ee":20,"\u00e8":70,"\u00eb":70,"\u00ea":70,"\u00e3":80,"\u00e5":80,"\u00e0":80,"\u00e4":80,"\u00e2":80,"C":35,"\u00c7":35,"e":70,"\u00e9":70,"G":35,"o":70,"\u00f8":70,"\u0153":70,"\u00f3":70,"\u00f2":70,"\u00f5":70,"O":35,"\u00d8":35,"\u0152":35,"\u00d3":35,"\u00d4":35,"\u00d6":35,"\u00d2":35,"\u00d5":35,"\u00ab":100,"-":50,"a":80,"\u00e6":80,"\u00e1":80,"A":115,"\u00c6":115,"\u00c1":115,"\u00c2":115,"\u00c4":115,"\u00c0":115,"\u00c5":115,"\u00c3":115,"u":50,"\u00fa":50,"\u00fb":50,"\u00fc":50,"\u00f9":50,"i":20,"\u0131":20,"\u00ed":20,"\u00ef":20,"\u00ec":20,",":170,".":170,"\u00bb":70,":":95,";":95}},"W":{"d":"218,-125r45,-120r202,-473r103,0r41,527r2,66r44,-120r190,-473r98,0r-299,718r-101,0r-42,-480r-6,-115v-13,41,-28,78,-44,117r-204,478r-101,0r-51,-718r95,0r28,540r0,53","w":889,"k":{"\u00fc":25,"\u00f6":40,"\u00ea":40,"\u00e4":65,"y":25,"\u00fd":25,"\u00ff":25,"e":40,"\u00e9":40,"\u00eb":40,"\u00e8":40,"o":40,"\u00f8":40,"\u0153":40,"\u00f3":40,"\u00f4":40,"\u00f2":40,"\u00f5":40,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"Y":20,"\u00dd":20,"\u0178":20,"\u00ab":75,"-":55,"a":65,"\u00e6":65,"\u00e1":65,"\u00e2":65,"\u00e0":65,"\u00e5":65,"\u00e3":65,"A":75,"\u00c6":75,"\u00c1":75,"\u00c2":75,"\u00c4":75,"\u00c0":75,"\u00c5":75,"\u00c3":75,"h":25,"u":25,"\u00fa":25,"\u00fb":25,"\u00f9":25,"i":20,"\u0131":20,"\u00ed":20,"\u00ee":20,"\u00ef":20,"\u00ec":20,",":110,".":110,"r":40,"\u00bb":25,":":75,";":75}},"X":{"d":"0,0r280,-369r-162,-349r108,0r120,271r199,-271r116,0r-270,356r168,362r-108,0r-126,-287r-211,287r-114,0","w":611,"k":{"y":75,"\u00fd":75,"\u00ff":75,"C":45,"\u00c7":45,"e":25,"\u00e9":25,"\u00ea":25,"\u00eb":25,"\u00e8":25,"O":45,"\u00d8":45,"\u0152":45,"\u00d3":45,"\u00d4":45,"\u00d6":45,"\u00d2":45,"\u00d5":45}},"Y":{"d":"262,-278r-176,-440r106,0r129,349r235,-349r111,0r-309,444r-61,274r-96,0","w":611,"k":{"\u00fc":100,"\u00f6":140,"C":60,"\u00c7":60,"e":140,"\u00e9":140,"\u00ea":140,"\u00eb":140,"\u00e8":140,"o":140,"\u00f8":140,"\u0153":140,"\u00f3":140,"\u00f4":140,"\u00f2":140,"\u00f5":140,"O":60,"\u00d8":60,"\u0152":60,"\u00d3":60,"\u00d4":60,"\u00d6":60,"\u00d2":60,"\u00d5":60,"S":50,"\u0160":50,"\u00ab":175,"-":170,"a":140,"\u00e6":140,"\u00e1":140,"\u00e2":140,"\u00e4":140,"\u00e0":140,"\u00e5":140,"\u00e3":140,"A":135,"\u00c6":135,"\u00c1":135,"\u00c2":135,"\u00c4":135,"\u00c0":135,"\u00c5":135,"\u00c3":135,"u":100,"\u00fa":100,"\u00fb":100,"\u00f9":100,"i":40,"\u0131":40,"\u00ed":40,"\u00ee":40,"\u00ef":40,"\u00ec":40,",":170,".":170,"\u00bb":130,":":115,";":115}},"Z":{"d":"137,-718r511,0r-17,78r-490,553r408,0r-19,87r-523,0r7,-80r491,-551r-388,0","w":611},"[":{"d":"-4,196r193,-914r172,0r-14,66r-89,0r-167,782r93,0r-13,66r-175,0","w":333},"\\":{"d":"212,18r-255,-754r66,0r255,754r-66,0","w":278},"]":{"d":"53,130r167,-782r-93,0r13,-66r175,0r-193,914r-172,0r14,-66r89,0","w":333},"^":{"d":"40,-282r198,-404r84,0r198,404r-90,0r-150,-314r-150,314r-90,0","w":600},"_":{"d":"0,125r0,-50r500,0r0,50r-500,0","w":500},"\u2018":{"d":"242,-574r-25,108r-103,0v19,-100,35,-231,156,-252r-7,44v-43,12,-64,60,-75,100r54,0","w":278,"k":{"\u2018":75,".":175,",":175,"e":50,"\u00e9":50,"\u00ea":50,"\u00eb":50,"\u00e8":50,"o":50,"\u00f8":50,"\u0153":50,"\u00f3":50,"\u00f4":50,"\u00f6":50,"\u00f2":50,"\u00f5":50,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"A":200,"\u00c6":200,"\u00c1":200,"\u00c2":200,"\u00c4":200,"\u00c0":200,"\u00c5":200,"\u00c3":200}},"a":{"d":"200,-56v111,0,159,-84,178,-207v-27,12,-83,15,-151,21v-74,7,-119,45,-119,102v0,58,41,84,92,84xm492,-414v0,97,-51,224,-63,323v-3,25,29,37,58,30r-13,64v-16,2,-33,4,-49,4v-65,1,-72,-43,-82,-66v-7,19,-61,75,-161,75v-120,0,-164,-84,-164,-152v2,-166,147,-176,302,-182v69,-3,84,-33,84,-76v0,-54,-40,-73,-113,-73v-73,0,-119,31,-127,95r-87,0v17,-119,114,-167,225,-167v84,0,190,21,190,125"},"b":{"d":"278,16v-72,0,-134,-36,-161,-102r-17,86r-87,0r157,-718r87,0r-56,255v32,-39,90,-73,156,-73v177,0,200,161,200,213v0,51,-24,182,-87,249v-29,32,-81,90,-192,90xm150,-208v0,93,60,150,128,150v138,0,186,-180,186,-260v0,-109,-65,-143,-123,-143v-136,0,-191,160,-191,253","w":611,"k":{"v":30,"y":30,"\u00fd":30,"\u00ff":30}},"c":{"d":"386,-193r90,0v-29,113,-118,209,-253,209v-102,0,-205,-56,-205,-217v0,-174,102,-338,291,-338v114,0,193,62,200,192r-90,0v0,-66,-46,-114,-119,-114v-130,0,-192,155,-192,262v0,72,38,137,122,137v84,0,136,-65,156,-131","k":{"y":30,"\u00fd":30,"\u00ff":30,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"h":10,"k":10}},"d":{"d":"247,-54v112,0,187,-141,187,-262v0,-119,-72,-143,-121,-143v-132,0,-189,163,-189,263v0,77,34,142,123,142xm308,-535v101,0,134,52,155,103r61,-286r85,0r-152,718r-80,0r18,-74v-1,4,-55,90,-168,90v-37,0,-99,-9,-144,-58v-49,-54,-49,-115,-49,-154v0,-179,114,-339,274,-339","w":611,"k":{"v":25,"w":25,"y":25,"\u00fd":25,"\u00ff":25}},"e":{"d":"127,-302r287,0v8,-108,-51,-159,-120,-159v-92,0,-146,73,-167,159xm494,-236r-381,0v-17,96,22,174,121,174v76,0,120,-43,150,-106r87,0v-40,118,-118,184,-244,184v-127,0,-202,-88,-202,-223v0,-172,101,-332,272,-332v180,0,201,152,201,216v0,45,-2,65,-4,87","k":{"v":20,"w":20,"y":40,"\u00fd":40,"\u00ff":40,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"f":{"d":"123,-521r29,-120v20,-79,96,-96,179,-79r-16,78v-10,0,-22,-1,-34,-1v-42,0,-49,24,-54,46r-19,76r91,0r-17,72r-88,0r-96,449r-84,0r95,-449r-74,0r14,-72r74,0","w":278,"k":{"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"f":30,"\u00df":30,"\ufb01":30,"\ufb02":30,"i":20,"\u0131":20,"\u00ed":20,"\u00ee":20,"\u00ef":20,"\u00ec":20,"l":10,"\u0142":10,"t":30,",":55,".":55}},"g":{"d":"130,-220v0,80,30,151,121,151v119,0,182,-141,182,-257v0,-92,-56,-135,-124,-135v-105,0,-179,114,-179,241xm8,49r88,0v0,56,47,90,111,90v116,0,148,-60,178,-209v-46,58,-100,73,-155,73v-57,0,-105,-19,-146,-69v-43,-53,-47,-112,-47,-155v0,-164,112,-318,268,-318v39,0,105,9,143,68v7,11,11,23,17,35r19,-87r85,0r-103,472v-22,105,-35,160,-93,211v-21,18,-73,52,-160,52v-95,0,-205,-36,-205,-163","w":611,"k":{"y":25,"\u00fd":25,"\u00ff":25,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,",":20,".":20}},"h":{"d":"0,0r155,-718r88,0r-64,278v54,-58,109,-94,187,-94v57,0,134,29,134,116v0,141,-56,284,-81,418r-90,0r69,-320v20,-78,21,-135,-69,-135v-85,0,-161,83,-180,169r-62,286r-87,0","k":{"y":30,"\u00fd":30,"\u00ff":30,"\u2019":55}},"i":{"d":"-1,0r111,-523r90,0r-111,523r-90,0xm130,-616r22,-102r90,0r-22,102r-90,0","w":222,"k":{"j":-20}},"j":{"d":"-98,207r14,-75v43,6,53,3,67,-58r127,-597r90,0r-130,610v-17,101,-67,139,-168,120xm130,-616r22,-102r90,0r-22,102r-90,0","w":222},"k":{"d":"-1,0r153,-718r85,0r-93,431r256,-234r125,0r-223,190r123,331r-93,0r-99,-271r-113,95r-37,176r-84,0","w":500,"k":{"g":30,"e":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00e8":30,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20}},"l":{"d":"-2,0r149,-718r90,0r-153,718r-86,0","w":222,"k":{"y":10,"\u00fd":10,"\u00ff":10}},"m":{"d":"-1,0r110,-523r80,0r-21,91v24,-42,96,-102,175,-102v81,0,123,59,123,96v24,-38,101,-97,184,-97v75,0,128,46,128,112v0,149,-58,283,-84,423r-90,0r70,-328v18,-69,18,-129,-52,-128v-86,0,-156,94,-168,152r-66,304r-87,0r69,-324v19,-72,16,-132,-54,-132v-80,0,-152,91,-165,152r-67,304r-85,0","w":833,"k":{"y":30,"\u00fd":30,"\u00ff":30}},"n":{"d":"0,0r111,-523r85,0r-17,83v54,-58,109,-94,187,-94v57,0,134,29,134,116v0,141,-56,284,-81,418r-90,0r69,-320v20,-78,21,-135,-69,-135v-85,0,-161,83,-180,169r-62,286r-87,0","k":{"v":10,"w":20,"y":30,"\u00fd":30,"\u00ff":30,"\u201d":55,"\u2019":55}},"o":{"d":"108,-199v0,78,38,143,122,143v139,0,189,-176,189,-267v0,-104,-58,-144,-119,-144v-130,0,-192,155,-192,268xm18,-201v0,-174,102,-338,291,-338v131,0,200,95,200,220v0,94,-58,335,-286,335v-102,0,-205,-56,-205,-217","k":{"v":20,"w":20,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"p":{"d":"-32,206r155,-729r84,0v-3,22,-15,50,-13,69v45,-53,93,-82,166,-82v151,0,193,126,193,210v0,113,-65,342,-277,342v-77,0,-127,-37,-156,-103r-62,293r-90,0xm147,-201v0,89,53,145,129,145v139,0,187,-177,187,-264v0,-95,-48,-144,-123,-144v-130,0,-193,154,-193,263","w":611,"k":{"y":30,"\u00fd":30,"\u00ff":30}},"q":{"d":"316,-457v-145,0,-195,173,-195,253v0,99,56,148,127,148v135,0,186,-152,186,-248v0,-80,-25,-153,-118,-153xm469,-428r18,-95r87,0r-162,729r-88,0r61,-266v-23,35,-79,74,-159,74v-128,0,-196,-91,-196,-211v0,-151,102,-338,278,-338v125,0,161,98,161,107","w":611},"r":{"d":"0,0r111,-522r82,0r-22,105v36,-46,83,-128,187,-113r-18,96v-119,-21,-182,103,-196,170r-57,264r-87,0","w":333,"k":{"g":20,"v":10,"w":10,"y":20,"\u00fd":20,"\u00ff":20,"c":20,"\u00e7":20,"d":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"q":20,"-":75,"\u2019":-20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"h":15,"k":15,"x":20,"f":-20,"\u00df":-20,"\ufb01":-20,"\ufb02":-20,",":115,".":115,"r":15,"m":15,"n":15,"\u00f1":15,"p":15,"s":20,"\u0161":20}},"s":{"d":"453,-356r-84,0v0,-75,-43,-111,-112,-111v-43,0,-104,18,-104,75v0,41,43,58,75,73v76,35,188,60,188,162v0,124,-100,173,-204,173v-133,0,-210,-58,-210,-199r84,0v0,89,29,127,135,127v57,0,111,-27,111,-79v0,-78,-94,-83,-148,-111v-62,-33,-115,-60,-115,-142v0,-53,49,-151,184,-151v126,0,200,58,200,183","w":500,"k":{"v":15,"w":15,"y":45,"\u00fd":45,"\u00ff":45,"\u2019":75}},"t":{"d":"29,-78v15,-131,51,-246,74,-371r-72,0r15,-72r72,0r34,-140r84,0r-31,140r95,0r-12,72r-99,0r-63,301v-11,52,-17,82,32,82v19,0,38,-2,54,-5r-15,71v-72,18,-177,2,-168,-78","w":278,"k":{"w":-20,"y":-20,"\u00fd":-20,"\u00ff":-20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"t":30}},"u":{"d":"518,-523r-111,523r-85,0r17,-83v-54,58,-109,94,-187,94v-57,0,-134,-29,-134,-116v0,-141,56,-284,81,-418r90,0r-69,320v-20,78,-21,135,69,135v85,0,161,-83,180,-169r62,-286r87,0","k":{"v":20,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"\u2019":40}},"v":{"d":"126,0r-76,-523r90,0r52,436r224,-436r99,0r-287,523r-102,0","w":500,"k":{"-":40,"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e4":40,"\u00e0":40,"\u00e5":40,"\u00e3":40,",":115,".":115}},"w":{"d":"117,0r-63,-522r91,0r36,416r57,-138r125,-278r99,0r13,230r6,183r66,-138r142,-275r97,0r-281,522r-89,0r-18,-262r-6,-145r-58,134r-127,273r-90,0","w":778,"k":{"y":20,"\u00fd":20,"\u00ff":20,"c":20,"\u00e7":20,"d":35,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"-":20,"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e4":40,"\u00e0":40,"\u00e5":40,"\u00e3":40,",":95,".":95}},"x":{"d":"-29,0r225,-272r-125,-251r101,0r85,187r152,-187r108,0r-218,261r127,262r-100,0r-90,-196r-157,196r-108,0","w":500,"k":{"c":20,"\u00e7":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"-":95,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20}},"y":{"d":"135,22r-61,-545r90,0r36,434r2,0r221,-434r96,0r-326,612v-37,81,-91,145,-205,117r17,-75v12,2,24,3,36,3v65,0,66,-72,94,-112","w":500,"k":{"g":20,"d":20,"-":40,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,",":115,".":115,"s":15,"\u0161":15}},"z":{"d":"406,0r-424,0r14,-69r349,-375r-285,0r18,-77r408,0r-11,60r-359,385r306,0","w":500,"k":{"e":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00e8":30,"o":30,"\u00f8":30,"\u0153":30,"\u00f3":30,"\u00f4":30,"\u00f6":30,"\u00f2":30,"\u00f5":30}},"{":{"d":"402,-718r-15,72r-57,0v-41,0,-57,41,-66,76v-30,121,-25,281,-152,308r0,2v120,34,40,194,27,287v-6,42,-24,97,30,97r57,0r-15,72r-63,0v-153,-6,-86,-185,-63,-287v15,-67,16,-132,-61,-134r8,-72v55,-4,98,-53,110,-104v31,-128,26,-313,179,-317r81,0","w":333},"|":{"d":"69,214r0,-1000r84,0r0,1000r-84,0","w":222},"}":{"d":"-90,196r15,-72r57,0v41,0,58,-41,66,-76v29,-123,28,-278,152,-310v-120,-34,-40,-194,-27,-287v6,-42,24,-97,-30,-97r-57,0r15,-72r63,0v153,6,86,185,63,287v-15,67,-16,132,61,134r-8,72v-55,4,-98,53,-110,104v-31,128,-26,313,-179,317r-81,0","w":333},"~":{"d":"406,-176v-83,-1,-130,-72,-217,-70v-44,0,-68,37,-84,73r-36,-70v27,-51,65,-87,125,-87v69,0,155,70,213,70v42,0,68,-42,88,-73r36,70v-32,45,-65,87,-125,87","w":600},"\u00a1":{"d":"207,-421r22,-102r97,0r-22,102r-97,0xm217,-352r49,0r-42,310r-50,237r-97,0r50,-237","w":333},"\u00a2":{"d":"171,-76r159,-381v-149,-30,-223,144,-222,258v0,52,19,100,63,123xm509,-347r-90,0v0,-42,-19,-77,-53,-97r-158,379v95,17,157,-58,178,-128r90,0v-32,125,-139,232,-300,204r-44,106r-42,0r49,-116v-68,-25,-121,-87,-121,-202v-1,-190,124,-369,344,-333r38,-92r42,0r-43,104v64,25,105,83,110,175"},"\u00a3":{"d":"381,16v-73,0,-145,-38,-219,-37v-55,0,-106,26,-124,37r-17,-86v81,-53,118,-131,101,-243r-90,0r13,-46r71,0v-6,-36,-14,-71,-14,-116v0,-132,98,-227,238,-227v135,0,211,84,185,230r-86,0v15,-73,-7,-157,-91,-157v-128,0,-154,99,-154,159v0,42,5,81,11,111r178,0r-11,46r-161,0v15,115,-43,184,-118,252v39,-22,65,-31,120,-31v99,2,169,65,256,2r9,3r-25,89v-23,3,-38,14,-72,14"},"\u2044":{"d":"482,-703r-595,722r-57,0r595,-722r57,0","w":167},"\u00a5":{"d":"50,-173r12,-57r170,0r10,-48r-15,-37r-146,0r12,-57r111,0r-128,-314r106,0r119,314r2,0r223,-314r111,0r-228,314r115,0r-12,57r-144,0r-30,41r-10,44r165,0r-12,57r-166,0r-38,173r-96,0r38,-173r-169,0"},"\u0192":{"d":"144,-365r0,-68r122,0v30,-124,26,-264,199,-269v25,0,47,6,67,13r-17,78v-14,-8,-28,-17,-53,-17v-86,2,-84,119,-104,195r114,0r0,68r-127,0r-67,356v-18,98,-50,221,-195,221v-30,0,-52,-7,-62,-11r15,-81v97,44,131,-28,156,-162r60,-323r-108,0"},"\u00a7":{"d":"28,6r84,0v-3,76,19,128,93,128v66,0,103,-43,103,-96v0,-43,-24,-66,-52,-93r-138,-133v-55,-53,-75,-98,-75,-141v0,-82,48,-145,125,-169v-14,-26,-22,-47,-22,-75v0,-71,50,-163,190,-163v87,0,162,54,162,145r0,49r-84,0v3,-69,-6,-122,-91,-122v-50,0,-93,28,-93,82v0,26,12,52,48,86r133,124v43,40,87,91,87,157v0,73,-31,135,-129,170v17,27,23,45,23,78v0,92,-67,173,-189,173v-104,-1,-190,-70,-175,-200xm343,-314r-143,-133v-39,19,-73,51,-73,99v0,37,13,60,39,85r172,167v46,-22,76,-48,76,-102v0,-40,-35,-82,-71,-116"},"\u00a4":{"d":"480,-603r48,48r-55,54v67,80,67,219,0,301r54,56r-45,45r-55,-58v-81,74,-217,73,-298,0r-55,58r-45,-45r54,-56v-67,-82,-67,-221,0,-301r-55,-54r48,-48r57,56v77,-67,213,-68,290,0xm106,-351v0,96,76,179,172,179v96,0,172,-83,172,-179v0,-94,-77,-177,-172,-177v-95,0,-172,83,-172,177"},"'":{"d":"94,-466r0,-252r90,0r0,252r-90,0","w":278},"\u201c":{"d":"424,-574r-25,108r-103,0v19,-100,35,-231,156,-252r-7,44v-43,12,-64,60,-75,100r54,0xm226,-574r-25,108r-103,0v19,-100,35,-231,156,-252r-7,44v-43,12,-64,60,-75,100r54,0","w":444,"k":{".":250,",":250," ":200,"e":50,"\u00e9":50,"\u00ea":50,"\u00eb":50,"\u00e8":50,"o":50,"\u00f8":50,"\u0153":50,"\u00f3":50,"\u00f4":50,"\u00f6":50,"\u00f2":50,"\u00f5":50,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"A":180,"\u00c6":180,"\u00c1":180,"\u00c2":180,"\u00c4":180,"\u00c0":180,"\u00c5":180,"\u00c3":180}},"\u00ab":{"d":"253,-445r-14,84r-128,81r95,93r-15,76r-139,-138r17,-77xm453,-445r-14,84r-128,81r95,93r-15,76r-139,-138r17,-77","w":500,"k":{"O":25,"\u00d8":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d6":25,"\u00d2":25,"\u00d5":25,"T":175,"V":75,"W":50,"Y":150,"\u00dd":150,"\u0178":150,"H":25}},"\u2039":{"d":"273,-445r-14,84r-128,81r95,93r-15,76r-139,-138r17,-77","w":333},"\u203a":{"d":"41,-111r14,-84r128,-81r-95,-93r15,-76r139,138r-17,77","w":333},"\u2013":{"d":"-8,-241r16,-74r500,0r-16,74r-500,0","w":500},"\u2020":{"d":"250,-417r-184,0r17,-74r182,0r48,-217r85,0r-47,217r184,0r-15,74r-184,0r-127,592r-86,0"},"\u2021":{"d":"7,-35r16,-74r184,0r66,-312r-184,0r16,-74r183,0r46,-211r85,0r-44,211r183,0r-15,74r-184,0r-67,312r183,0r-16,74r-181,0r-45,210r-86,0r44,-210r-184,0"},"\u00b7":{"d":"79,-241r24,-108r108,0r-24,108r-108,0","w":278},"\u00b6":{"d":"321,173r173,-831r-121,0r-173,831r-72,0r108,-517v-113,0,-180,-62,-180,-148v0,-154,124,-226,288,-226r234,0r-185,891r-72,0","w":537},"\u2022":{"d":"71,-359v0,-99,80,-179,179,-179v99,0,180,80,180,179v0,99,-81,180,-180,180v-99,0,-179,-81,-179,-180","w":500},"\u201a":{"d":"21,0r25,-108r103,0v-19,100,-35,231,-156,252r7,-44v43,-12,64,-60,75,-100r-54,0","w":278},"\u201e":{"d":"44,0r25,-108r103,0v-19,100,-35,231,-156,252r7,-44v43,-12,64,-60,75,-100r-54,0xm242,0r25,-108r103,0v-19,100,-35,231,-156,252r7,-44v43,-12,64,-60,75,-100r-54,0","w":444},"\u201d":{"d":"126,-610r25,-108r103,0v-19,100,-35,231,-156,252r7,-44v43,-12,64,-60,75,-100r-54,0xm324,-610r25,-108r103,0v-19,100,-35,231,-156,252r7,-44v43,-12,64,-60,75,-100r-54,0","w":444,"k":{".":250,",":250," ":200,"o":50,"\u00f8":50,"\u0153":50,"\u00f3":50,"\u00f4":50,"\u00f6":50,"\u00f2":50,"\u00f5":50,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"A":225,"\u00c6":225,"\u00c1":225,"\u00c2":225,"\u00c4":225,"\u00c0":225,"\u00c5":225,"\u00c3":225}},"\u00bb":{"d":"227,-111r14,-84r128,-81r-95,-93r15,-76r139,138r-17,77xm27,-111r14,-84r128,-81r-95,-93r15,-76r139,138r-17,77","w":500,"k":{".":40,",":40,"O":30,"\u00d8":30,"\u0152":30,"\u00d3":30,"\u00d4":30,"\u00d6":30,"\u00d2":30,"\u00d5":30,"T":175,"V":125,"W":85,"Y":225,"\u00dd":225,"\u0178":225,"A":70,"\u00c6":70,"\u00c1":70,"\u00c2":70,"\u00c4":70,"\u00c0":70,"\u00c5":70,"\u00c3":70,"H":40}},"\u2026":{"d":"57,0r24,-108r108,0r-24,108r-108,0xm390,0r24,-108r108,0r-24,108r-108,0xm723,0r24,-108r108,0r-24,108r-108,0","w":1000},"\u2030":{"d":"196,-702v85,0,127,56,127,123v0,97,-58,217,-169,217v-68,0,-126,-45,-126,-130v0,-90,58,-210,168,-210xm194,-636v-59,0,-94,82,-94,141v0,44,23,67,57,67v59,0,94,-82,94,-140v0,-45,-23,-68,-57,-68xm503,-324v85,0,127,56,127,123v0,97,-58,217,-169,217v-68,0,-126,-45,-126,-130v0,-90,58,-210,168,-210xm501,-258v-59,0,-94,82,-94,141v0,44,23,67,57,67v59,0,94,-82,94,-140v0,-45,-23,-68,-57,-68xm843,-324v85,0,127,56,127,123v0,97,-58,217,-169,217v-68,0,-126,-45,-126,-130v0,-90,58,-210,168,-210xm841,-258v-59,0,-94,82,-94,141v0,44,23,67,57,67v59,0,94,-82,94,-140v0,-45,-23,-68,-57,-68xm101,18r391,-715r59,0r-392,715r-58,0","w":1000},"\u00bf":{"d":"446,-33r88,0v-17,68,-35,131,-119,188v-135,92,-369,46,-325,-150v15,-66,47,-100,129,-165v77,-60,107,-86,126,-183r88,0v-24,114,-55,143,-141,215v-80,68,-97,82,-109,139v-9,42,-1,114,96,114v128,0,158,-115,167,-158xm355,-423r22,-102r97,0r-22,102r-97,0","w":611},"`":{"d":"147,-592r-98,-144r100,0r67,144r-69,0","w":222},"\u00b4":{"d":"109,-592r94,-144r112,0r-134,144r-72,0","w":222},"\u02c6":{"d":"312,-686r-86,93r-79,0r129,-141r93,0r69,141r-80,0","w":333},"\u02dc":{"d":"440,-722r50,0v-27,78,-91,135,-179,96v-56,-25,-114,-43,-138,20r-48,0v20,-91,126,-137,211,-83v47,29,97,3,104,-33","w":333},"\u00af":{"d":"19,-638r12,-58r306,0r-11,58r-307,0","w":222},"\u02d8":{"d":"217,-731v4,46,26,79,92,79v80,0,104,-48,119,-79r48,0v-31,98,-102,136,-188,136v-132,0,-123,-101,-120,-136r49,0","w":333},"\u02d9":{"d":"362,-706r-22,102r-91,0r22,-102r91,0","w":333},"\u00a8":{"d":"191,-616r22,-102r90,0r-22,102r-90,0xm28,-616r22,-102r90,0r-22,102r-90,0","w":222},"\u02da":{"d":"328,-756v53,0,83,39,72,92v-11,53,-58,92,-111,92v-53,0,-84,-39,-73,-92v11,-53,59,-92,112,-92xm319,-716v-58,-7,-95,101,-22,104v58,7,95,-101,22,-104","w":333},"\u00b8":{"d":"61,86r82,-86r47,0r-59,62v11,-2,19,-4,32,-4v65,0,75,43,68,75v-11,52,-64,92,-138,92v-37,0,-67,-11,-91,-22r25,-40v23,10,37,15,62,15v19,0,57,-5,65,-42v7,-31,-26,-39,-40,-39v-9,0,-18,2,-40,8","w":333},"\u02dd":{"d":"315,-735r-136,143r-70,0r94,-143r112,0xm475,-735r-136,143r-70,0r94,-143r112,0","w":222},"\u02db":{"d":"235,163r9,40v-15,6,-59,22,-101,22v-74,0,-109,-40,-98,-92v7,-32,37,-107,137,-133r67,0r-1,4v-91,45,-116,74,-126,124v-10,45,26,50,45,50v25,0,41,-5,68,-15","w":333},"\u02c7":{"d":"115,-592r-79,-144r78,0r49,92r94,-92r78,0r-136,144r-84,0","w":222},"\u2014":{"d":"122,-241r16,-74r740,0r-16,74r-740,0","w":1000},"\u00c6":{"d":"236,-209r-123,209r-105,0r445,-718r644,0r-19,86r-390,0r-46,220r356,0r-19,86r-356,0r-51,240r397,0r-18,86r-494,0r44,-209r-265,0xm520,-295r71,-337r-97,0r-204,337r230,0","w":1000,"k":{"X":25}},"\u00aa":{"d":"442,-454r-9,44v-10,2,-20,5,-33,5v-50,0,-53,-23,-49,-51v-27,22,-68,51,-134,51v-62,0,-99,-37,-88,-91v7,-30,29,-90,134,-102r90,-10v13,-2,26,-7,32,-38v5,-21,-13,-39,-67,-39v-69,0,-83,37,-89,53r-54,0v19,-75,80,-105,164,-105v27,0,125,7,108,88r-38,178v-6,23,15,20,33,17xm242,-457v53,0,110,-30,118,-71r9,-42v-3,19,-172,7,-174,63v-7,30,4,50,47,50","w":370},"\u0141":{"d":"402,-520r-13,58r-132,67r-66,309r364,0r-18,86r-461,0r73,-344r-108,55r13,-58r107,-55r68,-316r97,0r-57,265","k":{"y":95,"\u00fd":95,"\u00ff":95,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"S":25,"\u0160":25,"T":135,"V":150,"W":95,"Y":170,"\u00dd":170,"\u0178":170,"-":70,"\u201c":300,"\u201d":300,"\u2018":250,"\u2019":250,"A":-40,"\u00c6":-40,"\u00c1":-40,"\u00c2":-40,"\u00c4":-40,"\u00c0":-40,"\u00c5":-40,"\u00c3":-40}},"\u00d8":{"d":"705,-543r-459,405v33,45,85,71,157,71v156,0,276,-123,312,-292v16,-72,12,-136,-10,-184xm226,-171r461,-407v-32,-46,-87,-73,-160,-73v-156,0,-276,123,-312,292v-15,73,-11,137,11,188xm890,-707r-102,91v44,77,45,176,27,257v-33,155,-162,378,-430,378v-105,0,-175,-35,-218,-87r-98,87r-26,-28r102,-90v-46,-77,-47,-178,-30,-260v33,-155,163,-378,431,-378v108,0,178,36,220,89r100,-89","w":778,"k":{"T":65,"V":40,"W":40,"Y":75,"\u00dd":75,"\u0178":75,"\u201d":50,"\u2019":50,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"X":80}},"\u0152":{"d":"566,-230r56,-262v21,-100,-38,-162,-139,-162v-193,0,-256,218,-275,315v-31,157,-6,275,163,275v65,0,169,-45,195,-166xm660,-645r16,-73r440,0r-19,86r-349,0r-46,220r333,0r-19,86r-333,0r-51,240r351,0r-18,86r-443,0v3,-24,16,-54,14,-75v-42,43,-91,94,-211,94v-189,0,-259,-159,-214,-374v30,-140,138,-382,389,-382v122,-1,145,69,160,92","w":1000},"\u00ba":{"d":"462,-571v-27,130,-119,166,-193,166v-74,0,-150,-36,-123,-166v28,-130,120,-166,194,-166v74,0,150,36,122,166xm395,-571v9,-41,13,-114,-66,-114v-79,0,-107,73,-116,114v-8,41,-12,114,67,114v79,0,107,-73,115,-114","w":365},"\u00e6":{"d":"529,-303r291,0v13,-81,-5,-156,-112,-156v-81,0,-161,75,-179,156xm787,-164r88,0v-8,25,-48,99,-124,143v-27,16,-65,36,-149,36v-125,0,-157,-73,-169,-109v-67,77,-142,109,-236,109v-96,0,-151,-61,-132,-151v9,-44,44,-146,194,-164r149,-18v21,-2,48,-10,59,-62v11,-55,-22,-85,-105,-85v-100,0,-127,61,-142,101r-81,0v31,-125,124,-174,253,-174v100,0,126,35,155,74v35,-28,84,-74,189,-74v151,0,200,120,161,305r-382,0v-24,109,14,172,115,172v83,0,146,-64,157,-103xm422,-181r19,-86v-17,11,-40,19,-152,33v-45,6,-116,19,-130,85v-12,57,9,91,75,91v82,0,173,-53,188,-123","w":889},"\u0131":{"d":"-1,0r111,-523r90,0r-111,523r-90,0","w":222,"k":{"v":25,"w":25,"y":25,"\u00fd":25,"\u00ff":25}},"\u0142":{"d":"334,-435r-97,50r-82,385r-88,0r72,-339r-98,50r13,-58r97,-50r69,-321r88,0r-59,275r98,-50","w":222,"k":{"y":10,"\u00fd":10,"\u00ff":10}},"\u00f8":{"d":"647,-519r-85,78v25,50,28,115,15,179v-29,135,-135,276,-302,276v-68,0,-116,-23,-146,-60r-75,68r-25,-26r79,-72v-27,-51,-31,-119,-17,-186v29,-135,134,-276,301,-276v71,0,120,25,151,65r79,-72xm181,-143r293,-267v-16,-30,-47,-52,-98,-52v-126,0,-179,130,-194,200v-7,33,-11,79,-1,119xm487,-373r-290,265v16,27,46,46,94,46v126,0,180,-130,195,-200v6,-31,10,-74,1,-111","w":611,"k":{"v":20,"w":20,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"\u0153":{"d":"583,-303r292,0v13,-81,-5,-156,-112,-156v-81,0,-162,75,-180,156xm842,-164r88,0v-8,25,-48,99,-124,143v-27,16,-65,36,-149,36v-74,0,-139,-29,-173,-101v-70,91,-157,100,-209,100v-167,0,-213,-141,-184,-276v28,-135,134,-276,301,-276v83,0,146,35,174,106v65,-75,134,-106,225,-106v151,0,200,120,161,305r-383,0v-24,109,15,172,116,172v83,0,146,-64,157,-103xm182,-262v-15,70,-17,200,109,200v126,0,180,-130,195,-200v15,-70,16,-200,-110,-200v-126,0,-179,130,-194,200","w":944,"k":{"v":20,"w":20,"y":40,"\u00fd":40,"\u00ff":40,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"\u00df":{"d":"67,0r113,-532v25,-115,123,-196,273,-196v148,0,223,71,200,180v-21,97,-87,133,-113,148v70,20,95,103,82,162v-44,193,-182,274,-358,246r16,-75v131,16,219,-33,245,-147v27,-120,-67,-151,-180,-136r17,-79v119,13,192,-48,202,-111v10,-64,-27,-112,-128,-112v-113,0,-155,57,-173,142r-108,510r-88,0","w":611,"k":{"v":15,"w":15,"y":45,"\u00fd":45,"\u00ff":45,"\u2019":75}},"\u00ac":{"d":"469,-106r0,-210r-422,0r0,-84r506,0r0,294r-84,0","w":600},"\u00b5":{"d":"-31,209r147,-690r86,0v-21,112,-61,192,-61,320v0,65,32,99,92,99v49,0,89,-25,120,-63v47,-57,74,-254,100,-356r85,0r-102,481r-78,0r14,-68v-30,39,-72,78,-149,78v-75,0,-99,-38,-113,-60r-55,259r-86,0","w":611},"\u2122":{"d":"86,-676r0,-42r292,0r0,42r-122,0r0,317r-48,0r0,-317r-122,0xm452,-359r0,-359r69,0r103,302r101,-302r69,0r0,359r-45,0r-1,-302r-101,302r-48,0r-102,-302r0,302r-45,0","w":1000},"\u00d0":{"d":"458,-412r-19,86r-192,0r-51,243r188,0v126,0,229,-99,267,-280v39,-181,-25,-272,-157,-272r-181,0r-47,223r192,0xm69,-326r19,-86r81,0r65,-306r291,0v187,0,271,142,227,349v-13,61,-93,369,-384,369r-287,0r69,-326r-81,0","w":722,"k":{"y":25,"\u00fd":25,"\u00ff":25,"e":-15,"\u00e9":-15,"\u00ea":-15,"\u00eb":-15,"\u00e8":-15,"o":-15,"\u00f8":-15,"\u0153":-15,"\u00f3":-15,"\u00f4":-15,"\u00f6":-15,"\u00f2":-15,"\u00f5":-15,"V":40,"W":30,"Y":75,"\u00dd":75,"\u0178":75,"\u2019":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"u":-15,"\u00fa":-15,"\u00fb":-15,"\u00fc":-15,"\u00f9":-15}},"\u00bd":{"d":"766,-703r-595,722r-57,0r595,-722r57,0xm274,-577r-108,0r9,-46v75,-5,108,-11,140,-80r56,0r-89,422r-71,0xm587,-271r-60,0v29,-137,141,-151,190,-151v82,0,132,48,119,126v-22,133,-233,146,-294,235r244,0r-13,61r-319,0v30,-119,112,-156,207,-200v60,-28,95,-45,107,-104v6,-28,-9,-60,-72,-60v-84,0,-102,68,-109,93","w":834},"\u00b1":{"d":"258,-362r0,-144r84,0r0,144r211,0r0,84r-211,0r0,156r-84,0r0,-156r-211,0r0,-84r211,0xm47,0r0,-84r506,0r0,84r-506,0","w":600},"\u00de":{"d":"293,-516r-53,249v170,-5,334,35,366,-129v32,-165,-171,-111,-313,-120xm86,0r153,-718r97,0r-26,119r226,0v133,0,195,86,170,202v-21,100,-102,213,-258,213r-226,0r-39,184r-97,0","w":667},"\u00bc":{"d":"439,-94r13,-60r263,-268r64,0r-58,270r67,0r-12,58r-67,0r-20,94r-64,0r20,-94r-206,0xm657,-152r40,-187v-65,59,-122,126,-184,187r144,0xm802,-703r-595,722r-57,0r595,-722r57,0xm304,-580r-108,0r9,-43v75,-5,108,-11,140,-80r53,0r-89,422r-68,0","w":834},"\u00f7":{"d":"47,-211r0,-84r506,0r0,84r-506,0xm249,0r0,-108r102,0r0,108r-102,0xm249,-398r0,-108r102,0r0,108r-102,0","w":600},"\u00a6":{"d":"69,89r0,-250r84,0r0,250r-84,0xm69,-411r0,-250r84,0r0,250r-84,0","w":222},"\u00b0":{"d":"97,-556v0,57,46,103,103,103v57,0,103,-46,103,-103v0,-57,-46,-103,-103,-103v-57,0,-103,46,-103,103xm54,-556v0,-81,65,-146,146,-146v81,0,146,65,146,146v0,81,-65,146,-146,146v-81,0,-146,-65,-146,-146","w":400},"\u00fe":{"d":"192,-237v-29,139,50,176,106,176v96,0,159,-87,184,-202v14,-67,35,-196,-101,-196v-127,0,-171,137,-189,222xm14,207r197,-925r88,0r-57,267v29,-25,73,-88,171,-87v139,0,194,114,163,261v-27,125,-114,292,-292,292v-72,0,-106,-36,-126,-70r-56,262r-88,0","k":{"v":30,"y":30,"\u00fd":30,"\u00ff":30}},"\u00be":{"d":"493,-94r13,-60r263,-268r64,0r-58,270r67,0r-12,58r-67,0r-20,94r-64,0r20,-94r-206,0xm751,-339v-65,59,-122,126,-184,187r144,0xm861,-703r-595,722r-57,0r595,-722r57,0xm132,-410r68,0v-5,35,-6,82,69,82v58,0,102,-22,111,-71v14,-80,-56,-71,-111,-72r11,-51v63,2,107,-4,123,-67v5,-21,1,-56,-68,-56v-67,0,-88,45,-98,80r-61,0v13,-62,60,-138,180,-138v88,0,131,47,118,111v-11,57,-54,77,-78,89v42,12,67,41,55,97v-14,69,-77,136,-196,136v-34,0,-60,-8,-80,-19v-45,-24,-49,-73,-43,-121","w":834},"\u00ae":{"d":"92,-548v0,90,68,157,154,157v86,0,153,-67,153,-157v0,-88,-67,-156,-153,-156v-86,0,-154,68,-154,156xm57,-548v0,-104,85,-188,189,-188v104,0,188,84,188,188v0,104,-84,189,-188,189v-104,0,-189,-85,-189,-189xm201,-532r0,77r-25,0r0,-180v61,4,142,-20,142,48v0,27,-13,37,-25,43v19,5,26,31,23,61v-1,20,7,19,9,28r-29,0v-13,-34,13,-77,-37,-77r-58,0xm201,-614r0,61v40,-4,92,15,92,-31v0,-50,-52,-23,-92,-30","w":490},"\u2212":{"d":"591,-216r-506,0r15,-73r506,0","w":584},"\u00f0":{"d":"180,-254v-12,55,-17,193,111,193v128,0,181,-138,193,-193v12,-55,17,-193,-111,-193v-128,0,-181,138,-193,193xm617,-697r-118,51v82,94,114,220,86,348v-51,240,-199,313,-302,313v-175,0,-222,-137,-194,-269v28,-132,137,-269,286,-269v33,0,85,4,121,55r3,-2v-11,-57,-46,-108,-81,-142r-137,62r-33,-42r130,-57v-23,-21,-50,-39,-78,-52r82,-36v30,13,57,30,80,51r117,-51"},"\u00d7":{"d":"295,-253r-159,-202r63,-51r158,201r245,-201r40,51r-244,202r158,202r-62,51r-159,-201r-245,201r-40,-51","w":584},"\u00a9":{"d":"62,-359v0,180,135,314,308,314v171,0,306,-134,306,-314v0,-179,-135,-314,-306,-314v-173,0,-308,135,-308,314xm-8,-359v0,-208,169,-377,377,-377v208,0,377,169,377,377v0,208,-169,377,-377,377v-208,0,-377,-169,-377,-377xm496,-297r56,0v-8,75,-67,165,-181,165v-79,0,-200,-43,-200,-221v0,-175,107,-232,201,-232v118,0,172,78,177,139r-57,0v-14,-55,-59,-88,-118,-88v-88,0,-145,68,-145,175v0,108,57,176,142,176v73,0,117,-58,125,-114","w":737},"\u00c1":{"d":"357,-718r122,0r118,718r-96,0r-31,-207r-291,0r-105,207r-108,0xm457,-285r-54,-343r-181,343r235,0xm384,-785r94,-144r112,0r-134,144r-72,0","w":667,"k":{"g":20,"v":55,"w":50,"y":55,"\u00fd":55,"\u00ff":55,"c":10,"\u00e7":10,"C":40,"\u00c7":40,"d":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"G":40,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"S":30,"\u0160":30,"T":95,"U":40,"\u00da":40,"\u00db":40,"\u00dc":40,"\u00d9":40,"V":90,"W":75,"Y":135,"\u00dd":135,"\u0178":135,"\u00ab":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c2":{"d":"446,-881r-86,93r-79,0r129,-141r93,0r69,141r-80,0xm357,-718r122,0r118,718r-96,0r-31,-207r-291,0r-105,207r-108,0xm457,-285r-54,-343r-181,343r235,0","w":667,"k":{"g":20,"v":55,"w":50,"y":55,"\u00fd":55,"\u00ff":55,"c":10,"\u00e7":10,"C":40,"\u00c7":40,"d":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"G":40,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"S":30,"\u0160":30,"T":95,"U":40,"\u00da":40,"\u00db":40,"\u00dc":40,"\u00d9":40,"V":90,"W":75,"Y":135,"\u00dd":135,"\u0178":135,"\u00ab":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c4":{"d":"357,-718r122,0r118,718r-96,0r-31,-207r-291,0r-105,207r-108,0xm457,-285r-54,-343r-181,343r235,0xm473,-799r22,-102r90,0r-22,102r-90,0xm310,-799r22,-102r90,0r-22,102r-90,0","w":667,"k":{"g":20,"v":55,"w":50,"y":55,"\u00fd":55,"\u00ff":55,"c":10,"\u00e7":10,"C":40,"\u00c7":40,"d":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"G":40,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"S":30,"\u0160":30,"T":95,"U":40,"\u00da":40,"\u00db":40,"\u00dc":40,"\u00d9":40,"V":90,"W":75,"Y":135,"\u00dd":135,"\u0178":135,"\u00ab":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c0":{"d":"357,-718r122,0r118,718r-96,0r-31,-207r-291,0r-105,207r-108,0xm457,-285r-54,-343r-181,343r235,0xm404,-785r-98,-144r100,0r67,144r-69,0","w":667,"k":{"g":20,"v":55,"w":50,"y":55,"\u00fd":55,"\u00ff":55,"c":10,"\u00e7":10,"C":40,"\u00c7":40,"d":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"G":40,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"S":30,"\u0160":30,"T":95,"U":40,"\u00da":40,"\u00db":40,"\u00dc":40,"\u00d9":40,"V":90,"W":75,"Y":135,"\u00dd":135,"\u0178":135,"\u00ab":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c5":{"d":"462,-931v53,0,84,39,72,92v-11,53,-58,92,-111,92v-53,0,-84,-39,-73,-92v12,-53,59,-92,112,-92xm453,-891v-58,-7,-95,101,-22,104v58,7,95,-101,22,-104xm357,-718r122,0r118,718r-96,0r-31,-207r-291,0r-105,207r-108,0xm457,-285r-54,-343r-181,343r235,0","w":667,"k":{"g":20,"v":55,"w":50,"y":55,"\u00fd":55,"\u00ff":55,"c":10,"\u00e7":10,"C":40,"\u00c7":40,"d":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"G":40,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"S":30,"\u0160":30,"T":95,"U":40,"\u00da":40,"\u00db":40,"\u00dc":40,"\u00d9":40,"V":90,"W":75,"Y":135,"\u00dd":135,"\u0178":135,"\u00ab":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c3":{"d":"581,-917r50,0v-28,78,-91,135,-179,96v-57,-25,-113,-43,-139,20r-48,0v21,-91,126,-137,212,-83v46,29,97,2,104,-33xm357,-718r122,0r118,718r-96,0r-31,-207r-291,0r-105,207r-108,0xm457,-285r-54,-343r-181,343r235,0","w":667,"k":{"g":20,"v":55,"w":50,"y":55,"\u00fd":55,"\u00ff":55,"c":10,"\u00e7":10,"C":40,"\u00c7":40,"d":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"G":40,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"q":20,"Q":40,"S":30,"\u0160":30,"T":95,"U":40,"\u00da":40,"\u00db":40,"\u00dc":40,"\u00d9":40,"V":90,"W":75,"Y":135,"\u00dd":135,"\u0178":135,"\u00ab":50,"-":40,"\u201c":170,"\u201d":170,"\u2018":170,"\u2019":170}},"\u00c7":{"d":"179,203r25,-40v23,10,37,15,62,15v19,0,57,-5,65,-42v7,-31,-26,-39,-40,-39v-9,0,-18,2,-40,8r-13,-19r65,-69v-144,-15,-243,-115,-243,-295v0,-230,127,-458,370,-458v171,0,259,108,270,250r-96,0v-8,-112,-78,-166,-179,-166v-188,0,-269,210,-269,370v0,119,53,216,180,216v122,0,196,-86,229,-193r99,0v-42,158,-157,273,-314,276r-42,45v11,-2,19,-4,32,-4v65,0,75,43,68,75v-11,52,-64,92,-138,92v-37,0,-67,-11,-91,-22","w":722,"k":{"y":20,"\u00fd":20,"\u00ff":20,"O":20,"\u00d8":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d6":20,"\u00d2":20,"\u00d5":20,"Y":50,"\u00dd":50,"\u0178":50,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"\u00c9":{"d":"28,0r152,-718r460,0r-18,84r-364,0r-47,222r353,0r-18,84r-353,0r-51,244r389,0r-18,84r-485,0xm379,-785r94,-144r112,0r-134,144r-72,0","w":611,"k":{"X":25}},"\u00ca":{"d":"433,-881r-86,93r-79,0r129,-141r93,0r69,141r-80,0xm28,0r152,-718r460,0r-18,84r-364,0r-47,222r353,0r-18,84r-353,0r-51,244r389,0r-18,84r-485,0","w":611,"k":{"X":25}},"\u00cb":{"d":"28,0r152,-718r460,0r-18,84r-364,0r-47,222r353,0r-18,84r-353,0r-51,244r389,0r-18,84r-485,0xm453,-799r22,-102r90,0r-22,102r-90,0xm290,-799r22,-102r90,0r-22,102r-90,0","w":611,"k":{"X":25}},"\u00c8":{"d":"28,0r152,-718r460,0r-18,84r-364,0r-47,222r353,0r-18,84r-353,0r-51,244r389,0r-18,84r-485,0xm396,-785r-98,-144r100,0r67,144r-69,0","w":611,"k":{"X":25}},"\u00cd":{"d":"28,0r152,-718r96,0r-152,718r-96,0xm198,-785r94,-144r112,0r-134,144r-72,0","w":278,"k":{"T":20}},"\u00ce":{"d":"261,-881r-86,93r-79,0r129,-141r93,0r69,141r-80,0xm28,0r152,-718r96,0r-152,718r-96,0","w":278,"k":{"T":20}},"\u00cf":{"d":"28,0r152,-718r96,0r-152,718r-96,0xm281,-799r22,-102r90,0r-22,102r-90,0xm118,-799r22,-102r90,0r-22,102r-90,0","w":278,"k":{"T":20}},"\u00cc":{"d":"28,0r152,-718r96,0r-152,718r-96,0xm219,-785r-98,-144r100,0r67,144r-69,0","w":278,"k":{"T":20}},"\u00d1":{"d":"628,-917r50,0v-28,78,-91,135,-179,96v-57,-25,-113,-43,-139,20r-48,0v21,-91,126,-137,212,-83v46,29,97,2,104,-33xm30,0r158,-718r104,0r183,489r34,98r37,-197r81,-390r95,0r-154,718r-100,0r-151,-391r-70,-196r-38,196r-82,391r-97,0","w":722},"\u00d3":{"d":"642,-431v0,-131,-57,-221,-205,-221v-178,0,-281,173,-281,363v0,163,89,223,204,223v197,0,282,-226,282,-365xm738,-442v0,247,-148,460,-386,460v-174,0,-292,-104,-292,-311v0,-230,141,-443,392,-443v184,0,286,120,286,294xm442,-785r94,-144r112,0r-134,144r-72,0","w":778,"k":{"T":65,"V":40,"W":40,"Y":75,"\u00dd":75,"\u0178":75,"\u201d":50,"\u2019":50,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"X":80}},"\u00d4":{"d":"510,-881r-86,93r-79,0r129,-141r93,0r69,141r-80,0xm642,-431v0,-131,-57,-221,-205,-221v-178,0,-281,173,-281,363v0,163,89,223,204,223v197,0,282,-226,282,-365xm738,-442v0,247,-148,460,-386,460v-174,0,-292,-104,-292,-311v0,-230,141,-443,392,-443v184,0,286,120,286,294","w":778,"k":{"T":65,"V":40,"W":40,"Y":75,"\u00dd":75,"\u0178":75,"\u201d":50,"\u2019":50,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"X":80}},"\u00d6":{"d":"642,-431v0,-131,-57,-221,-205,-221v-178,0,-281,173,-281,363v0,163,89,223,204,223v197,0,282,-226,282,-365xm738,-442v0,247,-148,460,-386,460v-174,0,-292,-104,-292,-311v0,-230,141,-443,392,-443v184,0,286,120,286,294xm530,-798r22,-102r90,0r-22,102r-90,0xm367,-798r22,-102r90,0r-22,102r-90,0","w":778,"k":{"T":65,"V":40,"W":40,"Y":75,"\u00dd":75,"\u0178":75,"\u201d":50,"\u2019":50,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"X":80}},"\u00d2":{"d":"642,-431v0,-131,-57,-221,-205,-221v-178,0,-281,173,-281,363v0,163,89,223,204,223v197,0,282,-226,282,-365xm738,-442v0,247,-148,460,-386,460v-174,0,-292,-104,-292,-311v0,-230,141,-443,392,-443v184,0,286,120,286,294xm465,-785r-98,-144r100,0r67,144r-69,0","w":778,"k":{"T":65,"V":40,"W":40,"Y":75,"\u00dd":75,"\u0178":75,"\u201d":50,"\u2019":50,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"X":80}},"\u00d5":{"d":"640,-917r50,0v-28,78,-91,135,-179,96v-57,-25,-113,-43,-139,20r-48,0v21,-91,126,-137,212,-83v46,29,97,2,104,-33xm642,-431v0,-131,-57,-221,-205,-221v-178,0,-281,173,-281,363v0,163,89,223,204,223v197,0,282,-226,282,-365xm738,-442v0,247,-148,460,-386,460v-174,0,-292,-104,-292,-311v0,-230,141,-443,392,-443v184,0,286,120,286,294","w":778,"k":{"T":65,"V":40,"W":40,"Y":75,"\u00dd":75,"\u0178":75,"\u201d":50,"\u2019":50,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,"X":80}},"\u0160":{"d":"49,-239r96,0v-21,114,77,173,175,173v88,0,174,-40,174,-127v0,-158,-360,-110,-360,-333v0,-89,58,-210,255,-210v159,0,255,74,256,228r-96,0v-1,-70,-30,-144,-171,-144v-63,0,-148,30,-148,117v0,98,130,110,204,145v81,38,156,81,156,179v0,162,-134,229,-274,229v-170,0,-290,-92,-267,-257xm383,-786r-79,-144r78,0r49,92r94,-92r78,0r-136,144r-84,0","w":667,"k":{"v":40,"w":40,"y":50,"\u00fd":50,"\u00ff":50,"T":20,"V":30,"Y":50,"\u00dd":50,"\u0178":50}},"\u00da":{"d":"186,-718r97,0r-94,426v-13,59,-19,82,-19,117v0,91,100,111,163,111v129,0,167,-89,191,-199r100,-455r97,0r-100,459v-35,158,-99,277,-291,277v-122,0,-254,-53,-254,-201v0,-39,14,-88,26,-146xm427,-785r94,-144r112,0r-134,144r-72,0","w":722,"k":{"T":10,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,",":50,".":50}},"\u00db":{"d":"486,-881r-86,93r-79,0r129,-141r93,0r69,141r-80,0xm186,-718r97,0r-94,426v-13,59,-19,82,-19,117v0,91,100,111,163,111v129,0,167,-89,191,-199r100,-455r97,0r-100,459v-35,158,-99,277,-291,277v-122,0,-254,-53,-254,-201v0,-39,14,-88,26,-146","w":722,"k":{"T":10,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,",":50,".":50}},"\u00dc":{"d":"186,-718r97,0r-94,426v-13,59,-19,82,-19,117v0,91,100,111,163,111v129,0,167,-89,191,-199r100,-455r97,0r-100,459v-35,158,-99,277,-291,277v-122,0,-254,-53,-254,-201v0,-39,14,-88,26,-146xm506,-799r22,-102r90,0r-22,102r-90,0xm343,-799r22,-102r90,0r-22,102r-90,0","w":722,"k":{"T":10,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,",":50,".":50}},"\u00d9":{"d":"186,-718r97,0r-94,426v-13,59,-19,82,-19,117v0,91,100,111,163,111v129,0,167,-89,191,-199r100,-455r97,0r-100,459v-35,158,-99,277,-291,277v-122,0,-254,-53,-254,-201v0,-39,14,-88,26,-146xm444,-785r-98,-144r100,0r67,144r-69,0","w":722,"k":{"T":10,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,",":50,".":50}},"\u00dd":{"d":"262,-278r-176,-440r106,0r129,349r235,-349r111,0r-309,444r-61,274r-96,0xm369,-785r94,-144r112,0r-134,144r-72,0","w":611,"k":{"C":60,"\u00c7":60,"e":140,"\u00e9":140,"\u00ea":140,"\u00eb":140,"\u00e8":140,"o":140,"\u00f8":140,"\u0153":140,"\u00f3":140,"\u00f4":140,"\u00f6":140,"\u00f2":140,"\u00f5":140,"O":60,"\u00d8":60,"\u0152":60,"\u00d3":60,"\u00d4":60,"\u00d6":60,"\u00d2":60,"\u00d5":60,"S":50,"\u0160":50,"\u00ab":175,"-":170,"a":140,"\u00e6":140,"\u00e1":140,"\u00e2":140,"\u00e4":140,"\u00e0":140,"\u00e5":140,"\u00e3":140,"A":135,"\u00c6":135,"\u00c1":135,"\u00c2":135,"\u00c4":135,"\u00c0":135,"\u00c5":135,"\u00c3":135,"u":100,"\u00fa":100,"\u00fb":100,"\u00fc":100,"\u00f9":100,"i":40,"\u0131":40,"\u00ed":40,"\u00ee":40,"\u00ef":40,"\u00ec":40,",":170,".":170,"\u00bb":130,":":115,";":115}},"\u0178":{"d":"262,-278r-176,-440r106,0r129,349r235,-349r111,0r-309,444r-61,274r-96,0xm443,-799r22,-102r90,0r-22,102r-90,0xm280,-799r22,-102r90,0r-22,102r-90,0","w":611,"k":{"C":60,"\u00c7":60,"e":140,"\u00e9":140,"\u00ea":140,"\u00eb":140,"\u00e8":140,"o":140,"\u00f8":140,"\u0153":140,"\u00f3":140,"\u00f4":140,"\u00f6":140,"\u00f2":140,"\u00f5":140,"O":60,"\u00d8":60,"\u0152":60,"\u00d3":60,"\u00d4":60,"\u00d6":60,"\u00d2":60,"\u00d5":60,"S":50,"\u0160":50,"\u00ab":175,"-":170,"a":140,"\u00e6":140,"\u00e1":140,"\u00e2":140,"\u00e4":140,"\u00e0":140,"\u00e5":140,"\u00e3":140,"A":135,"\u00c6":135,"\u00c1":135,"\u00c2":135,"\u00c4":135,"\u00c0":135,"\u00c5":135,"\u00c3":135,"u":100,"\u00fa":100,"\u00fb":100,"\u00fc":100,"\u00f9":100,"i":40,"\u0131":40,"\u00ed":40,"\u00ee":40,"\u00ef":40,"\u00ec":40,",":170,".":170,"\u00bb":130,":":115,";":115}},"\u017d":{"d":"137,-718r511,0r-17,78r-490,553r408,0r-19,87r-523,0r7,-80r491,-551r-388,0xm353,-787r-79,-144r78,0r49,92r94,-92r78,0r-136,144r-84,0","w":611},"\u00e1":{"d":"200,-56v111,0,159,-84,178,-207v-27,12,-83,15,-151,21v-74,7,-119,45,-119,102v0,58,41,84,92,84xm492,-414v0,97,-51,224,-63,323v-3,25,29,37,58,30r-13,64v-16,2,-33,4,-49,4v-65,1,-72,-43,-82,-66v-7,19,-61,75,-161,75v-120,0,-164,-84,-164,-152v2,-166,147,-176,302,-182v69,-3,84,-33,84,-76v0,-54,-40,-73,-113,-73v-73,0,-119,31,-127,95r-87,0v17,-119,114,-167,225,-167v84,0,190,21,190,125xm295,-592r94,-144r112,0r-134,144r-72,0"},"\u00e2":{"d":"200,-56v111,0,159,-84,178,-207v-27,12,-83,15,-151,21v-74,7,-119,45,-119,102v0,58,41,84,92,84xm492,-414v0,97,-51,224,-63,323v-3,25,29,37,58,30r-13,64v-16,2,-33,4,-49,4v-65,1,-72,-43,-82,-66v-7,19,-61,75,-161,75v-120,0,-164,-84,-164,-152v2,-166,147,-176,302,-182v69,-3,84,-33,84,-76v0,-54,-40,-73,-113,-73v-73,0,-119,31,-127,95r-87,0v17,-119,114,-167,225,-167v84,0,190,21,190,125xm361,-686r-86,93r-79,0r129,-141r93,0r69,141r-80,0"},"\u00e4":{"d":"200,-56v111,0,159,-84,178,-207v-27,12,-83,15,-151,21v-74,7,-119,45,-119,102v0,58,41,84,92,84xm492,-414v0,97,-51,224,-63,323v-3,25,29,37,58,30r-13,64v-16,2,-33,4,-49,4v-65,1,-72,-43,-82,-66v-7,19,-61,75,-161,75v-120,0,-164,-84,-164,-152v2,-166,147,-176,302,-182v69,-3,84,-33,84,-76v0,-54,-40,-73,-113,-73v-73,0,-119,31,-127,95r-87,0v17,-119,114,-167,225,-167v84,0,190,21,190,125xm380,-604r22,-102r90,0r-22,102r-90,0xm217,-604r22,-102r90,0r-22,102r-90,0"},"\u00e0":{"d":"200,-56v111,0,159,-84,178,-207v-27,12,-83,15,-151,21v-74,7,-119,45,-119,102v0,58,41,84,92,84xm492,-414v0,97,-51,224,-63,323v-3,25,29,37,58,30r-13,64v-16,2,-33,4,-49,4v-65,1,-72,-43,-82,-66v-7,19,-61,75,-161,75v-120,0,-164,-84,-164,-152v2,-166,147,-176,302,-182v69,-3,84,-33,84,-76v0,-54,-40,-73,-113,-73v-73,0,-119,31,-127,95r-87,0v17,-119,114,-167,225,-167v84,0,190,21,190,125xm318,-592r-98,-144r100,0r67,144r-69,0"},"\u00e5":{"d":"200,-56v111,0,159,-84,178,-207v-27,12,-83,15,-151,21v-74,7,-119,45,-119,102v0,58,41,84,92,84xm492,-414v0,97,-51,224,-63,323v-3,25,29,37,58,30r-13,64v-16,2,-33,4,-49,4v-65,1,-72,-43,-82,-66v-7,19,-61,75,-161,75v-120,0,-164,-84,-164,-152v2,-166,147,-176,302,-182v69,-3,84,-33,84,-76v0,-54,-40,-73,-113,-73v-73,0,-119,31,-127,95r-87,0v17,-119,114,-167,225,-167v84,0,190,21,190,125xm376,-756v53,0,83,39,72,92v-11,53,-58,92,-111,92v-53,0,-84,-39,-73,-92v11,-53,59,-92,112,-92xm367,-716v-58,-7,-95,101,-22,104v58,7,95,-101,22,-104"},"\u00e3":{"d":"200,-56v111,0,159,-84,178,-207v-27,12,-83,15,-151,21v-74,7,-119,45,-119,102v0,58,41,84,92,84xm492,-414v0,97,-51,224,-63,323v-3,25,29,37,58,30r-13,64v-16,2,-33,4,-49,4v-65,1,-72,-43,-82,-66v-7,19,-61,75,-161,75v-120,0,-164,-84,-164,-152v2,-166,147,-176,302,-182v69,-3,84,-33,84,-76v0,-54,-40,-73,-113,-73v-73,0,-119,31,-127,95r-87,0v17,-119,114,-167,225,-167v84,0,190,21,190,125xm478,-722r50,0v-27,78,-91,135,-179,96v-56,-25,-114,-43,-138,20r-48,0v20,-91,126,-137,211,-83v47,29,97,3,104,-33"},"\u00e7":{"d":"73,203r25,-40v23,10,37,15,62,15v19,0,57,-5,65,-42v7,-31,-26,-39,-40,-39v-9,0,-18,2,-40,8r-13,-19r68,-71v-82,-8,-182,-55,-182,-216v0,-174,102,-338,291,-338v114,0,193,62,200,192r-90,0v0,-66,-46,-114,-119,-114v-130,0,-192,155,-192,262v0,72,38,137,122,137v84,0,136,-65,156,-131r90,0v-29,113,-113,196,-227,208r-47,47v11,-2,19,-4,32,-4v65,0,75,43,68,75v-11,52,-64,92,-138,92v-37,0,-67,-11,-91,-22","k":{"y":30,"\u00fd":30,"\u00ff":30,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"h":10,"k":10}},"\u00e9":{"d":"127,-302r287,0v8,-108,-51,-159,-120,-159v-92,0,-146,73,-167,159xm494,-236r-381,0v-17,96,22,174,121,174v76,0,120,-43,150,-106r87,0v-40,118,-118,184,-244,184v-127,0,-202,-88,-202,-223v0,-172,101,-332,272,-332v180,0,201,152,201,216v0,45,-2,65,-4,87xm287,-592r94,-144r112,0r-134,144r-72,0","k":{"v":20,"w":20,"y":40,"\u00fd":40,"\u00ff":40,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"\u00ea":{"d":"127,-302r287,0v8,-108,-51,-159,-120,-159v-92,0,-146,73,-167,159xm494,-236r-381,0v-17,96,22,174,121,174v76,0,120,-43,150,-106r87,0v-40,118,-118,184,-244,184v-127,0,-202,-88,-202,-223v0,-172,101,-332,272,-332v180,0,201,152,201,216v0,45,-2,65,-4,87xm336,-686r-86,93r-79,0r129,-141r93,0r69,141r-80,0","k":{"v":20,"w":20,"y":40,"\u00fd":40,"\u00ff":40,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"\u00eb":{"d":"127,-302r287,0v8,-108,-51,-159,-120,-159v-92,0,-146,73,-167,159xm494,-236r-381,0v-17,96,22,174,121,174v76,0,120,-43,150,-106r87,0v-40,118,-118,184,-244,184v-127,0,-202,-88,-202,-223v0,-172,101,-332,272,-332v180,0,201,152,201,216v0,45,-2,65,-4,87xm358,-604r22,-102r90,0r-22,102r-90,0xm195,-604r22,-102r90,0r-22,102r-90,0","k":{"v":20,"w":20,"y":40,"\u00fd":40,"\u00ff":40,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"\u00e8":{"d":"127,-302r287,0v8,-108,-51,-159,-120,-159v-92,0,-146,73,-167,159xm494,-236r-381,0v-17,96,22,174,121,174v76,0,120,-43,150,-106r87,0v-40,118,-118,184,-244,184v-127,0,-202,-88,-202,-223v0,-172,101,-332,272,-332v180,0,201,152,201,216v0,45,-2,65,-4,87xm288,-592r-98,-144r100,0r67,144r-69,0","k":{"v":20,"w":20,"y":40,"\u00fd":40,"\u00ff":40,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"\u00ed":{"d":"-1,0r111,-523r90,0r-111,523r-90,0xm124,-592r94,-144r112,0r-134,144r-72,0","w":222,"k":{"j":-20}},"\u00ee":{"d":"-1,0r111,-523r90,0r-111,523r-90,0xm190,-686r-86,93r-79,0r129,-141r93,0r69,141r-80,0","w":222,"k":{"j":-20}},"\u00ef":{"d":"-1,0r111,-523r90,0r-111,523r-90,0xm207,-604r22,-102r90,0r-22,102r-90,0xm44,-604r22,-102r90,0r-22,102r-90,0","w":222,"k":{"j":-20}},"\u00ec":{"d":"-1,0r111,-523r90,0r-111,523r-90,0xm145,-592r-98,-144r100,0r67,144r-69,0","w":222,"k":{"j":-20}},"\u00f1":{"d":"0,0r111,-523r85,0r-17,83v54,-58,109,-94,187,-94v57,0,134,29,134,116v0,141,-56,284,-81,418r-90,0r69,-320v20,-78,21,-135,-69,-135v-85,0,-161,83,-180,169r-62,286r-87,0xm473,-722r50,0v-27,78,-91,135,-179,96v-56,-25,-114,-43,-138,20r-48,0v20,-91,126,-137,211,-83v47,29,97,3,104,-33","k":{"v":10,"w":20,"y":30,"\u00fd":30,"\u00ff":30,"\u201d":55,"\u2019":55}},"\u00f3":{"d":"108,-199v0,78,38,143,122,143v139,0,189,-176,189,-267v0,-104,-58,-144,-119,-144v-130,0,-192,155,-192,268xm18,-201v0,-174,102,-338,291,-338v131,0,200,95,200,220v0,94,-58,335,-286,335v-102,0,-205,-56,-205,-217xm279,-592r94,-144r112,0r-134,144r-72,0","k":{"v":20,"w":20,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"\u00f4":{"d":"108,-199v0,78,38,143,122,143v139,0,189,-176,189,-267v0,-104,-58,-144,-119,-144v-130,0,-192,155,-192,268xm18,-201v0,-174,102,-338,291,-338v131,0,200,95,200,220v0,94,-58,335,-286,335v-102,0,-205,-56,-205,-217xm342,-686r-86,93r-79,0r129,-141r93,0r69,141r-80,0","k":{"v":20,"w":20,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"\u00f6":{"d":"108,-199v0,78,38,143,122,143v139,0,189,-176,189,-267v0,-104,-58,-144,-119,-144v-130,0,-192,155,-192,268xm18,-201v0,-174,102,-338,291,-338v131,0,200,95,200,220v0,94,-58,335,-286,335v-102,0,-205,-56,-205,-217xm359,-604r22,-102r90,0r-22,102r-90,0xm196,-604r22,-102r90,0r-22,102r-90,0","k":{"v":20,"w":20,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"\u00f2":{"d":"108,-199v0,78,38,143,122,143v139,0,189,-176,189,-267v0,-104,-58,-144,-119,-144v-130,0,-192,155,-192,268xm18,-201v0,-174,102,-338,291,-338v131,0,200,95,200,220v0,94,-58,335,-286,335v-102,0,-205,-56,-205,-217xm302,-592r-98,-144r100,0r67,144r-69,0","k":{"v":20,"w":20,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"\u00f5":{"d":"108,-199v0,78,38,143,122,143v139,0,189,-176,189,-267v0,-104,-58,-144,-119,-144v-130,0,-192,155,-192,268xm18,-201v0,-174,102,-338,291,-338v131,0,200,95,200,220v0,94,-58,335,-286,335v-102,0,-205,-56,-205,-217xm469,-722r50,0v-27,78,-91,135,-179,96v-56,-25,-114,-43,-138,20r-48,0v20,-91,126,-137,211,-83v47,29,97,3,104,-33","k":{"v":20,"w":20,"y":30,"\u00fd":30,"\u00ff":30,"\u201c":50,"\u201d":50,"\u2019":50,"x":40}},"\u0161":{"d":"453,-356r-84,0v0,-75,-43,-111,-112,-111v-43,0,-104,18,-104,75v0,41,43,58,75,73v76,35,188,60,188,162v0,124,-100,173,-204,173v-133,0,-210,-58,-210,-199r84,0v0,89,29,127,135,127v57,0,111,-27,111,-79v0,-78,-94,-83,-148,-111v-62,-33,-115,-60,-115,-142v0,-53,49,-151,184,-151v126,0,200,58,200,183xm256,-592r-79,-144r78,0r49,92r94,-92r78,0r-136,144r-84,0","w":500,"k":{"v":15,"w":15,"y":45,"\u00fd":45,"\u00ff":45,"\u2019":75}},"\u00fa":{"d":"518,-523r-111,523r-85,0r17,-83v-54,58,-109,94,-187,94v-57,0,-134,-29,-134,-116v0,-141,56,-284,81,-418r90,0r-69,320v-20,78,-21,135,69,135v85,0,161,-83,180,-169r62,-286r87,0xm277,-590r94,-144r112,0r-134,144r-72,0","k":{"v":20,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"\u2019":40}},"\u00fb":{"d":"518,-523r-111,523r-85,0r17,-83v-54,58,-109,94,-187,94v-57,0,-134,-29,-134,-116v0,-141,56,-284,81,-418r90,0r-69,320v-20,78,-21,135,69,135v85,0,161,-83,180,-169r62,-286r87,0xm344,-686r-86,93r-79,0r129,-141r93,0r69,141r-80,0","k":{"v":20,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"\u2019":40}},"\u00fc":{"d":"518,-523r-111,523r-85,0r17,-83v-54,58,-109,94,-187,94v-57,0,-134,-29,-134,-116v0,-141,56,-284,81,-418r90,0r-69,320v-20,78,-21,135,69,135v85,0,161,-83,180,-169r62,-286r87,0xm363,-604r22,-102r90,0r-22,102r-90,0xm200,-604r22,-102r90,0r-22,102r-90,0","k":{"v":20,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"\u2019":40}},"\u00f9":{"d":"518,-523r-111,523r-85,0r17,-83v-54,58,-109,94,-187,94v-57,0,-134,-29,-134,-116v0,-141,56,-284,81,-418r90,0r-69,320v-20,78,-21,135,69,135v85,0,161,-83,180,-169r62,-286r87,0xm302,-589r-98,-144r100,0r67,144r-69,0","k":{"v":20,"w":20,"y":20,"\u00fd":20,"\u00ff":20,"\u2019":40}},"\u00fd":{"d":"135,22r-61,-545r90,0r36,434r2,0r221,-434r96,0r-326,612v-37,81,-91,145,-205,117r17,-75v12,2,24,3,36,3v65,0,66,-72,94,-112xm262,-592r94,-144r112,0r-134,144r-72,0","w":500,"k":{"g":20,"d":20,"-":40,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,",":115,".":115,"s":15,"\u0161":15}},"\u00ff":{"d":"135,22r-61,-545r90,0r36,434r2,0r221,-434r96,0r-326,612v-37,81,-91,145,-205,117r17,-75v12,2,24,3,36,3v65,0,66,-72,94,-112xm352,-604r22,-102r90,0r-22,102r-90,0xm189,-604r22,-102r90,0r-22,102r-90,0","w":500,"k":{"g":20,"d":20,"-":40,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,",":115,".":115,"s":15,"\u0161":15}},"\u017e":{"d":"406,0r-424,0r14,-69r349,-375r-285,0r18,-77r408,0r-11,60r-359,385r306,0xm254,-592r-79,-144r78,0r49,92r94,-92r78,0r-136,144r-84,0","w":500,"k":{"e":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00e8":30,"o":30,"\u00f8":30,"\u0153":30,"\u00f3":30,"\u00f4":30,"\u00f6":30,"\u00f2":30,"\u00f5":30}},"\u2206":{"d":"452,-84r-167,-423r-191,423r358,0xm0,0r320,-702r280,702r-600,0","w":600},"\u2126":{"d":"136,-65r1,-3v-57,-62,-99,-167,-70,-305v41,-192,200,-330,371,-330v181,0,260,157,224,326v-30,142,-122,252,-201,309r-1,3r150,0r-14,65r-243,0r10,-48v86,-49,182,-156,215,-314v28,-130,-15,-274,-155,-274v-133,0,-245,122,-278,276v-31,148,17,265,82,312r-10,48r-242,0r14,-65r147,0","w":719},"\u03bc":{"d":"-31,209r147,-690r86,0v-21,112,-61,192,-61,320v0,65,32,99,92,99v49,0,89,-25,120,-63v47,-57,74,-254,100,-356r85,0r-102,481r-78,0r14,-68v-30,39,-72,78,-149,78v-75,0,-99,-38,-113,-60r-55,259r-86,0","w":611},"\u03c0":{"d":"568,-447r-80,0r-63,300v-18,82,-19,120,-17,147r-78,0v-6,-17,-4,-59,13,-140r65,-307r-177,0v-32,126,-110,352,-167,447r-77,0v59,-107,133,-316,165,-447v-61,0,-90,5,-113,12r0,-53v28,-16,73,-27,151,-27r400,0","w":572},"\ufb01":{"d":"358,-450r-88,0r-96,450r-88,0r96,-450r-72,0r15,-73r72,0r19,-90v19,-91,95,-124,200,-113r-16,79v-57,-7,-89,3,-101,59r-14,65r88,0xm545,-523r-111,523r-88,0r111,-523r88,0xm565,-618r-88,0r22,-100r88,0","w":500,"k":{"j":-20}},"\ufb02":{"d":"358,-450r-88,0r-96,450r-88,0r96,-450r-72,0r15,-73r72,0r19,-90v19,-91,95,-124,200,-113r-16,79v-57,-7,-89,3,-101,59r-14,65r88,0xm585,-718r-153,718r-88,0r153,-718r88,0","w":500,"k":{"y":10,"\u00fd":10,"\u00ff":10}},"\u00b9":{"d":"274,-577r-108,0r9,-46v75,-5,108,-11,140,-80r56,0r-89,422r-71,0","w":333},"\u00b3":{"d":"92,-410r68,0v-5,35,-6,82,69,82v58,0,102,-22,111,-71v14,-80,-56,-71,-111,-72r11,-51v63,2,107,-4,123,-67v5,-21,1,-56,-68,-56v-67,0,-88,45,-98,80r-61,0v13,-62,60,-138,180,-138v88,0,131,47,118,111v-11,57,-54,77,-78,89v42,12,67,41,55,97v-14,69,-77,136,-196,136v-34,0,-60,-8,-80,-19v-45,-24,-49,-73,-43,-121","w":333},"\u00b2":{"d":"196,-552r-60,0v29,-137,141,-151,190,-151v82,0,134,48,120,126v-23,132,-233,146,-294,235r244,0r-13,61r-319,0v29,-119,112,-156,206,-200v60,-29,96,-44,107,-104v5,-28,-8,-60,-71,-60v-84,0,-102,68,-110,93","w":333},"\u0401":{"d":"28,0r152,-718r460,0r-18,84r-364,0r-47,222r353,0r-18,84r-353,0r-51,244r389,0r-18,84r-485,0xm456,-765r22,-102r90,0r-22,102r-90,0xm293,-765r22,-102r90,0r-22,102r-90,0","w":611},"\u0402":{"d":"672,-718r-20,85r-258,0r-54,257v35,-23,86,-55,165,-55v134,0,213,81,213,215v0,216,-165,492,-445,417r18,-82v16,4,39,10,70,10v182,0,255,-236,255,-343v0,-81,-42,-132,-126,-132v-81,0,-141,49,-174,76r-61,270r-99,0r141,-633r-210,0r19,-85r566,0","w":755},"\u0403":{"d":"336,-765r94,-144r112,0r-134,144r-72,0xm8,0r152,-718r473,0r-18,84r-377,0r-134,634r-96,0","k":{"\u0451":75,"\u0443":300,"\u043e":290,"\u0437":250,"\u0435":290,"\u0434":280,"\u0430":300,"\u041e":25,"\u0414":100,"\u0410":150,".":250,",":250}},"\u0404":{"d":"174,-412r259,0r-16,84r-263,0v-19,144,32,263,174,262v131,0,225,-85,255,-200r99,0v-48,158,-178,284,-354,284v-152,0,-279,-80,-279,-288v0,-236,153,-466,417,-466v175,0,272,83,262,232r-96,0v-2,-108,-77,-148,-172,-148v-152,0,-250,118,-286,240","w":722,"k":{"\u0434":20,"\u0425":30,"\u0423":30,".":25,",":25}},"\u0405":{"d":"49,-239r96,0v-21,114,77,173,175,173v88,0,174,-40,174,-127v0,-158,-360,-110,-360,-333v0,-89,58,-210,255,-210v159,0,255,74,256,228r-96,0v-1,-70,-30,-144,-171,-144v-63,0,-148,30,-148,117v0,98,130,110,204,145v81,38,156,81,156,179v0,162,-134,229,-274,229v-170,0,-290,-92,-267,-257","w":667,"k":{"\u0422":20}},"\u0406":{"d":"28,0r152,-718r96,0r-152,718r-96,0","w":278},"\u0407":{"d":"28,0r152,-718r96,0r-152,718r-96,0xm274,-765r22,-102r90,0r-22,102r-90,0xm111,-765r22,-102r90,0r-22,102r-90,0","w":278},"\u0408":{"d":"402,-718r96,0r-111,533v-28,130,-70,203,-224,203v-105,0,-168,-49,-168,-148v0,-34,9,-79,19,-119r93,0v-17,69,-22,100,-22,125v0,31,17,64,88,64v90,0,104,-72,120,-145","w":500,"k":{"\u0451":10,"\u043e":10,"\u0435":10,"\u0430":20,"\u041e":15,"\u0410":40}},"\u0409":{"d":"606,-338r-54,254r135,0v138,0,172,-102,172,-146v0,-70,-45,-108,-129,-108r-124,0xm439,0r134,-634r-222,0r-104,417v-36,145,-73,235,-199,235v-21,0,-49,-7,-70,-17r17,-78v18,7,29,11,48,11v59,0,76,-35,126,-238r103,-414r415,0r-63,296r126,0v152,0,211,79,211,182v0,90,-73,240,-283,240r-239,0","w":1024,"k":{"\u0423":100}},"\u040a":{"d":"8,0r152,-718r96,0r-63,296r255,0r63,-296r96,0r-63,296r140,0v152,0,211,79,211,182v0,90,-73,240,-283,240r-253,0r72,-338r-255,0r-72,338r-96,0xm527,-338r-54,254r148,0v138,0,172,-102,172,-146v0,-70,-45,-108,-129,-108r-137,0","w":944,"k":{"\u0423":100}},"\u040b":{"d":"122,0r140,-634r-203,0r19,-84r537,0r-19,84r-238,0r-50,228v149,-4,360,-44,356,137v-2,91,-35,184,-51,269r-96,0r37,-166v24,-114,37,-162,-121,-162v-63,0,-121,2,-143,3r-72,325r-96,0","w":763},"\u040c":{"d":"350,-765r94,-144r112,0r-134,144r-72,0xm197,-718r94,0r-78,355r373,-355r127,0r-315,294r215,424r-103,0r-181,-358r-145,131r-49,227r-93,0","w":667,"k":{"\u045e":50,"\u0451":20,"\u0443":50,"\u043e":20,"\u0435":20,"\u041e":55}},"\u040e":{"d":"295,-903r48,0v3,58,30,78,93,78v64,0,93,-27,110,-78r48,0v-12,88,-75,138,-165,138v-91,0,-130,-45,-134,-138xm247,-192r-143,-526r108,0r119,476r294,-476r108,0r-335,522v-73,118,-176,264,-348,196r22,-99v22,13,43,21,69,21v34,0,114,-26,114,-71v0,-14,-4,-30,-8,-43","w":667,"k":{"\u0456":25,"\u043e":100,"\u0438":75,"\u0435":100,"\u0430":100,"\u041e":40,"\u0410":150,";":80,":":80,".":150,",":150}},"\u040f":{"d":"503,-90r133,-628r96,0r-152,718r-231,0r-32,154r-96,0r32,-154r-237,0r152,-718r96,0r-133,628r372,0","w":722},"\u0410":{"d":"357,-718r122,0r118,718r-96,0r-31,-207r-291,0r-105,207r-108,0xm457,-285r-54,-343r-181,343r235,0","w":667,"k":{"\u045e":55,"\u0443":55,"\u0441":20,"\u0435":20,"\u0427":125,"\u0423":75,"\u0422":95,"\u0421":40,"\u041e":40,"\u040e":75,"\u0404":35,"\u201d":170,"-":40,"\u2019":170}},"\u0411":{"d":"175,-338r-54,254r217,0v138,0,172,-102,172,-146v0,-70,-45,-108,-129,-108r-206,0xm8,0r152,-718r454,0r-18,84r-358,0r-45,212r208,0v152,0,211,79,211,182v0,90,-73,240,-283,240r-321,0","w":667,"k":{"\u0423":30}},"\u0412":{"d":"37,0r152,-718r265,0v177,0,222,64,222,171v0,79,-47,141,-124,175v54,12,94,79,94,143v0,137,-114,229,-298,229r-311,0xm203,-334r-53,250r198,0v144,0,202,-62,202,-145v0,-81,-64,-105,-133,-105r-214,0xm267,-634r-47,222r189,0v149,0,171,-85,171,-128v0,-72,-35,-94,-152,-94r-161,0","w":722,"k":{"\u0430":20,"\u0425":50,"\u0423":100,"\u0410":30}},"\u0413":{"d":"8,0r152,-718r473,0r-18,84r-377,0r-134,634r-96,0","k":{"\u0459":280,"\u0454":275,"\u0451":75,"\u044f":275,"\u044d":275,"\u0443":300,"\u0441":290,"\u043e":290,"\u043b":280,"\u0438":280,"\u0437":250,"\u0435":290,"\u0434":280,"\u0430":300,"\u041e":25,"\u0414":100,"\u0410":150,".":250,",":250}},"\u0414":{"d":"419,-84r122,-550r-224,0v-33,182,-96,394,-197,550r299,0xm-98,154r53,-238r62,0v123,-190,177,-359,231,-634r407,0r-140,634r73,0r-53,238r-90,0r35,-154r-453,0r-35,154r-90,0","w":667},"\u0415":{"d":"28,0r152,-718r460,0r-18,84r-364,0r-47,222r353,0r-18,84r-353,0r-51,244r389,0r-18,84r-485,0","w":611},"\u0416":{"d":"361,0r72,-333r-24,0r-317,333r-121,0r366,-376r-200,-342r111,0r169,309r31,0r63,-309r98,0r-66,309r22,0r317,-309r108,0r-357,348r200,370r-101,0r-174,-333r-29,0r-71,333r-97,0","w":910,"k":{"\u0454":40,"\u0451":40,"\u044d":40,"\u0443":70,"\u043e":40,"\u0435":40,"\u0430":25}},"\u0417":{"d":"255,-337r19,-83v16,2,37,3,62,3v111,0,164,-80,164,-131v0,-55,-38,-104,-129,-104v-93,0,-168,62,-192,147r-90,0v27,-140,149,-231,287,-231v278,0,278,282,80,351r0,2v67,18,100,59,100,143v0,124,-125,258,-318,258v-162,0,-247,-74,-249,-227r95,0v4,99,65,143,162,143v118,0,208,-78,208,-170v0,-70,-40,-103,-129,-103v-36,0,-58,1,-70,2","w":611},"\u0418":{"d":"8,0r159,-718r96,0r-133,577r2,0r495,-577r113,0r-159,718r-96,0r132,-579r-2,0r-495,579r-112,0","w":722},"\u0419":{"d":"324,-903r48,0v3,58,30,78,93,78v64,0,93,-27,110,-78r48,0v-12,88,-75,138,-165,138v-91,0,-130,-45,-134,-138xm8,0r159,-718r96,0r-133,577r2,0r495,-577r113,0r-159,718r-96,0r132,-579r-2,0r-495,579r-112,0","w":722},"\u041a":{"d":"197,-718r94,0r-78,355r373,-355r127,0r-315,294r215,424r-103,0r-181,-358r-145,131r-49,227r-93,0","w":667,"k":{"\u045e":50,"\u0454":20,"\u0451":20,"\u0443":50,"\u043e":20,"\u0435":20,"\u0421":55,"\u041e":55,"\u0404":55}},"\u041b":{"d":"439,0r134,-634r-262,0r-104,417v-36,145,-73,235,-199,235v-21,0,-49,-7,-70,-17r17,-78v18,7,29,11,48,11v59,0,76,-35,126,-238r103,-414r455,0r-152,718r-96,0","w":689},"\u041c":{"d":"37,0r152,-718r136,0r76,610r2,0r327,-610r148,0r-152,718r-96,0r144,-628r-2,0r-334,628r-108,0r-74,-616r-2,0r-121,616r-96,0","w":889},"\u041d":{"d":"28,0r152,-718r96,0r-63,296r348,0r63,-296r96,0r-152,718r-96,0r72,-338r-348,0r-72,338r-96,0","w":722,"k":{"\u0410":20}},"\u041e":{"d":"642,-431v0,-131,-57,-221,-205,-221v-178,0,-281,173,-281,363v0,163,89,223,204,223v197,0,282,-226,282,-365xm738,-442v0,247,-148,460,-386,460v-174,0,-292,-104,-292,-311v0,-230,141,-443,392,-443v184,0,286,120,286,294","w":778,"k":{"\u0427":25,"\u0425":80,"\u0423":100,"\u0422":65,"\u0410":40,"\u040e":100}},"\u041f":{"d":"16,0r152,-718r564,0r-152,718r-96,0r134,-634r-372,0r-134,634r-96,0","w":722},"\u0420":{"d":"196,-298r-63,298r-96,0r152,-718r247,0v142,0,215,67,215,182v0,120,-69,238,-226,238r-229,0xm267,-634r-53,252r197,0v118,0,144,-94,144,-140v0,-71,-34,-112,-127,-112r-161,0","w":667,"k":{"\u0454":35,"\u0451":35,"\u0441":35,"\u043e":35,"\u0435":35,"\u0430":50,"\u0423":75,"\u0410":95,"\u040e":75,".":190,"-":55,",":190}},"\u0421":{"d":"700,-486r-96,0v-8,-112,-78,-166,-179,-166v-188,0,-269,210,-269,370v0,119,53,216,180,216v122,0,196,-86,229,-193r99,0v-42,158,-156,277,-327,277v-175,0,-277,-116,-277,-296v0,-230,127,-458,370,-458v171,0,259,108,270,250","w":722,"k":{"\u0410":40}},"\u0422":{"d":"164,0r140,-634r-224,0r18,-84r516,0r-18,84r-196,0r-140,634r-96,0","k":{"\u045e":50,"\u0456":20,"\u0454":135,"\u0451":100,"\u0443":150,"\u0441":135,"\u043e":135,"\u0438":140,"\u0435":135,"\u0430":150,"\u041e":50,"\u0410":95,"\u0406":20,"\u0404":50,";":150,":":150,".":170,"-":150,",":170}},"\u0423":{"d":"247,-192r-143,-526r108,0r119,476r294,-476r108,0r-335,522v-79,131,-176,261,-348,196r22,-99v22,13,43,23,78,23v60,0,105,-61,105,-76v0,-11,-4,-27,-8,-40","w":667,"k":{"\u0456":25,"\u0453":75,"\u0451":100,"\u0442":50,"\u043e":100,"\u0438":75,"\u0435":100,"\u0433":75,"\u0430":100,"\u041e":40,"\u0410":150,"\u0405":20,";":80,":":80,".":150,"-":125,",":150}},"\u0424":{"d":"274,0r18,-84v-133,-5,-261,-72,-261,-246v0,-190,179,-318,380,-318r15,-70r96,0r-15,70v138,4,260,76,260,242v0,181,-165,322,-379,322r-18,84r-96,0xm307,-156r89,-420v-143,0,-269,106,-269,248v0,117,80,172,180,172xm492,-576r-89,420v155,0,268,-108,268,-256v0,-110,-79,-164,-179,-164","w":778,"k":{"\u0423":40,"\u0410":25,".":50}},"\u0425":{"d":"0,0r280,-369r-162,-349r108,0r120,271r199,-271r116,0r-270,356r168,362r-108,0r-126,-287r-211,287r-114,0","w":611,"k":{"\u041e":45}},"\u0426":{"d":"16,0r152,-718r96,0r-134,634r372,0r134,-634r96,0r-134,634r63,0r-50,238r-90,0r33,-154r-538,0","w":722},"\u0427":{"d":"413,0r63,-295v-92,19,-155,25,-239,25v-162,-1,-183,-100,-155,-234r45,-214r96,0v-18,98,-57,188,-57,294v0,65,63,70,121,70v72,0,128,-9,206,-26r72,-338r96,0r-152,718r-96,0","w":652},"\u0428":{"d":"16,0r152,-718r96,0r-134,634r249,0r134,-634r96,0r-134,634r249,0r134,-634r96,0r-152,718r-786,0","w":944},"\u0429":{"d":"16,0r152,-718r96,0r-134,634r249,0r134,-634r96,0r-134,634r249,0r134,-634r96,0r-134,634r63,0r-50,238r-90,0r33,-154r-760,0","w":944},"\u042a":{"d":"182,0r134,-634r-240,0r18,-84r336,0r-63,296r195,0v152,0,211,79,211,182v0,90,-73,240,-283,240r-308,0xm349,-338r-54,254r204,0v138,0,172,-102,172,-146v0,-70,-45,-108,-129,-108r-193,0","w":833},"\u042b":{"d":"8,0r152,-718r96,0r-63,296r195,0v152,0,211,79,211,182v0,90,-73,240,-283,240r-308,0xm175,-338r-54,254r204,0v138,0,172,-102,172,-146v0,-70,-45,-108,-129,-108r-193,0xm651,0r152,-718r96,0r-152,718r-96,0","w":889},"\u042c":{"d":"16,0r152,-718r96,0r-63,296r195,0v152,0,211,79,211,182v0,90,-73,240,-283,240r-308,0xm183,-338r-54,254r204,0v138,0,172,-102,172,-146v0,-70,-45,-108,-129,-108r-193,0","w":667},"\u042d":{"d":"310,-328r19,-84r259,0v26,-132,-34,-240,-176,-240v-109,0,-195,57,-236,148r-96,0v51,-144,194,-232,336,-232v174,0,280,108,280,274v0,218,-144,480,-420,480v-169,0,-266,-119,-258,-275r96,0v-10,121,64,191,166,191v133,0,254,-101,292,-262r-262,0","w":722,"k":{"\u0425":60}},"\u042e":{"d":"-1,0r152,-718r96,0r-67,316r100,0v40,-169,179,-334,380,-334v169,0,262,100,262,260v0,217,-150,494,-404,494v-188,0,-282,-141,-253,-336r-103,0r-67,318r-96,0xm360,-258v0,164,93,192,168,192v185,0,292,-248,292,-411v0,-97,-44,-175,-175,-175v-172,0,-285,202,-285,394","w":944,"k":{"\u0425":60}},"\u042f":{"d":"726,-718r-149,718r-98,0r64,-296r-211,0v-71,0,-93,9,-121,84v-22,59,-57,173,-83,212r-114,0r3,-14v13,-4,23,-15,39,-59r56,-159v25,-74,34,-86,101,-100v-23,-7,-102,-31,-102,-149v0,-162,120,-237,277,-237r338,0xm561,-383r52,-252r-223,0v-105,0,-184,41,-184,153v0,96,85,99,134,99r221,0","w":724},"\u0430":{"d":"200,-56v111,0,159,-84,178,-207v-27,12,-83,15,-151,21v-74,7,-119,45,-119,102v0,58,41,84,92,84xm492,-414v0,97,-51,224,-63,323v-3,25,29,37,58,30r-13,64v-16,2,-33,4,-49,4v-65,1,-72,-43,-82,-66v-7,19,-61,75,-161,75v-120,0,-164,-84,-164,-152v2,-166,147,-176,302,-182v69,-3,84,-33,84,-76v0,-54,-40,-73,-113,-73v-73,0,-119,31,-127,95r-87,0v17,-119,114,-167,225,-167v84,0,190,21,190,125","k":{"\u045e":20,"\u0443":20,"\u0442":40}},"\u0431":{"d":"424,-728r75,0v-20,60,-58,93,-144,107v-110,19,-148,48,-201,147v53,-36,85,-49,144,-49v95,0,211,57,211,204v0,94,-58,335,-286,335v-102,0,-205,-56,-205,-217v0,-136,40,-356,179,-434v112,-63,217,-57,227,-93xm293,-452v-115,0,-185,119,-185,249v0,92,43,147,122,147v138,0,189,-180,189,-255v0,-92,-53,-141,-126,-141","k":{"\u0443":30,"\u043b":50}},"\u0432":{"d":"2,0r111,-523r221,0v69,0,164,14,164,132v0,54,-32,95,-86,119v46,22,67,53,67,105v0,40,-24,167,-210,167r-267,0xm139,-236r-35,164r151,0v125,0,134,-70,134,-93v0,-102,-156,-64,-250,-71xm184,-451r-32,149r137,0v92,0,119,-41,119,-84v0,-103,-134,-53,-224,-65","k":{"\u045e":25,"\u0443":25}},"\u0433":{"d":"9,0r111,-523r281,0r-17,78r-191,0r-94,445r-90,0","w":389,"k":{"\u0454":20,"\u0451":20,"\u043c":15,"\u043b":100,"\u0438":15,"\u0435":20,"\u0434":100,"\u0430":20,".":175,",":175}},"\u0434":{"d":"361,-72r80,-379r-173,0v-32,139,-70,257,-131,379r224,0xm-52,128r43,-200r53,0v64,-129,125,-299,152,-451r351,0r-96,451r67,0r-43,200r-84,0r28,-128r-359,0r-28,128r-84,0","w":593},"\u0435":{"d":"127,-302r287,0v8,-108,-51,-159,-120,-159v-92,0,-146,73,-167,159xm494,-236r-381,0v-17,96,22,174,121,174v76,0,120,-43,150,-106r87,0v-40,118,-118,184,-244,184v-127,0,-202,-88,-202,-223v0,-172,101,-332,272,-332v180,0,201,152,201,216v0,45,-2,65,-4,87","k":{"\u045e":40,"\u0445":40,"\u0443":40,"\u0434":35}},"\u0436":{"d":"829,-523r-279,253r205,270r-110,0r-170,-242r-27,0r-51,242r-90,0r50,-242r-18,0r-251,242r-130,0r314,-286r-168,-237r101,0r143,213r23,0r43,-213r93,0r-45,213r20,0r226,-213r121,0","w":833,"k":{"\u045e":20,"\u0454":40,"\u0451":40,"\u044d":40,"\u0443":20,"\u043e":40,"\u0435":40,"\u0430":40}},"\u0437":{"d":"-4,-155r78,0v13,64,51,99,125,99v99,0,133,-65,133,-108v-2,-79,-77,-87,-151,-80r13,-74v79,16,167,2,168,-75v0,-33,-23,-74,-100,-74v-67,0,-99,22,-125,81r-84,0v34,-124,132,-153,213,-153v83,0,180,39,180,139v0,63,-33,106,-93,125v45,22,63,63,63,112v0,109,-100,179,-214,179v-121,0,-186,-49,-206,-171","w":500,"k":{"\u0443":25}},"\u0438":{"d":"-1,0r111,-523r90,0r-81,380r2,0r313,-380r100,0r-111,523r-90,0r85,-400r-2,0r-323,400r-94,0"},"\u0439":{"d":"194,-736r48,0v3,58,30,78,93,78v64,0,93,-27,110,-78r48,0v-12,88,-75,138,-165,138v-91,0,-130,-45,-134,-138xm-1,0r111,-523r90,0r-81,380r2,0r313,-380r100,0r-111,523r-90,0r85,-400r-2,0r-323,400r-94,0"},"\u043a":{"d":"2,0r111,-523r90,0r-51,240r255,-240r115,0r-228,214r154,309r-100,0r-124,-248r-99,95r-33,153r-90,0","w":500},"\u043b":{"d":"364,0r94,-445r-195,0r-82,314v-21,80,-46,147,-136,147v-19,0,-49,-10,-68,-16r14,-73v72,29,83,5,112,-105r88,-345r374,0r-111,523r-90,0","w":596},"\u043c":{"d":"2,0r111,-523r129,0r47,423r2,0r229,-423r123,0r-111,523r-84,0r95,-427r-2,0r-229,427r-90,0r-44,-433r-2,0r-90,433r-84,0","w":668},"\u043d":{"d":"2,0r111,-523r90,0r-44,205r238,0r44,-205r90,0r-111,523r-90,0r52,-246r-238,0r-52,246r-90,0"},"\u043e":{"d":"108,-199v0,78,38,143,122,143v139,0,189,-176,189,-267v0,-104,-58,-144,-119,-144v-130,0,-192,155,-192,268xm18,-201v0,-174,102,-338,291,-338v131,0,200,95,200,220v0,94,-58,335,-286,335v-102,0,-205,-56,-205,-217","k":{"\u045e":40,"\u0447":20,"\u0445":40,"\u0443":30,"\u043b":50,"\u0436":40,"\u0434":50}},"\u043f":{"d":"2,0r111,-523r418,0r-111,523r-90,0r94,-445r-238,0r-94,445r-90,0"},"\u0440":{"d":"-32,206r155,-729r84,0v-3,22,-15,50,-13,69v45,-53,93,-82,166,-82v151,0,193,126,193,210v0,113,-65,342,-277,342v-77,0,-127,-37,-156,-103r-62,293r-90,0xm147,-201v0,89,53,145,129,145v139,0,187,-177,187,-264v0,-95,-48,-144,-123,-144v-130,0,-193,154,-193,263","w":611,"k":{"\u045e":30,"\u0443":30,"\u0436":40,"\u0434":50,"\u0430":20}},"\u0441":{"d":"386,-193r90,0v-29,113,-118,209,-253,209v-102,0,-205,-56,-205,-217v0,-174,102,-338,291,-338v114,0,193,62,200,192r-90,0v0,-66,-46,-114,-119,-114v-130,0,-192,155,-192,262v0,72,38,137,122,137v84,0,136,-65,156,-131","k":{"\u045e":30,"\u045c":10,"\u0443":30,"\u043a":10,"\u0430":5}},"\u0442":{"d":"133,0r94,-445r-164,0r16,-78r407,0r-17,78r-152,0r-94,445r-90,0","w":481,"k":{"\u043b":100,"\u0430":25,".":140,",":140}},"\u0443":{"d":"135,22r-61,-545r90,0r36,434r2,0r221,-434r96,0r-326,612v-37,81,-91,145,-205,117r17,-75v12,2,24,3,36,3v65,0,66,-72,94,-112","w":500,"k":{"\u0455":15,"\u0451":20,"\u0441":20,"\u043e":20,"\u0435":20,"\u0434":75,"\u0430":20,".":115,"-":40,",":115}},"\u0444":{"d":"267,192r52,-243r-2,0v-37,47,-69,67,-128,67v-88,0,-164,-66,-164,-216v0,-130,69,-339,243,-339v57,0,104,42,129,90r61,-287r84,0r-59,278r2,0v35,-51,85,-81,147,-81v88,0,154,69,154,193v0,150,-78,362,-261,362v-56,0,-95,-27,-121,-74r-53,250r-84,0xm109,-185v0,86,45,129,106,129v74,0,101,-57,125,-125v21,-58,29,-123,29,-165v0,-63,-34,-121,-100,-121v-122,0,-160,200,-160,282xm601,-467v-131,0,-172,210,-172,307v0,57,40,104,97,104v130,0,176,-195,176,-289v0,-51,-17,-122,-101,-122","w":833,"k":{"\u0443":30}},"\u0445":{"d":"-29,0r225,-272r-125,-251r101,0r85,187r152,-187r108,0r-218,261r127,262r-100,0r-90,-196r-157,196r-108,0","w":500,"k":{"\u0454":20,"\u0451":20,"\u0441":20,"\u043e":20,"\u0435":20,"\u0430":20,"-":95}},"\u0446":{"d":"2,0r111,-523r90,0r-94,445r238,0r94,-445r90,0r-94,445r65,0r-44,206r-84,0r28,-128r-400,0"},"\u0447":{"d":"509,-523r-111,523r-90,0r45,-211v-37,6,-95,12,-132,12v-75,0,-174,-24,-174,-117v0,-73,24,-142,37,-207r90,0v-12,59,-37,117,-37,181v0,99,139,71,231,60r51,-241r90,0","w":534},"\u0448":{"d":"2,0r111,-523r90,0r-94,445r213,0r94,-445r90,0r-94,445r213,0r94,-445r90,0r-111,523r-696,0","w":834},"\u0449":{"d":"2,0r111,-523r90,0r-94,445r213,0r94,-445r90,0r-94,445r213,0r94,-445r90,0r-94,445r65,0r-44,206r-84,0r28,-128r-678,0","w":834},"\u044a":{"d":"108,0r94,-445r-149,0r17,-78r240,0r-44,205r121,0v138,0,166,84,166,140v0,86,-43,178,-201,178r-244,0xm251,-246r-37,174r138,0v96,0,111,-61,111,-91v0,-47,-16,-83,-104,-83r-108,0","w":611},"\u044b":{"d":"2,0r111,-523r90,0r-44,205r128,0v138,0,166,84,166,140v0,86,-43,178,-201,178r-250,0xm144,-246r-37,174r145,0v96,0,111,-61,111,-91v0,-47,-16,-83,-104,-83r-115,0xm493,0r111,-523r90,0r-111,523r-90,0","w":722},"\u044c":{"d":"2,0r111,-523r90,0r-44,205r128,0v138,0,166,84,166,140v0,86,-43,178,-201,178r-250,0xm144,-246r-37,174r145,0v96,0,111,-61,111,-91v0,-47,-16,-83,-104,-83r-115,0","w":500},"\u044d":{"d":"149,-355r-81,0v32,-106,120,-184,243,-184v107,0,187,71,187,219v0,172,-102,336,-273,336v-120,0,-198,-72,-200,-208r84,0v-4,81,39,129,116,130v92,0,159,-80,175,-176r-180,0r17,-72r176,0v8,-82,-28,-151,-107,-151v-87,0,-125,46,-157,106"},"\u044e":{"d":"2,0r111,-523r90,0r-47,221r97,0v35,-137,125,-237,278,-237v131,0,200,95,200,220v0,94,-58,335,-286,335v-142,0,-220,-104,-202,-246r-102,0r-49,230r-90,0xm330,-199v0,78,38,143,122,143v139,0,189,-176,189,-267v0,-104,-58,-144,-119,-144v-130,0,-192,155,-192,268","w":778,"k":{"\u045e":30,"\u0443":30,"\u043b":25,"\u0436":20,"\u0434":30}},"\u044f":{"d":"526,-523r-112,523r-91,0r44,-208r-122,0v-116,-12,-97,154,-152,208r-103,0r0,-14v8,0,19,0,38,-50r39,-101v14,-38,26,-69,79,-76v-29,-10,-89,-30,-89,-115v0,-22,9,-167,174,-167r295,0xm382,-279r36,-172v-121,10,-270,-43,-270,97v0,73,69,75,93,75r141,0","w":558},"\u0451":{"d":"127,-302r287,0v8,-108,-51,-159,-120,-159v-92,0,-146,73,-167,159xm494,-236r-381,0v-17,96,22,174,121,174v76,0,120,-43,150,-106r87,0v-40,118,-118,184,-244,184v-127,0,-202,-88,-202,-223v0,-172,101,-332,272,-332v180,0,201,152,201,216v0,45,-2,65,-4,87xm358,-616r22,-102r90,0r-22,102r-90,0xm195,-616r22,-102r90,0r-22,102r-90,0","k":{"\u0445":40,"\u0443":40}},"\u0452":{"d":"37,0r107,-503r-103,0r15,-72r103,0r30,-143r90,0r-30,143r233,0r-15,72r-233,0r-25,118v40,-27,82,-44,129,-44v125,0,159,103,159,178v0,150,-89,442,-357,427r23,-72v163,9,250,-201,250,-342v0,-104,-58,-119,-104,-119v-47,0,-91,29,-119,62r-63,295r-90,0"},"\u0453":{"d":"207,-592r94,-144r112,0r-134,144r-72,0xm9,0r111,-523r281,0r-17,78r-191,0r-94,445r-90,0","w":389,"k":{"\u0451":20,"\u043c":15,"\u043b":100,"\u0435":20,"\u0434":100,"\u0430":20,".":175,",":175}},"\u0454":{"d":"298,-238r-184,0v-19,89,20,175,117,176v89,0,139,-65,157,-121r85,0v-28,103,-115,199,-251,199v-118,0,-197,-75,-197,-219v0,-172,102,-336,285,-336v113,0,192,62,199,192r-84,0v0,-66,-46,-114,-124,-114v-89,0,-152,76,-172,151r183,0","k":{"\u0443":20}},"\u0455":{"d":"453,-356r-84,0v0,-75,-43,-111,-112,-111v-43,0,-104,18,-104,75v0,41,43,58,75,73v76,35,188,60,188,162v0,124,-100,173,-204,173v-133,0,-210,-58,-210,-199r84,0v0,89,29,127,135,127v57,0,111,-27,111,-79v0,-78,-94,-83,-148,-111v-62,-33,-115,-60,-115,-142v0,-53,49,-151,184,-151v126,0,200,58,200,183","w":500,"k":{"\u2019":75}},"\u0456":{"d":"-1,0r111,-523r90,0r-111,523r-90,0xm130,-616r22,-102r90,0r-22,102r-90,0","w":222,"k":{"\u0458":-20}},"\u0457":{"d":"-1,0r111,-523r90,0r-111,523r-90,0xm213,-616r22,-102r90,0r-22,102r-90,0xm50,-616r22,-102r90,0r-22,102r-90,0","w":222},"\u0458":{"d":"-98,207r14,-75v43,6,53,3,67,-58r127,-597r90,0r-130,610v-17,101,-67,139,-168,120xm130,-616r22,-102r90,0r-22,102r-90,0","w":222},"\u0459":{"d":"363,0r95,-445r-195,0r-82,314v-21,80,-46,147,-136,147v-19,0,-49,-10,-68,-16r14,-73v72,29,83,5,112,-105r88,-345r374,0r-44,205r107,0v138,0,166,84,166,140v0,86,-43,178,-201,178r-230,0xm505,-246r-37,174r125,0v96,0,111,-61,111,-91v0,-47,-16,-83,-104,-83r-95,0","w":860},"\u045a":{"d":"2,0r111,-523r90,0r-43,205r213,0r44,-205r90,0r-44,205r102,0v138,0,166,84,166,140v0,86,-43,178,-201,178r-224,0r52,-246r-214,0r-52,246r-90,0xm448,-246r-37,174r119,0v96,0,111,-61,111,-91v0,-47,-16,-83,-104,-83r-89,0","w":778},"\u045b":{"d":"37,0r107,-503r-103,0r15,-72r103,0r30,-143r90,0r-30,143r233,0r-15,72r-233,0r-27,129v49,-36,99,-55,155,-55v71,0,135,30,135,112v0,114,-42,211,-61,317r-90,0r51,-238v18,-73,19,-119,-56,-119v-63,0,-127,44,-153,71r-61,286r-90,0","k":{"\u0443":20}},"\u045c":{"d":"248,-592r94,-144r112,0r-134,144r-72,0xm2,0r111,-523r90,0r-51,240r255,-240r115,0r-228,214r154,309r-100,0r-124,-248r-99,95r-33,153r-90,0","w":500},"\u045e":{"d":"135,22r-61,-545r90,0r36,434r2,0r221,-434r96,0r-326,612v-37,81,-91,145,-205,117r17,-75v12,2,24,3,36,3v65,0,66,-72,94,-112xm166,-736r48,0v3,58,30,78,93,78v64,0,93,-27,110,-78r48,0v-12,88,-75,138,-165,138v-91,0,-130,-45,-134,-138","w":500,"k":{"\u043e":20,"\u0435":20,"\u0430":20,".":115,",":115}},"\u045f":{"d":"142,128r27,-128r-167,0r111,-523r90,0r-95,445r238,0r95,-445r90,0r-111,523r-167,0r-27,128r-84,0"},"\u20ac":{"d":"675,-628r-52,94v-15,-49,-57,-90,-142,-90v-103,0,-167,93,-193,180r285,0r-39,72r-264,0r-15,71r239,0r-39,72r-209,0v-15,102,34,169,110,169v74,0,158,-45,181,-71r-21,99v-10,7,-85,51,-170,51v-141,0,-208,-86,-194,-248r-79,0r40,-72r48,0r15,-71r-72,0r40,-72r51,0v51,-163,155,-259,308,-259v88,0,149,34,172,75"},"\u0462":{"d":"204,-338r-54,254r204,0v138,0,172,-102,172,-146v0,-70,-45,-108,-129,-108r-193,0xm37,0r111,-523r-150,0r18,-84r150,0r23,-111r96,0r-23,111r243,0r-18,84r-243,0r-21,101r194,0v152,0,211,79,211,182v0,90,-73,240,-283,240r-308,0","w":667},"\u0463":{"d":"251,-246r-37,174r138,0v96,0,111,-61,111,-91v0,-47,-16,-83,-104,-83r-108,0xm108,0r95,-445r-150,0r17,-78r149,0r42,-195r90,0r-42,195r166,0r-17,78r-165,0r-27,127r121,0v138,0,166,84,166,140v0,86,-43,178,-201,178r-244,0","w":611},"\u212e":{"d":"907,-333r-646,0v-3,0,-5,1,-5,4r0,196v0,8,3,16,8,22v63,65,149,106,244,106v103,0,195,-46,257,-119r58,0v-71,84,-187,139,-316,139v-220,0,-398,-160,-398,-358v0,-198,178,-359,398,-359v224,0,405,161,400,369xm760,-358r0,-197v0,-8,-3,-17,-9,-23v-63,-62,-148,-102,-243,-102v-94,0,-180,41,-243,105v-6,6,-9,15,-9,24r0,193v0,2,2,6,5,6r495,0v3,0,4,-4,4,-6","w":941},"\u2202":{"d":"116,-574r-51,-62v43,-32,93,-66,175,-66v107,0,182,57,225,133v42,76,47,180,47,222v0,117,-23,363,-255,363v-158,0,-219,-128,-219,-229v0,-122,83,-220,216,-220v43,0,112,11,156,67v3,-111,-22,-261,-164,-261v-59,0,-108,31,-130,53xm270,-355v-106,0,-136,79,-136,148v0,107,58,145,128,145v108,0,150,-112,147,-229v-19,-21,-73,-64,-139,-64"},"\u220f":{"d":"747,-619r-109,0r0,714r-78,0r0,-714r-274,0r0,714r-78,0r0,-714r-109,0r0,-73r648,0r0,73","w":772},"\u2211":{"d":"604,96r-508,0r0,-53r266,-340r-254,-339r0,-56r481,0r0,69r-371,0r0,4r235,310r-255,326r0,4r406,0r0,75","w":625},"\u2219":{"d":"79,-241r24,-108r108,0r-24,108r-108,0","w":278},"\u221a":{"d":"69,-75r-33,-87r115,-66r100,264r120,-738r90,0r-152,908r-84,0r-117,-304","w":514},"\u221e":{"d":"221,-432v91,0,146,65,187,114v46,-55,102,-115,187,-115v75,0,161,51,161,171v0,99,-64,172,-162,172v-75,0,-129,-45,-186,-108v-52,54,-102,107,-184,107v-95,0,-165,-67,-165,-171v0,-112,79,-170,162,-170xm592,-343v-27,0,-63,12,-129,84v52,57,91,79,131,79v27,0,75,-17,75,-80v0,-58,-40,-83,-77,-83xm352,-259v-14,-20,-104,-94,-132,-83v-37,0,-74,29,-74,82v0,51,33,79,77,79v54,0,107,-53,129,-78","w":815},"\u222b":{"d":"418,-833r-12,56v-28,-17,-65,-14,-87,13v-24,31,-33,83,-33,176v0,156,13,333,13,496v0,105,-21,164,-42,199v-32,56,-116,66,-168,37r13,-57v24,12,72,18,92,-11v18,-26,33,-69,33,-169v0,-164,-14,-345,-14,-503v0,-109,16,-169,54,-211v36,-40,104,-49,151,-26","w":434},"\u2248":{"d":"406,-281v-83,-1,-130,-72,-217,-70v-44,0,-68,37,-84,73r-36,-70v27,-51,65,-87,125,-87v69,0,155,70,213,70v42,0,68,-42,88,-73r36,70v-32,45,-65,87,-125,87xm406,-71v-83,-1,-130,-72,-217,-70v-44,0,-68,37,-84,73r-36,-70v27,-51,65,-87,125,-87v69,0,155,70,213,70v42,0,68,-42,88,-73r36,70v-32,45,-65,87,-125,87","w":600},"\u2260":{"d":"47,-106r0,-84r172,0r65,-126r-237,0r0,-84r280,0r55,-106r96,0r-55,106r130,0r0,84r-173,0r-65,126r238,0r0,84r-281,0r-54,106r-96,0r54,-106r-129,0","w":600},"\u2264":{"d":"553,-168r0,84r-506,-188r0,-84r506,-188r0,84r-393,146xm553,-36r0,84r-506,0r0,-84r506,0","w":600},"\u2265":{"d":"47,-84r0,-84r393,-146r-393,-146r0,-84r506,188r0,84xm47,48r0,-84r506,0r0,84r-506,0","w":600},"\u25ca":{"d":"594,-345r-202,391r-64,0r-198,-391r201,-392r64,0xm521,-343v-52,-110,-116,-209,-159,-327r-2,0v-42,116,-108,215,-159,323v51,109,117,209,159,327r3,0v42,-117,107,-214,158,-323","w":647},"\u00a0":{"w":278},"\u00ad":{"d":"27,-234r19,-90r246,0r-19,90r-246,0","w":333},"\u02c9":{"d":"19,-638r12,-58r306,0r-11,58r-307,0","w":222},"\uf6c9":{"d":"109,-765r94,-144r112,0r-134,144r-72,0","w":278},"\uf6ca":{"d":"115,-765r-79,-144r78,0r49,92r94,-92r78,0r-136,144r-84,0","w":278},"\uf6cb":{"d":"191,-765r22,-102r90,0r-22,102r-90,0xm28,-765r22,-102r90,0r-22,102r-90,0","w":278},"\u0472":{"d":"173,-412r468,0v8,-141,-48,-239,-203,-240v-139,0,-232,104,-265,240xm628,-328r-469,0v-21,170,75,262,202,262v152,0,238,-134,267,-262xm738,-442v0,247,-148,460,-386,460v-174,0,-292,-104,-292,-311v0,-230,141,-443,392,-443v184,0,286,120,286,294","w":778},"\u0473":{"d":"18,-201v0,-174,102,-338,291,-338v131,0,200,95,200,220v0,94,-58,335,-286,335v-102,0,-205,-56,-205,-217xm117,-295r306,0v15,-109,-48,-172,-123,-172v-101,0,-160,83,-183,172xm409,-223r-305,0v-10,91,28,166,126,167v103,0,156,-85,179,-167"},"\uf6ce":{"d":"147,-765r-98,-144r100,0r67,144r-69,0","w":278},"\uf6cf":{"d":"315,-908r-136,143r-70,0r94,-143r112,0xm475,-908r-136,143r-70,0r94,-143r112,0","w":278},"\uf6d0":{"d":"7,-765r12,-58r306,0r-11,58r-307,0","w":278},"\uf6d1":{"d":"34,-903r48,0v3,58,30,78,93,78v64,0,93,-27,110,-78r48,0v-12,88,-75,138,-165,138v-91,0,-130,-45,-134,-138","w":278},"\uf6d2":{"d":"313,-765r-48,0v-3,-58,-30,-78,-93,-78v-64,0,-93,27,-110,78r-48,0v12,-88,75,-138,165,-138v91,0,130,45,134,138","w":278},"\uf6d6":{"d":"127,-765r-98,-144r100,0r67,144r-69,0xm267,-765r-98,-144r100,0r67,144r-69,0","w":278},"\uf6d4":{"d":"44,-730r48,0v3,58,30,78,93,78v64,0,93,-27,110,-78r48,0v-12,88,-75,138,-165,138v-91,0,-130,-45,-134,-138","w":222},"\uf6d5":{"d":"316,-592r-48,0v-3,-58,-30,-78,-93,-78v-64,0,-93,27,-110,78r-48,0v12,-88,75,-138,165,-138v91,0,130,45,134,138","w":222},"\uf6d3":{"d":"47,-592r-98,-144r100,0r67,144r-69,0xm187,-592r-98,-144r100,0r67,144r-69,0","w":222},"\u0474":{"d":"193,0r-118,-718r96,0r98,622r2,0r268,-539v40,-97,113,-120,216,-86r-30,85v-62,-22,-77,-11,-115,63r-300,573r-117,0","w":667},"\u0475":{"d":"130,0r-77,-523r90,0r55,439r2,0r154,-332v49,-116,104,-144,209,-107r-14,73v-47,-26,-78,-4,-102,42r-209,408r-108,0","w":500},"\u0490":{"d":"8,0r152,-718r351,0r29,-137r90,0r-47,221r-345,0r-134,634r-96,0"},"\u0491":{"d":"9,0r111,-523r202,0r25,-117r78,0r-41,195r-191,0r-94,445r-90,0","w":389},"\u04d9":{"d":"396,-221r-287,0v-8,108,51,159,120,159v92,0,146,-73,167,-159xm29,-287r381,0v17,-96,-22,-174,-121,-174v-76,0,-120,43,-150,106r-87,0v40,-118,118,-184,244,-184v127,0,202,88,202,223v0,172,-101,332,-272,332v-180,0,-201,-152,-201,-216v0,-45,2,-65,4,-87"},"\u2010":{"d":"27,-234r19,-90r246,0r-19,90r-246,0","w":333},"\u2113":{"d":"385,-148r30,33v-63,86,-138,126,-216,126v-119,1,-146,-95,-125,-193r-66,46r-14,-46v33,-24,65,-45,94,-68r57,-269v38,-180,130,-240,207,-240v86,0,110,73,91,163v-27,124,-133,242,-283,362r-6,33v-22,106,19,149,75,149v62,0,121,-51,156,-96xm222,-525r-45,213v104,-92,191,-188,211,-283v13,-62,3,-104,-48,-104v-37,0,-90,42,-118,174","w":488},"\u2215":{"d":"482,-703r-595,722r-57,0r595,-722r57,0","w":167},"\u03a9":{"d":"136,-65r1,-3v-57,-62,-99,-167,-70,-305v41,-192,200,-330,371,-330v181,0,260,157,224,326v-30,142,-122,252,-201,309r-1,3r150,0r-14,65r-243,0r10,-48v86,-49,182,-156,215,-314v28,-130,-15,-274,-155,-274v-133,0,-245,122,-278,276v-31,148,17,265,82,312r-10,48r-242,0r14,-65r147,0","w":719},"\u2116":{"d":"590,-328v0,-132,90,-266,231,-266v93,0,140,65,140,153v0,127,-96,258,-234,258v-87,0,-137,-60,-137,-145xm674,-337v0,45,24,82,72,82v88,0,131,-113,131,-186v0,-48,-25,-81,-67,-81v-93,0,-136,111,-136,185xm-28,0r152,-718r104,0r174,550r2,0r111,-550r96,0r-152,718r-104,0r-173,-563r-2,0r-112,563r-96,0xm537,-35r15,-78r320,0r-17,78r-318,0","w":944}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * © 1985, 1987, 1989, 1990, 1997, 1998, 1999, 2002 Adobe Systems Incorporated.
 * All rights reserved.
 * 
 * Trademark:
 * Helvetica is a trademark of Linotype Corp. registered in the U.S. Patent and
 * Trademark Office and may be registered in certain other jurisdictions in the
 * name of Linotype Corp. or its licensee Linotype GmbH.
 * 
 * Full name:
 * HelveticaLTStd-BoldObl
 * 
 * Designer:
 * Max Miedinger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":611,"face":{"font-family":"Helvetica LT Std","font-weight":700,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 7 4 2 2 2 9 2 4","ascent":"718","descent":"-282","x-height":"16","bbox":"-174 -962 1114 228.94","underline-thickness":"50","underline-position":"-50","slope":"-12","stemh":"112","stemv":"138","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":278,"k":{"\u0427":50,"\u0423":50,"\u0422":100,"\u0410":50,"\u040e":50,"\u201c":150,"\u2018":100,"T":100,"V":50,"W":50,"Y":75,"\u00dd":75,"\u0178":75,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"!":{"d":"25,0r27,-138r147,0r-27,138r-147,0xm95,-215r54,-503r150,0r-129,503r-75,0","w":333},"\"":{"d":"295,-443r0,-275r104,0r0,275r-104,0xm95,-443r0,-275r104,0r0,275r-104,0","w":444},"#":{"d":"92,0r26,-190r-98,0r13,-98r99,0r17,-122r-95,0r13,-98r96,0r26,-190r100,0r-26,190r97,0r26,-190r100,0r-26,190r94,0r-13,98r-95,0r-17,122r91,0r-13,98r-92,0r-26,190r-100,0r26,-190r-97,0r-26,190r-100,0xm329,-288r17,-122r-97,0r-17,122r97,0","w":556},"$":{"d":"364,-607r-36,196v135,69,185,111,185,211v0,126,-91,226,-260,216r-17,98r-55,0r18,-102v-118,-22,-181,-87,-177,-218r124,0v-3,65,26,104,71,116r38,-213v-118,-52,-173,-110,-173,-210v0,-106,75,-211,246,-201r12,-70r55,0r-13,76v122,11,165,101,165,211r-118,0v-1,-80,-23,-96,-65,-110xm276,-430r34,-184v-67,-4,-109,26,-110,89v0,59,38,75,76,95xm307,-284r-36,200v42,0,118,-13,118,-106v0,-39,-30,-66,-82,-94","w":556},"%":{"d":"687,-288v-60,0,-82,96,-82,169v0,37,10,57,43,57v60,0,82,-96,82,-169v0,-37,-10,-57,-43,-57xm701,-366v99,0,141,66,141,138v0,126,-62,244,-204,244v-96,0,-145,-56,-145,-142v0,-122,63,-240,208,-240xm212,16r396,-730r80,0r-395,730r-81,0xm267,-714v99,0,141,66,141,138v0,126,-62,244,-204,244v-96,0,-145,-56,-145,-142v0,-122,63,-240,208,-240xm253,-636v-60,0,-82,96,-82,169v0,37,10,57,43,57v60,0,82,-96,82,-169v0,-37,-10,-57,-43,-57","w":889},"&":{"d":"361,-144r-103,-172v-53,24,-102,63,-102,118v0,56,38,102,93,102v45,0,80,-19,112,-48xm390,-566v0,-77,-118,-74,-120,4v0,29,16,59,40,97v46,-23,80,-53,80,-101xm370,-375r80,133v26,-29,40,-64,50,-103r118,0v-10,85,-56,165,-103,209r82,136r-148,0r-30,-50v-55,41,-116,66,-190,66v-130,0,-205,-89,-205,-206v0,-112,89,-183,180,-222v-29,-39,-58,-93,-58,-144v0,-89,67,-170,186,-170v88,0,176,56,176,165v0,83,-47,143,-138,186","w":667},"\u2019":{"d":"93,-588r26,-130r136,0r-24,118v-23,114,-93,149,-167,157r10,-48v65,-14,89,-48,96,-97r-77,0","w":222,"k":{".":150,",":150,"\u2019":10,"v":-75,"A":150,"\u00c6":150,"\u00c1":150,"\u00c2":150,"\u00c4":150,"\u00c0":150,"\u00c5":150,"\u00c3":150,"s":20,"\u0161":20,"t":-30,"d":40,"\u0131":40}},"(":{"d":"300,-718r110,0v-141,207,-205,367,-205,580v0,80,8,187,61,312r-100,0v-61,-125,-99,-244,-99,-382v0,-209,122,-393,233,-510","w":389},")":{"d":"77,174r-110,0v141,-207,205,-367,205,-580v0,-80,-8,-187,-61,-312r100,0v61,125,99,244,99,382v0,209,-122,393,-233,510","w":389},"*":{"d":"88,-431r72,-96r-106,-33r25,-77r103,37r0,-118r78,0r0,118r103,-37r25,77r-106,33r72,96r-61,43r-72,-92r-72,92","w":389},"+":{"d":"244,-309r0,-197r112,0r0,197r197,0r0,112r-197,0r0,197r-112,0r0,-197r-197,0r0,-112r197,0","w":600},",":{"d":"15,0r29,-150r151,0r-28,140v-26,129,-111,169,-177,169r9,-50v56,-7,88,-52,101,-109r-85,0","w":278,"k":{"\u201d":200,"\u201c":200,"\u2018":200,"\u2019":200," ":100,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50}},"-":{"d":"23,-215r19,-130r245,0r-18,130r-246,0","w":333},".":{"d":"15,0r29,-150r151,0r-29,150r-151,0","w":278,"k":{"\u201d":200,"\u201c":200,"\u2018":200,"\u2019":200," ":50}},"\/":{"d":"-19,18r228,-754r108,0r-228,754r-108,0","w":278},"0":{"d":"534,-470v0,201,-66,486,-289,486v-145,0,-210,-101,-210,-239v0,-206,66,-491,289,-491v147,0,210,111,210,244xm396,-501v0,-51,-20,-101,-78,-101v-60,0,-85,52,-102,105v-28,89,-49,243,-49,306v0,65,30,95,78,95v60,0,85,-52,102,-105v28,-89,49,-243,49,-300","w":556,"k":{"1":55,"0":-40}},"1":{"d":"178,0r91,-522v-75,21,-92,22,-179,24r18,-92v83,0,180,-47,221,-124r114,0r-125,714r-140,0","w":556,"k":{"9":55,"8":55,"7":55,"6":55,"5":55,"4":55,"3":55,"2":55,"1":95,"0":55,".":125,"-":75}},"2":{"d":"466,0r-458,0v2,-112,57,-191,132,-252r190,-154v39,-31,57,-70,57,-112v0,-51,-37,-84,-85,-84v-68,0,-104,54,-104,123r-138,0v2,-118,77,-235,252,-235v101,0,213,58,213,207v0,66,-27,140,-105,196r-179,128v-39,27,-52,44,-56,65r305,0","w":556},"3":{"d":"19,-215r138,0v-5,76,29,119,100,119v51,0,108,-35,108,-115v0,-80,-49,-105,-128,-99r16,-98v78,0,146,-19,146,-115v0,-55,-45,-79,-83,-79v-68,0,-92,42,-100,104r-138,0v13,-130,103,-216,244,-216v149,0,215,97,215,188v0,93,-61,152,-126,168r0,3v69,34,92,91,92,151v0,118,-81,220,-254,220v-161,0,-230,-78,-230,-231","w":556},"4":{"d":"278,0r29,-162r-308,0r20,-135r349,-407r169,0r-76,430r74,0r-20,112r-74,0r-29,162r-134,0xm327,-274r53,-295r-2,-2r-249,297r198,0","w":556},"5":{"d":"51,-315r87,-383r395,0r-27,118r-281,0r-31,137v42,-21,72,-27,114,-27v159,0,203,118,203,215v0,148,-91,271,-271,271v-138,-1,-222,-72,-217,-208r132,0v-4,58,27,96,86,96v67,0,126,-33,126,-152v0,-147,-154,-142,-190,-63","w":556},"6":{"d":"534,-523r-132,0v0,-43,-22,-79,-75,-79v-66,0,-113,62,-130,184v35,-28,68,-45,120,-45v112,0,199,83,199,218v0,121,-74,261,-245,261v-116,0,-236,-62,-236,-271v0,-258,105,-459,294,-459v82,0,205,29,205,191xm173,-205v0,49,16,109,98,109v81,0,107,-81,107,-148v0,-61,-29,-107,-100,-107v-51,0,-105,39,-105,146","w":556},"7":{"d":"69,-580r21,-118r467,0r-19,106v-174,221,-268,375,-296,592r-142,0v16,-220,161,-420,288,-580r-319,0","w":556,"k":{"6":40,"4":75,".":190,"-":95,",":190}},"8":{"d":"216,-502v0,44,25,90,91,90v62,0,93,-54,93,-108v0,-44,-34,-82,-88,-82v-52,0,-96,37,-96,100xm24,-189v0,-111,69,-170,136,-195v-53,-32,-76,-79,-76,-128v0,-100,69,-202,226,-202v145,0,222,85,222,187v0,89,-42,139,-120,171v47,31,87,75,87,153v0,63,-33,219,-246,219v-140,0,-229,-87,-229,-205xm162,-190v0,40,25,94,96,94v66,0,102,-56,103,-118v0,-44,-23,-100,-97,-100v-60,0,-102,48,-102,124","w":556},"9":{"d":"35,-175r132,0v0,43,22,79,75,79v66,0,113,-62,130,-184v-35,28,-68,45,-120,45v-112,0,-199,-83,-199,-218v0,-121,74,-261,245,-261v116,0,236,62,236,271v0,258,-105,459,-294,459v-82,0,-205,-29,-205,-191xm396,-493v0,-49,-16,-109,-98,-109v-81,0,-107,81,-107,148v0,61,29,107,100,107v51,0,105,-39,105,-146","w":556},":":{"d":"83,-361r29,-150r151,0r-29,150r-151,0xm15,0r29,-150r151,0r-29,150r-151,0","w":333,"k":{" ":100}},";":{"d":"15,0r29,-150r151,0r-28,140v-26,129,-111,169,-177,169r9,-50v56,-7,88,-52,101,-109r-85,0xm83,-361r29,-150r151,0r-29,150r-151,0","w":333,"k":{" ":100}},"<":{"d":"553,-100r0,108r-506,-216r0,-90r506,-216r0,108r-362,153","w":600},"=":{"d":"553,-419r0,112r-506,0r0,-112r506,0xm553,-199r0,112r-506,0r0,-112r506,0","w":600},">":{"d":"47,-100r362,-153r-362,-153r0,-108r506,216r0,90r-506,216r0,-108","w":600},"?":{"d":"175,-507r-132,0v10,-166,132,-229,249,-229v147,0,227,100,227,200v0,79,-34,122,-118,183v-49,36,-115,47,-116,133r-129,0v11,-88,23,-124,115,-190v41,-30,104,-62,104,-128v0,-43,-34,-80,-92,-80v-69,0,-99,43,-108,111xm111,0r27,-138r147,0r-27,138r-147,0","w":556},"@":{"d":"420,-450v-62,0,-106,62,-106,122v0,43,32,79,75,79v68,0,113,-60,113,-118v0,-49,-32,-83,-82,-83xm529,-492r12,-50r91,0r-54,247v-4,22,-11,60,16,60v44,0,100,-56,100,-166v0,-163,-116,-251,-271,-251v-171,0,-281,125,-281,294v0,179,123,292,297,292v78,0,150,-30,200,-72r94,0v-71,100,-177,156,-302,156v-216,0,-393,-159,-393,-376v0,-214,174,-378,388,-378v179,0,352,120,352,308v0,222,-195,291,-248,291v-43,0,-58,-22,-66,-53v-27,40,-66,53,-109,53v-80,0,-159,-77,-159,-189v0,-111,84,-228,211,-228v50,0,93,18,122,62","w":800},"A":{"d":"452,-265r-29,-303r-2,0r-149,303r180,0xm-17,0r376,-718r175,0r91,718r-148,0r-13,-141r-253,0r-69,141r-159,0","w":667,"k":{"v":25,"w":15,"y":25,"\u00fd":25,"\u00ff":25,"C":15,"\u00c7":15,"G":15,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"q":-15,"Q":15,"S":15,"\u0160":15,"T":65,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"U":15,"\u00da":15,"\u00db":15,"\u00dc":15,"\u00d9":15,"V":65,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u201c":50,"\u201d":50,"\u2018":50,"\u2019":40}},"B":{"d":"15,0r130,-718r281,0v182,0,249,70,249,187v0,74,-37,137,-118,164v54,29,87,68,87,139v0,144,-95,228,-268,228r-361,0xm222,-317r-35,193r184,0v91,0,123,-61,123,-106v2,-119,-160,-81,-272,-87xm272,-594r-29,159r173,0v71,0,109,-32,109,-91v0,-104,-156,-58,-253,-68","w":722,"k":{"V":55,"W":40,"Y":75,"\u00dd":75,"\u0178":75,"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"e":15,"\u00e9":15,"\u00ea":15,"\u00eb":15,"\u00e8":15,"o":15,"\u00f8":15,"\u0153":15,"\u00f3":15,"\u00f4":15,"\u00f6":15,"\u00f2":15,"\u00f5":15}},"C":{"d":"703,-477r-150,0v0,-85,-58,-135,-132,-135v-183,0,-228,204,-228,317v0,100,46,183,170,183v74,0,142,-36,166,-133r152,0v-40,164,-150,263,-324,263v-239,0,-314,-182,-314,-320v0,-205,123,-434,383,-434v163,0,277,90,277,259","w":722,"k":{"Y":60,"\u00dd":60,"\u0178":60,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30}},"D":{"d":"277,-593r-81,461r128,0v160,0,216,-168,216,-290v0,-113,-48,-171,-149,-171r-114,0xm23,0r127,-718r242,0v208,0,298,100,298,308v0,153,-78,299,-188,363v-77,45,-197,47,-201,47r-278,0","w":722,"k":{"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10,"V":35,"W":35,"Y":65,"\u00dd":65,"\u0178":65,"A":35,"\u00c6":35,"\u00c1":35,"\u00c2":35,"\u00c4":35,"\u00c0":35,"\u00c5":35,"\u00c3":35,"e":-15,"\u00e9":-15,"\u00ea":-15,"\u00eb":-15,"\u00e8":-15,"o":-15,"\u00f8":-15,"\u0153":-15,"\u00f3":-15,"\u00f4":-15,"\u00f6":-15,"\u00f2":-15,"\u00f5":-15,",":25,".":25}},"E":{"d":"15,0r130,-718r477,0r-22,124r-330,0r-28,159r303,0r-22,124r-302,0r-33,187r346,0r-22,124r-497,0","k":{"G":15,"s":25,"\u0161":25}},"F":{"d":"12,0r132,-718r435,0r-22,125r-286,0r-30,167r262,0r-20,124r-268,0r-54,302r-149,0","w":556,"k":{"\u00eb":20,"\u00e3":40,"\u00e0":40,"\u00e4":40,"u":55,"\u00fa":55,"\u00fb":55,"\u00fc":55,"\u00f9":55,"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e5":40,"A":95,"\u00c6":95,"\u00c1":95,"\u00c2":95,"\u00c4":95,"\u00c0":95,"\u00c5":95,"\u00c3":95,"e":20,"\u00e9":20,"\u00ea":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,",":210,".":210,"i":50,"\u00ed":50,"\u00ee":50,"\u00ef":50,"\u00ec":50,"J":160,"r":55}},"G":{"d":"723,-479r-147,0v-10,-90,-51,-133,-147,-133v-183,0,-229,210,-229,317v0,111,54,189,173,189v146,0,184,-133,190,-151r-186,0r21,-118r328,0r-65,375r-101,0r-3,-79v-58,75,-158,97,-221,97v-104,0,-286,-62,-286,-312v0,-235,131,-442,383,-442v164,0,290,82,290,257","w":778,"k":{"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"H":{"d":"15,0r131,-718r150,0r-50,273r281,0r50,-273r150,0r-131,718r-150,0r59,-321r-281,0r-59,321r-150,0","w":722,"k":{"\u00bb":25}},"I":{"d":"9,0r130,-718r150,0r-130,718r-150,0","w":278},"J":{"d":"266,-218r89,-500r150,0r-86,485v-23,128,-47,251,-230,251v-121,0,-194,-64,-194,-164v0,-39,5,-68,11,-109r135,0v-20,81,-27,155,44,155v52,0,67,-39,81,-118","w":500,"k":{"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40}},"K":{"d":"25,0r130,-718r147,0r-55,285r272,-285r186,0r-299,308r210,410r-167,0r-147,-302r-91,91r-37,211r-149,0","w":667,"k":{"w":50,"y":75,"\u00fd":75,"\u00ff":75,"O":70,"\u00d8":70,"\u0152":70,"\u00d3":70,"\u00d4":70,"\u00d6":70,"\u00d2":70,"\u00d5":70,"u":40,"\u00fa":40,"\u00fb":40,"\u00fc":40,"\u00f9":40,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00e8":40,"o":40,"\u00f8":40,"\u0153":40,"\u00f3":40,"\u00f4":40,"\u00f6":40,"\u00f2":40,"\u00f5":40}},"L":{"d":"523,-127r-22,127r-487,0r130,-718r149,0r-105,591r335,0","w":556,"k":{"y":45,"\u00fd":45,"\u00ff":45,"O":75,"\u00d8":75,"\u0152":75,"\u00d3":75,"\u00d4":75,"\u00d6":75,"\u00d2":75,"\u00d5":75,"T":100,"V":100,"W":65,"Y":140,"\u00dd":140,"\u0178":140,"\u201c":250,"\u201d":250,"\u2018":200,"\u2019":200,"a":-20,"\u00e6":-20,"\u00e1":-20,"\u00e2":-20,"\u00e4":-20,"\u00e0":-20,"\u00e5":-20,"\u00e3":-20,"-":75}},"M":{"d":"15,0r126,-718r219,0r30,532r2,0r220,-532r226,0r-130,718r-140,0r119,-614r-2,0r-257,614r-133,0r-41,-614r-2,0r-97,614r-140,0","w":833},"N":{"d":"302,-718r195,506r84,-506r145,0r-129,718r-155,0r-199,-509r-13,98r-67,411r-149,0r132,-718r156,0","w":722},"O":{"d":"53,-302v0,-205,123,-434,383,-434v239,0,314,182,314,320v0,205,-123,434,-383,434v-239,0,-314,-182,-314,-320xm203,-295v0,132,79,189,169,189v183,0,228,-204,228,-317v0,-132,-79,-189,-169,-189v-183,0,-228,204,-228,317","w":778,"k":{"T":20,"V":35,"W":35,"Y":75,"\u00dd":75,"\u0178":75,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30,"\u00bb":30,"X":45}},"P":{"d":"15,0r130,-718r247,0v186,0,253,98,253,207v0,162,-98,261,-291,261r-144,0r-45,250r-150,0xm273,-594r-40,220r133,0v95,0,135,-55,135,-122v0,-54,-22,-98,-102,-98r-126,0","w":667,"k":{"\u00e4":35,"u":20,"\u00fa":20,"\u00fb":20,"\u00fc":20,"\u00f9":20,"Y":35,"\u00dd":35,"\u0178":35,"a":35,"\u00e6":35,"\u00e1":35,"\u00e2":35,"\u00e0":35,"\u00e5":35,"\u00e3":35,"A":115,"\u00c6":115,"\u00c1":115,"\u00c2":115,"\u00c4":115,"\u00c0":115,"\u00c5":115,"\u00c3":115,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":30,"\u00f8":30,"\u0153":30,"\u00f3":30,"\u00f4":30,"\u00f6":30,"\u00f2":30,"\u00f5":30,",":210,".":210,"r":20}},"Q":{"d":"606,-69r73,89r-83,72r-83,-103v-43,19,-92,29,-146,29v-239,0,-314,-182,-314,-320v0,-205,123,-434,383,-434v239,0,314,182,314,320v0,126,-47,262,-144,347xm361,-197r86,-66r74,90v61,-69,79,-178,79,-250v0,-132,-79,-189,-169,-189v-183,0,-228,204,-228,317v0,155,103,210,226,181","w":778},"R":{"d":"278,-597r-35,199r144,0v106,0,141,-64,141,-116v0,-83,-80,-83,-110,-83r-140,0xm25,0r128,-718r273,0v145,0,250,54,250,208v0,100,-58,163,-133,184v24,10,64,27,64,113v0,60,-39,181,25,194r0,19r-174,0v-47,-102,77,-278,-107,-278r-129,0r-47,278r-150,0","w":722,"k":{"y":25,"\u00fd":25,"\u00ff":25,"C":20,"\u00c7":20,"G":20,"O":20,"\u00d8":20,"\u0152":20,"\u00d3":20,"\u00d4":20,"\u00d6":20,"\u00d2":20,"\u00d5":20,"S":20,"\u0160":20,"T":30,"u":40,"\u00fa":40,"\u00fb":40,"\u00fc":40,"\u00f9":40,"U":20,"\u00da":20,"\u00db":20,"\u00dc":20,"\u00d9":20,"V":40,"W":30,"Y":55,"\u00dd":55,"\u0178":55,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"A":20,"\u00c6":20,"\u00c1":20,"\u00c2":20,"\u00c4":20,"\u00c0":20,"\u00c5":20,"\u00c3":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20}},"S":{"d":"594,-510r-144,0v0,-50,-24,-102,-118,-102v-58,0,-105,26,-105,81v0,38,14,59,140,107v120,46,186,109,186,216v0,139,-94,226,-270,226v-158,0,-266,-76,-266,-242r144,0v2,90,58,118,128,118v65,0,120,-30,120,-88v0,-53,-25,-74,-145,-122v-108,-43,-181,-94,-181,-203v0,-150,119,-217,253,-217v250,0,256,172,258,226","k":{"v":25,"w":25,"y":25,"\u00fd":25,"\u00ff":25,"T":20,"V":15,"Y":40,"\u00dd":40,"\u0178":40,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,",":-25,".":-25}},"T":{"d":"142,0r108,-594r-190,0r23,-124r509,0r-23,124r-169,0r-108,594r-150,0","w":556,"k":{"\u00fc":120,"\u00f2":115,"\u00f6":115,"\u00ec":25,"\u00ee":25,"\u00ed":25,"\u00e8":115,"\u00eb":115,"\u00ea":115,"\u00e3":130,"\u00e5":130,"\u00e0":130,"\u00e4":130,"\u00e2":130,"w":115,"y":115,"\u00fd":115,"\u00ff":115,"O":25,"\u00d8":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d6":25,"\u00d2":25,"\u00d5":25,"u":120,"\u00fa":120,"\u00fb":120,"\u00f9":120,"V":15,"W":15,"Y":15,"\u00dd":15,"\u0178":15,"a":130,"\u00e6":130,"\u00e1":130,"A":115,"\u00c6":115,"\u00c1":115,"\u00c2":115,"\u00c4":115,"\u00c0":115,"\u00c5":115,"\u00c3":115,"e":115,"\u00e9":115,"o":115,"\u00f8":115,"\u0153":115,"\u00f3":115,"\u00f4":115,"\u00f5":115,"h":25,",":130,".":130,"i":25,"\u00ef":25,"J":100,"r":120,"\u00bb":175,"-":135,":":130,"\u00ab":170,";":130}},"U":{"d":"141,-718r150,0r-73,416v-5,31,-10,68,-10,84v0,94,78,111,123,111v131,0,150,-103,171,-221r72,-390r149,0r-79,436v-37,202,-113,300,-328,300v-118,0,-257,-70,-257,-222v0,-162,58,-355,82,-514","w":722,"k":{"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"V":{"d":"280,-206r220,-512r160,0r-337,718r-142,0r-108,-718r148,0","k":{"\u00f6":75,"\u00f4":75,"\u00ee":25,"\u00e8":75,"\u00eb":75,"\u00ea":75,"\u00e3":75,"\u00e5":75,"\u00e0":75,"\u00e4":75,"\u00e2":75,"C":25,"\u00c7":25,"G":25,"O":25,"\u00d8":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d6":25,"\u00d2":25,"\u00d5":25,"u":40,"\u00fa":40,"\u00fb":40,"\u00fc":40,"\u00f9":40,"a":75,"\u00e6":75,"\u00e1":75,"A":120,"\u00c6":120,"\u00c1":120,"\u00c2":120,"\u00c4":120,"\u00c0":120,"\u00c5":120,"\u00c3":120,"e":75,"\u00e9":75,"o":75,"\u00f8":75,"\u0153":75,"\u00f3":75,"\u00f2":75,"\u00f5":75,",":135,".":135,"i":25,"\u00ed":25,"\u00ef":25,"\u00ec":25,"\u00bb":75,"-":30,":":55,"\u00ab":75,";":55}},"W":{"d":"91,-718r144,0r9,496r188,-496r151,0r10,492r186,-492r152,0r-308,718r-139,0r-7,-530r-202,530r-135,0","w":889,"k":{"\u00fc":40,"\u00f6":65,"\u00ea":65,"\u00e4":65,"y":25,"\u00fd":25,"\u00ff":25,"O":25,"\u00d8":25,"\u0152":25,"\u00d3":25,"\u00d4":25,"\u00d6":25,"\u00d2":25,"\u00d5":25,"u":40,"\u00fa":40,"\u00fb":40,"\u00f9":40,"a":65,"\u00e6":65,"\u00e1":65,"\u00e2":65,"\u00e0":65,"\u00e5":65,"\u00e3":65,"A":125,"\u00c6":125,"\u00c1":125,"\u00c2":125,"\u00c4":125,"\u00c0":125,"\u00c5":125,"\u00c3":125,"e":65,"\u00e9":65,"\u00eb":65,"\u00e8":65,"o":65,"\u00f8":65,"\u0153":65,"\u00f3":65,"\u00f4":65,"\u00f2":65,"\u00f5":65,"h":25,",":115,".":115,"i":25,"\u00ed":25,"\u00ee":25,"\u00ef":25,"\u00ec":25,"r":40,"\u00bb":75,"-":20,":":40,"\u00ab":75,";":40}},"X":{"d":"-21,0r255,-378r-156,-340r159,0r92,211r141,-211r172,0r-241,355r167,363r-161,0r-107,-233r-151,233r-170,0","k":{"y":55,"\u00fd":55,"\u00ff":55,"C":50,"\u00c7":50,"O":55,"\u00d8":55,"\u0152":55,"\u00d3":55,"\u00d4":55,"\u00d6":55,"\u00d2":55,"\u00d5":55,"e":25,"\u00e9":25,"\u00ea":25,"\u00eb":25,"\u00e8":25}},"Y":{"d":"65,-718r160,0r103,287r158,-287r163,0r-260,446r-46,272r-150,0r48,-278","k":{"\u00fc":75,"\u00f6":125,"C":60,"\u00c7":60,"O":60,"\u00d8":60,"\u0152":60,"\u00d3":60,"\u00d4":60,"\u00d6":60,"\u00d2":60,"\u00d5":60,"S":15,"\u0160":15,"u":75,"\u00fa":75,"\u00fb":75,"\u00f9":75,"a":125,"\u00e6":125,"\u00e1":125,"\u00e2":125,"\u00e4":125,"\u00e0":125,"\u00e5":125,"\u00e3":125,"A":120,"\u00c6":120,"\u00c1":120,"\u00c2":120,"\u00c4":120,"\u00c0":120,"\u00c5":120,"\u00c3":120,"e":125,"\u00e9":125,"\u00ea":125,"\u00eb":125,"\u00e8":125,"o":125,"\u00f8":125,"\u0153":125,"\u00f3":125,"\u00f4":125,"\u00f2":125,"\u00f5":125,",":160,".":160,"i":50,"\u00ed":50,"\u00ee":50,"\u00ef":50,"\u00ec":50,"\u00bb":125,"-":115,":":115,"\u00ab":150,";":115}},"Z":{"d":"625,-718r-15,109r-397,484r341,0r-20,125r-534,0r19,-116r398,-479r-324,0r22,-123r510,0"},"[":{"d":"7,174r158,-892r240,0r-17,98r-110,0r-123,696r106,0r-17,98r-237,0","w":389},"\\":{"d":"199,18r-228,-754r108,0r228,754r-108,0","w":278},"]":{"d":"100,76r123,-696r-106,0r17,-98r237,0r-158,892r-240,0r17,-98r110,0","w":389},"^":{"d":"80,-343r180,-375r100,0r180,375r-109,0r-121,-263r-121,263r-109,0","w":600},"_":{"d":"500,125r-500,0r0,-50r500,0r0,50","w":500},"\u2018":{"d":"55,-443r24,-118v23,-114,93,-149,167,-157r-10,48v-65,14,-89,48,-96,97r77,0r-26,130r-136,0","w":222,"k":{"\u2018":10,".":150,",":150,"A":100,"\u00c6":100,"\u00c1":100,"\u00c2":100,"\u00c4":100,"\u00c0":100,"\u00c5":100,"\u00c3":100}},"a":{"d":"66,-385v16,-99,104,-165,232,-163v159,2,226,79,201,217r-42,237v-8,36,-5,69,12,85r0,9r-148,0v-2,-18,4,-44,-2,-58v-26,43,-77,74,-144,74v-92,0,-161,-57,-161,-160v0,-123,107,-183,267,-192v53,-3,87,-12,87,-52v0,-40,-30,-56,-83,-56v-42,0,-75,16,-82,59r-137,0xm152,-159v0,43,28,63,67,63v64,0,121,-48,126,-152v-67,17,-193,7,-193,89","w":556},"b":{"d":"12,0r130,-718r140,0r-51,260v34,-49,78,-88,151,-88v143,0,190,117,190,232v0,152,-87,328,-257,328v-88,0,-144,-58,-152,-130r-17,116r-134,0xm330,-435v-118,0,-138,178,-138,211v0,65,31,119,101,119v119,0,138,-178,138,-216v0,-64,-36,-114,-101,-114","k":{"y":20,"\u00fd":20,"\u00ff":20}},"c":{"d":"375,-189r141,0v-21,120,-114,205,-249,205v-161,0,-245,-93,-245,-253v0,-137,68,-311,281,-311v121,0,222,70,227,202r-144,0v-4,-54,-30,-90,-93,-90v-81,0,-133,87,-133,213v0,72,34,127,100,127v62,0,99,-45,115,-93","w":556,"k":{"y":20,"\u00fd":20,"\u00ff":20,"h":10,"k":10,",":-40,".":-40}},"d":{"d":"359,0r22,-101v-36,69,-85,116,-181,116v-127,0,-179,-116,-179,-226v0,-139,76,-338,253,-338v115,0,148,100,148,118r53,-287r141,0r-130,718r-127,0xm399,-310v0,-63,-26,-118,-96,-118v-115,0,-140,159,-140,213v0,100,64,118,98,118v99,0,138,-125,138,-213"},"e":{"d":"519,-217r-362,0v-10,64,16,121,98,121v44,0,79,-25,95,-55r155,0v-27,84,-112,167,-257,167v-146,0,-231,-98,-231,-258v0,-135,87,-306,280,-306v121,0,230,73,230,249v0,35,-3,60,-8,82xm167,-315r222,0v4,-67,-20,-121,-102,-121v-73,0,-110,62,-120,121","w":556,"k":{",":-30,".":-30,"x":20}},"f":{"d":"122,-532v12,-159,92,-225,247,-197r-17,111v-39,-18,-84,1,-83,40v-4,15,-6,33,-9,46r78,0r-17,98r-79,0r-78,433r-139,0r78,-433r-75,0r18,-98r76,0","w":333,"k":{"\u201d":-50,"\u2019":-50,"a":30,"\u00e6":30,"\u00e1":30,"\u00e2":30,"\u00e4":30,"\u00e0":30,"\u00e5":30,"\u00e3":30,"e":30,"\u00e9":30,"\u00ea":30,"\u00eb":30,"\u00e8":30,"o":30,"\u00f8":30,"\u0153":30,"\u00f3":30,"\u00f4":30,"\u00f6":30,"\u00f2":30,"\u00f5":30,",":25,".":25,"f":50,"\u00df":50,"\ufb01":50,"\ufb02":50,"i":40,"\u00ed":40,"\u00ee":40,"\u00ef":40,"\u00ec":40,"l":40,"\u0142":40,"t":50}},"g":{"d":"431,-425r15,-107r135,0r-90,498v-28,155,-74,248,-272,248v-196,0,-220,-126,-221,-164r144,0v2,17,11,60,84,60v77,0,112,-44,137,-203v-34,59,-84,93,-148,93v-140,0,-192,-109,-192,-235v0,-137,84,-313,249,-313v117,0,145,81,159,123xm164,-233v0,67,25,120,100,120v101,0,134,-121,134,-203v0,-70,-35,-112,-98,-112v-94,0,-136,116,-136,195","k":{"a":15,"\u00e6":15,"\u00e1":15,"\u00e2":15,"\u00e4":15,"\u00e0":15,"\u00e5":15,"\u00e3":15,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10}},"h":{"d":"8,0r132,-718r141,0r-53,259v29,-45,90,-87,173,-87v76,0,153,43,153,144v0,147,-46,267,-66,402r-141,0r56,-297v5,-27,8,-48,8,-63v0,-54,-40,-68,-65,-68v-85,0,-132,63,-148,157r-49,271r-141,0","k":{"y":20,"\u00fd":20,"\u00ff":20,"\u2019":20}},"i":{"d":"14,0r96,-532r140,0r-96,532r-140,0xm127,-611r23,-124r140,0r-23,124r-140,0","w":278,"k":{"v":-20,"j":10}},"j":{"d":"250,-532r-96,531v-25,165,-78,230,-236,208r16,-111v44,11,62,0,73,-60r103,-568r140,0xm127,-611r23,-124r140,0r-23,124r-140,0","w":278},"k":{"d":"395,-531r181,0r-218,214r115,317r-145,0r-79,-234r-72,71r-28,163r-140,0r130,-718r138,0r-69,377","w":556,"k":{"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e4":40,"\u00e0":40,"\u00e5":40,"\u00e3":40,"e":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00e8":40,"o":40,"\u00f8":40,"\u0153":40,"\u00f3":40,"\u00f4":40,"\u00f6":40,"\u00f2":40,"\u00f5":40,"g":40}},"l":{"d":"13,0r129,-718r142,0r-130,718r-141,0","w":278},"m":{"d":"109,-532r127,0r-20,91v29,-43,88,-107,173,-107v77,0,115,40,136,98v22,-29,68,-99,172,-99v33,0,140,18,140,153v0,137,-46,266,-67,396r-139,0r57,-315v17,-67,10,-115,-50,-115v-88,0,-119,105,-131,173r-46,257r-140,0r58,-315v17,-66,10,-115,-48,-115v-72,0,-115,70,-131,155r-50,275r-137,0","w":889,"k":{"y":20,"\u00fd":20,"\u00ff":20}},"n":{"d":"8,0r96,-532r130,0r-22,96v45,-68,106,-110,189,-110v76,0,153,43,153,144v0,147,-46,267,-66,402r-141,0r56,-297v5,-27,8,-48,8,-63v0,-54,-40,-68,-65,-68v-85,0,-132,63,-148,157r-49,271r-141,0","k":{"v":20,"w":20,"y":20,"\u00fd":20,"\u00ff":20}},"o":{"d":"166,-231v0,89,47,135,111,135v83,0,154,-79,154,-205v0,-89,-47,-135,-111,-135v-83,0,-154,79,-154,205xm22,-233v0,-112,73,-315,308,-315v139,0,245,80,245,249v0,112,-73,315,-308,315v-134,0,-245,-86,-245,-249","k":{"v":20,"y":40,"\u00fd":40,"\u00ff":40,"x":40}},"p":{"d":"-23,212r134,-744r126,0r-23,101r2,2v39,-78,93,-119,179,-119v64,0,180,44,180,224v0,118,-57,340,-257,340v-91,0,-129,-64,-146,-114r-56,310r-139,0xm195,-223v0,87,44,121,98,121v105,0,144,-128,144,-222v0,-68,-43,-112,-98,-112v-131,0,-144,179,-144,213","k":{"y":20,"\u00fd":20,"\u00ff":20}},"q":{"d":"568,-532r-134,738r-140,0r56,-283v-34,49,-78,88,-156,88v-138,0,-185,-117,-185,-232v0,-152,87,-328,257,-328v88,0,144,58,152,130r16,-113r134,0xm251,-100v118,0,138,-178,138,-211v0,-65,-31,-119,-101,-119v-119,0,-138,178,-138,216v0,64,36,114,101,114"},"r":{"d":"209,-424v67,-102,96,-127,190,-122r-21,146v-12,-3,-26,-8,-45,-8v-58,0,-114,22,-139,167r-42,241r-142,0r96,-532r129,0","w":389,"k":{"q":20,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"\u2019":-40,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"h":30,"k":30,",":95,".":95,"s":20,"\u0161":20,"i":30,"\u00ed":30,"\u00ee":30,"\u00ef":30,"\u00ec":30,"l":30,"\u0142":30,"r":30,"g":20,"-":55,"c":20,"\u00e7":20,"d":20,"\u0131":20,"m":30,"n":30,"\u00f1":30,"p":30}},"s":{"d":"14,-179r132,0v5,49,20,91,95,91v46,0,85,-17,85,-55v0,-103,-267,-42,-267,-240v0,-83,68,-165,205,-165v189,0,219,104,222,179r-134,0v-9,-48,-21,-75,-90,-75v-53,0,-71,25,-71,47v0,85,267,45,267,241v0,87,-68,172,-223,172v-117,0,-221,-48,-221,-195","w":500,"k":{"w":-10,"\u2019":-30,",":-50,".":-50}},"t":{"d":"124,-532r29,-153r138,0r-28,153r76,0r-17,98r-78,0r-49,297v-2,42,63,23,85,18r-16,114v-83,24,-214,24,-214,-89v0,-13,2,-27,9,-66r46,-274r-76,0r20,-98r75,0","w":333,"k":{"w":-20,"y":-20,"\u00fd":-20,"\u00ff":-20,"u":30,"\u00fa":30,"\u00fb":30,"\u00fc":30,"\u00f9":30,"\u2019":-50,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"t":30}},"u":{"d":"581,-532r-96,532r-130,0r22,-96v-45,68,-106,110,-189,110v-76,0,-153,-43,-153,-144v0,-147,46,-267,66,-402r141,0r-56,297v-5,27,-8,48,-8,63v0,54,40,68,65,68v85,0,132,-63,148,-157r49,-271r141,0","k":{"\u2019":-30}},"v":{"d":"362,-532r150,0r-255,532r-152,0r-66,-532r138,0r28,376","w":500,"k":{"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,",":95,".":95,"c":20,"\u00e7":20}},"w":{"d":"334,-532r144,0r17,370r146,-370r148,0r-244,532r-145,0r-18,-381r-148,381r-144,0r-56,-532r136,0r23,373","w":778,"k":{"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":10,"\u00f8":10,"\u0153":10,"\u00f3":10,"\u00f4":10,"\u00f6":10,"\u00f2":10,"\u00f5":10,",":75,".":75,"-":-40,"c":20,"\u00e7":20,"d":20,"\u0131":20}},"x":{"d":"-20,0r189,-265r-132,-267r151,0r67,159r96,-159r154,0r-182,268r135,264r-152,0r-66,-154r-96,154r-164,0","w":500,"k":{"a":10,"\u00e6":10,"\u00e1":10,"\u00e2":10,"\u00e4":10,"\u00e0":10,"\u00e5":10,"\u00e3":10,"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":40,"\u00f8":40,"\u0153":40,"\u00f3":40,"\u00f4":40,"\u00f6":40,"\u00f2":40,"\u00f5":40,"-":55,"c":40,"\u00e7":40}},"y":{"d":"117,-38r-69,-494r139,0r34,386r2,0r156,-386r148,0r-281,593v-53,123,-112,171,-241,143r13,-113v59,12,105,-9,105,-66v0,-15,-2,-35,-6,-63","w":500,"k":{"\u2019":-75,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,",":75,".":75,"s":20,"\u0161":20,"-":-20,"c":20,"\u00e7":20,"d":20,"\u0131":20}},"z":{"d":"76,-532r396,0r-16,108r-264,311r254,0r-21,113r-423,0r18,-105r260,-314r-223,0","w":500,"k":{"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20}},"{":{"d":"-14,-226r15,-92v28,0,96,-13,106,-68r35,-202v22,-126,123,-138,261,-130r-14,84r-55,0v-51,0,-62,37,-67,65r-34,193v-13,80,-91,92,-122,105v28,0,89,8,89,74v0,87,-29,161,-38,247v-4,39,55,44,101,40r-14,84r-103,0v-89,4,-126,-61,-110,-149r30,-166v18,-61,-46,-88,-80,-85","w":389},"|":{"d":"84,214r0,-1000r112,0r0,1000r-112,0","w":280},"}":{"d":"392,-318r-15,92v-28,0,-96,13,-106,68r-35,202v-22,126,-123,138,-261,130r14,-84r55,0v51,0,62,-37,67,-65r34,-193v13,-80,91,-92,122,-105v-28,0,-89,-8,-89,-74v0,-87,29,-161,38,-247v4,-39,-55,-44,-101,-40r14,-84r103,0v89,-4,126,61,110,149r-30,166v-18,61,46,88,80,85","w":389},"~":{"d":"194,-343v65,0,155,67,213,67v40,0,65,-36,88,-71r36,97v-30,42,-63,86,-125,86v-80,0,-129,-67,-217,-67v-44,0,-68,36,-84,72r-36,-98v22,-42,58,-86,125,-86","w":600},"\u00a1":{"d":"177,-391r30,-141r146,0r-30,141r-146,0xm89,3r112,-336r74,0r-32,336r-39,183r-154,0","w":333},"\u00a2":{"d":"199,-117r99,-318v-86,-6,-137,85,-138,212v0,45,10,84,39,106xm375,-189r141,0v-24,134,-137,225,-300,201r-32,103r-57,0r36,-116v-93,-33,-141,-115,-141,-236v0,-144,86,-331,311,-309r28,-91r55,0r-31,101v82,25,141,89,145,190r-144,0v-2,-33,-13,-59,-36,-75r-100,323v69,12,108,-38,125,-91","w":556},"\u00a3":{"d":"538,-481r-128,0v13,-65,-7,-127,-80,-127v-68,0,-102,56,-102,122v0,37,12,74,15,108r153,0r-11,70r-137,0v2,78,-22,127,-88,199v27,-5,50,-10,81,-10v50,0,91,23,135,23v45,0,68,-15,107,-34r-18,116v-33,18,-65,28,-102,28v-73,0,-131,-42,-204,-42v-50,0,-108,33,-122,44r-16,-104v77,-51,122,-110,99,-220r-93,0r10,-70r71,0v-7,-27,-12,-69,-12,-100v0,-150,92,-235,242,-235v114,0,230,80,200,232","w":556},"\u2044":{"d":"487,-710r-582,729r-79,0r583,-729r78,0","w":167},"\u00a5":{"d":"539,-405r-12,60r-135,0r-54,75r173,0r-12,60r-174,0r-44,210r-127,0r44,-210r-173,0r12,-60r173,0r-24,-75r-133,0r12,-60r101,0r-94,-293r150,0r83,294r199,-294r142,0r-211,293r104,0","w":556},"\u0192":{"d":"541,-696r-25,109v-60,-40,-121,-10,-126,73r-10,53r120,0r0,95r-132,0r-61,350v-19,113,-60,226,-192,226v-42,0,-77,-12,-100,-21r24,-108v17,14,38,18,52,18v43,0,57,-17,78,-139r57,-326r-122,0r0,-95r137,0v24,-126,41,-252,202,-253v23,0,68,6,98,18","w":556},"\u00a7":{"d":"31,-3r124,0v6,47,30,73,80,73v43,0,76,-22,76,-67v0,-20,-9,-32,-35,-53r-151,-120v-52,-41,-76,-84,-76,-136v0,-80,54,-130,131,-145v-32,-32,-51,-66,-51,-107v0,-68,48,-178,212,-178v125,0,190,70,184,183r-124,0v2,-50,-23,-79,-71,-79v-33,0,-69,21,-69,58v0,17,8,33,22,45r160,130v32,26,82,76,82,149v0,78,-57,121,-128,144v107,107,14,281,-171,280v-111,-1,-204,-54,-195,-177xm355,-295r-117,-96v-64,25,-79,74,-15,125r118,94v67,-30,68,-79,14,-123","w":556},"\u00a4":{"d":"293,-244v62,0,104,-50,104,-113v0,-63,-42,-111,-104,-111v-62,0,-102,48,-102,111v0,63,40,113,102,113xm12,-142r98,-98v-41,-57,-39,-176,0,-232r-98,-98r66,-66r98,98v59,-42,177,-43,234,0r98,-98r66,66r-98,98v43,57,42,176,0,232r98,98r-66,66r-98,-98v-57,42,-175,43,-234,0r-98,98","w":556},"'":{"d":"83,-443r0,-275r112,0r0,275r-112,0","w":278},"\u201c":{"d":"64,-443r24,-118v23,-114,93,-149,167,-157r-10,48v-65,14,-89,48,-96,97r77,0r-26,130r-136,0xm271,-443r24,-118v23,-114,93,-149,167,-157r-10,48v-65,14,-89,48,-96,97r77,0r-26,130r-136,0","w":444,"k":{".":300,",":300," ":150,"A":125,"\u00c6":125,"\u00c1":125,"\u00c2":125,"\u00c4":125,"\u00c0":125,"\u00c5":125,"\u00c3":125}},"\u00ab":{"d":"49,-231r20,-99r200,-141r-24,118r-120,84r87,88r-22,106xm263,-231r20,-99r200,-141r-24,118r-120,84r87,88r-22,106","w":556,"k":{".":50,",":50,"O":50,"\u00d8":50,"\u0152":50,"\u00d3":50,"\u00d4":50,"\u00d6":50,"\u00d2":50,"\u00d5":50,"T":175,"V":75,"W":75,"Y":150,"\u00dd":150,"\u0178":150,"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50,"H":50}},"\u2039":{"d":"69,-330r200,-141r-24,118r-120,84r87,88r-22,106r-141,-156","w":333},"\u203a":{"d":"248,-216r-199,141r23,-118r120,-84r-87,-88r22,-106r142,155","w":333},"\u2013":{"d":"-11,-220r18,-106r560,0r-18,106r-560,0","w":556},"\u2020":{"d":"228,180r-122,0r100,-560r-169,0r20,-106r168,0r41,-229r123,0r-42,229r169,0r-19,106r-168,0","w":556},"\u2021":{"d":"316,-153r167,0r-19,107r-167,0r-40,221r-123,0r40,-221r-169,0r20,-107r168,0r43,-234r-167,0r17,-108r170,0r40,-223r122,0r-41,223r166,0r-19,106r-165,0","w":556},"\u00b7":{"d":"49,-220r29,-150r151,0r-29,150r-151,0","w":278},"\u00b6":{"d":"141,156r108,-521v-142,0,-207,-66,-186,-173v47,-239,329,-169,584,-180r-181,874r-112,0r164,-789r-101,0r-164,789r-112,0"},"\u2022":{"d":"71,-359v0,-99,80,-180,179,-180v99,0,180,81,180,180v0,99,-81,179,-180,179v-99,0,-179,-80,-179,-179","w":500},"\u201a":{"d":"5,0r26,-130r136,0r-24,118v-23,114,-93,149,-167,157r10,-48v65,-14,89,-48,96,-97r-77,0","w":222},"\u201e":{"d":"242,0r26,-130r136,0r-24,118v-23,114,-93,149,-167,157r10,-48v65,-14,89,-48,96,-97r-77,0xm35,0r26,-130r136,0r-24,118v-23,114,-93,149,-167,157r10,-48v65,-14,89,-48,96,-97r-77,0","w":444},"\u201d":{"d":"306,-588r26,-130r136,0r-24,118v-23,114,-93,149,-167,157r10,-48v65,-14,89,-48,96,-97r-77,0xm99,-588r26,-130r136,0r-24,118v-23,114,-93,149,-167,157r10,-48v65,-14,89,-48,96,-97r-77,0","w":444,"k":{".":300,",":300," ":150,"A":150,"\u00c6":150,"\u00c1":150,"\u00c2":150,"\u00c4":150,"\u00c0":150,"\u00c5":150,"\u00c3":150,"o":25,"\u00f8":25,"\u0153":25,"\u00f3":25,"\u00f4":25,"\u00f6":25,"\u00f2":25,"\u00f5":25}},"\u00bb":{"d":"263,-75r24,-118r120,-84r-87,-88r22,-106r141,156r-20,99xm49,-75r24,-118r120,-84r-87,-88r22,-106r141,156r-20,99","w":556,"k":{".":75,",":75,"O":40,"\u00d8":40,"\u0152":40,"\u00d3":40,"\u00d4":40,"\u00d6":40,"\u00d2":40,"\u00d5":40,"T":175,"V":75,"W":75,"Y":200,"\u00dd":200,"\u0178":200,"A":75,"\u00c6":75,"\u00c1":75,"\u00c2":75,"\u00c4":75,"\u00c0":75,"\u00c5":75,"\u00c3":75,"H":25}},"\u2026":{"d":"37,0r29,-150r151,0r-29,150r-151,0xm370,0r29,-150r151,0r-29,150r-151,0xm703,0r29,-150r151,0r-29,150r-151,0","w":1000},"\u2030":{"d":"525,-239v-51,0,-69,81,-69,142v0,31,8,48,36,48v50,0,69,-80,69,-142v0,-31,-9,-48,-36,-48xm536,-304v87,0,118,54,118,120v0,101,-52,200,-172,200v-81,0,-120,-47,-120,-125v0,-90,52,-195,174,-195xm108,16r396,-730r80,0r-395,730r-81,0xm199,-714v87,0,118,54,118,120v0,101,-52,200,-172,200v-81,0,-120,-47,-120,-125v0,-90,52,-195,174,-195xm187,-649v-49,0,-69,79,-69,141v0,31,9,48,36,48v51,0,69,-80,69,-141v0,-31,-8,-48,-36,-48xm871,-304v87,0,118,54,118,120v0,101,-52,200,-172,200v-81,0,-120,-47,-120,-125v0,-90,52,-195,174,-195xm860,-239v-51,0,-69,81,-69,142v0,31,8,48,36,48v50,0,69,-80,69,-142v0,-31,-9,-48,-36,-48","w":1000},"\u00bf":{"d":"306,-324r132,0v-21,96,-39,138,-145,203v-45,27,-75,58,-83,99v-17,78,34,99,76,99v90,-1,118,-68,132,-116r141,0v-37,174,-180,234,-289,234v-60,0,-253,-17,-211,-213v17,-81,71,-129,160,-184v50,-31,72,-50,87,-122xm310,-391r30,-141r146,0r-30,141r-146,0"},"`":{"d":"160,-611r-140,-144r151,0r87,144r-98,0","w":278},"\u00b4":{"d":"116,-611r102,-144r159,0r-161,144r-100,0","w":278},"\u02c6":{"d":"388,-750r83,146r-113,0r-46,-82r-81,82r-113,0r145,-146r125,0","w":333},"\u02dc":{"d":"260,-733v30,-5,100,36,126,36v33,0,48,-23,56,-40r65,0v-12,30,-52,120,-135,120v-48,0,-105,-36,-139,-36v-35,0,-52,32,-56,43r-64,0v18,-50,68,-126,147,-123","w":333},"\u00af":{"d":"13,-633r11,-74r339,0r-11,74r-339,0","w":278},"\u02d8":{"d":"429,-750r65,0v-13,45,-60,146,-209,146v-134,0,-133,-106,-128,-146r66,0v0,26,1,70,85,70v46,0,97,-5,121,-70","w":333},"\u02d9":{"d":"385,-729r-24,115r-126,0r24,-115r126,0","w":333},"\u00a8":{"d":"211,-611r21,-118r131,0r-21,118r-131,0xm15,-611r21,-118r131,0r-21,118r-131,0","w":278},"\u02da":{"d":"418,-672v-14,63,-80,104,-130,104v-50,0,-100,-41,-86,-104v13,-63,80,-104,130,-104v50,0,99,41,86,104xm299,-620v58,7,95,-101,22,-104v-58,-7,-95,101,-22,104","w":333},"\u00b8":{"d":"34,84r75,-84r57,0r-50,55v53,-12,115,0,102,74v-17,95,-151,128,-255,74r32,-48v50,18,115,31,129,-23v11,-41,-40,-40,-73,-28","w":333},"\u02dd":{"d":"36,-611r102,-143r159,0r-161,143r-100,0xm236,-611r102,-144r159,0r-161,144r-100,0","w":278},"\u02db":{"d":"253,155r8,49v-53,19,-80,24,-114,24v-73,0,-116,-41,-105,-93v14,-63,68,-111,138,-135r84,0r-1,4v-73,35,-120,90,-124,120v-9,71,64,47,114,31","w":333},"\u02c7":{"d":"119,-611r-83,-144r98,0r52,84r91,-84r107,0r-140,144r-125,0","w":278},"\u2014":{"d":"113,-220r22,-106r741,0r-22,106r-741,0","w":1000},"\u00c6":{"d":"643,-313r-40,186r378,0r-27,127r-525,0r33,-153r-215,0r-85,153r-157,0r415,-718r680,0r-27,127r-371,0r-32,151r334,0r-27,127r-334,0xm311,-271r176,0r68,-320r-65,0","w":1000,"k":{"G":15,"s":25,"\u0161":25}},"\u00aa":{"d":"463,-644r-37,173v-8,37,0,46,11,49r-3,13r-98,0v-2,-15,-2,-20,0,-38v-25,20,-60,46,-122,46v-52,0,-101,-27,-87,-93v19,-93,110,-106,208,-115v15,-2,34,-5,37,-23v7,-33,-28,-34,-52,-34v-45,0,-58,23,-65,41r-87,0v31,-98,107,-112,178,-112v49,0,134,14,117,93xm255,-462v57,1,102,-42,103,-103v-10,6,-26,12,-66,17v-35,5,-63,15,-70,49v-6,28,15,37,33,37","w":370},"\u0141":{"d":"452,-459r-144,73r-54,256r357,0r-28,130r-507,0r66,-311r-108,55r17,-78r108,-55r70,-329r150,0r-54,254r143,-73","k":{"y":45,"\u00fd":45,"\u00ff":45,"O":75,"\u00d8":75,"\u0152":75,"\u00d3":75,"\u00d4":75,"\u00d6":75,"\u00d2":75,"\u00d5":75,"T":100,"V":100,"W":65,"Y":140,"\u00dd":140,"\u0178":140,"\u201c":250,"\u201d":250,"\u2018":200,"\u2019":200,"a":-20,"\u00e6":-20,"\u00e1":-20,"\u00e2":-20,"\u00e4":-20,"\u00e0":-20,"\u00e5":-20,"\u00e3":-20,"-":75}},"\u00d8":{"d":"894,-707r-103,92v32,57,44,138,19,256v-71,337,-330,378,-425,378v-53,0,-150,-12,-215,-82r-101,90r-34,-38r105,-93v-31,-55,-45,-137,-20,-255v72,-337,331,-378,426,-378v53,0,149,13,214,81r100,-89xm267,-218r375,-333v-31,-45,-80,-59,-123,-59v-81,0,-206,50,-249,251v-12,60,-12,106,-3,141xm662,-501r-374,333v30,45,80,60,124,60v81,0,206,-50,248,-251v13,-61,13,-108,2,-142","w":778,"k":{"T":20,"V":35,"W":35,"Y":75,"\u00dd":75,"\u0178":75,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30,"\u00bb":30,"X":45}},"\u0152":{"d":"754,-591r-32,151r310,0r-27,127r-310,0r-40,186r333,0r-27,127r-470,0r11,-50v-51,46,-90,69,-174,69v-119,0,-278,-78,-215,-378v38,-177,156,-378,380,-378v92,0,123,37,142,61r9,-42r470,0r-27,127r-333,0xm523,-196r69,-325v15,-72,-59,-92,-105,-92v-124,0,-198,117,-228,262v-23,107,-8,246,114,246v84,0,141,-50,150,-91","w":1000},"\u00ba":{"d":"481,-569v-16,77,-86,168,-213,168v-127,0,-157,-91,-141,-168v16,-77,86,-168,213,-168v127,0,157,91,141,168xm383,-569v11,-52,-8,-96,-59,-96v-51,0,-88,44,-99,96v-11,52,8,96,59,96v51,0,88,-44,99,-96","w":365},"\u00e6":{"d":"741,-156r144,0v-68,130,-177,170,-277,170v-125,0,-153,-49,-174,-86v-45,54,-130,86,-219,86v-77,0,-184,-23,-154,-163v13,-64,60,-134,167,-152r136,-22v67,-11,75,-18,83,-52v4,-20,12,-59,-86,-59v-76,0,-95,51,-100,75r-137,0v46,-157,172,-187,280,-187v86,0,130,36,152,59v36,-24,85,-59,168,-59v105,0,239,50,188,293r-6,25r-365,0v-4,40,-15,130,98,130v39,0,83,-20,102,-58xm404,-188r14,-67v-15,11,-32,19,-110,30v-57,8,-96,18,-108,77v-9,41,18,62,66,62v54,0,126,-45,138,-102xm565,-319r217,0v10,-86,-39,-112,-84,-112v-66,0,-110,42,-133,112","w":889},"\u0131":{"d":"14,0r96,-532r140,0r-96,532r-140,0","w":278},"\u0142":{"d":"407,-523r-16,78r-98,50r-84,395r-140,0r69,-324r-98,50r17,-78r97,-50r68,-316r140,0r-52,245","w":278},"\u00f8":{"d":"495,-351r-248,213v15,21,40,34,81,34v108,0,149,-94,163,-162v6,-28,9,-59,4,-85xm231,-179r249,-214v-17,-22,-42,-35,-83,-35v-108,0,-148,94,-162,162v-6,27,-10,58,-4,87xm701,-528r-87,74v28,45,38,107,21,188v-41,192,-189,280,-332,280v-66,0,-125,-19,-165,-58r-84,73r-32,-29r89,-77v-28,-46,-37,-108,-20,-189v41,-192,188,-280,331,-280v66,0,125,19,167,59r84,-73","k":{"v":20,"y":40,"\u00fd":40,"\u00ff":40,"x":40}},"\u0153":{"d":"795,-156r144,0v-64,128,-179,170,-270,170v-119,0,-153,-43,-176,-74v-32,31,-90,74,-190,74v-143,0,-253,-88,-212,-280v40,-192,188,-280,331,-280v73,0,138,34,166,80v45,-38,98,-80,190,-80v105,0,239,50,188,293r-6,25r-365,0v-4,40,-15,130,98,130v39,0,83,-20,102,-58xm491,-266v14,-68,14,-162,-94,-162v-108,0,-148,94,-162,162v-15,68,-15,162,93,162v108,0,148,-94,163,-162xm619,-319r217,0v10,-86,-39,-112,-84,-112v-66,0,-110,42,-133,112","w":944,"k":{",":-30,".":-30,"x":20}},"\u00df":{"d":"277,8r24,-110v102,8,166,-30,186,-123v24,-112,-65,-118,-127,-122r20,-97v55,-2,113,-4,131,-87v19,-88,-63,-88,-82,-88v-37,0,-93,20,-107,89r-113,530r-140,0r115,-539v21,-100,112,-192,273,-192v68,0,233,14,195,196v-13,60,-57,105,-100,124v96,47,86,129,76,182v-23,126,-148,273,-351,237","k":{"w":-10,"\u2019":-30,",":-50,".":-50}},"\u00ac":{"d":"441,-87r0,-220r-394,0r0,-112r506,0r0,332r-112,0","w":600},"\u00b5":{"d":"-35,211r148,-696r113,0v-20,105,-61,205,-61,319v0,17,0,81,81,81v106,0,133,-114,148,-184r46,-217r113,0r-104,486r-98,0r14,-63v-31,38,-63,72,-133,72v-65,0,-87,-30,-102,-51r-53,253r-112,0","w":600},"\u2122":{"d":"96,-656r0,-62r294,0r0,62r-109,0r0,297r-75,0r0,-297r-110,0xm462,-359r0,-359r108,0r66,281r64,-281r109,0r0,359r-69,0r-1,-300r-68,300r-73,0r-67,-300r0,300r-69,0","w":1000},"\u00d0":{"d":"143,-316r-81,0r27,-124r81,0r59,-278r317,0v242,0,248,206,219,342v-33,154,-141,376,-378,376r-311,0xm349,-594r-32,154r166,0r-27,124r-166,0r-41,192r146,0v122,0,190,-123,215,-241v45,-212,-53,-229,-117,-229r-144,0","w":722,"k":{"u":10,"\u00fa":10,"\u00fb":10,"\u00fc":10,"\u00f9":10,"V":35,"W":35,"Y":65,"\u00dd":65,"\u0178":65,"A":35,"\u00c6":35,"\u00c1":35,"\u00c2":35,"\u00c4":35,"\u00c0":35,"\u00c5":35,"\u00c3":35,"e":-15,"\u00e9":-15,"\u00ea":-15,"\u00eb":-15,"\u00e8":-15,"o":-15,"\u00f8":-15,"\u0153":-15,"\u00f3":-15,"\u00f4":-15,"\u00f6":-15,"\u00f2":-15,"\u00f5":-15,",":25,".":25}},"\u00bd":{"d":"132,19r583,-729r78,0r-582,729r-79,0xm148,-574r13,-62v88,4,137,-39,142,-74r85,0r-91,427r-101,0r62,-291r-110,0xm630,-275r-88,0v30,-139,143,-152,184,-152v88,0,143,48,129,135v-19,119,-186,162,-230,210r186,0r-17,82r-315,0v14,-50,35,-107,139,-169v99,-59,132,-77,145,-131v4,-20,-10,-48,-50,-48v-64,0,-76,49,-83,73","w":834},"\u00b1":{"d":"244,-381r0,-125r112,0r0,125r197,0r0,112r-197,0r0,126r-112,0r0,-126r-197,0r0,-112r197,0xm47,0r0,-112r506,0r0,112r-506,0","w":600},"\u00de":{"d":"76,0r153,-718r150,0r-21,98r178,0v139,0,203,91,173,232v-13,65,-84,229,-277,229r-172,0r-34,159r-150,0xm286,-283r139,0v112,0,129,-80,136,-112v15,-70,-18,-101,-111,-101r-119,0","w":667},"\u00bc":{"d":"543,-157r115,0v22,-103,39,-170,41,-183r-2,0xm806,-424r-56,265r50,0r-15,69r-50,0r-19,90r-95,0r19,-90r-183,0r16,-74r225,-260r108,0xm132,19r583,-729r78,0r-582,729r-79,0xm148,-574r13,-62v88,4,137,-39,142,-74r85,0r-91,427r-101,0r62,-291r-110,0","w":834},"\u00f7":{"d":"553,-197r-506,0r0,-112r506,0r0,112xm225,0r0,-150r150,0r0,150r-150,0xm225,-356r0,-150r150,0r0,150r-150,0","w":600},"\u00a6":{"d":"84,89r0,-250r112,0r0,250r-112,0xm84,-411r0,-250r112,0r0,250r-112,0","w":280},"\u00b0":{"d":"57,-571v0,-79,64,-143,143,-143v79,0,143,64,143,143v0,79,-64,143,-143,143v-79,0,-143,-64,-143,-143xm113,-571v0,48,39,87,87,87v48,0,87,-39,87,-87v0,-48,-39,-87,-87,-87v-48,0,-87,39,-87,87","w":400},"\u00fe":{"d":"250,-254v-17,79,1,153,90,153v90,0,136,-98,150,-161v18,-84,4,-163,-85,-163v-96,0,-137,86,-155,171xm216,-68r-58,276r-140,0r197,-926r140,0r-54,254v31,-28,77,-82,172,-82v117,0,202,90,163,274v-31,146,-127,286,-285,286v-101,1,-119,-56,-135,-82","k":{"y":20,"\u00fd":20,"\u00ff":20}},"\u00be":{"d":"731,-424r108,0r-56,265r50,0r-15,69r-50,0r-19,90r-95,0r19,-90r-183,0r16,-74xm576,-159r112,0v21,-101,38,-168,39,-177r-2,0xm759,-710r78,0r-582,729r-79,0xm231,-573r-85,0v17,-80,78,-137,182,-137v62,0,136,29,118,119v-10,47,-48,69,-73,84v15,4,63,26,48,99v-17,80,-93,137,-186,137v-44,0,-159,-9,-131,-142r89,0v-5,23,-8,67,53,67v37,0,67,-15,77,-62v12,-57,-44,-59,-87,-59r14,-64v42,-1,83,6,99,-53v4,-15,7,-51,-43,-51v-62,0,-73,51,-75,62","w":834},"\u00ae":{"d":"166,-448r0,-197r101,0v54,0,63,37,63,55v0,22,-11,41,-30,48v16,7,25,13,25,50v0,30,0,36,9,39r0,5r-46,0v-12,-19,11,-87,-37,-76r-43,0r0,76r-42,0xm208,-558v33,-2,83,10,80,-27v0,-11,-4,-26,-29,-26r-51,0r0,53xm245,-694v-76,0,-136,58,-136,147v0,88,60,146,136,146v75,0,137,-58,137,-146v0,-89,-62,-147,-137,-147xm57,-547v0,-104,84,-189,188,-189v104,0,189,85,189,189v0,104,-85,188,-189,188v-104,0,-188,-84,-188,-188","w":490},"\u2212":{"d":"586,-197r-504,0r24,-112r504,0","w":584},"\u00f0":{"d":"392,-405v-107,0,-150,106,-159,144v-22,104,18,157,96,157v119,0,153,-124,161,-161v8,-38,11,-140,-98,-140xm670,-685r-111,44v66,77,113,198,82,346v-49,227,-209,309,-335,309v-132,0,-260,-73,-216,-279v31,-148,155,-258,302,-258v23,0,83,6,111,55r3,-2v-11,-43,-39,-86,-71,-121r-118,47r-52,-52r118,-47v-26,-22,-50,-38,-64,-45r119,-49v22,10,46,24,69,44r112,-44"},"\u00d7":{"d":"267,-253r-136,-173r95,-79r137,173r209,-173r63,79r-210,173r137,173r-97,79r-136,-173r-209,173r-63,-79","w":584},"\u00a9":{"d":"137,-359v0,174,121,291,273,291v149,0,273,-117,273,-291v0,-175,-124,-291,-273,-291v-152,0,-273,116,-273,291xm601,-437r-90,0v-7,-25,-21,-74,-98,-74v-33,0,-106,20,-106,148v0,93,40,148,106,148v75,0,91,-53,99,-80r89,0v-19,107,-94,158,-185,158v-128,0,-199,-89,-199,-226v0,-159,97,-226,196,-226v140,0,184,96,188,152xm33,-359v0,-208,169,-377,377,-377v208,0,377,169,377,377v0,208,-169,377,-377,377v-208,0,-377,-169,-377,-377","w":800},"\u00c1":{"d":"452,-265r-29,-303r-2,0r-149,303r180,0xm-17,0r376,-718r175,0r91,718r-148,0r-13,-141r-253,0r-69,141r-159,0xm402,-790r102,-144r159,0r-161,144r-100,0","w":667,"k":{"v":25,"w":15,"y":25,"\u00fd":25,"\u00ff":25,"C":15,"\u00c7":15,"G":15,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"q":-15,"Q":15,"S":15,"\u0160":15,"T":65,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"U":15,"\u00da":15,"\u00db":15,"\u00dc":15,"\u00d9":15,"V":65,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u201c":50,"\u201d":50,"\u2018":50,"\u2019":40}},"\u00c2":{"d":"550,-936r83,146r-113,0r-47,-82r-80,82r-113,0r145,-146r125,0xm452,-265r-29,-303r-2,0r-149,303r180,0xm-17,0r376,-718r175,0r91,718r-148,0r-13,-141r-253,0r-69,141r-159,0","w":667,"k":{"v":25,"w":15,"y":25,"\u00fd":25,"\u00ff":25,"C":15,"\u00c7":15,"G":15,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"q":-15,"Q":15,"S":15,"\u0160":15,"T":65,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"U":15,"\u00da":15,"\u00db":15,"\u00dc":15,"\u00d9":15,"V":65,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u201c":50,"\u201d":50,"\u2018":50,"\u2019":40}},"\u00c4":{"d":"452,-265r-29,-303r-2,0r-149,303r180,0xm-17,0r376,-718r175,0r91,718r-148,0r-13,-141r-253,0r-69,141r-159,0xm496,-800r21,-118r131,0r-21,118r-131,0xm300,-800r21,-118r131,0r-21,118r-131,0","w":667,"k":{"v":25,"w":15,"y":25,"\u00fd":25,"\u00ff":25,"C":15,"\u00c7":15,"G":15,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"q":-15,"Q":15,"S":15,"\u0160":15,"T":65,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"U":15,"\u00da":15,"\u00db":15,"\u00dc":15,"\u00d9":15,"V":65,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u201c":50,"\u201d":50,"\u2018":50,"\u2019":40}},"\u00c0":{"d":"452,-265r-29,-303r-2,0r-149,303r180,0xm-17,0r376,-718r175,0r91,718r-148,0r-13,-141r-253,0r-69,141r-159,0xm423,-792r-140,-144r151,0r87,144r-98,0","w":667,"k":{"v":25,"w":15,"y":25,"\u00fd":25,"\u00ff":25,"C":15,"\u00c7":15,"G":15,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"q":-15,"Q":15,"S":15,"\u0160":15,"T":65,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"U":15,"\u00da":15,"\u00db":15,"\u00dc":15,"\u00d9":15,"V":65,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u201c":50,"\u201d":50,"\u2018":50,"\u2019":40}},"\u00c5":{"d":"584,-858v-13,63,-80,104,-130,104v-50,0,-99,-41,-86,-104v14,-63,80,-104,130,-104v50,0,100,41,86,104xm465,-806v58,0,96,-101,22,-104v-29,0,-56,23,-63,52v-6,29,12,52,41,52xm452,-265r-29,-303r-2,0r-149,303r180,0xm-17,0r376,-718r175,0r91,718r-148,0r-13,-141r-253,0r-69,141r-159,0","w":667,"k":{"v":25,"w":15,"y":25,"\u00fd":25,"\u00ff":25,"C":15,"\u00c7":15,"G":15,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"q":-15,"Q":15,"S":15,"\u0160":15,"T":65,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"U":15,"\u00da":15,"\u00db":15,"\u00dc":15,"\u00d9":15,"V":65,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u201c":50,"\u201d":50,"\u2018":50,"\u2019":40}},"\u00c3":{"d":"426,-919v30,-5,101,36,127,36v33,0,48,-23,55,-40r65,0v-11,30,-51,120,-134,120v-47,0,-106,-36,-140,-36v-35,0,-51,32,-56,43r-64,0v19,-50,69,-126,147,-123xm452,-265r-29,-303r-2,0r-149,303r180,0xm-17,0r376,-718r175,0r91,718r-148,0r-13,-141r-253,0r-69,141r-159,0","w":667,"k":{"v":25,"w":15,"y":25,"\u00fd":25,"\u00ff":25,"C":15,"\u00c7":15,"G":15,"O":15,"\u00d8":15,"\u0152":15,"\u00d3":15,"\u00d4":15,"\u00d6":15,"\u00d2":15,"\u00d5":15,"q":-15,"Q":15,"S":15,"\u0160":15,"T":65,"u":15,"\u00fa":15,"\u00fb":15,"\u00fc":15,"\u00f9":15,"U":15,"\u00da":15,"\u00db":15,"\u00dc":15,"\u00d9":15,"V":65,"W":50,"Y":70,"\u00dd":70,"\u0178":70,"\u201c":50,"\u201d":50,"\u2018":50,"\u2019":40}},"\u00c7":{"d":"262,84r60,-68v-211,-16,-279,-187,-279,-318v0,-205,123,-434,383,-434v163,0,277,90,277,259r-150,0v0,-85,-58,-135,-132,-135v-183,0,-228,204,-228,317v0,100,46,183,170,183v74,0,142,-36,166,-133r152,0v-39,158,-141,255,-303,262r-34,38v53,-12,115,0,102,74v-17,95,-151,128,-255,74r32,-48v50,18,115,31,129,-23v11,-41,-40,-40,-73,-28","w":722,"k":{"Y":60,"\u00dd":60,"\u0178":60,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30}},"\u00c9":{"d":"15,0r130,-718r477,0r-22,124r-330,0r-28,159r303,0r-22,124r-302,0r-33,187r346,0r-22,124r-497,0xm342,-790r102,-144r159,0r-161,144r-100,0","k":{"G":15,"s":25,"\u0161":25}},"\u00ca":{"d":"489,-936r83,146r-113,0r-47,-82r-80,82r-113,0r145,-146r125,0xm15,0r130,-718r477,0r-22,124r-330,0r-28,159r303,0r-22,124r-302,0r-33,187r346,0r-22,124r-497,0","k":{"G":15,"s":25,"\u0161":25}},"\u00cb":{"d":"15,0r130,-718r477,0r-22,124r-330,0r-28,159r303,0r-22,124r-302,0r-33,187r346,0r-22,124r-497,0xm435,-797r21,-118r131,0r-21,118r-131,0xm239,-797r21,-118r131,0r-21,118r-131,0","k":{"G":15,"s":25,"\u0161":25}},"\u00c8":{"d":"15,0r130,-718r477,0r-22,124r-330,0r-28,159r303,0r-22,124r-302,0r-33,187r346,0r-22,124r-497,0xm364,-790r-140,-144r151,0r87,144r-98,0","k":{"G":15,"s":25,"\u0161":25}},"\u00cd":{"d":"9,0r130,-718r150,0r-130,718r-150,0xm171,-790r102,-144r159,0r-161,144r-100,0","w":278},"\u00ce":{"d":"324,-936r83,146r-113,0r-47,-82r-80,82r-113,0r145,-146r125,0xm9,0r130,-718r150,0r-130,718r-150,0","w":278},"\u00cf":{"d":"9,0r130,-718r150,0r-130,718r-150,0xm266,-797r21,-118r131,0r-21,118r-131,0xm70,-797r21,-118r131,0r-21,118r-131,0","w":278},"\u00cc":{"d":"9,0r130,-718r150,0r-130,718r-150,0xm189,-790r-140,-144r151,0r87,144r-98,0","w":278},"\u00d1":{"d":"416,-919v30,-5,101,36,127,36v33,0,48,-23,55,-40r65,0v-11,30,-51,120,-134,120v-47,0,-106,-36,-140,-36v-35,0,-51,32,-56,43r-64,0v19,-50,69,-126,147,-123xm302,-718r195,506r84,-506r145,0r-129,718r-155,0r-199,-509r-13,98r-67,411r-149,0r132,-718r156,0","w":722},"\u00d3":{"d":"53,-302v0,-205,123,-434,383,-434v239,0,314,182,314,320v0,205,-123,434,-383,434v-239,0,-314,-182,-314,-320xm203,-295v0,132,79,189,169,189v183,0,228,-204,228,-317v0,-132,-79,-189,-169,-189v-183,0,-228,204,-228,317xm411,-790r102,-144r159,0r-161,144r-100,0","w":778,"k":{"T":20,"V":35,"W":35,"Y":75,"\u00dd":75,"\u0178":75,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30,"\u00bb":30,"X":45}},"\u00d4":{"d":"559,-936r83,146r-113,0r-47,-82r-80,82r-113,0r145,-146r125,0xm53,-302v0,-205,123,-434,383,-434v239,0,314,182,314,320v0,205,-123,434,-383,434v-239,0,-314,-182,-314,-320xm203,-295v0,132,79,189,169,189v183,0,228,-204,228,-317v0,-132,-79,-189,-169,-189v-183,0,-228,204,-228,317","w":778,"k":{"T":20,"V":35,"W":35,"Y":75,"\u00dd":75,"\u0178":75,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30,"\u00bb":30,"X":45}},"\u00d6":{"d":"53,-302v0,-205,123,-434,383,-434v239,0,314,182,314,320v0,205,-123,434,-383,434v-239,0,-314,-182,-314,-320xm203,-295v0,132,79,189,169,189v183,0,228,-204,228,-317v0,-132,-79,-189,-169,-189v-183,0,-228,204,-228,317xm497,-797r21,-118r131,0r-21,118r-131,0xm301,-797r21,-118r131,0r-21,118r-131,0","w":778,"k":{"T":20,"V":35,"W":35,"Y":75,"\u00dd":75,"\u0178":75,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30,"\u00bb":30,"X":45}},"\u00d2":{"d":"53,-302v0,-205,123,-434,383,-434v239,0,314,182,314,320v0,205,-123,434,-383,434v-239,0,-314,-182,-314,-320xm203,-295v0,132,79,189,169,189v183,0,228,-204,228,-317v0,-132,-79,-189,-169,-189v-183,0,-228,204,-228,317xm434,-790r-140,-144r151,0r87,144r-98,0","w":778,"k":{"T":20,"V":35,"W":35,"Y":75,"\u00dd":75,"\u0178":75,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30,"\u00bb":30,"X":45}},"\u00d5":{"d":"430,-919v30,-5,101,36,127,36v33,0,48,-23,55,-40r65,0v-11,30,-51,120,-134,120v-47,0,-106,-36,-140,-36v-35,0,-51,32,-56,43r-64,0v19,-50,69,-126,147,-123xm53,-302v0,-205,123,-434,383,-434v239,0,314,182,314,320v0,205,-123,434,-383,434v-239,0,-314,-182,-314,-320xm203,-295v0,132,79,189,169,189v183,0,228,-204,228,-317v0,-132,-79,-189,-169,-189v-183,0,-228,204,-228,317","w":778,"k":{"T":20,"V":35,"W":35,"Y":75,"\u00dd":75,"\u0178":75,"A":30,"\u00c6":30,"\u00c1":30,"\u00c2":30,"\u00c4":30,"\u00c0":30,"\u00c5":30,"\u00c3":30,"\u00bb":30,"X":45}},"\u0160":{"d":"594,-510r-144,0v0,-50,-24,-102,-118,-102v-58,0,-105,26,-105,81v0,38,14,59,140,107v120,46,186,109,186,216v0,139,-94,226,-270,226v-158,0,-266,-76,-266,-242r144,0v2,90,58,118,128,118v65,0,120,-30,120,-88v0,-53,-25,-74,-145,-122v-108,-43,-181,-94,-181,-203v0,-150,119,-217,253,-217v250,0,256,172,258,226xm313,-789r-83,-144r98,0r52,84r91,-84r107,0r-140,144r-125,0","k":{"v":25,"w":25,"y":25,"\u00fd":25,"\u00ff":25,"T":20,"V":15,"Y":40,"\u00dd":40,"\u0178":40,"A":25,"\u00c6":25,"\u00c1":25,"\u00c2":25,"\u00c4":25,"\u00c0":25,"\u00c5":25,"\u00c3":25,",":-25,".":-25}},"\u00da":{"d":"141,-718r150,0r-73,416v-5,31,-10,68,-10,84v0,94,78,111,123,111v131,0,150,-103,171,-221r72,-390r149,0r-79,436v-37,202,-113,300,-328,300v-118,0,-257,-70,-257,-222v0,-162,58,-355,82,-514xm391,-790r102,-144r159,0r-161,144r-100,0","w":722,"k":{"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"\u00db":{"d":"541,-936r83,146r-113,0r-47,-82r-80,82r-113,0r145,-146r125,0xm141,-718r150,0r-73,416v-5,31,-10,68,-10,84v0,94,78,111,123,111v131,0,150,-103,171,-221r72,-390r149,0r-79,436v-37,202,-113,300,-328,300v-118,0,-257,-70,-257,-222v0,-162,58,-355,82,-514","w":722,"k":{"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"\u00dc":{"d":"141,-718r150,0r-73,416v-5,31,-10,68,-10,84v0,94,78,111,123,111v131,0,150,-103,171,-221r72,-390r149,0r-79,436v-37,202,-113,300,-328,300v-118,0,-257,-70,-257,-222v0,-162,58,-355,82,-514xm485,-797r21,-118r131,0r-21,118r-131,0xm289,-797r21,-118r131,0r-21,118r-131,0","w":722,"k":{"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"\u00d9":{"d":"141,-718r150,0r-73,416v-5,31,-10,68,-10,84v0,94,78,111,123,111v131,0,150,-103,171,-221r72,-390r149,0r-79,436v-37,202,-113,300,-328,300v-118,0,-257,-70,-257,-222v0,-162,58,-355,82,-514xm410,-790r-140,-144r151,0r87,144r-98,0","w":722,"k":{"A":50,"\u00c6":50,"\u00c1":50,"\u00c2":50,"\u00c4":50,"\u00c0":50,"\u00c5":50,"\u00c3":50}},"\u00dd":{"d":"65,-718r160,0r103,287r158,-287r163,0r-260,446r-46,272r-150,0r48,-278xm324,-789r102,-144r159,0r-161,144r-100,0","k":{"C":60,"\u00c7":60,"O":60,"\u00d8":60,"\u0152":60,"\u00d3":60,"\u00d4":60,"\u00d6":60,"\u00d2":60,"\u00d5":60,"S":15,"\u0160":15,"u":75,"\u00fa":75,"\u00fb":75,"\u00fc":75,"\u00f9":75,"a":125,"\u00e6":125,"\u00e1":125,"\u00e2":125,"\u00e4":125,"\u00e0":125,"\u00e5":125,"\u00e3":125,"A":120,"\u00c6":120,"\u00c1":120,"\u00c2":120,"\u00c4":120,"\u00c0":120,"\u00c5":120,"\u00c3":120,"e":125,"\u00e9":125,"\u00ea":125,"\u00eb":125,"\u00e8":125,"o":125,"\u00f8":125,"\u0153":125,"\u00f3":125,"\u00f4":125,"\u00f6":125,"\u00f2":125,"\u00f5":125,",":160,".":160,"i":50,"\u00ed":50,"\u00ee":50,"\u00ef":50,"\u00ec":50,"\u00bb":125,"-":115,":":115,"\u00ab":150,";":115}},"\u0178":{"d":"65,-718r160,0r103,287r158,-287r163,0r-260,446r-46,272r-150,0r48,-278xm424,-800r21,-118r131,0r-21,118r-131,0xm228,-800r21,-118r131,0r-21,118r-131,0","k":{"C":60,"\u00c7":60,"O":60,"\u00d8":60,"\u0152":60,"\u00d3":60,"\u00d4":60,"\u00d6":60,"\u00d2":60,"\u00d5":60,"S":15,"\u0160":15,"u":75,"\u00fa":75,"\u00fb":75,"\u00fc":75,"\u00f9":75,"a":125,"\u00e6":125,"\u00e1":125,"\u00e2":125,"\u00e4":125,"\u00e0":125,"\u00e5":125,"\u00e3":125,"A":120,"\u00c6":120,"\u00c1":120,"\u00c2":120,"\u00c4":120,"\u00c0":120,"\u00c5":120,"\u00c3":120,"e":125,"\u00e9":125,"\u00ea":125,"\u00eb":125,"\u00e8":125,"o":125,"\u00f8":125,"\u0153":125,"\u00f3":125,"\u00f4":125,"\u00f6":125,"\u00f2":125,"\u00f5":125,",":160,".":160,"i":50,"\u00ed":50,"\u00ee":50,"\u00ef":50,"\u00ec":50,"\u00bb":125,"-":115,":":115,"\u00ab":150,";":115}},"\u017d":{"d":"625,-718r-15,109r-397,484r341,0r-20,125r-534,0r19,-116r398,-479r-324,0r22,-123r510,0xm331,-789r-83,-144r98,0r52,84r91,-84r107,0r-140,144r-125,0"},"\u00e1":{"d":"66,-385v16,-99,104,-165,232,-163v159,2,226,79,201,217r-42,237v-8,36,-5,69,12,85r0,9r-148,0v-2,-18,4,-44,-2,-58v-26,43,-77,74,-144,74v-92,0,-161,-57,-161,-160v0,-123,107,-183,267,-192v53,-3,87,-12,87,-52v0,-40,-30,-56,-83,-56v-42,0,-75,16,-82,59r-137,0xm152,-159v0,43,28,63,67,63v64,0,121,-48,126,-152v-67,17,-193,7,-193,89xm267,-605r102,-144r159,0r-161,144r-100,0","w":556},"\u00e2":{"d":"66,-385v16,-99,104,-165,232,-163v159,2,226,79,201,217r-42,237v-8,36,-5,69,12,85r0,9r-148,0v-2,-18,4,-44,-2,-58v-26,43,-77,74,-144,74v-92,0,-161,-57,-161,-160v0,-123,107,-183,267,-192v53,-3,87,-12,87,-52v0,-40,-30,-56,-83,-56v-42,0,-75,16,-82,59r-137,0xm152,-159v0,43,28,63,67,63v64,0,121,-48,126,-152v-67,17,-193,7,-193,89xm421,-750r83,146r-113,0r-46,-82r-81,82r-113,0r145,-146r125,0","w":556},"\u00e4":{"d":"66,-385v16,-99,104,-165,232,-163v159,2,226,79,201,217r-42,237v-8,36,-5,69,12,85r0,9r-148,0v-2,-18,4,-44,-2,-58v-26,43,-77,74,-144,74v-92,0,-161,-57,-161,-160v0,-123,107,-183,267,-192v53,-3,87,-12,87,-52v0,-40,-30,-56,-83,-56v-42,0,-75,16,-82,59r-137,0xm152,-159v0,43,28,63,67,63v64,0,121,-48,126,-152v-67,17,-193,7,-193,89xm360,-611r21,-118r131,0r-21,118r-131,0xm164,-611r21,-118r131,0r-21,118r-131,0","w":556},"\u00e0":{"d":"66,-385v16,-99,104,-165,232,-163v159,2,226,79,201,217r-42,237v-8,36,-5,69,12,85r0,9r-148,0v-2,-18,4,-44,-2,-58v-26,43,-77,74,-144,74v-92,0,-161,-57,-161,-160v0,-123,107,-183,267,-192v53,-3,87,-12,87,-52v0,-40,-30,-56,-83,-56v-42,0,-75,16,-82,59r-137,0xm152,-159v0,43,28,63,67,63v64,0,121,-48,126,-152v-67,17,-193,7,-193,89xm283,-605r-140,-144r151,0r87,144r-98,0","w":556},"\u00e5":{"d":"66,-385v16,-99,104,-165,232,-163v159,2,226,79,201,217r-42,237v-8,36,-5,69,12,85r0,9r-148,0v-2,-18,4,-44,-2,-58v-26,43,-77,74,-144,74v-92,0,-161,-57,-161,-160v0,-123,107,-183,267,-192v53,-3,87,-12,87,-52v0,-40,-30,-56,-83,-56v-42,0,-75,16,-82,59r-137,0xm152,-159v0,43,28,63,67,63v64,0,121,-48,126,-152v-67,17,-193,7,-193,89xm454,-672v-14,63,-80,104,-130,104v-50,0,-100,-41,-86,-104v13,-63,80,-104,130,-104v50,0,99,41,86,104xm335,-620v58,7,95,-101,22,-104v-58,-7,-95,101,-22,104","w":556},"\u00e3":{"d":"66,-385v16,-99,104,-165,232,-163v159,2,226,79,201,217r-42,237v-8,36,-5,69,12,85r0,9r-148,0v-2,-18,4,-44,-2,-58v-26,43,-77,74,-144,74v-92,0,-161,-57,-161,-160v0,-123,107,-183,267,-192v53,-3,87,-12,87,-52v0,-40,-30,-56,-83,-56v-42,0,-75,16,-82,59r-137,0xm152,-159v0,43,28,63,67,63v64,0,121,-48,126,-152v-67,17,-193,7,-193,89xm292,-733v30,-5,100,36,126,36v33,0,48,-23,56,-40r65,0v-12,30,-52,120,-135,120v-48,0,-105,-36,-139,-36v-35,0,-52,32,-56,43r-64,0v18,-50,68,-126,147,-123","w":556},"\u00e7":{"d":"163,84r63,-71v-134,-14,-204,-104,-204,-250v0,-137,68,-311,281,-311v121,0,222,70,227,202r-144,0v-4,-54,-30,-90,-93,-90v-81,0,-133,87,-133,213v0,72,34,127,100,127v62,0,99,-45,115,-93r141,0v-21,116,-108,199,-236,205r-35,39v53,-12,115,0,102,74v-17,95,-151,128,-255,74r32,-48v50,18,115,31,129,-23v11,-41,-40,-40,-73,-28","w":556,"k":{"y":20,"\u00fd":20,"\u00ff":20,"h":10,"k":10,",":-40,".":-40}},"\u00e9":{"d":"519,-217r-362,0v-10,64,16,121,98,121v44,0,79,-25,95,-55r155,0v-27,84,-112,167,-257,167v-146,0,-231,-98,-231,-258v0,-135,87,-306,280,-306v121,0,230,73,230,249v0,35,-3,60,-8,82xm167,-315r222,0v4,-67,-20,-121,-102,-121v-73,0,-110,62,-120,121xm267,-604r102,-144r159,0r-161,144r-100,0","w":556,"k":{",":-30,".":-30,"x":20}},"\u00ea":{"d":"519,-217r-362,0v-10,64,16,121,98,121v44,0,79,-25,95,-55r155,0v-27,84,-112,167,-257,167v-146,0,-231,-98,-231,-258v0,-135,87,-306,280,-306v121,0,230,73,230,249v0,35,-3,60,-8,82xm167,-315r222,0v4,-67,-20,-121,-102,-121v-73,0,-110,62,-120,121xm413,-750r83,146r-113,0r-46,-82r-81,82r-113,0r145,-146r125,0","w":556,"k":{",":-30,".":-30,"x":20}},"\u00eb":{"d":"519,-217r-362,0v-10,64,16,121,98,121v44,0,79,-25,95,-55r155,0v-27,84,-112,167,-257,167v-146,0,-231,-98,-231,-258v0,-135,87,-306,280,-306v121,0,230,73,230,249v0,35,-3,60,-8,82xm167,-315r222,0v4,-67,-20,-121,-102,-121v-73,0,-110,62,-120,121xm360,-611r21,-118r131,0r-21,118r-131,0xm164,-611r21,-118r131,0r-21,118r-131,0","w":556,"k":{",":-30,".":-30,"x":20}},"\u00e8":{"d":"519,-217r-362,0v-10,64,16,121,98,121v44,0,79,-25,95,-55r155,0v-27,84,-112,167,-257,167v-146,0,-231,-98,-231,-258v0,-135,87,-306,280,-306v121,0,230,73,230,249v0,35,-3,60,-8,82xm167,-315r222,0v4,-67,-20,-121,-102,-121v-73,0,-110,62,-120,121xm287,-605r-140,-144r151,0r87,144r-98,0","w":556,"k":{",":-30,".":-30,"x":20}},"\u00ed":{"d":"14,0r96,-532r140,0r-96,532r-140,0xm139,-604r102,-144r159,0r-161,144r-100,0","w":278,"k":{"v":-20,"j":10}},"\u00ee":{"d":"14,0r96,-532r140,0r-96,532r-140,0xm289,-750r83,146r-113,0r-46,-82r-81,82r-113,0r145,-146r125,0","w":278,"k":{"v":-20,"j":10}},"\u00ef":{"d":"14,0r96,-532r140,0r-96,532r-140,0xm233,-611r21,-118r131,0r-21,118r-131,0xm37,-611r21,-118r131,0r-21,118r-131,0","w":278,"k":{"v":-20,"j":10}},"\u00ec":{"d":"14,0r96,-532r140,0r-96,532r-140,0xm161,-604r-140,-144r151,0r87,144r-98,0","w":278,"k":{"v":-20,"j":10}},"\u00f1":{"d":"8,0r96,-532r130,0r-22,96v45,-68,106,-110,189,-110v76,0,153,43,153,144v0,147,-46,267,-66,402r-141,0r56,-297v5,-27,8,-48,8,-63v0,-54,-40,-68,-65,-68v-85,0,-132,63,-148,157r-49,271r-141,0xm324,-733v30,-5,100,36,126,36v33,0,48,-23,56,-40r65,0v-12,30,-52,120,-135,120v-48,0,-105,-36,-139,-36v-35,0,-52,32,-56,43r-64,0v18,-50,68,-126,147,-123","k":{"v":20,"w":20,"y":20,"\u00fd":20,"\u00ff":20}},"\u00f3":{"d":"166,-231v0,89,47,135,111,135v83,0,154,-79,154,-205v0,-89,-47,-135,-111,-135v-83,0,-154,79,-154,205xm22,-233v0,-112,73,-315,308,-315v139,0,245,80,245,249v0,112,-73,315,-308,315v-134,0,-245,-86,-245,-249xm294,-604r102,-144r159,0r-161,144r-100,0","k":{"v":20,"y":40,"\u00fd":40,"\u00ff":40,"x":40}},"\u00f4":{"d":"166,-231v0,89,47,135,111,135v83,0,154,-79,154,-205v0,-89,-47,-135,-111,-135v-83,0,-154,79,-154,205xm22,-233v0,-112,73,-315,308,-315v139,0,245,80,245,249v0,112,-73,315,-308,315v-134,0,-245,-86,-245,-249xm447,-750r83,146r-113,0r-46,-82r-81,82r-113,0r145,-146r125,0","k":{"v":20,"y":40,"\u00fd":40,"\u00ff":40,"x":40}},"\u00f6":{"d":"166,-231v0,89,47,135,111,135v83,0,154,-79,154,-205v0,-89,-47,-135,-111,-135v-83,0,-154,79,-154,205xm22,-233v0,-112,73,-315,308,-315v139,0,245,80,245,249v0,112,-73,315,-308,315v-134,0,-245,-86,-245,-249xm391,-611r21,-118r131,0r-21,118r-131,0xm195,-611r21,-118r131,0r-21,118r-131,0","k":{"v":20,"y":40,"\u00fd":40,"\u00ff":40,"x":40}},"\u00f2":{"d":"166,-231v0,89,47,135,111,135v83,0,154,-79,154,-205v0,-89,-47,-135,-111,-135v-83,0,-154,79,-154,205xm22,-233v0,-112,73,-315,308,-315v139,0,245,80,245,249v0,112,-73,315,-308,315v-134,0,-245,-86,-245,-249xm326,-604r-140,-144r151,0r87,144r-98,0","k":{"v":20,"y":40,"\u00fd":40,"\u00ff":40,"x":40}},"\u00f5":{"d":"166,-231v0,89,47,135,111,135v83,0,154,-79,154,-205v0,-89,-47,-135,-111,-135v-83,0,-154,79,-154,205xm22,-233v0,-112,73,-315,308,-315v139,0,245,80,245,249v0,112,-73,315,-308,315v-134,0,-245,-86,-245,-249xm322,-733v30,-5,100,36,126,36v33,0,48,-23,56,-40r65,0v-12,30,-52,120,-135,120v-48,0,-105,-36,-139,-36v-35,0,-52,32,-56,43r-64,0v18,-50,68,-126,147,-123","k":{"v":20,"y":40,"\u00fd":40,"\u00ff":40,"x":40}},"\u0161":{"d":"14,-179r132,0v5,49,20,91,95,91v46,0,85,-17,85,-55v0,-103,-267,-42,-267,-240v0,-83,68,-165,205,-165v189,0,219,104,222,179r-134,0v-9,-48,-21,-75,-90,-75v-53,0,-71,25,-71,47v0,85,267,45,267,241v0,87,-68,172,-223,172v-117,0,-221,-48,-221,-195xm235,-604r-83,-144r98,0r52,84r91,-84r107,0r-140,144r-125,0","w":500,"k":{"w":-10,"\u2019":-30,",":-50,".":-50}},"\u00fa":{"d":"581,-532r-96,532r-130,0r22,-96v-45,68,-106,110,-189,110v-76,0,-153,-43,-153,-144v0,-147,46,-267,66,-402r141,0r-56,297v-5,27,-8,48,-8,63v0,54,40,68,65,68v85,0,132,-63,148,-157r49,-271r141,0xm302,-604r102,-144r159,0r-161,144r-100,0","k":{"\u2019":-30}},"\u00fb":{"d":"581,-532r-96,532r-130,0r22,-96v-45,68,-106,110,-189,110v-76,0,-153,-43,-153,-144v0,-147,46,-267,66,-402r141,0r-56,297v-5,27,-8,48,-8,63v0,54,40,68,65,68v85,0,132,-63,148,-157r49,-271r141,0xm451,-750r83,146r-113,0r-46,-82r-81,82r-113,0r145,-146r125,0","k":{"\u2019":-30}},"\u00fc":{"d":"581,-532r-96,532r-130,0r22,-96v-45,68,-106,110,-189,110v-76,0,-153,-43,-153,-144v0,-147,46,-267,66,-402r141,0r-56,297v-5,27,-8,48,-8,63v0,54,40,68,65,68v85,0,132,-63,148,-157r49,-271r141,0xm393,-611r21,-118r131,0r-21,118r-131,0xm197,-611r21,-118r131,0r-21,118r-131,0","k":{"\u2019":-30}},"\u00f9":{"d":"581,-532r-96,532r-130,0r22,-96v-45,68,-106,110,-189,110v-76,0,-153,-43,-153,-144v0,-147,46,-267,66,-402r141,0r-56,297v-5,27,-8,48,-8,63v0,54,40,68,65,68v85,0,132,-63,148,-157r49,-271r141,0xm322,-604r-140,-144r151,0r87,144r-98,0","k":{"\u2019":-30}},"\u00fd":{"d":"117,-38r-69,-494r139,0r34,386r2,0r156,-386r148,0r-281,593v-53,123,-112,171,-241,143r13,-113v59,12,105,-9,105,-66v0,-15,-2,-35,-6,-63xm245,-605r102,-144r159,0r-161,144r-100,0","w":500,"k":{"\u2019":-75,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,",":75,".":75,"s":20,"\u0161":20,"-":-20,"c":20,"\u00e7":20,"d":20,"\u0131":20}},"\u00ff":{"d":"117,-38r-69,-494r139,0r34,386r2,0r156,-386r148,0r-281,593v-53,123,-112,171,-241,143r13,-113v59,12,105,-9,105,-66v0,-15,-2,-35,-6,-63xm338,-611r21,-118r131,0r-21,118r-131,0xm142,-611r21,-118r131,0r-21,118r-131,0","w":500,"k":{"\u2019":-75,"a":20,"\u00e6":20,"\u00e1":20,"\u00e2":20,"\u00e4":20,"\u00e0":20,"\u00e5":20,"\u00e3":20,"e":10,"\u00e9":10,"\u00ea":10,"\u00eb":10,"\u00e8":10,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,",":75,".":75,"s":20,"\u0161":20,"-":-20,"c":20,"\u00e7":20,"d":20,"\u0131":20}},"\u017e":{"d":"76,-532r396,0r-16,108r-264,311r254,0r-21,113r-423,0r18,-105r260,-314r-223,0xm238,-604r-83,-144r98,0r52,84r91,-84r107,0r-140,144r-125,0","w":500,"k":{"e":20,"\u00e9":20,"\u00ea":20,"\u00eb":20,"\u00e8":20,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20}},"\u2206":{"d":"428,-112r-131,-385r-169,385r300,0xm0,0r320,-714r280,714r-600,0","w":600},"\u2126":{"d":"129,-97r1,-3v-50,-59,-90,-158,-62,-288v38,-181,193,-326,372,-326v191,0,260,166,227,319v-28,133,-112,238,-187,295r-1,3r139,0r-21,97r-259,0r15,-71v73,-43,154,-138,188,-298v27,-126,-8,-246,-123,-246v-110,0,-204,107,-235,251v-31,146,7,252,63,293r-15,71r-259,0r21,-97r136,0","w":706},"\u03bc":{"d":"-35,211r148,-696r113,0v-20,105,-61,205,-61,319v0,17,0,81,81,81v106,0,133,-114,148,-184r46,-217r113,0r-104,486r-98,0r14,-63v-31,38,-63,72,-133,72v-65,0,-87,-30,-102,-51r-53,253r-112,0","w":600},"\u03c0":{"d":"594,-426r-72,0v-23,123,-75,303,-77,426r-115,0v-7,-21,-3,-70,13,-143r60,-283r-144,0v-28,112,-98,322,-156,426r-114,0v58,-117,126,-312,153,-426v-50,0,-79,4,-102,10r3,-79v29,-19,83,-33,167,-33r415,0","w":595},"\ufb01":{"d":"319,-432r-92,432r-140,0r92,-432r-77,0r21,-100r77,0r9,-43v25,-136,129,-162,260,-150r-24,113v-61,-2,-98,-1,-100,59r-5,21r91,0r-21,100r-91,0xm515,-532r140,0r-113,532r-140,0xm696,-725r-28,130r-140,0r28,-130r140,0","k":{"v":-20,"j":10}},"\ufb02":{"d":"319,-432r-92,432r-140,0r92,-432r-77,0r21,-100r77,0r9,-43v25,-136,129,-162,260,-150r-24,113v-61,-2,-98,-1,-100,59r-5,21r91,0r-21,100r-91,0xm695,-718r-153,718r-140,0r153,-718r140,0"},"\u00b9":{"d":"148,-574r13,-62v88,4,137,-39,142,-74r85,0r-91,427r-101,0r62,-291r-110,0","w":333},"\u00b3":{"d":"223,-573r-85,0v17,-80,78,-137,182,-137v62,0,136,29,118,119v-10,47,-48,69,-73,84v15,4,63,26,48,99v-17,80,-93,137,-186,137v-44,0,-159,-9,-131,-142r89,0v-5,23,-8,67,53,67v37,0,67,-15,77,-62v12,-57,-44,-59,-87,-59r14,-64v42,-1,83,6,99,-53v4,-15,7,-51,-43,-51v-62,0,-73,51,-75,62","w":333},"\u00b2":{"d":"221,-558r-88,0v29,-139,142,-152,183,-152v88,0,143,48,129,135v-19,119,-186,162,-229,210r186,0r-18,82r-315,0v14,-50,35,-107,139,-169v99,-59,132,-77,145,-131v4,-20,-10,-48,-50,-48v-64,0,-76,49,-82,73","w":333},"\u0401":{"d":"15,0r130,-718r477,0r-22,124r-330,0r-28,159r303,0r-22,124r-302,0r-33,187r346,0r-22,124r-497,0xm428,-780r21,-118r131,0r-21,118r-131,0xm232,-780r21,-118r131,0r-21,118r-131,0"},"\u0402":{"d":"646,-718r-24,125r-208,0r-32,178v24,-7,64,-21,122,-21v161,0,209,117,209,225v0,176,-115,476,-392,419r24,-129v11,2,25,4,43,4v159,0,179,-244,179,-287v0,-67,-33,-107,-100,-107v-43,0,-88,12,-107,17r-51,294r-150,0r107,-593r-187,0r23,-125r544,0","w":778},"\u0403":{"d":"15,0r132,-718r451,0r-23,124r-301,0r-109,594r-150,0xm285,-780r102,-144r159,0r-161,144r-100,0","w":534,"k":{"\u0451":30,"\u0443":180,"\u043e":215,"\u0437":230,"\u0435":215,"\u0434":200,"\u0430":230,"\u041e":25,"\u0414":100,"\u0410":150,".":250,",":250}},"\u0404":{"d":"437,-418r-21,118r-223,0v2,121,55,194,165,194v76,0,135,-33,166,-121r151,0v-49,153,-142,245,-331,245v-202,0,-301,-131,-301,-320v0,-205,123,-434,383,-434v138,0,266,71,277,249r-150,0v-3,-56,-35,-125,-132,-125v-123,0,-182,97,-211,194r227,0","w":722,"k":{"\u0425":30,"\u0423":30,"\u0410":30}},"\u0405":{"d":"594,-510r-144,0v0,-50,-24,-102,-118,-102v-58,0,-105,26,-105,81v0,38,14,59,140,107v120,46,186,109,186,216v0,139,-94,226,-270,226v-158,0,-266,-76,-266,-242r144,0v2,90,58,118,128,118v65,0,120,-30,120,-88v0,-53,-25,-74,-145,-122v-108,-43,-181,-94,-181,-203v0,-150,119,-217,253,-217v250,0,256,172,258,226","k":{"\u0422":20,".":-25,",":-25}},"\u0406":{"d":"9,0r130,-718r150,0r-130,718r-150,0","w":278},"\u0407":{"d":"9,0r130,-718r150,0r-130,718r-150,0xm251,-780r21,-118r131,0r-21,118r-131,0xm55,-780r21,-118r131,0r-21,118r-131,0","w":278},"\u0408":{"d":"266,-218r89,-500r150,0r-86,485v-23,128,-47,251,-230,251v-121,0,-194,-64,-194,-164v0,-39,5,-68,11,-109r135,0v-20,81,-27,155,44,155v52,0,67,-39,81,-118","w":500,"k":{"\u0430":20,"\u0410":40}},"\u0409":{"d":"606,-317r-35,193v116,5,221,-3,221,-113v0,-92,-97,-80,-186,-80xm-42,1r24,-130v11,5,22,9,41,9v27,0,64,-12,88,-121r107,-477r462,0r-52,283r72,0v170,0,242,78,242,195v0,64,-24,240,-263,240r-280,0r109,-594r-173,0r-90,401v-36,161,-132,211,-213,211v-25,0,-52,-7,-74,-17","w":981,"k":{"\u0423":25,".":-30,",":-30}},"\u040a":{"d":"582,-317r-34,193v112,5,207,-8,207,-113v0,-87,-87,-81,-173,-80xm9,0r130,-718r150,0r-51,283r215,0r51,-283r150,0r-51,283r60,0v170,0,242,78,242,195v0,64,-24,240,-263,240r-267,0r57,-317r-216,0r-57,317r-150,0","w":944,"k":{"\u0423":25,".":-30,",":-30}},"\u040b":{"d":"159,0r107,-593r-187,0r23,-125r544,0r-24,125r-208,0r-29,161v43,-2,81,-3,118,-3v81,0,231,0,231,156v0,106,-28,186,-42,279r-150,0r33,-178v16,-87,25,-133,-117,-133v-35,0,-69,2,-93,3r-56,308r-150,0","w":808},"\u040c":{"d":"351,-780r102,-144r159,0r-161,144r-100,0xm25,0r130,-718r147,0r-55,285r272,-285r186,0r-299,308r210,410r-167,0r-147,-302r-91,91r-37,211r-149,0","w":667,"k":{"\u045e":75,"\u0451":40,"\u0443":75,"\u043e":40,"\u0435":40,"\u041e":70}},"\u040e":{"d":"19,0r20,-126v34,10,53,14,74,14v127,0,102,-84,78,-180r-104,-426r154,0r79,399r2,0r199,-399r165,0r-343,600v-68,127,-178,161,-324,118xm261,-917r47,0v2,27,21,53,89,53v57,0,104,-16,121,-53r47,0v-16,89,-87,137,-169,137v-124,0,-135,-58,-135,-137","k":{"\u0456":25,"\u043e":75,"\u0438":55,"\u0435":75,"\u0430":75,"\u041e":25,"\u0410":140,";":50,":":50,".":175,"-":50,",":175}},"\u040f":{"d":"15,0r131,-718r150,0r-108,594r281,0r108,-594r150,0r-131,718r-224,0r-27,154r-133,0r27,-154r-224,0","w":722},"\u0410":{"d":"452,-265r-29,-303r-2,0r-149,303r180,0xm-17,0r376,-718r175,0r91,718r-148,0r-13,-141r-253,0r-69,141r-159,0","w":667,"k":{"\u045e":25,"\u0443":25,"\u0427":125,"\u0422":65,"\u0421":15,"\u041e":15,"\u0404":15,"\u201d":50,"\u2019":40}},"\u0411":{"d":"15,0r130,-718r495,0r-22,124r-347,0r-29,159r178,0v170,0,242,78,242,195v0,64,-24,240,-263,240r-384,0xm220,-317r-35,193v139,-5,327,33,327,-113v0,-61,-42,-80,-103,-80r-189,0","w":722,"k":{"\u0423":50,"\u0410":50}},"\u0412":{"d":"15,0r130,-718r281,0v182,0,249,70,249,187v0,74,-37,137,-118,164v54,29,87,68,87,139v0,144,-95,228,-268,228r-361,0xm222,-317r-35,193r184,0v91,0,123,-61,123,-106v2,-119,-160,-81,-272,-87xm272,-594r-29,159r173,0v71,0,109,-32,109,-91v0,-104,-156,-58,-253,-68","w":722,"k":{"\u0435":15,"\u0430":15,"\u0425":50,"\u0423":50,"\u0417":25,"\u0410":50}},"\u0413":{"d":"15,0r132,-718r451,0r-23,124r-301,0r-109,594r-150,0","w":534,"k":{"\u0459":220,"\u0454":215,"\u0451":30,"\u044f":215,"\u044d":200,"\u0443":180,"\u0441":215,"\u043e":215,"\u043b":220,"\u0438":200,"\u0437":230,"\u0435":215,"\u0434":200,"\u0430":230,"\u041e":25,"\u0414":100,"\u0410":150,".":250,",":250}},"\u0414":{"d":"-60,154r49,-278r50,0v103,-119,177,-422,211,-594r468,0r-108,594r61,0r-49,278r-134,0r26,-154r-413,0r-26,154r-135,0xm461,-124r85,-470r-185,0v-35,176,-72,309,-157,470r257,0","w":722},"\u0415":{"d":"15,0r130,-718r477,0r-22,124r-330,0r-28,159r303,0r-22,124r-302,0r-33,187r346,0r-22,124r-497,0"},"\u0416":{"d":"1018,-718r-315,341r208,377r-165,0r-165,-312r-31,0r-57,312r-136,0r57,-312r-24,0r-239,312r-179,0r316,-381r-198,-337r165,0r154,293r26,0r53,-293r137,0r-55,293r23,0r251,-293r174,0","w":962,"k":{"\u0454":25,"\u0451":40,"\u0443":75,"\u043e":40,"\u0435":40,"\u0430":20}},"\u0417":{"d":"225,-509r-135,0v19,-118,102,-227,282,-227v162,0,227,90,227,179v0,87,-51,151,-142,178v62,22,100,62,100,145v0,109,-78,252,-288,252v-175,0,-262,-93,-257,-236r138,0v8,91,48,118,128,118v89,0,129,-69,129,-128v0,-90,-65,-97,-145,-94r18,-106v97,13,176,-25,175,-114v0,-57,-36,-82,-94,-82v-81,0,-119,55,-136,115"},"\u0418":{"d":"15,0r132,-718r150,0r-89,479r2,0r357,-479r160,0r-131,718r-150,0r109,-496r-2,0r-384,496r-154,0","w":722},"\u0419":{"d":"306,-917r47,0v2,27,21,53,89,53v57,0,104,-16,121,-53r47,0v-16,89,-87,137,-169,137v-124,0,-135,-58,-135,-137xm15,0r132,-718r150,0r-89,479r2,0r357,-479r160,0r-131,718r-150,0r109,-496r-2,0r-384,496r-154,0","w":722},"\u041a":{"d":"25,0r130,-718r147,0r-55,285r272,-285r186,0r-299,308r210,410r-167,0r-147,-302r-91,91r-37,211r-149,0","w":667,"k":{"\u045e":75,"\u0454":40,"\u0451":40,"\u0443":75,"\u043e":40,"\u0435":40,"\u0421":70,"\u041e":70,"\u0404":70}},"\u041b":{"d":"462,0r108,-594r-207,0r-84,372v-33,183,-132,283,-308,222r21,-129v20,7,42,10,51,10v44,0,63,-5,107,-195r93,-404r499,0r-130,718r-150,0","w":737},"\u041c":{"d":"15,0r126,-718r219,0r30,532r2,0r220,-532r226,0r-130,718r-140,0r119,-614r-2,0r-257,614r-133,0r-41,-614r-2,0r-97,614r-140,0","w":833},"\u041d":{"d":"15,0r131,-718r150,0r-50,273r281,0r50,-273r150,0r-131,718r-150,0r59,-321r-281,0r-59,321r-150,0","w":722},"\u041e":{"d":"53,-302v0,-205,123,-434,383,-434v239,0,314,182,314,320v0,205,-123,434,-383,434v-239,0,-314,-182,-314,-320xm203,-295v0,132,79,189,169,189v183,0,228,-204,228,-317v0,-132,-79,-189,-169,-189v-183,0,-228,204,-228,317","w":778,"k":{"\u0427":50,"\u0425":45,"\u0423":75,"\u0422":20,"\u0410":30,"\u040e":75}},"\u041f":{"d":"15,0r130,-718r582,0r-130,718r-150,0r108,-594r-282,0r-108,594r-150,0","w":722},"\u0420":{"d":"15,0r130,-718r247,0v186,0,253,98,253,207v0,162,-98,261,-291,261r-144,0r-45,250r-150,0xm273,-594r-40,220r133,0v95,0,135,-55,135,-122v0,-54,-22,-98,-102,-98r-126,0","w":667,"k":{"\u0454":20,"\u0451":20,"\u0441":20,"\u043e":30,"\u0435":20,"\u0430":35,"\u0427":30,"\u0423":40,"\u0410":125,"\u040e":40,".":210,",":210}},"\u0421":{"d":"703,-477r-150,0v0,-85,-58,-135,-132,-135v-183,0,-228,204,-228,317v0,100,46,183,170,183v74,0,142,-36,166,-133r152,0v-40,164,-150,263,-324,263v-239,0,-314,-182,-314,-320v0,-205,123,-434,383,-434v163,0,277,90,277,259","w":722,"k":{"\u0410":30}},"\u0422":{"d":"142,0r108,-594r-190,0r23,-124r509,0r-23,124r-169,0r-108,594r-150,0","w":556,"k":{"\u045e":60,"\u0456":25,"\u0454":115,"\u0451":50,"\u0443":115,"\u0441":115,"\u043e":115,"\u0438":125,"\u0435":115,"\u0430":130,"\u041e":25,"\u0410":115,"\u0404":25,";":130,":":130,".":130,"-":135,",":130}},"\u0423":{"d":"19,0r20,-126v34,10,53,14,74,14v127,0,102,-84,78,-180r-104,-426r154,0r79,399r2,0r199,-399r165,0r-343,600v-68,127,-178,161,-324,118","k":{"\u0456":25,"\u0453":55,"\u0451":40,"\u0442":25,"\u043e":75,"\u0438":55,"\u0435":75,"\u0433":55,"\u0430":75,"\u041e":25,"\u0410":140,";":50,":":50,".":175,"-":50,",":175}},"\u0424":{"d":"300,0r14,-78v-132,0,-261,-79,-261,-229v0,-188,157,-333,365,-333r14,-78r150,0r-14,78v132,0,261,79,261,229v0,188,-157,333,-365,333r-14,78r-150,0xm333,-182r66,-354v-126,11,-208,115,-208,222v0,91,67,126,142,132xm549,-536r-66,354v120,0,208,-115,208,-222v0,-91,-67,-126,-142,-132","w":833,"k":{"\u0423":15,"\u0410":30}},"\u0425":{"d":"-21,0r255,-378r-156,-340r159,0r92,211r141,-211r172,0r-241,355r167,363r-161,0r-107,-233r-151,233r-170,0","k":{"\u041e":55}},"\u0426":{"d":"15,0r131,-718r150,0r-108,594r281,0r108,-594r150,0r-108,594r58,0r-49,278r-132,0r26,-154r-507,0","w":722},"\u0427":{"d":"391,0r52,-284v-40,8,-118,16,-161,16v-184,0,-211,-96,-183,-249r37,-201r150,0r-41,227v-17,68,-2,111,94,111v44,0,108,-9,124,-14r59,-324r150,0r-131,718r-150,0","w":667},"\u0428":{"d":"15,0r131,-718r141,0r-108,594r190,0r108,-594r141,0r-108,594r190,0r108,-594r141,0r-131,718r-803,0","w":944},"\u0429":{"d":"15,0r131,-718r141,0r-108,594r190,0r108,-594r141,0r-108,594r190,0r108,-594r141,0r-108,594r58,0r-49,278r-132,0r27,-154r-730,0","w":944},"\u042a":{"d":"392,-317r-35,193r129,0v91,0,145,-31,145,-113v0,-109,-138,-74,-239,-80xm183,0r109,-594r-210,0r22,-124r362,0r-52,283r125,0v170,0,242,78,242,195v0,64,-24,240,-263,240r-335,0","w":833},"\u042b":{"d":"9,0r130,-718r150,0r-51,283r133,0v170,0,242,78,242,195v0,64,-24,240,-263,240r-341,0xm216,-317r-35,193r137,0v91,0,145,-31,145,-113v0,-111,-145,-73,-247,-80xm663,0r130,-718r150,0r-130,718r-150,0","w":944},"\u042c":{"d":"7,0r130,-718r150,0r-51,283r135,0v170,0,242,78,242,195v0,64,-24,240,-263,240r-343,0xm214,-317r-35,193r139,0v91,0,145,-31,145,-113v0,-112,-146,-73,-249,-80","w":667},"\u042d":{"d":"304,-300r21,-118r219,0v-2,-121,-60,-194,-146,-194v-86,0,-132,33,-169,121r-155,0v49,-153,166,-245,319,-245v202,0,301,131,301,320v0,205,-123,434,-383,434v-128,0,-268,-71,-286,-249r148,0v8,56,43,125,143,125v128,0,188,-97,211,-194r-223,0","w":722,"k":{"\u0425":45}},"\u042e":{"d":"772,-430v0,-132,-66,-182,-142,-182v-133,0,-205,171,-205,324v0,132,66,182,142,182v133,0,205,-194,205,-324xm-5,0r130,-718r150,0r-54,300r76,0v27,-151,139,-318,353,-318v110,0,266,61,266,314v0,179,-106,440,-353,440v-194,0,-282,-126,-282,-318r-82,0r-54,300r-150,0","w":944,"k":{"\u0425":45}},"\u042f":{"d":"95,-480v0,-148,85,-238,283,-238r349,0r-130,718r-150,0r51,-285r-137,0v-72,0,-83,8,-112,87v-21,57,-52,160,-79,198r-166,0r4,-22v22,-5,27,-15,44,-66r42,-127v30,-89,41,-101,107,-117v-105,-32,-106,-128,-106,-148xm520,-403r34,-191r-160,0v-51,0,-150,0,-150,110v0,81,78,81,116,81r160,0","w":722},"\u0430":{"d":"66,-385v16,-99,104,-165,232,-163v159,2,226,79,201,217r-42,237v-8,36,-5,69,12,85r0,9r-148,0v-2,-18,4,-44,-2,-58v-26,43,-77,74,-144,74v-92,0,-161,-57,-161,-160v0,-123,107,-183,267,-192v53,-3,87,-12,87,-52v0,-40,-30,-56,-83,-56v-42,0,-75,16,-82,59r-137,0xm152,-159v0,43,28,63,67,63v64,0,121,-48,126,-152v-67,17,-193,7,-193,89","w":556,"k":{"\u045e":10,"\u0443":10,"\u0442":15}},"\u0431":{"d":"479,-736r103,0v-34,88,-82,101,-159,113v-136,21,-149,27,-230,146r2,2v128,-115,380,-53,380,176v0,112,-73,315,-308,315v-134,0,-245,-86,-245,-249v0,-184,110,-406,260,-457v94,-32,187,-10,197,-46xm276,-96v89,0,155,-91,155,-192v0,-55,-24,-132,-113,-132v-85,0,-152,69,-152,191v0,89,51,133,110,133","k":{"\u0443":40,"\u043b":40}},"\u0432":{"d":"22,0r96,-532r290,0v101,0,154,48,154,129v0,52,-36,110,-114,122v46,8,95,34,95,106v0,81,-46,175,-209,175r-312,0xm204,-231r-24,133r117,0v81,0,108,-30,108,-79v1,-80,-125,-48,-201,-54xm241,-434r-20,111r117,0v65,0,92,-28,92,-62v0,-75,-118,-42,-189,-49"},"\u0433":{"d":"14,0r96,-532r372,0r-20,112r-232,0r-76,420r-140,0","w":444,"k":{"\u045e":-25,"\u0443":-25,"\u043b":50,"\u0434":75,".":150,",":150}},"\u0434":{"d":"-54,128r42,-240r51,0v82,-123,128,-265,161,-420r418,0r-76,420r56,0r-42,240r-126,0r21,-128r-358,0r-21,128r-126,0xm401,-112r56,-308r-158,0v-19,94,-52,213,-111,308r213,0","w":667},"\u0435":{"d":"519,-217r-362,0v-10,64,16,121,98,121v44,0,79,-25,95,-55r155,0v-27,84,-112,167,-257,167v-146,0,-231,-98,-231,-258v0,-135,87,-306,280,-306v121,0,230,73,230,249v0,35,-3,60,-8,82xm167,-315r222,0v4,-67,-20,-121,-102,-121v-73,0,-110,62,-120,121","w":556,"k":{"\u045e":40,"\u0445":20,"\u0443":40,".":-30,",":-30}},"\u0436":{"d":"867,-532r-254,253r153,279r-153,0r-117,-228r-24,0r-40,228r-132,0r39,-228r-19,0r-190,228r-174,0r261,-287r-141,-245r155,0r101,212r24,0r35,-212r133,0r-37,212r18,0r197,-212r165,0","w":843,"k":{"\u0454":40,"\u0451":40,"\u044d":20,"\u043e":40,"\u0435":40,"\u0430":40}},"\u0437":{"d":"198,-230r15,-89v68,17,126,-18,126,-81v0,-32,-25,-56,-66,-56v-49,0,-77,28,-85,71r-137,0v17,-69,78,-163,233,-163v137,0,187,58,187,134v0,79,-65,123,-131,134v79,13,101,65,101,107v0,100,-71,189,-243,189v-161,0,-208,-74,-208,-175r132,0v3,56,33,83,86,83v56,0,95,-38,95,-88v0,-56,-48,-73,-105,-66","w":500},"\u0438":{"d":"11,0r96,-532r135,0r-59,327r2,0r261,-327r140,0r-96,532r-135,0r61,-337r-2,0r-269,337r-134,0"},"\u0439":{"d":"280,-739v7,82,193,62,210,0r47,0v-16,89,-87,137,-169,137v-124,0,-135,-58,-135,-137r47,0xm11,0r96,-532r135,0r-59,327r2,0r261,-327r140,0r-96,532r-135,0r61,-337r-2,0r-269,337r-134,0"},"\u043a":{"d":"22,0r96,-532r140,0r-39,217r239,-217r192,0r-267,224r172,308r-163,0r-117,-226r-84,67r-29,159r-140,0","k":{"\u0454":40,"\u0451":40,"\u0441":40,"\u043e":40,"\u0435":40}},"\u043b":{"d":"380,0r76,-420r-169,0r-43,205v-29,140,-52,231,-192,231v-29,0,-57,-3,-85,-11r22,-112v59,13,91,4,111,-89r71,-336r445,0r-96,532r-140,0","w":652},"\u043c":{"d":"11,0r96,-532r200,0r28,414r2,0r160,-414r200,0r-96,532r-124,0r82,-454r-2,0r-176,454r-130,0r-33,-448r-2,0r-81,448r-124,0","w":722},"\u043d":{"d":"14,0r96,-532r140,0r-35,192r193,0r35,-192r140,0r-96,532r-140,0r41,-228r-193,0r-41,228r-140,0"},"\u043e":{"d":"166,-231v0,89,47,135,111,135v83,0,154,-79,154,-205v0,-89,-47,-135,-111,-135v-83,0,-154,79,-154,205xm22,-233v0,-112,73,-315,308,-315v139,0,245,80,245,249v0,112,-73,315,-308,315v-134,0,-245,-86,-245,-249","k":{"\u045e":40,"\u0447":20,"\u0445":40,"\u0443":40,"\u0436":40}},"\u043f":{"d":"14,0r96,-532r473,0r-96,532r-140,0r76,-420r-193,0r-76,420r-140,0"},"\u0440":{"d":"-23,212r134,-744r126,0r-23,101r2,2v39,-78,93,-119,179,-119v64,0,180,44,180,224v0,118,-57,340,-257,340v-91,0,-129,-64,-146,-114r-56,310r-139,0xm195,-223v0,87,44,121,98,121v105,0,144,-128,144,-222v0,-68,-43,-112,-98,-112v-131,0,-144,179,-144,213","k":{"\u045e":20,"\u0443":20,"\u0436":40}},"\u0441":{"d":"375,-189r141,0v-21,120,-114,205,-249,205v-161,0,-245,-93,-245,-253v0,-137,68,-311,281,-311v121,0,222,70,227,202r-144,0v-4,-54,-30,-90,-93,-90v-81,0,-133,87,-133,213v0,72,34,127,100,127v62,0,99,-45,115,-93","w":556,"k":{"\u045e":20,"\u045c":20,"\u0443":20,"\u043a":20}},"\u0442":{"d":"125,0r76,-420r-155,0r20,-112r450,0r-20,112r-155,0r-76,420r-140,0","w":500,"k":{"\u045e":-10,"\u0443":-10,"\u043b":50,".":100,",":100}},"\u0443":{"d":"117,-38r-69,-494r139,0r34,386r2,0r156,-386r148,0r-281,593v-53,123,-112,171,-241,143r13,-113v59,12,105,-9,105,-66v0,-15,-2,-35,-6,-63","w":500,"k":{"\u0455":20,"\u0451":10,"\u0441":20,"\u043e":20,"\u0435":10,"\u0434":75,"\u0430":20,".":75,"-":-20,",":75}},"\u0444":{"d":"278,212r48,-268r-2,-1v-17,34,-57,73,-129,73v-70,0,-173,-64,-173,-229v0,-173,106,-335,254,-335v68,0,100,37,131,85r46,-255r140,0r-44,244r2,1v43,-56,73,-75,137,-75v97,0,165,92,165,228v0,139,-75,336,-262,336v-55,0,-97,-36,-123,-81r-50,277r-140,0xm248,-96v102,0,131,-149,131,-240v0,-62,-33,-100,-78,-100v-95,0,-141,132,-141,210v0,55,18,130,88,130xm497,-194v0,51,19,98,75,98v99,0,143,-122,143,-224v0,-77,-39,-116,-88,-116v-93,0,-130,134,-130,242","w":889,"k":{"\u0443":20}},"\u0445":{"d":"-20,0r189,-265r-132,-267r151,0r67,159r96,-159r154,0r-182,268r135,264r-152,0r-66,-154r-96,154r-164,0","w":500,"k":{"\u0454":20,"\u0451":20,"\u0441":40,"\u043e":40,"\u0435":20,"\u0430":10,"-":55}},"\u0446":{"d":"14,0r96,-532r140,0r-76,420r193,0r76,-420r140,0r-76,421r51,0r-41,239r-123,0r21,-128r-401,0"},"\u0447":{"d":"292,0r38,-213v-37,6,-65,9,-111,9v-189,0,-188,-81,-156,-234r17,-94r140,0r-19,104v-16,88,-28,126,69,126v21,0,57,-4,78,-8r40,-222r140,0r-96,532r-140,0","w":556},"\u0448":{"d":"14,0r96,-532r136,0r-76,420r144,0r76,-420r136,0r-76,420r144,0r76,-420r136,0r-96,532r-696,0","w":834},"\u0449":{"d":"14,0r96,-532r136,0r-76,420r144,0r76,-420r136,0r-76,420r144,0r76,-420r136,0r-76,421r51,0r-41,239r-123,0r21,-128r-624,0","w":834},"\u044a":{"d":"296,-243r-26,139r110,0v67,0,100,-34,100,-81v0,-83,-109,-52,-184,-58xm110,0r78,-420r-148,0r21,-112r288,0r-34,185r137,0v120,0,166,54,166,144v0,91,-56,203,-214,203r-294,0","w":667,"k":{"\u044f":20}},"\u044b":{"d":"13,0r97,-532r142,0r-34,185r137,0v120,0,166,54,166,144v0,91,-56,203,-214,203r-294,0xm199,-243r-26,139r110,0v67,0,100,-34,100,-81v0,-83,-109,-52,-184,-58xm561,0r96,-532r140,0r-96,532r-140,0","w":833},"\u044c":{"d":"13,0r97,-532r142,0r-34,185r123,0v120,0,166,54,166,144v0,91,-56,203,-214,203r-280,0xm199,-243r-26,139r96,0v67,0,100,-34,100,-81v0,-79,-98,-53,-170,-58","w":556,"k":{"\u044f":20}},"\u044d":{"d":"221,-223r16,-92r138,0v7,-65,-19,-121,-89,-121v-60,0,-95,44,-113,78r-144,0v40,-121,137,-190,264,-190v114,0,227,66,227,232v0,96,-42,332,-294,332v-128,0,-213,-70,-224,-195r138,0v6,56,39,83,97,83v62,0,102,-37,125,-127r-141,0","w":556},"\u044e":{"d":"659,-321v0,-74,-33,-115,-94,-115v-102,0,-151,118,-151,220v0,78,30,120,94,120v122,0,151,-168,151,-225xm3,0r95,-532r141,0r-38,209r87,0v50,-164,158,-225,277,-225v138,0,232,76,232,232v0,68,-33,332,-296,332v-162,0,-225,-100,-225,-235r-93,0r-40,219r-140,0","w":833},"\u044f":{"d":"581,-532r-98,532r-139,0r35,-197v-82,8,-144,-28,-171,55v-30,92,-37,108,-60,142r-147,0r3,-21v15,-4,21,-15,34,-44v30,-66,35,-180,125,-180v-28,-10,-86,-31,-86,-121v0,-16,3,-84,55,-126v47,-38,103,-40,149,-40r300,0xm397,-295r24,-134v-52,2,-131,-7,-169,6v-40,14,-44,55,-44,68v0,86,110,53,189,60"},"\u0451":{"d":"519,-217r-362,0v-10,64,16,121,98,121v44,0,79,-25,95,-55r155,0v-27,84,-112,167,-257,167v-146,0,-231,-98,-231,-258v0,-135,87,-306,280,-306v121,0,230,73,230,249v0,35,-3,60,-8,82xm167,-315r222,0v4,-67,-20,-121,-102,-121v-73,0,-110,62,-120,121xm350,-611r21,-118r131,0r-21,118r-131,0xm154,-611r21,-118r131,0r-21,118r-131,0","w":556,"k":{"\u0445":20,".":-30,",":-30}},"\u0452":{"d":"60,0r94,-503r-89,0r19,-104r89,0r18,-111r140,0r-18,111r240,0r-19,104r-240,0r-23,124v108,-88,267,-69,267,131v0,76,-19,185,-44,246v-56,136,-103,172,-241,178r21,-116v51,-9,67,-32,97,-126v16,-50,29,-126,29,-167v0,-135,-106,-96,-148,-41r-52,274r-140,0"},"\u0453":{"d":"14,0r96,-532r372,0r-20,112r-232,0r-76,420r-140,0xm199,-611r102,-144r159,0r-161,144r-100,0","w":444,"k":{"\u045e":-25,"\u0443":-25,"\u043b":50,"\u0434":75,".":150,",":150}},"\u0454":{"d":"534,-356r-143,0v-12,-63,-46,-80,-92,-80v-65,0,-104,56,-120,121r143,0r-14,92r-143,0v2,72,34,127,100,127v62,0,96,-43,110,-85r140,0v-31,147,-136,197,-265,197v-148,0,-223,-96,-223,-244v0,-164,99,-320,285,-320v148,0,215,92,222,192","w":556},"\u0455":{"d":"14,-179r132,0v5,49,20,91,95,91v46,0,85,-17,85,-55v0,-103,-267,-42,-267,-240v0,-83,68,-165,205,-165v189,0,219,104,222,179r-134,0v-9,-48,-21,-75,-90,-75v-53,0,-71,25,-71,47v0,85,267,45,267,241v0,87,-68,172,-223,172v-117,0,-221,-48,-221,-195","w":500,"k":{"\u2019":-20}},"\u0456":{"d":"14,0r96,-532r140,0r-96,532r-140,0xm127,-611r23,-124r140,0r-23,124r-140,0","w":278},"\u0457":{"d":"14,0r96,-532r140,0r-96,532r-140,0xm226,-611r21,-118r131,0r-21,118r-131,0xm30,-611r21,-118r131,0r-21,118r-131,0","w":278},"\u0458":{"d":"250,-532r-96,531v-25,165,-78,230,-236,208r16,-111v44,11,62,0,73,-60r103,-568r140,0xm127,-611r23,-124r140,0r-23,124r-140,0","w":278},"\u0459":{"d":"558,-243r-26,139r88,0v67,0,100,-34,100,-81v0,-77,-91,-54,-162,-58xm100,-196r71,-336r440,0r-34,185r115,0v120,0,166,54,166,144v0,91,-56,203,-214,203r-272,0r78,-420r-163,0r-43,205v-29,140,-52,231,-192,231v-29,0,-57,-3,-85,-11r22,-112v59,13,91,4,111,-89","w":907},"\u045a":{"d":"14,0r96,-532r140,0r-33,185r180,0r34,-185r140,0r-34,185r115,0v120,0,166,54,166,144v0,91,-56,203,-214,203r-272,0r46,-243r-180,0r-44,243r-140,0xm518,-243r-26,139r88,0v67,0,100,-34,100,-81v0,-77,-91,-54,-162,-58","w":867},"\u045b":{"d":"60,0r94,-503r-89,0r19,-104r89,0r18,-111r140,0r-18,111r240,0r-19,104r-240,0r-23,127v53,-40,81,-53,138,-53v119,0,154,83,134,191r-44,238r-142,0r43,-229v12,-55,12,-96,-50,-96v-47,0,-96,43,-101,70r-49,255r-140,0","k":{"\u0443":20}},"\u045c":{"d":"22,0r96,-532r140,0r-39,217r239,-217r192,0r-267,224r172,308r-163,0r-117,-226r-84,67r-29,159r-140,0xm286,-611r102,-144r159,0r-161,144r-100,0","k":{"\u0451":40,"\u043e":40,"\u0435":40}},"\u045e":{"d":"117,-38r-69,-494r139,0r34,386r2,0r156,-386r148,0r-281,593v-53,123,-112,171,-241,143r13,-113v59,12,105,-9,105,-66v0,-15,-2,-35,-6,-63xm476,-730v-14,64,-72,128,-182,128v-86,0,-126,-47,-115,-128r43,0v6,42,43,50,94,50v44,0,95,-10,116,-50r44,0","w":500,"k":{"\u043e":20,"\u0435":10,"\u0430":20,".":75,",":75}},"\u045f":{"d":"14,0r97,-532r140,0r-77,420r192,0r77,-420r140,0r-97,532r-173,0r-22,128r-126,0r22,-128r-173,0"},"\u20ac":{"d":"625,-509v-19,-40,-52,-90,-135,-89v-65,0,-114,46,-148,136r253,0r-60,95r-221,0r-10,48r202,0r-60,95r-152,0v-5,58,9,131,89,131v63,0,122,-22,165,-53r-27,128v-177,86,-393,31,-371,-206r-90,0r60,-95r41,0r9,-48r-80,0r59,-95r50,0v58,-158,168,-248,315,-248v100,0,163,51,181,89","w":556},"\u0462":{"d":"392,-317r-35,193r129,0v91,0,145,-31,145,-113v0,-109,-138,-74,-239,-80xm183,0r98,-527r-133,0r22,-118r133,0r13,-73r150,0r-13,73r188,0r-22,118r-188,0r-17,92r125,0v170,0,242,78,242,195v0,64,-24,240,-263,240r-335,0","w":833},"\u0463":{"d":"296,-243r-26,139r110,0v67,0,100,-34,100,-81v0,-83,-109,-52,-184,-58xm110,0r80,-428r-133,0r19,-104r133,0r34,-186r138,0r-33,186r164,0r-18,104r-164,0r-15,81r137,0v120,0,166,54,166,144v0,91,-56,203,-214,203r-294,0","w":667},"\u212e":{"d":"929,-339r-656,0v-4,0,-6,1,-6,5r0,198v0,9,3,17,9,23v63,67,151,108,248,108v105,0,198,-48,262,-121r58,0v-72,85,-190,141,-321,141v-223,0,-405,-163,-405,-364v0,-201,182,-365,405,-365v228,0,410,164,406,375xm780,-365r0,-199v0,-9,-3,-18,-9,-24v-64,-63,-151,-104,-247,-104v-96,0,-183,42,-247,107v-6,6,-10,15,-10,25r0,195v0,2,2,7,6,7r503,0v3,0,4,-5,4,-7","w":964},"\u2202":{"d":"111,-561r-60,-75v43,-32,93,-66,175,-66v207,0,272,187,272,363v0,109,-23,355,-255,355v-158,0,-219,-128,-219,-229v0,-122,83,-220,216,-220v37,0,108,11,137,55v2,-79,-21,-231,-145,-231v-59,0,-98,30,-121,48xm248,-74v90,0,131,-112,128,-205v-18,-21,-56,-64,-120,-64v-87,0,-117,79,-117,136v0,95,58,133,109,133","w":556},"\u220f":{"d":"772,-595r-102,0r0,692r-118,0r0,-692r-225,0r0,692r-118,0r0,-692r-102,0r0,-108r665,0r0,108","w":797},"\u2211":{"d":"618,97r-513,0r0,-77r245,-323r-236,-317r0,-83r488,0r0,101r-328,0r0,3r210,276r-233,307r0,3r367,0r0,110","w":636},"\u2219":{"d":"49,-220r29,-150r151,0r-29,150r-151,0","w":278},"\u221a":{"d":"43,-68r-42,-85r149,-64r129,257r164,-754r112,0r-208,920r-101,0r-152,-297","w":556},"\u221e":{"d":"408,-322v48,-58,106,-120,194,-120v78,0,168,53,168,179v0,106,-67,182,-169,182v-78,0,-134,-47,-193,-112v-54,56,-106,111,-192,111v-98,0,-171,-70,-171,-180v0,-119,82,-179,168,-179v95,0,152,68,195,119xm465,-259v54,59,95,82,137,82v29,0,78,-17,78,-83v0,-60,-41,-86,-80,-86v-29,0,-66,12,-135,87xm350,-259v-15,-21,-108,-98,-138,-86v-38,0,-77,30,-77,85v0,53,35,82,80,82v57,0,112,-55,135,-81","w":815},"\u222b":{"d":"404,-783v-79,0,-78,80,-78,196v0,163,14,309,14,488v0,98,-16,161,-37,202v-36,71,-131,83,-199,53r15,-85v24,11,69,17,88,-10v17,-25,28,-67,28,-159v0,-181,-15,-330,-15,-500v0,-116,18,-179,59,-225v39,-44,118,-56,174,-33r-13,82v-10,-5,-22,-9,-36,-9","w":475},"\u2248":{"d":"194,-232v65,0,155,67,213,67v40,0,65,-36,88,-71r36,97v-30,42,-63,86,-125,86v-80,0,-129,-67,-217,-67v-44,0,-68,36,-84,72r-36,-98v22,-42,58,-86,125,-86xm194,-452v65,0,155,67,213,67v40,0,65,-36,88,-71r36,97v-30,42,-63,86,-125,86v-80,0,-129,-67,-217,-67v-44,0,-68,36,-84,72r-36,-98v22,-42,58,-86,125,-86","w":600},"\u2260":{"d":"47,-87r0,-112r165,0r66,-108r-231,0r0,-112r300,0r53,-87r112,0r-53,87r94,0r0,112r-163,0r-66,108r229,0r0,112r-298,0r-54,87r-112,0r54,-87r-96,0","w":600},"\u2264":{"d":"553,-55r0,112r-506,0r0,-112r506,0xm553,-215r0,104r-506,-182r0,-84r506,-186r0,104r-350,123r0,2","w":600},"\u2265":{"d":"47,57r0,-112r506,0r0,112r-506,0xm47,-111r0,-104r350,-119r0,-2r-350,-123r0,-104r506,186r0,84","w":600},"\u25ca":{"d":"622,-351r-199,400r-95,0r-193,-400r198,-401r95,0xm517,-348v-45,-102,-104,-193,-137,-306r-3,0v-32,111,-93,200,-137,300r119,250v7,20,14,43,17,57r4,0v33,-114,93,-199,137,-301","w":672},"\u00a0":{"w":278},"\u00ad":{"d":"23,-215r19,-130r245,0r-18,130r-246,0","w":333},"\u02c9":{"d":"13,-633r11,-74r339,0r-11,74r-339,0","w":278},"\uf6c9":{"d":"146,-780r102,-144r159,0r-161,144r-100,0","w":278},"\uf6ca":{"d":"149,-780r-83,-144r98,0r52,84r91,-84r107,0r-140,144r-125,0","w":278},"\uf6cb":{"d":"231,-780r21,-118r131,0r-21,118r-131,0xm35,-780r21,-118r131,0r-21,118r-131,0","w":278},"\u0472":{"d":"53,-302v0,-205,123,-434,383,-434v239,0,314,182,314,320v0,205,-123,434,-383,434v-239,0,-314,-182,-314,-320xm220,-418r380,0v2,-134,-78,-195,-169,-194v-126,0,-187,97,-211,194xm583,-300r-380,0v-2,134,78,195,169,194v126,0,186,-96,211,-194","w":778},"\u0473":{"d":"22,-233v0,-112,73,-315,308,-315v139,0,245,80,245,249v0,112,-73,315,-308,315v-134,0,-245,-86,-245,-249xm420,-223r-254,0v3,84,49,127,111,127v64,0,121,-47,143,-127xm178,-315r253,0v-5,-80,-50,-121,-111,-121v-63,0,-119,45,-142,121"},"\uf6ce":{"d":"160,-780r-140,-144r151,0r87,144r-98,0","w":278},"\uf6cf":{"d":"36,-780r102,-143r159,0r-161,143r-100,0xm236,-780r102,-144r159,0r-161,144r-100,0","w":278},"\uf6d0":{"d":"13,-780r11,-74r339,0r-11,74r-339,0","w":278},"\uf6d1":{"d":"66,-917r47,0v2,27,21,53,89,53v57,0,104,-16,121,-53r47,0v-16,89,-87,137,-169,137v-124,0,-135,-58,-135,-137","w":278},"\uf6d2":{"d":"346,-780r-47,0v-2,-27,-21,-53,-89,-53v-57,0,-104,16,-121,53r-47,0v16,-89,87,-137,169,-137v124,0,135,58,135,137","w":278},"\uf6d6":{"d":"80,-780r-140,-144r151,0r87,144r-98,0xm270,-780r-140,-144r151,0r87,144r-98,0","w":278},"\uf6d4":{"d":"46,-748r47,0v2,27,21,53,89,53v57,0,104,-16,121,-53r47,0v-16,89,-87,137,-169,137v-124,0,-135,-58,-135,-137","w":278},"\uf6d5":{"d":"346,-602r-47,0v-2,-27,-21,-53,-89,-53v-57,0,-104,16,-121,53r-47,0v16,-89,87,-137,169,-137v124,0,135,58,135,137","w":278},"\uf6d3":{"d":"80,-611r-140,-144r151,0r87,144r-98,0xm270,-611r-140,-144r151,0r87,144r-98,0","w":278},"\u0474":{"d":"227,0r-170,-718r163,0r109,544r2,0r173,-405v55,-132,166,-188,303,-139r-20,115v-57,-30,-103,-17,-134,50r-257,553r-169,0","w":750},"\u0475":{"d":"177,0r-131,-532r144,0r78,382r2,0r136,-281v57,-114,132,-135,257,-104r-29,102v-45,-21,-82,-15,-108,36r-199,397r-150,0"},"\u0490":{"d":"15,0r132,-718r356,0r23,-126r117,0r-46,250r-323,0r-109,594r-150,0","w":556},"\u0491":{"d":"14,0r96,-532r262,0r22,-124r111,0r-43,236r-232,0r-76,420r-140,0","w":444},"\u04d9":{"d":"24,-315r364,0v3,-70,-20,-121,-100,-121v-50,0,-85,25,-101,55r-149,0v30,-83,112,-167,256,-167v154,0,232,98,232,258v0,135,-87,306,-280,306v-121,0,-230,-73,-230,-249v0,-35,3,-60,8,-82xm376,-217r-222,0v-4,67,20,121,102,121v73,0,110,-62,120,-121","w":556},"\u2010":{"d":"23,-215r19,-130r245,0r-18,130r-246,0","w":333},"\u2113":{"d":"409,-175r39,50v-72,99,-155,137,-233,137v-124,0,-156,-85,-140,-180v-19,12,-41,28,-61,41r-16,-63v33,-25,65,-46,95,-70r55,-257v38,-180,135,-254,229,-254v94,0,120,79,99,177v-25,120,-126,234,-272,352r-9,42v-15,79,17,117,67,117v55,0,111,-47,147,-92xm263,-519r-35,166v88,-81,158,-169,174,-245v11,-54,3,-87,-38,-87v-31,0,-74,37,-101,166","w":508},"\u2215":{"d":"487,-710r-582,729r-79,0r583,-729r78,0","w":167},"\u03a9":{"d":"129,-97r1,-3v-50,-59,-90,-158,-62,-288v38,-181,193,-326,372,-326v191,0,260,166,227,319v-28,133,-112,238,-187,295r-1,3r139,0r-21,97r-259,0r15,-71v73,-43,154,-138,188,-298v27,-126,-8,-246,-123,-246v-110,0,-204,107,-235,251v-31,146,7,252,63,293r-15,71r-259,0r21,-97r136,0","w":706},"\u2116":{"d":"744,-342v0,36,10,69,51,69v62,0,87,-89,87,-133v0,-36,-10,-69,-51,-69v-62,0,-87,89,-87,133xm626,-337v0,-107,75,-236,221,-236v97,0,153,66,153,162v0,107,-75,236,-221,236v-97,0,-153,-66,-153,-162xm0,0r130,-718r158,0r128,495r2,0r80,-495r138,0r-130,718r-154,0r-126,-477r-2,0r-86,477r-138,0xm572,-20r18,-98r341,0r-18,98r-341,0","w":1000}}});;jQuery.easing['jswing']=jQuery.easing['swing'];jQuery.extend(jQuery.easing,{def:'easeOutQuad',swing:function(x,t,b,c,d){return jQuery.easing[jQuery.easing.def](x,t,b,c,d);},easeInQuad:function(x,t,b,c,d){return c*(t/=d)*t+b;},easeOutQuad:function(x,t,b,c,d){return-c*(t/=d)*(t-2)+b;},easeInOutQuad:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t+b;return-c/2*((--t)*(t-2)-1)+b;},easeInCubic:function(x,t,b,c,d){return c*(t/=d)*t*t+b;},easeOutCubic:function(x,t,b,c,d){return c*((t=t/d-1)*t*t+1)+b;},easeInOutCubic:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t+b;return c/2*((t-=2)*t*t+2)+b;},easeInQuart:function(x,t,b,c,d){return c*(t/=d)*t*t*t+b;},easeOutQuart:function(x,t,b,c,d){return-c*((t=t/d-1)*t*t*t-1)+b;},easeInOutQuart:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t+b;return-c/2*((t-=2)*t*t*t-2)+b;},easeInQuint:function(x,t,b,c,d){return c*(t/=d)*t*t*t*t+b;},easeOutQuint:function(x,t,b,c,d){return c*((t=t/d-1)*t*t*t*t+1)+b;},easeInOutQuint:function(x,t,b,c,d){if((t/=d/2)<1)return c/2*t*t*t*t*t+b;return c/2*((t-=2)*t*t*t*t+2)+b;},easeInSine:function(x,t,b,c,d){return-c*Math.cos(t/d*(Math.PI/2))+c+b;},easeOutSine:function(x,t,b,c,d){return c*Math.sin(t/d*(Math.PI/2))+b;},easeInOutSine:function(x,t,b,c,d){return-c/2*(Math.cos(Math.PI*t/d)-1)+b;},easeInExpo:function(x,t,b,c,d){return(t==0)?b:c*Math.pow(2,10*(t/d-1))+b;},easeOutExpo:function(x,t,b,c,d){return(t==d)?b+c:c*(-Math.pow(2,-10*t/d)+1)+b;},easeInOutExpo:function(x,t,b,c,d){if(t==0)return b;if(t==d)return b+c;if((t/=d/2)<1)return c/2*Math.pow(2,10*(t-1))+b;return c/2*(-Math.pow(2,-10*--t)+2)+b;},easeInCirc:function(x,t,b,c,d){return-c*(Math.sqrt(1-(t/=d)*t)-1)+b;},easeOutCirc:function(x,t,b,c,d){return c*Math.sqrt(1-(t=t/d-1)*t)+b;},easeInOutCirc:function(x,t,b,c,d){if((t/=d/2)<1)return-c/2*(Math.sqrt(1-t*t)-1)+b;return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b;},easeInElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return-(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;},easeOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d)==1)return b+c;if(!p)p=d*.3;if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);return a*Math.pow(2,-10*t)*Math.sin((t*d-s)*(2*Math.PI)/p)+c+b;},easeInOutElastic:function(x,t,b,c,d){var s=1.70158;var p=0;var a=c;if(t==0)return b;if((t/=d/2)==2)return b+c;if(!p)p=d*(.3*1.5);if(a<Math.abs(c)){a=c;var s=p/4;}
else var s=p/(2*Math.PI)*Math.asin(c/a);if(t<1)return-.5*(a*Math.pow(2,10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p))+b;return a*Math.pow(2,-10*(t-=1))*Math.sin((t*d-s)*(2*Math.PI)/p)*.5+c+b;},easeInBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*(t/=d)*t*((s+1)*t-s)+b;},easeOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;return c*((t=t/d-1)*t*((s+1)*t+s)+1)+b;},easeInOutBack:function(x,t,b,c,d,s){if(s==undefined)s=1.70158;if((t/=d/2)<1)return c/2*(t*t*(((s*=(1.525))+1)*t-s))+b;return c/2*((t-=2)*t*(((s*=(1.525))+1)*t+s)+2)+b;},easeInBounce:function(x,t,b,c,d){return c-jQuery.easing.easeOutBounce(x,d-t,0,c,d)+b;},easeOutBounce:function(x,t,b,c,d){if((t/=d)<(1/2.75)){return c*(7.5625*t*t)+b;}else if(t<(2/2.75)){return c*(7.5625*(t-=(1.5/2.75))*t+.75)+b;}else if(t<(2.5/2.75)){return c*(7.5625*(t-=(2.25/2.75))*t+.9375)+b;}else{return c*(7.5625*(t-=(2.625/2.75))*t+.984375)+b;}},easeInOutBounce:function(x,t,b,c,d){if(t<d/2)return jQuery.easing.easeInBounce(x,t*2,0,c,d)*.5+b;return jQuery.easing.easeOutBounce(x,t*2-d,0,c,d)*.5+c*.5+b;}});;eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}(';(7($){$.b.2Q=7(){u B.2t(7(){9 1J=$(B).n(\'2Z\');5(1J.1c(/^3w\\(["\']?(.*\\.2p)["\']?\\)$/i)){1J=3t.$1;$(B).n({\'2Z\':\'45\',\'2o\':"3W:3R.4m.4d(3h=F, 3T="+($(B).n(\'41\')==\'2J-3Z\'?\'4c\':\'3N\')+", Q=\'"+1J+"\')"}).2t(7(){9 1b=$(B).n(\'1b\');5(1b!=\'2e\'&&1b!=\'2n\')$(B).n(\'1b\',\'2n\')})}})};9 A,4,16=D,s=1t 1o,1w,1v=1,1y=/\\.(3A|3Y|2p|3c|3d)(.*)?$/i;9 P=($.2q.3K&&2f($.2q.3z.2k(0,1))<8);$.b.c=7(Y){Y=$.3x({},$.b.c.2R,Y);9 2s=B;7 2h(){A=B;4=Y;2r();u D};7 2r(){5(16)u;5($.1O(4.2c)){4.2c()}4.j=[];4.h=0;5(Y.j.N>0){4.j=Y.j}t{9 O={};5(!A.1H||A.1H==\'\'){9 O={d:A.d,X:A.X};5($(A).1G("1m:1D").N){O.1a=$(A).1G("1m:1D")}4.j.2j(O)}t{9 Z=$(2s).2o("a[1H="+A.1H+"]");9 O={};3C(9 i=0;i<Z.N;i++){O={d:Z[i].d,X:Z[i].X};5($(Z[i]).1G("1m:1D").N){O.1a=$(Z[i]).1G("1m:1D")}4.j.2j(O)}3F(4.j[4.h].d!=A.d){4.h++}}}5(4.23){5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'3s\')}$("#1i").n(\'25\',4.2U).J()}1d()};7 1d(){$("#1f, #1e, #V, #G").S();9 d=4.j[4.h].d;5(d.1c(/#/)){9 U=11.3r.d.3f(\'#\')[0];U=d.3g(U,\'\');U=U.2k(U.2l(\'#\'));1k(\'<6 l="3e">\'+$(U).o()+\'</6>\',4.1I,4.1x)}t 5(d.1c(1y)){s=1t 1o;s.Q=d;5(s.3a){1K()}t{$.b.c.34();$(s).x().14(\'3b\',7(){$(".I").S();1K()})}}t 5(d.1c("17")||A.3j.2l("17")>=0){1k(\'<17 l="35" 3q="$.b.c.38()" 3o="3n\'+C.T(C.3l()*3m)+\'" 2K="0" 3E="0" Q="\'+d+\'"></17>\',4.1I,4.1x)}t{$.4p(d,7(2m){1k(\'<6 l="3L">\'+2m+\'</6>\',4.1I,4.1x)})}};7 1K(){5(4.30){9 w=$.b.c.1n();9 r=C.1M(C.1M(w[0]-36,s.g)/s.g,C.1M(w[1]-4b,s.f)/s.f);9 g=C.T(r*s.g);9 f=C.T(r*s.f)}t{9 g=s.g;9 f=s.f}1k(\'<1m 48="" l="49" Q="\'+s.Q+\'" />\',g,f)};7 2F(){5((4.j.N-1)>4.h){9 d=4.j[4.h+1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}5(4.h>0){9 d=4.j[4.h-1].d;5(d.1c(1y)){1A=1t 1o();1A.Q=d}}};7 1k(1j,g,f){16=F;9 L=4.2Y;5(P){$("#q")[0].1E.2u("f");$("#q")[0].1E.2u("g")}5(L>0){g+=L*2;f+=L*2;$("#q").n({\'v\':L+\'z\',\'2E\':L+\'z\',\'2i\':L+\'z\',\'y\':L+\'z\',\'g\':\'2B\',\'f\':\'2B\'});5(P){$("#q")[0].1E.2C(\'f\',\'(B.2D.4j - 20)\');$("#q")[0].1E.2C(\'g\',\'(B.2D.3S - 20)\')}}t{$("#q").n({\'v\':0,\'2E\':0,\'2i\':0,\'y\':0,\'g\':\'2z%\',\'f\':\'2z%\'})}5($("#k").1u(":19")&&g==$("#k").g()&&f==$("#k").f()){$("#q").1Z("2N",7(){$("#q").1C().1F($(1j)).21("1s",7(){1g()})});u}9 w=$.b.c.1n();9 2v=(g+36)>w[0]?w[2]:(w[2]+C.T((w[0]-g-36)/2));9 2w=(f+1z)>w[1]?w[3]:(w[3]+C.T((w[1]-f-1z)/2));9 K={\'y\':2v,\'v\':2w,\'g\':g+\'z\',\'f\':f+\'z\'};5($("#k").1u(":19")){$("#q").1Z("1s",7(){$("#q").1C();$("#k").24(K,4.2X,4.2T,7(){$("#q").1F($(1j)).21("1s",7(){1g()})})})}t{5(4.1W>0&&4.j[4.h].1a!==1L){$("#q").1C().1F($(1j));9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);$("#k").n({\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()});5(4.1X){K.25=\'J\'}$("#k").24(K,4.1W,4.2W,7(){1g()})}t{$("#q").S().1C().1F($(1j)).J();$("#k").n(K).21("1s",7(){1g()})}}};7 2y(){5(4.h!=0){$("#1e, #2O").x().14("R",7(e){e.2x();4.h--;1d();u D});$("#1e").J()}5(4.h!=(4.j.N-1)){$("#1f, #2M").x().14("R",7(e){e.2x();4.h++;1d();u D});$("#1f").J()}};7 1g(){2y();2F();$(W).1B(7(e){5(e.29==27){$.b.c.1l();$(W).x("1B")}t 5(e.29==37&&4.h!=0){4.h--;1d();$(W).x("1B")}t 5(e.29==39&&4.h!=(4.j.N-1)){4.h++;1d();$(W).x("1B")}});5(4.1r){$(11).14("1N 1T",$.b.c.2g)}t{$("6#k").n("1b","2e")}5(4.2b){$("#22").R($.b.c.1l)}$("#1i, #V").14("R",$.b.c.1l);$("#V").J();5(4.j[4.h].X!==1L&&4.j[4.h].X.N>0){$(\'#G 6\').o(4.j[4.h].X);$(\'#G\').J()}5(4.23&&P){$(\'1U, 1Q, 1P\',$(\'#q\')).n(\'1S\',\'19\')}5($.1O(4.2a)){4.2a()}16=D};u B.x(\'R\').R(2h)};$.b.c.2g=7(){9 m=$.b.c.1n();$("#k").n(\'y\',(($("#k").g()+36)>m[0]?m[2]:m[2]+C.T((m[0]-$("#k").g()-36)/2)));$("#k").n(\'v\',(($("#k").f()+1z)>m[1]?m[3]:m[3]+C.T((m[1]-$("#k").f()-1z)/2)))};$.b.c.1h=7(H,2A){u 2f($.3I(H.3u?H[0]:H,2A,F))||0};$.b.c.1R=7(H){9 m=H.4g();m.v+=$.b.c.1h(H,\'3k\');m.v+=$.b.c.1h(H,\'3J\');m.y+=$.b.c.1h(H,\'3H\');m.y+=$.b.c.1h(H,\'3D\');u m};$.b.c.38=7(){$(".I").S();$("#35").J()};$.b.c.1n=7(){u[$(11).g(),$(11).f(),$(W).3i(),$(W).3p()]};$.b.c.2G=7(){5(!$("#I").1u(\':19\')){33(1w);u}$("#I > 6").n(\'v\',(1v*-40)+\'z\');1v=(1v+1)%12};$.b.c.34=7(){33(1w);9 m=$.b.c.1n();$("#I").n({\'y\':((m[0]-40)/2+m[2]),\'v\':((m[1]-40)/2+m[3])}).J();$("#I").14(\'R\',$.b.c.1l);1w=3Q($.b.c.2G,3X)};$.b.c.1l=7(){16=F;$(s).x();$("#1i, #V").x();5(4.2b){$("#22").x()}$("#V, .I, #1e, #1f, #G").S();5(4.1r){$(11).x("1N 1T")}1q=7(){$("#1i, #k").S();5(4.1r){$(11).x("1N 1T")}5(P){$(\'1U, 1Q, 1P\').n(\'1S\',\'19\')}5($.1O(4.1V)){4.1V()}16=D};5($("#k").1u(":19")!==D){5(4.26>0&&4.j[4.h].1a!==1L){9 M=4.j[4.h].1a;9 15=$.b.c.1R(M);9 K={\'y\':(15.y-18)+\'z\',\'v\':(15.v-18)+\'z\',\'g\':$(M).g(),\'f\':$(M).f()};5(4.1X){K.25=\'S\'}$("#k").31(D,F).24(K,4.26,4.2S,1q)}t{$("#k").31(D,F).1Z("2N",1q)}}t{1q()}u D};$.b.c.2V=7(){9 o=\'\';o+=\'<6 l="1i"></6>\';o+=\'<6 l="22">\';o+=\'<6 p="I" l="I"><6></6></6>\';o+=\'<6 l="k">\';o+=\'<6 l="2I">\';o+=\'<6 l="V"></6>\';o+=\'<6 l="E"><6 p="E 44"></6><6 p="E 43"></6><6 p="E 42"></6><6 p="E 3V"></6><6 p="E 3U"></6><6 p="E 3O"></6><6 p="E 3M"></6><6 p="E 3P"></6></6>\';o+=\'<a d="2P:;" l="1e"><1p p="1Y" l="2O"></1p></a><a d="2P:;" l="1f"><1p p="1Y" l="2M"></1p></a>\';o+=\'<6 l="q"></6>\';o+=\'<6 l="G"></6>\';o+=\'</6>\';o+=\'</6>\';o+=\'</6>\';$(o).2H("46");$(\'<32 4i="0" 4h="0" 4k="0"><2L><13 p="G" l="4l"></13><13 p="G" l="4o"><6></6></13><13 p="G" l="4n"></13></2L></32>\').2H(\'#G\');5(P){$("#2I").47(\'<17 p="4a" 4e="2J" 2K="0"></17>\');$("#V, .E, .G, .1Y").2Q()}};$.b.c.2R={2Y:10,30:F,1X:D,1W:0,26:0,2X:3G,2W:\'28\',2S:\'28\',2T:\'28\',1I:3B,1x:3v,23:F,2U:0.3,2b:F,1r:F,j:[],2c:2d,2a:2d,1V:2d};$(W).3y(7(){$.b.c.2V()})})(4f);',62,274,'||||opts|if|div|function||var||fn|fancybox|href||height|width|itemCurrent||itemArray|fancy_outer|id|pos|css|html|class|fancy_content||imagePreloader|else|return|top||unbind|left|px|elem|this|Math|false|fancy_bg|true|fancy_title|el|fancy_loading|show|itemOpts|pad|orig_item|length|item|isIE|src|click|hide|round|target|fancy_close|document|title|settings|subGroup||window||td|bind|orig_pos|busy|iframe||visible|orig|position|match|_change_item|fancy_left|fancy_right|_finish|getNumeric|fancy_overlay|value|_set_content|close|img|getViewport|Image|span|__cleanup|centerOnScroll|normal|new|is|loadingFrame|loadingTimer|frameHeight|imageRegExp|50|objNext|keydown|empty|first|style|append|children|rel|frameWidth|image|_proceed_image|undefined|min|resize|isFunction|select|object|getPosition|visibility|scroll|embed|callbackOnClose|zoomSpeedIn|zoomOpacity|fancy_ico|fadeOut||fadeIn|fancy_wrap|overlayShow|animate|opacity|zoomSpeedOut||swing|keyCode|callbackOnShow|hideOnContentClick|callbackOnStart|null|absolute|parseInt|scrollBox|_initialize|bottom|push|substr|indexOf|data|relative|filter|png|browser|_start|matchedGroup|each|removeExpression|itemLeft|itemTop|stopPropagation|_set_navigation|100|prop|auto|setExpression|parentNode|right|_preload_neighbor_images|animateLoading|appendTo|fancy_inner|no|frameborder|tr|fancy_right_ico|fast|fancy_left_ico|javascript|fixPNG|defaults|easingOut|easingChange|overlayOpacity|build|easingIn|zoomSpeedChange|padding|backgroundImage|imageScale|stop|table|clearInterval|showLoading|fancy_frame|||showIframe||complete|load|bmp|jpeg|fancy_div|split|replace|enabled|scrollLeft|className|paddingTop|random|1000|fancy_iframe|name|scrollTop|onload|location|hidden|RegExp|jquery|355|url|extend|ready|version|jpg|425|for|borderLeftWidth|hspace|while|300|paddingLeft|curCSS|borderTopWidth|msie|fancy_ajax|fancy_bg_w|scale|fancy_bg_sw|fancy_bg_nw|setInterval|DXImageTransform|clientWidth|sizingMethod|fancy_bg_s|fancy_bg_se|progid|66|gif|repeat||backgroundRepeat|fancy_bg_e|fancy_bg_ne|fancy_bg_n|none|body|prepend|alt|fancy_img|fancy_bigIframe|60|crop|AlphaImageLoader|scrolling|jQuery|offset|cellpadding|cellspacing|clientHeight|border|fancy_title_left|Microsoft|fancy_title_right|fancy_title_main|get'.split('|'),0,{}))