(function(){this.MooTools={version:"1.3.2",build:"c9f1ff10e9e7facb65e9481049ed1b450959d587"};var o=this.typeOf=function(i){if(i==null){return"null"}if(i.$family){return i.$family()}if(i.nodeName){if(i.nodeType==1){return"element"}if(i.nodeType==3){return(/\S/).test(i.nodeValue)?"textnode":"whitespace"}}else{if(typeof i.length=="number"){if(i.callee){return"arguments"}if("item" in i){return"collection"}}}return typeof i};var j=this.instanceOf=function(t,i){if(t==null){return false}var s=t.$constructor||t.constructor;while(s){if(s===i){return true}s=s.parent}return t instanceof i};var f=this.Function;var p=true;for(var k in {toString:1}){p=null}if(p){p=["hasOwnProperty","valueOf","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","constructor"]}f.prototype.overloadSetter=function(s){var i=this;return function(u,t){if(u==null){return this}if(s||typeof u!="string"){for(var v in u){i.call(this,v,u[v])}if(p){for(var w=p.length;w--;){v=p[w];if(u.hasOwnProperty(v)){i.call(this,v,u[v])}}}}else{i.call(this,u,t)}return this}};f.prototype.overloadGetter=function(s){var i=this;return function(u){var v,t;if(s||typeof u!="string"){v=u}else{if(arguments.length>1){v=arguments}}if(v){t={};for(var w=0;w<v.length;w++){t[v[w]]=i.call(this,v[w])}}else{t=i.call(this,u)}return t}};f.prototype.extend=function(i,s){this[i]=s}.overloadSetter();f.prototype.implement=function(i,s){this.prototype[i]=s}.overloadSetter();var n=Array.prototype.slice;f.from=function(i){return(o(i)=="function")?i:function(){return i}};Array.from=function(i){if(i==null){return[]}return(a.isEnumerable(i)&&typeof i!="string")?(o(i)=="array")?i:n.call(i):[i]};Number.from=function(s){var i=parseFloat(s);return isFinite(i)?i:null};String.from=function(i){return i+""};f.implement({hide:function(){this.$hidden=true;return this},protect:function(){this.$protected=true;return this}});var a=this.Type=function(u,t){if(u){var s=u.toLowerCase();var i=function(v){return(o(v)==s)};a["is"+u]=i;if(t!=null){t.prototype.$family=(function(){return s}).hide()}}if(t==null){return null}t.extend(this);t.$constructor=a;t.prototype.$constructor=t;return t};var e=Object.prototype.toString;a.isEnumerable=function(i){return(i!=null&&typeof i.length=="number"&&e.call(i)!="[object Function]")};var q={};var r=function(i){var s=o(i.prototype);return q[s]||(q[s]=[])};var b=function(t,x){if(x&&x.$hidden){return}var s=r(this);for(var u=0;u<s.length;u++){var w=s[u];if(o(w)=="type"){b.call(w,t,x)}else{w.call(this,t,x)}}var v=this.prototype[t];if(v==null||!v.$protected){this.prototype[t]=x}if(this[t]==null&&o(x)=="function"){m.call(this,t,function(i){return x.apply(i,n.call(arguments,1))})}};var m=function(i,t){if(t&&t.$hidden){return}var s=this[i];if(s==null||!s.$protected){this[i]=t}};a.implement({implement:b.overloadSetter(),extend:m.overloadSetter(),alias:function(i,s){b.call(this,i,this.prototype[s])}.overloadSetter(),mirror:function(i){r(this).push(i);return this}});new a("Type",a);var d=function(s,w,u){var t=(w!=Object),A=w.prototype;if(t){w=new a(s,w)}for(var x=0,v=u.length;x<v;x++){var B=u[x],z=w[B],y=A[B];if(z){z.protect()}if(t&&y){delete A[B];A[B]=y.protect()}}if(t){w.implement(A)}return d};d("String",String,["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","quote","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase"])("Array",Array,["pop","push","reverse","shift","sort","splice","unshift","concat","join","slice","indexOf","lastIndexOf","filter","forEach","every","map","some","reduce","reduceRight"])("Number",Number,["toExponential","toFixed","toLocaleString","toPrecision"])("Function",f,["apply","call","bind"])("RegExp",RegExp,["exec","test"])("Object",Object,["create","defineProperty","defineProperties","keys","getPrototypeOf","getOwnPropertyDescriptor","getOwnPropertyNames","preventExtensions","isExtensible","seal","isSealed","freeze","isFrozen"])("Date",Date,["now"]);Object.extend=m.overloadSetter();Date.extend("now",function(){return +(new Date)});new a("Boolean",Boolean);Number.prototype.$family=function(){return isFinite(this)?"number":"null"}.hide();Number.extend("random",function(s,i){return Math.floor(Math.random()*(i-s+1)+s)});var g=Object.prototype.hasOwnProperty;Object.extend("forEach",function(i,t,u){for(var s in i){if(g.call(i,s)){t.call(u,i[s],s,i)}}});Object.each=Object.forEach;Array.implement({forEach:function(u,v){for(var t=0,s=this.length;t<s;t++){if(t in this){u.call(v,this[t],t,this)}}},each:function(i,s){Array.forEach(this,i,s);return this}});var l=function(i){switch(o(i)){case"array":return i.clone();case"object":return Object.clone(i);default:return i}};Array.implement("clone",function(){var s=this.length,t=new Array(s);while(s--){t[s]=l(this[s])}return t});var h=function(s,i,t){switch(o(t)){case"object":if(o(s[i])=="object"){Object.merge(s[i],t)}else{s[i]=Object.clone(t)}break;case"array":s[i]=t.clone();break;default:s[i]=t}return s};Object.extend({merge:function(z,u,t){if(o(u)=="string"){return h(z,u,t)}for(var y=1,s=arguments.length;y<s;y++){var w=arguments[y];for(var x in w){h(z,x,w[x])}}return z},clone:function(i){var t={};for(var s in i){t[s]=l(i[s])}return t},append:function(w){for(var v=1,t=arguments.length;v<t;v++){var s=arguments[v]||{};for(var u in s){w[u]=s[u]}}return w}});["Object","WhiteSpace","TextNode","Collection","Arguments"].each(function(i){new a(i)});var c=Date.now();String.extend("uniqueID",function(){return(c++).toString(36)})})();Array.implement({every:function(c,d){for(var b=0,a=this.length;b<a;b++){if((b in this)&&!c.call(d,this[b],b,this)){return false}}return true},filter:function(d,e){var c=[];for(var b=0,a=this.length;b<a;b++){if((b in this)&&d.call(e,this[b],b,this)){c.push(this[b])}}return c},indexOf:function(c,d){var a=this.length;for(var b=(d<0)?Math.max(0,a+d):d||0;b<a;b++){if(this[b]===c){return b}}return -1},map:function(d,e){var c=[];for(var b=0,a=this.length;b<a;b++){if(b in this){c[b]=d.call(e,this[b],b,this)}}return c},some:function(c,d){for(var b=0,a=this.length;b<a;b++){if((b in this)&&c.call(d,this[b],b,this)){return true}}return false},clean:function(){return this.filter(function(a){return a!=null})},invoke:function(a){var b=Array.slice(arguments,1);return this.map(function(c){return c[a].apply(c,b)})},associate:function(c){var d={},b=Math.min(this.length,c.length);for(var a=0;a<b;a++){d[c[a]]=this[a]}return d},link:function(c){var a={};for(var e=0,b=this.length;e<b;e++){for(var d in c){if(c[d](this[e])){a[d]=this[e];delete c[d];break}}}return a},contains:function(a,b){return this.indexOf(a,b)!=-1},append:function(a){this.push.apply(this,a);return this},getLast:function(){return(this.length)?this[this.length-1]:null},getRandom:function(){return(this.length)?this[Number.random(0,this.length-1)]:null},include:function(a){if(!this.contains(a)){this.push(a)}return this},combine:function(c){for(var b=0,a=c.length;b<a;b++){this.include(c[b])}return this},erase:function(b){for(var a=this.length;a--;){if(this[a]===b){this.splice(a,1)}}return this},empty:function(){this.length=0;return this},flatten:function(){var d=[];for(var b=0,a=this.length;b<a;b++){var c=typeOf(this[b]);if(c=="null"){continue}d=d.concat((c=="array"||c=="collection"||c=="arguments"||instanceOf(this[b],Array))?Array.flatten(this[b]):this[b])}return d},pick:function(){for(var b=0,a=this.length;b<a;b++){if(this[b]!=null){return this[b]}}return null},hexToRgb:function(b){if(this.length!=3){return null}var a=this.map(function(c){if(c.length==1){c+=c}return c.toInt(16)});return(b)?a:"rgb("+a+")"},rgbToHex:function(d){if(this.length<3){return null}if(this.length==4&&this[3]==0&&!d){return"transparent"}var b=[];for(var a=0;a<3;a++){var c=(this[a]-0).toString(16);b.push((c.length==1)?"0"+c:c)}return(d)?b:"#"+b.join("")}});Function.extend({attempt:function(){for(var b=0,a=arguments.length;b<a;b++){try{return arguments[b]()}catch(c){}}return null}});Function.implement({attempt:function(a,c){try{return this.apply(c,Array.from(a))}catch(b){}return null},bind:function(c){var a=this,b=(arguments.length>1)?Array.slice(arguments,1):null;return function(){if(!b&&!arguments.length){return a.call(c)}if(b&&arguments.length){return a.apply(c,b.concat(Array.from(arguments)))}return a.apply(c,b||arguments)}},pass:function(b,c){var a=this;if(b!=null){b=Array.from(b)}return function(){return a.apply(c,b||arguments)}},delay:function(b,c,a){return setTimeout(this.pass((a==null?[]:a),c),b)},periodical:function(c,b,a){return setInterval(this.pass((a==null?[]:a),b),c)}});Number.implement({limit:function(b,a){return Math.min(a,Math.max(b,this))},round:function(a){a=Math.pow(10,a||0).toFixed(a<0?-a:0);return Math.round(this*a)/a},times:function(b,c){for(var a=0;a<this;a++){b.call(c,a,this)}},toFloat:function(){return parseFloat(this)},toInt:function(a){return parseInt(this,a||10)}});Number.alias("each","times");(function(b){var a={};b.each(function(c){if(!Number[c]){a[c]=function(){return Math[c].apply(null,[this].concat(Array.from(arguments)))}}});Number.implement(a)})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(a,b){return((typeOf(a)=="regexp")?a:new RegExp(""+a,b)).test(this)},contains:function(a,b){return(b)?(b+this+b).indexOf(b+a+b)>-1:this.indexOf(a)>-1},trim:function(){return this.replace(/^\s+|\s+$/g,"")},clean:function(){return this.replace(/\s+/g," ").trim()},camelCase:function(){return this.replace(/-\D/g,function(a){return a.charAt(1).toUpperCase()})},hyphenate:function(){return this.replace(/[A-Z]/g,function(a){return("-"+a.charAt(0).toLowerCase())})},capitalize:function(){return this.replace(/\b[a-z]/g,function(a){return a.toUpperCase()})},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1")},toInt:function(a){return parseInt(this,a||10)},toFloat:function(){return parseFloat(this)},hexToRgb:function(b){var a=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);return(a)?a.slice(1).hexToRgb(b):null},rgbToHex:function(b){var a=this.match(/\d{1,3}/g);return(a)?a.rgbToHex(b):null},substitute:function(a,b){return this.replace(b||(/\\?\{([^{}]+)\}/g),function(d,c){if(d.charAt(0)=="\\"){return d.slice(1)}return(a[c]!=null)?a[c]:""})}});(function(){var k=this.document;var i=k.window=this;var b=1;this.$uid=(i.ActiveXObject)?function(e){return(e.uid||(e.uid=[b++]))[0]}:function(e){return e.uid||(e.uid=b++)};$uid(i);$uid(k);var a=navigator.userAgent.toLowerCase(),c=navigator.platform.toLowerCase(),j=a.match(/(opera|ie|firefox|chrome|version)[\s\/:]([\w\d\.]+)?.*?(safari|version[\s\/:]([\w\d\.]+)|$)/)||[null,"unknown",0],f=j[1]=="ie"&&k.documentMode;var o=this.Browser={extend:Function.prototype.extend,name:(j[1]=="version")?j[3]:j[1],version:f||parseFloat((j[1]=="opera"&&j[4])?j[4]:j[2]),Platform:{name:a.match(/ip(?:ad|od|hone)/)?"ios":(a.match(/(?:webos|android)/)||c.match(/mac|win|linux/)||["other"])[0]},Features:{xpath:!!(k.evaluate),air:!!(i.runtime),query:!!(k.querySelector),json:!!(i.JSON)},Plugins:{}};o[o.name]=true;o[o.name+parseInt(o.version,10)]=true;o.Platform[o.Platform.name]=true;o.Request=(function(){var q=function(){return new XMLHttpRequest()};var p=function(){return new ActiveXObject("MSXML2.XMLHTTP")};var e=function(){return new ActiveXObject("Microsoft.XMLHTTP")};return Function.attempt(function(){q();return q},function(){p();return p},function(){e();return e})})();o.Features.xhr=!!(o.Request);var h=(Function.attempt(function(){return navigator.plugins["Shockwave Flash"].description},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version")})||"0 r0").match(/\d+/g);o.Plugins.Flash={version:Number(h[0]||"0."+h[1])||0,build:Number(h[2])||0};o.exec=function(p){if(!p){return p}if(i.execScript){i.execScript(p)}else{var e=k.createElement("script");e.setAttribute("type","text/javascript");e.text=p;k.head.appendChild(e);k.head.removeChild(e)}return p};String.implement("stripScripts",function(p){var e="";var q=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(r,s){e+=s+"\n";return""});if(p===true){o.exec(e)}else{if(typeOf(p)=="function"){p(e,q)}}return q});o.extend({Document:this.Document,Window:this.Window,Element:this.Element,Event:this.Event});this.Window=this.$constructor=new Type("Window",function(){});this.$family=Function.from("window").hide();Window.mirror(function(e,p){i[e]=p});this.Document=k.$constructor=new Type("Document",function(){});k.$family=Function.from("document").hide();Document.mirror(function(e,p){k[e]=p});k.html=k.documentElement;if(!k.head){k.head=k.getElementsByTagName("head")[0]}if(k.execCommand){try{k.execCommand("BackgroundImageCache",false,true)}catch(g){}}if(this.attachEvent&&!this.addEventListener){var d=function(){this.detachEvent("onunload",d);k.head=k.html=k.window=null};this.attachEvent("onunload",d)}var m=Array.from;try{m(k.html.childNodes)}catch(g){Array.from=function(p){if(typeof p!="string"&&Type.isEnumerable(p)&&typeOf(p)!="array"){var e=p.length,q=new Array(e);while(e--){q[e]=p[e]}return q}return m(p)};var l=Array.prototype,n=l.slice;["pop","push","reverse","shift","sort","splice","unshift","concat","join","slice"].each(function(e){var p=l[e];Array[e]=function(q){return p.apply(Array.from(q),n.call(arguments,1))}})}})();(function(){var k,n,l,g,a={},c={},m=/\\/g;var e=function(q,p){if(q==null){return null}if(q.Slick===true){return q}q=(""+q).replace(/^\s+|\s+$/g,"");g=!!p;var o=(g)?c:a;if(o[q]){return o[q]}k={Slick:true,expressions:[],raw:q,reverse:function(){return e(this.raw,true)}};n=-1;while(q!=(q=q.replace(j,b))){}k.length=k.expressions.length;return o[k.raw]=(g)?h(k):k};var i=function(o){if(o==="!"){return" "}else{if(o===" "){return"!"}else{if((/^!/).test(o)){return o.replace(/^!/,"")}else{return"!"+o}}}};var h=function(u){var r=u.expressions;for(var p=0;p<r.length;p++){var t=r[p];var q={parts:[],tag:"*",combinator:i(t[0].combinator)};for(var o=0;o<t.length;o++){var s=t[o];if(!s.reverseCombinator){s.reverseCombinator=" "}s.combinator=s.reverseCombinator;delete s.reverseCombinator}t.reverse().push(q)}return u};var f=function(o){return o.replace(/[-[\]{}()*+?.\\^$|,#\s]/g,function(p){return"\\"+p})};var j=new RegExp("^(?:\\s*(,)\\s*|\\s*(<combinator>+)\\s*|(\\s+)|(<unicode>+|\\*)|\\#(<unicode>+)|\\.(<unicode>+)|\\[\\s*(<unicode1>+)(?:\\s*([*^$!~|]?=)(?:\\s*(?:([\"']?)(.*?)\\9)))?\\s*\\](?!\\])|(:+)(<unicode>+)(?:\\((?:(?:([\"'])([^\\13]*)\\13)|((?:\\([^)]+\\)|[^()]*)+))\\))?)".replace(/<combinator>/,"["+f(">+~`!@$%^&={}\\;</")+"]").replace(/<unicode>/g,"(?:[\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])").replace(/<unicode1>/g,"(?:[:\\w\\u00a1-\\uFFFF-]|\\\\[^\\s0-9a-f])"));function b(x,s,D,z,r,C,q,B,A,y,u,F,G,v,p,w){if(s||n===-1){k.expressions[++n]=[];l=-1;if(s){return""}}if(D||z||l===-1){D=D||" ";var t=k.expressions[n];if(g&&t[l]){t[l].reverseCombinator=i(D)}t[++l]={combinator:D,tag:"*"}}var o=k.expressions[n][l];if(r){o.tag=r.replace(m,"")}else{if(C){o.id=C.replace(m,"")}else{if(q){q=q.replace(m,"");if(!o.classList){o.classList=[]}if(!o.classes){o.classes=[]}o.classList.push(q);o.classes.push({value:q,regexp:new RegExp("(^|\\s)"+f(q)+"(\\s|$)")})}else{if(G){w=w||p;w=w?w.replace(m,""):null;if(!o.pseudos){o.pseudos=[]}o.pseudos.push({key:G.replace(m,""),value:w,type:F.length==1?"class":"element"})}else{if(B){B=B.replace(m,"");u=(u||"").replace(m,"");var E,H;switch(A){case"^=":H=new RegExp("^"+f(u));break;case"$=":H=new RegExp(f(u)+"$");break;case"~=":H=new RegExp("(^|\\s)"+f(u)+"(\\s|$)");break;case"|=":H=new RegExp("^"+f(u)+"(-|$)");break;case"=":E=function(I){return u==I};break;case"*=":E=function(I){return I&&I.indexOf(u)>-1};break;case"!=":E=function(I){return u!=I};break;default:E=function(I){return !!I}}if(u==""&&(/^[*$^]=$/).test(A)){E=function(){return false}}if(!E){E=function(I){return I&&H.test(I)}}if(!o.attributes){o.attributes=[]}o.attributes.push({key:B,operator:A,value:u,test:E})}}}}}return""}var d=(this.Slick||{});d.parse=function(o){return e(o)};d.escapeRegExp=f;if(!this.Slick){this.Slick=d}}).apply((typeof exports!="undefined")?exports:this);(function(){var j={},l={},b=Object.prototype.toString;j.isNativeCode=function(c){return(/\{\s*\[native code\]\s*\}/).test(""+c)};j.isXML=function(c){return(!!c.xmlVersion)||(!!c.xml)||(b.call(c)=="[object XMLDocument]")||(c.nodeType==9&&c.documentElement.nodeName!="HTML")};j.setDocument=function(w){var t=w.nodeType;if(t==9){}else{if(t){w=w.ownerDocument}else{if(w.navigator){w=w.document}else{return}}}if(this.document===w){return}this.document=w;var y=w.documentElement,u=this.getUIDXML(y),o=l[u],A;if(o){for(A in o){this[A]=o[A]}return}o=l[u]={};o.root=y;o.isXMLDocument=this.isXML(w);o.brokenStarGEBTN=o.starSelectsClosedQSA=o.idGetsName=o.brokenMixedCaseQSA=o.brokenGEBCN=o.brokenCheckedQSA=o.brokenEmptyAttributeQSA=o.isHTMLDocument=o.nativeMatchesSelector=false;var m,n,x,q,r;var s,c="slick_uniqueid";var z=w.createElement("div");var p=w.body||w.getElementsByTagName("body")[0]||y;p.appendChild(z);try{z.innerHTML='<a id="'+c+'"></a>';o.isHTMLDocument=!!w.getElementById(c)}catch(v){}if(o.isHTMLDocument){z.style.display="none";z.appendChild(w.createComment(""));n=(z.getElementsByTagName("*").length>1);try{z.innerHTML="foo</foo>";s=z.getElementsByTagName("*");m=(s&&!!s.length&&s[0].nodeName.charAt(0)=="/")}catch(v){}o.brokenStarGEBTN=n||m;try{z.innerHTML='<a name="'+c+'"></a><b id="'+c+'"></b>';o.idGetsName=w.getElementById(c)===z.firstChild}catch(v){}if(z.getElementsByClassName){try{z.innerHTML='<a class="f"></a><a class="b"></a>';z.getElementsByClassName("b").length;z.firstChild.className="b";q=(z.getElementsByClassName("b").length!=2)}catch(v){}try{z.innerHTML='<a class="a"></a><a class="f b a"></a>';x=(z.getElementsByClassName("a").length!=2)}catch(v){}o.brokenGEBCN=q||x}if(z.querySelectorAll){try{z.innerHTML="foo</foo>";s=z.querySelectorAll("*");o.starSelectsClosedQSA=(s&&!!s.length&&s[0].nodeName.charAt(0)=="/")}catch(v){}try{z.innerHTML='<a class="MiX"></a>';o.brokenMixedCaseQSA=!z.querySelectorAll(".MiX").length}catch(v){}try{z.innerHTML='<select><option selected="selected">a</option></select>';o.brokenCheckedQSA=(z.querySelectorAll(":checked").length==0)}catch(v){}try{z.innerHTML='<a class=""></a>';o.brokenEmptyAttributeQSA=(z.querySelectorAll('[class*=""]').length!=0)}catch(v){}}try{z.innerHTML='<form action="s"><input id="action"/></form>';r=(z.firstChild.getAttribute("action")!="s")}catch(v){}o.nativeMatchesSelector=y.matchesSelector||y.mozMatchesSelector||y.webkitMatchesSelector;if(o.nativeMatchesSelector){try{o.nativeMatchesSelector.call(y,":slick");o.nativeMatchesSelector=null}catch(v){}}}try{y.slick_expando=1;delete y.slick_expando;o.getUID=this.getUIDHTML}catch(v){o.getUID=this.getUIDXML}p.removeChild(z);z=s=p=null;o.getAttribute=(o.isHTMLDocument&&r)?function(D,B){var E=this.attributeGetters[B];if(E){return E.call(D)}var C=D.getAttributeNode(B);return(C)?C.nodeValue:null}:function(C,B){var D=this.attributeGetters[B];return(D)?D.call(C):C.getAttribute(B)};o.hasAttribute=(y&&this.isNativeCode(y.hasAttribute))?function(C,B){return C.hasAttribute(B)}:function(C,B){C=C.getAttributeNode(B);return !!(C&&(C.specified||C.nodeValue))};o.contains=(y&&this.isNativeCode(y.contains))?function(B,C){return B.contains(C)}:(y&&y.compareDocumentPosition)?function(B,C){return B===C||!!(B.compareDocumentPosition(C)&16)}:function(B,C){if(C){do{if(C===B){return true}}while((C=C.parentNode))}return false};o.documentSorter=(y.compareDocumentPosition)?function(C,B){if(!C.compareDocumentPosition||!B.compareDocumentPosition){return 0}return C.compareDocumentPosition(B)&4?-1:C===B?0:1}:("sourceIndex" in y)?function(C,B){if(!C.sourceIndex||!B.sourceIndex){return 0}return C.sourceIndex-B.sourceIndex}:(w.createRange)?function(E,C){if(!E.ownerDocument||!C.ownerDocument){return 0}var D=E.ownerDocument.createRange(),B=C.ownerDocument.createRange();D.setStart(E,0);D.setEnd(E,0);B.setStart(C,0);B.setEnd(C,0);return D.compareBoundaryPoints(Range.START_TO_END,B)}:null;y=null;for(A in o){this[A]=o[A]}};var e=/^([#.]?)((?:[\w-]+|\*))$/,g=/\[.+[*$^]=(?:""|'')?\]/,f={};j.search=function(U,z,H,s){var p=this.found=(s)?null:(H||[]);if(!U){return p}else{if(U.navigator){U=U.document}else{if(!U.nodeType){return p}}}var F,O,V=this.uniques={},I=!!(H&&H.length),y=(U.nodeType==9);if(this.document!==(y?U:U.ownerDocument)){this.setDocument(U)}if(I){for(O=p.length;O--;){V[this.getUID(p[O])]=true}}if(typeof z=="string"){var r=z.match(e);simpleSelectors:if(r){var u=r[1],v=r[2],A,E;if(!u){if(v=="*"&&this.brokenStarGEBTN){break simpleSelectors}E=U.getElementsByTagName(v);if(s){return E[0]||null}for(O=0;A=E[O++];){if(!(I&&V[this.getUID(A)])){p.push(A)}}}else{if(u=="#"){if(!this.isHTMLDocument||!y){break simpleSelectors}A=U.getElementById(v);if(!A){return p}if(this.idGetsName&&A.getAttributeNode("id").nodeValue!=v){break simpleSelectors}if(s){return A||null}if(!(I&&V[this.getUID(A)])){p.push(A)}}else{if(u=="."){if(!this.isHTMLDocument||((!U.getElementsByClassName||this.brokenGEBCN)&&U.querySelectorAll)){break simpleSelectors}if(U.getElementsByClassName&&!this.brokenGEBCN){E=U.getElementsByClassName(v);if(s){return E[0]||null}for(O=0;A=E[O++];){if(!(I&&V[this.getUID(A)])){p.push(A)}}}else{var T=new RegExp("(^|\\s)"+d.escapeRegExp(v)+"(\\s|$)");E=U.getElementsByTagName("*");for(O=0;A=E[O++];){className=A.className;if(!(className&&T.test(className))){continue}if(s){return A}if(!(I&&V[this.getUID(A)])){p.push(A)}}}}}}if(I){this.sort(p)}return(s)?null:p}querySelector:if(U.querySelectorAll){if(!this.isHTMLDocument||f[z]||this.brokenMixedCaseQSA||(this.brokenCheckedQSA&&z.indexOf(":checked")>-1)||(this.brokenEmptyAttributeQSA&&g.test(z))||(!y&&z.indexOf(",")>-1)||d.disableQSA){break querySelector}var S=z,x=U;if(!y){var C=x.getAttribute("id"),t="slickid__";x.setAttribute("id",t);S="#"+t+" "+S;U=x.parentNode}try{if(s){return U.querySelector(S)||null}else{E=U.querySelectorAll(S)}}catch(Q){f[z]=1;break querySelector}finally{if(!y){if(C){x.setAttribute("id",C)}else{x.removeAttribute("id")}U=x}}if(this.starSelectsClosedQSA){for(O=0;A=E[O++];){if(A.nodeName>"@"&&!(I&&V[this.getUID(A)])){p.push(A)}}}else{for(O=0;A=E[O++];){if(!(I&&V[this.getUID(A)])){p.push(A)}}}if(I){this.sort(p)}return p}F=this.Slick.parse(z);if(!F.length){return p}}else{if(z==null){return p}else{if(z.Slick){F=z}else{if(this.contains(U.documentElement||U,z)){(p)?p.push(z):p=z;return p}else{return p}}}}this.posNTH={};this.posNTHLast={};this.posNTHType={};this.posNTHTypeLast={};this.push=(!I&&(s||(F.length==1&&F.expressions[0].length==1)))?this.pushArray:this.pushUID;if(p==null){p=[]}var M,L,K;var B,J,D,c,q,G,W;var N,P,o,w,R=F.expressions;search:for(O=0;(P=R[O]);O++){for(M=0;(o=P[M]);M++){B="combinator:"+o.combinator;if(!this[B]){continue search}J=(this.isXMLDocument)?o.tag:o.tag.toUpperCase();D=o.id;c=o.classList;q=o.classes;G=o.attributes;W=o.pseudos;w=(M===(P.length-1));this.bitUniques={};if(w){this.uniques=V;this.found=p}else{this.uniques={};this.found=[]}if(M===0){this[B](U,J,D,q,G,W,c);if(s&&w&&p.length){break search}}else{if(s&&w){for(L=0,K=N.length;L<K;L++){this[B](N[L],J,D,q,G,W,c);if(p.length){break search}}}else{for(L=0,K=N.length;L<K;L++){this[B](N[L],J,D,q,G,W,c)}}}N=this.found}}if(I||(F.expressions.length>1)){this.sort(p)}return(s)?(p[0]||null):p};j.uidx=1;j.uidk="slick-uniqueid";j.getUIDXML=function(m){var c=m.getAttribute(this.uidk);if(!c){c=this.uidx++;m.setAttribute(this.uidk,c)}return c};j.getUIDHTML=function(c){return c.uniqueNumber||(c.uniqueNumber=this.uidx++)};j.sort=function(c){if(!this.documentSorter){return c}c.sort(this.documentSorter);return c};j.cacheNTH={};j.matchNTH=/^([+-]?\d*)?([a-z]+)?([+-]\d+)?$/;j.parseNTHArgument=function(p){var n=p.match(this.matchNTH);if(!n){return false}var o=n[2]||false;var m=n[1]||1;if(m=="-"){m=-1}var c=+n[3]||0;n=(o=="n")?{a:m,b:c}:(o=="odd")?{a:2,b:1}:(o=="even")?{a:2,b:0}:{a:0,b:m};return(this.cacheNTH[p]=n)};j.createNTHPseudo=function(o,m,c,n){return function(r,p){var t=this.getUID(r);if(!this[c][t]){var z=r.parentNode;if(!z){return false}var q=z[o],s=1;if(n){var y=r.nodeName;do{if(q.nodeName!=y){continue}this[c][this.getUID(q)]=s++}while((q=q[m]))}else{do{if(q.nodeType!=1){continue}this[c][this.getUID(q)]=s++}while((q=q[m]))}}p=p||"n";var u=this.cacheNTH[p]||this.parseNTHArgument(p);if(!u){return false}var x=u.a,w=u.b,v=this[c][t];if(x==0){return w==v}if(x>0){if(v<w){return false}}else{if(w<v){return false}}return((v-w)%x)==0}};j.pushArray=function(o,c,q,n,m,p){if(this.matchSelector(o,c,q,n,m,p)){this.found.push(o)}};j.pushUID=function(p,c,r,o,m,q){var n=this.getUID(p);if(!this.uniques[n]&&this.matchSelector(p,c,r,o,m,q)){this.uniques[n]=true;this.found.push(p)}};j.matchNode=function(m,n){if(this.isHTMLDocument&&this.nativeMatchesSelector){try{return this.nativeMatchesSelector.call(m,n.replace(/\[([^=]+)=\s*([^'"\]]+?)\s*\]/g,'[$1="$2"]'))}catch(u){}}var t=this.Slick.parse(n);if(!t){return true}var r=t.expressions,p,s=0,q;for(q=0;(currentExpression=r[q]);q++){if(currentExpression.length==1){var o=currentExpression[0];if(this.matchSelector(m,(this.isXMLDocument)?o.tag:o.tag.toUpperCase(),o.id,o.classes,o.attributes,o.pseudos)){return true}s++}}if(s==t.length){return false}var c=this.search(this.document,t),v;for(q=0;v=c[q++];){if(v===m){return true}}return false};j.matchPseudo=function(p,c,o){var m="pseudo:"+c;if(this[m]){return this[m](p,o)}var n=this.getAttribute(p,c);return(o)?o==n:!!n};j.matchSelector=function(n,u,c,o,p,r){if(u){var s=(this.isXMLDocument)?n.nodeName:n.nodeName.toUpperCase();if(u=="*"){if(s<"@"){return false}}else{if(s!=u){return false}}}if(c&&n.getAttribute("id")!=c){return false}var q,m,t;if(o){for(q=o.length;q--;){t=n.getAttribute("class")||n.className;if(!(t&&o[q].regexp.test(t))){return false}}}if(p){for(q=p.length;q--;){m=p[q];if(m.operator?!m.test(this.getAttribute(n,m.key)):!this.hasAttribute(n,m.key)){return false}}}if(r){for(q=r.length;q--;){m=r[q];if(!this.matchPseudo(n,m.key,m.value)){return false}}}return true};var i={" ":function(p,v,m,q,r,t,o){var s,u,n;if(this.isHTMLDocument){getById:if(m){u=this.document.getElementById(m);if((!u&&p.all)||(this.idGetsName&&u&&u.getAttributeNode("id").nodeValue!=m)){n=p.all[m];if(!n){return}if(!n[0]){n=[n]}for(s=0;u=n[s++];){var c=u.getAttributeNode("id");if(c&&c.nodeValue==m){this.push(u,v,null,q,r,t);break}}return}if(!u){if(this.contains(this.root,p)){return}else{break getById}}else{if(this.document!==p&&!this.contains(p,u)){return}}this.push(u,v,null,q,r,t);return}getByClass:if(q&&p.getElementsByClassName&&!this.brokenGEBCN){n=p.getElementsByClassName(o.join(" "));if(!(n&&n.length)){break getByClass}for(s=0;u=n[s++];){this.push(u,v,m,null,r,t)}return}}getByTag:{n=p.getElementsByTagName(v);if(!(n&&n.length)){break getByTag}if(!this.brokenStarGEBTN){v=null}for(s=0;u=n[s++];){this.push(u,v,m,q,r,t)}}},">":function(o,c,q,n,m,p){if((o=o.firstChild)){do{if(o.nodeType==1){this.push(o,c,q,n,m,p)}}while((o=o.nextSibling))}},"+":function(o,c,q,n,m,p){while((o=o.nextSibling)){if(o.nodeType==1){this.push(o,c,q,n,m,p);break}}},"^":function(o,c,q,n,m,p){o=o.firstChild;if(o){if(o.nodeType==1){this.push(o,c,q,n,m,p)}else{this["combinator:+"](o,c,q,n,m,p)}}},"~":function(p,c,r,o,m,q){while((p=p.nextSibling)){if(p.nodeType!=1){continue}var n=this.getUID(p);if(this.bitUniques[n]){break}this.bitUniques[n]=true;this.push(p,c,r,o,m,q)}},"++":function(o,c,q,n,m,p){this["combinator:+"](o,c,q,n,m,p);this["combinator:!+"](o,c,q,n,m,p)},"~~":function(o,c,q,n,m,p){this["combinator:~"](o,c,q,n,m,p);this["combinator:!~"](o,c,q,n,m,p)},"!":function(o,c,q,n,m,p){while((o=o.parentNode)){if(o!==this.document){this.push(o,c,q,n,m,p)}}},"!>":function(o,c,q,n,m,p){o=o.parentNode;if(o!==this.document){this.push(o,c,q,n,m,p)}},"!+":function(o,c,q,n,m,p){while((o=o.previousSibling)){if(o.nodeType==1){this.push(o,c,q,n,m,p);break}}},"!^":function(o,c,q,n,m,p){o=o.lastChild;if(o){if(o.nodeType==1){this.push(o,c,q,n,m,p)}else{this["combinator:!+"](o,c,q,n,m,p)}}},"!~":function(p,c,r,o,m,q){while((p=p.previousSibling)){if(p.nodeType!=1){continue}var n=this.getUID(p);if(this.bitUniques[n]){break}this.bitUniques[n]=true;this.push(p,c,r,o,m,q)}}};for(var h in i){j["combinator:"+h]=i[h]}var k={empty:function(c){var m=c.firstChild;return !(m&&m.nodeType==1)&&!(c.innerText||c.textContent||"").length},not:function(c,m){return !this.matchNode(c,m)},contains:function(c,m){return(c.innerText||c.textContent||"").indexOf(m)>-1},"first-child":function(c){while((c=c.previousSibling)){if(c.nodeType==1){return false}}return true},"last-child":function(c){while((c=c.nextSibling)){if(c.nodeType==1){return false}}return true},"only-child":function(n){var m=n;while((m=m.previousSibling)){if(m.nodeType==1){return false}}var c=n;while((c=c.nextSibling)){if(c.nodeType==1){return false}}return true},"nth-child":j.createNTHPseudo("firstChild","nextSibling","posNTH"),"nth-last-child":j.createNTHPseudo("lastChild","previousSibling","posNTHLast"),"nth-of-type":j.createNTHPseudo("firstChild","nextSibling","posNTHType",true),"nth-last-of-type":j.createNTHPseudo("lastChild","previousSibling","posNTHTypeLast",true),index:function(m,c){return this["pseudo:nth-child"](m,""+c+1)},even:function(c){return this["pseudo:nth-child"](c,"2n")},odd:function(c){return this["pseudo:nth-child"](c,"2n+1")},"first-of-type":function(c){var m=c.nodeName;while((c=c.previousSibling)){if(c.nodeName==m){return false}}return true},"last-of-type":function(c){var m=c.nodeName;while((c=c.nextSibling)){if(c.nodeName==m){return false}}return true},"only-of-type":function(n){var m=n,o=n.nodeName;while((m=m.previousSibling)){if(m.nodeName==o){return false}}var c=n;while((c=c.nextSibling)){if(c.nodeName==o){return false}}return true},enabled:function(c){return !c.disabled},disabled:function(c){return c.disabled},checked:function(c){return c.checked||c.selected},focus:function(c){return this.isHTMLDocument&&this.document.activeElement===c&&(c.href||c.type||this.hasAttribute(c,"tabindex"))},root:function(c){return(c===this.root)},selected:function(c){return c.selected}};for(var a in k){j["pseudo:"+a]=k[a]}j.attributeGetters={"class":function(){return this.getAttribute("class")||this.className},"for":function(){return("htmlFor" in this)?this.htmlFor:this.getAttribute("for")},href:function(){return("href" in this)?this.getAttribute("href",2):this.getAttribute("href")},style:function(){return(this.style)?this.style.cssText:this.getAttribute("style")},tabindex:function(){var c=this.getAttributeNode("tabindex");return(c&&c.specified)?c.nodeValue:null},type:function(){return this.getAttribute("type")}};var d=j.Slick=(this.Slick||{});d.version="1.1.5";d.search=function(m,n,c){return j.search(m,n,c)};d.find=function(c,m){return j.search(c,m,null,true)};d.contains=function(c,m){j.setDocument(c);return j.contains(c,m)};d.getAttribute=function(m,c){return j.getAttribute(m,c)};d.match=function(m,c){if(!(m&&c)){return false}if(!c||c===m){return true}j.setDocument(m);return j.matchNode(m,c)};d.defineAttributeGetter=function(c,m){j.attributeGetters[c]=m;return this};d.lookupAttributeGetter=function(c){return j.attributeGetters[c]};d.definePseudo=function(c,m){j["pseudo:"+c]=function(o,n){return m.call(o,n)};return this};d.lookupPseudo=function(c){var m=j["pseudo:"+c];if(m){return function(n){return m.call(this,n)}}return null};d.override=function(m,c){j.override(m,c);return this};d.isXML=j.isXML;d.uidOf=function(c){return j.getUIDHTML(c)};if(!this.Slick){this.Slick=d}}).apply((typeof exports!="undefined")?exports:this);var Element=function(b,g){var h=Element.Constructors[b];if(h){return h(g)}if(typeof b!="string"){return document.id(b).set(g)}if(!g){g={}}if(!(/^[\w-]+$/).test(b)){var e=Slick.parse(b).expressions[0][0];b=(e.tag=="*")?"div":e.tag;if(e.id&&g.id==null){g.id=e.id}var d=e.attributes;if(d){for(var f=0,c=d.length;f<c;f++){var a=d[f];if(g[a.key]!=null){continue}if(a.value!=null&&a.operator=="="){g[a.key]=a.value}else{if(!a.value&&!a.operator){g[a.key]=true}}}}if(e.classList&&g["class"]==null){g["class"]=e.classList.join(" ")}}return document.newElement(b,g)};if(Browser.Element){Element.prototype=Browser.Element.prototype}new Type("Element",Element).mirror(function(a){if(Array.prototype[a]){return}var b={};b[a]=function(){var h=[],e=arguments,j=true;for(var g=0,d=this.length;g<d;g++){var f=this[g],c=h[g]=f[a].apply(f,e);j=(j&&typeOf(c)=="element")}return(j)?new Elements(h):h};Elements.implement(b)});if(!Browser.Element){Element.parent=Object;Element.Prototype={"$family":Function.from("element").hide()};Element.mirror(function(a,b){Element.Prototype[a]=b})}Element.Constructors={};var IFrame=new Type("IFrame",function(){var e=Array.link(arguments,{properties:Type.isObject,iframe:function(f){return(f!=null)}});var c=e.properties||{},b;if(e.iframe){b=document.id(e.iframe)}var d=c.onload||function(){};delete c.onload;c.id=c.name=[c.id,c.name,b?(b.id||b.name):"IFrame_"+String.uniqueID()].pick();b=new Element(b||"iframe",c);var a=function(){d.call(b.contentWindow)};if(window.frames[c.id]){a()}else{b.addListener("load",a)}return b});var Elements=this.Elements=function(a){if(a&&a.length){var e={},d;for(var c=0;d=a[c++];){var b=Slick.uidOf(d);if(!e[b]){e[b]=true;this.push(d)}}}};Elements.prototype={length:0};Elements.parent=Array;new Type("Elements",Elements).implement({filter:function(a,b){if(!a){return this}return new Elements(Array.filter(this,(typeOf(a)=="string")?function(c){return c.match(a)}:a,b))}.protect(),push:function(){var d=this.length;for(var b=0,a=arguments.length;b<a;b++){var c=document.id(arguments[b]);if(c){this[d++]=c}}return(this.length=d)}.protect(),unshift:function(){var b=[];for(var c=0,a=arguments.length;c<a;c++){var d=document.id(arguments[c]);if(d){b.push(d)}}return Array.prototype.unshift.apply(this,b)}.protect(),concat:function(){var b=new Elements(this);for(var c=0,a=arguments.length;c<a;c++){var d=arguments[c];if(Type.isEnumerable(d)){b.append(d)}else{b.push(d)}}return b}.protect(),append:function(c){for(var b=0,a=c.length;b<a;b++){this.push(c[b])}return this}.protect(),empty:function(){while(this.length){delete this[--this.length]}return this}.protect()});(function(){var g=Array.prototype.splice,b={"0":0,"1":1,length:2};g.call(b,1,1);if(b[1]==1){Elements.implement("splice",function(){var e=this.length;g.apply(this,arguments);while(e>=this.length){delete this[e--]}return this}.protect())}Elements.implement(Array.prototype);Array.mirror(Elements);var f;try{var a=document.createElement("<input name=x>");f=(a.name=="x")}catch(c){}var d=function(e){return(""+e).replace(/&/g,"&amp;").replace(/"/g,"&quot;")};Document.implement({newElement:function(e,h){if(h&&h.checked!=null){h.defaultChecked=h.checked}if(f&&h){e="<"+e;if(h.name){e+=' name="'+d(h.name)+'"'}if(h.type){e+=' type="'+d(h.type)+'"'}e+=">";delete h.name;delete h.type}return this.id(this.createElement(e)).set(h)}})})();Document.implement({newTextNode:function(a){return this.createTextNode(a)},getDocument:function(){return this},getWindow:function(){return this.window},id:(function(){var a={string:function(d,c,b){d=Slick.find(b,"#"+d.replace(/(\W)/g,"\\$1"));return(d)?a.element(d,c):null},element:function(b,c){$uid(b);if(!c&&!b.$family&&!(/^(?:object|embed)$/i).test(b.tagName)){Object.append(b,Element.Prototype)}return b},object:function(c,d,b){if(c.toElement){return a.element(c.toElement(b),d)}return null}};a.textnode=a.whitespace=a.window=a.document=function(b){return b};return function(c,e,d){if(c&&c.$family&&c.uid){return c}var b=typeOf(c);return(a[b])?a[b](c,e,d||document):null}})()});if(window.$==null){Window.implement("$",function(a,b){return document.id(a,b,this.document)})}Window.implement({getDocument:function(){return this.document},getWindow:function(){return this}});[Document,Element].invoke("implement",{getElements:function(a){return Slick.search(this,a,new Elements)},getElement:function(a){return document.id(Slick.find(this,a))}});if(window.$$==null){Window.implement("$$",function(a){if(arguments.length==1){if(typeof a=="string"){return Slick.search(this.document,a,new Elements)}else{if(Type.isEnumerable(a)){return new Elements(a)}}}return new Elements(arguments)})}(function(){var k={},i={};var n={input:"checked",option:"selected",textarea:"value"};var e=function(p){return(i[p]||(i[p]={}))};var j=function(q){var p=q.uid;if(q.removeEvents){q.removeEvents()}if(q.clearAttributes){q.clearAttributes()}if(p!=null){delete k[p];delete i[p]}return q};var o=["defaultValue","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];var d=["compact","nowrap","ismap","declare","noshade","checked","disabled","readOnly","multiple","selected","noresize","defer","defaultChecked"];var g={html:"innerHTML","class":"className","for":"htmlFor",text:(function(){var p=document.createElement("div");return(p.textContent==null)?"innerText":"textContent"})()};var m=["type"];var h=["value","defaultValue"];var l=/^(?:href|src|usemap)$/i;d=d.associate(d);o=o.associate(o.map(String.toLowerCase));m=m.associate(m);Object.append(g,h.associate(h));var c={before:function(q,p){var r=p.parentNode;if(r){r.insertBefore(q,p)}},after:function(q,p){var r=p.parentNode;if(r){r.insertBefore(q,p.nextSibling)}},bottom:function(q,p){p.appendChild(q)},top:function(q,p){p.insertBefore(q,p.firstChild)}};c.inside=c.bottom;var b=function(s,r){if(!s){return r}s=Object.clone(Slick.parse(s));var q=s.expressions;for(var p=q.length;p--;){q[p][0].combinator=r}return s};Element.implement({set:function(r,q){var p=Element.Properties[r];(p&&p.set)?p.set.call(this,q):this.setProperty(r,q)}.overloadSetter(),get:function(q){var p=Element.Properties[q];return(p&&p.get)?p.get.apply(this):this.getProperty(q)}.overloadGetter(),erase:function(q){var p=Element.Properties[q];(p&&p.erase)?p.erase.apply(this):this.removeProperty(q);return this},setProperty:function(q,r){q=o[q]||q;if(r==null){return this.removeProperty(q)}var p=g[q];(p)?this[p]=r:(d[q])?this[q]=!!r:this.setAttribute(q,""+r);return this},setProperties:function(p){for(var q in p){this.setProperty(q,p[q])}return this},getProperty:function(q){q=o[q]||q;var p=g[q]||m[q];return(p)?this[p]:(d[q])?!!this[q]:(l.test(q)?this.getAttribute(q,2):(p=this.getAttributeNode(q))?p.nodeValue:null)||null},getProperties:function(){var p=Array.from(arguments);return p.map(this.getProperty,this).associate(p)},removeProperty:function(q){q=o[q]||q;var p=g[q];(p)?this[p]="":(d[q])?this[q]=false:this.removeAttribute(q);return this},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this},hasClass:function(p){return this.className.clean().contains(p," ")},addClass:function(p){if(!this.hasClass(p)){this.className=(this.className+" "+p).clean()}return this},removeClass:function(p){this.className=this.className.replace(new RegExp("(^|\\s)"+p+"(?:\\s|$)"),"$1");return this},toggleClass:function(p,q){if(q==null){q=!this.hasClass(p)}return(q)?this.addClass(p):this.removeClass(p)},adopt:function(){var s=this,p,u=Array.flatten(arguments),t=u.length;if(t>1){s=p=document.createDocumentFragment()}for(var r=0;r<t;r++){var q=document.id(u[r],true);if(q){s.appendChild(q)}}if(p){this.appendChild(p)}return this},appendText:function(q,p){return this.grab(this.getDocument().newTextNode(q),p)},grab:function(q,p){c[p||"bottom"](document.id(q,true),this);return this},inject:function(q,p){c[p||"bottom"](this,document.id(q,true));return this},replaces:function(p){p=document.id(p,true);p.parentNode.replaceChild(this,p);return this},wraps:function(q,p){q=document.id(q,true);return this.replaces(q).grab(q,p)},getPrevious:function(p){return document.id(Slick.find(this,b(p,"!~")))},getAllPrevious:function(p){return Slick.search(this,b(p,"!~"),new Elements)},getNext:function(p){return document.id(Slick.find(this,b(p,"~")))},getAllNext:function(p){return Slick.search(this,b(p,"~"),new Elements)},getFirst:function(p){return document.id(Slick.search(this,b(p,">"))[0])},getLast:function(p){return document.id(Slick.search(this,b(p,">")).getLast())},getParent:function(p){return document.id(Slick.find(this,b(p,"!")))},getParents:function(p){return Slick.search(this,b(p,"!"),new Elements)},getSiblings:function(p){return Slick.search(this,b(p,"~~"),new Elements)},getChildren:function(p){return Slick.search(this,b(p,">"),new Elements)},getWindow:function(){return this.ownerDocument.window},getDocument:function(){return this.ownerDocument},getElementById:function(p){return document.id(Slick.find(this,"#"+(""+p).replace(/(\W)/g,"\\$1")))},getSelected:function(){this.selectedIndex;return new Elements(Array.from(this.options).filter(function(p){return p.selected}))},toQueryString:function(){var p=[];this.getElements("input, select, textarea").each(function(r){var q=r.type;if(!r.name||r.disabled||q=="submit"||q=="reset"||q=="file"||q=="image"){return}var s=(r.get("tag")=="select")?r.getSelected().map(function(t){return document.id(t).get("value")}):((q=="radio"||q=="checkbox")&&!r.checked)?null:r.get("value");Array.from(s).each(function(t){if(typeof t!="undefined"){p.push(encodeURIComponent(r.name)+"="+encodeURIComponent(t))}})});return p.join("&")},destroy:function(){var p=j(this).getElementsByTagName("*");Array.each(p,j);Element.dispose(this);return null},empty:function(){Array.from(this.childNodes).each(Element.dispose);return this},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this},match:function(p){return !p||Slick.match(this,p)}});var a=function(t,s,q){if(!q){t.setAttributeNode(document.createAttribute("id"))}if(t.clearAttributes){t.clearAttributes();t.mergeAttributes(s);t.removeAttribute("uid");if(t.options){var u=t.options,p=s.options;for(var r=u.length;r--;){u[r].selected=p[r].selected}}}var v=n[s.tagName.toLowerCase()];if(v&&s[v]){t[v]=s[v]}};Element.implement("clone",function(r,p){r=r!==false;var w=this.cloneNode(r),q;if(r){var s=w.getElementsByTagName("*"),u=this.getElementsByTagName("*");for(q=s.length;q--;){a(s[q],u[q],p)}}a(w,this,p);if(Browser.ie){var t=w.getElementsByTagName("object"),v=this.getElementsByTagName("object");for(q=t.length;q--;){t[q].outerHTML=v[q].outerHTML}}return document.id(w)});var f={contains:function(p){return Slick.contains(this,p)}};if(!document.contains){Document.implement(f)}if(!document.createElement("div").contains){Element.implement(f)}[Element,Window,Document].invoke("implement",{addListener:function(s,r){if(s=="unload"){var p=r,q=this;r=function(){q.removeListener("unload",r);p()}}else{k[$uid(this)]=this}if(this.addEventListener){this.addEventListener(s,r,!!arguments[2])}else{this.attachEvent("on"+s,r)}return this},removeListener:function(q,p){if(this.removeEventListener){this.removeEventListener(q,p,!!arguments[2])}else{this.detachEvent("on"+q,p)}return this},retrieve:function(q,p){var s=e($uid(this)),r=s[q];if(p!=null&&r==null){r=s[q]=p}return r!=null?r:null},store:function(q,p){var r=e($uid(this));r[q]=p;return this},eliminate:function(p){var q=e($uid(this));delete q[p];return this}});if(window.attachEvent&&!window.addEventListener){window.addListener("unload",function(){Object.each(k,j);if(window.CollectGarbage){CollectGarbage()}})}})();Element.Properties={};Element.Properties.style={set:function(a){this.style.cssText=a},get:function(){return this.style.cssText},erase:function(){this.style.cssText=""}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase()}};(function(a){if(a!=null){Element.Properties.maxlength=Element.Properties.maxLength={get:function(){var b=this.getAttribute("maxLength");return b==a?null:b}}}})(document.createElement("input").getAttribute("maxLength"));Element.Properties.html=(function(){var c=Function.attempt(function(){var e=document.createElement("table");e.innerHTML="<tr><td></td></tr>"});var d=document.createElement("div");var a={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};a.thead=a.tfoot=a.tbody;var b={set:function(){var f=Array.flatten(arguments).join("");var g=(!c&&a[this.get("tag")]);if(g){var h=d;h.innerHTML=g[1]+f+g[2];for(var e=g[0];e--;){h=h.firstChild}this.empty().adopt(h.childNodes)}else{this.innerHTML=f}}};b.erase=b.set;return b})();(function(){var a=Object.prototype.hasOwnProperty;Object.extend({subset:function(d,g){var f={};for(var e=0,b=g.length;e<b;e++){var c=g[e];if(c in d){f[c]=d[c]}}return f},map:function(b,e,f){var d={};for(var c in b){if(a.call(b,c)){d[c]=e.call(f,b[c],c,b)}}return d},filter:function(b,e,g){var d={};for(var c in b){var f=b[c];if(a.call(b,c)&&e.call(g,f,c,b)){d[c]=f}}return d},every:function(b,d,e){for(var c in b){if(a.call(b,c)&&!d.call(e,b[c],c)){return false}}return true},some:function(b,d,e){for(var c in b){if(a.call(b,c)&&d.call(e,b[c],c)){return true}}return false},keys:function(b){var d=[];for(var c in b){if(a.call(b,c)){d.push(c)}}return d},values:function(c){var b=[];for(var d in c){if(a.call(c,d)){b.push(c[d])}}return b},getLength:function(b){return Object.keys(b).length},keyOf:function(b,d){for(var c in b){if(a.call(b,c)&&b[c]===d){return c}}return null},contains:function(b,c){return Object.keyOf(b,c)!=null},toQueryString:function(b,c){var d=[];Object.each(b,function(h,g){if(c){g=c+"["+g+"]"}var f;switch(typeOf(h)){case"object":f=Object.toQueryString(h,g);break;case"array":var e={};h.each(function(k,j){e[j]=k});f=Object.toQueryString(e,g);break;default:f=g+"="+encodeURIComponent(h)}if(h!=null){d.push(f)}});return d.join("&")}})})();var Event=new Type("Event",function(a,i){if(!i){i=window}var o=i.document;a=a||i.event;if(a.$extended){return a}this.$extended=true;var n=a.type,k=a.target||a.srcElement,m={},c={},q=null,h,l,b,p;while(k&&k.nodeType==3){k=k.parentNode}if(n.indexOf("key")!=-1){b=a.which||a.keyCode;p=Object.keyOf(Event.Keys,b);if(n=="keydown"){var d=b-111;if(d>0&&d<13){p="f"+d}}if(!p){p=String.fromCharCode(b).toLowerCase()}}else{if((/click|mouse|menu/i).test(n)){o=(!o.compatMode||o.compatMode=="CSS1Compat")?o.html:o.body;m={x:(a.pageX!=null)?a.pageX:a.clientX+o.scrollLeft,y:(a.pageY!=null)?a.pageY:a.clientY+o.scrollTop};c={x:(a.pageX!=null)?a.pageX-i.pageXOffset:a.clientX,y:(a.pageY!=null)?a.pageY-i.pageYOffset:a.clientY};if((/DOMMouseScroll|mousewheel/).test(n)){l=(a.wheelDelta)?a.wheelDelta/120:-(a.detail||0)/3}h=(a.which==3)||(a.button==2);if((/over|out/).test(n)){q=a.relatedTarget||a[(n=="mouseover"?"from":"to")+"Element"];var j=function(){while(q&&q.nodeType==3){q=q.parentNode}return true};var g=(Browser.firefox2)?j.attempt():j();q=(g)?q:null}}else{if((/gesture|touch/i).test(n)){this.rotation=a.rotation;this.scale=a.scale;this.targetTouches=a.targetTouches;this.changedTouches=a.changedTouches;var f=this.touches=a.touches;if(f&&f[0]){var e=f[0];m={x:e.pageX,y:e.pageY};c={x:e.clientX,y:e.clientY}}}}}return Object.append(this,{event:a,type:n,page:m,client:c,rightClick:h,wheel:l,relatedTarget:document.id(q),target:document.id(k),code:b,key:p,shift:a.shiftKey,control:a.ctrlKey,alt:a.altKey,meta:a.metaKey})});Event.Keys={enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46};Event.implement({stop:function(){return this.stopPropagation().preventDefault()},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation()}else{this.event.cancelBubble=true}return this},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault()}else{this.event.returnValue=false}return this}});(function(){Element.Properties.events={set:function(b){this.addEvents(b)}};[Element,Window,Document].invoke("implement",{addEvent:function(f,h){var i=this.retrieve("events",{});if(!i[f]){i[f]={keys:[],values:[]}}if(i[f].keys.contains(h)){return this}i[f].keys.push(h);var g=f,b=Element.Events[f],d=h,j=this;if(b){if(b.onAdd){b.onAdd.call(this,h)}if(b.condition){d=function(k){if(b.condition.call(this,k)){return h.call(this,k)}return true}}g=b.base||g}var e=function(){return h.call(j)};var c=Element.NativeEvents[g];if(c){if(c==2){e=function(k){k=new Event(k,j.getWindow());if(d.call(j,k)===false){k.stop()}}}this.addListener(g,e,arguments[2])}i[f].values.push(e);return this},removeEvent:function(e,d){var c=this.retrieve("events");if(!c||!c[e]){return this}var h=c[e];var b=h.keys.indexOf(d);if(b==-1){return this}var g=h.values[b];delete h.keys[b];delete h.values[b];var f=Element.Events[e];if(f){if(f.onRemove){f.onRemove.call(this,d)}e=f.base||e}return(Element.NativeEvents[e])?this.removeListener(e,g,arguments[2]):this},addEvents:function(b){for(var c in b){this.addEvent(c,b[c])}return this},removeEvents:function(b){var d;if(typeOf(b)=="object"){for(d in b){this.removeEvent(d,b[d])}return this}var c=this.retrieve("events");if(!c){return this}if(!b){for(d in c){this.removeEvents(d)}this.eliminate("events")}else{if(c[b]){c[b].keys.each(function(e){this.removeEvent(b,e)},this);delete c[b]}}return this},fireEvent:function(e,c,b){var d=this.retrieve("events");if(!d||!d[e]){return this}c=Array.from(c);d[e].keys.each(function(f){if(b){f.delay(b,this,c)}else{f.apply(this,c)}},this);return this},cloneEvents:function(e,d){e=document.id(e);var c=e.retrieve("events");if(!c){return this}if(!d){for(var b in c){this.cloneEvents(e,b)}}else{if(c[d]){c[d].keys.each(function(f){this.addEvent(d,f)},this)}}return this}});Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,orientationchange:2,touchstart:2,touchmove:2,touchend:2,touchcancel:2,gesturestart:2,gesturechange:2,gestureend:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:2,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};var a=function(b){var c=b.relatedTarget;if(c==null){return true}if(!c){return false}return(c!=this&&c.prefix!="xul"&&typeOf(this)!="document"&&!this.contains(c))};Element.Events={mouseenter:{base:"mouseover",condition:a},mouseleave:{base:"mouseout",condition:a},mousewheel:{base:(Browser.firefox)?"DOMMouseScroll":"mousewheel"}}})();(function(i,k){var l,f,e=[],c,b,d=k.createElement("div");var g=function(){clearTimeout(b);if(l){return}Browser.loaded=l=true;k.removeListener("DOMContentLoaded",g).removeListener("readystatechange",a);k.fireEvent("domready");i.fireEvent("domready")};var a=function(){for(var m=e.length;m--;){if(e[m]()){g();return true}}return false};var j=function(){clearTimeout(b);if(!a()){b=setTimeout(j,10)}};k.addListener("DOMContentLoaded",g);var h=function(){try{d.doScroll();return true}catch(m){}return false};if(d.doScroll&&!h()){e.push(h);c=true}if(k.readyState){e.push(function(){var m=k.readyState;return(m=="loaded"||m=="complete")})}if("onreadystatechange" in k){k.addListener("readystatechange",a)}else{c=true}if(c){j()}Element.Events.domready={onAdd:function(m){if(l){m.call(this)}}};Element.Events.load={base:"load",onAdd:function(m){if(f&&this==i){m.call(this)}},condition:function(){if(this==i){g();delete Element.Events.load}return true}};i.addEvent("load",function(){f=true})})(window,document);(function(){var a=this.Class=new Type("Class",function(h){if(instanceOf(h,Function)){h={initialize:h}}var g=function(){e(this);if(g.$prototyping){return this}this.$caller=null;var i=(this.initialize)?this.initialize.apply(this,arguments):this;this.$caller=this.caller=null;return i}.extend(this).implement(h);g.$constructor=a;g.prototype.$constructor=g;g.prototype.parent=c;return g});var c=function(){if(!this.$caller){throw new Error('The method "parent" cannot be called.')}var g=this.$caller.$name,h=this.$caller.$owner.parent,i=(h)?h.prototype[g]:null;if(!i){throw new Error('The method "'+g+'" has no parent.')}return i.apply(this,arguments)};var e=function(g){for(var h in g){var j=g[h];switch(typeOf(j)){case"object":var i=function(){};i.prototype=j;g[h]=e(new i);break;case"array":g[h]=j.clone();break}}return g};var b=function(g,h,j){if(j.$origin){j=j.$origin}var i=function(){if(j.$protected&&this.$caller==null){throw new Error('The method "'+h+'" cannot be called.')}var l=this.caller,m=this.$caller;this.caller=m;this.$caller=i;var k=j.apply(this,arguments);this.$caller=m;this.caller=l;return k}.extend({$owner:g,$origin:j,$name:h});return i};var f=function(h,i,g){if(a.Mutators.hasOwnProperty(h)){i=a.Mutators[h].call(this,i);if(i==null){return this}}if(typeOf(i)=="function"){if(i.$hidden){return this}this.prototype[h]=(g)?i:b(this,h,i)}else{Object.merge(this.prototype,h,i)}return this};var d=function(g){g.$prototyping=true;var h=new g;delete g.$prototyping;return h};a.implement("implement",f.overloadSetter());a.Mutators={Extends:function(g){this.parent=g;this.prototype=d(g)},Implements:function(g){Array.from(g).each(function(j){var h=new j;for(var i in h){f.call(this,i,h[i],true)}},this)}}})();(function(){this.Chain=new Class({$chain:[],chain:function(){this.$chain.append(Array.flatten(arguments));return this},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false},clearChain:function(){this.$chain.empty();return this}});var a=function(b){return b.replace(/^on([A-Z])/,function(c,d){return d.toLowerCase()})};this.Events=new Class({$events:{},addEvent:function(d,c,b){d=a(d);this.$events[d]=(this.$events[d]||[]).include(c);if(b){c.internal=true}return this},addEvents:function(b){for(var c in b){this.addEvent(c,b[c])}return this},fireEvent:function(e,c,b){e=a(e);var d=this.$events[e];if(!d){return this}c=Array.from(c);d.each(function(f){if(b){f.delay(b,this,c)}else{f.apply(this,c)}},this);return this},removeEvent:function(e,d){e=a(e);var c=this.$events[e];if(c&&!d.internal){var b=c.indexOf(d);if(b!=-1){delete c[b]}}return this},removeEvents:function(d){var e;if(typeOf(d)=="object"){for(e in d){this.removeEvent(e,d[e])}return this}if(d){d=a(d)}for(e in this.$events){if(d&&d!=e){continue}var c=this.$events[e];for(var b=c.length;b--;){if(b in c){this.removeEvent(e,c[b])}}}return this}});this.Options=new Class({setOptions:function(){var b=this.options=Object.merge.apply(null,[{},this.options].append(arguments));if(this.addEvent){for(var c in b){if(typeOf(b[c])!="function"||!(/^on[A-Z]/).test(c)){continue}this.addEvent(c,b[c]);delete b[c]}}return this}})})();(function(){var d=function(){},a=("onprogress" in new Browser.Request);var c=this.Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false,timeout:0,noCache:false},initialize:function(e){this.xhr=new Browser.Request();this.setOptions(e);this.headers=this.options.headers},onStateChange:function(){var e=this.xhr;if(e.readyState!=4||!this.running){return}this.running=false;this.status=0;Function.attempt(function(){var f=e.status;this.status=(f==1223)?204:f}.bind(this));e.onreadystatechange=d;if(a){e.onprogress=e.onloadstart=d}clearTimeout(this.timer);this.response={text:this.xhr.responseText||"",xml:this.xhr.responseXML};if(this.options.isSuccess.call(this,this.status)){this.success(this.response.text,this.response.xml)}else{this.failure()}},isSuccess:function(){var e=this.status;return(e>=200&&e<300)},isRunning:function(){return !!this.running},processScripts:function(e){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return Browser.exec(e)}return e.stripScripts(this.options.evalScripts)},success:function(f,e){this.onSuccess(this.processScripts(f),e)},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain()},failure:function(){this.onFailure()},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr)},loadstart:function(e){this.fireEvent("loadstart",[e,this.xhr])},progress:function(e){this.fireEvent("progress",[e,this.xhr])},timeout:function(){this.fireEvent("timeout",this.xhr)},setHeader:function(e,f){this.headers[e]=f;return this},getHeader:function(e){return Function.attempt(function(){return this.xhr.getResponseHeader(e)}.bind(this))},check:function(){if(!this.running){return true}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.pass(arguments,this));return false}return false},send:function(o){if(!this.check(o)){return this}this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.running=true;var l=typeOf(o);if(l=="string"||l=="element"){o={data:o}}var h=this.options;o=Object.append({data:h.data,url:h.url,method:h.method},o);var j=o.data,f=String(o.url),e=o.method.toLowerCase();switch(typeOf(j)){case"element":j=document.id(j).toQueryString();break;case"object":case"hash":j=Object.toQueryString(j)}if(this.options.format){var m="format="+this.options.format;j=(j)?m+"&"+j:m}if(this.options.emulation&&!["get","post"].contains(e)){var k="_method="+e;j=(j)?k+"&"+j:k;e="post"}if(this.options.urlEncoded&&["post","put"].contains(e)){var g=(this.options.encoding)?"; charset="+this.options.encoding:"";this.headers["Content-type"]="application/x-www-form-urlencoded"+g}if(!f){f=document.location.pathname}var i=f.lastIndexOf("/");if(i>-1&&(i=f.indexOf("#"))>-1){f=f.substr(0,i)}if(this.options.noCache){f+=(f.contains("?")?"&":"?")+String.uniqueID()}if(j&&e=="get"){f+=(f.contains("?")?"&":"?")+j;j=null}var n=this.xhr;if(a){n.onloadstart=this.loadstart.bind(this);n.onprogress=this.progress.bind(this)}n.open(e.toUpperCase(),f,this.options.async,this.options.user,this.options.password);if(this.options.user&&"withCredentials" in n){n.withCredentials=true}n.onreadystatechange=this.onStateChange.bind(this);Object.each(this.headers,function(q,p){try{n.setRequestHeader(p,q)}catch(r){this.fireEvent("exception",[p,q])}},this);this.fireEvent("request");n.send(j);if(!this.options.async){this.onStateChange()}if(this.options.timeout){this.timer=this.timeout.delay(this.options.timeout,this)}return this},cancel:function(){if(!this.running){return this}this.running=false;var e=this.xhr;e.abort();clearTimeout(this.timer);e.onreadystatechange=d;if(a){e.onprogress=e.onloadstart=d}this.xhr=new Browser.Request();this.fireEvent("cancel");return this}});var b={};["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(e){b[e]=function(g){var f={method:e};if(g!=null){f.data=g}return this.send(f)}});c.implement(b);Element.Properties.send={set:function(e){var f=this.get("send").cancel();f.setOptions(e);return this},get:function(){var e=this.retrieve("send");if(!e){e=new c({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")});this.store("send",e)}return e}};Element.implement({send:function(e){var f=this.get("send");f.send({data:this,url:e||f.options.url});return this}})})();if(typeof JSON=="undefined"){this.JSON={}}(function(){var special={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};var escape=function(chr){return special[chr]||"\\u"+("0000"+chr.charCodeAt(0).toString(16)).slice(-4)};JSON.validate=function(string){string=string.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"");return(/^[\],:{}\s]*$/).test(string)};JSON.encode=JSON.stringify?function(obj){return JSON.stringify(obj)}:function(obj){if(obj&&obj.toJSON){obj=obj.toJSON()}switch(typeOf(obj)){case"string":return'"'+obj.replace(/[\x00-\x1f\\"]/g,escape)+'"';case"array":return"["+obj.map(JSON.encode).clean()+"]";case"object":case"hash":var string=[];Object.each(obj,function(value,key){var json=JSON.encode(value);if(json){string.push(JSON.encode(key)+":"+json)}});return"{"+string+"}";case"number":case"boolean":return""+obj;case"null":return"null"}return null};JSON.decode=function(string,secure){if(!string||typeOf(string)!="string"){return null}if(secure||JSON.secure){if(JSON.parse){return JSON.parse(string)}if(!JSON.validate(string)){throw new Error("JSON could not decode the input; security is enabled and the value is not secure.")}}return eval("("+string+")")}})();Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(a){this.parent(a);Object.append(this.headers,{Accept:"application/json","X-Request":"JSON"})},success:function(c){var b;try{b=this.response.json=JSON.decode(c,this.options.secure)}catch(a){this.fireEvent("error",[c,a]);return}if(b==null){this.onFailure()}else{this.onSuccess(b,c)}}});(function(){var c=document.html;Element.Properties.styles={set:function(f){this.setStyles(f)}};var e=(c.style.opacity!=null);var d=/alpha\(opacity=([\d.]+)\)/i;var b=function(g,f){if(!g.currentStyle||!g.currentStyle.hasLayout){g.style.zoom=1}if(e){g.style.opacity=f}else{f=(f*100).limit(0,100).round();f=(f==100)?"":"alpha(opacity="+f+")";var h=g.style.filter||g.getComputedStyle("filter")||"";g.style.filter=d.test(h)?h.replace(d,f):h+f}};Element.Properties.opacity={set:function(g){var f=this.style.visibility;if(g==0&&f!="hidden"){this.style.visibility="hidden"}else{if(g!=0&&f!="visible"){this.style.visibility="visible"}}b(this,g)},get:(e)?function(){var f=this.style.opacity||this.getComputedStyle("opacity");return(f=="")?1:f}:function(){var f,g=(this.style.filter||this.getComputedStyle("filter"));if(g){f=g.match(d)}return(f==null||g==null)?1:(f[1]/100)}};var a=(c.style.cssFloat==null)?"styleFloat":"cssFloat";Element.implement({getComputedStyle:function(h){if(this.currentStyle){return this.currentStyle[h.camelCase()]}var g=Element.getDocument(this).defaultView,f=g?g.getComputedStyle(this,null):null;return(f)?f.getPropertyValue((h==a)?"float":h.hyphenate()):null},setOpacity:function(f){b(this,f);return this},getOpacity:function(){return this.get("opacity")},setStyle:function(g,f){switch(g){case"opacity":return this.set("opacity",parseFloat(f));case"float":g=a}g=g.camelCase();if(typeOf(f)!="string"){var h=(Element.Styles[g]||"@").split(" ");f=Array.from(f).map(function(k,j){if(!h[j]){return""}return(typeOf(k)=="number")?h[j].replace("@",Math.round(k)):k}).join(" ")}else{if(f==String(Number(f))){f=Math.round(f)}}this.style[g]=f;return this},getStyle:function(l){switch(l){case"opacity":return this.get("opacity");case"float":l=a}l=l.camelCase();var f=this.style[l];if(!f||l=="zIndex"){f=[];for(var k in Element.ShortStyles){if(l!=k){continue}for(var j in Element.ShortStyles[k]){f.push(this.getStyle(j))}return f.join(" ")}f=this.getComputedStyle(l)}if(f){f=String(f);var h=f.match(/rgba?\([\d\s,]+\)/);if(h){f=f.replace(h[0],h[0].rgbToHex())}}if(Browser.opera||(Browser.ie&&isNaN(parseFloat(f)))){if((/^(height|width)$/).test(l)){var g=(l=="width")?["left","right"]:["top","bottom"],i=0;g.each(function(m){i+=this.getStyle("border-"+m+"-width").toInt()+this.getStyle("padding-"+m).toInt()},this);return this["offset"+l.capitalize()]-i+"px"}if(Browser.opera&&String(f).indexOf("px")!=-1){return f}if((/^border(.+)Width|margin|padding/).test(l)){return"0px"}}return f},setStyles:function(g){for(var f in g){this.setStyle(f,g[f])}return this},getStyles:function(){var f={};Array.flatten(arguments).each(function(g){f[g]=this.getStyle(g)},this);return f}});Element.Styles={left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"};Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(l){var k=Element.ShortStyles;var g=Element.Styles;["margin","padding"].each(function(m){var n=m+l;k[m][n]=g[n]="@px"});var j="border"+l;k.border[j]=g[j]="@px @ rgb(@, @, @)";var i=j+"Width",f=j+"Style",h=j+"Color";k[j]={};k.borderWidth[i]=k[j][i]=g[i]="@px";k.borderStyle[f]=k[j][f]=g[f]="@";k.borderColor[h]=k[j][h]=g[h]="rgb(@, @, @)"})})();MooTools.More={version:"1.3.2.1",build:"e586bcd2496e9b22acfde32e12f84d49ce09e59d"};Element.implement({isDisplayed:function(){return this.getStyle("display")!="none"},isVisible:function(){var a=this.offsetWidth,b=this.offsetHeight;return(a==0&&b==0)?false:(a>0&&b>0)?true:this.style.display!="none"},toggle:function(){return this[this.isDisplayed()?"hide":"show"]()},hide:function(){var b;try{b=this.getStyle("display")}catch(a){}if(b=="none"){return this}return this.store("element:_originalDisplay",b||"").setStyle("display","none")},show:function(a){if(!a&&this.isDisplayed()){return this}a=a||this.retrieve("element:_originalDisplay")||"block";return this.setStyle("display",(a=="none")?"block":a)},swapClass:function(a,b){return this.removeClass(a).addClass(b)}});Document.implement({clearSelection:function(){if(window.getSelection){var a=window.getSelection();if(a&&a.removeAllRanges){a.removeAllRanges()}}else{if(document.selection&&document.selection.empty){try{document.selection.empty()}catch(b){}}}}});(function(){var f=this.Fx=new Class({Implements:[Chain,Events,Options],options:{fps:60,unit:false,duration:500,frames:null,frameSkip:true,link:"ignore"},initialize:function(g){this.subject=this.subject||this;this.setOptions(g)},getTransition:function(){return function(g){return -(Math.cos(Math.PI*g)-1)/2}},step:function(g){if(this.options.frameSkip){var h=(this.time!=null)?(g-this.time):0,i=h/this.frameInterval;this.time=g;this.frame+=i}else{this.frame++}if(this.frame<this.frames){var j=this.transition(this.frame/this.frames);this.set(this.compute(this.from,this.to,j))}else{this.frame=this.frames;this.set(this.compute(this.from,this.to,1));this.stop()}},set:function(g){return g},compute:function(i,h,g){return f.compute(i,h,g)},check:function(){if(!this.isRunning()){return true}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(this.caller.pass(arguments,this));return false}return false},start:function(k,j){if(!this.check(k,j)){return this}this.from=k;this.to=j;this.frame=(this.options.frameSkip)?0:-1;this.time=null;this.transition=this.getTransition();var i=this.options.frames,h=this.options.fps,g=this.options.duration;this.duration=f.Durations[g]||g.toInt();this.frameInterval=1000/h;this.frames=i||Math.round(this.duration/this.frameInterval);this.fireEvent("start",this.subject);b.call(this,h);return this},stop:function(){if(this.isRunning()){this.time=null;d.call(this,this.options.fps);if(this.frames==this.frame){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject)}}else{this.fireEvent("stop",this.subject)}}return this},cancel:function(){if(this.isRunning()){this.time=null;d.call(this,this.options.fps);this.frame=this.frames;this.fireEvent("cancel",this.subject).clearChain()}return this},pause:function(){if(this.isRunning()){this.time=null;d.call(this,this.options.fps)}return this},resume:function(){if((this.frame<this.frames)&&!this.isRunning()){b.call(this,this.options.fps)}return this},isRunning:function(){var g=e[this.options.fps];return g&&g.contains(this)}});f.compute=function(i,h,g){return(h-i)*g+i};f.Durations={"short":250,normal:500,"long":1000};var e={},c={};var a=function(){var h=Date.now();for(var j=this.length;j--;){var g=this[j];if(g){g.step(h)}}};var b=function(h){var g=e[h]||(e[h]=[]);g.push(this);if(!c[h]){c[h]=a.periodical(Math.round(1000/h),g)}};var d=function(h){var g=e[h];if(g){g.erase(this);if(!g.length&&c[h]){delete e[h];c[h]=clearInterval(c[h])}}}})();Fx.implement({getTransition:function(){var a=this.options.transition||Fx.Transitions.Sine.easeInOut;if(typeof a=="string"){var b=a.split(":");a=Fx.Transitions;a=a[b[0]]||a[b[0].capitalize()];if(b[1]){a=a["ease"+b[1].capitalize()+(b[2]?b[2].capitalize():"")]}}return a}});Fx.Transition=function(c,b){b=Array.from(b);var a=function(d){return c(d,b)};return Object.append(a,{easeIn:a,easeOut:function(d){return 1-c(1-d,b)},easeInOut:function(d){return(d<=0.5?c(2*d,b):(2-c(2*(1-d),b)))/2}})};Fx.Transitions={linear:function(a){return a}};Fx.Transitions.extend=function(a){for(var b in a){Fx.Transitions[b]=new Fx.Transition(a[b])}};Fx.Transitions.extend({Pow:function(b,a){return Math.pow(b,a&&a[0]||6)},Expo:function(a){return Math.pow(2,8*(a-1))},Circ:function(a){return 1-Math.sin(Math.acos(a))},Sine:function(a){return 1-Math.cos(a*Math.PI/2)},Back:function(b,a){a=a&&a[0]||1.618;return Math.pow(b,2)*((a+1)*b-a)},Bounce:function(f){var e;for(var d=0,c=1;1;d+=c,c/=2){if(f>=(7-4*d)/11){e=c*c-Math.pow((11-6*d-11*f)/4,2);break}}return e},Elastic:function(b,a){return Math.pow(2,10*--b)*Math.cos(20*b*Math.PI*(a&&a[0]||1)/3)}});["Quad","Cubic","Quart","Quint"].each(function(b,a){Fx.Transitions[b]=new Fx.Transition(function(c){return Math.pow(c,a+2)})});var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var c=false,a={loaded:1,complete:1};var d=[],b=function(){if(c){return}c=true;for(var e;e=d.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){a[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(e){setTimeout(arguments.callee,1)}})()}K(window,"load",b);return function(e){if(!arguments.length){b()}else{c?e():d.push(e)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(a,b){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/b*this.value};this.convertFrom=function(c){return c/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(b,c){var a=b.className;b.className=a+(a&&" ")+c;return b},color:S(function(a){var b={};b.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,e,c){b.opacity=parseFloat(c);return"rgb("+e+")"});return b}),fontStretch:S(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/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}[a]||1}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle){return new ab(b.getComputedStyle(a,null))}if(a.currentStyle){return new ab(a.currentStyle)}return new ab(a.style)},gradient:S(function(b){var a={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,f=e.length,d;c<f;++c){d=e[c].split("=",2).reverse();a.stops.push([d[1]||c/(f-1),d[0]])}return a}),quotedList:S(function(a){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,d;while(d=c.exec(a)){b.push(d[3]||d[1])}return b}),recognizesMedia:S(function(a){var c=document.createElement("style"),d,e,f;c.type="text/css";c.media=a;try{c.appendChild(document.createTextNode("/**/"))}catch(b){}e=V("head")[0];e.insertBefore(c,e.firstChild);d=(c.sheet||c.styleSheet);f=d&&!d.disabled;e.removeChild(c);return f}),removeClass:function(a,b){var c=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");a.className=a.className.replace(c,"");return a},supports:function(a,b){var c=document.createElement("span").style;if(c[a]===undefined){return false}c[a]=b;return c[a]===b},textAlign:function(a,b,d,c){if(b.get("textAlign")=="right"){if(d>0){a=" "+a}}else{if(d<c-1){a+=" "}}return a},textShadow:S(function(b){if(b=="none"){return null}var c=[],a={},f,e=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(f=d.exec(b)){if(f[0]==","){c.push(a);a={};e=0}else{if(f[1]){a.color=f[1]}else{a[["offX","offY","blur"][e++]]=f[2]}}}c.push(a);return c}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase()},lowercase:function(b){return b.toLowerCase()},capitalize:function(b){return b.replace(/\b./g,function(c){return c.toUpperCase()})}};return function(b,c){var d=a[c.get("textTransform")];return d?d(b):b}})(),whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};var b=/^\s+/,c=/\s+$/;return function(d,f,e,g){if(g){if(g.nodeName.toLowerCase()=="br"){d=d.replace(b,"")}}if(a[f.get("display")]){return d}if(!e.previousSibling){d=d.replace(b,"")}if(!e.nextSibling){d=d.replace(c,"")}return d}})()};O.ready=(function(){var c=!O.recognizesMedia("all"),i=false;var a=[],f=function(){c=true;for(var j;j=a.shift();j()){}};var e=V("link"),d=V("style");function b(j){return j.disabled||g(j.sheet,j.media||"screen")}function g(p,m){if(!O.recognizesMedia(m||"all")){return true}if(!p||p.disabled){return false}try{var l=p.cssRules,n;if(l){search:for(var j=0,k=l.length;n=l[j],j<k;++j){switch(n.type){case 2:break;case 3:if(!g(n.styleSheet,n.media.mediaText)){return false}break;default:break search}}}}catch(o){}return true}function h(){if(document.createStyleSheet){return true}var j,k;for(k=0;j=e[k];++k){if(j.rel.toLowerCase()=="stylesheet"&&!b(j)){return false}}for(k=0;j=d[k];++k){if(!b(j)){return false}}return true}D.ready(function(){if(!i){i=O.getStyle(document.body).isUsable()}if(c||(i&&h())){f()}else{setTimeout(arguments.callee,10)}});return function(j){if(c){j()}else{a.push(j)}}})();function I(a){var b=this.face=a.face,c={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var d=b.bbox.split(/\s+/);var e={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[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(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(h,f,o){var e=this.glyphs,g,i,m,d=[],n=0,j=-1,k=-1,l;while(l=h[++j]){g=e[l]||this.missingGlyph;if(!g){continue}if(i){n-=m=i[l]||0;d[k]-=m}n+=d[++k]=~~(g.w||this.w)+f+(c[l]?o:0);i=g.k}d.total=n;return d}}function W(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(c){(a[c.style]||(a[c.style]={}))[c.weight]=c};this.get=function(f,e){var g=a[f]||a[b[f]]||a.normal||a.italic||a.oblique;if(!g){return null}e={normal:400,bold:700}[e]||parseInt(e,10);if(g[e]){return g[e]}var i={1:1,99:0}[e%100],c=[],h,j;if(i===undefined){i=e>400}if(e==500){e=400}for(var d in g){if(!R(g,d)){continue}d=parseInt(d,10);if(!h||d<h){h=d}if(!j||d>j){j=d}c.push(d)}if(e<h){e=h}if(e>j){e=j}c.sort(function(l,k){return(i?(l>=e&&k>=e)?l<k:l>k:(l<=e&&k<=e)?l>k:l<k)?-1:1});return g[c[0]]}}function J(){function b(f,e){if(f.contains){return f.contains(e)}return f.compareDocumentPosition(e)&16}function d(e){var f=e.relatedTarget;if(!f||b(this,f)){return}c(this,e.type=="mouseover")}function a(e){c(this,e.type=="mouseenter")}function c(f,e){setTimeout(function(){var g=Y.get(f).options;P.replace(f,e?U(g,g.hover):g,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){K(e,"mouseover",d);K(e,"mouseout",d)}else{K(e,"mouseenter",a);K(e,"mouseleave",a)}}}function G(){var b=[],a={};function c(d){var g=[],e;for(var f=0;e=d[f];++f){g[f]=b[a[e]]}return g}this.add=function(d,e){a[d]=b.push(e)-1};this.repeat=function(){var f=arguments.length?c(arguments):b,e;for(var d=0;e=f[d++];){P.replace(e[0],e[1],true)}}}function M(){var a={},c=0;function b(d){return d.cufid||(d.cufid=++c)}this.get=function(e){var d=b(e);return a[d]||(a[d]={})}}function ab(c){var a={},b={};this.extend=function(e){for(var d in e){if(R(e,d)){a[d]=e[d]}}return this};this.get=function(d){return a[d]!=undefined?a[d]:c[d]};this.getSize=function(d,e){return b[d]||(b[d]=new O.Size(this.get(d),e))};this.isUsable=function(){return !!c}}function K(b,c,a){if(b.addEventListener){b.addEventListener(c,a,false)}else{if(b.attachEvent){b.attachEvent("on"+c,function(){return a.call(b,window.event)})}}}function F(b,c){var a=Y.get(b);if(a.options){return b}if(c.hover&&c.hoverables[b.nodeName.toLowerCase()]){aa.attach(b)}a.options=c;return b}function S(b){var a={};return function(c){if(!R(a,c)){a[c]=b.apply(null,arguments)}return a[c]}}function Z(a,b){var e=O.quotedList(b.get("fontFamily").toLowerCase()),c;for(var d=0;c=e[d];++d){if(T[c]){return T[c].get(b.get("fontStyle"),b.get("fontWeight"))}}return null}function V(a){return document.getElementsByTagName(a)}function R(a,b){return a.hasOwnProperty(b)}function U(){var d={},e,a;for(var b=0,c=arguments.length;e=arguments[b],b<c;++b){for(a in e){if(R(e,a)){d[a]=e[a]}}}return d}function N(m,e,b,d,l,a){var g=document.createDocumentFragment(),j;if(e===""){return g}var f=d.separate;var i=e.split(L[f]),c=(f=="words");if(c&&H){if(/^\s/.test(e)){i.unshift("")}if(/\s$/.test(e)){i.push("")}}for(var h=0,k=i.length;h<k;++h){j=B[d.engine](m,c?O.textAlign(i[h],b,h,k):i[h],b,d,l,a,h<k-1);if(j){g.appendChild(j)}}return g}function Q(a,d){var b=a.nodeName.toLowerCase();if(d.ignore[b]){return}var l=!d.textless[b];var c=O.getStyle(F(a,d)).extend(d);var k=Z(a,c),j,f,h,i,e,g;if(!k){return}for(j=a.firstChild;j;j=h){f=j.nodeType;h=j.nextSibling;if(l&&f==3){if(i){i.appendData(j.data);a.removeChild(j)}else{i=j}if(h){continue}}if(i){a.replaceChild(N(k,O.whiteSpace(i.data,c,i,g),c,d,j,a),i);i=null}if(f==1){if(j.firstChild){if(j.nodeName.toLowerCase()=="cufon"){B[d.engine](k,null,c,d,j,a)}else{arguments.callee(j,d)}}g=j}}}var H=" ".split(/\s+/).length==0;var Y=new M();var aa=new J();var C=new G();var X=false;var B={},T={},E={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(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||V),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var L={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(a,b){if(!b){return P}B[a]=b;return P.set("engine",a)};P.registerFont=function(a){if(!a){return P}var c=new I(a),b=c.family;if(!T[b]){T[b]=new W()}T[b].add(c);return P.set("fontFamily",'"'+b+'"')};P.replace=function(a,b,c){b=U(E,b);if(!b.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(b.hover){b.forceHitArea=true}if(b.autoDetect){delete b.fontFamily}if(typeof b.textShadow=="string"){b.textShadow=O.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=O.gradient(b.color)}else{delete b.textGradient}if(!c){C.add(a,arguments)}if(a.nodeType||typeof a=="string"){a=[a]}O.ready(function(){for(var e=0,f=a.length;e<f;++e){var d=a[e];if(typeof d=="string"){P.replace(b.selector(d),b,true)}else{Q(d,b)}}});return P};P.set=function(b,a){E[b]=a;return P};return P})();Cufon.registerEngine("vml",(function(){var n=document.namespaces;if(!n){return}n.add("cvml","urn:schemas-microsoft-com:vml");n=null;var i=document.createElement("cvml:shape");i.style.behavior="url(#default#VML)";if(!i.coordsize){return}i=null;var k=(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:'+(k?"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 p(b,a){return j(b,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a)}function j(b,a){if(a==="0"){return 0}if(/px$/i.test(a)){return parseFloat(a)}var c=b.style.left,d=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;b.style.left=a.replace("%","em");var e=b.style.pixelLeft;b.style.left=c;b.runtimeStyle.left=d;return e}function m(b,c,d,f){var e="computed"+f,a=c[e];if(isNaN(a)){a=c.get(f);c[e]=a=(a=="normal")?0:~~d.convertFrom(j(b,a))}return a}var l={};function o(e){var d=e.id;if(!l[d]){var g=e.stops,f=document.createElement("cvml:fill"),c=[];f.type="gradient";f.angle=180;f.focus="0";f.method="sigma";f.color=g[0][1];for(var a=1,b=g.length-1;a<b;++a){c.push(g[a][0]*100+"% "+g[a][1])}f.colors=c.join(",");f.color2=g[b][1];l[d]=f}return l[d]}return function(aH,ax,b,aF,aq,aE,d){var aX=(ax===null);if(aX){ax=aq.alt}var at=aH.viewBox;var aV=b.computedFontSize||(b.computedFontSize=new Cufon.CSS.Size(p(aE,b.get("fontSize"))+"px",aH.baseSize));var aM,aU;if(aX){aM=aq;aU=aq.firstChild}else{aM=document.createElement("cufon");aM.className="cufon cufon-vml";aM.alt=ax;aU=document.createElement("cufoncanvas");aM.appendChild(aU);if(aF.printable){var a=document.createElement("cufontext");a.appendChild(document.createTextNode(ax));aM.appendChild(a)}if(!d){aM.appendChild(document.createElement("cvml:shape"))}}var au=aM.style;var aj=aU.style;var aZ=aV.convert(at.height),aB=Math.ceil(aZ);var e=aB/aZ;var al=e*Cufon.CSS.fontStretch(b.get("fontStretch"));var f=at.minX,g=at.minY;aj.height=aB;aj.top=Math.round(aV.convert(g-aH.ascent));aj.left=Math.round(aV.convert(f));au.height=aV.convert(aH.height)+"px";var az=b.get("color");var ay=Cufon.CSS.textTransform(ax,b).split("");var ap=aH.spacing(ay,m(aE,b,aV,"letterSpacing"),m(aE,b,aV,"wordSpacing"));if(!ap.length){return null}var a0=ap.total;var aN=-f+a0+(at.width-ap[ap.length-1]);var aw=aV.convert(aN*al),c=Math.round(aw);var am=aN+","+at.height,aY;var ar="r"+am+"ns";var aQ=aF.textGradient&&o(aF.textGradient);var aW=aH.glyphs,h=0;var av=aF.textShadow;var aJ=-1,aK=0,aO;while(aO=ay[++aJ]){var aD=aW[ay[aJ]]||aH.missingGlyph,aP;if(!aD){continue}if(aX){aP=aU.childNodes[aK];while(aP.firstChild){aP.removeChild(aP.firstChild)}}else{aP=document.createElement("cvml:shape");aU.appendChild(aP)}aP.stroked="f";aP.coordsize=am;aP.coordorigin=aY=(f-h)+","+g;aP.path=(aD.d?"m"+aD.d+"xe":"")+"m"+aY+ar;aP.fillcolor=az;if(aQ){aP.appendChild(aQ.cloneNode(false))}var aC=aP.style;aC.width=c;aC.height=aB;if(av){var aS=av[0],aT=av[1];var aG=Cufon.CSS.color(aS.color),aL;var an=document.createElement("cvml:shadow");an.on="t";an.color=aG.color;an.offset=aS.offX+","+aS.offY;if(aT){aL=Cufon.CSS.color(aT.color);an.type="double";an.color2=aL.color;an.offset2=aT.offX+","+aT.offY}an.opacity=aG.opacity||(aL&&aL.opacity)||1;aP.appendChild(an)}h+=ap[aK++]}var ao=aP.nextSibling,aR,aI;if(aF.forceHitArea){if(!ao){ao=document.createElement("cvml:rect");ao.stroked="f";ao.className="cufon-vml-cover";aR=document.createElement("cvml:fill");aR.opacity=0;ao.appendChild(aR);aU.appendChild(ao)}aI=ao.style;aI.width=c;aI.height=aB}else{if(ao){aU.removeChild(ao)}}au.width=Math.max(Math.ceil(aV.convert(a0*al)),0);if(k){var ak=b.computedYAdjust;if(ak===undefined){var aA=b.get("lineHeight");if(aA=="normal"){aA="1em"}else{if(!isNaN(aA)){aA+="em"}}b.computedYAdjust=ak=0.5*(j(aE,aA)-parseFloat(au.height))}if(ak){au.marginTop=Math.ceil(ak)+"px";au.marginBottom=ak+"px"}}return aM}})());Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return}g=null;var h=Cufon.CSS.supports("display","inline-block");var j=!h&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var i=document.createElement("style");i.type="text/css";i.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(j?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(h?"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(i);function k(a,r){var c=0,d=0;var s=[],b=/([mrvxe])([^a-z]*)/g,f;generate:for(var q=0;f=b.exec(a);++q){var e=f[2].split(",");switch(f[1]){case"v":s[q]={m:"bezierCurveTo",a:[c+~~e[0],d+~~e[1],c+~~e[2],d+~~e[3],c+=~~e[4],d+=~~e[5]]};break;case"r":s[q]={m:"lineTo",a:[c+=~~e[0],d+=~~e[1]]};break;case"m":s[q]={m:"moveTo",a:[c=~~e[0],d=~~e[1]]};break;case"x":s[q]={m:"closePath"};break;case"e":break generate}r[s[q].m].apply(r,s[q].a)}return s}function l(a,b){for(var c=0,d=a.length;c<d;++c){var e=a[c];b[e.m].apply(b,e.a)}}return function(e,aw,ad,az,aq,d){var aH=(aw===null);if(aH){aw=aq.getAttribute("alt")}var at=e.viewBox;var aG=ad.getSize("fontSize",e.baseSize);var ar=0,ae=0,af=0,ay=0;var av=az.textShadow,ah=[];if(av){for(var f=av.length;f--;){var an=av[f];var ai=aG.convertFrom(parseFloat(an.offX));var ak=aG.convertFrom(parseFloat(an.offY));ah[f]=[ai,ak];if(ak<ar){ar=ak}if(ai>ae){ae=ai}if(ak>af){af=ak}if(ai<ay){ay=ai}}}var a=Cufon.CSS.textTransform(aw,ad).split("");var ao=e.spacing(a,~~aG.convertFrom(parseFloat(ad.get("letterSpacing"))||0),~~aG.convertFrom(parseFloat(ad.get("wordSpacing"))||0));if(!ao.length){return null}var aJ=ao.total;ae+=at.width-ao[ao.length-1];ay+=at.minX;var aA,aF;if(aH){aA=aq;aF=aq.firstChild}else{aA=document.createElement("cufon");aA.className="cufon cufon-canvas";aA.setAttribute("alt",aw);aF=document.createElement("canvas");aA.appendChild(aF);if(az.printable){var y=document.createElement("cufontext");y.appendChild(document.createTextNode(aw));aA.appendChild(y)}}var au=aA.style;var al=aF.style;var aI=aG.convert(at.height);var b=Math.ceil(aI);var ag=b/aI;var am=ag*Cufon.CSS.fontStretch(ad.get("fontStretch"));var aj=aJ*am;var ac=Math.ceil(aG.convert(aj+ae-ay));var aE=Math.ceil(aG.convert(at.height-ar+af));aF.width=ac;aF.height=aE;al.width=ac+"px";al.height=aE+"px";ar+=at.minY;al.top=Math.round(aG.convert(ar-e.ascent))+"px";al.left=Math.round(aG.convert(ay))+"px";var aB=Math.max(Math.ceil(aG.convert(aj)),0)+"px";if(h){au.width=aB;au.height=aG.convert(e.height)+"px"}else{au.paddingLeft=aB;au.paddingBottom=(aG.convert(e.height)-1)+"px"}var c=aF.getContext("2d"),ap=aI/at.height;c.scale(ap,ap*ag);c.translate(-ay,-ar);c.save();function x(){var m=e.glyphs,p,n=-1,o=-1,q;c.scale(am,1);while(q=a[++n]){var p=m[a[n]]||e.missingGlyph;if(!p){continue}if(p.d){c.beginPath();if(p.code){l(p.code,c)}else{p.code=k("m"+p.d,c)}c.fill()}c.translate(ao[++o],0)}c.restore()}if(av){for(var f=av.length;f--;){var an=av[f];c.save();c.fillStyle=an.color;c.translate.apply(c,ah[f]);x()}}var aC=az.textGradient;if(aC){var ax=aC.stops,aD=c.createLinearGradient(0,at.minY,0,at.maxY);for(var f=0,ab=ax.length;f<ab;++f){aD.addColorStop.apply(aD,ax[f])}c.fillStyle=aD}else{c.fillStyle=ad.get("color")}x();return aA}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1989,1990 URW Unternehmensberatunge and The Compa
 */
Cufon.registerFont({w:537,face:{"font-family":"frutiger","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0",ascent:"800",descent:"-200","x-height":"12",bbox:"-31 -902 949 212","underline-thickness":"50","underline-position":"-55","unicode-range":"U+0020-U+00FF"},glyphs:{" ":{w:278,k:{"\u00f4":767,"^":765," ":1279}},"\u00a0":{w:278},"!":{d:"272,-103r0,103r-104,0r0,-103r104,0r0,0xm272,-667r-12,482r-82,0r-16,-482r110,0r0,0",w:391},'"':{d:"126,-453r-69,0r-15,-267r99,0r-15,267r0,0xm267,-453r-68,0r-16,-267r100,0r-16,267r0,0",w:325},"#":{d:"313,-202r-129,0r-32,202r-75,0r32,-202r-89,0r10,-64r86,0r23,-147r-86,0r11,-64r89,0r30,-190r75,0r-30,187r129,0r30,-187r75,0r-30,190r87,0r-10,64r-88,0r-23,147r89,0r-10,64r-89,0r-32,202r-75,0r32,-202r0,0xm323,-266r24,-147r-130,0r-23,147r129,0r0,0"},"$":{d:"448,-645r-9,90v-11,-5,-21,-9,-31,-13v-10,-4,-19,-7,-28,-10v-14,-5,-29,-8,-44,-11v-15,-3,-31,-5,-50,-6r0,204r12,4v4,1,7,3,11,5v45,17,86,38,123,65v37,27,55,68,55,124v0,54,-18,99,-55,135v-37,36,-88,56,-151,62r0,85r-51,0r0,-83v-19,-1,-37,-3,-55,-5v-18,-2,-36,-5,-54,-9v-11,-2,-21,-5,-32,-8v-11,-3,-21,-5,-32,-8r7,-97v13,7,26,12,38,17v12,5,25,10,37,13v15,4,29,7,44,9v15,2,30,3,47,4r0,-233v-2,-1,-4,-1,-6,-2v-2,-1,-5,-1,-8,-2v-42,-14,-81,-35,-116,-63v-35,-28,-53,-66,-53,-115v0,-51,16,-93,49,-125v33,-32,79,-49,138,-54r0,-84r52,0r0,83v11,0,24,1,36,2v12,1,24,3,37,5r46,9v0,0,30,7,43,12r0,0xm281,-293r0,213r1,0r2,0v27,-5,51,-16,73,-34v22,-18,33,-42,33,-71v0,-23,-10,-45,-28,-63v-18,-18,-45,-33,-81,-45r0,0xm234,-590v-29,5,-50,14,-66,30v-16,16,-24,35,-24,57v0,21,6,38,18,51v12,13,33,26,62,39v1,1,2,1,4,2v2,1,4,1,6,2r0,-181r0,0"},"%":{d:"649,-708r-424,749r-63,0r424,-749r63,0r0,0xm789,-164v0,53,-15,95,-43,126v-28,31,-66,47,-114,47v-49,0,-88,-15,-116,-45v-28,-30,-43,-73,-43,-127v0,-54,14,-97,42,-127v28,-30,67,-45,116,-45v51,0,90,15,117,45v27,30,41,71,41,126r0,0xm714,-162v0,-37,-8,-66,-22,-86v-14,-20,-34,-31,-59,-31v-27,0,-48,10,-63,31v-15,21,-22,50,-22,87v0,36,7,65,22,85v15,20,35,30,61,30v27,0,47,-10,61,-30v14,-20,22,-49,22,-86r0,0xm339,-506v0,53,-15,94,-43,126v-28,32,-66,48,-114,48v-49,0,-88,-15,-116,-46v-28,-31,-43,-74,-43,-128v0,-54,14,-96,42,-126v28,-30,67,-46,116,-46v51,0,90,14,117,44v27,30,41,73,41,128r0,0xm264,-505v0,-37,-8,-65,-22,-86v-14,-21,-34,-31,-60,-31v-27,0,-47,11,-62,32v-15,21,-22,50,-22,87v0,35,7,63,22,83v15,20,35,31,61,31v26,0,46,-11,61,-31v15,-20,22,-48,22,-85r0,0",w:813},"&":{d:"620,-362v0,7,0,13,-1,20r-2,20v-4,34,-11,68,-22,100v-11,32,-27,61,-49,88r113,134r-117,0r-53,-63v-25,25,-53,43,-82,56v-29,13,-62,19,-99,19v-57,0,-110,-17,-158,-50v-48,-33,-71,-82,-71,-145v0,-51,15,-90,45,-119v30,-29,65,-53,108,-71v-16,-14,-31,-31,-44,-51v-13,-20,-22,-42,-27,-64r-3,-18v0,0,-1,-11,-1,-17v0,-49,17,-87,53,-112v36,-25,76,-38,121,-38r1,0r2,0v41,1,78,13,112,37v34,24,52,57,52,102v0,41,-15,77,-44,107v-29,30,-62,53,-97,70r132,159v15,-25,25,-52,31,-80v6,-28,10,-55,11,-84r89,0r0,0xm280,-316v-26,15,-50,32,-70,51v-20,19,-30,46,-30,79v0,34,13,63,39,86v26,23,55,34,88,34v26,0,50,-6,71,-18v21,-12,41,-27,58,-44r-156,-188r0,0xm308,-410r14,-8v5,-3,9,-6,14,-9v18,-12,35,-27,50,-43v15,-16,23,-35,23,-57v0,-22,-9,-39,-25,-51v-16,-12,-34,-17,-53,-18r-1,0r-2,0v-21,0,-38,7,-54,21v-16,14,-24,32,-24,53v0,18,5,35,14,51v9,16,20,31,31,45v3,3,5,5,7,8r6,8r0,0",w:696},"'":{d:"126,-453r-69,0r-15,-267r99,0r-15,267r0,0",w:183},"(":{d:"302,-720v-46,83,-81,163,-105,242v-24,79,-36,152,-36,217v0,67,12,139,37,217v25,78,61,161,108,247r-86,1v-51,-79,-89,-154,-115,-226v-26,-72,-40,-143,-43,-214r0,-12r0,-13v0,-83,16,-163,46,-239v30,-76,66,-150,109,-220r85,0r0,0",w:354},")":{d:"52,204v46,-83,81,-164,105,-243v24,-79,36,-151,36,-216v0,-67,-12,-139,-37,-218v-25,-79,-61,-161,-108,-247r86,0v51,79,89,154,115,226v26,72,40,143,43,214r0,12r0,13v0,83,-15,163,-45,239v-30,76,-67,149,-110,219r-85,1r0,0",w:354},"*":{d:"304,-720r-6,143r136,-50r22,68r-137,39r89,113r-58,42r-80,-119r-79,119r-57,-41r86,-114r-138,-39r21,-67r135,49r-5,-143r71,0r0,0"},"+":{d:"231,-304r-193,0r0,-73r193,0r0,-187r74,0r0,187r193,0r0,73r-193,0r0,187r-74,0r0,-187r0,0"},",":{d:"187,-107r-83,236r-84,0r60,-236r107,0r0,0",w:267,k:{" ":-300}},"-":{d:"251,-284r0,75r-251,0r0,-75r251,0r0,0",w:251},".":{d:"187,-107r0,107r-107,0r0,-107r107,0r0,0",w:267},"/":{d:"386,-720r-335,924r-80,0r338,-924r77,0r0,0",w:435},"0":{d:"268,-678v78,0,132,28,164,82v32,54,52,114,59,179r3,45v0,0,1,30,1,44v0,13,0,26,-1,40r-3,42v-7,65,-26,124,-58,178v-32,54,-87,80,-165,80v-75,0,-128,-26,-160,-78v-32,-52,-52,-111,-60,-175v-2,-16,-3,-32,-4,-49v-1,-17,-2,-33,-2,-48v0,-13,0,-27,1,-41r3,-42v7,-65,27,-124,59,-177v32,-53,86,-80,163,-80r0,0xm267,-600v-41,0,-73,23,-95,69v-22,46,-33,111,-33,196v0,15,0,31,1,51v1,20,3,40,6,61v6,39,18,76,36,109v18,33,48,49,88,49v42,0,74,-23,96,-68v22,-45,32,-112,32,-200v0,-86,-12,-152,-34,-198v-22,-46,-54,-69,-97,-69r0,0"},"1":{d:"356,-667r0,667r-95,0r0,-405r0,-39v0,-13,0,-27,1,-40r0,-40r0,-39v-9,11,-19,22,-30,32r-34,30v-7,5,-15,11,-22,17r-19,16r-53,-63r164,-136r88,0r0,0"},"2":{d:"69,-635v22,-9,41,-17,59,-23v18,-6,35,-9,51,-12v11,-2,22,-3,33,-4v11,-1,22,-1,34,-1v65,0,118,17,158,51v40,34,60,78,60,132r0,14v0,0,-1,8,-2,13v-4,37,-19,77,-46,117v-27,40,-68,89,-125,146v-26,26,-49,49,-71,68v-22,19,-43,37,-64,52v-1,1,-2,3,-4,4v-2,1,-4,3,-6,4v11,-3,23,-4,35,-4v12,0,24,-1,36,-1r261,0r0,79r-425,0r0,-101r61,-52v24,-21,48,-43,73,-68v19,-18,37,-37,56,-57v19,-20,36,-40,51,-61v20,-26,36,-51,49,-77v13,-26,19,-50,19,-73v0,-31,-12,-57,-37,-77v-25,-20,-56,-31,-94,-31v-25,0,-49,4,-74,12v-25,8,-51,20,-78,36r-10,-86r0,0"},"3":{d:"73,-647v13,-5,25,-9,38,-12v13,-3,25,-6,37,-9v14,-3,28,-5,43,-6v15,-1,30,-2,45,-2r4,0r5,0v54,1,103,15,149,41v46,26,69,71,69,135v0,41,-15,75,-45,104v-30,29,-68,45,-115,49v50,3,90,20,121,51v31,31,46,70,46,118v0,57,-22,102,-66,136v-44,34,-104,50,-179,50v-12,0,-25,-1,-37,-2v-12,-1,-24,-2,-37,-3v-17,-2,-33,-5,-50,-9v-17,-4,-33,-7,-48,-12r4,-89v25,11,48,19,69,25v21,6,41,10,62,11v5,1,11,1,16,1v5,0,11,1,16,1v43,0,78,-11,106,-33v28,-22,42,-50,42,-84v0,-39,-14,-67,-42,-84v-28,-17,-59,-28,-93,-33v-11,-1,-21,-2,-31,-3v-10,-1,-20,-1,-29,-1r-4,0r-4,0r-11,0v-4,0,-7,0,-12,1r0,-81v13,0,26,0,42,-1v16,-1,32,-2,49,-4v33,-5,63,-15,91,-30v28,-15,42,-40,42,-76v0,-29,-13,-53,-38,-72v-25,-19,-57,-28,-97,-28r-23,0v0,0,-15,2,-22,3v-17,2,-35,6,-52,11v-17,5,-35,11,-54,19r-7,-82r0,0"},"4":{d:"428,-667r0,442r88,0r0,79r-88,0r0,146r-95,0r0,-146r-312,0r0,-79r270,-442r137,0r0,0xm333,-225r0,-264v0,-12,0,-25,1,-37r3,-36v1,-3,1,-5,1,-8v0,-3,1,-6,1,-9r3,-28v0,0,1,-19,2,-28v-1,1,-2,3,-2,4v0,1,0,3,-1,4v-7,21,-17,45,-31,72v-14,27,-36,66,-67,119r-64,108v-1,3,-3,5,-5,8v-2,3,-3,6,-5,9v-3,6,-3,5,-6,11v-3,6,-3,6,-6,11r-20,33v-7,11,-14,21,-21,31r22,0r195,0r0,0"},"5":{d:"462,-663r0,79r-281,0r-3,124r0,26v0,0,-1,17,-2,25v3,-1,7,-2,10,-3r10,-2v8,-2,16,-3,25,-4v9,-1,18,-1,29,-1v69,0,125,19,168,57v43,38,64,89,64,151v0,66,-23,119,-70,158v-47,39,-111,59,-190,59v-10,0,-20,0,-30,-1v-10,-1,-19,-2,-28,-3v-13,-1,-26,-3,-39,-6v-13,-3,-27,-7,-42,-12r3,-88v21,9,40,17,58,22v18,5,34,8,51,10r13,0v0,0,9,1,13,1v47,0,86,-12,115,-37v29,-25,44,-58,44,-98v0,-41,-16,-74,-46,-98v-30,-24,-70,-37,-121,-37v-6,0,-11,1,-17,1v-6,0,-12,0,-17,1v-15,1,-29,4,-44,7v-15,3,-30,8,-47,14r4,-345r370,0r0,0"},"6":{d:"460,-656r-12,85v-13,-6,-25,-11,-37,-15v-12,-4,-24,-7,-36,-9r-25,-3v0,0,-16,-1,-24,-1v-59,0,-102,21,-130,63v-28,42,-44,88,-49,139v-1,8,-3,15,-3,23r0,24v13,-23,34,-41,61,-54v27,-13,57,-20,90,-20v58,0,106,20,143,60v37,40,56,91,56,153v0,65,-20,119,-60,160v-40,41,-92,62,-155,62v-74,0,-130,-28,-169,-83v-39,-55,-58,-135,-58,-240v0,-119,23,-210,69,-272v46,-62,113,-93,202,-93v9,0,17,1,25,1v8,0,17,1,26,2v14,1,28,3,42,6v14,3,29,7,44,12r0,0xm275,-346v-35,0,-63,13,-86,38v-23,25,-34,56,-34,95v0,42,12,77,35,105v23,28,52,42,87,42v35,0,63,-14,86,-40v23,-26,34,-59,34,-100v0,-41,-12,-74,-35,-100v-23,-26,-52,-40,-87,-40r0,0"},"7":{d:"477,-662r0,79r-250,583r-106,0r199,-454v2,-4,4,-8,5,-12v1,-4,3,-7,5,-10v1,-2,1,-4,2,-6v1,-2,2,-3,3,-5v7,-17,15,-33,23,-49v8,-16,16,-33,25,-49r-14,0v-5,0,-9,0,-14,1r-14,0v0,0,-9,1,-14,1r-276,0r0,-79r426,0r0,0"},"8":{d:"353,-358v41,13,76,36,104,66v28,30,42,68,42,114v0,62,-23,109,-68,141v-45,32,-97,48,-154,48v-7,0,-15,0,-23,-1r-23,-2v-49,-7,-93,-25,-133,-54v-40,-29,-60,-71,-60,-126v0,-47,14,-86,42,-116v28,-30,63,-51,104,-66v-39,-8,-70,-26,-94,-56v-24,-30,-37,-65,-37,-105v0,-49,18,-87,55,-113v37,-26,77,-41,120,-47v7,-1,13,-1,19,-1v6,0,12,-1,18,-1v8,0,17,0,25,1r24,3v41,7,78,24,112,49v34,25,51,60,51,106v0,39,-13,71,-37,98v-24,27,-53,47,-87,62r0,0xm252,-315v-3,1,-5,3,-8,4v-3,1,-6,3,-9,5v-23,13,-45,30,-65,50v-20,20,-29,44,-29,73v0,37,14,65,42,86v28,21,59,31,93,31r2,0r1,0v31,-1,59,-10,84,-28v25,-18,38,-43,38,-76v0,-35,-11,-62,-35,-82v-24,-20,-50,-36,-79,-49v-6,-3,-12,-5,-18,-7v-9,-4,-9,-4,-17,-7r0,0xm288,-387r6,-4r6,-4v20,-14,38,-31,54,-51v16,-20,25,-42,25,-67v0,-27,-11,-47,-31,-63v-20,-16,-42,-25,-67,-28r-9,0v0,0,-5,-1,-8,-1v-3,0,-6,1,-10,1v-4,0,-8,0,-12,1v-23,4,-45,14,-64,29v-19,15,-28,36,-28,61v0,23,10,44,28,61v18,17,38,31,60,42v9,5,17,8,26,12r24,11r0,0"},"9":{d:"85,-96v11,5,22,10,33,14v11,4,22,7,32,9v9,2,19,4,28,5v9,1,18,1,28,1v58,0,100,-20,127,-61v27,-41,44,-87,51,-136v1,-9,3,-18,4,-26v1,-8,1,-16,2,-25v-19,24,-40,42,-65,54v-25,12,-53,18,-85,18v-59,0,-108,-20,-145,-60v-37,-40,-56,-92,-56,-156v0,-65,20,-118,60,-159v40,-41,91,-62,153,-62v74,0,131,28,170,82v39,54,58,133,58,236v0,123,-24,215,-70,278v-46,63,-114,94,-204,94r-23,0v0,0,-15,-1,-22,-2v-13,-1,-26,-3,-40,-6v-14,-3,-30,-8,-48,-13r12,-85r0,0xm256,-602v-35,0,-63,14,-86,40v-23,26,-34,59,-34,100v0,41,12,74,35,101v23,27,52,40,87,40v34,0,62,-13,85,-38v23,-25,34,-57,34,-96v0,-42,-12,-77,-35,-105v-23,-28,-51,-42,-86,-42r0,0"},":":{d:"187,-107r0,107r-107,0r0,-107r107,0r0,0xm187,-489r0,107r-107,0r0,-107r107,0r0,0",w:267},";":{d:"187,-107r-82,236r-85,0r60,-236r107,0r0,0xm177,-488r0,106r-106,0r0,-106r106,0r0,0",w:267},"<":{d:"466,-585r0,90r-337,157r337,158r0,89r-433,-208r0,-77r433,-209r0,0",w:500},"=":{d:"38,-233r0,-73r460,0r0,73r-460,0r0,0xm38,-373r0,-73r460,0r0,73r-460,0r0,0"},">":{d:"34,-91r0,-90r337,-157r-337,-158r0,-89r433,209r0,77r-433,208r0,0",w:500},"?":{d:"321,-104r0,104r-102,0r0,-104r102,0r0,0xm97,-648v18,-6,35,-12,51,-16v16,-4,33,-7,48,-9r32,-3v0,0,22,-1,33,-1v59,0,108,15,146,47v38,32,57,73,57,124v0,8,-1,16,-2,24v-1,8,-2,15,-4,23v-5,19,-14,38,-28,59v-14,21,-33,47,-59,77v-13,14,-23,27,-31,37v-8,10,-13,19,-17,28v-5,10,-8,21,-9,32v-1,11,-2,24,-2,40r-86,0v0,-28,2,-51,6,-70v4,-19,10,-36,20,-52v3,-7,7,-14,12,-20v5,-6,11,-12,17,-19v3,-4,7,-9,11,-13v6,-6,6,-6,12,-13v15,-17,29,-36,42,-56v13,-20,19,-42,19,-66v0,-30,-11,-53,-32,-71v-21,-18,-50,-27,-86,-27v-5,0,-9,1,-14,1r-14,0v-19,2,-38,6,-57,12v-19,6,-38,14,-58,24r-7,-92r0,0",w:509},"@":{d:"503,-493r64,0r-40,205v-2,10,-4,19,-5,27v-1,8,-1,15,-1,20v0,11,3,21,9,29v6,8,14,11,23,11v27,0,52,-18,73,-55v21,-37,31,-79,31,-126v0,-70,-24,-127,-72,-172v-48,-45,-110,-67,-185,-67v-81,0,-150,28,-206,84v-56,56,-83,125,-83,207v0,85,27,153,83,206v56,53,125,79,208,79v39,0,74,-4,108,-11v34,-7,66,-17,97,-31r16,58v-33,14,-67,24,-103,31v-36,7,-75,10,-116,10v-100,0,-184,-31,-253,-94v-69,-63,-103,-146,-103,-249v0,-98,34,-180,101,-247v67,-67,150,-101,249,-101v91,0,167,28,227,84v60,56,90,127,90,212v0,63,-17,118,-50,165v-33,47,-72,70,-115,70v-19,0,-36,-6,-49,-17v-13,-11,-22,-27,-25,-46v-14,21,-32,39,-54,51v-22,12,-46,18,-71,18v-40,0,-73,-15,-100,-45v-27,-30,-40,-68,-40,-114r0,-11v0,-4,0,-7,1,-10v5,-45,22,-88,53,-126v31,-38,71,-57,121,-57v25,0,47,6,65,17v18,11,32,28,41,51r11,-56r0,0xm472,-349v0,-27,-8,-48,-22,-64v-14,-16,-33,-24,-57,-24v-30,0,-55,13,-77,39v-22,26,-33,58,-33,94v0,29,7,52,23,70v16,18,36,27,61,27v29,0,55,-14,75,-41v20,-27,30,-61,30,-101r0,0",w:763},A:{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0",w:683},B:{d:"86,-667r158,0v24,0,42,1,54,1v12,0,22,1,31,2r6,0v0,0,4,1,6,1v51,7,90,25,119,55v29,30,44,67,44,112v0,45,-13,80,-40,105v-27,25,-61,43,-102,52v46,7,84,23,115,47v31,24,46,62,46,113v0,33,-7,62,-23,89v-16,27,-39,48,-68,63v-18,10,-39,17,-62,21v-23,4,-55,6,-94,6r-190,0r0,-667r0,0xm181,-305r0,224r73,0v8,0,16,-1,24,-1v8,0,16,-1,25,-2v31,-3,59,-12,84,-27v25,-15,38,-40,38,-77v0,-43,-14,-72,-43,-87v-29,-15,-60,-25,-94,-28v-10,-1,-20,-1,-30,-1v-10,0,-18,-1,-27,-1r-50,0r0,0xm181,-585r0,202r68,0v7,0,14,-1,21,-1v7,0,14,0,21,-1v29,-3,56,-11,81,-25v25,-14,37,-38,37,-74v0,-37,-12,-62,-37,-75v-25,-13,-53,-21,-83,-24v-10,-1,-20,-1,-30,-1v-10,0,-20,-1,-29,-1r-49,0r0,0",w:579},C:{d:"550,-642r-8,91v-13,-7,-24,-13,-35,-18v-11,-5,-21,-9,-32,-12v-11,-3,-23,-6,-35,-7v-12,-1,-24,-2,-37,-2v-75,0,-136,23,-183,70v-47,47,-70,107,-70,181v0,75,24,136,73,185v49,49,110,74,184,74r13,0v4,0,8,0,12,-1v19,-1,37,-4,56,-9v19,-5,40,-11,62,-20r7,92v-10,3,-20,6,-29,8v-9,2,-17,5,-26,7v-14,2,-28,4,-43,5v-15,1,-31,2,-49,2v-105,0,-192,-30,-260,-89v-68,-59,-102,-143,-102,-252v0,-99,33,-179,98,-241v65,-62,149,-93,252,-93v30,0,58,2,82,7v24,5,47,12,70,22r0,0",w:581},D:{d:"86,-667r138,0v23,0,40,1,53,1v13,0,25,0,36,1v3,1,7,1,11,1v4,0,8,1,12,2v91,9,165,45,221,106v56,61,84,136,84,225v0,73,-20,137,-60,193v-40,56,-94,94,-163,116v-23,8,-50,14,-78,17v-28,3,-62,5,-102,5r-152,0r0,-667r0,0xm181,-585r0,504r49,0v40,0,71,-2,94,-5v23,-3,44,-7,63,-14v2,-1,4,-1,6,-2r6,-3v43,-19,78,-49,103,-89v25,-40,37,-87,37,-140v0,-53,-14,-101,-43,-144v-29,-43,-68,-73,-115,-90v-17,-6,-37,-10,-61,-13v-24,-3,-53,-4,-89,-4r-50,0r0,0",w:689},E:{d:"457,-667r0,82r-276,0r0,196r256,0r0,82r-256,0r0,226r284,0r0,81r-379,0r0,-667r371,0r0,0",w:527},F:{d:"440,-667r0,82r-259,0r0,199r249,0r0,81r-249,0r0,305r-95,0r0,-667r354,0r0,0",w:482},G:{d:"594,-639r-6,92r-12,-6v0,0,-5,-3,-11,-6v-23,-11,-47,-18,-71,-23v-24,-5,-49,-8,-76,-8v-79,0,-144,23,-194,70v-50,47,-74,108,-74,183v0,78,25,141,75,189v50,48,116,72,197,72r18,0v0,0,11,-1,17,-2v8,-1,16,-2,25,-4v9,-2,19,-5,30,-8r0,-193r-143,0r0,-81r238,0r0,338v-15,5,-29,8,-43,12v-14,4,-29,7,-42,10v-17,3,-35,5,-52,6v-17,1,-35,2,-54,2v-113,0,-202,-31,-268,-92v-66,-61,-100,-145,-100,-250v0,-107,35,-188,106,-246v71,-58,157,-87,258,-87v32,0,62,3,89,7v27,4,54,11,81,20r6,3r6,2r0,0",w:687},H:{d:"599,-667r0,667r-95,0r0,-306r-323,0r0,306r-95,0r0,-667r95,0r0,280r323,0r0,-280r95,0r0,0",w:685},I:{d:"187,-667r0,667r-95,0r0,-667r95,0r0,0",w:280},J:{d:"283,-667r0,453r0,52v-1,55,-17,97,-48,126v-31,29,-75,44,-132,44r-11,0v-3,0,-6,0,-9,-1v-8,-1,-16,-1,-25,-3v-9,-2,-22,-4,-39,-7r0,-83v6,3,12,4,18,6v6,2,12,4,17,5v5,1,11,1,17,2v6,1,12,1,18,1v42,0,69,-14,80,-41v11,-27,18,-58,19,-91r0,-17r0,-17r0,-429r95,0r0,0",w:368},K:{d:"181,-667r0,223v0,18,-1,32,-1,41r0,25r0,6v0,0,-1,5,-1,8v14,-16,13,-16,27,-31r28,-30r233,-242r128,0r-315,316r342,351r-139,0r-242,-259v-7,-7,-17,-17,-27,-29v-16,-18,-15,-19,-34,-42r0,18v0,5,0,11,1,16r0,16r0,18r0,262r-95,0r0,-667r95,0r0,0",w:630},L:{d:"181,-667r0,586r282,0r0,81r-377,0r0,-667r95,0r0,0",w:480},M:{d:"819,-667r0,667r-94,0r0,-381v0,-20,1,-41,1,-61v0,-20,0,-40,1,-60v0,-20,1,-40,1,-60r0,-61v-11,38,-24,76,-37,113r-41,112v-5,12,-10,24,-14,36v-6,18,-6,19,-13,38r-126,324r-92,0r-126,-324v-6,-15,-5,-15,-11,-30v-4,-10,-8,-20,-12,-29v-23,-60,-24,-59,-46,-119v-15,-40,-28,-80,-39,-121r0,3r0,2v0,0,-1,1,-1,2r0,3r0,11v0,0,1,8,2,12r0,2r0,3v1,3,2,6,2,9r0,9v1,14,3,30,4,47v1,17,1,35,2,52v1,17,1,34,1,50r0,44r0,374r-95,0r0,-667r156,0r132,335r6,16v2,5,4,10,7,15r36,95v12,32,22,65,30,98v11,-39,23,-76,37,-114v14,-38,28,-75,43,-112r127,-333r159,0r0,0",w:905},N:{d:"619,-667r0,667r-123,0r-211,-362r-6,-12v-2,-4,-4,-7,-7,-10v-1,-1,-1,-3,-2,-4v-1,-1,-1,-2,-2,-3v-27,-48,-27,-47,-53,-97v-17,-33,-31,-68,-42,-103v3,42,6,84,7,126v1,42,1,84,1,126r0,339r-95,0r0,-667r130,0r227,393r51,94v17,32,30,64,41,97r-4,-45r-3,-45r0,-29v0,0,-1,-19,-1,-29v0,-5,-1,-9,-1,-14r0,-15r0,-42v0,0,-1,-29,-1,-44r0,-321r94,0r0,0",w:705},O:{d:"369,-679v103,0,183,32,239,97v56,65,85,148,85,249v0,107,-29,191,-87,253v-58,62,-135,92,-234,92v-103,0,-182,-33,-239,-98v-57,-65,-85,-148,-85,-247v0,-99,28,-181,84,-247v56,-66,134,-99,237,-99r0,0xm368,-604v-65,0,-118,24,-158,74v-40,50,-60,115,-60,196v0,81,21,146,62,196v41,50,94,76,159,76v65,0,118,-25,159,-75v41,-50,61,-114,61,-193v0,-83,-20,-149,-61,-199v-41,-50,-95,-75,-162,-75r0,0",w:741},P:{d:"87,-667r132,0v46,0,81,1,105,4v24,3,45,8,64,15v38,14,68,37,89,69v21,32,32,69,32,111v0,42,-10,79,-31,111v-21,32,-51,56,-88,71v-17,7,-37,11,-62,14v-25,3,-56,5,-93,5r-53,0r0,267r-95,0r0,-667r0,0xm182,-585r0,237r52,0r9,0r9,0v39,-1,74,-10,106,-25v32,-15,49,-47,49,-95v0,-33,-11,-60,-33,-80v-22,-20,-54,-32,-95,-35v-8,-1,-16,-1,-24,-1v-8,0,-16,-1,-24,-1r-25,0r-24,0r0,0",w:531},Q:{d:"516,-15r160,144r-125,0r-127,-118v-9,0,-16,1,-22,1r-16,0r-6,0r-7,0v-99,0,-178,-31,-237,-94v-59,-63,-88,-146,-88,-251v0,-105,30,-189,88,-252v58,-63,136,-94,234,-94v105,0,185,33,240,99v55,66,83,149,83,250v0,75,-15,140,-45,194v-30,54,-75,94,-132,121r0,0xm370,-604v-65,0,-118,25,-159,74v-41,49,-61,114,-61,193v0,81,21,148,62,199v41,51,93,76,158,76v65,0,119,-25,160,-75v41,-50,61,-115,61,-194v0,-82,-20,-148,-61,-198v-41,-50,-94,-75,-160,-75r0,0",w:741},R:{d:"86,-667r160,0v33,0,59,1,78,3v19,2,36,4,52,8v3,1,7,3,10,4v3,1,7,2,11,3v33,11,60,30,80,59v20,29,30,62,30,99v0,44,-13,79,-39,105v-26,26,-60,44,-102,51v4,2,4,1,7,3v3,2,3,2,7,4v11,6,20,13,27,20v7,7,14,15,21,26v3,5,7,12,10,18r11,21r112,243r-109,0r-86,-200v-4,-10,-8,-19,-12,-27v-4,-8,-8,-15,-12,-22v-12,-20,-25,-33,-40,-39v-15,-6,-37,-9,-66,-9r-55,0r0,297r-95,0r0,-667r0,0xm181,-585r0,206r59,0v7,0,15,-1,23,-1v8,0,16,0,23,-1v31,-3,58,-11,84,-25v26,-14,39,-40,39,-77v0,-39,-13,-65,-39,-78v-26,-13,-54,-21,-85,-23v-6,-1,-11,-1,-17,-1r-18,0r-69,0r0,0",w:583},S:{d:"399,-655r-12,84v-22,-9,-42,-15,-59,-19v-17,-4,-33,-7,-49,-8r-9,0r-8,0v-36,0,-65,8,-87,25v-22,17,-33,39,-33,67v0,28,11,51,32,68v21,17,47,32,76,47v9,5,8,5,18,10r20,10v37,19,70,41,100,68v30,27,46,65,46,115v0,61,-20,110,-62,146v-42,36,-97,54,-166,54v-27,0,-54,-2,-79,-6v-25,-4,-50,-10,-73,-19r10,-90v21,10,41,17,58,23v17,6,34,10,51,11v4,1,7,1,11,1r11,0v41,0,74,-10,99,-30v25,-20,38,-48,38,-83v0,-33,-12,-58,-36,-76v-24,-18,-50,-34,-81,-49r-14,-6v-5,-2,-9,-4,-14,-7v-36,-17,-69,-39,-99,-64v-30,-25,-45,-63,-45,-114v0,-55,19,-99,58,-132v39,-33,89,-50,152,-50v19,0,38,1,55,3v17,2,35,5,52,9r20,6r19,6r0,0",w:474},T:{d:"523,-667r0,82r-209,0r0,585r-95,0r0,-585r-213,0r0,-82r517,0r0,0",w:529},U:{d:"602,-666r0,375v0,51,-2,90,-8,119v-6,29,-16,55,-31,78v-22,35,-52,61,-89,79v-37,18,-80,27,-129,27v-55,0,-102,-12,-143,-35v-41,-23,-71,-57,-90,-100v-9,-19,-16,-44,-20,-74v-4,-30,-6,-65,-6,-106r0,-363r95,0r0,349v0,47,2,82,5,106v3,24,10,45,19,63v13,25,32,44,57,58v25,14,54,22,86,22v55,0,94,-17,118,-52v24,-35,37,-77,40,-126v1,-7,1,-14,1,-24r0,-43r0,-353r95,0r0,0",w:688},V:{d:"628,-667r-252,667r-116,0r-255,-667r105,0r163,440v9,25,17,49,25,74v8,25,15,50,22,75r6,-26v2,-9,4,-17,7,-25v4,-16,9,-31,14,-47v8,-24,8,-24,18,-51r163,-440r100,0r0,0",w:633},W:{d:"949,-667r-200,667r-121,0r-116,-438v-5,-15,-10,-30,-14,-45v-6,-23,-5,-23,-10,-46v-1,-2,-2,-5,-2,-7v0,-2,0,-4,-1,-6v-1,-8,-3,-16,-5,-24v-2,-8,-3,-16,-5,-24r-15,76v0,0,-11,51,-18,76r-110,438r-123,0r-205,-667r104,0r115,390v9,31,18,61,26,91v8,30,15,62,21,93v5,-31,11,-63,18,-94v7,-31,15,-62,24,-93r96,-387r137,0r102,390r10,39r9,40v1,2,1,4,2,6v1,2,1,5,2,7v3,15,7,31,11,46r12,46v5,-31,11,-62,19,-93v8,-31,16,-61,25,-91r114,-390r98,0r0,0",w:954},X:{d:"603,-667r-224,317r250,350r-121,0r-198,-285r-190,285r-114,0r246,-350r-227,-317r115,0r177,252r176,-252r110,0r0,0",w:635},Y:{d:"624,-667r-260,384r0,283r-95,0r0,-280r-264,-387r118,0r165,250r16,24v5,8,9,17,13,26v1,-3,3,-6,4,-8r3,-6r1,-1r0,-2v3,-5,3,-6,7,-12v3,-4,7,-10,12,-18r167,-253r113,0r0,0",w:629},Z:{d:"489,-667r0,88r-287,410v-5,7,-4,7,-10,15v-4,5,-8,10,-11,15r-21,29v-7,10,-14,20,-21,31v4,0,8,-1,11,-1r9,0v7,-1,15,-1,23,-1r31,0r282,0r0,81r-465,0r0,-81r270,-392v5,-7,5,-7,10,-15v5,-8,5,-7,10,-15r32,-43v11,-14,22,-29,34,-42r-46,2v-16,1,-32,1,-47,1r-251,0r0,-82r447,0r0,0",w:534},"[":{d:"281,-720r0,65r-100,0r0,795r100,0r0,64r-186,0r0,-924r186,0r0,0",w:355},"\\":{d:"49,-720r77,0r338,924r-80,0r-335,-924r0,0",w:435},"]":{d:"74,204r0,-65r100,0r0,-795r-100,0r0,-64r186,0r0,924r-186,0r0,0",w:355},"^":{d:"115,-356r-96,0r172,-313r118,0r172,313r-96,0r-135,-242r-135,242r0,0",w:500},_:{d:"0,59r500,0r0,82r-500,0r0,-82r0,0",w:500},"`":{d:"127,-724r100,0r79,137r-64,0r-115,-137r0,0",w:500},a:{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0",w:529},b:{d:"162,-720r0,259r0,29v0,0,-2,19,-3,28v12,-28,33,-51,64,-68v31,-17,65,-25,104,-25v64,0,115,22,153,67v38,45,58,106,58,181v0,78,-19,140,-58,186v-39,46,-90,69,-154,69v-38,0,-72,-8,-101,-23v-29,-15,-52,-37,-67,-66r0,83r-87,0r0,-720r91,0r0,0xm308,-420v-41,0,-76,17,-103,50v-27,33,-41,75,-41,126v0,49,13,91,40,124v27,33,61,50,101,50v40,0,73,-17,99,-50v26,-33,38,-74,38,-125v0,-52,-13,-95,-38,-127v-25,-32,-57,-48,-96,-48r0,0",w:577},c:{d:"395,-475r-6,80v-13,-8,-27,-14,-41,-17v-14,-3,-31,-5,-48,-5v-49,0,-88,15,-119,47v-31,32,-46,73,-46,122v0,53,15,95,45,128v30,33,69,49,118,49v10,0,19,-1,28,-2v9,-1,17,-3,26,-6v7,-2,15,-5,23,-9v8,-4,16,-9,25,-14r7,83v-18,9,-36,15,-55,19v-19,4,-41,5,-65,5v-75,0,-135,-23,-180,-69v-45,-46,-68,-105,-68,-180v0,-73,23,-133,69,-180v46,-47,105,-71,176,-71r10,0v3,0,6,0,9,1v16,1,31,3,47,6v16,3,31,8,45,13r0,0",w:427},d:{d:"503,-720r0,492v0,38,1,76,2,114v1,38,3,76,5,114r-88,0r0,-82v-19,30,-42,52,-70,66v-28,14,-61,22,-99,22v-65,0,-117,-22,-156,-67v-39,-45,-58,-105,-58,-181v0,-76,20,-137,59,-184v39,-47,91,-71,155,-71v35,0,66,7,93,21v27,14,50,36,69,64v0,-5,-1,-10,-1,-16r0,-18v-1,-5,-2,-10,-2,-16r0,-17r0,-241r91,0r0,0xm275,-420v-41,0,-75,17,-101,50v-26,33,-39,75,-39,127v0,51,13,93,38,125v25,32,58,48,99,48v41,0,75,-17,102,-50v27,-33,40,-74,40,-124v0,-50,-13,-92,-40,-126v-27,-34,-60,-50,-99,-50r0,0",w:580},e:{d:"130,-221v6,49,23,87,52,115v29,28,66,42,111,42v18,0,35,-2,52,-5v17,-3,33,-8,50,-15v9,-3,17,-8,25,-12v8,-4,17,-9,26,-14r0,87v-15,7,-28,13,-42,17v-14,4,-28,7,-41,10v-12,3,-24,5,-36,6v-12,1,-25,2,-38,2v-77,0,-138,-23,-183,-70v-45,-47,-67,-111,-67,-192v0,-76,21,-137,63,-183v42,-46,98,-69,167,-69v83,0,140,29,169,87v29,58,44,123,44,194r-352,0r0,0xm131,-292r260,0v-4,-37,-16,-68,-35,-96v-19,-28,-49,-42,-90,-42v-35,0,-66,12,-90,37v-24,25,-39,58,-45,101r0,0",w:522},f:{d:"342,-716r0,76v-7,-2,-14,-3,-19,-4r-16,-2r-6,0r-6,0v-40,0,-64,13,-73,40v-9,27,-13,56,-13,88r0,4r0,2r0,25r133,0r0,71r-133,0r0,416r-91,0r0,-416r-115,0r0,-71r115,0r0,-12r0,-11v1,-54,11,-104,30,-148v19,-44,62,-66,128,-66r14,0v0,0,9,1,14,1v5,1,11,2,17,3v6,1,13,2,21,4r0,0",w:353},g:{d:"502,-490r0,405v0,89,-14,160,-41,214v-27,54,-93,81,-197,81v-17,0,-33,-1,-48,-2v-15,-1,-30,-3,-45,-6v-15,-3,-30,-6,-45,-10v-15,-4,-31,-9,-48,-15r9,-87v20,9,39,16,57,22v18,6,36,12,53,15v11,2,21,4,32,5v11,1,22,1,33,1v33,0,62,-6,86,-19v24,-13,40,-31,51,-55v7,-13,11,-27,13,-41v2,-14,3,-30,4,-45r0,-11r0,-11r0,-16v0,-5,0,-10,1,-15v-18,27,-41,47,-69,60v-28,13,-59,20,-94,20v-65,0,-117,-22,-156,-66v-39,-44,-59,-103,-59,-176v0,-75,19,-137,59,-184v40,-47,91,-71,154,-71v37,0,71,8,101,25v30,17,51,39,64,68r0,-4v0,-1,0,-3,1,-4r0,-2r0,-2r-1,-13r0,-61r85,0r0,0xm273,-420v-41,0,-73,17,-99,50v-26,33,-39,76,-39,127v0,49,12,89,37,120v25,31,58,47,98,47v42,0,76,-16,103,-48v27,-32,40,-73,40,-123v0,-49,-14,-90,-41,-123v-27,-33,-60,-50,-99,-50r0,0",w:566},h:{d:"161,-720r0,234r0,18v0,6,0,13,-1,20r0,20v0,0,-1,12,-2,18v17,-29,38,-52,66,-66v28,-14,60,-21,97,-21v75,0,125,24,148,73v23,49,35,105,35,168r0,256r-91,0r0,-212v0,-37,0,-65,-1,-82v-1,-17,-4,-32,-7,-45v-7,-27,-19,-47,-37,-61v-18,-14,-39,-20,-66,-20v-30,0,-56,9,-80,27v-24,18,-41,42,-50,73v-5,13,-8,29,-9,46v-1,17,-2,44,-2,80r0,194r-91,0r0,-720r91,0r0,0",w:567},i:{d:"160,-489r0,489r-91,0r0,-489r91,0r0,0xm162,-706r0,100r-99,0r0,-100r99,0r0,0",w:229,k:{p:-116}},j:{d:"176,-490r0,479r0,17v0,5,0,11,-1,17v-1,46,-10,89,-27,127v-17,38,-54,57,-113,57r-3,0r-2,0v-6,0,-13,0,-20,-1v-7,-1,-16,-2,-27,-4r-1,-74v1,-1,3,-1,4,-1v1,0,2,0,3,1r11,0v0,0,5,1,6,1v35,0,57,-12,66,-35v9,-23,13,-48,13,-77r0,-28r0,-479r91,0r0,0xm180,-706r0,100r-99,0r0,-100r99,0r0,0",w:248},k:{d:"161,-720r0,345r-2,45v-1,15,-1,30,-1,45v7,-8,8,-7,14,-15v4,-5,8,-10,13,-15r7,-7v2,-2,5,-5,7,-8r159,-159r123,0r-228,216r258,273r-128,0r-165,-180v-5,-5,-11,-12,-16,-18r-14,-18r-14,-18v-5,-6,-11,-13,-16,-18v1,9,2,17,2,26r0,27v1,3,1,7,1,11r0,10r0,178r-91,0r0,-720r91,0r0,0",w:518},l:{d:"160,-720r0,720r-91,0r0,-720r91,0r0,0",w:229},m:{d:"153,-489r5,79v13,-27,34,-49,61,-64v27,-15,58,-23,93,-23v37,0,68,8,92,25v24,17,41,41,52,73v16,-32,38,-56,65,-73v27,-17,59,-25,96,-25v69,0,114,23,133,69v19,46,30,95,31,150r0,10r0,11r0,257r-91,0r0,-239v0,-33,-1,-57,-2,-73v-1,-16,-3,-30,-6,-41v-6,-21,-16,-37,-30,-49v-14,-12,-33,-18,-54,-18v-27,0,-51,10,-72,28v-21,18,-35,42,-43,73v-1,2,-1,3,-1,5v0,2,-1,4,-2,5v-3,11,-4,23,-5,37v-1,14,-1,36,-1,65r0,207r-91,0r0,-251v0,-30,0,-53,-1,-67v-1,-14,-3,-26,-6,-36v-7,-21,-17,-38,-31,-49v-14,-11,-31,-17,-50,-17v-37,0,-69,16,-93,48v-24,32,-36,72,-36,121r0,35r0,216r-91,0r0,-275r0,-53v0,-18,0,-36,-1,-54r-2,-54r-3,-53r84,0r0,0",w:844,k:{p:-97}},n:{d:"154,-489r4,78v19,-29,42,-51,70,-65v28,-14,61,-21,98,-21v83,0,133,27,152,81v19,54,29,113,30,178r0,6r0,5r0,227r-90,0r0,-220v0,-35,-1,-59,-2,-74v-1,-15,-2,-28,-4,-39v-1,-1,-2,-2,-2,-3r0,-4v-7,-26,-19,-46,-37,-60v-18,-14,-40,-20,-67,-20v-30,0,-57,9,-80,27v-23,18,-40,42,-49,73r-2,8r-2,8v-3,13,-5,27,-6,44v-1,17,-1,44,-1,81r0,179r-91,0r0,-241v0,-10,-1,-19,-1,-29r0,-29r0,-29v0,0,-1,-20,-1,-29v-1,-22,-1,-44,-1,-66v0,-22,-2,-44,-3,-66r85,0r0,0",w:571},o:{d:"540,-243v0,75,-23,135,-70,183v-47,48,-108,72,-182,72v-72,0,-131,-24,-178,-72v-47,-48,-71,-109,-71,-183v0,-75,24,-137,71,-186v47,-49,106,-73,179,-73v73,0,133,24,180,72v47,48,70,111,71,187r0,0xm444,-241v-1,-55,-16,-101,-44,-136v-28,-35,-65,-53,-110,-53v-45,0,-82,17,-111,52v-29,35,-44,80,-44,134v0,55,14,100,43,134v29,34,67,51,112,51v45,0,81,-17,110,-51v29,-34,44,-78,44,-131r0,0",w:579},p:{d:"156,-489r5,86v19,-31,43,-54,72,-70v29,-16,61,-24,98,-24v63,0,114,22,153,67v39,45,58,105,58,179v0,77,-19,140,-58,187v-39,47,-91,70,-155,70v-39,0,-73,-8,-101,-23v-28,-15,-50,-39,-67,-72r3,23r2,24r0,24v0,0,1,15,1,22r0,200r-91,0r0,-479r0,-53v0,0,-1,-36,-1,-54r-2,-54r-3,-53r86,0r0,0xm312,-420v-41,0,-76,17,-104,50v-28,33,-41,75,-41,126v0,49,14,90,41,123v27,33,61,50,102,50v39,0,72,-16,98,-49v26,-33,38,-75,38,-125v0,-53,-12,-95,-36,-127v-24,-32,-57,-48,-98,-48r0,0",w:581},q:{d:"506,-489r0,693r-90,0r0,-212v0,-17,0,-30,1,-41v1,-11,2,-21,3,-30r0,-3v0,0,1,-2,1,-3v-19,31,-42,54,-70,69v-28,15,-61,22,-99,22v-65,0,-116,-22,-155,-67v-39,-45,-58,-105,-58,-181v0,-77,19,-140,59,-186v40,-46,92,-69,157,-69v39,0,74,9,103,26v29,17,50,42,65,75v-1,-5,-3,-8,-3,-12r0,-11r0,-3r0,-3r0,-15r0,-14r0,-14v0,0,-1,-10,-2,-15r0,-6r88,0r0,0xm275,-420v-41,0,-75,17,-101,50v-26,33,-39,75,-39,126v0,51,13,92,39,124v26,32,58,49,99,49v41,0,75,-16,101,-49v26,-33,40,-74,40,-124v0,-51,-13,-93,-40,-126v-27,-33,-60,-50,-99,-50r0,0",w:578},r:{d:"70,-489r84,0r4,87v15,-31,34,-54,58,-70v24,-16,51,-23,82,-23r10,0v3,0,7,0,10,1v4,0,8,1,13,2v7,2,7,1,16,3r0,83v-5,-2,-9,-3,-13,-4r-12,-3v-3,0,-5,-1,-8,-1r-10,0v-43,0,-76,16,-97,47v-21,31,-34,66,-39,103v-1,6,-2,12,-2,18r0,19r0,35r0,192r-90,0r0,-298r0,-48v0,0,-1,-32,-2,-48r-2,-47r-2,-48r0,0",w:360},s:{d:"319,-477r-7,76r-21,-9v0,0,-13,-5,-20,-7v-9,-3,-19,-5,-28,-6v-9,-1,-19,-2,-30,-2v-25,0,-44,6,-59,17v-15,11,-23,25,-23,44v0,17,7,31,21,42v14,11,31,21,50,31r18,9v9,4,9,4,19,9v27,13,51,29,73,49v22,20,34,48,34,84v0,45,-16,81,-49,108v-33,27,-76,40,-129,40v-15,0,-29,0,-42,-2v-13,-2,-26,-5,-39,-8v-8,-2,-16,-4,-23,-7v-7,-3,-15,-6,-23,-10r0,-81v19,9,36,17,51,22v15,5,29,8,44,9v3,1,7,1,10,1r10,0v27,0,50,-6,68,-18v18,-12,26,-27,26,-46v0,-15,-7,-28,-20,-39v-13,-11,-28,-21,-47,-31r-20,-10r-21,-11v-27,-14,-52,-31,-74,-51v-22,-20,-33,-46,-33,-81v0,-43,16,-77,47,-103v31,-26,72,-39,123,-39v8,0,16,1,23,1v7,0,15,1,22,2v11,1,22,3,33,6v11,3,23,7,36,11r0,0",w:378},t:{d:"200,-630r0,143r130,0r0,71r-130,0r0,192v0,25,1,46,2,60v1,14,2,26,4,36v3,18,11,32,24,42v13,10,30,15,51,15v4,0,8,-1,11,-1v3,0,7,0,11,-1v6,-1,12,-3,18,-5v6,-2,12,-5,19,-8r0,78v-10,3,-20,6,-29,8v-9,2,-19,3,-28,4r-13,0v0,0,-9,1,-14,1v-68,0,-109,-19,-124,-59v-15,-40,-22,-88,-22,-143r0,-219r-113,0r0,-71r113,0r0,-112r90,-31r0,0",w:367},u:{d:"490,-488r0,308v0,24,1,48,2,72r3,72v1,6,1,12,1,18v0,6,1,12,1,18r-84,0r-4,-76v-19,27,-43,48,-71,62v-28,14,-59,20,-94,20v-74,0,-123,-23,-146,-70v-23,-47,-35,-102,-35,-165r0,-259r91,0r0,227v0,36,0,64,2,83v2,19,5,34,10,47v9,21,22,38,38,49v16,11,35,17,58,17v41,0,75,-17,100,-49v25,-32,38,-74,38,-127r0,-33r0,-214r90,0r0,0",w:566},v:{d:"466,-489r-176,489r-104,0r-180,-489r98,0r100,282v3,8,3,9,6,17r6,16r14,44v5,15,8,30,10,45v1,-9,3,-19,5,-27v2,-8,4,-16,7,-25v1,-5,2,-9,4,-13v2,-4,4,-9,5,-13r115,-326r90,0r0,0",w:472},w:{d:"786,-489r-156,489r-105,0r-84,-251v-6,-17,-11,-34,-16,-49v-7,-22,-7,-22,-13,-43r-8,-33v0,0,-4,-17,-8,-35v-6,27,-13,53,-20,79v-7,26,-15,53,-24,79r-81,253r-104,0r-161,-489r99,0r80,263v8,23,15,47,21,71v6,24,12,48,16,73v2,-6,3,-12,4,-18v1,-6,3,-11,4,-17r0,-1v0,0,1,-1,1,-2v2,-11,4,-22,7,-33v3,-11,7,-21,12,-31r96,-305r106,0r89,269v8,23,15,45,21,68v6,23,12,47,17,70v3,-21,7,-43,13,-64v6,-21,11,-42,18,-63v1,-3,1,-5,2,-7v1,-2,1,-5,2,-7r82,-266r90,0r0,0",w:792},x:{d:"451,-489r-156,232r174,257r-112,0r-91,-141r-15,-24v-4,-7,-7,-13,-10,-19v-1,-3,-2,-5,-3,-8v-1,-3,-3,-5,-4,-8v-2,7,-5,14,-8,20v-3,6,-7,12,-11,18v-1,2,-2,4,-3,5v-1,1,-1,3,-2,5v-1,1,-3,2,-4,4v-1,2,-1,4,-2,5r-92,143r-106,0r175,-257r-162,-232r111,0r80,121v7,10,12,19,16,26v4,7,7,14,10,21v2,4,2,4,4,7v1,2,1,4,2,7v3,-9,6,-17,11,-25r14,-24v1,-2,3,-4,4,-6v1,-2,3,-5,4,-7r76,-120r100,0r0,0",w:475},y:{d:"465,-489r-174,484v-2,5,-3,5,-5,11v-2,4,-3,9,-4,13v-17,47,-38,90,-64,129v-26,39,-68,58,-126,58r-10,0v-3,0,-5,0,-8,-1v-5,-1,-11,-2,-17,-3v-6,-1,-13,-2,-21,-4r5,-72v5,1,9,3,13,4r12,3v3,0,5,1,8,1r10,0v29,0,52,-10,68,-30v16,-20,28,-43,37,-68v1,-3,2,-5,3,-8v1,-3,1,-6,2,-9r-188,-508r98,0r109,309v8,23,14,43,18,58v4,15,7,30,8,43v1,-9,3,-19,5,-27v2,-8,4,-16,7,-25v1,-5,3,-9,5,-13v2,-4,3,-9,4,-13r115,-332r90,0r0,0",w:471},z:{d:"422,-489r0,77r-236,287v-6,7,-6,7,-12,15v-6,8,-7,7,-13,14v-5,5,-9,9,-13,14v-6,8,-7,8,-13,15v3,-1,5,-1,7,-1v2,0,4,-1,6,-2r8,0v0,0,8,-1,13,-1r43,0r221,0r0,71r-397,0r0,-74r231,-284v9,-11,18,-22,27,-32v9,-10,19,-20,28,-29v-11,1,-22,1,-34,1v-12,0,-24,1,-35,1r-206,0r0,-72r375,0r0,0",w:475},"{":{d:"221,-258v21,13,36,28,45,46v9,18,13,42,13,75r0,193v0,38,8,62,23,70v15,8,39,12,72,12r0,66v-54,-1,-98,-10,-131,-26v-33,-16,-50,-56,-50,-121r0,-189v0,-29,-5,-52,-13,-66v-8,-14,-22,-23,-43,-28r0,-64v20,-5,34,-15,43,-30v9,-15,13,-35,13,-62r0,-199v0,-64,17,-103,51,-117v34,-14,77,-22,130,-22r0,65v-39,0,-65,5,-77,15v-12,10,-18,32,-18,67r0,196v0,33,-5,57,-13,74v-8,17,-23,32,-45,45r0,0",w:493},"|":{d:"205,-666r90,0r0,833r-90,0r0,-833r0,0",w:500},"}":{d:"272,-258v-22,-13,-38,-29,-46,-46v-8,-17,-12,-42,-12,-75r0,-193v0,-34,-6,-56,-18,-67v-12,-11,-36,-16,-69,-16r-8,0r0,-65v55,0,99,7,132,21v33,14,49,56,49,125r0,190v0,29,4,50,12,64v8,14,23,25,44,30r0,64v-20,5,-34,16,-43,30v-9,14,-13,35,-13,62r0,199v0,62,-16,100,-50,115v-34,15,-78,23,-131,23r0,-64v39,-1,65,-6,77,-16v12,-10,18,-32,18,-67r0,-195v0,-33,4,-58,12,-75v8,-17,23,-31,46,-44r0,0",w:493},"~":{d:"61,-259r-52,-34v19,-43,40,-74,62,-93v22,-19,48,-29,79,-29v18,0,35,3,52,9v17,6,34,14,51,21r4,2r4,2v15,7,31,14,46,19v15,5,31,8,47,8v11,0,21,-2,30,-5v9,-3,18,-9,26,-18v5,-5,9,-10,14,-17v5,-7,10,-14,15,-23r53,31v-15,31,-34,58,-58,82v-24,24,-54,37,-92,37v-18,0,-35,-3,-51,-9v-16,-6,-32,-14,-48,-22v-16,-7,-33,-14,-49,-20v-16,-6,-33,-10,-51,-10v-11,0,-22,2,-31,7v-9,5,-18,12,-27,23v-4,5,-8,12,-12,18v-4,6,-8,13,-12,21r0,0",w:500},"\u00c4":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm295,-854r0,97r-87,0r0,-97r87,0r0,0xm477,-854r0,97r-87,0r0,-97r87,0r0,0",w:683},"\u0414":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm295,-854r0,97r-87,0r0,-97r87,0r0,0xm477,-854r0,97r-87,0r0,-97r87,0r0,0",w:683},"\u00c5":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm341,-902v27,0,50,9,69,28v19,19,28,42,28,69v0,27,-9,50,-28,69v-19,19,-42,28,-69,28v-27,0,-50,-9,-69,-28v-19,-19,-28,-42,-28,-69v0,-27,9,-50,28,-69v19,-19,42,-28,69,-28r0,0xm341,-853v-13,0,-23,5,-33,14v-10,9,-15,21,-15,34v0,13,5,23,15,33v10,10,20,15,33,15v13,0,25,-5,34,-15v9,-10,14,-20,14,-33v0,-13,-5,-25,-14,-34v-9,-9,-21,-14,-34,-14r0,0",w:683},"\u0415":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm341,-902v27,0,50,9,69,28v19,19,28,42,28,69v0,27,-9,50,-28,69v-19,19,-42,28,-69,28v-27,0,-50,-9,-69,-28v-19,-19,-28,-42,-28,-69v0,-27,9,-50,28,-69v19,-19,42,-28,69,-28r0,0xm341,-853v-13,0,-23,5,-33,14v-10,9,-15,21,-15,34v0,13,5,23,15,33v10,10,20,15,33,15v13,0,25,-5,34,-15v9,-10,14,-20,14,-33v0,-13,-5,-25,-14,-34v-9,-9,-21,-14,-34,-14r0,0",w:683},"\u00c7":{d:"552,-642r-8,90v-11,-6,-22,-11,-33,-16v-11,-5,-21,-8,-31,-11v-11,-3,-23,-5,-35,-7v-12,-2,-25,-3,-39,-3v-75,0,-137,23,-184,69v-47,46,-71,107,-71,182v0,75,25,136,74,185v49,49,111,73,186,73r16,0v0,0,11,-1,16,-2v17,-1,34,-4,51,-9v17,-5,37,-11,58,-19r7,92v-10,3,-20,6,-29,9v-9,3,-19,5,-28,7v-13,2,-27,3,-41,4v-14,1,-29,2,-44,2r-13,0v-6,0,-12,0,-19,-1r-39,54v8,-3,14,-4,19,-5v5,-1,9,-1,13,-1r3,0r2,0v23,0,43,6,57,19v14,13,21,30,21,50v0,25,-11,46,-32,62v-21,16,-49,24,-84,24v-7,0,-13,0,-19,-1r-20,-2v-12,-3,-12,-3,-25,-7v-9,-2,-18,-5,-27,-9r17,-35v7,3,14,5,21,7v7,2,13,3,20,4v4,1,8,1,12,1v4,0,8,1,12,1v16,0,29,-4,38,-11v9,-7,14,-16,14,-27v0,-11,-4,-20,-13,-27v-9,-7,-20,-11,-33,-11r-2,0r0,0v-5,0,-10,0,-15,1v-5,1,-13,3,-22,6r-15,-16r58,-79v-34,-5,-62,-11,-86,-19v-24,-8,-47,-20,-69,-35r-8,-6r-8,-6v-41,-31,-72,-70,-93,-117v-21,-47,-32,-98,-32,-155v0,-99,33,-180,98,-242v65,-62,149,-93,254,-93v27,0,51,2,72,6v21,4,42,9,63,17v3,1,5,2,7,3v2,1,5,3,8,4r0,0",w:584},"\u0417":{d:"552,-642r-8,90v-11,-6,-22,-11,-33,-16v-11,-5,-21,-8,-31,-11v-11,-3,-23,-5,-35,-7v-12,-2,-25,-3,-39,-3v-75,0,-137,23,-184,69v-47,46,-71,107,-71,182v0,75,25,136,74,185v49,49,111,73,186,73r16,0v0,0,11,-1,16,-2v17,-1,34,-4,51,-9v17,-5,37,-11,58,-19r7,92v-10,3,-20,6,-29,9v-9,3,-19,5,-28,7v-13,2,-27,3,-41,4v-14,1,-29,2,-44,2r-13,0v-6,0,-12,0,-19,-1r-39,54v8,-3,14,-4,19,-5v5,-1,9,-1,13,-1r3,0r2,0v23,0,43,6,57,19v14,13,21,30,21,50v0,25,-11,46,-32,62v-21,16,-49,24,-84,24v-7,0,-13,0,-19,-1r-20,-2v-12,-3,-12,-3,-25,-7v-9,-2,-18,-5,-27,-9r17,-35v7,3,14,5,21,7v7,2,13,3,20,4v4,1,8,1,12,1v4,0,8,1,12,1v16,0,29,-4,38,-11v9,-7,14,-16,14,-27v0,-11,-4,-20,-13,-27v-9,-7,-20,-11,-33,-11r-2,0r0,0v-5,0,-10,0,-15,1v-5,1,-13,3,-22,6r-15,-16r58,-79v-34,-5,-62,-11,-86,-19v-24,-8,-47,-20,-69,-35r-8,-6r-8,-6v-41,-31,-72,-70,-93,-117v-21,-47,-32,-98,-32,-155v0,-99,33,-180,98,-242v65,-62,149,-93,254,-93v27,0,51,2,72,6v21,4,42,9,63,17v3,1,5,2,7,3v2,1,5,3,8,4r0,0",w:584},"\u00c9":{d:"457,-667r0,82r-276,0r0,196r256,0r0,82r-256,0r0,226r284,0r0,81r-379,0r0,-667r371,0r0,0xm387,-875r-115,137r-64,0r79,-137r100,0r0,0",w:527},"\u0419":{d:"457,-667r0,82r-276,0r0,196r256,0r0,82r-256,0r0,226r284,0r0,81r-379,0r0,-667r371,0r0,0xm387,-875r-115,137r-64,0r79,-137r100,0r0,0",w:527},"\u00d1":{d:"619,-667r0,667r-123,0r-211,-362r-6,-12v-2,-4,-4,-7,-7,-10v-1,-1,-1,-3,-2,-4v-1,-1,-1,-2,-2,-3v-27,-48,-27,-47,-53,-97v-17,-33,-31,-68,-42,-103v3,42,6,84,7,126v1,42,1,84,1,126r0,339r-95,0r0,-667r130,0r227,393r51,94v17,32,30,64,41,97r-4,-45r-3,-45r0,-29v0,0,-1,-19,-1,-29v0,-5,-1,-9,-1,-14r0,-15r0,-42v0,0,-1,-29,-1,-44r0,-321r94,0r0,0xm517,-861v-5,33,-16,58,-33,77v-17,19,-37,28,-62,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-21,3,-28,10v-7,7,-14,19,-19,34r-46,0v5,-34,16,-60,33,-78v17,-18,40,-26,68,-26v13,0,25,2,36,6r32,12v4,2,8,4,11,5r10,4v7,3,14,5,21,7v7,2,15,3,22,3v13,0,23,-3,30,-10v7,-7,13,-18,18,-34r47,0r0,0",w:705},"\u0421":{d:"619,-667r0,667r-123,0r-211,-362r-6,-12v-2,-4,-4,-7,-7,-10v-1,-1,-1,-3,-2,-4v-1,-1,-1,-2,-2,-3v-27,-48,-27,-47,-53,-97v-17,-33,-31,-68,-42,-103v3,42,6,84,7,126v1,42,1,84,1,126r0,339r-95,0r0,-667r130,0r227,393r51,94v17,32,30,64,41,97r-4,-45r-3,-45r0,-29v0,0,-1,-19,-1,-29v0,-5,-1,-9,-1,-14r0,-15r0,-42v0,0,-1,-29,-1,-44r0,-321r94,0r0,0xm517,-861v-5,33,-16,58,-33,77v-17,19,-37,28,-62,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-21,3,-28,10v-7,7,-14,19,-19,34r-46,0v5,-34,16,-60,33,-78v17,-18,40,-26,68,-26v13,0,25,2,36,6r32,12v4,2,8,4,11,5r10,4v7,3,14,5,21,7v7,2,15,3,22,3v13,0,23,-3,30,-10v7,-7,13,-18,18,-34r47,0r0,0",w:705},"\u00d6":{d:"369,-679v103,0,183,32,239,97v56,65,85,148,85,249v0,107,-29,191,-87,253v-58,62,-135,92,-234,92v-103,0,-182,-33,-239,-98v-57,-65,-85,-148,-85,-247v0,-99,28,-181,84,-247v56,-66,134,-99,237,-99r0,0xm368,-604v-65,0,-118,24,-158,74v-40,50,-60,115,-60,196v0,81,21,146,62,196v41,50,94,76,159,76v65,0,118,-25,159,-75v41,-50,61,-114,61,-193v0,-83,-20,-149,-61,-199v-41,-50,-95,-75,-162,-75r0,0xm323,-854r0,97r-87,0r0,-97r87,0r0,0xm505,-854r0,97r-87,0r0,-97r87,0r0,0",w:741},"\u0426":{d:"369,-679v103,0,183,32,239,97v56,65,85,148,85,249v0,107,-29,191,-87,253v-58,62,-135,92,-234,92v-103,0,-182,-33,-239,-98v-57,-65,-85,-148,-85,-247v0,-99,28,-181,84,-247v56,-66,134,-99,237,-99r0,0xm368,-604v-65,0,-118,24,-158,74v-40,50,-60,115,-60,196v0,81,21,146,62,196v41,50,94,76,159,76v65,0,118,-25,159,-75v41,-50,61,-114,61,-193v0,-83,-20,-149,-61,-199v-41,-50,-95,-75,-162,-75r0,0xm323,-854r0,97r-87,0r0,-97r87,0r0,0xm505,-854r0,97r-87,0r0,-97r87,0r0,0",w:741},"\u00dc":{d:"602,-666r0,375v0,51,-2,90,-8,119v-6,29,-16,55,-31,78v-22,35,-52,61,-89,79v-37,18,-80,27,-129,27v-55,0,-102,-12,-143,-35v-41,-23,-71,-57,-90,-100v-9,-19,-16,-44,-20,-74v-4,-30,-6,-65,-6,-106r0,-363r95,0r0,349v0,47,2,82,5,106v3,24,10,45,19,63v13,25,32,44,57,58v25,14,54,22,86,22v55,0,94,-17,118,-52v24,-35,37,-77,40,-126v1,-7,1,-14,1,-24r0,-43r0,-353r95,0r0,0xm297,-854r0,97r-87,0r0,-97r87,0r0,0xm479,-854r0,97r-87,0r0,-97r87,0r0,0",w:688},"\u042c":{d:"602,-666r0,375v0,51,-2,90,-8,119v-6,29,-16,55,-31,78v-22,35,-52,61,-89,79v-37,18,-80,27,-129,27v-55,0,-102,-12,-143,-35v-41,-23,-71,-57,-90,-100v-9,-19,-16,-44,-20,-74v-4,-30,-6,-65,-6,-106r0,-363r95,0r0,349v0,47,2,82,5,106v3,24,10,45,19,63v13,25,32,44,57,58v25,14,54,22,86,22v55,0,94,-17,118,-52v24,-35,37,-77,40,-126v1,-7,1,-14,1,-24r0,-43r0,-353r95,0r0,0xm297,-854r0,97r-87,0r0,-97r87,0r0,0xm479,-854r0,97r-87,0r0,-97r87,0r0,0",w:688},"\u00e1":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm387,-724r-115,137r-64,0r79,-137r100,0r0,0",w:529},"\u0431":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm387,-724r-115,137r-64,0r79,-137r100,0r0,0",w:529},"\u00e0":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm141,-724r100,0r79,137r-64,0r-115,-137r0,0",w:529},"\u0430":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm141,-724r100,0r79,137r-64,0r-115,-137r0,0",w:529},"\u00e2":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm409,-587r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:529},"\u0432":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm409,-587r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:529},"\u00e4":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm217,-704r0,97r-87,0r0,-97r87,0r0,0xm399,-704r0,97r-87,0r0,-97r87,0r0,0",w:529},"\u0434":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm217,-704r0,97r-87,0r0,-97r87,0r0,0xm399,-704r0,97r-87,0r0,-97r87,0r0,0",w:529},"\u00e3":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm428,-711v-5,33,-15,58,-32,77v-17,19,-38,28,-63,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-22,3,-29,10v-7,7,-13,19,-18,34r-46,0v5,-34,17,-60,34,-78v17,-18,39,-26,67,-26v13,0,24,2,35,6r33,12v4,2,8,4,11,5r10,4v7,3,15,5,22,7v7,2,14,3,21,3v13,0,24,-3,31,-10v7,-7,12,-18,17,-34r47,0r0,0",w:529},"\u0433":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm428,-711v-5,33,-15,58,-32,77v-17,19,-38,28,-63,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-22,3,-29,10v-7,7,-13,19,-18,34r-46,0v5,-34,17,-60,34,-78v17,-18,39,-26,67,-26v13,0,24,2,35,6r33,12v4,2,8,4,11,5r10,4v7,3,15,5,22,7v7,2,14,3,21,3v13,0,24,-3,31,-10v7,-7,12,-18,17,-34r47,0r0,0",w:529},"\u00e5":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm264,-753v27,0,49,10,68,29v19,19,29,41,29,68v0,27,-10,49,-29,68v-19,19,-41,29,-68,29v-27,0,-49,-10,-68,-29v-19,-19,-29,-41,-29,-68v0,-27,10,-49,29,-68v19,-19,41,-29,68,-29r0,0xm264,-704v-13,0,-24,5,-34,14v-10,9,-14,21,-14,34v0,13,4,24,14,34v10,10,21,14,34,14v13,0,25,-4,34,-14v9,-10,14,-21,14,-34v0,-13,-5,-25,-14,-34v-9,-9,-21,-14,-34,-14r0,0",w:529},"\u0435":{d:"96,-452v8,-5,16,-8,24,-12v8,-4,15,-8,23,-11v19,-7,38,-13,57,-17v19,-4,39,-5,60,-5v45,0,83,9,114,26v31,17,53,42,66,74v5,15,10,32,12,53v2,21,3,49,3,83r0,95r0,42v0,14,0,27,1,41v0,14,0,27,1,41r3,42r-83,0v0,-5,-1,-10,-1,-13r0,-10r0,-7r0,-8r0,-8r0,-8r0,-14v0,0,1,-10,1,-16v-19,31,-41,54,-67,68v-26,14,-59,22,-97,22v-51,0,-92,-14,-123,-40v-31,-26,-47,-61,-47,-106v0,-51,23,-90,67,-118v44,-28,107,-42,189,-42r5,0r5,0r25,0v0,0,20,1,33,2v-1,-41,-11,-72,-31,-92v-20,-20,-50,-30,-91,-30v-15,0,-30,2,-43,4v-13,2,-27,6,-40,11v-10,3,-20,8,-30,13v-10,5,-20,12,-31,19r-5,-79r0,0xm369,-231v-5,-1,-9,-1,-13,-1v-4,0,-8,-1,-11,-1v-4,-1,-7,-1,-11,-1r-14,0v-60,0,-106,8,-136,23v-30,15,-45,39,-45,70v0,23,9,41,26,55v17,14,40,21,68,21v53,0,88,-16,107,-49v19,-33,29,-72,29,-117r0,0xm264,-753v27,0,49,10,68,29v19,19,29,41,29,68v0,27,-10,49,-29,68v-19,19,-41,29,-68,29v-27,0,-49,-10,-68,-29v-19,-19,-29,-41,-29,-68v0,-27,10,-49,29,-68v19,-19,41,-29,68,-29r0,0xm264,-704v-13,0,-24,5,-34,14v-10,9,-14,21,-14,34v0,13,4,24,14,34v10,10,21,14,34,14v13,0,25,-4,34,-14v9,-10,14,-21,14,-34v0,-13,-5,-25,-14,-34v-9,-9,-21,-14,-34,-14r0,0",w:529},"\u00e7":{d:"395,-475r-5,80v-9,-4,-9,-3,-17,-7v-5,-2,-11,-5,-16,-6v-9,-3,-18,-5,-27,-6v-9,-1,-18,-2,-28,-2v-49,0,-89,16,-120,48v-31,32,-47,72,-47,121v0,51,15,93,45,126v30,33,69,49,117,49v15,0,30,-1,43,-4v13,-3,25,-7,37,-13v4,-1,7,-3,11,-5v4,-2,8,-5,12,-7r8,82v-17,9,-36,15,-55,19v-19,4,-40,6,-63,6r-8,0v-3,0,-6,0,-10,-1r-38,52v7,-2,13,-3,18,-4v5,-1,10,-1,14,-1r4,0r2,0v23,0,41,7,56,20v15,13,22,29,22,49v0,25,-10,46,-32,62v-22,16,-50,24,-85,24v-12,0,-24,-1,-35,-3v-11,-2,-23,-4,-34,-8v-5,-2,-4,-2,-10,-4v-4,-1,-8,-3,-12,-5r17,-34r12,4r12,3v6,2,13,3,19,4v6,1,13,1,21,1v17,0,30,-3,39,-10v9,-7,14,-16,14,-29v0,-10,-4,-19,-13,-26v-9,-7,-19,-11,-32,-11r-3,0r-4,0v-4,1,-8,2,-13,3v-5,1,-11,2,-19,4r-16,-16r58,-78v-62,-14,-110,-43,-144,-86v-34,-43,-51,-96,-51,-160v0,-73,23,-133,69,-180v46,-47,106,-71,177,-71v20,0,39,2,58,5v19,3,36,8,52,15r0,0",w:427},"\u0437":{d:"395,-475r-5,80v-9,-4,-9,-3,-17,-7v-5,-2,-11,-5,-16,-6v-9,-3,-18,-5,-27,-6v-9,-1,-18,-2,-28,-2v-49,0,-89,16,-120,48v-31,32,-47,72,-47,121v0,51,15,93,45,126v30,33,69,49,117,49v15,0,30,-1,43,-4v13,-3,25,-7,37,-13v4,-1,7,-3,11,-5v4,-2,8,-5,12,-7r8,82v-17,9,-36,15,-55,19v-19,4,-40,6,-63,6r-8,0v-3,0,-6,0,-10,-1r-38,52v7,-2,13,-3,18,-4v5,-1,10,-1,14,-1r4,0r2,0v23,0,41,7,56,20v15,13,22,29,22,49v0,25,-10,46,-32,62v-22,16,-50,24,-85,24v-12,0,-24,-1,-35,-3v-11,-2,-23,-4,-34,-8v-5,-2,-4,-2,-10,-4v-4,-1,-8,-3,-12,-5r17,-34r12,4r12,3v6,2,13,3,19,4v6,1,13,1,21,1v17,0,30,-3,39,-10v9,-7,14,-16,14,-29v0,-10,-4,-19,-13,-26v-9,-7,-19,-11,-32,-11r-3,0r-4,0v-4,1,-8,2,-13,3v-5,1,-11,2,-19,4r-16,-16r58,-78v-62,-14,-110,-43,-144,-86v-34,-43,-51,-96,-51,-160v0,-73,23,-133,69,-180v46,-47,106,-71,177,-71v20,0,39,2,58,5v19,3,36,8,52,15r0,0",w:427},"\u00e9":{d:"130,-221v6,49,23,87,52,115v29,28,66,42,111,42v18,0,35,-2,52,-5v17,-3,33,-8,50,-15v9,-3,17,-8,25,-12v8,-4,17,-9,26,-14r0,87v-15,7,-28,13,-42,17v-14,4,-28,7,-41,10v-12,3,-24,5,-36,6v-12,1,-25,2,-38,2v-77,0,-138,-23,-183,-70v-45,-47,-67,-111,-67,-192v0,-76,21,-137,63,-183v42,-46,98,-69,167,-69v83,0,140,29,169,87v29,58,44,123,44,194r-352,0r0,0xm131,-292r260,0v-4,-37,-16,-68,-35,-96v-19,-28,-49,-42,-90,-42v-35,0,-66,12,-90,37v-24,25,-39,58,-45,101r0,0xm384,-725r-115,137r-64,0r79,-137r100,0r0,0",w:522},"\u0439":{d:"130,-221v6,49,23,87,52,115v29,28,66,42,111,42v18,0,35,-2,52,-5v17,-3,33,-8,50,-15v9,-3,17,-8,25,-12v8,-4,17,-9,26,-14r0,87v-15,7,-28,13,-42,17v-14,4,-28,7,-41,10v-12,3,-24,5,-36,6v-12,1,-25,2,-38,2v-77,0,-138,-23,-183,-70v-45,-47,-67,-111,-67,-192v0,-76,21,-137,63,-183v42,-46,98,-69,167,-69v83,0,140,29,169,87v29,58,44,123,44,194r-352,0r0,0xm131,-292r260,0v-4,-37,-16,-68,-35,-96v-19,-28,-49,-42,-90,-42v-35,0,-66,12,-90,37v-24,25,-39,58,-45,101r0,0xm384,-725r-115,137r-64,0r79,-137r100,0r0,0",w:522},"\u00e8":{d:"130,-221v6,49,23,87,52,115v29,28,66,42,111,42v18,0,35,-2,52,-5v17,-3,33,-8,50,-15v9,-3,17,-8,25,-12v8,-4,17,-9,26,-14r0,87v-15,7,-28,13,-42,17v-14,4,-28,7,-41,10v-12,3,-24,5,-36,6v-12,1,-25,2,-38,2v-77,0,-138,-23,-183,-70v-45,-47,-67,-111,-67,-192v0,-76,21,-137,63,-183v42,-46,98,-69,167,-69v83,0,140,29,169,87v29,58,44,123,44,194r-352,0r0,0xm131,-292r260,0v-4,-37,-16,-68,-35,-96v-19,-28,-49,-42,-90,-42v-35,0,-66,12,-90,37v-24,25,-39,58,-45,101r0,0xm138,-725r100,0r79,137r-64,0r-115,-137r0,0",w:522},"\u0438":{d:"130,-221v6,49,23,87,52,115v29,28,66,42,111,42v18,0,35,-2,52,-5v17,-3,33,-8,50,-15v9,-3,17,-8,25,-12v8,-4,17,-9,26,-14r0,87v-15,7,-28,13,-42,17v-14,4,-28,7,-41,10v-12,3,-24,5,-36,6v-12,1,-25,2,-38,2v-77,0,-138,-23,-183,-70v-45,-47,-67,-111,-67,-192v0,-76,21,-137,63,-183v42,-46,98,-69,167,-69v83,0,140,29,169,87v29,58,44,123,44,194r-352,0r0,0xm131,-292r260,0v-4,-37,-16,-68,-35,-96v-19,-28,-49,-42,-90,-42v-35,0,-66,12,-90,37v-24,25,-39,58,-45,101r0,0xm138,-725r100,0r79,137r-64,0r-115,-137r0,0",w:522},"\u00ea":{d:"130,-221v6,49,23,87,52,115v29,28,66,42,111,42v18,0,35,-2,52,-5v17,-3,33,-8,50,-15v9,-3,17,-8,25,-12v8,-4,17,-9,26,-14r0,87v-15,7,-28,13,-42,17v-14,4,-28,7,-41,10v-12,3,-24,5,-36,6v-12,1,-25,2,-38,2v-77,0,-138,-23,-183,-70v-45,-47,-67,-111,-67,-192v0,-76,21,-137,63,-183v42,-46,98,-69,167,-69v83,0,140,29,169,87v29,58,44,123,44,194r-352,0r0,0xm131,-292r260,0v-4,-37,-16,-68,-35,-96v-19,-28,-49,-42,-90,-42v-35,0,-66,12,-90,37v-24,25,-39,58,-45,101r0,0xm405,-588r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:522},"\u043a":{d:"130,-221v6,49,23,87,52,115v29,28,66,42,111,42v18,0,35,-2,52,-5v17,-3,33,-8,50,-15v9,-3,17,-8,25,-12v8,-4,17,-9,26,-14r0,87v-15,7,-28,13,-42,17v-14,4,-28,7,-41,10v-12,3,-24,5,-36,6v-12,1,-25,2,-38,2v-77,0,-138,-23,-183,-70v-45,-47,-67,-111,-67,-192v0,-76,21,-137,63,-183v42,-46,98,-69,167,-69v83,0,140,29,169,87v29,58,44,123,44,194r-352,0r0,0xm131,-292r260,0v-4,-37,-16,-68,-35,-96v-19,-28,-49,-42,-90,-42v-35,0,-66,12,-90,37v-24,25,-39,58,-45,101r0,0xm405,-588r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:522},"\u00eb":{d:"130,-221v6,49,23,87,52,115v29,28,66,42,111,42v18,0,35,-2,52,-5v17,-3,33,-8,50,-15v9,-3,17,-8,25,-12v8,-4,17,-9,26,-14r0,87v-15,7,-28,13,-42,17v-14,4,-28,7,-41,10v-12,3,-24,5,-36,6v-12,1,-25,2,-38,2v-77,0,-138,-23,-183,-70v-45,-47,-67,-111,-67,-192v0,-76,21,-137,63,-183v42,-46,98,-69,167,-69v83,0,140,29,169,87v29,58,44,123,44,194r-352,0r0,0xm131,-292r260,0v-4,-37,-16,-68,-35,-96v-19,-28,-49,-42,-90,-42v-35,0,-66,12,-90,37v-24,25,-39,58,-45,101r0,0xm213,-705r0,97r-87,0r0,-97r87,0r0,0xm395,-705r0,97r-87,0r0,-97r87,0r0,0",w:522},"\u043b":{d:"130,-221v6,49,23,87,52,115v29,28,66,42,111,42v18,0,35,-2,52,-5v17,-3,33,-8,50,-15v9,-3,17,-8,25,-12v8,-4,17,-9,26,-14r0,87v-15,7,-28,13,-42,17v-14,4,-28,7,-41,10v-12,3,-24,5,-36,6v-12,1,-25,2,-38,2v-77,0,-138,-23,-183,-70v-45,-47,-67,-111,-67,-192v0,-76,21,-137,63,-183v42,-46,98,-69,167,-69v83,0,140,29,169,87v29,58,44,123,44,194r-352,0r0,0xm131,-292r260,0v-4,-37,-16,-68,-35,-96v-19,-28,-49,-42,-90,-42v-35,0,-66,12,-90,37v-24,25,-39,58,-45,101r0,0xm213,-705r0,97r-87,0r0,-97r87,0r0,0xm395,-705r0,97r-87,0r0,-97r87,0r0,0",w:522},"\u00ed":{d:"160,-489r0,489r-91,0r0,-489r91,0r0,0xm237,-725r-115,137r-64,0r79,-137r100,0r0,0",w:229},"\u043d":{d:"160,-489r0,489r-91,0r0,-489r91,0r0,0xm237,-725r-115,137r-64,0r79,-137r100,0r0,0",w:229},"\u00ec":{d:"160,-489r0,489r-91,0r0,-489r91,0r0,0xm-8,-725r100,0r79,137r-64,0r-115,-137r0,0",w:229},"\u043c":{d:"160,-489r0,489r-91,0r0,-489r91,0r0,0xm-8,-725r100,0r79,137r-64,0r-115,-137r0,0",w:229},"\u00ee":{d:"160,-489r0,489r-91,0r0,-489r91,0r0,0xm259,-588r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:229},"\u043e":{d:"160,-489r0,489r-91,0r0,-489r91,0r0,0xm259,-588r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:229},"\u00ef":{d:"160,-489r0,489r-91,0r0,-489r91,0r0,0xm67,-704r0,97r-87,0r0,-97r87,0r0,0xm249,-704r0,97r-87,0r0,-97r87,0r0,0",w:229},"\u043f":{d:"160,-489r0,489r-91,0r0,-489r91,0r0,0xm67,-704r0,97r-87,0r0,-97r87,0r0,0xm249,-704r0,97r-87,0r0,-97r87,0r0,0",w:229},"\u00f1":{d:"154,-489r4,78v19,-29,42,-51,70,-65v28,-14,61,-21,98,-21v83,0,133,27,152,81v19,54,29,113,30,178r0,6r0,5r0,227r-90,0r0,-220v0,-35,-1,-59,-2,-74v-1,-15,-2,-28,-4,-39v-1,-1,-2,-2,-2,-3r0,-4v-7,-26,-19,-46,-37,-60v-18,-14,-40,-20,-67,-20v-30,0,-57,9,-80,27v-23,18,-40,42,-49,73r-2,8r-2,8v-3,13,-5,27,-6,44v-1,17,-1,44,-1,81r0,179r-91,0r0,-241v0,-10,-1,-19,-1,-29r0,-29r0,-29v0,0,-1,-20,-1,-29v-1,-22,-1,-44,-1,-66v0,-22,-2,-44,-3,-66r85,0r0,0xm449,-712v-5,33,-16,58,-33,77v-17,19,-37,28,-62,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-21,4,-28,11v-7,7,-14,18,-19,33r-46,0v5,-34,16,-59,33,-77v17,-18,40,-27,68,-27v13,0,25,2,36,6r32,12v4,2,8,4,11,5r10,4v7,3,14,6,21,8v7,2,15,2,22,2v13,0,23,-3,30,-10v7,-7,13,-18,18,-34r47,0r0,0",w:571},"\u0441":{d:"154,-489r4,78v19,-29,42,-51,70,-65v28,-14,61,-21,98,-21v83,0,133,27,152,81v19,54,29,113,30,178r0,6r0,5r0,227r-90,0r0,-220v0,-35,-1,-59,-2,-74v-1,-15,-2,-28,-4,-39v-1,-1,-2,-2,-2,-3r0,-4v-7,-26,-19,-46,-37,-60v-18,-14,-40,-20,-67,-20v-30,0,-57,9,-80,27v-23,18,-40,42,-49,73r-2,8r-2,8v-3,13,-5,27,-6,44v-1,17,-1,44,-1,81r0,179r-91,0r0,-241v0,-10,-1,-19,-1,-29r0,-29r0,-29v0,0,-1,-20,-1,-29v-1,-22,-1,-44,-1,-66v0,-22,-2,-44,-3,-66r85,0r0,0xm449,-712v-5,33,-16,58,-33,77v-17,19,-37,28,-62,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-21,4,-28,11v-7,7,-14,18,-19,33r-46,0v5,-34,16,-59,33,-77v17,-18,40,-27,68,-27v13,0,25,2,36,6r32,12v4,2,8,4,11,5r10,4v7,3,14,6,21,8v7,2,15,2,22,2v13,0,23,-3,30,-10v7,-7,13,-18,18,-34r47,0r0,0",w:571},"\u00f3":{d:"540,-243v0,75,-23,135,-70,183v-47,48,-108,72,-182,72v-72,0,-131,-24,-178,-72v-47,-48,-71,-109,-71,-183v0,-75,24,-137,71,-186v47,-49,106,-73,179,-73v73,0,133,24,180,72v47,48,70,111,71,187r0,0xm444,-241v-1,-55,-16,-101,-44,-136v-28,-35,-65,-53,-110,-53v-45,0,-82,17,-111,52v-29,35,-44,80,-44,134v0,55,14,100,43,134v29,34,67,51,112,51v45,0,81,-17,110,-51v29,-34,44,-78,44,-131r0,0xm412,-725r-115,137r-64,0r79,-137r100,0r0,0",w:579},"\u0443":{d:"540,-243v0,75,-23,135,-70,183v-47,48,-108,72,-182,72v-72,0,-131,-24,-178,-72v-47,-48,-71,-109,-71,-183v0,-75,24,-137,71,-186v47,-49,106,-73,179,-73v73,0,133,24,180,72v47,48,70,111,71,187r0,0xm444,-241v-1,-55,-16,-101,-44,-136v-28,-35,-65,-53,-110,-53v-45,0,-82,17,-111,52v-29,35,-44,80,-44,134v0,55,14,100,43,134v29,34,67,51,112,51v45,0,81,-17,110,-51v29,-34,44,-78,44,-131r0,0xm412,-725r-115,137r-64,0r79,-137r100,0r0,0",w:579},"\u00f2":{d:"540,-243v0,75,-23,135,-70,183v-47,48,-108,72,-182,72v-72,0,-131,-24,-178,-72v-47,-48,-71,-109,-71,-183v0,-75,24,-137,71,-186v47,-49,106,-73,179,-73v73,0,133,24,180,72v47,48,70,111,71,187r0,0xm444,-241v-1,-55,-16,-101,-44,-136v-28,-35,-65,-53,-110,-53v-45,0,-82,17,-111,52v-29,35,-44,80,-44,134v0,55,14,100,43,134v29,34,67,51,112,51v45,0,81,-17,110,-51v29,-34,44,-78,44,-131r0,0xm167,-725r100,0r79,137r-64,0r-115,-137r0,0",w:579},"\u0442":{d:"540,-243v0,75,-23,135,-70,183v-47,48,-108,72,-182,72v-72,0,-131,-24,-178,-72v-47,-48,-71,-109,-71,-183v0,-75,24,-137,71,-186v47,-49,106,-73,179,-73v73,0,133,24,180,72v47,48,70,111,71,187r0,0xm444,-241v-1,-55,-16,-101,-44,-136v-28,-35,-65,-53,-110,-53v-45,0,-82,17,-111,52v-29,35,-44,80,-44,134v0,55,14,100,43,134v29,34,67,51,112,51v45,0,81,-17,110,-51v29,-34,44,-78,44,-131r0,0xm167,-725r100,0r79,137r-64,0r-115,-137r0,0",w:579},"\u00f4":{d:"540,-243v0,75,-23,135,-70,183v-47,48,-108,72,-182,72v-72,0,-131,-24,-178,-72v-47,-48,-71,-109,-71,-183v0,-75,24,-137,71,-186v47,-49,106,-73,179,-73v73,0,133,24,180,72v47,48,70,111,71,187r0,0xm444,-241v-1,-55,-16,-101,-44,-136v-28,-35,-65,-53,-110,-53v-45,0,-82,17,-111,52v-29,35,-44,80,-44,134v0,55,14,100,43,134v29,34,67,51,112,51v45,0,81,-17,110,-51v29,-34,44,-78,44,-131r0,0xm434,-588r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:579},"\u0444":{d:"540,-243v0,75,-23,135,-70,183v-47,48,-108,72,-182,72v-72,0,-131,-24,-178,-72v-47,-48,-71,-109,-71,-183v0,-75,24,-137,71,-186v47,-49,106,-73,179,-73v73,0,133,24,180,72v47,48,70,111,71,187r0,0xm444,-241v-1,-55,-16,-101,-44,-136v-28,-35,-65,-53,-110,-53v-45,0,-82,17,-111,52v-29,35,-44,80,-44,134v0,55,14,100,43,134v29,34,67,51,112,51v45,0,81,-17,110,-51v29,-34,44,-78,44,-131r0,0xm434,-588r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:579},"\u00f6":{d:"540,-243v0,75,-23,135,-70,183v-47,48,-108,72,-182,72v-72,0,-131,-24,-178,-72v-47,-48,-71,-109,-71,-183v0,-75,24,-137,71,-186v47,-49,106,-73,179,-73v73,0,133,24,180,72v47,48,70,111,71,187r0,0xm444,-241v-1,-55,-16,-101,-44,-136v-28,-35,-65,-53,-110,-53v-45,0,-82,17,-111,52v-29,35,-44,80,-44,134v0,55,14,100,43,134v29,34,67,51,112,51v45,0,81,-17,110,-51v29,-34,44,-78,44,-131r0,0xm242,-705r0,97r-87,0r0,-97r87,0r0,0xm424,-705r0,97r-87,0r0,-97r87,0r0,0",w:579},"\u0446":{d:"540,-243v0,75,-23,135,-70,183v-47,48,-108,72,-182,72v-72,0,-131,-24,-178,-72v-47,-48,-71,-109,-71,-183v0,-75,24,-137,71,-186v47,-49,106,-73,179,-73v73,0,133,24,180,72v47,48,70,111,71,187r0,0xm444,-241v-1,-55,-16,-101,-44,-136v-28,-35,-65,-53,-110,-53v-45,0,-82,17,-111,52v-29,35,-44,80,-44,134v0,55,14,100,43,134v29,34,67,51,112,51v45,0,81,-17,110,-51v29,-34,44,-78,44,-131r0,0xm242,-705r0,97r-87,0r0,-97r87,0r0,0xm424,-705r0,97r-87,0r0,-97r87,0r0,0",w:579},"\u00f5":{d:"540,-243v0,75,-23,135,-70,183v-47,48,-108,72,-182,72v-72,0,-131,-24,-178,-72v-47,-48,-71,-109,-71,-183v0,-75,24,-137,71,-186v47,-49,106,-73,179,-73v73,0,133,24,180,72v47,48,70,111,71,187r0,0xm444,-241v-1,-55,-16,-101,-44,-136v-28,-35,-65,-53,-110,-53v-45,0,-82,17,-111,52v-29,35,-44,80,-44,134v0,55,14,100,43,134v29,34,67,51,112,51v45,0,81,-17,110,-51v29,-34,44,-78,44,-131r0,0xm453,-712v-5,33,-16,58,-33,77v-17,19,-37,28,-62,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-21,4,-28,11v-7,7,-14,18,-19,33r-46,0v5,-34,16,-59,33,-77v17,-18,40,-27,68,-27v13,0,25,2,36,6r32,12v4,2,8,4,11,5r10,4v7,3,14,6,21,8v7,2,15,2,22,2v13,0,23,-3,30,-10v7,-7,13,-18,18,-34r47,0r0,0",w:579},"\u0445":{d:"540,-243v0,75,-23,135,-70,183v-47,48,-108,72,-182,72v-72,0,-131,-24,-178,-72v-47,-48,-71,-109,-71,-183v0,-75,24,-137,71,-186v47,-49,106,-73,179,-73v73,0,133,24,180,72v47,48,70,111,71,187r0,0xm444,-241v-1,-55,-16,-101,-44,-136v-28,-35,-65,-53,-110,-53v-45,0,-82,17,-111,52v-29,35,-44,80,-44,134v0,55,14,100,43,134v29,34,67,51,112,51v45,0,81,-17,110,-51v29,-34,44,-78,44,-131r0,0xm453,-712v-5,33,-16,58,-33,77v-17,19,-37,28,-62,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-21,4,-28,11v-7,7,-14,18,-19,33r-46,0v5,-34,16,-59,33,-77v17,-18,40,-27,68,-27v13,0,25,2,36,6r32,12v4,2,8,4,11,5r10,4v7,3,14,6,21,8v7,2,15,2,22,2v13,0,23,-3,30,-10v7,-7,13,-18,18,-34r47,0r0,0",w:579},"\u00fa":{d:"490,-488r0,308v0,24,1,48,2,72r3,72v1,6,1,12,1,18v0,6,1,12,1,18r-84,0r-4,-76v-19,27,-43,48,-71,62v-28,14,-59,20,-94,20v-74,0,-123,-23,-146,-70v-23,-47,-35,-102,-35,-165r0,-259r91,0r0,227v0,36,0,64,2,83v2,19,5,34,10,47v9,21,22,38,38,49v16,11,35,17,58,17v41,0,75,-17,100,-49v25,-32,38,-74,38,-127r0,-33r0,-214r90,0r0,0xm405,-724r-115,137r-64,0r79,-137r100,0r0,0",w:566},"\u044a":{d:"490,-488r0,308v0,24,1,48,2,72r3,72v1,6,1,12,1,18v0,6,1,12,1,18r-84,0r-4,-76v-19,27,-43,48,-71,62v-28,14,-59,20,-94,20v-74,0,-123,-23,-146,-70v-23,-47,-35,-102,-35,-165r0,-259r91,0r0,227v0,36,0,64,2,83v2,19,5,34,10,47v9,21,22,38,38,49v16,11,35,17,58,17v41,0,75,-17,100,-49v25,-32,38,-74,38,-127r0,-33r0,-214r90,0r0,0xm405,-724r-115,137r-64,0r79,-137r100,0r0,0",w:566},"\u00f9":{d:"490,-488r0,308v0,24,1,48,2,72r3,72v1,6,1,12,1,18v0,6,1,12,1,18r-84,0r-4,-76v-19,27,-43,48,-71,62v-28,14,-59,20,-94,20v-74,0,-123,-23,-146,-70v-23,-47,-35,-102,-35,-165r0,-259r91,0r0,227v0,36,0,64,2,83v2,19,5,34,10,47v9,21,22,38,38,49v16,11,35,17,58,17v41,0,75,-17,100,-49v25,-32,38,-74,38,-127r0,-33r0,-214r90,0r0,0xm160,-724r100,0r79,137r-64,0r-115,-137r0,0",w:566},"\u0449":{d:"490,-488r0,308v0,24,1,48,2,72r3,72v1,6,1,12,1,18v0,6,1,12,1,18r-84,0r-4,-76v-19,27,-43,48,-71,62v-28,14,-59,20,-94,20v-74,0,-123,-23,-146,-70v-23,-47,-35,-102,-35,-165r0,-259r91,0r0,227v0,36,0,64,2,83v2,19,5,34,10,47v9,21,22,38,38,49v16,11,35,17,58,17v41,0,75,-17,100,-49v25,-32,38,-74,38,-127r0,-33r0,-214r90,0r0,0xm160,-724r100,0r79,137r-64,0r-115,-137r0,0",w:566},"\u00fb":{d:"490,-488r0,308v0,24,1,48,2,72r3,72v1,6,1,12,1,18v0,6,1,12,1,18r-84,0r-4,-76v-19,27,-43,48,-71,62v-28,14,-59,20,-94,20v-74,0,-123,-23,-146,-70v-23,-47,-35,-102,-35,-165r0,-259r91,0r0,227v0,36,0,64,2,83v2,19,5,34,10,47v9,21,22,38,38,49v16,11,35,17,58,17v41,0,75,-17,100,-49v25,-32,38,-74,38,-127r0,-33r0,-214r90,0r0,0xm427,-587r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:566},"\u044b":{d:"490,-488r0,308v0,24,1,48,2,72r3,72v1,6,1,12,1,18v0,6,1,12,1,18r-84,0r-4,-76v-19,27,-43,48,-71,62v-28,14,-59,20,-94,20v-74,0,-123,-23,-146,-70v-23,-47,-35,-102,-35,-165r0,-259r91,0r0,227v0,36,0,64,2,83v2,19,5,34,10,47v9,21,22,38,38,49v16,11,35,17,58,17v41,0,75,-17,100,-49v25,-32,38,-74,38,-127r0,-33r0,-214r90,0r0,0xm427,-587r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:566},"\u00fc":{d:"490,-488r0,308v0,24,1,48,2,72r3,72v1,6,1,12,1,18v0,6,1,12,1,18r-84,0r-4,-76v-19,27,-43,48,-71,62v-28,14,-59,20,-94,20v-74,0,-123,-23,-146,-70v-23,-47,-35,-102,-35,-165r0,-259r91,0r0,227v0,36,0,64,2,83v2,19,5,34,10,47v9,21,22,38,38,49v16,11,35,17,58,17v41,0,75,-17,100,-49v25,-32,38,-74,38,-127r0,-33r0,-214r90,0r0,0xm235,-704r0,97r-87,0r0,-97r87,0r0,0xm417,-704r0,97r-87,0r0,-97r87,0r0,0",w:566},"\u044c":{d:"490,-488r0,308v0,24,1,48,2,72r3,72v1,6,1,12,1,18v0,6,1,12,1,18r-84,0r-4,-76v-19,27,-43,48,-71,62v-28,14,-59,20,-94,20v-74,0,-123,-23,-146,-70v-23,-47,-35,-102,-35,-165r0,-259r91,0r0,227v0,36,0,64,2,83v2,19,5,34,10,47v9,21,22,38,38,49v16,11,35,17,58,17v41,0,75,-17,100,-49v25,-32,38,-74,38,-127r0,-33r0,-214r90,0r0,0xm235,-704r0,97r-87,0r0,-97r87,0r0,0xm417,-704r0,97r-87,0r0,-97r87,0r0,0",w:566},"\u00a2":{d:"448,-570r-6,80r-12,-6v-6,-2,-6,-2,-11,-4v-9,-3,-17,-6,-26,-8v-9,-2,-19,-2,-30,-3r0,344v11,-1,20,-1,28,-3v8,-2,16,-4,23,-7r18,-9v9,-4,9,-4,20,-10r8,82v-11,5,-10,5,-20,9v-6,3,-13,5,-19,6v-9,3,-18,5,-27,7v-9,2,-20,2,-31,3r0,79r-51,0r0,-79v-69,-7,-123,-33,-162,-78v-39,-45,-59,-102,-59,-172v0,-68,20,-125,60,-170v40,-45,94,-72,161,-79r0,-77r51,0r0,77v5,1,10,2,14,2v4,0,8,0,12,1v11,2,11,1,19,3v5,1,11,3,16,4r12,4v4,1,7,3,12,4r0,0xm312,-507v-39,11,-70,30,-92,59v-22,29,-32,64,-32,106v0,44,11,81,33,111v22,30,52,50,91,60r0,-336r0,0"},"\u00a3":{d:"491,-653r-8,83v-15,-6,-28,-10,-39,-14v-11,-4,-22,-7,-33,-8v-4,-1,-8,-2,-13,-2r-14,0v-41,0,-73,12,-97,36v-24,24,-38,57,-42,96v-1,7,-1,14,-1,21v0,7,-1,14,-2,21r0,22r0,21r155,0r0,52r-153,0r0,246r236,0r0,79r-419,0r0,-79r89,0r0,-246r-80,0r0,-52r79,0r0,-23v0,-48,2,-84,7,-110v5,-26,15,-50,30,-71v1,-1,1,-2,2,-3v1,-1,1,-3,2,-4v19,-27,45,-48,77,-62v32,-14,68,-22,107,-22v12,0,24,1,35,2v11,1,23,2,34,4r24,6v8,2,16,4,24,7r0,0"},"\u00a7":{d:"440,-708r-9,84v-20,-7,-40,-13,-59,-18v-19,-5,-37,-8,-56,-9v-5,0,-9,-1,-14,-1r-14,0v-43,0,-77,9,-102,26v-25,17,-38,40,-38,69v0,30,14,53,40,70v26,17,57,32,92,47r18,6v0,0,12,5,18,8v42,17,81,38,116,63v35,25,52,62,52,111v0,32,-8,60,-24,83v-16,23,-41,44,-76,61v29,14,51,32,66,53v15,21,22,48,22,80v0,57,-23,102,-69,136v-46,34,-107,51,-184,51v-27,0,-52,-2,-76,-5v-24,-3,-48,-9,-71,-16v-3,-1,-5,-2,-8,-3v-3,-1,-5,-1,-8,-2r8,-87v20,8,39,15,58,20v19,5,38,9,57,11v7,1,15,2,23,2v8,0,15,1,22,1v48,0,85,-9,112,-27v27,-18,41,-43,41,-74v0,-32,-13,-57,-40,-74v-27,-17,-58,-32,-93,-46v-7,-3,-6,-3,-14,-6v-8,-3,-8,-3,-15,-6v-41,-17,-77,-38,-111,-62v-34,-24,-51,-61,-51,-111v0,-34,8,-64,25,-89v17,-25,42,-43,74,-54v-28,-15,-50,-34,-66,-56v-16,-22,-25,-49,-25,-82v0,-51,21,-94,63,-126v42,-32,98,-48,166,-48r26,0v0,0,16,1,25,2v17,2,34,4,51,7v17,3,33,6,48,11r0,0xm185,-396v-9,8,-18,16,-25,24v-7,8,-12,16,-17,23v-5,9,-9,19,-12,28v-3,9,-4,19,-4,29v0,21,6,38,17,53v11,15,30,29,57,43v1,1,3,1,5,2v2,1,3,2,5,3v19,9,39,17,58,25v29,12,29,12,59,23v5,2,5,3,11,5v4,2,8,3,12,4v5,-4,11,-8,15,-12v4,-4,8,-9,11,-13v10,-11,17,-23,21,-35v4,-12,7,-25,7,-39v0,-29,-10,-51,-29,-67v-19,-16,-41,-29,-64,-40v-5,-2,-11,-4,-16,-6v-8,-4,-7,-4,-14,-7r-97,-43r0,0"},"\u00b6":{d:"207,204r0,-501v-2,1,-3,1,-5,1r-5,0r-1,0r-2,0v-51,0,-92,-17,-124,-51v-32,-34,-48,-78,-48,-132v0,-67,20,-116,61,-145v41,-29,92,-43,153,-43r265,0r0,70r-51,0r0,801r-77,0r0,-801r-88,0r0,801r-78,0r0,0"},"\u00df":{d:"69,0r0,-396r0,-37v0,-49,2,-88,7,-117v5,-29,14,-54,27,-75v19,-32,44,-57,77,-75v33,-18,71,-26,114,-26v60,0,109,18,146,53v37,35,56,82,56,139v0,37,-10,69,-30,96v-20,27,-48,46,-84,58v43,2,79,20,107,54v28,34,42,77,42,128v0,65,-21,114,-63,150v-42,36,-95,54,-157,54r-10,0r-10,0v-9,-1,-17,-1,-27,-2v-14,-2,-15,-2,-36,-4r0,-80v11,4,20,8,28,10v8,2,16,3,24,4r10,0v0,0,7,1,11,1v40,0,73,-12,97,-37v24,-25,36,-58,36,-99v0,-55,-18,-92,-54,-111v-36,-19,-79,-29,-127,-29r0,-73v41,0,77,-9,105,-26v28,-17,42,-49,42,-95v0,-35,-10,-64,-30,-86v-20,-22,-47,-33,-80,-33v-44,0,-75,15,-93,46v-18,31,-29,64,-34,101v0,3,0,7,-1,11v-1,4,-1,7,-1,11r0,7v0,2,0,4,-1,6r0,24r0,44r0,404r-91,0r0,0",w:577},"\u042f":{d:"69,0r0,-396r0,-37v0,-49,2,-88,7,-117v5,-29,14,-54,27,-75v19,-32,44,-57,77,-75v33,-18,71,-26,114,-26v60,0,109,18,146,53v37,35,56,82,56,139v0,37,-10,69,-30,96v-20,27,-48,46,-84,58v43,2,79,20,107,54v28,34,42,77,42,128v0,65,-21,114,-63,150v-42,36,-95,54,-157,54r-10,0r-10,0v-9,-1,-17,-1,-27,-2v-14,-2,-15,-2,-36,-4r0,-80v11,4,20,8,28,10v8,2,16,3,24,4r10,0v0,0,7,1,11,1v40,0,73,-12,97,-37v24,-25,36,-58,36,-99v0,-55,-18,-92,-54,-111v-36,-19,-79,-29,-127,-29r0,-73v41,0,77,-9,105,-26v28,-17,42,-49,42,-95v0,-35,-10,-64,-30,-86v-20,-22,-47,-33,-80,-33v-44,0,-75,15,-93,46v-18,31,-29,64,-34,101v0,3,0,7,-1,11v-1,4,-1,7,-1,11r0,7v0,2,0,4,-1,6r0,24r0,44r0,404r-91,0r0,0",w:577},"\u00ae":{d:"394,-679v95,0,175,33,242,101v67,68,101,150,101,245v0,95,-34,177,-101,244v-67,67,-148,101,-243,101v-95,0,-175,-34,-243,-102v-68,-68,-102,-148,-102,-243v0,-95,34,-177,102,-245v68,-68,149,-101,244,-101r0,0xm394,-630v-81,0,-149,29,-206,87v-57,58,-86,128,-86,210v0,81,29,151,86,209v57,58,125,88,205,88v80,0,148,-29,205,-87v57,-58,85,-128,85,-210v0,-82,-29,-152,-85,-210v-56,-58,-124,-87,-204,-87r0,0xm265,-524r100,0r20,0v0,0,14,1,21,2v30,2,57,10,82,24v25,14,38,39,38,77v0,23,-7,42,-20,57v-13,15,-31,26,-56,32r2,0v0,0,0,1,1,2v6,3,11,7,15,11v4,4,7,9,11,14v1,3,3,5,5,9r6,12r71,142r-75,0r-52,-115v-4,-8,-4,-9,-8,-15v-4,-6,-3,-6,-6,-12v-7,-11,-14,-17,-23,-20v-9,-3,-21,-5,-38,-5r-29,0r0,167r-65,0r0,-382r0,0xm330,-470r0,107r32,0v35,0,59,-5,74,-13v15,-8,23,-22,23,-41v0,-19,-7,-33,-21,-41v-14,-8,-38,-12,-71,-12r-37,0r0,0",w:785},"\u00a9":{d:"394,-679v95,0,175,33,242,101v67,68,101,150,101,245v0,95,-34,177,-101,244v-67,67,-148,101,-243,101v-95,0,-175,-34,-243,-102v-68,-68,-102,-148,-102,-243v0,-95,34,-177,102,-245v68,-68,149,-101,244,-101r0,0xm394,-630v-81,0,-149,29,-206,87v-57,58,-86,128,-86,210v0,81,29,151,86,209v57,58,125,88,205,88v80,0,148,-29,205,-87v57,-58,85,-128,85,-210v0,-82,-29,-152,-85,-210v-56,-58,-124,-87,-204,-87r0,0xm513,-508r-6,59v-9,-5,-17,-9,-25,-12v-8,-3,-16,-6,-23,-8v-6,-1,-13,-2,-19,-3v-6,-1,-13,-1,-20,-1v-43,0,-78,13,-106,38v-28,25,-42,58,-42,99v0,41,14,74,43,100v29,26,65,40,108,40r7,0v2,0,5,0,8,-1v11,-1,23,-2,35,-5v12,-3,25,-7,39,-12r4,61v-7,2,-14,3,-20,5v-6,2,-12,3,-18,4v-8,1,-16,2,-25,3v-9,1,-18,1,-29,1v-67,0,-121,-17,-161,-52v-40,-35,-60,-83,-60,-143v0,-57,20,-103,60,-138v40,-35,91,-53,154,-53v16,0,30,1,43,3v13,2,26,5,38,9v3,1,6,1,8,2v2,1,4,3,7,4r0,0",w:785},"\u00b4":{d:"373,-724r-115,137r-64,0r79,-137r100,0r0,0",w:500},"\u00a8":{d:"202,-704r0,97r-87,0r0,-97r87,0r0,0xm384,-704r0,97r-87,0r0,-97r87,0r0,0",w:500},"\u00c6":{d:"828,-667r0,82r-268,0r15,200r237,0r0,82r-231,0r15,222r244,0r0,81r-332,0r-13,-171r-281,0r-101,171r-107,0r402,-667r420,0r0,0xm467,-597r-207,345r229,0r-22,-345r0,0",w:902},"\u0416":{d:"828,-667r0,82r-268,0r15,200r237,0r0,82r-231,0r15,222r244,0r0,81r-332,0r-13,-171r-281,0r-101,171r-107,0r402,-667r420,0r0,0xm467,-597r-207,345r229,0r-22,-345r0,0",w:902},"\u00d8":{d:"133,-85v-27,-32,-48,-70,-63,-113v-15,-43,-22,-88,-22,-135v0,-99,28,-181,84,-247v56,-66,134,-99,236,-99v36,0,69,3,100,11v31,8,58,20,83,35r59,-78r53,41r-61,80v29,33,52,71,68,114v16,43,23,91,23,142v0,107,-29,191,-87,253v-58,62,-135,93,-233,93v-37,0,-71,-5,-103,-14v-32,-9,-62,-21,-87,-38r-62,80r-52,-41r64,-84r0,0xm541,-515r-301,406v21,16,42,28,63,35v21,7,44,11,68,11v65,0,118,-25,159,-75v41,-50,61,-114,61,-193v0,-35,-5,-68,-13,-99v-8,-31,-20,-59,-37,-85r0,0xm194,-162r300,-403v-17,-13,-36,-22,-57,-29v-21,-7,-44,-10,-67,-10v-66,0,-120,25,-160,74v-40,49,-60,115,-60,196v0,32,4,62,11,90v7,28,18,56,33,82r0,0",w:741},"\u0428":{d:"133,-85v-27,-32,-48,-70,-63,-113v-15,-43,-22,-88,-22,-135v0,-99,28,-181,84,-247v56,-66,134,-99,236,-99v36,0,69,3,100,11v31,8,58,20,83,35r59,-78r53,41r-61,80v29,33,52,71,68,114v16,43,23,91,23,142v0,107,-29,191,-87,253v-58,62,-135,93,-233,93v-37,0,-71,-5,-103,-14v-32,-9,-62,-21,-87,-38r-62,80r-52,-41r64,-84r0,0xm541,-515r-301,406v21,16,42,28,63,35v21,7,44,11,68,11v65,0,118,-25,159,-75v41,-50,61,-114,61,-193v0,-35,-5,-68,-13,-99v-8,-31,-20,-59,-37,-85r0,0xm194,-162r300,-403v-17,-13,-36,-22,-57,-29v-21,-7,-44,-10,-67,-10v-66,0,-120,25,-160,74v-40,49,-60,115,-60,196v0,32,4,62,11,90v7,28,18,56,33,82r0,0",w:741},"\u00b1":{d:"38,-57r0,-73r460,0r0,73r-460,0r0,0xm231,-364r-193,0r0,-73r193,0r0,-187r74,0r0,187r193,0r0,73r-193,0r0,187r-74,0r0,-187r0,0"},"\u00a5":{d:"402,-433r99,0r0,52r-129,0r-45,82r164,0r0,52r-174,0r0,247r-94,0r0,-247r-178,0r0,-52r167,0r-46,-82r-131,0r0,-52r101,0r-132,-234r118,0r128,250v5,11,4,11,8,19v4,8,4,7,7,14v1,1,1,3,1,4v0,1,1,1,1,2v1,2,1,4,2,6v1,2,1,3,2,5v1,-2,1,-5,2,-7v1,-2,2,-4,3,-7v2,-6,4,-11,6,-17v2,-6,5,-11,8,-16r128,-253r114,0r-130,234r0,0"},"\u00b5":{d:"59,169r0,-649r90,0r0,260v0,35,3,62,8,80v5,18,15,35,28,49v11,11,25,19,39,25v14,6,28,9,43,9v40,0,69,-14,87,-42v18,-28,28,-59,32,-93v1,-6,2,-12,2,-18r0,-18r0,-252r90,0r0,480r-90,0r0,-77v-15,31,-32,53,-51,67v-19,14,-43,20,-72,20v-25,0,-47,-5,-65,-16v-18,-11,-36,-28,-51,-52r0,227r-90,0r0,0",w:536},"\u00aa":{d:"313,-327r0,47r-261,0r0,-47r261,0r0,0xm76,-651v5,-3,11,-7,16,-9r15,-6v12,-5,25,-8,37,-10v12,-2,25,-3,38,-3v49,0,83,11,101,35v18,24,27,59,27,106r0,10r0,9v-1,3,-1,7,-1,10r0,10r0,30v0,10,0,20,1,30v0,11,0,21,1,31r2,30r-60,0v0,-3,-1,-7,-1,-10r0,-10r0,-10r0,-10v-13,15,-26,27,-42,34v-16,7,-35,10,-57,10v-33,0,-61,-8,-81,-25v-20,-17,-30,-39,-30,-66v0,-31,14,-56,42,-73v28,-17,69,-25,122,-25r10,0r10,0v3,1,7,1,10,1r10,0v-1,-21,-7,-37,-19,-48v-12,-11,-30,-16,-54,-16v-8,0,-15,1,-22,2v-7,1,-13,2,-20,4v-8,2,-17,6,-25,10v-8,4,-17,9,-27,15r-3,-56r0,0xm247,-515v-2,0,-4,-1,-6,-1r-6,0r-6,0r-8,0v-37,0,-64,4,-83,12v-19,8,-28,22,-28,39v0,12,6,21,16,29v10,8,23,12,40,12v27,0,48,-8,61,-26v13,-18,20,-40,20,-65r0,0",w:355},"\u00ba":{d:"355,-327r0,47r-303,0r0,-47r303,0r0,0xm365,-523v0,45,-15,82,-45,111v-30,29,-70,44,-117,44v-47,0,-85,-15,-115,-44v-30,-29,-46,-66,-46,-111v0,-45,16,-83,46,-112v30,-29,68,-44,115,-44v47,0,87,14,117,43v30,29,45,67,45,113r0,0xm297,-522v0,-31,-9,-57,-26,-77v-17,-20,-40,-30,-67,-30v-27,0,-50,9,-68,29v-18,20,-26,46,-26,77v0,31,8,55,26,75v18,20,41,30,68,30v27,0,50,-10,67,-29v17,-19,26,-44,26,-75r0,0",w:407},"\u00e6":{d:"815,-224r-346,0v3,49,20,87,50,116v30,29,69,43,118,43v7,0,14,0,21,-1r21,-3v13,-3,27,-7,41,-13v14,-6,30,-15,46,-24r0,88v-3,1,-5,3,-8,4v-3,1,-7,1,-10,2v-19,7,-40,11,-60,14v-20,3,-42,4,-66,4v-11,0,-23,-1,-36,-2v-13,-1,-27,-3,-40,-6v-30,-7,-58,-18,-84,-34v-26,-16,-42,-40,-48,-70v-7,34,-28,62,-62,82v-34,20,-76,30,-125,30v-55,0,-99,-13,-133,-40v-34,-27,-51,-63,-51,-108v0,-53,19,-91,57,-113v38,-22,79,-36,124,-43v16,-2,32,-3,48,-4v16,-1,30,-1,44,-1r16,0r17,0v5,1,11,1,17,1r16,0v-1,-41,-14,-71,-40,-90v-26,-19,-58,-29,-97,-29v-25,0,-49,3,-73,11v-24,8,-48,20,-71,36r0,-83r27,-13v9,-4,18,-7,27,-10v18,-6,36,-11,54,-14v18,-3,36,-4,54,-4v40,0,75,7,105,22v30,15,50,36,61,61v13,-26,33,-46,63,-61v30,-15,65,-22,105,-22v41,0,79,10,111,28v32,18,57,44,75,78v2,4,1,4,3,7v2,3,2,3,4,7v9,20,14,41,18,64v4,23,6,53,7,90r0,0xm382,-231r-66,0v-10,0,-22,0,-34,1v-12,1,-25,2,-38,3v-26,4,-50,13,-72,25v-22,12,-33,32,-33,60v0,23,9,42,27,56v18,14,40,21,68,21v41,0,76,-16,105,-48v29,-32,43,-71,43,-118r0,0xm715,-296v-3,-43,-15,-76,-36,-100v-21,-24,-49,-36,-84,-36v-35,0,-63,12,-86,37v-23,25,-36,58,-40,99r246,0r0,0",w:855},"\u0436":{d:"815,-224r-346,0v3,49,20,87,50,116v30,29,69,43,118,43v7,0,14,0,21,-1r21,-3v13,-3,27,-7,41,-13v14,-6,30,-15,46,-24r0,88v-3,1,-5,3,-8,4v-3,1,-7,1,-10,2v-19,7,-40,11,-60,14v-20,3,-42,4,-66,4v-11,0,-23,-1,-36,-2v-13,-1,-27,-3,-40,-6v-30,-7,-58,-18,-84,-34v-26,-16,-42,-40,-48,-70v-7,34,-28,62,-62,82v-34,20,-76,30,-125,30v-55,0,-99,-13,-133,-40v-34,-27,-51,-63,-51,-108v0,-53,19,-91,57,-113v38,-22,79,-36,124,-43v16,-2,32,-3,48,-4v16,-1,30,-1,44,-1r16,0r17,0v5,1,11,1,17,1r16,0v-1,-41,-14,-71,-40,-90v-26,-19,-58,-29,-97,-29v-25,0,-49,3,-73,11v-24,8,-48,20,-71,36r0,-83r27,-13v9,-4,18,-7,27,-10v18,-6,36,-11,54,-14v18,-3,36,-4,54,-4v40,0,75,7,105,22v30,15,50,36,61,61v13,-26,33,-46,63,-61v30,-15,65,-22,105,-22v41,0,79,10,111,28v32,18,57,44,75,78v2,4,1,4,3,7v2,3,2,3,4,7v9,20,14,41,18,64v4,23,6,53,7,90r0,0xm382,-231r-66,0v-10,0,-22,0,-34,1v-12,1,-25,2,-38,3v-26,4,-50,13,-72,25v-22,12,-33,32,-33,60v0,23,9,42,27,56v18,14,40,21,68,21v41,0,76,-16,105,-48v29,-32,43,-71,43,-118r0,0xm715,-296v-3,-43,-15,-76,-36,-100v-21,-24,-49,-36,-84,-36v-35,0,-63,12,-86,37v-23,25,-36,58,-40,99r246,0r0,0",w:855},"\u00f8":{d:"103,-67v-21,-25,-36,-52,-47,-81v-11,-29,-17,-61,-17,-95v0,-75,23,-137,70,-186v47,-49,106,-73,179,-73v25,0,50,3,74,10v24,7,45,16,65,29r59,-73r47,38r-59,73v21,23,38,50,49,81v11,31,17,65,17,101v0,75,-24,135,-71,183v-47,48,-108,72,-181,72v-26,0,-50,-4,-73,-10v-23,-6,-45,-16,-67,-30r-59,73r-46,-39r60,-73r0,0xm415,-356r-215,266v1,1,2,3,4,4v2,1,4,2,5,3v13,9,26,15,39,19v13,4,27,5,42,5v45,0,81,-17,110,-51v29,-34,44,-78,44,-131v0,-22,-3,-43,-8,-63v-5,-20,-12,-37,-21,-52r0,0xm161,-137r213,-265v-12,-9,-25,-16,-39,-21v-14,-5,-29,-7,-46,-7v-45,0,-82,17,-111,52v-29,35,-43,80,-43,135v0,20,3,39,7,56v4,17,10,34,19,50r0,0",w:579},"\u0448":{d:"103,-67v-21,-25,-36,-52,-47,-81v-11,-29,-17,-61,-17,-95v0,-75,23,-137,70,-186v47,-49,106,-73,179,-73v25,0,50,3,74,10v24,7,45,16,65,29r59,-73r47,38r-59,73v21,23,38,50,49,81v11,31,17,65,17,101v0,75,-24,135,-71,183v-47,48,-108,72,-181,72v-26,0,-50,-4,-73,-10v-23,-6,-45,-16,-67,-30r-59,73r-46,-39r60,-73r0,0xm415,-356r-215,266v1,1,2,3,4,4v2,1,4,2,5,3v13,9,26,15,39,19v13,4,27,5,42,5v45,0,81,-17,110,-51v29,-34,44,-78,44,-131v0,-22,-3,-43,-8,-63v-5,-20,-12,-37,-21,-52r0,0xm161,-137r213,-265v-12,-9,-25,-16,-39,-21v-14,-5,-29,-7,-46,-7v-45,0,-82,17,-111,52v-29,35,-43,80,-43,135v0,20,3,39,7,56v4,17,10,34,19,50r0,0",w:579},"\u00bf":{d:"412,160v-17,5,-34,10,-49,14v-15,4,-31,7,-46,9v-11,2,-22,3,-33,4v-11,1,-23,1,-35,1v-60,0,-109,-16,-147,-48v-38,-32,-57,-73,-57,-124v0,-8,0,-15,1,-22v1,-7,2,-14,4,-21v5,-19,14,-40,28,-61v14,-21,34,-46,61,-77v13,-15,23,-27,30,-37v7,-10,13,-21,18,-30v4,-9,7,-19,8,-30v1,-11,2,-24,2,-40r87,0v0,27,-2,50,-5,68v-3,18,-10,35,-19,52v-6,9,-6,10,-14,20v-5,7,-10,14,-17,21v-5,5,-5,5,-10,11v-5,6,-5,5,-10,11v-16,18,-31,37,-44,57v-13,20,-20,43,-20,67v0,31,10,55,31,72v21,17,50,26,87,26v23,0,47,-3,70,-9v23,-6,47,-15,72,-27r7,93r0,0xm189,-384r0,-104r102,0r0,104r-102,0r0,0",w:509},"\u00a1":{d:"228,178r-110,0r16,-481r82,0r12,481r0,0xm226,-386r-103,0r0,-103r103,0r0,103r0,0",w:391},"\u00ac":{d:"376,0r0,-183r-343,0r0,-84r433,0r0,267r-90,0r0,0",w:500},"\u00ab":{d:"275,-441r-124,194r126,198r-85,0r-138,-198r134,-194r87,0r0,0xm469,-441r-124,194r126,198r-85,0r-138,-198r134,-194r87,0r0,0",w:535},"\u00bb":{d:"66,-441r87,0r134,194r-138,198r-85,0r126,-198r-124,-194r0,0xm261,-441r86,0r134,194r-137,198r-86,0r127,-198r-124,-194r0,0",w:535},"\u00c0":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm219,-875r100,0r79,137r-64,0r-115,-137r0,0",w:683},"\u0410":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm219,-875r100,0r79,137r-64,0r-115,-137r0,0",w:683},"\u00c3":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm506,-861v-5,33,-15,58,-32,77v-17,19,-38,28,-63,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-22,3,-29,10v-7,7,-13,19,-18,34r-46,0v5,-34,17,-60,34,-78v17,-18,39,-26,67,-26v13,0,24,2,35,6r33,12v4,2,8,4,11,5r10,4v7,3,15,5,22,7v7,2,14,3,21,3v13,0,24,-3,31,-10v7,-7,12,-18,17,-34r47,0r0,0",w:683},"\u0413":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm506,-861v-5,33,-15,58,-32,77v-17,19,-38,28,-63,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-22,3,-29,10v-7,7,-13,19,-18,34r-46,0v5,-34,17,-60,34,-78v17,-18,39,-26,67,-26v13,0,24,2,35,6r33,12v4,2,8,4,11,5r10,4v7,3,15,5,22,7v7,2,14,3,21,3v13,0,24,-3,31,-10v7,-7,12,-18,17,-34r47,0r0,0",w:683},"\u00d5":{d:"369,-679v103,0,183,32,239,97v56,65,85,148,85,249v0,107,-29,191,-87,253v-58,62,-135,92,-234,92v-103,0,-182,-33,-239,-98v-57,-65,-85,-148,-85,-247v0,-99,28,-181,84,-247v56,-66,134,-99,237,-99r0,0xm368,-604v-65,0,-118,24,-158,74v-40,50,-60,115,-60,196v0,81,21,146,62,196v41,50,94,76,159,76v65,0,118,-25,159,-75v41,-50,61,-114,61,-193v0,-83,-20,-149,-61,-199v-41,-50,-95,-75,-162,-75r0,0xm534,-861v-5,33,-15,58,-32,77v-17,19,-38,28,-63,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-22,3,-29,10v-7,7,-13,19,-18,34r-46,0v5,-34,17,-60,34,-78v17,-18,39,-26,67,-26v13,0,24,2,35,6r33,12v4,2,8,4,11,5r10,4v7,3,15,5,22,7v7,2,14,3,21,3v13,0,24,-3,31,-10v7,-7,12,-18,17,-34r47,0r0,0",w:741},"\u0425":{d:"369,-679v103,0,183,32,239,97v56,65,85,148,85,249v0,107,-29,191,-87,253v-58,62,-135,92,-234,92v-103,0,-182,-33,-239,-98v-57,-65,-85,-148,-85,-247v0,-99,28,-181,84,-247v56,-66,134,-99,237,-99r0,0xm368,-604v-65,0,-118,24,-158,74v-40,50,-60,115,-60,196v0,81,21,146,62,196v41,50,94,76,159,76v65,0,118,-25,159,-75v41,-50,61,-114,61,-193v0,-83,-20,-149,-61,-199v-41,-50,-95,-75,-162,-75r0,0xm534,-861v-5,33,-15,58,-32,77v-17,19,-38,28,-63,28v-12,0,-24,-2,-36,-6v-12,-4,-24,-8,-35,-13r-21,-8v-7,-3,-13,-5,-20,-7v-5,-1,-9,-2,-14,-3v-5,-1,-9,-1,-14,-1v-12,0,-22,3,-29,10v-7,7,-13,19,-18,34r-46,0v5,-34,17,-60,34,-78v17,-18,39,-26,67,-26v13,0,24,2,35,6r33,12v4,2,8,4,11,5r10,4v7,3,15,5,22,7v7,2,14,3,21,3v13,0,24,-3,31,-10v7,-7,12,-18,17,-34r47,0r0,0",w:741},"\u00f7":{d:"220,-237r96,0r0,95r-96,0r0,-95r0,0xm38,-303r0,-74r460,0r0,74r-460,0r0,0xm220,-539r96,0r0,96r-96,0r0,-96r0,0"},"\u0447":{d:"220,-237r96,0r0,95r-96,0r0,-95r0,0xm38,-303r0,-74r460,0r0,74r-460,0r0,0xm220,-539r96,0r0,96r-96,0r0,-96r0,0"},"\u00ff":{d:"465,-489r-174,484v-2,5,-3,5,-5,11v-2,4,-3,9,-4,13v-17,47,-38,90,-64,129v-26,39,-68,58,-126,58r-10,0v-3,0,-5,0,-8,-1v-5,-1,-11,-2,-17,-3v-6,-1,-13,-2,-21,-4r5,-72v5,1,9,3,13,4r12,3v3,0,5,1,8,1r10,0v29,0,52,-10,68,-30v16,-20,28,-43,37,-68v1,-3,2,-5,3,-8v1,-3,1,-6,2,-9r-188,-508r98,0r109,309v8,23,14,43,18,58v4,15,7,30,8,43v1,-9,3,-19,5,-27v2,-8,4,-16,7,-25v1,-5,3,-9,5,-13v2,-4,3,-9,4,-13r115,-332r90,0r0,0xm188,-705r0,97r-87,0r0,-97r87,0r0,0xm370,-705r0,97r-87,0r0,-97r87,0r0,0",w:471},"\u044f":{d:"465,-489r-174,484v-2,5,-3,5,-5,11v-2,4,-3,9,-4,13v-17,47,-38,90,-64,129v-26,39,-68,58,-126,58r-10,0v-3,0,-5,0,-8,-1v-5,-1,-11,-2,-17,-3v-6,-1,-13,-2,-21,-4r5,-72v5,1,9,3,13,4r12,3v3,0,5,1,8,1r10,0v29,0,52,-10,68,-30v16,-20,28,-43,37,-68v1,-3,2,-5,3,-8v1,-3,1,-6,2,-9r-188,-508r98,0r109,309v8,23,14,43,18,58v4,15,7,30,8,43v1,-9,3,-19,5,-27v2,-8,4,-16,7,-25v1,-5,3,-9,5,-13v2,-4,3,-9,4,-13r115,-332r90,0r0,0xm188,-705r0,97r-87,0r0,-97r87,0r0,0xm370,-705r0,97r-87,0r0,-97r87,0r0,0",w:471},"\u00a4":{d:"33,-104r77,-78v-13,-18,-22,-36,-28,-54v-6,-18,-10,-38,-10,-59v0,-12,1,-23,3,-34v2,-11,5,-21,9,-31v3,-7,8,-14,12,-22v4,-8,9,-16,15,-24r-80,-79r43,-43r79,79r25,-16v0,0,17,-8,25,-11v10,-5,20,-8,31,-10v11,-2,22,-2,34,-2v13,0,25,1,36,3v11,2,22,5,33,10v7,3,15,7,22,11v7,4,15,9,23,14r79,-77r42,42r-78,78v7,9,12,18,17,27v5,9,9,17,12,26v3,9,6,19,8,29v2,10,2,20,2,31v0,11,0,22,-2,32v-2,10,-5,21,-9,31v-3,8,-7,16,-11,24v-4,8,-10,16,-16,25r79,78r-43,43r-78,-78v-19,13,-37,22,-56,29v-19,7,-38,10,-59,10v-10,0,-20,0,-29,-2v-9,-2,-19,-4,-28,-7v-10,-3,-20,-8,-29,-13v-9,-5,-19,-10,-29,-17r-79,78r-42,-43r0,0xm268,-419v-35,0,-64,13,-88,37v-24,24,-37,53,-37,88v0,35,13,64,37,88v24,24,53,37,88,37v35,0,64,-13,88,-37v24,-24,37,-53,37,-88v0,-35,-13,-64,-37,-88v-24,-24,-53,-37,-88,-37r0,0"},"\u00c2":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm486,-738r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:683},"\u0412":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm486,-738r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:683},"\u00ca":{d:"457,-667r0,82r-276,0r0,196r256,0r0,82r-256,0r0,226r284,0r0,81r-379,0r0,-667r371,0r0,0xm408,-738r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:527},"\u041a":{d:"457,-667r0,82r-276,0r0,196r256,0r0,82r-256,0r0,226r284,0r0,81r-379,0r0,-667r371,0r0,0xm408,-738r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:527},"\u00c1":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm465,-875r-115,137r-64,0r79,-137r100,0r0,0",w:683},"\u0411":{d:"389,-667r289,667r-107,0r-70,-169r-324,0r-69,169r-103,0r284,-667r100,0r0,0xm468,-250r-77,-186v-11,-24,-21,-49,-31,-74v-10,-25,-17,-50,-23,-75v-1,3,-1,5,-2,7v-1,2,-1,5,-2,8v-1,1,-1,3,-2,5v-1,2,-1,4,-1,6r-17,45r-32,80r-74,184r261,0r0,0xm465,-875r-115,137r-64,0r79,-137r100,0r0,0",w:683},"\u00cb":{d:"457,-667r0,82r-276,0r0,196r256,0r0,82r-256,0r0,226r284,0r0,81r-379,0r0,-667r371,0r0,0xm217,-854r0,97r-87,0r0,-97r87,0r0,0xm399,-854r0,97r-87,0r0,-97r87,0r0,0",w:527},"\u041b":{d:"457,-667r0,82r-276,0r0,196r256,0r0,82r-256,0r0,226r284,0r0,81r-379,0r0,-667r371,0r0,0xm217,-854r0,97r-87,0r0,-97r87,0r0,0xm399,-854r0,97r-87,0r0,-97r87,0r0,0",w:527},"\u00c8":{d:"457,-667r0,82r-276,0r0,196r256,0r0,82r-256,0r0,226r284,0r0,81r-379,0r0,-667r371,0r0,0xm141,-875r100,0r79,137r-64,0r-115,-137r0,0",w:527},"\u0418":{d:"457,-667r0,82r-276,0r0,196r256,0r0,82r-256,0r0,226r284,0r0,81r-379,0r0,-667r371,0r0,0xm141,-875r100,0r79,137r-64,0r-115,-137r0,0",w:527},"\u00cd":{d:"187,-667r0,667r-95,0r0,-667r95,0r0,0xm263,-875r-115,137r-64,0r79,-137r100,0r0,0",w:280},"\u041d":{d:"187,-667r0,667r-95,0r0,-667r95,0r0,0xm263,-875r-115,137r-64,0r79,-137r100,0r0,0",w:280},"\u00ce":{d:"187,-667r0,667r-95,0r0,-667r95,0r0,0xm284,-738r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:280},"\u041e":{d:"187,-667r0,667r-95,0r0,-667r95,0r0,0xm284,-738r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:280},"\u00cf":{d:"187,-667r0,667r-95,0r0,-667r95,0r0,0xm92,-854r0,97r-87,0r0,-97r87,0r0,0xm274,-854r0,97r-87,0r0,-97r87,0r0,0",w:280},"\u041f":{d:"187,-667r0,667r-95,0r0,-667r95,0r0,0xm92,-854r0,97r-87,0r0,-97r87,0r0,0xm274,-854r0,97r-87,0r0,-97r87,0r0,0",w:280},"\u00cc":{d:"187,-667r0,667r-95,0r0,-667r95,0r0,0xm17,-875r100,0r79,137r-64,0r-115,-137r0,0",w:280},"\u041c":{d:"187,-667r0,667r-95,0r0,-667r95,0r0,0xm17,-875r100,0r79,137r-64,0r-115,-137r0,0",w:280},"\u00d3":{d:"369,-679v103,0,183,32,239,97v56,65,85,148,85,249v0,107,-29,191,-87,253v-58,62,-135,92,-234,92v-103,0,-182,-33,-239,-98v-57,-65,-85,-148,-85,-247v0,-99,28,-181,84,-247v56,-66,134,-99,237,-99r0,0xm368,-604v-65,0,-118,24,-158,74v-40,50,-60,115,-60,196v0,81,21,146,62,196v41,50,94,76,159,76v65,0,118,-25,159,-75v41,-50,61,-114,61,-193v0,-83,-20,-149,-61,-199v-41,-50,-95,-75,-162,-75r0,0xm494,-874r-115,137r-64,0r79,-137r100,0r0,0",w:741},"\u0423":{d:"369,-679v103,0,183,32,239,97v56,65,85,148,85,249v0,107,-29,191,-87,253v-58,62,-135,92,-234,92v-103,0,-182,-33,-239,-98v-57,-65,-85,-148,-85,-247v0,-99,28,-181,84,-247v56,-66,134,-99,237,-99r0,0xm368,-604v-65,0,-118,24,-158,74v-40,50,-60,115,-60,196v0,81,21,146,62,196v41,50,94,76,159,76v65,0,118,-25,159,-75v41,-50,61,-114,61,-193v0,-83,-20,-149,-61,-199v-41,-50,-95,-75,-162,-75r0,0xm494,-874r-115,137r-64,0r79,-137r100,0r0,0",w:741},"\u00d4":{d:"369,-679v103,0,183,32,239,97v56,65,85,148,85,249v0,107,-29,191,-87,253v-58,62,-135,92,-234,92v-103,0,-182,-33,-239,-98v-57,-65,-85,-148,-85,-247v0,-99,28,-181,84,-247v56,-66,134,-99,237,-99r0,0xm368,-604v-65,0,-118,24,-158,74v-40,50,-60,115,-60,196v0,81,21,146,62,196v41,50,94,76,159,76v65,0,118,-25,159,-75v41,-50,61,-114,61,-193v0,-83,-20,-149,-61,-199v-41,-50,-95,-75,-162,-75r0,0xm515,-737r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:741},"\u0424":{d:"369,-679v103,0,183,32,239,97v56,65,85,148,85,249v0,107,-29,191,-87,253v-58,62,-135,92,-234,92v-103,0,-182,-33,-239,-98v-57,-65,-85,-148,-85,-247v0,-99,28,-181,84,-247v56,-66,134,-99,237,-99r0,0xm368,-604v-65,0,-118,24,-158,74v-40,50,-60,115,-60,196v0,81,21,146,62,196v41,50,94,76,159,76v65,0,118,-25,159,-75v41,-50,61,-114,61,-193v0,-83,-20,-149,-61,-199v-41,-50,-95,-75,-162,-75r0,0xm515,-737r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:741},"\u00d2":{w:278},"\u0422":{w:278},"\u00da":{d:"602,-666r0,375v0,51,-2,90,-8,119v-6,29,-16,55,-31,78v-22,35,-52,61,-89,79v-37,18,-80,27,-129,27v-55,0,-102,-12,-143,-35v-41,-23,-71,-57,-90,-100v-9,-19,-16,-44,-20,-74v-4,-30,-6,-65,-6,-106r0,-363r95,0r0,349v0,47,2,82,5,106v3,24,10,45,19,63v13,25,32,44,57,58v25,14,54,22,86,22v55,0,94,-17,118,-52v24,-35,37,-77,40,-126v1,-7,1,-14,1,-24r0,-43r0,-353r95,0r0,0xm467,-874r-115,137r-64,0r79,-137r100,0r0,0",w:688},"\u042a":{d:"602,-666r0,375v0,51,-2,90,-8,119v-6,29,-16,55,-31,78v-22,35,-52,61,-89,79v-37,18,-80,27,-129,27v-55,0,-102,-12,-143,-35v-41,-23,-71,-57,-90,-100v-9,-19,-16,-44,-20,-74v-4,-30,-6,-65,-6,-106r0,-363r95,0r0,349v0,47,2,82,5,106v3,24,10,45,19,63v13,25,32,44,57,58v25,14,54,22,86,22v55,0,94,-17,118,-52v24,-35,37,-77,40,-126v1,-7,1,-14,1,-24r0,-43r0,-353r95,0r0,0xm467,-874r-115,137r-64,0r79,-137r100,0r0,0",w:688},"\u00db":{d:"602,-666r0,375v0,51,-2,90,-8,119v-6,29,-16,55,-31,78v-22,35,-52,61,-89,79v-37,18,-80,27,-129,27v-55,0,-102,-12,-143,-35v-41,-23,-71,-57,-90,-100v-9,-19,-16,-44,-20,-74v-4,-30,-6,-65,-6,-106r0,-363r95,0r0,349v0,47,2,82,5,106v3,24,10,45,19,63v13,25,32,44,57,58v25,14,54,22,86,22v55,0,94,-17,118,-52v24,-35,37,-77,40,-126v1,-7,1,-14,1,-24r0,-43r0,-353r95,0r0,0xm488,-737r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:688},"\u042b":{d:"602,-666r0,375v0,51,-2,90,-8,119v-6,29,-16,55,-31,78v-22,35,-52,61,-89,79v-37,18,-80,27,-129,27v-55,0,-102,-12,-143,-35v-41,-23,-71,-57,-90,-100v-9,-19,-16,-44,-20,-74v-4,-30,-6,-65,-6,-106r0,-363r95,0r0,349v0,47,2,82,5,106v3,24,10,45,19,63v13,25,32,44,57,58v25,14,54,22,86,22v55,0,94,-17,118,-52v24,-35,37,-77,40,-126v1,-7,1,-14,1,-24r0,-43r0,-353r95,0r0,0xm488,-737r-83,0r-65,-92r-68,92r-74,0r100,-137r89,0r101,137r0,0",w:688},"\u00d9":{d:"602,-666r0,375v0,51,-2,90,-8,119v-6,29,-16,55,-31,78v-22,35,-52,61,-89,79v-37,18,-80,27,-129,27v-55,0,-102,-12,-143,-35v-41,-23,-71,-57,-90,-100v-9,-19,-16,-44,-20,-74v-4,-30,-6,-65,-6,-106r0,-363r95,0r0,349v0,47,2,82,5,106v3,24,10,45,19,63v13,25,32,44,57,58v25,14,54,22,86,22v55,0,94,-17,118,-52v24,-35,37,-77,40,-126v1,-7,1,-14,1,-24r0,-43r0,-353r95,0r0,0xm222,-874r100,0r79,137r-64,0r-115,-137r0,0",w:688},"\u0429":{d:"602,-666r0,375v0,51,-2,90,-8,119v-6,29,-16,55,-31,78v-22,35,-52,61,-89,79v-37,18,-80,27,-129,27v-55,0,-102,-12,-143,-35v-41,-23,-71,-57,-90,-100v-9,-19,-16,-44,-20,-74v-4,-30,-6,-65,-6,-106r0,-363r95,0r0,349v0,47,2,82,5,106v3,24,10,45,19,63v13,25,32,44,57,58v25,14,54,22,86,22v55,0,94,-17,118,-52v24,-35,37,-77,40,-126v1,-7,1,-14,1,-24r0,-43r0,-353r95,0r0,0xm222,-874r100,0r79,137r-64,0r-115,-137r0,0",w:688},"\u00b8":{d:"348,0r-42,57v9,-2,15,-3,20,-4v5,-1,10,-1,14,-1r0,0r2,0v23,0,42,7,57,20v15,13,22,29,22,49v0,25,-11,46,-32,62v-21,16,-49,24,-83,24v-11,0,-22,-1,-32,-2v-10,-1,-21,-4,-31,-7v-5,-1,-10,-2,-15,-4v-5,-2,-10,-4,-15,-7r17,-35v5,1,10,2,15,4v5,2,9,4,14,5v9,1,9,1,17,2v6,1,12,1,19,1v16,0,29,-3,38,-10v9,-7,14,-16,14,-27v0,-11,-4,-20,-13,-27v-9,-7,-21,-11,-34,-11v-5,0,-10,0,-15,1v-5,1,-13,3,-22,6r-16,-15r59,-81r42,0r0,0",w:500},"\u00a6":{d:"205,-153r90,0r0,320r-90,0r0,-320r0,0xm205,-666r90,0r0,337r-90,0r0,-337r0,0",w:500},"\u00d0":{d:"86,-667r137,0v23,0,40,1,53,1v13,0,25,0,36,1v3,1,7,1,11,1v4,0,8,1,12,2v91,10,165,45,221,106v56,61,84,136,84,225v0,73,-20,137,-60,192v-40,55,-94,94,-163,117v-23,8,-49,14,-77,17v-28,3,-63,5,-103,5r-151,0r0,-307r-67,0r0,-80r67,0r0,-280r0,0xm180,-585r0,198r166,0r0,80r-166,0r0,225r49,0v39,0,70,-1,93,-4v23,-3,44,-7,63,-14v2,-1,5,-2,7,-3v2,-1,4,-2,7,-3v44,-19,78,-48,103,-88v25,-40,38,-87,38,-140v0,-53,-15,-101,-44,-144v-29,-43,-68,-73,-115,-90v-17,-6,-37,-10,-61,-13v-24,-3,-54,-4,-90,-4r-50,0r0,0",w:689},"\u0420":{d:"86,-667r137,0v23,0,40,1,53,1v13,0,25,0,36,1v3,1,7,1,11,1v4,0,8,1,12,2v91,10,165,45,221,106v56,61,84,136,84,225v0,73,-20,137,-60,192v-40,55,-94,94,-163,117v-23,8,-49,14,-77,17v-28,3,-63,5,-103,5r-151,0r0,-307r-67,0r0,-80r67,0r0,-280r0,0xm180,-585r0,198r166,0r0,80r-166,0r0,225r49,0v39,0,70,-1,93,-4v23,-3,44,-7,63,-14v2,-1,5,-2,7,-3v2,-1,4,-2,7,-3v44,-19,78,-48,103,-88v25,-40,38,-87,38,-140v0,-53,-15,-101,-44,-144v-29,-43,-68,-73,-115,-90v-17,-6,-37,-10,-61,-13v-24,-3,-54,-4,-90,-4r-50,0r0,0",w:689},"\u00f0":{d:"45,-639r17,-44v18,2,34,4,48,6v14,2,29,5,43,8v13,3,25,5,38,9v13,4,27,9,42,14r132,-86r28,45r-100,64v77,32,137,81,181,147v44,66,66,143,66,228v0,74,-23,136,-68,186v-45,50,-105,74,-182,74v-73,0,-133,-24,-180,-72v-47,-48,-71,-109,-71,-182v0,-75,24,-137,71,-186v47,-49,106,-74,179,-74r11,0v4,0,8,0,11,1v6,0,12,0,18,1v6,1,13,3,20,5v-8,-8,-8,-7,-15,-15v-5,-5,-9,-10,-14,-14v-7,-7,-15,-13,-23,-19v-8,-6,-16,-12,-25,-17v-6,-4,-12,-8,-19,-12v-10,-6,-10,-5,-21,-11r-143,92r-27,-44r113,-71v-6,-2,-12,-4,-17,-6v-5,-2,-11,-4,-16,-5v-5,-2,-10,-4,-16,-5v-6,-1,-12,-3,-19,-5v-8,-1,-17,-3,-27,-5r-35,-7r0,0xm444,-239v0,-59,-14,-105,-42,-139v-28,-34,-65,-50,-112,-50v-45,0,-82,18,-111,52v-29,34,-43,78,-43,133v0,54,15,99,44,133v29,34,66,51,111,51v45,0,81,-17,110,-51v29,-34,43,-76,43,-129r0,0",w:580},"\u0440":{d:"45,-639r17,-44v18,2,34,4,48,6v14,2,29,5,43,8v13,3,25,5,38,9v13,4,27,9,42,14r132,-86r28,45r-100,64v77,32,137,81,181,147v44,66,66,143,66,228v0,74,-23,136,-68,186v-45,50,-105,74,-182,74v-73,0,-133,-24,-180,-72v-47,-48,-71,-109,-71,-182v0,-75,24,-137,71,-186v47,-49,106,-74,179,-74r11,0v4,0,8,0,11,1v6,0,12,0,18,1v6,1,13,3,20,5v-8,-8,-8,-7,-15,-15v-5,-5,-9,-10,-14,-14v-7,-7,-15,-13,-23,-19v-8,-6,-16,-12,-25,-17v-6,-4,-12,-8,-19,-12v-10,-6,-10,-5,-21,-11r-143,92r-27,-44r113,-71v-6,-2,-12,-4,-17,-6v-5,-2,-11,-4,-16,-5v-5,-2,-10,-4,-16,-5v-6,-1,-12,-3,-19,-5v-8,-1,-17,-3,-27,-5r-35,-7r0,0xm444,-239v0,-59,-14,-105,-42,-139v-28,-34,-65,-50,-112,-50v-45,0,-82,18,-111,52v-29,34,-43,78,-43,133v0,54,15,99,44,133v29,34,66,51,111,51v45,0,81,-17,110,-51v29,-34,43,-76,43,-129r0,0",w:580},"\u00dd":{w:278},"\u042d":{w:278},"\u00fd":{w:278},"\u044d":{w:278},"\u00de":{d:"86,-667r96,0r0,94r37,0v46,0,81,1,105,3v24,2,45,8,64,15v38,14,68,37,89,69v21,32,32,69,32,111v0,42,-10,79,-31,111v-21,32,-50,56,-87,71v-17,7,-38,12,-63,15v-25,3,-56,5,-93,5r-53,0r0,173r-96,0r0,-667r0,0xm182,-493r0,238r52,0r14,0v4,0,8,0,12,-1v37,-1,71,-10,102,-26v31,-16,47,-46,47,-92v0,-33,-11,-60,-33,-81v-22,-21,-55,-32,-96,-35v-8,-1,-16,-2,-24,-2r-25,0v-8,-1,-17,-1,-25,-1r-24,0r0,0",w:533},"\u042e":{d:"86,-667r96,0r0,94r37,0v46,0,81,1,105,3v24,2,45,8,64,15v38,14,68,37,89,69v21,32,32,69,32,111v0,42,-10,79,-31,111v-21,32,-50,56,-87,71v-17,7,-38,12,-63,15v-25,3,-56,5,-93,5r-53,0r0,173r-96,0r0,-667r0,0xm182,-493r0,238r52,0r14,0v4,0,8,0,12,-1v37,-1,71,-10,102,-26v31,-16,47,-46,47,-92v0,-33,-11,-60,-33,-81v-22,-21,-55,-32,-96,-35v-8,-1,-16,-2,-24,-2r-25,0v-8,-1,-17,-1,-25,-1r-24,0r0,0",w:533},"\u00fe":{d:"165,-720r0,232v0,9,-1,16,-1,24v0,8,0,16,-1,23v-1,10,-1,9,-2,19r-2,20v21,-32,45,-56,73,-72v28,-16,61,-23,98,-23v63,0,114,23,152,68v38,45,58,105,58,179v0,77,-19,139,-58,186v-39,47,-90,70,-154,70v-40,0,-74,-7,-101,-22v-27,-15,-50,-39,-67,-72v0,8,0,16,1,24v1,12,1,11,2,22v0,8,0,16,1,24v1,8,1,15,1,22r0,201r-90,0r0,-925r90,0r0,0xm310,-419v-41,0,-76,17,-104,50v-28,33,-41,75,-41,126v0,49,13,90,41,123v28,33,62,50,103,50v39,0,71,-17,97,-50v26,-33,38,-74,38,-124v0,-53,-12,-95,-36,-127v-24,-32,-57,-48,-98,-48r0,0",w:580},"\u044e":{d:"165,-720r0,232v0,9,-1,16,-1,24v0,8,0,16,-1,23v-1,10,-1,9,-2,19r-2,20v21,-32,45,-56,73,-72v28,-16,61,-23,98,-23v63,0,114,23,152,68v38,45,58,105,58,179v0,77,-19,139,-58,186v-39,47,-90,70,-154,70v-40,0,-74,-7,-101,-22v-27,-15,-50,-39,-67,-72v0,8,0,16,1,24v1,12,1,11,2,22v0,8,0,16,1,24v1,8,1,15,1,22r0,201r-90,0r0,-925r90,0r0,0xm310,-419v-41,0,-76,17,-104,50v-28,33,-41,75,-41,126v0,49,13,90,41,123v28,33,62,50,103,50v39,0,71,-17,97,-50v26,-33,38,-74,38,-124v0,-53,-12,-95,-36,-127v-24,-32,-57,-48,-98,-48r0,0",w:580},"\u00d7":{d:"217,-340r-146,-146r52,-52r146,146r146,-146r52,52r-146,146r146,146r-52,52r-146,-146r-146,146r-52,-52r146,-146r0,0"},"\u0427":{d:"217,-340r-146,-146r52,-52r146,146r146,-146r52,52r-146,146r146,146r-52,52r-146,-146r-146,146r-52,-52r146,-146r0,0"},"\u00b9":{d:"234,-666r0,401r-71,0r0,-242r0,-68r-50,45r-41,-50r101,-86r61,0r0,0",w:355},"\u00b2":{d:"55,-645v15,-7,29,-11,40,-15v11,-4,22,-7,32,-8v6,-1,13,-2,19,-2v6,0,12,-1,19,-1v39,0,71,11,95,32v24,21,36,49,36,82r0,4r0,3v-2,31,-14,62,-35,92v-21,30,-45,56,-70,81r-28,25v0,0,-14,13,-26,24r11,0r156,0r0,63r-257,0r0,-71r33,-29v13,-11,27,-24,41,-38r33,-33v0,0,20,-23,29,-35v11,-15,20,-29,27,-43v7,-14,10,-28,10,-41v0,-15,-6,-27,-18,-37v-12,-10,-27,-15,-46,-15v-3,0,-5,1,-8,1r-9,0v-11,1,-23,5,-35,10v-12,5,-26,12,-41,21r-8,-70r0,0",w:355},"\u00b3":{d:"57,-652v9,-3,19,-6,27,-9v8,-3,16,-5,24,-6r24,-3v0,0,18,-1,27,-1v43,0,76,10,100,29v24,19,36,46,36,80v0,19,-5,37,-15,52v-10,15,-26,27,-45,36v23,11,39,24,49,40v10,16,15,35,15,58v0,35,-13,63,-40,84v-27,21,-62,32,-107,32v-8,0,-16,0,-23,-1r-22,-2v-10,-2,-20,-5,-30,-7v-10,-2,-20,-5,-31,-8r4,-71v17,8,32,13,45,17v13,4,25,7,37,8v3,1,5,1,8,1r9,0v21,0,39,-6,53,-17v14,-11,21,-24,21,-41v0,-21,-8,-36,-25,-46v-17,-10,-42,-15,-75,-15r-1,0r-1,0r-11,0v-4,0,-8,0,-14,1r0,-65r22,0v33,0,58,-4,76,-14v18,-10,27,-24,27,-42v0,-15,-7,-27,-19,-36v-12,-9,-28,-13,-47,-13v-4,0,-8,1,-12,1v-4,0,-8,0,-12,1v-11,1,-21,3,-32,7v-11,4,-23,9,-37,16r-5,-66r0,0",w:355},"\u00bd":{d:"642,-699r-365,731r-58,0r364,-731r59,0r0,0xm561,-380r39,-15v11,-4,22,-7,33,-8v6,-1,13,-3,19,-3r19,0v39,0,71,11,95,32v24,21,37,49,37,82v0,33,-11,65,-33,96v-22,31,-46,60,-73,85r-28,25r-26,23r12,0r156,0r0,63r-258,0r0,-71v60,-52,104,-96,132,-131v28,-35,42,-64,42,-87v0,-15,-6,-28,-18,-38v-12,-10,-28,-15,-47,-15r-8,0v0,0,-6,1,-9,1v-11,1,-23,4,-35,9v-12,5,-26,13,-41,22r-8,-70r0,0xm234,-667r0,402r-71,0r0,-242r0,-68r-50,44r-41,-50r101,-86r61,0r0,0",w:862},"\u00bc":{d:"642,-699r-365,731r-58,0r364,-731r59,0r0,0xm783,-401r0,254r50,0r0,63r-50,0r0,84r-71,0r0,-84r-176,0r0,-56r156,-261r91,0r0,0xm712,-147r2,-143v1,-3,1,-7,1,-10r0,-10v1,-2,1,-4,1,-6r0,-7r-20,35v0,0,-13,22,-27,45v-1,1,-1,1,-1,2v0,1,-1,1,-1,1r-31,53v-9,17,-16,30,-20,39r-1,1r97,0r0,0xm234,-667r0,402r-71,0r0,-242r0,-68r-50,44r-41,-50r101,-86r61,0r0,0",w:862},"\u00be":{d:"643,-699r-365,731r-58,0r364,-731r59,0r0,0xm784,-401r0,254r50,0r0,63r-50,0r0,84r-71,0r0,-84r-176,0r0,-56r156,-261r91,0r0,0xm713,-147r2,-143r0,-8v0,-3,0,-6,1,-9r0,-8r0,-8v-5,11,-12,23,-20,37v-12,21,-13,21,-26,43r-31,53v-10,17,-17,31,-22,42r-1,1r97,0r0,0xm58,-652v9,-3,18,-6,26,-9v8,-3,17,-5,25,-6r25,-3v0,0,17,-1,26,-1v43,0,76,10,100,29v24,19,36,46,36,80v0,19,-6,37,-16,52v-10,15,-25,27,-44,36v23,11,39,24,49,40v10,16,15,35,15,58v0,35,-13,63,-40,84v-27,21,-62,32,-107,32v-8,0,-16,0,-23,-1r-22,-2v-10,-2,-20,-5,-30,-7v-10,-2,-20,-5,-31,-8r4,-71v17,8,32,13,45,17v13,4,25,7,37,8v3,1,6,1,9,1r8,0v21,0,39,-6,53,-17v14,-11,21,-24,21,-41v0,-21,-8,-36,-25,-46v-17,-10,-42,-15,-75,-15r-2,0r0,0r-10,0v-4,0,-9,0,-15,1r0,-65r22,0v33,0,59,-4,77,-14v18,-10,26,-24,26,-42v0,-15,-6,-27,-18,-36v-12,-9,-29,-13,-48,-13v-4,0,-8,1,-12,1v-4,0,-8,0,-12,1v-11,1,-21,3,-32,7v-11,4,-23,9,-37,16r-5,-66r0,0",w:862},"\u00ad":{w:500},"\u00af":{w:278},"\u00b0":{d:"42,-587v0,-39,14,-73,42,-101v28,-28,63,-41,103,-41v41,0,75,13,103,41v28,28,43,62,43,101v0,39,-15,73,-43,101v-28,28,-62,42,-103,42v-40,0,-75,-14,-103,-42v-28,-28,-42,-62,-42,-101r0,0xm99,-587v0,25,8,46,25,63v17,17,38,25,63,25v25,0,46,-8,63,-25v17,-17,26,-38,26,-62v0,-25,-9,-45,-26,-62v-17,-17,-38,-26,-63,-26v-25,0,-46,9,-63,26v-17,17,-25,37,-25,61r0,0",w:375},"\u00b7":{w:278}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * c 1988, 1990, 1994, 2002 Adobe Systems Incorporated. All rights reserved.
 * 
 * Trademark:
 * Frutiger is a trademark of Linotype Corp. registered in the U.S. Patent and
 * Trademark Office and may be registered in certain other jurisdictions in the
 * name of Linotype Corp. or its licensee Linotype GmbH.
 * 
 * Full name:
 * FrutigerLTStd-Italic
 * 
 * Designer:
 * Adrian Frutiger
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({w:556,face:{"font-family":"frutiger-italic","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"1000","panose-1":"2 11 6 2 2 2 4 9 2 4",ascent:"750",descent:"-250","x-height":"12",bbox:"-110 -930 1091 250","underline-thickness":"50","underline-position":"-50",slope:"-12",stemh:"76",stemv:"94","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:278},"!":{d:"140,-196r97,-502r118,0r-124,502r-91,0xm89,0r23,-112r112,0r-23,112r-112,0",w:389},'"':{d:"363,-453r0,-245r88,0r0,245r-88,0xm213,-453r0,-245r88,0r0,245r-88,0"},"#":{d:"121,0r29,-208r-106,0r11,-76r106,0r18,-130r-107,0r11,-76r107,0r29,-208r76,0r-29,208r118,0r29,-208r76,0r-29,208r106,0r-11,76r-106,0r-18,130r106,0r-11,76r-106,0r-29,208r-76,0r29,-208r-118,0r-29,208r-76,0xm353,-283r18,-130r-118,0r-18,130r118,0"},"$":{d:"167,103r19,-91v-62,-3,-114,-17,-166,-41r31,-91v48,26,98,44,155,44r55,-251v-75,-39,-150,-89,-150,-185v0,-140,116,-198,234,-198r21,-96r59,0r-22,96v53,4,104,19,151,41r-28,93v-43,-26,-91,-44,-142,-45r-48,216v99,59,167,86,167,212v0,137,-134,205,-260,205r-20,91r-56,0xm284,-431r42,-191v-59,2,-109,33,-109,98v0,47,33,75,67,93xm313,-300r-51,224v62,-1,135,-39,135,-111v0,-64,-34,-83,-84,-113"},"%":{d:"112,-497v0,-108,65,-213,178,-213v99,0,144,61,144,153v0,114,-57,206,-178,206v-89,0,-144,-57,-144,-146xm194,-497v0,47,12,82,65,82v74,0,93,-90,93,-148v0,-44,-7,-83,-62,-83v-75,0,-96,86,-96,149xm549,-134v0,-108,65,-213,178,-213v99,0,144,61,144,153v0,114,-57,206,-178,206v-89,0,-144,-57,-144,-146xm631,-134v0,47,12,82,65,82v74,0,93,-90,93,-148v0,-44,-7,-83,-62,-83v-75,0,-96,86,-96,149xm204,22r510,-742r70,0r-510,742r-70,0",w:1000},"&":{d:"400,-355r111,165v49,-54,70,-122,84,-188r89,0v-16,96,-48,190,-124,261r76,117r-111,0r-34,-53v-47,39,-117,65,-184,65v-147,0,-238,-70,-238,-196v0,-117,98,-186,200,-209v-35,-46,-54,-93,-54,-151v0,-103,102,-166,194,-166v97,0,188,44,188,154v0,117,-102,165,-197,201xm445,-122r-133,-204v-66,17,-143,54,-143,137v0,78,61,125,133,125v38,0,94,-15,143,-58xm356,-420v59,-16,153,-55,153,-129v0,-60,-44,-85,-96,-85v-56,0,-104,37,-104,101v0,44,23,79,47,113",w:722},"\u2019":{d:"90,-453r115,-245r119,0r-138,245r-96,0",w:278,k:{"\u2019":86,s:55,t:18}},"(":{d:"336,-756r100,0v-155,157,-259,311,-259,539v0,122,29,240,60,357r-83,0v-44,-140,-71,-264,-71,-411v0,-191,122,-357,253,-485",w:333},")":{d:"37,140r-100,0v155,-157,259,-311,259,-539v0,-122,-29,-240,-60,-357r83,0v44,140,71,264,71,411v0,191,-122,357,-253,485",w:333},"*":{d:"171,-634r131,94r21,-158r86,20r-48,148r156,-27r6,87r-159,0r79,139r-83,37r-49,-150r-111,114r-58,-65r129,-92r-142,-68"},"+":{d:"62,-209r0,-88r209,0r0,-209r88,0r0,209r209,0r0,88r-209,0r0,209r-88,0r0,-209r-209,0",w:600},",":{d:"-56,133r113,-245r120,0r-139,245r-94,0",w:278},"-":{d:"35,-231r16,-76r263,0r-15,76r-264,0",w:333},".":{d:"34,0r23,-112r112,0r-23,112r-112,0",w:278},"/":{d:"0,12r240,-722r88,0r-240,722r-88,0",w:278},"0":{d:"47,-216v0,-189,90,-494,316,-494v134,0,189,95,189,226v0,143,-58,496,-319,496v-136,0,-186,-107,-186,-228xm147,-210v0,62,18,140,95,140v157,0,210,-316,210,-420v0,-55,-11,-138,-100,-138v-152,0,-205,304,-205,418"},"1":{d:"191,0r125,-583r-124,86r-46,-74r206,-127r89,0r-150,698r-100,0"},"2":{d:"-2,0r22,-102v86,-68,405,-298,405,-426v0,-80,-61,-100,-118,-100v-56,0,-113,17,-162,44r9,-91v62,-23,113,-35,179,-35v104,0,198,47,198,169v0,173,-275,367,-399,457r0,2r322,0r-18,82r-438,0"},"3":{d:"170,-322r15,-82v101,0,252,-16,252,-133v0,-70,-63,-91,-118,-91v-55,0,-116,14,-167,35r10,-92v49,-11,102,-25,153,-25v108,0,222,31,222,166v0,98,-86,168,-178,181r0,2v72,19,117,71,117,146v0,150,-146,227,-272,227v-67,0,-134,-8,-198,-31r24,-89v49,23,104,38,159,38v85,0,187,-43,187,-148v0,-98,-125,-104,-206,-104"},"4":{d:"346,-241r92,-375r-2,0r-309,375r219,0xm291,0r35,-159r-326,0r19,-82r379,-457r144,0r-100,457r90,0r-16,82r-92,0r-35,159r-98,0"},"5":{d:"111,-336r83,-362r375,0r-17,82r-283,0r-42,182v19,-2,38,-5,57,-5v123,0,209,60,209,190v0,176,-131,261,-298,261v-66,0,-111,-10,-159,-22r17,-89v43,16,89,29,136,29v108,0,204,-54,204,-170v0,-86,-74,-117,-153,-117v-44,0,-87,8,-129,21"},"6":{d:"578,-683r-31,80v-32,-17,-70,-25,-106,-25v-149,0,-225,113,-265,257r2,2v44,-46,92,-70,158,-70v105,0,177,72,177,177v0,151,-86,274,-251,274v-134,0,-203,-79,-203,-216v0,-182,81,-506,374,-506v48,0,101,9,145,27xm413,-249v0,-74,-52,-108,-106,-108v-90,0,-148,89,-148,179v0,59,32,108,100,108v98,0,154,-98,154,-179"},"7":{d:"127,-616r19,-82r442,0r-20,89r-382,609r-115,0r392,-616r-336,0"},"8":{d:"224,-522v0,54,59,99,100,123v61,-32,138,-60,138,-142v0,-57,-57,-87,-103,-87v-61,0,-135,28,-135,106xm124,-523v0,-136,120,-187,232,-187v93,0,206,45,206,161v0,92,-82,156,-163,182v66,42,104,87,104,156v0,135,-115,223,-245,223v-113,0,-226,-49,-226,-178v0,-119,100,-186,186,-204v-54,-34,-94,-87,-94,-153xm132,-182v0,72,56,112,125,112v76,0,146,-55,146,-136v0,-79,-89,-111,-117,-123v-70,18,-154,66,-154,147"},"9":{d:"28,-15r31,-80v32,17,70,25,106,25v149,0,225,-113,265,-257r-2,-2v-44,46,-92,70,-158,70v-105,0,-177,-72,-177,-177v0,-151,86,-274,251,-274v134,0,203,79,203,216v0,182,-81,506,-374,506v-48,0,-101,-9,-145,-27xm193,-449v0,74,52,108,106,108v90,0,148,-89,148,-179v0,-59,-32,-108,-100,-108v-98,0,-154,98,-154,179"},":":{d:"251,-510r-23,112r-112,0r23,-112r112,0xm34,0r23,-112r112,0r-23,112r-112,0",w:278},";":{d:"-56,133r113,-245r120,0r-139,245r-94,0xm251,-510r-23,112r-112,0r23,-112r112,0",w:278},"<":{d:"569,-514r0,88r-394,173r394,173r0,88r-508,-223r0,-76",w:600},"=":{d:"62,-314r0,-88r506,0r0,88r-506,0xm62,-104r0,-88r506,0r0,88r-506,0",w:600},">":{d:"61,8r0,-88r394,-173r-394,-173r0,-88r508,223r0,76",w:600},"?":{d:"152,-593r11,-93v51,-14,104,-24,157,-24v100,0,201,37,201,163v0,104,-70,146,-141,206v-78,66,-82,89,-92,145r-94,0v28,-118,34,-138,136,-214v43,-32,85,-70,85,-128v0,-71,-63,-84,-121,-84v-49,0,-96,14,-142,29xm147,0r23,-112r112,0r-23,112r-112,0",w:500},"@":{d:"391,-217v74,0,128,-93,128,-163v0,-48,-34,-84,-77,-84v-79,0,-133,87,-133,156v0,53,31,91,82,91xm640,-532r-67,254v-4,14,-8,30,-8,42v1,15,4,25,18,25v58,0,122,-85,122,-187v0,-156,-119,-242,-265,-242v-169,0,-283,129,-283,293v0,190,124,289,293,289v84,0,165,-34,217,-89r76,0v-65,100,-176,159,-297,159v-206,0,-371,-132,-371,-361v0,-218,166,-361,366,-361v176,0,334,120,334,297v0,190,-161,278,-237,278v-30,0,-56,-19,-58,-56r-2,0v-27,28,-68,56,-109,56v-83,0,-148,-73,-148,-160v0,-125,85,-251,215,-251v46,0,85,19,114,66r15,-52r75,0",w:800},A:{d:"520,-258r-66,-332r-211,332r277,0xm-31,0r453,-698r99,0r154,698r-103,0r-37,-176r-343,0r-112,176r-111,0",w:722},B:{d:"279,-616r-47,216r91,0v73,0,164,-32,163,-123v-1,-81,-73,-93,-141,-93r-66,0xm46,0r151,-698r186,0v118,0,203,44,203,163v0,97,-65,154,-143,174r0,2v78,28,109,67,109,143v0,98,-73,216,-286,216r-220,0xm215,-318r-51,236r94,0v95,0,189,-27,188,-138v-1,-78,-70,-98,-140,-98r-91,0",w:611},C:{d:"543,-100r-13,93v-41,13,-85,19,-128,19v-186,0,-328,-98,-328,-319v0,-171,118,-403,419,-403v56,0,114,11,166,32r-29,86v-42,-18,-88,-30,-135,-30v-212,0,-315,156,-315,320v0,153,102,226,238,226v42,0,86,-8,125,-24",w:611},D:{d:"42,0r148,-698r154,0v246,0,351,125,351,282v0,248,-153,416,-445,416r-208,0xm273,-610r-111,522r106,0v198,0,321,-128,321,-317v0,-120,-55,-205,-258,-205r-58,0",w:722},E:{d:"42,0r153,-698r379,0r-20,88r-276,0r-45,204r259,0r-17,88r-262,0r-51,230r293,0r-19,88r-394,0"},F:{d:"38,0r152,-698r366,0r-17,88r-267,0r-44,204r246,0r-19,88r-246,0r-69,318r-102,0",w:500,k:{A:37,"\u00c6":37,"\u00c1":37,"\u00c2":37,"\u00c4":37,"\u00c0":37,"\u00c5":37,"\u00c3":37,",":129,".":129}},G:{d:"707,-670r-30,86v-42,-20,-104,-38,-182,-38v-212,0,-315,156,-315,320v0,153,102,226,238,226v21,0,62,-2,83,-9r46,-215r-146,0r20,-82r243,0r-81,373v-46,10,-98,21,-181,21v-186,0,-328,-98,-328,-319v0,-171,118,-403,419,-403v104,0,167,21,214,40",w:722},H:{d:"46,0r147,-698r101,0r-61,292r332,0r63,-292r98,0r-147,698r-102,0r69,-318r-331,0r-67,318r-102,0",w:722},I:{d:"38,0r150,-698r101,0r-150,698r-101,0",w:278},J:{d:"398,-698r-117,530v-29,131,-88,180,-223,180v-24,0,-63,-9,-86,-17r18,-91v21,13,43,20,76,20v88,0,111,-69,126,-139r107,-483r99,0",w:389},K:{d:"52,0r151,-698r100,0r-68,307r2,2r335,-309r132,0r-376,344r277,354r-126,0r-256,-334r-70,334r-101,0",w:667},L:{d:"38,0r151,-698r101,0r-132,610r290,0r-18,88r-392,0",w:500,k:{T:55,V:74,W:37,y:37,"\u00fd":37,"\u00ff":37,Y:92,"\u00dd":92,"\u2019":92}},M:{d:"42,0r160,-698r150,0r95,571r340,-571r164,0r-149,698r-100,0r128,-598r-2,0r-359,598r-97,0r-97,-598r-2,0r-134,598r-97,0",w:944},N:{d:"42,0r145,-698r132,0r197,585r2,0r124,-585r95,0r-152,698r-129,0r-197,-580r-2,0r-119,580r-96,0",w:722},O:{d:"74,-284v0,-198,138,-426,394,-426v178,0,283,105,283,283v0,221,-131,439,-384,439v-192,0,-293,-103,-293,-296xm180,-281v0,124,65,205,191,205v172,0,274,-185,274,-337v0,-134,-60,-209,-180,-209v-171,0,-285,163,-285,341",w:778},P:{d:"38,0r152,-698r174,0v104,0,224,43,224,182v0,138,-101,237,-289,237r-100,0r-61,279r-100,0xm272,-610r-53,243r53,0v103,0,210,-21,210,-134v0,-97,-74,-109,-158,-109r-52,0",k:{A:37,"\u00c6":37,"\u00c1":37,"\u00c2":37,"\u00c4":37,"\u00c0":37,"\u00c5":37,"\u00c3":37,",":129,".":129}},Q:{d:"180,-281v0,124,65,205,191,205v172,0,274,-185,274,-337v0,-134,-60,-209,-180,-209v-171,0,-285,163,-285,341xm486,129r-93,-119v-8,2,-17,2,-26,2v-192,0,-293,-103,-293,-296v0,-198,138,-426,394,-426v178,0,283,105,283,283v0,182,-89,362,-262,419r124,137r-127,0",w:778},R:{d:"42,0r149,-698r137,0v98,0,261,0,261,170v0,96,-77,175,-170,189v53,33,68,138,82,192r38,147r-106,0r-42,-183v-26,-112,-43,-127,-95,-127r-89,0r-65,310r-100,0xm272,-610r-45,212r79,0v71,0,177,-23,177,-116v0,-73,-41,-96,-118,-96r-93,0",w:611,k:{T:18,V:6,Y:18,"\u00dd":18}},S:{d:"508,-677r-28,89v-33,-20,-74,-34,-127,-34v-66,0,-138,26,-138,109v0,117,238,118,238,301v0,105,-73,224,-241,224v-81,0,-139,-18,-195,-40r32,-92v41,26,98,44,147,44v106,0,151,-66,151,-124v0,-142,-238,-117,-238,-311v0,-127,116,-199,231,-199v58,0,115,11,168,33",w:500},T:{d:"646,-698r-19,88r-217,0r-131,610r-101,0r131,-610r-217,0r19,-88r535,0",k:{"\u00fc":74,"\u00f2":74,"\u00f6":74,"\u00ec":37,"\u00ee":37,"\u00ed":37,"\u00e8":74,"\u00eb":74,"\u00ea":74,"\u00e3":74,"\u00e5":74,"\u00e0":74,"\u00e4":74,"\u00e2":74,w:74,y:74,"\u00fd":74,"\u00ff":74,A:55,"\u00c6":55,"\u00c1":55,"\u00c2":55,"\u00c4":55,"\u00c0":55,"\u00c5":55,"\u00c3":55,",":92,".":92,"-":74,a:74,"\u00e6":74,"\u00e1":74,c:74,"\u00e7":74,e:74,"\u00e9":74,i:37,"\u00ef":37,o:74,"\u00f8":74,"\u00f3":74,"\u00f4":74,"\u00f5":74,r:74,s:74,u:74,"\u00fa":74,"\u00fb":74,"\u00f9":74,":":92,";":92}},U:{d:"736,-698r-90,410v-47,212,-146,300,-306,300v-194,0,-246,-136,-246,-211v0,-48,15,-112,24,-156r74,-343r100,0r-90,421v-5,25,-8,47,-8,62v0,91,65,139,152,139v148,0,188,-151,213,-268r77,-354r100,0",w:722},V:{d:"760,-698r-419,698r-120,0r-113,-698r100,0r88,598r2,0r352,-598r110,0",w:667,k:{"\u00f6":37,"\u00f4":37,"\u00ee":18,"\u00e8":37,"\u00eb":37,"\u00ea":37,"\u00e3":37,"\u00e5":37,"\u00e0":37,"\u00e4":37,"\u00e2":37,A:37,"\u00c6":37,"\u00c1":37,"\u00c2":37,"\u00c4":37,"\u00c0":37,"\u00c5":37,"\u00c3":37,",":92,".":92,"-":37,a:37,"\u00e6":37,"\u00e1":37,e:37,"\u00e9":37,i:18,"\u00ed":18,"\u00ef":18,"\u00ec":18,o:37,"\u00f8":37,"\u00f3":37,"\u00f2":37,"\u00f5":37,r:18,u:18,"\u00fa":18,"\u00fb":18,"\u00fc":18,"\u00f9":18,":":55,";":55}},W:{d:"169,0r-57,-698r100,0r38,597r2,0r278,-597r132,0r18,598r2,0r302,-598r107,0r-365,698r-130,0r-15,-604r-2,0r-278,604r-132,0",w:1000,k:{"\u00fc":12,"\u00f6":18,"\u00ea":18,"\u00e4":18,A:18,"\u00c6":18,"\u00c1":18,"\u00c2":18,"\u00c4":18,"\u00c0":18,"\u00c5":18,"\u00c3":18,",":55,".":55,"-":18,a:18,"\u00e6":18,"\u00e1":18,"\u00e2":18,"\u00e0":18,"\u00e5":18,"\u00e3":18,e:18,"\u00e9":18,"\u00eb":18,"\u00e8":18,o:18,"\u00f8":18,"\u00f3":18,"\u00f4":18,"\u00f2":18,"\u00f5":18,r:12,u:12,"\u00fa":12,"\u00fb":12,"\u00f9":12,":":37,";":37}},X:{d:"299,-373r-170,-325r108,0r138,267r234,-267r127,0r-308,338r184,360r-111,0r-148,-302r-265,302r-124,0",w:667},Y:{d:"233,0r60,-292r-187,-406r110,0r139,316r275,-316r127,0r-366,406r-60,292r-98,0",w:667,k:{"\u00fc":67,"\u00f6":74,v:49,A:55,"\u00c6":55,"\u00c1":55,"\u00c2":55,"\u00c4":55,"\u00c0":55,"\u00c5":55,"\u00c3":55,",":129,".":129,"-":74,a:74,"\u00e6":74,"\u00e1":74,"\u00e2":74,"\u00e4":74,"\u00e0":74,"\u00e5":74,"\u00e3":74,e:74,"\u00e9":74,"\u00ea":74,"\u00eb":74,"\u00e8":74,i:37,"\u00ed":37,"\u00ee":37,"\u00ef":37,"\u00ec":37,o:74,"\u00f8":74,"\u00f3":74,"\u00f4":74,"\u00f2":74,"\u00f5":74,u:67,"\u00fa":67,"\u00fb":67,"\u00f9":67,":":92,";":92,p:55,q:86}},Z:{d:"-13,0r16,-88r460,-522r-343,0r18,-88r465,0r-16,89r-460,521r361,0r-17,88r-484,0"},"[":{d:"19,140r194,-896r192,0r-16,70r-99,0r-164,756r100,0r-14,70r-193,0",w:333},"\\":{d:"240,12r-240,-722r88,0r240,722r-88,0",w:278},"]":{d:"348,-756r-194,896r-192,0r16,-70r99,0r164,-756r-100,0r14,-70r193,0",w:333},"^":{d:"80,-294r199,-404r82,0r199,404r-88,0r-152,-312r-152,312r-88,0",w:600},_:{d:"0,75r500,0r0,50r-500,0r0,-50",w:500},"\u2018":{d:"324,-698r-115,245r-119,0r138,-245r96,0",w:278,k:{"\u2018":86}},a:{d:"128,-403r17,-93v45,-15,105,-26,142,-26v103,0,202,40,202,162v0,23,-4,56,-9,80v-19,95,-40,190,-53,280r-87,0r17,-85r-2,0v-32,61,-98,97,-166,97v-86,0,-163,-45,-163,-141v0,-145,131,-186,302,-186v20,0,45,2,68,3v2,-10,5,-21,5,-33v0,-73,-48,-101,-117,-101v-55,0,-114,18,-156,43xm376,-245r-72,0v-71,0,-178,19,-178,112v0,45,39,69,84,69v95,0,155,-95,166,-181"},b:{d:"174,-198v0,69,41,134,127,134v107,0,170,-129,170,-256v0,-86,-49,-126,-114,-126v-110,0,-183,122,-183,248xm35,0r159,-750r94,0r-63,295r2,0v32,-43,91,-67,162,-67v115,0,182,84,182,194v0,187,-87,340,-257,340v-109,0,-145,-42,-172,-97r-2,0r-17,85r-88,0",w:611},c:{d:"457,-502r-23,81v-33,-18,-65,-25,-91,-25v-121,0,-196,107,-196,231v0,95,48,151,138,151v32,0,73,-11,103,-23r-17,87v-31,9,-65,12,-98,12v-135,0,-226,-72,-226,-213v0,-173,101,-321,278,-321v54,0,94,7,132,20",w:444},d:{d:"638,-750r-126,581v-12,57,-22,113,-29,169r-88,0v5,-24,9,-52,17,-78r-2,0v-35,68,-97,90,-174,90v-123,0,-189,-98,-189,-214v0,-160,90,-320,264,-320v69,0,135,30,164,96r2,0r67,-324r94,0xm147,-209v0,81,38,145,124,145v118,0,172,-147,172,-243v0,-76,-45,-139,-127,-139v-111,0,-169,141,-169,237",w:611},e:{d:"160,-304r261,0v2,-15,3,-27,3,-39v0,-60,-37,-103,-108,-103v-77,0,-136,67,-156,142xm448,-95r-15,86v-49,12,-100,21,-151,21v-124,0,-235,-50,-235,-230v0,-141,99,-304,279,-304v123,0,192,74,192,195v0,34,-4,63,-9,93r-359,0v-2,11,-3,21,-3,32v0,107,66,138,157,138v47,0,98,-12,144,-31"},f:{d:"88,0r94,-434r-122,0r14,-76r124,0r12,-50v19,-85,56,-202,203,-202v23,0,48,4,72,11r-19,75v-10,-5,-35,-10,-45,-10v-83,0,-105,68,-118,129r-10,47r135,0r-15,76r-137,0r-94,434r-94,0",w:389,k:{f:18,"\u00df":18}},g:{d:"498,-510r87,0r-117,547v-22,101,-117,185,-274,185v-32,0,-115,-9,-171,-37r21,-84v47,25,109,45,163,45v108,0,159,-70,178,-149r13,-55r-2,0v-31,37,-70,58,-152,58v-90,0,-190,-71,-190,-204v0,-188,110,-320,257,-318v69,0,138,30,167,102r2,0xm154,-209v0,67,36,133,114,133v82,0,175,-64,175,-231v0,-76,-45,-139,-127,-139v-109,0,-162,139,-162,237",w:611},h:{d:"35,0r157,-750r94,0r-63,304r2,0v35,-51,97,-76,161,-76v99,0,170,52,170,160v0,30,-6,64,-12,93r-56,269r-94,0r63,-305v3,-17,5,-37,5,-48v0,-53,-35,-93,-93,-93v-116,0,-173,126,-186,189r-54,257r-94,0",w:611},i:{d:"41,0r108,-510r94,0r-108,510r-94,0xm296,-730r-22,106r-106,0r22,-106r106,0",w:278},j:{d:"-110,204r17,-74v13,6,28,10,42,10v49,0,68,-30,85,-109r115,-541r94,0r-120,566v-15,72,-41,166,-162,166v-17,0,-57,-10,-71,-18xm296,-730r-22,106r-106,0r22,-106r106,0",w:278},k:{d:"35,0r159,-750r94,0r-95,440r2,0r237,-200r138,0r-289,226r208,284r-120,0r-185,-262r-55,262r-94,0"},l:{d:"41,0r159,-750r94,0r-159,750r-94,0",w:278},m:{d:"35,0r94,-452v4,-18,6,-36,10,-58r88,0r-12,70r2,0v36,-54,95,-82,162,-82v60,0,118,28,135,89v50,-58,103,-89,181,-89v83,0,142,55,142,133v0,31,-7,71,-15,107r-59,282r-94,0r68,-323v4,-20,6,-37,6,-48v0,-42,-27,-75,-75,-75v-95,0,-148,111,-165,190r-57,256r-94,0r68,-323v4,-20,6,-37,6,-48v0,-42,-27,-75,-75,-75v-95,0,-148,111,-165,190r-57,256r-94,0",w:889},n:{d:"35,0r89,-432v4,-21,10,-48,14,-78r88,0r-16,81r2,0v30,-48,85,-93,174,-93v99,0,170,52,170,160v0,30,-6,64,-12,93r-56,269r-94,0r63,-305v3,-17,5,-37,5,-48v0,-53,-35,-93,-93,-93v-116,0,-173,126,-186,189r-54,257r-94,0",w:611},o:{d:"47,-215v0,-170,104,-307,291,-307v137,0,226,83,226,223v0,173,-102,311,-285,311v-140,0,-232,-76,-232,-227xm147,-208v0,81,42,144,131,144v106,0,186,-120,186,-235v0,-76,-45,-147,-130,-147v-125,0,-187,132,-187,238",w:611},p:{d:"-16,210r117,-551v10,-57,20,-113,27,-169r88,0r-17,78r2,0v37,-64,110,-90,181,-90v115,0,182,84,182,194v0,187,-87,340,-257,340v-89,0,-142,-30,-166,-88r-2,0r-61,286r-94,0xm167,-198v0,69,41,134,127,134v107,0,170,-129,170,-256v0,-86,-49,-126,-114,-126v-110,0,-183,122,-183,248",w:611},q:{d:"585,-510r-153,720r-93,0r55,-261r-2,0v-34,46,-89,63,-156,63v-123,0,-189,-98,-189,-214v0,-160,90,-320,264,-320v69,0,138,30,167,102r2,0r18,-90r87,0xm147,-209v0,81,38,145,124,145v118,0,172,-147,172,-243v0,-76,-45,-139,-127,-139v-111,0,-169,141,-169,237",w:611},r:{d:"35,0r89,-432v4,-21,10,-48,14,-78r88,0r-16,81r2,0v30,-48,85,-93,174,-93v9,0,25,2,43,9r-21,83v-18,-7,-33,-10,-40,-10v-116,0,-173,126,-186,189r-53,251r-94,0",w:389,k:{",":92,".":92,"-":18}},s:{d:"389,-494r-28,74v-26,-13,-67,-26,-102,-26v-41,0,-95,11,-95,62v0,87,174,91,174,233v0,123,-113,163,-193,163v-81,0,-111,-11,-149,-24r18,-81v37,15,76,29,117,29v51,0,107,-21,107,-79v0,-87,-174,-100,-174,-229v0,-108,108,-150,192,-150v45,0,91,11,133,28",w:389},t:{d:"60,-434r14,-76r114,0r25,-118r101,-35r-32,153r140,0r-15,76r-141,0r-47,219v-5,23,-15,78,-15,96v0,36,20,55,68,55v20,0,48,-5,66,-13r-14,78v-21,8,-65,11,-92,11v-89,0,-122,-59,-122,-113v0,-33,12,-92,18,-120r44,-213r-112,0",w:389},u:{d:"584,-510r-89,432v-4,21,-10,48,-14,78r-88,0r16,-81r-2,0v-30,48,-85,93,-174,93v-99,0,-170,-52,-170,-160v0,-30,6,-64,12,-93r56,-269r94,0r-63,305v-3,17,-5,37,-5,48v0,53,35,93,93,93v116,0,173,-126,186,-189r54,-257r94,0",w:611},v:{d:"149,0r-80,-510r100,0r52,412r2,0r227,-412r100,0r-291,510r-110,0",w:500,k:{",":74,".":74}},w:{d:"125,0r-56,-510r94,0r35,410r2,0r218,-410r114,0r35,410r2,0r212,-410r104,0r-279,510r-108,0r-40,-410r-2,0r-220,410r-111,0",w:833,k:{",":55,".":55}},x:{d:"-42,0r236,-269r-108,-241r103,0r76,184r153,-184r114,0r-217,245r124,265r-106,0r-88,-200r-170,200r-117,0",w:500},y:{d:"-38,215r16,-78v7,4,24,9,41,9v57,-1,96,-39,135,-118r-82,-538r98,0r59,407r2,0r222,-407r101,0r-348,606v-45,78,-79,126,-173,126v-23,0,-47,-2,-71,-7",w:500,k:{",":74,".":74}},z:{d:"-6,0r16,-82r363,-352r-283,0r15,-76r404,0r-19,82r-366,352r302,0r-17,76r-415,0",w:500},"{":{d:"420,-756r-15,70r-51,0v-41,0,-57,27,-67,73r-39,182v-20,91,-92,119,-119,122r0,2v21,4,69,22,69,89v0,10,-1,22,-4,34r-38,181v-2,10,-4,20,-4,34v0,21,7,39,36,39r51,0r-14,70r-78,0v-42,0,-89,-33,-89,-98v0,-9,1,-19,3,-28r40,-184v2,-10,3,-20,3,-28v0,-51,-32,-75,-67,-75r15,-70v41,-4,96,-41,109,-102r40,-185v20,-93,77,-126,141,-126r78,0",w:333},"|":{d:"92,-750r88,0r0,1000r-88,0r0,-1000",w:222},"}":{d:"-86,140r15,-70r51,0v41,0,57,-27,67,-73r39,-182v20,-91,92,-119,119,-122r0,-2v-21,-4,-69,-22,-69,-89v0,-10,1,-22,4,-34r38,-181v2,-10,4,-20,4,-34v0,-21,-7,-39,-36,-39r-51,0r14,-70r78,0v42,0,89,33,89,98v0,9,-1,19,-3,28r-40,184v-2,10,-3,20,-3,28v0,51,32,75,67,75r-15,70v-41,4,-96,41,-109,102r-40,185v-20,93,-77,126,-141,126r-78,0",w:333},"~":{d:"510,-333r36,70v-30,42,-63,86,-125,86v-37,0,-69,-15,-102,-33v-32,-18,-69,-36,-115,-36v-44,0,-68,38,-84,73r-36,-70v22,-42,58,-85,125,-85v34,0,73,14,111,31v37,16,75,38,102,38v40,0,65,-39,88,-74",w:600},"\u00a1":{d:"249,-314r-97,502r-118,0r124,-502r91,0xm300,-510r-23,112r-112,0r23,-112r112,0",w:389},"\u00a2":{d:"234,-89r112,-352v-102,17,-164,113,-164,226v0,58,18,102,52,126xm164,133r44,-138v-78,-28,-126,-94,-126,-196v0,-173,101,-321,278,-321r11,0r36,-112r56,0r-37,117v24,3,45,8,66,15r-23,81v-24,-13,-47,-18,-66,-20r-119,373v11,3,23,4,36,4v32,0,73,-11,103,-23r-17,87v-31,9,-65,12,-98,12v-16,0,-32,-1,-48,-4r-40,125r-56,0"},"\u00a3":{d:"9,0r17,-88r95,0r56,-260r-85,0r12,-58r85,0r11,-47v31,-140,83,-257,256,-257v47,0,99,8,141,29r-24,83v-32,-13,-66,-24,-101,-24v-116,0,-151,75,-174,178r-9,38r162,0r-10,58r-164,0r-56,260r249,0r-17,88r-444,0"},"\u00a5":{d:"181,0r32,-162r-139,0r11,-58r139,0r14,-72r-6,-16r-129,0r11,-58r97,0r-120,-332r104,0r102,316r232,-316r100,0r-243,332r107,0r-11,58r-139,0r-12,16r-14,72r147,0r-11,58r-147,0r-32,162r-93,0"},"\u00a7":{d:"530,-678r-27,82v-45,-23,-87,-32,-138,-32v-51,0,-127,15,-127,72v0,104,261,95,261,254v0,72,-56,114,-114,146v33,22,55,49,55,102v0,90,-70,178,-239,178v-63,0,-128,-8,-186,-34r27,-83v50,19,99,35,153,35v68,0,151,-17,151,-91v0,-101,-256,-84,-256,-236v0,-75,57,-118,115,-156v-37,-27,-61,-60,-61,-107v0,-74,56,-162,222,-162v55,0,113,10,164,32xm311,-379r-52,-26v-32,26,-81,56,-81,103v0,36,61,67,87,79r67,31v33,-22,79,-49,79,-94v0,-43,-44,-68,-100,-93"},"\u00a4":{d:"44,-146r56,-57v-33,-39,-50,-90,-50,-146v0,-54,15,-110,50,-148r-56,-54r51,-52r55,55v38,-31,95,-49,148,-49v56,0,110,18,150,49r54,-55r50,52r-54,54v32,36,48,92,48,148v0,54,-16,108,-48,146r54,57r-50,51r-54,-57v-38,33,-93,51,-150,51v-56,0,-110,-17,-148,-51r-55,57xm138,-349v0,92,72,166,160,166v92,0,160,-78,160,-166v0,-88,-69,-166,-160,-166v-89,0,-160,75,-160,166"},"'":{d:"135,-453r0,-245r88,0r0,245r-88,0",w:278},"\u201c":{d:"561,-698r-115,245r-119,0r138,-245r96,0xm365,-698r-115,245r-119,0r138,-245r96,0"},"\u00ab":{d:"391,-67r-148,-202r183,-202r104,0r-188,202r146,202r-97,0xm192,-67r-148,-202r183,-202r104,0r-188,202r146,202r-97,0"},"\u2013":{d:"-1,-234r15,-70r500,0r-15,70r-500,0",w:500},"\u00b7":{d:"96,-303v0,-33,26,-59,59,-59v33,0,59,26,59,59v0,33,-26,59,-59,59v-33,0,-59,-26,-59,-59",w:278},"\u00b6":{d:"173,112r93,-445v-118,0,-184,-58,-183,-143v0,-158,139,-222,279,-222r271,0r-169,810r-89,0r154,-740r-115,0r-154,740r-87,0",w:600},"\u201d":{d:"131,-453r115,-245r119,0r-138,245r-96,0xm327,-453r115,-245r119,0r-138,245r-96,0"},"\u00bb":{d:"183,-471r148,202r-183,202r-104,0r188,-202r-146,-202r97,0xm382,-471r148,202r-183,202r-104,0r188,-202r-146,-202r97,0"},"\u2026":{d:"71,0r23,-112r112,0r-23,112r-112,0xm404,0r23,-112r112,0r-23,112r-112,0xm737,0r23,-112r112,0r-23,112r-112,0",w:1000},"\u00bf":{d:"348,83r-11,93v-51,14,-104,24,-157,24v-100,0,-201,-37,-201,-163v0,-104,70,-146,141,-206v78,-66,82,-89,92,-145r94,0v-28,118,-34,138,-136,214v-43,32,-85,70,-85,128v0,71,63,84,121,84v49,0,96,-14,142,-29xm353,-510r-23,112r-112,0r23,-112r112,0",w:500},"`":{d:"205,-725r67,144r-67,0r-101,-144r101,0",w:278},"\u00b4":{d:"164,-581r94,-144r112,0r-135,144r-71,0",w:278},"\u00af":{d:"81,-615r12,-58r269,0r-11,58r-270,0",w:278},"\u00a8":{d:"337,-588r-88,0r21,-100r88,0xm172,-588r-88,0r21,-100r88,0",w:278},"\u00b8":{d:"146,0r42,0r-54,61r2,2v7,-2,18,-4,27,-4v44,0,92,21,92,76v0,61,-69,87,-121,87v-34,0,-66,-7,-97,-22r16,-36v21,7,43,18,65,18v34,0,61,-9,61,-45v0,-24,-21,-38,-46,-38v-14,0,-29,4,-42,10r-17,-24",w:278},"\u2014":{d:"-1,-234r15,-70r1000,0r-15,70r-1000,0",w:1000},"\u00c6":{d:"-36,0r561,-698r437,0r-15,88r-264,0r-39,204r241,0r-17,88r-241,0r-44,230r264,0r-16,88r-367,0r34,-176r-270,0r-141,176r-123,0xm514,-258r70,-358r-2,0r-288,358r220,0",w:944},"\u00aa":{d:"136,-621r11,-74v42,-8,85,-15,128,-15v62,0,137,22,137,97v0,14,-3,39,-7,60v-10,47,-24,104,-33,157r-80,0r11,-50r-2,0v-21,39,-65,58,-108,58v-56,0,-129,-18,-129,-87v0,-102,122,-118,200,-118r57,0v1,-6,3,-12,3,-20v0,-26,-36,-33,-69,-33v-29,0,-81,11,-119,25xm315,-535r-47,0v-38,0,-116,7,-116,52v0,27,37,31,55,31v53,0,100,-33,108,-83",w:361},"\u00d8":{d:"221,-142r338,-458v-26,-15,-57,-22,-94,-22v-171,0,-285,163,-285,341v0,57,14,105,41,139xm605,-560r-338,459v26,16,62,25,104,25v172,0,274,-185,274,-337v0,-63,-13,-112,-40,-147xm81,48r77,-104v-55,-48,-84,-126,-84,-228v0,-198,138,-426,394,-426v58,0,108,11,148,33r69,-93r50,35r-68,92v54,47,84,121,84,216v0,221,-131,439,-384,439v-63,0,-116,-11,-159,-33r-77,104",w:778},"\u00ba":{d:"242,-388v-97,0,-156,-46,-156,-137v0,-103,67,-185,195,-185v95,0,153,50,153,135v0,104,-67,187,-192,187xm346,-562v0,-47,-22,-84,-71,-84v-65,0,-100,49,-101,119v0,37,27,75,72,75v55,0,100,-43,100,-110",w:397},"\u00e6":{d:"129,-406r18,-91v49,-15,102,-25,154,-25v67,0,151,15,182,88v34,-48,92,-88,188,-88v123,0,192,74,192,195v0,34,-4,63,-9,93r-351,0v-3,13,-3,25,-3,37v1,86,75,133,159,133v46,0,92,-12,134,-30r-13,84v-30,11,-83,22,-124,22v-126,0,-182,-26,-232,-113v-41,71,-128,113,-213,113v-108,0,-185,-45,-185,-141v0,-145,131,-186,302,-186v30,0,57,2,86,4v3,-11,4,-23,4,-34v0,-66,-49,-101,-123,-101v-60,0,-114,17,-166,40xm398,-245r-94,0v-71,0,-178,19,-178,112v0,45,39,69,94,69v109,0,160,-89,178,-181xm505,-304r261,0v2,-15,3,-27,3,-39v0,-60,-37,-103,-108,-103v-77,0,-136,67,-156,142",w:889},"\u00f8":{d:"167,-123r228,-308v-18,-10,-38,-15,-61,-15v-125,0,-187,132,-187,238v0,32,7,62,20,85xm436,-393r-230,310v19,12,43,19,72,19v106,0,186,-120,186,-235v0,-35,-9,-68,-28,-94xm47,39r63,-85v-40,-37,-63,-94,-63,-169v0,-170,104,-307,291,-307v41,0,78,8,108,23r61,-83r45,33r-59,79v45,37,71,96,71,171v0,173,-102,311,-285,311v-47,0,-89,-9,-123,-27r-64,87",w:611},"\u00df":{d:"35,0r104,-493v22,-106,53,-269,248,-269v87,0,198,36,198,183v0,89,-66,169,-155,183r0,2v83,10,127,71,127,152v0,115,-70,215,-188,241v-18,4,-50,7,-68,7v-34,0,-67,-4,-100,-10r17,-77v28,8,57,11,86,11v93,0,153,-80,153,-171v0,-95,-60,-116,-151,-116r16,-76v87,0,169,-51,169,-145v0,-68,-44,-108,-106,-108v-106,0,-135,114,-153,200r-103,486r-94,0",w:611},"\u00b9":{d:"145,-282r77,-346r-74,45r-35,-45r134,-76r81,0r-98,422r-85,0",w:361},"\u00ac":{d:"62,-314r0,-88r506,0r0,295r-88,0r0,-207r-418,0",w:600},"\u00b5":{d:"594,-510r-89,432v-4,21,-10,48,-14,78r-88,0r16,-81r-2,0v-30,48,-85,93,-174,93v-57,2,-86,-6,-111,-23r-45,221r-94,0r148,-720r94,0r-63,305v-3,17,-5,37,-5,48v0,53,35,93,93,93v116,0,173,-126,186,-189r54,-257r94,0",w:611},"\u2122":{d:"421,-698r0,70r-128,0r0,346r-76,0r0,-346r-128,0r0,-70r332,0xm519,-282r0,-416r118,0r109,281r107,-281r118,0r0,416r-76,0r0,-318r-2,0r-117,318r-62,0r-117,-318r-2,0r0,318r-76,0",w:990},"\u00d0":{d:"42,0r73,-342r-75,0r14,-64r74,0r62,-292r154,0v246,0,351,125,351,282v0,248,-153,416,-445,416r-208,0xm273,-610r-43,204r180,0r-14,64r-180,0r-54,254r106,0v198,0,321,-128,321,-317v0,-120,-55,-205,-258,-205r-58,0",w:722},"\u00bd":{d:"171,22r434,-742r71,0r-435,742r-70,0xm125,-282r77,-346r-74,45r-35,-45r134,-76r81,0r-98,422r-85,0xm459,0r14,-62v50,-41,256,-184,256,-252v0,-38,-33,-44,-63,-44v-37,0,-74,10,-106,20r6,-69v40,-14,74,-21,116,-21v68,0,135,28,135,102v0,104,-164,203,-223,253r0,3r169,0r-14,70r-290,0",w:834},"\u00b1":{d:"62,-271r0,-88r209,0r0,-147r88,0r0,147r209,0r0,88r-209,0r0,147r-88,0r0,-147r-209,0xm62,0r0,-88r506,0r0,88r-506,0",w:600},"\u00de":{d:"249,-508r-53,243r53,0v103,0,210,-21,210,-134v0,-97,-74,-109,-158,-109r-52,0xm38,0r152,-698r100,0r-22,102r75,0v104,0,224,43,224,182v0,138,-101,237,-289,237r-101,0r-39,177r-100,0"},"\u00bc":{d:"664,-153r50,-211r-2,0r-190,211r142,0xm627,0r20,-83r-229,0r14,-70r247,-269r134,0r-66,269r56,0r-14,70r-60,0r-20,83r-82,0xm151,22r434,-742r71,0r-435,742r-70,0xm125,-282r77,-346r-74,45r-35,-45r134,-76r81,0r-98,422r-85,0",w:834},"\u00f7":{d:"62,-209r0,-88r506,0r0,88r-506,0xm239,-460v0,-42,35,-77,77,-77v40,0,76,36,76,77v0,38,-36,76,-75,76v-43,0,-78,-35,-78,-76xm239,-46v0,-42,35,-76,77,-76v40,0,76,35,76,76v0,38,-36,77,-75,77v-43,0,-78,-36,-78,-77",w:600},"\u00a6":{d:"92,-675r88,0r0,350r-88,0r0,-350xm92,-175r88,0r0,350r-88,0r0,-350",w:222},"\u00b0":{d:"107,-567v0,-79,64,-143,143,-143v79,0,143,64,143,143v0,79,-64,143,-143,143v-79,0,-143,-64,-143,-143xm171,-567v0,44,35,79,79,79v44,0,79,-35,79,-79v0,-44,-35,-79,-79,-79v-44,0,-79,35,-79,79",w:400},"\u00fe":{d:"-16,210r203,-960r94,0r-63,295r2,0v32,-43,91,-67,162,-67v115,0,182,84,182,194v0,187,-87,340,-257,340v-89,0,-142,-30,-166,-88r-2,0r-61,286r-94,0xm167,-198v0,69,41,134,127,134v107,0,170,-129,170,-256v0,-86,-49,-126,-114,-126v-110,0,-183,122,-183,248",w:611},"\u00be":{d:"664,-153r50,-211r-2,0r-190,211r142,0xm627,0r20,-83r-229,0r14,-70r247,-269r134,0r-66,269r56,0r-14,70r-60,0r-20,83r-82,0xm191,22r434,-742r71,0r-435,742r-70,0xm137,-466r9,-70v42,0,150,1,150,-64v0,-31,-39,-40,-63,-40v-37,0,-74,8,-108,21r6,-76v33,-7,66,-15,100,-15v66,0,153,16,153,100v0,63,-70,102,-125,109r0,2v43,10,85,40,85,86v0,92,-106,137,-185,137v-44,0,-87,-5,-129,-19r16,-75v31,20,67,24,103,24v45,0,107,-12,107,-69v0,-51,-84,-51,-119,-51",w:834},"\u00b2":{d:"29,-282r14,-62v50,-41,256,-184,256,-252v0,-38,-33,-44,-63,-44v-37,0,-74,10,-106,20r6,-69v40,-14,74,-21,116,-21v68,0,135,28,135,102v0,104,-164,203,-223,253r0,3r169,0r-14,70r-290,0",w:361},"\u00ae":{d:"420,12v-199,0,-361,-162,-361,-361v0,-199,162,-361,361,-361v199,0,361,162,361,361v0,199,-162,361,-361,361xm420,-58v151,0,273,-122,273,-291v0,-169,-122,-291,-273,-291v-151,0,-273,122,-273,291v0,169,122,291,273,291xm281,-146r0,-409r152,0v98,0,151,34,151,120v0,70,-40,104,-107,110r110,179r-78,0r-106,-176r-46,0r0,176r-76,0xm357,-497r0,117r67,0v45,0,84,-6,84,-61v0,-48,-44,-56,-83,-56r-68,0",w:800},"\u00f0":{d:"147,-208v0,81,42,144,131,144v106,0,186,-120,186,-235v0,-76,-45,-147,-130,-147v-125,0,-187,132,-187,238xm172,-608r115,-54v-25,-18,-50,-33,-75,-47r72,-53v31,18,61,38,90,60r130,-60r43,51r-121,56v80,80,138,192,138,356v0,173,-102,311,-285,311v-140,0,-232,-76,-232,-227v0,-170,104,-307,291,-307v37,0,66,8,90,22r2,0v-23,-44,-53,-83,-88,-116r-127,59",w:611},"\u00d7":{d:"253,-253r-170,-170r62,-62r170,171r170,-171r62,62r-171,170r171,170r-62,62r-170,-171r-170,171r-62,-62",w:600},"\u00b3":{d:"147,-466r9,-70v42,0,150,1,150,-64v0,-31,-39,-40,-63,-40v-37,0,-74,8,-108,21r6,-76v33,-7,66,-15,100,-15v66,0,153,16,153,100v0,63,-70,102,-125,109r0,2v43,10,85,40,85,86v0,92,-106,137,-185,137v-44,0,-87,-5,-129,-19r16,-75v31,20,67,24,103,24v45,0,107,-12,107,-69v0,-51,-84,-51,-119,-51",w:361},"\u00a9":{d:"529,-285r73,0v-16,99,-88,156,-173,156v-125,0,-205,-95,-205,-220v0,-125,75,-218,202,-218v88,0,163,53,176,150r-73,0v-10,-49,-50,-80,-102,-80v-84,0,-127,63,-127,146v0,87,48,152,129,152v54,0,93,-32,100,-86xm59,-349v0,-199,162,-361,361,-361v199,0,361,162,361,361v0,199,-162,361,-361,361v-199,0,-361,-162,-361,-361xm147,-349v0,169,122,291,273,291v151,0,273,-122,273,-291v0,-169,-122,-291,-273,-291v-151,0,-273,122,-273,291",w:800},"\u00c1":{d:"520,-258r-66,-332r-211,332r277,0xm-31,0r453,-698r99,0r154,698r-103,0r-37,-176r-343,0r-112,176r-111,0xm441,-742r94,-144r112,0r-135,144r-71,0",w:722},"\u00c2":{d:"520,-258r-66,-332r-211,332r277,0xm-31,0r453,-698r99,0r154,698r-103,0r-37,-176r-343,0r-112,176r-111,0xm335,-742r133,-144r86,0r75,144r-74,0r-51,-98r-87,98r-82,0",w:722},"\u00c4":{d:"520,-258r-66,-332r-211,332r277,0xm-31,0r453,-698r99,0r154,698r-103,0r-37,-176r-343,0r-112,176r-111,0xm614,-749r-88,0r21,-100r88,0xm449,-749r-88,0r21,-100r88,0",w:722},"\u00c0":{d:"520,-258r-66,-332r-211,332r277,0xm-31,0r453,-698r99,0r154,698r-103,0r-37,-176r-343,0r-112,176r-111,0xm446,-886r67,144r-67,0r-101,-144r101,0",w:722},"\u00c5":{d:"520,-258r-66,-332r-211,332r277,0xm-31,0r453,-698r99,0r154,698r-103,0r-37,-176r-343,0r-112,176r-111,0xm579,-828v0,56,-45,102,-101,102v-56,0,-100,-46,-100,-102v0,-57,44,-102,100,-102v56,0,101,45,101,102xm539,-828v0,-33,-29,-62,-61,-62v-32,0,-60,27,-60,62v0,34,28,62,60,62v32,0,61,-30,61,-62",w:722},"\u00c3":{d:"520,-258r-66,-332r-211,332r277,0xm-31,0r453,-698r99,0r154,698r-103,0r-37,-176r-343,0r-112,176r-111,0xm374,-747r-46,0v6,-43,26,-112,94,-112v52,0,112,47,154,46v30,2,43,-23,46,-46r46,0v-6,43,-26,112,-94,112v-52,0,-112,-47,-154,-46v-30,-2,-43,23,-46,46",w:722},"\u00c7":{d:"659,-678r-29,86v-42,-18,-88,-30,-135,-30v-212,0,-315,156,-315,320v0,153,102,226,238,226v42,0,86,-8,125,-24r-13,93v-41,13,-85,19,-128,19v-19,0,-37,-1,-55,-4r-46,53r2,2v7,-2,18,-4,27,-4v44,0,92,21,92,76v0,61,-69,87,-121,87v-34,0,-66,-7,-97,-22r16,-36v21,7,43,18,65,18v34,0,61,-9,61,-45v0,-24,-21,-38,-46,-38v-14,0,-29,4,-42,10r-17,-24r70,-83v-140,-28,-237,-126,-237,-309v0,-171,118,-403,419,-403v56,0,114,11,166,32",w:611},"\u00c9":{d:"42,0r153,-698r379,0r-20,88r-276,0r-45,204r259,0r-17,88r-262,0r-51,230r293,0r-19,88r-394,0xm333,-747r94,-144r112,0r-135,144r-71,0"},"\u00ca":{d:"42,0r153,-698r379,0r-20,88r-276,0r-45,204r259,0r-17,88r-262,0r-51,230r293,0r-19,88r-394,0xm227,-747r133,-144r86,0r75,144r-74,0r-51,-98r-87,98r-82,0"},"\u00cb":{d:"42,0r153,-698r379,0r-20,88r-276,0r-45,204r259,0r-17,88r-262,0r-51,230r293,0r-19,88r-394,0xm506,-754r-88,0r21,-100r88,0xm341,-754r-88,0r21,-100r88,0"},"\u00c8":{d:"42,0r153,-698r379,0r-20,88r-276,0r-45,204r259,0r-17,88r-262,0r-51,230r293,0r-19,88r-394,0xm374,-891r67,144r-67,0r-101,-144r101,0"},"\u00cd":{d:"38,0r150,-698r101,0r-150,698r-101,0xm194,-747r94,-144r112,0r-135,144r-71,0",w:278},"\u00ce":{d:"38,0r150,-698r101,0r-150,698r-101,0xm88,-747r133,-144r86,0r75,144r-74,0r-51,-98r-87,98r-82,0",w:278},"\u00cf":{d:"38,0r150,-698r101,0r-150,698r-101,0xm367,-754r-88,0r21,-100r88,0xm202,-754r-88,0r21,-100r88,0",w:278},"\u00cc":{d:"38,0r150,-698r101,0r-150,698r-101,0xm235,-891r67,144r-67,0r-101,-144r101,0",w:278},"\u00d1":{d:"42,0r145,-698r132,0r197,585r2,0r124,-585r95,0r-152,698r-129,0r-197,-580r-2,0r-119,580r-96,0xm346,-747r-46,0v6,-43,26,-112,94,-112v52,0,112,47,154,46v30,2,43,-23,46,-46r46,0v-6,43,-26,112,-94,112v-52,0,-112,-47,-154,-46v-30,-2,-43,23,-46,46",w:722},"\u00d3":{d:"74,-284v0,-198,138,-426,394,-426v178,0,283,105,283,283v0,221,-131,439,-384,439v-192,0,-293,-103,-293,-296xm180,-281v0,124,65,205,191,205v172,0,274,-185,274,-337v0,-134,-60,-209,-180,-209v-171,0,-285,163,-285,341xm449,-751r94,-144r112,0r-135,144r-71,0",w:778},"\u00d4":{d:"74,-284v0,-198,138,-426,394,-426v178,0,283,105,283,283v0,221,-131,439,-384,439v-192,0,-293,-103,-293,-296xm180,-281v0,124,65,205,191,205v172,0,274,-185,274,-337v0,-134,-60,-209,-180,-209v-171,0,-285,163,-285,341xm343,-751r133,-144r86,0r75,144r-74,0r-51,-98r-87,98r-82,0",w:778},"\u00d6":{d:"74,-284v0,-198,138,-426,394,-426v178,0,283,105,283,283v0,221,-131,439,-384,439v-192,0,-293,-103,-293,-296xm180,-281v0,124,65,205,191,205v172,0,274,-185,274,-337v0,-134,-60,-209,-180,-209v-171,0,-285,163,-285,341xm622,-758r-88,0r21,-100r88,0xm457,-758r-88,0r21,-100r88,0",w:778},"\u00d2":{d:"74,-284v0,-198,138,-426,394,-426v178,0,283,105,283,283v0,221,-131,439,-384,439v-192,0,-293,-103,-293,-296xm180,-281v0,124,65,205,191,205v172,0,274,-185,274,-337v0,-134,-60,-209,-180,-209v-171,0,-285,163,-285,341xm490,-895r67,144r-67,0r-101,-144r101,0",w:778},"\u00d5":{d:"74,-284v0,-198,138,-426,394,-426v178,0,283,105,283,283v0,221,-131,439,-384,439v-192,0,-293,-103,-293,-296xm180,-281v0,124,65,205,191,205v172,0,274,-185,274,-337v0,-134,-60,-209,-180,-209v-171,0,-285,163,-285,341xm382,-756r-46,0v6,-43,26,-112,94,-112v52,0,112,47,154,46v30,2,43,-23,46,-46r46,0v-6,43,-26,112,-94,112v-52,0,-112,-47,-154,-46v-30,-2,-43,23,-46,46",w:778},"\u00da":{d:"736,-698r-90,410v-47,212,-146,300,-306,300v-194,0,-246,-136,-246,-211v0,-48,15,-112,24,-156r74,-343r100,0r-90,421v-5,25,-8,47,-8,62v0,91,65,139,152,139v148,0,188,-151,213,-268r77,-354r100,0xm421,-742r94,-144r112,0r-135,144r-71,0",w:722},"\u00db":{d:"736,-698r-90,410v-47,212,-146,300,-306,300v-194,0,-246,-136,-246,-211v0,-48,15,-112,24,-156r74,-343r100,0r-90,421v-5,25,-8,47,-8,62v0,91,65,139,152,139v148,0,188,-151,213,-268r77,-354r100,0xm315,-742r133,-144r86,0r75,144r-74,0r-51,-98r-87,98r-82,0",w:722},"\u00dc":{d:"736,-698r-90,410v-47,212,-146,300,-306,300v-194,0,-246,-136,-246,-211v0,-48,15,-112,24,-156r74,-343r100,0r-90,421v-5,25,-8,47,-8,62v0,91,65,139,152,139v148,0,188,-151,213,-268r77,-354r100,0xm594,-749r-88,0r21,-100r88,0xm429,-749r-88,0r21,-100r88,0",w:722},"\u00d9":{d:"736,-698r-90,410v-47,212,-146,300,-306,300v-194,0,-246,-136,-246,-211v0,-48,15,-112,24,-156r74,-343r100,0r-90,421v-5,25,-8,47,-8,62v0,91,65,139,152,139v148,0,188,-151,213,-268r77,-354r100,0xm462,-886r67,144r-67,0r-101,-144r101,0",w:722},"\u00dd":{d:"233,0r60,-292r-187,-406r110,0r139,316r275,-316r127,0r-366,406r-60,292r-98,0xm359,-769r94,-144r112,0r-135,144r-71,0",w:667,k:{v:49,A:55,"\u00c6":55,"\u00c1":55,"\u00c2":55,"\u00c4":55,"\u00c0":55,"\u00c5":55,"\u00c3":55,",":129,".":129,"-":74,a:74,"\u00e6":74,"\u00e1":74,"\u00e2":74,"\u00e4":74,"\u00e0":74,"\u00e5":74,"\u00e3":74,e:74,"\u00e9":74,"\u00ea":74,"\u00eb":74,"\u00e8":74,i:37,"\u00ed":37,"\u00ee":37,"\u00ef":37,"\u00ec":37,o:74,"\u00f8":74,"\u00f3":74,"\u00f4":74,"\u00f6":74,"\u00f2":74,"\u00f5":74,u:67,"\u00fa":67,"\u00fb":67,"\u00fc":67,"\u00f9":67,":":92,";":92,p:55,q:86}},"\u00e1":{d:"128,-403r17,-93v45,-15,105,-26,142,-26v103,0,202,40,202,162v0,23,-4,56,-9,80v-19,95,-40,190,-53,280r-87,0r17,-85r-2,0v-32,61,-98,97,-166,97v-86,0,-163,-45,-163,-141v0,-145,131,-186,302,-186v20,0,45,2,68,3v2,-10,5,-21,5,-33v0,-73,-48,-101,-117,-101v-55,0,-114,18,-156,43xm376,-245r-72,0v-71,0,-178,19,-178,112v0,45,39,69,84,69v95,0,155,-95,166,-181xm303,-581r94,-144r112,0r-135,144r-71,0"},"\u00e2":{d:"128,-403r17,-93v45,-15,105,-26,142,-26v103,0,202,40,202,162v0,23,-4,56,-9,80v-19,95,-40,190,-53,280r-87,0r17,-85r-2,0v-32,61,-98,97,-166,97v-86,0,-163,-45,-163,-141v0,-145,131,-186,302,-186v20,0,45,2,68,3v2,-10,5,-21,5,-33v0,-73,-48,-101,-117,-101v-55,0,-114,18,-156,43xm376,-245r-72,0v-71,0,-178,19,-178,112v0,45,39,69,84,69v95,0,155,-95,166,-181xm197,-581r133,-144r86,0r75,144r-74,0r-51,-98r-87,98r-82,0"},"\u00e4":{d:"128,-403r17,-93v45,-15,105,-26,142,-26v103,0,202,40,202,162v0,23,-4,56,-9,80v-19,95,-40,190,-53,280r-87,0r17,-85r-2,0v-32,61,-98,97,-166,97v-86,0,-163,-45,-163,-141v0,-145,131,-186,302,-186v20,0,45,2,68,3v2,-10,5,-21,5,-33v0,-73,-48,-101,-117,-101v-55,0,-114,18,-156,43xm376,-245r-72,0v-71,0,-178,19,-178,112v0,45,39,69,84,69v95,0,155,-95,166,-181xm476,-588r-88,0r21,-100r88,0xm311,-588r-88,0r21,-100r88,0"},"\u00e0":{d:"128,-403r17,-93v45,-15,105,-26,142,-26v103,0,202,40,202,162v0,23,-4,56,-9,80v-19,95,-40,190,-53,280r-87,0r17,-85r-2,0v-32,61,-98,97,-166,97v-86,0,-163,-45,-163,-141v0,-145,131,-186,302,-186v20,0,45,2,68,3v2,-10,5,-21,5,-33v0,-73,-48,-101,-117,-101v-55,0,-114,18,-156,43xm376,-245r-72,0v-71,0,-178,19,-178,112v0,45,39,69,84,69v95,0,155,-95,166,-181xm344,-725r67,144r-67,0r-101,-144r101,0"},"\u00e5":{d:"128,-403r17,-93v45,-15,105,-26,142,-26v103,0,202,40,202,162v0,23,-4,56,-9,80v-19,95,-40,190,-53,280r-87,0r17,-85r-2,0v-32,61,-98,97,-166,97v-86,0,-163,-45,-163,-141v0,-145,131,-186,302,-186v20,0,45,2,68,3v2,-10,5,-21,5,-33v0,-73,-48,-101,-117,-101v-55,0,-114,18,-156,43xm376,-245r-72,0v-71,0,-178,19,-178,112v0,45,39,69,84,69v95,0,155,-95,166,-181xm446,-640v0,56,-45,102,-101,102v-56,0,-100,-46,-100,-102v0,-57,44,-102,100,-102v56,0,101,45,101,102xm406,-640v0,-33,-29,-62,-61,-62v-32,0,-60,27,-60,62v0,34,28,62,60,62v32,0,61,-30,61,-62"},"\u00e3":{d:"128,-403r17,-93v45,-15,105,-26,142,-26v103,0,202,40,202,162v0,23,-4,56,-9,80v-19,95,-40,190,-53,280r-87,0r17,-85r-2,0v-32,61,-98,97,-166,97v-86,0,-163,-45,-163,-141v0,-145,131,-186,302,-186v20,0,45,2,68,3v2,-10,5,-21,5,-33v0,-73,-48,-101,-117,-101v-55,0,-114,18,-156,43xm376,-245r-72,0v-71,0,-178,19,-178,112v0,45,39,69,84,69v95,0,155,-95,166,-181xm236,-586r-46,0v6,-43,26,-112,94,-112v52,0,112,47,154,46v30,2,43,-23,46,-46r46,0v-6,43,-26,112,-94,112v-52,0,-112,-47,-154,-46v-30,-2,-43,23,-46,46"},"\u00e7":{d:"457,-502r-23,81v-33,-18,-65,-25,-91,-25v-121,0,-196,107,-196,231v0,95,48,151,138,151v32,0,73,-11,103,-23r-17,87v-31,9,-65,12,-98,12v-4,0,-9,0,-12,-1r-44,50r2,2v7,-2,18,-4,27,-4v44,0,92,21,92,76v0,61,-69,87,-121,87v-34,0,-66,-7,-97,-22r16,-36v21,7,43,18,65,18v34,0,61,-9,61,-45v0,-24,-21,-38,-46,-38v-14,0,-29,4,-42,10r-17,-24r65,-77v-106,-16,-175,-86,-175,-209v0,-173,101,-321,278,-321v54,0,94,7,132,20",w:444},"\u00e9":{d:"160,-304r261,0v2,-15,3,-27,3,-39v0,-60,-37,-103,-108,-103v-77,0,-136,67,-156,142xm448,-95r-15,86v-49,12,-100,21,-151,21v-124,0,-235,-50,-235,-230v0,-141,99,-304,279,-304v123,0,192,74,192,195v0,34,-4,63,-9,93r-359,0v-2,11,-3,21,-3,32v0,107,66,138,157,138v47,0,98,-12,144,-31xm303,-581r94,-144r112,0r-135,144r-71,0"},"\u00ea":{d:"160,-304r261,0v2,-15,3,-27,3,-39v0,-60,-37,-103,-108,-103v-77,0,-136,67,-156,142xm448,-95r-15,86v-49,12,-100,21,-151,21v-124,0,-235,-50,-235,-230v0,-141,99,-304,279,-304v123,0,192,74,192,195v0,34,-4,63,-9,93r-359,0v-2,11,-3,21,-3,32v0,107,66,138,157,138v47,0,98,-12,144,-31xm197,-581r133,-144r86,0r75,144r-74,0r-51,-98r-87,98r-82,0"},"\u00eb":{d:"160,-304r261,0v2,-15,3,-27,3,-39v0,-60,-37,-103,-108,-103v-77,0,-136,67,-156,142xm448,-95r-15,86v-49,12,-100,21,-151,21v-124,0,-235,-50,-235,-230v0,-141,99,-304,279,-304v123,0,192,74,192,195v0,34,-4,63,-9,93r-359,0v-2,11,-3,21,-3,32v0,107,66,138,157,138v47,0,98,-12,144,-31xm476,-588r-88,0r21,-100r88,0xm311,-588r-88,0r21,-100r88,0"},"\u00e8":{d:"160,-304r261,0v2,-15,3,-27,3,-39v0,-60,-37,-103,-108,-103v-77,0,-136,67,-156,142xm448,-95r-15,86v-49,12,-100,21,-151,21v-124,0,-235,-50,-235,-230v0,-141,99,-304,279,-304v123,0,192,74,192,195v0,34,-4,63,-9,93r-359,0v-2,11,-3,21,-3,32v0,107,66,138,157,138v47,0,98,-12,144,-31xm344,-725r67,144r-67,0r-101,-144r101,0"},"\u00ed":{d:"41,0r108,-510r94,0r-108,510r-94,0xm164,-581r94,-144r112,0r-135,144r-71,0",w:278},"\u00ee":{d:"41,0r108,-510r94,0r-108,510r-94,0xm58,-581r133,-144r86,0r75,144r-74,0r-51,-98r-87,98r-82,0",w:278},"\u00ef":{d:"41,0r108,-510r94,0r-108,510r-94,0xm337,-588r-88,0r21,-100r88,0xm172,-588r-88,0r21,-100r88,0",w:278},"\u00ec":{d:"41,0r108,-510r94,0r-108,510r-94,0xm205,-725r67,144r-67,0r-101,-144r101,0",w:278},"\u00f1":{d:"35,0r89,-432v4,-21,10,-48,14,-78r88,0r-16,81r2,0v30,-48,85,-93,174,-93v99,0,170,52,170,160v0,30,-6,64,-12,93r-56,269r-94,0r63,-305v3,-17,5,-37,5,-48v0,-53,-35,-93,-93,-93v-116,0,-173,126,-186,189r-54,257r-94,0xm264,-586r-46,0v6,-43,26,-112,94,-112v52,0,112,47,154,46v30,2,43,-23,46,-46r46,0v-6,43,-26,112,-94,112v-52,0,-112,-47,-154,-46v-30,-2,-43,23,-46,46",w:611},"\u00f3":{d:"47,-215v0,-170,104,-307,291,-307v137,0,226,83,226,223v0,173,-102,311,-285,311v-140,0,-232,-76,-232,-227xm147,-208v0,81,42,144,131,144v106,0,186,-120,186,-235v0,-76,-45,-147,-130,-147v-125,0,-187,132,-187,238xm331,-581r94,-144r112,0r-135,144r-71,0",w:611},"\u00f4":{d:"47,-215v0,-170,104,-307,291,-307v137,0,226,83,226,223v0,173,-102,311,-285,311v-140,0,-232,-76,-232,-227xm147,-208v0,81,42,144,131,144v106,0,186,-120,186,-235v0,-76,-45,-147,-130,-147v-125,0,-187,132,-187,238xm225,-581r133,-144r86,0r75,144r-74,0r-51,-98r-87,98r-82,0",w:611},"\u00f6":{d:"47,-215v0,-170,104,-307,291,-307v137,0,226,83,226,223v0,173,-102,311,-285,311v-140,0,-232,-76,-232,-227xm147,-208v0,81,42,144,131,144v106,0,186,-120,186,-235v0,-76,-45,-147,-130,-147v-125,0,-187,132,-187,238xm504,-588r-88,0r21,-100r88,0xm339,-588r-88,0r21,-100r88,0",w:611},"\u00f2":{d:"47,-215v0,-170,104,-307,291,-307v137,0,226,83,226,223v0,173,-102,311,-285,311v-140,0,-232,-76,-232,-227xm147,-208v0,81,42,144,131,144v106,0,186,-120,186,-235v0,-76,-45,-147,-130,-147v-125,0,-187,132,-187,238xm372,-725r67,144r-67,0r-101,-144r101,0",w:611},"\u00f5":{d:"47,-215v0,-170,104,-307,291,-307v137,0,226,83,226,223v0,173,-102,311,-285,311v-140,0,-232,-76,-232,-227xm147,-208v0,81,42,144,131,144v106,0,186,-120,186,-235v0,-76,-45,-147,-130,-147v-125,0,-187,132,-187,238xm264,-586r-46,0v6,-43,26,-112,94,-112v52,0,112,47,154,46v30,2,43,-23,46,-46r46,0v-6,43,-26,112,-94,112v-52,0,-112,-47,-154,-46v-30,-2,-43,23,-46,46",w:611},"\u00fa":{d:"584,-510r-89,432v-4,21,-10,48,-14,78r-88,0r16,-81r-2,0v-30,48,-85,93,-174,93v-99,0,-170,-52,-170,-160v0,-30,6,-64,12,-93r56,-269r94,0r-63,305v-3,17,-5,37,-5,48v0,53,35,93,93,93v116,0,173,-126,186,-189r54,-257r94,0xm331,-581r94,-144r112,0r-135,144r-71,0",w:611},"\u00fb":{d:"584,-510r-89,432v-4,21,-10,48,-14,78r-88,0r16,-81r-2,0v-30,48,-85,93,-174,93v-99,0,-170,-52,-170,-160v0,-30,6,-64,12,-93r56,-269r94,0r-63,305v-3,17,-5,37,-5,48v0,53,35,93,93,93v116,0,173,-126,186,-189r54,-257r94,0xm225,-581r133,-144r86,0r75,144r-74,0r-51,-98r-87,98r-82,0",w:611},"\u00fc":{d:"584,-510r-89,432v-4,21,-10,48,-14,78r-88,0r16,-81r-2,0v-30,48,-85,93,-174,93v-99,0,-170,-52,-170,-160v0,-30,6,-64,12,-93r56,-269r94,0r-63,305v-3,17,-5,37,-5,48v0,53,35,93,93,93v116,0,173,-126,186,-189r54,-257r94,0xm504,-588r-88,0r21,-100r88,0xm339,-588r-88,0r21,-100r88,0",w:611},"\u00f9":{d:"584,-510r-89,432v-4,21,-10,48,-14,78r-88,0r16,-81r-2,0v-30,48,-85,93,-174,93v-99,0,-170,-52,-170,-160v0,-30,6,-64,12,-93r56,-269r94,0r-63,305v-3,17,-5,37,-5,48v0,53,35,93,93,93v116,0,173,-126,186,-189r54,-257r94,0xm372,-725r67,144r-67,0r-101,-144r101,0",w:611},"\u00fd":{d:"-38,215r16,-78v7,4,24,9,41,9v57,-1,96,-39,135,-118r-82,-538r98,0r59,407r2,0r222,-407r101,0r-348,606v-45,78,-79,126,-173,126v-23,0,-47,-2,-71,-7xm275,-581r94,-144r112,0r-135,144r-71,0",w:500,k:{",":74,".":74}},"\u00ff":{d:"-38,215r16,-78v7,4,24,9,41,9v57,-1,96,-39,135,-118r-82,-538r98,0r59,407r2,0r222,-407r101,0r-348,606v-45,78,-79,126,-173,126v-23,0,-47,-2,-71,-7xm448,-588r-88,0r21,-100r88,0xm283,-588r-88,0r21,-100r88,0",w:500,k:{",":74,".":74}},"\u00a0":{w:278},"\u00ad":{d:"35,-231r16,-76r263,0r-15,76r-264,0",w:333}}});window.addEvent("domready",function(){Cufon.set("fontFamily","frutiger");Cufon.replace(".heading-replace");Cufon.set("fontFamily","frutiger-italic");Cufon.replace(".heading-replace-italic")});(function(){var Swiff=this.Swiff=new Class({Implements:Options,options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"window",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object},initialize:function(path,options){this.instance="Swiff_"+String.uniqueID();this.setOptions(options);options=this.options;var id=this.id=options.id||this.instance;var container=document.id(options.container);Swiff.CallBacks[this.instance]={};var params=options.params,vars=options.vars,callBacks=options.callBacks;var properties=Object.append({height:options.height,width:options.width},options.properties);var self=this;for(var callBack in callBacks){Swiff.CallBacks[this.instance][callBack]=(function(option){return function(){return option.apply(self.object,arguments)}})(callBacks[callBack]);vars[callBack]="Swiff.CallBacks."+this.instance+"."+callBack}params.flashVars=Object.toQueryString(vars);if(Browser.ie){properties.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";params.movie=path}else{properties.type="application/x-shockwave-flash"}properties.data=path;var build='<object id="'+id+'"';for(var property in properties){build+=" "+property+'="'+properties[property]+'"'}build+=">";for(var param in params){if(params[param]){build+='<param name="'+param+'" value="'+params[param]+'" />'}}build+="</object>";this.object=((container)?container.empty():new Element("div")).set("html",build).firstChild},replaces:function(element){element=document.id(element,true);element.parentNode.replaceChild(this.toElement(),element);return this},inject:function(element){document.id(element,true).appendChild(this.toElement());return this},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].append(arguments))}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");return eval(rs)}})();window.addEvent("domready",function(){if(Browser.Plugins.Flash.version<8){return}var b=document.getElement(".highlights .video-section");if(!b){return}var a=new Element("img",{src:"/assets/swf/homepage-video-slide.62jawj2xv3wawdhw.jpg",style:"cursor: pointer"});a.replaces(b.getElement("img"));a.addEvent("click",function(){var c=new Swiff("/assets/swf/video-homepage.cvw52zmeyxxjw75m.swf?video_url=/assets/swf/video-homepage.amwzuykg576mxkm7.flv",{width:b.getStyle("width").toInt(),height:b.getStyle("height").toInt(),params:{wMode:"transparent"},properties:{style:"position: absolute; top: 0; left: 0"}});b.grab(c)})});window.addEvent("domready",function(){var a=window.location.protocol+"//"+window.location.host+"/products/";if(document.referrer.slice(0,a.length)==a){document.getElements(".feature-buttons-bottom .blog-link").each(function(b){b.set("href",document.referrer);b.getElement("img").set("src","/assets/images/button-orange-return-to-product.xralfzlqpftarbq2.png").set("alt","Return to product")})}});Fx.CSS=new Class({Extends:Fx,prepare:function(c,d,b){b=Array.from(b);if(b[1]==null){b[1]=b[0];b[0]=c.getStyle(d)}var a=b.map(this.parse);return{from:a[0],to:a[1]}},parse:function(a){a=Function.from(a)();a=(typeof a=="string")?a.split(" "):Array.from(a);return a.map(function(c){c=String(c);var b=false;Object.each(Fx.CSS.Parsers,function(f,e){if(b){return}var d=f.parse(c);if(d||d===0){b={value:d,parser:f}}});b=b||{value:c,parser:Fx.CSS.Parsers.String};return b})},compute:function(d,c,b){var a=[];(Math.min(d.length,c.length)).times(function(e){a.push({value:d[e].parser.compute(d[e].value,c[e].value,b),parser:d[e].parser})});a.$family=Function.from("fx:css:value");return a},serve:function(c,b){if(typeOf(c)!="fx:css:value"){c=this.parse(c)}var a=[];c.each(function(d){a=a.concat(d.parser.serve(d.value,b))});return a},render:function(a,d,c,b){a.setStyle(d,this.serve(c,b))},search:function(a){if(Fx.CSS.Cache[a]){return Fx.CSS.Cache[a]}var c={},b=new RegExp("^"+a.escapeRegExp()+"$");Array.each(document.styleSheets,function(f,e){var d=f.href;if(d&&d.contains("://")&&!d.contains(document.domain)){return}var g=f.rules||f.cssRules;Array.each(g,function(k,h){if(!k.style){return}var j=(k.selectorText)?k.selectorText.replace(/^\w+/,function(i){return i.toLowerCase()}):null;if(!j||!b.test(j)){return}Object.each(Element.Styles,function(l,i){if(!k.style[i]||Element.ShortStyles[i]){return}l=String(k.style[i]);c[i]=((/^rgb/).test(l))?l.rgbToHex():l})})});return Fx.CSS.Cache[a]=c}});Fx.CSS.Cache={};Fx.CSS.Parsers={Color:{parse:function(a){if(a.match(/^#[0-9a-f]{3,6}$/i)){return a.hexToRgb(true)}return((a=a.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[a[1],a[2],a[3]]:false},compute:function(c,b,a){return c.map(function(e,d){return Math.round(Fx.compute(c[d],b[d],a))})},serve:function(a){return a.map(Number)}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(b,a){return(a)?b+a:b}},String:{parse:Function.from(false),compute:function(b,a){return a},serve:function(a){return a}}};Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a)},set:function(a){if(typeof a=="string"){a=this.search(a)}for(var b in a){this.render(this.element,b,a[b],this.options.unit)}return this},compute:function(e,d,c){var a={};for(var b in e){a[b]=this.parent(e[b],d[b],c)}return a},start:function(b){if(!this.check(b)){return this}if(typeof b=="string"){b=this.search(b)}var e={},d={};for(var c in b){var a=this.prepare(this.element,c,b[c]);e[c]=a.from;d[c]=a.to}return this.parent(e,d)}});Element.Properties.morph={set:function(a){this.get("morph").cancel().setOptions(a);return this},get:function(){var a=this.retrieve("morph");if(!a){a=new Fx.Morph(this,{link:"cancel"});this.store("morph",a)}return a}};Element.implement({morph:function(a){this.get("morph").start(a);return this}});var Asset={javascript:function(f,c){if(!c){c={}}var a=new Element("script",{src:f,type:"text/javascript"}),g=c.document||document,b=0,d=c.onload||c.onLoad;var e=d?function(){if(++b==1){d.call(this)}}:function(){};delete c.onload;delete c.onLoad;delete c.document;return a.addEvents({load:e,readystatechange:function(){if(["loaded","complete"].contains(this.readyState)){e.call(this)}}}).set(c).inject(g.head)},css:function(d,a){if(!a){a={}}var b=new Element("link",{rel:"stylesheet",media:"screen",type:"text/css",href:d});var c=a.onload||a.onLoad,e=a.document||document;delete a.onload;delete a.onLoad;delete a.document;if(c){b.addEvent("load",c)}return b.set(a).inject(e.head)},image:function(c,b){if(!b){b={}}var d=new Image(),a=document.id(d)||new Element("img");["load","abort","error"].each(function(e){var g="on"+e,f="on"+e.capitalize(),h=b[g]||b[f]||function(){};delete b[f];delete b[g];d[g]=function(){if(!d){return}if(!a.parentNode){a.width=d.width;a.height=d.height}d=d.onload=d.onabort=d.onerror=null;h.delay(1,a,a);a.fireEvent(e,a,1)}});d.src=a.src=c;if(d&&d.complete){d.onload.delay(1)}return a.set(b)},images:function(c,b){c=Array.from(c);var d=function(){},a=0;b=Object.merge({onComplete:d,onProgress:d,onError:d,properties:{}},b);return new Elements(c.map(function(f,e){return Asset.image(f,Object.append(b.properties,{onload:function(){a++;b.onProgress.call(this,a,e,f);if(a==c.length){b.onComplete()}},onerror:function(){a++;b.onError.call(this,a,e,f);if(a==c.length){b.onComplete()}}}))}))}};(function(){var a=null;this.Milkbox=new Class({Implements:[Options,Events],options:{overlayOpacity:0.7,marginTop:50,initialWidth:250,initialHeight:250,fileboxBorderWidth:"0px",fileboxBorderColor:"#000000",fileboxPadding:"0px",resizeDuration:0.5,resizeTransition:"sine:in:out",autoPlay:false,autoPlayDelay:7,removeTitle:false,autoSize:true,autoSizeMaxHeight:0,centered:false,imageOfText:"of",onXmlGalleries:function(){},onClosed:function(){},onFileReady:function(){}},initialize:function(b){if(a){return a}a=this;this.setOptions(b);this.autoPlayBkup={autoPlayDelay:this.options.autoPlayDelay,autoPlay:this.options.autoPlay};this.fullOptionsBkup={};this.galleries=[];this.formElements=[];this.activated;this.busy=false;this.paused=false;this.closed=true;this.intId;this.loadCheckerId;this.externalGalleries=[];this.singlePageLinkId=0;this.currentIndex;this.currentGallery;this.fileReady;this.loadedImages=[];this.currentFile;this.options_bkup;this.display;this.getPageGalleries();if(this.galleries.length!=0){this.prepare(true)}},prepare:function(b){if(b){this.checkFormElements()}this.prepareHTML();this.prepareEventListeners();this.activated=true},open:function(b,c){var d;if(!this.activated){this.prepare(true)}var f=(instanceOf(b,MilkboxGallery))?b:this.getGallery(b);if(!f){return false}if(typeOf(c)!=="number"){d=f.get_index_of(c);if(d!==-1){c=d}}d=parseInt(c,10);if(isNaN(d)){d=0}this.closed=false;var e=f.get_item(d);if(!e){return false}this.currentGallery=f;this.currentIndex=d;this.hideFormElements();this.display.set_mode(this.currentGallery.type);this.display.appear();if(this.options.autoPlay||f.options.autoplay){this.startAutoPlay(true)}this.loadFile(e,this.getPreloads());return true},close:function(b){if(b){this.display.disappear()}this.showFormElements();this.pauseAutoPlay();this.stopLoadingCheck();this.currentGallery=null;this.currentIndex=null;this.currentFile=null;this.busy=false;this.paused=false;this.fileReady=false;this.closed=true;this.fireEvent("close")},startAutoPlay:function(b){var e=this.currentGallery.options.autoplay_delay||this.options.autoPlayDelay;if(e<this.options.resizeDuration*2){e=this.options.resizeDuration*2}var c=function(){this.removeEvent("fileReady",c);this.intId=this.navAux.periodical(e*1000,this,[null,"next"])};if(b){this.addEvent("fileReady",c)}else{this.intId=this.navAux.periodical(e*1000,this,[null,"next"])}this.paused=false},pauseAutoPlay:function(){if(this.intId){clearInterval(this.intId);this.intId=null}this.paused=true},setAutoPlay:function(c){var b=(typeOf(c)=="object")?[c]:c;b.each(function(h){var f=this.getGallery(h.gallery);if(!f){return}var e=(h.autoplay==true)?h.autoplay:false;var i=(h.delay&&e)?h.delay:this.options.autoPlayDelay;f.setOptions({autoplay:e,autoplay_delay:i}).refresh()},this)},openWithFile:function(c,b){if(!this.activated){this.prepare()}if(b){this.refreshDisplay(b,true)}var d=new MilkboxGallery([c],{remove_title:this.options.removeTitle});this.open(d,0)},getPreloads:function(){var b=this.currentGallery.items;var c=this.currentIndex;if(b.length==1){return null}var e=(c!=b.length-1)?b[c+1]:b[0];var f=(c!=0)?b[c-1]:b[b.length-1];var d=(f==e)?[f]:[f,e];return d},loadFile:function(c,b){this.fileReady=false;this.display.clear_content();this.display.hide_bottom();if(this.checkFileType(c,"swf")){this.loadSwf(c)}else{if(this.checkFileType(c,"html")){this.loadHtml(c)}else{this.loadImage(c)}}if(!this.checkFileType(c,"swf")){this.startLoadingCheck()}if(b){this.preloadFiles(b)}},startLoadingCheck:function(){var b=0;if(!this.loadCheckerId){this.loadCheckerId=(function(){b+=1;if(b>5){if(this.loadCheckerId){this.display.show_loader()}this.stopLoadingCheck()}}).periodical(100,this)}},stopLoadingCheck:function(){clearInterval(this.loadCheckerId)},preloadFiles:function(b){b.each(function(d,c){if(!this.checkFileType(d,"swf")&&!this.checkFileType(d,"html")){this.preloadImage(d.href)}},this)},preloadImage:function(c){if(!this.loadedImages.contains(c)){var b=new Asset.image(c,{onLoad:function(){this.loadedImages.push(c)}.bind(this)})}},loadImage:function(d){var c=d.href;var b=new Asset.image(c,{onLoad:function(e){if(!this.loadedImages.contains(c)){this.loadedImages.push(c)}this.loadComplete(e,d.caption)}.bind(this)})},loadSwf:function(c){var b=new Swiff(c.href,{width:c.size.width,height:c.size.height,vars:c.vars,params:{wMode:"opaque",swLiveConnect:"false"}});this.loadComplete($(b),c.caption)},loadHtml:function(c){var d=(c.vars?"?"+Object.toQueryString(c.vars):"");var b=new Element("iframe",{src:c.href+d,frameborder:0,styles:{border:"none"}});if(c.size){b.set({width:c.size.width,height:c.size.height})}this.loadComplete(b,c.caption)},loadComplete:function(c,b){if(this.closed){return}this.fileReady=true;this.stopLoadingCheck();this.currentFile=c;var d;d=(function(){if(this.display.ready){if(this.currentGallery.items!=null){this.display.show_file(c,b,this.currentIndex+1,this.currentGallery.items.length)}clearInterval(d)}}).periodical(100,this);this.fireEvent("fileReady")},checkFileType:function(c,d){var b=(typeOf(c)!="string")?c.href:c;var e=new RegExp(".("+d+")$","i");return b.split("?")[0].test(e)},getPageGalleries:function(){var c=[];var b=$$("a[data-milkbox]");b.each(function(e){var d=e.get("data-milkbox");if(d=="single"){this.galleries.push(new MilkboxGallery(e,{name:"single"+this.singlePageLinkId++,remove_title:this.options.removeTitle}))}else{if(!c.contains(d)){c.push(d)}}},this);c.each(function(d){this.galleries.push(new MilkboxGallery($$("a[data-milkbox="+d+"]"),{name:d,remove_title:this.options.removeTitle}))},this);if(this.options.autoPlay){this.galleries.each(function(d){d.setOptions({autoplay:this.options.autoPlay,autoplay_delay:this.options.autoPlayDelay})})}},reloadPageGalleries:function(){this.removePageGalleryEvents();this.galleries=this.galleries.filter(function(b){if(!b.external){b.clear()}return b.external});this.getPageGalleries();this.addPageGalleriesEvents();if(!this.activated){this.prepare(true)}},resetExternalGalleries:function(b){this.galleries=this.galleries.filter(function(d){if(d.external){d.clear()}return !d.external});if(!b){return}var c=(typeOf(b)=="array")?b:[b];c.each(function(d){this.addGalleries(d)},this)},addGalleries:function(b){if(!this.activated){this.prepare(true)}if(typeOf(b)=="string"&&b.split("?")[0].test(/\.(xml)$/i)){this.loadXml(b)}else{this.setObjectGalleries(b)}if(!this.activated){this.prepare(true)}},loadXml:function(b){var c=new Request({method:"get",autoCancel:true,url:b,onRequest:function(){}.bind(this),onSuccess:function(f,d){var e=f.replace(/(<a.+)\/>/gi,"$1></a>");this.setXmlGalleries(new Element("div",{html:e}))}.bind(this),onFailure:function(d){alert("Milkbox :: loadXml: XML file path error or local Ajax test: please test xml galleries on-line")}}).send()},setXmlGalleries:function(e){var g=e;var b=g.getElements(".gallery");var f;var d=[];b.each(function(k,j){var h={name:k.getProperty("name"),autoplay:Boolean(k.getProperty("autoplay")),autoplay_delay:Number(k.getProperty("autoplay_delay"))};var c=k.getChildren("a").map(function(i){return{href:i.href,size:i.get("data-milkbox-size"),title:i.get("title")}},this);this.galleries.push(new MilkboxGallery(c,h))},this);this.fireEvent("xmlGalleries")},setObjectGalleries:function(b){var c=(typeOf(b)=="array")?b:[b];c.each(function(e){var d={name:e.name,autoplay:e.autoplay,autoplay_delay:e.autoplay_delay};this.galleries.push(new MilkboxGallery(e.files,d))},this)},getGallery:function(b){var c=this.galleries.filter(function(d){return d.name==b},this);return c[0]||null},prepareHTML:function(){this.display=new MilkboxDisplay({initialWidth:this.options.initialWidth,initialHeight:this.options.initialHeight,overlayOpacity:this.options.overlayOpacity,marginTop:this.options.marginTop,fileboxBorderWidth:this.options.fileboxBorderWidth,fileboxBorderColor:this.options.fileboxBorderColor,fileboxPadding:this.options.fileboxPadding,resizeDuration:this.options.resizeDuration,resizeTransition:this.options.resizeTransition,centered:this.options.centered,autoSize:this.options.autoSize,autoSizeMaxHeight:this.options.autoSizeMaxHeight,imageOfText:this.options.imageOfText})},refreshDisplay:function(d,c){if(!this.activated){return}var b=this.display.options;var e=Object.merge({},b,d);if(this.display){this.display.clear()}this.display=new MilkboxDisplay(e);this.addDisplayEvents();if(c){this.options_bkup=b}else{this.options_bkup=null}},checkFormElements:function(){this.formElements=$$("select, textarea");if(this.formElements.length==0){return}this.formElements=this.formElements.map(function(b){b.store("visibility",b.getStyle("visibility"));b.store("display",b.getStyle("display"));return b})},hideFormElements:function(){if(this.formElements.length==0){return}this.formElements.each(function(b){b.setStyle("display","none")})},showFormElements:function(){if(this.formElements.length==0){return}this.formElements.each(function(b){b.setStyle("visibility",b.retrieve("visibility"));b.setStyle("display",b.retrieve("display"))})},addPageGalleriesEvents:function(){var b=this.galleries.filter(function(c){return !c.external});b.each(function(c){c.items.each(function(d){d.element.addEvent("click",function(f){f.preventDefault();this.open(c.name,c.get_index_of(d))}.bind(this))},this)},this)},removePageGalleryEvents:function(){var b=this.galleries.filter(function(c){return !c.external});b.each(function(c){c.items.each(function(d){d.element.removeEvents("click")})})},addDisplayEvents:function(){this.display.addEvent("nextClick",function(){this.navAux(true,"next")}.bind(this));this.display.addEvent("prevClick",function(){this.navAux(true,"prev")}.bind(this));this.display.addEvent("playPauseClick",function(){if(this.paused){this.startAutoPlay()}else{this.pauseAutoPlay()}this.display.set_paused(this.paused)}.bind(this));this.display.addEvent("disappear",function(){if(this.options_bkup){this.refreshDisplay(this.options_bkup)}this.close(false)}.bind(this));this.display.addEvent("resizeComplete",function(){this.busy=false}.bind(this))},prepareEventListeners:function(){this.addPageGalleriesEvents();this.addDisplayEvents();window.addEvent("resize",function(){if(this.display.ready){this.display.resetOverlaySize()}}.bind(this));window.document.addEvent("keydown",function(b){if(this.busy==true||this.closed){return}if(b.key=="right"||b.key=="left"||b.key=="space"){b.preventDefault()}if(this.display.mode!="single"){if(b.key=="right"||b.key=="space"){this.navAux(b,"next")}else{if(b.key=="left"){this.navAux(b,"prev")}}}if(b.key=="esc"){this.display.disappear()}}.bind(this))},navAux:function(f,d){if(f){this.pauseAutoPlay()}else{if(this.busy||!this.fileReady){return}}this.busy=true;var b,c;if(d=="next"){b=(this.currentIndex!=this.currentGallery.items.length-1)?this.currentIndex+=1:this.currentIndex=0;c=(this.currentIndex!=this.currentGallery.items.length-1)?this.currentIndex+1:0}else{b=(this.currentIndex!=0)?this.currentIndex-=1:this.currentIndex=this.currentGallery.items.length-1;c=(this.currentIndex!=0)?this.currentIndex-1:this.currentGallery.items.length-1}this.loadFile(this.currentGallery.get_item(b),[this.currentGallery.get_item(c)])}})})();var MilkboxDisplay=new Class({Implements:[Options,Events],options:{initialWidth:100,initialHeight:100,overlayOpacity:1,marginTop:0,fileboxBorderWidth:"0px",fileboxBorderColor:"#000000",fileboxPadding:"0px",resizeDuration:0.5,resizeTransition:"sine:in:out",centered:false,autoSize:false,autoSizeMaxHeight:0,imageOfText:"of",onNextClick:function(){},onPrevClick:function(){},onPlayPause:function(){},onDisappear:function(){},onResizeComplete:function(){}},initialize:function(a){this.setOptions(a);this.overlay;this.mainbox;this.filebox;this.bottom;this.controls;this.caption;this.close;this.next;this.prev;this.playpause;this.paused=false;this.count;this.mode="standard";this.ready=false;this.overlay_show_fx;this.overlay_hide_fx;this.mainbox_show_fx;this.mainbox_hide_fx;this.mainbox_resize_fx;this.current_file=null;this.build_html();this.prepare_effects();this.prepare_events()},build_html:function(){this.overlay=new Element("div",{id:"mbox-overlay",styles:{visibility:"visible",position:"fixed",display:"none",left:0,width:"100%",opacity:0,height:0,overflow:"hidden",margin:0,padding:0}}).inject($(document.body));this.mainbox=new Element("div",{id:"mbox-mainbox",styles:{position:(this.options.centered)?"fixed":"absolute",overflow:"hidden",display:"none","z-index":50001,width:this.options.initialWidth,height:this.options.initialHeight,opacity:0,margin:0,left:"50%",marginLeft:-(this.options.initialWidth/2),marginTop:(this.options.centered)?-(this.options.initialHeight/2):"",top:(this.options.centered)?"50%":""}}).inject($(document.body));this.filebox=new Element("div",{id:"mbox-filebox",styles:{"border-style":"solid","border-width":this.options.fileboxBorderWidth,"border-color":this.options.fileboxBorderColor,padding:this.options.fileboxPadding,opacity:0}}).inject(this.mainbox);this.bottom=new Element("div#mbox-bottom").setStyle("visibility","hidden").inject(this.mainbox);this.controls=new Element("div#mbox-controls");this.caption=new Element("div#mbox-caption",{html:"test"}).setStyle("display","none");this.bottom.adopt(new Element("div.mbox-reset"),this.controls,this.caption,new Element("div.mbox-reset"));this.close=new Element("div#mbox-close");this.next=new Element("div#mbox-next");this.prev=new Element("div#mbox-prev");this.playpause=new Element("div#mbox-playpause");this.count=new Element("div#mbox-count");$$(this.next,this.prev,this.close,this.playpause).setStyles({outline:"none",cursor:"pointer"});this.controls.adopt(new Element("div.mbox-reset"),this.close,this.next,this.prev,this.playpause,new Element("div.mbox-reset"),this.count)},prepare_effects:function(){this.overlay_show_fx=new Fx.Tween(this.overlay,{duration:"short",link:"cancel",property:"opacity",onStart:function(){this.element.setStyles({top:-window.getScroll().y,height:window.getScrollSize().y+window.getScroll().y,display:"block"})},onComplete:function(){this.mainbox_show_fx.start(1)}.bind(this)});this.overlay_hide_fx=new Fx.Tween(this.overlay,{duration:"short",link:"cancel",property:"opacity",onStart:function(){},onComplete:function(){this.overlay.setStyle("display","none");this.fireEvent("disappear")}.bind(this)});this.mainbox_show_fx=new Fx.Tween(this.mainbox,{duration:"short",link:"cancel",property:"opacity",onStart:function(){this.mainbox.setStyle("display","block")}.bind(this),onComplete:function(){this.ready=true}.bind(this)});this.mainbox_hide_fx=new Fx.Tween(this.mainbox,{duration:"short",link:"cancel",property:"opacity",onStart:function(){this.ready=false}.bind(this),onComplete:function(){this.overlay.setStyle("display","none")}.bind(this)});this.mainbox_resize_fx=new Fx.Morph(this.mainbox,{duration:this.options.resizeDuration*1000,transition:this.options.resizeTransition,link:"cancel",onStart:function(){this.filebox.setStyle("opacity",0)}.bind(this),onComplete:function(){this.show_bottom();this.filebox.setStyle("height",this.current_file.height+"px");this.filebox.grab(this.current_file).tween("opacity",1);this.fireEvent("resizeComplete")}.bind(this)});this.filebox.set("tween",{duration:"short",link:"chain"})},prepare_events:function(){$$(this.overlay,this.close).addEvent("click",function(){this.disappear()}.bind(this));this.prev.addEvent("click",function(){this.fireEvent("prevClick")}.bind(this));this.next.addEvent("click",function(){this.fireEvent("nextClick")}.bind(this));this.playpause.addEvent("click",function(){this.fireEvent("playPauseClick")}.bind(this))},show_file:function(c,k,f,b){this.hide_loader();if(c.match&&c.match("img")&&(this.options.autoSize||this.options.centered)){var c=this.get_resized_image(c)}var g={w:c.width.toInt(),h:c.height.toInt()};if(!g.w||!g.h){alert("Milkbox error: you must pass size values if the file is swf or html or a free file (openWithFile)");return}g=Object.map(g,function(l){return l.toInt()});this.caption.innerHTML=(k)?k:"";this.update_count(f,b);var h=this.filebox.getStyle("border-width").toInt()*2+this.filebox.getStyle("padding").toInt()*2;var i=g.w+h;var j=this.caption.getStyles("paddingRight","marginRight");this.caption.setStyle("width",i-j.paddingRight.toInt()-j.marginRight.toInt()-10);$$(this.bottom,this.controls).setStyle("height",Math.max(this.caption.getDimensions().height,this.controls.getComputedSize().totalHeight));var a=this.mainbox.getComputedSize();var e=g.h+h+this.bottom.getComputedSize().totalHeight;var d={w:i,h:e,total_w:i+a.totalWidth-a.width,total_h:e+a.totalHeight-a.height};this.current_file=c;this.resize_to(d)},get_resized_image:function(f){var e;var b;var a;var g={w:f.get("width").toInt(),h:f.get("height").toInt()};var c=window.getSize();var e={w:c.x-60,h:c.y-68-this.options.marginTop*2};var d=Math.max(e.h,e.w);if(d==e.w){b=d/g.w;a="h"}else{b=d/g.h;a="w"}b=(b<=1)?b:1;g=Object.map(g,function(h){return Math.floor(h*b)});b=(e[a]/g[a]<=1)?e[a]/g[a]:1;g=Object.map(g,function(h){return Math.floor(h*b)});if(this.options.autoSizeMaxHeight>0){b=(this.options.autoSizeMaxHeight/g.height<1)?this.options.autoSizeMaxHeight/g.height:1;g=Object.map(g,function(h){return Math.floor(h*b)})}f.set({width:g.w,height:g.h});return f},resize_to:function(a){this.mainbox_resize_fx.start({width:a.w,height:a.h,marginLeft:-(a.total_w/2).round(),marginTop:(this.options.centered)?-(a.total_h/2).round():""})},show_loader:function(){this.mainbox.addClass("mbox-loading")},hide_loader:function(){this.mainbox.removeClass("mbox-loading")},clear_content:function(){this.filebox.empty();this.caption.empty();this.count.empty();$$(this.bottom,this.controls).setStyle("height","")},hide_bottom:function(){this.caption.setStyle("display","none");this.bottom.setStyle("visibility","hidden")},show_bottom:function(){this.caption.setStyle("display","block");this.bottom.setStyle("visibility","visible")},appear:function(){if(!this.options.centered){this.mainbox.setStyle("top",window.getScroll().y+this.options.marginTop)}this.overlay_show_fx.start(this.options.overlayOpacity)},disappear:function(){this.cancel_effects();this.current_file=null;this.ready=false;this.mode="standard";$$(this.prev,this.next,this.playpause,this.count).setStyle("display","none");this.playpause.setStyle("backgroundPosition","0 0");this.count.empty();this.caption.setStyle("display","none").empty();this.bottom.setStyle("visibility","hidden");this.filebox.setStyle("height","").empty();this.mainbox.setStyles({opacity:0,display:"none",width:this.options.initialWidth,height:this.options.initialHeight,marginLeft:-(this.options.initialWidth/2),marginTop:(this.options.centered)?-(this.options.initialHeight/2):"",top:(this.options.centered)?"50%":""});this.filebox.setStyle("opacity",0);this.overlay_hide_fx.start(0)},cancel_effects:function(){[this.mainbox_resize_fx,this.mainbox_hide_fx,this.mainbox_show_fx,this.overlay_hide_fx,this.overlay_show_fx].each(function(a){a.cancel()})},set_mode:function(b){this.mode=b;var c=this.close.getComputedSize().width;var a=this.prev.getComputedSize().width;var d=this.next.getComputedSize().width;var f=this.playpause.getComputedSize().width;var e=this.mainbox.getStyle("border-right-width").toInt();switch(b){case"autoplay":$$(this.playpause,this.close,this.next,this.prev,this.count).setStyle("display","block");this.controls.setStyle("width",c+a+d+f+e);break;case"single":$$(this.playpause,this.next,this.prev,this.count).setStyle("display","none");this.controls.setStyle("width",c+e);break;case"standard":$$(this.close,this.next,this.prev,this.count).setStyle("display","block");this.playpause.setStyle("display","none");this.controls.setStyle("width",c+a+d+e);break;default:return}this.count.setStyle("display","none");this.caption.setStyle("margin-right",this.controls.getComputedSize().totalWidth)},set_paused:function(a){this.paused=a;var b=(this.paused)?"0 -66px":"";this.playpause.setStyle("background-position",b)},update_count:function(a,b){this.count.set("text",a+" "+this.options.imageOfText+" "+b)},resetOverlaySize:function(){if(this.overlay.getStyle("opacity")==0){return}var a=window.getSize().y;this.overlay.setStyles({height:a})},clear:function(){this.overlay.destroy();this.mainbox.destroy()}});var MilkboxGallery=new Class({Implements:[Options,Events],options:{name:null,autoplay:null,autoplay_delay:null,remove_title:true},initialize:function(b,a){this.setOptions(a);this.source=b;this.external=false;this.items=null;this.name=this.options.name;this.type=null;this.prepare_gallery();this.prepare_elements()},prepare_gallery:function(){switch(typeOf(this.source)){case"element":if(this.check_extension(this.source.href)){this.items=[this.source]}else{alert("Wrong file extension: "+this.source.href)}break;case"elements":this.items=this.source.filter(function(a){return this.check_extension(a.href)},this);break;case"array":this.items=this.source.filter(function(a){return this.check_extension(a.href)},this);this.external=true;break;default:return}if(this.items.length==0){alert("Warning: gallery "+this.name+" is empty")}},prepare_elements:function(){this.items=this.items.map(function(d){var b=d.href.split("?");var a={};a.element=(typeOf(d)=="element")?d:null;a.href=b[0];a.vars=(b[1])?b[1].parseQueryString():null;a.size=null;a.caption=(a.element)?a.element.get("title"):d.title;if(this.options.remove_title&&a.element){a.element.removeProperty("title")}var c=(a.element)?a.element.get("data-milkbox-size"):d.size;if(c){a.size=Object.map(this.get_item_props(c),function(f,e){return f.toInt()})}return a},this);if(this.items.length==0){return}this.type=(this.items.length==1)?"single":(this.options.autoplay)?"autoplay":"standard"},check_extension:function(a){return a.split("?")[0].test(/\.(gif|jpg|jpeg|png|swf|html)$/i)},get_index_of:function(b){var a=(typeOf(b)=="string")?this.items.indexOf(this.items.filter(function(c){return c.href===b})[0]):this.items.indexOf(b);return this.items.indexOf(b)},get_item:function(a){return this.items[a]},get_item_props:function(a){var c={};var b=a.split(",").each(function(f,e){var d=f.trim().split(":");c[d[0].trim()]=d[1].trim()},this);return c},refresh:function(){this.type=(this.items.length==1)?"single":(this.options.autoplay)?"autoplay":"standard"},clear:function(){this.source=null;this.items=null}});window.addEvent("domready",function(){milkbox=new Milkbox({centered:true})});window.addEvent("domready",function(){$$(".corners").each(function(a){check=a.getElement("b.tr,b.tl,b.bl,b.br");if(!check){["tr","tl","br","bl"].each(function(b){a.grab(new Element("b",{"class":b}))})}})});Array.implement({equalTo:function(a){if(this.length!==a.length){return false}for(var b=this.length-1;b>=0;b--){if(this[b]!==a[b]){return false}}return true}});Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(b,a){this.element=this.subject=document.id(b);this.parent(a)},set:function(b,a){if(arguments.length==1){a=b;b=this.property||this.options.property}this.render(this.element,b,a,this.options.unit);return this},start:function(c,e,d){if(!this.check(c,e,d)){return this}var b=Array.flatten(arguments);this.property=this.options.property||b.shift();var a=this.prepare(this.element,this.property,b);return this.parent(a.from,a.to)}});Element.Properties.tween={set:function(a){this.get("tween").cancel().setOptions(a);return this},get:function(){var a=this.retrieve("tween");if(!a){a=new Fx.Tween(this,{link:"cancel"});this.store("tween",a)}return a}};Element.implement({tween:function(a,c,b){this.get("tween").start(arguments);return this},fade:function(c){var e=this.get("tween"),d="opacity",a;c=[c,"toggle"].pick();switch(c){case"in":e.start(d,1);break;case"out":e.start(d,0);break;case"show":e.set(d,1);break;case"hide":e.set(d,0);break;case"toggle":var b=this.retrieve("fade:flag",this.get("opacity")==1);e.start(d,(b)?0:1);this.store("fade:flag",!b);a=true;break;default:e.start(d,arguments)}if(!a){this.eliminate("fade:flag")}return this},highlight:function(c,a){if(!a){a=this.retrieve("highlight:original",this.getStyle("background-color"));a=(a=="transparent")?"#fff":a}var b=this.get("tween");b.start("background-color",c||"#ffff88",a).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));b.callChain()}.bind(this));return this}});(function(){var h=document.createElement("div"),e=document.createElement("div");h.style.height="0";h.appendChild(e);var d=(e.offsetParent===h);h=e=null;var l=function(m){return k(m,"position")!="static"||a(m)};var i=function(m){return l(m)||(/^(?:table|td|th)$/i).test(m.tagName)};Element.implement({scrollTo:function(m,n){if(a(this)){this.getWindow().scrollTo(m,n)}else{this.scrollLeft=m;this.scrollTop=n}return this},getSize:function(){if(a(this)){return this.getWindow().getSize()}return{x:this.offsetWidth,y:this.offsetHeight}},getScrollSize:function(){if(a(this)){return this.getWindow().getScrollSize()}return{x:this.scrollWidth,y:this.scrollHeight}},getScroll:function(){if(a(this)){return this.getWindow().getScroll()}return{x:this.scrollLeft,y:this.scrollTop}},getScrolls:function(){var n=this.parentNode,m={x:0,y:0};while(n&&!a(n)){m.x+=n.scrollLeft;m.y+=n.scrollTop;n=n.parentNode}return m},getOffsetParent:d?function(){var m=this;if(a(m)||k(m,"position")=="fixed"){return null}var n=(k(m,"position")=="static")?i:l;while((m=m.parentNode)){if(n(m)){return m}}return null}:function(){var m=this;if(a(m)||k(m,"position")=="fixed"){return null}try{return m.offsetParent}catch(n){}return null},getOffsets:function(){if(this.getBoundingClientRect&&!Browser.Platform.ios){var r=this.getBoundingClientRect(),o=document.id(this.getDocument().documentElement),q=o.getScroll(),t=this.getScrolls(),s=(k(this,"position")=="fixed");return{x:r.left.toInt()+t.x+((s)?0:q.x)-o.clientLeft,y:r.top.toInt()+t.y+((s)?0:q.y)-o.clientTop}}var n=this,m={x:0,y:0};if(a(this)){return m}while(n&&!a(n)){m.x+=n.offsetLeft;m.y+=n.offsetTop;if(Browser.firefox){if(!c(n)){m.x+=b(n);m.y+=g(n)}var p=n.parentNode;if(p&&k(p,"overflow")!="visible"){m.x+=b(p);m.y+=g(p)}}else{if(n!=this&&Browser.safari){m.x+=b(n);m.y+=g(n)}}n=n.offsetParent}if(Browser.firefox&&!c(this)){m.x-=b(this);m.y-=g(this)}return m},getPosition:function(p){if(a(this)){return{x:0,y:0}}var q=this.getOffsets(),n=this.getScrolls();var m={x:q.x-n.x,y:q.y-n.y};if(p&&(p=document.id(p))){var o=p.getPosition();return{x:m.x-o.x-b(p),y:m.y-o.y-g(p)}}return m},getCoordinates:function(o){if(a(this)){return this.getWindow().getCoordinates()}var m=this.getPosition(o),n=this.getSize();var p={left:m.x,top:m.y,width:n.x,height:n.y};p.right=p.left+p.width;p.bottom=p.top+p.height;return p},computePosition:function(m){return{left:m.x-j(this,"margin-left"),top:m.y-j(this,"margin-top")}},setPosition:function(m){return this.setStyles(this.computePosition(m))}});[Document,Window].invoke("implement",{getSize:function(){var m=f(this);return{x:m.clientWidth,y:m.clientHeight}},getScroll:function(){var n=this.getWindow(),m=f(this);return{x:n.pageXOffset||m.scrollLeft,y:n.pageYOffset||m.scrollTop}},getScrollSize:function(){var o=f(this),n=this.getSize(),m=this.getDocument().body;return{x:Math.max(o.scrollWidth,m.scrollWidth,n.x),y:Math.max(o.scrollHeight,m.scrollHeight,n.y)}},getPosition:function(){return{x:0,y:0}},getCoordinates:function(){var m=this.getSize();return{top:0,left:0,bottom:m.y,right:m.x,height:m.y,width:m.x}}});var k=Element.getComputedStyle;function j(m,n){return k(m,n).toInt()||0}function c(m){return k(m,"-moz-box-sizing")=="border-box"}function g(m){return j(m,"border-top-width")}function b(m){return j(m,"border-left-width")}function a(m){return(/^(?:body|html)$/i).test(m.tagName)}function f(m){var n=m.getDocument();return(!n.compatMode||n.compatMode=="CSS1Compat")?n.html:n.body}})();Element.alias({position:"setPosition"});[Window,Document,Element].invoke("implement",{getHeight:function(){return this.getSize().y},getWidth:function(){return this.getSize().x},getScrollTop:function(){return this.getScroll().y},getScrollLeft:function(){return this.getScroll().x},getScrollHeight:function(){return this.getScrollSize().y},getScrollWidth:function(){return this.getScrollSize().x},getTop:function(){return this.getPosition().y},getLeft:function(){return this.getPosition().x}});var slideGallery=new Class({Version:"1.3",Implements:[Options,Events],options:{holder:".holder",elementsParent:"ul",elements:"li",nextItem:".next",prevItem:".prev",stop:".stop",start:".start",speed:600,duration:4000,steps:1,current:0,transition:"sine:in:out",direction:"horizontal",mode:"callback",currentClass:"current",nextDisableClass:"next-disable",prevDisableClass:"prev-disable",paging:false,pagingEvent:"click",pagingHolder:".paging",random:false,autoplay:false,autoplayOpposite:false,stopOnHover:true},initialize:function(a,b){if(a.length==null){this.gallery=a}else{this.gallery=a[0]}if(!this.gallery){return false}this.setOptions(b);this.holder=this.gallery.getElement(this.options.holder);this.itemsParent=this.holder.getElement(this.options.elementsParent);this.items=this.itemsParent.getElements(this.options.elements);this.next=this.gallery.getElement(this.options.nextItem);this.prev=this.gallery.getElement(this.options.prevItem);this.stop=this.gallery.getElement(this.options.stop);this.start=this.gallery.getElement(this.options.start);this.current=this.options.current;this.bound={rotate:this.rotate.bind(this)};Fx.implement({cancel:function(){if(!this.callChain()){this.fireEvent("chainComplete",this.subject)}if(this.stopTimer()){this.onCancel()}return this}});if(this.options.direction=="horizontal"){this.direction="margin-left";this.size=this.items[0].getWidth();this.visible=Math.round(this.holder.getWidth()/this.size)}else{this.direction="margin-top";this.size=this.items[0].getHeight();this.visible=Math.round(this.holder.getHeight()/this.size)}if(this.items.length<=this.visible){if(this.next){this.next.addClass(this.options.nextDisableClass).addEvent("click",function(){return false})}if(this.prev){this.prev.addClass(this.options.prevDisableClass).addEvent("click",function(){return false})}if(this.stop){this.stop.addEvent("click",function(){return false})}if(this.start){this.start.addEvent("click",function(){return false})}this.gallery.addClass("stopped no-active");this.fireEvent("start",this.current,this.visible,this.items.length,this.items[this.current]);return false}this.options.steps=this.options.steps>this.visible?this.visible:this.options.steps;this.options.duration=this.options.duration<1000?1000:this.options.duration;this.options.speed=this.options.speed>6000?6000:this.options.speed;if(this.options.speed>this.options.duration){this.options.speed=this.options.duration}this.fx=new Fx.Tween(this.itemsParent,{property:this.direction,duration:this.options.speed,transition:this.options.transition,link:"cancel",fps:100});if(this.options.random){this.shuffle()}this.getInitialCurrent();if(this.options.mode=="circle"){while(this.items.length<this.options.steps+this.visible){this.itemsParent.innerHTML+=this.itemsParent.innerHTML;this.items=this.itemsParent.getElements(this.options.elements)}for(var c=0;c<this.current;c++){this.items[c].inject(this.itemsParent,"bottom")}this.options.paging=false}else{if(this.options.paging){this.createPaging()}this.play(false)}if(this.next){this.next.addEvent("click",function(){this.nextSlide();return false}.bind(this))}if(this.prev){this.prev.addEvent("click",function(){this.prevSlide();return false}.bind(this))}if(this.options.autoplay||this.options.autoplayOpposite){this.timer=this.bound.rotate.delay(this.options.duration)}else{this.gallery.addClass("stopped")}if(this.start){this.start.addEvent("click",function(){clearTimeout(this.timer);this.gallery.removeClass("stopped");this.timer=this.bound.rotate.delay(this.options.duration);return false}.bind(this))}if(this.stop){this.stop.addEvent("click",function(){this.gallery.addClass("stopped");clearTimeout(this.timer);return false}.bind(this))}if(this.options.stopOnHover){this.gallery.addEvent("mouseenter",function(){clearTimeout(this.timer)}.bind(this));this.gallery.addEvent("mouseleave",function(){if(!this.gallery.hasClass("stopped")){clearTimeout(this.timer);this.timer=this.bound.rotate.delay(this.options.duration)}}.bind(this))}this.fireEvent("start",this.current,this.visible,this.items.length,this.items[this.current])},getInitialCurrent:function(){var a=this.items.get("class").indexOf(this.options.currentClass);if(a!=-1){this.current=a}else{if(this.current>this.items.length-1){this.current=this.items.length-1}else{if(this.current<0){this.current=0}}}if(this.options.mode!="circle"&&this.visible+this.current>=this.items.length){this.current=this.items.length-this.visible}return this},rotate:function(){if(!this.options.autoplayOpposite){this.nextSlide()}else{this.prevSlide()}this.timer=this.bound.rotate.delay(this.options.duration);return this},play:function(a){if(this.options.mode=="line"){this.sidesChecking()}if(a){this.fx.start(-this.current*this.size)}else{this.fx.set(-this.current*this.size)}if(this.options.paging){this.setActivePage()}this.fireEvent("play",this.current,this.visible,this.items.length,this.items[this.current]);return this},nextSlide:function(){if(this.options.mode!="circle"){if(this.visible+this.current>=this.items.length){if(this.options.mode=="callback"){this.current=0}}else{if(this.visible+this.current+this.options.steps>=this.items.length){this.current=this.items.length-this.visible}else{this.current+=this.options.steps}}this.play(true)}else{var a=this.current;if((this.current+=this.options.steps)>=this.items.length){this.current-=this.items.length}this.fx.start(-this.size*this.options.steps).chain(function(){for(var b=0;b<this.options.steps;b++){if(a>=this.items.length){a=0}this.items[a++].inject(this.itemsParent,"bottom")}this.fx.set(0)}.bind(this));this.fireEvent("play",this.current,this.visible,this.items.length,this.items[this.current])}return this},prevSlide:function(){if(this.options.mode!="circle"){if(this.current<=0){if(this.options.mode=="callback"){this.current=this.items.length-this.visible}}else{if(this.current-this.options.steps<=0){this.current=0}else{this.current-=this.options.steps}}this.play(true)}else{for(var a=0;a<this.options.steps;a++){if(this.current-1<0){this.current=this.items.length}this.items[--this.current].inject(this.itemsParent,"top")}this.fx.set(-this.size*this.options.steps).start(0);this.fireEvent("play",this.current,this.visible,this.items.length,this.items[this.current])}return this},sidesChecking:function(){this.next.removeClass(this.options.nextDisableClass);this.prev.removeClass(this.options.prevDisableClass);if(this.visible+this.current>=this.items.length){this.next.addClass(this.options.nextDisableClass)}else{if(this.current==0){this.prev.addClass(this.options.prevDisableClass)}}return this},createPaging:function(){this.paging=new Element("ul");var c=this.gallery.getElement(this.options.pagingHolder);if(c!=null){this.paging.injectInside(c)}else{this.paging.injectInside(this.gallery).addClass("paging")}var b=Math.ceil((this.items.length-this.visible)/this.options.steps)+1;var d="";for(var a=0;a<b;a++){d+='<li><a href="#">'+parseInt(a+1)+"</a></li>"}this.paging=this.paging.set("html",d).getElements("a");this.paging.each(function(f,e){f.addEvent(this.options.pagingEvent,function(){if(e<b-1){this.current=e*this.options.steps}else{this.current=this.items.length-this.visible}this.play(true);return false}.bind(this))}.bind(this));return this},setActivePage:function(){this.paging.removeClass("active")[Math.ceil(this.current/this.options.steps)].addClass("active");return this},shuffle:function(){var a="";this.items.sort(function(){return 0.5-Math.random()}).each(function(b){a+=new Element("div").adopt(b).get("html")});this.items=this.itemsParent.set("html",a).getElements(this.options.elements);return this}});var fadeGallery=new Class({Extends:slideGallery,initialize:function(a,b){if(b.mode=="circle"){b.mode="callback"}this.parent(a,b);this.fxFade=[];this.items.each(function(d,c){this.fxFade[c]=new Fx.Tween(d,{property:"opacity",duration:this.options.speed,transition:this.options.transition,link:"cancel"});this.fxFade[c].set(0)}.bind(this));this.play(false)},play:function(a){if(this.previous==null){this.previous=0;return false}if(this.options.mode=="line"){this.sidesChecking()}if(a){this.fxFade[this.previous].start(0);this.fxFade[this.current].start(1)}else{this.fxFade[this.previous].set(0);this.fxFade[this.current].set(1)}this.previous=this.current;if(this.options.paging){this.setActivePage()}this.fireEvent("play",this.current,this.visible,this.items.length,this.items[this.current])}});(function(){var b=function(e,d){var f=[];Object.each(d,function(g){Object.each(g,function(h){e.each(function(i){f.push(i+"-"+h+(i=="border"?"-width":""))})})});return f};var c=function(f,e){var d=0;Object.each(e,function(h,g){if(g.test(f)){d=d+h.toInt()}});return d};var a=function(d){return !!(!d||d.offsetHeight||d.offsetWidth)};Element.implement({measure:function(h){if(a(this)){return h.call(this)}var g=this.getParent(),e=[];while(!a(g)&&g!=document.body){e.push(g.expose());g=g.getParent()}var f=this.expose(),d=h.call(this);f();e.each(function(i){i()});return d},expose:function(){if(this.getStyle("display")!="none"){return function(){}}var d=this.style.cssText;this.setStyles({display:"block",position:"absolute",visibility:"hidden"});return function(){this.style.cssText=d}.bind(this)},getDimensions:function(d){d=Object.merge({computeSize:false},d);var i={x:0,y:0};var h=function(j,e){return(e.computeSize)?j.getComputedSize(e):j.getSize()};var f=this.getParent("body");if(f&&this.getStyle("display")=="none"){i=this.measure(function(){return h(this,d)})}else{if(f){try{i=h(this,d)}catch(g){}}}return Object.append(i,(i.x||i.x===0)?{width:i.x,height:i.y}:{x:i.width,y:i.height})},getComputedSize:function(d){d=Object.merge({styles:["padding","border"],planes:{height:["top","bottom"],width:["left","right"]},mode:"both"},d);var g={},e={width:0,height:0},f;if(d.mode=="vertical"){delete e.width;delete d.planes.width}else{if(d.mode=="horizontal"){delete e.height;delete d.planes.height}}b(d.styles,d.planes).each(function(h){g[h]=this.getStyle(h).toInt()},this);Object.each(d.planes,function(i,h){var k=h.capitalize(),j=this.getStyle(h);if(j=="auto"&&!f){f=this.getDimensions()}j=g[h]=(j=="auto")?f[h]:j.toInt();e["total"+k]=j;i.each(function(m){var l=c(m,g);e["computed"+m.capitalize()]=l;e["total"+k]+=l})},this);return Object.append(e,g)}})})();(function(b){var a=Element.Position={options:{relativeTo:document.body,position:{x:"center",y:"center"},offset:{x:0,y:0}},getOptions:function(d,c){c=Object.merge({},a.options,c);a.setPositionOption(c);a.setEdgeOption(c);a.setOffsetOption(d,c);a.setDimensionsOption(d,c);return c},setPositionOption:function(c){c.position=a.getCoordinateFromValue(c.position)},setEdgeOption:function(d){var c=a.getCoordinateFromValue(d.edge);d.edge=c?c:(d.position.x=="center"&&d.position.y=="center")?{x:"center",y:"center"}:{x:"left",y:"top"}},setOffsetOption:function(f,d){var c={x:0,y:0},g=f.measure(function(){return document.id(this.getOffsetParent())}),e=g.getScroll();if(!g||g==f.getDocument().body){return}c=g.measure(function(){var i=this.getPosition();if(this.getStyle("position")=="fixed"){var h=window.getScroll();i.x+=h.x;i.y+=h.y}return i});d.offset={parentPositioned:g!=document.id(d.relativeTo),x:d.offset.x-c.x+e.x,y:d.offset.y-c.y+e.y}},setDimensionsOption:function(d,c){c.dimensions=d.getDimensions({computeSize:true,styles:["padding","border","margin"]})},getPosition:function(e,d){var c={};d=a.getOptions(e,d);var f=document.id(d.relativeTo)||document.body;a.setPositionCoordinates(d,c,f);if(d.edge){a.toEdge(c,d)}var g=d.offset;c.left=((c.x>=0||g.parentPositioned||d.allowNegative)?c.x:0).toInt();c.top=((c.y>=0||g.parentPositioned||d.allowNegative)?c.y:0).toInt();a.toMinMax(c,d);if(d.relFixedPosition||f.getStyle("position")=="fixed"){a.toRelFixedPosition(f,c)}if(d.ignoreScroll){a.toIgnoreScroll(f,c)}if(d.ignoreMargins){a.toIgnoreMargins(c,d)}c.left=Math.ceil(c.left);c.top=Math.ceil(c.top);delete c.x;delete c.y;return c},setPositionCoordinates:function(k,g,d){var f=k.offset.y,h=k.offset.x,e=(d==document.body)?window.getScroll():d.getPosition(),j=e.y,c=e.x,i=window.getSize();switch(k.position.x){case"left":g.x=c+h;break;case"right":g.x=c+h+d.offsetWidth;break;default:g.x=c+((d==document.body?i.x:d.offsetWidth)/2)+h;break}switch(k.position.y){case"top":g.y=j+f;break;case"bottom":g.y=j+f+d.offsetHeight;break;default:g.y=j+((d==document.body?i.y:d.offsetHeight)/2)+f;break}},toMinMax:function(c,d){var f={left:"x",top:"y"},e;["minimum","maximum"].each(function(g){["left","top"].each(function(h){e=d[g]?d[g][f[h]]:null;if(e!=null&&((g=="minimum")?c[h]<e:c[h]>e)){c[h]=e}})})},toRelFixedPosition:function(e,c){var d=window.getScroll();c.top+=d.y;c.left+=d.x},toIgnoreScroll:function(e,d){var c=e.getScroll();d.top-=c.y;d.left-=c.x},toIgnoreMargins:function(c,d){c.left+=d.edge.x=="right"?d.dimensions["margin-right"]:(d.edge.x!="center"?-d.dimensions["margin-left"]:-d.dimensions["margin-left"]+((d.dimensions["margin-right"]+d.dimensions["margin-left"])/2));c.top+=d.edge.y=="bottom"?d.dimensions["margin-bottom"]:(d.edge.y!="center"?-d.dimensions["margin-top"]:-d.dimensions["margin-top"]+((d.dimensions["margin-bottom"]+d.dimensions["margin-top"])/2))},toEdge:function(c,d){var e={},g=d.dimensions,f=d.edge;switch(f.x){case"left":e.x=0;break;case"right":e.x=-g.x-g.computedRight-g.computedLeft;break;default:e.x=-(Math.round(g.totalWidth/2));break}switch(f.y){case"top":e.y=0;break;case"bottom":e.y=-g.y-g.computedTop-g.computedBottom;break;default:e.y=-(Math.round(g.totalHeight/2));break}c.x+=e.x;c.y+=e.y},getCoordinateFromValue:function(c){if(typeOf(c)!="string"){return c}c=c.toLowerCase();return{x:c.test("left")?"left":(c.test("right")?"right":"center"),y:c.test(/upper|top/)?"top":(c.test("bottom")?"bottom":"center")}}};Element.implement({position:function(d){if(d&&(d.x!=null||d.y!=null)){return(b?b.apply(this,arguments):this)}var c=this.setStyle("position","absolute").calculatePosition(d);return(d&&d.returnPos)?c:this.setStyles(c)},calculatePosition:function(c){return a.getPosition(this,c)}})})(Element.prototype.position);window.addEvent("domready",function(){var a=document.id("newsletter-signup");if(!a){return}var e=a.getElement("form");var d=e.getElement("input[type=text]");var c=false;function f(g,h){if(!c){c=new Element("div",{styles:{position:"absolute",margin:0}});a.setStyle("position","relative");c.inject(a)}c.set("class","notices");c.addClass(h);c.set("text",g);c.position({relativeTo:d,position:"topLeft",edge:"bottomLeft",offset:{x:0,y:-4},allowNegative:true});c.fade("show");c.highlight();(function(){c.fade("out")}).delay(3000)}var b=new Request.JSON({url:e.get("action"),onSuccess:function(g){if(g.status=="OK"){f(g.message,"confirmation");d.value=""}else{f(g.message,"error")}}});e.addEvent("submit",function(g){g.stop();b.send({data:e.toQueryString()})})});Fx.Elements=new Class({Extends:Fx.CSS,initialize:function(b,a){this.elements=this.subject=$$(b);this.parent(a)},compute:function(g,h,j){var c={};for(var d in g){var a=g[d],e=h[d],f=c[d]={};for(var b in a){f[b]=this.parent(a[b],e[b],j)}}return c},set:function(b){for(var c in b){if(!this.elements[c]){continue}var a=b[c];for(var d in a){this.render(this.elements[c],d,a[d],this.options.unit)}}return this},start:function(c){if(!this.check(c)){return this}var h={},j={};for(var d in c){if(!this.elements[d]){continue}var f=c[d],a=h[d]={},g=j[d]={};for(var b in f){var e=this.prepare(this.elements[d],b,f[b]);a[b]=e.from;g[b]=e.to}}return this.parent(h,j)}});var Cookie=new Class({Implements:Options,options:{path:"/",domain:false,duration:false,secure:false,document:document,encode:true},initialize:function(b,a){this.key=b;this.setOptions(a)},write:function(b){if(this.options.encode){b=encodeURIComponent(b)}if(this.options.domain){b+="; domain="+this.options.domain}if(this.options.path){b+="; path="+this.options.path}if(this.options.duration){var a=new Date();a.setTime(a.getTime()+this.options.duration*24*60*60*1000);b+="; expires="+a.toGMTString()}if(this.options.secure){b+="; secure"}this.options.document.cookie=this.key+"="+b;return this},read:function(){var a=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");return(a)?decodeURIComponent(a[1]):null},dispose:function(){new Cookie(this.key,Object.merge({},this.options,{duration:-1})).write("");return this}});Cookie.write=function(b,c,a){return new Cookie(b,a).write(c)};Cookie.read=function(a){return new Cookie(a).read()};Cookie.dispose=function(b,a){return new Cookie(b,a).dispose()};window.addEvent("domready",function(){var e=Date.now();if(window.location.search.match(/^\?_us(&|$)/)){a("y")}var d=c();if(!d){new Request.JSON({url:"/location-banner/",method:"get",onSuccess:function(f){if(f.banner){a("y");b()}else{a("n")}}}).send()}else{if(d=="y"){b()}}function b(){var g=new Element("div",{styles:{height:0}});var f=new Element("div",{id:"notification-bar",styles:{top:-1000},html:'<span><img src="/assets/images/flags-us-canada.4avywlryxx5wfkhx.png" alt="Flags" />Looking for our supplier in the US and Canada? Visit <a href="http://www.claringtonforge.com/">ClaringtonForge.com</a></span>'});var i=new Element("a",{href:"#","class":"close",html:"&#215;",title:"Close"});if(Browser.ie&&Browser.version<=6){f.setStyle("position","absolute")}g.inject(document.body,"top");f.inject(document.body);i.inject(f,"top");var h=new Fx.Elements([g,f]);i.addEvent("click",function(k){k.preventDefault();a("n");var j=f.getSize().y;h.start({0:{height:[j,0]},1:{top:[0,-j]}}).chain(function(){f.dispose();g.dispose()})});(function(){var j=f.getSize().y;h.start({0:{height:[0,j]},1:{top:[-j,0]}})}).delay(Math.max(0,1000+e-Date.now()))}function c(){return Cookie.read("usbanner")}function a(f){Cookie.write("usbanner",f,{duration:7})}});window.addEvent("domready",function(){var d=document.getElement(".newsletter-like *[data-iframe-src]");if(!d){return}var e=window.location.protocol+"//"+window.location.host+"/";var a=d.getSize();var c=d.get("data-iframe-src");c=c.replace("{width}",a.x);c=c.replace("{height}",a.y);c=c.replace("{like_url}",encodeURIComponent(e));var b=new Element("iframe",{src:c,styles:{border:"none",overflow:"hidden",width:a.x,height:a.y},scrolling:"no",frameborder:"0",allowTransparency:"true"});b.replaces(d)});window.addEvent("domready",function(){var b=document.getElement(".lifetime-guarantee");if(!b){return}var d=b.getElement(".details");d.addClass("details-rollover");d.setStyle("display","none");var e=false;var a=document.getElement("body");function c(){if(!e){return}d.setStyle("display","none");a.removeEvent("click",c);e=false}b.getElement("img").addEvent("click",function(){if(e){return}d.setStyle("display","block");a.addEvent.delay(100,a,["click",c]);e=true})});window.addEvent("domready",function(){var a=["prev","next"];$$(".carousel-container").each(function(b){var c=b.getElement(".carousel");a.each(function(f){var e=new Element("a",{href:"#","class":f});c.grab(e)});var d=new slideGallery(c,{steps:4,mode:"circle",random:false,autoplay:b.hasClass("autoplay"),autoplayOpposite:b.hasClass("autoplay"),stop:".stop",start:".start",duration:7200,speed:600,nextItem:b.getElement(".next"),prevItem:b.getElement(".prev"),transition:Fx.Transitions.Bounce.cubicOut});if(d.fx){d.in_transition=false;a.each(function(f){var e=d[f];e.removeEvents();e.addEvent("click",function(g){g.stop();clearTimeout(d.timer);if(!d.in_transition){d[f+"Slide"]()}})});d.fx.addEvent("start",function(){d.in_transition=true});d.fx.addEvent("complete",function(){d.in_transition=false})}})});window.addEvent("domready",function(){if($("product-options-selector")){$("product-options-selector").getElements("input").each(function(b){b.addEvent("click",function(a){updateOptionsAndPrice()})});updateOptionsAndPrice()}});function updateOptionsAndPrice(){var b=[];var a=false;$("product-options-selector").getElements("div.radios").each(function(g,f){var e=g.getElements("input");var d=false;e.each(function(h){if(b.length){b.push(h.get("value"));if(!product_option_prices.some(function(i){return(i.selection.slice(0,b.length).equalTo(b))})){h.disabled="disabled";h.getParent("label").addClass("disabled");if(h.checked){h.checked=false;d=true}}else{h.disabled="";h.getParent("label").removeClass("disabled")}b.pop()}});if(d){e.each(function(h){if(d&&!h.disabled){h.checked=true;d=false}})}e.each(function(h){if(h.checked){b.push(h.get("value"))}})});var c=product_option_prices.filter(function(d){return(d.selection.slice(0,b.length).equalTo(b))});if(c.length){$("product-price").set("html",c[0].price);$("product-code").set("html",c[0].stock_code);$("product-image").set("src",c[0].image);$("product-image-link").set("href",c[0].image_link)}if(milkbox){milkbox.reloadPageGalleries()}};
