jQuery(document).ready(function() {

	// MENU DROPDOWN
	var config = {    
	     sensitivity: 3, // number = sensitivity threshold (must be 1 or higher)    
         interval: 75,  // number = milliseconds for onMouseOver polling interval    
         over: doOpen,   // function = onMouseOver callback (REQUIRED)    
         timeout: 75,   // number = milliseconds delay before onMouseOut    
         out: doClose    // function = onMouseOut callback (REQUIRED)    
    };

    function doOpen() {
        jQuery(this).addClass("hover");
		Cufon.refresh();
        jQuery('ul:first',this).css({'display': 'block'});
    }

    function doClose() {
        jQuery(this).removeClass("hover");
		Cufon.refresh();
        jQuery('ul:first',this).css('display', 'none');
    }

    jQuery("#mainnav li, #shop-links li.support").hoverIntent(config).each(function() {
    	jQuery(this).find("a").eq(0).addClass("first");
    });

    jQuery('#mainnav img').each(function() {
    	var src = jQuery(this).attr('src');
    	var newSrc = 'http://www.skullcandy.com'+src;
    	jQuery(this).attr('src', newSrc);
    });

    // jQuery('#mainnav li.skullcandytv ul').remove();
	// END MENU DROPDOWN
	
	// SHOW/HIDE NEWSLETTER INTERESTS BOX
	jQuery('#atuty-atuty').focus(function() {
		jQuery('#join-the-nation div').show();
	});
	jQuery('#content, #featured, #search-box, #mainnav, #shoplinks').click(function() {
		jQuery('#join-the-nation div').hide();
	});

	
	if ( window.location.hostname == 'ca.skullcandy.com' ) {
	
		jQuery('dl#headphonesc dd:eq(6), dl#earphonesc dt.second, dl#earphonesc dd:eq(2), dl#earphonesc dd:eq(3)').hide();
	
		if ( jQuery('body.catalog-category-view').length ) {
			jQuery('.category-item:eq(0), .category-item:eq(2), .category-item:eq(3), .category-item:eq(4)').hide();
		}

	}
	
	var cookieOptions = {
	    domain: '.skullcandy.com',
	    path: '/',
	    expiresAt: new Date( 2011, 1, 1 ),
	    secure: false
	}
	 
	var promo_code = urlParams('promo');
	if ( promo_code == 'SKDYPHONES' || promo_code == 'FREEPHONEZ' ) {
		//jQuery.cookies.set('freephones', 'yes', cookieOptions);
	}
	
});

// Get URL query parameters
function urlParams( name )
{
	  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
	  var regexS = "[\\?&]"+name+"=([^&#]*)";
	  var regex = new RegExp( regexS );
	  var results = regex.exec( window.location.href );
	  if( results == null )
	    return "";
	  else
	    return results[1];
}

/**
 * Get the value of a cookie with the given key.
 *
 * @example $.cookie('the_cookie');
 * @desc Get the value of a cookie.
 *
 * @param String key The key of the cookie.
 * @return The value of the cookie.
 * @type String
 *
 * @name $.cookie
 * @cat Plugins/Cookie
 * @author Klaus Hartl/klaus.hartl@stilbuero.de
 */
jQuery.cookie = function (key, value, options) {

    // key and value given, set cookie...
    if (arguments.length > 1 && (value === null || typeof value !== "object")) {
        options = jQuery.extend({}, options);

        if (value === null) {
            options.expires = -1;
        }

        if (typeof options.expires === 'number') {
            var days = options.expires, t = options.expires = new Date();
            t.setDate(t.getDate() + days);
        }

        return (document.cookie = [
            encodeURIComponent(key), '=',
            options.raw ? String(value) : encodeURIComponent(String(value)),
            options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
            options.path ? '; path=' + options.path : '',
            options.domain ? '; domain=' + options.domain : '',
            options.secure ? '; secure' : ''
        ].join(''));
    }

    // key and possibly options given, get cookie...
    options = value || {};
    var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
    return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null;
};

/*
CSS Browser Selector v0.3.5 (Feb 05, 2010)
Rafael Lima (http://rafael.adm.br)
http://rafael.adm.br/css_browser_selector
License: http://creativecommons.org/licenses/by/2.5/
Contributors: http://rafael.adm.br/css_browser_selector#contributors
*/
function css_browser_selector(u){var ua = u.toLowerCase(),is=function(t){return ua.indexOf(t)>-1;},g='gecko',w='webkit',s='safari',o='opera',h=document.documentElement,b=[(!(/opera|webtv/i.test(ua))&&/msie\s(\d)/.test(ua))?('ie ie'+RegExp.$1):is('firefox/2')?g+' ff2':is('firefox/3.5')?g+' ff3 ff3_5':is('firefox/3')?g+' ff3':is('gecko/')?g:is('opera')?o+(/version\/(\d+)/.test(ua)?' '+o+RegExp.$1:(/opera(\s|\/)(\d+)/.test(ua)?' '+o+RegExp.$2:'')):is('konqueror')?'konqueror':is('chrome')?w+' chrome':is('iron')?w+' iron':is('applewebkit/')?w+' '+s+(/version\/(\d+)/.test(ua)?' '+s+RegExp.$1:''):is('mozilla/')?g:'',is('j2me')?'mobile':is('iphone')?'iphone':is('ipod')?'ipod':is('mac')?'mac':is('darwin')?'mac':is('webtv')?'webtv':is('win')?'win':is('freebsd')?'freebsd':(is('x11')||is('linux'))?'linux':'','js']; c = b.join(' '); h.className += ' '+c; return c;}; css_browser_selector(navigator.userAgent);

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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("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}})());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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 2004 Process Type Foundry. All rights reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"133,-240r81,240r-31,0r-20,-58r-102,0r-20,58r-31,0r81,-240r42,0xm155,-85r-43,-132r-43,132r86,0xm66,-261r0,-28r29,0r0,28r-29,0xm130,-261r0,-28r28,0r0,28r-28,0"},{"d":"59,0r-30,0r0,-175r30,0r0,175xm63,-215r-12,18v-18,-10,-35,-20,-50,-31r13,-20v11,9,27,20,49,33","w":87},{"d":"91,-179v66,0,71,49,71,117v0,43,-27,65,-71,66v-65,1,-71,-49,-71,-117v0,-43,26,-66,71,-66xm132,-61v0,-45,8,-92,-41,-92v-49,0,-41,47,-41,92v0,26,14,38,41,38v27,0,41,-12,41,-38xm108,-215r-12,18v-18,-10,-35,-20,-50,-31r13,-20v11,9,27,20,49,33","w":182},{"d":"160,-88r-46,70r-21,-14r37,-56r-37,-56r21,-13xm90,-88r-46,70r-21,-14r37,-56r-37,-56r21,-13","w":174},{"d":"31,-240v77,-1,161,-9,161,69r0,102v6,77,-84,71,-161,69r0,-240xm161,-71v-6,-59,23,-147,-48,-141r-51,0r0,184v48,0,104,9,99,-43","w":214},{"d":"135,-134v-5,-35,-59,-5,-76,2r0,132r-30,0r0,-247r30,-4r0,90v44,-21,105,-37,106,27r0,134r-30,0r0,-134","w":191},{"d":"31,0r0,-240r141,0r0,28r-110,0r0,75r102,0r0,28r-102,0r0,81r110,0r0,28r-141,0xm149,-273r-9,17v-10,-5,-23,-11,-36,-20v-13,9,-25,15,-35,20r-10,-17v17,-11,32,-20,45,-30v13,10,28,19,45,30","w":194},{"d":"151,-102r10,-54v-17,-6,-41,-7,-43,11v-2,15,-8,34,-5,48v10,6,29,2,38,-5xm248,-144v0,55,-57,93,-95,59v-23,15,-71,18,-63,-19v8,-34,5,-77,51,-74v13,0,28,3,43,10r-14,76v35,10,57,-17,56,-52v-2,-50,-35,-79,-87,-79v-55,-1,-94,45,-94,103v0,91,90,125,169,89r7,18v-87,45,-199,-1,-199,-107v0,-70,47,-123,117,-123v67,0,109,36,109,99","w":267},{"d":"165,0r-105,-204r0,204r-29,0r0,-240r42,0r104,205r0,-205r30,0r0,240r-42,0xm174,-283v-17,52,-68,-11,-91,22r-13,-13v21,-48,67,11,89,-19","w":237},{"d":"39,-107r18,0v8,54,6,117,6,178r-30,0r0,-117xm32,-134r0,-41r31,0r0,41r-31,0","w":95},{"d":"149,-147r-21,11r-45,-85r-45,85r-22,-11r54,-100r26,0","w":165},{"d":"145,-156r18,18r-51,51r51,51r-18,18r-51,-51r-51,51r-18,-18r51,-51r-51,-51r18,-18r51,51","w":188},{"d":"133,-240r81,240r-31,0r-20,-58r-102,0r-20,58r-31,0r81,-240r42,0xm155,-85r-43,-132r-43,132r86,0xm157,-273r-9,17v-10,-5,-23,-11,-36,-20v-13,9,-26,15,-36,20r-9,-17v17,-11,32,-20,45,-30v13,10,28,19,45,30"},{"d":"22,-82r0,-26r146,0r0,86r-27,0r0,-60r-119,0","w":198},{"d":"73,4v-62,0,-49,-68,-51,-126v-2,-59,54,-64,107,-52r0,-73r30,-4r0,251r-25,0r-3,-16v-16,13,-35,20,-58,20xm53,-122v4,38,-18,99,27,99v18,0,33,-7,49,-21r0,-103v-34,-5,-80,-16,-76,25","w":188},{"d":"112,-243v53,0,87,24,87,72r0,102v-2,48,-34,73,-87,73v-53,0,-87,-25,-87,-73r0,-102v2,-48,34,-72,87,-72xm112,-216v-79,0,-56,81,-56,146v0,31,19,46,56,46v79,0,56,-81,56,-146v0,-31,-19,-46,-56,-46xm66,-261r0,-28r29,0r0,28r-29,0xm130,-261r0,-28r28,0r0,28r-28,0"},{"d":"25,-202r0,-30r28,0r0,30r-28,0xm87,-202r0,-30r29,0r0,30r-29,0","w":140},{"d":"112,-135v0,55,-40,56,-85,46r3,-19v26,3,67,13,59,-26v1,-22,-33,-15,-54,-16r0,-21v26,-1,59,8,51,-29v1,-24,-39,-15,-55,-13r-2,-19v38,-8,92,-9,80,45v0,12,-5,21,-15,26v12,4,18,12,18,26xm288,-31r-21,0r0,31r-23,0r0,-31r-67,0r0,-20r57,-95r33,0r0,95r21,0r0,20xm202,-51r42,0r0,-73xm213,-236r-99,248r-20,-8r100,-248","w":313},{"d":"31,0r0,-240r141,0r0,28r-110,0r0,75r102,0r0,28r-102,0r0,81r110,0r0,28r-141,0xm95,-256r-13,-20v17,-10,32,-19,45,-29r14,21v-14,10,-29,19,-46,28","w":194},{"d":"29,-171v52,-14,124,-16,124,49r0,122r-26,0r-1,-13v-34,25,-104,28,-104,-34v0,-55,49,-50,101,-49v1,-35,1,-57,-38,-57v-17,0,-35,2,-53,6xm53,-48v0,42,48,25,70,11r0,-34v-29,3,-70,-12,-70,23xm77,-197r-12,-18v22,-13,38,-24,49,-33r13,20v-15,11,-32,21,-50,31","w":177},{"d":"114,4v-52,0,-85,-24,-85,-71r0,-173r31,0r0,171v0,30,18,45,54,45v36,0,54,-15,54,-45r0,-171r31,0r0,173v-1,46,-33,71,-85,71xm159,-273r-10,17v-10,-5,-22,-11,-35,-20v-13,9,-26,15,-36,20r-9,-17v17,-11,32,-20,45,-30v13,10,28,19,45,30","w":227},{"d":"133,-240r81,240r-31,0r-20,-58r-102,0r-20,58r-31,0r81,-240r42,0xm155,-85r-43,-132r-43,132r86,0xm166,-283v-17,52,-68,-11,-91,22r-13,-13v21,-48,67,11,89,-19"},{"d":"112,-243v53,0,87,24,87,72r0,102v-2,48,-34,73,-87,73v-53,0,-87,-25,-87,-73r0,-102v2,-48,34,-72,87,-72xm112,-216v-79,0,-56,81,-56,146v0,31,19,46,56,46v79,0,56,-81,56,-146v0,-31,-19,-46,-56,-46xm129,-276r-12,20v-17,-9,-33,-18,-47,-28r14,-21v13,10,28,19,45,29"},{"d":"23,-200r0,-21r87,0r0,21r-87,0","w":133},{"d":"43,-89v1,-14,-8,-16,-23,-15r0,-25v14,1,23,-1,23,-15v0,-55,-24,-146,43,-140r23,0r0,25v-17,0,-38,-4,-36,15v-6,43,18,122,-24,127v43,7,24,83,24,128v0,18,19,15,36,15r0,25v-42,2,-66,-3,-66,-47r0,-93","w":112},{"d":"132,-118v52,20,40,130,-27,121r0,38r-26,0r0,-38v-20,-1,-39,-5,-57,-12r4,-24v44,12,124,29,106,-43v-8,-32,-86,-34,-96,-54v-7,-8,-10,-23,-10,-44v1,-45,16,-59,60,-62r0,-37r27,0r0,38v18,1,34,3,46,6r-2,25v-40,-4,-106,-24,-101,30v-8,46,51,38,76,56","w":186},{"d":"93,75v-54,-1,-67,-14,-70,-65v-4,-67,44,-73,76,-105r18,23v-19,20,-71,32,-63,80v-10,56,59,39,94,34r4,26v-16,4,-36,7,-59,7xm117,-175r0,41r-31,0r0,-41r31,0","w":171},{"d":"59,0r-30,0r0,-247r30,-4r0,251xm129,-175r34,0r-62,86r65,89r-35,0r-64,-89","w":174},{"d":"25,-167v1,-48,33,-74,87,-73r192,0r0,28r-110,0r0,75r102,0r0,28r-102,0r0,81r110,0r0,28r-192,0v-54,1,-87,-25,-87,-73r0,-94xm163,-212v-51,-1,-111,-4,-107,46v5,63,-20,145,56,139r51,0r0,-185","w":327},{"w":77},{"d":"155,18r-155,0r0,-14r155,0r0,14","w":154},{"d":"132,-148v-28,-2,-78,-19,-78,17v0,55,92,7,84,84v7,62,-73,56,-116,41r4,-24v27,6,83,23,82,-16v9,-38,-64,-25,-76,-47v-4,-7,-8,-20,-8,-39v0,-57,66,-50,110,-41","w":158},{"d":"112,-243v53,0,87,24,87,72r0,102v-2,48,-34,73,-87,73v-53,0,-87,-25,-87,-73r0,-102v2,-48,34,-72,87,-72xm112,-216v-79,0,-56,81,-56,146v0,31,19,46,56,46v79,0,56,-81,56,-146v0,-31,-19,-46,-56,-46xm108,-256r-13,-20v17,-10,32,-19,45,-29r14,21v-14,10,-29,19,-46,28"},{"d":"57,-41v5,34,59,5,76,-2r0,-132r30,0r0,175r-24,0r-3,-15v-44,21,-109,39,-109,-26r0,-134r30,0r0,134xm85,-197r-13,-18v22,-13,39,-24,50,-33r13,20v-15,11,-32,21,-50,31","w":191},{"d":"29,-190r-9,-18v20,-9,31,-27,62,-25r0,146r-24,0r0,-117","w":119},{"d":"99,-106r62,-134r33,0r-80,168r0,72r-31,0r0,-72r-79,-168r32,0xm53,-261r0,-28r28,0r0,28r-28,0xm116,-261r0,-28r29,0r0,28r-29,0","w":197},{"d":"48,71r24,-71r-12,0r-57,-175r30,0r48,151r48,-151r30,0r-83,246r-28,0xm71,-197r-13,-18v22,-13,39,-24,50,-33r13,20v-15,11,-32,21,-50,31","w":161},{"d":"165,-204v-32,-5,-93,-21,-93,24v0,15,6,31,16,49r69,0r-1,23r-62,0v9,33,-4,55,-27,82r101,0r0,26r-138,0r0,-26v29,-25,43,-47,34,-82r-39,0r0,-23r32,0v-30,-45,-16,-105,54,-105v19,0,38,2,57,7","w":191},{"d":"60,-18r-46,-70r46,-69r21,13r-37,56r37,56xm130,-18r-46,-70r46,-69r21,13r-37,56r37,56","w":174},{"d":"71,-251v40,0,47,30,44,72v-2,26,-15,41,-44,41v-41,0,-46,-30,-44,-72v2,-26,16,-41,44,-41xm96,-178v0,-27,6,-56,-25,-56v-31,0,-26,28,-26,56v0,16,9,24,26,24v17,0,25,-8,25,-24","w":141},{"d":"20,-62v-5,-67,4,-117,71,-117v24,0,44,7,56,20v11,-13,29,-20,54,-20v59,-2,71,42,66,103r-105,0v-2,36,5,56,42,54v16,0,35,-3,56,-9r4,25v-34,13,-98,17,-118,-9v-37,37,-135,19,-126,-47xm132,-59v0,-45,9,-94,-41,-94v-49,0,-41,47,-41,92v0,26,14,38,41,38v27,0,41,-12,41,-36xm201,-154v-33,0,-41,19,-39,53r76,0v1,-33,-4,-54,-37,-53","w":285},{"d":"63,-240r0,240r-31,0r0,-240r31,0xm63,-276r-13,20v-17,-9,-32,-18,-46,-28r14,-21v13,10,28,19,45,29","w":95},{"d":"112,-135v0,55,-40,56,-85,46r3,-19v26,3,67,13,59,-26v1,-22,-33,-15,-54,-16r0,-21v26,-1,59,8,51,-29v1,-24,-39,-15,-55,-13r-2,-19v38,-8,92,-9,80,45v0,12,-5,21,-15,26v12,4,18,12,18,26","w":138},{"d":"99,-106r62,-134r33,0r-80,168r0,72r-31,0r0,-72r-79,-168r32,0xm97,-256r-12,-20v17,-10,32,-19,45,-29r13,21v-14,10,-29,19,-46,28","w":197},{"d":"171,-24r0,24r-146,0r0,-24r146,0xm25,-108r0,-25r60,0r0,-61r27,0r0,61r59,0r0,25r-59,0r0,61r-27,0r0,-61r-60,0","w":196},{"d":"63,-240r0,240r-31,0r0,-240r31,0xm93,-273r-9,17v-10,-5,-23,-11,-36,-20v-13,9,-26,15,-36,20r-9,-17v17,-11,32,-20,45,-30v13,10,28,19,45,30","w":95},{"d":"118,-97v16,-2,22,-13,27,-27r19,8v-9,28,-25,43,-46,43v-22,0,-36,-26,-56,-26v-17,0,-20,11,-27,27r-19,-9v9,-23,18,-41,46,-42v15,-4,44,27,56,26","w":180},{"d":"114,4v-52,0,-85,-24,-85,-71r0,-173r31,0r0,171v0,30,18,45,54,45v36,0,54,-15,54,-45r0,-171r31,0r0,173v-1,46,-33,71,-85,71","w":227},{"d":"59,0r-30,0r0,-175r30,0r0,175xm-1,-202r0,-30r28,0r0,30r-28,0xm61,-202r0,-30r28,0r0,30r-28,0","w":87},{"d":"151,-6v-53,20,-131,16,-131,-55v0,-66,1,-118,69,-118v59,0,70,42,65,103r-104,0v-2,37,3,56,42,54v16,0,34,-3,55,-9xm89,-154v-33,0,-41,19,-39,53r75,0v1,-33,-3,-54,-36,-53xm139,-211r-11,17v-15,-8,-27,-16,-37,-24v-10,8,-22,16,-37,24r-11,-17v16,-9,32,-21,48,-34v16,13,32,25,48,34","w":173},{"d":"207,0r-39,0r-43,-149r-42,149r-39,0r-38,-175r29,0r29,145r43,-145r37,0r42,145r29,-145r29,0","w":250},{"d":"112,-243v53,0,87,24,87,72v0,79,13,168,-63,172r20,46r-27,13r-25,-57v-47,-1,-79,-28,-79,-72r0,-102v2,-48,34,-72,87,-72xm112,-216v-79,0,-56,81,-56,146v0,31,19,46,56,46v79,0,56,-81,56,-146v0,-31,-19,-46,-56,-46"},{"d":"91,-179v66,0,71,49,71,117v0,43,-27,65,-71,66v-65,1,-71,-49,-71,-117v0,-43,26,-66,71,-66xm132,-61v0,-45,8,-92,-41,-92v-49,0,-41,47,-41,92v0,26,14,38,41,38v27,0,41,-12,41,-38xm145,-221v-17,52,-68,-11,-91,22r-13,-13v21,-48,67,11,89,-19","w":182},{"d":"48,-116v4,44,-13,93,41,93v13,0,26,-1,38,-4r3,25v-11,4,-25,6,-42,6r-4,19v20,-4,36,2,36,22v0,30,-39,33,-65,23r4,-15v13,5,41,7,41,-7v0,-18,-27,-5,-36,-14r7,-29v-59,-1,-53,-58,-53,-118v0,-63,58,-73,112,-59r-3,26v-34,-6,-83,-13,-79,32","w":147},{"d":"89,57v23,-24,31,-23,36,-44r0,-253r26,0r0,254v-5,34,-15,27,-46,61xm98,-90v-65,5,-100,-85,-53,-128v14,-14,32,-22,53,-22r0,150","w":185},{"d":"209,-234r-97,238r-21,-10r97,-237xm71,-243v51,0,55,33,53,82v-1,34,-17,48,-53,49v-50,2,-55,-33,-53,-82v1,-35,16,-49,53,-49xm71,-222v-34,-2,-29,31,-29,62v1,19,9,26,29,26v35,0,27,-31,28,-61v0,-20,-8,-26,-28,-27xm230,-127v51,0,55,33,53,82v-1,34,-17,48,-53,49v-50,2,-55,-33,-53,-82v1,-35,16,-49,53,-49xm230,-106v-34,-3,-28,31,-28,62v0,19,8,26,28,26v35,0,27,-32,28,-62v0,-19,-9,-25,-28,-26","w":302},{"d":"22,-88r0,-25r90,0r0,25r-90,0","w":133},{"d":"123,-31r-61,-163r-5,194r-30,0r8,-240r40,0r69,186r69,-186r39,0r8,240r-30,0r-4,-194r-61,163r-42,0","w":287},{"d":"29,-171v52,-14,124,-16,124,49r0,122r-26,0r-1,-13v-34,25,-104,28,-104,-34v0,-55,49,-50,101,-49v1,-35,1,-57,-38,-57v-17,0,-35,2,-53,6xm53,-48v0,42,48,25,70,11r0,-34v-29,3,-70,-12,-70,23xm47,-202r0,-30r28,0r0,30r-28,0xm109,-202r0,-30r28,0r0,30r-28,0","w":177},{"d":"77,45r-70,0r0,-26r40,0r0,-277r-40,0r0,-26r70,0r0,329","w":111},{"d":"133,-240r81,240r-31,0r-20,-58r-102,0r-20,58r-31,0r81,-240r42,0xm155,-85r-43,-132r-43,132r86,0xm112,-300v16,0,25,11,25,25v0,13,-10,24,-25,24v-15,0,-25,-11,-25,-24v0,-14,9,-25,25,-25xm123,-275v0,-8,-4,-12,-11,-12v-7,0,-11,4,-11,12v0,8,4,11,11,11v7,0,11,-3,11,-11"},{"d":"200,-236r-100,248r-20,-8r100,-248xm31,-190r-9,-18v20,-9,30,-28,62,-25r0,146r-24,0r0,-117xm193,-143v35,-11,90,-12,84,38v-4,37,-35,57,-52,84r53,0r0,21r-86,0r0,-19v19,-28,59,-52,61,-90v1,-27,-35,-17,-56,-13","w":306},{"d":"59,0r-30,0r0,-247r30,-4r0,251","w":87},{"d":"91,-179v66,0,71,49,71,117v0,43,-27,65,-71,66v-65,1,-71,-49,-71,-117v0,-43,26,-66,71,-66xm132,-61v0,-45,8,-92,-41,-92v-49,0,-41,47,-41,92v0,26,14,38,41,38v27,0,41,-12,41,-38xm139,-211r-11,17v-15,-8,-27,-16,-37,-24v-10,8,-22,16,-37,24r-11,-17v16,-9,32,-21,48,-34v16,13,32,25,48,34","w":182},{"d":"88,43v0,29,-40,33,-65,23r4,-15v14,4,42,6,42,-8v0,-17,-29,-4,-37,-13r8,-35r17,0r-5,25v20,-4,36,3,36,23","w":111},{"d":"199,0r-31,0r0,-109r-106,0r0,109r-31,0r0,-240r31,0r0,104r106,0r0,-104r31,0r0,240","w":229},{"d":"50,-159r-25,0r0,-88r25,0r0,88xm110,-159r-25,0r0,-88r25,0r0,88","w":135},{"w":77},{"d":"114,4v-52,0,-85,-24,-85,-71r0,-173r31,0r0,171v0,30,18,45,54,45v36,0,54,-15,54,-45r0,-171r31,0r0,173v-1,46,-33,71,-85,71xm134,-276r-12,20v-17,-9,-32,-18,-46,-28r13,-21v13,10,28,19,45,29","w":227},{"d":"57,-41v5,34,59,5,76,-2r0,-132r30,0r0,175r-24,0r-3,-15v-44,21,-109,39,-109,-26r0,-134r30,0r0,134xm51,-202r0,-30r29,0r0,30r-29,0xm114,-202r0,-30r28,0r0,30r-28,0","w":191},{"d":"63,-236v25,0,41,17,41,41v0,24,-16,41,-41,41v-25,0,-41,-16,-41,-41v0,-25,16,-41,41,-41xm63,-170v14,0,22,-11,22,-25v0,-14,-8,-25,-22,-25v-14,0,-23,11,-23,25v0,14,9,25,23,25","w":125},{"d":"175,-194r-23,23v10,24,10,75,0,101r23,23r-19,19r-25,-25v-15,7,-47,6,-62,0r-25,25r-19,-19r23,-23v-10,-23,-10,-75,0,-101r-23,-23r19,-19r25,25v15,-7,46,-7,62,0r25,-25xm100,-169v-40,-3,-31,36,-31,69v0,21,8,26,31,28v39,3,31,-35,31,-69v0,-22,-7,-26,-31,-28","w":200},{"d":"78,-251v54,1,66,14,70,65v5,68,-44,73,-76,105r-17,-23v19,-21,69,-31,63,-80v9,-55,-58,-40,-94,-34r-4,-26v16,-4,35,-7,58,-7xm54,0r0,-41r31,0r0,41r-31,0","w":171},{"d":"183,-213r-124,186r126,0r0,27r-160,0r0,-27r124,-186r-122,0r0,-27r156,0r0,27xm143,-303r9,17v-17,11,-32,20,-45,30v-13,-10,-28,-19,-45,-30r10,-17v10,5,22,11,35,20v13,-9,26,-15,36,-20","w":208},{"d":"63,-240r0,240r-31,0r0,-240r31,0xm2,-261r0,-28r29,0r0,28r-29,0xm66,-261r0,-28r28,0r0,28r-28,0","w":95},{"d":"31,0r0,-41r31,0r0,41r-31,0xm123,0r0,-41r31,0r0,41r-31,0xm215,0r0,-41r31,0r0,41r-31,0","w":276},{"d":"59,0r-30,0r0,-175r30,0r0,175xm92,-211r-11,17v-15,-8,-27,-16,-37,-24v-10,8,-22,16,-37,24r-11,-17v16,-9,32,-21,48,-34v16,13,32,25,48,34","w":87},{"d":"91,-179v66,0,71,49,71,117v0,43,-27,65,-71,66v-65,1,-71,-49,-71,-117v0,-43,26,-66,71,-66xm132,-61v0,-45,8,-92,-41,-92v-49,0,-41,47,-41,92v0,26,14,38,41,38v27,0,41,-12,41,-38xm81,-197r-13,-18v22,-13,39,-24,50,-33r13,20v-15,11,-32,21,-50,31","w":182},{"d":"29,-171v52,-14,124,-16,124,49r0,122r-26,0r-1,-13v-34,25,-104,28,-104,-34v0,-55,49,-50,101,-49v1,-35,1,-57,-38,-57v-17,0,-35,2,-53,6xm53,-48v0,42,48,25,70,11r0,-34v-29,3,-70,-12,-70,23xm144,-221v-12,36,-49,19,-71,10v-6,0,-12,4,-19,12r-13,-13v21,-48,66,11,89,-19","w":177},{"d":"91,-179v66,0,71,49,71,117v0,43,-27,65,-71,66v-65,1,-71,-49,-71,-117v0,-43,26,-66,71,-66xm132,-61v0,-45,8,-92,-41,-92v-49,0,-41,47,-41,92v0,26,14,38,41,38v27,0,41,-12,41,-38xm46,-202r0,-30r28,0r0,30r-28,0xm108,-202r0,-30r28,0r0,30r-28,0","w":182},{"d":"114,4v-52,0,-85,-24,-85,-71r0,-173r31,0r0,171v0,30,18,45,54,45v36,0,54,-15,54,-45r0,-171r31,0r0,173v-1,46,-33,71,-85,71xm68,-261r0,-28r28,0r0,28r-28,0xm131,-261r0,-28r29,0r0,28r-29,0","w":227},{"d":"165,-209v-50,-15,-136,-16,-103,60v40,26,120,8,109,87v10,80,-94,73,-149,53r5,-25v46,12,129,30,113,-47v-21,-47,-129,-4,-114,-100v-9,-75,83,-67,141,-54","w":194},{"d":"170,-100r0,25r-147,0r0,-25r147,0xm82,-11r0,-34r30,0r0,34r-30,0xm82,-130r0,-34r30,0r0,34r-30,0","w":193},{"d":"199,-69v5,68,-86,89,-141,61r-17,30r-16,-10r19,-31v-31,-28,-15,-97,-19,-152v-5,-68,87,-88,141,-60r17,-30r16,9r-19,32v31,29,15,96,19,151xm112,-216v-79,0,-51,81,-56,146v0,8,1,15,4,21r91,-157v-10,-6,-23,-10,-39,-10xm168,-70v-5,-40,6,-89,-5,-121r-90,158v32,19,101,9,95,-37"},{"d":"183,0r-20,-58r-102,0r-20,58r-31,0r81,-240r187,0r0,28r-136,0r25,75r103,0r0,28r-93,0r27,81r75,0r0,28r-96,0xm155,-85r-43,-132r-43,132r86,0","w":302},{"d":"112,-243v53,0,87,24,87,72r0,102v-2,48,-34,73,-87,73v-53,0,-87,-25,-87,-73r0,-102v2,-48,34,-72,87,-72xm112,-216v-79,0,-56,81,-56,146v0,31,19,46,56,46v79,0,56,-81,56,-146v0,-31,-19,-46,-56,-46xm157,-273r-9,17v-10,-5,-23,-11,-36,-20v-13,9,-26,15,-36,20r-9,-17v17,-11,32,-20,45,-30v13,10,28,19,45,30"},{"d":"18,-97r149,-82r10,20r-131,71r131,72r-10,20r-149,-82r0,-19","w":200},{"d":"172,-209v-50,-6,-121,-21,-116,38v5,61,-27,147,50,147v15,0,30,-2,45,-5r0,-81r30,0r0,103v-63,19,-156,23,-156,-60r0,-105v-6,-78,83,-78,151,-64","w":208},{"d":"162,-113v0,67,-5,119,-71,117v-17,0,-31,-4,-43,-10r-15,24r-13,-8r16,-26v-21,-18,-13,-59,-16,-97v-5,-60,66,-80,114,-56r15,-24r13,8r-16,26v11,12,16,27,16,46xm91,-23v56,0,42,-70,38,-109r-66,102v7,5,16,7,28,7xm91,-153v-56,0,-42,71,-38,110r65,-102v-7,-5,-15,-8,-27,-8","w":182},{"d":"114,4v-52,0,-85,-24,-85,-71r0,-173r31,0r0,171v0,30,18,45,54,45v36,0,54,-15,54,-45r0,-171r31,0r0,173v-1,46,-33,71,-85,71xm108,-256r-13,-20v17,-10,32,-19,45,-29r14,21v-14,10,-29,19,-46,28","w":227},{"d":"57,-284r0,150r-21,0r0,-150r21,0xm57,76r-21,0r0,-151r21,0r0,151","w":92},{"d":"30,0r0,-41r31,0r0,41r-22,43r-14,-7r15,-36r-10,0xm30,-110r0,-42r31,0r0,42r-31,0","w":91},{"d":"185,-240r50,210r54,-210r31,0r-63,240r-44,0r-50,-214r-49,214r-44,0r-63,-240r30,0r55,210r50,-210r43,0","w":326},{"d":"50,-148v4,43,-13,93,40,93v12,0,26,-1,39,-3r2,25v-11,3,-23,5,-35,5r0,32r-24,0r0,-33v-58,-1,-53,-58,-52,-118v1,-40,15,-58,52,-63r0,-33r24,0r0,32v13,1,25,3,35,5r-2,25v-34,-4,-83,-12,-79,33","w":152},{"d":"135,-134v-5,-34,-59,-5,-76,2r0,132r-30,0r0,-175r24,0r3,15v44,-21,109,-39,109,26r0,134r-30,0r0,-134xm149,-221v-12,36,-49,19,-71,10v-6,0,-12,4,-19,12r-13,-13v21,-48,66,11,89,-19","w":191},{"d":"151,-6v-53,20,-131,16,-131,-55v0,-66,1,-118,69,-118v59,0,70,42,65,103r-104,0v-2,37,3,56,42,54v16,0,34,-3,55,-9xm89,-154v-33,0,-41,19,-39,53r75,0v1,-33,-3,-54,-36,-53xm45,-202r0,-30r28,0r0,30r-28,0xm108,-202r0,-30r28,0r0,30r-28,0","w":173},{"d":"105,-179r4,28v-14,7,-31,17,-50,30r0,121r-30,0r0,-175r26,0r2,24v15,-12,30,-21,48,-28","w":110},{"d":"0,51v20,-21,29,-15,29,-42r0,-184r30,0r0,186v-2,40,-12,32,-41,62xm59,-203r-30,0r0,-44r30,0r0,44","w":86},{"d":"56,-171v6,62,-26,147,52,147v18,0,38,-3,57,-6r3,27v-18,4,-36,7,-57,7r-4,19v20,-4,36,3,36,22v0,29,-39,34,-65,23r3,-15v13,5,42,8,42,-7v0,-18,-28,-5,-36,-14r6,-29v-86,3,-64,-95,-68,-176v-3,-73,77,-78,143,-64r-3,27v-46,-5,-114,-19,-109,39","w":185},{"d":"112,-243v53,0,87,24,87,72r0,102v-2,48,-34,73,-87,73v-53,0,-87,-25,-87,-73r0,-102v2,-48,34,-72,87,-72xm112,-216v-79,0,-56,81,-56,146v0,31,19,46,56,46v79,0,56,-81,56,-146v0,-31,-19,-46,-56,-46xm164,-283v-17,52,-68,-11,-91,22r-13,-13v21,-48,67,11,89,-19"},{"d":"166,-41v0,-38,-57,-35,-57,-79v0,-26,27,-50,27,-79v0,-20,-13,-30,-37,-30v-27,0,-38,12,-38,41r0,188r-30,0r0,-188v-1,-42,25,-66,68,-66v41,0,64,19,67,55v2,22,-26,61,-27,79v8,36,64,32,57,78v7,52,-56,51,-94,39r4,-23v20,4,60,13,60,-15","w":213},{"d":"29,-171v52,-14,124,-16,124,49r0,122r-26,0r-1,-13v-34,25,-104,28,-104,-34v0,-55,49,-50,101,-49v1,-35,1,-57,-38,-57v-17,0,-35,2,-53,6xm53,-48v0,42,48,25,70,11r0,-34v-29,3,-70,-12,-70,23xm114,-215r-12,18v-18,-10,-36,-20,-51,-31r13,-20v11,9,28,20,50,33","w":177},{"d":"9,-206r0,-27r143,0r0,26r-96,207r-30,0r95,-206r-112,0","w":158},{"d":"63,-198r-46,26r-13,-24r63,-37r27,0r0,233r-31,0r0,-198","w":126},{"d":"14,-109r0,-25r29,0r0,-106v77,-1,161,-10,161,69r0,102v6,78,-84,71,-161,69r0,-109r-29,0xm173,-71v-6,-58,23,-147,-47,-141r-52,0r0,78r47,0r0,25r-47,0r0,81v48,0,104,9,99,-43","w":227},{"d":"187,-139v0,61,-8,98,-70,95r-55,0r0,44r-31,0r0,-240r31,0r0,42v63,-2,125,-5,125,59xm62,-72v39,-3,94,13,94,-32v0,-38,4,-67,-40,-67r-54,0r0,99","w":199},{"d":"34,-179r149,82r0,19r-149,82r-11,-20r132,-72r-132,-71","w":200},{"d":"70,-41v-2,27,25,19,46,15r4,23v-33,12,-80,12,-80,-33r0,-114r-31,0r0,-25r31,0r0,-44r30,-4r0,48r50,0r-3,25r-47,0r0,109","w":132},{"d":"66,-119v-27,-13,-36,-24,-36,-61v0,-38,22,-56,68,-56v81,0,89,98,31,117v30,14,44,25,43,65v-1,45,-27,57,-74,58v-53,0,-78,-16,-75,-68v2,-31,16,-42,43,-55xm98,-22v46,0,56,-37,36,-64v-6,-5,-18,-11,-36,-19v-30,14,-45,14,-45,50v1,27,14,33,45,33xm98,-211v-40,-4,-49,38,-31,63v4,6,15,11,31,17v29,-12,40,-15,39,-50v-1,-22,-14,-28,-39,-30","w":195},{"d":"62,-209r0,42r-31,0r0,-42r21,-43r14,7r-15,36r11,0","w":91},{"d":"25,-108r0,-22r133,0r0,22r-133,0xm25,-44r0,-22r133,0r0,22r-133,0","w":183},{"d":"62,0r-31,0r0,-240r142,0r0,28r-111,0r0,80r104,0r0,28r-104,0r0,104","w":187},{"d":"31,-95r0,-42r31,0r0,42r-31,0","w":92},{"d":"26,-230v36,-11,90,-12,85,38v-4,36,-36,56,-53,83r53,0r0,22r-86,0r0,-19r58,-71v6,-17,8,-37,-20,-37v-10,0,-21,1,-33,4","w":139},{"d":"165,0r-105,-204r0,204r-29,0r0,-240r42,0r104,205r0,-205r30,0r0,240r-42,0","w":237},{"d":"150,-75v4,58,-18,80,-76,79v-23,0,-42,-3,-56,-8r3,-25v41,7,113,21,99,-43v3,-41,-49,-29,-86,-31r0,-27v46,0,89,10,82,-51v-5,-41,-55,-28,-90,-23r-3,-26v60,-13,135,-13,123,66v-4,27,-8,37,-28,47v21,6,30,16,32,42","w":175},{"d":"29,-171v52,-14,124,-16,124,49r0,122r-26,0r-1,-13v-34,25,-104,28,-104,-34v0,-55,49,-50,101,-49v1,-35,1,-57,-38,-57v-17,0,-35,2,-53,6xm53,-48v0,42,48,25,70,11r0,-34v-29,3,-70,-12,-70,23xm89,-246v16,0,27,10,27,26v0,16,-11,26,-27,26v-15,0,-26,-11,-26,-26v0,-15,11,-26,26,-26xm89,-207v8,-1,12,-5,12,-13v0,-8,-4,-12,-12,-13v-15,0,-15,26,0,26","w":177},{"d":"19,-227v56,-16,138,-20,130,55v-5,45,-12,49,-41,83r-53,62r97,0r0,27r-134,0r0,-28v33,-49,98,-81,101,-152v2,-46,-63,-27,-96,-21","w":174},{"d":"31,-110r0,-42r31,0r0,42r-31,0xm31,0r0,-41r31,0r0,41r-31,0","w":92},{"d":"188,-80v4,51,-13,80,-60,80r-97,0r0,-240v61,2,149,-16,149,49v0,34,-1,59,-28,68v22,3,34,18,36,43xm124,-27v33,1,33,-21,33,-52v0,-41,-57,-28,-95,-30r0,82r62,0xm116,-135v34,2,33,-23,33,-55v0,-34,-55,-20,-87,-23r0,78r54,0","w":205},{"d":"62,-240r0,240r-31,0r0,-240r31,0xm192,-240r-88,118r95,122r-37,0r-93,-122r87,-118r36,0","w":211},{"d":"57,-41v5,34,59,5,76,-2r0,-132r30,0r0,175r-24,0r-3,-15v-44,21,-109,39,-109,-26r0,-134r30,0r0,134xm144,-211r-11,17v-15,-8,-27,-16,-37,-24v-10,8,-22,16,-37,24r-11,-17v16,-9,32,-21,48,-34v16,13,32,25,48,34","w":191},{"d":"166,-124v0,73,4,128,-75,128v-22,0,-42,-2,-62,-7r0,-244r30,-4r0,84v39,-21,107,-19,107,43xm136,-61v-4,-37,15,-91,-29,-91v-14,0,-30,4,-48,13r0,113v36,6,82,8,77,-35","w":186},{"d":"31,0r0,-41r31,0r0,41r-31,0","w":92},{"d":"41,-138r28,-43r-51,0r0,-17r52,0r-28,-44r13,-9r30,46r29,-46r14,9r-28,44r52,0r0,17r-52,0r29,43r-15,9r-29,-46r-30,46","w":170},{"d":"31,0r0,-240r141,0r0,28r-110,0r0,75r102,0r0,28r-102,0r0,81r110,0r0,28r-141,0","w":194},{"d":"133,-240r81,240r-31,0r-20,-58r-102,0r-20,58r-31,0r81,-240r42,0xm155,-85r-43,-132r-43,132r86,0"},{"d":"275,-31r-21,0r0,31r-23,0r0,-31r-67,0r0,-20r57,-95r33,0r0,95r21,0r0,20xm189,-51r42,0r0,-73xm200,-236r-100,248r-20,-8r100,-248xm31,-190r-9,-18v20,-9,30,-28,62,-25r0,146r-24,0r0,-117","w":300},{"d":"57,-68r-18,0v-8,-54,-6,-117,-6,-179r30,0r0,117xm32,0r0,-41r31,0r0,41r-31,0","w":95},{"d":"85,-120v-37,0,-65,-28,-65,-65v0,-37,28,-66,65,-66v37,0,65,29,65,66v0,37,-28,65,-65,65xm85,-236v-31,0,-50,21,-50,51v0,29,19,50,50,50v31,0,50,-21,50,-50v0,-30,-19,-51,-50,-51xm114,-157v-24,4,-14,-24,-39,-20r0,20r-10,0r0,-60v22,0,42,-4,42,24v0,6,-3,11,-9,14xm96,-193v3,-15,-6,-15,-21,-14r0,21v9,-1,22,3,21,-7","w":169},{"d":"102,-260v-61,78,-61,223,0,301r-21,14v-75,-97,-74,-232,0,-329","w":109},{"d":"125,-58v0,-31,-3,-46,-37,-47r-58,-1r0,-127r122,0r0,27r-92,0r0,74v69,-3,100,9,95,76v8,69,-83,67,-134,51r3,-24v34,5,101,21,101,-29","w":178},{"d":"156,-207v-53,-6,-108,-8,-101,53r0,29v53,-18,118,-9,110,61v-5,48,-17,66,-70,68v-92,4,-66,-82,-70,-159v-4,-78,63,-88,134,-77xm135,-56v1,-32,-1,-51,-35,-51v-15,0,-30,4,-45,10v-1,40,-5,74,40,74v29,0,39,-7,40,-33","w":184},{"d":"174,-174r0,115v0,42,-26,63,-75,63v-49,0,-74,-21,-74,-63r0,-115v0,-42,25,-62,74,-62v49,0,75,20,75,62xm99,-23v71,0,44,-90,44,-148v0,-29,-14,-37,-44,-39v-70,-4,-44,90,-44,148v0,29,13,39,44,39","w":198},{"d":"23,-151r0,-24r121,0r0,24r-89,127r90,0r0,24r-123,0r0,-24r89,-127r-88,0xm125,-243r11,17v-16,9,-32,21,-48,34v-16,-13,-32,-25,-48,-34r11,-17v15,8,27,16,37,24v10,-8,22,-16,37,-24","w":165},{"d":"112,-243v53,0,87,24,87,72r0,102v-2,48,-34,73,-87,73v-53,0,-87,-25,-87,-73r0,-102v2,-48,34,-72,87,-72xm112,-216v-79,0,-56,81,-56,146v0,31,19,46,56,46v79,0,56,-81,56,-146v0,-31,-19,-46,-56,-46"},{"d":"126,-209r0,42r-31,0r0,-42r22,-43r14,7r-15,36r10,0xm62,-209r0,42r-31,0r0,-42r21,-43r14,7r-15,36r11,0","w":155},{"d":"167,-212v-38,-2,-105,-21,-105,26v0,31,0,53,33,53r116,0r0,26r-35,0r0,101v-66,18,-149,25,-149,-70v0,-25,11,-40,32,-46v-25,-9,-27,-34,-27,-67v0,-65,82,-57,138,-48xm57,-75v0,37,5,52,45,52v16,0,32,-1,45,-4r0,-80v-39,2,-90,-12,-90,32","w":221},{"d":"99,-106r62,-134r33,0r-80,168r0,72r-31,0r0,-72r-79,-168r32,0","w":197},{"d":"229,-62r-47,0r-3,62r-24,0r3,-62r-65,0r-4,62r-25,0r4,-62r-46,0r1,-23r47,0r3,-67r-47,0r1,-23r48,0r3,-58r25,0r-4,58r65,0r3,-58r25,0r-4,58r47,0r-2,23r-46,0r-4,67r47,0xm98,-152r-4,67r65,0r3,-67r-64,0","w":254},{"d":"165,-209v-50,-15,-136,-16,-103,60v40,26,120,8,109,87v10,80,-94,73,-149,53r5,-25v46,12,129,30,113,-47v-21,-47,-129,-4,-114,-100v-9,-75,83,-67,141,-54xm138,-303r9,17v-17,11,-32,20,-45,30v-13,-10,-28,-19,-45,-30r10,-17v10,5,22,11,35,20v13,-9,26,-15,36,-20","w":194},{"d":"11,-109r32,-16r0,-115r31,0r0,100r52,-26r10,21r-62,31r0,86r104,0r0,28r-135,0r0,-99r-22,10","w":192},{"d":"57,-41v5,34,59,5,76,-2r0,-132r30,0r0,175r-24,0r-3,-15v-44,21,-109,39,-109,-26r0,-134r30,0r0,134xm118,-215r-12,18v-18,-10,-35,-20,-50,-31r13,-20v11,9,27,20,49,33","w":191},{"d":"62,-240r0,212r104,0r0,28r-135,0r0,-240r31,0","w":180},{"d":"76,-220v-18,0,-23,3,-23,21v0,41,14,104,43,191r-25,8v-30,-86,-46,-154,-46,-203v0,-52,67,-43,105,-31r-4,21v-21,-5,-38,-7,-50,-7xm125,44v17,-1,22,-4,22,-21v0,-41,-14,-104,-43,-191r26,-8v30,86,45,153,45,202v0,52,-66,45,-104,32r4,-22v21,5,38,8,50,8","w":198},{"d":"22,-75r0,-25r59,0r0,-61r27,0r0,61r60,0r0,25r-60,0r0,61r-27,0r0,-61r-59,0","w":189},{"d":"20,-109r31,-16r0,-122r30,-4r0,112r29,-15r10,21r-39,19r0,114r-30,0r0,-99r-21,10","w":131},{"d":"151,-6v-53,20,-131,16,-131,-55v0,-66,1,-118,69,-118v59,0,70,42,65,103r-104,0v-2,37,3,56,42,54v16,0,34,-3,55,-9xm89,-154v-33,0,-41,19,-39,53r75,0v1,-33,-3,-54,-36,-53xm78,-197r-12,-18v22,-13,38,-24,49,-33r13,20v-15,11,-32,21,-50,31","w":173},{"d":"30,0r0,-41r31,0r0,41r-22,43r-14,-7r15,-36r-10,0","w":91},{"d":"59,0r-30,0r0,-175r30,0r0,175xm59,-203r-30,0r0,-44r30,0r0,44","w":87},{"d":"81,-25r48,-150r30,0r-58,175r-40,0r-58,-175r30,0","w":162},{"d":"59,0r-30,0r0,-175r30,0r0,175xm41,-197r-12,-18v22,-13,38,-24,49,-33r13,20v-15,11,-32,21,-50,31","w":87},{"d":"31,-246v32,-9,77,-9,77,31r0,75v-8,0,-19,2,-17,-8v-21,15,-64,17,-64,-21v0,-33,30,-31,62,-30v0,-21,2,-36,-23,-36v-9,0,-21,1,-33,4xm46,-170v0,26,30,16,43,7r0,-21v-17,2,-43,-7,-43,14","w":136},{"d":"132,-148v-28,-2,-78,-19,-78,17v0,55,92,7,84,84v7,62,-73,56,-116,41r4,-24v27,6,83,23,82,-16v9,-38,-64,-25,-76,-47v-4,-7,-8,-20,-8,-39v0,-57,66,-50,110,-41xm118,-243r11,17v-16,9,-32,21,-48,34v-16,-13,-32,-25,-48,-34r11,-17v15,8,27,16,37,24v10,-8,22,-16,37,-24","w":158},{"d":"7,41v61,-78,61,-223,0,-301r22,-14v73,97,74,232,0,329","w":109},{"d":"28,-26v53,6,108,8,101,-52r0,-30v-51,20,-116,11,-109,-60v5,-49,18,-68,69,-68v47,0,70,18,70,56r0,102v7,79,-64,90,-134,77xm50,-176v0,31,0,50,34,50v15,0,30,-3,45,-9v1,-40,5,-78,-40,-75v-28,2,-39,7,-39,34","w":184},{"d":"63,-240r0,240r-31,0r0,-240r31,0","w":95},{"d":"79,0r0,-212r-72,0r0,-28r174,0r0,28r-71,0r0,212r-31,0","w":188},{"d":"145,4v-70,0,-123,-55,-123,-124v0,-69,53,-123,123,-123v71,0,123,54,123,123v0,69,-52,124,-123,124xm145,-222v-59,0,-101,45,-101,102v0,57,42,102,101,102v59,0,101,-44,101,-102v0,-58,-42,-102,-101,-102xm124,-144v3,29,-13,67,25,67v10,0,21,-2,32,-4r2,19v-35,10,-81,8,-81,-34v0,-48,-6,-89,47,-89v12,0,23,2,34,5r-2,19v-22,-4,-59,-13,-57,17","w":289},{"d":"57,-41v5,34,59,5,76,-2r0,-132r30,0r0,175r-24,0r-3,-15v-44,21,-109,39,-109,-26r0,-134r30,0r0,134","w":191},{"d":"32,-206r0,-41r31,0r0,41r-22,44r-14,-7r15,-37r-10,0","w":86},{"d":"183,-57r-34,0r0,57r-30,0r0,-57r-111,0r0,-30r100,-146r41,0r0,150r34,0r0,26xm38,-83r81,0r0,-119","w":193},{"d":"48,71r24,-71r-12,0r-57,-175r30,0r48,151r48,-151r30,0r-83,246r-28,0","w":161},{"d":"16,-111v0,-60,45,-77,98,-64r51,0r0,17r-21,4v27,51,-4,120,-77,102v-13,10,-21,25,-1,29v41,6,93,-2,93,47v0,69,-89,52,-140,42r4,-24v36,6,108,24,108,-17v0,-18,-7,-16,-26,-19v-31,-3,-81,1,-81,-36v0,-12,6,-23,17,-31v-16,-9,-25,-26,-25,-50xm85,-76v29,0,41,-13,40,-42v-1,-26,-12,-37,-40,-36v-32,0,-41,11,-40,43v1,28,11,34,40,35","w":176},{"d":"39,0r-33,0r58,-88r-56,-87r31,0r42,64r41,-64r32,0r-57,87r58,88r-32,0r-42,-65","w":161},{"d":"115,-179v62,0,49,67,51,125v2,59,-55,66,-107,52r0,73r-30,4r0,-250r25,0r3,16v16,-13,35,-20,58,-20xm136,-54v-3,-37,18,-98,-27,-98v-18,0,-34,7,-50,21r0,103v35,6,81,15,77,-26","w":188},{"d":"48,-116v4,44,-13,93,41,93v13,0,26,-1,38,-4r3,25v-51,14,-112,7,-112,-58v0,-67,-4,-119,70,-119v17,0,31,1,42,5r-3,26v-34,-6,-83,-13,-79,32","w":147},{"d":"115,-179v62,0,49,67,51,125v2,59,-55,66,-107,52r0,73r-30,4r0,-322r30,-4r0,90v16,-12,34,-18,56,-18xm136,-54v-3,-37,18,-98,-27,-98v-18,0,-34,7,-50,21r0,103v35,6,81,15,77,-26","w":188},{"d":"69,-144v0,13,9,16,24,15r0,25v-15,-1,-24,2,-24,15v0,55,23,144,-42,140r-23,0r0,-25v17,0,37,4,35,-15v5,-44,-17,-121,24,-128v-21,0,-24,-20,-24,-41r0,-86v3,-20,-18,-14,-35,-15r0,-25v42,-2,65,3,65,47r0,93","w":112},{"d":"151,-6v-53,20,-131,16,-131,-55v0,-66,1,-118,69,-118v59,0,70,42,65,103r-104,0v-2,37,3,56,42,54v16,0,34,-3,55,-9xm89,-154v-33,0,-41,19,-39,53r75,0v1,-33,-3,-54,-36,-53xm111,-215r-12,18v-18,-10,-35,-20,-50,-31r13,-20v11,9,27,20,49,33","w":173},{"d":"21,-51r0,-21r63,0r-17,-34r-46,0r0,-21r36,0r-50,-106r33,0r59,127r59,-127r33,0r-51,106r37,0r0,21r-47,0r-16,34r63,0r0,21r-63,0r0,51r-30,0r0,-51r-63,0","w":198},{"d":"125,-226v-25,-4,-56,-10,-53,21r0,30r50,0r-2,25r-48,0r0,150r-30,0r0,-150r-31,0r0,-25r31,0v-3,-46,2,-81,49,-79v13,0,25,2,36,5","w":127},{"d":"63,-240r0,240r-31,0r0,-240r31,0xm47,-256r-12,-20v17,-10,32,-19,45,-29r13,21v-14,10,-29,19,-46,28","w":95},{"d":"139,-243r-89,285r-28,0r88,-285r29,0","w":160},{"d":"11,0r78,-122r-76,-118r33,0r60,94r60,-94r33,0r-76,118r78,122r-33,0r-62,-97r-62,97r-33,0","w":212},{"d":"37,-197r-12,-18v22,-13,39,-24,50,-33r12,20v-15,11,-32,21,-50,31","w":112},{"d":"22,-88r0,-25r177,0r0,25r-177,0","w":220},{"d":"59,0r-30,0r0,-175r30,0r0,175","w":87},{"d":"30,-206r0,-41r31,0r0,41r-22,44r-14,-7r15,-37r-10,0xm94,-206r0,-41r31,0r0,41r-21,44r-14,-7r15,-37r-11,0","w":155},{"d":"-3,49v24,-27,34,-20,34,-49r0,-240r31,0r0,241v-4,44,-13,35,-46,70","w":92},{"d":"135,-134v-5,-34,-59,-5,-76,2r0,132r-30,0r0,-175r24,0r3,15v44,-21,109,-39,109,26r0,134r-30,0r0,-134","w":191},{"d":"57,-284r0,360r-21,0r0,-360r21,0","w":92},{"d":"31,0r0,-240r141,0r0,28r-110,0r0,75r102,0r0,28r-102,0r0,81r110,0r0,28r-141,0xm121,-276r-12,20v-17,-9,-32,-18,-46,-28r13,-21v13,10,28,19,45,29","w":194},{"d":"104,45r-70,0r0,-329r70,0r0,26r-40,0r0,277r40,0r0,26","w":111},{"d":"40,-166r0,-62r-22,0r0,-12r57,0r0,12r-22,0r0,62r-13,0xm126,-187r20,-53r16,0r2,74r-13,0r-1,-49r-15,40r-17,0r-15,-40r-1,49r-13,0r2,-74r16,0","w":183},{"d":"50,-159r-25,0r0,-88r25,0r0,88","w":75},{"d":"22,-88r0,-25r131,0r0,25r-131,0","w":174},{"d":"151,-6v-53,20,-131,16,-131,-55v0,-66,1,-118,69,-118v59,0,70,42,65,103r-104,0v-2,37,3,56,42,54v16,0,34,-3,55,-9xm89,-154v-33,0,-41,19,-39,53r75,0v1,-33,-3,-54,-36,-53","w":173},{"d":"165,-210v-46,-5,-114,-19,-109,39v6,62,-26,147,52,147v18,0,38,-3,57,-6r3,27v-64,15,-143,10,-143,-64r0,-106v-6,-73,77,-78,143,-64","w":185},{"d":"187,-181v0,61,-8,98,-70,95r-55,0r0,86r-31,0r0,-240v70,2,156,-16,156,59xm62,-113v39,-3,94,13,94,-32v0,-38,4,-67,-40,-67r-54,0r0,99","w":200},{"d":"31,0r0,-240r141,0r0,28r-110,0r0,75r102,0r0,28r-102,0r0,81r110,0r0,28r-141,0xm55,-261r0,-28r29,0r0,28r-29,0xm118,-261r0,-28r29,0r0,28r-29,0","w":194},{"d":"91,-179v66,0,71,49,71,117v0,43,-27,65,-71,66v-65,1,-71,-49,-71,-117v0,-43,26,-66,71,-66xm132,-61v0,-45,8,-92,-41,-92v-49,0,-41,47,-41,92v0,26,14,38,41,38v27,0,41,-12,41,-38","w":182},{"d":"23,-151r0,-24r121,0r0,24r-89,127r90,0r0,24r-123,0r0,-24r89,-127r-88,0","w":165},{"d":"183,-213r-124,186r126,0r0,27r-160,0r0,-27r124,-186r-122,0r0,-27r156,0r0,27","w":208},{"d":"48,71r24,-71r-12,0r-57,-175r30,0r48,151r48,-151r30,0r-83,246r-28,0xm37,-202r0,-30r28,0r0,30r-28,0xm99,-202r0,-30r28,0r0,30r-28,0","w":161},{"d":"133,-240r81,240r-31,0r-20,-58r-102,0r-20,58r-31,0r81,-240r42,0xm155,-85r-43,-132r-43,132r86,0xm128,-276r-12,20v-17,-9,-33,-18,-47,-28r14,-21v13,10,28,19,45,29"},{"d":"135,-134v-5,-34,-59,-5,-76,2r0,132r-30,0r0,-175r24,0r3,15v38,-16,84,-34,104,0v44,-20,111,-40,111,26r0,134r-31,0r0,-134v0,-11,-5,-16,-16,-16v-19,1,-44,9,-59,18r0,132r-30,0r0,-134","w":297},{"d":"86,0r-80,-240r30,0r71,213r70,-213r30,0r-80,240r-41,0","w":213},{"d":"29,-171v52,-14,124,-16,124,49r0,122r-26,0r-1,-13v-34,25,-104,28,-104,-34v0,-55,49,-50,101,-49v1,-35,1,-57,-38,-57v-17,0,-35,2,-53,6xm53,-48v0,42,48,25,70,11r0,-34v-29,3,-70,-12,-70,23xm137,-211r-11,17v-15,-8,-27,-16,-37,-24v-10,8,-22,16,-37,24r-11,-17v16,-9,32,-21,48,-34v16,13,32,25,48,34","w":177},{"d":"31,-240v71,2,161,-16,161,59v0,46,-2,83,-39,91r63,90r-36,0r-60,-87r-58,0r0,87r-31,0r0,-240xm62,-114v40,-3,99,14,99,-32v0,-38,4,-66,-40,-66r-59,0r0,98","w":227},{"d":"21,-51v0,-72,-6,-128,74,-128v22,0,43,2,63,7r0,243r-30,4r0,-84v-38,22,-107,21,-107,-42xm51,-114v3,37,-14,94,29,91v14,0,30,-4,48,-13r0,-114v-37,-5,-82,-6,-77,36","w":186},{"d":"29,-171v52,-14,124,-16,124,49r0,122r-26,0r-1,-13v-34,25,-104,28,-104,-34v0,-55,49,-50,101,-49v1,-35,1,-57,-38,-57v-17,0,-35,2,-53,6xm53,-48v0,42,48,25,70,11r0,-34v-29,3,-70,-12,-70,23","w":177},{"d":"123,-96v1,-35,1,-57,-38,-57v-17,0,-35,2,-53,6r-3,-24v37,-10,89,-14,111,10v38,-35,127,-20,117,48r0,37r-104,0v-2,37,4,56,42,54v16,0,34,-3,55,-9r4,25v-35,14,-100,17,-119,-11v-35,29,-113,36,-113,-30v0,-55,49,-50,101,-49xm192,-154v-33,0,-41,19,-39,53r75,0v1,-33,-3,-54,-36,-53xm53,-48v0,43,49,24,73,12v-3,-11,-3,-22,-3,-35v-29,3,-70,-12,-70,23","w":276},{"d":"87,-215r-12,18v-18,-10,-35,-20,-50,-31r13,-20v11,9,27,20,49,33","w":112},{"d":"23,-59v0,-61,-1,-107,64,-107v17,0,32,4,46,12v-2,-20,-12,-37,-29,-50r-31,23r-10,-14r26,-19v-8,-5,-21,-9,-37,-15r7,-23v19,6,37,13,52,22r24,-17r10,14r-19,13v42,30,38,92,37,161v-1,41,-25,64,-70,63v-47,0,-70,-21,-70,-63xm54,-104v3,41,-9,86,39,81v55,6,37,-57,40,-103v-25,-20,-82,-25,-79,22","w":186},{"d":"111,42r-89,-285r28,0r89,285r-28,0","w":158},{"d":"133,-240r81,240r-31,0r-20,-58r-102,0r-20,58r-31,0r81,-240r42,0xm155,-85r-43,-132r-43,132r86,0xm111,-256r-12,-20v17,-10,32,-19,45,-29r13,21v-14,10,-29,19,-46,28"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-694-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("a,tG;B0(~Vc.ad[!7Bm&O,OcC^0GtBc.C^9&~V:bt=EnR6(fC)2u-,-(C)2u-,=wC)2u-,R&C)2u-,9f:,_D75ruR^mrC)2u-,UkC)2u-,FkC[kG-4NK0GkG-4Nw-[kG-4N_R^:D75rut4tD75rurNd4Fm,)O9a{-0o1U:]52=VCRt~;D7x|W_fwK[BbSY+Mn3.suk&6(G^PgH`!Ec#8R5_D75ruRB=D75ruR6[D75rut5mD75rut,9D75ruR60D75rut49D75ruRVt!9mkG-4NftB3D75rk059D75ruR5N|DGkG-4NK-GkG-4NBR=kG-4Nfo=kG-4FPomkG-4NBtmkG-4N_-GkG-4N_R[kG-4NfR=kG-4FG-GkG-4NwRGkG-4Nf-GkG-4NKtmkG-4Nf-=kG-4NwtCH=C)2u-,=BC)2u-,=_7GmD75rutw=D75rut57D75ruRwR[{2GD75rut5:7C)2u-,-GC)2u-,9K;mkG-4NB0mkG-4NfoF_DOfND75rut4[D75rutB0D75ruRwND75ruR5U8C)2u-57KC)2u-,0BC)2&-4O^C)2u-,=[C)2u-,R6C)2u-,26C)2u-,R^C)2u-,:w2GkG-4NB0GkG-4NKomkG-4Nw0[kG-4NK04k)C)2u-,RgC)2u-,:_C)2u-,F^oG7D75ruR59D75rutwmD75rutV9&~[kG-4Nw0GkG-4NK0=kG-4NKt[kG-4N[-4DkC)2u-,UuC)2u-,:[1bUgC)2&-4Fg12tD75ruRw7D75ruRw9o-GkG-4N[05O`UK3D75rutB9f{fYmU=kG-4NfR&mD75ruRV2S05RuC)2u-57[5GkG-wrkR&ttOGkG-4F^-mkG-4F(-=kG-4NBo2kD75ruR5DMC)2u-5U&C)2u-,2H{,[^C)2u-,=KC)2u-,m_C)2u-5Rka5[9=mkG-4N_oC=D75Ou-5K(xV7gD,0D75rutB=cC)2u-,2gC)2u-,FGt[kG-4NwtmusVmkG-4Nf0mkG-wrk0mkG-4F6-=kG-wrktFY.|mkG-4Nwom3D75Ok-wObC)2&-4F6t20UC)2u-,0f;PY~C)2u-,tBC)2u-,-u;=tD75rut59]DVmD75rut5tWC)2u-,RuCmkD75ruR6Ff{b0u;,[(adOfa]kY15rnD4Gf{brn;4Gu{Bk[;B7(~dkb1VO.tfHb;)[u~)-cxP(!~VRSRfHs~6(sCfW8ob7P7Gu.a5ES16Y6~P=n;,0_;B:HCdHw;^GE{f3D{b0M7VknR^m.t)[D{B0s;]KK{^K.7,=67d_n;^0_7,[s;fHS;P0(;Bm3t]KYtBc&a43Y1,u!a&3YaV7;RG3YC=(cDm3YCC(YadKW")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":223,"face":{"font-family":"Klavika Regular","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-4 -305 320 76","underline-thickness":"7.2","underline-position":"-47.88","unicode-range":"U+0020-U+2122"}}));


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 2004 Process Type Foundry. All rights reserved.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"22,-175r51,0r0,116v6,23,31,9,51,0r0,-116r52,0r0,175r-39,0r-5,-13v-46,22,-110,35,-110,-40r0,-122xm92,-193r-18,-28v21,-13,39,-25,54,-36r20,30v-20,13,-39,25,-56,34","w":199},{"d":"123,-205v3,44,-8,71,-51,71v-45,0,-50,-27,-50,-71v0,-30,16,-46,50,-46v33,0,49,17,51,46xm72,-162v24,2,17,-24,18,-44v0,-11,-6,-17,-18,-17v-23,-1,-16,25,-17,45v0,11,5,16,17,16","w":144},{"d":"116,-37r0,-56r-102,0r0,-39r145,0r0,95r-43,0","w":182},{"d":"211,-240r-71,118r73,122r-56,0r-47,-79r-46,79r-57,0r73,-122r-70,-118r56,0r44,76r44,-76r57,0","w":220},{"d":"171,-187v-25,-3,-80,-21,-80,15v0,9,2,21,6,34r63,0r-3,37r-55,0v1,25,-5,38,-22,57r99,0r0,44r-157,0r0,-44v21,-17,29,-32,28,-57r-30,0r0,-37r26,0v-18,-60,2,-98,67,-98v21,0,42,2,65,8","w":195},{"d":"90,-179v63,0,76,45,71,110r-95,0v-6,45,55,29,85,23r8,38v-58,23,-145,16,-145,-60v0,-68,9,-111,76,-111xm112,-108v1,-19,-3,-30,-22,-30v-19,0,-26,10,-24,30r46,0xm73,-199r-41,0r0,-43r41,0r0,43xm149,-199r-41,0r0,-43r41,0r0,43","w":174},{"d":"101,71r-49,0r20,-71r-16,0r-54,-175r52,0r36,124r36,-124r52,0","w":178},{"d":"185,-88r-45,70r-33,-21r32,-49r-32,-49r33,-20xm105,-88r-45,70r-33,-21r32,-49r-32,-49r33,-20","w":201},{"d":"153,0r-78,-158r0,158r-52,0r0,-240r67,0r78,165r0,-165r52,0r0,240r-67,0","w":243},{"d":"77,0r-54,0r0,-240r153,0r0,48r-99,0r0,51r91,0r0,48r-91,0r0,93","w":186},{"d":"104,-97v-20,-34,22,-70,23,-95v0,-13,-8,-19,-25,-19v-18,0,-27,6,-27,25r0,186r-52,0r0,-186v0,-45,26,-68,77,-68v47,0,75,20,79,61v2,18,-28,56,-28,70v5,23,57,41,51,75v7,58,-59,58,-102,45r7,-38v31,14,62,-8,27,-26v-10,-8,-28,-24,-30,-30","w":212},{"d":"22,-175r51,0r0,116v6,23,31,9,51,0r0,-116r52,0r0,175r-39,0r-5,-13v-46,22,-110,35,-110,-40r0,-122xm86,-199r-41,0r0,-43r41,0r0,43xm161,-199r-41,0r0,-43r41,0r0,43","w":199},{"d":"150,-184r-31,50r-24,-13r21,-40r-17,0r0,-60r51,0r0,63xm73,-184r-32,50r-23,-13r21,-40r-18,0r0,-60r52,0r0,63","w":173},{"d":"75,0r-52,0r0,-175r52,0r0,175xm32,-199r-41,0r0,-43r41,0r0,43xm108,-199r-41,0r0,-43r41,0r0,43"},{"d":"172,0r-149,0r0,-240r54,0r0,192r95,0r0,48","w":179},{"d":"86,-179v57,1,74,13,74,67r0,112r-43,0r-3,-11v-41,28,-96,17,-96,-39v0,-51,41,-51,90,-49v10,-50,-40,-38,-78,-32r-7,-39v19,-6,40,-9,63,-9xm68,-50v0,21,27,12,40,7r0,-20v-16,2,-40,-6,-40,13xm95,-259v21,0,35,12,35,33v0,21,-14,34,-35,34v-22,1,-35,-13,-35,-34v0,-21,14,-33,35,-33xm95,-211v9,0,13,-7,13,-15v0,-8,-5,-14,-13,-14v-8,0,-13,6,-13,14v0,8,4,15,13,15","w":179},{"d":"14,-60v0,-76,8,-119,85,-119v23,0,47,2,71,6r0,244r-52,7r0,-84v-50,20,-104,12,-104,-54xm118,-133v-26,-3,-56,-1,-52,28v2,25,-9,65,19,64v10,0,21,-4,33,-10r0,-82","w":193},{"d":"23,0r0,-240r54,0r0,240r-54,0xm154,0r-70,-122r65,-118r61,0r-67,118r72,122r-61,0","w":222},{"d":"97,-78v-71,5,-107,-92,-58,-139v15,-15,35,-23,58,-23r0,162xm83,46v31,-33,44,-22,44,-54r0,-232r40,0r-3,257v-15,24,-38,39,-56,58","w":193},{"d":"16,-201v0,-54,73,-46,119,-32r-6,34v-23,-6,-41,-8,-54,-8v-10,0,-16,4,-16,14v0,36,12,98,36,184r-40,9v-26,-85,-39,-152,-39,-201xm178,24v0,56,-73,46,-119,33r7,-34v23,6,41,8,54,8v10,0,15,-4,15,-14v0,-36,-12,-98,-36,-184r41,-9v26,85,38,151,38,200","w":192},{"d":"75,0r-52,0r0,-175r52,0r0,175xm74,-221r-18,28v-17,-9,-36,-21,-56,-34r20,-30v15,11,33,23,54,36"},{"d":"90,-179v63,0,76,45,71,110r-95,0v-6,45,55,29,85,23r8,38v-58,23,-145,16,-145,-60v0,-68,9,-111,76,-111xm112,-108v1,-19,-3,-30,-22,-30v-19,0,-26,10,-24,30r46,0xm81,-193r-18,-28v21,-13,40,-25,55,-36r19,30v-20,13,-39,25,-56,34","w":174},{"d":"14,-97r0,-39v12,1,23,0,23,-12v0,-59,-16,-141,50,-136r32,0r0,41v-15,0,-30,-2,-30,15v0,46,15,112,-35,111v50,-1,35,66,35,112v0,17,14,15,30,15r0,41v-49,3,-82,-4,-82,-54r0,-82v1,-12,-11,-13,-23,-12","w":122},{"d":"22,-175r51,0r0,116v6,23,31,9,51,0r0,-116r52,0r0,175r-39,0r-5,-13v-46,22,-110,35,-110,-40r0,-122","w":199},{"d":"192,-49r-30,0r0,49r-51,0r0,-49r-106,0r0,-45r89,-139r68,0r0,142r30,0r0,42xm111,-91r0,-90r-55,90r55,0","w":202},{"d":"90,-179v63,0,76,45,71,110r-95,0v-6,45,55,29,85,23r8,38v-58,23,-145,16,-145,-60v0,-68,9,-111,76,-111xm112,-108v1,-19,-3,-30,-22,-30v-19,0,-26,10,-24,30r46,0xm54,-191r-16,-21v18,-14,36,-29,52,-43v16,14,33,29,51,43r-16,21v-14,-8,-25,-17,-35,-24v-10,7,-22,16,-36,24","w":174},{"d":"71,-243v50,0,59,28,57,78v-2,36,-18,52,-57,53v-50,1,-60,-29,-58,-79v2,-37,18,-52,58,-52xm71,-147v25,2,17,-27,17,-47v0,-12,-4,-14,-17,-15v-26,-3,-17,27,-18,47v-1,13,5,14,18,15xm91,-9r97,-234r31,12r-96,235xm242,-127v50,0,60,28,58,78v-2,37,-19,52,-58,53v-50,1,-60,-29,-58,-79v2,-37,18,-52,58,-52xm242,-31v26,3,17,-27,18,-47v1,-13,-5,-14,-18,-15v-26,-3,-17,27,-18,47v-1,13,5,14,18,15","w":313},{"d":"170,-175r-54,87r56,88r-52,0r-31,-49r-31,49r-53,0r56,-88r-54,-87r51,0r31,48r30,-48r51,0","w":177},{"d":"149,-240r73,240r-56,0r-13,-47r-80,0r-13,47r-56,0r73,-240r72,0xm113,-192r-28,100r55,0xm114,-255r-18,-27v22,-14,38,-25,49,-33r20,30v-14,10,-31,19,-51,30","w":225},{"d":"44,49v20,3,22,-19,4,-16v-4,1,-20,1,-22,-5r7,-35r23,0r-5,24v25,-4,34,2,36,24v2,31,-44,36,-71,24r5,-20v8,2,16,4,23,4","w":102},{"d":"122,-130v-21,8,-37,16,-47,23r0,107r-52,0r0,-175r44,0r3,17v11,-7,33,-18,47,-21","w":124},{"d":"177,0r-51,0r0,-116v-7,-24,-27,-11,-51,0r0,116r-52,0r0,-247r52,-7r0,91v49,-23,102,-30,102,40r0,123","w":199},{"d":"157,-189r-77,189r-53,0r76,-187r-96,0r0,-46r150,0r0,44","w":164},{"d":"81,-120v-37,0,-65,-29,-65,-65v0,-37,28,-66,65,-66v37,0,65,29,65,66v0,36,-28,65,-65,65xm81,-230v-29,0,-44,20,-44,45v0,25,16,45,44,45v27,0,44,-19,44,-45v0,-26,-16,-45,-44,-45xm94,-157v-7,-6,-6,-20,-21,-19r0,19r-14,0r0,-60v23,0,45,-4,45,23v0,7,-3,12,-8,15r15,22r-17,0xm73,-189v9,0,19,1,17,-9v1,-7,-10,-4,-17,-5r0,14","w":162},{"d":"173,-108v4,69,-10,112,-79,112v-69,0,-84,-42,-80,-112v3,-46,27,-71,80,-71v53,0,76,24,79,71xm94,-40v35,0,26,-38,27,-69v0,-17,-9,-26,-27,-26v-36,0,-27,37,-28,69v0,17,10,26,28,26xm76,-199r-41,0r0,-43r41,0r0,43xm152,-199r-41,0r0,-43r41,0r0,43","w":187},{"d":"155,-151r-31,19r-40,-72r-41,72r-30,-19r54,-96r33,0","w":167},{"d":"-6,38v19,-18,29,-15,29,-38r0,-240r54,0r0,248v-3,34,-25,46,-51,68","w":99},{"d":"111,-243v55,0,93,26,93,73r0,100v-2,47,-38,74,-93,74v-55,0,-93,-27,-93,-74r0,-100v2,-47,38,-73,93,-73xm111,-44v62,0,39,-71,39,-121v0,-20,-13,-30,-39,-30v-62,0,-39,71,-39,120v0,20,13,31,39,31xm157,-279r-14,23v-12,-5,-22,-11,-32,-17v-10,6,-20,12,-32,17r-14,-23v15,-10,30,-20,46,-33v16,13,31,23,46,33","w":221},{"d":"71,-115v32,12,81,10,72,63v6,68,-79,62,-129,45r9,-38v18,5,35,8,53,8v19,0,22,-17,14,-27v-30,-14,-80,-10,-71,-62v-8,-63,72,-57,120,-47r-5,40v-29,-6,-80,-12,-63,18xm32,-232r16,-21v14,8,26,16,36,23v10,-7,22,-15,36,-23r15,21v-18,14,-35,28,-51,42v-16,-14,-34,-28,-52,-42","w":155},{"d":"160,31r-160,0r0,-27r160,0r0,27","w":159},{"d":"149,-240r73,240r-56,0r-13,-47r-80,0r-13,47r-56,0r73,-240r72,0xm113,-192r-28,100r55,0xm113,-315v19,0,31,12,31,30v0,17,-13,30,-31,30v-19,0,-32,-13,-32,-30v0,-17,13,-30,32,-30xm113,-272v8,-1,12,-5,12,-13v0,-8,-4,-12,-12,-13v-18,0,-16,26,0,26","w":225},{"d":"18,-170v-3,-76,86,-82,157,-66r-8,47v-40,-5,-98,-18,-95,28v3,45,-18,118,33,116v19,0,40,-2,62,-6r8,47v-21,5,-41,7,-59,7r-3,14v25,-4,34,2,36,24v2,31,-44,36,-71,24r5,-20v12,4,37,7,39,-4v2,-18,-27,1,-35,-13r6,-25v-47,-3,-75,-28,-75,-73r0,-100","w":187},{"d":"149,-240r73,240r-56,0r-13,-47r-80,0r-13,47r-56,0r73,-240r72,0xm113,-192r-28,100r55,0xm97,-262r-41,0r0,-39r41,0r0,39xm170,-262r-41,0r0,-39r41,0r0,39","w":225},{"d":"116,22v0,-8,-5,-7,-14,-9v-26,-5,-82,4,-82,-36v0,-11,5,-22,15,-32v-21,-11,-22,-36,-22,-67v0,-48,50,-66,101,-53r55,0r0,24r-18,7v18,53,-6,108,-72,99v-8,4,-12,15,-2,17v50,8,84,-3,86,47v3,70,-93,60,-150,47r7,-38v20,5,40,7,58,7v23,0,35,4,38,-13xm61,-120v-2,21,1,37,23,34v22,2,24,-12,24,-34v0,-12,-8,-18,-24,-18v-16,0,-23,6,-23,18","w":174},{"d":"18,-66v0,-63,37,-82,92,-66v1,-21,-6,-35,-19,-47r-25,25r-16,-16r21,-21v-11,-4,-24,-8,-41,-11r7,-41v26,3,49,9,68,19r18,-17r16,16r-14,14v41,29,38,84,37,149v0,44,-24,66,-72,66v-49,0,-72,-23,-72,-70xm110,-87v-16,-8,-41,-14,-41,11v0,20,1,36,21,36v26,0,19,-25,20,-47","w":176},{"d":"129,-130v-26,-7,-67,-12,-65,22v1,32,-8,67,29,67v12,0,24,-1,36,-4r6,43v-16,4,-30,6,-42,6r-3,13v25,-4,34,2,36,24v3,31,-44,36,-71,24r5,-20v12,4,39,8,40,-4v1,-17,-27,1,-35,-13r5,-26v-54,-4,-57,-49,-57,-110v0,-68,59,-80,122,-66","w":146},{"d":"111,-243v55,0,93,26,93,73r0,100v-2,47,-38,74,-93,74v-55,0,-93,-27,-93,-74r0,-100v2,-47,38,-73,93,-73xm111,-44v62,0,39,-71,39,-121v0,-20,-13,-30,-39,-30v-62,0,-39,71,-39,120v0,20,13,31,39,31","w":221},{"d":"86,-179v57,1,74,13,74,67r0,112r-43,0r-3,-11v-41,28,-96,17,-96,-39v0,-51,41,-51,90,-49v10,-50,-40,-38,-78,-32r-7,-39v19,-6,40,-9,63,-9xm68,-50v0,21,27,12,40,7r0,-20v-16,2,-40,-6,-40,13xm81,-193r-18,-28v21,-13,39,-25,54,-36r20,30v-20,13,-39,25,-56,34","w":179},{"d":"22,-175r51,0r0,116v6,23,31,9,51,0r0,-116r52,0r0,175r-39,0r-5,-13v-46,22,-110,35,-110,-40r0,-122xm124,-221r-18,28v-17,-9,-36,-21,-56,-34r19,-30v15,11,34,23,55,36","w":199},{"d":"111,-243v55,0,93,26,93,73r0,100v-2,47,-38,74,-93,74v-55,0,-93,-27,-93,-74r0,-100v2,-47,38,-73,93,-73xm111,-44v62,0,39,-71,39,-121v0,-20,-13,-30,-39,-30v-62,0,-39,71,-39,120v0,20,13,31,39,31xm95,-262r-41,0r0,-39r41,0r0,39xm168,-262r-41,0r0,-39r41,0r0,39","w":221},{"d":"174,0r-151,0r0,-240r151,0r0,48r-97,0r0,44r90,0r0,48r-90,0r0,52r97,0r0,48xm149,-279r-14,23v-12,-5,-22,-11,-32,-17v-10,6,-20,12,-32,17r-14,-23v15,-10,30,-20,46,-33v16,13,31,23,46,33","w":192},{"d":"110,-107v12,0,19,-12,22,-22r29,16v-10,30,-27,46,-51,46v-32,0,-56,-48,-73,0r-28,-17v12,-30,29,-45,51,-45v9,-2,43,22,50,22","w":165},{"d":"107,0r-52,0r0,-60r52,0r0,60xm13,-243v67,-15,149,-17,145,61v-3,65,-28,64,-71,100r-29,-40v31,-28,44,-23,49,-57v-3,-38,-50,-24,-87,-20","w":174},{"d":"111,-243v55,0,93,26,93,73r0,100v-2,47,-38,74,-93,74v-55,0,-93,-27,-93,-74r0,-100v2,-47,38,-73,93,-73xm111,-44v62,0,39,-71,39,-121v0,-20,-13,-30,-39,-30v-62,0,-39,71,-39,120v0,20,13,31,39,31xm131,-282r-18,27v-20,-11,-36,-20,-50,-30r19,-30v11,8,27,19,49,33","w":221},{"d":"77,-204v68,-2,124,0,124,68v0,86,-38,106,-124,99r0,37r-54,0r0,-240r54,0r0,36xm77,-84v40,0,81,8,70,-47v3,-35,-40,-23,-70,-25r0,72","w":210},{"d":"141,0r3,-57r-51,0r-3,57r-37,0r3,-57r-43,0r1,-34r43,0r3,-52r-44,0r2,-34r44,0r2,-56r38,0r-3,56r51,0r3,-56r37,0r-3,56r41,0r-2,34r-41,0r-2,52r42,0r-2,34r-42,0r-3,57r-37,0xm97,-143r-3,52r51,0r3,-52r-51,0","w":244},{"d":"75,-165v47,-30,104,-12,104,51v0,61,1,118,-59,118v-16,0,-31,-2,-45,-5r0,72r-52,7r0,-325r52,-7r0,89xm75,-120r0,74v22,5,52,13,52,-15v0,-27,11,-73,-19,-73v-12,0,-22,5,-33,14","w":193},{"d":"111,-243v55,0,93,26,93,73r0,100v-2,47,-38,74,-93,74v-55,0,-93,-27,-93,-74r0,-100v2,-47,38,-73,93,-73xm111,-44v62,0,39,-71,39,-121v0,-20,-13,-30,-39,-30v-62,0,-39,71,-39,120v0,20,13,31,39,31xm92,-305v21,0,47,36,56,1r24,11v-6,23,-19,35,-38,35v-24,0,-47,-30,-59,1r-21,-17v11,-21,23,-31,38,-31","w":221},{"d":"149,-240r73,240r-56,0r-13,-47r-80,0r-13,47r-56,0r73,-240r72,0xm113,-192r-28,100r55,0xm159,-279r-14,23v-12,-5,-22,-11,-32,-17v-10,6,-20,12,-32,17r-14,-23v15,-10,30,-20,46,-33v16,13,31,23,46,33","w":225},{"d":"161,0r-34,-114r-34,114r-56,0r-31,-175r48,0r17,102r30,-102r52,0r30,102r17,-102r47,0r-30,175r-56,0","w":253},{"d":"108,-136r0,39v-12,-1,-22,0,-22,12v0,60,15,141,-51,136r-31,0r0,-41v15,0,30,1,30,-15v0,-45,-15,-113,34,-112v-50,1,-34,-66,-34,-111v0,-16,-14,-16,-30,-15r0,-41v48,-3,82,4,82,53r0,83v-1,11,10,13,22,12","w":122},{"d":"169,-108r-149,0r0,-35r149,0r0,35xm169,-38r-149,0r0,-35r149,0r0,35","w":189},{"d":"112,-44v24,0,36,-8,36,-31r0,-165r54,0r0,170v0,48,-36,74,-90,74v-54,0,-90,-26,-90,-74r0,-170r54,0r0,165v0,23,12,31,36,31xm139,-282r-18,27v-20,-11,-36,-20,-50,-30r19,-30v11,8,27,19,49,33","w":223},{"d":"86,-179v57,1,74,13,74,67r0,112r-43,0r-3,-11v-41,28,-96,17,-96,-39v0,-51,41,-51,90,-49v10,-50,-40,-38,-78,-32r-7,-39v19,-6,40,-9,63,-9xm68,-50v0,21,27,12,40,7r0,-20v-16,2,-40,-6,-40,13xm56,-191r-16,-21v18,-14,35,-29,51,-43v16,14,34,29,52,43r-16,21v-14,-8,-26,-17,-36,-24v-10,7,-21,16,-35,24","w":179},{"w":75},{"d":"75,4r-32,50r-23,-14r20,-40r-17,0r0,-60r52,0r0,64"},{"d":"111,-132v0,52,-52,52,-95,42r5,-28v15,0,61,16,53,-18v0,-19,-32,-8,-49,-11r0,-27v20,-2,53,10,47,-20v2,-21,-38,-10,-48,-9r-5,-29v42,-8,95,-10,89,42v-2,17,-5,20,-16,28v13,4,19,13,19,30xm297,-28r-21,0r0,28r-36,0r0,-28r-66,0r0,-26r50,-92r52,0r0,89r21,0r0,29xm240,-57r0,-58r-29,58r29,0xm81,4r112,-253r28,13r-111,252","w":318},{"d":"178,-175r-55,175r-66,0r-55,-175r52,0r36,124r36,-124r52,0","w":180},{"d":"173,-108v4,69,-10,112,-79,112v-69,0,-84,-42,-80,-112v3,-46,27,-71,80,-71v53,0,76,24,79,71xm94,-40v35,0,26,-38,27,-69v0,-17,-9,-26,-27,-26v-36,0,-27,37,-28,69v0,17,10,26,28,26xm58,-191r-16,-21v18,-14,36,-29,52,-43v16,14,33,29,51,43r-16,21v-14,-8,-25,-17,-35,-24v-10,7,-22,16,-36,24","w":187},{"d":"190,-188r-24,25v6,22,7,61,0,85r24,24r-30,31r-28,-28v-15,4,-39,4,-54,0r-28,28r-30,-31r24,-24v-5,-23,-5,-60,0,-85r-24,-25r30,-30r28,28v14,-4,39,-4,54,0r28,-28xm105,-154v-29,-3,-20,29,-20,52v0,13,7,14,20,15v29,3,21,-29,21,-52v0,-12,-7,-14,-21,-15","w":210},{"d":"291,-28r-21,0r0,28r-36,0r0,-28r-66,0r0,-26r49,-92r53,0r0,89r21,0r0,29xm234,-57r0,-58r-29,58r29,0xm94,-87r-38,0r0,-102r-30,14r-13,-29v25,-11,40,-34,81,-29r0,146xm76,4r112,-253r28,13r-112,252","w":312},{"d":"73,-184r-32,50r-23,-13r21,-40r-18,0r0,-60r52,0r0,63","w":92},{"d":"104,-197v-33,-9,-33,28,-24,43v28,16,106,14,101,66v21,104,-95,105,-165,76r9,-42v25,8,48,12,69,12v32,0,34,-10,33,-39v-11,-26,-87,-21,-95,-42v-8,-9,-11,-27,-11,-53v0,-84,89,-70,155,-59r-5,45v-27,-5,-49,-7,-67,-7xm136,-313r14,22v-15,10,-30,21,-46,34v-16,-13,-31,-24,-46,-34r14,-22v12,5,22,10,32,16v10,-6,20,-11,32,-16","w":195},{"d":"17,-136r0,-39r132,0r0,39r-73,96r75,0r0,40r-135,0r0,-40r73,-96r-72,0xm34,-232r16,-21v14,8,26,16,36,23v10,-7,21,-15,35,-23r16,21v-18,14,-35,28,-51,42v-16,-14,-34,-28,-52,-42","w":165},{"d":"65,76r-36,0r0,-360r36,0r0,360","w":93},{"d":"112,-44v24,0,36,-8,36,-31r0,-165r54,0r0,170v0,48,-36,74,-90,74v-54,0,-90,-26,-90,-74r0,-170r54,0r0,165v0,23,12,31,36,31xm158,-279r-14,23v-12,-5,-22,-11,-32,-17v-10,6,-20,12,-32,17r-14,-23v15,-10,30,-20,46,-33v16,13,31,23,46,33","w":223},{"d":"79,0r-54,0r0,-240r54,0r0,240xm77,-282r-18,27v-20,-11,-37,-20,-51,-30r20,-30v11,8,27,19,49,33","w":104},{"d":"23,-204r32,-50r23,13r-20,40r17,0r0,60r-52,0r0,-63","w":96},{"d":"179,-172r0,112v0,42,-27,64,-80,64v-53,0,-79,-22,-79,-64r0,-112v0,-42,26,-64,79,-64v53,0,80,22,80,64xm99,-191v-21,0,-27,6,-27,26r0,98v0,20,7,25,27,25v20,0,29,-5,28,-25r0,-98v1,-20,-7,-26,-28,-26","w":198},{"d":"96,4v-61,1,-81,-20,-78,-80v2,-23,11,-33,30,-42v-22,-16,-25,-30,-24,-61v1,-43,24,-57,72,-57v56,0,72,22,72,77v0,23,-9,30,-24,41v25,10,31,26,30,60v-2,50,-25,61,-78,62xm95,-97v-24,10,-28,9,-27,39v1,16,9,19,28,19v31,6,33,-26,24,-46v-3,-3,-12,-7,-25,-12xm96,-194v-28,-6,-25,30,-18,47v3,3,9,6,19,10v22,-6,21,-14,21,-40v0,-14,-6,-17,-22,-17","w":192},{"d":"14,-227v62,-14,154,-24,147,57v-4,48,-4,46,-33,80r-39,45r74,0r0,45r-145,0r0,-44v35,-34,66,-72,85,-95v9,-17,13,-58,-22,-51v-22,0,-42,2,-60,7","w":181},{"d":"154,-79r-136,0r0,-43r136,0r0,43","w":172},{"d":"66,-83r-30,0v-12,-47,-12,-105,-11,-164r52,0v1,59,1,118,-11,164xm77,0r-52,0r0,-60r52,0r0,60","w":102},{"w":75},{"d":"105,-176r-12,-29r0,39r-17,0r3,-74r17,0r17,45r17,-45r17,0r3,74r-17,0r-1,-40r-11,30r-16,0xm67,-224r-19,0r0,58r-18,0r0,-58r-19,0r0,-16r56,0r0,16","w":162},{"d":"64,-141v1,32,-9,68,29,68v12,0,24,-1,36,-4r6,43v-12,3,-23,4,-34,5r0,33r-33,0r0,-35v-52,-4,-55,-49,-55,-109v0,-43,18,-63,55,-70r0,-33r33,0r0,32v8,0,20,2,34,5r-6,43v-26,-6,-67,-11,-65,22","w":153},{"d":"177,-43r-51,0r0,43r-54,0r0,-43r-51,0r0,-32r48,0r-12,-28r-36,0r0,-34r21,0r-42,-96r57,0r42,104r42,-104r56,0r-42,96r22,0r0,34r-37,0r-12,28r49,0r0,32","w":197},{"d":"68,-175r52,0r0,59r-52,0r0,-59xm162,67v-77,19,-166,12,-145,-84v9,-41,38,-50,70,-76r29,39v-32,28,-48,22,-48,57v0,38,51,24,87,20","w":174},{"d":"112,-44v24,0,36,-8,36,-31r0,-165r54,0r0,170v0,48,-36,74,-90,74v-54,0,-90,-26,-90,-74r0,-170r54,0r0,165v0,23,12,31,36,31xm104,-255r-18,-27v22,-14,38,-25,49,-33r20,30v-14,10,-31,19,-51,30","w":223},{"d":"62,-18r-46,-70r46,-69r33,20r-32,49r32,49xm142,-18r-46,-70r46,-69r33,20r-32,49r32,49","w":201},{"d":"208,-79r-190,0r0,-43r190,0r0,43","w":226},{"d":"61,-199r-41,0r0,-43r41,0r0,43xm136,-199r-41,0r0,-43r41,0r0,43","w":156},{"d":"176,-189v-42,-3,-107,-21,-104,27v3,46,-19,119,34,117v10,0,21,-1,32,-2r0,-74r51,0r0,113v-69,23,-171,19,-171,-62r0,-100v-3,-79,91,-81,165,-66","w":210},{"d":"36,-193r-18,-28v21,-13,39,-25,54,-36r20,30v-20,13,-39,25,-56,34","w":111},{"d":"65,76r-36,0r0,-151r36,0r0,151xm65,-284r0,150r-36,0r0,-150r36,0","w":93},{"d":"204,-70v4,66,-89,90,-147,63r-17,29r-22,-13r19,-31v-31,-29,-15,-94,-19,-148v-4,-66,87,-89,147,-63r17,-28r22,13r-19,30v31,29,15,94,19,148xm111,-195v-60,-4,-33,67,-39,115r66,-109v-7,-4,-16,-6,-27,-6xm84,-51v20,14,72,6,66,-24r0,-84","w":221},{"d":"23,-204r32,-50r23,13r-20,40r17,0r0,60r-52,0r0,-63xm101,-204r31,-50r24,13r-21,40r18,0r0,60r-52,0r0,-63","w":173},{"d":"86,-179v57,1,74,13,74,67r0,112r-43,0r-3,-11v-41,28,-96,17,-96,-39v0,-51,41,-51,90,-49v10,-50,-40,-38,-78,-32r-7,-39v19,-6,40,-9,63,-9xm68,-50v0,21,27,12,40,7r0,-20v-16,2,-40,-6,-40,13xm116,-221r-18,28v-17,-9,-36,-21,-56,-34r20,-30v15,11,33,23,54,36","w":179},{"d":"138,-166v49,-30,126,-7,116,60r0,37r-94,0v-7,45,56,29,85,23r7,38v-35,14,-94,19,-121,-3v-41,26,-113,21,-113,-39v0,-51,41,-51,90,-49v10,-50,-40,-38,-78,-32r-7,-39v34,-11,87,-15,115,4xm205,-108v1,-19,-2,-30,-21,-30v-19,0,-26,10,-24,30r45,0xm68,-50v0,21,27,12,40,7r0,-20v-16,2,-40,-6,-40,13","w":268},{"d":"123,-19r-37,-37r-37,37r-29,-30r37,-37r-37,-37r29,-29r37,37r37,-37r30,29r-37,37r37,37","w":172},{"d":"75,0r-52,0r0,-60r52,0r0,60xm174,0r-52,0r0,-60r52,0r0,60xm273,0r-52,0r0,-60r52,0r0,60","w":295},{"d":"112,-44v24,0,36,-8,36,-31r0,-165r54,0r0,170v0,48,-36,74,-90,74v-54,0,-90,-26,-90,-74r0,-170r54,0r0,165v0,23,12,31,36,31xm96,-262r-41,0r0,-39r41,0r0,39xm169,-262r-41,0r0,-39r41,0r0,39","w":223},{"d":"88,-104v-4,-50,6,-83,56,-79v13,0,23,1,32,4r-4,31v-17,-3,-47,-9,-46,13v1,21,-6,45,18,45v10,0,19,-1,28,-3r4,31v-39,11,-93,0,-88,-42xm138,4v-70,0,-124,-55,-124,-124v0,-69,54,-124,124,-124v70,0,123,55,123,124v0,69,-53,124,-123,124xm138,-210v-51,0,-89,39,-89,90v0,51,38,90,89,90v51,0,88,-39,88,-90v0,-51,-37,-90,-88,-90","w":275},{"d":"71,-115v32,12,81,10,72,63v6,68,-79,62,-129,45r9,-38v18,5,35,8,53,8v19,0,22,-17,14,-27v-30,-14,-80,-10,-71,-62v-8,-63,72,-57,120,-47r-5,40v-29,-6,-80,-12,-63,18","w":155},{"d":"177,0r-51,0r0,-116v-6,-24,-31,-10,-51,0r0,116r-52,0r0,-175r39,0r5,13v46,-21,110,-36,110,39r0,123xm44,-212v17,-44,52,-30,79,-16v7,0,12,-4,14,-14r25,11v-10,48,-55,32,-83,19v-6,4,-10,10,-14,16","w":199},{"d":"170,4r-159,-79r0,-26r159,-78r16,31r-127,60r127,61","w":203},{"d":"167,-189v-39,-4,-100,-20,-95,28v4,44,-21,116,33,116v19,0,40,-2,62,-6r8,47v-70,17,-157,11,-157,-66r0,-100v-3,-76,86,-82,157,-66","w":187},{"d":"209,0r-54,0r0,-96r-78,0r0,96r-54,0r0,-240r54,0r0,96r78,0r0,-96r54,0r0,240","w":232},{"d":"177,0r-51,0r0,-116v-6,-24,-31,-10,-51,0r0,116r-52,0r0,-175r39,0r5,13v33,-15,82,-30,102,0v45,-22,111,-35,111,39r0,123r-52,0r0,-116v-6,-24,-31,-10,-51,0r0,116","w":301},{"d":"187,-192r-64,0r0,192r-54,0r0,-192r-65,0r0,-48r183,0r0,48","w":191},{"d":"149,-240r73,240r-56,0r-13,-47r-80,0r-13,47r-56,0r73,-240r72,0xm113,-192r-28,100r55,0xm136,-282r-18,27v-20,-11,-37,-20,-51,-30r20,-30v11,8,27,19,49,33","w":225},{"d":"14,-67v0,-69,11,-114,80,-112v20,0,37,4,52,14v48,-31,129,-10,121,59r0,37r-94,0v-6,45,55,29,85,23r7,39v-33,13,-93,18,-119,-4v-49,33,-132,11,-132,-56xm94,-40v37,0,27,-40,27,-72v0,-16,-10,-23,-27,-23v-36,0,-27,37,-28,69v0,17,10,26,28,26xm218,-108v1,-19,-2,-30,-21,-30v-19,0,-26,10,-24,30r45,0","w":281},{"d":"67,-236v28,0,49,20,49,48v0,28,-21,48,-49,48v-28,0,-50,-20,-49,-48v0,-27,21,-48,49,-48xm67,-164v14,0,22,-11,22,-24v0,-14,-9,-23,-22,-24v-13,0,-21,10,-21,24v0,13,8,24,21,24","w":134},{"d":"22,-175r51,0r0,116v6,23,31,9,51,0r0,-116r52,0r0,175r-39,0r-5,-13v-46,22,-110,35,-110,-40r0,-122xm67,-191r-16,-21v18,-14,36,-29,52,-43v16,14,33,29,51,43r-15,21v-14,-8,-26,-17,-36,-24v-10,7,-22,16,-36,24","w":199},{"d":"203,-240r-74,171r0,69r-54,0r0,-69r-75,-171r57,0r45,111r45,-111r56,0xm86,-262r-41,0r0,-39r41,0r0,39xm158,-262r-41,0r0,-39r41,0r0,39","w":203},{"d":"160,-125v58,17,47,125,-34,125r-103,0r0,-240v67,2,163,-15,163,53v0,32,0,51,-26,62xm77,-141v32,1,64,5,55,-38v1,-23,-33,-16,-55,-17r0,55xm77,-44v33,-1,72,9,64,-35v1,-28,-38,-19,-64,-20r0,55","w":205},{"d":"75,0r-52,0r0,-175r52,0r0,175"},{"d":"0,-112r34,-14r0,-114r54,0r0,92r49,-20r12,33r-61,24r0,63r95,0r0,48r-149,0r0,-89r-22,9","w":190},{"d":"149,-240r73,240r-56,0r-13,-47r-80,0r-13,47r-56,0r73,-240r72,0xm113,-192r-28,100r55,0","w":225},{"d":"69,-161v45,-34,110,-21,110,47v0,61,1,118,-59,118v-16,0,-31,-2,-45,-5r0,72r-52,7r0,-253r41,0xm75,-120r0,74v22,5,52,13,52,-15v0,-27,11,-73,-19,-73v-12,0,-22,5,-33,14","w":193},{"d":"14,-151v0,-57,18,-85,77,-85v90,0,75,77,76,157v1,77,-71,89,-146,80r3,-43v53,5,100,5,91,-54v-49,14,-101,3,-101,-55xm115,-142v-1,-25,6,-50,-24,-50v-23,0,-25,15,-25,39v0,26,34,18,49,11","w":184},{"d":"184,-195r-104,151r106,0r0,44r-168,0r0,-44r105,-151r-100,0r0,-45r161,0r0,45xm140,-313r14,22v-15,10,-30,21,-46,34v-16,-13,-31,-24,-46,-34r14,-22v12,5,22,10,32,16v10,-6,20,-11,32,-16","w":203},{"d":"75,-105r-52,0r0,-60r52,0r0,60xm75,4r-32,50r-23,-14r20,-40r-17,0r0,-60r52,0r0,64"},{"d":"75,0r-52,0r0,-60r52,0r0,60xm75,-105r-52,0r0,-60r52,0r0,60"},{"d":"187,-9v-65,21,-165,30,-165,-67v0,-24,9,-40,27,-48v-20,-10,-23,-30,-23,-59v0,-69,95,-67,154,-52r-6,42v-22,-5,-47,-7,-72,-7v-24,-1,-25,14,-25,37v0,15,7,22,21,22r124,0r0,43r-35,0r0,89xm73,-76v-9,42,34,41,65,33r0,-55v-27,0,-67,-5,-65,22","w":232},{"d":"193,-75r-160,79r-15,-31r127,-61r-127,-60r15,-31r160,78r0,26","w":203},{"d":"26,-245v36,-10,88,-15,88,37r0,72v-10,-2,-29,5,-29,-7v-26,17,-62,10,-62,-25v0,-32,26,-32,58,-31v6,-32,-27,-26,-50,-21xm81,-176v-11,1,-27,-5,-26,8v1,13,16,9,26,5r0,-13","w":135},{"d":"108,45r-81,0r0,-329r81,0r0,41r-29,0r0,247r29,0r0,41","w":114},{"d":"22,-44v32,2,94,21,83,-31v2,-28,-46,-17,-73,-19r0,-45v34,-2,77,12,69,-37v-5,-31,-49,-15,-79,-13r-5,-41v64,-11,136,-18,136,65v0,22,-8,38,-24,48v24,9,28,28,28,62v0,68,-88,65,-141,51","w":175},{"d":"120,-3v-38,15,-91,7,-91,-38r0,-93r-24,0r0,-41r24,0r0,-42r52,-8r0,50r40,0r-3,41r-37,0r0,85v-1,14,22,10,32,7","w":129},{"d":"18,-229v45,-12,105,-17,98,45v-3,26,-27,47,-40,65r44,0r0,32r-98,0r0,-29r53,-56v5,-10,7,-30,-11,-30v-11,0,-24,2,-39,6","w":141},{"d":"174,0r-151,0r0,-240r151,0r0,48r-97,0r0,44r90,0r0,48r-90,0r0,52r97,0r0,48xm84,-262r-41,0r0,-39r41,0r0,39xm157,-262r-41,0r0,-39r41,0r0,39","w":192},{"d":"129,-130v-26,-7,-67,-12,-65,22v1,32,-8,67,29,67v12,0,24,-1,36,-4r6,43v-62,16,-122,3,-122,-66v0,-71,9,-115,80,-111v12,0,26,1,42,5","w":146},{"d":"94,-87r-38,0r0,-102r-30,14r-13,-29v25,-11,40,-34,81,-29r0,146","w":128},{"d":"4,34v54,-74,54,-213,0,-287r38,-21v74,87,75,242,0,329","w":117},{"d":"173,-108v4,69,-10,112,-79,112v-69,0,-84,-42,-80,-112v3,-46,27,-71,80,-71v53,0,76,24,79,71xm94,-40v35,0,26,-38,27,-69v0,-17,-9,-26,-27,-26v-36,0,-27,37,-28,69v0,17,10,26,28,26xm87,-193r-18,-28v21,-13,39,-25,54,-36r20,30v-20,13,-39,25,-56,34","w":187},{"d":"75,-197r-52,0r0,-55r52,0r0,55xm75,0r-52,0r0,-175r52,0r0,175"},{"d":"36,-92r30,0v12,46,12,104,11,163r-52,0v-1,-59,-1,-117,11,-163xm25,-175r52,0r0,59r-52,0r0,-59","w":102},{"d":"101,71r-49,0r20,-71r-16,0r-54,-175r52,0r36,124r36,-124r52,0xm87,-193r-18,-28v21,-13,40,-25,55,-36r19,30v-20,13,-39,25,-56,34","w":178},{"d":"115,0r-52,0r0,-172r-41,22r-22,-43r68,-40r47,0r0,233","w":140},{"d":"118,0r-48,0r0,-49r48,0r0,49xm169,-71r-149,0r0,-33r149,0r0,33xm118,-126r-48,0r0,-49r48,0r0,49","w":188},{"d":"203,-240r-74,171r0,69r-54,0r0,-69r-75,-171r57,0r45,111r45,-111r56,0xm98,-255r-18,-27v22,-14,38,-25,49,-33r19,30v-14,10,-30,19,-50,30","w":203},{"d":"207,-62v0,74,-97,62,-174,62r0,-99r-24,0r0,-43r24,0r0,-98v78,0,174,-12,174,63r0,115xm87,-48v32,0,70,4,66,-29v-5,-45,21,-119,-34,-115r-32,0r0,50r31,0r0,43r-31,0r0,51","w":224},{"d":"90,-179v63,0,76,45,71,110r-95,0v-6,45,55,29,85,23r8,38v-58,23,-145,16,-145,-60v0,-68,9,-111,76,-111xm112,-108v1,-19,-3,-30,-22,-30v-19,0,-26,10,-24,30r46,0","w":174},{"d":"111,-243v55,0,93,26,93,73r0,100v-2,47,-38,74,-93,74v-55,0,-93,-27,-93,-74r0,-100v2,-47,38,-73,93,-73xm111,-44v62,0,39,-71,39,-121v0,-20,-13,-30,-39,-30v-62,0,-39,71,-39,120v0,20,13,31,39,31xm108,-255r-18,-27v22,-14,38,-25,49,-33r19,30v-14,10,-30,19,-50,30","w":221},{"d":"79,0r-54,0r0,-240r54,0r0,240xm36,-262r-41,0r0,-39r41,0r0,39xm109,-262r-41,0r0,-39r41,0r0,39","w":104},{"d":"108,-202r-92,0r0,-33r92,0r0,33","w":123},{"d":"153,0r-78,-158r0,158r-52,0r0,-240r67,0r78,165r0,-165r52,0r0,240r-67,0xm103,-305v20,0,48,36,56,1r24,11v-6,23,-19,35,-38,35v-20,0,-35,-26,-50,-11r-9,12r-20,-17v11,-21,22,-31,37,-31","w":243},{"d":"86,-179v57,1,74,13,74,67r0,112r-43,0r-3,-11v-41,28,-96,17,-96,-39v0,-51,41,-51,90,-49v10,-50,-40,-38,-78,-32r-7,-39v19,-6,40,-9,63,-9xm68,-50v0,21,27,12,40,7r0,-20v-16,2,-40,-6,-40,13xm71,-212v-11,0,-13,10,-18,16r-21,-16v11,-21,23,-31,38,-31v21,0,47,35,55,1r25,11v-8,46,-55,35,-79,19","w":179},{"d":"75,0r-52,0r0,-60r52,0r0,60"},{"d":"151,-120v28,37,20,126,-41,122r0,42r-41,0r0,-41v-18,-1,-36,-6,-53,-12r10,-42v22,6,41,10,57,10v33,7,34,-29,24,-46v-14,-10,-73,-17,-78,-32v-8,-9,-11,-26,-11,-50v0,-45,17,-62,60,-66r0,-42r42,0r0,42v16,1,29,3,40,6r-5,44v-26,-2,-86,-23,-86,17v0,40,61,21,82,48","w":180},{"d":"149,-240r73,240r-56,0r-13,-47r-80,0r-13,47r-56,0r73,-240r72,0xm113,-192r-28,100r55,0xm94,-274v-9,2,-13,9,-18,17r-21,-17v11,-21,23,-31,38,-31v20,0,47,36,55,1r25,11v-6,23,-19,35,-38,35v-15,0,-30,-15,-41,-16","w":225},{"d":"48,-120v0,74,73,112,145,84r9,28v-88,39,-188,-18,-188,-112v0,-71,50,-123,120,-123v63,0,107,40,112,98v5,60,-68,108,-105,60v-23,16,-69,14,-60,-29v7,-34,13,-66,52,-66v15,0,32,4,50,12r-16,72v29,13,48,-19,46,-48v-1,-42,-31,-69,-79,-69v-52,0,-86,42,-86,93xm142,-111r9,-38v-12,-4,-32,-9,-34,8v-1,12,-16,36,3,37v6,0,14,-2,22,-7","w":259},{"d":"75,0r-52,0r0,-175r52,0r0,175xm45,-193r-18,-28v21,-13,40,-25,55,-36r19,30v-20,13,-39,25,-56,34"},{"d":"23,-240v80,3,178,-19,178,68v0,67,-15,102,-83,99r-41,0r0,73r-54,0r0,-240xm77,-120v40,0,81,8,70,-47v3,-35,-40,-23,-70,-25r0,72","w":210},{"d":"101,71r-49,0r20,-71r-16,0r-54,-175r52,0r36,124r36,-124r52,0xm73,-199r-41,0r0,-43r41,0r0,43xm148,-199r-41,0r0,-43r41,0r0,43","w":178},{"d":"112,-44v24,0,36,-8,36,-31r0,-165r54,0r0,170v0,48,-36,74,-90,74v-54,0,-90,-26,-90,-74r0,-170r54,0r0,165v0,23,12,31,36,31","w":223},{"d":"23,-240v78,0,174,-12,174,63r0,115v0,74,-97,62,-174,62r0,-240xm77,-48v32,0,70,6,66,-29v-6,-44,21,-119,-33,-115r-33,0r0,144","w":215},{"d":"17,-136r0,-39r132,0r0,39r-73,96r75,0r0,40r-135,0r0,-40r73,-96r-72,0","w":165},{"d":"173,-108v0,69,-10,114,-79,112v-18,0,-34,-3,-46,-9r-17,23r-16,-11r17,-24v-21,-18,-18,-54,-18,-91v0,-63,70,-86,125,-62r17,-23r16,11r-17,24v12,12,18,28,18,50xm94,-135v-36,-2,-27,38,-28,70r46,-66v-5,-3,-10,-4,-18,-4xm75,-45v17,11,46,4,46,-21r0,-43","w":187},{"d":"107,-79r-93,0r0,-43r93,0r0,43","w":121},{"d":"88,45r-81,0r0,-41r29,0r0,-247r-29,0r0,-41r81,0r0,329","w":114},{"d":"111,-63v0,-51,-54,-27,-84,-33r0,-137r131,0r0,45r-80,0r0,49v42,0,91,5,85,53v19,93,-72,102,-145,81r8,-42v27,3,85,21,85,-16","w":179},{"d":"174,0r-151,0r0,-240r151,0r0,48r-97,0r0,44r90,0r0,48r-90,0r0,52r97,0r0,48","w":192},{"d":"86,-179v57,1,74,13,74,67r0,112r-43,0r-3,-11v-41,28,-96,17,-96,-39v0,-51,41,-51,90,-49v10,-50,-40,-38,-78,-32r-7,-39v19,-6,40,-9,63,-9xm68,-50v0,21,27,12,40,7r0,-20v-16,2,-40,-6,-40,13xm76,-199r-41,0r0,-43r41,0r0,43xm151,-199r-41,0r0,-43r41,0r0,43","w":179},{"d":"179,-70v8,83,-85,80,-156,68r0,-245r52,-7r0,85v50,-20,108,-13,104,53r0,46xm75,-42v25,3,55,1,52,-28v-3,-25,9,-65,-19,-64v-10,0,-21,4,-33,10r0,82","w":193},{"d":"18,-158r0,-89r36,0r0,89r-36,0xm83,-158r0,-89r35,0r0,89r-35,0","w":136},{"d":"75,0r-52,0r0,-175r52,0r0,175xm14,-191r-16,-21v18,-14,35,-29,51,-43v16,14,34,29,52,43r-16,21v-14,-8,-26,-17,-36,-24v-10,7,-21,16,-35,24"},{"d":"111,0v-55,2,-93,-26,-93,-73r0,-93v2,-47,38,-74,93,-74r192,0r0,48r-97,0r0,44r90,0r0,48r-90,0r0,52r97,0r0,48r-192,0xm152,-192v-35,0,-83,-5,-80,30v5,48,-21,118,39,114r41,0r0,-144","w":321},{"d":"23,-119v18,3,57,15,53,-16v-2,-18,-32,-9,-49,-11r0,-29v19,-3,50,10,47,-19v-2,-20,-31,-10,-48,-9r-5,-28v41,-10,94,-10,89,41v-2,17,-5,20,-16,28v15,4,18,16,18,37v0,46,-55,44,-94,35","w":132},{"d":"212,-240r-67,240r-77,0r-68,-240r55,0r51,191r51,-191r55,0","w":212},{"d":"94,-221r-18,28v-17,-9,-36,-21,-56,-34r19,-30v15,11,34,23,55,36","w":111},{"d":"79,0r-54,0r0,-240r54,0r0,240","w":104},{"d":"173,-108v4,69,-10,112,-79,112v-69,0,-84,-42,-80,-112v3,-46,27,-71,80,-71v53,0,76,24,79,71xm94,-40v35,0,26,-38,27,-69v0,-17,-9,-26,-27,-26v-36,0,-27,37,-28,69v0,17,10,26,28,26","w":187},{"d":"75,0r-52,0r0,-247r52,-7r0,254"},{"d":"86,-179v57,1,74,13,74,67r0,112r-43,0r-3,-11v-41,28,-96,17,-96,-39v0,-51,41,-51,90,-49v10,-50,-40,-38,-78,-32r-7,-39v19,-6,40,-9,63,-9xm68,-50v0,21,27,12,40,7r0,-20v-16,2,-40,-6,-40,13","w":179},{"d":"79,0r-54,0r0,-240r54,0r0,240xm98,-279r-14,23v-12,-5,-22,-11,-32,-17v-10,6,-20,12,-32,17r-14,-23v15,-10,30,-20,46,-33v16,13,31,23,46,33","w":104},{"d":"124,-14v-45,34,-110,19,-110,-47v0,-61,-1,-118,59,-118v16,0,31,2,45,5r0,-73r52,-7r0,254r-41,0xm118,-55r0,-75v-23,-5,-52,-11,-52,16v0,27,-11,73,19,73v12,0,22,-5,33,-14","w":193},{"d":"34,-172v-3,-51,8,-84,59,-82v10,0,24,2,40,5r-7,41v-18,-4,-44,-9,-40,16r0,20r41,0r-4,43r-37,0r0,129r-52,0r0,-129r-27,0r0,-43r27,0","w":132},{"d":"174,0r-151,0r0,-240r151,0r0,48r-97,0r0,44r90,0r0,48r-90,0r0,52r97,0r0,48xm92,-255r-18,-27v22,-14,38,-25,49,-33r19,30v-14,10,-30,19,-50,30","w":192},{"d":"75,0r-52,0r0,-247r52,-7r0,254xm82,-88r45,-87r55,0r-46,87r48,88r-55,0","w":189},{"d":"290,0r-124,0r-13,-47r-80,0r-13,47r-56,0r73,-240r213,0r0,48r-127,0r14,44r105,0r0,48r-91,0r16,52r83,0r0,48xm113,-192r-28,100r55,0","w":307},{"d":"4,-116r27,-11r0,-120r51,-7r0,106r25,-10r12,32r-37,15r0,111r-51,0r0,-90r-15,5","w":120},{"d":"166,-111r-52,0r0,54r-42,0r0,-54r-52,0r0,-39r52,0r0,-54r42,0r0,54r52,0r0,39xm166,0r-146,0r0,-38r146,0r0,38","w":186},{"d":"203,-240r-74,171r0,69r-54,0r0,-69r-75,-171r57,0r45,111r45,-111r56,0","w":203},{"d":"94,-87r-38,0r0,-102r-30,14r-13,-29v25,-11,40,-34,81,-29r0,146xm192,-141v45,-13,105,-18,98,45v-3,26,-27,47,-40,64r44,0r0,32r-98,0r0,-28r53,-56v5,-10,7,-34,-11,-30v-11,0,-24,2,-39,6xm76,4r112,-253r28,13r-112,252","w":316},{"d":"177,0r-51,0r0,-116v-6,-24,-31,-10,-51,0r0,116r-52,0r0,-175r39,0r5,13v46,-21,110,-36,110,39r0,123","w":199},{"d":"36,-133r25,-39r-47,0r0,-25r48,0r-26,-40r20,-14r28,44r28,-44r20,14r-27,40r49,0r0,25r-47,0r25,39r-21,13r-27,-43r-27,43","w":168},{"d":"79,0r-54,0r0,-240r54,0r0,240xm48,-255r-18,-27v22,-14,37,-25,48,-33r20,30v-14,10,-30,19,-50,30","w":104},{"d":"117,-31r-41,-102r-4,133r-52,0r10,-240r54,0r57,153r58,-153r54,0r10,240r-52,0r-4,-133r-41,102r-49,0","w":282},{"d":"104,42r-90,-285r46,0r90,285r-46,0","w":166},{"d":"23,-240v81,2,180,-19,180,68v0,44,-3,78,-35,90r58,82r-64,0r-53,-75r-32,0r0,75r-54,0r0,-240xm77,-121v40,0,83,9,72,-46v3,-35,-42,-23,-72,-25r0,71","w":231},{"d":"170,-81v0,57,-17,85,-76,85v-90,0,-74,-78,-76,-158v-2,-78,71,-87,146,-79r-4,42v-49,-5,-101,-5,-90,55v48,-15,100,-3,100,55xm70,-91v1,25,-6,54,24,50v24,2,24,-15,24,-38v0,-26,-32,-18,-48,-12","w":186},{"d":"152,-243r-90,285r-46,0r90,-285r46,0","w":166},{"d":"204,-70v0,36,-23,58,-54,68r20,45r-49,20r-26,-60v-46,-2,-76,-31,-77,-73r0,-100v2,-47,38,-73,93,-73v55,0,93,26,93,73r0,100xm111,-44v62,0,39,-71,39,-121v0,-20,-13,-30,-39,-30v-62,0,-39,71,-39,120v0,20,13,31,39,31","w":221},{"d":"338,-240r-59,240r-68,0r-41,-182r-40,182r-69,0r-59,-240r53,0r41,172r42,-172r65,0r41,172r41,-172r53,0","w":339},{"d":"184,-195r-104,151r106,0r0,44r-168,0r0,-44r105,-151r-100,0r0,-45r161,0r0,45","w":203},{"d":"166,-68r-52,0r0,54r-42,0r0,-54r-52,0r0,-39r52,0r0,-54r42,0r0,54r52,0r0,39","w":186},{"d":"174,0r-151,0r0,-240r151,0r0,48r-97,0r0,44r90,0r0,48r-90,0r0,52r97,0r0,48xm126,-282r-18,27v-20,-11,-37,-20,-51,-30r20,-30v11,8,27,19,49,33","w":192},{"d":"90,-179v63,0,76,45,71,110r-95,0v-6,45,55,29,85,23r8,38v-58,23,-145,16,-145,-60v0,-68,9,-111,76,-111xm112,-108v1,-19,-3,-30,-22,-30v-19,0,-26,10,-24,30r46,0xm116,-221r-18,28v-17,-9,-36,-21,-56,-34r19,-30v15,11,34,23,55,36","w":174},{"d":"114,-253v-55,72,-55,215,0,287r-38,21v-75,-87,-74,-242,0,-329","w":117},{"d":"173,-108v4,69,-10,112,-79,112v-69,0,-84,-42,-80,-112v3,-46,27,-71,80,-71v53,0,76,24,79,71xm94,-40v35,0,26,-38,27,-69v0,-17,-9,-26,-27,-26v-36,0,-27,37,-28,69v0,17,10,26,28,26xm117,-221r-18,28v-17,-9,-35,-21,-55,-34r19,-30v15,11,33,23,54,36","w":187},{"d":"75,-91r-52,0r0,-60r52,0r0,60"},{"d":"104,-197v-33,-9,-33,28,-24,43v28,16,106,14,101,66v21,104,-95,105,-165,76r9,-42v25,8,48,12,69,12v32,0,34,-10,33,-39v-11,-26,-87,-21,-95,-42v-8,-9,-11,-27,-11,-53v0,-84,89,-70,155,-59r-5,45v-27,-5,-49,-7,-67,-7","w":195},{"d":"18,-158r0,-89r36,0r0,89r-36,0","w":71},{"d":"73,-197r-51,0r0,-55r51,0r0,55xm-5,41v10,-12,27,-19,27,-40r0,-176r51,0r0,183v-4,33,-22,45,-47,67","w":95},{"d":"173,-108v4,69,-10,112,-79,112v-69,0,-84,-42,-80,-112v3,-46,27,-71,80,-71v53,0,76,24,79,71xm94,-40v35,0,26,-38,27,-69v0,-17,-9,-26,-27,-26v-36,0,-27,37,-28,69v0,17,10,26,28,26xm35,-212v17,-44,53,-30,79,-16v7,0,12,-4,14,-14r25,11v-10,48,-55,32,-83,19v-6,4,-10,10,-14,16","w":187}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-145-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("n9:.I`^bq#HKnYU3-`?%e9eHys^.:`HKyso%q#0i:1XSL@b$ylrp,9:Gylrp,9oGylrp,9?7#?B.,5DG,.B.,5DULiUz-{&pL`oh0UB.,5Dt:UB.,5D`L.B.,7&B:?B.,5DU:tBz-{&p:{1BO.B.,5D$^UB.,5DG^.B.,5DUL.B.,5DUhyx.^?B.,5DULO1Vylrp,9,Bylrp,9eVz`R2ylrp,9?Uylrp,9Lsyt[z-{&p:50z-{&B^7?;ylrp,9,.ylrp,9,2ylrp,9,b:.B.,5D`,?B.,5DU^bHz-{&p:{?z-{&p:7Uz-{&p:5:z-{&pLs?N!.B.,5Dt,UB.,5Dt:O^z-{&p:`1z-{&p:51z-{&pL@o2;{.z-{&p:5Uz-{&p:{eR)?B.,5D$:y:z-{&p:70z-{&pL{0z-{&pL`^z-{ep,{Uz-{&B^7Dz-{&B^s1Xylrp,90$ylrp,9^7ylr%,5(V,5R%ylr%,5(@e1B.,5DG,?B.,7(%,UB.,5DG,UB.,5DG^1B.,5D$:UB.,5DtL1B.,5DGLUB.,7&B^?B.,5DGh(-z-{&pL70z-{&pL{:z-{&p:5Gz-{ep,#^z-{&p:{Dz-{&p:{:z-{&p:5-z-{ep,7:z-{&p:9^z-{&pL{U@ylrp,9LB!(^eI10z-{&pL@Dz-{&B^{^z-{&pL7Dz-{&p:`oz-{&B^@GYy&DY5(?9leon),^h!_0O{r1#yL:qIz-j;RG$7tU`iM[mCSxKcpB%@b.s2V]|3XHNdlrp,{,Bylrp,{_B_y&]ylrp,{-th@M`!UB.,5DGL1S@-?B.,5D$,UB.,5D7L`^z-{&pL7t[ylrp,9L@q1B.,5DG,1B.,5D`:5?z-{&p:7-z-{&p:90z-{&p:5DUylrp,9_@ylrp,9^`ylrp,9?`ylrp,9_Bylrp,9r@)$0z-{&pL@^&ylrp,91tr?B.,5D`:U1(jUB.,5D`hY.-^r1z-{&p:{0$yYoz-{&p:#1z-{&B^{oz-{&pL7^#L(UcI9?z-{&pLs1t:UB.,5D7h#xz-{&pL@:z-{&B^5oz-{&pL7?:ylrp,9otI$[z-{&pLs0^y?BO^Upcr1-qn.B.,5D7h?B.,5DUhYGz-{&p:7oz-{&pL7-{os[z-{&p:7r$)i^pI9UbnYe$nOB[!{&Sz5.$)i&SI5.p)`BUI`-bqYBi!#eK:$]iIlUpql,Hj2b3q#LML$]cq@bcy$Rdhi-2-.pKn{XM!@[@q21SI9^GI`0]yY]7Is.X)$xz)i^C-#BSLs?K:lUz)`^cIOtt)stK-91@-YGSIs^G-9UcI$]MI2^bI`?x:Ot[:`H%n5x[!9p3n%x[n#-IL.x[y1bHz?x[yyb[nYtR")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":98,"face":{"font-family":"Klavika Bold","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-9 -315 338 78","underline-thickness":"7.2","underline-position":"-47.88","unicode-range":"U+0020-U+2122"}}));


if ( window.location.hostname == 'jp.skullcandy.com' ) { 
	} else {
	Cufon.replace('ul#shop-links li a, #mainnav li a, #topright input.submit', { fontFamily: 'Klavika Bold', hover: true });
}

/**
* hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
* <http://cherne.net/brian/resources/jquery.hoverIntent.html>
* 
* @param  f  onMouseOver function || An object with configuration options
* @param  g  onMouseOut function  || Nothing (use configuration options object)
* @author    Brian Cherne <brian@cherne.net>
*/
(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);

// ALT COOKIE PLUGIN
(function(global){"use strict";var jaaulde;jaaulde=global.jaaulde=(global.jaaulde||{});jaaulde.utils=jaaulde.utils||{};jaaulde.utils.cookies=(function(){var defaultOptions,resolveOptions,assembleOptionsString,parseCookies,Constructor;defaultOptions={expiresAt:null,path:'/',domain:null,secure:false};resolveOptions=function(options){var returnValue,expireDate;if(typeof options!=='object'||options===null){returnValue=defaultOptions}else{returnValue={expiresAt:defaultOptions.expiresAt,path:defaultOptions.path,domain:defaultOptions.domain,secure:defaultOptions.secure};if(typeof options.expiresAt==='object'&&options.expiresAt instanceof Date){returnValue.expiresAt=options.expiresAt}else if(typeof options.hoursToLive==='number'&&options.hoursToLive!==0){expireDate=new Date();expireDate.setTime(expireDate.getTime()+(options.hoursToLive*60*60*1000));returnValue.expiresAt=expireDate}if(typeof options.path==='string'&&options.path!==''){returnValue.path=options.path}if(typeof options.domain==='string'&&options.domain!==''){returnValue.domain=options.domain}if(options.secure===true){returnValue.secure=options.secure}}return returnValue};assembleOptionsString=function(options){options=resolveOptions(options);return((typeof options.expiresAt==='object'&&options.expiresAt instanceof Date?'; expires='+options.expiresAt.toGMTString():'')+'; path='+options.path+(typeof options.domain==='string'?'; domain='+options.domain:'')+(options.secure===true?'; secure':''))};parseCookies=function(){var cookies,separated,i,splitOnEquals,name,rawValue,value,unparsedValue;cookies={};separated=document.cookie.split(';');for(i=0;i<separated.length;i=i+1){splitOnEquals=separated[i].split('=');name=splitOnEquals.shift().replace(/^\s*/,'').replace(/\s*$/,'');rawValue=splitOnEquals.join('=');try{value=decodeURIComponent(rawValue)}catch(e1){value=rawValue}if(typeof JSON==='object'&&JSON!==null&&typeof JSON.parse==='function'){try{unparsedValue=value;value=JSON.parse(value)}catch(e2){value=unparsedValue}}cookies[name]=value}return cookies};Constructor=function(){};Constructor.prototype.get=function(cookieName){var returnValue,item,cookies;cookies=parseCookies();if(typeof cookieName==='string'){returnValue=(typeof cookies[cookieName]!=='undefined')?cookies[cookieName]:null}else if(typeof cookieName==='object'&&cookieName!==null){returnValue={};for(item in cookieName){if(typeof cookies[cookieName[item]]!=='undefined'){returnValue[cookieName[item]]=cookies[cookieName[item]]}else{returnValue[cookieName[item]]=null}}}else{returnValue=cookies}return returnValue};Constructor.prototype.filter=function(cookieNameRegExp){var cookieName,returnValue,cookies;returnValue={};cookies=parseCookies();if(typeof cookieNameRegExp==='string'){cookieNameRegExp=new RegExp(cookieNameRegExp)}for(cookieName in cookies){if(cookieName.match(cookieNameRegExp)){returnValue[cookieName]=cookies[cookieName]}}return returnValue};Constructor.prototype.set=function(cookieName,value,options){if(typeof options!=='object'||options===null){options={}}if(typeof value==='undefined'||value===null){value='';options.hoursToLive=-8760}else if(typeof value!=='string'){if(typeof JSON==='object'&&JSON!==null&&typeof JSON.stringify==='function'){value=JSON.stringify(value)}else{throw new Error('cookies.set() received non-string value and could not serialize.')}}var optionsString=assembleOptionsString(options);document.cookie=cookieName+'='+encodeURIComponent(value)+optionsString};Constructor.prototype.del=function(cookieName,options){var allCookies,name;allCookies={};if(typeof options!=='object'||options===null){options={}}if(typeof cookieName==='boolean'&&cookieName===true){allCookies=this.get()}else if(typeof cookieName==='string'){allCookies[cookieName]=true}for(name in allCookies){if(typeof name==='string'&&name!==''){this.set(name,null,options)}}};Constructor.prototype.test=function(){var returnValue,testName,testValue;testName='cT';testValue='data';this.set(testName,testValue);if(this.get(testName)===testValue){this.del(testName);returnValue=true}return returnValue};Constructor.prototype.setOptions=function(options){if(typeof options!=='object'){options=null}defaultOptions=resolveOptions(options)};return new Constructor()}());if(global.jQuery){(function($){$.cookies=jaaulde.utils.cookies;var extensions={cookify:function(options){return this.each(function(){var nameAttrs,$this,getN,n,name,value;nameAttrs=['name','id'];$this=$(this);getN=function(){n=nameAttrs.shift();return!!n};while(getN()){name=$this.attr(n);if(typeof name==='string'&&name!==''){if($this.is(':checkbox, :radio')){if($this.attr('checked')){value=$this.val()}}else if($this.is(':input')){value=$this.val()}else{value=$this.html()}if(typeof value!=='string'||value===''){value=null}$.cookies.set(name,value,options);break}}})},cookieFill:function(){return this.each(function(){var n,getN,nameAttrs=['name','id'],name,$this=$(this),value;getN=function(){n=nameAttrs.shift();return!!n};while(getN()){name=$this.attr(n);if(typeof name==='string'&&name!==''){value=$.cookies.get(name);if(value!==null){if($this.is(':checkbox, :radio')){if($this.val()===value){$this.attr('checked','checked')}else{$this.removeAttr('checked')}}else if($this.is(':input')){$this.val(value)}else{$this.html(value)}}break}}})},cookieBind:function(options){return this.each(function(){var $this=$(this);$this.cookieFill().change(function(){$this.cookify(options)})})}};$.each(extensions,function(i){$.fn[i]=this})}(global.jQuery))}}(window));

