var MooTools={'version':'1.2.5','build':'008d8f0f2fcc2044e54fdd3635341aaab274e757'};var Native=function(options){options=options||{};var name=options.name;var legacy=options.legacy;var protect=options.protect;var methods=options.implement;var generics=options.generics;var initialize=options.initialize;var afterImplement=options.afterImplement||function(){};var object=initialize||legacy;generics=generics!==false;object.constructor=Native;object.$family={name:'native'};if(legacy&&initialize)object.prototype=legacy.prototype;object.prototype.constructor=object;if(name){var family=name.toLowerCase();object.prototype.$family={name:family};Native.typize(object,family);}
var add=function(obj,name,method,force){if(!protect||force||!obj.prototype[name])obj.prototype[name]=method;if(generics)Native.genericize(obj,name,protect);afterImplement.call(obj,name,method);return obj;};object.alias=function(a1,a2,a3){if(typeof a1=='string'){var pa1=this.prototype[a1];if((a1=pa1))return add(this,a2,a1,a3);}
for(var a in a1)this.alias(a,a1[a],a2);return this;};object.implement=function(a1,a2,a3){if(typeof a1=='string')return add(this,a1,a2,a3);for(var p in a1)add(this,p,a1[p],a2);return this;};if(methods)object.implement(methods);return object;};Native.genericize=function(object,property,check){if((!check||!object[property])&&typeof object.prototype[property]=='function')object[property]=function(){var args=Array.prototype.slice.call(arguments);return object.prototype[property].apply(args.shift(),args);};};Native.implement=function(objects,properties){for(var i=0,l=objects.length;i<l;i++)objects[i].implement(properties);};Native.typize=function(object,family){if(!object.type)object.type=function(item){return($type(item)===family);};};(function(){var natives={'Array':Array,'Date':Date,'Function':Function,'Number':Number,'RegExp':RegExp,'String':String};for(var n in natives)new Native({name:n,initialize:natives[n],protect:true});var types={'boolean':Boolean,'native':Native,'object':Object};for(var t in types)Native.typize(types[t],t);var generics={'Array':["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],'String':["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};for(var g in generics){for(var i=generics[g].length;i--;)Native.genericize(natives[g],generics[g][i],true);}})();var Hash=new Native({name:'Hash',initialize:function(object){if($type(object)=='hash')object=$unlink(object.getClean());for(var key in object)this[key]=object[key];return this;}});Hash.implement({forEach:function(fn,bind){for(var key in this){if(this.hasOwnProperty(key))fn.call(bind,this[key],key,this);}},getClean:function(){var clean={};for(var key in this){if(this.hasOwnProperty(key))clean[key]=this[key];}
return clean;},getLength:function(){var length=0;for(var key in this){if(this.hasOwnProperty(key))length++;}
return length;}});Hash.alias('forEach','each');Array.implement({forEach:function(fn,bind){for(var i=0,l=this.length;i<l;i++)fn.call(bind,this[i],i,this);}});Array.alias('forEach','each');function $A(iterable){if(iterable.item){var l=iterable.length,array=new Array(l);while(l--)array[l]=iterable[l];return array;}
return Array.prototype.slice.call(iterable);};function $arguments(i){return function(){return arguments[i];};};function $chk(obj){return!!(obj||obj===0);};function $clear(timer){clearTimeout(timer);clearInterval(timer);return null;};function $defined(obj){return(obj!=undefined);};function $each(iterable,fn,bind){var type=$type(iterable);((type=='arguments'||type=='collection'||type=='array')?Array:Hash).each(iterable,fn,bind);};function $empty(){};function $extend(original,extended){for(var key in(extended||{}))original[key]=extended[key];return original;};function $H(object){return new Hash(object);};function $lambda(value){return($type(value)=='function')?value:function(){return value;};};function $merge(){var args=Array.slice(arguments);args.unshift({});return $mixin.apply(null,args);};function $mixin(mix){for(var i=1,l=arguments.length;i<l;i++){var object=arguments[i];if($type(object)!='object')continue;for(var key in object){var op=object[key],mp=mix[key];mix[key]=(mp&&$type(op)=='object'&&$type(mp)=='object')?$mixin(mp,op):$unlink(op);}}
return mix;};function $pick(){for(var i=0,l=arguments.length;i<l;i++){if(arguments[i]!=undefined)return arguments[i];}
return null;};function $random(min,max){return Math.floor(Math.random()*(max-min+1)+min);};function $splat(obj){var type=$type(obj);return(type)?((type!='array'&&type!='arguments')?[obj]:obj):[];};var $time=Date.now||function(){return+new Date;};function $try(){for(var i=0,l=arguments.length;i<l;i++){try{return arguments[i]();}catch(e){}}
return null;};function $type(obj){if(obj==undefined)return false;if(obj.$family)return(obj.$family.name=='number'&&!isFinite(obj))?false:obj.$family.name;if(obj.nodeName){switch(obj.nodeType){case 1:return'element';case 3:return(/\S/).test(obj.nodeValue)?'textnode':'whitespace';}}else if(typeof obj.length=='number'){if(obj.callee)return'arguments';else if(obj.item)return'collection';}
return typeof obj;};function $unlink(object){var unlinked;switch($type(object)){case'object':unlinked={};for(var p in object)unlinked[p]=$unlink(object[p]);break;case'hash':unlinked=new Hash(object);break;case'array':unlinked=[];for(var i=0,l=object.length;i<l;i++)unlinked[i]=$unlink(object[i]);break;default:return object;}
return unlinked;};var Browser=$merge({Engine:{name:'unknown',version:0},Platform:{name:(window.orientation!=undefined)?'ipod':(navigator.platform.match(/mac|win|linux/i)||['other'])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925));},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?((document.querySelectorAll)?6:5):4);},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419);},gecko:function(){return(!document.getBoxObjectFor&&window.mozInnerScreenX==null)?false:((document.getElementsByClassName)?19:18);}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;Browser.detect=function(){for(var engine in this.Engines){var version=this.Engines[engine]();if(version){this.Engine={name:engine,version:version};this.Engine[engine]=this.Engine[engine+version]=true;break;}}
return{name:engine,version:version};};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest();},function(){return new ActiveXObject('MSXML2.XMLHTTP');},function(){return new ActiveXObject('Microsoft.XMLHTTP');});};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var version=($try(function(){return navigator.plugins['Shockwave Flash'].description;},function(){return new ActiveXObject('ShockwaveFlash.ShockwaveFlash').GetVariable('$version');})||'0 r0').match(/\d+/g);return{version:parseInt(version[0]||0+'.'+version[1],10)||0,build:parseInt(version[2],10)||0};})();function $exec(text){if(!text)return text;if(window.execScript){window.execScript(text);}else{var script=document.createElement('script');script.setAttribute('type','text/javascript');script[(Browser.Engine.webkit&&Browser.Engine.version<420)?'innerText':'text']=text;document.head.appendChild(script);document.head.removeChild(script);}
return text;};Native.UID=1;var $uid=(Browser.Engine.trident)?function(item){return(item.uid||(item.uid=[Native.UID++]))[0];}:function(item){return item.uid||(item.uid=Native.UID++);};var Window=new Native({name:'Window',legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(win){$uid(win);if(!win.Element){win.Element=$empty;if(Browser.Engine.webkit)win.document.createElement("iframe");win.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{};}
win.document.window=win;return $extend(win,Window.Prototype);},afterImplement:function(property,value){window[property]=Window.Prototype[property]=value;}});Window.Prototype={$family:{name:'window'}};new Window(window);var Document=new Native({name:'Document',legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(doc){$uid(doc);doc.head=doc.getElementsByTagName('head')[0];doc.html=doc.getElementsByTagName('html')[0];if(Browser.Engine.trident&&Browser.Engine.version<=4)$try(function(){doc.execCommand("BackgroundImageCache",false,true);});if(Browser.Engine.trident)doc.window.attachEvent('onunload',function(){doc.window.detachEvent('onunload',arguments.callee);doc.head=doc.html=doc.window=null;});return $extend(doc,Document.Prototype);},afterImplement:function(property,value){document[property]=Document.Prototype[property]=value;}});Document.Prototype={$family:{name:'document'}};new Document(document);Array.implement({every:function(fn,bind){for(var i=0,l=this.length;i<l;i++){if(!fn.call(bind,this[i],i,this))return false;}
return true;},filter:function(fn,bind){var results=[];for(var i=0,l=this.length;i<l;i++){if(fn.call(bind,this[i],i,this))results.push(this[i]);}
return results;},clean:function(){return this.filter($defined);},indexOf:function(item,from){var len=this.length;for(var i=(from<0)?Math.max(0,len+from):from||0;i<len;i++){if(this[i]===item)return i;}
return-1;},map:function(fn,bind){var results=[];for(var i=0,l=this.length;i<l;i++)results[i]=fn.call(bind,this[i],i,this);return results;},some:function(fn,bind){for(var i=0,l=this.length;i<l;i++){if(fn.call(bind,this[i],i,this))return true;}
return false;},associate:function(keys){var obj={},length=Math.min(this.length,keys.length);for(var i=0;i<length;i++)obj[keys[i]]=this[i];return obj;},link:function(object){var result={};for(var i=0,l=this.length;i<l;i++){for(var key in object){if(object[key](this[i])){result[key]=this[i];delete object[key];break;}}}
return result;},contains:function(item,from){return this.indexOf(item,from)!=-1;},extend:function(array){for(var i=0,j=array.length;i<j;i++)this.push(array[i]);return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null;},include:function(item){if(!this.contains(item))this.push(item);return this;},combine:function(array){for(var i=0,l=array.length;i<l;i++)this.include(array[i]);return this;},erase:function(item){for(var i=this.length;i--;i){if(this[i]===item)this.splice(i,1);}
return this;},empty:function(){this.length=0;return this;},flatten:function(){var array=[];for(var i=0,l=this.length;i<l;i++){var type=$type(this[i]);if(!type)continue;array=array.concat((type=='array'||type=='collection'||type=='arguments')?Array.flatten(this[i]):this[i]);}
return array;},hexToRgb:function(array){if(this.length!=3)return null;var rgb=this.map(function(value){if(value.length==1)value+=value;return value.toInt(16);});return(array)?rgb:'rgb('+rgb+')';},rgbToHex:function(array){if(this.length<3)return null;if(this.length==4&&this[3]==0&&!array)return'transparent';var hex=[];for(var i=0;i<3;i++){var bit=(this[i]-0).toString(16);hex.push((bit.length==1)?'0'+bit:bit);}
return(array)?hex:'#'+hex.join('');}});try{delete Function.prototype.bind;}catch(e){}
Function.implement({extend:function(properties){for(var property in properties)this[property]=properties[property];return this;},create:function(options){var self=this;options=options||{};return function(event){var args=options.arguments;args=(args!=undefined)?$splat(args):Array.slice(arguments,(options.event)?1:0);if(options.event)args=[event||window.event].extend(args);var returns=function(){return self.apply(options.bind||null,args);};if(options.delay)return setTimeout(returns,options.delay);if(options.periodical)return setInterval(returns,options.periodical);if(options.attempt)return $try(returns);return returns();};},run:function(args,bind){return this.apply(bind,$splat(args));},pass:function(args,bind){return this.create({bind:bind,arguments:args});},bind:function(bind,args){return this.create({bind:bind,arguments:args});},bindWithEvent:function(bind,args){return this.create({bind:bind,arguments:args,event:true});},attempt:function(args,bind){return this.create({bind:bind,arguments:args,attempt:true})();},delay:function(delay,bind,args){return this.create({bind:bind,arguments:args,delay:delay})();},periodical:function(periodical,bind,args){return this.create({bind:bind,arguments:args,periodical:periodical})();}});Number.implement({limit:function(min,max){return Math.min(max,Math.max(min,this));},round:function(precision){precision=Math.pow(10,precision||0);return Math.round(this*precision)/precision;},times:function(fn,bind){for(var i=0;i<this;i++)fn.call(bind,i,this);},toFloat:function(){return parseFloat(this);},toInt:function(base){return parseInt(this,base||10);}});Number.alias('times','each');(function(math){var methods={};math.each(function(name){if(!Number[name])methods[name]=function(){return Math[name].apply(null,[this].concat($A(arguments)));};});Number.implement(methods);})(['abs','acos','asin','atan','atan2','ceil','cos','exp','floor','log','max','min','pow','sin','sqrt','tan']);String.implement({test:function(regex,params){return((typeof regex=='string')?new RegExp(regex,params):regex).test(this);},contains:function(string,separator){return(separator)?(separator+this+separator).indexOf(separator+string+separator)>-1:this.indexOf(string)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,'');},clean:function(){return this.replace(/\s+/g,' ').trim();},camelCase:function(){return this.replace(/-\D/g,function(match){return match.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(match){return('-'+match.charAt(0).toLowerCase());});},capitalize:function(){return this.replace(/\b[a-z]/g,function(match){return match.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,'\\$1');},toInt:function(base){return parseInt(this,base||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(array){var hex=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(hex)?hex.slice(1).hexToRgb(array):null;},rgbToHex:function(array){var rgb=this.match(/\d{1,3}/g);return(rgb)?rgb.rgbToHex(array):null;},stripScripts:function(option){var scripts='';var text=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){scripts+=arguments[1]+'\n';return'';});if(option===true)$exec(scripts);else if($type(option)=='function')option(scripts,text);return text;},substitute:function(object,regexp){return this.replace(regexp||(/\\?\{([^{}]+)\}/g),function(match,name){if(match.charAt(0)=='\\')return match.slice(1);return(object[name]!=undefined)?object[name]:'';});}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(value){for(var key in this){if(this.hasOwnProperty(key)&&this[key]===value)return key;}
return null;},hasValue:function(value){return(Hash.keyOf(this,value)!==null);},extend:function(properties){Hash.each(properties||{},function(value,key){Hash.set(this,key,value);},this);return this;},combine:function(properties){Hash.each(properties||{},function(value,key){Hash.include(this,key,value);},this);return this;},erase:function(key){if(this.hasOwnProperty(key))delete this[key];return this;},get:function(key){return(this.hasOwnProperty(key))?this[key]:null;},set:function(key,value){if(!this[key]||this.hasOwnProperty(key))this[key]=value;return this;},empty:function(){Hash.each(this,function(value,key){delete this[key];},this);return this;},include:function(key,value){if(this[key]==undefined)this[key]=value;return this;},map:function(fn,bind){var results=new Hash;Hash.each(this,function(value,key){results.set(key,fn.call(bind,value,key,this));},this);return results;},filter:function(fn,bind){var results=new Hash;Hash.each(this,function(value,key){if(fn.call(bind,value,key,this))results.set(key,value);},this);return results;},every:function(fn,bind){for(var key in this){if(this.hasOwnProperty(key)&&!fn.call(bind,this[key],key))return false;}
return true;},some:function(fn,bind){for(var key in this){if(this.hasOwnProperty(key)&&fn.call(bind,this[key],key))return true;}
return false;},getKeys:function(){var keys=[];Hash.each(this,function(value,key){keys.push(key);});return keys;},getValues:function(){var values=[];Hash.each(this,function(value){values.push(value);});return values;},toQueryString:function(base){var queryString=[];Hash.each(this,function(value,key){if(base)key=base+'['+key+']';var result;switch($type(value)){case'object':result=Hash.toQueryString(value,key);break;case'array':var qs={};value.each(function(val,i){qs[i]=val;});result=Hash.toQueryString(qs,key);break;default:result=key+'='+encodeURIComponent(value);}
if(value!=undefined)queryString.push(result);});return queryString.join('&');}});Hash.alias({keyOf:'indexOf',hasValue:'contains'});var Event=new Native({name:'Event',initialize:function(event,win){win=win||window;var doc=win.document;event=event||win.event;if(event.$extended)return event;this.$extended=true;var type=event.type;var target=event.target||event.srcElement;while(target&&target.nodeType==3)target=target.parentNode;if(type.test(/key/)){var code=event.which||event.keyCode;var key=Event.Keys.keyOf(code);if(type=='keydown'){var fKey=code-111;if(fKey>0&&fKey<13)key='f'+fKey;}
key=key||String.fromCharCode(code).toLowerCase();}else if(type.match(/(click|mouse|menu)/i)){doc=(!doc.compatMode||doc.compatMode=='CSS1Compat')?doc.html:doc.body;var page={x:event.pageX||event.clientX+doc.scrollLeft,y:event.pageY||event.clientY+doc.scrollTop};var client={x:(event.pageX)?event.pageX-win.pageXOffset:event.clientX,y:(event.pageY)?event.pageY-win.pageYOffset:event.clientY};if(type.match(/DOMMouseScroll|mousewheel/)){var wheel=(event.wheelDelta)?event.wheelDelta/120:-(event.detail||0)/3;}
var rightClick=(event.which==3)||(event.button==2);var related=null;if(type.match(/over|out/)){switch(type){case'mouseover':related=event.relatedTarget||event.fromElement;break;case'mouseout':related=event.relatedTarget||event.toElement;}
if(!(function(){while(related&&related.nodeType==3)related=related.parentNode;return true;}).create({attempt:Browser.Engine.gecko})())related=false;}}
return $extend(this,{event:event,type:type,page:page,client:client,rightClick:rightClick,wheel:wheel,relatedTarget:related,target:target,code:code,key:key,shift:event.shiftKey,control:event.ctrlKey,alt:event.altKey,meta:event.metaKey});}});Event.Keys=new Hash({'enter':13,'up':38,'down':40,'left':37,'right':39,'esc':27,'space':32,'backspace':8,'tab':9,'delete':46});Event.implement({stop:function(){return this.stopPropagation().preventDefault();},stopPropagation:function(){if(this.event.stopPropagation)this.event.stopPropagation();else this.event.cancelBubble=true;return this;},preventDefault:function(){if(this.event.preventDefault)this.event.preventDefault();else this.event.returnValue=false;return this;}});function Class(params){if(params instanceof Function)params={initialize:params};var newClass=function(){Object.reset(this);if(newClass._prototyping)return this;this._current=$empty;var value=(this.initialize)?this.initialize.apply(this,arguments):this;delete this._current;delete this.caller;return value;}.extend(this);newClass.implement(params);newClass.constructor=Class;newClass.prototype.constructor=newClass;return newClass;};Function.prototype.protect=function(){this._protected=true;return this;};Object.reset=function(object,key){if(key==null){for(var p in object)Object.reset(object,p);return object;}
delete object[key];switch($type(object[key])){case'object':var F=function(){};F.prototype=object[key];var i=new F;object[key]=Object.reset(i);break;case'array':object[key]=$unlink(object[key]);break;}
return object;};new Native({name:'Class',initialize:Class}).extend({instantiate:function(F){F._prototyping=true;var proto=new F;delete F._prototyping;return proto;},wrap:function(self,key,method){if(method._origin)method=method._origin;return function(){if(method._protected&&this._current==null)throw new Error('The method "'+key+'" cannot be called.');var caller=this.caller,current=this._current;this.caller=current;this._current=arguments.callee;var result=method.apply(this,arguments);this._current=current;this.caller=caller;return result;}.extend({_owner:self,_origin:method,_name:key});}});Class.implement({implement:function(key,value){if($type(key)=='object'){for(var p in key)this.implement(p,key[p]);return this;}
var mutator=Class.Mutators[key];if(mutator){value=mutator.call(this,value);if(value==null)return this;}
var proto=this.prototype;switch($type(value)){case'function':if(value._hidden)return this;proto[key]=Class.wrap(this,key,value);break;case'object':var previous=proto[key];if($type(previous)=='object')$mixin(previous,value);else proto[key]=$unlink(value);break;case'array':proto[key]=$unlink(value);break;default:proto[key]=value;}
return this;}});Class.Mutators={Extends:function(parent){this.parent=parent;this.prototype=Class.instantiate(parent);this.implement('parent',function(){var name=this.caller._name,previous=this.caller._owner.parent.prototype[name];if(!previous)throw new Error('The method "'+name+'" has no parent.');return previous.apply(this,arguments);}.protect());},Implements:function(items){$splat(items).each(function(item){if(item instanceof Function)item=Class.instantiate(item);this.implement(item);},this);}};var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this;},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false;},clearChain:function(){this.$chain.empty();return this;}});var Events=new Class({$events:{},addEvent:function(type,fn,internal){type=Events.removeOn(type);if(fn!=$empty){this.$events[type]=this.$events[type]||[];this.$events[type].include(fn);if(internal)fn.internal=true;}
return this;},addEvents:function(events){for(var type in events)this.addEvent(type,events[type]);return this;},fireEvent:function(type,args,delay){type=Events.removeOn(type);if(!this.$events||!this.$events[type])return this;this.$events[type].each(function(fn){fn.create({'bind':this,'delay':delay,'arguments':args})();},this);return this;},removeEvent:function(type,fn){type=Events.removeOn(type);if(!this.$events[type])return this;if(!fn.internal)this.$events[type].erase(fn);return this;},removeEvents:function(events){var type;if($type(events)=='object'){for(type in events)this.removeEvent(type,events[type]);return this;}
if(events)events=Events.removeOn(events);for(type in this.$events){if(events&&events!=type)continue;var fns=this.$events[type];for(var i=fns.length;i--;i)this.removeEvent(type,fns[i]);}
return this;}});Events.removeOn=function(string){return string.replace(/^on([A-Z])/,function(full,first){return first.toLowerCase();});};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));if(!this.addEvent)return this;for(var option in this.options){if($type(this.options[option])!='function'||!(/^on[A-Z]/).test(option))continue;this.addEvent(option,this.options[option]);delete this.options[option];}
return this;}});var Element=new Native({name:'Element',legacy:window.Element,initialize:function(tag,props){var konstructor=Element.Constructors.get(tag);if(konstructor)return konstructor(props);if(typeof tag=='string')return document.newElement(tag,props);return document.id(tag).set(props);},afterImplement:function(key,value){Element.Prototype[key]=value;if(Array[key])return;Elements.implement(key,function(){var items=[],elements=true;for(var i=0,j=this.length;i<j;i++){var returns=this[i][key].apply(this[i],arguments);items.push(returns);if(elements)elements=($type(returns)=='element');}
return(elements)?new Elements(items):items;});}});Element.Prototype={$family:{name:'element'}};Element.Constructors=new Hash;var IFrame=new Native({name:'IFrame',generics:false,initialize:function(){var params=Array.link(arguments,{properties:Object.type,iframe:$defined});var props=params.properties||{};var iframe=document.id(params.iframe);var onload=props.onload||$empty;delete props.onload;props.id=props.name=$pick(props.id,props.name,iframe?(iframe.id||iframe.name):'IFrame_'+$time());iframe=new Element(iframe||'iframe',props);var onFrameLoad=function(){var host=$try(function(){return iframe.contentWindow.location.host;});if(!host||host==window.location.host){var win=new Window(iframe.contentWindow);new Document(iframe.contentWindow.document);$extend(win.Element.prototype,Element.Prototype);}
onload.call(iframe.contentWindow,iframe.contentWindow.document);};var contentWindow=$try(function(){return iframe.contentWindow;});((contentWindow&&contentWindow.document.body)||window.frames[props.id])?onFrameLoad():iframe.addListener('load',onFrameLoad);return iframe;}});var Elements=new Native({initialize:function(elements,options){options=$extend({ddup:true,cash:true},options);elements=elements||[];if(options.ddup||options.cash){var uniques={},returned=[];for(var i=0,l=elements.length;i<l;i++){var el=document.id(elements[i],!options.cash);if(options.ddup){if(uniques[el.uid])continue;uniques[el.uid]=true;}
if(el)returned.push(el);}
elements=returned;}
return(options.cash)?$extend(elements,this):elements;}});Elements.implement({filter:function(filter,bind){if(!filter)return this;return new Elements(Array.filter(this,(typeof filter=='string')?function(item){return item.match(filter);}:filter,bind));}});(function(){var createElementAcceptsHTML;try{var x=document.createElement('<input name=x>');createElementAcceptsHTML=(x.name=='x');}catch(e){}
var escapeQuotes=function(html){return(''+html).replace(/&/g,'&amp;').replace(/"/g,'&quot;');};Document.implement({newElement:function(tag,props){if(props&&props.checked!=null)props.defaultChecked=props.checked;if(createElementAcceptsHTML&&props){tag='<'+tag;if(props.name)tag+=' name="'+escapeQuotes(props.name)+'"';if(props.type)tag+=' type="'+escapeQuotes(props.type)+'"';tag+='>';delete props.name;delete props.type;}
return this.id(this.createElement(tag)).set(props);},newTextNode:function(text){return this.createTextNode(text);},getDocument:function(){return this;},getWindow:function(){return this.window;},id:(function(){var types={string:function(id,nocash,doc){id=doc.getElementById(id);return(id)?types.element(id,nocash):null;},element:function(el,nocash){$uid(el);if(!nocash&&!el.$family&&!(/^object|embed$/i).test(el.tagName)){var proto=Element.Prototype;for(var p in proto)el[p]=proto[p];};return el;},object:function(obj,nocash,doc){if(obj.toElement)return types.element(obj.toElement(doc),nocash);return null;}};types.textnode=types.whitespace=types.window=types.document=$arguments(0);return function(el,nocash,doc){if(el&&el.$family&&el.uid)return el;var type=$type(el);return(types[type])?types[type](el,nocash,doc||document):null;};})()});})();if(window.$==null)Window.implement({$:function(el,nc){return document.id(el,nc,this.document);}});Window.implement({$$:function(selector){if(arguments.length==1&&typeof selector=='string')return this.document.getElements(selector);var elements=[];var args=Array.flatten(arguments);for(var i=0,l=args.length;i<l;i++){var item=args[i];switch($type(item)){case'element':elements.push(item);break;case'string':elements.extend(this.document.getElements(item,true));}}
return new Elements(elements);},getDocument:function(){return this.document;},getWindow:function(){return this;}});Native.implement([Element,Document],{getElement:function(selector,nocash){return document.id(this.getElements(selector,true)[0]||null,nocash);},getElements:function(tags,nocash){tags=tags.split(',');var elements=[];var ddup=(tags.length>1);tags.each(function(tag){var partial=this.getElementsByTagName(tag.trim());(ddup)?elements.extend(partial):elements=partial;},this);return new Elements(elements,{ddup:ddup,cash:!nocash});}});(function(){var collected={},storage={};var props={input:'checked',option:'selected',textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?'innerHTML':'value'};var get=function(uid){return(storage[uid]||(storage[uid]={}));};var clean=function(item,retain){if(!item)return;var uid=item.uid;if(retain!==true)retain=false;if(Browser.Engine.trident){if(item.clearAttributes){var clone=retain&&item.cloneNode(false);item.clearAttributes();if(clone)item.mergeAttributes(clone);}else if(item.removeEvents){item.removeEvents();}
if((/object/i).test(item.tagName)){for(var p in item){if(typeof item[p]=='function')item[p]=$empty;}
Element.dispose(item);}}
if(!uid)return;collected[uid]=storage[uid]=null;};var purge=function(){Hash.each(collected,clean);if(Browser.Engine.trident)$A(document.getElementsByTagName('object')).each(clean);if(window.CollectGarbage)CollectGarbage();collected=storage=null;};var walk=function(element,walk,start,match,all,nocash){var el=element[start||walk];var elements=[];while(el){if(el.nodeType==1&&(!match||Element.match(el,match))){if(!all)return document.id(el,nocash);elements.push(el);}
el=el[walk];}
return(all)?new Elements(elements,{ddup:false,cash:!nocash}):null;};var attributes={'html':'innerHTML','class':'className','for':'htmlFor','defaultValue':'defaultValue','text':(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?'innerText':'textContent'};var bools=['compact','nowrap','ismap','declare','noshade','checked','disabled','readonly','multiple','selected','noresize','defer'];var camels=['value','type','defaultValue','accessKey','cellPadding','cellSpacing','colSpan','frameBorder','maxLength','readOnly','rowSpan','tabIndex','useMap'];bools=bools.associate(bools);Hash.extend(attributes,bools);Hash.extend(attributes,camels.associate(camels.map(String.toLowerCase)));var inserters={before:function(context,element){if(element.parentNode)element.parentNode.insertBefore(context,element);},after:function(context,element){if(!element.parentNode)return;var next=element.nextSibling;(next)?element.parentNode.insertBefore(context,next):element.parentNode.appendChild(context);},bottom:function(context,element){element.appendChild(context);},top:function(context,element){var first=element.firstChild;(first)?element.insertBefore(context,first):element.appendChild(context);}};inserters.inside=inserters.bottom;Hash.each(inserters,function(inserter,where){where=where.capitalize();Element.implement('inject'+where,function(el){inserter(this,document.id(el,true));return this;});Element.implement('grab'+where,function(el){inserter(document.id(el,true),this);return this;});});Element.implement({set:function(prop,value){switch($type(prop)){case'object':for(var p in prop)this.set(p,prop[p]);break;case'string':var property=Element.Properties.get(prop);(property&&property.set)?property.set.apply(this,Array.slice(arguments,1)):this.setProperty(prop,value);}
return this;},get:function(prop){var property=Element.Properties.get(prop);return(property&&property.get)?property.get.apply(this,Array.slice(arguments,1)):this.getProperty(prop);},erase:function(prop){var property=Element.Properties.get(prop);(property&&property.erase)?property.erase.apply(this):this.removeProperty(prop);return this;},setProperty:function(attribute,value){var key=attributes[attribute];if(value==undefined)return this.removeProperty(attribute);if(key&&bools[attribute])value=!!value;(key)?this[key]=value:this.setAttribute(attribute,''+value);return this;},setProperties:function(attributes){for(var attribute in attributes)this.setProperty(attribute,attributes[attribute]);return this;},getProperty:function(attribute){var key=attributes[attribute];var value=(key)?this[key]:this.getAttribute(attribute,2);return(bools[attribute])?!!value:(key)?value:value||null;},getProperties:function(){var args=$A(arguments);return args.map(this.getProperty,this).associate(args);},removeProperty:function(attribute){var key=attributes[attribute];(key)?this[key]=(key&&bools[attribute])?false:'':this.removeAttribute(attribute);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this;},hasClass:function(className){return this.className.contains(className,' ');},addClass:function(className){if(!this.hasClass(className))this.className=(this.className+' '+className).clean();return this;},removeClass:function(className){this.className=this.className.replace(new RegExp('(^|\\s)'+className+'(?:\\s|$)'),'$1');return this;},toggleClass:function(className){return this.hasClass(className)?this.removeClass(className):this.addClass(className);},adopt:function(){Array.flatten(arguments).each(function(element){element=document.id(element,true);if(element)this.appendChild(element);},this);return this;},appendText:function(text,where){return this.grab(this.getDocument().newTextNode(text),where);},grab:function(el,where){inserters[where||'bottom'](document.id(el,true),this);return this;},inject:function(el,where){inserters[where||'bottom'](this,document.id(el,true));return this;},replaces:function(el){el=document.id(el,true);el.parentNode.replaceChild(this,el);return this;},wraps:function(el,where){el=document.id(el,true);return this.replaces(el).grab(el,where);},getPrevious:function(match,nocash){return walk(this,'previousSibling',null,match,false,nocash);},getAllPrevious:function(match,nocash){return walk(this,'previousSibling',null,match,true,nocash);},getNext:function(match,nocash){return walk(this,'nextSibling',null,match,false,nocash);},getAllNext:function(match,nocash){return walk(this,'nextSibling',null,match,true,nocash);},getFirst:function(match,nocash){return walk(this,'nextSibling','firstChild',match,false,nocash);},getLast:function(match,nocash){return walk(this,'previousSibling','lastChild',match,false,nocash);},getParent:function(match,nocash){return walk(this,'parentNode',null,match,false,nocash);},getParents:function(match,nocash){return walk(this,'parentNode',null,match,true,nocash);},getSiblings:function(match,nocash){return this.getParent().getChildren(match,nocash).erase(this);},getChildren:function(match,nocash){return walk(this,'nextSibling','firstChild',match,true,nocash);},getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;},getElementById:function(id,nocash){var el=this.ownerDocument.getElementById(id);if(!el)return null;for(var parent=el.parentNode;parent!=this;parent=parent.parentNode){if(!parent)return null;}
return document.id(el,nocash);},getSelected:function(){return new Elements($A(this.options).filter(function(option){return option.selected;}));},getComputedStyle:function(property){if(this.currentStyle)return this.currentStyle[property.camelCase()];var computed=this.getDocument().defaultView.getComputedStyle(this,null);return(computed)?computed.getPropertyValue([property.hyphenate()]):null;},toQueryString:function(){var queryString=[];this.getElements('input, select, textarea',true).each(function(el){if(!el.name||el.disabled||el.type=='submit'||el.type=='reset'||el.type=='file')return;var value=(el.tagName.toLowerCase()=='select')?Element.getSelected(el).map(function(opt){return opt.value;}):((el.type=='radio'||el.type=='checkbox')&&!el.checked)?null:el.value;$splat(value).each(function(val){if(typeof val!='undefined')queryString.push(el.name+'='+encodeURIComponent(val));});});return queryString.join('&');},clone:function(contents,keepid){contents=contents!==false;var clone=this.cloneNode(contents);var clean=function(node,element){if(!keepid)node.removeAttribute('id');if(Browser.Engine.trident){node.clearAttributes();node.mergeAttributes(element);node.removeAttribute('uid');if(node.options){var no=node.options,eo=element.options;for(var j=no.length;j--;)no[j].selected=eo[j].selected;}}
var prop=props[element.tagName.toLowerCase()];if(prop&&element[prop])node[prop]=element[prop];};if(contents){var ce=clone.getElementsByTagName('*'),te=this.getElementsByTagName('*');for(var i=ce.length;i--;)clean(ce[i],te[i]);}
clean(clone,this);return document.id(clone);},destroy:function(){Element.empty(this);Element.dispose(this);clean(this,true);return null;},empty:function(){$A(this.childNodes).each(function(node){Element.destroy(node);});return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;},hasChild:function(el){el=document.id(el,true);if(!el)return false;if(Browser.Engine.webkit&&Browser.Engine.version<420)return $A(this.getElementsByTagName(el.tagName)).contains(el);return(this.contains)?(this!=el&&this.contains(el)):!!(this.compareDocumentPosition(el)&16);},match:function(tag){return(!tag||(tag==this)||(Element.get(this,'tag')==tag));}});Native.implement([Element,Window,Document],{addListener:function(type,fn){if(type=='unload'){var old=fn,self=this;fn=function(){self.removeListener('unload',fn);old();};}else{collected[this.uid]=this;}
if(this.addEventListener)this.addEventListener(type,fn,false);else this.attachEvent('on'+type,fn);return this;},removeListener:function(type,fn){if(this.removeEventListener)this.removeEventListener(type,fn,false);else this.detachEvent('on'+type,fn);return this;},retrieve:function(property,dflt){var storage=get(this.uid),prop=storage[property];if(dflt!=undefined&&prop==undefined)prop=storage[property]=dflt;return $pick(prop);},store:function(property,value){var storage=get(this.uid);storage[property]=value;return this;},eliminate:function(property){var storage=get(this.uid);delete storage[property];return this;}});window.addListener('unload',purge);})();Element.Properties=new Hash;Element.Properties.style={set:function(style){this.style.cssText=style;},get:function(){return this.style.cssText;},erase:function(){this.style.cssText='';}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase();}};Element.Properties.html=(function(){var wrapper=document.createElement('div');var translations={table:[1,'<table>','</table>'],select:[1,'<select>','</select>'],tbody:[2,'<table><tbody>','</tbody></table>'],tr:[3,'<table><tbody><tr>','</tr></tbody></table>']};translations.thead=translations.tfoot=translations.tbody;var html={set:function(){var html=Array.flatten(arguments).join('');var wrap=Browser.Engine.trident&&translations[this.get('tag')];if(wrap){var first=wrapper;first.innerHTML=wrap[1]+html+wrap[2];for(var i=wrap[0];i--;)first=first.firstChild;this.empty().adopt(first.childNodes);}else{this.innerHTML=html;}}};html.erase=html.set;return html;})();if(Browser.Engine.webkit&&Browser.Engine.version<420)Element.Properties.text={get:function(){if(this.innerText)return this.innerText;var temp=this.ownerDocument.newElement('div',{html:this.innerHTML}).inject(this.ownerDocument.body);var text=temp.innerText;temp.destroy();return text;}};Element.Properties.events={set:function(events){this.addEvents(events);}};Native.implement([Element,Window,Document],{addEvent:function(type,fn){var events=this.retrieve('events',{});events[type]=events[type]||{'keys':[],'values':[]};if(events[type].keys.contains(fn))return this;events[type].keys.push(fn);var realType=type,custom=Element.Events.get(type),condition=fn,self=this;if(custom){if(custom.onAdd)custom.onAdd.call(this,fn);if(custom.condition){condition=function(event){if(custom.condition.call(this,event))return fn.call(this,event);return true;};}
realType=custom.base||realType;}
var defn=function(){return fn.call(self);};var nativeEvent=Element.NativeEvents[realType];if(nativeEvent){if(nativeEvent==2){defn=function(event){event=new Event(event,self.getWindow());if(condition.call(self,event)===false)event.stop();};}
this.addListener(realType,defn);}
events[type].values.push(defn);return this;},removeEvent:function(type,fn){var events=this.retrieve('events');if(!events||!events[type])return this;var pos=events[type].keys.indexOf(fn);if(pos==-1)return this;events[type].keys.splice(pos,1);var value=events[type].values.splice(pos,1)[0];var custom=Element.Events.get(type);if(custom){if(custom.onRemove)custom.onRemove.call(this,fn);type=custom.base||type;}
return(Element.NativeEvents[type])?this.removeListener(type,value):this;},addEvents:function(events){for(var event in events)this.addEvent(event,events[event]);return this;},removeEvents:function(events){var type;if($type(events)=='object'){for(type in events)this.removeEvent(type,events[type]);return this;}
var attached=this.retrieve('events');if(!attached)return this;if(!events){for(type in attached)this.removeEvents(type);this.eliminate('events');}else if(attached[events]){while(attached[events].keys[0])this.removeEvent(events,attached[events].keys[0]);attached[events]=null;}
return this;},fireEvent:function(type,args,delay){var events=this.retrieve('events');if(!events||!events[type])return this;events[type].keys.each(function(fn){fn.create({'bind':this,'delay':delay,'arguments':args})();},this);return this;},cloneEvents:function(from,type){from=document.id(from);var fevents=from.retrieve('events');if(!fevents)return this;if(!type){for(var evType in fevents)this.cloneEvents(from,evType);}else if(fevents[type]){fevents[type].keys.each(function(fn){this.addEvent(type,fn);},this);}
return this;}});try{if(typeof HTMLElement!='undefined')
HTMLElement.prototype.fireEvent=Element.prototype.fireEvent;}catch(e){}
Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};(function(){var $check=function(event){var related=event.relatedTarget;if(related==undefined)return true;if(related===false)return false;return($type(this)!='document'&&related!=this&&related.prefix!='xul'&&!this.hasChild(related));};Element.Events=new Hash({mouseenter:{base:'mouseover',condition:$check},mouseleave:{base:'mouseout',condition:$check},mousewheel:{base:(Browser.Engine.gecko)?'DOMMouseScroll':'mousewheel'}});})();Element.Properties.styles={set:function(styles){this.setStyles(styles);}};Element.Properties.opacity={set:function(opacity,novisibility){if(!novisibility){if(opacity==0){if(this.style.visibility!='hidden')this.style.visibility='hidden';}else{if(this.style.visibility!='visible')this.style.visibility='visible';}}
if(!this.currentStyle||!this.currentStyle.hasLayout)this.style.zoom=1;if(Browser.Engine.trident)this.style.filter=(opacity==1)?'':'alpha(opacity='+opacity*100+')';this.style.opacity=opacity;this.store('opacity',opacity);},get:function(){return this.retrieve('opacity',1);}};Element.implement({setOpacity:function(value){return this.set('opacity',value,true);},getOpacity:function(){return this.get('opacity');},setStyle:function(property,value){switch(property){case'opacity':return this.set('opacity',parseFloat(value));case'float':property=(Browser.Engine.trident)?'styleFloat':'cssFloat';}
property=property.camelCase();if($type(value)!='string'){var map=(Element.Styles.get(property)||'@').split(' ');value=$splat(value).map(function(val,i){if(!map[i])return'';return($type(val)=='number')?map[i].replace('@',Math.round(val)):val;}).join(' ');}else if(value==String(Number(value))){value=Math.round(value);}
this.style[property]=value;return this;},getStyle:function(property){switch(property){case'opacity':return this.get('opacity');case'float':property=(Browser.Engine.trident)?'styleFloat':'cssFloat';}
property=property.camelCase();var result=this.style[property];if(!$chk(result)){result=[];for(var style in Element.ShortStyles){if(property!=style)continue;for(var s in Element.ShortStyles[style])result.push(this.getStyle(s));return result.join(' ');}
result=this.getComputedStyle(property);}
if(result){result=String(result);var color=result.match(/rgba?\([\d\s,]+\)/);if(color)result=result.replace(color[0],color[0].rgbToHex());}
if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(result,10)))){if(property.test(/^(height|width)$/)){var values=(property=='width')?['left','right']:['top','bottom'],size=0;values.each(function(value){size+=this.getStyle('border-'+value+'-width').toInt()+this.getStyle('padding-'+value).toInt();},this);return this['offset'+property.capitalize()]-size+'px';}
if((Browser.Engine.presto)&&String(result).test('px'))return result;if(property.test(/(border(.+)Width|margin|padding)/))return'0px';}
return result;},setStyles:function(styles){for(var style in styles)this.setStyle(style,styles[style]);return this;},getStyles:function(){var result={};Array.flatten(arguments).each(function(key){result[key]=this.getStyle(key);},this);return result;}});Element.Styles=new Hash({left:'@px',top:'@px',bottom:'@px',right:'@px',width:'@px',height:'@px',maxWidth:'@px',maxHeight:'@px',minWidth:'@px',minHeight:'@px',backgroundColor:'rgb(@, @, @)',backgroundPosition:'@px @px',color:'rgb(@, @, @)',fontSize:'@px',letterSpacing:'@px',lineHeight:'@px',clip:'rect(@px @px @px @px)',margin:'@px @px @px @px',padding:'@px @px @px @px',border:'@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)',borderWidth:'@px @px @px @px',borderStyle:'@ @ @ @',borderColor:'rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)',zIndex:'@','zoom':'@',fontWeight:'@',textIndent:'@px',opacity:'@'});Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};['Top','Right','Bottom','Left'].each(function(direction){var Short=Element.ShortStyles;var All=Element.Styles;['margin','padding'].each(function(style){var sd=style+direction;Short[style][sd]=All[sd]='@px';});var bd='border'+direction;Short.border[bd]=All[bd]='@px @ rgb(@, @, @)';var bdw=bd+'Width',bds=bd+'Style',bdc=bd+'Color';Short[bd]={};Short.borderWidth[bdw]=Short[bd][bdw]=All[bdw]='@px';Short.borderStyle[bds]=Short[bd][bds]=All[bds]='@';Short.borderColor[bdc]=Short[bd][bdc]=All[bdc]='rgb(@, @, @)';});(function(){Element.implement({scrollTo:function(x,y){if(isBody(this)){this.getWindow().scrollTo(x,y);}else{this.scrollLeft=x;this.scrollTop=y;}
return this;},getSize:function(){if(isBody(this))return this.getWindow().getSize();return{x:this.offsetWidth,y:this.offsetHeight};},getScrollSize:function(){if(isBody(this))return this.getWindow().getScrollSize();return{x:this.scrollWidth,y:this.scrollHeight};},getScroll:function(){if(isBody(this))return this.getWindow().getScroll();return{x:this.scrollLeft,y:this.scrollTop};},getScrolls:function(){var element=this,position={x:0,y:0};while(element&&!isBody(element)){position.x+=element.scrollLeft;position.y+=element.scrollTop;element=element.parentNode;}
return position;},getOffsetParent:function(){var element=this;if(isBody(element))return null;if(!Browser.Engine.trident)return element.offsetParent;while((element=element.parentNode)&&!isBody(element)){if(styleString(element,'position')!='static')return element;}
return null;},getOffsets:function(){if(this.getBoundingClientRect){var bound=this.getBoundingClientRect(),html=document.id(this.getDocument().documentElement),htmlScroll=html.getScroll(),elemScrolls=this.getScrolls(),elemScroll=this.getScroll(),isFixed=(styleString(this,'position')=='fixed');return{x:bound.left.toInt()+elemScrolls.x-elemScroll.x+((isFixed)?0:htmlScroll.x)-html.clientLeft,y:bound.top.toInt()+elemScrolls.y-elemScroll.y+((isFixed)?0:htmlScroll.y)-html.clientTop};}
var element=this,position={x:0,y:0};if(isBody(this))return position;while(element&&!isBody(element)){position.x+=element.offsetLeft;position.y+=element.offsetTop;if(Browser.Engine.gecko){if(!borderBox(element)){position.x+=leftBorder(element);position.y+=topBorder(element);}
var parent=element.parentNode;if(parent&&styleString(parent,'overflow')!='visible'){position.x+=leftBorder(parent);position.y+=topBorder(parent);}}else if(element!=this&&Browser.Engine.webkit){position.x+=leftBorder(element);position.y+=topBorder(element);}
element=element.offsetParent;}
if(Browser.Engine.gecko&&!borderBox(this)){position.x-=leftBorder(this);position.y-=topBorder(this);}
return position;},getPosition:function(relative){if(isBody(this))return{x:0,y:0};var offset=this.getOffsets(),scroll=this.getScrolls();var position={x:offset.x-scroll.x,y:offset.y-scroll.y};var relativePosition=(relative&&(relative=document.id(relative)))?relative.getPosition():{x:0,y:0};return{x:position.x-relativePosition.x,y:position.y-relativePosition.y};},getCoordinates:function(element){if(isBody(this))return this.getWindow().getCoordinates();var position=this.getPosition(element),size=this.getSize();var obj={left:position.x,top:position.y,width:size.x,height:size.y};obj.right=obj.left+obj.width;obj.bottom=obj.top+obj.height;return obj;},computePosition:function(obj){return{left:obj.x-styleNumber(this,'margin-left'),top:obj.y-styleNumber(this,'margin-top')};},setPosition:function(obj){return this.setStyles(this.computePosition(obj));}});Native.implement([Document,Window],{getSize:function(){if(Browser.Engine.presto||Browser.Engine.webkit){var win=this.getWindow();return{x:win.innerWidth,y:win.innerHeight};}
var doc=getCompatElement(this);return{x:doc.clientWidth,y:doc.clientHeight};},getScroll:function(){var win=this.getWindow(),doc=getCompatElement(this);return{x:win.pageXOffset||doc.scrollLeft,y:win.pageYOffset||doc.scrollTop};},getScrollSize:function(){var doc=getCompatElement(this),min=this.getSize();return{x:Math.max(doc.scrollWidth,min.x),y:Math.max(doc.scrollHeight,min.y)};},getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var size=this.getSize();return{top:0,left:0,bottom:size.y,right:size.x,height:size.y,width:size.x};}});var styleString=Element.getComputedStyle;function styleNumber(element,style){return styleString(element,style).toInt()||0;};function borderBox(element){return styleString(element,'-moz-box-sizing')=='border-box';};function topBorder(element){return styleNumber(element,'border-top-width');};function leftBorder(element){return styleNumber(element,'border-left-width');};function isBody(element){return(/^(?:body|html)$/i).test(element.tagName);};function getCompatElement(element){var doc=element.getDocument();return(!doc.compatMode||doc.compatMode=='CSS1Compat')?doc.html:doc.body;};})();Element.alias('setPosition','position');Native.implement([Window,Document,Element],{getHeight:function(){return this.getSize().y;},getWidth:function(){return this.getSize().x;},getScrollTop:function(){return this.getScroll().y;},getScrollLeft:function(){return this.getScroll().x;},getScrollHeight:function(){return this.getScrollSize().y;},getScrollWidth:function(){return this.getScrollSize().x;},getTop:function(){return this.getPosition().y;},getLeft:function(){return this.getPosition().x;}});Native.implement([Document,Element],{getElements:function(expression,nocash){expression=expression.split(',');var items,local={};for(var i=0,l=expression.length;i<l;i++){var selector=expression[i],elements=Selectors.Utils.search(this,selector,local);if(i!=0&&elements.item)elements=$A(elements);items=(i==0)?elements:(items.item)?$A(items).concat(elements):items.concat(elements);}
return new Elements(items,{ddup:(expression.length>1),cash:!nocash});}});Element.implement({match:function(selector){if(!selector||(selector==this))return true;var tagid=Selectors.Utils.parseTagAndID(selector);var tag=tagid[0],id=tagid[1];if(!Selectors.Filters.byID(this,id)||!Selectors.Filters.byTag(this,tag))return false;var parsed=Selectors.Utils.parseSelector(selector);return(parsed)?Selectors.Utils.filter(this,parsed,{}):true;}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};Selectors.Utils={chk:function(item,uniques){if(!uniques)return true;var uid=$uid(item);if(!uniques[uid])return uniques[uid]=true;return false;},parseNthArgument:function(argument){if(Selectors.Cache.nth[argument])return Selectors.Cache.nth[argument];var parsed=argument.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!parsed)return false;var inta=parseInt(parsed[1],10);var a=(inta||inta===0)?inta:1;var special=parsed[2]||false;var b=parseInt(parsed[3],10)||0;if(a!=0){b--;while(b<1)b+=a;while(b>=a)b-=a;}else{a=b;special='index';}
switch(special){case'n':parsed={a:a,b:b,special:'n'};break;case'odd':parsed={a:2,b:0,special:'n'};break;case'even':parsed={a:2,b:1,special:'n'};break;case'first':parsed={a:0,special:'index'};break;case'last':parsed={special:'last-child'};break;case'only':parsed={special:'only-child'};break;default:parsed={a:(a-1),special:'index'};}
return Selectors.Cache.nth[argument]=parsed;},parseSelector:function(selector){if(Selectors.Cache.parsed[selector])return Selectors.Cache.parsed[selector];var m,parsed={classes:[],pseudos:[],attributes:[]};while((m=Selectors.RegExps.combined.exec(selector))){var cn=m[1],an=m[2],ao=m[3],av=m[5],pn=m[6],pa=m[7];if(cn){parsed.classes.push(cn);}else if(pn){var parser=Selectors.Pseudo.get(pn);if(parser)parsed.pseudos.push({parser:parser,argument:pa});else parsed.attributes.push({name:pn,operator:'=',value:pa});}else if(an){parsed.attributes.push({name:an,operator:ao,value:av});}}
if(!parsed.classes.length)delete parsed.classes;if(!parsed.attributes.length)delete parsed.attributes;if(!parsed.pseudos.length)delete parsed.pseudos;if(!parsed.classes&&!parsed.attributes&&!parsed.pseudos)parsed=null;return Selectors.Cache.parsed[selector]=parsed;},parseTagAndID:function(selector){var tag=selector.match(Selectors.RegExps.tag);var id=selector.match(Selectors.RegExps.id);return[(tag)?tag[1]:'*',(id)?id[1]:false];},filter:function(item,parsed,local){var i;if(parsed.classes){for(i=parsed.classes.length;i--;i){var cn=parsed.classes[i];if(!Selectors.Filters.byClass(item,cn))return false;}}
if(parsed.attributes){for(i=parsed.attributes.length;i--;i){var att=parsed.attributes[i];if(!Selectors.Filters.byAttribute(item,att.name,att.operator,att.value))return false;}}
if(parsed.pseudos){for(i=parsed.pseudos.length;i--;i){var psd=parsed.pseudos[i];if(!Selectors.Filters.byPseudo(item,psd.parser,psd.argument,local))return false;}}
return true;},getByTagAndID:function(ctx,tag,id){if(id){var item=(ctx.getElementById)?ctx.getElementById(id,true):Element.getElementById(ctx,id,true);return(item&&Selectors.Filters.byTag(item,tag))?[item]:[];}else{return ctx.getElementsByTagName(tag);}},search:function(self,expression,local){var splitters=[];var selectors=expression.trim().replace(Selectors.RegExps.splitter,function(m0,m1,m2){splitters.push(m1);return':)'+m2;}).split(':)');var items,filtered,item;for(var i=0,l=selectors.length;i<l;i++){var selector=selectors[i];if(i==0&&Selectors.RegExps.quick.test(selector)){items=self.getElementsByTagName(selector);continue;}
var splitter=splitters[i-1];var tagid=Selectors.Utils.parseTagAndID(selector);var tag=tagid[0],id=tagid[1];if(i==0){items=Selectors.Utils.getByTagAndID(self,tag,id);}else{var uniques={},found=[];for(var j=0,k=items.length;j<k;j++)found=Selectors.Getters[splitter](found,items[j],tag,id,uniques);items=found;}
var parsed=Selectors.Utils.parseSelector(selector);if(parsed){filtered=[];for(var m=0,n=items.length;m<n;m++){item=items[m];if(Selectors.Utils.filter(item,parsed,local))filtered.push(item);}
items=filtered;}}
return items;}};Selectors.Getters={' ':function(found,self,tag,id,uniques){var items=Selectors.Utils.getByTagAndID(self,tag,id);for(var i=0,l=items.length;i<l;i++){var item=items[i];if(Selectors.Utils.chk(item,uniques))found.push(item);}
return found;},'>':function(found,self,tag,id,uniques){var children=Selectors.Utils.getByTagAndID(self,tag,id);for(var i=0,l=children.length;i<l;i++){var child=children[i];if(child.parentNode==self&&Selectors.Utils.chk(child,uniques))found.push(child);}
return found;},'+':function(found,self,tag,id,uniques){while((self=self.nextSibling)){if(self.nodeType==1){if(Selectors.Utils.chk(self,uniques)&&Selectors.Filters.byTag(self,tag)&&Selectors.Filters.byID(self,id))found.push(self);break;}}
return found;},'~':function(found,self,tag,id,uniques){while((self=self.nextSibling)){if(self.nodeType==1){if(!Selectors.Utils.chk(self,uniques))break;if(Selectors.Filters.byTag(self,tag)&&Selectors.Filters.byID(self,id))found.push(self);}}
return found;}};Selectors.Filters={byTag:function(self,tag){return(tag=='*'||(self.tagName&&self.tagName.toLowerCase()==tag));},byID:function(self,id){return(!id||(self.id&&self.id==id));},byClass:function(self,klass){return(self.className&&self.className.contains&&self.className.contains(klass,' '));},byPseudo:function(self,parser,argument,local){return parser.call(self,argument,local);},byAttribute:function(self,name,operator,value){var result=Element.prototype.getProperty.call(self,name);if(!result)return(operator=='!=');if(!operator||value==undefined)return true;switch(operator){case'=':return(result==value);case'*=':return(result.contains(value));case'^=':return(result.substr(0,value.length)==value);case'$=':return(result.substr(result.length-value.length)==value);case'!=':return(result!=value);case'~=':return result.contains(value,' ');case'|=':return result.contains(value,'-');}
return false;}};Selectors.Pseudo=new Hash({checked:function(){return this.checked;},empty:function(){return!(this.innerText||this.textContent||'').length;},not:function(selector){return!Element.match(this,selector);},contains:function(text){return(this.innerText||this.textContent||'').contains(text);},'first-child':function(){return Selectors.Pseudo.index.call(this,0);},'last-child':function(){var element=this;while((element=element.nextSibling)){if(element.nodeType==1)return false;}
return true;},'only-child':function(){var prev=this;while((prev=prev.previousSibling)){if(prev.nodeType==1)return false;}
var next=this;while((next=next.nextSibling)){if(next.nodeType==1)return false;}
return true;},'nth-child':function(argument,local){argument=(argument==undefined)?'n':argument;var parsed=Selectors.Utils.parseNthArgument(argument);if(parsed.special!='n')return Selectors.Pseudo[parsed.special].call(this,parsed.a,local);var count=0;local.positions=local.positions||{};var uid=$uid(this);if(!local.positions[uid]){var self=this;while((self=self.previousSibling)){if(self.nodeType!=1)continue;count++;var position=local.positions[$uid(self)];if(position!=undefined){count=position+count;break;}}
local.positions[uid]=count;}
return(local.positions[uid]%parsed.a==parsed.b);},index:function(index){var element=this,count=0;while((element=element.previousSibling)){if(element.nodeType==1&&++count>index)return false;}
return(count==index);},even:function(argument,local){return Selectors.Pseudo['nth-child'].call(this,'2n+1',local);},odd:function(argument,local){return Selectors.Pseudo['nth-child'].call(this,'2n',local);},selected:function(){return this.selected;},enabled:function(){return(this.disabled===false);}});Element.Events.domready={onAdd:function(fn){if(Browser.loaded)fn.call(this);}};(function(){var domready=function(){if(Browser.loaded)return;Browser.loaded=true;window.fireEvent('domready');document.fireEvent('domready');};window.addEvent('load',domready);if(Browser.Engine.trident){var temp=document.createElement('div');(function(){($try(function(){temp.doScroll();return document.id(temp).inject(document.body).set('html','temp').dispose();}))?domready():arguments.callee.delay(50);})();}else if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(['loaded','complete'].contains(document.readyState))?domready():arguments.callee.delay(50);})();}else{document.addEvent('DOMContentLoaded',domready);}})();var JSON=new Hash(this.JSON&&{stringify:JSON.stringify,parse:JSON.parse}).extend({$specialChars:{'\b':'\\b','\t':'\\t','\n':'\\n','\f':'\\f','\r':'\\r','"':'\\"','\\':'\\\\'},$replaceChars:function(chr){return JSON.$specialChars[chr]||'\\u00'+Math.floor(chr.charCodeAt()/16).toString(16)+(chr.charCodeAt()%16).toString(16);},encode:function(obj){switch($type(obj)){case'string':return'"'+obj.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case'array':return'['+String(obj.map(JSON.encode).clean())+']';case'object':case'hash':var string=[];Hash.each(obj,function(value,key){var json=JSON.encode(value);if(json)string.push(JSON.encode(key)+':'+json);});return'{'+string+'}';case'number':case'boolean':return String(obj);case false:return'null';}
return null;},decode:function(string,secure){if($type(string)!='string'||!string.length)return null;if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,'@').replace(/"[^"\\\n\r]*"/g,'')))return null;return eval('('+string+')');}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(key,options){this.key=key;this.setOptions(options);},write:function(value){value=encodeURIComponent(value);if(this.options.domain)value+='; domain='+this.options.domain;if(this.options.path)value+='; path='+this.options.path;if(this.options.duration){var date=new Date();date.setTime(date.getTime()+this.options.duration*24*60*60*1000);value+='; expires='+date.toGMTString();}
if(this.options.secure)value+='; secure';this.options.document.cookie=this.key+'='+value;return this;},read:function(){var value=this.options.document.cookie.match('(?:^|;)\\s*'+this.key.escapeRegExp()+'=([^;]*)');return(value)?decodeURIComponent(value[1]):null;},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write('');return this;}});Cookie.write=function(key,value,options){return new Cookie(key,options).write(value);};Cookie.read=function(key){return new Cookie(key).read();};Cookie.dispose=function(key,options){return new Cookie(key,options).dispose();};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:'high',allowScriptAccess:'always',wMode:'transparent',swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object;},initialize:function(path,options){this.instance='Swiff_'+$time();this.setOptions(options);options=this.options;var id=this.id=options.id||this.instance;var container=document.id(options.container);Swiff.CallBacks[this.instance]={};var params=options.params,vars=options.vars,callBacks=options.callBacks;var properties=$extend({height:options.height,width:options.width},options.properties);var self=this;for(var callBack in callBacks){Swiff.CallBacks[this.instance][callBack]=(function(option){return function(){return option.apply(self.object,arguments);};})(callBacks[callBack]);vars[callBack]='Swiff.CallBacks.'+this.instance+'.'+callBack;}
params.flashVars=Hash.toQueryString(vars);if(Browser.Engine.trident){properties.classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000';params.movie=path;}else{properties.type='application/x-shockwave-flash';properties.data=path;}
var build='<object id="'+id+'"';for(var property in properties)build+=' '+property+'="'+properties[property]+'"';build+='>';for(var param in params){if(params[param])build+='<param name="'+param+'" value="'+params[param]+'" />';}
build+='</object>';this.object=((container)?container.empty():new Element('div')).set('html',build).firstChild;},replaces:function(element){element=document.id(element,true);element.parentNode.replaceChild(this.toElement(),element);return this;},inject:function(element){document.id(element,true).appendChild(this.toElement());return this;},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments));}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+'</invoke>');return eval(rs);};var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:'ignore'},initialize:function(options){this.subject=this.subject||this;this.setOptions(options);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var wait=this.options.wait;if(wait===false)this.options.link='cancel';},getTransition:function(){return function(p){return-(Math.cos(Math.PI*p)-1)/2;};},step:function(){var time=$time();if(time<this.time+this.options.duration){var delta=this.transition((time-this.time)/this.options.duration);this.set(this.compute(this.from,this.to,delta));}else{this.set(this.compute(this.from,this.to,1));this.complete();}},set:function(now){return now;},compute:function(from,to,delta){return Fx.compute(from,to,delta);},check:function(){if(!this.timer)return true;switch(this.options.link){case'cancel':this.cancel();return true;case'chain':this.chain(this.caller.bind(this,arguments));return false;}
return false;},start:function(from,to){if(!this.check(from,to))return this;this.from=from;this.to=to;this.time=0;this.transition=this.getTransition();this.startTimer();this.onStart();return this;},complete:function(){if(this.stopTimer())this.onComplete();return this;},cancel:function(){if(this.stopTimer())this.onCancel();return this;},onStart:function(){this.fireEvent('start',this.subject);},onComplete:function(){this.fireEvent('complete',this.subject);if(!this.callChain())this.fireEvent('chainComplete',this.subject);},onCancel:function(){this.fireEvent('cancel',this.subject).clearChain();},pause:function(){this.stopTimer();return this;},resume:function(){this.startTimer();return this;},stopTimer:function(){if(!this.timer)return false;this.time=$time()-this.time;this.timer=$clear(this.timer);return true;},startTimer:function(){if(this.timer)return false;this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true;}});Fx.compute=function(from,to,delta){return(to-from)*delta+from;};Fx.Durations={'short':250,'normal':500,'long':1000};Fx.CSS=new Class({Extends:Fx,prepare:function(element,property,values){values=$splat(values);var values1=values[1];if(!$chk(values1)){values[1]=values[0];values[0]=element.getStyle(property);}
var parsed=values.map(this.parse);return{from:parsed[0],to:parsed[1]};},parse:function(value){value=$lambda(value)();value=(typeof value=='string')?value.split(' '):$splat(value);return value.map(function(val){val=String(val);var found=false;Fx.CSS.Parsers.each(function(parser,key){if(found)return;var parsed=parser.parse(val);if($chk(parsed))found={value:parsed,parser:parser};});found=found||{value:val,parser:Fx.CSS.Parsers.String};return found;});},compute:function(from,to,delta){var computed=[];(Math.min(from.length,to.length)).times(function(i){computed.push({value:from[i].parser.compute(from[i].value,to[i].value,delta),parser:from[i].parser});});computed.$family={name:'fx:css:value'};return computed;},serve:function(value,unit){if($type(value)!='fx:css:value')value=this.parse(value);var returned=[];value.each(function(bit){returned=returned.concat(bit.parser.serve(bit.value,unit));});return returned;},render:function(element,property,value,unit){element.setStyle(property,this.serve(value,unit));},search:function(selector){if(Fx.CSS.Cache[selector])return Fx.CSS.Cache[selector];var to={};Array.each(document.styleSheets,function(sheet,j){var href=sheet.href;if(href&&href.contains('://')&&!href.contains(document.domain))return;var rules=sheet.rules||sheet.cssRules;Array.each(rules,function(rule,i){if(!rule.style)return;var selectorText=(rule.selectorText)?rule.selectorText.replace(/^\w+/,function(m){return m.toLowerCase();}):null;if(!selectorText||!selectorText.test('^'+selector+'$'))return;Element.Styles.each(function(value,style){if(!rule.style[style]||Element.ShortStyles[style])return;value=String(rule.style[style]);to[style]=(value.test(/^rgb/))?value.rgbToHex():value;});});});return Fx.CSS.Cache[selector]=to;}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(value){if(value.match(/^#[0-9a-f]{3,6}$/i))return value.hexToRgb(true);return((value=value.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[value[1],value[2],value[3]]:false;},compute:function(from,to,delta){return from.map(function(value,i){return Math.round(Fx.compute(from[i],to[i],delta));});},serve:function(value){return value.map(Number);}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(value,unit){return(unit)?value+unit:value;}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(element,options){this.element=this.subject=document.id(element);this.parent(options);},set:function(property,now){if(arguments.length==1){now=property;property=this.property||this.options.property;}
this.render(this.element,property,now,this.options.unit);return this;},start:function(property,from,to){if(!this.check(property,from,to))return this;var args=Array.flatten(arguments);this.property=this.options.property||args.shift();var parsed=this.prepare(this.element,this.property,args);return this.parent(parsed.from,parsed.to);}});Element.Properties.tween={set:function(options){var tween=this.retrieve('tween');if(tween)tween.cancel();return this.eliminate('tween').store('tween:options',$extend({link:'cancel'},options));},get:function(options){if(options||!this.retrieve('tween')){if(options||!this.retrieve('tween:options'))this.set('tween',options);this.store('tween',new Fx.Tween(this,this.retrieve('tween:options')));}
return this.retrieve('tween');}};Element.implement({tween:function(property,from,to){this.get('tween').start(arguments);return this;},fade:function(how){var fade=this.get('tween'),o='opacity',toggle;how=$pick(how,'toggle');switch(how){case'in':fade.start(o,1);break;case'out':fade.start(o,0);break;case'show':fade.set(o,1);break;case'hide':fade.set(o,0);break;case'toggle':var flag=this.retrieve('fade:flag',this.get('opacity')==1);fade.start(o,(flag)?0:1);this.store('fade:flag',!flag);toggle=true;break;default:fade.start(o,arguments);}
if(!toggle)this.eliminate('fade:flag');return this;},highlight:function(start,end){if(!end){end=this.retrieve('highlight:original',this.getStyle('background-color'));end=(end=='transparent')?'#fff':end;}
var tween=this.get('tween');tween.start('background-color',start||'#ffff88',end).chain(function(){this.setStyle('background-color',this.retrieve('highlight:original'));tween.callChain();}.bind(this));return this;}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(element,options){this.element=this.subject=document.id(element);this.parent(options);},set:function(now){if(typeof now=='string')now=this.search(now);for(var p in now)this.render(this.element,p,now[p],this.options.unit);return this;},compute:function(from,to,delta){var now={};for(var p in from)now[p]=this.parent(from[p],to[p],delta);return now;},start:function(properties){if(!this.check(properties))return this;if(typeof properties=='string')properties=this.search(properties);var from={},to={};for(var p in properties){var parsed=this.prepare(this.element,p,properties[p]);from[p]=parsed.from;to[p]=parsed.to;}
return this.parent(from,to);}});Element.Properties.morph={set:function(options){var morph=this.retrieve('morph');if(morph)morph.cancel();return this.eliminate('morph').store('morph:options',$extend({link:'cancel'},options));},get:function(options){if(options||!this.retrieve('morph')){if(options||!this.retrieve('morph:options'))this.set('morph',options);this.store('morph',new Fx.Morph(this,this.retrieve('morph:options')));}
return this.retrieve('morph');}};Element.implement({morph:function(props){this.get('morph').start(props);return this;}});Fx.implement({getTransition:function(){var trans=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof trans=='string'){var data=trans.split(':');trans=Fx.Transitions;trans=trans[data[0]]||trans[data[0].capitalize()];if(data[1])trans=trans['ease'+data[1].capitalize()+(data[2]?data[2].capitalize():'')];}
return trans;}});Fx.Transition=function(transition,params){params=$splat(params);return $extend(transition,{easeIn:function(pos){return transition(pos,params);},easeOut:function(pos){return 1-transition(1-pos,params);},easeInOut:function(pos){return(pos<=0.5)?transition(2*pos,params)/2:(2-transition(2*(1-pos),params))/2;}});};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(transitions){for(var transition in transitions)Fx.Transitions[transition]=new Fx.Transition(transitions[transition]);};Fx.Transitions.extend({Pow:function(p,x){return Math.pow(p,x[0]||6);},Expo:function(p){return Math.pow(2,8*(p-1));},Circ:function(p){return 1-Math.sin(Math.acos(p));},Sine:function(p){return 1-Math.sin((1-p)*Math.PI/2);},Back:function(p,x){x=x[0]||1.618;return Math.pow(p,2)*((x+1)*p-x);},Bounce:function(p){var value;for(var a=0,b=1;1;a+=b,b/=2){if(p>=(7-4*a)/11){value=b*b-Math.pow((11-6*a-11*p)/4,2);break;}}
return value;},Elastic:function(p,x){return Math.pow(2,10*--p)*Math.cos(20*p*Math.PI*(x[0]||1)/3);}});['Quad','Cubic','Quart','Quint'].each(function(transition,i){Fx.Transitions[transition]=new Fx.Transition(function(p){return Math.pow(p,[i+2]);});});var Request=new Class({Implements:[Chain,Events,Options],options:{url:'',data:'',headers:{'X-Requested-With':'XMLHttpRequest','Accept':'text/javascript, text/html, application/xml, text/xml, */*'},async:true,format:false,method:'post',link:'ignore',isSuccess:null,emulation:true,urlEncoded:true,encoding:'utf-8',evalScripts:false,evalResponse:false,noCache:false},initialize:function(options){this.xhr=new Browser.Request();this.setOptions(options);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers);},onStateChange:function(){if(this.xhr.readyState!=4||!this.running)return;this.running=false;this.status=0;$try(function(){this.status=this.xhr.status;}.bind(this));this.xhr.onreadystatechange=$empty;if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};this.success(this.response.text,this.response.xml);}else{this.response={text:null,xml:null};this.failure();}},isSuccess:function(){return((this.status>=200)&&(this.status<300));},processScripts:function(text){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader('Content-type')))return $exec(text);return text.stripScripts(this.options.evalScripts);},success:function(text,xml){this.onSuccess(this.processScripts(text),xml);},onSuccess:function(){this.fireEvent('complete',arguments).fireEvent('success',arguments).callChain();},failure:function(){this.onFailure();},onFailure:function(){this.fireEvent('complete').fireEvent('failure',this.xhr);},setHeader:function(name,value){this.headers.set(name,value);return this;},getHeader:function(name){return $try(function(){return this.xhr.getResponseHeader(name);}.bind(this));},check:function(){if(!this.running)return true;switch(this.options.link){case'cancel':this.cancel();return true;case'chain':this.chain(this.caller.bind(this,arguments));return false;}
return false;},send:function(options){if(!this.check(options))return this;this.running=true;var type=$type(options);if(type=='string'||type=='element')options={data:options};var old=this.options;options=$extend({data:old.data,url:old.url,method:old.method},options);var data=options.data,url=String(options.url),method=options.method.toLowerCase();switch($type(data)){case'element':data=document.id(data).toQueryString();break;case'object':case'hash':data=Hash.toQueryString(data);}
if(this.options.format){var format='format='+this.options.format;data=(data)?format+'&'+data:format;}
if(this.options.emulation&&!['get','post'].contains(method)){var _method='_method='+method;data=(data)?_method+'&'+data:_method;method='post';}
if(this.options.urlEncoded&&method=='post'){var encoding=(this.options.encoding)?'; charset='+this.options.encoding:'';this.headers.set('Content-type','application/x-www-form-urlencoded'+encoding);}
if(this.options.noCache){var noCache='noCache='+new Date().getTime();data=(data)?noCache+'&'+data:noCache;}
var trimPosition=url.lastIndexOf('/');if(trimPosition>-1&&(trimPosition=url.indexOf('#'))>-1)url=url.substr(0,trimPosition);if(data&&method=='get'){url=url+(url.contains('?')?'&':'?')+data;data=null;}
this.xhr.open(method.toUpperCase(),url,this.options.async);this.xhr.onreadystatechange=this.onStateChange.bind(this);this.headers.each(function(value,key){try{this.xhr.setRequestHeader(key,value);}catch(e){this.fireEvent('exception',[key,value]);}},this);this.fireEvent('request');this.xhr.send(data);if(!this.options.async)this.onStateChange();return this;},cancel:function(){if(!this.running)return this;this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;this.xhr=new Browser.Request();this.fireEvent('cancel');return this;}});(function(){var methods={};['get','post','put','delete','GET','POST','PUT','DELETE'].each(function(method){methods[method]=function(){var params=Array.link(arguments,{url:String.type,data:$defined});return this.send($extend(params,{method:method}));};});Request.implement(methods);})();Element.Properties.send={set:function(options){var send=this.retrieve('send');if(send)send.cancel();return this.eliminate('send').store('send:options',$extend({data:this,link:'cancel',method:this.get('method')||'post',url:this.get('action')},options));},get:function(options){if(options||!this.retrieve('send')){if(options||!this.retrieve('send:options'))this.set('send',options);this.store('send',new Request(this.retrieve('send:options')));}
return this.retrieve('send');}};Element.implement({send:function(url){var sender=this.get('send');sender.send({data:this,url:url||sender.options.url});return this;}});Request.HTML=new Class({Extends:Request,options:{update:false,append:false,evalScripts:true,filter:false},processHTML:function(text){var match=text.match(/<body[^>]*>([\s\S]*?)<\/body>/i);text=(match)?match[1]:text;var container=new Element('div');return $try(function(){var root='<root>'+text+'</root>',doc;if(Browser.Engine.trident){doc=new ActiveXObject('Microsoft.XMLDOM');doc.async=false;doc.loadXML(root);}else{doc=new DOMParser().parseFromString(root,'text/xml');}
root=doc.getElementsByTagName('root')[0];if(!root)return null;for(var i=0,k=root.childNodes.length;i<k;i++){var child=Element.clone(root.childNodes[i],true,true);if(child)container.grab(child);}
return container;})||container.set('html',text);},success:function(text){var options=this.options,response=this.response;response.html=text.stripScripts(function(script){response.javascript=script;});var temp=this.processHTML(response.html);response.tree=temp.childNodes;response.elements=temp.getElements('*');if(options.filter)response.tree=response.elements.filter(options.filter);if(options.update)document.id(options.update).empty().set('html',response.html);else if(options.append)document.id(options.append).adopt(temp.getChildren());if(options.evalScripts)$exec(response.javascript);this.onSuccess(response.tree,response.elements,response.html,response.javascript);}});Element.Properties.load={set:function(options){var load=this.retrieve('load');if(load)load.cancel();return this.eliminate('load').store('load:options',$extend({data:this,link:'cancel',update:this,method:'get'},options));},get:function(options){if(options||!this.retrieve('load')){if(options||!this.retrieve('load:options'))this.set('load',options);this.store('load',new Request.HTML(this.retrieve('load:options')));}
return this.retrieve('load');}};Element.implement({load:function(){this.get('load').send(Array.link(arguments,{data:Object.type,url:String.type}));return this;}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(options){this.parent(options);this.headers.extend({'Accept':'application/json','X-Request':'JSON'});},success:function(text){this.response.json=JSON.decode(text,this.options.secure);this.onSuccess(this.response.json,text);}});;MooTools.More={version:"rc01"};Fx.Elements=new Class({Extends:Fx.CSS,initialize:function(B,A){this.elements=this.subject=$$(B);this.parent(A);},compute:function(G,H,I){var C={};for(var D in G){var A=G[D],E=H[D],F=C[D]={};for(var B in A){F[B]=this.parent(A[B],E[B],I);}}return C;},set:function(B){for(var C in B){var A=B[C];for(var D in A){this.render(this.elements[C],D,A[D],this.options.unit);}}return this;},start:function(C){if(!this.check(arguments.callee,C)){return this;}var H={},I={};for(var D in C){var F=C[D],A=H[D]={},G=I[D]={};for(var B in F){var E=this.prepare(this.elements[D],B,F[B]);A[B]=E.from;G[B]=E.to;}}return this.parent(H,I);}});Fx.Accordion=new Class({Extends:Fx.Elements,options:{display:0,show:false,height:true,width:false,opacity:true,fixedHeight:false,fixedWidth:false,wait:false,alwaysHide:false,trigger:"click"},initialize:function(){var C=Array.link(arguments,{container:Element.type,options:Object.type,togglers:$defined,elements:$defined});this.parent(C.elements,C.options);this.togglers=$$(C.togglers);this.container=$(C.container);this.previous=-1;if(this.options.alwaysHide){this.options.wait=true;}if($chk(this.options.show)){this.options.display=false;this.previous=this.options.show;}if(this.options.start){this.options.display=false;this.options.show=false;}this.effects={};if(this.options.opacity){this.effects.opacity="fullOpacity";}if(this.options.width){this.effects.width=this.options.fixedWidth?"fullWidth":"offsetWidth";}if(this.options.height){this.effects.height=this.options.fixedHeight?"fullHeight":"scrollHeight";}for(var B=0,A=this.togglers.length;B<A;B++){this.addSection(this.togglers[B],this.elements[B]);}this.elements.each(function(E,D){if(this.options.show===D){this.fireEvent("active",[this.togglers[D],E]);}else{for(var F in this.effects){E.setStyle(F,0);}}},this);if($chk(this.options.display)){this.display(this.options.display);}},addSection:function(E,C,G){E=$(E);C=$(C);var F=this.togglers.contains(E);var B=this.togglers.length;this.togglers.include(E);this.elements.include(C);if(B&&(!F||G)){G=$pick(G,B-1);E.inject(this.togglers[G],"before");C.inject(E,"after");}else{if(this.container&&!F){E.inject(this.container);C.inject(this.container);}}var A=this.togglers.indexOf(E);E.addEvent(this.options.trigger,this.display.bind(this,A));if(this.options.height){C.setStyles({"padding-top":0,"border-top":"none","padding-bottom":0,"border-bottom":"none"});}if(this.options.width){C.setStyles({"padding-left":0,"border-left":"none","padding-right":0,"border-right":"none"});}C.fullOpacity=1;if(this.options.fixedWidth){C.fullWidth=this.options.fixedWidth;}if(this.options.fixedHeight){C.fullHeight=this.options.fixedHeight;}C.setStyle("overflow","hidden");if(!F){for(var D in this.effects){C.setStyle(D,0);}}return this;},display:function(A){A=($type(A)=="element")?this.elements.indexOf(A):A;if((this.timer&&this.options.wait)||(A===this.previous&&!this.options.alwaysHide)){return this;}this.previous=A;var B={};this.elements.each(function(E,D){B[D]={};var C=(D!=A)||(this.options.alwaysHide&&(E.offsetHeight>0));this.fireEvent(C?"background":"active",[this.togglers[D],E]);for(var F in this.effects){B[D][F]=C?0:E[this.effects[F]];}},this);return this.start(B);}});var Drag=new Class({Implements:[Events,Options],options:{snap:6,unit:"px",grid:false,style:true,limit:false,handle:false,invert:false,preventDefault:false,modifiers:{x:"left",y:"top"}},initialize:function(){var B=Array.link(arguments,{options:Object.type,element:$defined});this.element=$(B.element);this.document=this.element.getDocument();this.setOptions(B.options||{});var A=$type(this.options.handle);this.handles=((A=="array"||A=="collection")?$$(this.options.handle):$(this.options.handle))||this.element;this.mouse={now:{},pos:{}};this.value={start:{},now:{}};this.selection=(Browser.Engine.trident)?"selectstart":"mousedown";this.bound={start:this.start.bind(this),check:this.check.bind(this),drag:this.drag.bind(this),stop:this.stop.bind(this),cancel:this.cancel.bind(this),eventStop:$lambda(false)};this.attach();},attach:function(){this.handles.addEvent("mousedown",this.bound.start);return this;},detach:function(){this.handles.removeEvent("mousedown",this.bound.start);return this;},start:function(C){if(this.options.preventDefault){C.preventDefault();}this.mouse.start=C.page;this.fireEvent("beforeStart",this.element);var A=this.options.limit;this.limit={x:[],y:[]};for(var D in this.options.modifiers){if(!this.options.modifiers[D]){continue;}if(this.options.style){this.value.now[D]=this.element.getStyle(this.options.modifiers[D]).toInt();}else{this.value.now[D]=this.element[this.options.modifiers[D]];}if(this.options.invert){this.value.now[D]*=-1;}this.mouse.pos[D]=C.page[D]-this.value.now[D];if(A&&A[D]){for(var B=2;B--;B){if($chk(A[D][B])){this.limit[D][B]=$lambda(A[D][B])();}}}}if($type(this.options.grid)=="number"){this.options.grid={x:this.options.grid,y:this.options.grid};}this.document.addEvents({mousemove:this.bound.check,mouseup:this.bound.cancel});this.document.addEvent(this.selection,this.bound.eventStop);},check:function(A){if(this.options.preventDefault){A.preventDefault();}var B=Math.round(Math.sqrt(Math.pow(A.page.x-this.mouse.start.x,2)+Math.pow(A.page.y-this.mouse.start.y,2)));if(B>this.options.snap){this.cancel();this.document.addEvents({mousemove:this.bound.drag,mouseup:this.bound.stop});this.fireEvent("start",[this.element,A]).fireEvent("snap",this.element);}},drag:function(A){if(this.options.preventDefault){A.preventDefault();}this.mouse.now=A.page;for(var B in this.options.modifiers){if(!this.options.modifiers[B]){continue;}this.value.now[B]=this.mouse.now[B]-this.mouse.pos[B];if(this.options.invert){this.value.now[B]*=-1;}if(this.options.limit&&this.limit[B]){if($chk(this.limit[B][1])&&(this.value.now[B]>this.limit[B][1])){this.value.now[B]=this.limit[B][1];}else{if($chk(this.limit[B][0])&&(this.value.now[B]<this.limit[B][0])){this.value.now[B]=this.limit[B][0];}}}if(this.options.grid[B]){this.value.now[B]-=(this.value.now[B]%this.options.grid[B]);}if(this.options.style){this.element.setStyle(this.options.modifiers[B],this.value.now[B]+this.options.unit);}else{this.element[this.options.modifiers[B]]=this.value.now[B];}}this.fireEvent("drag",[this.element,A]);},cancel:function(A){this.document.removeEvent("mousemove",this.bound.check);this.document.removeEvent("mouseup",this.bound.cancel);if(A){this.document.removeEvent(this.selection,this.bound.eventStop);this.fireEvent("cancel",this.element);}},stop:function(A){this.document.removeEvent(this.selection,this.bound.eventStop);this.document.removeEvent("mousemove",this.bound.drag);this.document.removeEvent("mouseup",this.bound.stop);if(A){this.fireEvent("complete",[this.element,A]);}}});Element.implement({makeResizable:function(A){return new Drag(this,$merge({modifiers:{x:"width",y:"height"}},A));}});Drag.Move=new Class({Extends:Drag,options:{droppables:[],container:false,precalculate:false},initialize:function(C,B){this.parent(C,B);this.droppables=$$(this.options.droppables);this.container=$(this.options.container);if(this.container&&$type(this.container)!="element"){this.container=$(this.container.getDocument().body);}var A=this.element.getStyle("position");if(A=="static"){A="absolute";}if([this.element.getStyle("left"),this.element.getStyle("top")].contains("auto")){this.element.position(this.element.getPosition(this.element.offsetParent));}this.element.setStyle("position",A);this.addEvent("start",this.checkDroppables,true);this.overed=null;},start:function(E){if(this.container){var B=this.container.getCoordinates(this.element.offsetParent),F={},D={};["top","right","bottom","left"].each(function(G){F[G]=this.container.getStyle("padding-"+G).toInt();D[G]=this.element.getStyle("margin-"+G).toInt();},this);var C=this.element.offsetWidth+D.left+D.right;var A=this.element.offsetHeight+D.top+D.bottom;this.options.limit={x:[B.left+F.left,B.right-F.right-C],y:[B.top+F.top,B.bottom-F.bottom-A]};}if(this.options.precalculate){this.positions=this.droppables.map(function(G){return G.getCoordinates();});}this.parent(E);},checkAgainst:function(C,B){C=(this.positions)?this.positions[B]:C.getCoordinates();var A=this.mouse.now;return(A.x>C.left&&A.x<C.right&&A.y<C.bottom&&A.y>C.top);},checkDroppables:function(){var A=this.droppables.filter(this.checkAgainst,this).getLast();if(this.overed!=A){if(this.overed){this.fireEvent("leave",[this.element,this.overed]);}if(A){this.fireEvent("enter",[this.element,A]);}this.overed=A;}},drag:function(A){this.parent(A);if(this.droppables.length){this.checkDroppables();}},stop:function(A){this.checkDroppables();this.fireEvent("drop",[this.element,this.overed,A]);this.overed=null;return this.parent(A);}});Element.implement({makeDraggable:function(A){return new Drag.Move(this,A);}});;var Clientcide={version:'806',setAssetLocation:function(baseHref){if(window.StickyWin&&StickyWin.ui){StickyWin.UI.refactor({options:{baseHref:baseHref+'/stickyWinHTML/'}});if(StickyWin.alert){var CGFsimpleErrorPopup=StickyWin.alert.bind(window);StickyWin.alert=function(msghdr,msg,base){return CGFsimpleErrorPopup(msghdr,msg,base||baseHref+"/simple.error.popup")}}if(StickyWin.UI.Pointy){StickyWin.UI.Pointy.refactor({options:{baseHref:baseHref+'/PointyTip/'}})}}if(window.TagMaker){TagMaker=TagMaker.refactor({options:{baseHref:baseHref+'/tips/'}})}if(window.ProductPicker){ProductPicker.refactor({options:{baseHref:baseHref+'/Picker'}})}if(window.Autocompleter){var AcClientcide={options:{baseHref:baseHref+'/autocompleter/'}};Autocompleter.Base.refactor(AcClientcide);if(Autocompleter.Ajax){["Base","Xhtml","Json"].each(function(c){if(Autocompleter.Ajax[c])Autocompleter.Ajax[c].refactor(AcClientcide)})}if(Autocompleter.Local)Autocompleter.Local.refactor(AcClientcide);if(Autocompleter.JsonP)Autocompleter.JsonP.refactor(AcClientcide)}if(window.Lightbox){Lightbox.refactor({options:{assetBaseUrl:baseHref+'/slimbox/'}})}if(window.Waiter){Waiter.refactor({options:{baseHref:baseHref+'/waiter/'}})}},preLoadCss:function(){if(window.DatePicker)new DatePicker();if(window.ProductPicker)new ProductPicker();if(window.TagMaker)new TagMaker();if(window.StickyWin&&StickyWin.ui)StickyWin.ui();if(window.StickyWin&&StickyWin.pointy)StickyWin.pointy();Clientcide.preloaded=true;return true},preloaded:false};(function(){if(!window.addEvent)return;var preload=function(){if(window.dbug)dbug.log('preloading clientcide css');if(!Clientcide.preloaded)Clientcide.preLoadCss()};window.addEvent('domready',preload);window.addEvent('load',preload)})();setCNETAssetBaseHref=Clientcide.setAssetLocation;var dbug={logged:[],timers:{},firebug:false,enabled:false,log:function(){dbug.logged.push(arguments)},nolog:function(msg){dbug.logged.push(arguments)},time:function(name){dbug.timers[name]=new Date().getTime()},timeEnd:function(name){if(dbug.timers[name]){var end=new Date().getTime()-dbug.timers[name];dbug.timers[name]=false;dbug.log('%s: %s',name,end)}else dbug.log('no such timer: %s',name)},enable:function(silent){var con=window.firebug?firebug.d.console.cmd:window.console;if((!!window.console&&!!window.console.warn)||window.firebug){try{dbug.enabled=true;dbug.log=function(){(con.debug||con.log).apply(con,arguments)};dbug.time=function(){con.time.apply(con,arguments)};dbug.timeEnd=function(){con.timeEnd.apply(con,arguments)};if(!silent)dbug.log('enabling dbug');for(var i=0;i<dbug.logged.length;i++){dbug.log.apply(con,dbug.logged[i])}dbug.logged=[]}catch(e){dbug.enable.delay(400)}}},disable:function(){if(dbug.firebug)dbug.enabled=false;dbug.log=dbug.nolog;dbug.time=function(){};dbug.timeEnd=function(){}},cookie:function(set){var value=document.cookie.match('(?:^|;)\\s*jsdebug=([^;]*)');var debugCookie=value?unescape(value[1]):false;if((!$defined(set)&&debugCookie!='true')||($defined(set)&&set)){dbug.enable();dbug.log('setting debugging cookie');var date=new Date();date.setTime(date.getTime()+(24*60*60*1000));document.cookie='jsdebug=true;expires='+date.toGMTString()+';path=/;'}else dbug.disableCookie()},disableCookie:function(){dbug.log('disabling debugging cookie');document.cookie='jsdebug=false;path=/;'}};(function(){var fb=!!window.console||!!window.firebug;var con=window.firebug?window.firebug.d.console.cmd:window.console;var debugMethods=['debug','info','warn','error','assert','dir','dirxml'];var otherMethods=['trace','group','groupEnd','profile','profileEnd','count'];function set(methodList,defaultFunction){for(var i=0;i<methodList.length;i++){dbug[methodList[i]]=(fb&&con[methodList[i]])?con[methodList[i]]:defaultFunction}};set(debugMethods,dbug.log);set(otherMethods,function(){})})();if((!!window.console&&!!window.console.warn)||window.firebug){dbug.firebug=true;var value=document.cookie.match('(?:^|;)\\s*jsdebug=([^;]*)');var debugCookie=value?unescape(value[1]):false;if(window.location.href.indexOf("jsdebug=true")>0||debugCookie=='true')dbug.enable();if(debugCookie=='true')dbug.log('debugging cookie enabled');if(window.location.href.indexOf("jsdebugCookie=true")>0){dbug.cookie();if(!dbug.enabled)dbug.enable()}if(window.location.href.indexOf("jsdebugCookie=false")>0)dbug.disableCookie()}(function(){var binder=function(self,binds){var oldInit=self.initialize;self.initialize=function(){Array.flatten(binds).each(function(binder){var original=this[binder];this[binder]=function(){return original.apply(this,arguments)}.bind(this);this[binder].parent=original.parent},this);return oldInit.apply(this,arguments)};return self};Class.Mutators.Binds=function(self,binds){if(!self.Binds)return self;delete self.Binds;return binder(self,binds)};Class.Mutators.binds=function(self,binds){if(!self.binds)return self;delete self['binds'];return binder(self,binds)}})();var ToElement=new Class({toElement:function(){return this.element}});Element.implement({isVisible:function(){return this.getStyle('display')!='none'},toggle:function(){return this[this.isVisible()?'hide':'show']()},hide:function(){var d;try{if('none'!=this.getStyle('display'))d=this.getStyle('display')}catch(e){}this.store('originalDisplay',d||'block');this.setStyle('display','none');return this},show:function(display){original=this.retrieve('originalDisplay')?this.retrieve('originalDisplay'):this.get('originalDisplay');this.setStyle('display',(display||original||'block'));return this},swapClass:function(remove,add){return this.removeClass(remove).addClass(add)},fxOpacityOk:function(){return!Browser.Engine.trident4}});var SimpleSlideShow=new Class({Implements:[Events,Options,Chain],options:{startIndex:0,slides:[],currentSlideClass:'currentSlide',currentIndexContainer:false,maxContainer:false,nextLink:false,prevLink:false,wrap:true,disabledLinkClass:'disabled',crossFadeOptions:{}},initialize:function(options){this.setOptions(options);var slides=this.options.slides;this.makeSlides(slides);this.setCounters();this.setUpNav();this.now=this.options.startIndex;if(this.slides.length>0)this.show(this.now)},slides:[],setCounters:function(){if($(this.options.currentIndexContainer))$(this.options.currentIndexContainer).set('html',this.now+1);if($(this.options.maxContainer))$(this.options.maxContainer).set('html',this.slides.length)},makeSlides:function(slides){slides.each(function(slide,index){if(index!=this.now)slide.setStyle('display','none');else slide.setStyle('display','block');this.makeSlide(slide)},this)},makeSlide:function(slide){slide.addEvent('click',function(){this.fireEvent('onSlideClick')}.bind(this));this.slides.include(slide)},setUpNav:function(){if($(this.options.nextLink)){$(this.options.nextLink).addEvent('click',function(){this.forward()}.bind(this))}if($(this.options.prevLink)){$(this.options.prevLink).addEvent('click',function(){this.back()}.bind(this))}},disableLinks:function(now){if(this.options.wrap)return;now=$pick(now,this.now);var prev=$(this.options.prevLink);var next=$(this.options.nextLink);var dlc=this.options.disabledLinkClass;if(now>0){if(prev)prev.removeClass(dlc);if(now===this.slides.length-1&&next)next.addClass(dlc);else if(next)next.removeClass(dlc)}else{if(this.slides.length>0&&next)next.removeClass(dlc);if(prev)prev.addClass(dlc)}},forward:function(){if($type(this.now)&&this.now<this.slides.length-1)this.show(this.now+1);else if($type(this.now)&&this.options.wrap)this.show(0);else if(!$type(this.now))this.show(this.options.startIndex);this.fireEvent('next');return this},back:function(){if(this.now>0){this.show(this.now-1);this.fireEvent('onPrev')}else if(this.options.wrap&&this.slides.length>1){this.show(this.slides.length-1);this.fireEvent('prev')}return this},show:function(index){if(this.showing)return this.chain(this.show.bind(this,index));var now=this.now;var s=this.slides[index];function fadeIn(s,resetOpacity){s.setStyle('display','block');if(s.fxOpacityOk()){if(resetOpacity)s.setStyle('opacity',0);s.set('tween',this.options.crossFadeOptions).get('tween').start('opacity',1).chain(function(){this.showing=false;this.disableLinks();this.callChain();this.fireEvent('onSlideDisplay',index)}.bind(this))}};if(s){if($type(this.now)&&this.now!=index){if(s.fxOpacityOk()){var fx=this.slides[this.now].get('tween');fx.setOptions(this.options.crossFadeOptions);this.showing=true;fx.start('opacity',0).chain(function(){this.slides[now].setStyle('display','none');s.addClass(this.options.currentSlideClass);fadeIn.run([s,true],this);this.fireEvent('onSlideDisplay',index)}.bind(this))}else{this.slides[this.now].setStyle('display','none');fadeIn.run(s,this)}}else fadeIn.run(s,this);this.now=index;this.setCounters()}},slideClick:function(){this.fireEvent('onSlideClick',[this.slides[this.now],this.now])}});SimpleSlideShow.Carousel=new Class({Extends:SimpleSlideShow,Implements:[ToElement],Binds:['makeSlide'],options:{sliderWidth:999999},initialize:function(container,options){this.setOptions(options);this.container=$(container);this.element=new Element('div').wraps(this.container).setStyles({width:this.container.getSize().x,overflow:'hidden'});this.container.setStyles({width:this.options.sliderWidth,position:'relative'});this.parent(options)},makeSlides:function(slides){this.slides=[];slides.each(this.makeSlide)},makeSlide:function(slide){if(slide.retrieve('slideSetup'))return;slide.store('slideSetup',true);slide.show();var s=new Element('div',{styles:{'float':'left',width:$(this).getSize().x}}).wraps(slide);this.parent(s);this.slides.erase(slide);this.setCounters();s.show();s.inject(this.container)},show:function(index){if(!this.container)return;this.fx=this.fx||new Fx.Tween(this.container,{property:'left'});if(this.showing)return this.chain(this.show.bind(this,index));var now=this.now;var s=this.slides[index];if(s){if(this.now!=index){this.fx.start(-s.getPosition(this.container).x).chain(function(){s.addClass(this.options.currentSlideClass);this.showing=false;this.disableLinks();this.callChain();this.fireEvent('onSlideDisplay',index)}.bind(this))}this.now=index;this.setCounters()}}});var SimpleImageSlideShow;(function(){var extender=function(extend,passContainer){return{Extends:extend,Implements:ToElement,options:{imgUrls:[],imgClass:'screenshot',container:false},initialize:function(){var args=Array.link(arguments,{options:Object.type,container:$defined});this.container=$(args.container)||(args.options?$(args.options.container):false);if(passContainer)this.parent(this.container,args.options);else this.parent(args.options);this.options.imgUrls.each(function(url){this.addImg(url)},this);this.show(this.options.startIndex)},addImg:function(url){if(this.container){var img=new Element('img',{'src':url,'id':this.options.imgClass+this.slides.length}).addClass(this.options.imgClass).setStyle('display','none').inject(this.container).addEvent('click',this.slideClick.bind(this));this.slides.push(img);this.makeSlide(img);this.setCounters()}return this}}};SimpleImageSlideShow=new Class(extender(SimpleSlideShow));SimpleImageSlideShow.Carousel=new Class(extender(SimpleSlideShow.Carousel,true))})();;var MavSelectBox=new Class({Implements:[Options,Events],options:{allowSplit:true,altClass:'select-box-alt',alternate:false,alternateOdd:false,attachResize:true,disableClass:'disabled',filter:null,fxOptions:{},groupClass:'select-box-options-group',maxShow:null,minShow:3,optionClass:'select-box-opt',selectboxClass:'select-box',selectClass:'selected',selectmenuClass:'select-box-options',separator:'--',showStyles:false,size:1,useFx:true,autoWidth:true,onHide:$empty(),onOver:$empty(),onSelect:$empty(),onShow:$empty()},length:0,selectedIndex:0,focused:null,selected:null,showing:false,textSearch:'',initialize:function(_options){var opts=($type(_options)!='object'?{'elem':_options}:_options);if(!$defined(opts.elem))return;this.setOptions(opts);if(this.options.filter){this.filter=this.options.filter;}
this.element=$(this.options.elem);this.elementCopy=this.element.clone().set({'id':this.element.get('id'),'name':this.element.get('name')});this.optClass='li[class*='+this.options.optionClass+']';this.create_select();if(this.options.attachResize){window.addEvent('resize',function(){if(this.showing){this.show();}}.bind(this));}},destroy:function(_revert){if(_revert){if(this.selected&&$defined(this.selected.retrieve('value'))){$each(this.elementCopy.options,function(_elem){if(_elem.value==this.selected.retrieve('value')){_elem.selected=true;}},this);}
this.elementCopy.replaces($(this.element.get('id')));}
this.remove_events();this.elementSelect.destroy();},create_select:function(){var wh=this.element.getSize();this.eid=this.element.get('id');this.elementSelect=new Element('div',{'class':this.options.selectboxClass}).inject(this.element,'after');if(!this.options.autoWidth)this.elementSelect.setStyle('width',wh.x);this.elementDisplay=new Element('a',{'href':'javascript:void(0)','tabindex':this.elementCopy.get('tabindex')}).inject(this.elementSelect,'top');this.elementDisplay.setStyles({'height':(wh.y-5),'line-height':(wh.y-5)});this.add_events();this.elementOptions=new Element('ul',{'opacity':(this.options.useFx?0:1),'class':this.options.selectmenuClass}).inject(this.elementSelect);if(!this.options.autoWidth)this.elementOptions.setStyle('width',wh.x);this.fx=this.options.useFx?new Fx.Tween(this.elementOptions,$merge({'duration':'200','link':'cancel'},this.options.fxOptions)):null;$each(this.element.getChildren(),this.create_option.bind(this));if(this.options.alternate){this.elementOptions.getElements(this.optClass+':'+(this.options.alternateOdd?'odd':'even')).addClass(this.options.altClass);}
(this.selected=this.elementOptions.getElement('li.'+this.options.selectClass)).removeClass(this.options.selectClass);this.selectedIndex=this.selected.retrieve('idx');this.elementDisplay.set({'html':this.selected.get('html'),'class':(this.options.showStyles?this.selected.get('class'):''),'style':(this.options.showStyles?this.selected.get('style'):'')});this.elementOptions.store('coords',this.elementOptions.getCoordinates()).setStyles({'visibility':'','display':'none'});this.element=new Element('input',{'type':'hidden','value':this.element.get('value'),'id':this.element.get('id'),'name':this.element.get('name')}).replaces(this.element).set('id',this.eid);},create_option:function(_opt,_idx,_group){var val=_opt.get('value'),selected=!!(_opt.selected);var text=(_opt.get('label')?_opt.get('label'):(_opt.get('text')||'&nbsp;'));var opt_class=(_opt.get('tag')=='optgroup'?' optgroup unselectable':' '+this.options.optionClass)+(selected&&!_opt.disabled?' '+this.options.selectClass:'')+
(_opt.disabled?' '+this.options.disableClass:'');var new_option=new Element('li',{'id':this.eid+'_opt'+_idx,'html':this.filter(text,null,'<span>%s</span>'),'style':_opt.get('style'),'class':_opt.get('class')+opt_class}).store('value',_opt.get('value')).store('idx',(_opt.get('tag')!='optgroup'?(++this.length):'')).addEvents({'mouseover':this.over.bind(this),'mousedown':this.select.bind(this)}).inject(($(_group)||this.elementOptions));new_option.store('coords',new_option.getCoordinates());if(_opt.get('tag')=='optgroup'){var optgroup=new Element('ul',{'class':this.options.groupClass}).inject(new_option);$each(_opt.getChildren(),function(_sopt,_sidx){this.create_option(_sopt,(_idx+''+_sidx),optgroup);},this);}
if(this.options.allowSplit&&text.match(new RegExp(this.options.separator))){text=text.split(this.options.separator);this.elementOptions.lastChild.set('html','<span><span class="goleft">'+text[0].trim()+'</span><span class="goright">'+text[1].trim()+'</span><br style="clear:both" /></span>');}},filter:function(_str,_regx,_tmplt){return _tmplt.replace(/\%s/i,_str);},inject:function(_option,_where){},dispose:function(_elem){},add_events:function(){this.elementDisplay.addEvents({'click':this.show.bind(this),'keydown':this.key_option.bind(this),'blur':this.hide.bind(this)});},remove_events:function(){this.elementDisplay.removeEvents({'click':this.show.bind(this),'keydown':this.key_option.bind(this),'blur':this.hide.bind(this)});},key_option:function(e){e=new Event(e);if(e.key!='tab'){e.stop();switch(e.key){case'esc':this.hide();break;case'enter':this.select(this.selected);case'tab':this.hide();break;case'up':case'down':if(e.alt){this.show();}
this.select(e.key);break;case'shift':case'control':case'alt':break;default:this.search(e.key);}}},search:function(_key,_retrying){this.textSearch+=_key;var option_elems=this.get_options(),str_found=false,elem=false;for(var i=0;i<option_elems.length;i++){var elem=option_elems[i]
if((elem.get('text')).match(new RegExp('^'+this.textSearch,'i'))){if(this.selected!=elem){this.select(elem);}
str_found=true;break;}}
if(str_found===false){this.textSearch='';if(!_retrying){this.search(_key,true);}}},get_options:function(_selector){return this.elementOptions.getElements((_selector||this.optClass));},determine:function(_elem){var elem=($type(_elem)=='element'?(_elem.get('tag')!='li'?_elem.getParent('li'):_elem):this.get_options());if($type(_elem)!='element'){var fromIdx=((this.focused&&this.focused!=this.selected)?this.focused:this.selected).retrieve('idx');elem=elem.filter(function(_el){return(!$(_el).hasClass(this.options.disableClass)&&((_elem=='up'&&$(_el).retrieve('idx')<fromIdx)||(_elem=='down'&&$(_el).retrieve('idx')>fromIdx)));},this);elem=elem[0]?(_elem=='up'?elem.reverse():elem)[0]:elem;}
return elem;},over:function(e){e=new Event(e);var elem=($(e.target).get('tag')!='li'?$(e.target).getParent('li'):$(e.target));if(!elem.hasClass(this.options.disableClass)&&!elem.hasClass('unselectable')){if($type(this.focused)=='element'){this.focused.removeClass(this.options.selectClass);}
(this.focused=elem).addClass(this.options.selectClass);this.fireEvent('over');}},select:function(_elem){var elem=($type(_elem)=='event'?new Event(_elem).target:_elem);elem=this.determine(elem);if(elem&&!elem.hasClass(this.options.disableClass)&&!elem.hasClass('unselectable')){if(this.focused){this.focused.removeClass(this.options.selectClass);}
if(this.showing===true){(this.focused=this.selected=elem).addClass(this.options.selectClass);this.scroll();}else{this.selected=elem;}
this.element.set('value',this.selected.retrieve('value'));this.selectedIndex=this.selected.retrieve('idx');this.elementDisplay.set({'html':this.selected.get('html'),'class':(this.options.showStyles?this.selected.get('class'):''),'style':(this.options.showStyles?this.selected.get('style'):'')}).removeClass(this.options.selectClass).removeClass(this.options.altClass);this.fireEvent('select',this.selected);}},scroll:function(){var sElem=this.elementOptions.getCoordinates();var selElem=this.selected.getCoordinates();var elScrollTop=this.elementOptions.scrollTop;if((elScrollTop+sElem.height)<(selElem.top-sElem.top+5)){this.elementOptions.scrollTop=(selElem.top-sElem.top-sElem.height+selElem.height);}
else if((selElem.top-sElem.top+selElem.height)<(elScrollTop+5)){this.elementOptions.scrollTop=(selElem.top-sElem.top);}},show:function(){var coords=this.elementOptions.retrieve('coords');var sElem=this.elementSelect.getCoordinates(),sElem_top=(sElem.top+sElem.height);var h=((window.getSize().y+window.getScroll().y)-sElem_top);var height=(coords.height>=h?0:'auto'),showing=0;if(coords.height>=h){$each(this.get_options(),function(_elem){var eH=_elem.retrieve('coords').height;if(height<h&&(height+eH)<h){height+=eH;showing++;}},this);if(showing<this.options.minShow){height=(sElem.top<coords.height?sElem.top-10:coords.height);sElem_top=sElem.top-height-1;}}
this.elementOptions.setStyles({'display':'','height':height});this.scroll();this.showing=true;this.focused=this.selected;this.focused.addClass(this.options.selectClass);this.fireEvent('show');this.elementSelect.addClass('active');if(this.options.useFx){this.fx.start('opacity',0,1);}
this.elementDisplay.focus();},hide:function(e){if(this.focused){this.focused.removeClass(this.options.selectClass);}
if(this.showing&&this.options.useFx){this.fx.start('opacity',1,0).chain(function(){this.elementOptions.scrollTop=0;this.elementOptions.setStyle('display','none');}.bind(this));}else if(this.showing){this.elementOptions.setStyle('display','none');}
this.fireEvent('hide');this.elementSelect.removeClass('active');this.showing=this.focused=false;this.textSearch='';}});;var ReMooz=new Class({Implements:[Events,Options,Chain],options:{link:null,type:'image',container:null,className:null,centered:false,dragging:true,closeOnClick:true,shadow:(Browser.Engine.trident)?'onOpenEnd':'onOpen',resize:true,margin:20,resizeFactor:0.95,resizeLimit:false,fixedSize:false,cutOut:true,addClick:true,opacityLoad:0.6,opacityResize:1,opacityTitle:0.9,resizeOptions:{},fxOptions:{},closer:true,parse:false,parseSecure:false,temporary:false,onBuild:$empty,onLoad:$empty,onOpen:$empty,onOpenEnd:$empty,onClose:$empty,onCloseEnd:$empty,generateTitle:function(el){var text=el.get('title');if(!text)return false;var title=text.split(' :: ');var head=new Element('h6',{'html':title[0]});return(title[1])?[head,new Element('p',{'html':title[1]})]:head;}},initialize:function(element,options){this.element=$(element);this.setOptions(options);if(this.options.parse){var obj=this.element.getProperty(this.options.parse);if(obj&&(obj=JSON.decode(obj,this.options.parseSecure)))this.setOptions(obj);}
var origin=this.options.origin;this.origin=((origin)?$(origin)||this.element.getElement(origin):null)||this.element;this.link=this.options.link||this.element.get('href')||this.element.get('src');this.container=$(this.options.container)||this.element.getDocument();this.bound={'click':function(e){this.open.delay(1,this);return false;}.bind(this),'close':this.close.bind(this),'dragClose':function(e){if(e.rightClick)return;this.close();}.bind(this)};if(this.options.addClick)this.bindToElement();},destroy:function(){if(this.box)this.box.destroy();this.box=this.tweens=this.body=this.content=null;},bindToElement:function(element){($(element)||this.element).addClass('remooz-element').addEvent('click',this.bound.click);return this;},getOriginCoordinates:function(){var coords=this.origin.getCoordinates();delete coords.right;delete coords.bottom;return coords;},open:function(e){if(this.opened)return(e)?this.close():this;this.opened=this.loading=true;if(!this.box)this.build();this.coords=this.getOriginCoordinates();this.coords.opacity=this.options.opacityLoad;this.coords.display='';this.tweens.box.set(this.coords);this.box.addClass('remooz-loading');ReMooz.open(this.fireEvent('onLoad'));this['open'+this.options.type.capitalize()]();return this;},finishOpen:function(){this.tweens.fade.start(0,1);this.drag.attach();this.fireEvent('onOpenEnd').callChain();},close:function(){if(!this.opened)return this;this.opened=false;ReMooz.close(this.fireEvent('onClose'));if(this.loading){this.box.setStyle('display','none');return this;}
this.drag.detach();this.tweens.fade.cancel().set(0).fireEvent('onComplete');if(this.tweens.box.timer)this.tweens.box.clearChain();var vars=this.getOriginCoordinates();if(this.options.opacityResize!=1)vars.opacity=this.options.opacityResize;this.tweens.box.start(vars).chain(this.closeEnd.bind(this));return this;},closeEnd:function(){if(this.body)this.body.empty();if(this.content)this.content=null;if(this.options.cutOut)this.element.setStyle('visibility','visible');this.box.setStyle('display','none');this.fireEvent('onCloseEnd').callChain();if(this.options.temporary)this.destroy();},openImage:function(){var tmp=new Image();tmp.onload=tmp.onabort=tmp.onerror=function(fast){this.loading=tmp.onload=tmp.onabort=tmp.onerror=null;if(!tmp.width||!this.opened){this.fireEvent('onError').close();return;}
var to={x:tmp.width,y:tmp.height};if(!this.content)this.content=$(tmp).inject(this.body);else tmp=null;this[(this.options.resize)?'zoomRelativeTo':'zoomTo'].create({'delay':(tmp&&fast!==true)?1:null,'arguments':[to],'bind':this})();}.bind(this);tmp.src=this.link;if(tmp&&tmp.complete&&tmp.onload)tmp.onload(true);},openElement:function(){this.content=this.content||$(this.link)||$E(this.link);if(!this.content){this.fireEvent('onError').close();return;}
this.content.inject(this.body);this.zoomTo({x:this.content.scrollWidth,y:this.content.scrollHeight});},zoomRelativeTo:function(to){var scale=this.options.resizeLimit;if(!scale){scale=this.container.getSize();scale.x*=this.options.resizeFactor;scale.y*=this.options.resizeFactor;}
for(var i=2;i--;){if(to.x>scale.x){to.y*=scale.x/to.x;to.x=scale.x;}else if(to.y>scale.y){to.x*=scale.y/to.y;to.y=scale.y;}}
return this.zoomTo({x:to.x.toInt(),y:to.y.toInt()});},zoomTo:function(to){to=this.options.fixedSize||to;var box=this.container.getSize(),scroll=this.container.getScroll();var pos=(!this.options.centered)?{x:(this.coords.left+(this.coords.width/2)-to.x/2).toInt().limit(scroll.x+this.options.margin,scroll.x+box.x-this.options.margin-to.x),y:(this.coords.top+(this.coords.height/2)-to.y/2).toInt().limit(scroll.y+this.options.margin,scroll.y+box.y-this.options.margin-to.y)}:{x:scroll.x+((box.x-to.x)/2).toInt(),y:scroll.y+((box.y-to.y)/2).toInt()};if(this.options.cutOut)this.element.setStyle('visibility','hidden');this.box.removeClass('remooz-loading');var vars={left:pos.x,top:pos.y,width:to.x,height:to.y};if(this.options.opacityResize!=1)vars.opacity=[this.options.opacityResize,1];else this.box.set('opacity',1);this.tweens.box.start(vars).chain(this.finishOpen.bind(this));this.fireEvent('onOpen');},build:function(){this.addEvent('onBlur',function(){this.focused=false;this.box.removeClass('remooz-box-focus').setStyle('z-index',ReMooz.options.zIndex);},true);this.addEvent('onFocus',function(){this.focused=true;this.box.addClass('remooz-box-focus').setStyle('z-index',ReMooz.options.zIndexFocus);},true);var classes=['remooz-box','remooz-type-'+this.options.type,'remooz-engine-'+Browser.Engine.name+Browser.Engine.version];if(this.options.className)classes.push(this.options.className);this.box=new Element('div',{'class':classes.join(' '),'styles':{'display':'none','top':0,'left':0,'zIndex':ReMooz.options.zIndex}});this.tweens={'box':new Fx.Morph(this.box,$merge({'duration':400,'unit':'px','transition':Fx.Transitions.Quart.easeOut,'chain':'cancel'},this.options.resizeOptions)),'fade':new Fx.Tween(null,$merge({'property':'opacity','duration':(Browser.Engine.trident)?0:300,'chain':'cancel'},this.options.fxOptions)).addEvents({'onComplete':function(){if(!this.element.get('opacity'))this.element.setStyle('display','none');},'onStart':function(){if(!this.element.get('opacity'))this.element.setStyle('display','');}})};this.tweens.fade.element=$$();if(this.options.shadow){if(Browser.Engine.webkit420){this.box.setStyle('-webkit-box-shadow','0 0 10px rgba(0, 0, 0, 0.7)');}else if(!Browser.Engine.trident4){var shadow=new Element('div',{'class':'remooz-bg-wrap'}).inject(this.box);['n','ne','e','se','s','sw','w','nw'].each(function(dir){new Element('div',{'class':'remooz-bg remooz-bg-'+dir}).inject(shadow);});this.tweens.bg=new Fx.Tween(shadow,{'property':'opacity','chain':'cancel'}).set(0);this.addEvent(this.options.shadow,this.tweens.bg.set.bind(this.tweens.bg,1),true);this.addEvent('onClose',this.tweens.bg.set.bind(this.tweens.bg,0),true);}}
if(this.options.closer){var closer=new Element('a',{'class':'remooz-btn-close','events':{'click':this.bound.close}}).inject(this.box);this.tweens.fade.element.push(closer);}
this.body=new Element('div',{'class':'remooz-body'}).inject(this.box);var title=this.options.title||this.options.generateTitle.call(this,this.element);if(title){var title=new Element('div',{'class':'remooz-title'}).adopt(new Element('div',{'class':'remooz-title-bg','opacity':this.options.opacityTitle}),new Element('div',{'class':'remooz-title-content'}).adopt(title)).inject(this.box);this.tweens.fade.element.push(title);}
this.tweens.fade.set(0).fireEvent('onComplete');this.drag=new Drag.Move(this.box,{'snap':15,'preventDefault':true,'onBeforeStart':function(){if(!this.focused&&!this.loading)ReMooz.focus(this);else if(this.loading||this.options.closeOnClick)this.box.addEvent('mouseup',this.bound.dragClose);}.bind(this),'onSnap':function(){this.box.removeEvent('mouseup',this.bound.dragClose);if(!this.options.dragging)this.drag.stop();else this.box.addClass('remooz-box-dragging');}.bind(this),'onComplete':function(){this.box.removeClass('remooz-box-dragging');}.bind(this)});this.drag.detach();this.fireEvent('onBuild',this.box,this.element);this.box.inject(this.element.getDocument().body);}});ReMooz.factory=function(extended){return $extend(this,extended);};ReMooz.factory(new Options).factory({options:{zIndex:41,zIndexFocus:42,query:'a.remooz',modal:false},assign:function(elements,options){return $$(elements).map(function(element){return new ReMooz(element,options);},this);},stack:[],open:function(obj){var last=this.stack.getLast();this.focus(obj);if(last&&this.options.modal)last.close();},close:function(obj){var length=this.stack.length-1;if(length>1&&this.stack[length]==obj)this.focus(this.stack[length-1]);this.stack.erase(obj);},focus:function(obj){var last=this.stack.getLast();obj.fireEvent('onFocus',[obj]);if(last==obj)return;if(last)last.fireEvent('onBlur',[last]);this.stack.erase(obj).push(obj);}});ReMooz.implement({openSwf:function(){if(!this.options.fixedSize){this.fireEvent('onError').close();return;}
this.options=$extend(this.options,{closeOnClick:false});var swf=new Swiff(this.link,{width:'100%',height:'100%',params:{wmode:'transparent',scale:'noscale',salign:'TL',allowfullscreen:'true'}});if(!this.content)this.content=swf.inject(this.body);this.loading=null;this.zoomTo(this.options.fixedSize);},openFlv:function(){if(!this.options.fixedSize){this.fireEvent('onError').close();return;}
this.options=$extend(this.options,{closeOnClick:false});var swf=new Swiff('/swf/player.swf',{width:'100%',height:'100%',params:{wmode:'transparent',scale:'noscale',salign:'TL',allowfullscreen:'true'},vars:{file:this.link,controlbar:'over',fullscreen:'true',autostart:'true'}});if(!this.content)this.content=swf.inject(this.body);this.loading=null;this.zoomTo(this.options.fixedSize);},openMap:function(){if(!this.options.fixedSize){this.fireEvent('onError').close();return;}
this.options=$extend(this.options,{closeOnClick:false});var emap=new Element('div',{styles:{width:this.options.fixedSize.x,height:this.options.fixedSize.y}}).injectInside(this.body);var queryString=this.link.parseQuery(false,false);if(GBrowserIsCompatible()){var map=new GMap2(emap);var geocoder=new GClientGeocoder();map.addControl(new GLargeMapControl());map.setCenter(new GLatLng(0,0),1);if(queryString.q){geocoder.getLocations(queryString.q,function(response){if(!response||response.Status.code!=200){}else{var latitude=response.Placemark[0].Point.coordinates[1];var longitude=response.Placemark[0].Point.coordinates[0];var geocode=response.Placemark[0].address;var latlng=new GLatLng(latitude,longitude);map.setCenter(latlng);}});}
if(queryString.z)map.setZoom(queryString.z);if(queryString.sll){var center=queryString.sll.split(',');map.setCenter(new GLatLng(center[0].toFloat(),center[1].toFloat()));}
if(queryString.ll){var center=queryString.ll.split(',');map.setCenter(new GLatLng(center[0].toFloat(),center[1].toFloat()));}}
this.loading=null;this.zoomTo(this.options.fixedSize);}});;window.addEvent('domready',function(){$$('body').removeClass('no-js').addClass('js');if(Browser.Engine.name!='trident')$$('body').addClass(Browser.Engine.name).addClass(Browser.Engine.name+Browser.Engine.version);$$('#content hr').each(function(element){if(!element.getParent().hasClass('hr'))new Element('div',{'class':'hr'}).wraps(element);});if(Browser.Engine.name!='trident'&&Browser.Engine.version!=4)$$('#sections ul li a').addEvents({'mouseenter':function(){this.fade(0.0001);},'mouseleave':function(){this.fade('in');}});$$('a.confirm[title]').addEvent('click',function(event){if(!confirm(this.getProperty('title')+' ?'))event.stop();});$$('a.target-blank').addEvent('click',function(event){event.stop();window.open(this.getProperty('href'));});$$('a.remooz','a[target=_top]').each(function(element){var reMooz=new ReMooz(element,{centered:false,origin:element.getFirst(),cutOut:false,opacityLoad:0.5,opacityResize:0,margin:35,parse:'rel'});});$$('.slideshow').each(function(item,index){var ul;if(ul=item.getElement('ul.slides')){var simpleSlideShow=new SimpleSlideShow({startIndex:0,slides:ul.getChildren(),prevLink:item.getElement('li.previous'),nextLink:item.getElement('li.next')});var periodical=simpleSlideShow.forward.periodical(10000,simpleSlideShow);item.addEvents({mouseenter:function(){$clear(periodical);},mouseleave:function(){periodical=simpleSlideShow.forward.periodical(10000,simpleSlideShow);}});}});if($$('#sidebar h3','#sidebar li').length>14){if(Browser.Engine.name=='trident')$$('#sidebar h3').each(function(item){item.adopt(new Element('span',{'class':'accordion-helper','text':'Dérouler'}));});var current=0;$$('#sidebar ul').some(function(ul,index){if(ul.getElement('li.current')){current=index;return true;}});new Fx.Accordion($$('#sidebar h3').addClass('accordion-toggler'),$$('#sidebar ul').addClass('accordion-content'),{display:current,initialDisplayFx:false});}
if(Browser.Engine.name!='trident'&&Browser.Engine.version!=4)$$('#filters select').each(function(item,index){new MavSelectBox(item);});$$('input[type=text][title]','input[type=password][title]','textarea[title]').each(function(item,index){item.addEvents({'focus':function(){if(this.getProperty('value')==this.getProperty('title'))this.setProperty('value','').addClass('changed');},'blur':function(){if(this.getProperty('value')=='')this.setProperty('value',this.getProperty('title')).removeClass('changed');}}).fireEvent('blur');});$$('*[align=left]').removeProperty('align').addClass('align-left');$$('*[align=right]').removeProperty('align').addClass('align-right');$$('*[align=center]').removeProperty('align').addClass('align-center');$$('*[border=0]').removeProperty('border').addClass('no-border');$$('*[hspace=0]').removeProperty('hspace').addClass('no-margin');$$('*[vspace=0]').removeProperty('vspace').addClass('no-margin');});;(function(){var _typeface_js={faces:{},loadFace:function(typefaceData){var familyName=typefaceData.familyName.toLowerCase();if(!this.faces[familyName]){this.faces[familyName]={};}
if(!this.faces[familyName][typefaceData.cssFontWeight]){this.faces[familyName][typefaceData.cssFontWeight]={};}
var face=this.faces[familyName][typefaceData.cssFontWeight][typefaceData.cssFontStyle]=typefaceData;face.loaded=true;},log:function(message){if(this.quiet){return;}
message="typeface.js: "+message;if(this.customLogFn){this.customLogFn(message);}else if(window.console&&window.console.log){window.console.log(message);}},pixelsFromPoints:function(face,style,points,dimension){var pixels=points*parseInt(style.fontSize)*72/(face.resolution*100);if(dimension=='horizontal'&&style.fontStretchPercent){pixels*=style.fontStretchPercent;}
return pixels;},pointsFromPixels:function(face,style,pixels,dimension){var points=pixels*face.resolution/(parseInt(style.fontSize)*72/100);if(dimension=='horizontal'&&style.fontStretchPrecent){points*=style.fontStretchPercent;}
return points;},cssFontWeightMap:{normal:'normal',bold:'bold',400:'normal',700:'bold'},cssFontStretchMap:{'ultra-condensed':0.55,'extra-condensed':0.77,'condensed':0.85,'semi-condensed':0.93,'normal':1,'semi-expanded':1.07,'expanded':1.15,'extra-expanded':1.23,'ultra-expanded':1.45,'default':1},fallbackCharacter:'.',configure:function(args){var configurableOptionNames=['customLogFn','customClassNameRegex','customTypefaceElementsList','quiet','verbose','disableSelection'];for(var i=0;i<configurableOptionNames.length;i++){var optionName=configurableOptionNames[i];if(args[optionName]){if(optionName=='customLogFn'){if(typeof args[optionName]!='function'){throw"customLogFn is not a function";}else{this.customLogFn=args.customLogFn;}}else{this[optionName]=args[optionName];}}}},getTextExtents:function(face,style,text){var extentX=0;var extentY=0;var horizontalAdvance;var textLength=text.length;for(var i=0;i<textLength;i++){var glyph=face.glyphs[text.charAt(i)]?face.glyphs[text.charAt(i)]:face.glyphs[this.fallbackCharacter];var letterSpacingAdjustment=this.pointsFromPixels(face,style,style.letterSpacing);extentX+=i+1==textLength?Math.max(glyph.x_max,glyph.ha):glyph.ha;extentX+=letterSpacingAdjustment;horizontalAdvance+=glyph.ha+letterSpacingAdjustment;}
return{x:extentX,y:extentY,ha:horizontalAdvance};},pixelsFromCssAmount:function(cssAmount,defaultValue,element){var matches=undefined;if(cssAmount=='normal'){return defaultValue;}else if(matches=cssAmount.match(/([\-\d+\.]+)px/)){return matches[1];}else{var pixelAmount;var leftInlineStyle=element.style.left;var leftRuntimeStyle=element.runtimeStyle.left;element.runtimeStyle.left=element.currentStyle.left;if(!cssAmount.match(/\d(px|pt)$/)){element.style.left='1em';}else{element.style.left=cssAmount||0;}
pixelAmount=element.style.pixelLeft;element.style.left=leftInlineStyle;element.runtimeStyle.left=leftRuntimeStyle;return pixelAmount||defaultValue;}},capitalizeText:function(text){return text.replace(/(^|\s)[a-z]/g,function(match){return match.toUpperCase()});},getElementStyle:function(e){if(window.getComputedStyle){return window.getComputedStyle(e,'');}else if(e.currentStyle){return e.currentStyle;}},getRenderedText:function(e){var browserStyle=this.getElementStyle(e.parentNode);var inlineStyleAttribute=e.parentNode.getAttribute('style');if(inlineStyleAttribute&&typeof(inlineStyleAttribute)=='object'){inlineStyleAttribute=inlineStyleAttribute.cssText;}
if(inlineStyleAttribute){var inlineStyleDeclarations=inlineStyleAttribute.split(/\s*\;\s*/);var inlineStyle={};for(var i=0;i<inlineStyleDeclarations.length;i++){var declaration=inlineStyleDeclarations[i];var declarationOperands=declaration.split(/\s*\:\s*/);inlineStyle[declarationOperands[0]]=declarationOperands[1];}}
var style={color:browserStyle.color,fontFamily:browserStyle.fontFamily.split(/\s*,\s*/)[0].replace(/(^"|^'|'$|"$)/g,'').toLowerCase(),fontSize:this.pixelsFromCssAmount(browserStyle.fontSize,12,e.parentNode),fontWeight:this.cssFontWeightMap[browserStyle.fontWeight],fontStyle:browserStyle.fontStyle?browserStyle.fontStyle:'normal',fontStretchPercent:this.cssFontStretchMap[inlineStyle&&inlineStyle['font-stretch']?inlineStyle['font-stretch']:'default'],textDecoration:browserStyle.textDecoration,lineHeight:this.pixelsFromCssAmount(browserStyle.lineHeight,'normal',e.parentNode),letterSpacing:this.pixelsFromCssAmount(browserStyle.letterSpacing,0,e.parentNode),textTransform:browserStyle.textTransform};var face;if(this.faces[style.fontFamily]&&this.faces[style.fontFamily][style.fontWeight]){face=this.faces[style.fontFamily][style.fontWeight][style.fontStyle];}
var text=e.nodeValue;if(e.previousSibling&&e.previousSibling.nodeType==1&&e.previousSibling.tagName!='BR'&&this.getElementStyle(e.previousSibling).display.match(/inline/)){text=text.replace(/^\s+/,' ');}else{text=text.replace(/^\s+/,'');}
if(e.nextSibling&&e.nextSibling.nodeType==1&&e.nextSibling.tagName!='BR'&&this.getElementStyle(e.nextSibling).display.match(/inline/)){text=text.replace(/\s+$/,' ');}else{text=text.replace(/\s+$/,'');}
text=text.replace(/\s+/g,' ');if(style.textTransform&&style.textTransform!='none'){switch(style.textTransform){case'capitalize':text=this.capitalizeText(text);break;case'uppercase':text=text.toUpperCase();break;case'lowercase':text=text.toLowerCase();break;}}
if(!face){var excerptLength=12;var textExcerpt=text.substring(0,excerptLength);if(text.length>excerptLength){textExcerpt+='...';}
var fontDescription=style.fontFamily;if(style.fontWeight!='normal')fontDescription+=' '+style.fontWeight;if(style.fontStyle!='normal')fontDescription+=' '+style.fontStyle;this.log("couldn't find typeface font: "+fontDescription+' for text "'+textExcerpt+'"');return;}
var words=text.split(/\b(?=\w)/);var containerSpan=document.createElement('span');containerSpan.className='typeface-js-vector-container';var wordsLength=words.length;for(var i=0;i<wordsLength;i++){var word=words[i];var vector=this.renderWord(face,style,word);if(vector){containerSpan.appendChild(vector.element);if(!this.disableSelection){var selectableSpan=document.createElement('span');selectableSpan.className='typeface-js-selected-text';var wordNode=document.createTextNode(word);selectableSpan.appendChild(wordNode);if(this.vectorBackend!='vml'){selectableSpan.style.marginLeft=-1*(vector.width+1)+'px';}
selectableSpan.targetWidth=vector.width;if(this.vectorBackend=='vml'){vector.element.appendChild(selectableSpan);}else{containerSpan.appendChild(selectableSpan);}}}}
return containerSpan;},renderDocument:function(callback){if(!callback)
callback=function(e){e.style.visibility='visible'};var elements=document.getElementsByTagName('*');var elementsLength=elements.length;for(var i=0;i<elements.length;i++){if(elements[i].className.match(/(^|\s)typeface-js(\s|$)/)||elements[i].tagName.match(/^(H1|H2|H3|H4|H5|H6)$/)){this.replaceText(elements[i]);if(typeof callback=='function'){callback(elements[i]);}}}
if(this.vectorBackend=='vml'){var dummyShape=document.createElement('v:shape');dummyShape.style.display='none';document.body.appendChild(dummyShape);}},replaceText:function(e){var childNodes=[];var childNodesLength=e.childNodes.length;for(var i=0;i<childNodesLength;i++){this.replaceText(e.childNodes[i]);}
if(e.nodeType==3&&e.nodeValue.match(/\S/)){var parentNode=e.parentNode;if(parentNode.className=='typeface-js-selected-text'){return;}
var renderedText=this.getRenderedText(e);if(parentNode.tagName=='A'&&this.vectorBackend=='vml'&&this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';parentNode.style.cursor='pointer';}
if(this.getElementStyle(parentNode).display=='inline'){parentNode.style.display='inline-block';}
if(renderedText){if(parentNode.replaceChild){parentNode.replaceChild(renderedText,e);}else{parentNode.insertBefore(renderedText,e);parentNode.removeChild(e);}
if(this.vectorBackend=='vml'){renderedText.innerHTML=renderedText.innerHTML;}
var childNodesLength=renderedText.childNodes.length
for(var i;i<childNodesLength;i++){var e=renderedText.childNodes[i];if(e.hasChildNodes()&&!e.targetWidth){e=e.childNodes[0];}
if(e&&e.targetWidth){var letterSpacingCount=e.innerHTML.length;var wordSpaceDelta=e.targetWidth-e.offsetWidth;var letterSpacing=wordSpaceDelta/(letterSpacingCount||1);if(this.vectorBackend=='vml'){letterSpacing=Math.ceil(letterSpacing);}
e.style.letterSpacing=letterSpacing+'px';e.style.width=e.targetWidth+'px';}}}}},applyElementVerticalMetrics:function(face,style,e){if(style.lineHeight=='normal'){style.lineHeight=this.pixelsFromPoints(face,style,face.lineHeight);}
var cssLineHeightAdjustment=style.lineHeight-this.pixelsFromPoints(face,style,face.lineHeight);e.style.marginTop=Math.round(cssLineHeightAdjustment/2)+'px';e.style.marginBottom=Math.round(cssLineHeightAdjustment/2)+'px';},vectorBackends:{canvas:{_initializeSurface:function(face,style,text){var extents=this.getTextExtents(face,style,text);var canvas=document.createElement('canvas');if(this.disableSelection){canvas.innerHTML=text;}
canvas.height=Math.round(this.pixelsFromPoints(face,style,face.lineHeight));canvas.width=Math.round(this.pixelsFromPoints(face,style,extents.x,'horizontal'));this.applyElementVerticalMetrics(face,style,canvas);if(extents.x>extents.ha)
canvas.style.marginRight=Math.round(this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal'))+'px';var ctx=canvas.getContext('2d');var pointScale=this.pixelsFromPoints(face,style,1);ctx.scale(pointScale*style.fontStretchPercent,-1*pointScale);ctx.translate(0,-1*face.ascender);ctx.fillStyle=style.color;return{context:ctx,canvas:canvas};},_renderGlyph:function(ctx,face,char,style){var glyph=face.glyphs[char];if(!glyph){return this.renderGlyph(ctx,face,this.fallbackCharacter,style);}
if(glyph.o){var outline;if(glyph.cached_outline){outline=glyph.cached_outline;}else{outline=glyph.o.split(' ');glyph.cached_outline=outline;}
var outlineLength=outline.length;for(var i=0;i<outlineLength;){var action=outline[i++];switch(action){case'm':ctx.moveTo(outline[i++],outline[i++]);break;case'l':ctx.lineTo(outline[i++],outline[i++]);break;case'q':var cpx=outline[i++];var cpy=outline[i++];ctx.quadraticCurveTo(outline[i++],outline[i++],cpx,cpy);break;case'b':var x=outline[i++];var y=outline[i++];ctx.bezierCurveTo(outline[i++],outline[i++],outline[i++],outline[i++],x,y);break;}}}
if(glyph.ha){var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;ctx.translate(glyph.ha+letterSpacingPoints,0);}},_renderWord:function(face,style,text){var surface=this.initializeSurface(face,style,text);var ctx=surface.context;var canvas=surface.canvas;ctx.beginPath();ctx.save();var chars=text.split('');var charsLength=chars.length;for(var i=0;i<charsLength;i++){this.renderGlyph(ctx,face,chars[i],style);}
ctx.fill();if(style.textDecoration=='underline'){ctx.beginPath();ctx.moveTo(0,face.underlinePosition);ctx.restore();ctx.lineTo(0,face.underlinePosition);ctx.strokeStyle=style.color;ctx.lineWidth=face.underlineThickness;ctx.stroke();}
return{element:ctx.canvas,width:Math.floor(canvas.width)};}},vml:{_initializeSurface:function(face,style,text){var shape=document.createElement('v:shape');var extents=this.getTextExtents(face,style,text);shape.style.width=shape.style.height=style.fontSize+'px';shape.style.marginLeft='-1px';if(extents.x>extents.ha){shape.style.marginRight=this.pixelsFromPoints(face,style,extents.x-extents.ha,'horizontal')+'px';}
this.applyElementVerticalMetrics(face,style,shape);var resolutionScale=face.resolution*100/72;shape.coordsize=(resolutionScale/style.fontStretchPercent)+","+resolutionScale;shape.coordorigin='0,'+face.ascender;shape.style.flip='y';shape.fillColor=style.color;shape.stroked=false;shape.path='hh m 0,'+face.ascender+' l 0,'+face.descender+' ';return shape;},_renderGlyph:function(shape,face,char,offsetX,style,vmlSegments){var glyph=face.glyphs[char];if(!glyph){this.log("glyph not defined: "+char);this.renderGlyph(shape,face,this.fallbackCharacter,offsetX,style);return;}
vmlSegments.push('m');if(glyph.o){var outline,outlineLength;if(glyph.cached_outline){outline=glyph.cached_outline;outlineLength=outline.length;}else{outline=glyph.o.split(' ');outlineLength=outline.length;for(var i=0;i<outlineLength;){switch(outline[i++]){case'q':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);case'm':case'l':outline[i]=Math.round(outline[i++]);outline[i]=Math.round(outline[i++]);break;}}
glyph.cached_outline=outline;}
var prevX,prevY;for(var i=0;i<outlineLength;){var action=outline[i++];var x=Math.round(outline[i++])+offsetX;var y=Math.round(outline[i++]);switch(action){case'm':vmlSegments.push('xm ',x,',',y);break;case'l':vmlSegments.push('l ',x,',',y);break;case'q':var cpx=outline[i++]+offsetX;var cpy=outline[i++];var cp1x=Math.round(prevX+2.0/3.0*(cpx-prevX));var cp1y=Math.round(prevY+2.0/3.0*(cpy-prevY));var cp2x=Math.round(cp1x+(x-prevX)/3.0);var cp2y=Math.round(cp1y+(y-prevY)/3.0);vmlSegments.push('c ',cp1x,',',cp1y,',',cp2x,',',cp2y,',',x,',',y);break;case'b':var cp1x=Math.round(outline[i++])+offsetX;var cp1y=outline[i++];var cp2x=Math.round(outline[i++])+offsetX;var cp2y=outline[i++];vmlSegments.push('c ',cp1x,',',cp1y,',',cp2x,',',cp2y,',',x,',',y);break;}
prevX=x;prevY=y;}}
vmlSegments.push('x e');return vmlSegments;},_renderWord:function(face,style,text){var offsetX=0;var shape=this.initializeSurface(face,style,text);var letterSpacingPoints=style.letterSpacing&&style.letterSpacing!='normal'?this.pointsFromPixels(face,style,style.letterSpacing):0;letterSpacingPoints=Math.round(letterSpacingPoints);var chars=text.split('');var vmlSegments=[];for(var i=0;i<chars.length;i++){var char=chars[i];vmlSegments=this.renderGlyph(shape,face,char,offsetX,style,vmlSegments);offsetX+=face.glyphs[char].ha+letterSpacingPoints;}
if(style.textDecoration=='underline'){var posY=face.underlinePosition-(face.underlineThickness/2);vmlSegments.push('xm ',0,',',posY);vmlSegments.push('l ',offsetX,',',posY);vmlSegments.push('l ',offsetX,',',posY+face.underlineThickness);vmlSegments.push('l ',0,',',posY+face.underlineThickness);vmlSegments.push('l ',0,',',posY);vmlSegments.push('x e');}
shape.path+=vmlSegments.join('')+'m '+offsetX+' 0 l '+offsetX+' '+face.ascender;return{element:shape,width:Math.floor(this.pixelsFromPoints(face,style,offsetX,'horizontal'))};}}},setVectorBackend:function(backend){this.vectorBackend=backend;var backendFunctions=['renderWord','initializeSurface','renderGlyph'];for(var i=0;i<backendFunctions.length;i++){var backendFunction=backendFunctions[i];this[backendFunction]=this.vectorBackends[backend]['_'+backendFunction];}},initialize:function(){if(arguments.callee.done)return;arguments.callee.done=true;if(window._typefaceTimer)clearInterval(_typefaceTimer);this.renderDocument(function(e){e.style.visibility='visible'});}};var typefaceSelectors=['.typeface-js','h1','h2','h3','h4','h5','h6'];if(document.createStyleSheet){var styleSheet=document.createStyleSheet();for(var i=0;i<typefaceSelectors.length;i++){var selector=typefaceSelectors[i];styleSheet.addRule(selector,'visibility: hidden');}
styleSheet.addRule('.typeface-js-selected-text','-ms-filter: \
   "Chroma(color=black) \
   progid:DXImageTransform.Microsoft.MaskFilter(Color=white) \
   progid:DXImageTransform.Microsoft.MaskFilter(Color=blue) \
   alpha(opacity=30)" !important; \
  color: black; \
  font-family: Modern; \
  position: absolute; \
  white-space: pre; \
  filter: alpha(opacity=0) !important;');styleSheet.addRule('.typeface-js-vector-container','position: relative');}else if(document.styleSheets){if(!document.styleSheets.length){(function(){var styleSheet=document.createElement('style');styleSheet.type='text/css';document.getElementsByTagName('head')[0].appendChild(styleSheet);})()}
var styleSheet=document.styleSheets[0];document.styleSheets[0].insertRule(typefaceSelectors.join(',')+' { visibility: hidden; }',styleSheet.cssRules.length);document.styleSheets[0].insertRule('.typeface-js-selected-text { \
   color: rgba(128, 128, 128, 0); \
   opacity: 0.30; \
   position: absolute; \
   font-family: Arial, sans-serif; \
   white-space: pre \
  }',styleSheet.cssRules.length);try{document.styleSheets[0].insertRule('.typeface-js-selected-text::-moz-selection { background: blue; }',styleSheet.cssRules.length);}catch(e){};try{document.styleSheets[0].insertRule('.typeface-js-selected-text::selection { background: blue; }',styleSheet.cssRules.length);}catch(e){};if(/WebKit/i.test(navigator.userAgent)){document.styleSheets[0].insertRule('.typeface-js-vector-container { position: relative }',styleSheet.cssRules.length);}}
var backend=window.CanvasRenderingContext2D||document.createElement('canvas').getContext?'canvas':!!(window.attachEvent&&!window.opera)?'vml':null;if(backend=='vml'){document.namespaces.add("v","urn:schemas-microsoft-com:vml","#default#VML");var styleSheet=document.createStyleSheet();styleSheet.addRule('v\\:shape',"display: inline-block;");}
_typeface_js.setVectorBackend(backend);window._typeface_js=_typeface_js;if(/WebKit/i.test(navigator.userAgent)){var _typefaceTimer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){_typeface_js.initialize();}},10);}
if(document.addEventListener){window.addEventListener('DOMContentLoaded',function(){_typeface_js.initialize()},false);}/*@cc_on @*//*@if (@_win32)

document.write("<script id=__ie_onload_typeface defer src=//:><\/script>");
var script = document.getElementById("__ie_onload_typeface");
script.onreadystatechange = function() {
 if (this.readyState == "complete") {
  _typeface_js.initialize(); 
 }
};

/*@end @*/try{console.log('initializing typeface.js')}catch(e){};})();;if(_typeface_js&&_typeface_js.loadFace)_typeface_js.loadFace({"glyphs":{"Ő":{"x_min":52,"x_max":1026,"ha":1076,"o":"m 52 494 q 193 848 52 704 q 539 993 334 993 q 884 848 743 993 q 1026 494 1026 704 q 884 131 1026 280 q 539 -17 741 -17 q 193 131 335 -17 q 52 494 52 280 m 151 494 q 264 195 151 317 q 539 75 377 75 q 812 195 699 75 q 927 494 927 317 q 812 784 927 666 q 539 901 701 901 q 264 784 377 901 q 151 494 151 666 m 677 1209 l 781 1209 l 662 1044 l 582 1044 l 677 1209 m 491 1209 l 579 1209 l 488 1044 l 401 1044 l 491 1209 "},"Ž":{"x_min":25.796875,"x_max":744,"ha":782,"o":"m 25 67 l 538 801 q 564 837 550 819 l 586 865 q 608 890 608 891 l 608 892 q 538 890 608 890 l 156 890 q 127 859 127 890 l 127 794 l 39 794 l 39 891 q 121 976 39 976 l 724 976 l 724 908 l 212 174 q 186 138 200 156 l 163 110 q 142 86 142 84 l 142 83 q 212 86 142 86 l 625 86 q 656 116 656 86 l 656 181 l 744 181 l 744 84 q 661 0 744 0 l 25 0 l 25 67 m 236 1209 l 323 1209 l 396 1098 l 399 1098 l 473 1209 l 558 1209 l 444 1044 l 350 1044 l 236 1209 "},"Á":{"x_min":16,"x_max":876,"ha":894,"o":"m 16 86 l 33 86 q 82 116 71 86 l 395 976 l 497 976 l 810 116 q 859 86 821 86 l 876 86 l 876 0 l 832 0 q 719 80 749 0 l 636 311 l 256 311 l 172 80 q 60 0 142 0 l 16 0 l 16 86 m 610 395 l 484 743 q 459 824 474 772 l 447 870 l 444 870 l 432 824 q 407 743 418 772 l 282 395 l 610 395 m 501 1209 l 605 1209 l 486 1044 l 406 1044 l 501 1209 "},"ĥ":{"x_min":26.890625,"x_max":795.109375,"ha":824,"o":"m 114 863 q 84 894 114 894 l 26 894 l 26 976 l 123 976 q 207 894 207 976 l 207 575 q 205 557 205 566 l 203 541 l 207 541 q 294 653 231 603 q 477 715 374 715 q 656 644 601 715 q 708 443 708 578 l 708 112 q 737 82 708 82 l 795 82 l 795 0 l 698 0 q 615 84 615 0 l 615 418 q 610 498 615 466 q 590 563 604 536 q 465 626 556 626 q 310 570 378 626 q 217 427 241 514 q 207 334 207 389 l 207 0 l 114 0 l 114 863 m 385 1209 l 480 1209 l 593 1044 l 507 1044 l 434 1156 l 431 1156 l 357 1044 l 272 1044 l 385 1209 "},"Î":{"x_min":38.5,"x_max":360.140625,"ha":400,"o":"m 63 86 l 153 86 l 153 890 l 63 890 l 63 976 l 337 976 l 337 890 l 246 890 l 246 86 l 337 86 l 337 0 l 63 0 l 63 86 m 151 1209 l 247 1209 l 360 1044 l 274 1044 l 200 1156 l 198 1156 l 124 1044 l 38 1044 l 151 1209 "},"e":{"x_min":54,"x_max":678,"ha":746,"o":"m 54 348 q 153 617 54 514 q 391 715 248 715 q 605 619 527 715 q 678 392 678 529 l 678 345 l 151 345 q 230 139 151 217 q 416 67 305 67 q 500 81 459 67 q 566 110 534 91 q 606 139 587 124 q 622 153 622 152 l 667 82 q 649 67 667 81 q 597 32 626 48 q 517 -1 559 10 q 412 -17 465 -17 q 157 84 258 -17 q 54 348 54 188 m 581 420 q 523 583 581 524 q 390 636 471 636 q 239 580 302 636 q 155 420 171 521 l 581 420 "},"»":{"x_min":89.828125,"x_max":658.78125,"ha":711,"o":"m 558 391 l 334 678 l 435 678 l 658 391 l 435 107 l 334 107 l 558 391 m 313 391 l 89 678 l 190 678 l 413 391 l 190 107 l 89 107 l 313 391 "},"ļ":{"x_min":29.875,"x_max":297.109375,"ha":334,"o":"m 117 863 q 87 894 117 894 l 29 894 l 29 976 l 126 976 q 210 891 210 976 l 210 112 q 239 82 210 82 l 297 82 l 297 0 l 200 0 q 117 84 117 0 l 117 863 m 224 -88 q 234 -154 234 -121 q 201 -278 234 -204 l 129 -278 q 155 -167 155 -211 q 140 -88 155 -128 l 224 -88 "},"Ĕ":{"x_min":57.640625,"x_max":726,"ha":760,"o":"m 146 890 l 57 890 l 57 976 l 604 976 q 688 891 688 976 l 688 794 l 598 794 l 598 859 q 568 890 598 890 l 241 890 l 241 534 l 600 534 l 600 448 l 241 448 l 241 116 q 271 86 241 86 l 608 86 q 638 116 638 86 l 638 181 l 726 181 l 726 84 q 642 0 726 0 l 229 0 q 146 84 146 0 l 146 890 m 402 1040 q 296 1077 339 1040 q 247 1188 247 1119 l 247 1209 l 318 1209 l 318 1191 q 402 1105 318 1105 q 485 1191 485 1105 l 485 1209 l 556 1209 l 556 1188 q 508 1077 556 1119 q 402 1040 464 1040 "},"ò":{"x_min":54,"x_max":777,"ha":831,"o":"m 54 352 q 160 610 54 506 q 414 715 265 715 q 670 610 565 715 q 777 352 777 506 q 670 88 777 195 q 416 -17 565 -17 q 160 88 265 -17 q 54 352 54 195 m 149 352 q 228 149 149 231 q 416 67 304 67 q 604 149 526 67 q 681 352 681 231 q 604 549 681 470 q 416 629 526 629 q 228 549 304 629 q 149 352 149 470 m 256 976 l 360 976 l 455 810 l 375 810 l 256 976 "},"ţ":{"x_min":37,"x_max":405,"ha":457,"o":"m 127 619 l 37 619 l 37 698 l 128 698 l 128 891 l 219 891 l 219 698 l 391 698 l 391 619 l 220 619 l 220 263 q 276 109 220 156 q 327 84 298 92 q 373 79 348 79 q 405 81 405 79 l 405 -4 l 365 -4 q 298 1 331 -4 l 284 -76 q 380 -175 380 -90 q 339 -260 380 -232 q 249 -285 305 -285 q 201 -281 225 -285 q 182 -278 182 -281 l 183 -211 q 199 -215 183 -213 l 216 -218 q 238 -220 227 -220 q 308 -173 308 -220 q 230 -126 308 -126 l 209 -126 l 244 19 q 162 95 191 45 q 127 253 127 156 l 127 619 "},"^":{"x_min":99.359375,"x_max":702.328125,"ha":825,"o":"m 368 976 l 432 976 l 702 347 l 613 347 l 401 860 l 189 347 l 99 347 l 368 976 "},"«":{"x_min":51.71875,"x_max":619.3125,"ha":711,"o":"m 518 678 l 619 678 l 396 391 l 619 107 l 518 107 l 295 391 l 518 678 m 51 391 l 274 678 l 374 678 l 151 391 l 374 107 l 274 107 l 51 391 "},"í":{"x_min":39.890625,"x_max":320.71875,"ha":344,"o":"m 127 585 q 97 616 127 616 l 39 616 l 39 698 l 136 698 q 220 613 220 698 l 220 112 q 249 82 220 82 l 307 82 l 307 0 l 210 0 q 127 84 127 0 l 127 585 m 217 976 l 320 976 l 202 811 l 121 811 l 217 976 "},"ˆ":{"x_min":159.25,"x_max":480.46875,"ha":640,"o":"m 272 1209 l 367 1209 l 480 1044 l 394 1044 l 321 1156 l 318 1156 l 245 1044 l 159 1044 l 272 1209 "},"ū":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 116 585 q 86 616 116 616 l 28 616 l 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 541 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 612 159 q 525 45 586 95 q 345 -17 446 -17 q 116 253 116 -17 l 116 585 m 234 931 l 569 931 l 569 856 l 234 856 l 234 931 "},"ņ":{"x_min":30.890625,"x_max":799.109375,"ha":828,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 125 698 q 208 620 208 698 l 208 539 l 209 539 q 295 650 234 602 q 375 696 330 680 q 481 715 424 715 q 660 644 605 715 q 712 444 712 578 l 712 112 q 741 82 712 82 l 799 82 l 799 0 l 702 0 q 619 84 619 0 l 619 419 q 614 498 619 466 q 594 563 608 537 q 470 626 560 626 q 314 570 383 626 q 221 429 244 516 q 211 334 211 390 l 211 0 l 118 0 l 118 585 m 474 -88 q 484 -154 484 -121 q 451 -278 484 -204 l 379 -278 q 405 -167 405 -211 q 390 -88 405 -128 l 474 -88 "},"µ":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 611 159 q 597 131 611 154 q 579 104 589 117 q 552 72 567 86 q 471 10 517 32 q 346 -17 414 -17 q 228 12 275 -17 l 203 31 q 195 41 195 39 l 192 41 l 197 1 q 202 -63 202 -41 l 202 -278 l 116 -278 l 116 585 q 86 616 116 616 l 28 616 l 28 698 "},"č":{"x_min":54,"x_max":681,"ha":718,"o":"m 54 348 q 157 612 54 508 q 414 715 260 715 q 485 708 447 715 q 565 684 530 699 q 658 566 658 642 l 658 504 l 571 504 l 571 544 q 513 609 571 584 q 414 630 466 630 q 226 552 301 630 q 149 348 149 473 q 229 144 149 223 q 417 69 305 69 q 511 84 465 69 q 580 119 546 96 q 622 152 603 134 q 638 167 638 166 l 681 96 q 663 78 681 95 q 613 39 642 57 q 528 1 573 14 q 413 -17 473 -17 q 157 84 258 -17 q 54 348 54 187 m 233 976 l 320 976 l 394 865 l 396 865 l 470 976 l 556 976 l 441 810 l 347 810 l 233 976 "},"’":{"x_min":69.421875,"x_max":219.140625,"ha":289,"o":"m 122 990 l 219 990 l 142 751 l 69 751 l 122 990 "},"-":{"x_min":101,"x_max":488,"ha":589,"o":"m 101 437 l 488 437 l 488 351 l 101 351 l 101 437 "},"Q":{"x_min":52,"x_max":1026,"ha":1076,"o":"m 52 494 q 192 848 52 704 q 536 993 333 993 q 884 848 743 993 q 1026 494 1026 704 q 906 158 1026 302 l 1023 38 l 964 -23 l 848 97 q 536 -17 717 -17 q 192 131 333 -17 q 52 494 52 280 m 151 494 q 262 197 151 318 q 536 75 374 75 q 638 88 588 75 q 716 119 678 100 q 764 150 742 133 q 782 163 782 162 l 667 281 l 726 344 l 838 225 q 927 494 927 340 q 814 783 927 666 q 536 900 702 900 q 262 783 373 900 q 151 494 151 666 "},"M":{"x_min":30.015625,"x_max":1121.34375,"ha":1150,"o":"m 30 86 l 80 86 q 143 116 143 86 l 143 976 l 273 976 l 526 408 q 559 331 541 377 l 574 293 l 576 293 l 591 331 q 623 408 609 377 l 876 976 l 1007 976 l 1007 116 q 1069 86 1007 86 l 1121 86 l 1121 0 l 1014 0 q 925 84 925 0 l 925 677 q 896 765 896 711 l 896 814 l 894 814 q 877 765 894 811 q 845 677 859 709 l 617 182 l 531 182 l 306 677 q 273 765 292 708 l 255 816 l 251 816 l 251 766 q 223 677 251 711 l 223 84 q 134 0 223 0 l 30 0 l 30 86 "},"œ":{"x_min":54,"x_max":1306,"ha":1374,"o":"m 54 346 q 161 614 54 509 q 414 715 263 715 q 724 527 629 715 l 727 527 q 1019 715 810 715 q 1234 619 1155 715 q 1306 392 1306 529 l 1306 345 l 782 345 q 861 138 782 214 q 1044 67 934 67 q 1128 81 1087 67 q 1194 110 1162 91 q 1234 139 1215 124 q 1250 153 1250 152 l 1295 82 q 1277 67 1295 81 q 1225 32 1254 48 q 1145 -1 1187 10 q 1040 -17 1093 -17 q 728 173 820 -17 l 726 173 q 414 -17 633 -17 q 161 81 263 -17 q 54 346 54 185 m 1209 420 q 1150 582 1209 524 q 1018 636 1098 636 q 867 580 930 636 q 783 420 799 521 l 1209 420 m 149 346 q 226 144 149 223 q 414 67 303 67 q 601 145 526 67 q 680 352 680 226 q 601 553 680 476 q 414 629 524 629 q 226 551 303 629 q 149 346 149 471 "},"ě":{"x_min":54,"x_max":678,"ha":746,"o":"m 54 348 q 153 617 54 514 q 391 715 248 715 q 605 619 527 715 q 678 392 678 529 l 678 345 l 151 345 q 230 139 151 217 q 416 67 305 67 q 500 81 459 67 q 566 110 534 91 q 606 139 587 124 q 622 153 622 152 l 667 82 q 649 67 667 81 q 597 32 626 48 q 517 -1 559 10 q 412 -17 465 -17 q 157 84 258 -17 q 54 348 54 188 m 581 420 q 523 583 581 524 q 390 636 471 636 q 239 580 302 636 q 155 420 171 521 l 581 420 m 227 976 l 314 976 l 387 865 l 390 865 l 463 976 l 549 976 l 435 810 l 341 810 l 227 976 "},"ũ":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 116 585 q 86 616 116 616 l 28 616 l 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 612 159 q 525 45 586 95 q 345 -17 446 -17 q 116 253 116 -17 l 116 585 m 187 814 q 313 977 187 977 q 370 961 344 977 q 409 927 387 950 q 415 922 412 925 q 416 920 415 921 l 444 892 q 484 877 464 877 q 528 911 514 877 q 539 972 539 936 l 611 972 q 484 810 611 810 q 427 825 453 810 q 386 860 409 836 l 368 878 q 352 893 359 888 q 312 909 332 909 q 268 875 282 909 q 258 814 258 850 l 187 814 "},"ŭ":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 116 585 q 86 616 116 616 l 28 616 l 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 612 159 q 525 45 587 95 q 346 -17 446 -17 q 116 253 116 -17 l 116 585 m 402 806 q 296 843 339 806 q 247 955 247 885 l 247 976 l 318 976 l 318 957 q 402 871 318 871 q 485 957 485 871 l 485 976 l 556 976 l 556 955 q 508 843 556 885 q 402 806 464 806 "},"{":{"x_min":45,"x_max":384,"ha":444,"o":"m 161 246 q 143 332 161 296 q 103 379 128 360 q 62 400 84 393 q 45 404 45 406 l 45 490 q 62 495 45 489 q 103 515 84 502 q 143 564 128 535 q 161 650 161 600 l 161 764 q 185 900 161 845 q 241 974 205 946 q 308 1006 270 996 q 363 1013 334 1013 l 384 1013 l 384 935 l 371 935 q 356 934 363 935 q 337 931 347 934 q 296 908 314 924 q 246 761 246 865 l 246 625 q 229 540 246 578 q 192 486 216 510 q 155 457 175 470 q 138 449 138 447 l 138 446 q 155 439 138 447 q 192 411 175 428 q 229 357 216 388 q 246 270 246 318 l 246 117 q 296 -30 246 13 q 337 -52 314 -45 q 356 -55 347 -55 q 371 -56 363 -56 l 384 -56 l 384 -133 q 363 -135 384 -135 q 308 -128 334 -135 q 241 -96 270 -118 q 185 -21 205 -68 q 161 114 161 33 l 161 246 "},"¼":{"x_min":104.640625,"x_max":1131,"ha":1211,"o":"m 770 976 l 854 976 l 451 0 l 366 0 l 770 976 m 106 440 l 234 440 l 234 842 l 234 869 l 233 869 q 228 860 233 867 q 215 844 222 850 l 153 782 l 104 834 l 243 976 l 312 976 l 312 440 l 437 440 l 437 368 l 106 368 l 106 440 m 675 214 l 957 608 l 1040 608 l 1040 235 l 1131 235 l 1131 163 l 1040 163 l 1040 0 l 962 0 l 962 163 l 675 163 l 675 214 m 767 233 l 778 235 l 964 235 l 964 467 l 964 501 l 962 501 q 940 463 962 495 l 767 233 "},"#":{"x_min":55.8125,"x_max":914.671875,"ha":970,"o":"m 249 271 l 55 271 l 69 349 l 261 349 l 308 620 l 117 620 l 129 698 l 322 698 l 370 976 l 453 976 l 405 698 l 641 698 l 688 976 l 771 976 l 724 698 l 914 698 l 901 620 l 710 620 l 664 349 l 853 349 l 841 271 l 650 271 l 604 0 l 521 0 l 567 271 l 332 271 l 285 0 l 202 0 l 249 271 m 579 349 l 627 620 l 392 620 l 345 349 l 579 349 "},"Ĳ":{"x_min":63,"x_max":760,"ha":874,"o":"m 465 83 q 532 91 502 83 q 598 124 570 101 q 664 316 664 181 l 664 859 q 634 890 664 890 l 472 890 l 472 976 l 676 976 q 760 891 760 976 l 760 316 q 732 151 760 219 q 663 52 708 91 q 568 5 622 20 q 465 -7 522 -7 l 465 83 m 63 86 l 153 86 l 153 890 l 63 890 l 63 976 l 337 976 l 337 890 l 246 890 l 246 86 l 337 86 l 337 0 l 63 0 l 63 86 "},"Ê":{"x_min":57.640625,"x_max":726,"ha":760,"o":"m 146 890 l 57 890 l 57 976 l 604 976 q 688 891 688 976 l 688 794 l 598 794 l 598 859 q 568 890 598 890 l 241 890 l 241 534 l 600 534 l 600 448 l 241 448 l 241 116 q 271 86 241 86 l 608 86 q 638 116 638 86 l 638 181 l 726 181 l 726 84 q 642 0 726 0 l 229 0 q 146 84 146 0 l 146 890 m 352 1209 l 448 1209 l 561 1044 l 475 1044 l 401 1156 l 399 1156 l 325 1044 l 239 1044 l 352 1209 "},")":{"x_min":62.46875,"x_max":305,"ha":421,"o":"m 62 -132 q 219 467 219 146 q 70 1013 219 757 l 157 1013 q 305 460 305 770 q 148 -132 305 128 l 62 -132 "},"Å":{"x_min":16,"x_max":876,"ha":894,"o":"m 16 86 l 33 86 q 82 116 71 86 l 396 976 l 497 976 l 810 116 q 859 86 821 86 l 876 86 l 876 0 l 832 0 q 719 80 749 0 l 636 311 l 257 311 l 172 80 q 60 0 142 0 l 16 0 l 16 86 m 610 395 l 483 743 q 459 824 474 772 l 447 870 l 444 870 l 432 824 q 408 743 419 772 l 282 395 l 610 395 m 447 1029 q 347 1127 347 1029 q 447 1226 347 1226 q 548 1127 548 1226 q 447 1029 548 1029 m 447 1082 q 492 1127 492 1082 q 447 1175 492 1175 q 403 1127 403 1175 q 447 1082 403 1082 "},"¸":{"x_min":151.40625,"x_max":350,"ha":562,"o":"m 270 18 l 270 6 l 253 -76 q 350 -175 350 -90 q 309 -259 350 -230 q 218 -285 273 -285 q 170 -281 193 -285 q 151 -278 151 -281 l 151 -211 q 167 -215 151 -213 l 186 -218 q 208 -220 197 -220 q 278 -172 278 -220 q 200 -125 278 -125 q 180 -126 180 -125 l 215 27 l 270 18 "},"a":{"x_min":54,"x_max":691.125,"ha":720,"o":"m 54 189 q 103 324 54 270 q 218 396 143 370 q 357 424 278 417 q 421 429 387 429 q 472 429 444 429 l 511 429 l 511 437 q 334 636 511 636 q 298 633 317 636 q 255 624 274 630 q 201 574 201 608 l 201 530 l 113 530 l 113 596 q 202 692 113 660 q 275 710 235 703 q 335 715 308 715 q 550 637 486 715 q 604 446 604 573 l 604 112 q 633 82 604 82 l 691 82 l 691 0 l 596 0 q 515 83 515 0 l 515 134 l 513 134 q 502 110 516 134 q 464 59 487 83 q 394 6 433 26 q 286 -17 345 -17 q 127 34 192 -17 q 54 189 54 91 m 149 195 q 187 105 149 143 q 301 64 229 64 q 455 147 394 64 q 511 319 511 222 l 511 351 l 426 351 l 376 351 q 270 334 313 351 q 184 287 214 317 q 149 195 149 251 "},"Ę":{"x_min":57.640625,"x_max":726,"ha":760,"o":"m 146 890 l 57 890 l 57 976 l 604 976 q 688 891 688 976 l 688 794 l 598 794 l 598 859 q 568 890 598 890 l 241 890 l 241 534 l 600 534 l 600 448 l 241 448 l 241 116 q 271 86 241 86 l 608 86 q 638 116 638 86 l 638 182 l 726 182 l 726 84 q 698 12 726 37 l 662 -16 q 625 -51 639 -36 q 583 -137 583 -95 q 625 -195 583 -176 l 653 -205 l 667 -206 l 647 -284 q 624 -281 647 -286 q 572 -265 595 -276 q 520 -226 539 -249 q 497 -156 497 -197 q 525 -65 497 -108 q 586 -2 548 -30 l 586 0 l 229 0 q 146 84 146 0 l 146 890 "},"=":{"x_min":95,"x_max":729,"ha":824,"o":"m 95 555 l 729 555 l 729 474 l 95 474 l 95 555 m 95 314 l 729 314 l 729 233 l 95 233 l 95 314 "},"˚":{"x_min":155,"x_max":357,"ha":512,"o":"m 256 1029 q 155 1127 155 1029 q 256 1226 155 1226 q 357 1127 357 1226 q 256 1029 357 1029 m 256 1082 q 301 1127 301 1082 q 256 1175 301 1175 q 211 1127 211 1175 q 256 1082 211 1082 "},"ú":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 116 585 q 86 616 116 616 l 28 616 l 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 612 159 q 525 45 586 95 q 346 -17 446 -17 q 116 253 116 -17 l 116 585 m 456 976 l 559 976 l 441 810 l 361 810 l 456 976 "},"¯":{"x_min":152,"x_max":487,"ha":627,"o":"m 152 1165 l 487 1165 l 487 1090 l 152 1090 l 152 1165 "},"Z":{"x_min":25.796875,"x_max":744,"ha":782,"o":"m 25 67 l 538 801 q 564 837 550 819 l 586 865 q 608 890 608 891 l 608 892 q 538 890 608 890 l 156 890 q 127 859 127 890 l 127 794 l 39 794 l 39 891 q 121 976 39 976 l 724 976 l 724 908 l 212 174 q 186 138 200 156 l 163 110 q 142 86 142 84 l 142 83 q 212 86 142 86 l 625 86 q 656 116 656 86 l 656 181 l 744 181 l 744 84 q 661 0 744 0 l 25 0 l 25 67 "},"u":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 116 585 q 86 616 116 616 l 28 616 l 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 612 159 q 525 45 586 95 q 346 -17 446 -17 q 116 253 116 -17 l 116 585 "},"k":{"x_min":26.890625,"x_max":660.25,"ha":678,"o":"m 114 863 q 84 894 114 894 l 26 894 l 26 976 l 123 976 q 207 895 207 976 l 207 432 l 277 432 q 354 465 328 432 l 530 698 l 643 698 l 445 443 q 407 401 424 416 q 394 393 394 391 l 394 390 q 407 380 394 393 q 419 363 414 373 q 436 338 429 352 l 560 112 q 623 82 576 82 l 660 82 l 660 0 l 596 0 q 477 69 514 0 l 341 319 q 269 350 324 350 l 207 350 l 207 0 l 114 0 l 114 863 "},"Ù":{"x_min":46.53125,"x_max":929.75,"ha":976,"o":"m 135 859 q 105 890 135 890 l 46 890 l 46 976 l 147 976 q 230 891 230 976 l 230 338 q 299 145 230 218 q 487 75 370 75 q 675 145 605 75 q 746 341 746 218 l 746 891 q 829 976 746 976 l 929 976 l 929 890 l 871 890 q 841 859 841 890 l 841 334 q 744 80 841 176 q 488 -17 646 -17 q 232 80 330 -17 q 135 334 135 176 l 135 859 m 330 1209 l 434 1209 l 529 1044 l 449 1044 l 330 1209 "},"Ů":{"x_min":46.53125,"x_max":929.75,"ha":976,"o":"m 135 859 q 105 890 135 890 l 46 890 l 46 976 l 147 976 q 230 891 230 976 l 230 338 q 299 145 230 218 q 487 75 370 75 q 675 145 605 75 q 746 341 746 218 l 746 891 q 829 976 746 976 l 929 976 l 929 890 l 871 890 q 841 859 841 890 l 841 334 q 744 80 841 176 q 488 -17 646 -17 q 232 80 330 -17 q 135 334 135 176 l 135 859 m 490 1028 q 389 1126 389 1028 q 490 1225 389 1225 q 591 1126 591 1225 q 490 1028 591 1028 m 490 1081 q 535 1126 535 1081 q 490 1174 535 1174 q 445 1126 445 1174 q 490 1081 445 1081 "},"¢":{"x_min":75,"x_max":669.640625,"ha":742,"o":"m 348 99 q 144 226 219 115 q 75 488 75 331 q 144 749 75 645 q 348 875 219 860 l 348 1030 l 426 1030 l 426 875 q 669 670 590 856 l 582 637 q 509 745 552 707 q 392 787 458 787 q 226 700 284 787 q 172 488 172 620 q 224 276 172 355 q 392 190 283 190 q 582 339 519 190 l 669 305 q 574 166 631 219 q 426 99 510 108 l 426 -54 l 348 -54 l 348 99 "},"Ş":{"x_min":50,"x_max":643,"ha":704,"o":"m 108 193 q 125 175 108 192 q 174 133 149 151 q 253 92 212 107 q 355 74 304 74 q 489 121 436 74 q 545 247 545 171 q 471 385 545 328 q 395 430 442 407 l 325 464 q 320 467 321 465 q 309 472 313 469 q 222 517 253 499 q 146 572 176 543 q 73 743 73 641 q 153 919 73 847 q 365 993 236 993 q 530 956 455 993 q 624 825 624 911 l 624 756 l 534 756 l 534 801 q 483 873 534 844 q 366 903 434 903 q 222 855 276 903 q 171 746 171 811 q 244 618 171 671 q 320 575 272 599 q 362 555 336 567 l 407 535 q 493 490 460 511 q 569 433 539 464 q 643 252 643 361 q 572 66 643 142 q 374 -13 497 -13 l 363 -75 q 459 -174 459 -89 q 418 -259 459 -231 q 328 -284 384 -284 q 281 -279 304 -284 q 261 -277 261 -279 l 262 -210 q 278 -214 262 -212 l 295 -217 q 317 -219 306 -219 q 387 -172 387 -219 q 309 -125 387 -125 l 289 -125 l 314 -13 q 200 14 256 -7 q 117 60 157 32 q 67 103 90 81 q 50 122 50 121 l 108 193 "},"é":{"x_min":54,"x_max":678,"ha":746,"o":"m 54 348 q 153 617 54 514 q 391 715 248 715 q 605 619 527 715 q 678 392 678 529 l 678 345 l 151 345 q 230 139 151 217 q 416 67 305 67 q 500 81 459 67 q 566 110 534 91 q 606 139 587 124 q 622 153 622 152 l 667 82 q 649 67 667 81 q 597 32 626 48 q 517 -1 559 10 q 412 -17 465 -17 q 157 84 258 -17 q 54 348 54 188 m 581 420 q 523 583 581 524 q 390 636 471 636 q 239 580 302 636 q 155 420 171 521 l 581 420 m 443 976 l 546 976 l 428 810 l 348 810 l 443 976 "},"B":{"x_min":54,"x_max":757,"ha":824,"o":"m 142 890 l 54 890 l 54 976 l 460 976 q 645 910 574 976 q 719 729 719 842 q 597 517 719 578 l 597 514 q 757 273 757 469 q 674 72 757 147 q 471 0 595 0 l 225 0 q 142 84 142 0 l 142 890 m 459 552 q 621 723 621 552 q 457 890 621 890 l 237 890 l 237 552 l 459 552 m 237 116 q 267 86 237 86 l 471 86 q 658 276 658 86 q 470 469 658 469 l 237 469 l 237 116 "},"…":{"x_min":184,"x_max":929,"ha":1113,"o":"m 824 111 l 929 111 l 929 0 l 824 0 l 824 111 m 504 111 l 609 111 l 609 0 l 504 0 l 504 111 m 184 111 l 289 111 l 289 0 l 184 0 l 184 111 "},"ē":{"x_min":54,"x_max":678,"ha":746,"o":"m 54 348 q 153 617 54 514 q 391 715 248 715 q 605 619 527 715 q 678 392 678 529 l 678 345 l 151 345 q 230 139 151 217 q 415 67 305 67 q 500 81 459 67 q 565 110 534 91 q 606 139 587 124 q 622 153 622 152 l 667 82 q 649 67 667 81 q 597 32 626 48 q 516 -1 558 10 q 411 -17 464 -17 q 157 84 258 -17 q 54 348 54 188 m 581 420 q 523 583 581 524 q 390 636 471 636 q 238 580 301 636 q 155 420 171 521 l 581 420 m 221 931 l 556 931 l 556 856 l 221 856 l 221 931 "},"H":{"x_min":57.53125,"x_max":975,"ha":1031,"o":"m 146 859 q 116 890 146 890 l 57 890 l 57 976 l 158 976 q 241 891 241 976 l 241 532 l 791 532 l 791 891 q 872 976 791 976 l 975 976 l 975 890 l 916 890 q 886 859 886 890 l 886 0 l 791 0 l 791 446 l 241 446 l 241 0 l 146 0 l 146 859 "},"î":{"x_min":1.78125,"x_max":324.796875,"ha":344,"o":"m 127 585 q 97 616 127 616 l 39 616 l 39 698 l 136 698 q 220 613 220 698 l 220 112 q 249 82 220 82 l 307 82 l 307 0 l 210 0 q 127 84 127 0 l 127 585 m 116 976 l 210 976 l 324 811 l 239 811 l 165 923 l 162 923 l 87 811 l 1 811 l 116 976 "},"¥":{"x_min":23,"x_max":802,"ha":827,"o":"m 145 368 l 366 368 l 366 425 l 326 489 l 140 489 l 140 560 l 283 560 l 283 562 l 104 859 q 39 890 86 890 l 23 890 l 23 976 l 55 976 q 190 898 144 976 l 352 622 q 393 548 371 590 l 410 514 l 413 514 l 431 548 q 472 622 453 590 l 635 898 q 770 976 680 976 l 802 976 l 802 890 l 785 890 q 720 859 737 890 l 543 562 l 543 560 l 679 560 l 679 489 l 498 489 l 461 425 l 461 368 l 679 368 l 679 296 l 461 296 l 461 0 l 366 0 l 366 296 l 145 296 l 145 368 "},"Ĥ":{"x_min":57.53125,"x_max":975,"ha":1031,"o":"m 146 859 q 116 890 146 890 l 57 890 l 57 976 l 158 976 q 241 891 241 976 l 241 532 l 791 532 l 791 891 q 872 976 791 976 l 975 976 l 975 890 l 916 890 q 886 859 886 890 l 886 0 l 791 0 l 791 446 l 241 446 l 241 0 l 146 0 l 146 859 m 468 1209 l 563 1209 l 676 1044 l 590 1044 l 517 1156 l 514 1156 l 441 1044 l 355 1044 l 468 1209 "},"U":{"x_min":46.53125,"x_max":929.75,"ha":976,"o":"m 135 859 q 105 890 135 890 l 46 890 l 46 976 l 147 976 q 230 891 230 976 l 230 338 q 299 145 230 218 q 487 75 370 75 q 675 145 605 75 q 746 341 746 218 l 746 891 q 829 976 746 976 l 929 976 l 929 890 l 871 890 q 841 859 841 890 l 841 334 q 744 80 841 176 q 488 -17 646 -17 q 232 80 330 -17 q 135 334 135 176 l 135 859 "},"Ñ":{"x_min":57.53125,"x_max":979.46875,"ha":1035,"o":"m 57 86 l 116 86 q 146 116 146 86 l 146 976 l 233 976 l 721 280 q 773 198 742 250 q 782 180 777 189 l 799 153 l 798 153 l 798 197 q 798 280 798 248 l 798 891 q 880 976 798 976 l 979 976 l 979 890 l 920 890 q 891 859 891 890 l 891 0 l 803 0 l 314 695 q 262 776 292 724 l 235 822 l 233 822 l 237 777 q 241 695 241 727 l 241 84 q 158 0 241 0 l 57 0 l 57 86 m 317 1048 q 443 1211 317 1211 q 501 1195 475 1211 q 540 1161 518 1184 q 546 1156 543 1159 q 547 1154 546 1155 l 575 1126 q 615 1111 595 1111 q 659 1145 645 1111 q 670 1206 670 1170 l 742 1206 q 615 1044 742 1044 q 558 1059 584 1044 q 517 1094 540 1070 l 499 1112 q 483 1127 490 1122 q 442 1143 462 1143 q 398 1109 412 1143 q 388 1048 388 1084 l 317 1048 "},"F":{"x_min":56.75,"x_max":647,"ha":678,"o":"m 145 890 l 56 890 l 56 976 l 565 976 q 647 891 647 976 l 647 794 l 559 794 l 559 859 q 529 890 559 890 l 240 890 l 240 523 l 587 523 l 587 437 l 240 437 l 240 0 l 145 0 l 145 890 "},"ĵ":{"x_min":-29,"x_max":330.03125,"ha":363,"o":"m 121 976 l 215 976 l 330 811 l 244 811 l 168 924 l 93 811 l 7 811 l 121 976 m -29 -200 q 0 -203 -29 -203 q 47 -197 25 -203 q 98 -173 77 -190 q 156 -23 156 -129 l 156 587 q 124 618 156 618 l 68 618 l 68 699 l 164 699 q 247 618 247 699 l 247 -26 q 221 -165 247 -108 q 157 -243 198 -214 q 79 -277 124 -268 q 10 -286 47 -286 q -29 -281 -29 -286 l -29 -200 "},"ā":{"x_min":54,"x_max":691.125,"ha":720,"o":"m 54 189 q 103 324 54 270 q 218 396 143 370 q 357 424 278 417 q 421 429 387 429 q 472 429 444 429 l 511 429 l 511 437 q 334 636 511 636 q 298 633 317 636 q 255 624 274 630 q 201 574 201 608 l 201 529 l 113 529 l 113 596 q 202 692 113 660 q 275 710 235 703 q 335 715 308 715 q 550 637 486 715 q 604 446 604 573 l 604 112 q 633 82 604 82 l 691 82 l 691 0 l 596 0 q 515 83 515 0 l 515 134 l 513 134 q 502 110 516 134 q 464 59 487 83 q 394 6 433 26 q 286 -17 345 -17 q 127 34 192 -17 q 54 189 54 91 m 149 195 q 187 105 149 143 q 301 64 229 64 q 455 147 394 64 q 511 319 511 222 l 511 351 l 426 351 l 376 351 q 270 334 313 351 q 184 287 214 317 q 149 195 149 251 m 186 931 l 521 931 l 521 856 l 186 856 l 186 931 "},"Ĩ":{"x_min":-16,"x_max":409,"ha":400,"o":"m 63 86 l 153 86 l 153 890 l 63 890 l 63 976 l 337 976 l 337 890 l 246 890 l 246 86 l 337 86 l 337 0 l 63 0 l 63 86 m -16 1048 q 110 1211 -16 1211 q 168 1195 142 1211 q 207 1161 185 1184 q 213 1156 210 1159 q 214 1154 213 1155 l 243 1126 q 282 1111 262 1111 q 326 1145 312 1111 q 337 1206 337 1170 l 409 1206 q 282 1044 409 1044 q 225 1059 251 1044 q 184 1094 207 1070 l 166 1112 q 150 1127 157 1122 q 109 1143 129 1143 q 65 1109 79 1143 q 55 1048 55 1084 l -16 1048 "},"ă":{"x_min":54,"x_max":691.125,"ha":720,"o":"m 54 189 q 103 324 54 270 q 218 396 143 370 q 357 424 278 417 q 421 429 387 429 q 472 429 444 429 l 511 429 l 511 437 q 334 636 511 636 q 298 633 317 636 q 255 624 274 630 q 201 574 201 608 l 201 530 l 113 530 l 113 596 q 202 692 113 660 q 275 710 235 703 q 335 715 308 715 q 550 637 486 715 q 604 446 604 573 l 604 112 q 633 82 604 82 l 691 82 l 691 0 l 596 0 q 515 83 515 0 l 515 134 l 513 134 q 502 110 516 134 q 464 59 487 83 q 393 6 433 26 q 286 -17 344 -17 q 127 34 192 -17 q 54 189 54 91 m 149 195 q 187 105 149 143 q 301 64 229 64 q 455 147 394 64 q 511 319 511 222 l 511 351 l 426 351 l 376 351 q 270 334 313 351 q 184 287 214 317 q 149 195 149 251 m 353 806 q 247 843 290 806 q 198 955 198 885 l 198 976 l 269 976 l 269 957 q 353 871 269 871 q 436 957 436 871 l 436 976 l 507 976 l 507 955 q 459 843 507 885 q 353 806 415 806 "},"*":{"x_min":62.921875,"x_max":586.453125,"ha":649,"o":"m 135 520 l 263 687 l 263 690 l 62 748 l 90 835 l 282 762 l 282 976 l 365 976 l 365 762 l 559 834 l 586 749 l 385 690 l 385 687 l 512 520 l 442 466 l 325 643 l 322 643 l 207 468 l 135 520 "},"†":{"x_min":39,"x_max":454,"ha":493,"o":"m 198 618 l 39 618 l 39 699 l 198 699 l 198 976 l 289 976 l 289 699 l 454 699 l 454 618 l 289 618 l 289 -69 l 198 -69 l 198 618 "},"°":{"x_min":69,"x_max":451,"ha":520,"o":"m 259 605 q 125 662 180 605 q 69 798 69 717 q 124 934 69 877 q 259 991 180 991 q 395 933 338 991 q 451 798 451 877 q 395 662 451 717 q 259 605 339 605 m 259 683 q 371 798 371 683 q 338 878 371 845 q 259 913 305 913 q 151 798 151 913 q 259 683 151 683 "},"å":{"x_min":54,"x_max":691.125,"ha":720,"o":"m 54 189 q 103 324 54 270 q 218 396 143 370 q 357 424 278 417 q 421 429 387 429 q 473 429 444 429 l 511 429 l 511 437 q 334 636 511 636 q 299 633 318 636 q 255 624 274 630 q 201 574 201 608 l 201 530 l 113 530 l 113 596 q 202 692 113 660 q 276 710 235 703 q 336 715 308 715 q 550 637 487 715 q 604 446 604 573 l 604 112 q 633 82 604 82 l 691 82 l 691 0 l 596 0 q 515 83 515 0 l 515 134 l 513 134 q 502 110 516 134 q 464 59 487 83 q 394 6 433 26 q 286 -17 345 -17 q 127 34 192 -17 q 54 189 54 91 m 149 195 q 187 105 149 143 q 301 64 229 64 q 455 147 394 64 q 511 319 511 222 l 511 351 l 426 351 l 376 351 q 270 334 314 351 q 184 287 214 317 q 149 195 149 251 m 353 795 q 253 894 253 795 q 353 993 253 993 q 454 894 454 993 q 353 795 454 795 m 353 848 q 398 894 398 848 q 353 942 398 942 q 309 894 309 942 q 353 848 309 848 "},"0":{"x_min":80,"x_max":740,"ha":819,"o":"m 409 -17 q 150 130 233 -17 q 96 290 114 195 q 80 488 80 377 q 96 685 80 598 q 150 845 114 780 q 409 993 233 993 q 667 846 584 993 q 723 686 705 780 q 740 488 740 598 q 723 289 740 377 q 667 130 705 195 q 409 -17 584 -17 m 409 73 q 593 193 535 73 q 631 324 618 246 q 642 488 642 395 q 631 651 642 580 q 593 783 618 729 q 409 903 535 903 q 225 783 283 903 q 187 651 200 729 q 177 488 177 580 q 187 324 177 395 q 225 193 200 246 q 409 73 283 73 "},"ō":{"x_min":54,"x_max":777,"ha":831,"o":"m 54 352 q 160 610 54 506 q 414 715 265 715 q 670 610 565 715 q 777 352 777 506 q 670 88 777 195 q 416 -17 565 -17 q 160 88 265 -17 q 54 352 54 195 m 149 352 q 228 149 149 231 q 416 67 304 67 q 604 149 526 67 q 681 352 681 231 q 604 549 681 470 q 416 629 526 629 q 228 549 304 629 q 149 352 149 470 m 249 931 l 584 931 l 584 856 l 249 856 l 249 931 "},"”":{"x_min":69.421875,"x_max":379.75,"ha":449,"o":"m 283 990 l 379 990 l 303 751 l 230 751 l 283 990 m 122 990 l 219 990 l 142 751 l 69 751 l 122 990 "},"ŵ":{"x_min":14,"x_max":1122,"ha":1136,"o":"m 79 584 q 31 616 68 616 l 14 616 l 14 698 l 61 698 q 169 620 144 698 l 309 177 q 330 103 330 115 l 332 103 l 354 177 l 522 696 l 613 696 l 796 127 l 803 103 l 806 103 l 811 127 q 825 177 818 155 l 966 620 q 1074 698 991 698 l 1122 698 l 1122 616 l 1102 616 q 1055 584 1066 616 l 859 0 l 756 0 l 589 497 q 569 572 569 562 l 567 572 q 545 497 567 558 l 379 0 l 275 0 l 79 584 m 520 976 l 615 976 l 728 811 l 642 811 l 569 923 l 567 923 l 493 811 l 407 811 l 520 976 "},"Ķ":{"x_min":57.53125,"x_max":789.8125,"ha":803,"o":"m 146 859 q 116 890 146 890 l 57 890 l 57 976 l 158 976 q 241 891 241 976 l 241 553 l 355 553 q 435 587 415 553 l 667 976 l 776 976 l 529 566 q 495 525 515 541 q 481 512 481 510 l 481 510 q 495 500 481 512 q 527 454 512 483 l 693 117 q 762 86 708 86 l 789 86 l 789 0 l 739 0 q 607 73 642 0 l 432 430 q 345 467 416 467 l 241 467 l 241 0 l 146 0 l 146 859 m 465 -88 q 475 -154 475 -121 q 442 -278 475 -204 l 370 -278 q 396 -167 396 -211 q 381 -88 396 -128 l 465 -88 "},"ö":{"x_min":54,"x_max":777,"ha":831,"o":"m 54 352 q 160 610 54 506 q 414 715 265 715 q 670 610 565 715 q 777 352 777 506 q 670 88 777 195 q 416 -17 565 -17 q 160 88 265 -17 q 54 352 54 195 m 149 352 q 228 149 149 231 q 416 67 304 67 q 604 149 526 67 q 681 352 681 231 q 604 549 681 470 q 416 629 526 629 q 228 549 304 629 q 149 352 149 470 m 479 976 l 559 976 l 559 857 l 479 857 l 479 976 m 275 976 l 355 976 l 355 857 l 275 857 l 275 976 "},"Ļ":{"x_min":57.53125,"x_max":708,"ha":722,"o":"m 146 859 q 116 890 146 890 l 57 890 l 57 976 l 158 976 q 241 891 241 976 l 241 116 q 271 86 241 86 l 588 86 q 618 116 618 86 l 618 181 l 708 181 l 708 84 q 624 0 708 0 l 229 0 q 146 84 146 0 l 146 859 m 464 -88 q 474 -154 474 -121 q 441 -278 474 -204 l 369 -278 q 395 -167 395 -211 q 380 -88 395 -128 l 464 -88 "},"Õ":{"x_min":52,"x_max":1026,"ha":1076,"o":"m 52 494 q 193 848 52 704 q 539 993 334 993 q 884 848 743 993 q 1026 494 1026 704 q 884 131 1026 280 q 539 -17 742 -17 q 193 131 335 -17 q 52 494 52 280 m 151 494 q 264 195 151 317 q 539 75 377 75 q 812 195 699 75 q 927 494 927 317 q 812 784 927 666 q 539 901 701 901 q 264 784 377 901 q 151 494 151 666 m 320 1047 q 446 1210 320 1210 q 504 1194 478 1210 q 543 1160 521 1183 l 579 1125 q 618 1110 598 1110 q 662 1144 648 1110 q 673 1205 673 1169 l 745 1205 q 618 1043 745 1043 q 561 1058 587 1043 q 520 1093 543 1069 l 502 1111 q 486 1126 493 1121 q 445 1142 465 1142 q 401 1108 415 1142 q 391 1047 391 1083 l 320 1047 "},"ć":{"x_min":54,"x_max":681,"ha":718,"o":"m 54 348 q 157 612 54 508 q 414 715 260 715 q 485 708 447 715 q 565 684 530 699 q 658 566 658 642 l 658 504 l 571 504 l 571 544 q 513 609 571 584 q 414 630 466 630 q 226 552 301 630 q 149 348 149 473 q 229 144 149 223 q 417 69 305 69 q 511 84 465 69 q 580 119 546 96 q 622 152 603 134 q 638 167 638 166 l 681 96 q 663 78 681 95 q 613 39 642 57 q 528 1 573 14 q 413 -17 473 -17 q 157 84 258 -17 q 54 348 54 187 m 449 976 l 553 976 l 434 810 l 354 810 l 449 976 "},"þ":{"x_min":26.890625,"x_max":737.28125,"ha":794,"o":"m 114 863 q 84 894 114 894 l 26 894 l 26 976 l 123 976 q 207 891 207 976 l 207 617 q 205 597 205 607 l 204 581 l 207 581 q 436 715 273 715 q 657 613 575 715 q 737 349 737 513 q 657 85 737 185 q 436 -17 575 -17 q 327 3 376 -17 q 257 48 287 19 q 217 92 234 69 q 207 114 207 111 l 204 114 l 205 97 q 207 77 205 87 l 207 -277 l 114 -277 l 114 863 m 204 348 q 273 131 204 205 q 427 67 332 67 q 583 145 523 67 q 642 349 642 221 q 583 552 642 476 q 427 629 523 629 q 270 566 329 629 q 204 348 204 492 "},"]":{"x_min":91,"x_max":275,"ha":412,"o":"m 159 -54 q 189 -23 189 -54 l 189 904 q 159 935 189 935 l 91 935 l 91 1013 l 191 1013 q 275 928 275 1013 l 275 -47 q 191 -132 275 -132 l 91 -132 l 91 -54 l 159 -54 "},"ĭ":{"x_min":8,"x_max":317,"ha":343,"o":"m 126 585 q 96 616 126 616 l 38 616 l 38 698 l 135 698 q 219 613 219 698 l 219 112 q 248 82 219 82 l 306 82 l 306 0 l 209 0 q 126 84 126 0 l 126 585 m 163 807 q 57 844 100 807 q 8 955 8 885 l 8 976 l 79 976 l 79 957 q 163 872 79 872 q 246 957 246 872 l 246 976 l 317 976 l 317 955 q 269 844 317 885 q 163 807 225 807 "},"8":{"x_min":64,"x_max":711,"ha":776,"o":"m 64 275 q 91 387 64 333 q 149 468 111 430 q 179 497 163 483 l 207 516 q 234 532 234 533 l 234 535 q 213 547 234 533 q 169 584 189 563 q 124 646 140 613 q 103 737 103 689 q 178 915 103 844 q 392 993 258 993 q 606 919 525 993 q 685 733 685 848 q 664 632 685 681 q 621 556 649 592 q 577 508 600 530 q 557 491 557 490 l 557 489 q 667 403 632 450 q 711 265 711 345 q 618 66 711 149 q 389 -17 524 -17 q 163 59 256 -17 q 64 275 64 141 m 450 535 q 468 532 461 532 q 542 593 498 532 q 589 730 589 660 q 533 857 589 808 q 392 903 479 903 q 250 854 303 903 q 199 737 199 808 q 253 623 199 667 q 311 588 276 604 q 382 559 337 575 l 450 535 m 162 279 q 231 128 162 187 q 389 73 296 73 q 543 127 477 73 q 613 266 613 182 q 559 380 613 336 q 501 418 536 400 q 430 450 475 432 q 364 475 401 462 q 336 485 347 482 q 318 489 322 489 q 225 429 281 489 q 162 279 162 359 "},"R":{"x_min":57,"x_max":809.21875,"ha":823,"o":"m 145 890 l 57 890 l 57 976 l 462 976 q 659 901 583 976 q 737 698 737 824 q 680 519 737 591 q 552 437 628 454 l 552 434 q 562 426 552 435 l 573 413 q 584 395 580 405 l 722 117 q 790 86 737 86 l 809 86 l 809 0 l 767 0 q 635 73 671 0 l 497 352 q 400 411 467 411 l 240 411 l 240 0 l 145 0 l 145 890 m 452 497 q 638 695 638 497 q 454 890 638 890 l 240 890 l 240 497 l 452 497 "},"ť":{"x_min":38,"x_max":407,"ha":474,"o":"m 128 619 l 38 619 l 38 698 l 129 698 l 129 892 l 220 892 l 220 698 l 392 698 l 392 619 l 221 619 l 221 263 q 277 109 221 156 q 328 84 299 92 q 374 79 349 79 q 406 81 406 79 l 406 -4 l 366 -4 q 295 2 328 -4 q 217 37 250 12 q 153 115 176 66 q 128 253 128 172 l 128 619 m 397 976 q 407 909 407 942 q 374 786 407 859 l 302 786 q 328 897 328 852 q 313 976 328 936 l 397 976 "},"Ľ":{"x_min":57.53125,"x_max":708,"ha":722,"o":"m 146 859 q 116 890 146 890 l 57 890 l 57 976 l 158 976 q 241 891 241 976 l 241 116 q 271 86 241 86 l 588 86 q 618 116 618 86 l 618 181 l 708 181 l 708 84 q 624 0 708 0 l 229 0 q 146 84 146 0 l 146 859 m 449 976 q 459 909 459 942 q 426 786 459 859 l 354 786 q 380 896 380 852 q 365 976 380 935 l 449 976 "},"Ż":{"x_min":25.796875,"x_max":744,"ha":782,"o":"m 25 67 l 538 801 q 564 837 550 819 l 586 865 q 608 890 608 891 l 608 892 q 538 890 608 890 l 157 890 q 127 859 127 890 l 127 794 l 39 794 l 39 891 q 121 976 39 976 l 724 976 l 724 908 l 212 174 q 187 138 200 156 l 163 110 q 142 86 142 84 l 142 83 q 212 86 142 86 l 625 86 q 656 116 656 86 l 656 181 l 744 181 l 744 84 q 661 0 744 0 l 25 0 l 25 67 m 352 1209 l 442 1209 l 442 1090 l 352 1090 l 352 1209 "},"o":{"x_min":54,"x_max":777,"ha":831,"o":"m 54 352 q 160 610 54 506 q 414 715 265 715 q 670 610 565 715 q 777 352 777 506 q 670 88 777 195 q 416 -17 565 -17 q 160 88 265 -17 q 54 352 54 195 m 149 352 q 228 149 149 231 q 416 67 304 67 q 604 149 526 67 q 681 352 681 231 q 604 549 681 470 q 416 629 526 629 q 228 549 304 629 q 149 352 149 470 "},"5":{"x_min":73,"x_max":691,"ha":774,"o":"m 133 190 q 146 172 133 188 q 187 133 164 150 q 256 93 220 106 q 354 75 303 75 q 524 140 456 75 q 593 302 593 205 q 520 468 593 402 q 345 532 450 532 q 271 523 308 532 q 213 505 241 516 q 162 477 162 483 l 112 498 l 153 891 q 236 976 162 976 l 550 976 q 632 891 632 976 l 632 794 l 544 794 l 544 859 q 514 890 544 890 l 271 890 q 241 859 246 890 l 214 614 l 209 583 l 212 583 q 252 601 212 587 q 356 619 303 619 q 597 525 500 619 q 691 300 691 434 q 595 77 691 169 q 354 -17 499 -17 q 231 5 289 -17 q 142 52 183 22 q 90 99 113 74 q 73 122 73 119 l 133 190 "},"ħ":{"x_min":7,"x_max":795.109375,"ha":824,"o":"m 114 786 l 7 786 l 7 857 l 114 857 l 114 976 l 207 976 l 207 857 l 385 857 l 385 786 l 207 786 l 207 575 q 206 557 206 566 l 204 541 l 207 541 q 285 646 226 598 q 367 695 322 677 q 477 715 419 715 q 656 644 601 715 q 708 443 708 578 l 708 112 q 737 82 708 82 l 795 82 l 795 0 l 698 0 q 615 84 615 0 l 615 418 q 610 496 615 466 q 590 563 604 536 q 465 626 556 626 q 280 541 353 626 q 207 334 207 457 l 207 0 l 114 0 l 114 786 "},"õ":{"x_min":54,"x_max":777,"ha":831,"o":"m 54 352 q 160 610 54 506 q 414 715 265 715 q 670 610 565 715 q 777 352 777 506 q 670 88 777 195 q 416 -17 565 -17 q 160 88 265 -17 q 54 352 54 195 m 149 352 q 228 149 149 231 q 416 67 304 67 q 604 149 526 67 q 681 352 681 231 q 604 549 681 470 q 416 629 526 629 q 228 549 304 629 q 149 352 149 470 m 201 814 q 327 977 201 977 q 385 961 359 977 q 424 927 402 950 l 460 892 q 499 877 479 877 q 543 911 529 877 q 554 972 554 936 l 626 972 q 499 810 626 810 q 442 825 468 810 q 401 860 424 836 l 383 878 q 367 893 374 888 q 326 909 346 909 q 282 875 296 909 q 272 814 272 850 l 201 814 "},",":{"x_min":31.3125,"x_max":208.25,"ha":293,"o":"m 208 114 l 108 -135 l 31 -135 l 108 114 l 208 114 "},"d":{"x_min":57,"x_max":767.109375,"ha":800,"o":"m 57 349 q 144 614 57 513 q 364 715 228 715 q 469 694 421 715 q 539 649 507 678 q 577 605 560 628 q 588 584 588 586 l 590 584 l 589 599 q 588 616 589 607 l 588 863 q 558 894 588 894 l 500 894 l 500 976 l 597 976 q 680 891 680 976 l 680 112 q 709 82 680 82 l 767 82 l 767 0 l 672 0 q 592 77 592 0 l 592 122 l 590 122 q 579 99 590 119 q 540 52 563 74 q 468 5 509 21 q 355 -17 416 -17 q 137 85 219 -17 q 57 349 57 185 m 368 67 q 522 134 462 67 q 590 349 590 209 q 537 542 590 464 q 372 630 476 630 q 217 556 278 630 q 152 349 152 477 q 212 144 152 221 q 368 67 272 67 "},"\"":{"x_min":90,"x_max":335,"ha":425,"o":"m 255 990 l 335 990 l 335 755 l 255 755 l 255 990 m 90 990 l 170 990 l 170 755 l 90 755 l 90 990 "},"˙":{"x_min":106,"x_max":196,"ha":304,"o":"m 106 1209 l 196 1209 l 196 1090 l 106 1090 l 106 1209 "},"ê":{"x_min":54,"x_max":678,"ha":746,"o":"m 54 348 q 153 617 54 514 q 391 715 248 715 q 605 619 527 715 q 678 392 678 529 l 678 345 l 151 345 q 230 139 151 217 q 416 67 305 67 q 500 81 459 67 q 566 110 534 91 q 606 139 587 124 q 622 153 622 152 l 667 82 q 649 67 667 81 q 597 32 626 48 q 517 -1 559 10 q 412 -17 465 -17 q 157 84 258 -17 q 54 348 54 188 m 581 420 q 523 583 581 524 q 390 636 471 636 q 239 580 302 636 q 155 420 171 521 l 581 420 m 341 976 l 436 976 l 549 810 l 463 810 l 390 923 l 387 923 l 314 810 l 228 810 l 341 976 "},"„":{"x_min":69.421875,"x_max":379.75,"ha":449,"o":"m 283 114 l 379 114 l 303 -125 l 230 -125 l 283 114 m 219 114 l 142 -125 l 69 -125 l 122 114 l 219 114 "},"ľ":{"x_min":29.875,"x_max":388,"ha":433,"o":"m 117 863 q 87 894 117 894 l 29 894 l 29 976 l 126 976 q 210 891 210 976 l 210 112 q 239 82 210 82 l 297 82 l 297 0 l 200 0 q 117 84 117 0 l 117 863 m 378 976 q 388 909 388 942 q 355 786 388 859 l 283 786 q 309 896 309 852 q 294 976 309 935 l 378 976 "},"Â":{"x_min":16,"x_max":876,"ha":894,"o":"m 16 86 l 33 86 q 82 116 71 86 l 395 976 l 497 976 l 810 116 q 859 86 821 86 l 876 86 l 876 0 l 832 0 q 719 80 749 0 l 636 311 l 256 311 l 172 80 q 60 0 142 0 l 16 0 l 16 86 m 610 395 l 484 743 q 459 824 474 772 l 447 870 l 444 870 l 432 824 q 407 743 418 772 l 282 395 l 610 395 m 399 1209 l 494 1209 l 607 1044 l 522 1044 l 448 1156 l 446 1156 l 372 1044 l 286 1044 l 399 1209 "},"Į":{"x_min":63,"x_max":337,"ha":400,"o":"m 63 86 l 153 86 l 153 890 l 63 890 l 63 976 l 337 976 l 337 890 l 246 890 l 246 86 l 337 86 l 337 0 l 307 -23 q 275 -56 290 -40 q 237 -137 237 -101 q 279 -195 237 -176 l 307 -205 l 321 -206 l 301 -284 q 278 -281 301 -286 q 226 -265 250 -276 q 174 -226 193 -249 q 151 -156 151 -197 q 179 -65 151 -108 q 240 -2 203 -30 l 240 0 l 63 0 l 63 86 "},"ė":{"x_min":54,"x_max":678,"ha":746,"o":"m 54 348 q 153 617 54 514 q 391 715 248 715 q 605 619 527 715 q 678 392 678 529 l 678 345 l 151 345 q 230 139 151 217 q 416 67 305 67 q 500 81 459 67 q 566 110 534 91 q 606 139 587 124 q 622 153 622 152 l 667 82 q 649 67 667 81 q 597 32 626 48 q 517 -1 559 10 q 412 -17 465 -17 q 157 84 258 -17 q 54 348 54 188 m 581 420 q 523 583 581 524 q 390 636 471 636 q 239 580 301 636 q 155 420 171 521 l 581 420 m 344 976 l 434 976 l 434 857 l 344 857 l 344 976 "},"Ţ":{"x_min":20,"x_max":823,"ha":843,"o":"m 469 890 l 469 0 l 450 0 l 436 -76 q 532 -174 532 -90 q 491 -259 532 -231 q 401 -284 457 -284 q 352 -280 376 -284 q 333 -277 333 -280 l 333 -210 q 349 -214 333 -212 l 368 -217 q 390 -219 379 -219 q 460 -172 460 -219 q 382 -126 460 -126 l 361 -126 l 390 0 l 374 0 l 374 890 l 136 890 q 107 859 107 890 l 107 794 l 20 794 l 20 896 q 97 976 20 976 l 745 976 q 823 896 823 976 l 823 794 l 735 794 l 735 859 q 705 890 735 890 l 469 890 "},"Í":{"x_min":63,"x_max":357.421875,"ha":400,"o":"m 63 86 l 153 86 l 153 890 l 63 890 l 63 976 l 337 976 l 337 890 l 246 890 l 246 86 l 337 86 l 337 0 l 63 0 l 63 86 m 254 1209 l 357 1209 l 239 1044 l 158 1044 l 254 1209 "},"´":{"x_min":156.53125,"x_max":355.25,"ha":505,"o":"m 251 1209 l 355 1209 l 236 1044 l 156 1044 l 251 1209 "},"Ú":{"x_min":46.53125,"x_max":929.75,"ha":976,"o":"m 135 859 q 105 890 135 890 l 46 890 l 46 976 l 147 976 q 230 891 230 976 l 230 338 q 299 145 230 218 q 487 75 370 75 q 675 145 605 75 q 746 341 746 218 l 746 891 q 829 976 746 976 l 929 976 l 929 890 l 871 890 q 841 859 841 890 l 841 334 q 744 80 841 176 q 488 -17 646 -17 q 232 80 330 -17 q 135 334 135 176 l 135 859 m 544 1209 l 648 1209 l 529 1044 l 449 1044 l 544 1209 "},"Ŷ":{"x_min":14,"x_max":793,"ha":807,"o":"m 355 424 l 99 853 q 35 890 77 890 l 14 890 l 14 976 l 50 976 q 181 898 135 976 l 343 621 q 384 548 362 589 q 402 512 402 513 l 405 512 q 422 548 405 513 q 463 621 444 589 l 625 898 q 756 976 671 976 l 793 976 l 793 890 l 771 890 q 708 853 728 890 l 451 424 l 451 0 l 355 0 l 355 424 m 357 1209 l 452 1209 l 565 1044 l 479 1044 l 406 1156 l 403 1156 l 329 1044 l 244 1044 l 357 1209 "},"ŝ":{"x_min":39,"x_max":541,"ha":598,"o":"m 92 170 q 105 153 92 169 q 146 117 124 134 q 212 81 177 94 q 302 65 256 65 q 403 92 364 65 q 447 176 447 123 q 387 263 447 226 q 325 294 363 277 l 255 324 q 184 356 211 342 q 123 398 147 376 q 63 526 63 449 q 133 667 63 617 q 306 715 199 715 q 437 688 377 715 q 515 588 515 653 l 515 529 l 428 529 l 428 562 q 385 616 428 596 q 309 633 351 633 q 157 531 157 633 q 216 442 157 480 q 278 412 240 428 l 349 383 q 419 351 392 365 q 481 309 456 331 q 541 178 541 256 q 472 37 541 92 q 301 -17 404 -17 q 185 2 240 -17 q 102 44 140 17 q 55 85 75 63 q 39 105 39 103 l 92 170 m 249 976 l 344 976 l 457 810 l 372 810 l 298 923 l 295 923 l 222 810 l 136 810 l 249 976 "},"Ý":{"x_min":14,"x_max":793,"ha":807,"o":"m 355 424 l 99 853 q 35 890 77 890 l 14 890 l 14 976 l 50 976 q 181 898 135 976 l 343 621 q 384 548 362 589 q 402 512 402 513 l 405 512 q 422 548 405 513 q 463 621 444 589 l 625 898 q 756 976 671 976 l 793 976 l 793 890 l 771 890 q 708 853 728 890 l 451 424 l 451 0 l 355 0 l 355 424 m 459 1209 l 562 1209 l 444 1044 l 363 1044 l 459 1209 "},"Ĉ":{"x_min":52,"x_max":899,"ha":945,"o":"m 52 495 q 186 849 52 706 q 524 993 322 993 q 754 944 649 993 q 882 785 882 885 l 882 705 l 792 705 l 792 759 q 700 864 792 823 q 526 901 620 901 q 259 787 366 901 q 151 495 151 671 q 259 198 151 319 q 530 75 368 75 q 662 95 598 75 q 760 144 714 113 q 796 169 779 155 q 822 191 809 179 q 844 212 844 210 l 899 141 q 873 116 899 138 q 844 91 860 104 q 803 62 824 76 q 687 8 748 27 q 529 -17 611 -17 q 185 133 321 -17 q 52 495 52 278 m 473 1209 l 568 1209 l 681 1044 l 596 1044 l 522 1156 l 519 1156 l 446 1044 l 360 1044 l 473 1209 "},"ą":{"x_min":54,"x_max":691.125,"ha":720,"o":"m 54 189 q 103 324 54 270 q 218 396 143 370 q 357 424 278 417 q 421 429 387 429 q 473 429 444 429 l 511 429 l 511 437 q 334 636 511 636 q 299 633 318 636 q 254 624 274 630 q 201 574 201 606 l 201 530 l 113 530 l 113 596 q 201 692 113 660 q 274 710 233 703 q 335 715 307 715 q 550 637 486 715 q 604 446 604 573 l 604 112 q 634 82 604 82 l 691 82 l 691 0 l 662 -23 q 630 -57 645 -40 q 592 -137 592 -101 q 634 -196 592 -176 l 662 -205 l 676 -207 l 656 -284 q 632 -282 656 -286 q 581 -265 604 -276 q 529 -226 548 -250 q 506 -157 506 -197 q 537 -64 506 -110 q 596 -2 559 -30 l 596 0 l 581 0 q 515 77 515 0 l 515 134 l 514 134 q 503 110 514 129 q 466 59 488 82 q 394 6 435 26 q 277 -17 342 -17 q 121 38 184 -17 q 54 189 54 98 m 149 195 q 187 105 149 143 q 301 64 229 64 q 455 147 394 64 q 511 319 511 222 l 511 351 l 426 351 l 376 351 q 270 334 314 351 q 184 287 214 317 q 149 195 149 251 "},"Ö":{"x_min":52,"x_max":1026,"ha":1076,"o":"m 52 494 q 193 848 52 704 q 539 993 334 993 q 884 848 743 993 q 1026 494 1026 704 q 884 131 1026 280 q 539 -17 741 -17 q 193 131 335 -17 q 52 494 52 280 m 151 494 q 264 195 151 317 q 539 75 377 75 q 812 195 699 75 q 927 494 927 317 q 812 784 927 666 q 539 901 701 901 q 264 784 377 901 q 151 494 151 666 m 598 1209 l 678 1209 l 678 1090 l 598 1090 l 598 1209 m 394 1209 l 474 1209 l 474 1090 l 394 1090 l 394 1209 "},"z":{"x_min":53.390625,"x_max":644,"ha":679,"o":"m 53 60 l 438 551 q 475 595 454 571 l 493 615 l 493 617 q 424 615 493 615 l 174 615 q 144 584 144 615 l 144 530 l 57 530 l 57 613 q 140 698 57 698 l 614 698 l 614 635 l 231 146 q 193 102 214 126 l 174 83 l 174 80 q 243 83 174 83 l 527 83 q 557 113 557 83 l 557 167 l 644 167 l 644 84 q 560 0 644 0 l 53 0 l 53 60 "},"™":{"x_min":59,"x_max":1243,"ha":1329,"o":"m 571 439 l 605 439 q 639 452 618 439 l 639 976 l 729 976 l 886 627 q 900 589 894 611 l 905 571 l 908 571 l 913 589 q 927 627 919 611 l 1084 976 l 1174 976 l 1174 452 q 1209 439 1195 439 l 1243 439 l 1243 368 l 1178 368 q 1106 432 1112 368 l 1106 780 l 1106 821 l 1091 821 l 938 482 l 875 482 l 723 821 l 708 821 l 708 780 l 708 432 q 635 368 701 368 l 571 368 l 571 439 m 271 904 l 143 904 q 130 890 130 904 l 130 848 l 59 848 l 59 912 q 123 976 59 976 l 498 976 q 563 912 563 976 l 563 848 l 492 848 l 492 890 q 478 904 492 904 l 349 904 l 349 368 l 271 368 l 271 904 "},"Ř":{"x_min":57,"x_max":809.21875,"ha":823,"o":"m 145 890 l 57 890 l 57 976 l 462 976 q 659 901 583 976 q 737 698 737 824 q 680 519 737 591 q 552 437 628 454 l 552 434 q 562 426 552 435 l 573 413 q 584 395 580 405 l 722 117 q 790 86 737 86 l 809 86 l 809 0 l 767 0 q 635 73 671 0 l 497 352 q 400 411 467 411 l 240 411 l 240 0 l 145 0 l 145 890 m 452 497 q 638 695 638 497 q 454 890 638 890 l 240 890 l 240 497 l 452 497 m 222 1209 l 309 1209 l 383 1098 l 385 1098 l 459 1209 l 545 1209 l 430 1044 l 336 1044 l 222 1209 "},"ã":{"x_min":54,"x_max":691.125,"ha":720,"o":"m 54 189 q 103 324 54 270 q 218 396 143 370 q 357 424 278 417 q 421 429 387 429 q 473 429 444 429 l 511 429 l 511 437 q 334 636 511 636 q 298 633 317 636 q 255 624 274 630 q 201 574 201 608 l 201 529 l 113 529 l 113 596 q 202 692 113 660 q 275 710 235 703 q 335 715 308 715 q 550 637 486 715 q 604 446 604 573 l 604 112 q 633 82 604 82 l 691 82 l 691 0 l 596 0 q 515 83 515 0 l 515 134 l 513 134 q 503 110 516 134 q 465 59 488 83 q 394 6 433 26 q 286 -17 345 -17 q 127 34 192 -17 q 54 189 54 91 m 149 195 q 187 105 149 143 q 301 64 229 64 q 455 147 394 64 q 511 319 511 222 l 511 351 l 426 351 l 376 351 q 270 334 313 351 q 184 287 214 317 q 149 195 149 251 m 138 814 q 264 977 138 977 q 322 961 296 977 q 361 927 339 950 q 367 922 364 925 q 368 920 367 921 l 396 892 q 436 877 416 877 q 480 911 466 877 q 491 972 491 936 l 563 972 q 436 810 563 810 q 379 825 405 810 q 338 860 361 836 l 320 878 q 304 893 311 888 q 263 909 283 909 q 219 875 233 909 q 209 814 209 850 l 138 814 "},"Ň":{"x_min":57.53125,"x_max":979.46875,"ha":1035,"o":"m 57 86 l 116 86 q 146 116 146 86 l 146 976 l 233 976 l 721 280 q 773 198 742 250 q 783 180 777 189 l 799 153 l 798 153 l 798 197 q 798 280 798 248 l 798 891 q 880 976 798 976 l 979 976 l 979 890 l 920 890 q 891 859 891 890 l 891 0 l 803 0 l 314 695 q 263 776 293 724 l 235 822 l 233 822 l 237 777 q 241 695 241 727 l 241 84 q 158 0 241 0 l 57 0 l 57 86 m 370 1209 l 457 1209 l 531 1098 l 533 1098 l 607 1209 l 693 1209 l 578 1044 l 484 1044 l 370 1209 "},"æ":{"x_min":54,"x_max":1114.28125,"ha":1185,"o":"m 54 189 q 96 321 54 269 q 202 391 132 366 q 337 419 258 410 q 403 422 367 422 q 465 422 429 422 l 509 422 l 509 437 q 334 636 509 636 q 299 632 318 636 q 254 624 274 629 q 201 574 201 607 l 201 530 l 113 530 l 113 596 q 188 687 113 655 q 335 715 251 715 q 498 676 440 715 q 572 570 550 641 l 575 570 q 833 715 659 715 q 1043 621 966 715 q 1114 410 1114 535 l 1114 348 l 601 348 q 674 139 601 214 q 855 67 744 67 q 940 81 897 67 q 1005 110 974 91 q 1046 139 1027 124 q 1061 153 1061 152 l 1105 82 q 1087 67 1105 81 q 1036 33 1063 48 q 956 -1 998 10 q 851 -17 904 -17 q 550 177 632 -17 l 547 177 l 541 159 q 528 131 535 145 q 482 66 509 95 q 404 7 448 28 q 289 -17 353 -17 q 124 35 190 -17 q 54 189 54 92 m 1019 423 q 961 582 1019 525 q 830 634 908 634 q 606 423 637 634 l 1019 423 m 149 195 q 187 103 149 141 q 302 64 230 64 q 456 148 395 64 q 511 324 511 226 l 511 348 l 430 348 q 338 343 376 348 q 247 325 283 338 q 149 195 149 289 "},"ĩ":{"x_min":-22,"x_max":341,"ha":342,"o":"m 126 585 q 96 616 126 616 l 38 616 l 38 698 l 135 698 q 219 613 219 698 l 219 112 q 248 82 219 82 l 306 82 l 306 0 l 209 0 q 126 84 126 0 l 126 585 m -22 814 q 90 977 -22 977 q 172 928 132 977 l 199 895 q 226 880 213 880 q 264 913 254 880 q 273 973 273 935 l 341 973 q 228 811 341 811 q 146 859 185 811 l 132 877 q 120 892 126 887 q 93 908 105 908 q 55 874 66 908 q 47 814 47 852 l -22 814 "},"É":{"x_min":57.640625,"x_max":726,"ha":760,"o":"m 146 890 l 57 890 l 57 976 l 604 976 q 688 891 688 976 l 688 794 l 598 794 l 598 859 q 568 890 598 890 l 241 890 l 241 534 l 600 534 l 600 448 l 241 448 l 241 116 q 271 86 241 86 l 608 86 q 638 116 638 86 l 638 181 l 726 181 l 726 84 q 642 0 726 0 l 229 0 q 146 84 146 0 l 146 890 m 455 1209 l 558 1209 l 440 1044 l 359 1044 l 455 1209 "},"ŀ":{"x_min":29.875,"x_max":408,"ha":415,"o":"m 117 863 q 87 894 117 894 l 29 894 l 29 976 l 126 976 q 210 891 210 976 l 210 112 q 239 82 210 82 l 297 82 l 297 0 l 200 0 q 117 84 117 0 l 117 863 m 303 572 l 408 572 l 408 461 l 303 461 l 303 572 "},"~":{"x_min":91,"x_max":712,"ha":825,"o":"m 91 291 q 263 506 91 506 q 353 483 314 506 q 412 434 378 468 l 438 407 q 465 383 451 393 q 535 361 496 361 q 614 411 589 361 q 632 499 632 447 l 712 499 q 539 285 712 285 q 449 307 488 285 q 390 356 424 322 l 364 383 q 337 407 351 397 q 267 430 306 430 q 188 379 213 430 q 171 291 171 343 l 91 291 "},"Ċ":{"x_min":52,"x_max":899,"ha":945,"o":"m 52 495 q 186 849 52 706 q 524 993 322 993 q 754 944 649 993 q 882 785 882 885 l 882 705 l 792 705 l 792 759 q 700 864 792 823 q 526 901 620 901 q 259 787 366 901 q 151 495 151 671 q 260 198 151 319 q 531 75 369 75 q 663 95 599 75 q 760 144 714 113 q 796 169 779 155 q 822 191 809 179 q 844 212 844 210 l 899 141 q 873 116 899 138 q 844 91 860 104 q 803 62 824 76 q 687 8 748 27 q 530 -17 611 -17 q 185 133 321 -17 q 52 495 52 278 m 477 1209 l 567 1209 l 567 1090 l 477 1090 l 477 1209 "},"³":{"x_min":68,"x_max":470,"ha":557,"o":"m 269 357 q 188 372 229 357 q 124 407 155 384 q 83 441 102 422 q 68 456 68 455 l 123 510 q 133 498 123 509 l 147 486 q 165 472 155 477 q 271 432 216 432 q 354 465 318 432 q 391 551 391 499 q 351 634 391 602 q 262 663 315 663 l 215 663 l 201 710 l 352 896 l 363 906 l 363 909 l 333 905 l 185 905 q 172 889 172 905 l 172 850 l 98 850 l 98 910 q 162 976 98 976 l 463 976 l 463 921 l 302 730 q 413 680 365 724 q 470 549 470 628 q 410 411 470 466 q 269 357 351 357 "},"¡":{"x_min":148,"x_max":253,"ha":404,"o":"m 148 698 l 253 698 l 253 591 l 148 591 l 148 698 m 155 443 l 246 443 l 246 -278 l 155 -278 l 155 443 "},"[":{"x_min":137,"x_max":321,"ha":412,"o":"m 137 928 q 220 1013 137 1013 l 321 1013 l 321 935 l 252 935 q 223 904 223 935 l 223 -23 q 252 -54 223 -54 l 321 -54 l 321 -132 l 220 -132 q 137 -47 137 -132 l 137 928 "},"%":{"x_min":84,"x_max":926,"ha":1010,"o":"m 274 606 q 139 663 195 606 q 84 799 84 718 q 139 935 84 878 q 274 993 195 993 q 410 935 353 993 q 466 799 466 878 q 410 663 466 718 q 274 606 354 606 m 821 976 l 917 976 l 189 0 l 92 0 l 821 976 m 274 684 q 386 799 386 684 q 353 880 386 846 q 274 915 320 915 q 164 799 164 915 q 274 684 164 684 m 544 174 q 599 312 544 255 q 734 369 655 369 q 870 311 813 369 q 926 174 926 255 q 870 39 926 95 q 734 -17 813 -17 q 600 40 655 -17 q 544 174 544 95 m 626 176 q 734 61 626 61 q 846 175 846 61 q 813 256 846 223 q 734 291 780 291 q 626 176 626 291 "},"P":{"x_min":57,"x_max":756,"ha":787,"o":"m 145 890 l 57 890 l 57 976 l 460 976 q 671 896 590 976 q 756 681 756 814 q 671 463 756 546 q 460 383 589 383 l 240 383 l 240 0 l 145 0 l 145 890 m 448 469 q 658 681 658 469 q 449 890 658 890 l 240 890 l 240 469 l 448 469 "},"_":{"x_min":7,"x_max":709,"ha":716,"o":"m 709 0 l 709 -81 l 7 -81 l 7 0 l 709 0 "},"Ŕ":{"x_min":57,"x_max":809.21875,"ha":823,"o":"m 145 890 l 57 890 l 57 976 l 462 976 q 659 901 583 976 q 737 698 737 824 q 680 519 737 591 q 552 437 628 454 l 552 434 q 562 426 552 435 l 573 413 q 584 395 580 405 l 722 117 q 790 86 737 86 l 809 86 l 809 0 l 767 0 q 635 73 671 0 l 497 352 q 400 411 467 411 l 240 411 l 240 0 l 145 0 l 145 890 m 452 497 q 638 695 638 497 q 454 890 638 890 l 240 890 l 240 497 l 452 497 m 439 1209 l 542 1209 l 424 1044 l 343 1044 l 439 1209 "},"ñ":{"x_min":30.890625,"x_max":799.109375,"ha":828,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 125 698 q 208 620 208 698 l 208 539 l 209 539 q 295 650 233 602 q 375 696 330 680 q 481 715 424 715 q 660 644 605 715 q 712 444 712 578 l 712 112 q 741 82 712 82 l 799 82 l 799 0 l 702 0 q 619 84 619 0 l 619 419 q 614 498 619 466 q 594 563 608 537 q 470 626 560 626 q 314 570 383 626 q 221 429 244 516 q 211 334 211 390 l 211 0 l 118 0 l 118 585 m 216 814 q 342 977 216 977 q 400 962 374 977 q 439 927 417 951 l 475 892 q 514 878 494 878 q 558 911 544 878 q 569 973 569 937 l 641 973 q 514 811 641 811 q 457 825 483 811 q 416 861 439 837 l 398 879 q 382 894 389 888 q 341 909 361 909 q 297 876 311 909 q 287 814 287 851 l 216 814 "},"‚":{"x_min":69.421875,"x_max":219.140625,"ha":289,"o":"m 219 114 l 142 -125 l 69 -125 l 122 114 l 219 114 "},"Æ":{"x_min":16.625,"x_max":1088,"ha":1121,"o":"m 16 86 l 28 86 q 77 116 67 86 l 402 976 l 965 976 q 1049 891 1049 976 l 1049 794 l 959 794 l 959 859 q 929 890 959 890 l 613 890 l 613 534 l 962 534 l 962 448 l 613 448 l 613 116 q 651 86 613 86 l 968 86 q 998 116 998 86 l 998 181 l 1088 181 l 1088 84 q 1005 0 1088 0 l 613 0 q 518 84 518 0 l 518 448 l 301 448 l 165 80 q 53 0 136 0 l 16 0 l 16 86 m 518 534 l 518 890 l 463 890 l 332 534 l 518 534 "},"ğ":{"x_min":57,"x_max":757,"ha":788,"o":"m 57 362 q 135 617 57 520 q 353 715 217 715 q 466 696 415 715 q 535 655 505 681 q 571 613 557 637 q 581 596 581 598 l 584 596 l 584 621 q 661 698 584 698 l 757 698 l 757 616 l 701 616 q 671 586 671 616 l 671 16 q 570 -220 671 -138 q 341 -291 481 -291 q 118 -235 224 -291 l 154 -156 q 207 -180 154 -160 q 267 -198 237 -191 q 338 -205 304 -205 q 509 -153 446 -205 q 578 14 578 -96 l 578 125 l 577 125 q 361 4 512 4 q 139 104 224 4 q 57 362 57 204 m 375 89 q 517 148 466 89 q 580 362 580 218 q 517 572 580 505 q 363 629 462 629 q 152 363 152 629 q 213 163 152 238 q 375 89 274 89 m 394 807 q 288 844 331 807 q 239 955 239 885 l 239 976 l 310 976 l 310 957 q 394 872 310 872 q 477 957 477 872 l 477 976 l 548 976 l 548 955 q 500 844 548 885 q 394 807 456 807 "},"Ū":{"x_min":46.53125,"x_max":929.75,"ha":976,"o":"m 135 859 q 105 890 135 890 l 46 890 l 46 976 l 147 976 q 230 891 230 976 l 230 338 q 299 145 230 218 q 487 75 370 75 q 675 145 605 75 q 746 341 746 218 l 746 891 q 829 976 746 976 l 929 976 l 929 890 l 871 890 q 841 859 841 890 l 841 334 q 744 80 841 176 q 488 -17 646 -17 q 232 80 330 -17 q 135 334 135 176 l 135 859 m 323 1164 l 658 1164 l 658 1089 l 323 1089 l 323 1164 "},"ª":{"x_min":79,"x_max":491,"ha":563,"o":"m 231 531 q 128 565 170 531 q 82 664 82 603 q 112 749 82 715 q 182 795 136 778 q 268 816 219 809 l 308 816 l 357 816 q 261 924 357 924 q 242 922 252 924 q 219 919 230 922 q 191 895 191 912 l 191 863 l 119 863 l 119 917 q 177 977 119 957 q 225 988 197 984 q 263 991 245 991 q 399 940 358 991 q 433 820 433 900 l 433 622 q 445 610 433 610 l 485 610 l 485 539 l 420 539 q 364 593 364 539 l 364 610 l 361 610 q 354 598 361 608 q 344 585 350 590 q 331 571 339 576 q 231 531 290 531 m 242 598 q 328 646 295 598 q 358 756 358 690 l 317 756 q 288 753 302 756 q 229 743 253 753 q 160 668 160 724 q 242 598 160 598 m 79 432 l 491 432 l 491 367 l 79 367 l 79 432 "},"Œ":{"x_min":52,"x_max":1205,"ha":1239,"o":"m 52 488 q 182 844 52 701 q 513 990 314 990 q 563 987 535 990 l 627 982 q 640 980 634 982 q 664 978 653 978 q 706 976 690 976 l 1082 976 q 1165 891 1165 976 l 1165 794 l 1077 794 l 1077 859 q 1047 890 1077 890 l 730 890 l 730 534 l 1078 534 l 1078 448 l 730 448 l 730 86 l 1087 86 q 1117 116 1117 86 l 1117 181 l 1205 181 l 1205 84 q 1129 0 1205 0 l 708 0 q 666 -7 691 0 l 563 -7 q 513 -14 535 -14 q 182 131 314 -14 q 52 488 52 274 m 151 488 q 250 197 151 310 q 513 79 351 79 q 634 88 592 79 l 634 885 q 513 897 587 897 q 250 780 352 897 q 151 488 151 664 "},"Ą":{"x_min":16,"x_max":876,"ha":894,"o":"m 16 86 l 33 86 q 82 116 71 86 l 395 976 l 497 976 l 810 116 q 859 86 821 86 l 876 86 l 876 0 l 849 -23 q 816 -56 830 -40 q 778 -137 778 -101 q 820 -195 778 -176 l 849 -205 l 862 -206 l 841 -284 q 817 -281 841 -286 q 767 -265 790 -276 q 715 -226 734 -249 q 692 -156 692 -197 q 724 -59 692 -106 q 786 2 747 -26 l 786 5 q 719 80 743 15 l 636 311 l 256 311 l 172 80 q 60 0 142 0 l 16 0 l 16 86 m 610 395 l 483 743 q 459 824 474 772 l 447 870 l 444 870 l 432 824 q 407 743 418 772 l 282 395 l 610 395 "},"T":{"x_min":20,"x_max":823,"ha":843,"o":"m 374 890 l 136 890 q 107 859 107 890 l 107 794 l 20 794 l 20 896 q 97 976 20 976 l 745 976 q 823 896 823 976 l 823 794 l 735 794 l 735 859 q 705 890 735 890 l 469 890 l 469 0 l 374 0 l 374 890 "},"š":{"x_min":39,"x_max":541,"ha":598,"o":"m 92 170 q 105 153 92 169 q 146 117 124 134 q 212 81 177 94 q 302 65 256 65 q 403 92 364 65 q 447 176 447 123 q 387 263 447 226 q 325 294 363 277 l 255 324 q 184 356 211 342 q 123 398 147 376 q 63 526 63 449 q 133 667 63 617 q 306 715 199 715 q 437 688 377 715 q 515 588 515 653 l 515 529 l 428 529 l 428 562 q 385 616 428 596 q 309 633 351 633 q 157 531 157 633 q 216 442 157 480 q 278 412 240 428 l 349 383 q 419 351 392 365 q 481 309 456 331 q 541 178 541 256 q 472 37 541 92 q 301 -17 404 -17 q 185 2 240 -17 q 102 44 140 17 q 55 85 75 63 q 39 105 39 103 l 92 170 m 136 976 l 223 976 l 297 865 l 299 865 l 373 976 l 459 976 l 344 810 l 250 810 l 136 976 "},"Þ":{"x_min":57.53125,"x_max":757,"ha":795,"o":"m 146 859 q 116 890 146 890 l 57 890 l 57 976 l 158 976 q 241 891 241 976 l 241 802 l 461 802 q 672 722 590 802 q 757 506 757 641 q 672 290 757 373 q 458 210 589 210 l 241 210 l 241 0 l 146 0 l 146 859 m 449 296 q 659 506 659 296 q 450 716 659 716 l 241 716 l 241 296 l 449 296 "},"j":{"x_min":-29,"x_max":249,"ha":365,"o":"m 155 976 l 243 976 l 243 857 l 155 857 l 155 976 m -29 -199 q 0 -201 -29 -201 q 47 -195 25 -201 q 98 -172 77 -188 q 156 -22 156 -127 l 156 585 q 126 616 156 616 l 68 616 l 68 698 l 165 698 q 249 613 249 698 l 249 -26 q 222 -165 249 -108 q 158 -242 199 -213 q 79 -277 124 -267 q 10 -286 47 -286 q -29 -281 -29 -286 l -29 -199 "},"1":{"x_min":87,"x_max":606,"ha":648,"o":"m 87 86 l 300 86 l 300 823 l 300 857 l 299 857 q 289 841 299 855 q 251 798 275 822 l 149 694 l 89 756 l 306 976 l 396 976 l 396 86 l 606 86 l 606 0 l 87 0 l 87 86 "},"›":{"x_min":89.828125,"x_max":413.78125,"ha":467,"o":"m 313 391 l 89 678 l 190 678 l 413 391 l 190 107 l 89 107 l 313 391 "},"<":{"x_min":94,"x_max":709,"ha":825,"o":"m 94 429 l 709 709 l 709 616 l 210 395 l 210 392 l 709 172 l 709 79 l 94 359 l 94 429 "},"t":{"x_min":37,"x_max":405,"ha":457,"o":"m 127 619 l 37 619 l 37 698 l 128 698 l 128 891 l 219 891 l 219 698 l 391 698 l 391 619 l 220 619 l 220 263 q 277 109 220 156 q 327 84 298 92 q 373 79 349 79 q 405 81 405 79 l 405 -4 l 365 -4 q 294 2 327 -4 q 216 37 249 12 q 152 115 175 66 q 127 253 127 172 l 127 619 "},"¬":{"x_min":95.75,"x_max":730,"ha":825,"o":"m 95 556 l 730 556 l 730 219 l 647 219 l 647 475 l 95 475 l 95 556 "},"ù":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 116 585 q 86 616 116 616 l 28 616 l 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 612 159 q 525 45 586 95 q 346 -17 446 -17 q 116 253 116 -17 l 116 585 m 242 976 l 346 976 l 441 810 l 361 810 l 242 976 "},"ĉ":{"x_min":54,"x_max":681,"ha":718,"o":"m 54 348 q 157 612 54 508 q 414 715 260 715 q 485 708 447 715 q 565 684 530 699 q 658 566 658 642 l 658 504 l 571 504 l 571 544 q 513 609 571 584 q 414 630 466 630 q 226 552 301 630 q 149 348 149 473 q 229 144 149 223 q 417 69 305 69 q 511 84 465 69 q 580 119 546 96 q 622 152 603 134 q 638 167 638 166 l 681 96 q 663 78 681 95 q 613 39 642 57 q 528 1 573 14 q 413 -17 473 -17 q 157 84 258 -17 q 54 348 54 187 m 347 976 l 443 976 l 556 810 l 470 810 l 396 923 l 394 923 l 320 810 l 234 810 l 347 976 "},"ï":{"x_min":34,"x_max":306.109375,"ha":343,"o":"m 126 585 q 96 616 126 616 l 38 616 l 38 698 l 135 698 q 219 613 219 698 l 219 112 q 249 82 219 82 l 306 82 l 306 0 l 209 0 q 126 84 126 0 l 126 585 m 206 976 l 286 976 l 286 857 l 206 857 l 206 976 m 34 976 l 116 976 l 116 857 l 34 857 l 34 976 "},"ī":{"x_min":18,"x_max":309,"ha":343,"o":"m 127 585 q 97 616 127 616 l 39 616 l 39 698 l 136 698 q 220 613 220 698 l 220 112 q 249 82 220 82 l 307 82 l 307 0 l 210 0 q 127 84 127 0 l 127 585 m 18 932 l 309 932 l 309 857 l 18 857 l 18 932 "},"Ò":{"x_min":52,"x_max":1026,"ha":1076,"o":"m 52 494 q 193 848 52 704 q 539 993 334 993 q 884 848 743 993 q 1026 494 1026 704 q 884 131 1026 280 q 539 -17 741 -17 q 193 131 335 -17 q 52 494 52 280 m 151 494 q 264 195 151 317 q 539 75 377 75 q 812 195 699 75 q 927 494 927 317 q 812 784 927 666 q 539 901 701 901 q 264 784 377 901 q 151 494 151 666 m 375 1209 l 479 1209 l 574 1044 l 494 1044 l 375 1209 "},"Ď":{"x_min":57,"x_max":921,"ha":973,"o":"m 145 890 l 57 890 l 57 976 l 440 976 q 789 848 659 976 q 921 488 921 716 q 788 127 921 258 q 440 0 659 0 l 228 0 q 145 84 145 0 l 145 890 m 240 116 q 270 86 240 86 l 431 86 q 714 190 610 86 q 822 488 822 295 q 714 787 822 680 q 431 890 610 890 l 240 890 l 240 116 m 313 1209 l 401 1209 l 474 1098 l 477 1098 l 550 1209 l 636 1209 l 522 1044 l 428 1044 l 313 1209 "},"&":{"x_min":63,"x_max":827,"ha":850,"o":"m 63 271 q 106 427 63 357 q 236 525 154 501 l 236 528 q 215 538 236 526 q 170 571 191 551 q 124 638 140 600 q 104 745 104 685 q 180 923 104 855 q 387 993 257 993 q 426 990 404 993 l 462 986 q 499 977 499 979 l 471 898 l 444 904 q 392 908 414 908 q 256 862 309 908 q 202 739 202 814 q 208 684 202 710 q 237 627 218 652 q 407 563 289 563 l 606 563 l 606 698 l 700 698 l 700 563 l 827 563 l 827 477 l 700 477 l 700 334 q 614 71 700 163 q 385 -17 532 -17 q 152 66 244 -17 q 63 271 63 148 m 160 274 q 219 132 160 188 q 385 73 282 73 q 544 134 489 73 q 606 336 606 202 l 606 477 l 410 477 q 160 274 160 477 "},"˝":{"x_min":142.921875,"x_max":522.671875,"ha":702,"o":"m 419 1209 l 522 1209 l 404 1044 l 323 1044 l 419 1209 m 232 1209 l 321 1209 l 230 1044 l 142 1044 l 232 1209 "},"I":{"x_min":63,"x_max":337,"ha":400,"o":"m 63 86 l 153 86 l 153 890 l 63 890 l 63 976 l 337 976 l 337 890 l 246 890 l 246 86 l 337 86 l 337 0 l 63 0 l 63 86 "},"G":{"x_min":53,"x_max":923,"ha":994,"o":"m 53 490 q 190 847 53 701 q 530 993 327 993 q 676 974 607 993 q 781 933 732 959 q 818 910 800 923 l 844 891 q 866 873 866 874 l 810 800 q 790 816 810 802 q 735 850 765 835 q 647 885 692 873 q 532 901 590 901 q 260 783 369 901 q 152 490 152 666 q 259 193 152 311 q 530 75 367 75 q 657 97 596 75 q 752 146 707 115 q 786 171 770 158 q 812 195 800 183 q 833 217 833 216 l 833 338 q 803 369 833 369 l 744 369 l 744 455 l 839 455 q 923 370 923 455 l 923 0 l 835 0 l 835 115 l 834 115 q 814 94 834 113 q 788 73 801 83 q 754 49 771 61 q 654 3 706 20 q 521 -17 590 -17 q 189 126 323 -17 q 53 490 53 271 "},"`":{"x_min":126.578125,"x_max":325.3125,"ha":490,"o":"m 126 1209 l 230 1209 l 325 1044 l 245 1044 l 126 1209 "},"·":{"x_min":94,"x_max":199,"ha":293,"o":"m 94 455 l 199 455 l 199 344 l 94 344 l 94 455 "},"ŏ":{"x_min":54,"x_max":777,"ha":831,"o":"m 54 352 q 160 610 54 506 q 414 715 265 715 q 670 610 565 715 q 777 352 777 506 q 670 88 777 195 q 416 -17 565 -17 q 160 88 265 -17 q 54 352 54 195 m 149 352 q 228 149 149 231 q 416 67 304 67 q 604 149 526 67 q 681 352 681 231 q 604 549 681 470 q 416 629 526 629 q 228 549 304 629 q 149 352 149 470 m 416 806 q 310 843 353 806 q 261 955 261 885 l 261 976 l 332 976 l 332 957 q 416 871 332 871 q 499 957 499 871 l 499 976 l 570 976 l 570 955 q 522 843 570 885 q 416 806 478 806 "},"¿":{"x_min":42,"x_max":533,"ha":586,"o":"m 279 698 l 384 698 l 384 591 l 279 591 l 279 698 m 42 -46 q 80 92 42 29 q 119 142 95 117 q 164 186 135 160 q 169 192 165 189 l 186 208 q 208 229 199 220 q 247 274 232 253 q 286 386 286 325 l 286 442 l 377 442 l 377 382 q 340 247 377 308 q 302 197 325 222 q 258 153 286 179 l 214 111 q 176 67 191 86 q 140 -42 140 15 q 190 -154 140 -110 q 318 -202 240 -202 q 383 -192 349 -202 q 435 -172 409 -185 q 483 -143 483 -149 l 533 -213 q 518 -225 533 -214 q 474 -251 497 -240 q 405 -279 440 -269 q 314 -292 360 -292 q 119 -222 197 -292 q 42 -46 42 -153 "},"ý":{"x_min":11,"x_max":712,"ha":734,"o":"m 55 -154 q 83 -180 55 -159 q 156 -207 120 -207 q 283 -93 237 -207 l 324 2 l 83 584 q 35 616 69 616 l 22 616 l 22 698 l 64 698 q 168 621 139 698 l 344 185 q 369 111 369 123 l 371 111 l 378 135 q 394 185 386 163 l 563 621 q 669 698 592 698 l 712 698 l 712 616 l 698 616 q 650 584 663 616 l 355 -145 q 159 -291 296 -291 q 49 -256 99 -291 l 33 -245 l 20 -234 q 11 -223 11 -225 l 55 -154 m 419 976 l 522 976 l 404 811 l 324 811 l 419 976 "},"ſ":{"x_min":34.25,"x_max":398,"ha":416,"o":"m 120 619 l 34 619 l 34 698 l 120 698 l 120 723 q 145 860 120 803 q 210 939 169 909 q 286 974 242 963 q 355 983 320 983 q 398 980 398 983 l 398 895 q 365 898 398 898 q 319 892 340 898 q 270 869 290 885 q 213 723 213 825 l 213 0 l 120 0 l 120 619 "},"º":{"x_min":83,"x_max":538,"ha":621,"o":"m 310 532 q 149 598 215 532 q 83 764 83 665 q 149 927 83 860 q 310 992 216 992 q 471 927 404 992 q 538 764 538 860 q 471 598 538 665 q 310 532 405 532 m 310 603 q 418 648 374 603 q 463 764 463 694 q 418 878 463 832 q 310 923 374 923 q 202 878 246 923 q 158 764 158 832 q 202 648 158 694 q 310 603 246 603 m 106 432 l 518 432 l 518 367 l 106 367 l 106 432 "},"ź":{"x_min":53.390625,"x_max":644,"ha":679,"o":"m 53 60 l 438 551 q 475 595 454 571 l 493 615 l 493 617 q 424 615 493 615 l 174 615 q 144 584 144 615 l 144 530 l 57 530 l 57 613 q 140 698 57 698 l 614 698 l 614 635 l 231 146 q 193 102 214 126 l 174 83 l 174 80 q 243 83 174 83 l 527 83 q 557 113 557 83 l 557 167 l 644 167 l 644 84 q 560 0 644 0 l 53 0 l 53 60 m 405 976 l 509 976 l 390 811 l 310 811 l 405 976 "},"ű":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 116 585 q 86 616 116 616 l 28 616 l 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 612 159 q 525 45 586 95 q 346 -17 446 -17 q 116 253 116 -17 l 116 585 m 544 976 l 648 976 l 529 810 l 449 810 l 544 976 m 358 976 l 446 976 l 355 810 l 268 810 l 358 976 "},"ń":{"x_min":30.890625,"x_max":799.109375,"ha":828,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 125 698 q 208 620 208 698 l 208 539 l 209 539 q 295 650 234 602 q 375 696 330 680 q 481 715 424 715 q 660 644 605 715 q 712 444 712 578 l 712 112 q 741 82 712 82 l 799 82 l 799 0 l 702 0 q 619 84 619 0 l 619 419 q 614 498 619 466 q 594 563 608 537 q 470 626 560 626 q 314 570 383 626 q 221 429 245 516 q 211 334 211 390 l 211 0 l 118 0 l 118 585 m 485 976 l 589 976 l 470 811 l 390 811 l 485 976 "},";":{"x_min":73.3125,"x_max":245,"ha":385,"o":"m 140 698 l 245 698 l 245 587 l 140 587 l 140 698 m 138 114 l 238 114 l 150 -135 l 73 -135 l 138 114 "},"Ġ":{"x_min":53,"x_max":923,"ha":994,"o":"m 53 490 q 190 847 53 701 q 530 993 327 993 q 676 974 607 993 q 781 933 732 959 q 818 910 800 923 l 844 891 q 866 873 866 874 l 810 800 q 790 816 810 802 q 735 850 765 835 q 647 885 692 873 q 532 901 590 901 q 260 783 369 901 q 152 490 152 666 q 259 193 152 311 q 530 75 367 75 q 657 97 596 75 q 752 146 707 115 q 786 171 770 158 q 812 195 800 183 q 833 217 833 216 l 833 338 q 803 369 833 369 l 744 369 l 744 455 l 839 455 q 923 370 923 455 l 923 0 l 835 0 l 835 115 l 834 115 q 814 94 834 113 q 788 73 801 83 q 754 49 771 61 q 654 3 706 20 q 521 -17 590 -17 q 189 126 323 -17 q 53 490 53 271 m 483 1209 l 573 1209 l 573 1090 l 483 1090 l 483 1209 "},"6":{"x_min":59,"x_max":706,"ha":763,"o":"m 404 -17 q 154 110 251 -17 q 59 429 59 234 q 83 622 59 526 q 158 804 109 725 q 289 940 212 891 q 479 993 373 993 q 551 986 515 993 q 606 973 580 981 q 655 952 655 956 l 620 868 q 580 886 620 870 q 481 903 530 903 q 252 776 340 903 q 161 501 175 665 l 163 501 q 407 619 233 619 q 622 533 538 619 q 706 309 706 445 q 618 70 706 160 q 404 -17 534 -17 m 161 366 q 229 171 161 262 q 403 73 302 73 q 554 139 498 73 q 609 307 609 205 q 550 471 609 409 q 392 533 490 533 q 229 478 299 533 q 161 366 161 427 "},"n":{"x_min":30.890625,"x_max":799.109375,"ha":828,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 125 698 q 208 620 208 698 l 208 539 l 209 539 q 295 650 234 602 q 375 696 330 680 q 481 715 424 715 q 660 644 605 715 q 712 444 712 578 l 712 112 q 741 82 712 82 l 799 82 l 799 0 l 702 0 q 619 84 619 0 l 619 419 q 614 498 619 466 q 594 563 608 537 q 470 626 560 626 q 314 570 383 626 q 221 429 245 516 q 211 334 211 390 l 211 0 l 118 0 l 118 585 "},"ģ":{"x_min":57,"x_max":757,"ha":788,"o":"m 57 362 q 135 617 57 520 q 353 715 217 715 q 466 696 416 715 q 536 655 506 681 q 571 613 558 637 q 581 596 581 598 l 584 596 l 584 621 q 661 698 584 698 l 757 698 l 757 616 l 701 616 q 671 586 671 616 l 671 16 q 570 -220 671 -138 q 341 -291 481 -291 q 118 -235 224 -291 l 154 -156 q 208 -180 154 -160 q 267 -198 238 -191 q 338 -205 304 -205 q 509 -153 446 -205 q 578 14 578 -96 l 578 125 l 577 125 q 361 4 513 4 q 140 104 224 4 q 57 362 57 204 m 375 89 q 518 148 466 89 q 580 362 580 218 q 517 572 580 505 q 363 629 462 629 q 152 363 152 629 q 213 163 152 238 q 375 89 274 89 m 338 786 q 329 852 329 819 q 361 976 329 902 l 433 976 q 408 865 408 910 q 423 786 408 826 l 338 786 "},"Ĝ":{"x_min":53,"x_max":923,"ha":994,"o":"m 53 490 q 190 847 53 701 q 530 993 327 993 q 676 974 607 993 q 781 933 732 959 q 818 910 800 923 l 844 891 q 866 873 866 874 l 810 800 q 790 816 810 802 q 735 850 765 835 q 647 885 692 873 q 532 901 590 901 q 260 783 369 901 q 152 490 152 666 q 259 193 152 311 q 530 75 367 75 q 657 97 596 75 q 752 146 707 115 q 786 171 770 158 q 812 195 800 183 q 833 217 833 216 l 833 338 q 803 369 833 369 l 744 369 l 744 455 l 839 455 q 923 370 923 455 l 923 0 l 835 0 l 835 115 l 834 115 q 814 94 834 113 q 788 73 801 83 q 754 49 771 61 q 654 3 706 20 q 521 -17 590 -17 q 189 126 323 -17 q 53 490 53 271 m 478 1209 l 574 1209 l 687 1044 l 601 1044 l 527 1156 l 525 1156 l 451 1044 l 365 1044 l 478 1209 "},"p":{"x_min":30.890625,"x_max":741.28125,"ha":798,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 124 698 q 205 624 205 698 l 205 577 l 208 577 q 219 597 208 579 q 258 646 235 624 q 330 693 289 675 q 443 715 380 715 q 660 613 579 715 q 741 348 741 511 q 654 82 741 184 q 435 -17 569 -17 q 329 3 378 -17 q 259 49 291 20 q 221 94 238 68 q 211 115 211 112 l 208 115 l 209 98 q 211 78 209 88 l 211 -278 l 118 -278 l 118 585 m 208 346 q 264 153 208 232 q 425 66 323 66 q 580 141 519 66 q 646 348 646 218 q 586 552 646 476 q 429 629 526 629 q 276 561 336 629 q 208 346 208 486 "},"‡":{"x_min":39,"x_max":454,"ha":493,"o":"m 198 249 l 39 249 l 39 330 l 198 330 l 198 618 l 39 618 l 39 699 l 198 699 l 198 976 l 289 976 l 289 699 l 454 699 l 454 618 l 289 618 l 289 330 l 454 330 l 454 249 l 289 249 l 289 -69 l 198 -69 l 198 249 "},"ň":{"x_min":30.890625,"x_max":799.109375,"ha":828,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 125 698 q 208 620 208 698 l 208 539 l 209 539 q 295 650 234 602 q 375 696 330 680 q 481 715 424 715 q 660 644 605 715 q 712 444 712 578 l 712 112 q 741 82 712 82 l 799 82 l 799 0 l 702 0 q 619 84 619 0 l 619 419 q 614 498 619 466 q 594 563 608 537 q 470 626 560 626 q 314 570 383 626 q 221 429 245 516 q 211 334 211 390 l 211 0 l 118 0 l 118 585 m 269 976 l 356 976 l 429 865 l 432 865 l 506 976 l 591 976 l 477 811 l 383 811 l 269 976 "},"ę":{"x_min":54,"x_max":678,"ha":746,"o":"m 54 348 q 153 617 54 514 q 391 715 248 715 q 605 619 527 715 q 678 392 678 529 l 678 345 l 151 345 q 230 141 151 218 q 415 67 305 67 q 500 81 459 67 q 565 110 534 91 q 606 139 587 124 q 622 153 622 152 l 667 82 q 642 62 657 73 l 546 -11 q 492 -69 509 -42 q 469 -137 469 -104 q 511 -196 469 -176 l 539 -205 l 553 -207 l 533 -284 q 509 -282 533 -286 q 458 -265 481 -276 q 406 -226 425 -250 q 383 -157 383 -197 q 406 -75 383 -115 q 457 -15 424 -46 l 457 -12 q 411 -17 436 -17 q 157 84 258 -17 q 54 348 54 188 m 581 420 q 522 583 581 524 q 390 636 470 636 q 239 580 301 636 q 155 420 171 521 l 581 420 "},"S":{"x_min":50,"x_max":643,"ha":704,"o":"m 108 192 q 125 174 108 191 q 174 132 149 150 q 253 91 213 106 q 355 73 304 73 q 489 120 436 73 q 545 246 545 170 q 471 384 545 327 q 395 429 442 406 l 325 463 q 320 466 321 464 q 309 471 313 468 q 222 516 253 498 q 146 571 176 542 q 73 742 73 641 q 153 919 73 847 q 365 993 236 993 q 530 956 455 993 q 624 824 624 910 l 624 755 l 534 755 l 534 801 q 483 873 534 844 q 366 903 434 903 q 222 855 277 903 q 171 745 171 811 q 244 617 171 670 q 320 574 272 598 q 362 554 336 566 l 407 534 q 493 489 460 510 q 569 432 539 463 q 643 252 643 360 q 565 63 643 138 q 353 -17 483 -17 q 222 5 286 -17 q 128 52 173 21 l 94 77 q 70 99 81 88 q 50 121 50 120 l 108 192 "},"/":{"x_min":4.078125,"x_max":435.5625,"ha":442,"o":"m 349 1030 l 435 1030 l 91 -58 l 4 -58 l 349 1030 "},"į":{"x_min":37.890625,"x_max":305.109375,"ha":342,"o":"m 122 976 l 212 976 l 212 857 l 122 857 l 122 976 m 218 112 q 247 82 218 82 l 305 82 l 305 0 l 277 -23 q 244 -56 258 -40 q 207 -137 207 -101 q 248 -195 207 -176 l 277 -205 l 291 -206 l 269 -284 q 246 -281 269 -286 q 196 -265 219 -276 q 144 -226 163 -249 q 121 -156 121 -197 q 150 -65 121 -109 q 209 -2 172 -30 l 209 0 l 194 0 q 125 115 125 0 l 125 585 q 95 616 125 616 l 37 616 l 37 698 l 134 698 q 218 613 218 698 l 218 112 "},"Ŧ":{"x_min":20,"x_max":823,"ha":843,"o":"m 374 450 l 155 450 l 155 529 l 374 529 l 374 890 l 136 890 q 107 859 107 890 l 107 794 l 20 794 l 20 896 q 97 976 20 976 l 745 976 q 823 896 823 976 l 823 794 l 735 794 l 735 859 q 705 890 735 890 l 469 890 l 469 529 l 694 529 l 694 450 l 469 450 l 469 0 l 374 0 l 374 450 "},"y":{"x_min":11,"x_max":712,"ha":734,"o":"m 55 -154 q 83 -180 55 -160 q 156 -207 120 -207 q 283 -93 237 -207 l 324 2 l 83 584 q 35 616 69 616 l 22 616 l 22 698 l 64 698 q 168 621 139 698 l 344 185 q 369 111 369 123 l 371 111 l 378 135 q 394 185 386 163 l 563 621 q 669 698 592 698 l 712 698 l 712 616 l 698 616 q 650 584 663 616 l 355 -146 q 159 -292 296 -292 q 49 -257 99 -292 l 33 -246 l 20 -235 q 11 -223 11 -225 l 55 -154 "},"g":{"x_min":57,"x_max":757,"ha":788,"o":"m 57 362 q 136 617 57 520 q 353 715 217 715 q 467 696 416 715 q 536 655 506 681 q 571 613 558 637 q 581 596 581 598 l 584 596 l 584 621 q 661 698 584 698 l 757 698 l 757 616 l 701 616 q 671 586 671 616 l 671 16 q 570 -220 671 -138 q 341 -291 481 -291 q 118 -235 224 -291 l 154 -156 q 208 -180 154 -160 q 268 -198 238 -191 q 339 -205 305 -205 q 509 -153 446 -205 q 578 14 578 -96 l 578 125 l 577 125 q 362 4 513 4 q 140 104 224 4 q 57 362 57 204 m 375 89 q 518 148 467 89 q 580 362 580 218 q 517 572 580 505 q 363 629 462 629 q 152 363 152 629 q 213 163 152 238 q 375 89 274 89 "},"ĸ":{"x_min":26.890625,"x_max":653.4375,"ha":678,"o":"m 114 585 q 84 616 114 616 l 26 616 l 26 698 l 123 698 q 207 617 207 698 l 207 400 l 277 400 q 355 433 330 400 l 541 698 l 653 698 l 445 412 q 423 386 434 397 q 408 370 415 376 q 396 362 396 361 l 396 359 q 408 349 396 362 l 420 334 q 436 308 428 323 l 544 112 q 607 82 560 82 l 650 82 l 650 0 l 579 0 q 461 69 498 0 l 341 287 q 308 313 332 306 q 269 318 295 318 l 207 318 l 207 0 l 114 0 l 114 585 "},"²":{"x_min":69,"x_max":479,"ha":557,"o":"m 130 368 q 69 437 69 368 q 123 574 69 517 q 179 620 145 597 q 240 658 198 633 q 289 687 273 676 q 333 720 315 705 q 374 812 374 761 q 266 912 374 912 q 174 856 174 912 l 174 821 l 100 821 l 100 874 q 161 960 100 928 q 266 987 210 987 q 404 937 353 987 q 453 812 453 888 q 396 679 453 734 q 339 636 374 658 q 310 616 327 626 l 266 591 l 229 567 q 187 534 203 551 q 147 448 147 495 q 159 440 147 440 l 396 440 q 405 449 405 440 l 405 498 l 479 498 l 479 429 q 419 368 479 368 l 130 368 "},"–":{"x_min":97,"x_max":778,"ha":875,"o":"m 97 435 l 778 435 l 778 354 l 97 354 l 97 435 "},"ë":{"x_min":54,"x_max":678,"ha":746,"o":"m 54 348 q 153 617 54 514 q 391 715 248 715 q 605 619 527 715 q 678 392 678 529 l 678 345 l 151 345 q 230 139 151 217 q 416 67 305 67 q 500 81 460 67 q 566 110 534 91 q 606 139 587 124 q 622 153 622 152 l 667 82 q 649 67 667 81 q 597 32 626 48 q 517 -1 559 10 q 412 -17 465 -17 q 157 84 258 -17 q 54 348 54 188 m 581 420 q 523 583 581 524 q 390 636 471 636 q 238 580 301 636 q 155 420 171 521 l 581 420 m 452 976 l 532 976 l 532 857 l 452 857 l 452 976 m 247 976 l 327 976 l 327 857 l 247 857 l 247 976 "},"J":{"x_min":33,"x_max":572,"ha":688,"o":"m 33 312 l 128 312 l 128 278 q 184 119 128 172 q 303 75 230 75 q 422 119 376 75 q 476 276 476 172 l 476 859 q 446 890 476 890 l 209 890 l 209 976 l 488 976 q 572 891 572 976 l 572 273 q 486 49 572 126 q 302 -17 414 -17 q 118 49 190 -17 q 33 273 33 127 l 33 312 "},"Ã":{"x_min":16,"x_max":876,"ha":894,"o":"m 16 86 l 33 86 q 82 116 71 86 l 395 976 l 497 976 l 810 116 q 859 86 821 86 l 876 86 l 876 0 l 832 0 q 719 80 749 0 l 636 311 l 256 311 l 172 80 q 60 0 142 0 l 16 0 l 16 86 m 610 395 l 484 743 q 459 824 474 772 l 447 870 l 444 870 l 432 824 q 407 743 418 772 l 282 395 l 610 395 m 232 1048 q 358 1211 232 1211 q 416 1195 390 1211 q 455 1161 433 1184 q 461 1156 458 1159 q 462 1154 461 1155 l 490 1126 q 530 1111 510 1111 q 574 1145 560 1111 q 585 1206 585 1170 l 657 1206 q 530 1044 657 1044 q 473 1059 499 1044 q 432 1094 455 1070 l 414 1112 q 398 1127 405 1122 q 357 1143 377 1143 q 313 1109 327 1143 q 303 1048 303 1084 l 232 1048 "},"ŷ":{"x_min":11,"x_max":712,"ha":734,"o":"m 55 -154 q 83 -180 55 -159 q 156 -207 120 -207 q 283 -93 237 -207 l 324 2 l 83 584 q 35 616 69 616 l 22 616 l 22 698 l 64 698 q 168 621 139 698 l 344 185 q 369 111 369 123 l 371 111 l 378 135 q 394 185 386 163 l 563 621 q 669 698 592 698 l 712 698 l 712 616 l 698 616 q 650 584 663 616 l 355 -145 q 159 -291 296 -291 q 49 -256 99 -291 l 33 -245 l 20 -234 q 11 -223 11 -225 l 55 -154 m 317 976 l 412 976 l 525 811 l 439 811 l 366 923 l 363 923 l 290 811 l 204 811 l 317 976 "},"ŕ":{"x_min":30.890625,"x_max":462,"ha":491,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 126 698 q 209 618 209 698 l 209 551 q 208 534 208 542 l 206 519 l 209 519 q 289 652 235 602 q 425 705 348 705 l 438 705 l 462 700 l 462 608 l 451 609 q 428 611 438 611 q 230 430 282 611 q 211 294 211 367 l 211 0 l 118 0 l 118 585 m 305 976 l 409 976 l 291 811 l 211 811 l 305 976 "},"©":{"x_min":56,"x_max":1024,"ha":1080,"o":"m 56 488 q 196 845 56 698 q 536 993 337 993 q 882 845 739 993 q 1024 488 1024 698 q 882 130 1024 276 q 536 -17 740 -17 q 196 130 336 -17 q 56 488 56 277 m 136 488 q 251 181 136 306 q 536 58 367 58 q 827 181 709 58 q 945 488 945 306 q 827 792 945 669 q 536 918 709 918 q 251 792 367 918 q 136 488 136 669 m 270 485 q 343 682 270 602 q 549 771 422 771 q 647 750 601 771 q 717 707 684 735 q 758 663 740 686 q 772 642 772 643 l 709 599 q 698 614 709 600 q 668 647 684 632 q 619 679 645 668 q 552 695 586 695 q 401 631 458 695 q 350 487 350 572 q 401 342 350 401 q 552 279 457 279 q 620 294 587 279 q 669 327 646 305 q 699 359 685 341 q 709 374 709 373 l 772 331 q 758 310 772 330 q 715 267 739 287 q 646 223 684 238 q 549 203 600 203 q 343 290 420 203 q 270 485 270 370 "},"˘":{"x_min":162,"x_max":471,"ha":660,"o":"m 317 1040 q 211 1077 254 1040 q 162 1188 162 1118 l 162 1209 l 233 1209 l 233 1190 q 317 1105 233 1105 q 400 1190 400 1105 l 400 1209 l 471 1209 l 471 1188 q 423 1077 471 1118 q 317 1040 379 1040 "},"ẞ":{"x_min":46.53125,"x_max":790,"ha":846,"o":"m 46 86 l 105 86 q 135 116 135 86 l 135 716 q 208 901 135 827 q 390 976 281 976 l 750 976 l 750 909 l 536 600 q 521 579 529 589 l 501 551 l 501 546 l 543 546 q 719 465 646 546 q 790 278 790 385 q 709 82 790 162 q 516 0 629 0 l 387 0 l 387 86 l 510 86 q 641 142 589 86 q 692 277 692 198 q 641 412 692 356 q 513 468 591 468 l 390 468 l 390 536 l 574 808 q 602 847 588 828 l 619 871 q 635 890 635 891 l 635 892 l 606 890 l 398 890 q 276 840 324 890 q 230 718 230 791 l 230 84 q 147 0 230 0 l 46 0 l 46 86 "},"Ă":{"x_min":16,"x_max":876,"ha":894,"o":"m 16 86 l 33 86 q 82 116 71 86 l 395 976 l 497 976 l 810 116 q 859 86 821 86 l 876 86 l 876 0 l 832 0 q 719 80 749 0 l 636 311 l 256 311 l 172 80 q 60 0 142 0 l 16 0 l 16 86 m 610 395 l 483 743 q 459 824 474 772 l 447 870 l 444 870 l 432 824 q 407 743 418 772 l 282 395 l 610 395 m 447 1040 q 341 1077 384 1040 q 292 1188 292 1119 l 292 1209 l 363 1209 l 363 1191 q 447 1105 363 1105 q 530 1191 530 1105 l 530 1209 l 601 1209 l 601 1188 q 553 1077 601 1119 q 447 1040 509 1040 "},"D":{"x_min":57,"x_max":921,"ha":973,"o":"m 145 890 l 57 890 l 57 976 l 440 976 q 789 848 659 976 q 921 488 921 716 q 788 127 921 258 q 440 0 659 0 l 228 0 q 145 84 145 0 l 145 890 m 240 116 q 270 86 240 86 l 431 86 q 714 190 610 86 q 822 488 822 295 q 714 787 822 680 q 431 890 610 890 l 240 890 l 240 116 "},"ÿ":{"x_min":11,"x_max":712,"ha":734,"o":"m 55 -153 q 83 -179 55 -159 q 157 -206 120 -206 q 283 -92 237 -206 l 324 2 l 83 585 q 35 617 69 617 l 22 617 l 22 699 l 64 699 q 168 622 139 699 l 344 186 q 369 111 369 123 l 371 111 l 378 136 q 395 186 386 163 l 563 622 q 669 699 592 699 l 712 699 l 712 617 l 698 617 q 650 585 663 617 l 355 -145 q 159 -291 297 -291 q 49 -256 99 -291 l 33 -245 l 20 -234 q 11 -222 11 -224 l 55 -153 m 428 976 l 508 976 l 508 857 l 428 857 l 428 976 m 224 976 l 304 976 l 304 857 l 224 857 l 224 976 "},"ĺ":{"x_min":29.875,"x_max":301.203125,"ha":334,"o":"m 117 863 q 87 894 117 894 l 29 894 l 29 976 l 126 976 q 210 891 210 976 l 210 112 q 239 82 210 82 l 297 82 l 297 0 l 200 0 q 117 84 117 0 l 117 863 m 197 1209 l 301 1209 l 182 1044 l 102 1044 l 197 1209 "},"ł":{"x_min":21.3125,"x_max":342.96875,"ha":363,"o":"m 137 492 l 21 426 l 21 524 l 137 592 l 137 863 q 107 894 137 894 l 49 894 l 49 976 l 146 976 q 230 891 230 976 l 230 646 l 342 713 l 342 613 l 230 546 l 230 112 q 259 82 230 82 l 317 82 l 317 0 l 220 0 q 137 84 137 0 l 137 492 "},"Ł":{"x_min":57.53125,"x_max":708,"ha":722,"o":"m 146 469 l 57 419 l 57 516 l 146 567 l 146 859 q 116 890 146 890 l 57 890 l 57 976 l 158 976 q 241 891 241 976 l 241 623 l 389 712 l 389 612 l 241 524 l 241 116 q 271 86 241 86 l 588 86 q 618 116 618 86 l 618 181 l 708 181 l 708 84 q 624 0 708 0 l 229 0 q 146 84 146 0 l 146 469 "},"$":{"x_min":63,"x_max":663,"ha":724,"o":"m 134 225 q 148 201 134 222 q 193 150 169 173 q 269 97 228 117 q 375 74 319 74 q 513 125 460 74 q 565 247 565 173 q 491 383 565 326 q 415 430 462 405 l 340 466 q 329 472 333 469 q 242 516 275 498 q 166 573 196 544 q 93 749 93 644 q 159 907 93 841 q 336 988 226 974 l 336 1120 l 414 1120 l 414 990 q 560 947 500 982 q 638 824 638 902 l 638 755 l 548 755 l 548 800 q 500 872 548 843 q 387 902 453 902 q 242 857 297 902 q 191 750 191 814 q 264 620 191 674 q 340 576 292 599 l 427 535 q 513 491 480 510 q 589 434 559 463 q 663 251 663 361 q 596 75 663 150 q 414 -13 526 -2 l 414 -143 l 336 -143 l 336 -13 q 213 22 270 -6 q 128 83 167 46 q 99 115 113 98 q 79 141 88 128 q 63 166 63 164 l 134 225 "},"w":{"x_min":14,"x_max":1122,"ha":1136,"o":"m 79 584 q 31 616 68 616 l 14 616 l 14 698 l 61 698 q 169 620 144 698 l 309 177 q 330 103 330 115 l 332 103 l 354 177 l 522 696 l 613 696 l 796 127 l 803 103 l 806 103 l 811 127 q 825 177 818 155 l 966 620 q 1074 698 991 698 l 1122 698 l 1122 616 l 1102 616 q 1055 584 1066 616 l 859 0 l 756 0 l 589 497 q 569 572 569 562 l 567 572 q 545 497 567 558 l 379 0 l 275 0 l 79 584 "},"\\":{"x_min":6.8125,"x_max":438.28125,"ha":431,"o":"m 6 1030 l 93 1030 l 438 -58 l 352 -58 l 6 1030 "},"Ì":{"x_min":39.859375,"x_max":337,"ha":400,"o":"m 63 86 l 153 86 l 153 890 l 63 890 l 63 976 l 337 976 l 337 890 l 246 890 l 246 86 l 337 86 l 337 0 l 63 0 l 63 86 m 39 1209 l 143 1209 l 239 1044 l 158 1044 l 39 1209 "},"Ç":{"x_min":52,"x_max":899,"ha":945,"o":"m 52 495 q 186 849 52 706 q 524 993 322 993 q 754 944 649 993 q 882 785 882 885 l 882 705 l 792 705 l 792 759 q 700 864 792 823 q 526 901 620 901 q 259 787 366 901 q 151 495 151 671 q 257 198 151 319 q 527 75 365 75 q 660 95 595 75 q 759 143 712 113 q 796 167 778 154 l 822 190 q 844 210 844 209 l 899 141 q 875 118 899 138 q 845 93 861 105 q 805 65 826 77 q 691 10 751 30 q 537 -17 617 -17 l 524 -76 q 620 -175 620 -90 q 579 -260 620 -232 q 489 -285 545 -285 q 441 -280 464 -285 q 422 -278 422 -280 l 422 -211 q 438 -215 422 -213 l 457 -218 q 479 -220 468 -220 q 548 -172 548 -220 q 470 -125 548 -125 q 451 -126 451 -125 l 476 -14 q 169 148 287 3 q 52 495 52 291 "},"Ŝ":{"x_min":50,"x_max":643,"ha":704,"o":"m 108 192 q 125 174 108 191 q 174 132 149 150 q 253 91 213 106 q 355 73 304 73 q 489 120 436 73 q 545 246 545 170 q 471 384 545 327 q 395 429 442 406 l 325 463 q 320 466 321 464 q 309 471 313 468 q 222 516 253 498 q 146 571 176 542 q 73 742 73 641 q 153 919 73 847 q 365 993 236 993 q 530 956 455 993 q 624 824 624 910 l 624 755 l 534 755 l 534 801 q 483 873 534 844 q 366 903 434 903 q 222 855 277 903 q 171 745 171 811 q 244 617 171 670 q 320 574 272 598 q 362 554 336 566 l 407 534 q 493 489 460 510 q 569 432 539 463 q 643 252 643 360 q 565 63 643 138 q 353 -17 483 -17 q 222 5 286 -17 q 128 52 173 21 l 94 77 q 70 99 81 88 q 50 121 50 120 l 108 192 m 312 1209 l 407 1209 l 520 1044 l 434 1044 l 361 1156 l 358 1156 l 285 1044 l 199 1044 l 312 1209 "},"C":{"x_min":52,"x_max":899,"ha":945,"o":"m 52 495 q 186 849 52 706 q 524 993 322 993 q 754 944 649 993 q 882 785 882 885 l 882 705 l 792 705 l 792 759 q 700 864 792 823 q 526 901 620 901 q 259 787 366 901 q 151 495 151 671 q 259 198 151 319 q 530 75 368 75 q 662 95 598 75 q 760 144 714 113 q 796 169 779 155 q 822 191 809 179 q 844 212 844 210 l 899 141 q 873 116 899 138 q 844 91 860 104 q 803 62 824 76 q 687 8 748 27 q 529 -17 611 -17 q 185 133 321 -17 q 52 495 52 278 "},"Ē":{"x_min":57.640625,"x_max":726,"ha":760,"o":"m 146 890 l 57 890 l 57 976 l 604 976 q 688 891 688 976 l 688 794 l 598 794 l 598 859 q 568 890 598 890 l 241 890 l 241 534 l 600 534 l 600 448 l 241 448 l 241 116 q 271 86 241 86 l 608 86 q 638 116 638 86 l 638 181 l 726 181 l 726 84 q 642 0 726 0 l 229 0 q 146 84 146 0 l 146 890 m 233 1165 l 568 1165 l 568 1090 l 233 1090 l 233 1165 "},"!":{"x_min":151,"x_max":256,"ha":404,"o":"m 155 976 l 246 976 l 246 255 l 155 255 l 155 976 m 151 107 l 256 107 l 256 0 l 151 0 l 151 107 "},"ç":{"x_min":54,"x_max":681,"ha":718,"o":"m 54 348 q 157 612 54 508 q 414 715 260 715 q 485 708 447 715 q 565 684 530 699 q 658 566 658 642 l 658 504 l 571 504 l 571 544 q 513 609 571 584 q 414 630 466 630 q 226 552 301 630 q 149 348 149 473 q 229 144 149 223 q 417 69 305 69 q 511 84 465 69 q 580 119 546 96 q 622 152 603 134 q 638 167 638 166 l 681 96 q 663 78 681 95 q 613 39 640 57 q 527 1 572 16 q 410 -17 471 -17 l 399 -76 q 495 -175 495 -90 q 454 -259 495 -232 q 364 -285 420 -285 q 315 -280 339 -285 q 296 -277 296 -280 l 296 -211 q 312 -215 296 -213 l 331 -218 q 353 -220 342 -220 q 423 -173 423 -220 q 345 -126 423 -126 l 324 -126 l 350 -11 q 138 105 220 7 q 54 348 54 203 "},"Ĵ":{"x_min":33,"x_max":572,"ha":688,"o":"m 33 312 l 128 312 l 128 278 q 184 119 128 172 q 303 75 230 75 q 422 119 376 75 q 476 276 476 172 l 476 859 q 446 890 476 890 l 209 890 l 209 976 l 488 976 q 572 891 572 976 l 572 273 q 486 49 572 126 q 302 -17 414 -17 q 118 49 190 -17 q 33 273 33 127 l 33 312 m 333 1209 l 429 1209 l 542 1044 l 456 1044 l 382 1156 l 380 1156 l 306 1044 l 220 1044 l 333 1209 "},"È":{"x_min":57.640625,"x_max":726,"ha":760,"o":"m 146 890 l 57 890 l 57 976 l 604 976 q 688 891 688 976 l 688 794 l 598 794 l 598 859 q 568 890 598 890 l 241 890 l 241 534 l 600 534 l 600 448 l 241 448 l 241 116 q 271 86 241 86 l 608 86 q 638 116 638 86 l 638 181 l 726 181 l 726 84 q 642 0 726 0 l 229 0 q 146 84 146 0 l 146 890 m 241 1209 l 344 1209 l 440 1044 l 359 1044 l 241 1209 "},"X":{"x_min":20.640625,"x_max":755.359375,"ha":776,"o":"m 325 509 l 118 853 q 50 890 96 890 l 22 890 l 22 976 l 72 976 q 204 898 159 976 l 326 688 q 367 615 344 658 l 388 578 l 391 578 q 408 615 391 579 q 449 688 430 658 l 571 898 q 703 976 616 976 l 754 976 l 754 890 l 725 890 q 657 853 679 890 l 449 509 l 755 0 l 646 0 l 405 408 l 386 443 l 384 443 q 366 408 384 441 q 326 334 345 366 l 129 0 l 20 0 l 325 509 "},"ô":{"x_min":54,"x_max":777,"ha":831,"o":"m 54 352 q 160 610 54 506 q 414 715 265 715 q 670 610 565 715 q 777 352 777 506 q 670 88 777 195 q 416 -17 565 -17 q 160 88 265 -17 q 54 352 54 195 m 149 352 q 228 149 149 231 q 416 67 304 67 q 604 149 526 67 q 681 352 681 231 q 604 549 681 470 q 416 629 526 629 q 228 549 304 629 q 149 352 149 470 m 368 976 l 463 976 l 576 810 l 491 810 l 417 923 l 414 923 l 341 810 l 255 810 l 368 976 "},"Ė":{"x_min":57.640625,"x_max":726,"ha":760,"o":"m 146 890 l 57 890 l 57 976 l 604 976 q 688 891 688 976 l 688 794 l 598 794 l 598 859 q 568 890 598 890 l 241 890 l 241 534 l 600 534 l 600 448 l 241 448 l 241 116 q 271 86 241 86 l 608 86 q 638 116 638 86 l 638 181 l 726 181 l 726 84 q 642 0 726 0 l 229 0 q 146 84 146 0 l 146 890 m 356 1209 l 446 1209 l 446 1090 l 356 1090 l 356 1209 "},"Ā":{"x_min":16,"x_max":876,"ha":894,"o":"m 16 86 l 33 86 q 82 116 71 86 l 395 976 l 497 976 l 810 116 q 859 86 821 86 l 876 86 l 876 0 l 832 0 q 719 80 749 0 l 636 311 l 256 311 l 172 80 q 60 0 142 0 l 16 0 l 16 86 m 610 395 l 484 743 q 459 824 474 772 l 447 870 l 444 870 l 432 824 q 408 743 418 772 l 282 395 l 610 395 m 280 1165 l 615 1165 l 615 1090 l 280 1090 l 280 1165 "},"ċ":{"x_min":54,"x_max":681,"ha":718,"o":"m 54 348 q 157 612 54 508 q 414 715 260 715 q 485 708 447 715 q 565 684 530 699 q 658 566 658 642 l 658 504 l 571 504 l 571 544 q 513 609 571 584 q 414 630 466 630 q 226 552 301 630 q 149 348 149 473 q 229 144 149 223 q 417 69 305 69 q 511 84 465 69 q 580 119 546 96 q 622 152 603 134 q 638 167 638 166 l 681 96 q 663 78 681 95 q 613 39 642 57 q 529 1 573 14 q 413 -17 473 -17 q 157 84 258 -17 q 54 348 54 187 m 351 976 l 441 976 l 441 857 l 351 857 l 351 976 "},"đ":{"x_min":57,"x_max":789,"ha":800,"o":"m 355 -17 q 137 85 219 -17 q 57 349 57 185 q 144 614 57 513 q 364 715 228 715 q 469 694 421 715 q 538 649 507 678 q 577 605 560 628 q 588 584 588 586 l 590 584 l 589 599 q 588 616 589 607 l 588 785 l 409 785 l 409 856 l 588 856 l 588 976 l 681 976 l 681 856 l 789 856 l 789 785 l 680 785 l 680 112 q 709 82 680 82 l 767 82 l 767 0 l 672 0 q 592 77 592 0 l 592 122 l 590 122 q 579 99 590 119 q 540 52 563 74 q 468 5 509 21 q 355 -17 416 -17 m 368 67 q 522 134 462 67 q 590 349 590 209 q 537 542 590 464 q 372 630 476 630 q 217 556 278 630 q 152 349 152 477 q 212 144 152 221 q 368 67 271 67 "},"Ŀ":{"x_min":57.53125,"x_max":708,"ha":722,"o":"m 146 859 q 116 890 146 890 l 57 890 l 57 976 l 158 976 q 241 891 241 976 l 241 116 q 271 86 241 86 l 588 86 q 618 116 618 86 l 618 181 l 708 181 l 708 84 q 624 0 708 0 l 229 0 q 146 84 146 0 l 146 859 m 410 572 l 515 572 l 515 461 l 410 461 l 410 572 "},"ŋ":{"x_min":30.890625,"x_max":712,"ha":821,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 125 698 q 208 620 208 698 l 208 539 l 209 539 q 295 650 234 602 q 375 696 330 680 q 481 715 424 715 q 660 644 605 715 q 712 444 712 578 l 712 -32 q 686 -170 712 -113 q 621 -248 662 -219 q 542 -283 587 -273 q 473 -291 510 -291 q 434 -287 434 -291 l 434 -205 q 463 -207 434 -207 q 510 -201 488 -207 q 561 -177 540 -194 q 619 -27 619 -133 l 619 419 q 614 498 619 466 q 594 563 608 537 q 470 626 560 626 q 221 427 274 626 q 211 334 211 390 l 211 0 l 118 0 l 118 585 "},"}":{"x_min":60,"x_max":398,"ha":443,"o":"m 60 -56 l 73 -56 q 88 -54 80 -56 q 106 -51 97 -54 q 148 -29 129 -44 q 197 118 197 15 l 197 270 q 214 358 197 319 q 251 412 228 388 q 289 440 269 428 q 306 446 306 448 l 306 449 q 289 458 306 448 q 251 487 269 470 q 214 541 228 510 q 197 625 197 578 l 197 761 q 148 909 197 866 q 106 931 129 924 q 88 934 97 934 q 73 935 80 935 l 60 935 l 60 1013 l 81 1013 q 136 1006 108 1013 q 202 974 172 996 q 258 900 239 946 q 283 764 283 845 l 283 650 q 300 564 283 600 q 341 516 315 535 q 380 495 358 502 q 398 491 398 489 l 398 405 q 380 401 398 406 q 341 380 358 394 q 300 333 315 360 q 283 247 283 297 l 283 115 q 258 -20 283 34 q 202 -96 239 -68 q 136 -128 172 -118 q 81 -135 108 -135 q 60 -133 60 -135 l 60 -56 "},"â":{"x_min":54,"x_max":691.125,"ha":720,"o":"m 54 189 q 103 324 54 270 q 218 396 143 370 q 357 424 278 417 q 421 429 387 429 q 472 429 444 429 l 511 429 l 511 437 q 334 636 511 636 q 298 633 317 636 q 255 624 274 630 q 201 574 201 608 l 201 530 l 113 530 l 113 596 q 202 692 113 660 q 275 710 235 703 q 335 715 308 715 q 550 637 486 715 q 604 446 604 573 l 604 112 q 633 82 604 82 l 691 82 l 691 0 l 596 0 q 515 83 515 0 l 515 134 l 513 134 q 502 110 516 134 q 464 59 487 83 q 394 6 433 26 q 286 -17 345 -17 q 127 34 192 -17 q 54 189 54 91 m 149 195 q 187 105 149 143 q 301 64 229 64 q 455 147 394 64 q 511 319 511 222 l 511 351 l 426 351 l 376 351 q 270 334 313 351 q 184 287 214 317 q 149 195 149 251 m 305 976 l 400 976 l 513 810 l 428 810 l 354 923 l 351 923 l 278 810 l 192 810 l 305 976 "},"ø":{"x_min":54,"x_max":777,"ha":831,"o":"m 183 66 q 54 352 54 176 q 160 610 54 506 q 414 715 265 715 q 601 663 516 715 l 654 739 l 710 698 l 657 623 q 777 352 777 516 q 670 88 777 195 q 416 -17 565 -17 q 240 27 319 -17 l 188 -46 l 132 -4 l 183 66 m 551 591 q 416 629 488 629 q 228 549 304 629 q 149 352 149 470 q 235 141 149 226 l 551 591 m 290 101 q 416 67 349 67 q 604 149 526 67 q 681 352 681 231 q 602 547 681 469 l 290 101 "},"‰":{"x_min":84,"x_max":1384,"ha":1438,"o":"m 274 606 q 139 663 195 606 q 84 799 84 718 q 139 935 84 878 q 274 993 195 993 q 410 935 353 993 q 466 799 466 878 q 410 663 466 718 q 274 606 354 606 m 821 976 l 917 976 l 189 0 l 92 0 l 821 976 m 274 684 q 386 799 386 684 q 353 880 386 846 q 274 915 320 915 q 164 799 164 915 q 274 684 164 684 m 1001 174 q 1056 312 1001 255 q 1191 369 1112 369 q 1328 311 1271 369 q 1384 174 1384 255 q 1328 39 1384 95 q 1191 -17 1270 -17 q 1057 40 1113 -17 q 1001 174 1001 95 m 544 174 q 599 312 544 255 q 734 369 655 369 q 870 311 813 369 q 926 174 926 255 q 870 39 926 95 q 734 -17 813 -17 q 600 40 655 -17 q 544 174 544 95 m 1083 176 q 1192 61 1083 61 q 1304 175 1304 61 q 1271 256 1304 223 q 1192 291 1238 291 q 1083 176 1083 291 m 626 176 q 734 61 626 61 q 846 175 846 61 q 813 256 846 223 q 734 291 780 291 q 626 176 626 291 "},"Ä":{"x_min":16,"x_max":876,"ha":894,"o":"m 16 86 l 33 86 q 82 116 71 86 l 395 976 l 497 976 l 810 116 q 859 86 821 86 l 876 86 l 876 0 l 832 0 q 719 80 749 0 l 636 311 l 256 311 l 172 80 q 60 0 142 0 l 16 0 l 16 86 m 610 395 l 484 743 q 459 824 474 772 l 447 870 l 444 870 l 432 824 q 407 743 418 772 l 282 395 l 610 395 m 510 1209 l 590 1209 l 590 1090 l 510 1090 l 510 1209 m 306 1209 l 386 1209 l 386 1090 l 306 1090 l 306 1209 "},"ř":{"x_min":30.890625,"x_max":462,"ha":491,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 126 698 q 209 618 209 698 l 209 551 q 208 534 208 542 l 206 519 l 209 519 q 289 652 235 602 q 425 705 348 705 l 438 705 l 462 700 l 462 608 l 451 609 q 428 611 438 611 q 230 430 282 611 q 211 294 211 367 l 211 0 l 118 0 l 118 585 m 90 976 l 178 976 l 251 865 l 254 865 l 327 976 l 413 976 l 299 811 l 205 811 l 90 976 "},"—":{"x_min":97,"x_max":1050,"ha":1147,"o":"m 97 435 l 1050 435 l 1050 354 l 97 354 l 97 435 "},"N":{"x_min":57.53125,"x_max":979.46875,"ha":1035,"o":"m 57 86 l 116 86 q 146 116 146 86 l 146 976 l 233 976 l 721 280 q 773 198 742 250 q 783 180 777 189 l 799 153 l 798 153 l 798 197 q 798 280 798 248 l 798 891 q 880 976 798 976 l 979 976 l 979 890 l 920 890 q 891 859 891 890 l 891 0 l 803 0 l 314 695 q 263 776 293 724 l 235 822 l 233 822 l 237 777 q 241 695 241 727 l 241 84 q 158 0 241 0 l 57 0 l 57 86 "},"⁄":{"x_min":38.109375,"x_max":528.109375,"ha":566,"o":"m 442 976 l 528 976 l 123 0 l 38 0 l 442 976 "},"2":{"x_min":57,"x_max":705,"ha":768,"o":"m 57 95 q 135 305 57 218 q 217 376 168 341 q 309 434 251 399 l 345 455 q 357 462 352 458 q 402 490 384 477 q 484 549 452 520 q 563 717 563 622 q 509 848 563 796 q 367 901 455 901 q 245 869 296 901 q 197 795 197 837 l 197 750 l 107 750 l 107 822 q 202 954 107 905 q 369 993 278 993 q 583 912 503 993 q 661 719 661 835 q 582 517 661 604 q 500 448 549 483 q 407 390 466 423 l 384 374 l 360 362 l 315 334 q 233 274 265 302 q 155 113 155 202 q 186 86 155 86 l 587 86 q 617 116 617 86 l 617 181 l 705 181 l 705 84 q 621 0 705 0 l 142 0 q 57 95 57 0 "},"ü":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 116 585 q 86 616 116 616 l 28 616 l 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 612 159 q 525 45 586 95 q 346 -17 446 -17 q 116 253 116 -17 l 116 585 m 465 976 l 545 976 l 545 857 l 465 857 l 465 976 m 260 976 l 340 976 l 340 857 l 260 857 l 260 976 "},"˜":{"x_min":121,"x_max":546,"ha":670,"o":"m 121 1048 q 247 1211 121 1211 q 305 1195 279 1211 q 344 1161 322 1184 l 380 1126 q 419 1111 399 1111 q 463 1145 449 1111 q 474 1206 474 1170 l 546 1206 q 419 1044 546 1044 q 362 1059 388 1044 q 321 1094 344 1070 l 303 1112 q 287 1127 294 1122 q 246 1143 266 1143 q 202 1109 216 1143 q 192 1048 192 1084 l 121 1048 "},"Ó":{"x_min":52,"x_max":1026,"ha":1076,"o":"m 52 494 q 193 848 52 704 q 539 993 334 993 q 884 848 743 993 q 1026 494 1026 704 q 884 131 1026 280 q 539 -17 741 -17 q 193 131 335 -17 q 52 494 52 280 m 151 494 q 264 195 151 317 q 539 75 377 75 q 812 195 699 75 q 927 494 927 317 q 812 784 927 666 q 539 901 701 901 q 264 784 377 901 q 151 494 151 666 m 589 1209 l 692 1209 l 574 1044 l 494 1044 l 589 1209 "},"ˇ":{"x_min":157.890625,"x_max":480.46875,"ha":645,"o":"m 157 1209 l 245 1209 l 318 1098 l 321 1098 l 394 1209 l 480 1209 l 366 1044 l 272 1044 l 157 1209 "},"Ÿ":{"x_min":14,"x_max":793,"ha":807,"o":"m 355 424 l 99 853 q 35 890 77 890 l 14 890 l 14 976 l 50 976 q 181 898 135 976 l 343 621 q 384 548 362 589 q 402 512 402 513 l 405 512 q 422 548 405 513 q 463 621 444 589 l 625 898 q 756 976 671 976 l 793 976 l 793 890 l 771 890 q 708 853 728 890 l 451 424 l 451 0 l 355 0 l 355 424 m 467 1209 l 547 1209 l 547 1090 l 467 1090 l 467 1209 m 263 1209 l 343 1209 l 343 1090 l 263 1090 l 263 1209 "},"ų":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 346 -17 q 116 253 116 -17 l 116 585 q 86 616 116 616 l 28 616 l 28 698 l 125 698 q 196 668 178 698 q 209 577 209 646 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 762 -23 q 730 -57 743 -40 q 692 -137 692 -101 q 734 -196 692 -176 l 762 -205 l 776 -207 l 756 -284 q 732 -282 756 -286 q 681 -265 704 -276 q 629 -226 648 -250 q 606 -157 606 -197 q 637 -62 606 -110 q 697 -1 661 -28 l 697 1 l 682 1 q 614 77 614 1 l 614 158 l 611 158 q 597 130 611 153 q 580 102 589 116 q 552 70 567 86 q 471 10 517 31 q 346 -17 414 -17 "},"€":{"x_min":53,"x_max":746,"ha":803,"o":"m 53 440 l 129 440 l 129 488 l 129 552 l 53 552 l 53 623 l 142 623 q 307 888 183 787 q 599 993 433 993 q 689 984 644 993 q 725 976 725 977 l 703 885 q 671 894 703 887 q 637 897 655 897 q 598 901 617 901 q 374 824 469 901 q 245 623 280 749 l 656 623 l 643 552 l 230 552 l 227 534 q 226 491 226 511 l 226 440 l 622 440 l 610 369 l 243 369 q 371 156 274 237 q 601 75 469 75 q 688 84 645 75 q 724 94 724 93 l 746 5 q 703 -5 746 2 q 600 -17 652 -17 q 300 91 428 -17 q 139 369 176 198 l 53 369 l 53 440 "},"Ŭ":{"x_min":46.53125,"x_max":929.75,"ha":976,"o":"m 135 859 q 105 890 135 890 l 46 890 l 46 976 l 147 976 q 230 891 230 976 l 230 338 q 299 145 230 218 q 487 75 370 75 q 675 145 605 75 q 746 341 746 218 l 746 891 q 829 976 746 976 l 929 976 l 929 890 l 871 890 q 841 859 841 890 l 841 334 q 744 80 841 176 q 488 -17 646 -17 q 232 80 330 -17 q 135 334 135 176 l 135 859 m 490 1040 q 384 1077 427 1040 q 335 1188 335 1119 l 335 1209 l 406 1209 l 406 1191 q 490 1105 406 1105 q 573 1191 573 1105 l 573 1209 l 644 1209 l 644 1188 q 596 1077 644 1119 q 490 1040 552 1040 "},"ĝ":{"x_min":57,"x_max":757,"ha":788,"o":"m 57 362 q 136 617 57 520 q 353 715 217 715 q 467 696 416 715 q 536 655 506 681 q 571 613 558 637 q 581 596 581 598 l 584 596 l 584 621 q 661 698 584 698 l 757 698 l 757 616 l 701 616 q 671 586 671 616 l 671 16 q 570 -220 671 -138 q 341 -291 481 -291 q 118 -235 224 -291 l 154 -156 q 208 -180 154 -160 q 268 -198 238 -191 q 339 -205 305 -205 q 509 -153 446 -205 q 578 14 578 -96 l 578 125 l 577 125 q 362 4 513 4 q 140 104 224 4 q 57 362 57 204 m 375 89 q 518 148 467 89 q 580 362 580 218 q 517 572 580 505 q 363 629 462 629 q 152 363 152 629 q 213 163 152 238 q 375 89 274 89 m 345 976 l 441 976 l 554 811 l 468 811 l 394 923 l 392 923 l 318 811 l 232 811 l 345 976 "},"ß":{"x_min":27.25,"x_max":739,"ha":759,"o":"m 27 82 l 83 82 q 113 112 113 82 l 113 737 q 198 927 113 855 q 386 993 276 993 q 561 930 492 993 q 625 786 625 870 q 601 698 625 740 q 550 634 585 670 l 521 607 q 497 580 506 591 q 474 523 474 551 q 514 454 474 490 q 558 420 531 440 q 569 412 562 416 l 607 384 q 654 345 635 363 q 698 300 680 322 q 739 181 739 245 q 672 33 739 87 q 518 -17 611 -17 q 430 -4 473 -17 q 365 23 396 5 q 322 51 342 35 q 308 63 308 62 l 342 137 q 355 126 342 136 l 390 102 q 445 79 418 87 q 512 67 479 67 q 604 95 569 67 q 645 184 645 126 q 603 273 645 230 q 561 311 586 290 l 487 363 l 463 383 q 420 422 437 404 q 378 520 378 469 q 401 595 378 559 q 454 655 416 618 l 482 684 q 506 715 497 701 q 529 784 529 748 q 493 868 529 833 q 382 907 452 907 q 261 862 312 907 q 206 730 206 812 l 206 84 q 122 0 206 0 l 27 0 l 27 82 "},"s":{"x_min":39,"x_max":541,"ha":598,"o":"m 92 170 q 105 153 92 169 q 146 117 124 134 q 212 81 177 94 q 302 65 256 65 q 403 92 364 65 q 447 176 447 123 q 387 263 447 226 q 325 294 363 277 l 255 324 q 184 356 211 342 q 123 398 147 376 q 63 526 63 449 q 133 667 63 617 q 306 715 199 715 q 437 688 377 715 q 515 588 515 653 l 515 529 l 428 529 l 428 562 q 385 616 428 596 q 309 633 351 633 q 157 531 157 633 q 216 442 157 480 q 278 412 240 428 l 349 383 q 419 351 392 365 q 481 309 456 331 q 541 178 541 256 q 472 37 541 92 q 301 -17 404 -17 q 185 2 240 -17 q 102 44 140 17 q 55 85 75 63 q 39 105 39 103 l 92 170 "},"Ű":{"x_min":46.53125,"x_max":929.75,"ha":976,"o":"m 135 859 q 105 890 135 890 l 46 890 l 46 976 l 147 976 q 230 891 230 976 l 230 338 q 299 145 230 218 q 487 75 370 75 q 675 145 605 75 q 746 341 746 218 l 746 891 q 829 976 746 976 l 929 976 l 929 890 l 871 890 q 841 859 841 890 l 841 334 q 744 80 841 176 q 488 -17 646 -17 q 232 80 330 -17 q 135 334 135 176 l 135 859 m 633 1209 l 736 1209 l 618 1044 l 537 1044 l 633 1209 m 446 1209 l 535 1209 l 443 1044 l 356 1044 l 446 1209 "},"?":{"x_min":53,"x_max":545,"ha":587,"o":"m 208 318 q 244 452 208 391 q 283 504 259 477 q 328 548 299 522 q 333 554 329 551 l 372 590 q 410 634 395 615 q 447 744 447 686 q 396 858 447 812 q 268 904 346 904 q 203 894 237 904 q 151 874 177 887 q 104 844 104 849 l 53 915 q 68 927 53 916 q 112 955 88 942 q 181 981 146 971 q 272 994 226 994 q 467 926 389 994 q 545 748 545 855 q 506 609 545 670 q 467 558 491 584 q 423 513 451 540 l 411 504 l 378 472 q 339 427 354 448 q 301 315 301 376 l 301 255 l 208 255 l 208 318 m 203 107 l 308 107 l 308 0 l 203 0 l 203 107 "},"Ņ":{"x_min":57.53125,"x_max":979.46875,"ha":1035,"o":"m 57 86 l 116 86 q 146 116 146 86 l 146 976 l 233 976 l 721 280 q 773 198 742 250 q 783 180 777 189 l 799 153 l 798 153 l 798 197 q 798 280 798 248 l 798 891 q 880 976 798 976 l 979 976 l 979 890 l 920 890 q 891 859 891 890 l 891 0 l 803 0 l 314 695 q 263 776 293 724 l 235 822 l 233 822 l 237 777 q 241 695 241 727 l 241 84 q 158 0 241 0 l 57 0 l 57 86 m 553 -88 q 563 -154 563 -121 q 530 -278 563 -204 l 458 -278 q 484 -167 484 -211 q 469 -88 484 -128 l 553 -88 "},"c":{"x_min":54,"x_max":681,"ha":718,"o":"m 54 348 q 157 612 54 508 q 414 715 260 715 q 485 708 447 715 q 565 684 530 699 q 658 566 658 642 l 658 504 l 571 504 l 571 544 q 513 609 571 584 q 414 630 466 630 q 226 552 301 630 q 149 348 149 473 q 229 144 149 223 q 417 69 305 69 q 511 84 465 69 q 580 119 546 96 q 622 152 603 134 q 638 167 638 166 l 681 96 q 663 78 681 95 q 613 39 642 57 q 528 1 573 14 q 413 -17 473 -17 q 157 84 258 -17 q 54 348 54 187 "},"¶":{"x_min":58.703125,"x_max":708,"ha":782,"o":"m 384 334 q 155 427 250 334 q 58 656 58 522 q 155 884 58 791 q 382 976 249 976 l 708 976 l 708 890 l 462 890 l 462 -69 l 384 -69 l 384 334 m 546 807 l 625 807 l 625 -69 l 546 -69 l 546 807 "},"Ī":{"x_min":31,"x_max":366,"ha":399,"o":"m 62 86 l 152 86 l 152 890 l 62 890 l 62 976 l 336 976 l 336 890 l 245 890 l 245 86 l 336 86 l 336 0 l 62 0 l 62 86 m 31 1165 l 366 1165 l 366 1090 l 31 1090 l 31 1165 "},"•":{"x_min":105,"x_max":493,"ha":598,"o":"m 299 205 q 162 263 219 205 q 105 403 105 321 q 162 543 105 485 q 299 602 219 602 q 437 543 380 602 q 493 403 493 485 q 437 263 493 321 q 299 205 380 205 "},"(":{"x_min":116,"x_max":358.53125,"ha":421,"o":"m 116 460 q 263 1013 116 772 l 350 1013 q 202 467 202 757 q 358 -132 202 146 l 272 -132 q 116 460 116 128 "},"­":{"x_min":101,"x_max":488,"ha":589,"o":"m 101 437 l 488 437 l 488 351 l 101 351 l 101 437 "},"Ħ":{"x_min":56,"x_max":975,"ha":1031,"o":"m 145 711 l 56 711 l 56 786 l 145 786 l 145 976 l 241 976 l 241 786 l 791 786 l 791 976 l 886 976 l 886 786 l 975 786 l 975 711 l 886 711 l 886 0 l 791 0 l 791 446 l 241 446 l 241 0 l 145 0 l 145 711 m 791 532 l 791 711 l 241 711 l 241 532 l 791 532 "},":":{"x_min":140,"x_max":245,"ha":385,"o":"m 140 698 l 245 698 l 245 587 l 140 587 l 140 698 m 140 111 l 245 111 l 245 0 l 140 0 l 140 111 "},"Û":{"x_min":46.53125,"x_max":929.75,"ha":976,"o":"m 135 859 q 105 890 135 890 l 46 890 l 46 976 l 147 976 q 230 891 230 976 l 230 338 q 299 145 230 218 q 487 75 370 75 q 675 145 605 75 q 746 341 746 218 l 746 891 q 829 976 746 976 l 929 976 l 929 890 l 871 890 q 841 859 841 890 l 841 334 q 744 80 841 176 q 488 -17 646 -17 q 232 80 330 -17 q 135 334 135 176 l 135 859 m 442 1209 l 537 1209 l 650 1044 l 565 1044 l 491 1156 l 488 1156 l 415 1044 l 329 1044 l 442 1209 "},"ś":{"x_min":39,"x_max":541,"ha":598,"o":"m 92 170 q 105 153 92 169 q 146 117 124 134 q 212 81 177 94 q 302 65 256 65 q 403 92 364 65 q 447 176 447 123 q 387 263 447 226 q 325 294 363 277 l 255 324 q 184 356 211 342 q 123 398 147 376 q 63 526 63 449 q 133 667 63 617 q 306 715 199 715 q 437 688 377 715 q 515 588 515 653 l 515 529 l 428 529 l 428 562 q 385 616 428 596 q 309 633 351 633 q 157 531 157 633 q 216 442 157 480 q 278 412 240 428 l 349 383 q 419 351 392 365 q 481 309 456 331 q 541 178 541 256 q 472 37 541 92 q 301 -17 404 -17 q 185 2 240 -17 q 102 44 140 17 q 55 85 75 63 q 39 105 39 103 l 92 170 m 351 976 l 455 976 l 336 810 l 256 810 l 351 976 "},"V":{"x_min":16,"x_max":871,"ha":889,"o":"m 78 859 q 29 890 67 890 l 16 890 l 16 976 l 58 976 q 169 895 141 976 l 405 238 q 429 156 416 207 l 442 112 l 444 112 l 457 156 q 481 238 470 207 l 717 895 q 830 976 745 976 l 871 976 l 871 890 l 858 890 q 809 859 820 890 l 495 0 l 393 0 l 78 859 "},"Ŗ":{"x_min":57,"x_max":809.21875,"ha":823,"o":"m 145 890 l 57 890 l 57 976 l 462 976 q 659 901 583 976 q 737 698 737 824 q 680 519 737 591 q 552 437 628 454 l 552 434 q 562 426 552 435 l 573 413 q 584 395 580 405 l 722 117 q 790 86 737 86 l 809 86 l 809 0 l 767 0 q 635 73 671 0 l 497 352 q 400 411 467 411 l 240 411 l 240 0 l 145 0 l 145 890 m 452 497 q 638 695 638 497 q 454 890 638 890 l 240 890 l 240 497 l 452 497 m 489 -88 q 499 -154 499 -121 q 466 -278 499 -204 l 394 -278 q 420 -167 420 -211 q 405 -88 420 -128 l 489 -88 "}," ":{"x_min":0,"x_max":0,"ha":370},"@":{"x_min":56,"x_max":970.671875,"ha":1006,"o":"m 56 336 q 198 697 56 548 q 540 846 340 846 q 799 765 711 846 q 874 583 874 696 l 874 146 l 970 146 l 970 68 l 604 68 q 409 147 488 68 q 332 335 332 225 q 409 522 332 444 q 604 602 487 602 l 779 602 q 725 715 779 671 q 547 764 662 764 q 265 637 381 764 q 151 336 151 512 q 265 34 151 156 q 554 -89 381 -89 l 554 -172 q 198 -23 343 -172 q 56 336 56 123 m 427 336 q 480 201 427 257 q 612 146 534 146 l 781 146 l 781 528 l 615 528 q 480 471 534 528 q 427 336 427 415 "},"¾":{"x_min":84,"x_max":1131,"ha":1211,"o":"m 768 976 l 853 976 l 450 0 l 364 0 l 768 976 m 285 357 q 204 372 245 357 q 140 407 171 384 q 99 441 118 422 q 84 456 84 455 l 139 510 q 149 498 139 509 l 163 485 q 181 472 171 477 q 287 432 232 432 q 370 465 334 432 q 407 551 407 499 q 367 634 407 602 q 278 663 331 663 l 231 663 l 217 710 l 368 896 l 379 906 l 379 909 l 349 905 l 201 905 q 188 889 188 905 l 188 850 l 114 850 l 114 910 q 178 976 114 976 l 479 976 l 479 921 l 318 730 q 429 680 381 724 q 486 549 486 628 q 426 411 486 466 q 285 357 367 357 m 675 214 l 957 608 l 1039 608 l 1039 235 l 1131 235 l 1131 163 l 1040 163 l 1040 0 l 962 0 l 962 163 l 675 163 l 675 214 m 767 233 l 778 235 l 963 235 l 963 467 l 963 501 l 962 501 q 940 463 962 495 l 767 233 "},"ŉ":{"x_min":-11.859375,"x_max":832.109375,"ha":861,"o":"m 151 585 q 121 616 151 616 l 63 616 l 63 698 l 158 698 q 241 620 241 698 l 241 539 l 242 539 q 328 650 267 602 q 408 696 363 680 q 514 715 457 715 q 693 644 638 715 q 745 444 745 578 l 745 112 q 774 82 745 82 l 832 82 l 832 0 l 735 0 q 652 84 652 0 l 652 419 q 647 498 652 466 q 627 563 641 537 q 503 626 593 626 q 347 570 416 626 q 254 429 278 516 q 244 334 244 390 l 244 0 l 151 0 l 151 585 m 83 976 q 93 909 93 942 q 59 786 93 859 l -11 786 q 14 896 14 852 q 0 976 14 935 l 83 976 "},"i":{"x_min":37.890625,"x_max":305.109375,"ha":342,"o":"m 123 976 l 213 976 l 213 857 l 123 857 l 123 976 m 125 585 q 95 616 125 616 l 37 616 l 37 698 l 134 698 q 218 613 218 698 l 218 112 q 247 82 218 82 l 305 82 l 305 0 l 208 0 q 125 84 125 0 l 125 585 "},"Ģ":{"x_min":53,"x_max":923,"ha":994,"o":"m 53 490 q 190 847 53 701 q 530 993 327 993 q 676 974 607 993 q 781 933 732 959 q 818 910 800 923 l 844 891 q 866 873 866 874 l 810 800 q 790 816 810 802 q 735 850 765 835 q 647 885 692 873 q 532 901 590 901 q 260 783 369 901 q 152 490 152 666 q 259 193 152 311 q 530 75 367 75 q 657 97 595 75 q 752 146 707 115 q 786 171 770 158 q 812 195 800 183 q 833 217 833 216 l 833 338 q 803 369 833 369 l 744 369 l 744 455 l 839 455 q 923 370 923 455 l 923 0 l 835 0 l 835 115 l 834 115 q 814 94 834 113 q 788 73 801 83 q 754 49 771 61 q 654 3 706 20 q 521 -17 590 -17 q 189 126 323 -17 q 53 490 53 271 m 556 -88 q 566 -154 566 -121 q 533 -278 566 -204 l 461 -278 q 487 -167 487 -211 q 472 -88 487 -128 l 556 -88 "},"m":{"x_min":30.890625,"x_max":1238.109375,"ha":1267,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 125 698 q 208 620 208 698 l 208 539 l 209 539 q 306 662 235 610 q 457 715 378 715 q 669 540 638 715 l 672 540 q 768 663 701 613 q 923 715 839 715 q 1151 444 1151 715 l 1151 112 q 1180 82 1151 82 l 1238 82 l 1238 0 l 1141 0 q 1058 84 1058 0 l 1058 420 q 1030 567 1058 519 q 910 629 995 629 q 774 569 835 629 q 694 432 715 512 q 682 330 682 393 l 682 0 l 589 0 l 589 420 q 584 498 589 466 q 565 564 579 537 q 444 629 531 629 q 302 566 364 629 q 221 423 245 509 q 211 330 211 384 l 211 0 l 118 0 l 118 585 "},"ĕ":{"x_min":54,"x_max":678,"ha":746,"o":"m 54 348 q 153 617 54 514 q 391 715 248 715 q 605 619 527 715 q 678 392 678 529 l 678 345 l 151 345 q 230 139 151 217 q 416 67 305 67 q 500 81 459 67 q 566 110 534 91 q 606 139 587 124 q 622 153 622 152 l 667 82 q 649 67 667 81 q 597 32 626 48 q 517 -1 559 10 q 412 -17 465 -17 q 157 84 258 -17 q 54 348 54 188 m 581 420 q 523 583 581 524 q 391 636 471 636 q 239 580 302 636 q 155 420 171 521 l 581 420 m 389 806 q 283 843 326 806 q 234 955 234 885 l 234 976 l 305 976 l 305 957 q 389 871 305 871 q 472 957 472 871 l 472 976 l 543 976 l 543 955 q 495 843 543 885 q 389 806 451 806 "},"ż":{"x_min":53.390625,"x_max":644,"ha":679,"o":"m 53 60 l 438 551 q 475 595 454 571 l 493 615 l 493 617 q 424 615 493 615 l 174 615 q 144 584 144 615 l 144 530 l 57 530 l 57 613 q 140 698 57 698 l 614 698 l 614 635 l 231 146 q 193 102 214 126 l 174 83 l 174 80 q 243 83 174 83 l 527 83 q 557 113 557 83 l 557 167 l 644 167 l 644 84 q 560 0 644 0 l 53 0 l 53 60 m 306 976 l 396 976 l 396 857 l 306 857 l 306 976 "},"ő":{"x_min":54,"x_max":777,"ha":831,"o":"m 54 352 q 160 610 54 506 q 414 715 265 715 q 670 610 565 715 q 777 352 777 506 q 670 88 777 195 q 416 -17 565 -17 q 160 88 265 -17 q 54 352 54 195 m 149 352 q 228 149 149 231 q 416 67 304 67 q 604 149 526 67 q 681 352 681 231 q 604 549 681 470 q 416 629 526 629 q 228 549 304 629 q 149 352 149 470 m 559 976 l 662 976 l 544 810 l 463 810 l 559 976 m 372 976 l 461 976 l 369 810 l 282 810 l 372 976 "},"ž":{"x_min":53.390625,"x_max":644,"ha":679,"o":"m 53 60 l 438 551 q 475 595 454 571 l 493 615 l 493 617 q 424 615 493 615 l 174 615 q 144 584 144 615 l 144 530 l 57 530 l 57 613 q 140 698 57 698 l 614 698 l 614 635 l 231 146 q 193 102 214 126 l 174 83 l 174 80 q 243 83 174 83 l 527 83 q 557 113 557 83 l 557 167 l 644 167 l 644 84 q 560 0 644 0 l 53 0 l 53 60 m 189 976 l 276 976 l 349 865 l 352 865 l 426 976 l 512 976 l 397 811 l 303 811 l 189 976 "},"Ŏ":{"x_min":52,"x_max":1026,"ha":1076,"o":"m 52 494 q 193 848 52 704 q 539 993 334 993 q 884 848 743 993 q 1026 494 1026 704 q 884 131 1026 280 q 539 -17 741 -17 q 193 131 335 -17 q 52 494 52 280 m 151 494 q 264 195 151 317 q 539 75 377 75 q 812 195 699 75 q 927 494 927 317 q 812 784 927 666 q 539 901 701 901 q 264 784 377 901 q 151 494 151 666 m 535 1040 q 429 1077 472 1040 q 380 1188 380 1119 l 380 1209 l 451 1209 l 451 1191 q 535 1105 451 1105 q 618 1191 618 1105 l 618 1209 l 689 1209 l 689 1188 q 641 1077 689 1119 q 535 1040 597 1040 "},"á":{"x_min":54,"x_max":691.125,"ha":720,"o":"m 54 189 q 103 324 54 270 q 218 396 143 370 q 357 424 278 417 q 421 429 387 429 q 472 429 444 429 l 511 429 l 511 437 q 334 636 511 636 q 298 633 317 636 q 255 624 274 630 q 201 574 201 608 l 201 530 l 113 530 l 113 596 q 202 692 113 660 q 275 710 235 703 q 335 715 308 715 q 550 637 486 715 q 604 446 604 573 l 604 112 q 633 82 604 82 l 691 82 l 691 0 l 596 0 q 515 83 515 0 l 515 134 l 513 134 q 502 110 516 134 q 464 59 487 83 q 394 6 433 26 q 286 -17 345 -17 q 127 34 192 -17 q 54 189 54 91 m 149 195 q 187 105 149 143 q 301 64 229 64 q 455 147 394 64 q 511 319 511 222 l 511 351 l 426 351 l 376 351 q 270 334 313 351 q 184 287 214 317 q 149 195 149 251 m 407 976 l 511 976 l 392 810 l 312 810 l 407 976 "},"×":{"x_min":65.328125,"x_max":759.5,"ha":825,"o":"m 359 394 l 65 731 l 121 788 l 412 453 l 703 788 l 759 731 l 464 394 l 759 56 l 703 0 l 412 334 l 121 0 l 65 56 l 359 394 "},"İ":{"x_min":63,"x_max":337,"ha":400,"o":"m 63 86 l 153 86 l 153 890 l 63 890 l 63 976 l 337 976 l 337 890 l 246 890 l 246 86 l 337 86 l 337 0 l 63 0 l 63 86 m 154 1209 l 244 1209 l 244 1090 l 154 1090 l 154 1209 "},"Ě":{"x_min":57.640625,"x_max":726,"ha":760,"o":"m 146 890 l 57 890 l 57 976 l 604 976 q 688 891 688 976 l 688 794 l 598 794 l 598 859 q 568 890 598 890 l 241 890 l 241 534 l 600 534 l 600 448 l 241 448 l 241 116 q 271 86 241 86 l 608 86 q 638 116 638 86 l 638 181 l 726 181 l 726 84 q 642 0 726 0 l 229 0 q 146 84 146 0 l 146 890 m 238 1209 l 325 1209 l 399 1098 l 401 1098 l 475 1209 l 561 1209 l 446 1044 l 352 1044 l 238 1209 "},"K":{"x_min":57.53125,"x_max":789.8125,"ha":803,"o":"m 146 859 q 116 890 146 890 l 57 890 l 57 976 l 158 976 q 241 891 241 976 l 241 553 l 355 553 q 436 587 415 553 l 667 976 l 776 976 l 529 566 q 495 525 515 541 q 481 512 481 510 l 481 510 q 495 500 481 512 q 527 454 512 483 l 693 117 q 762 86 708 86 l 789 86 l 789 0 l 739 0 q 607 73 642 0 l 433 430 q 346 467 416 467 l 241 467 l 241 0 l 146 0 l 146 859 "},"7":{"x_min":41,"x_max":687.6875,"ha":697,"o":"m 523 799 q 544 835 533 817 l 560 865 q 577 890 577 891 l 577 892 q 504 890 577 890 l 160 890 q 131 859 131 890 l 131 794 l 41 794 l 41 891 q 122 976 41 976 l 687 976 l 687 909 l 213 0 l 107 0 l 523 799 "},"¨":{"x_min":214,"x_max":498,"ha":671,"o":"m 418 1209 l 498 1209 l 498 1090 l 418 1090 l 418 1209 m 214 1209 l 294 1209 l 294 1090 l 214 1090 l 214 1209 "},"Y":{"x_min":14,"x_max":793,"ha":807,"o":"m 355 424 l 99 853 q 35 890 77 890 l 14 890 l 14 976 l 50 976 q 181 898 135 976 l 343 621 q 384 548 362 589 q 402 512 402 513 l 405 512 q 422 548 405 513 q 463 621 444 589 l 625 898 q 756 976 671 976 l 793 976 l 793 890 l 771 890 q 708 853 728 890 l 451 424 l 451 0 l 355 0 l 355 424 "},"E":{"x_min":57.640625,"x_max":726,"ha":760,"o":"m 146 890 l 57 890 l 57 976 l 604 976 q 688 891 688 976 l 688 794 l 598 794 l 598 859 q 568 890 598 890 l 241 890 l 241 534 l 600 534 l 600 448 l 241 448 l 241 116 q 271 86 241 86 l 608 86 q 638 116 638 86 l 638 181 l 726 181 l 726 84 q 642 0 726 0 l 229 0 q 146 84 146 0 l 146 890 "},"Ô":{"x_min":52,"x_max":1026,"ha":1076,"o":"m 52 494 q 193 848 52 704 q 539 993 334 993 q 884 848 743 993 q 1026 494 1026 704 q 884 131 1026 280 q 539 -17 741 -17 q 193 131 335 -17 q 52 494 52 280 m 151 494 q 264 195 151 317 q 539 75 377 75 q 812 195 699 75 q 927 494 927 317 q 812 784 927 666 q 539 901 701 901 q 264 784 377 901 q 151 494 151 666 m 487 1209 l 582 1209 l 695 1044 l 609 1044 l 536 1156 l 533 1156 l 460 1044 l 374 1044 l 487 1209 "},"‹":{"x_min":51.71875,"x_max":374.3125,"ha":467,"o":"m 51 391 l 274 678 l 374 678 l 151 391 l 374 107 l 274 107 l 51 391 "},"Ï":{"x_min":57,"x_max":341,"ha":398,"o":"m 62 86 l 152 86 l 152 890 l 62 890 l 62 976 l 336 976 l 336 890 l 245 890 l 245 86 l 336 86 l 336 0 l 62 0 l 62 86 m 261 1209 l 341 1209 l 341 1090 l 261 1090 l 261 1209 m 57 1209 l 137 1209 l 137 1090 l 57 1090 l 57 1209 "},"ġ":{"x_min":57,"x_max":757,"ha":788,"o":"m 57 362 q 135 617 57 520 q 353 715 217 715 q 466 696 416 715 q 536 655 506 681 q 571 613 558 637 q 581 596 581 598 l 584 596 l 584 621 q 661 698 584 698 l 757 698 l 757 616 l 701 616 q 671 586 671 616 l 671 16 q 570 -220 671 -138 q 341 -291 481 -291 q 118 -235 224 -291 l 154 -156 q 208 -180 154 -160 q 267 -198 238 -191 q 338 -205 304 -205 q 509 -153 446 -205 q 578 14 578 -96 l 578 125 l 577 125 q 361 4 513 4 q 140 104 224 4 q 57 362 57 204 m 375 89 q 518 148 466 89 q 580 362 580 218 q 517 572 580 505 q 363 629 462 629 q 152 363 152 629 q 213 163 152 238 q 375 89 274 89 m 348 976 l 438 976 l 438 857 l 348 857 l 348 976 "},"ķ":{"x_min":26.890625,"x_max":660.25,"ha":678,"o":"m 114 863 q 84 894 114 894 l 26 894 l 26 976 l 123 976 q 207 895 207 976 l 207 432 l 277 432 q 354 465 329 432 l 530 698 l 643 698 l 446 443 q 408 401 424 416 q 394 393 394 391 l 394 390 q 408 380 394 393 q 420 363 414 373 q 436 338 429 352 l 560 112 q 623 82 577 82 l 660 82 l 660 0 l 596 0 q 477 69 514 0 l 341 319 q 269 350 324 350 l 207 350 l 207 0 l 114 0 l 114 863 m 398 -88 q 408 -154 408 -121 q 375 -278 408 -204 l 303 -278 q 329 -167 329 -211 q 314 -88 329 -128 l 398 -88 "},"±":{"x_min":57,"x_max":768,"ha":825,"o":"m 57 435 l 371 435 l 371 789 l 454 789 l 454 435 l 768 435 l 768 354 l 454 354 l 454 0 l 371 0 l 371 354 l 57 354 l 57 435 m 743 -144 l 743 -225 l 81 -225 l 81 -144 l 743 -144 "},"ì":{"x_min":4.5,"x_max":307.109375,"ha":344,"o":"m 127 585 q 97 616 127 616 l 39 616 l 39 698 l 136 698 q 220 613 220 698 l 220 112 q 249 82 220 82 l 307 82 l 307 0 l 210 0 q 127 84 127 0 l 127 585 m 4 976 l 107 976 l 202 811 l 121 811 l 4 976 "},"|":{"x_min":151,"x_max":237,"ha":388,"o":"m 151 1094 l 237 1094 l 237 -218 l 151 -218 l 151 1094 "},"§":{"x_min":82,"x_max":492,"ha":566,"o":"m 105 721 q 100 769 100 743 q 163 929 100 866 q 333 993 229 993 q 448 963 392 993 q 492 934 492 940 l 444 869 q 412 890 444 873 q 333 910 373 910 q 184 761 184 910 q 189 718 184 739 l 279 118 l 197 118 l 105 721 m 130 39 q 161 18 130 35 q 241 -2 201 -2 q 390 149 390 -2 q 384 193 390 172 l 295 789 l 377 789 l 474 161 q 476 138 476 147 q 411 -21 476 41 q 240 -85 345 -85 q 125 -55 181 -85 q 82 -26 82 -32 l 130 39 "},"q":{"x_min":59,"x_max":770,"ha":801,"o":"m 59 349 q 146 614 59 513 q 366 715 230 715 q 472 693 423 715 q 542 648 511 677 q 580 600 564 626 q 593 580 593 582 l 594 580 l 594 626 q 675 698 594 698 l 770 698 l 770 616 l 712 616 q 683 585 683 616 l 683 -278 l 590 -278 l 590 81 q 591 101 591 91 l 593 118 l 590 118 q 577 97 590 115 q 539 51 562 71 q 467 3 508 20 q 357 -17 417 -17 q 139 85 221 -17 q 59 349 59 185 m 370 67 q 524 134 464 67 q 593 349 593 209 q 538 542 593 464 q 374 630 478 630 q 218 556 280 630 q 153 349 153 477 q 214 144 153 221 q 370 67 274 67 "},"b":{"x_min":26.890625,"x_max":737.28125,"ha":794,"o":"m 114 863 q 84 894 114 894 l 26 894 l 26 976 l 123 976 q 206 891 206 976 l 206 616 q 205 597 205 606 l 204 581 l 207 581 q 219 602 207 583 q 257 648 234 627 q 329 694 288 677 q 439 715 379 715 q 656 613 575 715 q 737 348 737 512 q 650 82 737 184 q 428 -17 564 -17 q 325 4 372 -17 q 255 50 285 20 q 216 96 232 71 q 204 118 204 115 l 200 118 l 202 102 q 204 84 202 92 l 204 0 l 114 0 l 114 863 m 204 346 q 258 153 204 232 q 421 66 318 66 q 576 141 515 66 q 642 348 642 218 q 580 552 642 474 q 425 629 521 629 q 272 561 332 629 q 204 346 204 486 "},"®":{"x_min":56,"x_max":1024,"ha":1080,"o":"m 56 488 q 195 845 56 698 q 536 993 337 993 q 882 845 739 993 q 1024 488 1024 698 q 882 130 1024 276 q 536 -17 740 -17 q 196 130 336 -17 q 56 488 56 277 m 136 488 q 251 181 136 306 q 536 58 367 58 q 827 181 709 58 q 945 488 945 306 q 827 792 945 669 q 536 918 709 918 q 251 792 367 918 q 136 488 136 669 m 376 694 l 326 694 l 326 759 l 564 759 q 724 597 724 759 q 692 500 724 541 q 625 455 665 464 l 625 452 q 634 446 625 453 l 642 437 q 651 423 647 431 l 713 298 q 750 280 722 280 l 763 280 l 763 218 l 724 218 q 647 259 669 218 l 574 406 q 525 437 558 437 l 452 437 l 452 218 l 376 218 l 376 694 m 551 498 q 645 598 645 498 q 551 694 645 694 l 452 694 l 452 498 l 551 498 "},"Ŋ":{"x_min":57.53125,"x_max":979.46875,"ha":1035,"o":"m 57 86 l 116 86 q 146 116 146 86 l 146 976 l 233 976 l 721 280 q 773 198 742 250 q 783 180 777 189 l 799 153 l 798 153 l 798 197 q 798 280 798 248 l 798 891 q 880 976 798 976 l 979 976 l 979 890 l 920 890 q 891 859 891 890 l 891 16 q 799 -220 891 -141 q 606 -284 724 -284 l 606 -194 q 732 -149 680 -194 q 795 4 795 -97 l 795 13 l 314 695 q 263 776 293 724 l 235 822 l 233 822 l 237 777 q 241 695 241 727 l 241 84 q 158 0 241 0 l 57 0 l 57 86 "},"Ũ":{"x_min":46.53125,"x_max":929.75,"ha":976,"o":"m 135 859 q 105 890 135 890 l 46 890 l 46 976 l 147 976 q 230 891 230 976 l 230 338 q 299 145 230 218 q 487 75 370 75 q 675 145 605 75 q 746 341 746 218 l 746 891 q 829 976 746 976 l 929 976 l 929 890 l 871 890 q 841 859 841 890 l 841 334 q 744 80 841 176 q 488 -17 646 -17 q 232 80 330 -17 q 135 334 135 176 l 135 859 m 275 1047 q 401 1210 275 1210 q 459 1194 433 1210 q 498 1160 476 1183 q 504 1155 501 1158 q 505 1153 504 1154 l 533 1125 q 573 1110 553 1110 q 617 1144 603 1110 q 628 1205 628 1169 l 700 1205 q 573 1043 700 1043 q 516 1058 542 1043 q 475 1093 498 1069 l 457 1111 q 441 1126 448 1121 q 400 1142 420 1142 q 356 1108 370 1142 q 346 1047 346 1083 l 275 1047 "},"L":{"x_min":57.53125,"x_max":708,"ha":722,"o":"m 146 859 q 116 890 146 890 l 57 890 l 57 976 l 158 976 q 241 891 241 976 l 241 116 q 271 86 241 86 l 588 86 q 618 116 618 86 l 618 181 l 708 181 l 708 84 q 624 0 708 0 l 229 0 q 146 84 146 0 l 146 859 "},"ď":{"x_min":57,"x_max":859,"ha":904,"o":"m 57 349 q 144 614 57 513 q 364 715 228 715 q 469 694 421 715 q 539 649 507 678 q 577 605 560 628 q 588 584 588 586 l 590 584 l 589 599 q 588 616 589 607 l 588 863 q 558 894 588 894 l 500 894 l 500 976 l 597 976 q 680 891 680 976 l 680 112 q 709 82 680 82 l 767 82 l 767 0 l 672 0 q 592 77 592 0 l 592 122 l 590 122 q 579 99 590 119 q 540 52 563 74 q 468 5 509 21 q 355 -17 416 -17 q 137 85 219 -17 q 57 349 57 185 m 368 67 q 522 134 462 67 q 590 349 590 209 q 537 542 590 464 q 372 630 476 630 q 217 556 278 630 q 152 349 152 477 q 212 144 152 221 q 368 67 272 67 m 849 976 q 859 909 859 942 q 826 786 859 859 l 753 786 q 780 896 780 852 q 764 976 780 935 l 849 976 "}," ":{"x_min":0,"x_max":0,"ha":370},"Ĭ":{"x_min":44,"x_max":353,"ha":399,"o":"m 63 86 l 153 86 l 153 890 l 63 890 l 63 976 l 337 976 l 337 890 l 246 890 l 246 86 l 337 86 l 337 0 l 63 0 l 63 86 m 199 1040 q 93 1077 136 1040 q 44 1188 44 1118 l 44 1209 l 115 1209 l 115 1190 q 199 1105 115 1105 q 282 1190 282 1105 l 282 1209 l 353 1209 l 353 1188 q 305 1077 353 1119 q 199 1040 261 1040 "},"ŧ":{"x_min":37,"x_max":405,"ha":457,"o":"m 127 386 l 37 386 l 37 460 l 127 460 l 127 619 l 37 619 l 37 698 l 128 698 l 128 891 l 219 891 l 219 698 l 391 698 l 391 619 l 220 619 l 220 460 l 391 460 l 391 386 l 220 386 l 220 260 q 277 109 220 155 q 327 84 298 92 q 373 79 349 79 q 405 81 405 79 l 405 -4 l 365 -4 q 294 2 327 -4 q 216 37 249 12 q 152 115 175 66 q 127 254 127 172 l 127 386 "},"À":{"x_min":16,"x_max":876,"ha":894,"o":"m 16 86 l 33 86 q 82 116 71 86 l 395 976 l 497 976 l 810 116 q 859 86 821 86 l 876 86 l 876 0 l 832 0 q 719 80 749 0 l 636 311 l 256 311 l 172 80 q 60 0 142 0 l 16 0 l 16 86 m 610 395 l 484 743 q 459 824 474 772 l 447 870 l 444 870 l 432 824 q 407 743 418 772 l 282 395 l 610 395 m 288 1209 l 391 1209 l 486 1044 l 406 1044 l 288 1209 "},"+":{"x_min":57,"x_max":768,"ha":825,"o":"m 57 435 l 371 435 l 371 789 l 454 789 l 454 435 l 768 435 l 768 354 l 454 354 l 454 0 l 371 0 l 371 354 l 57 354 l 57 435 "},"½":{"x_min":104.640625,"x_max":1116,"ha":1211,"o":"m 754 976 l 839 976 l 437 0 l 351 0 l 754 976 m 106 440 l 234 440 l 234 842 l 234 869 l 233 869 q 228 860 233 867 q 215 844 222 850 l 153 782 l 104 834 l 243 976 l 312 976 l 312 440 l 437 440 l 437 368 l 106 368 l 106 440 m 706 69 q 760 206 706 149 q 816 252 782 230 q 877 290 836 266 q 926 319 910 308 q 970 352 952 337 q 1011 444 1011 392 q 903 544 1011 544 q 811 488 811 544 l 811 454 l 737 454 l 737 506 q 798 594 737 562 q 903 619 847 619 q 1040 569 990 619 q 1090 444 1090 520 q 1034 312 1090 367 q 976 267 1011 290 q 947 248 964 258 l 866 199 q 825 166 842 183 q 785 81 785 127 q 795 72 785 72 l 1033 72 q 1042 81 1042 72 l 1042 130 l 1116 130 l 1116 61 q 1056 0 1116 0 l 767 0 q 706 69 706 0 "},"Ë":{"x_min":57.640625,"x_max":726,"ha":760,"o":"m 146 890 l 57 890 l 57 976 l 604 976 q 688 891 688 976 l 688 794 l 598 794 l 598 859 q 568 890 598 890 l 241 890 l 241 534 l 600 534 l 600 448 l 241 448 l 241 116 q 271 86 241 86 l 608 86 q 638 116 638 86 l 638 181 l 726 181 l 726 84 q 642 0 726 0 l 229 0 q 146 84 146 0 l 146 890 m 463 1209 l 543 1209 l 543 1090 l 463 1090 l 463 1209 m 259 1209 l 339 1209 l 339 1090 l 259 1090 l 259 1209 "},"'":{"x_min":90,"x_max":170,"ha":260,"o":"m 90 990 l 170 990 l 170 755 l 90 755 l 90 990 "},"Š":{"x_min":50,"x_max":643,"ha":704,"o":"m 108 192 q 125 174 108 191 q 174 132 149 150 q 253 91 213 106 q 355 73 304 73 q 489 120 436 73 q 545 246 545 170 q 471 384 545 327 q 395 429 442 406 l 325 463 q 320 466 321 464 q 309 471 313 468 q 222 516 253 498 q 146 571 176 542 q 73 742 73 641 q 153 919 73 847 q 365 993 236 993 q 530 956 455 993 q 624 824 624 910 l 624 755 l 534 755 l 534 801 q 483 873 534 844 q 366 903 434 903 q 222 855 277 903 q 171 745 171 811 q 244 617 171 670 q 320 574 272 598 q 362 554 336 566 l 407 534 q 493 489 460 510 q 569 432 539 463 q 643 252 643 360 q 565 63 643 138 q 353 -17 483 -17 q 222 5 286 -17 q 128 52 173 21 l 94 77 q 70 99 81 88 q 50 121 50 120 l 108 192 m 199 1209 l 286 1209 l 359 1098 l 362 1098 l 436 1209 l 521 1209 l 407 1044 l 313 1044 l 199 1209 "},"ĳ":{"x_min":37.890625,"x_max":579,"ha":695,"o":"m 123 976 l 213 976 l 213 857 l 123 857 l 123 976 m 125 585 q 95 616 125 616 l 37 616 l 37 698 l 134 698 q 218 613 218 698 l 218 112 q 248 82 218 82 l 305 82 l 305 0 l 208 0 q 125 84 125 0 l 125 585 m 484 976 l 574 976 l 574 857 l 484 857 l 484 976 m 300 -199 q 329 -201 300 -201 q 375 -195 354 -201 q 427 -172 405 -188 q 486 -22 486 -127 l 486 585 q 456 616 486 616 l 398 616 l 398 698 l 495 698 q 579 613 579 698 l 579 -26 q 553 -165 579 -108 q 487 -242 530 -213 q 409 -277 455 -267 q 339 -286 375 -286 l 322 -286 l 300 -281 l 300 -199 "},"˛":{"x_min":143,"x_max":342,"ha":467,"o":"m 143 -156 q 163 -81 143 -119 q 207 -23 178 -52 q 249 12 226 -4 q 270 26 270 27 l 342 11 q 324 -2 342 12 q 286 -36 302 -19 q 229 -137 229 -93 q 271 -195 229 -176 l 299 -205 l 313 -206 l 293 -284 q 270 -281 293 -286 q 218 -265 241 -276 q 166 -226 185 -249 q 143 -156 143 -197 "},"ð":{"x_min":50,"x_max":702,"ha":769,"o":"m 50 321 q 133 546 50 454 q 375 648 222 648 q 460 636 420 648 q 522 610 493 627 l 543 596 q 558 584 551 591 q 571 573 571 574 l 573 573 q 405 793 527 707 l 165 682 l 148 749 l 331 836 q 138 907 244 882 l 165 988 q 300 945 237 970 q 432 881 372 917 l 610 963 l 628 896 l 496 834 q 643 650 591 759 q 702 378 702 529 q 622 110 702 221 q 517 19 579 51 q 364 -17 449 -17 q 131 88 221 -17 q 50 321 50 185 m 145 320 q 202 146 145 217 q 367 67 264 67 q 550 164 484 67 q 606 360 606 246 q 545 508 606 450 q 384 567 484 567 q 203 489 269 567 q 145 320 145 421 "},"ş":{"x_min":39,"x_max":541,"ha":598,"o":"m 92 170 q 105 153 92 169 q 146 117 124 134 q 212 81 177 94 q 302 65 256 65 q 402 92 363 65 q 447 176 447 123 q 386 263 447 226 q 325 294 363 277 l 254 324 q 184 356 211 342 q 123 398 147 376 q 63 526 63 449 q 133 667 63 617 q 306 715 199 715 q 437 688 377 715 q 515 588 515 653 l 515 529 l 428 529 l 428 562 q 385 616 428 596 q 309 633 351 633 q 157 531 157 633 q 216 442 157 480 q 277 412 239 428 l 348 383 q 419 351 391 365 q 480 309 456 331 q 541 178 541 256 q 475 39 541 94 q 311 -16 411 -16 l 300 -77 q 396 -175 396 -90 q 355 -259 396 -232 q 265 -285 321 -285 q 218 -280 241 -285 q 198 -277 198 -280 l 199 -211 q 215 -215 199 -213 l 232 -218 q 254 -220 243 -220 q 324 -173 324 -220 q 246 -127 324 -127 l 226 -127 l 251 -13 q 158 11 203 -7 q 91 52 123 28 q 52 88 70 69 q 39 105 39 103 l 92 170 "},"ı":{"x_min":39.890625,"x_max":307.109375,"ha":344,"o":"m 127 585 q 97 616 127 616 l 39 616 l 39 698 l 136 698 q 220 613 220 698 l 220 112 q 249 82 220 82 l 307 82 l 307 0 l 210 0 q 127 84 127 0 l 127 585 "},"Ć":{"x_min":52,"x_max":899,"ha":945,"o":"m 52 495 q 186 849 52 706 q 524 993 322 993 q 754 944 649 993 q 882 785 882 885 l 882 705 l 792 705 l 792 759 q 700 864 792 823 q 526 901 620 901 q 259 787 366 901 q 151 495 151 671 q 259 198 151 319 q 530 75 368 75 q 662 95 598 75 q 760 144 714 113 q 796 169 779 155 q 822 191 809 179 q 844 212 844 210 l 899 141 q 873 116 899 138 q 844 91 860 104 q 803 62 824 76 q 687 8 748 27 q 529 -17 611 -17 q 185 133 321 -17 q 52 495 52 278 m 575 1209 l 679 1209 l 560 1044 l 480 1044 l 575 1209 "},"ä":{"x_min":54,"x_max":691.125,"ha":720,"o":"m 54 189 q 103 324 54 270 q 218 396 143 370 q 357 424 278 417 q 421 429 387 429 q 472 429 444 429 l 511 429 l 511 437 q 334 636 511 636 q 298 633 317 636 q 255 624 274 630 q 201 574 201 608 l 201 530 l 113 530 l 113 596 q 202 692 113 660 q 275 710 235 703 q 335 715 308 715 q 550 637 486 715 q 604 446 604 573 l 604 112 q 633 82 604 82 l 691 82 l 691 0 l 596 0 q 515 83 515 0 l 515 134 l 513 134 q 502 110 516 134 q 464 59 487 83 q 394 6 433 26 q 286 -17 345 -17 q 127 34 192 -17 q 54 189 54 91 m 149 195 q 187 105 149 143 q 301 64 229 64 q 455 147 394 64 q 511 319 511 222 l 511 351 l 426 351 l 376 351 q 270 334 313 351 q 184 287 214 317 q 149 195 149 251 m 416 976 l 496 976 l 496 857 l 416 857 l 416 976 m 212 976 l 292 976 l 292 857 l 212 857 l 212 976 "},"¹":{"x_min":107.640625,"x_max":442,"ha":556,"o":"m 109 440 l 237 440 l 237 842 l 237 869 l 236 869 q 231 860 236 867 q 218 844 225 850 l 156 782 l 107 834 l 246 976 l 316 976 l 316 440 l 442 440 l 442 368 l 109 368 l 109 440 "},"£":{"x_min":73.046875,"x_max":730,"ha":791,"o":"m 73 86 l 158 86 l 158 453 l 97 453 l 97 529 l 158 529 l 158 736 q 237 919 158 846 q 438 993 317 993 q 527 980 483 993 q 594 954 561 970 q 637 926 616 941 q 652 914 652 915 l 594 844 q 550 873 594 850 q 438 903 494 903 q 301 851 352 903 q 253 730 253 804 l 253 529 l 514 529 l 514 453 l 253 453 l 253 86 l 611 86 q 642 116 642 86 l 642 181 l 730 181 l 730 84 q 647 0 730 0 l 73 0 l 73 86 "},"ů":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 116 585 q 86 616 116 616 l 28 616 l 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 612 159 q 525 45 586 95 q 346 -17 446 -17 q 116 253 116 -17 l 116 585 m 402 795 q 301 894 301 795 q 402 993 301 993 q 503 894 503 993 q 402 795 503 795 m 402 848 q 447 894 447 848 q 402 942 447 942 q 357 894 357 942 q 402 848 357 848 "},"Ō":{"x_min":52,"x_max":1026,"ha":1076,"o":"m 52 494 q 193 848 52 704 q 539 993 334 993 q 884 848 743 993 q 1026 494 1026 704 q 884 131 1026 280 q 539 -17 742 -17 q 193 131 335 -17 q 52 494 52 280 m 151 494 q 264 195 151 317 q 539 75 377 75 q 812 195 699 75 q 927 494 927 317 q 812 784 927 666 q 539 901 701 901 q 264 784 377 901 q 151 494 151 666 m 368 1164 l 703 1164 l 703 1089 l 368 1089 l 368 1164 "},"W":{"x_min":23,"x_max":1263,"ha":1286,"o":"m 89 859 q 39 890 81 890 l 23 890 l 23 976 l 65 976 q 180 895 161 976 l 346 222 q 361 151 355 191 l 367 118 l 369 118 l 395 222 l 606 972 l 700 972 l 892 222 q 908 151 900 191 l 914 118 l 917 118 q 938 222 917 133 l 1104 895 q 1220 976 1124 976 l 1263 976 l 1263 890 l 1248 890 q 1197 859 1205 890 l 976 0 l 863 0 l 685 678 q 663 774 676 717 l 654 823 l 651 823 l 640 774 q 617 680 628 718 l 421 0 l 308 0 l 89 859 "},"Ğ":{"x_min":53,"x_max":923,"ha":994,"o":"m 53 490 q 190 847 53 701 q 530 993 327 993 q 676 974 607 993 q 781 933 732 959 q 818 910 800 923 l 844 891 q 866 873 866 874 l 810 800 q 790 816 810 802 q 735 850 765 835 q 647 885 692 873 q 532 901 590 901 q 260 783 369 901 q 152 490 152 666 q 259 193 152 311 q 530 75 367 75 q 657 97 596 75 q 752 146 707 115 q 786 171 770 158 q 812 195 800 183 q 833 217 833 216 l 833 338 q 803 369 833 369 l 744 369 l 744 455 l 839 455 q 923 370 923 455 l 923 0 l 835 0 l 835 115 l 834 115 q 814 94 834 113 q 788 73 801 83 q 754 49 771 61 q 654 3 706 20 q 521 -17 590 -17 q 189 126 323 -17 q 53 490 53 271 m 528 1040 q 422 1077 465 1040 q 373 1188 373 1119 l 373 1209 l 444 1209 l 444 1191 q 528 1105 444 1105 q 611 1191 611 1105 l 611 1209 l 682 1209 l 682 1188 q 634 1077 682 1119 q 528 1040 590 1040 "},"v":{"x_min":19,"x_max":686,"ha":705,"o":"m 78 584 q 31 616 66 616 l 19 616 l 19 698 l 55 698 q 164 621 136 698 l 329 185 q 345 131 337 163 l 352 104 l 355 104 l 362 131 q 378 185 370 163 l 543 621 q 650 698 571 698 l 686 698 l 686 616 l 673 616 q 626 584 637 616 l 402 0 l 302 0 l 78 584 "},">":{"x_min":105,"x_max":720,"ha":825,"o":"m 105 172 l 605 392 l 605 395 l 105 616 l 105 709 l 720 429 l 720 359 l 105 79 l 105 172 "},"û":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 116 585 q 86 616 116 616 l 28 616 l 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 612 159 q 525 45 586 95 q 346 -17 446 -17 q 116 253 116 -17 l 116 585 m 354 976 l 449 976 l 562 810 l 476 810 l 403 923 l 400 923 l 327 810 l 241 810 l 354 976 "},"Ź":{"x_min":25.796875,"x_max":744,"ha":782,"o":"m 25 67 l 538 801 q 564 837 550 819 l 586 865 q 608 890 608 891 l 608 892 q 538 890 608 890 l 156 890 q 127 859 127 890 l 127 794 l 39 794 l 39 891 q 121 976 39 976 l 724 976 l 724 908 l 212 174 q 186 138 200 156 l 163 110 q 142 86 142 84 l 142 83 q 212 86 142 86 l 625 86 q 656 116 656 86 l 656 181 l 744 181 l 744 84 q 661 0 744 0 l 25 0 l 25 67 m 451 1209 l 554 1209 l 436 1044 l 355 1044 l 451 1209 "},"Ų":{"x_min":46.53125,"x_max":929.75,"ha":976,"o":"m 135 859 q 105 890 135 890 l 46 890 l 46 976 l 147 976 q 230 891 230 976 l 230 338 q 299 145 230 218 q 487 75 370 75 q 675 145 605 75 q 746 341 746 218 l 746 891 q 829 976 746 976 l 929 976 l 929 890 l 871 890 q 841 859 841 890 l 841 326 q 780 124 841 209 q 720 62 755 90 q 656 18 691 37 q 569 -48 601 -13 q 527 -137 527 -92 q 569 -195 527 -176 l 598 -205 l 611 -206 l 590 -284 q 566 -281 590 -285 q 515 -264 537 -276 q 463 -226 482 -249 q 440 -156 440 -196 q 461 -76 440 -114 q 511 -16 479 -45 l 511 -15 l 483 -15 q 231 82 328 -15 q 135 334 135 179 l 135 859 "},"Ŵ":{"x_min":23,"x_max":1263,"ha":1286,"o":"m 89 859 q 39 890 81 890 l 23 890 l 23 976 l 65 976 q 180 895 161 976 l 346 222 q 361 151 355 191 l 367 118 l 369 118 l 395 222 l 606 972 l 700 972 l 892 222 q 908 151 900 191 l 914 118 l 917 118 q 938 222 917 133 l 1104 895 q 1220 976 1124 976 l 1263 976 l 1263 890 l 1248 890 q 1197 859 1205 890 l 976 0 l 863 0 l 685 678 q 663 774 676 717 l 654 823 l 651 823 l 640 774 q 617 680 628 718 l 421 0 l 308 0 l 89 859 m 605 1209 l 700 1209 l 813 1044 l 727 1044 l 654 1156 l 651 1156 l 578 1044 l 492 1044 l 605 1209 "},"Ð":{"x_min":57,"x_max":921,"ha":973,"o":"m 145 449 l 77 449 l 77 532 l 145 532 l 145 890 l 57 890 l 57 976 l 440 976 q 789 848 660 976 q 921 488 921 716 q 788 127 921 258 q 440 0 659 0 l 228 0 q 145 84 145 0 l 145 449 m 240 116 q 270 86 240 86 l 431 86 q 714 190 611 86 q 822 488 822 296 q 714 787 822 680 q 431 890 610 890 l 240 890 l 240 532 l 464 532 l 464 449 l 240 449 l 240 116 "},"ˉ":{"x_min":152,"x_max":487,"ha":627,"o":"m 152 1165 l 487 1165 l 487 1090 l 152 1090 l 152 1165 "},"Ĺ":{"x_min":57.53125,"x_max":708,"ha":722,"o":"m 146 859 q 116 890 146 890 l 57 890 l 57 976 l 158 976 q 241 891 241 976 l 241 116 q 271 86 241 86 l 588 86 q 618 116 618 86 l 618 181 l 708 181 l 708 84 q 624 0 708 0 l 229 0 q 146 84 146 0 l 146 859 m 252 1209 l 355 1209 l 237 1044 l 156 1044 l 252 1209 "},"r":{"x_min":30.890625,"x_max":462,"ha":492,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 126 698 q 209 618 209 698 l 209 551 q 208 534 208 542 l 206 519 l 209 519 q 289 652 235 602 q 425 705 348 705 l 438 705 l 462 700 l 462 608 l 451 609 q 428 611 438 611 q 230 430 282 611 q 211 294 211 367 l 211 0 l 118 0 l 118 585 "},"Č":{"x_min":52,"x_max":899,"ha":945,"o":"m 52 495 q 186 849 52 706 q 524 993 322 993 q 754 944 649 993 q 882 785 882 885 l 882 705 l 792 705 l 792 759 q 700 864 792 823 q 526 901 620 901 q 259 787 366 901 q 151 495 151 671 q 259 198 151 319 q 530 75 368 75 q 662 95 598 75 q 760 144 714 113 q 796 169 779 155 q 822 191 809 179 q 844 212 844 210 l 899 141 q 873 116 899 138 q 844 91 860 104 q 803 62 824 76 q 687 8 748 27 q 529 -17 611 -17 q 185 133 321 -17 q 52 495 52 278 m 359 1209 l 446 1209 l 519 1098 l 522 1098 l 596 1209 l 681 1209 l 567 1044 l 473 1044 l 359 1209 "},"x":{"x_min":24,"x_max":624,"ha":649,"o":"m 263 364 l 115 586 q 52 616 94 616 l 24 616 l 24 698 l 74 698 q 202 621 154 698 l 300 466 q 308 452 304 460 l 323 425 l 326 425 l 347 466 l 447 621 q 575 698 496 698 l 624 698 l 624 616 l 596 616 q 532 588 550 616 l 384 364 l 624 0 l 515 0 l 347 260 q 339 273 343 265 l 326 299 l 323 299 l 300 260 l 132 0 l 25 0 l 263 364 "},"è":{"x_min":54,"x_max":678,"ha":746,"o":"m 54 348 q 153 617 54 514 q 391 715 248 715 q 605 619 527 715 q 678 392 678 529 l 678 345 l 151 345 q 230 139 151 217 q 416 67 305 67 q 500 81 459 67 q 566 110 534 91 q 606 139 587 124 q 622 153 622 152 l 667 82 q 649 67 667 81 q 597 32 626 48 q 517 -1 559 10 q 412 -17 465 -17 q 157 84 258 -17 q 54 348 54 188 m 581 420 q 523 583 581 524 q 390 636 471 636 q 239 580 302 636 q 155 420 171 521 l 581 420 m 229 976 l 333 976 l 428 810 l 348 810 l 229 976 "},"Ń":{"x_min":57.53125,"x_max":979.46875,"ha":1035,"o":"m 57 86 l 116 86 q 146 116 146 86 l 146 976 l 233 976 l 721 280 q 773 198 742 250 q 783 180 777 189 l 799 153 l 798 153 l 798 197 q 798 280 798 248 l 798 891 q 880 976 798 976 l 979 976 l 979 890 l 920 890 q 891 859 891 890 l 891 0 l 803 0 l 314 695 q 263 776 293 724 l 235 822 l 233 822 l 237 777 q 241 695 241 727 l 241 84 q 158 0 241 0 l 57 0 l 57 86 m 587 1209 l 690 1209 l 572 1044 l 491 1044 l 587 1209 "},"Ø":{"x_min":53,"x_max":1027,"ha":1080,"o":"m 224 102 q 53 494 53 255 q 194 848 53 704 q 540 993 335 993 q 797 917 678 993 l 862 1011 l 918 969 l 854 877 q 1027 494 1027 726 q 885 131 1027 280 q 540 -17 742 -17 q 279 61 397 -17 l 214 -33 l 157 6 l 224 102 m 744 841 q 540 901 648 901 q 266 784 378 901 q 152 494 152 666 q 281 181 152 302 l 744 841 m 334 137 q 540 75 431 75 q 815 195 702 75 q 928 494 928 317 q 797 796 928 678 l 334 137 "},"μ":{"x_min":28.890625,"x_max":790.125,"ha":821,"o":"m 28 698 l 125 698 q 209 616 209 698 l 209 278 q 214 199 209 231 q 234 134 219 160 q 358 72 268 72 q 542 160 469 72 q 610 363 610 245 l 610 698 l 703 698 l 703 112 q 732 82 703 82 l 790 82 l 790 0 l 696 0 q 614 77 614 0 l 614 159 l 611 159 q 597 131 611 154 q 579 104 589 117 q 552 72 567 86 q 471 10 517 32 q 346 -17 414 -17 q 228 12 275 -17 l 203 31 q 195 41 195 39 l 192 41 l 197 1 q 202 -63 202 -41 l 202 -278 l 116 -278 l 116 585 q 86 616 116 616 l 28 616 l 28 698 "},"÷":{"x_min":68,"x_max":735,"ha":825,"o":"m 350 704 l 452 704 l 452 601 l 350 601 l 350 704 m 68 435 l 735 435 l 735 354 l 68 354 l 68 435 m 350 188 l 452 188 l 452 85 l 350 85 l 350 188 "},"h":{"x_min":26.890625,"x_max":795.109375,"ha":824,"o":"m 114 863 q 84 894 114 894 l 26 894 l 26 976 l 123 976 q 207 894 207 976 l 207 575 q 205 557 205 566 l 203 541 l 207 541 q 294 653 231 603 q 477 715 374 715 q 656 644 601 715 q 708 443 708 578 l 708 112 q 737 82 708 82 l 795 82 l 795 0 l 698 0 q 615 84 615 0 l 615 418 q 610 498 615 466 q 590 563 604 536 q 465 626 556 626 q 310 570 378 626 q 217 427 241 514 q 207 334 207 389 l 207 0 l 114 0 l 114 863 "},".":{"x_min":94,"x_max":199,"ha":293,"o":"m 94 111 l 199 111 l 199 0 l 94 0 l 94 111 "},"f":{"x_min":34,"x_max":397,"ha":415,"o":"m 120 619 l 34 619 l 34 698 l 120 698 l 120 723 q 145 860 120 803 q 210 939 169 909 q 286 974 242 963 q 355 983 320 983 q 397 980 397 983 l 397 895 q 364 898 397 898 q 319 892 340 898 q 270 869 290 885 q 213 723 213 825 l 213 698 l 387 698 l 387 619 l 213 619 l 213 0 l 120 0 l 120 619 "},"“":{"x_min":69.421875,"x_max":379.75,"ha":449,"o":"m 306 989 l 379 989 l 326 750 l 230 750 l 306 989 m 145 989 l 219 989 l 166 750 l 69 750 l 145 989 "},"A":{"x_min":16,"x_max":876,"ha":894,"o":"m 16 86 l 33 86 q 82 116 71 86 l 395 976 l 497 976 l 810 116 q 859 86 821 86 l 876 86 l 876 0 l 832 0 q 719 80 749 0 l 636 311 l 256 311 l 172 80 q 60 0 142 0 l 16 0 l 16 86 m 610 395 l 484 743 q 459 824 474 772 l 447 870 l 444 870 l 432 824 q 407 743 418 772 l 282 395 l 610 395 "},"‘":{"x_min":69.421875,"x_max":219.140625,"ha":289,"o":"m 145 989 l 219 989 l 166 750 l 69 750 l 145 989 "},"O":{"x_min":52,"x_max":1026,"ha":1076,"o":"m 52 494 q 193 848 52 704 q 539 993 334 993 q 884 848 743 993 q 1026 494 1026 704 q 884 131 1026 280 q 539 -17 741 -17 q 193 131 335 -17 q 52 494 52 280 m 151 494 q 264 195 151 317 q 539 75 377 75 q 812 195 699 75 q 927 494 927 317 q 812 784 927 666 q 539 901 701 901 q 264 784 377 901 q 151 494 151 666 "},"Đ":{"x_min":57,"x_max":921,"ha":973,"o":"m 145 449 l 77 449 l 77 532 l 145 532 l 145 890 l 57 890 l 57 976 l 440 976 q 789 848 660 976 q 921 488 921 716 q 788 127 921 258 q 440 0 659 0 l 228 0 q 145 84 145 0 l 145 449 m 240 116 q 270 86 240 86 l 431 86 q 714 190 611 86 q 822 488 822 296 q 714 787 822 680 q 431 890 610 890 l 240 890 l 240 532 l 464 532 l 464 449 l 240 449 l 240 116 "},"3":{"x_min":35,"x_max":657,"ha":718,"o":"m 92 191 q 109 173 92 190 q 159 133 132 151 q 238 93 197 108 q 342 75 290 75 q 493 133 429 75 q 559 285 559 194 q 488 438 559 380 q 325 491 422 491 l 259 491 l 237 547 l 472 837 q 505 876 487 856 q 522 891 522 892 l 522 894 q 444 890 522 890 l 194 890 q 165 859 165 890 l 165 794 l 77 794 l 77 891 q 157 976 77 976 l 642 976 l 642 912 l 361 573 q 457 556 410 573 q 554 506 512 538 q 626 418 600 470 q 657 287 657 362 q 567 73 657 162 q 341 -17 475 -17 q 213 3 275 -17 q 116 51 162 21 q 82 76 98 62 l 56 98 q 35 119 35 118 l 92 191 "},"9":{"x_min":59,"x_max":704,"ha":763,"o":"m 143 107 q 182 91 143 104 q 282 73 232 73 q 510 200 422 73 q 602 476 588 311 l 599 476 q 355 356 528 356 q 141 442 224 356 q 59 666 59 529 q 145 905 59 815 q 358 993 229 993 q 608 866 512 993 q 704 546 704 741 q 679 353 704 449 q 604 171 653 251 q 474 35 550 84 q 283 -17 389 -17 q 211 -10 248 -17 q 157 3 182 -5 q 108 23 108 19 l 143 107 m 370 442 q 533 496 463 442 q 602 609 602 547 q 533 804 602 713 q 359 903 460 903 q 208 836 264 903 q 154 667 154 770 q 214 503 154 566 q 370 442 272 442 "},"l":{"x_min":29.875,"x_max":297.109375,"ha":334,"o":"m 117 863 q 87 894 117 894 l 29 894 l 29 976 l 126 976 q 210 891 210 976 l 210 112 q 239 82 210 82 l 297 82 l 297 0 l 200 0 q 117 84 117 0 l 117 863 "},"4":{"x_min":20,"x_max":740,"ha":765,"o":"m 20 333 l 485 976 l 588 976 l 588 355 l 740 355 l 740 269 l 587 269 l 587 0 l 492 0 l 492 269 l 20 269 l 20 333 m 495 753 q 495 816 495 779 l 495 848 l 495 848 q 480 823 495 846 q 445 773 462 795 l 180 414 q 144 371 164 392 l 130 354 l 130 351 l 154 354 q 208 354 183 354 l 495 354 l 495 753 "},"Ť":{"x_min":20,"x_max":823,"ha":843,"o":"m 374 890 l 136 890 q 107 859 107 890 l 107 794 l 20 794 l 20 896 q 97 976 20 976 l 745 976 q 823 896 823 976 l 823 794 l 735 794 l 735 859 q 705 890 735 890 l 469 890 l 469 0 l 374 0 l 374 890 m 260 1209 l 348 1209 l 421 1098 l 424 1098 l 497 1209 l 583 1209 l 469 1044 l 375 1044 l 260 1209 "},"Ś":{"x_min":50,"x_max":643,"ha":704,"o":"m 108 192 q 125 174 108 191 q 174 132 149 150 q 253 91 213 106 q 355 73 304 73 q 489 120 436 73 q 545 246 545 170 q 471 384 545 327 q 395 429 442 406 l 325 463 q 320 466 321 464 q 309 471 313 468 q 222 516 253 498 q 146 571 176 542 q 73 742 73 641 q 153 919 73 847 q 365 993 236 993 q 530 956 455 993 q 624 824 624 910 l 624 755 l 534 755 l 534 801 q 483 873 534 844 q 366 903 434 903 q 222 855 277 903 q 171 745 171 811 q 244 617 171 670 q 320 574 272 598 q 362 554 336 566 l 407 534 q 493 489 460 510 q 569 432 539 463 q 643 252 643 360 q 565 63 643 138 q 353 -17 483 -17 q 222 5 286 -17 q 128 52 173 21 l 94 77 q 70 99 81 88 q 50 121 50 120 l 108 192 m 414 1209 l 517 1209 l 399 1044 l 319 1044 l 414 1209 "},"Ü":{"x_min":46.53125,"x_max":929.75,"ha":976,"o":"m 135 859 q 105 890 135 890 l 46 890 l 46 976 l 147 976 q 230 891 230 976 l 230 338 q 299 145 230 218 q 487 75 370 75 q 675 145 605 75 q 746 341 746 218 l 746 891 q 829 976 746 976 l 929 976 l 929 890 l 871 890 q 841 859 841 890 l 841 334 q 744 80 841 176 q 488 -17 646 -17 q 232 80 330 -17 q 135 334 135 176 l 135 859 m 553 1209 l 633 1209 l 633 1090 l 553 1090 l 553 1209 m 349 1209 l 429 1209 l 429 1090 l 349 1090 l 349 1209 "},"à":{"x_min":54,"x_max":691.125,"ha":720,"o":"m 54 189 q 103 324 54 270 q 218 396 143 370 q 357 424 278 417 q 421 429 387 429 q 472 429 444 429 l 511 429 l 511 437 q 334 636 511 636 q 298 633 317 636 q 255 624 274 630 q 201 574 201 608 l 201 530 l 113 530 l 113 596 q 202 692 113 660 q 275 710 235 703 q 335 715 308 715 q 550 637 486 715 q 604 446 604 573 l 604 112 q 633 82 604 82 l 691 82 l 691 0 l 596 0 q 515 83 515 0 l 515 134 l 513 134 q 502 110 516 134 q 464 59 487 83 q 394 6 433 26 q 286 -17 345 -17 q 127 34 192 -17 q 54 189 54 91 m 149 195 q 187 105 149 143 q 301 64 229 64 q 455 147 394 64 q 511 319 511 222 l 511 351 l 426 351 l 376 351 q 270 334 313 351 q 184 287 214 317 q 149 195 149 251 m 194 976 l 297 976 l 392 810 l 312 810 l 194 976 "},"ó":{"x_min":54,"x_max":777,"ha":831,"o":"m 54 352 q 160 610 54 506 q 414 715 265 715 q 670 610 565 715 q 777 352 777 506 q 670 88 777 195 q 416 -17 565 -17 q 160 88 265 -17 q 54 352 54 195 m 149 352 q 228 149 149 231 q 416 67 304 67 q 604 149 526 67 q 681 352 681 231 q 604 549 681 470 q 416 629 526 629 q 228 549 304 629 q 149 352 149 470 m 470 976 l 574 976 l 455 810 l 375 810 l 470 976 "},"ŗ":{"x_min":30.890625,"x_max":462,"ha":491,"o":"m 118 585 q 88 616 118 616 l 30 616 l 30 698 l 126 698 q 209 618 209 698 l 209 551 q 208 534 208 542 l 206 519 l 209 519 q 289 652 234 602 q 425 705 347 705 l 438 705 l 462 700 l 462 608 l 451 609 q 428 611 438 611 q 230 430 282 611 q 211 294 211 367 l 211 0 l 118 0 l 118 585 m 211 -88 q 220 -154 220 -121 q 187 -278 220 -204 l 115 -278 q 141 -167 141 -211 q 126 -88 141 -128 l 211 -88 "}},"cssFontWeight":"normal","ascender":1306,"underlinePosition":-75,"cssFontStyle":"normal","boundingBox":{"yMin":-292,"xMin":-29,"yMax":1226,"xMax":1384},"resolution":1000,"original_font_information":{"postscript_name":"Museo-300","version_string":"2.002","vendor_url":"http://www.josbuivenga.demon.nl","full_font_name":"Museo-300","font_family_name":"Museo 300","copyright":"Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.","description":"Copyright (c) 2008 by Jos Buivenga/exljbris. All rights reserved.","trademark":"Museo is a trademark of Jos Buivenga/exljbris.","designer":"Jos Buivenga","designer_url":"http://www.josbuivenga.demon.nl","unique_font_identifier":"FONTLAB:OTFEXPORT","license_url":"","license_description":"","manufacturer_name":"Jos Buivenga","font_sub_family_name":"Regular"},"descender":-362,"familyName":"Museo","lineHeight":1667,"underlineThickness":50});
