2020-06-19 19:53:32 +00:00
/ * !
2021-08-09 16:38:54 +00:00
* Vue . js v2 . 6.14
* ( c ) 2014 - 2021 Evan You
2020-06-19 19:53:32 +00:00
* Released under the MIT License .
2021-10-05 12:35:50 +00:00
* /var emptyObject=Object.freeze({});function isUndef(e){return e==null}function isDef(e){return e!=null}function isTrue(e){return e===!0}function isFalse(e){return e===!1}function isPrimitive(e){return typeof e=="string"||typeof e=="number"||typeof e=="symbol"||typeof e=="boolean"}function isObject$4(e){return e!==null&&typeof e=="object"}var _toString=Object.prototype.toString;function toRawType(e){return _toString.call(e).slice(8,-1)}function isPlainObject$2(e){return _toString.call(e)==="[object Object]"}function isRegExp(e){return _toString.call(e)==="[object RegExp]"}function isValidArrayIndex(e){var a=parseFloat(String(e));return a>=0&&Math.floor(a)===a&&isFinite(e)}function isPromise$1(e){return isDef(e)&&typeof e.then=="function"&&typeof e.catch=="function"}function toString$3(e){return e==null?"":Array.isArray(e)||isPlainObject$2(e)&&e.toString===_toString?JSON.stringify(e,null,2):String(e)}function toNumber$1(e){var a=parseFloat(e);return isNaN(a)?e:a}function makeMap(e,a){for(var n=Object.create(null),i=e.split(","),r=0;r<i.length;r++)n[i[r]]=!0;return a?function(l){return n[l.toLowerCase()]}:function(l){return n[l]}}var isBuiltInTag=makeMap("slot,component",!0),isReservedAttribute=makeMap("key,ref,slot,slot-scope,is");function remove$1(e,a){if(e.length){var n=e.indexOf(a);if(n>-1)return e.splice(n,1)}}var hasOwnProperty$b=Object.prototype.hasOwnProperty;function hasOwn$2(e,a){return hasOwnProperty$b.call(e,a)}function cached$2(e){var a=Object.create(null);return function(i){var r=a[i];return r||(a[i]=e(i))}}var camelizeRE=/ - ( \ w ) / g , camelize = cached$2 ( function ( e ) { return e . replace ( camelizeRE , function ( a , n ) { return n ? n . toUpperCase ( ) : "" } ) } ) , capitalize = cached$2 ( function ( e ) { return e . charAt ( 0 ) . toUpperCase ( ) + e . slice ( 1 ) } ) , hyphenateRE = /\B([A-Z])/g , hyphenate = cached$2 ( function ( e ) { return e . replace ( hyphenateRE , "-$1" ) . toLowerCase ( ) } ) ; function polyfillBind ( e , a ) { function n ( i ) { var r = arguments . length ; return r ? r > 1 ? e . apply ( a , arguments ) : e . call ( a , i ) : e . call ( a ) } return n . _length = e . length , n } function nativeBind ( e , a ) { return e . bind ( a ) } var bind$1 = Function . prototype . bind ? nativeBind : polyfillBind ; function toArray ( e , a ) { a = a || 0 ; for ( var n = e . length - a , i = new Array ( n ) ; n -- ; ) i [ n ] = e [ n + a ] ; return i } function extend$2 ( e , a ) { for ( var n in a ) e [ n ] = a [ n ] ; return e } function toObject ( e ) { for ( var a = { } , n = 0 ; n < e . length ; n ++ ) e [ n ] && extend$2 ( a , e [ n ] ) ; return a } function noop$2 ( e , a , n ) { } var no = function ( e , a , n ) { return ! 1 } , identity$1 = function ( e ) { return e } ; function genStaticKeys ( e ) { return e . reduce ( function ( a , n ) { return a . concat ( n . staticKeys || [ ] ) } , [ ] ) . join ( "," ) } function looseEqual$1 ( e , a ) { if ( e === a ) return ! 0 ; var n = isObject$4 ( e ) , i = isObject$4 ( a ) ; if ( n && i ) try { var r = Array . isArray ( e ) , l = Array . isArray ( a ) ; if ( r && l ) return e . length === a . length && e . every ( function ( s , d ) { return looseEqual$1 ( s , a [ d ] ) } ) ; if ( e instanceof Date && a instanceof Date ) return e . getTime ( ) === a . getTime ( ) ; if ( ! r && ! l ) { var o = Object . keys ( e ) , c = Object . keys ( a ) ; return o . length === c . length && o . every ( function ( s ) { return looseEqual$1 ( e [ s ] , a [ s ] ) } ) } else return ! 1 } catch ( s ) { return ! 1 } else return ! n && ! i ? String ( e ) === String ( a ) : ! 1 } function looseIndexOf ( e , a ) { for ( var n = 0 ; n < e . length ; n ++ ) if ( looseEqual$1 ( e [ n ] , a ) ) return n ; return - 1 } function once$1 ( e ) { var a = ! 1 ; return function ( ) { a || ( a = ! 0 , e . apply ( this , arguments ) ) } } var SSR _ATTR = "data-server-rendered" , ASSET _TYPES = [ "component" , "directive" , "filter" ] , LIFECYCLE _HOOKS = [ "beforeCreate" , "created" , "beforeMount" , "mounted" , "beforeUpdate" , "updated" , "beforeDestroy" , "destroyed" , "activated" , "deactivated" , "errorCaptured" , "serverPrefetch" ] , config = { optionMergeStrategies : Object . create ( null ) , silent : ! 1 , productionTip : ! 1 , devtools : ! 1 , performance : ! 1 , errorHandler : null , warnHandler : null , ignoredElements : [ ] , keyCodes : Object . create ( null ) , isReservedTag : no , isReservedAttr : no , isUnknownElement : no , getTagNamespace : noop$2 , parsePlatformTagName : identity$1 , mustUseProp : no , async : ! 0 , _lifecycleHooks : LIFECYCLE _HOOKS } , unicodeRegExp = /a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/ ; function isReserved ( e ) { var a = ( e + "" ) . charCodeAt ( 0 ) ; return a === 36 || a === 95 } function def$1 ( e , a , n
2021-03-12 19:45:44 +00:00
` ,"	":" ","'":"'"},encodedAttr=/&(?:lt|gt|quot|amp|#39);/g,encodedAttrWithNewLines=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,isIgnoreNewlineTag=makeMap("pre,textarea",!0),shouldIgnoreFirstNewline=function(e,a){return e&&isIgnoreNewlineTag(e)&&a[0]=== `
2021-10-05 12:35:50 +00:00
` };function decodeAttr(e,a){var n=a?encodedAttrWithNewLines:encodedAttr;return e.replace(n,function(i){return decodingMap[i]})}function parseHTML(e,a){for(var n=[],i=a.expectHTML,r=a.isUnaryTag||no,l=a.canBeLeftOpenTag||no,o=0,c,s;e;){if(c=e,!s||!isPlainTextElement(s)){var d=e.indexOf("<");if(d===0){if(comment.test(e)){var u=e.indexOf("-->");if(u>=0){a.shouldKeepComment&&a.comment(e.substring(4,u),o,o+u+3),M(u+3);continue}}if(conditionalComment.test(e)){var h=e.indexOf("]>");if(h>=0){M(h+2);continue}}var v=e.match(doctype);if(v){M(v[0].length);continue}var f=e.match(endTag);if(f){var g=o;M(f[0].length),E(f[1],g,o);continue}var y=P();if(y){j(y),shouldIgnoreFirstNewline(y.tagName,e)&&M(1);continue}}var _=void 0,w=void 0,z=void 0;if(d>=0){for(w=e.slice(d);!endTag.test(w)&&!startTagOpen.test(w)&&!comment.test(w)&&!conditionalComment.test(w)&&(z=w.indexOf("<",1),!(z<0));)d+=z,w=e.slice(d);_=e.substring(0,d)}d<0&&(_=e),_&&M(_.length),a.chars&&_&&a.chars(_,o-_.length,o)}else{var S=0,C=s.toLowerCase(),F=reCache[C]||(reCache[C]=new RegExp("([ \\ s \\ S]*?)(</"+C+"[^>]*>)","i")),T=e.replace(F,function(R,m,b){return S=b.length,!isPlainTextElement(C)&&C!=="noscript"&&(m=m.replace(/<! \- -([ \s \S ]*?)-->/g," $ 1").replace(/<! \[ CDATA \[ ([ \s \S ]*?)]]>/g," $ 1")),shouldIgnoreFirstNewline(C,m)&&(m=m.slice(1)),a.chars&&a.chars(m),""});o+=e.length-T.length,e=T,E(C,o-S,o)}if(e===c){a.chars&&a.chars(e);break}}E();function M(R){o+=R,e=e.substring(R)}function P(){var R=e.match(startTagOpen);if(R){var m={tagName:R[1],attrs:[],start:o};M(R[0].length);for(var b,k;!(b=e.match(startTagClose))&&(k=e.match(dynamicArgAttribute)||e.match(attribute));)k.start=o,M(k[0].length),k.end=o,m.attrs.push(k);if(b)return m.unarySlash=b[1],M(b[0].length),m.end=o,m}}function j(R){var m=R.tagName,b=R.unarySlash;i&&(s==="p"&&isNonPhrasingTag(m)&&E(s),l(m)&&s===m&&E(m));for(var k=r(m)||!!b,A=R.attrs.length,x=new Array(A),N=0;N<A;N++){var $ =R.attrs[N],D= $ [3]|| $ [4]|| $ [5]||"",I=m==="a"&& $ [1]==="href"?a.shouldDecodeNewlinesForHref:a.shouldDecodeNewlines;x[N]={name: $ [1],value:decodeAttr(D,I)}}k||(n.push({tag:m,lowerCasedTag:m.toLowerCase(),attrs:x,start:R.start,end:R.end}),s=m),a.start&&a.start(m,x,k,R.start,R.end)}function E(R,m,b){var k,A;if(m==null&&(m=o),b==null&&(b=o),R)for(A=R.toLowerCase(),k=n.length-1;k>=0&&n[k].lowerCasedTag!==A;k--);else k=0;if(k>=0){for(var x=n.length-1;x>=k;x--)a.end&&a.end(n[x].tag,m,b);n.length=k,s=k&&n[k-1].tag}else A==="br"?a.start&&a.start(R,[],!0,m,b):A==="p"&&(a.start&&a.start(R,[],!1,m,b),a.end&&a.end(R,m,b))}}var onRE=/^@|^v-on:/,dirRE=/^v-|^@|^:|^#/,forAliasRE=/([ \s \S ]*?) \s +(?:in|of) \s +([ \s \S ]*)/,forIteratorRE=/,([^, \} \] ]*)(?:,([^, \} \] ]*))? $ /,stripParensRE=/^ \( | \) $ /g,dynamicArgRE=/^ \[ .* \] $ /,argRE=/:(.*) $ /,bindRE=/^:|^ \. |^v-bind:/,modifierRE=/ \. [^. \] ]+(?=[^ \] ]* $ )/g,slotRE=/^v-slot(:| $ )|^#/,lineBreakRE=/[ \r \n ]/,whitespaceRE $ 1=/[ \f \t \r \n ]+/g,decodeHTMLCached=cached $ 2(he.decode),emptySlotScopeToken="_empty_",warn $ 2,delimiters,transforms,preTransforms,postTransforms,platformIsPreTag,platformMustUseProp,platformGetTagNamespace;function createASTElement(e,a,n){return{type:1,tag:e,attrsList:a,attrsMap:makeAttrsMap(a),rawAttrsMap:{},parent:n,children:[]}}function parse $ 2(e,a){warn $ 2=a.warn||baseWarn,platformIsPreTag=a.isPreTag||no,platformMustUseProp=a.mustUseProp||no,platformGetTagNamespace=a.getTagNamespace||no,a.isReservedTag,transforms=pluckModuleFunction(a.modules,"transformNode"),preTransforms=pluckModuleFunction(a.modules,"preTransformNode"),postTransforms=pluckModuleFunction(a.modules,"postTransformNode"),delimiters=a.delimiters;var n=[],i=a.preserveWhitespace!==!1,r=a.whitespace,l,o,c=!1,s=!1;function d(h){if(u(h),!c&&!h.processed&&(h=processElement(h,a)),!n.length&&h!==l&&l.if&&(h.elseif||h.else)&&addIfCondition(l,{exp:h.elseif,block:h}),o&&!h.forbidden)if(h.elseif||h.else)processIfConditions(h,o);else{if(h.slotScope){var v=h.slotTarget||'"default"';(o.scopedSlots||(o.scopedSlots={}))[v]=h}o.children.push(h),h.parent=o}h.children=h.children.filter(function(g){return!g.slotScope}),u(h),h.pre&&(c=!1),platformIsPreTag(h.tag)&&(s=!1);for(var f=0;f<p
2021-03-12 19:45:44 +00:00
"/>`:`<div a="
2021-10-05 09:36:58 +00:00
"/>`,div.innerHTML.indexOf(" & # 10 ; ")>0}var shouldDecodeNewlines=inBrowser$1?getShouldDecode(!1):!1,shouldDecodeNewlinesForHref=inBrowser$1?getShouldDecode(!0):!1,idToTemplate=cached$2(function(e){var a=query(e);return a&&a.innerHTML}),mount=Vue$2.prototype.$mount;Vue$2.prototype.$mount=function(e,a){if(e=e&&query(e),e===document.body||e===document.documentElement)return this;var n=this.$options;if(!n.render){var i=n.template;if(i)if(typeof i==" string ")i.charAt(0)===" # "&&(i=idToTemplate(i));else if(i.nodeType)i=i.innerHTML;else return this;else e&&(i=getOuterHTML(e));if(i){var r=compileToFunctions(i,{outputSourceRange:!1,shouldDecodeNewlines,shouldDecodeNewlinesForHref,delimiters:n.delimiters,comments:n.comments},this),l=r.render,o=r.staticRenderFns;n.render=l,n.staticRenderFns=o}}return mount.call(this,e,a)};function getOuterHTML(e){if(e.outerHTML)return e.outerHTML;var a=document.createElement(" div ");return a.appendChild(e.cloneNode(!0)),a.innerHTML}Vue$2.compile=compileToFunctions;var toString$2=function(e){return Object.prototype.toString.call(e)};function isNative(e){return typeof e==" function "&&/native code/.test(e.toString())}var hasSymbol$1=typeof Symbol!=" undefined "&&isNative(Symbol)&&typeof Reflect!=" undefined "&&isNative(Reflect.ownKeys),noopFn=function(e){return e};function proxy(e,a,n){var i=n.get,r=n.set;Object.defineProperty(e,a,{enumerable:!0,configurable:!0,get:i||noopFn,set:r||noopFn})}function def(e,a,n,i){Object.defineProperty(e,a,{value:n,enumerable:!!i,writable:!0,configurable:!0})}function hasOwn$1(e,a){return Object.hasOwnProperty.call(e,a)}function assert$1(e,a){if(!e)throw new Error(" [ vue - composition - api ] "+a)}function isArray$3(e){return Array.isArray(e)}var objectToString$1=Object.prototype.toString,toTypeString=function(e){return objectToString$1.call(e)},isMap=function(e){return toTypeString(e)===" [ object Map ] "},isSet=function(e){return toTypeString(e)===" [ object Set ] "};function isObject$3(e){return e!==null&&typeof e==" object "}function isPlainObject$1(e){return toString$2(e)===" [ object Object ] "}function isFunction$2(e){return typeof e==" function "}function logError(e,a,n){if(typeof window!=" undefined "&&typeof console!=" undefined ")console.error(e);else throw e}var vueDependency=void 0;try{var requiredVue=require(" vue ");requiredVue&&isVue(requiredVue)?vueDependency=requiredVue:requiredVue&&" default "in requiredVue&&isVue(requiredVue.default)&&(vueDependency=requiredVue.default)}catch(e){}var vueConstructor=null,currentInstance=null,PluginInstalledFlag=" _ _composition _api _installed _ _ ";function isVue(e){return e&&isFunction$2(e)&&e.name===" Vue "}function isVueRegistered(e){return hasOwn$1(e,PluginInstalledFlag)}function getVueConstructor(){return vueConstructor}function getRegisteredVueOrDefault(){var e=vueConstructor||vueDependency;return e}function setVueConstructor(e){vueConstructor=e,Object.defineProperty(e,PluginInstalledFlag,{configurable:!0,writable:!0,value:!0})}function setCurrentInstance(e){currentInstance=e}function getCurrentVue2Instance(){return currentInstance}function getCurrentInstance(){return currentInstance?toVue3ComponentInstance(currentInstance):null}var instanceMapCache=new WeakMap;function toVue3ComponentInstance(e){if(instanceMapCache.has(e))return instanceMapCache.get(e);var a={proxy:e,update:e.$forceUpdate,uid:e._uid,emit:e.$emit.bind(e),parent:null,root:null},n=[" data "," props "," attrs "," refs "," vnode "," slots "];return n.forEach(function(i){proxy(a,i,{get:function(){return e[" $ "+i]}})}),proxy(a," isMounted ",{get:function(){return e._isMounted}}),proxy(a," isUnmounted ",{get:function(){return e._isDestroyed}}),proxy(a," isDeactivated ",{get:function(){return e._inactive}}),proxy(a," emitted " , { get : function ( ) { return e . _events } } ) , instanceMapCache . set ( e , a ) , e . $parent && ( a . parent = toVue3ComponentInstance ( e . $parent ) ) , e . $root && ( a . root = toVue3ComponentInstance ( e . $root ) ) , a } function currentVMInFn ( e , a ) { return a = a || getCurrentInstance ( ) , a == null ? void 0 : a . proxy } function defineComponentInstance ( e , a ) { a === void 0 && ( a = { } ) ; var n = e . config . silent ; e . config . silent = ! 0 ; var i = new e ( a ) ; return e . config . silent = n , i } func
2021-05-05 18:59:27 +00:00
Copyright ( c ) Microsoft Corporation .
Permission to use , copy , modify , and / or distribute this software for any
purpose with or without fee is hereby granted .
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS . IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL , DIRECT ,
INDIRECT , OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE , DATA OR PROFITS , WHETHER IN AN ACTION OF CONTRACT , NEGLIGENCE OR
OTHER TORTIOUS ACTION , ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE .
2021-10-05 12:35:50 +00:00
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * / v a r _ _ a s s i g n = f u n c t i o n ( ) { r e t u r n _ _ a s s i g n = O b j e c t . a s s i g n | | f u n c t i o n ( a ) { f o r ( v a r n , i = 1 , r = a r g u m e n t s . l e n g t h ; i < r ; i + + ) { n = a r g u m e n t s [ i ] ; f o r ( v a r l i n n ) O b j e c t . p r o t o t y p e . h a s O w n P r o p e r t y . c a l l ( n , l ) & & ( a [ l ] = n [ l ] ) } r e t u r n a } , _ _ a s s i g n . a p p l y ( t h i s , a r g u m e n t s ) } ; f u n c t i o n _ _ v a l u e s ( e ) { v a r a = t y p e o f S y m b o l = = " f u n c t i o n " & & S y m b o l . i t e r a t o r , n = a & & e [ a ] , i = 0 ; i f ( n ) r e t u r n n . c a l l ( e ) ; i f ( e & & t y p e o f e . l e n g t h = = " n u m b e r " ) r e t u r n { n e x t : f u n c t i o n ( ) { r e t u r n e & & i > = e . l e n g t h & & ( e = v o i d 0 ) , { v a l u e : e & & e [ i + + ] , d o n e : ! e } } } ; t h r o w n e w T y p e E r r o r ( a ? " O b j e c t i s n o t i t e r a b l e . " : " S y m b o l . i t e r a t o r i s n o t d e f i n e d . " ) } f u n c t i o n _ _ r e a d ( e , a ) { v a r n = t y p e o f S y m b o l = = " f u n c t i o n " & & e [ S y m b o l . i t e r a t o r ] ; i f ( ! n ) r e t u r n e ; v a r i = n . c a l l ( e ) , r , l = [ ] , o ; t r y { f o r ( ; ( a = = = v o i d 0 | | a - - > 0 ) & & ! ( r = i . n e x t ( ) ) . d o n e ; ) l . p u s h ( r . v a l u e ) } c a t c h ( c ) { o = { e r r o r : c } } f i n a l l y { t r y { r & & ! r . d o n e & & ( n = i . r e t u r n ) & & n . c a l l ( i ) } f i n a l l y { i f ( o ) t h r o w o . e r r o r } } r e t u r n l } f u n c t i o n _ _ s p r e a d A r r a y ( e , a ) { f o r ( v a r n = 0 , i = a . l e n g t h , r = e . l e n g t h ; n < i ; n + + , r + + ) e [ r ] = a [ n ] ; r e t u r n e } f u n c t i o n c r e a t e S y m b o l ( e ) { r e t u r n h a s S y m b o l $ 1 ? S y m b o l . f o r ( e ) : e } v a r W a t c h e r P r e F l u s h Q u e u e K e y = c r e a t e S y m b o l ( " c o m p o s i t i o n - a p i . p r e F l u s h Q u e u e " ) , W a t c h e r P o s t F l u s h Q u e u e K e y = c r e a t e S y m b o l ( " c o m p o s i t i o n - a p i . p o s t F l u s h Q u e u e " ) , R e f K e y = " c o m p o s i t i o n - a p i . r e f K e y " , a c c e s s M o d i f i e d S e t = n e w W e a k M a p , r e a d o n l y S e t = n e w W e a k M a p , R e f I m p l = f u n c t i o n ( ) { f u n c t i o n e ( a ) { v a r n = a . g e t , i = a . s e t ; p r o x y ( t h i s , " v a l u e " , { g e t : n , s e t : i } ) } r e t u r n e } ( ) ; f u n c t i o n c r e a t e R e f ( e , a ) { v a r n = n e w R e f I m p l ( e ) , i = O b j e c t . s e a l ( n ) ; r e t u r n r e a d o n l y S e t . s e t ( i , ! 0 ) , i } f u n c t i o n r e f ( e ) { v a r a ; i f ( i s R e f ( e ) ) r e t u r n e ; v a r n = r e a c t i v e ( ( a = { } , a [ R e f K e y ] = e , a ) ) ; r e t u r n c r e a t e R e f ( { g e t : f u n c t i o n ( ) { r e t u r n n [ R e f K e y ] } , s e t : f u n c t i o n ( i ) { r e t u r n n [ R e f K e y ] = i } } ) } f u n c t i o n i s R e f ( e ) { r e t u r n e i n s t a n c e o f R e f I m p l } f u n c t i o n u n r e f ( e ) { r e t u r n i s R e f ( e ) ? e . v a l u e : e } f u n c t i o n t o R e f s ( e ) { i f ( ! i s P l a i n O b j e c t $ 1 ( e ) ) r e t u r n e ; v a r a = { } ; f o r ( v a r n i n e ) a [ n ] = t o R e f ( e , n ) ; r e t u r n a } f u n c t i o n t o R e f ( e , a ) { v a r n = e [ a ] ; r e t u r n i s R e f ( n ) ? n : c r e a t e R e f ( { g e t : f u n c t i o n ( ) { r e t u r n e [ a ] } , s e t : f u n c t i o n ( i ) { r e t u r n e [ a ] = i } } ) } f u n c t i o n i s R a w ( e ) { v a r a ; r e t u r n B o o l e a n ( e & & h a s O w n $ 1 ( e , " _ _ o b _ _ " ) & & t y p e o f e . _ _ o b _ _ = = " o b j e c t " & & ( ( a = e . _ _ o b _ _ ) = = = n u l l | | a = = = v o i d 0 ? v o i d 0 : a . _ _ r a w _ _ ) ) } f u n c t i o n i s R e a c t i v e ( e ) { v a r a ; r e t u r n B o o l e a n ( e & & h a s O w n $ 1 ( e , " _ _ o b _ _ " ) & & t y p e o f e . _ _ o b _ _ = = " o b j e c t " & & ! ( ( a = e . _ _ o b _ _ ) = = = n u l l | | a = = = v o i d 0 ? v o i d 0 : a . _ _ r a w _ _ ) ) } f u n c t i o n s e t u p A c c e s s C o n t r o l ( e ) { i f ( ! ( ! i s P l a i n O b j e c t $ 1 ( e ) | | i s R a w ( e ) | | i s A r r a y $ 3 ( e ) | | i s R e f ( e ) | | i s C o m p o n e n t I n s t a n c e ( e ) | | a c c e s s M o d i f i e d S e t . h a s ( e ) ) ) { a c c e s s M o d i f i e d S e t . s e t ( e , ! 0 ) ; f o r ( v a r a = O b j e c t . k e y s ( e ) , n = 0 ; n < a . l e n g t h ; n + + ) d e f i n e A c c e s s C o n t r o l ( e , a [ n ] ) } } f u n c t i o n d e f i n e A c c e s s C o n t r o l ( e , a , n ) { i f ( a ! = = " _ _ o b _ _ " & & ! i s R a w ( e [ a ] ) ) { v a r i , r , l = O b j e c t . g e t O w n P r o p e r t y D e s c r i p t o r ( e , a ) ; i f ( l ) { i f ( l . c o n f i g u r a b l e = = = ! 1 ) r e t u r n ; i = l . g e t , r = l . s e t , ( ! i | | r ) & & a r g u m e n t s . l e n g t h = = = 2 & & ( n = e [ a ] ) } s e t u p A c c e s s C o n t r o l ( n ) , p r o x y ( e , a , { g e t : f u n c t i o n ( ) { v a r c = i ? i . c a l l ( e ) : n ; r e t u r n a ! = = R e f K e y & & i s R e f ( c ) ? c . v a l u e : c } , s e t : f u n c t i o n ( c ) { i f ( ! ( i & & ! r ) ) { v a r s = i ? i . c a l l ( e ) : n ; a ! = = R e f K e y & & i s R e f ( s ) & & ! i s R e f ( c ) ? s . v a l u e = c : r ? r . c a l l ( e , c ) : n = c , s e t u p A c c e s s C o n t r o l ( c ) } } } ) } } f u n c t i o n o b s e r v e ( e ) { v a r a = g e t R e g i s t e r e d V u e O r D e f a u l t ( ) , n ; i f ( a . o b s e r v a b l e ) n = a . o b s e r v a b l e ( e ) ; e l s e { v a r i = d e f i n e C o m p o n e n t I n s t a n c e ( a , { d a t a : { $ $ s t a t e : e } } ) ; n = i . _ d a t a . $ $ s t a t e } r e t u r n h a s O w n $ 1 ( n , " _ _ o b _ _ " ) | | m o c k R e a c t i v i t y D e e p ( n ) , n } f u n c t i o n m o c k R e a c t i v i t y D e e p ( e , a ) { v a r n , i ; i f ( a = = = v o i d 0 & & ( a = n e w S e t ) , ! a . h a s ( e ) ) { d e f ( e , " _ _ o b _ _ " , m o c k O b s e r v e r ( e ) ) , a . a d d ( e ) ; t r y { f o r ( v a r r = _ _ v a l u e s ( O b j e c t . k e y s ( e ) ) , l = r . n e x t ( ) ; ! l . d o n e ; l = r . n e x t ( ) ) { v a r o = l . v a l u e , c = e [ o ] ; ! ( i s P l a i n O b j e c t $ 1 ( c ) | | i s A r r a y $ 3 ( c ) ) | | i s R a w ( c ) | | ! O b j e c t . i s E x t e n s i b l e ( c ) | | m o c k R e a c t i v i t y D e e p ( c , a ) } } c a t c h ( s ) { n = { e r r o r : s } } f i n a l l y { t r y { l & & ! l . d o n e & & ( i = r . r e t u r n ) & & i . c a l l ( r ) } f i n a l l y { i f ( n ) t h r o w n . e r r o r } } } } f u n c t i o n m o c k O b s e r v e r ( e ) { r e t u r n e = = = v o i d 0 & & ( e = { } ) , { v a l u e : e , d e p : { n o t i f y : n o o p F n , d e p e n d : n o o p F n , a d d S u b : n o o p F n , r e m o v e S u b : n o o p F n } } } f u n c t i o n c r e a t e O b s e r v e r ( ) { r e t u r n o b s e r v e ( { } ) . _ _ o b _ _ } f u n c t i o n r e a c t i v e ( e ) { i f ( ! i s O b j e c t $ 3 ( e ) | | ! ( i s P l a i n O b j e c t $ 1 ( e ) | | i s A r r a y $ 3 ( e ) ) | | i s R a w ( e ) | | ! O b j e c t . i s E x t e n s i b l e ( e ) ) r e t u r n e ; v a r a = o b s e r v e ( e ) ; r e t u r n s e t u p A c c e s s C o n t r o l ( a ) , a } v a r g e n N a m e = f u n c t i o n ( e ) { r e t u r n " o n " + ( e [ 0 ] . t o U p p e r C a s e ( ) + e . s l i c e ( 1 ) ) } ; f u n c t i o n c r e a t e L i f e C y c l e ( e ) { r e t u r n f u n c t i o n ( a , n ) { v a r i = c u r r e n t V M I n F n ( g e n N a m e ( e ) , n ) ; r e t u r n i & & i n j e c t H o o k O p t i
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Material Icons' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/icons/MaterialIcons-Regular.eot' ) ; /* For IE6-8 */
2020-11-10 23:19:43 +00:00
2021-08-18 12:59:12 +00:00
src : url ( 'fonts/icons/MaterialIcons-Regular.woff2' ) format ( 'woff2' ) ,
url ( 'fonts/icons/MaterialIcons-Regular.woff' ) format ( 'woff' ) ,
2021-03-12 19:45:44 +00:00
url ( 'fonts/icons/MaterialIcons-Regular.ttf' ) format ( 'truetype' ) ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. material - icons {
font - family : 'Material Icons' ;
font - weight : normal ;
font - style : normal ;
font - size : 24 px ;
line - height : 1 ;
letter - spacing : normal ;
text - transform : none ;
display : inline - block ;
white - space : nowrap ;
word - wrap : normal ;
direction : ltr ;
font - feature - settings : 'liga' ;
- webkit - font - smoothing : antialiased ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. material - icons . title - icon {
margin - right : 0.3125 em ;
margin - left : - 3 px ;
2020-11-14 21:27:47 +00:00
}
2021-03-12 19:45:44 +00:00
. material - icons . title - icon . title - icon -- right {
margin - right : 0 px ;
margin - left : 0.3125 em ;
2020-11-14 21:27:47 +00:00
}
2021-03-12 19:45:44 +00:00
. material - icons . title - icon . title - icon -- explicit {
color : hsl ( 240 , 5 % , 59 % ) ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. material - icons . title - icon . title - icon -- new {
color : hsl ( 27 , 100 % , 50 % ) ;
2021-02-25 10:31:30 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. material - icons . disabled {
opacity : 0.5 ;
cursor : default ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. material - icons . mirrored {
transform : scaleX ( - 1 ) ;
2021-08-18 12:59:12 +00:00
}
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ a);var css_248z $ 9= ` /* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0370 - 03 FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0370 - 03 FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2' ) format ( 'woff2' ) ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
font - weight : 600 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0370 - 03 FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2' ) format ( 'woff2' ) ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0370 - 03 FF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0370 - 03 FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : italic ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/memnYaGs126MiZpBA-UFUKW-U9hrIqM.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0370 - 03 FF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 300 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFWJ0bbck.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFUZ0bbck.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFWZ0bbck.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 1 F00 - 1 FFF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFVp0bbck.woff2' ) format ( 'woff2' ) ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0370 - 03 FF ;
2021-03-12 19:01:19 +00:00
}
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFWp0bbck.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 400 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFW50bbck.woff2' ) format ( 'woff2' ) ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
font - style : normal ;
font - weight : 400 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/mem8YaGs126MiZpBA-UFVZ0b.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 1 F00 - 1 FFF ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0370 - 03 FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2021-03-12 19:01:19 +00:00
}
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 600 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UNirkOUuhp.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
font - style : normal ;
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0370 - 03 FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2' ) format ( 'woff2' ) ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* latin-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 700 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-03-12 19:01:19 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic-ext */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0460 - 052 F , U + 1 C80 - 1 C88 , U + 20 B4 , U + 2 DE0 - 2 DFF , U + A640 - A69F , U + FE2E - FE2F ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* cyrillic */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0400 - 045 F , U + 0490 - 0491 , U + 04 B0 - 04 B1 , U + 2116 ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* greek-ext */
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 1 F00 - 1 FFF ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* greek */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0370 - 03 FF ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* vietnamese */
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0102 - 0103 , U + 0110 - 0111 , U + 0128 - 0129 , U + 0168 - 0169 , U + 01 A0 - 01 A1 , U + 01 AF - 01 B0 , U + 1 EA0 - 1 EF9 , U + 20 AB ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* latin-ext */
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2' ) format ( 'woff2' ) ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
unicode - range : U + 0100 - 024 F , U + 0259 , U + 1E00 - 1 EFF , U + 2020 , U + 20 A0 - 20 AB , U + 20 AD - 20 CF , U + 2113 , U + 2 C60 - 2 C7F , U + A720 - A7FF ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
/* latin */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ font - face {
font - family : 'Open Sans' ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - style : normal ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - weight : 800 ;
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
font - display : swap ;
src : url ( 'fonts/OpenSans/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2' ) format ( 'woff2' ) ;
unicode - range : U + 0000 - 00 FF , U + 0131 , U + 0152 - 0153 , U + 02 BB - 02 BC , U + 02 C6 , U + 02 DA , U + 02 DC , U + 2000 - 206 F , U + 2074 , U + 20 AC , U + 2122 , U + 2191 , U + 2193 , U + 2212 , U + 2215 , U + FEFF , U + FFFD ;
2021-08-18 12:59:12 +00:00
}
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 9);var css_248z $ 8= ` . container {
2021-03-12 19:45:44 +00:00
width : 100 %
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ media ( min - width : 640 px ) {
. container {
max - width : 640 px
2021-03-12 19:33:51 +00:00
}
2021-01-31 21:30:06 +00:00
}
2021-03-12 19:45:44 +00:00
@ media ( min - width : 768 px ) {
. container {
max - width : 768 px
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ media ( min - width : 1024 px ) {
. container {
max - width : 1024 px
2021-03-12 19:33:51 +00:00
}
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ media ( min - width : 1280 px ) {
. container {
max - width : 1280 px
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. space - x - 2 > : not ( template ) ~ : not ( template ) {
-- space - x - reverse : 0 ;
margin - right : calc ( 0.5 rem * var ( -- space - x - reverse ) ) ;
margin - left : calc ( 0.5 rem * calc ( 1 - var ( -- space - x - reverse ) ) )
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. space - y - 5 > : not ( template ) ~ : not ( template ) {
-- space - y - reverse : 0 ;
margin - top : calc ( 1.25 rem * calc ( 1 - var ( -- space - y - reverse ) ) ) ;
margin - bottom : calc ( 1.25 rem * var ( -- space - y - reverse ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. space - x - 5 > : not ( template ) ~ : not ( template ) {
-- space - x - reverse : 0 ;
margin - right : calc ( 1.25 rem * var ( -- space - x - reverse ) ) ;
margin - left : calc ( 1.25 rem * calc ( 1 - var ( -- space - x - reverse ) ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - black {
-- bg - opacity : 1 ;
background - color : # 000 ;
background - color : rgba ( 0 , 0 , 0 , var ( -- bg - opacity ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - red - 500 {
-- bg - opacity : 1 ;
background - color : # f56565 ;
background - color : rgba ( 245 , 101 , 101 , var ( -- bg - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - red - 600 {
-- bg - opacity : 1 ;
background - color : # e53e3e ;
background - color : rgba ( 229 , 62 , 62 , var ( -- bg - opacity ) )
2021-03-12 19:28:07 +00:00
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. bg - green - 500 {
-- bg - opacity : 1 ;
background - color : # 48 bb78 ;
background - color : rgba ( 72 , 187 , 120 , var ( -- bg - opacity ) )
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - grayscale - 200 {
-- bg - opacity : 1 ;
background - color : hsl ( 0 , 0 % , 20 % ) ;
background - color : rgba ( 51 , 51 , 51 , var ( -- bg - opacity ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - primary {
-- bg - opacity : 1 ;
background - color : hsl ( 210 , 100 % , 52 % ) ;
background - color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- bg - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - background - main {
background - color : var ( -- main - background )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - background - secondary {
background - color : var ( -- secondary - background )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. bg - panels - bg {
background - color : var ( -- panels - background )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hover \ \ : bg - primary : hover {
-- bg - opacity : 1 ;
background - color : hsl ( 210 , 100 % , 52 % ) ;
background - color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- bg - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hover \ \ : bg - background - main : hover {
background - color : var ( -- main - background )
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. bg - opacity - 50 {
-- bg - opacity : 0.5
}
2020-11-10 23:19:43 +00:00
2021-06-04 20:56:26 +00:00
. border - collapse {
border - collapse : collapse
}
2021-03-12 19:45:44 +00:00
. border - transparent {
border - color : transparent
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. border - grayscale - 500 {
-- border - opacity : 1 ;
border - color : hsl ( 0 , 0 % , 50 % ) ;
border - color : rgba ( 127.5 , 127.5 , 127.5 , var ( -- border - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-06-04 20:56:26 +00:00
. border - foreground {
border - color : var ( -- foreground )
}
2021-03-12 19:45:44 +00:00
. rounded {
border - radius : 0.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. rounded - xl {
border - radius : 0.75 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. rounded - 2 xl {
border - radius : 1 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. rounded - full {
border - radius : 9999 px
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. border - solid {
border - style : solid
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. border - 0 {
border - width : 0
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. border {
border - width : 1 px
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. border - t {
border - top - width : 1 px
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. first \ \ : border - t - 0 : first - child {
border - top - width : 0
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. cursor - default {
cursor : default
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. cursor - pointer {
cursor : pointer
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. block {
display : block
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. inline - block {
display : inline - block
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. flex {
display : flex
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. inline - flex {
display : inline - flex
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table {
display : table
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. grid {
display : grid
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. inline - grid {
display : inline - grid
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hidden {
display : none
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. flex - col {
flex - direction : column
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. flex - wrap {
flex - wrap : wrap
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. place - items - center {
place - items : center
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. items - center {
align - items : center
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. justify - center {
justify - content : center
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. justify - evenly {
justify - content : space - evenly
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. flex - 1 {
flex : 1 1 0 %
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. float - none {
float : none
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. font - sans {
font - family : Open Sans , system - ui , - apple - system , BlinkMacSystemFont , "Segoe UI" , Roboto , "Helvetica Neue" , Arial , "Noto Sans" , sans - serif , "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji"
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. h - 3 {
height : 0.75 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. h - 6 {
height : 1.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. h - 12 {
height : 3 rem
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. h - 16 {
height : 4 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. h - 32 {
height : 8 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. h - 40 {
height : 10 rem
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. h - full {
height : 100 %
2020-11-14 00:13:15 +00:00
}
2021-03-12 19:45:44 +00:00
. h - screen {
height : 100 vh
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - xs {
font - size : 0.75 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - sm {
font - size : 0.875 rem
2021-01-31 21:30:06 +00:00
}
2021-03-12 19:45:44 +00:00
. text - base {
font - size : 1 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - lg {
font - size : 1.125 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - xl {
font - size : 1.25 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - 2 xl {
font - size : 1.5 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - 3 xl {
font - size : 1.875 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - 4 xl {
font - size : 2.25 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - 5 xl {
font - size : 3 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. m - 0 {
margin : 0
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. m - 1 {
margin : 0.25 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. my - 5 {
margin - top : 1.25 rem ;
margin - bottom : 1.25 rem
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. my - 8 {
margin - top : 2 rem ;
margin - bottom : 2 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mb - 1 {
margin - bottom : 0.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. ml - 1 {
margin - left : 0.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mt - 2 {
margin - top : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mr - 2 {
margin - right : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mb - 2 {
margin - bottom : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. ml - 2 {
margin - left : 0.5 rem
2021-03-12 19:28:07 +00:00
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. mb - 3 {
margin - bottom : 0.75 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mt - 4 {
margin - top : 1 rem
2020-11-19 20:27:37 +00:00
}
2021-03-12 19:45:44 +00:00
. mr - 4 {
margin - right : 1 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mb - 4 {
margin - bottom : 1 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mt - 5 {
margin - top : 1.25 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mb - 5 {
margin - bottom : 1.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. ml - 5 {
margin - left : 1.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mt - 6 {
margin - top : 1.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. mb - 6 {
margin - bottom : 1.5 rem
2021-03-12 19:28:07 +00:00
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. mb - 8 {
margin - bottom : 2 rem
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. ml - auto {
margin - left : auto
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. - mt - 16 {
margin - top : - 4 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. - ml - 20 {
margin - left : - 5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. first \ \ : ml - 2 : first - child {
margin - left : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. opacity - 0 {
opacity : 0
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. opacity - 50 {
opacity : 0.5
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. opacity - 100 {
opacity : 1
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. overflow - hidden {
overflow : hidden
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. p - 0 {
padding : 0
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. p - 1 {
padding : 0.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. p - 2 {
padding : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. p - 3 {
padding : 0.75 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. p - 4 {
padding : 1 rem
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. py - 2 {
padding - top : 0.5 rem ;
padding - bottom : 0.5 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. px - 2 {
padding - left : 0.5 rem ;
padding - right : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. px - 4 {
padding - left : 1 rem ;
padding - right : 1 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. py - 5 {
padding - top : 1.25 rem ;
padding - bottom : 1.25 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. py - 6 {
padding - top : 1.5 rem ;
padding - bottom : 1.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. pr - 2 {
padding - right : 0.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. pb - 3 {
padding - bottom : 0.75 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-06-04 20:44:46 +00:00
. pr - 5 {
padding - right : 1.25 rem
}
2021-03-12 19:45:44 +00:00
. absolute {
position : absolute
}
2020-11-19 17:34:51 +00:00
2021-03-12 19:45:44 +00:00
. relative {
position : relative
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. sticky {
2021-12-07 12:45:37 +00:00
position : - webkit - sticky ;
2021-03-12 19:45:44 +00:00
position : sticky
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. top - 0 {
top : 0
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. right - 0 {
right : 0
2021-03-12 19:28:07 +00:00
}
2021-01-31 21:30:06 +00:00
2021-03-12 19:45:44 +00:00
. left - 0 {
left : 0
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hover \ \ : shadow - outline : hover {
box - shadow : 0 0 0 3 px rgba ( 66 , 153 , 225 , 0.5 )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - center {
text - align : center
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - white {
-- text - opacity : 1 ;
color : # fff ;
color : rgba ( 255 , 255 , 255 , var ( -- text - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - grayscale - 870 {
-- text - opacity : 1 ;
color : hsl ( 0 , 0 % , 87 % ) ;
color : rgba ( 221.85 , 221.85 , 221.85 , var ( -- text - opacity ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - primary {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. text - foreground {
color : var ( -- foreground )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hover \ \ : text - primary : hover {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) )
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. group : hover . group - hover \ \ : text - primary {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) )
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. lowercase {
text - transform : lowercase
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. capitalize {
text - transform : capitalize
2020-11-19 18:29:46 +00:00
}
2021-03-12 19:45:44 +00:00
. no - underline {
text - decoration : none
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. hover \ \ : underline : hover {
text - decoration : underline
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. tracking - wider {
letter - spacing : 0.05 em
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. visible {
visibility : visible
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. invisible {
visibility : hidden
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. whitespace - no - wrap {
white - space : nowrap
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. break - words {
word - wrap : break - word ;
overflow - wrap : break - word
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. w - 3 {
width : 0.75 rem
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. w - 4 {
width : 1 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 6 {
width : 1.5 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 8 {
width : 2 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 12 {
width : 3 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 16 {
width : 4 rem
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 20 {
width : 5 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 32 {
width : 8 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - 40 {
width : 10 rem
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-06-04 20:44:46 +00:00
. w - 1 \ \ / 3 {
width : 33.333333 %
}
. w - 2 \ \ / 3 {
width : 66.666667 %
}
2021-03-12 19:45:44 +00:00
. w - full {
width : 100 %
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. w - screen {
width : 100 vw
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. z - 10 {
z - index : 10
2021-03-12 19:28:07 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. z - 50 {
z - index : 50
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
. gap - 2 {
grid - gap : 0.5 rem ;
gap : 0.5 rem
}
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
. transform {
-- transform - translate - x : 0 ;
-- transform - translate - y : 0 ;
-- transform - rotate : 0 ;
-- transform - skew - x : 0 ;
-- transform - skew - y : 0 ;
-- transform - scale - x : 1 ;
-- transform - scale - y : 1 ;
transform : translateX ( var ( -- transform - translate - x ) ) translateY ( var ( -- transform - translate - y ) ) rotate ( var ( -- transform - rotate ) ) skewX ( var ( -- transform - skew - x ) ) skewY ( var ( -- transform - skew - y ) ) scaleX ( var ( -- transform - scale - x ) ) scaleY ( var ( -- transform - scale - y ) )
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
. transition - all {
transition - property : all
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. transition {
transition - property : background - color , border - color , color , fill , stroke , opacity , box - shadow , transform
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. transition - colors {
transition - property : background - color , border - color , color , fill , stroke
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
. transition - opacity {
transition - property : opacity
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. ease - in - out {
transition - timing - function : cubic - bezier ( 0.4 , 0 , 0.2 , 1 )
}
2020-11-11 08:29:18 +00:00
2021-03-12 19:45:44 +00:00
. duration - 150 {
transition - duration : 150 ms
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. duration - 200 {
transition - duration : 200 ms
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. duration - 500 {
transition - duration : 500 ms
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ - webkit - keyframes spin {
to {
transform : rotate ( 360 deg )
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ keyframes spin {
to {
transform : rotate ( 360 deg )
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:45:44 +00:00
}
@ - webkit - keyframes ping {
75 % , 100 % {
transform : scale ( 2 ) ;
opacity : 0
2020-11-11 08:29:18 +00:00
}
2021-03-12 19:45:44 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ keyframes ping {
75 % , 100 % {
transform : scale ( 2 ) ;
opacity : 0
2021-03-12 19:28:07 +00:00
}
2021-03-12 19:45:44 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ - webkit - keyframes pulse {
50 % {
opacity : . 5
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:45:44 +00:00
}
@ keyframes pulse {
50 % {
opacity : . 5
2021-03-12 19:28:07 +00:00
}
2021-03-12 19:45:44 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ - webkit - keyframes bounce {
0 % , 100 % {
transform : translateY ( - 25 % ) ;
- webkit - animation - timing - function : cubic - bezier ( 0.8 , 0 , 1 , 1 ) ;
animation - timing - function : cubic - bezier ( 0.8 , 0 , 1 , 1 )
2021-03-12 19:01:19 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
50 % {
transform : none ;
- webkit - animation - timing - function : cubic - bezier ( 0 , 0 , 0.2 , 1 ) ;
animation - timing - function : cubic - bezier ( 0 , 0 , 0.2 , 1 )
}
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
@ keyframes bounce {
0 % , 100 % {
transform : translateY ( - 25 % ) ;
- webkit - animation - timing - function : cubic - bezier ( 0.8 , 0 , 1 , 1 ) ;
animation - timing - function : cubic - bezier ( 0.8 , 0 , 1 , 1 )
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
50 % {
transform : none ;
- webkit - animation - timing - function : cubic - bezier ( 0 , 0 , 0.2 , 1 ) ;
animation - timing - function : cubic - bezier ( 0 , 0 , 0.2 , 1 )
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:45:44 +00:00
}
@ media ( min - width : 640 px ) {
}
@ media ( min - width : 768 px ) {
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ media ( min - width : 1024 px ) {
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
@ media ( min - width : 1280 px ) {
. xl \ \ : w - 32 {
width : 8 rem
2020-11-19 18:29:46 +00:00
}
2021-03-12 19:45:44 +00:00
. xl \ \ : w - 40 {
width : 10 rem
2020-11-19 18:29:46 +00:00
}
2021-08-18 12:59:12 +00:00
}
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 8);var css_248z $ 7= ` * {
2021-03-12 19:45:44 +00:00
box - sizing : border - box ;
margin : 0 ;
padding : 0 ;
}
2020-11-10 23:19:43 +00:00
2021-08-18 12:59:12 +00:00
table ,
caption ,
tbody ,
tfoot ,
thead ,
tr ,
th ,
2021-03-12 19:45:44 +00:00
td {
margin : 0 ;
border : 0 ;
padding : 0 ;
vertical - align : baseline ;
font : inherit ;
font - size : 100 % ;
}
table {
border - collapse : collapse ;
border - spacing : 0 ;
}
/* Taken from Tailwind's Preflight */
2021-08-18 12:59:12 +00:00
button ,
[ type = 'button' ] ,
[ type = 'reset' ] ,
2021-05-19 19:09:58 +00:00
[ type = 'submit' ] {
2021-03-12 19:45:44 +00:00
- webkit - appearance : button ;
- moz - appearance : button ;
appearance : button ;
}
2021-08-18 12:59:12 +00:00
input [ type = 'text' ] ,
input [ type = 'password' ] ,
input [ type = 'number' ] ,
input [ type = 'search' ] ,
input [ type = 'checkbox' ] ,
2021-03-12 19:45:44 +00:00
select {
- webkit - appearance : none ;
- moz - appearance : none ;
appearance : none ;
}
2021-08-18 12:59:12 +00:00
[ type = 'number' ] : : - webkit - inner - spin - button ,
2021-03-12 19:45:44 +00:00
[ type = 'number' ] : : - webkit - outer - spin - button {
height : auto ;
}
2021-08-18 12:59:12 +00:00
button ,
2021-03-12 19:45:44 +00:00
[ role = 'button' ] {
cursor : pointer ;
}
p {
word - break : break - word ;
}
2021-08-18 12:59:12 +00:00
* ,
: : before ,
2021-03-12 19:45:44 +00:00
: : after {
border - width : 0 ;
border - style : solid ;
2021-08-18 12:59:12 +00:00
}
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 7);var css_248z $ 6= ` : root {
2021-03-12 19:45:44 +00:00
font - size : 16 px ;
-- main - scroll : hsl ( 0 , 0 % , 30 % ) ;
-- panels - scroll : hsl ( 180 , 2 % , 17 % ) ;
-- toast - background : hsla ( 240 , 12 % , 16 % , 0.85 ) ;
-- toast - secondary : hsla ( 240 , 12 % , 16 % , 0.15 ) ;
-- toast - text : hsla ( 0 , 0 % , 100 % , 0.85 ) ;
-- primary - color : hsl ( 210 , 100 % , 52 % ) ; /* will remove variable */
-- primary - text : hsl ( 0 , 0 % , 87 % ) ; /* will remove variable */
-- secondary - color : hsl ( 46 , 100 % , 57 % ) ; /* will remove variable */
}
: root [ data - theme = 'light' ] {
-- main - background : # fff ;
-- secondary - background : hsl ( 0 , 0 % , 93 % ) ;
-- foreground : hsl ( 0 , 0 % , 20 % ) ;
-- panels - background : hsl ( 216 , 4 % , 78 % ) ;
-- table - bg : # fff ;
-- table - zebra : hsl ( 0 , 0 % , 90 % ) ;
-- table - highlight : hsl ( 0 , 0 % , 84 % ) ;
}
: root [ data - theme = 'dark' ] {
-- main - background : hsl ( 240 , 10 % , 8 % ) ;
-- secondary - background : hsl ( 240 , 12 % , 16 % ) ; /* e.g. search bar bg */
-- foreground : hsl ( 0 , 0 % , 93 % ) ; /* primary text + icons in main + search */
-- panels - background : hsl ( 240 , 15 % , 12 % ) ; /* panel left + right bg */
-- table - bg : hsl ( 240 , 10 % , 8 % ) ; /* e.g. results table bg 1st row */
-- table - zebra : hsl ( 240 , 15 % , 11 % ) ; /* e.g. results table bg 2nd alternate */
-- table - highlight : hsl ( 240 , 10 % , 22 % ) ; /* e.g. hover bg color on table selection */
}
: root [ data - theme = 'purple' ] {
-- main - background : hsl ( 261 , 74 % , 6 % ) ;
-- secondary - background : hsl ( 257 , 61 % , 10 % ) ;
-- foreground : hsl ( 0 , 0 % , 93 % ) ;
-- panels - background : hsl ( 257 , 70 % , 9 % ) ;
-- table - bg : hsl ( 261 , 74 % , 6 % ) ;
-- table - zebra : hsl ( 257 , 61 % , 10 % ) ;
-- table - highlight : hsl ( 257 , 66 % , 27 % ) ;
}
2021-06-04 20:44:46 +00:00
input [ type = 'text' ] ,
input [ type = 'password' ] ,
input [ type = 'number' ] ,
2021-03-12 19:45:44 +00:00
select {
border - radius : 4 px ;
background - color : var ( -- secondary - background ) ;
padding : 0 1 rem ;
width : 100 % ;
min - height : 3 rem ;
color : var ( -- foreground ) ;
}
2021-06-04 20:44:46 +00:00
input [ type = 'text' ] ,
input [ type = 'password' ] ,
2021-03-12 19:45:44 +00:00
input [ type = 'number' ] {
padding : 0 16 px ;
}
input [ type = 'checkbox' ] {
display : inline - block ;
position : relative ;
opacity : 0.5 ;
margin : 3 px ;
border : 2 px solid gray ;
border - radius : 2 px ;
background - color : none ;
padding : 7 px ;
}
input [ type = 'checkbox' ] : checked {
opacity : 1 ;
border - width : 0 ;
background - color : var ( -- primary - color ) ;
background - image : url ( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' viewBox='3 3 18 18' width='18'%3E%3Cpath fill='%23ffffff' d='M 10,17 5,12 6.41,10.59 10,14.17 17.59,6.58 19,8 Z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E" ) ;
background - position : center center ;
padding : 9 px ;
color : var ( -- primary - text ) ;
}
select {
background - clip : border - box ;
background - image : url ( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath style='fill:gray;fill-opacity:0.5' d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E" ) ;
background - position : calc ( 100 % - 8 px ) center ;
background - repeat : no - repeat ;
background - size : 24 px ;
padding - right : 40 px ;
}
a {
color : dodgerblue ;
2021-06-04 20:44:46 +00:00
}
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 6);var css_248z $ 5= ` /* Button */
2021-03-12 19:45:44 +00:00
. btn {
position : relative ;
height : 2 rem ;
padding - left : 0.5 rem ;
padding - right : 0.5 rem ;
padding - top : 0 ;
padding - bottom : 0 ;
font - size : 0.875 rem ;
font - weight : 600 ;
text - transform : uppercase ;
border - width : 1 px ;
border - color : transparent ;
border - style : solid ;
border - radius : 0.25 rem ;
-- text - opacity : 1 ;
color : hsl ( 0 , 0 % , 90 % ) ;
color : rgba ( 229.5 , 229.5 , 229.5 , var ( -- text - opacity ) ) ;
font - family : inherit ;
transition : transform 50 ms ease - in - out ;
}
. btn : active {
transform : scale ( 0.98 ) ;
}
. btn [ disabled ] {
-- text - opacity : 1 ;
color : # e2e8f0 ;
color : rgba ( 226 , 232 , 240 , var ( -- text - opacity ) ) ;
-- bg - opacity : 1 ;
background - color : # 718096 ;
background - color : rgba ( 113 , 128 , 150 , var ( -- bg - opacity ) ) ;
opacity : 0.75 ;
cursor : not - allowed ;
}
. btn - only - icon {
display : flex ;
align - items : center ;
justify - content : center ;
width : 3 rem ;
padding - left : 0.25 rem ;
padding - right : 0.25 rem ;
padding - top : 0 ;
padding - bottom : 0 ;
min - width : 24 px ;
}
. btn - primary {
-- bg - opacity : 1 ;
background - color : hsl ( 210 , 100 % , 52 % ) ;
background - color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- bg - opacity ) ) ;
}
. btn - primary : hover {
-- bg - opacity : 1 ;
background - color : # 3182 ce ;
background - color : rgba ( 49 , 130 , 206 , var ( -- bg - opacity ) ) ;
border - color : var ( -- foreground ) ;
}
/* Section tabs */
. section - tabs {
display : flex ;
margin - top : 1 rem ;
margin - bottom : 1.5 rem ;
list - style - type : none ;
cursor : pointer ;
}
. section - tabs _ _tab {
flex : 1 1 0 % ;
padding : 0.75 rem ;
font - size : 1.25 rem ;
text - align : center ;
text - transform : capitalize ;
border - top - width : 4 px ;
border - bottom - right - radius : 0.25 rem ;
border - bottom - left - radius : 0.25 rem ;
border - color : var ( -- foreground ) ;
background - color : var ( -- main - background ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. section - tabs _ _tab . active {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) ) ;
-- border - opacity : 1 ;
border - color : hsl ( 210 , 100 % , 52 % ) ;
border - color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- border - opacity ) ) ;
background - color : var ( -- main - background ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. section - tabs _ _tab : hover {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) ) ;
-- border - opacity : 1 ;
border - color : hsl ( 210 , 100 % , 52 % ) ;
border - color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- border - opacity ) ) ;
background - color : var ( -- secondary - background ) ;
-- bg - opacity : 0.25 ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* Image header */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. image - header header {
padding - left : 1.5 rem ;
padding - right : 1.5 rem ;
padding - top : 14 rem ;
padding - bottom : 0.5 rem ;
background - size : cover ;
border - top - left - radius : 0.5 rem ;
border - top - right - radius : 0.5 rem ;
background - position : 0 % 35 % ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:28:07 +00:00
2021-03-12 19:45:44 +00:00
/* Fixed footer */
. fixed - footer footer {
2021-12-07 12:45:37 +00:00
position : - webkit - sticky ;
2021-03-12 19:45:44 +00:00
position : sticky ;
bottom : 0 ;
display : flex ;
flex - direction : row ;
align - items : center ;
justify - content : flex - end ;
width : 100 % ;
height : 4 rem ;
margin - top : 1.5 rem ;
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
/* Release grid */
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. release - grid {
display : grid ;
grid - gap : 1 rem ;
gap : 1 rem ;
grid - template - columns : repeat ( auto - fill , minmax ( 10 rem , 1 fr ) ) ;
2021-08-18 12:59:12 +00:00
}
2021-10-05 12:35:50 +00:00
. tag {
padding : 3 px ;
background - color : var ( -- primary - color ) ;
font - size : 10 px ;
border - radius : 3 px ;
}
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 5);var css_248z $ 4= ` . changing - theme {
2021-03-12 19:45:44 +00:00
/* Applied to ALL elements when changing theme */
transition : all 200 ms ease - in - out ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
[ v - cloak ] {
/* Attribute removed after that a component finished loading */
display : none ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. clickable {
cursor : pointer ! important ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. coverart {
/* ? Why? */
background - color : var ( -- secondary - background ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. release {
display : inline - block ;
width : 156 px ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. spin {
animation : spin 500 ms infinite ease - out reverse ;
}
2020-11-28 21:11:11 +00:00
2021-03-12 19:45:44 +00:00
@ - webkit - keyframes spin {
0 % {
transform : rotate ( 0 deg ) ;
2021-03-12 19:33:51 +00:00
}
2021-03-12 19:45:44 +00:00
100 % {
transform : rotate ( 360 deg ) ;
2020-11-11 08:29:18 +00:00
}
2021-03-12 19:45:44 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
@ keyframes spin {
0 % {
transform : rotate ( 0 deg ) ;
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
100 % {
transform : rotate ( 360 deg ) ;
2020-11-10 23:19:43 +00:00
}
2021-08-18 12:59:12 +00:00
}
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 4);var css_248z $ 3= ` . primary - text {
2021-03-12 19:45:44 +00:00
margin - bottom : 0.25 rem ;
transition - property : background - color , border - color , color , fill , stroke ;
transition - duration : 200 ms ;
transition - timing - function : cubic - bezier ( 0.4 , 0 , 0.2 , 1 ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. primary - text : hover {
-- text - opacity : 1 ;
color : hsl ( 210 , 100 % , 52 % ) ;
color : rgba ( 10.20000000000001 , 132.59999999999988 , 255 , var ( -- text - opacity ) ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. secondary - text {
margin - bottom : 0.25 rem ;
font - size : 0.875 rem ;
opacity : 0.75 ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. uppercase - first - letter : : first - letter {
text - transform : uppercase ;
2021-08-18 12:59:12 +00:00
}
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 3);var css_248z $ 2= ` . table {
2021-03-12 19:45:44 +00:00
width : 100 % ;
- webkit - border - horizontal - spacing : 0 px ;
- webkit - border - vertical - spacing : 0 px ;
/* === Tracks Table === */
/* === Tracklist Table === */
/* === Charts Table === */
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table tbody tr : not ( . table _ _row - no - highlight ) : hover {
background : var ( -- table - highlight ) ;
cursor : default ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table tr {
transition : background - color 175 ms ease - in - out ;
background : var ( -- table - bg ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table tr : nth - child ( even ) {
transition : background - color 175 ms ease - in - out ;
background : var ( -- table - zebra ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table tr : not ( : last - child ) {
border - bottom : 1 px solid var ( -- table - highlight ) ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table td ,
. table th {
vertical - align : middle ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table th . sortable {
- webkit - user - select : none ;
- moz - user - select : none ;
- ms - user - select : none ;
user - select : none ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table th . sort - asc : : after ,
. table th . sort - desc : : after {
padding - left : 3 px ;
line - height : 0.7 em ;
font - size : 0.7 em ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table th . sort - asc : : after {
content : '\\25b2' ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table th . sort - desc : : after {
content : '\\25bc' ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table td {
padding : 7 px 10 px ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table td : first - child {
padding : 7 px 10 px 7 px 20 px ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table td : last - child {
padding : 7 px 20 px 7 px 10 px ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table td img {
vertical - align : middle ;
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table -- tracks {
border - collapse : collapse ;
2020-11-11 08:29:18 +00:00
}
2020-11-10 23:19:43 +00:00
2021-03-12 19:45:44 +00:00
. table -- tracks thead {
border - bottom : 2 px solid var ( -- table - highlight ) ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracks tr : first - child td : first - child {
border - top - left - radius : 3 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracks tr : first - child td : last - child {
border - top - right - radius : 3 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracks tr : last - child td : first - child {
border - bottom - left - radius : 3 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracks tr : last - child td : last - child {
border - bottom - right - radius : 3 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracklist thead {
border - bottom : 2 px solid var ( -- table - highlight ) ;
text - transform : capitalize ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracklist th {
padding : 7 px 10 px ;
height : 45 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracklist th : first - child {
padding : 7 px 10 px 7 px 20 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracklist th : last - child {
padding : 7 px 20 px 7 px 10 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- tracklist td {
height : 35 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table -- charts td {
height : 35 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _icon {
box - sizing : content - box ;
width : 32 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _icon -- big {
width : 48 px ;
text - align : center ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- x - small {
width : 0.32 % ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- small {
width : 3.2 % ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- medium {
width : 28.7 % ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- large {
width : 50 % ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- left {
text - align : left ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- center {
text - align : center ;
2021-03-12 19:28:07 +00:00
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
. table . table _ _cell -- right {
text - align : right ;
2021-03-12 19:28:07 +00:00
}
2021-03-12 19:01:19 +00:00
2021-03-12 19:45:44 +00:00
. table . table _ _cell - content . table _ _cell - content -- vertical - center {
display : flex ;
align - items : center ;
2021-03-12 19:28:07 +00:00
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. track _row > td > img {
width : 32 px ;
height : 32 px ;
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. track _row > td > a > img {
width : 56 px ;
height : 56 px ;
}
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. table -- tracklist . clickable : hover ,
. table -- charts . clickable : hover {
text - decoration : underline ;
}
2021-10-05 09:36:58 +00:00
` ;styleInject(css_248z $ 2);class CustomSocket extends WebSocket{constructor(a){super(a);this.listeners={}}emit(a,n){if(this.readyState!==WebSocket.OPEN)return!1;this.send(JSON.stringify({key:a,data:n}))}on(a,n){Object.keys(this.listeners).includes(a)||(this.listeners[a]=n,this.addEventListener("message",i=>{const r=JSON.parse(i.data);r.key===a&&n(r.data)}))}off(a){Object.keys(this.listeners).includes(a)&&(this.removeEventListener("message",this.listeners[a]),delete this.listeners[a])}}const socket=new CustomSocket((location.protocol==="https:"?"wss://":"ws://")+location.host+"/");var __vue_render__ $ y=function(e,a){var n=a._c;return n("div",{directives:[{name:"show",rawName:"v-show",value:!a.props.hidden,expression:"!props.hidden"}],staticClass:"flex justify-center items-center flex-col flex-1 h-full",class:a.props.additionalClasses},[n("span",{staticClass:"mb-5"},[a._v(a._s(a.props.text||"Loading..."))]),a._v(" "),a._m(0)])},__vue_staticRenderFns__ $ y=[function(e,a){var n=a._c;return n("div",{staticClass:"lds-ring"},[n("div"),a._v(" "),n("div"),a._v(" "),n("div"),a._v(" "),n("div")])}];const __vue_inject_styles__ $ y=function(e){!e||e("data-v-4e4e821e_0",{source:".lds-ring[data-v-4e4e821e]{display:inline-block;position:relative;width:80px;height:80px}.lds-ring div[data-v-4e4e821e]{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #fff;border-radius:50%;animation:lds-ring-data-v-4e4e821e 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.lds-ring div[data-v-4e4e821e]:nth-child(1){animation-delay:-.45s}.lds-ring div[data-v-4e4e821e]:nth-child(2){animation-delay:-.3s}.lds-ring div[data-v-4e4e821e]:nth-child(3){animation-delay:-.15s}@keyframes lds-ring-data-v-4e4e821e{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",map:void 0,media:void 0})},__vue_scope_id__ $ y="data-v-4e4e821e",__vue_module_identifier__ $ f=void 0,__vue_is_functional_template__ $ y=!0;function __vue_normalize__ $ y(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="BaseLoadingPlaceholder.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ f(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ f.styles||(__vue_create_injector__ $ f.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-10-05 12:35:50 +00:00
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var BaseLoadingPlaceholder=__vue_normalize__ $ y({render:__vue_render__ $ y,staticRenderFns:__vue_staticRenderFns__ $ y},__vue_inject_styles__ $ y,{},__vue_scope_id__ $ y,__vue_is_functional_template__ $ y,__vue_module_identifier__ $ f,__vue_create_injector__ $ f);function fetchData(e,a={},n="GET"){const i=new URL( ` $ { window . location . origin } / api / $ { e } ` );return Object.keys(a).forEach(r=>{i.searchParams.append(r,a[r])}),fetch(i.href,{method:n}).then(r=>r.json()).catch(r=>(console.error("There has been a problem with your fetch operation:",r),Promise.reject(r)))}const postToServer=(e,a)=>{const n=new URL( ` $ { window . location . origin } / api / $ { e } ` );return fetch(n,{body:JSON.stringify(a),headers:{"Content-Type":"application/json"},method:"POST"}).then(i=>{if(!i.ok)throw new Error("Network response was not ok");return i.json()}).catch(i=>{console.error("There has been a problem with your fetch operation:",i)})};function sendAddToQueue(e,a=null){if(!e)throw new Error("No URL given to sendAddToQueue function!");fetchData("addToQueue",{url:e,bitrate:a},"POST")}function aggregateDownloadLinks(e){return e.map(n=>n.link).join(";")}function generatePath(e){if(!e)throw new Error("No element passed to the generatePath function!");const a=[e];for(;(e=e.parentNode)&&e!==document;)a.push(e);return a}function isValidURL(e){const a=e.toLowerCase();if(a.startsWith("http")){if(a.includes("deezer.com")||a.includes("deezer.page.link")||a.includes("open.spotify.com")||a.includes("link.tospotify.com"))return!0}else if(a.startsWith("spotify:"))return!0;return!1}function convertDuration(e){const a=Math.floor(e/60);let n=e-a*60;return n<10&&(n="0"+n),a+":"+n}function convertDurationSeparated(e){let a=Math.floor(e/60);const n=Math.floor(a/60),i=e-a*60;return a-=n*60,[n,a,i]}const numberWithDots=e=>e.toString().replace(/ \B (?=( \d {3})+(?! \d ))/g,".");function debounce $ 1(e,a,n){let i;return function(){const r=this,l=arguments,o=function(){i=null,n||e.apply(r,l)},c=n&&!i;clearTimeout(i),i=setTimeout(o,a),c&&e.apply(r,l)}}function copyToClipboard(e){const a=document.createElement("input");document.body.appendChild(a),a.setAttribute("type","text"),a.setAttribute("value",e),a.select(),a.setSelectionRange(0,99999),document.execCommand("copy"),a.remove()}function getPropertyWithFallback(e,...a){for(const n of a){const r=/ \. /.test(n)?n.split(".").reduce((l,o)=>{if(l)return l[o]},e):e[n];if(typeof r!="undefined")return r}return null}var Utils={isValidURL,convertDuration,convertDurationSeparated,numberWithDots,debounce:debounce $ 1};const downloadQualities=[{objName:"flac",label:"FLAC",value:9},{objName:"320kbps",label:"MP3 320kbps",value:3},{objName:"128kbps",label:"MP3 128kbps",value:1},{objName:"realityAudioHQ",label:"360 Reality Audio [HQ]",value:15},{objName:"realityAudioMQ",label:"360 Reality Audio [MQ]",value:14},{objName:"realityAudioLQ",label:"360 Reality Audio [LQ]",value:13}];var script $ v={data(){return{menuOpen:!1,xPos:0,yPos:0,deezerHref:"",generalHref:"",imgSrc:""}},computed:{options(){const e={cut:{label:this. $ t("globals.cut"),show:!1,position:1,action:()=>{document.execCommand("Cut")}},copy:{label:this. $ t("globals.copy"),show:!1,position:2,action:()=>{document.execCommand("Copy")}},copyLink:{label:this. $ t("globals.copyLink"),show:!1,position:3,action:()=>{copyToClipboard(this.generalHref)}},copyImageLink:{label:this. $ t("globals.copyImageLink"),show:!1,position:4,action:()=>{copyToClipboard(this.imgSrc)}},copyDeezerLink:{label:this. $ t("globals.copyDeezerLink"),show:!1,position:5,action:()=>{copyToClipboard(this.deezerHref)}},paste:{label:this. $ t("globals.paste"),show:!1,position:6,action:()=>{"clipboard"in navigator?navigator.clipboard.readText().then(n=>{document.execCommand("insertText",void 0,n)}):document.execCommand("paste")}}},a=Object.values(e).length+1;return downloadQualities.forEach((n,i)=>{e[n.objName]={label: ` $ { this . $t ( "globals.download" , { thing : n . label } ) } ` ,show:!1,position:a+i,action:sendAddToQueu
2021-10-05 09:36:58 +00:00
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var TheContextMenu=__vue_normalize__ $ x({render:__vue_render__ $ x,staticRenderFns:__vue_staticRenderFns__ $ x},__vue_inject_styles__ $ x,__vue_script__ $ v,__vue_scope_id__ $ x,__vue_is_functional_template__ $ x,__vue_module_identifier__ $ e,__vue_create_injector__ $ e);/*!
2021-05-05 18:59:27 +00:00
* vuex v3 . 6.2
* ( c ) 2021 Evan You
2021-03-12 19:45:44 +00:00
* @ license MIT
2021-10-05 09:36:58 +00:00
* /function applyMixin(e){var a=Number(e.version.split(".")[0]);if(a>=2)e.mixin({beforeCreate:i});else{var n=e.prototype._init;e.prototype._init=function(r){r===void 0&&(r={}),r.init=r.init?[i].concat(r.init):i,n.call(this,r)}}function i(){var r=this.$options;r.store?this.$store=typeof r.store=="function"?r.store():r.store:r.parent&&r.parent.$store&&(this.$store=r.parent.$store)}}var target=typeof window!="undefined"?window:typeof global!="undefined"?global:{},devtoolHook=target.__VUE_DEVTOOLS_GLOBAL_HOOK__;function devtoolPlugin(e){!devtoolHook||(e._devtoolHook=devtoolHook,devtoolHook.emit("vuex:init",e),devtoolHook.on("vuex:travel-to-state",function(a){e.replaceState(a)}),e.subscribe(function(a,n){devtoolHook.emit("vuex:mutation",a,n)},{prepend:!0}),e.subscribeAction(function(a,n){devtoolHook.emit("vuex:action",a,n)},{prepend:!0}))}function find(e,a){return e.filter(a)[0]}function deepCopy(e,a){if(a===void 0&&(a=[]),e===null||typeof e!="object")return e;var n=find(a,function(r){return r.original===e});if(n)return n.copy;var i=Array.isArray(e)?[]:{};return a.push({original:e,copy:i}),Object.keys(e).forEach(function(r){i[r]=deepCopy(e[r],a)}),i}function forEachValue(e,a){Object.keys(e).forEach(function(n){return a(e[n],n)})}function isObject$2(e){return e!==null&&typeof e=="object"}function isPromise(e){return e&&typeof e.then=="function"}function partial(e,a){return function(){return e(a)}}var Module=function(a,n){this.runtime=n,this._children=Object.create(null),this._rawModule=a;var i=a.state;this.state=(typeof i=="function"?i():i)||{}},prototypeAccessors$2={namespaced:{configurable:!0}};prototypeAccessors$2.namespaced.get=function(){return!!this._rawModule.namespaced},Module.prototype.addChild=function(a,n){this._children[a]=n},Module.prototype.removeChild=function(a){delete this._children[a]},Module.prototype.getChild=function(a){return this._children[a]},Module.prototype.hasChild=function(a){return a in this._children},Module.prototype.update=function(a){this._rawModule.namespaced=a.namespaced,a.actions&&(this._rawModule.actions=a.actions),a.mutations&&(this._rawModule.mutations=a.mutations),a.getters&&(this._rawModule.getters=a.getters)},Module.prototype.forEachChild=function(a){forEachValue(this._children,a)},Module.prototype.forEachGetter=function(a){this._rawModule.getters&&forEachValue(this._rawModule.getters,a)},Module.prototype.forEachAction=function(a){this._rawModule.actions&&forEachValue(this._rawModule.actions,a)},Module.prototype.forEachMutation=function(a){this._rawModule.mutations&&forEachValue(this._rawModule.mutations,a)},Object.defineProperties(Module.prototype,prototypeAccessors$2);var ModuleCollection=function(a){this.register([],a,!1)};ModuleCollection.prototype.get=function(a){return a.reduce(function(n,i){return n.getChild(i)},this.root)},ModuleCollection.prototype.getNamespace=function(a){var n=this.root;return a.reduce(function(i,r){return n=n.getChild(r),i+(n.namespaced?r+"/ ":" ")}," ")},ModuleCollection.prototype.update=function(a){update$1([],this.root,a)},ModuleCollection.prototype.register=function(a,n,i){var r=this;i===void 0&&(i=!0);var l=new Module(n,i);if(a.length===0)this.root=l;else{var o=this.get(a.slice(0,-1));o.addChild(a[a.length-1],l)}n.modules&&forEachValue(n.modules,function(c,s){r.register(a.concat(s),c,i)})},ModuleCollection.prototype.unregister=function(a){var n=this.get(a.slice(0,-1)),i=a[a.length-1],r=n.getChild(i);!r||!r.runtime||n.removeChild(i)},ModuleCollection.prototype.isRegistered=function(a){var n=this.get(a.slice(0,-1)),i=a[a.length-1];return n?n.hasChild(i):!1};function update$1(e,a,n){if(a.update(n),n.modules)for(var i in n.modules){if(!a.getChild(i))return;update$1(e.concat(i),a.getChild(i),n.modules[i])}}var Vue$1,Store=function(a){var n=this;a===void 0&&(a={}),!Vue$1&&typeof window!=" undefined " && window . Vue && install$2 ( window . Vue ) ; var i = a . plugins ; i === void 0 && ( i = [ ] ) ; var r = a . strict ; r === void 0 && ( r = ! 1 ) , this . _committing = ! 1 , this . _actions = Object . create ( null ) , this . _actionSubscribers = [ ] , this . _mutations = Object . create ( null ) , this . _wrappedGetters = Object . create ( null ) , this
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("globals.download",{thing:"FLAC"}))+ `
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary quality-button",attrs:{"data-quality-value":"3"}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:"MP3 320kbps"}))+ `
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary quality-button",attrs:{"data-quality-value":"1"}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:"MP3 128kbps"}))+ `
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary quality-button",attrs:{"data-quality-value":"15"}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:"360 Reality Audio [HQ]"}))+ `
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary quality-button",attrs:{"data-quality-value":"14"}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:"360 Reality Audio [MQ]"}))+ `
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary quality-button",attrs:{"data-quality-value":"13"}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:"360 Reality Audio [LQ]"}))+ `
2021-10-05 09:36:58 +00:00
` )])])])},__vue_staticRenderFns__ $ v=[];const __vue_inject_styles__ $ v=function(e){!e||e("data-v-0b5abf25_0",{source:".smallmodal{position:fixed;z-index:1250;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4);animation-duration:.3s}.smallmodal-content{--modal-content-width:95%;background-color:transparent;margin:auto;width:var(--modal-content-width);position:relative;top:50%;transform:translateY(-50%)}@media only screen and (min-width:601px){.smallmodal-content{--modal-content-width:85%}}@media only screen and (min-width:993px){.smallmodal-content{--modal-content-width:70%}}.smallmodal-content button{width:100%;margin-bottom:8px}",map:void 0,media:void 0})},__vue_scope_id__ $ v=void 0,__vue_module_identifier__ $ d=void 0,__vue_is_functional_template__ $ v=!1;function __vue_normalize__ $ v(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="TheQualityModal.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ d(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ d.styles||(__vue_create_injector__ $ d.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var TheQualityModal=__vue_normalize__ $ v({render:__vue_render__ $ v,staticRenderFns:__vue_staticRenderFns__ $ v},__vue_inject_styles__ $ v,__vue_script__ $ t,__vue_scope_id__ $ v,__vue_is_functional_template__ $ v,__vue_module_identifier__ $ d,__vue_create_injector__ $ d),__vue_render__ $ u=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{staticClass:"hide",attrs:{id:"deezer_not_available"}},[n("i",{staticClass:"material-icons"},[e._v("warning")]),e._v(" "+e._s(e. $ t("toasts.deezerNotAvailable"))+ `
` )])},__vue_staticRenderFns__ $ u=[];const __vue_inject_styles__ $ u=function(e){!e||e("data-v-32ca69d7_0",{source:"#deezer_not_available{background-color:#edd102;color:rgba(0,0,0,.75);padding:8px 12px;margin:-10px 10px 0;display:flex;border-radius:8px;align-items:center}#deezer_not_available i{margin-right:8px}#deezer_not_available.hide{display:none!important}",map:void 0,media:void 0})},__vue_scope_id__ $ u=void 0,__vue_module_identifier__ $ c=void 0,__vue_is_functional_template__ $ u=!1;function __vue_normalize__ $ u(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="DeezerWarning.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ c(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ c.styles||(__vue_create_injector__ $ c.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var DeezerWarning=__vue_normalize__ $ u({render:__vue_render__ $ u,staticRenderFns:__vue_staticRenderFns__ $ u},__vue_inject_styles__ $ u,{},__vue_scope_id__ $ u,__vue_is_functional_template__ $ u,__vue_module_identifier__ $ c,__vue_create_injector__ $ c);const links=[{name:"home",ariaLabel:"home",routerName:"Home",icon:"home",label:"sidebar.home"},{name:"search",ariaLabel:"search",routerName:"Search",icon:"search",label:"sidebar.search"},{name:"charts",ariaLabel:"charts",routerName:"Charts",icon:"show_chart",label:"sidebar.charts"},{name:"favorites",ariaLabel:"favorites",routerName:"Favorites",icon:"star",label:"sidebar.favorites"},{name:"analyzer",ariaLabel:"link analyzer",routerName:"Link Analyzer",icon:"link",label:"sidebar.linkAnalyzer"},{name:"settings",ariaLabel:"settings",routerName:"Settings",icon:"settings",label:"sidebar.settings"},{name:"about",ariaLabel:"info",routerName:"About",icon:"info",label:"sidebar.about"}],THEMES={dark:"dark",light:"light",purple:"purple"},initialTheme=localStorage.getItem("selectedTheme")||document.documentElement.dataset.theme||THEMES.dark,currentTheme=ref(initialTheme);watch(currentTheme,(e,a)=>{a!==e&&(localStorage.setItem("selectedTheme",e),document.documentElement.dataset.theme=e,animateAllElements())});function animateAllElements(){const e=document.querySelectorAll("*");e.forEach(a=>{a.classList.add("changing-theme")}),document.documentElement.addEventListener("transitionend",function a(){e.forEach(n=>{n.classList.remove("changing-theme")}),document.documentElement.removeEventListener("transitionend",a)})}const useTheme=()=>({THEMES,currentTheme});var deemixIcon= ` < ? xml version = "1.0" encoding = "UTF-8" standalone = "no" ? >
2021-08-18 12:59:12 +00:00
< svg xmlns = "http://www.w3.org/2000/svg" xmlns : xlink = "http://www.w3.org/1999/xlink" id = "svg8" version = "1.1"
viewBox = "0 0 26.458333 26.458334" height = "100" width = "100" >
< defs id = "defs2" >
< linearGradient id = "linearGradient3062" >
< stop id = "stop3058" offset = "0" style = "stop-color:#007aff;stop-opacity:1" / >
< stop id = "stop3060" offset = "1" style = "stop-color:#ffffff;stop-opacity:1" / >
< / l i n e a r G r a d i e n t >
< linearGradient id = "linearGradient3021" >
< stop id = "stop3017" offset = "0" style = "stop-color:#007aff;stop-opacity:1;" / >
< stop id = "stop3019" offset = "1" style = "stop-color:#5856d6;stop-opacity:1" / >
< / l i n e a r G r a d i e n t >
< linearGradient gradientUnits = "userSpaceOnUse" y2 = "13.229167" x2 = "34.355733" y1 = "13.229167" x1 = "30.794743" id = "linearGradient3023" xlink : href = "#linearGradient3021" / >
< linearGradient gradientUnits = "userSpaceOnUse" y2 = "19.84375" x2 = "17.671497" y1 = "6.6145835" x1 = "17.671497" id = "linearGradient3052" xlink : href = "#linearGradient3021" / >
< linearGradient gradientUnits = "userSpaceOnUse" y2 = "14.227382" x2 = "19.887888" y1 = "8.8379784" x1 = "19.89489" id = "linearGradient3064" xlink : href = "#linearGradient3062" / >
< linearGradient y2 = "14.211194" x2 = "19.930443" y1 = "8.8194542" x1 = "19.931946" gradientUnits = "userSpaceOnUse" id = "linearGradient3386" xlink : href = "#linearGradient3062" / >
< mask id = "mask9169" maskUnits = "userSpaceOnUse" >
< g id = "use9171" transform = "matrix(0.06666667,0,0,0.06666667,11.1125,6.6145832)" >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "rect9745" width = "2.54" height = "30.956251" x = "30.956251" y = "4.9999999e-06" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "rect9747" width = "30.956251" height = "2.54" x = "0" y = "30.956257" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9749" width = "2.54" height = "30.956251" x = "64.452499" y = "4.9999999e-06" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9751" width = "30.956251" height = "2.54" x = "33.49625" y = "30.956257" / >
< rect y = "4.9999999e-06" x = "97.948746" height = "30.956251" width = "2.54" id = "use9753" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "30.956257" x = "66.9925" height = "2.54" width = "30.956251" id = "use9755" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9757" width = "2.54" height = "30.956251" x = "131.44499" y = "4.9999999e-06" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9759" width = "30.956251" height = "2.54" x = "100.48875" y = "30.956257" / >
< rect y = "4.9999999e-06" x = "164.94124" height = "30.956251" width = "2.54" id = "use9761" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "30.956257" x = "133.985" height = "2.54" width = "30.956251" id = "use9763" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9765" width = "30.956251" height = "2.54" x = "167.48125" y = "30.956257" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9767" width = "2.54" height = "30.956251" x = "30.956251" y = "33.496254" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9769" width = "30.956251" height = "2.54" x = "0" y = "64.452507" / >
< rect y = "33.496254" x = "64.452499" height = "30.956251" width = "2.54" id = "use9771" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "64.452507" x = "33.49625" height = "2.54" width = "30.956251" id = "use9773" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9775" width = "2.54" height = "30.956251" x = "97.948746" y = "33.496254" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9777" width = "30.956251" height = "2.54" x = "66.9925" y = "64.452507" / >
< rect y = "33.496254" x = "131.44499" height = "30.956251" width = "2.54" id = "use9779" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "64.452507" x = "100.48875" height = "2.54" width = "30.956251" id = "use9781" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9783" width = "2.54" height = "30.956251" x = "164.94124" y = "33.496254" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9785" width = "30.956251" height = "2.54" x = "133.985" y = "64.452507" / >
< rect y = "64.452507" x = "167.48125" height = "2.54" width = "30.956251" id = "use9787" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "66.992508" x = "30.956251" height = "30.956251" width = "2.54" id = "use9789" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "97.948761" x = "0" height = "2.54" width = "30.956251" id = "use9791" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9793" width = "2.54" height = "30.956251" x = "64.452499" y = "66.992508" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9795" width = "30.956251" height = "2.54" x = "33.49625" y = "97.948761" / >
< rect y = "66.992508" x = "97.948746" height = "30.956251" width = "2.54" id = "use9797" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "97.948761" x = "66.9925" height = "2.54" width = "30.956251" id = "use9799" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9801" width = "2.54" height = "30.956251" x = "131.44499" y = "66.992508" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9803" width = "30.956251" height = "2.54" x = "100.48875" y = "97.948761" / >
< rect y = "66.992508" x = "164.94124" height = "30.956251" width = "2.54" id = "use9805" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "97.948761" x = "133.985" height = "2.54" width = "30.956251" id = "use9807" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9809" width = "30.956251" height = "2.54" x = "167.48125" y = "97.948761" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9811" width = "2.54" height = "30.956251" x = "30.956251" y = "100.48876" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9813" width = "30.956251" height = "2.54" x = "0" y = "131.44501" / >
< rect y = "100.48876" x = "64.452499" height = "30.956251" width = "2.54" id = "use9815" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "131.44501" x = "33.49625" height = "2.54" width = "30.956251" id = "use9817" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9819" width = "2.54" height = "30.956251" x = "97.948746" y = "100.48876" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9821" width = "30.956251" height = "2.54" x = "66.9925" y = "131.44501" / >
< rect y = "100.48876" x = "131.44499" height = "30.956251" width = "2.54" id = "use9823" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "131.44501" x = "100.48875" height = "2.54" width = "30.956251" id = "use9825" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9827" width = "2.54" height = "30.956251" x = "164.94124" y = "100.48876" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9829" width = "30.956251" height = "2.54" x = "133.985" y = "131.44501" / >
< rect y = "131.44501" x = "167.48125" height = "2.54" width = "30.956251" id = "use9831" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "133.98502" x = "30.956251" height = "30.956251" width = "2.54" id = "use9833" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "164.94125" x = "0" height = "2.54" width = "30.956251" id = "use9835" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9837" width = "2.54" height = "30.956251" x = "64.452499" y = "133.98502" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9839" width = "30.956251" height = "2.54" x = "33.49625" y = "164.94125" / >
< rect y = "133.98502" x = "97.948746" height = "30.956251" width = "2.54" id = "use9841" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "164.94125" x = "66.9925" height = "2.54" width = "30.956251" id = "use9843" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9845" width = "2.54" height = "30.956251" x = "131.44499" y = "133.98502" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9847" width = "30.956251" height = "2.54" x = "100.48875" y = "164.94125" / >
< rect y = "133.98502" x = "164.94124" height = "30.956251" width = "2.54" id = "use9849" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "164.94125" x = "133.985" height = "2.54" width = "30.956251" id = "use9851" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9853" width = "30.956251" height = "2.54" x = "167.48125" y = "164.94125" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9855" width = "2.54" height = "30.956251" x = "30.956251" y = "167.48126" / >
< rect y = "167.48126" x = "64.452499" height = "30.956251" width = "2.54" id = "use9857" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9859" width = "2.54" height = "30.956251" x = "97.948746" y = "167.48126" / >
< rect y = "167.48126" x = "131.44499" height = "30.956251" width = "2.54" id = "use9861" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9863" width = "2.54" height = "30.956251" x = "164.94124" y = "167.48126" / >
< rect ry = "2.1674161" y = "4.9999999e-06" x = "-1.0980834e-06" height = "30.956251" width = "30.956251" id = "rect9865" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "33.496254" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9867" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "33.496254" x = "33.49625" height = "30.956251" width = "30.956251" id = "use9869" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "33.496258" x = "133.985" height = "30.956251" width = "30.956251" id = "use9871" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "66.992508" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9873" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "66.992508" x = "33.49625" height = "30.956251" width = "30.956251" id = "use9875" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "66.992508" x = "100.48875" height = "30.956251" width = "30.956251" id = "use9877" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "66.992508" x = "133.985" height = "30.956251" width = "30.956251" id = "use9879" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "66.992508" x = "167.48125" height = "30.956251" width = "30.956251" id = "use9881" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "100.48876" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9883" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "100.48876" x = "33.49625" height = "30.956251" width = "30.956251" id = "use9885" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "100.48876" x = "66.9925" height = "30.956251" width = "30.956251" id = "use9887" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "100.48876" x = "100.48875" height = "30.956251" width = "30.956251" id = "use9889" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "100.48876" x = "133.985" height = "30.956251" width = "30.956251" id = "use9891" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "100.48876" x = "167.48125" height = "30.956251" width = "30.956251" id = "use9893" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "133.98502" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9895" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9897" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "133.98502" ry = "2.1674161" / >
< rect ry = "2.1674161" y = "133.98502" x = "33.49625" height = "30.956251" width = "30.956251" id = "use9899" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "133.98502" x = "66.9925" height = "30.956251" width = "30.956251" id = "use9901" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "133.98502" x = "100.48875" height = "30.956251" width = "30.956251" id = "use9903" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "133.98502" x = "133.985" height = "30.956251" width = "30.956251" id = "use9905" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "133.98502" x = "167.48125" height = "30.956251" width = "30.956251" id = "use9907" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "167.48126" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9909" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "167.48126" x = "33.49625" height = "30.956251" width = "30.956251" id = "use9911" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "167.48126" x = "66.9925" height = "30.956251" width = "30.956251" id = "use9913" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "167.48126" x = "100.48875" height = "30.956251" width = "30.956251" id = "use9915" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "167.48126" x = "133.985" height = "30.956251" width = "30.956251" id = "use9917" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect ry = "2.1674161" y = "167.48126" x = "167.48125" height = "30.956251" width = "30.956251" id = "use9919" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< / g >
< / m a s k >
< mask maskUnits = "userSpaceOnUse" id = "mask9169-3" >
< g transform = "matrix(0.06666667,0,0,0.06666667,11.1125,6.6145832)" id = "use9171-6" >
< rect y = "4.9999999e-06" x = "30.956251" height = "30.956251" width = "2.54" id = "rect9745-7" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "30.956257" x = "0" height = "2.54" width = "30.956251" id = "rect9747-5" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "4.9999999e-06" x = "64.452499" height = "30.956251" width = "2.54" id = "use9749-3" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "30.956257" x = "33.49625" height = "2.54" width = "30.956251" id = "use9751-5" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9753-6" width = "2.54" height = "30.956251" x = "97.948746" y = "4.9999999e-06" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9755-2" width = "30.956251" height = "2.54" x = "66.9925" y = "30.956257" / >
< rect y = "4.9999999e-06" x = "131.44499" height = "30.956251" width = "2.54" id = "use9757-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "30.956257" x = "100.48875" height = "2.54" width = "30.956251" id = "use9759-1" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9761-2" width = "2.54" height = "30.956251" x = "164.94124" y = "4.9999999e-06" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9763-7" width = "30.956251" height = "2.54" x = "133.985" y = "30.956257" / >
< rect y = "30.956257" x = "167.48125" height = "2.54" width = "30.956251" id = "use9765-0" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "33.496254" x = "30.956251" height = "30.956251" width = "2.54" id = "use9767-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "64.452507" x = "0" height = "2.54" width = "30.956251" id = "use9769-3" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9771-6" width = "2.54" height = "30.956251" x = "64.452499" y = "33.496254" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9773-0" width = "30.956251" height = "2.54" x = "33.49625" y = "64.452507" / >
< rect y = "33.496254" x = "97.948746" height = "30.956251" width = "2.54" id = "use9775-6" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "64.452507" x = "66.9925" height = "2.54" width = "30.956251" id = "use9777-2" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9779-6" width = "2.54" height = "30.956251" x = "131.44499" y = "33.496254" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9781-1" width = "30.956251" height = "2.54" x = "100.48875" y = "64.452507" / >
< rect y = "33.496254" x = "164.94124" height = "30.956251" width = "2.54" id = "use9783-8" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "64.452507" x = "133.985" height = "2.54" width = "30.956251" id = "use9785-7" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9787-9" width = "30.956251" height = "2.54" x = "167.48125" y = "64.452507" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9789-2" width = "2.54" height = "30.956251" x = "30.956251" y = "66.992508" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9791-0" width = "30.956251" height = "2.54" x = "0" y = "97.948761" / >
< rect y = "66.992508" x = "64.452499" height = "30.956251" width = "2.54" id = "use9793-2" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "97.948761" x = "33.49625" height = "2.54" width = "30.956251" id = "use9795-3" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9797-7" width = "2.54" height = "30.956251" x = "97.948746" y = "66.992508" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9799-5" width = "30.956251" height = "2.54" x = "66.9925" y = "97.948761" / >
< rect y = "66.992508" x = "131.44499" height = "30.956251" width = "2.54" id = "use9801-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "97.948761" x = "100.48875" height = "2.54" width = "30.956251" id = "use9803-2" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9805-2" width = "2.54" height = "30.956251" x = "164.94124" y = "66.992508" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9807-8" width = "30.956251" height = "2.54" x = "133.985" y = "97.948761" / >
< rect y = "97.948761" x = "167.48125" height = "2.54" width = "30.956251" id = "use9809-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "100.48876" x = "30.956251" height = "30.956251" width = "2.54" id = "use9811-7" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "131.44501" x = "0" height = "2.54" width = "30.956251" id = "use9813-3" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9815-6" width = "2.54" height = "30.956251" x = "64.452499" y = "100.48876" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9817-1" width = "30.956251" height = "2.54" x = "33.49625" y = "131.44501" / >
< rect y = "100.48876" x = "97.948746" height = "30.956251" width = "2.54" id = "use9819-2" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "131.44501" x = "66.9925" height = "2.54" width = "30.956251" id = "use9821-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9823-3" width = "2.54" height = "30.956251" x = "131.44499" y = "100.48876" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9825-1" width = "30.956251" height = "2.54" x = "100.48875" y = "131.44501" / >
< rect y = "100.48876" x = "164.94124" height = "30.956251" width = "2.54" id = "use9827-9" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "131.44501" x = "133.985" height = "2.54" width = "30.956251" id = "use9829-4" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9831-7" width = "30.956251" height = "2.54" x = "167.48125" y = "131.44501" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9833-8" width = "2.54" height = "30.956251" x = "30.956251" y = "133.98502" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9835-4" width = "30.956251" height = "2.54" x = "0" y = "164.94125" / >
< rect y = "133.98502" x = "64.452499" height = "30.956251" width = "2.54" id = "use9837-5" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "164.94125" x = "33.49625" height = "2.54" width = "30.956251" id = "use9839-0" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9841-3" width = "2.54" height = "30.956251" x = "97.948746" y = "133.98502" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9843-6" width = "30.956251" height = "2.54" x = "66.9925" y = "164.94125" / >
< rect y = "133.98502" x = "131.44499" height = "30.956251" width = "2.54" id = "use9845-1" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "164.94125" x = "100.48875" height = "2.54" width = "30.956251" id = "use9847-0" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9849-6" width = "2.54" height = "30.956251" x = "164.94124" y = "133.98502" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9851-3" width = "30.956251" height = "2.54" x = "133.985" y = "164.94125" / >
< rect y = "164.94125" x = "167.48125" height = "2.54" width = "30.956251" id = "use9853-2" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect y = "167.48126" x = "30.956251" height = "30.956251" width = "2.54" id = "use9855-0" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9857-6" width = "2.54" height = "30.956251" x = "64.452499" y = "167.48126" / >
< rect y = "167.48126" x = "97.948746" height = "30.956251" width = "2.54" id = "use9859-1" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9861-5" width = "2.54" height = "30.956251" x = "131.44499" y = "167.48126" / >
< rect y = "167.48126" x = "164.94124" height = "30.956251" width = "2.54" id = "use9863-5" style = "fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "rect9865-4" width = "30.956251" height = "30.956251" x = "-1.0980834e-06" y = "4.9999999e-06" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9867-7" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "33.496254" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9869-6" width = "30.956251" height = "30.956251" x = "33.49625" y = "33.496254" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9871-5" width = "30.956251" height = "30.956251" x = "133.985" y = "33.496258" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9873-6" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "66.992508" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9875-9" width = "30.956251" height = "30.956251" x = "33.49625" y = "66.992508" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9877-3" width = "30.956251" height = "30.956251" x = "100.48875" y = "66.992508" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9879-7" width = "30.956251" height = "30.956251" x = "133.985" y = "66.992508" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9881-4" width = "30.956251" height = "30.956251" x = "167.48125" y = "66.992508" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9883-5" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "100.48876" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9885-2" width = "30.956251" height = "30.956251" x = "33.49625" y = "100.48876" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9887-5" width = "30.956251" height = "30.956251" x = "66.9925" y = "100.48876" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9889-4" width = "30.956251" height = "30.956251" x = "100.48875" y = "100.48876" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9891-7" width = "30.956251" height = "30.956251" x = "133.985" y = "100.48876" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9893-4" width = "30.956251" height = "30.956251" x = "167.48125" y = "100.48876" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9895-4" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "133.98502" ry = "2.1674161" / >
< rect ry = "2.1674161" y = "133.98502" x = "-1.8924563e-07" height = "30.956251" width = "30.956251" id = "use9897-3" style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9899-0" width = "30.956251" height = "30.956251" x = "33.49625" y = "133.98502" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9901-7" width = "30.956251" height = "30.956251" x = "66.9925" y = "133.98502" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9903-8" width = "30.956251" height = "30.956251" x = "100.48875" y = "133.98502" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9905-6" width = "30.956251" height = "30.956251" x = "133.985" y = "133.98502" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9907-8" width = "30.956251" height = "30.956251" x = "167.48125" y = "133.98502" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9909-8" width = "30.956251" height = "30.956251" x = "-1.8924563e-07" y = "167.48126" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9911-4" width = "30.956251" height = "30.956251" x = "33.49625" y = "167.48126" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9913-3" width = "30.956251" height = "30.956251" x = "66.9925" y = "167.48126" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9915-1" width = "30.956251" height = "30.956251" x = "100.48875" y = "167.48126" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9917-4" width = "30.956251" height = "30.956251" x = "133.985" y = "167.48126" ry = "2.1674161" / >
< rect style = "fill:#fdfeff;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "use9919-9" width = "30.956251" height = "30.956251" x = "167.48125" y = "167.48126" ry = "2.1674161" / >
< / g >
< / m a s k >
< linearGradient xlink : href = "#linearGradient3062" id = "linearGradient3386-6" gradientUnits = "userSpaceOnUse" x1 = "19.931946" y1 = "8.8194542" x2 = "19.930443" y2 = "14.211194" / >
< linearGradient y2 = "19.84375" x2 = "17.671497" y1 = "6.6145835" x1 = "17.671497" gradientUnits = "userSpaceOnUse" id = "linearGradient10573" xlink : href = "#linearGradient3021" / >
< filter id = "filter10820" style = "color-interpolation-filters:sRGB;" >
< feFlood id = "feFlood10810" result = "flood" flood - color = "rgb(0,0,0)" flood - opacity = "1" / >
< feComposite id = "feComposite10812" result = "composite1" operator = "in" in2 = "SourceGraphic" in = "flood" / >
< feGaussianBlur id = "feGaussianBlur10814" result = "blur" stdDeviation = "0.4" in = "composite1" / >
< feOffset id = "feOffset10816" result = "offset" dy = "0" dx = "2.77556e-17" / >
< feComposite id = "feComposite10818" result = "composite2" operator = "over" in2 = "offset" in = "SourceGraphic" / >
< / f i l t e r >
< / d e f s >
< metadata id = "metadata5" >
< / m e t a d a t a >
< g style = "display:inline" id = "layer2" >
< circle r = "10.583333" cy = "13.229166" cx = "13.229166" id = "path2775" style = "opacity:1;fill:#000000;fill-opacity:1;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" / >
< / g >
< g id = "layer3" >
< g style = "filter:url(#filter10820)" id = "g10580" >
< path d = "m 1.0583333,15.404013 c 0,2.777434 1.6195133,4.439737 4.0258347,4.439737 1.1998823,0 2.2096194,-0.353238 2.7734987,-1.281359 V 19.84375 H 10.054166 V 6.6145835 H 7.7724295 V 12.23871 C 7.2544471,11.310591 6.2971638,10.895015 5.0972812,10.895015 2.7499705,10.888139 1.0583333,12.585023 1.0583333,15.404013 Z m 6.78622,0 c 0,1.586116 -1.0228506,2.576572 -2.24896,2.576572 -1.2720065,0 -2.2489601,-0.990456 -2.2489601,-2.576572 0,-1.613818 0.9835102,-2.625053 2.2489601,-2.625053 1.2261094,0 2.24896,1.025086 2.24896,2.625053 z" id = "path8175" style = "opacity:1;fill:#ffffff;fill-opacity:1;stroke-width:0.0673896" / >
< rect style = "opacity:1;fill:none;fill-opacity:1;stroke:none;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "rect10263" width = "26.458332" height = "26.458332" x = "0" y = "5e-07" ry = "0" / >
< g mask = "url(#mask9169-3)" id = "g3068" style = "display:inline" >
< rect style = "opacity:1;fill:url(#linearGradient10573);fill-opacity:1;stroke:none;stroke-width:0.881856;stroke-linecap:round;stroke-linejoin:round" id = "rect3013" width = "13.229166" height = "13.229166" x = "11.1125" y = "6.614583" ry = "0.017408287" / >
< path style = "fill:url(#linearGradient3386-6);fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d = "m 15.522216,15.434023 h 2.204873 V 8.8194374 h 4.409713 l 1.7e-5,6.6146026 h 2.204856 l -4.409729,4.409712 z" id = "path3056" / >
< / g >
< / g >
< / g >
< g style = "display:inline" id = "layer4" / >
< style type = "text/css" id = "style2777" >
. st0 { fill - rule : evenodd ; clip - rule : evenodd ; fill : # 40 AB5D ; }
. st1 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8192 _1 _ ) ; }
. st2 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8199 _1 _ ) ; }
. st3 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8206 _1 _ ) ; }
. st4 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8213 _1 _ ) ; }
. st5 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8220 _1 _ ) ; }
. st6 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8227 _1 _ ) ; }
. st7 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8234 _1 _ ) ; }
. st8 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8241 _1 _ ) ; }
. st9 { fill - rule : evenodd ; clip - rule : evenodd ; fill : url ( # rect8248 _1 _ ) ; }
< / s t y l e >
2021-10-05 09:36:58 +00:00
< / s v g > ` , s c r i p t $ s = d e f i n e C o m p o n e n t ( { s e t u p ( e , a ) { c o n s t n = r e a c t i v e ( { a c t i v e T a b l i n k : " h o m e " , l i n k s } ) , { T H E M E S : i , c u r r e n t T h e m e : r } = u s e T h e m e ( ) , l = c o m p u t e d ( ( ) = > a . r o o t . $ s t o r e . s t a t e . a p p I n f o . u p d a t e A v a i l a b l e ) ; r e t u r n a . r o o t . $ r o u t e r . a f t e r E a c h ( o = > { c o n s t c = n . l i n k s . f i n d ( s = > s . r o u t e r N a m e = = = o . n a m e ) ; ! c | | ( n . a c t i v e T a b l i n k = c . n a m e ) } ) , { . . . t o R e f s ( n ) , u p d a t e A v a i l a b l e : l , T H E M E S : i , c u r r e n t T h e m e : r , i s S l i m : c o m p u t e d ( ( ) = > a . r o o t . $ s t o r e . g e t t e r s . g e t S l i m S i d e b a r ) , d e e m i x I c o n } } } ) ; c o n s t _ _ v u e _ s c r i p t _ _ $ s = s c r i p t $ s ; v a r _ _ v u e _ r e n d e r _ _ $ t = f u n c t i o n ( ) { v a r e = t h i s , a = e . $ c r e a t e E l e m e n t , n = e . _ s e l f . _ c | | a ; r e t u r n n ( " a s i d e " , { s t a t i c C l a s s : " t o p - 0 l e f t - 0 f l e x f l e x - c o l h - s c r e e n b g - p a n e l s - b g t e x t - f o r e g r o u n d " , c l a s s : { " s l i m - s i d e b a r w - 1 2 " : e . i s S l i m } , s t y l e : { m i n W i d t h : e . i s S l i m ? n u l l : " 1 4 r e m " } , a t t r s : { i d : " s i d e b a r " , " a r i a - l a b e l " : " s i d e b a r " , r o l e : " n a v i g a t i o n " } } , [ n ( " d i v " , { s t a t i c C l a s s : " d e e m i x - i c o n - c o n t a i n e r " , d o m P r o p s : { i n n e r H T M L : e . _ s ( e . d e e m i x I c o n ) } } ) , e . _ v ( " " ) , e . _ l ( e . l i n k s , f u n c t i o n ( i ) { r e t u r n n ( " r o u t e r - l i n k " , { k e y : i . n a m e , s t a t i c C l a s s : " r e l a t i v e f l e x i t e m s - c e n t e r h - 1 6 n o - u n d e r l i n e g r o u p m a i n _ t a b l i n k s h o v e r : b g - b a c k g r o u n d - m a i n t e x t - f o r e g r o u n d " , c l a s s : { " b g - b a c k g r o u n d - m a i n " : e . a c t i v e T a b l i n k = = = i . n a m e } , a t t r s : { " a r i a - l a b e l " : i . a r i a L a b e l , t o : { n a m e : i . r o u t e r N a m e } , t a g : " a " } , n a t i v e O n : { c l i c k : f u n c t i o n ( r ) { e . a c t i v e T a b l i n k = i . n a m e } } } , [ n ( " i " , { s t a t i c C l a s s : " p - 2 t e x t - 3 x l m a t e r i a l - i c o n s s i d e _ i c o n g r o u p - h o v e r : t e x t - p r i m a r y " , c l a s s : { " t e x t - p r i m a r y " : e . a c t i v e T a b l i n k = = = i . n a m e } } , [ e . _ v ( `
2021-08-18 12:59:12 +00:00
` +e._s(i.icon)+ `
2021-03-12 19:45:44 +00:00
` )]),e._v(" "),n("span",{staticClass:"ml-5 overflow-hidden capitalize whitespace-no-wrap main-tablinks-text",class:{hidden:e.isSlim},staticStyle:{"letter-spacing":"1.3px"}},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(e. $ t(i.label))+ `
` )]),e._v(" "),i.name==="about"&&e.updateAvailable?n("span",{staticClass:"absolute w-3 h-3 bg-red-600 rounded-full",attrs:{id:"update-notification"}}):e._e()])}),e._v(" "),n("span",{staticClass:"flex h-12 mt-5",class:{"inline-grid gap-2":e.isSlim},attrs:{id:"theme_selector","aria-label":"theme selector",role:"link"}},[n("i",{staticClass:"p-2 text-3xl transition-all duration-500 cursor-default material-icons side_icon side_icon--theme"},[e._v( `
2021-03-12 19:45:44 +00:00
brush
2021-10-05 09:36:58 +00:00
` )]),e._v(" "),n("div",{staticClass:"relative flex items-center w-full justify-evenly",class:{"inline-grid gap-2":e.isSlim},attrs:{id:"theme_togglers"}},e._l(e.THEMES,function(i){return n("div",{key:i,staticClass:"w-6 h-6 border rounded-full cursor-pointer theme_toggler border-grayscale-500 gap",class:[{"theme_toggler--active":e.currentTheme===i},"theme_toggler--"+i],on:{click:function(r){e.currentTheme=i}}})}),0)])],2)},__vue_staticRenderFns__ $ t=[];const __vue_inject_styles__ $ t=function(e){!e||e("data-v-2fe4f8d7_0",{source:".deemix-icon-container[data-v-2fe4f8d7]{display:grid;place-content:center}.slim-sidebar .deemix-icon-container[data-v-2fe4f8d7]{margin:.5rem 0}.slim-sidebar .deemix-icon-container[data-v-2fe4f8d7] svg{height:30px}.deemix-icon-container[data-v-2fe4f8d7] svg{height:75px}#update-notification[data-v-2fe4f8d7]{top:12px;left:30px}.theme_toggler[data-v-2fe4f8d7]{transition:border .2s ease-in-out}.theme_toggler--active[data-v-2fe4f8d7]{border-width:3px}.theme_toggler--light[data-v-2fe4f8d7]{background-color:#fff}.theme_toggler--dark[data-v-2fe4f8d7]{background-color:#141414}.theme_toggler--purple[data-v-2fe4f8d7]{background:#460eaf}",map:void 0,media:void 0})},__vue_scope_id__ $ t="data-v-2fe4f8d7",__vue_module_identifier__ $ b=void 0,__vue_is_functional_template__ $ t=!1;function __vue_normalize__ $ t(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="TheSidebar.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ b(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ b.styles||(__vue_create_injector__ $ b.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-10-05 12:35:50 +00:00
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var TheSidebar=__vue_normalize__ $ t({render:__vue_render__ $ t,staticRenderFns:__vue_staticRenderFns__ $ t},__vue_inject_styles__ $ t,__vue_script__ $ s,__vue_scope_id__ $ t,__vue_is_functional_template__ $ t,__vue_module_identifier__ $ b,__vue_create_injector__ $ b),script $ r=defineComponent({setup(){return{lastTextSearch:ref("")}},created(){const e=n=>{n.keyCode===70&&n.ctrlKey&&(n.preventDefault(),this. $ refs.searchbar.focus())},a=n=>{!(n.key==="Backspace"&&n.ctrlKey&&n.shiftKey)||(this. $ refs.searchbar.value="",this. $ refs.searchbar.focus())};document.addEventListener("keydown",e),document.addEventListener("keyup",a),this. $ on("hook:destroyed",()=>{document.removeEventListener("keydown",e),document.removeEventListener("keyup",a)})},computed:{...mapGetters({showSearchButton:"getShowSearchButton"})},methods:{async clickPerformSearch(e){e.preventDefault();const a=this. $ refs.searchbar.value;a!==""&&await this.performSearch(a,!1)},async rightClickPerformSearch(e){e.preventDefault(),e.stopPropagation();const a=this. $ refs.searchbar.value;a!==""&&await this.performSearch(a,!0)},async keyPerformSearch(e){if(!(e.keyCode===13))return;const n=this. $ refs.searchbar.value;if(n==="")return;const r=e.ctrlKey;await this.performSearch(n,r)},async performSearch(e,a){const n=isValidURL(e),i=this. $ route.name==="Link Analyzer",r=this. $ route.name==="Search",l=e===this.lastTextSearch;if(n){if(a){this. $ root. $ emit("ContextMenu:searchbar",e);return}if(i)try{const o=await fetchData("analyzeLink",{term:e});if(!!o.errorCode)throw new Error(o.errorMessage);o.type==="track"&&EventBus. $ emit("analyze_track",o),o.type==="album"&&EventBus. $ emit("analyze_album",o);return}catch(o){console.error(o);return}sendAddToQueue(e)}else{if(r&&l)return;this.lastTextSearch=e,await this. $ router.push({name:"Search",query:{term:e}})}}}});const __vue_script__ $ r=script $ r;var __vue_render__ $ s=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("header",{class:{showSearchButton:e.showSearchButton},attrs:{id:"search","aria-label":"searchbar"}},[e.showSearchButton?e._e():n("div",{staticClass:"search__icon"},[n("i",{staticClass:"material-icons"},[e._v("search")])]),e._v(" "),n("input",{ref:"searchbar",staticClass:"w-full",attrs:{id:"searchbar",autocomplete:"off",type:"search",name:"searchbar",value:"",placeholder:e. $ t("searchbar"),autofocus:""},on:{keyup:function(i){return e.keyPerformSearch(i)}}}),e._v(" "),e.showSearchButton?n("a",{staticClass:"searchButton",attrs:{href:"#"},on:{contextmenu:e.rightClickPerformSearch,click:e.clickPerformSearch}},[n("i",{staticClass:"material-icons"},[e._v("search")])]):e._e()])},__vue_staticRenderFns__ $ s=[];const __vue_inject_styles__ $ s=function(e){!e||e("data-v-5c5e0e3c_0",{source: ` input [ type = search ] : : - webkit - search - cancel - button { - webkit - appearance : none ; width : 28 px ; height : 28 px ; background - color : var ( -- foreground ) ; - webkit - mask - image : url ( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='28' viewBox='0 0 24 24' width='28'%3E%%3Cpath fill='%23ffffff' d='M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 12.59L17.59 17 14 13.41 10.41 17 9 15.59 12.59 12 9 8.41 10.41 7 14 10.59 17.59 7 19 8.41 15.41 12 19 15.59z'/%3E3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E" ) ; mask - image : url ( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='28' viewBox='0 0 24 24' width='28'%3E%%3Cpath fill='%23ffffff' d='M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-3 12.59L17.59 17 14 13.41 10.41 17 9 15.59 12.59 12 9 8.41 10.41 7 14 10.59 17.59 7 19 8.41 15.41 12 19 15.59z'/%3E3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E" ) } # search { background - color : var ( -- secondary - background ) ; padding : 0 1 em ; display : flex ; align - items : center ; border : 1 px solid transparent ; transition : border . 2 s ease - in - out ; border - radius : 15 px ; margin : 10 px 10 px 20 px 10 px ; overflow
2021-10-05 09:36:58 +00:00
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var TheSearchBar=__vue_normalize__ $ s({render:__vue_render__ $ s,staticRenderFns:__vue_staticRenderFns__ $ s},__vue_inject_styles__ $ s,__vue_script__ $ r,__vue_scope_id__ $ s,__vue_is_functional_template__ $ s,__vue_module_identifier__ $ a,__vue_create_injector__ $ a),__vue_render__ $ r=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("button",{staticClass:"btn-primary border-transparent border-solid flex items-center justify-center p-1 m-0 w-16 h-16 rounded-full z-10",on:{click:function(i){return e. $ router.back()}}},[n("i",{staticClass:"material-icons mirrored text-4xl text-white"},[e._v("forward")])])},__vue_staticRenderFns__ $ r=[];const __vue_inject_styles__ $ r=function(e){!e||e("data-v-932b8142_0",{source:"button[data-v-932b8142]{transition:background .2s ease-in-out}",map:void 0,media:void 0})},__vue_scope_id__ $ r="data-v-932b8142",__vue_module_identifier__ $ 9=void 0,__vue_is_functional_template__ $ r=!1;function __vue_normalize__ $ r(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="BackButton.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ 9(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 9.styles||(__vue_create_injector__ $ 9.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var BackButton=__vue_normalize__ $ r({render:__vue_render__ $ r,staticRenderFns:__vue_staticRenderFns__ $ r},__vue_inject_styles__ $ r,{},__vue_scope_id__ $ r,__vue_is_functional_template__ $ r,__vue_module_identifier__ $ 9,__vue_create_injector__ $ 9),script $ q={components:{BackButton},data:()=>({performScrolledSearch:!1}),computed:{showBackButton(){return["Tracklist","Artist","Album","Playlist","Spotify Playlist"].includes(this. $ route.name)}},mounted(){this. $ router.beforeEach((e,a,n)=>{this. $ refs.content.scrollTo(0,0),n()})},methods:{handleContentScroll:debounce $ 1(async function(){this. $ refs.content.scrollTop+this. $ refs.content.clientHeight<this. $ refs.content.scrollHeight||(this.performScrolledSearch=!0,await this. $ nextTick(),this.performScrolledSearch=!1)},100)}};const __vue_script__ $ q=script $ q;var __vue_render__ $ q=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("main",{ref:"content",attrs:{id:"content","aria-label":"main content"},on:{scroll:function(i){e. $ route.name==="Search"&&e.handleContentScroll(i)}}},[n("div",{attrs:{id:"container"}},[e.showBackButton?n("BackButton",{staticClass:"sticky -ml-20",staticStyle:{top:"1rem"}}):e._e(),e._v(" "),n("keep-alive",[e. $ route.meta.notKeepAlive?e._e():n("router-view",{key:e. $ route.fullPath,class:{"-mt-16":e.showBackButton},attrs:{"perform-scrolled-search":e.performScrolledSearch}})],1),e._v(" "),e. $ route.meta.notKeepAlive?n("router-view",{key:e. $ route.fullPath,class:{"-mt-16":e.showBackButton},attrs:{"perform-scrolled-search":e.performScrolledSearch}}):e._e()],1)])},__vue_staticRenderFns__ $ q=[];const __vue_inject_styles__ $ q=function(e){!e||e("data-v-0ceb5690_0",{source:"#container{--container-width:95%;margin:0 auto;max-width:1280px;width:var(--container-width);transform:scale(1)}@media only screen and (min-width:601px){#container{--container-width:85%}}@media only screen and (min-width:993px){#container{--container-width:70%}}main{background-color:var(--main-background);padding-right:5px;width:100%;height:calc(100vh - 93px);overflow-y:scroll;overflow-x:hidden}main::-webkit-scrollbar{width:10px}main::-webkit-scrollbar-track{background:var(--main-background)}main::-webkit-scrollbar-thumb{background:var(--main-scroll);border-radius:4px;width:6px;padding:0 2px}",map:void 0,media:void 0})},__vue_scope_id__ $ q=void 0,__vue_module_identifier__ $ 8=void 0,__vue_is_functional_template__ $ q=!1;function __vue_normalize__ $ q(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="TheContent.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ 8(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 8.styles||(__vue_create_injector__ $ 8.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-10-05 12:35:50 +00:00
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var TheContent=__vue_normalize__ $ q({render:__vue_render__ $ q,staticRenderFns:__vue_staticRenderFns__ $ q},__vue_inject_styles__ $ q,__vue_script__ $ q,__vue_scope_id__ $ q,__vue_is_functional_template__ $ q,__vue_module_identifier__ $ 8,__vue_create_injector__ $ 8);const possibleStates=["converting","downloading","download finished","completed"];var script $ p={props:{queueItem:{type:Object,default:()=>({})},showTags:Boolean},data(){return{isLoading:!1}},computed:{hasFails(){return this.queueItem.failed>=1},allFailed(){let e=!1;return this.queueItem.status==="download finished"&&(e=this.queueItem.size!==0&&this.queueItem.failed===this.queueItem.size),e},finishedWithFails(){return this.queueItem.status==="download finished"&&this.hasFails},isDeterminateStatus(){return possibleStates.includes(this.queueItem.status)},barClass(){return{converting:this.queueItem.status==="converting",indeterminate:!this.isDeterminateStatus,determinate:this.isDeterminateStatus}},barStyle(){let e=0,a="var(--primary-color)";return this.hasFails?a="hsl(33, 100%, 47%)":a="hsl(150, 76%, 34%)",this.allFailed&&(a="hsl(360, 100%, 35%)"),this.queueItem.status==="download finished"&&(e=100),this.queueItem.status==="downloading"&&(e=this.queueItem.progress),this.queueItem.status==="converting"&&(e=100-this.queueItem.conversion,a="hsl(46, 100%, 50%)"),{width: ` $ { e } % ` ,backgroundColor:a}},resultIconText(){let e="delete_forever";return this.queueItem.status==="download finished"&&(this.hasFails?this.queueItem.failed>=this.queueItem.size?e="error":e="warning":e="done"),e},generateLink(){switch(this.queueItem.type){case"track":return ` https : //deezer.com/track/${this.queueItem.id}`;case"album":return`https://deezer.com/album/${this.queueItem.id}`;case"playlist":return this.queueItem.id.endsWith("_top_track")?`https://www.deezer.com/artist/${this.queueItem.id.slice(0,-10)}/top_track`:`https://deezer.com/playlist/${this.queueItem.id}`;case"spotify_playlist":return`https://open.spotify.com/playlist/${this.queueItem.id}`;default:return""}},bitrateText(){switch(parseInt(this.queueItem.bitrate)){case 9:return"FLAC";case 3:return"320";case 1:return"128";case 15:return"360HQ";case 14:return"360MQ";case 13:return"360LQ";default:return"MISC"}}},methods:{onResultIconClick(){this.isDeterminateStatus?(this.finishedWithFails&&this.$emit("show-errors",this.queueItem),this.queueItem.status==="downloading"&&(this.isLoading=!0,this.$emit("remove-item",this.queueItem.uuid))):(this.isLoading=!0,this.$emit("remove-item",this.queueItem.uuid))}}};const __vue_script__$p=script$p;var __vue_render__$p=function(){var e=this,a=e.$createElement,n=e._self._c||a;return n("div",{staticClass:"download-object",attrs:{"data-link-only":e.generateLink}},[n("div",{staticClass:"download-info"},[n("div",{staticClass:"relative coverart rounded"},[n("img",{attrs:{width:"75px",src:e.queueItem.cover,alt:"Cover "+e.queueItem.title}}),e._v(" "),e.showTags?n("span",{staticClass:"tag"},[e._v(e._s(e.bitrateText))]):e._e()]),e._v(" "),n("div",{staticClass:"download-info-data"},[n("span",{staticClass:"download-line"},[e.queueItem.explicit?n("i",{staticClass:"material-icons explicit-icon"},[e._v("explicit")]):e._e(),e._v(" "+e._s(e.queueItem.title)+`
` )]),e._v(" "),n("span",{staticClass:"download-slim-separator"},[e._v(" - ")]),e._v(" "),n("span",[e._v(e._s(e.queueItem.artist))])]),e._v(" "),n("div",{staticClass:"download-info-status",staticStyle:{"text-align":"center"}},[n("span",{staticClass:"download-line"},[e._v(" "+e._s(e.queueItem.downloaded+e.queueItem.failed)+"/"+e._s(e.queueItem.size)+" ")]),e._v(" "),e.hasFails?n("span",{staticClass:"flex items-center",class:{clickable:e.hasFails},staticStyle:{"justify-content":"center"},on:{click:function(i){e.hasFails&&e. $ emit("show-errors",e.queueItem)}}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e.queueItem.failed)+ `
` ),n("i",{staticClass:"material-icons"},[e._v("error_outline")])]):e._e()])]),e._v(" "),n("div",{staticClass:"download-bar"},[n("div",{staticClass:"progress"},[n("div",{class:e.barClass,style:e.barStyle})]),e._v(" "),e.isLoading?n("div",{staticClass:"circle-loader"}):n("i",{staticClass:"material-icons queue_icon",class:{clickable:e.finishedWithFails||e.resultIconText==="delete_forever"},on:{click:e.onResultIconClick}},[e._v( `
` +e._s(e.resultIconText)+ `
2021-10-05 12:35:50 +00:00
` )])])])},__vue_staticRenderFns__ $ p=[];const __vue_inject_styles__ $ p=function(e){!e||e("data-v-41229a52_0",{source:".download-object{padding-bottom:8px}.download-object .download-info{display:flex;align-items:center}.download-object .download-info .coverart{height:75px;width:75px;flex:0 0 75px;overflow:hidden}.download-object .download-info .coverart .tag{position:absolute;bottom:0;right:0}.download-object .download-info .download-line{display:block}.download-object .download-info .download-line .explicit-icon{vertical-align:bottom}.download-object .download-info .download-slim-separator{display:none}.download-object .download-info-data{flex:1 50%;margin-left:8px;overflow:hidden}.download-object .download-info-status{flex:1 15%;margin-left:8px;width:80px}.download-object>.download-bar{display:flex;align-items:center;height:24px}.download-object>.download-bar>.queue_icon{cursor:default;margin-left:8px}.download-object>.download-bar>.progress{margin:0}#download_list:not(.slim) .download-line{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#download_list.slim>.download-object .download-info{display:block}#download_list.slim>.download-object .download-info .coverart{display:none}#download_list.slim>.download-object .download-info .download-line{display:inline-block}#download_list.slim>.download-object .download-info .download-slim-separator{display:inline-block}#download_list.slim>.download-object .download-info-data{width:calc(80% - 16px);display:inline-block;padding-left:0}#download_list.slim>.download-object .download-info-status{width:20%;display:inline-block;float:right}.progress{position:relative;height:4px;display:block;width:100%;background-color:var(--secondary-background);border-radius:2px;margin:.5rem 0 1rem 0;overflow:hidden}.progress .determinate{position:absolute;top:0;left:0;bottom:0;background-color:var(--primary-color);transition:width .3s linear}.progress .converting{background-color:var(--secondary-color);transition:none!important}.progress .indeterminate{background-color:var(--primary-color)}.progress .indeterminate::before{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.progress .indeterminate::after{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}",map:void 0,media:void 0})},__vue_scope_id__ $ p=void 0,__vue_module_identifier__ $ 7=void 0,__vue_is_functional_template__ $ p=!1;function __vue_normalize__ $ p(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="QueueItem.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ 7(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 7.styles||(__vue_create_injector__ $ 7.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
2021-10-05 09:36:58 +00:00
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var QueueItem=__vue_normalize__ $ p({render:__vue_render__ $ p,staticRenderFns:__vue_staticRenderFns__ $ p},__vue_inject_styles__ $ p,__vue_script__ $ p,__vue_scope_id__ $ p,__vue_is_functional_template__ $ p,__vue_module_identifier__ $ 7,__vue_create_injector__ $ 7),commonjsGlobal=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},toastify={exports:{}};/*!
2021-08-09 16:38:54 +00:00
* Toastify js 1.11 . 1
2020-11-10 23:19:43 +00:00
* https : //github.com/apvarun/toastify-js
* @ license MIT licensed
*
* Copyright ( C ) 2018 Varun A P
2021-10-05 09:36:58 +00:00
* / ( f u n c t i o n ( e ) { ( f u n c t i o n ( a , n ) { e . e x p o r t s ? e . e x p o r t s = n ( ) : a . T o a s t i f y = n ( ) } ) ( c o m m o n j s G l o b a l , f u n c t i o n ( a ) { v a r n = f u n c t i o n ( o ) { r e t u r n n e w n . l i b . i n i t ( o ) } , i = " 1 . 1 1 . 1 " ; n . d e f a u l t s = { o l d e s t F i r s t : ! 0 , t e x t : " T o a s t i f y i s a w e s o m e ! " , n o d e : v o i d 0 , d u r a t i o n : 3 e 3 , s e l e c t o r : v o i d 0 , c a l l b a c k : f u n c t i o n ( ) { } , d e s t i n a t i o n : v o i d 0 , n e w W i n d o w : ! 1 , c l o s e : ! 1 , g r a v i t y : " t o a s t i f y - t o p " , p o s i t i o n L e f t : ! 1 , p o s i t i o n : " " , b a c k g r o u n d C o l o r : " " , a v a t a r : " " , c l a s s N a m e : " " , s t o p O n F o c u s : ! 0 , o n C l i c k : f u n c t i o n ( ) { } , o f f s e t : { x : 0 , y : 0 } , e s c a p e M a r k u p : ! 0 , s t y l e : { b a c k g r o u n d : " " } } , n . l i b = n . p r o t o t y p e = { t o a s t i f y : i , c o n s t r u c t o r : n , i n i t : f u n c t i o n ( o ) { r e t u r n o | | ( o = { } ) , t h i s . o p t i o n s = { } , t h i s . t o a s t E l e m e n t = n u l l , t h i s . o p t i o n s . t e x t = o . t e x t | | n . d e f a u l t s . t e x t , t h i s . o p t i o n s . n o d e = o . n o d e | | n . d e f a u l t s . n o d e , t h i s . o p t i o n s . d u r a t i o n = o . d u r a t i o n = = = 0 ? 0 : o . d u r a t i o n | | n . d e f a u l t s . d u r a t i o n , t h i s . o p t i o n s . s e l e c t o r = o . s e l e c t o r | | n . d e f a u l t s . s e l e c t o r , t h i s . o p t i o n s . c a l l b a c k = o . c a l l b a c k | | n . d e f a u l t s . c a l l b a c k , t h i s . o p t i o n s . d e s t i n a t i o n = o . d e s t i n a t i o n | | n . d e f a u l t s . d e s t i n a t i o n , t h i s . o p t i o n s . n e w W i n d o w = o . n e w W i n d o w | | n . d e f a u l t s . n e w W i n d o w , t h i s . o p t i o n s . c l o s e = o . c l o s e | | n . d e f a u l t s . c l o s e , t h i s . o p t i o n s . g r a v i t y = o . g r a v i t y = = = " b o t t o m " ? " t o a s t i f y - b o t t o m " : n . d e f a u l t s . g r a v i t y , t h i s . o p t i o n s . p o s i t i o n L e f t = o . p o s i t i o n L e f t | | n . d e f a u l t s . p o s i t i o n L e f t , t h i s . o p t i o n s . p o s i t i o n = o . p o s i t i o n | | n . d e f a u l t s . p o s i t i o n , t h i s . o p t i o n s . b a c k g r o u n d C o l o r = o . b a c k g r o u n d C o l o r | | n . d e f a u l t s . b a c k g r o u n d C o l o r , t h i s . o p t i o n s . a v a t a r = o . a v a t a r | | n . d e f a u l t s . a v a t a r , t h i s . o p t i o n s . c l a s s N a m e = o . c l a s s N a m e | | n . d e f a u l t s . c l a s s N a m e , t h i s . o p t i o n s . s t o p O n F o c u s = o . s t o p O n F o c u s = = = v o i d 0 ? n . d e f a u l t s . s t o p O n F o c u s : o . s t o p O n F o c u s , t h i s . o p t i o n s . o n C l i c k = o . o n C l i c k | | n . d e f a u l t s . o n C l i c k , t h i s . o p t i o n s . o f f s e t = o . o f f s e t | | n . d e f a u l t s . o f f s e t , t h i s . o p t i o n s . e s c a p e M a r k u p = o . e s c a p e M a r k u p ! = = v o i d 0 ? o . e s c a p e M a r k u p : n . d e f a u l t s . e s c a p e M a r k u p , t h i s . o p t i o n s . s t y l e = o . s t y l e | | n . d e f a u l t s . s t y l e , t h i s . o p t i o n s . s t y l e . b a c k g r o u n d = n . d e f a u l t s . b a c k g r o u n d C o l o r | | o . b a c k g r o u n d C o l o r , t h i s } , b u i l d T o a s t : f u n c t i o n ( ) { i f ( ! t h i s . o p t i o n s ) t h r o w " T o a s t i f y i s n o t i n i t i a l i z e d " ; v a r o = d o c u m e n t . c r e a t e E l e m e n t ( " d i v " ) ; o . c l a s s N a m e = " t o a s t i f y o n " + t h i s . o p t i o n s . c l a s s N a m e , t h i s . o p t i o n s . p o s i t i o n ? o . c l a s s N a m e + = " t o a s t i f y - " + t h i s . o p t i o n s . p o s i t i o n : t h i s . o p t i o n s . p o s i t i o n L e f t = = = ! 0 ? ( o . c l a s s N a m e + = " t o a s t i f y - l e f t " , c o n s o l e . w a r n ( " P r o p e r t y ` p o s i t i o n L e f t ` w i l l b e d e p r e c i a t e d i n f u r t h e r v e r s i o n s . P l e a s e u s e ` p o s i t i o n ` i n s t e a d . " ) ) : o . c l a s s N a m e + = " t o a s t i f y - r i g h t " , o . c l a s s N a m e + = " " + t h i s . o p t i o n s . g r a v i t y , t h i s . o p t i o n s . b a c k g r o u n d C o l o r & & c o n s o l e . w a r n ( ' D E P R E C A T I O N N O T I C E : " b a c k g r o u n d C o l o r " i s b e i n g d e p r e c a t e d . P l e a s e u s e t h e " s t y l e . b a c k g r o u n d " p r o p e r t y . ' ) ; f o r ( v a r c i n t h i s . o p t i o n s . s t y l e ) o . s t y l e [ c ] = t h i s . o p t i o n s . s t y l e [ c ] ; i f ( t h i s . o p t i o n s . n o d e & & t h i s . o p t i o n s . n o d e . n o d e T y p e = = = N o d e . E L E M E N T _ N O D E ) o . a p p e n d C h i l d ( t h i s . o p t i o n s . n o d e ) ; e l s e i f ( t h i s . o p t i o n s . e s c a p e M a r k u p ? o . i n n e r T e x t = t h i s . o p t i o n s . t e x t : o . i n n e r H T M L = t h i s . o p t i o n s . t e x t , t h i s . o p t i o n s . a v a t a r ! = = " " ) { v a r s = d o c u m e n t . c r e a t e E l e m e n t ( " i m g " ) ; s . s r c = t h i s . o p t i o n s . a v a t a r , s . c l a s s N a m e = " t o a s t i f y - a v a t a r " , t h i s . o p t i o n s . p o s i t i o n = = " l e f t " | | t h i s . o p t i o n s . p o s i t i o n L e f t = = = ! 0 ? o . a p p e n d C h i l d ( s ) : o . i n s e r t A d j a c e n t E l e m e n t ( " a f t e r b e g i n " , s ) } i f ( t h i s . o p t i o n s . c l o s e = = = ! 0 ) { v a r d = d o c u m e n t . c r e a t e E l e m e n t ( " s p a n " ) ; d . i n n e r H T M L = " & # 1 0 0 0 6 ; " , d . c l a s s N a m e = " t o a s t - c l o s e " , d . a d d E v e n t L i s t e n e r ( " c l i c k " , f u n c t i o n ( _ ) { _ . s t o p P r o p a g a t i o n ( ) , t h i s . r e m o v e E l e m e n t ( t h i s . t o a s t E l e m e n t ) , w i n d o w . c l e a r T i m e o u t ( t h i s . t o a s t E l e m e n t . t i m e O u t V a l u e ) } . b i n d ( t h i s ) ) ; v a r u = w i n d o w . i n n e r W i d t h > 0 ? w i n d o w . i n n e r W i d t h : s c r e e n . w i d t h ; ( t h i s . o p t i o n s . p o s i t i o n = = " l e f t " | | t h i s . o p t i o n s . p o s i t i o n L e f t = = = ! 0 ) & & u > 3 6 0 ? o . i n s e r t A d j a c e n t E l e m e n t ( " a f t e r b e g i n " , d ) : o . a p p e n d C h i l d ( d ) } i f ( t h i s . o p t i o n s . s t o p O n F o c u s & & t h i s . o p t i o n s . d u r a t i o n > 0 ) { v a r h = t h i s ; o . a d d E v e n t L i s t e n e r ( " m o u s e o v e r " , f u n c t i o n ( _ ) { w i n d o w . c l e a r T i m e o u t ( o . t i m e O u t V a l u e ) } ) , o . a d d E v e n t L i s t e n e r ( " m o u s e l e a v e " , f u n c t i o n ( ) { o . t i m e O u t V a l u e = w i n d o w . s e t T i m e o u t ( f u n c t i o n ( ) { h . r e m o v e E l e m e n t ( o ) } , h . o p t i o n s . d u r a t i o n ) } ) } i f ( t y p e o f t h i s . o p t i o n s . d e s t i n a t i o n ! = " u n d e f i n e d " & & o . a d d E v e n t L i s t e n e r ( " c l i c k " , f u n c t i o n ( _ ) { _ . s t o p P r o p a g a t i o n ( ) , t h i s . o p t i o n s . n e w W i n d o w = = = ! 0 ? w i n d o w . o p e n ( t h i s . o p t i o n s . d e s t i n a t i o n , " _ b l a n k " ) : w i n d o w . l o c a t i o n = t h i s . o p t i o n s . d e s t i n a t i o n } . b i n d ( t h i s ) ) , t y p e o f t h i s . o p t i o n s . o n C l i c k = = " f u n c t i o n " & & t y p e o f t h i s . o p t i o n s . d e s t i n a t i o n = = " u n d e f i n e d " & & o . a d d E v e n t L i s t e n e r ( " c l i c k " , f u n c t i o n ( _ ) { _ . s t o p P r o p a g a t i o n ( ) , t h i s . o p t i o n s . o n C l i c k ( ) } . b i n d ( t h i s
2021-08-09 16:38:54 +00:00
* Toastify js 1.11 . 1
2021-03-12 19:45:44 +00:00
* https : //github.com/apvarun/toastify-js
* @ license MIT licensed
2021-03-12 19:33:51 +00:00
*
2021-03-12 19:45:44 +00:00
* Copyright ( C ) 2018 Varun A P
2020-11-10 23:19:43 +00:00
* /
2021-03-12 19:33:51 +00:00
2021-03-12 19:45:44 +00:00
. toastify {
padding : 12 px 20 px ;
color : # ffffff ;
display : inline - block ;
box - shadow : 0 3 px 6 px - 1 px rgba ( 0 , 0 , 0 , 0.12 ) , 0 10 px 36 px - 4 px rgba ( 77 , 96 , 232 , 0.3 ) ;
background : linear - gradient ( 135 deg , # 73 a5ff , # 5477 f5 ) ;
position : fixed ;
opacity : 0 ;
transition : all 0.4 s cubic - bezier ( 0.215 , 0.61 , 0.355 , 1 ) ;
border - radius : 2 px ;
cursor : pointer ;
text - decoration : none ;
max - width : calc ( 50 % - 20 px ) ;
z - index : 2147483647 ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify . on {
opacity : 1 ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toast - close {
opacity : 0.4 ;
padding : 0 5 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - right {
right : 15 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - left {
left : 15 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - top {
top : - 150 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - bottom {
bottom : - 150 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - rounded {
border - radius : 25 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - avatar {
width : 1.5 em ;
height : 1.5 em ;
margin : - 7 px 5 px ;
border - radius : 2 px ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify - center {
margin - left : auto ;
margin - right : auto ;
left : 0 ;
right : 0 ;
max - width : - webkit - fit - content ;
max - width : fit - content ;
max - width : - moz - fit - content ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
@ media only screen and ( max - width : 360 px ) {
. toastify - right , . toastify - left {
margin - left : auto ;
margin - right : auto ;
left : 0 ;
right : 0 ;
max - width : - webkit - fit - content ;
max - width : - moz - fit - content ;
max - width : fit - content ;
2021-03-12 19:33:51 +00:00
}
2020-11-10 23:19:43 +00:00
}
2021-05-05 18:59:27 +00:00
` ;styleInject(css_248z $ 1);var css_248z= ` . toast - icon {
2021-03-12 19:45:44 +00:00
display : inline - block ;
margin - right : 0.5 rem ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. circle - loader {
display : inline - block ;
width : 1 rem ;
height : 1 rem ;
border : 2 px solid var ( -- primary - color ) ;
border - radius : 50 % ;
border - bottom : 2 px solid var ( -- secondary - background ) ;
- webkit - animation : spin 1 s linear infinite ;
animation : spin 1 s linear infinite ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify {
display : flex ;
align - items : center ;
box - shadow : 0 3 px 6 px - 1 px rgba ( 0 , 0 , 0 , 0.12 ) , 0 10 px 36 px - 4 px rgba ( 0 , 0 , 0 , 0.3 ) ;
background : var ( -- toast - background ) ;
color : var ( -- toast - text ) ;
2020-11-10 23:19:43 +00:00
}
2021-03-12 19:45:44 +00:00
. toastify . circle - loader {
border - bottom - color : var ( -- toast - secondary ) ;
2021-08-18 12:59:12 +00:00
}
2021-10-05 12:35:50 +00:00
` ;styleInject(css_248z);const sharedOptions={gravity:"bottom",position:"left"},toastsWithId={},toast=function(e,a=null,n=!0,i=null){if(toastsWithId[i]){const r=toastsWithId[i],l=document.querySelectorAll( ` div . toastify [ toast _id = $ { i } ] ` );if(e&&l.forEach(o=>{o.querySelectorAll(".toast-message").forEach(s=>{s.innerText=e})}),a){const o=document.createElement("span");if(o.classList.add("toast-icon"),a==="loading"){const c=document.createElement("div");c.classList.add("circle-loader"),o.appendChild(c)}else{const c=document.createElement("i");c.classList.add("material-icons"),c.appendChild(document.createTextNode(a)),o.appendChild(c)}l.forEach(c=>{c.querySelectorAll(".toast-icon").forEach(d=>{d.parentNode.replaceChild(o,d)})})}n!==null&&n&&(l.forEach(o=>{o.classList.add("dismissable")}),setTimeout(()=>{r.hideToast(),delete toastsWithId[i]},3e3))}else{const r=document.createElement("span");if(r.classList.add("toast-icon"),a==null)r.appendChild(document.createTextNode(""));else if(a==="loading"){const s=document.createElement("div");s.classList.add("circle-loader"),r.appendChild(s)}else{const s=document.createElement("i");s.classList.add("material-icons"),s.appendChild(document.createTextNode(a)),r.appendChild(s)}const l=document.createElement("span");l.classList.add("toast-message"),l.appendChild(document.createTextNode(e));const o=document.createElement("toast");o.appendChild(r),o.appendChild(l);const c=Toastify({...sharedOptions,node:o,duration:n?3e3:0,className:n?"dismissable":"",onClick(){let s=!0;if(i){const d=document.querySelector( ` div . toastify [ toast _id = $ { i } ] ` ).classList;d&&(s=Array.prototype.slice.call(d).includes("dismissable"))}c&&s&&(c.hideToast(),i&&delete toastsWithId[i])},offset:{x:localStorage.getItem("slimSidebar")==="true"?"3rem":"14rem"}}).showToast();i&&(toastsWithId[i]=c,c.toastElement.setAttribute("toast_id",i))}};socket.on("toast",e=>{const{msg:a,icon:n,dismiss:i,id:r}=e;toast(a,n||null,i!==void 0?i:!0,r||null)});const tabMinWidth=250,tabMaxWidth=500;var script $ o={components:{QueueItem},data(){return{cachedTabWidth:parseInt(localStorage.getItem("downloadTabWidth"))||300,queue:[],queueList:{},queueComplete:[],isExpanded:localStorage.getItem("downloadTabOpen")==="true"}},computed:{...mapGetters({clientMode:"getClientMode",isSlim:"getSlimDownloads",showTags:"getShowBitrateTags"}),finishedWithoutErrors(){const e=a=>(a.status||"")==="download finished"&&a.errors.length===0;return Object.values(this.queueList).filter(e)}},created(){const e=a=>{!(a.ctrlKey&&a.key==="b")||this.toggleDownloadTab()};document.addEventListener("keyup",e),this. $ on("hook:destroyed",()=>{document.removeEventListener("keyup",e)})},mounted(){socket.on("startDownload",this.startDownload),socket.on("startConversion",this.startConversion),socket.on("finishConversion",this.finishConversion),socket.on("addedToQueue",this.addToQueue),socket.on("updateQueue",this.updateQueue),socket.on("removedFromQueue",this.removeFromQueue),socket.on("finishDownload",this.finishDownload),socket.on("removedAllDownloads",this.removeAllDownloads),socket.on("removedFinishedDownloads",this.removedFinishedDownloads),fetchData("getQueue").then(e=>{this.initQueue(e)}).catch(console.error),localStorage.getItem("slimDownloads")==="true"&&this. $ refs.list.classList.add("slim"),this.isExpanded&&this.setTabWidth(this.cachedTabWidth),document.addEventListener("mouseup",()=>{document.removeEventListener("mousemove",this.handleDrag)}),window.addEventListener("beforeunload",()=>{localStorage.setItem("downloadTabWidth",this.cachedTabWidth)})},methods:{...mapActions(["setErrors"]),onRemoveItem(e){socket.emit("removeFromQueue",e)},setTabWidth(e){e===void 0?(this. $ refs.container.style.width="",this. $ refs.list.style.width=""):(this. $ refs.container.style.width=e+"px",this. $ refs.list.style.width=e+"px")},initQueue(e){const{queueOrder:a,current:n,queue:i,restored:r}=e,l=Object.values(i).filter(o=>["completed","withErrors","failed"].includes(o.status)).map(o=>o.uuid);l&&l.length&&l.forEach(o=>{i[o].silent=!0,this.addToQueue(i[o])}),n&&(n.silent=!0,this.addToQueue(n,!0)),a.forEach(o=>{i[o]
2021-03-12 19:45:44 +00:00
folder _open
` )]):e._e(),e._v(" "),n("i",{staticClass:"m-1 text-2xl cursor-pointer material-icons",attrs:{title:e. $ t("globals.clean_queue_hint")},on:{click:e.cleanQueue}},[e._v( `
clear _all
` )]),e._v(" "),n("i",{staticClass:"m-1 text-2xl cursor-pointer material-icons",attrs:{title:e. $ t("globals.cancel_queue_hint")},on:{click:e.cancelQueue}},[e._v( `
delete _sweep
2021-10-05 12:35:50 +00:00
` )])]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.isExpanded,expression:"isExpanded"}],ref:"list",staticClass:"w-full pr-2",class:{slim:e.isSlim},attrs:{id:"download_list"}},e._l(e.queueList,function(i){return n("QueueItem",{key:i.uuid,attrs:{"queue-item":i,"show-tags":e.showTags},on:{"show-errors":e.showErrorsTab,"remove-item":e.onRemoveItem}})}),1)])},__vue_staticRenderFns__ $ o=[];const __vue_inject_styles__ $ o=function(e){!e||e("data-v-eae5f2e8_0",{source:"#toggle_download_tab[data-v-eae5f2e8]{width:25px;height:25px}#toggle_download_tab[data-v-eae5f2e8]::before{font-family:'Material Icons';font-style:normal;font-weight:400;content:'chevron_right'}#download_tab_container.tab-hidden #toggle_download_tab[data-v-eae5f2e8]::before{content:'chevron_left'}#download_tab_container.tab-hidden[data-v-eae5f2e8]::after{content:attr(data-label);display:flex;align-items:center;text-transform:capitalize;writing-mode:vertical-rl;line-height:2rem}#download_list[data-v-eae5f2e8]{height:calc(100% - 32px);padding-left:28px;overflow-y:scroll}#download_list[data-v-eae5f2e8]::-webkit-scrollbar{width:10px}#download_list[data-v-eae5f2e8]::-webkit-scrollbar-track{background:var(--panels-background)}#download_list[data-v-eae5f2e8]::-webkit-scrollbar-thumb{background:var(--panels-scroll);border-radius:4px;width:6px;padding:0 2px}",map:void 0,media:void 0})},__vue_scope_id__ $ o="data-v-eae5f2e8",__vue_module_identifier__ $ 6=void 0,__vue_is_functional_template__ $ o=!1;function __vue_normalize__ $ o(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="TheDownloadBar.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ 6(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 6.styles||(__vue_create_injector__ $ 6.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
2021-10-05 09:36:58 +00:00
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var TheDownloadBar=__vue_normalize__ $ o({render:__vue_render__ $ o,staticRenderFns:__vue_staticRenderFns__ $ o},__vue_inject_styles__ $ o,__vue_script__ $ o,__vue_scope_id__ $ o,__vue_is_functional_template__ $ o,__vue_module_identifier__ $ 6,__vue_create_injector__ $ 6),script $ n={components:{TheSidebar,TheSearchBar,TheDownloadBar,TheTrackPreview,TheQualityModal,BaseLoadingPlaceholder,TheContextMenu,TheContent,DeezerWarning},data(){return{isSocketConnected:!1}},mounted(){socket.addEventListener("open",()=>{console.log("Connected to WebSocket"),this.isSocketConnected=!0})}};const __vue_script__ $ n=script $ n;var __vue_render__ $ n=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{attrs:{id:"app"}},[n("div",{staticClass:"app-container"},[n("TheSidebar"),e._v(" "),n("div",{staticClass:"content-container"},[n("TheSearchBar"),e._v(" "),n("DeezerWarning"),e._v(" "),n("TheContent")],1),e._v(" "),n("TheDownloadBar")],1),e._v(" "),n("BaseLoadingPlaceholder",{attrs:{text:"Connecting to local server...",hidden:e.isSocketConnected,"additional-classes":"absolute top-0 left-0 w-screen h-screen bg-black bg-opacity-50 z-50"}}),e._v(" "),n("TheTrackPreview"),e._v(" "),n("TheQualityModal"),e._v(" "),n("TheContextMenu")],1)},__vue_staticRenderFns__ $ n=[];const __vue_inject_styles__ $ n=function(e){!e||e("data-v-1cb2a990_0",{source:".app-container{display:flex}.content-container{width:100%;display:flex;flex-direction:column}",map:void 0,media:void 0})},__vue_scope_id__ $ n=void 0,__vue_module_identifier__ $ 5=void 0,__vue_is_functional_template__ $ n=!1;function __vue_normalize__ $ n(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="App.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ 5(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 5.styles||(__vue_create_injector__ $ 5.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var App=__vue_normalize__ $ n({render:__vue_render__ $ n,staticRenderFns:__vue_staticRenderFns__ $ n},__vue_inject_styles__ $ n,__vue_script__ $ n,__vue_scope_id__ $ n,__vue_is_functional_template__ $ n,__vue_module_identifier__ $ 5,__vue_create_injector__ $ 5);/*!
2021-08-09 16:38:54 +00:00
* vue - i18n v8 . 25.0
2021-05-05 18:59:27 +00:00
* ( c ) 2021 kazuya kawaguchi
2021-03-12 19:45:44 +00:00
* Released under the MIT License .
2021-12-07 12:45:37 +00:00
* /var numberFormatKeys=["compactDisplay","currency","currencyDisplay","currencySign","localeMatcher","notation","numberingSystem","signDisplay","style","unit","unitDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits"];function warn(e,a){typeof console!="undefined"&&(console.warn("[vue-i18n] "+e),a&&console.warn(a.stack))}function error(e,a){typeof console!="undefined"&&(console.error("[vue-i18n] "+e),a&&console.error(a.stack))}var isArray$2=Array.isArray;function isObject$1(e){return e!==null&&typeof e=="object"}function isBoolean(e){return typeof e=="boolean"}function isString(e){return typeof e=="string"}var toString$1=Object.prototype.toString,OBJECT_STRING="[object Object]";function isPlainObject(e){return toString$1.call(e)===OBJECT_STRING}function isNull(e){return e==null}function isFunction$1(e){return typeof e=="function"}function parseArgs(){for(var e=[],a=arguments.length;a--;)e[a]=arguments[a];var n=null,i=null;return e.length===1?isObject$1(e[0])||isArray$2(e[0])?i=e[0]:typeof e[0]=="string"&&(n=e[0]):e.length===2&&(typeof e[0]=="string"&&(n=e[0]),(isObject$1(e[1])||isArray$2(e[1]))&&(i=e[1])),{locale:n,params:i}}function looseClone(e){return JSON.parse(JSON.stringify(e))}function remove(e,a){if(e.delete(a))return e}function arrayFrom(e){var a=[];return e.forEach(function(n){return a.push(n)}),a}function includes(e,a){return!!~e.indexOf(a)}var hasOwnProperty$a=Object.prototype.hasOwnProperty;function hasOwn(e,a){return hasOwnProperty$a.call(e,a)}function merge(e){for(var a=arguments,n=Object(e),i=1;i<arguments.length;i++){var r=a[i];if(r!=null){var l=void 0;for(l in r)hasOwn(r,l)&&(isObject$1(r[l])?n[l]=merge(n[l],r[l]):n[l]=r[l])}}return n}function looseEqual(e,a){if(e===a)return!0;var n=isObject$1(e),i=isObject$1(a);if(n&&i)try{var r=isArray$2(e),l=isArray$2(a);if(r&&l)return e.length===a.length&&e.every(function(s,d){return looseEqual(s,a[d])});if(!r&&!l){var o=Object.keys(e),c=Object.keys(a);return o.length===c.length&&o.every(function(s){return looseEqual(e[s],a[s])})}else return!1}catch(s){return!1}else return!n&&!i?String(e)===String(a):!1}function escapeHtml(e){return e.replace(/ < /g,"<").replace(/ > /g,">").replace(/ "/g," & quot ; ").replace(/'/g," & apos ; ")}function escapeParams(e){return e!=null&&Object.keys(e).forEach(function(a){typeof e[a]==" string "&&(e[a]=escapeHtml(e[a]))}),e}function extend$1(e){e.prototype.hasOwnProperty(" $i18n ")||Object.defineProperty(e.prototype," $i18n " , { get : function ( ) { return this . _i18n } } ) , e . prototype . $t = function ( a ) { for ( var n = [ ] , i = arguments . length - 1 ; i -- > 0 ; ) n [ i ] = arguments [ i + 1 ] ; var r = this . $i18n ; return r . _t . apply ( r , [ a , r . locale , r . _getMessages ( ) , this ] . concat ( n ) ) } , e . prototype . $tc = function ( a , n ) { for ( var i = [ ] , r = arguments . length - 2 ; r -- > 0 ; ) i [ r ] = arguments [ r + 2 ] ; var l = this . $i18n ; return l . _tc . apply ( l , [ a , l . locale , l . _getMessages ( ) , this , n ] . concat ( i ) ) } , e . prototype . $te = function ( a , n ) { var i = this . $i18n ; return i . _te ( a , i . locale , i . _getMessages ( ) , n ) } , e . prototype . $d = function ( a ) { for ( var n , i = [ ] , r = arguments . length - 1 ; r -- > 0 ; ) i [ r ] = arguments [ r + 1 ] ; return ( n = this . $i18n ) . d . apply ( n , [ a ] . concat ( i ) ) } , e . prototype . $n = function ( a ) { for ( var n , i = [ ] , r = arguments . length - 1 ; r -- > 0 ; ) i [ r ] = arguments [ r + 1 ] ; return ( n = this . $i18n ) . n . apply ( n , [ a ] . concat ( i ) ) } } var mixin = { beforeCreate : function ( ) { var a = this . $options ; if ( a . i18n = a . i18n || ( a . _ _i18n ? { } : null ) , a . i18n ) { if ( a . i18n instanceof VueI18n ) { if ( a . _ _i18n ) try { var n = a . i18n && a . i18n . messages ? a . i18n . messages : { } ; a . _ _i18n . forEach ( function ( c ) { n = merge ( n , JSON . parse ( c ) ) } ) , Object . keys ( n ) . forEach ( function ( c ) { a . i18n . mergeLocaleMessage ( c , n [ c ] ) } ) } catch ( c ) { } this . _i18n = a . i18n , this . _i18nWatcher = this . _i18n . watchI18nData ( ) } else if ( isPlainObject ( a . i18n ) ) { var i = this . $root && this . $root . $i18n && this . $root . $i18n instanceof VueI18n ? this . $root . $i18n : null ; if ( i && ( a . i18n . root = this . $root , a . i18n . formatter = i . formatter , a . i18n . fallbackLocale = i . fallbackLocale , a . i18n . formatFallbackMessages = i . formatFallbackMessages , a . i18n . silentTranslationWarn = i . silentTranslationWarn , a . i18n . silentFallbackWarn = i . silentFallbackWarn , a . i18n . pluralizationRules = i
2021-08-09 16:38:54 +00:00
* vue - router v3 . 5.2
2021-05-05 18:59:27 +00:00
* ( c ) 2021 Evan You
2021-03-12 19:33:51 +00:00
* @ license MIT
2021-10-05 12:35:50 +00:00
* /function extend(e,a){for(var n in a)e[n]=a[n];return e}var encodeReserveRE=/ [ ! ' ( ) * ] / g , encodeReserveReplacer = function ( e ) { return "%" + e . charCodeAt ( 0 ) . toString ( 16 ) } , commaRE = /%2C/g , encode = function ( e ) { return encodeURIComponent ( e ) . replace ( encodeReserveRE , encodeReserveReplacer ) . replace ( commaRE , "," ) } ; function decode ( e ) { try { return decodeURIComponent ( e ) } catch ( a ) { } return e } function resolveQuery ( e , a , n ) { a === void 0 && ( a = { } ) ; var i = n || parseQuery , r ; try { r = i ( e || "" ) } catch ( c ) { r = { } } for ( var l in a ) { var o = a [ l ] ; r [ l ] = Array . isArray ( o ) ? o . map ( castQueryParamValue ) : castQueryParamValue ( o ) } return r } var castQueryParamValue = function ( e ) { return e == null || typeof e == "object" ? e : String ( e ) } ; function parseQuery ( e ) { var a = { } ; return e = e . trim ( ) . replace ( /^(\?|#|&)/ , "" ) , e && e . split ( "&" ) . forEach ( function ( n ) { var i = n . replace ( /\+/g , " " ) . split ( "=" ) , r = decode ( i . shift ( ) ) , l = i . length > 0 ? decode ( i . join ( "=" ) ) : null ; a [ r ] === void 0 ? a [ r ] = l : Array . isArray ( a [ r ] ) ? a [ r ] . push ( l ) : a [ r ] = [ a [ r ] , l ] } ) , a } function stringifyQuery ( e ) { var a = e ? Object . keys ( e ) . map ( function ( n ) { var i = e [ n ] ; if ( i === void 0 ) return "" ; if ( i === null ) return encode ( n ) ; if ( Array . isArray ( i ) ) { var r = [ ] ; return i . forEach ( function ( l ) { l !== void 0 && ( l === null ? r . push ( encode ( n ) ) : r . push ( encode ( n ) + "=" + encode ( l ) ) ) } ) , r . join ( "&" ) } return encode ( n ) + "=" + encode ( i ) } ) . filter ( function ( n ) { return n . length > 0 } ) . join ( "&" ) : null ; return a ? "?" + a : "" } var trailingSlashRE = /\/?$/ ; function createRoute ( e , a , n , i ) { var r = i && i . options . stringifyQuery , l = a . query || { } ; try { l = clone ( l ) } catch ( c ) { } var o = { name : a . name || e && e . name , meta : e && e . meta || { } , path : a . path || "/" , hash : a . hash || "" , query : l , params : a . params || { } , fullPath : getFullPath ( a , r ) , matched : e ? formatMatch ( e ) : [ ] } ; return n && ( o . redirectedFrom = getFullPath ( n , r ) ) , Object . freeze ( o ) } function clone ( e ) { if ( Array . isArray ( e ) ) return e . map ( clone ) ; if ( e && typeof e == "object" ) { var a = { } ; for ( var n in e ) a [ n ] = clone ( e [ n ] ) ; return a } else return e } var START = createRoute ( null , { path : "/" } ) ; function formatMatch ( e ) { for ( var a = [ ] ; e ; ) a . unshift ( e ) , e = e . parent ; return a } function getFullPath ( e , a ) { var n = e . path , i = e . query ; i === void 0 && ( i = { } ) ; var r = e . hash ; r === void 0 && ( r = "" ) ; var l = a || stringifyQuery ; return ( n || "/" ) + l ( i ) + r } function isSameRoute ( e , a , n ) { return a === START ? e === a : a ? e . path && a . path ? e . path . replace ( trailingSlashRE , "" ) === a . path . replace ( trailingSlashRE , "" ) && ( n || e . hash === a . hash && isObjectEqual ( e . query , a . query ) ) : e . name && a . name ? e . name === a . name && ( n || e . hash === a . hash && isObjectEqual ( e . query , a . query ) && isObjectEqual ( e . params , a . params ) ) : ! 1 : ! 1 } function isObjectEqual ( e , a ) { if ( e === void 0 && ( e = { } ) , a === void 0 && ( a = { } ) , ! e || ! a ) return e === a ; var n = Object . keys ( e ) . sort ( ) , i = Object . keys ( a ) . sort ( ) ; return n . length !== i . length ? ! 1 : n . every ( function ( r , l ) { var o = e [ r ] , c = i [ l ] ; if ( c !== r ) return ! 1 ; var s = a [ r ] ; return o == null || s == null ? o === s : typeof o == "object" && typeof s == "object" ? isObjectEqual ( o , s ) : String ( o ) === String ( s ) } ) } function isIncludedRoute ( e , a ) { return e . path . replace ( trailingSlashRE , "/" ) . indexOf ( a . path . replace ( trailingSlashRE , "/" ) ) === 0 && ( ! a . hash || e . hash === a . hash ) && queryIncludes ( e . query , a . query ) } function queryIncludes ( e , a ) { for ( var n in a ) if ( ! ( n in e ) ) return ! 1 ; return ! 0 } function handleRouteEntered ( e ) { for ( var a = 0 ; a < e . matched . length ; a ++ ) { var n = e . matched [ a ] ; for ( var i in n . instances ) { var r = n . instances [ i ] , l = n . enteredCbs [ i ] ; if ( ! ( ! r || ! l ) ) { delete n . enteredCbs [ i ] ; for ( var o = 0 ; o < l . length ; o ++ ) r . _isBeingDestroyed || l [ o ] ( r ) } } } } var View = { name : "RouterView" , functional : ! 0 , props : { name : { type : String , default : "default" } } , render : function ( a , n ) { var i = n . props , r = n . children , l = n . parent , o = n . data ; o . routerView = ! 0 ; for ( var c = l . $createElement , s = i . name , d = l . $route , u = l . _routerViewCache || ( l . _routerViewCache = { } ) , h = 0 , v = ! 1 ; l && l . _routerRoot !== l ; ) { var f = l . $vnode ? l . $vnode . data : { } ; f . routerView && h ++ , f . keepAlive && l . _directInactive && l . _inactive && ( v = ! 0 ) , l = l . $parent } if ( o . routerViewDepth = h , v ) { var g = u [ s ] , y = g && g . component ; return y ? ( g . configProps && fillPropsinData ( y , o , g . route , g . configProps ) , c ( y , o , r ) ) : c ( ) } var _ = d . matched [ h ] , w = _ && _ . components [ s ] ; if ( ! _ || ! w ) return u [ s ] = null , c ( ) ; u [ s ] = { component : w } , o . registerRouteInstance = function ( S , C ) { var F = _ . instances [ s ] ; ( C && F !== S || ! C && F === S ) && ( _ . instances [ s ] = C ) } , ( o . hook || ( o . hook = { } ) ) . prepatch = function ( S , C ) { _ . instances [ s ] = C . componentInstance } , o . hook . init = function ( S
2021-08-18 12:59:12 +00:00
<!-- Generator : Adobe Illustrator 19.0 . 0 , SVG Export Plug - In . SVG Version : 6.00 Build 0 ) -- >
< svg version = "1.1" id = "Capa_1" xmlns = "http://www.w3.org/2000/svg"
viewBox = "0 0 512.001 512.001" style = "enable-background:new 0 0 512.001 512.001;" xml : space = "preserve" >
< path style = "fill:#03A9F4;" d = " M425 . 457 , 117.739 c - 3.121 - 1.838 - 6.961 - 1.966 - 10.197 - 0.341 c - 3.231 , 1.629 - 5.416 , 4.786 - 5.803 , 8.384
c - 0.384 , 3.499 - 0.981 , 6.997 - 1.728 , 10.667 c - 20.885 , 94.784 - 62.827 , 140.885 - 128.256 , 140.885 h - 96 c - 5.062 , 0.009 - 9.42 , 3.574 - 10.432 , 8.533
l - 32 , 149.995 l - 5.717 , 38.187 c - 3.287 , 17.365 , 8.125 , 34.107 , 25.489 , 37.394 c1 . 915 , 0.362 , 3.858 , 0.549 , 5.807 , 0.558 h64 . 213
c14 . 718 , 0.045 , 27.55 - 10 , 31.04 - 24.299 l25 . 941 - 103.701 h55 . 659 c65 . 685 , 0 , 111.083 - 52.373 , 127.829 - 147.477 l0 , 0
C482 . 356 , 191.238 , 464.068 , 143.856 , 425.457 , 117.739 z " / >
< path style = "fill:#283593;" d = " M405 . 339 , 38.017 c - 21.078 - 23.909 - 51.327 - 37.731 - 83.2 - 38.016 h - 176.64
C119 . 064 - 0.141 , 96.558 , 19.2 , 92.721 , 45.355 L37 . 873 , 411.243 c - 2.627 , 17.477 , 9.41 , 33.774 , 26.887 , 36.402
c1 . 586 , 0.239 , 3.189 , 0.357 , 4.793 , 0.356 h81 . 92 c5 . 062 - 0.009 , 9.42 - 3.574 , 10.432 - 8.533 l30 . 187 - 140.8 h87 . 467
c75 . 904 , 0 , 126.059 - 53.056 , 149.099 - 157.867 c0 . 926 - 4.178 , 1.638 - 8.4 , 2.133 - 12.651 C436 . 139 , 95.815 , 426.81 , 62.778 , 405.339 , 38.017 z " / >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
< g >
< / g >
2021-10-05 09:36:58 +00:00
< /svg>`,ethereum='<svg viewBox="-116 0 512 512" xmlns="http:/ / www . w3 . org / 2000 / svg "><path d=" m140 . 28125 333.582031 - 140.28125 - 66.734375 140.28125 245.152344 140.285156 - 245.152344 zm0 0 "/><path d=" m265 . 289062 217.117188 - 125.007812 - 217.117188 - 125.148438 217.367188 125.148438 - 59.367188 zm0 0 "/><path d=" m25 . 980469 245.535156 114.300781 54.140625 114.492188 - 54.230469 - 114.492188 - 54.136718 zm0 0 "/></svg>',script$m=defineComponent({setup(e,a){const n=reactive({current:null,latest:null,updateAvailable:!1,deemixVersion:null}),{isOnline:i}=useOnline();function r(o){const{currentCommit:c,latestCommit:s,updateAvailable:d,deemixVersion:u}=o;n.current=c,n.latest=s,n.updateAvailable=d,n.deemixVersion=u}const l=computed(()=>a.root.$store.getters.getAppInfo);return onMounted(()=>{r(l.value)}),{...toRefs(n),paypal,ethereum,isOnline:i}}});const __vue_script__$m=script$m;var __vue_render__$m=function(){var e=this,a=e.$createElement,n=e._self._c||a;return n(" div ",{attrs:{id:" about _tab "}},[n(" h1 ",{staticClass:" mb - 8 text - 5 xl capitalize "},[e._v(e._s(e.$t(" sidebar . about ")))]),e._v(" "),n(" div ",{staticClass:" inline - flex px - 4 py - 2 mb - 8 rounded - full ",class:{" bg - green - 500 ":e.isOnline," bg - red - 500 ":!e.isOnline}},[n(" span ",{staticClass:" text - sm uppercase - first - letter " } , [ e . _v ( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("about.appStatus."+(e.isOnline?"online":"offline")))+ `
` )])]),e._v(" "),n("ul",[n("li",[e._v( `
` +e._s(e. $ t("about.updates.currentWebuiVersion"))+ ` :
2021-10-28 13:20:42 +00:00
` ),n("span",[e._v(e._s("1.8.8"))])]),e._v(" "),n("li",[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("about.updates.currentVersion"))+ ` :
2021-10-28 13:20:42 +00:00
` ),n("span",[e._v(e._s(e.current||e. $ t("about.updates.versionNotAvailable")))])]),e._v(" "),n("li",[e._v(e._s(e. $ t("about.updates.deemixVersion"))+": "+e._s(e.deemixVersion))]),e._v(" "),e.updateAvailable&&e.latest?n("li",[e._v(e._s(e. $ t("about.updates.updateAvailable",{version:e.latest})))]):e._e()]),e._v(" "),n("ul",[n("li",{domProps:{innerHTML:e._s(e. $ t("about.usesLibrary"))}}),e._v(" "),n("li",{domProps:{innerHTML:e._s(e. $ t("about.thanks"))}}),e._v(" "),n("i18n",{attrs:{path:"about.upToDate.text",tag:"li"},scopedSlots:e._u([{key:"newsChannel",fn:function(){return[n("a",{attrs:{href:"https://tg.deemix.app",target:"_blank"}},[e._v(e._s(e. $ t("about.upToDate.newsChannel")))])]},proxy:!0}])})],1),e._v(" "),n("h2",[e._v(e._s(e. $ t("about.titles.usefulLinks")))]),e._v(" "),n("ul",{staticClass:"no-dots"},[n("li",[n("a",{attrs:{href:"https://git.freezer.life/RemixDev/deemix-js",target:"_blank"}},[e._v(" \u {1F680} "+e._s(e. $ t("about.officialRepo")))])]),e._v(" "),n("li",[n("a",{attrs:{href:"https://gitlab.com/RemixDev/deemix-webui",target:"_blank"}},[e._v(" \u {1F4BB} "+e._s(e. $ t("about.officialWebuiRepo"))+" ")])]),e._v(" "),n("li",[n("a",{attrs:{href:"https://www.reddit.com/r/deemix",target:"_blank"}},[e._v(" \u {1F916} "+e._s(e. $ t("about.officialSubreddit")))])]),e._v(" "),n("li",[n("a",{attrs:{href:"https://tg.deemix.app",target:"_blank"}},[e._v(" \u {1F4F0} "+e._s(e. $ t("about.newsChannel")))])]),e._v(" "),n("li",[n("a",{attrs:{href:"https://t.me/RemixDevNews",target:"_blank"}},[e._v(" \u {1F4BE} "+e._s(e. $ t("about.devlogChannel")))])])]),e._v(" "),n("h2",[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("about.titles.bugReports"))+ `
` ),n("span",{staticClass:"subheading"},[e._v( `
` +e._s(e. $ t("about.subtitles.bugReports"))+ `
` )])]),e._v(" "),n("ul",[n("i18n",{attrs:{path:"about.questions.text",tag:"li"},scopedSlots:e._u([{key:"subreddit",fn:function(){return[n("a",{attrs:{href:"https://www.reddit.com/r/deemix",target:"_blank"}},[e._v(e._s(e. $ t("about.questions.subreddit")))])]},proxy:!0}])}),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.beforeReporting"))+ `
` )]),e._v(" "),n("li",{domProps:{innerHTML:e._s(e. $ t("about.beSure"))}}),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.duplicateReports"))+ `
` )]),e._v(" "),n("li",{domProps:{innerHTML:e._s(e. $ t("about.dontOpenIssues"))}})],1),e._v(" "),n("h2",[e._v( `
` +e._s(e. $ t("about.titles.contributing"))+ `
` ),n("span",{staticClass:"subheading"},[e._v( `
` +e._s(e. $ t("about.subtitles.contributing"))+ `
` )])]),e._v(" "),n("ul",[n("i18n",{attrs:{path:"about.newUI.text",tag:"li"},scopedSlots:e._u([{key:"repo",fn:function(){return[n("span",[e._v(e._s(e. $ t("about.newUI.repo")))])]},proxy:!0}])}),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.acceptFeatures"))+ `
` )]),e._v(" "),n("i18n",{attrs:{path:"about.contributeWebUI.text",tag:"li"},scopedSlots:e._u([{key:"webui",fn:function(){return[n("span",[e._v(e._s(e. $ t("about.contributeWebUI.webui")))])]},proxy:!0}])}),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.otherLanguages"))+ `
` )]),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.understandingCode"))+ `
` )])],1),e._v(" "),n("h2",[e._v( `
` +e._s(e. $ t("about.titles.donations"))+ `
` ),n("span",{staticClass:"subheading"},[e._v( `
` +e._s(e. $ t("about.subtitles.donations"))+ `
` )])]),e._v(" "),n("ul",[n("li",{domProps:{innerHTML:e._s(e. $ t("about.itsFree"))}}),e._v(" "),n("li",[e._v( `
` +e._s(e. $ t("about.notObligated"))+ `
2021-10-28 13:20:42 +00:00
` )])]),e._v(" "),n("ul",[n("li",[n("i",{domProps:{innerHTML:e._s(e.paypal)}}),e._v(" "),n("strong",[e._v("PayPal:")]),e._v(" "),n("a",{attrs:{href:"https://paypal.me/RemixDev",target:"_blank"}},[e._v("PayPal.me/RemixDev")])])]),e._v(" "),n("h2",[e._v(e._s(e. $ t("about.titles.license")))]),e._v(" "),e._m(0),e._v(" "),n("i18n",{attrs:{path:"about.lincensedUnder.text",tag:"p"},scopedSlots:e._u([{key:"gpl3",fn:function(){return[n("a",{attrs:{rel:"license",href:"https://www.gnu.org/licenses/gpl-3.0.en.html",target:"_blank"}},[e._v(e._s(e. $ t("about.lincensedUnder.gpl3")))])]},proxy:!0}])})],1)},__vue_staticRenderFns__ $ m=[function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",[n("a",{attrs:{rel:"license",href:"https://www.gnu.org/licenses/gpl-3.0.en.html",target:"_blank"}},[n("img",{staticStyle:{"border-width":"0"},attrs:{alt:"GNU General Public License",src:"https://www.gnu.org/graphics/gplv3-127x51.png"}})])])}];const __vue_inject_styles__ $ m=function(e){!e||e("data-v-18bcba6e_0",{source: ` @ charset "UTF-8" ; a [ data - v - 18 bcba6e ] , li [ data - v - 18 bcba6e ] , p [ data - v - 18 bcba6e ] { letter - spacing : . 4 px ; font - size : 20 px ; line - height : 1.2 } i [ data - v - 18 bcba6e ] { vertical - align : middle } i [ data - v - 18 bcba6e ] svg { fill : # fff ; width : 20 px } . ethereum [ data - v - 18 bcba6e ] svg { fill : var ( -- foreground ) } [ data - v - 18 bcba6e ] : link { text - decoration : none } # about _tab [ data - v - 18 bcba6e ] { margin - bottom : 40 px } h2 [ data - v - 18 bcba6e ] { text - transform : capitalize } h2 [ data - v - 18 bcba6e ] : not ( . page _heading ) { font - size : 2 rem ; border - bottom : 1 px solid rgba ( 51 , 51 , 51 , . 25 ) ; padding - top : 2 rem ; padding - bottom : 1 rem } h2 . subheading [ data - v - 18 bcba6e ] { display : block ; font - size : . 5 em ; margin - top : . 5 em ; font - weight : 400 ; opacity : . 8 ; text - transform : none } p [ data - v - 18 bcba6e ] { margin : 0 ! important } ul li [ data - v - 18 bcba6e ] { margin - bottom : 7 px } h2 + ul [ data - v - 18 bcba6e ] { margin - top : 1 rem } ul + ul [ data - v - 18 bcba6e ] { margin - top : 1.25 rem } ul . no - dots [ data - v - 18 bcba6e ] { list - style - type : none } ul [ data - v - 18 bcba6e ] : not ( . no - dots ) { list - style - type : none } ul : not ( . no - dots ) li [ data - v - 18 bcba6e ] { position : relative } ul : not ( . no - dots ) li [ data - v - 18 bcba6e ] : : before { content : '\u2014' ; position : absolute ; left : - 30 px ; opacity : . 25 } ` ,map:void 0,media:void 0})},__vue_scope_id__ $ m="data-v-18bcba6e",__vue_module_identifier__ $ 4=void 0,__vue_is_functional_template__ $ m=!1;function __vue_normalize__ $ m(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="About.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ 4(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 4.styles||(__vue_create_injector__ $ 4.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
2021-10-05 09:36:58 +00:00
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var About=__vue_normalize__ $ m({render:__vue_render__ $ m,staticRenderFns:__vue_staticRenderFns__ $ m},__vue_inject_styles__ $ m,__vue_script__ $ m,__vue_scope_id__ $ m,__vue_is_functional_template__ $ m,__vue_module_identifier__ $ 4,__vue_create_injector__ $ 4),script $ l={};const __vue_script__ $ l=script $ l;var __vue_render__ $ l=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",[n("h1",{staticClass:"mb-8 text-5xl"},[e._v(e._s(e. $ t("settings.login.arl.question")))]),e._v(" "),e._m(0),e._v(" "),n("h3",{staticClass:"mt-6 text-3xl"},[e._v("Chrome (Easy way)")]),e._v(" "),e._m(1),e._v(" "),n("h3",{staticClass:"mt-6 text-3xl"},[e._v("Chrome")]),e._v(" "),e._m(2),e._v(" "),e._m(3),e._v(" "),n("h3",{staticClass:"mt-6 text-3xl"},[e._v("Firefox")]),e._v(" "),e._m(4)])},__vue_staticRenderFns__ $ l=[function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
2021-03-12 19:45:44 +00:00
Deezer keeps track of login session by using a cookie called ARL . ` ),n("br"),e._v( `
deemix uses that cookie to get the metadata that it needs to download the tracks from Deezer . ` ),n("br"),e._v( `
ARLs last for 3 months , after that Deezer asks you to log in again . The same method is used in deemix ` ),n("br"),e._v( `
Following one of the guides below you can get your own account ARL .
2021-10-05 09:36:58 +00:00
` )])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("ul",{staticClass:"mb-2 text-base"},[n("li",[e._v("Open Chrome")]),e._v(" "),n("li",[e._v("Go to www.deezer.com and log into your account")]),e._v(" "),n("li",[e._v('Click on the little "lock" icon next the URL')]),e._v(" "),n("li",[e._v("Click on Cookies > deezer.com > cookies > arl")]),e._v(" "),n("li",[e._v("Select the string next to Content, and Copy")]),e._v(" "),n("li",[e._v("That's your ARL, now you can use it in the app")])])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("ul",{staticClass:"mb-2 text-base"},[n("li",[e._v("Open Chrome")]),e._v(" "),n("li",[e._v("Go to www.deezer.com and log into your account")]),e._v(" "),n("li",[e._v("After logging in press F12 to open up Developer Tools")]),e._v(" "),n("li",[e._v("Go under the Application tab (if you don't see it click the double arrow)")]),e._v(" "),n("li",[e._v("Open the cookie dropdown")]),e._v(" "),n("li",[e._v("Select www.deezer.com")]),e._v(" "),n("li",[e._v("Find the ` arl ` cookie (It should be 192 chars long)")]),e._v(" "),n("li",[e._v("That's your ARL, now you can use it in the app")])])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v("Here's a "),n("a",{attrs:{href:"https://youtu.be/O6PRT47_yds",target:"_blank"}},[e._v("video guide")])])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("ul",{staticClass:"mb-2 text-base"},[n("li",[e._v("Open Firefox")]),e._v(" "),n("li",[e._v("Go to www.deezer.com and log into your account")]),e._v(" "),n("li",[e._v("Afer logging in press F12 to open up Developer Tools")]),e._v(" "),n("li",[e._v("Go under the Storage tab (if you don't see it click the double arrow)")]),e._v(" "),n("li",[e._v("Open the cookie dropdown")]),e._v(" "),n("li",[e._v("Select www.deezer.com")]),e._v(" "),n("li",[e._v("Find the ` arl ` cookie (It should be 192 chars long)")]),e._v(" "),n("li",[e._v("Make sure only copy the value and not the entire cookie")]),e._v(" "),n("li",[e._v("That's your ARL, now you can use it in the app")])])}];const __vue_inject_styles__ $ l=void 0,__vue_scope_id__ $ l=void 0,__vue_is_functional_template__ $ l=!1;function __vue_normalize__ $ l(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="InfoArl.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var InfoArl=__vue_normalize__ $ l({render:__vue_render__ $ l,staticRenderFns:__vue_staticRenderFns__ $ l},__vue_inject_styles__ $ l,__vue_script__ $ l,__vue_scope_id__ $ l,__vue_is_functional_template__ $ l),script $ k={};const __vue_script__ $ k=script $ k;var __vue_render__ $ k=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",[n("h1",{staticClass:"mb-8 text-5xl"},[e._v(e._s(e. $ t("settings.spotify.question")))]),e._v(" "),n("p",{staticClass:"mb-2 text-base"},[e._v( `
2021-05-23 16:46:03 +00:00
"Spotify Features" is a set of features that lets you convert Spotify tracks and albums links into Deezer ones . If
you provide a Spotify Playlist link the app will autmatically convert all the links of the tracks inside it into
deezer tracks . Enabling this set of features will let you see your public Spotify playlists in the favorites tab
as well .
2021-06-04 20:44:46 +00:00
` )]),e._v(" "),n("p",{staticClass:"mb-2 text-base"},[e._v("For security reasons you will need to provide your own Client ID and Secret")]),e._v(" "),n("h2",{staticClass:"mt-6 text-3xl"},[e._v("How do I get my Client ID and Secret?")]),e._v(" "),e._m(0),e._v(" "),e._m(1),e._v(" "),e._m(2),e._v(" "),e._m(3),e._v(" "),n("p",{staticClass:"mb-2 text-base"},[e._v("Now you can copy-paste those results in the appropriate fields in the settings.")]),e._v(" "),n("h2",{staticClass:"mt-6 text-3xl"},[e._v("How do I get my Spotify Username?")]),e._v(" "),e._m(4)])},__vue_staticRenderFns__ $ k=[function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
2021-05-23 16:46:03 +00:00
Connect to
` ),n("a",{attrs:{href:"https://developer.spotify.com/dashboard",target:"_blank"}},[e._v("Spotify for Developers's Dashboard")]),e._v( ` and login
with your Spotify account .
` )])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
2021-03-12 19:45:44 +00:00
Click on "Create an App" . ` ),n("br"),e._v(" "),n("img",{attrs:{src:"https://i.imgur.com/YFz7rHj.png",alt:"Create an App button on Spotify for Developers's Dashboard"}})])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
2021-05-23 16:46:03 +00:00
Fill out the "App name" and "App description" fields and check both checkboxes . Then click on the "Create"
button . ` ),n("br"),e._v(" "),n("img",{attrs:{src:"https://i.imgur.com/A9cvDkK.png",alt:"Create an app form"}})])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
Now you can see the Client ID . If you click on "Show Client Secret" the client secret will be revealed . ` ),n("br"),e._v(" "),n("img",{attrs:{src:"https://i.imgur.com/foEfIhO.png",alt:"Screen of client ID and Secret"}})])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("p",{staticClass:"mb-2 text-base"},[e._v( `
You can get your Spotify Username from the
` ),n("a",{attrs:{href:"https://www.spotify.com/it/account/overview/",target:"_blank"}},[e._v("Overview page on Spotify's Website")]),e._v( ` .
2021-10-05 12:35:50 +00:00
` )])}];const __vue_inject_styles__ $ k=void 0,__vue_scope_id__ $ k=void 0,__vue_is_functional_template__ $ k=!1;function __vue_normalize__ $ k(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="InfoSpotifyFeatures.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var InfoSpotifyFeatures=__vue_normalize__ $ k({render:__vue_render__ $ k,staticRenderFns:__vue_staticRenderFns__ $ k},__vue_inject_styles__ $ k,__vue_script__ $ k,__vue_scope_id__ $ k,__vue_is_functional_template__ $ k),freeGlobal=typeof global=="object"&&global&&global.Object===Object&&global,freeGlobal $ 1=freeGlobal,freeSelf=typeof self=="object"&&self&&self.Object===Object&&self,root=freeGlobal $ 1||freeSelf||Function("return this")(),root $ 1=root,Symbol $ 1=root $ 1.Symbol,Symbol $ 2=Symbol $ 1,objectProto $ c=Object.prototype,hasOwnProperty $ 9=objectProto $ c.hasOwnProperty,nativeObjectToString $ 1=objectProto $ c.toString,symToStringTag $ 1=Symbol $ 2?Symbol $ 2.toStringTag:void 0;function getRawTag(e){var a=hasOwnProperty $ 9.call(e,symToStringTag $ 1),n=e[symToStringTag $ 1];try{e[symToStringTag $ 1]=void 0;var i=!0}catch(l){}var r=nativeObjectToString $ 1.call(e);return i&&(a?e[symToStringTag $ 1]=n:delete e[symToStringTag $ 1]),r}var objectProto $ b=Object.prototype,nativeObjectToString=objectProto $ b.toString;function objectToString(e){return nativeObjectToString.call(e)}var nullTag="[object Null]",undefinedTag="[object Undefined]",symToStringTag=Symbol $ 2?Symbol $ 2.toStringTag:void 0;function baseGetTag(e){return e==null?e===void 0?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(e)?getRawTag(e):objectToString(e)}function isObjectLike(e){return e!=null&&typeof e=="object"}var symbolTag $ 1="[object Symbol]";function isSymbol(e){return typeof e=="symbol"||isObjectLike(e)&&baseGetTag(e)==symbolTag $ 1}function arrayMap(e,a){for(var n=-1,i=e==null?0:e.length,r=Array(i);++n<i;)r[n]=a(e[n],n,e);return r}var isArray=Array.isArray,isArray $ 1=isArray,INFINITY $ 2=1/0,symbolProto $ 1=Symbol $ 2?Symbol $ 2.prototype:void 0,symbolToString=symbolProto $ 1?symbolProto $ 1.toString:void 0;function baseToString(e){if(typeof e=="string")return e;if(isArray $ 1(e))return arrayMap(e,baseToString)+"";if(isSymbol(e))return symbolToString?symbolToString.call(e):"";var a=e+"";return a=="0"&&1/e==-INFINITY $ 2?"-0":a}var reWhitespace=/ \s /;function trimmedEndIndex(e){for(var a=e.length;a--&&reWhitespace.test(e.charAt(a)););return a}var reTrimStart=/^ \s +/;function baseTrim(e){return e&&e.slice(0,trimmedEndIndex(e)+1).replace(reTrimStart,"")}function isObject(e){var a=typeof e;return e!=null&&(a=="object"||a=="function")}var NAN=0/0,reIsBadHex=/^[-+]0x[0-9a-f]+ $ /i,reIsBinary=/^0b[01]+ $ /i,reIsOctal=/^0o[0-7]+ $ /i,freeParseInt=parseInt;function toNumber(e){if(typeof e=="number")return e;if(isSymbol(e))return NAN;if(isObject(e)){var a=typeof e.valueOf=="function"?e.valueOf():e;e=isObject(a)?a+"":a}if(typeof e!="string")return e===0?e:+e;e=baseTrim(e);var n=reIsBinary.test(e);return n||reIsOctal.test(e)?freeParseInt(e.slice(2),n?2:8):reIsBadHex.test(e)?NAN:+e}function identity(e){return e}var asyncTag="[object AsyncFunction]",funcTag $ 1="[object Function]",genTag="[object GeneratorFunction]",proxyTag="[object Proxy]";function isFunction(e){if(!isObject(e))return!1;var a=baseGetTag(e);return a==funcTag $ 1||a==genTag||a==asyncTag||a==proxyTag}var coreJsData=root $ 1["__core-js_shared__"],coreJsData $ 1=coreJsData,maskSrcKey=function(){var e=/[^.]+ $ /.exec(coreJsData $ 1&&coreJsData $ 1.keys&&coreJsData $ 1.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function isMasked(e){return!!maskSrcKey&&maskSrcKey in e}var funcProto $ 1=Function.prototype,funcToString $ 1=funcProto $ 1.toString;function toSource(e){if(e!=null){try{return funcToString $ 1.call(e)}catch(a){}try{return e+""}catch(a){}}return""}var reRegExpChar=/[ \\ ^ $ .*+?()[ \] {}|]/g,reIsHostCtor=/^ \[ object .+?Constructor \] $ /,funcProto=Function.prototype,objectProto $ a=Object.prototype,funcToString=funcProto.toString,hasOwnProperty $ 8=objectProto $ a.hasOwnProperty,reIsNative=RegExp("^"+funcToString.call(hasOwnProperty $ 8).
2021-08-18 12:59:12 +00:00
` +e._s(e. $ tc("globals.listTabs."+r,2))+ `
` )])}),1),e._v(" "),n("table",{staticClass:"table"},[n("thead",[n("tr",e._l(e.head,function(i){return n("th",{key:i.title,staticClass:"uppercase-first-letter",class:{"sort-asc":i.sortKey===e.sortKey&&e.sortOrder=="asc","sort-desc":i.sortKey===e.sortKey&&e.sortOrder=="desc",sortable:i.sortKey,clickable:i.sortKey},style:{width:i.width?i.width:"auto"},on:{click:function(r){i.sortKey&&e.sortBy(i.sortKey)}}},[e._v( `
` +e._s(i.title)+ `
` )])}),0)]),e._v(" "),n("tbody",e._l(e.sortedData,function(i){return n("tr",{key:i.releaseID},[n("RouterLink",{staticClass:"flex items-center clickable",attrs:{tag:"td","data-cm-link":i.releaseLink,to:{name:"Album",params:{id:i.releaseID}}}},[n("img",{staticClass:"mr-4 rounded coverart",staticStyle:{width:"56px",height:"56px"},attrs:{src:i.releaseCover}}),e._v(" "),i.isReleaseExplicit?n("i",{staticClass:"material-icons title-icon title-icon--explicit"},[e._v("explicit")]):e._e(),e._v(" "),n("div",[n("span",{staticClass:"flex hover:text-primary"},[e._v( `
` +e._s(i.releaseTitle)+ `
` ),e.checkNewRelease(i.releaseDate)?n("i",{staticClass:"material-icons title-icon title-icon--right title-icon--new"},[e._v( `
2021-03-12 19:45:44 +00:00
fiber _new
` )]):e._e()]),e._v(" "),n("span",{directives:[{name:"show",rawName:"v-show",value:e.currentTab==="all",expression:"currentTab === 'all'"}],staticClass:"block text-xs opacity-50 uppercase-first-letter"},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(e. $ tc("globals.listTabs."+i.releaseType))+ `
2021-10-05 09:36:58 +00:00
` )])])]),e._v(" "),n("td",{staticClass:"w-32 text-center xl:w-40"},[e._v(e._s(i.releaseDate))]),e._v(" "),n("td",{staticClass:"w-20 text-center xl:w-32"},[e._v(e._s(i.releaseTracksNumber))]),e._v(" "),n("td",{staticClass:"w-8 cursor-pointer",attrs:{"data-cm-link":i.releaseLink},on:{click:function(r){return r.stopPropagation(),e.sendAddToQueue(i.releaseLink)}}},[n("i",{staticClass:"material-icons hover:text-primary",attrs:{title:e. $ t("globals.download_hint")}},[e._v("file_download")])])],1)}),0)])],1)},__vue_staticRenderFns__ $ j=[];const __vue_inject_styles__ $ j=void 0,__vue_scope_id__ $ j=void 0,__vue_is_functional_template__ $ j=!1;function __vue_normalize__ $ j(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="Artist.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var Artist=__vue_normalize__ $ j({render:__vue_render__ $ j,staticRenderFns:__vue_staticRenderFns__ $ j},__vue_inject_styles__ $ j,__vue_script__ $ j,__vue_scope_id__ $ j,__vue_is_functional_template__ $ j);function getChartsData(){return fetchData("getCharts")}function getChartTracks(e){return fetchData("getChartTracks",{id:e})}var script $ i={methods:{previewMouseEnter,previewMouseLeave}};const __vue_script__ $ i=script $ i;var __vue_render__ $ i=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("i",{staticClass:"absolute top-0 right-0 flex items-center justify-center w-full h-full text-center text-white transition-opacity duration-200 ease-in-out bg-black bg-opacity-50 rounded opacity-0 material-icons preview_controls",attrs:{title:e. $ t("globals.play_hint")},on:{mouseenter:e.previewMouseEnter,mouseleave:e.previewMouseLeave}},[e._v( `
2021-03-12 19:45:44 +00:00
play _arrow
2021-10-05 09:36:58 +00:00
` )])},__vue_staticRenderFns__ $ i=[];const __vue_inject_styles__ $ i=void 0,__vue_scope_id__ $ i=void 0,__vue_is_functional_template__ $ i=!1;function __vue_normalize__ $ i(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="PreviewControls.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var PreviewControls=__vue_normalize__ $ i({render:__vue_render__ $ i,staticRenderFns:__vue_staticRenderFns__ $ i},__vue_inject_styles__ $ i,__vue_script__ $ i,__vue_scope_id__ $ i,__vue_is_functional_template__ $ i),script $ h={components:{PreviewControls},data(){return{country:"",id:0,countries:[],chart:[]}},computed:{worldwideRelease(){return this.countries.filter(a=>a.title==="Worldwide")[0]}},watch:{id(e){e!==0&&getChartTracks(e).then(n=>this.setTracklist(n.data))}},async created(){let{data:e}=await getChartsData(),a;e=e.filter(n=>(n.title==="Worldwide"&&(a=n),n.title!=="Worldwide")),e.unshift(a),this.initCharts(e)},methods:{convertDuration,playPausePreview,addToQueue(e){e.stopPropagation(),sendAddToQueue(e.currentTarget.dataset.link)},getTrackList(e){document.getElementById("content").scrollTo(0,0);const{currentTarget:{dataset:{title:a,id:n}}}=e;this.country=a,localStorage.setItem("chart",this.country),this.id=n},setTracklist(e){this.chart=e},onChangeCountry(){this.country="",this.id=0},initCharts(e){if(this.countries=e,this.country=localStorage.getItem("chart")||"",!this.country)return;let a=0;for(;a<this.countries.length&&this.countries[a].title!==this.country;a++);a!==this.countries.length?(this.id=this.countries[a].id,getChartTracks(this.id).then(n=>this.setTracklist(n.data))):(this.country="",localStorage.setItem("chart",this.country))}}};const __vue_script__ $ h=script $ h;var __vue_render__ $ h=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",[n("h1",{staticClass:"mb-8 text-5xl"},[e._v(e._s(e. $ t("charts.title"))+" "+e._s(e.country?"- "+e.country:""))]),e._v(" "),e.country===""?n("div",[n("div",{staticClass:"release-grid"},e._l(e.countries,function(i){return n("div",{key:i.id,staticClass:"w-40 h-40 release clickable",attrs:{"aria-label":i.title,"data-id":i.id,"data-title":i.title,role:"button"},on:{click:e.getTrackList}},[n("img",{staticClass:"w-full rounded coverart",attrs:{src:i.picture_medium,alt:i.title}})])}),0)]):n("div",[n("button",{staticClass:"btn btn-primary",on:{click:e.onChangeCountry}},[e._v(e._s(e. $ t("charts.changeCountry")))]),e._v(" "),n("button",{staticClass:"btn btn-primary",attrs:{"data-link":"https://www.deezer.com/playlist/"+e.id},on:{click:function(i){return i.stopPropagation(),e.addToQueue.apply(null,arguments)}}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("charts.download"))+ `
2021-08-18 12:59:12 +00:00
` )]),e._v(" "),n("table",{staticClass:"table table--charts"},[n("tbody",e._l(e.chart,function(i,r){return n("tr",{key:r,staticClass:"track_row"},[n("td",{staticClass:"p-3 text-center cursor-default",class:{first:r===0}},[e._v( `
` +e._s(r+1)+ `
` )]),e._v(" "),n("td",{staticClass:"table__icon table__icon--big"},[n("span",{staticClass:"relative inline-block rounded cursor-pointer",attrs:{"data-preview":i.preview},on:{click:e.playPausePreview}},[i.preview?n("PreviewControls"):e._e(),e._v(" "),n("img",{staticClass:"rounded coverart",attrs:{src:i.album.cover_small}})],1)]),e._v(" "),n("td",{staticClass:"table__cell--large"},[e._v( `
` +e._s(i.title+(i.title_version&&i.title.indexOf(i.title_version)==-1?" "+i.title_version:""))+ `
` )]),e._v(" "),n("router-link",{staticClass:"table__cell table__cell--medium table__cell--center clickable",attrs:{to:{name:"Artist",params:{id:i.artist.id}},tag:"td"}},[e._v( `
` +e._s(i.artist.name)+ `
` )]),e._v(" "),n("router-link",{staticClass:"table__cell--medium table__cell--center clickable",attrs:{to:{name:"Album",params:{id:i.album.id}},tag:"td"}},[e._v( `
` +e._s(i.album.title)+ `
2021-03-12 19:45:44 +00:00
` )]),e._v(" "),n("td",{staticClass:"table__cell--small table__cell--center"},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(e.convertDuration(i.duration))+ `
2021-10-05 09:36:58 +00:00
` )]),e._v(" "),n("td",{staticClass:"cursor-pointer group",attrs:{"data-link":i.link,"aria-label":"download",role:"button"},on:{click:function(l){return l.stopPropagation(),e.addToQueue.apply(null,arguments)}}},[n("i",{staticClass:"transition-colors duration-150 ease-in-out material-icons group-hover:text-primary",attrs:{title:e. $ t("globals.download_hint")}},[e._v( `
2021-03-12 19:45:44 +00:00
get _app
2021-10-05 09:36:58 +00:00
` )])])],1)}),0)])])])},__vue_staticRenderFns__ $ h=[];const __vue_inject_styles__ $ h=void 0,__vue_scope_id__ $ h=void 0,__vue_is_functional_template__ $ h=!1;function __vue_normalize__ $ h(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="Charts.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var Charts=__vue_normalize__ $ h({render:__vue_render__ $ h,staticRenderFns:__vue_staticRenderFns__ $ h},__vue_inject_styles__ $ h,__vue_script__ $ h,__vue_scope_id__ $ h,__vue_is_functional_template__ $ h),script $ g={computed:{...mapGetters(["getErrors"]),title(){return ` $ { this . getErrors . artist } - $ { this . getErrors . title } ` },errors(){return this.getErrors.errors}}};const __vue_script__ $ g=script $ g;var __vue_render__ $ g=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",[n("h1",{staticClass:"mb-8 text-5xl"},[e._v(e._s(e. $ t("errors.title",{name:e.title})))]),e._v(" "),n("table",{staticClass:"table table--tracklist"},[n("tr",[n("th",[e._v("ID")]),e._v(" "),n("th",[e._v(e._s(e. $ tc("globals.listTabs.artist",1)))]),e._v(" "),n("th",[e._v(e._s(e. $ tc("globals.listTabs.title",1)))]),e._v(" "),n("th",[e._v(e._s(e. $ tc("globals.listTabs.error",1)))])]),e._v(" "),e._l(e.errors,function(i){return n("tr",{key:i.data.id},[n("td",[e._v(e._s(i.data.id))]),e._v(" "),n("td",[e._v(e._s(i.data.artist))]),e._v(" "),n("td",[e._v(e._s(i.data.title))]),e._v(" "),n("td",[e._v(e._s(i.errid?e. $ t("errors.ids."+i.errid):i.message))])])})],2)])},__vue_staticRenderFns__ $ g=[];const __vue_inject_styles__ $ g=void 0,__vue_scope_id__ $ g=void 0,__vue_is_functional_template__ $ g=!1;function __vue_normalize__ $ g(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="Errors.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var Errors=__vue_normalize__ $ g({render:__vue_render__ $ g,staticRenderFns:__vue_staticRenderFns__ $ g},__vue_inject_styles__ $ g,__vue_script__ $ g,__vue_scope_id__ $ g,__vue_is_functional_template__ $ g),script $ f={inheritAttrs:!1,props:{cover:{type:String,required:!0},isRounded:{type:Boolean,required:!1},isCircle:{type:Boolean,required:!1},link:{type:String,required:!0}}};const __vue_script__ $ f=script $ f;var __vue_render__ $ f=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{staticClass:"relative cover-container group"},[n("img",{staticClass:"block w-full opacity-100 coverart",class:{rounded:e.isRounded,"rounded-full":e.isCircle},attrs:{"aria-hidden":"true",src:e.cover}}),e._v(" "),n("button",e._g({staticClass:"absolute p-0 text-center bg-black border-0 rounded-full opacity-0 download_overlay hover:bg-primary",attrs:{role:"button","aria-label":"download","data-link":e.link,tabindex:"0"}},e. $ listeners),[n("i",{staticClass:"text-white cursor-pointer material-icons",attrs:{title:e. $ t("globals.download_hint")}},[e._v("get_app")])])])},__vue_staticRenderFns__ $ f=[];const __vue_inject_styles__ $ f=function(e){!e||e("data-v-c57a88ba_0",{source:".cover-container[data-v-c57a88ba]{width:156px;height:156px;margin-bottom:10px}.cover-container .coverart[data-v-c57a88ba]{backface-visibility:hidden;transition:.5s ease;height:auto}.cover-container .download_overlay[data-v-c57a88ba]{top:50%;left:50%;transform:translate(-50%,-50%);transition:.5s ease;opacity:0;min-width:2rem;height:2.75rem;text-align:center}.cover-container .download_overlay i[data-v-c57a88ba]{padding:.625rem}.cover-container .download_overlay[data-v-c57a88ba]:focus{opacity:1}.cover-container:hover .coverart[data-v-c57a88ba]{opacity:.75}.cover-container:hover .download_overlay[data-v-c57a88ba]{opacity:1;border:0}",map:void 0,media:void 0})},__vue_scope_id__ $ f="data-v-c57a88ba",__vue_module_identifier__ $ 3=void 0,__vue_is_functional_template__ $ f=!1;function __vue_normalize__ $ f(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="CoverContainer.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
2021-10-05 12:35:50 +00:00
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var CoverContainer=__vue_normalize__ $ f({render:__vue_render__ $ f,staticRenderFns:__vue_staticRenderFns__ $ f},__vue_inject_styles__ $ f,__vue_script__ $ f,__vue_scope_id__ $ f,__vue_is_functional_template__ $ f,__vue_module_identifier__ $ 3,__vue_create_injector__ $ 3);let settingsData={},defaultSettingsData={},spotifyCredentials={};async function getSettingsData(){const e=await fetchData("getSettings"),{settings:a,defaultSettings:n,spotifySettings:i}=e;return settingsData=a,defaultSettingsData=n,spotifyCredentials=i||{},{settingsData,defaultSettingsData,spotifyCredentials}}function getInitialPreviewVolume(){let e=parseInt(localStorage.getItem("previewVolume"));return isNaN(e)&&(e=80,localStorage.setItem("previewVolume",e.toString())),e}function checkInitialSlimDownloads(){return localStorage.getItem("slimDownloads")==="true"}function checkInitialSlimSidebar(){return localStorage.getItem("slimSidebar")==="true"}function checkInitialShowBitrateTags(){return localStorage.getItem("showBitrateTags")==="true"}function checkInitialShowSearchButton(){return localStorage.getItem("showSearchButton")==="true"}const state $ 2=()=>({currentCommit:null,latestCommit:null,updateAvailable:!1,deemixVersion:null,previewVolume:getInitialPreviewVolume(),hasSlimDownloads:checkInitialSlimDownloads(),hasSlimSidebar:checkInitialSlimSidebar(),showBitrateTags:checkInitialShowBitrateTags(),showSearchButton:checkInitialShowSearchButton()}),actions $ 2={setAppInfo({commit:e},a){e("SET_CURRENT_COMMIT",a.currentCommit),e("SET_LATEST_COMMIT",a.latestCommit),e("SET_UPDATE_AVAILABLE",a.updateAvailable),e("SET_DEEMIX_VERSION",a.deemixVersion)},setPreviewVolume({commit:e},a){e("SET_PREVIEW_VOLUME",a),localStorage.setItem("previewVolume",a.toString())},setSlimDownloads({commit:e},a){e("SET_SLIM_DOWNLOADS",a),localStorage.setItem("slimDownloads",a.toString())},setSlimSidebar({commit:e},a){e("SET_SLIM_SIDEBAR",a),localStorage.setItem("slimSidebar",a.toString()),Array.from(document.getElementsByClassName("toastify")).forEach(n=>{n.style.transform= ` translate ( $ { a ? "3rem" : "14rem" } , 0 ) ` })},setShowBitrateTags({commit:e},a){e("SET_SHOW_BITRATE_TAGS",a),localStorage.setItem("showBitrateTags",a.toString())},setShowSearchButton({commit:e},a){e("SET_SHOW_SEARCH_BUTTON",a),localStorage.setItem("showSearchButton",a.toString())}},getters $ 2={getAppInfo:e=>e,getPreviewVolume:e=>e.previewVolume,getSlimDownloads:e=>e.hasSlimDownloads,getSlimSidebar:e=>e.hasSlimSidebar,getShowBitrateTags:e=>e.showBitrateTags,getShowSearchButton:e=>e.showSearchButton},mutations $ 2={SET_CURRENT_COMMIT(e,a){e.currentCommit=a},SET_LATEST_COMMIT(e,a){e.latestCommit=a},SET_UPDATE_AVAILABLE(e,a){e.updateAvailable=a},SET_DEEMIX_VERSION(e,a){e.deemixVersion=a},SET_PREVIEW_VOLUME(e,a){e.previewVolume=a},SET_SLIM_DOWNLOADS(e,a){e.hasSlimDownloads=a},SET_SLIM_SIDEBAR(e,a){e.hasSlimSidebar=a},SET_SHOW_BITRATE_TAGS(e,a){e.showBitrateTags=a},SET_SHOW_SEARCH_BUTTON(e,a){e.showSearchButton=a}};var appInfo={state:state $ 2,getters:getters $ 2,actions:actions $ 2,mutations:mutations $ 2};const SPOTIFY_STATUS={DISABLED:"DISABLED",ENABLED:"ENABLED"},getDefaultState=()=>({arl:localStorage.getItem("arl")||"",accessToken:localStorage.getItem("accessToken")||"",status:null,user:{id:null,name:"",picture:""},spotifyUser:{id:localStorage.getItem("spotifyUser"),name:null,picture:null},spotifyStatus:SPOTIFY_STATUS.DISABLED,clientMode:!1}),state $ 1=()=>getDefaultState(),actions $ 1={login({commit:e,dispatch:a},n){const{arl:i,user:r,status:l}=n;a("setARL",{arl:i}),e("SET_USER",r),e("SET_STATUS",l)},logout({commit:e}){localStorage.removeItem("arl"),localStorage.removeItem("accessToken"),e("RESET_LOGIN")},setARL({commit:e},a){let{saveOnLocalStorage:n}=a;const{arl:i}=a;n=typeof n=="undefined"?!0:n,e("SET_ARL",i),n&&localStorage.setItem("arl",i)},setAccessToken({commit:e},a){let{saveOnLocalStorage:n}=a;const{accessToken:i}=a;n=typeof n=="undefined"?!0:n,e("SET_ACCESS_TOKEN",i),n&&localStorage.se
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("favorites.title"))+ `
2021-08-18 12:59:12 +00:00
` ),n("div",{ref:"reloadButton",staticClass:"inline-block clickable",attrs:{"aria-label":"reload",role:"button"},on:{click:e.refreshFavorites}},[n("i",{staticClass:"material-icons",class:{spin:e.isRefreshingFavorites}},[e._v("sync")])])]),e._v(" "),n("BaseTabs",e._l(e.tabs,function(i){return n("BaseTab",{key:i,class:{active:e.activeTab===i},on:{click:function(r){e.activeTab=i}}},[e._v( `
` +e._s(e. $ tc("globals.listTabs."+i,2))+ `
2021-03-12 19:45:44 +00:00
` )])}),1),e._v(" "),e.activeTabEmpty?e._e():n("button",{staticClass:"btn btn-primary",staticStyle:{"margin-bottom":"2rem"},on:{click:e.downloadAllOfType}},[e._v( `
` +e._s(e. $ t("globals.download",{thing:e. $ tc("globals.listTabs."+e.activeTab+"N",e.getTabLength())}))+ `
2021-08-18 12:59:12 +00:00
` )]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.activeTab==="playlist",expression:"activeTab === 'playlist'"}]},[e.playlists.length===0?n("div",[n("h1",[e._v(e._s(e. $ t("favorites.noPlaylists")))])]):e._e(),e._v(" "),e.playlists.length>0||e.spotifyPlaylists.length>0?n("div",{staticClass:"release-grid"},[e._l(e.playlists,function(i){return n("div",{key:i.id,staticClass:"release"},[n("router-link",{staticClass:"cursor-pointer",attrs:{to:{name:"Playlist",params:{id:i.id}},tag:"div"}},[n("CoverContainer",{attrs:{cover:i.picture_medium,link:i.link,"is-rounded":""},on:{click:function(r){return r.stopPropagation(),e.addToQueue.apply(null,arguments)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(i.title))])],1),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v( `
` +e._s(e. $ t("globals.by",{artist:i.creator.name})+" - "+e. $ tc("globals.listTabs.trackN",i.nb_tracks))+ `
` )])],1)}),e._v(" "),e._l(e.spotifyPlaylists,function(i){return n("div",{key:i.id,staticClass:"release"},[n("router-link",{staticClass:"cursor-pointer",attrs:{to:{name:"Spotify Playlist",params:{id:i.id}},tag:"div"}},[n("CoverContainer",{attrs:{cover:i.picture_medium,link:i.link,"is-rounded":""},on:{click:function(r){return r.stopPropagation(),e.addToQueue.apply(null,arguments)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(i.title))])],1),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v( `
` +e._s(e. $ t("globals.by",{artist:i.creator.name})+" - "+e. $ tc("globals.listTabs.trackN",i.nb_tracks))+ `
` )])],1)})],2):e._e()]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.activeTab==="album",expression:"activeTab === 'album'"}]},[e.albums.length===0?n("div",[n("h1",[e._v(e._s(e. $ t("favorites.noAlbums")))])]):e._e(),e._v(" "),e.albums.length>0?n("div",{staticClass:"release-grid"},e._l(e.albums,function(i){return n("router-link",{key:i.id,staticClass:"release clickable",attrs:{to:{name:"Album",params:{id:i.id}},tag:"div"}},[n("CoverContainer",{attrs:{cover:i.cover_medium,link:i.link,"is-rounded":""},on:{click:function(r){return r.stopPropagation(),e.addToQueue.apply(null,arguments)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(i.title))]),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v(e._s(""+e. $ t("globals.by",{artist:i.artist.name})))])],1)}),1):e._e()]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.activeTab==="artist",expression:"activeTab === 'artist'"}]},[e.artists.length==0?n("div",[n("h1",[e._v(e._s(e. $ t("favorites.noArtists")))])]):e._e(),e._v(" "),e.artists.length>0?n("div",{staticClass:"release-grid"},e._l(e.artists,function(i){return n("router-link",{key:i.id,staticClass:"release clickable",attrs:{to:{name:"Artist",params:{id:i.id}},tag:"div"}},[n("CoverContainer",{attrs:{cover:i.picture_medium,link:i.link,"is-circle":""},on:{click:function(r){return r.stopPropagation(),e.addToQueue.apply(null,arguments)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(i.name))])],1)}),1):e._e()]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.activeTab==="track",expression:"activeTab === 'track'"}]},[e.tracks.length==0?n("div",[n("h1",[e._v(e._s(e. $ t("favorites.noTracks")))])]):e._e(),e._v(" "),e.tracks.length>0?n("table",{staticClass:"table"},e._l(e.tracks,function(i){return n("tr",{staticClass:"track_row"},[n("td",{staticClass:"p-3 text-center cursor-default",class:{first:i.position===1}},[e._v( `
` +e._s(i.position)+ `
` )]),e._v(" "),n("td",[n("span",{staticClass:"relative inline-block rounded cursor-pointer",attrs:{"data-preview":i.preview},on:{click:e.playPausePreview}},[i.preview?n("PreviewControls"):e._e(),e._v(" "),n("img",{staticClass:"rounded coverart",attrs:{src:i.album.cover_small}})],1)]),e._v(" "),n("td",{staticClass:"table__cell--large"},[e._v( `
` +e._s(i.title+(i.title_version&&i.title.indexOf(i.title_version)==-1?" "+i.title_version:""))+ `
` )]),e._v(" "),n("router-link",{staticClass:"table__cell table__cell--medium table__cell--center clickable",attrs:{to:{name:"Artist",params:{id:i.artist.id}},tag:"td"}},[e._v( `
` +e._s(i.artist.name)+ `
` )]),e._v(" "),n("router-link",{staticClass:"table__cell--medium table__cell--center clickable",attrs:{to:{name:"Album",params:{id:i.album.id}},tag:"td"}},[e._v( `
` +e._s(i.album.title)+ `
2021-03-12 19:45:44 +00:00
` )]),e._v(" "),n("td",{staticClass:"table__cell--small"},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(e.convertDuration(i.duration))+ `
` )]),e._v(" "),n("td",{staticClass:"cursor-pointer group",attrs:{"data-link":i.link,"aria-label":"download",role:"button"},on:{click:function(r){return r.stopPropagation(),e.addToQueue.apply(null,arguments)}}},[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center"},[n("i",{staticClass:"transition-colors duration-150 ease-in-out material-icons group-hover:text-primary",attrs:{title:e. $ t("globals.download_hint")}},[e._v( `
2021-03-12 19:45:44 +00:00
get _app
2021-10-05 09:36:58 +00:00
` )])])])],1)}),0):e._e()])],1)},__vue_staticRenderFns__ $ e=[];const __vue_inject_styles__ $ e=void 0,__vue_scope_id__ $ e=void 0,__vue_is_functional_template__ $ e=!1;function __vue_normalize__ $ e(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="Favorites.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var Favorites=__vue_normalize__ $ e({render:__vue_render__ $ e,staticRenderFns:__vue_staticRenderFns__ $ e},__vue_inject_styles__ $ e,__vue_script__ $ e,__vue_scope_id__ $ e,__vue_is_functional_template__ $ e);let homeData={},cached $ 1=!1;async function getHomeData(){if(cached $ 1)return homeData;{const e=await fetchData("getHome");return homeData=e,cached $ 1=!0,e}}var script $ d={components:{CoverContainer},data(){return{playlists:[],albums:[]}},computed:{...mapGetters(["isLoggedIn"])},async created(){const e=await getHomeData();this.initHome(e)},methods:{addToQueue(e){sendAddToQueue(e.currentTarget.dataset.link)},initHome(e){const{playlists:{data:a},albums:{data:n}}=e;this.playlists=a,this.albums=n}}};const __vue_script__ $ d=script $ d;var __vue_render__ $ d=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{attrs:{id:"home_tab"}},[n("h1",{staticClass:"mb-8 text-5xl"},[e._v(e._s(e. $ t("globals.welcome")))]),e._v(" "),e.isLoggedIn?e._e():n("section",{ref:"notLogged",staticClass:"py-6 border-0 border-t border-solid border-grayscale-500"},[n("p",{staticClass:"mb-4",attrs:{id:"home_not_logged_text"}},[e._v(e._s(e. $ t("home.needTologin")))]),e._v(" "),n("router-link",{staticClass:"btn btn-primary",attrs:{tag:"button",name:"button",to:{name:"Settings"}}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("home.openSettings"))+ `
2021-08-18 12:59:12 +00:00
` )])],1),e._v(" "),e.playlists.length?n("section",{staticClass:"py-6 border-0 border-t border-solid border-grayscale-500"},[n("h2",{staticClass:"mb-6 text-3xl"},[e._v(e._s(e. $ t("home.sections.popularPlaylists")))]),e._v(" "),n("div",{staticClass:"release-grid"},e._l(e.playlists,function(i){return n("router-link",{key:i.id,staticClass:"release clickable",attrs:{tag:"div",to:{name:"Playlist",params:{id:i.id}},tabindex:"0"},nativeOn:{keyup:function(r){return!r.type.indexOf("key")&&e._k(r.keyCode,"enter",13,r.key,"Enter")?null:e. $ router.push({name:"Playlist",params:{id:i.id}})}}},[n("CoverContainer",{attrs:{"is-rounded":"",cover:i.picture_medium,link:i.link},on:{click:function(r){return r.stopPropagation(),e.addToQueue.apply(null,arguments)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(i.title))]),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v( `
` +e._s(e. $ t("globals.by",{artist:i.user.name})+" - "+e. $ tc("globals.listTabs.trackN",i.nb_tracks))+ `
2021-10-05 12:35:50 +00:00
` )])],1)}),1)]):e._e(),e._v(" "),e.albums.length?n("section",{staticClass:"py-6 border-0 border-t border-solid border-grayscale-500"},[n("h2",{staticClass:"mb-6 text-3xl"},[e._v(e._s(e. $ t("home.sections.popularAlbums")))]),e._v(" "),n("div",{staticClass:"release-grid"},e._l(e.albums,function(i){return n("router-link",{key:i.id,staticClass:"release clickable",attrs:{tag:"div",to:{name:"Album",params:{id:i.id}},"data-id":i.id,tabindex:"0"},nativeOn:{keyup:function(r){return!r.type.indexOf("key")&&e._k(r.keyCode,"enter",13,r.key,"Enter")?null:e. $ router.push({name:"Album",params:{id:i.id}})}}},[n("CoverContainer",{attrs:{"is-rounded":"",cover:i.cover_medium,link:i.link},on:{click:function(r){return r.stopPropagation(),e.addToQueue.apply(null,arguments)}}}),e._v(" "),n("p",{staticClass:"primary-text"},[e._v(e._s(i.title))]),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v(e._s(""+e. $ t("globals.by",{artist:i.artist.name})))])],1)}),1)]):e._e()])},__vue_staticRenderFns__ $ d=[];const __vue_inject_styles__ $ d=void 0,__vue_scope_id__ $ d=void 0,__vue_is_functional_template__ $ d=!1;function __vue_normalize__ $ d(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="Home.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var Home=__vue_normalize__ $ d({render:__vue_render__ $ d,staticRenderFns:__vue_staticRenderFns__ $ d},__vue_inject_styles__ $ d,__vue_script__ $ d,__vue_scope_id__ $ d,__vue_is_functional_template__ $ d);const COUNTRIES={AF:"Afghanistan",AX:" \x C5land Islands",AL:"Albania",DZ:"Algeria",AS:"American Samoa",AD:"Andorra",AO:"Angola",AI:"Anguilla",AQ:"Antarctica",AG:"Antigua and Barbuda",AR:"Argentina",AM:"Armenia",AW:"Aruba",AU:"Australia",AT:"Austria",AZ:"Azerbaijan",BS:"Bahamas",BH:"Bahrain",BD:"Bangladesh",BB:"Barbados",BY:"Belarus",BE:"Belgium",BZ:"Belize",BJ:"Benin",BM:"Bermuda",BT:"Bhutan",BO:"Bolivia, Plurinational State of",BQ:"Bonaire, Sint Eustatius and Saba",BA:"Bosnia and Herzegovina",BW:"Botswana",BV:"Bouvet Island",BR:"Brazil",IO:"British Indian Ocean Territory",BN:"Brunei Darussalam",BG:"Bulgaria",BF:"Burkina Faso",BI:"Burundi",KH:"Cambodia",CM:"Cameroon",CA:"Canada",CV:"Cape Verde",KY:"Cayman Islands",CF:"Central African Republic",TD:"Chad",CL:"Chile",CN:"China",CX:"Christmas Island",CC:"Cocos (Keeling) Islands",CO:"Colombia",KM:"Comoros",CG:"Congo",CD:"Congo, the Democratic Republic of the",CK:"Cook Islands",CR:"Costa Rica",CI:"C \x F4te d'Ivoire",HR:"Croatia",CU:"Cuba",CW:"Cura \x E7ao",CY:"Cyprus",CZ:"Czech Republic",DK:"Denmark",DJ:"Djibouti",DM:"Dominica",DO:"Dominican Republic",EC:"Ecuador",EG:"Egypt",SV:"El Salvador",GQ:"Equatorial Guinea",ER:"Eritrea",EE:"Estonia",ET:"Ethiopia",FK:"Falkland Islands (Malvinas)",FO:"Faroe Islands",FJ:"Fiji",FI:"Finland",FR:"France",GF:"French Guiana",PF:"French Polynesia",TF:"French Southern Territories",GA:"Gabon",GM:"Gambia",GE:"Georgia",DE:"Germany",GH:"Ghana",GI:"Gibraltar",GR:"Greece",GL:"Greenland",GD:"Grenada",GP:"Guadeloupe",GU:"Guam",GT:"Guatemala",GG:"Guernsey",GN:"Guinea",GW:"Guinea-Bissau",GY:"Guyana",HT:"Haiti",HM:"Heard Island and McDonald Islands",VA:"Holy See (Vatican City State)",HN:"Honduras",HK:"Hong Kong",HU:"Hungary",IS:"Iceland",IN:"India",ID:"Indonesia",IR:"Iran, Islamic Republic of",IQ:"Iraq",IE:"Ireland",IM:"Isle of Man",IL:"Israel",IT:"Italy",JM:"Jamaica",JP:"Japan",JE:"Jersey",JO:"Jordan",KZ:"Kazakhstan",KE:"Kenya",KI:"Kiribati",KP:"Korea, Democratic People's Republic of",KR:"Korea, Republic of",KW:"Kuwait",KG:"Kyrgyzstan",LA:"Lao People's Democratic Republic",LV:"Latvia",LB:"Lebanon",LS:"Lesotho",LR:"Liberia",LY:"Libya",LI:"Liechtenstein",LT:"Lithuania",LU:"Luxembourg",MO:"Macao",MK:"Macedonia, the Former Yugoslav Republic of",MG:"Madagascar",MW:"Malawi",MY:"Malaysia",MV:"Maldives",ML:"Mali",MT:"Malta",MH:"Marshall Islands",MQ:"Martinique",MR:"Mauritania",MU:"Mauritius",YT:"Mayotte",MX:"Mexico",FM:"Micronesia, Federated States of",MD:"Moldova, Republic of",MC:"Monaco",MN:"Mongolia",ME:"Montenegro",MS:"Montserrat",MA:"Morocco",MZ:"Mozambique",MM:"Myanmar",N
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("linkAnalyzer.info"))+ `
` )]),e._v(" "),n("p",[e._v( `
` +e._s(e. $ t("linkAnalyzer.useful"))+ `
` )])]):e.link==="error"?n("div",[n("h2",[e._v(e._s(e. $ t("linkAnalyzer.linkNotSupported")))]),e._v(" "),n("p",[e._v(e._s(e. $ t("linkAnalyzer.linkNotSupportedYet")))])]):n("div",[n("header",{staticClass:"flex items-center",style:{"background-image":"linear-gradient(to bottom, transparent 0%, var(--main-background) 100%), url('"+e.image+"')"}},[n("div",[n("h1",{staticClass:"m-0"},[e._v(e._s(e.title))]),e._v(" "),e.type==="track"?n("h2",{staticClass:"m-0 mb-3 text-lg"},[n("i18n",{attrs:{path:"globals.by",tag:"span"}},[n("router-link",{staticClass:"clickable",attrs:{tag:"span",place:"artist",to:{name:"Artist",params:{id:e.data.artist.id}}}},[e._v( `
` +e._s(e.data.artist.name)+ `
` )])],1),e._v( `
\u2022
` ),n("i18n",{attrs:{path:"globals.in",tag:"span"}},[n("router-link",{staticClass:"clickable",attrs:{tag:"span",place:"album",to:{name:"Album",params:{id:e.data.album.id}}}},[e._v( `
` +e._s(e.data.album.title)+ `
` )])],1)],1):e.type==="album"?n("h2",{staticClass:"m-0 mb-3 text-lg"},[n("i18n",{attrs:{path:"globals.by",tag:"span"}},[n("router-link",{staticClass:"clickable",attrs:{tag:"span",place:"artist",to:{name:"Artist",params:{id:e.data.artist.id}}}},[e._v( `
` +e._s(e.data.artist.name)+ `
` )])],1),e._v( `
` +e._s(" \u 2022 "+e. $ tc("globals.listTabs.trackN",e.data.nb_tracks))+ `
2021-12-07 12:45:37 +00:00
` )],1):e._e()]),e._v(" "),n("div",{staticClass:"grid w-16 h-16 ml-auto rounded-full cursor-pointer bg-primary text-grayscale-870 place-items-center",attrs:{role:"button","aria-label":"download","data-link":e.link},on:{contextmenu:function(i){return i.preventDefault(),e.openQualityModal.apply(null,arguments)},click:function(i){return i.stopPropagation(),e.addToQueue.apply(null,arguments)}}},[n("i",{staticClass:"text-4xl material-icons",attrs:{title:e. $ t("globals.download_hint")}},[e._v("get_app")])])]),e._v(" "),n("table",{staticClass:"table"},[e.data.id?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.id")))]),e._v(" "),n("td",[e._v(e._s(e.data.id))])]):e._e(),e._v(" "),e.data.isrc?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.isrc")))]),e._v(" "),n("td",[e._v(e._s(e.data.isrc))])]):e._e(),e._v(" "),e.data.upc?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.upc")))]),e._v(" "),n("td",[e._v(e._s(e.data.upc))])]):e._e(),e._v(" "),e.data.duration?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.duration")))]),e._v(" "),n("td",[e._v(e._s(e.convertDuration(e.data.duration)))])]):e._e(),e._v(" "),e.data.disk_number?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.diskNumber")))]),e._v(" "),n("td",[e._v(e._s(e.data.disk_number))])]):e._e(),e._v(" "),e.data.track_position?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.trackNumber")))]),e._v(" "),n("td",[e._v(e._s(e.data.track_position))])]):e._e(),e._v(" "),e.data.release_date?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.releaseDate")))]),e._v(" "),n("td",[e._v(e._s(e.data.release_date))])]):e._e(),e._v(" "),e.data.bpm?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.bpm")))]),e._v(" "),n("td",[e._v(e._s(e.data.bpm))])]):e._e(),e._v(" "),e.data.label?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.label")))]),e._v(" "),n("td",[e._v(e._s(e.data.label))])]):e._e(),e._v(" "),e.data.record_type?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.recordType")))]),e._v(" "),n("td",[e._v(e._s(e. $ tc("globals.listTabs."+e.data.record_type,1)))])]):e._e(),e._v(" "),e.data.genres&&e.data.genres.data.length?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.genres")))]),e._v(" "),n("td",[e._v(e._s(e.data.genres.data.map(function(i){return i.name}).join("; ")))])]):e._e(),e._v(" "),e.data.readable!==void 0?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.readable")))]),e._v(" "),n("td",[e._v(e._s(e. $ t(e.data.readable?"globals.yes":"globals.no").capitalize()))])]):e._e(),e._v(" "),e.countries.length&&e.user.country?n("tr",[n("td",[e._v(e._s(e. $ t("linkAnalyzer.table.available")))]),e._v(" "),n("td",[e._v(e._s(e. $ t(e.available_countries.includes(e.user.country.toLowerCase())?"globals.yes":"globals.no").capitalize()))])]):e._e()]),e._v(" "),e.countries.length?[n("h3",[e._v(e._s(e. $ t("linkAnalyzer.countries")))]),e._v(" "),e._l(e.countries,function(i,r){return n("p",{key:r},[e._v(e._s(i[0])+" - "+e._s(i[1]))])})]:this.type==="track"?[n("h3",[e._v(e._s(e. $ t("linkAnalyzer.noCountries")))])]:e._e(),e._v(" "),e.type==="album"?n("div",[n("router-link",{staticClass:"btn btn-primary",attrs:{tag:"button",name:"button",to:{name:"Album",params:{id:e.id}}}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("linkAnalyzer.table.tracklist"))+ `
2021-10-05 12:35:50 +00:00
` )])],1):e._e()],2)])},__vue_staticRenderFns__ $ c=[];const __vue_inject_styles__ $ c=void 0,__vue_scope_id__ $ c=void 0,__vue_is_functional_template__ $ c=!1;function __vue_normalize__ $ c(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="LinkAnalyzer.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var LinkAnalyzer=__vue_normalize__ $ c({render:__vue_render__ $ c,staticRenderFns:__vue_staticRenderFns__ $ c},__vue_inject_styles__ $ c,__vue_script__ $ c,__vue_scope_id__ $ c,__vue_is_functional_template__ $ c);const messages=ref([]),cached=localStorage.getItem("areLogsActive"),areLogsActive=ref(cached?cached==="true":!1),saveLogsSettings=()=>{localStorage.setItem("areLogsActive",areLogsActive.value)};socket.addEventListener("message",e=>{if(!areLogsActive.value)return;const a=JSON.parse(e.data);messages.value.push(Object.freeze(a))});const useLogs=()=>({messages,areLogsActive,saveLogsSettings});var script $ b={name:"Logs",setup(){const{messages:e}=useLogs();return{logMessages:computed(()=>e.value.slice(0,50).reverse())}}};const __vue_script__ $ b=script $ b;var __vue_render__ $ b=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{staticClass:"logs-container"},[n("h1",{staticClass:"mb-8 text-5xl capitalize"},[e._v(e._s(e. $ t("sidebar.logs")))]),e._v(" "),n("table",{staticClass:"w-full text-center border-collapse"},[n("tr",[n("th"),e._v(" "),n("th",{staticClass:"pr-5 h-12"},[e._v(e._s(e. $ t("logs.event")))]),e._v(" "),n("th",[e._v(e._s(e. $ t("logs.data")))])]),e._v(" "),e._l(e.logMessages,function(i,r){return n("tr",{key:r,staticClass:"border-t border-solid border-foreground"},[n("td",{staticClass:"count"}),e._v(" "),n("td",{staticClass:"pr-5 w-1/3"},[e._v(e._s(i.key))]),e._v(" "),n("td",{staticClass:"w-2/3"},[e._v(e._s(i.data||"Empty"))])])})],2)])},__vue_staticRenderFns__ $ b=[];const __vue_inject_styles__ $ b=function(e){!e||e("data-v-32b01293_0",{source:".logs-container[data-v-32b01293]{counter-reset:logs}.count[data-v-32b01293]::before{content:counter(logs);counter-increment:logs}tr>td[data-v-32b01293]{height:2rem;vertical-align:middle;text-align:center}",map:void 0,media:void 0})},__vue_scope_id__ $ b="data-v-32b01293",__vue_module_identifier__ $ 2=void 0,__vue_is_functional_template__ $ b=!1;function __vue_normalize__ $ b(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="Logs.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ 2(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 2.styles||(__vue_create_injector__ $ 2.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
2021-10-05 09:36:58 +00:00
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var Logs=__vue_normalize__ $ b({render:__vue_render__ $ b,staticRenderFns:__vue_staticRenderFns__ $ b},__vue_inject_styles__ $ b,__vue_script__ $ b,__vue_scope_id__ $ b,__vue_is_functional_template__ $ b,__vue_module_identifier__ $ 2,__vue_create_injector__ $ 2);const upperCaseFirstLowerCaseRest=e=>e.charAt(0).toUpperCase()+e.slice(1).toLowerCase();var script $ a={components:{CoverContainer},computed:{fansNumber(){let e;try{e=this. $ n(this. $ attrs.info.nb_fan)}catch(a){e=this. $ n(this. $ attrs.info.nb_fan,{locale:"en"})}return this. $ attrs.info.type==="artist"?this. $ t("search.fans",{n:e}):this. $ t("globals.by",{artist:this. $ attrs.info.artist})+" - "+this. $ tc("globals.listTabs.trackN",this. $ attrs.info.nb_song)}},methods:{upperCaseFirstLowerCaseRest}};const __vue_script__ $ a=script $ a;var __vue_render__ $ a=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("div",{staticClass:"flex flex-col items-center justify-center"},[n("router-link",{staticClass:"cursor-pointer",attrs:{tag:"div",to:{name:e.upperCaseFirstLowerCaseRest(e. $ attrs.info.type),params:{id:e. $ attrs.info.id}}}},[n("CoverContainer",{staticClass:"w-40 h-40",attrs:{"is-rounded":e. $ attrs.info.type!=="artist","is-circle":e. $ attrs.info.type==="artist",cover:e. $ attrs.info.picture,link:e. $ attrs.info.link},on:{click:function(i){return i.stopPropagation(),e. $ emit("add-to-queue",i)}}}),e._v(" "),n("p",{staticClass:"mt-4 mb-1 text-xl text-center transition-colors duration-200 ease-in-out hover:text-primary"},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ attrs.info.title)+ `
` )])],1),e._v(" "),n("p",{staticClass:"mb-3 text-center secondary-text"},[e._v( `
` +e._s(e.fansNumber)+ `
` )]),e._v(" "),n("span",{staticClass:"p-1 px-2 text-xs text-center capitalize bg-primary rounded-xl"},[e._v( `
` +e._s(e. $ tc("globals.listTabs."+e. $ attrs.info.type,1))+ `
2021-10-05 09:36:58 +00:00
` )])],1)},__vue_staticRenderFns__ $ a=[];const __vue_inject_styles__ $ a=void 0,__vue_scope_id__ $ a=void 0,__vue_is_functional_template__ $ a=!1;function __vue_normalize__ $ a(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="TopResult.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var TopResult=__vue_normalize__ $ a({render:__vue_render__ $ a,staticRenderFns:__vue_staticRenderFns__ $ a},__vue_inject_styles__ $ a,__vue_script__ $ a,__vue_scope_id__ $ a,__vue_is_functional_template__ $ a);function formatSingleTrack(e){let a=getPropertyWithFallback(e,"explicit_lyrics","EXPLICIT_LYRICS");return typeof a=="string"&&(a=a!=="0"),{trackTitle:getPropertyWithFallback(e,"title","SNG_TITLE"),trackTitleVersion:getPropertyWithFallback(e,"title_version","VERSION"),trackPreview:getPropertyWithFallback(e,"preview","MEDIA.0.HREF"),trackDuration:getPropertyWithFallback(e,"duration","DURATION"),trackLink:getPropertyWithFallback(e,"link")|| ` https : //www.deezer.com/track/${e.SNG_ID}`,isTrackExplicit:a,artistID:getPropertyWithFallback(e,"artist.id","ART_ID"),artistName:getPropertyWithFallback(e,"artist.name","ART_NAME"),albumID:getPropertyWithFallback(e,"album.id","ALB_ID"),albumTitle:getPropertyWithFallback(e,"album.title","ALB_TITLE"),albumPicture:getPropertyWithFallback(e,"album.cover_small")||`https://e-cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/56x56-000000-80-0-0.jpg`}}function formatAlbums(e){let a=getPropertyWithFallback(e,"explicit_lyrics","EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS");return typeof a=="number"&&(a=a===1),{albumID:getPropertyWithFallback(e,"id","ALB_ID"),albumTitle:getPropertyWithFallback(e,"title","ALB_TITLE"),albumCoverMedium:getPropertyWithFallback(e,"cover_medium")||`https://e-cdns-images.dzcdn.net/images/cover/${e.ALB_PICTURE}/156x156-000000-80-0-0.jpg`,albumLink:getPropertyWithFallback(e,"link")||`https://deezer.com/album/${e.ALB_ID}`,albumTracks:getPropertyWithFallback(e,"nb_tracks","NUMBER_TRACK"),isAlbumExplicit:a,artistName:getPropertyWithFallback(e,"artist.name","ART_NAME")}}function formatArtist(e){return{artistID:getPropertyWithFallback(e,"id","ART_ID"),artistName:getPropertyWithFallback(e,"name","ART_NAME"),artistPictureMedium:getPropertyWithFallback(e,"picture_medium")||`https://e-cdns-images.dzcdn.net/images/artist/${e.ART_PICTURE}/156x156-000000-80-0-0.jpg`,artistLink:getPropertyWithFallback(e,"link")||`https://deezer.com/artist/${e.ART_ID}`,artistAlbumsNumber:getPropertyWithFallback(e,"nb_album","NB_FAN")}}function formatPlaylist(e){return{playlistID:getPropertyWithFallback(e,"id","PLAYLIST_ID"),playlistTitle:getPropertyWithFallback(e,"title","TITLE"),playlistPictureMedium:getPropertyWithFallback(e,"picture_medium")||`https://e-cdns-images.dzcdn.net/images/${e.PICTURE_TYPE}/${e.PLAYLIST_PICTURE}/156x156-000000-80-0-0.jpg`,playlistLink:getPropertyWithFallback(e,"link")||`https://deezer.com/playlist/${e.PLAYLIST_ID}`,playlistTracksNumber:getPropertyWithFallback(e,"nb_tracks","NB_SONG"),artistName:getPropertyWithFallback(e,"user.name")}}function formatTitle(e){const a=e.trackTitleVersion&&!e.trackTitle.includes(e.trackTitleVersion);return`${e.trackTitle}${a?` ${e.trackTitleVersion}`:""}`}var script$9={components:{BaseLoadingPlaceholder,PreviewControls},props:{viewInfo:{validator(e){const a=Object.is(e,null),n=Object.prototype.toString.call(e)==="[object Object]";return a||n},required:!0},itemsToShow:{type:Number,default:6},wantHeaders:{type:Boolean,required:!1,default:!1}},computed:{isLoading(){return!this.viewInfo||!this.viewInfo.hasLoaded}},methods:{convertDuration,formatTitle,playPausePreview}};const __vue_script__$9=script$9;var __vue_render__$9=function(){var e=this,a=e.$createElement,n=e._self._c||a;return n("section",[e.isLoading?n("BaseLoadingPlaceholder"):[e.viewInfo.data.length===0?n("div",[n("h1",[e._v(e._s(e.$t("search.noResultsTrack")))])]):n("table",{staticClass:"table w-full table--tracks"},[e.wantHeaders?n("thead",[n("tr",{staticClass:"capitalize"},[n("th",{staticClass:"h-12 pb-3",attrs:{colsp
2021-08-18 12:59:12 +00:00
` +e._s(e.formatTitle(i))+ `
` )])]),e._v(" "),n("router-link",{staticClass:"break-words table__cell table__cell--medium table__cell--center",attrs:{tag:"td",to:{name:"Artist",params:{id:i.artistID}}}},[n("span",{staticClass:"cursor-pointer hover:underline"},[e._v( `
` +e._s(i.artistName)+ `
` )])]),e._v(" "),n("router-link",{staticClass:"break-words table__cell table__cell--medium table__cell--center",attrs:{tag:"td",to:{name:"Album",params:{id:i.albumID}}}},[n("span",{staticClass:"cursor-pointer hover:underline"},[e._v( `
` +e._s(i.albumTitle)+ `
2021-03-12 19:45:44 +00:00
` )])]),e._v(" "),n("td",{staticClass:"table__cell table__cell--small table__cell--center"},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(e.convertDuration(i.trackDuration))+ `
` )]),e._v(" "),n("td",{staticClass:"cursor-pointer table__cell--center group",attrs:{"data-link":i.trackLink,"aria-label":"download"},on:{click:function(r){return r.stopPropagation(),e. $ emit("add-to-queue",r)}}},[n("i",{staticClass:"transition-colors duration-150 ease-in-out material-icons group-hover:text-primary",attrs:{title:e. $ t("globals.download_hint")}},[e._v( `
2021-03-12 19:45:44 +00:00
get _app
2021-10-05 09:36:58 +00:00
` )])])],1)}),0)])]],2)},__vue_staticRenderFns__ $ 9=[];const __vue_inject_styles__ $ 9=void 0,__vue_scope_id__ $ 9=void 0,__vue_is_functional_template__ $ 9=!1;function __vue_normalize__ $ 9(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="ResultsTracks.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var ResultsTracks=__vue_normalize__ $ 9({render:__vue_render__ $ 9,staticRenderFns:__vue_staticRenderFns__ $ 9},__vue_inject_styles__ $ 9,__vue_script__ $ 9,__vue_scope_id__ $ 9,__vue_is_functional_template__ $ 9),script $ 8={components:{BaseLoadingPlaceholder,CoverContainer},props:{viewInfo:{validator(e){const a=Object.is(e,null),n=Object.prototype.toString.call(e)==="[object Object]";return a||n},required:!0},itemsToShow:{type:Number,default:6},wantHeaders:{type:Boolean,required:!1,default:!1}},computed:{isLoading(){return!this.viewInfo||!this.viewInfo.hasLoaded}}};const __vue_script__ $ 8=script $ 8;var __vue_render__ $ 8=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("section",[e.isLoading?n("BaseLoadingPlaceholder"):[e.viewInfo.data.length===0?n("div",[n("h1",[e._v(e._s(e. $ t("search.noResultsAlbum")))])]):n("div",{staticClass:"release-grid"},e._l(e.viewInfo.data.slice(0,e.itemsToShow),function(i){return n("div",{key:i.albumID,staticClass:"w-40 release"},[n("router-link",{staticClass:"cursor-pointer",attrs:{tag:"div",to:{name:"Album",params:{id:i.albumID}}}},[n("CoverContainer",{attrs:{"is-rounded":"",cover:i.albumCoverMedium,link:i.albumLink},on:{click:function(r){return r.stopPropagation(),e. $ emit("add-to-queue",r)}}}),e._v(" "),n("span",{staticClass:"primary-text"},[i.isAlbumExplicit?n("i",{staticClass:"material-icons title-icon",staticStyle:{"font-size":"1.0625rem !important"}},[e._v( `
2021-03-12 19:45:44 +00:00
explicit
` )]):e._e(),e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(i.albumTitle)+ `
2021-03-12 19:45:44 +00:00
` )])],1),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(e. $ t("globals.by",{artist:i.artistName})+" - "+e. $ tc("globals.listTabs.trackN",i.albumTracks))+ `
2021-10-05 09:36:58 +00:00
` )])],1)}),0)]],2)},__vue_staticRenderFns__ $ 8=[];const __vue_inject_styles__ $ 8=void 0,__vue_scope_id__ $ 8=void 0,__vue_is_functional_template__ $ 8=!1;function __vue_normalize__ $ 8(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="ResultsAlbums.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var ResultsAlbums=__vue_normalize__ $ 8({render:__vue_render__ $ 8,staticRenderFns:__vue_staticRenderFns__ $ 8},__vue_inject_styles__ $ 8,__vue_script__ $ 8,__vue_scope_id__ $ 8,__vue_is_functional_template__ $ 8),script $ 7={components:{BaseLoadingPlaceholder,CoverContainer},props:{viewInfo:{validator(e){const a=Object.is(e,null),n=Object.prototype.toString.call(e)==="[object Object]";return a||n},required:!0},itemsToShow:{type:Number,default:6},wantHeaders:{type:Boolean,required:!1,default:!1}},computed:{isLoading(){return!this.viewInfo||!this.viewInfo.hasLoaded}}};const __vue_script__ $ 7=script $ 7;var __vue_render__ $ 7=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("section",[e.isLoading?n("BaseLoadingPlaceholder"):[e.viewInfo.data.length===0?n("div",[n("h1",[e._v(e._s(e. $ t("search.noResultsArtist")))])]):n("div",{staticClass:"release-grid"},e._l(e.viewInfo.data.slice(0,e.itemsToShow),function(i){return n("div",{key:i.artistID,staticClass:"w-40 release"},[n("router-link",{staticClass:"cursor-pointer",attrs:{tag:"div",to:{name:"Artist",params:{id:i.artistID}}}},[n("CoverContainer",{attrs:{"is-circle":"",cover:i.artistPictureMedium,link:i.artistLink},on:{click:function(r){return r.stopPropagation(),e. $ emit("add-to-queue",r)}}}),e._v(" "),n("span",{staticClass:"primary-text"},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(i.artistName)+ `
2021-10-05 09:36:58 +00:00
` )])],1)],1)}),0)]],2)},__vue_staticRenderFns__ $ 7=[];const __vue_inject_styles__ $ 7=void 0,__vue_scope_id__ $ 7=void 0,__vue_is_functional_template__ $ 7=!1;function __vue_normalize__ $ 7(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="ResultsArtists.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var ResultsArtists=__vue_normalize__ $ 7({render:__vue_render__ $ 7,staticRenderFns:__vue_staticRenderFns__ $ 7},__vue_inject_styles__ $ 7,__vue_script__ $ 7,__vue_scope_id__ $ 7,__vue_is_functional_template__ $ 7),script $ 6={components:{BaseLoadingPlaceholder,CoverContainer},props:{viewInfo:{validator(e){const a=Object.is(e,null),n=Object.prototype.toString.call(e)==="[object Object]";return a||n},required:!0},itemsToShow:{type:Number,default:6},wantHeaders:{type:Boolean,required:!1,default:!1}},computed:{isLoading(){return!this.viewInfo||!this.viewInfo.hasLoaded}}};const __vue_script__ $ 6=script $ 6;var __vue_render__ $ 6=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("section",[e.isLoading?n("BaseLoadingPlaceholder"):[e.viewInfo.data.length===0?n("div",[n("h1",[e._v(e._s(e. $ t("search.noResultsPlaylist")))])]):n("div",{staticClass:"release-grid"},e._l(e.viewInfo.data.slice(0,e.itemsToShow),function(i){return n("div",{key:i.playlistID,staticClass:"w-40 release"},[n("router-link",{staticClass:"cursor-pointer",attrs:{tag:"div",to:{name:"Playlist",params:{id:i.playlistID}}}},[n("CoverContainer",{attrs:{"is-rounded":"",cover:i.playlistPictureMedium,link:i.playlistLink},on:{click:function(r){return r.stopPropagation(),e. $ emit("add-to-queue",r)}}}),e._v(" "),n("span",{staticClass:"primary-text"},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(i.playlistTitle)+ `
2021-03-12 19:45:44 +00:00
` )])],1),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(e. $ t("globals.by",{artist:i.artistName})+" - "+e. $ tc("globals.listTabs.trackN",i.playlistTracksNumber))+ `
2021-10-05 09:36:58 +00:00
` )])],1)}),0)]],2)},__vue_staticRenderFns__ $ 6=[];const __vue_inject_styles__ $ 6=void 0,__vue_scope_id__ $ 6=void 0,__vue_is_functional_template__ $ 6=!1;function __vue_normalize__ $ 6(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="ResultsPlaylists.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var ResultsPlaylists=__vue_normalize__ $ 6({render:__vue_render__ $ 6,staticRenderFns:__vue_staticRenderFns__ $ 6},__vue_inject_styles__ $ 6,__vue_script__ $ 6,__vue_scope_id__ $ 6,__vue_is_functional_template__ $ 6),script $ 5={components:{TopResult,ResultsTracks,ResultsAlbums,ResultsArtists,ResultsPlaylists},props:{viewInfo:{type:Object,required:!0}},computed:{thereAreResults(){return!this.viewInfo?!1:!this.viewInfo.ORDER.every(n=>n==="TOP_RESULT"?this.viewInfo[n].length===0:this.viewInfo[n].data.length===0)}},methods:{convertDuration,upperCaseFirstLowerCaseRest,standardizeData,formatSingleTrack,formatAlbums,formatArtist,formatPlaylist,checkSectionResults(e){return e==="TOP_RESULT"?!!this.viewInfo.TOP_RESULT[0]:!!this.viewInfo[e].data[0]}}};const __vue_script__ $ 5=script $ 5;var __vue_render__ $ 5=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("section",[e.thereAreResults?e._l(e.viewInfo.ORDER,function(i){return n("section",{key:i,staticClass:"float-none py-5 border-t border-grayscale-500 first:border-t-0"},[e.checkSectionResults(i)?[n("h2",{staticClass:"mb-6 capitalize",class:{"text-4xl text-center":i==="TOP_RESULT","inline-block cursor-pointer text-3xl hover:text-primary transition-colors duration-200 ease-in-out":i!=="TOP_RESULT"},on:{click:function(r){return e. $ emit("change-search-tab",i)}}},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(e. $ tc("globals.listTabs."+i.toLowerCase(),2))+ `
2021-10-05 12:35:50 +00:00
` )]),e._v(" "),i==="TOP_RESULT"?n("TopResult",{attrs:{info:e.viewInfo.TOP_RESULT[0]},on:{"add-to-queue":function(r){return e. $ emit("add-to-queue",r)}}}):i==="TRACK"?n("ResultsTracks",{attrs:{"view-info":e.standardizeData(e.viewInfo.TRACK,e.formatSingleTrack)},on:{"add-to-queue":function(r){return e. $ emit("add-to-queue",r)}}}):i==="ALBUM"?n("ResultsAlbums",{attrs:{"view-info":e.standardizeData(e.viewInfo.ALBUM,e.formatAlbums)},on:{"add-to-queue":function(r){return e. $ emit("add-to-queue",r)}}}):i==="PLAYLIST"?n("ResultsPlaylists",{attrs:{"view-info":e.standardizeData(e.viewInfo.PLAYLIST,e.formatPlaylist)},on:{"add-to-queue":function(r){return e. $ emit("add-to-queue",r)}}}):i==="ARTIST"?n("ResultsArtists",{attrs:{"view-info":e.standardizeData(e.viewInfo.ARTIST,e.formatArtist)},on:{"add-to-queue":function(r){return e. $ emit("add-to-queue",r)}}}):e._e()]:e._e()],2)}):n("div",[n("h1",[e._v(e._s(e. $ t("search.noResults")))])])],2)},__vue_staticRenderFns__ $ 5=[];const __vue_inject_styles__ $ 5=void 0,__vue_scope_id__ $ 5=void 0,__vue_is_functional_template__ $ 5=!1;function __vue_normalize__ $ 5(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="ResultsAll.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var ResultsAll=__vue_normalize__ $ 5({render:__vue_render__ $ 5,staticRenderFns:__vue_staticRenderFns__ $ 5},__vue_inject_styles__ $ 5,__vue_script__ $ 5,__vue_scope_id__ $ 5,__vue_is_functional_template__ $ 5);const searchResult=ref({});function performMainSearch(e){fetchData("mainSearch",{term:e}).then(a=>{searchResult.value=a})}function useMainSearch(){return{searchResult,performMainSearch}}const result=ref({});function performSearch({term:e,type:a,start:n=0,nb:i=30}){fetchData("search",{term:e,type:a,start:n,nb:i}).then(r=>{result.value=r})}function useSearch(){return{result,performSearch}}const resetObj={data:[],next:0,total:0,hasLoaded:!1},lastTab=ref(null);var script $ 4=defineComponent({components:{BaseLoadingPlaceholder,BaseTabs,BaseTab},props:{performScrolledSearch:{type:Boolean,required:!1}},setup(e,a){const n=reactive({currentTab:{name:"",searchType:"",component:{},viewInfo:"",formatFunc:()=>{}},results:{query:"",allTab:{ORDER:[],TOP_RESULT:[],ALBUM:{hasLoaded:!1},ARTIST:{hasLoaded:!1},TRACK:{hasLoaded:!1},PLAYLIST:{hasLoaded:!1}},trackTab:{...resetObj},albumTab:{...resetObj},artistTab:{...resetObj},playlistTab:{...resetObj}},tabs:[{name:a.root. $ i18n.t("globals.listTabs.all"),searchType:"all",component:ResultsAll,viewInfo:"allTab"},{name:a.root. $ i18n.tc("globals.listTabs.track",2),searchType:"track",component:ResultsTracks,viewInfo:"trackTab",formatFunc:formatSingleTrack},{name:a.root. $ i18n.tc("globals.listTabs.album",2),searchType:"album",component:ResultsAlbums,viewInfo:"albumTab",formatFunc:formatAlbums},{name:a.root. $ i18n.tc("globals.listTabs.artist",2),searchType:"artist",component:ResultsArtists,viewInfo:"artistTab",formatFunc:formatArtist},{name:a.root. $ i18n.tc("globals.listTabs.playlist",2),searchType:"playlist",component:ResultsPlaylists,viewInfo:"playlistTab",formatFunc:formatPlaylist}]}),{searchResult:i,performMainSearch:r}=useMainSearch(),{result:l,performSearch:o}=useSearch(),c=computed(()=>a.root. $ route.query.term),s=computed(()=>n.results.query===""),d=ref(!1),u=computed(()=>Object.keys(i.value).length!==0),h=computed(()=>i.value.QUERY!==c.value);u.value&&!h.value&&onMounted(()=>{v(i.value)}),c.value&&(!u.value||h.value)&&(r(c.value),d.value=!0);function v(f){d.value=!1,n.results.query=f.QUERY,n.results.allTab=f,n.results.allTab.TRACK.hasLoaded=!0,n.results.allTab.ALBUM.hasLoaded=!0,n.results.allTab.ARTIST.hasLoaded=!0,n.results.allTab.PLAYLIST.hasLoaded=!0,lastTab.value&&lastTab.value.searchType!=="all"?(n.currentTab=lastTab.value,o({term:f.QUERY,type:n.currentTab.searchType})):n.currentTab=n.tabs.find(g=>g.searchType==="all")}return watch(i,v),watch(l,f=>{const{next:g,total:y,type:_,data:w}=f,z= ` $ { _ } Tab ` ;let S=y;if(g&&(S=parseInt(g.match(/index=( \d *)/)[1])),n.results[z].total!==y&&(n.results[z].total=y),n.results[z].next!
2021-08-18 12:59:12 +00:00
` +e._s(i.name)+ `
2021-10-05 09:36:58 +00:00
` )])}),1),e._v(" "),n("keep-alive",[n(e.currentTab.component,{tag:"component",attrs:{"view-info":e.getViewInfo(),"want-headers":"","items-to-show":1/0},on:{"add-to-queue":e.addToQueue,"change-search-tab":e.changeSearchTab}})],1)],1)],1)},__vue_staticRenderFns__ $ 4=[];const __vue_inject_styles__ $ 4=void 0,__vue_scope_id__ $ 4=void 0,__vue_is_functional_template__ $ 4=!1;function __vue_normalize__ $ 4(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="Search.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var Search=__vue_normalize__ $ 4({render:__vue_render__ $ 4,staticRenderFns:__vue_staticRenderFns__ $ 4},__vue_inject_styles__ $ 4,__vue_script__ $ 4,__vue_scope_id__ $ 4,__vue_is_functional_template__ $ 4),script $ 3={props:{withArrow:{type:Boolean,default:!0}}};const __vue_script__ $ 3=script $ 3;var __vue_render__ $ 3=function(e,a){var n=a._c;return n("details",{class:[a.data.staticClass,{"with-arrow":a.props.withArrow}],style:a.data.staticStyle},[n("summary",{staticClass:"cursor-pointer"},[a._t("title",function(){return[a._v("Setting")]})],2),a._v(" "),n("div",{staticClass:"my-5 space-y-5"},[a._t("default")],2)])},__vue_staticRenderFns__ $ 3=[];const __vue_inject_styles__ $ 3=function(e){!e||e("data-v-761584d8_0",{source:"details>summary::marker{display:none}details.with-arrow>summary::marker{display:initial;vertical-align:var(--arrow-v-align,super)}",map:void 0,media:void 0})},__vue_scope_id__ $ 3=void 0,__vue_module_identifier__ $ 1=void 0,__vue_is_functional_template__ $ 3=!0;function __vue_normalize__ $ 3(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};s.__file="BaseAccordion.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i;{let d;if(a&&(d=function(u){a.call(this,o(u))}),d!==void 0)if(s.functional){const u=s.render;s.render=function(v,f){return d.call(f),u(v,f)}}else{const u=s.beforeCreate;s.beforeCreate=u?[].concat(u,d):[d]}}return s}function __vue_create_injector__ $ 1(){const e=document.head||document.getElementsByTagName("head")[0],a=__vue_create_injector__ $ 1.styles||(__vue_create_injector__ $ 1.styles={}),n=typeof navigator!="undefined"&&/msie [6-9] \\ b/.test(navigator.userAgent.toLowerCase());return function(r,l){if(document.querySelector('style[data-vue-ssr-id~="'+r+'"]'))return;const o=n?l.media||"default":r,c=a[o]||(a[o]={ids:[],parts:[],element:void 0});if(!c.ids.includes(r)){let s=l.source,d=c.ids.length;if(c.ids.push(r),l.map&&(s+= `
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var BaseAccordion=__vue_normalize__ $ 3({render:__vue_render__ $ 3,staticRenderFns:__vue_staticRenderFns__ $ 3},__vue_inject_styles__ $ 3,__vue_script__ $ 3,__vue_scope_id__ $ 3,__vue_is_functional_template__ $ 3,__vue_module_identifier__ $ 1,__vue_create_injector__ $ 1),script $ 2={components:{BaseAccordion},props:{templateVariables:{type:Array,required:!0}}};const __vue_script__ $ 2=script $ 2;var __vue_render__ $ 2=function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("BaseAccordion",{staticStyle:{"--arrow-v-align":"baseline","margin-bottom":"3rem"},scopedSlots:e._u([{key:"title",fn:function(){return[e._t("title")]},proxy:!0}],null,!0)},[e._v(" "),n("div",{staticClass:"flex flex-wrap p-4 space-x-2 rounded-2xl bg-background-secondary"},e._l(e.templateVariables,function(i,r){return n("span",{key:r,staticClass:"inline-block p-2 mt-2 tracking-wider rounded cursor-pointer bg-panels-bg first:ml-2 hover:shadow-outline",on:{click:function(l){return e. $ emit("variable-click",i)}}},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(i)+ `
2021-10-05 09:36:58 +00:00
` )])}),0)])},__vue_staticRenderFns__ $ 2=[];const __vue_inject_styles__ $ 2=void 0,__vue_scope_id__ $ 2=void 0,__vue_is_functional_template__ $ 2=!1;function __vue_normalize__ $ 2(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="TemplateVariablesList.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var TemplateVariablesList=__vue_normalize__ $ 2({render:__vue_render__ $ 2,staticRenderFns:__vue_staticRenderFns__ $ 2},__vue_inject_styles__ $ 2,__vue_script__ $ 2,__vue_scope_id__ $ 2,__vue_is_functional_template__ $ 2);const trackTemplateVariables=["%title%","%artist%","%artists%","%allartists%","%mainartists%","%featartists%","%album%","%albumartist%","%tracknumber%","%tracktotal%","%discnumber%","%disctotal%","%genre%","%year%","%date%","%bpm%","%label%","%isrc%","%upc%","%explicit%","%track_id%","%album_id%","%artist_id%","%playlist_id%","%position%"];var it= ` < svg xmlns = "http://www.w3.org/2000/svg" id = "flag-icon-css-it" viewBox = "0 0 640 480" >
2021-03-12 19:45:44 +00:00
< g fill - rule = "evenodd" stroke - width = "1pt" >
< path fill = "#fff" d = "M0 0h640v480H0z" / >
< path fill = "#009246" d = "M0 0h213.3v480H0z" / >
< path fill = "#ce2b37" d = "M426.7 0H640v480H426.7z" / >
< / g >
< /svg>`,gb=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - gb " viewBox=" 0 0 640 480 " >
< path fill = "#012169" d = "M0 0h640v480H0z" / >
< path fill = "#FFF" d = "M75 0l244 181L562 0h78v62L400 241l240 178v61h-80L320 301 81 480H0v-60l239-178L0 64V0h75z" / >
< path fill = "#C8102E" d = "M424 281l216 159v40L369 281h55zm-184 20l6 35L54 480H0l240-179zM640 0v3L391 191l2-44L590 0h50zM0 0l239 176h-60L0 42V0z" / >
< path fill = "#FFF" d = "M241 0v480h160V0H241zM0 160v160h640V160H0z" / >
< path fill = "#C8102E" d = "M0 193v96h640v-96H0zM273 0v480h96V0h-96z" / >
2021-05-05 18:59:27 +00:00
< /svg>`,es=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - es " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< path fill = "#AA151B" d = "M0 0h640v480H0z" / >
< path fill = "#F1BF00" d = "M0 120h640v240H0z" / >
< path fill = "#ad1519" d = "M127.3 213.3l-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 011.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 002 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M127.3 213.3l-.8-.1-1-1-.7-.4-.6-.8s-.7-1.1-.4-2c.3-.9.9-1.2 1.4-1.5a12 12 0 011.5-.5l1-.4 1.3-.3.5-.3c.2 0 .7 0 1-.2l1-.2 1.6.1h4.8c.4 0 1.2.3 1.4.4a35 35 0 002 .7c.5.1 1.6.3 2.2.6.5.3.9.7 1.1 1l.5 1v1.1l-.5.8-.6 1-.8.6s-.5.5-1 .4c-.4 0-4.8-.8-7.6-.8s-7.3.9-7.3.9z" / >
< path fill = "#c8b100" d = "M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M133.3 207c0-1.3.6-2.3 1.3-2.3.8 0 1.4 1 1.4 2.4 0 1.3-.6 2.4-1.4 2.4s-1.3-1.1-1.3-2.5z" / >
< path fill = "#c8b100" d = "M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134 207c0-1.2.3-2.1.7-2.1.3 0 .6 1 .6 2.1 0 1.3-.3 2.2-.6 2.2-.4 0-.6-1-.6-2.2z" / >
< path fill = "#c8b100" d = "M133.8 204.5c0-.4.4-.8.8-.8s1 .4 1 .8c0 .5-.5.9-1 .9s-.8-.4-.8-.9" / >
< path fill = "#c8b100" d = "M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M135.3 204.2v.6h-1.4v-.6h.5V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h.4" / >
< path fill = "#c8b100" d = "M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M135.9 204.2v.6h-2.5v-.6h1V203h-.7v-.6h.7v-.5h.5v.5h.6v.6h-.6v1.2h1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.9 203.7c.4.1.6.4.6.8 0 .5-.4.9-.8.9s-1-.4-1-.9c0-.4.3-.7.7-.8" / >
< path fill = "#c8b100" d = "M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.7 213.2H130v-1.1l-.3-1.2-.2-1.5c-1.3-1.7-2.5-2.8-2.9-2.5.1-.3.2-.6.5-.7 1.1-.7 3.5 1 5.2 3.6l.5.7h3.8l.4-.7c1.8-2.7 4.1-4.3 5.2-3.6.3.1.4.4.5.7-.4-.3-1.6.8-2.9 2.5l-.2 1.5-.2 1.2-.1 1.1h-4.7z" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M126.8 206.8c1-.5 3 1.1 4.6 3.6m11-3.6c-.8-.5-2.8 1.1-4.5 3.6" / >
< path fill = "#c8b100" d = "M127.8 215.3l-.5-1a27.3 27.3 0 0114.7 0l-.5.8a5.7 5.7 0 00-.3.8 22.9 22.9 0 00-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M127.8 215.3l-.5-1a27.3 27.3 0 0114.7 0l-.5.8a5.7 5.7 0 00-.3.8 22.9 22.9 0 00-6.6-.8c-2.6 0-5.2.3-6.5.8l-.3-.6" / >
< path fill = "#c8b100" d = "M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.6 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4-1.4-.5-4-.8-6.5-.8s-5 .3-6.4.8c-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z" / >
< path fill = "#c8b100" d = "M142.1 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 017.2-.9c3 0 5.5.4 7.4 1l.2-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M142.1 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.4.6-1.1.7-1.4-.6-1.4-.6-.5.7-1 1c-.5 0-1.2-.4-1.2-.4l-.2.5-.3.1.2.5a27 27 0 017.2-.9c3 0 5.5.4 7.4 1l.2-.6z" / >
< path fill = "#c8b100" d = "M134.7 210.7h.2a1 1 0 000 .4c0 .6.4 1 1 1a1 1 0 001-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 00-.1.4 1 1 0 001 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 01-1.2-.6 1.6 1.6 0 01-1 .4 1.6 1.6 0 01-1.3-.6 1.6 1.6 0 01-2.4.2 1.6 1.6 0 01-1.2.6 1.5 1.5 0 01-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 001-1 .9.9 0 000-.4v-.5l.4.4a.7.7 0 000 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 000-.3h.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.7 210.7h.2a1 1 0 000 .4c0 .6.4 1 1 1a1 1 0 001-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1v-.1l.4-.4.2.5a.9.9 0 00-.1.4 1 1 0 001 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4l.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6-.2.2-.4.2-.7.2-.6 0-1.2-.3-1.4-.8-.3.3-.7.5-1.1.5a1.6 1.6 0 01-1.2-.6 1.6 1.6 0 01-1 .4 1.6 1.6 0 01-1.3-.6 1.6 1.6 0 01-2.4.2 1.6 1.6 0 01-1.2.6 1.5 1.5 0 01-1.1-.5c-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2l-1-1 .1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 001-1 .9.9 0 000-.4v-.5l.4.4a.7.7 0 000 .1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.7 0 1.1-.4 1.1-1a1 1 0 000-.3h.3z" / >
< path fill = "#c8b100" d = "M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 017.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 00-7.4-1" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M134.6 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3a27 27 0 017.5-1c3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27.3 27.3 0 00-7.4-1z" / >
< path fill = "#fff" d = "M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 01.4.4c0 .2-.2.4-.4.4a.4.4 0 01-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M131.8 214.4c0-.3.2-.4.5-.4a.4.4 0 01.4.4c0 .2-.2.4-.4.4a.4.4 0 01-.5-.4z" / >
< path fill = "#ad1519" d = "M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 01.2.3.3.3 0 01-.3.3h-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.7 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 01.2.3.3.3 0 01-.3.3h-1" / >
< path fill = "#058e6e" d = "M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 01.2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 01-.3.4h-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M130 214.9h-.7c-.1 0-.3 0-.3-.2a.3.3 0 01.2-.3l.7-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 01-.3.4h-.7" / >
< path fill = "#ad1519" d = "M127.3 215.3l.3-.4h.7l-.4.6-.6-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M127.3 215.3l.3-.4h.7l-.4.6-.6-.2" / >
< path fill = "#fff" d = "M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 01.5.4.4.4 0 01-.5.4.4.4 0 01-.4-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M136.6 214.4c0-.3.2-.4.4-.4a.4.4 0 01.5.4.4.4 0 01-.5.4.4.4 0 01-.4-.4z" / >
< path fill = "#058e6e" d = "M139.3 214.9h.6a.3.3 0 00.4-.2.3.3 0 00-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M139.3 214.9h.6a.3.3 0 00.4-.2.3.3 0 00-.3-.3l-.6-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7" / >
< path fill = "#ad1519" d = "M142 215.4l-.3-.5h-.7l.3.6.6-.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M142 215.4l-.3-.5h-.7l.3.6.6-.1" / >
< path fill = "#ad1519" d = "M134.6 217.1a25 25 0 01-6-.6 25.5 25.5 0 0112.1 0c-1.6.4-3.7.6-6 .6" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M134.6 217.1a25 25 0 01-6-.6 25.5 25.5 0 0112.1 0c-1.6.4-3.7.6-6 .6z" / >
< path fill = "#c8b100" d = "M142 212l-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M142 212l-.1-.3c-.2 0-.3 0-.4.2 0 .2 0 .4.2.4 0 0 .2 0 .3-.3z" / >
< path fill = "#c8b100" d = "M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M137.3 211.2c0-.2 0-.4-.2-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z" / >
< path fill = "#c8b100" d = "M132 211.2l.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M132 211.2l.1-.4c.2 0 .3.1.3.3 0 .2 0 .4-.2.4l-.2-.3z" / >
< path fill = "#c8b100" d = "M127.3 212l.1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M127.3 212l.1-.3c.2 0 .3 0 .4.2 0 .2 0 .4-.2.4 0 0-.2 0-.3-.3z" / >
< path fill = "#c8b100" d = "M134.6 208.5l-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.6 208.5l-.8.5.6 1.3.2.1.2-.1.7-1.3-.9-.5" / >
< path fill = "#c8b100" d = "M132.8 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M132.8 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6" / >
< path fill = "#c8b100" d = "M136.4 210.5l-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M136.4 210.5l-.3.5-1.3-.4-.2-.2.2-.2 1.3-.3.3.6" / >
< path fill = "#c8b100" d = "M129.3 209l-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M129.3 209l-.7.7.9 1 .2.1.1-.1.3-1.3-.8-.3" / >
< path fill = "#c8b100" d = "M128 211.2l.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M128 211.2l.4.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6" / >
< path fill = "#c8b100" d = "M131.5 210.5l-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M131.5 210.5l-.3.6H130l-.2-.2.1-.3 1.2-.6.5.5" / >
< path fill = "#c8b100" d = "M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M126.6 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4" / >
< path fill = "#c8b100" d = "M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 01-.5.4.5.5 0 01-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M129.2 210.9c0-.3.2-.5.5-.5s.5.2.5.5a.5.5 0 01-.5.4.5.5 0 01-.5-.4z" / >
< path fill = "#c8b100" d = "M140 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M140 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3" / >
< path fill = "#c8b100" d = "M141.4 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M141.4 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6" / >
< path fill = "#c8b100" d = "M137.8 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M137.8 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5" / >
< path fill = "#c8b100" d = "M142.5 211.4l.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M142.5 211.4l.1.6 1.3.2.2-.1v-.2l-1-.9-.6.4" / >
< path fill = "#c8b100" d = "M134.2 210.4a.5.5 0 01.4-.4c.3 0 .5.2.5.4a.5.5 0 01-.5.5.5.5 0 01-.4-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M134.2 210.4a.5.5 0 01.4-.4c.3 0 .5.2.5.4a.5.5 0 01-.5.5.5.5 0 01-.4-.5z" / >
< path fill = "#c8b100" d = "M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 01.5.5.5.5 0 01-.5.4.5.5 0 01-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M139.1 210.9c0-.3.3-.5.5-.5a.5.5 0 01.5.5.5.5 0 01-.5.4.5.5 0 01-.5-.4z" / >
< path fill = "#c8b100" d = "M124.8 212.2l-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 01.4.2v-.2s.3 0 .4.3v1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M124.8 212.2l-.6-.7c-.2-.2-.7-.3-.7-.3 0-.1.3-.3.6-.3a.5.5 0 01.4.2v-.2s.3 0 .4.3v1z" / >
< path fill = "#c8b100" d = "M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M124.8 212c.1-.2.4-.2.5 0 .2.1.3.3.2.5l-.5-.1c-.2-.1-.3-.4-.2-.5z" / >
< path fill = "#c8b100" d = "M144.3 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 00-.4.2v-.2s-.3 0-.4.3v.7l.1.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M144.3 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 00-.4.2v-.2s-.3 0-.4.3v.7l.1.3z" / >
< path fill = "#c8b100" d = "M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M144.3 212c0-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z" / >
< path fill = "#c8b100" d = "M124 223h21.4v-5.5H124v5.6z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M124 223h21.4v-5.5H124v5.6z" / >
< path fill = "#c8b100" d = "M126.2 226.8a1 1 0 01.4 0h16.5a1.4 1.4 0 01-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 01-.4 0h-16a1.4 1.4 0 01-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 01-1 1.2" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M126.2 226.8a1 1 0 01.4 0h16.5a1.4 1.4 0 01-1-1.2c0-.6.5-1.1 1-1.3a1.7 1.7 0 01-.4 0h-16a1.4 1.4 0 01-.5 0c.6.2 1 .7 1 1.3a1.3 1.3 0 01-1 1.2z" / >
< path fill = "#c8b100" d = "M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M126.6 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.5 0-1-.4-1-.8s.5-.8 1-.8z" / >
< path fill = "#c8b100" d = "M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M126.6 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.5 0-1-.2-1-.6 0-.3.5-.6 1-.6z" / >
< path fill = "#005bbf" d = "M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 01-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.7-.8 8 8 0 00-3.7.8 8.3 8.3 0 01-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 013.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 003.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M149.6 317.4c-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8c-1.4 0-2.7.3-3.7.8a8.3 8.3 0 01-3.8.8c-1.5 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.7-.8 8 8 0 00-3.7.8 8.3 8.3 0 01-3.8.8v2.4c1.5 0 2.8-.4 3.8-.9a8.2 8.2 0 013.7-.8c1.4 0 2.7.3 3.7.8s2.2.9 3.7.9a8.4 8.4 0 003.8-.9c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.9 3.7.9v-2.4z" / >
< path fill = "#ccc" d = "M149.6 319.8a8 8 0 01-3.7-.9 8.3 8.3 0 00-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 00-3.7-.8 8.2 8.2 0 00-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 013.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 007.5 0 8.5 8.5 0 017.5.1 8.1 8.1 0 003.7.8v-2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M149.6 319.8a8 8 0 01-3.7-.9 8.3 8.3 0 00-3.8-.8c-1.4 0-2.7.3-3.7.8s-2.3.9-3.8.9-2.8-.4-3.7-.9a8.4 8.4 0 00-3.7-.8 8.2 8.2 0 00-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.4 3.8-.9a8.1 8.1 0 013.7-.7c1.4 0 2.7.2 3.7.7a8.3 8.3 0 007.5 0 8.5 8.5 0 017.5.1 8.1 8.1 0 003.7.8v-2.3" / >
< path fill = "#005bbf" d = "M149.6 322a7 7 0 01-3.7-.8 8.3 8.3 0 00-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 00-3.7-.8 8 8 0 00-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 017.4 0 7 7 0 003.7.9 8.4 8.4 0 003.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M149.6 322a7 7 0 01-3.7-.8 8.3 8.3 0 00-3.8-.7c-1.4 0-2.7.2-3.7.7-1 .6-2.3.9-3.8.9s-2.8-.4-3.7-.9a8.4 8.4 0 00-3.7-.8 8 8 0 00-3.7.8c-1 .5-2.3.9-3.8.9v2.3c1.5 0 2.8-.3 3.8-.9a10.2 10.2 0 017.4 0 7 7 0 003.7.9 8.4 8.4 0 003.8-.8c1-.5 2.3-.8 3.7-.8 1.5 0 2.8.3 3.8.8s2.2.8 3.7.8V322" / >
< path fill = "#ccc" d = "M149.6 326.7a8 8 0 01-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 00-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 01-3.7-.9 8.4 8.4 0 00-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 003.8-.9 10.2 10.2 0 017.4 0 8 8 0 003.7.9 8.4 8.4 0 003.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M149.6 326.7a8 8 0 01-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 00-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 01-3.7-.9 8.4 8.4 0 00-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 003.8-.9 10.2 10.2 0 017.4 0 8 8 0 003.7.9 8.4 8.4 0 003.8-.8c1-.5 2.3-.8 3.8-.8 1.4 0 2.7.3 3.7.8s2.3.8 3.7.8v2.3" / >
< path fill = "#005bbf" d = "M149.6 329a8.1 8.1 0 01-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 00-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 01-3.7-.9 8.4 8.4 0 00-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 003.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 007.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M149.6 329a8.1 8.1 0 01-3.7-.8c-1-.5-2.3-.8-3.7-.8a8.4 8.4 0 00-3.8.8c-1 .5-2.3.8-3.8.8a7 7 0 01-3.7-.9 8.4 8.4 0 00-3.7-.7c-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v-2.3a8.3 8.3 0 003.8-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.7.3 3.7.7a8.4 8.4 0 007.5 0c1-.4 2.3-.7 3.8-.7 1.4 0 2.7.3 3.7.8s2.2.8 3.7.8v2.3z" / >
< path fill = "#c8b100" d = "M126.2 308l.2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 01-2.7-2.6v-.5a1.3 1.3 0 01-.3 0h-16a1.4 1.4 0 01-.5 0" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M126.2 308l.2.5c0 1.5-1.3 2.6-2.7 2.6h22a2.7 2.7 0 01-2.7-2.6v-.5a1.3 1.3 0 01-.3 0h-16a1.4 1.4 0 01-.5 0z" / >
< path fill = "#c8b100" d = "M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M126.6 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.5 0-1-.3-1-.8 0-.4.5-.7 1-.7z" / >
< path fill = "#c8b100" d = "M123.7 316.7h22V311h-22v5.6z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M123.7 316.7h22V311h-22v5.6z" / >
< path fill = "#ad1519" d = "M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 00-.1-8.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M122 286.7c-2.2 1.2-3.7 2.5-3.4 3.2 0 .6.8 1 1.8 1.6 1.5 1.1 2.5 3 1.7 4a5.5 5.5 0 00-.1-8.8z" / >
< path fill = "#ccc" d = "M126.8 305.6h15.6V229h-15.6v76.5z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M138 229.2v76.3m1.7-76.3v76.3m-12.9 0h15.6v-76.4h-15.6v76.5z" / >
< path fill = "#ad1519" d = "M158.4 257.7a49.6 49.6 0 00-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 019.2-.7c6.6 0 12.4.8 15.8 2.1v9.4" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M158.4 257.7a49.6 49.6 0 00-23.3-2c-9.4 1.6-16.5 5.3-15.9 8.4v.2l-3.5-8.2c-.6-3.3 7.2-7.5 17.6-9.2a43 43 0 019.2-.7c6.6 0 12.4.8 15.8 2.1v9.4" / >
< path fill = "#ad1519" d = "M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M126.8 267.3c-4.3-.3-7.3-1.4-7.6-3.2-.3-1.5 1.2-3 3.8-4.5 1.2.1 2.5.3 3.8.3v7.4" / >
< path fill = "#ad1519" d = "M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M142.5 261.5c2.7.4 4.7 1 5.7 1.9l.1.2c.5 1-1.9 3-5.9 5.4v-7.5" / >
< path fill = "#ad1519" d = "M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M117.1 282c-.4-1.2 3.8-3.6 9.8-5.8l7.8-3.2c8.3-3.7 14.4-7.9 13.6-9.4v-.2c.4.4 1 8 1 8 .8 1.3-4.8 5.5-12.4 9.1-2.5 1.2-7.6 3-10 4-4.4 1.4-8.7 4.3-8.3 5.3l-1.5-7.7z" / >
< path fill = "#c8b100" d = "M125.8 254c1.9-.6 3.1-1.5 2.5-3-.4-1-1.4-1-2.8-.6l-2.6 1 2.3 5.8.8-.3.8-.3-1-2.5zm-1.2-2.7l.7-.3c.5-.2 1.2.1 1.4.8.2.5.2 1-.5 1.5a4.4 4.4 0 01-.6.3l-1-2.3m7.3-2.5l-.9.3h-.8l1.3 6.1 4.3-.8-.2-.4v-.4l-2.5.6-1.2-5.3m8.4 5.2c.8-2.2 1.7-4.3 2.7-6.4a5.3 5.3 0 01-1 0 54.8 54.8 0 01-1.8 4.6l-2.4-4.3-1 .1h-1a131.4 131.4 0 013.5 6h1m8.8-4.7l.4-.9a3.4 3.4 0 00-1.7-.6c-1.7-.1-2.7.6-2.8 1.7-.2 2.1 3.2 2 3 3.4 0 .6-.7.9-1.4.8-.8 0-1.4-.5-1.4-1.2h-.3a7.3 7.3 0 01-.4 1.1 4 4 0 001.8.6c1.7.2 3-.5 3.2-1.7.2-2-3.3-2.1-3.1-3.4 0-.5.4-.8 1.3-.7.7 0 1 .4 1.2.9h.2" / >
< path fill = "#ad1519" d = "M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 012 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 012.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.9 211.6s-.7.8-1.3.9c-.5 0-1.1-.5-1.1-.5s-.5.5-1 .6c-.6.1-1.4-.6-1.4-.6l-1 1c-.6 0-1.1-.3-1.1-.3s-.3.4-.7.6h-.4l-.6-.4-.7-.7-.5-.3-.4-1v-.5c-.1-.6.8-1.4 2.2-1.7a3.9 3.9 0 012 0c.5-.5 1.7-.8 3-.8s2.4.3 3 .7a5.5 5.5 0 012.9-.7c1.3 0 2.5.3 3 .8.5-.2 1.2-.2 2 0 1.4.3 2.3 1 2.2 1.7v.5l-.4 1-.6.3-.6.7-.6.3s-.3.2-.4 0c-.4-.1-.7-.5-.7-.5s-.6.4-1 .2c-.5-.2-1-1-1-1s-.9.8-1.4.7c-.6-.1-1-.6-1-.6s-.7.6-1.2.5c-.5-.1-1.2-.9-1.2-.9z" / >
< path fill = "#c8b100" d = "M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M276.5 207.6c0-1 .6-2 1.3-2 .8 0 1.3 1 1.3 2s-.5 1.8-1.3 1.8c-.7 0-1.3-.8-1.3-1.9z" / >
< path fill = "#c8b100" d = "M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.3 207.6c0-1 .2-1.8.5-1.8.4 0 .7.8.7 1.8s-.3 1.7-.6 1.7c-.4 0-.6-.8-.6-1.8z" / >
< path fill = "#c8b100" d = "M271 215.3a4.5 4.5 0 00-.5-1 27.4 27.4 0 0114.8 0l-.6.8a5.2 5.2 0 00-.3.8 22.9 22.9 0 00-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M271 215.3a4.5 4.5 0 00-.5-1 27.4 27.4 0 0114.8 0l-.6.8a5.2 5.2 0 00-.3.8 22.9 22.9 0 00-6.6-.8c-2.6 0-5.2.3-6.6.8l-.2-.6" / >
< path fill = "#c8b100" d = "M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 00-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.8 217.7c2.4 0 5-.4 5.9-.6.6-.2 1-.5 1-.8 0-.2-.2-.3-.4-.4a24.1 24.1 0 00-6.5-.8c-2.5 0-5 .3-6.4.8-.2 0-.3.2-.4.3 0 .4.3.7 1 .9 1 .2 3.5.6 5.8.6z" / >
< path fill = "#fff" d = "M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 01-.4-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M283.5 208.4c0-.2.2-.4.4-.4s.5.2.5.4-.2.4-.5.4a.4.4 0 01-.4-.4zm-.2-1.4a.4.4 0 01.4-.4c.2 0 .4.1.4.4s-.2.4-.4.4a.4.4 0 01-.4-.4zm-1.1-1c0-.2.2-.3.4-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 01-.4-.5zm-1.4-.4c0-.2.2-.4.4-.4.3 0 .5.2.5.4s-.2.4-.4.4-.5-.2-.5-.4zm-1.4 0c0-.2.2-.3.5-.3s.4.1.4.4c0 .2-.2.4-.4.4a.4.4 0 01-.5-.4z" / >
< path fill = "none" stroke = "#000" stroke - linecap = "round" stroke - width = ".3" d = "M287.8 211.2l.2-1a2.7 2.7 0 00-2.7-2.8c-.5 0-1 .1-1.3.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M283 209.2l.2-.8c0-1.1-1.1-2-2.5-2-.6 0-1.2.2-1.6.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M288.2 210c0-.3.2-.5.4-.5s.4.2.4.4c0 .3-.2.4-.4.4s-.4-.1-.4-.4zm-.2-1.6c0-.2.2-.4.4-.4a.4.4 0 01.5.4c0 .2-.2.4-.4.4-.3 0-.5-.2-.5-.4zm-1-1.1a.4.4 0 01.5-.4c.2 0 .4.1.4.4a.4.4 0 01-.4.4.4.4 0 01-.5-.4zm-1.3-.7c0-.2.2-.4.5-.4s.4.2.4.4c0 .3-.2.5-.4.5a.4.4 0 01-.5-.5zm-1.4.1c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4z" / >
< path fill = "#c8b100" d = "M285.3 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 017.3-.9c2.8 0 5.4.4 7.3 1l.2-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M285.3 213.2l-.5-.5s-.6.3-1.3.2c-.6 0-.9-1-.9-1s-.7.7-1.3.7c-.7 0-1-.6-1-.6s-.7.5-1.3.4c-.6 0-1.2-.8-1.2-.8s-.6.8-1.2.8c-.6.1-1-.5-1-.5s-.3.6-1.1.7-1.4-.6-1.4-.6-.4.7-1 1c-.5 0-1.2-.4-1.2-.4l-.1.5-.3.1.1.5a27 27 0 017.3-.9c2.8 0 5.4.4 7.3 1l.2-.6z" / >
< path fill = "#fff" d = "M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 01-.4.4.4.4 0 01-.4-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M271.3 208.4c0-.2.2-.4.4-.4s.4.2.4.4a.4.4 0 01-.4.4.4.4 0 01-.4-.4zm.2-1.4c0-.3.2-.4.4-.4s.5.1.5.4-.2.4-.5.4a.4.4 0 01-.4-.4zm1-1c0-.2.3-.3.5-.3s.5.1.5.4c0 .2-.2.4-.5.4a.4.4 0 01-.4-.5zm1.4-.4c0-.2.2-.4.5-.4s.4.2.4.4-.2.4-.4.4-.5-.2-.5-.4zm1.4 0c0-.2.2-.3.5-.3.2 0 .4.1.4.4 0 .2-.2.4-.4.4a.4.4 0 01-.5-.4z" / >
< path fill = "none" stroke = "#000" stroke - linecap = "round" stroke - width = ".3" d = "M267.8 211.2a2.8 2.8 0 01-.2-1 2.7 2.7 0 012.7-2.8c.5 0 1 .1 1.4.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M272.7 209.2a1.7 1.7 0 01-.3-.8c0-1 1.2-2 2.6-2a3 3 0 011.5.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M266.6 210c0-.3.2-.5.4-.5.3 0 .4.2.4.4a.4.4 0 01-.4.4c-.2 0-.4-.1-.4-.4zm.1-1.6c0-.2.3-.4.5-.4s.4.2.4.4-.2.4-.4.4-.4-.2-.4-.4zm1-1.1c0-.3.2-.4.5-.4a.4.4 0 01.4.4.4.4 0 01-.4.4.4.4 0 01-.5-.4zm1.3-.7c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.4.4 0 01-.5-.5zm1.4.1c0-.2.2-.4.5-.4a.4.4 0 01.4.4.4.4 0 01-.4.4c-.3 0-.5-.2-.5-.4z" / >
< path fill = "#c8b100" d = "M277.9 210.7h.2a1 1 0 000 .4c0 .6.5 1 1 1a1 1 0 001-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 000-.1l.4-.4.2.5a1 1 0 00-.1.4 1 1 0 001 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 01-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 01-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 01-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 01-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 01-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 001-1 1 1 0 000-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 000-.3h.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.9 210.7h.2a1 1 0 000 .4c0 .6.5 1 1 1a1 1 0 001-.7l.2-.3v.4c.1.5.6.8 1.1.8.6 0 1-.4 1-1a.7.7 0 000-.1l.4-.4.2.5a1 1 0 00-.1.4 1 1 0 001 1c.4 0 .7-.2.9-.5l.2-.2v.3c0 .3.1.6.4.7 0 0 .4 0 1-.4s.7-.7.7-.7v.4s-.5.8-1 1c-.2.2-.5.4-.8.3-.3 0-.6-.3-.7-.6a1.5 1.5 0 01-.7.2c-.6 0-1.2-.3-1.4-.8a1.5 1.5 0 01-1.1.5c-.5 0-1-.2-1.2-.6a1.5 1.5 0 01-1 .4c-.6 0-1-.2-1.4-.6-.2.4-.7.6-1.2.6-.4 0-.8-.1-1-.4a1.6 1.6 0 01-1.3.6c-.4 0-.8-.2-1.1-.5-.2.5-.8.8-1.4.8-.2 0-.5 0-.7-.2-.1.3-.4.6-.7.6-.3 0-.6 0-.9-.2a4.2 4.2 0 01-1-1l.1-.5.8.7c.5.4.9.4.9.4.3 0 .4-.4.4-.7v-.3l.2.2c.2.3.5.5.9.5a1 1 0 001-1 1 1 0 000-.4v-.5l.4.4v.1c0 .6.5 1 1 1 .6 0 1-.3 1.1-.9v-.3l.2.3c.2.4.6.7 1 .7.6 0 1.1-.4 1.1-1a1 1 0 000-.3h.2z" / >
< path fill = "#c8b100" d = "M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 00-7.4-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.8 213.3c-2.9 0-5.5.4-7.3 1l-.3-.2.1-.3c2-.6 4.6-1 7.5-1 3 0 5.7.4 7.6 1 0 0 .2.2.1.3l-.3.2a27 27 0 00-7.4-1z" / >
< path fill = "#fff" d = "M275 214.4c0-.3.2-.4.5-.4a.4.4 0 01.4.4.4.4 0 01-.4.4c-.3 0-.5-.2-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M275 214.4c0-.3.2-.4.5-.4a.4.4 0 01.4.4.4.4 0 01-.4.4c-.3 0-.5-.2-.5-.4z" / >
< path fill = "#ad1519" d = "M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 01.2.3.3.3 0 01-.3.3h-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.9 214.5h-1c-.1 0-.3 0-.3-.3l.3-.3h2a.3.3 0 01.2.3.3.3 0 01-.3.3h-1" / >
< path fill = "#058e6e" d = "M273.2 214.9h-.6a.3.3 0 01-.4-.2.3.3 0 01.3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 01-.3.4h-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M273.2 214.9h-.6a.3.3 0 01-.4-.2.3.3 0 01.3-.3l.6-.1.7-.1c.2 0 .3 0 .4.2a.3.3 0 01-.3.4h-.7" / >
< path fill = "#ad1519" d = "M270.5 215.3l.3-.4h.7l-.4.6-.6-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M270.5 215.3l.3-.4h.7l-.4.6-.6-.2" / >
< path fill = "#fff" d = "M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 01-.4-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M279.8 214.4c0-.3.2-.4.4-.4.3 0 .5.1.5.4 0 .2-.2.4-.5.4a.4.4 0 01-.4-.4z" / >
< path fill = "#058e6e" d = "M282.5 214.9h.7a.3.3 0 00.3-.2.3.3 0 00-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M282.5 214.9h.7a.3.3 0 00.3-.2.3.3 0 00-.2-.3l-.7-.1-.7-.1c-.2 0-.3 0-.4.2 0 .2.1.3.3.4h.7" / >
< path fill = "#ad1519" d = "M285.1 215.4l-.2-.5h-.7l.3.6.6-.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M285.1 215.4l-.2-.5h-.7l.3.6.6-.1" / >
< path fill = "#ad1519" d = "M277.8 217.1a25 25 0 01-6-.6 25.4 25.4 0 016-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M277.8 217.1a25 25 0 01-6-.6 25.4 25.4 0 016-.7c2.4 0 4.5.3 6.1.7-1.6.4-3.7.6-6 .6z" / >
< path fill = "#c8b100" d = "M285.2 212l-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M285.2 212l-.1-.3c-.2 0-.3 0-.4.2l.1.4c.2 0 .3 0 .4-.3z" / >
< path fill = "#c8b100" d = "M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M280.6 211.2c0-.2-.1-.4-.3-.4 0 0-.2.1-.2.3 0 .2 0 .4.2.4l.3-.3z" / >
< path fill = "#c8b100" d = "M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M275.2 211.2c0-.2 0-.4.2-.4l.3.3-.2.4c-.2 0-.3-.2-.3-.3z" / >
< path fill = "#c8b100" d = "M270.5 212l.1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M270.5 212l.1-.3c.2 0 .3 0 .4.2l-.1.4c-.2 0-.3 0-.4-.3z" / >
< path fill = "#c8b100" d = "M277.8 208.5l-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.8 208.5l-.8.5.6 1.3.2.1.3-.1.6-1.3-.9-.5" / >
< path fill = "#c8b100" d = "M276 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M276 210.5l.4.5 1.3-.4.1-.2-.1-.2-1.3-.3-.4.6" / >
< path fill = "#c8b100" d = "M279.6 210.5l-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M279.6 210.5l-.3.5-1.3-.4-.1-.2v-.2l1.4-.3.4.6" / >
< path fill = "#c8b100" d = "M272.5 209l-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M272.5 209l-.7.7.9 1 .2.1.2-.1.2-1.3-.8-.3" / >
< path fill = "#c8b100" d = "M271.1 211.2l.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M271.1 211.2l.5.5 1.2-.6v-.2l-.1-.2-1.3-.1-.3.6" / >
< path fill = "#c8b100" d = "M274.7 210.5l-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M274.7 210.5l-.3.6h-1.3l-.2-.2.1-.3 1.2-.6.5.5" / >
< path fill = "#c8b100" d = "M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M269.8 211.4v.6l-1.4.2-.2-.1v-.2l1-.9.6.4" / >
< path fill = "#c8b100" d = "M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 01.5.5.5.5 0 01-.5.4.5.5 0 01-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M272.4 210.9c0-.3.2-.5.5-.5a.5.5 0 01.5.5.5.5 0 01-.5.4.5.5 0 01-.5-.4z" / >
< path fill = "#c8b100" d = "M283.2 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M283.2 209l.7.7-.9 1-.2.1-.1-.1-.3-1.3.8-.3" / >
< path fill = "#c8b100" d = "M284.6 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M284.6 211.2l-.5.5-1.2-.6v-.2l.1-.2 1.3-.1.3.6" / >
< path fill = "#c8b100" d = "M281 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M281 210.5l.3.6h1.3l.2-.2-.1-.3-1.2-.6-.5.5" / >
< path fill = "#c8b100" d = "M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M285.7 211.4v.6l1.4.2.2-.1v-.2l-1-.9-.6.4" / >
< path fill = "#c8b100" d = "M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 01-.5-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M277.4 210.4c0-.2.2-.4.5-.4.2 0 .4.2.4.4 0 .3-.2.5-.4.5a.5.5 0 01-.5-.5z" / >
< path fill = "#c8b100" d = "M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 01-.5-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M282.3 210.9c0-.3.3-.5.5-.5.3 0 .5.2.5.5s-.2.4-.5.4a.5.5 0 01-.5-.4z" / >
< path fill = "#c8b100" d = "M277 205.4c0-.5.4-.8.8-.8s1 .3 1 .8-.5.8-1 .8a.9.9 0 01-.8-.8" / >
< path fill = "#c8b100" d = "M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M278.5 205.1v.6H277v-.6h.4v-1.3h-.5v-.5h.5v-.6h.6v.6h.6v.6h-.6v1.2h.4z" / >
< path fill = "#c8b100" d = "M279 205.1v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M278.1 204.6c.4 0 .6.4.6.8 0 .5-.4.8-.9.8a.9.9 0 01-.8-.8c0-.4.2-.7.6-.8" / >
< path fill = "#c8b100" d = "M268 212.2l-.6-.7a2.3 2.3 0 00-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M268 212.2l-.6-.7a2.3 2.3 0 00-.7-.3c0-.1.3-.3.6-.3.2 0 .3 0 .4.2v-.2s.3 0 .4.3v1z" / >
< path fill = "#c8b100" d = "M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M268 212c.1-.2.4-.2.5 0 .2.1.3.3.1.5l-.5-.1c-.1-.1-.2-.4 0-.5z" / >
< path fill = "#c8b100" d = "M287.5 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 00-.4.2v-.2s-.3 0-.4.3v.7l.1.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M287.5 212.2l.6-.7c.2-.2.7-.3.7-.3 0-.1-.3-.3-.6-.3a.6.6 0 00-.4.2v-.2s-.3 0-.4.3v.7l.1.3z" / >
< path fill = "#c8b100" d = "M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M287.5 212c-.1-.2-.3-.2-.5 0-.2.1-.2.3-.1.5l.5-.1c.2-.1.2-.4.1-.5z" / >
< path fill = "#c8b100" d = "M267.2 223h21.4v-5.5h-21.4v5.6z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M267.2 223h21.4v-5.5h-21.4v5.6z" / >
< path fill = "#c8b100" d = "M286.3 226.8a1 1 0 00-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M286.3 226.8a1 1 0 00-.4 0h-16.5c.6-.2 1-.7 1-1.2 0-.6-.4-1.1-1-1.3h17-.1c-.6.2-1 .7-1 1.3 0 .5.4 1 1 1.2z" / >
< path fill = "#c8b100" d = "M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M269.9 226.8h16c.6 0 1 .3 1 .7 0 .4-.4.8-1 .8h-16c-.6 0-1-.4-1-.8s.5-.8 1-.8z" / >
< path fill = "#c8b100" d = "M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M269.9 223h16c.6 0 1 .4 1 .7 0 .4-.4.6-1 .6h-16c-.6 0-1-.2-1-.6 0-.3.4-.6 1-.6z" / >
< path fill = "#005bbf" d = "M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 013.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 013.6-.8 8 8 0 013.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 01-3.7-.9 8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.9-3.8.9v-2.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M263 317.4c1.4 0 2.7-.3 3.7-.8a8.4 8.4 0 013.7-.8c1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.8a8.4 8.4 0 013.6-.8 8 8 0 013.7.8c1 .5 2.4.8 3.8.8v2.4a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.8c-1.4 0-2.7.3-3.6.8-1 .5-2.3.9-3.8.9a8 8 0 01-3.7-.9 8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.9-3.8.9v-2.4z" / >
< path fill = "#ccc" d = "M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 01-3.8-.9 8.1 8.1 0 00-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 01-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 00-3.7.7 8.1 8.1 0 01-3.8.9v-2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M263 319.8c1.4 0 2.7-.4 3.7-.9s2.3-.8 3.7-.8c1.4 0 2.8.3 3.8.8s2.3.9 3.7.9a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.8c1.5 0 2.8.3 3.7.8 1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 01-3.8-.9 8.1 8.1 0 00-3.7-.7c-1.4 0-2.7.2-3.6.7-1 .5-2.3.9-3.8.9a7 7 0 01-3.7-.9c-1-.4-2.3-.7-3.8-.7a8.3 8.3 0 00-3.7.7 8.1 8.1 0 01-3.8.9v-2.3" / >
< path fill = "#005bbf" d = "M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.8 8 8 0 013.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.8-3.8.8V322" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M263 322c1.4 0 2.7-.2 3.7-.8 1-.4 2.3-.7 3.7-.7 1.4 0 2.8.2 3.8.7s2.3.9 3.7.9a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.8 8 8 0 013.7.8c1 .5 2.4.9 3.8.9v2.3a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .6-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.8-3.8.8V322" / >
< path fill = "#ccc" d = "M263 326.7a8 8 0 003.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 013.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 003.8.8v-2.3a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.8-3.8.8v2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M263 326.7a8 8 0 003.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8c1.5 0 2.8-.3 3.8-.9a8.4 8.4 0 013.6-.7c1.5 0 2.8.3 3.7.8a8.3 8.3 0 003.8.8v-2.3a8.3 8.3 0 01-3.8-.9 8.2 8.2 0 00-3.7-.7c-1.4 0-2.7.3-3.6.7-1 .5-2.3.9-3.8.9-1.4 0-2.8-.3-3.7-.8a8.4 8.4 0 00-3.8-.8 8.3 8.3 0 00-3.7.8c-1 .5-2.3.8-3.8.8v2.3" / >
< path fill = "#005bbf" d = "M263 329a8.1 8.1 0 003.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 01-3.8-.8 8.2 8.2 0 00-3.7-.8 8.4 8.4 0 00-3.6.7 8.2 8.2 0 01-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M263 329a8.1 8.1 0 003.7-.8c1-.5 2.3-.8 3.7-.8 1.4 0 2.8.3 3.8.8s2.3.8 3.7.8a8.2 8.2 0 003.8-.9 8.4 8.4 0 013.6-.7c1.5 0 2.8.3 3.7.8 1 .5 2.4.8 3.8.8v-2.3a8.3 8.3 0 01-3.8-.8 8.2 8.2 0 00-3.7-.8 8.4 8.4 0 00-3.6.7 8.2 8.2 0 01-3.8.9c-1.4 0-2.8-.3-3.7-.8-1-.5-2.3-.8-3.8-.8-1.4 0-2.7.3-3.7.8s-2.3.8-3.8.8v2.3z" / >
< path fill = "#c8b100" d = "M286.3 308l-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M286.3 308l-.1.5c0 1.5 1.2 2.6 2.7 2.6h-22c1.5 0 2.7-1.2 2.7-2.6l-.1-.5h16.8z" / >
< path fill = "#c8b100" d = "M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M269.9 306.5h16c.6 0 1 .3 1 .8 0 .4-.4.7-1 .7h-16c-.6 0-1-.3-1-.8 0-.4.5-.7 1-.7z" / >
< path fill = "#c8b100" d = "M266.9 316.7h22V311h-22v5.6z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M266.9 316.7h22V311h-22v5.6z" / >
< path fill = "#ad1519" d = "M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 01.2-8.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M290.6 286.7c2.1 1.2 3.6 2.5 3.4 3.2-.1.6-.8 1-1.8 1.6-1.6 1.1-2.5 3-1.8 4a5.5 5.5 0 01.2-8.8z" / >
< path fill = "#ccc" d = "M270.1 305.6h15.6V229h-15.6v76.5z" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M281.4 229.1v76.3m1.8-76.3v76.3m-13 .2h15.5V229h-15.6v76.5z" / >
< path fill = "#ad1519" d = "M254.2 257.7a49.6 49.6 0 0123.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 00-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M254.2 257.7a49.6 49.6 0 0123.3-2c9.3 1.6 16.4 5.3 15.9 8.4v.2l3.5-8.2c.6-3.3-7.3-7.5-17.6-9.2a53.5 53.5 0 00-9.2-.7c-6.7 0-12.4.8-15.9 2.1v9.4" / >
< path fill = "#ad1519" d = "M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M285.7 267.3c4.4-.3 7.3-1.4 7.7-3.2.2-1.5-1.2-3-3.8-4.5-1.2.1-2.5.3-3.9.3v7.4" / >
< path fill = "#ad1519" d = "M270 261.5a13 13 0 00-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M270 261.5a13 13 0 00-5.7 1.9v.2c-.5 1 1.8 3 5.8 5.4v-7.5" / >
< path fill = "#ad1519" d = "M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M295.4 282c.4-1.2-3.8-3.6-9.7-5.8-2.8-1-5-2-7.8-3.2-8.3-3.7-14.4-7.9-13.6-9.4v-.2c-.4.4-1 8-1 8-.8 1.3 4.8 5.5 12.4 9.1 2.4 1.2 7.6 3 10 4 4.3 1.4 8.7 4.3 8.3 5.3l1.4-7.7z" / >
< path fill = "#c8b100" d = "M263.9 254.4c.6-2.3 1.4-4.4 2.1-6.6h-.5a5.2 5.2 0 01-.5.1 52.8 52.8 0 01-1.4 4.8c-1-1.4-2-2.7-2.7-4.1l-1 .2h-1a131.3 131.3 0 014 5.7h.5l.5-.1m6-6.6h-1a8 8 0 01-.8 0v6.2h4.2v-.7h-2.6l.1-5.5m6.8 1l2 .3v-.7l-5.8-.5v.8a19.3 19.3 0 012 0l-.4 5.6h1.6l.5-5.4m2.4 6c.3 0 .5 0 .8.2l.8.2.7-2.9.6 1.2.8 2.1 1 .2c.4 0 .7.2 1 .3l-.3-.7c-.4-1-1-1.9-1.3-2.9 1 0 1.9-.3 2.1-1.2.1-.6 0-1-.7-1.5-.4-.3-1.2-.4-1.7-.5l-2.4-.5-1.4 6m3-5.2c.7.2 1.5.3 1.5 1v.5c-.3.9-1 1.2-2 .9l.5-2.4m8 7l-.2 2 .8.5.9.5.5-7a3.4 3.4 0 01-.7-.3l-6.1 3.8.5.3.4.2 1.7-1.2 2.3 1.3zm-1.7-1.5l2-1.4-.2 2.3-1.8-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 01-2.1-2z" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".3" d = "M205.7 175.4c6.3 0 12 1 15.7 2.4a31.7 31.7 0 0014.6 2.3c2.7 0 6.5.8 10.3 2.4a27.3 27.3 0 017.4 4.7l-1.5 1.4-.4 3.8-4.1 4.7-2 1.8-5 3.9-2.5.2-.7 2.1-31.6-3.7-31.7 3.7-.8-2.1-2.5-.2-4.9-4-2-1.7-4.1-4.7-.5-3.8-1.5-1.4a27.6 27.6 0 017.5-4.7 26 26 0 0110.2-2.4c2 .2 4.2.1 6.6-.2a30 30 0 008-2c3.7-1.5 9-2.5 15.5-2.5z" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M206.2 217.1c-11.8 0-22.4-1.4-29.9-3.6a1.1 1.1 0 01-.8-1.2c0-.5.3-1 .8-1.2a109 109 0 0129.9-3.6c11.7 0 22.3 1.4 29.8 3.6a1.3 1.3 0 010 2.4c-7.5 2.2-18 3.6-29.8 3.6" / >
< path fill = "#ad1519" d = "M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0127.6 3c-7.3 2-17 3.2-27.6 3.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M206.9 215.7v-6.3m-1.7 6.3v-6.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M203.6 215.7v-6.3m-1.6 6.3v-6.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M200.6 215.7v-6.3m-2.8 5.9v-5.7m1.3 5.8v-6m-3.8 5.6v-5.2m1.3 5.4v-5.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M192 214.8V210m1 4.7V210m1.2 5v-5m-3.4 4.7v-4.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M189.7 214.5v-4.2m-1.2 4.1v-4" / >
< path fill = "none" stroke = "#000" stroke - width = ".6" d = "M186 214v-3m1.3 3.2v-3.5m-2.5 3.1V211" / >
< path fill = "none" stroke = "#000" stroke - width = ".7" d = "M183.7 213.6v-2.3m-1.3 2v-1.8m-1.2 1.6v-1.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".9" d = "M179.8 212.8v-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M213.7 215.3v-5.8m-2.9 6v-6.1m-2.1 6.2v-6.3" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M206 207.4a108 108 0 00-30 3.9c.6-.3.5-1-.3-3-1-2.5-2.4-2.4-2.4-2.4 8.3-2.5 20-4 32.8-4a123 123 0 0133 4s-1.5-.1-2.5 2.3c-.8 2-.8 2.8-.2 3-7.5-2.2-18.4-3.7-30.3-3.7" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M206.1 201.9c-12.9 0-24.5 1.5-32.8 4a1 1 0 01-1.3-.6 1 1 0 01.7-1.3 121 121 0 0133.4-4.2c13.2 0 25.2 1.7 33.5 4.2.6.2.9.8.7 1.3-.2.5-.8.8-1.3.6-8.4-2.5-20-4-32.9-4" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".4" d = "M206.1 215.6c-10.6 0-20.2-1.2-27.5-3.1 7.3-2 16.9-3 27.5-3.1a115 115 0 0127.6 3c-7.3 2-17 3.2-27.6 3.2z" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M197 204.8c0-.5.4-1 1-1 .5 0 1 .5 1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M206.1 205.6H203a1 1 0 010-2h6.4c.5 0 1 .5 1 1s-.5 1-1 1h-3.2" / >
< path fill = "#058e6e" stroke = "#000" stroke - width = ".4" d = "M190.3 206.5l-2.3.2c-.6.1-1-.3-1.2-.8a1 1 0 011-1.1l2.2-.3 2.4-.3c.5 0 1 .3 1.1.9.1.5-.3 1-.9 1l-2.3.4" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M181 206.7c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M174 208.5l1.2-1.6 3.3.4-2.6 2-1.8-.8" / >
< path fill = "#058e6e" stroke = "#000" stroke - width = ".4" d = "M222 206.5l2.3.2c.5.1 1-.3 1.1-.8a1 1 0 00-.9-1.1l-2.2-.3-2.4-.3a1 1 0 00-1.1.9c-.1.5.3 1 .9 1l2.3.4" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M213.3 204.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1m15.8 1.9c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M238.2 208.5l-1.1-1.6-3.3.4 2.6 2 1.8-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M177.3 212.8c7.4-2.1 17.6-3.4 28.8-3.4 11.3 0 21.4 1.3 28.9 3.4" / >
< path fill = "#c8b100" d = "M182.3 183.8l1.4 1 2-3.2a7.4 7.4 0 01-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 00-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 003 7.6l-1 1.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M182.3 183.8l1.4 1 2-3.2a7.4 7.4 0 01-3.6-7.2c.2-4.1 5.2-7.6 11.7-7.6 3.3 0 6.3 1 8.5 2.4 0-.6 0-1.2.2-1.8a17.4 17.4 0 00-8.7-2.1c-7.4 0-13.2 4.1-13.5 9.1a8.9 8.9 0 003 7.6l-1 1.8" / >
< path fill = "#c8b100" d = "M182.4 183.8a9.3 9.3 0 01-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 00-3.4 6.8 8.9 8.9 0 003 6.7l-.9 1.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M182.4 183.8a9.3 9.3 0 01-4-7.3c0-3.2 2-6.1 5.3-8a8.5 8.5 0 00-3.4 6.8 8.9 8.9 0 003 6.7l-.9 1.8" / >
< path fill = "#c8b100" d = "M160.1 187.1a8.8 8.8 0 01-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 00-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 00-.7 3.1 7.3 7.3 0 002.7 5.6l-2.6 4.1-1.3-1 1.7-2.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M160.1 187.1a8.8 8.8 0 01-2.3-5.9c0-1.3.3-2.6 1-3.8 2-4.2 8.4-7.2 16-7.2 2 0 4 .2 5.9.6l-1 1.4a25.5 25.5 0 00-4.9-.4c-7 0-12.8 2.7-14.5 6.3a7 7 0 00-.7 3.1 7.3 7.3 0 002.7 5.6l-2.6 4.1-1.3-1 1.7-2.8z" / >
< path fill = "#c8b100" d = "M162.7 173.3a10.5 10.5 0 00-4 4.1 8.6 8.6 0 00-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 01-2.3-6.5c0-4 2.5-7.5 6.4-9.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M162.7 173.3a10.5 10.5 0 00-4 4.1 8.6 8.6 0 00-.9 3.8c0 2.3.9 4.3 2.3 5.9l-1.5 2.5a10.4 10.4 0 01-2.3-6.5c0-4 2.5-7.5 6.4-9.8z" / >
< path fill = "#c8b100" d = "M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M206 164.4c1.7 0 3.2 1.1 3.5 2.6.3 1.4.4 2.9.4 4.5v1.1c.1 3.3.6 6.3 1.3 8.1l-5.2 5-5.2-5c.7-1.8 1.2-4.8 1.3-8.1v-1.1c0-1.6.2-3.1.4-4.5.3-1.5 1.8-2.6 3.5-2.6z" / >
< path fill = "#c8b100" d = "M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 01.4-4.2 2 2 0 011.8-1.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M206 166c1 0 1.7.6 1.8 1.4.2 1.2.4 2.6.4 4.2v1c.1 3.2.6 6 1.2 7.7l-3.4 3.2-3.4-3.2c.7-1.7 1.1-4.5 1.2-7.7v-1a28.1 28.1 0 01.4-4.2 2 2 0 011.8-1.4z" / >
< path fill = "#c8b100" d = "M229.7 183.8l-1.3 1-2-3.2a7.4 7.4 0 003.6-6.3 7 7 0 000-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 00-8.5 2.4 23 23 0 00-.2-1.8 17.4 17.4 0 018.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 01-3 7.6l1 1.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M229.7 183.8l-1.3 1-2-3.2a7.4 7.4 0 003.6-6.3 7 7 0 000-.9c-.2-4.1-5.3-7.6-11.7-7.6a15 15 0 00-8.5 2.4 23 23 0 00-.2-1.8 17.4 17.4 0 018.7-2.1c7.4 0 13.2 4.1 13.4 9.1a8.9 8.9 0 01-3 7.6l1 1.8" / >
< path fill = "#c8b100" d = "M229.6 183.8a9.1 9.1 0 004.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 013.4 6.8 8.9 8.9 0 01-3.2 6.7l1 1.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M229.6 183.8a9.1 9.1 0 004.1-7.3c0-3.2-2.1-6.1-5.3-8a8.5 8.5 0 013.4 6.8 8.9 8.9 0 01-3.2 6.7l1 1.8" / >
< path fill = "#c8b100" d = "M252 187.1a8.8 8.8 0 002.2-5.9 8.7 8.7 0 00-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 00-6 .6l1 1.4a25.4 25.4 0 015-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 01-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M252 187.1a8.8 8.8 0 002.2-5.9 8.7 8.7 0 00-.9-3.8c-2-4.2-8.4-7.2-16-7.2a29 29 0 00-6 .6l1 1.4a25.4 25.4 0 015-.4c7 0 12.8 2.7 14.4 6.3.5 1 .7 2 .7 3.1a7.3 7.3 0 01-2.6 5.6l2.5 4.1 1.3-1-1.7-2.8z" / >
< path fill = "#c8b100" d = "M249.3 173.3a10.6 10.6 0 014 4.1 8.7 8.7 0 01.9 3.8 8.8 8.8 0 01-2.3 5.9l1.6 2.5a10.4 10.4 0 002.3-6.5c0-4-2.6-7.5-6.5-9.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M249.3 173.3a10.6 10.6 0 014 4.1 8.7 8.7 0 01.9 3.8 8.8 8.8 0 01-2.3 5.9l1.6 2.5a10.4 10.4 0 002.3-6.5c0-4-2.6-7.5-6.5-9.8z" / >
< path fill = "#fff" d = "M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 01-1.8-1.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M204.2 181.4c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 01-1.8-1.7z" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M204.2 178c0-1 .8-1.8 1.8-1.8s1.9.8 1.9 1.8-.9 1.7-1.9 1.7a1.8 1.8 0 01-1.8-1.7m.4-3.7c0-.7.6-1.3 1.4-1.3.8 0 1.5.6 1.5 1.3 0 .8-.7 1.4-1.5 1.4s-1.4-.6-1.4-1.4m.4-3.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1m.2-2.8c0-.5.4-.8.8-.8.5 0 .9.3.9.8 0 .4-.4.8-.9.8a.8.8 0 01-.8-.8" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M206.2 191.8l1.2.2a4.6 4.6 0 004.5 6 4.7 4.7 0 004.4-3c.1 0 .5-1.7.7-1.7.2 0 .1 1.8.2 1.7.3 2.3 2.4 3.8 4.7 3.8a4.6 4.6 0 004.7-5l1.5-1.5.7 2a4 4 0 00-.4 1.9 4.4 4.4 0 004.5 4.2c1.6 0 3-.7 3.8-1.9l.9-1.2v1.5c0 1.5.6 2.8 2 3 0 0 1.7.1 4-1.6 2.1-1.7 3.3-3.1 3.3-3.1l.2 1.7s-1.8 2.8-3.8 4c-1 .6-2.7 1.3-4 1-1.4-.2-2.4-1.3-3-2.6a6.7 6.7 0 01-3.3 1 6.5 6.5 0 01-6.1-3.7 7 7 0 01-10.4-.3 7 7 0 01-4.6 1.8 6.9 6.9 0 01-5.7-3 6.9 6.9 0 01-5.7 3 7 7 0 01-4.7-1.8 7 7 0 01-10.4.3 6.5 6.5 0 01-6 3.7 6.7 6.7 0 01-3.4-1c-.6 1.3-1.5 2.4-3 2.7-1.2.2-2.9-.5-4-1.1-2-1.2-3.8-4-3.8-4l.2-1.7s1.2 1.4 3.4 3.1c2.2 1.8 3.9 1.6 3.9 1.6 1.4-.2 2-1.5 2-3v-1.5l1 1.2a4.6 4.6 0 003.7 2c2.5 0 4.5-2 4.5-4.3a4 4 0 00-.4-2l.8-1.9 1.5 1.5a4.4 4.4 0 000 .6c0 2.4 2 4.4 4.6 4.4 2.4 0 4.4-1.5 4.7-3.8 0 0 0-1.6.2-1.7.2 0 .6 1.7.7 1.6a4.7 4.7 0 004.5 3.1 4.6 4.6 0 004.5-6l1.2-.2" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M238.6 197.7c.3-.8 0-1.6-.6-1.8-.5-.2-1.2.3-1.5 1.1-.3.8 0 1.6.6 1.8.5.2 1.2-.3 1.5-1.1m-20.5-4c0-.8-.3-1.6-1-1.6-.5-.1-1 .5-1.2 1.4-.1.8.3 1.5.9 1.6.6 0 1.2-.6 1.3-1.4m-23.9 0c0-.8.4-1.6 1-1.6.6-.1 1.1.5 1.2 1.4.1.8-.3 1.5-.9 1.6-.6 0-1.1-.6-1.2-1.4m-20.6 4c-.2-.8 0-1.6.6-1.8.6-.2 1.2.3 1.5 1.1.3.8 0 1.6-.5 1.8-.6.2-1.3-.3-1.6-1.1" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M182.7 184a5.1 5.1 0 012.2 2.9s0-.3.6-.6 1-.3 1-.3l-.1 1.3-.3 2.2a7.4 7.4 0 01-.7 1.6 1.9 1.9 0 00-1.5-.4 1.8 1.8 0 00-1.2.9s-.7-.6-1.2-1.3l-1.1-2-.7-1.1s.5-.2 1.1 0c.6 0 .8.2.8.2a4.9 4.9 0 011-3.4m.4 9.8a1.8 1.8 0 01-.6-1c0-.5 0-.9.3-1.2 0 0-.9-.5-1.8-.7-.7-.2-2-.2-2.3-.2h-1l.2.5c.2.5.5.7.5.7a5 5 0 00-3 2 5.3 5.3 0 003.5 1l-.2.8v.6l1-.4c.3-.1 1.5-.5 2-1 .8-.4 1.5-1.1 1.5-1.1m2.7-.5a1.6 1.6 0 00.2-1.1 1.7 1.7 0 00-.6-1l1.4-1.3a10 10 0 012-.9l1.1-.4v.6a5.7 5.7 0 01-.2.8 5 5 0 013.4 1 5 5 0 01-2.9 2 6.4 6.4 0 00.7 1.2h-1c-.4 0-1.6 0-2.3-.2a11 11 0 01-1.8-.7" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M182.2 192.4c0-1 1-2 2-2s2.2 1 2.2 2c0 1.1-1 2-2.1 2a2 2 0 01-2.1-2" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M206.1 180.8a5.7 5.7 0 011.9 3.7s.2-.3.9-.5c.7-.3 1.2-.2 1.2-.2l-.5 1.4-.8 2.4a8.2 8.2 0 01-1 1.7 2.1 2.1 0 00-1.7-.7c-.6 0-1.2.3-1.6.7 0 0-.6-.7-1-1.7l-.8-2.4-.5-1.4 1.2.2c.7.2.9.5.9.5 0-1.4.8-2.8 1.8-3.7" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M204.6 191.8a2 2 0 01-.5-1.2c0-.5.1-1 .4-1.3 0 0-.8-.7-1.8-1-.7-.4-2-.7-2.5-.7l-1.2-.2.2.6.4.9a5.9 5.9 0 00-3.7 1.7c1 .9 2.3 1.6 3.7 1.6l-.4 1-.2.6 1.2-.2c.4-.1 1.8-.4 2.5-.7 1-.4 1.9-1 1.9-1m3 0a1.9 1.9 0 00.1-2.6s.9-.7 1.8-1a8 8 0 012.5-.7l1.2-.3-.1.7-.4.9c1.4 0 2.7.8 3.6 1.7a5.9 5.9 0 01-3.6 1.6 6.9 6.9 0 00.5 1.6l-1.2-.2-2.5-.7c-1-.4-1.8-1-1.8-1m22-8a5.2 5.2 0 00-2.2 3l-.7-.6c-.6-.3-1-.3-1-.3l.2 1.3c0 .3 0 1.3.3 2.2.2 1 .6 1.6.6 1.6a2 2 0 011.5-.4c.6.1 1 .5 1.3.9l1.1-1.3c.6-.8 1-1.7 1.1-2l.7-1.1s-.4-.2-1 0c-.7 0-1 .2-1 .2a4.9 4.9 0 00-1-3.4m-.3 9.8c.3-.3.5-.6.6-1a1.6 1.6 0 00-.2-1.2s.8-.5 1.7-.7c.7-.2 2-.2 2.3-.2h1.1l-.3.5a6.2 6.2 0 01-.4.7 5 5 0 012.9 2 5.3 5.3 0 01-3.5 1l.2.8v.6l-1-.4c-.3-.1-1.4-.5-2-1-.8-.4-1.4-1.1-1.4-1.1m-2.8-.5a1.7 1.7 0 01-.2-1.1c0-.5.3-.8.6-1 0 0-.6-.8-1.4-1.3-.6-.4-1.7-.8-2-.9a171.4 171.4 0 01-1-.4v.6c0 .5.2.8.2.8a5.2 5.2 0 00-3.5 1c.7.9 1.7 1.7 3 2 0 0-.3.2-.5.7l-.3.5h1c.4 0 1.7 0 2.3-.2a11.1 11.1 0 001.8-.7" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M226 192.4c0-1 1-2 2-2s2.1 1 2.1 2a2 2 0 01-2 2 2 2 0 01-2.1-2m23.2 4.4c-.4-.5-1.4-.4-2.2.2-.8.7-1 1.6-.5 2.2.5.5 1.5.4 2.3-.3.7-.6 1-1.6.5-2" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M246.3 198l.7-1c.7-.6 1.8-.7 2.3-.2l.1.2s1-2 2.3-2.6c1.3-.7 3.4-.5 3.4-.5a2.8 2.8 0 00-2.9-2.8 3 3 0 00-2.4 1l-.2-1s-1.3.3-1.9 1.8c-.6 1.5 0 3.6 0 3.6s-.3-.9-.7-1.5a8 8 0 00-2.4-1.6l-1.3-.7-.1.5a5 5 0 000 .8 7.9 7.9 0 00-3.7.5 4.7 4.7 0 002.5 2.2l-.8.7a4 4 0 00-.4.5l1.3.2 2.5.2a14.5 14.5 0 001.7-.2m-80.3 0c0-.4-.3-.7-.7-1-.7-.7-1.7-.8-2.2-.3l-.2.3s-1-2-2.3-2.7c-1.2-.7-3.3-.5-3.3-.5a2.8 2.8 0 012.8-2.8c1 0 1.9.4 2.4 1l.2-1s1.3.3 2 1.8c.5 1.5-.1 3.6-.1 3.6s.3-.9.8-1.5a8 8 0 012.4-1.6l1.3-.7v1.3a7.9 7.9 0 013.7.5 4.7 4.7 0 01-2.5 2.2l.8.7.4.5-1.2.2-2.6.2a14.7 14.7 0 01-1.7-.2" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".4" d = "M163 196.8c.6-.5 1.6-.4 2.4.3.7.6 1 1.5.4 2-.5.6-1.5.5-2.2-.2-.8-.6-1-1.6-.5-2m41-6.3c0-1.1.9-2 2-2s2.1.9 2.1 2c0 1-1 2-2 2a2 2 0 01-2.1-2" / >
< path fill = "#005bbf" stroke = "#000" stroke - width = ".3" d = "M201.8 160.6c0-2.2 1.9-4 4.3-4s4.2 1.8 4.2 4-1.9 4-4.3 4a4.1 4.1 0 01-4.2-4" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".3" d = "M205 149.3v2.2h-2.4v2.2h2.3v6.3H202l-.2.6c0 .6.1 1.1.3 1.6h7.9c.2-.5.3-1 .3-1.6l-.2-.6h-2.8v-6.3h2.3v-2.2h-2.3v-2.2h-2.4z" / >
< path fill = "#ccc" d = "M206.5 330.6a82 82 0 01-35.5-8.2 22.7 22.7 0 01-12.8-20.4v-32h96.4v32a22.7 22.7 0 01-12.8 20.4 81 81 0 01-35.3 8.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M206.5 330.6a82 82 0 01-35.5-8.2 22.7 22.7 0 01-12.8-20.4v-32h96.4v32a22.7 22.7 0 01-12.8 20.4 81 81 0 01-35.3 8.2z" / >
< path fill = "#ccc" d = "M206.3 270h48.3v-53.5h-48.3V270z" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M206.3 270h48.3v-53.5h-48.3V270z" / >
< path fill = "#ad1519" d = "M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".5" d = "M168.6 320.9c1.5.8 3.6 2 5.8 2.6l-.1-54.7h-5.7v52z" / >
< path fill = "#c8b100" stroke = "#000" stroke - linejoin = "round" stroke - width = ".5" d = "M158 301.6a24.4 24.4 0 005.5 15v-47.5h-5.4v32.5z" / >
< path fill = "#c7b500" stroke = "#000" stroke - width = ".5" d = "M179.4 324.7a26.6 26.6 0 005.6 0v-55.9h-5.6v56z" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".5" d = "M190 323.5a19 19 0 005.8-2.5v-52.2H190l-.1 54.7z" / >
< path fill = "#ad1519" d = "M158.1 270h48.2v-53.5H158V270z" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M158.1 270h48.2v-53.5H158V270z" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".5" d = "M201 316c2.4-2 4.6-6.8 5.4-12.2l.1-35H201l.1 47.3z" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M206.3 302c0 12.6-10.7 22.9-24 22.9s-24.2-10.3-24.2-23v-32h48.2v32" / >
< path fill = "#ad1519" d = "M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".5" d = "M254.6 270v32c0 12.6-10.8 22.9-24.1 22.9s-24.2-10.3-24.2-23v-32h48.3" / >
< path fill = "#c8b100" d = "M215.1 294.1l.1.5c0 .6-.5 1-1.1 1a1 1 0 01-1.1-1v-.5h-1.5a2.5 2.5 0 001.8 2.9v3.9h1.6V297a2.6 2.6 0 001.7-1.6h4.4v-1.2h-6m21.8 0v1.2h-4a2.5 2.5 0 01-.3.6l4.6 5.2-1.2 1-4.6-5.3-.2.1v8.7h-1.6V297h-.2l-4.8 5.2-1.2-1 4.7-5.3a2.1 2.1 0 01-.2-.4h-4V294h13zm2.6 0v1.2h4.4c.3.8.9 1.4 1.7 1.6v3.9h1.6V297a2.5 2.5 0 001.8-2.4 2 2 0 000-.5h-1.6l.1.5c0 .6-.5 1-1 1-.7 0-1.2-.4-1.2-1a1 1 0 01.1-.5h-5.9m-6.7 22.1a15.6 15.6 0 003.7-1l.8 1.4a17.6 17.6 0 01-4.3 1.2 2.6 2.6 0 01-2.6 2 2.6 2.6 0 01-2.5-2 17.5 17.5 0 01-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 011.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-11-2.2l-.8 1.4a16.6 16.6 0 01-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 01-.3-3.5l.1-.1a15.3 15.3 0 01-1.3-4.8h1.7a13.1 13.1 0 001 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.5.9.5 2-.1 2.8a15.2 15.2 0 003.1 2.6zm-6-4.8c.3-.4 1-.5 1.5 0s.5 1 .1 1.4a1.2 1.2 0 01-1.6.1 1 1 0 010-1.5zm-2.2-4.5l-1.6-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.2 2.7zm1.4-5.3l1.7.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6a14 14 0 01-.3-2.7v-2.6zm5.6 13.7a15.7 15.7 0 004.8 2.6l.4-1.6a13.7 13.7 0 01-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 004.8 2.6l-1.2 1.1a18.7 18.7 0 01-4-2l.4-1.7m2.2-9.4l1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1l-1-1.4 3-3.3 1.6.7-3.6 4m18.1 9.9l.8 1.4a16.7 16.7 0 003.6-3.1c.9.2 1.8 0 2.5-.5a2.4 2.4 0 00.3-3.5l-.1-.1a15 15 0 001.3-4.8h-1.7a13.3 13.3 0 01-1 4 3 3 0 00-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 00.1 2.8 15 15 0 01-3.1 2.6zm6-4.8a1.2 1.2 0 00-1.5 0 1 1 0 00-.1 1.4 1.2 1.2 0 001.6.1 1 1 0 000-1.5zm2.2-4.5l1.6-.3.3-4.3-1.7-.6v2.5c0 1 0 1.9-.2 2.8zm-1.4-5.3l-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m-5.6 13.7a15.7 15.7 0 01-4.8 2.6l-.4-1.6a13.7 13.7 0 004-2l1.2 1m.8 1.4a17.4 17.4 0 01-4.8 2.6l1.2 1.1a18.6 18.6 0 004-2l-.4-1.7m-2.2-9.4l-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1l1-1.4-3-3.3-1.6.7 3.6 4m-20.1-8.7l.5 1.6h4.5l.5-1.6h-5.5m21.1 0l-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1zm1.9-7.8l1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0l-1.7-.4v-4.3l1.7-.5v5.2" / >
< path fill = "#c8b100" d = "M211.5 294.2c.2-1 1-1.6 1.8-2V287h1.6v5.3c.8.3 1.5.9 1.7 1.6h4.4v.3h-6a1.2 1.2 0 00-1-.6c-.4 0-.7.3-1 .6h-1.5m12.2 0v-.3h4.1a2.4 2.4 0 01.2-.3l-5-5.7 1.2-1 5 5.6.2-.1V285h1.6v7.3h.3l4.9-5.5 1.2 1-4.9 5.5.3.6h4v.3h-13zm21.6 0a1.1 1.1 0 011-.6c.5 0 .8.3 1 .6h1.6c-.2-1-.9-1.6-1.8-2V287h-1.6v5.3c-.8.3-1.4.8-1.7 1.6h-4.4v.3h6m-30.2-15l6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 00-2.5-1.7 2.6 2.6 0 00-2.7 2.5 2.5 2.5 0 001.8 2.4v5.2h1.6v-5.2h.3zm32 0v5.3h-1.7v-5.2a2.5 2.5 0 01-.4-.2l-6 6.8-1.3-1 6.2-6.9-.1-.3h-4.5V276h4.5a2.6 2.6 0 012.4-1.7 2.6 2.6 0 012.7 2.5 2.5 2.5 0 01-1.9 2.4zm-16.1 0v3.3h-1.7v-3.2a2.6 2.6 0 01-1.7-1.6h-4V276h4a2.6 2.6 0 012.5-1.7c1.2 0 2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 01-1.6 1.6zm-17.8 4l-1.7.4v4.3l1.7.5v-5.2m1.6 0l1.7.4v4.3l-1.7.5v-5.2m30.6 0l-1.7.4v4.3l1.7.5v-5.2m1.6 0l1.7.4v4.3l-1.7.5v-5.2m-25.5.8l1.6-.7 2.9 3.3-1 1.4-3.5-4m-1.3 1l-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1l-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1l1 1.4-3 3.3-1.5-.7 3.5-4m-20.3 9l.5-1.6h4.5l.5 1.6h-5.5m-6.7-17c0-.6.5-1 1.2-1a1 1 0 011 1c0 .6-.4 1-1 1a1.1 1.1 0 01-1.2-1zm12.1.8l-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6l-.5-1.6h-4.5l-.5 1.6h5.5m15.7 17.8l-.5-1.6h-4.5l-.5 1.6h5.5m4.4-17c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1.1 1a1.1 1.1 0 01-1.1-1zm6.2.8l.5 1.6h4.6l.5-1.6h-5.6m0-1.6l.5-1.6h4.6l.5 1.6h-5.6m-5.9 5l-1.7.5v4.3l1.7.5V281m1.7 0l1.6.5v4.3l-1.6.5V281" / >
< path fill = "none" stroke = "#c8b100" stroke - width = ".3" d = "M232.7 316.3a15.6 15.6 0 003.7-1.1l.8 1.4a17.6 17.6 0 01-4.3 1.2 2.6 2.6 0 01-2.6 2 2.6 2.6 0 01-2.5-2 17.5 17.5 0 01-4.6-1.2l.8-1.4c1.3.5 2.6.9 4 1a2.5 2.5 0 011.5-1.3v-6.7h1.6v6.7c.7.2 1.3.7 1.6 1.4zm-4.7-20.4a2.3 2.3 0 01-.2-.5h-4V294h4a2.6 2.6 0 01.2-.4l-5-5.6 1.2-1 5 5.5a2.2 2.2 0 01.2 0V285h1.7v7.3h.2l4.9-5.5 1.2 1-4.9 5.5.3.6h4v1.5h-4c0 .2-.2.4-.3.5l4.7 5.3-1.3 1-4.6-5.3-.2.1v8.7h-1.6V297l-.2-.1-4.8 5.3-1.2-1 4.7-5.3m-12.8-16.7l6 6.8 1.3-1-6.1-6.7.3-.6h4.4V276h-4.4a2.6 2.6 0 00-2.5-1.7 2.6 2.6 0 00-2.6 2.5 2.5 2.5 0 001.7 2.4v5.2h1.6v-5.2h.3zm6.5 34.8l-.8 1.4a16.6 16.6 0 01-3.6-3.1c-.9.2-1.8 0-2.5-.5a2.4 2.4 0 01-.3-3.5l.1-.1a15.3 15.3 0 01-1.2-4.8h1.6a13.1 13.1 0 001 4c.5 0 1 0 1.4.2l4.1-4.5 1.3 1-4.1 4.5c.6.9.5 2-.1 2.8a15.2 15.2 0 003.1 2.6zm-8.4-13.1V297a2.5 2.5 0 01-1.8-2.4c0-1 .8-2 1.8-2.4V287h1.6v5.3c.8.2 1.5.8 1.7 1.6h4.4v1.5h-4.4a2.6 2.6 0 01-1.6 1.6v3.9h-1.7m2.3 8.3c.4-.4 1.1-.5 1.6 0s.5 1 .1 1.4a1.2 1.2 0 01-1.6.1 1 1 0 010-1.5zm-2-4.5l-1.7-.3-.3-4.3 1.7-.6v2.5c0 1 0 1.8.3 2.7zm1.4-5.3l1.6.4v2.2c0-.8.3 2.1.3 2.1l-1.7.6-.3-2.7v-2.6zm5.5 13.7a15.7 15.7 0 004.8 2.6l.4-1.6a13.7 13.7 0 01-4-2l-1.2 1m-.8 1.4a17.4 17.4 0 004.8 2.6l-1.2 1.1a18.7 18.7 0 01-4-2l.4-1.7" / >
< path fill = "none" stroke = "#c8b100" stroke - width = ".3" d = "M221.9 305.1l1.6.7 3-3.3-1-1.4-3.6 4m-1.3-1l-1-1.4 3-3.3 1.6.7-3.6 4m-7.6-9.5c0-.6.5-1 1-1 .7 0 1.2.5 1.2 1 0 .6-.5 1.1-1.1 1.1a1 1 0 01-1.1-1zm25.7 19.4l.8 1.4a16.7 16.7 0 003.6-3.1c.9.2 1.8 0 2.6-.5a2.4 2.4 0 00.2-3.5l-.1-.1a15 15 0 001.3-4.8h-1.7a13.3 13.3 0 01-1 4 3 3 0 00-1.4.2l-4.1-4.5-1.3 1 4.1 4.5a2.4 2.4 0 00.1 2.8 15 15 0 01-3 2.6zm8.4-13.1V297a2.5 2.5 0 001.8-2.4c0-1-.7-2-1.8-2.4V287h-1.6v5.3c-.8.2-1.4.8-1.7 1.6h-4.4v1.5h4.4c.3.8.9 1.3 1.7 1.6v3.9h1.6zm-2.3 8.3a1.2 1.2 0 00-1.6 0 1 1 0 00-.1 1.4 1.2 1.2 0 001.6.1 1 1 0 000-1.5zm2-4.5l1.7-.3.3-4.3-1.7-.6v2.5c0 1 0 1.8-.2 2.7zm-1.3-5.3l-1.7.4v2.2c0-.8-.3 2.1-.3 2.1l1.7.6.3-2.7v-2.6m1.6-20.1v5.2h-1.6v-5.2a2.3 2.3 0 01-.4-.2l-6 6.8-1.2-1 6-7v-.2h-4.5V276h4.4a2.6 2.6 0 012.5-1.7 2.6 2.6 0 012.6 2.5 2.5 2.5 0 01-1.8 2.4zm-16 0v3.2h-1.7v-3.2a2.6 2.6 0 01-1.7-1.6h-4V276h4c.4-1 1.3-1.7 2.5-1.7s2.2.7 2.5 1.7h4v1.6h-4a2.5 2.5 0 01-1.6 1.6zm8.8 33.8a15.7 15.7 0 01-4.8 2.6l-.4-1.6a13.7 13.7 0 004-2l1.2 1m.8 1.4a17.4 17.4 0 01-4.8 2.6l1.2 1.1a18.7 18.7 0 004-2l-.4-1.7m-27.4-31.4l-1.7.5v4.3l1.7.5v-5.2m1.7 0l1.6.4v4.3l-1.6.5V283m30.5 0l-1.7.5v4.3l1.7.5V283" / >
< path fill = "none" stroke = "#c8b100" stroke - width = ".3" d = "M247.1 283.1l1.7.5v4.3l-1.7.5V283m-8.6 22l-1.6.7-2.9-3.3 1-1.4 3.5 4m1.3-1l1-1.4-3-3.3-1.6.7 3.6 4m-18.2-20l1.6-.7 3 3.3-1 1.4-3.6-4m-1.3 1l-1 1.4 3 3.3 1.6-.7-3.6-4m18.5-1.1l-1.6-.7-3 3.3 1 1.4 3.6-4m1.2 1l1 1.4-3 3.2-1.5-.6 3.5-4m-20.3 9l.5-1.6h4.5l.5 1.6h-5.5m0 1.5l.5 1.6h4.5l.5-1.6h-5.5M213 277c0-.6.5-1 1.2-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1.2-1zm12.1.8l-.5 1.6h-4.5l-.5-1.6h5.5m0-1.6l-.5-1.6h-4.5l-.5 1.6h5.5m20.1 18.5c0-.5.5-1 1.1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1.1-1 1.1a1 1 0 01-1.2-1zm-4.4-.7l-.5-1.6h-4.5l-.5 1.6h5.5m0 1.5l-.5 1.6h-4.5l-.5-1.6h5.5m-11.6 21.9c0-.6.5-1 1.1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1.1 1.1 0 01-1.2-1zm1.9-7.8l1.7-.4v-4.3l-1.7-.5v5.2m-1.6 0l-1.7-.4v-4.3l1.7-.5v5.2m15.7-32.6c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1zm-16.1 0c0-.6.5-1 1.1-1a1 1 0 011.1 1c0 .6-.5 1-1 1a1.1 1.1 0 01-1.2-1zm6.2.8l.5 1.6h4.6l.5-1.6h-5.5m0-1.6l.4-1.6h4.6l.5 1.6h-5.5m-6 5l-1.6.5v4.3l1.6.5V281m1.7 0l1.6.5v4.3l-1.6.5V281" / >
< path fill = "#058e6e" d = "M227.7 294.7a2.6 2.6 0 012.6-2.5 2.6 2.6 0 012.6 2.5 2.6 2.6 0 01-2.6 2.4c-1.4 0-2.6-1-2.6-2.4" / >
< path fill = "#db4446" d = "M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 01-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M230.9 229.7v-.6l.1-.3-2.3-.1a5.9 5.9 0 01-2.3-1.2c-.8-.7-1.1-1-1.6-1.2-1.3-.2-2.3.4-2.3.4s1 .4 1.7 1.3 1.5 1.3 1.8 1.4c.6.2 2.6 0 3.1.1l1.8.2z" / >
< path fill = "#ed72aa" stroke = "#000" stroke - width = ".4" d = "M238.1 227.5v1.4c.2.6-.1 1.2 0 1.5 0 .4.1.6.3.9l.2.9-.7-.5-.6-.4v1c.1.2.3.8.6 1.1l1 1.3c.2.5.1 1.4.1 1.4s-.4-.7-.8-.8l-1.2-.7s.7.8.7 1.5c0 .8-.3 1.6-.3 1.6s-.3-.7-.8-1.1l-1-.9s.4 1.2.4 2v2.3l-.9-1-1-.7c0-.2.5.6.6 1.1 0 .5.3 2.3 1.8 4.5 1 1.3 2.3 3.6 5.3 2.9 3-.8 1.9-4.8 1.3-6.7a16.8 16.8 0 01-1-4.6c0-.8.6-2.9.5-3.3a8 8 0 01.2-3.1c.4-1.3.7-1.8.9-2.3.2-.6.4-.9.4-1.3l.1-1.3.7 1.3.1 1.5s.1-1 1-1.6c.8-.6 1.8-1.1 2-1.4.3-.3.3-.5.3-.5s0 1.8-.6 2.6l-1.7 2s.7-.3 1.2-.3h.9s-.6.4-1.4 1.6c-.8 1-.5 1.2-1 2.1-.6 1-1 1-1.7 1.5-1 .8-.5 4.2-.4 4.7.2.5 2 4.5 2 5.5s.2 3.2-1.5 4.6c-1.1 1-3 1-3.4 1.2-.4.3-1.2 1.1-1.2 2.8 0 1.7.6 2 1 2.4.6.5 1.2.2 1.3.6.2.3.2.5.5.7.2.2.3.4.2.8 0 .3-.8 1.1-1.1 1.7l-.8 2.4c0 .2-.1 1 .1 1.3 0 0 .9 1 .3 1.2-.4.2-.8-.2-1-.2l-.9.5c-.3-.1-.3-.3-.4-.8l-.1-.7c-.2 0-.3.2-.4.5 0 .2 0 .8-.3.8-.2 0-.5-.4-.8-.5-.2 0-.8-.2-.8-.4 0-.3.4-.9.7-1 .4 0 .8-.3.5-.5s-.5-.2-.7 0-.8 0-.7-.2v-.8c0-.2-.4-.5.1-.8.6-.3.8.2 1.4.1.6 0 .8-.3 1-.6.2-.3.2-1-.2-1.4-.4-.5-.7-.5-.9-.8l-.3-.9v2.2l-.7-.8c-.3-.3-.6-1.3-.6-1.3v1.3c0 .4.3.7.2.8-.1.1-.8-.7-1-.8a3.7 3.7 0 01-1-1l-.4-1.4a4.2 4.2 0 010-1.5l.4-1h-1.4c-.7 0-1.2-.3-1.5.2-.3.5-.2 1.5.2 2.8.3 1.2.5 1.9.4 2.1a3 3 0 01-.7.8h-.9a2.5 2.5 0 00-1.2-.3h-1.3l-1.1-.3c-.3.1-.8.3-.6.7.2.6-.2.7-.5.7l-.9-.2c-.4-.1-.9 0-.8-.4 0-.4.2-.4.4-.7.2-.3.2-.5 0-.5h-.6c-.2.2-.5.5-.8.4-.2-.1-.4-.4-.4-1s-.7-1.2 0-1.1c.5 0 1.3.4 1.4 0 .2-.3 0-.4-.2-.7s-.8-.4-.3-.7l.7-.5c.1-.2.4-.8.7-.6.6.2 0 .7.6 1.3.6.7 1 1 2 .8 1 0 1.3-.2 1.3-.5l-.1-1v-1s-.4.3-.5.6l-.4.8v-2a8 8 0 00-.2-.8l-.3.9-.1 1s-.7-.5-.5-1.5c.1-.7-.1-1.6.1-2 .2-.3.7-1.5 2-1.6h2.6l2-.3s-2.8-1.4-3.5-1.9a9.5 9.5 0 01-2-2l-.6-1.6s-.5 0-1 .3a5 5 0 00-1.2 1l-.7 1 .1-1.2v-.8s-.4 1.2-1 1.7l-1.4 1v-.8l.2-1s-.4.8-1.1 1c-.7 0-1.8 0-1.9.4 0 .5.2 1 0 1.4 0 .3-.4.5-.4.5l-.8-.4c-.4 0-.7.2-.7.2s-.3-.4-.2-.7c.1-.2.7-.6.5-.8l-.8.2c-.3.1-.8.3-.8-.2 0-.4.2-.7 0-1 0-.3 0-.5.2-.6l1.2-.1c0-.2-.2-.5-.8-.6-.6-.1-.8-.5-.5-.8.3-.2.3-.3.5-.6.1-.2.2-.7.7-.5.5.3.4.8 1 1a4 4 0 002-.2l1.5-1 1.5-1-1-.8c-.3-.3-.7-.9-1-1a8.3 8.3 0 00-1.8-.6 9 9 0 01-1.7-.5l.8-.3c.2-.2.6-.6.8-.6h.3-1.4c-.3-.1-1-.6-1.3-.6l-.8.1s.8-.4 1.4-.5l1-.1s-.9-.3-1.1-.6l-.6-1c-.2-.1-.3-.5-.6-.5l-1 .3c-.4 0-.6-.2-.6-.6l-.1-.5c-.2-.3-.6-.8-.2-1h1.4c0-.2-.5-.6-.8-.8-.4-.2-1-.5-.7-.8l.8-.5c.2-.3.3-1 .7-.7.4.2.8 1.2 1.1 1.1.3 0 .3-.8.3-1 0-.4 0-1 .2-.9.3 0 .5.4 1 .5.4 0 1-.1 1 .2 0 .3-.3.7-.6 1-.3.3-.4 1-.3 1.4.2.5.7 1.2 1.2 1.4.4.3 1.2.5 1.7.9.5.3 1.7 1.2 2.1 1.3l.8.4s.5-.2 1.1-.2c.7 0 2.1 0 2.6-.2.6-.2 1.3-.6 1-1-.1-.6-1.3-1-1.2-1.4 0-.4.5-.4 1.2-.4.8 0 1.8.1 2-1 .2-1 .2-1.5-.8-1.8-1-.2-1.8-.2-2-1-.2-.7-.4-.9-.2-1.1.3-.2.6-.3 1.4-.4.8 0 1.6 0 1.9-.2.2-.2.3-.7.6-.9.3-.2 1.4-.4 1.4-.4s1.4.7 2.7 1.7a15 15 0 012.2 2.1" / >
< path d = "M228.1 226.8l-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M228.1 226.8l-.2-.6v-.3s.8 0 .7.3c0 .2-.2.2-.3.3l-.2.3z" / >
< path d = "M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M232 225.4v-.4s.7 0 1 .3c.5.4.9 1 .9 1l-.8-.4h-.5l-.3-.1v-.3h-.3z" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M237.3 231.3l-.4-.7a8 8 0 01-.3-.4" / >
< path fill = "#db4446" d = "M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 01-.6.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M217.4 226.6s.5.4.8.4h.8s.2-.5.1-.8c-.2-1.2-1.2-1.4-1.2-1.4s.3.7.1 1a2 2 0 01-.6.8z" / >
< path fill = "#db4446" d = "M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 00.4-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M215.2 227.6s-.4-.7-1.3-.6c-.8 0-1.4.8-1.4.8h1.2c.3.3.4 1 .4 1l.7-.6a7.2 7.2 0 00.4-.6z" / >
< path fill = "#db4446" d = "M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M214.2 230.6s-.8.1-1.2.6c-.4.5-.3 1.3-.3 1.3s.4-.5.9-.5l1 .2-.1-.8-.3-.8z" / >
< path d = "M228.2 230.5l.3-.5.3.5h-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M228.2 230.5l.3-.5.3.5h-.7" / >
< path d = "M229 230.5l.3-.5.4.5h-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M229 230.5l.3-.5.4.5h-.8" / >
< path d = "M228.6 227.3l.8.3-.7.4-.1-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M228.6 227.3l.8.3-.7.4-.1-.6" / >
< path d = "M229.5 227.6l.7.2-.5.4-.2-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M229.5 227.6l.7.2-.5.4-.2-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M224.2 233.7s-.7.2-1 .6c-.4.5-.3 1-.3 1s.6-.5 1.5-.3l1.2.3 1.3-.3s-.7.8-.7 1.3l.2 1.1c0 .7-.6 1.6-.6 1.6l1-.3a4.6 4.6 0 001.7-.8l.9-1s-.2 1 0 1.4l.2 1.6.8-.6c.2-.1.7-.4.9-.7l.3-1s0 .8.4 1.3l.6 1.6s.3-.8.6-1.1c.3-.4.7-.8.7-1a4.3 4.3 0 00-.1-.9l.4.8m-11 .6s.5-.8 1-1l1.1-.8.9-.4m1 5l1.3-.8a4 4 0 001-1" / >
< path fill = "#db4446" d = "M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M216.6 240.4s-.4-.5-1.1-.3c-.7 0-1.2.9-1.2.9s.6-.2 1-.1.6.4.6.4l.4-.4.3-.6z" / >
< path fill = "#db4446" d = "M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M215.8 243.2s-.6 0-1.1.3c-.5.4-.5 1.2-.5 1.2s.4-.4.8-.3l.9.2v-.6c.2-.4-.1-.8-.1-.8z" / >
< path fill = "#db4446" d = "M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M217.2 245.8s0 .8.3 1.3c.4.5 1.1.5 1.1.5l-.3-.7c0-.4.3-.8.3-.8s-.3-.3-.7-.3h-.7zm16 1.3s2 1.2 1.9 2.2c0 1-1 2.3-1 2.3" / >
< path fill = "#db4446" d = "M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M224.2 252.6s-.4-.6-1.1-.6c-.7 0-1.4.7-1.4.7s.8-.1 1 .2l.5.6.5-.3.5-.6z" / >
< path fill = "#db4446" d = "M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M222.2 255.3s-1-.1-1.4.3c-.4.5-.4 1.3-.4 1.3s.6-.6 1-.5c.5 0 1 .3 1 .3v-.7l-.3-.7z" / >
< path fill = "#db4446" d = "M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M224 258.1s-.3.7 0 1.1c.3.5 1 .8 1 .8s-.3-.4-.2-.8c.1-.3.7-.8.7-.8l-1.4-.2z" / >
< path fill = "#db4446" d = "M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M236 259.3s-.8-.2-1.2 0c-.5.3-.8 1.4-.8 1.4s.7-.6 1.2-.5c.5 0 1 .3 1 .3v-.8l-.2-.4z" / >
< path fill = "#db4446" d = "M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 01-.7-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M236.4 262.2s-.6.6-.4 1.1l.6 1s0-.7.2-1l1-.3-.7-.5a15.8 15.8 0 01-.7-.3z" / >
< path fill = "#db4446" d = "M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M239.4 263s-.3.8.2 1.3c.6.5 1 .5 1 .5s-.3-.7-.2-1.1c.1-.5.5-.7.5-.7l-.8-.2-.7.3z" / >
< path fill = "#ffd691" stroke = "#000" stroke - width = ".5" d = "M208.8 316.4c2 .6 3 2 3 3.8 0 2.3-2.2 4-5 4-3 0-5.3-1.7-5.3-4 0-1.7 1-3.6 3-3.8l-.2-.4-.7-.7h1.2l.8.5.5-.7c.3-.4.6-.5.6-.5l.6.6.3.5.7-.4.8-.3s0 .4-.2.7l-.1.7" / >
< path fill = "#058e6e" stroke = "#000" stroke - width = ".5" d = "M206.3 326.7s-3.8-2.6-5.5-3c-2-.4-4.5 0-5.5 0 0 0 1.2.8 1.8 1.4.5.5 2.3 1.5 3.3 1.8 3 .8 6-.2 6-.2m1 .2s2.4-2.5 5-2.9c3-.4 5 .3 6.2.6l-1.5.8c-.5.3-2 1.5-4 1.6-2 0-4.4-.3-4.8-.2l-.9.1" / >
< path fill = "#ad1519" stroke = "#000" stroke - width = ".5" d = "M206.7 323.8a4.8 4.8 0 010-7.1 4.8 4.8 0 011.5 3.5 4.9 4.9 0 01-1.5 3.6" / >
< path fill = "#058e6e" stroke = "#000" stroke - width = ".5" d = "M205.7 329s.6-1.5.6-2.7l-.1-2.1h.8s.3 1.1.3 2l-.1 2.4-.7.1-.8.3" / >
< path fill = "#fff" d = "M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M254 190.7c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M255.4 188.2c0-.6.5-1 1.1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M256.4 185.2c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1z" / >
< path fill = "#fff" d = "M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M256.5 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M255.7 179c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M254.1 176.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M252 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 010 2c-.6 0-1-.4-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M249.4 171.8c0-.5.5-1 1.1-1a1 1 0 010 2c-.6 0-1-.4-1-1z" / >
< path fill = "#fff" d = "M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M246.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 010 2 1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M243.3 169.1c0-.5.5-1 1.1-1a1 1 0 010 2 1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M239.9 168.5c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M236.6 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M233.3 168.5c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M230.1 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1z" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M231.7 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1m.6 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 01-1-1m0 3c0-.5.6-1 1.1-1a1 1 0 010 2 1 1 0 01-1-1m-1 2.8c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1 0 .6-.4 1-1 1a1 1 0 01-1-1m-1.9 2.6c0-.5.5-1 1-1 .7 0 1.2.5 1.2 1s-.5 1-1.1 1c-.6 0-1-.4-1-1" / >
< path fill = "#fff" d = "M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 010 2 1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M227.6 166.5c0-.5.5-1 1.1-1a1 1 0 010 2 1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M224.8 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M221.6 164c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1 0 .5-.5 1-1 1-.6 0-1.1-.5-1.1-1z" / >
< path fill = "#fff" d = "M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M218.3 163.4c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1z" / >
< path fill = "#fff" d = "M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M215 163.5c0-.6.5-1 1.1-1 .6 0 1 .4 1 1 0 .5-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M211.7 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M208.6 165.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1z" / >
< path fill = "#fff" d = "M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M156 190.7c0-.5.4-1 1-1s1 .5 1 1c0 .6-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M154.5 188.2c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M153.5 185.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M153.4 182c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M154.2 179c0-.6.5-1 1-1 .6 0 1 .4 1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M155.8 176.1c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1s-.5 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M158 173.8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M160.5 171.8c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M163.5 170.3c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M166.6 169.1c0-.5.5-1 1-1a1 1 0 010 2 1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M166.6 169.1c0-.5.5-1 1-1a1 1 0 010 2 1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M170 168.5c0-.5.5-1 1.1-1a1 1 0 010 2c-.6 0-1-.4-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M170 168.5c0-.5.5-1 1.1-1a1 1 0 010 2c-.6 0-1-.4-1-1z" / >
< path fill = "#fff" d = "M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M173.4 168.3c0-.5.4-1 1-1s1 .5 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M176.6 168.5c0-.6.5-1 1-1 .6 0 1.1.4 1.1 1s-.5 1-1 1a1 1 0 01-1.1-1z" / >
< path fill = "#fff" d = "M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M179.8 168.5c0-.6.5-1 1-1 .7 0 1.2.4 1.2 1s-.5 1-1.1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".4" d = "M178.2 171.2c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1m-.7 3.1c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 01-1-1m-.2 3c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1m.9 2.8c0-.5.5-1 1-1 .6 0 1.1.5 1.1 1 0 .6-.5 1-1 1a1 1 0 01-1.1-1m1.8 2.6c0-.5.5-1 1-1a1 1 0 010 2 1 1 0 01-1-1" / >
< path fill = "#fff" d = "M182.3 166.5c0-.5.5-1 1-1a1 1 0 010 2 1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M182.3 166.5c0-.5.5-1 1-1a1 1 0 010 2 1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M185.2 165c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M188.3 164c0-.6.5-1 1-1 .7 0 1.1.4 1.1 1 0 .5-.4 1-1 1s-1-.5-1-1z" / >
< path fill = "#fff" d = "M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M191.6 163.4c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M194.9 163.5c0-.6.4-1 1-1s1 .4 1 1c0 .5-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M198.2 164c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#fff" d = "M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1" / >
< path fill = "none" stroke = "#000" stroke - width = ".4" d = "M201.3 165.1c0-.5.5-1 1-1 .7 0 1.1.5 1.1 1s-.4 1-1 1a1 1 0 01-1-1z" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M174.7 228.9h-1v-1h-1.5v3.6h1.6v2.5h-3.4v7h1.8v14.3h-3.5v7.3h27.2v-7.3h-3.5V241h1.8v-7h-3.4v-2.5h1.6V228h-1.6v.9h-.8v-1h-1.6v1h-1.1v-1h-1.6v3.6h1.6v2.5H184v-7.8h1.7v-3.5H184v.9h-1v-1h-1.5v1h-.9v-1H179v3.6h1.7v7.8h-3.3v-2.5h1.6V228h-1.6v.9h-.9v-1h-1.8v1zm-6 33.7H196m-27.3-1.8H196m-27.3-1.8H196m-27.3-1.7H196m-27.3-2H196m-23.8-1.6h20.2m-20.2-1.8h20.2m-20.2-2h20.2m-20.2-1.7h20.2m-20.2-1.8h20.2m-20.2-1.8h20.2m-20.2-1.7h20.2m-22-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-23.8-1.8h23.8m-20.4-1.7h17m-10.2-1.8h3.4m-3.4-1.8h3.4m-3.4-1.8h3.4m-3.4-1.7h3.4m-5.1-2.2h6.8m-12 7.5h3.6m-5-2.2h6.6m-6.7 32.6v-1.8m0-1.8v-1.7m-1.8 1.7v1.8m3.4 0V259m1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m-1.7 7.4v-2m-3.4 2v-2m7 0v2m1.5-2v-1.6m-5.1-1.8v1.8m3.5-1.8v1.8m3.3-1.8v1.8M179 252v-2m1.7-1.7v1.7m0-5.3v1.8m-1.7-3.6v1.8m1.7-3.5v1.7m-3.3-1.7v1.7m-3.5-1.7v1.7m-1.6-3.5v1.8m3.3-1.8v1.8m3.4-1.8v1.8m1.7-3.6v1.8m-3.3-1.8v1.8m-3.5-1.8v1.8m-1.6-3.6v1.8m6.7-1.8v1.8m-3.4-5.3v1.8m15.3-1.8h-3.5m5-2.2h-6.6m6.7 32.6v-1.8m0-1.8v-1.7m1.8 1.7v1.8m-3.4 0V259m-1.7 3.6v-1.8m0-1.8v-1.7m0-2v-1.6m0-1.8v-2m1.7 7.4v-2m3.4 2v-2m-7 0v2m-1.5-2v-1.6m5.1-1.8v1.8m-3.5-1.8v1.8m-3.3-1.8v1.8m1.7-1.8v-2m-1.7-1.7v1.7m0-5.3v1.8m1.7-3.6v1.8m-1.7-3.5v1.7m3.3-1.7v1.7m3.5-1.7v1.7m1.6-3.5v1.8m-3.3-1.8v1.8m-3.4-1.8v1.8m-1.7-3.6v1.8m3.3-1.8v1.8m3.5-1.8v1.8m1.6-3.6v1.8m-6.7-1.8v1.8m3.4-5.3v1.8m-7 18v-2m0-5.4v-1.8m0 5.4v-1.8m0-5.3v-1.8m0-1.8v-1.7m0-3.6v-1.8m0-1.7v-1.8m-8.3 4.6h3.5m3.3-5.3h3.4m3.3 5.3h3.5" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M186.8 262.6v-4.7c0-.8-.4-3.5-4.6-3.5-4 0-4.4 2.7-4.4 3.5v4.7h9z" / >
< path fill = "#c8b100" stroke = "#000" stroke - width = ".4" d = "M179.3 258.2l-2.2-.3c0-.9.2-2.2.9-2.6l2 1.5c-.3.2-.7 1-.7 1.4zm6 0l2.2-.3c0-.9-.2-2.2-.9-2.6l-2 1.5c.3.2.7 1 .7 1.4zm-2.2-2.3l1-2a5.3 5.3 0 00-2-.4l-1.7.4 1.1 2h1.6zm-4.2-5.5v-4.9c0-1.3-1-2.4-2.5-2.4s-2.4 1-2.4 2.4v4.9h4.9zm6.8 0v-4.9c0-1.3 1-2.4 2.5-2.4s2.4 1 2.4 2.4v4.9h-4.9zm-1.7-12l.4-4.4h-4.2l.2 4.4h3.6zm3.3 0l-.4-4.4h4.4l-.5 4.4h-3.5zm-10 0l.2-4.4h-4.2l.5 4.4h3.5z" / >
< path fill = "#0039f0" d = "M185.3 262.6v-4c0-.7-.5-2.7-3.1-2.7-2.4 0-2.9 2-2.9 2.7v4h6zm-6.9-12.7v-4.2c0-1-.6-2.2-2-2.2s-2 1.1-2 2.2v4.3h4zm7.8 0v-4.2c0-1 .7-2.2 2-2.2s2 1.1 2 2.2v4.3h-4z" / >
< path fill = "#ad1519" d = "M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".6" d = "M190.8 269.8c0-9.7 7-17.6 15.6-17.6s15.6 7.9 15.6 17.6-7 17.5-15.6 17.5-15.6-7.8-15.6-17.5z" / >
< path fill = "#005bbf" d = "M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13" / >
< path fill = "none" stroke = "#000" stroke - width = ".6" d = "M195.4 269.7c0-7 5-12.8 11-12.8s11 5.7 11 12.8c0 7.2-5 13-11 13s-11-5.8-11-13z" / >
< path fill = "#c8b100" d = "M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 00.6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 010 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 010-.3 1 1 0 011-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 00-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M201.2 260.9s-1.3 1.4-1.3 2.7a6 6 0 00.6 2.4c-.2-.5-.8-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.1-.3.5-.5 1-.5s1 .4 1 1a.9.9 0 010 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.9.9 0 010-.3 1 1 0 011-1c.4 0 .7.3 1 .6l.4-1 .2-.7a1.4 1.4 0 00-1.4-1.3c-.7 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z" / >
< path fill = "#c8b100" d = "M199.2 269.9h4.1v-1h-4.1v1z" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M199.2 269.9h4.1v-1h-4.1v1z" / >
< path fill = "#c8b100" d = "M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 011 1 .9.9 0 010 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 010-.3 1 1 0 011-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 00-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M211.4 260.9s-1.3 1.4-1.3 2.7c0 1.3.6 2.4.6 2.4-.2-.5-.7-.8-1.4-.8-.8 0-1.4.6-1.4 1.3l.2.8.5.9c.2-.3.5-.5 1-.5a1 1 0 011 1 .9.9 0 010 .2h-1.2v1h1l-.8 1.5 1-.4.8.9.8-.9 1 .4-.7-1.5h1v-1h-1.1a.8.8 0 010-.3 1 1 0 011-1c.4 0 .8.3 1 .6l.4-1 .2-.7a1.4 1.4 0 00-1.4-1.3c-.6 0-1.2.3-1.4.9 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z" / >
< path fill = "#c8b100" d = "M209.4 269.9h4.1v-1h-4.1v1z" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M209.4 269.9h4.1v-1h-4.1v1z" / >
< path fill = "#c8b100" d = "M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 011 1 .9.9 0 010 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 010-.3 1 1 0 011-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 00-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7" / >
< path fill = "none" stroke = "#000" stroke - linejoin = "round" stroke - width = ".3" d = "M206.3 269.6s-1.3 1.5-1.3 2.8.6 2.4.6 2.4c-.2-.5-.7-.9-1.4-.9-.8 0-1.4.6-1.4 1.4l.2.7.5 1c.1-.4.5-.6 1-.6a1 1 0 011 1 .9.9 0 010 .3h-1.2v1h1l-.8 1.5 1-.4.8.9.8-1 1 .5-.7-1.5h1v-1h-1.1a.9.9 0 010-.3 1 1 0 011-1c.4 0 .7.2.9.6l.5-1 .2-.7a1.4 1.4 0 00-1.4-1.4c-.7 0-1.2.4-1.4 1 0 0 .6-1.2.6-2.5s-1.4-2.7-1.4-2.7z" / >
< path fill = "#c8b100" d = "M204.3 278.6h4.1v-1h-4.1v1z" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M204.3 278.6h4.1v-1h-4.1v1z" / >
< path fill = "#c8b100" d = "M237.6 223.4h-.3a1.5 1.5 0 01-.3.4c-.2.2-.6.2-.8 0a.5.5 0 01-.1-.4.5.5 0 01-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 010-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 012.9 1.6 9 9 0 012.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 01-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 01-.1-.4.6.6 0 01-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M237.6 223.4h-.3a1.5 1.5 0 01-.3.4c-.2.2-.6.2-.8 0a.5.5 0 01-.1-.4.5.5 0 01-.5 0c-.3-.1-.3-.5-.1-.7v-.5h-.3l-.1.2c-.2.3-.5.3-.7.2a.6.6 0 010-.2h-.3c-.5.2-.7-1-.7-1.2l-.2.2s.2.7.1 1.2c0 .6-.3 1.2-.3 1.2a9 9 0 012.9 1.6 9 9 0 012.2 2.3l1.2-.5c.6-.2 1.3-.2 1.3-.2l.2-.2c-.3 0-1.5.1-1.5-.4v-.2a.7.7 0 01-.2 0c-.2-.2-.2-.4 0-.7l.2-.1v-.3h-.3l-.2.1c-.2.3-.6.3-.8 0a.4.4 0 01-.1-.4.6.6 0 01-.5 0c-.2-.2-.3-.5 0-.8l.2-.3v-.3z" / >
< path d = "M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M235.4 224h.2v.3h-.1c-.1 0-.1-.2 0-.2z" / >
< path d = "M236.3 224.8l-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M236.3 224.8l-.3-.2v-.2h.1l.4.3.3.2v.2h-.2l-.3-.3" / >
< path d = "M234.6 223.7l-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M234.6 223.7l-.2-.2s-.1 0 0-.1l.3.1.3.1v.2h-.1l-.3-.1" / >
< path d = "M233.7 223h.2v.2h-.2s-.1-.1 0-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M233.7 223h.2v.2h-.2s-.1-.1 0-.2z" / >
< path d = "M237.3 225.5v-.2h-.3l.1.2h.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M237.3 225.5v-.2h-.3l.1.2h.2z" / >
< path d = "M237.9 226.2l.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M237.9 226.2l.2.2h.1c.1 0 0-.1 0-.2l-.2-.2-.2-.2h-.1v.2l.2.2" / >
< path d = "M238.8 227v-.3h-.3v.2h.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M238.8 227v-.3h-.3v.2h.3z" / >
< path fill = "#c8b100" d = "M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M236.2 221.1h-.6l-.1.9v.1h.2l.7-.5-.3-.5" / >
< path fill = "#c8b100" d = "M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M234.6 221.6v.5l.9.1h.1v-.2l-.5-.7-.5.3" / >
< path fill = "#c8b100" d = "M236.4 222.6l-.4.3-.6-.7v-.1h1.1v.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M236.4 222.6l-.4.3-.6-.7v-.1h1.1v.5" / >
< path fill = "#c8b100" d = "M235.3 222a.3.3 0 01.4 0 .3.3 0 010 .3.3.3 0 01-.3 0 .3.3 0 01-.1-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M235.3 222a.3.3 0 01.4 0 .3.3 0 010 .3.3.3 0 01-.3 0 .3.3 0 01-.1-.3z" / >
< path fill = "#c8b100" d = "M233.2 221.1l-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M233.2 221.1l-.2-.7-.4-.4s.4-.2.8.1c.4.3 0 .9 0 .9l-.2.1z" / >
< path fill = "#c8b100" d = "M234.2 221.4l-.4.4-.6-.6v-.2h1v.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M234.2 221.4l-.4.4-.6-.6v-.2h1v.4" / >
< path fill = "#c8b100" d = "M233.1 221l.3-.1v.3c0 .2-.1.2-.2.2l-.1-.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M233.1 221l.3-.1v.3c0 .2-.1.2-.2.2l-.1-.3z" / >
< path fill = "#c8b100" d = "M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M238.3 222.5h-.5l-.3.7v.2h.2l.8-.4-.2-.5" / >
< path fill = "#c8b100" d = "M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M236.7 222.8v.5l.8.2h.1v-.2l-.4-.7-.5.2" / >
< path fill = "#c8b100" d = "M238.4 224l-.5.2-.4-.7v-.2h.1l.9.2-.1.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M238.4 224l-.5.2-.4-.7v-.2h.1l.9.2-.1.5" / >
< path fill = "#c8b100" d = "M237.3 223.2h.4a.3.3 0 010 .4.3.3 0 01-.3 0 .3.3 0 010-.4" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M237.3 223.2h.4a.3.3 0 010 .4.3.3 0 01-.3 0 .3.3 0 010-.4z" / >
< path fill = "#c8b100" d = "M240.2 224.3l.1.5-.8.3h-.2v-.2l.4-.8.5.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M240.2 224.3l.1.5-.8.3h-.2v-.2l.4-.8.5.2" / >
< path fill = "#c8b100" d = "M240 225.8l-.5.1-.3-.8v-.1h.2l.8.3-.1.5" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M240 225.8l-.5.1-.3-.8v-.1h.2l.8.3-.1.5" / >
< path fill = "#c8b100" d = "M238.6 224.3l-.2.5.9.3h.1v-.1l-.3-.8-.5.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M238.6 224.3l-.2.5.9.3h.1v-.1l-.3-.8-.5.1" / >
< path fill = "#c8b100" d = "M239.5 225.2a.3.3 0 000-.3.3.3 0 00-.4 0 .3.3 0 000 .3.3.3 0 00.4 0" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M239.5 225.2a.3.3 0 000-.3.3.3 0 00-.4 0 .3.3 0 000 .3.3.3 0 00.4 0z" / >
< path fill = "#c8b100" d = "M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M240.8 227h.8l.5.3s.1-.4-.3-.7c-.3-.3-.8.2-.8.2l-.2.2z" / >
< path fill = "#c8b100" d = "M240.3 226.1l-.3.5.8.5v-.1h.2l-.1-1-.6.1" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M240.3 226.1l-.3.5.8.5v-.1h.2l-.1-1-.6.1" / >
< path fill = "#c8b100" d = "M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3" / >
< path fill = "none" stroke = "#000" stroke - width = ".3" d = "M241 227s.1-.1 0-.2h-.3c-.2 0-.2.1-.1.2h.3zm38-21.9v.6h-2.4v-.6h1v-1.3h-.7v-.5h.6v-.6h.6v.6h.6v.6h-.6v1.2h1" / >
< path fill = "none" stroke = "#000" stroke - width = "0" d = "M134.4 217.1v-1.2m-.4 1.2v-1.2m-.2 1.2v-1.2m-.3 1.2v-1.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M133.2 217.1v-1.2m-.5 1.1v-1m.2 1v-1m-.7 1v-1m.2 1v-1m-.9 1v-1m.2 1v-1m.3 1v-1m-.7 1v-1m-.3.9v-.8m-.1.8v-.8m-.5.7v-.6m.2.6v-.6m-.4.5v-.5m-.2.5v-.4m-.3.3v-.3m-.3.3v-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M129.2 216.6v-.2" / >
< path fill = "none" stroke = "#000" stroke - width = "0" d = "M135.7 217v-1m-.5 1v-1m-.4 1.2V216m143 1.1V216m-.4 1.1V216m-.3 1.1V216m-.3 1.2V216" / >
< path fill = "none" stroke = "#000" stroke - width = ".1" d = "M276.6 217.1V216m-.6 1v-1m.3 1v-1m-.8 1v-1m.3 1v-1m-.9 1v-1m.2 1v-1m.2 1v-1m-.6 1v-1m-.3.9v-.8m-.2.8v-.8m-.4.7v-.6m.2.6v-.6m-.5.6v-.6m-.2.5v-.4m-.3.4v-.4m-.2.3v-.2" / >
< path fill = "none" stroke = "#000" stroke - width = ".2" d = "M272.6 216.6v-.2" / >
< path fill = "none" stroke = "#000" stroke - width = "0" d = "M279.1 217v-1m-.6 1v-1m-.4 1.1V216" / >
2021-05-05 18:59:27 +00:00
< /svg>`,de=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - de " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< path fill = "#ffce00" d = "M0 320h640v160H0z" / >
< path d = "M0 0h640v160H0z" / >
< path fill = "#d00" d = "M0 160h640v160H0z" / >
2021-05-05 18:59:27 +00:00
< /svg>`,fr=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - fr " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< g fill - rule = "evenodd" stroke - width = "1pt" >
< path fill = "#fff" d = "M0 0h640v480H0z" / >
< path fill = "#00267f" d = "M0 0h213.3v480H0z" / >
< path fill = "#f31830" d = "M426.7 0H640v480H426.7z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,id=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - id " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< g fill - rule = "evenodd" stroke - width = "1pt" >
< path fill = "#e70011" d = "M0 0h640v249H0z" / >
< path fill = "#fff" d = "M0 240h640v240H0z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,pt=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " xmlns:xlink=" http : //www.w3.org/1999/xlink" id="flag-icon-css-pt" viewBox="0 0 640 480">
2021-03-12 19:45:44 +00:00
< path fill = "red" d = "M256 0h384v480H256z" / >
< path fill = "#060" d = "M0 0h256v480H0z" / >
< g fill = "#ff0" fill - rule = "evenodd" stroke = "#000" stroke - linecap = "round" stroke - linejoin = "round" stroke - width = ".6" >
< path d = "M339.5 306.2c-32.3-1-180-93.2-181-108l8.1-13.5c14.7 21.3 165.7 111 180.6 107.8l-7.7 13.7" / >
< path d = "M164.9 182.8c-2.9 7.8 38.6 33.4 88.4 63.8 49.9 30.3 92.9 49 96 46.4l1.5-2.8c-.6 1-2 1.3-4.3.6-13.5-3.9-48.6-20-92.1-46.4-43.6-26.4-81.4-50.7-87.3-61a6.3 6.3 0 01-.6-3.1h-.2l-1.2 2.2-.2.3zm175.3 123.8c-.5 1-1.6 1-3.5.8-12-1.3-48.6-19.1-91.9-45-50.4-30.2-92-57.6-87.4-64.8l1.2-2.2.2.1c-4 12.2 82.1 61.4 87.2 64.6 49.8 30.8 91.8 48.9 95.5 44.2l-1.3 2.3z" / >
< path d = "M256.2 207.2c32.2-.3 72-4.4 95-13.6l-5-8c-13.5 7.5-53.5 12.5-90.3 13.2-43.4-.4-74.1-4.5-89.5-14.8l-4.6 8.6c28.2 12 57.2 14.5 94.4 14.6" / >
< path d = "M352.5 193.8c-.8 1.3-15.8 6.4-37.8 10.2a381.2 381.2 0 01-58.6 4.3 416.1 416.1 0 01-56.2-3.6c-23.1-3.6-35-8.6-39.5-10.4l1.1-2.2c12.7 5 24.7 8 38.7 10.2A411.5 411.5 0 00256 206a391.8 391.8 0 0058.3-4.3c22.5-3.7 34.8-8.4 36.6-10.5l1.6 2.7zm-4.4-8.1c-2.4 2-14.6 6.3-36 9.7a388.2 388.2 0 01-55.8 4c-22 0-40.1-1.6-53.8-3.6-21.8-2.8-33.4-8-37.6-9.4l1.3-2.2c3.3 1.7 14.4 6.2 36.5 9.3a385 385 0 0053.6 3.4 384 384 0 0055.4-4c21.5-3 33.1-8.4 34.9-9.8l1.5 2.6zM150.3 246c19.8 10.7 63.9 16 105.6 16.4 38 .1 87.4-5.8 105.9-15.6l-.5-10.7c-5.8 9-58.8 17.7-105.8 17.4-47-.4-90.7-7.6-105.3-17v9.5" / >
< path d = "M362.8 244.5v2.5c-2.8 3.4-20.2 8.4-42 12a434 434 0 01-65.4 4.4 400 400 0 01-62-4.3 155 155 0 01-44.4-12v-2.9c9.7 6.4 35.9 11.2 44.7 12.6 15.8 2.4 36.1 4.2 61.7 4.2 26.9 0 48.4-1.9 65-4.4 15.7-2.3 38-8.2 42.4-12.1zm0-9v2.5c-2.8 3.3-20.2 8.3-42 11.9a434 434 0 01-65.4 4.5 414 414 0 01-62-4.3 155 155 0 01-44.4-12v-3c9.7 6.5 36 11.2 44.7 12.6a408 408 0 0061.7 4.3c26.9 0 48.5-2 65-4.5 15.7-2.2 38-8.1 42.4-12zm-107 68.8c-45.6-.2-84.7-12.4-93-14.4l6 9.4a249.8 249.8 0 0087.4 14.3c34.7-1 65-3.7 86.3-14.1l6.2-9.8c-14.5 6.9-64 14.6-93 14.6" / >
< path d = "M344.9 297.3a143 143 0 01-2.8 4c-10 3.6-26 7.4-32.6 8.4a295.5 295.5 0 01-53.7 5c-40.4-.6-73.5-8.5-89-15.3l-1.3-2.1.2-.4 2.1.9a286.5 286.5 0 0088.2 14.5c18.8 0 37.5-2.1 52.6-4.8 23.2-4.7 32.6-8.2 35.5-9.8l.7-.4zm5.3-8.8a287.2 287.2 0 01-2 3.5c-5.4 2-20 6.2-41.3 9.2-14 1.9-22.7 3.8-50.6 4.3a347.4 347.4 0 01-94.2-14L161 289a390 390 0 0095.4 14c25.5-.5 36.4-2.4 50.3-4.3 24.8-3.8 37.3-8 41-9.1a2.9 2.9 0 000-.2l2.6-1z" / >
< path d = "M350.8 237.6c.1 30-15.3 57-27.6 68.8a99.3 99.3 0 01-67.8 28.2c-30.3.5-58.8-19.2-66.5-27.9a101 101 0 01-27.5-67.4c1.8-32.8 14.7-55.6 33.3-71.3a99.6 99.6 0 0164.2-22.7 98.2 98.2 0 0171 35.6c12.5 15.2 18 31.7 20.9 56.7zM255.6 135a106 106 0 01106 105.2 105.6 105.6 0 11-211.4 0c-.1-58 47.3-105.2 105.4-105.2" / >
< path d = "M255.9 134.5c58.2 0 105.6 47.4 105.6 105.6S314.1 345.7 256 345.7s-105.6-47.4-105.6-105.6c0-58.2 47.4-105.6 105.6-105.6zM152.6 240c0 56.8 46.7 103.3 103.3 103.3 56.6 0 103.3-46.5 103.3-103.3s-46.7-103.3-103.3-103.3S152.6 183.2 152.6 240z" / >
< path d = "M256 143.3a97 97 0 0196.7 96.7 97.1 97.1 0 01-96.7 96.8c-53 0-96.7-43.6-96.7-96.8a97.1 97.1 0 0196.7-96.7zM161.6 240c0 52 42.6 94.4 94.4 94.4s94.4-42.5 94.4-94.4c0-52-42.6-94.4-94.4-94.4a94.8 94.8 0 00-94.4 94.4z" / >
< path d = "M260.3 134h-9.1v212.3h9z" / >
< path d = "M259.3 132.8h2.3v214.7h-2.2V132.8zm-9 0h2.4v214.7h-2.3V132.8z" / >
< path d = "M361.6 244.2v-7.8l-6.4-6-36.3-9.6-52.2-5.3-63 3.2-44.8 10.6-9 6.7v7.9l22.9-10.3 54.4-8.5h52.3l38.4 4.2 26.6 6.4z" / >
< path d = "M256 223.8c24.9 0 49 2.3 68.3 6 19.8 4 33.7 9 38.5 14.5v2.8c-5.8-7-24.5-12-39-15-19-3.6-43-6-67.9-6-26.1 0-50.5 2.6-69.3 6.2-15 3-35.1 9-37.6 14.8v-2.9c1.3-4 16.3-10 37.3-14.3 18.9-3.7 43.3-6.1 69.6-6.1zm0-9.1a383 383 0 0168.3 6c19.8 4 33.7 9 38.5 14.6v2.7c-5.8-6.9-24.5-12-39-14.9-19-3.7-43-6-67.9-6a376 376 0 00-69.2 6.2c-14.5 2.7-35.4 8.9-37.7 14.7v-2.8c1.4-4 16.6-10.3 37.3-14.3 19-3.7 43.3-6.2 69.7-6.2zm-.6-46.2c39.3-.2 73.6 5.5 89.3 13.5l5.7 10c-13.6-7.4-50.6-15-94.9-14-36.1.3-74.7 4-94 14.4l6.8-11.4c15.9-8.3 53.3-12.5 87.1-12.5" / >
< path d = "M256 176.7a354 354 0 0161.3 4.3c16 3 31.3 7.4 33.5 9.8l1.7 3c-5.3-3.4-18.6-7.3-35.6-10.5s-38.7-4.3-61-4.2c-25.3-.1-45 1.2-61.8 4.2a108.9 108.9 0 00-33.3 10.3l1.7-3.1c6-3 15.3-6.7 31.1-9.6 17.5-3.2 37.4-4.1 62.4-4.2zm0-9c21.4-.2 42.6 1 59.1 4a96 96 0 0130.6 10l2.5 4c-4.2-4.7-20-9.2-34.1-11.6-16.4-2.9-36.7-4-58.1-4.2a361 361 0 00-59.5 4.4 97.3 97.3 0 00-29.6 9.1l2.2-3.3c5.8-3 15.2-5.8 27-8.1a357 357 0 0159.9-4.4zM308.4 284a276.4 276.4 0 00-52.5-4c-65.5.8-86.6 13.5-89.2 17.3l-5-8c16.8-12 52.4-18.8 94.6-18.2 21.9.4 40.8 1.9 56.6 5l-4.5 8" / >
< path d = "M255.6 278.9c18.2.3 36 1 53.3 4.2l-1.2 2.2c-16-3-33.2-4-52-4-24.3-.2-48.7 2.1-70 8.2-6.7 1.9-17.8 6.2-19 9.8l-1.2-2c.4-2.2 7-6.6 19.6-10 24.4-7 47.2-8.3 70.5-8.4zm.8-9.2a327 327 0 0157.3 5l-1.3 2.3a299 299 0 00-56-4.9c-24.2 0-49.9 1.8-73.3 8.6-7.5 2.2-20.6 7-21 10.7l-1.2-2.2c.2-3.4 11.5-7.9 21.7-10.8 23.5-6.9 49.3-8.6 73.8-8.7z" / >
< path d = "M349.4 290.5l-7.8 12.3-22.7-20.1-58.6-39.5-66.2-36.3-34.3-11.7 7.3-13.6 2.5-1.3 21.3 5.3 70.4 36.3 40.6 25.6L336 272l13.9 16z" / >
< path d = "M158.6 195.5c6-4 50.2 15.6 96.6 43.6 46.1 28 90.3 59.6 86.3 65.5l-1.3 2.1-.6.5c.1-.1.8-1 0-3.1-2-6.5-33.4-31.5-85.3-62.9-50.7-30.1-92.9-48.3-97-43.1l1.3-2.6zM351 290.4c3.8-7.6-37.2-38.5-88.1-68.6-52-29.5-89.6-46.9-96.5-41.7L165 183c0 .1 0-.2.4-.5 1.2-1 3.3-1 4.2-1 11.8.2 45.5 15.7 92.8 42.8 20.8 12 87.6 55 87.3 67 0 1 .1 1.2-.3 1.8l1.7-2.6z" / >
< / g >
< g transform = "translate(0 26.7) scale(1.06667)" >
< path fill = "#fff" stroke = "#000" stroke - width = ".7" d = "M180.6 211a58.7 58.7 0 0017.5 41.7 59 59 0 0041.8 17.6 59.4 59.4 0 0042-17.4 59 59 0 0017.4-41.8v-79.2l-118.7-.2V211z" / >
< path fill = "red" stroke = "#000" stroke - width = ".5" d = "M182.8 211.1a56.4 56.4 0 0016.8 40 57 57 0 0040.2 16.8 56.9 56.9 0 0040.2-16.6 56.4 56.4 0 0016.7-40v-77H183v76.8m91-53.7v48.9l-.1 5.1a33.2 33.2 0 01-10 24 34 34 0 01-24 10c-9.4 0-17.7-4-23.9-10.2a34 34 0 01-10-24v-54l68 .2z" / >
< g id = "e" >
< g id = "d" fill = "#ff0" stroke = "#000" stroke - width = ".5" >
< path stroke = "none" d = "M190.2 154.4c.1-5.5 4-6.8 4-6.8.1 0 4.3 1.4 4.3 6.9h-8.3" / >
< path d = "M186.8 147.7l-.7 6.3h4.2c0-5.2 4-6 4-6 .1 0 4 1.1 4.1 6h4.2l-.8-6.4h-15zm-1 6.4h17c.3 0 .6.3.6.7 0 .5-.3.8-.6.8h-17c-.3 0-.6-.3-.6-.8 0-.4.3-.7.7-.7z" / >
< path d = "M192 154c0-3.3 2.3-4.2 2.3-4.2s2.3 1 2.3 4.2H192m-5.8-9h16.3c.3 0 .6.4.6.8 0 .3-.3.6-.6.6h-16.3c-.3 0-.6-.3-.6-.7 0-.3.3-.6.6-.6zm.4 1.5H202c.3 0 .6.3.6.7 0 .4-.3.7-.6.7h-15.5c-.4 0-.6-.3-.6-.7 0-.4.2-.7.6-.7zm5-10.6h1.2v.8h.9v-.8h1.3v.9h.9v-1h1.2v2c0 .4-.2.6-.5.6h-4.4c-.3 0-.6-.2-.6-.5v-2zm4.6 2.7l.3 6.4h-4.3l.3-6.5h3.7" / >
< path id = "a" d = "M191 141.6v3.4h-4v-3.4h4z" / >
< use width = "100%" height = "100%" x = "10.6" xlink : href = "#a" / >
< path id = "b" d = "M186.3 139h1.2v1h.9v-1h1.2v1h.9v-1h1.2v2c0 .4-.2.6-.5.6h-4.3a.6.6 0 01-.6-.6v-2z" / >
< use width = "100%" height = "100%" x = "10.6" xlink : href = "#b" / >
< path fill = "#000" stroke = "none" d = "M193.9 140.6c0-.6.9-.6.9 0v1.6h-.9v-1.6" / >
< path id = "c" fill = "#000" stroke = "none" d = "M188.6 142.8c0-.6.8-.6.8 0v1.2h-.8v-1.2" / >
< use width = "100%" height = "100%" x = "10.6" xlink : href = "#c" / >
< / g >
< use width = "100%" height = "100%" y = "46.3" xlink : href = "#d" / >
< use width = "100%" height = "100%" transform = "rotate(-45.2 312.8 180)" xlink : href = "#d" / >
< / g >
< use width = "100%" height = "100%" x = "45.7" xlink : href = "#d" / >
< use width = "100%" height = "100%" transform = "matrix(-1 0 0 1 479.8 0)" xlink : href = "#e" / >
< g id = "f" fill = "#fff" >
< path fill = "#039" d = "M232.6 202.4a8.3 8.3 0 002.2 5.7 7.2 7.2 0 005.3 2.4c2.1 0 4-1 5.3-2.4a8.3 8.3 0 002.2-5.7v-10.8h-15v10.8" / >
< circle cx = "236.1" cy = "195.7" r = "1.5" / >
< circle cx = "244.4" cy = "195.7" r = "1.5" / >
< circle cx = "240.2" cy = "199.7" r = "1.5" / >
< circle cx = "236.1" cy = "203.9" r = "1.5" / >
< circle cx = "244.4" cy = "203.9" r = "1.5" / >
< / g >
< use width = "100%" height = "100%" y = "-26" xlink : href = "#f" / >
< use width = "100%" height = "100%" x = "-20.8" xlink : href = "#f" / >
< use width = "100%" height = "100%" x = "20.8" xlink : href = "#f" / >
< use width = "100%" height = "100%" y = "25.8" xlink : href = "#f" / >
< / g >
< /svg>`,br=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - br " viewBox=" 0 0 640 480 " >
< g stroke - width = "1pt" >
< path fill = "#229e45" fill - rule = "evenodd" d = "M0 0h640v480H0z" / >
< path fill = "#f8e509" fill - rule = "evenodd" d = "M321.4 436l301.5-195.7L319.6 44 17.1 240.7 321.4 436z" / >
< path fill = "#2b49a3" fill - rule = "evenodd" d = "M452.8 240c0 70.3-57.1 127.3-127.6 127.3A127.4 127.4 0 11452.8 240z" / >
< path fill = "#ffffef" fill - rule = "evenodd" d = "M283.3 316.3l-4-2.3-4 2 .9-4.5-3.2-3.4 4.5-.5 2.2-4 1.9 4.2 4.4.8-3.3 3m86 26.3l-3.9-2.3-4 2 .8-4.5-3.1-3.3 4.5-.5 2.1-4.1 2 4.2 4.4.8-3.4 3.1m-36.2-30l-3.4-2-3.5 1.8.8-3.9-2.8-2.9 4-.4 1.8-3.6 1.6 3.7 3.9.7-3 2.7m87-8.5l-3.4-2-3.5 1.8.8-3.9-2.7-2.8 3.9-.4 1.8-3.5 1.6 3.6 3.8.7-2.9 2.6m-87.3-22l-4-2.2-4 2 .8-4.6-3.1-3.3 4.5-.5 2.1-4.1 2 4.2 4.4.8-3.4 3.2m-104.6-35l-4-2.2-4 2 1-4.6-3.3-3.3 4.6-.5 2-4.1 2 4.2 4.4.8-3.3 3.1m13.3 57.2l-4-2.3-4 2 .9-4.5-3.2-3.3 4.5-.6 2.1-4 2 4.2 4.4.8-3.3 3.1m132-67.3l-3.6-2-3.6 1.8.8-4-2.8-3 4-.5 1.9-3.6 1.7 3.8 4 .7-3 2.7m-6.7 38.3l-2.7-1.6-2.9 1.4.6-3.2-2.2-2.3 3.2-.4 1.5-2.8 1.3 3 3 .5-2.2 2.2m-142.2 50.4l-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2M419 299.8l-2.2-1.1-2.2 1 .5-2.3-1.7-1.6 2.4-.3 1.2-2 1 2 2.5.5-1.9 1.5" / >
< path fill = "#ffffef" fill - rule = "evenodd" d = "M219.3 287.6l-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2" / >
< path fill = "#ffffef" fill - rule = "evenodd" d = "M219.3 287.6l-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m42.3 3l-2.6-1.4-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .5-2.3 2.1m-4.8 17l-2.6-1.5-2.7 1.4.6-3-2.1-2.3 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m87.4-22.2l-2.6-1.6-2.8 1.4.6-3-2-2.3 3-.3 1.4-2.7 1.2 2.8 3 .5-2.2 2.1m-25.1 3l-2.7-1.5-2.7 1.4.6-3-2-2.3 3-.3 1.4-2.8 1.2 2.9 3 .5-2.2 2.1m-68.8-5.8l-1.7-1-1.7.8.4-1.9-1.3-1.4 1.9-.2.8-1.7.8 1.8 1.9.3-1.4 1.3m167.8 45.4l-2.6-1.5-2.7 1.4.6-3-2.1-2.3 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m-20.8 6l-2.2-1.4-2.3 1.2.5-2.6-1.7-1.8 2.5-.3 1.2-2.3 1 2.4 2.5.4-1.9 1.8m10.4 2.3l-2-1.2-2.1 1 .4-2.3-1.6-1.7 2.3-.3 1.1-2 1 2 2.3.5-1.7 1.6m29.1-22.8l-2-1-2 1 .5-2.3-1.6-1.7 2.3-.3 1-2 1 2.1 2.1.4-1.6 1.6m-38.8 41.8l-2.5-1.4-2.7 1.2.6-2.8-2-2 3-.3 1.3-2.5 1.2 2.6 3 .5-2.3 1.9m.6 14.2l-2.4-1.4-2.4 1.3.6-2.8-1.9-2 2.7-.4 1.2-2.5 1.1 2.6 2.7.5-2 2m-19-23.1l-1.9-1.2-2 1 .4-2.2-1.5-1.7 2.2-.2 1-2 1 2 2.2.4-1.6 1.6m-17.8 2.3l-2-1.2-2 1 .5-2.2-1.6-1.7 2.3-.2 1-2 1 2 2.1.4-1.6 1.6m-30.4-24.6l-2-1.1-2 1 .5-2.3-1.6-1.6 2.2-.3 1-2 1 2 2.2.5-1.6 1.5m3.7 57l-1.6-.9-1.8.9.4-2-1.3-1.4 1.9-.2.9-1.7.8 1.8 1.9.3-1.4 1.3m-46.2-86.6l-4-2.3-4 2 .9-4.5-3.2-3.3 4.5-.6 2.2-4 1.9 4.2 4.4.8-3.3 3.1" / >
< path fill = "#fff" fill - rule = "evenodd" d = "M444.4 285.8a124.6 124.6 0 005.8-19.8c-67.8-59.5-143.3-90-238.7-83.7a124.5 124.5 0 00-8.5 20.9c113-10.8 196 39.2 241.4 82.6z" / >
< path fill = "#309e3a" d = "M414 252.4l2.3 1.3a3.4 3.4 0 00-.3 2.2 3 3 0 001.4 1.7c.7.5 1.4.8 2 .7.6 0 1-.3 1.3-.7a1.3 1.3 0 00.2-.9 2.3 2.3 0 00-.5-1c-.2-.3-.7-1-1.5-1.8a7.7 7.7 0 01-1.8-3 3.7 3.7 0 012-4.4 3.8 3.8 0 012.3-.2 7 7 0 012.6 1.2c1.4 1 2.3 2 2.6 3.2a4.1 4.1 0 01-.6 3.3l-2.4-1.5c.3-.6.4-1.2.2-1.7-.1-.5-.5-1-1.2-1.4a3.2 3.2 0 00-1.8-.7 1 1 0 00-.9.5c-.2.3-.2.6-.1 1s.6 1.2 1.6 2.2c1 1 1.6 1.9 2 2.5a3.9 3.9 0 01-.3 4.2 4.1 4.1 0 01-1.9 1.5 4 4 0 01-2.4.3c-.9-.2-1.8-.6-2.8-1.3-1.5-1-2.4-2.1-2.7-3.3a5.4 5.4 0 01.6-4zm-11.6-7.6l2.5 1.3a3.4 3.4 0 00-.2 2.2 3 3 0 001.4 1.6c.8.5 1.4.7 2 .6.6 0 1-.3 1.3-.8a1.3 1.3 0 00.2-.8c0-.3-.2-.7-.5-1a34.6 34.6 0 00-1.6-1.8c-1.1-1.1-1.8-2-2-2.8a3.7 3.7 0 01.4-3.1 3.6 3.6 0 011.6-1.4 3.8 3.8 0 012.2-.3 7 7 0 012.6 1c1.5 1 2.4 2 2.7 3.1a4.1 4.1 0 01-.4 3.4l-2.5-1.4c.3-.7.4-1.2.2-1.7s-.6-1-1.3-1.4a3.2 3.2 0 00-1.9-.6 1 1 0 00-.8.5c-.2.3-.2.6-.1 1s.7 1.2 1.7 2.2c1 1 1.7 1.8 2 2.4a3.9 3.9 0 010 4.2 4.2 4.2 0 01-1.8 1.6 4 4 0 01-2.4.3 8 8 0 01-2.9-1.1 6 6 0 01-2.8-3.2 5.4 5.4 0 01.4-4zm-14.2-3.8l7.3-12 8.8 5.5-1.2 2-6.4-4-1.6 2.7 6 3.7-1.3 2-6-3.7-2 3.3 6.7 4-1.2 2-9-5.5zm-20.7-17l1.1-2 5.4 2.7-2.5 5c-.8.2-1.8.3-3 .2a9.4 9.4 0 01-3.3-1 7.7 7.7 0 01-3-2.6 6 6 0 01-1-3.5 8.6 8.6 0 011-3.7 8 8 0 012.6-3 6.2 6.2 0 013.6-1.1c1 0 2 .3 3.2 1 1.6.7 2.6 1.7 3.1 2.8a5 5 0 01.3 3.5l-2.7-.8a3 3 0 00-.2-2c-.3-.6-.8-1-1.6-1.4a3.8 3.8 0 00-3.1-.3c-1 .3-1.9 1.2-2.6 2.6-.7 1.4-1 2.7-.7 3.8a3.7 3.7 0 002 2.4c.5.3 1.1.5 1.7.5a6 6 0 001.8 0l.8-1.6-2.9-1.5zm-90.2-22.3l2-14 4.2.7 1.1 9.8 3.9-9 4.2.6-2 13.8-2.7-.4 1.7-10.9-4.4 10.5-2.7-.4-1.1-11.3-1.6 11-2.6-.4zm-14.1-1.7l1.3-14 10.3 1-.2 2.4-7.5-.7-.3 3 7 .7-.3 2.4-7-.7-.3 3.8 7.8.7-.2 2.4-10.6-1z" / >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M216.5 191.3c0-1.5.3-2.6.7-3.6a6.7 6.7 0 011.4-1.9 5.4 5.4 0 011.8-1.2c1-.3 2-.5 3-.5 2.1 0 3.7.8 5 2a7.4 7.4 0 011.6 5.5c0 2.2-.7 4-2 5.3a6.5 6.5 0 01-5 1.7 6.6 6.6 0 01-4.8-2 7.3 7.3 0 01-1.7-5.3z" / >
< path fill = "#f7ffff" d = "M219.4 191.3c0 1.5.3 2.7 1 3.6.7.8 1.6 1.3 2.8 1.3a3.5 3.5 0 002.8-1.1c.7-.8 1-2 1.1-3.7 0-1.6-.2-2.8-1-3.6a3.5 3.5 0 00-2.7-1.3 3.6 3.6 0 00-2.8 1.2c-.8.8-1.1 2-1.2 3.6z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M233 198.5l.2-14h6c1.5 0 2.5.2 3.2.5.7.2 1.2.7 1.6 1.3s.6 1.4.6 2.3a3.8 3.8 0 01-1 2.6 4.5 4.5 0 01-2.7 1.2l1.5 1.2c.4.4.9 1.2 1.5 2.3l1.7 2.8h-3.4l-2-3.2-1.4-2a2.1 2.1 0 00-.9-.6 5 5 0 00-1.4-.2h-.6v5.8H233z" / >
< path fill = "#fff" d = "M236 190.5h2c1.4 0 2.3 0 2.6-.2.3 0 .6-.3.8-.5s.3-.7.3-1c0-.6-.1-1-.4-1.2-.2-.3-.6-.5-1-.6h-2l-2.3-.1v3.5z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M249 185.2l5.2.3c1.1 0 2 .1 2.6.3a4.7 4.7 0 012 1.4 6 6 0 011.2 2.4c.3.9.4 2 .3 3.3a9.3 9.3 0 01-.5 3c-.4 1-1 1.8-1.7 2.4a5 5 0 01-2 1c-.6.2-1.5.2-2.5.2l-5.3-.3.7-14z" / >
< path fill = "#fff" d = "M251.7 187.7l-.5 9.3h3.8c.5 0 .9-.2 1.2-.5.3-.3.6-.7.8-1.3.2-.6.4-1.5.4-2.6l-.1-2.5a3.2 3.2 0 00-.8-1.4 2.7 2.7 0 00-1.2-.7 13 13 0 00-2.3-.3h-1.3z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M317.6 210.2l3.3-13.6 4.4 1 3.2 1c.7.4 1.3 1 1.6 1.9.4.8.4 1.7.2 2.8-.2.8-.5 1.5-1 2a3.9 3.9 0 01-3 1.4c-.7 0-1.7-.2-3-.5l-1.7-.5-1.2 5.2-2.8-.7z" / >
< path fill = "#fff" d = "M323 199.6l-.8 3.8 1.5.4c1 .2 1.8.4 2.2.3a1.9 1.9 0 001.6-1.5c0-.5 0-.9-.2-1.3a2 2 0 00-1-.9l-1.9-.5-1.3-.3z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M330.6 214.1l4.7-13.2 5.5 2c1.5.5 2.4 1 3 1.4.5.5.9 1 1 1.8s.2 1.5 0 2.3c-.4 1-1 1.7-1.8 2.2-.8.4-1.8.5-3 .3.4.5.8 1 1 1.6l.8 2.7.6 3.1-3.1-1.1-1-3.6a19.5 19.5 0 00-.7-2.4 2.1 2.1 0 00-.6-.8c-.2-.3-.6-.5-1.3-.7l-.5-.2-2 5.6-2.6-1z" / >
< path fill = "#fff" d = "M336 207.4l1.9.7c1.3.5 2.1.7 2.5.7.3 0 .6 0 .9-.3.3-.2.5-.5.6-.9.2-.4.2-.8 0-1.2a1.7 1.7 0 00-.8-.9l-2-.7-2-.7-1.2 3.3z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M347 213.6a9 9 0 011.7-3.2 6.6 6.6 0 011.8-1.5 6 6 0 012-.7c1 0 2 0 3.1.4a6.5 6.5 0 014.2 3.3c.8 1.6.8 3.5.2 5.7a7.4 7.4 0 01-3.4 4.5c-1.5.9-3.3 1-5.2.4a6.6 6.6 0 01-4.2-3.3 7.3 7.3 0 01-.2-5.6z" / >
< path fill = "#fff" d = "M349.8 214.4c-.4 1.5-.5 2.8 0 3.8s1.2 1.6 2.3 2c1 .3 2 .2 3-.4 1-.5 1.6-1.6 2.1-3.2.5-1.5.5-2.7 0-3.7a3.5 3.5 0 00-2.2-2 3.6 3.6 0 00-3 .3c-1 .6-1.7 1.6-2.2 3.2z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M374.3 233.1l6.4-12.4 5.3 2.7a10 10 0 012.7 1.9c.5.5.8 1.1.8 1.9s0 1.5-.4 2.2a3.8 3.8 0 01-2 2c-1 .2-2 .2-3.1-.2.4.6.6 1.2.8 1.7.2.6.3 1.5.4 2.8l.2 3.2-3-1.5-.4-3.7a20 20 0 00-.3-2.5 2 2 0 00-.5-1l-1.2-.7-.5-.3-2.7 5.2-2.5-1.3z" / >
< path fill = "#fff" d = "M380.5 227.2l1.9 1c1.2.6 2 1 2.3 1 .3 0 .7 0 1-.2.3-.1.5-.4.7-.8.2-.4.3-.8.2-1.2a2 2 0 00-.7-1 23.7 23.7 0 00-1.8-1l-2-1-1.6 3.2z" / >
< / g >
< g stroke - opacity = ".5" >
< path fill = "#309e3a" d = "M426.1 258.7a8.9 8.9 0 012.5-2.6 6.6 6.6 0 012.2-.9 5.5 5.5 0 012.2 0c1 .2 1.9.6 2.8 1.2a6.6 6.6 0 013 4.4c.3 1.7-.2 3.6-1.4 5.5a7.3 7.3 0 01-4.5 3.3 6.5 6.5 0 01-5.2-1.1 6.6 6.6 0 01-3-4.4c-.3-1.8.2-3.6 1.4-5.4z" / >
< path fill = "#fff" d = "M428.6 260.3c-1 1.3-1.3 2.5-1.1 3.6a3.6 3.6 0 001.6 2.5c1 .7 2 .9 3 .6 1-.3 2-1 2.9-2.4.9-1.4 1.3-2.6 1.1-3.6-.1-1-.7-1.9-1.6-2.6s-2-.8-3-.5c-1 .2-2 1-3 2.4z" / >
< / g >
< path fill = "#309e3a" d = "M301.8 204.5l2.3-9.8 7.2 1.7-.3 1.6-5.3-1.2-.5 2.2 4.9 1.1-.4 1.7-4.9-1.2-.6 2.7 5.5 1.3-.4 1.6-7.5-1.7z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,ru=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - ru " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< g fill - rule = "evenodd" stroke - width = "1pt" >
< path fill = "#fff" d = "M0 0h640v480H0z" / >
< path fill = "#0039a6" d = "M0 160h640v320H0z" / >
< path fill = "#d52b1e" d = "M0 320h640v160H0z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,tr=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - tr " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< g fill - rule = "evenodd" >
< path fill = "#e30a17" d = "M0 0h640v480H0z" / >
< path fill = "#fff" d = "M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120 54.6-119.8 122-119.8 122 53.7 122 119.9z" / >
< path fill = "#e30a17" d = "M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96 43.7-95.8 97.6-95.8 97.6 42.9 97.6 95.9z" / >
< path fill = "#fff" d = "M430.7 191.5l-1 44.3-41.3 11.2 40.8 14.5-1 40.7 26.5-31.8 40.2 14-23.2-34.1 28.3-33.9-43.5 12-25.8-37z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,vn=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - vn " viewBox=" 0 0 640 480 " >
2021-03-12 19:45:44 +00:00
< defs >
< clipPath id = "vn-a" >
< path fill - opacity = ".7" d = "M-85.3 0h682.6v512H-85.3z" / >
< / c l i p P a t h >
< / d e f s >
< g fill - rule = "evenodd" clip - path = "url(#vn-a)" transform = "translate(80) scale(.9375)" >
< path fill = "#ec0015" d = "M-128 0h768v512h-768z" / >
< path fill = "#ff0" d = "M349.6 381L260 314.3l-89 67.3L204 272l-89-67.7 110.1-1 34.2-109.4L294 203l110.1.1-88.5 68.4 33.9 109.6z" / >
< / g >
2021-05-05 18:59:27 +00:00
< /svg>`,hr=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " xmlns:xlink=" http : //www.w3.org/1999/xlink" id="flag-icon-css-hr" viewBox="0 0 640 480">
2021-03-12 19:45:44 +00:00
< path fill = "#171796" d = "M0 0h640v480H0z" / >
< path fill = "#fff" d = "M0 0h640v320H0z" / >
< path fill = "red" d = "M0 0h640v160H0zm320 364.1c51.3 0 93.3-42 93.3-93.3V160H226.7v110.8c0 51.4 42 93.4 93.3 93.4z" / >
< path fill = "#fff" d = "M320 362.6a91.8 91.8 0 0091.6-91.5V161.8H228.5V271a91.8 91.8 0 0091.5 91.5z" / >
< g fill = "red" >
< path d = "M267.1 165.2H232v38.7h35.2zm0 77.4h35.3v-38.7H267zM232 270.9c0 3.5.2 7 .6 10.4h34.6v-38.7H232v28.3zm105.7-28.3h-35.2v38.7h35.2zm0 77.4h35.2v-38.7h-35.2zm35.2 21.2A89.2 89.2 0 00393 320h-20v21.2zM267.1 320h35.3v-38.7H267zm-20.1 0a89.2 89.2 0 0020.1 21.2V320H247zm79.1 38.7c4-.3 7.7-.8 11.5-1.6V320h-35.2v37.1a87 87 0 0011.4 1.6c4.1.3 8.2.2 12.3 0z" / >
< path d = "M407.4 281.3c.4-3.4.6-6.9.6-10.4v-28.3h-35.2v38.7h34.6zm-69.8-38.7h35.2v-38.7h-35.2zm0-77.4h-35.2v38.7h35.2zm70.4 38.7v-38.7h-35.2v38.7z" / >
< / g >
< path fill = "#fff" d = "M410 158.8l21.8-49.5-16.6-26.8-27.6 10.2-19.4-22.2-25.4 14.7L320 66.5l-22.7 18.6-25.5-14.6-19.4 22.2-27.6-10.3-16.6 27 21.8 49.4a217.8 217.8 0 0190-19.3c32 0 62.5 6.9 90 19.3z" / >
< path fill = "#0093dd" d = "M253 94.8l-27.4-10-15.3 24.7 5.9 13.3 14.8 33.7a219.7 219.7 0 0134.6-12L253 94.8z" / >
< path fill = "#fff" stroke = "#000" stroke - width = ".3" d = "M251.4 119.3a13.3 13.3 0 011.6 6.2c0 7.3-6 13.3-13.4 13.3a13.4 13.4 0 01-13.1-10.8 13.4 13.4 0 0011.7 6.9 13.4 13.4 0 0013.2-15.6z" / >
< path d = "M227.6 114l1-4.9-3.8-3.2-.1-.1.2-.1 4.6-1.6 1-4.8v-.2l.2.1 3.7 3.2 4.6-1.6h.2v.2l-1 4.8 3.7 3.2.2.2h-.3l-4.6 1.6-1 4.8v.2l-.1-.1-3.7-3.2-4.6 1.6h-.3z" / >
< path fill = "#f7db17" d = "M233.6 107.6l3.5 3 4.3-1.5zm0-.2l7.8 1.6-3.4-3zm-8.3-1.6l7.8 1.5-3.5-3zm7.8 1.7l-7.8-1.5 3.4 3zm.4-.3l5.2-6-4.3 1.5zm-5.6 6.4l5.2-6-4.3 1.5zm5.3-5.9l-5.2 6 4.3-1.5zm5.6-6.4l-5.2 6 4.3-1.5zm-5.6 6l-2.6-7.6-.9 4.5zm2.7 8l-2.5-7.5-.9 4.5zm-2.4-7.6l2.6 7.5.9-4.5zm-2.7-8l2.5 7.5 1-4.5z" / >
< path fill = "#171796" d = "M297.5 87.4L272.1 73 253 94.9l12.6 49.6a219.8 219.8 0 0136.1-6l-4.2-51.1z" / >
< path fill = "red" d = "M262.5 132.2a232.3 232.3 0 0138.2-6.4l-1-12.9a245.6 245.6 0 00-40.4 6.7l3.2 12.6zm-6.3-25a258 258 0 0142.4-7l-1.1-12.7a270.7 270.7 0 00-44.5 7.4l3.2 12.3z" / >
< g transform = "translate(-160) scale(.00237)" >
< path fill = "#0093dd" d = "M212105 36890l-23 13-9517-7794-9497 7778 1788 21560c2543-210 5113-322 7709-322 2608 0 5190 113 7744 325l1795-21560z" / >
< g id = "a" >
< path d = "M202545 46585c-18-2-44 10-69 45-186 250-359 469-545 720-195 61-242 180-167 348-261-26-291 193-302 432-250-379-522-482-814-307-11-230-187-338-439-392-180-10-319-65-436-145-60-42-110-64-170-106-126-88-226-5-172 74 267 434 535 868 802 1302-14 80 6 151 88 204 47 133 93 265 140 397-11 38-21 75-32 113-221-105-443-118-664-133-170-8-287-50-361-137-54-63-91-26-92 82-3 534 162 1014 599 1492-231 4-462 11-694 21-79 6-95 39-73 104 126 304 339 579 822 766-208 112-327 285-357 520-9 224-75 382-212 455-60 32-81 65-24 106 253 185 565 193 895 112-157 270-226 553-198 850 208 56 412 15 614-52-29 61-44 175-52 309-7 115-41 229-104 343-32 33-65 84 4 102 336 91 648 52 915-47 0 243 2 487 76 727 18 58 70 102 125 26 155-214 322-396 527-517 31 90 75 168 156 215 96 55 147 170 153 343 0 30-2 60 35 90 149 7 514-380 589-597 206 121 284 246 439 461 55 76 99 29 128-25 62-243 67-481 66-724 267 99 579 138 915 47 69-19 36-70 4-102-62-114-105-250-113-365-9-133-14-226-43-287 202 68 405 108 614 52 29-297-53-579-211-850 330 80 655 73 908-112 57-41 35-74-24-106-136-73-203-231-212-455-30-235-149-409-357-520 483-187 696-463 822-766 22-66 6-99-73-104-231-10-480-24-711-27 437-478 606-961 604-1495-1-108-38-146-92-82-74 87-179 137-348 146-222 15-435 24-656 128-11-38-21-75-32-113 46-132 106-260 153-393 82-53 102-123 88-204 267-434 513-868 781-1302 54-79-46-162-171-74-60 42-110 64-170 106-117 80-257 134-437 145-251 54-417 167-428 397-293-175-564-73-814 307-11-239-41-457-302-432 75-168 17-291-178-352-186-250-458-470-644-720-31-35-51-47-69-45z" / >
< g fill = "#f7db17" >
< path d = "M205075 47978c-51-26-124 17-162 95s-33 170 19 196c40 20 84-6 119-56l22-36c2-3 4-6 5-9 38-78 49-163-2-188zm-5008 0c52-26 124 17 162 95s39 165-13 191-103-24-141-102-60-158-9-184zm4539 905c-32 0-59 27-59 59s26 59 59 59 59-26 59-59c0-32-26-59-59-59zm-4032 0a59.1 59.1 0 10.2 118.2 59.1 59.1 0 00-.2-118.2zm4294-304c-754-91-1506-133-2260-133s-1509 41-2269 115c-26 8-21 90 14 86 756-73 1507-113 2256-113 743 0 1485 40 2228 129 39 4 54-80 32-84z" / >
< path d = " M200319 48495 c768 - 75 1530 - 117 2289 - 116 754 0 1507 42 2261 133 l111 - 184 c - 32 10 - 62 9 - 90 - 5 - 76 - 38 - 92 - 161 - 36 - 274 56 - 114 164 - 175 240 - 138 39 19 62 62 68 114 l446 - 739 c - 204 130 - 328 214 - 581 252 - 281 41 - 409 139 - 368 307 38 156 - 57 133 - 201 54 - 314 - 171 - 541 71 - 652 353 - 73 186 - 159 181 - 168 - 13 - 4 - 70 0 - 131 - 7 - 200 - 21 - 223 - 89 - 286 - 216 - 224 - 161 78 - 175 25 - 137 - 58 28 - 60 86 - 128 66 - 221 - 9 - 67 - 66 - 92 - 151 - 98 - 182 - 244 - 467 - 483 - 649 - 727 - 182 244 - 374 483 - 556 727 - 86 5 - 142 30 - 152 98 - 20 93 52 157 80 217 38 82 23 135 - 137 57 - 127 - 61 - 186 - 3 - 207 220 - 7 69 - 10 139 - 13 209 - 9 194 - 95 199 - 168 13 - 111 - 282 - 352 - 524 - 667 - 353 - 145 79 - 203 102 - 182 - 54 23 - 172 - 107 - 266 - 388 - 307 - 253 - 37 - 377 - 122 - 581 - 252 l419 682 c12 - 25 29 - 45 53 - 57 76 - 38 184 24 240 138 56 113 40 237 - 36 274 - 10 5 - 21 8 - 32 10 l100 163 zm4389 911 c - 7 3 - 7 4 - 24 11 - 46 19 - 80 66 - 134 124 - 57 60 - 128 125 - 211 188 - 12 10 - 25 19 - 44 - 6 s - 7 - 35 6 - 44 c80 - 62 149 - 124 204 - 182 30 - 32 56 - 63 77 - 92 - 95 - 11 - 190 - 21 - 284 - 30 - 79 24 - 157 55 - 222 95 - 59 35 - 107 77 - 137 125 - 8 14 - 16 27 - 44 11 - 27 - 16 - 19 - 30 - 11 - 44 35 - 58 91 - 107 158 - 147 33 - 20 69 - 38 106 - 54 - 107 - 9 - 214 - 18 - 321 - 25 - 22 13 - 42 29 - 61 47 - 20 19 - 39 42 - 56 67 - 9 13 - 18 26 - 44 8 s - 18 - 31 - 8 - 44 c19 - 29 41 - 54 64 - 77 l9 - 9 c - 80 - 5 - 161 - 10 - 241 - 14 - 2 2 - 5 5 - 8 7 a340 . 4 340.4 0 00 - 93 126 c - 6 15 - 12 29 - 41 18 - 29 - 12 - 23 - 26 - 17 - 41 12 - 29 27 - 55 45 - 81 8 - 11 18 - 22 27 - 33 - 115 - 5 - 230 - 9 - 344 - 12 - 4 5 - 9 8 - 14 11 - 25 15 - 47 32 - 66 51 s - 35 40 - 48 63 c - 8 14 - 16 28 - 43 12 - 28 - 16 - 20 - 29 - 12 - 43 16 - 28 35 - 54 59 - 77 7 - 7 14 - 13 21 - 19 - 122 - 2 - 244 - 4 - 365 - 4 - 120 0 - 240 1 - 360 3 8 7 15 13 22 20 23 23 42 49 59 77 8 14 16 27 - 12 43 s - 35 2 - 44 - 12 c - 13 - 23 - 29 - 44 - 48 - 63 s - 41 - 36 - 66 - 51 c - 6 - 3 - 12 - 7 - 15 - 12 - 115 2 - 230 6 - 345 11 11 11 20 23 29 35 19 25 33 52 45 81 6 15 12 29 - 17 41 s - 35 - 3 - 41 - 18 c - 9 - 24 - 22 - 46 - 38 - 67 - 15 - 21 - 34 - 41 - 55 - 59 - 4 - 3 - 7 - 6 - 10 - 10 - 81 4 - 162 8 - 243 13 4 4 9 8 13 12 24 23 45 48 64 77 9 13 18 26 - 8 44 s - 35 5 - 44 - 8 c - 18 - 26 - 36 - 48 - 56 - 67 s - 41 - 35 - 64 - 49 c - 1 - 1 - 3 - 2 - 5 - 3 - 110 7 - 220 14 - 330 23 43 18 85 38 122 61 67 40 124 89 158 147 8 14 16 27 - 11 44 - 27 16 - 35 3 - 44 - 11 - 29 - 48 - 78 - 90 - 137 - 125 - 72 - 44 - 159 - 77 - 246 - 102 h - 2 c - 90 7 - 179 15 - 268 24 22 33 51 68 86 106 55 58 124 120 204 182 13 9 25 19 6 44 s - 32 15 - 44 6 c - 83 - 64 - 155 - 128 - 211 - 188 - 37 - 38 - 99 - 111 - 135 - 140 - 196 - 90 - 354 - 127 - 575 - 147 - 153 - 14 - 318 - 9 - 458 - 79 36 85 75 164 126 229 53 68 120 121 209 147 8 2 21 16 22 25 28 157 84 286 169 386 52 60 114 110 188 149 - 75 - 81 - 132 - 166 - 172 - 251 - 67 - 142 - 90 - 286 - 77 - 420 1 - 16 3 - 32 34 - 29 32 3 30 19 29 35 - 11 123 9 256 72 387 56 118 159 237 291 346 24 19 0 63 - 29 55 - 154 - 44 - 290 - 123 - 383 - 231 - 89 - 104 - 149 - 237 - 180 - 397 - 94 - 32 - 165 - 90 - 222 - 164 - 47 - 60 - 85 - 131 - 118 - 205 28 428 182 801 456 1137 61 75 165 182 255 216 92 35 95 100 - 20 101 - 34 1 - 69 1 - 105 1 84 31 164 66 233 105 127 73 217 162 224 273 1 16 2 32 - 29 34 - 32 2 - 33 - 14 - 34 - 29 - 6 - 86 - 82 - 160 - 192 - 223 - 113 - 65 - 259 - 117 - 402 - 160 - 154 0 - 312 - 1 - 459 3 39 28 80 57 131 84 82 44 188 86 343 122 89 21 166 52 233 91 71 42 130 93 177 150 10 12 20 25 - 5 45 s - 34 8 - 45 - 5 c - 42 - 52 - 95 - 98 - 159 - 135 - 61 - 36 - 133 - 64 - 216 - 84 - 161 - 38 - 272 - 81 - 358 - 128 - 75 - 40 - 131 - 82 - 184 - 123 180 393 450 573 835 689 23 7 43 13 61 19 3 1 6 1 9 2 86 21 175 40 266 55 92 15 166 28 261 37 16 1 32 3 29 34 - 3 32 - 19 30 - 34 29 - 99 - 9 - 174 - 22 - 266 - 38 - 58 - 10 - 115 - 21 - 171 - 33 - 26 6 - 64 9 - 107 12 - 232 14 - 420 225 - 435 494 0 5 0 11 - 1 16 88 - 80 179 - 157 273 - 212 117 - 68 239 - 103 364 - 69 15 4 31 8 22 39 - 8 31 - 23 27 - 39 22 - 106 - 28 - 212 3 - 316 63 - 108 63 - 213 158 - 315 253 - 24 147 - 82 285 - 205 377 61 34 104 65 163 45 86 - 39 172 - 78 261 - 108 91 - 31 184 - 52 282 - 57 16 - 1 32 - 1 33 31 s - 14 32 - 31 33 c - 91 4 - 179 24 - 264 53 - 75 26 - 149 58 - 222 91 221 47 460 - 1 667 - 79 60 - 22 105 - 42 133 - 41 51 - 30 112 - 53 172 - 79 66 - 28 132 - 51 182 - 57 16 - 2 32 - 4 35 28 4 32 - 12 33 - 28 35 - 112 13 - 127 21 - 222 79 0 21 - 66 57 - 126 96 - 36 24 - 70 52 - 87 67 - 95 86 - 144 181 - 188 287 - 29 70 - 52 145 - 68 224 55 - 108 121 - 211 201 - 303 94 - 108 208 - 201 345 - 265 14 - 7 29 - 13 42 15 13 29 - 1 35 - 15 42 - 129 60 - 236 147 - 324 250 - 90 103 - 161 222 - 219 345 - 31 64 - 8 1 - 42 86 110 - 122 212 - 224 323 - 307 132 - 100 283 - 157 418 - 133 15 3 31 6 26 37 s - 21 28 - 37 26 c - 116 - 21 - 250 32 - 369 121 - 121 92 - 244 223 - 366 361 184 26 366 - 26 542 - 85 91 - 30 183 - 135 239 - 152 19 - 24 38 - 46 57 - 67 33 - 37 67 - 71 102 - 100 12 - 10 24 - 20 45 4 s8 34 - 4 45 c - 33 28 - 65 60 - 96 94 - 32 35 - 62 73 - 92 113 - 6 8 - 13 17 - 24 16 - 60 70 - 151 162 - 172 240 - 57 210 - 25 370 - 122 576 71 - 38 128 - 81 175 - 134 53 - 60 94 - 135 128 - 230 37 - 104 95 - 195 167 - 270 75 - 77 165 - 136 261 - 172 15 -
< path d = "M204649 49231c-680-88-1359-113-2041-114-684 0-1369 40-2058 112-20 6-15 33-14 46 2 28 37 35 121 27 643-60 1285-93 1932-93 674 0 1351 21 2038 102 33 9 77-85 22-81z" / >
< path fill - rule = "evenodd" d = "M200570 49160c683-71 1362-110 2038-110 675 0 1349 40 2025 127l31-127c-17 9-37 15-58 15a123 123 0 11113-171l60-170c-724-84-1446-122-2171-122-729 0-1459 38-2193 107l58 164c22-32 59-54 101-54a123 123 0 110 246c-12 0-25-2-36-6l33 94-2 7zm3067-416a123 123 0 100 246 123 123 0 100-246zm0 64a59.1 59.1 0 000 118c32 0 59-27 59-59s-26-59-59-59zm-1082-91a123 123 0 10123 123c0-68-55-123-123-123zm0 64a59.1 59.1 0 10.2 118.2 59.1 59.1 0 00-.2-118.2zm-1064-40a123 123 0 10-.2 245.8 123 123 0 00.2-245.8zm0 64c-33 0-59 26-59 59s26 59 59 59a59.1 59.1 0 000-118z" / >
< / g >
< path d = "M202601 47974c-14-68-49-129-100-175-51-47-116-78-187-88-33-4-39-58-7-68 60-20 114-67 157-133 45-69 79-157 95-256 5-34 64-35 69-1 15 84 51 153 97 208 55 66 125 112 193 138 31 12 25 63-8 68-59 9-105 42-141 87-50 62-81 145-100 221-8 33-62 31-69-2zm33-118c20-52 47-103 81-146 28-34 60-64 99-84-51-30-100-70-143-120-28-34-53-73-73-116-19 59-45 112-75 158-31 47-67 86-108 116 50 19 95 47 134 82 34 31 63 68 85 110zm799 5115l-515 206c-17 7-35 14-48-21-14-34 4-41 21-48l515-206c17-7 35-14 48 21 14 34-4 41-21 48zm59-326l-604 328c-16 9-33 18-51-15s-1-42 15-51l604-328c16-9 33-18 51 15s1 42-15 51zm-1826-65l604 328c16 9 33 18 15 51s-34 24-51 15l-604-328c-16-9-33-18-15-51s34-24 51-15zm51 322l515 206c18 7 35 14 21 48-14 35-31 28-49 21l-515-206c-17-7-34-14-21-48 14-35 31-28 48-21zm224 434c137 33 261 48 358 31 88-16 155-60 191-146v-493c-107-1-212-15-303-41-109-31-170-98-201-178-41-107-27-235-4-329 5-18 9-36 45-27s32 27 27 45c-20 82-33 194 1 284 23 60 69 110 152 133 91 25 198 38 307 38 107 0 214-13 304-40 82-24 148-69 192-123s65-117 57-176c-5-36-24-62-49-80-34-24-82-35-128-37-47-2-94 7-142 16-25 5-50 9-77 13-19 2-37 5-42-32s14-40 32-42c23-3 48-8 73-12 52-10 105-20 159-18 60 2 121 18 168 51 42 29 72 72 80 131 11 80-16 163-73 233-53 65-131 119-229 147-83 24-178 38-274 42v483c3 5 3 11 2 16 37 82 102 125 188 141 97 18 221 2 358-31 18-5 36-9 45 27 8 37-9 41-28 45-146 35-279 51-388 32-92-17-165-58-215-132-49 74-124 115-215 132-109 20-242 4-388-32-18-4-37-8-28-45 8-36 27-32 45-27zm356 210l402-9c19 0 38-1 38 37 1 38-18 38-37 38l-402 9c-19 0-37 1-38-37s18-38 37-38zm593-3082c151-125 293-227 423-297 133-72 254-111 359-106 19 1 37 1 36 39-1 37-20 37-39 36-92-4-200 32-322 97-125 67-263 166-410 289-14 12-29 24-53-5s-9-41 5-53zm-605 56c-141-130-298-240-445-314-139-71-268-108-363-100-19 2-37 4-40-34-4-37 15-39 34-40 110-10 252 31 404 107 152 77 315 191 461 325 14 13 28 25 2 53-25 27-39 15-53 2zm-213 1004c37-83 83-155 136-219 53-63 112-119 174-170 14-12 29-24 52 5 24 29 9 41-5 53-59 48-114 101-164 160-49 59-91 125-125 201-8 17-15 34-49 19s-27-32-19-49zm371-1734c49 66 88 139 114 223 26 82 40 175 39 279 5 80 6 165-7 249-13 86-42 170-97 246-43 60-101 97-165 113-53 13-109 10-164-7 29 100 51 208 6 308-8 18-33 27-51 18-43-22-86-43-128-62s-84-36-127-51l-1-1c-95-37-173-73-236-112-65-39-115-80-150-124l1 2c-44-49-72-106-88-170-14-55-20-114-22-174-72-39-138-78-194-116-64-43-118-87-161-131-13-14-26-27 1-53s40-12 53 1c39 40 89 80 150 121 60 40 128 81 204 121 124 13 247 51 370 109 106 50 211 115 317 192 13 7 19 16 27 20 8 6 16 13 25 19 51 22 104 28 152 16 47-11 90-39 122-84 48-66 72-139 84-214 12-77 11-157 6-234v-2c1-97-12-183-35-258-24-76-58-142-102-201-11-15-22-30 7-52s41-7 52 7zm-375 1047c-104-77-207-141-311-190-105-49-210-83-314-98 2 48 8 93 18 135 13 52 35 99 71 138l1 1c30 37 73 72 130 107 60 36 134 71 225 106l-1-1c45 16 89 34 133 54 31 14 61 28 93 44 19-83-10-179-37-267-2-8-5-15-9-29zm776-1003c-44 59-79 125-102 201-24 76-36 161-35 258v2c-5 77-6 158 6 234 12 75 37 148 84 214 32 45 75 72 122 84 48 12 101 6 152-16l25-19c6-4 13-12 27-20 105-77 211-143 317-192 123-58 246-95 370-109 75-40 144-80 204-121s111-81 149-121c13-13 26-27 53-1s14 39 0 53c-43 44-97 88-161 131-57 38-122 77-194 116-2 61-8 119-22 174-16 63-44 121-88 170l1-2c-35 44-85 85-150 124-63 38-141 75-237 112l-1 1c-43 15-85 32-127 51-43 19-85 40-128 62-18 9-43 0-51-18-45-100-23-208 6-308-55 18-111 20-164 7-64-15-122-53-165-113-55-76-84-160-97-246-13-85-12-169-7-249-1-104 13-196 39-279 26-84 65-158 114-223 11-15 22-30 52-7 30 22 19 37 7 52zm940 715c-105 15-209 49-314 98-104 49-207 113-311 190-4 13-6 21-8 29-27 88-56 184-37 267 31-15 62-30 93-44 44-20 87-38 133-54l-1 1c91-35 165-70 225-106 58-34 100-70 131-107l1-1c35-39 57-86 71-138 11-42 16-87 19-135z" / >
< path fill - rule = "evenodd" d = "M203459 50602a216.4 216.4 0 000 433 216.6 216.6 0 000-433zm0 69c-81 0-147 66-147 147s66 147 147 147 147-66 147-147-66-147-147-147zm0 60a87 87 0 10.1 174.1 87 87 0 00-.1-174.1zm-1697-124c119 0 217 97 217 216s-97 217-217 217a216.6 216.6 0 010-433zm0 69c81 0 147 66 147 147s-66 147-147 147-147-66-147-147 66-147 147-147zm0 60a87 87 0 11-.1 174.1 87 87 0 01.1-174.1z" / >
< / g >
< use width = "100%" height = "100%" transform = "rotate(-2.2 -55532.8 156275.8)" xlink : href = "#a" / >
< use width = "100%" height = "100%" transform = "rotate(2.2 459865.8 156275.8)" xlink : href = "#a" / >
< / g >
< path fill = "#171796" d = "M387.2 94.9l-19.3-22-25.2 14.5-4.3 51.1a219.7 219.7 0 0136.2 6L387.2 95z" / >
< path d = "M347.7 98c.8-.2 1.7-.2 2.6.3.3.1.6.3.8.6.4-.3.7-.6 1.2-.8a4 4 0 011.8-1c.9-.5 1.8-.8 2.7-.9h2.8c.8 0 1.6.2 2.3.6l2 1c.8.4 1.5.8 2.2 1a9.1 9.1 0 004.5.5c.4-.2.7.1.2.4-3.3 2-5.9.2-8.1-.6a16.2 16.2 0 012.1 1.7c.8.8 1.8 1.6 3.5 2.4a8.4 8.4 0 005 .7l.4.1-.1.5a4.8 4.8 0 01-2.6.7 10 10 0 01-5.2-1.3c-1.4-.7-2.3-1.6-3.3-2.4a7.5 7.5 0 00-3-1.4 6 6 0 00-2.9 0c.3.1.5.2.6.4.5.3 1 .4 2 .5.4 0 .2.3-.5.7a2 2 0 01-1.6.8c-1 .6-1.3.2-1.7-.2 0 .3 0 .5-.2.8a.6.6 0 010 .4l.2.7c0 .2 0 .3.2.4.2.2.3.4.3.7 0 .2.1.3.3.4l.6.6c.6.2.8.7 1 1.2.4.2.6.5.7.9.2 0 .4.2.6.4l2.6.1c.8.1 1.4.6 2 1.2h1.2a4 4 0 011.3-.3h2.3c.5.2.9.4 1.2.8.5.5 1.2.4 1.8.2a2.7 2.7 0 012.4 0 2.3 2.3 0 011-.2c.4-.3.7-.4 1-.4.6 0 1 0 .9.8 0 .2-.2.4-.3.4-.3.6-.7.7-1.3.7-.1.4-.3.7-.5.8.3.9 0 1.3-.7 1.2 0 .3-.3.4-.6.4a1.4 1.4 0 01-1 .5l.4.6c.4.7-.2 1-.8 1v1.2c.7.4.8.8.2 1.2.4.7.3 1.3-.5 1.6 0 .4 0 .8-.3 1-.2.2-.5.3-.3.6.3.5.2 1.1-.2 1.2l-.2.1-.2.2a9.6 9.6 0 00-1.5 1c-.1 0-.2.1-.2 0a9.6 9.6 0 01-1.8 2.4c0 .5-.4 1-1 1.1a.4.4 0 01-.3.4c.3.3.5.6.2 1a3 3 0 01-1.3.8c-1 .3-1.7.2-2-.2-.4-.3-.3-.6 0-.7-.7 0-.8-.2-.8-.7 0-.2.1-.2.3-.1.4 0 .7-.2 1-.3l.5-.6c0-.7.5-1 1.1-1.3.5-.2 1-.6 1.4-1.2l.9-1.5a1.2 1.2 0 01-.3-.7 1.5 1.5 0 01-.5-.6c-.5 0-.7-.2-.7-.5a1.1 1.1 0 01-.3 0c-.3.1-.5.3-.7.2a6.9 6.9 0 01-1.1 1c-.2.3-.4.5-.7.5-1 .1-1.5 1.2-2 1.7-.2.1-.3.4-.4.7 0 .6-.1 1-.4 1h-.4a1.2 1.2 0 00-.4 0c.3.3.3.6 0 .9-.1.3-.4.4-.8.4a3.6 3.6 0 01-1.6-.2c-.4-.2-.5-.5-.5-.7-.3-.2-.4-.3-.3-.5 0-.2.2-.3.4-.2l.6-.2a5.2 5.2 0 011.8-1.4 3 3 0 01.7-.7c0-.5.5-1 1-1.4l.1-.6v-.3c-.2-.3-.3-.7-.1-1a1.3 1.3 0 010-.6c-1.1.6-1.5.4-1.6-.1-.4.3-.8.5-1 0-.4.1-.8.3-1.2.1l-.8.2-.4.7c0 .5-.2 1-.5 1.5a9.3 9.3 0 01-.7 1.5 1 1 0 01-.1.5c0 .6-.2.9-.5 1a2.4 2.4 0 01-.4.8v.2c.1.3.1.7-.2 1l-1 .6h-1c-.4-.3-.4-.4-.3-.6a.6.6 0 01-.5 0l-.4-.3c-.1-.2-.1-.4.1-.5l.9-.6c0-.2.2-.3.4-.4.2-.4.4-.6.6-.7l.7-1.5c.1-.1.2-.3.1-.4l.1-.3s.2-.1 0-.2a1.4 1.4 0 01.2-1.2c.3-.4.6-1.4.3-2v-.8h-.3c-.2-.2-.4 0-.6.2l-.4.6c-.1.8-.5 1.5-1 1.6v1.2c0 .4 0 .7-.2.7s-.4.2-.5.5a1 1 0 00-.1.3c.3.3.2.7-.1 1-.6.6-1.4.5-2.2.3-.6-.3-.8-.5-.7-.8-.8 0-.7-.7 0-.9.8-.2 1.4-.7 1.9-1.4 0-.8.2-1.3.7-1.4 0-.5.2-1 .4-1.4.2-.4.3-.8.2-1.3-.4-.3-.4-.6 0-1 .1 0 .1 0 0-.2-.3 0-.3-.3-.3-.5s0-.2-.2-.2c-.6-.1-.5-.4-.2-.7.1 0 .2-.3 0-.4l-.1-.4c-.4-.3-.2-.6 0-.9l-.4-.8c-.7 0-1-.4-.6-.9a3.4 3.4 0 01.7-.6c.1-.3.3-.6.2-.8-.2-.6.5-1 1-1.4a.9.9 0 01-.1-.4c-.3-.3-.2-.6.1-.8a1 1 0 01-.1-.5c-.8.2-.8-.3-.4-1-.5-.3-.4-.8.5-1.5a1 1 0 010-.4 2 2 0 00-1 .3c-.3.3-.6.2-.9.1a1.5 1.5 0 00-.4-.4.6.6 0 01-.2-.6c-1 0-1.1-.7-.6-1 .3-.3.6-.6.7-.9.2-.6.7-1 1.3-1.5v-.5a1.6 1.6 0 00-.7-.3 1.2 1.2 0 00-.6-.7c-.1 0-.2-.2 0-.4-.6-.4-.5-.7-.3-1z" / >
< g fill = "#f7db17" >
< path d = "M364.5 122a1.4 1.4 0 01-.2 0 8.4 8.4 0 01-.8.7c-.2-.3-.5 0-.2.1l-.2.2c0 .3-.2.4-.5.4h-.1a3 3 0 010-.3 3.5 3.5 0 010-.4 3.9 3.9 0 00-.1.4 2.8 2.8 0 000 .4c-.8.3-1.3 1.1-1.9 1.7l-.4.8c0 .2 0 .9-.3.9h-.2c0-.1-.2-.1-.4 0h-1c-.2.2.4.2.7.3.1.1.2.3.1.5-.2.7-1.8.5-2.3.2-.2-.1-.2-.3-.2-.5h.3c.2 0 .4 0 .5-.2 0 0 .1 0 0-.1 0-.1 0-.1 0 0a1.3 1.3 0 01-.5 0 2.6 2.6 0 01-.5 0h-.2c0-.1.2 0 .2 0l.7-.3a5.3 5.3 0 011.9-1.4l.8-.7c0-.7.4-1 .8-1.5l.3-.7v-.3c-.2-.4-.3-.7-.1-1a1.5 1.5 0 010-.8.3.3 0 000-.1 6.2 6.2 0 01.8-.6v.8a1.3 1.3 0 00-.2.3.5.5 0 000 .2v.1a.4.4 0 010-.3l.3-.2.7-.4.7-.6v1l-.6.7v.1h.1a2.3 2.3 0 01.5-.7 3.2 3.2 0 011-.6v1a1.5 1.5 0 00.5.9z" / >
< path d = " M349 113 l . 2 - . 2.4 - . 6 a4 4 0 01.5 - . 6 4 4 0 00 - . 4.7 5.8 5.8 0 00 - . 4.5 v . 2 c . 1.3 . 1.5 . 3.7 l . 3 - . 4 a1 . 6 1.6 0 01.4 - . 4 1.8 1.8 0 00.5 - . 6 h . 1 l - . 2.4 a2 2 0 01 - . 3.3 l - . 4.3 a1 . 3 1.3 0 00 - . 2.4 v . 3 c - . 2.3 - . 5.5 0 . 7 a . 6.6 0 00.1 . 5 l - . 1.7 c - . 3.2 0 . 2.1 . 2 l . 4 - . 4 a4 . 3 4.3 0 01.3 - . 4 l . 4 - . 5.1 - . 5 h . 1 a1 . 4 1.4 0 01 - . 1.6 2 2 0 01 - . 5.5 3.8 3.8 0 00 - . 2.4 2.6 2.6 0 00 - . 3.4 c . 2.1 . 2.4 . 2.7 h . 1 l . 2 - . 2.2 - . 4 h . 1 l - . 2.4 - . 2.3 c . 2.1 . 2.3 0 . 5 - . 4.3 - . 3.4 0 . 7 v1 . 2 l . 1.3 h - . 1 v - . 3 c - . 4.7 - . 6 1.1 - . 7 1.8 - . 6.1 - . 5.8 - . 6 1.3 a3 . 9 3.9 0 01 - 1.9 1.5 c - . 1 0 - . 5.1 - . 5.3 0 . 1.2 . 3.4 . 2.4 - . 5.7 - . 2.2 . 2 v . 3 c . 5.4 1.6 . 5 2.2 . 2.3 - . 3.5 - . 5.2 - . 9 0 - . 5.2 - 1 . 8 - 1.2 v - . 4 l . 1 - 1.3 . 2 - . 1 c . 2 0 . 6 - . 7.7 - 1.3 v - . 4 c . 1 - . 2.2 - . 2.3 0 0 - . 2 0 - . 3.2 - . 4.2 - . 3.5 - . 6.8 - . 4 a3 3 0 01 - . 1 - . 8 2.7 2.7 0 010 - 1 l . 2 - . 2.3 - . 7.3 - . 7 h . 1 l - . 3.7 - . 3.8 v . 1 a2 . 5 2.5 0 00 - . 1 1 l . 2.9 . 2.4 v . 6 c . 4.6 0 1.7 - . 3 2.2 a1 1 0 00 - . 1.8 c . 2.2 0 . 4 - . 1.6 v . 1 c0 . 2 0 . 4 - . 2.5 l - . 7 1.6 c - . 4.1 - . 5.3 - . 6.7 - . 3.1 - . 3.2 - . 4.4 a2 . 7 2.7 0 01 - . 9.6 c - . 3.1 0 . 2.2 . 4.2 . 1.4 - . 2.6 - . 4.2 - . 3.3 - . 2.2 0 a2 2 0 00 - . 2.7 l . 7.3 c . 4 0 . 9 - . 4 1.2 - . 6.3 - . 2.2 - . 5.1 - . 8 a2 2 0 01 - . 5 0 3.4 3.4 0 01 - . 5 - . 3 2.8 2.8 0 001 . 2 v - . 3 a2 . 7 2.7 0 00.5 - . 8 c . 4 - . 2.4 - . 4.4 - . 9 l . 1 - . 5 a10 10 0 00.7 - 1.6 c . 4 - . 4.5 - . 9.5 - 1.4 0 - . 2.1 - . 3.3 - . 3 a3 . 8 3.8 0 00.3 - . 5 l . 1 - . 4 a . 8.8 0 01.2 - . 2 1 1 0 000 - . 5 1.1 1.1 0 00 - . 1 - . 4.5 . 5 0 01 - . 1 - . 2 v - . 2 h . 1 c . 1 0 0 0 0 0 v . 1 a . 5.5 0 000 . 2 c . 2.2 . 2.3 . 2.5 a1 1 0 010 . 5.7 . 7 0 00 - . 2.2 1.7 1.7 0 000 . 3 l . 6 - . 1.4 - . 5.2 - . 6 c . 1 0 0 0 0 0 a2 2 0 01 - . 1.7 l - . 3.3 c . 4.2 . 7 0 1 0 V119l . 4 - . 7 c . 1 0 . 1 0 0 0 l - . 2.8 v1c . 1.4 . 2.5 . 5.3 l . 4 - . 2 v - . 1 a18 . 2 18.2 0 011.8 - 1.6 c . 1.1 0 . 1 0 . 1 a6 . 5 6.5 0 00 - . 8.7 l - . 8.7 v . 3 c0 . 3.1 . 5.6 . 3 l . 6 - . 2 a1 . 3 1.3 0 01.3 - . 2 8 8 0 01.5 - . 3 l . 5 - . 3 a3 3 0 01.1 - . 6 l . 7 - 1.3 a2 . 3 2.3 0 001.1 - 1.1 h . 1 l - . 4.7 a2 . 5 2.5 0 01 - . 7.5 l - . 7 1.2 a2 . 7 2.7 0 00 - . 1.5 v . 1 a2 . 8 2.8 0 000 . 8 c . 2 0 . 4 0 . 7 - . 3 l . 7 - . 7 a1 . 7 1.7 0 01.2 - . 5 1 1 0 01.4 - . 4 h . 1 v . 1 a . 9.9 0 00 - . 4.3 1.7 1.7 0 00 - . 2.5 v1 . 1 l1 - . 5 v1c0 . 3.2 . 6.4 . 8 a2 . 8 2.8 0 01.5 - . 6 l . 3 - . 3.2 - . 2.3 - . 2 - . 2.3 - . 2.2 - . 3.2 v . 5 h . 6 c0 . 5 0 . 6.5 . 6 a3 . 2 3.2 0 010 - . 5 l . 1 - . 5 h . 1 a1 . 9 1.9 0 00 - . 1.5 3.1 3.1 0 000 . 5 c . 2.3 . 3.4 . 7.6 l . 2 - . 5 a1 . 4 1.4 0 000 - . 4 h . 1 v . 5 l - . 3.5 v . 5 a3 3 0 01.2 - . 3 l . 3 - . 4 c . 1 0 . 1 0 0 0 0 . 2 0 . 3 - . 2.4 a4 4 0 00 - . 2.4 l . 2.2 c - . 6 1 - 1.3 2.5 - 2.5 3 - . 6.2 - . 9.5 - 1 1.2 a1 1 0 00 - . 5.6 l - 1.2 . 3 c0 . 3 0 . 4.3 . 4 l . 7 - . 3 c . 1 0 0 . 5 - . 5.8 v . 1 c . 4.6 1.4 . 4 1.9 . 2.4 0 1 - . 5 1.2 - . 9.1 - . 2 0 - . 4 - . 2 - . 6 - . 8.1 - . 6 - . 6 0 - . 3.2 0 . 3 0 . 3 - . 3.6 - . 2.9 - . 5 1 - 1 . 6 - . 7 1.2 - 1.4 1.6 - 2.1 . 1 - . 2.2 - . 4.1 - . 5 a1 1 0 00.2 - . 5 l . 1 - . 4 h . 1 v . 5 a4 . 5 4.5 0 01 - . 2.3 c0 . 1 0 . 2.2 . 2 l1 . 5 - 1 c0 - . 3.2 - . 4.4 - . 4 l . 2 - . 1 c . 1 - . 4 0 - . 6 - . 2 - . 8 - . 1 - . 4.1 - . 5.4 - . 7.2 - . 2.2 - . 7.2 - 1 v - . 2 a2 . 6 2.6 0 000 - . 3 l . 1.3 v . 1 c . 3 - . 1.6 - . 3.7 - . 6 0 - . 3 - . 1 - . 6 - . 3 - . 8 a9 . 6 9.6 0 01 - . 6.2 10.2 10.2 0 00.7 - . 4 1.3 1.3 0 00.3 - . 2 c . 2 - . 3 - . 3 - . 5 - . 5 - . 6 l - . 7 - . 7 v - . 1 l . 7.6 v - 1.1 l - . 2 - . 4 a1 . 1 1.1 0 01 - . 5 - . 4 1 1 0 01 - . 1 - . 5 l . 2.4 . 4.4 h1c . 3 - . 3 - . 2 - . 7 - . 3 - . 9 l - . 1 - . 5 h . 1 a1 1 0 00 - . 2 - . 2.6 . 6 0 00 - . 1 0 v - . 2 a . 7.7 0 01.2 . 1 l . 2.2 a . 9.9 0 00.1 0 c . 3 0 . 5 - . 2.7 - . 5 a3 . 6 3.6 0 00 - . 3 - . 4 10 10 0 00 - . 5 - . 3 v - . 1 h . 1 a4 4 0 01.8 . 8 c . 4 0 . 4 0 . 6 - . 3 a1 . 5 1.5 0 00 - . 2 - . 4 2.5 2.5 0 00 - . 3 - . 4 c0 - . 1 0 0 0 0 . 2 0 . 3.2 . 4.3 l . 2.5 . 4 - . 1 c . 3 - . 2 0 - . 8 0 - 1 a2 . 8 2.8 0 00 - . 1 0 l - . 2 - . 2 c0 - . 1 0 0 0 0 h . 2 l . 2.1 . 4 - . 6 c0 - . 4 0 - . 2.5 - . 3.4 0 . 6 0 . 9 - . 6.1 0 . 2 0 . 2 - . 3 s0 - . 4 - . 3 - . 4 c - . 5 0 - . 8 0 - 1 . 3 v . 3 c0 . 1 0 0 0 0 l - . 2 - . 2 c - . 4 0 - . 7 0 - 1.1 . 2 h - . 2 l . 2.3 . 1.4 a1 1 0 00 - . 2 - . 4 1.8 1.8 0 00 - . 3 - . 4 2.6 2.6 0 00 - 1 - . 2 l . 2.1 . 2.2 v . 1 a7 . 7 7.7 0 01 - . 2 - . 2 6.5 6.5 0 01 - . 2 - . 2 2.7 2.7 0 00 - . 9.2 l - . 6.2 . 4.5 . 2.6 a2 . 1 2.1 0 00 - . 3 - . 6 1.9 1.9 0 00 - . 4 - . 4 1.8 1.8 0 01 - . 5 0 l . 2.3 - . 3 - . 4 a1 . 4 1.4 0 01 - . 5 - . 2 8.3 8.3 0 01.2 1.5 7.8 7.8 0 00 - . 2 - . 9 4.7 4.7 0 00 - . 1 - . 7 1.7 1.7 0 01 - . 2 - . 2 2.1 2.1 0 00 - . 6 - . 4 1 1 0 01 - . 2.7 c - . 1 0 0 0 0 0 a . 8.8 0 00.1 - . 8 3.1 3.1 0 00 - 1 - . 2 5.3 5.3 0 01.5 . 8 l . 3.5 v . 5 a2 2 0 00 - . 1 - . 5.7 . 7 0 00 - . 3 - . 4 5.6 5.6 0 00 - . 3 - . 5 4.6 4.6 0 00 - . 3 - . 4 h - . 4.1 a . 6.6 0 010 . 3.5 . 5 0 000 - . 2.7 . 7 0 00 - . 2 - . 1 h - . 8 a5 5 0 011 2.3 4.8 4.8 0 00 - . 4 - 1.2 5.1 5.1 0 00 - . 7 - 1 h - . 6 a1 . 7 1.7 0 01.4 . 4 c0 . 1 0 . 1 0 0 a1 . 6 1.6 0 00 - . 3 - . 1 2.4 2.4 0 00 - . 3 - . 2 5 5 0 00 - . 3 0 l - . 1.1 a4 . 7 4.7 0 011 1.1 c0 . 1 0 0 0 0 a3 . 8 3.8 0 00 - . 6 - . 6 4.7 4.7 0 00 - . 6 - . 4 h - . 6 a5 5 0 01.5 1.7 h - . 1 a3 . 5 3.5 0 00 - . 2 - . 8 6.2 6.2 0 00 - . 3 - . 9 8 8 0 01 - . 4 0 9.1 9.1 0 01.3 1.6 v . 1 a9 . 3 9.3 0 00 - . 2 - 1 9.3 9.3 0 00 - . 3 - . 8 3.9 3.9 0 00 - 1.3 - 1 1.7 1.7 0 01.4 1.1 v . 1 a1 . 6 1.6 0 00 - . 2 - . 7 1.7 1.7 0 00 - . 4 - . 6 2 2 0 00 - . 3 0 15.6 15.6 0 00 - 1 0 c . 2.1 . 4.4 . 4.6 0 - . 2 - . 3 - . 5 - . 6 - . 7 h - . 6 l . 3.3 . 2.5 . 2.6 . 4.4 s . 1 0 0 0 c0 . 1 0 . 1 0 0 a1 . 1 1.1
< path d = "M349.4 100.1a2.2 2.2 0 00-.6-.3 1.4 1.4 0 00-.5-.5c-.2-.2-.2-.1-.1-.3l.2-.1a.9.9 0 01.3 0 .4.4 0 01.2.2h.1c.1 0 0 0 0 0a.5.5 0 00-.2-.2 1 1 0 00-.4-.1.7.7 0 00-.4 0l-.2-.5.4.1.2.1a.7.7 0 00-.2-.2 2 2 0 00-.2 0 2.9 2.9 0 012.1.2c.4.1.6.3.8.6l-.2.2c-.5 0-.8 0-1 .2-.2.1-.2.4-.2.6z" / >
< / g >
< path d = "M365 121.8l-.4.2c0-.3.2-.4.3-.6v.2l.1.2zm2 4.2a2.3 2.3 0 01-.4.4 4 4 0 01-.5.4v-.1l.4-.4.4-.4zm1.3-1.6l-.2.3h-.1l.2-.3zm-.7 0a1.1 1.1 0 01-.2.3 1 1 0 01-.5.4v-.1a1 1 0 00.4-.3 1 1 0 00.1-.4h.1zm1.2-1.6a1 1 0 00-.1.2 1.1 1.1 0 00-.1.2h-.1a1.1 1.1 0 01.3-.5zm1 0v.5l-.3.5c-.1 0 0 0 0 0l.1-.5.2-.5zm-.4-6c.3.5.4 1 .4 1.5a7.3 7.3 0 01.1-.6 1.4 1.4 0 00.3-1.1c0-.1.1 0 .1 0v.6a1.7 1.7 0 01-.3.6l-.2 1h-.1v-.1c0-.6 0-1.2-.4-1.8v-.1zm-.8 1v.3h-.1v-.4h.1zm-.2 1.4a6.2 6.2 0 01.2 1.4 1 1 0 01.1-.1l.3-.3h.1a1 1 0 00-.3.3.7.7 0 00-.2.4 5 5 0 00-.1-.9 5.9 5.9 0 00-.2-.8zm1 .5a3.6 3.6 0 01.1 1.2v-.6a3.6 3.6 0 00-.1-.6zm1-.2v.6a1.5 1.5 0 010 .5 1.2 1.2 0 000 .6l.1.6a2.5 2.5 0 01-.3-.6 1.3 1.3 0 010-.6 1.4 1.4 0 00.2-.5 2.3 2.3 0 000-.6zm.5-1.5l-.1.3v.2h-.1v-.6h.1zm-.5-2.6v.2c.1 0 .1 0 0 0 0 .1 0 0 0 0v-.2s-.1 0 0 0c0-.1 0 0 0 0zm.2-2v.8a.8.8 0 00-.2.3 1.4 1.4 0 000 .6h-.1a1.4 1.4 0 010-.6.9.9 0 01.3-.4v-.7zm-2-.7c.4.2.6.4.8.7.2.2.3.5.3.9l-.6-.2v1.8c-.2.5-.5.8-1 1a3.8 3.8 0 000-1.8h.1a3.6 3.6 0 010 1.6 1.5 1.5 0 00.7-.8 3.7 3.7 0 00.1-1.9l.6.2c0-.3-.1-.5-.3-.8a2.5 2.5 0 00-.7-.6v-.1zm5.2-1v.2h-.1v-.2s0-.1 0 0h.1zm-1.2 0l.3.1a.8.8 0 01.1.2v.1a.8.8 0 00-.2-.2.6.6 0 00-.2-.2zm-1.8.5l.3.5v.6c-.1 0-.1 0 0 0l-.1-.6a1 1 0 00-.3-.5h.1zm-6 .5v.4l-.1.1v-.5zm1-.6l.2.4v.1h-.1v-.1l-.1-.3zm2.4 1.6v.1a1.1 1.1 0 010 .2.8.8 0 000-.2.6.6 0 00-.1 0v-.1zm.8-1.8v.2a.2.2 0 010 .2.1.1 0 000-.2c-.1-.1-.1-.1 0-.1zm-5.5.3a1 1 0 00.2.7c.2.1.2.3.3.4v.4h-.1v-.4a.9.9 0 00-.2-.3 1 1 0 01-.2-.4 1.1 1.1 0 01-.1-.4zm2.2 1.5l.2.7v.7c0 .3 0 .6.2.8l.6.7a2.9 2.9 0 01-.1-1l.3-1c.2 0 .2-.2.3-.3v-.4h.1v.4a1.5 1.5 0 01-.3.5 1.6 1.6 0 00-.3.9c0 .3 0 .6.2 1h-.1c-.4-.2-.6-.5-.8-.8a1.3 1.3 0 01-.2-.8v-.7a1.8 1.8 0 00-.2-.6c0-.1.1 0 .1 0zm-.9 1.4c0 .2 0 .5-.2.7a3.4 3.4 0 01-.4.6h.3a2.2 2.2 0 00.7-.6l.3-.3c.1 0 0 0 0 0a3.6 3.6 0 01-.2.4 2.5 2.5 0 01-.3.2 24.5 24.5 0 010 .4v-.2a1.5 1.5 0 00-.1-.1 2.2 2.2 0 01-.4.2l-.4.2v-.1l.4-.7.2-.7h.1zm-1 0v.1h-.1c-.1 0 0 0 0 0v-.2z" / >
< path d = " M363 113.7 c . 2.3 . 2.6 . 2 1 a1 . 9 1.9 0 01 - . 4.8 1.9 1.9 0 00 - . 5.6 2.6 2.6 0 00 - . 2.6 l . 2 - . 3.5 - . 3 a4 . 6 4.6 0 001.1 - . 9 h . 1 c . 1 0 0 0 0 0 a4 4 0 01 - 1.2 1 1 1 0 00 - . 4.3 2.3 2.3 0 00 - . 4.5 c0 - . 4 0 - . 7.2 - 1 l . 5 - . 6.4 - . 8 c0 - . 3 0 - . 6 - . 2 - . 9 h . 1 zm2 . 3 3.5 l . 1.4 . 1.1 c . 2.3 . 3.5 . 3.8 l - . 1 1 h - . 1 a1 . 8 1.8 0 00 - . 4 - 1 3.4 3.4 0 00 - . 8 - . 6 v - . 1 c . 4.2 . 7.4 . 9.7 l . 3.6 a3 . 4 3.4 0 000 - . 6 1.3 1.3 0 00 - . 1 - . 7 l - . 1 - . 2 c - . 2 - . 2 - . 3 - . 3 - . 2 - . 4 zm1 0 l . 1.2 c0 . 1 0 0 0 0 h - . 1 l - . 2 - . 2 h . 1 zm1 . 3 l - . 2.7 - . 2.7 . 2 - . 7.2 - . 7 zm . 7 4 v . 1 a . 3.3 0 010 - . 2 zm - . 7 - 1.2 v . 3 l - . 2.4 v - . 4 l . 1 - . 4 h . 1 zm - 1 0 h . 1 v . 1 h - . 1 v - . 1 zm - 1.1 - . 6 a7 . 3 7.3 0 01 - . 1.2 v . 2 h - . 1 a5 5 0 010 - . 2 5 5 0 010 - . 2 h . 1 c . 1 0 0 0 0 0 zm - 1.7 1.8 a . 7.7 0 00 - . 1.2 1.3 1.3 0 000 . 2 s - . 1.1 - . 2 0 v - . 2 a . 8.8 0 01.2 - . 3 h . 1 zm - 4.8 4.6 a . 7.7 0 010 . 2 1.1 1.1 0 01 - . 2.1 c - . 1 0 - . 1 0 0 0 a . 8.8 0 00.1 - . 3 h . 1 zm . 8 - . 4 a . 3.3 0 01 - . 1.2 . 6.6 0 01 - . 2 0 . 4.4 0 00.1 - . 1.3 . 3 0 000 - . 1 h . 2 zm1 - . 6 a . 5.5 0 010 . 1.5 . 5 0 01 - . 2.1 . 4.4 0 000 - . 2 h . 2 zm1 . 5 - 3.8 l - . 1.4 a1 . 4 1.4 0 000 . 4 h - . 1 a1 . 4 1.4 0 010 - . 4 v - . 5 h . 1 zm1 - 10.3 a . 9.9 0 01 - . 1.3 1.4 1.4 0 01 - . 2.3 h - . 1 l . 2 - . 3 a . 8.8 0 000 - . 3 l . 1 - . 1 zm - 1 - 1 a1 . 9 1.9 0 01.1 1 1.8 1.8 0 000 - . 5 1.5 1.5 0 00 - . 2 - . 4 c0 - . 1 0 0 0 0 zm - 1.4 1.7 a1 . 5 1.5 0 01 - . 4 - . 4.7 . 7 0 01 - . 1 - . 4 l . 2.4 . 3.4 zm1 . 5 2.6 v . 2 h - . 1 v - . 2 zm - 2 - 2 l . 6 1 . 1.8 c . 2 0 . 3 - . 1.4 - . 3 v - . 9 a1 . 9 1.9 0 00.3 - . 6 3.5 3.5 0 00.1 - . 5 h . 1 l . 4.8 . 3.9 h - . 1 a2 . 9 2.9 0 00 - . 3 - . 9 3.9 3.9 0 00 - . 3 - . 6 2.9 2.9 0 010 . 4 2 2 0 01 - . 3.5 l - . 1 1 - . 4.3 v . 4 h - . 1 c0 - . 4 0 - . 8 - . 2 - 1.2 a2 2 0 00 - . 5 - 1 zm1 . 2 5 v . 3 l - . 1.4 h - . 1 v - . 8 h . 1 c . 1 0 . 1 0 0 0 zm - 2.2 . 9 v . 3 l - . 1 - . 3 c0 - . 1.1 0 . 1 0 zm1 . 9 - 2.5 a2 . 3 2.3 0 01 - . 2.6 l - . 3.5 a1 . 1 1.1 0 00 - . 3.6 1.8 1.8 0 000 . 7 c0 . 1 0 0 0 0 a1 . 9 1.9 0 01 - . 1 - . 7 c0 - . 2.1 - . 5.3 - . 7 a2 . 1 2.1 0 00.3 - . 5 2.1 2.1 0 00.2 - . 6 c . 1 0 0 0 0 0 zm - . 5 - . 8 v . 6 a2 . 2 2.2 0 01 - . 5.6 1.8 1.8 0 00 - . 4.5 l - . 2.5 h - . 1 l . 2 - . 6.5 - . 5 a2 2 0 00.3 - . 5 1 1 0 00.1 - . 6 h . 1 zm - 2.4 1.2 c0 . 4 0 . 7 - . 2 1 - . 1.3 - . 3.6 - . 6.8 h - . 1 v - . 1 c . 3 - . 2.5 - . 5.6 - . 8.2 - . 2.2 - . 6.2 - 1 zm - 3 1.7 v . 2 l . 1.1 v . 1 h - . 1 l - . 1 - . 2 v - . 2 s - . 1 0 0 0 zm - 1.3 0 a2 . 7 2.7 0 000 . 7 l . 4.6 . 1.5 v . 4 l . 4 - . 5 a1 . 4 1.4 0 00.2 - . 6 1.6 1.6 0 010 . 6 l - . 5.6 h - . 1 a3 . 3 3.3 0 000 - . 5 1.8 1.8 0 00 - . 2 - . 4 2 2 0 01 - . 3 - . 7 2.7 2.7 0 01 - . 1 - . 7 zm . 2 4.2 a2 . 6 2.6 0 01.1 - . 8 h . 1 a2 . 5 2.5 0 00 - . 1.8 h - . 1 zm - . 2 1.1 v - . 4 s0 - . 1.1 0 v . 4 zm - . 8 2 l . 2 - . 3.2 - . 3 h . 1 a4 4 0 01 - . 2.4 l - . 2.2 c - . 1 0 - . 1 0 0 0 zm - 1.1 - 6.6 v . 2 h - . 1 v - . 2 zm - 2 4.5 a2 . 9 2.9 0 000 - . 1 v - . 2 h . 1 v . 3 zm5 - 8 l - . 3 1 c0 . 3.1 . 6.3 . 7.3 . 2.4 . 4.5 . 7 v - . 4 c . 1 - . 1.1 - . 3 0 - . 4 h . 1 a2 . 7 2.7 0 010 1 h - . 1 a6 6 0 010 - . 2 l - . 5 - . 6 c - . 3 - . 2 - . 4 - . 4 - . 4 - . 8 l . 2 - 1 h . 1 zm - . 4 - 1.3 a2 . 5 2.5 0 010 . 8 4 4 0 01 - . 3.7 2.4 2.4 0 00 - . 2 1 c0 . 4.1 . 7.3 1 v . 1 a2 . 5 2.5 0 01 - . 2 - 2.1 3.8 3.8 0 00.2 - . 7 c0 - . 3.1 - . 5 0 - . 8 h . 1 c . 1 0 0 0 0 0 zm - 2.3 3.3 a . 8.8 0 000 . 4 l . 1.5 c0 . 1 0 0 0 0 a1 . 5 1.5 0 01 - . 3 - . 5.9 . 9 0 01.1 - . 5 h . 1 zm - 1 - . 4 v . 3 a . 9.9 0 010 . 3.4 . 4 0 00 - . 1.3 l . 1.2 v . 1 a . 8.8 0 01 - . 2 - . 3.5 . 5 0 010 - . 4.8 . 8 0 00.1 - . 2 v - . 3 h . 1 zm5 . 8 - 8.6 a2 . 3 2.3 0 00.3 1.5 2.6 2.6 0 01 - . 4 - . 7 2.3 2.3 0 010 - . 8 h . 1 zm - . 7.7 a4 4 0 01.5 1.7 h - . 1 a3 . 8 3.8 0 00 - . 5 - 1.6 v - . 1 zm - 3.6 . 1 c - . 4.5 - . 5 1 - . 6 1.3 l . 2.9 . 2.8 a2 . 6 2.6 0 01 - . 2.8 c - . 1 0 0 0 0 0 v - . 8 a2 . 3 2.3 0 000 - . 8 1.7 1.7 0 01 - . 3 - 1 c0 - . 3.2 - . 7.6 - 1.2 . 1 0 0 0 0 0 zm3 . 3 - 1.4 v . 5 l - . 4.4 a . 8.8 0 00 - . 3.4 v . 7 c0 . 1 0 0 0 0 a1 . 9 1.9 0 010 - . 7 1 1 0 01.3 - . 5 1 1 0 00.3 - . 4.6 . 6 0 000 - . 4 h . 1 zm - 3.5 . 3 v . 7 c0 . 2 - . 2.4 - . 4.6 a1 . 2 1.2 0 00 - . 4.6 2.9 2.9 0 00 - . 1.7 h - . 1 a3 3 0 01.1 - . 8 c0 - . 2.2 - . 4.4 - . 6 l . 4 - . 6 a1 1 0 000 - . 6 zm2 . 1 a . 8.8 0 000 . 2.5 . 5 0 00.1 . 3.6 . 6 0 01 - . 2 - . 2.8 . 8 0 010 - . 3 h . 1 zm0 - . 5 a . 8.8 0 00 - . 5.4 l - . 2.7 . 2.5 v . 7 a2 . 4 2.4 0 000 - . 7 l - . 3 - . 4 a2 2 0 00 - . 5 1.2 c0 . 5.1 1 . 5 1.5 h - . 1 a2 . 7 2.7 0 01 - . 5 - 1.5 c0 - . 5.2 - . 9.6 - 1.3 0 - . 3 0 - . 6.2 - . 8 a1 1 0 01.5 - . 4 zm - . 7 - . 8 v . 1 c0 . 3 0 . 6 - . 2.7 a . 8.8 0 00 - . 2.3 1.6 1.6 0 00 - . 1.4 h - . 1 a1 . 7 1.7 0 010 - . 4 1 1 0 01.3 - . 4 c . 2 - . 1.2 - . 4.2 - . 6 a2 . 7 2.7 0 000 - . 1 h . 1 zm5 . 7 6 l . 1.5 v . 4 a1 . 4 1.4 0 000 - . 4 1.9 1.9 0 00 - . 2 - . 4 h . 1 zm0 2 v . 6 l - . 2.6 - . 3.6 . 2 - . 6 a2 . 1 2.1 0 00.2 - . 6 1.6 1.6 0 000 - . 7 h . 1 zm - 1.2 - 1.8 a2 . 5 2.5 0 01.7 2.5 h - . 1 a2 . 4 2.4 0 00 - . 6 - 2.4 v - . 1 c0 - . 1 0 0 0 0 zm0 2 a5 . 3 5.3 0 01 - 1 1.4 2.5 2.5 0 00 - . 5 1 1.4 1.4 0 00 - . 1 - . 6 1.9 1.9 0 00 - . 2 - . 4 1.4 1.4 0 01 - . 3 - . 9 l . 3 - . 8.3 - . 6 a2 . 4 2.4 0 000 - . 6 h . 1 c . 1 0 0 0 0 0 a2 . 6 2.6 0 01 - . 3 1.3 1 1 0 00 - . 3.7 c0 . 3 0 . 6.2 . 8 a2 2 0 01.3 . 8 2.6 2.6 0 01.5 - . 8 5 5 0 00.5 - . 6 l . 3 - . 7 h . 1 zm - 3.2 - 1 a2 . 8 2.8 0 00.4 1.4 v . 1 h - . 1 a2 . 3 2.3 0 01 - . 3 - . 7 3 3 0 010 - . 7 zm - 1.7 1 v . 3 h - . 1 v - . 3 zm . 6 - 1.6 l - . 1.5 a1 . 4 1.4 0 01 - . 3.5 c - . 1 0 0 0 0 0 l . 2 - . 5 a1 . 4 1.4 0 000 - . 5 h . 1 zm - 1.6 3.1 a3 . 3 3.3 0 01 - . 3 - 1.7 c0 - . 5.3 - . 8.6 - 1 l . 4 - . 7 c . 1 - . 2.2 - . 5.1 - 1 s . 1 0 . 1 0 v1l - . 6.
< path d = "M351.6 101a.3.3 0 01.3.3.3.3 0 01-.3.2.3.3 0 01-.2-.2.3.3 0 01.2-.3zm1.8 1.6a2.2 2.2 0 00.8-.7c.1 0 0 0 0 .1a2.3 2.3 0 01-.2.3l-.5.4c-.1-.1 0-.1 0-.1zm3.7-1.6a.5.5 0 01.3 0 .8.8 0 01.3.2.7.7 0 00-.3 0 .5.5 0 00-.2 0l-.1-.1zm-2 .1a.8.8 0 01.3-.4l.7-.1v.1a1 1 0 00-.7 0 .7.7 0 00-.3.5c-.1 0-.1 0 0 0zm.2.4a.4.4 0 010-.3.6.6 0 01.3-.1h.1a.5.5 0 00-.3.2.3.3 0 000 .2h-.1zm-3.6 1.1l-.1.3a.8.8 0 000 .3l-.1.1a1 1 0 010-.4c0-.1 0-.2.2-.3zm1 .5v.2-.2zm-.6-1.1a1 1 0 00.3 0h.3a1.4 1.4 0 01-.3.1 1 1 0 01-.3 0s-.1 0 0-.1zm.6-2a.3.3 0 00-.2.1.4.4 0 00-.1.2h-.1a.5.5 0 01.2-.3.4.4 0 01.2 0h.1zm-1 .2a.8.8 0 00-.2 0 .3.3 0 000 .2h-.1c-.1 0 0 0 0 0a.4.4 0 010-.2.9.9 0 01.3-.1zm-.7 0a.8.8 0 00-.1.1.7.7 0 00-.1.2h-.1a.7.7 0 01.1-.2.9.9 0 01.2-.2v.1zm-.8.7a1.7 1.7 0 00-.4.4v-.1a2 2 0 01.4-.4zm0 .9v.1l-.2.2c-.1 0-.1 0 0 0v-.2l.2-.2c.1 0 .1 0 0 0zm-.7.2v.3l-.1.1c-.1 0 0 0 0 0v-.4zm1 1.4v.6h-.1v-.6h.1zm-.6-.4v.3h-.1v-.3h.1zm-.6-4.5a.7.7 0 01.5.4v.1h-.1a.7.7 0 00-.2-.3.7.7 0 00-.2-.1v-.1zm5.2 6.7a1.6 1.6 0 010 1.4h-.1a1.6 1.6 0 000-1.3v-.1zm-1.7 2c0-.3.2-.5.3-.7l.4-.6c.2-.2.3-.4.3-.7a1.8 1.8 0 000-.7h.1a2 2 0 01-.3 1.5 6.3 6.3 0 00-.4.5l-.3.7h-.1zm-2.2-.6a.7.7 0 01.2-.3.9.9 0 01.3-.1.8.8 0 00-.2.2.6.6 0 00-.2.2zm-.4-.2l.3-.3.3-.2v.1a1 1 0 00-.3.2 2 2 0 00-.2.3c-.1 0-.1 0 0 0zm2.3-2.2h.2a.8.8 0 00.3 0v.1a.8.8 0 01-.6 0c0-.1 0-.1 0 0zm-1.2-.1l.1-.1c.1 0 .1 0 0 0v.1c-.1 0 0 0 0 0zm24.2 7a1.1 1.1 0 01.2.3h-.1a.8.8 0 000-.1.8.8 0 00-.2-.2c0-.1 0 0 0 0zm-26.8 12.5l.3.3a1 1 0 00.5 0v.1a1 1 0 01-.5 0 1.7 1.7 0 01-.4-.3c0-.1 0-.1 0 0z" / >
< g fill = "red" >
< path d = "M368.9 99.6a8.2 8.2 0 001.7 0c-.6.3-1.2.6-2 .7a.8.8 0 00.3-.4.4.4 0 000-.3zm-1.4-.1h1.2v.4s0 .2-.2.3c0 0-.1 0 0 .1a5.6 5.6 0 01-1.3 0 1 1 0 00.3-.5.6.6 0 000-.4zm-10.5-3c.7-.2 1.3-.2 2-.2a1 1 0 01.5.4c.1.2.2.5.1.8l.1.1h.1l-.1-1a1 1 0 00-.3-.2h.2a5 5 0 012.1.6c.2.2.3.3.2.5l-.3.5v.2h.2l.3-.7a.7.7 0 000-.3l1.7.8a.5.5 0 010 .5 1 1 0 01-.5.3v.1l.1.1c.3 0 .5-.2.6-.4a.6.6 0 000-.4l1.2.6v.3c0 .2-.1.3-.3.4 0 0-.1 0 0 .1 0 .1 0 0 0 0 .3 0 .5-.2.6-.4a.5.5 0 000-.3l.4.1a8.1 8.1 0 001.3.4.5.5 0 01.1.4.7.7 0 01-.2.3v.2c-1.4-.1-2.7-.9-4.1-1.4l-.5-.2-1.6-.6-.1-.1a8.5 8.5 0 00-1.5-.4 6.1 6.1 0 00-1.6 0h-.1l-.1-.8a1.3 1.3 0 00-.5-.4z" / >
< path d = "M354.6 97a8.7 8.7 0 012-.5c.4.1.6.3.7.5v.6a4.2 4.2 0 00-1.7.2 1.2 1.2 0 00-.7-.6 1.2 1.2 0 00-.3-.1zm7.4 3.9a9.4 9.4 0 00-.5-.4 7 7 0 00-3-.8c.3-.4.4-.8.3-1.1a1.7 1.7 0 00-.7-.8h1a8 8 0 012 .6c0 .3.1.6 0 .8 0 .3-.2.5-.5.7 0 0-.1 0 0 .1 0 .1 0 .1 0 0 .4-.1.6-.4.7-.7v-.8l1 .6 1 .8c0 .4 0 .6-.3.8h-.9v.2z" / >
< path d = "M364 102.4l-1.8-1.4c.4 0 .7 0 1-.2.1-.1.3-.4.3-.8l1.1 1 .6.5v.4a.5.5 0 010 .2.6.6 0 01-.4.2h-.7z" / >
< path d = "M366.2 103.8a11.8 11.8 0 01-2-1.3h.7a.8.8 0 00.4-.2l.1-.4a1 1 0 000-.2 10.5 10.5 0 002.1 1.4c0 .3 0 .4-.3.5a3 3 0 01-1 .1z" / >
< path d = "M368.4 104.7a11.9 11.9 0 01-2-.8c.4 0 .7 0 1-.2.2 0 .3-.2.3-.5a10.8 10.8 0 001.3.6v.4l-.5.4s-.1 0 0 0z" / >
< path d = "M373.2 104.2s.4-.1.2 0c-1.4 1-3.1 1-4.8.5.3-.1.5-.2.6-.4a.6.6 0 000-.5l1.7.4a.4.4 0 01-.1.3l-.5.3s-.1 0 0 .1c0 .1 0 0 0 0 .3 0 .5-.2.6-.3a.6.6 0 00.2-.4 9 9 0 002 0zm-9.7 24l-.2.4-1.2.3c0 .3 0 .4.3.4l.7-.3c.1 0 0 .5-.5.8v.1c.4.6 1.4.4 1.9.3a3 3 0 001.3-1l-.3-.6c-.4.1-.6 0-.5-.2a3.9 3.9 0 00-1.5-.2zm-15.1-4.8c-.3.3-.7.5-1 .6-.2 0-.6.1-.6.3 0 .1.2.3.4.2.4-.5.7-.2.2.2v.3c.5.4 1.6.5 2.2.2.3-.2.6-.5.2-.9a1.7 1.7 0 010-.2h-.6l-.4-.3-.4-.4zm10 3.5h-.1c-.2.2.3.2.6.3.2.1.2.3.2.5-.3.7-1.9.5-2.4.2-.2-.1-.2-.3-.2-.5h.3c.2 0 .4 0 .6-.2v-.2h-.2a1.3 1.3 0 01-.4.2 2.6 2.6 0 01-.5 0l-.2-.2h.2l.7-.2.1-.1c.5 0 1 0 1.3.2zm-7.2-.4l-.2.3a2.7 2.7 0 01-.9.6c-.2.1 0 .2.2.4.2.1.5-.2.6-.4.2-.3.3-.2.2 0l-.2.7.7.3c.4 0 1-.4 1.2-.6.3-.2.2-.5.1-.8a2 2 0 01-.5 0 3.4 3.4 0 01-.5-.3l-.7-.2zm2.8-26.4h.3l.6.1a4.5 4.5 0 011.7-.3 5.7 5.7 0 011.7-.2v-.2c.3-.3.4-.6.3-.9-.1-.2-.4-.5-.8-.7h-1.3a4 4 0 00-.8.1l.6.4.4 1c-.2.1-.2 0-.2 0 0-.4-.2-.6-.3-.9l-.8-.4a9 9 0 00-1.3.2c-.3 0-.5.2-.7.3l.8.1c.3.1.5.4.6.8-.1.1-.1 0-.1 0a1 1 0 00-.5-.6c-.4-.2-1.3 0-1.7.2a4.2 4.2 0 00-.6.6l2 .4zm-2.3-.4v-.1l.7-.6.7-.4a2 2 0 011-.5l1.3-.2a1 1 0 00-.5-.5l-.8-.1-1.5.8h.5l.1.2h-.4a1.4 1.4 0 00-.4 0h-.1l-1.3 1c.3.1.6.2.7.4z" / >
< / g >
< path fill = "#0093dd" d = "M409 156.5l20.8-47-15.3-24.7-27.3 10-12.7 49.8a219.4 219.4 0 0134.5 11.9z" / >
< path fill = "#fff" d = "M382.6 113a251.7 251.7 0 0139.6 13.7l-8 18.2a232 232 0 00-36.5-12.7z" / >
< path fill = "red" d = "M415.4 142l5.4-12.2a248.6 248.6 0 00-39-13.5l-3.2 12.4a235.9 235.9 0 0137 12.8l-.1.4z" / >
< path d = "M385.6 125.8c.3-.3.7-.2 1.1-.1.3-.2.7-.2 1-.2l.6-.2c.2 0 .2-.2 0-.3a.6.6 0 010-.3c-.7-.4-1-1-1.2-1.5-.3 0-.5-.2-.5-.3h-.5c-.8 0-1-.3-1.3-.5a1 1 0 01-.6-.4l-.3-.3c-.2-.3-.1-.7.2-.7h.7a2 2 0 01.9-.1c.3 0 .5-.3.9-.6v-.4s0-.2.2-.1a1 1 0 01.8.5c.5 0 1 .3 1.2.7.7 0 1.1.3 1.2.5 0 .2-.2.4-.5.6v.2l.4.4 1 .7c1-.1 2.6.6 4.8 2a18.6 18.6 0 014.1 1.2h.9c2.4-.4 4.7 0 6.8 1.5.8.1 1.5.4 2.2.7.5.2 1 .3 1.6.3a8 8 0 012.6.7c1 .2 1.9.6 2.4 1.2.4.5.3 1-.2 1.2-.3.6-.9.6-1.8.3-.6.1-1.3-.4-2-.9-.8-.2-1.6-.8-2.4-1.3l-1.3-.6h-.8v.2c.2.2.4.4.4.8v1c0 .4.3.6.7.9l1 .4c.2 0 .3.1.3.3l.4 1.7.4.3c.6.5.2 1-.3 1a3.1 3.1 0 01-1.3.8c-.4.2-.6 0-.7-.2a.5.5 0 01-.4-.2c-.5-.4-.1-1 1-.7l.2-.2a1.5 1.5 0 010-.9l-.3-.2a2.8 2.8 0 01-1-.6c-.6-.5-1.5-1-2.4-1.4-.7 0-1.2-.4-1.8-.7h-.8c-.2 0-.4 0-.5.2-.2.3-.5.2-.8.2h-1.6c-.4 0-.7 0-1 .3-.2.2-.4.2-.7 0a1 1 0 01-.3-.2c-.3 0-.5 0-.5-.2-.5-.1-.6-.2-.6-.4-.6-.1-.3-.6 0-.6l1.4.1c.4.1 1 0 1.2-.2l.5-.5a4 4 0 01-1.8-.5c-1.1-.7-2-.9-2.8-.3-.2.2-.3.2-.6.1a1 1 0 00-.5 0c-.5.1-.9 0-1.3-.1a4 4 0 01-1.8 0c-.6.3-1 .4-1.2.2a8.6 8.6 0 01-.6-.4c-.4-.1-.5-.2-.5-.3-.4 0-.5-.2-.5-.4-.2-.2 0-.3 0-.4.4-.2.7-.2 1 0 .3 0 .5.2.6.3h.6c.1-.2.5-.2 1-.2l.7-.2v-.2c-.4 0-.6-.4-.9-.7a3 3 0 01-1.5-.5c-.4 0-.7-.1-1-.3h-.7a2.5 2.5 0 01-1.4 0h-.8a1 1 0 01-1 .2 1.5 1.5 0 00-.8-.5c-.3-.1-.4-.2-.4-.4-.4-.2-.3-.4 0-.5.3-.1.5-.2 1 0l.5.2z" / >
< path fill = "#fff" d = "M401.2 130.5s0-.2-.3 0c-.8 0-1.6 0-2.2-.4-.7-.4-1.3-.8-2-.8l.7-.4h1.5c.7 0 1.4.2 2 .4.4.2.8.5 1 .8a3.4 3.4 0 01.8.7 2.5 2.5 0 01-.7 0 2.9 2.9 0 01-.8-.3z" / >
< path d = "M403 94.7v.2l.9 4.9-3.7 3.2-.2.1.2.1 4.7 1.6 1 4.9v.2l.2-.1 3.7-3.3 4.6 1.6h.3v-.1l-1-4.9 3.7-3.2.2-.2h-.3l-4.6-1.6-1-4.9V93l-.2.1-3.7 3.3-4.7-1.6z" / >
< path fill = "#f7db17" d = "M400.6 103l3.5-3 4.4 1.4zm8.5-1.7l3.4-3 4.4 1.5zm7.8-1.3l-3.4 3-4.4-1.5zm-8.4 1.6l-3.5 3-4.3-1.5zm-5-6.4l4.3 1.4.8 4.6zm5.5 6.4l4.4 1.5.9 4.5zm5.1 6.1l-4.3-1.5-.9-4.5zm-5.6-6.4l-4.3-1.5-.9-4.5zm3-7.7l1 4.6-3.5 3zm-2.7 8.1l.8 4.6-3.4 3zm-2.8 7.5l-.9-4.5 3.5-3zm2.8-8l-.9-4.6 3.5-3z" / >
2021-10-05 09:36:58 +00:00
< /svg>`,ko=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - kr " viewBox=" 0 0 640 480 " >
< defs >
< clipPath id = "kr-a" >
< path fill - opacity = ".7" d = "M-95.8-.4h682.7v512H-95.8z" / >
< / c l i p P a t h >
< / d e f s >
< g fill - rule = "evenodd" clip - path = "url(#kr-a)" transform = "translate(89.8 .4) scale(.9375)" >
< path fill = "#fff" d = "M610.6 511.6h-730.2V-.4h730.2z" / >
< path fill = "#fff" d = "M251.9 256a112.5 112.5 0 11-225 0 112.5 112.5 0 01225 0z" / >
< path fill = "#c70000" d = "M393 262.6c0 81-65 146.8-145.3 146.8s-145.2-65.8-145.2-146.8 65-146.9 145.3-146.9S393 181.6 393 262.6z" / >
< path d = "M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm27.4 23.7l83.6-96.7 19.9 17-83.7 96.9z" / >
< path d = "M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8z" / >
< path d = "M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm55.4 48l83.6-96.9 19.9 17.2-83.7 96.8z" / >
< path d = "M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8z" / >
< path d = "M-49.4 126.4l83.6-96.7 19.9 17.1-83.7 96.8zm508.8-96.8l83 97.4-20 17-83-97.4zm-55.7 47.5l83 97.4-20 17-83-97.4z" / >
< path fill = "#fff" d = "M417.6 133.2L496 65.4l14.7 17-84 75.4-9.3-24.6z" / >
< path d = "M514.2 372l-80.4 95.8-19.7-16.4 80.4-95.8zM431.8 53.1l83 97.4-19.9 17L412 70zm109.7 341.6L461 490.5l-19.8-16.4 80.5-95.8zm-55.1-45.8L406 444.7l-19.7-16.4 80.4-95.8z" / >
< path fill = "#3d5897" d = "M104.6 236.7c4.6 37 11.3 78.2 68.2 82.4 21.3 1.3 62.8-5 77-63.2 18.8-55.8 75-71.8 113.3-41.6C385 228.5 391 251 392.4 268c-1.7 54-32.9 101-72.8 122-46 27.3-109.6 27.9-165.3-13.5-25.1-23.5-60.2-67-49.7-139.8z" / >
< path fill = "#fff" d = "M436 370.6l78.6 67.6-14.6 17-87.1-71.8 23-12.8z" / >
< path d = "M-1.9 357.2l83 97.3-20 17-83-97.3z" / >
< path fill = "#fff" d = "M-16.2 437.3l78.6-67.9 14.7 17-84 75.5-9.3-24.7z" / >
< path d = "M25.7 333.7l83 97.3-20 17-83-97.3zM-30 381.2l83 97.3-20 17-83-97.3z" / >
< / g >
< /svg>`,ph=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - ph " viewBox=" 0 0 640 480 " >
< path fill = "#0038a8" d = "M0 0h640v240H0z" / >
< path fill = "#ce1126" d = "M0 240h640v240H0z" / >
< path fill = "#fff" d = "M415.7 240L0 480V0" / >
< g fill = "#fcd116" >
< path stroke - width = "1pt" d = "M26.7 42.4L41 55l16.6-9.2-7.4 17.5 14 13-19-1.6-8.1 17.2-4.3-18.5L14 71l16.3-10zm323.8 172.3l.4 19 18 6.3-18 6.2-.4 19-11.5-15.1-18.2 5.5 10.8-15.6-10.8-15.6 18.2 5.5zM37.2 388.1l8 17.2 19-1.6-13.9 13 7.4 17.5-16.6-9.1-14.4 12.4 3.6-18.7L14 409l18.9-2.4z" / >
< path stroke - width = "5.3" d = "M151.4 139.1l-6.2 6.2 3.1 47-3 .3-5.7-42.9-5.1 5 7.6 38.4a47.5 47.5 0 00-17.2 7.1l-21.7-32.4H96l26.4 34.3a48 48 0 00-2.4 2l-31.1-35.5h-8.8v8.8l35.4 31-2 2.5-34.3-26.3v7.1l32.5 21.7c-3.4 5.2-5.9 11-7.1 17.2L66.3 223l-5.1 5 42.9 5.7c-.2 1-.3 2.1-.3 3.1l-47-3-6.2 6.2 6.2 6.2 47-3.1.3 3.1-42.9 5.7 5 5 38.4-7.6a47.5 47.5 0 007.1 17.2l-32.5 21.7v7.2l34.3-26.3a48 48 0 002 2.4l-35.4 31v8.8H89l31-35.4 2.5 2L96 312.2h7.2l21.7-32.5c5.1 3.4 11 5.9 17.2 7.1l-7.6 38.4 5 5 5.7-42.9c1 .2 2 .3 3.1.3l-3 47 6.1 6.2 6.3-6.2-3.1-47 3-.3 5.7 43 5.1-5.1-7.6-38.4a47.5 47.5 0 0017.2-7.1l21.7 32.5h7.2l-26.4-34.3a48 48 0 002.4-2l31.1 35.4h8.8v-8.8l-35.4-31 2-2.4 34.3 26.3v-7.2l-32.5-21.7c3.4-5.1 5.9-11 7.1-17.2l38.3 7.6 5.1-5-42.9-5.7c.2-1 .3-2 .3-3.1l47 3 6.2-6.1-6.2-6.2-47 3-.3-3 42.9-5.7-5-5-38.4 7.5a47.5 47.5 0 00-7.1-17.2l32.5-21.7v-7.1l-34.3 26.3a48 48 0 00-2-2.4l35.4-31v-8.9H214l-31 35.5a48 48 0 00-2.5-2l26.4-34.3h-7.2L178 200.2c-5.1-3.4-11-5.9-17.2-7.1l7.6-38.3-5-5-5.7 42.8-3.1-.3 3-47z" / >
< / g >
< /svg>`,tw=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - tw " viewBox=" 0 0 640 480 " >
< defs >
< clipPath id = "tw-a" >
< path fill - opacity = ".7" d = "M0 0h682.7v512H0z" / >
< / c l i p P a t h >
< / d e f s >
< g fill - rule = "evenodd" stroke - width = "1pt" clip - path = "url(#tw-a)" transform = "scale(.9375)" >
< path fill = "#fe0000" d = "M0 0h768v512H0z" / >
< path fill = "#000095" d = "M0 0h385.7v256H0z" / >
< path fill = "#fff" d = "M282.1 178.6l-47.3-9.8 10 47.3-36-32.1-15 46-15.2-45.9-36 32.4 9.8-47.4-47.2 10.1 32-36.1-46-15 46-15.2-32.4-35.8 47.3 9.7-10-47.3 36 32.1 15-46 15.2 45.9 35.9-32.4-9.7 47.4 47.2-10.1-32 36.1 45.9 15-45.9 15.2z" / >
< path fill = "#000095" d = "M238.5 175l-15 7.9-14.5 8.6-17-.6-16.9.2-14.3-9L146 174l-8-15-8.6-14.5.6-16.8-.2-17 9-14.2 8.3-14.8 14.9-7.9 14.6-8.6 16.9.6 17-.2 14.3 9 14.7 8.2 8 14.9 8.6 14.5-.6 16.9.2 16.9-9 14.3z" / >
< path fill = "#fff" d = "M244.6 128.3a51.9 51.9 0 11-103.7 0 51.9 51.9 0 01103.7 0z" / >
< / g >
< /svg>`,pl=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - pl " viewBox=" 0 0 640 480 " >
< g fill - rule = "evenodd" >
< path fill = "#fff" d = "M640 480H0V0h640z" / >
< path fill = "#dc143c" d = "M640 480H0V240h640z" / >
< / g >
< /svg>`,rs=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " xmlns:xlink=" http : //www.w3.org/1999/xlink" id="flag-icon-css-rs" viewBox="0 0 640 480">
< defs >
< clipPath id = "rs-a" >
< path fill - rule = "evenodd" d = "M60 0h1200v900H60z" / >
< / c l i p P a t h >
< / d e f s >
< g clip - path = "url(#rs-a)" transform = "translate(-32) scale(.53333)" >
< path fill = "#fff" d = "M0 0h1350v900H0z" / >
< path fill = "#0c4076" d = "M0 0h1350v600H0z" / >
< path fill = "#c6363c" d = "M0 0h1350v300H0z" / >
< g transform = "matrix(1 0 0 1.00437 0 -.3)" >
< path fill = "#21231e" d = "M473.4 259.4v-.2h1v.2l-.5.5-.6-.6zm1 0v.5h-.5l.4-.6zm-93 5.2l-1 .2.3-.6 4.2-.2 4-.3 4-.2 3.8-.3 4-.2 3.6-.3 3.7-.2 3.7-.2 3.5-.2h3.4l3.3-.3 3.2-.2 3.2-.2 3-.2h3l3-.2 3-.2 2.7-.2h2.8l2.7-.2 2.5-.2h2.5l2.4-.3h2.2l2.2-.2h2.2l2-.2h2l2-.2h5.3v1h-5.5l-1.8.2h-2l-2 .2h-2.2l-2.2.2-2.4.2h-2.4l-2.5.2-2.5.2H446l-2.8.3h-2.8l-3 .3-2.8.2h-3l-3 .3-3.3.2-3.3.2-3.3.2h-3.5l-3.5.3-3.6.2-3.5.3-3.8.2-3.8.2-4 .3-4 .2-4 .3-4.2.2.5-.6zm-1 .2l-.3-.5h.7l-.4.5zm6.4 31l-6.5-31 1-.2 6.5 31-.5.7-.5-.4zm.5.5h-.4l-.2-.4.5.3zm95-4l-.2 1h.2-5.8l-3 .2h-3l-2.8.2h-3l-3 .2h-6l-3 .2h-3l-3 .2h-3l-3 .2h-3.2l-3 .2h-3l-3 .2h-3l-3 .2h-3l-3 .2h-3l-3 .2h-3l-3 .2h-3l-2.8.2h-5.8l-2.7.2h-2.7v-1h5.8l2.7-.2h5.8l3-.2h3l2.8-.2h3l3-.2h3l3-.2h3l3-.2h3l3-.2h3l3-.2h3.2l3-.2h3l3-.2h3l3-.2h3l3-.2h3l3-.2h3l2.8-.2h3l2.8-.2h.2zm-.2 0h.2zm94.5 3.4l1 .2-.5.3h-2.8l-2.8-.2h-8.8l-2.8-.2h-3l-3-.2H551l-3-.2h-3l-3-.2h-3l-3-.2h-3l-3-.2h-3l-3.2-.2h-3l-3-.2h-3l-3-.2h-3l-3-.2h-3l-3-.2h-3l-3-.2h-3l-3-.2H485l-3-.2.2-1h2.8l3 .2h3l2.8.2h3l3 .2h3l3 .2h3l3 .2h3l3 .2h3l3 .2h3l3 .2h3.2l3 .2h3l3 .2h3l3 .2h3l3 .2h3l3 .2h5.8l2.7.2h3l2.7.2h2.8l-.5.5zm1 .2v.3h-.5l.5-.4zm6.5-31.2l-6.5 31h-1l6.5-31.2.6-.4.4.6zm-.4-.6h.5v.6l-.4-.6zm-93.7-4.8h1l-.6-.5h5.4l2 .2h2l2 .2h2l2.4.2h2.4l2.4.3h5l2.6.3h2.7l3 .3 2.8.2h3l3 .3 3 .3 3.3.2 3.3.2 3.4.2h3.4l3.6.3 3.6.2 3.7.2 3.6.3 4 .2 3.8.3 4 .2 4 .3 4.2.2v1l-4.3-.2-4-.3-4-.2-4-.3-3.7-.2-3.8-.2-3.6-.3-3.6-.2-3.5-.2h-3.4l-3.3-.3-3.3-.2-3.2-.2-3-.2h-3l-3-.2-3-.2h-2.7l-2.6-.3h-2.6l-2.6-.3h-2.5l-2.4-.2-2.3-.2h-2.2l-2.2-.2h-2l-2-.2h-2l-1.8-.2h-3.3l-.5-.6zm.4.5h-.5v-.6l.4.5zm.5-.8v.2h-1v-.2l.3-.5.6.5zm-1 0v-.4h.3l-.4.4zm-8 .3l.2-1h8.8l.3.2v.8h-.5v.2h-.3l-.2-1h.2v.7h.2-8.2zm.2 0zm-8.3.2v-1l-.2 1h-.4l-.2-.2-.3-.3v-.5l.2-.2h9.4v1h-8.8l.2-.2v-.8h-.2.4v1zm0-1v1l-.6-.5.5-.5zm-.6.5v-.5h.5l-.6.5z" / >
< path fill = "#edb92e" d = "M583.5 264.2c3.2-6.6 6.7-13 11.2-18.7-11.7 8.8-18 7.5-18.7-4-.7-.2-1.7-.2-2.6-.2-9 14-17.7 12-26.2-5.8-11.5 18.4-21.4 18-29.2-1-13.3 16.6-24.5 16.7-33.6.2v-2c.5.2 0 .3-1 0l-.3-.3a69.3 69.3 0 01-1 .2c-.2 0-.5 0-.8-.2l-.2.4c-1.2.2-1.6 0-1 0v2c-9.2 16.4-20.4 16.3-33.7-.4-7.8 19-17.7 19.5-29.2 1-8.4 18-17 20-26 6-1 0-2 0-2.7.2-.8 11.4-7 12.7-18.8 4 4.6 5.5 8 12 11.3 18.6 34-1.4 67.6-3.2 101.3-5 34 1.8 67.6 3.6 101.5 5z" / >
< path fill = "#21231e" d = " M595 246 l - . 6 - 1 . 7 1 - . 3.4 - . 4.5 - . 4.4 - . 5.6 - . 4.5 - . 3.6 - . 4.6 - . 4.6 - . 5.5 - . 3.6 - . 4.6 - . 4.4 - . 3.6 - . 3.6 - . 3.6 - . 4.6 - . 3.5 - . 3.6 - . 4.5 - . 3.6 - . 3.7 - . 4.6 - . 3.6 - . 3.5 - . 3.6 - . 2.8 - . 3.6 - . 4.6 - . 2.6 - . 3.6 - . 3.6 - . 3.6 - 1 - . 4.3 - . 6.3 - . 7.3 - . 6.2 - . 5.4 - . 6.3 - . 7.2 - . 6.3 - . 6.3 - . 6.4 - . 6.3 - . 6.3 - . 6.3 - . 6.5 - . 6.3 - . 6.4 - . 6.3 - . 6.4 - . 5.2 - . 5.4 - . 6.4 - . 7.3 - . 6.4 - . 5.4 - . 6.5 - . 6.4 - . 5.3 - . 6.4 - . 6.4 - . 6.5 - . 5.4 - . 6.4 - . 5.7 . 7 zm - 19.2 - 4 l . 3 - 1 . 5.5 v1l . 2 1 v1l . 3.7 . 2.8 . 3.7 . 3.7 . 2.6 . 4.5 . 3.5 . 4.4 . 5.3 . 4.3 . 4.3 . 5.2 h . 4 l . 5.2 h1 . 9 l . 7 - . 2.7 - . 2.8 - . 3.8 - . 3.8 - . 3 1 - . 5.8 - . 6 1 - . 5 1 - . 7 1 - . 7 1 - . 7 1 - 1 . 7 1 - 1 . 7 - 1 . 8 - 1 . 7 - 1 . 6 - 1 . 5 - 1 . 5 - 1 . 5 - . 8.4 - 1 . 3 - . 7.3 - . 8.2 h - . 8 l - . 8.2 h - 2 l - . 7 - . 3 - . 5 - . 2 - . 6 - . 3 - . 5 - . 5 - . 6 - . 4 - . 5 - . 4 - . 5 - . 5 - . 3 - . 5 - . 4 - . 7 - . 3 - . 7 - . 2 - . 7 - . 3 - . 8 - . 2 - 1 v - . 8 l - . 2 - 1 v - 1 l . 2.3 zm . 3 - 1 l . 4.2 v . 3 l - . 3 - . 4 zm - 2.2 . 6 l - . 8 - . 6.4 - . 2 h2v . 2 h . 4 l - . 2 1 h - 1.2 v - . 2 h - 1.2 l . 4 - . 2 zm - . 8 - . 6 v - . 2 h . 4 l - . 4.2 zm - 25.3 - 5.2 l - 1 - . 6 h1l . 8 1.7 . 8 1.4 . 8 1.5 . 8 1.2 . 8 1.2 . 8 1.2 . 8 1 . 8 1 . 8.8 . 8.8 . 8.7 . 7.5 1 . 4.7 . 3.8 . 3.7 . 3 h2 . 3 l . 8 - . 2.8 - . 2.8 - . 3.8 - . 4.8 - . 6.8 - . 6.8 - . 7.8 - . 6 1 - 1 . 7 - 1 . 8 - 1 . 8 - 1 1 - 1.4 . 8.6 - . 8 1.3 - 1 1 - . 7 1.2 - 1 1 - . 7 1 - 1 . 7 - . 8.6 - . 8.6 - 1 . 6 - . 7.4 - 1 . 4 - . 8.2 - 1 . 2 h - 3 l - 1 - . 4 - . 7 - . 3 - 1 - . 5 - . 7 - . 5 - 1 - . 6 - . 7 - . 7 - 1 - . 8 - . 8 - 1 - . 8 - 1 - . 8 - 1 - . 8 - 1.2 - . 8 - 1.3 - . 8 - 1.3 - . 8 - 1.5 - . 8 - 1.6 - . 8 - 1.7 h1zm - 1 - . 6 l . 6 - . 7.4 . 8 h - 1 zm - 28.3 - . 5 l - . 8 - . 6 1 . 2.6 1.7 . 7 1.5 . 7 1.5 . 8 1.4 . 7 1.3 . 8 1.2 . 8 1 . 8 1 . 8.7 . 8.7 . 8.6 1 . 5.7 . 4.8 . 2 1 . 2 h2 . 5 l1 - . 3.8 - . 2 1 - . 4.8 - . 6 1 - . 7 1 - . 6 1 - 1 1 - 1 1 - 1 1 - 1.2 1 - 1.3 1 - 1.6 1 - 1.5 1.2 - 1.8 1 . 6 - 1.2 1.7 - 1 1.5 - 1.2 1.5 - 1 1.3 - 1 1.3 - 1 1.2 - 1.2 1 - 1 1 - 1 . 8 - 1 . 7 - 1 . 6 - 1 . 4 - 1 . 4 - 1 . 4 h - 3 l - 1 - . 2 - 1 - . 3 - . 8 - . 6 - 1 - . 5 - . 8 - . 8 - 1 - . 8 - . 7 - . 8 - 1 - 1 - . 8 - 1 - . 8 - 1.3 - . 8 - 1.4 - . 8 - 1.5 - . 8 - 1.5 - . 7 - 1.7 - . 8 - 1.7 h1zm - . 8 - . 6 l . 5 - . 6.5 . 8 h - 1 zm - 33.8 . 7 h1v - . 2 l . 8 1.5 1 1.4 . 8 1.2 1 1.2 . 8 1 1 1 . 8 1 1 . 8.8 . 7 1 . 6 1 . 4 1 . 4.8 . 3 1 . 3 1 . 2 h2l1 - . 2 1 - . 3 1 - . 3 1.2 - . 4 1 - . 6 1.2 - . 6 1 - . 6 1.3 - . 8 1 - 1 1.3 - 1 1.2 - 1 1 - 1.3 1.4 - 1.3 1.2 - 1.4 1.2 - 1.5 . 8.7 - 1.3 1.5 - 1 1.5 - 1.3 1.3 - 1.2 1.3 - 1.2 1 - 1.2 1 - 1 1 - 1.3 1 - 1.2 . 7 - 1 . 6 - 1.3 . 6 - 1 . 5 - 1.3 . 3 - 1.2 . 3 h - 1 l - 1.2 . 2 h - 1 l - 1.2 - . 2 - 1 - . 2 - 1 - . 3 - 1 - . 4 - 1 - . 5 - 1 - . 7 - 1 - . 6 - 1 - 1 - 1 - . 8 - 1 - 1 - 1 - 1.2 - . 8 - 1.2 - 1 - 1.3 - . 8 - 1.5 - 1 - 1.5 v - . 3 zm0 . 3 v - . 3.3 zm1 - 2.3 v2h - 1 v - 2 l . 8 - . 5.3 . 5 zm - 1 0 v - . 8 l . 8.2 - . 8.5 zm - 1 . 3 l1 - . 4 - . 4 - . 3 h1l - . 2.2 v . 4 l . 4 - 1 h . 2 v . 2 l . 2.2 v . 6 h - 1.8 l - . 5 - . 3 zm . 5.3 h - . 3 v - . 3 l . 3.3 zm . 3 - 1 l . 2.3 - 1 . 4 v - . 4 l . 2 - . 7.6 . 2 zm - . 6 - . 4 l . 4 - . 2.2 . 4 - . 6 - . 3 zm - 1 1 l . 2 - 1 h . 8 l . 2 1 h - 1 zm . 2 0 zm - . 6 - . 4 l - 1 - . 4.7 - . 3 h . 8 v1h - 1 l . 4 - . 4 zm - 1 - . 4 l . 3 - . 4 h . 3 l - . 6.4 zm0 . 4 v - . 4 l1 . 4 - . 2.4 - . 4.3 - . 5 - . 7 zm . 8.4 v . 3 h - . 4 l . 4 - . 3 zm - 1 - . 3 h - 1 l . 7.4 v . 2 h . 2 v - . 8 h - . 2.2 l . 2 - . 2 h . 4 l . 2 1 h - 1.9 v - . 2 h - . 2 v - . 5 h . 2 v - . 2 h . 2 l . 8.4 zm - . 7 - . 5 l . 7 - . 3 v . 7 l - . 7 - . 5 zm - . 3 2.5 v - 2 h1v2 . 3 l - 1 - . 3 zm1 0 v . 2 - . 3 zm - 33.6 0 l - 1 - . 5 h1l1 1.4 1.3 1.4 1.3 1.3 1.2 1.2 1.2 1 1.2 1.2 1 1 1.2 . 7 1 . 7 1.2 . 7 1 . 6 1.2 . 4 1 . 3 1 . 3 h1l1 . 2 h1l1 - . 2 1 - . 2 1 - . 2 1 - . 4 1 - . 5 1 - . 7.8 - . 7 1 - . 8.8 - 1 1 - 1 . 8 - 1 1 - 1.2 . 8 - 1.2 . 8 - 1.4 1 - 1.5 . 8.5 - 1 1.5 - . 8 1.4 - 1 1.2 - . 8 1.2 - 1 1.2 - 1 1 - . 8 1 - 1 . 8 - 1 . 7 - 1 . 8 - 1 . 5 - 1 . 4 - 1 . 4 - 1 . 3 - 1.2 . 2 h - 2.2 l - 1 - . 2 - 1.3 - . 3 - 1 - . 3 - 1.2 - . 5 - 1 - . 6 - 1.2 - . 6 - 1.2 - . 8 - 1.2 - . 8 - 1.2 - 1 - 1.2 - 1 - 1.2 - 1 - 1.2 - 1.4 - 1.2 - 1.3 - 1.3 - 1.5 - 1 - 1.5 h . 8 zm - 1 - . 5 l . 3 - . 8.7 . 7 - 1 . 2 zm - 28.3 1.5 l - 1 - . 4 h1l1 1.6 1 1.4 1.2 1.5 1 1.2 1 1.2 1 1 1 1 1 1 1 . 7 1 . 8 1 . 6.8 . 4 1 . 3.8 . 4 h2 . 8 l . 8 - . 2.8 - . 3.8 - . 5 1 - . 5.7 - . 6 1 - . 7.7 - . 8.8 - 1 . 8 - 1 . 8 - 1.3 . 8 - 1.3 . 8 - 1.4 . 8 - 1.5 . 7 - 1.6 . 8 - 1.8 1 . 4 - . 8 1.7 - . 7 1.7 - . 8 1.5 - . 8 1.4 - . 8 1.3 - 1 1.2 - . 7 1 - 1 1 - . 7 1 - 1 . 7 - . 8.7 - 1 . 4 - . 8.5 - 1 . 2 - 1 . 2 h - 3 l - 1 - . 3 - 1 - . 3 - 1 - . 4 - 1 - . 6 - 1 - . 7 - 1 - . 8 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1.4 - 1 - 1.3 - 1.2 - 1.5 - 1 - 1.5 - 1.2 - 1.7 h1zm - 1 - . 4 l . 5 - . 8.5 . 7 h - 1 zm - 25.6 6.5 v - 1 l . 3.2 1 1.3 . 7 1.2 . 8 1 . 8 1 . 8.8 1 . 8.7 . 8 1 . 6.7 . 5.7 . 3.8 . 3.8 . 2.8 . 2 h2 . 3 l . 8 - . 4.8 - . 3.8 - . 4.7 - . 5 1 - . 6.7 - . 8.8 - . 8.8 - . 8.8 - 1 1 - 1 . 7 - 1.2 . 7 - 1.2 . 8 - 1.3 . 8 - 1.6 . 8 - 1.5 . 8 - 1.7 1 . 4 - 1 1.7 - . 7 1.5 - 1 1.4 - . 7 1.3 - . 8 1.3 - . 8 1.2 - . 8 1 - 1 1 - . 8 1 - . 8.8 - . 8.7 - 1 . 6 - . 7.5 - 1 . 5 - 1 . 3 - . 7.3 h - 2.6 l - 1 - . 2 - . 8 - . 2 - 1 - . 4 - . 8 - . 4 - 1 - . 6 - . 8 - . 6 - . 8 - . 7 - 1 - 1 - . 7 - . 8 - 1 - 1 - . 8 - 1 - 1 - 1.3 - . 7 - 1.4 . 4.2 zm0 - 1 h . 2 v . 2 l - . 3 - . 2 zm - 2.2 . 8 h - 1 l . 4 - . 5 h1 . 2 v - . 2 h1 . 5 v1H389v . 2 h - . 4 l . 2 - . 4 zm - 1 0 v - . 4 h . 4 l - . 4.3 zm - 18 3.6 l - . 6.7 . 6 - 1 1 1 1.2 . 6 1 . 7 1 . 6 1 . 4.8 . 5 1 . 4.7 . 3.8 . 3.8 . 3.8 . 2 h . 7 l . 7.2 h1 . 7 l . 4 - . 2.5 - . 2.4 - . 3.4 - . 3.4 - . 3.4 - . 4.3 - . 5.2 - . 5.3 - . 6.3 - . 7.3 - . 7.3 - . 8 v - . 8 l . 3 - 1 v - . 8 l . 2 - 1 h1v1l - . 2 1 - . 2 1 - . 2 1 - . 2.7 - . 2.8 - . 3.8 - . 4.7 - . 2.6 - . 5.6 - . 4.5 - . 6.5 - . 5.4 - . 7.2 - . 6.2 - . 6.2 h - 3.3 l - . 8 - . 3 - . 8 - . 3 - 1 - . 3 - . 8 - . 4 - 1 - . 5 - . 8 - . 5 - 1 - . 5 - 1 - . 6 - 1 - . 7 - 1 - . 8 - 1.2 - . 8.7 - . 8 zm11 18.5 v1l - . 4 - . 3 - . 3 - . 6 - . 2 - . 6 - . 3 - . 6 - . 3 - . 6 - . 4 - . 6 - . 3 - . 6 - . 3 - . 7 - . 3 - . 5 - . 4 - . 6 - . 4 - . 7 - . 3 - . 6 - . 4 - . 6 - . 3 - . 5 - . 4 - . 6 - . 4 - . 7 - . 4 - . 5 - . 3 - . 6 - . 4 - . 6 - . 4 - . 6 - . 4 - . 6 - . 3 - . 5 - . 4 - . 7 - . 3 - . 6 - . 3 - . 5 - . 4 - . 6 - . 4 - . 5 - . 4 - . 5 - . 4 - . 5 - . 4 - . 6 - . 4 - . 5 - . 4 - . 6 - . 4 - . 5.7 - . 8.4
< path fill = "#edb92e" d = "M459.4 276.2l22.7-11.5 23 11.5-23 11.4z" / >
< path fill = "#edb92e" d = "M474 259.2v.2c-17.6.7-48.6 2.5-93.2 5.3l6.5 31c29.6-.8 64.3-2 94.8-3 30.7 1 65.3 2.2 95 3l6.5-31c-44.6-2.8-75.6-4.6-93-5.3v-.2c1.7-.4-1-.4-8.4-.2-7-.2-10-.2-8 .2z" / >
< path fill = "#edb92e" d = "M597.3 236.7l-3.7-.6c-7 17.5-13.4 18-14.6 1.4 1.6-.6 1-3.3 2.8-2.2 1 .5 2-1 1.3-2-2-1.5-3.6-1.3-5.4.4-.8-2.7-3-4-5.4-2.8-1 .5-.7 2.5.4 2.4 1.8-.2 1 1.6 1.6 3-12.5 16.4-19 14.4-17.4-7.3-3-.7-6.5-1.3-9.6-2.4-11.5 23.3-19.7 24.3-26.4 3.4 1.4-1 1-3.8 3-3 1.3.6 2.3-1.5 1.2-2.4-2.4-2-5-1.3-6.8 1.3-1.4-3-4-4-6.6-2.2-1.2.7-.5 3 .8 2.6 2.3-.7 1.3 2.4 3 3.5-5 19.6-30.8 21-26.6-8.2-2.4 0-4.5 0-6.6.2l-6.7-.2c4.2 29-21.5 27.8-26.6 8 1.6-1 .6-4 3-3.4 1.2.3 2-2 .7-2.7-2.6-1.7-5.2-.7-6.6 2.2-1.7-2.7-4.3-3.4-6.7-1.4-1 1 0 3 1 2.5 2.2-.8 1.8 2 3.2 3-6.7 21-15 20-26.4-3.4-3 1-6.5 1.7-9.5 2.3 1.6 21.6-5 23.6-17.4 7 .6-1.2 0-3 1.7-2.8 1 0 1.5-2 .4-2.4-2.4-1-4.5 0-5.3 2.8-1.7-1.7-3.5-2-5.5-.4-.8 1 .4 2.5 1.3 2 1.8-1 1.2 1.6 2.8 2.2-1.2 16.5-7.6 16-14.6-1.3l-3.7.7c0 4 1.3 8.5 3.8 11.7 10.6 13.5 18.5 10.4 18.8-4.7 14 16.4 24.4 14.3 26.2-3 11.7 21.8 30.5 11.4 31-2 5 19.4 33.5 19.2 35.4-3 1.8 22.2 30.3 22.4 35.4 3 .4 13.4 19.2 23.8 31 2 1.7 17.3 12.3 19.4 26 3 .4 15 8.3 18.2 19 4.7 2.4-3.2 3.8-7.6 3.7-11.7z" / >
< path fill = "#21231e" d = " M593 . 7 235.6 l3 . 7.6 - . 2 1 - 3.6 - . 6 - . 4 - . 7.5 - . 4 zm - . 5.3 v - . 4 h . 5 l - . 5.3 zm - 14.3 1 l . 2 1 . 3 - . 6.2 1.4 v1 . 4 l . 3 1.3 . 2 1.2 . 2 1 . 3 1 . 3 1 . 3.7 . 3.7 . 3.6 . 3.5 . 3.5 . 4.2 . 3.2 h1 . 3 l . 4 - . 3.4 - . 2.5 - . 4.4 - . 3.6 - . 6.5 - . 6.6 - . 7.7 - 1 . 6 - . 8.7 - 1.2 . 6 - 1.2 . 6 - 1.3 . 7 - 1.3 . 5 - 1.5 . 7 - 1.6 1 . 3 - . 8 1.6 - . 6 1.4 - . 7 1.4 - . 5 1.3 - . 7 1.3 - . 6 1 - . 6 1 - . 7 1 - . 7.8 - . 6.8 - . 6.6 - . 5.5 - . 6.3 - . 7.4 - . 5.2 h - 1.2 l - . 6 - . 2 - . 5 - . 2 - . 5 - . 4 - . 5 - . 4 - . 4 - . 6 - . 3 - . 6 - . 3 - . 8 - . 4 - . 8 - . 3 - 1 - . 2 - 1 - . 3 - 1 - . 2 - 1.3 - . 2 - 1.3 - . 2 - 1.5 v - 1.6 l . 3 - . 5 zm - . 5.4 v - . 4 h . 4 l - . 5.4 zm3 . 5 - 2.7 l - . 5 1 v - . 2 h - . 4 v . 2 h - . 2 v . 2 l - . 2.2 v . 3 l - . 2.3 - . 2.3 v . 2 h - . 2 v . 3 h - . 3 v . 2 h - . 3 l - . 2.2 - . 3 - 1 v - . 2 h . 2 v - . 2 h . 2 v - . 2 l . 2 - . 2 v - . 5 h . 2 v - . 4 l . 2 - . 2 v - . 3 l . 2 - . 2.2 - . 2 h . 2 l . 2 - . 2 h1l . 2.2 zm - . 5 1 zm1 . 3 - 2 l . 6 - 1 v . 2 h . 2 l . 2.3 v1 . 6 h - . 2 v . 2 h - . 2 v . 2 h - . 2 v . 2 h - . 2 v . 2 h - . 5 v . 2 h - . 8 l - . 3 - . 2.5 - 1 v . 2 h . 4 v - . 2 h . 2 v - . 2 h . 2 v - . 8 zm . 6 - 1 v . 2 - . 2 zm - 6.3 1 l1 - . 3 - . 8 - . 2 h . 2 l . 2 - . 3.2 - . 2.2 - . 2.3 - . 2 h . 2 l . 2 - . 2 h . 2 v - . 2 h . 4 l . 2 - . 2 h2 . 3 l . 2.2 h . 2 l . 2.2 h . 2 l . 2.2 h . 2 l . 2.2 . 2.2 - . 6.8 - . 3 - . 2 h - . 2 l - . 2 - . 2 - . 2 - . 2 h - . 3 l - . 2 - . 2 h - 2.1 v . 2 h - . 3 v . 2 h - . 2 l - . 3.2 v . 2 h - . 3 v . 2 l - . 3.2 - 1 - . 3 zm1 . 3 l - . 7.5 - . 2 - . 8 1 . 3 zm - 5.6 - 2.7 l - . 4 - 1 h . 5 l . 3 - . 2 h2 . 1 l . 4.2 h . 4 l . 2.3 h . 2 v . 2 l . 3.2 h . 2 l . 2.2 v . 2 l . 2.2 v . 2 l . 2.2 . 2.2 v . 2 l . 2.3 v . 2 l . 2.2 v . 2 l - 1 . 3 v - . 5 h - . 2 v - . 3 l - . 2 - . 2 v - . 2 h - . 3 v - . 3 h - . 2 v - . 4 h - . 3 v - . 2 h - . 3 v - . 2 h - . 6 v - . 2 h - 2 l - . 2.2 h - . 2 zm0 1.4 l . 2 1 h - . 6 v - . 2 h - . 2 l - . 2 - . 2 - . 2 - . 2 - . 2 - . 2 V231l . 2 - . 2.2 - . 2.3 - . 2.4 1 h - . 2 v1 . 2 h . 2 zm2 . 2 3.7 l - . 8 - . 6 v . 5 - . 2 h - . 2 v - 1 h - . 2 v - 1 l - . 2 - . 2 h - . 7 v - 1.2 h . 6 l . 3.2 . 2.2 h . 2 v . 2 l . 2.3 v . 4 h . 2 v1 . 5 h . 2 v . 8 zm0 - . 5 h . 2 l - . 2.4 v - . 5 zm - 18 - 6.6 l . 3 - 1 . 3.6 v2l - . 2 1.8 v4 . 9 l . 3 1.4 v1 . 3 l . 3 1 . 2 1 . 3 1 . 4.8 . 3.8 . 4.5 . 5.5 . 4.3 . 4.3 . 5.2 h1l . 6 - . 2.7 - . 3.7 - . 4.8 - . 5 1 - . 4.7 - . 8 1 - . 8 1 - 1 1 - 1 1 - 1 1 - 1.4 1 - 1.4 1.3 - 1.4 . 8.6 - 1.2 1.5 - 1 1.3 - 1.2 1.3 - 1 1 - 1 1.2 - 1 1 - 1 . 8 - 1 . 8 - . 8.6 - 1 . 5 - . 7.4 - . 8.3 h - . 8 l - . 8.2 h - . 7 l - . 7 - . 2 - . 6 - . 3 - . 6 - . 5 - . 5 - . 5 - . 4 - . 7 - . 5 - . 7 - . 4 - 1 - . 2 - 1 - . 2 - 1 - . 2 - 1.2 - . 2 - 1.3 V229l . 5.6 zm . 3 - 1 h . 3 v . 6 l - . 4 - . 6 zm - 9.3 - 1.6 l - 1 - . 4.7 - . 3.3 . 2 h . 3 l . 3.2 h . 3 l . 2.2 h . 3 l . 4.2 h . 6 l . 3.2 h . 3 l . 4.2 h . 6 l . 3.2 h . 5 l . 3.2 h . 7 l . 3.2 h . 6 l . 3.2 h . 5 l . 3.2 h . 8 l . 3.2 h . 3 l - . 3 1 h - . 8 l - . 2 - . 2 h - . 6 l - . 3 - . 2 h - . 8 l - . 3 - . 2 h - . 6 l - . 4 - . 2 h - . 7 l - . 4 - . 2 h - . 3 l - . 3 - . 2 h - . 6 l - . 3 - . 2 h - . 2 l - . 3 - . 2 h - . 6 l - . 4 - . 2 h - . 3 l - . 4 - . 2 h - . 4 l - . 3 - . 2 h - . 2 l . 7 - . 4 zm - 1 - . 4 l . 3 - . 4 h . 4 l - . 6.4 zm - 26.2 3.2 l . 6.8 . 3 - . 6.6 2 . 5 1.7 . 7 1.6 . 6 1.6 . 7 1.4 . 7 1.2 . 6 1 . 7 1 . 7 1 . 7.6 . 6.6 . 7.4 . 7.4 . 7.2 h1 . 4 l1 - . 2.6 - . 2.8 - . 4 1 - . 6.7 - . 6 1 - . 8 1 - 1 . 8 - 1 1 - 1.2 1 - 1.3 . 8 - 1.4 1 - 1.6 1 - 1.7 1 - 1.8 1 - 2 1.2 - 2 1 . 3 - 1.2 2.2 - 1 2 - 1 1.8 - 1 1.8 - 1 1.6 - 1 1.5 - 1 1.3 - 1 1.2 - 1 1 - 1 1 - 1 1 - . 8.7 - 1 . 5 - . 8.4 - 1 . 2 - . 8.2 h - 1.8 l - . 8 - . 3 - . 8 - . 3 - . 8 - . 5 - . 8 - . 6 - . 7 - . 8 - . 8 - 1 - . 7 - 1 - . 7 - 1 - . 7 - 1.4 - . 7 - 1.4 - . 7 - 1.5 - . 7 - 1.7 - . 6 - 1.7 - . 7 - 1.8 . 2 - . 6 zm - . 2.6 v - . 4 l . 2 - . 2 - . 2.5 zm3 . 8 - 3.6 l - . 3 1 h - . 3 l - . 2 - . 2 h - . 2 v . 2 h - . 2 v . 2 h - . 2 v . 5 h - . 2 v . 4 l - . 2.3 - . 2.2 v . 2 l - . 2.3 - . 3.3 - . 2.3 h - . 2 l - . 5 - . 7.2 - . 2.2 - . 2 v - . 5 h . 2 v - . 4 h . 2 v - . 3 l . 2 - . 3 v - . 2 l . 2 - . 2.2 - . 3.2 - . 2 h . 2 v - . 2 h . 5 v - . 2 h . 7 l . 2.2 zm . 7 - 1.6 l . 6 - . 8.2 . 2.2 . 2 v . 2 l . 2.3 v1 . 3 l - . 2.3 v . 2 l - . 2.2 h - . 2 v . 2 h - . 2 v . 2 h - . 2 l - . 2.2 h - 1.1 l . 4 - 1 h . 7 v - . 2 h . 2 v - . 6 h . 2 v - . 7 h - . 2 v - . 2 zm - 7 1 l1 - . 3 h - 1 l . 2 - . 3 v - . 3 h . 3 l . 2 - . 3.2 - . 3.2 - . 2.3 - . 3.3 - . 3 h . 2 l . 2 - . 3 h . 3 l . 2 - . 2 h . 5 l . 2 - . 2 h2 . 2 l . 3.2 h . 2 l . 3.2 h . 3 l . 3.3 h . 2 l . 3.3 . 3.2 - . 6.8 - . 2 - . 2 h - . 2 l - . 2 - . 3 - . 4 - . 2 h - . 2 l - . 2 - . 2 H521v . 2 h - . 5 l - . 2.3 h - . 2 v . 2 h - . 2 l - . 2.3 - . 2.2 - . 3.3 v . 2 l - . 2.3 - . 2.2 h - 1 zm1 . 2 l - . 6.7 - . 3 - 1 1 . 2 zm - 7 - 2 l - . 4 - 1 h . 3 l . 2 - . 2 h . 3 l . 4 - . 2 h . 2 l . 3 - . 2 h . 4 l . 3 - . 2 h1 . 6 l . 2.2 h . 2 l . 3.2 h . 2 l . 2.3 . 3.2 . 2.2 v . 2 l . 3.2 . 2.2 . 2.2 v . 2 l . 3.2 . 2.3 . 3.4 v . 3 l - . 8.4 - . 2 - . 4 - . 2 - . 2 v - . 2 l - . 3 - . 2 v - . 2 l - . 3 - . 2 - . 3 - . 3 h - . 2 v - . 2 h - . 3 l - . 3 - . 2 h - . 2 l - . 3 - . 2 h - . 4 l - . 2 - . 2 h - 1.2 l - . 2.2 h - . 5 l - . 2.2 h - . 2 l - . 2.2 - . 2.2 zm . 5 1.7 l . 3 1 h - . 5 l - . 2 - . 2 h - . 2 l - . 2 - . 2 - . 2 - . 2 - . 2 - . 2 v - . 2 l - . 2 - . 2 V224l . 2 - . 2.2 - . 3.3 - . 2.5 1 h - . 2 v1 . 2 h . 2 v . 2 h . 4 zm3 . 7 4 l - 1 - . 2.2 . 5 h - . 2 l - . 2 - . 2 h - . 2 v - . 3 h - . 2 l - . 2 - . 3 v - . 4 l - . 2 - . 2 v - . 3 l - . 2 - . 2 v - . 4 l - . 2 - . 2 v - . 2 l - . 2 - . 2 v - . 2 h - . 2 v - . 2 h - . 6 l - . 4 - 1 h1 . 1 l . 3.2 h . 2 v . 4 h . 2 v . 3 l . 2.2 v . 2 h . 2 v . 5 l . 2.3 v . 5 h . 2 v . 4 h . 2 l . 2.2 . 2.2 . 3.6 zm - . 3 - . 5 l . 3.2 v . 3 l - . 3 - . 5 zm - 27 - 7.2 v - 1 l . 6.5 - . 3 2.7 - . 2 2.4 v2 . 2 l . 2 2 . 3 2 . 4 1.7 . 5 1.5 . 7 1.4 . 6 1 . 8 1.2 1 1 1 . 7 1 . 6 1 . 5 1 . 4 1.3 . 3 h2 . 4 l1 . 3 - . 2 1.2 - . 3 1.2 - . 5 1.2 - . 5 1 - . 7 1.2 - 1 1 - . 8 1 - 1 1 - 1.3 1 - 1.3 . 8 - 1.3 . 8 - 1.5 . 6 - 1.7 . 5 - 1.7 1 . 2 - . 6 2 - . 7 1.6 - . 8 1.6 - 1 1.5 - 1 1.4 - 1 1.3 - 1 1 - 1.2 1 - 1.2 1 - 1.2 . 8 - 1.3 . 7 - 1.2 . 5 - 1.3 . 3 - 1.4 . 2 h - 2.5 l - 1.2 - . 3 - 1.3 - . 4 - 1.2 - . 5 - 1 - . 7 - 1 - 1 - 1 - 1 - 1 - 1 - . 8 - 1.5 - . 7 - 1.5 - . 6 - 1.6 - . 4 - 1.8 - . 3 - 2 - . 2 - 2.2 V227l . 2 - 2.6 . 3 - 2.7 . 5.6 zm0 - 1 h . 7 v . 5 l - . 6 - . 5 zm - 6.6 1.2 l . 2 - 1 h4l . 2 - . 2 h2 . 1 v1h - 4.1 l - . 2.2 h - 2 zm . 2 0 zm - 6.2 - . 8 h - 1 l . 5 - . 4 h5 . 1 l . 2.2 h1 . 2 v1h - 4 l - . 3 - . 2 h - 2 l . 5 - . 6 zm - 1 0 v - . 5 h . 5 l - . 5.6 zm - 26.4 7.8 l . 5.8 . 3 - . 5.6 1.7 . 5 1.7 . 7 1.5 1 1.4 . 8 1.4 1 1.2 1 1 1 1 1.2 1 1.2 . 6 1.2 . 5 1.2 . 5 1.2 . 3 1.2 . 2 h2 . 4 l1 . 2 - . 3 1 - . 3 1.2 - . 4 1 - . 7 1 - 1 . 8 - . 8 1 - 1 . 6 - 1.3 . 6 - 1.5 . 6 - 1.6 . 4 - 1.8 . 3 - 2 v - 2
< path fill = "#edb92e" d = "M482 263h-22.5l-1.3.2H451l-1.3.2h-4.4l-1.2.2h-2.3l-6.3.4h-.3c-3 0-6 .3-9 .4h-.8l-18.2 1.3h-.2a965 965 0 00-26.4 2.4c-5 .6-6-5.3 0-6a960.5 960.5 0 0126.3-2.2 983.7 983.7 0 0137-2.2h2.4l15.4-.5h16.8a1082.3 1082.3 0 017.2 0h16.6l15.2.5h3.3a984 984 0 0137 2.3 960.5 960.5 0 0126.2 2c5.8.7 5 6.6 0 6a965.6 965.6 0 00-26.4-2.3h-.3a978.4 978.4 0 00-18.3-1.2h-.6l-9.2-.5h-.3c-2.2 0-4.3-.2-6.4-.3h-2.3l-1.2-.2h-4.5l-1.3-.2H506l-1-.2h-23z" / >
< path fill = "#0c4076" d = "M482 105a17.3 17.3 0 01.1 34.7c-9.3 0-17-7.8-17-17.3 0-9.6 7.7-17.3 17-17.3z" / >
< path fill = "#edb92e" d = "M485.3 85c1.6-.2 3-1.5 3-3.2 0-1.7-1.4-3-3-3.2 0-1.7-1.4-3-3.2-3a3 3 0 00-3 3c-1.6 0-3 1.5-3 3.2a3 3 0 003 3v6.5h-5.5a3 3 0 00-3-3c-1.8 0-3 1.3-3.2 3a3 3 0 00-3 3c0 1.8 1.3 3.2 3 3.2a3 3 0 003 3c1.8 0 3.2-1.2 3.2-3h5.5V119h6.3V97.6h5.5a3 3 0 003 3c1.8 0 3-1.4 3.2-3 1.7 0 3-1.5 3-3.2a3 3 0 00-3-3c0-1.8-1.4-3.2-3-3.2-2 0-3.2 1.4-3.2 3h-5.5V85z" / >
< path fill = "#21231e" d = "M487.8 81.8h1v1h-.2v.5h-.2v.3l-.2.3-.2.2v.2h-.2l-.2.2-.2.2h-.2v.2h-.2l-.2.2h-.2v.2h-.8l-.2.2h-.3v-1h.7V84h.2l.3-.2h.2v-.2h.2v-.2l.2-.2V83h.2l.2-.2v-.4l.2-.2v-.4zm-3-3.2h1l-.5-.5h.2l.3.2h.4l.3.2h.3l.2.2.2.2h.2v.2h.2l.2.2.2.3.2.2v.2h.2v.4h.2v.5l.2.2v.7h-1V81h-.2v-.4l-.2-.2V80h-.4v-.2h-.2v-.2h-.2l-.3-.2h-.2V79h-.8l-.4-.6zm.4.5h-.4v-.4l.4.5zm-3-3v-1h.7l.2.2h.2l.3.2h.2l.2.2.2.2h.2v.3l.2.2.2.3.2.2v.2h.2v.4h.2v.8h.2v.3h-1V78h-.2v-.5h-.2v-.2l-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2l-.2-.2h-.4l-.3-.2h-.4zm-3.2 3v-1l-.5.6v-.8l.2-.2V77h.2v-.6h.2v-.2l.2-.2.2-.2.2-.2h.2v-.2h.3v-.2h.3l.3-.2h.4l.2-.2h.4v1h-.5v.2h-.3l-.2.2h-.2v.2h-.2v.2h-.2v.2l-.2.2v.2h-.2v.5h-.2v1l-.6.5zm.5-.4v.5h-.5l.5-.4zm-3 3.2h-1V81l.2-.3v-.5l.2-.2v-.2l.2-.2.2-.3.2-.2h.2l.2-.2h.2v-.2h.3v-.2h.5l.3-.2h.7v1h-.7l-.2.2h-.2l-.2.2-.2.2-.2.2-.2.2v.2h-.2v.4l-.2.2v.8zm3 3h-1l.5.6h-1V85h-.7v-.2h-.3v-.2h-.2l-.2-.2-.2-.2V84h-.2v-.2l-.2-.2-.2-.3v-.5h-.2v-1h1v1h.2v.4h.2v.2h.2v.2l.2.2h.2v.2h.2l.3.2h.7v.2h.2l.5.5zm-.5-.4h.5v.5l-.5-.6zm-.5 7V85h1v6.3l-.5.5-.5-.5zm1 0v.4h-.5l.5-.5zm-6-.6h5.5v1h-5.5l-.5-.5.5-.5zm0 1h-.5v-.5l.5.5zm-3-3v-1h1.2v.2h.3l.3.2.3.2.3.2v.2l.2.2.2.3.2.3.2.3v.4l.2.2v.8h-1v-.7l-.2-.2V90h-.2v-.2h-.2v-.2l-.2-.2-.2-.2h-.2V89h-.4l-.2-.2h-.8zm-3.2 3v-1l-.5.4v-.8l.2-.3V90l.2-.3v-.2h.2v-.2l.2-.2h.2v-.3h.2l.2-.2.2-.2h.2V88h.7v-.2h1.1v1h-1l-.2.2h-.2v.2h-.2v.2h-.2l-.2.2v.2h-.2v.4h-.2v.8l-.2.2v.3l-.5.5zm.5-.5v.5h-.5l.5-.5zm-3 3h-1V93h.2v-.2h.2v-.3l.2-.3.3-.3v-.2h.2v-.2h.2v-.2h.2l.2-.2h.2V91h.7l.2-.2h.8v1h-.7l-.2.2h-.2v.2h-.2v.2h-.2l-.2.2-.2.2v.2h-.2v.5h-.2v.7zm3 3.2h-1l.5.5h-1v-.2h-.5l-.2-.2h-.2v-.2h-.2l-.2-.2-.2-.2v-.2h-.3v-.2l-.2-.2V96h-.2v-.4l-.2-.3v-.8h1v.9h.2v.2l.2.3h.2v.2h.2v.2h.2v.2h.2l.2.2h.5v.2h.4l.6.5zm-.5-.5h.5v.5l-.5-.5zm3 3v1h-1l-.2-.2h-.3v-.2h-.3v-.2h-.2l-.2-.2-.2-.3v-.2h-.2v-.3h-.2V99h-.2v-.5l-.2-.2V98h-.2v-.5h1v.7h.2v.4h.2v.2l.2.2v.2h.2v.2h.2v.2h.2l.2.2h.2l.3.2h.6zm3.2-3v1l.5-.4v.8l-.2.2v.3h-.2v.3l-.2.3-.2.2-.2.2-.2.2-.3.2-.2.2h-.2l-.2.2h-.2l-.3.2h-.8v-1h.9v-.2h.2l.2-.2h.2v-.2h.2l.2-.2V99h.2v-.2l.2-.3v-.2l.2-.2v-.4l.5-.5zm-.5.6V97h.5l-.5.6zm6 .5h-5.5v-1h5.5l.5.6-.5.5zm0-1h.5v.6l-.5-.5zm-.5 22V97.6h1V119l-.5.5-.5-.5zm.5.5h-.5v-.5l.5.5zm6.3 0H479v-1h6.3l.5.5-.5.5zm.5-.5v.5h-.5l.5-.5zm0-21.4V119h-1V97.6l.5-.5.5.6zm-1 0V97h.5l-.5.6zm6 .5h-5.5v-1h5.5l.5.6-.5.5zm0-1h.4v.6l-.4-.5zm3 3v1h-1l-.3-.2h-.2l-.3-.2-.2-.2h-.2v-.2h-.2l-.2-.2v-.2h-.2v-.2l-.2-.2V99h-.2v-.2h-.2v-1l-.2-.2h1v.4l.2.2v.2l.2.3v.2h.2v.2h.2l.2.2v.2h.2l.3.2h.2v.2h1.1zm3.2-3v1l.5-.5v.7h-.2v.5l-.2.3v.4h-.2v.3h-.2v.2h-.2v.2h-.3v.2l-.3.2h-.3l-.2.2h-.3l-.2.2h-.8v-1h.9v-.2h.2v-.2h.2l.2-.2.2-.2V99h.2v-.2l.2-.2v-.2l.2-.2v-.6l.6-.6zm-.5.5V97h.5l-.5.5zm3-3h1v.9l-.2.3v.2h-.2v.6h-.2l-.2.2v.2h-.2v.2h-.3v.2h-.2v.2h-.3l-.3.2h-.2l-.3.2h-.7v-1h.8V97h.2v-.2h.2l.2-.2.2-.2h.2V96l.2-.3v-.2h.2v-.7l.2-.3zm-3-3.2h1l-.5-.6h.7l.2.2h.4l.3.2.3.2.3.2.2.2.2.3.2.2v.5h.2v.3h.2v.7l.2.3v.4h-1v-.6h-.2v-.4l-.2-.2-.2-.2v-.2h-.2l-.2-.2-.2-.2h-.2V92h-.5l-.2-.2h-.5l-.5-.5zm.5.5h-.5v-.5l.5.5zm-3-3v-1h1.1l.2.2h.4v.2h.3v.2l.3.2.2.3h.2v.3h.2v.4l.2.2v.4h.2v.7h-1v-.8h-.2V90l-.2-.2-.2-.2-.2-.2-.2-.2h-.2V89h-.5v-.2h-.6zm-3.2 3v-1l-.6.5v-.9l.2-.2V90l.2-.3.2-.3.2-.3h.2v-.2l.2-.2h.2v-.2h.2l.2-.2h.3l.2-.2h.3l.2-.2h1v1h-1l-.3.2h-.2v.2h-.2l-.2.2v.2l-.2.2-.2.2v.2l-.2.2v.7l-.7.6zm.5-.5v.5h-.6l.6-.5zm-6-.5h5.5v1h-5.5l-.5-.5.5-.5zm0 1h-.5v-.5l.5.5zm.5-7v6.5h-1V85l.4-.6.6.5zm-1 0v-.4h.4l-.4.5zm.5 0v-.4.5zm-.5 0v-.4h.4l-.4.5z" / >
< path fill = "#21231e" d = "M499.8 122.4h-1v-1.7l-.2-1v-.7l-.3-.8-.2-.8-.2-.8-.3-.8-.3-.7-.4-.6-.4-.7-.4-.7-.5-.7-.5-.6-.5-.6-.6-.5-.7-.6-.6-.6-.6-.5-.5-.6-.7-.4-.7-.4-.6-.4-.8-.3-.7-.4-1-.3-.7-.2h-.8l-.8-.2h-.8l-1-.2h-1v-1h2l.8.2h1l.8.3.8.4.8.2.8.4.8.3.8.4.7.4.7.6.7.5.7.6.6.6.6.6.6.6.6.6.5.7.5.7.5.7.4 1 .4.6.4.8.3.8.3 1 .3.7.2.8v1l.2.7v2zM482 140.2v-1h1.8l1-.2.7-.2.8-.2.8-.2 1-.3.6-.2.8-.3.7-.4.8-.3.7-.4.6-.5.7-.5.6-.5.6-.6.5-.5.5-.6.5-.6.5-.6.4-.7.4-.6.4-.8.3-.7.3-1 .3-.6.3-.8.2-.8v-1l.2-.7v-1.6h1v2.8l-.2.8-.2.8-.3 1-.3.7-.3.8-.3.8-.3 1-.4.6-.5.7-.5.7-.5.7-.6.6-.6.7-.6.6-.6.5-.7.6-.7.5-.7.6-.7.4-.8.4-.8.4-.8.3-.8.4-.8.2-1 .2-.8.2h-.8l-1 .2h-1zm-17.5-17.8h1v1.8l.2.7v.8l.3.8.2.8.3.7.3 1 .3.6.5.8.4.7.3.8.5.6.5.6.5.7.6.5.5.6.5.5.7.5.6.5.7.4.7.4.7.5.7.3.7.3.8.4.8.2.8.2.8.2h1.8l.7.2v1h-1.8l-.7-.2-1-.2-.8-.2-.8-.2-1-.3-.7-.2-.8-.4-.8-.4-.7-.4-.7-.5-.7-.4-.7-.5-.7-.4-.7-.6-.5-.7-.5-.6-.5-.7-.5-.7-.5-.7-.4-.7-.4-1-.3-.7-.5-.8-.2-.8-.3-1-.2-.7v-1l-.2-.8v-1.8zm17.6-17.8v1h-1.7l-.7.2h-.8l-.8.3-.8.3-.8.3-.7.3-.8.2-.8.4-.7.4-.7.4-.6.5-.7.4-.6.5-.6.5-.6.6-.5.7-.5.6-.5.7-.4.7-.5.7-.4.7-.2.8-.3.8-.3.8-.2.8-.2.8v.8l-.2 1v1.7h-1v-2.8l.2-1 .2-.8.3-1 .2-.8.4-.8.2-.8.4-.7.4-1 .5-.6.5-.7.5-.7.6-.6.6-.6.7-.6.6-.6.6-.5.7-.4.7-.5.7-.3.8-.4.8-.3.8-.4 1-.2.7-.3h1l.8-.2h.8l1-.2h.8z" / >
< path fill = "#edb92e" d = "M499 118.8a17.6 17.6 0 010 6c-5.5-.2-11.2-.3-17-.3-5.5 0-11.2 0-17 .3a17.5 17.5 0 01.3-6l16.8-.3c5.8 0 11.4.2 17 .3z" / >
< path fill = "#21231e" d = "M499.8 122.4h-1V120h-.2v-1l1-.2v1.7l.2.2v1.6zm-.7 3l.2-1-.6.3v-.8l.2-.2v-1.1h1v2.2h-.2l-.5.5zm.6-.5v.3h-.5l.6-.4zm-17.5 0v-1H494l.4.2h4.8v1h-10.6l-.5-.2h-6zm-17.4 0l1-.3-.5-.4h4.7l.4-.2H482v1h-11l-.5.2H465l-.5-.3zm.6.3h-.5v-.4l.5.3zm-.7-3h1v2.4l-1 .3v-2.6zm.8-4v1l.5-.3v.8l-.2.2v2.5h-1v-3h.2v-.4l.5-.5zm-.5.5v-.4h.5l-.5.4zm17.3-.8v1h-9.1l-.5.2H466l-.7.2v-1h2.5l.5-.2h9l.5-.2h4.2zm17.5.8l-1 .2.4.4h-3.6l-.5-.2h-10.3l-.5-.2h-2.1v-1h10l.5.2h6.1l.5.6zm-.5-.5h.4v.5l-.4-.5z" / >
< path fill = "#edb92e" d = "M468.8 133.2c-3.6-2.3-4.3 1.2-4.2 4.7.4 13.2 3 25.8-.6 42-1.4 6.4-3.7 10-1.5 11.3 5.7 3.2 8.3 6 7.4 7.7 1.5 3.2 5.7 2.6 12 1.6 6.6 1 10.7 1.6 12.4-1.6-1-1.6 1.7-4.5 7.4-7.7 2.2-1.2 0-5-1.5-11.3-3.5-16.2-1-28.8-.7-42 0-3.6-.5-7-4-4.8a28.6 28.6 0 01-26.8 0z" / >
< path fill = "#21231e" d = "M465 138h-1v-1.5l.2-.3v-1.6l.2-.3v-.3h.2v-.4l.2-.2v-.3h.2l.2-.3.2-.2.2-.2h.2l.2-.2h1.8l.4.2.4.2h.3l.4.3-.4 1-.4-.3h-.2l-.3-.2h-.3l-.2-.2h-1.2v.2h-.2v.2l-.2.2v.2l-.2.2v.4l-.2.3v.4l-.2.2v2.5zm-.5 42l-1-.2.3-1.5.3-1.4.3-1.6.2-1.4.2-1.5.2-1.4v-2.5l.2-1.4V154l-.2-1.2v-2.5l-.2-1.2V148l-.2-1.2v-1.2l-.2-1.3V142l-.2-1.3V138h1v3.5l.2 1.2v2.6l.2 1.2v1.3l.2 1.2v2.5l.2 1.2v1.3l.2 1.3v13.3l-.2 1.4v1.4l-.3 1.5-.2 1.4-.2 1.6-.2 1.4-.2 1.5-.3 1.6zm-1.8 11l-.4.8-.3-.2-.2-.2-.2-.2-.2-.2v-.2l-.2-.3V188l.2-.3v-.4l.2-.3v-.4l.2-.4v-.5l.3-.4.2-.4v-.5l.3-.3v-.5l.3-.5v-.6l.3-.4.2-.6v-.6l.3-.6 1 .3-.2.7v.6l-.3.5v.6l-.2.5-.2.4v.6l-.3.4v.5l-.3.4v.4l-.2.4v.4l-.2.4v.4l-.2.3v.4l-.2.4v1.9l.2.2.2.2zm7.6 7.8l-1 .4v-.4h.2v-1l-.2-.2v-.2l-.2-.2v-.4l-.3-.2-.2-.2-.2-.3h-.3l-.2-.4-.3-.2-.3-.3h-.3l-.4-.4-.4-.3-.3-.2-.5-.2-.4-.3-.3-.3-.5-.3-.5-.3-.4-.3-.5-.3-.6-.2.5-1 .6.4.5.3.5.3.4.3.5.4.4.3.5.3.5.2.3.3.4.3.4.3.3.4.2.2.3.3.3.2.2.2.2.3.3.2.2.2v.2l.3.3v.2l.3.2v.5l.2.2v1.1l-.2.3v-.5zm-1 .4v-.4.4zm13 1l-.2 1h.2-1.2l-.5.2h-1.2l-.6.2h-1l-.5.2h-4.7l-.4-.2h-.3l-.3-.2-.3-.2-.3-.2-.2-.2-.3-.2-.2-.2-.3-.3h-.2l-.2-.4-.2-.4 1-.4v.2l.2.3.2.2.2.2.2.2h.2l.2.2h.2l.3.2h.3l.3.2h.3l.2.2h4.3l.5-.2h1l.6-.2h1.1l.5-.2h.8zm-.2 0h.2zm12-1l1-.4v.4l-.3.4-.2.3h-.2l-.3.4-.2.2-.3.2-.3.2-.3.2-.4.2h-.3l-.3.2h-.4l-.4.2H486l-.6-.2h-.5l-.6-.2h-1.2l-.5-.2h-.6l.2-1h1.8l.5.2h.6l.6.2h1.1l.5.2h4.2l.3-.2h.3l.2-.2h.3l.2-.2.2-.2.3-.3.2-.2.2-.2v-.3l.3-.2v.5zm1-.4v.4-.4zm6.5-8l.5 1-.5.3-.5.4-.5.3-.4.2-.4.2-.4.3-.4.3-.4.3-.4.3-.3.3-.3.3h-.3l-.2.4-.3.2-.3.3h-.2l-.2.4-.2.2-.2.2v.2l-.3.2v.7h-.2v1.2l-.8.5v-.2l-.2-.2v-1.3l.2-.2v-.3l.3-.3v-.3l.3-.2.2-.3.2-.3.3-.3.2-.2.3-.3.3-.4.4-.2.3-.3.4-.2.4-.3.4-.3.4-.2.4-.3.5-.3.5-.3.5-.2.5-.3.5-.3.5-.3zm-1.7-10.7l1-.2v.6l.3.6.2.6.2.5v.7l.3.5v.5l.2.4v.6l.2.5.2.5v.4l.2.3v.4l.2.4v.5l.2.3v.7l.2.3v1.8l-.2.3v.2l-.3.3h-.2l-.2.3-.3.2-.5-1h.2l.2-.2v-.4h.2v-2.5l-.2-.3v-.3l-.2-.3v-.4l-.2-.4v-.4l-.2-.4v-.4l-.3-.5v-.6l-.2-.4v-.6l-.3-.5v-.6l-.3-.6v-.5l-.2-.6-.2-.6zm-.7-42h1v5.9l-.2 1.4v1.2l-.2 1.2v1.3l-.2 1.3v2.5l-.2 1.2v2.6l-.2 1.2v9.3l.2 1.4v1.4l.2 1.3.2 1.5.2 1.5.2 1.4.2 1.5.3 1.3.3 1.5-1 .3-.3-1.5-.3-1.5-.2-1.4-.2-1.5-.2-1.3-.2-1.5v-1.4l-.2-1.4V167l-.2-1.3v-10.3l.2-1.3v-2.5l.2-1.3V149l.2-1.2v-1.3l.2-1.2V143l.2-1.2V138zm-3.3-4.4l-.5-1h.4l.3-.2.2-.2h.3l.4-.2h1.2l.3.2h.2l.2.3v.2l.2.2h.2v.4l.2.2v.3h.2v.7l.2.3v1.5l.2.3v1.1h-1v-2.4l-.2-.3v-.8l-.2-.3v-.4l-.2-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-1.1l-.2.2h-.3l-.3.2-.3.2zm-27 0l.4-1 .8.5.7.5.7.4.7.2.7.3.8.2.8.3 1 .2.7.2 1 .2h.7l1 .2h.8l1 .2h4.6l.7-.2h1l.8-.3h.8l1-.3.7-.2.8-.3.8-.2.8-.3.7-.4.8-.3.7-.4.7-.3.5 1-.7.3-.7.4-.8.4-.7.3-1 .4-.7.3-.7.3-1 .2-.7.2-1 .2h-.8l-1 .2h-1l-.8.2h-4.6l-1-.2h-.8l-1-.2-.8-.2-1-.2-.7-.2-.8-.3-.8-.3-.8-.3-.8-.2-.8-.4-.7-.4-.7-.4z" / >
< g id = "b" >
< path fill = "#edb92e" d = "M363 212c-2-4-.3-9.8.3-11 .3-.8-.6-2.2-1-2.8-13-18.3-13.2-20-4.3-26.8 8-6 26.2-12 39.2-16.2 2.7-2 4.4-5 6.8-7.2-25 1.8-52 12-65.5 23.8-7.2 6.2 1.5 19 12.2 38 6.7 5 9.8 7 12.3 2.3z" / >
< path fill = "#21231e" d = "M362.8 200.7l1 .4v.2l-.2.2v.3l-.2.3v.5l-.2.2v.6l-.2.4v.7l-.2.3v1.6l-.2.4v2.5l.2.4v.4l.2.4v.4l.2.4v.3l.3.4-1 .3v-.4l-.3-.5v-.4l-.2-.4v-.4l-.2-.5v-.8l-.2-.6v-2.9l.2-.4v-1.2l.2-.3v-.4l.2-.2v-.6l.2-.3v-.6l.2-.2v-.2l.2-.2zm-1-2.2l1-.6v.2h.2v.4h.2v.4h.2v.2l.2.2v.4h.2v1.2l-1-.3v-.6l-.2-.2v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2zm-4-27.5l.5 1-.8.5-.7.6-.7.6-.5.6-.6.5-.6.5-.5.6-.5.5-.3.4-.3.5-.3.5v.5l-.3.5v1.7l.2.6.2.8.2.7.4.8.4.8.4 1 .5 1 .6 1 .7 1 .7 1.3 1 1.2.7 1.3 1 1.4 1 1.5 1 1.5 1.3 1.7-.8.5-1.3-1.7-1-1.5-1-1.5-1-1.4-1-1.3-.8-1.2-.8-1.2-.7-1-.6-1-.7-1-.4-1-.6-1-.3-.7-.2-1-.2-.7v-.7l-.2-.7v-1.4l.2-.6.2-.6.2-.6.3-.6.4-.6.5-.5.5-.5.5-.5.6-.6.7-.5.7-.7.7-.6.7-.7zm39-16.2l.7.8h-.2l-1.2.5-1.2.5-1.2.4-1.4.3-1.3.4-1.4.5-1.4.4-1.3.5-1.5.5-1.4.5-1.3.5-1.3.5-1.4.5-1.4.5-1.3.5-1.4.5-1.4.5-1.3.6-1.3.6-1.3.5-1.2.7-1.2.5-1.2.6-1 .5-1.2.6-1 .4-1 .6-1 .6-1 .5-1 .7-.7.6-.7.6-.6-1 .8-.5 1-.6.8-.7 1-.6 1-.6 1-.4 1-.6 1.2-.6 1.2-.5 1-.7 1.4-.6 1.3-.5 1.3-.6 1.3-.5 1.2-.4 1.4-.5 1.3-.5 1.3-.5 1.4-.5 1.3-.5 1.4-.5 1.4-.5 1.4-.4 1.4-.5 1.3-.4 1.3-.4 1.3-.4 1.3-.5 1.2-.4 1.3-.5 1.3-.4 1.2-.3zm.7.8h-.2.2zm6.6-7v-1l.4.8-.2.2-.3.2-.3.3-.2.3-.2.2-.2.2v.3l-.3.2-.2.2-.2.2-.2.3-.3.3-.2.3-.2.2-.2.3v.3l-.3.2-.2.3-.2.2-.3.2-.2.3-.2.2-.2.2h-.2l-.3.4-.3.2-.2.2-.3.2-.2.2-.3.2-.2.2-.6-.8v-.2l.3-.2.3-.2.2-.2.2-.2.2-.2.3-.2.2-.2.2-.2v-.2l.3-.3.2-.2.2-.2.2-.2v-.2l.3-.2.2-.2.2-.3.2-.3v-.3l.3-.2.2-.2.2-.3.2-.2v-.2l.4-.3.2-.2.2-.2.2-.3.2-.2h.3l.2-.3.4.8zm0-1l1.4-.2-1 1-.4-1zM338.8 172l-.7-.8 1.5-1 1.4-1.2 1.4-1 1.5-1.2 1.5-1 1.7-1 1.7-1 1.7-1 2-1 1.8-1 2-1 2-1 2-.8 2-1 2.2-.7 2-.8 2.3-.8 2.3-1 2.2-.6 2.3-.7 2.3-.6 2.4-.5 2.3-.6 2.4-.7 2.4-.5 2.4-.4 2.4-.4 2.4-.4 2.3-.3 2.3-.3 2.4-.3 2.3-.2v1l-2.3.2-2.3.3-2.3.3-2.3.3-2.4.4-2.3.4-2.4.4-2.3.5-2.3.6-2.3.5-2.3.6-2.3.7-2.2.7-2.2.7-2.2.8-2.2.8-2.2.8-2 1-2 .7-2.2 1-2 1-2 1-1.8.8-1.8 1-1.8 1-1.7 1-1.6 1-1.5 1-1.6 1-1.5 1.2-1.4 1-1.2 1.2zm12.2 37.3l-.5.8-.2-.2-1-1.6-1-1.8-1-1.7-1-1.7-.8-1.7-1-1.6-.8-1.5-.8-1.5-1-1.5-.7-1.5-.8-1.4-.7-1.3-.7-1.4-.5-1.3-.6-1.3-.6-1.2-.4-1.2-.5-1.2-.3-1-.3-1-.4-1.2v-1l-.2-1v-2.8l.3-.8.3-.8.4-.7.5-.8.5-.7.6-.6.8.8-.6.5-.5.6-.4.7-.3.6-.3.7-.2.8v4.5l.4 1v1l.5 1 .4 1 .4 1.3.5 1.2.4 1.2.6 1.3.7 1.3.7 1.4.7 1.4 1 1.4.7 1.5 1 1.5.8 1.5 1 1.6.8 1.7 1 1.7 1 1.7 1 2 1 1.6h-.3zm-.5.8l-.2-.2.2.3zm12.5 1.3v1l.5-.2-.3.4-.2.4-.3.4-.3.3-.3.2-.2.3-.3.2-.3.2h-.3l-.5.2h-2.1l-.4-.2-.5-.2-.4-.2-.3-.2-.5-.2-.4-.3-.5-.3-.5-.3-.4-.4-.6-.3-.5-.3-.5-.4-.6-.4-.5-.4-.6-.4-.5-.5.5-.8.7.4.5.3.6.5.6.3.5.5.4.4.5.2.4.3.4.3.5.3.4.3.4.2.5.2.4.2h.5l.3.2h1.5l.2-.2h.3l.2-.3.2-.2.3-.2.2-.3v-.3l.4-.4.2-.4.4-.4zm-.4.3v-.4h.4l-.4.3zm.4.6v-1l.5.3-.5.6zm.5-.7l.3.6h-.8l.5-.7z" / >
< path fill = "#edb92e" d = "M359 213.6a34 34 0 01-1-4.7c-.7-2.8-.4-5.7.5-8.3-3-4.2-6.4-8.8-8.8-13.3-1.7-3.3-3-7-2-10.6 1-4 4.5-6.6 7.6-9 3.7-2.8 8.6-5.3 13.6-7.5 11-4.6 20-7 26.5-7l-4.2 3.8c-12 4-26.4 9.2-33.3 14.5-9 6.8-8.6 8.4 4.3 26.7.4.6 1.3 2 1 2.7-.6 1.2-1.8 7.2 0 11.4-1 2-2.6 1-4.2 1.2z" / >
< path fill = "#21231e" d = "M357.4 209l1-.2v.7l.2.2v.7h.2v.8l.2.3v.3l.2.3v.7h.2v.6h.2l-1 .4v-.3l-.2-.3v-.2l-.2-.3v-.5l-.2-.3v-.6h-.2v-.5l-.2-.3v-.7l-.2-.3v-.2zm1-.2zm-.4-7.8l1-.6v.5l-.2.4v.2l-.2.2v1l-.2.2v.8l-.2.2v4.7l.2.3-1 .2v-.6l-.2-.2V203h.2v-1l.2-.2v-.5l.2-.2v-.2l.2-.3v.5zm1-.6v.5-.6zm-9.7-12.8l1-.5v.6l.3.4.3.4v.4l.4.5.2.4.3.4v.5l.4.4.3.4.2.4.2.4.3.4.2.4.3.5.3.4.3.3.3.4.2.4.2.5.3.5.3.4.3.4.3.4.3.4.2.4.3.4.2.4.3.4.3.4.3.4.3.4-1 .6-.2-.4-.3-.4-.3-.4-.3-.4-.4-.4-.3-.4-.2-.4-.2-.4-.3-.4-.3-.4-.3-.5-.4-.4-.3-.3-.3-.4-.2-.4-.3-.5-.3-.5-.3-.4-.4-.4-.3-.4-.2-.5-.2-.4-.3-.5-.2-.4-.3-.4-.3-.4-.2-.4-.3-.5-.2-.4-.2-.5-.3-.5-.2-.4zm-2-11l1 .4-.2.3v4.1l.2.4v.3l.2.3v.7l.3.3v.4l.2.4v.6l.3.3v.3l.3.3v.2l.3.3v.3l.2.3-1 .6v-.3l-.2-.3-.2-.3v-.3l-.3-.4v-.3l-.3-.3v-.3l-.3-.3-.2-.3v-.3l-.2-.2v-.4l-.2-.3v-.3l-.2-.3v-.7l-.2-.4V180l-.2-.4V178l.2-.2v-.7l.2-.3zm7.7-9.2l.6.8-.3.2-.3.3-.3.2h-.3l-.3.3-.2.3-.2.2-.3.3-.3.3-.3.2-.3.3-.2.2-.3.3-.4.3-.2.2-.3.3v.3l-.4.3-.2.3-.2.2-.3.3-.3.3-.2.3-.2.4v.3l-.3.3-.2.3v.3l-.3.3v.3l-.2.3v.4l-1-.3v-.4l.2-.4v-.4l.2-.4.2-.4v-.3l.3-.4.2-.2.2-.3.2-.3v-.3l.4-.5.2-.3.2-.2.3-.3.4-.3.2-.3.3-.2.2-.2.3-.3.2-.3.3-.2.3-.3.3-.2.3-.3.2-.2.3-.2.3-.3.3-.2h.4l.3-.4.3-.2zm13.7-7.5l.4.8-.4.2-.4.2-.5.2-.5.2-.4.2-.5.2-.4.3-.6.2-.5.2-.5.2h-.5l-.4.3-.5.3-.3.2-.4.2-.5.3-.4.2-.4.2-.4.3-.5.2-.3.2-.4.3-.4.2-.5.2-.4.2-.2.3-.4.2-.4.2-.4.2-.3.3-.4.3-.4.2-.6-.8.3-.3h.4l.4-.4.4-.3.4-.2.4-.2.4-.2.4-.3.4-.2.4-.2.4-.2.4-.3.5-.2.5-.2.4-.2.4-.2.4-.3h.4l.5-.3.4-.3.6-.2.4-.2.5-.2.5-.3.4-.2.5-.2h.4l.4-.3.5-.2.5-.2.4-.2h.5zm0 0zm27-6.4l-.6-.7.5.7H394l-.6.2h-1.8l-.7.2h-.8l-.7.2h-.7l-.8.3-.8.2h-.7l-.8.2-.8.2-1 .2-.8.2-.8.3-1 .3-.8.3-1 .3-.8.2-1 .3-.8.3-1 .3-1 .5-1 .3-.8.4-1 .4-1 .4-1 .4-1 .4-.5-1 1-.4 1-.4 1-.4 1-.4 1-.3 1-.5 1-.3 1-.4 1-.3.8-.3 1-.3.8-.4 1-.2.8-.3h1l.8-.4.8-.2.8-.2.8-.2h.8l.8-.3.8-.2h.7l.7-.2h.8l.7-.2h1.4l.5-.2h1.9l.4.8zm-.3-1h1.4l-1 1-.4-1zm-4.4 4l4-3.7.8.6-4 3.8-.3.2-.5-1zm.7.8l-.2.2.2-.2zM358.3 172l-.6-1 .7-.5.7-.5 1-.5.7-.5.8-.5 1-.5.8-.4 1-.5 1-.4.8-.5 1.2-.4 1-.5 1-.3 1-.5 1.2-.5 1-.4 1.3-.5 1-.4 1.2-.5 1-.5 1.3-.5 1-.4 1.3-.4 1.2-.5 1.2-.4 1.2-.4 1.2-.5 1-.4 1.3-.3 1.2-.4 1-.3 1.2-.4.3 1-1.2.3-1 .3-1.3.4-1 .4-1.3.5-1.2.4-1.2.3-1.2.4-1 .4-1.2.6-1.2.4-1 .4-1.3.5-1 .3-1.3.5-1 .4-1.2.5-1 .4-1 .6-1.2.5-1 .5-1 .5-1 .5-1 .5-.8.5-1 .4-.8.4-.8.5-.8.4-.7.5-.7.4-.7.5zm4.4 26l-.8.5-1.3-1.7-1-1.5-1-1.5-1-1.4-1-1.3-.8-1.2-.8-1.2-.7-1-.6-1-.7-1-.4-1-.5-1-.4-.7-.2-1-.2-.7v-.7l-.2-.7v-1.4l.2-.6.2-.6.2-.6.3-.6.4-.6.5-.5.5-.5.5-.5.6-.6.7-.5.7-.7.7-.6.7-.7.6 1-.8.5-.7.6-.7.6-.5.6-.6.5-.6.5-.5.6-.5.5-.3.4-.3.5-.3.5v.5l-.2.6v2.2l.3.8.3.7.4.8.4.8.4 1 .6 1 .5 1 .7 1 .7 1.3 1 1.2.7 1.3 1 1.4 1 1.5 1 1.5 1.3 1.7zm1 3l-1-.3v-1h-.2v-.2l-.2-.2v-.2h-.2v-.4l.7-.7.2.2v.4h.2v.2l.2.2v.2l.2.2v.4h.2v1.4zm.2 11.6l-1-.5v.6l-.2-.4-.2-.5v-.4l-.2-.4v-.6l-.2-.4v-.5l-.2-.4v-5.4l.2-.4v-.7l.2-.4v-.5l.2-.3v-.4l.2-.2 1 .3v.2l-.2.2v.6l-.2.2v.6l-.2.3v1.1l-.2.4v5.1l.2.4v.8l.3.4v.4l.2.4.2.4v.4zm0-.4v.4-.4zm-5 1v1-1h.2l.2-.2h1.4v.2h1.5l.2-.2h.2v-.2h.2v-.2l.2-.2.2-.3 1 .6-.2.2-.2.2v.2l-.2.2h-.2v.2l-.3.2h-.4l-.2.2h-.3v.2h-3v-1zm0 1v-1l.6.2-.5.7zm.6-.8l.2.7h-.7l.6-.6z" / >
< path fill = "#edb92e" d = "M468 132.2c.3-2.3 0-2-.3 1.6-.3-.7-.8-1-1.4-1-1 0-1.7 1.6-1.8 5.2l.2 2.8c-33-.7-52.7 4.3-57.7 14-4.2 7.8 3 21 13.6 36 1.3 1.8 1.2 1.6 0 3-1.8 2.3-3.8 6-2.3 9.2a24.3 24.3 0 01-21 1.5c-1-3-3.4-4.4-5.4-5.8-.5-.2-2-1-2-1.4l-10.2-31.6c-9.5-30.7 75.3-33.5 88.3-33.5z" / >
< path fill = "#21231e" d = "M467.3 134l1-.4-1 .2V132h.2v-1.2l.2-.2.6-.3.3.3v1.6h-1V131l.4.2h.6v-.2 1l-.2.2v1.8h-1zm1 0l-.2 1.6-.7-1.5h1zm-2-.7v-1h.7v.2h.4v.2h.2v.2h.2v.2h.2v.2h.2v.2l-1 .5v-.2h-.2v-.2h-.2v-.2h-.4zm0 0zM465 138h-1v-1.8l.2-.3v-.9l.2-.3v-.7h.2v-.3l.2-.3.2-.3.2-.2h.2v-.2h.2v-.2h.5v1h-.2v.2h-.2v.2l-.2.2v.3l-.2.3v.6l-.2.2v2l-.2.3v.4zm-1 0zm.7 3.3v-1l-.5.5v-2.3h-.2v-.4l1-.2v1.8l.2.2v1l-.5.5zm.5-.5v.5h-.5l.5-.5zM407.4 155l-1-.5.7-1 .7-.8.7-1 .8-.7 1-.8 1-.8 1-.8 1-.7 1.3-.7 1.2-.7 1.4-.6 1.6-.6 1.5-.5 1.7-.7 1.7-.5 1.8-.4 2-.5 1.8-.5 2-.3 2.2-.4 2.2-.3 2.2-.2 2.4-.3 2.4-.2 2.5-.2h2.5l2.7-.2h2.7l2.8-.2h9v1H453l-2.8.2h-2.6l-2.6.2-2.5.2-2.4.2-2.3.3-2.2.2-2.2.3-2 .4-2 .3-2 .4-1.8.4-1.8.4-1.7.5-1.6.5-1.5.6-1.5.5-1.3.5-1.3.7-1.2.6-1 .7-1 .7-1 .7-1 .7-.6.8-.7.8-.6.8-.6 1zm13.6 35.5l-.8.6-1-1.3-1-1.4-1-1.4-1-1.5-.8-1.3-.8-1.4-1-1.3-.7-1.3-.8-1.3-.8-1.4-.7-1.2-.7-1.3-.6-1-.6-1.3-.5-1.2-.5-1.2-.5-1.2-.4-1-.5-1-.3-1.2-.3-1-.3-1-.2-1.2v-1l-.2-1V158l.3-.8.3-1 .2-.7.3-.8 1 .5-.4.7-.2.7-.2.8-.2.8v4.5l.2 1 .3 1v1l.5 1 .3 1.2.4 1 .5 1.2.5 1 .5 1.2.6 1.2.6 1.2.6 1.3.7 1 .7 1.4.8 1.3.8 1.3.8 1.3 1 1.3.8 1.4 1 1.3.8 1.4 1 1.4 1 1.5zm0 3.8l-.8-.7.2-.3.2-.2h.2v-.2l.2-.2v-.4l-.2-.2v-.2h-.2v-.3h-.2v-.3h-.2l.8-.7.2.3.2.3v.2h.2v.4h.2v.2l.2.2v1l-.2.2v.2h-.2v.2l-.2.2-.2.2-.2.3zm-2.5 9l-.4-.8-.2.7v-.3l-.2-.5v-.3l-.2-.3v-3.5l.2-.3v-.3l.2-.4.2-.3v-.3l.2-.3.2-.3v-.3l.3-.2v-.3l.3-.2.2-.3v-.2l.3-.3.2-.2v-.3l.3-.2.2-.2.8.7-.2.2-.2.2v.2h-.3v.3l-.3.3-.2.2v.3l-.3.3v.3l-.2.2-.2.3v.7l-.2.2v.2l-.2.3v.6l-.2.4v2.7l.2.3.2.3-.3.6zm.3-.5v.4l-.3.2.3-.6zm-22 1.8l1-.3-.2-.3.6.2.7.3.5.2.6.2h.8l.6.2.6.2h.7l.6.2h5.7l.7-.2h.5l.7-.3h.6l.7-.2.6-.2.7-.2.7-.2.6-.2.6-.3.6-.3.6-.2.7-.4.6-.3.5 1-.6.2-.7.4-.6.4-.7.2-.6.3-.7.2-.6.2-.6.2-.7.2-.6.2h-.6l-.7.3h-.7l-.6.2h-.7l-.7.2h-5l-.7-.2h-.7l-.6-.3h-.7l-.7-.3-.6-.3-.7-.3-.6-.2-.8-.3-.3-.4zm.4.3l-.2-.2v-.2l.2.3zm-5.6-5.8l.6-1 .2.2.2.2h.2l.2.2.2.2h.2l.2.2v.2h.3v.3h.3l.2.3h.2l.2.3.3.3.2.2.2.2.2.2v.2l.3.2v.2l.3.2.2.2v.2l.3.3.2.2.2.2v.2l.3.3v.3l.2.3-1 .3-.2-.2v-.3h-.2v-.3l-.2-.3-.2-.2v-.2l-.2-.2-.2-.2v-.2l-.3-.2-.2-.2-.3-.3-.2-.2-.3-.3h-.2l-.2-.3v-.2l-.3-.2h-.2v-.3h-.3l-.2-.2h-.2l-.2-.2h-.2l-.2-.3h-.2l-.2-.2h-.2zm-2-1.7l.8-.3h.2v.2h.2l.2.2h.2v.2h.4v.2h.2l.2.2h.2l-.6 1-.2-.2h-.2v-.2h-.4v-.2h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2zm-10.2-31.7l1-.3.2 1 .3 1 .2.8.3 1 .3 1 .3.8.4 1 .3 1 .3 1 .3 1 .3 1 .3.8.2 1 .4 1 .3 1 .2 1 .3 1 .3 1 .4 1 .3 1 .3 1 .3 1 .5 1 .3 1 .3 1 .5 1 .3 1 .3 1 .4 1.2.4 1 .3 1 .4 1.2-1 .3-.3-1-.2-1.2-.3-1-.4-1-.2-1-.3-1-.3-1.2-.4-1-.3-1-.3-1-.4-1-.3-1-.3-1-.3-1-.4-1-.4-1-.3-1-.4-1-.3-1-.3-.8-.3-1-.4-1-.3-1-.3-1-.3-.8-.3-1-.2-1-.3-1-.3-.8-.3-1-.4-.8-.2-1zm88.2-33.6h1l-.5.5h-5.4l-2.5.2h-2.8l-3 .2-3.3.2-3.5.2-3.7.3-3.8.3-4 .4-4 .5-4 .6-4.2.6-4 .7-4.2 1-4 .8-4 1-3.7 1-3.7 1.3-3.4 1.4-3.3 1.4-3 1.5-2.6 1.6-2.3 1.7-2 2-1.6 1.8-1.2 2.2-.8 2.2-.4 2.3v2.5l.7 2.7-1 .3-.6-2.8v-2.8l.3-2.6 1-2.4 1.2-2.2 1.8-2 2-2 2.5-2 2.7-1.6 3-1.5 3.3-1.6 3.5-1.3 3.6-1 4-1.2 3.8-1 4-1 4-.7 4.2-.6 4.2-.6 4-.6 4-.5 4-.4 4-.4 3.7-.4 3.5-.2 3.3-.2 3-.2h3l2.4-.2h5.4l-.6.4zm1 0v.5h-.5l.7-.5zm-.5 0h-.4.5zm.7 0v.5h-.6l.7-.5z" / >
< path fill = "#fff" d = "M405 190.2c3.5 0 6.4 2.8 6.4 6.4 0 3.5-3 6.4-6.4 6.4s-6.4-3-6.4-6.4c0-3.6 3-6.4 6.4-6.4z" / >
< path fill = "#21231e" d = "M412 196.6h-1a6 6 0 00-3.4-5.3 5.8 5.8 0 00-2.6-.6v-1c2.3 0 4.6 1.2 5.8 3.2a7 7 0 011 3.6zm-7 7v-1c2.2 0 4.3-1.4 5.2-3.4a6 6 0 00.7-2.6h1c0 2.3-1.4 4.6-3.4 6a7 7 0 01-3.6 1zm-7-7h1c0 2.2 1.4 4.3 3.4 5.3a5.8 5.8 0 002.6.5v1a7 7 0 01-5.8-3.3 7 7 0 01-1-3.6zm7-7v1a6 6 0 00-5.2 3.3 6 6 0 00-.7 2.6h-1c0-2.4 1.4-4.7 3.4-6a6.8 6.8 0 013.6-1z" / >
< path fill = "#fff" d = "M350.8 203.6c3.2 0 6 2.7 6 6s-2.8 6-6 6c-3.3 0-6-2.7-6-6s2.7-6 6-6z" / >
< path fill = "#21231e" d = "M357.2 209.6h-1c0-2-1-4-2.8-4.8a5.4 5.4 0 00-2.6-.7v-1a7 7 0 015.4 3 6.5 6.5 0 011 3.6zm-6.4 6.4v-1c2 0 4-1.2 4.8-3a5.5 5.5 0 00.6-2.4h1c0 2-1.2 4.3-3 5.4a6.4 6.4 0 01-3.4 1zm-6.5-6.4h1c0 2 1.2 4 3 4.8.8.4 1.6.6 2.5.6v1a6.6 6.6 0 01-5.5-3 6.5 6.5 0 01-1-3.4zm6.5-6.5v1c-2 0-4 1.3-5 3a5.5 5.5 0 00-.5 2.6h-1c0-2.2 1.2-4.4 3-5.5a6.4 6.4 0 013.5-1z" / >
< path fill = "#fff" d = "M345 192.7c3.4 0 6 2.7 6 6s-2.6 6-6 6c-3.2 0-5.8-2.7-5.8-6s2.6-6 6-6z" / >
< path fill = "#21231e" d = "M351.5 198.7h-1c0-2-1.2-4-3-5a5.3 5.3 0 00-2.4-.5v-1c2.3 0 4.4 1.2 5.5 3a6.5 6.5 0 011 3.5zM345 205v-1c2 0 4-1 4.8-2.7a5.5 5.5 0 00.7-2.6h1c0 2.2-1.2 4.3-3 5.5a6.4 6.4 0 01-3.4 1zm-6.3-6.3h1c0 2 1.2 4 3 4.8a5 5 0 002.4.6v1c-2 .2-4.2-1-5.3-3a6.5 6.5 0 01-1-3.3zm6.4-6.5v1c-1.8 0-3.7 1-4.6 2.8a5.5 5.5 0 00-.7 2.7h-1c0-2.2 1.2-4.4 3-5.5a6.4 6.4 0 013.4-1z" / >
< path fill = "#fff" d = "M339.8 181.7c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6 2.7-6 6-6z" / >
< path fill = "#21231e" d = "M346.2 187.7h-1c0-2-1.2-4-3-5a5.4 5.4 0 00-2.4-.5v-1c2.2 0 4.3 1.2 5.4 3a6.5 6.5 0 011 3.5zm-6.4 6.4v-1c2 0 3.8-1 4.7-2.7.5-.8.7-1.7.7-2.6h1c0 2-1 4.3-3 5.4a6.4 6.4 0 01-3.4 1zm-6.4-6.3h1c0 2 1 4 3 4.8.7.4 1.5.6 2.4.6v1a6 6 0 01-5.4-3 6.5 6.5 0 01-1-3.3zm6.4-6.5v1c-2 0-4 1.2-4.8 3a5.5 5.5 0 00-.6 2.5h-1c0-2.2 1-4.4 3-5.5a6.4 6.4 0 013.4-1z" / >
< path fill = "#edb92e" d = "M444.3 202.2c3.4-.3 2.5 5.8 2 7.2-1 1.8-1.8 1.8-3 .2-.8-1.3-2.4-7.2 1-7.5z" / >
< path fill = "#21231e" d = "M446.6 209.6l-1-.4h.2v-.7l.2-.3v-.5l.2-.3V204h-.2v-.3l-.2-.2v-.2l-.2-.2h-.2l-.3-.2h-.2l-.2-.2h-.3v-1h.7l.3.2h.3l.3.2v.2l.3.3.2.2.2.3v.2l.2.3v.7l.2.3v3.7l-.2.3v.5l-.2.3v.5h-.2zm-3.7.3l.8-.7.2.3v.2h.2v.2h.2v.2h.7l.2-.2v-.2h.2v-.2h.2v-.3l1 .3v.2l-.2.2v.3h-.2v.2l-.2.2-.2.2h-.4v.2H444v-.2h-.2v-.2h-.2v-.2h-.2v-.3h-.2v-.3h-.3zm1.2-8.4v1h-.4v.2h-.3v.2h-.3v.3l-.2.2v.4h-.2v3.2l.2.2v.6l.2.2v.3l.2.2v.2l.2.2v.2h.2l-1 .7v-.5l-.2-.2v-.2l-.2-.4v-.2l-.2-.3v-.2l-.2-.3v-.7l-.2-.3v-3l.2-.3v-.3l.3-.3.2-.2.2-.3h.2l.2-.3.3-.2h.4l.2-.2z" / >
< path fill = "#fff" d = "M444.5 205.5c8-.6 6 13.8 4.4 17-2 4.2-4 4.3-6.7.5-2-3-5.8-17 2.2-17.5z" / >
< path fill = "#21231e" d = "M449.4 222.7l-1-.4.2-.3.2-.4v-.4l.3-.5.2-.5v-.6l.2-.6.2-.7V217l.2-.7v-5.1l-.3-.7v-.6l-.3-.7-.3-.6-.3-.5-.3-.5-.3-.4-.3-.4-.4-.4-.5-.2-.5-.2-.5-.2h-1.4v-1h1.5l.6.2.7.2.5.4.6.4.4.4.4.5.4.7.3.6v.7l.3.6.2.7v.7l.3.8v6.3l-.3.7v.7l-.2.6v.6l-.3.6v.5l-.3.5v.4l-.3.3zm-7.5.5l.8-.5.2.3.2.3.3.3.2.3h.2v.4h.3l.2.3.2.2h.4l.2.2h1v-.2h.3l.2-.3v-.2l.2-.2.2-.2h.2l.2-.4v-.3l.3-.3.3-.3.2-.4 1 .4-.3.4-.2.5-.2.3-.2.4-.2.3-.2.3-.2.2-.2.2-.2.3-.3.2h-.2v.3h-.4l-.2.2H445l-.4-.2h-.2l-.3-.3v-.2l-.4-.2-.2-.2-.2-.2-.3-.2-.3-.3-.3-.4-.2-.4-.3-.4zm2.5-17.2v-1 1h-.6l-.7.2-.5.2-.5.3-.4.3-.5.4-.3.4-.3.4-.3.6-.2.5v.6l-.2.5v.7l-.2.7v.6l.2.7v1.4l.2.7v.8l.3.7v.6l.3.7.2.6.2.5.2.6.2.7.2.5.2.4.2.4.2.4.2.3-1 .5v-.3l-.3-.5-.2-.4-.2-.4v-.6l-.4-.5-.2-.7-.2-.6-.2-.7-.2-.7v-.7l-.3-.6v-.8l-.2-.7V213l-.2-.7v-.8l.2-.7v-.6l.2-.7v-.7l.4-.6.2-.6.4-.6.4-.5.4-.5.5-.4.6-.3.7-.3.7-.2h.8v1zm0-1v1-1z" / >
< path fill = "#edb92e" d = "M379.7 210.8c3.3-1 4 5 3.6 6.6-.4 2-1.2 2.2-2.7 1-1-1.2-4-6.5-1-7.6z" / >
< path fill = "#21231e" d = "M383.8 217.5l-1-.2v-2.8l-.2-.3v-.7l-.2-.3v-.3l-.2-.2v-.3l-.3-.2-.2-.2-.3-.3-.3-.3h-.3l-.3-.2h-.6l-.4-1h1.5l.2.2.3.2.2.2.3.2.2.3.2.2v.3l.3.3v.4l.2.3v.3l.2.3v.3l.2.4v.6l.2.3v2.5zm-3.5 1l.7-.6h.2v.2h.2l.2.2h.2v.2h.4l.2-.2v-.2h.2v-.6h.2v-.3l1 .2v.4h-.2v.4l-.2.3v.2h-.2l-.2.2-.2.2h-.2l-.2.2h-1v-.2h-.3l-.2-.2h-.2v-.2h-.2l-.2-.2v-.2zm-.7-8.2l.3 1h-.3l-.2.2h-.2v.2l-.2.2v.2l-.2.2v1.8l.2.4v.3l.2.3v.2l.2.3.2.3v.3l.2.3.2.3v.2l.3.2v.2l.2.2.3.3.2.2-.7.6h-.2v-.4l-.3-.2v-.2l-.3-.2v-.3l-.3-.2v-.2l-.2-.3v-.3l-.3-.3v-.4l-.2-.3v-.3l-.3-.3v-.7l-.2-.3V212l.3-.2.2-.3.2-.3.3-.2.2-.2h.2l.4-.3z" / >
< path fill = "#fff" d = "M380.7 214c7.7-2.5 9.2 12 8.4 15.5-1 4.5-2.8 5-6.2 2-2.6-2.4-9.7-15-2-17.5z" / >
< path fill = "#21231e" d = "M389.6 229.6l-1-.2v-.8l.2-.4v-2.9l-.2-.7V223l-.3-.7v-.7l-.3-.8-.2-.7-.2-.6-.2-.7-.3-.7-.2-.6-.3-.6-.3-.4-.4-.5-.3-.4-.4-.3-.4-.4-.4-.4-.5-.2h-.5l-.5-.2h-1.1l-.6.3-.4-1 .7-.2h2.2l.7.2.7.2.5.4.5.5.5.4.4.5.4.5.4.6.3.7.3.6.3.6.3.7.2.8.2.8.2.7v.8l.3.7v1.5l.2.7v4.4zm-7 2.3l.5-1 .5.4.2.2.3.3h.3l.3.3h.2l.3.3h.3l.2.2h1.4l.2-.2.2-.2.2-.3.3-.3v-.6l.2-.2v-.3l.2-.4v-.2l.2-.4 1 .2v.4l-.2.4v.4l-.2.4-.2.3v.3l-.2.3-.2.4v.3l-.3.2h-.2v.3l-.3.2h-.2l-.2.3h-.8l-.3.2h-.5l-.3-.2h-.2l-.3-.2h-.4l-.3-.3-.3-.2h-.3l-.3-.3-.3-.3-.2-.2-.3-.3zm-2-18.5l.3 1-.7.2-.6.3-.4.3-.4.4-.4.4-.3.5-.2.5v.5l-.2.6v2.5l.2.6.2.7.2.6.2.7.3.7v.7l.4.6.3.7.4.6.4.6.3.6.4.6.4.5.3.4.3.4.4.4.2.4.3.3-.5 1-.3-.4-.3-.3-.4-.4-.4-.5-.3-.5-.4-.5-.4-.6-.3-.7-.5-.6-.3-.6-.4-.6-.3-.6-.3-.7-.3-.7-.3-.7-.3-.7-.2-.8-.2-.8v-.7l-.2-.7V218l.2-.7.2-.6.2-.6.3-.5.4-.5.6-.5.6-.4.7-.2.6-.3zm0 .5v-.5.5z" / >
< path fill = "#edb92e" d = "M464.2 137.8c-17.2-1.6-35 .2-52.3 7-14.8 6-13.4 23.2 4.6 47-1.7 3-2.6 6.8-2.7 11h4.8c-1.3-2.8 0-6.4 1.8-9 1-1.5 1.3-1.2 0-3-10.7-15-17.8-28.2-13.6-36 5-9.7 24.6-14.7 57.7-14 0-1 0-1.8-.2-2.7 0 0-.2 0-.3-.2z" / >
< path fill = "#21231e" d = "M412 145.4l-.3-1 1.7-.6 1.6-.6 1.7-.6 1.6-.5 1.6-.4 1.6-.5 1.6-.4 1.7-.4 1.5-.4 1.7-.4 1.6-.4 1.7-.3 1.6-.3 1.8-.3h1.6l1.7-.3 1.7-.2 1.7-.2 1.6-.2h3.3l1.6-.2h11.5l1.6.2h1.6l1.6.3v1l-1.7-.2h-4.9l-1.6-.2h-9.7l-1.6.2H443l-1.5.3-1.7.2-1.6.2-1.6.2H435l-1.7.4-1.6.3-1.7.3-1.6.4-1.6.3-1.7.5-1.5.4-1.6.4-1.8.5-1.6.6-1.6.6-1.7.6-1.6.6-1.6.6zm5 46.7l-1-.4.2.5-1.7-2-1.5-2.3-1.5-2-1.3-2.2-1.3-2-1.2-2-1-2-1-2-1-2-.7-1.7-.6-1.8-.5-1.8-.6-1.7-.4-1.6-.3-1.7-.2-1.6v-4.4l.2-1.3.3-1.3.4-1.2.5-1.2.5-1.2.7-1 .8-1 .8-1 1-.7 1-.8 1.3-.8 1.4-.6 1.3-.5.4 1-1.2.5-1.2.6-1 .7-1 .8-1 1-1 .8-.6 1-.7 1-.5 1-.5 1-.3 1.2-.3 1.2-.2 1.2v3.8l.2 1.5.3 1.7.3 1.6.5 1.6.6 1.6.7 1.8.8 1.8 1 2 .8 1.8 1 2 1.2 2 1.2 2 1.4 2 1.4 2.2 1.5 2 1.7 2.3v.6zm0-.5l.2.3-.2.3v-.5zm-3 11v1l-.6-.6v-2.5l.2-.4v-1l.2-.4v-.7l.2-.5v-.4l.2-.2v-.4l.2-.3v-.3l.2-.3v-.4l.2-.3v-.3l.2-.3v-.3l.3-.3v-.3l.2-.2.2-.3v-.3l.3-.3v-.4l1 .5v.4l-.3.2v.3l-.2.2-.2.3v.3l-.2.3v.4l-.2.3v.3l-.2.4v.3l-.2.3v.3l-.2.4v.7l-.2.3v.8l-.2.4v.8l-.2.4v1.4l-.2.4v.7l-.5-.6zm0 1h-.6v-.6l.5.5zm4.3-.4l1-.4-.5.8h-4.6v-1h4.6l-.5.7zm1-.4l.3.7h-.8l.4-.7zm1-9l.7.6-.2.2v.3l-.2.2-.2.2v.2l-.3.3v.4l-.2.3-.2.2v.3l-.2.3v.2l-.2.3v.7l-.2.2v.5l-.2.3v2.2l.2.3v.4l.2.2-1 .5v-.5l-.2-.3v-.7l-.2-.3v-2.7l.2-.3v-.3l.2-.2v-.3l.2-.3v-.3l.2-.4v-.3l.2-.3.2-.3v-.2l.2-.3.2-.3v-.3l.3-.3v-.3h.3l.2-.3zm0-2.5l.7-.5.2.3.2.3v.2h.2v.4h.2v.4l.2.2v.5l-.2.2v.2h-.2v.2l-.2.2v.2h-.2v.3l-.2.2-.8-.6v-.2l.2-.2.2-.2v-.2h.2v-.4h.2v-.2h-.2v-.2l-.2-.2v-.3h-.2v-.3h-.2zm-13.8-36.5l1 .5-.4.7-.2.7-.2.8-.2.8v4.5l.2 1 .3 1v1l.5 1 .3 1.2.4 1 .5 1.2.5 1 .5 1.2.6 1.2.6 1.2.6 1.3.7 1 .7 1.4.8 1.3.8 1.3.8 1.3 1 1.3.8 1.4 1 1.3.8 1.4 1 1.4 1 1.5-.8.6-1-1.3-1-1.4-1-1.4-1-1.5-.8-1.3-.8-1.4-1-1.3-.7-1.3-.8-1.3-.8-1.4-.7-1.2-.7-1.3-.6-1-.6-1.3-.5-1.2-.5-1.2-.5-1.2-.4-1-.5-1-.3-1.2-.3-1-.3-1-.2-1.2v-1l-.2-1V158l.3-.8.3-1 .2-.7.3-.8zm57.7-13.7h1l-.5.5h-14.5l-2.6.2H445l-2.5.3-2.4.2-2.3.3-2.2.2-2.2.3-2 .4-2 .3-2 .4-1.8.4-1.8.4-1.7.5-1.6.5-1.5.6-1.5.5-1.3.5-1.3.7-1.3.6-1 .7-1 .7-1 .7-.8.7-.8.8-.7.8-.6.8-.6 1-1-.5.7-1 .7-.8.7-1 .8-.7 1-.8 1-.8 1-.8 1-.7 1.2-.7 1.3-.7 1.4-.6 1.6-.6 1.5-.5 1.7-.7 1.7-.5 1.8-.4 2-.5 1.8-.5 2-.3 2.2-.4 2.2-.3 2.2-.2 2.4-.3 2.4-.2 2.5-.2h2.5l2.7-.2h2.7l2.8-.2h9l-.6.6zm1 0v.5h-.5l.5-.5zm-1-2.3l.7-.7v1.9h.2v1h-1v-2.3l-.2-.2v-.4.3zm.7-.7v.3-.2zm-1.2-.4l.8.7v-.6.2h.2v.2l-.7.7v-.4h-.2v-.6zm0 .7l-.3-.2.3-.4v.7zm.8 0l-.8-.6h.4l.4.7zm-.4-.7h1l-.6.8-.4-.7z" / >
< path fill = "#fff" d = "M380.6 142.7c3.4 0 6 2.7 6 6s-2.6 6.3-6 6.3-6.2-2.7-6.2-6.2a6 6 0 016.2-6z" / >
< path fill = "#21231e" d = "M387.2 148.8h-1c0-2-1.2-4-3-5a5.6 5.6 0 00-2.6-.6v-1c2.2 0 4.5 1.2 5.6 3a6.7 6.7 0 011 3.6zm-6.6 6.7v-1c2 0 4-1.2 5-3a7 7 0 00.6-2.7h1a7 7 0 01-3 5.7 6.6 6.6 0 01-3.6 1zm-6.7-6.7h1c0 2 1.2 4.2 3 5a5.6 5.6 0 002.6.7v1a6.6 6.6 0 01-5.6-3 6.7 6.7 0 01-1-3.7zm6.6-6.7v1.2c-2 0-4 1.2-5 3a5.7 5.7 0 00-.6 2.6h-1c0-2.2 1-4.4 3-5.6a6.6 6.6 0 013.6-1z" / >
< path fill = "#fff" d = "M392.6 138.7c3.4 0 6.2 2.8 6.2 6.2 0 3.3-2.8 6-6.2 6a6 6 0 01-6-6c0-3.5 2.6-6.3 6-6.3z" / >
< path fill = "#21231e" d = "M399.3 145h-1c0-2.2-1.3-4.3-3.2-5.2a5.6 5.6 0 00-2.4-.6v-1a7 7 0 015.7 3 6.7 6.7 0 011 3.7zm-6.7 6.6v-1c2 0 4-1.3 5-3a5.7 5.7 0 00.7-2.7h1c0 2.2-1.2 4.4-3.2 5.6a6.6 6.6 0 01-3.4 1zM386 145h1c0 2 1.2 4 3 5a5.6 5.6 0 002.6.6v1a6.7 6.7 0 01-5.6-3.2 6.7 6.7 0 01-1-3.5zm6.6-6.8v1c-2 0-4 1.2-5 3a5.7 5.7 0 00-.6 2.7h-1c0-2.4 1.2-4.7 3.2-5.8a6.6 6.6 0 013.4-1z" / >
< path fill = "#edb92e" d = "M394.2 144a261.2 261.2 0 002 2.4c-9.8 5.4-14 11-13 16.7.2 1 3.2 11.5 9.8 31.7 4.5 3 7.8 6 10 8.4-.2.4.8 1.2.5 1.5.7 3-2.8 2.4-5 1.7-1.2-3-4.6-6-6.6-7.5-.5-.2-2-1-2-1.4l-10.2-31.6c-3-9.8 3.6-16.8 14.4-21.7z" / >
< path fill = "#21231e" d = "M396.3 147l-.5-1v.7h-.2v-.2h-.2v-.2l-.2-.2h-.2v-.2l-.2-.2v-.2h-.2v-.2h-.2v-.2l-.2-.2-.2-.2v-.2h-.2l.8-.7.2.2h.2v.4h.2v.2h.2v.2l.2.2.2.2v.2h.2v.2h.2v.2l.2.2v1zm.2-1l.3.6-.5.3.2-1zm-12.7 17l-1 .2v-3.9l.2-.6.2-.5.2-.6.2-.5.3-.5.2-.5.3-.6.4-.5.3-.6.4-.6.5-.5.4-.6.6-.5.5-.5.6-.5.6-.6.5-.5.7-.4.7-.5.6-.5.8-.5.8-.5 1-.5.7-.5.8-.5.5 1-1 .4-.7.5-.8.4-.8.5-.8.4-.7.5-.7.4-.6.5-.7.4-.6.5-.6.4-.5.5-.6.4-.5.6-.5.5-.4.5-.3.5-.3.5-.3.5-.2.5-.2.5-.2.5-.2.5-.2.5v.5l-.2.5v3.1zm0 0zm9.5 31.3l-.6.8-.2-.2-.6-1.8-.7-1.8-.5-1.8-.6-1.7-.5-1.6-.5-1.5-.5-1.5-.5-1.5-.4-1.4-.4-1.2-.4-1.3-.4-1.3-.4-1-.3-1.3-.4-1-.3-1-.3-1-.3-1-.3-.8-.2-.8-.2-.8-.2-.6-.2-.7v-.5l-.3-.5v-.5l-.2-.4v-.8h-.2v-.3h1v.3l.2.3v.4l.2.3v.5l.2.5.2.6.2.7.2.7.2.7.2 1 .3.7.2 1 .2 1 .3 1 .3 1 .4 1 .4 1.2.3 1.2.3 1.3.5 1.3.4 1.4.5 1.5.4 1.5.7 1.6.5 1.6.5 1.7.6 2 .6 1.7.5 1.8-.2-.2zm-.6.8l-.2-.2.2.3zm10.7 8.4l-.7-.6v.6l-.2-.2-.2-.2-.3-.3-.2-.2-.2-.2-.3-.3-.2-.2-.2-.2-.2-.3-.3-.2-.3-.2-.2-.2-.3-.3-.3-.3-.3-.2-.4-.3-.3-.2-.4-.3-.4-.3-.3-.2-.4-.3-.4-.3-.4-.3-.3-.3-.5-.3-.4-.2-.3-.3-.4-.2-.4-.3-.5-.3-.4-.3-.3-.3.6-.7.4.3.4.3h.5l.4.4.3.3.4.3.4.3.5.3.3.2.4.3.3.4.4.3.2.2.4.2.3.3.2.2.3.3.3.3.3.2.4.3.3.2.3.3.3.3.2.2.3.3.3.3.3.3.2.2.3.2.2.3.2.2.2.3v.6zm0-.6l.3.3-.3.4v-.6zm.6 1.6l-1 .2.2-.5v.2h-.2v.2-.2l-.2-.2v-.2h-.2v-1.2l.8.6v-.2h.2v.2l.2.2v.2l.2.2v.7l-.2.2.2-.6zm-1 .2v-.3l.2-.2-.2.6zm-5 1.8l1-.4-.4-.3h.4l.2.2h.7l.4.2h2.3v-.2h.2v-1.4l1-.2v1.6l-.2.3v.2l-.2.2h-.2l-.2.2h-.4l-.2.2h-3l-.3-.2h-.5l-.3-.2h-.5l-.3-.4zm.2.3h-.2v-.3l.2.3zm-6.6-7.5l.6-1 .2.3h.2l.2.3h.2l.3.3.2.3.2.2.2.2.2.2h.2l.2.3.3.2v.3l.4.2.2.3.2.2.3.3.3.2.2.3.3.3.2.2.2.3.2.4.2.3.2.3.2.2.2.3v.3l.3.3v.4l.3.3v.3l-1 .4v-.3l-.2-.4-.2-.3v-.2l-.3-.2v-.3l-.2-.2-.2-.3-.2-.3-.2-.2-.2-.3-.2-.2-.2-.3-.3-.2-.2-.3v-.2l-.3-.3-.3-.2-.2-.2-.2-.2-.3-.2-.2-.2-.2-.2h-.2l-.2-.3h-.2l-.2-.3h-.2l-.2-.3h-.2l-.2-.2zm.6-1l.3.3-.3-.2zm-2.7-.7l1-.3.2.2h.2v.2h.2v.2h.4v.2h.2l.2.2h.2l-.6 1-.2-.2h-.2v-.2h-.4v-.2h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2zm-10-31.7l.8-.3.3 1 .3 1 .2.8.3 1 .3 1 .3.8.4 1 .3 1 .3 1 .3 1 .3 1 .3.8.2 1 .4 1 .3 1 .2 1 .3 1 .3 1 .4 1 .3 1 .3 1 .3 1 .5 1 .3 1 .3 1 .5 1 .3 1 .3 1 .4 1.2.4 1 .3 1 .4 1.2-1 .3-.3-1-.2-1.2-.3-1-.4-1-.2-1-.3-1-.3-1.2-.4-1-.3-1-.3-1-.4-1-.3-1-.3-1-.3-1-.4-1-.4-1-.3-1-.4-1-.3-1-.3-.8-.3-1-.4-1-.3-1-.3-1-.3-.8-.3-1-.2-1-.3-1-.3-.8-.3-1-.4-.8-.2-1zm15-22l-.7.5h.6l-1 .6-1 .4-1 .5-.8.4-1 .5-.7.4-1 .5-.7.5-.8.5-.7.6-.7.6-.5.6-.7.6-.5.6-.6.7-.5.6-.4.7-.4.6-.4.7-.3.7-.3.7-.3.7v.8l-.2.7v.7l-.2.8v2.6l.3.8v1l.3.7-1 .3-.2-1v-.8l-.3-1V159l.2-1 .2-.7.2-.6.3-.8.4-.7.5-1 .4-.6.4-.7.6-.7.5-.7.6-.6.8-.6.6-.6.8-.6.7-.6.7-.5.8-.6 1-.5.7-.5 1-.5 1-.5.8-.5 1-.5 1-.5.6.2zm-.5-.3l.4-.2.2.4-.6-.2z" / >
< path fill = "#edb92e" d = "M356 217l-.4 2c-2.8.5-5.3.7-7.3.3 3.4-3.3 6-4 7.6-2.4z" / >
< path fill = "#21231e" d = "M355 218.8l.4-2 1 .2-.3 2-.3.4-.6-.6zm1 0v.5h-.3l.4-.4zm-8 .2l.7.7-.3-1 .2.2h4.1l.3-.2h1l.2-.2h.7l.2-.2h.3l.2 1h-.8l-.4.2h-.5l-.4.2h-1.3v.2h-3.7l-.4-1zm.2 1l-1-.3.8-.7.2 1zm8.2-3l-1-.2.2.5v-.2h-.6v-.2h-.6l-.2-.2H353v.2h-.6l-.2.3-.2.2h-.3l-.2.2-.3.2-.2.2-.3.2-.3.2-.2.2-.3.2-.4.3h-.3l-.3.4-.3.3-.7-.7.3-.3.3-.3.3-.3.2-.2.3-.2.3-.2.3-.3h.4l.3-.3h.3l.2-.3h.3l.3-.3h.6l.3-.2h.5l.4-.2h1.3l.2.2h.3l.2.2h.2l.2.2.3.3v.5zm0-.5v.5-.5zm-.5.4h.4-.5zm.3-.5l.2.2v.3l-.2-.5z" / >
< path fill = "#edb92e" d = "M355.6 212.3c1.8.4 2 .7 2.7 1 1 0 2.4 0 3.3-1 4-2.2 4 2 2.5 5-1 2.4-.5 5 .6 7 1.2 2.2 1 3.2 0 4l-1.6 1c-1 1.2-1.8 1-2-.6-3.8-1.6-5-5.3-6.2-8.6-1.7-4.7-7.8-5.8.8-7.7z" / >
< path fill = "#21231e" d = "M358.4 212.7v1h-.7v-.2h-.4l-.2-.2h-.4l-.2-.2h-.8l-.3-.2.2-1h.4l.2.2h.4l.2.2h.4v.2h.8v.2h.4zm3-.7l.5 1v-.2l-.2.2h-.3v.2h-.2l-.2.2h-.2l-.2.2h-2.1v-1h2.2l.2-.2h.2v-.2h.2l.2-.2zm0 0zm3 5.6l-.8-.4v-.3l.3-.4v-.5l.2-.2v-.6l.2-.3v-2.2h-.2v-.2h-.2v-.2h-1.2l-.3.2-.3.2-.3.2-.6-1 .4-.2.3-.2h.5l.3-.2h1.8l.2.2.2.2v.2l.2.3v.4l.2.3v2.4l-.2.3v.3l-.2.4v.3l-.2.3v.3l-.3.3zm.6 6.3l-1 .4v-.4l-.2-.2v-.4l-.2-.2v-.2l-.2-.2v-.5l-.2-.2v-.8l-.2-.2v-2.3l.2-.2v-.3l.2-.3v-.3l.2-.2 1 .4-.2.2v.4l-.2.2v.8l-.2.2v2l.2.2v.5l.2.2v.4h.2v.2l.2.2v.4h.2zm0 4.6l-.6-1h.2v-.2h.2v-1.6l-.2-.3v-.3l-.2-.2v-.2l-.2-.2v-.2l.8-.5v.2l.2.2v.2l.2.2v.2l.2.2v.2l.2.3v1.7l-.2.2v.2h-.2v.2h-.2v.2l-.2.2zm0 0zm-1.6 1l-.8-.7v-.2h.2l.2-.2h.2v-.2h.4v-.2h.2v-.2h.4v-.2h.2l.6.8h-.2v.2h-.4v.2h-.2l-.2.2h-.2v.2h-.2l-.2.2zm-.8-.7v-.2zm-1.8 0l.4-.8.3.4v.5h.2v.2h.4v-.2h.2v-.2h.2l.8.6-.2.2-.2.2-.3.2h-.2v.2h-1.1l-.2-.2v-.2l-.2-.2v-.4h-.2v-.7l.2.4zm.4-.8h.3v.4l-.3-.4zm-7-8l1-.3.2.2v.3l.2.3v.4l.2.3v.3l.3.3.2.4v.3l.2.3.2.3v.3l.3.3v.2l.2.3v.2l.3.3.2.3.2.2v.3l.3.2.2.3.2.2.2.2.2.2h.2l.3.3.3.2.3.2.3.2h.3l.2.2-.4 1-.3-.2-.4-.2-.2-.2-.4-.2-.3-.2-.2-.3-.3-.3-.2-.2-.3-.3-.3-.2-.2-.3-.2-.3-.2-.3-.3-.4-.2-.3-.2-.3-.2-.3v-.4l-.2-.3v-.3l-.3-.3v-.3l-.3-.2v-.3l-.2-.4v-.2l-.2-.3-.2-.3v-.3l-.2-.4v-.3zm1.4-8.4v1l-.6.2-.7.2h-.6l-.5.3h-.4l-.4.3h-.3v.3l-.2.2v.2h-.2v.2l.2.3.3.2.2.3.2.2.2.3.3.2v.3l.4.3.2.3.3.5.2.3.2.4.3.4.2.4v.5l.3.4-1 .3v-.4l-.3-.5-.2-.4-.2-.3-.3-.3-.2-.3v-.2l-.4-.3-.2-.3-.3-.3v-.4l-.3-.2-.3-.3-.3-.4v-.2l-.2-.3-.2-.4v-.6l.3-.3v-.2l.3-.3h.3l.4-.3.4-.3.5-.2h.4l.7-.3.8-.2.7-.2zm0 0zm0 1v-1 1zm0-1z" / >
< path fill = "#edb92e" d = "M357 212.5c3.5 1.2 4-.7 6-.6-.8 5-1.7 7.7-7 5-3-1.6-6.7.7-7.4 2.3-.3.6-2-.6-2.6-2-2.6-5.8 6.7-6.4 11-4.8z" / >
< path fill = "#21231e" d = "M363.6 212l-1-.2.5.6H362v.2h-.3l-.2.2h-.2l-.3.2h-.3v.2h-.7l-.2.2h-2l-.4-.2h-.3l-.3-.2.3-1h.3l.3.2h.4l.2.2h1.3l.2-.2h.2l.2-.2h.5l.2-.2h.2l.3-.2h.5l.2-.2h.4l.6.6zm-.5-.6h.7v.6l-.6-.6zm-7.2 6l.4-1 .5.4.5.2h.4l.4.3h.3l.4.2h1.7l.2-.2.3-.3.2-.3v-.2l.2-.2.2-.3v-.3l.2-.3v-.3l.2-.2v-.4l.2-.4v-.4l.2-.4v-.9l.2-.5 1 .2v.5l-.2.5v.8l-.2.5v.4l-.2.4v.4l-.3.4v.3l-.2.4-.2.4v.2l-.3.3-.2.3-.2.2-.3.2-.2.2h-.2l-.3.2h-.3l-.3.2h-1.6l-.4-.2-.4-.2h-.4l-.4-.3-.5-.3-.5-.3zm-6.8 2l-1-.3h.2v-.3h.3v-.3l.3-.2v-.2l.3-.2h.3l.2-.3.2-.2h.3l.2-.3h.3l.2-.3h.3l.3-.2h.3l.2-.2h.3l.4-.2h2.3l.3.2h.3l.3.2h.2l-.4 1h-.3l-.2-.2h-.5l-.3-.2h-1.8l-.3.2h-.3l-.3.2h-.3l-.2.3h-.2l-.3.2h-.2l-.2.2h-.2v.2l-.2.2h-.2v.3h-.2v.2h-.2v.2h-.2zm-3.5-2l1-.3v.4h.2v.4h.2v.2l.2.2h.2v.2l.2.2h.2v.2h.4v.2l.8.5v.2l-.3.2h-1v-.2h-.2l-.3-.2h-.2v-.2l-.2-.2-.2-.2h-.2v-.3h-.2v-.2h-.2v-.3h-.2v-.4h-.2v-.3zm11.8-5.4l-.3 1-.4-.2h-.5l-.3-.2h-.5l-.5-.2h-5l-.5.2-.4.2h-.4l-.4.3-.4.3-.3.2v.2l-.4.2-.2.2v.3l-.3.2v1.6l.3.4.2.5-1 .5-.2-.5-.2-.6V215l.2-.6.2-.4.2-.4.3-.3.2-.4.3-.3.4-.3.4-.2.4-.2.5-.2h.5l.5-.3h1.1l.5-.2h3.3l.6.2h.5l.4.2.5.2h.3zm0 .5v-.5.5z" / >
< path fill = "#fff" d = "M458.8 124.5c3.4 0 6.2 2.7 6.2 6 0 3.5-2.8 6.3-6.2 6.3s-6-2.8-6-6.2a6 6 0 016-6z" / >
< path fill = "#21231e" d = "M465.5 130.6h-1c0-2-1.3-4.2-3.3-5a5.5 5.5 0 00-2.4-.6v-1a7 7 0 015.7 3 6.7 6.7 0 011 3.6zm-6.7 6.7v-1c2 0 4-1.2 5-3a5.6 5.6 0 00.6-2.7h1c0 2.3-1 4.5-3 5.7a6.6 6.6 0 01-3.6 1zm-6.6-6.7h1c0 2 1.3 4.2 3.2 5a5.5 5.5 0 002.4.7v1a6.6 6.6 0 01-5.6-3.2 6.7 6.7 0 01-1-3.4zm6.6-6.6v1c-2 0-4 1.2-5 3a5.6 5.6 0 00-.6 2.6h-1c0-2.2 1.2-4.4 3.2-5.6a6.6 6.6 0 013.4-1z" / >
< path fill = "#fff" d = "M446.3 124.5a6 6 0 016 6c0 3.5-2.6 6.3-6 6.3s-6-2.8-6-6.2c0-3.4 2.6-6 6-6z" / >
< path fill = "#21231e" d = "M453 130.6h-1c0-2-1.3-4-3.2-5a5.5 5.5 0 00-2.5-.6v-1c2.3 0 4.5 1.2 5.6 3a6.7 6.7 0 011 3.6zm-6.7 6.7v-1c2 0 4-1.3 5-3a7 7 0 00.6-2.7h1c0 2.3-1.3 4.5-3.2 5.7a6.6 6.6 0 01-3.5 1zm-6.6-6.7h1c0 2 1.2 4.2 3 5a5.5 5.5 0 002.6.7v1a6.5 6.5 0 01-5.6-3.2 6.7 6.7 0 01-1-3.4zm6.6-6.6v1c-2 0-4 1.2-5 3a5.6 5.6 0 00-.6 2.6h-1a7 7 0 013-5.6 6.6 6.6 0 013.6-1z" / >
< path fill = "#fff" d = "M433.8 125.5a6 6 0 016 6c0 3.5-2.6 6.3-6 6.3s-6-2.8-6-6.2 2.6-6 6-6z" / >
< path fill = "#21231e" d = "M440.4 131.6h-1c0-2-1.2-4-3-5a5.5 5.5 0 00-2.6-.6v-1a7 7 0 015.6 3 6.7 6.7 0 011 3.6zm-6.6 6.7v-1c2 0 4-1.3 5-3a5.7 5.7 0 00.6-2.7h1a7 7 0 01-3 5.7 6.6 6.6 0 01-3.6 1zm-6.6-6.7h1c0 2.2 1.3 4.3 3.2 5.2a5.5 5.5 0 002.4.5v1a6.4 6.4 0 01-5.6-3.2 6.7 6.7 0 01-1-3.4zm6.6-6.6v1c-2 0-4 1.2-5 3a5.7 5.7 0 00-.6 2.6h-1c0-2.3 1.3-4.6 3.3-5.7a6.6 6.6 0 013.3-1z" / >
< path fill = "#fff" d = "M422.3 127.7c3.3 0 6 2.8 6 6.2 0 3.3-2.7 6-6 6s-6.2-2.7-6.2-6 3-6.3 6.3-6.3z" / >
< path fill = "#21231e" d = "M429 134h-1a6 6 0 00-3.3-5.2 5.5 5.5 0 00-2.4-.6v-1c2.2 0 4.4 1.2 5.6 3.2a6.7 6.7 0 011 3.5zm-6.7 6.5v-1c2 0 4-1.2 5-3 .4-1 .6-1.8.6-2.6h1c0 2-1.3 4.3-3.3 5.5a6.6 6.6 0 01-3.4 1zm-6.7-6.6h1c0 2 1.2 3.8 3 4.8a5 5 0 002.7.7v1a7 7 0 01-5.7-3 6.7 6.7 0 01-1-3.6zm6.7-6.8v1c-2 0-4.2 1.3-5 3.2a5.7 5.7 0 00-.7 2.5h-1c0-2.5 1.3-4.7 3.3-6a6.6 6.6 0 013.3-.8z" / >
< path fill = "#fff" d = "M346.3 159.4a6 6 0 016 6.2c0 3.4-2.6 6.2-6 6.2s-6-2.8-6-6.2a6 6 0 016-6.2z" / >
< path fill = "#21231e" d = "M353 165.6h-1c0-2-1.3-4-3.2-5a5.6 5.6 0 00-2.5-.7v-1c2.2 0 4.5 1 5.6 3a6.7 6.7 0 011 3.6zm-6.7 6.7v-1c2 0 4-1.2 5-3a7 7 0 00.6-2.7h1c0 2.3-1.3 4.5-3.2 5.7a6.6 6.6 0 01-3.5 1zm-6.7-6.7h1c0 2 1.3 4.2 3.2 5a5.6 5.6 0 002.5.7v1a7 7 0 01-5.6-3 6.7 6.7 0 01-1-3.7zm6.7-6.7v1c-2 0-4 1.2-5 3a5.7 5.7 0 00-.6 2.6h-1a7 7 0 013-5.7 6.6 6.6 0 013.6-1z" / >
< path fill = "#fff" d = "M356.8 152.8c3.4 0 6.2 2.7 6.2 6 0 3.6-2.8 6.3-6.2 6.3-3.4 0-6-2.6-6-6a6 6 0 016-6.2z" / >
< path fill = "#21231e" d = "M363.5 159h-1c0-2.2-1.3-4.2-3-5a5.6 5.6 0 00-2.7-.7v-1a7 7 0 015.7 3 6.7 6.7 0 011 3.6zm-6.7 6.6v-1a5.7 5.7 0 005.7-5.7h1a7 7 0 01-3 5.6 6.6 6.6 0 01-3.7 1zm-6.6-6.7h1c0 2 1.2 4 3 5a5.6 5.6 0 002.6.6v1a7 7 0 01-5.6-3 6.7 6.7 0 01-1-3.7zm6.6-6.8v1c-2 0-4 1.3-5 3.2a5.7 5.7 0 00-.6 2.5h-1c0-2.3 1.2-4.6 3-5.8a6.6 6.6 0 013.6-1z" / >
< path fill = "#fff" d = "M368.8 147c3.4 0 6 3 6 6.3 0 3.4-2.6 6.2-6 6.2s-6-2.8-6-6.2a6 6 0 016-6.2z" / >
< path fill = "#21231e" d = "M375.4 153.3h-1c0-2-1.2-4.2-3-5a5.6 5.6 0 00-2.6-.7v-1a7 7 0 015.6 3 6.7 6.7 0 011 3.7zm-6.6 6.7v-1c2 0 4-1.3 5-3a5.7 5.7 0 00.6-2.7h1a7 7 0 01-3 5.7 6.6 6.6 0 01-3.6 1zm-6.7-6.7h1c0 2 1.4 4 3.2 5a5.6 5.6 0 002.6.7v1a6.9 6.9 0 01-5.7-3.2 6.7 6.7 0 01-1-3.5zm6.8-6.7v1c-2 0-4 1.2-5 3a5.7 5.7 0 00-.6 2.7h-1c0-2.3 1-4.5 3-5.7a6.6 6.6 0 013.6-1z" / >
< path fill = "#fff" d = "M338.2 169.5a6 6 0 016 6.2c0 3.4-2.6 6.2-6 6.2s-6.2-3-6.2-6.3 2.8-6.2 6.2-6.2z" / >
< path fill = "#21231e" d = "M344.8 175.7h-1c0-2-1.3-4.2-3.2-5a5.6 5.6 0 00-2.4-.7v-1a7 7 0 015.6 3 6.7 6.7 0 011 3.7zm-6.6 6.7v-1c2 0 4-1.3 5-3a5.7 5.7 0 00.6-2.7h1c0 2.3-1.2 4.5-3.2 5.7a6.6 6.6 0 01-3.4 1zm-6.7-6.7h1c0 2 1.2 4 3 5a5.6 5.6 0 002.7.7v1a6.9 6.9 0 01-5.7-3.2 6.7 6.7 0 01-1-3.5zm6.7-6.7v1c-2 0-4 1.2-5 3a5.7 5.7 0 00-.7 2.7h-1c0-2.3 1.2-4.5 3.2-5.7a6.6 6.6 0 013.5-1z" / >
< path fill = "#edb92e" d = "M454.2 276.3l-22 12.8-23.4-10 22-12.8z" / >
< path fill = "#21231e" d = "M431 266.7l-22 12.8-.4-1 22-12.7h.5v1zm-.4-1h.5-.4zm23.5 11l-23.3-10 .4-1 23.4 10v1h-.3zm.4-1l1 .5-1 .5v-1zm-22.4 13l22-13 .5 1-22 12.8h-.5v-.8zm.5.8l-.2.2h-.3l.5-.2zm-23.4-11l23.4 10-.4 1-23.3-10v-1h.4zm-.3 1l-1-.4 1-.4v1z" / >
< path fill = "#c6363c" d = "M431 270.6c5.8-.3 10.5 2.5 10.8 6.3.2 3.7-4.2 7-9.8 7.4-5.7.3-10.4-2.5-10.7-6.3-.2-3.6 4.2-7 9.8-7.4z" / >
< path fill = "#21231e" d = "M442.3 277h-1v-.7l-.2-.3v-.6l-.3-.3v-.2l-.3-.2-.2-.3-.2-.3-.3-.2-.3-.3-.2-.2-.3-.2h-.5l-.3-.3-.3-.2-.5-.2-.4-.2h-.3l-.4-.2h-.4l-.5-.3h-.9l-.5-.2h-.8l-.5-.2h-1l-.5.2v-1h3.6l.4.2.5.2h.5l.4.2.5.2.5.2.4.2.3.2.4.2.4.2.4.2.4.3.3.3.4.3.3.3.3.3.2.4.2.3.2.3.2.4v.3l.3.4.2.4v.8zm-10.3 8v-1l.4-.2h.9l.5-.2h.4l.4-.2h.5l.4-.3h.5l.4-.2.4-.2.4-.2.3-.2.4-.2.4-.3.4-.2.3-.2.3-.3.3-.2.3-.3v-.3l.3-.3.2-.4.2-.2v-.3l.2-.2v-.6l.2-.3v-1.1l1-.2v1.6l-.2.4v.3l-.3.5v.3l-.3.4-.3.3v.3l-.4.4-.3.3-.3.3-.3.2-.3.3-.4.3-.4.2-.4.3-.4.3-.4.2-.4.2-.5.2h-.4l-.4.2-.5.2h-.4l-.5.2h-.4l-.5.2h-1zm-11.2-6.8h1v.5l.2.3v.3l.2.3.2.3v.2l.3.3.2.2v.3l.4.2.2.3.3.2.2.2.3.2.4.2.2.2h.4l.4.3h.4l.4.2.4.2h.4l.5.2h1l.4.2h2.3v1H428l-.5-.2h-.4l-.5-.3h-.6l-.4-.3h-.4l-.5-.3-.3-.2-.3-.3-.4-.2-.4-.2-.3-.3-.3-.2-.3-.3-.3-.3-.3-.3v-.3l-.3-.3-.2-.3-.2-.4-.2-.3v-1l-.2-.4zm10.3-8l.2 1h-1.5l-.5.2h-.5l-.5.2-.4.2h-.5l-.4.3-.5.2-.4.2-.3.2-.4.2-.3.2-.3.3-.4.2-.3.3-.3.2-.2.3-.3.2-.2.3-.2.3-.2.4-.2.3v.3l-.3.3v.8l-.2.3v.6l-1 .2V277l.2-.4v-.3l.2-.4v-.5l.3-.3.2-.4.3-.3.2-.3.3-.3.2-.4.4-.3.4-.3.3-.3.4-.3.5-.2.3-.3.5-.3.4-.2.4-.2.6-.2h.4l.5-.2h.5l.5-.3h.5l.5-.2h1.1l.5-.2z" / >
< path fill = "#edb92e" d = "M382.4 270l23.8 9-19.7 13c-5-1.6-9-19-4-22z" / >
< path fill = "#21231e" d = "M406 279.4l-23.8-9 .4-1 23.7 9v1h-.3zm.3-1l1 .4-1 .5v-1zm-20 13.3l19.6-13.2.4.8-19.6 13.3h-.4v-1zm.5 1h-.4.4zm-4.2-23.3l-.4 1h.5l-.4.2-.4.3-.4.4-.2.5-.2.4-.2.7-.2.8v1.5l-.2.8v2.8l.3.8v1l.2.8.2 1 .2 1 .3.7v1l.5 1 .3.7.3.7.5.8.4.6.3.6.4.6.4.5.5.4.4.2.3.3.4.2-.3 1-.6-.3-.5-.3-.5-.3-.5-.5-.4-.6-.6-.6-.4-.7-.4-.7-.4-.7-.4-1-.3-.8-.3-1-.3-.8-.4-1-.2-.8-.2-1-.2-1v-.8l-.3-1v-5.2l.3-.8.2-.7.3-.6.3-.6.4-.5.4-.5.5-.4h.6zm-.5 0h.6-.5zm.4.4l.2-.4-.2.5zm-.3-.4h.6-.5z" / >
< path fill = "#0c4076" d = "M382.8 274.3c5.7-.6 10.5 2 11 5.8.3 3.8-4 7.4-9.6 8-3.6.3-6-3-6.3-6.3-.5-3.4 1-7 4.8-7.4z" / >
< path fill = "#21231e" d = "M394.2 280h-1v-.5l-.2-.3v-.3l-.2-.4-.2-.3-.2-.2-.2-.2-.2-.3-.2-.2-.3-.3-.2-.2-.3-.2-.3-.2-.4-.2-.3-.2-.4-.2-.3-.2h-.4l-.5-.3h-.4l-.4-.2h-.8l-.5-.2h-3.6l-.2-1h3.8l.4.2h.5l.4.2.4.2h.4l.5.3.4.2h.5l.4.3.2.2.4.3.3.2.2.3.3.3.3.3.2.2.3.3.2.3.2.3v.5l.3.4v.2l.2.4v.4zm-10 8.4v-1h1l.5-.2h.4l.6-.2.5-.2h.5l.4-.3.4-.2h.4l.4-.3.3-.3.4-.2.2-.2.4-.3.3-.2.2-.3.3-.2.2-.3.3-.3.2-.3.2-.2.2-.3v-.4l.3-.3v-.8l.2-.4v-1h1v1.6l-.2.3v.3l-.2.4-.2.3-.2.4-.2.3-.2.4-.3.4-.2.3-.3.3-.3.3-.5.3-.3.3h-.4l-.4.4-.4.2-.4.3h-.4l-.4.3-.5.2h-.5l-.4.3-.5.2h-.6l-.5.2h-.7l-.5.2h-.5zm-6.8-6.7h1v.7l.2.3v.3l.2.4v.3l.2.2v.2l.2.3.2.2v.3l.3.2.2.3v.2l.2.2h.2l.2.3h.2l.2.3.2.2h.3l.2.2h.2l.2.2h.2l.3.2h1.4v1h-2.1l-.3-.2h-.4l-.3-.3-.3-.2-.3-.2-.3-.2-.2-.2-.3-.2-.3-.2-.2-.2-.3-.3-.2-.2v-.2l-.3-.3-.2-.3v-.2l-.3-.4v-.3l-.3-.3-.2-.3v-.3l-.2-.3v-.6l-.2-.3v-.3zm5.4-8v1h-.2l-.4.2h-.8l-.3.3-.3.2-.3.2-.2.2h-.2l-.2.2v.2l-.3.2v.3h-.3v.3l-.2.3-.2.2v.7l-.2.3v.4l-.2.3v2.2h-1V279l.2-.3v-.3l.2-.2v-.3l.2-.3.2-.3v-.4l.3-.3.2-.3.2-.2v-.3l.3-.2.3-.2h.2l.3-.3.4-.2.3-.2h.3l.3-.2h.7l.4-.2h.4z" / >
< path fill = "#fff" d = "M457.5 280.4c1.7 0 3.2 1.5 3.2 3.2 0 1.8-1.5 3.3-3.2 3.3-1.8 0-3.2-1.6-3.2-3.4 0-1.7 1.4-3.2 3.2-3.2z" / >
< path fill = "#21231e" d = "M461.2 283.6h-1v-.6l-.2-.2v-.2l-.2-.3v-.2h-.2v-.2h-.2v-.2h-.2l-.2-.2-.3-.2h-.2l-.2-.2h-.7v-1h1l.3.2.2.2h.2l.3.2v.2h.2v.2h.2v.3h.2v.2l.2.2v.2h.2v.2l.2.3v.5l.2.2v.2zm-3.7 3.8v-1h.4l.3-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2.2-.2v-.2l.2-.2v-1h1.2v.8l-.2.2v.3l-.2.2v.2l-.2.2-.2.3h-.2v.3h-.3l-.2.2-.3.2-.3.2h-.6v.2h-.6v.2h-.3zm-3.7-3.8h1v1h.2v.2l.2.2v.2l.2.2h.2v.2h.2v.2h.2l.2.2h.2v.2h1v1.2h-.7l-.2-.2h-.5v-.2h-.3l-.2-.2-.3-.2-.2-.2h-.2v-.3h-.2l-.2-.3-.2-.3v-.2l-.2-.3v-.3l-.2-.3v-.8zm3.7-3.7v1h-.9l-.2.2h-.2v.2h-.2v.2h-.2v.2h-.2v.2h-.2v.2l-.2.3v.5h-.2v.8h-1v-1.2l.2-.2v-.3h.2v-.3l.2-.2.2-.2v-.2h.4v-.2l.2-.2h.2v-.2h.5v-.2h.4v-.2h1z" / >
< path fill = "#fff" d = "M408.7 283c1.8 0 3.2 1.6 3.2 3.4 0 1.7-1.5 3.2-3.3 3.2a3.2 3.2 0 01-3.2-3.2c0-1.8 1.4-3.3 3.2-3.3z" / >
< path fill = "#21231e" d = "M412.4 286.4h-1v-.9l-.2-.2v-.2l-.2-.2v-.2l-.2-.2-.2-.2h-.2v-.2h-.2v-.2h-.4l-.2-.2h-.8v-1.2h.7v.2h.7v.2h.3v.2h.3v.2h.3l.2.2.2.3h.2l.2.3.2.3v.3h.2v.6l.2.2v.9zm-3.7 3.7v-1h1v-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.3h.2v-.5l.2-.2v-.4h1v.8l-.2.2v.3l-.2.2v.3h-.2v.3h-.2l-.2.3h-.2v.2h-.3l-.2.2h-.2v.2h-.3v.2h-.5l-.2.2h-.8zm-3.7-3.6h1v.8h.2v.5h.2v.2h.2v.2h.2v.2h.2l.2.2h.2v.2h.5v.2h.7v1h-1.2v-.2h-.3v-.2h-.2l-.2-.2-.2-.2h-.2v-.2h-.2v-.3h-.3v-.3h-.2v-.3l-.2-.2v-.2l-.2-.3v-.8zm3.7-3.8v1h-.7v.2h-.5v.2h-.2l-.2.2v.2h-.2l-.2.2v.2l-.2.2v.2h-.2v.7l-.2.3v.4h-1v-1l.2-.2v-.3l.2-.3.2-.3v-.3h.3v-.3h.2l.2-.2.2-.2h.2v-.2h.6l.3-.2h.5l.3-.2h.2z" / >
< path fill = "#fff" d = "M407 268.3c1.8 0 3.2 1.4 3.2 3.2 0 1.8-1.4 3.2-3.2 3.2a3.2 3.2 0 01-3.2-3.2c0-1.8 1.4-3.2 3.2-3.2z" / >
< path fill = "#21231e" d = "M410.7 271.5h-1v-.7l-.2-.2v-.3l-.2-.2h-.2v-.4h-.2v-.2h-.2l-.2-.2h-.2l-.2-.2h-.5v-.2h-.4v-1h.8v.2h.3l.3.2h.2l.3.2h.2v.2l.3.2.2.2.3.3.2.3v.3h.2v.4l.2.2v1zm-3.7 3.7v-1h1v-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2.2-.2v-.4h.2v-1h1v1.2l-.2.2-.2.3v.3h-.2l-.2.3h-.2v.3h-.3v.2h-.2v.2h-.2l-.2.2h-.5l-.3.2h-.7zm-3.7-3.7h1v.8l.2.2v.4h.2v.2l.2.2v.2h.2v.2h.2v.2h.2l.2.2h.5l.2.2h.5v1h-.9l-.3-.2h-.2l-.3-.2-.3-.2h-.2l-.2-.2-.2-.3h-.3v-.3l-.2-.3v-.3h-.2v-.4l-.2-.2v-.8zm3.7-3.7v1h-.8v.2h-.5l-.2.2h-.2v.2h-.2v.2h-.2v.2h-.2v.2l-.2.2v.3l-.2.2v.7h-1v-1.2h.2v-.6h.2v-.3h.2v-.3h.3l.2-.2v-.2h.3v-.2h.3l.2-.2h.4v-.2h.5l.2-.2h.7z" / >
< path fill = "#fff" d = "M457.3 266.2c1.8 0 3.2 1.4 3.2 3.2 0 1.8-1.4 3.2-3.2 3.2a3.2 3.2 0 01-3.2-3.2c0-1.8 1.6-3.2 3.3-3.2z" / >
< path fill = "#21231e" d = "M461 269.4h-1v-.8h-.2v-.3l-.2-.2v-.2h-.2v-.2h-.2v-.2l-.2-.2h-.2l-.2-.2h-.2l-.3-.2h-.7v-1h1.1l.2.2h.3l.3.2.3.2.2.3h.2v.2h.2v.2h.2v.3h.2v.3l.2.2v.5l.2.2v.7zm-3.7 3.7v-1h1.2v-.2h.2l.2-.2.2-.2v-.2h.2v-.2h.2v-.2l.2-.2v-.5h.2v-.8h1v1.1l-.2.2v.2l-.2.2-.2.3-.2.3-.2.2-.2.2-.2.2h-.2v.2h-.3v.2h-.4l-.2.2h-1zm-3.7-3.6h1v.5l.2.2v.3l.2.2v.2h.2l.2.2v.2h.2v.2h.2l.3.2h.2l.2.2h.7v1h-1l-.3-.2h-.3l-.3-.2-.3-.2v-.2l-.3-.2-.2-.2v-.2h-.2v-.3h-.2v-.6l-.2-.2v-.7l-.2-.2v-.2zm3.7-3.7v1h-.7v.2h-.4l-.2.2h-.2v.2h-.2v.2l-.2.2-.2.2v.4h-.2v.8h-1.2v-.5l.2-.3v-.4l.2-.2v-.2h.2v-.3h.2v-.3h.2v-.2h.3v-.3l.3-.2.3-.2h.3l.2-.2h1z" / >
< path fill = "#edb92e" d = "M371 237.4c2.3-.8 6 4.6 7 4.5 1.2-3-1.2-10.5-5.5-16.3-3-1-3.2-3-3.8-7.3-.2-1.3-2.7-.4-2.7 2 0 2.3-.3 3.6.3 5.6.2.8 0 1.6-.8 2.3 4.5 1.8 5.6 4 5.4 9z" / >
< path fill = "#21231e" d = "M377.6 241.8l1 .3-.5.4h-.4l-.3-.2-.2-.2-.3-.3-.2-.2-.2-.2-.2-.2-.3-.3-.3-.2-.2-.2-.2-.3-.3-.2-.2-.2-.3-.2-.2-.3h-.3l-.3-.3h-.2l-.3-.3-.3-.2h-.2l-.3-.2h-.4l-.2-.2h-.4l-.4-1h1.3l.3.2h.3l.3.2.2.2h.3l.3.3.2.2h.3l.3.3.3.3v.2l.4.2.2.3.3.2v.2l.4.3.2.2.2.2.2.2.2.2.2.2h.2v.2h.3v.2l-.4.3zm1 .3l-.2.4h-.3l.5-.3zm-6.3-15.8l.4-1 .2.2.3.5.4.5.4.6.4.7.4.5.3.6.5.6.3.6.3.6.4.6.3.6.2.6.2.6.2.5.2.6.2.7.2.5v.6l.3.5v.6l.2.4v.5l.2.4v3.3l-.2.3-1-.2v-.3l.2-.3v-3.6l-.3-.5v-.4l-.2-.5-.2-.5-.2-.5v-.5l-.4-.6-.2-.7-.2-.5-.3-.6-.2-.6-.3-.5-.3-.5-.4-.6-.3-.7-.4-.5-.4-.6-.4-.6-.3-.5-.5-.5-.4-.5.3.2zm.4-1l.2.2-.3-.2zm-4.5-6.7h1v.7l.2.3v1l.2.3v.5l.2.3v.5l.2.2v.4h.2v.3l.2.2v.2h.2v.3h.2l.2.2v.2h.2l.2.2h.2l.2.2h.2l.2.2h.2l.3.2-.4 1h-.2l-.2-.2-.3-.2h-.2l-.2-.2h-.2l-.2-.3-.2-.2h-.2v-.2l-.3-.2-.2-.2-.2-.2v-.2l-.2-.2v-.2l-.2-.3v-.2l-.2-.2v-.3l-.2-.2v-.9l-.2-.3v-.6l-.2-.3V219l-.2-.5zm-1.7 1.8h-1v-1l.2-.2.2-.2v-.4h.2l.2-.3h.2l.2-.2.3-.2h.2l.2-.2h1.2v.2h.2v.3l.2.2v.2h-1.6v.2h-.2v.2h-.2v.2h-.2v.3l-.2.2v.8zm.3 5.6l-1 .2v-.6l-.2-.2V224h-.2v-3.6h1v4.2l.2.2v.7l.2.2zm-1 2l-.5.8v-1l.2-.2v-.2h.2v-.4h.2v-.4l-.2-.2v-.2l1-.3v1.8h-.2v.4h-.2v.2h-.2v.2l-.2.2h-.2v-.7zm-.5.8l-.8-.3.7-.6v.8zm5 8.6h1-1v-.5l.2-.5v-2l-.2-.3v-.7l-.2-.3v-.6l-.2-.3v-.2l-.2-.3-.2-.3v-.2l-.3-.3v-.2l-.3-.2-.2-.2-.3-.2-.2-.2-.3-.2h-.3l-.3-.3-.2-.2-.3-.2-.4-.2h-.3l-.4-.2.4-1 .4.2.5.2.4.2.3.2.3.2.4.2.3.2.3.2.3.2v.2l.4.3.2.3.3.3v.2l.3.3v.4l.3.3v.3l.3.3v.7l.2.3v.7l.2.4v2.9h-1zm1 0h-1l.5-.5.6.4zm-1 0v-.4h.5l-.4.4z" / >
< path fill = "#edb92e" d = "M368.8 218.5c-.4 1-.6 1.8-.7 3.4 0 1 .5 2 1.2 3 .8 1 1.8 2 3 2.6.8.5 1.6 1.7 2.3 3 .7 1.4 1.2 3 1.2 4 0 3.5.8 6.7 2.4 7.3 1.2.3 1.6.2 2.4 0-.2-.6 0-1.5-.7-2.4a8 8 0 01-1.4-3.7c0-1-.5-1.6-.2-3.3.4-1.2 1-1.6 1-2.7-.3-2-2-6-4.3-6s-3.4-.3-4.6-3.4c-.3-1-1-1.6-1.2-2z" / >
< path fill = "#21231e" d = "M368.6 222l-1-.2v-1.2l.2-.2v-1h.2v-.7h.2v-.4l1 .3v.4h-.2v1l-.2.2v1.5l-.2.3zm1 2.8l-.8.6v-.2h-.2v-.2l-.2-.2v-.2h-.2v-.4h-.2v-.5l-.2-.2v-.7l-.2-.2v-.7h1v1.1h.2v.7h.2v.4h.2v.4h.2v.2h.2v.2zm3 2.4l-.6 1v-.2h-.4v-.2h-.2v-.2h-.2l-.2-.2h-.2v-.2h-.3v-.2h-.2l-.2-.2v-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2l-.2-.2-.2-.2.8-.6.2.2.2.2v.2h.2l.2.2v.2h.2l.2.2.2.2h.2v.2h.2v.2h.3l.2.2.2.2h.2v.2zm2.4 3.2l-1 .4v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.2v-.2h-.2l-.2-.2h-.2l.5-1h.2v.2h.2v.2h.2v.2l.2.2.2.2v.2h.2v.2h.2v.2l.2.2v.2l.2.2v.2h.2v.3h.2v.3h.2zm1.2 4.2h-1v-.8l-.2-.2v-.8h-.2v-.5h-.2v-.4h-.2v-.5h-.2v-.2l-.2-.2 1-.4v.4h.2v.4h.2v.5l.2.2v.3h.2v.6h.2v1h.2v.7zm-1 0zm3 6.8l-.3 1h-.3l-.2-.2-.3-.3v-.2l-.3-.2h-.2l-.2-.3v-.2h-.2v-.3l-.2-.2v-.3l-.2-.2v-.3l-.2-.2v-.5l-.2-.3v-.8l-.2-.3V236l-.2-.3v-1.5h1v2.1l.2.3v1.4l.2.2v.8l.2.2v.2l.2.2v.4l.2.2v.2l.2.2.2.2v.2h.2v.2h.2l.2.2zm1.7.8l1-.3-.5.5h-.4v.2h-1.4l-.2-.2h-.4l.3-1h.7v.2h1.2v-.2l-.3.7zm1-.3v.4h-.5l.4-.5zm-1.7-2l.8-.7h.2v.4h.2v.4h.2v.8l.2.2v1l-1 .4V241l-.2-.2v-.8h-.2v-.2zm-1.5-4h1v.8h.2v.8l.2.2v.2l.2.2v.2h.2v.5h.2v.2h.2v.2l-.7.7v-.2l-.2-.2v-.4h-.2v-.5h-.2v-.2l-.2-.3v-.2l-.2-.2v-.2l-.2-.3v-.4l-.2-.2v-.5zm1 0zm-1.2-3.4l1 .2v3l.2.2-1 .2v-.8l-.2-.2v-2.6zm1-2.5h1v.7h-.2v.6l-.2.2v.2l-.2.2v.2h-.2v.6h-.2v.2l-1-.2v-.4h.2v-.4l.2-.2v-.2l.2-.2v-.2l.2-.2v-.9zm-4-5.5v-1h1.1l.3.2h.2l.2.2h.3l.2.2.2.2v.2l.3.2v.2l.3.2.2.3v.2l.3.3.2.2.2.3v.2l.2.3v.2l.2.3v.3l.2.2v.3l.2.2v.5l.2.3v.8h-1v-1l-.2-.2v-.4l-.2-.3-.2-.4v-.2l-.2-.2v-.3l-.3-.3v-.2l-.2-.2v-.3l-.2-.2-.3-.3-.2-.2-.3-.3-.3-.2-.3-.2h-.8zm-5-3.7l1-.4v.3l.2.3v.2l.2.2v.2l.2.2v.2l.2.2.2.2v.2h.2v.2h.2v.2h.4v.2h.7v.2h1.7v1H373l-.3-.2h-.4v-.2h-.3v-.2h-.3v-.3h-.3v-.2l-.2-.2-.2-.3-.2-.2v-.2l-.2-.2-.2-.4-.2-.2v-.3l-.2-.2zm-.4-2l-1-.5h1.2v.4h.2v.2h.2v.2h.2v.4h.2v.2l.2.2v.2l.2.2-1 .4v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2v-.2h-.2v-.2h-.2v-.2h.8zm-1-.5l.5-1 .5 1h-1zm.6.2l.4.2-.4-.2zm-.5-.2l.4-1 .5 1h-1z" / >
< path fill = "#edb92e" d = "M360 227l2-1a6 6 0 014-.2c5.5 1.7 8 11.6 1.8 14-1.2.2-2.3-1-3.4-3.3a20.5 20.5 0 00-4-6.8c-1-1-1-2-.4-2.6z" / >
< path fill = "#21231e" d = "M362 225.5l.3 1h-.4v.2h-.4v.2h-.8v.2h-.2l-.2.2-.7-.7.2-.2v-.2h.4v-.2h.8v-.2h.4v-.2h.4zm4-.2l-.2 1h-.5v-.2h-2.1v.2h-.7l-.2.2-.5-1h.4l.3-.2h.8v-.2h1.6l.2.2h.4zm2 15l-.2-1h-.2l.5-.2h.6l.4-.4.4-.3.3-.4.3-.5.2-.4.2-.3.2-.5v-.5l.2-.5V232l-.3-.4-.2-.5-.2-.5v-.5l-.4-.4-.2-.5-.4-.3-.3-.5-.4-.3-.3-.5-.4-.3-.5-.3-.3-.4-.5-.2h-.4l.2-1h.6l.5.3.7.3.4.4.6.3.5.4.5.6.3.4.4.5.3.5.3.6.3.5.3.7.2.6v.6l.3.5v3.4l-.2.5-.2.6-.3.6-.2.5-.3.5-.4.5-.4.4-.4.3-.6.3-.6.3zm0 0zm-4-3.6l1-.4v.4l.2.2.2.3.2.3v.2h.2v.5h.2v.2l.2.2.2.2h.2v.2h.2l.2.2h.8v1.2h-.8v-.2h-.5l-.2-.2-.2-.2-.2-.2-.2-.2v-.2h-.2l-.2-.2v-.2h-.2v-.3l-.2-.2v-.2h-.2v-.2l-.2-.2v-.2l-.2-.3-.3-.3zm0 0zm-4-6.6l.7-.6.2.2v.2h.2l.2.3v.3h.2l.2.3v.2l.2.2h.2v.3l.3.2v.2l.2.2.2.2v.4l.2.2.2.3v.3l.2.2.2.3v.3l.2.3v.3l.3.3.2.4v.3l.3.3v.3l-1 .4v-.6l-.2-.2v-.3l-.3-.2v-.3l-.2-.2v-.5l-.3-.3v-.2l-.2-.2v-.3l-.3-.2-.2-.3v-.2l-.3-.2v-.2h-.2v-.3h-.3v-.3l-.2-.2-.3-.3v-.2l-.2-.2h-.2v-.2l-.2-.2zm0 0zm0-3.4v1l.3-.2v.2h-.2v.8h.2v.4l.2.2.2.2v.2l-.7.7h-.2v-.2l-.2-.2-.2-.2v-.3h-.2V227h.2v-.2h.2l.4-.2zm-.4 0h.4-.4zm.4 1v-1l.3 1h-.3zm.3 0h-.2.3z" / >
< path fill = "#edb92e" d = "M362.8 227.7c5.4-2 9.4 8.3 4.3 10.2-2.6 1-2.8-2.4-3.4-4.3-.7-2.5-6-4-.8-6z" / >
< path fill = "#21231e" d = "M367.3 238.4l-.4-1h.3l.3-.3.3-.2.2-.3.2-.3.2-.3v-.5l.2-.4v-2.7l-.2-.4-.2-.5-.2-.4-.2-.4-.3-.4-.3-.4-.2-.3-.4-.4-.3-.2-.3-.2-.4-.2-.4-.2h-.4l-.3-.2h-1.3l-.4.2-.4-1h.6l.5-.2h1.6l.5.3.5.2.4.2.4.4.5.4.4.4.3.4.3.5.2.4.3.6.3.5.2.6.2.6v.5l.2.5v1.6l-.2.5v.5l-.3.5-.2.4-.3.5-.4.3-.4.4-.4.2-.5.2zM363 234l1-.4.2.2v.6l.2.2v.8l.2.2v.4l.2.2v.2l.2.3.2.3v.2h.2v.2h.2l.2.2h1.2l.3.8h-.3l-.3.2h-1.2l-.2-.2h-.2v-.2l-.3-.2-.3-.3v-.2l-.2-.2v-.2h-.2v-.3l-.2-.2v-.4h-.2v-.8l-.2-.2v-.8l-.2-.2v-.2zm-.4-6.7l.4 1h-.5l-.3.3h-.4l-.2.3h-.2l-.2.2v.2h-.2v.4h.2v.3l.2.2v.2h.3v.3l.3.2h.2l.2.2.2.2.2.2.2.2.2.3.2.3.2.2v.3l.3.2v.6l-1 .3v-.7l-.2-.2h-.2v-.3l-.3-.2h-.2v-.3l-.3-.2-.2-.2-.2-.2-.2-.2v-.2l-.2-.2h-.2v-.3l-.3-.3v-.2l-.2-.2v-.8l.2-.3v-.3l.3-.2.2-.2.3-.3.3-.2h.4l.4-.3.6-.2z" / >
< path fill = "#0c4076" d = "M363.4 229.3c2.6-1 6.2 5 3 6.5-2.3 1-4-.3-4.8-2-.7-2 0-3.8 1.7-4.5z" / >
< path fill = "#21231e" d = "M366.5 236.3l-.4-1h.3l.2-.2h.2v-.2l.2-.2v-2l-.2-.3v-.3h-.2v-.4l-.3-.3-.2-.2-.3-.4-.2-.2-.2-.2h-.2v-.2l-.3-.2h-1.1l-.3-1h1.5l.4.3.3.2.2.3.2.2.3.2.2.2.2.3v.3l.3.3.2.4.2.3v.4l.2.4v2.6l-.2.3-.2.4-.2.3-.2.2h-.4l-.3.3zm-5.4-2.5l1-.3.2.3.2.3v.2l.2.3.2.2.2.2h.3v.2h.2l.3.2h.4v.2h1.3l.3-.2.5 1h-.7l-.2.2h-1.9l-.2-.2h-.2v-.2h-.3l-.2-.2-.3-.2-.3-.3-.3-.3h-.2v-.3l-.2-.3-.2-.3v-.2l-.2-.2v-.2zm2.2-5l.3 1h-.3l-.2.2-.2.2-.2.2-.2.2-.2.2v.2h-.2v.7l-.2.2v1.1l.2.2v.3l-1 .3v-.7l-.2-.3v-1.5l.2-.2v-.3l.2-.2.2-.3.2-.3v-.2l.3-.2v-.2h.3l.2-.2.3-.2h.2l.2-.2zm.2.5l-.2-.5.2.5z" / >
< path fill = "#fff" d = "M400 179.7c3.6 0 6.4 2.8 6.4 6.4 0 3.6-2.8 6.5-6.3 6.5s-6.3-3-6.3-6.4 3-6.3 6.4-6.3z" / >
< path fill = "#21231e" d = "M407 186h-1c0-2-1.4-4.3-3.3-5.2a5.8 5.8 0 00-2.6-.6v-1c2.4 0 4.7 1.2 6 3.2a7 7 0 011 3.7zm-7 7v-1a6 6 0 005.3-3.3 6 6 0 00.6-2.6h1c0 2.4-1.3 4.7-3.3 6a6.8 6.8 0 01-3.6 1zm-6.8-7h1a6 6 0 003.3 5.4 5.8 5.8 0 002.6.6v1a6.8 6.8 0 01-5.7-3.3 7 7 0 01-1-3.6zm7-7v1.2a5.9 5.9 0 00-5.3 3.2 6 6 0 00-.8 2.7h-1a7 7 0 013.3-5.8 6.8 6.8 0 013.6-1z" / >
< path fill = "#fff" d = "M395.4 169c3.5 0 6.4 3 6.4 6.4 0 3.6-3 6.4-6.4 6.4s-6.3-2.8-6.3-6.4c0-3.5 3-6.4 6.4-6.4z" / >
< path fill = "#21231e" d = "M402.3 175.4h-1c0-2.2-1.3-4.3-3.2-5.3a5.8 5.8 0 00-2.6-.5v-1c2.4 0 4.6 1.3 6 3.2a7 7 0 011 3.7zm-7 7v-1c2.3 0 4.4-1.4 5.4-3.3a6 6 0 00.6-2.6h1c0 2.4-1.2 4.7-3.2 6a6.8 6.8 0 01-3.6 1zm-6.7-7h1a6 6 0 003.2 5.3c.8.4 1.7.6 2.6.6v1a6.8 6.8 0 01-5.8-3.2 7 7 0 01-1-3.6zm6.8-7v1c-2 0-4.2 1.4-5.2 3.3a6 6 0 00-.6 2.7h-1c0-2.3 1.2-4.6 3.2-6a7 7 0 013.6-1z" / >
< path fill = "#fff" d = "M410.7 131.5c3.4 0 6 2.7 6 6s-2.6 6.3-6 6.3-6.2-2.7-6.2-6.2a6 6 0 016.2-6z" / >
< path fill = "#21231e" d = "M417.3 137.7h-1c0-2.2-1.2-4.2-3-5a5.6 5.6 0 00-2.6-.7v-1a7 7 0 015.6 3 6.7 6.7 0 011 3.7zm-6.6 6.6v-1c2 0 4-1.2 5-3 .4-1 .6-1.8.6-2.6h1c0 2.2-1.2 4.5-3 5.6a6.6 6.6 0 01-3.6 1zm-6.7-6.7h1c0 2.2 1.3 4.2 3.2 5a5.6 5.6 0 002.5.7v1a6.6 6.6 0 01-5.6-3 6.7 6.7 0 01-1-3.6zm6.7-6.6v1c-2 0-4 1.2-5 3a5.7 5.7 0 00-.7 2.6h-1a7 7 0 013-5.6 6.6 6.6 0 013.7-1z" / >
< path fill = "#fff" d = "M400.4 136.2c3.5 0 6.3 3 6.3 6.4 0 3.5-2.8 6.4-6.3 6.4s-6.4-3-6.4-6.4c0-3.5 2.8-6.4 6.4-6.4z" / >
< path fill = "#21231e" d = "M407.2 142.6h-1a6 6 0 00-3.3-5.3 5.8 5.8 0 00-2.6-.6v-1c2.3 0 4.6 1.2 5.8 3.2a7 7 0 011 3.6zm-6.8 7v-1c2 0 4.2-1.4 5.2-3.3a6 6 0 00.6-2.7h1c0 2.3-1.2 4.7-3.2 6a6.8 6.8 0 01-3.6 1zm-7-7h1c0 2.2 1.4 4.3 3.3 5.3a5.8 5.8 0 002.7.5v1a7.2 7.2 0 01-6-3.2 7 7 0 01-1-3.7zm7-7v1a6.2 6.2 0 00-5.3 3.3 6 6 0 00-.5 2.6h-1c0-2.4 1.2-4.7 3.2-6a6.8 6.8 0 013.7-1z" / >
< path fill = "#fff" d = "M392.8 145.3c3.5 0 6.3 2.8 6.3 6.4 0 3.5-2.7 6.4-6.2 6.4s-6.4-2.8-6.4-6.3c0-3.6 3-6.4 6.4-6.4z" / >
< path fill = "#21231e" d = "M399.6 151.7h-1a6 6 0 00-3.2-5.3 5.8 5.8 0 00-2.6-.6v-1c2.3 0 4.6 1.2 5.8 3.2a7 7 0 011 3.7zm-6.8 7v-1c2 0 4.2-1.4 5.2-3.4a6 6 0 00.6-2.6h1c0 2.3-1.2 4.6-3.2 6a6.8 6.8 0 01-3.6 1zm-7-7h1c0 2 1.4 4.3 3.3 5.2a5.8 5.8 0 002.8.6v1a7.4 7.4 0 01-6-3.3 7 7 0 01-1-3.6zm7-7v1a6 6 0 00-5.3 3.3 6 6 0 00-.6 2.7h-1c0-2.4 1-4.7 3.2-6a7 7 0 013.6-1z" / >
< path fill = "#fff" d = "M391.5 156.7c3.6 0 6.4 2.8 6.4 6.4s-3 6.5-6.5 6.5-6.3-3-6.3-6.4 2.8-6.3 6.3-6.3z" / >
< path fill = "#21231e" d = "M398.4 163h-1c0-2-1.3-4.2-3.2-5.2a5.8 5.8 0 00-2.7-.6v-1c2.4 0 4.7 1.2 6 3.2a7 7 0 011 3.7zm-7 7v-1a6 6 0 005.4-3.3 6 6 0 00.6-2.6h1c0 2.5-1.3 5-3.4 6a6.8 6.8 0 01-3.5 1zm-6.7-7h1c0 2.3 1.3 4.4 3.2 5.4.7.4 1.6.6 2.5.6v1a7 7 0 01-5.8-3.2 7 7 0 01-1-3.7zm6.8-6.8v1c-2 0-4.2 1.3-5.2 3.2a6 6 0 00-.6 2.7h-1c0-2.3 1.2-4.6 3.2-5.8a7 7 0 013.5-1z" / >
< path fill = "#edb92e" d = "M474.4 198c-2.7-5-5.6-8.2-8.6-9.6 4.2-13.2 5.2-30.2 2.7-51-.2-3.3-1-4.6-2.2-4.6-1 0-1.7 1.6-1.8 5.2.8 11.6 1.7 21.6 1.2 30.2-.5 7.6-2.3 14-4.2 21.2-.3 1 .4 1.7 3.8 3.7 2.6 1.5 4.2 3.3 4.7 5 .7-.2 1.2 0 1.5 0 2.5.8 3.6.6 3 0z" / >
< path fill = "#21231e" d = "M465.3 188.2l1 .3-.3-.6h.3l.3.2.3.2.2.2h.3l.3.3h.3l.4.4.2.2.3.2.2.3.3.3.3.3.3.3.3.2.3.3.3.3.2.3.2.5.3.3.3.4.2.3.3.4.3.3.2.4.3.4.3.5.2.5.3.4.3.4.3.5.3.5-1 .5-.3-.5-.2-.4-.3-.5-.2-.5-.3-.4-.3-.3-.2-.4-.3-.4-.3-.5-.3-.4-.2-.2-.3-.4-.4-.3-.2-.2-.3-.3v-.3l-.4-.3-.3-.4-.2-.3-.2-.2-.3-.2-.2-.2-.3-.2-.3-.2-.2-.2-.3-.2-.3-.2-.3-.2h-.3l-.3-.3-.4-.2-.3-.6zm.3.6h-.4v-.6l.4.6zm2.4-51.5h1l.2 2 .2 1.8.2 2 .2 2v1.8l.2 1.8v1.8l.2 1.8v15l-.3 1.5-.2 1.5v1.5l-.3 1.5-.2 1.5-.2 1.4-.2 1.5-.2 1.3-.3 1.4-.3 1.3-.3 1.4-.3 1.3-.4 1.3-.3 1.3-.4 1.2-1-.3.4-1.2.4-1.3.4-1.3.3-1.3.3-1.2.3-1.3.3-1.4.2-1.3.3-1.4.3-1.5.2-1.4V172l.3-1.6V169l.2-1.7v-1.6l.2-1.6v-13.6l-.2-1.8v-2l-.2-1.7-.2-2-.2-1.8-.2-2-.2-2zm0 0zm-1.7-4v-1h.6v.2h.3v.2h.2l.2.3h.2v.5h.2v.3l.2.2v.3l.2.2v.4l.2.4v.9l.2.3v.4h-1v-.9l-.2-.2v-.6l-.2-.2v-.5h-.2v-.5h-.2v-.2l-.2-.2h-.2v-.2h-.4zM465 138h-1v-1.7l.2-.3v-1l.2-.3v-.7h.2v-.3l.2-.3v-.3h.2l.2-.2.3-.2.2-.2h.5v1h-.2v.2h-.2v.2l-.2.2v.3l-.2.3v.6l-.2.2v1.6l-.2.4v.7zm-1 0zm2.2 30.2h-1V154l-.2-1v-2.8l-.2-1v-2l-.2-1v-1l-.2-1v-2l-.2-1V139l-.2-1 1-.2v1l.2 1.2v2l.2 1v2.2l.2 1v2l.2 1v2l.2 1v2.8l.2 1v12zm-4.3 21.3l-1-.3.2-.6v-.7l.3-.8.2-.6.2-.7v-.7l.2-.7.2-.6.2-.7v-.6l.3-.6v-.6l.2-.6.2-.7v-.5l.2-.6.2-.8v-.6l.2-.7.2-.7v-.7l.2-.6v-.7l.2-.6v-.7l.2-.7v-.7l.2-.6V169l.2-.8h1v1.5l-.2.7v1.5l-.2.6v.7l-.2.8v.7l-.2.6v.8l-.2.7-.2.6v.8l-.2.6-.2.7v.7l-.3.7v.6l-.3.7v.6l-.3.6-.2.6v.6l-.3.7-.2.5-.2.7v.6l-.3.7-.2.7-.2.6v.7zm3.6 3l-.5 1-.2-.2h-.3l-.3-.3-.3-.2h-.4l-.2-.3h-.2l-.3-.3h-.3v-.2l-.3-.2h-.2l-.2-.2-.2-.3h-.2v-.2h-.2l-.2-.2v-.2l-.2-.2v-1l1 .2v.5h.2v.2l.2.2h.2v.2h.2l.2.2.3.3h.2l.2.2.2.2h.2l.2.3h.3l.3.3.3.2h.3zm0 0zm4.2 5.2l.4 1-.7-.4v-.2l-.2-.2v-.3l-.2-.2v-.3l-.2-.3-.3-.3-.2-.3-.3-.2-.3-.3v-.2h-.3v-.2h-.3v-.2l-.3-.2h-.2v-.3h-.3l-.2-.2h-.3l-.2-.2-.2-.2h-.2l.6-1 .2.2h.2l.3.3.2.2.2.2h.2v.3h.4l.2.3.3.3.3.3.2.2.3.3v.3l.3.2h.2v.3l.3.2v.2h.2v.3l.2.2v.2l.2.3v.3l.2.2v.2l-.6-.3zm.4 1h-.5l-.2-.4.7.3zm1.4-1.2l-.3 1h-1l-.4-.8h.2l.2-.2h1.4zm3.3.5h-1l.7-.4.2.2v.8l-.2.2h-.2v.2h-1.8l-.2-.2h-.3l-.2-.2h-.5l.3-1h.7l.2.2h1v.2h.7v.4l.7-.4zm-1 0v-1l.7.6-.8.4zm0 0h1l-1 .3v-.3z" / >
< path fill = "#edb92e" d = "M458.4 214.6c1.6-1 2-.8 2.4-1.4.6-.8.6-2.2.4-3.5-.8-5.3 2.4-4.6 6-2.2 1.7 1 3.5 4 5 5.3s2.8 1.5 3.2 2v9.2c-.4.6-1.7.7-3.2 2-1.5 1.5-3.3 4.2-5 5.4-3.6 2.3-6.8 3-6-2.2.2-1.3.2-2.7-.4-3.5-.5-.7-.8-.4-2.4-1.4a7 7 0 01-2.3-2.2c-.4-.8 0-1.7 0-2.6 0-1-.4-1.8 0-2.6.6-.8 1.4-1.6 2.4-2.2z" / >
< path fill = "#21231e" d = "M460.4 213l.8.5-.2.2-.2.2h-.4v.2h-.4l-.2.2h-.2l-.2.2h-.2v.2h-.5v.2l-.7-1h.6v-.2h.2l.2-.2h.2l.2-.2h.4v-.2h.4v-.2h.2zm.3-3.2l1-.2v2.9l-.2.3v.2h-.2v.2l-1-.5v-.2h.2v-.4h.2v-2.6zm6.7-2.8l-.6 1-.3-.3-.3-.2-.3-.2-.4-.2h-.3l-.3-.2h-.3l-.3-.2h-.3v-.2h-.4l-.2-.2h-1.1v.2h-.2v.2l-.2.2v.6l-.2.3v2l-1 .2v-3l.2-.4v-.3l.3-.2.3-.2.2-.2h.2l.2-.2h.2l.2-.2h1.5v.2h.5l.3.2h.3l.4.3h.3l.3.2.4.2.3.2.3.2.4.2zm5 5.4l-.6.7-.3-.2-.3-.3-.3-.3-.2-.2-.2-.2-.3-.3-.2-.2v-.2h-.2v-.3l-.3-.2-.3-.3-.2-.2v-.2l-.3-.2v-.2h-.3l-.2-.3-.3-.2-.2-.2h-.2l-.2-.2v-.2h-.3v-.2h-.2l.6-1 .2.2.3.2v.2h.3v.3h.3l.2.2.2.2v.2l.3.2h.2v.3l.3.3.2.2v.2l.3.2.3.3h.2v.3l.3.2.2.2.2.2.3.3v.2h.3v.3h.3v.3h.2zm3.5 2.4h-1.2v.3h-.2l-.2-.2h-.2v-.2h-.4l-.2-.2h-.2v-.2h-.3v-.2h-.3v-.2l-.3-.2-.3-.2-.2-.3.7-.6h.2v.2h.2v.2h.2v.2h.2v.2h.3l.2.2.2.2h.2l.2.2h.2l.2.2h.2v.2h.4v.2l.2.2v.2zm-.2-.2v.2-.2zm0 4.8h-1v-4.5l1-.2v4.5zm-1 0zm0 0h1-1zm0 0zm1 5l-1-.7v.3-4.4h1v4.7zm0-.4v.2-.2zm-3.3 2.5l-.7-.8h.2v-.2l.3-.2.3-.2h.3v-.2h.3v-.2h.2l.2-.2h.2v-.2h.4v-.2h.4v-.2l1 .5-.2.2-.2.2h-.2v.2h-.4l-.2.2h-.2v.2h-.4v.2h-.3v.2h-.2l-.2.2-.2.2v.2h-.3zm-5 5.3l-.7-.8h.2v-.2l.3-.2.3-.2.2-.2.3-.3.2-.2.2-.2.2-.2v-.2h.3v-.3l.2-.3.2-.2v-.2l.3-.2.3-.2v-.2l.3-.2.2-.2v-.2h.3v-.3l.3-.2.2-.2h.2v-.3h.3v-.3l.8.8-.2.2-.2.2-.2.2v.2h-.3v.3l-.3.2-.3.2-.2.2-.2.2-.2.2v.2l-.3.2v.2l-.2.2h-.2v.3h-.3l-.2.3v.2h-.2l-.2.3-.2.2-.3.3-.3.3-.3.2zm-6.8-2.7l1 .3v2.6l.2.2v.2h.2v.2h1.7v-.2h.4l.3-.2h.3l.3-.3.3-.3h.3l.2-.3.3-.2.3-.2.6.8-.4.2-.3.3-.3.2h-.4l-.3.3-.3.2h-.3l-.2.3h-.4l-.3.2h-.4l-.3.2h-.9l-.3-.2h-.3l-.2-.3-.2-.2-.2-.2v-.3l-.2-.2v-.7l-.2-.3V229zm-.3-3l.8-.6v.2h.2v.4h.2v.6l.2.2v2.4l-1-.2v-2.5h-.2v-.4h-.2v-.2zm-2.3-1.3l.7-.8h.2l.2.2h.2l.2.2h.2l.2.2h.4v.2h.2v.2h.2l.2.2.2.2-.8.6-.2-.2h-.2v-.2h-.4l-.2-.2h-.4v-.2h-.2l-.2-.2h-.2v-.2h-.3zm.7-.8l.5.2-.5-.3zm-3-1.7l.8-.5.2.2v.2h.2v.4h.2v.2h.2v.2h.2v.2h.2l.2.2.2.2h.2v.2h.2l-.5 1v-.2h-.2l-.2-.2-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2l-.2-.2-.2-.2v-.2zm-.3-3h1v2.4l-.7.5v-.2h-.2v-.4l-.2-.2v-2.1zm.3-2.8l.8.6v.4l-.2.2v1.8h-1V217h.2v-.4h.2zm2.4-2.4l.7 1h-.2v.2h-.2l-.2.2-.2.2-.2.2-.2.2-.2.2-.2.2v.2h-.2v.2h-.2v.2l-1-.5h.2v-.2l.2-.2.2-.2v-.2h.2l.2-.2v-.2h.2v-.2h.2l.2-.2h.2v-.2l.2-.2h.2v-.2h.2zm.7 1l.5-.3-.5.3z" / >
< path fill = "#21231e" d = "M475.5 220.2v1c-4 .4-7 2-9.7 4.3 1.8-2.7 5.7-4.7 9.7-5.3zm0-1.6v-.8c-4-.5-7-2-9.7-4.4 1.8 2.7 5.7 4.6 9.7 5.2z" / >
< path fill = "#edb92e" d = "M461.2 207.3c1 .4 2.3 1 3.4 2 1.6 1.5.6 4-1.5 6.6-.6.7-1 2-1 3.5 0 1.3.5 2.7 1 3.5 2.2 2.5 3.2 5 1.6 6.6-1 1-2.3 1.5-3.4 2v-2.4c.2-1.3.2-2.7-.4-3.5-.5-.7-.8-.4-2.4-1.4a7 7 0 01-2.3-2.2c-.4-.8 0-1.7 0-2.6 0-1-.4-1.8 0-2.6.6-.8 1.4-1.6 2.4-2.2 1.6-1 2-.8 2.4-1.4.6-.8.6-2.2.4-3.5v-2.4z" / >
< path fill = "#21231e" d = "M465 209l-.8.6-.2-.2-.2-.2h-.2v-.2h-.2l-.2-.2h-.2v-.2h-.4v-.2h-.5v-.2h-.2l-.2-.2h-.2l-.2-.2h-.2l.4-1h.2l.2.2h.2l.2.2h.3l.2.2h.2v.2h.3l.2.2h.2v.2h.3v.2h.2l.2.2.2.2.2.2zm-1.5 7.2l-.8-.6.2-.3v-.2h.2l.2-.3.2-.3v-.2l.3-.2v-.5l.2-.2v-.2h.2v-.3l.2-.2v-.4h.2v-1.6l-.2-.3-.2-.2-.2-.2.7-.7.3.3v.2l.2.2v.2h.2v.5l.2.2v1l-.2.2v.4l-.2.2v.5l-.2.3v.3l-.3.2v.5l-.3.2v.3l-.3.2-.2.3v.2l-.3.2-.3.3-.2.2zm-1 3.3h-1v-.7l.2-.2v-1.2h.2v-1h.2v-.4l.2-.2v-.2h.2v-.2l1 .6h-.2v.4h-.2v.2l-.2.2v.9h-.2v1.4h-.2v.5zm1 3.2l-.8.6v-.2h-.2v-.2h-.2v-.4h-.2v-1.1l-.2-.3V220h-.2v-.5h1v1.1l.2.2v.4l.2.2v.4l.2.2v.2h.2v.2zm1.5 7.3l-.8-.8h.2v-.2h.2v-.3l.2-.2v-1.9l-.2-.2v-.2l-.2-.2v-.2l-.2-.3v-.2l-.2-.2-.3-.3v-.3l-.3-.2-.2-.2v-.2l-.3-.3-.3-.2.8-.6.2.2h.2v.4l.2.2.2.3h.2v.3l.3.3v.5l.3.3v.3l.2.2v.5l.2.2v.5l.2.2v.7l-.2.4v.4l-.2.2v.2l-.2.2v.2l-.3.2v.2zm-4.3 1.7l1-.2-.7-.4h.7v-.2h.4l.2-.2h.2l.2-.2h.2v-.2h.4v-.2h.2l.2-.2.2-.2h.2v-.2h.2v-.2l.8.8h-.2v.2h-.2v.2h-.2l-.2.2-.2.2h-.2l-.2.2h-.2v.2h-.4v.2h-.4v.2h-.5v.2h-.2l-.2.2h-.2l-.7-.3zm.7.4l-.6.3v-.6l.6.4zm-.7-3l1 .3v2l-1 .3v-2.4zm-.3-3l.8-.6v.2h.2v.4h.2v.6l.2.2v2.4l-1-.2v-2.4h-.2v-.4h-.2v-.2zm-2.3-1.3l.7-.8h.2l.2.2h.2l.2.2h.2l.2.2h.4v.2h.2l.2.2.2.2.2.2-.8.6-.2-.2h-.2v-.2h-.4l-.2-.2h-.4v-.2h-.2l-.2-.2h-.2v-.2h-.3zm0 0l-.3-.2.4.2zm-2.3-2.4l.8-.5.2.2v.2h.2v.4h.2v.2h.2v.2h.2v.2h.2l.2.2h.2v.2h.2v.2h.2l-.5 1v-.2h-.2l-.2-.2-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2l-.2-.2-.2-.2v-.2zm0 0l.3.5-.3-.5zm-.3-3h1v2.4l-.7.5v-.2h-.2v-.4l-.2-.2v-2.2zm.3-2.8l.8.6v.4l-.2.2v1.8h-1V217h.2v-.4h.2zm2.4-2.4l.7 1h-.2v.2h-.2l-.2.2-.2.2-.2.2-.2.2-.2.2-.2.2v.2h-.2v.2h-.2v.2l-1-.5h.2v-.2l.2-.2.2-.2v-.2h.2l.2-.2v-.2h.2v-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2h.2zm2.4-1l.8.5-.2.2-.2.2h-.4v.2h-.4l-.2.2h-.2l-.2.2h-.2v.2h-.5v.2l-.7-1h.6v-.2h.2l.2-.2h.2l.2-.2h.4v-.2h.4v-.2h.2zm.3-3.2l1-.2v2.9l-.2.2v.2h-.2v.2l-1-.5v-.2h.2v-.4h.2V210zm.5-2v-1l.5.6v2.1l-1 .2V207l.5.6zm0-1h.6v.6l-.6-.6zm0 0v1h-.2l.2-1zM361 226.3l.7-.3c-1.6-2.2-2-4.2-1.3-6.3-1.3 1.6-1 4.2.6 6.6z" / >
< path fill = "#edb92e" d = "M410.7 200c1.4 1.6 1.2 2 2 2.5 1 .6 2 .4 3.3 0 5-2 5 2 3.5 6.4-.7 2-2.8 4.3-3.7 6.2-1 1.7-.7 3-1 3.5a95.4 95.4 0 01-4 .6l-4 .5c-.6-.3-1-1.6-2.6-3s-4.4-3-6-4.6c-3-3.5-4.6-6.8.2-6.7 1.2 0 2.4-.2 3-1 .4-.7 0-1 .4-3 .3-1.2.8-2.3 1.4-3 .6-.8 1.5-.6 2.3-.7 1-.2 1.6-.7 2.5-.2 1 .4 2 1.2 2.7 2.3z" / >
< path fill = "#21231e" d = "M413 202l-.6 1-.2-.2-.2-.2-.2-.2v-.2h-.2v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.3-.3-.3.8-.6.3.2.2.3v.2h.2v.4h.2v.4h.2v.2l.2.2v.2h.2v.2l.2.2zm-.6 1zm3.5-1l.2 1h-.5l-.2.2h-.8v.2h-1.2l-.3-.2h-.2l-.2-.2h-.2l.5-1v.2h.8v.2h1l.2-.2h.4l.2-.2h.3zm4 7l-1-.3v-.4l.2-.4v-.5l.2-.4v-.3l.2-.3v-.7l.2-.4v-1.7l-.2-.2v-.4h-.2l-.2-.3h-.2l-.3-.2H417l-.4.3h-.4l-.3-.8.3-.2h.5l.4-.2h1.8l.3.2h.3l.2.3.2.4v.2l.3.3.2.4v3.3l-.2.4v.4l-.2.4v.4l-.2.4v.4zm-3.7 6.4l-1-.5v-.2l.2-.2.2-.2v-.2l.2-.2v-.4l.2-.2.2-.2v-.2l.2-.2.2-.2.2-.3.2-.2.2-.3.2-.2v-.2l.2-.2h.2v-.3l.2-.2v-.2l.2-.2.2-.3v-.2l.2-.2v-.2l.2-.3 1 .3v.2l-.2.3v.2l-.2.2-.2.3v.2l-.2.2v.3l-.3.2-.2.2v.2l-.2.2-.2.2v.2l-.2.2-.2.2v.2l-.3.2v.2l-.2.2-.2.2v.2l-.2.2v.4h-.3v.3l-.2.2-.2.2v.2zm-1.5 3.8l-.2-1-.3.2v-.4h.2v-1l.2-.2v-.4l.2-.3v-.4l.2-.3v-.2h.2l1 .4-.2.2-.2.3v.3h-.2v.7h-.2v.9l-.2.2v.4l-.2.2v.2l-.4.2zm.3 0h-.2.3zm-4.3.6v-1h1.1v-.2h1.2v-.2h1.1l.3-.2.2 1h-.4l-.3.2h-.9l-.2.2h-1.3v.2h-.7zm0 0zm0 0v-1 .5-.5 1-.5.5zm0-1zm-4 1.5l.4-1h-.2 1.3l.3-.2h1.9l.2-.2.2 1h-.8v.2h-1.4v.2h-2zm.2 0h-.3.2zm-3-3l.5-1 .2.3.3.3h.2l.2.3.2.2.2.3.2.2v.2h.2v.2h.2v.2l.2.2v.2h.2v.2h.2v.2l-.4 1v-.2h-.2l-.2-.2-.2-.2v-.2h-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.2-.2-.2-.2-.3v-.2h-.2v-.2h-.3v-.3zm-6-4.8l.7-.6.2.2.3.3.3.3h.2v.3l.3.2h.3l.2.3h.2l.2.3.3.3.2.2.2.2h.2v.2l.3.2h.2l.2.3.2.2.3.3h.2l.2.3.3.2.2.2h.2v.2l-.5.8h-.3v-.2l-.3-.2h-.2v-.2l-.3-.2h-.3l-.2-.2-.2-.2h-.2v-.2l-.3-.2h-.2l-.2-.3h-.2v-.2h-.3l-.2-.2-.2-.2h-.2v-.3h-.3l-.2-.3-.2-.2h-.2v-.3h-.3v-.3l-.3-.2h-.2v-.3l-.3-.2zm.4-7.5v1H397l-.2.2h-.4l-.2.2v.2h-.2v1.5l.2.3v.3l.2.2.2.3.2.4.2.3.2.3.2.3.2.3.3.3v.2l.4.3.3.4-.8.5-.4-.3-.3-.3-.2-.4-.2-.4-.2-.3-.3-.4-.2-.3v-.4l-.3-.4v-.3l-.3-.3v-.3l-.3-.3V206l.2-.2.2-.2.2-.2.3-.2h.2l.3-.2h.7l.4-.2h.8zm2.5-.8l.8.5-.2.2-.2.2h-.2v.2h-.2l-.2.2h-.2l-.2.2h-.5l-.2.2h-1.1v-1h1.4l.2-.2h.2l.2-.2h.2v-.2h.2v-.2zm0 0zm.4-2.8l1 .2v.4h-.2v2h-.2v.4l-.2.2-1-.4h.2v-1.4l.2-.3v-.8l.2-.2zm1.4-3.2l.8.6-.2.2v.2h-.2v.4h-.2v.4h-.2v.4l-.2.2v.4l-.2.2v.4l-1-.2v-.7l.2-.2v-.4l.2-.2v-.4h.2v-.4h.2v-.4h.2v-.2h.2v-.4h.2zm.8.6l.5-.7-.4.8zm1.8-1.5l.2 1H404v.2h-.4v.2h-.2l-.8-.5.2-.2.2-.2h.2v-.2h.4l.2-.2h1.4zm.2 1h-.7.6zm2.7-1.2l-.5 1H406l-.2.2h-.4l-.2-1h.8l.2-.2h2.1zm3 3h-1v.2-.2h-.2v-.2l-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2l-.2-.2-.2-.2h-.2l-.2-.2.5-1v.2h.2l.2.2h.2v.2h.2v.2h.2l.2.2.2.2.2.2h.2v.2h.2v.2l.2.2.2.2.2.2v.2l.3.3zm-.2-.4h.2v.3-.4zm-.8.3h1l-1 .2v-.3zm0 .2v-.3.2z" / >
< path fill = "#21231e" d = "M410 219.4h-.7c-1.4-3.8-3.5-7-6.3-9.5 2.8 1.4 5.5 5.3 7 9.4zm1.4-.2c.3 0 .5 0 .8-.2-.5-4 0-7.5 1.5-11-2 2.5-2.8 7-2.3 11.2z" / >
< path fill = "#edb92e" d = "M418.3 202c-.2 1.4-.4 3-1 4.3-1 2-3.8 1.3-6.6-.7-.8-.6-2.2-.8-3.4-.6-1.3.3-2.4.8-3 1.7-1.5 2.6-3.4 4-5.2 2.6-1-1-2-2.3-2.7-3.5.5-.2 1.2-.3 2-.3 1.3 0 2.5-.2 3-1 .5-.7 0-1 .6-3 0-1.2.6-2.3 1.2-3 .6-.8 1.5-.6 2.3-.7 1-.2 1.6-.7 2.5-.2 1 .4 2 1.2 2.7 2.3 1.4 1.6 1.2 2 2 2.5 1 .6 2.2.4 3.3 0 1-.4 1.7-.6 2.3-.5z" / >
< path fill = "#21231e" d = "M417.7 206.5l-1-.4.2-.2v-.5l.2-.2v-.4l.2-.2v-.9l.2-.2v-1.2h.2v-.4h1v1.1l-.2.3v1h-.2v.7h-.2v.7h-.2v.3l-.2.3v.2zm-7.2-.5l.5-.8.3.2h.2l.3.3h.2l.3.3h.2l.3.2.2.2h.2l.3.2h.4v.2h.7l.2.2h1v-.2h.2l.2-.2.2-.3.2-.2 1 .5-.2.2-.2.3-.3.3v.2h-.2l-.2.2h-.2l-.3.2h-2l-.2-.2h-.2l-.3-.2h-.2l-.2-.2h-.2l-.3-.2-.2-.2h-.2l-.3-.3-.2-.2h-.3l-.3-.3-.2-.2zm-3-.4l-.3-1h1.1v-.2h1.3v.2h.6v.2h.4v.2h.2l.2.2-.5.8h-.2v-.2h-.4v-.2h-2.4zm-2.7 1.3l-.8-.6v-.2h.2v-.2h.2v-.2l.2-.2h.2v-.2h.2l.2-.2h.2l.2-.2h.3v-.2h.8l.2-.2h.5l.2 1h-.7v.2h-.4v.2h-.4l-.2.2h-.2v.2h-.2v.2h-.2v.2h-.2zm-6 2.7l.6-.8h.3v.2h.5l.2.2h.5l.3-.2h.3v-.2h.3v-.2h.2v-.3h.3v-.3h.3v-.3l.3-.3.2-.2.2-.2v-.2h.3v-.4l.3-.2.8.5v.2l-.3.2v.3l-.3.2h-.2v.3l-.3.2-.2.2-.2.2-.3.3h-.2l-.2.3h-.2v.3h-.3l-.3.2h-.4l-.3.2h-1.2l-.2-.2h-.2l-.2-.2-.2-.2h-.2zm-2.7-4.4l.5 1 .3-.8v.3h.2v.2l.2.2v.2h.2v.2l.2.2v.2h.2v.2l.2.2.2.2.2.2v.2h.2v.2h.2v.2h.2v.2h.2v.2h.2l-.6 1-.2-.2-.2-.2-.2-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.3h-.2v-.2h-.2v-.2h-.2v-.3h-.2v-.2h-.2v-.4h-.2v-.2h-.2V205zm0 .8l-.4-.4.5-.3v.8zm2.4-1v1H397v.2h-.4l-.5-1h1.2v-.2h1.2zm2.5-.8l.8.5-.2.2-.2.2h-.2v.2h-.2l-.2.2h-.2l-.2.2h-.7l-.2.2h-1.2v-1h1.4l.2-.2h.4v-.2h.2v-.2h.2v-.2zm0 0zm.4-2.8l1 .3v.3l-.2.3v1.7h-.2v.7h-.2l-1-.4h.2v-1.4h.2v-1.3l.2-.2zm1.4-3.2l.8.6-.2.2v.2h-.2v.4h-.2v.4h-.2v.4l-.2.2v.7h-.2v.5l-1-.3v-.7l.2-.2v-.4l.2-.2v-.4h.2v-.4h.2v-.4h.2v-.2h.2v-.4h.2zm0 0l.4-.5-.4.5zm2.6-1l.2 1h-.6v.2h-1v.2h-.2l-.2.2-.8-.6.2-.2.2-.2h.2v-.2h.4l.2-.2h1.4zm0 0h.6-.6zm3 0l-.6.8H406v.2h-.5l-.2-1h.8v-.2h2.1zm-.6.8l.3.2-.2-.2zm3.3 1.6l-.6.6-.2-.2h-.2v-.2l-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2l-.2-.2h-.2v-.2h-.2l-.2-.2.5-1v.2h.2l.2.2h.2v.2h.2v.2h.2l.2.2.2.2.2.2h.2v.2h.2v.2l.2.2.2.2.2.2v.2zm2 2.5l-.6 1-.2-.2-.2-.2-.2-.2v-.2h-.2v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.3-.2-.3.7-.6.3.2.2.3v.2h.2v.2l.2.2v.4h.2v.2l.2.2v.2h.2v.2l.2.2zm-.6 1l-.2-.2h.2zm3.5-1l.2 1h-.5l-.2.2h-.8v.2h-1.3l-.2-.2h-.2l-.2-.2h-.2l.5-1v.2h.6l.2.2h1.1l.2-.2h.4l.2-.2h.2zm2.8 0h-1l.5.5h-1l-.2.2h-.4l-.2.2h-.2l-.3-1 .2-.2h.8v-.2h1.5l.5.4zm-.5-.5h.6l-.2.5-.5-.5z" / >
< path fill = "#edb92e" d = "M391.8 221.2c.7-1 1-.8 1.2-1.3.2-1-.3-2-1-3.2-2.2-4.6.3-4.2 3.6-2.4 1 .4 2 1.2 3 2 1 1 1.8 1.8 2.7 2.4 1.6 1.2 2.7 1.2 3 1.7 1 2 1.5 3.5 1.8 4.2.3.7 1 2.3 1.6 4.2 0 .4-1 .5-1.8 2-.7 1.2-1.2 3.5-2 4.7-1.4 1.6-2.5 2.6-3.4 2.4-1 0-1.6-1.3-1.8-4.2a4 4 0 00-1.5-3c-.5-.6-.6-.4-2-1.2a9.3 9.3 0 01-2.4-2c-.6-.6-.7-1.3-1-2-.3-1-.8-1.6-.7-2.4a3.8 3.8 0 01.8-2z" / >
< path fill = "#21231e" d = "M392.5 219.7l1 .3v.2l-.2.2v.2h-.2v.2h-.2v.2h-.2l-.2.2v.2h-.2l-.8-.5v-.2l.2-.2.2-.2.2-.2h.2v-.2h.2v-.2zm1 .3zm-1.8-3l1-.5v.4l.2.2v.4l.2.3v.2l.2.2v2l-1-.3v-1.2l-.2-.2v-.4h-.2v-.4h-.2v-.4zm4.2-3l-.6.8h-.3l-.2-.3h-.3l-.3-.3h-.3l-.3-.2h-.3l-.2-.2h-.5l-.2-.2h-.6v1.5l.3.4.2.3.2.4.2.5-1 .5v-.4l-.3-.4-.2-.4v-.7l-.2-.2v-1.5l.2-.2h.2l.2-.2h.2l.2-.2h1.2l.2.2h.6l.3.3.3.2h.3l.3.2.2.2.4.2h.3zm2.8 2l-.7 1v-.4h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2l-.2-.2h-.2v-.2h-.2l-.2-.2-.2-.2h-.2l-.2-.2.5-1v.2h.2v.2h.2l.2.2h.2v.2h.2l.2.2h.2v.2h.2v.2h.2l.2.2.2.2.2.2h.2v.2h.2zm2.8 2.4l-.6.8h-.2v-.2h-.2v-.2h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2l-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2v-.2h-.2l.6-1v.2h.2l.2.2v.2h.2l.2.2.2.2h.2v.2h.2v.2h.2v.2h.2l.2.2.2.2h.2v.2h.2l.2.2zm3.3 2l-1 .3v.2-.2h-.2v-.2h-.4l-.2-.2h-.2l-.2-.2h-.3l-.2-.2h-.3v-.2h-.3v-.2h-.3v-.2h-.3v-.2l.6-.8.2.2h.2v.2h.3l.2.2h.2l.2.2h.2v.2h.4l.2.2h.4v.2h.2l.2.2h.2v.3zm-.2-.3v.2zm1.7 4.5l-1 .4v-.7l-.2-.2v-.4l-.2-.2v-.5h-.2v-.4l-.2-.3v-.3h-.2v-.5h-.2v-.5h-.2v-.3l1-.4v.4l.2.3v.2l.2.3v.2l.2.3v.3l.2.3v.4h.2v.4l.2.2v.4h.2v.4zm0 0zm0 0l-1 .4h.3l.3.2-.5-.5.6.5-.5-.5.6.5-.5-.5.2.4-.2-.3v.2l1-.5v.2-.4.4l-.4-.5.6.5-.5-.5.6.5-.5-.5h.4v.3zm0-.2v.2-.2zm1.6 4.7l-1-.2v.3-.5l-.2-.3v-.2l-.2-.3v-.3l-.2-.3v-.2l-.2-.2v-.4l-.2-.2v-.2l-.2-.2v-.4l-.2-.2 1-.5v.4h.2v.5h.2v.5l.2.2v.3l.2.3v.5l.2.2v.3l.2.2v.2l.2.2v.6zm0-.3v.3-.3zm-1.7 2.4l-1-.4.2-.2v-.2h.2v-.2l.2-.2v-.2h.2v-.2h.2l.2-.2h.2v-.2h.2v-.2l1 .2v.4h-.2v.2h-.2v.2h-.2l-.2.2-.2.2-.2.2-.2.2-.2.2v.2zm-2.2 5l-.7-.7.2-.3v-.2h.2v-.3l.2-.2v-.4l.2-.2v-.5h.2v-.4h.2v-.5h.2v-.2l.2-.3v-.2l.2-.3v-.2l.2-.2 1 .5-.2.2v.3h-.2v.4h-.2v.5l-.2.2v.3l-.2.2v.3l-.2.2v.3l-.2.2v.3l-.2.2v.3h-.2v.3h-.2v.3l-.2.2v.2zm-3.7 2.7l.2-1h.4v-.2h.2l.2-.2h.2v-.2h.2l.2-.2.2-.2.2-.2.2-.2.2-.3.2-.2v-.2h.2v-.3l1 .7h-.2v.3h-.3v.3h-.2v.3h-.4v.4h-.2v.2h-.2l-.2.2-.2.2-.2.2h-.3v.2h-.4v.2h-1zm-2.2-5h1v.3l.2.2v1.1h.2v.5l.2.2v.3l.2.2v.2h.2v.2h.2v.2h.2v1h-.8v-.2h-.2l-.2-.2-.2-.2v-.3h-.2v-.2l-.2-.2v-.3l-.2-.3v-.4h-.2v-1l-.2-.2v-1zm-1.2-2.6l.7-.6.2.2v.2h.2v.2l.2.2v.2h.2v.3l.2.2v.2h.2v.7h.2v.6l-1 .2v-1h-.2v-.4l-.2-.2v-.2h-.2v-.2h-.2v-.4h-.2v-.2h-.2zm-2-1l.4-.8h.3v.2h.4v.2h.4v.2h.4v.2h.4v.2h.2v.2l-.6.7h-.2l-.2-.2h-.4v-.2h-.4l-.2-.2h-.2l-.2-.2h-.3zm-2.5-2l.7-.6.2.2.2.2.2.2.2.2h.2v.2h.2v.2h.2l.2.2h.2v.2h.2l.2.2-.5 1v-.2h-.2v-.2h-.4v-.2l-.2-.2h-.2l-.2-.2-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2v-.2zm-1.2-2.3l1-.4v.2h.2v.4h.2v.5h.2v.4h.2v.2l.2.2-.7.7h-.2v-.4h-.2v-.4h-.2v-.4l-.2-.2v-.8h-.2v-.2zm-.6-2.5h1v.8h.2v.4l.2.2v.2l.2.2v.2l-1 .5v-1h-.2v-.4h-.2v-.6h-.2v-.8zm1 0v.2zm.4-1.5v-1l.3.8v.4h-.2v.2h-.2v.8h-.2v.2h-1v-.9l.2-.2v-.4l.2-.2v-.2h.2v-.4h.2v-.2h.2l.4.7zm0-1h1l-.7.8-.2-.8zm0 0v1l-.4-.8.4-.3zm0 1h-1l.6-.8.4.7z" / >
< path fill = "#21231e" d = "M406.5 226l.2 1c-1.4.4-2.6 1-3.6 1.8s-1.7 2-2.3 3.2c.2-1.4 1-2.7 2-3.7s2.3-1.8 3.8-2.2zm-.6-1.6l-.5-1c-1.6 0-3.2-.4-4.7-1-1.5-.7-3-1.6-4.4-2.8 1 1.3 2.6 2.4 4.3 3.3 1.6.7 3.5 1.3 5.2 1.5z" / >
< path fill = "#edb92e" d = "M391.4 213.8c1 .4 1.6.8 2.8 1.8.8.7 1.3 1.7 1.5 3 0 1 0 2.5-.3 3.8-.2.8 0 2.2.5 3.6.4 1.4 1 2.8 2 3.5 2.3 2.5 4 5 3.4 6.7a4 4 0 01-1.5 1.8c-.4-.6-1-1.2-1.4-2.2a8 8 0 00-1.5-3.5c-.5-.6-.7-1.3-2-2.2-1-.5-2-.3-2.6-1-1.2-1.6-3-5.5-1.3-7.2 1.7-1.7 2.3-2.7 1-5.6-.5-1-.5-1.8-.6-2.4z" / >
< path fill = "#21231e" d = "M394.5 215.2l-.7.8-.2-.2-.2-.2-.2-.2h-.2v-.2h-.2v-.2h-.4v-.2h-.2l-.2-.2h-.2l-.2-.2h-.4l.3-1h.4v.2h.4v.2h.4v.2h.4v.2h.2v.2h.2l.2.2.2.2h.2v.2h.2v.2zm1.7 3.2l-1 .2v-.6h-.2v-.7h-.2v-.4l-.2-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2l.7-.8h.2v.2l.2.2v.2h.2v.2l.2.2v.2h.2v.4l.2.2v.4h.2v.8h.2v.2zm-.3 4h-1V221h.2v-2.4l1-.2v3.3l-.2.2v.5zm-1 0v-.3.3zm1.4 3.5l-1 .2v-.5l-.2-.3v-.4l-.2-.3v-.8h-.2v-1.4h1v1.9h.2v.7h.2v.7h.2v.3zm1.8 3.2l-.7.7v-.2l-.2-.2h-.2v-.4h-.2v-.2l-.2-.3v-.2h-.2v-.2l-.2-.3v-.2h-.2v-.5l-.2-.2-.2-.3v-.4h-.2l1-.4v.2l.2.2v.2l.2.3.2.2v.3l.2.2v.2h.2v.2h.2v.4h.2v.2h.2v.2h.2v.2zm3.6 7.2l-1-.4.2-.2v-1.3l-.2-.2v-.4l-.2-.2v-.2l-.2-.2-.2-.2v-.2l-.2-.2-.2-.2v-.2l-.3-.2-.2-.3v-.3l-.3-.2-.2-.2-.2-.3-.2-.2-.2-.2-.2-.2-.3-.3h-.2l.7-.8.3.2.2.2.2.3.3.4.3.2.2.2v.3l.3.3.3.2.2.3v.2l.3.2.2.3v.2l.2.2.2.2v.2l.2.2v.2l.2.3v.7l.2.2v1.2l-.2.2zm-2.4 1.8l1-.4-.8-.2.2-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.2l.2-.2v-.2l1 .4v.2l-.2.2v.2l-.2.2v.2h-.2v.2h-.2v.2h-.2v.2h-.2v.2h-.2l-.2.2-.8-.2zm.8.2l-.5.3-.3-.5.8.2zm-2-2.5l1-.3v.4h.2v.4h.2v.2h.2v.2l.2.2v.2h.2v.4l-.8.4v-.2h-.2v-.2l-.2-.2v-.2h-.2v-.2h-.2v-.4l-.2-.2v-.2l-.2-.2v-.3zm-1.5-3.3l.8-.7v.2h.2v.2l.2.2v.2l.2.2v.2h.2v.5h.2v.4l.2.2v.4l.2.3v.7l-.8.2v-.4h-.2v-.5l-.2-.2v-.5h-.2v-.2l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2zm0 0zm-2-2.2l.4-1 .3.2.2.2h.2l.2.2.2.2.2.2v.2h.2v.2h.2v.2l.2.2.2.2v.2h.2v.2l-.7.7-.2-.2v-.2h-.2v-.2h-.2v-.4h-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.4v-.2h-.2zm-2.7-1.3l.8-.6h.2v.2h.2v.2h.9l.2.2h.4l.2.2h.2l.2.2-.4 1v-.2h-.4l-.2-.2h-.9v-.2h-.4l-.2-.2h-.2l-.2-.2-.2-.2-.2-.2zm-1.2-7.8l.7.7v.3h-.2v.3h-.2v2.2l.2.3v.5l.2.2v.2l.2.3v.2l.2.2v.2l.2.2v.2l.3.2v.2h.2v.3l.2.2-.7.7-.2-.3-.2-.3v-.2l-.2-.2v-.2h-.3v-.3l-.2-.3-.2-.4v-.2l-.2-.3v-.2l-.2-.2v-.6l-.2-.3v-2.1l.2-.3v-.2h.2l.2-.3.2-.3zm.7-5l1-.5v.5l.2.2v.3l.2.2v.7h.2v1.7l-.2.2v.2l-.2.2v.2h-.2v.3h-.2v.2l-.2.2-.3.3h-.2l-.2.3-.8-.6.2-.3h.2l.2-.3.2-.3.2-.2v-.3l.2-.2v-.2l.2-.3v-.7l-.2-.2v-.5l-.2-.2-.2-.4v-.2zm0-3v1l.4-.7v1.4h.2v1.1h.2l-1 .6v-.9h-.2v-.7l-.2-.2v-1l.4-.7zm-.6.5l-.3-.7h.7l-.5.6zm.4.3v-1 1zm0-1z" / >
< path fill = "#edb92e" d = "M434 226.2c-1.2 1-1.5 1-2 1.6-.3.8 0 2 .3 3.3 1.5 5-1.4 4.4-5 2.6-1.6-1-3.6-3.2-5.2-4.4-1.5-1-2.6-1-3-1.6a118.7 118.7 0 01-1-4.3c0-.7-.5-2.4-1-4.4.4-.7 1.4-1 2.5-2.5 1-1.7 2.2-4.7 3.6-6 3-3.2 6-4.5 6 1.3 0 1.4.3 3 1 3.6.6.6 1 .3 2.5 1 1 .6 2 1.3 2.6 2 .7 1 .5 2 .7 2.8 0 1 .5 1.7.2 2.6-.5 1-1 1.7-2 2.4z" / >
< path fill = "#21231e" d = "M432.6 228l-1-.5h.2v-.4h.4v-.2h.4v-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l.8.8-.2.2h-.2v.2h-.2l-.2.2-.2.2h-.2v.2h-.4v.2h-.2v.2zm-1-.5zm1 3.4l-.8.3v-.2l-.2-.2v-.7h-.2v-2.3h.2v-.2l1 .4v.2h-.2v2.1h.2v.7zm-5.4 3l.5-.8h.3l.3.3h.3l.3.3h.2l.3.2h.2l.3.2h.7l.2.2h.7v-.2h.2v-.4l.2-.3v-1.1l-.2-.3v-.3l-.2-.4 1-.4v.4l.2.4v.8l.2.3v1.1l-.2.4v.2l-.3.2-.2.2h-.2l-.2.2-.4.2h-1.2l-.3-.2h-.6l-.3-.3-.2-.2h-.3l-.3-.2-.4-.2-.3-.2h-.3zm-5.4-4.3l.6-1 .2.2.3.2.2.3h.2v.3h.3v.3l.3.2.2.2h.2v.3h.3l.2.3.2.3.2.2.3.3h.2v.2l.2.2h.2l.2.2v.2h.3v.2h.2l.2.2.3.2-.5 1-.2-.2h-.2v-.2l-.3-.2h-.2l-.2-.2-.2-.3h-.2l-.2-.2h-.2v-.3h-.3l-.3-.3h-.2v-.3l-.3-.3h-.2l-.2-.3-.3-.3h-.2v-.2h-.3l-.2-.3-.3-.3-.3-.2-.3-.2h-.2zm.6-1zm-4-1l1-.2v-.2h.2v.2h.4l.2.2h.4v.2h.7l.2.2h.2l.2.2.3.2h.2l.2.2-.6 1v-.2h-.3v-.2h-.2l-.2-.2-.2-.2h-.3l-.2-.2h-.2v-.2h-.4l-.2-.2h-.2l-.2-.2h-.2v-.2h-.2v-.3zm.2.3v-.3.3zm-.6-4.2v-1l.5.4v.4l.2.2v1h.2v1.3h.2v1h.2v.5l-1 .2v-.7l-.2-.3v-.7l-.2-.3v-.7h-.2v-.8l-.2-.2v-.6l.4.4zm0-1h.5v.4l-.5-.4zm-.5.6l1-.2v-.2l-.5-.2v1h-.3l-.2-.5zm1-.2zm-1.8-4.5l1 .4v-.2 1.1h.2v1.1l.2.3v.8l.2.2v.9l-1 .2V222l-.2-.2v-.8l-.2-.3v-.7h-.2v-.8l-.2-.2v-.3zm0 .3v-.3.3zm2.4-2.8l1 .5-.2.2-.2.2-.2.3-.2.2-.2.2h-.2v.2h-.2l-.2.2h-.2v.2h-.2v.2h-.2v.2h-.2l-1-.3h.2v-.4h.2v-.2h.4v-.2h.2l.2-.2.2-.2.2-.2h.2v-.2l.2-.2.2-.2v-.2h.2v-.2zm3.7-6.2l.8.7h-.2v.3h-.2v.3l-.3.3v.2l-.2.2v.2h-.2v.3l-.2.3v.4l-.3.2v.2l-.2.2v.2l-.2.2v.2l-.2.2v.3l-.2.3v.2l-.2.2v.2h-.2v.2l-.2.2-.2.2-1-.4.2-.2.2-.3v-.2h.2v-.3l.2-.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.2v-.3l.2-.2v-.2h.2l.2-.3v-.2l.2-.2v-.3l.2-.2v-.2l.3-.2v-.2l.2-.2.2-.3v-.2l.2-.2h.2v-.3zm6.8 1.8h-1v-1.4l-.2-.4v-.6l-.2-.2v-.4l-.2-.2h-.3v-.2h-1.2l-.3.2-.3.2h-.2l-.3.3-.2.3-.3.2-.2.2-.3.2-.2.2-.3.2-.2.3-.8-.7.3-.3.3-.3.3-.2.2-.3.3-.3.4-.2.3-.2.2-.2h.2l.3-.3h.2l.3-.2h.3l.2-.2h1.2l.3.2.3.3.2.2.2.2.2.3v.6l.2.5v.4l.2.3v1.5zm1 3.3l-.8.8-.2-.2v-.2h-.2v-.2l-.2-.2v-.6l-.2-.2v-.7l-.2-.2V212h1v2h.2v.3l.2.2v.2h.2v.2l.2.2zm0 0zm2.2 1l-.4 1-.3-.2h-.2l-.3-.2h-.4v-.2h-.9v-.2h-.4v-.2h-.2v-.2l.6-.7v.2h.4v.2h.8l.2.2h.4l.2.2h.2l.2.2zm2.8 2.2l-.8.6h-.2v-.2l-.2-.2h-.2v-.4h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.4v-.2h-.2l-.2-.2.3-1 .3.2h.2l.2.2.2.2h.2v.2h.2l.2.2h.2v.2h.2v.2h.2v.2h.2v.2h.2v.2h.2v.2zm-.8.6l.4.5-.3-.5zm1.5 2.3l-1 .2V220l-.2-.2v-.8h-.2v-.4l.7-.6v.2l.2.2v.2l.2.2v2.2h.2v.2zm0 3l-.8-.4v-2.1l-.2-.2v-.4h1v1l.2.2v1.8zm-1.8 2.6l-.7-.8h.2v-.2l.2-.2v-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.2l.2-.2v-.2h.2v-.2l1 .4-.2.2v.2l-.2.2v.2h-.2v.4h-.2v.2h-.2v.2l-.2.2-.2.2v.2h-.2l-.2.2-.2.2zm-.7-.8z" / >
< path fill = "#21231e" d = "M418 222.6l-.2-1a14 14 0 007.8-5.3c-1.2 3-4.3 5.3-7.7 6.3zm.2 1.5c0 .4.2.7.3 1 3.4 0 6.4 1 9.2 3-2-2.3-5.8-3.8-9.5-4z" / >
< path fill = "#edb92e" d = "M432.7 233.3a11 11 0 01-3.4-1.5c-1.6-1.3-1.2-3.8.3-6.4.4-.8.5-2.2.2-3.5a6.3 6.3 0 00-1.4-3.5c-2.4-2.3-3.8-4.8-2.6-6.6.8-1.3 2-2 2.8-2.7.3.6.4 1.5.4 2.5 0 1.4.3 3 1 3.6.6.6 1 .3 2.5 1 1 .7 2 1.3 2.6 2 .7 1 .6 2 .7 2.8 0 1 .5 1.7.2 2.6-.5 1-1 1.7-2 2.4-1.2 1-1.5 1-2 1.6-.3.8 0 2 .3 3.3.3 1 .4 1.7.4 2.3z" / >
< path fill = "#21231e" d = "M429 232.2l.6-.8h.2v.2h.2l.2.2h.2l.2.2h.2l.2.2h.4v.2h.4l.2.2h.4l.2.2h.2l-.3 1h-.4v-.2h-.4l-.2-.2h-.3v-.2h-.4l-.2-.2h-.2l-.2-.2h-.2v-.2h-.2l-.3-.2h-.2v-.2zm0-7l1 .5v.2h-.2l-.2.4v.2l-.2.2v.2l-.2.3v.4l-.2.2v.5l-.2.2v1.5l.2.3v.2h.2v.3l.2.2.2.2-.6.8-.2-.2-.3-.3v-.2h-.2v-.3l-.2-.2v-.4l-.2-.3V228h.2v-.7l.2-.3.2-.3v-.3l.2-.2v-.3l.3-.3v-.5zm.3-3.3l1-.2v.8h.2v1.9l-.2.2v.7h-.2v.2l-1-.4h.2v-.6h.2V222zm-1.3-3.2l.7-.7v.2h.2v.4h.2v.2l.2.2v.2l.2.2v.2l.2.2v.5h.2v.7l.2.2v.8h-1v-1.2l-.2-.2v-.4h-.2v-.4h-.2v-.2l-.2-.2v-.2h-.2v-.2l-.2-.2zm0 0zm-2.7-7.2l1 .6h-.2v.7l-.2.2v.7l.2.2v.4l.2.2v.2l.2.2v.2l.2.2v.2l.3.2v.2l.2.2.2.2v.2l.3.3.2.3v.2l.3.2.2.2h.2l-.7.8-.2-.2-.2-.2-.3-.2-.2-.2v-.3l-.2-.2-.2-.2-.2-.2-.2-.2v-.2l-.3-.2-.2-.3h-.2v-.3l-.2-.2v-.3l-.2-.2v-.2l-.2-.3v-.4l-.2-.2v-1l.2-.3v-.2l.2-.2v-.2zm3.8-2.5l-.8.4.7.3h-.2l-.2.2h-.2l-.2.2h-.2v.2h-.2v.2h-.2l-.2.2-.2.2-.2.2-.2.2-.2.2v.2h-.2v.2l-.2.2-1-.6h.2v-.2l.2-.2.2-.2v-.2h.2v-.2h.2v-.2h.2v-.2h.2l.2-.2.2-.2h.2v-.2h.2l.2-.2.2-.2h.2v-.2h1.1zm-.6 0l.5-.5v.6h-.6zm1 2.8h-1v-2.1h-.2v-.4l1-.3v1h.2v2zm1 3.3l-.7.8-.2-.2v-.2h-.2v-.2l-.2-.2v-.7l-.2-.2v-.7l-.2-.2V212h1v1.7h.2v.6l.2.2v.2h.2v.2l.2.2zm2.3 1l-.4 1-.3-.2h-.2l-.3-.2h-.4v-.2h-.9v-.2h-.4v-.2h-.2v-.2l.6-.7v.2h.4v.2h.8l.2.2h.4l.2.2h.2l.2.2zm2.8 2.2l-.8.6h-.2v-.2l-.2-.2h-.2v-.4h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.4v-.2h-.2l-.2-.2.3-1 .3.2h.2l.2.2.2.2h.2v.2h.2l.2.2h.2v.2h.2v.2h.2v.2h.2v.2h.2v.2h.2v.2zm-.8.6l.4.5-.3-.5zm1.5 2.3l-1 .2V220h-.2v-.8h-.2v-.4l.7-.6v.2l.2.2v.2l.2.2v2h.2v.2zm0 3l-.8-.4v-2.2l-.2-.2v-.4h1v1l.2.2v1.8zm-1.8 2.6l-.7-.8h.2v-.2l.2-.2v-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.2h.2v-.4h.2v-.2l1 .4-.2.2v.2l-.2.2v.2l-.2.2v.2h-.2v.2h-.2v.2l-.2.2-.2.2v.2h-.2l-.2.2-.2.2zm-.7-.8zm-1 2.2l-1-.5v-.2h.2v-.2h.2v-.2h.4v-.2h.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l.8.8-.2.2h-.2v.2h-.2l-.2.2-.2.2h-.2l-.2.2h-.2v.2h-.2v.2zm-1-.5zm1 3.4l-1 .3v-.7h-.2v-3h.2l1 .4h-.2v2.6h.2v.2zm-1 .3zm.8 2.5l.3-1-.6.5v-1h-.2v-.9l-.2-.2 1-.5v.9h.2v1h.2v.7l-.7.5zm.7-.5v.7l-.7-.2.7-.5zm-.5 0l-.2.5.2-.5zm.5 0v.7l-.7-.2.7-.5z" / >
< path fill = "#edb92e" d = "M410.6 216.4c4 0 8 3.4 8.4 7.7.6 4.4-2.2 7.7-6 7.8-4 0-7.5-3-8.3-7.3-.7-4 1.8-8 6-8z" / >
< path fill = "#21231e" d = "M419.5 224l-1 .2v-.8l-.2-.4v-.3l-.2-.4v-.3l-.2-.4-.2-.3-.2-.3-.2-.4-.2-.3-.2-.3-.3-.2-.2-.3-.3-.3-.2-.2-.3-.3-.3-.2-.3-.2-.4-.2h-.3l-.3-.3h-.4l-.3-.3h-.3l-.4-.2h-.3l-.3-.2h-1.5v-1h1.9l.4.2h.3l.4.3h.4l.4.3.4.2.3.2.5.2.3.3.3.2.4.2.3.3.3.3.3.3.3.4.2.3.2.4.3.4.2.4.2.4.2.4v.4l.2.4v.4l.2.4v.8zm-6.6 8.3v-1h.9l.2-.2h.6l.3-.2h.4l.2-.2.3-.2h.2l.2-.3h.2l.2-.3.3-.3.3-.2v-.2l.3-.3.2-.2v-.3l.3-.3.2-.4v-.3l.2-.3v-.7l.2-.3V224l1-.2v2.5l-.2.4v.8l-.3.4v.3l-.2.3v.4l-.3.3-.2.3-.3.3h-.2l-.2.4-.3.2-.3.3h-.3l-.3.3-.3.2h-.2l-.3.3h-.4l-.2.2h-.4l-.3.2H413zm-8.7-7.7l1-.2v.7l.2.5v.3l.3.4v.3l.3.3.2.4.2.3.2.3.2.3.2.3.3.3.2.3h.3l.2.3.3.3.2.2.3.2.3.2h.4l.3.3.3.2h.3l.3.2h.7l.3.2h1.2v1h-2l-.3-.2h-.4l-.4-.3h-.4l-.4-.3-.3-.2-.4-.2-.3-.2-.4-.2-.4-.2-.3-.3-.2-.2-.2-.2-.3-.3-.2-.3-.3-.3-.2-.4-.2-.3-.2-.3-.2-.4-.2-.3-.2-.4v-.4l-.2-.4-.2-.4v-.8zm6.2-8.7v1h-1l-.3.2h-.4l-.3.2h-.3l-.3.3h-.2l-.2.3-.3.2-.2.2v.2l-.3.2-.2.2-.2.3-.2.3v.2l-.2.3v.4l-.3.3v.6l-.2.3v.7l-.2.3v.7l.2.4v.8l-1 .2v-3.3l.2-.3v-.3l.2-.4v-.3l.3-.4v-.3l.3-.3.2-.3.2-.3.2-.3h.2l.2-.4.3-.2.3-.2.3-.2.3-.2.3-.2.3-.2h.3l.4-.2h.4l.3-.2h.9z" / >
< path fill = "#edb92e" d = "M411 218.6c2.8-.2 5.7 2.4 6 5.5.5 3.3-1.5 5.8-4.4 5.8-2.8 0-5.5-2.3-6-5.3s1.3-5.8 4.3-6z" / >
< path fill = "#21231e" d = "M417.6 224l-1 .2v-.6l-.2-.3v-.2l-.2-.3v-.4l-.2-.2v-.2l-.2-.3-.2-.3v-.2l-.3-.2-.2-.2-.2-.3-.2-.2-.2-.2h-.2l-.2-.3h-.2l-.3-.3h-.2l-.2-.2-.4-.2h-.5v-.2h-1.1v-1h1.1l.4.2h.3l.2.2h.2l.3.2h.3l.2.3h.3l.2.2.3.2h.2l.3.3.2.3.2.2.2.2v.2l.3.3h.2v.4l.3.3v.3l.3.2.2.3v.3l.2.3v.8l.2.3zm-5 6.3v-1h1.1l.2-.2h.4l.2-.2h.2v-.2l.3-.2h.3v-.2l.3-.2v-.2h.2l.2-.3v-.2l.2-.2.2-.3v-.7l.2-.2v-1.6h1v2.2l-.2.3v.2l-.2.3v.2l-.3.3-.2.2v.3l-.3.2-.2.2-.2.2-.3.2-.2.2-.2.2h-.2l-.2.2h-.2l-.3.2h-.2l-.2.2h-1.5zm0-1zm-6.5-4.8h1l.2.4.2.4v.2l.2.3.2.3v.3l.3.2.2.2.2.2v.2l.3.2.2.2.3.3.2.2.2.2h.2v.3h.3l.2.2h.7l.2.2h1.1v1H411l-.4-.2h-.2l-.3-.2h-.2l-.2-.3h-.3l-.2-.3-.4-.3-.2-.3-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.3v-.2l-.3-.2-.2-.2-.2-.3v-.3l-.2-.3v-.3l-.2-.2v-.7zm1 0zm4-6.4v1h-.6l-.2.2h-.5l-.2.2h-.2l-.2.2-.2.2h-.2l-.2.3v.2l-.3.2-.2.3v.2h-.2v.3l-.2.2v.2l-.2.2v.7l-.2.2v1.7h-1V222h.2v-.4l.2-.3v-.2l.2-.2v-.2l.3-.3v-.2h.2l.2-.3.2-.2.2-.2.2-.2h.2l.2-.2h.3l.2-.3h.2l.2-.2h.6l.3-.2h.6z" / >
< path fill = "#0c4076" d = "M411.2 220.7c2 0 3.6 1.5 4 3.5.2 2-1 3.6-3 3.6a4 4 0 01-3.7-3.4c-.3-2 1-3.6 2.7-3.7z" / >
< path fill = "#21231e" d = "M415.6 224l-1 .3v-.4l-.2-.2v-.4h-.2v-.3l-.2-.2-.2-.3-.2-.2-.2-.2h-.2l-.2-.2-.2-.2h-.2l-.2-.2h-.6v-.2h-.6v-1h1l.2.2h.2l.3.2h.3v.2h.3l.2.3v.2h.3l.2.2.2.2.2.3.3.2v.4h.2v.3l.2.3v.4l.2.2zm-3.3 4.3v-1h.7l.2-.2h.4v-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.5l.2-.2v-1.1l1-.3v2h-.2v.3l-.2.3-.2.3-.2.2h-.2v.2l-.2.2h-.2v.2h-.3l-.2.2h-.4v.2h-1zm-4.3-3.8l1-.2v.5l.2.3v.4h.2v.2l.2.2.2.2.2.3.2.2.2.2h.3v.2h.4l.3.2h.8v1h-1.3l-.2-.2h-.2l-.3-.2h-.2v-.2h-.2v-.2l-.3-.2-.3-.2v-.2h-.2v-.3h-.3v-.3l-.2-.2v-.2h-.2v-.5l-.2-.2v-.5zm2.7-3.8h1l-.5.5h-.7l-.2.2h-.2v.2h-.2l-.2.2-.2.2-.2.2v.2h-.2v.5h-.2v1.3l-1 .3v-1.8h.2v-.5h.2v-.3h.2v-.3h.3v-.3h.3v-.2h.3v-.2h.3v-.2h1l.2-.2h.4l-.5.5zm1 0v.5h-.5l.5-.5zm0 0h-1l.5-.5.5.5zm-1 0v-.5h.5l-.5.5z" / >
< / g >
< path fill = "#fff" d = "M482 183c4 0 7 3 7 7s-3 6.7-7 6.7c-3.6 0-6.7-3-6.7-6.8 0-4 3-7 6.8-7z" / >
< path fill = "#21231e" d = "M489.5 189.8h-1c0-2.3-1.4-4.6-3.5-5.6a6.3 6.3 0 00-3-.7v-1c2.6 0 5 1.3 6.4 3.5a7.4 7.4 0 011 3.8zm-7.4 7.4v-1c2.5 0 4.7-1.4 5.8-3.4a6.4 6.4 0 00.7-3h1c0 2.6-1.5 5.2-3.7 6.5a7.3 7.3 0 01-3.7 1zM475 190h1a6.4 6.4 0 006.3 6.2v1a7.1 7.1 0 01-6-3.4 7.4 7.4 0 01-1.2-4zm7.3-7.5v1a6.3 6.3 0 00-5.5 3.5 6.4 6.4 0 00-.7 3h-1c0-2.7 1.4-5 3.5-6.4a7.3 7.3 0 013.8-1z" / >
< path fill = "#fff" d = "M482 171c4 0 7 3 7 7a6.8 6.8 0 11-13.7-.2c0-3.7 3-6.7 6.8-6.7z" / >
< path fill = "#21231e" d = "M489.5 178h-1c0-2.4-1.4-4.7-3.6-5.8a6.3 6.3 0 00-3-.6v-1c2.6 0 5 1.3 6.4 3.4a7.4 7.4 0 011 4zm-7.4 7.3v-1c2.5 0 4.7-1.4 5.8-3.4a6.4 6.4 0 00.7-3h1c0 2.5-1.5 5-3.7 6.4a7.3 7.3 0 01-3.7 1zM475 178h1a6.4 6.4 0 006.3 6.3v1a7.1 7.1 0 01-6-3.4 7.4 7.4 0 01-1.2-4zm7.3-7.4v1a6.3 6.3 0 00-5.5 3.5 6.4 6.4 0 00-.7 3h-1c0-2.6 1.4-5 3.5-6.3a7.3 7.3 0 013.8-1z" / >
< path fill = "#fff" d = "M482 159.6c4 0 7 3 7 7a6.8 6.8 0 11-13.7-.2c0-3.7 3-6.8 6.8-6.8z" / >
< path fill = "#21231e" d = "M489.5 166.5h-1c0-2.4-1.4-4.7-3.6-5.7a6.3 6.3 0 00-3-.7v-1c2.6 0 5 1.5 6.4 3.6a7.4 7.4 0 011 4zM482 174v-1c2.5 0 4.7-1.5 5.8-3.6.4-1 .7-2 .7-3h1c0 2.6-1.4 5-3.5 6.4a7.3 7.3 0 01-4 1zm-7.2-7.5h1c0 2.4 1.4 4.7 3.6 5.7a6.3 6.3 0 002.7.7v1a7.2 7.2 0 01-6-3.6 7.4 7.4 0 01-1.2-4zm7.3-7.4v1a6.4 6.4 0 00-5.5 3.6 6.4 6.4 0 00-.7 3h-1c0-2.6 1.4-5 3.5-6.4a7.3 7.3 0 013.8-1z" / >
< path fill = "#fff" d = "M482 127c4 0 7 3.2 7 7s-3 6.8-7 6.8a7 7 0 01.1-13.8z" / >
< path fill = "#21231e" d = "M489.5 134h-1c0-2.4-1.4-4.7-3.6-5.8a6.3 6.3 0 00-3-.6v-1c2.6 0 5 1.3 6.4 3.4a7.4 7.4 0 011 4zm-7.4 7.3v-1c2.5 0 4.7-1.4 5.8-3.4a6.4 6.4 0 00.7-3h1c0 2.5-1.5 5-3.7 6.3a7.3 7.3 0 01-3.7 1zM475 134h1c0 2.3 1.4 4.6 3.5 5.6a6.3 6.3 0 002.8.7v1a7.3 7.3 0 01-6-3.4 7.4 7.4 0 01-1.2-4zm7.3-7.4v1a6.3 6.3 0 00-5.5 3.5 6.4 6.4 0 00-.7 3h-1c0-2.6 1.4-5 3.5-6.3a7.3 7.3 0 013.8-1z" / >
< path fill = "#fff" d = "M482 137.2c4 0 7 3 7 6.8s-3 7-7 7c-3.6 0-6.7-3.2-6.7-7s3-6.8 6.8-6.8z" / >
< path fill = "#21231e" d = "M489.5 144h-1c0-2.3-1.4-4.6-3.5-5.7a6.3 6.3 0 00-3-.6v-1c2.7 0 5.2 1.4 6.5 3.6a7.4 7.4 0 011 3.7zm-7.4 7.4v-1c2.5 0 4.7-1.4 5.8-3.4a6.4 6.4 0 00.7-3h1c0 2.6-1.5 5-3.7 6.4a7.3 7.3 0 01-3.7 1zM475 144h1c0 2.4 1.4 4.7 3.5 5.7a6.3 6.3 0 002.8.7v1a7 7 0 01-6-3.5 7.4 7.4 0 01-1.2-4zm7.3-7.4v1a6.4 6.4 0 00-5.5 3.6c-.5 1-.7 2-.7 2.8h-1c0-2.5 1.4-5 3.5-6.2a7.3 7.3 0 013.8-1.2z" / >
< path fill = "#fff" d = "M482 148.2c4 0 7 3 7 6.8s-3 7-7 7c-3.6 0-6.7-3.2-6.7-7s3-6.8 6.8-6.8z" / >
< path fill = "#21231e" d = "M489.5 155h-1c0-2.3-1.4-4.6-3.6-5.7a6.3 6.3 0 00-3-.6v-1c2.6 0 5 1.3 6.4 3.4a7.4 7.4 0 011 4zm-7.4 7.4v-1c2.5 0 4.7-1.4 5.8-3.4a6.4 6.4 0 00.7-3h1c0 2.6-1.5 5-3.7 6.4a7.3 7.3 0 01-3.7 1zM475 155h1c0 2.4 1.4 4.7 3.5 5.7a6.3 6.3 0 002.8.7v1a7.3 7.3 0 01-6-3.4 7.4 7.4 0 01-1.2-4zm7.3-7.4v1a6.5 6.5 0 00-5.5 3.5 6.4 6.4 0 00-.7 3h-1c0-2.5 1.4-5 3.5-6.3a7.3 7.3 0 013.8-1z" / >
< path fill = "#edb92e" d = "M487 195.5c1 1.6.7 2 1.4 2.4.8.6 2 .6 3.4.4 5.3-1 4.5 2.3 2.2 6-1 1.7-3.8 3.5-5.2 5-1.4 1.5-1.6 2.8-2 3.2h-9.2c-.5-.4-.7-1.7-2-3.2-1.5-1.5-4.2-3.3-5.3-5-2.4-3.7-3-7 2.2-6 1.3.2 2.6.2 3.4-.5.6-.6.3-1 1.3-2.5a7 7 0 012.2-2.3c1-.5 1.8-.2 2.6-.2 1 0 2-.3 2.8.2a7 7 0 012.2 2.3z" / >
< path fill = "#21231e" d = "M488.7 197.5l-.7.8-.2-.2h-.2v-.4h-.2v-.4h-.2v-.4l-.2-.2v-.2l-.2-.2-.2-.3v-.2l.8-.6v.2h.2v.3l.2.2v.2h.2v.4h.2v.4h.2v.4h.2zm-.7.8l-.3-.3.3.3zm3.8-.4v1h-2.4l-.2-.2h-.2l-.2-.2h-.3l-.2-.2.7-1v.2h.2v.2h.8l.2.2h1.9zm2.6 6.6l-.8-.6.2-.3.2-.3.2-.4.2-.3v-.3l.3-.3v-.2l.2-.2v-.6l.2-.2v-1.3l-.2-.2h-.2v-.2h-.5l-.2-.2h-2l-.2-1h2.8l.3.2h.2l.2.2.2.2.2.2.2.2v.3l.2.3v1.7l-.2.3v.3l-.3.2v.4l-.3.3v.2l-.3.4v.3l-.3.2-.3.4zm-5.3 5.2l-.6-.7.3-.2v-.2h.3l.2-.3v-.2h.3l.2-.2h.2v-.3h.2l.2-.3.2-.2h.2l.2-.3h.2v-.3l.3-.2h.2l.2-.3v-.2l.2-.2.2-.2h.2v-.3h.3v-.4h.3v-.3h.2v-.3l1 .6-.2.2-.2.3v.3l-.2.2h-.2l-.2.3v.2l-.3.2-.3.3v.2h-.3l-.2.3-.2.2h-.2l-.2.3-.2.2-.3.3-.3.3h-.2v.3l-.3.2h-.2v.3l-.3.2h-.2v.3h-.2l-.2.3zm-2.3 3.3v-1l-.3.2v-.2h.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.2v-.2h.2v-.2l.2-.2.2-.3.3-.3.8.6v.2l-.2.2-.2.2-.2.3v.2h-.2v.2l-.2.2v.2l-.2.2v.2h-.2v.4h-.2v.2l-.2.2v.2h-.5zm.3 0h-.2.2zm-5 .2v-1h4.7v1h-4.5zm0-1h.2zm0 0v1-1zm0 0zm-4.7.8l.6-.8h-.4 4.2l.2 1h-4.7l-.3-.2zm.3 0h-.2.2zm-2.4-3.2l.7-.7v.2l.2.2.2.3.2.3.2.2v.2h.2v.4h.2v.4h.2v.4h.2v.4h.2v.2l-.5.8-.2-.2v-.2l-.2-.2v-.2h-.2v-.4h-.2v-.4l-.2-.2v-.2h-.2v-.2l-.2-.3-.2-.2-.2-.3-.2-.2zm-5.4-5.2l1-.6v.2l.2.3h.2v.3l.2.2h.2v.3h.3v.3l.2.2h.2l.2.3.2.2v.2l.3.2h.3l.2.3h.2l.2.2v.2h.2l.2.3h.2l.2.3h.2v.3l.3.2h.2v.3h.3v.3l-.6.8-.2-.2-.3-.3-.3-.2-.3-.2v-.2l-.2-.2h-.2l-.2-.3h-.2l-.2-.2h-.2v-.3l-.3-.2h-.2l-.2-.3v-.2h-.3l-.2-.3v-.2h-.3l-.2-.3v-.2l-.3-.2h-.2v-.3l-.3-.2-.2-.2-.2-.2zm2.7-6.7v1l-.6-.2h-2.1l-.2.2h-.2v.2h-.2v.4l-.2.2v1.1l.2.2v.3l.2.3v.2l.2.3.2.4v.3l.3.3.3.4.2.3.2.3-1 .6v-.4l-.3-.3-.2-.4-.2-.4v-.3l-.3-.4v-.4l-.3-.3v-.4l-.2-.3v-.6l-.2-.3v-1l.2-.2v-.2l.3-.2.2-.2.2-.2.4-.2h.3l.3-.2h2.5zm3-.5l.8.8-.2.2h-.2l-.2.2h-.4l-.2.2h-3v-1h2.5l.2-.2h.4v-.2h.2zm1.4-2.3l.7.6v.3l-.2.2v.2h-.2v.4h-.2v.8h-.2v.2h-.2v.2l-.2.2-.8-.7h.2v-.4h.2v-.4h.2v-.2l.2-.2v-.4h.2v-.3h.2v-.3zm0 0l.2-.4-.3.4zm2.3-2.4l.5.8-.2.2h-.2v.2h-.2v.2h-.2l-.2.2-.2.2-.2.2v.2h-.2v.2l-.2.2-.2.2v.2l-1-.6.2-.2.2-.2v-.2h.2v-.2l.2-.2h.2v-.2l.2-.2.2-.2h.2v-.2l.2-.2h.2v-.2h.2l.2-.2zm2.8-.3v1h-2.4l-.5-.7h.2v-.2h.4l.2-.2h2zm3 .3l-.5.8h-.4v-.2H482v-1h2.5l.2.2h.2l.2.2zm0 0l.3.2-.3-.2zm2 3.2v-1l-.4.8-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.2v-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.4v-.2h-.2v-.2l.4-.8h.2l.2.2.2.2h.2v.2h.2v.2h.2v.2h.2v.2h.2v.2l.2.2.2.2v.2h.2v.2h.2v.2l-.4.8zm.4-.8l.5.8h-1l.4-.8zm-.4-.2v1l-.4-.2.4-.8zm-.4.8l-.5-.8h1l-.4.8z" / >
< path fill = "#21231e" d = "M481.4 212.8l-1-.2c-.4-3.7-2-7-4.3-9.6 2.8 1.8 4.8 5.7 5.4 9.8z" / >
< path fill = "#edb92e" d = "M494.2 198.3c-.5 1-1 2.4-2 3.5-1.5 1.6-4 .5-6.5-1.6-.8-.6-2.2-1-3.6-1a6 6 0 00-3.4 1c-2.5 2-5 3.2-6.6 1.6-1-1-1.5-2.4-2-3.5h2.5c1.3.3 2.6.3 3.4-.4.6-.6.3-1 1.3-2.5a7 7 0 012.2-2.3c1-.5 1.7-.2 2.6-.2 1 0 2-.3 2.8.2.8.5 1.5 1.3 2.2 2.3 1 1.6.7 2 1.3 2.4 1 .6 2.2.6 3.5.4 1-.2 1.8-.2 2.4 0z" / >
< path fill = "#21231e" d = "M492.6 202l-.7-.6v-.2l.2-.2.2-.2v-.2h.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.2v-.2l.2-.3v-.4l1 .5v.4l-.2.2v.2l-.2.2v.4h-.2v.2l-.2.2v.3h-.2v.2h-.2v.2h-.2v.3l-.2.2-.2.2h-.2zm-7.3-1.4l.7-.7h.2l.2.2.3.2.2.2.3.3h.3l.2.2h.2l.2.2h.2l.2.2h.2l.2.2h.4l.2.2h1.6l.2-.2.2-.2h.2v-.2l.8.7-.2.3h-.2v.3h-.3l-.3.2h-.3l-.2.2h-1.9l-.3-.2h-.3l-.2-.2h-.3l-.2-.2h-.3l-.2-.2-.2-.2h-.3l-.2-.3h-.3l-.2-.3-.2-.2-.2-.2-.2-.2-.3-.2zm.7-.7l.5.3-.5-.4zm-4-.2v-1h2v.2h.7v.2h.4l.2.2h.2l.2.2h.2v.2h.2l-.7.8h-.2v-.2h-.2v-.2h-1v-.2h-1v-.2h-1zm-3 .8l-.7-.7v-.2h.2l.2-.2h.2v-.2h.2l.2-.2h.5v-.2h1.2v-.2h1v1h-1.5v.2h-.5l-.2.2h-.4v.2h-.2l-.2.2zm-7.3 1.5l.7-.6.3.2.2.2h.2v.2h1.7v-.2h.5l.2-.2h.2v-.2h.3l.2-.2.2-.2h.3l.2-.3h.2l.2-.3.3-.2v-.2h.3l.7.6-.3.2-.2.2-.3.2-.2.2-.2.2h-.3l-.2.3h-.3l-.2.2h-.2l-.3.2h-.2l-.2.2h-.2l-.2.2h-.3l-.3.2H473l-.4-.2h-.2l-.2-.2-.2-.2-.3-.3zm-1.7-4l.2 1 .3-.7v.2l.2.2v.3l.2.2v.4l.2.2v.2h.2v.4h.2v.4h.2v.2h.2v.2h.2v.2l.2.2-.7.7h-.2v-.2h-.2v-.2h-.2v-.5h-.2v-.2h-.2v-.3l-.2-.2v-.2h-.2v-.4h-.2v-.4l-.2-.2v-.4h-.2l.4-.8zm-.4.7l-.2-.6.6-.2-.4.7zm3-.6l-.2 1-.2-.2H470l-.2-1h2.4zm3-.5l.7.8-.2.2h-.2l-.2.2h-.4l-.2.2h-2.8v-1h2.3l.2-.2h.4v-.2h.2zm.7.8l-.5.4.5-.4zm.6-3l.7.5v.3l-.2.2v.2h-.2v.4h-.2v.8h-.2v.2h-.2v.2l-.2.2-.8-.7h.2v-.4h.2v-.4h.2v-.2l.2-.2v-.4h.2v-.3h.2v-.3zm2.3-2.5l.5.8-.2.2h-.2v.2h-.2v.2h-.2l-.2.2-.2.2-.2.2v.2h-.2v.2l-.2.2-.2.2v.2l-1-.6.2-.2.2-.2v-.2h.2v-.2l.2-.2h.2v-.2l.2-.2.2-.2h.2v-.2l.2-.2h.2v-.2h.2l.2-.2zm2.8-.3v1h-2.3l-.5-.7h.2v-.2h.4l.2-.2h2zm3 .3l-.5.8h-.4v-.2H482v-1h2.5l.2.2h.2l.2.2zm0 0l.3.2-.3-.2zm2.4 2.4l-.8.6-.2-.2v-.2h-.2v-.2l-.2-.2-.2-.2-.2-.2v-.2h-.2v-.2h-.2v-.2h-.4v-.2h-.2v-.2l.4-.8h.2l.2.2.2.2h.2v.2h.2v.2h.2v.2h.2v.2h.2v.2l.2.2.2.2v.2h.2v.2h.2v.2zm1.3 2.3l-.7.8-.2-.2h-.2v-.4h-.2v-.4h-.2v-.4l-.2-.2v-.2l-.2-.2-.2-.3v-.2l.8-.6v.2h.2v.3l.2.2v.2h.2v.4h.2v.4h.2v.4h.2zm-.7.8l-.3-.3.3.3zm3.8-.4v1h-2.4l-.2-.2h-.2l-.2-.2h-.4v-.2h-.2l.7-1v.2h.2v.2h.8l.2.2h1.9zm3 .5l-1-.4.3.8H492l-.2-1h2.4l.5.7zm-.5-.7h.6l-.3.7-.4-.7zm0 .5l.4.2-.5-.2zm0-.5h.6l-.3.7-.4-.7z" / >
< path fill = "#edb92e" d = "M482 211.7c4.4 0 8 3.4 8 7.7s-3.6 7.8-8 7.8-7.6-3.5-7.6-7.8 3.5-7.8 7.7-7.8z" / >
< path fill = "#21231e" d = "M483 212.8l.8-.2c.5-3.7 2-7 4.3-9.6a14.7 14.7 0 00-5 9.8z" / >
< use width = "1350" height = "900" transform = "matrix(-1 0 0 1 964.3 0)" xlink : href = "#b" / >
< path fill = "#edb92e" stroke = "#21231e" d = "M577 293.6c2 .3 3 1.5 3 2.8 0 1.3-1 2.6-3 3a8.7 8.7 0 01-1.6.2c-60.8 5.2-125.7 5.2-186.5 0a8.7 8.7 0 01-1.6-.3c-2-.3-3-1.6-3-3 0-1.2 1-2.4 3-2.7a8.6 8.6 0 011.5-.3c60.7-5.2 125.6-5.2 186.4 0 .6 0 1 .2 1.5.3z" / >
< path fill = "#21231e" d = " M412 298.4 h - . 2 v - . 2 h - . 2 v - 1 h . 4 v - . 2.2 - . 2 h2 . 3 l . 7 - . 2 h3l . 7 - . 2 h3l . 7 - . 2 h3l . 8 - . 2 h3 . 3 l . 7 - . 2 h3 . 8 l . 7 - . 2 h . 8 v1 . 2 h - 2.9 l - . 7.2 H428l - . 7.2 h - 2.7 l - . 8.2 H421l . 7.2 h3 . 7 l . 7.2 h2 . 9 l . 7.2 h3 . 7 l . 7.2 h1 . 5 v1 . 2 h - 3.7 l - . 7 - . 2 h - 3.8 l - . 7 - . 2 h - 2.9 l - . 7 - . 2 H420l - . 6 - . 2 h - 2.9 l - . 7 - . 2 H413l - 1 - . 2 v - . 2.2 zm . 2 - . 7 zm46 . 6 - 2.6 v1 . 3 H453l - . 7.2 h - 6.6 l - . 7.2 h - 5 l - 1 . 2 h - 3.5 v - 1.2 h3 . 5 l . 8 - . 2 h5 . 2 l . 7 - . 2 h5 . 9 l . 7 - . 2 h6 . 8 zm23 . 3 0 v1h - 13.7 l - . 7.2 h - 8.8 v - 1 h1 . 4 l . 8 - . 2 H482zm23 . 5 0 v1 . 3 h - 11.1 l - . 7 - . 2 H482v - 1 h23 . 6 zm23 . 3 1 v1h - 5.2 l - . 8 - . 2 h - 5.2 l - . 7 - . 2 h - 6.5 l - . 8 - . 2 h - 4.3 V295h . 7 l . 7.2 h7 . 5 l . 8.2 h5l . 8.2 h5 . 1 l . 6.2 h2 . 3 zm23 . 4 1 v . 2 h . 4 v1h - . 2 l - . 2.2 h - 3 l - . 7.2 h - 2.2 l - . 7.2 h - 3.8 l - . 8.2 h - 2.8 l - . 7.2 H534l - . 8.2 h - 3.6 l - . 8.2 v - 1.2 h2 . 2 l . 7 - . 2 h3 . 7 l . 8 - . 2 h3 . 7 l . 7 - . 2 h1 . 8 - 1.4 l - . 8 - . 2 h - 2.7 l - . 7 - . 2 H533l - . 6 - . 2 h - 3.6 V296h6 . 5 l . 7.2 h3l . 8.2 h2 . 8 l . 7.2 h3l . 7.2 h3l . 7.2 h1 . 5 zm0 . 7 zm - 116.7 . 7 h . 2 l . 2.2 v . 8 h - . 2 v . 2 h - . 2 v - 1.2 zm93 . 3 1.2 h - . 2 l - . 2 - . 2 v - . 2 h - . 2 v - . 8 h . 2 v - . 2 h . 4 v1 . 2 zm - 50.3 - 36.2 v - 1 h3 . 8 v1h - 4 zm0 - 1 zm - 1.2 0 h1 . 2 v1h - 1.2 v - 1 zm0 1 zm - . 6 - 1 h . 6 v1h - . 6 v - 1 zm - 1 0 h1v1h - 1 v - 1 zm0 0 zm - . 8 0 h . 6 v1h - . 7 v - 1 zm0 1 zm - . 5 - 1 h . 4 v1h - . 5 v - 1 zm0 0 zm - . 8 0 h . 8 v1h - . 8 v - 1 zm0 0 zm - 1.2 0 h1 . 2 v1h - 1.2 v - 1 zm - 1 0 h1v1h - 1 v - 1 zm0 0 zm - . 2 0 h . 2 v1h - . 2 v - 1 zm - 1 0 h1v1h - 1 v - 1 zm - 2.5 1 v - 1 h2 . 6 v1h - 2.5 zm0 - 1 zm - . 3 0 h . 2 v1h - . 2 v - 1 zm0 1 zm - . 2 - 1 h . 2 v1h - . 2 v - 1 zm0 0 zm - 1 0 h1v1h - 1 v - 1 zm0 1 zm - . 5 - 1 h . 4 v1h - . 4 v - 1 zm0 0 zm - . 4 0 h . 4 v1h - . 4 v - 1 zm0 1 zm - 1.2 - 1 h1 . 2 v1h - 1.2 v - 1 zm0 0 zm0 0 v1 - 1 zm0 1 h - . 2.2 zm - 1.2 - 1 h1 . 2 v1l - 1.2 . 2 v - 1 zm - . 4 0 h . 4 v1 . 2 h - . 4 v - 1 zm - . 8.2 h . 8 v1h - . 8 v - 1 zm0 0 h . 3 - . 2 zm - . 3 0 h . 3 v1h - . 3 v - 1 zm0 1 h - . 5.5 zm - 1 - 1 h1v1h - 1 v - 1 zm - 1 0 h1v1h - 1 v - 1 zm0 0 zm - . 2 0 v1 - 1 zm0 1 zm - 1 - 1 h1v1h - 1 v - 1 zm - . 6 0 h . 5 v1h - . 4 v - 1 zm0 0 zm0 0 v1 - 1 zm0 1 zm - 4.2 . 2 v - 1 h3 . 5 v - . 2 h . 4 v1h - 2.7 l - . 2.2 h - . 8 zm0 - 1 zm - . 6 0 h . 5 v1h - . 6 v - 1 zm0 0 zm - 1.7 0 h1 . 6 v1h - 1.7 v - 1 zm0 1 zm - . 2 - 1 h . 3 v1h - . 2 v - 1 zm0 0 zm - 1.3 0 h1 . 4 v1h - 1.3 v - 1 zm - 1 0 h1v1h - 1 v - 1 zm - . 6 0 h . 7 v1h - . 6 v - 1 zm0 0 zm0 0 v1 . 2 - 1 zm0 1.2 zm - 1.6 - 1 h1 . 5 v1h - 1.5 v - 1 zm0 1 zm0 - 1 v1 - 1 zm0 0 zm - 1.2 0 h1 . 2 v1h - 1.2 v - 1 zm0 0 zm0 0 v1 - 1 zm0 1 zm - 1.2 - 1 h1l . 2 1 H444v - 1 zm - . 8 0 h . 8 v1h - . 7 v - 1 zm0 0 zm - 1.6 . 2 h1 . 6 v1h - 1.5 v - 1 zm0 1 zm0 - 1 v1 - 1 zm0 0 zm - 6.2 1.3 v - 1 h1 . 7 l . 2 - . 2 h3 . 9 v1H436l - . 2.2 zm0 0 zm - . 4 - 1 h . 3 v1h - . 2 v - 1 zm0 0 zm - 9 1.4 v - 1 h1 . 3 l . 3 - . 2 h3 . 2 l . 3 - . 2 h3 . 5 v1h - 5.1 l - . 3.2 H426zm0 0 zm - . 3 - 1 h . 2 v1h - . 3 v - 1 zm0 0 zm - . 5 0 h . 5 v1h - . 4 v - 1 zm - 18.2 2.2 v - 1 h1 . 8 l . 5 - . 2 h1 . 7 l . 5 - . 2 h2 . 4 l . 6 - . 2 h2 . 6 l . 6 - . 2 h2 . 2 l . 6 - . 2 h2 . 8 l . 6 - . 2 h1 . 2 v1h - 2.1 l - . 6.2 h - 2.7 l - . 6.2 h - 2.3 l - . 6.2 h - 2.8 l - . 6.2 h - 2.2 l - . 5.2 H408l - . 6.2 h - . 6 zm0 0 zm - . 3 - 1 h . 3 v1h - . 2 v - 1 zm0 0 zm0 0 v1 - 1 zm0 1 zm - 26.3 2.4 v - 1 h . 7 l1 - . 2 h . 8 l . 8 - . 2 h1 . 6 l . 8 - . 2 h1l . 7 - . 2 h1 . 6 l . 8 - . 2 h1 . 8 l . 8 - . 2 h . 8 l1 - . 2 h1 . 7 l . 7 - . 2 h1 . 7 l . 8 - . 2 h1 . 8 l . 7 - . 2 h1 . 6 l1 - . 2 h1 . 5 l1 - . 2 v1H405l - . 7.2 h - 1.7 l - . 8.2 H400l - . 7.2 h - . 8 l - 1 . 2 H396l - . 8.2 h - 1.7 l - . 8.2 H391l - . 8.2 h - . 8 l - . 8.2 H387l - 1 . 2 h - . 7 l - . 8.2 H383l - 1 . 2 h - . 8 l - . 8.2 zm0 0 zm0 - 7 v1h - . 5 l - . 5.2 h - . 5 l - . 3.2 - . 4.2 - . 3.2 h - . 2 l - . 3.3 - . 2.2 - . 3.3 v . 5 l - . 2.2 v1 . 1 h . 2 v . 3 l . 2.2 . 2.2 . 3.3 . 3.2 h . 2 l . 3.2 h . 3 l . 4.2 h1v1h - 1.6 l - . 4 - . 2 - . 4 - . 2 - . 3 - . 2 - . 3 - . 2 - . 3 - . 2 - . 4 - . 2 - . 2 - . 3 - . 2 - . 2 v - . 3 l - . 3 - . 3 - . 2 - . 3 v - 1.6 l . 2 - . 3.2 - . 3.2 - . 4.2 - . 3.2 - . 3.4 - . 3.3 - . 2.4 - . 2.3 - . 2 h . 4 l . 5 - . 2 h . 6 l . 5 - . 2 zm0 1 zm26 . 3 - 3.3 v1H405l - . 7.2 h - 1.7 l - . 8.2 H400l - . 7.2 H396l - . 8.2 h - 1 l - . 7.2 H392l - 1 . 2 h - 1.6 l - . 8.2 h - . 8 l - . 8.2 h - 1.7 l - . 8.2 h - . 8 l - . 8.2 H381l - . 8.2 v - 1 h1 . 7 l . 8 - . 2 h . 8 l . 8 - . 2 h . 8 l . 8 - . 2 h1 . 7 l . 8 - . 2 h1 . 6 l1 - . 2 h . 8 l . 8 - . 2 h1 . 8 l . 7 - . 2 h1 . 7 l1 - . 2 h . 7 l . 8 - . 2 h1 . 8 l . 7 - . 2 h1 . 6 l1 - . 2 h2 . 5 zm0 1 zm0 0 v - 1 1 zm0 - 1 zm37 - 2.2 v1 . 2 H439l - 1 . 2 h - 2.3 l - 1.3 . 2 H431l - 1.2 . 2 h - 2.2 l - 1.3 . 2 H424l - 1.2 . 2 h - 2.3 l - 1 . 2 H417l - 1.2 . 2 h - 1.2 l - 1 . 2 h - 2.3 l - 1.3 . 2 h - 1 l - 1.2 . 2 h - 1.2 v - 1 h2 . 2 l1 . 2 - . 2 h1l1 . 2 - . 2 h2 . 2 l1 . 3 - . 2 h1l1 . 2 - . 2 h2 . 3 l1 - . 2 h2 . 3 l1 . 3 - . 2 h2 . 4 l1 . 2 - . 2 h2 . 3 l1 - . 2 h3 . 5 l1 . 2 - . 2 h3 . 5 l1 - . 2 h2 . 5 zm1 1 l - 1 . 2 v - 1 h1v1zm0 0 zm . 2 0 h - . 3 v - 1 l . 2 1 zm - . 2 - 1 zm . 4 1 h - . 3 l - . 2 - 1 h . 4 v1zm1 . 2 0 h - 1.2 v - 1 h1 . 2 v1zm0 0 zm0 0 v - 1 1 zm0 - 1 zm15 . 4 - . 4 v1h - 5.5 l - . 5.2 h - 6.5 l - . 4.2 h - 2.6 v - 1 h5l . 5 - . 2 h7 . 7 l . 5 - . 2 h1 . 8 zm . 8 1 h - . 8 v - 1 h . 8 v1zm0 0 zm0 0 v - 1 1 zm0 - 1 zm1 . 4 1 h - 1.4 v - 1 h1 . 4 v1zm0 0 zm . 2 0 h - . 2 v - 1 h . 2 v1zm0 0 h - . 2.2 zm0 0 v - 1 1 zm0 - 1 zm1 . 2 1 h - 1.2 v - 1 h1 . 2 v1zm . 5 0 h - . 6 v - 1 h . 4 v1zm - . 2 - 1 zm . 8 1 h - . 7 l - . 2 - 1 h . 8 v1zm1 0 h - 1 v - 1 h1v1zm0 0 zm . 2 0 h - . 3 v - 1 h . 2 v1zm0 - 1 zm . 4 1 h - . 4 v - 1 h . 4 v1zm3 - 1 l . 2 1 H468v - 1 h3 . 3 zm1 . 2 1 h - 1 v - 1 l1 - . 2 v1zm0 0 v - 1.2 1 zm0 - 1.2 zm1 . 3 1 h - 1.2 v - 1 h1 . 2 v1zm3 . 5 - 1 v1h - 3.5 v - 1 h3 . 5 zm0 0 zm0 1 v - 1 1 zm0 0 zm1 . 3 0 h - 1.2 v - 1 h1 . 2 v1zm3 . 6 - 1 v1h - 3.5 v - 1 h3 . 7 zm3 . 8 0 v1H482v - 1 h3 . 8 zm1 1 h - 1 v - 1 h1 . 2 v1zm . 2 0 zm0 0 v - 1 1 zm0 - 1 zm3 . 6 0 v1H487v - 1 h4zm1 1 h - 1 v - 1 h1 . 2 v1zm . 2 - 1 zm0 1 v - 1 1 zm1 0 h - 1 v - 1 h1v1zm3 . 3 - 1 v1H493v - 1 h3zm . 5 1 h - . 4 v - 1 h . 5 v1zm0 - 1 zm . 3 1 h - . 3 v - 1 h . 3 v1zm0 0 zm1 0 h - 1 v - 1 h1v1zm . 6 0 h - . 7 v - 1 h . 8 v1zm0 - 1 zm . 5 1.2 h - . 6 v - 1 h . 5 v1zm1 0 h - 1 v - 1 h1v1zm0 - 1 zm0 1 v - 1 1 zm0 0 h . 3 - . 2 zm . 3 0
< path fill = "#0c4076" d = "M482 269c5.8 0 10.4 3.2 10.4 7s-4.6 7-10.3 7-10-3.2-10-7 4.5-7 10-7z" / >
< path fill = "#21231e" d = "M493 276h-1v-.3l-.2-.3v-.5l-.2-.3v-.3l-.3-.3-.2-.4v-.3l-.3-.2-.2-.2-.2-.3-.3-.2-.3-.3-.3-.2-.3-.2-.2-.2-.4-.2-.4-.2-.3-.2-.4-.2h-.5l-.4-.3h-.4l-.5-.2h-.8l-.5-.2h-1.9v-1.2h1.7l.6.2h.5l.5.2h.5l.5.2h.4l.5.3.4.2.5.2h.5l.4.3.3.2.4.2.3.3.4.3.3.2.3.3.3.3.2.4.3.3.2.4.2.4.2.4v.3l.2.5v.4l.2.2v.8zm-11 7.4v-1h1.6l.5-.2h1.1l.5-.2h.5l.4-.3h.4l.5-.3h.4l.3-.3h.4l.4-.3.3-.2.4-.3.3-.2.3-.2.3-.3.2-.3.2-.2.3-.3v-.3l.3-.3h.2v-.4l.2-.3v-.7l.2-.3v-.3h1v.4l-.2.4v.4l-.2.4v.3l-.2.3-.2.3-.2.4-.2.3-.3.3-.2.3-.3.2-.3.3-.3.3-.4.3-.3.3-.4.2-.4.3-.5.2-.4.2-.4.2h-.4l-.5.3h-.4l-.5.3h-.5l-.5.2h-1.1l-.5.2H482zm-10.6-7.4h1v1l.2.3v.3l.2.2.2.3v.4l.3.3.2.3.3.2.2.3.3.3.3.2.3.2.2.3.3.2.4.2h.2l.4.3h.4l.4.3h.5l.3.3h.9l.5.2h1.5l.6.2h.5v1h-1.9l-.5-.2h-.5l-.5-.2-.5-.2h-.4l-.5-.3h-.4l-.4-.3-.4-.2-.4-.2-.4-.3-.4-.2-.3-.2-.4-.2-.4-.3-.3-.3-.3-.3-.2-.4-.3-.3-.2-.3-.2-.4v-.3l-.2-.4-.2-.4v-.8l-.2-.4v-.4zm10.7-7.4v1h-1.3l-.5.2h-.3l-.5.2h-.5l-.4.2h-.4l-.6.3h-.4l-.4.3-.4.2-.3.2-.5.2-.3.2-.3.2-.4.2-.3.3-.3.2-.2.3-.3.3-.2.3-.2.3v.3l-.2.2v.3l-.2.3v.7l-.2.3v.3h-1V275l.2-.5.2-.4v-.2l.3-.4.3-.3.2-.3.3-.3.2-.3.3-.2.3-.3.3-.2.3-.3.3-.3.4-.2.4-.2.4-.2h.4l.4-.3.5-.2.5-.2h.5l.5-.2h1l.5-.2h1.1l.6-.2h.5z" / >
< path fill = "#edb92e" d = "M482 211.7c4.4 0 8 3.4 8 7.7s-3.6 7.8-8 7.8-7.6-3.5-7.6-7.8 3.5-7.8 7.7-7.8z" / >
< path fill = "#21231e" d = "M490.4 219.4h-1v-1l-.2-.3v-.4l-.2-.3v-.4l-.2-.4v-.3l-.3-.3-.2-.3-.2-.3v-.3l-.3-.2-.2-.3-.2-.2-.3-.2-.3-.2-.2-.2-.3-.2-.3-.2-.4-.2h-.3l-.3-.3h-.4l-.3-.2h-.4l-.4-.2H482V211l.6.2h1.2l.4.2h.4l.4.2.3.2.4.2h.4l.4.3.3.3.4.2.4.2.3.3.3.3.2.3.3.2.2.3.3.3.2.3.2.5.2.3v.4l.3.4v.8l.2.4v.8l.2.4v.4zm-8.3 8.3v-1h1.5l.3-.2h.3l.3-.2.4-.2h.3l.3-.2h.3l.2-.3.3-.2.2-.2.3-.2.3-.2.2-.3.2-.2.2-.2v-.3l.3-.3.2-.3.2-.4v-.3l.2-.4v-.7l.2-.4v-.8l.2-.4v-.4h1v1.2l-.2.4v.5l-.2.4v.3l-.3.4v.3l-.3.4-.2.3-.2.4-.3.4-.2.3-.3.3-.2.3-.3.3-.3.2-.3.3-.3.3-.3.2-.3.2-.3.2h-.4l-.3.2-.4.2h-.4l-.4.2H482zm-8-8.3h1v1.8l.2.3.2.3v.3l.2.3.2.3.2.2.2.3.2.3.2.3.2.3.2.3.3.2.2.3.3.3.3.2.4.2h.3l.3.3h.3l.4.3h.3l.3.2h.7l.4.2h.7v1h-1.6l-.4-.2h-.3l-.4-.3h-.4l-.4-.3-.4-.3-.3-.2-.5-.2-.3-.2-.3-.2-.4-.2-.3-.3-.3-.3-.2-.3-.3-.3-.2-.3-.2-.3v-.3l-.3-.4v-.3l-.3-.4v-.4l-.2-.5v-.4l-.2-.3v-1.4zm8-8.3v1.2h-1.3l-.4.2h-.3l-.3.2h-.4l-.3.3h-.3l-.3.2-.3.2-.2.2-.3.2-.2.3-.3.3-.2.2-.2.3-.2.3-.2.4-.2.3-.2.3-.2.3v.3l-.2.3-.2.3v.7l-.2.3v1.1h-1v-1.6l.2-.4v-.4l.2-.4.2-.4v-.4l.3-.3v-.4l.3-.2.2-.3.3-.3.2-.3.3-.4.3-.3.3-.3.2-.2.3-.2.4-.3.2-.2h.4l.3-.2.3-.2h.4l.4-.2h.5l.4-.2h1.1z" / >
< path fill = "#edb92e" d = "M482 213.7c3.3 0 5.8 2.6 5.8 5.7 0 3.2-2.5 5.8-5.7 5.8-3 0-5.5-2.6-5.5-5.8 0-3 2.5-5.7 5.6-5.7z" / >
< path fill = "#21231e" d = "M488.3 219.4h-1V218h-.2v-.7l-.2-.2v-.2l-.2-.3-.2-.2v-.2l-.3-.2-.2-.2-.2-.2-.2-.2h-.2l-.2-.3h-.4l-.2-.3h-.2l-.3-.2h-.6l-.2-.2H482v-1h1.8l.3.2h.3l.2.2h.3l.3.3h.4l.2.3h.2l.3.3.3.2.2.2.2.2.2.3v.2l.3.3v.2l.3.3v.2l.2.3.2.3v.6l.2.2v1.3zm-6.2 6.3v-1h1.1l.2-.2h.3l.2-.2h.2l.2-.2h.4l.2-.2.2-.2h.2l.2-.3.2-.2h.2v-.2l.3-.2v-.2l.3-.3.2-.3v-.2l.2-.3v-.2l.2-.3v-1.3h1v2l-.2.3-.2.3-.2.4-.2.3v.2l-.3.2v.2l-.3.2-.2.3h-.2l-.2.3h-.2l-.2.3-.3.2h-.2l-.2.3-.3.2h-.2l-.3.2h-.3l-.3.2h-1.4zm-6-6.3h1v1.3l.2.3v.2l.2.3v.2l.2.2.2.4.2.2v.2h.3l.2.3.2.3v.2h.3l.2.3h.3l.2.2h.2v.2h.4l.2.2h.2l.3.2h.9v1h-1.5l-.3-.2h-.3l-.3-.2h-.2l-.3-.3-.3-.2-.3-.2-.3-.2h-.2l-.2-.3h-.2l-.2-.4-.2-.2-.2-.2-.2-.3-.2-.3v-.3l-.2-.3h-.2v-.4l-.2-.3v-.6l-.2-.3v-.9zm6-6.2v1H481l-.2.2h-.4l-.3.2-.3.3h-.5l-.2.3h-.2v.3l-.3.2h-.2l-.2.3v.3l-.2.2v.2l-.2.3v.2l-.2.2v.2l-.2.3v.4l-.2.2v.7h-1V218l.2-.4v-.3l.2-.3.2-.3v-.2l.2-.3.2-.2.2-.3.2-.2.2-.3.2-.2.2-.2.2-.2.2-.2h.3l.2-.3h.2l.3-.2h.2l.3-.2h.3l.3-.2h.5l.3-.2h.6z" / >
< path fill = "#0c4076" d = "M482 215.8c2 0 3.7 1.6 3.7 3.6S484 223 482 223c-1.8 0-3.4-1.6-3.4-3.6s1.6-3.6 3.5-3.6z" / >
< path fill = "#21231e" d = "M486.2 219.4h-1v-.8h-.2v-.3l-.2-.2v-.2l-.2-.2-.2-.2-.2-.3h-.2l-.3-.2h-.2l-.2-.2h-.2v-.2H482v-1h1.4v.2h.5v.2h.3v.2h.3v.3h.3v.2l.2.2.2.3.2.3v.2l.2.2.2.3v.4l.2.2v.6zm-4 4.2v-1h.6v-.2h.5l.3-.2h.2l.2-.2v-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2v-.2l.2-.2v-.4h.2v-1h1v1l-.2.2v.2l-.2.2v.2l-.2.2-.2.3-.2.2-.2.2-.3.2-.3.3h-.3l-.3.2-.3.2h-1l-.3.2zm-4-4.2h1v1.3l.2.2v.2l.2.2.2.2.2.2.2.2.2.2h.2v.2h.4l.2.2h.8v1.2h-.7l-.2-.2h-.3v-.2h-.5l-.2-.2-.3-.3h-.2v-.2l-.2-.2h-.2v-.2l-.2-.3-.2-.3v-.2l-.2-.2-.2-.3v-1.4zm4-4v1h-1l-.2.2h-.2l-.2.2h-.2v.2h-.2l-.2.3-.2.2-.2.2-.2.3v.4h-.2v1h-1V218l.2-.2.2-.3v-.2l.2-.2.2-.2.3-.3.2-.2.2-.2h.2l.2-.2h.2l.2-.2h.3l.3-.2h.9z" / >
< / g >
< path fill = "#c6363c" d = "M314.6 301.2v271.3c0 48.5 18.8 92.6 49.2 124.6A162.9 162.9 0 00482 749a163 163 0 00118.5-51.7c30.4-32 49.2-76 49.2-124.5V301.2h-335z" / >
< path fill = "#fff" d = "M313.4 300v277l.2 4.6.3 4.5.3 4.6.5 4.4.5 4.5.7 4.3.8 4.4 1 4.3 1 4.2 1 4.3 1.2 4.2 1.3 4 1.4 4.2 1.4 4 1.7 4 1.6 4 1.8 4 2 3.8 1.8 3.8 2 3.7 2 3.7 2.2 3.6 2.2 3.6 2.4 3.5 2.4 3.6 2.4 3.4 2.6 3.3 2.6 3.2 2.7 3.2 2.8 3 3 3.2 1.6-1.7-2.8-3-2.7-3-2.6-3.3-2.5-3.2-2.7-3.3-2.4-3.3-2.5-3.4-2.2-3.5-2.3-3.5-2-3.6-2-3.6-2-3.7-2-4-1.8-3.7-1.7-3.8-1.6-4-1.7-4-1.4-4-1.5-4-1.2-4-1.2-4.2-1-4-1-4.3-.8-4.3-.8-4.3-.7-4.3-.6-4.2-.4-4.5-.4-4.4-.2-4.5-.2-4.5V302.5h332.7V577l-.2 4.5-.3 4.4-.3 4.3-.5 4.5-.6 4.3-.7 4.4-1 4.3-.8 4.3-1 4.2-1 4-1.2 4.3-1.3 4-1.3 4-1.4 4-1.6 4-1.6 4-1.7 3.8-1.7 3.8-2 4-2 3.6-2 3.6-2 3.6-2.3 3.5-2.3 3.5-2.3 3.4-2.5 3.3-2.6 3.3-2.6 3.2-2.6 3.2-2.7 3-2.8 3-3 3-2.8 3-3 2.7-3 2.6-3.3 2.6-3 2.6-3.4 2.4-3.3 2.5-3.3 2.3-3.4 2.2-3.5 2.2-3.5 2-3.5 2-3.6 2-3.7 1.7-3.7 1.8-3.8 1.7-3.8 1.5-3.8 1.4-4 1.3-3.8 1.3-4 1-4 1-4 1-4 1-4.2.6-4 .6-4.3.5-4 .4-4.3.4-4.3.2H482v2.4h4.5l4.3-.2 4.3-.3 4.4-.4 4.2-.4 4.2-.6 4.2-.8 4-.8 4.2-1 4-1 4-1.2 4-1.2 4-1.4 4-1.4 3.8-1.6 3.7-1.6 3.8-1.7 3.7-2 3.7-1.8 3.5-2 3.5-2 3.6-2.3 3.4-2.2 3.4-2.4 3.3-2.5 3.3-2.4 3.2-2.6 3.2-2.7 3-2.7 3-2.8 3-3 3-3 2.8-3 2.8-3 2.7-3.3 2.6-3.2 2.5-3.3 2.5-3.4 2.4-3.5 2.3-3.4 2.3-3.6 2-3.6 2.2-3.7 2-3.7 2-3.8 1.7-4 1.8-3.8 1.6-4 1.6-4 1.4-4 1.4-4 1.3-4.2 1.2-4.2 1-4.3 1-4.2 1-4.3.7-4.4.7-4.3.5-4.5.5-4.4.4-4.5.3-4.4V577l.2-4.5V300z" / >
< g fill = "#fff" stroke = "#21231e" >
< path d = "M483.7 734.8c1.4-.2 4 0 5.7-1.4 2.5-2 1.5-9.8 1.3-14.8-1-25.3-2.2-68-3.5-128-2-.2-3.6 0-5 .2a12 12 0 00-5 0c-1.4 59.8-2.5 102.5-3.6 127.8-.2 5-1.2 13 1.3 14.8 1.7 1.5 4.2 1 5.6 1.4h3z" / >
< path d = "M499.6 734c-1.5 0-4 .5-6-.8-2.6-1.7-2.8-9.7-3-14.7a6148 6148 0 00-7.6-127.6c2-.6 3.6-.6 5-.5.3 0 .5 0 .7-.2 9.6 59.2 13.2 101.2 19.7 126.5 1 3.5 2.8 12.2-.2 15-1.7 1.7-4.2 1.6-5.6 2l-3 .3z" / >
< path d = "M518.2 731.4c-1.5 0-3.8.8-6-.3-2.7-1.4-2.6-9.4-3.8-14.2-6.6-25.3-10.2-67.3-19.7-126.5 2-.7 3.6-.8 5-1h.2c15 57.6 19.6 98.2 31.4 123.2 1 3.5 4 12.7 1.2 16-1.5 1.7-4 1.8-5.4 2.3l-3 .6z" / >
< path d = "M537 726c-1.5.3-4 1.6-6 .7-3-1.2-3.5-9.7-5.6-14.2-11.8-25-16.3-66-31.7-124 2-.8 3.5-1 5-1.3 1.3-.6 1-1 3-1.2 18 57.3 23.7 97 40.5 121.8 2.7 4 4.7 12 3 14.5-1.5 2-4 2.3-5.3 3l-3 .8zm-72.2 8c1.4 0 3.8.5 5.8-.8 2.7-1.7 3-9.7 3-14.7a7227 7227 0 017.7-127.6c-2-.6-3.6-.6-5-.5a25.4 25.4 0 00-.7-.2c-9.6 59.2-13.2 101.2-19.7 126.5-1 3.5-3 12.2 0 15 1.8 1.7 4.3 1.6 5.7 2l3 .3z" / >
< path d = "M446 731.4c1.6 0 4 .8 6-.3 2.8-1.4 2.7-9.4 4-14.2 6.4-25.3 10-67.3 19.6-126.5-2-.7-3.6-.8-5-1h-.3c-15 57.6-19.6 98.2-31.4 123.2-1.2 3.5-4.2 12.7-1.3 16 1.5 1.7 4 1.8 5.4 2.3l3 .6z" / >
< path d = "M427.3 726c1.5.3 4 1.6 6 .7 3-1.2 3.5-9.7 5.6-14.2 11.7-25 16.2-66 31.6-124-2-.8-3.5-1-5-1.3-1.3-.6-1-1-3-1.2-18 57.3-23.7 97-40.5 121.8-2.6 4-4.6 12-2.8 14.5 1.4 2 4 2.3 5.2 3l3 .8zm99.7-43c-1.3 0-3.3 1-5.4 0-2.8-1.4-4.6-9-6-14-12-23.5-23-65.3-40.8-123.4 1.8-.7 3-1 4.5-1 1-.5 2.4-1 4.3-1.2 19.3 57.5 28 99 46.7 122 3 3.8 5.4 12 4 14.4-1.2 1.8-3.4 2-4.6 2.6l-2.7.6z" / >
< path d = "M512 685.8c-1.5 0-3.6.6-5.6-.5-2.6-1.6-3.5-9.4-4.5-14.3-5-25-13.7-67-26.3-126 1.8-.7 3.2-.8 4.5-.8 1.2-.4 2.6-.8 4.5-.8 15 58.7 18.3 102.6 32.4 125 2.6 4.2 4 12.5 2.3 14.8-1.3 1.7-3.5 1.7-4.8 2.2l-2.7.4z" / >
< path d = "M496.4 687.6c-1.4-.2-3.5.3-5.4-1-2.4-1.7-2.4-9.6-2.8-14.6-2-25.3-6-68-11.6-127.6 2-.5 3.3-.4 4.6-.3 1.2-.2 2.6-.5 4.5-.4 8 59.6 12.8 102.8 18 127.2 1 5 2.4 12.6.4 14.8-1.4 1.5-3.6 1.4-5 1.8l-2.6.2z" / >
< path d = "M437.2 682.8c1.4 0 3.4 1 5.5 0 2.8-1.4 4.6-9 6-14 12-23.5 23-65.3 40.8-123.4-1.8-.7-3-1-4.5-1-1-.5-2.4-1-4.3-1.2-19.3 57.5-28 99-46.7 122-3 3.8-5.4 12-4 14.4 1.2 1.8 3.4 2 4.6 2.6l2.6.6z" / >
< path d = "M452.4 685.8c1.4 0 3.5.6 5.5-.5 2.5-1.6 3.4-9.4 4.4-14.3 4.8-25 13.6-67 26.2-126-1.8-.7-3.2-.8-4.5-.8a12 12 0 00-4.4-.8c-15 58.7-18.3 102.6-32.4 125-2.5 4.2-4 12.5-2.2 14.8 1.3 1.7 3.5 1.7 4.7 2.2l2.7.4z" / >
< path d = "M468 687.6c1.3-.2 3.4.3 5.3-1 2.4-1.7 2.4-9.6 2.8-14.6 2-25.3 6-68 11.7-127.6-2-.5-3.3-.4-4.6-.3-1-.2-2.5-.5-4.4-.4-8 59.6-12.8 102.8-18 127.2-1 5-2.4 12.6-.4 14.8 1.5 1.5 3.7 1.4 5 1.8l2.7.2z" / >
< path d = "M483.5 688c1.3 0 3.5.2 5.2-1.3 2.3-2 1.4-9.8 1.2-14.8-1.2-25.4-2-68-3.3-128a14 14 0 00-4.6 0c-1.2-.2-2.5-.3-4.4 0-1.2 60-2 102.6-3.2 128-.2 5-1 12.8 1.2 14.7 1.6 1.5 4 1 5.2 1.4h2.7z" / >
< path d = "M516.5 648c-1 0-2.5 1-4 0-2.3-1.5-3.7-9.2-4.8-14-9.2-23.5-17.5-65.4-31.2-123.5 1.4-.7 2.4-1 3.4-1 .8-.5 1.8-1 3.3-1 14.7 57.4 21.3 99 35.7 121.8 2.4 3.8 4 12 3 14.5-.8 1.8-2.5 2-3.4 2.5l-2 .7z" / >
< path d = "M505 651c-1 0-2.7.6-4.3-.6-2-1.5-2.7-9.4-3.4-14.3-3.7-25-10.5-67-20-126 1.3-.6 2.3-.7 3.4-.7 1-.4 2-.7 3.4-.8 11.5 58.7 14 102.6 25 125.2 2 4 3 12.4 1.6 14.6-1 1.7-2.7 1.8-3.6 2.2l-2 .5z" / >
< path d = "M493 652.7c-1 0-2.6.4-4-1-2-1.7-2-9.6-2.2-14.5-1.5-25.4-4.5-68-9-127.7 1.5-.4 2.6-.4 3.6-.3 1-.3 2-.6 3.5-.4 6 59.6 9.7 102.7 13.6 127 .7 5 2 12.8.4 15-1.2 1.5-3 1.4-4 1.7l-2 .2z" / >
< path d = "M447.8 648c1 0 2.5 1 4 0 2.3-1.5 3.7-9.2 4.8-14 9.2-23.5 17.5-65.4 31-123.5-1.2-.7-2.2-1-3.2-1-1-.5-2-1-3.4-1-14.7 57.4-21.3 99-35.7 121.8-2.4 3.8-4.2 12-3 14.5.8 1.8 2.5 2 3.4 2.5l2 .7z" / >
< path d = "M459.4 651c1 0 2.6.6 4-.6 2.2-1.5 3-9.4 3.6-14.3 3.7-25 10.5-67 20-126a7.7 7.7 0 00-3.4-.7c-1-.4-2-.7-3.4-.8-11.4 58.7-14 102.6-24.8 125.2-2 4-3 12.4-1.7 14.6 1 1.7 2.7 1.8 3.6 2.2l2 .5z" / >
< path d = "M471.3 652.7c1 0 2.6.4 4-1 2-1.7 2-9.6 2.2-14.5 1.5-25.4 4.5-68 9-127.7a9.5 9.5 0 00-3.6-.3c-1-.3-2-.6-3.6-.4-6.2 59.6-9.8 102.7-13.7 127-.7 5-2 12.8-.4 15 1.2 1.5 3 1.4 4 1.7l2 .2z" / >
< path d = "M483.2 653.2c1-.2 2.7 0 4-1.4 1.7-2 1-9.7 1-14.7-1-25.3-1.6-68-2.5-128-1.5-.2-2.6 0-3.6.2-.8-.2-2-.4-3.4 0-1 59.8-1.6 102.5-2.4 128 0 5-.8 12.7 1 14.6 1.2 1.5 3 1.2 4 1.4h2z" / >
< path d = "M475 559c-.2 4.4-.3 9-.3 14l-10.6 2.3c0 4.8 12 55.4 18 55.4 6.3 0 18.2-50.6 18.2-55.5l-10.6-2v-.2c0-5 0-9.6-.2-14-2.2 2-4.7 5.2-7.3 8-2.4-2.8-5-6-7-8z" / >
< / g >
< g id = "d" >
< path fill = "#edb92e" stroke = "#21231e" d = "M412 584.5c-3 .2-7 2-18.5 12-5 10.2-10 20.5-17 29.4-2.4 1.4-4.2 2.5-6 3.2a84 84 0 01-17-.5c-4.4-4-11.3-1.2-9 3.2-1.8 1.6 2.2 7.8 5.3 5.2 3-2.4 13-.2 16.4-1.4-1.3 3-10.4 5-16.8 5.5-5.8.2-5.4 6-3 10.5 2.7 1.8.5-.4 1.4.8 2.6 4 8.2 3.4 8.4-.4.2-4 13.8-9 15.8-12-2.5 6-8.2 11.5-11 17.3-3 3-5 3.7-1 10 4.4-.6 4.6-1.7 7.3.8 6-.6 7-2.4 6-7.2-1-5 3.2-14 4.6-16.6 1.2-2.4 1.5-4.8 2.8-6.3 2.2-2.5 12.6-7.7 15.2-6.3 5 2.7 8.7 1 9.3-3.7-1.6-1.2-.4-8-3.8-8.2-2.8-.3-4.4.6-7 2.7-4 3.2-6 5-7.4 4.6-3-.7 5.8-5 13.8-15.6 11-14.5 11.8-22 11.3-27z" / >
< use width = "1350" height = "900" transform = "matrix(-1 0 0 1 801.6 0)" xlink : href = "#c" / >
< path fill = "#edb92e" stroke = "#21231e" d = "M345.2 634.5c-4-2.3-6.3-2.2-8-.5-.7 1-1.8.5-1.2-1 2.7-6.3 7-7 10.7-4.2l2.8 2.7c-.6 1-3.8 2.3-4.3 3zm57.4-5.6c4.3-3 8.3-3.6 10.5-2 1.3 1 2.5.3 1.4-1.2-4.4-6.2-9.6-6.5-13.5-3-1.2 1-2 2-2.8 3 1.3 1.6 4.3 3.2 4.4 3zM369 664.4c.2-.2-1-5.4-2.6-7-1.4 1-3 2-4.3 3.5-4.2 4.5-4 11 2.5 16.7 1.6 1.5 2.4 0 1.7-1.7-1-2.7.3-6.3 3-11.5zM352.6 651c-4 1.6-5.4 3.7-5.2 6.4 0 1.5-1 2-1.5.3-4.8-11.2.2-13.3 7.5-13 .4 2-.7 6.2-.8 6.2z" / >
< path fill = "#21231e" d = "M384 621.3l1 .6h-.2v1.8h.2v.4h.2v.2h.2l.2.3.3.2v.2h.4l.2.3h.2l-.6 1h-.2l-.3-.2h-.2l-.2-.2-.2-.2-.3-.3-.3-.3v-.2h-.2v-.3l-.2-.2v-.2h-.2v-.2l-.2-.2V622l.2-.3v-.2zm6.5.8l-.8 1-.2-.2-.3-.2-.2-.2-.2-.2h-.3l-.2-.3-.2-.3-.3-.2-.2-.2-.3-.2h-.7l-.2-.2h-.7v.2h-.2l-.2.2v.2h-.2v.3l-.2.2-1-.7v-.3l.2-.2.2-.2.2-.2.3-.3h.3l.2-.2h.4v-.2h.8l.2.2h.4l.2.2h.2l.2.2h.2l.2.3h.2l.2.3h.2l.3.3.2.3.2.2.3.2.2.2h.3z" / >
< path fill = "#21231e" d = "M387.3 617.6l1 .6v.4h-.2v.8l.2.2v.2l.2.2v.2l.2.2.2.3.3.2h.2l.2.2h.2l.2.2.2.2h.2l-.6 1h-.2l-.3-.2-.3-.3h-.2l-.2-.2-.2-.2-.2-.3v-.2h-.2l-.2-.2v-.2h-.2v-.5h-.2V618h.2v-.3zm6.5.8l-.7 1-.2-.3h-.2l-.2-.3-.3-.2-.3-.3h-.2l-.2-.3-.2-.2-.3-.2-.3-.2h-.3v-.2h-.8l-.2.2-.2.2-.2.2v.2l-.3.2-1-.6.2-.3v-.2h.3v-.3h.3l.3-.3h.2l.2-.2h.2v-.2h1.4l.2.2h.2v.2h.3l.3.3h.2l.2.2h.2l.2.3h.2l.3.3v.2l.3.2.3.2.2.2z" / >
< path fill = "#21231e" d = "M391 612.8l1 .6-.2.2v.6h-.2v1l.2.3v.3h.2v.4h.2l.2.3v.2h.2l.2.2.2.2.3.3.3.2h.2l.2.2-.6 1-.3-.2-.2-.2-.2-.2-.3-.2-.2-.2v-.2l-.3-.2v-.2l-.3-.2v-.2l-.3-.2v-.4l-.2-.3v-.2h-.2v-.7h-.2v-1l.2-.3v-.4l.2-.3v-.2zm7 1l-.8 1-.3-.3-.3-.2-.3-.3-.3-.2v-.2l-.3-.2-.3-.2-.2-.2-.2-.2-.2-.2h-.2l-.2-.2-.3-.2h-.2l-.2-.2h-.7l-.2.2-.2.2-.3.3v.2h-.2v.4l-1-.6v-.3l.2-.2.2-.3v-.2l.3-.2.2-.2v-.2h.3l.2-.2h.3l.2-.2h1.2l.2.2h.2l.2.2.3.2h.3l.2.3.2.2h.3l.2.3.3.2.2.2.3.2.2.2.3.2.2.3.3.2z" / >
< path fill = "#21231e" d = "M394.8 607.7l1 .5v.5l-.2.3v1.7l.2.2v.3l.2.2v.2l.2.2.3.3v.2l.3.2.2.2h.2l.2.3.2.2.3.2v.2l-.6.8-.3-.2v-.2l-.4-.2-.2-.3-.3-.3v-.2l-.3-.3-.2-.2v-.2l-.3-.3v-.2l-.3-.2-.2-.2v-.2l-.2-.2v-.3l-.2-.3v-2.1l.2-.2v-.2l.2-.3zm7.6 1.3l-1 .8-.2-.3-.3-.3-.3-.2-.3-.3-.3-.3v-.2l-.4-.2-.2-.2-.2-.2-.2-.2-.2-.2h-.2l-.2-.2h-.2l-.2-.2h-.3v-.2h-.7v.2l-.3.2-.2.3-.2.2v.2l-.3.2v.2l-1.2-.5.2-.3.2-.3v-.2l.3-.3.2-.2.2-.2.3-.2.3-.2h.5l.3-.2h.8l.3.2h.2l.3.2h.2l.2.3.3.3.2.2.3.2.2.2h.3l.2.3.3.3.2.2.3.3.3.4.3.3.4.3z" / >
< path fill = "#21231e" d = "M399 602.6l1.2.6v.2l-.2.2-.2.3v2.1l.2.2v.2l.2.2.2.2v.2l.2.2.2.2.2.2v.2l.3.2.2.2.2.2.3.2.2.2.3.2-.8 1-.3-.3-.2-.3-.3-.2-.3-.3-.2-.2-.3-.2-.2-.3v-.2l-.3-.2-.2-.2v-.2l-.3-.2v-.3h-.2v-.4l-.2-.2v-.2l-.2-.3v-2.6l.2-.2v-.2l.2-.2v-.2zm7.7 1.4l-1 .8-.2-.3-.3-.3-.2-.3-.3-.3-.3-.3-.2-.2-.2-.3-.3-.3-.2-.2h-.2l-.2-.3-.2-.2h-.2v-.2h-1.3l-.3.2v.2h-.2v.3l-.3.2-.2.3v.2l-1.2-.6.3-.3.2-.3.2-.2.2-.3v-.2l.4-.2h.2l.2-.2h.2l.2-.2h1.7l.2.2.2.2h.2l.2.3h.3l.3.3.2.3h.3l.2.3.3.3.2.2.3.3.3.4.4.3.3.3z" / >
< path fill = "#fff" stroke = "#21231e" d = "M462.6 580.6l-9.5-5.4c-4 3-6.8 13.5 0 22.2 8.5 11 12 18.7 14 27.5 6.2-8 8.3-16.3 4.4-24.5-5.3-11-8.7-17-8.8-20z" / >
< path fill = "#fff" stroke = "#21231e" d = "M470.4 573l-9.5-5.4c-4 3-12.5 13.2-5.6 22 8.5 10.8 17.3 19 19.4 27.7 6.2-8 8.8-16.2 5-24.4-5.4-11-9.4-17.2-9.4-20z" / >
< path fill = "#fff" stroke = "#21231e" d = "M449.4 569.2l-9.5-5.4c-4 3-7 13.5-.2 22.2a65 65 0 0114 27.5c6.2-8 8.4-16.3 4.4-24.4-5.3-11-8.7-17-8.8-19.8z" / >
< path fill = "#fff" d = "M405.5 469c.2 8.7-1.4 66.5-1.8 74.7-.5 8.2-4 13.7-8 17-3.5-5-5.6-11.5-6-19.3-.4-4 .4-58.7.7-70 6.4-17 11.2-17.8 15-2.4z" / >
< path fill = "#21231e" d = "M404 543.8h-1l.2-1v-2.6l.2-1.7v-4l.2-2.3v-5l.2-2.7v-2.8l.2-3v-3l.2-3v-6.2l.2-3v-6.2l.2-3v-5.8l.2-2.7v-7.4l.2-2V469h1v11.7l-.2 2.5v8.3l-.2 2.8v6l-.2 3.2v3l-.2 3.2v6l-.2 3v3l-.2 2.8v5.3l-.2 2.5v2.3l-.2 2v3.6l-.2 1.5v2zm-8.7 17l.8-.5h-.6l.3-.4.4-.4.4-.3.4-.3.3-.4.5-.4.3-.3.3-.5.4-.4.4-.4.3-.4.4-.5.3-.4.2-.5.2-.5.3-.5.3-.5.2-.6.2-.5.3-.6.2-.5.2-.5v-.7l.3-.6v-.6l.3-.7v-.7l.2-.7v-.7l.2-.8v-1.5h1v2.3l-.2.7v.8l-.3.6v.8l-.3.7-.2.6-.2.8-.2.6-.2.6-.2.6-.3.6-.4.5-.2.6-.3.5-.2.5-.3.5-.3.5-.3.5-.4.4-.4.5-.3.4-.5.5-.3.4-.4.3-.3.4-.4.3-.2.4-.4.3-.4.3h-.7zm.7.2l-.4.3-.3-.4h.7zm-7-19.5h1v.6l.2.8v1.4l.2.7v.6l.2.7v.6l.3.6v1.5l.3.5v.7l.3.6.2.6.2.6.2.6.2.5.2.7.2.6.2.5.3.6.2.5.3.4.2.6.3.5.3.5.3.5.2.4.3.4.3.5.3.3-.7.6-.3-.6-.4-.4-.3-.5-.3-.5-.3-.5-.3-.6-.2-.6-.3-.5-.4-.7-.2-.5-.3-.6v-.6l-.3-.5-.3-.5-.2-.6-.2-.7-.2-.6v-.7l-.3-.6-.2-.6v-.7l-.3-.5v-.7l-.2-.7-.2-.6v-.6l-.2-.7v-1l-.2-.8v-1.5zm1-70.2l.8.3v8l-.2 2.3V492l-.2 2.7v11.6l-.2 3v19l-.2 2.2v11h-1v-20.9l.2-2.7v-14.6l.2-2.8V489l.2-2.6v-8.9l.2-2v-4.2zm0 0zm16-2.3h-1l-.4-1.3-.3-1.3-.4-1-.5-1.2-.4-1-.2-1-.4-.7-.4-.8-.4-.6-.4-.4-.4-.4-.4-.3-.3-.3h-.3l-.4-.2h-.7l-.4.3-.4.3-.5.5-.5.4-.5.5-.5.7-.5.7-.5.8-.5 1-.6 1-.5 1.2-.6 1.3-.6 1.3-.6 1.5-.6 1.6-1-.3.7-1.6.6-1.5.7-1.3.6-1.4.5-1.2.6-1 .5-1 .5-1 .5-.8.6-.7.5-.7.6-.6.6-.4.5-.4.6-.3.5-.2h1.1l.5.3.5.3.5.5.5.5.4.6.4.6.5.8.4.8.4 1 .5 1 .3 1 .4 1.4.4 1.3.4 1.4zm0 0z" / >
< path fill = "#fff" d = "M368 454.8l-2.6 79.6c-.8 7 8.4 49 13.5 57.4 12.3-5.3 15-33.8 12.6-61.6-2.4-27.8.4-51.8 2.3-56.8 0-6.3-1-12.8-1-19.3-8 .5-17.2.4-25 .8z" / >
< path fill = "#21231e" d = "M365 534.4l2.4-79.6h1l-2.5 79.6h-1zm1 0zm12.7 57l.3.8-.6-.2-.5-1-.6-1-.5-1.2-.7-1.4-.5-1.6-.6-1.6-.6-1.8-.6-2-.5-2-.6-2-.7-2.2-.6-2.2-.6-2.3-.4-2.3-.6-2.3-.5-2.3-.6-2.3-.6-2.3-.4-2.2-.5-2.2-.4-2.2-.3-2-.4-2.2-.3-2-.3-1.8-.3-1.7-.2-1.6v-1.4l-.3-1.3v-2.8h1v4.1l.2 1.5.2 1.6.3 1.7.3 1.8.3 2 .4 2 .4 2.2.5 2.2.4 2.2.4 2.3.5 2.2.4 2.3.6 2.3.5 2.4.6 2.3.7 2.2.5 2.2.6 2 .6 2.2.6 2 .6 2 .5 1.7.7 1.5.6 1.5.5 1.4.5 1.2.5 1 .5 1-.6-.3zm.3.8l-.4.2-.2-.4.6.2zm12-62h1l.3 2.5v2.7l.3 2.6v2.6l.2 2.6v12.5l-.3 2.4-.2 2.5-.2 2.3v2.3l-.4 2.3-.4 2.2-.3 2-.6 2-.4 2-.6 2-.5 1.7-.8 1.7-.6 1.5-.7 1.5-1 1.5-.7 1.3-1 1.2-1 1-1 1-1 1-1 .6-1.3.6-.3-1 1-.4 1-.7 1-.7 1-1 1-1 .7-1 .8-1.3.8-1.4.7-1.5.6-1.5.6-1.6.5-2 .5-1.7.5-2 .4-2 .3-2 .3-2 .3-2.3v-2.3l.4-2.3V558l.3-2.3V538l-.2-2.6-.2-2.6-.2-2.6zm2.4-56.8h1v.2l-.2.5-.2.7-.2.7-.2 1-.2.8-.2 1-.2 1.2v1.2l-.3 1.3-.2 1.3-.2 1.4v1.6l-.3 1.6v1.7l-.3 1.7v2l-.2 1.8v2l-.2 2V520l.2 2.5.2 2.5.2 2.6v2.5l-1 .2v-2.6l-.3-2.5-.2-2.5V520l-.2-2.5v-20.1l.2-2v-2l.3-2v-1.7l.2-1.7.2-1.8.2-1.6v-1.4l.3-1.5.2-1.3v-1.2l.3-1V477l.3-1 .2-.8.2-.7.2-.7.2-.5zm1 0v.2-.2zm-1.5-18.8v-1l.4.4v3.7l.2.6v2.5l.2.6v1.8l.2.6v2.4l.2.6v3.6l.2.6v2.4h-1V468l-.2-.5V465l-.2-.5v-1.9l-.2-.6v-1.7l-.2-.6v-3l-.2-.6V454l.5.6zm0-1h.4v.4l-.5-.4zm-24.6 1.2h-1l.4-.5h3.9l.8-.2h12.8l.8-.2h4.7l.8-.2h1.7v1h-4.1l-.7.2h-8l-.8.2h-7.1l-.8.2h-3.9l.4-.4zm-1 0v-.4h.4l-.4.4zm.5 0h.4-.5zm-.6 0v-.4h.4l-.4.4z" / >
< path fill = "#fff" d = "M353 468l1.8 79.5c-.4 7 11 48.5 16.4 56.5 12.6-9.8 10-49.8 8.2-62-4-24-3.2-52-2-56.5 0-6.3-.2-13.8-.6-20.4-8 1-15.8 2-23.7 2.8z" / >
< path fill = "#21231e" d = "M354.3 547.5l-1.7-79.6 1-.2 1.7 79.6h-1zm1 0zm15.6 56l.5 1-.7-.2-.5-1-.6-1-.6-1.2-.5-1.2-.7-1.6-.6-1.6-.7-1.8-.7-1.8-.7-2-.5-2-.7-2.2-.7-2.2-.6-2.2-.7-2.3-.7-2.2-.7-2.3-.6-2.3-.6-2.3-.5-2.3-.6-2.2-.6-2.2-.5-2-.6-2-.4-2-.4-2-.4-1.6-.3-1.6-.3-1.3-.2-1.3v-1.2l-.2-1v-.8h1v1.8l.2 1 .2 1.3.2 1.5.2 1.5.3 1.7.4 2 .4 1.8.4 2 .5 2 .6 2.2.4 2.2.6 2.3.7 2.3.6 2.3.7 2.2.6 2.3.7 2.3.7 2.3.7 2.2.7 2 .7 2.2.8 2 .7 1.8.6 1.7.8 1.7.6 1.4.6 1.3.6 1.2.5 1 .6.7h-.7zm.5 1l-.4.2-.2-.4h.7zM379 542l1-.2v1.2l.2 1.4.2 1.5.2 1.8.2 1.7v2l.3 2 .2 2v2l.2 2.3v12l-.2 2.4v2.3l-.3 2.4-.4 2.4-.3 2.4-.3 2.2-.4 2.2-.5 2.2-.4 2-.6 2-.7 2-.8 1.6-.8 1.7-1 1.5-1 1.3-1 1.4-1.2 1-.6-.8 1-1 1-1 1-1.4.8-1.4.8-1.6.8-1.7.6-1.8.6-2 .5-2 .6-2 .4-2.2.4-2.3.3-2.3.2-2.4v-2.3l.3-2.4V569l.2-2.2V560l-.2-2.3v-2.2l-.2-2v-2l-.2-2-.2-1.6-.2-1.8-.2-1.5v-1.3l-.3-1.2zm-2-56.7h1v.6l-.2.7-.2.7v1l-.2.8v2.4l-.2 1.3v2.8l-.2 1.6v15.2l.2 2v2.3l.3 2v2.4l.3 2.3v2.2l.3 2.2.4 2.3.2 2.4.3 2.2.2 2.3.3 2.2.4 2.3-1 .2-.5-2.3-.3-2.4-.3-2.3-.4-2.3-.2-2.4-.2-2.3-.2-2.3-.2-2.3-.2-2.2v-2.3l-.3-2.2V512l-.2-2v-16l.2-1.4v-1.3l.2-1.2v-2l.3-1v-.8l.2-.6v-.7.2zm1 0zm-1.2-20v-1l.5.6v3.4l.2.7v3.8l.2.6v6l.2.6v5.3h-1V480l-.2-.7v-5.7l-.2-.6v-4.5l-.2-.7v-2.4l.4.4zm0-1h.4v.6l-.5-.4zm-23.7 4v-1l.8-.2h.8l.7-.2h2.2l.7-.2h.8l.7-.2h.8l.7-.2h1.4l.7-.2h.8l.7-.2h.6l.8-.2h1.7l.6-.2h.7l.8-.2h.8l.7-.2h1.5l.8-.2h.7l.7-.2h.8l.7-.2v1h-.6l-.6.2h-.8l-.7.2h-1.6l-.7.2h-.8l-.8.2h-.8l-.7.2h-1.5l-.7.2h-.8l-.7.2h-.7l-.8.2H362l-.7.2h-.7l-.8.2h-.7l-.6.2H357l-1 .2h-.6l-.7.2h-.8l-.8.2zm.2 0zm0-1v1l-.6-.6.5-.6zm-.6.4v-.6h.5l-.4.5z" / >
< path fill = "#fff" d = "M342.2 486.7l21-.5c-2 8.6-.5 35.6 3.2 56.2 3.3 19.3 8 69.3-12 81.3-12.5-26.4-3-52-9.2-75-5-24.3-6-44.6-3-62z" / >
< path fill = "#21231e" d = "M363 486.7l-20.8.5v-1l21-.5.4.6-.5.4zm0-1h.7v.6l-.6-.6zm3.8 56.6l-1 .2-.3-2-.3-2-.3-2-.4-2-.3-2-.2-2-.2-2.2-.2-2-.2-2.2-.2-2-.2-2-.2-2-.2-2.2v-2l-.3-2v-2l-.2-2V499l-.2-1.7v-4.5l.2-1.4v-1.2l.2-1.2v-1l.3-1v-1l1 .3v.8l-.2 1v1l-.2 1.3v5.4l-.2 1.6v4.9l.2 1.8v4l.2 1.8v2l.3 2v2l.3 2 .2 2v2l.3 2.2.3 2 .2 2.2.3 2 .3 2 .3 2 .3 2.2.2 2 .3 2 .3 2zM354 624l.8-.6-.7-.2 2-1.2 1.5-1.4 1.5-1.6 1.4-1.8 1.3-2 1-2 1-2.3 1-2.6 1-2.5.6-2.8.6-2.7.4-2.8.4-3 .4-3 .3-3 .2-3v-3l.2-3v-6.2l-.2-3-.2-3v-3l-.4-3-.2-2.7-.3-2.7-.2-2.5-.4-2.5-.2-2.4-.3-2.2-.3-2-.3-2h.8l.4 1.8.3 2 .3 2.3.3 2.3.4 2.5.3 2.7.3 2.7.2 2.8.2 3 .2 2.8.2 3v15.5l-.3 3-.3 3.2-.4 3-.4 2.8-.5 3-.8 2.7-.7 2.7-.8 2.6-1 2.4-1 2.4-1.2 2.2-1.3 2-1.4 2-1.6 1.5-1.7 1.5-1.8 1.3h-.7zm.7 0l-.5.4-.3-.5h.7zm-10-75.2l1-.2.5 2.2.4 2.2.4 2.2.3 2.2.3 2.2.2 2.3v2l.2 2.4v25.4l.2 2.4v2.4l.3 2.4.3 2.4.3 2.4.5 2.4.4 2.4.5 2.4.7 2.5.7 2.4.8 2.5 1 2.5 1 2.4-.8.5-1.2-2.6-1-2.5-.8-2.6-.8-2.5-.7-2.5-.5-2.5-.5-2.4-.4-2.5-.2-2.3-.3-2.5-.2-2.4V594l-.2-2.4V564l-.2-2.3-.2-2.3-.2-2.2-.4-2.2-.3-2-.5-2.3-.5-2v-.2zm0 0zm-2.5-62.6v1l.5-.4-.3 1.6-.2 1.7-.2 1.7-.2 1.7-.2 1.7v1.8l-.3 1.8v3.5l-.2 2v7.3l.2 2v1.8l.2 2v2l.2 2 .2 2 .2 2 .2 2 .3 2 .2 2 .3 2.3.3 2 .3 2.2.4 2.2.4 2.2.4 2 .4 2.4.4 2.2-1 .2-.4-2.2-.4-2.3-.4-2.2-.4-2-.3-2.3-.4-2.2-.3-2-.3-2.2-.2-2-.3-2.2-.2-2-.2-2-.2-2v-2l-.2-2v-2l-.2-1.8v-13l.2-1.8v-1.8l.2-1.7.2-1.7.2-1.7.2-1.7.2-1.7.3-1.7.5-.4zm-.5.4v-.4h.5l-.5.4zm.5 0v-.4.5zm-.5 0v-.4h.5l-.5.4z" / >
< path fill = "#fff" d = "M422 454.4c0 8.7-3.2 66.5-4 74.6-.7 8-4.5 13.6-8.4 16.6-3.4-5-5.3-11.5-5.5-19.3 0-4 2.3-58.7 3-70 7-17 11.8-17.4 15-2z" / >
< path fill = "#21231e" d = "M418.5 529h-1v-1l.2-1v-1.5l.2-1.7v-2l.2-2v-2.3l.3-2.4v-2.5l.3-2.7.2-2.8v-3l.3-3 .2-3 .2-3v-3l.3-3.2.2-3 .2-3.2v-3l.3-3V474l.3-3v-2.5l.2-2.4V464l.2-2v-2l.2-1.8v-3.7h1v5.6l-.2 2v2l-.2 2.3v2.6l-.3 2.6-.2 2.7v2.8l-.3 3-.2 3v3l-.3 3-.2 3v3.2l-.3 3-.2 3.2-.2 3v3l-.2 2.7-.2 2.6v2.6l-.3 2.4v2.3l-.3 2v2l-.2 1.5v1.5l-.2 1.2v1zm-9.3 17l.8-.6-.7-.2.4-.2.3-.3.4-.4.3-.3.4-.3.4-.4.4-.3.3-.4.4-.4.4-.4.3-.5.4-.4.3-.6.3-.4.3-.5.3-.5.3-.5v-.5l.4-.6.2-.5.3-.7v-.6l.3-.6.2-.5.2-.7.2-.6V532l.3-.8v-.8l.2-.7v-.7h1v1.6l-.2.7-.2.7v.7l-.2.7-.2.7-.2.8-.2.6-.2.6-.2.6-.3.6-.2.6-.3.6-.3.5-.2.5-.3.5-.3.5-.5.5-.3.5-.3.4-.4.4-.4.4-.3.4-.5.4-.4.4-.2.4-.4.3-.4.4-.3.4-.4.3-.4.3h-.8zm.7 0l-.5.4-.3-.5h.7zm-6.4-19.7h1v2.8l.2.8v.7l.2.7v1.2l.3.6v.8l.2.6.2.7v.7l.3.6v.6l.3.5.2.6.2.6.2.6v.6l.3.5.3.6.2.4.2.5.3.5.3.5.2.5.3.4.4.4.3.5.3.4-.8.5-.3-.6-.4-.4-.3-.5-.3-.6-.3-.6-.3-.5-.3-.6v-.6l-.4-.5-.2-.6-.2-.6-.2-.4-.2-.6-.2-.6-.2-.6-.2-.6-.2-.7-.2-.6v-.7l-.3-.7v-.6l-.2-.7v-.6l-.2-.7v-1.4l-.2-.7v-1.5l-.2-.7v-1.5zm3-70l.8.3v-.2 2.6l-.2 1.6v2l-.2 2v2l-.2 2.4v2.5l-.2 2.6v2.8l-.3 2.8v2.8l-.2 3v2.8l-.2 3v3l-.2 2.8v3l-.3 2.7v2.7l-.2 2.7v7.3l-.2 2v3.8l-.2 1.6v3.3h-1v-6.8l.2-2V513l.2-2.4V508l.2-2.6.2-2.8v-2.8l.2-3V494l.2-3 .2-2.8v-3l.2-2.8v-3l.3-2.7V474l.2-2.5V469l.2-2.4v-4.2l.2-1.8V459l.2-1.5v-1.2zm-.2 0zm16.2-2h-1v.2l-.3-1.4-.3-1.2-.3-1.2-.4-1-.3-1-.4-1-.3-1-.4-.6-.5-.6-.4-.5-.2-.5-.4-.4h-.4l-.3-.2h-1.1l-.4.2-.5.2-.4.4-.5.5-.5.6-.6.7-.5.7-.5 1-.6.8-.5 1-.6 1.2-.7 1.2-.6 1.4-.6 1.4-.6 1.6-1-.4.7-1.6.8-1.4.6-1.4.6-1.2.6-1.2.6-1 .6-1 .6-1 .6-.7.5-.7.6-.6.6-.6.6-.4.5-.3h.6l.5-.3h1.2l.5.3.5.4.5.4.4.5.4.6.4.5.4.8.3 1 .4.8.3 1.2.3 1 .4 1.3.3 1.4.3 1.3zm0 0zm-.5 0h.6-.5zm.6 0z" / >
< path fill = "#fff" d = "M385 407.2c-.6 18.7-1 59-.8 62.6a51 51 0 006.7 22.6c4-3 7.7-8.5 8.4-16.6.6-6.7.8-39.5 1-56-4.3-2.6-8.7-6-12.2-9.7l-3.2-2.8z" / >
< path fill = "#21231e" d = "M384.7 469.8h-1v-23.4l.2-2.4v-19.6l.2-2.4v-9l.2-2v-3.8h1v7.8l-.2 2.4v9.4l-.2 2.5v12.5l-.2 2.4v25.4zm6 22.2l.5.8h-.7l-.3-.6-.3-.5-.4-.6-.4-.4-.3-.6-.4-.6-.3-.7-.3-.6-.2-.6-.3-.7-.3-.7-.3-.7-.3-.7-.3-.8-.2-.7-.3-.7-.3-.8-.2-.8-.2-.7-.2-.8v-.8l-.3-.8v-.8l-.3-.8v-.8l-.2-.8v-.8l-.2-.8v-.7l-.2-.7v-1.5h1v2.5l.2.8v.8l.3.7v.8l.2.8.2.8.2.8v.7l.2.7.3.8.2.7.2.8v.8l.4.7.2.7.3.7v.7l.4.6.3.7.3.7.2.6.3.6.3.5.3.6.4.6.3.6.3.5.3.4h-.7zm.5.8l-.4.3-.3-.3h.7zm7.7-17h1l-.2.8v.8l-.2.7v.8l-.3.7-.2.7v.7l-.2.5-.2.7-.2.6-.3.6v.6l-.4.6-.2.6-.3.5-.2.5-.3.6-.3.5-.3.5-.4.4-.4.5-.3.4-.5.6-.3.4-.4.4-.3.4-.4.4-.3.3-.3.4-.4.2-.4.3-.4.3-.6-.8.4-.3.3-.3.4-.3.4-.2.4-.4.4-.3.3-.3.4-.4.4-.4.3-.5.4-.4.3-.3.3-.5.3-.5.3-.4.3-.5.2-.6.3-.5.2-.5.3-.6.2-.6.2-.5.2-.6.2-.8.2-.6.2-.6v-.7l.3-.7v-.7l.2-.8v-.7l.2-.8zm1-55.5l.6-.8.2.4v18.8l-.2 2.2v14.6l-.2 2v8.9l-.2 1.5v4.3l-.2 1v2.6h-1V471l.2-1.5v-6.3l.2-1.8v-12l.2-2v-20.8l.2-1.7v-5.1l.2.3zm.6-.8h.2v.4l-.2-.5zm-12.4-9.8v1l.4-1 .3.4.2.5.4.3.3.3.3.5.3.3.4.3.3.4.4.4.3.3.4.4.4.3.4.3.3.3.4.3.3.4.4.3.4.3.5.3.3.2.4.2.4.3.4.3.4.3.4.3.4.3h.4l.4.4.4.3.4.2.4.2.4.3-.6.8-.4-.3-.4-.2-.4-.3-.4-.3-.4-.2-.4-.3-.4-.3-.4-.3-.4-.2-.4-.3-.4-.3-.4-.3-.4-.4-.3-.3-.4-.3-.3-.3-.4-.3-.4-.3-.5-.2-.4-.3-.2-.3-.4-.4-.4-.3-.3-.3-.4-.3-.4-.5-.4-.3-.4-.3-.3-.5-.5-.3-.3-.4-.3-.3.2-.8zm-.3.8l-1-.8h1.2l-.3.8zm-2.5-3.3h-1l1-.3.2.2.2.2v.2h.3v.3h.4v.2l.3.2.3.2v.2h.3v.2h.2v.2h.3l.2.2v.2h.2v.2l-.2.8v-1l-.3 1h-.2v-.2h-.2v-.2h-.2v-.2h-.2l-.2-.2v-.2h-.2l-.2-.2-.3-.3h-.3v-.3h-.3v-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2h-.2l1-.4zm-1 0v-1.4l1 1-1 .4z" / >
< path fill = "#fff" d = "M400 419.3c-.4 20-.2 51.7 0 54.3a34 34 0 005.4 19.3c4-3.2 8-8.8 8.8-17 .5-5 2-26.4 2-42.8-5.3-1.7-12-10.4-16.3-14z" / >
< path fill = "#21231e" d = "M400.4 473.5h-1v-12.9l-.2-1.7v-33.7l.2-2v-4h1v14.5l-.2 2v37.1l.2.5v.3zm4.7 19l.7.8h-.7l-.3-.6-.3-.5-.3-.5-.2-.5-.3-.5-.3-.5-.2-.6-.3-.5-.2-.5-.3-.5-.2-.6-.2-.6-.2-.6-.2-.6-.2-.6-.2-.6-.2-.6v-.6l-.3-.7v-.6l-.3-.8v-.6l-.2-.7v-.8l-.2-.6v-.7l-.2-.8v-1.5l-.2-.7v-1.4h1v2.8l.2.7v.7l.2.7v.7l.2.7v.7l.2.6v.7l.3.6v.6l.3.5v.6l.3.7.3.6.2.6.2.5.2.5v.6l.4.5.2.7.3.5v.5l.4.5.2.5.3.5.2.5.3.5.3.4h-.7zm.7.8l-.4.3-.3-.4h.7zm8-17.3h1v1.7l-.3.7v.7l-.3.8v.7l-.2.7-.2.7-.2.5-.3.7v.6l-.4.6-.2.6-.3.5-.2.6-.3.6-.4.6-.2.5-.3.5-.4.5-.2.4-.4.6-.3.4-.3.5-.3.4-.4.3-.4.3-.4.4-.3.3-.5.4-.4.3-.3.3-.6-.8.5-.3.3-.3.4-.4.4-.3.3-.4.3-.4.3-.4.4-.4.3-.4.4-.4.3-.5.3-.4.4-.4.3-.5.3-.3.3-.6.3-.4.2-.5.3-.5.2-.5.3-.6.2-.6.2-.6.2-.6.2-.7.2-.7.2-.7v-.7l.3-.8v-.7l.2-.7v-.8zm2.4-42.3l.4-1 .3.5v7.9l-.2 1.6v5.1l-.2 1.6v1.7l-.2 1.7v4.6l-.2 1.6v2.9l-.2 1.3v1.4l-.2 1.3v2.5l-.2 1v2.2l-.2 1v1.6l-.2.7v1.1h-1v-2l.2-.8v-1.8l.2-1v-2.2l.2-1.2v-2.7l.2-1.3v-1.5l.2-1.4V457l.2-1.6v-1.6l.2-1.6V449l.2-1.6V443l.2-1.6V433l.5.5zm.4-1h.3v.5l-.3-.5zm-16-13.4h-1l.8-.4.5.2.4.4.5.4.5.4.5.5.4.4.4.4.5.5.4.6.5.4.4.5.5.4.5.6.5.5.5.5.5.6.6.5.5.6.7.5.5.6.5.5.6.5.5.5.5.4.6.4.4.4.5.3.4.3.5.3.4.3.5.2.4.2-.3 1-.5-.2-.5-.3-.5-.2-.6-.3-.6-.4-.6-.3-.5-.4-.6-.4-.5-.4-.6-.5-.5-.5-.5-.5-.5-.5-.6-.5-.5-.5-.7-.5-.5-.6-.5-.5-.6-.5-.5-.6-.5-.4-.5-.5-.5-.5-.5-.5-.5-.5-.5-.4-.4-.4-.5-.4-.4-.5-.6-.4-.4-.3-.4-.4.8-.3zm-1 0v-1l.8.6-.8.2z" / >
< path fill = "#fff" d = "M387 405.6L373 385c-2.8 10.2-6.3 82.8-2.2 88.8a36 36 0 006.4 19.3c4-3 9.8-8.5 8-16.7-1.6-8.2.4-62.3 2-70.7z" / >
< path fill = "#21231e" d = "M373.3 384.7l14.2 20.6-.8.5-14.3-20.5v-.4l1-.3zm-1 .2l.4-1 .5.7-.8.2zm-1.2 88.7h-1l.2.3-.5-.8-.3-1.2-.3-1.5v-1.8l-.3-2-.2-2.5v-2.6l-.2-2.8v-20.3l.2-3.7V431l.2-4 .2-3.6v-3.8l.3-3.7.2-3.7.2-3.4.3-3.5.2-3.2.3-3 .2-3 .3-2.5.3-2.4.2-2 .3-2 .3-1.3.4-1 1 .2-.3 1-.2 1.5-.3 1.8-.3 2-.2 2.4-.3 2.5-.3 2.8-.2 3-.3 3.3-.3 3.3-.2 3.4-.2 3.6-.2 3.7v3.7l-.3 3.8v3.8l-.2 3.7v3.8l-.2 3.6v19.6l.2 2.6.2 2.3.2 2v1.8l.4 1.5.3 1 .3.7v.2zm0-.2v.2-.2zm5.7 19.2l.6.8-.7-.2-.3-.4-.3-.6-.3-.5-.3-.6-.3-.5-.2-.6-.3-.6-.3-.5-.3-.6-.4-.5-.2-.6-.3-.6v-.6l-.4-.6-.2-.6-.2-.6-.3-.6-.3-.6-.2-.7v-.6l-.3-.5-.2-.7v-.7l-.3-.6v-.6l-.2-.7v-.6l-.2-.7v-1.5l-.2-.7v-.7h1v1.4l.2.7v.6l.2.6v.7l.2.6v.7l.2.6.2.6v.6l.3.6.2.7.2.6.2.7v.6l.3.6.2.5.3.6.2.6.3.6.2.5.3.6.3.5.3.5.3.6.3.4.2.5.3.4.3.4.3.5.4.5h-.7zm.6.8l-.4.3-.4-.5.7.2zm7.4-17l1-.3v.8l.2.7v3l-.2.7-.2.7v.7l-.3.7-.2.6-.2.6-.2.6-.3.6-.3.5-.4.6-.3.4-.4.5-.5.4-.3.5-.4.4-.4.4-.4.4-.5.5-.4.4-.3.5-.4.3-.4.4-.5.3-.4.3-.3.4-.4.3-.6-.8.4-.3.5-.3.4-.2.3-.4.3-.3.4-.3.4-.4.4-.3.4-.4.4-.5.4-.3.4-.4.4-.5.3-.5.5-.5.3-.5.3-.5.4-.5.3-.5.2-.6v-.6l.3-.5.2-.5.2-.7v-.6l.2-.6v-3.1l-.2-.7v-.6zM387 406v-1l.6.7-.2 1-.2 1v1.4l-.3 1.7-.2 2-.2 2v2l-.3 2.4v2.5l-.3 2.6v2.8l-.2 2.7-.2 2.8v3l-.2 2.8v3l-.2 3v8.5l-.2 2.8v13.5l.2 2v1.5l.2 1.4v1l.2 1-1 .2v-1l-.2-1v-1.5l-.2-1.7v-4l-.2-2v-15.5l.2-3V441l.2-3v-2.8l.2-3 .2-2.7v-2.8l.2-2.7.2-2.5V419l.3-2.3v-2.2l.3-2v-2l.3-1.5.3-1.4v-1.2l.3-1 .5.7zm0-1h.7v.7l-.6-.6zm0 0v1l-.3-.2.4-.7zm0 1h-.2v-.2l.3.3z" / >
< path fill = "#fff" d = "M358 451.2c-.8 11.3-1.2 19-1 23 .2 7.6 2 14.2 5.5 19.2 4-3 9-8.5 8.4-16.6-2-31.5 1.4-61 5.4-89.6-3.4-2.5-9-5-12.5-7.6-6.8 38.3-9 62-6 71.6z" / >
< path fill = "#21231e" d = "M357.4 474h-1v-7.4l.2-.7V463l.2-.7V459l.2-1v-1.8l.2-1v-3l.2-1h1v2l-.2 1v2l-.2 1v2.8l-.2.7v3.2l-.2.7v4.2l-.2.6v4.3zm4.8 19l.6.8h-.7l-.3-.6-.3-.5-.3-.5-.2-.5-.2-.5-.3-.5-.3-.6-.2-.4-.3-.6-.2-.5-.3-.6-.2-.7-.2-.6-.2-.6-.2-.5-.2-.6v-.7l-.3-.6v-.7l-.3-.6v-.7l-.2-.6-.2-.6v-.7l-.2-.7v-1.4l-.2-.7v-1.5l-.2-.7v-.7h1v2.2l.2.7v1.2l.2.7v.6l.2.6v.7l.2.5.2.7v.6l.3.6v.6l.3.6.2.6.2.6.2.6.2.6.2.5.2.6.2.6.3.6.2.5.2.5.2.5.3.5.3.5.3.5.3.5.3.4h-.8zm.6.8l-.4.3-.3-.3h.8zm7.6-17h1v3.7l-.3.7v.6l-.2.7v.7l-.4.6-.2.6-.2.6-.3.6-.3.6-.3.5-.2.6-.3.5-.4.5-.2.5-.4.4-.4.5-.4.4-.3.6-.4.4-.5.4-.4.4-.3.4-.4.3-.4.3-.5.4-.4.3-.2.3-.6-.8.3-.3.4-.3.3-.3.3-.2.4-.4.4-.3.4-.3.4-.4.3-.4.4-.5.3-.4.3-.4.4-.4.3-.5.3-.5.3-.5.2-.5.3-.5.3-.5.2-.6.3-.6.2-.5.2-.6.2-.8v-.6l.2-.6v-.7l.2-.6v-3.1zm5.7-89.2l.7-.8.2.5-.5 2.6-.4 2.6-.3 2.7-.3 2.7-.4 2.7-.3 2.7-.3 2.7-.4 2.8-.3 2.8-.3 2.7-.3 2.8-.2 2.8-.2 2.8-.3 2.7-.2 2.8v3l-.3 2.7-.2 2.8-.2 2.8v2.8l-.2 3v8.5l-.2 3v8.6l.2 3v3l.2 2.8.2 3h-1l-.2-3v-3l-.2-2.8v-5.8l-.2-3V451l.2-2.8v-3l.2-2.7v-2.7l.3-3 .2-2.7.2-2.8V428l.3-2.7.3-2.8.3-2.8V417l.4-2.8.3-2.7.3-2.8.4-2.7.3-2.7.4-2.7.4-2.7.4-2.8.3-2.7.5-2.7.4-2.7v.6zm.7-.8l.2.2v.3l-.3-.5zm-12.3-7l-1-.3.8-.3.3.2.4.2.2.3h.3l.4.3.3.3.4.2.4.2.5.3.4.2.3.2.4.3.4.2.5.3.5.2.4.2.4.2.4.2.5.3.4.2.5.2.4.2.3.2.4.3h.4l.5.4.4.2.3.2.3.3.4.3.3.3.4.2-.6.8-.2-.2-.4-.3h-.3l-.3-.3-.3-.3-.4-.2-.4-.2-.4-.3-.4-.2-.4-.2-.4-.3-.4-.2-.4-.3-.5-.2-.4-.2-.4-.2-.5-.2-.5-.3-.4-.2-.4-.2-.4-.2-.4-.2-.4-.3h-.4l-.4-.4-.4-.2-.4-.2-.4-.3-.4-.3-.3-.3-.4-.2-.4-.2.8-.3zm-1-.3l.2-.8.6.5-.8.3zm-6 71.4l.8.6-.8-.2-.3-1v-1l-.3-1-.2-1.3v-1l-.2-1.4V443l-.2-1.6v-5l.2-1.8v-2l.2-2 .2-2 .2-2.3.2-2.3.2-2.5.3-2.4.3-2.5.3-2.6.4-2.8.4-2.8.4-3 .4-2.8.5-3 .6-3.2.5-3.2.6-3.3.6-3.5.6-3.5.6-3.5 1 .2-.6 3.5-.6 3.5-.6 3.4-.5 3.3-.4 3.3-.5 3-.4 3-.4 3-.4 3-.4 2.7-.3 2.7-.3 2.7-.3 2.5-.2 2.4-.3 2.4-.3 2.3v2.2l-.3 2v2l-.2 2v9.8l.2 1.4v1.2l.3 1 .2 1.2v1l.4 1-1-.3zm.8.6l-.5.6-.3-.8.8.2zm0 0l-.7-.7 1 .3-.3.3zm-.7-.7l1-1v1.3l-1-.4z" / >
< path fill = "#fff" d = "M343.6 471.8l4 14.7c.2 7.7 5 14 8.3 19 4-3 7.5-8 6.5-16-5.8-46.5-3.8-77.3 6-115-22 15-32.3 46.6-25 97.3z" / >
< path fill = "#21231e" d = "M347 486.6l-3.8-14.7 1-.3 3.8 14.6-1 .3zm1-.3zm7.6 19l.6.7h-.7l-.3-.6-.3-.5-.4-.5-.4-.5-.3-.5-.5-.6-.3-.6-.4-.5-.3-.7-.4-.5-.2-.6-.4-.5-.3-.6-.2-.5-.4-.6-.3-.7-.2-.6-.3-.6-.3-.5-.3-.7-.3-.6-.3-.7-.2-.7-.2-.6-.2-.7-.2-.7-.2-.7v-.6l-.2-.7v-.8l-.2-.8v-.7h1v1.4l.2.7v.7l.2.7.2.6v.6l.3.7v.5l.4.7.2.6.3.6v.6l.4.7.3.6.3.6.3.4.3.6.4.6.3.6.3.5.4.6.3.5.4.5.3.6.3.4.4.5.3.4.4.5.3.4.3.5.4.3h-.8zm.6.7l-.4.3-.3-.4h.8zm5.8-16.5h1v5.5l-.2.6v.7l-.3.6v.4l-.3.6-.2.6-.3.5-.2.6-.2.5-.3.6-.3.5-.3.6-.3.4-.2.4-.3.4-.4.5-.2.3-.3.4-.4.4-.3.3-.3.4-.4.4-.4.3-.3.3-.7-.8.4-.3.4-.4.3-.3.4-.3.4-.3.3-.4.4-.3.4-.4.3-.4.3-.4.3-.4.3-.4.3-.4v-.5l.4-.3.2-.5.2-.5.2-.5.2-.5.2-.5.2-.6v-.6l.2-.5v-.6l.2-.7v-5.1zm6.8-114.7l-.6-1 .8.7-1 3.5-.8 3.5-.8 3.4-.7 3.4-.7 3.4-.7 3.3-.6 3.5-.6 3.4-.4 3.2-.5 3.3-.3 3.4-.4 3.2-.4 3.4-.4 3.3-.2 3.3-.2 3.4-.2 3.4v3.6l-.2 3.5v14.7l.3 3.7.3 4 .2 3.8.3 4 .4 3.8.3 4 .5 4.2.4 4.3.6 4.4h-1l-.6-4.2-.4-4.3-.5-4.2-.3-4-.4-4-.3-4-.2-3.8-.2-3.8v-3.7l-.2-3.7v-14.3l.2-3.4.2-3.4.2-3.4.2-3.4.3-3.3.3-3.4.4-3.3.4-3.3.6-3.4.5-3.3.7-3.4.6-3.3.7-3.4.7-3.4.8-3.5.8-3.4.8-3.5 1-3.6.8.6zm-.6-1l1-.6-.2 1.3-.8-.6zm-24 98h-1l-.7-4.6-.5-4.6-.5-4.5-.3-4.3-.3-4.2-.2-4.2v-8l.2-3.8.2-3.7.3-3.7.4-3.4.5-3.4.6-3.3.8-3.3.7-3 1-3 1-3 1-2.8 1-2.8 1.2-2.5 1.3-2.5 1.4-2.4 1.5-2.3 1.4-2 1.6-2.2 1.7-2 1.7-2 2-1.6 1.8-1.7 2-1.6 2-1.5.6.8-2 1.4-2 1.6-1.8 1.6-1.8 1.7-1.8 2-1.6 2-1.6 2-1.5 2-1.4 2.3-1.4 2.4-1.4 2.4-1.2 2.6-1 2.7-1 2.7-1 3-1 3-.7 3-.7 3-.6 3.4-.5 3.3-.5 3.5-.3 3.6-.3 3.7-.2 3.8v12l.4 4.4.3 4.3.5 4.5.5 4.6.6 4.7zm-1 0zm.4 0h.5-.4zm-.4 0z" / >
< path fill = "#fff" d = "M344.8 486.2l-20.3-6.7c-2.5 20.2 1.4 45.6 7 79 4.6 29 2 51.6-1.5 66.2 21.6-3 30.7-30.7 20-83-3-13.7-5.8-31.3-5.2-55.5z" / >
< path fill = "#21231e" d = "M324.7 479l20.2 6.7-.4 1-20.2-6.7-.3-.6.7-.4zm-.6.4v-.6l.7.2-.6.4zm8 79l-1 .3-.6-3-.5-3.2-.6-3-.5-3-.5-3-.5-2.8-.4-3-.4-2.7-.4-2.7-.4-2.7-.4-2.7-.3-2.7-.4-2.6-.3-2.6-.3-2.4-.2-2.5-.3-2.3-.2-2.4-.2-2.4v-2.4l-.3-2.3V500l-.2-2v-10.7l.2-2 .2-2v-2l.4-2 1 .3-.2 2-.2 1.8v2l-.2 2v4l-.2 2v4.3l.2 2.3v2.3l.2 2.3.2 2.3.2 2.2.2 2.4.3 2.4.2 2.5.3 2.5.3 2.5.3 2.6.4 2.8.4 2.6.3 2.7.4 3 .6 2.7.4 2.8.4 3 .5 3 .4 2.8.5 3 .4 3 .5 3.2zm-2 65.8v1l-.5-.6.4-1.4.2-1.4.3-1.5.3-1.5.3-1.6.4-1.6.3-1.7.2-1.8.2-1.7.2-1.8.2-2 .2-1.8v-2l.3-2 .2-2v-2l.2-2v-13.4l-.2-2.3-.2-2.4-.2-2.4-.2-2.5-.3-2.5-.3-2.6-.3-2.6-.4-2.6-.4-2.7 1-.2.3 2.7.4 2.7.3 2.5.3 2.6.3 2.6.2 2.5.2 2.6v2.4l.3 2.4v6.8l.2 2.3v4.3l-.2 2v2l-.2 2v2l-.2 2-.2 2-.2 1.8-.3 1.8v1.8l-.4 1.7-.2 1.8-.3 1.6-.2 1.6-.3 1.5-.3 1.5-.4 1.5-.3 1.4-.5-.8zm0 1h-.6v-.6l.7.6zm19.4-83.5l1-.2 1 5 .8 4.6.7 4.6.5 4.5.5 4.3.4 4 .3 4 .2 4v7.2l-.2 3.4-.2 3.2-.4 3-.4 3-.6 3-.6 2.6-.7 2.6-1 2.4-1 2.3-1 2.2-1 2-1.2 1.8-1.3 1.7-1.4 1.5-1.4 1.4-1.5 1.3-1.5 1-1.8 1-1.8.7-2 .7-2 .5-2 .2v-1l2-.3 1.8-.6 1.8-.6 1.7-.8 1.6-1 1.5-1 1.5-1 1.4-1.5 1.3-1.5 1.3-1.6 1-1.8 1.2-2 1-2 1-2.2.7-2.3.6-2.4.7-2.7.5-3 .4-2.8.4-3 .2-3.3v-3.5l.2-3.5v-3.7l-.3-3.8-.3-4-.3-4-.4-4.3-.7-4.4-.8-4.5-.8-4.7-1-5zm-4.8-55l.3-1 .3.5V503l.2 2 .2 1.8v2l.2 1.8v1.8l.2 1.8.2 1.7.2 1.8.2 1.7.2 1.7.2 1.6.2 1.6.2 1.6.2 1.5.3 1.5.3 1.5.3 1.5.2 1.4.3 1.4.3 1.4.3 1.4.3 1.3v1.3l.4 1.2-1 .2-.2-1.3-.3-1.3-.4-1.2-.2-1.4-.3-1.4-.2-1.4-.2-1.4-.3-1.5-.2-1.5v-1.5l-.4-1.6-.2-1.5-.2-1.6-.2-1.7-.2-1.7-.2-1.7-.2-1.8-.2-1.8v-1.7l-.3-2-.2-1.7v-2l-.3-1.8v-4l-.2-2v-13l.3.5zm.3-1l.3.2v.2l-.4-.5z" / >
< path fill = "#21231e" d = "M343.6 584h1v.7h-.8v-.2h-.2v-.4zm-4.3-40l1-.4.4 1.2.2 1.2v1l.4 1.3.2 1.3.2 1.2.2 1.2.2 1.2.2 1.3.2 1.3.2 1.2.2 1.3.2 1.3.2 1.2.2 1.3v1.4l.3 1.3v2.6l.3 1.3v1.3l.2 1.2v2.6l.2 1.3v9.1h-1v-7.6l-.2-1.2v-2.7l-.2-1.3V570l-.2-1.3v-1.3l-.2-1.3v-1l-.3-1.4v-1.3l-.3-1.3-.2-1.3v-1.2l-.3-1.3-.2-1.3-.2-1.3-.2-1.3v-1.2l-.4-1.2-.2-1.2-.2-1.2-.2-1.2-.3-1.2-.2-1.2-.2-1.2zm-5.5-50.4h1.2v6.4l.2 1.5v3.3l.2 1.5v1.6l.2 1.5v1.6l.3 1.5v3.1l.3 1.5.2 1.7v1.5l.3 1.6.2 1.5.2 1.6.2 1.4.2 1.6.3 1.5v1.6l.4 1.6.2 1.6.3 1.6.2 1.5.3 1.6.3 1.5.3 1.5.4 1.6-1 .3-.5-1.7-.4-1.6-.3-1.6-.3-1.5-.3-1.5-.2-1.6-.3-1.6-.2-1.5-.3-1.6-.2-1.6-.2-1.4-.3-1.6-.2-1.5-.2-1.6v-1.7l-.3-1.5-.2-1.6v-1.5l-.2-1.6v-1.4l-.2-1.6-.2-1.6V508l-.2-1.7V503l-.2-1.4v-6.4l-.2-1.6zm1.2 0h-1.2v-.2h.2v-.2h.2v-.2h.8v.2h.2v.4z" / >
< path fill = "#fff" d = "M344 367.3l13.2 2.2-4.6 23.3c-5 24.3-8.2 53-4.5 84.2 1.5 11.7 4 21.2 7.6 28.5-14.6-1.6-24-15.8-22.7-40.6-2.6-29-1.5-52 3.2-69.4 1.4-5 5.8-24.2 7.8-28.3z" / >
< path fill = "#21231e" d = "M357 370l-13-2.3v-1l13.3 2.3.4.6-.6.4zm.3-1h.5v.6l-.5-.6zm-4.2 24l-1-.3.2-.3v-.4l.2-.5v-.6l.2-.7v-.6l.3-.7v-.8l.2-.8v-1l.3-.7.2-1 .2-1v-.8l.2-1 .2-1 .2-1 .2-1 .2-1 .2-.8v-1l.3-.7.2-1v-.7l.3-.7v-.7l.3-.6v-.6l.2-.5v-.4l.2-.3v-.3l1 .2v.6l-.2.5v.5l-.3.6v.5l-.2.7-.2.8-.2.8v1l-.3.7-.2 1v.8l-.2 1-.2 1-.2 1-.2.8-.2 1-.2 1v1l-.3 1-.2.7-.2 1v.7l-.2.7v1l-.2.5-.2.6v.7l-.2.5v.7zm-4.4 84h-1l-.3-2.8-.3-3-.3-3-.2-2.8v-2.8l-.3-3V457l-.2-3v-11l.2-2.7v-2.7l.2-2.7.2-2.8.2-2.6.2-2.6.3-2.6.2-2.6.3-2.6.3-2.5.4-2.5.4-2.5.4-2.5.3-2.4.4-2.4.3-2.4.5-2.4.4-2.3.5-2.3.4-2.3 1 .2-.4 2.2-.4 2.3-.5 2.3-.4 2.4-.4 2.4-.5 2.4-.4 2.4-.2 2.4-.4 2.5-.3 2.5-.2 2.5-.3 2.6-.3 2.5-.2 2.5-.2 2.7-.2 2.6-.2 2.6v2.6l-.2 2.7v2.7l-.2 2.7v11.5l.2 3v2.7l.3 3 .2 2.7.3 3 .3 2.8.3 3zm7 29v-1l-.4.8-.4-.7-.3-.6-.3-.8-.4-.7-.3-1-.3-.6-.3-.8-.4-.8-.3-.8-.2-.8-.2-.8-.3-1-.2-.7-.3-1-.2-.8-.3-1-.2-1-.2-.8v-1l-.3-1-.2-.8-.2-1-.2-1v-1l-.3-1-.2-1v-1l-.3-1-.2-1v-1l-.2-1.2-.2-1 1-.2v1l.3 1v1.2l.2 1v1l.3 1 .2 1 .2 1v1l.2 1 .2 1 .2 1 .2 1 .3.8.3 1 .2.8.2 1 .3.7.2 1 .3.7.2.8.3 1 .3.7.3.8.3.7v.8l.4.8.4.7.3.7.4.7.3.6.3.7-.5.7zm.4-.7l.4.8h-1l.6-.7zM332.4 465l1-.2v8.8l.2 2 .2 2 .3 2 .4 1.8.4 1.7.4 1.8.5 1.7.5 1.5.6 1.5.6 1.5.7 1.3.8 1.3.7 1.3.8 1 1 1 .8 1.2 1 1 1 .8 1 .8 1 .8 1 .7 1.2.6 1.2.4 1.2.5 1.2.3 1.2.3 1.3.3h1.4l-.2 1h-1.3l-1.4-.4-1.3-.4-1.3-.4-1.2-.5-1.2-.5-1.2-.7-1-.6-1.2-.8-1-.8-1-1-1-1-1-1-1-1.2-.7-1.2-.8-1.3-.8-1.2-.7-1.4-.7-1.5-.5-1.6-.6-1.6-.5-1.7-.4-1.6-.4-1.8-.3-2-.2-1.8-.2-2-.2-2v-8.9zm1-.2zm2.3-69.4l1 .3-.5 1.6-.4 1.7-.4 1.7-.3 1.7-.3 1.8-.3 1.8-.3 1.8-.2 2-.2 1.8-.3 2-.2 2v2l-.3 2v2l-.2 2-.2 2.3v4.3l-.2 2.2v9.6l.2 2.5v2.4l.2 2.5v2.5l.2 2.6.2 2.6.2 2.5.2 2.6.2 2.8h-1l-.2-2.6-.2-2.6-.2-2.7-.2-2.7v-2.5l-.2-2.6v-2.5l-.2-2.4v-18.5l.3-2v-2.2l.3-2v-2.2l.3-2 .3-2 .3-2 .2-1.8.3-2 .4-1.8.4-1.8.3-1.8.5-1.7.4-1.7.3-1.7.4-1.6zm8.3-28.6v1l.4-.3-.2.4-.2.4-.2.6-.2.6-.3.7-.2.8-.2 1-.2.8-.3 1-.3 1-.2 1-.3 1-.3 1-.3 1.2-.4 1-.3 1.2-.3 1-.2 1.2-.3 1-.3 1.2-.3 1-.3 1-.3 1-.2 1-.3 1-.3 1-.2.8-.2.8-.2.7v.6l-.2.6v.5l-1-.3v-.5l.2-.7.2-.6.2-.8v-1l.4-.7.2-1 .2-.8.3-1 .2-1 .3-1 .2-1.2.3-1 .3-1.2.3-1 .4-1 .2-1.2.3-1 .2-1.2.3-1 .3-1 .3-1 .4-1 .2-1 .3-1v-.8l.4-.8.2-.7.3-.7v-.6l.3-.5.2-.5.5-.2zm-.5.2l.2-.3h.3l-.5.3zm.5.3v-.5.5zm-.5-.3l.2-.3h.3l-.5.3z" / >
< path fill = "#fff" d = "M336 370.4l6.4 7.4c-1.8 1.4 1.3 7-.4 18-1 6.4-4.8 13.8-5.6 22-2.5 26.5-2.5 59.8 5.4 81-14.5-1.6-19.5-14.8-20-39.6-.4-20.6-.4-44.7 4.7-72.7 1-6.5 4.2-11.7 9.4-16z" / >
< path fill = "#21231e" d = "M342 378.2l-6.5-7.5.8-.6 6.5 7.5v.7h-.7zm.8-.7l.4.4-.5.2v-.7zm-.3 18.5h-1l.2-1.2v-1l.2-1V385l-.2-.6v-1.2l-.2-.6v-1l-.2-.4v-2.8l.2-.3.3-.4v-.2l.7.8v.2h-.2v.5h-.2v2.2l.2.4v1.1l.2.6v1.1l.2.7v8.1l-.2 1v1l-.3 1zm0 0zm-5.6 21.7h-1v-1.8l.2-.7.2-.7v-.7l.3-1v-.6l.3-.8.2-.7.2-.8.2-.7.2-.7.2-.7.2-.6.2-.7.2-.7.3-.7v-.7l.3-.6.2-.7.2-.7.2-.6v-.7l.3-.6.2-.6.2-.5.2-.7v-.6l.2-.6v-.6l.2-.6v-.5h1v1.2l-.3.6v.7l-.2.6v.7l-.3.7-.2.6-.2.6v.7l-.3.7-.2.6-.3.7-.2.6-.2.6-.2.7-.2.7-.2.7-.3.7-.3.7-.2.8-.2.7-.2.7v.7l-.2.6-.2.7v.7l-.3.8v.7l-.2.7v1.5zm4.8 81.6v-1l-.4.7-.8-2-.6-2-.7-2.3-.6-2.2-.5-2.3-.5-2.4-.5-2.4-.4-2.4-.4-2.5-.4-2.5-.3-2.5-.3-2.6-.2-2.7-.2-2.7-.2-2.6v-2.7l-.2-2.7V455l-.2-2.8v-10.9l.2-2.7V436l.2-2.8v-2.7l.3-2.6.3-2.7.2-2.6.2-2.6.2-2.4h1l-.3 2.6-.2 2.6-.2 2.5-.2 2.6v2.6l-.2 2.6v2.7l-.2 2.6v2.7l-.2 2.7V455l.2 2.7v2.7l.2 2.7.2 2.5.2 2.7.2 2.6.3 2.5.3 2.6.4 2.4.4 2.4.4 2.5.4 2.3.5 2.4.7 2.2.6 2.2.6 2.2.6 2 .7 2-.5.7zm.5-.6l.3.7h-.8l.5-.7zm-21-39.5h1v2.2l.2 2.3v2l.2 2.2.2 2v2l.3 1.7.3 1.8.3 1.8.2 1.6.4 1.5.4 1.6.4 1.5.5 1.4.4 1.2.6 1.3.6 1.2.6 1 .7 1 .6 1 .8 1 .8 1 .8.6 1 .7 1 .7 1 .6 1 .5 1 .4 1 .4 1.3.3 1.3.2 1.3.2-.2 1-1.4-.2-1.3-.3-1-.4-1.3-.4-1.2-.5-1-.6-1.2-.5-1-.7-1-.7-.8-.7-1-1-.7-1-.7-1-.6-1-.7-1.2-.6-1-.5-1.4-.5-1.3-.5-1.5-.5-1.5-.4-1.5-.3-1.7-.4-1.5-.4-1.8-.3-1.8-.2-2v-2l-.3-2v-2l-.2-2.3v-2.2l-.2-2.3zm4.7-72.8l1 .2-.5 2.6-.4 2.6-.3 2.5-.4 2.6-.3 2.4-.4 2.5-.3 2.4-.3 2.4-.2 2.4-.2 2.5-.3 2.3v2.4l-.3 2.4-.2 2.3v2.4l-.2 2.2v2.3l-.2 2v4.5l-.2 2.2V459h-1v-26.9l.2-2.2v-2l.2-2.4v-2.3l.2-2.3.2-2.3.2-2.4.2-2.3.2-2.4.2-2.5.3-2.3.3-2.4.3-2.5.4-2.5.3-2.6.4-2.5.4-2.6.6-2.6.4-2.6zm1 .2zm9.3-16.5l-.8.7h.7l-.4.5-.5.4-.5.4-.4.4-.4.5-.4.3-.4.4-.4.5-.4.4-.4.5-.3.5-.4.5-.3.5-.3.4-.3.4-.3.5-.2.4-.3.5-.2.4-.3.5-.2.4-.2.6-.2.5-.2.5-.2.6-.2.5-.2.7v.5l-.3.6v.6l-.2.6v.6l-1-.2v-.6l.2-.6.2-.6v-.6l.3-.6v-.6l.3-.5.2-.6.2-.6.2-.4.3-.6v-.5l.4-.5.2-.6.3-.5.2-.6.3-.5.3-.6.4-.5.3-.6.4-.5.2-.6.4-.4.4-.5.4-.4.4-.4.5-.4.4-.5.5-.4.4-.4.5-.6.6-.4h.7zm-.7 0l.4-.3.3.4h-.7z" / >
< path fill = "#fff" d = "M372.3 390l-13.4-1.6c-2.6 12.7-4.5 21.7-5 26.2-1 9 1.8 17 5 23 5-3 7.2-9.4 9.2-18.6 2-9.2 2.7-19.2 4-29z" / >
< path fill = "#21231e" d = "M359 388l13.3 1.5v1l-13.5-1.6-.4-.7.5-.4zm-.6.3v-.4h.5l-.6.3zm-4 26.4h-1l.2-.6v-.8l.2-.6v-1l.2-.6v-.7l.3-.6v-.7l.2-.7v-.7l.3-.7v-1l.2-.7.2-.8.2-1v-.7l.3-1 .2-.8v-1l.2-1 .2-1 .2-1 .2-1 .2-1 .3-1 .2-1 .2-1.2.2-1.2v-1l.4-1.3 1 .2-.3 1.2v1l-.3 1.3-.3 1-.2 1.2-.2 1-.2 1-.2 1-.2 1-.2 1-.2 1v1l-.3 1-.2.8-.2.8v1l-.3.7v.8l-.3.7v.8l-.2.7-.2.7v.6l-.2.7v1.3l-.2.5v1.1l-.2.5v.9zm4.3 22.6l.5.8h-.7l-.3-.7-.3-.6-.4-.6-.3-.5-.3-.6-.2-.7-.3-.7-.2-.6-.3-.7-.2-.7-.3-.7-.2-.8-.2-.7v-.7l-.3-.7-.2-.7-.2-.7v-.8l-.3-.7v-.7l-.2-.8v-.8l-.2-.7v-.8l-.2-.8v-6.1h1v6.6l.2 1v1.4l.3.7v1.6l.3.8.2.7v.8l.3.7.2.7.3.7.2.6.2.7.2.6.2.6.2.6.3.7.3.5.2.6.3.7.3.6.3.6.3.5-.7-.2zm.5.8l-.5.4-.2-.5h.7zm8.6-19h1l-.3 1-.2.8-.2 1v.7l-.3.8-.2.7-.2.8-.2.7v.8l-.4.7-.2.7-.3.6v.7l-.4.6-.2.7-.3.6-.2.5-.3.5-.3.6-.3.5-.4.7-.3.5-.4.5-.5.4-.3.6-.4.4-.4.4-.4.4-.5.3-.4.5-.4.3-.4.3-.5-.7.4-.3.5-.3.4-.3.3-.4.4-.3.4-.4.4-.4.4-.5.3-.4.4-.4.4-.5.3-.4.4-.5.2-.4.3-.6.2-.5.3-.6.2-.7.3-.7.2-.6.3-.7.2-.6.2-.7v-.8l.3-.7.3-.7.2-.8.2-.8.2-.8.2-.8.2-.8.2-1zm4.5-28.5v-1l.5.5v1l-.3 1v.8l-.2 1v1l-.2.8v1l-.2.8v1l-.2 1v.8l-.2 1v1l-.2.8v1l-.2.8v1l-.2.8v1l-.2 1-.2.8v1l-.2.8-.2 1v.8l-.2 1-.2.8-.2.8v1l-.3.8v1l-.3.7h-1l.3-1v-.8l.3-1 .2-.7v-1l.3-.8v-1l.3-.8.2-1v-1l.3-.8v-1l.2-.8v-1l.2-.8v-1.8l.2-1v-1l.2-.8v-1l.2-.8v-1l.3-1v-1.8l.2-1v-.8l.2-1v-.8l.3-1v-1l.6.7zm0-1h.6l-.2.5-.5-.5zm0 0v1-1zm0 1z" / >
< path fill = "#fff" d = "M407 418.6h-11.8c-.4 11-.7 18.5-.5 22.3.4 7.5 2.3 14 5.5 18.7 3.6-3 7-8.3 7.6-16.2.6-8-.6-16.5-.7-25z" / >
< path fill = "#21231e" d = "M395.2 418.2h12v1h-12l-.5-.5.5-.5zm-.5.5v-.5h.5l-.5.5zm.5 22.2h-1v-11.4l.2-.8v-4.4l.2-.8v-5h1v7.8l-.2.7v5.6l-.2.7v7.7zm4.7 18.4l.6.7h-.8l-.3-.5-.3-.4-.3-.4-.4-.5-.2-.4-.3-.5v-.4l-.4-.6-.2-.5-.3-.5v-.6l-.3-.6-.2-.5-.2-.6-.2-.6v-.5l-.2-.6-.2-.7-.2-.6v-.6l-.2-.6-.2-.6v-.7l-.2-.5v-.7l-.2-.7v-.5l-.2-.7v-2.6l-.2-.7h1v1.1l.2.7v1.4l.2.7v.7l.2.6v.7l.2.6v.6l.3.6v.7l.3.6v.7l.3.5v.6l.2.6.2.5.2.5.2.5.3.6.3.5.2.6.3.5.2.6.3.5.2.6.3.5.3.6.4.4.2.5h-.7zm.6.7l-.5.5-.2-.5h.8zm6.7-16.6h1v1.6l-.2.7v1.4l-.3.8v.6l-.3.7-.2.7-.2.6-.2.6-.2.5-.2.5-.3.6v.5l-.4.7-.2.5-.3.5-.2.5-.3.4-.3.5-.3.5-.4.4-.3.3-.4.4-.4.4-.3.5-.4.3-.4.4-.4.3-.3.3-.4.3-.7-.6.2-.3.4-.2.3-.3.2-.4.3-.2.4-.3.2-.4.3-.3.3-.4.3-.4.4-.5.3-.4.2-.4.2-.4.3-.5.2-.5.3-.5.2-.5.3-.5.2-.6.2-.4v-.6l.3-.6v-.6l.3-.6v-.7l.3-.6v-1.4l.2-.7V444zm0-24.3v-1l.4.6v5.6l.2 1v4.6l.2.8v2.8l.2.8v9.2h-1v-11.8l-.2-.8V429l-.2-1v-3l-.2-1v-5.3l.4.5zm0-1h.4v.6l-.5-.5z" / >
< path fill = "#fff" d = "M420 424.2l-12 .6c0 11 0 18.4.3 22.2a37 37 0 006.2 18.6c3.5-3 6.8-8.6 7-16.5.3-8-1-16.3-1.5-24.8z" / >
< path fill = "#21231e" d = "M408 424.3l12-.6v1l-12 .6-.4-.5.5-.5zm-.4.5v-.5h.5l-.4.5zm1.2 22.2h-1v-4l-.2-.6v-17.8h1V445l.2.4v1.6zm5.4 18.2l.6.8h-.7l-.2-.5-.3-.5-.3-.5-.3-.5-.4-.5-.3-.5-.3-.5-.2-.5-.3-.5-.3-.5-.2-.6-.2-.5-.3-.7-.2-.6-.2-.6v-.4l-.3-.6-.2-.6v-.7l-.3-.6-.2-.5v-.6l-.3-.8v-.6l-.2-.7v-.8l-.2-.6v-.7l-.2-.8v-2h.8v.7l.2.7v1.4l.2.7.2.7v.7l.2.7v.6l.3.6v.7l.2.6v.5l.3.6.2.7.2.5v.6l.3.6.2.5.2.5.2.5.2.5.2.6.2.6.3.5.2.6.2.4.3.5.3.5.3.4.3.5.3.3h-.8zm.6.8l-.4.4-.3-.5h.8zm6.2-17h1v2.3l-.2.7v.7l-.2.7-.2.6v.7l-.3.6v.6l-.2.5-.2.6-.2.7-.2.6-.3.5-.3.6-.3.5-.2.4-.3.5-.4.4-.3.4-.3.5-.3.4-.3.4-.3.5-.2.4-.3.3-.3.4-.4.3-.3.4-.3.3-.4.3-.6-.8.3-.3.3-.4.3-.3.4-.3.3-.4.4-.3.4-.4.2-.5.3-.4.2-.3.3-.4.3-.5.2-.4.3-.5.2-.6.3-.5.2-.6.2-.5.2-.6.2-.6.2-.6.2-.5.2-.6v-.5l.3-.7v-.6l.2-.7v-.6l.2-.8V449zm-1-25.3v1l.5-.5v2.4l.2.8v1.5l.2.7v3.4l.2.7v1.5l.2.8v.8l.2.8v2.5l.2.7v2.3l.2.8v5.3h-1v-7.4l-.2-.7v-1.6l-.2-.8V437l-.2-1v-1.5l-.2-.7v-1.6l-.2-.8v-1.6l-.2-.8v-1.6l-.2-.8v-2.2l.4-.6zm-.5.6v-.6h.5l-.5.6zm.5.4v-1 1z" / >
< path fill = "#fff" d = "M395 412.4l-12-.8c-1.2 11-2 18.2-2.2 22-.2 7.7 1 14.2 4 19.3 3.8-2.8 7.7-8 8.8-15.7 1.2-8 .8-16.4 1.4-25z" / >
< path fill = "#21231e" d = "M383 411l12 1v1l-12-1-.4-.5.5-.4zm-.4.5v-.5h.5l-.4.5zm-1.3 22.2h-1V431l.2-.4V429l.2-.6v-1.2l.2-.6v-2.2l.2-.7v-1.4l.2-.8v-.8l.2-.8v-1l.2-.8v-1l.2-.8v-1l.3-1v-1l.2-1v-1l1 .2v2l-.3 1v1l-.2 1v.8l-.2 1v.7l-.2 1v.8l-.2.8v.8l-.2.8v1.3l-.2.7v1.4l-.2.6v1.1l-.2.6v1.7l-.2.5v2.7zm3.2 18.8l.5.8-.7-.2-.2-.4-.2-.5-.2-.4-.3-.5-.2-.4v-.5l-.3-.5-.3-.5v-.6l-.3-.5v-.7l-.3-.6v-.6l-.3-.4v-.6l-.3-.7V443l-.2-.5v-.7l-.2-.6V440l-.2-.8v-5.5h1v6.8l.2.7v.7l.2.6v.6l.2.5v.6l.2.7.2.6v.6l.3.5v.5l.3.6.2.5.2.7.2.5.2.5.2.5.2.5.3.5.2.5.2.5.2.4h-.7zm.5.8l-.4.3-.3-.5.8.3zm8.2-16h1l-.2.8v.8l-.3.7v.7l-.3.7-.2.6-.2.6-.2.6-.3.6-.2.6-.3.6-.2.6-.3.5-.3.6-.3.5-.4.5-.3.5-.3.4-.3.5-.3.4-.4.6-.3.4-.4.4-.3.3-.4.4-.3.5-.4.3-.5.3-.3.4-.4.3-.4.3-.3.3-.5-.8.3-.3.4-.2.3-.3.4-.3.2-.3.4-.2.3-.4.3-.3.3-.3.3-.4.2-.4.4-.5.3-.4.2-.3.3-.5.3-.5.3-.4.4-.5.2-.5.3-.6v-.5l.4-.6.2-.5.2-.5.2-.6.2-.7.2-.7.2-.6.2-.7v-.7l.2-.7.2-.8zm1.8-24.4v-1l.5.5v1.5l-.2.8v5.6l-.2.7v9l-.2.8v2.2l-.2.8v.7l-.2.8v1l-.2.6v.8l-1-.2v-.7l.2-.8v-1.5l.2-.7V432l.2-.8V428l.2-.8V421l.2-.7v-4.8l.2-.8v-2.3l.6.5zm0-1h.5v.5l-.5-.6z" / >
< path fill = "#fff" d = "M384 399.6l-13.2-5.4c-2.2 8.8-5.2 37.8 0 50 4.5-3 9-8.4 10.3-17 1.6-9 2-18.2 3-27.6z" / >
< path fill = "#21231e" d = "M371 393.7l13 5.4-.3 1-13-5.4-.4-.6.7-.3zm-.7.3l.2-.5.5.2-.7.3zm.3 50l.6.7-.7-.2-.5-1.2-.5-1.3-.3-1.4-.4-1.5-.3-1.5-.3-1.6-.2-1.7-.2-1.7v-1.8l-.2-1.8v-3.6l-.2-2V418l.2-2v-1.8l.2-1.8.2-1.8V409l.3-1.8.2-1.7V404l.3-1.6.2-1.5.3-1.4.2-1.3.2-1.2.2-1v-1l.3-1 1 .3-.2 1v.8l-.3 1.2-.3 1.2-.2 1.3-.2 1.4-.2 1.5-.2 1.6-.2 1.6v1.7l-.3 1.7v1.7l-.2 1.8v1.8l-.2 1.8v3.8l-.2 2v5.4l.2 1.8v1.7l.2 1.8.2 1.7.2 1.6.3 1.6.3 1.5.3 1.3.5 1.4.4 1.2.4 1h-.8zm.6.7l-.5.3-.2-.5.7.2zm9.4-17.7h1v1l-.3.8-.2.8v.7l-.3.8-.2.8-.3.7-.2.7-.3.7-.3.5-.3.7-.2.6-.3.6-.3.6-.3.6-.5.5-.3.7-.4.5-.4.5-.3.5-.3.4-.4.5-.4.5-.5.4-.4.3-.3.4-.4.4-.4.4-.5.4-.5.3-.4.4-.4.3-.6-.8.4-.4.4-.3.4-.3.4-.3.4-.4.4-.3.4-.4.4-.4.4-.4.3-.4.4-.4.3-.5.3-.4.4-.4.3-.5.4-.4.3-.6.3-.5.3-.6.3-.6.2-.6.3-.7.3-.5.2-.6.3-.8.2-.7.2-.7.3-.7v-.7l.3-.7.2-.8v-.8zm3-27l.4-1 .4.6v1l-.2.8v1.7l-.2 1v1l-.2.8v1.8l-.2.8v1.7l-.2 1v1.7l-.2 1v1.6l-.2 1v.7l-.2 1v.8l-.2.8v1l-.2.7v.8l-.2 1v.8l-.2 1v.7l-.3.8v.8h-1v-.8l.2-1v-1.5l.2-.8v-1l.2-.8v-1l.2-.7v-1l.2-.7v-1l.2-.7v-1.6l.2-1v-.7l.2-1V410l.2-.8v-1.8l.2-.8v-1.8l.2-1v-1.5l.2-1v-.8l.2-1 .3.6zm.4-1l.4.3v.3l-.4-.5zm0 .6l-.3.4.2-.4zm0-.5l.4.3v.3l-.4-.5z" / >
< path id = "c" fill = "#edb92e" stroke = "#21231e" d = "M387.8 701.2c8 6.3 15.2-8.3 8-27.6-5-14.2-30.6-8.7-16.4 10.5.7 1 1.6.6 1.5-.4-1-4 1.6-6.3 5.5-5.5 10.5 2 11 22-.6 17.6-2.2-.2-.4 4 1.7 5.6z" / >
< path fill = "#edb92e" stroke = "#21231e" d = "M400 639.2c-1 3.4-5 7.6-8 10.8-4.5 4.8-3.4 12.2-.2 16 3.5 4.4 5 9.2 5.8 13 .5 2.3 1.5 7.4.8 15.5-.4 4-2.7 6-5 7.7-1 1 .5 3 4.3 6 .4.2 1.5 1 2 3 .2.4 2 .4 2.2 0 .4-2 1.6-2.8 2-3 3.7-3 5.4-5 4.2-6-2.2-1.7-4.6-3.8-5-7.7-.6-8 .3-13.2.8-15.5.8-3.8 2.3-8.6 6-13 3-3.8 4.2-11.2-.5-16-3-3.2-7-7.4-8-10.7 0-.8-.3-1-.7-1-.3 0-.7.2-.7 1z" / >
< path fill = "#edb92e" d = "M395 685.5h11.6c2 0 3.6 1.6 3.6 3.5 0 2-1.6 3.5-3.6 3.5H395c-2 0-3.5-1.5-3.5-3.5s1.6-3.5 3.6-3.5z" / >
< path fill = "#21231e" d = "M406.6 686H395v-1h11.6v1zm4 3h-1v-1l-.2-.2v-.2l-.2-.2v-.2h-.2v-.2h-.2v-.2h-.3v-.2h-.2v-.2h-.3l-.2-.2h-.5v-.2h-.6v-1h1l.2.2h.4v.2h.3l.2.2h.2v.2h.2v.2l.3.2.2.2v.2l.3.2.2.3v.3l.2.3v.4l.2.2v.8zm-1 0h1-1zm-3 4v-1h.8l.3-.2h.2l.2-.2.2-.2h.3v-.2l.2-.2v-.2l.2-.2.2-.3v-.3l.2-.2v-.8h1v1.2l-.2.2v.4h-.2v.3l-.2.3h-.2v.3h-.2v.3h-.3l-.3.2v.2h-.3l-.2.2h-.2l-.3.2h-.4l-.2.2h-.8zm-11.5-1h11.6v1H395v-1zm-4-3h1v1l.2.2v.3h.2v.2h.2v.2h.2v.2h.2v.2h.2l.3.2h.2l.2.2.3.2h.6v1h-1.2v-.2h-.3l-.2-.2h-.2l-.2-.2-.2-.2-.3-.2-.3-.3-.2-.3-.2-.3-.2-.2v-.2l-.2-.2v-.4l-.2-.2v-.8zm1 0h-1 1zm3-4v1H394v.2h-.3l-.2.2h-.2v.2h-.2v.2l-.2.2-.2.2-.2.2v.2l-.2.2v.5h-.2v.6h-1v-1.2l.2-.2v-.2h.2v-.3h.2v-.2l.2-.2v-.2h.2l.2-.2v-.2h.3v-.2h.3v-.2h.3l.3-.2h.2l.2-.2h.5l.2-.2h.7z" / >
< path fill = "#fff" d = "M417 579.2l.5-11c-4.4-2.2-15.2 0-19.7 10.2a64.7 64.7 0 01-18 25.2c10 1.8 18.4-.2 23.7-7.4 7.3-9.8 11.2-15.7 13.6-17z" / >
< path fill = "#21231e" d = "M418 568.3l-.4 11h-1l.4-11 .7-.5.3.5zm-.3-.5l.3.2v.3l-.3-.5zm-19.5 10.8l-1-.4.6-1 .5-.8.5-1 .6-.7.5-.8.5-.8.7-.7.6-.6.7-.7.7-.5.7-.6.6-.4.7-.5.8-.4.8-.4.7-.3.8-.3.7-.2.7-.3h.7l.8-.3h1.2l.7-.2h2l.7.2h.5l.6.2.5.2.4.2-.4 1-.4-.3h-.5l-.5-.2h-.5l-.5-.2h-3l-.7.2h-.6l-.7.3-.7.2-.7.2-.7.2-.8.3-.7.3-.7.4-.7.4-.5.5-.7.5-.7.6-.5.6-.6.6-.7.7-.6.6-.5.7-.6.8-.5 1-.3.7-.5 1zM380 603l-.2 1-.2-.8.6-.6.6-.5.7-.5.6-.6.7-.6.6-.6.5-.6.6-.6.6-.7.6-.7.5-.6.7-.7.5-.7.6-.7.5-.7.6-.8.4-.8.5-.7.5-.8.5-1 .5-.8.6-.8.6-1 .5-.8.6-1 .6-1 .5-1 .5-1 .5-1 .6-1 .5-1.2.5-1.2 1 .4-.6 1.2-.5 1-.6 1.2-.5 1-.4 1-.6 1-.5 1-.5 1-.6 1-.5 1-.6.8-.6.8-.5.8-.5.8-.6.8-.5.8-.6.7-.4.7-.6.8-.6.6-.5.7-.7.7-.6.6-.6.7-.4.6-.6.5-.6.6-.7.7-.6.5-.5.6-.6.6-.8.5-.2-1zm-.2 1h-1l.8-.8.2.8zm23.4-8l.8.5-.6.7-.5.6-.7.6-.6.6-.6.6-.5.5-.6.6-.7.5-.7.5-.7.4-.8.3-.7.4-.7.3-.7.3-.7.2-.7.3-.8.2-.8.2h-.8l-.8.2h-.8l-1 .2h-6.1l-1-.2-.8-.2-1-.2.2-1 1 .2.8.2h1l.8.2h6.6l.8-.3h.8l.7-.3.8-.2.7-.2.7-.3.7-.2.7-.2.8-.4.6-.3.7-.3.7-.4.6-.5.6-.5.5-.5.5-.5.6-.5.5-.6.7-.6.5-.7zm13.4-16.8h1l-.2.4-.2.2h-.2l-.3.3-.2.3-.3.2-.2.3-.3.3-.3.4-.3.3-.2.4-.4.5-.3.4-.3.3-.4.5-.3.5-.4.5-.5.6-.3.5-.4.5-.5.7-.5.6-.5.7-.5.7-.5.7-.5.6-.6.8-.6.8-.5.8-.6 1-.7.7-.7 1-.6.8-.8-.6.6-1 .7-1 .6-.7.7-1 .6-.7.6-.8.5-.7.5-.7.5-.7.5-.7.5-.8.5-.6.5-.6.4-.6.4-.6.4-.6.4-.5.4-.5.3-.5.3-.4.4-.5.3-.4.3-.4.3-.3.4-.3.3-.3.2-.2.3-.3.3-.2.4-.2h.2l.3-.2-.4.4zm1 0v.3h-.2l.2-.3z" / >
< path fill = "#fff" d = "M425.2 580.6l-11.8-5c-5 10-8.2 16.6-9.5 20.2-2.8 7-3.5 13.8-2.3 19.5a22 22 0 0014-11.6c3.8-7 6-15.3 9.5-23z" / >
< path fill = "#21231e" d = "M413.6 575.2l11.7 5-.3 1-11.8-5-.3-.8.6-.2zm-.7.2v-.4l.6.2-.7.2zm-8.7 20.6l-1-.4.2-.3.2-.4.2-.5v-.4l.2-.3.2-.5.2-.4.2-.5.2-.5.3-.5.2-.5.3-.6.2-.5.3-.6.3-.5.3-.7.2-.6.3-.6.3-.7.4-.8.3-.7.4-.8.2-.7.4-.8.4-.8.4-.8.4-.8.4-.8.4-1 .4-.8.5-.8.4-1 .8.5-.4.8-.5 1-.5.8-.4.8-.3 1-.4.7-.4 1-.5.7-.4.7-.3.8-.3.7-.4.6-.3.7-.3.7-.3.6-.2.7-.3.6-.3.5-.3.6-.3.6-.3.6-.2.5-.3.5-.3.5-.2.5-.2.4-.2.5v.5l-.2.4-.2.3v.3l-.3.4zm-2.7 18.8l.2 1-.6-.4v-.5l-.2-.7v-.6l-.2-.5v-1.7l-.2-.5v-3.7l.2-.6v-1.2l.2-.7v-.6l.2-.5v-.7l.2-.6.2-.7v-.6l.3-.8v-.6l.3-.7.2-.7.2-.7.2-.7.2-.7.2-.7 1 .4-.3.6v.7l-.4.6-.2.6-.2.6-.2.7v.5l-.3.6v.8l-.3.6v.6l-.2.7v.6l-.2.6v.5l-.2.6v1.9l-.2.5v3.5l.2.5v1.2l.2.5v.7l.2.5-.6-.4zm.2 1h-.5v-.4l.5.4zm13.5-12.4l1 .5-.5.6-.3.6-.4.6-.3.6-.4.6-.4.5-.5.6-.5.6-.4.5-.4.6-.5.4-.4.5-.5.4-.5.3-.4.4-.6.4-.5.4-.5.4-.5.3-.5.4-.5.3-.4.2-.5.2-.4.2-.5.2-.4.3h-.4l-.5.2-.5.2h-.5l-.4.3h-.5l-.2-1h.9l.4-.3h.4l.4-.3h.5l.4-.3.5-.2.4-.2.5-.2.5-.2.5-.3.5-.3.4-.3.4-.4.4-.3.5-.4.4-.4.4-.4.6-.4.4-.5.4-.4.5-.6.3-.4.4-.5.4-.6.5-.6.4-.5.2-.7.4-.6.4-.6.3-.6zM425 581l.3-.8.3.6-.3.7-.3.8-.3.7-.3.7-.3.8-.2.7-.3.7-.2.7-.3.7-.3.8-.3.7-.2.6-.3.8-.4.7-.3 1-.2.6-.2.7-.3.8-.3.8-.2.7-.3.7-.3.8-.3.7-.2.7-.3.7-.3.8-.3.7-.5.7-.3.7-.3.6-.5.6-.3.7-1-.6.5-.6.3-.7.3-.6.3-.6.4-.7.3-.6.3-.7.3-.7.2-.7.3-.7.2-.7.3-1 .3-.6.3-.7.3-.7v-.8l.4-.7.3-.7.3-.8.2-.7.3-.7.3-.8.3-.7.3-.7.3-.7.3-.7.2-1 .3-.6.3-.8.3-.7.4-.8.3-.8.3.7zm.3-.8l.5.2-.2.4-.3-.6z" / >
< path fill = "#fff" d = "M428.6 580.6l-12.7-2c-2.4 10.8-4 18-4.4 22-1 7.5 0 14 2.7 19.4 4.3-2.3 8.8-7 10.7-14.7 2-7.8 2.2-16.3 3.6-24.7z" / >
< path fill = "#21231e" d = "M416 578.2l12.6 2v1l-12.8-2-.4-.6.6-.4zm-.6.4v-.5l.6.2-.6.4zm-3.3 22h-1l.2-.5V599l.2-.6v-.5l.2-.6v-.5l.2-.6v-.6l.2-.5v-.6l.2-.6v-.6l.2-.6.2-.7v-.6l.3-.7v-.7l.2-.8v-.8l.3-.8.2-.8v-.8l.3-1 .2-.7.2-1 .2-.8.2-1 .2-1 .2-1 .2-1 1 .3-.2 1-.2 1-.2 1-.2 1-.2.8-.2 1-.2.7-.2 1-.2.7v.8l-.3.8-.2.8v.8l-.2.7v.6l-.2.7-.2.7v.6l-.2.6-.2.7v.4l-.2.6v.6l-.2.5v1.1l-.2.6v.4l-.2.4v1.2zm2 19l.5.8-.7-.2-.2-.5-.3-.5-.2-.5v-.6l-.3-.4-.2-.5-.2-.5-.2-.6v-.6l-.2-.6v-.6l-.3-.6v-.6l-.2-.6v-.6l-.2-.6v-2.8l-.2-.6v-5.4l.2-.7v-1.5h1v3.1l-.2.7v5.1l.2.6v1.2l.2.6v.6l.2.6v.6l.3.6v.5l.2.6v.7l.3.5v.5l.3.6.2.5.2.5.2.5.3.5.2.5-.7-.2zm.5.8l-.5.3-.2-.5.7.2zm10-15.2l1 .2-.2.7-.2.8v.7l-.3.7-.3.7-.2.5-.3.6-.4.7-.3.6-.3.6-.3.4-.3.6-.4.5-.3.5-.4.5-.4.5-.4.4-.4.5-.4.3-.4.4-.4.4-.4.5-.4.3-.4.4-.4.3-.4.3-.4.3-.4.4-.5.3-.4.3-.4.2-.5.2-.5-.8.4-.2.4-.3h.4l.4-.4.4-.3.4-.3.4-.3.4-.3.4-.3.4-.3.3-.3.4-.4.4-.4.5-.4.3-.4.4-.5.3-.4.4-.6.2-.5.3-.6.3-.5.3-.6.4-.6.3-.5.3-.6.2-.6.3-.5.2-.6.3-.8.2-.7.2-.6.2-.8zm4-25v1l.5-.5v.8l-.2.8v.7l-.2.8v.8l-.2.8v.8l-.2.8v.7l-.2.8v.8l-.2.8v1.7l-.2.7v.8l-.2.8v.8l-.2.8v.7l-.2.8v1l-.2.6v.8l-.2.8-.2.7v.7l-.2.7-.2.8v.7l-.3.7-.2.7-1-.2.2-.8.2-.7v-.7l.2-.8v-.7l.3-.7v-.8l.2-.8v-.7l.2-.8v-1.5l.2-.8v-.7l.2-.8v-1l.2-.7v-.7l.2-.8v-1.6l.2-.8v-.8l.2-.7v-1l.2-.7v-.8l.2-.8v-.8l.2-1v-.7l.3-.8.5-.4zm-.4.3v-.4h.5l-.4.5zm.5.6v-1 1z" / >
< path fill = "#fff" d = "M430.4 563.4h7.6c4.4 2 9 12.2 3.7 22a65.8 65.8 0 00-9.5 29.2c-7.4-6.8-10.8-14.7-8.2-23.3 3.4-11.7 6.8-25.2 6.4-28z" / >
< path fill = "#21231e" d = "M438 564h-7.6v-1h7.8l-.2 1zm0-1h.2-.2zm4 22.5l-.8-.5.5-1 .4-.8.4-.8.3-1 .3-.8.2-1v-.7l.3-1V574l-.2-1v-.6l-.3-.8-.2-.7-.3-.8-.2-.7-.3-.6-.3-.7-.3-.6-.3-.6-.3-.4-.3-.5-.4-.3-.4-.4-.3-.4-.4-.4-.5-.3-.4-.3-.3-.2.5-1 .4.4.5.2.5.4.4.4.4.4.4.4.4.5.4.6.3.6.3.6.3.6.3.7.2.7.3.7.2.6.2.8v.7l.3 1v.8l.2.8v3.5l-.2 1v1l-.4.8-.3 1-.3 1-.4.8-.4 1-.5 1zM432 615l.5-.7-.8.3v-.8l.2-1v-2.3l.3-1v-.7l.2-.8.2-1 .2-.8v-1l.2-.7.3-1 .2-.8.2-1 .2-.7.3-1 .3-.8.3-1 .4-1 .4-.8.4-1 .4-1 .4-1 .4-1 .5-1 .4-1 .5-1 .5-1 .5-1.2.6-1 .6-1.2 1 .5-.7 1-.6 1.2-.7 1-.5 1-.5 1.2-.5 1-.4 1-.5 1-.5.8-.4 1-.3 1-.3 1-.4.8-.3 1-.3.8-.2.8-.3 1-.4.8-.2.8-.2 1-.2.7-.2 1v.7l-.3.8v1l-.3.7v.8l-.2.8v1l-.2.7v1.8l-1 .2zm.7-.3v1l-.8-.7.7-.3zm-9.2-23.6l1 .4-.3.8-.2.8v.8l-.2.7v.8l-.2.8v3l.2.8.2.8v.7l.3.7.3.7.2.8.3.7.4.7.4.6.3.7.5.7.4.7.4.7.5.6.4.7.5.7.4.6.6.7.6.6.6.7.7.6.5.7-.6.7-.8-.6-.7-.7-.6-.7-.7-.6-.6-.7-.6-.7-.4-.7-.6-.7-.4-.7-.5-.8-.3-.7-.5-.7-.3-.8-.5-.7-.3-.7-.3-.8-.4-.7-.2-.7-.2-.8-.2-.7v-.8l-.2-.8v-.8l-.2-.8v-2.5l.2-.8v-.8l.3-.8.3-1 .2-.7zm7-28v1l.4-.7v1.8l-.2.5v1.1l-.2.7-.2.7v.8l-.3.8v.8l-.2 1-.2.8-.2 1-.3 1v1l-.4 1-.2 1-.3 1-.2 1-.2 1-.3 1.2-.3 1-.3 1.2-.3 1-.3 1.2-.3 1.2-.3 1-.3 1.2-.2 1-.4 1.2-1-.3.4-1 .3-1 .5-1.2.3-1 .3-1.2.4-1.2.3-1 .3-1.2.3-1 .3-1.2.3-1 .2-1 .2-1 .3-1.2.2-1 .2-1 .2-1 .2-.8.2-1 .2-.8.2-.8v-.8l.3-.7v-.8l.2-.7v-.6l.2-.6v-2l.4-.6zm-.6.5v-.6h.4l-.5.5zm.4 0v-.6.4zm-.5 0v-.6h.4l-.5.5z" / >
< path fill = "#fff" d = "M433.8 558.2l-12-4.3c-4.3 10-7.2 16.8-8.4 20.5-2.3 7.3-2.6 14-1 19.6a21.3 21.3 0 0014-11.6c3.3-7.3 4.5-16.3 7.4-24.2z" / >
< path fill = "#21231e" d = "M422 553.4l12 4.3-.4 1-12-4.4-.3-.6.6-.3zm-.7.3l.2-.4h.4l-.7.4zm-7.4 21l-1-.3v-.4l.2-.4v-.4l.3-.4v-.4l.3-.5.2-.5v-.5l.3-.5.2-.5.2-.6.3-.6.2-.5.2-.6.3-.6.2-.6.2-.6.3-.7.3-.6.3-.7.4-.7.3-.8.3-.8.3-.7.4-.8.3-1 .4-.8.3-1 .4-.8.5-1 .4-.8.3-1 1 .5-.5 1-.4 1-.4.8-.3 1-.4.8-.4.8-.4.8-.3.8-.4.8-.4.8-.3.7-.3.8-.3.8-.3.7-.3.6v.8l-.4.6-.2.6-.3.6v.6l-.3.6-.2.5-.2.5-.2.5v.5l-.3.5-.2.4v.5l-.3.4v.3l-.2.3v.4zm-1.8 19l.3 1-.6-.4-.3-.6v-.5l-.2-.6v-.5l-.2-.5v-.6l-.2-.7V583l.2-.7V581l.3-.6v-.7l.2-.6v-.6l.3-.6.2-.7v-.6l.3-.7.2-.6.2-.6 1 .3-.3.6-.2.7-.2.7-.2.6v.7l-.2.6v.7l-.2.6-.2.6v.6l-.2.6v1l-.2.7v6.5l.2.6v1.1l.2.4.2.6v.5l.2.5-.6-.3zm.3 1h-.5v-.4l.5.3zM426 582l.8.6-.3.6-.4.7-.2.5-.4.6-.4.7-.4.6-.4.5-.4.5-.4.5-.5.5-.5.5-.5.4-.4.4-.5.4-.4.4-.4.4-.5.3-.5.5-.5.3-.5.3-.5.4-.4.2-.5.3h-.5l-.5.4-.5.2-.5.2-.5.2h-.4l-.6.3-.4.2h-.5l-.3-.8.4-.2h.5l.5-.3.5-.2h.4l.5-.3.4-.2.4-.3.5-.2.5-.2.5-.3.4-.3.5-.3.5-.4.4-.3.6-.3.4-.4.5-.3.4-.4.4-.5.4-.4.4-.4.4-.4.4-.5.4-.5.4-.5.4-.5.4-.6.3-.6.3-.6.3-.6.3-.7zm7.6-23.4l.4-1 .3.7-.3.8-.3.8-.2.8-.3.7-.2.8-.2 1-.2.6-.2.8-.3.8v.8l-.3.7-.2.8-.2.8-.2.8v1l-.3.6-.2.8-.2.8-.2.8v.7l-.3.8-.2.8-.3.7-.2.8-.2.7-.3.8-.3.7-.2.7-.3.8-.3.7-.3.7-.2.6-1-.5.4-.5.3-.7.3-.7.3-.6.3-.7.3-.8.2-.8.2-.7.3-.8.2-.7.2-.8.2-.7v-.8l.4-.8.2-.8.2-.8.2-.8.2-.8.2-.7.2-.7.2-.8.2-.8.2-.8.2-1 .2-.6.2-.8.3-.8.3-.8.2-.7.3-.8.3-.8.3-.7.3.6zm.4-1l.4.3v.3l-.4-.6zm-.2.6l-.2.4.2-.4zm.2-.5l.4.2v.3l-.4-.6z" / >
< path fill = "#fff" d = "M425.6 549.7l-2.6-16.4c-2.8-.7-6.5 5.8-10 9.5-1 1-2 1.7-2.6 2.8a23.3 23.3 0 00-3.4 8 62.3 62.3 0 01-13 27.6c10.2-.2 18-3.8 21.8-12 5-11 7.7-17.7 9.8-19.5z" / >
< path fill = "#21231e" d = "M423.4 533.3l2.7 16.4h-1l-2.5-16.3.6-.6.4.5zm-.3-.4h.4v.2l-.3-.4zm-9.7 10.2l-.8-.7.4-.4.2-.2.3-.4.4-.4.2-.4.3-.4.4-.4.2-.5.3-.4.4-.5.2-.4.3-.3.4-.5.2-.4.3-.4.4-.3.2-.3.3-.4.3-.3.4-.3.3-.4.3-.2.3-.2.4-.2.4-.3h.3l.4-.3h.3l.4-.2h1.1l-.2 1h-1l-.3.2-.2.2-.3.2-.3.2-.3.2-.3.3v.4l-.5.3-.3.3-.3.3-.4.4-.3.4-.3.5-.4.4-.3.3-.3.4-.3.4-.4.5-.3.5-.3.4-.4.4-.3.4-.4.4-.3.4-.4.4-.4.4-.3.4zm-2.5 2.7l-.8-.7v-.2h.2l.2-.2v-.2h.2v-.2h.2v-.2h.2v-.2h.2v-.2l.2-.2h.2v-.2l.2-.2h.2v-.2h.2v-.2h.2v-.2l1 .6h-.2l-.2.2v.2h-.2v.2h-.2l-.2.2v.2h-.2l-.2.2v.2h-.2v.2h-.2v.2h-.2v.2h-.2v.2l-.2.2v.2h-.2zm-3.3 7.7l-1-.2v-.6l.2-.4v-.3l.2-.3v-.8l.2-.3v-.3l.2-.3v-.3h.2v-.4l.2-.3v-.2l.2-.2v-.2l.3-.3v-.2l.2-.2v-.2l.3-.2v-.3h.2v-.3l.3-.3v-.2l.3-.2v-.2l.2-.3.2-.2.8.6-.3.3v.2l-.2.2-.2.2v.4l-.2.2-.2.2v.3l-.2.3v.2l-.2.3-.2.2v.2l-.2.3v.2l-.2.3v.2l-.2.3v.2l-.2.3v.5l-.2.3v.2l-.2.3v.5l-.2.3v.7zm-13.4 27v1l-.3-.8.5-.8.5-.7.5-.6.5-.8.5-.7.5-.7.4-.6.6-.7.4-.7.5-.8.4-.7.4-.7.4-.8.4-.7.4-.7.4-.8.4-.8.4-.8.4-1 .4-1 .3-.8.3-1 .3-.8.4-1 .3-1 .4-1 .3-1 .3-1.2.3-1 .3-1.3.2-1.3.3-1.2 1 .2-.3 1.2-.3 1-.4 1.3-.3 1.2-.4 1-.4 1-.3 1.2-.4 1-.4 1-.4 1-.3 1-.5.8-.4 1-.3.8-.4.8-.4 1-.5.8-.4.8-.3.7-.5.8-.4.8-.5.8-.4.7-.6.7-.5.7-.5.7-.5.7-.5.8-.5.7-.5.6-.5.8-.5.7-.4-.8zm0 1h-1l.7-.8.4.7zm21.3-12.8l1 .4-.5.7-.4 1-.4.6-.4.7-.5.7-.4.6-.5.6-.5.6-.5.6-.6.5-.6.4-.6.5-.7.4-.6.4-.8.4-.7.4-.7.4-.7.3-.7.3-.8.3-.8.2-.8.2-1 .2-.7.2-1 .2-.7.2h-1l-.8.2h-1l-.8.2h-2v-1h2.8l1-.2h.8l.8-.2 1-.2h.7l1-.3.7-.2.7-.3.8-.2.7-.3.7-.3.7-.3.6-.3.7-.3.6-.4.7-.5.6-.4.6-.4.5-.4.6-.6.5-.5.5-.4.5-.6.5-.6.4-.7.5-.6.4-.6.3-.7.3-.8zm9.8-19.2h1v.3l-.3.3v.2l-.3.2-.2.2-.2.2-.2.3-.3.4-.2.2-.2.4v.4l-.4.5-.2.5-.3.5-.2.5-.3.6-.2.6-.3.6-.3.6-.4.7-.3.8-.3.8-.4.7-.3.8-.4 1-.4.7-.4 1-.4.8-.4 1-.4 1-.5.8-.3 1-.5 1-1-.4.6-1 .4-1 .5-1 .4-1 .5-1 .4-.8.3-1 .4-.7.4-.8.4-.8.4-1 .3-.6.4-.7.4-.7.3-.6.4-.7.3-.6.2-.4.2-.6.3-.5.2-.5.3-.4.2-.5.3-.3.2-.4.2-.3.2-.4.2-.3.2-.3.2-.2.3-.2.3-.2-.2.4zm1 0v.3-.3z" / >
< / g >
< use width = "1350" height = "900" transform = "matrix(-1 0 0 1 964.3 0)" xlink : href = "#d" / >
< path fill = "#fff" stroke = "#21231e" d = "M536.4 415a38 38 0 004.8-1.5 66.2 66.2 0 01-21.4-22c-7.8-12 3.3-33 8-44.3a53 53 0 0021.2-31c1-7.3-19-4.7-33 2-17 8-19.3 5.7-25.4 7-2.2 10.5 2.4 11.4 6.7 11-9.4 15-13.3 29.8-15 51.4-2-21.6-6-36.5-15.3-51.5 4.3.6 9-.3 6.7-10.7-6-1.4-8.4.8-25.4-7.2-14-6.5-34-9-33-1.8 3 13.7 11.8 24 21.3 31 4.6 11.2 15.7 32.4 8 44.2a67.3 67.3 0 01-21.5 22c1.7.7 3.3 1.2 5 1.5-1.2 1.5-11 4.5-12.3 3.7-7.6-5.3-15-18-21.4-25.2-18.2-20.8-27.3-36.7-24-49.6 4.5-14 20.8-29.6-.8-27-21.7 2.8-39.6 32.5-45.4 68.3-2 13.2-3.3 24.4-4.7 33.5 11.8-4.3 17-8.5 20.2-13.7-1.4 5-2.5 9.7-3.2 14.2 9.7-1.7 16.7-6.4 19.2-15 1-3.6 2.3-6.5 3.6-9 3 1 7 1 11.6 0 1.7 4 15 19 22.2 30 8 12.2 20.2 21.6 24.2 22 2 .4 2.7-4 2.2-10.2 21 .2 42.3.3 63-.4 20.7.7 41.8.6 63 .4-.6 6 0 10.6 2 10.3 4-.5 16.2-10 24.3-22.2 7-10.8 20.5-25.7 22.2-30a20 20 0 0011.6.2c1.3 2.5 2.5 5.4 3.5 9 2.5 8.6 9.5 13.3 19.2 15-.7-4.5-1.8-9-3.2-14 3.2 5 8.4 9.3 20.2 13.6-1.4-9-2.7-20.3-4.8-33.5-5.8-35.8-23.7-65.5-45.4-68.2-21.6-2.6-5.3 13-.7 27 3.3 12.8-5.8 28.7-24 49.5-6.5 7.3-13.8 20-21.4 25.2-1.2.8-11-2.2-12.2-3.8z" / >
< g id = "e" >
< path fill = "#edb92e" d = "M440.6 356.8c-2 1.8-8.8 1.8-18 2.4-14.8.5-23.4-4-25.3-13.5 5.6 6.6 12.2 10 19.7 8 10.2-2.5 16-4.3 18.3-3.8 1.6.4 4 3.3 5.3 6.8z" / >
< path fill = "#21231e" d = "M422.6 359.7v-1h1.8l.7-.2h2.5l.8-.2h2.8l.8-.2h3l.5-.2h1l.4-.2h.5l.4-.2h.4l.5-.2h.3l.3-.2h.4l.3-.2h.2v-.3h.3l.6.7h-.3l-.3.3-.3.2h-.2l-.3.3h-.4l-.3.2h-.4l-.4.2h-.5l-.5.2h-1l-.5.2h-1.5l-.6.2H432l-.6.2h-2.8l-.8.2h-2.3l-1 .2H423zm0 0zm-25-14.3l-.7.6.8-.4.2 1 .2.7.3.8.3 1 .3.6.5.7.4.7.4.6.5.6.4.6.6.6.6.5.6.4.7.5.6.3.8.5.8.4.8.3 1 .4.8.2 1 .3 1 .2 1 .2h1l1 .3h1.2l1.2.3h6.6v1H416l-1-.2h-1.3l-1-.3h-1.2l-1-.3-1-.3-1-.3-1-.2-1-.4-.8-.3-.8-.4-1-.4-.7-.5-.7-.5-.7-.5-.7-.6-.6-.5-.6-.6-.4-.8-.5-.7-.3-.7-.4-.8-.4-.7-.4-1-.3-.7-.3-1-.2-.8 1-.4zm19.3 8l.2 1h-.8l-.7.2h-1.4l-.7.2h-2.8l-.6-.2-.7-.2h-.7l-.6-.3h-.7l-.6-.3-.8-.3-.6-.3-.6-.2-.6-.3-.6-.4-.6-.3-.6-.4-.6-.4-.6-.6-.6-.4-.6-.5-.5-.6-.6-.6-.4-.6-.6-.5-.5-.6-.6-.7.7-.6.5.6.5.6.6.6.5.5.5.5.6.5.4.5.6.5.6.4.5.5.7.4.6.3.6.3.4.3.6.2.6.3.6.2.7.2h.5l.6.3.7.2h.6l.7.2h4.7l.6-.3h.7zm18.5-4l-.3 1h-2.6l-.4.2h-.9l-.5.2-.5.2h-.5l-.6.2h-.5l-.6.3h-.5l-.7.3-.7.2h-.6l-.7.3-.7.2-.8.2-.8.2h-.8l-.8.3-1 .3-.8.2-1 .2-.8.3-.3-1 1-.2.8-.2 1-.2.7-.2 1-.2.7-.2.8-.2.7-.2.8-.2.7-.2.7-.2.6-.2h.6l.6-.3h.6l.6-.3h.6l.5-.2h.6l.5-.2h.6l.4-.2h.9l.3-.2h2zm0 0zm5.4 7.8l-.7-.8-.2.6v-.7l-.3-.3v-.3l-.3-.3v-.3l-.3-.2v-.3l-.2-.2-.2-.3v-.3l-.3-.2-.2-.3v-.2l-.2-.2-.2-.3v-.2l-.3-.2h-.2v-.3h-.2l-.2-.3v-.2h-.3l-.2-.2v-.2h-.2v-.2h-.4v-.2h-.2l.3-1h.2l.2.2.2.2h.2l.2.2.2.2h.2v.3l.3.2.2.2h.2l.2.3v.2l.2.2.2.2.2.2.2.2.2.3v.2l.3.2.2.3.2.3v.3l.3.4.2.3v.3l.3.3v.3l.3.3v.3l.2.3v.6zm0-.6l.2.3-.3.2v-.6zm-21.5-35.4v1.5h-.4v-.4h-.2v-.7l.2-.2h.2v-.2h.2zm15.3 4l-.5 1.3-.6-.2-.5-.2h-.6l-.5-.2-.4-.2-.5-.2-.4-.2-.5-.2-.4-.2h-.5l-.4-.3-.5-.2h-.4l-.4-.3h-.5l-.4-.3h-.5l-.4-.2h-.4l-.5-.2h-.4l-.3-.2h-1.3l-.4-.2H420v-2h2.9l.5.2h1l.4.2h.5l.3.2.5.2h.5l.4.2.5.2h.5l.4.3h.6l.5.3.6.2h.5l.6.3.5.2.6.2h.5l.6.3.6.2.5.2.6.2h.5zm9 2.5v1.5H442l-.3-.2h-.4l-.3-.2h-.3l-.4-.2h-.3l-.4-.2h-.4l-.3-.2h-.5l-.3-.2-.4-.2h-.3l-.4-.2h-.2l-.3-.2h-.3l-.3-.3h-.7l-.2-.2h-.4l-.2-.2.4-1.5h.2l.2.2h.2l.2.2h.3v.2h.4l.3.2h.3l.3.2h.4l.3.2.3.2h.4l.3.2h.4l.3.2h.4l.4.2h.3l.4.2h.4l.3.2h.6l.3.2h1zm0 1.5v-1.5h.4v.2h.2v.2h.2v.9h-.2v.2h-.2v.2h-.2zm23.4 7.5l.2-1.2h.2v.2h.2v.8h-.6zm-10-2l.4-1.2h.5l.3.2h.4l.3.2h1.1l.2.2h.6l.2.2h.6l.3.2h.7l.4.2h.8l.3.2h.9l.2.2h.9l.5.2h.8l-.2 1.3h-.9l-.4-.2h-.6l-.4-.2h-.7l-.4-.2h-1.4l-.3-.2h-.7l-.3-.2h-.6l-.3-.2h-.5l-.4-.2h-.5l-.3-.2h-.5l-.2-.2h-.5l-.2-.2zm.4-1.2l-.3 1h-.2v-.8h.8z" / >
< path fill = "#21231e" d = "M431.5 332l-.7 1.3-.4-.3-.4-.2-.4-.3-.3-.2-.4-.3-.4-.3-.3-.3-.4-.3-.4-.2-.3-.4-.3-.3-.2-.3-.3-.3-.3-.4-.2-.3-.3-.4-.2-.3-.3-.4-.2-.4-.2-.3-.3-.5-.2-.4-.2-.2v-.4l-.3-.4-.2-.3-.2-.4-.2-.3v-.4l-.2-.3-.2-.3-.2-.4 1.4-.7.2.2.2.4v.3l.3.2.2.4.2.3v.3l.3.3.2.4.2.3.2.4v.3l.3.4.3.3.2.4.2.4.2.4.3.3.2.4.3.4.2.3.3.4.3.3.3.3.3.2.3.3.3.3.2.2.4.3.3.2.2.2.3.2zm7.6-5.3l1.5.8-.2.4-.2.3-.2.4-.2.4-.3.5-.3.4-.2.2-.3.4-.3.3-.3.2-.3.3-.3.3-.3.3-.2.4-.3.2-.3.2-.4.2-.3.2-.3.2h-.3l-.5.2h-.3l-.3.2h-2.2l-.4-.2-.3-.2h-.2l.7-1.5h.5l.2.2h1.7l.3-.2h.2l.3-.2h.2l.3-.3.2-.2.3-.2h.2l.3-.3.2-.3.3-.2.2-.3.3-.4.2-.3.3-.3.2-.4.2-.3.3-.4.2-.5.2-.4v-.3z" / >
< path fill = "#21231e" d = "M429.6 331l-2.2-2.3c-1-1.3-.5-3 2-5.4 1.5.7 3 1.3 4.2 2-1 3-2.2 4.8-4 5.6zm-6.3 82l-.4 1h-.4v-1h.8zm23.8-3.6l1 1-.7.5-.6.4-.7.5-.6.4-.7.5-.7.3-.7.4-.7.4-.7.4-1 .3-.6.3-.8.2-.7.2-1 .2-.7.2h-.8l-.8.2h-5l-1-.2h-.8l-.8-.3h-1l-.8-.4h-1l-.7-.3-1-.3-.8-.3.3-1 .8.2 1 .3 1 .3.7.2 1 .2.7.2h.8l1 .2h.7l.7.2h4.8l.7-.2h1l.6-.3.7-.2h.7l.7-.4.7-.3.7-.3.8-.3.6-.4.7-.4.7-.5.6-.5.6-.5.5-.5.6-.6zm3-2.8l1 .8h-.2v.2h-.2l-.2.2v.2h-.2v.2h-.2v.2h-.2l-.2.2-.2.2v.2h-.2v.2h-.2l-.2.2-.2.2-.2.2-.2.2v.2h-.2l-1-.8h.2v-.2h.2v-.2h.2l.2-.2.2-.2.2-.2v-.2h.2v-.2h.2l.2-.2.2-.2.2-.2v-.2h.2l.2-.2.2-.2v-.2h.2zm1 .8l-1-.8.2-.2h.7v.2h.2v.8z" / >
< path fill = "#21231e" d = "M452.2 401.3l-1.2-.2v-.2h.2l.2-.2h.6v.4h.2v.2zm-5.5 16l.3 1-.7-.8.2-.4.2-.4.2-.5v-.4l.3-.4.2-.5.2-.5v-.5l.3-.4.2-.5.2-.5v-.5l.3-.5v-.5l.3-.5v-.5l.3-.5v-.5l.3-.5v-.5l.2-.5.2-.6v-.5l.2-.6v-.5l.2-.4v-.6l.2-.6v-.5l.2-.7v-.6l.2-.6 1.2.3v.6l-.2.5v.6l-.2.6v.6l-.2.6v.5l-.2.6-.2.4v.6l-.2.5v.6l-.3.6v.5l-.3.6v.6l-.3.5v.5l-.2.5-.2.5v.5l-.3.5-.2.5v.5l-.2.4-.2.5-.2.6-.2.5-.2.6-.2.5-.2.5-.2.5-.7-.8zm-.4.2l1 .5v.2h-.2v.2h-.4l-.2-.2v-.2h-.2v-.4zm15.2-9.5l1 .7-.3.4-.4.6-.3.4-.4.4-.2.4-.4.4-.4.4-.4.4-.4.3-.4.4-.5.3-.4.4-.6.3-.4.3-.5.3-.5.3-.5.3-.5.2-.5.3-.5.3-.6.2-.5.3-.7.2-.5.3-.6.2-.6.2-.6.2-.6.2-.6.2-.6.2-.6.2-.6.2-.3-1.2.6-.2h.6l.5-.3.6-.2.6-.2.6-.2h.6l.5-.3.6-.3.4-.2.5-.2.4-.3.5-.2.4-.3.5-.3.4-.4.5-.3.3-.3.5-.3.4-.3.4-.3.4-.2.4-.4.4-.3.4-.3.4-.3.3-.4.3-.4.3-.4.3-.4.2-.4.3-.4zm1 .7l-1-.7h.2v-.2h.7v.2h.2v.7z" / >
< path fill = "#21231e" d = "M461.3 400.2H460v-.2h.2v-.2h1v.4zm4.4 15.7l.7 1-.8-.3-.3-.4-.3-.4-.2-.5-.3-.5-.2-.4-.3-.4-.2-.5-.3-.5-.2-.4-.2-.5v-.5l-.3-.5-.2-.5-.2-.5-.2-.5v-.5l-.2-.5-.2-.5v-.6l-.3-.5v-.5l-.3-.6v-.4l-.2-.6v-.6l-.2-.5v-.7l-.2-.6v-.6l-.2-.5v-1.2h1v.5l.2.6v.6l.2.5v1.4l.2.5.2.6v.5l.2.5v.6l.3.5v.4l.2.5.2.4v.5l.2.4.2.5.2.4.2.5.2.4.2.4.2.5.2.4.2.5.3.4.3.4.2.4.3.5.2.3.3.4.3.3h-1zm0 .7l1-.7v.8l-.2.2h-.2v.2h-.4v-.2h-.2zm7.6-12.6l1 .4v.6l-.2.5v.5l-.2.5-.2.5-.2.5-.2.5-.2.5-.2.4-.2.4-.2.4-.3.5v.4l-.4.4-.2.5-.3.4v.3l-.4.3-.3.4-.3.4-.2.3-.3.3-.3.4-.3.3-.4.3-.3.3-.3.3-.3.2-.3.3-.3.4-.3.2-.3.3-.7-1 .3-.3.3-.2.3-.3.3-.2.2-.3.3-.3.2-.2.3-.3.3-.4.3-.3.2-.4.3-.4.4-.3.2-.4.3-.4v-.4l.4-.3.2-.5.3-.4v-.3l.3-.4.2-.4.2-.6.2-.4v-.5l.3-.4.2-.4.2-.5v-.4l.3-.5v-.4l.3-.5zm1 .4l-1-.3v-.2h.8v.2h.2v.4z" / >
< path fill = "#edb92e" d = "M406 317.8c-16.7 1.8-16 12.6-.4 28 3 3 4 3 4.6-.2 1.2-5.3 7-8.5 10.2-4.4 2 2.7 1.6 4.3 8.6 3.3 9 7.5 16.2 12.8 4.5 12.3-5-.2-9 2.8-15.7 2.5 2 4 2.3 4.3 3.4 4.6 6.5 1.2 13.3-2.8 19.8-1.6 14.3 2.6-23-38.6-22.4-40.3 1-4-9-11.5-12.7-4.2z" / >
< path fill = "#21231e" d = "M406 345.5l-.7.7-1.4-1.5-1.5-1.4-1.2-1.4-1.2-1.4-1-1.3-1-1.3-.8-1.3-.8-1.2-.8-1.2-.6-1.2-.5-1-.5-1.2-.3-1-.3-1v-1l-.2-1v-1l.2-1 .2-.8.4-.8.4-.8.6-.7.6-.7.8-.6.8-.6 1-.5 1-.5 1-.4 1.4-.4 1.3-.3 1.3-.2 1.6-.2v1l-1.5.2-1.4.2-1.2.3-1.2.3-1 .4-1 .5-1 .4-.6.5-.7.7-.6.6-.4.6-.4.6-.4.7-.2.8-.2 1v1.7l.2.8.2 1 .4 1 .4 1 .5 1 .5 1.3.7 1 .8 1.3 1 1.4.8 1.2 1 1.3 1.2 1.3 1.2 1.3 1.4 1.4 1.4 1.5zm3.8 0l1 .2v.3l-.2.3v.5l-.2.2v.2l-.2.2v.2l-.2.2-.3.3v.2h-.3l-.2.2H408l-.2-.2h-.2l-.2-.2h-.2l-.2-.3-.2-.2h-.2l-.3-.4h-.2l-.2-.3-.3-.3-.2-.2.7-.7.2.2.3.3.2.2.3.2.2.2.2.2h.2l.2.2.2.2h.3v.2h.6l.2-.2v-.2l.2-.2v-.2l.2-.4v-.4l.2-.3zm11-4.6l-.8.5-.3-.4h-.3l-.3-.4-.2-.2-.3-.2h-.3l-.3-.2h-.5l-.3-.2h-1.5l-.3.2-.4.2h-.2l-.4.3-.3.2-.2.2-.4.2-.3.2-.2.3-.3.3-.2.4-.3.3-.2.4-.3.5-.2.4-.2.3v.5l-.2.4v.5l-1-.2v-.5l.2-.5.2-.5.2-.5.3-.5.2-.4.2-.4.3-.4.3-.4.3-.4.4-.3.4-.3.4-.3.4-.2.3-.2.3-.2.5-.2h.4l.4-.2h.4l.4-.2h1l.4.2h.6l.4.3.4.3.3.2.4.3.4.5.4.4zm8.6 3.2l-.7.7h.4-.5l-.6.2h-4.5l-.2-.2h-.3l-.2-.2h-.2l-.2-.2-.2-.2-.2-.2h-.2v-.3l-.3-.3v-.2l-.3-.2v-.2h-.3l-.2-.3-.2-.3v-.2l-.3-.2v-.3l-.3-.2.8-.6h.2v.4l.3.2.2.3.3.3v.2l.2.2.2.2.2.2.2.2.2.2h.2v.2h.3l.2.2h.2l.2.2h5.4zm-.4 0l.2-.2.2.2h-.4zm4.5 13v-1h4.1l.5-.2h.4l.3-.3h.2v-1l-.2-.3-.2-.4-.3-.5-.4-.4-.5-.4-.4-.4-.4-.5-.6-.5-.6-.6-.6-.6-.7-.5-.6-.6-.7-.7-.7-.7-.8-.6-.8-.7-.8-.7-1-.7.8-.8.8.7.8.5.8.7.8.7.7.5.8.6.8.7.7.6.6.6.7.4.6.6.5.5.5.5.4.5.4.4.4.4.3.4.2.4v2.3l-.4.3-.3.2-.4.3-.6.2h-.6l-.7.2h-3.6zm-15.2 2l-1 .4.5-.8h3.4l.6-.2h.5l.5-.2h.5l.5-.2h.5l.4-.2h.5l.5-.2.4-.2h.6l.4-.2.5-.2h.4l.4-.2h.5l.3-.2h.5l.4-.2h.5l.5-.2h2.6v1H431l-.4.2h-.9l-.4.3h-.8l-.4.2h-.5l-.4.3h-.6l-.5.2h-.5l-.5.3h-.5l-.5.2h-.5l-.5.2h-.5l-.6.2h-.6l-.6.2h-3l.5-.7zm-1 .4l-.3-.8h.8l-.4.8zm4 4l-.2.8h-.4v-.2h-.2l-.2-.2h-.2v-.2h-.2v-.2h-.2v-.2l-.2-.3-.2-.2-.3-.3-.2-.2v-.2h-.2v-.4l-.3-.2v-.3h-.3v-.4l-.3-.3v-.4l-.3-.4 1-.5v.5l.2.3.2.3v.4l.3.3.2.2v.2l.3.2v.2l.2.2v.2h.2v.3l.2.2v.2l.2.2h.2v.2h.4v.2h.4zm-.2.8zm20-2.5v1l-.7-.2h-4.7l-.6.2h-.7l-.6.2h-.7l-.6.2-.6.2h-.6l-.6.2h-.7l-.7.3-.6.2h-.6l-.6.2h-.6l-.6.2h-4.6l-.6-.2.3-1 .6.2h4.8l.6-.2h.6l.5-.2h.6l.7-.2.7-.2h.6l.6-.2.6-.2h.7l.5-.2h.6l.7-.2h.7l.6-.2h4.9zm-23-40l1 .3.3.3.5.7.6.8.8 1.2 1 1.2 1 1.3 1 1.5 1.3 1.5 1.3 1.7 1.4 1.8 1.4 1.8 1.5 1.8 1.5 2 1.5 1.8 1.4 2 1.4 2 1.3 1.7 1.3 2 1.2 1.7 1 1.7 1 1.6.8 1.5.6 1.4.4 1.3.3 1.2v2l-.6.7-.8.5H441v-1h2l.4-.3.3-.4V360l-.3-1.2-.4-1.2-.6-1.3-.8-1.5-1-1.6-1-1.7-1-1.8-1.3-1.8-1.4-2-1.4-2-1.4-1.8-1.5-2-1.4-1.8-1.5-1.8-1.4-1.8-1.3-1.8-1.3-1.6-1.2-1.6-1-1.5-1.2-1.3-1-1.2-.7-1-.6-1-.5-.7-.3-.4v-.6zm-12-3.7v-1l-.5.2.4-.6.3-.7.5-.6.5-.4.5-.3.6-.3.5-.2.5-.2h2.6l.6.2.6.2.5.3.6.2.6.3.4.4.5.2.4.4.4.4.5.5.4.4.3.4.3.4.3.5.2.5.2.5v.5l.2.5v1l-1-.3v-1l-.2-.4v-.4l-.3-.4-.2-.4-.3-.4-.3-.4-.5-.4-.3-.4-.5-.4-.4-.4-.5-.3-.4-.3-.5-.3h-.7l-.5-.3-.5-.2h-.5l-.6-.2h-2l-.4.3-.5.2-.4.3-.5.5-.4.4-.3.4-.3.6-.4.3zm.4-.3l-.2.2h-.2l.4-.2zm-.5-.2v.5-.5zm.4.2l-.2.2h-.2l.4-.2z" / >
< path fill = "#21231e" d = "M407 317.2l-1.3.4v-.6h.2v-.2h.8v.2h.2v.2zm7.6 10.6l-.8 1-.4-.4-.3-.4-.3-.3-.3-.3-.4-.3-.3-.2-.3-.4-.3-.3-.2-.2-.3-.4-.3-.3-.3-.2-.4-.4-.3-.3-.2-.2-.2-.4-.2-.3-.3-.3-.2-.3v-.4l-.4-.3-.2-.4-.2-.4-.2-.4-.2-.4v-.4l-.3-.3-.2-.4v-.3l-.3-.3v-.4l-.3-.4 1.2-.4v.7l.3.3v.3l.3.4v.3l.3.4v.3l.3.4.2.3.2.3.2.4v.3l.3.3.2.4.3.3.2.3.3.4.2.3.3.3.3.3.4.4.2.3.3.3.2.3.3.3.4.2.2.3.3.3.4.4.2.3.4.3zm-.8 1l.8-1v.2h.2v.7h-.4v.2h-.7zm-9.5-4.6c.8 0 1.3.7 1.2 1.5s-.8 1.3-1.5 1.2c-.8-.2-1.3-.8-1.2-1.6s.8-1.3 1.5-1.2zm-45.9 38.4h.2v-.2h.4v.2h.2v.2l.2.2v.4h-.2l-.8-.8zm-22.7 56l.2-1V416l.4-1.5.3-1.5.4-1.7.6-1.8.5-2 .7-2 .6-2 .6-2 .6-2.2.8-2.2.7-2.2 1-2 .7-2.3 1-2.3.7-2.2 1-2.2.8-2 1-2.2.8-2 1-2 .8-2 1-1.7.8-1.5 1-1.6.7-1.5 1-1.3.7-1.2.8-1 .8-.8.8-.6.7 1-.6.5-.7.8-.7 1-.8 1-1 1.3-.7 1.5-1 1.5-.7 1.7-1 1.7-.8 2-1 1.8-.8 2-1 2-.8 2.3-1 2-.7 2.3-1 2.3-.7 2.3-.8 2.2-.7 2.2-.8 2.2-.6 2-.6 2-.6 2.2-.6 2-.5 1.8-.4 1.8-.4 1.6-.5 1.6-.2 1.4-.2 1.3v1H336zm5.6 80.5l-.7-2-.7-2-.7-2.2-.6-2.2-.6-2.2-.4-2.4-.4-2.3-.5-2.4-.4-2.5-.3-2.4-.3-2.5-.3-2.7-.2-2.6-.3-2.6-.2-2.5-.2-2.6v-3l-.2-2.7v-18.5l.3-2.7v-2.5l.2-2.6v-2.7l.3-2.6.2-2.5.2-2.5h1.2l-.3 2.6-.2 2.5-.2 2.6-.2 2.6v2.6l-.2 2.6v2.6l-.2 2.7v18.8l.2 2.6v2.6l.3 2.6.3 2.6.3 2.6.3 2.5.2 2.5.3 2.5.4 2.4.3 2.5.5 2.3.5 2.3.5 2.3.6 2.2.6 2 .7 2.2.7 2-1 .4zm1-.4v.8h-.8v-.2l1-.6z" / >
< / g >
< use width = "1350" height = "900" transform = "matrix(-1 0 0 1 964.3 0)" xlink : href = "#e" / >
< path fill = "#21231e" d = "M473 398.4h-.2v.5h-.2v.8l.2.7v1.6l.2.8.2.8v.7l.3.8v.8l.3.7.2.8.3.7.2.7.2.7.3.7.3.8.3.7.3.7.2.7.3.6.4.6.2.7.4.5.4.7.4.7.4.5.5.6.4.8.5.6.4.6.5.6.6.6.2.2h.8v-.2l.6-.6.5-.6.5-.6.4-.6.5-.7.5-.5.4-.6.3-.8.4-.6.3-.7.4-.8.4-.6.3-.7.4-.8.3-.7.3-.7.3-.7.3-.6.2-.7.3-.7.3-.7.2-.8v-.7l.3-.7.2-.7v-.7l.3-.8v-1.4l.2-.8v-2.1h-1v.4l-.2 1v1.4l-.2.7v.7l-.2.7-.2.7v.8l-.3.7-.2.7-.2.7v.6l-.3.7-.3.7-.2.7-.3.7-.4.6-.2.7-.4.7-.3.6-.3.7-.4.6-.4.7-.3.6-.4.6-.5.6-.4.6-.4.7-.4.7-.4.6-.5.6h-.2l-.5-.7-.4-.6-.4-.6-.4-.6-.4-.6-.4-.6-.4-.6-.4-.6-.3-.7-.4-.6-.4-.7-.3-.6-.3-.7-.4-.7-.2-.6-.3-.7-.2-.7-.2-.7-.2-.7-.2-.7-.2-.8-.2-.7-.2-.7v-.7l-.3-.6v-.8l-.2-.7v-2.3l-.2-.8v-.4h-.2v-.2h-.5z" / >
< path fill = "#c6363c" d = "M549.2 422v108.6a72 72 0 01-19.7 49.8 65 65 0 01-94.7.1 72.9 72.9 0 01-19.7-49.8V422h134.2z" / >
< use width = "1350" height = "900" transform = "matrix(-1 0 0 1 964.3 -90)" xlink : href = "#f" / >
< path fill = "#fff" stroke = "#21231e" d = "M549.2 488.6v28h-53v83a63.8 63.8 0 01-14 1.5 59 59 0 01-14-1.5v-83h-53v-28h53V422h28v66.6h53z" / >
< use width = "1350" height = "900" transform = "translate(0 -90)" xlink : href = "#f" / >
< path id = "f" fill = "#fff" stroke = "#21231e" d = "M459 567.3V528c-8.4-2.3-29.3-10.6-30.3 7.6-.5 8.4 10.4 14 13.3 6.5 1.4-3.4 0-6-2-6.7-2.4-.8-4.6 1-4 3.6-8.8-4.7 8-14.6 15.5-1.7 2.2 3.7-3.7 7.6-3.7 10.4 0 2.7 5.8 7 3.7 10.3-7.7 12.8-24.3 3-15.5-1.6-.6 2.7 1.6 4.5 4 3.6 2-.8 3.4-3.3 2-6.8-3-7.5-13.8-2-13.3 6.5 1 18.2 22 10 30.4 7.6z" / >
< use width = "1350" height = "900" transform = "matrix(-1 0 0 1 964.3 0)" xlink : href = "#f" / >
< path fill = "#21231e" d = "M414 421v113.3l.2 1.7v2l.4 1.7.2 1.8.3 1.7.4 1.8.3 1.8.4 1.7.6 1.7.5 1.7.6 1.5.6 1.7.5 1.6.7 1.6.7 1.6.7 1.6.8 1.6.8 1.5.8 1.5 1 1.5.8 1.5 1 1.4.8 1.4 1 1.4 1 1.4 1 1.3 1 1.5 1.2 1.2 1 1.3 1.2 1.2 1.2 1.2 1.2 1.2 1.2 1 1.3 1.3 1 1 1.4 1 1.3 1 1.4 1 1.5 1 1.4 1 1.3.8 1.4.8 1.5.8 1.4.8 1.6.7 1.5.6 1.5.7 1.5.6 1.6.5 1.6.5 1.5.5 1.6.5 1.8.4 1.6.4 1.7.4 1.8.2 1.7.3 1.7.2h1.7l1.6.2h8.9l1.7-.3 1.8-.3 1.7-.3 1.7-.2 1.7-.4 1.5-.4 1.7-.4 1.6-.5 1.6-.5 1.6-.5 1.5-.6 1.6-.7 1.6-.7 1.6-.7 1.5-.8 1.4-.8 1.6-.8 1.4-1 1.5-.7 1.4-1 1.2-1 1.4-1 1.3-1 1.2-1 1.3-1 1.2-1.3 1.2-1 1-1.3 1.3-1.2 1.2-1.2 1-1.3 1.2-1.2 1-1.4 1-1.2 1-1.4 1-1.4 1-1.4 1-1.4.7-1.5 1-1.5.7-1.5.8-1.5.8-1.6.7-1.6.6-1.6.6-1.6.6-1.6.5-1.7.5-1.6.5-1.8.4-1.7.6-1.7.3-1.8.2-1.8.3-1.7.3-1.8v-.9l.3-2 .2-1.7V421H414zm2.3 2.2H548V536l-.3 1.6-.2 1.8-.2 1.7-.3 1.8-.3 1.7-.4 1.7-.3 1.7-.5 1.5-.4 1.7-.4 1.6-.5 1.6-.5 1.6-.6 1.5-.8 1.6-.7 1.6-.7 1.5-.7 1.6-.7 1.4-.8 1.5-.8 1.4-1 1.3-.8 1.4-1 1.3-1 1.3-1 1.3-1 1.3-1 1.2-1.2 1.2-1 1.2-1.2 1-1.2 1.3-1.2 1-1.2 1-1.2 1-1.3 1-1.2 1-1.4 1-1.4 1-1.3.8-1.4 1-1.5.7-1.4.8-1.3.7-1.5.8-1.5.6-1.4.7-1.5.7-1.6.5-1.5.6-1.5.5-1.6.4-1.6.4-1.6.5-1.6.3-1.6.3-1.7.4H489l-1.8.3h-1.7l-1.6.2h-3.6l-1.6-.2H477l-1.6-.3h-1.6l-1.7-.4-1.5-.2-1.6-.3-1.7-.4-1.6-.3-1.6-.4-1.4-.5-1.6-.6-1.5-.5-1.5-.6-1.5-.6-1.4-.6-1.4-.8-1.4-.7-1.4-.8-1.4-.8-1.4-1-1.3-.7-1.4-1-1.3-1-1.2-1-1.3-1-1.2-1-1.2-1-1-1-1.3-1.3-1-1-1.2-1.3-1-1.2-1-1.3-1.2-1.4-1-1.3-1-1.3-1-1.3-.8-1.4-.8-1.4-1-1.5-.7-1.5-.8-1.4-.7-1.5-.8-1.4-.6-1.5-.6-1.5-.6-1.5-.5-1.6-.6-1.6-.5-1.6-.5-1.7-.4-1.6-.4-1.8-.4-1.7-.3-1.7-.3-1.7-.2-1.6-.2-1.8-.2-1.7v-5.4z" / >
< / g >
< /svg>`,gr=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - gr " viewBox=" 0 0 640 480 " >
< path fill = "#005bae" fill - rule = "evenodd" stroke - width = "6.7" d = "M0 0h640v53.3H0z" / >
< path fill = "#fff" fill - rule = "evenodd" stroke - width = "6.7" d = "M0 53.3h640v53.4H0z" / >
< path fill = "#005bae" fill - rule = "evenodd" stroke - width = "6.7" d = "M0 106.7h640V160H0z" / >
< path fill = "#fff" fill - rule = "evenodd" stroke - width = "6.7" d = "M0 160h640v53.3H0z" / >
< path fill = "#005bae" stroke - width = ".9" d = "M0 0h266.7v266.7H0z" / >
< path fill = "#005bae" fill - rule = "evenodd" stroke - width = "6.7" d = "M0 213.3h640v53.4H0z" / >
< path fill = "#fff" fill - rule = "evenodd" stroke - width = "6.7" d = "M0 266.7h640V320H0z" / >
< path fill = "#005bae" fill - rule = "evenodd" stroke - width = "6.7" d = "M0 320h640v53.3H0z" / >
< path fill = "#fff" fill - rule = "evenodd" stroke - width = "6.7" d = "M0 373.3h640v53.4H0z" / >
< g fill = "#fff" fill - rule = "evenodd" stroke - width = "1.3" >
< path d = "M20 0h10v50H20z" transform = "scale(5.33333)" / >
< path d = "M0 20h50v10H0z" transform = "scale(5.33333)" / >
< / g >
< path fill = "#005bae" stroke - width = ".6" d = "M0 426.7h640V480H0z" / >
< /svg>`,th=`<svg xmlns="http:/ / www . w3 . org / 2000 / svg " id=" flag - icon - css - th " viewBox=" 0 0 640 480 " >
< g fill - rule = "evenodd" >
< path fill = "#f4f5f8" d = "M0 0h640v480H0z" / >
< path fill = "#2d2a4a" d = "M0 162.5h640v160H0z" / >
< path fill = "#a51931" d = "M0 0h640v82.5H0zm0 400h640v80H0z" / >
< / g >
2021-08-18 12:59:12 +00:00
< / s v g > ` , a r = ` < ? x m l v e r s i o n = " 1 . 0 " e n c o d i n g = " U T F - 8 " s t a n d a l o n e = " n o " ? >
< svg
xmlns : dc = "http://purl.org/dc/elements/1.1/"
xmlns : cc = "http://creativecommons.org/ns#"
xmlns : rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns = "http://www.w3.org/2000/svg"
id = "flag-icon-css-ar"
viewBox = "0 0 640 480"
version = "1.1" >
< metadata
id = "metadata1678" >
< rdf : RDF >
< cc : Work
rdf : about = "" >
< dc : format > image / svg + xml < / d c : f o r m a t >
< dc : type
rdf : resource = "http://purl.org/dc/dcmitype/StillImage" / >
< dc : title > < / d c : t i t l e >
< / c c : W o r k >
< / r d f : R D F >
< / m e t a d a t a >
< defs
id = "defs1676" / >
< path
id = "21399192"
d = "M 640,479.9928 V 0 L 0,0.00719971 V 480 h 640 z"
class = "fil0 str0"
fill = "#006233"
style = "stroke-width:0.169532" / >
< g
id = "g13004"
transform = "matrix(0.25707542,0,0,0.25727772,319.29932,-19.227473)" >
< g
id = "g9244"
fill - rule = "evenodd"
transform = "matrix(1.7598,0,0,1.6,-2175.2,-3398.1)"
stroke = "#ffffff"
fill = "#ffffff" >
< path
id = "path3159"
d = "m 1071.9,2779.7 c -25.9,38.9 -7.2,64.2 19.5,66 17.6,1.3 54.2,-24.9 54.1,-55.7 l -10,-5.6 c 5.6,15.8 -0.2,20.8 -12.1,31.6 -23.5,21.3 -71.5,22.8 -51.5,-36.3 z"
stroke - width = "0.4008" / >
< path
id = "path3115"
d = "m 1277.2,2881.7 c 145.8,4.1 192.2,-137 102.2,-257.8 l -8.9,13.3 c 5.8,56.3 14.2,111.8 15,169.5 -17.6,20.7 -43.2,13 -48.3,-10 0.3,-31.2 -9.9,-57.6 -22.8,-82.8 l -7.2,13.3 c 8.4,20.7 17.5,44 19.4,69.5 -41.6,49.9 -87.6,60 -70.5,-5.6 -32.9,57.5 16.9,98 73.3,9.5 12.1,60.4 58.9,22.9 61.7,9.9 5.1,-39.6 2.5,-103.4 -7.8,-153.8 40.6,70.3 42,121 20.4,154.9 -24,37.7 -76.2,55.3 -126.5,70.1 z"
stroke - width = "1px" / >
< path
id = "path3117"
d = "m 1359.9,2722.2 c -31.2,2.3 -47.2,-4.1 -30.3,-27.2 16.7,-22.6 32.3,-4.6 36.5,25.6 3.9,28.3 -54.8,64.4 -75.1,64.4 -30.7,0 -44.9,-39.5 -16.6,-75 -36.4,103.6 78.6,43.5 85.5,12.2 z m -21.6,-24 c -3.8,-0.2 -6.6,6.5 -4.7,7.8 5.5,3.8 14.2,1.5 15.1,-0.4 1.9,-4.2 -5.1,-7.2 -10.4,-7.4 z"
stroke - width = "1px" / >
< path
id = "path3140"
d = "m 1190.5,2771.1 c -30,59 -0.1,83.4 38.4,76.6 22.4,-4.1 50.8,-20 67.2,-41.7 0.3,-47.8 -0.4,-95.2 -4.6,-141.5 15,-17.9 -1.3,-17.8 -7,-37 -2.6,11.2 -8.9,23.3 -2.8,32 4.3,46.7 6.7,94 6.6,142.2 -30.2,24.3 -52.9,33.3 -69.1,33.1 -33.5,-0.3 -40.7,-28.5 -28.7,-63.7 z"
stroke - width = "1px" / >
< path
id = "path3150"
d = "m 1251.8,2786.7 c -0.5,-44.5 -1.2,-95 -5.2,-126.1 15.6,-17.3 -0.8,-17.7 -5.9,-37.1 -3,11 -9.6,23 -3.8,31.9 2.6,47.6 5.1,95.2 5.6,142.8 3.6,-2.3 7.7,-3.2 9.3,-11.5 z"
stroke - width = "1px" / >
< path
id = "path3152"
d = "m 1135.4,2784.6 c -3.8,-4.8 -6.5,-10.2 -9.6,-14.9 -0.5,-6.7 4,-12.9 4.6,-16.3 5.1,7.9 8.1,13.9 12.2,17.8 m 5.4,3.1 c 7.5,3 16.7,3 25.2,3.2 32.8,0.6 67.3,-4.8 63.6,39.6 -3.2,39.4 -35.9,62.2 -65.2,61.9 -41.7,-0.4 -77.3,-46.4 -13,-131.1 6.2,-1 14.3,0.7 21,1.3 11.5,0.9 23.3,-0.2 36.8,-11 -1.6,-27.9 -1.6,-54.3 -5,-79.5 -5.8,-8.9 0.8,-20.8 3.8,-31.9 5.1,19.4 21.4,19.8 5.9,37.2 3.7,28 4.1,56.5 4.1,73.5 -7.8,11.9 -13.9,24.5 -36.7,29.3 -23.3,-3.4 -33.8,-36 -58.1,-25.2 6.7,-29.4 68.4,-36.1 74.6,-12.9 -4.1,24.2 -61.7,14.5 -77,92.7 -4.7,24.1 20.7,46.3 46.8,44.5 25.5,-1.7 52.7,-19.4 55.4,-49.2 2.1,-24.9 -33,-22 -47.7,-21.7 -21.4,0.5 -34.9,-2.8 -43,-7.5 m 21.9,-53.9 c 3.8,-3.6 17.1,-6.1 21.9,-0.3 -3.6,2.4 -7.1,5 -10,8.1 -5,-2.6 -8.3,-5.2 -11.9,-7.8 z"
stroke - width = "0.4008" / >
< path
id = "path3161"
d = "m 1194,2650.9 c 3.6,8 5.1,13.3 5.3,21 -2.2,10.4 -11.1,20.1 -20.3,20.4 -5.7,0.2 -12.1,-1.4 -16.6,-10.3 -0.5,-1.1 -2.9,-3.7 -5.2,-2.5 -10.1,16.6 -17.6,23.6 -26.7,23.5 -18.2,-0.3 -12.8,-16.5 -29.6,-21.5 -7,-0.2 -18.5,6.9 -24.4,20.8 -22.4,63.5 -42.8,-0.2 -34.1,-29.8 1.3,28.3 8.1,45.1 15.1,44.6 5.1,-0.5 9.6,-12.3 16.1,-24.7 5,-9.5 17,-26.6 29.7,-26.6 11.6,0.3 4.3,21.6 27.5,21.3 11.2,-0.2 21.5,-8.8 31.9,-26 2.3,-0.4 2.9,3.7 3.4,5.1 1.6,5.9 11.8,22.1 25.6,7.3 -0.7,-3.2 -0.4,-8.5 -3.9,-9.6 z"
stroke - width = "1px" / >
< path
id = "path3163"
d = "m 1266.9,2598.3 c -12.3,6.1 -21.3,0.5 -26.4,-4.9 8.9,-1.8 15.8,-5 17.8,-12 -4,-9 -13.5,-12.9 -26.9,-13 -17.9,0.5 -27.1,7.7 -28.2,17.6 8.3,0.3 15.8,-2 19,6 -14.7,7.2 -32,9.8 -50.8,9.7 -30.8,1.6 -35.3,-12.3 -43.4,-24.5 -0.6,-0.8 -3.3,-2.1 -4.7,-1.9 -9.5,0 -16.5,33.2 -27.2,33.1 -10.7,-1.4 -8.3,-21.4 -11.4,-32.8 -2.6,17.9 3.3,84.5 36.4,12.2 1,-2.4 2.4,-1.7 3.3,0.3 8.9,20.2 27,27.2 46.5,28.2 16.3,0.9 37.1,-6.2 59.4,-18.8 5.9,6.5 10.6,13.9 23,15.3 14.5,0.7 30,-9.8 33.5,-22.8 1.8,-6.7 2.1,-19.9 -5,-20.1 -9.9,-0.3 -17.1,23.7 -14.8,45.3 0.2,-0.3 1.3,-5.4 1.3,-5.4 m -43.8,-28.8 c 6.5,-3 12.8,-4.4 17.8,2.2 -3.9,1.4 -6.3,2.3 -8.4,4 -2.8,-2.2 -6.6,-3.3 -9.4,-6.2 z m 47.8,14.9 c 1.6,-7.1 2.5,-12.8 8.3,-16.5 1.2,7.5 1.4,11.7 -8.3,16.5 z"
stroke - width = "0.4008" / >
< path
id = "path3169"
d = "m 1311.3,2606.9 c -1.9,-6.1 -3.8,-11.4 -4.4,-18 -1.4,-13.4 10.1,-21 20.5,-19.9 10.7,1.1 17.8,5.1 28,8.6 8,2.7 18.8,4.8 29.1,7.7 5.8,2.6 0,9.4 -1.5,10.3 -25.8,10.1 -44.1,26.1 -60.5,26.8 -9.8,0.5 -18.5,-5.9 -26.4,-19 -0.5,-25.4 -1.4,-55.2 -3.9,-73.9 3.8,-3.8 4.6,-6.6 6.4,-9.7 2,24.7 2.8,50.7 3.3,76.9 2.1,4.5 4.7,8.3 9.4,10.2 z m 16.5,2 c -13.8,3.9 -12.1,-7.8 -13.4,-15 -1.5,-8.4 -0.5,-17.9 10.2,-15.5 13.9,3.7 26.6,8.6 38.9,13.8 z"
stroke - width = "0.4008" / >
< path
id = "path3173"
d = "m 1314.3,2621.3 1.9,9.3 h 1.5 l -0.6,-8.7"
stroke - width = "0.4008" / >
< path
id = "path5196"
stroke - linejoin = "round"
d = "m 1094.2,2718.5 7,-7.2 8.1,6.9 -7.5,6.7 z"
stroke - linecap = "round"
stroke - width = "4.008" / >
< path
id = "path6168"
stroke - linejoin = "round"
d = "m 1112,2716.1 7.1,-7.2 8.1,6.9 -7.5,6.7 z"
stroke - linecap = "round"
stroke - width = "4.008" / >
< path
id = "path6170"
stroke - linejoin = "round"
d = "m 1062.5,2641.5 7.1,-7.2 8.1,6.9 -7.5,6.7 z"
stroke - linecap = "round"
stroke - width = "4.008" / >
< path
id = "path6172"
stroke - linejoin = "round"
d = "m 1065.7,2662.7 7.1,-7.2 8,6.9 -7.5,6.7 z"
stroke - linecap = "round"
stroke - width = "4.008" / >
< path
id = "path6174"
stroke - linejoin = "round"
d = "m 1194.2,2698.2 6.5,-5.3 6,6.5 -6.8,4.8 z"
stroke - linecap = "round"
stroke - width = "4.008" / >
< path
id = "path6176"
stroke - linejoin = "round"
d = "m 1108.4,2562.5 4.6,-4.7 5.3,4.5 -4.9,4.4 z"
stroke - linecap = "round"
stroke - width = "4.008" / >
< path
id = "path6178"
stroke - linejoin = "round"
d = "m 1120.1,2561 4.6,-4.8 5.3,4.6 -4.9,4.3 z"
stroke - linecap = "round"
stroke - width = "4.008" / >
< path
id = "path6180"
stroke - linejoin = "round"
d = "m 1365.7,2614.7 -4.4,3.7 -4.2,-4.3 4.6,-3.4 z"
stroke - linecap = "round"
stroke - width = "4.008" / >
< path
id = "path9240"
d = "m 1158.7,2747.4 -0.5,7.9 12.6,1.2 10.1,-7.6 z"
stroke - width = "0.4008" / >
< path
id = "path9242"
d = "m 1265.2,2599.8 3.7,-0.8 -0.4,10.3 -2.3,0.9 z"
stroke - width = "1px" / >
< / g >
< path
id = "path2722"
d = "m 2.7256,1425 c 249.82,0 453.08,-184.8 453.08,-411.9 0,-124.96 -61.32,-236.46 -157.84,-311.83 57.91,61.95 93.11,143.51 93.11,232.3 0,197.23 -173.74,357.23 -388.35,357.23 -214.62,0 -388.36,-160 -388.36,-357.23 0,-88.79 35.2,-170.35 93.11,-232.3 -96.52,75.37 -157.84,186.87 -157.84,311.83 0,227.1 203.27,411.9 453.09,411.9 z"
fill = "#ffffff"
class = "fil2" / >
< g
id = "g2908"
transform = "matrix(1.1355,0,0,1.0324,2.7256,-21.429)"
stroke = "#000000"
stroke - width = "8.012"
fill = "#ffffff" >
< path
id = "path2910"
d = "m -54,1623 c -88,44 -198,32 -291,-28 -4,-2 -6,1 -2,12 10,29 18,52 -12,95 -13,19 2,22 24,20 112,-11 222,-36 275,-57 z"
class = "fil2 str2" / >
< path
id = "path2912"
d = "m -56,1675 c -35,14 -95,31 -162,43 -27,4 -26,21 22,27 49,5 112,-30 150,-61 z"
class = "fil2 str2" / >
< path
id = "path2914"
d = "m 0,1579 c 12,0 34,-5 56,-8 41,-7 11,56 -56,56 v 21 c 68,0 139,-74 124,-107 -21,-48 -79,-7 -124,-7 -45,0 -103,-41 -124,7 -15,33 56,107 124,107 v -21 c -67,0 -97,-63 -56,-56 22,3 44,8 56,8 z"
class = "fil2 str2" / >
< path
id = "path2916"
d = "m 54,1623 c 88,44 198,32 291,-28 4,-2 6,1 2,12 -10,29 -18,52 12,95 13,19 -2,22 -24,20 -112,-11 -222,-36 -275,-57 z"
class = "fil2 str2" / >
< path
id = "path2918"
d = "m 56,1675 c 35,14 94,31 162,43 27,4 26,21 -22,27 -49,5 -112,-30 -150,-61 z"
class = "fil2 str2" / >
< path
id = "path2920"
d = "m 3,1665 c 2,17 5,54 28,38 31,-21 38,-37 38,-67 0,-19 -23,-47 -69,-47 -46,0 -69,28 -69,47 0,30 7,46 38,67 23,16 25,-21 28,-38 1,-6 6,-4 6,0 z"
class = "fil2 str2" / >
< / g >
< g
id = "g2724"
transform = "matrix(1.1355,0,0,1.0324,2.7256,-21.429)"
stroke = "#000000"
stroke - width = "8.012"
fill = "#ffffff" >
< path
id = "path2726"
d = "m -29,384 c -13,-74 -122,-79 -139,-91 -20,-13 -17,0 -10,20 20,52 88,73 119,79 25,4 33,6 30,-8 z"
class = "fil2 str2" / >
< path
id = "path2728"
d = "m 4,386 c 11,-76 -97,-112 -110,-129 -15,-18 -17,-7 -10,14 13,45 60,98 88,112 23,12 30,17 32,3 z"
class = "fil2 str2" / >
< path
id = "path2730"
d = "M 93,430 C 103,339 15,325 -8,296 c -15,-18 -16,-8 -11,13 10,46 54,100 81,117 21,13 30,18 31,4 z"
class = "fil2 str2" / >
< path
id = "path2732"
d = "m 66,410 c -91,-59 -155,-26 -181,-29 -25,-3 -33,13 10,37 53,29 127,25 156,14 30,-12 21,-18 15,-22 z"
class = "fil2 str2" / >
< path
id = "path2734"
d = "M 203,450 C 175,352 110,368 91,356 72,344 70,347 74,369 c 8,39 75,82 108,95 12,4 27,10 21,-14 z"
class = "fil2 str2" / >
< path
id = "path2736"
d = "M 190,467 C 112,404 51,451 27,444 c -18,-5 -10,7 -3,12 50,35 112,54 160,32 19,-8 20,-10 6,-21 z"
class = "fil2 str2" / >
< path
id = "path2738"
d = "m 359,531 c 1,-62 -127,-88 -154,-126 -16,-23 -30,-11 -22,26 12,48 100,101 148,111 29,6 28,-4 28,-11 z"
class = "fil2 str2" / >
< path
id = "path2740"
d = "m 355,542 c -81,-73 -149,-49 -174,-56 -25,-6 -35,9 4,39 48,36 122,43 153,36 31,-7 23,-14 17,-19 z"
class = "fil2 str2" / >
< path
id = "path2742"
d = "M 500,649 C 477,543 404,521 386,501 c -17,-20 -35,-14 -20,34 18,57 77,107 108,119 30,13 28,3 26,-5 z"
class = "fil2 str2" / >
< path
id = "path2744"
d = "M 499,663 C 440,568 363,571 339,558 c -23,-14 -39,-2 -8,39 36,50 110,78 144,80 34,2 28,-7 24,-14 z"
class = "fil2 str2" / >
< path
id = "path2746"
d = "m 575,776 c 34,-108 -44,-148 -52,-166 -9,-18 -18,-18 -23,1 -22,77 49,152 60,167 11,14 13,7 15,-2 z"
class = "fil2 str2" / >
< path
id = "path2748"
d = "M 559,806 C 532,685 461,692 445,675 c -17,-17 -19,-5 -16,17 8,59 79,99 111,119 10,6 22,13 19,-5 z"
class = "fil2 str2" / >
< path
id = "path2750"
d = "m 627,948 c 49,-114 -9,-191 -27,-208 -18,-16 -29,-23 -23,0 8,35 -20,125 23,191 14,22 16,43 27,17 z"
class = "fil2 str2" / >
< path
id = "path2752"
d = "m 601,971 c 11,-70 -29,-134 -72,-159 -25,-15 -26,-11 -26,10 2,65 63,119 81,149 17,28 16,7 17,0 z"
class = "fil2 str2" / >
< path
id = "path2754"
d = "m 590,1153 c -36,-132 39,-208 62,-223 22,-16 36,-22 26,3 -15,37 1,140 -56,205 -18,22 -25,45 -32,15 z"
class = "fil2 str2" / >
< path
id = "path2756"
d = "m 598,1124 c 30,-115 -35,-180 -55,-193 -19,-13 -31,-18 -22,3 12,32 -1,122 49,178 16,19 22,38 28,12 z"
class = "fil2 str2" / >
< path
id = "path2758"
d = "m 561,1070 c -54,58 -55,143 -31,193 15,29 17,27 31,6 38,-61 15,-149 17,-188 1,-37 -11,-17 -17,-11 z"
class = "fil2 str2" / >
< path
id = "path2760"
d = "m 650,1162 c 0,80 -49,145 -101,165 -30,11 -30,8 -26,-16 14,-90 83,-123 108,-152 24,-28 19,-5 19,3 z"
class = "fil2 str2" / >
< path
id = "path2762"
d = "m 464,1400 c 88,-80 41,-136 45,-188 2,-28 -9,-21 -19,-11 -56,55 -59,153 -47,191 5,17 13,15 21,8 z"
class = "fil2 str2" / >
< path
id = "path2764"
d = "m 582,1348 c -29,88 -106,142 -171,145 -38,2 -37,-1 -24,-27 49,-94 136,-105 175,-129 36,-22 23,2 20,11 z"
class = "fil2 str2" / >
< path
id = "path2766"
d = "m 343,1513 c 114,-57 91,-152 112,-176 15,-17 -3,-15 -12,-9 -67,39 -121,101 -122,167 0,25 2,28 22,18 z"
class = "fil2 str2" / >
< path
id = "path2768"
d = "m 187,1619 c 144,23 211,-86 253,-96 22,-5 6,-14 -5,-15 -96,-11 -218,34 -255,84 -15,20 -15,24 7,27 z"
class = "fil2 str2" / >
< path
id = "path2770"
d = "m 333,1448 c -29,95 -137,173 -218,179 -38,3 -38,-1 -24,-26 65,-118 178,-138 218,-168 34,-26 27,6 24,15 z"
class = "fil2 str2" / >
< path
id = "path2772"
d = "m 29,384 c 13,-74 122,-79 139,-91 20,-13 17,0 10,20 -20,52 -88,73 -119,79 -25,4 -33,6 -30,-8 z"
class = "fil2 str2" / >
< path
id = "path2774"
d = "m -4,386 c -11,-76 97,-112 110,-129 15,-18 17,-7 10,14 -13,45 -60,98 -88,112 -23,12 -30,17 -32,3 z"
class = "fil2 str2" / >
< path
id = "path2776"
d = "m -93,430 c -10,-91 78,-105 101,-134 15,-18 16,-8 11,13 -10,46 -54,100 -81,117 -21,13 -30,18 -31,4 z"
class = "fil2 str2" / >
< path
id = "path2778"
d = "m -66,410 c 91,-59 155,-26 181,-29 25,-3 33,13 -10,37 -53,29 -127,25 -156,14 -30,-12 -21,-18 -15,-22 z"
class = "fil2 str2" / >
< path
id = "path2780"
d = "m -203,450 c 28,-98 93,-82 112,-94 19,-12 21,-9 17,13 -8,39 -75,82 -108,95 -12,4 -27,10 -21,-14 z"
class = "fil2 str2" / >
< path
id = "path2782"
d = "m -190,467 c 78,-63 139,-16 163,-23 18,-5 10,7 3,12 -50,35 -112,54 -160,32 -19,-8 -20,-10 -6,-21 z"
class = "fil2 str2" / >
< path
id = "path2784"
d = "m -359,531 c -1,-62 127,-88 154,-126 16,-23 30,-11 22,26 -12,48 -100,101 -148,111 -29,6 -28,-4 -28,-11 z"
class = "fil2 str2" / >
< path
id = "path2786"
d = "m -355,542 c 81,-73 149,-49 174,-56 25,-6 35,9 -4,39 -48,36 -122,43 -153,36 -31,-7 -23,-14 -17,-19 z"
class = "fil2 str2" / >
< path
id = "path2788"
d = "m -500,649 c 23,-106 96,-128 114,-148 17,-20 35,-14 20,34 -18,57 -77,107 -108,119 -30,13 -28,3 -26,-5 z"
class = "fil2 str2" / >
< path
id = "path2790"
d = "m -499,663 c 59,-95 136,-92 160,-105 23,-14 39,-2 8,39 -36,50 -110,78 -144,80 -34,2 -28,-7 -24,-14 z"
class = "fil2 str2" / >
< path
id = "path2792"
d = "m -575,776 c -34,-108 44,-148 52,-166 9,-18 18,-18 23,1 22,77 -49,152 -60,167 -11,14 -13,7 -15,-2 z"
class = "fil2 str2" / >
< path
id = "path2794"
d = "m -559,806 c 27,-121 98,-114 114,-131 17,-17 19,-5 16,17 -8,59 -79,99 -111,119 -10,6 -22,13 -19,-5 z"
class = "fil2 str2" / >
< path
id = "path2796"
d = "m -627,948 c -49,-114 9,-191 27,-208 18,-16 29,-23 23,0 -8,35 20,125 -23,191 -14,22 -16,43 -27,17 z"
class = "fil2 str2" / >
< path
id = "path2798"
d = "m -601,971 c -11,-70 29,-134 72,-159 25,-15 26,-11 26,10 -2,65 -63,119 -81,149 -17,28 -16,7 -17,0 z"
class = "fil2 str2" / >
< path
id = "path2800"
d = "m -590,1153 c 36,-132 -39,-208 -62,-223 -22,-16 -36,-22 -26,3 15,37 -1,140 56,205 18,22 24,45 32,15 z"
class = "fil2 str2" / >
< path
id = "path2802"
d = "m -598,1124 c -30,-115 35,-180 55,-193 19,-13 31,-18 22,3 -12,32 1,122 -49,178 -16,19 -22,38 -28,12 z"
class = "fil2 str2" / >
< path
id = "path2804"
d = "m -561,1070 c 54,58 55,143 31,193 -15,29 -17,27 -31,6 -38,-61 -15,-149 -17,-188 -1,-37 11,-17 17,-11 z"
class = "fil2 str2" / >
< path
id = "path2806"
d = "m -650,1162 c 0,80 49,145 101,165 30,11 30,8 26,-16 -14,-90 -83,-123 -108,-152 -24,-28 -19,-5 -19,3 z"
class = "fil2 str2" / >
< path
id = "path2808"
d = "m -464,1400 c -88,-80 -41,-136 -45,-188 -2,-28 9,-21 19,-11 56,55 59,153 47,191 -5,17 -13,15 -21,8 z"
class = "fil2 str2" / >
< path
id = "path2810"
d = "m -582,1348 c 29,88 106,142 171,145 38,2 37,-1 24,-27 -49,-94 -136,-105 -175,-129 -36,-22 -23,2 -20,11 z"
class = "fil2 str2" / >
< path
id = "path2812"
d = "m -343,1513 c -114,-57 -91,-152 -112,-176 -15,-17 3,-15 12,-9 67,39 121,101 122,167 0,25 -2,28 -22,18 z"
class = "fil2 str2" / >
< path
id = "path2814"
d = "m -187,1619 c -144,23 -211,-86 -253,-96 -22,-5 -6,-14 5,-15 96,-11 218,34 255,84 15,20 15,24 -7,27 z"
class = "fil2 str2" / >
< path
id = "path2816"
d = "m -333,1448 c 29,95 137,173 218,179 38,3 38,-1 24,-26 -65,-118 -178,-138 -218,-168 -34,-26 -27,6 -24,15 z"
class = "fil2 str2" / >
< / g >
< g
id = "g2818"
fill = "#006233"
transform = "matrix(1.1355,0,0,1.0324,2.7256,-21.429)" >
< path
id = "path2820"
d = "m 169,476 c -19,-14 -89,-6 -102,-15 25,21 81,6 102,15 z"
class = "fil0" / >
< path
id = "path2822"
d = "m 338,512 c -15,-27 -104,-45 -117,-69 23,46 92,40 117,69 z"
class = "fil0" / >
< path
id = "path2824"
d = "m 325,543 c -33,-32 -110,-19 -133,-38 54,49 84,11 133,38 z"
class = "fil0" / >
< path
id = "path2826"
d = "m 132,401 c 21,11 47,22 60,48 -15,-20 -42,-28 -64,-45 1,0 3,-2 4,-3 z"
class = "fil0" / >
< path
id = "path2828"
d = "m 460,607 c -13,-30 -59,-63 -63,-74 13,39 51,48 63,74 z"
class = "fil0" / >
< path
id = "path2830"
d = "m 472,660 c -40,-63 -103,-56 -128,-80 19,23 91,38 128,80 z"
class = "fil0" / >
< path
id = "path2832"
d = "m 565,757 c 3,-67 -47,-92 -49,-130 -1,45 51,106 49,130 z"
class = "fil0" / >
< path
id = "path2834"
d = "m 540,793 c -10,-58 -78,-62 -90,-96 0,32 80,65 90,96 z"
class = "fil0" / >
< path
id = "path2836"
d = "m 596,760 c 36,44 11,111 26,160 -18,-36 -9,-126 -26,-160 z"
class = "fil0" / >
< path
id = "path2838"
d = "m 537,948 c 54,58 32,123 54,151 -27,-39 -23,-115 -54,-151 z"
class = "fil0" / >
< path
id = "path2840"
d = "m 649,956 c -46,51 -18,128 -42,164 27,-31 23,-126 42,-164 z"
class = "fil0" / >
< path
id = "path2842"
d = "m 591,956 c -6,-59 -61,-90 -66,-122 -6,32 53,82 66,122 z"
class = "fil0" / >
< path
id = "path2844"
d = "m 563,1097 c 9,41 -24,129 -14,156 -22,-47 19,-136 14,-156 z"
class = "fil0" / >
< path
id = "path2846"
d = "m 634,1191 c -22,73 -66,68 -80,112 10,-42 68,-80 80,-112 z"
class = "fil0" / >
< path
id = "path2848"
d = "m 491,1225 c -29,49 -5,105 -29,140 34,-35 16,-100 29,-140 z"
class = "fil0" / >
< path
id = "path2850"
d = "m 561,1359 c -35,65 -107,59 -136,106 29,-59 118,-69 136,-106 z"
class = "fil0" / >
< path
id = "path2852"
d = "m 434,1351 c -62,43 -43,88 -90,136 59,-48 54,-101 90,-136 z"
class = "fil0" / >
< path
id = "path2854"
d = "m 405,1525 c -60,-2 -146,76 -198,70 52,11 148,-59 198,-70 z"
class = "fil0" / >
< path
id = "path2856"
d = "m 308,1455 c -4,61 -160,100 -177,141 19,-54 156,-94 177,-141 z"
class = "fil0" / >
< path
id = "path2858"
d = "m -45,330 c -20,-17 -44,-31 -51,-48 5,22 25,38 45,53 2,-1 4,-4 6,-5 z"
class = "fil0" / >
< path
id = "path2860"
d = "m -79,348 c -31,-15 -67,-14 -83,-35 10,21 44,29 73,40 3,-2 7,-4 10,-5 z"
class = "fil0" / >
< path
id = "path2862"
d = "m -169,476 c 19,-14 89,-6 102,-15 -25,21 -81,6 -102,15 z"
class = "fil0" / >
< path
id = "path2864"
d = "m -338,512 c 15,-27 104,-45 117,-69 -23,46 -92,40 -117,69 z"
class = "fil0" / >
< path
id = "path2866"
d = "m -325,543 c 33,-32 110,-19 133,-38 -54,49 -84,11 -133,38 z"
class = "fil0" / >
< path
id = "path2868"
d = "m -192,449 c 19,-40 73,-45 87,-69 -21,36 -67,42 -87,69 z"
class = "fil0" / >
< path
id = "path2870"
d = "M -38,414 C 17,388 71,410 97,398 65,415 -11,407 -38,414 Z"
class = "fil0" / >
< path
id = "path2872"
d = "m -460,607 c 13,-30 59,-63 63,-74 -13,39 -51,48 -63,74 z"
class = "fil0" / >
< path
id = "path2874"
d = "m -472,660 c 40,-63 103,-56 128,-80 -19,23 -91,38 -128,80 z"
class = "fil0" / >
< path
id = "path2876"
d = "m -565,757 c -3,-67 47,-92 49,-130 1,45 -51,106 -49,130 z"
class = "fil0" / >
< path
id = "path2878"
d = "m -540,793 c 10,-58 78,-62 90,-96 0,32 -80,65 -90,96 z"
class = "fil0" / >
< path
id = "path2880"
d = "m -596,760 c -36,44 -11,111 -26,160 18,-36 9,-126 26,-160 z"
class = "fil0" / >
< path
id = "path2882"
d = "m -537,948 c -54,58 -32,123 -54,151 27,-39 23,-115 54,-151 z"
class = "fil0" / >
< path
id = "path2884"
d = "m -649,956 c 46,51 18,128 42,164 -27,-31 -23,-126 -42,-164 z"
class = "fil0" / >
< path
id = "path2886"
d = "m -591,956 c 6,-59 61,-90 66,-122 6,32 -53,82 -66,122 z"
class = "fil0" / >
< path
id = "path2888"
d = "m -563,1097 c -9,41 24,129 14,156 22,-47 -19,-136 -14,-156 z"
class = "fil0" / >
< path
id = "path2890"
d = "m -634,1191 c 22,73 66,68 80,112 -10,-42 -68,-80 -80,-112 z"
class = "fil0" / >
< path
id = "path2892"
d = "m -491,1225 c 29,49 5,105 29,140 -34,-35 -16,-100 -29,-140 z"
class = "fil0" / >
< path
id = "path2894"
d = "m -561,1359 c 35,65 107,59 136,106 -29,-59 -118,-69 -136,-106 z"
class = "fil0" / >
< path
id = "path2896"
d = "m -434,1351 c 62,43 43,88 90,136 -59,-48 -54,-101 -90,-136 z"
class = "fil0" / >
< path
id = "path2898"
d = "m -405,1525 c 60,-2 146,76 198,70 -52,11 -148,-59 -198,-70 z"
class = "fil0" / >
< path
id = "path2900"
d = "m -308,1455 c 4,61 160,100 177,141 -19,-54 -156,-94 -177,-141 z"
class = "fil0" / >
< path
id = "path2902"
d = "m -81,416 c 12,-54 72,-64 80,-96 -3,34 -74,72 -80,96 z"
class = "fil0" / >
< path
id = "path2904"
d = "m 96,282 c -9,41 -74,64 -83,95 3,-42 70,-66 83,-95 z"
class = "fil0" / >
< path
id = "path2906"
d = "m 45,379 c 31,-50 95,-37 117,-66 -16,34 -95,35 -117,66 z"
class = "fil0" / >
< / g >
< path
id = "path12826"
stroke - linejoin = "round"
d = "m 475.64,1011.9 c 0,263.22 -213.38,476.6 -476.6,476.6 -263.22,0 -476.6,-213.38 -476.6,-476.6 0,-263.22 213.38,-476.6 476.6,-476.6 263.22,0 476.6,213.38 476.6,476.6 z"
transform = "matrix(1.1203,0,0,1.0186,1.5554,-22.824)"
stroke = "#f7c608"
stroke - linecap = "round"
stroke - width = "8.1208"
fill = "none" / >
< g
id = "g12874"
transform = "matrix(1.089,0.29066,-0.31969,0.99014,322.08,9.1715)" >
< path
id = "path12861"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12865"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12878"
transform = "matrix(0.95488,0.55779,-0.6135,0.86818,618.66,131.41)" >
< path
id = "path12880"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12882"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12884"
transform = "matrix(0.74342,0.77974,-0.85762,0.67591,865.37,324.65)" >
< path
id = "path12886"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12888"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12890"
transform = "matrix(0.47175,0.93856,-1.0323,0.42891,1042.2,573.25)" >
< path
id = "path12892"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12894"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12896"
transform = "matrix(0.16188,1.0214,-1.1234,0.14718,1134.9,857.07)" >
< path
id = "path12898"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12900"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12902"
transform = "matrix(-0.1611,1.0215,-1.1235,-0.14647,1135.9,1153.1)" >
< path
id = "path12904"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12906"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12908"
transform = "matrix(-0.47103,0.93886,-1.0326,-0.42826,1045.1,1437.5)" >
< path
id = "path12910"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12912"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12914"
transform = "matrix(-0.74282,0.78021,-0.85814,-0.67537,869.95,1687)" >
< path
id = "path12916"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12918"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12920"
transform = "matrix(-0.95446,0.55839,-0.61416,-0.86779,624.54,1881.6)" >
< path
id = "path12922"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12924"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12926"
transform = "matrix(-1.0888,0.29135,-0.32045,-0.98993,328.78,2005.5)" >
< path
id = "path12928"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12930"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12932"
transform = "matrix(-1.135,7.2019e-4,-7.9212e-4,-1.0319,6.6183,2048.7)" >
< path
id = "path12934"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12936"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12938"
transform = "matrix(-1.0918,-0.28208,0.31025,-0.99262,-313.06,2009.9)" >
< path
id = "path12940"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12942"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12944"
transform = "matrix(-0.96016,-0.55025,0.60521,-0.87297,-610.8,1890)" >
< path
id = "path12946"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12948"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12950"
transform = "matrix(-0.75081,-0.77386,0.85115,-0.68264,-859.34,1698.7)" >
< path
id = "path12952"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12954"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12956"
transform = "matrix(-0.48067,-0.93481,1.0282,-0.43702,-1038.6,1451.5)" >
< path
id = "path12958"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12960"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12962"
transform = "matrix(-0.1716,-1.0201,1.1219,-0.15602,-1133.9,1168.4)" >
< path
id = "path12964"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12966"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12968"
transform = "matrix(0.15136,-1.0227,1.1248,0.13762,-1137.7,872.37)" >
< path
id = "path12970"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12972"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12974"
transform = "matrix(0.46207,-0.94253,1.0367,0.42011,-1049.7,587.33)" >
< path
id = "path12976"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12978"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12980"
transform = "matrix(0.73536,-0.78603,0.86454,0.66859,-876.89,336.39)" >
< path
id = "path12982"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12984"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12986"
transform = "matrix(0.9491,-0.56588,0.6224,0.86292,-633.34,139.86)" >
< path
id = "path12988"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12990"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12992"
transform = "matrix(1.086,-0.29991,0.32987,0.98737,-338.77,13.655)" >
< path
id = "path12994"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path12996"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< g
id = "g12998"
transform = "matrix(1.1349,-0.0096543,0.010618,1.0319,-17.033,-32.001)" >
< path
id = "path13000"
fill = "#f7c608"
d = "m 44.747,1486.1 v 6 c 0,4 -3.002,7 -7.004,8 -10.005,0 -23.011,1 -35.017,1 l -3e-4,-38 c 13.006,0 26.013,-1 35.017,-2 4.002,0 7.004,3 7.004,7 v 5 m -84.042,1 v -6 c 0,-4 3.001,-7 7.003,-7 10.005,1 22.011,2 35.018,2 l -3e-4,38 c -12.006,0 -24.012,0 -35.018,-1 -4.002,-1 -7.003,-8 -7.003,-12" / >
< path
id = "path13002"
fill = "#006233"
d = "m 37.554,1484.9 v 4.3 c 0,2.9 -2.497,5 -5.825,5.7 -8.321,0 -19.139,0.7 -29.124,0.7 l -4e-4,-27.2 c 10.817,0 21.635,-0.7 29.124,-1.4 3.328,0 5.825,2.1 5.825,5 v 3.6 m -69.898,0.7 v -4.3 c 0,-2.9 2.496,-5 5.825,-5 8.321,0.7 18.306,1.4 29.124,1.4 l -4e-4,27.2 c -9.9854,0 -19.971,0 -29.124,-0.7 -3.329,-0.7 -5.825,-5.7 -5.825,-8.6" / >
< / g >
< / g >
2021-10-28 13:20:42 +00:00
< /svg>`;const flags={it:{name:"Italiano",eng:"Italian",flag:it},en:{name:"English",eng:"English",flag:gb},es:{name:"Espa\xF1ol",eng:"Spanish",flag:es},de:{name:"Deutsch",eng:"German",flag:de},fr:{name:"Fran\xE7ais",eng:"French",flag:fr},id:{name:"Bahasa Indonesia",eng:"Indonesian",flag:id},pt:{name:"Portugu\xEAs",eng:"Portuguese",flag:pt},pt_br:{name:"Portugu\xEAs Brasileiro",eng:"Portuguese of Brasil",flag:br},ru:{name:"\u0420\u0443\u0441\u0441\u043A\u0438\u0439",eng:"Russian",flag:ru},tr:{name:"T\xFCrk\xE7e",eng:"Turkish",flag:tr},vi:{name:"Ti\u1EBFng Vi\u1EC7t",eng:"Vietnamese",flag:vn},hr:{name:"Hrvatski Jezik",eng:"Croatian",flag:hr},ar:{name:"\u0627\u0644\u0639\u0631\u0628\u064A\u0629",eng:"Arabic",flag:ar},ko:{name:"\uD55C\uAD6D\uC5B4",eng:"Korean",flag:ko},fil:{name:"Wikang Filipino",eng:"Filipino",flag:ph},zh_tw:{name:"\u6F22\u8A9E",eng:"Chinese",flag:tw},pl:{name:"Polszczyzna",eng:"Polish",flag:pl},el:{name:"\u03B5\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC",eng:"Greek",flag:gr},sr:{name:"\u0441\u0440\u043F\u0441\u043A\u0438 \u0458\u0435\u0437\u0438\u043A",eng:"Serbian",flag:rs},th:{name:"\u0E44\u0E17\u0E22",eng:"Thai",flag:th}},getFormItem=e=>a=>{const n=e.elements.namedItem(a);return{[a]:n.value}};var script$1={components:{BaseAccordion,TemplateVariablesList},setup(){const{areLogsActive:e,saveLogsSettings:a}=useLogs();return{areLogsActive:e,saveLogsSettings:a}},data(){return{flags,currentLocale:this.$i18n.locale,locales:this.$i18n.availableLocales,settings:{tags:{}},lastSettings:{},spotifyFeatures:{},lastCredentials:{},defaultSettings:{},lastUser:"",spotifyUser:"",accountNum:0,accounts:[],trackTemplateVariables}},computed:{...mapGetters({arl:"getARL",accessToken:"getAccessToken",user:"getUser",isLoggedIn:"isLoggedIn",clientMode:"getClientMode",previewVolume:"getPreviewVolume",hasSlimDownloads:"getSlimDownloads",hasSlimSidebar:"getSlimSidebar",showBitrateTags:"getShowBitrateTags",showSearchButton:"getShowSearchButton"}),needToWait(){return Object.keys(this.getSettings).length===0},modelVolume:{get(){return this.previewVolume},set:debounce(function(e){this.setPreviewVolume(e)},20)},modelSlimDownloads:{get(){return this.hasSlimDownloads},set(e){this.setSlimDownloads(e)}},modelSlimSidebar:{get(){return this.hasSlimSidebar},set(e){this.setSlimSidebar(e)}},modelShowBitrateTags:{get(){return this.showBitrateTags},set(e){this.setShowBitrateTags(e)}},modelShowSearchButton:{get(){return this.showSearchButton},set(e){this.setShowSearchButton(e)}},pictureHref(){return`https:/ / e - cdns - images . dzcdn . net / images / user / $ { this . user . picture } / 125 x125 - 000000 - 80 - 0 - 0. jpg ` },userLicense(){return this.user.can_stream_lossless?"Hi-Fi":this.user.can_stream_hq?"Premium":"Free"}},async mounted(){const{settingsData:e,defaultSettingsData:a,spotifyCredentials:n}=await getSettingsData();this.defaultSettings=a,this.initSettings(e,n);const i=localStorage.getItem("accountNum");i&&(this.accountNum=i);const r=localStorage.getItem("spotifyUser");r&&(this.lastUser=r,this.spotifyUser=r,socket.emit("update_userSpotifyPlaylists",r)),socket.on("updateSettings",this.updateSettings),socket.on("familyAccounts",this.initAccounts),this.clientMode&&(window.api.receive("downloadFolderSelected",this.downloadFolderSelected),window.api.receive("applogin_arl",this.loggedInViaDeezer)),this. $ on("hook:destroyed",()=>{socket.off("updateSettings"),socket.off("familyAccounts")})},methods:{...mapActions({dispatchARL:"setARL",dispatchAccessTocken:"setAccessToken",dispatchUser:"setUser",removeARL:"removeARL",setPreviewVolume:"setPreviewVolume",setSlimDownloads:"setSlimDownloads",setSlimSidebar:"setSlimSidebar",setShowBitrateTags:"setShowBitrateTags",setShowSearchButton:"setShowSearchButton",dispatchLogout:"logout",dispatchLogin:"login",setSpotifyUserId:"setSpotifyUserId",refreshSpotifyStatus:"refreshSpotifyStatus"}),onTemplateVariableClick(e){copyToClipboard(e),toast( ` Copied $ { e } to clipboard ! ` )},revertSettings(){this.settings=JSON.parse(JSON.stringify(this.lastSettings))},revertCredentials(){this.spotifyCredentials=JSON.parse(JSON.stringify(this.lastCredentials)),this.spotif
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.login.logout"))+ `
2021-10-05 09:36:58 +00:00
` )]),e._v(" "),e.accounts.length>1?n("select",{directives:[{name:"model",rawName:"v-model",value:e.accountNum,expression:"accountNum"}],attrs:{id:"family_account"},on:{change:[function(i){var r=Array.prototype.filter.call(i.target.options,function(l){return l.selected}).map(function(l){var o="_value"in l?l._value:l.value;return o});e.accountNum=i.target.multiple?r:r[0]},e.changeAccount]}},e._l(e.accounts,function(i,r){return n("option",{key:i,domProps:{value:r.toString()}},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(i.name)+ `
2021-03-12 19:45:44 +00:00
` )])}),0):e._e()],1):e._e(),e._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("person")]),e._v(e._s(e. $ t("settings.login.title")))]),e._v(" "),n("div",{staticClass:"my-5 space-y-5"},[n("div",{staticClass:"flex items-center"},[n("input",{ref:"loginInput",attrs:{id:"login_input_arl",autocomplete:"off",placeholder:"ARL",type:"password"},domProps:{value:e.arl}}),e._v(" "),n("button",{staticClass:"ml-2 btn btn-primary btn-only-icon",on:{click:e.copyARLtoClipboard}},[n("i",{staticClass:"material-icons"},[e._v("assignment")])])]),e._v(" "),n("RouterLink",{staticClass:"block",attrs:{to:{name:"ARL"}}},[e._v( `
` +e._s(e. $ t("settings.login.arl.question"))+ `
2021-05-29 15:40:02 +00:00
` )]),e._v(" "),n("button",{staticClass:"btn btn-primary",staticStyle:{width:"100%"},on:{click:e.loginButton}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.login.arl.update"))+ `
2021-05-28 13:09:55 +00:00
` )])],1)]),e._v(" "),e.isLoggedIn?e._e():n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("person")]),e._v(e._s(e. $ t("settings.loginWithCredentials.title"))+ `
2021-10-05 09:36:58 +00:00
` )]),e._v(" "),n("form",{ref:"loginWithCredentialsForm",staticClass:"my-5 space-y-5",on:{submit:function(i){return i.preventDefault(),e.loginWithCredentials.apply(null,arguments)}}},[n("label",[n("span",[e._v(e._s(e. $ t("settings.loginWithCredentials.email")))]),e._v(" "),n("input",{attrs:{type:"text",name:"email"}})]),e._v(" "),n("label",[n("span",[e._v(e._s(e. $ t("settings.loginWithCredentials.password")))]),e._v(" "),n("input",{attrs:{type:"password",name:"password"}})]),e._v(" "),n("button",{staticClass:"btn btn-primary",attrs:{type:"submit"}},[e._v(e._s(e. $ t("settings.loginWithCredentials.login")))])])]),e._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("language")]),e._v(e._s(e. $ t("settings.languages")))]),e._v(" "),n("ul",{staticClass:"my-5"},e._l(e.locales,function(i){return n("li",{key:i,staticClass:"inline-flex items-center locale-flag",class:{"locale-flag--current":e.currentLocale===i},attrs:{title:e.flags[i].eng+" ("+e.flags[i].name+")",tabindex:"0"},domProps:{innerHTML:e._s(e.flags[i].flag)},on:{click:function(r){return e.changeLocale(i)},keyup:function(r){return!r.type.indexOf("key")&&e._k(r.keyCode,"enter",13,r.key,"Enter")?null:e.changeLocale(i)}}})}),0)]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("web")]),e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.appearance.title"))+ `
2021-10-05 12:35:50 +00:00
` )])]},proxy:!0}])},[e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.modelSlimDownloads,expression:"modelSlimDownloads"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.modelSlimDownloads)?e._i(e.modelSlimDownloads,null)>-1:e.modelSlimDownloads},on:{change:function(i){var r=e.modelSlimDownloads,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&(e.modelSlimDownloads=r.concat([c])):s>-1&&(e.modelSlimDownloads=r.slice(0,s).concat(r.slice(s+1)))}else e.modelSlimDownloads=o}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.appearance.slimDownloadTab")))])]),e._v(" "),n("label",{staticClass:"mb-4 with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.modelSlimSidebar,expression:"modelSlimSidebar"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.modelSlimSidebar)?e._i(e.modelSlimSidebar,null)>-1:e.modelSlimSidebar},on:{change:function(i){var r=e.modelSlimSidebar,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&(e.modelSlimSidebar=r.concat([c])):s>-1&&(e.modelSlimSidebar=r.slice(0,s).concat(r.slice(s+1)))}else e.modelSlimSidebar=o}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.appearance.slimSidebar")))])]),e._v(" "),n("label",{staticClass:"mb-4 with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.modelShowBitrateTags,expression:"modelShowBitrateTags"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.modelShowBitrateTags)?e._i(e.modelShowBitrateTags,null)>-1:e.modelShowBitrateTags},on:{change:function(i){var r=e.modelShowBitrateTags,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&(e.modelShowBitrateTags=r.concat([c])):s>-1&&(e.modelShowBitrateTags=r.slice(0,s).concat(r.slice(s+1)))}else e.modelShowBitrateTags=o}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.appearance.bitrateTags")))])]),e._v(" "),n("label",{staticClass:"mb-4 with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.modelShowSearchButton,expression:"modelShowSearchButton"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.modelShowSearchButton)?e._i(e.modelShowSearchButton,null)>-1:e.modelShowSearchButton},on:{change:function(i){var r=e.modelShowSearchButton,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&(e.modelShowSearchButton=r.concat([c])):s>-1&&(e.modelShowSearchButton=r.slice(0,s).concat(r.slice(s+1)))}else e.modelShowSearchButton=o}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.appearance.searchButton")))])])]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("folder")]),e._v(e._s(e. $ t("settings.downloadPath.title"))+ `
2021-08-18 12:59:12 +00:00
` )])]},proxy:!0}])},[e._v(" "),n("div",{staticClass:"flex items-center"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.downloadLocation,expression:"settings.downloadLocation"}],attrs:{autocomplete:"off",type:"text"},domProps:{value:e.settings.downloadLocation},on:{input:function(i){i.target.composing||e. $ set(e.settings,"downloadLocation",i.target.value)}}}),e._v(" "),e.clientMode?n("button",{staticClass:"ml-2 btn btn-primary btn-only-icon",on:{click:e.selectDownloadFolder}},[n("i",{staticClass:"material-icons"},[e._v("folder")])]):e._e()])]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("font_download")]),e._v(e._s(e. $ t("settings.templates.title"))+ `
` )])]},proxy:!0}])},[e._v(" "),n("p",[e._v(e._s(e. $ t("settings.templates.tracknameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tracknameTemplate,expression:"settings.tracknameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.tracknameTemplate},on:{input:function(i){i.target.composing||e. $ set(e.settings,"tracknameTemplate",i.target.value)}}}),e._v(" "),n("TemplateVariablesList",{attrs:{"template-variables":e.trackTemplateVariables},on:{"variable-click":e.onTemplateVariableClick},scopedSlots:e._u([{key:"title",fn:function(){return[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.templates.tracknameAvailableVariables"))+ `
2021-08-18 12:59:12 +00:00
` )]},proxy:!0}])}),e._v(" "),n("p",[e._v(e._s(e. $ t("settings.templates.albumTracknameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.albumTracknameTemplate,expression:"settings.albumTracknameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.albumTracknameTemplate},on:{input:function(i){i.target.composing||e. $ set(e.settings,"albumTracknameTemplate",i.target.value)}}}),e._v(" "),n("TemplateVariablesList",{attrs:{"template-variables":e.trackTemplateVariables},on:{"variable-click":e.onTemplateVariableClick},scopedSlots:e._u([{key:"title",fn:function(){return[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.templates.albumTracknameAvailableVariables"))+ `
2021-08-18 12:59:12 +00:00
` )]},proxy:!0}])}),e._v(" "),n("p",[e._v(e._s(e. $ t("settings.templates.playlistTracknameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.playlistTracknameTemplate,expression:"settings.playlistTracknameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.playlistTracknameTemplate},on:{input:function(i){i.target.composing||e. $ set(e.settings,"playlistTracknameTemplate",i.target.value)}}}),e._v(" "),n("TemplateVariablesList",{attrs:{"template-variables":e.trackTemplateVariables},on:{"variable-click":e.onTemplateVariableClick},scopedSlots:e._u([{key:"title",fn:function(){return[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.templates.playlistTracknameAvailableVariables"))+ `
` )]},proxy:!0}])})],1),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("create_new_folder")]),e._v(e._s(e. $ t("settings.folders.title"))+ `
2021-10-05 09:36:58 +00:00
` )])]},proxy:!0}])},[e._v(" "),n("div",{staticClass:"space-x-5 settings-container"},[n("div",{staticClass:"settings-container__third"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.createPlaylistFolder,expression:"settings.createPlaylistFolder"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.createPlaylistFolder)?e._i(e.settings.createPlaylistFolder,null)>-1:e.settings.createPlaylistFolder},on:{change:function(i){var r=e.settings.createPlaylistFolder,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings,"createPlaylistFolder",r.concat([c])):s>-1&&e. $ set(e.settings,"createPlaylistFolder",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings,"createPlaylistFolder",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.folders.createPlaylistFolder")))])]),e._v(" "),e.settings.createPlaylistFolder?n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.folders.playlistNameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.playlistNameTemplate,expression:"settings.playlistNameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.playlistNameTemplate},on:{input:function(i){i.target.composing||e. $ set(e.settings,"playlistNameTemplate",i.target.value)}}})]):e._e()]),e._v(" "),n("div",{staticClass:"settings-container__third"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.createArtistFolder,expression:"settings.createArtistFolder"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.createArtistFolder)?e._i(e.settings.createArtistFolder,null)>-1:e.settings.createArtistFolder},on:{change:function(i){var r=e.settings.createArtistFolder,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings,"createArtistFolder",r.concat([c])):s>-1&&e. $ set(e.settings,"createArtistFolder",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings,"createArtistFolder",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.folders.createArtistFolder")))])]),e._v(" "),e.settings.createArtistFolder?n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.folders.artistNameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.artistNameTemplate,expression:"settings.artistNameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.artistNameTemplate},on:{input:function(i){i.target.composing||e. $ set(e.settings,"artistNameTemplate",i.target.value)}}})]):e._e()]),e._v(" "),n("div",{staticClass:"settings-container__third"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.createAlbumFolder,expression:"settings.createAlbumFolder"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.createAlbumFolder)?e._i(e.settings.createAlbumFolder,null)>-1:e.settings.createAlbumFolder},on:{change:function(i){var r=e.settings.createAlbumFolder,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings,"createAlbumFolder",r.concat([c])):s>-1&&e. $ set(e.settings,"createAlbumFolder",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings,"createAlbumFolder",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.folders.createAlbumFolder")))])]),e._v(" "),e.settings.createAlbumFolder?n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.folders.albumNameTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.albumNameTemplate,expression:"settings.albumNameTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.albumNameTemplate},on:{input:function(i){i.target.composing||e. $ set(e.settings,"albumNameTemplate",i.target.value)}}})]):e._e()])
` )])]},proxy:!0}])},[e._v(" "),n("div",{staticClass:"space-x-5 settings-container"},[n("div",{staticClass:"settings-container__third settings-container__third--only-checkbox"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.padTracks,expression:"settings.padTracks"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.padTracks)?e._i(e.settings.padTracks,null)>-1:e.settings.padTracks},on:{change:function(i){var r=e.settings.padTracks,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings,"padTracks",r.concat([c])):s>-1&&e. $ set(e.settings,"padTracks",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings,"padTracks",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.trackTitles.padTracks")))])])]),e._v(" "),n("div",{staticClass:"settings-container__third"},[n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.trackTitles.paddingSize")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.paddingSize,expression:"settings.paddingSize"}],attrs:{max:"10",type:"number"},domProps:{value:e.settings.paddingSize},on:{input:function(i){i.target.composing||e. $ set(e.settings,"paddingSize",i.target.value)}}})])]),e._v(" "),n("div",{staticClass:"settings-container__third"},[n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.trackTitles.illegalCharacterReplacer")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.illegalCharacterReplacer,expression:"settings.illegalCharacterReplacer"}],attrs:{type:"text"},domProps:{value:e.settings.illegalCharacterReplacer},on:{input:function(i){i.target.composing||e. $ set(e.settings,"illegalCharacterReplacer",i.target.value)}}})])])])]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons"},[e._v("album")]),e._v(e._s(e. $ t("settings.covers.title")))])]},proxy:!0}])},[e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.saveArtwork,expression:"settings.saveArtwork"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.saveArtwork)?e._i(e.settings.saveArtwork,null)>-1:e.settings.saveArtwork},on:{change:function(i){var r=e.settings.saveArtwork,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings,"saveArtwork",r.concat([c])):s>-1&&e. $ set(e.settings,"saveArtwork",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings,"saveArtwork",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.covers.saveArtwork")))])]),e._v(" "),e.settings.saveArtwork?n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.covers.coverImageTemplate")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.coverImageTemplate,expression:"settings.coverImageTemplate"}],attrs:{type:"text"},domProps:{value:e.settings.coverImageTemplate},on:{input:function(i){i.target.composing||e. $ set(e.settings,"coverImageTemplate",i.target.value)}}})]):e._e(),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.saveArtworkArtist,expression:"settings.saveArtworkArtist"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.saveArtworkArtist)?e._i(e.settings.saveArtworkArtist,null)>-1:e.settings.saveArtworkArtist},on:{change:function(i){var r=e.settings.saveArtworkArtist,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings,"saveArtworkArtist",r.concat([c])):s>-1&&e. $ set(e.settings,"saveArtworkArtist",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings,"saveArtworkArtist",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-t
2021-03-12 19:45:44 +00:00
\u26A0\uFE0F ` +e._s(e. $ t("settings.covers.imageSizeWarning"))+ `
2021-08-18 12:59:12 +00:00
` )]):e._e()]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.covers.embeddedArtworkSize")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.settings.embeddedArtworkSize,expression:"settings.embeddedArtworkSize",modifiers:{number:!0}}],attrs:{max:"10000",min:"100",step:"100",type:"number"},domProps:{value:e.settings.embeddedArtworkSize},on:{input:function(i){i.target.composing||e. $ set(e.settings,"embeddedArtworkSize",e._n(i.target.value))},blur:function(i){return e. $ forceUpdate()}}}),e._v(" "),e.settings.embeddedArtworkSize>1200?n("p",{staticClass:"input-group-text",staticStyle:{opacity:"0.75",color:"#ffcc22"}},[e._v( `
2021-03-12 19:45:44 +00:00
\u26A0\uFE0F ` +e._s(e. $ t("settings.covers.imageSizeWarning"))+ `
2021-10-05 09:36:58 +00:00
` )]):e._e()]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.covers.localArtworkFormat.title")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.localArtworkFormat,expression:"settings.localArtworkFormat"}],on:{change:function(i){var r=Array.prototype.filter.call(i.target.options,function(l){return l.selected}).map(function(l){var o="_value"in l?l._value:l.value;return o});e. $ set(e.settings,"localArtworkFormat",i.target.multiple?r:r[0])}}},[n("option",{attrs:{value:"jpg"}},[e._v(e._s(e. $ t("settings.covers.localArtworkFormat.jpg")))]),e._v(" "),n("option",{attrs:{value:"png"}},[e._v(e._s(e. $ t("settings.covers.localArtworkFormat.png")))]),e._v(" "),n("option",{attrs:{value:"jpg,png"}},[e._v(e._s(e. $ t("settings.covers.localArtworkFormat.both")))])])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.embeddedArtworkPNG,expression:"settings.embeddedArtworkPNG"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.embeddedArtworkPNG)?e._i(e.settings.embeddedArtworkPNG,null)>-1:e.settings.embeddedArtworkPNG},on:{change:function(i){var r=e.settings.embeddedArtworkPNG,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings,"embeddedArtworkPNG",r.concat([c])):s>-1&&e. $ set(e.settings,"embeddedArtworkPNG",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings,"embeddedArtworkPNG",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.covers.embeddedArtworkPNG")))])]),e._v(" "),e.settings.embeddedArtworkPNG?n("p",{staticStyle:{opacity:"0.75",color:"#ffcc22"}},[e._v( `
2021-03-12 19:45:44 +00:00
\u26A0\uFE0F ` +e._s(e. $ t("settings.covers.embeddedPNGWarning"))+ `
2021-10-05 09:36:58 +00:00
` )]):e._e(),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.coverDescriptionUTF8,expression:"settings.tags.coverDescriptionUTF8"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.coverDescriptionUTF8)?e._i(e.settings.tags.coverDescriptionUTF8,null)>-1:e.settings.tags.coverDescriptionUTF8},on:{change:function(i){var r=e.settings.tags.coverDescriptionUTF8,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings.tags,"coverDescriptionUTF8",r.concat([c])):s>-1&&e. $ set(e.settings.tags,"coverDescriptionUTF8",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings.tags,"coverDescriptionUTF8",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.covers.coverDescriptionUTF8")))])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.covers.jpegImageQuality")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.settings.jpegImageQuality,expression:"settings.jpegImageQuality",modifiers:{number:!0}}],attrs:{max:"100",min:"1",type:"number"},domProps:{value:e.settings.jpegImageQuality},on:{input:function(i){i.target.composing||e. $ set(e.settings,"jpegImageQuality",e._n(i.target.value))},blur:function(i){return e. $ forceUpdate()}}})])]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("i",{staticClass:"material-icons",staticStyle:{width:"1em",height:"1em"}},[e._v("bookmarks")]),e._v(e._s(e. $ t("settings.tags.head"))+ `
` )])]},proxy:!0}])},[e._v(" "),n("div",{staticClass:"space-x-5 settings-container"},[n("div",{staticClass:"settings-container__half"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.title,expression:"settings.tags.title"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.title)?e._i(e.settings.tags.title,null)>-1:e.settings.tags.title},on:{change:function(i){var r=e.settings.tags.title,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings.tags,"title",r.concat([c])):s>-1&&e. $ set(e.settings.tags,"title",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings.tags,"title",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.tags.title")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.artist,expression:"settings.tags.artist"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.artist)?e._i(e.settings.tags.artist,null)>-1:e.settings.tags.artist},on:{change:function(i){var r=e.settings.tags.artist,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings.tags,"artist",r.concat([c])):s>-1&&e. $ set(e.settings.tags,"artist",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings.tags,"artist",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.tags.artist")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.album,expression:"settings.tags.album"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.album)?e._i(e.settings.tags.album,null)>-1:e.settings.tags.album},on:{change:function(i){var r=e.settings.tags.album,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings.tags,"album",r.concat([c])):s>-1&&e. $ set(e.settings.tags,"album",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings.tags,"album",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.tags.album")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.cover,expression:"settings.tags.cover"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.cover)?e._i(e.settings.tags.cover,null)>-1:e.settings.tags.cover},on:{change:function(i){var r=e.settings.tags.cover,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings.tags,"cover",r.concat([c])):s>-1&&e. $ set(e.settings.tags,"cover",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings.tags,"cover",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.tags.cover")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.trackNumber,expression:"settings.tags.trackNumber"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.trackNumber)?e._i(e.settings.tags.trackNumber,null)>-1:e.settings.tags.trackNumber},on:{change:function(i){var r=e.settings.tags.trackNumber,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings.tags,"trackNumber",r.concat([c])):s>-1&&e. $ set(e.settings.tags,"trackNumber",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings.tags,"trackNumber",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.tags.trackNumber")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.tags.trackTotal,expression:"settings.tags.trackTotal"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.tags.trackTotal)?e._i(e.settings.tags.trackTotal,null)>-1:e.settings.tags.trackTotal},on:{change:function(i){var r=e.settings.tags.trackTotal,l=i.target,o=!!l.checked
` )])]},proxy:!0}])},[e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.downloads.queueConcurrency")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.settings.queueConcurrency,expression:"settings.queueConcurrency",modifiers:{number:!0}}],attrs:{min:"1",type:"number"},domProps:{value:e.settings.queueConcurrency},on:{input:function(i){i.target.composing||e. $ set(e.settings,"queueConcurrency",e._n(i.target.value))},blur:function(i){return e. $ forceUpdate()}}})]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.downloads.maxBitrate.title")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.maxBitrate,expression:"settings.maxBitrate"}],on:{change:function(i){var r=Array.prototype.filter.call(i.target.options,function(l){return l.selected}).map(function(l){var o="_value"in l?l._value:l.value;return o});e. $ set(e.settings,"maxBitrate",i.target.multiple?r:r[0])}}},[n("option",{attrs:{value:"9"}},[e._v(e._s(e. $ t("settings.downloads.maxBitrate.9")))]),e._v(" "),n("option",{attrs:{value:"3"}},[e._v(e._s(e. $ t("settings.downloads.maxBitrate.3")))]),e._v(" "),n("option",{attrs:{value:"1"}},[e._v(e._s(e. $ t("settings.downloads.maxBitrate.1")))])])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.title")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.overwriteFile,expression:"settings.overwriteFile"}],on:{change:function(i){var r=Array.prototype.filter.call(i.target.options,function(l){return l.selected}).map(function(l){var o="_value"in l?l._value:l.value;return o});e. $ set(e.settings,"overwriteFile",i.target.multiple?r:r[0])}}},[n("option",{attrs:{value:"y"}},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.y")))]),e._v(" "),n("option",{attrs:{value:"n"}},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.n")))]),e._v(" "),n("option",{attrs:{value:"e"}},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.e")))]),e._v(" "),n("option",{attrs:{value:"b"}},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.b")))]),e._v(" "),n("option",{attrs:{value:"t"}},[e._v(e._s(e. $ t("settings.downloads.overwriteFile.t")))])])]),e._v(" "),n("div",{staticClass:"space-x-5 settings-container"},[n("div",{staticClass:"settings-container__third settings-container__third--only-checkbox"},[n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.fallbackBitrate,expression:"settings.fallbackBitrate"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.fallbackBitrate)?e._i(e.settings.fallbackBitrate,null)>-1:e.settings.fallbackBitrate},on:{change:function(i){var r=e.settings.fallbackBitrate,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings,"fallbackBitrate",r.concat([c])):s>-1&&e. $ set(e.settings,"fallbackBitrate",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings,"fallbackBitrate",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.downloads.fallbackBitrate")))])]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.settings.fallbackSearch,expression:"settings.fallbackSearch"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.settings.fallbackSearch)?e._i(e.settings.fallbackSearch,null)>-1:e.settings.fallbackSearch},on:{change:function(i){var r=e.settings.fallbackSearch,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.settings,"fallbackSearch",r.concat([c])):s>-1&&e. $ set(e.settings,"fallbackSearch",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.settings,"fallbackSearch",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.downloads.fallbackSearch")))])])]),e._v(" "),n("div",{staticClass:"settings-container__third settings-container__third--only-
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.other.dateFormat.year")+"-"+e. $ t("settings.other.dateFormat.month")+"-"+e. $ t("settings.other.dateFormat.day"))+ `
` )]),e._v(" "),n("option",{attrs:{value:"Y-D-M"}},[e._v( `
` +e._s(e. $ t("settings.other.dateFormat.year")+"-"+e. $ t("settings.other.dateFormat.day")+"-"+e. $ t("settings.other.dateFormat.month"))+ `
` )]),e._v(" "),n("option",{attrs:{value:"D-M-Y"}},[e._v( `
` +e._s(e. $ t("settings.other.dateFormat.day")+"-"+e. $ t("settings.other.dateFormat.month")+"-"+e. $ t("settings.other.dateFormat.year"))+ `
` )]),e._v(" "),n("option",{attrs:{value:"M-D-Y"}},[e._v( `
` +e._s(e. $ t("settings.other.dateFormat.month")+"-"+e. $ t("settings.other.dateFormat.day")+"-"+e. $ t("settings.other.dateFormat.year"))+ `
2021-10-05 12:35:50 +00:00
` )]),e._v(" "),n("option",{attrs:{value:"Y"}},[e._v(e._s(e. $ t("settings.other.dateFormat.year")))])])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.other.featuredToTitle.title")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.featuredToTitle,expression:"settings.featuredToTitle"}],on:{change:function(i){var r=Array.prototype.filter.call(i.target.options,function(l){return l.selected}).map(function(l){var o="_value"in l?l._value:l.value;return o});e. $ set(e.settings,"featuredToTitle",i.target.multiple?r:r[0])}}},[n("option",{attrs:{value:"0"}},[e._v(e._s(e. $ t("settings.other.featuredToTitle.0")))]),e._v(" "),n("option",{attrs:{value:"1"}},[e._v(e._s(e. $ t("settings.other.featuredToTitle.1")))]),e._v(" "),n("option",{attrs:{value:"3"}},[e._v(e._s(e. $ t("settings.other.featuredToTitle.3")))]),e._v(" "),n("option",{attrs:{value:"2"}},[e._v(e._s(e. $ t("settings.other.featuredToTitle.2")))])])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.other.titleCasing")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.titleCasing,expression:"settings.titleCasing"}],on:{change:function(i){var r=Array.prototype.filter.call(i.target.options,function(l){return l.selected}).map(function(l){var o="_value"in l?l._value:l.value;return o});e. $ set(e.settings,"titleCasing",i.target.multiple?r:r[0])}}},[n("option",{attrs:{value:"nothing"}},[e._v(e._s(e. $ t("settings.other.casing.nothing")))]),e._v(" "),n("option",{attrs:{value:"lower"}},[e._v(e._s(e. $ t("settings.other.casing.lower")))]),e._v(" "),n("option",{attrs:{value:"upper"}},[e._v(e._s(e. $ t("settings.other.casing.upper")))]),e._v(" "),n("option",{attrs:{value:"start"}},[e._v(e._s(e. $ t("settings.other.casing.start")))]),e._v(" "),n("option",{attrs:{value:"sentence"}},[e._v(e._s(e. $ t("settings.other.casing.sentence")))])])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.other.artistCasing")))]),e._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:e.settings.artistCasing,expression:"settings.artistCasing"}],on:{change:function(i){var r=Array.prototype.filter.call(i.target.options,function(l){return l.selected}).map(function(l){var o="_value"in l?l._value:l.value;return o});e. $ set(e.settings,"artistCasing",i.target.multiple?r:r[0])}}},[n("option",{attrs:{value:"nothing"}},[e._v(e._s(e. $ t("settings.other.casing.nothing")))]),e._v(" "),n("option",{attrs:{value:"lower"}},[e._v(e._s(e. $ t("settings.other.casing.lower")))]),e._v(" "),n("option",{attrs:{value:"upper"}},[e._v(e._s(e. $ t("settings.other.casing.upper")))]),e._v(" "),n("option",{attrs:{value:"start"}},[e._v(e._s(e. $ t("settings.other.casing.start")))]),e._v(" "),n("option",{attrs:{value:"sentence"}},[e._v(e._s(e. $ t("settings.other.casing.sentence")))])])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.other.previewVolume")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:e.modelVolume,expression:"modelVolume",modifiers:{number:!0}}],staticClass:"slider",attrs:{max:"100",min:"0",step:"1",type:"range"},domProps:{value:e.modelVolume},on:{__r:function(i){e.modelVolume=e._n(i.target.value)},blur:function(i){return e. $ forceUpdate()}}}),e._v(" "),n("span",[e._v(e._s(e.previewVolume)+"%")])]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.other.executeCommand.title")))]),e._v(" "),n("p",{staticClass:"secondary-text"},[e._v(e._s(e. $ t("settings.other.executeCommand.description")))]),e._v(" "),e.settings.executeCommand?n("p",[e._v(" "+e._s(e.settings.executeCommand)+" ")]):n("p",[e._v(e._s(e. $ t("globals.empty").capitalize()))])])]),e._v(" "),n("BaseAccordion",{staticClass:"settings-group",scopedSlots:e._u([{key:"title",fn:function(){return[n("h3",{staticClass:"settings-group__header"},[n("svg",{staticC
2021-03-12 19:45:44 +00:00
` +e._s(e. $ t("settings.spotify.title"))+ `
` )])]},proxy:!0}])},[e._v(" "),n("RouterLink",{attrs:{to:{name:"Spotify Features"}}},[e._v( `
` +e._s(e. $ t("settings.spotify.question"))+ `
2021-10-28 13:20:42 +00:00
` )]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.spotify.clientID")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.spotifyFeatures.clientId,expression:"spotifyFeatures.clientId"}],attrs:{type:"text"},domProps:{value:e.spotifyFeatures.clientId},on:{input:function(i){i.target.composing||e. $ set(e.spotifyFeatures,"clientId",i.target.value)}}})]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.spotify.clientSecret")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.spotifyFeatures.clientSecret,expression:"spotifyFeatures.clientSecret"}],attrs:{type:"password"},domProps:{value:e.spotifyFeatures.clientSecret},on:{input:function(i){i.target.composing||e. $ set(e.spotifyFeatures,"clientSecret",i.target.value)}}})]),e._v(" "),n("div",{staticClass:"input-group"},[n("p",{staticClass:"input-group-text"},[e._v(e._s(e. $ t("settings.spotify.username")))]),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.spotifyUser,expression:"spotifyUser"}],attrs:{type:"text"},domProps:{value:e.spotifyUser},on:{input:function(i){i.target.composing||(e.spotifyUser=i.target.value)}}})]),e._v(" "),n("label",{staticClass:"with-checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.spotifyFeatures.fallbackSearch,expression:"spotifyFeatures.fallbackSearch"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.spotifyFeatures.fallbackSearch)?e._i(e.spotifyFeatures.fallbackSearch,null)>-1:e.spotifyFeatures.fallbackSearch},on:{change:function(i){var r=e.spotifyFeatures.fallbackSearch,l=i.target,o=!!l.checked;if(Array.isArray(r)){var c=null,s=e._i(r,c);l.checked?s<0&&e. $ set(e.spotifyFeatures,"fallbackSearch",r.concat([c])):s>-1&&e. $ set(e.spotifyFeatures,"fallbackSearch",r.slice(0,s).concat(r.slice(s+1)))}else e. $ set(e.spotifyFeatures,"fallbackSearch",o)}}}),e._v(" "),n("span",{staticClass:"checkbox-text"},[e._v(e._s(e. $ t("settings.downloads.fallbackSearch")))])])],1),e._v(" "),n("footer",{staticClass:"bg-background-main"},[n("button",{staticClass:"mr-2 btn btn-primary",on:{click:e.resetToDefault}},[e._v(e._s(e. $ t("settings.reset")))]),e._v(" "),n("button",{staticClass:"btn btn-primary",on:{click:e.saveSettings}},[e._v(e._s(e. $ t("settings.save")))])])],1)},__vue_staticRenderFns__ $ 1=[];const __vue_inject_styles__ $ 1=function(e){!e||e("data-v-7c8c099d_0",{source:"#logged_in_info[data-v-7c8c099d]{display:flex;align-items:center;flex-direction:column;justify-content:space-evenly;height:250px}.locale-flag[data-v-7c8c099d]{justify-content:center;cursor:pointer;width:60px}.locale-flag[data-v-7c8c099d]:not(:last-child){margin-right:10px}.locale-flag.locale-flag--current[data-v-7c8c099d] svg{filter:brightness(1)!important}.locale-flag[data-v-7c8c099d] svg{width:40px!important;height:40px!important;filter:brightness(.5)}.settings-group[data-v-7c8c099d]{border-top-width:1px;border-color:gray}.settings-group__header[data-v-7c8c099d]{display:inline-flex;align-items:center;padding-top:2rem;padding-bottom:2rem;font-size:1.5rem}.settings-group__header i.material-icons[data-v-7c8c099d]{margin-right:1rem}.settings-container[data-v-7c8c099d]{display:flex}.settings-container__half[data-v-7c8c099d]{width:50%}.settings-container__third[data-v-7c8c099d]{width:33%}.settings-container__third--only-checkbox[data-v-7c8c099d]{display:flex;align-items:start;flex-direction:column;justify-content:center}.settings-container__half>*[data-v-7c8c099d],.settings-container__third>*[data-v-7c8c099d]{margin-bottom:1rem}.with-checkbox[data-v-7c8c099d]{display:flex;align-items:center}.with-checkbox [type=checkbox][data-v-7c8c099d]{cursor:pointer}.with-checkbox .checkbox-text[data-v-7c8c099d]{margin-left:10px;cursor:pointer;user-select:none}.input-group .input-group-text[data-v-7c8c099d]{margin-bottom:.5rem}",map:void 0,media:void 0})},__vue_scope_id__ $ 1="data-v-7c8c099d",__vue_module_identifier__=void 0,__vue_is_functional_template__ $ 1=!1;function __vue_normalize__ $ 1(e
2021-10-05 09:36:58 +00:00
/*# sourceURL=`+l.map.sources[0]+" */ " , s += `
/*# sourceMappingURL=data:application/json;base64,`+btoa(unescape(encodeURIComponent(JSON.stringify(l.map))))+" */ "),n&&(c.element=c.element||document.querySelector(" style [ data - group = "+o+" ] ")),!c.element){const u=c.element=document.createElement(" style ");u.type=" text / css ",l.media&&u.setAttribute(" media ",l.media),n&&(u.setAttribute(" data - group ",o),u.setAttribute(" data - next - index "," 0 ")),e.appendChild(u)}if(n&&(d=parseInt(c.element.getAttribute(" data - next - index ")),c.element.setAttribute(" data - next - index " , d + 1 ) ) , c . element . styleSheet ) c . parts . push ( s ) , c . element . styleSheet . cssText = c . parts . filter ( Boolean ) . join ( `
` );else{const u=document.createTextNode(s),h=c.element.childNodes;h[d]&&c.element.removeChild(h[d]),h.length?c.element.insertBefore(u,h[d]):c.element.appendChild(u)}}}}var Settings=__vue_normalize__ $ 1({render:__vue_render__ $ 1,staticRenderFns:__vue_staticRenderFns__ $ 1},__vue_inject_styles__ $ 1,__vue_script__ $ 1,__vue_scope_id__ $ 1,__vue_is_functional_template__ $ 1,__vue_module_identifier__,__vue_create_injector__),script={data(){return{title:"",metadata:"",release_date:"",label:"",explicit:!1,image:"",type:"empty",link:"",body:[]}},mounted(){EventBus. $ on("showAlbum",this.showAlbum),EventBus. $ on("showPlaylist",this.showPlaylist),EventBus. $ on("showSpotifyPlaylist",this.showSpotifyPlaylist)},methods:{playPausePreview,reset(){this.title="Loading...",this.image="",this.metadata="",this.label="",this.release_date="",this.explicit=!1,this.type="empty",this.body=[]},addToQueue(e){sendAddToQueue(e.currentTarget.dataset.link)},toggleAll(e){this.body.forEach(a=>{a.type==="track"&&(a.selected=e.currentTarget.checked)})},selectedLinks(){const e=[];return this.body&&this.body.forEach(a=>{a.type==="track"&&a.selected&&e.push(this.type==="spotifyPlaylist"?a.uri:a.link)}),e.join(";")},convertDuration:Utils.convertDuration,showAlbum(e){this.reset();const{id:a,title:n,explicit_lyrics:i,label:r,artist:{name:l},tracks:o,nb_tracks:c,release_date:s,cover_xl:d}=e;this.type="album",this.link= ` https : //www.deezer.com/album/${a}`,this.title=n,this.explicit=i,this.label=r,this.metadata=`${l} \u2022 ${this.$tc("globals.listTabs.trackN",c)}`,this.release_date=s.substring(0,10),this.image=d,isEmpty(o)?this.body=null:this.body=o},showPlaylist(e){this.reset();const{id:a,title:n,picture_xl:i,creation_date:r,creator:{name:l},tracks:o,tracks:{length:c}}=e;this.type="playlist",this.link=`https://www.deezer.com/playlist/${a}`,this.title=n,this.image=i,this.release_date=r.substring(0,10),this.metadata=`${this.$t("globals.by",{artist:l})} \u2022 ${this.$tc("globals.listTabs.trackN",c)}`,isEmpty(o)?this.body=null:this.body=o},showSpotifyPlaylist(e){this.reset();const{uri:a,name:n,images:i,images:{length:r},owner:{display_name:l},tracks:o,tracks:{length:c}}=e;this.type="spotifyPlaylist",this.link=a,this.title=n,this.image=r?i[0].url:"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/1000x1000-000000-80-0-0.jpg",this.release_date="",this.metadata=`${this.$t("globals.by",{artist:l})} \u2022 ${this.$tc("globals.listTabs.trackN",c)}`,isEmpty(o)?this.body=null:this.body=o},selectRow(e,a){a.selected=!a.selected}}};const __vue_script__=script;var __vue_render__=function(){var e=this,a=e.$createElement,n=e._self._c||a;return n("div",{ref:"root",staticClass:"relative fixed-footer bg-background-main image-header"},[n("header",{style:{"background-image":"linear-gradient(to bottom, transparent 0%, var(--main-background) 100%), url('"+e.image+"')"}},[n("h1",{staticClass:"flex items-center m-0 text-5xl"},[e._v(`
2021-10-05 12:35:50 +00:00
` +e._s(e.title)+" "),e.explicit?n("i",{staticClass:"material-icons title-icon title-icon--right"},[e._v("explicit")]):e._e()]),e._v(" "),n("h2",{staticClass:"m-0 mb-3 text-lg"},[e.metadata?n("p",[e._v(e._s(e.metadata))]):e._e(),e._v(" "),e.release_date?n("p",[e._v(e._s(e.release_date))]):e._e()])]),e._v(" "),n("table",{staticClass:"table table--tracklist"},[n("thead",[n("tr",[e._m(0),e._v(" "),n("th",[e._v("#")]),e._v(" "),n("th",[e._v(e._s(e. $ tc("globals.listTabs.title",1)))]),e._v(" "),n("th",[e._v(e._s(e. $ tc("globals.listTabs.artist",1)))]),e._v(" "),e.type==="playlist"?n("th",[e._v(e._s(e. $ tc("globals.listTabs.album",1)))]):e._e(),e._v(" "),e._m(1),e._v(" "),n("th",{staticClass:"table__icon table__cell--center clickable"},[n("input",{staticClass:"selectAll",attrs:{type:"checkbox"},on:{click:e.toggleAll}})])])]),e._v(" "),n("tbody",[e.type!=="spotifyPlaylist"?[e._l(e.body,function(i,r){return[i.type==="track"?n("tr",{on:{click:function(l){return e.selectRow(r,i)}}},[n("td",{staticClass:"table__cell--x-small table__cell--center"},[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center"},[n("i",e._g({staticClass:"material-icons",class:{preview_playlist_controls:i.preview,"cursor-pointer":i.preview,disabled:!i.preview},attrs:{"data-preview":i.preview,"data-link-only":i.link,title:e. $ t("globals.play_hint")}},{click:i.preview?e.playPausePreview:!1}),[e._v( `
2021-03-12 19:45:44 +00:00
play _arrow
` )])])]),e._v(" "),n("td",{staticClass:"table__cell--small table__cell--center track_position"},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(e.type==="album"?i.track_position:e.body.indexOf(i)+1)+ `
` )]),e._v(" "),n("td",{staticClass:"table__cell--large table__cell--with-icon"},[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center"},[i.explicit_lyrics?n("i",{staticClass:"material-icons title-icon"},[e._v(" explicit ")]):e._e(),e._v( `
` +e._s(i.title+(i.title_version&&i.title.indexOf(i.title_version)==-1?" "+i.title_version:""))+ `
` )])]),e._v(" "),n("router-link",{staticClass:"table__cell--medium table__cell--center clickable",attrs:{to:{name:"Artist",params:{id:i.artist.id}},tag:"td"}},[e._v( `
` +e._s(i.artist.name)+ `
` )]),e._v(" "),e.type==="playlist"?n("router-link",{staticClass:"table__cell--medium table__cell--center clickable",attrs:{to:{name:"Album",params:{id:i.album.id}},tag:"td"}},[e._v( `
` +e._s(i.album.title)+ `
2021-03-12 19:45:44 +00:00
` )]):e._e(),e._v(" "),n("td",{staticClass:"table__cell--center",class:{"table__cell--small":e.type==="album","table__cell--x-small":e.type==="playlist"}},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(e.convertDuration(i.duration))+ `
2021-10-05 09:36:58 +00:00
` )]),e._v(" "),n("td",{staticClass:"table__icon table__cell--center"},[n("input",{directives:[{name:"model",rawName:"v-model",value:i.selected,expression:"track.selected"}],staticClass:"clickable",attrs:{type:"checkbox"},domProps:{checked:Array.isArray(i.selected)?e._i(i.selected,null)>-1:i.selected},on:{change:function(l){var o=i.selected,c=l.target,s=!!c.checked;if(Array.isArray(o)){var d=null,u=e._i(o,d);c.checked?u<0&&e. $ set(i,"selected",o.concat([d])):u>-1&&e. $ set(i,"selected",o.slice(0,u).concat(o.slice(u+1)))}else e. $ set(i,"selected",s)}}})])],1):i.type=="disc_separator"?n("tr",{staticClass:"table__row-no-highlight",staticStyle:{opacity:"0.54"}},[e._m(2,!0),e._v(" "),n("td",{staticClass:"table__cell--center"},[e._v( `
2021-08-18 12:59:12 +00:00
` +e._s(i.number)+ `
` )]),e._v(" "),n("td",{attrs:{colspan:"4"}})]):e._e()]})]:e._l(e.body,function(i,r){return n("tr",[n("td",[i.preview_url?n("i",{staticClass:"material-icons",class:{preview_playlist_controls:i.preview_url,"cursor-pointer":i.preview_url},attrs:{"data-preview":i.preview_url,title:e. $ t("globals.play_hint")},on:{click:e.playPausePreview}},[e._v( `
2021-03-12 19:45:44 +00:00
play _arrow
2021-08-18 12:59:12 +00:00
` )]):n("i",{staticClass:"material-icons disabled"},[e._v("play_arrow")])]),e._v(" "),n("td",[e._v(e._s(r+1))]),e._v(" "),n("td",{staticClass:"flex items-center"},[i.explicit?n("i",{staticClass:"material-icons title-icon"},[e._v("explicit")]):e._e(),e._v( `
` +e._s(i.name)+ `
2021-10-05 09:36:58 +00:00
` )]),e._v(" "),n("td",[e._v(e._s(i.artists[0].name))]),e._v(" "),n("td",[e._v(e._s(i.album.name))]),e._v(" "),n("td",[e._v(e._s(e.convertDuration(Math.floor(i.duration_ms/1e3))))]),e._v(" "),n("td",[n("input",{directives:[{name:"model",rawName:"v-model",value:i.selected,expression:"track.selected"}],staticClass:"clickable",attrs:{type:"checkbox"},domProps:{checked:Array.isArray(i.selected)?e._i(i.selected,null)>-1:i.selected},on:{change:function(l){var o=i.selected,c=l.target,s=!!c.checked;if(Array.isArray(o)){var d=null,u=e._i(o,d);c.checked?u<0&&e. $ set(i,"selected",o.concat([d])):u>-1&&e. $ set(i,"selected",o.slice(0,u).concat(o.slice(u+1)))}else e. $ set(i,"selected",s)}}})])])})],2)]),e._v(" "),e.label?n("span",{staticStyle:{opacity:"0.4","margin-top":"8px",display:"inline-block","font-size":"13px"}},[e._v(e._s(e.label))]):e._e(),e._v(" "),n("footer",{staticClass:"bg-background-main"},[n("button",{staticClass:"mr-2 btn btn-primary",attrs:{"data-link":e.link},on:{click:function(i){return i.stopPropagation(),e.addToQueue.apply(null,arguments)}}},[e._v( `
2021-03-12 19:45:44 +00:00
` +e._s(""+e. $ t("globals.download",{thing:e. $ tc("globals.listTabs."+e.type,1)}))+ `
2021-08-18 12:59:12 +00:00
` )]),e._v(" "),n("button",{staticClass:"flex items-center btn btn-primary",attrs:{"data-link":e.selectedLinks()},on:{click:function(i){return i.stopPropagation(),e.addToQueue.apply(null,arguments)}}},[e._v( `
2021-10-05 12:35:50 +00:00
` +e._s(e. $ t("tracklist.downloadSelection"))),n("i",{staticClass:"ml-2 material-icons"},[e._v("file_download")])])])])},__vue_staticRenderFns__=[function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("th",[n("i",{staticClass:"material-icons"},[e._v("music_note")])])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("th",[n("i",{staticClass:"material-icons"},[e._v("timer")])])},function(){var e=this,a=e. $ createElement,n=e._self._c||a;return n("td",[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center",staticStyle:{opacity:"0.54"}},[n("i",{staticClass:"material-icons"},[e._v("album")])])])}];const __vue_inject_styles__=void 0,__vue_scope_id__=void 0,__vue_is_functional_template__=!1;function __vue_normalize__(e,a,n,i,r,l,o,c){const s=(typeof n=="function"?n.options:n)||{};return s.__file="Tracklist.vue",s.render||(s.render=e.render,s.staticRenderFns=e.staticRenderFns,s._compiled=!0,r&&(s.functional=!0)),s._scopeId=i,s}var Tracklist=__vue_normalize__({render:__vue_render__,staticRenderFns:__vue_staticRenderFns__},__vue_inject_styles__,__vue_script__,__vue_scope_id__,__vue_is_functional_template__);Vue $ 2.use(VueRouter $ 1);const routes=[{path:window.location.pathname,name:"Home",component:Home,meta:{notKeepAlive:!0}},{path:"/tracklist/:type/:id",name:"Tracklist",component:Tracklist},{path:"/artist/:id",name:"Artist",component:Artist,meta:{notKeepAlive:!0}},{path:"/album/:id",name:"Album",component:Tracklist},{path:"/playlist/:id",name:"Playlist",component:Tracklist},{path:"/spotify-playlist/:id",name:"Spotify Playlist",component:Tracklist},{path:"/charts",name:"Charts",component:Charts,meta:{notKeepAlive:!0}},{path:"/favorites",name:"Favorites",component:Favorites,meta:{notKeepAlive:!0}},{path:"/errors",name:"Errors",component:Errors},{path:"/logs",name:"Logs",component:Logs},{path:"/link-analyzer",name:"Link Analyzer",component:LinkAnalyzer},{path:"/about",name:"About",component:About},{path:"/info-arl",name:"ARL",component:InfoArl},{path:"/info-spotify",name:"Spotify Features",component:InfoSpotifyFeatures},{path:"/settings",name:"Settings",component:Settings},{path:"/search",name:"Search",component:Search,meta:{notKeepAlive:!0}},{path:"*",component:Home}],router=new VueRouter $ 1({mode:"history",routes,scrollBehavior(){return{x:0,y:0}}});router.beforeEach((e,a,n)=>{switch(e.name){case"Tracklist":{console.warn("This should never happen.");break}case"Album":{const i={type:"album",id:e.params.id};fetchData("getTracklist",i).then(r=>{EventBus. $ emit("showAlbum",r)});break}case"Playlist":{const i={type:"playlist",id:e.params.id};fetchData("getTracklist",i).then(r=>{EventBus. $ emit("showPlaylist",r)});break}case"Spotify Playlist":{const i={type:"spotifyplaylist",id:e.params.id};fetchData("getTracklist",i).then(r=>{EventBus. $ emit("showSpotifyPlaylist",r)});break}}n()}),String.prototype.capitalize=function(){return this.charAt(0).toUpperCase()+this.slice(1)};async function startApp(){new Vue $ 2({store,router,i18n,render:r=>r(App)}). $ mount("#app");const e=await(await fetch("connect")).json(),a=e.spotifyEnabled?SPOTIFY_STATUS.ENABLED:SPOTIFY_STATUS.DISABLED;e.deezerAvailable||document.getElementById("deezer_not_available").classList.remove("hide"),store.dispatch("setAppInfo",e.update).catch(console.error),store.dispatch("setSpotifyStatus",a).catch(console.error);let n=localStorage.getItem("arl");const i=localStorage.getItem("accessToken");if(e.autologin){console.info("Autologin");const r=localStorage.getItem("accountNum");async function l(o,c){toast(i18n.t("toasts.loggingIn"),"loading",!1,"login-toast"),o=o.trim();let s;return c!==0?s=await fetchData("login-arl",{arl:o,force:!0,child:c||0},"POST"):s=await fetchData("login-arl",{arl:o},"POST"),s}if(n){let o=await l(n,r);if(o.status===0&&i){const{arl:c}=await postToServer("loginWithCredentials",{accessToken:i});c&&c!==n&&(n=c,store.dispatch("setARL",{arl:n})),o=await l(c,r)}loggedIn(o)}}else loggedIn({status:3,user:e.currentUser,arl:n})}function initClient(){store.dispatch("setClientMode",!0),setClientModeKeyBindings()}document.addEve
2021-05-28 13:09:55 +00:00
` )&&(a=a.replace(/ \n /g,";")),sendAddToQueue(a));else{const n=document.querySelector("#searchbar");n.select(),n.setSelectionRange(0,99999)}});function setClientModeKeyBindings(){document.addEventListener("keyup",e=>{e.altKey&&e.key==="ArrowLeft"&&router.back(),e.altKey&&e.key==="ArrowRight"&&router.forward()})}socket.on("message",function(e){console.log(e)});function loggedIn(e){const{status:a,user:n}=e;switch(a){case 1:case 3:toast(i18n.t("toasts.loggedIn"),"done",!0,"login-toast"),store.dispatch("login",e);break;case 2:toast(i18n.t("toasts.alreadyLogged"),"done",!0,"login-toast"),store.dispatch("setUser",n);break;case 0:toast(i18n.t("toasts.loginFailed"),"close",!0,"login-toast"),store.dispatch("removeARL");break;case-1:toast(i18n.t("toasts.deezerNotAvailable"),"close",!0,"login-toast")}}socket.on("restoringQueue",function(){toast(i18n.t("toasts.restoringQueue"),"loading",!1,"restoring_queue")}),socket.on("cancellingCurrentItem",function(e){toast(i18n.t("toasts.cancellingCurrentItem"),"loading",!1,"cancelling_"+e)}),socket.on("currentItemCancelled",function(e){toast(i18n.t("toasts.currentItemCancelled"),"done",!0,"cancelling_"+e)}),socket.on("startAddingArtist",function(e){toast(i18n.t("toasts.startAddingArtist",{artist:e.name}),"loading",!1,"artist_"+e.id)}),socket.on("finishAddingArtist",function(e){toast(i18n.t("toasts.finishAddingArtist",{artist:e.name}),"done",!0,"artist_"+e.id)}),socket.on("startConvertingSpotifyPlaylist",function(e){toast(i18n.t("toasts.startConvertingSpotifyPlaylist"),"loading",!1,"spotifyplaylist_"+e)}),socket.on("finishConvertingSpotifyPlaylist",function(e){toast(i18n.t("toasts.finishConvertingSpotifyPlaylist"),"done",!0,"spotifyplaylist_"+e)}),socket.on("errorMessage",function(e){toast(e,"error")}),socket.on("queueError",function(e){e.errid?toast(e.link+" - "+i18n.t( ` errors . ids . $ { e . errid } ` ),"error"):toast(e.link+" - "+e.error,"error")}),socket.on("alreadyInQueue",function(e){toast(i18n.t("toasts.alreadyInQueue",{item:e.title}),"playlist_add_check")}),socket.on("loginNeededToDownload",function(){toast(i18n.t("toasts.loginNeededToDownload"),"report")}),socket.on("startGeneratingItems",function(e){toast(i18n.t("toasts.startGeneratingItems",{n:e.total}),"loading",!1,"batch_"+e.uuid)}),socket.on("finishGeneratingItems",function(e){toast(i18n.t("toasts.finishGeneratingItems",{n:e.total}),"done",!0,"batch_"+e.uuid)});