/*

This is a combination file of the following JS scripts or jQuery plugins:

1. Cufon - fonts
1a. Whitney font
2. clearingInput - put form labels in form text inputs
3. Fitted  - expand links to fill container
4. Cycle Lite - homepage feature rotator
5. Colorbox - lightbox
6. JS Cookie - necessary for limiting when lightboxes show
7. Superfish - dropdown menus
8. Modernizer


*/

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());



/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2004 Hoefler & Frere-Jones Typography, Inc. www.typography.com
 * 
 * Full name:
 * WhitneyHTF-Medium
 */
Cufon.registerFont({"w":189,"face":{"font-family":"Whitney HTF","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-28 -342 356 72","underline-thickness":"7.2","underline-position":"-44.28","stemh":"31","stemv":"32","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":79},"!":{"d":"68,-248r-9,170r-20,4r-9,-174r38,0xm67,0r-36,0r0,-43r36,0r0,43","w":97},"\"":{"d":"125,-243r-9,75r-19,-5r-9,-70r37,0xm59,-243r-9,75r-19,-5r-8,-70r36,0","w":147,"k":{"\u00b1":19,"4":19}},"#":{"d":"79,-62r-10,65r-25,-6r10,-59r-39,0r0,-27r43,0r10,-65r-41,0r-5,-27r50,0r10,-63r26,0r-10,63r61,0r10,-65r24,6r-9,59r39,0r0,27r-43,0r-10,65r41,0r5,27r-51,0r-10,63r-25,0r10,-63r-61,0xm94,-154r-11,65r61,0r10,-65r-60,0","w":237},"$":{"d":"126,-242v14,3,27,6,37,11r-5,30v-10,-6,-23,-12,-37,-15r-12,79v95,18,81,145,-21,138r-7,43r-23,-5r6,-40v-20,-3,-37,-8,-49,-14r4,-31v15,9,32,16,50,19r13,-88v-43,-15,-61,-31,-61,-66v0,-43,34,-65,81,-64r5,-27r23,6xm91,-25v64,3,73,-66,13,-83xm99,-219v-31,-2,-50,12,-49,35v0,19,9,28,37,39"},"%":{"d":"133,-175v0,45,-25,72,-58,72v-33,0,-59,-27,-59,-72v0,-45,26,-71,59,-71v33,0,58,26,58,71xm252,-240r-155,243r-25,-7r155,-242xm105,-175v0,-27,-9,-49,-30,-49v-22,0,-31,22,-31,49v0,27,10,49,31,49v22,0,30,-22,30,-49xm308,-69v0,45,-26,72,-59,72v-33,0,-59,-27,-59,-72v0,-45,26,-71,59,-71v33,0,59,26,59,71xm280,-69v0,-27,-10,-49,-31,-49v-22,0,-30,22,-30,49v0,27,9,49,30,49v22,0,31,-22,31,-49","w":324},"&":{"d":"246,-6r-35,8r-36,-35v-35,56,-162,52,-162,-29v0,-36,23,-60,56,-76v-44,-38,-29,-116,43,-115v24,0,44,6,61,15r-5,34v-28,-22,-87,-34,-90,10v8,46,66,79,93,113v8,-17,13,-38,17,-63r30,6v-5,30,-14,56,-26,78xm154,-54r-65,-64v-55,18,-59,91,6,94v23,0,42,-10,59,-30","w":245,"k":{"\u2211":18,"\u2202":5,"\u0152":5,"Y":29,"W":14,"V":18,"T":29,"S":1,"Q":5,"O":5,"G":5,"C":5}},"\u2019":{"d":"66,-248r-29,83r-18,-4r10,-79r37,0","w":81,"k":{"\u222b":14,"\u2202":5,"\u221e":6,"\u0153":14,"\u00e6":7,"\u0152":5,"\u00c6":42,"s":11,"q":14,"o":14,"g":7,"e":14,"d":14,"c":14,"a":7,"X":5,"S":3,"Q":5,"O":5,"M":11,"J":13,"G":5,"C":5,"A":42}},"(":{"d":"131,27r-31,7v-105,-79,-103,-230,14,-295r5,30v-89,69,-81,182,12,258","w":146,"k":{"\u222b":6,"\u2202":13,"\u00b1":16,"\u0153":10,"\u0152":13,"\u00c6":10,"w":6,"v":6,"s":6,"q":6,"o":10,"j":-6,"e":10,"d":6,"c":10,"S":5,"Q":13,"O":13,"J":6,"G":13,"C":13,"A":10,"4":16}},")":{"d":"46,-260v106,79,103,230,-14,296r-5,-31v89,-69,81,-182,-12,-258","w":146},"*":{"d":"129,-205r-39,19r21,38r-9,7r-30,-32r-30,32r-9,-7r21,-38r-39,-19r3,-10r43,7r5,-42r12,0r5,42r43,-7","w":144,"k":{"\u00c6":32,"X":6,"J":19,"A":32}},"+":{"d":"186,-108r-69,0r0,71r-28,0r0,-71r-70,0r0,-27r70,0r0,-72r28,0r0,72r69,0r0,27","w":205},",":{"d":"65,-43r-38,91r-17,-4r18,-87r37,0","w":81,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u2211":32,"\u2202":10,"\u00b1":10,"\u2260":-6,"\u00df":5,"\u0153":3,"\u0152":10,"\u201d":19,"\ufb02":5,"\ufb01":5,"y":6,"w":13,"v":14,"t":6,"o":3,"f":5,"e":3,"c":3,"Y":39,"W":26,"V":32,"T":32,"Q":10,"O":10,"G":10,"C":10,"9":8,"7":8,"6":3,"4":10,"3":-6,"2":-6,"1":21,"0":6,"\u2019":19}},"-":{"d":"108,-87r-89,0r0,-31r89,0r0,31","w":127,"k":{"\u2248":3,"\u221a":3,"\u03a9":3,"\u2211":19,"\u00df":3,"\u00c6":8,"\ufb02":3,"\ufb01":3,"z":5,"y":5,"x":13,"w":3,"v":5,"f":3,"Z":8,"Y":29,"X":19,"W":16,"V":19,"T":23,"S":6,"J":14,"A":8,"7":26,"2":10,"1":18}},".":{"d":"59,0r-36,0r0,-43r36,0r0,43","w":81,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u2211":32,"\u2202":10,"\u00b1":10,"\u2260":-6,"\u00df":5,"\u0153":3,"\u0152":10,"\u201d":19,"\ufb02":5,"\ufb01":5,"y":11,"w":13,"v":14,"t":6,"o":3,"f":5,"e":3,"c":3,"Y":39,"W":26,"V":32,"T":32,"Q":10,"O":10,"G":10,"C":10,"9":8,"7":8,"6":3,"4":10,"3":-6,"2":-6,"1":21,"0":6,"\u2019":19}},"\/":{"d":"185,-246r-170,292r-28,-6r170,-292","w":192,"k":{"\u2248":13,"\u221a":13,"\u03a9":13,"\u222b":44,"\u2202":16,"\u00b1":42,"\u221e":42,"\u00df":13,"\u0153":47,"\u00e6":42,"\u0152":16,"\u00c6":46,"\ufb02":13,"\ufb01":13,"z":36,"y":29,"x":36,"w":29,"v":29,"u":37,"t":10,"s":39,"r":39,"q":44,"p":39,"o":47,"n":39,"m":39,"j":6,"i":6,"g":46,"f":13,"e":47,"d":44,"c":47,"a":42,"Z":6,"X":6,"Q":16,"O":16,"M":8,"J":23,"G":16,"C":16,"A":46,"8":3,"6":19,"4":42,"2":6,"0":13,"\/":72}},"0":{"d":"204,-122v0,81,-37,127,-92,127v-56,0,-94,-46,-94,-127v0,-81,38,-126,94,-126v55,0,92,45,92,126xm171,-122v0,-63,-22,-98,-59,-98v-37,0,-61,35,-61,98v0,63,24,98,61,98v37,0,59,-35,59,-98","w":222,"k":{"\u2260":1,"7":10,"3":1,"2":4,"1":3,"\/":10,".":6,",":6}},"1":{"d":"94,0r-32,0r0,-210r-50,19r-4,-26v28,-10,45,-31,86,-27r0,244","w":128,"k":{"\u2044":-13}},"2":{"d":"175,0r-159,0r0,-25r90,-94v22,-23,32,-38,32,-58v-2,-60,-84,-45,-111,-12r-5,-32v40,-43,153,-34,149,42v-4,61,-79,109,-113,150r112,0","w":192,"k":{"\u00b1":13,"\u2014":6,"\u2013":6,"\u2044":-14,"7":5,"6":3,"4":13,"2":3,"-":6}},"3":{"d":"119,-128v83,25,54,133,-37,133v-26,0,-51,-7,-70,-19r5,-32v33,28,116,36,118,-20v1,-33,-28,-49,-77,-47r-5,-29v43,3,78,-9,78,-41v0,-49,-86,-41,-110,-12r-5,-31v19,-14,40,-22,70,-22v93,0,101,101,33,120","w":185,"k":{"\u2044":-11,"7":5,"\/":3}},"4":{"d":"203,-55r-39,0r0,55r-30,0r0,-55r-121,0r0,-24r113,-165r38,0r0,162r39,0r0,27xm134,-82r0,-126r-87,126r87,0","w":212,"k":{"\u2044":-10,"9":6,"7":8,"1":8}},"5":{"d":"175,-76v0,81,-106,99,-160,62r6,-31v35,30,122,34,122,-30v0,-45,-59,-56,-93,-38r-24,-6r8,-124r128,0r5,28r-106,0r-5,71v54,-19,119,9,119,68","k":{"\u2044":-10,"9":3,"7":5,"1":2}},"6":{"d":"52,-130v48,-37,137,-19,137,55v0,46,-36,80,-84,80v-51,0,-87,-36,-87,-103v0,-84,55,-131,132,-150r4,29v-50,13,-91,37,-102,89xm49,-99v0,46,23,75,58,75v30,0,50,-18,50,-49v0,-58,-77,-59,-108,-26","w":203,"k":{"\u00b1":-3,"\u2044":-11,"9":3,"7":14,"4":-3,"1":6}},"7":{"d":"174,-218r-98,221r-31,-8r93,-209r-121,0r-4,-29r161,0r0,25","w":190,"k":{"\u00b1":31,"\u2014":19,"\u2013":19,"\u2044":36,"\u00a2":10,":":6,"8":4,"6":14,"5":6,"4":31,"2":1,"1":-3,"0":6,"\/":46,".":32,"-":19,",":32}},"8":{"d":"111,-139v45,-18,55,-81,-8,-82v-30,0,-46,16,-46,35v0,22,15,31,54,47xm94,-116v-58,17,-62,94,9,93v32,0,53,-16,53,-40v0,-26,-16,-34,-62,-53xm67,-128v-66,-23,-48,-120,36,-120v47,0,77,26,77,61v0,27,-20,46,-43,59v32,15,51,31,51,66v0,37,-33,67,-86,67v-101,2,-111,-104,-35,-133","w":204,"k":{"\u2044":-10,"9":2,"7":6}},"9":{"d":"150,-109v-51,36,-136,17,-136,-58v0,-47,35,-81,83,-81v51,0,88,36,88,103v0,84,-56,133,-135,150r-5,-29v50,-11,92,-35,105,-85xm46,-169v0,59,80,61,108,26v0,-46,-23,-77,-58,-77v-30,0,-50,19,-50,51","w":203,"k":{"\u00b1":5,"\u2260":3,"\u2044":11,"7":8,"5":3,"4":5,"3":3,"2":6,"\/":18,".":11,",":11}},":":{"d":"60,-129r-36,0r0,-43r36,0r0,43xm60,0r-36,0r0,-43r36,0r0,43","w":84,"k":{"\u2211":13,"Y":23,"W":11,"V":13,"T":23,"7":10}},";":{"d":"63,-129r-36,0r0,-43r36,0r0,43xm64,-43r-37,91r-18,-4r18,-87r37,0","w":84,"k":{"\u2211":13,"Y":23,"W":11,"V":13,"T":23}},"<":{"d":"181,-30r-160,-79r0,-25r160,-80r0,31r-127,61r127,61r0,31","w":205},"=":{"d":"186,-148r-160,0r0,-28r160,0r0,28xm186,-67r-160,0r0,-29r160,0r0,29","w":212},">":{"d":"185,-109r-161,79r0,-30r128,-61r-128,-62r0,-31r161,80r0,25","w":205},"?":{"d":"167,-189v0,39,-26,56,-69,75r-3,36r-21,4r-5,-59v31,-11,68,-29,64,-55v-7,-53,-87,-34,-112,-5r-5,-33v43,-41,151,-37,151,37xm102,0r-36,0r0,-43r36,0r0,43","w":186},"@":{"d":"171,-70r10,-62v-38,-15,-67,15,-67,65v0,45,36,26,57,-3xm173,-47v-18,21,-32,29,-49,29v-19,0,-38,-13,-38,-45v2,-78,60,-113,125,-86r-13,91v0,14,9,23,24,23v25,0,44,-26,44,-74v0,-69,-44,-104,-102,-104v-71,0,-130,61,-130,146v0,106,107,125,182,87r2,13v-21,10,-48,17,-82,17v-72,0,-118,-41,-118,-116v0,-87,65,-160,148,-160v70,0,116,46,116,117v0,55,-25,91,-65,91v-22,0,-39,-10,-44,-29","w":300},"A":{"d":"237,-5r-33,8r-29,-78r-102,0r-28,75r-35,0r98,-249r33,0xm164,-104r-40,-105r-40,105r80,0","w":247,"k":{"\u25ca":29,"\u2248":6,"\u221a":6,"\u03a9":6,"\u222b":1,"\u2211":32,"\u2202":10,"\u2265":3,"\u2122":29,"\u00ae":18,"\u00df":6,"\u0153":1,"\u0152":10,"\u2014":8,"\u201d":31,"\u2013":8,"\ufb02":6,"\ufb01":6,"\u2039":6,"\u00ab":6,"\u201c":36,"y":11,"w":11,"v":11,"u":1,"t":8,"q":1,"o":1,"f":6,"e":1,"d":1,"c":1,"\u2018":36,"Y":34,"W":24,"V":32,"U":6,"T":32,"Q":10,"O":10,"G":10,"C":10,"?":21,"-":8,"*":32,")":10,"\u2019":31}},"B":{"d":"181,-73v0,71,-74,77,-151,73r0,-248r60,0v87,-8,105,89,45,116v28,8,46,26,46,59xm137,-183v4,-32,-35,-40,-74,-37r0,76v40,3,77,-7,74,-39xm148,-72v0,-39,-39,-47,-85,-44r0,87v44,3,85,-3,85,-43","w":196,"k":{"\u2211":6,"y":3,"x":5,"w":3,"v":3,"Z":3,"Y":10,"X":5,"W":5,"V":6,"T":6,")":6,"&":-5}},"C":{"d":"210,-19v-78,57,-190,6,-190,-105v0,-107,104,-161,186,-109r-5,35v-56,-48,-146,-20,-146,74v0,96,91,120,150,73","w":232,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u222b":5,"\u2211":3,"\u2202":13,"\u00df":5,"\u0153":6,"\u0152":13,"\u00c6":3,"\u2014":6,"\u2013":6,"\ufb02":5,"\ufb01":5,"\u2039":5,"\u00ab":5,"y":13,"x":6,"w":13,"v":13,"u":3,"q":5,"o":6,"l":3,"j":3,"i":3,"f":5,"e":6,"d":5,"c":6,"Z":3,"Y":6,"X":5,"W":3,"V":3,"T":3,"Q":13,"O":13,"G":13,"C":13,"A":3,"-":6}},"D":{"d":"233,-125v0,74,-48,125,-133,125r-70,0r0,-248r72,0v86,0,131,50,131,123xm198,-124v0,-77,-54,-101,-134,-94r0,187v80,6,135,-15,134,-93","w":253,"k":{"\u2211":11,"\u221e":3,"\u00e6":3,"\u00c6":13,"}":13,"z":3,"x":3,"a":3,"]":13,"Z":13,"Y":19,"X":14,"W":10,"V":11,"T":19,"S":3,"J":13,"A":13,"?":5,"\/":19,".":11,",":11,")":16}},"E":{"d":"167,0r-137,0r0,-248r134,0r0,31r-100,0r0,72r77,0r6,31r-83,0r0,83r103,0r0,31","w":180,"k":{"\u222b":1,"\u2202":3,"\u0153":3,"\u0152":3,"y":6,"w":6,"v":6,"q":1,"o":3,"e":3,"d":1,"c":3,"Q":3,"O":3,"G":3,"C":3}},"F":{"d":"159,-217r-95,0r0,76r75,0r5,30r-80,0r0,111r-34,0r0,-248r129,0r0,31","w":172,"k":{"\u2248":8,"\u221a":8,"\u03a9":8,"\u222b":13,"\u2202":5,"\u221e":19,"\u00df":8,"\u0153":14,"\u0131":14,"\u00e6":19,"\u0152":5,"\u00c6":32,"\u00bb":6,"\ufb02":8,"\ufb01":8,"\u203a":6,"\u2039":6,"\u00ab":6,"z":14,"y":10,"x":16,"w":10,"v":10,"u":13,"t":6,"s":13,"r":14,"q":13,"p":14,"o":14,"n":14,"m":14,"l":3,"j":6,"i":6,"g":16,"f":8,"e":14,"d":13,"c":14,"a":19,"Z":6,"X":5,"S":3,"Q":5,"O":5,"M":5,"J":19,"G":5,"C":5,"A":24,"?":-3,";":5,":":5,"\/":32,".":26,",":26,"&":6}},"G":{"d":"225,-19v-21,14,-51,24,-84,24v-79,0,-121,-52,-121,-129v0,-77,44,-129,118,-129v33,0,56,8,75,21r-5,35v-18,-14,-41,-25,-70,-25v-54,0,-83,38,-83,98v0,81,72,118,136,85r0,-66r-57,0r-5,-31r96,0r0,117","w":250,"k":{"\u2211":6,"y":3,"w":3,"v":3,"Y":10,"W":5,"V":6,"T":10,"?":3}},"H":{"d":"223,0r-34,0r0,-114r-125,0r0,114r-34,0r0,-248r34,0r0,103r125,0r0,-103r34,0r0,248","w":253},"I":{"d":"66,0r-34,0r0,-248r34,0r0,248","w":97},"J":{"d":"105,-61v2,52,-43,72,-92,61r-5,-30v29,7,64,4,64,-34r0,-184r33,0r0,187","w":133,"k":{"\u00c6":5,"J":6,"A":5,".":3,",":3}},"K":{"d":"216,-5r-35,8r-117,-129r0,126r-34,0r0,-248r34,0r0,111r105,-111r41,0r-110,115","w":219,"k":{"\u2248":6,"\u221a":6,"\u03a9":6,"\u222b":8,"\u2211":8,"\u2202":16,"\u2265":3,"\u00df":6,"\u0153":10,"\u0152":16,"\u2014":16,"\u2013":16,"\ufb02":6,"\ufb01":6,"\u2039":6,"\u00ab":6,"\u201c":5,"y":19,"x":6,"w":18,"v":18,"u":5,"t":8,"q":8,"o":10,"f":6,"e":10,"d":8,"c":10,"\u2018":5,"Y":6,"W":6,"V":8,"S":3,"Q":16,"O":16,"G":16,"C":16,"?":3,"-":16,"&":3}},"L":{"d":"158,0r-128,0r0,-248r34,0r0,217r89,0","w":168,"k":{"\u25ca":29,"\u2248":6,"\u221a":6,"\u03a9":6,"\u222b":5,"\u2211":36,"\u2202":16,"\u2265":6,"\u2122":29,"\u00ae":26,"\u00df":6,"\u0153":6,"\u0152":16,"\u2014":16,"\u201d":13,"\u2013":16,"\ufb02":6,"\ufb01":6,"\u2039":5,"\u00ab":5,"\u201c":13,"y":19,"w":19,"v":19,"t":8,"q":5,"o":6,"f":6,"e":6,"d":5,"c":6,"\u2018":13,"Y":39,"W":32,"V":36,"U":7,"T":39,"Q":16,"O":16,"G":16,"C":16,"?":19,"-":16,"*":29,")":3,"\u2019":13}},"M":{"d":"301,0r-33,0r-15,-198r-79,199r-25,0r-79,-199r-15,198r-32,0r20,-248r42,0r77,203r78,-203r41,0","w":324,"k":{"\u2211":8,"\u201d":4,"\u201c":8,"\u2018":8,"Y":10,"W":6,"V":8,"T":6,"\u2019":4}},"N":{"d":"223,0r-25,0r-137,-193r0,193r-31,0r0,-248r30,0r132,186r0,-186r31,0r0,248","w":253},"O":{"d":"249,-125v0,77,-45,130,-115,130v-70,0,-114,-52,-114,-129v0,-77,45,-129,115,-129v70,0,114,51,114,128xm214,-124v0,-60,-31,-98,-80,-98v-49,0,-79,38,-79,98v0,60,30,98,79,98v49,0,80,-38,80,-98","w":268,"k":{"\u2211":10,"\u00c6":10,"}":10,"]":13,"Z":10,"Y":16,"X":11,"W":8,"V":10,"T":16,"S":1,"J":11,"A":10,"?":5,"\/":16,".":10,",":10,")":13}},"P":{"d":"180,-177v0,60,-49,81,-116,76r0,101r-34,0r0,-248v75,-4,150,0,150,71xm146,-176v0,-39,-38,-46,-82,-43r0,88v45,3,82,-4,82,-45","w":192,"k":{"\u2248":-3,"\u221a":-3,"\u03a9":-3,"\u222b":10,"\u221e":10,"\u00df":-3,"\u0153":11,"\u0131":3,"\u00e6":10,"\u00c6":37,"\u2014":6,"\u2013":6,"\ufb02":-3,"\ufb01":-3,"\u2039":13,"\u00ab":13,"z":3,"x":3,"u":3,"t":-3,"s":6,"r":3,"q":10,"p":3,"o":11,"n":3,"m":3,"j":3,"i":3,"g":8,"f":-3,"e":11,"d":10,"c":11,"a":10,"Z":11,"Y":6,"X":11,"M":3,"J":25,"A":24,"\/":36,".":29,"-":6,",":29,")":10,"&":8}},"Q":{"d":"249,-125v0,63,-31,106,-77,121r71,26r-6,29r-135,-50v-54,-20,-82,-62,-82,-125v0,-77,45,-129,115,-129v70,0,114,51,114,128xm214,-124v0,-60,-31,-98,-80,-98v-49,0,-79,38,-79,98v0,60,30,100,79,100v49,0,80,-40,80,-100","w":268,"k":{"\u2211":10,"\u00c6":10,"Z":10,"Y":16,"X":11,"W":8,"V":10,"T":16,"S":1,"J":5,"A":10,"?":5,".":10,")":8}},"R":{"d":"146,-176v0,-39,-38,-47,-82,-43r0,86v43,3,82,-4,82,-43xm126,-109r73,104r-34,8r-76,-108r-25,0r0,105r-34,0r0,-248v75,-4,150,-1,150,70v0,37,-22,60,-54,69","w":205,"k":{"\u222b":5,"\u2211":8,"\u2202":3,"\u0153":6,"\u0152":3,"\u2014":5,"\u2013":5,"\u2039":3,"\u00ab":3,"w":5,"v":5,"q":5,"o":6,"e":6,"d":5,"c":6,"Y":11,"W":6,"V":8,"T":6,"Q":3,"O":3,"G":3,"C":3,"-":5}},"S":{"d":"167,-67v0,72,-96,85,-148,54r5,-35v27,23,108,37,110,-16v0,-23,-11,-32,-48,-49v-47,-21,-64,-37,-64,-73v0,-63,87,-80,132,-51r-6,34v-22,-24,-93,-27,-93,15v0,19,9,28,47,45v48,22,65,39,65,76","w":184,"k":{"\u2211":6,"\u2202":1,"\u0152":1,"\u00c6":1,"\u201c":5,"y":3,"x":5,"w":3,"v":3,"\u2018":5,"Z":1,"Y":10,"X":3,"W":5,"V":6,"T":5,"S":3,"Q":1,"O":1,"G":1,"C":1,"A":1,"?":5,")":5,"&":-5}},"T":{"d":"206,-217r-81,0r0,217r-34,0r0,-217r-79,0r0,-31r189,0","w":216,"k":{"\u2248":16,"\u221a":16,"\u03a9":16,"\u222b":42,"\u2202":16,"\u221e":46,"\u00df":16,"\u0153":46,"\u0131":46,"\u00e6":46,"\u0152":16,"\u00c6":44,"\u2014":23,"\u00bb":32,"\u2013":23,"\ufb02":16,"\ufb01":16,"\u203a":32,"\u2039":39,"\u00ab":39,"z":42,"y":42,"x":46,"w":42,"v":42,"u":42,"t":16,"s":42,"r":42,"q":42,"p":42,"o":46,"n":42,"m":42,"l":6,"j":11,"i":11,"h":6,"g":46,"f":16,"e":46,"d":42,"c":46,"a":46,"Z":6,"X":5,"S":5,"Q":16,"O":16,"M":6,"J":23,"G":16,"C":16,"A":32,";":23,":":23,"\/":39,".":32,"-":23,",":32,"&":18}},"U":{"d":"221,-96v0,63,-38,101,-98,101v-60,0,-96,-39,-96,-99r0,-154r34,0v8,87,-32,221,62,222v95,2,57,-136,64,-222r34,0r0,152","w":248,"k":{"Z":1,"X":3,"J":5,"A":6}},"V":{"d":"233,-248r-97,249r-30,0r-96,-245r34,-7r78,207r76,-204r35,0","w":243,"k":{"\u2248":6,"\u221a":6,"\u03a9":6,"\u222b":28,"\u2202":10,"\u221e":28,"\u00df":6,"\u0153":29,"\u0131":24,"\u00e6":28,"\u0152":10,"\u00c6":42,"\u2014":19,"\u00bb":13,"\u2013":19,"\ufb02":6,"\ufb01":6,"\u203a":13,"\u2039":28,"\u00ab":28,"z":19,"y":16,"x":23,"w":16,"v":16,"u":23,"t":10,"s":26,"r":24,"q":28,"p":24,"o":29,"n":24,"m":24,"j":10,"i":10,"g":28,"f":6,"e":29,"d":28,"c":29,"a":28,"Z":5,"X":6,"S":6,"Q":10,"O":10,"M":8,"J":23,"G":10,"C":10,"A":32,";":13,":":13,"\/":46,".":32,"-":19,",":32,"&":13}},"W":{"d":"354,-248r-75,248r-29,0r-67,-201r-67,201r-29,0r-73,-244r33,-7r56,198r64,-195r34,0r63,195r55,-195r35,0","w":366,"k":{"\u2248":6,"\u221a":6,"\u03a9":6,"\u222b":21,"\u2202":8,"\u221e":21,"\u00df":6,"\u0153":23,"\u0131":18,"\u00e6":21,"\u0152":8,"\u00c6":28,"\u2014":16,"\u00bb":10,"\u2013":16,"\ufb02":6,"\ufb01":6,"\u203a":10,"\u2039":21,"\u00ab":21,"z":13,"y":10,"x":16,"w":10,"v":10,"u":16,"t":5,"s":19,"r":18,"q":21,"p":18,"o":23,"n":18,"m":18,"j":6,"i":6,"g":19,"f":6,"e":23,"d":21,"c":23,"a":21,"Z":3,"X":5,"S":5,"Q":8,"O":8,"M":6,"J":21,"G":8,"C":8,"A":24,";":11,":":11,"\/":32,".":26,"-":16,",":26,"&":10}},"X":{"d":"96,-129r-77,-115r34,-7r62,94r59,-91r37,0r-78,117r85,126r-34,8r-70,-106r-68,103r-37,0","w":228,"k":{"\u2248":3,"\u221a":3,"\u03a9":3,"\u222b":5,"\u2211":6,"\u2202":11,"\u2265":3,"\u00df":3,"\u0153":6,"\u0152":11,"\u2014":19,"\u00bb":6,"\u201d":2,"\u2013":19,"\ufb02":3,"\ufb01":3,"\u203a":6,"\u2039":16,"\u00ab":16,"\u201c":10,"y":13,"w":13,"v":13,"u":3,"t":6,"q":5,"o":6,"f":3,"e":6,"d":5,"c":6,"\u2018":10,"Y":6,"X":3,"W":5,"V":6,"U":3,"T":5,"S":3,"Q":11,"O":11,"G":11,"C":11,"?":6,"-":19,"*":6,"\u2019":2,"&":3}},"Y":{"d":"221,-248r-90,149r0,99r-34,0r0,-99r-88,-145r34,-7r71,121r70,-118r37,0","w":228,"k":{"\u2248":11,"\u221a":11,"\u03a9":11,"\u222b":39,"\u2202":16,"\u221e":37,"\u00df":11,"\u0153":42,"\u0131":39,"\u00e6":37,"\u0152":16,"\u00c6":44,"\u2014":29,"\u00bb":29,"\u2013":29,"\ufb02":11,"\ufb01":11,"\u203a":29,"\u2039":36,"\u00ab":36,"\u201c":3,"z":29,"y":26,"x":29,"w":26,"v":26,"u":32,"t":13,"s":37,"r":32,"q":39,"p":32,"o":42,"n":32,"m":32,"j":8,"i":8,"g":41,"f":11,"e":42,"d":39,"c":42,"a":37,"\u2018":3,"Z":6,"X":6,"S":10,"Q":16,"O":16,"M":10,"J":28,"G":16,"C":16,"A":34,";":23,":":23,"\/":46,".":39,"-":29,",":39,"&":23}},"Z":{"d":"203,0r-186,0r0,-25r142,-194r-131,0r-5,-29r176,0r0,25r-141,193r140,0","w":217,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u222b":6,"\u2202":10,"\u00df":5,"\u0153":8,"\u0152":10,"\u2014":13,"\u00bb":3,"\u2013":13,"\ufb02":5,"\ufb01":5,"\u203a":3,"\u2039":13,"\u00ab":13,"y":10,"w":10,"v":10,"u":3,"t":3,"q":6,"o":8,"f":5,"e":8,"d":6,"c":8,"Q":10,"O":10,"G":10,"C":10,"-":13,"&":3}},"[":{"d":"131,37r-100,0r0,-285r98,0r0,24r-67,0r0,237r65,0","w":147,"k":{"\u2202":13,"\u0152":13,"j":-10,"Q":13,"O":13,"G":13,"C":13}},"\\":{"d":"206,40r-29,6r-169,-291r28,-6","w":192},"]":{"d":"116,37r-98,0r0,-24r67,0r0,-237r-65,0r-4,-24r100,0r0,285","w":147},"^":{"d":"131,-199r-18,3r-32,-26v-15,10,-21,29,-50,25r36,-51r30,0","w":163},"_":{"d":"164,37r-165,0r0,-25r165,0r0,25","w":163},"\u2018":{"d":"63,-247r-10,80r-38,0r30,-84","w":81,"k":{"\u2248":-2,"\u221a":-2,"\u03a9":-2,"\u222b":5,"\u00df":-2,"\u0153":7,"\u00e6":2,"\u00c6":39,"\u00bf":29,"\ufb02":-2,"\ufb01":-2,"t":-5,"q":5,"o":7,"g":4,"f":-2,"e":7,"d":5,"c":7,"a":2,"Z":2,"X":2,"M":4,"J":18,"A":34}},"a":{"d":"155,0r-26,0r-3,-23v-23,35,-111,40,-111,-21v0,-43,36,-60,108,-68v5,-54,-61,-36,-92,-21r-4,-28v43,-21,128,-26,128,41r0,120xm123,-47r0,-40v-63,6,-77,23,-77,41v0,38,60,22,77,-1","w":179,"k":{"y":3,"w":3,"v":3,"?":13}},"b":{"d":"176,-91v0,93,-79,107,-151,82r0,-246r32,-5r0,108v41,-43,119,-25,119,61xm144,-89v0,-69,-59,-71,-87,-30r0,88v44,16,87,2,87,-58","w":191,"k":{"\u201d":2,"z":3,"y":3,"x":6,"w":3,"v":3,"?":13,"\/":3,".":3,",":3,")":6,"\u2019":2}},"c":{"d":"154,-15v-57,42,-139,13,-139,-71v0,-85,83,-108,137,-73r-4,31v-38,-33,-100,-26,-100,42v0,68,60,78,101,42","w":168,"k":{"\u222b":1,"\u0153":3,"q":1,"o":3,"e":3,"d":1,"c":3}},"d":{"d":"168,0r-25,0r-4,-25v-38,50,-124,35,-124,-56v0,-82,60,-108,121,-85r0,-89r32,-5r0,260xm136,-55r0,-82v-42,-23,-88,-9,-88,55v0,70,62,70,88,27","w":193},"e":{"d":"91,-175v52,1,75,40,73,93r-116,0v-1,73,75,68,111,34r5,29v-54,42,-149,30,-149,-67v0,-55,33,-89,76,-89xm132,-107v-3,-56,-77,-59,-83,0r83,0","w":179,"k":{"y":5,"x":3,"w":5,"v":5,"?":13}},"f":{"d":"107,-227v-19,-3,-41,-2,-41,21r0,34r35,0r4,27r-39,0r0,145r-31,0r0,-145r-26,0r0,-27r26,0v-6,-56,10,-95,67,-84","w":111,"k":{"\u25ca":-14,"\u222b":3,"\u221e":5,"\u2122":-14,"\u00ae":-6,"\u0153":3,"\u00e6":5,"\u2014":6,"\u201d":-11,"\u2013":6,"\u2039":6,"\u00ab":6,"\u201c":-10,"}":-6,"z":1,"x":3,"t":-3,"s":1,"q":3,"o":3,"g":3,"e":3,"d":3,"c":3,"a":5,"\u2018":-10,"]":-6,"?":-6,"\/":10,".":10,"-":6,",":10,"*":-6,")":-6,"\u2019":-11}},"g":{"d":"108,-5v-31,-14,-71,-1,-71,24v0,14,18,23,51,23v55,0,75,-38,20,-47xm119,-116v0,-21,-14,-36,-35,-36v-22,0,-35,17,-35,38v0,20,14,35,35,35v22,0,35,-16,35,-37xm128,-161r43,-13r5,29r-33,3v24,46,-18,95,-72,84v-14,17,-13,18,28,24v37,6,71,16,71,47v0,36,-39,53,-84,53v-78,0,-110,-59,-44,-89v-18,-14,-11,-30,8,-41v-19,-9,-32,-29,-32,-52v-2,-55,71,-75,110,-45","w":181,"k":{"\u2248":-3,"\u221a":-3,"\u03a9":-3,"\u221e":1,"\u00df":-3,"\u0153":3,"\u00e6":2,"\ufb02":-3,"\ufb01":-3,"}":6,"t":-6,"q":2,"o":3,"j":-7,"f":-3,"e":3,"d":2,"c":3,"a":2,"]":6,"?":10,"\/":-19,")":6}},"h":{"d":"165,0r-32,0r0,-117v-2,-47,-56,-30,-76,-2r0,119r-32,0r0,-255r32,-5r0,111v26,-34,108,-40,108,24r0,125","k":{"y":3,"w":3,"v":3,"?":13}},"i":{"d":"64,-226v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20v0,-11,10,-21,21,-21v11,0,20,10,20,21xm60,0r-32,0r0,-172r32,0r0,172","w":87},"j":{"d":"64,-226v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20v0,-11,10,-21,21,-21v11,0,20,10,20,21xm60,22v1,37,-28,49,-61,42r-4,-28v16,3,33,2,33,-17r0,-191r32,0r0,194","w":87,"k":{"\/":-13}},"k":{"d":"168,-3r-34,6r-77,-93r0,90r-32,0r0,-255r32,-5r0,160r67,-72r38,0r-72,76","w":173,"k":{"\u25ca":11,"\u222b":10,"\u221e":3,"\u2122":11,"\u0153":10,"\u00e6":3,"\u2014":10,"\u2013":10,"\u2039":6,"\u00ab":6,"y":6,"x":3,"w":6,"v":6,"u":3,"t":3,"s":3,"q":10,"o":10,"e":10,"d":10,"c":8,"a":3,"?":6,"-":10}},"l":{"d":"60,0r-32,0r0,-255r32,-5r0,260","w":87},"m":{"d":"269,0r-32,0r0,-117v-1,-47,-55,-30,-74,-2r0,119r-32,0r0,-117v-1,-47,-55,-30,-74,-2r0,119r-32,0r0,-172r26,0r4,25v23,-30,91,-43,105,0v26,-36,109,-42,109,22r0,125","w":293,"k":{"y":3,"w":3,"v":3,"?":13}},"n":{"d":"165,0r-32,0r0,-117v-2,-47,-56,-30,-76,-2r0,119r-32,0r0,-172r26,0r4,25v28,-36,110,-42,110,22r0,125","k":{"y":3,"w":3,"v":3,"?":13}},"o":{"d":"174,-86v0,57,-34,90,-80,90v-46,0,-79,-33,-79,-90v0,-57,33,-89,79,-89v46,0,80,32,80,89xm142,-86v0,-35,-17,-62,-48,-62v-31,0,-46,26,-46,62v0,35,16,63,46,63v32,0,48,-27,48,-63","k":{"\u201d":4,"\u201c":3,"z":5,"y":6,"x":6,"w":6,"v":6,"\u2018":3,"?":13,"\/":6,".":3,",":3,")":10,"\u2019":4}},"p":{"d":"178,-91v0,82,-59,107,-121,86r0,67r-32,5r0,-239r26,0r4,25v39,-49,123,-34,123,56xm146,-89v0,-69,-62,-72,-89,-28r0,83v43,20,89,8,89,-55","w":193,"k":{"\u201d":2,"z":3,"y":3,"x":6,"w":3,"v":3,"?":13,"\/":3,".":3,",":3,")":6,"\u2019":2}},"q":{"d":"167,62r-32,5r0,-87v-41,44,-120,26,-120,-61v0,-93,80,-107,152,-82r0,225xm135,-53r0,-87v-43,-18,-87,-3,-87,58v0,70,60,69,87,29","w":191,"k":{"?":10,"\/":-13}},"r":{"d":"121,-145v-28,1,-52,20,-64,43r0,102r-32,0r0,-172r26,0r5,35v12,-19,32,-37,60,-38","w":128,"k":{"\u222b":6,"\u221e":6,"\u0153":6,"\u00e6":6,"\u2014":6,"\u2013":6,"\u2039":6,"\u00ab":6,"x":3,"t":-3,"s":3,"q":6,"o":6,"e":6,"d":6,"c":6,"a":6,"\/":23,".":26,"-":6,",":26}},"s":{"d":"84,-104v83,11,81,110,-7,108v-23,0,-47,-9,-62,-17r4,-30v16,11,38,20,61,20v22,0,35,-9,35,-23v0,-16,-9,-25,-41,-29v-77,-11,-73,-101,4,-100v21,0,41,4,57,11r-5,30v-21,-14,-82,-26,-82,5v0,12,8,21,36,25","w":159,"k":{"y":3,"x":5,"w":3,"v":3,"s":1,"?":13,")":6}},"t":{"d":"108,1v-36,6,-75,2,-75,-43r0,-103r-25,0r0,-27r25,0r0,-57r32,-5r0,62r37,0r4,27r-41,0r0,97v-3,19,19,25,38,21","w":121,"k":{"\u2248":1,"\u221a":1,"\u03a9":1,"\u222b":1,"\u00df":1,"\u0153":1,"\u2014":6,"\u2013":6,"\ufb02":1,"\ufb01":1,"y":3,"w":3,"v":3,"q":1,"o":1,"g":1,"f":1,"e":1,"d":1,"c":1,"?":6,"\/":-10,"-":6}},"u":{"d":"165,0r-26,0r-4,-25v-27,37,-111,43,-111,-22r0,-125r33,0r0,117v2,47,56,31,75,2r0,-119r33,0r0,172","k":{"?":10}},"v":{"d":"162,-172r-62,173r-30,0r-61,-170r32,-5r45,135r43,-133r33,0","w":170,"k":{"\u222b":5,"\u221e":5,"\u0153":6,"\u00e6":5,"\u2014":5,"\u2013":5,"\u2039":5,"\u00ab":5,"x":3,"s":3,"q":5,"o":6,"g":3,"e":6,"d":5,"c":6,"a":5,"?":6,"\/":21,".":14,"-":5,",":14,")":6}},"w":{"d":"250,-172r-56,172r-25,0r-39,-130r-40,130r-24,0r-56,-169r31,-5r37,127r39,-125r27,0r38,125r37,-125r31,0","w":259,"k":{"\u222b":5,"\u221e":3,"\u0153":6,"\u00e6":5,"\u2014":3,"\u2013":3,"\u2039":5,"\u00ab":5,"x":3,"s":3,"q":5,"o":6,"g":3,"e":6,"d":5,"c":6,"a":5,"?":6,"\/":16,".":13,"-":3,",":13,")":6}},"x":{"d":"159,-2r-31,5r-43,-67r-41,64r-34,0r58,-88r-54,-81r32,-5r39,61r37,-59r34,0r-54,83","w":169,"k":{"\u2248":1,"\u221a":1,"\u03a9":1,"\u222b":6,"\u221e":3,"\u00df":1,"\u0153":6,"\u00e6":3,"\u2014":13,"\u2013":13,"\ufb02":1,"\ufb01":1,"\u2039":10,"\u00ab":10,"x":3,"w":3,"v":3,"s":5,"q":6,"o":6,"g":2,"f":1,"e":6,"d":6,"c":6,"a":3,"?":8,"-":13}},"y":{"d":"166,-172r-70,187v-17,44,-36,55,-72,49r-5,-28v29,11,48,-9,52,-35r-62,-170r31,-5r47,137r46,-135r33,0","w":173,"k":{"\u222b":5,"\u221e":5,"\u0153":6,"\u00e6":5,"\u2014":5,"\u2013":5,"\u2039":5,"\u00ab":5,"s":3,"q":5,"o":6,"g":3,"e":6,"d":5,"c":6,"a":5,"?":6,"\/":21,".":14,"-":5,",":14,")":6}},"z":{"d":"150,0r-137,0r0,-25r96,-120r-88,0r-4,-27r128,0r0,25r-96,120r96,0","w":162,"k":{"\u222b":3,"\u221e":3,"\u0153":6,"\u00e6":3,"\u2014":3,"\u2013":3,"\u2039":5,"\u00ab":5,"z":3,"s":1,"q":3,"o":6,"e":6,"d":3,"c":5,"a":3,"?":6,"\/":-6,"-":3}},"{":{"d":"155,37v-48,3,-99,-1,-93,-47v5,-41,11,-95,-44,-84r-4,-24v30,1,53,0,53,-34v0,-47,-12,-100,46,-96r41,0r0,24v-26,1,-65,-6,-61,22v6,41,8,93,-32,97v42,2,38,55,32,96v-4,27,33,22,58,22","w":171,"k":{"\u2202":13,"\u0152":13,"j":-10,"Q":13,"O":13,"G":13,"C":13}},"|":{"d":"62,62r-29,5r0,-322r29,-5r0,322","w":95},"}":{"d":"157,-94v-31,-1,-55,2,-52,35v4,47,12,99,-47,96r-40,0r0,-24v26,-1,65,6,61,-22v-6,-41,-8,-93,32,-97v-42,-2,-38,-56,-32,-96v4,-27,-33,-22,-59,-22r-4,-24v49,-2,99,0,94,47v-5,39,-14,95,43,83","w":171},"~":{"d":"48,-125v13,0,40,20,49,18v5,0,8,-5,11,-19r21,5v-3,27,-13,41,-30,41v-13,0,-40,-20,-49,-18v-5,0,-8,5,-11,19r-21,-5v3,-27,13,-41,30,-41","w":147},"\u00a1":{"d":"67,-206r-36,0r0,-42r36,0r0,42xm68,0r-38,0r9,-170r20,-5","w":97},"\u00a2":{"d":"95,-34r-5,38r-24,-6r6,-35v-33,-10,-55,-39,-55,-84v0,-57,35,-88,82,-88r6,-38r23,5r-5,35v13,3,23,7,31,13r-4,31v-10,-8,-20,-14,-32,-17v-4,38,-18,84,-17,119v19,0,33,-4,51,-19r4,28v-18,13,-37,18,-61,18xm77,-66r18,-117v-29,1,-47,21,-47,61v0,31,11,49,29,56","w":173},"\u00a3":{"d":"51,-134v16,-63,42,-136,125,-110r-4,29v-38,-10,-64,-2,-76,40r-13,41r63,0r4,28r-76,0r-24,77r123,0r4,29r-161,0v-2,-46,18,-70,26,-106r-26,0r0,-28r35,0","w":192,"k":{"\u00b1":13,"9":3,"6":5,"4":13,"0":5}},"\u2044":{"d":"193,-276r-194,315r-27,-7r193,-314","w":162,"k":{"\u00b1":29,"\u2260":-16,"9":-11,"8":-3,"7":-19,"6":8,"5":-6,"4":29,"3":-16,"2":-10,"1":-19}},"\u00a5":{"d":"124,-81r0,27r60,0r0,25r-60,0r0,29r-31,0r0,-29r-57,0r-4,-25r61,0r0,-27r-60,0r0,-25r54,0r-78,-133r32,-7r68,123r66,-120r36,0r-81,137r51,0r4,25r-61,0","w":218,"k":{"\u00b1":13,"9":3,"8":3,"6":8,"4":13,"0":5}},"\u0192":{"d":"48,-163v5,-51,17,-92,79,-83r0,29v-37,-10,-45,21,-47,54r33,0r0,27r-38,0r-21,136r-32,0r21,-136r-25,0r5,-27r25,0","w":137,"k":{"\u00b1":19,"6":8,"4":19,"1":-6}},"\u00a7":{"d":"125,-172v52,9,56,45,37,78r-26,-4v12,-26,16,-42,-27,-50v-36,-6,-75,-14,-75,-51v0,-49,78,-57,118,-36r-5,29v-21,-14,-79,-27,-83,5v-3,22,40,25,61,29xm65,-71v-53,-9,-57,-45,-38,-79r26,5v-12,26,-16,42,28,50v36,6,74,14,74,51v0,49,-77,57,-117,36r4,-29v21,13,79,26,83,-6v2,-21,-40,-24,-60,-28","k":{"7":6}},"\u00a4":{"d":"41,-140r-32,0r0,-25r36,0v10,-73,95,-107,154,-64r-5,31v-39,-36,-107,-27,-118,33r83,0r4,25r-91,0v-1,11,-1,24,0,35r89,0r0,25r-85,0v12,62,80,71,122,33r5,30v-58,46,-150,15,-159,-63r-32,0r-4,-25r33,0v-1,-11,-1,-23,0,-35","w":212},"'":{"d":"59,-243r-9,75r-19,-5r-8,-70r36,0","w":81,"k":{"\u00b1":19,"4":19}},"\u201c":{"d":"63,-247r-10,80r-38,0r30,-84xm129,-247r-11,80r-37,0r30,-84","w":147,"k":{"\u2248":-2,"\u221a":-2,"\u03a9":-2,"\u222b":5,"\u00df":-2,"\u0153":7,"\u00e6":2,"\u00c6":39,"\u00bf":29,"\ufb02":-2,"\ufb01":-2,"t":-5,"q":5,"o":7,"g":4,"f":-2,"e":7,"d":5,"c":7,"a":2,"Z":2,"X":2,"M":4,"J":18,"A":34}},"\u00ab":{"d":"173,-172r-52,86r50,82r-27,6r-58,-88r57,-86r30,0xm100,-172r-52,86r50,82r-27,6r-58,-88r57,-86r30,0","k":{"\u2211":13,"Z":3,"Y":29,"X":6,"W":10,"V":13,"T":32}},"\u2039":{"d":"100,-172r-52,86r50,82r-27,6r-58,-88r57,-86r30,0","w":116,"k":{"\u2211":13,"Z":3,"Y":29,"X":6,"W":10,"V":13,"T":32}},"\u203a":{"d":"104,-86r-58,86r-30,0r53,-86r-51,-82r27,-6","w":116,"k":{"\u2211":28,"\u00c6":6,"z":5,"y":3,"x":10,"w":5,"v":5,"Z":6,"Y":36,"X":16,"W":21,"V":28,"T":39,"S":8,"A":6}},"\ufb01":{"d":"175,-227v0,11,-8,19,-19,19v-11,0,-20,-8,-20,-19v0,-11,9,-20,20,-20v11,0,19,9,19,20xm107,-227v-19,-3,-41,-2,-41,21r0,34r35,0r4,27r-39,0r0,145r-31,0r0,-145r-26,0r0,-27r26,0v-6,-56,10,-95,67,-84xm172,0r-32,0r0,-172r32,0r0,172","w":199},"\ufb02":{"d":"172,0r-32,0r0,-255r32,-5r0,260xm107,-227v-19,-3,-41,-2,-41,21r0,34r35,0r4,27r-39,0r0,145r-31,0r0,-145r-26,0r0,-27r26,0v-6,-56,10,-95,67,-84","w":199},"\u2013":{"d":"144,-87r-125,0r0,-30r125,0r0,30","w":163,"k":{"\u2248":3,"\u221a":3,"\u03a9":3,"\u2211":19,"\u00df":3,"\u00c6":8,"\ufb02":3,"\ufb01":3,"z":5,"y":5,"x":13,"w":3,"v":5,"f":3,"Z":8,"Y":29,"X":19,"W":16,"V":19,"T":23,"S":6,"J":14,"A":8,"7":26,"2":10,"1":18}},"\u2020":{"d":"104,-248v1,30,-4,52,-8,77r-12,0v-4,-25,-10,-47,-8,-77r28,0xm163,-144v-22,0,-39,-5,-59,-7r0,-12v20,-2,37,-8,59,-8r0,27xm76,-151v-20,2,-38,7,-60,7r0,-27v23,0,40,6,60,8r0,12xm96,-143v11,54,10,132,-1,184r-11,0v-10,-53,-11,-131,0,-184r12,0","w":179},"\u2021":{"d":"107,-248v1,30,-4,52,-8,77r-12,0v-4,-25,-10,-47,-8,-77r28,0xm167,-144v-22,0,-39,-5,-59,-7r0,-12v20,-3,37,-8,59,-8r0,27xm79,-151v-20,2,-38,7,-60,7r0,-27v23,0,40,6,60,8r0,12xm99,-143v8,33,8,71,0,103r-12,0v-8,-32,-8,-70,0,-103r12,0xm167,-12v-22,0,-39,-6,-59,-8r0,-12v20,-3,37,-8,59,-8r0,28xm79,-20v-20,3,-37,8,-60,8r0,-28v23,0,40,6,60,8r0,12xm107,66r-28,0v-2,-30,4,-53,8,-78r12,0v4,25,10,48,8,78","w":186},"\u00b7":{"d":"59,-81r-36,0r0,-42r36,0r0,42","w":81},"\u00b6":{"d":"163,0r-29,0r0,-219r-25,0v2,47,-5,85,-12,123v-51,-2,-84,-26,-84,-75v0,-70,74,-77,150,-72r0,243","w":192},"\u2022":{"d":"117,-169v6,30,6,59,0,89v-27,7,-55,7,-82,0v-7,-30,-7,-59,0,-89v27,-6,55,-6,82,0","w":151},"\u201a":{"d":"64,-43r-30,84r-18,-4r11,-80r37,0","w":81,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u2211":32,"\u2202":10,"\u00b1":10,"\u2260":-6,"\u00df":5,"\u0153":3,"\u0152":10,"\u201d":19,"\ufb02":5,"\ufb01":5,"y":11,"w":13,"v":14,"t":6,"o":3,"f":5,"e":3,"c":3,"Y":39,"W":26,"V":32,"T":32,"Q":10,"O":10,"G":10,"C":10,"9":8,"7":8,"6":3,"4":10,"3":-6,"2":-6,"1":21,"0":6,"\u2019":19}},"\u201e":{"d":"64,-43r-30,84r-18,-4r11,-80r37,0xm129,-43r-29,84r-18,-4r10,-80r37,0","w":147,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u2211":32,"\u2202":10,"\u00b1":10,"\u2260":-6,"\u00df":5,"\u0153":3,"\u0152":10,"\u201d":19,"\ufb02":5,"\ufb01":5,"y":11,"w":13,"v":14,"t":6,"o":3,"f":5,"e":3,"c":3,"Y":39,"W":26,"V":32,"T":32,"Q":10,"O":10,"G":10,"C":10,"9":8,"7":8,"6":3,"4":10,"3":-6,"2":-6,"1":21,"0":6,"\u2019":19}},"\u201d":{"d":"66,-248r-29,83r-18,-4r10,-79r37,0xm132,-248r-30,83r-18,-4r11,-79r37,0","w":147,"k":{"\u222b":14,"\u2202":5,"\u221e":6,"\u0153":14,"\u00e6":7,"\u0152":5,"\u00c6":42,"s":11,"q":14,"o":14,"g":7,"e":14,"d":14,"c":14,"a":7,"X":5,"S":3,"Q":5,"O":5,"M":11,"J":13,"G":5,"C":5,"A":42}},"\u00bb":{"d":"177,-86r-57,86r-30,0r52,-86r-51,-82r28,-6xm104,-86r-58,86r-30,0r53,-86r-51,-82r27,-6","k":{"\u2211":28,"\u00c6":6,"z":5,"y":3,"x":10,"w":5,"v":5,"Z":6,"Y":36,"X":16,"W":21,"V":28,"T":39,"S":8,"A":6}},"\u2026":{"d":"235,0r-36,0r0,-43r36,0r0,43xm149,0r-36,0r0,-43r36,0r0,43xm62,0r-36,0r0,-43r36,0r0,43","w":261},"\u2030":{"d":"268,-125v0,77,-51,130,-124,130v-74,0,-125,-52,-125,-129v0,-77,52,-129,125,-129v74,0,124,51,124,128xm252,-124v0,-75,-47,-116,-108,-116v-62,0,-109,41,-109,116v0,75,48,116,109,116v62,0,108,-41,108,-116xm165,-114r41,54r-26,6r-41,-56r-15,0r0,54r-24,0r0,-142v46,-3,94,2,92,44v0,20,-10,34,-27,40xm168,-153v0,-20,-20,-25,-44,-23r0,45v23,1,44,-1,44,-22","w":287},"\u00bf":{"d":"120,-206r-36,0r0,-42r36,0r0,42xm171,-22v-43,41,-151,37,-151,-37v0,-39,26,-56,69,-75r3,-36r21,-5r4,60v-31,12,-66,29,-63,55v7,54,87,34,112,5","w":186,"k":{"\u2248":3,"\u221a":3,"\u03a9":3,"\u2211":26,"\u2202":5,"\u00df":3,"\u0152":5,"\ufb02":3,"\ufb01":3,"y":13,"x":3,"w":13,"v":13,"t":3,"f":3,"Y":29,"X":3,"W":23,"V":26,"T":26,"Q":5,"O":5,"G":5,"C":5}},"`":{"d":"114,-197r-21,0r-49,-46r39,-8","w":163},"\u00b4":{"d":"119,-243r-48,46r-22,0r31,-54","w":163},"\u02c6":{"d":"131,-199r-18,3r-32,-26v-15,10,-21,29,-50,25r36,-51r30,0","w":163},"\u02dc":{"d":"56,-242v23,0,55,42,60,-1r21,4v-3,27,-12,41,-29,41v-24,0,-55,-42,-61,1r-21,-4v3,-27,13,-41,30,-41","w":163},"\u00af":{"d":"126,-207r-89,0r0,-26r89,0r0,26","w":163},"\u02d8":{"d":"129,-249v-2,33,-19,52,-48,52v-26,0,-43,-18,-46,-50r22,-4v-1,35,49,36,50,2r22,0","w":163},"\u02d9":{"d":"100,-198r-36,0r0,-37r36,0r0,37","w":163},"\u00a8":{"d":"132,-198r-36,0r0,-37r36,0r0,37xm67,-198r-35,0r0,-37r35,0r0,37","w":163},"\u02da":{"d":"119,-233v0,22,-15,37,-37,37v-22,0,-38,-15,-38,-37v0,-21,16,-37,38,-37v22,0,37,16,37,37xm102,-233v0,-12,-8,-22,-20,-22v-12,0,-21,10,-21,22v0,12,9,21,21,21v12,0,20,-9,20,-21","w":163},"\u00b8":{"d":"110,27r-44,39r-22,0r28,-48","w":163},"\u02dd":{"d":"142,-243r-47,45r-19,0r31,-53xm85,-243r-46,45r-19,0r30,-53","w":163},"\u02db":{"d":"119,66r-21,0r-45,-39r39,-9","w":163},"\u02c7":{"d":"133,-248r-36,51r-30,0r-34,-48r17,-4r32,27v16,-10,22,-30,51,-26","w":163},"\u2014":{"d":"307,-87r-288,0r0,-30r288,0r0,30","w":326,"k":{"\u2248":3,"\u221a":3,"\u03a9":3,"\u2211":19,"\u00df":3,"\u00c6":8,"\ufb02":3,"\ufb01":3,"z":5,"y":5,"x":13,"w":3,"v":5,"f":3,"Z":8,"Y":29,"X":19,"W":16,"V":19,"T":23,"S":6,"J":14,"A":8,"7":26,"2":10,"1":18}},"\u00c6":{"d":"304,0r-138,0r0,-75r-86,0r-43,75r-36,0r144,-248r155,0r0,31r-101,0r0,72r79,0r5,31r-84,0r0,83r105,0r0,31xm166,-104r0,-119r-68,119r68,0","w":317,"k":{"\u222b":1,"\u2202":3,"\u0153":3,"\u0152":3,"y":6,"w":6,"v":6,"q":1,"o":3,"e":3,"d":1,"c":3,"Q":3,"O":3,"G":3,"C":3}},"\u00aa":{"d":"113,-129r-19,0r-3,-13v-17,22,-72,23,-72,-17v0,-28,25,-40,71,-45v0,-32,-40,-21,-60,-11r-3,-20v30,-15,86,-18,86,27r0,79xm116,-80r-96,0r0,-22r93,0xm90,-161r0,-24v-39,4,-48,14,-48,25v0,24,37,13,48,-1","w":137},"\u0141":{"d":"166,0r-128,0r0,-112r-26,6r-6,-30r32,-7r0,-105r34,0r0,98r57,-12r0,30r-57,13r0,88r90,0","w":176},"\u00d8":{"d":"250,-245r-28,34v17,22,27,51,27,86v0,106,-103,164,-183,108r-17,20r-30,-6r27,-34v-17,-22,-26,-52,-26,-87v0,-106,104,-163,183,-107r17,-21xm183,-206v-57,-43,-129,-1,-129,82v0,24,5,44,14,60xm134,-26v73,0,100,-99,67,-159r-115,143v13,11,29,16,48,16","w":268},"\u0152":{"d":"301,0r-150,0v-86,0,-130,-52,-130,-124v0,-74,47,-124,132,-124r144,0r0,31r-100,0r0,72r78,0r5,31r-83,0r0,83r104,0r0,31xm164,-31r0,-187v-68,-3,-109,26,-109,94v0,67,42,97,109,93","w":314,"k":{"\u222b":1,"\u2202":3,"\u0153":3,"\u0152":3,"y":6,"w":6,"v":6,"q":1,"o":3,"e":3,"d":1,"c":3,"Q":3,"O":3,"G":3,"C":3}},"\u00ba":{"d":"122,-185v0,37,-22,59,-53,59v-30,0,-53,-22,-53,-59v0,-38,23,-60,53,-60v31,0,53,22,53,60xm120,-80r-100,0r0,-22r96,0xm98,-185v0,-22,-10,-39,-29,-39v-19,0,-28,17,-28,39v0,22,9,38,28,38v19,0,29,-16,29,-38","w":138},"\u00e6":{"d":"196,-175v52,1,75,40,73,93r-117,0v-1,73,75,68,112,34r4,29v-33,28,-102,34,-130,-5v-27,34,-124,45,-123,-20v0,-40,33,-59,105,-67v7,-55,-58,-36,-89,-22r-4,-28v34,-15,102,-26,117,10v12,-15,30,-24,52,-24xm236,-107v-4,-56,-76,-59,-82,0r82,0xm126,-46v-4,-12,-6,-26,-6,-41v-60,6,-74,24,-74,41v0,38,59,24,80,0","w":284,"k":{"y":5,"x":3,"w":5,"v":5,"?":13}},"\u0131":{"d":"61,0r-32,0r0,-172r32,0r0,172","w":87},"\u0142":{"d":"98,-131r-30,6r0,125r-32,0r0,-118r-27,6r-5,-28r32,-7r0,-108r32,-5r0,106r30,-6r0,29","w":104},"\u00f8":{"d":"176,-169r-19,24v39,53,7,149,-63,149v-17,0,-32,-5,-44,-13r-10,12r-26,-6r18,-24v-11,-14,-17,-35,-17,-59v-3,-77,68,-109,125,-76r9,-13xm122,-140v-49,-34,-94,31,-69,88xm137,-119r-70,88v48,34,95,-31,70,-88"},"\u0153":{"d":"218,-175v52,1,75,40,73,93r-117,0v-1,73,75,68,112,34r4,29v-33,31,-114,32,-132,-12v-36,62,-143,37,-143,-55v0,-92,108,-117,143,-54v12,-21,32,-35,60,-35xm258,-107v-4,-56,-76,-59,-82,0r82,0xm142,-86v0,-35,-17,-62,-48,-62v-31,0,-46,26,-46,62v0,35,16,63,46,63v32,0,48,-27,48,-63","w":306,"k":{"y":5,"x":3,"w":5,"v":5,"?":13}},"\u00df":{"d":"208,-51v0,59,-77,67,-117,40r5,-30v24,19,81,32,81,-8v0,-19,-6,-38,-76,-54r-3,-25v18,-23,29,-45,29,-68v0,-21,-11,-33,-29,-33v-20,0,-31,13,-31,35r0,194r-32,0r0,-145r-26,0r0,-27r26,0v-5,-53,19,-86,62,-85v39,0,62,20,62,59v0,28,-15,51,-34,74v58,14,83,35,83,73","w":220,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u00df":5,"\ufb02":5,"\ufb01":5,"y":11,"x":6,"w":10,"v":11,"t":3,"f":5}},"\u00d0":{"d":"240,-125v0,74,-47,125,-132,125r-70,0r0,-115r-26,0r-6,-30r32,0r0,-103r72,0v86,0,130,50,130,123xm206,-124v0,-77,-54,-101,-134,-94r0,73r62,0r0,30r-62,0r0,84v80,6,134,-15,134,-93","w":261},"\u00f0":{"d":"129,-225v66,45,71,231,-36,229v-45,0,-78,-31,-78,-80v0,-71,75,-110,127,-69v-5,-23,-16,-42,-30,-56r-12,18r-29,0r22,-33v-12,-8,-27,-13,-42,-17r5,-27v20,5,37,12,52,21r14,-21r28,5xm146,-114v-33,-35,-98,-26,-98,36v0,33,18,55,48,55v33,1,52,-39,50,-91","w":194},"\u0160":{"d":"167,-67v0,72,-96,85,-148,54r5,-35v27,23,108,37,110,-16v0,-23,-11,-32,-48,-49v-47,-21,-64,-37,-64,-73v0,-63,87,-80,132,-51r-6,34v-22,-24,-93,-27,-93,15v0,19,9,28,47,45v48,22,65,39,65,76xm144,-323r-36,51r-30,0r-34,-48r18,-4r31,27v16,-10,22,-30,51,-26","w":184},"\u0161":{"d":"84,-104v83,11,81,110,-7,108v-23,0,-47,-9,-62,-17r4,-30v16,11,38,20,61,20v22,0,35,-9,35,-23v0,-16,-9,-25,-41,-29v-77,-11,-73,-101,4,-100v21,0,41,4,57,11r-5,30v-21,-14,-82,-26,-82,5v0,12,8,21,36,25xm130,-248r-36,51r-30,0r-34,-48r18,-4r32,27v15,-10,21,-30,50,-26","w":159},"\u00dd":{"d":"221,-248r-90,149r0,99r-34,0r0,-99r-88,-145r34,-7r71,121r70,-118r37,0xm168,-305r-48,46r-22,0r31,-55","w":228},"\u00fd":{"d":"166,-172r-70,187v-17,44,-36,55,-72,49r-5,-28v29,11,48,-9,52,-35r-62,-170r31,-5r47,137r46,-135r33,0xm144,-239r-49,45r-21,0r31,-54","w":173},"\u00de":{"d":"180,-129v0,60,-49,81,-116,76r0,53r-34,0r0,-248r34,0r0,47v67,-5,116,15,116,72xm146,-128v0,-39,-38,-46,-82,-43r0,88v45,3,82,-4,82,-45","w":192},"\u00fe":{"d":"178,-91v0,82,-59,107,-121,86r0,67r-32,5r0,-322r32,-5r0,110v40,-45,121,-29,121,59xm146,-89v0,-69,-62,-72,-89,-28r0,83v43,21,89,7,89,-55","w":193},"\u017d":{"d":"203,0r-186,0r0,-25r142,-194r-131,0r-5,-29r176,0r0,25r-141,193r140,0xm162,-320r-36,51r-31,0r-33,-48r17,-4r32,27v16,-10,21,-30,51,-26","w":217},"\u017e":{"d":"150,0r-137,0r0,-25r96,-120r-88,0r-4,-27r128,0r0,25r-96,120r96,0xm132,-248r-36,51r-30,0r-34,-48r17,-4r32,27v16,-10,22,-30,51,-26","w":162},"\u00bd":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00bc":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00b9":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00be":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00b3":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00b2":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00a6":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u2212":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00d7":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00c4":{"d":"237,-5r-33,8r-29,-78r-102,0r-28,75r-35,0r98,-249r33,0xm164,-104r-40,-105r-40,105r80,0xm174,-270r-36,0r0,-37r36,0r0,37xm109,-270r-35,0r0,-37r35,0r0,37","w":247},"\u00c5":{"d":"237,-5r-33,8r-29,-78r-102,0r-28,75r-35,0r98,-249r33,0xm164,-104r-40,-105r-40,105r80,0xm161,-305v0,22,-15,37,-37,37v-22,0,-38,-15,-38,-37v0,-21,16,-37,38,-37v22,0,37,16,37,37xm144,-305v0,-12,-8,-22,-20,-22v-12,0,-21,10,-21,22v0,12,9,21,21,21v12,0,20,-9,20,-21","w":247},"\u00c7":{"d":"210,-19v-78,57,-190,6,-190,-105v0,-107,104,-161,186,-109r-5,35v-56,-48,-146,-20,-146,74v0,96,91,120,150,73xm154,30r-44,39r-22,0r28,-48","w":232},"\u00c9":{"d":"167,0r-137,0r0,-248r134,0r0,31r-100,0r0,72r77,0r6,31r-83,0r0,83r103,0r0,31xm142,-315r-48,46r-22,0r31,-54","w":180},"\u00d1":{"d":"223,0r-25,0r-137,-193r0,193r-31,0r0,-248r30,0r132,186r0,-186r31,0r0,248xm101,-308v24,0,55,42,61,-1r21,4v-3,27,-13,41,-30,41v-13,0,-41,-18,-49,-17v-5,0,-8,5,-11,19r-21,-5v3,-27,12,-41,29,-41","w":253},"\u00d6":{"d":"249,-125v0,77,-45,130,-115,130v-70,0,-114,-52,-114,-129v0,-77,45,-129,115,-129v70,0,114,51,114,128xm214,-124v0,-60,-31,-98,-80,-98v-49,0,-79,38,-79,98v0,60,30,98,79,98v49,0,80,-38,80,-98xm184,-274r-36,0r0,-36r36,0r0,36xm120,-274r-36,0r0,-36r36,0r0,36","w":268},"\u00dc":{"d":"221,-96v0,63,-38,101,-98,101v-60,0,-96,-39,-96,-99r0,-154r34,0v8,87,-32,221,62,222v95,2,57,-136,64,-222r34,0r0,152xm174,-264r-35,0r0,-36r35,0r0,36xm110,-264r-36,0r0,-36r36,0r0,36","w":248},"\u00e1":{"d":"155,0r-26,0r-3,-23v-23,35,-111,40,-111,-21v0,-43,36,-60,108,-68v5,-54,-61,-36,-92,-21r-4,-28v43,-21,128,-26,128,41r0,120xm123,-47r0,-40v-63,6,-77,23,-77,41v0,38,60,22,77,-1xm142,-243r-48,46r-22,0r31,-54","w":179},"\u00e0":{"d":"155,0r-26,0r-3,-23v-23,35,-111,40,-111,-21v0,-43,36,-60,108,-68v5,-54,-61,-36,-92,-21r-4,-28v43,-21,128,-26,128,41r0,120xm123,-47r0,-40v-63,6,-77,23,-77,41v0,38,60,22,77,-1xm103,-197r-22,0r-48,-46r39,-8","w":179},"\u00e2":{"d":"155,0r-26,0r-3,-23v-23,35,-111,40,-111,-21v0,-43,36,-60,108,-68v5,-54,-61,-36,-92,-21r-4,-28v43,-21,128,-26,128,41r0,120xm123,-47r0,-40v-63,6,-77,23,-77,41v0,38,60,22,77,-1xm137,-199r-18,3r-32,-26v-15,10,-21,29,-50,25r36,-51r30,0","w":179},"\u00e4":{"d":"155,0r-26,0r-3,-23v-23,35,-111,40,-111,-21v0,-43,36,-60,108,-68v5,-54,-61,-36,-92,-21r-4,-28v43,-21,128,-26,128,41r0,120xm123,-47r0,-40v-63,6,-77,23,-77,41v0,38,60,22,77,-1xm140,-198r-36,0r0,-37r36,0r0,37xm76,-198r-36,0r0,-37r36,0r0,37","w":179},"\u00e3":{"d":"155,0r-26,0r-3,-23v-23,35,-111,40,-111,-21v0,-43,36,-60,108,-68v5,-54,-61,-36,-92,-21r-4,-28v43,-21,128,-26,128,41r0,120xm123,-47r0,-40v-63,6,-77,23,-77,41v0,38,60,22,77,-1xm64,-242v23,0,55,42,60,-1r21,4v-3,27,-12,41,-29,41v-24,0,-55,-42,-61,1r-21,-4v3,-27,13,-41,30,-41","w":179},"\u00e5":{"d":"155,0r-26,0r-3,-23v-23,35,-111,40,-111,-21v0,-43,36,-60,108,-68v5,-54,-61,-36,-92,-21r-4,-28v43,-21,128,-26,128,41r0,120xm123,-47r0,-40v-63,6,-77,23,-77,41v0,38,60,22,77,-1xm125,-233v0,22,-15,37,-37,37v-22,0,-38,-15,-38,-37v0,-21,16,-37,38,-37v22,0,37,16,37,37xm108,-233v0,-12,-8,-22,-20,-22v-12,0,-21,10,-21,22v0,12,9,21,21,21v12,0,20,-9,20,-21","w":179},"\u00e7":{"d":"154,-15v-57,42,-139,13,-139,-71v0,-85,83,-108,137,-73r-4,31v-38,-33,-100,-26,-100,42v0,68,60,78,101,42xm120,30r-44,39r-22,0r27,-48","w":168},"\u00e9":{"d":"91,-175v52,1,75,40,73,93r-116,0v-1,73,75,68,111,34r5,29v-54,42,-149,30,-149,-67v0,-55,33,-89,76,-89xm132,-107v-3,-56,-77,-59,-83,0r83,0xm145,-243r-49,46r-21,0r31,-54","w":179},"\u00e8":{"d":"91,-175v52,1,75,40,73,93r-116,0v-1,73,75,68,111,34r5,29v-54,42,-149,30,-149,-67v0,-55,33,-89,76,-89xm132,-107v-3,-56,-77,-59,-83,0r83,0xm104,-197r-22,0r-48,-46r39,-8","w":179},"\u00ea":{"d":"91,-175v52,1,75,40,73,93r-116,0v-1,73,75,68,111,34r5,29v-54,42,-149,30,-149,-67v0,-55,33,-89,76,-89xm132,-107v-3,-56,-77,-59,-83,0r83,0xm140,-199r-18,3r-32,-26v-15,10,-21,29,-50,25r36,-51r30,0","w":179},"\u00eb":{"d":"91,-175v52,1,75,40,73,93r-116,0v-1,73,75,68,111,34r5,29v-54,42,-149,30,-149,-67v0,-55,33,-89,76,-89xm132,-107v-3,-56,-77,-59,-83,0r83,0xm141,-198r-36,0r0,-37r36,0r0,37xm76,-198r-35,0r0,-37r35,0r0,37","w":179},"\u00ed":{"d":"94,-243r-41,46r-19,0r26,-54xm61,0r-32,0r0,-172r32,0r0,172","w":87},"\u00ec":{"d":"56,-197r-18,0r-41,-46r33,-8xm61,0r-32,0r0,-172r32,0r0,172","w":87},"\u00ee":{"d":"89,-199v-23,9,-31,-14,-45,-23v-14,9,-18,29,-45,25r32,-51r27,0xm61,0r-32,0r0,-172r32,0r0,172","w":87},"\u00ef":{"d":"89,-198r-32,0r0,-37r32,0r0,37xm31,-198r-32,0r0,-37r32,0r0,37xm61,0r-32,0r0,-172r32,0r0,172","w":87},"\u00f1":{"d":"165,0r-32,0r0,-117v-2,-47,-56,-30,-76,-2r0,119r-32,0r0,-172r26,0r4,25v28,-36,110,-42,110,22r0,125xm70,-242v24,0,55,42,61,-1r21,4v-3,27,-13,41,-30,41v-23,0,-55,-42,-60,1r-21,-4v3,-27,12,-41,29,-41"},"\u00f3":{"d":"152,-243r-49,46r-21,0r31,-54xm174,-86v0,57,-34,90,-80,90v-46,0,-79,-33,-79,-90v0,-57,33,-89,79,-89v46,0,80,32,80,89xm142,-86v0,-35,-17,-62,-48,-62v-31,0,-46,26,-46,62v0,35,16,63,46,63v32,0,48,-27,48,-63"},"\u00f2":{"d":"174,-86v0,57,-34,90,-80,90v-46,0,-79,-33,-79,-90v0,-57,33,-89,79,-89v46,0,80,32,80,89xm142,-86v0,-35,-17,-62,-48,-62v-31,0,-46,26,-46,62v0,35,16,63,46,63v32,0,48,-27,48,-63xm107,-197r-22,0r-48,-46r39,-8"},"\u00f4":{"d":"174,-86v0,57,-34,90,-80,90v-46,0,-79,-33,-79,-90v0,-57,33,-89,79,-89v46,0,80,32,80,89xm142,-86v0,-35,-17,-62,-48,-62v-31,0,-46,26,-46,62v0,35,16,63,46,63v32,0,48,-27,48,-63xm143,-199v-24,9,-33,-14,-49,-23v-16,10,-22,29,-51,25r36,-51r30,0"},"\u00f6":{"d":"174,-86v0,57,-34,90,-80,90v-46,0,-79,-33,-79,-90v0,-57,33,-89,79,-89v46,0,80,32,80,89xm142,-86v0,-35,-17,-62,-48,-62v-31,0,-46,26,-46,62v0,35,16,63,46,63v32,0,48,-27,48,-63xm144,-198r-36,0r0,-37r36,0r0,37xm80,-198r-36,0r0,-37r36,0r0,37"},"\u00f5":{"d":"174,-86v0,57,-34,90,-80,90v-46,0,-79,-33,-79,-90v0,-57,33,-89,79,-89v46,0,80,32,80,89xm142,-86v0,-35,-17,-62,-48,-62v-31,0,-46,26,-46,62v0,35,16,63,46,63v32,0,48,-27,48,-63xm68,-242v24,0,55,42,61,-1r20,4v-3,27,-12,41,-29,41v-24,0,-55,-42,-61,1r-20,-4v3,-27,12,-41,29,-41"},"\u00fa":{"d":"165,0r-26,0r-4,-25v-27,37,-111,43,-111,-22r0,-125r33,0r0,117v2,47,56,31,75,2r0,-119r33,0r0,172xm146,-243r-48,46r-22,0r31,-54"},"\u00f9":{"d":"165,0r-26,0r-4,-25v-27,37,-111,43,-111,-22r0,-125r33,0r0,117v2,47,56,31,75,2r0,-119r33,0r0,172xm104,-197r-21,0r-48,-46r38,-8"},"\u00fb":{"d":"165,0r-26,0r-4,-25v-27,37,-111,43,-111,-22r0,-125r33,0r0,117v2,47,56,31,75,2r0,-119r33,0r0,172xm144,-199r-18,3r-32,-26v-15,10,-21,29,-50,25r36,-51r30,0"},"\u00fc":{"d":"165,0r-26,0r-4,-25v-27,37,-111,43,-111,-22r0,-125r33,0r0,117v2,47,56,31,75,2r0,-119r33,0r0,172xm145,-198r-35,0r0,-37r35,0r0,37xm81,-198r-36,0r0,-37r36,0r0,37"},"\u00b0":{"d":"137,-185v0,35,-25,60,-60,60v-35,0,-60,-25,-60,-60v0,-35,25,-61,60,-61v35,0,60,26,60,61xm112,-185v0,-21,-14,-37,-35,-37v-20,0,-36,16,-36,37v0,22,16,37,36,37v21,0,35,-15,35,-37","w":153},"\u00ae":{"d":"183,-169v0,50,-34,83,-82,83v-48,0,-82,-33,-82,-83v0,-50,34,-84,82,-84v48,0,82,34,82,84xm171,-169v0,-48,-31,-74,-70,-74v-39,0,-70,26,-70,74v0,47,31,74,70,74v39,0,70,-27,70,-74xm141,-128r-16,3r-27,-39r-9,0r0,38r-16,0r0,-93v29,-2,61,0,60,27v0,13,-7,22,-19,26xm117,-190v0,-14,-13,-15,-28,-14r0,27v14,1,28,0,28,-13","w":202},"\u00a9":{"d":"268,-125v0,77,-51,130,-124,130v-74,0,-125,-52,-125,-129v0,-77,52,-129,125,-129v74,0,124,51,124,128xm252,-124v0,-75,-47,-116,-108,-116v-62,0,-109,41,-109,116v0,75,48,116,109,116v62,0,108,-41,108,-116xm193,-67v-46,34,-112,6,-112,-58v0,-62,62,-93,109,-61r-3,24v-33,-28,-82,-13,-82,37v0,52,50,64,84,35","w":287},"\u2122":{"d":"268,-124r-22,0r-7,-87r-35,87r-17,0r-35,-87r-7,87r-21,0r10,-124r25,0r37,92r37,-92r25,0xm112,-229r-40,0r0,105r-22,0r0,-105r-39,0r0,-19r97,0","w":287},"\u2260":{"d":"168,-71v0,74,-102,95,-156,57r6,-32v35,30,117,35,117,-24v1,-34,-34,-46,-79,-44r-4,-24r70,-76r-102,0r-5,-29r148,0r0,25r-73,78v47,4,78,24,78,69","w":185,"k":{"\u2044":-11,"9":2,"7":2,"\/":3}},"\u221e":{"d":"155,0r-26,0r-3,-23v-23,35,-111,40,-111,-21v0,-43,36,-60,108,-68v5,-54,-61,-36,-92,-21r-4,-28v43,-21,128,-26,128,41r0,120xm123,-47r0,-40v-63,6,-77,23,-77,41v0,38,60,22,77,-1","w":179,"k":{"y":3,"w":3,"v":3,"?":13}},"\u00b1":{"d":"203,-55r-39,0r0,55r-30,0r0,-55r-121,0r0,-24r113,-166r31,7r-108,156r85,0r0,-62r30,-7r0,69r39,0r0,27","w":212,"k":{"\u2044":-10,"9":6,"7":8,"1":8}},"\u2264":{"d":"287,0r-31,0r0,-194r-85,195r-26,0r-85,-195r0,194r-30,0r0,-248r42,0r87,203r87,-203r41,0r0,248","w":317},"\u2265":{"d":"188,-28v-52,48,-160,46,-160,-51r0,-169r34,0r0,164v-2,78,88,63,124,23r0,-187r34,0r0,248r-28,0","w":249},"\u00b5":{"d":"161,-44r-58,-59r-59,59r-19,-19r60,-58r-60,-59r20,-19r58,59r59,-59r19,18r-60,59r60,59","w":205},"\u2202":{"d":"253,-27r-6,32r-37,-29v-19,18,-46,29,-76,29v-70,0,-115,-52,-115,-129v0,-77,45,-129,115,-129v100,0,142,126,94,207xm202,-66v30,-60,2,-156,-68,-156v-49,0,-80,38,-80,98v0,83,72,123,130,81r-58,-43r40,-9","w":270,"k":{"\u2211":10,"\u00c6":10,"Y":16,"W":8,"V":10,"T":16,"S":1,"J":10,"A":10,"?":5,")":8}},"\u2211":{"d":"356,-248r-89,249r-30,0r-54,-141r-52,141r-30,0r-90,-245r33,-7r72,206r51,-136r-24,-63r33,-7r76,206r68,-203r36,0","w":366,"k":{"\u2248":6,"\u221a":6,"\u03a9":6,"\u222b":28,"\u2202":10,"\u221e":28,"\u00df":6,"\u0153":29,"\u00e6":28,"\u0152":10,"\u00c6":32,"\u2014":19,"\u00bb":13,"\u2013":19,"\ufb02":6,"\ufb01":6,"\u203a":13,"\u2039":28,"\u00ab":28,"z":19,"y":16,"x":23,"w":16,"v":16,"u":23,"t":10,"s":26,"r":24,"q":28,"p":24,"o":29,"n":24,"m":24,"j":10,"i":10,"f":6,"e":29,"d":28,"c":29,"a":28,"Z":5,"X":6,"S":6,"Q":10,"O":10,"M":8,"J":23,"G":10,"C":10,"A":32,";":13,":":13,"\/":46,".":32,"-":19,",":32,"&":13}},"\u220f":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u03c0":{"d":"268,-125v0,77,-51,130,-124,130v-74,0,-125,-52,-125,-129v0,-77,52,-129,125,-129v74,0,124,51,124,128xm252,-124v0,-75,-47,-116,-108,-116v-62,0,-109,41,-109,116v0,75,48,116,109,116v62,0,108,-41,108,-116xm196,-152v0,35,-28,48,-67,45r0,53r-24,0r0,-142v46,-3,91,2,91,44xm172,-151v0,-20,-20,-25,-43,-23r0,46v23,2,43,-2,43,-23","w":287},"\u222b":{"d":"167,-3v0,41,-23,69,-77,69v-24,0,-46,-6,-64,-14r4,-30v31,21,110,27,105,-23r0,-22v-41,43,-120,24,-120,-60v0,-89,81,-106,152,-80r0,160xm135,-56r0,-84v-42,-18,-87,-2,-87,56v0,67,60,69,87,28","w":191,"k":{"?":10,"\/":-13}},"\u03a9":{"d":"219,-227v-19,-3,-41,-2,-41,21r0,34r34,0r5,27r-39,0r0,145r-31,0r0,-145r-26,0r0,-27r26,0v-6,-56,10,-95,67,-84xm107,-227v-19,-3,-41,-2,-41,21r0,34r35,0r4,27r-39,0r0,145r-31,0r0,-145r-26,0r0,-27r26,0v-6,-56,10,-95,67,-84","w":223,"k":{"\u25ca":-14,"\u222b":3,"\u221e":5,"\u2122":-14,"\u00ae":-6,"\u0153":3,"\u00e6":5,"\u2014":6,"\u201d":-11,"\u2013":6,"\u2039":6,"\u00ab":6,"\u201c":-10,"}":-6,"z":1,"x":3,"t":-3,"s":1,"q":3,"o":3,"g":3,"e":3,"d":3,"c":3,"a":5,"\u2018":-10,"]":-6,"?":-6,"\/":10,".":10,"-":6,",":10,"*":-6,")":-6,"\u2019":-11}},"\u00ac":{"d":"186,-108r-167,0r0,-28r167,0r0,28","w":205},"\u221a":{"d":"283,0r-32,0r0,-255r32,-5r0,260xm219,-227v-19,-3,-41,-2,-41,21r0,34r34,0r5,27r-39,0r0,145r-31,0r0,-145r-26,0r0,-27r26,0v-6,-56,10,-95,67,-84xm107,-227v-19,-3,-41,-2,-41,21r0,34r35,0r4,27r-39,0r0,145r-31,0r0,-145r-26,0r0,-27r26,0v-6,-56,10,-95,67,-84","w":311},"\u2248":{"d":"287,-227v0,11,-9,19,-20,19v-11,0,-19,-8,-19,-19v0,-11,8,-20,19,-20v11,0,20,9,20,20xm219,-227v-19,-3,-41,-2,-41,21r0,34r34,0r5,27r-39,0r0,145r-31,0r0,-145r-26,0r0,-27r26,0v-6,-56,10,-95,67,-84xm107,-227v-19,-3,-41,-2,-41,21r0,34r35,0r4,27r-39,0r0,145r-31,0r0,-145r-26,0r0,-27r26,0v-6,-56,10,-95,67,-84xm283,0r-32,0r0,-172r32,0r0,172","w":311},"\u0394":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00a0":{"w":39},"\u00c0":{"d":"237,-5r-33,8r-29,-78r-102,0r-28,75r-35,0r98,-249r33,0xm164,-104r-40,-105r-40,105r80,0xm134,-269r-21,0r-49,-46r39,-8","w":247},"\u00c3":{"d":"237,-5r-33,8r-29,-78r-102,0r-28,75r-35,0r98,-249r33,0xm164,-104r-40,-105r-40,105r80,0xm98,-314v23,0,55,42,60,-1r21,4v-3,27,-12,41,-29,41v-24,0,-55,-42,-61,1r-21,-4v3,-27,13,-41,30,-41","w":247},"\u00d5":{"d":"249,-125v0,77,-45,130,-115,130v-70,0,-114,-52,-114,-129v0,-77,45,-129,115,-129v70,0,114,51,114,128xm214,-124v0,-60,-31,-98,-80,-98v-49,0,-79,38,-79,98v0,60,30,98,79,98v49,0,80,-38,80,-98xm108,-319v23,0,55,42,60,-1r21,4v-3,27,-12,41,-29,41v-24,0,-55,-42,-61,1r-21,-4v3,-27,13,-41,30,-41","w":268},"\u00f7":{"d":"121,-168r-36,0r0,-39r36,0r0,39xm186,-108r-167,0r0,-27r167,0r0,27xm121,-37r-36,0r0,-38r36,0r0,38","w":205},"\u25ca":{"d":"268,-124r-22,0r-7,-87r-35,87r-17,0r-35,-87r-7,87r-21,0r10,-124r25,0r37,92r37,-92r25,0xm46,-219v0,25,65,29,54,61v2,37,-49,44,-76,27r3,-21v14,11,53,20,53,-4v0,-26,-65,-30,-54,-61v-3,-31,45,-41,69,-26r-3,21v-12,-11,-46,-17,-46,3","w":287},"\u00ff":{"d":"166,-172r-70,187v-17,44,-36,55,-72,49r-5,-28v29,11,48,-9,52,-35r-62,-170r31,-5r47,137r46,-135r33,0xm137,-198r-36,0r0,-37r36,0r0,37xm72,-198r-35,0r0,-37r35,0r0,37","w":173},"\u0178":{"d":"221,-248r-90,149r0,99r-34,0r0,-99r-88,-145r34,-7r71,121r70,-118r37,0xm164,-264r-36,0r0,-36r36,0r0,36xm99,-264r-35,0r0,-36r35,0r0,36","w":228},"\u00c2":{"d":"237,-5r-33,8r-29,-78r-102,0r-28,75r-35,0r98,-249r33,0xm164,-104r-40,-105r-40,105r80,0xm173,-268r-18,3r-32,-26v-15,10,-21,29,-50,25r36,-50r30,0","w":247},"\u00ca":{"d":"167,0r-137,0r0,-248r134,0r0,31r-100,0r0,72r77,0r6,31r-83,0r0,83r103,0r0,31xm143,-271v-24,9,-33,-14,-49,-23v-16,10,-22,29,-51,25r36,-51r30,0","w":180},"\u00c1":{"d":"185,-315r-49,46r-21,0r31,-54xm237,-5r-33,8r-29,-78r-102,0r-28,75r-35,0r98,-249r33,0xm164,-104r-40,-105r-40,105r80,0","w":247},"\u00cb":{"d":"167,0r-137,0r0,-248r134,0r0,31r-100,0r0,72r77,0r6,31r-83,0r0,83r103,0r0,31xm144,-270r-35,0r0,-37r35,0r0,37xm80,-270r-36,0r0,-37r36,0r0,37","w":180},"\u00c8":{"d":"167,0r-137,0r0,-248r134,0r0,31r-100,0r0,72r77,0r6,31r-83,0r0,83r103,0r0,31xm114,-269r-21,0r-49,-46r39,-8","w":180},"\u00cd":{"d":"108,-315r-49,46r-21,0r31,-54xm66,0r-34,0r0,-248r34,0r0,248","w":97},"\u00ce":{"d":"66,0r-34,0r0,-248r34,0r0,248xm98,-268r-18,3r-31,-26v-16,10,-22,29,-51,25r36,-50r30,0","w":97},"\u00cf":{"d":"66,0r-34,0r0,-248r34,0r0,248xm99,-270r-36,0r0,-37r36,0r0,37xm35,-270r-36,0r0,-37r36,0r0,37","w":97},"\u00cc":{"d":"66,0r-34,0r0,-248r34,0r0,248xm60,-269r-21,0r-49,-46r39,-8","w":97},"\u00d3":{"d":"184,-318r-48,46r-22,0r31,-55xm249,-125v0,77,-45,130,-115,130v-70,0,-114,-52,-114,-129v0,-77,45,-129,115,-129v70,0,114,51,114,128xm214,-124v0,-60,-31,-98,-80,-98v-49,0,-79,38,-79,98v0,60,30,98,79,98v49,0,80,-38,80,-98","w":268},"\u00d4":{"d":"249,-125v0,77,-45,130,-115,130v-70,0,-114,-52,-114,-129v0,-77,45,-129,115,-129v70,0,114,51,114,128xm214,-124v0,-60,-31,-98,-80,-98v-49,0,-79,38,-79,98v0,60,30,98,79,98v49,0,80,-38,80,-98xm183,-273r-18,3r-31,-26v-16,10,-22,29,-51,25r36,-50r30,0","w":268},"\uf8ff":{"d":"232,72r-75,0r-3,-5r-59,0r-2,5r-75,0r0,-109v17,0,14,-23,0,-23r0,-200r36,0r11,-28r120,0r10,28r37,0r0,332xm144,-203r0,62r5,0r0,-28v5,-1,16,3,14,-5r-14,0r0,-24v6,-1,18,4,16,-5r-21,0xm66,-203r0,62r6,0r0,-28r17,0r0,28r5,0r0,-62r-5,0r0,29r-17,0r0,-29r-6,0xm166,-148v-1,6,2,8,7,8v20,-3,8,-43,11,-63r-5,0r0,50v0,10,-8,9,-13,5xm191,-116v-6,0,-2,11,-3,16v5,-2,6,-11,11,0r4,0v-6,-5,-8,-11,-1,-16v-6,0,-7,6,-11,8r0,-8xm171,-100v2,-12,6,2,12,0v-9,-6,8,-18,-15,-16r0,16r3,0xm153,-99v5,0,9,-4,9,-9v0,-4,-4,-9,-9,-9v-10,0,-11,18,0,18xm141,-116v-7,1,-8,13,-12,0r-4,0v3,5,8,7,7,16v6,-1,4,-12,9,-16xm69,-116r0,16v4,-1,12,2,12,-2v-5,0,-11,2,-9,-5v3,-1,9,2,8,-2v-4,0,-10,1,-8,-5v3,-1,9,2,9,-2r-12,0xm50,-116v-4,1,-4,15,0,16r0,-11v4,3,5,11,12,11r0,-16v-6,-1,-2,7,-3,11xm87,-116v3,5,1,16,8,17r4,-13v3,4,0,13,7,13r5,-17v-6,0,-4,8,-7,12v-2,-4,-1,-11,-6,-12v-2,4,-2,10,-5,12v-2,-4,0,-12,-6,-12xm118,-172v-5,-7,-8,-16,0,-19v8,2,6,14,0,19xm116,-166v3,6,11,18,1,21v-9,-1,-7,-16,-1,-21xm179,-111v0,4,-4,3,-8,3v0,-4,-1,-7,4,-6v2,0,4,1,4,3xm159,-108v0,8,-11,7,-11,0v0,-3,2,-6,5,-6v3,0,6,3,6,6xm126,-158r-6,-11v10,-6,12,-24,-2,-26v-13,2,-12,17,-5,25v-23,15,5,43,13,22v3,4,5,11,9,5v-7,-7,-5,-14,-1,-24v-7,-3,-6,5,-8,9","w":249},"\u00d2":{"d":"249,-125v0,77,-45,130,-115,130v-70,0,-114,-52,-114,-129v0,-77,45,-129,115,-129v70,0,114,51,114,128xm214,-124v0,-60,-31,-98,-80,-98v-49,0,-79,38,-79,98v0,60,30,98,79,98v49,0,80,-38,80,-98xm150,-272r-21,0r-49,-46r39,-9","w":268},"\u00da":{"d":"176,-307r-49,46r-21,0r31,-54xm221,-96v0,63,-38,101,-98,101v-60,0,-96,-39,-96,-99r0,-154r34,0v8,87,-32,221,62,222v95,2,57,-136,64,-222r34,0r0,152","w":248},"\u00db":{"d":"221,-96v0,63,-38,101,-98,101v-60,0,-96,-39,-96,-99r0,-154r34,0v8,87,-32,221,62,222v95,2,57,-136,64,-222r34,0r0,152xm173,-265r-17,4r-32,-27v-16,10,-22,30,-51,26r36,-51r30,0","w":248},"\u00d9":{"d":"221,-96v0,63,-38,101,-98,101v-60,0,-96,-39,-96,-99r0,-154r34,0v8,87,-32,221,62,222v95,2,57,-136,64,-222r34,0r0,152xm142,-261r-21,0r-49,-46r39,-8","w":248}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2004 Hoefler & Frere-Jones Typography, Inc. www.typography.com
 * 
 * Full name:
 * WhitneyHTF-Black
 */
Cufon.registerFont({"w":163,"face":{"font-family":"Whitney HTF","font-weight":900,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-28 -344 361 72","underline-thickness":"7.2","underline-position":"-44.28","stemh":"51","stemv":"64","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":73},"!":{"d":"95,-248r-20,149r-39,8r-21,-157r80,0xm89,0r-68,0r0,-70r68,0r0,70","w":109},"\"":{"d":"190,-243r-19,122r-41,-9r-18,-113r78,0xm92,-243r-19,122r-42,-9r-17,-113r78,0","w":204,"k":{"\u00b1":19,"4":19}},"#":{"d":"88,-46r-8,50r-36,-9r6,-41r-37,0r0,-53r45,0r7,-45r-38,0r-9,-53r55,0r8,-47r38,0r-7,47r44,0r8,-50r37,9r-7,41r37,0r0,53r-45,0r-7,45r39,0r8,53r-55,0r-8,47r-38,0r7,-47r-44,0xm103,-145r-8,47r46,0r8,-47r-46,0","w":244},"$":{"d":"134,-242v17,3,33,9,47,17r-9,50v-15,-9,-31,-16,-48,-19r-6,41v48,14,71,32,71,77v0,55,-39,78,-91,78r-6,42r-28,-6r6,-38v-22,-3,-42,-11,-62,-21r8,-50v25,13,44,20,64,23r7,-50v-45,-13,-72,-29,-72,-74v0,-46,32,-74,91,-73r4,-27r28,6xm102,-47v36,1,42,-36,7,-44xm102,-197v-37,-3,-42,30,-6,38","w":200},"%":{"d":"135,-175v0,47,-27,72,-61,72v-34,0,-61,-25,-61,-72v0,-47,27,-71,61,-71v34,0,61,24,61,71xm256,-238r-156,241r-36,-8r157,-241xm93,-175v0,-25,-7,-38,-19,-38v-13,0,-20,12,-20,38v0,25,8,38,20,38v13,0,19,-13,19,-38xm308,-69v0,47,-27,72,-61,72v-34,0,-61,-24,-61,-71v0,-47,27,-72,61,-72v34,0,61,24,61,71xm266,-69v0,-25,-7,-37,-19,-37v-13,0,-19,13,-19,38v0,25,7,37,19,37v13,0,19,-12,19,-38","w":320},"&":{"d":"240,-5r-71,7r-16,-19v-47,41,-144,20,-144,-48v0,-35,17,-56,45,-73v-39,-47,-14,-115,57,-115v29,0,53,7,69,16r-9,54v-19,-9,-37,-15,-52,-15v-23,0,-18,20,-6,35r43,54v3,-12,6,-25,8,-41r53,11v-4,30,-12,55,-23,75xm124,-53r-39,-47v-19,19,-13,55,19,54v6,0,13,-2,20,-7","w":235,"k":{"\u2211":18,"\u2202":5,"\u0152":5,"Y":29,"W":14,"V":18,"T":22,"S":1,"Q":5,"O":5,"G":5,"C":5}},"\u2019":{"d":"93,-248r-39,126r-40,-9r7,-117r72,0","w":97,"k":{"\u222b":20,"\u2202":5,"\u221e":10,"\u0153":22,"\u00e6":19,"\u0152":5,"\u00c6":42,"z":9,"y":5,"x":9,"w":5,"v":5,"u":11,"s":18,"r":11,"q":20,"p":11,"o":22,"n":11,"m":11,"g":18,"e":22,"d":20,"c":22,"a":19,"X":5,"S":3,"Q":5,"O":5,"M":11,"J":31,"G":5,"C":5,"A":42}},"(":{"d":"144,23r-46,11v-49,-36,-85,-77,-85,-145v0,-74,41,-121,114,-150r6,39v-31,29,-48,59,-48,110v0,57,19,89,59,135","w":147,"k":{"\u222b":6,"\u2202":13,"\u00b1":16,"\u0153":10,"\u0152":13,"\u00c6":10,"w":6,"v":6,"s":6,"q":6,"o":10,"j":-19,"e":10,"d":6,"c":10,"S":5,"Q":13,"O":13,"J":6,"G":13,"C":13,"A":10,"4":16}},")":{"d":"134,-115v0,74,-42,121,-115,151r-5,-40v30,-29,48,-58,48,-109v0,-57,-19,-90,-59,-136r46,-11v49,36,85,77,85,145","w":147},"*":{"d":"154,-193r-38,27r15,45r-12,8r-37,-28r-38,28r-12,-8r16,-45r-39,-27r5,-13r47,0r13,-45r15,0r13,45r48,0","k":{"\u00c6":32,"X":6,"J":19,"A":32}},"+":{"d":"186,-97r-57,0r0,60r-52,0r0,-60r-58,0r0,-50r58,0r0,-60r52,0r0,60r57,0r0,50","w":205},",":{"d":"94,-70r-48,126r-39,-9r15,-117r72,0","w":97,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u2211":32,"\u2202":10,"\u2260":-6,"\u00df":5,"\u0153":3,"\u0152":10,"\u201d":19,"\ufb02":5,"\ufb01":5,"y":6,"w":13,"v":14,"t":6,"o":3,"f":5,"e":3,"c":3,"Y":39,"W":26,"V":32,"T":32,"Q":10,"O":10,"G":10,"C":10,"9":13,"7":8,"6":3,"3":-6,"2":-6,"1":14,"0":6,"\u2019":19}},"-":{"d":"115,-75r-102,0r0,-61r102,0r0,61","w":127,"k":{"\u2248":3,"\u221a":3,"\u03a9":3,"\u2211":19,"\u00df":3,"\u00c6":8,"\ufb02":3,"\ufb01":3,"z":5,"y":5,"x":13,"w":3,"v":5,"f":3,"Z":8,"Y":29,"X":19,"W":16,"V":19,"T":23,"S":6,"J":14,"A":8,"7":26,"2":10,"1":14}},".":{"d":"83,0r-68,0r0,-70r68,0r0,70","w":97,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u2211":32,"\u2202":10,"\u2260":-6,"\u00df":5,"\u0153":3,"\u0152":10,"\u201d":19,"\ufb02":5,"\ufb01":5,"y":11,"w":13,"v":14,"t":6,"o":3,"f":5,"e":3,"c":3,"Y":39,"W":24,"V":32,"T":32,"Q":10,"O":10,"G":10,"C":10,"9":13,"7":8,"6":3,"3":-6,"2":-6,"1":14,"0":6,"\u2019":19}},"\/":{"d":"187,-240r-148,286r-52,-11r148,-287","w":189,"k":{"\u2248":9,"\u221a":9,"\u03a9":9,"\u222b":40,"\u2202":16,"\u00b1":42,"\u221e":42,"\u00df":9,"\u0153":40,"\u00e6":35,"\u0152":16,"\u00c6":46,"\ufb02":9,"\ufb01":9,"z":28,"y":24,"x":28,"w":24,"v":24,"u":27,"t":10,"s":32,"r":27,"q":40,"p":27,"o":40,"n":27,"m":27,"j":3,"i":3,"g":36,"f":9,"e":40,"d":40,"c":40,"a":35,"Z":6,"X":6,"Q":16,"O":16,"M":8,"J":23,"G":16,"C":16,"A":46,"8":3,"6":19,"4":42,"2":6,"0":13,"\/":68}},"0":{"d":"220,-122v0,82,-41,127,-104,127v-63,0,-105,-45,-105,-127v0,-82,42,-126,105,-126v63,0,104,44,104,126xm149,-122v0,-47,-9,-73,-33,-73v-24,0,-34,26,-34,73v0,47,10,74,34,74v24,0,33,-27,33,-74","w":230,"k":{"\u2260":3,"7":10,"3":3,"2":1,"1":2,"\/":10,".":6,",":6}},"1":{"d":"134,0r-73,0r0,-177r-48,19r-8,-56r64,-29r65,0r0,243","w":154,"k":{"\u2044":-13}},"2":{"d":"191,0r-177,0r0,-50r81,-80v14,-14,22,-24,22,-38v0,-12,-10,-20,-26,-20v-20,0,-42,9,-64,23r-8,-59v47,-36,167,-33,167,47v0,53,-57,88,-88,121r84,0","w":201,"k":{"\u00b1":8,"\u2014":6,"\u2013":6,"\u2044":-14,"7":5,"6":3,"4":8,"2":3,"-":6}},"3":{"d":"189,-69v0,82,-123,88,-178,55r8,-54v20,10,44,16,68,16v20,0,32,-8,32,-23v4,-21,-30,-27,-63,-25r-8,-50v29,2,71,-2,67,-22v-8,-34,-70,-18,-92,-1r-9,-53v45,-36,171,-30,171,42v0,32,-17,47,-42,57v28,10,46,27,46,58","w":200,"k":{"\u2044":-11,"7":5,"\/":3}},"4":{"d":"217,-46r-32,0r0,46r-68,0r0,-46r-109,0r0,-43r98,-154r79,0r0,150r32,0r0,47xm117,-93r0,-83r-52,83r52,0","w":222,"k":{"\u2044":-10,"9":6,"7":11,"1":8}},"5":{"d":"192,-84v0,90,-111,106,-181,73r9,-58v30,14,101,32,106,-11v3,-28,-43,-29,-63,-19r-43,-9r8,-135r150,0r9,57r-106,0r-1,31v56,-12,112,9,112,71","w":204,"k":{"\u2260":2,"\u2044":-10,"9":3,"7":8,"3":2}},"6":{"d":"76,-139v49,-33,124,-24,124,55v0,54,-40,89,-93,89v-57,0,-96,-36,-96,-103v0,-89,62,-137,144,-151r9,56v-44,9,-76,26,-88,54xm75,-97v0,38,15,52,32,52v17,0,27,-13,27,-34v1,-37,-36,-33,-59,-18","w":209,"k":{"\u00b1":-3,"\u2260":2,"\u2044":-11,"9":3,"7":14,"4":-3,"3":2,"1":6}},"7":{"d":"185,-188r-87,191r-68,-12r82,-175r-94,0r-8,-59r175,0r0,55","w":196,"k":{"\u00b1":22,"\u2014":19,"\u2013":19,"\u2044":36,"\u00a2":10,":":6,"8":6,"6":12,"5":8,"4":22,"2":3,"1":-3,"0":6,"\/":46,".":32,"-":19,",":32}},"8":{"d":"117,-149v24,-14,23,-56,-10,-55v-15,0,-25,9,-25,22v0,13,8,22,35,33xm94,-105v-27,16,-23,65,15,63v15,0,28,-10,28,-26v0,-16,-10,-24,-43,-37xm51,-126v-65,-39,-25,-122,58,-122v88,0,117,79,54,119v75,35,41,134,-55,134v-103,0,-127,-90,-57,-131","w":215,"k":{"\u2044":-10,"7":6}},"9":{"d":"132,-101v-50,33,-124,21,-123,-57v0,-57,41,-90,94,-90v57,0,96,36,96,103v0,89,-63,136,-148,150r-8,-55v46,-9,77,-25,89,-51xm135,-142v0,-42,-14,-56,-32,-56v-16,0,-28,13,-28,35v-1,38,35,36,60,21","w":209,"k":{"\u00b1":5,"\u2260":5,"\u2044":11,"7":8,"5":3,"4":5,"3":5,"2":6,"\/":18,".":11,",":11}},":":{"d":"85,-109r-68,0r0,-69r68,0r0,69xm85,0r-68,0r0,-69r68,0r0,69","w":101,"k":{"\u2211":13,"Y":23,"W":11,"V":13,"T":23,"7":10}},";":{"d":"87,-109r-68,0r0,-69r68,0r0,69xm92,-69r-48,125r-39,-9r15,-116r72,0","w":101,"k":{"\u2211":13,"Y":23,"W":11,"V":13,"T":23}},"<":{"d":"181,-20r-160,-80r0,-44r160,-80r0,54r-98,48r98,48r0,54","w":205},"=":{"d":"186,-142r-160,0r0,-49r160,0r0,49xm186,-53r-160,0r0,-49r160,0r0,49","w":212},">":{"d":"185,-100r-161,80r0,-54r99,-47r-99,-49r0,-54r161,80r0,44","w":205},"?":{"d":"107,0r-68,0r0,-70r68,0r0,70xm176,-182v0,53,-40,81,-116,95r-3,-53v33,-8,51,-20,51,-36v0,-12,-8,-19,-26,-19v-21,0,-46,10,-67,24r-9,-58v21,-14,48,-24,87,-24v54,0,83,26,83,71","w":180},"@":{"d":"162,-78r8,-51v-29,-10,-46,21,-47,55v7,29,20,16,39,-4xm163,-46v-29,42,-88,41,-90,-19v-2,-90,77,-126,150,-91v-4,33,-11,62,-13,97v0,9,4,18,21,18v23,0,42,-26,42,-72v0,-73,-45,-107,-108,-107v-73,0,-137,67,-137,151v0,111,106,125,184,90r2,12v-19,10,-49,17,-80,17v-76,0,-122,-38,-122,-119v0,-87,71,-164,155,-164v73,0,121,42,121,119v0,59,-25,97,-73,97v-24,0,-44,-12,-52,-29","w":300},"A":{"d":"253,-9r-75,12r-14,-45r-78,0r-13,42r-71,0r86,-249r82,0xm148,-98r-23,-78r-23,78r46,0","w":254,"k":{"\u25ca":32,"\u2248":6,"\u221a":6,"\u03a9":6,"\u222b":3,"\u2211":23,"\u2202":10,"\u2265":3,"\u2122":32,"\u00ae":18,"\u00df":6,"\u0153":3,"\u0152":10,"\u2014":8,"\u201d":27,"\u2013":8,"\ufb02":6,"\ufb01":6,"\u2039":6,"\u00ab":6,"\u201c":25,"y":14,"w":14,"v":21,"u":3,"t":10,"q":3,"o":3,"f":6,"e":3,"d":3,"c":3,"\u2018":25,"Y":34,"W":20,"V":29,"U":8,"T":29,"Q":10,"O":10,"G":10,"C":10,"?":21,"-":8,"*":32,")":10,"\u2019":27}},"B":{"d":"210,-71v0,79,-106,73,-191,71r0,-248v78,-1,182,-10,182,64v0,28,-17,44,-36,53v27,9,45,26,45,60xm136,-175v2,-21,-23,-25,-47,-23r0,48v25,2,49,-3,47,-25xm141,-77v0,-25,-24,-30,-52,-28r0,54v27,1,52,-1,52,-26","w":218,"k":{"\u2211":6,"y":3,"x":5,"w":3,"v":3,"Z":3,"Y":11,"X":5,"W":6,"V":8,"T":6,"A":3,")":6,"&":-5}},"C":{"d":"203,-12v-88,44,-192,-6,-192,-112v0,-104,99,-155,188,-114r-10,64v-41,-32,-107,-22,-105,50v2,69,60,82,109,54","w":211,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u222b":5,"\u2211":3,"\u2202":13,"\u00df":5,"\u0153":6,"\u0152":10,"\u00c6":3,"\u2014":6,"\u2013":6,"\ufb02":5,"\ufb01":5,"\u2039":5,"\u00ab":5,"y":13,"x":6,"w":13,"v":13,"u":3,"q":5,"o":6,"l":3,"j":3,"i":3,"f":5,"e":6,"d":5,"c":6,"Y":6,"X":5,"W":3,"T":3,"Q":10,"O":10,"G":10,"C":10,"-":6}},"D":{"d":"243,-125v0,74,-45,125,-129,125r-95,0r0,-248r92,0v86,0,132,49,132,123xm169,-124v0,-54,-28,-72,-76,-69r0,138v49,3,76,-14,76,-69","w":254,"k":{"\u2211":11,"\u221e":3,"\u00e6":3,"\u00c6":13,"}":13,"z":3,"x":3,"a":3,"]":13,"Z":13,"Y":19,"X":16,"W":11,"V":13,"T":19,"S":3,"J":11,"A":16,"?":5,"\/":19,".":11,",":11,")":16}},"E":{"d":"186,0r-167,0r0,-248r164,0r0,57r-92,0r0,34r70,0r9,59r-79,0r0,41r95,0r0,57","w":197,"k":{"\u222b":3,"\u2202":3,"\u0153":3,"\u0152":3,"y":6,"w":6,"v":6,"q":3,"o":3,"e":3,"d":3,"c":3,"Q":3,"O":3,"G":6,"C":6}},"F":{"d":"176,-188r-83,0r0,39r60,0r10,62r-70,0r0,87r-74,0r0,-248r157,0r0,60","w":185,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u222b":11,"\u2202":5,"\u221e":13,"\u00df":5,"\u0153":11,"\u0131":14,"\u00e6":13,"\u0152":3,"\u00c6":32,"\u00bb":6,"\ufb02":5,"\ufb01":5,"\u203a":6,"\u2039":6,"\u00ab":6,"z":14,"y":10,"x":16,"w":10,"v":10,"u":11,"t":6,"s":13,"r":11,"q":11,"p":11,"o":11,"n":11,"m":11,"l":3,"j":6,"i":6,"g":16,"f":5,"e":11,"d":11,"c":11,"a":13,"Z":6,"X":5,"S":3,"Q":3,"O":3,"M":5,"J":23,"G":3,"C":3,"A":23,"?":-3,";":5,":":5,"\/":32,".":26,",":26,"&":6}},"G":{"d":"228,-23v-28,18,-59,28,-94,28v-79,0,-123,-52,-123,-129v0,-107,111,-158,202,-112r-9,62v-19,-11,-40,-20,-64,-20v-38,0,-56,29,-56,70v0,52,35,87,81,66r0,-36r-37,0r-8,-51r108,0r0,122","w":243,"k":{"\u2211":6,"y":3,"w":3,"v":3,"Y":11,"X":2,"W":6,"V":6,"T":10,"?":3}},"H":{"d":"236,0r-74,0r0,-96r-69,0r0,96r-74,0r0,-248r74,0r0,88r69,0r0,-88r74,0r0,248","w":255},"I":{"d":"94,0r-73,0r0,-248r73,0r0,248","w":114},"J":{"d":"144,-82v2,77,-64,94,-128,81r-10,-61v26,7,64,10,64,-32r0,-154r74,0r0,166","w":161,"k":{"\u00c6":5,"J":5,"A":11,".":3,",":3}},"K":{"d":"242,-9r-80,12r-69,-114r0,111r-74,0r0,-248r74,0r0,104r66,-104r81,0r-79,114","w":240,"k":{"\u2248":6,"\u221a":6,"\u03a9":6,"\u222b":8,"\u2211":8,"\u2202":16,"\u2265":3,"\u00df":6,"\u0153":10,"\u0152":14,"\u2014":16,"\u2013":16,"\ufb02":6,"\ufb01":6,"\u2039":6,"\u00ab":6,"\u201c":5,"y":19,"x":6,"w":18,"v":21,"u":5,"t":8,"q":8,"o":10,"f":6,"e":10,"d":8,"c":10,"\u2018":5,"Y":3,"W":3,"V":3,"U":2,"S":3,"Q":14,"O":14,"G":14,"C":14,"?":3,"-":16,"&":3}},"L":{"d":"174,0r-155,0r0,-248r74,0r0,185r70,0","w":177,"k":{"\u25ca":29,"\u2248":6,"\u221a":6,"\u03a9":6,"\u222b":5,"\u2211":25,"\u2202":16,"\u2265":6,"\u2122":29,"\u00ae":26,"\u00df":6,"\u0153":6,"\u0152":13,"\u2014":13,"\u201d":11,"\u2013":13,"\ufb02":6,"\ufb01":6,"\u2039":5,"\u00ab":5,"\u201c":13,"y":16,"w":14,"v":18,"t":10,"q":5,"o":6,"f":6,"e":6,"d":5,"c":6,"\u2018":13,"Y":32,"W":23,"V":29,"U":7,"T":32,"Q":13,"O":13,"G":13,"C":13,"?":19,"-":13,"*":29,")":3,"\u2019":11}},"M":{"d":"307,0r-75,0r-9,-152r-34,152r-71,0r-34,-152r-9,152r-63,0r18,-248r95,0r36,157r36,-157r93,0","w":319,"k":{"\u2211":8,"\u201d":4,"\u201c":8,"\u2018":8,"Y":10,"W":6,"V":8,"T":6,"\u2019":4}},"N":{"d":"235,0r-66,0r-81,-130r0,130r-69,0r0,-248r73,0r74,118r0,-118r69,0r0,248","w":254},"O":{"d":"252,-125v0,77,-48,130,-121,130v-72,0,-120,-52,-120,-129v0,-77,48,-129,121,-129v73,0,120,51,120,128xm179,-124v0,-45,-18,-73,-48,-73v-30,0,-47,28,-47,73v0,45,17,73,47,73v30,0,48,-28,48,-73","w":262,"k":{"\u2211":10,"\u00c6":10,"}":10,"]":13,"Z":8,"Y":18,"X":16,"W":10,"V":10,"T":10,"J":8,"A":10,"?":5,"\/":16,".":10,",":10,")":13}},"P":{"d":"209,-163v-2,63,-47,91,-116,88r0,75r-74,0r0,-248v93,-4,193,-4,190,85xm138,-162v0,-25,-18,-35,-46,-33r0,67v28,2,46,-8,46,-34","w":212,"k":{"\u2248":-3,"\u221a":-3,"\u03a9":-3,"\u222b":10,"\u221e":10,"\u00df":-3,"\u0153":11,"\u0131":3,"\u00e6":10,"\u00c6":37,"\u2014":6,"\u2013":6,"\ufb02":-3,"\ufb01":-3,"\u2039":6,"\u00ab":6,"z":3,"x":3,"u":3,"t":-3,"s":6,"r":3,"q":10,"p":3,"o":11,"n":3,"m":3,"j":3,"i":3,"g":8,"f":-3,"e":11,"d":10,"c":11,"a":10,"Z":14,"Y":6,"X":14,"W":3,"V":6,"M":3,"J":24,"A":24,"\/":36,".":29,"-":6,",":29,")":10,"&":8}},"Q":{"d":"252,-130v0,47,-19,83,-50,104r52,15r-14,62v-91,-40,-229,-45,-229,-175v0,-77,48,-129,121,-129v71,0,120,47,120,123xm179,-123v0,-43,-18,-74,-48,-74v-31,0,-47,31,-47,74v0,43,17,73,47,73v31,0,48,-30,48,-73","w":262,"k":{"\u2211":10,"\u00c6":10,"Z":3,"Y":16,"X":11,"W":10,"V":10,"T":10,"J":5,"A":3,"?":5,".":3,")":8}},"R":{"d":"144,-162v0,-26,-22,-36,-52,-33r0,67v31,2,52,-6,52,-34xm172,-95r54,86r-75,12r-46,-80r-12,0r0,77r-74,0r0,-248r95,0v64,0,101,28,101,81v0,33,-15,58,-43,72","w":228,"k":{"\u222b":6,"\u2211":6,"\u2202":3,"\u0153":6,"\u0152":3,"\u2014":5,"\u2013":5,"\u2039":3,"\u00ab":3,"w":5,"v":5,"q":6,"o":6,"e":6,"d":6,"c":10,"Y":13,"W":6,"V":8,"T":6,"Q":3,"O":3,"G":3,"C":3,"-":5}},"S":{"d":"197,-78v1,98,-121,91,-187,61r11,-60v29,14,59,24,84,24v14,0,24,-5,24,-16v0,-10,-6,-15,-40,-27v-51,-18,-74,-35,-74,-79v0,-84,113,-90,171,-59r-10,60v-26,-14,-52,-21,-71,-21v-15,0,-21,5,-21,14v0,10,5,15,33,24v57,19,80,38,80,79","w":205,"k":{"\u2211":6,"\u2202":1,"\u00c6":1,"\u201d":3,"\u201c":5,"y":3,"x":11,"w":3,"v":3,"\u2018":5,"Z":1,"Y":10,"X":3,"W":5,"V":6,"T":5,"S":3,"C":1,"A":6,"?":5,")":5,"\u2019":3,"&":-5}},"T":{"d":"217,-187r-71,0r0,187r-74,0r0,-187r-64,0r0,-61r199,0","w":220,"k":{"\u2248":13,"\u221a":13,"\u03a9":13,"\u222b":42,"\u2202":16,"\u221e":46,"\u00df":13,"\u0153":40,"\u0131":46,"\u00e6":35,"\u0152":10,"\u00c6":44,"\u2014":23,"\u00bb":22,"\u2013":23,"\ufb02":13,"\ufb01":13,"\u203a":22,"\u2039":28,"\u00ab":28,"z":29,"y":31,"x":34,"w":31,"v":31,"u":31,"t":13,"s":33,"r":31,"q":42,"p":31,"o":40,"n":31,"m":31,"l":6,"j":11,"i":11,"h":6,"g":40,"f":13,"e":40,"d":42,"c":40,"a":35,"Z":6,"X":5,"S":5,"Q":10,"O":10,"M":6,"J":28,"G":10,"C":10,"A":32,";":15,":":15,"\/":39,".":32,"-":23,",":32,"&":18}},"U":{"d":"231,-100v0,72,-48,104,-108,104v-61,0,-106,-31,-106,-104r0,-148r73,0r0,149v0,27,13,42,34,42v22,0,33,-15,33,-41r0,-150r74,0r0,148","w":247,"k":{"Z":1,"X":4,"J":5,"A":10}},"V":{"d":"249,-248r-86,249r-77,0r-84,-240r81,-12r46,161r45,-158r75,0","w":251,"k":{"\u2248":6,"\u221a":6,"\u03a9":6,"\u222b":31,"\u2202":10,"\u221e":28,"\u00df":6,"\u0153":27,"\u0131":24,"\u00e6":22,"\u0152":13,"\u00c6":42,"\u2014":19,"\u00bb":13,"\u2013":19,"\ufb02":6,"\ufb01":6,"\u203a":13,"\u2039":21,"\u00ab":21,"z":19,"y":16,"x":23,"w":16,"v":16,"u":23,"t":10,"s":22,"r":24,"q":31,"p":24,"o":27,"n":24,"m":24,"j":10,"i":10,"g":23,"f":6,"e":27,"d":31,"c":27,"a":22,"Z":5,"X":6,"S":10,"Q":13,"O":13,"M":8,"J":27,"G":13,"C":14,"A":29,";":13,":":13,"\/":46,".":32,"-":19,",":32,"&":13}},"W":{"d":"348,-248r-64,248r-77,0r-32,-143r-33,143r-76,0r-62,-239r81,-12r29,141r30,-138r75,0r30,138r27,-138r72,0","w":352,"k":{"\u2248":8,"\u221a":8,"\u03a9":8,"\u222b":24,"\u2202":8,"\u221e":21,"\u00df":8,"\u0153":22,"\u0131":18,"\u00e6":16,"\u0152":10,"\u00c6":28,"\u2014":16,"\u00bb":10,"\u2013":16,"\ufb02":8,"\ufb01":8,"\u203a":10,"\u2039":16,"\u00ab":16,"z":13,"y":10,"x":16,"w":10,"v":10,"u":14,"t":6,"s":16,"r":16,"q":24,"p":16,"o":22,"n":16,"m":16,"j":6,"i":6,"g":19,"f":8,"e":22,"d":24,"c":22,"a":16,"Z":3,"X":5,"S":7,"Q":10,"O":10,"M":6,"J":25,"G":10,"C":11,"A":24,";":8,":":8,"\/":32,".":24,"-":16,",":24,"&":10}},"X":{"d":"77,-125r-69,-114r78,-12r38,70r36,-67r74,0r-69,116r75,123r-79,12r-44,-79r-41,76r-74,0","w":241,"k":{"\u2248":3,"\u221a":3,"\u03a9":3,"\u222b":8,"\u2211":6,"\u2202":15,"\u2265":3,"\u00df":3,"\u0153":10,"\u0152":15,"\u2014":19,"\u00bb":6,"\u201d":4,"\u2013":19,"\ufb02":3,"\ufb01":3,"\u203a":6,"\u2039":5,"\u00ab":5,"\u201c":10,"y":16,"w":16,"v":16,"u":3,"t":6,"q":8,"o":10,"f":3,"e":10,"d":5,"c":10,"\u2018":10,"Y":6,"X":3,"W":5,"V":6,"U":4,"T":5,"S":3,"Q":16,"O":15,"G":16,"C":15,"?":6,"-":19,"*":6,"\u2019":4,"&":3}},"Y":{"d":"248,-248r-89,159r0,89r-74,0r0,-87r-85,-154r79,-10r47,95r46,-92r76,0","w":247,"k":{"\u2248":11,"\u221a":11,"\u03a9":11,"\u222b":42,"\u2202":21,"\u221e":37,"\u00df":11,"\u0153":42,"\u0131":39,"\u00e6":37,"\u0152":21,"\u00c6":44,"\u2014":29,"\u00bb":29,"\u2013":29,"\ufb02":11,"\ufb01":11,"\u203a":29,"\u2039":36,"\u00ab":36,"\u201c":3,"z":29,"y":26,"x":29,"w":26,"v":26,"u":32,"t":13,"s":37,"r":32,"q":42,"p":32,"o":42,"n":32,"m":32,"j":8,"i":8,"g":41,"f":11,"e":42,"d":42,"c":42,"a":37,"\u2018":3,"Z":6,"X":6,"V":2,"S":15,"Q":21,"O":21,"M":10,"J":31,"G":21,"C":21,"A":36,";":23,":":23,"\/":46,".":39,"-":29,",":39,"&":23}},"Z":{"d":"211,0r-198,0r0,-53r105,-138r-92,0r-8,-57r190,0r0,53r-105,138r99,0","w":222,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u222b":6,"\u2202":10,"\u00df":5,"\u0153":8,"\u0152":6,"\u2014":13,"\u00bb":3,"\u2013":13,"\ufb02":5,"\ufb01":5,"\u203a":3,"\u2039":8,"\u00ab":8,"y":10,"w":10,"v":10,"u":3,"t":3,"q":6,"o":8,"f":5,"e":8,"d":6,"c":8,"Q":6,"O":6,"G":6,"C":6,"-":13,"&":3}},"[":{"d":"141,37r-118,0r0,-285r116,0r0,37r-54,0r0,211r50,0","w":151,"k":{"\u2202":13,"\u0152":13,"j":-13,"Q":13,"O":13,"G":13,"C":13}},"\\":{"d":"203,35r-52,11r-149,-286r52,-12","w":189},"]":{"d":"129,37r-116,0r0,-37r54,0r0,-211r-50,0r-6,-37r118,0r0,285","w":151},"^":{"d":"147,-203r-39,8r-26,-21r-24,19r-41,0r37,-54r58,0"},"_":{"d":"164,37r-165,0r0,-25r165,0r0,25"},"\u2018":{"d":"84,-243r-7,117r-72,0r39,-126","w":97,"k":{"\u2248":-4,"\u221a":-4,"\u03a9":-4,"\u222b":4,"\u00df":-4,"\u0153":5,"\u00c6":39,"\u00bf":29,"\ufb02":-4,"\ufb01":-4,"t":-4,"q":4,"o":5,"g":4,"f":-4,"e":5,"d":4,"c":5,"Z":3,"X":4,"M":4,"J":18,"A":32}},"a":{"d":"170,0r-58,0r-4,-22v-27,36,-100,38,-100,-24v0,-42,32,-59,97,-68v-3,-34,-55,-17,-79,-7r-8,-47v51,-20,152,-27,152,51r0,117xm106,-49r0,-37v-26,6,-35,17,-35,31v0,21,23,17,35,6","w":183,"k":{"y":4,"w":3,"v":5,"?":13}},"b":{"d":"186,-94v0,102,-97,109,-170,83r0,-239r64,-10r0,101v40,-44,106,-22,106,65xm123,-89v1,-41,-25,-44,-43,-24r0,62v25,8,42,0,43,-38","w":195,"k":{"z":2,"y":4,"x":8,"w":3,"v":4,"?":13,"\/":3,".":3,",":3,")":6}},"c":{"d":"150,-12v-62,36,-142,5,-142,-75v0,-85,77,-112,141,-82r-8,53v-29,-18,-69,-14,-69,27v0,44,41,46,71,26","w":159,"k":{"\u222b":1,"\u0153":3,"q":1,"o":3,"e":3,"d":1,"c":3}},"d":{"d":"181,0r-58,0r-4,-22v-38,48,-114,28,-110,-62v4,-85,48,-106,108,-90r0,-76r64,-10r0,260xm117,-66r0,-61v-25,-8,-44,-1,-44,38v-1,43,26,43,44,23","w":196},"e":{"d":"94,-182v62,0,85,50,79,111r-101,0v10,44,61,32,96,14r6,42v-63,37,-166,21,-166,-73v0,-59,36,-94,86,-94xm114,-104v-1,-26,-9,-39,-22,-39v-13,0,-21,13,-21,39r43,0","w":182,"k":{"\u201d":2,"y":4,"x":3,"w":3,"v":5,"?":13,"\u2019":2}},"f":{"d":"132,-207v-22,-6,-48,-1,-41,29r31,0r8,51r-39,0r0,127r-64,0r0,-127r-24,0r0,-51r24,0v-7,-65,38,-88,98,-76","w":127,"k":{"\u25ca":-14,"\u2248":-6,"\u221a":-6,"\u03a9":-6,"\u222b":1,"\u221e":5,"\u2122":-14,"\u00ae":-6,"\u00df":-6,"\u0153":1,"\u00e6":5,"\u201d":-13,"\ufb02":-6,"\ufb01":-6,"\u2039":6,"\u00ab":6,"\u201c":-10,"}":-6,"z":1,"x":3,"t":-3,"s":1,"q":1,"o":1,"f":-6,"e":1,"d":1,"c":1,"a":5,"\u2018":-10,"]":-6,"?":-10,"\/":10,".":10,",":10,"*":-6,")":-6,"\u2019":-13}},"g":{"d":"55,2v-15,21,-3,33,37,33v26,0,42,-8,42,-18v0,-19,-57,-10,-79,-15xm111,-120v0,-15,-8,-25,-22,-25v-14,0,-21,11,-21,26v0,15,7,25,21,25v14,0,22,-11,22,-26xm147,-163r41,-17r7,45r-30,0v11,53,-35,83,-92,76v-7,12,-4,12,22,14v41,3,97,1,97,42v0,40,-44,69,-106,69v-77,0,-116,-43,-61,-77v-19,-22,-7,-39,21,-55v-64,-28,-33,-115,43,-115v24,0,44,7,58,18","w":196,"k":{"\u2248":-3,"\u221a":-3,"\u03a9":-3,"\u222b":5,"\u221e":1,"\u00df":-3,"\u0153":5,"\u00e6":1,"\u2014":4,"\u2013":4,"\ufb02":-3,"\ufb01":-3,"}":6,"t":-4,"q":5,"o":5,"j":-10,"f":-3,"e":5,"d":5,"c":5,"a":1,"]":6,"?":10,"\/":-19,"-":4,")":6}},"h":{"d":"180,0r-64,0r0,-108v0,-22,-25,-22,-36,-7r0,115r-64,0r0,-250r64,-10r0,103v29,-39,100,-33,100,31r0,126","w":194,"k":{"y":3,"w":1,"v":3,"?":13}},"i":{"d":"84,-230v0,21,-15,33,-35,33v-20,0,-36,-12,-36,-33v0,-21,16,-33,36,-33v20,0,35,12,35,33xm81,0r-64,0r0,-178r64,0r0,178","w":97},"j":{"d":"84,-230v0,21,-15,33,-35,33v-20,0,-36,-12,-36,-33v0,-21,16,-33,36,-33v20,0,35,12,35,33xm81,-2v0,57,-40,74,-90,66r-7,-49v17,5,33,3,33,-22r0,-171r64,0r0,176","w":97,"k":{"\/":-13}},"k":{"d":"186,-6r-66,9r-40,-82r0,79r-64,0r0,-250r64,-10r0,154r38,-72r68,0r-48,82","w":185,"k":{"\u25ca":11,"\u222b":4,"\u221e":3,"\u2122":11,"\u0153":6,"\u00e6":3,"\u2014":10,"\u2013":10,"\u2039":4,"\u00ab":4,"y":6,"x":3,"w":6,"v":6,"u":3,"t":3,"s":3,"q":4,"o":6,"g":3,"e":6,"d":4,"c":6,"a":3,"?":6,"-":10}},"l":{"d":"81,0r-64,0r0,-250r64,-10r0,260","w":97},"m":{"d":"276,0r-64,0r0,-108v1,-23,-23,-21,-34,-7r0,115r-64,0r0,-108v1,-23,-23,-21,-34,-7r0,115r-64,0r0,-178r57,0r4,24v22,-34,83,-38,96,0v29,-42,103,-38,103,28r0,126","w":291,"k":{"y":3,"w":1,"v":3,"?":13}},"n":{"d":"180,0r-64,0r0,-108v0,-22,-25,-22,-36,-7r0,115r-64,0r0,-178r57,0r4,24v29,-41,103,-39,103,28r0,126","w":194,"k":{"y":3,"w":1,"v":3,"?":13}},"o":{"d":"182,-89v0,57,-38,93,-88,93v-50,0,-86,-36,-86,-93v0,-57,37,-93,87,-93v50,0,87,36,87,93xm121,-89v0,-26,-9,-41,-26,-41v-16,0,-26,15,-26,41v0,26,10,41,26,41v17,0,26,-15,26,-41","w":189,"k":{"\u201d":5,"\u201c":3,"z":3,"y":6,"x":9,"w":5,"v":6,"\u2018":3,"?":13,"\/":6,".":3,",":3,")":10,"\u2019":5}},"p":{"d":"187,-94v-4,84,-48,106,-107,90r0,61r-64,10r0,-245r57,0r4,22v39,-47,114,-29,110,62xm123,-89v1,-41,-25,-44,-43,-23r0,61v25,8,43,3,43,-38","w":196,"k":{"z":2,"y":4,"x":8,"w":3,"v":4,"?":13,"\/":3,".":3,",":3,")":6}},"q":{"d":"180,57r-64,10r0,-86v-40,44,-107,22,-107,-65v0,-103,97,-109,171,-83r0,224xm116,-66r0,-61v-25,-8,-42,0,-43,38v0,43,25,43,43,23","w":195,"k":{"?":10,"\/":-13}},"r":{"d":"137,-116v-25,2,-43,9,-57,20r0,96r-64,0r0,-178r57,0r6,35v10,-21,23,-37,48,-39","w":138,"k":{"\u2248":-6,"\u221a":-6,"\u03a9":-6,"\u222b":2,"\u221e":6,"\u00df":-6,"\u0153":2,"\u00e6":6,"\ufb02":-6,"\ufb01":-6,"\u2039":2,"\u00ab":2,"x":3,"t":-3,"s":1,"q":2,"o":2,"f":-6,"e":2,"d":2,"c":2,"a":6,"\/":23,".":21,",":21}},"s":{"d":"162,-57v0,71,-107,69,-152,42r7,-47v23,14,51,21,69,21v13,0,18,-3,18,-9v0,-6,-4,-9,-26,-15v-46,-12,-65,-24,-65,-58v0,-62,92,-70,139,-44r-7,46v-21,-11,-44,-17,-61,-17v-10,0,-14,3,-14,8v0,5,3,9,27,15v49,13,65,25,65,58","w":170,"k":{"y":3,"x":5,"w":3,"v":3,"t":3,"s":1,"g":2,"?":13,")":6}},"t":{"d":"131,-2v-49,13,-105,3,-105,-60r0,-65r-22,0r0,-51r22,0r0,-51r64,-10r0,61r32,0r8,51r-40,0v2,33,-12,88,33,73","w":134,"k":{"\u2248":1,"\u221a":1,"\u03a9":1,"\u00df":1,"\u0153":1,"\u2014":2,"\u2013":2,"\ufb02":1,"\ufb01":1,"y":3,"w":3,"v":3,"o":1,"f":1,"e":1,"c":1,"?":6,"\/":-10,"-":2}},"u":{"d":"179,0r-58,0r-4,-24v-29,42,-102,38,-102,-29r0,-125r64,0r0,107v-1,22,25,23,36,8r0,-115r64,0r0,178","w":194,"k":{"?":10}},"v":{"d":"187,-178r-61,179r-65,0r-60,-174r70,-8r28,101r27,-98r61,0","w":187,"k":{"\u2248":-3,"\u221a":-3,"\u03a9":-3,"\u222b":6,"\u221e":1,"\u00df":-3,"\u0153":6,"\u00e6":6,"\u2014":5,"\u2013":5,"\ufb02":-3,"\ufb01":-3,"\u2039":5,"\u00ab":5,"x":3,"s":6,"q":6,"o":6,"g":5,"f":-3,"e":6,"d":6,"c":6,"a":6,"?":6,"\/":21,".":14,"-":5,",":14,")":6}},"w":{"d":"261,-178r-47,178r-63,0r-20,-88r-20,88r-64,0r-45,-174r67,-7r18,96r19,-93r59,0r19,93r18,-93r59,0","w":261,"k":{"\u222b":5,"\u221e":3,"\u0153":5,"\u00e6":4,"\u2014":3,"\u2013":3,"\u2039":5,"\u00ab":5,"x":3,"s":3,"q":5,"o":5,"g":3,"e":5,"d":5,"c":5,"a":4,"?":6,"\/":16,".":11,"-":3,",":11,")":6}},"x":{"d":"179,-5r-67,8r-25,-49r-24,46r-60,0r52,-87r-50,-86r68,-8r22,45r22,-42r59,0r-49,83","w":182,"k":{"\u2248":1,"\u221a":1,"\u03a9":1,"\u222b":9,"\u221e":3,"\u00df":1,"\u0153":10,"\u00e6":3,"\u2014":13,"\u2013":13,"\ufb02":1,"\ufb01":1,"\u2039":10,"\u00ab":10,"x":3,"w":3,"v":3,"s":5,"q":9,"o":10,"g":4,"f":1,"e":10,"d":9,"c":10,"a":3,"?":8,"-":13}},"y":{"d":"66,0r-65,-173r70,-8r29,100r26,-97r61,0r-60,177v-18,57,-51,74,-106,64r-8,-50v17,5,45,6,53,-13","w":187,"k":{"\u222b":6,"\u221e":5,"\u0153":7,"\u00e6":6,"\u2014":5,"\u2013":5,"\u2039":5,"\u00ab":5,"s":6,"q":6,"o":7,"g":5,"e":7,"d":6,"c":7,"a":6,"?":6,"\/":21,".":14,"-":5,",":14,")":6}},"z":{"d":"163,0r-154,0r0,-48r69,-81r-58,0r-8,-49r147,0r0,48r-69,81r65,0","w":170,"k":{"\u222b":3,"\u221e":3,"\u0153":4,"\u2014":3,"\u2013":3,"\u2039":5,"\u00ab":5,"z":3,"s":1,"q":3,"o":4,"e":4,"d":3,"c":4,"?":6,"\/":-6,"-":3}},"{":{"d":"175,37v-54,2,-126,3,-120,-47v5,-41,13,-84,-42,-77r-6,-37v30,1,57,-4,53,-31v-7,-48,-8,-95,53,-93r60,0r0,37v-23,0,-58,-4,-54,19v7,43,4,79,-39,87v45,6,46,45,39,86v-3,22,28,19,50,19","w":186,"k":{"\u2202":13,"\u0152":13,"j":-13,"Q":13,"O":13,"G":13,"C":13}},"|":{"d":"83,59r-53,8r0,-319r53,-8r0,319","w":113},"}":{"d":"179,-87v-30,-1,-57,4,-53,31v7,48,8,95,-53,93r-60,0r0,-37v23,0,59,4,55,-19v-8,-42,-6,-79,38,-87v-45,-5,-45,-45,-38,-86v4,-22,-28,-19,-51,-19r-5,-37v54,-2,125,-3,119,47v-5,41,-13,84,43,77","w":186},"~":{"d":"12,-81v4,-75,48,-51,85,-41v5,0,8,-3,11,-15r28,7v-5,74,-48,52,-86,40v-5,0,-8,3,-11,15","w":147},"\u00a1":{"d":"89,-178r-68,0r0,-70r68,0r0,70xm95,0r-80,0r20,-149r38,-9","w":109},"\u00a2":{"d":"113,-31r-5,35r-29,-7r5,-30v-44,-8,-72,-40,-72,-88v0,-58,43,-91,99,-91r5,-35r29,7r-5,30v10,2,19,5,27,9r-8,50v-9,-4,-19,-8,-30,-10r-12,80v12,-1,27,-4,45,-12r6,48v-18,9,-35,13,-55,14xm95,-84r12,-78v-41,-1,-47,67,-12,78","w":180},"\u00a3":{"d":"50,-148v13,-51,34,-100,95,-100v19,0,33,2,43,6r-8,57v-24,-7,-50,-7,-55,20r-5,17r37,0r8,54r-62,0r-12,39r89,0r9,55r-172,0v-3,-40,8,-66,17,-94r-17,0r0,-54r33,0","w":200,"k":{"\u00b1":4,"9":3,"6":5,"4":4,"0":5}},"\u2044":{"d":"193,-276r-194,315r-27,-7r193,-314","w":162,"k":{"\u00b1":29,"\u2260":-16,"9":-11,"8":-3,"7":-19,"6":8,"5":-6,"4":29,"3":-16,"2":-10,"1":-19}},"\u00a5":{"d":"151,-79r0,21r55,0r0,29r-55,0r0,29r-71,0r0,-29r-52,0r-4,-29r56,0r0,-21r-54,0r0,-29r46,0r-72,-129r76,-9r44,93r42,-90r74,0r-77,135r44,0r4,29r-56,0","w":235,"k":{"\u00b1":13,"9":3,"8":3,"6":8,"4":13,"0":5}},"\u0192":{"d":"45,-165v2,-70,48,-90,116,-79r0,51v-25,-4,-46,1,-46,28r33,0r0,53r-41,0r-19,112r-69,0r17,-112r-27,0r8,-53r28,0","w":169,"k":{"\u00b1":14,"6":8,"4":14,"1":-6}},"\u00a7":{"d":"146,-179v56,10,69,42,44,80r-46,-7v15,-24,-32,-28,-52,-34v-35,-10,-55,-22,-55,-52v0,-58,80,-62,127,-46r-6,41v-18,-6,-34,-9,-47,-9v-19,4,-20,13,4,19xm66,-64v-57,-10,-70,-42,-44,-81r45,8v-14,24,33,28,53,34v35,10,54,22,54,52v0,59,-80,62,-126,45r6,-41v18,6,33,10,46,10v10,0,15,-3,15,-8v-1,-10,-37,-14,-49,-19","w":211,"k":{"7":6}},"\u00a4":{"d":"34,-136r-25,0r0,-29r30,0v11,-71,101,-101,171,-70r-8,55v-29,-16,-76,-18,-89,15r64,0r5,29r-75,0r0,25r73,0r0,29r-68,0v12,37,60,33,94,19r8,54v-72,31,-171,6,-177,-73r-26,0r-5,-29r28,0r0,-25","w":222},"'":{"d":"94,-243r-19,122r-44,-9r-17,-113r80,0","w":108,"k":{"\u00b1":19,"4":19}},"\u201c":{"d":"82,-243r-6,117r-71,0r39,-126xm170,-243r-6,117r-71,0r39,-126","w":184,"k":{"\u2248":-4,"\u221a":-4,"\u03a9":-4,"\u222b":4,"\u00df":-4,"\u0153":5,"\u00c6":39,"\u00bf":29,"\ufb02":-4,"\ufb01":-4,"t":-4,"q":4,"o":5,"g":4,"f":-4,"e":5,"d":4,"c":5,"Z":3,"X":4,"M":4,"J":18,"A":32}},"\u00ab":{"d":"201,-178r-33,89r31,84r-39,9r-63,-93r61,-89r43,0xm110,-178r-34,89r32,84r-39,9r-63,-93r61,-89r43,0","w":212,"k":{"\u2211":13,"Z":3,"Y":29,"X":6,"W":10,"V":13,"T":22}},"\u2039":{"d":"110,-178r-34,89r32,84r-39,9r-63,-93r61,-89r43,0","w":121,"k":{"\u2211":13,"Z":3,"Y":29,"X":6,"W":10,"V":13,"T":22}},"\u203a":{"d":"116,-89r-61,89r-43,0r33,-89r-31,-85r39,-8","w":121,"k":{"\u2211":28,"\u00c6":6,"z":5,"y":3,"x":10,"w":5,"v":5,"Z":5,"Y":36,"X":16,"W":16,"V":21,"T":28,"S":8,"A":6}},"\ufb01":{"d":"212,-230v0,21,-16,33,-36,33v-20,0,-36,-12,-36,-33v0,-21,16,-33,36,-33v20,0,36,12,36,33xm132,-207v-22,-6,-48,-1,-41,29r31,0r8,51r-39,0r0,127r-64,0r0,-127r-24,0r0,-51r24,0v-7,-65,38,-88,98,-76xm208,0r-64,0r0,-178r64,0r0,178","w":225},"\ufb02":{"d":"208,0r-64,0r0,-250r64,-10r0,260xm132,-207v-22,-6,-48,-1,-41,29r31,0r8,51r-39,0r0,127r-64,0r0,-127r-24,0r0,-51r24,0v-7,-65,38,-88,98,-76","w":225},"\u2013":{"d":"150,-76r-137,0r0,-59r137,0r0,59","k":{"\u2248":3,"\u221a":3,"\u03a9":3,"\u2211":19,"\u00df":3,"\u00c6":8,"\ufb02":3,"\ufb01":3,"z":5,"y":5,"x":13,"w":3,"v":5,"f":3,"Z":8,"Y":29,"X":19,"W":16,"V":19,"T":23,"S":6,"J":14,"A":8,"7":26,"2":10,"1":14}},"\u2020":{"d":"122,-248v4,37,-14,53,-23,77r-12,0v-9,-24,-27,-40,-23,-77r58,0xm173,-130v-30,1,-43,-14,-65,-21r0,-12v22,-7,35,-22,65,-21r0,54xm79,-151v-22,7,-36,22,-66,21r0,-54v30,-1,44,14,66,21r0,12xm116,-3r-17,44r-12,0r-17,-44r0,-97r17,-43r12,0r17,43r0,97","w":186},"\u2021":{"d":"125,-248v3,36,-13,53,-22,77r-13,0v-9,-24,-26,-40,-22,-77r57,0xm176,-132v-29,1,-43,-13,-65,-19r0,-12v22,-7,35,-21,65,-20r0,51xm82,-151v-22,6,-36,20,-66,19r0,-51v30,-1,44,14,66,20r0,12xm123,-100v2,28,-13,40,-20,60r-13,0v-7,-20,-22,-32,-20,-60r20,-43r13,0xm176,-1v-29,1,-43,-13,-65,-19r0,-12v22,-6,36,-20,65,-19r0,50xm82,-20v-22,6,-36,20,-66,19r0,-50v30,-1,44,13,66,19r0,12xm125,66r-57,0v-4,-37,13,-54,22,-78r13,0v9,24,26,41,22,78","w":192},"\u00b7":{"d":"83,-71r-68,0r0,-70r68,0r0,70","w":97},"\u00b6":{"d":"177,0r-34,0r0,-218r-23,0v3,55,-5,100,-13,145v-58,-2,-94,-31,-94,-86v0,-53,36,-84,95,-84r69,0r0,243","w":200},"\u2022":{"d":"159,-124r-10,62r-58,9r-57,-9r-10,-62r10,-61r57,-9r58,9","w":182},"\u201a":{"d":"91,-70r-39,126r-40,-9r7,-117r72,0","w":97,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u2211":32,"\u2202":10,"\u2260":-6,"\u00df":5,"\u0153":3,"\u0152":10,"\u201d":19,"\ufb02":5,"\ufb01":5,"y":11,"w":13,"v":14,"t":6,"o":3,"f":5,"e":3,"c":3,"Y":39,"W":24,"V":32,"T":32,"Q":10,"O":10,"G":10,"C":10,"9":13,"7":8,"6":3,"3":-6,"2":-6,"1":14,"0":6,"\u2019":19}},"\u201e":{"d":"89,-70r-39,126r-38,-9r7,-117r70,0xm177,-70r-39,126r-38,-9r7,-117r70,0","w":184,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u2211":32,"\u2202":10,"\u2260":-6,"\u00df":5,"\u0153":3,"\u0152":10,"\u201d":19,"\ufb02":5,"\ufb01":5,"y":11,"w":13,"v":14,"t":6,"o":3,"f":5,"e":3,"c":3,"Y":39,"W":24,"V":32,"T":32,"Q":10,"O":10,"G":10,"C":10,"9":13,"7":8,"6":3,"3":-6,"2":-6,"1":14,"0":6,"\u2019":19}},"\u201d":{"d":"91,-248r-39,126r-38,-9r7,-117r70,0xm179,-248r-39,126r-38,-9r6,-117r71,0","w":184,"k":{"\u222b":20,"\u2202":5,"\u221e":10,"\u0153":22,"\u00e6":19,"\u0152":5,"\u00c6":42,"z":9,"y":5,"x":9,"w":5,"v":5,"u":11,"s":18,"r":11,"q":20,"p":11,"o":22,"n":11,"m":11,"g":18,"e":22,"d":20,"c":22,"a":19,"X":5,"S":3,"Q":5,"O":5,"M":11,"J":31,"G":5,"C":5,"A":42}},"\u00bb":{"d":"207,-89r-61,89r-43,0r33,-89r-31,-85r39,-8xm116,-89r-61,89r-43,0r33,-89r-31,-85r39,-8","w":212,"k":{"\u2211":28,"\u00c6":6,"z":5,"y":3,"x":10,"w":5,"v":5,"Z":5,"Y":36,"X":16,"W":16,"V":21,"T":28,"S":8,"A":6}},"\u2026":{"d":"273,0r-66,0r0,-69r66,0r0,69xm177,0r-66,0r0,-69r66,0r0,69xm82,0r-67,0r0,-69r67,0r0,69","w":288},"\u2030":{"d":"268,-125v0,77,-51,130,-124,130v-74,0,-125,-52,-125,-129v0,-77,52,-129,125,-129v74,0,124,51,124,128xm252,-124v0,-75,-47,-116,-108,-116v-62,0,-109,41,-109,116v0,75,48,116,109,116v62,0,108,-41,108,-116xm182,-110r33,48r-47,8r-28,-44r-6,0r0,42r-45,0r0,-142v54,-2,115,-3,115,48v0,18,-7,31,-22,40xm162,-147v0,-14,-11,-20,-28,-19r0,39v17,1,29,-4,28,-20","w":287},"\u00bf":{"d":"141,-178r-68,0r0,-70r68,0r0,70xm174,-20v-21,14,-48,25,-87,25v-54,0,-83,-27,-83,-72v0,-53,40,-80,116,-94r4,53v-33,8,-52,19,-52,35v0,12,8,19,26,19v21,0,46,-10,67,-24","w":180,"k":{"\u2248":3,"\u221a":3,"\u03a9":3,"\u2211":26,"\u2202":5,"\u00df":3,"\u0152":5,"\ufb02":3,"\ufb01":3,"y":13,"x":3,"w":13,"v":13,"t":3,"f":3,"Y":18,"X":3,"W":15,"V":19,"T":19,"Q":5,"O":5,"G":5,"C":5}},"`":{"d":"127,-197r-42,0r-55,-42r79,-12"},"\u00b4":{"d":"132,-239r-54,42r-41,0r18,-54"},"\u02c6":{"d":"147,-203r-39,8r-26,-21r-24,19r-41,0r37,-54r58,0"},"\u02dc":{"d":"19,-201v5,-76,48,-52,86,-41v5,0,8,-3,11,-15r28,6v-4,73,-48,53,-85,41v-5,0,-9,3,-12,15"},"\u00af":{"d":"139,-199r-115,0r0,-42r115,0r0,42"},"\u02d8":{"d":"142,-251v-4,35,-25,55,-61,55v-35,0,-54,-20,-59,-52r34,-5v7,27,43,25,51,2r35,0"},"\u02d9":{"d":"109,-197r-54,0r0,-51r54,0r0,51"},"\u00a8":{"d":"145,-197r-52,0r0,-51r52,0r0,51xm71,-197r-52,0r0,-51r52,0r0,51"},"\u02da":{"d":"134,-236v0,22,-17,40,-52,40v-35,0,-52,-18,-52,-40v0,-21,17,-39,52,-39v35,0,52,18,52,39xm99,-236v0,-11,-7,-20,-17,-20v-10,0,-17,9,-17,20v0,11,7,21,17,21v10,0,17,-10,17,-21"},"\u00b8":{"d":"129,28r-53,38r-41,0r16,-50"},"\u02dd":{"d":"167,-240r-55,43r-32,0r18,-54xm88,-240r-55,43r-33,0r18,-54"},"\u02db":{"d":"129,66r-42,0r-53,-38r78,-12"},"\u02c7":{"d":"147,-251r-37,54r-59,0r-34,-48r38,-8r26,21r25,-19r41,0"},"\u2014":{"d":"314,-76r-301,0r0,-59r301,0r0,59","w":326,"k":{"\u2248":3,"\u221a":3,"\u03a9":3,"\u2211":19,"\u00df":3,"\u00c6":8,"\ufb02":3,"\ufb01":3,"z":5,"y":5,"x":13,"w":3,"v":5,"f":3,"Z":8,"Y":29,"X":19,"W":16,"V":19,"T":23,"S":6,"J":14,"A":8,"7":26,"2":10,"1":14}},"\u00c6":{"d":"319,0r-163,0r0,-42r-64,0r-17,42r-75,0r111,-248r205,0r0,57r-92,0r0,34r69,0r10,59r-79,0r0,41r95,0r0,57xm156,-98r0,-103r-42,103r42,0","w":330,"k":{"\u222b":1,"\u2202":3,"\u0153":3,"\u0152":3,"y":6,"w":6,"v":6,"q":1,"o":3,"e":3,"d":1,"c":3,"Q":3,"O":3,"G":3,"C":3}},"\u00aa":{"d":"127,-127r-38,0r-3,-15v-20,24,-68,24,-70,-14v-1,-30,27,-37,69,-45v-2,-23,-42,-13,-58,-6r-4,-29v32,-13,104,-19,104,32r0,77xm131,-80r-113,0r0,-28r108,0xm85,-160r0,-21v-19,3,-27,10,-27,18v1,15,19,11,27,3","w":147},"\u0141":{"d":"188,0r-153,0r0,-93r-23,7r-10,-59r33,-9r0,-94r73,0r0,71r46,-14r0,61r-46,14r0,53r69,0","w":191},"\u00d8":{"d":"258,-243r-30,38v16,22,24,50,24,82v0,106,-109,161,-190,106r-17,20r-40,-9r30,-37v-16,-22,-24,-50,-24,-82v0,-106,108,-161,190,-107r16,-20xm162,-185v-36,-37,-83,-1,-78,61v0,11,0,21,2,30xm131,-48v40,0,55,-59,45,-106r-76,91v8,9,18,15,31,15","w":262},"\u0152":{"d":"321,0r-178,0v-87,0,-132,-50,-132,-124v0,-74,45,-124,129,-124r178,0r0,57r-92,0r0,34r70,0r9,59r-79,0r0,41r95,0r0,57xm155,-55r0,-138v-45,-2,-70,16,-70,69v0,52,26,71,70,69","w":332,"k":{"\u222b":3,"\u2202":3,"\u0153":3,"\u0152":3,"y":6,"w":6,"v":6,"q":3,"o":3,"e":3,"d":3,"c":3,"Q":3,"O":3,"G":6,"C":6}},"\u00ba":{"d":"135,-185v0,37,-27,60,-62,60v-35,0,-60,-23,-60,-60v0,-36,25,-60,60,-60v35,0,62,24,62,60xm132,-80r-116,0r0,-28r112,0xm93,-185v0,-17,-8,-27,-20,-27v-12,0,-18,11,-18,27v0,17,6,27,18,27v12,0,20,-10,20,-27","w":147},"\u00e6":{"d":"195,-182v57,0,81,50,75,111r-102,0v10,44,63,32,97,14r6,42v-38,25,-114,27,-144,-7v-36,37,-116,39,-119,-23v-1,-42,32,-60,97,-69v-3,-34,-55,-17,-79,-7r-8,-47v35,-14,107,-24,126,10v13,-15,29,-24,51,-24xm211,-104v-1,-26,-9,-39,-22,-39v-13,0,-22,13,-22,39r44,0xm110,-51v-3,-10,-5,-22,-5,-34v-25,6,-34,15,-34,28v1,24,26,19,39,6","w":279,"k":{"\u201d":2,"y":4,"x":3,"w":3,"v":5,"?":13,"\u2019":2}},"\u0131":{"d":"81,0r-64,0r0,-178r64,0r0,178","w":97},"\u0142":{"d":"122,-122r-27,9r0,113r-63,0r0,-94r-23,7r-10,-59r33,-10r0,-94r63,-10r0,84r27,-8r0,62","w":126},"\u00f8":{"d":"186,-174r-22,26v43,56,3,152,-68,152v-19,0,-37,-6,-51,-16r-12,15r-30,-7r23,-26v-42,-56,-4,-152,68,-152v19,0,37,5,51,15r11,-14xm112,-126v-22,-19,-46,1,-44,37v0,6,0,12,1,17xm121,-107r-43,54v21,20,47,0,45,-36v0,-6,-1,-13,-2,-18","w":189},"\u0153":{"d":"210,-182v58,0,82,50,76,111r-102,0v11,44,62,32,97,14r6,42v-35,24,-110,29,-136,-9v-46,56,-143,22,-143,-65v0,-84,97,-124,144,-65v14,-18,34,-28,58,-28xm227,-104v-1,-26,-9,-39,-22,-39v-13,0,-22,13,-22,39r44,0xm121,-89v0,-26,-9,-41,-26,-41v-16,0,-26,15,-26,41v0,26,10,41,26,41v17,0,26,-15,26,-41","w":295,"k":{"\u201d":2,"y":4,"x":3,"w":3,"v":5,"?":13,"\u2019":2}},"\u00df":{"d":"215,-58v0,60,-66,71,-112,50r7,-46v17,8,44,18,44,-3v0,-10,-13,-19,-42,-30r-6,-41v11,-18,19,-37,19,-57v0,-15,-5,-25,-17,-25v-12,0,-17,9,-17,26r0,184r-64,0r0,-127r-24,0r0,-51v7,-1,18,2,24,-1v0,-50,28,-78,82,-78v89,0,94,90,49,130v36,15,57,34,57,69","w":221,"k":{"\u2248":5,"\u221a":5,"\u03a9":5,"\u00df":5,"\ufb02":5,"\ufb01":5,"y":11,"x":6,"w":10,"v":11,"t":3,"f":5}},"\u00d0":{"d":"258,-125v0,74,-46,125,-129,125r-94,0r0,-95r-23,0r-10,-61r33,0r0,-92r91,0v86,0,132,49,132,123xm184,-124v0,-55,-29,-73,-78,-69r0,37r38,0r0,60r-38,0r0,41v50,3,78,-13,78,-69","w":268},"\u00f0":{"d":"127,-232v83,39,83,236,-35,236v-46,0,-84,-30,-84,-87v0,-79,70,-108,115,-61v-2,-21,-12,-36,-30,-48r-9,12r-33,0r18,-23v-8,-3,-16,-5,-25,-8r8,-49v18,3,34,8,49,14r10,-14r32,7xm124,-105v-25,-19,-55,-21,-55,25v0,22,11,35,26,35v18,0,28,-19,29,-60","w":194},"\u0160":{"d":"197,-78v1,98,-121,91,-187,61r11,-60v29,14,59,24,84,24v14,0,24,-5,24,-16v0,-10,-6,-15,-40,-27v-51,-18,-74,-35,-74,-79v0,-84,113,-90,171,-59r-10,60v-26,-14,-52,-21,-71,-21v-15,0,-21,5,-21,14v0,10,5,15,33,24v57,19,80,38,80,79xm171,-323r-37,54r-58,0r-35,-48r39,-8r25,21r25,-19r41,0","w":205},"\u0161":{"d":"162,-57v0,71,-107,69,-152,42r7,-47v23,14,51,21,69,21v13,0,18,-3,18,-9v0,-6,-4,-9,-26,-15v-46,-12,-65,-24,-65,-58v0,-62,92,-70,139,-44r-7,46v-21,-11,-44,-17,-61,-17v-10,0,-14,3,-14,8v0,5,3,9,27,15v49,13,65,25,65,58xm152,-251r-37,54r-58,0r-35,-48r38,-8r26,21r25,-19r41,0","w":170},"\u00dd":{"d":"248,-248r-89,159r0,89r-74,0r0,-87r-85,-154r79,-10r47,95r46,-92r76,0xm199,-302r-55,43r-40,0r18,-55","w":247},"\u00fd":{"d":"172,-236r-54,42r-41,0r18,-54xm66,0r-65,-173r70,-8r29,100r26,-97r61,0r-60,177v-18,57,-51,74,-106,64r-8,-50v17,5,45,6,53,-13","w":187},"\u00de":{"d":"208,-129v0,63,-46,92,-115,89r0,40r-74,0r0,-248r74,0r0,34v70,-3,116,24,115,85xm138,-128v0,-25,-18,-35,-46,-33r0,67v28,2,46,-8,46,-34","w":216},"\u00fe":{"d":"187,-94v-4,84,-48,106,-107,90r0,61r-64,10r0,-317r64,-10r0,102v40,-46,111,-24,107,64xm123,-89v1,-41,-25,-44,-43,-23r0,61v25,8,43,3,43,-38","w":196},"\u017d":{"d":"211,0r-198,0r0,-53r105,-138r-92,0r-8,-57r190,0r0,53r-105,138r99,0xm180,-320r-37,54r-58,0r-35,-48r39,-7r25,20r25,-19r41,0","w":222},"\u017e":{"d":"163,0r-154,0r0,-48r69,-81r-58,0r-8,-49r147,0r0,48r-69,81r65,0xm152,-251r-37,54r-58,0r-35,-48r38,-8r26,21r25,-19r41,0","w":170},"\u00bd":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00bc":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00b9":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00be":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00b3":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00b2":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00a6":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u2212":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00d7":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00c4":{"d":"253,-9r-75,12r-14,-45r-78,0r-13,42r-71,0r86,-249r82,0xm148,-98r-23,-78r-23,78r46,0xm190,-266r-51,0r0,-51r51,0r0,51xm116,-266r-52,0r0,-51r52,0r0,51","w":254},"\u00c5":{"d":"253,-9r-75,12r-14,-45r-78,0r-13,42r-71,0r86,-249r82,0xm148,-98r-23,-78r-23,78r46,0xm179,-305v0,22,-17,40,-52,40v-35,0,-51,-18,-51,-40v0,-21,16,-39,51,-39v35,0,52,18,52,39xm144,-305v0,-11,-7,-20,-17,-20v-10,0,-16,9,-16,20v0,11,6,21,16,21v10,0,17,-10,17,-21","w":254},"\u00c7":{"d":"203,-12v-88,44,-192,-6,-192,-112v0,-104,99,-155,188,-114r-10,64v-41,-32,-107,-22,-105,50v2,69,60,82,109,54xm162,28r-53,38r-40,0r16,-50","w":211},"\u00c9":{"d":"186,0r-167,0r0,-248r164,0r0,57r-92,0r0,34r70,0r9,59r-79,0r0,41r95,0r0,57xm165,-308r-55,42r-40,0r17,-54","w":197},"\u00d1":{"d":"235,0r-66,0r-81,-130r0,130r-69,0r0,-248r73,0r74,118r0,-118r69,0r0,248xm66,-267v4,-75,49,-52,85,-40v5,0,8,-4,11,-16r28,7v-4,74,-48,52,-85,40v-5,0,-9,3,-12,15","w":254},"\u00d6":{"d":"252,-125v0,77,-48,130,-121,130v-72,0,-120,-52,-120,-129v0,-77,48,-129,121,-129v73,0,120,51,120,128xm179,-124v0,-45,-18,-73,-48,-73v-30,0,-47,28,-47,73v0,45,17,73,47,73v30,0,48,-28,48,-73xm194,-269r-51,0r0,-51r51,0r0,51xm120,-269r-52,0r0,-51r52,0r0,51","w":262},"\u00dc":{"d":"231,-100v0,72,-48,104,-108,104v-61,0,-106,-31,-106,-104r0,-148r73,0r0,149v0,27,13,42,34,42v22,0,33,-15,33,-41r0,-150r74,0r0,148xm186,-262r-51,0r0,-52r51,0r0,52xm112,-262r-52,0r0,-52r52,0r0,52","w":247},"\u00e1":{"d":"170,0r-58,0r-4,-22v-27,36,-100,38,-100,-24v0,-42,32,-59,97,-68v-3,-34,-55,-17,-79,-7r-8,-47v51,-20,152,-27,152,51r0,117xm106,-49r0,-37v-26,6,-35,17,-35,31v0,21,23,17,35,6xm160,-239r-55,42r-40,0r17,-54","w":183},"\u00e0":{"d":"170,0r-58,0r-4,-22v-27,36,-100,38,-100,-24v0,-42,32,-59,97,-68v-3,-34,-55,-17,-79,-7r-8,-47v51,-20,152,-27,152,51r0,117xm106,-49r0,-37v-26,6,-35,17,-35,31v0,21,23,17,35,6xm120,-197r-42,0r-54,-42r78,-12","w":183},"\u00e2":{"d":"170,0r-58,0r-4,-22v-27,36,-100,38,-100,-24v0,-42,32,-59,97,-68v-3,-34,-55,-17,-79,-7r-8,-47v51,-20,152,-27,152,51r0,117xm106,-49r0,-37v-26,6,-35,17,-35,31v0,21,23,17,35,6xm158,-203r-38,8r-26,-21r-25,19r-41,0r37,-54r58,0","w":183},"\u00e4":{"d":"170,0r-58,0r-4,-22v-27,36,-100,38,-100,-24v0,-42,32,-59,97,-68v-3,-34,-55,-17,-79,-7r-8,-47v51,-20,152,-27,152,51r0,117xm106,-49r0,-37v-26,6,-35,17,-35,31v0,21,23,17,35,6xm156,-197r-52,0r0,-51r52,0r0,51xm82,-197r-52,0r0,-51r52,0r0,51","w":183},"\u00e3":{"d":"170,0r-58,0r-4,-22v-27,36,-100,38,-100,-24v0,-42,32,-59,97,-68v-3,-34,-55,-17,-79,-7r-8,-47v51,-20,152,-27,152,51r0,117xm106,-49r0,-37v-26,6,-35,17,-35,31v0,21,23,17,35,6xm32,-201v4,-76,48,-52,85,-41v5,0,9,-3,12,-15r27,6v-4,73,-48,53,-85,41v-5,0,-9,3,-12,15","w":183},"\u00e5":{"d":"170,0r-58,0r-4,-22v-27,36,-100,38,-100,-24v0,-42,32,-59,97,-68v-3,-34,-55,-17,-79,-7r-8,-47v51,-20,152,-27,152,51r0,117xm106,-49r0,-37v-26,6,-35,17,-35,31v0,21,23,17,35,6xm145,-236v0,22,-17,40,-52,40v-35,0,-52,-18,-52,-40v0,-21,17,-39,52,-39v35,0,52,18,52,39xm110,-236v0,-11,-7,-20,-17,-20v-10,0,-17,9,-17,20v0,11,7,21,17,21v10,0,17,-10,17,-21","w":183},"\u00e7":{"d":"150,-12v-62,36,-142,5,-142,-75v0,-85,77,-112,141,-82r-8,53v-29,-18,-69,-14,-69,27v0,44,41,46,71,26xm134,28r-53,38r-41,0r16,-50","w":159},"\u00e9":{"d":"94,-182v62,0,85,50,79,111r-101,0v10,44,61,32,96,14r6,42v-63,37,-166,21,-166,-73v0,-59,36,-94,86,-94xm114,-104v-1,-26,-9,-39,-22,-39v-13,0,-21,13,-21,39r43,0xm163,-239r-54,42r-41,0r18,-54","w":182},"\u00e8":{"d":"94,-182v62,0,85,50,79,111r-101,0v10,44,61,32,96,14r6,42v-63,37,-166,21,-166,-73v0,-59,36,-94,86,-94xm114,-104v-1,-26,-9,-39,-22,-39v-13,0,-21,13,-21,39r43,0xm115,-197r-42,0r-54,-42r78,-12","w":182},"\u00ea":{"d":"94,-182v62,0,85,50,79,111r-101,0v10,44,61,32,96,14r6,42v-63,37,-166,21,-166,-73v0,-59,36,-94,86,-94xm114,-104v-1,-26,-9,-39,-22,-39v-13,0,-21,13,-21,39r43,0xm159,-203r-38,8r-26,-21r-25,19r-41,0r37,-54r58,0","w":182},"\u00eb":{"d":"94,-182v62,0,85,50,79,111r-101,0v10,44,61,32,96,14r6,42v-63,37,-166,21,-166,-73v0,-59,36,-94,86,-94xm114,-104v-1,-26,-9,-39,-22,-39v-13,0,-21,13,-21,39r43,0xm157,-197r-52,0r0,-51r52,0r0,51xm83,-197r-52,0r0,-51r52,0r0,51","w":182},"\u00ed":{"d":"111,-239r-49,42r-36,0r15,-54xm81,0r-64,0r0,-178r64,0r0,178","w":97},"\u00ec":{"d":"72,-197r-37,0r-49,-42r70,-12xm81,0r-64,0r0,-178r64,0r0,178","w":97},"\u00ee":{"d":"107,-203r-34,8r-24,-21r-22,19r-37,0r33,-54r53,0xm81,0r-64,0r0,-178r64,0r0,178","w":97},"\u00ef":{"d":"102,-197r-45,0r0,-51r45,0r0,51xm40,-197r-44,0r0,-51r44,0r0,51xm81,0r-64,0r0,-178r64,0r0,178","w":97},"\u00f1":{"d":"180,0r-64,0r0,-108v0,-22,-25,-22,-36,-7r0,115r-64,0r0,-178r57,0r4,24v29,-41,103,-39,103,28r0,126xm37,-201v4,-76,48,-52,85,-41v5,0,9,-3,12,-15r28,6v-4,73,-49,53,-86,41v-5,0,-8,3,-11,15","w":194},"\u00f3":{"d":"170,-239r-55,42r-40,0r18,-54xm182,-89v0,57,-38,93,-88,93v-50,0,-86,-36,-86,-93v0,-57,37,-93,87,-93v50,0,87,36,87,93xm121,-89v0,-26,-9,-41,-26,-41v-16,0,-26,15,-26,41v0,26,10,41,26,41v17,0,26,-15,26,-41","w":189},"\u00f2":{"d":"182,-89v0,57,-38,93,-88,93v-50,0,-86,-36,-86,-93v0,-57,37,-93,87,-93v50,0,87,36,87,93xm121,-89v0,-26,-9,-41,-26,-41v-16,0,-26,15,-26,41v0,26,10,41,26,41v17,0,26,-15,26,-41xm116,-197r-41,0r-55,-42r78,-12","w":189},"\u00f4":{"d":"182,-89v0,57,-38,93,-88,93v-50,0,-86,-36,-86,-93v0,-57,37,-93,87,-93v50,0,87,36,87,93xm121,-89v0,-26,-9,-41,-26,-41v-16,0,-26,15,-26,41v0,26,10,41,26,41v17,0,26,-15,26,-41xm160,-203r-38,8r-26,-21r-25,19r-41,0r37,-54r58,0","w":189},"\u00f6":{"d":"182,-89v0,57,-38,93,-88,93v-50,0,-86,-36,-86,-93v0,-57,37,-93,87,-93v50,0,87,36,87,93xm121,-89v0,-26,-9,-41,-26,-41v-16,0,-26,15,-26,41v0,26,10,41,26,41v17,0,26,-15,26,-41xm158,-197r-52,0r0,-51r52,0r0,51xm84,-197r-52,0r0,-51r52,0r0,51","w":189},"\u00f5":{"d":"182,-89v0,57,-38,93,-88,93v-50,0,-86,-36,-86,-93v0,-57,37,-93,87,-93v50,0,87,36,87,93xm121,-89v0,-26,-9,-41,-26,-41v-16,0,-26,15,-26,41v0,26,10,41,26,41v17,0,26,-15,26,-41xm33,-201v5,-76,48,-52,86,-41v5,0,8,-3,11,-15r28,6v-4,73,-48,53,-85,41v-5,0,-9,3,-12,15","w":189},"\u00fa":{"d":"179,0r-58,0r-4,-24v-29,42,-102,38,-102,-29r0,-125r64,0r0,107v-1,22,25,23,36,8r0,-115r64,0r0,178xm166,-239r-54,42r-41,0r18,-54","w":194},"\u00f9":{"d":"179,0r-58,0r-4,-24v-29,42,-102,38,-102,-29r0,-125r64,0r0,107v-1,22,25,23,36,8r0,-115r64,0r0,178xm123,-197r-41,0r-55,-42r78,-12","w":194},"\u00fb":{"d":"179,0r-58,0r-4,-24v-29,42,-102,38,-102,-29r0,-125r64,0r0,107v-1,22,25,23,36,8r0,-115r64,0r0,178xm162,-203r-38,8r-26,-21r-25,19r-40,0r36,-54r59,0","w":194},"\u00fc":{"d":"179,0r-58,0r-4,-24v-29,42,-102,38,-102,-29r0,-125r64,0r0,107v-1,22,25,23,36,8r0,-115r64,0r0,178xm161,-197r-52,0r0,-51r52,0r0,51xm86,-197r-51,0r0,-51r51,0r0,51","w":194},"\u00b0":{"d":"147,-180v0,38,-27,64,-65,64v-38,0,-65,-26,-65,-64v0,-37,27,-66,65,-66v38,0,65,29,65,66xm111,-180v0,-18,-11,-33,-29,-33v-18,0,-30,15,-30,33v0,19,12,32,30,32v18,0,29,-13,29,-32"},"\u00ae":{"d":"183,-169v0,50,-34,83,-82,83v-48,0,-82,-33,-82,-83v0,-50,34,-84,82,-84v48,0,82,34,82,84xm171,-169v0,-48,-31,-74,-70,-74v-39,0,-70,26,-70,74v0,47,31,74,70,74v39,0,70,-27,70,-74xm147,-130r-31,5r-18,-31r-4,0r0,30r-29,0r0,-92v35,-1,79,-3,76,30v0,12,-5,20,-15,25xm113,-186v0,-10,-8,-13,-19,-12r0,24v11,1,19,-2,19,-12","w":202},"\u00a9":{"d":"268,-125v0,77,-51,130,-124,130v-74,0,-125,-52,-125,-129v0,-77,52,-129,125,-129v74,0,124,51,124,128xm252,-124v0,-75,-47,-116,-108,-116v-62,0,-109,41,-109,116v0,75,48,116,109,116v62,0,108,-41,108,-116xm198,-62v-54,27,-122,-2,-122,-63v0,-60,65,-88,119,-65r-6,40v-26,-20,-63,-12,-63,24v0,37,36,45,66,27","w":287},"\u2122":{"d":"284,-124r-40,0r-4,-74r-18,75r-37,0r-18,-75r-4,74r-33,0r9,-124r51,0r18,76r19,-76r48,0xm123,-218r-39,0r0,94r-39,0r0,-94r-36,0r0,-30r109,0","w":294},"\u2260":{"d":"189,-76v0,48,-34,81,-92,81v-35,0,-63,-8,-86,-19r8,-54v20,10,45,17,66,17v24,0,36,-9,36,-26v0,-24,-37,-27,-69,-25r-7,-40r55,-46r-77,0r-9,-55r169,0r0,51r-58,47v38,8,64,26,64,69","w":200,"k":{"\u2044":-11,"9":2,"7":3,"\/":3}},"\u221e":{"d":"170,0r-58,0r-4,-22v-27,36,-100,38,-100,-24v0,-42,32,-59,97,-68v-3,-34,-55,-17,-79,-7r-8,-47v51,-20,152,-27,152,51r0,117xm106,-49r0,-37v-26,6,-35,17,-35,31v0,21,23,17,35,6","w":183,"k":{"y":3,"w":3,"v":3,"?":13}},"\u00b1":{"d":"217,-46r-32,0r0,46r-67,0r0,-46r-110,0r0,-47r98,-152r61,14r-91,138r43,0r0,-49r66,-14r0,62r32,0r0,48","w":222,"k":{"\u2044":-10,"9":6,"7":11,"1":8}},"\u2264":{"d":"300,0r-71,0r0,-150r-41,151r-66,0r-41,-151r0,150r-62,0r0,-248r101,0r41,155r41,-155r98,0r0,248","w":318},"\u2265":{"d":"167,-22v-54,40,-148,39,-148,-55r0,-171r74,0r0,160v1,38,41,32,66,13r0,-173r74,0r0,248r-63,0","w":252},"\u00b5":{"d":"149,-39r-46,-48r-47,47r-35,-35r47,-46r-47,-47r36,-36r46,47r47,-47r35,36r-47,46r47,47","w":205},"\u2202":{"d":"263,-61r-12,66r-40,-32v-74,66,-200,16,-200,-97v0,-77,48,-129,121,-129v95,0,141,90,111,178xm179,-121v5,-41,-16,-76,-47,-76v-31,0,-48,29,-48,74v0,61,42,93,79,59r-53,-41","w":268,"k":{"\u2211":10,"\u00c6":10,"Y":16,"X":4,"W":8,"V":10,"T":16,"S":1,"J":10,"A":10,"?":5,")":8}},"\u2211":{"d":"361,-248r-77,249r-76,0r-27,-88r-32,88r-73,0r-74,-241r79,-11r44,157r29,-80r-20,-66r78,-12r37,158r39,-154r73,0","w":362,"k":{"\u2248":6,"\u221a":6,"\u03a9":6,"\u222b":28,"\u2202":13,"\u221e":28,"\u00df":6,"\u0153":29,"\u00e6":28,"\u0152":13,"\u00c6":32,"\u2014":19,"\u00bb":13,"\u2013":19,"\ufb02":6,"\ufb01":6,"\u203a":13,"\u2039":28,"\u00ab":28,"z":19,"y":16,"x":23,"w":16,"v":16,"u":18,"t":10,"s":26,"r":18,"q":28,"p":18,"o":29,"n":18,"m":18,"j":10,"i":10,"g":23,"f":6,"e":29,"d":28,"c":29,"a":28,"Z":5,"X":6,"S":8,"Q":13,"O":13,"M":8,"J":27,"G":13,"C":13,"A":32,";":13,":":13,"\/":46,".":32,"-":19,",":32,"&":13}},"\u220f":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u03c0":{"d":"268,-125v0,77,-51,130,-124,130v-74,0,-125,-52,-125,-129v0,-77,52,-129,125,-129v74,0,124,51,124,128xm252,-124v0,-75,-47,-116,-108,-116v-62,0,-109,41,-109,116v0,75,48,116,109,116v62,0,108,-41,108,-116xm211,-147v0,36,-29,55,-71,52r0,41r-47,0r0,-142v55,-1,118,-5,118,49xm167,-146v0,-15,-11,-21,-28,-19r0,39v17,1,28,-4,28,-20","w":287},"\u222b":{"d":"180,-14v10,83,-98,93,-159,67r9,-46v32,17,93,24,86,-31v-40,41,-107,21,-107,-63v0,-99,99,-106,171,-80r0,153xm116,-68r0,-59v-24,-8,-42,-1,-43,36v0,39,24,41,43,23","w":195,"k":{"?":10,"\/":-13}},"\u03a9":{"d":"260,-207v-22,-5,-49,-1,-42,29r31,0r8,51r-39,0r0,127r-64,0r0,-127r-24,0r0,-51r24,0v-7,-65,38,-88,98,-76xm132,-207v-22,-6,-48,-1,-41,29r31,0r8,51r-39,0r0,127r-64,0r0,-127r-24,0r0,-51r24,0v-7,-65,38,-88,98,-76","w":254,"k":{"\u25ca":-14,"\u2248":-6,"\u221a":-6,"\u03a9":-6,"\u222b":1,"\u221e":5,"\u2122":-14,"\u00ae":-6,"\u00df":-6,"\u0153":1,"\u00e6":5,"\u201d":-13,"\ufb02":-6,"\ufb01":-6,"\u2039":6,"\u00ab":6,"\u201c":-10,"}":-6,"z":1,"x":3,"t":-3,"s":1,"q":1,"o":1,"f":-6,"e":1,"d":1,"c":1,"a":5,"\u2018":-10,"]":-6,"?":-10,"\/":10,".":10,",":10,"*":-6,")":-6,"\u2019":-13}},"\u00ac":{"d":"186,-95r-167,0r0,-53r167,0r0,53","w":205},"\u221a":{"d":"336,0r-64,0r0,-250r64,-10r0,260xm260,-207v-22,-5,-49,-1,-42,29r31,0r8,51r-39,0r0,127r-64,0r0,-127r-24,0r0,-51r24,0v-7,-65,38,-88,98,-76xm132,-207v-22,-6,-48,-1,-41,29r31,0r8,51r-39,0r0,127r-64,0r0,-127r-24,0r0,-51r24,0v-7,-65,38,-88,98,-76","w":352},"\u2248":{"d":"339,-230v0,21,-15,33,-35,33v-20,0,-36,-12,-36,-33v0,-21,16,-33,36,-33v20,0,35,12,35,33xm260,-207v-22,-5,-49,-1,-42,29r31,0r8,51r-39,0r0,127r-64,0r0,-127r-24,0r0,-51r24,0v-7,-65,38,-88,98,-76xm132,-207v-22,-6,-48,-1,-41,29r31,0r8,51r-39,0r0,127r-64,0r0,-127r-24,0r0,-51r24,0v-7,-65,38,-88,98,-76xm336,0r-64,0r0,-178r64,0r0,178","w":352},"\u0394":{"d":"9,72r0,-360r162,0r0,360r-162,0","w":180},"\u00a0":{"w":36},"\u00c0":{"d":"253,-9r-75,12r-14,-45r-78,0r-13,42r-71,0r86,-249r82,0xm148,-98r-23,-78r-23,78r46,0xm150,-266r-41,0r-55,-42r78,-12","w":254},"\u00c3":{"d":"253,-9r-75,12r-14,-45r-78,0r-13,42r-71,0r86,-249r82,0xm148,-98r-23,-78r-23,78r46,0xm65,-270v4,-74,49,-52,85,-41v5,0,9,-3,12,-15r28,7v-5,74,-48,52,-86,40v-5,0,-8,3,-11,15","w":254},"\u00d5":{"d":"252,-125v0,77,-48,130,-121,130v-72,0,-120,-52,-120,-129v0,-77,48,-129,121,-129v73,0,120,51,120,128xm179,-124v0,-45,-18,-73,-48,-73v-30,0,-47,28,-47,73v0,45,17,73,47,73v30,0,48,-28,48,-73xm69,-273v4,-76,48,-52,85,-41v5,0,9,-3,12,-15r28,6v-4,73,-49,53,-86,41v-5,0,-8,3,-11,15","w":262},"\u00f7":{"d":"130,-171r-54,0r0,-50r54,0r0,50xm186,-98r-167,0r0,-48r167,0r0,48xm130,-22r-54,0r0,-51r54,0r0,51","w":205},"\u25ca":{"d":"284,-124r-40,0r-4,-74r-18,75r-37,0r-18,-75r-4,74r-33,0r9,-124r51,0r18,76r19,-76r48,0xm79,-159v-9,-17,-62,-24,-52,-53v-2,-41,54,-45,81,-29r-4,31v-14,-8,-26,-11,-35,-11v-12,5,-11,12,6,18v27,10,39,20,39,41v1,47,-58,46,-90,29r6,-31v17,9,40,20,49,5","w":294},"\u00ff":{"d":"161,-197r-52,0r0,-51r52,0r0,51xm87,-197r-52,0r0,-51r52,0r0,51xm66,0r-65,-173r70,-8r29,100r26,-97r61,0r-60,177v-18,57,-51,74,-106,64r-8,-50v17,5,45,6,53,-13","w":187},"\u0178":{"d":"248,-248r-89,159r0,89r-74,0r0,-87r-85,-154r79,-10r47,95r46,-92r76,0xm189,-262r-52,0r0,-52r52,0r0,52xm115,-262r-52,0r0,-52r52,0r0,52","w":247},"\u00c2":{"d":"253,-9r-75,12r-14,-45r-78,0r-13,42r-71,0r86,-249r82,0xm148,-98r-23,-78r-23,78r46,0xm192,-268r-38,7r-26,-21r-25,20r-40,0r36,-54r59,0","w":254},"\u00ca":{"d":"186,0r-167,0r0,-248r164,0r0,57r-92,0r0,34r70,0r9,59r-79,0r0,41r95,0r0,57xm166,-271r-38,7r-26,-21r-25,19r-41,0r37,-54r58,0","w":197},"\u00c1":{"d":"202,-308r-55,42r-40,0r17,-54xm253,-9r-75,12r-14,-45r-78,0r-13,42r-71,0r86,-249r82,0xm148,-98r-23,-78r-23,78r46,0","w":254},"\u00cb":{"d":"186,0r-167,0r0,-248r164,0r0,57r-92,0r0,34r70,0r9,59r-79,0r0,41r95,0r0,57xm164,-266r-52,0r0,-51r52,0r0,51xm90,-266r-52,0r0,-51r52,0r0,51","w":197},"\u00c8":{"d":"186,0r-167,0r0,-248r164,0r0,57r-92,0r0,34r70,0r9,59r-79,0r0,41r95,0r0,57xm133,-266r-42,0r-55,-42r79,-12","w":197},"\u00cd":{"d":"130,-308r-55,42r-40,0r17,-54xm94,0r-73,0r0,-248r73,0r0,248","w":114},"\u00ce":{"d":"94,0r-73,0r0,-248r73,0r0,248xm122,-268r-38,7r-26,-21r-25,20r-40,0r37,-54r58,0","w":114},"\u00cf":{"d":"94,0r-73,0r0,-248r73,0r0,248xm121,-266r-52,0r0,-51r52,0r0,51xm46,-266r-51,0r0,-51r51,0r0,51","w":114},"\u00cc":{"d":"94,0r-73,0r0,-248r73,0r0,248xm81,-266r-41,0r-55,-42r78,-12","w":114},"\u00d3":{"d":"205,-311r-55,42r-40,0r18,-54xm252,-125v0,77,-48,130,-121,130v-72,0,-120,-52,-120,-129v0,-77,48,-129,121,-129v73,0,120,51,120,128xm179,-124v0,-45,-18,-73,-48,-73v-30,0,-47,28,-47,73v0,45,17,73,47,73v30,0,48,-28,48,-73","w":262},"\u00d4":{"d":"252,-125v0,77,-48,130,-121,130v-72,0,-120,-52,-120,-129v0,-77,48,-129,121,-129v73,0,120,51,120,128xm179,-124v0,-45,-18,-73,-48,-73v-30,0,-47,28,-47,73v0,45,17,73,47,73v30,0,48,-28,48,-73xm196,-273r-38,8r-26,-21r-25,19r-40,0r36,-54r59,0","w":262},"\uf8ff":{"d":"232,72r-75,0r-3,-5r-59,0r-2,5r-75,0r0,-109v17,0,14,-23,0,-23r0,-200r36,0r11,-28r120,0r10,28r37,0r0,332xm144,-203r0,62r5,0r0,-28v5,-1,16,3,14,-5r-14,0r0,-24v6,-1,18,4,16,-5r-21,0xm66,-203r0,62r6,0r0,-28r17,0r0,28r5,0r0,-62r-5,0r0,29r-17,0r0,-29r-6,0xm166,-148v-1,6,2,8,7,8v20,-3,8,-43,11,-63r-5,0r0,50v0,10,-8,9,-13,5xm191,-116v-6,0,-2,11,-3,16v5,-2,6,-11,11,0r4,0v-6,-5,-8,-11,-1,-16v-6,0,-7,6,-11,8r0,-8xm171,-100v2,-12,6,2,12,0v-9,-6,8,-18,-15,-16r0,16r3,0xm153,-99v5,0,9,-4,9,-9v0,-4,-4,-9,-9,-9v-10,0,-11,18,0,18xm141,-116v-7,1,-8,13,-12,0r-4,0v3,5,8,7,7,16v6,-1,4,-12,9,-16xm69,-116r0,16v4,-1,12,2,12,-2v-5,0,-11,2,-9,-5v3,-1,9,2,8,-2v-4,0,-10,1,-8,-5v3,-1,9,2,9,-2r-12,0xm50,-116v-4,1,-4,15,0,16r0,-11v4,3,5,11,12,11r0,-16v-6,-1,-2,7,-3,11xm87,-116v3,5,1,16,8,17r4,-13v3,4,0,13,7,13r5,-17v-6,0,-4,8,-7,12v-2,-4,-1,-11,-6,-12v-2,4,-2,10,-5,12v-2,-4,0,-12,-6,-12xm118,-172v-5,-7,-8,-16,0,-19v8,2,6,14,0,19xm116,-166v3,6,11,18,1,21v-9,-1,-7,-16,-1,-21xm179,-111v0,4,-4,3,-8,3v0,-4,-1,-7,4,-6v2,0,4,1,4,3xm159,-108v0,8,-11,7,-11,0v0,-3,2,-6,5,-6v3,0,6,3,6,6xm126,-158r-6,-11v10,-6,12,-24,-2,-26v-13,2,-12,17,-5,25v-23,15,5,43,13,22v3,4,5,11,9,5v-7,-7,-5,-14,-1,-24v-7,-3,-6,5,-8,9","w":249},"\u00d2":{"d":"252,-125v0,77,-48,130,-121,130v-72,0,-120,-52,-120,-129v0,-77,48,-129,121,-129v73,0,120,51,120,128xm179,-124v0,-45,-18,-73,-48,-73v-30,0,-47,28,-47,73v0,45,17,73,47,73v30,0,48,-28,48,-73xm153,-269r-41,0r-55,-42r78,-12","w":262},"\u00da":{"d":"195,-303r-54,42r-41,0r18,-54xm231,-100v0,72,-48,104,-108,104v-61,0,-106,-31,-106,-104r0,-148r73,0r0,149v0,27,13,42,34,42v22,0,33,-15,33,-41r0,-150r74,0r0,148","w":247},"\u00db":{"d":"231,-100v0,72,-48,104,-108,104v-61,0,-106,-31,-106,-104r0,-148r73,0r0,149v0,27,13,42,34,42v22,0,33,-15,33,-41r0,-150r74,0r0,148xm188,-268r-38,7r-26,-21r-25,20r-40,0r36,-54r59,0","w":247},"\u00d9":{"d":"231,-100v0,72,-48,104,-108,104v-61,0,-106,-31,-106,-104r0,-148r73,0r0,149v0,27,13,42,34,42v22,0,33,-15,33,-41r0,-150r74,0r0,148xm148,-261r-42,0r-55,-42r79,-12","w":247}}});



/*** clearingInput: a jQuery plugin ***/

(function($){$.extend($.fn,{clearingInput:function(options){var defaults={blurClass:'blur'};options=$.extend(defaults,options);return this.each(function(){var input=$(this).addClass(options.blurClass);var form=input.parents('form:first');var label,text;text=options.text||textFromLabel()||input.val();if(text){input.val(text);input.blur(function(){if(input.val()===''){input.val(text).addClass(options.blurClass);}}).focus(function(){if(input.val()===text){input.val('');}
input.removeClass(options.blurClass);});form.submit(function(){if(input.hasClass(options.blurClass)){input.val('');}});input.blur();}
function textFromLabel(){label=form.find('label[for='+input.attr('id')+']');return label?label.css({position:'absolute',left:'-9999px'}).text():'';}});}});})(jQuery);


/** Cycle Lite **/

;(function($){var ver="2.71";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}if(opts2.timeout||opts2.continuous){this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev);},opts2.continuous?10:opts2.timeout+(opts2.delay||0));}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"stop":cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;if(arg2===true){options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,1);}return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.rev);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth;}if(!h){h=e.offsetHeight;}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}while((opts.timeout-opts.speed)<250){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}log("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false;}if(opts.busy){return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after);}else{$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}}}opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}if(opts.pager){$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(curr,next,opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).find("a").removeClass("activeSlide").filter("a:eq("+currSlide+")").addClass("activeSlide");};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}if($.isFunction(opts.prevNextClick)){opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone);});$a=$(arr);}else{$a.appendTo($p);}}$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if($.isFunction(opts.pagerClick)){opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);return false;});if(opts.pagerEvent!="click"){$a.click(function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);


/** Fitted **/

if(typeof jQuery!='undefined'){jQuery(function($){$.fn.extend({fitted:function(options){var settings=$.extend({},$.fn.fitted.defaults,options);return this.each(function(){if($.fn.jquery<'1.2.6'){return;}
var $t=$(this);var o=$.metadata?$.extend({},settings,$t.metadata()):settings;if($t.find(':has(a)')){var $a=$t.find('a:first');var href=$a.attr('href');var title=$a.attr('title');$t.addClass(o['class']['container']).hover(function(){$h=$(this);$h.addClass(o['class']['hover']);if(typeof o['title']!='undefined'&&o['title']===true&&title!=''){$h.attr('title',title);}
if(typeof o['status']!='undefined'&&o['status']===true){if($.browser.safari){window.status='Go to "'+href+'"';}
else{window.status=href;}}},function(){$h=$(this);if(typeof o['title']!='undefined'&&o['title']===true&&title!=''){$h.removeAttr('title');}
$h.removeClass(o['class']['hover']);window.status='';}).click(function(){if($a.is('[rel*=external]')){window.open($href);return false;}
else{window.location=href;}});}});}});$.fn.fitted.defaults={'class':{'container':'fitted','hover':'hovered'},'title':true,'status':false};});}

// ColorBox v1.3.15 - a full featured, light-weight, customizable lightbox based on jQuery 1.3+
// Copyright (c) 2010 Jack Moore - jack@colorpowered.com
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
(function(b,ib){var t="none",M="LoadedContent",c=false,v="resize.",o="y",q="auto",e=true,L="nofollow",m="x";function f(a,c){a=a?' id="'+i+a+'"':"";c=c?' style="'+c+'"':"";return b("<div"+a+c+"/>")}function p(a,b){b=b===m?n.width():n.height();return typeof a==="string"?Math.round(/%/.test(a)?b/100*parseInt(a,10):parseInt(a,10)):a}function U(b){return a.photo||/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i.test(b)}function cb(a){for(var c in a)if(b.isFunction(a[c])&&c.substring(0,2)!=="on")a[c]=a[c].call(l);a.rel=a.rel||l.rel||L;a.href=a.href||b(l).attr("href");a.title=a.title||l.title;return a}function w(c,a){a&&a.call(l);b.event.trigger(c)}function jb(){var b,e=i+"Slideshow_",c="click."+i,f,k;if(a.slideshow&&h[1]){f=function(){F.text(a.slideshowStop).unbind(c).bind(V,function(){if(g<h.length-1||a.loop)b=setTimeout(d.next,a.slideshowSpeed)}).bind(W,function(){clearTimeout(b)}).one(c+" "+N,k);j.removeClass(e+"off").addClass(e+"on");b=setTimeout(d.next,a.slideshowSpeed)};k=function(){clearTimeout(b);F.text(a.slideshowStart).unbind([V,W,N,c].join(" ")).one(c,f);j.removeClass(e+"on").addClass(e+"off")};a.slideshowAuto?f():k()}}function db(c){if(!O){l=c;a=cb(b.extend({},b.data(l,r)));h=b(l);g=0;if(a.rel!==L){h=b("."+G).filter(function(){return (b.data(this,r).rel||this.rel)===a.rel});g=h.index(l);if(g===-1){h=h.add(l);g=h.length-1}}if(!u){u=D=e;j.show();if(a.returnFocus)try{l.blur();b(l).one(eb,function(){try{this.focus()}catch(a){}})}catch(f){}x.css({opacity:+a.opacity,cursor:a.overlayClose?"pointer":q}).show();a.w=p(a.initialWidth,m);a.h=p(a.initialHeight,o);d.position(0);X&&n.bind(v+P+" scroll."+P,function(){x.css({width:n.width(),height:n.height(),top:n.scrollTop(),left:n.scrollLeft()})}).trigger("scroll."+P);w(fb,a.onOpen);Y.add(H).add(I).add(F).add(Z).hide();ab.html(a.close).show()}d.load(e)}}var gb={transition:"elastic",speed:300,width:c,initialWidth:"600",innerWidth:c,maxWidth:c,height:c,initialHeight:"450",innerHeight:c,maxHeight:c,scalePhotos:e,scrolling:e,inline:c,html:c,iframe:c,photo:c,href:c,title:c,rel:c,opacity:.9,preloading:e,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:c,returnFocus:e,loop:e,slideshow:c,slideshowAuto:e,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:c,onLoad:c,onComplete:c,onCleanup:c,onClosed:c,overlayClose:e,escKey:e,arrowKey:e},r="colorbox",i="cbox",fb=i+"_open",W=i+"_load",V=i+"_complete",N=i+"_cleanup",eb=i+"_closed",Q=i+"_purge",hb=i+"_loaded",E=b.browser.msie&&!b.support.opacity,X=E&&b.browser.version<7,P=i+"_IE6",x,j,A,s,bb,T,R,S,h,n,k,J,K,Z,Y,F,I,H,ab,B,C,y,z,l,g,a,u,D,O=c,d,G=i+"Element";d=b.fn[r]=b[r]=function(c,f){var a=this,d;if(!a[0]&&a.selector)return a;c=c||{};if(f)c.onComplete=f;if(!a[0]||a.selector===undefined){a=b("<a/>");c.open=e}a.each(function(){b.data(this,r,b.extend({},b.data(this,r)||gb,c));b(this).addClass(G)});d=c.open;if(b.isFunction(d))d=d.call(a);d&&db(a[0]);return a};d.init=function(){var l="hover",m="clear:left";n=b(ib);j=f().attr({id:r,"class":E?i+"IE":""});x=f("Overlay",X?"position:absolute":"").hide();A=f("Wrapper");s=f("Content").append(k=f(M,"width:0; height:0; overflow:hidden"),K=f("LoadingOverlay").add(f("LoadingGraphic")),Z=f("Title"),Y=f("Current"),I=f("Next"),H=f("Previous"),F=f("Slideshow").bind(fb,jb),ab=f("Close"));A.append(f().append(f("TopLeft"),bb=f("TopCenter"),f("TopRight")),f(c,m).append(T=f("MiddleLeft"),s,R=f("MiddleRight")),f(c,m).append(f("BottomLeft"),S=f("BottomCenter"),f("BottomRight"))).children().children().css({"float":"left"});J=f(c,"position:absolute; width:9999px; visibility:hidden; display:none");b("body").prepend(x,j.append(A,J));s.children().hover(function(){b(this).addClass(l)},function(){b(this).removeClass(l)}).addClass(l);B=bb.height()+S.height()+s.outerHeight(e)-s.height();C=T.width()+R.width()+s.outerWidth(e)-s.width();y=k.outerHeight(e);z=k.outerWidth(e);j.css({"padding-bottom":B,"padding-right":C}).hide();I.click(d.next);H.click(d.prev);ab.click(d.close);s.children().removeClass(l);b("."+G).live("click",function(a){if(!(a.button!==0&&typeof a.button!=="undefined"||a.ctrlKey||a.shiftKey||a.altKey)){a.preventDefault();db(this)}});x.click(function(){a.overlayClose&&d.close()});b(document).bind("keydown",function(b){if(u&&a.escKey&&b.keyCode===27){b.preventDefault();d.close()}if(u&&a.arrowKey&&!D&&h[1])if(b.keyCode===37&&(g||a.loop)){b.preventDefault();H.click()}else if(b.keyCode===39&&(g<h.length-1||a.loop)){b.preventDefault();I.click()}})};d.remove=function(){j.add(x).remove();b("."+G).die("click").removeData(r).removeClass(G)};d.position=function(f,d){function b(a){bb[0].style.width=S[0].style.width=s[0].style.width=a.style.width;K[0].style.height=K[1].style.height=s[0].style.height=T[0].style.height=R[0].style.height=a.style.height}var e,h=Math.max(document.documentElement.clientHeight-a.h-y-B,0)/2+n.scrollTop(),g=Math.max(n.width()-a.w-z-C,0)/2+n.scrollLeft();e=j.width()===a.w+z&&j.height()===a.h+y?0:f;A[0].style.width=A[0].style.height="9999px";j.dequeue().animate({width:a.w+z,height:a.h+y,top:h,left:g},{duration:e,complete:function(){b(this);D=c;A[0].style.width=a.w+z+C+"px";A[0].style.height=a.h+y+B+"px";d&&d()},step:function(){b(this)}})};d.resize=function(b){if(u){b=b||{};if(b.width)a.w=p(b.width,m)-z-C;if(b.innerWidth)a.w=p(b.innerWidth,m);k.css({width:a.w});if(b.height)a.h=p(b.height,o)-y-B;if(b.innerHeight)a.h=p(b.innerHeight,o);if(!b.innerHeight&&!b.height){b=k.wrapInner("<div style='overflow:auto'></div>").children();a.h=b.height();b.replaceWith(b.children())}k.css({height:a.h});d.position(a.transition===t?0:a.speed)}};d.prep=function(m){var c="hidden";function l(s){var p,f,m,c,l=h.length,q=a.loop;d.position(s,function(){function s(){E&&j[0].style.removeAttribute("filter")}if(u){E&&o&&k.fadeIn(100);k.show();w(hb);Z.show().html(a.title);if(l>1){typeof a.current==="string"&&Y.html(a.current.replace(/\{current\}/,g+1).replace(/\{total\}/,l)).show();I[q||g<l-1?"show":"hide"]().html(a.next);H[q||g?"show":"hide"]().html(a.previous);p=g?h[g-1]:h[l-1];m=g<l-1?h[g+1]:h[0];a.slideshow&&F.show();if(a.preloading){c=b.data(m,r).href||m.href;f=b.data(p,r).href||p.href;c=b.isFunction(c)?c.call(m):c;f=b.isFunction(f)?f.call(p):f;if(U(c))b("<img/>")[0].src=c;if(U(f))b("<img/>")[0].src=f}}K.hide();a.transition==="fade"?j.fadeTo(e,1,function(){s()}):s();n.bind(v+i,function(){d.position(0)});w(V,a.onComplete)}})}if(u){var o,e=a.transition===t?0:a.speed;n.unbind(v+i);k.remove();k=f(M).html(m);k.hide().appendTo(J.show()).css({width:function(){a.w=a.w||k.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}(),overflow:a.scrolling?q:c}).css({height:function(){a.h=a.h||k.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}()}).prependTo(s);J.hide();b("#"+i+"Photo").css({cssFloat:t,marginLeft:q,marginRight:q});X&&b("select").not(j.find("select")).filter(function(){return this.style.visibility!==c}).css({visibility:c}).one(N,function(){this.style.visibility="inherit"});a.transition==="fade"?j.fadeTo(e,0,function(){l(0)}):l(e)}};d.load=function(u){var n,c,s,q=d.prep;D=e;l=h[g];u||(a=cb(b.extend({},b.data(l,r))));w(Q);w(W,a.onLoad);a.h=a.height?p(a.height,o)-y-B:a.innerHeight&&p(a.innerHeight,o);a.w=a.width?p(a.width,m)-z-C:a.innerWidth&&p(a.innerWidth,m);a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=p(a.maxWidth,m)-z-C;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=p(a.maxHeight,o)-y-B;a.mh=a.h&&a.h<a.mh?a.h:a.mh}n=a.href;K.show();if(a.inline){f().hide().insertBefore(b(n)[0]).one(Q,function(){b(this).replaceWith(k.children())});q(b(n))}else if(a.iframe){j.one(hb,function(){var c=b("<iframe frameborder='0' style='width:100%; height:100%; border:0; display:block'/>")[0];c.name=i+ +new Date;c.src=a.href;if(!a.scrolling)c.scrolling="no";if(E)c.allowtransparency="true";b(c).appendTo(k).one(Q,function(){c.src="//about:blank"})});q(" ")}else if(a.html)q(a.html);else if(U(n)){c=new Image;c.onload=function(){var e;c.onload=null;c.id=i+"Photo";b(c).css({border:t,display:"block",cssFloat:"left"});if(a.scalePhotos){s=function(){c.height-=c.height*e;c.width-=c.width*e};if(a.mw&&c.width>a.mw){e=(c.width-a.mw)/c.width;s()}if(a.mh&&c.height>a.mh){e=(c.height-a.mh)/c.height;s()}}if(a.h)c.style.marginTop=Math.max(a.h-c.height,0)/2+"px";h[1]&&(g<h.length-1||a.loop)&&b(c).css({cursor:"pointer"}).click(d.next);if(E)c.style.msInterpolationMode="bicubic";setTimeout(function(){q(c)},1)};setTimeout(function(){c.src=n},1)}else n&&J.load(n,function(d,c,a){q(c==="error"?"Request unsuccessful: "+a.statusText:b(this).children())})};d.next=function(){if(!D){g=g<h.length-1?g+1:0;d.load()}};d.prev=function(){if(!D){g=g?g-1:h.length-1;d.load()}};d.close=function(){if(u&&!O){O=e;u=c;w(N,a.onCleanup);n.unbind("."+i+" ."+P);x.fadeTo("fast",0);j.stop().fadeTo("fast",0,function(){w(Q);k.remove();j.add(x).css({opacity:1,cursor:q}).hide();setTimeout(function(){O=c;w(eb,a.onClosed)},1)})}};d.element=function(){return b(l)};d.settings=gb;b(d.init)})(jQuery,this);


/**
 * Cookie plugin
 *
 * Copyright (c) 2006 Klaus Hartl (stilbuero.de)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 */

jQuery.cookie = function(name, value, options) {
    if (typeof value != 'undefined') { // name and value given, set cookie
        options = options || {};
        if (value === null) {
            value = '';
            options.expires = -1;
        }
        var expires = '';
        if (options.expires && (typeof options.expires == 'number' || options.expires.toUTCString)) {
            var date;
            if (typeof options.expires == 'number') {
                date = new Date();
                date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000));
            } else {
                date = options.expires;
            }
            expires = '; expires=' + date.toUTCString(); // use expires attribute, max-age is not supported by IE
        }
        // CAUTION: Needed to parenthesize options.path and options.domain
        // in the following expressions, otherwise they evaluate to undefined
        // in the packed version for some reason...
        var path = options.path ? '; path=' + (options.path) : '';
        var domain = options.domain ? '; domain=' + (options.domain) : '';
        var secure = options.secure ? '; secure' : '';
        document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');
    } else { // only name given, get cookie
        var cookieValue = null;
        if (document.cookie && document.cookie != '') {
            var cookies = document.cookie.split(';');
            for (var i = 0; i < cookies.length; i++) {
                var cookie = jQuery.trim(cookies[i]);
                // Does this cookie string begin with the name we want?
                if (cookie.substring(0, name.length + 1) == (name + '=')) {
                    cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
                    break;
                }
            }
        }
        return cookieValue;
    }
};


/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 0,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);


// Modernizr v1.7  www.modernizr.com
window.Modernizr=function(a,b,c){function G(){e.input=function(a){for(var b=0,c=a.length;b<c;b++)t[a[b]]=!!(a[b]in l);return t}("autocomplete autofocus list placeholder max min multiple pattern required step".split(" ")),e.inputtypes=function(a){for(var d=0,e,f,h,i=a.length;d<i;d++)l.setAttribute("type",f=a[d]),e=l.type!=="text",e&&(l.value=m,l.style.cssText="position:absolute;visibility:hidden;",/^range$/.test(f)&&l.style.WebkitAppearance!==c?(g.appendChild(l),h=b.defaultView,e=h.getComputedStyle&&h.getComputedStyle(l,null).WebkitAppearance!=="textfield"&&l.offsetHeight!==0,g.removeChild(l)):/^(search|tel)$/.test(f)||(/^(url|email)$/.test(f)?e=l.checkValidity&&l.checkValidity()===!1:/^color$/.test(f)?(g.appendChild(l),g.offsetWidth,e=l.value!=m,g.removeChild(l)):e=l.value!=m)),s[a[d]]=!!e;return s}("search tel url email datetime date month week time datetime-local number range color".split(" "))}function F(a,b){var c=a.charAt(0).toUpperCase()+a.substr(1),d=(a+" "+p.join(c+" ")+c).split(" ");return!!E(d,b)}function E(a,b){for(var d in a)if(k[a[d]]!==c&&(!b||b(a[d],j)))return!0}function D(a,b){return(""+a).indexOf(b)!==-1}function C(a,b){return typeof a===b}function B(a,b){return A(o.join(a+";")+(b||""))}function A(a){k.cssText=a}var d="1.7",e={},f=!0,g=b.documentElement,h=b.head||b.getElementsByTagName("head")[0],i="modernizr",j=b.createElement(i),k=j.style,l=b.createElement("input"),m=":)",n=Object.prototype.toString,o=" -webkit- -moz- -o- -ms- -khtml- ".split(" "),p="Webkit Moz O ms Khtml".split(" "),q={svg:"http://www.w3.org/2000/svg"},r={},s={},t={},u=[],v,w=function(a){var c=b.createElement("style"),d=b.createElement("div"),e;c.textContent=a+"{#modernizr{height:3px}}",h.appendChild(c),d.id="modernizr",g.appendChild(d),e=d.offsetHeight===3,c.parentNode.removeChild(c),d.parentNode.removeChild(d);return!!e},x=function(){function d(d,e){e=e||b.createElement(a[d]||"div");var f=(d="on"+d)in e;f||(e.setAttribute||(e=b.createElement("div")),e.setAttribute&&e.removeAttribute&&(e.setAttribute(d,""),f=C(e[d],"function"),C(e[d],c)||(e[d]=c),e.removeAttribute(d))),e=null;return f}var a={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return d}(),y=({}).hasOwnProperty,z;C(y,c)||C(y.call,c)?z=function(a,b){return b in a&&C(a.constructor.prototype[b],c)}:z=function(a,b){return y.call(a,b)},r.flexbox=function(){function c(a,b,c,d){a.style.cssText=o.join(b+":"+c+";")+(d||"")}function a(a,b,c,d){b+=":",a.style.cssText=(b+o.join(c+";"+b)).slice(0,-b.length)+(d||"")}var d=b.createElement("div"),e=b.createElement("div");a(d,"display","box","width:42px;padding:0;"),c(e,"box-flex","1","width:10px;"),d.appendChild(e),g.appendChild(d);var f=e.offsetWidth===42;d.removeChild(e),g.removeChild(d);return f},r.canvas=function(){var a=b.createElement("canvas");return a.getContext&&a.getContext("2d")},r.canvastext=function(){return e.canvas&&C(b.createElement("canvas").getContext("2d").fillText,"function")},r.webgl=function(){return!!a.WebGLRenderingContext},r.touch=function(){return"ontouchstart"in a||w("@media ("+o.join("touch-enabled),(")+"modernizr)")},r.geolocation=function(){return!!navigator.geolocation},r.postmessage=function(){return!!a.postMessage},r.websqldatabase=function(){var b=!!a.openDatabase;return b},r.indexedDB=function(){for(var b=-1,c=p.length;++b<c;){var d=p[b].toLowerCase();if(a[d+"_indexedDB"]||a[d+"IndexedDB"])return!0}return!1},r.hashchange=function(){return x("hashchange",a)&&(b.documentMode===c||b.documentMode>7)},r.history=function(){return !!(a.history&&history.pushState)},r.draganddrop=function(){return x("dragstart")&&x("drop")},r.websockets=function(){return"WebSocket"in a},r.rgba=function(){A("background-color:rgba(150,255,150,.5)");return D(k.backgroundColor,"rgba")},r.hsla=function(){A("background-color:hsla(120,40%,100%,.5)");return D(k.backgroundColor,"rgba")||D(k.backgroundColor,"hsla")},r.multiplebgs=function(){A("background:url(//:),url(//:),red url(//:)");return(new RegExp("(url\\s*\\(.*?){3}")).test(k.background)},r.backgroundsize=function(){return F("backgroundSize")},r.borderimage=function(){return F("borderImage")},r.borderradius=function(){return F("borderRadius","",function(a){return D(a,"orderRadius")})},r.boxshadow=function(){return F("boxShadow")},r.textshadow=function(){return b.createElement("div").style.textShadow===""},r.opacity=function(){B("opacity:.55");return/^0.55$/.test(k.opacity)},r.cssanimations=function(){return F("animationName")},r.csscolumns=function(){return F("columnCount")},r.cssgradients=function(){var a="background-image:",b="gradient(linear,left top,right bottom,from(#9f9),to(white));",c="linear-gradient(left top,#9f9, white);";A((a+o.join(b+a)+o.join(c+a)).slice(0,-a.length));return D(k.backgroundImage,"gradient")},r.cssreflections=function(){return F("boxReflect")},r.csstransforms=function(){return!!E(["transformProperty","WebkitTransform","MozTransform","OTransform","msTransform"])},r.csstransforms3d=function(){var a=!!E(["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"]);a&&"webkitPerspective"in g.style&&(a=w("@media ("+o.join("transform-3d),(")+"modernizr)"));return a},r.csstransitions=function(){return F("transitionProperty")},r.fontface=function(){var a,c,d=h||g,e=b.createElement("style"),f=b.implementation||{hasFeature:function(){return!1}};e.type="text/css",d.insertBefore(e,d.firstChild),a=e.sheet||e.styleSheet;var i=f.hasFeature("CSS2","")?function(b){if(!a||!b)return!1;var c=!1;try{a.insertRule(b,0),c=/src/i.test(a.cssRules[0].cssText),a.deleteRule(a.cssRules.length-1)}catch(d){}return c}:function(b){if(!a||!b)return!1;a.cssText=b;return a.cssText.length!==0&&/src/i.test(a.cssText)&&a.cssText.replace(/\r+|\n+/g,"").indexOf(b.split(" ")[0])===0};c=i('@font-face { font-family: "font"; src: url(data:,); }'),d.removeChild(e);return c},r.video=function(){var a=b.createElement("video"),c=!!a.canPlayType;if(c){c=new Boolean(c),c.ogg=a.canPlayType('video/ogg; codecs="theora"');var d='video/mp4; codecs="avc1.42E01E';c.h264=a.canPlayType(d+'"')||a.canPlayType(d+', mp4a.40.2"'),c.webm=a.canPlayType('video/webm; codecs="vp8, vorbis"')}return c},r.audio=function(){var a=b.createElement("audio"),c=!!a.canPlayType;c&&(c=new Boolean(c),c.ogg=a.canPlayType('audio/ogg; codecs="vorbis"'),c.mp3=a.canPlayType("audio/mpeg;"),c.wav=a.canPlayType('audio/wav; codecs="1"'),c.m4a=a.canPlayType("audio/x-m4a;")||a.canPlayType("audio/aac;"));return c},r.localstorage=function(){try{return!!localStorage.getItem}catch(a){return!1}},r.sessionstorage=function(){try{return!!sessionStorage.getItem}catch(a){return!1}},r.webWorkers=function(){return!!a.Worker},r.applicationcache=function(){return!!a.applicationCache},r.svg=function(){return!!b.createElementNS&&!!b.createElementNS(q.svg,"svg").createSVGRect},r.inlinesvg=function(){var a=b.createElement("div");a.innerHTML="<svg/>";return(a.firstChild&&a.firstChild.namespaceURI)==q.svg},r.smil=function(){return!!b.createElementNS&&/SVG/.test(n.call(b.createElementNS(q.svg,"animate")))},r.svgclippaths=function(){return!!b.createElementNS&&/SVG/.test(n.call(b.createElementNS(q.svg,"clipPath")))};for(var H in r)z(r,H)&&(v=H.toLowerCase(),e[v]=r[H](),u.push((e[v]?"":"no-")+v));e.input||G(),e.crosswindowmessaging=e.postmessage,e.historymanagement=e.history,e.addTest=function(a,b){a=a.toLowerCase();if(!e[a]){b=!!b(),g.className+=" "+(b?"":"no-")+a,e[a]=b;return e}},A(""),j=l=null,f&&a.attachEvent&&function(){var a=b.createElement("div");a.innerHTML="<elem></elem>";return a.childNodes.length!==1}()&&function(a,b){function p(a,b){var c=-1,d=a.length,e,f=[];while(++c<d)e=a[c],(b=e.media||b)!="screen"&&f.push(p(e.imports,b),e.cssText);return f.join("")}function o(a){var b=-1;while(++b<e)a.createElement(d[b])}var c="abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",d=c.split("|"),e=d.length,f=new RegExp("(^|\\s)("+c+")","gi"),g=new RegExp("<(/*)("+c+")","gi"),h=new RegExp("(^|[^\\n]*?\\s)("+c+")([^\\n]*)({[\\n\\w\\W]*?})","gi"),i=b.createDocumentFragment(),j=b.documentElement,k=j.firstChild,l=b.createElement("body"),m=b.createElement("style"),n;o(b),o(i),k.insertBefore(m,k.firstChild),m.media="print",a.attachEvent("onbeforeprint",function(){var a=-1,c=p(b.styleSheets,"all"),k=[],o;n=n||b.body;while((o=h.exec(c))!=null)k.push((o[1]+o[2]+o[3]).replace(f,"$1.iepp_$2")+o[4]);m.styleSheet.cssText=k.join("\n");while(++a<e){var q=b.getElementsByTagName(d[a]),r=q.length,s=-1;while(++s<r)q[s].className.indexOf("iepp_")<0&&(q[s].className+=" iepp_"+d[a])}i.appendChild(n),j.appendChild(l),l.className=n.className,l.innerHTML=n.innerHTML.replace(g,"<$1font")}),a.attachEvent("onafterprint",function(){l.innerHTML="",j.removeChild(l),j.appendChild(n),m.styleSheet.cssText=""})}(a,b),e._enableHTML5=f,e._version=d,g.className=g.className.replace(/\bno-js\b/,"")+" js "+u.join(" ");return e}(this,this.document)
