{"id":251,"date":"2023-11-30T03:06:00","date_gmt":"2023-11-30T03:06:00","guid":{"rendered":"http:\/\/www.shalomnissi.com\/home-2\/"},"modified":"2024-09-07T14:10:08","modified_gmt":"2024-09-07T06:10:08","slug":"home-2","status":"publish","type":"page","link":"https:\/\/www.shalomnissi.com\/en\/","title":{"rendered":"home"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"251\" class=\"elementor elementor-251\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d174620 e-flex e-con-boxed e-con e-parent\" data-id=\"d174620\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-95e5381 elementor-widget__width-inherit elementor-fixed elementor-widget elementor-widget-text-editor\" data-id=\"95e5381\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;fixed&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}<\/style>\t\t\t\t<p><canvas id=\"c\" style=\"opacity: 0.5;\"><\/canvas><br \/><script>\nvar PARTICLE_NUM = 500;\nvar PARTICLE_BASE_RADIUS = 0.5;\nvar FL = 500;\nvar DEFAULT_SPEED = 2;\nvar BOOST_SPEED = 300;\n\nvar canvas;\nvar canvasWidth, canvasHeight;\nvar context;\nvar centerX, centerY;\nvar mouseX, mouseY;\nvar speed = DEFAULT_SPEED;\nvar targetSpeed = DEFAULT_SPEED;\nvar particles = [];\n\nwindow.addEventListener('load', function() {\n    canvas = document.getElementById('c');\n\n    var resize = function() {\n        canvasWidth  = canvas.width = window.innerWidth;\n        canvasHeight = canvas.height = window.innerHeight;\n        centerX = canvasWidth * 0.5;\n        centerY = canvasHeight * 0.5;\n        context = canvas.getContext('2d');\n        context.fillStyle = 'rgb(255, 255, 255)';\n    };\n    \n    document.addEventListener('resize', resize);\n    resize();\n    \n    mouseX = centerX;\n    mouseY = centerY;\n    \n    for (var i = 0, p; i < PARTICLE_NUM; i++) {\n        particles[i] = randomizeParticle(new Particle());\n        particles[i].z -= 500 * Math.random();\n    }\n    \n    document.addEventListener('mousemove', function(e) {\n        mouseX = e.clientX;\n        mouseY = e.clientY;\n    }, false);\n    \n    document.addEventListener('mousedown', function(e) {\n        targetSpeed = BOOST_SPEED;\n    }, false);\n    \n    document.addEventListener('mouseup', function(d) {\n        targetSpeed = DEFAULT_SPEED;\n    }, false);\n    \n    setInterval(loop, 1000 \/ 60);\n}, false);\n\nfunction loop() {\n    context.save();\n    context.fillStyle = 'rgb(0, 0, 0)';\n    context.fillRect(0, 0, canvasWidth, canvasHeight);\n    context.restore();\n    \n    speed += (targetSpeed - speed) * 0.01;\n    \n    var p;\n    var cx, cy;\n    var rx, ry;\n    var f, x, y, r;\n    var pf, px, py, pr;\n    var a, a1, a2;\n    \n    var halfPi = Math.PI * 0.5;\n    var atan2  = Math.atan2;\n    var cos    = Math.cos;\n    var sin    = Math.sin;\n    \n    context.beginPath();\n    for (var i = 0; i < PARTICLE_NUM; i++) {\n        p = particles[i];\n        \n        p.pastZ = p.z;\n        p.z -= speed;\n        \n        if (p.z <= 0) {\n            randomizeParticle(p);\n            continue;\n        }\n        \n        cx = centerX - (mouseX - centerX) * 1.25;\n        cy = centerY - (mouseY - centerY) * 1.25;\n        \n        rx = p.x - cx;\n        ry = p.y - cy;\n        \n        f = FL \/ p.z;\n        x = cx + rx * f;\n        y = cy + ry * f;\n        r = PARTICLE_BASE_RADIUS * f;\n        \n        pf = FL \/ p.pastZ;\n        px = cx + rx * pf;\n        py = cy + ry * pf;\n        pr = PARTICLE_BASE_RADIUS * pf;\n        \n        a  = atan2(py - y, px - x);\n        a1 = a + halfPi;\n        a2 = a - halfPi;\n        \n        context.moveTo(px + pr * cos(a1), py + pr * sin(a1));\n        context.arc(px, py, pr, a1, a2, true);\n        context.lineTo(x + r * cos(a2), y + r * sin(a2));\n        context.arc(x, y, r, a2, a1, true);\n        context.closePath();\n    }\n    context.fill();\n}\n\nfunction randomizeParticle(p) {\n    p.x = Math.random() * canvasWidth;\n    p.y = Math.random() * canvasHeight;\n    p.z = Math.random() * 1500 + 500;\n    return p;\n}\n\n\n\/**\n * Particle\n *\/\nfunction Particle(x, y, z) {\n    this.x = x || 0;\n    this.y = y || 0;\n    this.z = z || 0;\n    this.pastZ = 0;\n}\n<\/script><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4cfeba1 e-flex e-con-boxed e-con e-parent\" data-id=\"4cfeba1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6cb6c49 e-flex e-con-boxed e-con e-child\" data-id=\"6cb6c49\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-98aca53 e-flex e-con-boxed e-con e-child\" data-id=\"98aca53\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06f15bb elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"06f15bb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"&#x5716;&#x5C64;_1\" x=\"0px\" y=\"0px\" viewbox=\"0 0 228.9 272.1\" style=\"enable-background:new 0 0 228.9 272.1;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{opacity:0.57;}\t.st1{fill:#FFF100;}\t.st2{fill:#FFF100;stroke:#FFFFFF;stroke-width:0.4154;stroke-miterlimit:10;}\t.st3{fill-rule:evenodd;clip-rule:evenodd;fill:#FFF100;}\t.st4{fill:#FFF100;stroke:#000000;stroke-width:0.2079;stroke-miterlimit:10;}\t.st5{fill-rule:evenodd;clip-rule:evenodd;fill:#FFF100;stroke:#000000;stroke-width:0.2079;stroke-miterlimit:10;}\t.st6{fill:#009944;}\t.st7{opacity:0.68;}\t.st8{fill:#231815;}\t.st9{fill:#FFFFFF;}\t.st10{fill:none;stroke:#FFFFFF;stroke-width:0.6513;stroke-miterlimit:10;}\t.st11{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}\t.st12{fill:#FFFFFF;stroke:#000000;stroke-width:0.326;stroke-miterlimit:10;}\t.st13{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:#000000;stroke-width:0.326;stroke-miterlimit:10;}\t.st14{fill:url(#SVGID_1_);}\t.st15{fill:url(#SVGID_00000002378480872075505150000000425261647626047363_);}\t.st16{fill:url(#SVGID_00000096036194212954394450000007130435211720561596_);}\t.st17{fill:url(#SVGID_00000040550073667971475450000005596713418893174666_);}\t.st18{fill:url(#SVGID_00000002359150372844373100000000942975290994528670_);}\t.st19{fill:url(#SVGID_00000132068703231770592230000012414465432376883076_);}\t.st20{fill:url(#SVGID_00000168104716680034071010000006898825811238514584_);}\t.st21{fill:url(#SVGID_00000046319158481270396470000001461026724512122257_);}\t.st22{fill:url(#SVGID_00000117640192440721963770000017189605873364011398_);}\t.st23{fill:url(#SVGID_00000072269597621041216730000014549692195700000418_);}\t.st24{fill:url(#SVGID_00000025420858877043087120000008486742488061476536_);}\t.st25{fill:url(#SVGID_00000162343006678655991960000000769519737105450152_);}\t.st26{fill:url(#SVGID_00000085954819824247471200000002873934667356109958_);}\t.st27{fill:url(#SVGID_00000181073853880275178930000009384456824559505296_);}\t.st28{fill:url(#SVGID_00000075149906192015948420000015122445237297153963_);}\t.st29{fill:url(#SVGID_00000177468404405287003980000015217454361724286343_);}\t.st30{fill:url(#SVGID_00000078734191786699076510000017818213864541572998_);}\t.st31{fill:url(#SVGID_00000128445242660977097010000012709283199157224121_);}\t.st32{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000062894969972296065560000003064058520480918960_);}\t.st33{fill:url(#SVGID_00000031911478074416425750000009297160479032691132_);}\t.st34{fill:url(#SVGID_00000182493840501643756870000006196859305244449195_);}\t.st35{fill:url(#SVGID_00000183211601596128900420000002323611093696374974_);}\t.st36{fill:url(#SVGID_00000063594256851085864320000017610568947383409797_);}\t.st37{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000026877967030897581430000002507878566090348701_);}\t.st38{fill:url(#SVGID_00000007408673500728698730000011476085108146387358_);}\t.st39{fill:url(#SVGID_00000119810769827372484050000015865946765138835864_);}\t.st40{fill:url(#SVGID_00000154414313734463311750000007259044422011185037_);}\t.st41{fill:url(#SVGID_00000088103416453515797220000009735247660355962046_);}\t.st42{fill:url(#SVGID_00000136398622127872981780000014306238509832129166_);}\t.st43{fill:url(#SVGID_00000036956525123382320260000017437426511564396983_);}\t.st44{fill:url(#SVGID_00000109012231175309376570000009367704495915501696_);}\t.st45{fill:url(#SVGID_00000164498905784065386490000016525231793259348123_);}\t.st46{fill:url(#SVGID_00000168098059695620271880000000046690456922503313_);}\t.st47{fill:url(#SVGID_00000096781462414758559470000010976987009562420130_);}\t.st48{fill:url(#SVGID_00000179620068122083917360000010443885756710814366_);}\t.st49{fill:url(#SVGID_00000028285883713452306660000015669980059421643671_);}\t.st50{fill:url(#SVGID_00000140706347075291980310000001232919299548688278_);}\t.st51{fill:url(#SVGID_00000180360686132997837920000014081856143965716619_);}\t.st52{fill:url(#SVGID_00000007392518911963346440000010176889843215819959_);}\t.st53{fill:url(#SVGID_00000060007057415556399790000017409510375964029854_);}\t.st54{fill:url(#SVGID_00000007397348607824099500000009453931868492249254_);}\t.st55{fill:url(#SVGID_00000080172942226202730870000009429439128616042144_);}\t.st56{fill:url(#SVGID_00000106130564956196669600000003910051037210534843_);}\t.st57{fill:url(#SVGID_00000150079869352755102150000006041852229305006737_);}\t.st58{fill:url(#SVGID_00000183932097430740381240000004829067277034160776_);}\t.st59{fill:url(#SVGID_00000175300104448939660740000014781210720547932050_);}\t.st60{fill:url(#SVGID_00000169538661767750982870000006519535107383015319_);}\t.st61{fill:url(#SVGID_00000003084485548625968920000001980411339131410864_);}\t.st62{fill:url(#SVGID_00000088836477343081985620000000507537738354171582_);}\t.st63{fill:url(#SVGID_00000081605726666823756920000011856614337196924330_);}\t.st64{fill:url(#SVGID_00000085224923579538879650000016082601259834160012_);}\t.st65{fill:url(#SVGID_00000154385814121779497220000016598490200958824613_);}\t.st66{fill:url(#SVGID_00000096747206087607051240000017604260063259727488_);}\t.st67{fill:url(#SVGID_00000062181390031386237850000001308910536320926648_);}\t.st68{fill:url(#SVGID_00000075132065275453139180000002935768057787353994_);}\t.st69{fill:url(#SVGID_00000169539929400088424110000011279019399313708426_);}\t.st70{fill:url(#SVGID_00000067922141023215788670000012346919848431681409_);}\t.st71{fill:url(#SVGID_00000083058679762589582500000015988175453957196932_);}\t.st72{fill:url(#SVGID_00000024723021307996588630000000418878965514000800_);}\t.st73{fill:url(#SVGID_00000087375818921804424600000001960928714808163470_);}\t.st74{fill:url(#SVGID_00000103251287010756447270000004230115206661345981_);}\t.st75{fill:url(#SVGID_00000116210343871461225210000012061940551068758913_);}\t.st76{fill:url(#SVGID_00000021805919705969111870000004872111509237801887_);}\t.st77{fill:url(#SVGID_00000031185771186904925930000005993500534326670526_);}\t.st78{fill:url(#SVGID_00000062178636179423726500000002006960334567781024_);}\t.st79{fill:url(#SVGID_00000092454109417976894710000011108685047443294350_);}\t.st80{fill:url(#SVGID_00000179634436361103806440000016624914566996397223_);}\t.st81{fill:url(#SVGID_00000085958368982891406630000013742429002663613374_);}\t.st82{fill:url(#SVGID_00000034771564551165778470000008584214070653264056_);}\t.st83{fill:url(#SVGID_00000077287705411643990500000001316624214795235754_);}\t.st84{fill:url(#SVGID_00000149368129708867861620000012517633856079331466_);}\t.st85{fill:url(#SVGID_00000162322234931556377420000012748798100508566440_);}\t.st86{fill:url(#SVGID_00000163757864033621630280000009802283481058878861_);}\t.st87{fill:url(#SVGID_00000064314761037137092730000004955519304978538117_);}\t.st88{fill:url(#SVGID_00000032649017939393717300000001815033529904736925_);}\t.st89{fill:url(#SVGID_00000123401471238494099260000007483130405509175484_);}\t.st90{fill:url(#SVGID_00000075143231480293547280000016356656737549746579_);}\t.st91{fill:url(#SVGID_00000062871345730448728220000000064635639320254389_);}\t.st92{fill:url(#SVGID_00000023966883893133386530000000900097253770275005_);}\t.st93{fill:url(#SVGID_00000031189252243141056580000012991434023876160419_);}\t.st94{fill:url(#SVGID_00000018195585811790552400000014019502124912505500_);}\t.st95{fill:url(#SVGID_00000108999341721850805570000015780100430624817312_);}\t.st96{fill:url(#SVGID_00000050657530365981999460000013074504155604464032_);}\t.st97{fill:url(#SVGID_00000017485767476369906710000000647485129121770131_);}\t.st98{fill:url(#SVGID_00000125562592969537626400000002781127971637465523_);}\t.st99{fill:url(#SVGID_00000054986017539607711050000005587184272770003633_);}\t.st100{fill:url(#SVGID_00000152244126737743434800000004402088974556990102_);}\t.st101{fill:url(#SVGID_00000178203218985755276190000003456785386146363570_);}\t.st102{fill:url(#SVGID_00000105427561907954629810000008750714567701211321_);}\t.st103{fill:url(#SVGID_00000089566262589588653500000013028067721460541345_);}\t.st104{fill:url(#SVGID_00000160163821474094065830000009350678159622734466_);}\t.st105{fill:url(#SVGID_00000038407930040059963830000008570619182075981712_);}\t.st106{fill:url(#SVGID_00000121996631731085846950000000848314211440864689_);}\t.st107{fill:url(#SVGID_00000026132504286441916400000010718919757062737069_);}\t.st108{fill:url(#SVGID_00000055685549368616176930000007350387934661007761_);}\t.st109{fill:url(#SVGID_00000061449367931727846020000004520338715383272343_);}\t.st110{fill:url(#SVGID_00000157310712455470621360000011461615774348481928_);}\t.st111{fill:url(#SVGID_00000092437200801657857750000006060882046279294651_);}\t.st112{fill:url(#SVGID_00000129911206086422419450000001013398746367192970_);}\t.st113{fill:url(#SVGID_00000146473340710187100390000004484405806537301896_);}\t.st114{fill:url(#SVGID_00000118386612352523683520000014108485624909691796_);}\t.st115{fill:url(#SVGID_00000103955807550897229620000017142159714686127533_);}\t.st116{fill:url(#SVGID_00000127002644243292098960000006086244520960590766_);}\t.st117{fill:url(#SVGID_00000054264769658530138650000015535175407752316046_);}\t.st118{fill:url(#SVGID_00000013897568511160055680000006761765115079021740_);}\t.st119{fill:url(#SVGID_00000158016351050710143240000004414337758894800288_);}\t.st120{fill:url(#SVGID_00000070087685980168317900000013344006418540055993_);}\t.st121{fill:url(#SVGID_00000134236778095661938710000014205265787438715287_);}\t.st122{fill:url(#SVGID_00000176029290209301006760000017461192676466886837_);}\t.st123{fill:url(#SVGID_00000150824209969310854570000001599360035025706133_);}\t.st124{fill:url(#SVGID_00000023251361792659648350000013633145244375068840_);}\t.st125{fill:url(#SVGID_00000054246833589210595330000017463083262705665929_);}\t.st126{fill:url(#SVGID_00000132048280660876064670000017967855822947834780_);}\t.st127{fill:url(#SVGID_00000134963704898935037220000017315863446300748673_);}\t.st128{fill:url(#SVGID_00000048492684513108561480000012804802023373553292_);}\t.st129{fill:url(#SVGID_00000024719101609982958140000000655727343073110457_);}\t.st130{fill:url(#SVGID_00000119118263996613510510000006710429507810770583_);}\t.st131{fill:url(#SVGID_00000128458563387579954340000012626095970827536270_);}\t.st132{fill:url(#SVGID_00000018941887171843887600000010480769160896667303_);}\t.st133{fill:url(#SVGID_00000124149505558267334640000002444891649123251119_);}\t.st134{fill:url(#SVGID_00000181051598447043252040000013943750065807808435_);}\t.st135{fill:url(#SVGID_00000176021140763794606270000009154747180948095148_);}\t.st136{fill:url(#SVGID_00000124136374263782458510000004663428161494358663_);}\t.st137{fill:url(#SVGID_00000109718942618858406690000017211720540782101638_);}\t.st138{fill:url(#SVGID_00000150805759655035099910000014512968368989196432_);}\t.st139{fill:url(#SVGID_00000072242123382517804570000013719663048978481546_);}\t.st140{fill:url(#SVGID_00000107586363604670949730000008382457504390170274_);}\t.st141{fill:url(#SVGID_00000157289816665087211350000011847795351167524260_);}\t.st142{fill:url(#SVGID_00000057857165651678721720000017568402984778122888_);}\t.st143{fill:url(#SVGID_00000147915095170733466980000006353401421792412601_);}\t.st144{fill:url(#SVGID_00000178204819697594482650000006604402406870862525_);}\t.st145{fill:url(#SVGID_00000168834310522236422750000009415018264127949957_);}\t.st146{fill:url(#SVGID_00000103262445764115673680000007450727067212457394_);}\t.st147{fill:url(#SVGID_00000031924803426835439240000016896532785056908473_);}\t.st148{fill:url(#SVGID_00000171703961031199486630000002360852102214730381_);}\t.st149{fill:url(#SVGID_00000070103567918057847650000013842774121577928585_);}\t.st150{fill:url(#SVGID_00000177452179762236131540000012249277006338075065_);}\t.st151{fill:url(#SVGID_00000096039992889956071310000003793121638211508619_);}\t.st152{fill:url(#SVGID_00000178883313055986639320000015659855921847368594_);}\t.st153{fill:url(#SVGID_00000160887287602289834070000004362125893849671050_);}\t.st154{fill:url(#SVGID_00000163759507940585079810000010175216360662177924_);}\t.st155{fill:url(#SVGID_00000032626449908403234340000017924596559240283580_);}\t.st156{fill:url(#SVGID_00000096046094876835473190000010511877603686462082_);}\t.st157{fill:url(#SVGID_00000014609722299232982370000012071106088049980295_);}\t.st158{fill:url(#SVGID_00000007386499455308495610000001586516189238464693_);}\t.st159{fill:url(#SVGID_00000131363063994616574720000008459119288879909305_);}\t.st160{fill:url(#SVGID_00000022519453355121299270000007931668460299580812_);}\t.st161{fill:url(#SVGID_00000008130556867765475560000002848627785439915937_);}\t.st162{fill:url(#SVGID_00000102530805413004064140000011819996795390223531_);}\t.st163{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000058589843408799606160000004582524105153690763_);}\t.st164{fill:url(#SVGID_00000148650481887963575650000006884776518797163156_);}\t.st165{fill:url(#SVGID_00000152230099256923935110000013715831807474420915_);}\t.st166{fill:url(#SVGID_00000122689797775866626920000011193239144838548415_);}\t.st167{fill:url(#SVGID_00000052100992010447687550000014053534957771753118_);}\t.st168{fill:url(#SVGID_00000072999339819017809270000013597370753122192798_);}\t.st169{fill:url(#SVGID_00000054950616798431176750000014949369692102502324_);}\t.st170{fill:url(#SVGID_00000034789476159031913530000003467067819974908310_);}\t.st171{fill:url(#SVGID_00000014600327763577662820000007569873634140144797_);}\t.st172{fill:url(#SVGID_00000176750575038986974780000003872203713824114343_);}\t.st173{fill:url(#SVGID_00000128460671615540679740000000068263433599355312_);}\t.st174{fill:url(#SVGID_00000086678729882890645770000009189318328523825334_);}\t.st175{fill:url(#SVGID_00000081619470946115348680000008080707363700459190_);}\t.st176{fill:url(#SVGID_00000067208168675349579470000000197111036591173512_);}\t.st177{fill:url(#SVGID_00000097484154294294461480000004402634284877099195_);}\t.st178{fill:url(#SVGID_00000069357864953793486170000002806913011045453469_);}\t.st179{fill:url(#SVGID_00000116941735993322125970000010916842353105146024_);}\t.st180{fill:url(#SVGID_00000147937131055662062670000003710807407302114978_);}\t.st181{fill:url(#SVGID_00000106145253610712907410000008754239499917741961_);}\t.st182{fill:url(#SVGID_00000176018343303863405980000006843948152942407846_);}\t.st183{fill:url(#SVGID_00000080890479603623600840000004061390547433169325_);}\t.st184{fill:url(#SVGID_00000096033976245087348520000017768925925702672058_);}\t.st185{fill:url(#SVGID_00000025415981700660483070000002100411503886126235_);}\t.st186{fill:url(#SVGID_00000057146335022014344520000015701468566017448876_);}\t.st187{fill:url(#SVGID_00000183244389652299273340000016438495766873641613_);}\t.st188{fill:url(#SVGID_00000073716456416358814060000015873733616828944288_);}\t.st189{fill:url(#SVGID_00000044864393306824260980000005287303217485286066_);}\t.st190{fill:url(#SVGID_00000124120261456336245060000009223932262292108942_);}\t.st191{fill:url(#SVGID_00000058567661048235239210000017260003331504045720_);}\t.st192{fill:url(#SVGID_00000149362400946215452410000003488742550249633972_);}\t.st193{fill:url(#SVGID_00000091707535119287232140000012317680426028164522_);}\t.st194{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000079472931113670414100000002234915867850869428_);}\t.st195{fill:url(#SVGID_00000075128395627685877020000012714154442102697899_);}\t.st196{fill:url(#SVGID_00000091012500287269993280000010931057756041442710_);}\t.st197{fill:url(#SVGID_00000090282536725342468260000007514672738276187779_);}\t.st198{fill:url(#SVGID_00000143592165458967524750000012913845929622905262_);}\t.st199{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000003082264290696655080000017845263291397308558_);}\t.st200{fill:url(#SVGID_00000023251934395794993710000013818663279384823994_);}\t.st201{fill:url(#SVGID_00000065070381467215662940000007392736306955781027_);}\t.st202{fill:url(#SVGID_00000075841881065278904970000012225223596728607158_);}\t.st203{fill:url(#SVGID_00000175307597153490552320000001845633747023671193_);}\t.st204{fill:url(#SVGID_00000013164699223680429560000017345604493452407186_);}\t.st205{fill:url(#SVGID_00000017502175249219689940000007775577876236704160_);}\t.st206{fill:url(#SVGID_00000157271000175448097840000003653342183692162982_);}\t.st207{fill:url(#SVGID_00000006686143496833727630000000323944118986883480_);}\t.st208{fill:url(#SVGID_00000124873631964179400780000014130104636517551780_);}\t.st209{fill:url(#SVGID_00000031174490690568784370000006470399297275032465_);}\t.st210{fill:url(#SVGID_00000130646542325790137380000018144669097837134240_);}\t.st211{fill:url(#SVGID_00000093160563394196421890000004472861137420144564_);}\t.st212{fill:url(#SVGID_00000163777540582256450180000014229284459763923356_);}\t.st213{fill:url(#SVGID_00000130610941634702278830000009552587976815128729_);}\t.st214{fill:url(#SVGID_00000171684436613707275800000004373703414348687281_);}\t.st215{fill:url(#SVGID_00000072265135121262204420000011184049741457399175_);}\t.st216{fill:url(#SVGID_00000146461717948186593560000004126483422633861303_);}\t.st217{fill:url(#SVGID_00000086651294201284196750000013834303042276426650_);}\t.st218{fill:url(#SVGID_00000181050346822255147270000001464392281563534470_);}\t.st219{fill:url(#SVGID_00000004523017148492158510000008108011270334327942_);}\t.st220{fill:url(#SVGID_00000129891634534654514790000003695334201225614242_);}\t.st221{fill:url(#SVGID_00000036930202915486719550000016232159101191061426_);}\t.st222{fill:url(#SVGID_00000095301644712997056300000013856724895007529109_);}\t.st223{fill:url(#SVGID_00000090259563956443504720000008149100143351608982_);}\t.st224{fill:url(#SVGID_00000045620153604985719840000017361130087876148919_);}\t.st225{fill:url(#SVGID_00000108289253736910560480000004589934306655810992_);}\t.st226{fill:url(#SVGID_00000155849731616710189570000002852210956909911941_);}\t.st227{fill:url(#SVGID_00000019665580385757112010000012970346330710541200_);}\t.st228{fill:url(#SVGID_00000182504825816780269140000006362059785228240269_);}\t.st229{fill:url(#SVGID_00000152942490127913308520000001466735952250869890_);}\t.st230{fill:url(#SVGID_00000007409255002846447000000004931557905670360731_);}\t.st231{fill:url(#SVGID_00000003075520890307034540000001622333754071940257_);}\t.st232{fill:url(#SVGID_00000098181103855766518240000003168774951002651018_);}\t.st233{fill:url(#SVGID_00000092445812312006950120000014184402254998824619_);}\t.st234{fill:url(#SVGID_00000133500789522115877860000011492289046791347627_);}\t.st235{fill:url(#SVGID_00000119805397398875870130000003461908782659558537_);}\t.st236{fill:url(#SVGID_00000131344114608181180610000008295184315378264762_);}\t.st237{fill:url(#SVGID_00000011741447513202088060000000292160724847930240_);}\t.st238{fill:url(#SVGID_00000140735239287313480090000008439929018797497987_);}\t.st239{fill:url(#SVGID_00000160874841592461981020000001636133968095640240_);}\t.st240{fill:url(#SVGID_00000019663424261723032860000007990203933338935691_);}\t.st241{fill:url(#SVGID_00000135650577964361047640000003958309797013684616_);}\t.st242{fill:url(#SVGID_00000014592319317313473570000013366588241857218706_);}\t.st243{fill:url(#SVGID_00000131337699577032244900000016309102570122521486_);}\t.st244{fill:url(#SVGID_00000162339830278051621330000010315998845991845040_);}\t.st245{fill:url(#SVGID_00000078025083049057398690000008654633704116931481_);}\t.st246{fill:url(#SVGID_00000148629408055925167390000003610599572053330838_);}\t.st247{fill:url(#SVGID_00000166642921014027325910000011935698315293919872_);}\t.st248{fill:url(#SVGID_00000021799896647509030560000017479920514911333819_);}\t.st249{fill:url(#SVGID_00000041999348616295833450000010889978178521004944_);}\t.st250{fill:url(#SVGID_00000174596208445880025240000001864614746704594077_);}\t.st251{fill:url(#SVGID_00000015340540941468229350000016499800914541067907_);}\t.st252{fill:url(#SVGID_00000016037448329560980050000008043878842111944356_);}\t.st253{fill:url(#SVGID_00000039848227431467070490000004004007284970342280_);}\t.st254{fill:url(#SVGID_00000028302406132924436430000013552804155108154275_);}\t.st255{fill:url(#SVGID_00000044159562889284682790000000006312385471555748_);}\t.st256{fill:url(#SVGID_00000138538784946864694520000006666430618902277560_);}\t.st257{fill:url(#SVGID_00000164514623642341223310000010991212356873323708_);}\t.st258{fill:url(#SVGID_00000013883085592648729210000004282103902836880573_);}\t.st259{fill:url(#SVGID_00000012442296394427787890000018369406798555718079_);}\t.st260{fill:url(#SVGID_00000181765749838930565810000004050733211062165439_);}\t.st261{fill:url(#SVGID_00000176026060533069301020000007093209847578674867_);}\t.st262{fill:url(#SVGID_00000052810294799784871790000017523984443406027690_);}\t.st263{fill:url(#SVGID_00000125592536577840063240000013250256320123106197_);}\t.st264{fill:url(#SVGID_00000122694170172568625960000001700052489061967489_);}\t.st265{fill:url(#SVGID_00000076576977697197857080000013129899218228597689_);}\t.st266{fill:url(#SVGID_00000051381663720106625320000011712322466988104371_);}\t.st267{fill:url(#SVGID_00000059292541388641357750000005057851310558034623_);}\t.st268{fill:url(#SVGID_00000031181199920536835190000013991277423858812079_);}\t.st269{fill:url(#SVGID_00000140734946042460944020000011225851815321908631_);}\t.st270{fill:url(#SVGID_00000117667446557956208770000004951634538916856973_);}\t.st271{fill:url(#SVGID_00000016763694571299085100000007415280137074168213_);}\t.st272{fill:url(#SVGID_00000016068488073592307150000005541647207634013350_);}\t.st273{fill:url(#SVGID_00000048476712837825292570000009673015998909025442_);}\t.st274{fill:url(#SVGID_00000034055119958794771520000008827835713298223289_);}\t.st275{fill:url(#SVGID_00000088813937400111917880000001371832042421366971_);}\t.st276{fill:url(#SVGID_00000134946670885878128010000012571341265122488766_);}\t.st277{fill:url(#SVGID_00000017502902755510847510000008826049322365624457_);}\t.st278{fill:url(#SVGID_00000132793211351008936890000013756701751646892217_);}\t.st279{fill:url(#SVGID_00000000193308214410379920000017052731727426361750_);}\t.st280{fill:url(#SVGID_00000173158809686478292220000015345031724862198449_);}\t.st281{fill:url(#SVGID_00000139972368185630388160000007404830174449123236_);}\t.st282{fill:url(#SVGID_00000083071094496690301970000004597633636168306577_);}\t.st283{fill:url(#SVGID_00000036938878306785937520000011685996335791175578_);}\t.st284{fill:url(#SVGID_00000070803460175063470920000005214704930956344720_);}\t.st285{fill:url(#SVGID_00000142171641489119328220000012940241407451912381_);}\t.st286{fill:url(#SVGID_00000085967807918237771300000008377223428300734592_);}\t.st287{fill:url(#SVGID_00000111870845046550367660000011405164153299647136_);}\t.st288{fill:url(#SVGID_00000163751767570665093690000002341275107183321786_);}\t.st289{fill:url(#SVGID_00000129193921067912998290000000032056396475719584_);}\t.st290{fill:url(#SVGID_00000048461776871381375250000013211922876645147583_);}\t.st291{fill:url(#SVGID_00000176004040574586707070000004077497843672962709_);}\t.st292{fill:url(#SVGID_00000069382435584008102270000009042737170637704093_);}\t.st293{fill:url(#SVGID_00000109734325554628640820000009122712379183281339_);}\t.st294{fill:url(#SVGID_00000045620290994359215910000003471073067282716809_);}\t.st295{fill:url(#SVGID_00000107557443046896526970000000605109087181305994_);}\t.st296{fill:url(#SVGID_00000139293840004901599940000015831881961235895707_);}\t.st297{fill:url(#SVGID_00000010299641130245139440000006369065931202116230_);}\t.st298{fill:url(#SVGID_00000119804112597358023640000013707949369034962876_);}\t.st299{fill:url(#SVGID_00000181055140682559228000000006085041321661789320_);}\t.st300{fill:url(#SVGID_00000094582511039278820610000014392250455684935828_);}\t.st301{fill:url(#SVGID_00000128471751522680133660000008967168803698767006_);}\t.st302{fill:url(#SVGID_00000014633631630345100560000006437664550621433511_);}\t.st303{fill:url(#SVGID_00000108310036587365867990000000479617788201586848_);}\t.st304{fill:url(#SVGID_00000114033800894731672000000011378356433229041054_);}\t.st305{fill:url(#SVGID_00000005972672675355362930000016703553553990786491_);}\t.st306{fill:url(#SVGID_00000021084432714367336860000011285254590725171080_);}\t.st307{fill:url(#SVGID_00000165234369738493801750000016713546979972484254_);}\t.st308{fill:url(#SVGID_00000125564420458018227330000005159491960101341854_);}\t.st309{fill:url(#SVGID_00000124152642021285326400000002819281334398435471_);}\t.st310{fill:url(#SVGID_00000156559062896490996180000001120923470711853227_);}\t.st311{fill:url(#SVGID_00000043422757350292698250000009207763981912636050_);}\t.st312{fill:url(#SVGID_00000007408689556824427450000015191005731971193504_);}\t.st313{fill:url(#SVGID_00000155836824412324244590000004480569368106182063_);}\t.st314{fill:url(#SVGID_00000130609719373203275450000017718718255726608272_);}\t.st315{fill:url(#SVGID_00000015339088260072416630000006051037517754468252_);}\t.st316{fill:url(#SVGID_00000142173255946788491360000001713594506113417150_);}\t.st317{fill:url(#SVGID_00000110448877400975457960000011093052126863248054_);}\t.st318{fill:url(#SVGID_00000118393896658252658890000013464400034663584427_);}\t.st319{fill:url(#SVGID_00000065032521251277563970000014071832137875180421_);}\t.st320{fill:url(#SVGID_00000108267394845272839450000015755929173912964270_);}\t.st321{fill:url(#SVGID_00000037692468193861724350000017545156369553621379_);}\t.st322{fill:url(#SVGID_00000075857096022307426920000004309330337062445721_);}\t.st323{fill:url(#SVGID_00000153695413215069984770000002534171319947348130_);}\t.st324{fill:url(#SVGID_00000135680691325991994800000004619573971719043218_);}\t.st325{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000182516228299884565300000012524045058324428213_);}\t.st326{fill:url(#SVGID_00000162330169829240309730000016744851905417746855_);}\t.st327{fill:url(#SVGID_00000007429283898454987360000000118720862956695954_);}\t.st328{fill:url(#SVGID_00000157993754711952175980000009657177882119905167_);}\t.st329{fill:url(#SVGID_00000092434536123555841030000008541364091079298750_);}\t.st330{fill:url(#SVGID_00000056396278261724891480000017845643517503169162_);}\t.st331{fill:url(#SVGID_00000009589757299901877070000018023937815767165059_);}\t.st332{fill:url(#SVGID_00000013879438368326291840000009526595653380776890_);}\t.st333{fill:url(#SVGID_00000130616083711978352390000014759787917316189838_);}\t.st334{fill:url(#SVGID_00000056405543831815903840000011904360548128833214_);}\t.st335{fill:url(#SVGID_00000003090787429805054290000011964081006871548289_);}\t.st336{fill:url(#SVGID_00000163777882058871621340000010816171613415564471_);}\t.st337{fill:url(#SVGID_00000091697866040586368840000000144076404917717178_);}\t.st338{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000101089456941987521580000001971791244575656614_);}\t.st339{fill:url(#SVGID_00000008871673452637605360000012142812701901204904_);}\t.st340{fill:url(#SVGID_00000087382039018859404340000010213751586969740464_);}\t.st341{fill:url(#SVGID_00000003067691868172880510000007642526330093176718_);}\t.st342{fill:url(#SVGID_00000093139499375788273950000009342601145484904075_);}\t.st343{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000064323688639046143710000016556524720256584639_);}\t.st344{fill:url(#SVGID_00000144336515709685896350000011230894502073351352_);}\t.st345{fill:url(#SVGID_00000102503792856994992870000012249281930910910081_);}\t.st346{fill:url(#SVGID_00000170982923027707258490000008637908139601842874_);}\t.st347{fill:url(#SVGID_00000143581585087898858640000014543465686530467514_);}\t.st348{fill:url(#SVGID_00000011733376978462635900000017909534061554211981_);}\t.st349{fill:url(#SVGID_00000005237530546814114310000015951875019087166355_);}\t.st350{fill:url(#SVGID_00000016771378509343770480000009579936933518165161_);}\t.st351{fill:url(#SVGID_00000109711554285944291910000016815234319197558414_);}\t.st352{fill:url(#SVGID_00000113326310932591917180000006112578095402809768_);}\t.st353{fill:url(#SVGID_00000079448289791336549170000016834495780838658993_);}\t.st354{fill:url(#SVGID_00000021115863966648090040000015422772796920587662_);}\t.st355{fill:url(#SVGID_00000005237389715027775940000009494187894866487953_);}\t.st356{fill:url(#SVGID_00000094582980313947467060000017317187709144611745_);}\t.st357{fill:url(#SVGID_00000123415043519270466850000016230447092682120087_);}\t.st358{fill:url(#SVGID_00000038386841951397029940000017673700902122516668_);}\t.st359{fill:url(#SVGID_00000046311063201786305760000008187726650757273500_);}\t.st360{fill:url(#SVGID_00000079469404530895288290000013922429203428854972_);}\t.st361{fill:url(#SVGID_00000061457145951659751490000010000748531933113733_);}\t.st362{fill:url(#SVGID_00000034791063067636539890000009377695829005861261_);}\t.st363{fill:url(#SVGID_00000183244333834442156310000009883236565254415295_);}\t.st364{fill:url(#SVGID_00000119107954490358001780000010647391269068746943_);}\t.st365{fill:url(#SVGID_00000044873049977505264080000004271971547935119510_);}\t.st366{fill:url(#SVGID_00000178910574538413530470000004221604668433047964_);}\t.st367{fill:url(#SVGID_00000057869147781806729060000014732167264134250666_);}\t.st368{fill:url(#SVGID_00000163764608561143798860000009508610139463409308_);}\t.st369{fill:url(#SVGID_00000154399490511402161840000013881549564570273188_);}\t.st370{fill:url(#SVGID_00000079449935622797058890000004495446432647134857_);}\t.st371{fill:url(#SVGID_00000116223063891834850270000017422754409885320834_);}\t.st372{fill:url(#SVGID_00000176017364565948671130000003275271587960237489_);}\t.st373{fill:url(#SVGID_00000098918998038538480580000001779198408471549831_);}\t.st374{fill:url(#SVGID_00000159430440627755266520000013784883694432354695_);}\t.st375{fill:url(#SVGID_00000167398286394278700060000009867373547518378169_);}\t.st376{fill:url(#SVGID_00000016034198430864784580000015036960216847112121_);}\t.st377{fill:url(#SVGID_00000144298652102826211180000018251760217512998821_);}\t.st378{fill:url(#SVGID_00000002349328478576299370000006102492403035577224_);}\t.st379{fill:url(#SVGID_00000072273946033344109230000009112413467045549209_);}\t.st380{fill:url(#SVGID_00000142137568035458705140000010569019593788933785_);}\t.st381{fill:url(#SVGID_00000013177653245726730570000015033490357423406506_);}\t.st382{fill:url(#SVGID_00000043446228561543896260000017242325683645335697_);}\t.st383{fill:url(#SVGID_00000047033562966714851970000002392463585641061521_);}\t.st384{fill:url(#SVGID_00000082332100029010139630000008996505203860776599_);}\t.st385{fill:url(#SVGID_00000160869688457823454040000003971560782858917301_);}\t.st386{fill:url(#SVGID_00000170992072194583659720000001157411725036733571_);}\t.st387{fill:url(#SVGID_00000152957291559552082600000002303831139152868500_);}\t.st388{fill:url(#SVGID_00000140720836253546809000000005192524302827732910_);}\t.st389{fill:url(#SVGID_00000110446370636778401900000011691644516781135795_);}\t.st390{fill:url(#SVGID_00000170274530123371761030000011813677916755069885_);}\t.st391{fill:url(#SVGID_00000101825668245327504570000000351333470948323215_);}\t.st392{fill:url(#SVGID_00000039120363171762131390000018063395740905771172_);}\t.st393{fill:url(#SVGID_00000107577692391301169920000011063870594775531944_);}\t.st394{fill:url(#SVGID_00000111884607511446694450000017917416476421700231_);}\t.st395{fill:url(#SVGID_00000062183814244068730990000003298815460916069050_);}\t.st396{fill:url(#SVGID_00000163780276927267222770000005623985526052973484_);}\t.st397{fill:url(#SVGID_00000121242434064167862000000012056004039612533395_);}\t.st398{fill:url(#SVGID_00000060728884523417934990000001807450439864203441_);}\t.st399{fill:url(#SVGID_00000046317033588866954570000004282772925983254204_);}\t.st400{fill:url(#SVGID_00000098192220101034266180000001205603816683766146_);}\t.st401{fill:url(#SVGID_00000039817357379646539110000001204929571076230847_);}\t.st402{fill:url(#SVGID_00000042711932846590369610000018347877093463228604_);}\t.st403{fill:url(#SVGID_00000129903015333597460580000011107053108629459103_);}\t.st404{fill:url(#SVGID_00000164482873843644358400000004774027781710935703_);}\t.st405{fill:url(#SVGID_00000101103487036005657290000016119352634427891358_);}\t.st406{fill:url(#SVGID_00000130613784857836761740000009303071308907011241_);}\t.st407{fill:url(#SVGID_00000126313293383015968520000016669955774087952778_);}\t.st408{fill:url(#SVGID_00000091004901585978778350000000622840969722800514_);}\t.st409{fill:url(#SVGID_00000093892580820181392870000014833722238382866344_);}\t.st410{fill:url(#SVGID_00000132774325341329799480000012714076087225734299_);}\t.st411{fill:url(#SVGID_00000134226378953848076870000012540719056958193335_);}\t.st412{fill:url(#SVGID_00000085213791651508521700000014272252961566070423_);}\t.st413{fill:url(#SVGID_00000096044499708619778810000015497630387868331662_);}\t.st414{fill:url(#SVGID_00000035503180893274171880000000454159299113018275_);}\t.st415{fill:url(#SVGID_00000140013470439467916290000003518343468058537348_);}\t.st416{fill:url(#SVGID_00000106861633298860050310000017015642480565909692_);}\t.st417{fill:url(#SVGID_00000116913879537325384070000010897760004270799765_);}\t.st418{fill:url(#SVGID_00000169541272802442850610000011551154051547657911_);}\t.st419{fill:url(#SVGID_00000056424060645585398510000011551738608435458974_);}\t.st420{fill:url(#SVGID_00000121260162179329720140000018035182372949361589_);}\t.st421{fill:url(#SVGID_00000161600806374711039350000008843076773116392379_);}\t.st422{fill:url(#SVGID_00000103231182794293852520000012661529186022924712_);}\t.st423{fill:url(#SVGID_00000124157969389027651220000011249737805472405915_);}\t.st424{fill:url(#SVGID_00000137104636377652037100000000892312004646733196_);}\t.st425{fill:url(#SVGID_00000170975597213843096600000009648610048386926230_);}\t.st426{fill:url(#SVGID_00000132788758252095031620000003981974426892723114_);}\t.st427{fill:url(#SVGID_00000062898090199704627030000017120387286574985909_);}\t.st428{fill:url(#SVGID_00000182491919104894520050000010997493334798088374_);}\t.st429{fill:url(#SVGID_00000073719652765866084370000007698064317024197255_);}\t.st430{fill:url(#SVGID_00000079462558204996165070000002284343605726435747_);}\t.st431{fill:url(#SVGID_00000118373024140442352030000014841412805668487569_);}\t.st432{fill:url(#SVGID_00000011719072784342276200000013351216068811441030_);}\t.st433{fill:url(#SVGID_00000126288916720824357200000005791318804471764135_);}\t.st434{fill:url(#SVGID_00000007400135110583962360000001600494525065423281_);}\t.st435{fill:url(#SVGID_00000111891343800349683630000011744067420879906176_);}\t.st436{fill:url(#SVGID_00000042717755910452222580000005578075753499710132_);}\t.st437{fill:url(#SVGID_00000117676219070504486490000017122671094083490983_);}\t.st438{fill:url(#SVGID_00000000907219134646290930000011910443394682762896_);}\t.st439{fill:url(#SVGID_00000003080982148499107340000015505244806899566747_);}\t.st440{fill:url(#SVGID_00000148633437232816289250000011498152714840972685_);}\t.st441{fill:url(#SVGID_00000120542150531957194060000003096554676692846770_);}\t.st442{fill:url(#SVGID_00000092427946759774630870000004972223309171754117_);}\t.st443{fill:url(#SVGID_00000036974542692092209500000000958951206731920777_);}\t.st444{fill:url(#SVGID_00000053525838206673142570000008434209588981148066_);}\t.st445{fill:url(#SVGID_00000038397211969120128260000012693542137202116750_);}\t.st446{fill:url(#SVGID_00000000929260741229868310000013845870146144908450_);}\t.st447{fill:url(#SVGID_00000181055781333797776350000006945751763861525894_);}\t.st448{fill:url(#SVGID_00000022531740941846530900000016783018697646482824_);}\t.st449{fill:url(#SVGID_00000132772362187366450610000016353998456128363162_);}\t.st450{fill:url(#SVGID_00000145023874619020965850000014692580195527886249_);}\t.st451{fill:url(#SVGID_00000009560104744083193440000011259586472176490123_);}\t.st452{fill:url(#SVGID_00000109009810662828228510000014610884805209897660_);}\t.st453{fill:url(#SVGID_00000047763275727282669350000003909549718447189650_);}\t.st454{fill:url(#SVGID_00000112612174492297801950000015316531556340040104_);}\t.st455{fill:url(#SVGID_00000099653348252663382600000016037849422385787043_);}\t.st456{fill:url(#SVGID_00000083776478190544037790000002867101192983245727_);}\t.st457{fill:url(#SVGID_00000115515206421162462050000001482606387828048565_);}\t.st458{fill:url(#SVGID_00000070083147763874073290000007870336163920880009_);}\t.st459{fill:url(#SVGID_00000038383953417607137800000005800915452989384119_);}\t.st460{fill:url(#SVGID_00000152256666954584033160000005739726477425636996_);}\t.st461{fill:url(#SVGID_00000083065821670452906740000002479834482340743351_);}\t.st462{fill:url(#SVGID_00000065063684753286117100000004676207135082184599_);}\t.st463{fill:url(#SVGID_00000006673999809475560090000014370301905490684831_);}\t.st464{fill:url(#SVGID_00000083810381280519274580000011337035455218149275_);}\t.st465{fill:url(#SVGID_00000047039360293189958440000011967961838956851852_);}\t.st466{fill:url(#SVGID_00000008128698447462618820000010874143395385858733_);}\t.st467{fill:url(#SVGID_00000053521522712948632100000002932593567115405735_);}\t.st468{fill:url(#SVGID_00000134930929117834368510000013085016696050601127_);}\t.st469{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000103971464525670158500000018298170038366538651_);}\t.st470{fill:url(#SVGID_00000126304110584815780200000000218758939796414875_);}\t.st471{fill:url(#SVGID_00000053533846569887488360000017037710735681293696_);}\t.st472{fill:url(#SVGID_00000058586488842758771990000013681286860998129286_);}\t.st473{fill:url(#SVGID_00000148653920120865493550000002822235140642495409_);}\t.st474{fill:url(#SVGID_00000105408083570346459920000003682505306208592288_);}\t.st475{fill:url(#SVGID_00000104704717002105820480000003869817596589973907_);}\t.st476{fill:url(#SVGID_00000127028696917215831540000002694161102830321294_);}\t.st477{fill:url(#SVGID_00000018214601494645566890000012604998049695630481_);}\t.st478{fill:url(#SVGID_00000156589580091871359800000014972269735986084482_);}\t.st479{fill:url(#SVGID_00000062176537750939446740000018254301592678231940_);}\t.st480{fill:url(#SVGID_00000064332189650116557730000004148746899529638571_);}\t.st481{fill:url(#SVGID_00000131348737357793085290000000013659209406972301_);}\t.st482{fill:url(#SVGID_00000140694223004979562110000003045202101975708838_);}\t.st483{fill:url(#SVGID_00000146488743195653626560000011601446990300505769_);}\t.st484{fill:url(#SVGID_00000019639930870102843120000011229272288522492347_);}\t.st485{fill:url(#SVGID_00000074411692274511105340000007056452452817535673_);}\t.st486{fill:url(#SVGID_00000170272359983464163230000003153688887256443264_);}\t.st487{fill:url(#SVGID_00000010311904393201237910000018280376976838310797_);}\t.st488{fill:url(#SVGID_00000018940034741495007520000007503086974257938355_);}\t.st489{fill:url(#SVGID_00000148646312941814597910000006757770877995903142_);}\t.st490{fill:url(#SVGID_00000044135515235873865010000005348478847660168598_);}\t.st491{fill:url(#SVGID_00000179634133269779458730000014368768605886705585_);}\t.st492{fill:url(#SVGID_00000149342305134653477640000005414399368380175492_);}\t.st493{fill:url(#SVGID_00000159444465918371885830000008334286534071910569_);}\t.st494{fill:url(#SVGID_00000094584852303125763940000001308883406317415079_);}\t.st495{fill:url(#SVGID_00000060742623615590439140000001146168309509215396_);}\t.st496{fill:url(#SVGID_00000031175728719960285370000012915685118816365194_);}\t.st497{fill:url(#SVGID_00000156571876639258295870000010614460341007521967_);}\t.st498{fill:url(#SVGID_00000130630887840463822080000009785548403176839326_);}\t.st499{fill:url(#SVGID_00000095301902217659195380000001865431868132778160_);}\t.st500{fill:url(#SVGID_00000112604961942822219600000005880502422547307908_);}\t.st501{fill:url(#SVGID_00000022561580721116192540000012256121282830890922_);}\t.st502{fill:url(#SVGID_00000154394684014315350620000011549716633539875978_);}\t.st503{fill:url(#SVGID_00000130633385708239239910000002924187889437390488_);}\t.st504{fill:url(#SVGID_00000100342692675263095980000013442971417266821519_);}\t.st505{fill:url(#SVGID_00000070814088759948391240000010975799839208635266_);}\t.st506{fill:url(#SVGID_00000169538209580626016300000017744647256087139732_);}\t.st507{fill:url(#SVGID_00000039854817647505011800000014308527020890281863_);}\t.st508{fill:url(#SVGID_00000035516148005526253010000010728793647331576704_);}\t.st509{fill:url(#SVGID_00000021111509824965217900000003396681152506019484_);}\t.st510{fill:url(#SVGID_00000031915208294039164320000000743917635527256229_);}\t.st511{fill:url(#SVGID_00000175300086655525592120000014862196595647522213_);}\t.st512{fill:url(#SVGID_00000176728046593365946560000007792939716931478930_);}\t.st513{fill:url(#SVGID_00000064312876273683640790000003690603825576476050_);}\t.st514{fill:url(#SVGID_00000005258491926658679640000018377548076517827262_);}\t.st515{fill:url(#SVGID_00000124875978207848519310000004649407090621357458_);}\t.st516{fill:url(#SVGID_00000016767318247786824600000004666224182651058072_);}\t.st517{fill:url(#SVGID_00000010309302973393806780000017773432174380527285_);}\t.st518{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000162343879004105958540000000407795512727061165_);}\t.st519{fill:url(#SVGID_00000072263504626562859880000014174411850684805049_);}\t.st520{fill:url(#SVGID_00000057136839296185920390000000210411053486748323_);}\t.st521{fill:url(#SVGID_00000101100655610086954110000003490041030262730919_);}\t.st522{fill:url(#SVGID_00000113352914138785646940000014507543900062961552_);}\t.st523{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000103237056617193963340000008783932370017940147_);}\t.st524{fill:url(#SVGID_00000126285914445397326510000006046641447373647279_);}\t.st525{fill:url(#SVGID_00000062158268430232696250000011114355470187899062_);}\t.st526{fill:url(#SVGID_00000181079541775738544600000012502330890788685468_);}\t.st527{fill:url(#SVGID_00000103959569823147431820000017161908887584918449_);}\t.st528{fill:url(#SVGID_00000095326012307681076620000004473245310021035686_);}\t.st529{fill:url(#SVGID_00000147197825822117048380000000577702554105794484_);}\t.st530{fill:url(#SVGID_00000002348985646136466350000012215478790177731976_);}\t.st531{fill:url(#SVGID_00000152958818086429551530000016341255362420534975_);}\t.st532{fill:url(#SVGID_00000033343218261508316830000013548442048002992039_);}\t.st533{fill:url(#SVGID_00000096022660646035687460000013893832064236129427_);}\t.st534{fill:url(#SVGID_00000126315538296430032120000005135629133142991777_);}\t.st535{fill:url(#SVGID_00000028324913741063496390000002117044094895486128_);}\t.st536{fill:url(#SVGID_00000054229570519256750480000016687457275280913809_);}\t.st537{fill:url(#SVGID_00000005264226871221187150000003239727983595530156_);}\t.st538{fill:url(#SVGID_00000083798430655532991610000014789554329846121612_);}\t.st539{fill:url(#SVGID_00000076602755785097419520000010654983319780601525_);}\t.st540{fill:url(#SVGID_00000093889788511907856520000006976173754904163457_);}\t.st541{fill:url(#SVGID_00000164471869126286810680000010943532078325192620_);}\t.st542{fill:url(#SVGID_00000029763053539991365660000011802835147747636132_);}\t.st543{fill:url(#SVGID_00000137821636728349441790000004993735451062107811_);}\t.st544{fill:url(#SVGID_00000033348069933710344670000005490679814647551161_);}\t.st545{fill:url(#SVGID_00000008833753744489140970000015792770505177150087_);}\t.st546{fill:url(#SVGID_00000108289298672433776480000014921143215539420842_);}\t.st547{fill:url(#SVGID_00000176002102975546169920000013754652950576008083_);}\t.st548{fill:url(#SVGID_00000064340438325849051970000008109869320821935493_);}\t.st549{fill:url(#SVGID_00000016033551549840340030000007845831147750736802_);}\t.st550{fill:url(#SVGID_00000008116280137141126960000007127875597164060862_);}\t.st551{fill:url(#SVGID_00000133513303256398401000000012723188832316930714_);}\t.st552{fill:url(#SVGID_00000152255007240689750280000006820007506420557700_);}\t.st553{fill:url(#SVGID_00000114765317726269918660000016720357437295544706_);}\t.st554{fill:url(#SVGID_00000089544388791805497200000007506465079887416975_);}\t.st555{fill:url(#SVGID_00000145747571549708653440000015680963431381664920_);}\t.st556{fill:url(#SVGID_00000013902749813535167040000002715292748701534101_);}\t.st557{fill:url(#SVGID_00000003071609966855412110000016243181236706366859_);}\t.st558{fill:url(#SVGID_00000014607958341405427580000002414410605966059188_);}\t.st559{fill:url(#SVGID_00000055678637554129760600000002192268413616360111_);}\t.st560{fill:url(#SVGID_00000152263685884392835460000015984265088456671163_);}\t.st561{fill:url(#SVGID_00000173882684425777309110000011921190177366050198_);}\t.st562{fill:url(#SVGID_00000074401139814837436810000001104340245835548831_);}\t.st563{fill:url(#SVGID_00000119086684995569117010000012391588153389888400_);}\t.st564{fill:url(#SVGID_00000166658040083661606800000010683391646009422728_);}\t.st565{fill:url(#SVGID_00000177459017382911824170000015386841739004123287_);}\t.st566{fill:url(#SVGID_00000057108406284095320890000005529618057627667586_);}\t.st567{fill:url(#SVGID_00000040553235405853398150000010516741064193769655_);}\t.st568{fill:url(#SVGID_00000085217866010325932350000004165745327315683004_);}\t.st569{fill:url(#SVGID_00000137094709192553615910000017665108082071958684_);}\t.st570{fill:url(#SVGID_00000155141562612610154830000011496964477673604493_);}\t.st571{fill:url(#SVGID_00000065777512950118206750000005577983247960630409_);}\t.st572{fill:url(#SVGID_00000054981295142099331860000002011638412984531595_);}\t.st573{fill:url(#SVGID_00000036936482600583124940000002529344814456488834_);}\t.st574{fill:url(#SVGID_00000162319662994176714750000012645461034433164188_);}\t.st575{fill:url(#SVGID_00000057870939249433510650000007292039639972307370_);}\t.st576{fill:url(#SVGID_00000011714216694797016370000002197646489000594833_);}\t.st577{fill:url(#SVGID_00000100341432869822451390000009979316437931371398_);}\t.st578{fill:url(#SVGID_00000032611902131311991510000009449844293635726262_);}\t.st579{fill:url(#SVGID_00000029736430979987792960000010968171907280242567_);}\t.st580{fill:url(#SVGID_00000054245338462998543750000000956633933601464735_);}\t.st581{fill:url(#SVGID_00000046325607989285139130000012740254452341568926_);}\t.st582{fill:url(#SVGID_00000173148775554939150120000011401520028449504175_);}\t.st583{fill:url(#SVGID_00000080186772859190469030000015403075839285434808_);}\t.st584{fill:url(#SVGID_00000008113120632242860270000006369141500852708485_);}\t.st585{fill:url(#SVGID_00000111156844285794954610000011068479704559871636_);}\t.st586{fill:url(#SVGID_00000183249020499591301030000013128168949630173838_);}\t.st587{fill:url(#SVGID_00000062889662840102698510000002390704490182714032_);}\t.st588{fill:url(#SVGID_00000081605433528680600300000000269447790408210845_);}\t.st589{fill:url(#SVGID_00000063605880058349861800000016730167028260426938_);}\t.st590{fill:url(#SVGID_00000083053173648956725950000012031109010181971120_);}\t.st591{fill:url(#SVGID_00000002352064164440992410000013186940797513015997_);}\t.st592{fill:url(#SVGID_00000131341380966963710220000007352371944020679837_);}\t.st593{fill:url(#SVGID_00000147900196772908220550000012914185391939060878_);}\t.st594{fill:url(#SVGID_00000153672566502471517150000006257561149083810993_);}\t.st595{fill:url(#SVGID_00000046298846153405511060000005202866414043428756_);}\t.st596{fill:url(#SVGID_00000164473351485216733910000011213221312212604854_);}\t.st597{fill:url(#SVGID_00000124852853243760536830000010242609666799246754_);}\t.st598{fill:url(#SVGID_00000174598915125772859680000006226485795706085033_);}\t.st599{fill:url(#SVGID_00000067227503605872635510000014488157564265467804_);}\t.st600{fill:url(#SVGID_00000025435808074961921890000003372423694255094675_);}\t.st601{fill:url(#SVGID_00000134212580315963944630000010340464176997124533_);}\t.st602{fill:url(#SVGID_00000118380454052782180960000003711771310199781009_);}\t.st603{fill:url(#SVGID_00000059993204901646477000000004832172846255573929_);}\t.st604{fill:url(#SVGID_00000137838695452705470170000017386790541061762220_);}\t.st605{fill:url(#SVGID_00000090279186246822963850000004343159186682399422_);}\t.st606{fill:url(#SVGID_00000157996948125381515700000016988183833659890871_);}\t.st607{fill:url(#SVGID_00000140720719982174621710000000474145881532295085_);}\t.st608{fill:url(#SVGID_00000119084256399192086870000007395744229778549429_);}\t.st609{fill:url(#SVGID_00000039852955458944172560000000675025099514257289_);}\t.st610{fill:url(#SVGID_00000137125002300301444990000001858462726193627274_);}\t.st611{fill:url(#SVGID_00000079456273110715275270000004465936808778966952_);}\t.st612{fill:url(#SVGID_00000150816623539739267790000016188621148218732963_);}\t.st613{fill:url(#SVGID_00000148642658566904070580000004660475637722538660_);}\t.st614{fill:url(#SVGID_00000160157382502966086120000014657053866979899533_);}\t.st615{fill:url(#SVGID_00000102522220699788766270000016323050026816036258_);}\t.st616{fill:url(#SVGID_00000079459856134756876650000016758644441666016696_);}\t.st617{fill:url(#SVGID_00000109736662102244597150000009974722837563598255_);}\t.st618{fill:url(#SVGID_00000111177365273687509620000000088354355091149989_);}\t.st619{fill:url(#SVGID_00000126314255694089660420000004037229901206483848_);}\t.st620{fill:url(#SVGID_00000022558111199949505090000015650625384800738433_);}\t.st621{fill:url(#SVGID_00000003062540541408443020000001904969045998277517_);}\t.st622{fill:url(#SVGID_00000053530093869132986110000011553042228803273391_);}\t.st623{fill:url(#SVGID_00000036212088260822705500000010017900057482066359_);}\t.st624{fill:url(#SVGID_00000123441840458439646930000016686964531054794635_);}\t.st625{fill:url(#SVGID_00000182492487623629629490000006517468809984386218_);}\t.st626{fill:url(#SVGID_00000027581821275025760410000009279973619881209776_);}\t.st627{fill:url(#SVGID_00000078747836388490149830000004248007623708899484_);}\t.st628{fill:url(#SVGID_00000165955185242544832480000013126358213614625969_);}\t.st629{fill:url(#SVGID_00000021093369830058833050000004125416800130738847_);}\t.st630{fill:url(#SVGID_00000142142330195306249600000011955504408438455944_);}\t.st631{fill:url(#SVGID_00000135684873473945766320000012495596642102316449_);}\t.st632{fill:url(#SVGID_00000041998994338383270890000006462347703536599170_);}\t.st633{fill:url(#SVGID_00000171698656584887891750000012748684117811741882_);}\t.st634{fill:url(#SVGID_00000134240058965038345220000004753325041197384345_);}\t.st635{fill:url(#SVGID_00000176732565244789263170000006915718486810713262_);}\t.st636{fill:url(#SVGID_00000036946105636788005360000001358417890092112022_);}\t.st637{fill:url(#SVGID_00000089544963362501128100000010014228289518556804_);}\t.st638{fill:url(#SVGID_00000117634592176783069620000002834396006789938816_);}\t.st639{fill:url(#SVGID_00000080916323110406985210000000664829963024452542_);}\t.st640{fill:url(#SVGID_00000090993834506923478060000000493366272314677639_);}\t.st641{fill:url(#SVGID_00000039105914768690178480000013320947804347578540_);}\t.st642{fill:url(#SVGID_00000136387898301711823240000009726760498319540924_);}\t.st643{fill:url(#SVGID_00000036974542990788972860000015897556615441559177_);}\t.st644{fill:url(#SVGID_00000104664246242133731360000006333178413466681524_);}\t.st645{fill:url(#SVGID_00000147919947458749774320000009165790802610995379_);}\t.st646{fill:url(#SVGID_00000166638802582889036920000008215435759297601940_);}\t.st647{fill:url(#SVGID_00000075163365633890674930000003172495736705115803_);}\t.st648{fill:url(#SVGID_00000127035262168055409050000011676839361847829178_);}\t.st649{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000148643130229415082640000018367171823363191178_);}\t.st650{fill:url(#SVGID_00000032616578713551254170000008173255832636037770_);}\t.st651{fill:url(#SVGID_00000153701862534718507650000016950785086758498464_);}\t.st652{fill:url(#SVGID_00000020362178920051827140000005026316201470031003_);}\t.st653{fill:url(#SVGID_00000093136193234724787130000018198362197137442968_);}\t.st654{fill:url(#SVGID_00000142158967022572212700000018145990462944349357_);}\t.st655{fill:url(#SVGID_00000093868782219996282190000007246786587394340515_);}\t.st656{fill:url(#SVGID_00000121238402891613927570000016558045095717460140_);}\t.st657{fill:url(#SVGID_00000157291475426063268890000015839422080179784580_);}\t.st658{fill:url(#SVGID_00000073706578780505858590000007229125597763384479_);}\t.st659{fill:url(#SVGID_00000134963044338574829690000016332160170188361365_);}\t.st660{fill:url(#SVGID_00000124854444784114355140000015038863654052659843_);}\t.st661{fill:url(#SVGID_00000073720802527651244960000002969519774690042779_);}\t.st662{fill:url(#SVGID_00000137821682854994929360000012365251489759454879_);}\t.st663{fill:url(#SVGID_00000140712909691984051050000017980016557085227147_);}\t.st664{fill:url(#SVGID_00000114758007922492809390000012408523164446199170_);}\t.st665{fill:url(#SVGID_00000148634768341982505350000011685455001013077667_);}\t.st666{fill:url(#SVGID_00000005966234558182058260000017526782888299905430_);}\t.st667{fill:url(#SVGID_00000073717100820708496630000012542246448308661936_);}\t.st668{fill:url(#SVGID_00000098936827019761820130000003808884240816579463_);}\t.st669{fill:url(#SVGID_00000120526514883982278840000006189088691417191829_);}\t.st670{fill:url(#SVGID_00000016070150793348974310000013250404027857930899_);}\t.st671{fill:url(#SVGID_00000029009759456577943020000014330121587761009077_);}\t.st672{fill:url(#SVGID_00000111894658648372839440000001708872751992969354_);}\t.st673{fill:url(#SVGID_00000026863619527722951360000016550788197100444319_);}\t.st674{fill:url(#SVGID_00000047021206068857538980000005843852209180854446_);}\t.st675{fill:url(#SVGID_00000165199125059910840400000003539322052762965180_);}\t.st676{fill:url(#SVGID_00000134936765363168477160000008003550641460353414_);}\t.st677{fill:url(#SVGID_00000140710270838664594110000011839748440466228113_);}\t.st678{fill:url(#SVGID_00000012437477345003848370000007039127304497431942_);}\t.st679{fill:url(#SVGID_00000012454826528229063970000003589011974804029832_);}\t.st680{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000047027912867524032410000003419964097058744759_);}\t.st681{fill:url(#SVGID_00000083064927255314468590000014923865395604873347_);}\t.st682{fill:url(#SVGID_00000147209666090023787750000016385078354090171822_);}\t.st683{fill:url(#SVGID_00000098906125356187647040000008368655151916858522_);}\t.st684{fill:url(#SVGID_00000016075473556348072050000013433968665157077149_);}\t.st685{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000166664698236249012990000009829091393882835636_);}\t.st686{fill:url(#SVGID_00000160175730119230606280000002088263419776598719_);}\t.st687{fill:url(#SVGID_00000112601546227086360470000000477717093769794456_);}\t.st688{fill:url(#SVGID_00000012447196801088361860000008659475486492947079_);}\t.st689{fill:url(#SVGID_00000118389943982186116890000014788521505887642785_);}\t.st690{fill:url(#SVGID_00000071547151654435155470000018083297143593187464_);}\t.st691{fill:url(#SVGID_00000118391502580230001760000004376308973662326168_);}\t.st692{fill:url(#SVGID_00000136392225139709891260000005956147457171513220_);}\t.st693{fill:url(#SVGID_00000158741911518441183410000007830720948593148291_);}\t.st694{fill:url(#SVGID_00000003814682105560449640000005170119764974640294_);}\t.st695{fill:url(#SVGID_00000018211705064739678490000012673857978341077377_);}\t.st696{fill:url(#SVGID_00000023249045318264342980000015001386280546162620_);}\t.st697{fill:url(#SVGID_00000086685576400824776860000017952106273293476525_);}\t.st698{fill:url(#SVGID_00000145042385794886737130000015892133124770564246_);}\t.st699{fill:url(#SVGID_00000147184579419935407560000000598392583335607684_);}\t.st700{fill:url(#SVGID_00000009560502492174860530000005335949231302041992_);}\t.st701{fill:url(#SVGID_00000155120745872056334650000013705790386346749584_);}\t.st702{fill:url(#SVGID_00000058563339372467631470000005153282800170188160_);}\t.st703{fill:url(#SVGID_00000103980359159028179340000007278035634858697885_);}\t.st704{fill:url(#SVGID_00000150822875484323784100000003662546386989051541_);}\t.st705{fill:url(#SVGID_00000083064180668818598190000002973922056071605144_);}\t.st706{fill:url(#SVGID_00000013880091658897381310000001705211755204840095_);}\t.st707{fill:url(#SVGID_00000049194222656979276640000000465059904215367091_);}\t.st708{fill:url(#SVGID_00000139258180065803219790000005072407810576413364_);}\t.st709{fill:url(#SVGID_00000181799658978070085250000014896082490934342027_);}\t.st710{fill:url(#SVGID_00000088844479985432166170000001010739383421644448_);}\t.st711{fill:url(#SVGID_00000153679317736913763680000010165882675718889134_);}\t.st712{fill:url(#SVGID_00000083792012842072707500000007789515109854607267_);}\t.st713{fill:url(#SVGID_00000166650755646738708290000018172942789701714817_);}\t.st714{fill:url(#SVGID_00000133498902792966606140000007361903523182067116_);}\t.st715{fill:url(#SVGID_00000127759353454703051640000005249315500345284239_);}\t.st716{fill:url(#SVGID_00000107571582003309949860000004069659663199684743_);}\t.st717{fill:url(#SVGID_00000044168709163850182710000018237916637744492209_);}\t.st718{fill:url(#SVGID_00000136402827904869815310000011724199125795254680_);}\t.st719{fill:url(#SVGID_00000082347431445924737580000012855203610901305758_);}\t.st720{fill:url(#SVGID_00000056388819302410834610000007329196697434399423_);}\t.st721{fill:url(#SVGID_00000071551987824065678530000014569296066319587988_);}\t.st722{fill:url(#SVGID_00000044892289800970857800000006921266641556334780_);}\t.st723{fill:url(#SVGID_00000171683321290849593880000003854082359097571728_);}\t.st724{fill:url(#SVGID_00000071530067897036490480000016057199993770805914_);}\t.st725{fill:url(#SVGID_00000078736477570251743090000002601887370178412206_);}\t.st726{fill:url(#SVGID_00000173865717290538401960000013139554000685056171_);}\t.st727{fill:url(#SVGID_00000145031776698862493280000001560819288042431136_);}\t.st728{fill:url(#SVGID_00000041287980164004563550000009420192772992613249_);}\t.st729{fill:url(#SVGID_00000137122060496940885170000007653350264427897731_);}\t.st730{fill:url(#SVGID_00000056400994338300264470000004312693925295444408_);}\t.st731{fill:url(#SVGID_00000029743482259208372670000008126339571789852311_);}\t.st732{fill:url(#SVGID_00000053506678054552703300000001378304058125024946_);}\t.st733{fill:url(#SVGID_00000099658830524786508520000000558429545953455544_);}\t.st734{fill:url(#SVGID_00000052817149724119660530000005124611316023993237_);}\t.st735{fill:url(#SVGID_00000096046569074672862040000017725411004334023336_);}\t.st736{fill:url(#SVGID_00000101089677349907559530000013437509556481060503_);}\t.st737{fill:url(#SVGID_00000140736705296042448640000011607245694202300604_);}\t.st738{fill:url(#SVGID_00000112594280986074234160000003457667739238986118_);}\t.st739{fill:url(#SVGID_00000022525042562597314930000000867984812037170365_);}\t.st740{fill:url(#SVGID_00000026162457217696742170000011146654635573729192_);}\t.st741{fill:url(#SVGID_00000012447787041654505540000011842321269824601992_);}\t.st742{fill:url(#SVGID_00000134971830763444693450000012625234419461255063_);}\t.st743{fill:url(#SVGID_00000181794908716420595810000008698471957594324645_);}\t.st744{fill:url(#SVGID_00000163752524346083289500000010596157702348157112_);}\t.st745{fill:url(#SVGID_00000150092921249877137580000007320251825302530208_);}\t.st746{fill:url(#SVGID_00000159448471095272372320000002009505827000730778_);}\t.st747{fill:url(#SVGID_00000075156475489349656310000006877015638075432601_);}\t.st748{fill:url(#SVGID_00000029045820294739405250000010778946584866802569_);}\t.st749{fill:url(#SVGID_00000049205987698272574630000014199892823928243089_);}\t.st750{fill:url(#SVGID_00000126311114057773764150000012778256979724975290_);}\t.st751{fill:url(#SVGID_00000079458532593505923250000015429587661447299516_);}\t.st752{fill:url(#SVGID_00000041270560794352821070000000381946155954224828_);}\t.st753{fill:url(#SVGID_00000120529895363029890150000011963989641495195563_);}\t.st754{fill:url(#SVGID_00000121270928905218385420000012223133943704650135_);}\t.st755{fill:url(#SVGID_00000119838969378896797640000001473142070860934298_);}\t.st756{fill:url(#SVGID_00000031902349571335698660000008574970655799038399_);}\t.st757{fill:url(#SVGID_00000060729938186805302300000009774129885076801699_);}\t.st758{fill:url(#SVGID_00000091721333224290731960000008874752245871496603_);}\t.st759{fill:url(#SVGID_00000065756486416244538870000009112237629080544648_);}\t.st760{fill:url(#SVGID_00000129184645580202773070000009313926789956401595_);}\t.st761{fill:url(#SVGID_00000132774222865311250560000001805319129503247029_);}\t.st762{fill:url(#SVGID_00000006681907526781572560000003635685368472874930_);}\t.st763{fill:url(#SVGID_00000016779367687989295610000004521819600060540324_);}\t.st764{fill:url(#SVGID_00000168086864755608736030000008737726385647024050_);}\t.st765{fill:url(#SVGID_00000054234904370868845190000010783019016880245417_);}\t.st766{fill:url(#SVGID_00000058553177267761566470000006030163395862546845_);}\t.st767{fill:url(#SVGID_00000115473311089005870840000008933500941175948726_);}\t.st768{fill:url(#SVGID_00000031899452879463313100000005741544106970280880_);}\t.st769{fill:url(#SVGID_00000128457599582276187630000009812633137102201743_);}\t.st770{fill:url(#SVGID_00000035515239460148699880000010850391568756230833_);}\t.st771{fill:url(#SVGID_00000162344404519778372300000001985382454687967925_);}\t.st772{fill:url(#SVGID_00000017511364432141740520000014075778452939617676_);}\t.st773{fill:url(#SVGID_00000088825097511819794960000006404223107261230231_);}\t.st774{fill:url(#SVGID_00000096021704718663508770000002450082090713435265_);}\t.st775{fill:url(#SVGID_00000044154988820841470910000018163638406773090734_);}\t.st776{fill:url(#SVGID_00000011017315327309616690000000276808310493184411_);}\t.st777{fill:url(#SVGID_00000129193298366643385800000000175897135526948755_);}\t.st778{fill:url(#SVGID_00000030485720245315621670000013971790750891473589_);}\t.st779{fill:url(#SVGID_00000124146638090278936920000001464192759221984907_);}\t.st780{fill:url(#SVGID_00000083781301469381551980000018292151477608243863_);}\t.st781{fill:url(#SVGID_00000155841816751303817610000014470601360874069387_);}\t.st782{fill:url(#SVGID_00000093886971002456462720000013738792316077442192_);}\t.st783{fill:url(#SVGID_00000020381595458934518270000010646041310533780122_);}\t.st784{fill:url(#SVGID_00000103954535742099754760000015386503237360088734_);}\t.st785{fill:url(#SVGID_00000152256386901852255360000015839296610389202861_);}\t.st786{fill:url(#SVGID_00000087408950504194200030000017931608649912441788_);}\t.st787{fill:url(#SVGID_00000127007359412377073950000013537973847229753494_);}\t.st788{fill:url(#SVGID_00000141451023768131570640000000783048248502571141_);}\t.st789{fill:url(#SVGID_00000026856978553710999680000011921566980231619499_);}\t.st790{fill:url(#SVGID_00000113339662165552980560000009142033279863722145_);}\t.st791{fill:url(#SVGID_00000181051162397342676100000008346751756170105997_);}\t.st792{fill:url(#SVGID_00000078003281858016511510000009273136039798090402_);}\t.st793{fill:url(#SVGID_00000013914316436917579590000003817260784251285918_);}\t.st794{fill:url(#SVGID_00000170966322012446649110000006444614762431871633_);}\t.st795{fill:url(#SVGID_00000165928540663400134420000007909565532027758261_);}\t.st796{fill:url(#SVGID_00000011731794556550099030000014359219204032740772_);}\t.st797{fill:url(#SVGID_00000144321583003907700530000013647419610864260790_);}\t.st798{fill:url(#SVGID_00000062879330380335409660000006372578233749906833_);}\t.st799{fill:url(#SVGID_00000116922911605991975320000006732128670536198272_);}\t.st800{fill:url(#SVGID_00000170267220550057631450000009581715450653985470_);}\t.st801{fill:url(#SVGID_00000066480812191127859230000006323991336687065498_);}\t.st802{fill:url(#SVGID_00000115487520445357164600000007674407995602521984_);}\t.st803{fill:url(#SVGID_00000047019355271472946220000000631733861970712237_);}\t.st804{fill:url(#SVGID_00000090271804019077637950000007246796017803831188_);}\t.st805{fill:url(#SVGID_00000039091620084170466190000002606777706972766134_);}\t.st806{fill:url(#SVGID_00000170978282594081655650000013279714601266117282_);}\t.st807{fill:url(#SVGID_00000083050233541570608930000002340536455943640480_);}\t.st808{fill:url(#SVGID_00000043424496868900857320000006110894665491133314_);}\t.st809{fill:url(#SVGID_00000097496608789816008460000006028370924706164897_);}\t.st810{fill:url(#SVGID_00000008833886954202742360000006224018171220116623_);}\t.st811{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000114766489306864707080000012915277934340929675_);}\t.st812{fill:url(#SVGID_00000142173459286081422710000010195898987421751185_);}\t.st813{fill:url(#SVGID_00000106829909916927077890000002053890155834484146_);}\t.st814{fill:url(#SVGID_00000176759343868801983330000013318365223735960208_);}\t.st815{fill:url(#SVGID_00000011735154507356158810000007946780777504429198_);}\t.st816{fill:url(#SVGID_00000057843917598639341010000007394224552948460193_);}\t.st817{fill:url(#SVGID_00000018204200710453461860000007966950447808095124_);}\t.st818{fill:url(#SVGID_00000057829578970405714810000005611689006117645707_);}\t.st819{fill:url(#SVGID_00000026135030036413025510000012183161437007323063_);}\t.st820{fill:url(#SVGID_00000064345255888482338360000011590215833632641462_);}\t.st821{fill:url(#SVGID_00000150078079475482636910000006169119569192798358_);}\t.st822{fill:url(#SVGID_00000143606135622552168540000006448362998294577827_);}\t.st823{fill:url(#SVGID_00000099640138837894796930000003972757752951674529_);}\t.st824{fill:none;stroke:#FFFFFF;stroke-width:0.5608;stroke-miterlimit:10;}\t.st825{fill:#FFFFFF;stroke:#000000;stroke-width:0.2543;stroke-miterlimit:10;}\t.st826{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;stroke:#000000;stroke-width:0.2543;stroke-miterlimit:10;}\t.st827{fill:none;stroke:#FFFFFF;stroke-width:0.4374;stroke-miterlimit:10;}\t.st828{fill:#3E220E;}\t.st829{fill:url(#SVGID_00000127736079576251191170000001445985431823271583_);}\t.st830{fill:url(#SVGID_00000076605849760512958680000010288845227633276300_);}\t.st831{fill:url(#SVGID_00000027583141534076987130000011704577095032080278_);}\t.st832{fill:url(#SVGID_00000002355517794151993390000013515331711662873000_);}\t.st833{fill:url(#SVGID_00000071541496537857550130000012476809017502148541_);}\t.st834{fill:url(#SVGID_00000124867008796626824830000011386618084037119914_);}\t.st835{fill:url(#SVGID_00000077285337209868494070000012472345297720034977_);}\t.st836{fill:url(#SVGID_00000118386315370135164740000011096044321814797244_);}\t.st837{fill:url(#SVGID_00000085226544153163173960000012553620958187182011_);}\t.st838{fill:url(#SVGID_00000019678621196489171490000005181506058013399182_);}\t.st839{fill:url(#SVGID_00000031202894101060406660000018073908442517894285_);}\t.st840{fill:url(#SVGID_00000172408510665593907570000006947768325427944599_);}\t.st841{fill:url(#SVGID_00000064334777577013121410000005496781595865109682_);}\t.st842{fill:url(#SVGID_00000147217753679338346580000000417343710276286598_);}\t.st843{fill:url(#SVGID_00000155866555037851298160000001513789569596484021_);}\t.st844{fill:url(#SVGID_00000096777666469367400100000005066036009486128535_);}\t.st845{fill:url(#SVGID_00000090268910142457448010000004363409912364140681_);}\t.st846{fill:url(#SVGID_00000101098295544688516860000005817395800155210402_);}\t.st847{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000172437228985345577720000000818885499722075036_);}\t.st848{fill:url(#SVGID_00000100370916831114002630000008465922183014969770_);}\t.st849{fill:url(#SVGID_00000091015116651081151510000012767476092530416528_);}\t.st850{fill:url(#SVGID_00000106147636540446676290000004461360402065037970_);}\t.st851{fill:url(#SVGID_00000140735052070565878560000015566217328896558470_);}\t.st852{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000062874896790074143000000018102951692568194729_);}\t.st853{fill:url(#SVGID_00000090287483545540119940000013085367413539026321_);}\t.st854{fill:url(#SVGID_00000107587640909826527450000005178038667586576272_);}\t.st855{fill:url(#SVGID_00000076584810029185679230000001616599426012218012_);}\t.st856{fill:url(#SVGID_00000070082957901784793620000005369993880358215566_);}\t.st857{fill:url(#SVGID_00000085219461111203139750000014166050895136745613_);}\t.st858{fill:url(#SVGID_00000130639965653829406360000004096579793533071800_);}\t.st859{fill:url(#SVGID_00000116229122529165367160000008932506668248870844_);}\t.st860{fill:url(#SVGID_00000015343284785739808620000006110578600183332759_);}\t.st861{fill:url(#SVGID_00000011748057260225440790000016793948480314081211_);}\t.st862{fill:url(#SVGID_00000124145788338508230370000017784918882316731822_);}\t.st863{fill:url(#SVGID_00000031169027571822285770000005641365096397375136_);}\t.st864{fill:url(#SVGID_00000082355383479157388300000012579659834391417761_);}\t.st865{fill:url(#SVGID_00000139272065139293038560000013274007969438278583_);}\t.st866{fill:url(#SVGID_00000138570029146682856890000004254334475615918252_);}\t.st867{fill:url(#SVGID_00000075128165956800098000000017330723400215828387_);}\t.st868{fill:url(#SVGID_00000038406135401634712990000003403035843867607224_);}\t.st869{fill:url(#SVGID_00000067925999773346302630000000313927166700226984_);}\t.st870{fill:url(#SVGID_00000047047177715015039460000012858346779390996397_);}\t.st871{fill:url(#SVGID_00000140000475401172915900000009977011783623396759_);}\t.st872{fill:url(#SVGID_00000138537828763982005150000013693207826016399293_);}\t.st873{fill:url(#SVGID_00000094617169747354320140000003417930560018591156_);}\t.st874{fill:url(#SVGID_00000027567785755895785640000002658569001565659796_);}\t.st875{fill:url(#SVGID_00000125599305846094533950000011563109850833876403_);}\t.st876{fill:url(#SVGID_00000161609915799510061900000002495362282882294422_);}\t.st877{fill:url(#SVGID_00000070119251386264324320000012419196823960479662_);}\t.st878{fill:url(#SVGID_00000182510385822016433500000001110842127251873697_);}\t.st879{fill:url(#SVGID_00000165235881210441186230000010050515123867689111_);}\t.st880{fill:url(#SVGID_00000088817383733747817830000009301572590502914225_);}\t.st881{fill:url(#SVGID_00000061440136155016269580000011880697855511099064_);}\t.st882{fill:url(#SVGID_00000083785171336535316640000008280323582937734794_);}\t.st883{fill:url(#SVGID_00000119097476439509052790000008853056480005149344_);}\t.st884{fill:url(#SVGID_00000068657536914699420370000007397563032050998679_);}\t.st885{fill:url(#SVGID_00000150081051152266252010000016682628412413342126_);}\t.st886{fill:url(#SVGID_00000012442080479132428040000007416017124453519250_);}\t.st887{fill:url(#SVGID_00000033327439802772717810000011037362436841000871_);}\t.st888{fill:url(#SVGID_00000044898395161646825020000011426373195047706533_);}\t.st889{fill:url(#SVGID_00000000190435524094399430000007548124479547158685_);}\t.st890{fill:url(#SVGID_00000007399719629246908600000010706975185992149424_);}\t.st891{fill:url(#SVGID_00000129906917517217327360000004400283472903304340_);}\t.st892{fill:url(#SVGID_00000019675349207023207210000015878717241035788958_);}\t.st893{fill:url(#SVGID_00000132081638426087408390000004071387992836378035_);}\t.st894{fill:url(#SVGID_00000070106954627935530000000018391424620486196668_);}\t.st895{fill:url(#SVGID_00000116233760245979261730000013038257135390638506_);}\t.st896{fill:url(#SVGID_00000129909610332094890590000009224874143676655775_);}\t.st897{fill:url(#SVGID_00000079475270890089890120000015832432139810252449_);}\t.st898{fill:url(#SVGID_00000116924607313586669070000011319067269469142147_);}\t.st899{fill:url(#SVGID_00000062889128296353620010000001483807862597090479_);}\t.st900{fill:url(#SVGID_00000108297356825512653830000012136578782229645705_);}\t.st901{fill:url(#SVGID_00000038378736612724688850000014654159123447549067_);}\t.st902{fill:url(#SVGID_00000008115903128034747270000011090976188369532070_);}\t.st903{fill:url(#SVGID_00000147932717528553078260000008858866138646779028_);}\t.st904{fill:url(#SVGID_00000079444227446978164990000002494236041501200778_);}\t.st905{fill:url(#SVGID_00000109009273013976122820000006140901832603996040_);}\t.st906{fill:url(#SVGID_00000167356387099048290160000009339467418054875813_);}\t.st907{fill:url(#SVGID_00000093871421592471871480000005463467533450143934_);}\t.st908{fill:url(#SVGID_00000068668576122108299980000007386245691358911129_);}\t.st909{fill:url(#SVGID_00000008136423733254586180000001616390925932227004_);}\t.st910{fill:url(#SVGID_00000137095140414093465490000018314879269405077642_);}\t.st911{fill:url(#SVGID_00000020396513600250912690000018212619075062830783_);}\t.st912{fill:url(#SVGID_00000075149291043862638190000017440598974794921348_);}\t.st913{fill:url(#SVGID_00000057827605873446898710000007224269062664228786_);}\t.st914{fill:url(#SVGID_00000096748605108847848580000004008970619769108374_);}\t.st915{fill:url(#SVGID_00000053521512958685954120000014665441225877119619_);}\t.st916{fill:url(#SVGID_00000059298485188588249550000005138827876764156344_);}\t.st917{fill:url(#SVGID_00000139981536445786087690000001878570363858207675_);}\t.st918{fill:url(#SVGID_00000058576025387985440920000006782017050395829900_);}\t.st919{fill:url(#SVGID_00000127003855367358000490000008398174129075154063_);}\t.st920{fill:url(#SVGID_00000075157752637149347490000017563316752589872561_);}\t.st921{fill:url(#SVGID_00000107576317643164098220000013081562239696239273_);}\t.st922{fill:url(#SVGID_00000174591391767010268800000006957121120353316023_);}\t.st923{fill:url(#SVGID_00000129922699225084903620000015238692712397263267_);}\t.st924{fill:url(#SVGID_00000048463208476301887910000016258366882322569636_);}\t.st925{fill:url(#SVGID_00000034075484019273323100000001753253833098434707_);}\t.st926{fill:url(#SVGID_00000168091442474054015640000005154263732130438569_);}\t.st927{fill:url(#SVGID_00000163794794246761679490000009544065226398880152_);}\t.st928{fill:url(#SVGID_00000126315477856900150070000002551810468671053482_);}\t.st929{fill:url(#SVGID_00000095297344554112767810000009470105768951880350_);}\t.st930{fill:url(#SVGID_00000169547399842307173420000013415322342547849910_);}\t.st931{fill:url(#SVGID_00000087372646863145097510000004931641743685587875_);}\t.st932{fill:url(#SVGID_00000134961958595894985130000012013679607731879867_);}\t.st933{fill:url(#SVGID_00000067204510167841235150000016027351822315548852_);}\t.st934{fill:url(#SVGID_00000047058504767319066400000004349983856853734838_);}\t.st935{fill:url(#SVGID_00000181804651328570787200000010322516544553632441_);}\t.st936{fill:url(#SVGID_00000174578681676048503170000017564038508715362456_);}\t.st937{fill:url(#SVGID_00000102533156684240161600000013103961792264008101_);}\t.st938{fill:url(#SVGID_00000142883227918786646770000011168248800336223150_);}\t.st939{fill:url(#SVGID_00000116210985057949706920000017516913089230332318_);}\t.st940{fill:url(#SVGID_00000095326269094048255760000010583811901212056486_);}\t.st941{fill:url(#SVGID_00000138569239757760848270000003338564040673679784_);}\t.st942{fill:url(#SVGID_00000159463361352550053030000001824961750221514657_);}\t.st943{fill:url(#SVGID_00000079445288258408037800000004761308462297574299_);}\t.st944{fill:url(#SVGID_00000137826335911096583530000017713030558154226833_);}\t.st945{fill:url(#SVGID_00000076573461209886674460000000146194338791621306_);}\t.st946{fill:url(#SVGID_00000021841987531767866090000017716355358782625214_);}\t.st947{fill:url(#SVGID_00000106844085441741513500000009318966702032736412_);}\t.st948{fill:url(#SVGID_00000097476287196219182880000006970868980551502239_);}\t.st949{fill:url(#SVGID_00000017489532571687959910000000412952299490707115_);}\t.st950{fill:url(#SVGID_00000014622208577514636710000008974962680871315110_);}\t.st951{fill:url(#SVGID_00000106120816996900030060000011428786778311825545_);}\t.st952{fill:url(#SVGID_00000018219189471510618480000001869217855896180140_);}\t.st953{fill:url(#SVGID_00000005254541792238259240000010260729264402728381_);}\t.st954{fill:url(#SVGID_00000009591955900988946530000009154476706954849468_);}\t.st955{fill:url(#SVGID_00000062874864529528194100000002799876531833376174_);}\t.st956{fill:url(#SVGID_00000132065874308475387600000015734757543396919713_);}\t.st957{fill:url(#SVGID_00000027574768605016400180000010798813591236560800_);}\t.st958{fill:url(#SVGID_00000030486557291728019180000013844750910224117896_);}\t.st959{fill:url(#SVGID_00000082341092507720979880000017757174680304130717_);}\t.st960{fill:url(#SVGID_00000001648210323374652650000011311466950105104008_);}\t.st961{fill:url(#SVGID_00000111902279431550809960000000123355318108002947_);}\t.st962{fill:url(#SVGID_00000072982908690813688030000008034203151065372836_);}\t.st963{fill:url(#SVGID_00000085214996513893382970000000538515389462138538_);}\t.st964{fill:url(#SVGID_00000169546399687738949780000000082527417556389048_);}\t.st965{fill:url(#SVGID_00000054258161894669190280000011686642345410573467_);}\t.st966{fill:url(#SVGID_00000016779649979248030350000009525436093808115640_);}\t.st967{fill:url(#SVGID_00000148639759258116276680000005341266172079275962_);}\t.st968{fill:url(#SVGID_00000020396068829116872850000014930823060671269271_);}\t.st969{fill:url(#SVGID_00000144295347194352318980000004859550484810124707_);}\t.st970{fill:url(#SVGID_00000132074076393885697310000013508105750322151823_);}\t.st971{fill:url(#SVGID_00000026863604134231388000000016270823772205324190_);}\t.st972{fill:url(#SVGID_00000022534074269308368980000014571847602081326003_);}\t.st973{fill:url(#SVGID_00000030484058571280595720000014342773724061439393_);}\t.st974{fill:url(#SVGID_00000041292303673965914820000013394573338927017898_);}\t.st975{fill:url(#SVGID_00000097474312710633411090000005833436168196339331_);}\t.st976{fill:url(#SVGID_00000132081665813210905870000006022632904923676291_);}\t.st977{fill:url(#SVGID_00000165942288434906927230000000401882721582976913_);}\t.st978{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000180350066242890263460000004365826756317986481_);}\t.st979{fill:url(#SVGID_00000045609147223316444620000005613612694751471793_);}\t.st980{fill:url(#SVGID_00000180334030446413102230000013322190572351921553_);}\t.st981{fill:url(#SVGID_00000107565243549210926920000017263231543095742604_);}\t.st982{fill:url(#SVGID_00000139286854919896994400000000655573162010701729_);}\t.st983{fill:url(#SVGID_00000124124223715456672460000004789441163498500759_);}\t.st984{fill:url(#SVGID_00000127023876594685404210000001318429512412974517_);}\t.st985{fill:url(#SVGID_00000132790984018855760970000015557731523891955093_);}\t.st986{fill:url(#SVGID_00000094575814448388457470000006099680311734112443_);}\t.st987{fill:url(#SVGID_00000006693863654088146340000003714078449989000091_);}\t.st988{fill:url(#SVGID_00000054247345138724502010000008219677148846788250_);}\t.st989{fill:url(#SVGID_00000064316974381080831060000015002791446450058643_);}\t.st990{fill:url(#SVGID_00000102512908770249673030000002127473090241238716_);}\t.st991{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000018930256949275045960000005911514059273646738_);}\t.st992{fill:url(#SVGID_00000152983123053146037780000016422397204090048643_);}\t.st993{fill:url(#SVGID_00000095321107783233971690000013996522840147330708_);}\t.st994{fill:url(#SVGID_00000037678622202096390630000008971272938994167207_);}\t.st995{fill:url(#SVGID_00000103965974045290440320000017633102782918712254_);}\t.st996{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000041987380768395122830000000327738007353697214_);}\t.st997{fill:url(#SVGID_00000121963816737773624540000003866156728461269157_);}\t.st998{fill:url(#SVGID_00000148646624081152099080000008452137530945036161_);}\t.st999{fill:url(#SVGID_00000145017504712799659100000017076415071894516361_);}\t.st1000{fill:url(#SVGID_00000156568336052066414990000004148544306334168766_);}\t.st1001{fill:url(#SVGID_00000008110927745186494810000003136933545463841693_);}\t.st1002{fill:url(#SVGID_00000119813804408263915120000015455909614478068393_);}\t.st1003{fill:url(#SVGID_00000067221955154876984990000016131556994465839006_);}\t.st1004{fill:url(#SVGID_00000069374234574061144970000007797980611033799829_);}\t.st1005{fill:url(#SVGID_00000058586786360571364460000012716296280221550259_);}\t.st1006{fill:url(#SVGID_00000011016734866482566190000001837504558273203356_);}\t.st1007{fill:url(#SVGID_00000148644217749565496040000003997429229985686204_);}\t.st1008{fill:url(#SVGID_00000049182636789205977920000013958008147226633372_);}\t.st1009{fill:url(#SVGID_00000014634940213962990460000013477681858362334362_);}\t.st1010{fill:url(#SVGID_00000055672265122126302220000004773026703464621230_);}\t.st1011{fill:url(#SVGID_00000141414396193268495390000012922794143265765545_);}\t.st1012{fill:url(#SVGID_00000004541230102048307150000008205965178844111532_);}\t.st1013{fill:url(#SVGID_00000129166755676846904980000011414196245448753795_);}\t.st1014{fill:url(#SVGID_00000014629692927398001920000005252801181544403628_);}\t.st1015{fill:url(#SVGID_00000005248953759875692740000012910998959652842147_);}\t.st1016{fill:url(#SVGID_00000165220099305898684450000016480692517843099310_);}\t.st1017{fill:url(#SVGID_00000017485026169720302200000017742743955791349435_);}\t.st1018{fill:url(#SVGID_00000153679964578820987330000003916094619003241388_);}\t.st1019{fill:url(#SVGID_00000034799898414743820250000015181772321697455750_);}\t.st1020{fill:url(#SVGID_00000051365797851436824700000009309460811348148867_);}\t.st1021{fill:url(#SVGID_00000096032337380915403150000013254591396105072776_);}\t.st1022{fill:url(#SVGID_00000094603511373655210050000001625670376131545238_);}\t.st1023{fill:url(#SVGID_00000113342401540223658610000001900339009774075779_);}\t.st1024{fill:url(#SVGID_00000020397169835395074310000006488403756920124803_);}\t.st1025{fill:url(#SVGID_00000160165456326063858800000000880194603895211199_);}\t.st1026{fill:url(#SVGID_00000119093929775598523920000010363865880317396671_);}\t.st1027{fill:url(#SVGID_00000040554445115158888570000009478472628780059316_);}\t.st1028{fill:url(#SVGID_00000101818069816643470650000004858510822218092978_);}\t.st1029{fill:url(#SVGID_00000121958736617648850490000012599290881168331454_);}\t.st1030{fill:url(#SVGID_00000131336436451023938180000013065449540769458576_);}\t.st1031{fill:url(#SVGID_00000106142667176532527730000006978810358141398462_);}\t.st1032{fill:url(#SVGID_00000072970555424710987320000001086902909017735603_);}\t.st1033{fill:url(#SVGID_00000088848514340194549990000016388632843916262327_);}\t.st1034{fill:url(#SVGID_00000180355420226905094860000002841942444715864207_);}\t.st1035{fill:url(#SVGID_00000019675691187564567690000017162977433662920610_);}\t.st1036{fill:url(#SVGID_00000030448587411695758450000003887375601954939787_);}\t.st1037{fill:url(#SVGID_00000124131888243960264520000011741201643437231521_);}\t.st1038{fill:url(#SVGID_00000085965104406258488310000005244497403926204806_);}\t.st1039{fill:url(#SVGID_00000090296227767208726540000016023634729286564022_);}\t.st1040{fill:url(#SVGID_00000131342218100353343120000016483985290624374425_);}\t.st1041{fill:url(#SVGID_00000108289316277904621170000015365469009807253901_);}\t.st1042{fill:url(#SVGID_00000182528925985604601090000005412370983212592013_);}\t.st1043{fill:url(#SVGID_00000093861622005230636370000017529653136067936159_);}\t.st1044{fill:url(#SVGID_00000136406896109778489200000017181760850217486492_);}\t.st1045{fill:url(#SVGID_00000073703781717329408150000001517537165600099761_);}\t.st1046{fill:url(#SVGID_00000018208553977719324600000002144434196083745197_);}\t.st1047{fill:url(#SVGID_00000008840246316943412660000001110394019714527915_);}\t.st1048{fill:url(#SVGID_00000008147881818417135020000002117334287003056799_);}\t.st1049{fill:url(#SVGID_00000018210267102744800690000000373631296429321370_);}\t.st1050{fill:url(#SVGID_00000057848652168912381830000005084252755445950854_);}\t.st1051{fill:url(#SVGID_00000032618870738673671580000014332271592959243148_);}\t.st1052{fill:url(#SVGID_00000119800487325371046470000004741323759911196344_);}\t.st1053{fill:url(#SVGID_00000152256706718429505600000004373761231900186026_);}\t.st1054{fill:url(#SVGID_00000137834778150669374460000002384670195431793313_);}\t.st1055{fill:url(#SVGID_00000138544209234723786910000017997465425733318041_);}\t.st1056{fill:url(#SVGID_00000060742074028450428680000011372299265105390476_);}\t.st1057{fill:url(#SVGID_00000142140201987657449790000001282100772540415372_);}\t.st1058{fill:url(#SVGID_00000122687034965399126350000003901051408554483119_);}\t.st1059{fill:url(#SVGID_00000067219123633349491270000015287189595230189746_);}\t.st1060{fill:url(#SVGID_00000026160634735307279150000012109801965005638546_);}\t.st1061{fill:url(#SVGID_00000066515652066395547880000011498003614120628365_);}\t.st1062{fill:url(#SVGID_00000003065895858305407240000001143889639631263108_);}\t.st1063{fill:url(#SVGID_00000092428988820451575120000006865021831282946693_);}\t.st1064{fill:url(#SVGID_00000072994905765729550140000008378857263538584476_);}\t.st1065{fill:url(#SVGID_00000056385539111827416610000000901957854740402051_);}\t.st1066{fill:url(#SVGID_00000090268304006025545290000000015321917077867940_);}\t.st1067{fill:url(#SVGID_00000049922502162997370480000011919192524552634241_);}\t.st1068{fill:url(#SVGID_00000080201663169938575930000012495934481200882842_);}\t.st1069{fill:url(#SVGID_00000160872642179820333110000008026600732506034564_);}\t.st1070{fill:url(#SVGID_00000168834900145457110860000005258102276405511863_);}\t.st1071{fill:url(#SVGID_00000093169837019032810640000016385242191529023910_);}\t.st1072{fill:url(#SVGID_00000143596361754344926210000010096984963828438658_);}\t.st1073{fill:url(#SVGID_00000112597599151172371900000016857030093040686757_);}\t.st1074{fill:url(#SVGID_00000041998999519204820770000017373053930416043926_);}\t.st1075{fill:url(#SVGID_00000040555370606209248330000014371473732983990177_);}\t.st1076{fill:url(#SVGID_00000149341611530901543310000011038942815982113933_);}\t.st1077{fill:url(#SVGID_00000144312908339729131110000017666499101096009884_);}\t.st1078{fill:url(#SVGID_00000069395265653464537360000018157858521293504924_);}\t.st1079{fill:url(#SVGID_00000000224304289077457540000014497192059307595393_);}\t.st1080{fill:url(#SVGID_00000180355534661591885680000011737827809818119599_);}\t.st1081{fill:url(#SVGID_00000049919710151706277280000013038869785529507765_);}\t.st1082{fill:url(#SVGID_00000103969233820739812620000017732987289323073459_);}\t.st1083{fill:url(#SVGID_00000040546606807697178480000002891978048906281611_);}\t.st1084{fill:url(#SVGID_00000155104573841836001700000000296002633075065509_);}\t.st1085{fill:url(#SVGID_00000097468226236998261840000004899366303949264291_);}\t.st1086{fill:url(#SVGID_00000022544286990415413750000017155725416004102302_);}\t.st1087{fill:url(#SVGID_00000018941873580832293180000013623157480960921781_);}\t.st1088{fill:url(#SVGID_00000167392014394950125640000011743573828364447104_);}\t.st1089{fill:url(#SVGID_00000108299876680811577260000014844925940360476294_);}\t.st1090{fill:url(#SVGID_00000141428115458466831920000004573922688994432395_);}\t.st1091{fill:url(#SVGID_00000024713497986718296250000008523732385509668226_);}\t.st1092{fill:url(#SVGID_00000180324758505319174200000000315166276363076012_);}\t.st1093{fill:url(#SVGID_00000163758518259387360390000009519247806426452893_);}\t.st1094{fill:url(#SVGID_00000119836491464602043910000018199332320339228327_);}\t.st1095{fill:url(#SVGID_00000141452420490339637800000013936824307637022087_);}\t.st1096{fill:url(#SVGID_00000055683959288728116520000002456638045844823730_);}\t.st1097{fill:url(#SVGID_00000131362665684889034890000003829193984171882666_);}\t.st1098{fill:url(#SVGID_00000140012900565936482310000008585538430992420785_);}\t.st1099{fill:url(#SVGID_00000127722692937099481070000006121185282812607130_);}\t.st1100{fill:url(#SVGID_00000131364793539506742030000009436125029870829221_);}\t.st1101{fill:url(#SVGID_00000086685992696109373040000000874503003134965671_);}\t.st1102{fill:url(#SVGID_00000040562748003500668910000018080534981473148562_);}\t.st1103{fill:url(#SVGID_00000083088592388154574930000010655709284047742347_);}\t.st1104{fill:url(#SVGID_00000040571583240003654660000018026967161380956310_);}\t.st1105{fill:url(#SVGID_00000052072218225403699140000005946578382857394060_);}\t.st1106{fill:url(#SVGID_00000038385874295941059850000011306868412135451070_);}\t.st1107{fill:url(#SVGID_00000099627832657532664550000002866411133055789236_);}\t.st1108{fill:url(#SVGID_00000180333548440351925570000011957067617754317962_);}\t.st1109{fill:url(#SVGID_00000176727963255599937410000018445410959311496349_);}\t.st1110{fill:url(#SVGID_00000029038484970478194830000006194993334163498636_);}\t.st1111{fill:url(#SVGID_00000079463170965155727050000005308936990919757707_);}\t.st1112{fill:url(#SVGID_00000106125317875883453140000001928465514599440531_);}\t.st1113{fill:url(#SVGID_00000021820288348336075160000001386156122320558774_);}\t.st1114{fill:url(#SVGID_00000076588401465973632730000000617026657470706826_);}\t.st1115{fill:url(#SVGID_00000112594528309964056960000000146828386396936370_);}\t.st1116{fill:url(#SVGID_00000080902785512737860970000001392547808068384656_);}\t.st1117{fill:url(#SVGID_00000156560125395163660430000004056157554222305422_);}\t.st1118{fill:url(#SVGID_00000096767488123803061190000003452181615018596742_);}\t.st1119{fill:url(#SVGID_00000175288193279556725150000011885336810484121736_);}\t.st1120{fill:url(#SVGID_00000019655360847481178930000018199153920020718481_);}\t.st1121{fill:url(#SVGID_00000000944313287376738180000006315947534343188632_);}\t.st1122{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000027584301327808814780000001335580018456444818_);}\t.st1123{fill:url(#SVGID_00000056422586892609779970000009286355169191321271_);}\t.st1124{fill:url(#SVGID_00000136370645628674251780000012251682339100972176_);}\t.st1125{fill:url(#SVGID_00000072973408366956305330000009423529143539897278_);}\t.st1126{fill:url(#SVGID_00000116199822242288006130000007827687143845374643_);}\t.st1127{fill:url(#SVGID_00000064346830197072039370000009894372370660034491_);}\t.st1128{fill:url(#SVGID_00000030453900580572848210000006302715750502961588_);}\t.st1129{fill:url(#SVGID_00000026877872960876513280000015774470824556214696_);}\t.st1130{fill:url(#SVGID_00000171716011737832059530000012521925568136987289_);}\t.st1131{fill:url(#SVGID_00000121977395144481878870000004875224710461324676_);}\t.st1132{fill:url(#SVGID_00000131343675226952029570000009957485624594645950_);}\t.st1133{fill:url(#SVGID_00000143598971901033101140000009350981248306051001_);}\t.st1134{fill:url(#SVGID_00000028290864052705648260000007575185026502632883_);}\t.st1135{fill:url(#SVGID_00000007430705804458144190000005992838278244912318_);}\t.st1136{fill:url(#SVGID_00000143604575380113904340000003829774859513585795_);}\t.st1137{fill:url(#SVGID_00000169535406082019407730000015722233286627829685_);}\t.st1138{fill:url(#SVGID_00000054958425011903661990000017365317432200569219_);}\t.st1139{fill:url(#SVGID_00000099658999765162023900000001725520414411782790_);}\t.st1140{fill:url(#SVGID_00000125597286300873423510000008681000725165742987_);}\t.st1141{fill:url(#SVGID_00000155125924361645615810000016492586091098736795_);}\t.st1142{fill:url(#SVGID_00000116915685214203740320000012549201933587337619_);}\t.st1143{fill:url(#SVGID_00000055704250928582651990000008101713893703366822_);}\t.st1144{fill:url(#SVGID_00000107582362762166505130000000019211138542000061_);}\t.st1145{fill:url(#SVGID_00000165236752673845184620000003820863168896625285_);}\t.st1146{fill:url(#SVGID_00000022522653624974265220000012580753620387512718_);}\t.st1147{fill:url(#SVGID_00000101068568620275228490000004131499552663148423_);}\t.st1148{fill:url(#SVGID_00000176764864832897498600000009059591771223693228_);}\t.st1149{fill:url(#SVGID_00000172440789736575503740000000582013177242944415_);}\t.st1150{fill:url(#SVGID_00000098208413178505279690000014719654277079824569_);}\t.st1151{fill:url(#SVGID_00000144298105107976592040000013963238706791319956_);}\t.st1152{fill:url(#SVGID_00000152261245965781315720000006107500750154949524_);}\t.st1153{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000015324447966682595190000001579338671876875168_);}\t.st1154{fill:url(#SVGID_00000167378978415961983400000003896579705023105981_);}\t.st1155{fill:url(#SVGID_00000145761967831187647100000006709538675563261325_);}\t.st1156{fill:url(#SVGID_00000029757200877714416240000012363179933260553119_);}\t.st1157{fill:url(#SVGID_00000083799262433904096670000000185658934602376340_);}\t.st1158{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000037660760110518136480000004196564627539940024_);}\t.st1159{fill:url(#SVGID_00000069371406321914114310000011332248974852640655_);}\t.st1160{fill:url(#SVGID_00000075149843055068050780000008281762218579940994_);}\t.st1161{fill:url(#SVGID_00000112633824679282977790000011991697118172935089_);}\t.st1162{fill:url(#SVGID_00000038412928911265661840000003450170511594608570_);}\t.st1163{fill:url(#SVGID_00000178193483653227225940000002598723350655725213_);}\t.st1164{fill:url(#SVGID_00000110461164788626669800000006041433896509882022_);}\t.st1165{fill:url(#SVGID_00000180337770251737753140000001085991154881815481_);}\t.st1166{fill:url(#SVGID_00000138542367544589222620000006717063440515278517_);}\t.st1167{fill:url(#SVGID_00000020396105237334140200000016415404847765042365_);}\t.st1168{fill:url(#SVGID_00000053543675107415423670000007279929829692919681_);}\t.st1169{fill:url(#SVGID_00000047738233884398695670000004881447947433966995_);}\t.st1170{fill:url(#SVGID_00000061449217695341269660000000950041200221002149_);}\t.st1171{fill:url(#SVGID_00000111892103549825035150000003704042307597142168_);}\t.st1172{fill:url(#SVGID_00000109709021944793325410000007835296190755167630_);}\t.st1173{fill:url(#SVGID_00000014628222976669855560000006325222167599040445_);}\t.st1174{fill:url(#SVGID_00000019669100992370681180000013021995035146275464_);}\t.st1175{fill:url(#SVGID_00000135670795741758896610000016499488934705341877_);}\t.st1176{fill:url(#SVGID_00000008831476004806665640000008890169881714965925_);}\t.st1177{fill:url(#SVGID_00000096772279178113980640000013898409570955030456_);}\t.st1178{fill:url(#SVGID_00000157281922150157520630000005793646011068961423_);}\t.st1179{fill:url(#SVGID_00000142138256485751122500000010743020569521006271_);}\t.st1180{fill:url(#SVGID_00000137127789862217785830000017562235906432698242_);}\t.st1181{fill:url(#SVGID_00000148624614050573938690000018052330550102836668_);}\t.st1182{fill:url(#SVGID_00000109733095380258236180000012462641291630879124_);}\t.st1183{fill:url(#SVGID_00000121249210342490659140000009525082685510591365_);}\t.st1184{fill:url(#SVGID_00000078002453334886515110000001618328159558297488_);}\t.st1185{fill:url(#SVGID_00000102522696044139548690000017693462190985130129_);}\t.st1186{fill:url(#SVGID_00000111173079312598834740000004284674207702565806_);}\t.st1187{fill:url(#SVGID_00000149358162881690211770000012294031160551832492_);}\t.st1188{fill:url(#SVGID_00000068637410945674535520000003104186323615023038_);}\t.st1189{fill:url(#SVGID_00000058572346615353540430000008620602861406658239_);}\t.st1190{fill:url(#SVGID_00000012452644543292971360000010592998287140732854_);}\t.st1191{fill:url(#SVGID_00000029728157142755554860000012648011621049789878_);}\t.st1192{fill:url(#SVGID_00000008130147781234579300000016237764115847440566_);}\t.st1193{fill:url(#SVGID_00000032607423297857974240000011427159977000903612_);}\t.st1194{fill:url(#SVGID_00000163789335160888421020000004327628599307376020_);}\t.st1195{fill:url(#SVGID_00000100349358122335659770000004888523008444169641_);}\t.st1196{fill:url(#SVGID_00000004513608747507822210000008661469720853468303_);}\t.st1197{fill:url(#SVGID_00000013153901207357456710000001811787956890932894_);}\t.st1198{fill:url(#SVGID_00000174568078780656640860000012206864716549340558_);}\t.st1199{fill:url(#SVGID_00000103235280320110989680000006252704488968025017_);}\t.st1200{fill:url(#SVGID_00000175310853628577424750000007155695812592568248_);}\t.st1201{fill:url(#SVGID_00000014618822056388360430000017309761504429172626_);}\t.st1202{fill:url(#SVGID_00000084525288490606387930000014651918606239881624_);}\t.st1203{fill:url(#SVGID_00000176010346033347985860000008964950069899011769_);}\t.st1204{fill:url(#SVGID_00000029040569191311750220000006134125187297063601_);}\t.st1205{fill:url(#SVGID_00000100372072249581639950000002471505063824317572_);}\t.st1206{fill:url(#SVGID_00000139294600018898791300000010037549232444553376_);}\t.st1207{fill:url(#SVGID_00000016064248157105106880000011380771160289111991_);}\t.st1208{fill:url(#SVGID_00000148650782555117568130000003787398225230814340_);}\t.st1209{fill:url(#SVGID_00000164490091873842731470000000929533785974570127_);}\t.st1210{fill:url(#SVGID_00000032631058414826919120000017142573289666345606_);}\t.st1211{fill:url(#SVGID_00000108269122051949193470000007621621348044677293_);}\t.st1212{fill:url(#SVGID_00000112624198061110155510000017684003247405016496_);}\t.st1213{fill:url(#SVGID_00000091014140302978974430000016380422799092198532_);}\t.st1214{fill:url(#SVGID_00000172399283608327546460000013778679973151563453_);}\t.st1215{fill:url(#SVGID_00000172433759731000805500000011247215927427352747_);}\t.st1216{fill:url(#SVGID_00000168837891175911014360000006735842349076010117_);}\t.st1217{fill:url(#SVGID_00000095307177100312258810000016721287514426890630_);}\t.st1218{fill:url(#SVGID_00000080899861366283389670000016702921438278266261_);}\t.st1219{fill:url(#SVGID_00000147911353628347998990000017261749165236975763_);}\t.st1220{fill:url(#SVGID_00000094594692938848117510000010191652607319654310_);}\t.st1221{fill:url(#SVGID_00000024679899587760916650000012987300283561313696_);}\t.st1222{fill:url(#SVGID_00000114756008990098063050000016471059875017841794_);}\t.st1223{fill:url(#SVGID_00000119108380799582828040000012252146675983379083_);}\t.st1224{fill:url(#SVGID_00000051382433025478660910000008419466483487271331_);}\t.st1225{fill:url(#SVGID_00000173144706048617734480000012401291885861743246_);}\t.st1226{fill:url(#SVGID_00000157284812242938674770000017876698600886992286_);}\t.st1227{fill:url(#SVGID_00000132077621067108903540000018146412548844784785_);}\t.st1228{fill:url(#SVGID_00000093154104623899638480000015641082598752822913_);}\t.st1229{fill:url(#SVGID_00000029725686521678193650000017761105289054440066_);}\t.st1230{fill:url(#SVGID_00000026164646986429240910000010112655922636989589_);}\t.st1231{fill:url(#SVGID_00000068639104924250560800000009649094123888917635_);}\t.st1232{fill:url(#SVGID_00000052805302785365821510000004393586190502065336_);}\t.st1233{fill:url(#SVGID_00000086686433696841195500000007012803975318240426_);}\t.st1234{fill:url(#SVGID_00000169531633316458694150000016755525299294374543_);}\t.st1235{fill:url(#SVGID_00000154394380491844950540000008748448877309533833_);}\t.st1236{fill:url(#SVGID_00000062886741834867740850000014254448718862870683_);}\t.st1237{fill:url(#SVGID_00000080893982586079508940000013847830245961379763_);}\t.st1238{fill:url(#SVGID_00000049941107616594620180000001479717356407280545_);}\t.st1239{fill:url(#SVGID_00000019664571249015707220000004676001461340446118_);}\t.st1240{fill:url(#SVGID_00000041278372137358410870000016682999742922262458_);}\t.st1241{fill:url(#SVGID_00000137823365198654580870000013390445639682864259_);}\t.st1242{fill:url(#SVGID_00000070828893965518054190000013671821027784418215_);}\t.st1243{fill:url(#SVGID_00000145054267175336547350000004322955226120628891_);}\t.st1244{fill:url(#SVGID_00000024692810896448944690000008073078114857642389_);}\t.st1245{fill:url(#SVGID_00000052793839254023505890000000307368047912666288_);}\t.st1246{fill:url(#SVGID_00000100345913653542110780000000105645645512462521_);}\t.st1247{fill:url(#SVGID_00000076599761736519965370000017741138072314825650_);}\t.st1248{fill:url(#SVGID_00000100355173557319033640000004827112292485918353_);}\t.st1249{fill:url(#SVGID_00000043431812818972617830000016277047427513613442_);}\t.st1250{fill:url(#SVGID_00000149367506657784996800000004952401918015594914_);}\t.st1251{fill:url(#SVGID_00000159470724249658878930000004847185461046786947_);}\t.st1252{fill:url(#SVGID_00000110463618371274866490000006300095722826687388_);}\t.st1253{fill:url(#SVGID_00000041976405259118517950000004793072415036651926_);}\t.st1254{fill:url(#SVGID_00000108310229422280909860000000338584367917238177_);}\t.st1255{fill:url(#SVGID_00000171694207299589030220000015114567329296881797_);}\t.st1256{fill:url(#SVGID_00000098210464812459013660000014127576917618341264_);}\t.st1257{fill:url(#SVGID_00000066487491205417197830000003213095683801600959_);}\t.st1258{fill:url(#SVGID_00000147921426710578631240000003935221662051497636_);}\t.st1259{fill:url(#SVGID_00000123408489903955897010000012741729607881003945_);}\t.st1260{fill:url(#SVGID_00000139982132701416188340000008515198319234970531_);}\t.st1261{fill:url(#SVGID_00000124123189713330468450000000895329012886076298_);}\t.st1262{fill:url(#SVGID_00000010290331352613188550000001547061259466739639_);}\t.st1263{fill:url(#SVGID_00000119076796605319129290000003186124223013938083_);}\t.st1264{fill:url(#SVGID_00000051371623757732718330000016776766635578409899_);}\t.st1265{fill:url(#SVGID_00000132080774291917114200000016995472186078195331_);}\t.st1266{fill:url(#SVGID_00000074405648299975929510000013998433609258808202_);}\t.st1267{fill:url(#SVGID_00000137090797715455418430000001342692018172755074_);}\t.st1268{fill:url(#SVGID_00000003102528621938235110000016608092081160736156_);}\t.st1269{fill:url(#SVGID_00000013896911430733515050000016841910955095780775_);}\t.st1270{fill:url(#SVGID_00000111164512366097471870000005694626704225676417_);}\t.st1271{fill:url(#SVGID_00000057138758257164722220000005544730291071011988_);}\t.st1272{fill:url(#SVGID_00000150082588775926791270000002193036533224315543_);}\t.st1273{fill:url(#SVGID_00000176004432209813953910000017068271844285092783_);}\t.st1274{fill:url(#SVGID_00000030479003329870143730000000152104229602833087_);}\t.st1275{fill:url(#SVGID_00000042719964906983956470000017942273278158925449_);}\t.st1276{fill:url(#SVGID_00000143588194975719435000000011862014900111950249_);}\t.st1277{fill:url(#SVGID_00000121239777203916327070000009731507130257531527_);}\t.st1278{fill:url(#SVGID_00000119804554025565726280000000789752545138497422_);}\t.st1279{fill:url(#SVGID_00000125600505837492397210000003341427531695344551_);}\t.st1280{fill:url(#SVGID_00000017483004567747900380000010989841602030079362_);}\t.st1281{fill:url(#SVGID_00000081623124847201488060000002614970041101873306_);}\t.st1282{fill:url(#SVGID_00000112633120548937562770000006747263775193909896_);}\t.st1283{fill:url(#SVGID_00000049196908943312364270000015315556620217484203_);}\t.st1284{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000004545561606237020820000011366421881732896941_);}\t.st1285{fill:url(#SVGID_00000175294757736078517140000009251749853136859296_);}\t.st1286{fill:url(#SVGID_00000156567363102631540520000000357964719842519970_);}\t.st1287{fill:url(#SVGID_00000029021968570044527400000010307860992255806110_);}\t.st1288{fill:url(#SVGID_00000023258213528838677980000002770053292195295879_);}\t.st1289{fill:url(#SVGID_00000116195789030680521090000001198321631983436426_);}\t.st1290{fill:url(#SVGID_00000022542897234938610230000004842566318501329044_);}\t.st1291{fill:url(#SVGID_00000052096859884033081290000016100324028175424429_);}\t.st1292{fill:url(#SVGID_00000031189304104262177590000007902394712950880927_);}\t.st1293{fill:url(#SVGID_00000126289800375093471340000008213253791201121704_);}\t.st1294{fill:url(#SVGID_00000068658325594149722260000016140564741808180151_);}\t.st1295{fill:url(#SVGID_00000060740021752680320740000012589746068380268718_);}\t.st1296{fill:url(#SVGID_00000090274870497891244450000012709398123359246477_);}\t.st1297{fill:#040000;}\t.st1298{fill:url(#SVGID_00000117655226372496476300000004479781521988762282_);}\t.st1299{fill:url(#SVGID_00000178195748584679488300000003028900305600447416_);}\t.st1300{fill:url(#SVGID_00000154414903064941147420000014034314726401066924_);}\t.st1301{fill:url(#SVGID_00000145048522854298534600000016721905321963636865_);}\t.st1302{fill:url(#SVGID_00000026145705169009121340000002577235518176808103_);}\t.st1303{fill:url(#SVGID_00000011711933762905681220000009461262997711647394_);}\t.st1304{fill:url(#SVGID_00000012450947758340636410000014616735968728145849_);}\t.st1305{fill:url(#SVGID_00000111180116675371899710000008339871293906745781_);}\t.st1306{fill:url(#SVGID_00000052090366747221494300000009617331456637974697_);}\t.st1307{fill:url(#SVGID_00000160172712731611866970000004077608368144576150_);}\t.st1308{fill:url(#SVGID_00000137837372148839712690000009755417053302727052_);}\t.st1309{fill:url(#SVGID_00000013914764581064700980000014424029250476248235_);}\t.st1310{fill:url(#SVGID_00000005957118474797162380000004795283291836765873_);}\t.st1311{fill:url(#SVGID_00000058547809490195040870000006116636881038639800_);}\t.st1312{fill:url(#SVGID_00000075848751779926510740000001603355408777202103_);}\t.st1313{fill:url(#SVGID_00000035494433219766524480000018224106796907861182_);}\t.st1314{fill:url(#SVGID_00000106134989697080106700000004919223663350294443_);}\t.st1315{fill:url(#SVGID_00000011016460838151408520000015336556735092132229_);}\t.st1316{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000149363842314179082700000018399884669023996841_);}\t.st1317{fill:url(#SVGID_00000075147111310910935160000001609749930450811582_);}\t.st1318{fill:url(#SVGID_00000129926253449365774700000013042242941500541870_);}\t.st1319{fill:url(#SVGID_00000018231597514265005720000015275609660690068660_);}\t.st1320{fill:url(#SVGID_00000081614086490596669730000003390939769647961750_);}\t.st1321{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000152234706813671263380000016003912723369097092_);}\t.st1322{fill:url(#SVGID_00000181083015455296207260000017505281698011570817_);}\t.st1323{fill:url(#SVGID_00000168109571982343833380000013336783759822825873_);}\t.st1324{fill:url(#SVGID_00000122691836956484857630000008538801287801108120_);}\t.st1325{fill:url(#SVGID_00000155830933589550433660000001055000340376680320_);}\t.st1326{fill:url(#SVGID_00000150816521381385622510000017631180463013727379_);}\t.st1327{fill:url(#SVGID_00000106862593554418461430000012973864751098989192_);}\t.st1328{fill:url(#SVGID_00000139997732802059084740000016384635029770944692_);}\t.st1329{fill:url(#SVGID_00000076582464478147074640000014998333026933965198_);}\t.st1330{fill:url(#SVGID_00000057114363058503383860000004643449819722772633_);}\t.st1331{fill:url(#SVGID_00000034792070408509228930000003836252731771283123_);}\t.st1332{fill:url(#SVGID_00000151530579196472037140000009645855247666371468_);}\t.st1333{fill:url(#SVGID_00000155866248977704978350000010476287912284543622_);}\t.st1334{fill:url(#SVGID_00000063623032487222846830000016761574682136979622_);}\t.st1335{fill:url(#SVGID_00000004505617720130917360000007799873140469301894_);}\t.st1336{fill:url(#SVGID_00000081623786884164182100000002447139760421532033_);}\t.st1337{fill:url(#SVGID_00000091009631035807598140000011073619430301531573_);}\t.st1338{fill:url(#SVGID_00000005236368624714175650000005378461187716320672_);}\t.st1339{fill:url(#SVGID_00000147183948668365302050000008189638073770915769_);}\t.st1340{fill:url(#SVGID_00000009560091904305081800000013190499618103812743_);}\t.st1341{fill:url(#SVGID_00000134227161837492060480000011344517218774537138_);}\t.st1342{fill:url(#SVGID_00000018937420535735894590000001175279259571704757_);}\t.st1343{fill:url(#SVGID_00000091715070077498989930000011631803553790194347_);}\t.st1344{fill:url(#SVGID_00000165925923676119710610000014313625033342479015_);}\t.st1345{fill:url(#SVGID_00000122704214863164404400000003198221317041570707_);}\t.st1346{fill:url(#SVGID_00000132793639495744022350000012440112884574488238_);}\t.st1347{fill:url(#SVGID_00000010268674806308068280000003273588770236083384_);}\t.st1348{fill:url(#SVGID_00000144324804244499304700000017538142969023492795_);}\t.st1349{fill:url(#SVGID_00000045588592409145034400000011340471930878110366_);}\t.st1350{fill:url(#SVGID_00000102502562485082292450000005236508052323469962_);}\t.st1351{fill:url(#SVGID_00000005976760710233967230000013346085728983409830_);}\t.st1352{fill:url(#SVGID_00000089560537317462097520000007210349948567401621_);}\t.st1353{fill:url(#SVGID_00000034067455490407467000000002880874208317429647_);}\t.st1354{fill:url(#SVGID_00000106868060746982462740000008691466612175625918_);}\t.st1355{fill:url(#SVGID_00000047030265224615247870000008393110921941628048_);}\t.st1356{fill:url(#SVGID_00000065045715559502814770000009924632843109304489_);}\t.st1357{fill:url(#SVGID_00000005225684547256226910000016820113144598249877_);}\t.st1358{fill:url(#SVGID_00000043417447805291188020000011284524487170843018_);}\t.st1359{fill:url(#SVGID_00000131345317732962481200000000881285190936357049_);}\t.st1360{fill:url(#SVGID_00000041993880383973594430000007750866764546619544_);}\t.st1361{fill:url(#SVGID_00000106835137923529221840000007390542810240351421_);}\t.st1362{fill:url(#SVGID_00000137130189189787963100000014016913303336353665_);}\t.st1363{fill:url(#SVGID_00000151529257892922068120000017658174463226434226_);}\t.st1364{fill:url(#SVGID_00000155132492381291179240000002499423288168261816_);}\t.st1365{fill:url(#SVGID_00000098212536566497756550000015529941575087034815_);}\t.st1366{fill:url(#SVGID_00000050664177270932507430000012735618906237288064_);}\t.st1367{fill:url(#SVGID_00000108271032328368948430000005829098481118732954_);}\t.st1368{fill:url(#SVGID_00000150813918278441354890000000411998468719983530_);}\t.st1369{fill:url(#SVGID_00000156554318459548313430000015566225315885415339_);}\t.st1370{fill:url(#SVGID_00000010291685823586029710000016037110273864545198_);}\t.st1371{fill:url(#SVGID_00000150084530384960374600000016320126679517099160_);}\t.st1372{fill:url(#SVGID_00000110433714816251522080000004226172344302583436_);}\t.st1373{fill:url(#SVGID_00000016043008925770572660000004713523029032428724_);}\t.st1374{fill:url(#SVGID_00000158741087125072125350000002115838358633957787_);}\t.st1375{fill:url(#SVGID_00000103241767763246813940000014734638378241117096_);}\t.st1376{fill:url(#SVGID_00000052798711955864047610000008536543601278145202_);}\t.st1377{fill:url(#SVGID_00000088120096329148012120000015653909884683754378_);}\t.st1378{fill:url(#SVGID_00000098906797448340250000000003698990232835319732_);}\t.st1379{fill:url(#SVGID_00000176028129689084568240000005379263684616952728_);}\t.st1380{fill:url(#SVGID_00000165212149874885966320000014412533992612809636_);}\t.st1381{fill:url(#SVGID_00000078036987420586692320000012224933484127331517_);}\t.st1382{fill:url(#SVGID_00000148625375783326868290000002839545502212088742_);}\t.st1383{fill:url(#SVGID_00000069392141802526865420000001690169043467340168_);}\t.st1384{fill:url(#SVGID_00000168119372780925916250000001668368664883588761_);}\t.st1385{fill:url(#SVGID_00000098905685909347941710000014330267698679076508_);}\t.st1386{fill:url(#SVGID_00000179642419812374147270000007229231323707249848_);}\t.st1387{fill:url(#SVGID_00000093158454557563008540000015024643092535660946_);}\t.st1388{fill:url(#SVGID_00000007398223785582004580000014342957830290871700_);}\t.st1389{fill:url(#SVGID_00000047777206348317386740000017404757681037711287_);}\t.st1390{fill:url(#SVGID_00000042698756720622223800000017020741838480452751_);}\t.st1391{fill:url(#SVGID_00000060712799724706770640000010059527508474331574_);}\t.st1392{fill:url(#SVGID_00000018918115032586056210000013666733124093869491_);}\t.st1393{fill:url(#SVGID_00000172417042232366704560000004600408419961429137_);}\t.st1394{fill:url(#SVGID_00000050645404434751073730000015936765404362642597_);}\t.st1395{fill:url(#SVGID_00000070819597357359985730000001832229259614907030_);}\t.st1396{fill:url(#SVGID_00000179640196011120535690000009036517477414431914_);}\t.st1397{fill:url(#SVGID_00000165940283609048071260000001537539950492770721_);}\t.st1398{fill:url(#SVGID_00000152956845278850808900000004550338093447924098_);}\t.st1399{fill:url(#SVGID_00000119081662720484817140000001571678827594669224_);}\t.st1400{fill:url(#SVGID_00000029009260824347942060000000693017311974397829_);}\t.st1401{fill:url(#SVGID_00000002371538030879196710000000236742549606921130_);}\t.st1402{fill:url(#SVGID_00000148636054508639959730000013810963063711508884_);}\t.st1403{fill:url(#SVGID_00000050634148157568281140000012614758622771393165_);}\t.st1404{fill:url(#SVGID_00000110452648508111384260000010857133617202912384_);}\t.st1405{fill:url(#SVGID_00000085968919836081030970000004744240640959551657_);}\t.st1406{fill:url(#SVGID_00000070809894014167580220000004706773436663651504_);}\t.st1407{fill:url(#SVGID_00000140004704474703252500000014891138507370045631_);}\t.st1408{fill:url(#SVGID_00000170277658435871737070000004768510318970965925_);}\t.st1409{fill:url(#SVGID_00000042698356018629144590000014853497092578626945_);}\t.st1410{fill:url(#SVGID_00000134213159752326147830000012357162761231209614_);}\t.st1411{fill:url(#SVGID_00000153686476682381508500000005291672002535237001_);}\t.st1412{fill:url(#SVGID_00000180350069715051979530000000911827146239925894_);}\t.st1413{fill:url(#SVGID_00000052811054288296526740000001701647509641918646_);}\t.st1414{fill:url(#SVGID_00000027573374029835291630000000659918676689958054_);}\t.st1415{fill:url(#SVGID_00000134247374338282473650000005747699245664834738_);}\t.st1416{fill:url(#SVGID_00000183939316026055850240000015626056342887899562_);}\t.st1417{fill:url(#SVGID_00000015330998260195510720000001230672274568598410_);}\t.st1418{fill:url(#SVGID_00000052092704995662523610000014204879948340417415_);}\t.st1419{fill:url(#SVGID_00000138538011919611802310000017678084366001959866_);}\t.st1420{fill:url(#SVGID_00000129884032445933018030000014565783784677343107_);}\t.st1421{fill:url(#SVGID_00000090281766696926385890000009588564533082841019_);}\t.st1422{fill:url(#SVGID_00000116220037665543542520000008334668064439690133_);}\t.st1423{fill:url(#SVGID_00000075876521039231928140000003454313346185520786_);}\t.st1424{fill:url(#SVGID_00000183952881826942642380000001130974229677595839_);}\t.st1425{fill:url(#SVGID_00000180328727784125040100000010785519086745326240_);}\t.st1426{fill:url(#SVGID_00000098185508494008262710000001850525708932784831_);}\t.st1427{fill:url(#SVGID_00000069355671416511265030000002949939009186235577_);}\t.st1428{fill:url(#SVGID_00000085932837922508095280000012321584708770314402_);}\t.st1429{fill:url(#SVGID_00000090270221983862555550000004815684966430027655_);}\t.st1430{fill:url(#SVGID_00000051374279644491536270000014775182243749602705_);}\t.st1431{fill:url(#SVGID_00000081624801669609611930000001695263235365348027_);}\t.st1432{fill:url(#SVGID_00000182525552903952530210000007374726603677862040_);}\t.st1433{fill:url(#SVGID_00000018230023273015344840000002793263647279358606_);}\t.st1434{fill:url(#SVGID_00000091017150167398770940000012259492178738440867_);}\t.st1435{fill:url(#SVGID_00000050659931562203118560000007344555118831691413_);}\t.st1436{fill:url(#SVGID_00000085223725850690258830000010534931406239918010_);}\t.st1437{fill:url(#SVGID_00000141420027989941259010000012122436365736573825_);}\t.st1438{fill:url(#SVGID_00000150793506300685350330000004638041706539716285_);}\t.st1439{fill:url(#SVGID_00000114071837649562626600000002507467083102005416_);}\t.st1440{fill:url(#SVGID_00000011730186876799708230000012821274770195243150_);}\t.st1441{fill:url(#SVGID_00000154383583359793218200000000288364370704365981_);}\t.st1442{fill:url(#SVGID_00000179626751736218128750000016906199706711408563_);}\t.st1443{fill:url(#SVGID_00000047018114073536410620000006487826389199871388_);}\t.st1444{fill:url(#SVGID_00000181793785444423782340000016361173825451020969_);}\t.st1445{fill:url(#SVGID_00000180345048888955652200000014986827795131837609_);}\t.st1446{fill:url(#SVGID_00000013905823067775631050000000922408904371583885_);}\t.st1447{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000029019575963768642310000015517466118816606622_);}\t.st1448{fill:url(#SVGID_00000037688269769785419240000002177515796813850027_);}\t.st1449{fill:url(#SVGID_00000129178738855104173390000006258981304712127903_);}\t.st1450{fill:url(#SVGID_00000013183086459996296440000009275941891463766168_);}\t.st1451{fill:url(#SVGID_00000166671117442721168730000003244875881527406995_);}\t.st1452{fill:url(#SVGID_00000011727994890319167030000012786232893812372361_);}\t.st1453{fill:url(#SVGID_00000133525511921691743700000003090238456434227888_);}\t.st1454{fill:url(#SVGID_00000039133437057572425280000011170152923975583616_);}\t.st1455{fill:url(#SVGID_00000019653775473040760800000008554638300363631518_);}\t.st1456{fill:url(#SVGID_00000177470074832455376860000011152146728606117054_);}\t.st1457{fill:url(#SVGID_00000065785997661659713770000011548164194103082633_);}\t.st1458{fill:url(#SVGID_00000072272807698279505760000008525442882241497015_);}\t.st1459{fill:url(#SVGID_00000134961058122587701620000006703294437481258641_);}\t.st1460{fill:url(#SVGID_00000154414781130729533240000001731683753605170604_);}\t.st1461{fill:url(#SVGID_00000171697383786359739100000015024494003948045469_);}\t.st1462{fill:url(#SVGID_00000031923351446519153070000001658119314225488020_);}\t.st1463{fill:url(#SVGID_00000105413944758928841510000005664387833293964981_);}\t.st1464{fill:url(#SVGID_00000013160812284079339140000010663272116165897663_);}\t.st1465{fill:url(#SVGID_00000074441132238826335420000003511856442498940853_);}\t.st1466{fill:url(#SVGID_00000066509901635934014960000010077348083142920604_);}\t.st1467{fill:url(#SVGID_00000090287350527231631320000017425934963337813917_);}\t.st1468{fill:url(#SVGID_00000165223231960465918750000002382789463910867088_);}\t.st1469{fill:url(#SVGID_00000049922234760123041410000007381919366728806811_);}\t.st1470{fill:url(#SVGID_00000163759486777686599210000008791332217099795121_);}\t.st1471{fill:url(#SVGID_00000063619506064196174040000008332585028278104704_);}\t.st1472{fill:url(#SVGID_00000117637606970321332130000012716977937767559094_);}\t.st1473{fill:url(#SVGID_00000164496366813579564550000006008530939573055641_);}\t.st1474{fill:url(#SVGID_00000001655330910628155220000010381290870548861829_);}\t.st1475{fill:url(#SVGID_00000002368293198655402740000003391535032773257137_);}\t.st1476{fill:url(#SVGID_00000105399199984325518380000009696825677135540135_);}\t.st1477{fill:url(#SVGID_00000178885569585455986780000004275190580062349721_);}\t.st1478{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000091697056102502591370000014449319966397931421_);}\t.st1479{fill:url(#SVGID_00000119100247028974581230000013501966702946974884_);}\t.st1480{fill:url(#SVGID_00000079455778885494715770000004149299868048167357_);}\t.st1481{fill:url(#SVGID_00000150066218855264189710000013611254919900226956_);}\t.st1482{fill:url(#SVGID_00000093154776249343859070000016079588311993141124_);}\t.st1483{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000022550077550969954160000016520524175997769652_);}\t.st1484{fill:url(#SVGID_00000013879746198725478600000008661400394036584108_);}\t.st1485{fill:url(#SVGID_00000085944632338900396400000002707863321391036041_);}\t.st1486{fill:url(#SVGID_00000065064011855267960420000014933382636677808270_);}\t.st1487{fill:url(#SVGID_00000138569686336107070990000001763353830470074795_);}\t.st1488{fill:url(#SVGID_00000066473368962780136900000007077949706745706929_);}\t.st1489{fill:url(#SVGID_00000039108189473873206340000007075230038209334146_);}\t.st1490{fill:url(#SVGID_00000121999621608226241440000017892203902793402298_);}\t.st1491{fill:url(#SVGID_00000148645672475086823730000000054050581305415555_);}\t.st1492{fill:url(#SVGID_00000121272305776600993670000008105510259952041395_);}\t.st1493{fill:url(#SVGID_00000116225779352687408380000004101890670410855330_);}\t.st1494{fill:url(#SVGID_00000168105254242581687150000013613772784205773446_);}\t.st1495{fill:url(#SVGID_00000102530734861178119170000012342887507271381903_);}\t.st1496{fill:url(#SVGID_00000121266609886035450690000013139271216015316659_);}\t.st1497{fill:url(#SVGID_00000127018715433480305360000000442153782787562651_);}\t.st1498{fill:url(#SVGID_00000134960129031644024990000001293565395963868546_);}\t.st1499{fill:url(#SVGID_00000008128813211797332560000000261428908603787948_);}\t.st1500{fill:url(#SVGID_00000171704025206198222710000015350952987686052739_);}\t.st1501{fill:url(#SVGID_00000159447284134011972640000008443834062113235592_);}\t.st1502{fill:url(#SVGID_00000173162888865719383000000010660969451193985433_);}\t.st1503{fill:url(#SVGID_00000070818398929147727560000000367381439323290542_);}\t.st1504{fill:url(#SVGID_00000078754564886285471030000003195417030169177244_);}\t.st1505{fill:url(#SVGID_00000067944900157394847090000007514431653096974261_);}\t.st1506{fill:url(#SVGID_00000173882365247666856410000001894968531060005250_);}\t.st1507{fill:url(#SVGID_00000054949289938105821990000002043586338387299511_);}\t.st1508{fill:url(#SVGID_00000085960080782452491110000017318141227550145419_);}\t.st1509{fill:url(#SVGID_00000075881860127921507390000000170035846818600372_);}\t.st1510{fill:url(#SVGID_00000123418483773416948680000005682901228654905237_);}\t.st1511{fill:url(#SVGID_00000034061981691727743730000008099051594437258113_);}\t.st1512{fill:url(#SVGID_00000001622452047726779330000014873583033882941084_);}\t.st1513{fill:url(#SVGID_00000129897053157722571150000011846022574137443223_);}\t.st1514{fill:url(#SVGID_00000160883949272898479200000005051621433122108289_);}\t.st1515{fill:url(#SVGID_00000088102449933621632330000011987705274887155346_);}\t.st1516{fill:url(#SVGID_00000138534938024680095310000010688351282206573722_);}\t.st1517{fill:url(#SVGID_00000062899871900231553820000013385215913905267344_);}\t.st1518{fill:url(#SVGID_00000041282103709458733490000015214468455890794430_);}\t.st1519{fill:url(#SVGID_00000132782160727312381670000010219233657017264812_);}\t.st1520{fill:url(#SVGID_00000117652990306115541570000003569284632329360316_);}\t.st1521{fill:url(#SVGID_00000057841288885638649560000003027496527777822104_);}\t.st1522{fill:url(#SVGID_00000074401847500443606880000002770412748402885042_);}\t.st1523{fill:url(#SVGID_00000098221879790704075530000016469414784322197646_);}\t.st1524{fill:url(#SVGID_00000147196301381717968170000001559583873794121392_);}\t.st1525{fill:url(#SVGID_00000011007209721387000430000006499109847265128114_);}\t.st1526{fill:url(#SVGID_00000056387676948774820300000015611690731159991446_);}\t.st1527{fill:url(#SVGID_00000177461123489912774980000007751219478844923057_);}\t.st1528{fill:url(#SVGID_00000183230262059497400340000015798155404518965407_);}\t.st1529{fill:url(#SVGID_00000126321048176846156910000002602508418960424075_);}\t.st1530{fill:url(#SVGID_00000150804313589636323390000016512780422433701780_);}\t.st1531{fill:url(#SVGID_00000124843417581982111320000006977958089216160702_);}\t.st1532{fill:url(#SVGID_00000046321147522888474070000012986156699930129564_);}\t.st1533{fill:url(#SVGID_00000049939590369399410450000018400142298301750676_);}\t.st1534{fill:url(#SVGID_00000163763198597150738200000000973329713332729767_);}\t.st1535{fill:url(#SVGID_00000121992500746147498700000007448473043221100171_);}\t.st1536{fill:url(#SVGID_00000112603715806251828400000011109069955683244958_);}\t.st1537{fill:url(#SVGID_00000149362355839865651820000013359679511582928256_);}\t.st1538{fill:url(#SVGID_00000093862450835164492380000007838423592621188244_);}\t.st1539{fill:url(#SVGID_00000066490307397006988010000006871050475302186372_);}\t.st1540{fill:url(#SVGID_00000168833480200980532030000014099879714588692116_);}\t.st1541{fill:url(#SVGID_00000163052442044261579930000013201888851871796664_);}\t.st1542{fill:url(#SVGID_00000057868307911347500230000016845703515138817456_);}\t.st1543{fill:url(#SVGID_00000035523983718901720930000005435138275291532174_);}\t.st1544{fill:url(#SVGID_00000152232419061088803060000010228145885030957755_);}\t.st1545{fill:url(#SVGID_00000059287857773002505680000016493037336839274158_);}\t.st1546{fill:url(#SVGID_00000042697519080699961610000000733595847428987280_);}\t.st1547{fill:url(#SVGID_00000164508625224980058960000003294081437276295081_);}\t.st1548{fill:url(#SVGID_00000111904218957037136630000000850854792488350106_);}\t.st1549{fill:url(#SVGID_00000013158997705709276420000017722045070207029924_);}\t.st1550{fill:url(#SVGID_00000029748468878978801130000013787715951495927961_);}\t.st1551{fill:url(#SVGID_00000052793178896734030650000017437537938261138825_);}\t.st1552{fill:url(#SVGID_00000129187698164114592850000013057915048195849611_);}\t.st1553{fill:url(#SVGID_00000145047361197754687910000011709665776582563491_);}\t.st1554{fill:url(#SVGID_00000003068334534626174910000017005224246988935053_);}\t.st1555{fill:url(#SVGID_00000060732040225286192990000004554983116940108220_);}\t.st1556{fill:url(#SVGID_00000039115231908614527670000010227056012717148087_);}\t.st1557{fill:url(#SVGID_00000162351942864076259480000006922455576974883515_);}\t.st1558{fill:url(#SVGID_00000175290127328577329420000003978912936222278324_);}\t.st1559{fill:url(#SVGID_00000142871929364876403240000002702505682415420322_);}\t.st1560{fill:url(#SVGID_00000061444189687457499150000002467114248938504863_);}\t.st1561{fill:url(#SVGID_00000155130358452217591530000018254859754251317910_);}\t.st1562{fill:url(#SVGID_00000130609396928247963300000014920353092177139846_);}\t.st1563{fill:url(#SVGID_00000087411188175377544130000009551903530856032685_);}\t.st1564{fill:url(#SVGID_00000079450796914889408060000000949193864065952394_);}\t.st1565{fill:url(#SVGID_00000142860644051008819930000010752847041320503462_);}\t.st1566{fill:url(#SVGID_00000101064381664747791590000008458065853556809870_);}\t.st1567{fill:url(#SVGID_00000121978130767406137420000010636874140572722604_);}\t.st1568{fill:url(#SVGID_00000072999969559384464650000009747410547190668206_);}\t.st1569{fill:url(#SVGID_00000178174984588681060040000007904359369541852325_);}\t.st1570{fill:url(#SVGID_00000128465741734397976510000014297627554419986089_);}\t.st1571{fill:url(#SVGID_00000145017121474270760550000017438777761625569692_);}\t.st1572{fill:url(#SVGID_00000142885781275856179400000014776857453712257969_);}\t.st1573{fill:url(#SVGID_00000010276821127548966110000002394233132655117243_);}\t.st1574{fill:url(#SVGID_00000124881821866542998610000007107581571853987248_);}\t.st1575{fill:url(#SVGID_00000137817612115533237870000007827668696381748152_);}\t.st1576{fill:url(#SVGID_00000072965469921834234870000009676271383114530218_);}\t.st1577{fill:url(#SVGID_00000005979445006420948990000008785037830803751602_);}\t.st1578{fill:url(#SVGID_00000173850434981711709890000013630820268394682006_);}\t.st1579{fill:url(#SVGID_00000005954009140209027840000001442179752231964607_);}\t.st1580{fill:url(#SVGID_00000068636996673032235230000015959006560968632453_);}\t.st1581{fill:url(#SVGID_00000125578146623396169060000015086403925711604102_);}\t.st1582{fill:url(#SVGID_00000008842284572932908370000010052152042706341041_);}\t.st1583{fill:url(#SVGID_00000162309805513511947610000009455746122472468143_);}\t.st1584{fill:url(#SVGID_00000173863105174233250350000014048832623348924078_);}\t.st1585{fill:url(#SVGID_00000000918990796246805660000013304582181231920794_);}\t.st1586{fill:url(#SVGID_00000096748813903701706870000000059329963236827288_);}\t.st1587{fill:url(#SVGID_00000168117346757132160570000002668370825402706099_);}\t.st1588{fill:url(#SVGID_00000113341926507441966220000009812654660669881993_);}\t.st1589{fill:url(#SVGID_00000090988427261824882200000011224646820182406791_);}\t.st1590{fill:url(#SVGID_00000139255497907652971540000011276270724758604168_);}\t.st1591{fill:url(#SVGID_00000100346122555733947990000007357619683845580217_);}\t.st1592{fill:url(#SVGID_00000116919794424522533810000009098239274630797725_);}\t.st1593{fill:url(#SVGID_00000143616196950381634870000009155236839759327120_);}\t.st1594{fill:url(#SVGID_00000097468641401037845830000005316329529559538083_);}\t.st1595{fill:url(#SVGID_00000146472324385875492590000009246289914209786303_);}\t.st1596{fill:url(#SVGID_00000096776769209242408600000007899992314732233623_);}\t.st1597{fill:url(#SVGID_00000068665813399699021960000002198101853554018997_);}\t.st1598{fill:url(#SVGID_00000117642304439277257440000000242540232770788748_);}\t.st1599{fill:url(#SVGID_00000082342214881370238430000009539774337140618163_);}\t.st1600{fill:url(#SVGID_00000002378547347989734470000012644771043797720507_);}\t.st1601{fill:url(#SVGID_00000103986113954571578570000013534105681522748860_);}\t.st1602{fill:url(#SVGID_00000176757747486531476210000013405859474835326643_);}\t.st1603{fill:url(#SVGID_00000070829243153034361520000002100077815573224080_);}\t.st1604{fill:url(#SVGID_00000124872480336753357290000000771990263979597745_);}\t.st1605{fill:url(#SVGID_00000052825432865504101900000003793034235615132554_);}\t.st1606{fill:url(#SVGID_00000018931461790461147990000001038871915789018779_);}\t.st1607{fill:url(#SVGID_00000063627107941330955310000003717675123096790159_);}\t.st1608{fill:url(#SVGID_00000105410748771905479590000000349238180072767114_);}\t.st1609{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000016044078938322728990000006288136537500988819_);}\t.st1610{fill:url(#SVGID_00000170242105992523957140000016943652765957215926_);}\t.st1611{fill:url(#SVGID_00000070835973702737325150000007757090535765022871_);}\t.st1612{fill:url(#SVGID_00000014636554512485896030000006860371528399519156_);}\t.st1613{fill:url(#SVGID_00000052071943850563074770000006463441622783681979_);}\t.st1614{fill:url(#SVGID_00000011740893987764966380000016657776478875556489_);}\t.st1615{fill:url(#SVGID_00000101790946719709228320000009790314689014199725_);}\t.st1616{fill:url(#SVGID_00000106844258787225805150000009429066824371908511_);}\t.st1617{fill:url(#SVGID_00000111173008196591513690000014442128923622329530_);}\t.st1618{fill:url(#SVGID_00000178190921551894346910000010813217847774098582_);}\t.st1619{fill:url(#SVGID_00000142158788542797529630000009898256509333430448_);}\t.st1620{fill:url(#SVGID_00000021840574354241289360000015826451056622763447_);}\t.st1621{fill:url(#SVGID_00000093159462754739018330000012379315836045757879_);}\t.st1622{fill:url(#SVGID_00000075128008178967828570000005404328001668852922_);}\t.st1623{fill:url(#SVGID_00000136409597313319551550000003490184545946625957_);}\t.st1624{fill:url(#SVGID_00000076564450750330986190000016971989691675499705_);}\t.st1625{fill:url(#SVGID_00000181790252249391314270000010975618484516277396_);}\t.st1626{fill:url(#SVGID_00000101814614718903389640000017459839429966677406_);}\t.st1627{fill:url(#SVGID_00000012463763715881414090000005601919767125480345_);}\t.st1628{fill:url(#SVGID_00000075154470014057516620000008700263247036909228_);}\t.st1629{fill:url(#SVGID_00000026162754822574934330000009410530429578625451_);}\t.st1630{fill:url(#SVGID_00000004531666035690873400000016173957165442312098_);}\t.st1631{fill:url(#SVGID_00000067921219318784472130000010280439307815907753_);}\t.st1632{fill:url(#SVGID_00000066489875949185561120000013500615386836019903_);}\t.st1633{fill:url(#SVGID_00000019644540188729157870000014988772296126800798_);}\t.st1634{fill:url(#SVGID_00000081616965441604219420000008241783328135637427_);}\t.st1635{fill:url(#SVGID_00000054956641696736105870000009466182220350017442_);}\t.st1636{fill:url(#SVGID_00000134960749541382413000000005135137361692764806_);}\t.st1637{fill:url(#SVGID_00000160869126040081997370000014643897718267316619_);}\t.st1638{fill:url(#SVGID_00000114052114233865497000000011743288487058679451_);}\t.st1639{fill:url(#SVGID_00000163032685083932219950000010366450496761831081_);}\t.st1640{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000107573799225819771970000004780500911092629420_);}\t.st1641{fill:url(#SVGID_00000019651258103630341340000008410568396722415769_);}\t.st1642{fill:url(#SVGID_00000051376189167951641860000006505616758989369244_);}\t.st1643{fill:url(#SVGID_00000044150325882362996960000001425200543806740116_);}\t.st1644{fill:url(#SVGID_00000137096895711258763560000010081224576689937592_);}\t.st1645{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000119119294615643976140000012505111513162417589_);}\t.st1646{fill:url(#SVGID_00000104684455849831290370000016332796877993113506_);}\t.st1647{fill:url(#SVGID_00000143596401926067580290000005473603070547527609_);}\t.st1648{fill:url(#SVGID_00000069376827191872332340000013920087889394744240_);}\t.st1649{fill:url(#SVGID_00000127760225891784728940000001966899580057828796_);}\t.st1650{fill:url(#SVGID_00000018221091443699531790000014067529799553995945_);}\t.st1651{fill:url(#SVGID_00000178173513570182475260000017177545861524759716_);}\t.st1652{fill:url(#SVGID_00000106848445962989400740000009285278850680135342_);}\t.st1653{fill:url(#SVGID_00000034058712446966060040000006326735746623509130_);}\t.st1654{fill:url(#SVGID_00000110468197271087347580000016307677398743124400_);}\t.st1655{fill:url(#SVGID_00000075153404186367430500000000734557945395772085_);}\t.st1656{fill:url(#SVGID_00000124860333089084743540000006876877450429499008_);}\t.st1657{fill:url(#SVGID_00000057137192200922399650000013411907161165924232_);}\t.st1658{fill:url(#SVGID_00000111172840808687011510000015405229459642072461_);}\t.st1659{fill:url(#SVGID_00000182491891932891255370000007420258513343695006_);}\t.st1660{fill:url(#SVGID_00000029040992061683180760000013067953083556472738_);}\t.st1661{fill:url(#SVGID_00000126285993478611770220000009270365644392208782_);}\t.st1662{fill:url(#SVGID_00000057130120237178462270000009438938741765541253_);}\t.st1663{fill:url(#SVGID_00000147937630243984481320000009381119054532827833_);}\t.st1664{fill:url(#SVGID_00000143597470136919954370000010779322467473195920_);}\t.st1665{fill:url(#SVGID_00000028309489854448359750000002443598966051189138_);}\t.st1666{fill:url(#SVGID_00000026156932551072798390000006008321226125515930_);}\t.st1667{fill:url(#SVGID_00000037667392734128773860000012576788550452983451_);}\t.st1668{fill:url(#SVGID_00000055699727593644870230000011752635716073148584_);}\t.st1669{fill:url(#SVGID_00000043428339281231848540000003074455848053767608_);}\t.st1670{fill:url(#SVGID_00000172429793770025167580000005568864725238418563_);}\t.st1671{fill:url(#SVGID_00000008863250123215666880000014064971930771846829_);}\t.st1672{fill:url(#SVGID_00000042725972963864592100000010919147456508206772_);}\t.st1673{fill:url(#SVGID_00000036950419808620531600000002260608753215856318_);}\t.st1674{fill:url(#SVGID_00000022539043815109038080000006862344295500577458_);}\t.st1675{fill:url(#SVGID_00000058561991194888167050000014125243147868682402_);}\t.st1676{fill:url(#SVGID_00000140708179269042610160000012927897750777593015_);}\t.st1677{fill:url(#SVGID_00000051352829577456702810000015767911007727761558_);}\t.st1678{fill:url(#SVGID_00000039850813203287825240000009846494751111439547_);}\t.st1679{fill:url(#SVGID_00000031924545002236061730000010594469523476238219_);}\t.st1680{fill:url(#SVGID_00000174565596082519673380000014704403540574235266_);}\t.st1681{fill:url(#SVGID_00000016058694472996455370000000566065123134956450_);}\t.st1682{fill:url(#SVGID_00000139976292961133516350000003354351810561951391_);}\t.st1683{fill:url(#SVGID_00000018228341512138561630000015442446853196555967_);}\t.st1684{fill:url(#SVGID_00000003104861419719542230000014129847708475160238_);}\t.st1685{fill:url(#SVGID_00000173880046696744211970000015811668029899793565_);}\t.st1686{fill:url(#SVGID_00000183216407962404928750000011604753429463147687_);}\t.st1687{fill:url(#SVGID_00000083804464440006265200000016009194934403617154_);}\t.st1688{fill:url(#SVGID_00000163787288199977393850000017623099956004297124_);}\t.st1689{fill:url(#SVGID_00000177484523485931855560000007184205347929397633_);}\t.st1690{fill:url(#SVGID_00000168795214701399053750000001981682480424525697_);}\t.st1691{fill:url(#SVGID_00000067941642732825124650000000534359997195280275_);}\t.st1692{fill:url(#SVGID_00000064312293869760101250000000119302572389174953_);}\t.st1693{fill:url(#SVGID_00000159455796870529213930000007042171562807796147_);}\t.st1694{fill:url(#SVGID_00000154417863760794278780000002301890724565026188_);}\t.st1695{fill:url(#SVGID_00000051379295461152686170000006873048146244915345_);}\t.st1696{fill:url(#SVGID_00000183930649212600215890000005525852385152103841_);}\t.st1697{fill:url(#SVGID_00000152944607650914777750000010641413261845659826_);}\t.st1698{fill:url(#SVGID_00000166648924887613347190000005522556257409944508_);}\t.st1699{fill:url(#SVGID_00000031172908487847830900000015353245330567469497_);}\t.st1700{fill:url(#SVGID_00000170957468894015666530000015936762993427374984_);}\t.st1701{fill:url(#SVGID_00000152983332233071520620000006689625693173949827_);}\t.st1702{fill:url(#SVGID_00000157275904114859169410000016079711749131484594_);}\t.st1703{fill:url(#SVGID_00000085934112972142997040000010746227170464182716_);}\t.st1704{fill:url(#SVGID_00000023281649397733372410000000887420255595991177_);}\t.st1705{fill:url(#SVGID_00000008850067243406782850000017671642837429077924_);}\t.st1706{fill:url(#SVGID_00000132777937349095153260000015030054270725507474_);}\t.st1707{fill:url(#SVGID_00000147916741253575244870000011496517762565509054_);}\t.st1708{fill:url(#SVGID_00000121981687715927765980000011727604892372996248_);}\t.st1709{fill:url(#SVGID_00000075140110706792390910000009780835093477959564_);}\t.st1710{fill:url(#SVGID_00000078041600628495886680000007222078525685252523_);}\t.st1711{fill:url(#SVGID_00000152954021162470058560000007757765690820324798_);}\t.st1712{fill:url(#SVGID_00000005239493871239412440000000177903944946838405_);}\t.st1713{fill:url(#SVGID_00000036931409481620054850000015689879592454496669_);}\t.st1714{fill:url(#SVGID_00000062166236791754801890000008074068207722556546_);}\t.st1715{fill:url(#SVGID_00000093170757908505594630000011959224256853490360_);}\t.st1716{fill:url(#SVGID_00000140706543694012566730000011125349630720779667_);}\t.st1717{fill:url(#SVGID_00000168099764708590932090000008653147303592887448_);}\t.st1718{fill:url(#SVGID_00000134963458322463002660000004890381461363143829_);}\t.st1719{fill:url(#SVGID_00000071526661911011320360000015708891807903181208_);}\t.st1720{fill:url(#SVGID_00000003094386191487950280000012387899269842575512_);}\t.st1721{fill:url(#SVGID_00000165219515613783648310000005009142456603928739_);}\t.st1722{fill:url(#SVGID_00000104664247218032808700000014112108298210997924_);}\t.st1723{fill:url(#SVGID_00000040539502772054942120000013941920965751433117_);}\t.st1724{fill:url(#SVGID_00000100367818685515239250000010027192857760894388_);}\t.st1725{fill:url(#SVGID_00000062177799304264212480000011104147764925078164_);}\t.st1726{fill:url(#SVGID_00000058578173915225410510000005113119114179125693_);}\t.st1727{fill:url(#SVGID_00000073695006698985896410000011368159095754148779_);}\t.st1728{fill:url(#SVGID_00000111901853169247418660000003081363646673262511_);}\t.st1729{fill:url(#SVGID_00000052823968751259072490000007395203928216261053_);}\t.st1730{fill:url(#SVGID_00000140715925495093585090000009571901898549632930_);}\t.st1731{fill:url(#SVGID_00000092435482083056859290000011755417635393837217_);}\t.st1732{fill:url(#SVGID_00000114783658217852338160000000428000456088172958_);}\t.st1733{fill:url(#SVGID_00000170246945564171561330000014817845085304600206_);}\t.st1734{fill:url(#SVGID_00000183937500323092408100000002665959003173704358_);}\t.st1735{fill:url(#SVGID_00000106869918794043292000000003955107927821879973_);}\t.st1736{fill:url(#SVGID_00000136380730031934708000000002268773120460617629_);}\t.st1737{fill:url(#SVGID_00000036970256657305116320000007045128679395460782_);}\t.st1738{fill:url(#SVGID_00000111180288579764641990000015637956294201453740_);}\t.st1739{fill:url(#SVGID_00000048476894117048207340000005127879836353279622_);}\t.st1740{fill:url(#SVGID_00000079452567811961950890000007836232313774853771_);}\t.st1741{fill:url(#SVGID_00000182503674916116672720000012407947304912093333_);}\t.st1742{fill:url(#SVGID_00000053528146690541639340000006958879368073852564_);}\t.st1743{fill:url(#SVGID_00000022542879739500215950000018373125530142400951_);}\t.st1744{fill:url(#SVGID_00000175284331068025746130000015047590611633772213_);}\t.st1745{fill:url(#SVGID_00000005254028666001211640000002357170992047293331_);}\t.st1746{fill:url(#SVGID_00000043457821683309852600000016850027112087617161_);}\t.st1747{fill:url(#SVGID_00000013903149168681157220000006323196108776520101_);}\t.st1748{fill:url(#SVGID_00000044169294371869194190000018342897014746926236_);}\t.st1749{fill:url(#SVGID_00000036960412547968496480000005258643869885288086_);}\t.st1750{fill:url(#SVGID_00000030447382159028997930000010319978817004908703_);}\t.st1751{fill:url(#SVGID_00000005965057013509253910000013097389613691593098_);}\t.st1752{fill:url(#SVGID_00000165927530386608125270000014389208838139638422_);}\t.st1753{fill:url(#SVGID_00000126284241606228946870000007716742254691479466_);}\t.st1754{fill:url(#SVGID_00000123404319006755824690000011244681882177109144_);}\t.st1755{fill:url(#SVGID_00000013879106714007592310000003134430959464829882_);}\t.st1756{fill:url(#SVGID_00000154427225582760581920000015340434029090288002_);}\t.st1757{fill:url(#SVGID_00000087370484052041038860000000597890518352891557_);}\t.st1758{fill:url(#SVGID_00000048473216910859304910000007246399158554117551_);}\t.st1759{fill:url(#SVGID_00000134941432175001260300000014043621600487795841_);}\t.st1760{fill:url(#SVGID_00000109731528803008083500000003134609396415644077_);}\t.st1761{fill:url(#SVGID_00000039813665436694485450000012026765042187840680_);}\t.st1762{fill:url(#SVGID_00000111188197171575608690000007978950427452395678_);}\t.st1763{fill:url(#SVGID_00000016767709350986647320000002898858039354265511_);}\t.st1764{fill:url(#SVGID_00000124874992231504988440000018014834232258456469_);}\t.st1765{fill:url(#SVGID_00000027592767828964531910000000820577594757928877_);}\t.st1766{fill:url(#SVGID_00000090291294408961674170000011694215499595430549_);}\t.st1767{fill:url(#SVGID_00000158720114415063092490000016746439731695712413_);}\t.st1768{fill:url(#SVGID_00000164489400836909755920000000857575962534041482_);}\t.st1769{fill:url(#SVGID_00000158020619845091103690000007176419366460776853_);}\t.st1770{fill:url(#SVGID_00000075870953036887807370000009987244645026764952_);}\t.st1771{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000141430753161945835040000001795631906286928540_);}\t.st1772{fill:url(#SVGID_00000060008260578450159540000010893409725183780996_);}\t.st1773{fill:url(#SVGID_00000037677897557509125560000006573296493558371243_);}\t.st1774{fill:url(#SVGID_00000055704871649955109030000012840707626538693799_);}\t.st1775{fill:url(#SVGID_00000146459903471698388730000004868255764586600355_);}\t.st1776{fill:url(#SVGID_00000170987849924836703810000004075904808578652066_);}\t.st1777{fill:url(#SVGID_00000057837638303042835920000017984069998128568738_);}\t.st1778{fill:url(#SVGID_00000132074865147529670080000017836892079973503167_);}\t.st1779{fill:url(#SVGID_00000081640859098442320320000016123349854671165596_);}\t.st1780{fill:url(#SVGID_00000041295017833973613240000000334865162964635054_);}\t.st1781{fill:url(#SVGID_00000081633964758624203960000014438823940189679800_);}\t.st1782{fill:url(#SVGID_00000079451486276073182620000004848785228267952059_);}\t.st1783{fill:url(#SVGID_00000026138680973569593600000015130468932027349894_);}\t.st1784{fill:url(#SVGID_00000155138045364909502720000011368884753499476631_);}\t.st1785{fill:url(#SVGID_00000086684133653157513270000013849001352771415991_);}\t.st1786{fill:url(#SVGID_00000073692555429309280090000003572950558294088614_);}\t.st1787{fill:url(#SVGID_00000015332355545419345350000015477303621403575199_);}\t.st1788{fill:url(#SVGID_00000134969997831605885410000007677977562782454187_);}\t.st1789{fill:url(#SVGID_00000129195080754400686120000014280985870932311228_);}\t.st1790{fill:url(#SVGID_00000111183660023727299630000014200252807332904325_);}\t.st1791{fill:url(#SVGID_00000070078330826963029730000006583150715604430779_);}\t.st1792{fill:url(#SVGID_00000157295340245570767440000017161329272143313025_);}\t.st1793{fill:url(#SVGID_00000037660514409546374820000009807401921655950736_);}\t.st1794{fill:url(#SVGID_00000114046400768544993850000001377245654233725867_);}\t.st1795{fill:url(#SVGID_00000065068281479530694100000000230802198312506778_);}\t.st1796{fill:url(#SVGID_00000109014693102228768430000018054197903942615957_);}\t.st1797{fill:url(#SVGID_00000095329935413694770420000009033506250939073982_);}\t.st1798{fill:url(#SVGID_00000096747642758050691980000004707865503542093718_);}\t.st1799{fill:url(#SVGID_00000181074918098966444940000007808440829458657430_);}\t.st1800{fill:url(#SVGID_00000161605955265479484590000017229402532041776050_);}\t.st1801{fill:url(#SVGID_00000072265886557569403760000017412366982837400977_);}\t.st1802{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000022555102101509988230000001892263931809246877_);}\t.st1803{fill:url(#SVGID_00000072984953684783833180000005234908498019030714_);}\t.st1804{fill:url(#SVGID_00000121252770303794802570000003914532440173108904_);}\t.st1805{fill:url(#SVGID_00000091728697568286579020000012547212670009823410_);}\t.st1806{fill:url(#SVGID_00000065059343042537328950000005463435141769723304_);}\t.st1807{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000090294675091792793110000003254515633030990997_);}\t.st1808{fill:url(#SVGID_00000164479044060758696510000001099474301000352426_);}\t.st1809{fill:url(#SVGID_00000134228799105092641460000013495771552240458886_);}\t.st1810{fill:url(#SVGID_00000132080700366028074970000014050040737698661555_);}\t.st1811{fill:url(#SVGID_00000060750968300750173280000000402171693473089466_);}\t.st1812{fill:url(#SVGID_00000098196120452482418310000018090257432056959665_);}\t.st1813{fill:url(#SVGID_00000178893436136627149370000007090787458512847778_);}\t.st1814{fill:url(#SVGID_00000029043380492206281480000006433892682385763771_);}\t.st1815{fill:url(#SVGID_00000111158368960911606100000010619090404791883404_);}\t.st1816{fill:url(#SVGID_00000083068076960475696160000001962034416383481738_);}\t.st1817{fill:url(#SVGID_00000070807873501454394140000005171325312968752260_);}\t.st1818{fill:url(#SVGID_00000141432206325017740530000018305529950639169169_);}\t.st1819{fill:url(#SVGID_00000038375532333314123150000007728658827206256306_);}\t.st1820{fill:url(#SVGID_00000145044121021751097690000014682847090459329721_);}\t.st1821{fill:url(#SVGID_00000001626267930027501400000002424005201877410235_);}\t.st1822{fill:url(#SVGID_00000051371969855962666550000000284145751186716574_);}\t.st1823{fill:url(#SVGID_00000149365686886228244720000011112574316057894798_);}\t.st1824{fill:url(#SVGID_00000160884975288470667050000003425863376836663209_);}\t.st1825{fill:url(#SVGID_00000010278833291648454630000004456274574035317893_);}\t.st1826{fill:url(#SVGID_00000008869610871365317810000000961239552015490183_);}\t.st1827{fill:url(#SVGID_00000073705851212854756640000016395585440597392274_);}\t.st1828{fill:url(#SVGID_00000110453886721055252200000001105038505992479167_);}\t.st1829{fill:url(#SVGID_00000027590915663086299400000017854536271812011669_);}\t.st1830{fill:url(#SVGID_00000009576037479820480310000004173766673830784700_);}\t.st1831{fill:url(#SVGID_00000118388549106046597080000009534153195673985711_);}\t.st1832{fill:url(#SVGID_00000050628429767407264770000001452223308840721316_);}\t.st1833{fill:url(#SVGID_00000060032867246639274310000003060311956703915679_);}\t.st1834{fill:url(#SVGID_00000012435522428085179650000011524881817665800609_);}\t.st1835{fill:url(#SVGID_00000155128799248945548000000013874142367400025768_);}\t.st1836{fill:url(#SVGID_00000128446591317460655450000004269578776122380463_);}\t.st1837{fill:url(#SVGID_00000066517097645713762370000008345302278592635053_);}\t.st1838{fill:url(#SVGID_00000104692518984163267050000016451842826388551838_);}\t.st1839{fill:url(#SVGID_00000117636849945864380400000011599549325497263279_);}\t.st1840{fill:url(#SVGID_00000019660539542117910820000017483327750084776857_);}\t.st1841{fill:url(#SVGID_00000081626634934197094930000014371290666499022770_);}\t.st1842{fill:url(#SVGID_00000105403150198767793730000010702302227677425590_);}\t.st1843{fill:url(#SVGID_00000141440754978853207220000004126737017444401831_);}\t.st1844{fill:url(#SVGID_00000171690946740662506740000012619819618907260067_);}\t.st1845{fill:url(#SVGID_00000087382911087748843130000005220132245210543511_);}\t.st1846{fill:url(#SVGID_00000118366784221996503400000012709762962903470474_);}\t.st1847{fill:url(#SVGID_00000132072409644254910210000009978589206498503563_);}\t.st1848{fill:url(#SVGID_00000181794132653219866910000016575545533707451560_);}\t.st1849{fill:url(#SVGID_00000151516216414842795530000002964591557975979199_);}\t.st1850{fill:url(#SVGID_00000037660028506399893810000008242959753413196945_);}\t.st1851{fill:url(#SVGID_00000038382749437294951730000006183970203745718656_);}\t.st1852{fill:url(#SVGID_00000020391567134349587020000002964005911907620747_);}\t.st1853{fill:url(#SVGID_00000003806697468048223540000000693910659133740985_);}\t.st1854{fill:url(#SVGID_00000056405563027043296750000007128089752102502790_);}\t.st1855{fill:url(#SVGID_00000121244119057518695230000004149250739618634375_);}\t.st1856{fill:url(#SVGID_00000182498728852403671750000008075477635972480140_);}\t.st1857{fill:url(#SVGID_00000154399518147651415740000011168333146574805136_);}\t.st1858{fill:url(#SVGID_00000136409856487507282840000009070509116155004303_);}\t.st1859{fill:url(#SVGID_00000029741890340519042990000014280302459543729287_);}\t.st1860{fill:url(#SVGID_00000168091823420299940270000004773078699021693868_);}\t.st1861{fill:url(#SVGID_00000082357553942265602950000011562209476252005789_);}\t.st1862{fill:url(#SVGID_00000009559636485692628890000000345711311656991134_);}\t.st1863{fill:url(#SVGID_00000075858135398985982820000015031742041990539400_);}\t.st1864{fill:url(#SVGID_00000052790919056234923110000004986796650459860372_);}\t.st1865{fill:url(#SVGID_00000023988006425765177760000009757671035556960180_);}\t.st1866{fill:url(#SVGID_00000102541612498709936020000004204614006928408222_);}\t.st1867{fill:url(#SVGID_00000070085094494143387480000013945422496598665635_);}\t.st1868{fill:url(#SVGID_00000016779011743614273820000005656636782380946329_);}\t.st1869{fill:url(#SVGID_00000071539963964113982610000005439019171038968230_);}\t.st1870{fill:url(#SVGID_00000052067353050797313280000015869611641980098230_);}\t.st1871{fill:url(#SVGID_00000036215734271321780860000002324532016502357896_);}\t.st1872{fill:url(#SVGID_00000011744792141994052090000005920047611060586913_);}\t.st1873{fill:url(#SVGID_00000003096020501356293860000005772173944812462513_);}\t.st1874{fill:url(#SVGID_00000016061280749892668750000012779122104588125331_);}\t.st1875{fill:url(#SVGID_00000042015363771717397620000006299732452882709412_);}\t.st1876{fill:url(#SVGID_00000106135210047996766370000016666942132977966509_);}\t.st1877{fill:url(#SVGID_00000000909177242959168430000008620885626545745073_);}\t.st1878{fill:url(#SVGID_00000057870070968679698650000001291330106361520265_);}\t.st1879{fill:url(#SVGID_00000096019602544986652140000009172077594290130606_);}\t.st1880{fill:url(#SVGID_00000001640670076835858030000003392745976025137080_);}\t.st1881{fill:url(#SVGID_00000163049706628081340310000009658776685593228934_);}\t.st1882{fill:url(#SVGID_00000031201072639618250980000007818155105213213865_);}\t.st1883{fill:url(#SVGID_00000176746628298849527310000010860811508796646077_);}\t.st1884{fill:url(#SVGID_00000124145338683229537800000012764530923759306675_);}\t.st1885{fill:url(#SVGID_00000041275328145960975920000001479503584969612177_);}\t.st1886{fill:url(#SVGID_00000026859139408128965000000014361880339458873986_);}\t.st1887{fill:url(#SVGID_00000044175790902993371490000015754350596012891570_);}\t.st1888{fill:url(#SVGID_00000067938688513710868460000015707134684299082136_);}\t.st1889{fill:url(#SVGID_00000039130880848988147210000003845278748933571716_);}\t.st1890{fill:url(#SVGID_00000155860293222498567540000002615349466316159104_);}\t.st1891{fill:url(#SVGID_00000048474788516404406460000001866564104760692366_);}\t.st1892{fill:url(#SVGID_00000147203438744809292650000007959289667946785926_);}\t.st1893{fill:url(#SVGID_00000094595362481630465720000010906348378689890713_);}\t.st1894{fill:url(#SVGID_00000013884706802366956290000002603737051720658321_);}\t.st1895{fill:url(#SVGID_00000137850535887738495850000007220477650770021564_);}\t.st1896{fill:url(#SVGID_00000165953776114570682590000012658118483495577259_);}\t.st1897{fill:url(#SVGID_00000013154239793426027260000007413499800502433410_);}\t.st1898{fill:url(#SVGID_00000142158654263060648450000004814505311538148234_);}\t.st1899{fill:url(#SVGID_00000087379764842688264280000004369670150060991398_);}\t.st1900{fill:url(#SVGID_00000071546493907445872010000002971536687666259087_);}\t.st1901{fill:url(#SVGID_00000004503945118412618000000010776131608267788451_);}\t.st1902{fill:url(#SVGID_00000045591691317836958000000000266497224315521724_);}\t.st1903{fill:url(#SVGID_00000029749249303795529210000005426157555688917910_);}\t.st1904{fill:url(#SVGID_00000087393078786771448110000006624117956178878619_);}\t.st1905{fill:url(#SVGID_00000083069639784763592890000011367035220169779885_);}\t.st1906{fill:url(#SVGID_00000084529209672598445820000016937195055946631566_);}\t.st1907{fill:url(#SVGID_00000001662084417133385000000011819651857662946987_);}\t.st1908{fill:url(#SVGID_00000011733586745874000220000009336433777349166236_);}\t.st1909{fill:url(#SVGID_00000103265110771840147220000011982264726449586845_);}\t.st1910{fill:url(#SVGID_00000129174192883438519530000005668553984706527904_);}\t.st1911{fill:url(#SVGID_00000128465967920755867050000015649180951967266494_);}\t.st1912{fill:url(#SVGID_00000182511578431602190270000000560371334029249929_);}\t.st1913{fill:url(#SVGID_00000129195683602657873480000011096971238905417601_);}\t.st1914{fill:url(#SVGID_00000030481423215930116220000000301104380696850313_);}\t.st1915{fill:url(#SVGID_00000064342959226265853290000014609486853638396087_);}\t.st1916{fill:url(#SVGID_00000124840018453217136680000003761362313550305180_);}\t.st1917{fill:url(#SVGID_00000138567524353431138880000016908445467951999887_);}\t.st1918{fill:url(#SVGID_00000183209570963533871600000004916660458634791582_);}\t.st1919{fill:url(#SVGID_00000013885798968157935220000006354886688736524963_);}\t.st1920{fill:url(#SVGID_00000157996854157868495050000014597709993485065367_);}\t.st1921{fill:url(#SVGID_00000173120844424053385550000003956668113469079731_);}\t.st1922{fill:url(#SVGID_00000027580063156974763550000016968175341934698934_);}\t.st1923{fill:url(#SVGID_00000165201892567276606450000001654897451243146431_);}\t.st1924{fill:url(#SVGID_00000091704396590465295510000017432097505887961776_);}\t.st1925{fill:url(#SVGID_00000104668656977822237970000001683510027578454463_);}\t.st1926{fill:url(#SVGID_00000115499076724468869500000003775273107529109438_);}\t.st1927{fill:url(#SVGID_00000146501803512531547210000005299449706286164127_);}\t.st1928{fill:url(#SVGID_00000004539520531452013530000015537969521500633772_);}\t.st1929{fill:url(#SVGID_00000119801419566339539610000000987355273036438425_);}\t.st1930{fill:url(#SVGID_00000129169375594627962810000012572742502753690537_);}\t.st1931{fill:url(#SVGID_00000098202499686427472500000003865932310887432577_);}\t.st1932{fill:url(#SVGID_00000104679588700711637450000003978309784466175134_);}\t.st1933{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000114070831645033391400000012521406399173976498_);}\t.st1934{fill:url(#SVGID_00000000932930143310508440000000058488312380541839_);}\t.st1935{fill:url(#SVGID_00000122685593539010456090000006491213836445853599_);}\t.st1936{fill:url(#SVGID_00000179618769828829038090000005320696743370781574_);}\t.st1937{fill:url(#SVGID_00000134246962180052612020000017334178777026309805_);}\t.st1938{fill:url(#SVGID_00000062179676284126789780000011363201828389967755_);}\t.st1939{fill:url(#SVGID_00000127040913650045302700000017140167357190339996_);}\t.st1940{fill:url(#SVGID_00000152946019143068582560000010441235004224352942_);}\t.st1941{fill:url(#SVGID_00000054265607582025567300000013844352826427800741_);}\t.st1942{fill:url(#SVGID_00000062152652788480606690000005763767642516924828_);}\t.st1943{fill:url(#SVGID_00000060749750843147326000000014103360708238966150_);}\t.st1944{fill:url(#SVGID_00000158733650734500681120000014438451995298075029_);}\t.st1945{fill:url(#SVGID_00000118365783352661722250000014310200604378955449_);}\t.st1946{fill:url(#SVGID_00000128473136258361363010000000845749188531658112_);}\t.st1947{fill:url(#SVGID_00000000209008459920147890000013528824010635821750_);}\t.st1948{fill:url(#SVGID_00000032612958519886406850000009082588267985862293_);}\t.st1949{fill:url(#SVGID_00000049215223513148423790000001684555650523442078_);}\t.st1950{fill:url(#SVGID_00000085960757483624798900000014672603565262919093_);}\t.st1951{fill:url(#SVGID_00000165201091388309779180000008463092718958730634_);}\t.st1952{fill:url(#SVGID_00000165936300968676904540000003674602632900384688_);}\t.st1953{fill:url(#SVGID_00000030476305610655684140000000473715539824213898_);}\t.st1954{fill:url(#SVGID_00000142171816426901927560000006922828749097346478_);}\t.st1955{fill:url(#SVGID_00000064355093253449904960000010728146893230130610_);}\t.st1956{fill:url(#SVGID_00000168103497233217706100000013268206955787132347_);}\t.st1957{fill:url(#SVGID_00000080191748139450719610000001709461212874933384_);}\t.st1958{fill:url(#SVGID_00000100364109212982085920000015008072134535898266_);}\t.st1959{fill:url(#SVGID_00000124878907062151681850000012412233712479341244_);}\t.st1960{fill:url(#SVGID_00000143594409272445799560000008464145670371367040_);}\t.st1961{fill:url(#SVGID_00000035497434644678087120000005106484056128145553_);}\t.st1962{fill:url(#SVGID_00000141456400223111650260000014610561320403133575_);}\t.st1963{fill:url(#SVGID_00000117666227094413334670000009597158829254829215_);}\t.st1964{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000054963191845822884560000010129382259199868298_);}\t.st1965{fill:url(#SVGID_00000150075274350995377530000007837249861854746767_);}\t.st1966{fill:url(#SVGID_00000116211384739354142010000016829570820470857869_);}\t.st1967{fill:url(#SVGID_00000065061460185113892590000001984207781926821798_);}\t.st1968{fill:url(#SVGID_00000062157547853088765100000003172562195820118173_);}\t.st1969{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000174574950451555757910000013902991957241523864_);}\t.st1970{fill:url(#SVGID_00000114071782415448363600000006324424524093791873_);}\t.st1971{fill:url(#SVGID_00000138531423012349966190000005017816160994584984_);}\t.st1972{fill:url(#SVGID_00000142136126252918294270000014330794865566471072_);}\t.st1973{fill:url(#SVGID_00000096046373932521541430000015314946717633132442_);}\t.st1974{fill:url(#SVGID_00000032621559522463242300000017762329353105415319_);}\t.st1975{fill:url(#SVGID_00000101789576524662158350000006554224527239827647_);}\t.st1976{fill:url(#SVGID_00000128476931709765512040000010798381011613798837_);}\t.st1977{fill:url(#SVGID_00000012440890421277104840000009001770190585900941_);}\t.st1978{fill:url(#SVGID_00000077292303832858958290000003878387870595053715_);}\t.st1979{fill:url(#SVGID_00000136399328958968699040000017008012332875683726_);}\t.st1980{fill:url(#SVGID_00000130605708724580389380000015303385869626617781_);}\t.st1981{fill:url(#SVGID_00000051362710269879797910000008230130771988276156_);}\t.st1982{fill:url(#SVGID_00000142176762962995385510000000400539195894499481_);}\t.st1983{fill:url(#SVGID_00000060731562309249486740000007933667388316369289_);}\t.st1984{fill:url(#SVGID_00000095305760622279559420000012121151445278391945_);}\t.st1985{fill:url(#SVGID_00000054244734032052219870000007927936246886735005_);}\t.st1986{fill:url(#SVGID_00000089571078463394667830000000209106761562191793_);}\t.st1987{fill:url(#SVGID_00000030474462910192631960000015311953789315335355_);}\t.st1988{fill:url(#SVGID_00000049217459261057843460000014017642206939497113_);}\t.st1989{fill:url(#SVGID_00000084496103733638144690000010494381416485642628_);}\t.st1990{fill:url(#SVGID_00000059304095476419405820000004580538405590325413_);}\t.st1991{fill:url(#SVGID_00000048469439773904846080000007624290008134497449_);}\t.st1992{fill:url(#SVGID_00000145780020521122519300000001363757477927360145_);}\t.st1993{fill:url(#SVGID_00000173875029449589620710000010868986519437786019_);}\t.st1994{fill:url(#SVGID_00000174602446914571704100000014789266408051334576_);}\t.st1995{fill:url(#SVGID_00000005971808095750163260000005296335224661364873_);}\t.st1996{fill:url(#SVGID_00000144296158595645159250000005896002006336481664_);}\t.st1997{fill:url(#SVGID_00000059302709723972209170000016628018845710571452_);}\t.st1998{fill:url(#SVGID_00000163074462617126210530000008091580207284199063_);}\t.st1999{fill:url(#SVGID_00000142888871856846462920000002506208025761438615_);}\t.st2000{fill:url(#SVGID_00000106134194567707713020000000349784732119474582_);}\t.st2001{fill:url(#SVGID_00000174571817530319277390000014436150638278741416_);}\t.st2002{fill:url(#SVGID_00000036220047750891537550000016142953578556930183_);}\t.st2003{fill:url(#SVGID_00000093884571201349750810000012046776447947242927_);}\t.st2004{fill:url(#SVGID_00000056386488748932417890000010998143345683328135_);}\t.st2005{fill:url(#SVGID_00000059302221387554669200000012335779282685048210_);}\t.st2006{fill:url(#SVGID_00000016052021293587975250000008678791800313750180_);}\t.st2007{fill:url(#SVGID_00000149380530425839356200000015780475982228889248_);}\t.st2008{fill:url(#SVGID_00000034783999002436556980000006336779388690234287_);}\t.st2009{fill:url(#SVGID_00000074431271970633486210000000483730150858178720_);}\t.st2010{fill:url(#SVGID_00000020395533208797605530000009219157232367847094_);}\t.st2011{fill:url(#SVGID_00000067923825058615520620000000130285728935651219_);}\t.st2012{fill:url(#SVGID_00000115474598249607574080000006731995004219504041_);}\t.st2013{fill:url(#SVGID_00000160880980507995027190000017934437705626833840_);}\t.st2014{fill:url(#SVGID_00000023276222477989988910000008949338367190186379_);}\t.st2015{fill:url(#SVGID_00000139252491790551985590000017872893389850690977_);}\t.st2016{fill:url(#SVGID_00000093172138500291915380000016226615247747376286_);}\t.st2017{fill:url(#SVGID_00000041269848311132875820000017202998480447780533_);}\t.st2018{fill:url(#SVGID_00000025414279970404319140000002644043249656333216_);}\t.st2019{fill:url(#SVGID_00000154395507439030653070000016894272670148185489_);}\t.st2020{fill:url(#SVGID_00000183964949551511977380000007105926053386811069_);}\t.st2021{fill:url(#SVGID_00000160177731804670925000000002109654119291970954_);}\t.st2022{fill:url(#SVGID_00000039825057004246490160000016052241492714407560_);}\t.st2023{fill:url(#SVGID_00000086660844161606651170000012110289761680853130_);}\t.st2024{fill:url(#SVGID_00000118384897641052607880000006709098637810261124_);}\t.st2025{fill:url(#SVGID_00000135674540700760198190000017709139255741412278_);}\t.st2026{fill:url(#SVGID_00000155117787718756341200000003704302521442324355_);}\t.st2027{fill:url(#SVGID_00000002345568065589128860000003713682961005561771_);}\t.st2028{fill:url(#SVGID_00000031204158822875919590000004123494898744960680_);}\t.st2029{fill:url(#SVGID_00000006674338389572536290000001964558287400129665_);}\t.st2030{fill:url(#SVGID_00000011033435266335081600000014925998693848462499_);}\t.st2031{fill:url(#SVGID_00000121983402906081097450000015872508336058063250_);}\t.st2032{fill:url(#SVGID_00000000911570745571694670000017763990642233386668_);}\t.st2033{fill:url(#SVGID_00000133513670902720963150000011664003330199723166_);}\t.st2034{fill:url(#SVGID_00000020385581160079322960000004267792158282246839_);}\t.st2035{fill:url(#SVGID_00000132807879823560163920000010077477934337831082_);}\t.st2036{fill:url(#SVGID_00000054257350612204465620000016605319231135334825_);}\t.st2037{fill:url(#SVGID_00000125570338102891066460000005600407789918985603_);}\t.st2038{fill:url(#SVGID_00000127760282486923918910000013253713182388714941_);}\t.st2039{fill:url(#SVGID_00000117654476202738419800000001930185144425762949_);}\t.st2040{fill:url(#SVGID_00000158710940901026585830000005375904627139452082_);}\t.st2041{fill:url(#SVGID_00000135668945611525695840000011872884311061820085_);}\t.st2042{fill:url(#SVGID_00000166635628465807039520000012130292095963019442_);}\t.st2043{fill:url(#SVGID_00000062188811846520488700000016295204449606941594_);}\t.st2044{fill:url(#SVGID_00000104694711817013807140000009135013180291761835_);}\t.st2045{fill:url(#SVGID_00000016044877446199873390000013543557962731346620_);}\t.st2046{fill:url(#SVGID_00000178189282715088818760000000939782880836362936_);}\t.st2047{fill:url(#SVGID_00000121991154805143044880000010630997395449902720_);}\t.st2048{fill:url(#SVGID_00000126282251131700374190000011934929587735314338_);}\t.st2049{fill:url(#SVGID_00000067935129739027270120000007888755283797722754_);}\t.st2050{fill:url(#SVGID_00000104692105811457762190000016689192437083462272_);}\t.st2051{fill:url(#SVGID_00000111162001045686208440000006748056172387957418_);}\t.st2052{fill:url(#SVGID_00000064345767968325989460000002027043128274623927_);}\t.st2053{fill:url(#SVGID_00000111914125276010793160000009533010582147420081_);}\t.st2054{fill:url(#SVGID_00000167373333908757493380000007963770276916892325_);}\t.st2055{fill:url(#SVGID_00000046298871458623394650000005456787511719015824_);}\t.st2056{fill:url(#SVGID_00000015331891136831826520000004362752941780285833_);}\t.st2057{fill:url(#SVGID_00000144332072717951500220000012271046705890335639_);}\t.st2058{fill:url(#SVGID_00000141421563052798972930000018240936866645677203_);}\t.st2059{fill:url(#SVGID_00000066474624294109819220000013613500851513716138_);}\t.st2060{fill:url(#SVGID_00000136379680565936847730000001472293171294317500_);}\t.st2061{fill:url(#SVGID_00000081615439676029886150000017724421039148049820_);}\t.st2062{fill:url(#SVGID_00000013183819866355132090000002405490472721475464_);}\t.st2063{fill:url(#SVGID_00000114040976289182229840000002885438519763168663_);}\t.st2064{fill:url(#SVGID_00000042724123868429648320000007975882640051804828_);}\t.st2065{fill:url(#SVGID_00000165223485260460125040000005145869182053913235_);}\t.st2066{fill:url(#SVGID_00000093172260243360566470000012810016761815943564_);}\t.st2067{fill:url(#SVGID_00000105386755189190762590000006635169584390716064_);}\t.st2068{fill:url(#SVGID_00000096756206930484717600000005449818585110102182_);}\t.st2069{fill:url(#SVGID_00000155124052150533512950000003141799427291628702_);}\t.st2070{fill:url(#SVGID_00000079450293255026140510000011974088623187616162_);}\t.st2071{fill:url(#SVGID_00000007418059222594449820000004482277812584561058_);}\t.st2072{fill:url(#SVGID_00000100343375119453223920000010627888228766322327_);}\t.st2073{fill:url(#SVGID_00000125566996818659923580000013502257045761532814_);}\t.st2074{fill:url(#SVGID_00000119116672978321268050000003360758601437793179_);}\t.st2075{fill:url(#SVGID_00000163062169992271556030000013016569049966083988_);}\t.st2076{fill:url(#SVGID_00000062903109446604843190000007686177285177832864_);}\t.st2077{fill:url(#SVGID_00000101080735378885528580000009572491738750082479_);}\t.st2078{fill:url(#SVGID_00000127015588015174492270000001523347734645146804_);}\t.st2079{fill:url(#SVGID_00000149363412875167573480000007742940109649456539_);}\t.st2080{fill:url(#SVGID_00000036244054686663667830000017991969704003797947_);}\t.st2081{fill:url(#SVGID_00000000931664549640656040000015568148667056292005_);}\t.st2082{fill:url(#SVGID_00000074431221083790428640000007841455263659668864_);}\t.st2083{fill:url(#SVGID_00000145025189827842170970000004554420254962158755_);}\t.st2084{fill:url(#SVGID_00000130646651789328619530000008135138437721394048_);}\t.st2085{fill:url(#SVGID_00000109744516147674249480000010897581222537356168_);}\t.st2086{fill:url(#SVGID_00000104701025029694004940000013196347021912445362_);}\t.st2087{fill:url(#SVGID_00000101797973302721478680000000254461056922112915_);}\t.st2088{fill:url(#SVGID_00000049193764491380691220000003623529594468177545_);}\t.st2089{fill:url(#SVGID_00000136374227858313196580000004068262184324647865_);}\t.st2090{fill:url(#SVGID_00000003815748776955923260000001445432930736296363_);}\t.st2091{fill:url(#SVGID_00000033351073519529449840000005007282833710229165_);}\t.st2092{fill:url(#SVGID_00000100344680213220808430000010431869921770174130_);}\t.st2093{fill:url(#SVGID_00000008128382228006045420000004230751294863776152_);}\t.st2094{fill:url(#SVGID_00000138568974525019868680000006742443745916424835_);}\t.st2095{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000110469968959636815020000014970882537961471639_);}\t.st2096{fill:url(#SVGID_00000092415766787877524430000004937865304217194902_);}\t.st2097{fill:url(#SVGID_00000027581947745186116090000010370501454787324072_);}\t.st2098{fill:url(#SVGID_00000165217050624123816790000010109616416961899154_);}\t.st2099{fill:url(#SVGID_00000052074146796998846020000006207863471320761775_);}\t.st2100{fill:url(#SVGID_00000039131097502216258550000007253656219151541673_);}\t.st2101{fill:url(#SVGID_00000102528261628431167390000015167502333652321210_);}\t.st2102{fill:url(#SVGID_00000098934151368804157260000006713917010617313409_);}\t.st2103{fill:url(#SVGID_00000079480636902660453810000015267620929175142833_);}\t.st2104{fill:url(#SVGID_00000036222051487293904810000012953393934245908910_);}\t.st2105{fill:url(#SVGID_00000032616560708954735410000007260124090719964587_);}\t.st2106{fill:url(#SVGID_00000121984578164036468870000018189998469787888802_);}\t.st2107{fill:url(#SVGID_00000024001748418798302650000009187301661137309882_);}\t.st2108{fill:url(#SVGID_00000131333707901719664950000003047328052647827129_);}\t.st2109{fill:url(#SVGID_00000023273290880635012750000011657182207134272405_);}\t.st2110{fill:url(#SVGID_00000083057260247836962160000017313545255193412742_);}\t.st2111{fill:url(#SVGID_00000158018714680019415490000012429539931693315765_);}\t.st2112{fill:url(#SVGID_00000046331822104268090960000005288238292471239860_);}\t.st2113{fill:url(#SVGID_00000177446768633331031240000013244791090031843505_);}\t.st2114{fill:url(#SVGID_00000105390427494535817000000001564483750994698920_);}\t.st2115{fill:url(#SVGID_00000099656930102199894520000002969920441859773853_);}\t.st2116{fill:url(#SVGID_00000149348915715299233050000016071994993467553716_);}\t.st2117{fill:url(#SVGID_00000081631345040329105280000006705666970619358621_);}\t.st2118{fill:url(#SVGID_00000103955943850859298120000007949886579379552899_);}\t.st2119{fill:url(#SVGID_00000057843979828339711430000002835601406014186630_);}\t.st2120{fill:url(#SVGID_00000029035892691016824920000010256703688083332748_);}\t.st2121{fill:url(#SVGID_00000072960232572166678950000007799371253315910536_);}\t.st2122{fill:url(#SVGID_00000096042856113626292490000004154246769900974502_);}\t.st2123{fill:url(#SVGID_00000101079882058589686920000004231087819651761553_);}\t.st2124{fill:url(#SVGID_00000128456043010262905980000005431012567633805232_);}\t.st2125{fill:url(#SVGID_00000073681218481482689490000006449849807456848056_);}\t.st2126{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000151532777843263415480000018244289203552849575_);}\t.st2127{fill:url(#SVGID_00000127753007032926209090000015978643349335785144_);}\t.st2128{fill:url(#SVGID_00000105421142746460934260000001049886984716227205_);}\t.st2129{fill:url(#SVGID_00000133518462885885672390000003897912436399325571_);}\t.st2130{fill:url(#SVGID_00000070827593186429253620000004829601986699358627_);}\t.st2131{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000083051709038063598350000011658733967471168920_);}\t.st2132{fill:url(#SVGID_00000157988339791080297500000018361117227571914890_);}\t.st2133{fill:url(#SVGID_00000063616263518162575660000005648270248468735656_);}\t.st2134{fill:url(#SVGID_00000151521952761266466690000015203435660186699137_);}\t.st2135{fill:url(#SVGID_00000057140611849443959210000013379328523910976408_);}\t.st2136{fill:url(#SVGID_00000174596658617277703580000004553977885311591340_);}\t.st2137{fill:url(#SVGID_00000126296008484489136710000009790060364502707125_);}\t.st2138{fill:url(#SVGID_00000127735363767516656630000002861778443643516045_);}\t.st2139{fill:url(#SVGID_00000020382380805722058410000004283123588862944950_);}\t.st2140{fill:url(#SVGID_00000024688547437219491390000005057327223967815809_);}\t.st2141{fill:url(#SVGID_00000047750848650046544380000009740231781991599271_);}\t.st2142{fill:url(#SVGID_00000005269002214701636950000002145262831515790990_);}\t.st2143{fill:url(#SVGID_00000090277619263336604530000002289855110325435838_);}\t.st2144{fill:url(#SVGID_00000124138051194583873610000003400727086715849637_);}\t.st2145{fill:url(#SVGID_00000015315551942003729060000016927525294221795203_);}\t.st2146{fill:url(#SVGID_00000147220015908666936090000006212404366590989226_);}\t.st2147{fill:url(#SVGID_00000016066318345195096440000010549365530685398928_);}\t.st2148{fill:url(#SVGID_00000026154829919010662790000004869272150689393592_);}\t.st2149{fill:url(#SVGID_00000003815174004418219840000000860215473142146725_);}\t.st2150{fill:url(#SVGID_00000075856882776366431970000009470124827351868076_);}\t.st2151{fill:url(#SVGID_00000166653959832700569760000016438545642231835020_);}\t.st2152{fill:url(#SVGID_00000102546747548182708320000010022323302490276262_);}\t.st2153{fill:url(#SVGID_00000075156156838875689040000008984638452563623605_);}\t.st2154{fill:url(#SVGID_00000066474044176644061010000008867081045572351916_);}\t.st2155{fill:url(#SVGID_00000135656974753366961040000015878215675865442188_);}\t.st2156{fill:url(#SVGID_00000049219454218878843720000000455264527384953517_);}\t.st2157{fill:url(#SVGID_00000062165211243255823570000003516903971493355426_);}\t.st2158{fill:url(#SVGID_00000082326336357995864840000009957236517152702389_);}\t.st2159{fill:url(#SVGID_00000089551878389125185290000001341094716383649207_);}\t.st2160{fill:url(#SVGID_00000159437313640231157150000004741686779439566012_);}\t.st2161{fill:url(#SVGID_00000056393699360672592050000000870651279880956552_);}\t.st2162{fill:url(#SVGID_00000106133506827201667300000009105235174600259494_);}\t.st2163{fill:url(#SVGID_00000129175225553700889440000011412285076134860697_);}\t.st2164{fill:url(#SVGID_00000065034798749401327660000003533935065872025761_);}\t.st2165{fill:url(#SVGID_00000117666241594657688980000011972194059619820419_);}\t.st2166{fill:url(#SVGID_00000003101770671777303140000000200377251264581512_);}\t.st2167{fill:url(#SVGID_00000070080664608103956810000017509710735598517658_);}\t.st2168{fill:url(#SVGID_00000106120223121843669830000014692495988321541036_);}\t.st2169{fill:url(#SVGID_00000140010911447239688890000001117032416613493665_);}\t.st2170{fill:url(#SVGID_00000069366608944924981140000014084058669140584083_);}\t.st2171{fill:url(#SVGID_00000150817361477150629270000011704500941912769202_);}\t.st2172{fill:url(#SVGID_00000006668750079236759830000003363494763225626005_);}\t.st2173{fill:url(#SVGID_00000142870529753429904070000012806568144215004295_);}\t.st2174{fill:url(#SVGID_00000129166087467528985020000009316799040148381824_);}\t.st2175{fill:url(#SVGID_00000168090158859228047630000015840881282759262357_);}\t.st2176{fill:url(#SVGID_00000038405862111696918380000006629243422656478638_);}\t.st2177{fill:url(#SVGID_00000025417141408546675190000006053387840023571599_);}\t.st2178{fill:url(#SVGID_00000068651916535810468900000003124856384496011185_);}\t.st2179{fill:url(#SVGID_00000005973164257001230900000005876304446165530545_);}\t.st2180{fill:url(#SVGID_00000172437045502537517050000006907917806031396523_);}\t.st2181{fill:url(#SVGID_00000036963374550770621540000014991320859718571190_);}\t.st2182{fill:url(#SVGID_00000031912134950375482260000001637576714839582123_);}\t.st2183{fill:url(#SVGID_00000168808234213750200650000010324532065096923548_);}\t.st2184{fill:url(#SVGID_00000090273551231919940100000018345436092972929936_);}\t.st2185{fill:url(#SVGID_00000025406790623709171280000017133550317510540440_);}\t.st2186{fill:url(#SVGID_00000135690659706905666690000018086023827546735266_);}\t.st2187{fill:url(#SVGID_00000046336127584961888340000016138294439734164389_);}\t.st2188{fill:url(#SVGID_00000103261409930857531840000018287486973345225119_);}\t.st2189{fill:url(#SVGID_00000124144210499026765750000012492522557873858238_);}\t.st2190{fill:url(#SVGID_00000062899489696784852250000007482079044711195815_);}\t.st2191{fill:url(#SVGID_00000030478458915981928960000002744963614274360204_);}\t.st2192{fill:url(#SVGID_00000088819571818976567680000007119142031121036688_);}\t.st2193{fill:url(#SVGID_00000169532602941719976660000013930041555152836015_);}\t.st2194{fill:url(#SVGID_00000165224373041080545100000006765512897354057108_);}\t.st2195{fill:url(#SVGID_00000114786647549713339260000015328539884589140657_);}\t.st2196{fill:url(#SVGID_00000170975637365548821690000001814406569947679649_);}\t.st2197{fill:url(#SVGID_00000000183704792376248760000004976512152638242975_);}\t.st2198{fill:url(#SVGID_00000057835180863612939050000018134446109973153720_);}\t.st2199{fill:url(#SVGID_00000052826040336143438610000007340149121338765196_);}\t.st2200{fill:url(#SVGID_00000171702222545365221680000008621215185522066825_);}\t.st2201{fill:url(#SVGID_00000099630030319868503520000006052017304390785463_);}\t.st2202{fill:url(#SVGID_00000182490471124485361630000016474722985828278719_);}\t.st2203{fill:url(#SVGID_00000075846998526693684510000004929674757921216175_);}\t.st2204{fill:url(#SVGID_00000177449674077874026800000016439500707943425463_);}\t.st2205{fill:url(#SVGID_00000096739936828679548190000017183474251054503325_);}\t.st2206{fill:url(#SVGID_00000083054202772778445560000017081483520178203045_);}\t.st2207{fill:url(#SVGID_00000013158780917332751560000009085331678234481047_);}\t.st2208{fill:url(#SVGID_00000065040164276668112590000004801332021573619588_);}\t.st2209{fill:url(#SVGID_00000081616606893378046190000005386425185722034048_);}\t.st2210{fill:url(#SVGID_00000101094642467915505390000004778342164375150007_);}\t.st2211{fill:url(#SVGID_00000040575340315010452670000006221748773437806772_);}\t.st2212{fill:url(#SVGID_00000041284372857453545990000005430375022381135264_);}\t.st2213{fill:url(#SVGID_00000031179349720894069430000011765134729380531102_);}\t.st2214{fill:url(#SVGID_00000168084665094442258950000016170469733084548495_);}\t.st2215{fill:url(#SVGID_00000111166548383389464290000015428582109201813401_);}\t.st2216{fill:url(#SVGID_00000180326495926182243450000012447604436807623585_);}\t.st2217{fill:url(#SVGID_00000165227911117876980890000015546043225203720840_);}\t.st2218{fill:url(#SVGID_00000091016532036983371980000010197287320715280820_);}\t.st2219{fill:url(#SVGID_00000116926450324932016890000007564694545912931235_);}\t.st2220{fill:url(#SVGID_00000128469998561795194580000015183661560309579180_);}\t.st2221{fill:url(#SVGID_00000171711648116381676080000014093767052761638579_);}\t.st2222{fill:url(#SVGID_00000047019729028891555100000013055150141612874163_);}\t.st2223{fill:url(#SVGID_00000139983506407471675350000007603785839831009684_);}\t.st2224{fill:url(#SVGID_00000003072927762318333080000015734269788531636649_);}\t.st2225{fill:url(#SVGID_00000123403915230417624360000005090887741508599709_);}\t.st2226{fill:url(#SVGID_00000078762811643611886250000008557416066178007948_);}\t.st2227{fill:url(#SVGID_00000146479333883118512940000010529851934368189099_);}\t.st2228{fill:url(#SVGID_00000117653376461678341480000014784836646330088600_);}\t.st2229{fill:url(#SVGID_00000013878127658694422580000015531624889506205582_);}\t.st2230{fill:url(#SVGID_00000055676203608790610090000000276058073183265948_);}\t.st2231{fill:url(#SVGID_00000061439791692486176940000012590228195589408442_);}\t.st2232{fill:url(#SVGID_00000075843656459558386040000001706149280056499361_);}\t.st2233{fill:url(#SVGID_00000111192753862720970040000002097161489040006814_);}\t.st2234{fill:url(#SVGID_00000167383460220705073100000009910026749216575383_);}\t.st2235{fill:url(#SVGID_00000054238064726101871940000000774987685123642503_);}\t.st2236{fill:url(#SVGID_00000056423083921401037210000015242073923413686669_);}\t.st2237{fill:url(#SVGID_00000041293198591984018650000003457937139487721914_);}\t.st2238{fill:url(#SVGID_00000094591183638892090260000005907069097449604517_);}\t.st2239{fill:url(#SVGID_00000001641596995225604950000006226909956510520725_);}\t.st2240{fill:url(#SVGID_00000013158283169300878090000005946094471504434823_);}\t.st2241{fill:url(#SVGID_00000112633782558927391040000002099471345506003842_);}\t.st2242{fill:url(#SVGID_00000167398408514251754410000005906300784134103984_);}\t.st2243{fill:url(#SVGID_00000135689876269362523500000008613793771737409448_);}\t.st2244{fill:url(#SVGID_00000013184961517658513670000017100829375064275332_);}\t.st2245{fill:url(#SVGID_00000156579428717763613590000004558581988116802490_);}\t.st2246{fill:url(#SVGID_00000038403026839564036360000004054604878431245698_);}\t.st2247{fill:url(#SVGID_00000174585964810521066800000014218063148341929359_);}\t.st2248{fill:url(#SVGID_00000135692483041535450680000011705995643952989342_);}\t.st2249{fill:url(#SVGID_00000150783495853078399310000009977420784689573271_);}\t.st2250{fill:url(#SVGID_00000104666061412637472350000006979857540687178159_);}\t.st2251{fill:url(#SVGID_00000072960587684524410730000011200793846387455673_);}\t.st2252{fill:url(#SVGID_00000079470491138484986900000012340006281063916735_);}\t.st2253{fill:url(#SVGID_00000155142626194335814080000013742834410755950266_);}\t.st2254{fill:url(#SVGID_00000045614356233684674940000002209505731964830905_);}\t.st2255{fill:url(#SVGID_00000085933138307010015530000005785771224722802602_);}\t.st2256{fill:url(#SVGID_00000050649095801075632480000001501158220161152950_);}\t.st2257{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000161626807470124496730000014554896360353599132_);}\t.st2258{fill:url(#SVGID_00000139254019710516281170000005503099368014905528_);}\t.st2259{fill:url(#SVGID_00000021097603565416346240000013057105069851294651_);}\t.st2260{fill:url(#SVGID_00000057868634972174960880000012905850176357447050_);}\t.st2261{fill:url(#SVGID_00000011025217482897025860000001003844462311435413_);}\t.st2262{fill:url(#SVGID_00000046299630450165795580000006329803445512461727_);}\t.st2263{fill:url(#SVGID_00000018220892369678757200000008597790539493047964_);}\t.st2264{fill:url(#SVGID_00000174592199956201693730000008790364097242958773_);}\t.st2265{fill:url(#SVGID_00000061469356832696715550000002260427896328887483_);}\t.st2266{fill:url(#SVGID_00000044888504855919910750000003654515969534868878_);}\t.st2267{fill:url(#SVGID_00000038390477602276226700000017377696781885112252_);}\t.st2268{fill:url(#SVGID_00000098905927744861624290000009691366913619058345_);}\t.st2269{fill:url(#SVGID_00000165202269420837574170000000740330522178759076_);}\t.st2270{fill:url(#SVGID_00000026124485685156838260000008122665876073279896_);}\t.st2271{fill:url(#SVGID_00000170252867926299308070000017342701888682491827_);}\t.st2272{fill:url(#SVGID_00000160161576340431583910000002716552134555726727_);}\t.st2273{fill:url(#SVGID_00000093877761932480610770000008321777814561143178_);}\t.st2274{fill:url(#SVGID_00000053503237814479865900000007857177881693894585_);}\t.st2275{fill:url(#SVGID_00000036957084558060727300000007893363067687598217_);}\t.st2276{fill:url(#SVGID_00000114793285495246103830000013957907564907177398_);}\t.st2277{fill:url(#SVGID_00000130624114248277627100000015302409823242017712_);}\t.st2278{fill:url(#SVGID_00000150103621046278992820000006659672440554961060_);}\t.st2279{fill:url(#SVGID_00000052104101769096110590000001962681292495093678_);}\t.st2280{fill:url(#SVGID_00000059295070346560290480000014760959048239156374_);}\t.st2281{fill:url(#SVGID_00000148655834184116245240000005102459828692659586_);}\t.st2282{fill:url(#SVGID_00000026846422027660724110000012995780613774461866_);}\t.st2283{fill:url(#SVGID_00000102528317125052616950000003359204051626377387_);}\t.st2284{fill:url(#SVGID_00000133502925627587361170000011437502404124200118_);}\t.st2285{fill:url(#SVGID_00000008116743884560850080000014078564335177284225_);}\t.st2286{fill:url(#SVGID_00000166657271545019809270000007207682211568820887_);}\t.st2287{fill:url(#SVGID_00000153695292113420959440000006394703655048949636_);}\t.st2288{fill:url(#SVGID_00000182519638264534624870000016052687848410161330_);}\t.st2289{fill:url(#SVGID_00000058554153649864834100000017568316729726252978_);}\t.st2290{fill:url(#SVGID_00000076573583993968459780000016984845794385060265_);}\t.st2291{fill:url(#SVGID_00000130645901084300658910000008801241988515309448_);}\t.st2292{fill:url(#SVGID_00000131336813831115493870000006543514424283758262_);}\t.st2293{fill:url(#SVGID_00000103973408149485884340000015445320451420000909_);}\t.st2294{fill:url(#SVGID_00000046326101930932549920000007567774962826857392_);}\t.st2295{fill:url(#SVGID_00000065075801751053125930000011592293526296059271_);}\t.st2296{fill:url(#SVGID_00000042006164816968360750000011502616155255055005_);}\t.st2297{fill:url(#SVGID_00000097490532593489365210000006037821211352271285_);}\t.st2298{fill:url(#SVGID_00000013158899765000297840000010255567051224145041_);}\t.st2299{fill:url(#SVGID_00000134961553382929397550000015165013116365989505_);}\t.st2300{fill:url(#SVGID_00000106110147348865220290000000175161556081853865_);}\t.st2301{fill:url(#SVGID_00000086650059842652725550000010363593256732338104_);}\t.st2302{fill:url(#SVGID_00000084491237051183342680000012576692505208735394_);}\t.st2303{fill:url(#SVGID_00000066501216358024151520000014586183367924497851_);}\t.st2304{fill:url(#SVGID_00000153707742919873599810000010678703311007668614_);}\t.st2305{fill:url(#SVGID_00000181058961501196168880000006752852304441637771_);}\t.st2306{fill:url(#SVGID_00000044890763887936777350000010595099623686954886_);}\t.st2307{fill:url(#SVGID_00000036961029931040490660000017973427303261026432_);}\t.st2308{fill:url(#SVGID_00000029014639965377426140000016376010674824375966_);}\t.st2309{fill:url(#SVGID_00000077302222158815868950000008323526359096305828_);}\t.st2310{fill:url(#SVGID_00000108278824063380684370000016446486740491578242_);}\t.st2311{fill:url(#SVGID_00000052100881652327561480000002702710161663918977_);}\t.st2312{fill:url(#SVGID_00000103944692672451384640000016355773473225240463_);}\t.st2313{fill:url(#SVGID_00000049192346428448422430000017691946836137513122_);}\t.st2314{fill:url(#SVGID_00000111179816960788368800000002020977485678548917_);}\t.st2315{fill:url(#SVGID_00000100350430135627414180000009750363470560174482_);}\t.st2316{fill:url(#SVGID_00000110460839624501336370000014501623910555498131_);}\t.st2317{fill:url(#SVGID_00000019667108182451213710000018444349039049849475_);}\t.st2318{fill:url(#SVGID_00000150091993779876344380000016930394238110825376_);}\t.st2319{fill:url(#SVGID_00000002373782916154710360000010039063193764069800_);}\t.st2320{fill:url(#SVGID_00000088847724952213685500000003639737492500082570_);}\t.st2321{fill:url(#SVGID_00000048468761588002737820000013662858536674193041_);}\t.st2322{fill:url(#SVGID_00000025428577117743998000000016033575016738661760_);}\t.st2323{fill:url(#SVGID_00000147218253833770129480000006701878185107492492_);}\t.st2324{fill:url(#SVGID_00000178204303359123465770000010038843246019845550_);}\t.st2325{fill:url(#SVGID_00000146471396444449003640000011124703446623063936_);}\t.st2326{fill:url(#SVGID_00000156557560117842144680000001582792630892881081_);}\t.st2327{fill:url(#SVGID_00000111885098447561926890000002779585709181926818_);}\t.st2328{fill:url(#SVGID_00000048491923030615905590000011909228350470098342_);}\t.st2329{fill:url(#SVGID_00000149375214520288487800000006601108836197831588_);}\t.st2330{fill:url(#SVGID_00000065790611776312773630000012273921098291251094_);}\t.st2331{fill:url(#SVGID_00000174597353867502567570000002272312776483116188_);}\t.st2332{fill:url(#SVGID_00000022550343434768711420000001476774145641318044_);}\t.st2333{fill:url(#SVGID_00000023268744914951729740000016389274523446835893_);}\t.st2334{fill:url(#SVGID_00000152247688139104337840000012714229960651534498_);}\t.st2335{fill:url(#SVGID_00000055683123163928769960000016768153530755506367_);}\t.st2336{fill:url(#SVGID_00000098217395498166966250000004671390532658528150_);}\t.st2337{fill:url(#SVGID_00000070110264193258600900000013607161020695558839_);}\t.st2338{fill:url(#SVGID_00000016038671970735495150000002454335958865907389_);}\t.st2339{fill:url(#SVGID_00000103963431667507920410000014746618318262432390_);}\t.st2340{fill:url(#SVGID_00000035531640357232464950000000455909138029548201_);}\t.st2341{fill:url(#SVGID_00000104685214733572075760000016160740902520613533_);}\t.st2342{fill:url(#SVGID_00000139271428990683495670000001499400774241689218_);}\t.st2343{fill:url(#SVGID_00000145040311771085019700000016371734949917606537_);}\t.st2344{fill:url(#SVGID_00000102532438595369354170000018004251202078264738_);}\t.st2345{fill:url(#SVGID_00000119106849900311548460000001132532718428061611_);}\t.st2346{fill:url(#SVGID_00000085957389410380947900000010745394924013711753_);}\t.st2347{fill:url(#SVGID_00000134230338493770418950000012307381449219009201_);}\t.st2348{fill:url(#SVGID_00000180330155089334968480000000175996193412820132_);}\t.st2349{fill:url(#SVGID_00000060022805611022496960000012804393264136574116_);}\t.st2350{fill:url(#SVGID_00000100345267359104385710000013864413714927063173_);}\t.st2351{fill:url(#SVGID_00000031184399765358522590000015640914185161336761_);}\t.st2352{fill:url(#SVGID_00000166669669014433369510000013757160360738230184_);}\t.st2353{fill:url(#SVGID_00000100344831020008782600000017571613103823714463_);}\t.st2354{fill:url(#SVGID_00000008844835374546762480000004015069800003013539_);}\t.st2355{fill:url(#SVGID_00000104707468287483354330000012361007479920051391_);}\t.st2356{fill:url(#SVGID_00000029020829533156040580000011493510659668350098_);}\t.st2357{fill:url(#SVGID_00000073693760264996583750000002762097562552284088_);}\t.st2358{fill:url(#SVGID_00000000945507712729039490000018150141026645046461_);}\t.st2359{fill:url(#SVGID_00000147899596236239138890000012297165021345374396_);}\t.st2360{fill:url(#SVGID_00000111183444358663239400000000974516639547027347_);}\t.st2361{fill:url(#SVGID_00000064327763935923449160000002033029098586226582_);}\t.st2362{fill:url(#SVGID_00000177474940125602545420000011040937152682677638_);}\t.st2363{fill:url(#SVGID_00000123407405378845401900000012125220268990922626_);}\t.st2364{fill:url(#SVGID_00000151507524391371628770000012493290672564034196_);}\t.st2365{fill:url(#SVGID_00000073685569441411774900000008603878218450555065_);}\t.st2366{fill:url(#SVGID_00000153688310153975923910000003153505746421745303_);}\t.st2367{fill:url(#SVGID_00000094614774834260044180000008867869124781671049_);}\t.st2368{fill:url(#SVGID_00000075151085386577365070000005283735667005566125_);}\t.st2369{fill:url(#SVGID_00000135685789489383788090000012660030635380699029_);}\t.st2370{fill:url(#SVGID_00000178182293570040606960000012873132269305669543_);}\t.st2371{fill:url(#SVGID_00000016790393181090202280000005345207384032824469_);}\t.st2372{fill:url(#SVGID_00000049215857215333882010000010577089103091257250_);}\t.st2373{fill:url(#SVGID_00000010993258165503736940000009651843987142447532_);}\t.st2374{fill:url(#SVGID_00000110467561853023123840000009243857455546371995_);}\t.st2375{fill:url(#SVGID_00000132784724763895734730000015755651098324413109_);}\t.st2376{fill:url(#SVGID_00000054970031696788766240000003974456980086744491_);}\t.st2377{fill:url(#SVGID_00000038385988012006626370000010930637968690770816_);}\t.st2378{fill:url(#SVGID_00000062181925405134418810000017982594155526290835_);}\t.st2379{fill:url(#SVGID_00000095314787643436796670000011240115799429801146_);}\t.st2380{fill:url(#SVGID_00000104668973322229519910000004895588164794251957_);}\t.st2381{fill:url(#SVGID_00000034074546867255000230000006034069750870690702_);}\t.st2382{fill:url(#SVGID_00000009570172351584725010000015295274520955432894_);}\t.st2383{fill:url(#SVGID_00000077325945692816423180000017395578009565017524_);}\t.st2384{fill:url(#SVGID_00000152952396874312758860000015778179362231761542_);}\t.st2385{fill:url(#SVGID_00000108280264771145213390000014768669565161864367_);}\t.st2386{fill:url(#SVGID_00000078020290834289926010000017315102919940578453_);}\t.st2387{fill:url(#SVGID_00000179648159010909122280000013417901913470728864_);}\t.st2388{fill:url(#SVGID_00000031910350420540054680000006233109982044804020_);}\t.st2389{fill:url(#SVGID_00000099661986859925966920000009284502274147985580_);}\t.st2390{fill:url(#SVGID_00000173143313666257135920000005934795168301059459_);}\t.st2391{fill:url(#SVGID_00000165925020219287953520000012495971744156806538_);}\t.st2392{fill:url(#SVGID_00000056424953296415274980000014003784210121202102_);}\t.st2393{fill:url(#SVGID_00000086665586775439860890000010271982877101502135_);}\t.st2394{fill:url(#SVGID_00000033349408674961500640000012310439370099013283_);}\t.st2395{fill:url(#SVGID_00000035520927559751467690000013674151839018314385_);}\t.st2396{fill:url(#SVGID_00000176739343168990607470000005761220134663037075_);}\t.st2397{fill:url(#SVGID_00000132800849054385276220000012570126416997094543_);}\t.st2398{fill:url(#SVGID_00000048489034594000997220000008691801321318433714_);}\t.st2399{fill:url(#SVGID_00000100342495166673991310000010777698901049217422_);}\t.st2400{fill:url(#SVGID_00000134947137680000227400000016424698901359116163_);}\t.st2401{fill:url(#SVGID_00000024693388150882299920000014065945657179980673_);}\t.st2402{fill:url(#SVGID_00000010292390603768686930000014006935840701563025_);}\t.st2403{fill:url(#SVGID_00000052067995434981505980000016760099841179553967_);}\t.st2404{fill:url(#SVGID_00000049202972521796876930000004948864477459786407_);}\t.st2405{fill:url(#SVGID_00000134948607417912551970000006788155231740706717_);}\t.st2406{fill:url(#SVGID_00000096035800432537012970000013762669300004299441_);}\t.st2407{fill:url(#SVGID_00000042007916663181064140000006927000246709365926_);}\t.st2408{fill:url(#SVGID_00000139261451751922165560000012471908081348275107_);}\t.st2409{fill:url(#SVGID_00000068675439567342175610000007280516495310165122_);}\t.st2410{fill:url(#SVGID_00000018195541040666720970000014632224054860230304_);}\t.st2411{fill:url(#SVGID_00000106855418632476345740000008467208845888009396_);}\t.st2412{fill:url(#SVGID_00000040539656887584773350000011522092386161191834_);}\t.st2413{fill:url(#SVGID_00000105412249261567892590000015826185118267451538_);}\t.st2414{fill:url(#SVGID_00000152242676933848511890000008331373197343657656_);}\t.st2415{fill:url(#SVGID_00000030465159895146131190000007911976239020426894_);}\t.st2416{fill:url(#SVGID_00000153692843558685713440000002738111938586767007_);}\t.st2417{fill:url(#SVGID_00000070086912693584935880000008666961094519273112_);}\t.st2418{fill:url(#SVGID_00000135678323719513305450000017622324845996465063_);}\t.st2419{fill:url(#SVGID_00000161616529490231924810000006265957078374276782_);}\t.st2420{fill:url(#SVGID_00000083791125877784168740000006161723477609157506_);}\t.st2421{fill:url(#SVGID_00000109718114197217141450000004286769088106456204_);}\t.st2422{fill:url(#SVGID_00000082326857351230232520000012072976642304187810_);}\t.st2423{fill:url(#SVGID_00000088855512501792195470000016311538883448806590_);}\t.st2424{fill:url(#SVGID_00000146479297268191044890000007019835063818443420_);}\t.st2425{fill:url(#SVGID_00000087389390853167920040000009409251379075065743_);}\t.st2426{fill:url(#SVGID_00000118370331682617320670000013050731577124344254_);}\t.st2427{fill:url(#SVGID_00000111185921994084378160000014798087923315425943_);}\t.st2428{fill:url(#SVGID_00000153677040355862940600000010477530910938853032_);}\t.st2429{fill:url(#SVGID_00000098917334692451117700000009662395351706012068_);}\t.st2430{fill:url(#SVGID_00000033370300303278701300000017210351956483460519_);}\t.st2431{fill:url(#SVGID_00000178915884754007228230000016620785600810380475_);}\t.st2432{fill:url(#SVGID_00000074433427370353017830000007411418561372875929_);}\t.st2433{fill:url(#SVGID_00000025438889851564048880000014117755301766905248_);}\t.st2434{fill:url(#SVGID_00000048484896170396578680000007981934941267030416_);}\t.st2435{fill:url(#SVGID_00000078010179278765562980000010992691619217224334_);}\t.st2436{fill:url(#SVGID_00000144327244665850378410000003434147581922635140_);}\t.st2437{fill:url(#SVGID_00000012451598583682554610000017637210560870063509_);}\t.st2438{fill:url(#SVGID_00000032625933506166668340000005461324383573012120_);}\t.st2439{fill:url(#SVGID_00000103959836275566113480000015740067753323793843_);}\t.st2440{fill:url(#SVGID_00000058569395214292018010000014422849326559862677_);}\t.st2441{fill:url(#SVGID_00000142875631620021889440000013539162702733258383_);}\t.st2442{fill:url(#SVGID_00000060709223179834618500000008328425762288648613_);}\t.st2443{fill:url(#SVGID_00000079456370403897173530000004227490872539026595_);}\t.st2444{fill:url(#SVGID_00000151533873244715112270000001397628779725370025_);}\t.st2445{fill:url(#SVGID_00000028323563533950562650000000016420448686787504_);}\t.st2446{fill:url(#SVGID_00000136410233320017981030000007743673669626070947_);}\t.st2447{fill:url(#SVGID_00000083083628937151950250000017416823438201196676_);}\t.st2448{fill:url(#SVGID_00000010275809333344070790000018196065324791758976_);}\t.st2449{fill:url(#SVGID_00000025419041849169076810000010429695503791515305_);}\t.st2450{fill:url(#SVGID_00000014621733779486653140000006838151073197979575_);}\t.st2451{fill:url(#SVGID_00000163785843422725770690000017117956506919056310_);}\t.st2452{fill:url(#SVGID_00000063615889564537605310000012117174819688850103_);}\t.st2453{fill:url(#SVGID_00000072261264783584605550000010658159560916491171_);}\t.st2454{fill:url(#SVGID_00000174596415598401874250000011131962029499738291_);}\t.st2455{fill:url(#SVGID_00000075132307224265876510000004384866806041577873_);}\t.st2456{fill:url(#SVGID_00000162334305719064137630000011713486089887864449_);}\t.st2457{fill:url(#SVGID_00000124883191866600289810000010383923601662081666_);}\t.st2458{fill:url(#SVGID_00000005962149308033503060000000611428325885472693_);}\t.st2459{fill:url(#SVGID_00000149341964716914012910000016502188360041211318_);}\t.st2460{fill:url(#SVGID_00000138544076432051495170000004992722021665513876_);}\t.st2461{fill:url(#SVGID_00000145052168572674038270000018005072816895839637_);}\t.st2462{fill:url(#SVGID_00000144303121096548925150000012346432355647358125_);}\t.st2463{fill:url(#SVGID_00000005246610721822892400000017291058568267174334_);}\t.st2464{fill:url(#SVGID_00000171694664787030938640000013565179045451214772_);}\t.st2465{fill:url(#SVGID_00000105405887373534379160000008705458824200611719_);}\t.st2466{fill:url(#SVGID_00000181048706593853335410000009842848702789159336_);}\t.st2467{fill:url(#SVGID_00000039835423526623129510000005718068206328542891_);}\t.st2468{fill:url(#SVGID_00000036217756303616128590000006591129637578380419_);}\t.st2469{fill:url(#SVGID_00000154399538355643674240000000987957701425717438_);}\t.st2470{fill:url(#SVGID_00000082352768106642542510000016274318199299291281_);}\t.st2471{fill:url(#SVGID_00000168101833776146700840000015924121458417994116_);}\t.st2472{fill:url(#SVGID_00000104665197792423488440000002901183930371751349_);}\t.st2473{fill:url(#SVGID_00000011022542430357228600000006147220595270196877_);}\t.st2474{fill:url(#SVGID_00000050629016390852961610000001245002471923829169_);}\t.st2475{fill:url(#SVGID_00000037683063188523975210000006250203643030476425_);}\t.st2476{fill:url(#SVGID_00000105423365929181822390000011326124307986562689_);}\t.st2477{fill:url(#SVGID_00000152986100082726545580000010527416907255381898_);}\t.st2478{fill:url(#SVGID_00000023987237901466308590000001235497501660339632_);}\t.st2479{fill:url(#SVGID_00000040559344009257048430000017170670323586296715_);}\t.st2480{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000150789914491297115500000000908175097662817203_);}\t.st2481{fill:url(#SVGID_00000040544988533360987710000010264640205870039200_);}\t.st2482{fill:url(#SVGID_00000177461788385460624260000016765887757558310807_);}\t.st2483{fill:url(#SVGID_00000064337093744712191510000009002980391185427873_);}\t.st2484{fill:url(#SVGID_00000087374697034110139460000012988240208972216490_);}\t.st2485{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000145750143897958104770000004306995956725397405_);}\t.st2486{fill:url(#SVGID_00000183946357315457480200000001276045399901086397_);}\t.st2487{fill:url(#SVGID_00000168091652020825723730000008254882317657757338_);}\t.st2488{fill:url(#SVGID_00000039135236915423373330000013065795549465531051_);}\t.st2489{fill:url(#SVGID_00000174578949480093773050000005668250176090763196_);}\t.st2490{fill:url(#SVGID_00000060718514790417737600000009892662912011016328_);}\t.st2491{fill:url(#SVGID_00000178901530130456495270000007347477941839411875_);}\t.st2492{fill:url(#SVGID_00000157271004769868575120000015517958216884174496_);}\t.st2493{fill:url(#SVGID_00000040558790091003862030000014221233857275101834_);}\t.st2494{fill:url(#SVGID_00000009548049817259521220000010277712187913785476_);}\t.st2495{fill:url(#SVGID_00000008827225721440593830000002612612025275632297_);}\t.st2496{fill:url(#SVGID_00000139260764383305369330000013967719302029129623_);}\t.st2497{fill:url(#SVGID_00000052821299942366260210000005562046868145243060_);}\t.st2498{fill:url(#SVGID_00000142153853367806218760000017879419543202956444_);}\t.st2499{fill:url(#SVGID_00000098931383314013004200000011236335640169482926_);}\t.st2500{fill:url(#SVGID_00000157992180050597643050000010686816132995624380_);}\t.st2501{fill:url(#SVGID_00000016791577052729048820000007390265246561842847_);}\t.st2502{fill:url(#SVGID_00000041254810099067507780000002987794278756701584_);}\t.st2503{fill:url(#SVGID_00000048482266964262759310000016674583765159094917_);}\t.st2504{fill:url(#SVGID_00000049223871853312466320000002326798978965196445_);}\t.st2505{fill:url(#SVGID_00000036970249294734775360000002813051719676056961_);}\t.st2506{fill:url(#SVGID_00000147183255891876107010000015929408020863755421_);}\t.st2507{fill:url(#SVGID_00000093164277587052126030000010174461548235545509_);}\t.st2508{fill:url(#SVGID_00000175281816275887974370000002984709199403892880_);}\t.st2509{fill:url(#SVGID_00000001662602107261556820000016232313450184533152_);}\t.st2510{fill:url(#SVGID_00000155142972112382549190000014107545903312674733_);}\t.st2511{fill:url(#SVGID_00000042007212270696041140000002537571810430070665_);}\t.st2512{fill:url(#SVGID_00000177485099626181246010000014471990768915746695_);}\t.st2513{fill:url(#SVGID_00000002372672678942776270000004161385697387634875_);}\t.st2514{fill:url(#SVGID_00000096763587464167178850000007364929130653403581_);}\t.st2515{fill:url(#SVGID_00000040542358658472066670000009106921383391724221_);}\t.st2516{fill:url(#SVGID_00000091711405499797526400000005750838317560600222_);}\t.st2517{fill:url(#SVGID_00000176035769555173768610000014721163071821829011_);}\t.st2518{fill:url(#SVGID_00000066512731906273618260000000631739661581529225_);}\t.st2519{fill:url(#SVGID_00000132055844729677435970000017958674026730263995_);}\t.st2520{fill:url(#SVGID_00000169516247895602480820000015754249606628935049_);}\t.st2521{fill:url(#SVGID_00000032618283574200803020000006283123691556342193_);}\t.st2522{fill:url(#SVGID_00000052089786843511777870000010010430571501192895_);}\t.st2523{fill:url(#SVGID_00000085969620650477202150000002791413570682117514_);}\t.st2524{fill:url(#SVGID_00000034056023757224386130000009526316903739464094_);}\t.st2525{fill:url(#SVGID_00000000214876197979086740000007027290688702900655_);}\t.st2526{fill:url(#SVGID_00000086661849549190400440000012035962543532749998_);}\t.st2527{fill:url(#SVGID_00000170252588507396511020000004270104009622321802_);}\t.st2528{fill:url(#SVGID_00000097479006585159348460000009335521533871803539_);}\t.st2529{fill:url(#SVGID_00000124156893451068784140000000072918707489423806_);}\t.st2530{fill:url(#SVGID_00000072961814164375398250000004060392407274242725_);}\t.st2531{fill:url(#SVGID_00000042698685450538427120000018057182525066504110_);}\t.st2532{fill:url(#SVGID_00000084506339413931772250000011662165176098611598_);}\t.st2533{fill:url(#SVGID_00000069371118247832783440000014347001631669748649_);}\t.st2534{fill:url(#SVGID_00000176002019407709370430000013973016362768389035_);}\t.st2535{fill:url(#SVGID_00000143612094872438678910000006981323133471807893_);}\t.st2536{fill:url(#SVGID_00000142896680009496104620000010046953206982221722_);}\t.st2537{fill:url(#SVGID_00000129163950981169463400000009361219654061251207_);}\t.st2538{fill:url(#SVGID_00000000923401233682759760000018056022335275706555_);}\t.st2539{fill:url(#SVGID_00000143609724814198009800000008750355645416639894_);}\t.st2540{fill:url(#SVGID_00000048484616084616061350000017456909665668909757_);}\t.st2541{fill:url(#SVGID_00000163794680202532510340000009307210948721266078_);}\t.st2542{fill:url(#SVGID_00000041977972804026484220000001770733465107762835_);}\t.st2543{fill:url(#SVGID_00000090258556635437482060000006538359554932894345_);}\t.st2544{fill:url(#SVGID_00000147200625665125977520000010632056734476911255_);}\t.st2545{fill:url(#SVGID_00000151524280255214823370000016097748546400168854_);}\t.st2546{fill:url(#SVGID_00000016758669532655022850000002942371930852805798_);}\t.st2547{fill:url(#SVGID_00000040568247180442177760000011027887621525260465_);}\t.st2548{fill:url(#SVGID_00000060745920925093998980000007102241824430979234_);}\t.st2549{fill:url(#SVGID_00000098189067163610002110000012265373367552724911_);}\t.st2550{fill:url(#SVGID_00000096057162694469462970000013367043533054629302_);}\t.st2551{fill:url(#SVGID_00000114769672438733032490000015389886206916441005_);}\t.st2552{fill:url(#SVGID_00000004528224511772308470000015692381205565918398_);}\t.st2553{fill:url(#SVGID_00000006678005001110488330000017390346486076273828_);}\t.st2554{fill:url(#SVGID_00000003063956446972271450000015008212910600326825_);}\t.st2555{fill:url(#SVGID_00000065774971200699029140000017734310464516037292_);}\t.st2556{fill:url(#SVGID_00000178192716712383325000000008711727020024664465_);}\t.st2557{fill:url(#SVGID_00000167395167738619945060000017402444506902375313_);}\t.st2558{fill:url(#SVGID_00000076605716938723897860000003679565794252068772_);}\t.st2559{fill:url(#SVGID_00000079447188414841881170000009150524572510073248_);}\t.st2560{fill:url(#SVGID_00000166669611861797681930000014582257150682062767_);}\t.st2561{fill:url(#SVGID_00000046297915531727082540000012095042261526865283_);}\t.st2562{fill:url(#SVGID_00000051341918037032606510000001661819351899348408_);}\t.st2563{fill:url(#SVGID_00000128459659365690248120000005942430716236940173_);}\t.st2564{fill:url(#SVGID_00000146485844344409880290000017286321453606752155_);}\t.st2565{fill:url(#SVGID_00000178164768467456520880000012204791575719815840_);}\t.st2566{fill:url(#SVGID_00000158711711954995332580000013586479186417957783_);}\t.st2567{fill:url(#SVGID_00000075155075687241379010000012041362920460881808_);}\t.st2568{fill:url(#SVGID_00000156569033579256817720000006009747931319112380_);}\t.st2569{fill:url(#SVGID_00000050665019592670966900000014730764667947739060_);}\t.st2570{fill:url(#SVGID_00000020375745599986434150000015193380260893974148_);}\t.st2571{fill:url(#SVGID_00000056402256720914828400000009958587681711425707_);}\t.st2572{fill:url(#SVGID_00000146498043297157162890000000698479310351006642_);}\t.st2573{fill:url(#SVGID_00000029734646151260765800000008837229104955356597_);}\t.st2574{fill:url(#SVGID_00000080180067149187335800000014324544781967311751_);}\t.st2575{fill:url(#SVGID_00000157987432811044271580000013870195723775547820_);}\t.st2576{fill:url(#SVGID_00000161595073781375429010000017743468744711614093_);}\t.st2577{fill:url(#SVGID_00000062881754746161047120000015993778611044552579_);}\t.st2578{fill:url(#SVGID_00000026849533531589979350000004895169724618512532_);}\t.st2579{fill:url(#SVGID_00000083798296634520356670000001146786468027217564_);}\t.st2580{fill:url(#SVGID_00000159463821092542423140000012508844653431114915_);}\t.st2581{fill:url(#SVGID_00000150809230601036167140000017779863940578235290_);}\t.st2582{fill:url(#SVGID_00000048482224015020585370000005536244668265485239_);}\t.st2583{fill:url(#SVGID_00000082346506292781396820000004989643654843820419_);}\t.st2584{fill:url(#SVGID_00000122678337492227518560000008319009093005815216_);}\t.st2585{fill:url(#SVGID_00000065796811917177528140000015295433538046249621_);}\t.st2586{fill:url(#SVGID_00000148637940472935268220000011023109499935675562_);}\t.st2587{fill:url(#SVGID_00000080914573511409011910000013464538637055459225_);}\t.st2588{fill:url(#SVGID_00000109020713542462510770000010963236992143297923_);}\t.st2589{fill:url(#SVGID_00000085213090764714193930000002705860977579279283_);}\t.st2590{fill:url(#SVGID_00000016058933460131882540000001826257307007467444_);}\t.st2591{fill:url(#SVGID_00000064318102869631707110000017551375664686911160_);}\t.st2592{fill:url(#SVGID_00000098943631899993462590000001497499943112281999_);}\t.st2593{fill:url(#SVGID_00000158713981343418716710000005598726083639855292_);}\t.st2594{fill:url(#SVGID_00000009560686896935270840000012473513160567679114_);}\t.st2595{fill:url(#SVGID_00000085230106205429147060000006803487699283689888_);}\t.st2596{fill:url(#SVGID_00000044176901019591054760000005566096298910578836_);}\t.st2597{fill:url(#SVGID_00000040552668450888363710000001903907031009403788_);}\t.st2598{fill:url(#SVGID_00000126325395882831454830000006643567282470882977_);}\t.st2599{fill:url(#SVGID_00000134216083456053796270000015277485031669210301_);}\t.st2600{fill:url(#SVGID_00000091009064195637243900000014572633530762721961_);}\t.st2601{fill:url(#SVGID_00000093138410274375603830000007634725329715116702_);}\t.st2602{fill:url(#SVGID_00000096017578330628416470000017943927984571786390_);}\t.st2603{fill:url(#SVGID_00000104680267456450128010000005580282477568841604_);}\t.st2604{fill:url(#SVGID_00000133527306434831667960000008590729242652715407_);}\t.st2605{fill:url(#SVGID_00000076561525274766036840000002632290673634955405_);}\t.st2606{fill:url(#SVGID_00000176019492491258874500000014282743079375703187_);}\t.st2607{fill:url(#SVGID_00000127753146579691365650000005744014165057449124_);}\t.st2608{fill:url(#SVGID_00000080173445530937933280000013026774504042457991_);}\t.st2609{fill:url(#SVGID_00000031887178761421443100000011766049343392918964_);}\t.st2610{fill:url(#SVGID_00000106119229782745050520000003966683517261622404_);}\t.st2611{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_00000165940193540702829890000007151537090102781374_);}\t.st2612{fill:url(#SVGID_00000122695757963443592080000000436079608393750926_);}\t.st2613{fill:url(#SVGID_00000060720494566722771040000010726357696996123310_);}\t.st2614{fill:url(#SVGID_00000027591180658911898170000000380224604663004315_);}\t.st2615{fill:url(#SVGID_00000082336982556250744190000001213758603918019248_);}\t.st2616{fill:url(#SVGID_00000016796716962275709530000013042154647759924611_);}\t.st2617{fill:url(#SVGID_00000031176169729016812520000011622967822186738569_);}\t.st2618{fill:url(#SVGID_00000039117317428622120480000005977708827821520009_);}\t.st2619{fill:url(#SVGID_00000002373369549065480330000016201099794462734763_);}\t.st2620{fill:url(#SVGID_00000172435857683850170380000000041599853505330594_);}\t.st2621{fill:url(#SVGID_00000021799308800944309630000015555139976602022055_);}\t.st2622{fill:url(#SVGID_00000053521907832772273710000001302686724072995496_);}\t.st2623{fill:url(#SVGID_00000147207855495123846780000000549651280563452839_);}\t.st2624{fill:url(#SVGID_00000093863960370729332530000009312643026539027897_);}\t.st2625{fill:url(#SVGID_00000047031194421123706660000009485646584415800207_);}\t.st2626{fill:url(#SVGID_00000168801652750354918250000010650796758077505668_);}\t.st2627{fill:url(#SVGID_00000108277239776292172910000003308265974240970888_);}\t.st2628{fill:url(#SVGID_00000037663556338669556820000003698052471176721321_);}\t.st2629{fill:url(#SVGID_00000031196872758183297460000010718771858728092862_);}\t.st2630{fill:url(#SVGID_00000132052245037818808930000005174997061917244084_);}\t.st2631{fill:url(#SVGID_00000048488117350412664570000007728744973124806845_);}\t.st2632{fill:url(#SVGID_00000078766836110857127620000009211084173960417725_);}\t.st2633{fill:url(#SVGID_00000078037665566201979030000008202114279089328806_);}\t.st2634{fill:url(#SVGID_00000178206881699116708740000003089942609457419711_);}\t.st2635{fill:url(#SVGID_00000068658644804300074470000000080668599008525720_);}\t.st2636{fill:url(#SVGID_00000016794387540259845380000008774930311040978599_);}\t.st2637{fill:url(#SVGID_00000000935092512141770030000015286176186941122966_);}\t.st2638{fill:url(#SVGID_00000062890083390385351980000004120263594351019392_);}\t.st2639{fill:url(#SVGID_00000170999180213348178920000014294553026390972313_);}\t.st2640{fill:url(#SVGID_00000019675536674304966700000017597881570959369913_);}\t.st2641{fill:url(#SVGID_00000146464377452393051230000014397511649233318794_);}\t.st2642{fill:url(#SVGID_00000140715541075781555480000009401788449215399097_);}\t.st2643{fill:url(#SVGID_00000016049274998688499710000016807617825770789774_);}\t.st2644{fill:url(#SVGID_00000022529960170807476110000014478338142426940853_);}\t.st2645{fill:url(#SVGID_00000105389316775813471850000011621158196369729950_);}\t.st2646{fill:url(#SVGID_00000033353500124436899530000012425599035556131519_);}\t.st2647{fill:url(#SVGID_00000018938490856155449990000010051673433660413372_);}\t.st2648{fill:url(#SVGID_00000053506237236250984710000002457209718964080805_);}\t.st2649{fill:url(#SVGID_00000125569852174910694770000007653112688608362683_);}\t.st2650{fill:url(#SVGID_00000021815870253825754880000007111671200340618919_);}\t.st2651{fill:url(#SVGID_00000056427069749030487030000006338708404516011917_);}\t.st2652{fill:url(#SVGID_00000054223724921295637280000008417487272006326968_);}\t.st2653{fill:url(#SVGID_00000175281528432257196290000013338223583044087706_);}\t.st2654{fill:url(#SVGID_00000045609237732122181350000011953922671910167178_);}\t.st2655{fill:url(#SVGID_00000169554392858999271940000013083969208848388746_);}\t.st2656{fill:url(#SVGID_00000083067178465479265800000016122535797126677911_);}\t.st2657{fill:url(#SVGID_00000117670474973186900110000010516434173281324706_);}\t.st2658{fill:url(#SVGID_00000056392560582215914790000003174986588107686808_);}\t.st2659{fill:url(#SVGID_00000092445326016512645670000014430652643438465948_);}\t.st2660{fill:url(#SVGID_00000129912395912066488800000010750566920718623129_);}\t.st2661{fill:url(#SVGID_00000144324115306895437320000014056788285646149013_);}\t.st2662{fill:url(#SVGID_00000070076657712510904660000001646910784988525966_);}\t.st2663{fill:url(#SVGID_00000158001773129255226170000014526426530542488753_);}\t.st2664{fill:url(#SVGID_00000037688656946889954160000002679147320099841457_);}\t.st2665{fill:url(#SVGID_00000135655546930383814450000009824741931508150431_);}\t.st2666{fill:url(#SVGID_00000034808041628340807330000011904788194610890657_);}\t.st2667{fill:url(#SVGID_00000177484254014647595280000016868218765197834406_);}\t.st2668{fill:url(#SVGID_00000024713251014868146960000004384280852203701181_);}\t.st2669{fill:url(#SVGID_00000103963498673473730740000013076833701409265044_);}\t.st2670{fill:url(#SVGID_00000165936504058593898310000015967129264075836060_);}\t.st2671{fill:url(#SVGID_00000170255613294966936060000009217798188866996898_);}\t.st2672{fill:url(#SVGID_00000031898787252331276710000013497289502228432548_);}\t.st2673{fill:url(#SVGID_00000048493501799252459810000009290411627366471305_);}\t.st2674{fill:url(#SVGID_00000100378459246145747050000017026555537799011986_);}\t.st2675{fill:url(#SVGID_00000126282137546441582000000005114871381322597023_);}\t.st2676{fill:url(#SVGID_00000085961361447867550930000003896523825094809749_);}\t.st2677{fill:url(#SVGID_00000049909759298207678730000005030264538852924842_);}\t.st2678{fill:url(#SVGID_00000067221547707885490860000012041152942945803964_);}\t.st2679{fill:url(#SVGID_00000037673326170036949230000003892866636747982227_);}\t.st2680{fill:url(#SVGID_00000031165012886218342710000011669551030909544354_);}\t.st2681{fill:url(#SVGID_00000129208076053452015290000008860967045519066770_);}\t.st2682{fill:url(#SVGID_00000180331803165854354640000006594291828073199793_);}\t.st2683{fill:url(#SVGID_00000047745817466007670220000017176881168734807216_);}\t.st2684{fill:url(#SVGID_00000098911537402313820220000002622100920843964600_);}\t.st2685{fill:url(#SVGID_00000165219337210756816660000000071130723653899934_);}\t.st2686{fill:url(#SVGID_00000009582430199212175380000007888306332634654890_);}\t.st2687{fill:url(#SVGID_00000023243413636572902920000015845545225303794577_);}\t.st2688{fill:url(#SVGID_00000103225547782289608380000012736902748168648603_);}\t.st2689{fill:url(#SVGID_00000075861811459889373370000006578947449404147866_);}\t.st2690{fill:url(#SVGID_00000116954636948386798790000007223703728201025163_);}\t.st2691{fill:url(#SVGID_00000112593594756709790390000012381294791792330417_);}\t.st2692{fill:url(#SVGID_00000102546453531829596260000013049566924651399845_);}\t.st2693{fill:url(#SVGID_00000013154697430812377400000011821145280957777054_);}\t.st2694{fill:url(#SVGID_00000115508051064110611450000005201072461958791101_);}\t.st2695{fill:url(#SVGID_00000097501034384200991680000004306200825686704000_);}\t.st2696{fill:url(#SVGID_00000111911868618570121190000003901608473999881382_);}\t.st2697{fill:url(#SVGID_00000170974312517205689310000011157178472587135411_);}\t.st2698{fill:url(#SVGID_00000025440107705798952290000010248163029580883849_);}\t.st2699{fill:url(#SVGID_00000132066070194183475650000009150627584899581620_);}\t.st2700{fill:url(#SVGID_00000048471313038000728060000002326934921020571527_);}\t.st2701{fill:url(#SVGID_00000088830242639592726150000001188695589416911766_);}\t.st2702{fill:url(#SVGID_00000171677485155044784740000010321534390827931789_);}\t.st2703{fill:url(#SVGID_00000085949438564651214190000011132225188328089984_);}\t.st2704{fill:url(#SVGID_00000093152206271132095890000016882327844861560480_);}\t.st2705{fill:url(#SVGID_00000045609347515305880170000001908044805417283727_);}\t.st2706{fill:url(#SVGID_00000109726020011436277940000006028886754798276245_);}\t.st2707{fill:url(#SVGID_00000013168108958996878480000018343330446286651291_);}\t.st2708{fill:url(#SVGID_00000183944504430899622970000012521765970791613882_);}\t.st2709{fill:url(#SVGID_00000106115024667832193390000006302084379523153053_);}\t.st2710{fill:url(#SVGID_00000097470075983303051000000008785837520524218046_);}\t.st2711{fill:url(#SVGID_00000168074731408606628410000000262530942632554405_);}\t.st2712{fill:url(#SVGID_00000069374679005902115560000005649275650516564401_);}\t.st2713{fill:url(#SVGID_00000109721164738864162870000011085194144301042308_);}\t.st2714{fill:url(#SVGID_00000059271003179996044030000004129372741691260831_);}\t.st2715{fill:url(#SVGID_00000107557218147458773290000009422464340853847687_);}\t.st2716{fill:url(#SVGID_00000068645476470632958220000010849678197981607584_);}\t.st2717{fill:url(#SVGID_00000067226603354474647620000004109547654515275447_);}\t.st2718{fill:url(#SVGID_00000137091580509731886530000005087398699855428284_);}\t.st2719{fill:url(#SVGID_00000166646334628131974130000006177422899525241501_);}\t.st2720{fill:url(#SVGID_00000121249680871651398160000013966768465954144407_);}\t.st2721{fill:url(#SVGID_00000114787053404158676640000009376111811395774881_);}\t.st2722{fill:url(#SVGID_00000164494788614661099500000005135818924210448808_);}\t.st2723{fill:url(#SVGID_00000170988222430890836650000016901296077496148882_);}\t.st2724{fill:url(#SVGID_00000098901238464383676950000013732953174959450496_);}\t.st2725{fill:url(#SVGID_00000133526749940814542900000011775859435320617379_);}\t.st2726{fill:url(#SVGID_00000081609845947155133620000010747746914569148806_);}\t.st2727{fill:url(#SVGID_00000120553535736167662840000007012380958041254272_);}\t.st2728{fill:url(#SVGID_00000082334316439563734280000013688375536660240062_);}\t.st2729{fill:url(#SVGID_00000029033435282011088300000015602427427649194639_);}\t.st2730{fill:url(#SVGID_00000061456037919182301370000016544337550984993167_);}\t.st2731{fill:url(#SVGID_00000088838203526532278530000001139913474034802096_);}\t.st2732{fill:url(#SVGID_00000079470159420745424180000015208321603803895694_);}\t.st2733{fill:url(#SVGID_00000183961963933253540770000017513663676280091778_);}\t.st2734{fill:url(#SVGID_00000072243376233355574440000016087432866746290309_);}\t.st2735{fill:url(#SVGID_00000150096715202455403030000015666314288723913374_);}\t.st2736{fill:url(#SVGID_00000091730581334604206360000012656949586886110878_);}\t.st2737{fill:url(#SVGID_00000173156484015848450920000001755575443852436356_);}\t.st2738{fill:url(#SVGID_00000149349841969286125660000014730191379487051925_);}\t.st2739{fill:url(#SVGID_00000140694400382354656890000004607756091040262565_);}\t.st2740{fill:url(#SVGID_00000160907263127112829620000017026922898321734528_);}\t.st2741{fill:url(#SVGID_00000077311420137118083010000006142880539195174560_);}\t.st2742{fill:url(#SVGID_00000061453194558842484570000009064737270443723141_);}\t.st2743{fill:url(#SVGID_00000041260976466551643440000013277190399620878250_);}\t.st2744{fill:url(#SVGID_00000155143624109924128280000006918177574639968957_);}\t.st2745{fill:url(#SVGID_00000066481754653928117430000017975948434054566575_);}\t.st2746{fill:url(#SVGID_00000180348613611640092230000000214894928304555177_);}\t.st2747{fill:url(#SVGID_00000003076105692764969660000017472962729042498232_);}\t.st2748{fill:url(#SVGID_00000110437949793888859000000008275502135047280515_);}\t.st2749{fill:url(#SVGID_00000123418588228539750510000001387278253277643661_);}\t.st2750{fill:url(#SVGID_00000113354098104452263300000015593888580195159476_);}\t.st2751{fill:url(#SVGID_00000098185185960529419970000005308628959741847967_);}\t.st2752{fill:url(#SVGID_00000091707336492485128340000013338350527792857984_);}\t.st2753{fill:url(#SVGID_00000170241561143030904680000006102972508304065969_);}\t.st2754{fill:url(#SVGID_00000048489877274228244490000008465655831983647423_);}\t.st2755{fill:url(#SVGID_00000143597135597082455230000018052488518619460536_);}\t.st2756{fill:url(#SVGID_00000001655499253639707340000004881261993883866283_);}\t.st2757{fill:url(#SVGID_00000164474884024127145960000004830987499301922692_);}\t.st2758{fill:url(#SVGID_00000021807922044638350400000005794111226859838372_);}\t.st2759{fill:url(#SVGID_00000106138839811733914240000002506782545780191673_);}\t.st2760{fill:url(#SVGID_00000072249913390258106610000002902529980935158936_);}\t.st2761{fill:url(#SVGID_00000153668636617775892820000009687281784641684399_);}\t.st2762{fill:url(#SVGID_00000047754545053651538460000015843416598733914285_);}\t.st2763{fill:url(#SVGID_00000155114481967773360720000018136474816635592629_);}\t.st2764{fill:url(#SVGID_00000114755708713385003170000004804847108489772478_);}\t.st2765{fill:url(#SVGID_00000157300187874536246730000007891019873417531029_);}\t.st2766{fill:url(#SVGID_00000177472799384484259510000005049994637217447604_);}\t.st2767{fill:url(#SVGID_00000134963349603752906560000014048436096898549920_);}\t.st2768{fill:url(#SVGID_00000172442621571249169400000002193952569695937717_);}\t.st2769{fill:url(#SVGID_00000003081006961716117160000007312144469857582472_);}\t.st2770{fill:url(#SVGID_00000167367456813031695870000005516930946068040078_);}\t.st2771{fill:url(#SVGID_00000154397239047795672980000016965820632283473583_);}\t.st2772{fill:url(#SVGID_00000158715121226660332180000014514767541459971471_);}\t.st2773{fill:url(#SVGID_00000123399230627423827810000009868202386503377539_);}\t.st2774{fill:url(#SVGID_00000121979016592197213140000006343147461471942835_);}\t.st2775{fill:url(#SVGID_00000031185137750168237680000014865148203865485990_);}\t.st2776{fill:url(#SVGID_00000055672041116569893740000018217929125287639941_);}\t.st2777{fill:url(#SVGID_00000054957579458250022440000001322247899478818987_);}\t.st2778{fill:url(#SVGID_00000123429873401121058560000013436196334317599404_);}\t.st2779{fill:url(#SVGID_00000004528239881920339760000004913439394344703395_);}\t.st2780{fill:url(#SVGID_00000024001484572112281650000014160646520941664177_);}\t.st2781{fill:url(#SVGID_00000100346246795115016500000001421401614972006072_);}\t.st2782{fill:url(#SVGID_00000052085795990057369000000013637456170545006737_);}\t.st2783{fill:url(#SVGID_00000103238025636464727110000003491918070008129460_);}\t.st2784{fill:url(#SVGID_00000052816082504074265190000017178585081686205357_);}\t.st2785{fill:url(#SVGID_00000084497073635603183310000003536105921525825928_);}\t.st2786{fill:url(#SVGID_00000115492231560221104050000010119685661025671559_);}\t.st2787{fill:url(#SVGID_00000116956450036198568570000014771849757287888268_);}\t.st2788{fill:url(#SVGID_00000080174566432134564140000012561316325012475822_);}\t.st2789{fill:url(#SVGID_00000094613163828063966790000008160841680124207254_);}\t.st2790{fill:url(#SVGID_00000124881703067427822540000008209164875499573427_);}\t.st2791{fill:url(#SVGID_00000179608610812064588950000017657642075829990533_);}\t.st2792{fill:url(#SVGID_00000133508859419606744410000012832005291314351791_);}\t.st2793{fill:url(#SVGID_00000176019155238197874550000017174474849600629409_);}\t.st2794{fill:url(#SVGID_00000073706820634999612760000007267504943282069644_);}\t.st2795{fill:url(#SVGID_00000092453629713845270370000009750359874979254701_);}\t.st2796{fill:url(#SVGID_00000111886385856215912810000011057058149381557921_);}\t.st2797{fill:url(#SVGID_00000004545393681335192320000018001606597321916596_);}\t.st2798{fill:url(#SVGID_00000061464043100653515000000001669694914135668126_);}\t.st2799{fill:url(#SVGID_00000183246280920518627040000016089043390735738524_);}\t.st2800{fill:url(#SVGID_00000152970551752798180460000016754803340029594549_);}\t.st2801{fill:url(#SVGID_00000146470668641767766450000011207841539819976610_);}\t.st2802{fill:url(#SVGID_00000013898107985964996510000003394958876883172794_);}\t.st2803{fill:url(#SVGID_00000055693121179224410690000016271619332733287051_);}\t.st2804{fill:url(#SVGID_00000088813869776927324290000001554404553980842135_);}\t.st2805{fill:url(#SVGID_00000011741996281444070360000015997393303055263163_);}\t.st2806{fill:url(#SVGID_00000018940333520707360180000002895544623424752272_);}\t.st2807{fill:url(#SVGID_00000112613408146175267200000010624784365659735988_);}\t.st2808{fill:url(#SVGID_00000141414200092285813870000017836666779901094574_);}\t.st2809{fill:url(#SVGID_00000037684676088817284580000001328340928817308596_);}\t.st2810{fill:url(#SVGID_00000103985150325676640810000004268732338946321556_);}\t.st2811{fill:url(#SVGID_00000058579622754651859780000006293255843673813637_);}\t.st2812{fill:url(#SVGID_00000131354461857893849170000014059679726832119185_);}\t.st2813{fill:url(#SVGID_00000170984300236332334010000012446017406829487034_);}\t.st2814{fill:url(#SVGID_00000095308209646072905160000007901036823333066112_);}\t.st2815{fill:url(#SVGID_00000136371657214266611390000012378154761172919171_);}\t.st2816{fill:url(#SVGID_00000173865452675410833500000012267392446486710160_);}\t.st2817{fill:url(#SVGID_00000075867280700780314510000002491886525953359517_);}\t.st2818{fill:url(#SVGID_00000102507786700129106740000014683032214545283468_);}\t.st2819{fill:url(#SVGID_00000113315949806716519840000009491583302802494878_);}\t.st2820{fill:url(#SVGID_00000033349084252999884460000016420759797550317244_);}\t.st2821{fill:url(#SVGID_00000093866543377581760210000002454666770590406558_);}\t.st2822{fill:url(#SVGID_00000153667889256345717860000014454137726081069959_);}\t.st2823{fill:url(#SVGID_00000046314580857213565830000001860093254662037386_);}\t.st2824{fill:url(#SVGID_00000053537929656920072990000009802368312221199805_);}\t.st2825{fill:url(#SVGID_00000130630252891486443130000010259224400292130994_);}\t.st2826{fill:url(#SVGID_00000122720335036759828140000004719415572784586628_);}\t.st2827{fill:url(#SVGID_00000172431288417479393720000001246549935854677160_);}\t.st2828{fill:url(#SVGID_00000016035104581305301990000005869162759367978426_);}\t.st2829{fill:url(#SVGID_00000059294927286290218880000009295344728954382496_);}\t.st2830{fill:url(#SVGID_00000098180412367789111530000011362094117211829168_);}\t.st2831{fill:url(#SVGID_00000170278668538268577490000013175368607732686999_);}\t.st2832{fill:url(#SVGID_00000000192601801963718540000011125301970485516987_);}\t.st2833{fill:url(#SVGID_00000029048145501686806090000017362222100740600250_);}\t.st2834{fill:url(#SVGID_00000036956118872558798050000013036106504562953117_);}\t.st2835{fill:url(#SVGID_00000049201528889062618580000016233767105996854459_);}\t.st2836{fill:url(#SVGID_00000085238111743623497930000012019969360867233209_);}\t.st2837{fill:url(#SVGID_00000158744616321770913650000011261882100704584856_);}\t.st2838{fill:url(#SVGID_00000062160033631734420140000018381016440399419298_);}\t.st2839{fill:url(#SVGID_00000006699091962614101340000004825177363720598974_);}\t.st2840{fill:url(#SVGID_00000088835826481196262670000018050420819819231886_);}\t.st2841{fill:url(#SVGID_00000050661591616976293010000009591875371022550161_);}\t.st2842{fill:url(#SVGID_00000090984314070182413610000012891162453918920375_);}\t.st2843{fill:url(#SVGID_00000120558330613069431850000000743777292570125958_);}\t.st2844{fill:url(#SVGID_00000140699850234390213920000012788554132613598646_);}\t.st2845{fill:url(#SVGID_00000160876909694224448630000004846284471468388748_);}\t.st2846{fill:url(#SVGID_00000093175358219960882800000017877723561757480858_);}\t.st2847{fill:url(#SVGID_00000055664873325450250420000002099785517534225794_);}\t.st2848{fill:url(#SVGID_00000165925604028677982920000000476038225633614499_);}\t.st2849{fill:url(#SVGID_00000100373855371968078860000011759981257613038222_);}\t.st2850{fill:url(#SVGID_00000134226007421411670610000007663286201956564900_);}\t.st2851{fill:url(#SVGID_00000073683179199725516990000003048238587893487279_);}<\/style><g>\t<g>\t\t<g>\t\t\t<lineargradient id=\"SVGID_1_\" gradientunits=\"userSpaceOnUse\" x1=\"72.1829\" y1=\"5.5863\" x2=\"91.242\" y2=\"19.9484\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path class=\"st14\" d=\"M82.6,16.7c1.5-0.2,3.5,0.2,3.5,0.2s0,0-1.1,0s-2,0.4-2,0.4c1.3,3.3,3.7,6.1,3.7,6.1s1.3-0.2,2-1.3    c0.7-0.9,1.5-0.9,1.5-0.9s-0.9-0.4-1.8-1.3c-0.9-1.1-2.2-1.1-2.2-1.1s3.5,0.7,4.2-0.9c0.7-1.3,1.8-2,1.8-2s-1.3-0.9-3.1-2.2    c-1.5-1.3-4.2,0.7-4.2,0.7c2-1.3,2-4.6,2-4.6s-0.4,0.2-2.4,0.2c-2-0.2-3.5,1.8-3.5,1.8s1.3-1.5,0.4-3.7c-0.4-1.1-0.7-2.6-0.7-2.6    s-0.2,0.9-2.2,1.1c-1.8,0.2-2.2,2-2.2,2s-0.7-2-3.1-2C71,6.6,69.7,9,69.7,9C78.6,7,82.6,16.7,82.6,16.7z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000145033247701694098710000015968719433003857801_\" gradientunits=\"userSpaceOnUse\" x1=\"92.7907\" y1=\"13.3421\" x2=\"136.8199\" y2=\"46.5205\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000145033247701694098710000015968719433003857801_);\" d=\"M146.3,30.7l0.9-3.5    c0,0-2.8,4.4-8.5,3.5c-5.9-1.1-6.6-3.7-6.6-3.7s-2.8,3.1-8.5,2.8c-5.9-0.2-8.8-4.4-8.8-4.4s-3.1,4.2-8.8,4.4s-8.5-2.8-8.5-2.8    s-0.7,2.8-6.6,3.7c-5.9,1.1-8.5-3.5-8.5-3.5l0.9,3.5c-1.5,0.2-1.3,2.6,0.2,2.4c1.5-0.2,14.2-2.4,31.5-2.4s30,2.2,31.5,2.4    C147.7,33.1,147.9,30.9,146.3,30.7z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000006675345022433124170000004266774812924143802_\" gradientunits=\"userSpaceOnUse\" x1=\"141.8978\" y1=\"9.4647\" x2=\"152.8863\" y2=\"17.7452\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000006675345022433124170000004266774812924143802_);\" d=\"M138.9,18c0.7,1.3,3.9,1.1,3.9,1.1    s-1.3,0.2-2.2,1.1c-0.9,1.1-1.8,1.3-1.8,1.3s1.1,0,1.5,0.9c0.7,0.9,2,1.3,2,1.3s2.4-2.8,3.7-6.1c0,0-0.9-0.4-2-0.4s-1.1,0-1.1,0    s2-0.4,3.5-0.2c0,0,3.9-9.6,12.9-7.9c0,0-1.3-2.4-3.7-2.4s-3.1,2-3.1,2s-0.4-1.8-2.2-2c-1.8-0.2-2.2-1.1-2.2-1.1    s-0.2,1.3-0.7,2.6c-0.9,2.2,0.4,3.7,0.4,3.7s-1.3-2-3.3-2c-2,0.2-2.4-0.2-2.4-0.2s0,3.3,2,4.6c0,0-2.6-2-4.2-0.7    c-1.5,1.3-3.1,2.2-3.1,2.2S138.2,16.7,138.9,18z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000095319507644897545680000017158714528622874259_\" gradientunits=\"userSpaceOnUse\" x1=\"92.7804\" y1=\"21.6725\" x2=\"137.0417\" y2=\"55.0257\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000095319507644897545680000017158714528622874259_);\" d=\"M145.2,39.9l0.2-1.1    c-0.2,0-0.4,0.2-0.9,0.2c-1.3,0-2.4-1.1-2.4-2.4s1.1-2.4,2.4-2.4c0.4,0,0.9,0.2,1.3,0.4v-0.9c-2-0.4-16.2-2.4-31.1-2.4    s-29.4,2-31.1,2.4v0.9c0.4-0.2,0.9-0.4,1.3-0.4c1.3,0,2.4,1.1,2.4,2.4S86.3,39,85,39c-0.2,0-0.7,0-0.9-0.2l0.2,1.1    c0,0-2,0.2-1.5,1.8c0.4,1.5,1.3,1.1,3.5,0.9c2.2-0.2,15.1-1.8,28.5-1.8s26.1,1.5,28.5,1.8c2.2,0.2,3.3,0.9,3.5-0.9    C147.2,40.1,145.2,39.9,145.2,39.9z M133.4,34.4c1.3,0.2,5.3,0.4,6.1,0.7c0.7,0,0.9,0.4,0.9,1.3s-0.4,1.1-0.9,1.1    c-0.7,0-5-0.4-5.9-0.4c-0.9-0.2-0.9,0-0.9-1.1C132.8,34.6,132.8,34.4,133.4,34.4z M127.1,32.6c1.3,0,2.4,1.1,2.4,2.4    s-1.1,2.4-2.4,2.4s-2.4-1.1-2.4-2.4S125.8,32.6,127.1,32.6z M109.3,33.1h10.7c0.9,0,0.9,0.4,0.9,1.3c0,0.9-0.4,0.9-0.9,0.9h-10.5    c-0.7,0-0.9,0-0.9-0.9C108.7,33.7,108.7,33.1,109.3,33.1z M102.5,32.6c1.3,0,2.4,1.1,2.4,2.4s-1.1,2.4-2.4,2.4    c-1.3,0-2.4-1.1-2.4-2.4S101.2,32.6,102.5,32.6z M89.8,35.1c0.7,0,4.6-0.4,6.1-0.7c0.7,0,0.9,0.2,0.9,1.3s-0.2,0.9-0.9,1.1    c-0.9,0-5.3,0.4-5.9,0.4c-0.7,0.2-0.9-0.2-0.9-1.1C88.9,35.3,89.2,35.1,89.8,35.1z M143.3,40.1L143.3,40.1c-0.2,0-13.8-2-28.5-2    s-28.3,2-28.5,2s-0.2,0-0.2-0.2c0-0.2,0-0.2,0.2-0.2s13.8-2,28.5-2c14.9,0,28.5,2,28.5,2c0.2,0,0.2,0.2,0.2,0.2    C143.5,40.1,143.3,40.1,143.3,40.1z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000056388610136408997200000011717080666171738006_\" gradientunits=\"userSpaceOnUse\" x1=\"112.5271\" y1=\"12.7718\" x2=\"117.0454\" y2=\"16.1766\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000056388610136408997200000011717080666171738006_);\" d=\"M114.8,11.6c-1.5,0-2.8,1.3-2.8,2.8    s1.3,2.8,2.8,2.8s2.8-1.3,2.8-2.8C117.4,12.9,116.3,11.6,114.8,11.6z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000023259079446951591680000004837360375394481585_\" gradientunits=\"userSpaceOnUse\" x1=\"76.0671\" y1=\"16.4043\" x2=\"79.9173\" y2=\"19.3056\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000023259079446951591680000004837360375394481585_);\" d=\"M77.1,15.3c-0.9,0.2-1.1,1.8-0.7,3.1    c0.4,1.3,1.5,2.4,2.4,2c0.9-0.2,1.1-1.8,0.7-3.1C79.1,16,78,14.9,77.1,15.3z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000153686329193547603250000001940838722847637644_\" gradientunits=\"userSpaceOnUse\" x1=\"84.1605\" y1=\"-10.4659\" x2=\"142.1841\" y2=\"33.258\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000153686329193547603250000001940838722847637644_);\" d=\"M148.8,15.6c-3.1,5.7-4.6,11.2-9.9,10.1    c-2.6-0.7-3.9-5-4.4-9.2c1.8-0.4,3.1-2,3.1-3.7c0-1.5-0.9-2.8-2.2-3.5c0.9-0.2,1.5-1.1,1.5-2.2c0-1.3-1.1-2.2-2.2-2.2    c-1.3,0-2.2,1.1-2.2,2.2c0,0.7,0.4,1.3,0.9,1.8c-2,0.2-3.5,1.8-3.5,3.9c0,1.5,0.9,2.8,2.2,3.5c-1.8,4.6-4.4,9-7.9,9    c-5.3,0-5.9-5-5.9-5s2.8,2.6,4.6,2s3.3-0.4,3.3-0.4s-0.4-0.4-0.4-1.5c0-1.3-1.1-2-1.1-2s1.5,0,2-1.1c0.7-1.1,2-1.3,2-1.3    c-1.3-0.7-1.1-3.1-2.4-3.5c-1.3-0.4-2.6,0.2-2.8,0.2c0.7-0.2,1.5-0.7,1.5-1.8c0.2-1.3,1.1-2.2,1.1-2.2s-0.4,0.4-2-0.2    c-1.5-0.4-2.8,0-2.8,0s0.9-1.1,0.9-2.6s0.9-2.2,0.9-2.2s-0.7,0.4-2.4,0c-1.8-0.4-2.4,0.7-2.4,0.7s0.2-2-1.3-2.4    c-1.3-0.4-2.2-1.8-2.2-1.8s-0.7,1.3-2.2,1.8c-1.1,0.4-1.1,2.4-1.1,2.4s-0.9-0.9-2.6-0.4s-2.4,0-2.4,0s0.9,0.9,0.9,2.2    c0,1.5,0.9,2.6,0.9,2.6s-1.3-0.4-2.8,0c-1.3,0.2-1.8,0-1.8,0s1.1,1.1,1.1,2.2c0.2,1.1,0.9,1.5,1.1,1.5c-0.2-0.2-1.5-0.7-2.8-0.2    c-1.3,0.4-1.1,2.8-2.4,3.5c0,0,1.5,0.2,2,1.3c0.7,1.1,2,1.1,2,1.1s-0.9,0.9-1.1,2c0,1.3-0.4,1.5-0.4,1.5s1.5-0.4,3.3,0.4    c1.8,0.7,4.6-2,4.6-2s-0.4,5-5.7,5c-3.5,0-6.1-4.4-7.9-9c1.3-0.7,2.2-2,2.2-3.5c0-2-1.5-3.7-3.5-3.9c0.7-0.4,0.9-1.1,0.9-1.8    c0-1.3-1.1-2.2-2.2-2.2c-1.3,0-2.2,1.1-2.2,2.2s0.7,1.8,1.5,2.2c-1.3,0.7-2.2,2-2.2,3.5c0,1.8,1.3,3.5,3.1,3.7    c-0.4,4.2-1.8,8.5-4.4,9.2c-5,1.1-6.8-4.4-9.9-10.1C77.3,9.6,72.1,8.8,69,9.6c0,0,5.3,0.4,7.4,4.2c1.3-0.4,2.8,0.9,3.7,3.1    c0.4,1.5,0.4,3.3-0.2,3.9c2,3.9,4.8,7.9,8.5,8.1c7,0.4,8.3-5.3,8.3-5.3s2.8,4.4,8.3,4.2c8.3-0.2,9.4-6.8,9.4-6.8s1.1,6.6,9.4,6.8    c5.5,0.2,8.3-4.2,8.3-4.2s1.3,5.7,8.3,5.3c3.3-0.2,5.7-2.8,7.4-6.1c-0.9-0.9-0.9-2.6-0.2-4.4c0.9-1.8,2.4-3.1,3.7-2.8    c0.2-0.7,0.4-1.1,0.9-1.5c2.2-3.9,7.7-4.6,7.7-4.6C157.1,9,152,9.9,148.8,15.6z M114.8,19.1c-2.2,0-4.2-1.5-4.8-3.7    c-0.7,0-1.3-0.2-1.5-0.4c-1.3-0.9-4.4,0.4-4.4,0.4s0.9-1.8,3.7-1.3c0.7,0,1.3,0.2,2,0.2V14c0-2.6,2-4.6,4.4-5    c-0.2-1.1-0.9-2-0.2-2.6c0.9-1.1,0.9-2.2,0.9-2.2s0,1.1,0.9,2.2c0.7,0.7-0.2,1.5-0.2,2.8c2.4,0.2,4.4,2.4,4.4,5v0.2    c0.7,0,1.3,0,2-0.2c2.8-0.2,3.7,1.3,3.7,1.3s-3.1-1.3-4.4-0.4c-0.4,0.2-0.9,0.4-1.5,0.4C119,17.5,117,19.1,114.8,19.1z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000160190725470237969540000014226908236355238056_\" gradientunits=\"userSpaceOnUse\" x1=\"149.1302\" y1=\"18.7087\" x2=\"151.8565\" y2=\"20.7631\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000160190725470237969540000014226908236355238056_);\" d=\"M151.6,17.3c-0.9-0.4-2,0.4-2.6,1.8    c-0.7,1.3-0.4,2.8,0.4,3.1c0.9,0.4,2-0.4,2.6-1.8C152.5,19.1,152.5,17.7,151.6,17.3z\"><\/path>\t\t<\/g>\t\t<g>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000032630320830343793410000015380237755838937221_\" gradientunits=\"userSpaceOnUse\" x1=\"162.6989\" y1=\"78.8089\" x2=\"163.7223\" y2=\"79.5802\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000032630320830343793410000015380237755838937221_);\" d=\"M162.8,78.9c0.2,0.2,0.4,0.7,0.7,1.1    C163.2,79.5,163,79.1,162.8,78.9l0.2-0.4C162.8,78.6,162.8,78.9,162.8,78.9z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000045607496681388725760000009598104920791316147_\" gradientunits=\"userSpaceOnUse\" x1=\"203.8571\" y1=\"124.1855\" x2=\"203.4562\" y2=\"147.1533\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000045607496681388725760000009598104920791316147_);\" d=\"M209.9,125.5c-1.1,0-2-0.2-2.8-0.4    c-0.4-0.2-0.9-0.4-1.3-0.9c0,0.4-0.2,1.1-0.4,1.5c0.7,0.2,1.3,0.4,2,0.7c1.3,0.9,2.2,2.4,2.4,4.2c0,0.9-0.4,1.8-1.3,2.2    c-0.9,0.4-1.8,0.2-2.4-0.2c-0.7-0.4-1.3-0.7-1.5-0.7c-0.2,0.2-2.4,1.3-4.4,2c-0.2,0.4-0.4,0.9-0.7,1.1c-0.7,0.9-1.8,1.3-2.6,1.3    c-0.4,0-0.9-0.2-1.3-0.4l0,0c0,0.2-0.2,0.4-0.4,0.7c0,0.4,0,0.7,0,1.1c0.2,0.2,0.2,0.4,0.4,0.7c0,0.2,0.2,0.4,0.2,0.9    c0.2,0.4,0.7,1.1,0.4,2.2c0.4,0.4,0.9,1.1,1.1,1.8c0.2,0.2,0.2,0.2,0.4,0.4c0.2,0.4,0.7,0.9,0.7,1.3c1.1,0.2,2,0.9,2.6,1.5    c0.2,0.2,0.9,0.7,0.9,0.7c0.2,0.2,1.3,0.2,2.4-0.4c-1.1,0.2-2.4,0-3.7-0.9c-1.5-1.1-2.6-2.8-2.6-4.6c0-2,0.9-3.7,2.2-5    c1.3-1.1,3.1-1.8,4.6-1.5l0,0c3.1,0.4,5.5,2.6,6.8,6.1c0,0.2,0,0.2,0,0.4c0.7-5.5,0.9-11,1.1-16.2    C212.1,125.3,211,125.5,209.9,125.5z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000180345281042190495640000010236576145067898004_\" gradientunits=\"userSpaceOnUse\" x1=\"171.4124\" y1=\"92.396\" x2=\"178.2124\" y2=\"97.5202\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000180345281042190495640000010236576145067898004_);\" d=\"M175.9,91.1c0.4,0,0.9,0.2,1.1,0.4    c-0.2-0.4-0.7-1.1-0.9-1.8c-0.2,0-0.4,0-0.7,0c-0.9,0-1.8,0.2-2.8,1.1s-1.5,2.6-1.1,4.8s2,4.4,3.7,5.7c0-0.4,0.2-0.9,0.4-1.3    c-0.9-0.7-1.8-1.5-2.2-2.4c-1.1-2-0.9-4.4,0.4-5.9C174.6,91.4,175.3,91.1,175.9,91.1z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000052082139018865455820000011566211455122763666_\" gradientunits=\"userSpaceOnUse\" x1=\"198.9869\" y1=\"120.0446\" x2=\"199.0917\" y2=\"120.1236\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000052082139018865455820000011566211455122763666_);\" d=\"M199.1,120.1    C198.9,120.1,198.9,120.1,199.1,120.1C198.9,120.1,198.9,120.3,199.1,120.1C198.9,120.3,199.1,120.1,199.1,120.1z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000084499217942782654960000016338646755461123725_\" gradientunits=\"userSpaceOnUse\" x1=\"166.4718\" y1=\"64.5945\" x2=\"171.5141\" y2=\"68.3941\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000084499217942782654960000016338646755461123725_);\" d=\"M168.9,67.9l0.4,0.7    c0.2,0.7,0.7,1.1,0.9,1.5c-0.2-2-0.4-3.7-0.4-5.7c-0.9,0.4-1.8,0.4-2.6,0.4c-0.2,0-0.7,0-0.9,0C167.4,66.2,168.5,67,168.9,67.9z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000113317795367099061300000016041814709662330519_\" gradientunits=\"userSpaceOnUse\" x1=\"159.5995\" y1=\"74.9269\" x2=\"160.9623\" y2=\"75.9539\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000113317795367099061300000016041814709662330519_);\" d=\"M159.9,75.1c-0.2,0.2-0.4,0.2-0.7,0.2    c0.2,0,0.2,0,0.4,0c0.4,0,1.1,0,1.5,0.2c-0.4-0.4-0.7-0.7-0.9-0.7S160.1,74.9,159.9,75.1z\"><\/path>\t\t\t<g>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000011742431881427252290000013393924670001328802_\" gradientunits=\"userSpaceOnUse\" x1=\"50.3652\" y1=\"92.6887\" x2=\"57.0446\" y2=\"97.722\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000011742431881427252290000013393924670001328802_);\" d=\"M51.5,92.2c0.4-0.7,1.1-0.9,1.8-1.1     c0.7,0,1.3,0.2,1.8,0.7c1.5,1.8,1.8,3.9,0.4,5.9c-0.4,0.9-1.3,1.8-2.2,2.4c0.2,0.4,0.2,0.9,0.4,1.3c2-1.3,3.3-3.5,3.7-5.7     c0.4-2.2,0.2-3.9-1.1-4.8c-1.1-0.9-2.2-1.1-2.8-1.1c-0.4,0-0.9,0-1.1,0.2C51.9,90.9,51.5,91.6,51.5,92.2     C51.3,92.2,51.3,92.2,51.5,92.2z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000152983972020056827350000000077018158064904070_\" gradientunits=\"userSpaceOnUse\" x1=\"65.495\" y1=\"79.0247\" x2=\"65.9526\" y2=\"79.3696\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000152983972020056827350000000077018158064904070_);\" d=\"M65.5,80c0.2-0.4,0.4-0.9,0.7-1.1     c0-0.2-0.2-0.2-0.2-0.4v0.2C65.9,79.1,65.7,79.5,65.5,80z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000044862210703598514110000001038285359661765781_\" gradientunits=\"userSpaceOnUse\" x1=\"12.4915\" y1=\"128.3586\" x2=\"31.8204\" y2=\"142.9239\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000044862210703598514110000001038285359661765781_);\" d=\"M28,145.9c-1.1,0.7-2.4,1.1-3.7,0.9     c1.1,0.7,2.2,0.4,2.4,0.4s0.7-0.4,0.9-0.7c0.9-0.7,1.8-1.3,2.6-1.5c0.2-0.4,0.4-0.9,0.7-1.3c0.2-0.2,0.2-0.2,0.4-0.4     c0.2-0.7,0.7-1.3,1.1-1.8c0-1.1,0.2-1.8,0.4-2.2c0-0.2,0-0.7,0.2-0.9c0-0.2,0.2-0.4,0.4-0.7c0-0.4,0-0.9,0-1.1     c-0.2-0.2-0.2-0.4-0.4-0.7l0,0c-0.4,0.2-0.9,0.4-1.3,0.4c-0.9,0-1.8-0.4-2.6-1.3c-0.4-0.4-0.7-0.9-0.7-1.1c-2-0.7-4.2-1.8-4.4-2     c-0.2,0-0.9,0.2-1.5,0.7c-0.7,0.7-1.5,0.7-2.4,0.2c-0.9-0.4-1.3-1.3-1.3-2.2c0-1.8,0.9-3.3,2.4-4.2c0.7-0.4,1.3-0.7,2-0.7     c-0.2-0.4-0.2-0.9-0.4-1.5c-0.4,0.2-0.9,0.7-1.3,0.9c-0.9,0.4-1.8,0.4-2.8,0.4s-2.4-0.2-3.5-0.9c0,5.9,0.4,11.8,1.1,18     c0-0.7,0-1.3,0.2-2c1.1-3.5,3.7-5.7,6.8-6.1l0,0c1.8-0.2,3.3,0.4,4.6,1.5c1.5,1.3,2.2,3.3,2.2,5C30.7,143.1,29.6,144.8,28,145.9     z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000170244400499551669720000004465637153917936257_\" gradientunits=\"userSpaceOnUse\" x1=\"68.0889\" y1=\"75.2454\" x2=\"69.2575\" y2=\"76.126\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000170244400499551669720000004465637153917936257_);\" d=\"M69.7,75.6c-0.2,0-0.4-0.2-0.7-0.2     c-0.2-0.2-0.2-0.2-0.4-0.2c-0.2,0-0.7,0.2-0.9,0.7c0.4-0.2,1.1-0.2,1.5-0.2C69.4,75.4,69.4,75.6,69.7,75.6z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000173870307726282555850000016488284697120073897_\" gradientunits=\"userSpaceOnUse\" x1=\"29.8011\" y1=\"120.047\" x2=\"29.948\" y2=\"120.1577\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000173870307726282555850000016488284697120073897_);\" d=\"M29.8,120.1     C29.8,120.1,29.8,120.3,29.8,120.1C30,120.3,30,120.1,29.8,120.1C30,120.1,30,120.1,29.8,120.1z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000075155183792002066080000009338786525844687507_\" gradientunits=\"userSpaceOnUse\" x1=\"57.7556\" y1=\"65.4611\" x2=\"60.5968\" y2=\"67.6021\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000075155183792002066080000009338786525844687507_);\" d=\"M59.6,68.6l0.4-0.7     c0.4-0.9,1.5-2,2.6-3.1c-0.2,0-0.7,0-0.9,0c-1.1,0-2-0.2-3.1-0.7c0,2-0.2,3.9-0.4,5.7c0,0.2,0.2,0.2,0.2,0.4     C58.9,69.9,59.4,69.2,59.6,68.6z\"><\/path>\t\t\t\t<g>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000095328657718849708080000018407036150097328575_\" gradientunits=\"userSpaceOnUse\" x1=\"136.8769\" y1=\"46.2173\" x2=\"148.5191\" y2=\"54.9903\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000095328657718849708080000018407036150097328575_);\" d=\"M152.5,48.9c-5-1.1-10.3-1.8-15.8-2.4      v8.8c5.7-2.2,10.7-3.5,15.1-4.6c0-0.2,0-0.7,0-0.9C152,49.3,152.3,49.1,152.5,48.9z\"><\/path>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000045618163656138712640000007819275091571176852_\" gradientunits=\"userSpaceOnUse\" x1=\"79.5205\" y1=\"45.0822\" x2=\"91.8309\" y2=\"54.3588\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000045618163656138712640000007819275091571176852_);\" d=\"M77.1,50.6c4.4,0.9,9,2.4,14.2,4.4      v-8.3c-5,0.4-10.1,1.3-14.7,2.2c0.2,0.2,0.4,0.4,0.4,0.9C77.1,50,77.1,50.2,77.1,50.6z\"><\/path>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000034773952868910241610000004255992413358068652_\" gradientunits=\"userSpaceOnUse\" x1=\"38.549\" y1=\"94.9779\" x2=\"194.2285\" y2=\"212.2909\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1576\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1712\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1827\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1932\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2028\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.206\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9511\" style=\"stop-color:#F1E684\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9726\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000034773952868910241610000004255992413358068652_);\" d=\"M208.8,150.1      c-1.8,1.1-3.9,2.4-6.8,2.4c-1.1,0-2-0.2-3.3-0.4c-1.1-0.2-2.4-0.9-3.3-1.8c-0.7-0.2-1.5-0.4-2-1.3c-0.2-0.2-0.2-0.4-0.2-0.7      c-0.7-0.4-1.3-0.9-1.8-1.8c-0.4-0.2-0.9-0.7-1.1-1.1c-0.2-0.4-0.4-1.1-0.4-2c-0.2-0.2-0.2-0.2-0.4-0.2      c-0.4-0.4-0.9-1.1-0.9-1.8c-0.4-0.4-0.7-1.1-0.9-1.8c0-0.7,0-1.1,0.2-1.8c-0.2-0.2-0.2-0.4-0.4-0.9c0-0.2-0.2-0.7-0.2-0.9      c-0.4-0.4-0.7-1.1-0.2-2.2c0,0-0.2,0-0.2,0.2c-0.7,0.2-1.1,0.4-1.8,0.4c-0.4,0-0.9,0-1.3-0.2c-1.1-0.4-1.8-1.3-2-2.2      c-1.5-0.4-2.6-1.8-3.3-3.7c-0.2-0.7-0.7-1.5-1.3-1.5c-0.9,0.2-1.8-0.4-2.2-1.1c-0.4-0.9-0.2-1.8,0.4-2.6      c1.1-1.1,3.1-1.8,4.8-1.5c0-0.2,0.2-0.7,0.2-0.9c-1.3,0-2.8-0.9-3.7-2.4c-0.9-1.5-0.7-3.1,0.4-4.4c0.2-0.2,0.4-0.4,0.9-0.7      c0.2-0.2,0.4-0.2,0.9-0.2c1.5-1.3,4.2-0.7,5.9,0.2c0.9,0.4,1.5,1.1,2.2,1.8c0.4-1.8,1.5-3.3,1.5-3.3s0,0,0.2-0.2      c0-0.2,0-0.7,0-0.9c-0.2,0.2-0.4,0.4-0.7,0.7c-1.3,0.9-4.2,2.2-8.5-0.7c-0.4-0.2-0.9-0.7-1.3-1.1c-3.5-0.2-8.3-3.7-11-6.8      c-1.8-2.2-3.5-6.1-4.8-9.2c-0.7-1.5-1.3-3.1-1.8-3.5c-0.4-0.7-1.1-1.3-1.5-1.5l0,0c-0.2,0.7-0.9,0.9-1.3,1.1      c-0.7,0.2-1.3,0-1.8-0.2c-1.3-0.9-2-2.6-1.8-4.4c0.2-0.9,0.4-1.8,1.1-2.4c-0.4-2,0-4.6,1.3-6.1c0.7-0.9,1.5-1.3,2.4-1.5      c-0.4,0-0.9-0.2-1.1-0.4c-1.3-0.9-2-2.6-1.5-4.6c0-0.2,0.2-1.3,0.9-2.4c-0.9-1.8-1.1-3.9-0.7-5.9c0.4-2,1.8-3.5,3.7-4.2      c0.4-0.2,0.9-0.2,1.3,0v-0.2c0-0.4,0.4-1.3,0.9-2c-9.2,1.1-23,8.1-23.2,8.3c-0.2,0.2-0.7,0.2-1.1,0.2c-0.2,0-0.4,0-0.7,0v2.4      c4.4,1.1,8.5,2.6,12.5,4.8c-0.2,2.4-0.4,4.6-0.4,7c0,15.1,5,28.7,12.9,38.1c0,0,1.1,1.5,5.9,7.4c5,6.1,8.5,8.5,8.5,8.5      s-0.7,6.6-0.9,9.4c-3.7,50.4-29.8,110.9-61.1,110.9c-31.5,0-57.6-60.9-61.1-111.3c-0.2-3.1-0.9-9-0.9-9s3.5-2.4,8.5-8.5      c4.8-5.9,5.9-7.4,5.9-7.4l0,0c7.9-9.4,12.9-23,12.9-38.1c0-2.4-0.2-4.8-0.4-7c3.7-2,7.7-3.5,12-4.6V64c-0.2,0-0.4,0-0.7-0.2      c-0.2,0-14-7.2-23.2-8.3c0.4,0.7,0.7,1.3,0.9,2v0.2c0.4,0,0.9,0,1.3,0c2,0.7,3.3,2,3.7,4.2c0.4,2,0.2,4.2-0.7,5.9      c0.7,1.1,0.7,2.2,0.9,2.4c0.4,2.2-0.2,3.7-1.5,4.6c-0.4,0.2-0.7,0.4-1.1,0.4c0.9,0.2,1.8,0.7,2.4,1.5c1.3,1.5,1.8,3.9,1.3,6.1      c0.4,0.7,0.9,1.5,1.1,2.4c0.2,1.8-0.4,3.3-1.8,4.4c-0.4,0.4-1.1,0.4-1.8,0.2c-0.7-0.2-1.1-0.7-1.3-1.1l0,0      c-0.4,0.2-1.1,0.9-1.5,1.5c-0.2,0.4-1.1,2.2-1.8,3.5c-1.3,3.1-3.1,7-4.8,9.2c-2.6,3.3-7.4,6.6-11,6.8c-0.4,0.4-0.9,0.7-1.3,1.1      c-4.4,2.6-7.2,1.5-8.5,0.7c-0.2-0.2-0.4-0.4-0.7-0.7c0,0.2,0,0.7,0,0.9c0,0,0,0,0.2,0.2c0,0,1.1,1.5,1.5,3.3      c0.7-0.7,1.3-1.3,2.2-1.8c1.8-0.9,4.4-1.5,5.9-0.2c0.2,0,0.4,0.2,0.9,0.2c0.2,0.2,0.7,0.4,0.9,0.7c1.1,1.3,1.1,2.8,0.4,4.4      c-0.7,1.3-2.2,2.4-3.7,2.4c0,0.2,0.2,0.7,0.2,0.9c1.8,0,3.7,0.4,4.8,1.5c0.7,0.7,0.9,1.8,0.4,2.6c-0.4,0.9-1.3,1.3-2.2,1.1      c-0.9,0-1.1,0.7-1.3,1.5c-0.7,2-1.8,3.3-3.3,3.7c-0.2,0.9-0.9,1.5-2,2.2c-0.4,0.2-0.9,0.2-1.3,0.2c-0.7,0-1.1-0.2-1.8-0.4      c0,0-0.2,0-0.2-0.2c0.2,1.1,0,1.8-0.2,2.2c0,0.2,0,0.7-0.2,0.9c0,0.2-0.2,0.7-0.4,0.9c0.2,0.4,0.2,1.1,0.2,1.8      s-0.4,1.3-0.9,1.8c-0.2,0.7-0.4,1.3-0.9,1.8c0,0-0.2,0.2-0.4,0.2c0,0.7-0.2,1.3-0.4,2c-0.2,0.4-0.7,0.7-1.1,1.1      c-0.4,0.7-1.1,1.3-1.8,1.8c0,0.2-0.2,0.4-0.2,0.7c-0.7,0.7-1.5,1.1-2,1.3c-0.9,0.9-2.2,1.3-3.3,1.8c-1.1,0.4-2.2,0.4-3.3,0.4      c-2.8,0-5-1.3-6.8-2.4c-1.5-1.1-2.6-3.1-3.3-5c8.1,59.2,48.6,127.1,97.3,127.1c48.2,0,88.5-66.6,97.1-125.3      C210.8,148.1,209.7,149.4,208.8,150.1z\"><\/path>\t\t\t\t\t<g>\t\t\t\t\t\t<g>\t\t\t\t\t\t\t<g>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000034770390659035828970000010653420834164845700_\" gradientunits=\"userSpaceOnUse\" x1=\"84.4997\" y1=\"95.9235\" x2=\"144.2348\" y2=\"140.9372\">\t\t\t\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"6.064929e-02\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"7.862705e-02\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"9.064242e-02\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1009\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1102\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1188\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1215\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t\t\t\t<\/lineargradient>\t\t\t\t\t\t\t\t<path style=\"fill:url(#SVGID_00000034770390659035828970000010653420834164845700_);\" d=\"M161,118.7c-0.5-0.7-1-1.3-1.5-1.9         H126h-23.9H68.8c-0.4,0.6-0.9,1.3-1.4,1.9H161z\"><\/path>\t\t\t\t\t\t\t\t<g>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000113319029649237872960000005775069534609956030_\" gradientunits=\"userSpaceOnUse\" x1=\"77.1514\" y1=\"104.7349\" x2=\"153.5234\" y2=\"162.2854\">\t\t\t\t\t\t\t\t\t\t<stop offset=\"1.465474e-02\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"6.643306e-02\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"8.035092e-02\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"8.965287e-02\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"9.760522e-02\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1048\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1114\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1136\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.7687\" style=\"stop-color:#BD7521\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.788\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.8727\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"1\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t\t\t\t<\/lineargradient>\t\t\t\t\t\t\t\t\t<path style=\"fill:url(#SVGID_00000113319029649237872960000005775069534609956030_);\" d=\"M172.7,136.8          c0.2-1.7,0.3-2.9,0.3-2.9s-2.4-3.3-9-11.2c-0.5-0.7-1.1-1.4-1.6-2.1H65.9c-0.6,0.7-1.1,1.4-1.7,2.1c-6.6,7.9-9,11.2-9,11.2          s0.1,1.2,0.2,2.9H172.7z\"><\/path>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000020380828723445578680000015413832660918947737_\" gradientunits=\"userSpaceOnUse\" x1=\"76.3882\" y1=\"111.1739\" x2=\"151.8028\" y2=\"168.0029\">\t\t\t\t\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"6.064929e-02\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"7.862705e-02\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"9.064242e-02\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1009\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1102\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1188\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1215\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t\t\t\t\t<\/lineargradient>\t\t\t\t\t\t\t\t\t<path style=\"fill:url(#SVGID_00000020380828723445578680000015413832660918947737_);\" d=\"M55.6,138.7          c0.1,0.6,0.1,1.3,0.2,1.9h40.3h35.5h40.7c0-0.7,0.1-1.3,0.1-1.9H55.6z\"><\/path>\t\t\t\t\t\t\t\t<\/g>\t\t\t\t\t\t\t<\/g>\t\t\t\t\t\t\t<g>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000039107260811003264560000007605819405802022585_\" gradientunits=\"userSpaceOnUse\" x1=\"95.4142\" y1=\"94.3017\" x2=\"110.9534\" y2=\"106.0113\">\t\t\t\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t\t\t\t<\/lineargradient>\t\t\t\t\t\t\t\t<polygon style=\"fill:url(#SVGID_00000039107260811003264560000007605819405802022585_);\" points=\"104,84.9 102.1,85.4          102.1,115.2 104,115.2         \"><\/polygon>\t\t\t\t\t\t\t\t<g>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000000926873762251863210000010408897135100765855_\" gradientunits=\"userSpaceOnUse\" x1=\"116.8816\" y1=\"94.2339\" x2=\"132.7727\" y2=\"106.2087\">\t\t\t\t\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t\t\t\t\t<\/lineargradient>\t\t\t\t\t\t\t\t\t<polygon style=\"fill:url(#SVGID_00000000926873762251863210000010408897135100765855_);\" points=\"124,84.8 124,115.2           126,115.2 126,85.4          \"><\/polygon>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000038376660834576201570000012030428304631641245_\" gradientunits=\"userSpaceOnUse\" x1=\"113.9984\" y1=\"81.7165\" x2=\"113.9984\" y2=\"115.2357\">\t\t\t\t\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"3.141542e-02\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"3.362247e-02\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"3.509754e-02\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"3.635860e-02\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"3.749945e-02\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"3.854943e-02\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"3.888885e-02\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"0.875\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t\t\t\t\t<stop offset=\"1\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t\t\t\t<\/lineargradient>\t\t\t\t\t\t\t\t\t<polygon style=\"fill:url(#SVGID_00000038376660834576201570000012030428304631641245_);\" points=\"122.1,84.2 114.6,81.7           105.9,84.3 105.9,115.2 122.1,115.2          \"><\/polygon>\t\t\t\t\t\t\t\t<\/g>\t\t\t\t\t\t\t<\/g>\t\t\t\t\t\t<\/g>\t\t\t\t\t\t<g>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000074432082747188650940000000689120975589779378_\" gradientunits=\"userSpaceOnUse\" x1=\"84.1901\" y1=\"166.1573\" x2=\"122.5957\" y2=\"195.098\">\t\t\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t\t\t<\/lineargradient>\t\t\t\t\t\t\t<polygon style=\"fill:url(#SVGID_00000074432082747188650940000000689120975589779378_);\" points=\"104,219.8 104,142.4         102.1,142.4 102.1,216.2 103.6,218.9 103.6,219.1        \"><\/polygon>\t\t\t\t\t\t\t<g>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000160184361241579966290000014582495599221004976_\" gradientunits=\"userSpaceOnUse\" x1=\"113.9984\" y1=\"142.4016\" x2=\"113.9984\" y2=\"238.1393\">\t\t\t\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"4.861552e-02\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"5.880840e-02\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"6.562077e-02\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"7.144475e-02\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"7.671358e-02\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"8.156276e-02\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"8.313027e-02\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.8467\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"1\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t\t\t\t<\/lineargradient>\t\t\t\t\t\t\t\t<polygon style=\"fill:url(#SVGID_00000160184361241579966290000014582495599221004976_);\" points=\"122.1,142.4 105.9,142.4          105.9,223.3 106.3,223.9 106.3,223.7 114.4,238.1 122.1,223.7         \"><\/polygon>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000033333171569149740640000009581545313830019505_\" gradientunits=\"userSpaceOnUse\" x1=\"105.674\" y1=\"166.7137\" x2=\"143.0305\" y2=\"194.8639\">\t\t\t\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t\t\t\t<\/lineargradient>\t\t\t\t\t\t\t\t<polygon style=\"fill:url(#SVGID_00000033333171569149740640000009581545313830019505_);\" points=\"124,142.4 124,220.1          124.4,219.3 124.4,219.1 126,216.2 126,142.4         \"><\/polygon>\t\t\t\t\t\t\t<\/g>\t\t\t\t\t\t<\/g>\t\t\t\t\t<\/g>\t\t\t\t<\/g>\t\t\t<\/g>\t\t\t<g>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000003825948125622603620000001731560202951934351_\" gradientunits=\"userSpaceOnUse\" x1=\"42.3725\" y1=\"49.9781\" x2=\"80.0208\" y2=\"78.3481\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000003825948125622603620000001731560202951934351_);\" d=\"M92.7,61.6c-0.2,0.2-0.4,0.4-1.1,0.4     c-1.1-0.4-14.9-7.4-24.1-8.5C54.8,52.1,44.3,55.6,35.7,64c-0.2-0.4-0.7-0.7-0.9-0.7c-0.4-0.2-1.1,0-2,0.9     c-0.9,0.7-0.9,1.5-0.7,2c0,0.4,0.4,0.9,0.7,1.1c-0.4,0.7-1.5,2.2-2,3.1c-2-1.5-2-2-2-2c1.1-3.1,8.3-10.5,14.7-13.1     c8.5-3.9,21.7-7,48,2.8l0.2,0.4C92.5,59.6,92.9,60.9,92.7,61.6z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000080906845034468700700000016970687580191514272_\" gradientunits=\"userSpaceOnUse\" x1=\"27.3809\" y1=\"109.4542\" x2=\"29.9771\" y2=\"111.4106\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000080906845034468700700000016970687580191514272_);\" d=\"M28.5,108c0.4-0.4,2.6-0.2,2,2.2     c-0.4,2.6-3.3,2.4-3.3,2.4c0-0.4,0.9-1.3,0.7-1.5C27.4,110.6,28,108.4,28.5,108z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000173151188704679612790000011457184462250137237_\" gradientunits=\"userSpaceOnUse\" x1=\"28.6748\" y1=\"114.6052\" x2=\"31.9098\" y2=\"117.0429\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000173151188704679612790000011457184462250137237_);\" d=\"M32.2,115.7c0.2,1.8-1.5,2.4-2,2.2     c0.4-0.9-0.9-2.6-2.2-1.1c0,0,0-2,1.3-2.8C30.5,113,32,113.9,32.2,115.7z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000154405945153610387290000012379186170259873452_\" gradientunits=\"userSpaceOnUse\" x1=\"47.5014\" y1=\"116.4052\" x2=\"50.1457\" y2=\"118.3978\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000154405945153610387290000012379186170259873452_);\" d=\"M46.9,117.4c0-0.4,1.3-2.2,3.3-1.3     c1.3,1.5-0.7,3.3-1.8,3.3C48.6,119.2,49.3,116.3,46.9,117.4z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000052064331282149697280000012705580330062498224_\" gradientunits=\"userSpaceOnUse\" x1=\"37.9164\" y1=\"115.1349\" x2=\"40.5449\" y2=\"117.1156\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000052064331282149697280000012705580330062498224_);\" d=\"M40.3,117.4c-0.4-0.4-1.8,0.4-1.8,0.4     c0.4-0.4,0.2-3.7,0.4-4.2C39.2,114.1,40.5,116.6,40.3,117.4z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000029723982325405479640000009444044797408913024_\" gradientunits=\"userSpaceOnUse\" x1=\"36.2122\" y1=\"127.512\" x2=\"39.8223\" y2=\"130.2324\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000029723982325405479640000009444044797408913024_);\" d=\"M39.2,131l-3.3-2.8     c0,0,0.4-2.2,2.4-0.2C40.5,129.9,39.2,131,39.2,131z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000136399473798619650690000007006814234627460514_\" gradientunits=\"userSpaceOnUse\" x1=\"35.1049\" y1=\"129.5519\" x2=\"40.1184\" y2=\"133.3298\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000136399473798619650690000007006814234627460514_);\" d=\"M39.2,134.1l-3.9-3.3     c0,0-0.4-1.8,0.7-2C36.6,129,41.8,133.4,39.2,134.1z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000040571774494477520800000016496805425608959421_\" gradientunits=\"userSpaceOnUse\" x1=\"35.2539\" y1=\"131.9231\" x2=\"39.9759\" y2=\"135.4814\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000040571774494477520800000016496805425608959421_);\" d=\"M35.7,131.4l3.9,3.1     c0.9,1.5,0,1.5-2.6-0.4C34.4,131.9,35.7,131.4,35.7,131.4z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000134239624531059807350000002414565370703255474_\" gradientunits=\"userSpaceOnUse\" x1=\"35.1834\" y1=\"134.0784\" x2=\"39.5535\" y2=\"137.3716\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000134239624531059807350000002414565370703255474_);\" d=\"M36.8,136.3c-1.5-1.1-1.8-2.8-0.9-2.8     c0.4,0.9,2.4,2,3.5,2.6c0.9,1.3-0.7,2-0.7,2S38.6,137.1,36.8,136.3z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000083084936891165499650000003984638503874023342_\" gradientunits=\"userSpaceOnUse\" x1=\"35.7436\" y1=\"137.3481\" x2=\"39.3391\" y2=\"140.0574\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000083084936891165499650000003984638503874023342_);\" d=\"M36.4,137.8c0,0-0.7-2.2,0.9-0.9     c1.5,1.3,3.1,3.3,1.1,3.9L36.4,137.8z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000136403214154490202680000004493794976783980438_\" gradientunits=\"userSpaceOnUse\" x1=\"35.3582\" y1=\"139.3663\" x2=\"38.408\" y2=\"141.6645\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000136403214154490202680000004493794976783980438_);\" d=\"M36.6,138.5c0,0,1.1,1.8,1.8,2.6     c0.4,0.9-1.1,1.5-1.1,1.5s-0.4-1.3-1.3-2.4C34.8,138.7,36.6,138.5,36.6,138.5z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000018235212813440625310000000380016883351606924_\" gradientunits=\"userSpaceOnUse\" x1=\"34.3567\" y1=\"141.4088\" x2=\"37.5048\" y2=\"143.781\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000018235212813440625310000000380016883351606924_);\" d=\"M35.7,140.2c0.7,1.1,1.1,2.8,1.1,2.8     s0.7,2.4-0.9,1.8l-0.7-2C35.3,142.8,34.6,139.6,35.7,140.2z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000182516086500607643480000011711093715548970891_\" gradientunits=\"userSpaceOnUse\" x1=\"33.5668\" y1=\"143.7758\" x2=\"35.7424\" y2=\"145.4152\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000182516086500607643480000011711093715548970891_);\" d=\"M34,144.6c-0.7-1.3,0.9-2.2,0.9-2.2     s0.4,2,0.9,2.4c0.2,1.3-1.5,1.8-1.5,1.8S34.6,146.1,34,144.6z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000031182794721927890870000014589791071798391701_\" gradientunits=\"userSpaceOnUse\" x1=\"32.1595\" y1=\"145.9522\" x2=\"34.128\" y2=\"147.4355\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000031182794721927890870000014589791071798391701_);\" d=\"M33.5,144.8c-0.2,0.4,0.4,1.3,0.4,2.4     c0.2,1.1-1.5,1.1-1.5,1.1C32,146.8,32.6,144.4,33.5,144.8z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000099627793893110395460000012308408830469119157_\" gradientunits=\"userSpaceOnUse\" x1=\"19.7931\" y1=\"139.663\" x2=\"32.0231\" y2=\"148.8789\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000099627793893110395460000012308408830469119157_);\" d=\"M23.9,136.7c2.4-0.2,4.6,2.2,4.6,4.4     c0,2.4-2.4,3.9-4.2,3.3c-1.8-0.7-2.6-2.4-1.1-3.7c1.3-1.1,2,0.2,1.5,0.7c-0.2,0.4-1.1,0.7-0.9-0.2c-0.4-0.2-1.8,1.5,0.2,2.6     c2.2,0.9,3.5-0.9,3.9-1.8c0.2-0.9-0.4-4.4-3.7-4.8c-3.3-0.2-6.8,3.9-4.2,8.3c2.6,4.2,6.1,4.4,7.7,3.5c1.3-0.7,3.7-3.5,4.4-1.3     c0,0,1.1,1.3-2.4,2.2c-3.7,1.1-6.4-0.2-8.1-1.5c-1.8-1.3-3.3-4.8-2.4-7C19.7,139.1,21.5,137.1,23.9,136.7z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000124147132617979970310000000433096250012188839_\" gradientunits=\"userSpaceOnUse\" x1=\"23.7419\" y1=\"126.8101\" x2=\"33.2903\" y2=\"134.0053\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000124147132617979970310000000433096250012188839_);\" d=\"M25.4,129.9c-1.5-0.9-3.3,0.2-3.9,0.9     c0.2-3.1,3.3-3.3,4.8-2.8c-0.2,1.1,1.5,2.6,2,2.4c0.7,0.4,3.5,0.9,3.7,0.4c-0.4,0.2-3.1-0.2-3.5-0.9c0.9-0.9,3.7-0.2,4.4-0.2     c-0.2,0.2,0.2,0.7,0.2,0.7c1.1,0.2,1.8-0.9,1.8-0.9c-0.7,1.8-1.8,0.9-1.5,1.3c0.2,0.4,0.9,0.7,1.1,0.7c0.4,0,0.9-0.7,0.7,0.2     c-0.4,0.4-3.3,1.1-2.8,2.2c-0.7,0.4-2.2-1.3-1.5-2.2C30,132.1,26.9,130.8,25.4,129.9z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000017476037636470351460000001833940369746773159_\" gradientunits=\"userSpaceOnUse\" x1=\"34.6526\" y1=\"26.8301\" x2=\"63.9892\" y2=\"48.9368\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000017476037636470351460000001833940369746773159_);\" d=\"M69.2,33.3c1.5,1.8,2.2,3.5,2,5     c-0.2,0.9-0.4,1.5-0.9,2.2c0.2-0.9,0.2-1.8,0-2.6c-0.4-1.8-2-3.5-3.9-4.2c-3.5-1.3-6.8-0.7-10.5,1.8c-3.1,2.2-6.6,8.3-6.1,11     v0.7l0.4-0.4c1.1-1.1,2.8-1.3,4.2-0.9c1.1,0.2,2,0.9,2.4,1.3c-0.7,0.2-1.5,0.7-2.2,1.3c-0.9,0.9-1.5,2-1.5,2.6     c-5.3,0.4-11.4,3.9-12.7,4.6c-0.7-0.9-2.2-2-3.3-2.2c0.4-1.5,1.8-2.4,2.4-2.8c1.3-0.7,2.8-0.9,3.5-0.7l0.7,0.2l0.2-0.4     c-1.5-2.6,3.5-11.8,5.7-15.8c0.4-0.7,0.7-1.1,0.9-1.5c1.5-2.8,5.3-10.1,0.9-15.8c-2.2-2.8-4.2-3.7-5.9-3.7c0,0,0,0-0.2,0     c2-0.4,4.6,0,7.7,2.8c5,4.6,4.6,11.8,2.8,15.3L55.2,32l0.9-0.4C59.6,29.1,65.5,29.1,69.2,33.3L69.2,33.3z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000134227436835394220790000000810007787118696361_\" gradientunits=\"userSpaceOnUse\" x1=\"39.6177\" y1=\"17.3505\" x2=\"46.9341\" y2=\"22.8638\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000134227436835394220790000000810007787118696361_);\" d=\"M45.1,13.8c0.4,0,0.9,0,1.1,0     c-0.4,0-0.7,0.2-1.1,0.2c-1.1,0.4-1.8,1.5-2,3.1c-0.2,0.9,0,1.5,0.7,2.2c0.9,0.9,2.4,1.3,3.3,1.3c0.7,1.1,0,2-0.4,2.6     c-0.9,0.9-2.2,1.5-2.8,1.1l-0.2-0.2v0.4c-0.2,0.9-0.7,1.3-1.3,1.5c-0.9,0.4-1.8,0.2-2.4,0c0.2-0.4,0.4-1.1,0.7-2.2     c0-0.7-0.2-1.5-0.4-2.2c-0.7-1.3-1.3-2.8,0.2-5.3C41.8,14.9,43.6,14,45.1,13.8z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000103263296953710630160000016150465853557835933_\" gradientunits=\"userSpaceOnUse\" x1=\"62.1862\" y1=\"40.0559\" x2=\"74.8237\" y2=\"49.5789\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000103263296953710630160000016150465853557835933_);\" d=\"M71.2,50.8c-1.1-0.7-1.5-2-1.3-2.2     l0.7-1.3l-1.1,1.1c-0.4,0.7-2.4,1.5-3.9,2c-0.7,0-5-0.2-6.8,0c0.7-0.9,2.6-3.3,3.5-3.5h0.4l-0.2-0.4c-1.5-2-2-3.7-1.1-5.3     c0.9-1.3,2.6-2.2,3.9-2.4c-0.4,0.4-0.9,0.9-0.9,1.8c0,0.7,0.2,1.5,2,2.4c0.4,0.2,0.9,0.2,1.5,0.2h0.4c0.7,0,1.3-0.4,1.8-0.9     c1.5-1.3,2.4-3.9,1.8-6.1c-0.4-1.5-1.5-2.8-2.6-3.7c2.2,1.5,4.2,3.9,4.4,5.3C74,39.9,73.4,46.4,73,48c-0.2,0.9-0.4,1.5,0,2     c0.2,0.2,0.4,0.4,1.1,0.7C73,51.7,71.9,51.5,71.2,50.8z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000162342373714634777740000009207300897421548210_\" gradientunits=\"userSpaceOnUse\" x1=\"57.089\" y1=\"54.452\" x2=\"62.7611\" y2=\"58.7262\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000162342373714634777740000009207300897421548210_);\" d=\"M61.1,54.1c-0.7,0.9-1.8,2.2-1.8,3.5     c0,0.7,0.2,1.3,0.9,1.8c0.7,0.4,1.1,0.7,1.5,0.7c-0.2,0-0.4,0-0.9,0c-0.4,0-2.2-0.7-3.3-2c-0.7-0.9-0.9-2.2-0.4-3.7     C58.7,54.1,60.2,54.1,61.1,54.1z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000071545983849982693510000018192512070909446051_\" gradientunits=\"userSpaceOnUse\" x1=\"57.7407\" y1=\"56.2202\" x2=\"64.5982\" y2=\"61.3877\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000071545983849982693510000018192512070909446051_);\" d=\"M64.4,56.5c0.7,0.4,1.1,1.1,1.3,1.8     c0.2,1.1-0.4,2.2-1.1,3.1c-0.4,0.7-1.3,1.1-2.2,1.3c-1.3,0.2-2.8-0.2-4.2-1.3c-1.1-0.9-1.5-2.2-1.8-3.5c0.7,1.5,2,2.6,3.7,3.1     c1.5,0.4,2.4-0.2,2.8-0.9c0.7-0.9,0.7-2,0.4-2.4c-0.2-0.2-0.4-0.4-0.7-0.7c-0.2-0.2-0.4-0.2-0.4-0.4     C63.1,56.3,64,56.3,64.4,56.5z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000067914417342604684350000011345655806159402891_\" gradientunits=\"userSpaceOnUse\" x1=\"37.3695\" y1=\"63.3787\" x2=\"38.6798\" y2=\"64.3661\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000067914417342604684350000011345655806159402891_);\" d=\"M38.8,62.2c0.2,1.3,0,2.2-0.7,2.8     c-0.2,0.2-0.7,0.4-0.9,0.4c0.2-0.2,0.2-0.4,0.4-0.7c0.2-0.7,0.2-1.1-0.2-1.5C37.5,63.1,38.1,62.7,38.8,62.2z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000150087063296709125440000017258921685054615716_\" gradientunits=\"userSpaceOnUse\" x1=\"34.9759\" y1=\"62.8872\" x2=\"39.1945\" y2=\"66.0661\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000150087063296709125440000017258921685054615716_);\" d=\"M39.2,65.3c1.1-1.8,0.7-3.1,0.2-3.5     c0.2,0,0.2-0.2,0.2-0.2c0.9,1.5,0.4,2.8,0,3.7c-0.7,1.5-2.2,2.2-3.3,2.4c-1.3,0.2-2.6-0.7-3.1-1.5c-0.2-0.4-0.2-0.9,0.2-1.3     c0.2-0.2,0.4-0.4,0.7-0.2c0.4,0,0.7,0.7,0.9,1.1l0-0.2l0.2,0.2l0,0c0,0.2,0,0.2,0.2,0.2c0.2,0.2,0.9,0.7,1.5,0.7l0,0     C37.7,66.8,38.6,66.4,39.2,65.3z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000087394092120707102140000007961904124155213447_\" gradientunits=\"userSpaceOnUse\" x1=\"30.305\" y1=\"60.0758\" x2=\"33.1683\" y2=\"62.2335\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000087394092120707102140000007961904124155213447_);\" d=\"M30.9,60c1.8-0.9,3.7-0.9,4.6-0.9     c-0.4,0.4-1.3,1.1-1.5,1.5l0,0c-0.4-0.2-1.1-0.4-1.5-0.4c-0.2,0-0.7,0-0.9,0.2c-1.3,0.4-2.4,2-3.1,3.1     C28.7,62,29.6,60.7,30.9,60z\"><\/path>\t\t\t\t<g>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000082360876347229064540000017135649240942050485_\" gradientunits=\"userSpaceOnUse\" x1=\"26.0602\" y1=\"62.7327\" x2=\"67.3435\" y2=\"93.8418\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000082360876347229064540000017135649240942050485_);\" d=\"M70.3,86.8c-1.5,0-3.3,1.5-3.9,2.6      c-0.4,0.7-1.1,2.2-2,3.9c-1.3,3.1-2.8,6.8-4.4,8.5c-2.2,2.8-6.4,5.5-8.8,5.9c0.4-0.9,0.9-2.4,0.9-3.1c3.9-0.9,6.6-5,7.4-8.3      c0.7-3.1,0-5.9-1.8-7.4c-2.2-1.8-4.6-2.2-6.8-1.3c-1.8,1.1-2.8,2.6-2.8,4.2c0,1.3,0.7,2.4,2,2.8c1.1,0.4,2.4,0,3.1-0.9      c0.7,1.1,0.4,2.2,0,2.8c-0.7,1.3-2.2,2.2-3.3,2l-0.9-0.2l0.7,0.7c0.2,0.2,1.8,2.8,1.5,5.5c-0.2,2-1.1,3.5-2.8,4.6      c-3.1,2-5,1.3-5.9,0.7c-0.9-0.4-1.3-1.3-1.3-2c0.2,0,0.4,0.2,0.4,0.2l0,0c0.2,0.7,0.7,1.1,1.1,1.1c1.1,0.2,2.6-0.2,3.5-1.1      c1.3-1.5,0-6.1-1.5-8.3l-0.2-0.2l-0.2,0.2c-1.1,0.9-2.2,0.4-3.1,0.2c-1.1-0.4-2.2-1.5-2.4-2.2c0.7,0,1.3-0.2,1.8-0.4      c0.4-0.4,0.9-1.1,0.9-2.2c0-1.8,2.8-8.5,5-9.2l1.5-0.4h-1.8c0,0,0,0-0.2,0c-2.2,0-5,2-5.9,3.3c-0.9,0.9-1.5,2-1.5,2.8      c0,0.2,0.2,0.4,0.2,0.7c-0.7,0.2-1.8,0.2-2.4-0.2c-0.4-0.2-1.1-0.7-0.9-1.5l0.2-0.9l-0.7,0.7c-0.4,0.4-1.1,0.7-2,0.7      c-1.5,0-3.1-1.1-3.9-1.8c0.7-0.2,1.1-1.3,1.3-2.4c0.2-0.9,0.4-1.8,0.9-2c0.2,0,0.4,0,0.7,0l1.1,0.4l-0.2-1.1      c-0.9-1.3-0.2-2.2,0.2-2.6c0.4-0.2,0.7-0.4,1.1-0.7L34,81.1c-0.2,0.4-0.2,1.1,0.7,1.5c1.5,0.9,8.3,0.2,9.9-1.1l0.7-0.4h-0.9      c-0.2,0-0.2,0-0.4,0c-3.9,0-10.5-3.1-14.5-6.6v-0.2l-0.2,0.2c-0.7-0.7-1.3-1.3-1.8-2c-3.3-4.2-2.2-9.2,0.4-12      c2.4-2.6,5.9-3.5,8.3-2.2l0,0l-0.2,0.2c-0.2,0-0.4,0-0.7,0c-1.3-0.2-3.9-0.7-6.1,1.3c-1.3,1.1-2,2.6-2,4.6c0,2,0.7,4.2,2,5.5      c2.4,2.4,7.4,5.5,10.5,5.3h0.2v-0.2c-0.2-1.3,0.4-2.2,1.3-2.6c1.1-0.7,2.4-0.9,3.3-0.7l-0.2,0.2c-0.4,0.4-0.2,1.3,0.2,2.6v0.2      c0.7,2,6.4,4.2,9.2,4.8l1.3,0.2l-1.1-0.9c-2.2-1.5-9.9-16.7-10.7-19.5c2-1.8,8.3-3.9,9.6-3.9c-1.1,7.4,5.3,19.9,5.9,21l0,0      l0.4,0l0,0c-0.4-1.1,1.5-4.8,2.6-6.6l0.4-0.7c0.4-0.7,1.5-1.8,2.6-2.8c2.2-2,4.4-4.2,4.4-5.7c1.1,0.4,1.3,1.3,1.5,2.2      c0.4,2-0.2,4.4-1.3,5.3L69,68.6l0.4,0.2c0.2,0,0.9,1.1,1.1,2.4c0,0.4,0.2,1.5-0.4,2.2c-0.7-0.4-1.5-0.7-2.4-0.4      c-2,0.7-3.5,3.3-4.2,4.8l-0.2,0.4c-0.9,2.2-2.2,5.9,0,9.4l0.4-0.2c-0.2-0.7,1.1-2.4,2.2-3.9c1.3-2,2.6-3.7,2.4-4.8      c0-0.2,0-0.2-0.2-0.4c0.9-0.2,1.5,0,2.2,0.7c1.1,1.3,1.3,3.7,0.4,5l-0.2,0.2l0.4,0.2c0.7,0.2,1.1,0.9,1.3,1.8      c0,0.4,0,1.1-0.4,1.8C71.6,87.2,71.2,86.8,70.3,86.8z\"><\/path>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000076568614897350962030000014327675538822136510_\" gradientunits=\"userSpaceOnUse\" x1=\"14.2373\" y1=\"90.0384\" x2=\"42.6461\" y2=\"111.446\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000076568614897350962030000014327675538822136510_);\" d=\"M28.7,75.6c-0.2,1.3-1.5,6.1-1.3,8.5      c0,0.2,2.6,20.4,18.4,21c0.2,0.7,0.2,1.8-0.2,2.4c-0.4,0.4-0.9,0.7-1.8,0.7c-0.4,0-1.5-0.4-2.6-1.1H41c-3.3-1.8-7.7-5-9.4-7.4      l-0.4,0.2c2,3.3,4.8,8.8,4.8,9.6c0.2,0.7-0.4,2.2-0.9,3.1v0.2c-0.9-3.5-3.9-12-5-13.8l-0.4-0.7v0.9c0,0.7,0,1.3,0,2.2      c0,1.8,0,4.6-0.2,5.5l0,0c-0.4,0-0.9,0.2-1.1,0.7c-0.9,0.9-1.3,2.4-0.7,3.5c-0.4,2-3.7,7.7-10.1,7.9c-0.2-0.4,0-2,0.2-2.4      c2.8-0.2,8.1-3.9,8.8-7.9c0-0.4,0.2-1.1,0.2-1.5c0.7-3.7,1.8-8.8-0.4-14.7c-2.2-6.1-0.2-16.9,0.7-19.3      C27.2,74,28.3,75.1,28.7,75.6z\"><\/path>\t\t\t\t<\/g>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000142159910433443535940000010797681946459184003_\" gradientunits=\"userSpaceOnUse\" x1=\"3.6866\" y1=\"96.6637\" x2=\"26.6281\" y2=\"113.9513\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000142159910433443535940000010797681946459184003_);\" d=\"M0,106.3c0-4.2,1.3-7.2,3.7-9.2     c4.2-3.7,10.5-3.1,11.6-2.8c1.8,0.2,2.8-0.4,3.5-1.3c0.4-0.7,0.4-1.5,0.2-2.2c0.9,0,1.8,0.2,2.2,0.9c0.7,0.7,0.9,1.8,0.7,2.8     v0.2h0.2c1.1,0.2,1.5,1.3,1.8,2.2c0,0.4,0,0.9-0.2,1.3c-0.9-0.4-1.5-0.2-2.4-0.2c-0.9,0.2-2,0.2-3.1-0.2L18,98.1     c1.8,1.1,2.4,2.8,3.1,4.8c0.9,2.2,1.8,4.4,3.9,5.9c0.2,0.4-0.9,1.8-1.3,2.4c-0.9-0.7-3.7-3.5-4.2-4.2l-0.4-0.4l-0.2,0.7     c-0.4,2.2,0.4,5.3,1.8,6.1c-0.2,0.7-0.9,1.1-1.3,1.1l0,0c-0.7,0-1.1-0.4-1.5-1.1l-0.2-0.2l-0.2,0.4c0,0-0.9,1.3-1.1,3.5     c-0.2,2.4,1.5,5.3,3.1,5.9c0.2,0,0.4,0,0.4,0c-1.3,0.2-2.8-0.2-4.2-1.3c-2.6-2.4-3.1-5.5-2.4-7.7l0.2-0.4h-0.4     c-1.5,0.2-2.4-0.7-2.8-1.3c-0.2-0.2-0.2-0.7,0-0.7c0.9,0.4,2.2-0.2,3.3-1.3c1.1-1.1,2-2.4,1.3-3.3l-0.2-0.2l-0.2,0.2     c-0.4,0.4-3.3,1.8-4.6,1.8c-0.9-0.2-3.5-0.2-4.4,0.7c-0.2-0.7,0-2,0.4-2.8c0.2-0.4,0.7-1.1,1.3-1.1l0,0h0.7l-0.4-0.4     c-0.9-0.9-0.2-2.2,0.2-2.8c0.2-0.2,0.7-0.4,0.9-0.4l0.4,0.2v-0.4c0-0.2,0.2-0.4,0.4-0.7c0.2,0,0.2-0.2,0.4-0.2     c-0.2,0.4-0.4,0.9-0.2,1.5c0.2,0.7,0.9,1.1,1.8,1.3c1.1,0.2,2.8-0.7,3.7-2c0.4-0.7,0.9-2.2-0.9-3.9c-1.1-1.1-2.4-1.8-3.7-1.8     l0,0c-2.4,0-4.6,1.8-5.7,2.6c-2.6,2.4-2.4,8.3-1.1,11c1.3,2.6,5,5.5,8.3,6.4c-0.2,0.9,0.4,2.2,0.9,2.8c-1.1-0.2-3.5-0.7-6.1-2     C2.2,115,0,111.3,0,106.3z\"><\/path>\t\t\t\t<g>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000145754512647372142280000016202806666066613169_\" gradientunits=\"userSpaceOnUse\" x1=\"32.2494\" y1=\"121.1819\" x2=\"35.7761\" y2=\"123.8394\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000145754512647372142280000016202806666066613169_);\" d=\"M31.8,122.5c0-0.7,0.4-1.8,1.8-2      c0.7,0.4,1.5,2.2,2,3.7l0,0C34.6,122.5,33.5,121.8,31.8,122.5z\"><\/path>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000120545342047114771640000010921047536560366985_\" gradientunits=\"userSpaceOnUse\" x1=\"33.5069\" y1=\"128.8348\" x2=\"34.2218\" y2=\"129.3735\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000120545342047114771640000010921047536560366985_);\" d=\"M33.5,128.8c0.4,0,0.9,0,1.1,0      c-0.2,0.4-0.7,0.7-1.1,0.9C34,129.5,33.7,129.3,33.5,128.8C33.7,129,33.7,128.8,33.5,128.8z\"><\/path>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000026157058570293881670000008233849113857780150_\" gradientunits=\"userSpaceOnUse\" x1=\"24.068\" y1=\"119.1975\" x2=\"35.0398\" y2=\"127.4653\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000026157058570293881670000008233849113857780150_);\" d=\"M28,129.5h-0.2      c-0.7-0.7-0.9-1.3-0.9-1.8c0-0.2,0.2-0.4,0.7-0.4l0.7-0.2l-0.7-0.2c-2-0.9-2.2-3.3-2.4-5.9c0-2,0.9-5.3,2.6-6.4      c-0.4,1.1-0.9,3.1-0.7,5c0.2,2.2,1.3,3.7,2.8,4.8l0.4,0.4l0.2-0.7c0,0,0-0.4,0.4-0.7c0.2-0.2,0.9-0.7,2.2,0c0,0,0,0,0,0.2      c-0.2,0.4-0.4,1.1,0.2,2c0.4,0.7,1.1,0.7,1.8,0.4c0.2-0.2,0.7-0.4,0.7-1.1c0,0.7,0,1.3-0.4,1.8c-1.3,1.5-4.2,0.2-4.8-0.2      l-1.1-0.7l0.7,1.1c0.4,0.7,1.5,1.1,2.6,1.3l0.4,0.4c-0.2,0-0.7,0-1.1,0.2c-0.4,0.2-1.1,0-1.8,0c-0.2,0-0.7-0.2-0.9-0.2      c-0.2,0-0.7,0-0.7,0.4C28.5,129.3,28.3,129.3,28,129.5z\"><\/path>\t\t\t\t<\/g>\t\t\t\t<g>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000145045663575662695770000009623102714035623330_\" gradientunits=\"userSpaceOnUse\" x1=\"36.1254\" y1=\"125.4868\" x2=\"37.4214\" y2=\"126.4634\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000145045663575662695770000009623102714035623330_);\" d=\"M36.4,126.6c0.2-0.4,0.2-1.1,0.2-1.8      l0,0c0.2,0.4,0.7,1.1,0.9,1.5c0,0,0,0-0.2,0C37,126.4,36.6,126.6,36.4,126.6z\"><\/path>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000151513937404908336470000007842405957177928320_\" gradientunits=\"userSpaceOnUse\" x1=\"32.8011\" y1=\"112.591\" x2=\"40.3824\" y2=\"118.3039\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000151513937404908336470000007842405957177928320_);\" d=\"M34,119.6c-0.2-0.2-0.4-0.9,0.9-4.2      l0.2-0.7c0.4-0.9,0.7-2,1.3-3.3l0.2-0.4c0.4-1.1,0.2-2.6,0-3.5c0.2,0.2,0.9,0.4,1.3,1.3l0,0c0.7,1.3,0.2,8.3-0.2,9.2      c-0.7,0.9-1.1,4.2-1.1,5.3C35.7,121.8,34.6,120.1,34,119.6z\"><\/path>\t\t\t\t<\/g>\t\t\t\t<g>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000030448838133223025020000012726331694748166583_\" gradientunits=\"userSpaceOnUse\" x1=\"47.8134\" y1=\"124.8557\" x2=\"50.0948\" y2=\"126.5749\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000030448838133223025020000012726331694748166583_);\" d=\"M48.6,127.3v-0.2      c0.2-0.4,0.2-0.9,0.4-1.1l0.4-0.7l-0.7,0.2c-0.7,0.2-1.1,0.7-1.3,1.1c0-0.4,0-0.9-0.2-1.1c0.2-0.4,0.7-0.4,1.1-0.7      c0.9-0.2,2,0,2.6,0.4C49.7,125.3,49.1,126.4,48.6,127.3z\"><\/path>\t\t\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000121994707760873450410000003333665680883412610_\" gradientunits=\"userSpaceOnUse\" x1=\"38.0682\" y1=\"119.1355\" x2=\"49.1042\" y2=\"127.4517\">\t\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t\t<\/lineargradient>\t\t\t\t\t<path style=\"fill:url(#SVGID_00000121994707760873450410000003333665680883412610_);\" d=\"M44.9,130.6v0.2c0,0,0,0.2,0,0.4      c0,0.7,0,1.3-0.7,1.5c-0.2,0-0.7,0-1.1-0.2s-0.9-0.7-1.1-1.1l-0.2-0.7l-0.2,0.7c-0.2,0.4-0.2,0.7-0.4,0.7c-0.2,0-0.4,0-0.7-0.2      c-0.2,0-0.4-0.2-0.2-0.4c0-0.2,0.4-0.4,0.7-0.2l0,0l0.2-0.4l0,0c0,0-0.2-0.2-0.4-0.4c1.3,0.4,3.5-0.2,4.6-0.9c0,0,0,0,0.2,0      l-0.7-0.4l0,0c-0.2,0-0.4,0-1.1,0.2c-0.4,0-0.9,0-1.5,0.2c-0.9,0-1.5-0.2-1.8-0.7c-0.2-0.2-0.2-0.4-0.2-0.4l-0.2-0.4      c-0.2,0-0.7-0.2-0.7-0.4l0,0l0,0c2.2,0,3.5-0.9,3.7-2.2l0.2-1.5l-0.7,1.3c-0.4,0.9-1.5,1.1-3.3,1.1l0,0c-1.5,0-2.2-1.1-2.2-4.6      c0-1.1,0.2-2,1.1-2.6s2-0.9,2.6-0.9c0.7,0.2,1.1,0.7,1.1,1.1c0,0.2-0.4,0.4-0.7,0.4c-1.8,0.2-2.6,2.4-2.6,3.5      c0,0.9,0.4,1.8,1.1,2c0.2,0.2,0.9,0.2,1.3-0.2c0.7-0.7,0.4-1.1,0.4-1.3c-0.2-0.7-0.9-0.9-1.5-1.1c0.2-0.4,0.7-1.3,0.9-1.5l0,0      c0.2,0,1.1,0.2,1.5,0.4l0.4,0.2v-0.7c-0.2-2.8,2-4.4,2.8-4.8c0.7-0.4,1.5-0.7,2-0.7c-0.4,0.2-0.7,0.4-1.1,0.9      c-1.1,1.5-0.7,4.4-0.4,5c0.4,1.5,0.7,3.1,0,3.3l-0.4,0.2l0.4,0.2c0.4,0.2,0.7,0.7,0.7,1.1c0,0.4,0,0.7-0.2,0.9      c-0.7-0.4-1.5-0.2-2.2,0c-0.2,0-0.4,0-0.4,0c-0.2,0-0.2,0-0.4,0c-0.7,0-2,0-2.2,0.9c-0.2,0.4,0,0.7,0.2,0.7      c0.7,0.4,2.6-0.2,3.1-0.4c0.2-0.2,0.9-0.2,1.3-0.2h0.2c0,0-0.2,0.2-0.2,0.4s0.2,0.7,0.4,0.7c0.4,0.2,0.9,0.2,1.3-0.2      c0.2-0.2,0.4-0.4,0.7-0.9l0,0c-0.2,0.7-0.9,2.4-2.8,2.2L44.9,130.6z\"><\/path>\t\t\t\t<\/g>\t\t\t<\/g>\t\t<\/g>\t\t<g>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000102511485205106447210000011723965118280347572_\" gradientunits=\"userSpaceOnUse\" x1=\"145.7297\" y1=\"46.6619\" x2=\"190.6844\" y2=\"80.5376\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000102511485205106447210000011723965118280347572_);\" d=\"M136.3,61.6c0.2,0.2,0.4,0.4,1.1,0.4    c1.1-0.4,14.9-7.4,24.1-8.5c12.7-1.3,23.2,2.2,31.8,10.5c0.2-0.4,0.4-0.7,0.7-0.7c0.4-0.2,1.1,0,2,0.9c0.9,0.7,0.9,1.5,0.7,2    c0,0.4-0.4,0.9-0.7,1.1c0.4,0.7,1.5,2.2,2,3.1c2-1.5,2-2,2-2c-1.1-3.1-8.3-10.5-14.7-13.1c-8.5-3.9-21.7-7-48,2.8l-0.2,0.4    C136.5,59.6,136,60.9,136.3,61.6z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000033330598206759716820000003827273875964031382_\" gradientunits=\"userSpaceOnUse\" x1=\"198.3696\" y1=\"108.7711\" x2=\"202.3832\" y2=\"111.7956\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000033330598206759716820000003827273875964031382_);\" d=\"M200.5,108c-0.4-0.4-2.6-0.2-2,2.2    c0.4,2.6,3.3,2.4,3.3,2.4c0-0.4-0.9-1.3-0.7-1.5C201.6,110.6,200.9,108.4,200.5,108z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000135685064430730076220000009234308846961555841_\" gradientunits=\"userSpaceOnUse\" x1=\"197.0531\" y1=\"114.602\" x2=\"200.5456\" y2=\"117.2338\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000135685064430730076220000009234308846961555841_);\" d=\"M196.7,115.7c-0.2,1.8,1.5,2.4,2,2.2    c-0.4-0.9,0.9-2.6,2.2-1.1c0,0,0-2-1.3-2.8C198.5,113,197,113.9,196.7,115.7z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000129169487186443082450000015709118980842096513_\" gradientunits=\"userSpaceOnUse\" x1=\"178.5854\" y1=\"116.3478\" x2=\"181.3168\" y2=\"118.406\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000129169487186443082450000015709118980842096513_);\" d=\"M182.1,117.4c0-0.4-1.3-2.2-3.3-1.3    c-1.3,1.5,0.7,3.3,1.8,3.3C180.3,119.2,179.6,116.3,182.1,117.4z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000072245766891737823390000002488096164891475074_\" gradientunits=\"userSpaceOnUse\" x1=\"188.8087\" y1=\"115.2058\" x2=\"191.0888\" y2=\"116.9239\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000072245766891737823390000002488096164891475074_);\" d=\"M188.6,117.4c0.4-0.4,1.8,0.4,1.8,0.4    c-0.4-0.4-0.2-3.7-0.4-4.2C189.7,114.1,188.4,116.6,188.6,117.4z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000165220655788497097840000018222158870530898110_\" gradientunits=\"userSpaceOnUse\" x1=\"193.0377\" y1=\"128.9885\" x2=\"189.2976\" y2=\"129.1192\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000165220655788497097840000018222158870530898110_);\" d=\"M189.7,131l3.3-2.8c0,0-0.4-2.2-2.4-0.2    C188.4,129.9,189.7,131,189.7,131z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000132778226253028384810000017645856489688887707_\" gradientunits=\"userSpaceOnUse\" x1=\"193.8005\" y1=\"131.3625\" x2=\"188.929\" y2=\"131.5326\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000132778226253028384810000017645856489688887707_);\" d=\"M189.7,134.1l3.9-3.3c0,0,0.4-1.8-0.7-2    C192.4,129,187.1,133.4,189.7,134.1z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000137812511685046230840000010044401376409229707_\" gradientunits=\"userSpaceOnUse\" x1=\"193.6096\" y1=\"133.448\" x2=\"188.8942\" y2=\"133.6127\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000137812511685046230840000010044401376409229707_);\" d=\"M193.2,131.4l-3.9,3.1    c-0.9,1.5,0,1.5,2.6-0.4C194.5,131.9,193.2,131.4,193.2,131.4z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000092417385736871485950000000480283796814968482_\" gradientunits=\"userSpaceOnUse\" x1=\"193.632\" y1=\"135.6481\" x2=\"189.1967\" y2=\"135.803\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000092417385736871485950000000480283796814968482_);\" d=\"M192.1,136.3c1.8-0.9,1.8-2.6,0.9-2.8    c-0.4,0.9-2.4,2-3.5,2.6c-0.9,1.3,0.7,2,0.7,2S190.4,137.1,192.1,136.3z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000082360765347903893240000014390852042823429555_\" gradientunits=\"userSpaceOnUse\" x1=\"192.7703\" y1=\"138.6425\" x2=\"189.6275\" y2=\"138.7522\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000082360765347903893240000014390852042823429555_);\" d=\"M192.6,137.8c0,0,0.7-2.2-0.9-0.9    s-3.1,3.3-1.1,3.9L192.6,137.8z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000014630657798183892930000012561158629746665406_\" gradientunits=\"userSpaceOnUse\" x1=\"193.3191\" y1=\"140.4941\" x2=\"190.4915\" y2=\"140.5928\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000014630657798183892930000012561158629746665406_);\" d=\"M192.4,138.5c0,0-1.1,1.8-1.8,2.6    c-0.4,0.9,1.1,1.5,1.1,1.5s0.4-1.3,1.3-2.4C193.9,138.7,192.4,138.5,192.4,138.5z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000155115240380255417160000005415475360720806581_\" gradientunits=\"userSpaceOnUse\" x1=\"193.9136\" y1=\"142.4932\" x2=\"191.9387\" y2=\"142.5621\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000155115240380255417160000005415475360720806581_);\" d=\"M193.2,140.2c-0.7,1.1-1.1,2.8-1.1,2.8    s-0.7,2.4,0.9,1.8l0.7-2C193.7,142.8,194.3,139.6,193.2,140.2z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000019653841565305681600000001948648335416936081_\" gradientunits=\"userSpaceOnUse\" x1=\"195.1631\" y1=\"144.4573\" x2=\"193.1904\" y2=\"144.5262\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000019653841565305681600000001948648335416936081_);\" d=\"M195,144.6c0.7-1.3-0.9-2.2-0.9-2.2    s-0.4,2-0.9,2.4c-0.2,1.3,1.5,1.8,1.5,1.8S194.3,146.1,195,144.6z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000177443831805956430230000015360798891834929298_\" gradientunits=\"userSpaceOnUse\" x1=\"196.6321\" y1=\"146.5181\" x2=\"194.9323\" y2=\"146.5775\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000177443831805956430230000015360798891834929298_);\" d=\"M195.4,144.8c0.2,0.4-0.4,1.3-0.4,2.4    c-0.2,1.1,1.5,1.1,1.5,1.1C197,146.8,196.3,144.4,195.4,144.8z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000136384236228709509150000010833825579919802757_\" gradientunits=\"userSpaceOnUse\" x1=\"199.373\" y1=\"141.2025\" x2=\"207.9668\" y2=\"147.6784\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000136384236228709509150000010833825579919802757_);\" d=\"M205.1,136.7c-2.4-0.2-4.6,2.2-4.6,4.4    c0,2.4,2.4,3.9,4.2,3.3s2.6-2.4,1.1-3.7c-1.3-1.1-2,0.2-1.5,0.7c0.2,0.4,1.1,0.7,0.9-0.2c0.4-0.2,1.8,1.5-0.2,2.6    c-2.2,0.9-3.5-0.9-3.9-1.8c-0.2-0.9,0.4-4.4,3.7-4.8c3.3-0.2,6.8,3.9,4.2,8.3c-2.6,4.2-6.1,4.4-7.7,3.5c-1.3-0.7-3.7-3.5-4.4-1.3    c0,0-1.1,1.3,2.4,2.2c3.7,1.1,6.4-0.2,8.1-1.5c1.8-1.3,3.3-4.8,2.4-7C209.2,139.1,207.5,137.1,205.1,136.7z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000073712846599318075690000001325007951530052508_\" gradientunits=\"userSpaceOnUse\" x1=\"195.9797\" y1=\"126.987\" x2=\"205.1352\" y2=\"133.8862\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000073712846599318075690000001325007951530052508_);\" d=\"M203.5,129.9c1.5-0.9,3.3,0.2,3.9,0.9    c-0.2-3.1-3.3-3.3-4.8-2.8c0.2,1.1-1.5,2.6-2,2.4c-0.7,0.4-3.5,0.9-3.7,0.4c0.4,0.2,3.1-0.2,3.5-0.9c-0.9-0.9-3.7-0.2-4.4-0.2    c0.2,0.2-0.2,0.7-0.2,0.7c-1.1,0.2-1.8-0.9-1.8-0.9c0.7,1.8,1.8,0.9,1.5,1.3s-0.9,0.7-1.1,0.7c-0.4,0-0.9-0.7-0.7,0.2    c0.4,0.4,3.3,1.1,2.8,2.2c0.7,0.4,2.2-1.3,1.5-2.2C198.9,132.1,202,130.8,203.5,129.9z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000113338033293282176280000005735888432661273258_\" gradientunits=\"userSpaceOnUse\" x1=\"167.1801\" y1=\"23.3334\" x2=\"197.433\" y2=\"46.1306\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000113338033293282176280000005735888432661273258_);\" d=\"M159.7,33.3c-1.5,1.8-2.2,3.5-2,5    c0.2,0.9,0.4,1.5,0.9,2.2c-0.2-0.9-0.2-1.8,0-2.6c0.4-1.8,2-3.5,3.9-4.2c3.5-1.3,6.8-0.7,10.5,1.8c3.1,2.2,6.6,8.3,6.1,11v0.7    l-0.4-0.4c-1.1-1.1-2.8-1.3-4.2-0.9c-1.1,0.2-2,0.9-2.4,1.3c0.7,0.2,1.5,0.7,2.2,1.3c0.9,0.9,1.5,2,1.5,2.6    c5.3,0.4,11.4,3.9,12.7,4.6c0.7-0.9,2.2-2,3.3-2.2c-0.4-1.5-1.8-2.4-2.4-2.8c-1.3-0.7-2.8-0.9-3.5-0.7l-0.7,0.2l0.4-0.7    c1.5-2.6-3.5-11.8-5.7-15.8c-0.4-0.7-0.7-1.1-0.9-1.5c-1.5-2.8-5.3-10.1-0.9-15.8c2.2-2.8,4.2-3.7,5.9-3.7c0,0,0,0,0.2,0    c-2-0.4-4.6,0-7.7,2.8c-5,4.6-4.6,11.8-2.8,15.3l0.4,0.9l-0.9-0.4C169.3,29.1,163.4,29.1,159.7,33.3L159.7,33.3z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000034804504555498305880000013260976858314657669_\" gradientunits=\"userSpaceOnUse\" x1=\"180.8254\" y1=\"16.3057\" x2=\"190.7742\" y2=\"23.8027\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000034804504555498305880000013260976858314657669_);\" d=\"M183.8,13.8c-0.4,0-0.9,0-1.1,0    c0.4,0,0.7,0.2,1.1,0.2c1.1,0.4,1.8,1.5,2,3.1c0.2,0.9,0,1.5-0.7,2.2c-0.9,0.9-2.4,1.3-3.3,1.3c-0.7,1.1,0,2,0.4,2.6    c0.9,0.9,2.2,1.5,2.8,1.1l0.2-0.2v0.4c0.2,0.9,0.7,1.3,1.3,1.5c0.9,0.4,1.8,0.2,2.4,0c-0.2-0.4-0.4-1.1-0.7-2.2    c0-0.7,0.2-1.5,0.4-2.2c0.7-1.3,1.3-2.8-0.2-5.3C187.1,14.9,185.3,14,183.8,13.8z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000014625258862639168380000008582312803722703011_\" gradientunits=\"userSpaceOnUse\" x1=\"153.879\" y1=\"38.9599\" x2=\"169.7973\" y2=\"50.9552\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000014625258862639168380000008582312803722703011_);\" d=\"M157.7,50.8c1.1-0.7,1.5-2,1.3-2.2    l-0.7-1.3l1.1,1.1c0.4,0.7,2.4,1.5,3.9,2c0.7,0,5-0.2,6.8,0c-0.7-0.9-2.6-3.3-3.5-3.5h-0.4l0.2-0.4c1.5-2,2-3.7,1.1-5.3    c-0.9-1.3-2.6-2.2-3.9-2.4c0.4,0.4,0.9,0.9,0.9,1.8c0,0.7-0.2,1.5-2,2.4c-0.4,0.2-0.9,0.2-1.5,0.2h-0.4c-0.7,0-1.3-0.4-1.8-0.9    c-1.5-1.3-2.4-3.9-1.8-6.1c0.4-1.5,1.5-2.8,2.6-3.7c-2.2,1.5-4.2,3.9-4.4,5.3c-0.4,2.2,0.2,8.8,0.7,10.3c0.2,0.9,0.4,1.5,0,2    c-0.2,0.2-0.4,0.4-1.1,0.7C156,51.7,157.1,51.5,157.7,50.8z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000133493085225449795710000010712186560207643318_\" gradientunits=\"userSpaceOnUse\" x1=\"166.9357\" y1=\"55.2791\" x2=\"171.0667\" y2=\"58.3921\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000133493085225449795710000010712186560207643318_);\" d=\"M167.8,54.1c0.7,0.9,1.8,2.2,1.8,3.5    c0,0.7-0.2,1.3-0.9,1.8c-0.7,0.4-1.1,0.7-1.5,0.7c0.2,0,0.4,0,0.9,0c0.4,0,2.2-0.7,3.3-2c0.7-0.9,0.9-2.2,0.4-3.7    C170.2,54.1,168.7,54.1,167.8,54.1z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000183226564005073366580000003575140346307732157_\" gradientunits=\"userSpaceOnUse\" x1=\"164.0436\" y1=\"56.5783\" x2=\"170.5131\" y2=\"61.4534\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000183226564005073366580000003575140346307732157_);\" d=\"M164.3,56.5c-0.7,0.4-1.1,1.1-1.3,1.8    c-0.2,1.1,0.4,2.2,1.1,3.1c0.4,0.7,1.3,1.1,2.2,1.3c1.3,0.2,2.8-0.2,4.2-1.3c1.1-0.9,1.5-2.2,1.8-3.5c-0.7,1.5-2,2.6-3.7,3.1    c-1.5,0.4-2.4-0.2-2.8-0.9c-0.7-0.9-0.7-2-0.4-2.4c0.2-0.2,0.4-0.4,0.7-0.7s0.4-0.2,0.4-0.4C165.8,56.3,165,56.3,164.3,56.5z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000133510981557578757270000010997253943609788290_\" gradientunits=\"userSpaceOnUse\" x1=\"189.6046\" y1=\"62.9567\" x2=\"192.1621\" y2=\"64.8839\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000133510981557578757270000010997253943609788290_);\" d=\"M190.2,62.2c-0.2,1.3,0,2.2,0.7,2.8    c0.2,0.2,0.7,0.4,0.9,0.4c-0.2-0.2-0.2-0.4-0.4-0.7c-0.2-0.7-0.2-1.1,0.2-1.5C191.5,63.1,190.8,62.7,190.2,62.2z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000021816342115953850620000014962183339279860385_\" gradientunits=\"userSpaceOnUse\" x1=\"188.5753\" y1=\"62.5024\" x2=\"194.8658\" y2=\"67.2426\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000021816342115953850620000014962183339279860385_);\" d=\"M189.7,65.3c-1.1-1.8-0.7-3.1-0.2-3.5    c-0.2,0-0.2-0.2-0.2-0.2c-0.9,1.5-0.4,2.8,0,3.7c0.7,1.5,2.2,2.2,3.3,2.4c1.3,0.2,2.6-0.7,3.1-1.5c0.2-0.4,0.2-0.9-0.2-1.3    c-0.2-0.2-0.4-0.4-0.7-0.2c-0.4,0-0.7,0.7-0.9,1.1h0.2l-0.4-0.2l0,0c0,0.2,0,0.2-0.2,0.2c-0.2,0.2-0.9,0.7-1.5,0.7l0,0    C191.3,66.8,190.4,66.4,189.7,65.3z\"><\/path>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000018939028990204160230000007830641621334389893_\" gradientunits=\"userSpaceOnUse\" x1=\"193.9993\" y1=\"58.4184\" x2=\"200.5767\" y2=\"63.3748\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000018939028990204160230000007830641621334389893_);\" d=\"M198,60c-1.8-0.9-3.7-0.9-4.6-0.9    c0.4,0.4,1.3,1.1,1.5,1.5l0,0c0.4-0.2,1.1-0.4,1.5-0.4c0.2,0,0.7,0,0.9,0.2c1.3,0.4,2.4,2,3.1,3.1C200.2,62,199.4,60.7,198,60z\"><\/path>\t\t\t<g>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000128482357291922365530000012524497646778695861_\" gradientunits=\"userSpaceOnUse\" x1=\"158.556\" y1=\"61.6621\" x2=\"199.4135\" y2=\"92.4504\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000128482357291922365530000012524497646778695861_);\" d=\"M158.4,86.8c1.5,0,3.3,1.5,3.9,2.6     c0.4,0.7,1.1,2.2,2,3.9c1.3,3.1,2.8,6.8,4.4,8.5c2.2,2.8,6.4,5.5,8.8,5.9c-0.4-0.9-0.9-2.4-0.9-3.1c-3.9-0.9-6.6-5-7.4-8.3     c-0.7-3.1,0-5.9,1.8-7.4c2.2-1.8,4.6-2.2,6.8-1.3c1.8,0.9,2.8,2.4,2.8,3.9c0,1.3-0.7,2.4-2,2.8c-1.1,0.4-2.4,0-3.1-0.9     c-0.7,1.1-0.4,2.2,0,2.8c0.7,1.3,2.2,2.2,3.3,2l0.9-0.2l-0.7,0.7c-0.2,0.2-1.8,2.8-1.5,5.5c0.2,2,1.1,3.5,2.8,4.6     c3.1,2,5,1.3,5.9,0.7c0.9-0.4,1.3-1.3,1.3-2c-0.2,0-0.4,0.2-0.4,0.2l0,0c-0.2,0.7-0.7,1.1-1.1,1.1c-1.1,0.2-2.6-0.2-3.5-1.1     c-1.3-1.5,0-6.1,1.5-8.3l0.2-0.2l0.2,0.2c1.1,0.9,2.2,0.4,3.1,0.2c1.1-0.4,2.2-1.5,2.4-2.2c-0.7,0-1.3-0.2-1.8-0.4     c-0.4-0.4-0.9-1.1-0.9-2.2c0-1.8-2.8-8.5-5-9.2l-1.5-0.4h1.8c0,0,0,0,0.2,0c2.2,0,5,2,5.9,3.3c0.9,0.9,1.5,2,1.5,2.8     c0,0.2-0.2,0.4-0.2,0.7c0.7,0.2,1.8,0.2,2.4-0.2c0.4-0.2,1.1-0.7,0.9-1.5l-0.4-1.1l0.7,0.7c0.4,0.4,1.1,0.7,2,0.7     c1.5,0,3.1-1.1,3.9-1.8c-0.7-0.2-1.1-1.3-1.3-2.4c-0.2-0.9-0.4-1.8-0.9-2c-0.2,0-0.4,0-0.7,0l-1.1,0.9l0.7-0.9     c0.9-1.3,0.2-2.2-0.2-2.6c-0.4-0.2-0.7-0.4-1.1-0.7l0.2,0.2c0.2,0.4,0.2,1.1-0.7,1.5c-1.5,0.9-8.3,0.2-9.9-1.1l-0.7-0.4h0.9     c0.2,0,0.2,0,0.4,0c3.9,0,10.5-3.1,14.5-6.6v-0.2l0.2,0.2c0.7-0.7,1.3-1.3,1.8-2c3.3-4.2,2.2-9.2-0.4-12     c-2.4-2.6-5.9-3.5-8.3-2.2l0,0l0.2,0.2c0.2,0,0.4,0,0.7,0c1.3-0.2,3.9-0.7,6.1,1.3c1.3,1.1,2,2.6,2,4.6c0,2-0.7,4.2-2,5.5     c-2.4,2.4-7.4,5.5-10.5,5.3h-0.2v-0.2c0.2-1.3-0.4-2.2-1.3-2.6c-1.1-0.7-2.4-0.9-3.3-0.7l0.2,0.2c0.4,0.4,0.2,1.3-0.2,2.6v0.2     c-0.7,2-6.4,4.2-9.2,4.8l-1.3,0.2l1.1-0.9c2.2-1.5,9.9-16.7,10.7-19.5c-2-1.8-8.3-3.9-9.6-3.9c1.1,7.4-5.3,19.9-5.9,21l0,0     l-0.4-0.2l0,0c0.4-1.1-1.5-4.8-2.6-6.6l-0.4-0.7c-0.4-0.7-1.5-1.8-2.6-2.8c-2.2-2-4.4-4.2-4.4-5.7c-1.1,0.4-1.3,1.3-1.5,2.2     c-0.4,2,0.2,4.4,1.3,5.3l0.4,0.4l-0.4,0.2c-0.2,0-0.9,1.1-1.1,2.4c0,0.4-0.2,1.5,0.4,2.2c0.7-0.4,1.5-0.7,2.4-0.4     c2,0.7,3.5,3.3,4.2,4.8l0.2,0.4c0.9,2.2,2.2,5.9,0,9.4l-0.4-0.2c0.2-0.7-1.1-2.4-2.2-3.9c-1.3-2-2.6-3.7-2.4-4.8     c0-0.2,0-0.2,0.2-0.4c-0.9-0.2-1.5,0-2.2,0.7c-1.1,1.3-1.3,3.7-0.4,5l0.2,0.2l-0.4,0.2c-0.7,0.2-1.1,0.9-1.3,1.8     c0,0.4,0,1.1,0.4,1.8C157.3,87.2,157.7,86.8,158.4,86.8z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000047036489141591290520000006563400122358942597_\" gradientunits=\"userSpaceOnUse\" x1=\"190.3444\" y1=\"88.6281\" x2=\"218.3599\" y2=\"109.7392\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000047036489141591290520000006563400122358942597_);\" d=\"M200.2,75.6c0.2,1.3,1.5,6.1,1.3,8.5     c0,0.2-2.6,20.4-18.4,21c-0.2,0.7-0.2,1.8,0.2,2.4c0.4,0.4,0.9,0.7,1.8,0.7c0.4,0,1.5-0.4,2.6-1.1h0.2c3.3-1.8,7.7-5,9.4-7.4     l0.4,0.2c-2,3.3-4.8,8.8-4.8,9.6c-0.2,0.7,0.4,2.2,0.9,3.1v0.2c0.9-3.5,3.9-12,5-13.8l0.4-0.7v0.9c0,0.7,0,1.3,0,2.2     c0,1.8,0,4.6,0.2,5.5l0,0c0.4,0,0.9,0.2,1.1,0.7c0.9,0.9,1.3,2.4,0.7,3.5c0.4,2,3.7,7.7,10.1,7.9c0.2-0.4,0-2-0.2-2.4     c-2.8-0.2-8.1-3.9-8.8-7.9c0-0.4-0.2-1.1-0.2-1.5c-0.7-3.7-1.8-8.8,0.4-14.7c2.2-6.1,0.2-16.9-0.7-19.3     C201.8,74,200.7,75.1,200.2,75.6z\"><\/path>\t\t\t<\/g>\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000060008601735272429390000015919107188096869310_\" gradientunits=\"userSpaceOnUse\" x1=\"202.1548\" y1=\"98.8107\" x2=\"224.9198\" y2=\"115.9653\">\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t<\/lineargradient>\t\t\t<path style=\"fill:url(#SVGID_00000060008601735272429390000015919107188096869310_);\" d=\"M228.9,106.3c0-4.2-1.3-7.2-3.7-9.2    c-4.2-3.5-10.5-2.8-11.8-2.6c-1.8,0.2-2.8-0.4-3.5-1.3c-0.4-0.7-0.4-1.5-0.2-2.2c-0.9,0-1.8,0.2-2.2,0.9    c-0.7,0.7-0.9,1.8-0.7,2.8v0.2h-0.2c-1.1,0.2-1.5,1.3-1.8,2.2c0,0.4,0,0.9,0.2,1.3c0.9-0.4,1.5-0.2,2.4-0.2    c0.9,0.2,2,0.2,3.1-0.2l0.2,0.4c-1.8,1.1-2.4,2.8-3.1,4.8c-0.9,2.2-1.8,4.4-3.9,5.9c-0.2,0.4,0.9,1.8,1.3,2.4    c0.9-0.7,3.7-3.5,4.2-4.2l0.4-0.4l0.2,0.7c0.4,2.2-0.4,5.3-1.8,6.1c0.2,0.7,0.9,1.1,1.3,1.1l0,0c0.7,0,1.1-0.4,1.5-1.1l0.2-0.4    l0.2,0.4c0,0,0.9,1.3,1.1,3.5c0.2,2.4-1.5,5.3-3.1,5.9c-0.2,0-0.4,0-0.4,0c1.3,0.2,2.8-0.2,4.2-1.3c2.6-2.4,3.1-5.5,2.4-7.7    l-0.2-0.4h0.4c1.5,0.2,2.4-0.7,2.8-1.3c0.2-0.2,0.2-0.7,0-0.7c-0.9,0.4-2.4-0.4-3.3-1.3c-1.1-1.1-2-2.6-1.3-3.3l0.2-0.2l0.4,0.2    c0.4,0.4,3.3,1.8,4.6,1.8c0.9-0.2,3.5-0.2,4.4,0.7c0.2-0.7,0-2-0.4-2.8c-0.2-0.4-0.7-1.1-1.3-1.1l0,0h-0.7l0.4-0.4    c0.9-0.9,0.2-2.2-0.2-2.8c-0.2-0.2-0.7-0.4-0.9-0.4l-0.4,0.2v-0.4c0-0.2-0.2-0.4-0.4-0.7c-0.2,0-0.2-0.2-0.4-0.2    c0.2,0.4,0.4,0.9,0.2,1.5c-0.2,0.7-0.9,1.1-1.8,1.3c-1.1,0.2-2.8-0.7-3.7-2c-0.4-0.7-0.9-2.2,0.9-3.9c1.1-1.1,2.4-1.8,3.7-1.8    l0,0c2.4,0,4.6,1.8,5.7,2.6c2.6,2.4,2.4,8.3,1.1,11c-1.3,2.6-5,5.5-8.3,6.4c0.2,0.9-0.4,2.2-0.9,2.8c1.1-0.2,3.5-0.7,6.1-2    C226.7,115,228.9,111.3,228.9,106.3z\"><\/path>\t\t\t<g>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000111905769375686829790000011734108498519337860_\" gradientunits=\"userSpaceOnUse\" x1=\"194.1747\" y1=\"121.9993\" x2=\"196.31\" y2=\"123.6084\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000111905769375686829790000011734108498519337860_);\" d=\"M197.2,122.5c0-0.7-0.4-1.8-1.8-2     c-0.7,0.4-1.5,2.2-2,3.7l0,0C194.3,122.5,195.4,121.8,197.2,122.5z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000075863764421357479460000001237882662443301036_\" gradientunits=\"userSpaceOnUse\" x1=\"194.4807\" y1=\"128.6097\" x2=\"195.6006\" y2=\"129.4536\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000075863764421357479460000001237882662443301036_);\" d=\"M195.4,128.8c-0.4,0-0.9,0-1.1,0     c0.2,0.4,0.7,0.7,1.1,0.9C195,129.5,195.2,129.3,195.4,128.8C195.2,129,195.2,128.8,195.4,128.8z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000165955236362078731920000008383805784045292937_\" gradientunits=\"userSpaceOnUse\" x1=\"196.7964\" y1=\"120.3091\" x2=\"203.9869\" y2=\"125.7276\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000165955236362078731920000008383805784045292937_);\" d=\"M200.9,129.5h0.2     c0.7-0.7,0.9-1.3,0.9-1.8c0-0.2-0.2-0.4-0.7-0.4l-0.7-0.2l0.7-0.2c2-0.9,2.2-3.3,2.4-5.9c0-2-0.9-5.3-2.6-6.4     c0.4,1.1,0.9,3.1,0.7,5c-0.2,2.2-1.3,3.7-2.8,4.8l-0.4,0.4l0.2-0.7c0,0,0-0.4-0.4-0.7c-0.2-0.2-0.9-0.7-2.2,0c0,0,0,0,0,0.2     c0.2,0.4,0.4,1.1-0.2,2c-0.4,0.7-1.1,0.7-1.8,0.4c-0.2-0.2-0.7-0.4-0.7-1.1c0,0.7,0,1.3,0.4,1.8c1.3,1.5,4.2,0.2,4.8-0.2     l1.1-0.7l-0.9,0.9c-0.4,0.7-1.5,1.1-2.6,1.3l-0.4,0.4c0.2,0,0.7,0,1.1,0.2c0.4,0.2,1.1,0,1.8,0c0.2,0,0.7-0.2,0.9-0.2     c0.2,0,0.7,0,0.7,0.4C200.5,129.3,200.7,129.3,200.9,129.5z\"><\/path>\t\t\t<\/g>\t\t\t<g>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000117676123024453590700000009362425928097773748_\" gradientunits=\"userSpaceOnUse\" x1=\"191.8244\" y1=\"125.5748\" x2=\"192.8065\" y2=\"126.3149\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000117676123024453590700000009362425928097773748_);\" d=\"M192.6,126.6c-0.2-0.4-0.2-1.1-0.2-1.8     l0,0c-0.2,0.4-0.7,1.1-0.9,1.5c0,0,0,0,0.2,0C191.9,126.4,192.4,126.6,192.6,126.6z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000170996368458613875670000013858710657733027974_\" gradientunits=\"userSpaceOnUse\" x1=\"188.0987\" y1=\"112.4151\" x2=\"195.9232\" y2=\"118.3112\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000170996368458613875670000013858710657733027974_);\" d=\"M194.8,119.6c0.2-0.2,0.4-0.9-0.9-4.2     l-0.2-0.7c-0.4-0.9-0.7-2-1.3-3.3l-0.2-0.4c-0.4-1.1-0.2-2.6,0-3.5c-0.2,0.2-0.9,0.4-1.3,1.3l0,0c-0.7,1.3-0.2,8.3,0.2,9.2     c0.7,0.9,1.1,4.2,1.1,5.3C193.2,121.8,194.1,120.1,194.8,119.6z\"><\/path>\t\t\t<\/g>\t\t\t<g>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000081624887279228176330000005915385781374513304_\" gradientunits=\"userSpaceOnUse\" x1=\"178.5021\" y1=\"124.5042\" x2=\"181.3696\" y2=\"126.665\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000081624887279228176330000005915385781374513304_);\" d=\"M180.3,127.3v-0.2     c-0.2-0.4-0.2-0.9-0.4-1.1l-0.4-0.7l0.7,0.2c0.7,0.2,1.1,0.7,1.3,1.1c0-0.4,0-0.9,0.2-1.1c-0.2-0.4-0.7-0.4-1.1-0.7     c-0.9-0.2-2,0-2.6,0.4C179,125.3,179.9,126.4,180.3,127.3z\"><\/path>\t\t\t\t\t\t\t\t\t<lineargradient id=\"SVGID_00000133490265430618888550000003837541794768943518_\" gradientunits=\"userSpaceOnUse\" x1=\"178.5625\" y1=\"119.217\" x2=\"190.9007\" y2=\"128.5145\">\t\t\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t\t\t<\/lineargradient>\t\t\t\t<path style=\"fill:url(#SVGID_00000133490265430618888550000003837541794768943518_);\" d=\"M183.8,130.6v0.2c0,0,0,0.2,0,0.4     c0,0.7,0,1.3,0.7,1.5c0.2,0,0.7,0,1.1-0.2s0.9-0.7,1.1-1.1l0.2-0.7l0.2,0.7c0.2,0.4,0.2,0.7,0.4,0.7c0.2,0,0.4,0,0.7-0.2     c0.2,0,0.4-0.2,0.2-0.4c0-0.2-0.4-0.4-0.7-0.2l0,0l-0.2-0.4l0,0c0,0,0.2-0.2,0.4-0.4c-1.3,0.4-3.5-0.2-4.6-0.9c0,0,0,0-0.2,0     l0.9-0.4l0,0c0.2,0.2,0.4,0.2,0.9,0.2c0.4,0,0.9,0,1.5,0.2c0.9,0,1.5-0.2,1.8-0.7c0.2-0.2,0.2-0.4,0.2-0.4l0.2-0.4     c0.2,0,0.7-0.2,0.7-0.4l0,0l0,0c-2.2,0-3.5-0.9-3.7-2.2l-0.2-1.5l0.7,1.3c0.4,0.9,1.5,1.1,3.3,1.1l0,0c1.5,0,2.2-1.1,2.2-4.6     c0-1.1-0.2-2-1.1-2.6c-0.9-0.7-2-0.9-2.6-0.9c-0.7,0.2-1.1,0.7-1.1,1.1c0,0.2,0.4,0.4,0.7,0.4c1.8,0.2,2.6,2.4,2.6,3.5     c0,0.9-0.4,1.8-1.1,2c-0.2,0.2-0.9,0.2-1.3-0.2c-0.7-0.7-0.4-1.1-0.4-1.3c0.2-0.7,0.9-0.9,1.5-1.1c-0.2-0.4-0.7-1.3-0.9-1.5l0,0     c-0.2,0-1.1,0.2-1.5,0.4l0,0.2v-0.7c0.2-2.8-2-4.4-2.8-4.8c-0.7-0.4-1.5-0.7-2-0.7c0.4,0.2,0.7,0.4,1.1,0.9     c1.1,1.5,0.7,4.4,0.4,5c-0.4,1.5-0.7,3.1,0,3.3l0.4,0.2l-0.4,0.2c-0.4,0.2-0.7,0.7-0.7,1.1c0,0.4,0,0.7,0.2,0.9     c0.7-0.4,1.5-0.2,2.2,0c0.2,0,0.4,0,0.4,0c0.2,0,0.2,0,0.4,0c0.7,0,2,0,2.2,0.9c0.2,0.4,0,0.7-0.2,0.7c-0.7,0.4-2.6-0.2-3.1-0.4     c-0.2-0.2-0.9-0.2-1.3-0.2h-0.2c0,0,0.2,0.2,0.2,0.4c0,0.2-0.2,0.7-0.4,0.7c-0.4,0.2-0.9,0.2-1.3-0.2c-0.2-0.2-0.4-0.4-0.7-0.9     l0,0c0.2,0.7,0.9,2.4,2.8,2.2L183.8,130.6z\"><\/path>\t\t\t<\/g>\t\t<\/g>\t<\/g>\t<g>\t\t\t\t\t<lineargradient id=\"SVGID_00000072267584581315927940000002529119328569602195_\" gradientunits=\"userSpaceOnUse\" x1=\"93.2182\" y1=\"45.7876\" x2=\"93.2182\" y2=\"87.1935\">\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t<stop offset=\"3.141542e-02\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t<stop offset=\"3.362247e-02\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t<stop offset=\"3.509754e-02\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t<stop offset=\"3.635860e-02\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t<stop offset=\"3.749945e-02\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t<stop offset=\"3.854943e-02\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t<stop offset=\"3.888885e-02\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t<stop offset=\"0.7967\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t<stop offset=\"0.9107\" style=\"stop-color:#C17948\"><\/stop>\t\t\t<stop offset=\"1\" style=\"stop-color:#E6DB80\"><\/stop>\t\t<\/lineargradient>\t\t<polygon style=\"fill:url(#SVGID_00000072267584581315927940000002529119328569602195_);\" points=\"92.5,45.8 92.5,87.2 94,86.8    94,45.8   \"><\/polygon>\t\t\t\t\t<lineargradient id=\"SVGID_00000099658661988053673450000006569281712791195520_\" gradientunits=\"userSpaceOnUse\" x1=\"86.0149\" y1=\"57.8178\" x2=\"107.3437\" y2=\"73.8902\">\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t<\/lineargradient>\t\t<polygon style=\"fill:url(#SVGID_00000099658661988053673450000006569281712791195520_);\" points=\"98.8,45.8 95.1,45.8 95.1,86.3    96.8,85.9 98.8,85.2   \"><\/polygon>\t\t\t\t\t<lineargradient id=\"SVGID_00000047782815330851687810000005670935105003356339_\" gradientunits=\"userSpaceOnUse\" x1=\"134.7337\" y1=\"45.7876\" x2=\"134.7337\" y2=\"87.1935\">\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t<stop offset=\"3.141542e-02\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t<stop offset=\"3.362247e-02\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t<stop offset=\"3.509754e-02\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t<stop offset=\"3.635860e-02\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t<stop offset=\"3.749945e-02\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t<stop offset=\"3.854943e-02\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t<stop offset=\"3.888885e-02\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t<stop offset=\"0.7967\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t<stop offset=\"0.9107\" style=\"stop-color:#C17948\"><\/stop>\t\t\t<stop offset=\"1\" style=\"stop-color:#E6DB80\"><\/stop>\t\t<\/lineargradient>\t\t<polygon style=\"fill:url(#SVGID_00000047782815330851687810000005670935105003356339_);\" points=\"135.6,45.8 133.9,45.8    133.9,86.8 135.6,87.2   \"><\/polygon>\t\t\t\t\t<lineargradient id=\"SVGID_00000096043511593647860660000006930944000265122944_\" gradientunits=\"userSpaceOnUse\" x1=\"113.9212\" y1=\"45.7876\" x2=\"113.9212\" y2=\"85.0028\">\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t<stop offset=\"3.141542e-02\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t<stop offset=\"3.362247e-02\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t<stop offset=\"3.509754e-02\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t<stop offset=\"3.635860e-02\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t<stop offset=\"3.749945e-02\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t<stop offset=\"3.854943e-02\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t<stop offset=\"3.888885e-02\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t<stop offset=\"0.7967\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t<stop offset=\"0.9107\" style=\"stop-color:#C17948\"><\/stop>\t\t\t<stop offset=\"1\" style=\"stop-color:#E6DB80\"><\/stop>\t\t<\/lineargradient>\t\t<polygon style=\"fill:url(#SVGID_00000096043511593647860660000006930944000265122944_);\" points=\"127.9,84.8 127.9,45.8    99.9,45.8 99.9,85 114.6,80.6   \"><\/polygon>\t\t\t\t\t<lineargradient id=\"SVGID_00000013170710815118964470000012124020034773426330_\" gradientunits=\"userSpaceOnUse\" x1=\"120.2355\" y1=\"57.4685\" x2=\"142.0907\" y2=\"73.9376\">\t\t\t<stop offset=\"0\" style=\"stop-color:#4F130D\"><\/stop>\t\t\t<stop offset=\"0.1374\" style=\"stop-color:#E4A840\"><\/stop>\t\t\t<stop offset=\"0.1422\" style=\"stop-color:#E4A943\"><\/stop>\t\t\t<stop offset=\"0.1455\" style=\"stop-color:#E5AE4C\"><\/stop>\t\t\t<stop offset=\"0.1483\" style=\"stop-color:#E7B65B\"><\/stop>\t\t\t<stop offset=\"0.1508\" style=\"stop-color:#EAC170\"><\/stop>\t\t\t<stop offset=\"0.1531\" style=\"stop-color:#EECF8B\"><\/stop>\t\t\t<stop offset=\"0.1538\" style=\"stop-color:#EFD596\"><\/stop>\t\t\t<stop offset=\"0.2967\" style=\"stop-color:#E4D173\"><\/stop>\t\t\t<stop offset=\"0.3207\" style=\"stop-color:#E5D377\"><\/stop>\t\t\t<stop offset=\"0.3428\" style=\"stop-color:#E8D882\"><\/stop>\t\t\t<stop offset=\"0.3642\" style=\"stop-color:#EEE194\"><\/stop>\t\t\t<stop offset=\"0.385\" style=\"stop-color:#F5EEAF\"><\/stop>\t\t\t<stop offset=\"0.4054\" style=\"stop-color:#FFFFD0\"><\/stop>\t\t\t<stop offset=\"0.4059\" style=\"stop-color:#FFFFD1\"><\/stop>\t\t\t<stop offset=\"0.5495\" style=\"stop-color:#E6D246\"><\/stop>\t\t\t<stop offset=\"0.6978\" style=\"stop-color:#B96C1D\"><\/stop>\t\t\t<stop offset=\"0.8088\" style=\"stop-color:#C17948\"><\/stop>\t\t\t<stop offset=\"0.9528\" style=\"stop-color:#E6DB80\"><\/stop>\t\t<\/lineargradient>\t\t<polygon style=\"fill:url(#SVGID_00000013170710815118964470000012124020034773426330_);\" points=\"130.8,85.7 132.8,86.3    132.8,45.8 129,45.8 129,85.2   \"><\/polygon>\t<\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d0059b elementor-invisible elementor-widget elementor-widget-image\" data-id=\"4d0059b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_tablet&quot;:&quot;fadeInUp&quot;,&quot;_animation_mobile&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}<\/style>\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"461\" height=\"136\" src=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/snwelcome.png\" class=\"attachment-medium_large size-medium_large wp-image-3994\" alt=\"\" srcset=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/snwelcome.png 461w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/snwelcome-300x89.png 300w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/snwelcome-18x5.png 18w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/snwelcome-24x7.png 24w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/snwelcome-36x11.png 36w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/snwelcome-48x14.png 48w\" sizes=\"(max-width: 461px) 100vw, 461px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f59b7d3 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"f59b7d3\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e122ca elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"2e122ca\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInLeft&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"775\" height=\"1024\" src=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/4f-1-775x1024.png\" class=\"attachment-large size-large wp-image-2766\" alt=\"\" srcset=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/4f-1-775x1024.png 775w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/4f-1-227x300.png 227w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/4f-1-768x1014.png 768w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/4f-1-9x12.png 9w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/4f-1-600x792.png 600w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/4f-1.png 1042w\" sizes=\"(max-width: 775px) 100vw, 775px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c1864a elementor-widget__width-initial animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"8c1864a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/ed-s3.png\" class=\"attachment-large size-large wp-image-2762\" alt=\"\" srcset=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/ed-s3.png 500w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/ed-s3-300x300.png 300w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/ed-s3-150x150.png 150w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/ed-s3-12x12.png 12w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/ed-s3-100x100.png 100w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-89b5085 elementor-widget__width-initial elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"89b5085\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;slideInRight&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"921\" height=\"916\" src=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/sea2.png\" class=\"attachment-large size-large wp-image-1306\" alt=\"\" srcset=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/sea2.png 921w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/sea2-300x298.png 300w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/sea2-150x150.png 150w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/sea2-768x764.png 768w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/sea2-12x12.png 12w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/sea2-600x597.png 600w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/sea2-100x100.png 100w\" sizes=\"(max-width: 921px) 100vw, 921px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2603f2a e-flex e-con-boxed e-con e-parent\" data-id=\"2603f2a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f3f5167 elementor-widget elementor-widget-icon-box\" data-id=\"f3f5167\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/www.shalomnissi.com\/wp-content\/plugins\/elementor\/assets\/css\/widget-icon-box.min.css\">\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h2 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSelf Care Starts With Cell Care.\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h2>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u8b93\u66f4\u591a\u4eba\u5728\u611b\u8207\u5065\u5eb7\u7684\u5e78\u798f\u7dda\u4e0a\u76f8\u9047\u3002<br>\n\u6211\u5011\u77e5\u9053\u6c92\u6709\u4ec0\u9ebc\u6bd4\u56de\u5230\u4e00\u500b\u6d3b\u751f\u751f\u7684\u3001<br>\n\u547c\u5438\u7684\u5065\u5eb7\u3001\u91cd\u751f\u72c0\u614b\u66f4\u597d\u7684\u4e86\u3002<br><br>\n\u5b97\u65e8\u5728\u63d0\u4f9b\u5927\u81ea\u7136\u6069\u5178\u8cc7\u8a0a\uff0c<br>\n\u8b93\u6211\u5011\u9054\u5230\u5feb\u6a02\u751f\u6d3b\u7684\u76ee\u6a19\u3002<br><br>\n\u6211\u5011\u81ea\u8c6a\u5730\u8aaa\uff0c\u4e00\u76f4\u4ee5\u4f86\uff0c<br>\n\u6211\u5011\u4e5f\u6b63\u5728\u70ba\u6210\u5343\u4e0a\u842c\u7684\u5bb6\u5ead<br>\n\u6bcf\u4e00\u4f4d\u6210\u54e1\u589e\u6dfb\u4e86\u751f\u547d\u7684\u6c23\u606f\u3002<br>\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-792283a elementor-view-framed elementor-tablet-position-right elementor-vertical-align-middle elementor-position-right elementor-mobile-position-right elementor-widget__width-initial elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"792283a\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/www.shalomnissi.com\/en\/aboutsn\/\" class=\"elementor-icon elementor-animation-shrink\" tabindex=\"-1\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"b77f1bdc-bbde-4ba0-b799-1c59a80f0fc6\" data-name=\"Layer 1\" width=\"30.7071\" height=\"24.7072\" viewbox=\"0 0 30.7071 24.7072\"><defs><style>.a0a291e8-ffd7-4386-807b-ee865f0707db{fill-rule:evenodd;}<\/style><\/defs><polygon class=\"a0a291e8-ffd7-4386-807b-ee865f0707db\" points=\"30.354 12 18.354 0 17.646 0.707 28.793 11.854 0 11.854 0 12.854 28.793 12.854 17.646 24 18.354 24.707 30.354 12.707 30.707 12.354 30.354 12\"><\/polygon><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<a href=\"https:\/\/www.shalomnissi.com\/en\/aboutsn\/\" >\n\t\t\t\t\t\t\t\u63a2\u7d22\ud83d\udd0d\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c7712b3 e-flex e-con-boxed e-con e-parent\" data-id=\"c7712b3\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40090df elementor-widget elementor-widget-spacer\" data-id=\"40090df\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var(--container-widget-align-self,initial);--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{position:relative;min-height:22px;min-width:22px}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:0;width:22px;height:22px}<\/style>\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16fa941 e-flex e-con-boxed e-con e-parent\" data-id=\"16fa941\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cfa7143 elementor-widget elementor-widget-text-editor\" data-id=\"cfa7143\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h1 style=\"text-align: center;\"><span style=\"color: #ffffff;\">\u5065\u5eb7\u7684\u672c\u8cea=<\/span><span style=\"color: #16b523;\">\u7d30\u80de\u5065\u5eb7<\/span><\/h1><h4 style=\"text-align: center;\">\u00a0<\/h4>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39e9906 e-flex e-con-boxed e-con e-parent\" data-id=\"39e9906\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b2310a9 elementor-widget elementor-widget-image\" data-id=\"b2310a9\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"833\" src=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/240226-tree-1024x833.png\" class=\"attachment-large size-large wp-image-3935\" alt=\"\" srcset=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/240226-tree-1024x833.png 1024w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/240226-tree-300x244.png 300w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/240226-tree-768x624.png 768w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/240226-tree-15x12.png 15w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/240226-tree-24x20.png 24w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/240226-tree-36x29.png 36w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/240226-tree-48x39.png 48w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/240226-tree-600x488.png 600w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/02\/240226-tree.png 1262w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8a4bc9f e-flex e-con-boxed e-con e-parent\" data-id=\"8a4bc9f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e5ae531 e-flex e-con-boxed e-con e-parent\" data-id=\"e5ae531\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2c490a5 e-con-full e-flex e-con e-child\" data-id=\"2c490a5\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ab16e0c e-con-full e-flex e-con e-child\" data-id=\"ab16e0c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-833ee40 elementor-widget elementor-widget-heading\" data-id=\"833ee40\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}<\/style><h1 class=\"elementor-heading-title elementor-size-xl\">\u7d30\u80de\u5065\u5eb7<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ea56b18 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"ea56b18\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-940b1bf elementor-position-left elementor-tablet-position-top elementor-widget__width-initial elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"940b1bf\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/www.shalomnissi.com\/en\/register\/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bacteria\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M272.35,226.4A17.71,17.71,0,0,0,281.46,203l-4-9.08a121.29,121.29,0,0,1,12.36-3.08A83.34,83.34,0,0,0,323.57,177l10,9a17.76,17.76,0,1,0,23.92-26.27l-9.72-8.76a83.12,83.12,0,0,0,11.65-48.18l11.85-3.51a17.73,17.73,0,1,0-10.15-34l-11.34,3.36a84,84,0,0,0-36.38-35.57l2.84-10.85a17.8,17.8,0,0,0-34.47-8.93l-2.82,10.78a83.25,83.25,0,0,0-16.74,1.1C250.83,27,240,30.22,229.1,33.39l-3.38-9.46a17.8,17.8,0,0,0-33.56,11.89l3.49,9.8a286.74,286.74,0,0,0-43.94,23.57l-6.32-8.43a17.9,17.9,0,0,0-24.94-3.6A17.69,17.69,0,0,0,116.84,82l6.45,8.61a286.59,286.59,0,0,0-34.95,35.33l-8.82-6.42a17.84,17.84,0,0,0-24.89,3.86,17.66,17.66,0,0,0,3.88,24.77l8.88,6.47a286.6,286.6,0,0,0-23,43.91l-10.48-3.59a17.73,17.73,0,1,0-11.59,33.52L32.67,232c-2.79,10-5.79,19.84-7.52,30.22a83.16,83.16,0,0,0-.82,19l-11.58,3.43a17.73,17.73,0,1,0,10.13,34l11.27-3.33a83.51,83.51,0,0,0,36.39,35.43l-2.88,11.06a17.81,17.81,0,0,0,34.48,8.92l2.87-11c1,0,2.07.26,3.1.26a83.39,83.39,0,0,0,45.65-13.88l8.59,8.8a17.77,17.77,0,0,0,25.56-24.7l-9.14-9.37a83.41,83.41,0,0,0,12.08-31.05,119.08,119.08,0,0,1,3.87-15.53l9,4.22a17.74,17.74,0,1,0,15.15-32.09l-8.8-4.11c.67-1,1.2-2.08,1.9-3.05a119.89,119.89,0,0,1,7.87-9.41,121.73,121.73,0,0,1,11.65-11.4,119.49,119.49,0,0,1,9.94-7.82c1.12-.77,2.32-1.42,3.47-2.15l3.92,8.85a17.86,17.86,0,0,0,16.32,10.58A18.14,18.14,0,0,0,272.35,226.4ZM128,256a32,32,0,1,1,32-32A32,32,0,0,1,128,256Zm80-96a16,16,0,1,1,16-16A16,16,0,0,1,208,160Zm431.26,45.3a17.79,17.79,0,0,0-17.06-12.69,17.55,17.55,0,0,0-5.08.74l-11.27,3.33a83.61,83.61,0,0,0-36.39-35.43l2.88-11.06a17.81,17.81,0,0,0-34.48-8.91l-2.87,11c-1,0-2.07-.26-3.1-.26a83.32,83.32,0,0,0-45.65,13.89l-8.59-8.81a17.77,17.77,0,0,0-25.56,24.7l9.14,9.37a83.28,83.28,0,0,0-12.08,31.06,119.34,119.34,0,0,1-3.87,15.52l-9-4.22a17.74,17.74,0,1,0-15.15,32.09l8.8,4.11c-.67,1-1.2,2.08-1.89,3.05a117.71,117.71,0,0,1-7.94,9.47,119,119,0,0,1-11.57,11.33,121.59,121.59,0,0,1-10,7.83c-1.12.77-2.32,1.42-3.47,2.15l-3.92-8.85a17.86,17.86,0,0,0-16.32-10.58,18.14,18.14,0,0,0-7.18,1.5A17.71,17.71,0,0,0,358.54,309l4,9.08a118.71,118.71,0,0,1-12.36,3.08,83.34,83.34,0,0,0-33.77,13.9l-10-9a17.77,17.77,0,1,0-23.92,26.28l9.72,8.75a83.12,83.12,0,0,0-11.65,48.18l-11.86,3.51a17.73,17.73,0,1,0,10.16,34l11.34-3.36A84,84,0,0,0,326.61,479l-2.84,10.85a17.8,17.8,0,0,0,34.47,8.93L361.06,488a83.3,83.3,0,0,0,16.74-1.1c11.37-1.89,22.24-5.07,33.1-8.24l3.38,9.46a17.8,17.8,0,0,0,33.56-11.89l-3.49-9.79a287.66,287.66,0,0,0,43.94-23.58l6.32,8.43a17.88,17.88,0,0,0,24.93,3.6A17.67,17.67,0,0,0,523.16,430l-6.45-8.61a287.37,287.37,0,0,0,34.95-35.34l8.82,6.42a17.76,17.76,0,1,0,21-28.63l-8.88-6.46a287.17,287.17,0,0,0,23-43.92l10.48,3.59a17.73,17.73,0,1,0,11.59-33.52L607.33,280c2.79-10,5.79-19.84,7.52-30.21a83.27,83.27,0,0,0,.82-19.05l11.58-3.43A17.7,17.7,0,0,0,639.26,205.3ZM416,416a32,32,0,1,1,32-32A32,32,0,0,1,416,416Z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u4eba\u662f\u753160\u5146\u500b\u7d30\u80de\u7d44\u6210\uff0c\u7d30\u80de\u662f\u4eba\u9ad4\u6700\u57fa\u672c\u7684\u55ae\u4f4d\uff01\n\u6240\u4ee5\u3001\n\u7d30\u80de\u5065\u5eb7\u7684\u672c\u8cea\u548c\u6e90\u982d\u5c31\u662f\n\u8b93\u6bcf\u9846\u7d30\u80de\u6709\u5145\u8db3\u7684\u71df\u990a\u7d20\u3001\n\u63d0\u5347\u7c92\u7dda\u9ad4\u529f\u80fd\u3002\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-063130f elementor-position-left elementor-tablet-position-top elementor-widget__width-initial elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"063130f\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/www.shalomnissi.com\/en\/register\/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-baby\" viewbox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M192 160c44.2 0 80-35.8 80-80S236.2 0 192 0s-80 35.8-80 80 35.8 80 80 80zm-53.4 248.8l25.6-32-61.5-51.2L56.8 383c-11.4 14.2-11.7 34.4-.8 49l48 64c7.9 10.5 19.9 16 32 16 8.3 0 16.8-2.6 24-8 17.7-13.2 21.2-38.3 8-56l-29.4-39.2zm142.7-83.2l-61.5 51.2 25.6 32L216 448c-13.2 17.7-9.7 42.8 8 56 7.2 5.4 15.6 8 24 8 12.2 0 24.2-5.5 32-16l48-64c10.9-14.6 10.6-34.8-.8-49l-45.9-57.4zM376.7 145c-12.7-18.1-37.6-22.4-55.7-9.8l-40.6 28.5c-52.7 37-124.2 37-176.8 0L63 135.3C44.9 122.6 20 127 7.3 145-5.4 163.1-1 188 17 200.7l40.6 28.5c17 11.9 35.4 20.9 54.4 27.9V288h160v-30.8c19-7 37.4-16 54.4-27.9l40.6-28.5c18.1-12.8 22.4-37.7 9.7-55.8z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u4eba\u9ad4\u6bd4\u55bb\u4e00\u9593\u623f\u5b50\uff0c\u7d30\u80de\u5c31\u662f\u78da\u584a\uff0c\u53ea\u6709\u7d50\u5be6\u7684\u78da\u584a\u624d\u80fd\u69cb\u5efa\u8d77\u4e00\u5e62\u7a69\u56fa\u7684\u5927\u6a13\u3002\n\u7576\u7d30\u80de\u53d7\u640d\u50b7\uff0c\u5f97\u4e0d\u5230\u5145\u5206\u7684\u71df\u990a\uff0c\u597d\u6bd4\u662f\u7a7a\u5fc3\u7684\u78da\u584a\u3001\u7f3a\u4e00\u89d2\u7684\u78da\u584a\u3001\u5077\u5de5\u6e1b\u6599\u7684\u78da\u584a\uff0c\u5929\u311a\u3001\n\u9019\u6a23\u7684\u623f\u5b50\u60a8\u6562\u4f4f\u55ce\uff1f\n\u4e0d\u6562\uff01\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fc82ded elementor-position-left elementor-tablet-position-top elementor-widget__width-initial elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"fc82ded\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/www.shalomnissi.com\/en\/register\/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-chart-pie\" viewbox=\"0 0 544 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M527.79 288H290.5l158.03 158.03c6.04 6.04 15.98 6.53 22.19.68 38.7-36.46 65.32-85.61 73.13-140.86 1.34-9.46-6.51-17.85-16.06-17.85zm-15.83-64.8C503.72 103.74 408.26 8.28 288.8.04 279.68-.59 272 7.1 272 16.24V240h223.77c9.14 0 16.82-7.68 16.19-16.8zM224 288V50.71c0-9.55-8.39-17.4-17.84-16.06C86.99 51.49-4.1 155.6.14 280.37 4.5 408.51 114.83 513.59 243.03 511.98c50.4-.63 96.97-16.87 135.26-44.03 7.9-5.6 8.42-17.23 1.57-24.08L224 288z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t1\u3001\u5916\u90e8\u6bd2\u7d20\uff1a\u967d\u5149\u3001\u7a7a\u6c23\u3001\u6c34\u3001\u98df\u7269\u3001\u5316\u5b78\u3001\u8f3b\u5c04\u6c61\u67d3\u30022\u3001\u5167\u90e8\u6bd2\u7d20\uff1a\u65b0\u9673\u4ee3\u8b1d\u5ee2\u7269\u3001\u7dca\u5f35\u58d3\u529b\u7b49\u7b49\u3002\n\u2606\u8840\u6db2\u6709\u6bd2\u7a31\u70ba\u6bd2\u8840\u75c7\u3002\u8207\u904e\u654f\u3001\u54ee\u5598\u3001\u76ae\u819a\u75c5\u3001\u764c\u75c7\u3001\u98a8\u6fd5\u75c5\u3001\u75db\u98a8\u3001\u5fc3\u5f8b\u5931\u5e38\u3001\u982d\u75db\u3001\u7cbe\u795e\u554f\u984c\u7b49\u75be\u75c5\u95dc\u4fc2\u5bc6\u5207\u3002\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7d9c830 elementor-position-left elementor-tablet-position-top elementor-widget__width-initial elementor-view-default elementor-mobile-position-top elementor-vertical-align-top elementor-widget elementor-widget-icon-box\" data-id=\"7d9c830\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"https:\/\/www.shalomnissi.com\/en\/register\/\" class=\"elementor-icon elementor-animation-\" tabindex=\"-1\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-balance-scale\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\t\u5982\u679c\u53ea\u80fd\u9078\u64c7\u4e00\u9805\uff1f\u60a8\u6703\u9078\u64c7\uff1f\n\u201c\u8ca1\u5bcc\u201dor\u201c\u5065\u5eb7\u201d\n\u591a\u5c11\u4eba\u62fc\u547d\u8cfa\u94b1\u5b58\u6b3e\u518d\u53c8\u628a\u9322\u8f49\u5b58\u5230\u91ab\u9662\uff01\uff1f\n\u9996\u5148\u3001\u6295\u8d44\u5065\u5eb7\u6700\u4fdd\u503c\uff0c\u624d\u80fd\u540c\u6642\u64c1\u6709\u8ca1\u5bcc\u8207\u5065\u5eb7\uff01\n<br>\n<br>\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b49c5ed e-con-full e-flex e-con e-parent\" data-id=\"b49c5ed\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8df095a e-flex e-con-boxed e-con e-child\" data-id=\"8df095a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6dd97a5 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"6dd97a5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;rotateIn&quot;,&quot;animation_delay&quot;:30}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-373897a elementor-widget elementor-widget-heading\" data-id=\"373897a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-large\">ALPHA HOPE<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-53cbb79 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-widget elementor-widget-star-rating\" data-id=\"53cbb79\" data-element_type=\"widget\" data-widget_type=\"star-rating.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\/*! elementor - v3.23.0 - 05-08-2024 *\/\n@charset \"UTF-8\";.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:\"\\e934\";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:flex;align-items:center}.elementor-star-rating__title{margin-inline-end:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-inline-end:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-inline-end:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-inline-end:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:\"\u2605\"}<\/style>\n\t\t<div class=\"elementor-star-rating__wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-star-rating\" title=\"5\/5\" itemtype=\"http:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\"><i class=\"elementor-star-full\">&#9733;<\/i><i class=\"elementor-star-full\">&#9733;<\/i><i class=\"elementor-star-full\">&#9733;<\/i><i class=\"elementor-star-full\">&#9733;<\/i><i class=\"elementor-star-full\">&#9733;<\/i> <span itemprop=\"ratingValue\" class=\"elementor-screen-only\">5\/5<\/span><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5346b13 elementor-widget elementor-widget-heading\" data-id=\"5346b13\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u7c92\u7dda\u9ad4\u512a\u5316\u5291<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00fdc28 elementor-widget__width-auto elementor-widget elementor-widget-wp-widget-text\" data-id=\"00fdc28\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"wp-widget-text.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"textwidget\"><p><span style=\"color: #fff\">\u589e\u52a0\u7c92\u7dda\u9ad4\u7684\u5408\u6210\uff0c\u4e26\u4fdd\u8b77\u7c92\u7dda\u9ad4\u3002 \u5353\u8d8a\u6297\u6c27\u5316\uff0c\u80fd\u9032\u884c\u4e0a\u5343\u6b21\u6c27\u5316\u9084\u539f\u5faa\u74b0\uff0c\u4e26\u5354\u8abf\u5176\u4ed6\u6297\u6c27\u5316\u71df\u990a\u7d20\u4f5c\u7528\u3002\u589e\u5f37\u9ad4\u529b\uff0c\u8abf\u6574\u9ad4\u8cea\uff0c\u7cbe\u795e\u65fa\u76db\uff01 <\/span><\/p>\n<p><span style=\"color: #fff\">\u6c2b\u5206\u5b50H2<br \/>\n\u5feb\u901f\u88fd\u6c2b\u3001\u9577\u6548\u9396\u6c2b\u3001\u65b9\u4fbf\u4f7f\u7528\u3002\u4fc3\u9032\u7d30\u80de\u5065\u5eb7\uff0c\u6c2b\u5206\u5b50\u900f\u904e\u6297\u6c27\u5316\u3001\u6297\u767c\u708e\u3001\u4fdd\u8b77\u7d30\u80de\uff0c\u7d30\u80de\u4fe1\u606f\u7684\u8abf\u7bc0\u4f86\u4fc3\u9032\u7d30\u80de\u5065\u5eb7<\/span><\/p>\n<p><span style=\"color: #fff\">\u9382Mg<br \/>\n\u9382\u5728\u4eba\u9ad4\u5167\u69cb\u6210\u4e86\u4e09\u767e\u7a2e\u9175\u7d20\uff0c\u4e14\u5c0d\u65bc\u6240\u6709\u7d30\u80de\u90fd\u662f\u5fc5\u9808\u7684\uff0c\u662f\u5728\u4eba\u9ad4\u4e2d\u4f54\u6709\u7b2c\u5341\u4e00\u591a(\u4f9d\u91cd\u91cf\u6392\u5e8f)\u7684\u5143\u7d20\u3002\u8eab\u9ad4\u7684\u6578\u767e\u7a2e\u9175\u7d20\u90fd\u9700\u8981\u9382\u96e2\u5b50\u624d\u80fd\u904b\u4f5c\u3002\u6bcf\u65e5\u5efa\u8b70\u651d\u53d6\u91cf\uff1a\u7537\u6027380\u6beb\u514b\uff0c\u5973\u6027320\u6beb\u514b\u3002<\/span><\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-846de44 e-flex e-con-boxed e-con e-parent\" data-id=\"846de44\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f321019 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-widget elementor-widget-star-rating\" data-id=\"f321019\" data-element_type=\"widget\" data-widget_type=\"star-rating.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n\t\t<div class=\"elementor-star-rating__wrapper\">\n\t\t\t\t\t\t<div class=\"elementor-star-rating\" title=\"5\/5\" itemtype=\"http:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\"><i class=\"elementor-star-full\">&#9733;<\/i><i class=\"elementor-star-full\">&#9733;<\/i><i class=\"elementor-star-full\">&#9733;<\/i><i class=\"elementor-star-full\">&#9733;<\/i><i class=\"elementor-star-full\">&#9733;<\/i> <span itemprop=\"ratingValue\" class=\"elementor-screen-only\">5\/5<\/span><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-89fe74a e-flex e-con-boxed e-con e-parent\" data-id=\"89fe74a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22884ef6 e-con-full e-flex e-con e-parent\" data-id=\"22884ef6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-17b43290 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"17b43290\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;animation_delay&quot;:300}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1362831c elementor-widget elementor-widget-heading\" data-id=\"1362831c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">shalom nissi<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75dfd2b elementor-widget elementor-widget-wp-widget-media_audio\" data-id=\"75dfd2b\" data-element_type=\"widget\" data-widget_type=\"wp-widget-media_audio.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!--[if lt IE 9]><script>document.createElement('audio');<\/script><![endif]-->\n<audio class=\"wp-audio-shortcode\" id=\"audio-251-1\" preload=\"none\" style=\"width: 100%;\" controls=\"controls\"><source type=\"audio\/mpeg\" src=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/turritopsis.mp3?_=1\" \/><source type=\"audio\/mpeg\" src=\"http:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/turritopsis.mp3?_=1\" \/><a href=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/turritopsis.mp3\">https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2024\/01\/turritopsis.mp3<\/a><\/audio>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4def58 elementor-widget elementor-widget-text-editor\" data-id=\"c4def58\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>\u00a0<\/p><p>\u95dc\u65bc\u71c8\u5854\u6c34\u6bcd-\u00a0<\/p><p>\u64da\u8aaa\uff0c\u6709\u4e00\u96bb\u7279\u5225\u7684\u71c8\u5854\u6c34\u6bcd\uff0c\u5b83\u7684\u5149\u8292\u6bd4\u5176\u4ed6\u6c34\u6bcd\u66f4\u70ba\u7480\u74a8\uff0c\u88ab\u7a31\u70ba\u300c\u661f\u8fb0\u4e4b\u5149\u300d\u3002<br \/>\u9019\u96bb\u661f\u8fb0\u4e4b\u5149\u7684\u71c8\u5854\u6c34\u6bcd\u64c1\u6709\u8207\u773e\u4e0d\u540c\u7684\u80fd\u91cf\uff0c\u64da\u8aaa\u5b83\u7684\u751f\u547d\u65c5\u7a0b\u59cb\u65bc\u4e00\u5834\u53e4\u8001\u7684\u6d77\u6d0b\u5947\u8e5f\u3002<br \/>\u50b3\u8aaa\u4e2d\uff0c\u7576\u4e00\u5834\u6975\u5149\u5728\u6d77\u5e73\u9762\u4e0a\u821e\u52d5\u6642\uff0c\u4e00\u9846\u6d41\u661f\u589c\u843d\u5728\u5927\u6d77\u4e2d\uff0c\u8cdc\u4e88\u4e86\u9019\u96bb\u6c34\u6bcd\u7368\u7279\u7684\u5149\u8f1d\u3002<br \/>\u661f\u8fb0\u4e4b\u5149\u64c1\u6709\u975e\u51e1\u7684\u9577\u58fd\u529b\u91cf\uff0c\u751f\u547d\u6b77\u7a0b\u8d85\u8d8a\u5e38\u898f\u7684\u6c34\u6bcd\u3002<\/p><p>\u96a8\u8457\u6642\u9593\u7684\u63a8\u79fb\uff0c\u661f\u8fb0\u4e4b\u5149\u7684\u5149\u8292\u6210\u70ba\u6d77\u6d0b\u4e2d\u7684\u4e00\u9053\u5947\u666f\uff0c\u5438\u5f15\u8457\u4eba\u5011\u7684\u76ee\u5149\u3002<br \/>\u50b3\u8aaa\u4e2d\uff0c\u5b83\u5728\u6d77\u5e95\u6df1\u8655\u7a7f\u8d8a\u73ca\u745a\u7901\u548c\u6d77\u5e95\u4e16\u754c\uff0c\u70ba\u6d77\u6d0b\u751f\u614b\u7cfb\u7d71\u5e36\u4f86\u4e00\u7d72\u795e\u79d8\u7684\u5149\u5f69\u3002<\/p><p>\u9019\u500b\u7f8e\u9e97\u6545\u4e8b\u6559\u5c0e\u6211\u5011\uff0c\u5373\u4f7f\u5728\u5927\u6d77\u7684\u6df1\u8655\uff0c\u4e5f\u6709\u4e00\u4e9b\u795e\u5947\u7684\u751f\u7269\uff0c\u5b83\u5011\u7684\u5b58\u5728\u70ba\u6574\u500b\u6d77\u6d0b\u6ce8\u5165\u4e86\u7368\u7279\u7684\u751f\u547d\u529b\u3002<br \/>\u5982\u540c\u71c8\u5854\u6c34\u6bcd\ud83e\udebc\u661f\u8fb0\u4e4b\u5149\u7684\u6545\u4e8b\uff0c\u6210\u70ba\u4e86\u6d77\u6d0b\u4e2d\u4e00\u500b\u7f8e\u597d\u800c\u4ee4\u4eba\u632f\u596e\u7684\u50b3\u8aaa\uff0c\u8c61\u5fb5\u8457\u751f\u547d\u7684\u5947\u8e5f\u548c\u6c38\u6046\u7684\u69ae\u5149\u3002<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b5d81a5 elementor-view-framed elementor-tablet-position-right elementor-vertical-align-middle elementor-position-right elementor-mobile-position-right elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"4b5d81a5\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"http:\/\/www.shalomnissi.com\/en\/shop\/\" class=\"elementor-icon elementor-animation-shrink\" tabindex=\"-1\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"b77f1bdc-bbde-4ba0-b799-1c59a80f0fc6\" data-name=\"Layer 1\" width=\"30.7071\" height=\"24.7072\" viewbox=\"0 0 30.7071 24.7072\"><defs><style>.a0a291e8-ffd7-4386-807b-ee865f0707db{fill-rule:evenodd;}<\/style><\/defs><polygon class=\"a0a291e8-ffd7-4386-807b-ee865f0707db\" points=\"30.354 12 18.354 0 17.646 0.707 28.793 11.854 0 11.854 0 12.854 28.793 12.854 17.646 24 18.354 24.707 30.354 12.707 30.707 12.354 30.354 12\"><\/polygon><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-634f7f59 e-con-full e-flex e-con e-child\" data-id=\"634f7f59\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26a47dd6 animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"26a47dd6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"604\" height=\"1024\" src=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/0-1-604x1024.jpg\" class=\"attachment-large size-large wp-image-1231\" alt=\"\" srcset=\"https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/0-1-604x1024.jpg 604w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/0-1-177x300.jpg 177w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/0-1-7x12.jpg 7w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/0-1-600x1017.jpg 600w, https:\/\/www.shalomnissi.com\/wp-content\/uploads\/2023\/12\/0-1.jpg 640w\" sizes=\"(max-width: 604px) 100vw, 604px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-94a9b09 e-flex e-con-boxed e-con e-parent\" data-id=\"94a9b09\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a4dceec e-con-full e-flex e-con e-child\" data-id=\"a4dceec\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80fca2e animated-slow elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"80fca2e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u6210\u5206\u67e5\u8a62<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-625e18a e-con-full e-flex e-con e-child\" data-id=\"625e18a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c2f0b4 elementor-widget elementor-widget-wp-widget-search\" data-id=\"2c2f0b4\" data-element_type=\"widget\" data-widget_type=\"wp-widget-search.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<form role=\"search\" method=\"get\" class=\"search-form\" action=\"https:\/\/www.shalomnissi.com\/en\/\" data-trp-original-action=\"https:\/\/www.shalomnissi.com\/en\/\">\n\t<label for=\"search-field\">\n\t\t<span class=\"screen-reader-text\">Search for:<\/span>\n\t\t<input type=\"search\" id=\"search-field\" class=\"search-field\"   placeholder=\"Search...\" value=\"\" name=\"s\" tabindex=\"-1\">\n\t\t\t\t\t<button class=\"search-submit ast-search-submit\" aria-label=\"Search Submit\">\n\t\t\t\t<span hidden>Search<\/span>\n\t\t\t\t<i><span class=\"ast-icon icon-search\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" x=\"0px\" y=\"0px\" viewbox=\"-893 488 142 142\" enable-background=\"new -888 480 142 142\" xml:space=\"preserve\">\n\t\t\t\t\t\t  <path d=\"M-787.4,568.7h-6.3l-2.4-2.4c7.9-8.7,12.6-20.5,12.6-33.1c0-28.4-22.9-51.3-51.3-51.3  c-28.4,0-51.3,22.9-51.3,51.3c0,28.4,22.9,51.3,51.3,51.3c12.6,0,24.4-4.7,33.1-12.6l2.4,2.4v6.3l39.4,39.4l11.8-11.8L-787.4,568.7  L-787.4,568.7z M-834.7,568.7c-19.7,0-35.5-15.8-35.5-35.5c0-19.7,15.8-35.5,35.5-35.5c19.7,0,35.5,15.8,35.5,35.5  C-799.3,553-815,568.7-834.7,568.7L-834.7,568.7z\"\/>\n\t\t\t\t\t\t  <\/svg><\/span><\/i>\n\t\t\t<\/button>\n\t\t\t<\/label>\n\t\t\t<input type=\"submit\" class=\"search-submit\" value=\"Search\">\n\t<input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c426997 e-con-full e-flex e-con e-parent\" data-id=\"6c426997\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e92746a animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"e92746a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:3473,&quot;url&quot;:&quot;http:\\\/\\\/www.shalomnissi.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/240222_1.jpg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df26065 elementor-widget elementor-widget-heading\" data-id=\"df26065\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u5e78\u798f\u4fdd\u5065<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-890d601 elementor-widget elementor-widget-text-editor\" data-id=\"890d601\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h5><a style=\"color: #ed83a2;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e9%81%94%e7%b1%b3%e9%98%bf%e9%82%a3%ef%bc%88%e9%80%8f%e7%b4%8d%e8%91%89%ef%bc%89\/\"><span style=\"vertical-align: inherit;\">\u9054\u7c73\u963f\u90a3(\u900f\u7d0d\u8449)<\/span><\/a><span style=\"vertical-align: inherit;\">,<\/span><a style=\"color: #ed83a2;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%a3%b7%e8%84%82%e9%85%b0%e7%b5%b2%e8%83%ba%e9%85%b8\/\"><span style=\"vertical-align: inherit;\">\u78f7\u8102\u9170\u7d72\u80fa\u9178<\/span><\/a><span style=\"vertical-align: inherit;\">,<\/span><a style=\"color: #ed83a2;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e8%8f%b8%e9%b9%bc%e9%85%b8\/\"><span style=\"vertical-align: inherit;\">\u83f8\u9e7c\u91af\u80fa(\u7dad\u4ed6\u547dB3)<\/span><\/a><span style=\"vertical-align: inherit;\">,<\/span><a style=\"color: #ed83a2;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e5%8d%a1%e5%9c%96%e5%b7%b4%ef%bc%88%e6%9d%9c%e6%9d%be%ef%bc%89\/\"><span style=\"vertical-align: inherit;\">\u5361\u5716\u5df4(\u675c\u677e)<\/span><\/a><span style=\"vertical-align: inherit;\">,<\/span><\/h5><h5><a style=\"color: #ed83a2;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0a\/\"><span style=\"vertical-align: inherit;\">\u7dad\u751f\u7d20A<\/span><\/a><span style=\"vertical-align: inherit;\">,<\/span><a style=\"color: #ed83a2;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0b1\/\"><span style=\"vertical-align: inherit;\">\u7dad\u751f\u7d20B1<\/span><\/a><span style=\"vertical-align: inherit;\">,\u00a0<\/span><a style=\"color: #ed83a2;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0c\/\"><span style=\"vertical-align: inherit;\">\u7dad\u751f\u7d20C<\/span><\/a><span style=\"vertical-align: inherit;\">,\u00a0<\/span><a style=\"color: #ed83a2;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0d3\/\"><span style=\"vertical-align: inherit;\">\u7dad\u751f\u7d20D3<\/span><\/a><span style=\"vertical-align: inherit;\">,\u00a0<\/span><a style=\"color: #ed83a2;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0e\/\"><span style=\"vertical-align: inherit;\">\u7dad\u751f\u7d20E<\/span><\/a><span style=\"vertical-align: inherit;\">,<\/span><\/h5><h4><a style=\"color: #ea5783;\" href=\"https:\/\/www.shalomnissi.com\/en\/l-%e8%8c%b6%e8%83%ba%e9%85%b8\/\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">L-\u8336\u80fa\u9178<\/span><\/span><\/a><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">,\u00a0\u00a0<\/span><\/span><a style=\"color: #ea5783;\" href=\"https:\/\/www.shalomnissi.com\/en\/nmns-%e8%8f%b8%e9%86%af%e8%83%ba%e5%96%ae%e6%a0%b8%e8%8b%b7%e9%85%b8\/\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u00df-\u83f8\u91af\u80fa\u55ae\u6838\u82f7\u9178<\/span><\/span><\/a><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">,<\/span><\/span><\/h4><h4><a style=\"color: #ea5783;\" href=\"https:\/\/www.shalomnissi.com\/en\/ksm-66%e5%8d%97%e9%9d%9e%e9%86%89%e8%8c%84%ef%bc%88%e5%8d%b0%e5%ba%a6%e4%ba%ba%e5%b5%be%ef%bc%89\/\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">KSM-66\u00ae\u5357\u975e\u9189\u8304\uff08\u5370\u5ea6\u4eba\u5d7e\uff09<\/span><\/span><\/a><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">,<\/span><\/span><\/h4><h5><a style=\"color: #eb6c93;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e6%9d%b1%e9%9d%a9%e9%98%bf%e8%a3%a1%ef%bc%88%e9%a6%ac%e4%be%86%e8%a5%bf%e4%ba%9e%e4%ba%ba%e8%94%98%ef%bc%89\/\"><span style=\"vertical-align: inherit;\">\u6771\u9769\u963f\u88e1(\u99ac\u4f86\u897f\u4e9e\u4eba\u8518)<\/span><\/a><span style=\"vertical-align: inherit;\">,<\/span><\/h5><h5><a style=\"color: #eb6c93;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%91%aa%e5%8d%a1%ef%bc%88%e7%a7%98%e9%ad%af%e4%ba%ba%e5%b5%be%ef%bc%89\/\"><span style=\"vertical-align: inherit;\">\u746a\u5361(\u79d8\u9b6f\u4eba\u5d7e)<\/span><\/a><span style=\"vertical-align: inherit;\">,<\/span><\/h5><h5><a style=\"color: #eb6c93;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e5%b7%b4%e8%a5%bf%e6%a6%a5%e6%a6%a5%e6%9c%a8\/\"><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">\u5df4\u897f\u69a5\u69a5\u6728<\/span><\/span><\/a><span style=\"vertical-align: inherit;\"><span style=\"vertical-align: inherit;\">,<\/span><\/span><a style=\"color: #ed83a2;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e9%88%a3\/\"><span style=\"vertical-align: inherit;\">\u9223<\/span><\/a><span style=\"vertical-align: inherit;\">,<\/span><\/h5><h5><a style=\"color: #eb6c93;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e6%9d%b1%e8%9f%b2%e5%a4%8f%e8%8d%89\/\"><span style=\"vertical-align: inherit;\">\u51ac\u87f2\u590f\u8349<\/span><\/a><span style=\"vertical-align: inherit;\">,<\/span><\/h5>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e791fd elementor-view-framed elementor-tablet-position-right elementor-vertical-align-middle elementor-position-right elementor-mobile-position-right elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"3e791fd\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"http:\/\/www.shalomnissi.com\/en\/product-category\/blessed\/\" class=\"elementor-icon elementor-animation-shrink\" tabindex=\"-1\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"b77f1bdc-bbde-4ba0-b799-1c59a80f0fc6\" data-name=\"Layer 1\" width=\"30.7071\" height=\"24.7072\" viewbox=\"0 0 30.7071 24.7072\"><defs><style>.a0a291e8-ffd7-4386-807b-ee865f0707db{fill-rule:evenodd;}<\/style><\/defs><polygon class=\"a0a291e8-ffd7-4386-807b-ee865f0707db\" points=\"30.354 12 18.354 0 17.646 0.707 28.793 11.854 0 11.854 0 12.854 28.793 12.854 17.646 24 18.354 24.707 30.354 12.707 30.707 12.354 30.354 12\"><\/polygon><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-41952ba5 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"41952ba5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:400,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:3474,&quot;url&quot;:&quot;http:\\\/\\\/www.shalomnissi.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/240222_2.jpg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31a667a2 elementor-widget elementor-widget-heading\" data-id=\"31a667a2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u5feb\u6a02\u4fdd\u5065<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c164c5 elementor-widget elementor-widget-text-editor\" data-id=\"9c164c5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h5><span class=\"s1\"><a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b4%ab%e6%aa%80%e8%8a%aa\/\">\u7d2b\u6a80\u82aa<\/a>,<\/span>\n<span class=\"s1\"><a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e9%ba%a5%e8%a7%92%e7%a1%ab%e5%9b%a0\/\">\u9ea5\u89d2\u786b\u56e0<\/a>,<a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e8%a4%90%e8%97%bb%e9%86%a3%e8%86%a0\/\">\u8910\u85fb\u91a3\u81a0<\/a>,<\/span>\n<span class=\"s1\"><a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/caleriehealth%e5%85%a8%e8%83%bd%e5%85%8d%e7%96%ab%e5%8c%85\/\">CalerieHealth\u00ae\u5168\u80fd\u514d\u75ab\u5305<\/a>,<\/span>\n<span class=\"s1\"><a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/alpha-gpc\/\">Alpha-GPC\u7518\u6cb9\u78f7\u9178\u81bd\u9e7c<\/a>,<\/span>\n<a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/aquamin%e6%b7%b1%e6%b5%b7%e7%b4%85%e8%97%bb\/\">Aquamin\u00ae\u6df1\u6d77\u7d05\u85fb<\/a><span class=\"s1\">,<\/span><span class=\"s1\"><a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e6%bc%86%e9%bb%83%e7%b4%a0\/\">\u6f06\u9ec3\u7d20<\/a>,<\/span><\/h5>\n<h5><a style=\"color: #f9a94a; href=\"http:>\u7f85\u4f0a\u6c0f\u4e73\u687f\u83ccLR08,\u55dc\u9178\u4e73\u687f\u83ccLA85,\u9577\u96d9\u53c9\u687f\u83ccBL21.\u5169\u6b67\u96d9\u6b67\u687f\u83cc,\u9f20\u674e\u7cd6\u4e73\u687f\u83cc,\u4e73\u96d9\u6b67\u687f\u83cc,\u6372\u66f2\u4e73\u687f\u83cc,\u690d\u7269\u4e73\u687f\u83ccN13,\u9752\u6625\u96d9\u6b67\u687f\u83cc,\u96d9\u6b67\u687f\u83cc\u5b30\u5152,\u4e73\u9178\u7247\u7403\u83ccCCFM7902,<\/a>\n<span class=\"s1\"> <a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0b12\/\">\u7dad\u751f\u7d20B12<\/a>,\u00a0<a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0b6\/\">\u7dad\u751f\u7d20B6<\/a>,\u00a0<a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0d\/\">\u7dad\u751f\u7d20D<\/a>,\u00a0<\/span>\n<span class=\"s1\"><a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0d3\/\">\u7dad\u751f\u7d20D3<\/a>,\u00a0<a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0k2\/\">\u7dad\u751f\u7d20K2<\/a>,<\/span>\n<span class=\"s1\"><a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/caleriehealth%e5%85%a8%e8%83%bd%e6%b0%b4%e6%9e%9c%e5%8c%85\/\">CalerieHealth\u00ae\u5168\u80fd\u6c34\u679c\u5305<\/a>,\u00a0\u00a0<\/span>\n<span class=\"s1\"><a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e5%8f%8d%e5%bc%8f%e7%99%bd%e8%97%9c%e8%98%86%e9%86%87\/\">\u53cd\u5f0f\u767d\u85dc\u8606\u9187<\/a>,\u00a0<\/span><span class=\"s1\"><a style=\"color: #f9a94a;\" href=\"https:\/\/www.shalomnissi.com\/en\/l-%e7%93%9c%e8%83%ba%e9%85%b8\/\">L-\u74dc\u80fa\u9178<\/a>,\u00a0<\/span><\/h5>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a9211a4 elementor-view-framed elementor-tablet-position-right elementor-vertical-align-middle elementor-position-right elementor-mobile-position-right elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"7a9211a4\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"http:\/\/www.shalomnissi.com\/en\/product-category\/happy\/\" class=\"elementor-icon elementor-animation-shrink\" tabindex=\"-1\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"b77f1bdc-bbde-4ba0-b799-1c59a80f0fc6\" data-name=\"Layer 1\" width=\"30.7071\" height=\"24.7072\" viewbox=\"0 0 30.7071 24.7072\"><defs><style>.a0a291e8-ffd7-4386-807b-ee865f0707db{fill-rule:evenodd;}<\/style><\/defs><polygon class=\"a0a291e8-ffd7-4386-807b-ee865f0707db\" points=\"30.354 12 18.354 0 17.646 0.707 28.793 11.854 0 11.854 0 12.854 28.793 12.854 17.646 24 18.354 24.707 30.354 12.707 30.707 12.354 30.354 12\"><\/polygon><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5db6f531 animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"5db6f531\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:3475,&quot;url&quot;:&quot;http:\\\/\\\/www.shalomnissi.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/240222_3.jpg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d4b4182 elementor-widget elementor-widget-heading\" data-id=\"2d4b4182\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u9752\u6625\u4fdd\u5065<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d7fa5a4 elementor-widget elementor-widget-text-editor\" data-id=\"d7fa5a4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h5><span class=\"s1\" style=\"font-size: 1.1em; font-weight: bold;\"><a style=\"color: #2ba93a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e6%b0%ab\/\">\u6c2bH2<\/a>,\u00a0<a style=\"color: #2ba93a;\" href=\"http:\/\/www.shalomnissi.com\/en\/\u9382\/\">\u9382Mg<\/a>,<\/span><\/h5><h5><span class=\"s1\"><a style=\"color: #2ba93a;\" href=\"https:\/\/www.shalomnissi.com\/en\/ecgc%e5%85%92%e8%8c%b6%e7%b4%a0\/\">ECGC\u5152\u8336\u7d20<\/a>,<\/span><\/h5><h5><span class=\"s1\"><a style=\"color: #2ba93a;\" href=\"https:\/\/www.shalomnissi.com\/en\/%e6%b7%b1%e6%b5%b7%e6%9c%89%e6%a9%9f%e8%97%bb%e8%97%8d%e8%9b%8b%e7%99%bd\/\">\u6df1\u6d77\u6709\u6a5f\u85fb\u85cd\u86cb\u767d<\/a>,<\/span><\/h5><h5><span class=\"s1\"><a style=\"color: #2ba93a;\" href=\"https:\/\/www.shalomnissi.com\/en\/quatrefolic6s5-%e7%94%b2%e5%9f%ba%e5%9b%9b%e6%b0%ab%e8%91%89%e9%85%b8\/\">Quatrefolic\u00ae(6S)5-\u7532\u57fa\u56db\u6c2b\u8449\u9178<\/a>,<\/span><span class=\"s1\" style=\"font-size: 1.1em; font-weight: bold;\">\u00a0<\/span><\/h5><h5><a style=\"color: #2ba93a;\" href=\"https:\/\/www.shalomnissi.com\/en\/pqq%e5%91%b2%e5%92%af%e4%b8%a6%e5%96%b9%e5%95%89%e9%86%8c\/\">\u5472\u54af\u4e26\u55b9\u5549\u918cPyrroloquinoline quinone<\/a><span class=\"s1\" style=\"font-size: 1.1em; font-weight: bold;\">,<\/span><\/h5><h5><span class=\"s1\"><a style=\"color: #2ba93a;\" href=\"https:\/\/www.shalomnissi.com\/en\/astareal-%e8%9d%a6%e9%9d%92%e7%b4%a0\/\">AstaReal \u00ae\u8766\u9752\u7d20<\/a>,<\/span><\/h5><h5><span class=\"s1\" style=\"font-size: 1.1em; font-weight: bold;\"><a style=\"color: #2ba93a;\" href=\"https:\/\/www.shalomnissi.com\/en\/bioperine%e8%83%a1%e6%a4%92%e7%a2%b1\/\">BioPerine\u00ae\u80e1\u6912\u78b1<\/a>,<\/span><\/h5><h5><a style=\"color: #2ba93a;\" href=\"http:\/\/www.shalomnissi.com\/en\/s-1\/\">\u00df\u20141,3\/1,6\u8461\u805a\u7cd6<\/a>,<\/h5>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1dbb1fb5 elementor-view-framed elementor-tablet-position-right elementor-vertical-align-middle elementor-position-right elementor-mobile-position-right elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"1dbb1fb5\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"http:\/\/www.shalomnissi.com\/en\/product-category\/young\/\" class=\"elementor-icon elementor-animation-shrink\" tabindex=\"-1\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"b77f1bdc-bbde-4ba0-b799-1c59a80f0fc6\" data-name=\"Layer 1\" width=\"30.7071\" height=\"24.7072\" viewbox=\"0 0 30.7071 24.7072\"><defs><style>.a0a291e8-ffd7-4386-807b-ee865f0707db{fill-rule:evenodd;}<\/style><\/defs><polygon class=\"a0a291e8-ffd7-4386-807b-ee865f0707db\" points=\"30.354 12 18.354 0 17.646 0.707 28.793 11.854 0 11.854 0 12.854 28.793 12.854 17.646 24 18.354 24.707 30.354 12.707 30.707 12.354 30.354 12\"><\/polygon><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-77dcb08e animated-slow e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"77dcb08e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:400,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:3476,&quot;url&quot;:&quot;http:\\\/\\\/www.shalomnissi.com\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/240222_4.jpg&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39f81b7d elementor-widget elementor-widget-heading\" data-id=\"39f81b7d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\u7f8e\u9e97\u4fdd\u5065<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4ff112 elementor-widget elementor-widget-text-editor\" data-id=\"b4ff112\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<h5><a href=\"https:\/\/www.shalomnissi.com\/en\/l-%e7%a9%80%e8%83%b1%e7%94%98%e8%82%bd\/\">L-\u7a40\u80f1\u7518\u80bd<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/q10\/\">Q10<\/a>,<\/h5><h5><a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%87%95%e7%aa%a9%e9%85%b8\/\">\u71d5\u7aa9\u9178<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%8e%bb%e5%b0%bf%e9%85%b8\/\">\u73bb\u5c3f\u9178<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/l-%e7%93%9c%e8%83%ba%e9%85%b8\/\">L-\u74dc\u80fa\u9178<\/a>,<\/h5><h5><a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0a-c-d3-e-k1\/\">\u9382<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e8%91%89%e9%bb%83%e7%b4%a0%e5%92%8c%e7%8e%89%e7%b1%b3%e9%bb%83%e7%b4%a0\/\">\u8449\u9ec3\u7d20\u548c\u7389\u7c73\u9ec3\u7d20<\/a>,<\/h5><h5><a href=\"https:\/\/www.shalomnissi.com\/en\/caleriehealth-sod\/\">CalerieHealth\u00ae SOD<\/a>,<\/h5><h5><a href=\"https:\/\/www.shalomnissi.com\/en\/%e4%ba%8c%e5%90%b2%e5%93%9a%e7%94%b2%e7%83%b7\/\">\u4e8c\u5432\u54da\u7532\u70f7<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e6%ad%90%e6%b4%b2%e5%b1%b1%e6%a1%91%e5%ad%90\/\">\u6b50\u6d32\u5c71\u6851\u5b50<\/a>,<\/h5><h5><a href=\"https:\/\/www.shalomnissi.com\/en\/%e9%8b%85\/\">L-OptiZinc\u00ae\u92c5<\/a>,<\/h5><h5><a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0a\/\">\u7dad\u751f\u7d20A<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0c\/\">\u7dad\u751f\u7d20C<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0e\/\">\u7dad\u751f\u7d20E<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0k1\/\">\u7dad\u751f\u7d20K1,<\/a><\/h5><h5><a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0d3\/\">\u7dad\u751f\u7d20D3<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0b1\/\">\u7dad\u751f\u7d20B1<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0b2\/\">\u7dad\u751f\u7d20B2<\/a>,<\/h5><h5><a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0b6\/\">\u7dad\u751f\u7d20B6<\/a>,<span class=\"s1\"><a style=\"font-size: 1.25rem; font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: var( --e-global-typography-text-letter-spacing ); text-transform: var( --e-global-typography-text-text-transform ); word-spacing: var( --e-global-typography-text-word-spacing ); text-align: var(--text-align);\" href=\"https:\/\/www.shalomnissi.com\/en\/%e8%8f%b8%e9%b9%bc%e9%85%b8\/\">\u83f8\u9e7c\u91af\u80fa(\u7dad\u4ed6\u547dB3)<\/a><\/span><span class=\"s1\">,<\/span><span class=\"s1\"><a href=\"https:\/\/www.shalomnissi.com\/en\/quatrefolic6s5-%e7%94%b2%e5%9f%ba%e5%9b%9b%e6%b0%ab%e8%91%89%e9%85%b8\/\">\u8449\u9178<\/a>,<\/span><\/h5><h5><span class=\"s1\"><a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%94%9f%e7%89%a9%e7%b4%a0\/\">\u751f\u7269\u7d20B7<\/a><\/span>,<span class=\"s1\"><a href=\"https:\/\/www.shalomnissi.com\/en\/%e7%b6%ad%e7%94%9f%e7%b4%a0b12\/\">\u7dad\u751f\u7d20B12<\/a>,<\/span><a style=\"font-size: 1.25rem; font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: var( --e-global-typography-text-letter-spacing ); text-transform: var( --e-global-typography-text-text-transform ); word-spacing: var( --e-global-typography-text-word-spacing ); text-align: var(--text-align);\" href=\"https:\/\/www.shalomnissi.com\/en\/%e6%b3%9b%e9%85%b8\/\">\u6cdb\u9178(\u7dad\u751f\u7d20B5)<\/a><span class=\"s1\">,<\/span><a style=\"font-size: 1.25rem; font-style: inherit; font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: var( --e-global-typography-text-letter-spacing ); text-transform: var( --e-global-typography-text-text-transform ); word-spacing: var( --e-global-typography-text-word-spacing ); text-align: var(--text-align);\" href=\"https:\/\/www.shalomnissi.com\/en\/chromax%e9%89%bb\/\">\u927b<\/a>,<a style=\"font-size: 1.25rem; font-style: inherit; font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: var( --e-global-typography-text-letter-spacing ); text-transform: var( --e-global-typography-text-text-transform ); word-spacing: var( --e-global-typography-text-word-spacing ); text-align: var(--text-align);\" href=\"https:\/\/www.shalomnissi.com\/en\/%e9%88%a3\/\">\u9223<\/a>,<a style=\"font-size: 1.25rem; font-style: inherit; font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: var( --e-global-typography-text-letter-spacing ); text-transform: var( --e-global-typography-text-text-transform ); word-spacing: var( --e-global-typography-text-word-spacing ); text-align: var(--text-align);\" href=\"https:\/\/www.shalomnissi.com\/en\/elementor-2098\/\">\u7852<\/a>,<a style=\"font-size: 1.25rem; font-style: inherit; font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: var( --e-global-typography-text-letter-spacing ); text-transform: var( --e-global-typography-text-text-transform ); word-spacing: var( --e-global-typography-text-word-spacing ); text-align: var(--text-align);\" href=\"https:\/\/www.shalomnissi.com\/en\/%e9%89%ac\/\">\u926c<\/a>,<a style=\"font-size: 1.25rem; font-style: inherit; font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: var( --e-global-typography-text-letter-spacing ); text-transform: var( --e-global-typography-text-text-transform ); word-spacing: var( --e-global-typography-text-word-spacing ); text-align: var(--text-align);\" href=\"https:\/\/www.shalomnissi.com\/en\/%e9%89%80\/\">\u9240<\/a>,<a style=\"font-size: 1.25rem; font-style: inherit; font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: var( --e-global-typography-text-letter-spacing ); text-transform: var( --e-global-typography-text-text-transform ); word-spacing: var( --e-global-typography-text-word-spacing ); text-align: var(--text-align);\" href=\"https:\/\/www.shalomnissi.com\/en\/%e9%8c%b3\/\">\u9333<\/a>,<a style=\"font-size: 1.25rem; font-style: inherit; font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: var( --e-global-typography-text-letter-spacing ); text-transform: var( --e-global-typography-text-text-transform ); word-spacing: var( --e-global-typography-text-word-spacing ); text-align: var(--text-align);\" href=\"https:\/\/www.shalomnissi.com\/en\/%e9%8a%85\/\">\u9285<\/a>,<a style=\"font-size: 1.25rem; font-style: inherit; font-family: var( --e-global-typography-text-font-family ), Sans-serif; letter-spacing: var( --e-global-typography-text-letter-spacing ); text-transform: var( --e-global-typography-text-text-transform ); word-spacing: var( --e-global-typography-text-word-spacing ); text-align: var(--text-align);\" href=\"https:\/\/www.shalomnissi.com\/en\/product\/%e5%85%a8%e9%a4%8a%e7%b4%a0\/\">\u787c<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e5%b7%a6%e6%97%8b%e8%82%89%e9%b9%bc\/\"><span data-sheets-root=\"1\" data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;\u5de6\u65cb\u8089\u9e7c&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:12801,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;15&quot;:&quot;\u5fae\u8edf\u6b63\u9ed1\u9ad4, sans-serif&quot;,&quot;16&quot;:12}\">\u5de6\u65cb\u8089\u9e7c <\/span><\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/chromax-%e9%89%bb\/\"><span data-sheets-root=\"1\" data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;\u927b(Chromax\u00ae)&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:12801,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;15&quot;:&quot;\u5fae\u8edf\u6b63\u9ed1\u9ad4, sans-serif&quot;,&quot;16&quot;:12}\">\u927b(Chromax\u00ae)<\/span><\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/d-%e6%a0%b8%e7%b3%96\/\"><span data-sheets-root=\"1\" data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;D-\u6838\u7cd6&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:897,&quot;3&quot;:{&quot;1&quot;:0},&quot;10&quot;:0,&quot;11&quot;:4,&quot;12&quot;:0}\">D-\u6838\u7cd6<\/span><\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e9%a6%99%e8%9c%82%e8%8d%89%e6%aa%b8%e6%aa%ac%e9%a6%99%e8%84%82%e8%90%83%e5%8f%96%e7%89%a9%ef%bc%89\/\">\u9999\u8702\u8349(\u6ab8\u6aac\u9999\u8102\u8403\u53d6\u7269\uff09<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e6%af%9b%e5%96%89%e9%9e%98%e8%95%8a%e8%8a%b1\/\"><span data-sheets-root=\"1\" data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;\u6bdb\u5589\u9326\u7d2b\u8607\u8403\u53d6\u7269&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:12801,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;15&quot;:&quot;\u5fae\u8edf\u6b63\u9ed1\u9ad4, sans-serif&quot;,&quot;16&quot;:12}\">\u6bdb\u5589\u9326\u7d2b\u8607\u8403\u53d6\u7269<\/span><\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e6%91%a9%e6%b4%9b%e8%a1%80%e6%a9%99\/\">\u6469\u6d1b\u8840\u6a59<\/a>,<a href=\"https:\/\/www.shalomnissi.com\/en\/%e8%be%a3%e6%a4%92%e7%b4%a0capsaicin\/\">Capsimax\u00ae\uff08\u8fa3\u6912\u8403\u53d6\u7269\uff09\u00a0<\/a><\/h5><h5>\u00a0<\/h5><h5>\u00a0<\/h5>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31d15e1a elementor-view-framed elementor-tablet-position-right elementor-vertical-align-middle elementor-position-right elementor-mobile-position-right elementor-shape-circle elementor-widget elementor-widget-icon-box\" data-id=\"31d15e1a\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<a href=\"http:\/\/www.shalomnissi.com\/en\/product-category\/pretty\/\" class=\"elementor-icon elementor-animation-shrink\" tabindex=\"-1\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"b77f1bdc-bbde-4ba0-b799-1c59a80f0fc6\" data-name=\"Layer 1\" width=\"30.7071\" height=\"24.7072\" viewbox=\"0 0 30.7071 24.7072\"><defs><style>.a0a291e8-ffd7-4386-807b-ee865f0707db{fill-rule:evenodd;}<\/style><\/defs><polygon class=\"a0a291e8-ffd7-4386-807b-ee865f0707db\" points=\"30.354 12 18.354 0 17.646 0.707 28.793 11.854 0 11.854 0 12.854 28.793 12.854 17.646 24 18.354 24.707 30.354 12.707 30.707 12.354 30.354 12\"><\/polygon><\/svg>\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Self Care Starts Wit [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-251","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.shalomnissi.com\/en\/wp-json\/wp\/v2\/pages\/251"}],"collection":[{"href":"https:\/\/www.shalomnissi.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.shalomnissi.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.shalomnissi.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shalomnissi.com\/en\/wp-json\/wp\/v2\/comments?post=251"}],"version-history":[{"count":63,"href":"https:\/\/www.shalomnissi.com\/en\/wp-json\/wp\/v2\/pages\/251\/revisions"}],"predecessor-version":[{"id":4578,"href":"https:\/\/www.shalomnissi.com\/en\/wp-json\/wp\/v2\/pages\/251\/revisions\/4578"}],"wp:attachment":[{"href":"https:\/\/www.shalomnissi.com\/en\/wp-json\/wp\/v2\/media?parent=251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}