3-D Plug valve(3d旋塞阀).svg 396 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792179317941795179617971798179918001801180218031804180518061807180818091810181118121813181418151816181718181819182018211822182318241825182618271828182918301831183218331834183518361837183818391840184118421843184418451846184718481849185018511852185318541855185618571858185918601861186218631864186518661867186818691870187118721873187418751876187718781879188018811882188318841885188618871888188918901891189218931894189518961897189818991900190119021903190419051906190719081909191019111912191319141915191619171918191919201921192219231924192519261927192819291930193119321933193419351936193719381939194019411942194319441945194619471948194919501951195219531954195519561957195819591960196119621963196419651966196719681969197019711972197319741975197619771978197919801981198219831984198519861987198819891990199119921993199419951996199719981999200020012002200320042005200620072008200920102011201220132014201520162017201820192020202120222023202420252026202720282029203020312032203320342035203620372038203920402041204220432044204520462047204820492050205120522053205420552056205720582059206020612062206320642065206620672068206920702071207220732074207520762077207820792080208120822083208420852086208720882089209020912092209320942095209620972098209921002101210221032104210521062107210821092110211121122113211421152116211721182119212021212122212321242125212621272128212921302131213221332134213521362137213821392140214121422143214421452146214721482149215021512152215321542155215621572158215921602161216221632164216521662167216821692170217121722173217421752176217721782179218021812182218321842185218621872188218921902191219221932194219521962197219821992200220122022203220422052206220722082209221022112212221322142215221622172218221922202221222222232224222522262227222822292230223122322233223422352236223722382239224022412242224322442245224622472248224922502251225222532254225522562257225822592260226122622263226422652266226722682269227022712272227322742275227622772278227922802281228222832284228522862287228822892290229122922293229422952296229722982299230023012302230323042305230623072308230923102311231223132314231523162317231823192320232123222323232423252326232723282329233023312332233323342335233623372338233923402341234223432344234523462347234823492350235123522353235423552356235723582359236023612362236323642365236623672368236923702371237223732374237523762377237823792380238123822383238423852386238723882389239023912392239323942395239623972398239924002401240224032404240524062407240824092410241124122413241424152416241724182419242024212422242324242425242624272428242924302431243224332434243524362437243824392440244124422443244424452446244724482449245024512452245324542455245624572458245924602461246224632464246524662467246824692470247124722473247424752476247724782479248024812482248324842485248624872488248924902491249224932494249524962497249824992500250125022503250425052506250725082509251025112512251325142515251625172518251925202521252225232524252525262527252825292530253125322533253425352536253725382539254025412542254325442545254625472548254925502551255225532554255525562557255825592560256125622563256425652566256725682569257025712572257325742575257625772578257925802581258225832584258525862587258825892590259125922593259425952596259725982599260026012602260326042605260626072608260926102611261226132614261526162617261826192620262126222623262426252626262726282629263026312632263326342635263626372638263926402641264226432644264526462647264826492650265126522653265426552656265726582659266026612662266326642665266626672668266926702671267226732674267526762677267826792680268126822683268426852686268726882689269026912692269326942695269626972698269927002701270227032704270527062707270827092710271127122713271427152716271727182719272027212722272327242725272627272728272927302731273227332734273527362737273827392740274127422743274427452746274727482749275027512752275327542755275627572758275927602761276227632764276527662767276827692770277127722773277427752776277727782779278027812782278327842785278627872788278927902791279227932794279527962797279827992800280128022803280428052806280728082809281028112812281328142815281628172818281928202821282228232824282528262827282828292830283128322833283428352836283728382839284028412842284328442845284628472848284928502851285228532854285528562857285828592860286128622863286428652866286728682869287028712872287328742875287628772878287928802881288228832884288528862887288828892890289128922893289428952896289728982899290029012902290329042905290629072908290929102911291229132914291529162917291829192920292129222923292429252926292729282929293029312932293329342935293629372938293929402941294229432944294529462947294829492950295129522953295429552956295729582959296029612962296329642965296629672968296929702971297229732974297529762977297829792980298129822983298429852986298729882989299029912992299329942995299629972998299930003001300230033004300530063007300830093010301130123013301430153016301730183019302030213022302330243025302630273028302930303031303230333034303530363037303830393040304130423043304430453046304730483049305030513052305330543055305630573058305930603061306230633064306530663067306830693070307130723073307430753076307730783079308030813082308330843085308630873088308930903091309230933094309530963097309830993100310131023103310431053106310731083109311031113112311331143115311631173118311931203121312231233124312531263127312831293130313131323133313431353136313731383139314031413142314331443145314631473148314931503151315231533154315531563157315831593160316131623163316431653166316731683169317031713172317331743175317631773178317931803181318231833184318531863187318831893190319131923193319431953196319731983199320032013202320332043205320632073208320932103211321232133214321532163217321832193220322132223223322432253226322732283229323032313232323332343235323632373238323932403241324232433244324532463247324832493250325132523253325432553256325732583259326032613262326332643265326632673268326932703271327232733274327532763277327832793280328132823283328432853286328732883289329032913292329332943295329632973298329933003301330233033304330533063307330833093310331133123313331433153316331733183319332033213322332333243325332633273328332933303331333233333334333533363337333833393340334133423343334433453346334733483349335033513352335333543355335633573358335933603361336233633364336533663367336833693370337133723373337433753376337733783379338033813382338333843385338633873388338933903391339233933394339533963397339833993400340134023403340434053406340734083409341034113412341334143415341634173418341934203421342234233424342534263427342834293430343134323433343434353436343734383439344034413442344334443445344634473448344934503451345234533454345534563457345834593460346134623463346434653466346734683469347034713472347334743475347634773478347934803481348234833484348534863487348834893490349134923493349434953496349734983499350035013502350335043505350635073508350935103511351235133514351535163517351835193520352135223523352435253526352735283529353035313532353335343535353635373538353935403541354235433544354535463547354835493550355135523553355435553556355735583559356035613562356335643565356635673568356935703571357235733574357535763577357835793580358135823583358435853586358735883589359035913592359335943595359635973598359936003601360236033604360536063607360836093610361136123613361436153616361736183619362036213622362336243625362636273628362936303631363236333634363536363637363836393640364136423643364436453646364736483649365036513652365336543655365636573658365936603661366236633664366536663667366836693670367136723673367436753676367736783679368036813682368336843685368636873688368936903691369236933694369536963697369836993700370137023703370437053706370737083709371037113712371337143715371637173718371937203721372237233724372537263727372837293730373137323733373437353736373737383739374037413742374337443745374637473748374937503751375237533754375537563757375837593760376137623763376437653766376737683769377037713772377337743775377637773778377937803781378237833784378537863787378837893790379137923793379437953796379737983799380038013802380338043805380638073808380938103811381238133814381538163817381838193820382138223823382438253826382738283829383038313832383338343835383638373838383938403841384238433844384538463847384838493850385138523853385438553856385738583859386038613862386338643865386638673868386938703871387238733874387538763877387838793880388138823883388438853886388738883889389038913892389338943895389638973898389939003901390239033904390539063907390839093910391139123913391439153916391739183919392039213922392339243925392639273928392939303931393239333934393539363937393839393940394139423943394439453946394739483949395039513952395339543955395639573958395939603961396239633964396539663967396839693970397139723973397439753976397739783979398039813982398339843985398639873988398939903991399239933994399539963997399839994000400140024003400440054006400740084009401040114012401340144015401640174018401940204021402240234024402540264027402840294030403140324033403440354036403740384039404040414042404340444045404640474048404940504051405240534054405540564057405840594060406140624063406440654066406740684069407040714072407340744075407640774078407940804081408240834084408540864087408840894090409140924093409440954096409740984099410041014102410341044105410641074108410941104111411241134114411541164117411841194120412141224123412441254126412741284129413041314132413341344135413641374138413941404141414241434144414541464147414841494150415141524153415441554156415741584159416041614162416341644165416641674168416941704171417241734174417541764177417841794180418141824183418441854186418741884189419041914192419341944195419641974198419942004201420242034204420542064207420842094210421142124213421442154216421742184219422042214222422342244225422642274228422942304231423242334234423542364237423842394240424142424243424442454246424742484249425042514252425342544255425642574258425942604261426242634264426542664267426842694270427142724273427442754276427742784279428042814282428342844285428642874288428942904291429242934294429542964297429842994300430143024303430443054306430743084309431043114312431343144315431643174318431943204321432243234324432543264327432843294330433143324333433443354336433743384339434043414342434343444345434643474348434943504351435243534354435543564357435843594360436143624363436443654366436743684369437043714372437343744375437643774378437943804381438243834384438543864387438843894390439143924393439443954396439743984399440044014402440344044405440644074408440944104411441244134414441544164417441844194420442144224423442444254426442744284429443044314432443344344435443644374438443944404441444244434444444544464447444844494450445144524453445444554456445744584459446044614462446344644465446644674468446944704471447244734474447544764477447844794480448144824483448444854486448744884489449044914492449344944495449644974498449945004501450245034504450545064507450845094510451145124513451445154516451745184519452045214522452345244525452645274528452945304531453245334534453545364537453845394540454145424543454445454546454745484549455045514552455345544555455645574558455945604561456245634564456545664567456845694570457145724573457445754576457745784579458045814582458345844585458645874588458945904591459245934594459545964597459845994600460146024603460446054606460746084609461046114612461346144615461646174618461946204621462246234624462546264627462846294630463146324633463446354636463746384639464046414642464346444645464646474648464946504651465246534654465546564657465846594660466146624663466446654666466746684669467046714672467346744675467646774678467946804681468246834684468546864687468846894690469146924693469446954696469746984699470047014702470347044705470647074708470947104711471247134714471547164717471847194720472147224723472447254726472747284729473047314732473347344735473647374738473947404741474247434744474547464747474847494750475147524753475447554756475747584759476047614762476347644765476647674768476947704771477247734774477547764777477847794780478147824783478447854786478747884789479047914792479347944795479647974798479948004801480248034804480548064807480848094810481148124813481448154816481748184819482048214822482348244825482648274828482948304831483248334834483548364837483848394840484148424843484448454846484748484849485048514852485348544855485648574858485948604861486248634864486548664867486848694870487148724873487448754876487748784879488048814882488348844885488648874888488948904891489248934894489548964897489848994900490149024903490449054906490749084909491049114912491349144915491649174918491949204921492249234924492549264927492849294930493149324933493449354936493749384939494049414942494349444945494649474948494949504951495249534954495549564957495849594960496149624963496449654966496749684969497049714972497349744975497649774978497949804981498249834984498549864987498849894990499149924993499449954996499749984999500050015002500350045005500650075008500950105011501250135014501550165017501850195020502150225023502450255026502750285029503050315032503350345035503650375038503950405041504250435044504550465047504850495050505150525053505450555056505750585059506050615062506350645065506650675068506950705071507250735074507550765077507850795080508150825083508450855086508750885089509050915092509350945095509650975098509951005101510251035104510551065107510851095110511151125113511451155116511751185119512051215122512351245125512651275128512951305131513251335134513551365137513851395140514151425143514451455146514751485149515051515152515351545155515651575158515951605161516251635164516551665167516851695170517151725173517451755176517751785179518051815182518351845185518651875188518951905191519251935194519551965197519851995200520152025203520452055206520752085209521052115212521352145215521652175218521952205221522252235224522552265227522852295230523152325233523452355236523752385239524052415242524352445245524652475248524952505251525252535254525552565257525852595260526152625263526452655266526752685269527052715272527352745275527652775278527952805281528252835284528552865287528852895290529152925293529452955296529752985299530053015302530353045305530653075308530953105311531253135314531553165317531853195320532153225323532453255326532753285329533053315332533353345335533653375338533953405341534253435344534553465347534853495350535153525353535453555356535753585359536053615362536353645365536653675368536953705371537253735374537553765377537853795380538153825383538453855386538753885389539053915392539353945395539653975398539954005401540254035404540554065407540854095410541154125413541454155416541754185419542054215422542354245425542654275428542954305431543254335434543554365437543854395440544154425443544454455446544754485449545054515452545354545455545654575458545954605461546254635464546554665467546854695470547154725473547454755476547754785479548054815482548354845485548654875488548954905491549254935494549554965497549854995500550155025503550455055506550755085509551055115512551355145515551655175518551955205521552255235524552555265527552855295530553155325533553455355536553755385539554055415542554355445545554655475548554955505551555255535554555555565557555855595560556155625563556455655566556755685569557055715572557355745575557655775578557955805581558255835584558555865587558855895590559155925593559455955596559755985599560056015602560356045605560656075608560956105611561256135614561556165617561856195620562156225623562456255626562756285629563056315632563356345635563656375638563956405641564256435644564556465647564856495650565156525653565456555656565756585659566056615662566356645665566656675668566956705671567256735674567556765677567856795680568156825683568456855686568756885689569056915692569356945695569656975698569957005701570257035704570557065707570857095710571157125713571457155716571757185719572057215722572357245725572657275728572957305731573257335734573557365737573857395740574157425743574457455746574757485749575057515752575357545755575657575758575957605761576257635764576557665767576857695770577157725773577457755776577757785779578057815782578357845785578657875788578957905791579257935794579557965797579857995800580158025803580458055806580758085809581058115812581358145815581658175818581958205821582258235824582558265827582858295830583158325833583458355836583758385839584058415842584358445845584658475848584958505851585258535854585558565857585858595860586158625863586458655866586758685869587058715872587358745875587658775878587958805881588258835884588558865887588858895890589158925893589458955896589758985899590059015902590359045905590659075908590959105911591259135914591559165917591859195920592159225923592459255926592759285929593059315932593359345935593659375938593959405941594259435944594559465947594859495950595159525953595459555956595759585959596059615962596359645965596659675968596959705971597259735974597559765977597859795980598159825983598459855986598759885989599059915992599359945995599659975998599960006001600260036004600560066007600860096010601160126013601460156016601760186019602060216022602360246025602660276028602960306031603260336034603560366037603860396040604160426043604460456046604760486049605060516052605360546055605660576058605960606061606260636064606560666067606860696070607160726073607460756076607760786079608060816082608360846085608660876088608960906091609260936094609560966097609860996100610161026103610461056106610761086109611061116112611361146115611661176118611961206121612261236124612561266127612861296130613161326133613461356136613761386139614061416142614361446145614661476148614961506151615261536154615561566157615861596160616161626163616461656166616761686169617061716172617361746175617661776178617961806181618261836184618561866187618861896190619161926193619461956196619761986199620062016202620362046205620662076208620962106211621262136214621562166217621862196220622162226223622462256226622762286229623062316232623362346235623662376238623962406241624262436244624562466247624862496250625162526253625462556256625762586259626062616262626362646265626662676268626962706271627262736274627562766277627862796280628162826283628462856286628762886289629062916292629362946295629662976298629963006301630263036304630563066307630863096310631163126313631463156316631763186319632063216322632363246325632663276328632963306331633263336334633563366337633863396340634163426343634463456346634763486349635063516352635363546355635663576358635963606361636263636364636563666367636863696370637163726373637463756376637763786379638063816382638363846385638663876388638963906391639263936394639563966397639863996400640164026403640464056406640764086409641064116412641364146415641664176418641964206421642264236424642564266427642864296430643164326433643464356436643764386439644064416442644364446445644664476448644964506451645264536454645564566457645864596460646164626463646464656466646764686469647064716472647364746475647664776478647964806481648264836484648564866487648864896490649164926493649464956496649764986499650065016502650365046505650665076508650965106511651265136514651565166517651865196520652165226523652465256526652765286529653065316532653365346535653665376538653965406541654265436544654565466547654865496550655165526553655465556556655765586559656065616562656365646565656665676568656965706571657265736574657565766577657865796580658165826583658465856586658765886589659065916592659365946595659665976598659966006601660266036604660566066607660866096610661166126613661466156616661766186619662066216622662366246625662666276628662966306631663266336634663566366637663866396640664166426643664466456646664766486649665066516652665366546655665666576658665966606661666266636664666566666667666866696670667166726673667466756676667766786679668066816682668366846685668666876688668966906691669266936694669566966697669866996700670167026703670467056706670767086709671067116712671367146715671667176718671967206721672267236724672567266727672867296730673167326733673467356736673767386739674067416742674367446745674667476748674967506751675267536754675567566757675867596760676167626763676467656766676767686769677067716772677367746775677667776778677967806781678267836784678567866787678867896790679167926793679467956796679767986799680068016802680368046805680668076808680968106811681268136814681568166817681868196820682168226823682468256826682768286829683068316832683368346835683668376838683968406841684268436844684568466847684868496850685168526853685468556856685768586859686068616862686368646865686668676868686968706871687268736874687568766877687868796880688168826883688468856886688768886889689068916892689368946895689668976898689969006901690269036904690569066907690869096910691169126913691469156916691769186919692069216922692369246925692669276928692969306931693269336934693569366937693869396940694169426943694469456946694769486949695069516952695369546955695669576958695969606961696269636964696569666967696869696970697169726973697469756976697769786979698069816982698369846985698669876988698969906991699269936994699569966997699869997000700170027003700470057006700770087009701070117012701370147015701670177018701970207021702270237024702570267027702870297030703170327033703470357036703770387039704070417042704370447045704670477048704970507051705270537054705570567057705870597060706170627063706470657066706770687069707070717072707370747075707670777078707970807081708270837084708570867087708870897090709170927093709470957096709770987099710071017102710371047105710671077108710971107111711271137114711571167117711871197120712171227123712471257126712771287129713071317132713371347135713671377138713971407141714271437144714571467147714871497150715171527153715471557156715771587159716071617162716371647165716671677168716971707171717271737174717571767177717871797180718171827183718471857186718771887189719071917192719371947195719671977198719972007201720272037204720572067207720872097210721172127213721472157216721772187219722072217222722372247225722672277228722972307231723272337234723572367237723872397240724172427243724472457246724772487249725072517252
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
  3. <svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  4. viewBox="0 0 150 146.7" style="enable-background:new 0 0 150 146.7;" xml:space="preserve">
  5. <style type="text/css">
  6. .st0{fill:url(#SVGID_1_);}
  7. .st1{fill:url(#SVGID_2_);}
  8. .st2{fill:url(#SVGID_3_);}
  9. .st3{fill:url(#SVGID_4_);}
  10. .st4{fill:url(#SVGID_5_);}
  11. .st5{fill:url(#SVGID_6_);}
  12. .st6{fill:url(#SVGID_7_);}
  13. .st7{fill:url(#SVGID_8_);}
  14. .st8{fill:url(#SVGID_9_);}
  15. .st9{fill:url(#SVGID_10_);}
  16. .st10{fill:url(#SVGID_11_);}
  17. .st11{fill:url(#SVGID_12_);}
  18. .st12{fill:url(#SVGID_13_);}
  19. .st13{fill:url(#SVGID_14_);}
  20. .st14{fill:url(#SVGID_15_);}
  21. .st15{fill:url(#SVGID_16_);}
  22. .st16{fill:url(#SVGID_17_);}
  23. .st17{fill:url(#SVGID_18_);}
  24. .st18{fill:url(#SVGID_19_);}
  25. .st19{fill:url(#SVGID_20_);}
  26. .st20{fill:url(#SVGID_21_);}
  27. .st21{fill:url(#SVGID_22_);}
  28. .st22{fill:url(#SVGID_23_);}
  29. .st23{fill:url(#SVGID_24_);}
  30. .st24{fill:url(#SVGID_25_);}
  31. .st25{fill:url(#SVGID_26_);}
  32. .st26{fill:url(#SVGID_27_);}
  33. .st27{fill:url(#SVGID_28_);}
  34. .st28{fill:url(#SVGID_29_);}
  35. .st29{fill:url(#SVGID_30_);}
  36. .st30{fill:url(#SVGID_31_);}
  37. .st31{fill:url(#SVGID_32_);}
  38. .st32{fill:url(#SVGID_33_);}
  39. .st33{fill:url(#SVGID_34_);}
  40. .st34{fill:url(#SVGID_35_);}
  41. .st35{fill:url(#SVGID_36_);}
  42. .st36{fill:url(#SVGID_37_);}
  43. .st37{fill:url(#SVGID_38_);}
  44. .st38{fill:url(#SVGID_39_);}
  45. .st39{fill:url(#SVGID_40_);}
  46. .st40{fill:url(#SVGID_41_);}
  47. .st41{fill:url(#SVGID_42_);}
  48. .st42{fill:url(#SVGID_43_);}
  49. .st43{fill:url(#SVGID_44_);}
  50. .st44{fill:url(#SVGID_45_);}
  51. .st45{fill:url(#SVGID_46_);}
  52. .st46{fill:url(#SVGID_47_);}
  53. .st47{fill:url(#SVGID_48_);}
  54. .st48{fill:url(#SVGID_49_);}
  55. .st49{fill:url(#SVGID_50_);}
  56. .st50{fill:url(#SVGID_51_);}
  57. .st51{fill:url(#SVGID_52_);}
  58. .st52{fill:url(#SVGID_53_);}
  59. .st53{fill:url(#SVGID_54_);}
  60. .st54{fill:url(#SVGID_55_);}
  61. .st55{fill:url(#SVGID_56_);}
  62. .st56{fill:url(#SVGID_57_);}
  63. .st57{fill:url(#SVGID_58_);}
  64. .st58{fill:url(#SVGID_59_);}
  65. .st59{fill:url(#SVGID_60_);}
  66. .st60{fill:url(#SVGID_61_);}
  67. .st61{fill:url(#SVGID_62_);}
  68. .st62{fill:url(#SVGID_63_);}
  69. .st63{fill:url(#SVGID_64_);}
  70. .st64{fill:url(#SVGID_65_);}
  71. .st65{fill:url(#SVGID_66_);}
  72. .st66{fill:url(#SVGID_67_);}
  73. .st67{fill:url(#SVGID_68_);}
  74. .st68{fill:url(#SVGID_69_);}
  75. .st69{fill:url(#SVGID_70_);}
  76. .st70{fill:url(#SVGID_71_);}
  77. .st71{fill:url(#SVGID_72_);}
  78. .st72{fill:url(#SVGID_73_);}
  79. .st73{fill:url(#SVGID_74_);}
  80. .st74{fill:url(#SVGID_75_);}
  81. .st75{fill:url(#SVGID_76_);}
  82. .st76{fill:url(#SVGID_77_);}
  83. .st77{fill:url(#SVGID_78_);}
  84. .st78{fill:url(#SVGID_79_);}
  85. .st79{fill:url(#SVGID_80_);}
  86. .st80{fill:url(#SVGID_81_);}
  87. .st81{fill:url(#SVGID_82_);}
  88. .st82{fill:url(#SVGID_83_);}
  89. .st83{fill:url(#SVGID_84_);}
  90. .st84{fill:url(#SVGID_85_);}
  91. .st85{fill:url(#SVGID_86_);}
  92. .st86{fill:url(#SVGID_87_);}
  93. .st87{fill:url(#SVGID_88_);}
  94. .st88{fill:url(#SVGID_89_);}
  95. .st89{fill:url(#SVGID_90_);}
  96. .st90{fill:url(#SVGID_91_);}
  97. .st91{fill:url(#SVGID_92_);}
  98. .st92{fill:url(#SVGID_93_);}
  99. .st93{fill:url(#SVGID_94_);}
  100. .st94{fill:url(#SVGID_95_);}
  101. .st95{fill:url(#SVGID_96_);}
  102. .st96{fill:url(#SVGID_97_);}
  103. .st97{fill:url(#SVGID_98_);}
  104. .st98{fill:url(#SVGID_99_);}
  105. .st99{fill:url(#SVGID_100_);}
  106. .st100{fill:url(#SVGID_101_);}
  107. .st101{fill:url(#SVGID_102_);}
  108. .st102{fill:url(#SVGID_103_);}
  109. .st103{fill:url(#SVGID_104_);}
  110. .st104{fill:url(#SVGID_105_);}
  111. .st105{fill:url(#SVGID_106_);}
  112. .st106{fill:url(#SVGID_107_);}
  113. .st107{fill:url(#SVGID_108_);}
  114. .st108{fill:url(#SVGID_109_);}
  115. .st109{fill:url(#SVGID_110_);}
  116. .st110{fill:url(#SVGID_111_);}
  117. .st111{fill:url(#SVGID_112_);}
  118. .st112{fill:url(#SVGID_113_);}
  119. .st113{fill:url(#SVGID_114_);}
  120. .st114{fill:url(#SVGID_115_);}
  121. .st115{fill:url(#SVGID_116_);}
  122. .st116{fill:url(#SVGID_117_);}
  123. .st117{fill:url(#SVGID_118_);}
  124. .st118{fill:url(#SVGID_119_);}
  125. .st119{fill:url(#SVGID_120_);}
  126. .st120{fill:url(#SVGID_121_);}
  127. .st121{fill:url(#SVGID_122_);}
  128. .st122{fill:url(#SVGID_123_);}
  129. .st123{fill:url(#SVGID_124_);}
  130. .st124{fill:url(#SVGID_125_);}
  131. .st125{fill:url(#SVGID_126_);}
  132. .st126{fill:url(#SVGID_127_);}
  133. .st127{fill:url(#SVGID_128_);}
  134. .st128{fill:url(#SVGID_129_);}
  135. .st129{fill:url(#SVGID_130_);}
  136. .st130{fill:url(#SVGID_131_);}
  137. .st131{fill:url(#SVGID_132_);}
  138. .st132{fill:url(#SVGID_133_);}
  139. .st133{fill:url(#SVGID_134_);}
  140. .st134{fill:url(#SVGID_135_);}
  141. .st135{fill:url(#SVGID_136_);}
  142. .st136{fill:url(#SVGID_137_);}
  143. .st137{fill:url(#SVGID_138_);}
  144. .st138{fill:url(#SVGID_139_);}
  145. .st139{fill:url(#SVGID_140_);}
  146. .st140{fill:url(#SVGID_141_);}
  147. .st141{fill:url(#SVGID_142_);}
  148. .st142{fill:url(#SVGID_143_);}
  149. .st143{fill:url(#SVGID_144_);}
  150. .st144{fill:url(#SVGID_145_);}
  151. .st145{fill:url(#SVGID_146_);}
  152. .st146{fill:url(#SVGID_147_);}
  153. .st147{fill:url(#SVGID_148_);}
  154. .st148{fill:url(#SVGID_149_);}
  155. .st149{fill:url(#SVGID_150_);}
  156. .st150{fill:url(#SVGID_151_);}
  157. .st151{fill:url(#SVGID_152_);}
  158. .st152{fill:url(#SVGID_153_);}
  159. .st153{fill:url(#SVGID_154_);}
  160. .st154{fill:url(#SVGID_155_);}
  161. .st155{fill:url(#SVGID_156_);}
  162. .st156{fill:url(#SVGID_157_);}
  163. .st157{fill:url(#SVGID_158_);}
  164. .st158{fill:url(#SVGID_159_);}
  165. .st159{fill:url(#SVGID_160_);}
  166. .st160{fill:url(#SVGID_161_);}
  167. .st161{fill:url(#SVGID_162_);}
  168. .st162{fill:url(#SVGID_163_);}
  169. .st163{fill:url(#SVGID_164_);}
  170. .st164{fill:url(#SVGID_165_);}
  171. .st165{fill:url(#SVGID_166_);}
  172. .st166{fill:url(#SVGID_167_);}
  173. .st167{fill:url(#SVGID_168_);}
  174. .st168{fill:url(#SVGID_169_);}
  175. .st169{fill:url(#SVGID_170_);}
  176. .st170{fill:url(#SVGID_171_);}
  177. .st171{fill:url(#SVGID_172_);}
  178. .st172{fill:url(#SVGID_173_);}
  179. .st173{fill:url(#SVGID_174_);}
  180. .st174{fill:url(#SVGID_175_);}
  181. .st175{fill:url(#SVGID_176_);}
  182. .st176{fill:url(#SVGID_177_);}
  183. .st177{fill:url(#SVGID_178_);}
  184. .st178{fill:url(#SVGID_179_);}
  185. .st179{fill:url(#SVGID_180_);}
  186. .st180{fill:url(#SVGID_181_);}
  187. .st181{fill:url(#SVGID_182_);}
  188. .st182{fill:url(#SVGID_183_);}
  189. .st183{fill:url(#SVGID_184_);}
  190. .st184{fill:url(#SVGID_185_);}
  191. .st185{fill:url(#SVGID_186_);}
  192. .st186{fill:url(#SVGID_187_);}
  193. .st187{fill:url(#SVGID_188_);}
  194. .st188{fill:url(#SVGID_189_);}
  195. .st189{fill:url(#SVGID_190_);}
  196. .st190{fill:url(#SVGID_191_);}
  197. .st191{fill:url(#SVGID_192_);}
  198. .st192{fill:url(#SVGID_193_);}
  199. .st193{fill:url(#SVGID_194_);}
  200. .st194{fill:url(#SVGID_195_);}
  201. .st195{fill:url(#SVGID_196_);}
  202. .st196{fill:url(#SVGID_197_);}
  203. .st197{fill:url(#SVGID_198_);}
  204. .st198{fill:url(#SVGID_199_);}
  205. .st199{fill:url(#SVGID_200_);}
  206. .st200{fill:url(#SVGID_201_);}
  207. .st201{fill:url(#SVGID_202_);}
  208. .st202{fill:url(#SVGID_203_);}
  209. .st203{fill:url(#SVGID_204_);}
  210. .st204{fill:url(#SVGID_205_);}
  211. .st205{fill:url(#SVGID_206_);}
  212. .st206{fill:url(#SVGID_207_);}
  213. .st207{fill:url(#SVGID_208_);}
  214. .st208{fill:url(#SVGID_209_);}
  215. .st209{fill:url(#SVGID_210_);}
  216. .st210{fill:url(#SVGID_211_);}
  217. .st211{fill:url(#SVGID_212_);}
  218. .st212{fill:url(#SVGID_213_);}
  219. .st213{fill:url(#SVGID_214_);}
  220. .st214{fill:url(#SVGID_215_);}
  221. .st215{fill:url(#SVGID_216_);}
  222. .st216{fill:url(#SVGID_217_);}
  223. .st217{fill:url(#SVGID_218_);}
  224. .st218{fill:url(#SVGID_219_);}
  225. .st219{fill:url(#SVGID_220_);}
  226. .st220{fill:url(#SVGID_221_);}
  227. .st221{fill:url(#SVGID_222_);}
  228. .st222{fill:url(#SVGID_223_);}
  229. .st223{fill:url(#SVGID_224_);}
  230. .st224{fill:url(#SVGID_225_);}
  231. .st225{fill:url(#SVGID_226_);}
  232. .st226{fill:url(#SVGID_227_);}
  233. .st227{fill:url(#SVGID_228_);}
  234. .st228{fill:url(#SVGID_229_);}
  235. .st229{fill:url(#SVGID_230_);}
  236. .st230{fill:url(#SVGID_231_);}
  237. .st231{fill:url(#SVGID_232_);}
  238. .st232{fill:url(#SVGID_233_);}
  239. .st233{fill:url(#SVGID_234_);}
  240. .st234{fill:url(#SVGID_235_);}
  241. .st235{fill:url(#SVGID_236_);}
  242. .st236{fill:url(#SVGID_237_);}
  243. .st237{fill:url(#SVGID_238_);}
  244. .st238{fill:url(#SVGID_239_);}
  245. .st239{fill:url(#SVGID_240_);}
  246. .st240{fill:url(#SVGID_241_);}
  247. .st241{fill:url(#SVGID_242_);}
  248. .st242{fill:url(#SVGID_243_);}
  249. .st243{fill:url(#SVGID_244_);}
  250. .st244{fill:url(#SVGID_245_);}
  251. .st245{fill:url(#SVGID_246_);}
  252. .st246{fill:url(#SVGID_247_);}
  253. .st247{fill:url(#SVGID_248_);}
  254. .st248{fill:url(#SVGID_249_);}
  255. .st249{fill:url(#SVGID_250_);}
  256. .st250{fill:url(#SVGID_251_);}
  257. .st251{fill:url(#SVGID_252_);}
  258. .st252{fill:url(#SVGID_253_);}
  259. .st253{fill:url(#SVGID_254_);}
  260. .st254{fill:url(#SVGID_255_);}
  261. .st255{fill:url(#SVGID_256_);}
  262. .st256{fill:url(#SVGID_257_);}
  263. .st257{fill:url(#SVGID_258_);}
  264. .st258{fill:url(#SVGID_259_);}
  265. .st259{fill:url(#SVGID_260_);}
  266. .st260{fill:url(#SVGID_261_);}
  267. .st261{fill:url(#SVGID_262_);}
  268. .st262{fill:url(#SVGID_263_);}
  269. .st263{fill:url(#SVGID_264_);}
  270. .st264{fill:url(#SVGID_265_);}
  271. .st265{fill:url(#SVGID_266_);}
  272. .st266{fill:url(#SVGID_267_);}
  273. .st267{fill:url(#SVGID_268_);}
  274. .st268{fill:url(#SVGID_269_);}
  275. .st269{fill:url(#SVGID_270_);}
  276. .st270{fill:url(#SVGID_271_);}
  277. .st271{fill:url(#SVGID_272_);}
  278. .st272{fill:url(#SVGID_273_);}
  279. .st273{fill:url(#SVGID_274_);}
  280. .st274{fill:url(#SVGID_275_);}
  281. .st275{fill:url(#SVGID_276_);}
  282. .st276{fill:url(#SVGID_277_);}
  283. .st277{fill:url(#SVGID_278_);}
  284. .st278{fill:url(#SVGID_279_);}
  285. .st279{fill:url(#SVGID_280_);}
  286. .st280{fill:url(#SVGID_281_);}
  287. .st281{fill:url(#SVGID_282_);}
  288. .st282{fill:url(#SVGID_283_);}
  289. .st283{fill:url(#SVGID_284_);}
  290. .st284{fill:url(#SVGID_285_);}
  291. .st285{fill:url(#SVGID_286_);}
  292. .st286{fill:url(#SVGID_287_);}
  293. .st287{fill:url(#SVGID_288_);}
  294. .st288{fill:url(#SVGID_289_);}
  295. .st289{fill:url(#SVGID_290_);}
  296. .st290{fill:url(#SVGID_291_);}
  297. .st291{fill:url(#SVGID_292_);}
  298. .st292{fill:url(#SVGID_293_);}
  299. .st293{fill:url(#SVGID_294_);}
  300. .st294{fill:url(#SVGID_295_);}
  301. .st295{fill:url(#SVGID_296_);}
  302. .st296{fill:url(#SVGID_297_);}
  303. .st297{fill:url(#SVGID_298_);}
  304. .st298{fill:url(#SVGID_299_);}
  305. .st299{fill:url(#SVGID_300_);}
  306. .st300{fill:url(#SVGID_301_);}
  307. .st301{fill:url(#SVGID_302_);}
  308. .st302{fill:url(#SVGID_303_);}
  309. .st303{fill:url(#SVGID_304_);}
  310. .st304{fill:url(#SVGID_305_);}
  311. .st305{fill:url(#SVGID_306_);}
  312. .st306{fill:url(#SVGID_307_);}
  313. .st307{fill:url(#SVGID_308_);}
  314. .st308{fill:url(#SVGID_309_);}
  315. .st309{fill:url(#SVGID_310_);}
  316. .st310{fill:url(#SVGID_311_);}
  317. .st311{fill:url(#SVGID_312_);}
  318. .st312{fill:url(#SVGID_313_);}
  319. .st313{fill:url(#SVGID_314_);}
  320. .st314{fill:url(#SVGID_315_);}
  321. .st315{fill:url(#SVGID_316_);}
  322. .st316{fill:url(#SVGID_317_);}
  323. .st317{fill:url(#SVGID_318_);}
  324. .st318{fill:url(#SVGID_319_);}
  325. .st319{fill:url(#SVGID_320_);}
  326. .st320{fill:url(#SVGID_321_);}
  327. .st321{fill:url(#SVGID_322_);}
  328. .st322{fill:url(#SVGID_323_);}
  329. .st323{fill:url(#SVGID_324_);}
  330. .st324{fill:url(#SVGID_325_);}
  331. .st325{fill:url(#SVGID_326_);}
  332. .st326{fill:url(#SVGID_327_);}
  333. .st327{fill:url(#SVGID_328_);}
  334. .st328{fill:url(#SVGID_329_);}
  335. .st329{fill:url(#SVGID_330_);}
  336. .st330{fill:url(#SVGID_331_);}
  337. .st331{fill:url(#SVGID_332_);}
  338. .st332{fill:url(#SVGID_333_);}
  339. .st333{fill:url(#SVGID_334_);}
  340. .st334{fill:url(#SVGID_335_);}
  341. .st335{fill:url(#SVGID_336_);}
  342. .st336{fill:url(#SVGID_337_);}
  343. .st337{fill:url(#SVGID_338_);}
  344. .st338{fill:url(#SVGID_339_);}
  345. .st339{fill:url(#SVGID_340_);}
  346. .st340{fill:url(#SVGID_341_);}
  347. .st341{fill:url(#SVGID_342_);}
  348. .st342{fill:url(#SVGID_343_);}
  349. .st343{fill:url(#SVGID_344_);}
  350. .st344{fill:url(#SVGID_345_);}
  351. .st345{fill:url(#SVGID_346_);}
  352. .st346{fill:url(#SVGID_347_);}
  353. .st347{fill:url(#SVGID_348_);}
  354. .st348{fill:url(#SVGID_349_);}
  355. .st349{fill:url(#SVGID_350_);}
  356. .st350{fill:url(#SVGID_351_);}
  357. .st351{fill:url(#SVGID_352_);}
  358. .st352{fill:url(#SVGID_353_);}
  359. .st353{fill:url(#SVGID_354_);}
  360. .st354{fill:url(#SVGID_355_);}
  361. .st355{fill:url(#SVGID_356_);}
  362. .st356{fill:url(#SVGID_357_);}
  363. .st357{fill:url(#SVGID_358_);}
  364. .st358{fill:url(#SVGID_359_);}
  365. .st359{fill:url(#SVGID_360_);}
  366. .st360{fill:url(#SVGID_361_);}
  367. .st361{fill:url(#SVGID_362_);}
  368. .st362{fill:url(#SVGID_363_);}
  369. .st363{fill:url(#SVGID_364_);}
  370. .st364{fill:url(#SVGID_365_);}
  371. .st365{fill:url(#SVGID_366_);}
  372. .st366{fill:url(#SVGID_367_);}
  373. .st367{fill:url(#SVGID_368_);}
  374. .st368{fill:url(#SVGID_369_);}
  375. .st369{fill:url(#SVGID_370_);}
  376. .st370{fill:url(#SVGID_371_);}
  377. .st371{fill:url(#SVGID_372_);}
  378. .st372{fill:url(#SVGID_373_);}
  379. .st373{fill:url(#SVGID_374_);}
  380. .st374{fill:url(#SVGID_375_);}
  381. .st375{fill:url(#SVGID_376_);}
  382. .st376{fill:url(#SVGID_377_);}
  383. .st377{fill:url(#SVGID_378_);}
  384. .st378{fill:url(#SVGID_379_);}
  385. .st379{fill:url(#SVGID_380_);}
  386. .st380{fill:url(#SVGID_381_);}
  387. .st381{fill:url(#SVGID_382_);}
  388. .st382{fill:url(#SVGID_383_);}
  389. .st383{fill:url(#SVGID_384_);}
  390. .st384{fill:url(#SVGID_385_);}
  391. .st385{fill:url(#SVGID_386_);}
  392. .st386{fill:url(#SVGID_387_);}
  393. .st387{fill:url(#SVGID_388_);}
  394. .st388{fill:url(#SVGID_389_);}
  395. .st389{fill:url(#SVGID_390_);}
  396. .st390{fill:url(#SVGID_391_);}
  397. .st391{fill:url(#SVGID_392_);}
  398. .st392{fill:url(#SVGID_393_);}
  399. .st393{fill:url(#SVGID_394_);}
  400. .st394{fill:url(#SVGID_395_);}
  401. .st395{fill:url(#SVGID_396_);}
  402. .st396{fill:url(#SVGID_397_);}
  403. .st397{fill:url(#SVGID_398_);}
  404. .st398{fill:url(#SVGID_399_);}
  405. .st399{fill:url(#SVGID_400_);}
  406. .st400{fill:#FFFFFF;}
  407. .st401{fill:url(#SVGID_401_);}
  408. .st402{fill:url(#SVGID_402_);}
  409. </style>
  410. <title>3-D Plug valve(3d旋塞阀)</title>
  411. <g id="图层_2">
  412. <g id="图层_33">
  413. <g id="_3-D_Plug_valve_3d旋塞阀_">
  414. <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="67.41" y1="28.82" x2="81.55" y2="28.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  415. <stop offset="0" style="stop-color:#B7B7B7"/>
  416. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  417. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  418. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  419. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  420. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  421. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  422. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  423. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  424. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  425. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  426. <stop offset="0.95" style="stop-color:#888888"/>
  427. <stop offset="1" style="stop-color:#666666"/>
  428. </linearGradient>
  429. <circle class="st0" cx="74.5" cy="117.1" r="7.1"/>
  430. <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="67.4" y1="29.23" x2="81.54" y2="29.23" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  431. <stop offset="0" style="stop-color:#B7B7B7"/>
  432. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  433. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  434. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  435. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  436. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  437. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  438. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  439. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  440. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  441. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  442. <stop offset="0.95" style="stop-color:#888888"/>
  443. <stop offset="1" style="stop-color:#666666"/>
  444. </linearGradient>
  445. <circle class="st1" cx="74.5" cy="116.7" r="7.1"/>
  446. <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="67.4" y1="29.64" x2="81.54" y2="29.64" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  447. <stop offset="0" style="stop-color:#B7B7B7"/>
  448. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  449. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  450. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  451. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  452. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  453. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  454. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  455. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  456. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  457. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  458. <stop offset="0.95" style="stop-color:#888888"/>
  459. <stop offset="1" style="stop-color:#666666"/>
  460. </linearGradient>
  461. <circle class="st2" cx="74.5" cy="116.2" r="7.1"/>
  462. <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="67.41" y1="30.06" x2="81.53" y2="30.06" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  463. <stop offset="0" style="stop-color:#B7B7B7"/>
  464. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  465. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  466. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  467. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  468. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  469. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  470. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  471. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  472. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  473. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  474. <stop offset="0.95" style="stop-color:#888888"/>
  475. <stop offset="1" style="stop-color:#666666"/>
  476. </linearGradient>
  477. <circle class="st3" cx="74.5" cy="115.8" r="7.1"/>
  478. <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="67.41" y1="30.47" x2="81.53" y2="30.47" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  479. <stop offset="0" style="stop-color:#B7B7B7"/>
  480. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  481. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  482. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  483. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  484. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  485. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  486. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  487. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  488. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  489. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  490. <stop offset="0.95" style="stop-color:#888888"/>
  491. <stop offset="1" style="stop-color:#666666"/>
  492. </linearGradient>
  493. <circle class="st4" cx="74.5" cy="115.4" r="7.1"/>
  494. <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="67.41" y1="30.88" x2="81.53" y2="30.88" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  495. <stop offset="0" style="stop-color:#B7B7B7"/>
  496. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  497. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  498. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  499. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  500. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  501. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  502. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  503. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  504. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  505. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  506. <stop offset="0.95" style="stop-color:#888888"/>
  507. <stop offset="1" style="stop-color:#666666"/>
  508. </linearGradient>
  509. <circle class="st5" cx="74.5" cy="115" r="7.1"/>
  510. <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="67.4" y1="31.29" x2="81.52" y2="31.29" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  511. <stop offset="0" style="stop-color:#B7B7B7"/>
  512. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  513. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  514. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  515. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  516. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  517. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  518. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  519. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  520. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  521. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  522. <stop offset="0.95" style="stop-color:#888888"/>
  523. <stop offset="1" style="stop-color:#666666"/>
  524. </linearGradient>
  525. <circle class="st6" cx="74.5" cy="114.6" r="7.1"/>
  526. <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="67.4" y1="31.7" x2="81.52" y2="31.7" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  527. <stop offset="0" style="stop-color:#B7B7B7"/>
  528. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  529. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  530. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  531. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  532. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  533. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  534. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  535. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  536. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  537. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  538. <stop offset="0.95" style="stop-color:#888888"/>
  539. <stop offset="1" style="stop-color:#666666"/>
  540. </linearGradient>
  541. <circle class="st7" cx="74.5" cy="114.2" r="7.1"/>
  542. <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="67.4" y1="32.11" x2="81.52" y2="32.11" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  543. <stop offset="0" style="stop-color:#B7B7B7"/>
  544. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  545. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  546. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  547. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  548. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  549. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  550. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  551. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  552. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  553. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  554. <stop offset="0.95" style="stop-color:#888888"/>
  555. <stop offset="1" style="stop-color:#666666"/>
  556. </linearGradient>
  557. <circle class="st8" cx="74.5" cy="113.8" r="7.1"/>
  558. <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="67.4" y1="32.52" x2="81.52" y2="32.52" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  559. <stop offset="0" style="stop-color:#B7B7B7"/>
  560. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  561. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  562. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  563. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  564. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  565. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  566. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  567. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  568. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  569. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  570. <stop offset="0.95" style="stop-color:#888888"/>
  571. <stop offset="1" style="stop-color:#666666"/>
  572. </linearGradient>
  573. <circle class="st9" cx="74.5" cy="113.4" r="7.1"/>
  574. <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="67.4" y1="32.93" x2="81.52" y2="32.93" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  575. <stop offset="0" style="stop-color:#B7B7B7"/>
  576. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  577. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  578. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  579. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  580. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  581. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  582. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  583. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  584. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  585. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  586. <stop offset="0.95" style="stop-color:#888888"/>
  587. <stop offset="1" style="stop-color:#666666"/>
  588. </linearGradient>
  589. <circle class="st10" cx="74.5" cy="113" r="7.1"/>
  590. <linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="67.4" y1="33.34" x2="81.52" y2="33.34" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  591. <stop offset="0" style="stop-color:#B7B7B7"/>
  592. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  593. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  594. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  595. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  596. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  597. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  598. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  599. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  600. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  601. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  602. <stop offset="0.95" style="stop-color:#888888"/>
  603. <stop offset="1" style="stop-color:#666666"/>
  604. </linearGradient>
  605. <circle class="st11" cx="74.5" cy="112.5" r="7.1"/>
  606. <linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="67.39" y1="33.75" x2="81.51" y2="33.75" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  607. <stop offset="0" style="stop-color:#B7B7B7"/>
  608. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  609. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  610. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  611. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  612. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  613. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  614. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  615. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  616. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  617. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  618. <stop offset="0.95" style="stop-color:#888888"/>
  619. <stop offset="1" style="stop-color:#666666"/>
  620. </linearGradient>
  621. <circle class="st12" cx="74.4" cy="112.1" r="7.1"/>
  622. <linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="67.39" y1="34.16" x2="81.51" y2="34.16" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  623. <stop offset="0" style="stop-color:#B7B7B7"/>
  624. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  625. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  626. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  627. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  628. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  629. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  630. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  631. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  632. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  633. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  634. <stop offset="0.95" style="stop-color:#888888"/>
  635. <stop offset="1" style="stop-color:#666666"/>
  636. </linearGradient>
  637. <circle class="st13" cx="74.4" cy="111.7" r="7.1"/>
  638. <linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="67.39" y1="34.57" x2="81.51" y2="34.57" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  639. <stop offset="0" style="stop-color:#B7B7B7"/>
  640. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  641. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  642. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  643. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  644. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  645. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  646. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  647. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  648. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  649. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  650. <stop offset="0.95" style="stop-color:#888888"/>
  651. <stop offset="1" style="stop-color:#666666"/>
  652. </linearGradient>
  653. <circle class="st14" cx="74.4" cy="111.3" r="7.1"/>
  654. <linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="67.39" y1="34.98" x2="81.51" y2="34.98" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  655. <stop offset="0" style="stop-color:#B7B7B7"/>
  656. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  657. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  658. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  659. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  660. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  661. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  662. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  663. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  664. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  665. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  666. <stop offset="0.95" style="stop-color:#888888"/>
  667. <stop offset="1" style="stop-color:#666666"/>
  668. </linearGradient>
  669. <circle class="st15" cx="74.4" cy="110.9" r="7.1"/>
  670. <linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="67.39" y1="35.39" x2="81.51" y2="35.39" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  671. <stop offset="0" style="stop-color:#B7B7B7"/>
  672. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  673. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  674. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  675. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  676. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  677. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  678. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  679. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  680. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  681. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  682. <stop offset="0.95" style="stop-color:#888888"/>
  683. <stop offset="1" style="stop-color:#666666"/>
  684. </linearGradient>
  685. <circle class="st16" cx="74.4" cy="110.5" r="7.1"/>
  686. <linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="67.39" y1="35.81" x2="81.51" y2="35.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  687. <stop offset="0" style="stop-color:#B7B7B7"/>
  688. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  689. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  690. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  691. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  692. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  693. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  694. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  695. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  696. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  697. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  698. <stop offset="0.95" style="stop-color:#888888"/>
  699. <stop offset="1" style="stop-color:#666666"/>
  700. </linearGradient>
  701. <circle class="st17" cx="74.4" cy="110.1" r="7.1"/>
  702. <linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="67.38" y1="36.22" x2="81.5" y2="36.22" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  703. <stop offset="0" style="stop-color:#B7B7B7"/>
  704. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  705. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  706. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  707. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  708. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  709. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  710. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  711. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  712. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  713. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  714. <stop offset="0.95" style="stop-color:#888888"/>
  715. <stop offset="1" style="stop-color:#666666"/>
  716. </linearGradient>
  717. <circle class="st18" cx="74.4" cy="109.7" r="7.1"/>
  718. <linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="67.38" y1="36.63" x2="81.5" y2="36.63" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  719. <stop offset="0" style="stop-color:#B7B7B7"/>
  720. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  721. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  722. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  723. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  724. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  725. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  726. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  727. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  728. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  729. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  730. <stop offset="0.95" style="stop-color:#888888"/>
  731. <stop offset="1" style="stop-color:#666666"/>
  732. </linearGradient>
  733. <circle class="st19" cx="74.4" cy="109.3" r="7.1"/>
  734. <linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="67.38" y1="37.04" x2="81.5" y2="37.04" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  735. <stop offset="0" style="stop-color:#B7B7B7"/>
  736. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  737. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  738. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  739. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  740. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  741. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  742. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  743. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  744. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  745. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  746. <stop offset="0.95" style="stop-color:#888888"/>
  747. <stop offset="1" style="stop-color:#666666"/>
  748. </linearGradient>
  749. <circle class="st20" cx="74.4" cy="108.8" r="7.1"/>
  750. <linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="67.38" y1="37.45" x2="81.5" y2="37.45" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  751. <stop offset="0" style="stop-color:#B7B7B7"/>
  752. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  753. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  754. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  755. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  756. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  757. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  758. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  759. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  760. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  761. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  762. <stop offset="0.95" style="stop-color:#888888"/>
  763. <stop offset="1" style="stop-color:#666666"/>
  764. </linearGradient>
  765. <circle class="st21" cx="74.4" cy="108.4" r="7.1"/>
  766. <linearGradient id="SVGID_23_" gradientUnits="userSpaceOnUse" x1="67.38" y1="37.86" x2="81.5" y2="37.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  767. <stop offset="0" style="stop-color:#B7B7B7"/>
  768. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  769. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  770. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  771. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  772. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  773. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  774. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  775. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  776. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  777. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  778. <stop offset="0.95" style="stop-color:#888888"/>
  779. <stop offset="1" style="stop-color:#666666"/>
  780. </linearGradient>
  781. <circle class="st22" cx="74.4" cy="108" r="7.1"/>
  782. <linearGradient id="SVGID_24_" gradientUnits="userSpaceOnUse" x1="67.37" y1="38.27" x2="81.49" y2="38.27" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  783. <stop offset="0" style="stop-color:#B7B7B7"/>
  784. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  785. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  786. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  787. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  788. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  789. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  790. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  791. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  792. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  793. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  794. <stop offset="0.95" style="stop-color:#888888"/>
  795. <stop offset="1" style="stop-color:#666666"/>
  796. </linearGradient>
  797. <circle class="st23" cx="74.4" cy="107.6" r="7.1"/>
  798. <linearGradient id="SVGID_25_" gradientUnits="userSpaceOnUse" x1="67.37" y1="38.68" x2="81.49" y2="38.68" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  799. <stop offset="0" style="stop-color:#B7B7B7"/>
  800. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  801. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  802. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  803. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  804. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  805. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  806. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  807. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  808. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  809. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  810. <stop offset="0.95" style="stop-color:#888888"/>
  811. <stop offset="1" style="stop-color:#666666"/>
  812. </linearGradient>
  813. <circle class="st24" cx="74.4" cy="107.2" r="7.1"/>
  814. <linearGradient id="SVGID_26_" gradientUnits="userSpaceOnUse" x1="67.37" y1="39.09" x2="81.49" y2="39.09" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  815. <stop offset="0" style="stop-color:#B7B7B7"/>
  816. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  817. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  818. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  819. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  820. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  821. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  822. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  823. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  824. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  825. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  826. <stop offset="0.95" style="stop-color:#888888"/>
  827. <stop offset="1" style="stop-color:#666666"/>
  828. </linearGradient>
  829. <circle class="st25" cx="74.4" cy="106.8" r="7.1"/>
  830. <linearGradient id="SVGID_27_" gradientUnits="userSpaceOnUse" x1="67.37" y1="39.5" x2="81.49" y2="39.5" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  831. <stop offset="0" style="stop-color:#B7B7B7"/>
  832. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  833. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  834. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  835. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  836. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  837. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  838. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  839. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  840. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  841. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  842. <stop offset="0.95" style="stop-color:#888888"/>
  843. <stop offset="1" style="stop-color:#666666"/>
  844. </linearGradient>
  845. <circle class="st26" cx="74.4" cy="106.4" r="7.1"/>
  846. <linearGradient id="SVGID_28_" gradientUnits="userSpaceOnUse" x1="67.37" y1="39.91" x2="81.49" y2="39.91" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  847. <stop offset="0" style="stop-color:#B7B7B7"/>
  848. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  849. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  850. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  851. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  852. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  853. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  854. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  855. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  856. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  857. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  858. <stop offset="0.95" style="stop-color:#888888"/>
  859. <stop offset="1" style="stop-color:#666666"/>
  860. </linearGradient>
  861. <circle class="st27" cx="74.4" cy="106" r="7.1"/>
  862. <linearGradient id="SVGID_29_" gradientUnits="userSpaceOnUse" x1="67.37" y1="40.32" x2="81.49" y2="40.32" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  863. <stop offset="0" style="stop-color:#B7B7B7"/>
  864. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  865. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  866. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  867. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  868. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  869. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  870. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  871. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  872. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  873. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  874. <stop offset="0.95" style="stop-color:#888888"/>
  875. <stop offset="1" style="stop-color:#666666"/>
  876. </linearGradient>
  877. <circle class="st28" cx="74.4" cy="105.6" r="7.1"/>
  878. <linearGradient id="SVGID_30_" gradientUnits="userSpaceOnUse" x1="67.36" y1="40.73" x2="81.48" y2="40.73" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  879. <stop offset="0" style="stop-color:#B7B7B7"/>
  880. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  881. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  882. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  883. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  884. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  885. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  886. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  887. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  888. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  889. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  890. <stop offset="0.95" style="stop-color:#888888"/>
  891. <stop offset="1" style="stop-color:#666666"/>
  892. </linearGradient>
  893. <circle class="st29" cx="74.4" cy="105.2" r="7.1"/>
  894. <linearGradient id="SVGID_31_" gradientUnits="userSpaceOnUse" x1="67.36" y1="41.14" x2="81.48" y2="41.14" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  895. <stop offset="0" style="stop-color:#B7B7B7"/>
  896. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  897. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  898. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  899. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  900. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  901. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  902. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  903. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  904. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  905. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  906. <stop offset="0.95" style="stop-color:#888888"/>
  907. <stop offset="1" style="stop-color:#666666"/>
  908. </linearGradient>
  909. <circle class="st30" cx="74.4" cy="104.7" r="7.1"/>
  910. <linearGradient id="SVGID_32_" gradientUnits="userSpaceOnUse" x1="67.36" y1="41.56" x2="81.48" y2="41.56" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  911. <stop offset="0" style="stop-color:#B7B7B7"/>
  912. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  913. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  914. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  915. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  916. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  917. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  918. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  919. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  920. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  921. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  922. <stop offset="0.95" style="stop-color:#888888"/>
  923. <stop offset="1" style="stop-color:#666666"/>
  924. </linearGradient>
  925. <circle class="st31" cx="74.4" cy="104.3" r="7.1"/>
  926. <linearGradient id="SVGID_33_" gradientUnits="userSpaceOnUse" x1="67.36" y1="41.97" x2="81.48" y2="41.97" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  927. <stop offset="0" style="stop-color:#B7B7B7"/>
  928. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  929. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  930. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  931. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  932. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  933. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  934. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  935. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  936. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  937. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  938. <stop offset="0.95" style="stop-color:#888888"/>
  939. <stop offset="1" style="stop-color:#666666"/>
  940. </linearGradient>
  941. <circle class="st32" cx="74.4" cy="103.9" r="7.1"/>
  942. <linearGradient id="SVGID_34_" gradientUnits="userSpaceOnUse" x1="67.36" y1="42.38" x2="81.48" y2="42.38" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  943. <stop offset="0" style="stop-color:#B7B7B7"/>
  944. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  945. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  946. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  947. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  948. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  949. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  950. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  951. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  952. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  953. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  954. <stop offset="0.95" style="stop-color:#888888"/>
  955. <stop offset="1" style="stop-color:#666666"/>
  956. </linearGradient>
  957. <circle class="st33" cx="74.4" cy="103.5" r="7.1"/>
  958. <linearGradient id="SVGID_35_" gradientUnits="userSpaceOnUse" x1="67.36" y1="42.79" x2="81.48" y2="42.79" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  959. <stop offset="0" style="stop-color:#B7B7B7"/>
  960. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  961. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  962. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  963. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  964. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  965. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  966. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  967. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  968. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  969. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  970. <stop offset="0.95" style="stop-color:#888888"/>
  971. <stop offset="1" style="stop-color:#666666"/>
  972. </linearGradient>
  973. <circle class="st34" cx="74.4" cy="103.1" r="7.1"/>
  974. <linearGradient id="SVGID_36_" gradientUnits="userSpaceOnUse" x1="67.35" y1="43.2" x2="81.47" y2="43.2" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  975. <stop offset="0" style="stop-color:#B7B7B7"/>
  976. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  977. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  978. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  979. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  980. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  981. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  982. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  983. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  984. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  985. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  986. <stop offset="0.95" style="stop-color:#888888"/>
  987. <stop offset="1" style="stop-color:#666666"/>
  988. </linearGradient>
  989. <circle class="st35" cx="74.4" cy="102.7" r="7.1"/>
  990. <linearGradient id="SVGID_37_" gradientUnits="userSpaceOnUse" x1="67.35" y1="43.61" x2="81.47" y2="43.61" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  991. <stop offset="0" style="stop-color:#B7B7B7"/>
  992. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  993. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  994. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  995. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  996. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  997. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  998. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  999. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1000. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1001. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1002. <stop offset="0.95" style="stop-color:#888888"/>
  1003. <stop offset="1" style="stop-color:#666666"/>
  1004. </linearGradient>
  1005. <circle class="st36" cx="74.4" cy="102.3" r="7.1"/>
  1006. <linearGradient id="SVGID_38_" gradientUnits="userSpaceOnUse" x1="67.35" y1="44.02" x2="81.47" y2="44.02" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1007. <stop offset="0" style="stop-color:#B7B7B7"/>
  1008. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1009. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1010. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1011. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1012. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1013. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1014. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1015. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1016. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1017. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1018. <stop offset="0.95" style="stop-color:#888888"/>
  1019. <stop offset="1" style="stop-color:#666666"/>
  1020. </linearGradient>
  1021. <circle class="st37" cx="74.4" cy="101.9" r="7.1"/>
  1022. <linearGradient id="SVGID_39_" gradientUnits="userSpaceOnUse" x1="67.35" y1="44.43" x2="81.47" y2="44.43" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1023. <stop offset="0" style="stop-color:#B7B7B7"/>
  1024. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1025. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1026. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1027. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1028. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1029. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1030. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1031. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1032. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1033. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1034. <stop offset="0.95" style="stop-color:#888888"/>
  1035. <stop offset="1" style="stop-color:#666666"/>
  1036. </linearGradient>
  1037. <circle class="st38" cx="74.4" cy="101.5" r="7.1"/>
  1038. <linearGradient id="SVGID_40_" gradientUnits="userSpaceOnUse" x1="67.35" y1="44.84" x2="81.47" y2="44.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1039. <stop offset="0" style="stop-color:#B7B7B7"/>
  1040. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1041. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1042. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1043. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1044. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1045. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1046. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1047. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1048. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1049. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1050. <stop offset="0.95" style="stop-color:#888888"/>
  1051. <stop offset="1" style="stop-color:#666666"/>
  1052. </linearGradient>
  1053. <circle class="st39" cx="74.4" cy="101" r="7.1"/>
  1054. <linearGradient id="SVGID_41_" gradientUnits="userSpaceOnUse" x1="67.34" y1="45.25" x2="81.46" y2="45.25" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1055. <stop offset="0" style="stop-color:#B7B7B7"/>
  1056. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1057. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1058. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1059. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1060. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1061. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1062. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1063. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1064. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1065. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1066. <stop offset="0.95" style="stop-color:#888888"/>
  1067. <stop offset="1" style="stop-color:#666666"/>
  1068. </linearGradient>
  1069. <circle class="st40" cx="74.4" cy="100.6" r="7.1"/>
  1070. <linearGradient id="SVGID_42_" gradientUnits="userSpaceOnUse" x1="67.34" y1="45.66" x2="81.46" y2="45.66" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1071. <stop offset="0" style="stop-color:#B7B7B7"/>
  1072. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1073. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1074. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1075. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1076. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1077. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1078. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1079. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1080. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1081. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1082. <stop offset="0.95" style="stop-color:#888888"/>
  1083. <stop offset="1" style="stop-color:#666666"/>
  1084. </linearGradient>
  1085. <circle class="st41" cx="74.4" cy="100.2" r="7.1"/>
  1086. <linearGradient id="SVGID_43_" gradientUnits="userSpaceOnUse" x1="67.34" y1="46.07" x2="81.46" y2="46.07" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1087. <stop offset="0" style="stop-color:#B7B7B7"/>
  1088. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1089. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1090. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1091. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1092. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1093. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1094. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1095. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1096. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1097. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1098. <stop offset="0.95" style="stop-color:#888888"/>
  1099. <stop offset="1" style="stop-color:#666666"/>
  1100. </linearGradient>
  1101. <circle class="st42" cx="74.4" cy="99.8" r="7.1"/>
  1102. <linearGradient id="SVGID_44_" gradientUnits="userSpaceOnUse" x1="67.34" y1="46.48" x2="81.46" y2="46.48" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1103. <stop offset="0" style="stop-color:#B7B7B7"/>
  1104. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1105. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1106. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1107. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1108. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1109. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1110. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1111. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1112. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1113. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1114. <stop offset="0.95" style="stop-color:#888888"/>
  1115. <stop offset="1" style="stop-color:#666666"/>
  1116. </linearGradient>
  1117. <circle class="st43" cx="74.4" cy="99.4" r="7.1"/>
  1118. <linearGradient id="SVGID_45_" gradientUnits="userSpaceOnUse" x1="67.34" y1="46.9" x2="81.46" y2="46.9" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1119. <stop offset="0" style="stop-color:#B7B7B7"/>
  1120. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1121. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1122. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1123. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1124. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1125. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1126. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1127. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1128. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1129. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1130. <stop offset="0.95" style="stop-color:#888888"/>
  1131. <stop offset="1" style="stop-color:#666666"/>
  1132. </linearGradient>
  1133. <circle class="st44" cx="74.4" cy="99" r="7.1"/>
  1134. <linearGradient id="SVGID_46_" gradientUnits="userSpaceOnUse" x1="67.34" y1="47.31" x2="81.46" y2="47.31" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1135. <stop offset="0" style="stop-color:#B7B7B7"/>
  1136. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1137. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1138. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1139. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1140. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1141. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1142. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1143. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1144. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1145. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1146. <stop offset="0.95" style="stop-color:#888888"/>
  1147. <stop offset="1" style="stop-color:#666666"/>
  1148. </linearGradient>
  1149. <circle class="st45" cx="74.4" cy="98.6" r="7.1"/>
  1150. <linearGradient id="SVGID_47_" gradientUnits="userSpaceOnUse" x1="67.33" y1="47.72" x2="81.45" y2="47.72" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1151. <stop offset="0" style="stop-color:#B7B7B7"/>
  1152. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1153. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1154. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1155. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1156. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1157. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1158. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1159. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1160. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1161. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1162. <stop offset="0.95" style="stop-color:#888888"/>
  1163. <stop offset="1" style="stop-color:#666666"/>
  1164. </linearGradient>
  1165. <circle class="st46" cx="74.4" cy="98.2" r="7.1"/>
  1166. <linearGradient id="SVGID_48_" gradientUnits="userSpaceOnUse" x1="67.33" y1="48.13" x2="81.45" y2="48.13" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1167. <stop offset="0" style="stop-color:#B7B7B7"/>
  1168. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1169. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1170. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1171. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1172. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1173. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1174. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1175. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1176. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1177. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1178. <stop offset="0.95" style="stop-color:#888888"/>
  1179. <stop offset="1" style="stop-color:#666666"/>
  1180. </linearGradient>
  1181. <circle class="st47" cx="74.4" cy="97.8" r="7.1"/>
  1182. <linearGradient id="SVGID_49_" gradientUnits="userSpaceOnUse" x1="67.33" y1="48.54" x2="81.45" y2="48.54" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1183. <stop offset="0" style="stop-color:#B7B7B7"/>
  1184. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1185. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1186. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1187. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1188. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1189. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1190. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1191. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1192. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1193. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1194. <stop offset="0.95" style="stop-color:#888888"/>
  1195. <stop offset="1" style="stop-color:#666666"/>
  1196. </linearGradient>
  1197. <circle class="st48" cx="74.4" cy="97.3" r="7.1"/>
  1198. <linearGradient id="SVGID_50_" gradientUnits="userSpaceOnUse" x1="67.33" y1="48.95" x2="81.45" y2="48.95" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1199. <stop offset="0" style="stop-color:#B7B7B7"/>
  1200. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1201. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1202. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1203. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1204. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1205. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1206. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1207. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1208. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1209. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1210. <stop offset="0.95" style="stop-color:#888888"/>
  1211. <stop offset="1" style="stop-color:#666666"/>
  1212. </linearGradient>
  1213. <circle class="st49" cx="74.4" cy="96.9" r="7.1"/>
  1214. <linearGradient id="SVGID_51_" gradientUnits="userSpaceOnUse" x1="67.33" y1="49.36" x2="81.45" y2="49.36" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1215. <stop offset="0" style="stop-color:#B7B7B7"/>
  1216. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1217. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1218. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1219. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1220. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1221. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1222. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1223. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1224. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1225. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1226. <stop offset="0.95" style="stop-color:#888888"/>
  1227. <stop offset="1" style="stop-color:#666666"/>
  1228. </linearGradient>
  1229. <circle class="st50" cx="74.4" cy="96.5" r="7.1"/>
  1230. <linearGradient id="SVGID_52_" gradientUnits="userSpaceOnUse" x1="67.33" y1="49.77" x2="81.45" y2="49.77" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1231. <stop offset="0" style="stop-color:#B7B7B7"/>
  1232. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1233. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1234. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1235. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1236. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1237. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1238. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1239. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1240. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1241. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1242. <stop offset="0.95" style="stop-color:#888888"/>
  1243. <stop offset="1" style="stop-color:#666666"/>
  1244. </linearGradient>
  1245. <circle class="st51" cx="74.4" cy="96.1" r="7.1"/>
  1246. <linearGradient id="SVGID_53_" gradientUnits="userSpaceOnUse" x1="67.32" y1="50.18" x2="81.44" y2="50.18" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1247. <stop offset="0" style="stop-color:#B7B7B7"/>
  1248. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1249. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1250. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1251. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1252. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1253. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1254. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1255. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1256. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1257. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1258. <stop offset="0.95" style="stop-color:#888888"/>
  1259. <stop offset="1" style="stop-color:#666666"/>
  1260. </linearGradient>
  1261. <circle class="st52" cx="74.4" cy="95.7" r="7.1"/>
  1262. <linearGradient id="SVGID_54_" gradientUnits="userSpaceOnUse" x1="67.32" y1="50.59" x2="81.44" y2="50.59" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1263. <stop offset="0" style="stop-color:#B7B7B7"/>
  1264. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1265. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1266. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1267. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1268. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1269. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1270. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1271. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1272. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1273. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1274. <stop offset="0.95" style="stop-color:#888888"/>
  1275. <stop offset="1" style="stop-color:#666666"/>
  1276. </linearGradient>
  1277. <circle class="st53" cx="74.4" cy="95.3" r="7.1"/>
  1278. <linearGradient id="SVGID_55_" gradientUnits="userSpaceOnUse" x1="67.32" y1="51" x2="81.44" y2="51" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1279. <stop offset="0" style="stop-color:#B7B7B7"/>
  1280. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1281. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1282. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1283. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1284. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1285. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1286. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1287. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1288. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1289. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1290. <stop offset="0.95" style="stop-color:#888888"/>
  1291. <stop offset="1" style="stop-color:#666666"/>
  1292. </linearGradient>
  1293. <circle class="st54" cx="74.4" cy="94.9" r="7.1"/>
  1294. <linearGradient id="SVGID_56_" gradientUnits="userSpaceOnUse" x1="67.32" y1="51.41" x2="81.44" y2="51.41" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1295. <stop offset="0" style="stop-color:#B7B7B7"/>
  1296. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1297. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1298. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1299. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1300. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1301. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1302. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1303. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1304. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1305. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1306. <stop offset="0.95" style="stop-color:#888888"/>
  1307. <stop offset="1" style="stop-color:#666666"/>
  1308. </linearGradient>
  1309. <circle class="st55" cx="74.4" cy="94.5" r="7.1"/>
  1310. <linearGradient id="SVGID_57_" gradientUnits="userSpaceOnUse" x1="67.32" y1="51.82" x2="81.44" y2="51.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1311. <stop offset="0" style="stop-color:#B7B7B7"/>
  1312. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1313. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1314. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1315. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1316. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1317. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1318. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1319. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1320. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1321. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1322. <stop offset="0.95" style="stop-color:#888888"/>
  1323. <stop offset="1" style="stop-color:#666666"/>
  1324. </linearGradient>
  1325. <circle class="st56" cx="74.4" cy="94.1" r="7.1"/>
  1326. <linearGradient id="SVGID_58_" gradientUnits="userSpaceOnUse" x1="67.31" y1="52.23" x2="81.43" y2="52.23" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1327. <stop offset="0" style="stop-color:#B7B7B7"/>
  1328. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1329. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1330. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1331. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1332. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1333. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1334. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1335. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1336. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1337. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1338. <stop offset="0.95" style="stop-color:#888888"/>
  1339. <stop offset="1" style="stop-color:#666666"/>
  1340. </linearGradient>
  1341. <circle class="st57" cx="74.4" cy="93.7" r="7.1"/>
  1342. <linearGradient id="SVGID_59_" gradientUnits="userSpaceOnUse" x1="67.31" y1="52.65" x2="81.43" y2="52.65" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1343. <stop offset="0" style="stop-color:#B7B7B7"/>
  1344. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1345. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1346. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1347. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1348. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1349. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1350. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1351. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1352. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1353. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1354. <stop offset="0.95" style="stop-color:#888888"/>
  1355. <stop offset="1" style="stop-color:#666666"/>
  1356. </linearGradient>
  1357. <circle class="st58" cx="74.4" cy="93.2" r="7.1"/>
  1358. <linearGradient id="SVGID_60_" gradientUnits="userSpaceOnUse" x1="67.31" y1="53.06" x2="81.43" y2="53.06" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1359. <stop offset="0" style="stop-color:#B7B7B7"/>
  1360. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1361. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1362. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1363. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1364. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1365. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1366. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1367. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1368. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1369. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1370. <stop offset="0.95" style="stop-color:#888888"/>
  1371. <stop offset="1" style="stop-color:#666666"/>
  1372. </linearGradient>
  1373. <circle class="st59" cx="74.4" cy="92.8" r="7.1"/>
  1374. <linearGradient id="SVGID_61_" gradientUnits="userSpaceOnUse" x1="67.31" y1="53.47" x2="81.43" y2="53.47" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1375. <stop offset="0" style="stop-color:#B7B7B7"/>
  1376. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1377. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1378. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1379. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1380. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1381. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1382. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1383. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1384. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1385. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1386. <stop offset="0.95" style="stop-color:#888888"/>
  1387. <stop offset="1" style="stop-color:#666666"/>
  1388. </linearGradient>
  1389. <circle class="st60" cx="74.4" cy="92.4" r="7.1"/>
  1390. <linearGradient id="SVGID_62_" gradientUnits="userSpaceOnUse" x1="67.32" y1="53.88" x2="81.42" y2="53.88" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1391. <stop offset="0" style="stop-color:#B7B7B7"/>
  1392. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1393. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1394. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1395. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1396. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1397. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1398. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1399. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1400. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1401. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1402. <stop offset="0.95" style="stop-color:#888888"/>
  1403. <stop offset="1" style="stop-color:#666666"/>
  1404. </linearGradient>
  1405. <circle class="st61" cx="74.4" cy="92" r="7.1"/>
  1406. <linearGradient id="SVGID_63_" gradientUnits="userSpaceOnUse" x1="67.32" y1="54.29" x2="81.42" y2="54.29" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1407. <stop offset="0" style="stop-color:#B7B7B7"/>
  1408. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1409. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1410. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1411. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1412. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1413. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1414. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1415. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1416. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1417. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1418. <stop offset="0.95" style="stop-color:#888888"/>
  1419. <stop offset="1" style="stop-color:#666666"/>
  1420. </linearGradient>
  1421. <circle class="st62" cx="74.4" cy="91.6" r="7.1"/>
  1422. <linearGradient id="SVGID_64_" gradientUnits="userSpaceOnUse" x1="67.31" y1="54.7" x2="81.41" y2="54.7" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1423. <stop offset="0" style="stop-color:#B7B7B7"/>
  1424. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1425. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1426. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1427. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1428. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1429. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1430. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1431. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1432. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1433. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1434. <stop offset="0.95" style="stop-color:#888888"/>
  1435. <stop offset="1" style="stop-color:#666666"/>
  1436. </linearGradient>
  1437. <circle class="st63" cx="74.4" cy="91.2" r="7.1"/>
  1438. <linearGradient id="SVGID_65_" gradientUnits="userSpaceOnUse" x1="67.31" y1="55.11" x2="81.41" y2="55.11" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1439. <stop offset="0" style="stop-color:#B7B7B7"/>
  1440. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1441. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1442. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1443. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1444. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1445. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1446. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1447. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1448. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1449. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1450. <stop offset="0.95" style="stop-color:#888888"/>
  1451. <stop offset="1" style="stop-color:#666666"/>
  1452. </linearGradient>
  1453. <circle class="st64" cx="74.4" cy="90.8" r="7.1"/>
  1454. <linearGradient id="SVGID_66_" gradientUnits="userSpaceOnUse" x1="67.31" y1="55.52" x2="81.41" y2="55.52" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1455. <stop offset="0" style="stop-color:#B7B7B7"/>
  1456. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1457. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1458. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1459. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1460. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1461. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1462. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1463. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1464. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1465. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1466. <stop offset="0.95" style="stop-color:#888888"/>
  1467. <stop offset="1" style="stop-color:#666666"/>
  1468. </linearGradient>
  1469. <circle class="st65" cx="74.4" cy="90.4" r="7.1"/>
  1470. <linearGradient id="SVGID_67_" gradientUnits="userSpaceOnUse" x1="67.31" y1="55.93" x2="81.41" y2="55.93" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1471. <stop offset="0" style="stop-color:#B7B7B7"/>
  1472. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1473. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1474. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1475. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1476. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1477. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1478. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1479. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1480. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1481. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1482. <stop offset="0.95" style="stop-color:#888888"/>
  1483. <stop offset="1" style="stop-color:#666666"/>
  1484. </linearGradient>
  1485. <circle class="st66" cx="74.4" cy="90" r="7.1"/>
  1486. <linearGradient id="SVGID_68_" gradientUnits="userSpaceOnUse" x1="67.31" y1="56.34" x2="81.41" y2="56.34" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1487. <stop offset="0" style="stop-color:#B7B7B7"/>
  1488. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1489. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1490. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1491. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1492. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1493. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1494. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1495. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1496. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1497. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1498. <stop offset="0.95" style="stop-color:#888888"/>
  1499. <stop offset="1" style="stop-color:#666666"/>
  1500. </linearGradient>
  1501. <circle class="st67" cx="74.4" cy="89.5" r="7.1"/>
  1502. <linearGradient id="SVGID_69_" gradientUnits="userSpaceOnUse" x1="67.31" y1="56.75" x2="81.41" y2="56.75" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1503. <stop offset="0" style="stop-color:#B7B7B7"/>
  1504. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1505. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1506. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1507. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1508. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1509. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1510. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1511. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1512. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1513. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1514. <stop offset="0.95" style="stop-color:#888888"/>
  1515. <stop offset="1" style="stop-color:#666666"/>
  1516. </linearGradient>
  1517. <circle class="st68" cx="74.4" cy="89.1" r="7.1"/>
  1518. <linearGradient id="SVGID_70_" gradientUnits="userSpaceOnUse" x1="67.3" y1="57.16" x2="81.4" y2="57.16" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1519. <stop offset="0" style="stop-color:#B7B7B7"/>
  1520. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1521. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1522. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1523. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1524. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1525. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1526. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1527. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1528. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1529. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1530. <stop offset="0.95" style="stop-color:#888888"/>
  1531. <stop offset="1" style="stop-color:#666666"/>
  1532. </linearGradient>
  1533. <circle class="st69" cx="74.3" cy="88.7" r="7.1"/>
  1534. <linearGradient id="SVGID_71_" gradientUnits="userSpaceOnUse" x1="67.3" y1="57.57" x2="81.4" y2="57.57" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1535. <stop offset="0" style="stop-color:#B7B7B7"/>
  1536. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1537. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1538. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1539. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1540. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1541. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1542. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1543. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1544. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1545. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1546. <stop offset="0.95" style="stop-color:#888888"/>
  1547. <stop offset="1" style="stop-color:#666666"/>
  1548. </linearGradient>
  1549. <circle class="st70" cx="74.3" cy="88.3" r="7.1"/>
  1550. <linearGradient id="SVGID_72_" gradientUnits="userSpaceOnUse" x1="67.3" y1="57.98" x2="81.4" y2="57.98" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1551. <stop offset="0" style="stop-color:#B7B7B7"/>
  1552. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1553. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1554. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1555. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1556. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1557. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1558. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1559. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1560. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1561. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1562. <stop offset="0.95" style="stop-color:#888888"/>
  1563. <stop offset="1" style="stop-color:#666666"/>
  1564. </linearGradient>
  1565. <circle class="st71" cx="74.3" cy="87.9" r="7.1"/>
  1566. <linearGradient id="SVGID_73_" gradientUnits="userSpaceOnUse" x1="67.3" y1="58.4" x2="81.4" y2="58.4" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1567. <stop offset="0" style="stop-color:#B7B7B7"/>
  1568. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1569. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1570. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1571. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1572. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1573. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1574. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1575. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1576. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1577. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1578. <stop offset="0.95" style="stop-color:#888888"/>
  1579. <stop offset="1" style="stop-color:#666666"/>
  1580. </linearGradient>
  1581. <circle class="st72" cx="74.3" cy="87.5" r="7.1"/>
  1582. <linearGradient id="SVGID_74_" gradientUnits="userSpaceOnUse" x1="67.3" y1="58.81" x2="81.4" y2="58.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1583. <stop offset="0" style="stop-color:#B7B7B7"/>
  1584. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1585. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1586. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1587. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1588. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1589. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1590. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1591. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1592. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1593. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1594. <stop offset="0.95" style="stop-color:#888888"/>
  1595. <stop offset="1" style="stop-color:#666666"/>
  1596. </linearGradient>
  1597. <circle class="st73" cx="74.3" cy="87.1" r="7.1"/>
  1598. <linearGradient id="SVGID_75_" gradientUnits="userSpaceOnUse" x1="67.29" y1="59.22" x2="81.39" y2="59.22" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1599. <stop offset="0" style="stop-color:#B7B7B7"/>
  1600. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1601. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1602. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1603. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1604. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1605. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1606. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1607. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1608. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1609. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1610. <stop offset="0.95" style="stop-color:#888888"/>
  1611. <stop offset="1" style="stop-color:#666666"/>
  1612. </linearGradient>
  1613. <circle class="st74" cx="74.3" cy="86.7" r="7.1"/>
  1614. <linearGradient id="SVGID_76_" gradientUnits="userSpaceOnUse" x1="67.29" y1="59.63" x2="81.39" y2="59.63" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1615. <stop offset="0" style="stop-color:#B7B7B7"/>
  1616. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1617. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1618. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1619. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1620. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1621. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1622. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1623. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1624. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1625. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1626. <stop offset="0.95" style="stop-color:#888888"/>
  1627. <stop offset="1" style="stop-color:#666666"/>
  1628. </linearGradient>
  1629. <circle class="st75" cx="74.3" cy="86.3" r="7.1"/>
  1630. <linearGradient id="SVGID_77_" gradientUnits="userSpaceOnUse" x1="67.29" y1="60.04" x2="81.39" y2="60.04" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1631. <stop offset="0" style="stop-color:#B7B7B7"/>
  1632. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1633. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1634. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1635. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1636. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1637. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1638. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1639. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1640. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1641. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1642. <stop offset="0.95" style="stop-color:#888888"/>
  1643. <stop offset="1" style="stop-color:#666666"/>
  1644. </linearGradient>
  1645. <circle class="st76" cx="74.3" cy="85.8" r="7.1"/>
  1646. <linearGradient id="SVGID_78_" gradientUnits="userSpaceOnUse" x1="67.29" y1="60.45" x2="81.39" y2="60.45" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1647. <stop offset="0" style="stop-color:#B7B7B7"/>
  1648. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1649. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1650. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1651. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1652. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1653. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1654. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1655. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1656. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1657. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1658. <stop offset="0.95" style="stop-color:#888888"/>
  1659. <stop offset="1" style="stop-color:#666666"/>
  1660. </linearGradient>
  1661. <circle class="st77" cx="74.3" cy="85.4" r="7.1"/>
  1662. <linearGradient id="SVGID_79_" gradientUnits="userSpaceOnUse" x1="67.29" y1="60.86" x2="81.39" y2="60.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1663. <stop offset="0" style="stop-color:#B7B7B7"/>
  1664. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1665. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1666. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1667. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1668. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1669. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1670. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1671. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1672. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1673. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1674. <stop offset="0.95" style="stop-color:#888888"/>
  1675. <stop offset="1" style="stop-color:#666666"/>
  1676. </linearGradient>
  1677. <circle class="st78" cx="74.3" cy="85" r="7.1"/>
  1678. <linearGradient id="SVGID_80_" gradientUnits="userSpaceOnUse" x1="67.29" y1="61.27" x2="81.39" y2="61.27" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1679. <stop offset="0" style="stop-color:#B7B7B7"/>
  1680. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1681. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1682. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1683. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1684. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1685. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1686. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1687. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1688. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1689. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1690. <stop offset="0.95" style="stop-color:#888888"/>
  1691. <stop offset="1" style="stop-color:#666666"/>
  1692. </linearGradient>
  1693. <circle class="st79" cx="74.3" cy="84.6" r="7.1"/>
  1694. <linearGradient id="SVGID_81_" gradientUnits="userSpaceOnUse" x1="67.28" y1="61.68" x2="81.38" y2="61.68" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1695. <stop offset="0" style="stop-color:#B7B7B7"/>
  1696. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1697. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1698. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1699. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1700. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1701. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1702. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1703. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1704. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1705. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1706. <stop offset="0.95" style="stop-color:#888888"/>
  1707. <stop offset="1" style="stop-color:#666666"/>
  1708. </linearGradient>
  1709. <circle class="st80" cx="74.3" cy="84.2" r="7.1"/>
  1710. <linearGradient id="SVGID_82_" gradientUnits="userSpaceOnUse" x1="67.28" y1="62.09" x2="81.38" y2="62.09" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1711. <stop offset="0" style="stop-color:#B7B7B7"/>
  1712. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1713. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1714. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1715. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1716. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1717. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1718. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1719. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1720. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1721. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1722. <stop offset="0.95" style="stop-color:#888888"/>
  1723. <stop offset="1" style="stop-color:#666666"/>
  1724. </linearGradient>
  1725. <circle class="st81" cx="74.3" cy="83.8" r="7.1"/>
  1726. <linearGradient id="SVGID_83_" gradientUnits="userSpaceOnUse" x1="67.28" y1="62.5" x2="81.38" y2="62.5" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1727. <stop offset="0" style="stop-color:#B7B7B7"/>
  1728. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1729. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1730. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1731. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1732. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1733. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1734. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1735. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1736. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1737. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1738. <stop offset="0.95" style="stop-color:#888888"/>
  1739. <stop offset="1" style="stop-color:#666666"/>
  1740. </linearGradient>
  1741. <circle class="st82" cx="74.3" cy="83.4" r="7.1"/>
  1742. <linearGradient id="SVGID_84_" gradientUnits="userSpaceOnUse" x1="67.28" y1="62.91" x2="81.38" y2="62.91" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1743. <stop offset="0" style="stop-color:#B7B7B7"/>
  1744. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1745. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1746. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1747. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1748. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1749. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1750. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1751. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1752. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1753. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1754. <stop offset="0.95" style="stop-color:#888888"/>
  1755. <stop offset="1" style="stop-color:#666666"/>
  1756. </linearGradient>
  1757. <circle class="st83" cx="74.3" cy="83" r="7.1"/>
  1758. <linearGradient id="SVGID_85_" gradientUnits="userSpaceOnUse" x1="67.28" y1="63.32" x2="81.38" y2="63.32" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1759. <stop offset="0" style="stop-color:#B7B7B7"/>
  1760. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1761. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1762. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1763. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1764. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1765. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1766. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1767. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1768. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1769. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1770. <stop offset="0.95" style="stop-color:#888888"/>
  1771. <stop offset="1" style="stop-color:#666666"/>
  1772. </linearGradient>
  1773. <circle class="st84" cx="74.3" cy="82.6" r="7.1"/>
  1774. <linearGradient id="SVGID_86_" gradientUnits="userSpaceOnUse" x1="67.27" y1="63.73" x2="81.37" y2="63.73" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1775. <stop offset="0" style="stop-color:#B7B7B7"/>
  1776. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1777. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1778. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1779. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1780. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1781. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1782. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1783. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1784. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1785. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1786. <stop offset="0.95" style="stop-color:#888888"/>
  1787. <stop offset="1" style="stop-color:#666666"/>
  1788. </linearGradient>
  1789. <circle class="st85" cx="74.3" cy="82.2" r="7.1"/>
  1790. <linearGradient id="SVGID_87_" gradientUnits="userSpaceOnUse" x1="67.27" y1="64.15" x2="81.37" y2="64.15" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1791. <stop offset="0" style="stop-color:#B7B7B7"/>
  1792. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1793. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1794. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1795. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1796. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1797. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1798. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1799. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1800. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1801. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1802. <stop offset="0.95" style="stop-color:#888888"/>
  1803. <stop offset="1" style="stop-color:#666666"/>
  1804. </linearGradient>
  1805. <circle class="st86" cx="74.3" cy="81.7" r="7.1"/>
  1806. <linearGradient id="SVGID_88_" gradientUnits="userSpaceOnUse" x1="67.27" y1="64.56" x2="81.37" y2="64.56" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1807. <stop offset="0" style="stop-color:#B7B7B7"/>
  1808. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1809. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1810. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1811. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1812. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1813. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1814. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1815. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1816. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1817. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1818. <stop offset="0.95" style="stop-color:#888888"/>
  1819. <stop offset="1" style="stop-color:#666666"/>
  1820. </linearGradient>
  1821. <circle class="st87" cx="74.3" cy="81.3" r="7.1"/>
  1822. <linearGradient id="SVGID_89_" gradientUnits="userSpaceOnUse" x1="67.27" y1="64.97" x2="81.37" y2="64.97" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1823. <stop offset="0" style="stop-color:#B7B7B7"/>
  1824. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1825. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1826. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1827. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1828. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1829. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1830. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1831. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1832. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1833. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1834. <stop offset="0.95" style="stop-color:#888888"/>
  1835. <stop offset="1" style="stop-color:#666666"/>
  1836. </linearGradient>
  1837. <circle class="st88" cx="74.3" cy="80.9" r="7.1"/>
  1838. <linearGradient id="SVGID_90_" gradientUnits="userSpaceOnUse" x1="67.27" y1="65.38" x2="81.37" y2="65.38" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1839. <stop offset="0" style="stop-color:#B7B7B7"/>
  1840. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1841. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1842. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1843. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1844. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1845. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1846. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1847. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1848. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1849. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1850. <stop offset="0.95" style="stop-color:#888888"/>
  1851. <stop offset="1" style="stop-color:#666666"/>
  1852. </linearGradient>
  1853. <circle class="st89" cx="74.3" cy="80.5" r="7.1"/>
  1854. <linearGradient id="SVGID_91_" gradientUnits="userSpaceOnUse" x1="67.27" y1="65.79" x2="81.37" y2="65.79" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1855. <stop offset="0" style="stop-color:#B7B7B7"/>
  1856. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1857. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1858. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1859. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1860. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1861. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1862. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1863. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1864. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1865. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1866. <stop offset="0.95" style="stop-color:#888888"/>
  1867. <stop offset="1" style="stop-color:#666666"/>
  1868. </linearGradient>
  1869. <circle class="st90" cx="74.3" cy="80.1" r="7.1"/>
  1870. <linearGradient id="SVGID_92_" gradientUnits="userSpaceOnUse" x1="67.26" y1="66.2" x2="81.36" y2="66.2" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1871. <stop offset="0" style="stop-color:#B7B7B7"/>
  1872. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1873. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1874. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1875. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1876. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1877. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1878. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1879. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1880. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1881. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1882. <stop offset="0.95" style="stop-color:#888888"/>
  1883. <stop offset="1" style="stop-color:#666666"/>
  1884. </linearGradient>
  1885. <circle class="st91" cx="74.3" cy="79.7" r="7.1"/>
  1886. <linearGradient id="SVGID_93_" gradientUnits="userSpaceOnUse" x1="67.26" y1="66.61" x2="81.36" y2="66.61" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1887. <stop offset="0" style="stop-color:#B7B7B7"/>
  1888. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1889. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1890. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1891. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1892. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1893. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1894. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1895. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1896. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1897. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1898. <stop offset="0.95" style="stop-color:#888888"/>
  1899. <stop offset="1" style="stop-color:#666666"/>
  1900. </linearGradient>
  1901. <circle class="st92" cx="74.3" cy="79.3" r="7.1"/>
  1902. <linearGradient id="SVGID_94_" gradientUnits="userSpaceOnUse" x1="67.26" y1="67.02" x2="81.36" y2="67.02" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1903. <stop offset="0" style="stop-color:#B7B7B7"/>
  1904. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1905. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1906. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1907. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1908. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1909. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1910. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1911. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1912. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1913. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1914. <stop offset="0.95" style="stop-color:#888888"/>
  1915. <stop offset="1" style="stop-color:#666666"/>
  1916. </linearGradient>
  1917. <circle class="st93" cx="74.3" cy="78.9" r="7.1"/>
  1918. <linearGradient id="SVGID_95_" gradientUnits="userSpaceOnUse" x1="67.26" y1="67.43" x2="81.36" y2="67.43" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1919. <stop offset="0" style="stop-color:#B7B7B7"/>
  1920. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1921. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1922. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1923. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1924. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1925. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1926. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1927. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1928. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1929. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1930. <stop offset="0.95" style="stop-color:#888888"/>
  1931. <stop offset="1" style="stop-color:#666666"/>
  1932. </linearGradient>
  1933. <circle class="st94" cx="74.3" cy="78.5" r="7.1"/>
  1934. <linearGradient id="SVGID_96_" gradientUnits="userSpaceOnUse" x1="67.26" y1="67.84" x2="81.36" y2="67.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1935. <stop offset="0" style="stop-color:#B7B7B7"/>
  1936. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1937. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1938. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1939. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1940. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1941. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1942. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1943. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1944. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1945. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1946. <stop offset="0.95" style="stop-color:#888888"/>
  1947. <stop offset="1" style="stop-color:#666666"/>
  1948. </linearGradient>
  1949. <circle class="st95" cx="74.3" cy="78" r="7.1"/>
  1950. <linearGradient id="SVGID_97_" gradientUnits="userSpaceOnUse" x1="67.26" y1="68.25" x2="81.36" y2="68.25" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1951. <stop offset="0" style="stop-color:#B7B7B7"/>
  1952. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1953. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1954. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1955. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1956. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1957. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1958. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1959. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1960. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1961. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1962. <stop offset="0.95" style="stop-color:#888888"/>
  1963. <stop offset="1" style="stop-color:#666666"/>
  1964. </linearGradient>
  1965. <circle class="st96" cx="74.3" cy="77.6" r="7.1"/>
  1966. <linearGradient id="SVGID_98_" gradientUnits="userSpaceOnUse" x1="67.25" y1="68.66" x2="81.35" y2="68.66" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1967. <stop offset="0" style="stop-color:#B7B7B7"/>
  1968. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1969. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1970. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1971. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1972. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1973. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1974. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1975. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1976. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1977. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1978. <stop offset="0.95" style="stop-color:#888888"/>
  1979. <stop offset="1" style="stop-color:#666666"/>
  1980. </linearGradient>
  1981. <circle class="st97" cx="74.3" cy="77.2" r="7.1"/>
  1982. <linearGradient id="SVGID_99_" gradientUnits="userSpaceOnUse" x1="67.25" y1="69.07" x2="81.35" y2="69.07" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1983. <stop offset="0" style="stop-color:#B7B7B7"/>
  1984. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  1985. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  1986. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  1987. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  1988. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  1989. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  1990. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  1991. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  1992. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  1993. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  1994. <stop offset="0.95" style="stop-color:#888888"/>
  1995. <stop offset="1" style="stop-color:#666666"/>
  1996. </linearGradient>
  1997. <circle class="st98" cx="74.3" cy="76.8" r="7.1"/>
  1998. <linearGradient id="SVGID_100_" gradientUnits="userSpaceOnUse" x1="67.25" y1="69.49" x2="81.35" y2="69.49" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  1999. <stop offset="0" style="stop-color:#B7B7B7"/>
  2000. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2001. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2002. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2003. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2004. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2005. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2006. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2007. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2008. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2009. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2010. <stop offset="0.95" style="stop-color:#888888"/>
  2011. <stop offset="1" style="stop-color:#666666"/>
  2012. </linearGradient>
  2013. <circle class="st99" cx="74.3" cy="76.4" r="7.1"/>
  2014. <linearGradient id="SVGID_101_" gradientUnits="userSpaceOnUse" x1="67.25" y1="69.9" x2="81.35" y2="69.9" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2015. <stop offset="0" style="stop-color:#B7B7B7"/>
  2016. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2017. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2018. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2019. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2020. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2021. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2022. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2023. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2024. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2025. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2026. <stop offset="0.95" style="stop-color:#888888"/>
  2027. <stop offset="1" style="stop-color:#666666"/>
  2028. </linearGradient>
  2029. <circle class="st100" cx="74.3" cy="76" r="7.1"/>
  2030. <linearGradient id="SVGID_102_" gradientUnits="userSpaceOnUse" x1="67.25" y1="70.31" x2="81.35" y2="70.31" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2031. <stop offset="0" style="stop-color:#B7B7B7"/>
  2032. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2033. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2034. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2035. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2036. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2037. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2038. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2039. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2040. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2041. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2042. <stop offset="0.95" style="stop-color:#888888"/>
  2043. <stop offset="1" style="stop-color:#666666"/>
  2044. </linearGradient>
  2045. <circle class="st101" cx="74.3" cy="75.6" r="7.1"/>
  2046. <linearGradient id="SVGID_103_" gradientUnits="userSpaceOnUse" x1="67.24" y1="70.72" x2="81.34" y2="70.72" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2047. <stop offset="0" style="stop-color:#B7B7B7"/>
  2048. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2049. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2050. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2051. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2052. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2053. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2054. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2055. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2056. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2057. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2058. <stop offset="0.95" style="stop-color:#888888"/>
  2059. <stop offset="1" style="stop-color:#666666"/>
  2060. </linearGradient>
  2061. <circle class="st102" cx="74.3" cy="75.2" r="7.1"/>
  2062. <linearGradient id="SVGID_104_" gradientUnits="userSpaceOnUse" x1="67.24" y1="71.13" x2="81.34" y2="71.13" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2063. <stop offset="0" style="stop-color:#B7B7B7"/>
  2064. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2065. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2066. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2067. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2068. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2069. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2070. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2071. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2072. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2073. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2074. <stop offset="0.95" style="stop-color:#888888"/>
  2075. <stop offset="1" style="stop-color:#666666"/>
  2076. </linearGradient>
  2077. <circle class="st103" cx="74.3" cy="74.8" r="7.1"/>
  2078. <linearGradient id="SVGID_105_" gradientUnits="userSpaceOnUse" x1="67.24" y1="71.54" x2="81.34" y2="71.54" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2079. <stop offset="0" style="stop-color:#B7B7B7"/>
  2080. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2081. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2082. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2083. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2084. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2085. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2086. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2087. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2088. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2089. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2090. <stop offset="0.95" style="stop-color:#888888"/>
  2091. <stop offset="1" style="stop-color:#666666"/>
  2092. </linearGradient>
  2093. <circle class="st104" cx="74.3" cy="74.3" r="7.1"/>
  2094. <linearGradient id="SVGID_106_" gradientUnits="userSpaceOnUse" x1="67.24" y1="71.95" x2="81.34" y2="71.95" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2095. <stop offset="0" style="stop-color:#B7B7B7"/>
  2096. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2097. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2098. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2099. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2100. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2101. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2102. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2103. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2104. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2105. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2106. <stop offset="0.95" style="stop-color:#888888"/>
  2107. <stop offset="1" style="stop-color:#666666"/>
  2108. </linearGradient>
  2109. <circle class="st105" cx="74.3" cy="73.9" r="7.1"/>
  2110. <linearGradient id="SVGID_107_" gradientUnits="userSpaceOnUse" x1="67.24" y1="72.36" x2="81.34" y2="72.36" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2111. <stop offset="0" style="stop-color:#B7B7B7"/>
  2112. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2113. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2114. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2115. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2116. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2117. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2118. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2119. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2120. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2121. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2122. <stop offset="0.95" style="stop-color:#888888"/>
  2123. <stop offset="1" style="stop-color:#666666"/>
  2124. </linearGradient>
  2125. <circle class="st106" cx="74.3" cy="73.5" r="7.1"/>
  2126. <linearGradient id="SVGID_108_" gradientUnits="userSpaceOnUse" x1="67.24" y1="72.77" x2="81.34" y2="72.77" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2127. <stop offset="0" style="stop-color:#B7B7B7"/>
  2128. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2129. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2130. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2131. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2132. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2133. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2134. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2135. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2136. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2137. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2138. <stop offset="0.95" style="stop-color:#888888"/>
  2139. <stop offset="1" style="stop-color:#666666"/>
  2140. </linearGradient>
  2141. <circle class="st107" cx="74.3" cy="73.1" r="7.1"/>
  2142. <linearGradient id="SVGID_109_" gradientUnits="userSpaceOnUse" x1="67.23" y1="73.18" x2="81.33" y2="73.18" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2143. <stop offset="0" style="stop-color:#B7B7B7"/>
  2144. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2145. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2146. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2147. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2148. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2149. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2150. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2151. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2152. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2153. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2154. <stop offset="0.95" style="stop-color:#888888"/>
  2155. <stop offset="1" style="stop-color:#666666"/>
  2156. </linearGradient>
  2157. <circle class="st108" cx="74.3" cy="72.7" r="7.1"/>
  2158. <linearGradient id="SVGID_110_" gradientUnits="userSpaceOnUse" x1="67.23" y1="73.59" x2="81.33" y2="73.59" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2159. <stop offset="0" style="stop-color:#B7B7B7"/>
  2160. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2161. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2162. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2163. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2164. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2165. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2166. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2167. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2168. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2169. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2170. <stop offset="0.95" style="stop-color:#888888"/>
  2171. <stop offset="1" style="stop-color:#666666"/>
  2172. </linearGradient>
  2173. <circle class="st109" cx="74.3" cy="72.3" r="7.1"/>
  2174. <linearGradient id="SVGID_111_" gradientUnits="userSpaceOnUse" x1="67.23" y1="74" x2="81.33" y2="74" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2175. <stop offset="0" style="stop-color:#B7B7B7"/>
  2176. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2177. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2178. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2179. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2180. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2181. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2182. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2183. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2184. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2185. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2186. <stop offset="0.95" style="stop-color:#888888"/>
  2187. <stop offset="1" style="stop-color:#666666"/>
  2188. </linearGradient>
  2189. <circle class="st110" cx="74.3" cy="71.9" r="7.1"/>
  2190. <linearGradient id="SVGID_112_" gradientUnits="userSpaceOnUse" x1="67.23" y1="74.41" x2="81.33" y2="74.41" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2191. <stop offset="0" style="stop-color:#B7B7B7"/>
  2192. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2193. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2194. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2195. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2196. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2197. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2198. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2199. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2200. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2201. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2202. <stop offset="0.95" style="stop-color:#888888"/>
  2203. <stop offset="1" style="stop-color:#666666"/>
  2204. </linearGradient>
  2205. <circle class="st111" cx="74.3" cy="71.5" r="7.1"/>
  2206. <linearGradient id="SVGID_113_" gradientUnits="userSpaceOnUse" x1="67.23" y1="74.82" x2="81.33" y2="74.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2207. <stop offset="0" style="stop-color:#B7B7B7"/>
  2208. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2209. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2210. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2211. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2212. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2213. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2214. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2215. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2216. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2217. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2218. <stop offset="0.95" style="stop-color:#888888"/>
  2219. <stop offset="1" style="stop-color:#666666"/>
  2220. </linearGradient>
  2221. <circle class="st112" cx="74.3" cy="71.1" r="7.1"/>
  2222. <linearGradient id="SVGID_114_" gradientUnits="userSpaceOnUse" x1="67.23" y1="75.24" x2="81.33" y2="75.24" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2223. <stop offset="0" style="stop-color:#B7B7B7"/>
  2224. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2225. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2226. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2227. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2228. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2229. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2230. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2231. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2232. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2233. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2234. <stop offset="0.95" style="stop-color:#888888"/>
  2235. <stop offset="1" style="stop-color:#666666"/>
  2236. </linearGradient>
  2237. <circle class="st113" cx="74.3" cy="70.6" r="7.1"/>
  2238. <linearGradient id="SVGID_115_" gradientUnits="userSpaceOnUse" x1="67.22" y1="75.65" x2="81.32" y2="75.65" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2239. <stop offset="0" style="stop-color:#B7B7B7"/>
  2240. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2241. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2242. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2243. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2244. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2245. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2246. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2247. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2248. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2249. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2250. <stop offset="0.95" style="stop-color:#888888"/>
  2251. <stop offset="1" style="stop-color:#666666"/>
  2252. </linearGradient>
  2253. <circle class="st114" cx="74.3" cy="70.2" r="7.1"/>
  2254. <linearGradient id="SVGID_116_" gradientUnits="userSpaceOnUse" x1="67.22" y1="76.06" x2="81.32" y2="76.06" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2255. <stop offset="0" style="stop-color:#B7B7B7"/>
  2256. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2257. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2258. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2259. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2260. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2261. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2262. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2263. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2264. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2265. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2266. <stop offset="0.95" style="stop-color:#888888"/>
  2267. <stop offset="1" style="stop-color:#666666"/>
  2268. </linearGradient>
  2269. <circle class="st115" cx="74.3" cy="69.8" r="7.1"/>
  2270. <linearGradient id="SVGID_117_" gradientUnits="userSpaceOnUse" x1="67.22" y1="76.47" x2="81.32" y2="76.47" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2271. <stop offset="0" style="stop-color:#B7B7B7"/>
  2272. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2273. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2274. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2275. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2276. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2277. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2278. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2279. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2280. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2281. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2282. <stop offset="0.95" style="stop-color:#888888"/>
  2283. <stop offset="1" style="stop-color:#666666"/>
  2284. </linearGradient>
  2285. <circle class="st116" cx="74.3" cy="69.4" r="7.1"/>
  2286. <linearGradient id="SVGID_118_" gradientUnits="userSpaceOnUse" x1="67.22" y1="76.88" x2="81.32" y2="76.88" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2287. <stop offset="0" style="stop-color:#B7B7B7"/>
  2288. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2289. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2290. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2291. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2292. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2293. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2294. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2295. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2296. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2297. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2298. <stop offset="0.95" style="stop-color:#888888"/>
  2299. <stop offset="1" style="stop-color:#666666"/>
  2300. </linearGradient>
  2301. <circle class="st117" cx="74.3" cy="69" r="7.1"/>
  2302. <linearGradient id="SVGID_119_" gradientUnits="userSpaceOnUse" x1="67.23" y1="77.29" x2="81.31" y2="77.29" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2303. <stop offset="0" style="stop-color:#B7B7B7"/>
  2304. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2305. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2306. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2307. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2308. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2309. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2310. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2311. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2312. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2313. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2314. <stop offset="0.95" style="stop-color:#888888"/>
  2315. <stop offset="1" style="stop-color:#666666"/>
  2316. </linearGradient>
  2317. <circle class="st118" cx="74.3" cy="68.6" r="7"/>
  2318. <linearGradient id="SVGID_120_" gradientUnits="userSpaceOnUse" x1="67.22" y1="77.7" x2="81.3" y2="77.7" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2319. <stop offset="0" style="stop-color:#B7B7B7"/>
  2320. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2321. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2322. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2323. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2324. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2325. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2326. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2327. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2328. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2329. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2330. <stop offset="0.95" style="stop-color:#888888"/>
  2331. <stop offset="1" style="stop-color:#666666"/>
  2332. </linearGradient>
  2333. <circle class="st119" cx="74.3" cy="68.2" r="7"/>
  2334. <linearGradient id="SVGID_121_" gradientUnits="userSpaceOnUse" x1="67.22" y1="78.11" x2="81.3" y2="78.11" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2335. <stop offset="0" style="stop-color:#B7B7B7"/>
  2336. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2337. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2338. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2339. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2340. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2341. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2342. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2343. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2344. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2345. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2346. <stop offset="0.95" style="stop-color:#888888"/>
  2347. <stop offset="1" style="stop-color:#666666"/>
  2348. </linearGradient>
  2349. <circle class="st120" cx="74.3" cy="67.8" r="7"/>
  2350. <linearGradient id="SVGID_122_" gradientUnits="userSpaceOnUse" x1="67.22" y1="78.52" x2="81.3" y2="78.52" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2351. <stop offset="0" style="stop-color:#B7B7B7"/>
  2352. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2353. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2354. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2355. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2356. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2357. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2358. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2359. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2360. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2361. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2362. <stop offset="0.95" style="stop-color:#888888"/>
  2363. <stop offset="1" style="stop-color:#666666"/>
  2364. </linearGradient>
  2365. <circle class="st121" cx="74.3" cy="67.4" r="7"/>
  2366. <linearGradient id="SVGID_123_" gradientUnits="userSpaceOnUse" x1="67.22" y1="78.93" x2="81.3" y2="78.93" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2367. <stop offset="0" style="stop-color:#B7B7B7"/>
  2368. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2369. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2370. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2371. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2372. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2373. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2374. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2375. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2376. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2377. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2378. <stop offset="0.95" style="stop-color:#888888"/>
  2379. <stop offset="1" style="stop-color:#666666"/>
  2380. </linearGradient>
  2381. <circle class="st122" cx="74.3" cy="67" r="7"/>
  2382. <linearGradient id="SVGID_124_" gradientUnits="userSpaceOnUse" x1="67.22" y1="79.34" x2="81.3" y2="79.34" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2383. <stop offset="0" style="stop-color:#B7B7B7"/>
  2384. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2385. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2386. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2387. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2388. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2389. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2390. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2391. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2392. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2393. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2394. <stop offset="0.95" style="stop-color:#888888"/>
  2395. <stop offset="1" style="stop-color:#666666"/>
  2396. </linearGradient>
  2397. <circle class="st123" cx="74.3" cy="66.5" r="7"/>
  2398. <linearGradient id="SVGID_125_" gradientUnits="userSpaceOnUse" x1="67.22" y1="79.75" x2="81.3" y2="79.75" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2399. <stop offset="0" style="stop-color:#B7B7B7"/>
  2400. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2401. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2402. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2403. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2404. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2405. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2406. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2407. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2408. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2409. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2410. <stop offset="0.95" style="stop-color:#888888"/>
  2411. <stop offset="1" style="stop-color:#666666"/>
  2412. </linearGradient>
  2413. <circle class="st124" cx="74.3" cy="66.1" r="7"/>
  2414. <linearGradient id="SVGID_126_" gradientUnits="userSpaceOnUse" x1="67.21" y1="80.16" x2="81.29" y2="80.16" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2415. <stop offset="0" style="stop-color:#B7B7B7"/>
  2416. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2417. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2418. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2419. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2420. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2421. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2422. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2423. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2424. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2425. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2426. <stop offset="0.95" style="stop-color:#888888"/>
  2427. <stop offset="1" style="stop-color:#666666"/>
  2428. </linearGradient>
  2429. <circle class="st125" cx="74.3" cy="65.7" r="7"/>
  2430. <linearGradient id="SVGID_127_" gradientUnits="userSpaceOnUse" x1="67.21" y1="80.57" x2="81.29" y2="80.57" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2431. <stop offset="0" style="stop-color:#B7B7B7"/>
  2432. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2433. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2434. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2435. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2436. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2437. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2438. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2439. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2440. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2441. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2442. <stop offset="0.95" style="stop-color:#888888"/>
  2443. <stop offset="1" style="stop-color:#666666"/>
  2444. </linearGradient>
  2445. <circle class="st126" cx="74.3" cy="65.3" r="7"/>
  2446. <linearGradient id="SVGID_128_" gradientUnits="userSpaceOnUse" x1="67.21" y1="80.99" x2="81.29" y2="80.99" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2447. <stop offset="0" style="stop-color:#B7B7B7"/>
  2448. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2449. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2450. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2451. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2452. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2453. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2454. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2455. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2456. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2457. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2458. <stop offset="0.95" style="stop-color:#888888"/>
  2459. <stop offset="1" style="stop-color:#666666"/>
  2460. </linearGradient>
  2461. <circle class="st127" cx="74.3" cy="64.9" r="7"/>
  2462. <linearGradient id="SVGID_129_" gradientUnits="userSpaceOnUse" x1="67.21" y1="81.4" x2="81.29" y2="81.4" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2463. <stop offset="0" style="stop-color:#B7B7B7"/>
  2464. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2465. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2466. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2467. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2468. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2469. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2470. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2471. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2472. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2473. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2474. <stop offset="0.95" style="stop-color:#888888"/>
  2475. <stop offset="1" style="stop-color:#666666"/>
  2476. </linearGradient>
  2477. <circle class="st128" cx="74.3" cy="64.5" r="7"/>
  2478. <linearGradient id="SVGID_130_" gradientUnits="userSpaceOnUse" x1="67.21" y1="81.81" x2="81.29" y2="81.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2479. <stop offset="0" style="stop-color:#B7B7B7"/>
  2480. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2481. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2482. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2483. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2484. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2485. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2486. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2487. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2488. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2489. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2490. <stop offset="0.95" style="stop-color:#888888"/>
  2491. <stop offset="1" style="stop-color:#666666"/>
  2492. </linearGradient>
  2493. <circle class="st129" cx="74.3" cy="64.1" r="7"/>
  2494. <linearGradient id="SVGID_131_" gradientUnits="userSpaceOnUse" x1="67.21" y1="82.22" x2="81.29" y2="82.22" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2495. <stop offset="0" style="stop-color:#B7B7B7"/>
  2496. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2497. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2498. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2499. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2500. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2501. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2502. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2503. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2504. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2505. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2506. <stop offset="0.95" style="stop-color:#888888"/>
  2507. <stop offset="1" style="stop-color:#666666"/>
  2508. </linearGradient>
  2509. <circle class="st130" cx="74.3" cy="63.7" r="7"/>
  2510. <linearGradient id="SVGID_132_" gradientUnits="userSpaceOnUse" x1="67.2" y1="82.63" x2="81.28" y2="82.63" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2511. <stop offset="0" style="stop-color:#B7B7B7"/>
  2512. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2513. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2514. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2515. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2516. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2517. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2518. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2519. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2520. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2521. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2522. <stop offset="0.95" style="stop-color:#888888"/>
  2523. <stop offset="1" style="stop-color:#666666"/>
  2524. </linearGradient>
  2525. <circle class="st131" cx="74.2" cy="63.3" r="7"/>
  2526. <linearGradient id="SVGID_133_" gradientUnits="userSpaceOnUse" x1="67.2" y1="83.04" x2="81.28" y2="83.04" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2527. <stop offset="0" style="stop-color:#B7B7B7"/>
  2528. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2529. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2530. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2531. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2532. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2533. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2534. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2535. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2536. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2537. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2538. <stop offset="0.95" style="stop-color:#888888"/>
  2539. <stop offset="1" style="stop-color:#666666"/>
  2540. </linearGradient>
  2541. <circle class="st132" cx="74.2" cy="62.8" r="7"/>
  2542. <linearGradient id="SVGID_134_" gradientUnits="userSpaceOnUse" x1="67.2" y1="83.45" x2="81.28" y2="83.45" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2543. <stop offset="0" style="stop-color:#B7B7B7"/>
  2544. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2545. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2546. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2547. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2548. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2549. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2550. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2551. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2552. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2553. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2554. <stop offset="0.95" style="stop-color:#888888"/>
  2555. <stop offset="1" style="stop-color:#666666"/>
  2556. </linearGradient>
  2557. <circle class="st133" cx="74.2" cy="62.4" r="7"/>
  2558. <linearGradient id="SVGID_135_" gradientUnits="userSpaceOnUse" x1="67.2" y1="83.86" x2="81.28" y2="83.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2559. <stop offset="0" style="stop-color:#B7B7B7"/>
  2560. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2561. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2562. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2563. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2564. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2565. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2566. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2567. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2568. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2569. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2570. <stop offset="0.95" style="stop-color:#888888"/>
  2571. <stop offset="1" style="stop-color:#666666"/>
  2572. </linearGradient>
  2573. <circle class="st134" cx="74.2" cy="62" r="7"/>
  2574. <linearGradient id="SVGID_136_" gradientUnits="userSpaceOnUse" x1="67.2" y1="84.27" x2="81.28" y2="84.27" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2575. <stop offset="0" style="stop-color:#B7B7B7"/>
  2576. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2577. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2578. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2579. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2580. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2581. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2582. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2583. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2584. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2585. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2586. <stop offset="0.95" style="stop-color:#888888"/>
  2587. <stop offset="1" style="stop-color:#666666"/>
  2588. </linearGradient>
  2589. <circle class="st135" cx="74.2" cy="61.6" r="7"/>
  2590. <linearGradient id="SVGID_137_" gradientUnits="userSpaceOnUse" x1="67.19" y1="84.68" x2="81.27" y2="84.68" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2591. <stop offset="0" style="stop-color:#B7B7B7"/>
  2592. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2593. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2594. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2595. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2596. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2597. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2598. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2599. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2600. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2601. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2602. <stop offset="0.95" style="stop-color:#888888"/>
  2603. <stop offset="1" style="stop-color:#666666"/>
  2604. </linearGradient>
  2605. <circle class="st136" cx="74.2" cy="61.2" r="7"/>
  2606. <linearGradient id="SVGID_138_" gradientUnits="userSpaceOnUse" x1="67.19" y1="85.09" x2="81.27" y2="85.09" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2607. <stop offset="0" style="stop-color:#B7B7B7"/>
  2608. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2609. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2610. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2611. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2612. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2613. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2614. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2615. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2616. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2617. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2618. <stop offset="0.95" style="stop-color:#888888"/>
  2619. <stop offset="1" style="stop-color:#666666"/>
  2620. </linearGradient>
  2621. <circle class="st137" cx="74.2" cy="60.8" r="7"/>
  2622. <linearGradient id="SVGID_139_" gradientUnits="userSpaceOnUse" x1="67.19" y1="85.5" x2="81.27" y2="85.5" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2623. <stop offset="0" style="stop-color:#B7B7B7"/>
  2624. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2625. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2626. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2627. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2628. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2629. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2630. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2631. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2632. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2633. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2634. <stop offset="0.95" style="stop-color:#888888"/>
  2635. <stop offset="1" style="stop-color:#666666"/>
  2636. </linearGradient>
  2637. <circle class="st138" cx="74.2" cy="60.4" r="7"/>
  2638. <linearGradient id="SVGID_140_" gradientUnits="userSpaceOnUse" x1="67.19" y1="85.91" x2="81.27" y2="85.91" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2639. <stop offset="0" style="stop-color:#B7B7B7"/>
  2640. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2641. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2642. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2643. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2644. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2645. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2646. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2647. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2648. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2649. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2650. <stop offset="0.95" style="stop-color:#888888"/>
  2651. <stop offset="1" style="stop-color:#666666"/>
  2652. </linearGradient>
  2653. <circle class="st139" cx="74.2" cy="60" r="7"/>
  2654. <linearGradient id="SVGID_141_" gradientUnits="userSpaceOnUse" x1="67.19" y1="86.32" x2="81.27" y2="86.32" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2655. <stop offset="0" style="stop-color:#B7B7B7"/>
  2656. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2657. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2658. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2659. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2660. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2661. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2662. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2663. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2664. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2665. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2666. <stop offset="0.95" style="stop-color:#888888"/>
  2667. <stop offset="1" style="stop-color:#666666"/>
  2668. </linearGradient>
  2669. <circle class="st140" cx="74.2" cy="59.6" r="7"/>
  2670. <linearGradient id="SVGID_142_" gradientUnits="userSpaceOnUse" x1="67.19" y1="86.74" x2="81.27" y2="86.74" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2671. <stop offset="0" style="stop-color:#B7B7B7"/>
  2672. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2673. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2674. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2675. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2676. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2677. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2678. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2679. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2680. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2681. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2682. <stop offset="0.95" style="stop-color:#888888"/>
  2683. <stop offset="1" style="stop-color:#666666"/>
  2684. </linearGradient>
  2685. <circle class="st141" cx="74.2" cy="59.1" r="7"/>
  2686. <linearGradient id="SVGID_143_" gradientUnits="userSpaceOnUse" x1="67.18" y1="87.15" x2="81.26" y2="87.15" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2687. <stop offset="0" style="stop-color:#B7B7B7"/>
  2688. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2689. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2690. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2691. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2692. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2693. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2694. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2695. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2696. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2697. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2698. <stop offset="0.95" style="stop-color:#888888"/>
  2699. <stop offset="1" style="stop-color:#666666"/>
  2700. </linearGradient>
  2701. <circle class="st142" cx="74.2" cy="58.7" r="7"/>
  2702. <linearGradient id="SVGID_144_" gradientUnits="userSpaceOnUse" x1="67.18" y1="87.56" x2="81.26" y2="87.56" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2703. <stop offset="0" style="stop-color:#B7B7B7"/>
  2704. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2705. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2706. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2707. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2708. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2709. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2710. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2711. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2712. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2713. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2714. <stop offset="0.95" style="stop-color:#888888"/>
  2715. <stop offset="1" style="stop-color:#666666"/>
  2716. </linearGradient>
  2717. <circle class="st143" cx="74.2" cy="58.3" r="7"/>
  2718. <linearGradient id="SVGID_145_" gradientUnits="userSpaceOnUse" x1="67.18" y1="87.97" x2="81.26" y2="87.97" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2719. <stop offset="0" style="stop-color:#B7B7B7"/>
  2720. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2721. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2722. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2723. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2724. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2725. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2726. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2727. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2728. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2729. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2730. <stop offset="0.95" style="stop-color:#888888"/>
  2731. <stop offset="1" style="stop-color:#666666"/>
  2732. </linearGradient>
  2733. <circle class="st144" cx="74.2" cy="57.9" r="7"/>
  2734. <linearGradient id="SVGID_146_" gradientUnits="userSpaceOnUse" x1="67.18" y1="88.38" x2="81.26" y2="88.38" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2735. <stop offset="0" style="stop-color:#B7B7B7"/>
  2736. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2737. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2738. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2739. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2740. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2741. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2742. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2743. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2744. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2745. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2746. <stop offset="0.95" style="stop-color:#888888"/>
  2747. <stop offset="1" style="stop-color:#666666"/>
  2748. </linearGradient>
  2749. <circle class="st145" cx="74.2" cy="57.5" r="7"/>
  2750. <linearGradient id="SVGID_147_" gradientUnits="userSpaceOnUse" x1="67.18" y1="88.79" x2="81.26" y2="88.79" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2751. <stop offset="0" style="stop-color:#B7B7B7"/>
  2752. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2753. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2754. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2755. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2756. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2757. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2758. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2759. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2760. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2761. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2762. <stop offset="0.95" style="stop-color:#888888"/>
  2763. <stop offset="1" style="stop-color:#666666"/>
  2764. </linearGradient>
  2765. <circle class="st146" cx="74.2" cy="57.1" r="7"/>
  2766. <linearGradient id="SVGID_148_" gradientUnits="userSpaceOnUse" x1="67.17" y1="89.2" x2="81.25" y2="89.2" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2767. <stop offset="0" style="stop-color:#B7B7B7"/>
  2768. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2769. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2770. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2771. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2772. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2773. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2774. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2775. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2776. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2777. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2778. <stop offset="0.95" style="stop-color:#888888"/>
  2779. <stop offset="1" style="stop-color:#666666"/>
  2780. </linearGradient>
  2781. <circle class="st147" cx="74.2" cy="56.7" r="7"/>
  2782. <linearGradient id="SVGID_149_" gradientUnits="userSpaceOnUse" x1="67.17" y1="89.61" x2="81.25" y2="89.61" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2783. <stop offset="0" style="stop-color:#B7B7B7"/>
  2784. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2785. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2786. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2787. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2788. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2789. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2790. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2791. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2792. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2793. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2794. <stop offset="0.95" style="stop-color:#888888"/>
  2795. <stop offset="1" style="stop-color:#666666"/>
  2796. </linearGradient>
  2797. <circle class="st148" cx="74.2" cy="56.3" r="7"/>
  2798. <linearGradient id="SVGID_150_" gradientUnits="userSpaceOnUse" x1="67.17" y1="90.02" x2="81.25" y2="90.02" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2799. <stop offset="0" style="stop-color:#B7B7B7"/>
  2800. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2801. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2802. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2803. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2804. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2805. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2806. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2807. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2808. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2809. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2810. <stop offset="0.95" style="stop-color:#888888"/>
  2811. <stop offset="1" style="stop-color:#666666"/>
  2812. </linearGradient>
  2813. <circle class="st149" cx="74.2" cy="55.9" r="7"/>
  2814. <linearGradient id="SVGID_151_" gradientUnits="userSpaceOnUse" x1="67.17" y1="90.43" x2="81.25" y2="90.43" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2815. <stop offset="0" style="stop-color:#B7B7B7"/>
  2816. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2817. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2818. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2819. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2820. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2821. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2822. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2823. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2824. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2825. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2826. <stop offset="0.95" style="stop-color:#888888"/>
  2827. <stop offset="1" style="stop-color:#666666"/>
  2828. </linearGradient>
  2829. <circle class="st150" cx="74.2" cy="55.5" r="7"/>
  2830. <linearGradient id="SVGID_152_" gradientUnits="userSpaceOnUse" x1="67.17" y1="90.84" x2="81.25" y2="90.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2831. <stop offset="0" style="stop-color:#B7B7B7"/>
  2832. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2833. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2834. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2835. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2836. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2837. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2838. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2839. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2840. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2841. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2842. <stop offset="0.95" style="stop-color:#888888"/>
  2843. <stop offset="1" style="stop-color:#666666"/>
  2844. </linearGradient>
  2845. <circle class="st151" cx="74.2" cy="55" r="7"/>
  2846. <linearGradient id="SVGID_153_" gradientUnits="userSpaceOnUse" x1="67.17" y1="91.25" x2="81.25" y2="91.25" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2847. <stop offset="0" style="stop-color:#B7B7B7"/>
  2848. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2849. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2850. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2851. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2852. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2853. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2854. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2855. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2856. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2857. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2858. <stop offset="0.95" style="stop-color:#888888"/>
  2859. <stop offset="1" style="stop-color:#666666"/>
  2860. </linearGradient>
  2861. <circle class="st152" cx="74.2" cy="54.6" r="7"/>
  2862. <linearGradient id="SVGID_154_" gradientUnits="userSpaceOnUse" x1="67.16" y1="91.66" x2="81.24" y2="91.66" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2863. <stop offset="0" style="stop-color:#B7B7B7"/>
  2864. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2865. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2866. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2867. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2868. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2869. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2870. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2871. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2872. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2873. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2874. <stop offset="0.95" style="stop-color:#888888"/>
  2875. <stop offset="1" style="stop-color:#666666"/>
  2876. </linearGradient>
  2877. <circle class="st153" cx="74.2" cy="54.2" r="7"/>
  2878. <linearGradient id="SVGID_155_" gradientUnits="userSpaceOnUse" x1="67.16" y1="92.08" x2="81.24" y2="92.08" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2879. <stop offset="0" style="stop-color:#B7B7B7"/>
  2880. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2881. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2882. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2883. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2884. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2885. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2886. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2887. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2888. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2889. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2890. <stop offset="0.95" style="stop-color:#888888"/>
  2891. <stop offset="1" style="stop-color:#666666"/>
  2892. </linearGradient>
  2893. <circle class="st154" cx="74.2" cy="53.8" r="7"/>
  2894. <linearGradient id="SVGID_156_" gradientUnits="userSpaceOnUse" x1="67.16" y1="92.49" x2="81.24" y2="92.49" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2895. <stop offset="0" style="stop-color:#B7B7B7"/>
  2896. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2897. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2898. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2899. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2900. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2901. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2902. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2903. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2904. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2905. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2906. <stop offset="0.95" style="stop-color:#888888"/>
  2907. <stop offset="1" style="stop-color:#666666"/>
  2908. </linearGradient>
  2909. <circle class="st155" cx="74.2" cy="53.4" r="7"/>
  2910. <linearGradient id="SVGID_157_" gradientUnits="userSpaceOnUse" x1="67.16" y1="92.9" x2="81.24" y2="92.9" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2911. <stop offset="0" style="stop-color:#B7B7B7"/>
  2912. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2913. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2914. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2915. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2916. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2917. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2918. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2919. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2920. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2921. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2922. <stop offset="0.95" style="stop-color:#888888"/>
  2923. <stop offset="1" style="stop-color:#666666"/>
  2924. </linearGradient>
  2925. <circle class="st156" cx="74.2" cy="53" r="7"/>
  2926. <linearGradient id="SVGID_158_" gradientUnits="userSpaceOnUse" x1="67.16" y1="93.31" x2="81.24" y2="93.31" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2927. <stop offset="0" style="stop-color:#B7B7B7"/>
  2928. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2929. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2930. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2931. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2932. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2933. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2934. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2935. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2936. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2937. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2938. <stop offset="0.95" style="stop-color:#888888"/>
  2939. <stop offset="1" style="stop-color:#666666"/>
  2940. </linearGradient>
  2941. <circle class="st157" cx="74.2" cy="52.6" r="7"/>
  2942. <linearGradient id="SVGID_159_" gradientUnits="userSpaceOnUse" x1="67.16" y1="93.72" x2="81.24" y2="93.72" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2943. <stop offset="0" style="stop-color:#B7B7B7"/>
  2944. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2945. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2946. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2947. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2948. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2949. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2950. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2951. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2952. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2953. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2954. <stop offset="0.95" style="stop-color:#888888"/>
  2955. <stop offset="1" style="stop-color:#666666"/>
  2956. </linearGradient>
  2957. <circle class="st158" cx="74.2" cy="52.2" r="7"/>
  2958. <linearGradient id="SVGID_160_" gradientUnits="userSpaceOnUse" x1="67.15" y1="94.13" x2="81.23" y2="94.13" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2959. <stop offset="0" style="stop-color:#B7B7B7"/>
  2960. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2961. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2962. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2963. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2964. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2965. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2966. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2967. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2968. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2969. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2970. <stop offset="0.95" style="stop-color:#888888"/>
  2971. <stop offset="1" style="stop-color:#666666"/>
  2972. </linearGradient>
  2973. <circle class="st159" cx="74.2" cy="51.8" r="7"/>
  2974. <linearGradient id="SVGID_161_" gradientUnits="userSpaceOnUse" x1="67.15" y1="94.54" x2="81.23" y2="94.54" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2975. <stop offset="0" style="stop-color:#B7B7B7"/>
  2976. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2977. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2978. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2979. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2980. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2981. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2982. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2983. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  2984. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  2985. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  2986. <stop offset="0.95" style="stop-color:#888888"/>
  2987. <stop offset="1" style="stop-color:#666666"/>
  2988. </linearGradient>
  2989. <circle class="st160" cx="74.2" cy="51.3" r="7"/>
  2990. <linearGradient id="SVGID_162_" gradientUnits="userSpaceOnUse" x1="67.15" y1="94.95" x2="81.23" y2="94.95" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  2991. <stop offset="0" style="stop-color:#B7B7B7"/>
  2992. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  2993. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  2994. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  2995. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  2996. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  2997. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  2998. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  2999. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3000. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3001. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3002. <stop offset="0.95" style="stop-color:#888888"/>
  3003. <stop offset="1" style="stop-color:#666666"/>
  3004. </linearGradient>
  3005. <circle class="st161" cx="74.2" cy="50.9" r="7"/>
  3006. <linearGradient id="SVGID_163_" gradientUnits="userSpaceOnUse" x1="67.15" y1="95.36" x2="81.23" y2="95.36" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3007. <stop offset="0" style="stop-color:#B7B7B7"/>
  3008. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3009. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3010. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3011. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3012. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3013. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3014. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3015. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3016. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3017. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3018. <stop offset="0.95" style="stop-color:#888888"/>
  3019. <stop offset="1" style="stop-color:#666666"/>
  3020. </linearGradient>
  3021. <circle class="st162" cx="74.2" cy="50.5" r="7"/>
  3022. <linearGradient id="SVGID_164_" gradientUnits="userSpaceOnUse" x1="67.15" y1="95.77" x2="81.23" y2="95.77" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3023. <stop offset="0" style="stop-color:#B7B7B7"/>
  3024. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3025. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3026. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3027. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3028. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3029. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3030. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3031. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3032. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3033. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3034. <stop offset="0.95" style="stop-color:#888888"/>
  3035. <stop offset="1" style="stop-color:#666666"/>
  3036. </linearGradient>
  3037. <circle class="st163" cx="74.2" cy="50.1" r="7"/>
  3038. <linearGradient id="SVGID_165_" gradientUnits="userSpaceOnUse" x1="67.14" y1="96.18" x2="81.22" y2="96.18" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3039. <stop offset="0" style="stop-color:#B7B7B7"/>
  3040. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3041. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3042. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3043. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3044. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3045. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3046. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3047. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3048. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3049. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3050. <stop offset="0.95" style="stop-color:#888888"/>
  3051. <stop offset="1" style="stop-color:#666666"/>
  3052. </linearGradient>
  3053. <circle class="st164" cx="74.2" cy="49.7" r="7"/>
  3054. <linearGradient id="SVGID_166_" gradientUnits="userSpaceOnUse" x1="67.14" y1="96.59" x2="81.22" y2="96.59" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3055. <stop offset="0" style="stop-color:#B7B7B7"/>
  3056. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3057. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3058. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3059. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3060. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3061. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3062. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3063. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3064. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3065. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3066. <stop offset="0.95" style="stop-color:#888888"/>
  3067. <stop offset="1" style="stop-color:#666666"/>
  3068. </linearGradient>
  3069. <circle class="st165" cx="74.2" cy="49.3" r="7"/>
  3070. <linearGradient id="SVGID_167_" gradientUnits="userSpaceOnUse" x1="67.14" y1="97" x2="81.22" y2="97" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3071. <stop offset="0" style="stop-color:#B7B7B7"/>
  3072. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3073. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3074. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3075. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3076. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3077. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3078. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3079. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3080. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3081. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3082. <stop offset="0.95" style="stop-color:#888888"/>
  3083. <stop offset="1" style="stop-color:#666666"/>
  3084. </linearGradient>
  3085. <circle class="st166" cx="74.2" cy="48.9" r="7"/>
  3086. <linearGradient id="SVGID_168_" gradientUnits="userSpaceOnUse" x1="67.14" y1="97.41" x2="81.22" y2="97.41" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3087. <stop offset="0" style="stop-color:#B7B7B7"/>
  3088. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3089. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3090. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3091. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3092. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3093. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3094. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3095. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3096. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3097. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3098. <stop offset="0.95" style="stop-color:#888888"/>
  3099. <stop offset="1" style="stop-color:#666666"/>
  3100. </linearGradient>
  3101. <circle class="st167" cx="74.2" cy="48.5" r="7"/>
  3102. <linearGradient id="SVGID_169_" gradientUnits="userSpaceOnUse" x1="67.14" y1="97.83" x2="81.22" y2="97.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3103. <stop offset="0" style="stop-color:#B7B7B7"/>
  3104. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3105. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3106. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3107. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3108. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3109. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3110. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3111. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3112. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3113. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3114. <stop offset="0.95" style="stop-color:#888888"/>
  3115. <stop offset="1" style="stop-color:#666666"/>
  3116. </linearGradient>
  3117. <circle class="st168" cx="74.2" cy="48.1" r="7"/>
  3118. <linearGradient id="SVGID_170_" gradientUnits="userSpaceOnUse" x1="67.14" y1="98.24" x2="81.22" y2="98.24" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3119. <stop offset="0" style="stop-color:#B7B7B7"/>
  3120. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3121. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3122. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3123. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3124. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3125. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3126. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3127. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3128. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3129. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3130. <stop offset="0.95" style="stop-color:#888888"/>
  3131. <stop offset="1" style="stop-color:#666666"/>
  3132. </linearGradient>
  3133. <circle class="st169" cx="74.2" cy="47.6" r="7"/>
  3134. <linearGradient id="SVGID_171_" gradientUnits="userSpaceOnUse" x1="67.13" y1="98.65" x2="81.21" y2="98.65" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3135. <stop offset="0" style="stop-color:#B7B7B7"/>
  3136. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3137. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3138. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3139. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3140. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3141. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3142. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3143. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3144. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3145. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3146. <stop offset="0.95" style="stop-color:#888888"/>
  3147. <stop offset="1" style="stop-color:#666666"/>
  3148. </linearGradient>
  3149. <circle class="st170" cx="74.2" cy="47.2" r="7"/>
  3150. <linearGradient id="SVGID_172_" gradientUnits="userSpaceOnUse" x1="67.13" y1="99.06" x2="81.21" y2="99.06" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3151. <stop offset="0" style="stop-color:#B7B7B7"/>
  3152. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3153. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3154. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3155. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3156. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3157. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3158. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3159. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3160. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3161. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3162. <stop offset="0.95" style="stop-color:#888888"/>
  3163. <stop offset="1" style="stop-color:#666666"/>
  3164. </linearGradient>
  3165. <circle class="st171" cx="74.2" cy="46.8" r="7"/>
  3166. <linearGradient id="SVGID_173_" gradientUnits="userSpaceOnUse" x1="67.13" y1="99.47" x2="81.21" y2="99.47" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3167. <stop offset="0" style="stop-color:#B7B7B7"/>
  3168. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3169. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3170. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3171. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3172. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3173. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3174. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3175. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3176. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3177. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3178. <stop offset="0.95" style="stop-color:#888888"/>
  3179. <stop offset="1" style="stop-color:#666666"/>
  3180. </linearGradient>
  3181. <circle class="st172" cx="74.2" cy="46.4" r="7"/>
  3182. <linearGradient id="SVGID_174_" gradientUnits="userSpaceOnUse" x1="67.13" y1="99.88" x2="81.21" y2="99.88" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3183. <stop offset="0" style="stop-color:#B7B7B7"/>
  3184. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3185. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3186. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3187. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3188. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3189. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3190. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3191. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3192. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3193. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3194. <stop offset="0.95" style="stop-color:#888888"/>
  3195. <stop offset="1" style="stop-color:#666666"/>
  3196. </linearGradient>
  3197. <circle class="st173" cx="74.2" cy="46" r="7"/>
  3198. <linearGradient id="SVGID_175_" gradientUnits="userSpaceOnUse" x1="67.13" y1="100.29" x2="81.21" y2="100.29" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3199. <stop offset="0" style="stop-color:#B7B7B7"/>
  3200. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3201. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3202. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3203. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3204. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3205. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3206. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3207. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3208. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3209. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3210. <stop offset="0.95" style="stop-color:#888888"/>
  3211. <stop offset="1" style="stop-color:#666666"/>
  3212. </linearGradient>
  3213. <circle class="st174" cx="74.2" cy="45.6" r="7"/>
  3214. <linearGradient id="SVGID_176_" gradientUnits="userSpaceOnUse" x1="67.13" y1="100.7" x2="81.21" y2="100.7" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3215. <stop offset="0" style="stop-color:#B7B7B7"/>
  3216. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3217. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3218. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3219. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3220. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3221. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3222. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3223. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3224. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3225. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3226. <stop offset="0.95" style="stop-color:#888888"/>
  3227. <stop offset="1" style="stop-color:#666666"/>
  3228. </linearGradient>
  3229. <circle class="st175" cx="74.2" cy="45.2" r="7"/>
  3230. <linearGradient id="SVGID_177_" gradientUnits="userSpaceOnUse" x1="67.13" y1="101.11" x2="81.19" y2="101.11" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3231. <stop offset="0" style="stop-color:#B7B7B7"/>
  3232. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3233. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3234. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3235. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3236. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3237. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3238. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3239. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3240. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3241. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3242. <stop offset="0.95" style="stop-color:#888888"/>
  3243. <stop offset="1" style="stop-color:#666666"/>
  3244. </linearGradient>
  3245. <circle class="st176" cx="74.2" cy="44.8" r="7"/>
  3246. <linearGradient id="SVGID_178_" gradientUnits="userSpaceOnUse" x1="67.13" y1="101.52" x2="81.19" y2="101.52" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3247. <stop offset="0" style="stop-color:#B7B7B7"/>
  3248. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3249. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3250. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3251. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3252. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3253. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3254. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3255. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3256. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3257. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3258. <stop offset="0.95" style="stop-color:#888888"/>
  3259. <stop offset="1" style="stop-color:#666666"/>
  3260. </linearGradient>
  3261. <circle class="st177" cx="74.2" cy="44.4" r="7"/>
  3262. <linearGradient id="SVGID_179_" gradientUnits="userSpaceOnUse" x1="67.13" y1="101.93" x2="81.19" y2="101.93" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3263. <stop offset="0" style="stop-color:#B7B7B7"/>
  3264. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3265. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3266. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3267. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3268. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3269. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3270. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3271. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3272. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3273. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3274. <stop offset="0.95" style="stop-color:#888888"/>
  3275. <stop offset="1" style="stop-color:#666666"/>
  3276. </linearGradient>
  3277. <circle class="st178" cx="74.2" cy="44" r="7"/>
  3278. <linearGradient id="SVGID_180_" gradientUnits="userSpaceOnUse" x1="67.13" y1="102.34" x2="81.19" y2="102.34" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3279. <stop offset="0" style="stop-color:#B7B7B7"/>
  3280. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3281. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3282. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3283. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3284. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3285. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3286. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3287. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3288. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3289. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3290. <stop offset="0.95" style="stop-color:#888888"/>
  3291. <stop offset="1" style="stop-color:#666666"/>
  3292. </linearGradient>
  3293. <circle class="st179" cx="74.2" cy="43.5" r="7"/>
  3294. <linearGradient id="SVGID_181_" gradientUnits="userSpaceOnUse" x1="67.13" y1="102.75" x2="81.19" y2="102.75" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3295. <stop offset="0" style="stop-color:#B7B7B7"/>
  3296. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3297. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3298. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3299. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3300. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3301. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3302. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3303. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3304. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3305. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3306. <stop offset="0.95" style="stop-color:#888888"/>
  3307. <stop offset="1" style="stop-color:#666666"/>
  3308. </linearGradient>
  3309. <circle class="st180" cx="74.2" cy="43.1" r="7"/>
  3310. <linearGradient id="SVGID_182_" gradientUnits="userSpaceOnUse" x1="67.12" y1="103.16" x2="81.18" y2="103.16" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3311. <stop offset="0" style="stop-color:#B7B7B7"/>
  3312. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3313. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3314. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3315. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3316. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3317. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3318. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3319. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3320. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3321. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3322. <stop offset="0.95" style="stop-color:#888888"/>
  3323. <stop offset="1" style="stop-color:#666666"/>
  3324. </linearGradient>
  3325. <circle class="st181" cx="74.2" cy="42.7" r="7"/>
  3326. <linearGradient id="SVGID_183_" gradientUnits="userSpaceOnUse" x1="67.12" y1="103.58" x2="81.18" y2="103.58" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3327. <stop offset="0" style="stop-color:#B7B7B7"/>
  3328. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3329. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3330. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3331. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3332. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3333. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3334. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3335. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3336. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3337. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3338. <stop offset="0.95" style="stop-color:#888888"/>
  3339. <stop offset="1" style="stop-color:#666666"/>
  3340. </linearGradient>
  3341. <circle class="st182" cx="74.2" cy="42.3" r="7"/>
  3342. <linearGradient id="SVGID_184_" gradientUnits="userSpaceOnUse" x1="67.12" y1="103.99" x2="81.18" y2="103.99" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3343. <stop offset="0" style="stop-color:#B7B7B7"/>
  3344. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3345. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3346. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3347. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3348. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3349. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3350. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3351. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3352. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3353. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3354. <stop offset="0.95" style="stop-color:#888888"/>
  3355. <stop offset="1" style="stop-color:#666666"/>
  3356. </linearGradient>
  3357. <circle class="st183" cx="74.2" cy="41.9" r="7"/>
  3358. <linearGradient id="SVGID_185_" gradientUnits="userSpaceOnUse" x1="67.12" y1="104.4" x2="81.18" y2="104.4" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3359. <stop offset="0" style="stop-color:#B7B7B7"/>
  3360. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3361. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3362. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3363. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3364. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3365. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3366. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3367. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3368. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3369. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3370. <stop offset="0.95" style="stop-color:#888888"/>
  3371. <stop offset="1" style="stop-color:#666666"/>
  3372. </linearGradient>
  3373. <circle class="st184" cx="74.2" cy="41.5" r="7"/>
  3374. <linearGradient id="SVGID_186_" gradientUnits="userSpaceOnUse" x1="67.12" y1="104.81" x2="81.18" y2="104.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3375. <stop offset="0" style="stop-color:#B7B7B7"/>
  3376. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3377. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3378. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3379. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3380. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3381. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3382. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3383. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3384. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3385. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3386. <stop offset="0.95" style="stop-color:#888888"/>
  3387. <stop offset="1" style="stop-color:#666666"/>
  3388. </linearGradient>
  3389. <circle class="st185" cx="74.2" cy="41.1" r="7"/>
  3390. <linearGradient id="SVGID_187_" gradientUnits="userSpaceOnUse" x1="67.12" y1="105.22" x2="81.18" y2="105.22" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3391. <stop offset="0" style="stop-color:#B7B7B7"/>
  3392. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3393. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3394. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3395. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3396. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3397. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3398. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3399. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3400. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3401. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3402. <stop offset="0.95" style="stop-color:#888888"/>
  3403. <stop offset="1" style="stop-color:#666666"/>
  3404. </linearGradient>
  3405. <circle class="st186" cx="74.2" cy="40.7" r="7"/>
  3406. <linearGradient id="SVGID_188_" gradientUnits="userSpaceOnUse" x1="67.11" y1="105.63" x2="81.17" y2="105.63" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3407. <stop offset="0" style="stop-color:#B7B7B7"/>
  3408. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3409. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3410. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3411. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3412. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3413. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3414. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3415. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3416. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3417. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3418. <stop offset="0.95" style="stop-color:#888888"/>
  3419. <stop offset="1" style="stop-color:#666666"/>
  3420. </linearGradient>
  3421. <circle class="st187" cx="74.1" cy="40.3" r="7"/>
  3422. <linearGradient id="SVGID_189_" gradientUnits="userSpaceOnUse" x1="67.11" y1="106.04" x2="81.17" y2="106.04" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3423. <stop offset="0" style="stop-color:#B7B7B7"/>
  3424. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3425. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3426. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3427. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3428. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3429. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3430. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3431. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3432. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3433. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3434. <stop offset="0.95" style="stop-color:#888888"/>
  3435. <stop offset="1" style="stop-color:#666666"/>
  3436. </linearGradient>
  3437. <circle class="st188" cx="74.1" cy="39.8" r="7"/>
  3438. <linearGradient id="SVGID_190_" gradientUnits="userSpaceOnUse" x1="67.11" y1="106.45" x2="81.17" y2="106.45" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3439. <stop offset="0" style="stop-color:#B7B7B7"/>
  3440. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3441. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3442. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3443. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3444. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3445. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3446. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3447. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3448. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3449. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3450. <stop offset="0.95" style="stop-color:#888888"/>
  3451. <stop offset="1" style="stop-color:#666666"/>
  3452. </linearGradient>
  3453. <circle class="st189" cx="74.1" cy="39.4" r="7"/>
  3454. <linearGradient id="SVGID_191_" gradientUnits="userSpaceOnUse" x1="67.11" y1="106.86" x2="81.17" y2="106.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3455. <stop offset="0" style="stop-color:#B7B7B7"/>
  3456. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3457. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3458. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3459. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3460. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3461. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3462. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3463. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3464. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3465. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3466. <stop offset="0.95" style="stop-color:#888888"/>
  3467. <stop offset="1" style="stop-color:#666666"/>
  3468. </linearGradient>
  3469. <circle class="st190" cx="74.1" cy="39" r="7"/>
  3470. <linearGradient id="SVGID_192_" gradientUnits="userSpaceOnUse" x1="67.11" y1="107.27" x2="81.17" y2="107.27" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3471. <stop offset="0" style="stop-color:#B7B7B7"/>
  3472. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3473. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3474. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3475. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3476. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3477. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3478. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3479. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3480. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3481. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3482. <stop offset="0.95" style="stop-color:#888888"/>
  3483. <stop offset="1" style="stop-color:#666666"/>
  3484. </linearGradient>
  3485. <circle class="st191" cx="74.1" cy="38.6" r="7"/>
  3486. <linearGradient id="SVGID_193_" gradientUnits="userSpaceOnUse" x1="67.11" y1="107.68" x2="81.17" y2="107.68" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3487. <stop offset="0" style="stop-color:#B7B7B7"/>
  3488. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3489. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3490. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3491. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3492. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3493. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3494. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3495. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3496. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3497. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3498. <stop offset="0.95" style="stop-color:#888888"/>
  3499. <stop offset="1" style="stop-color:#666666"/>
  3500. </linearGradient>
  3501. <circle class="st192" cx="74.1" cy="38.2" r="7"/>
  3502. <linearGradient id="SVGID_194_" gradientUnits="userSpaceOnUse" x1="67.1" y1="108.09" x2="81.16" y2="108.09" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3503. <stop offset="0" style="stop-color:#B7B7B7"/>
  3504. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3505. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3506. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3507. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3508. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3509. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3510. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3511. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3512. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3513. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3514. <stop offset="0.95" style="stop-color:#888888"/>
  3515. <stop offset="1" style="stop-color:#666666"/>
  3516. </linearGradient>
  3517. <circle class="st193" cx="74.1" cy="37.8" r="7"/>
  3518. <linearGradient id="SVGID_195_" gradientUnits="userSpaceOnUse" x1="67.1" y1="108.5" x2="81.16" y2="108.5" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3519. <stop offset="0" style="stop-color:#B7B7B7"/>
  3520. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3521. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3522. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3523. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3524. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3525. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3526. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3527. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3528. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3529. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3530. <stop offset="0.95" style="stop-color:#888888"/>
  3531. <stop offset="1" style="stop-color:#666666"/>
  3532. </linearGradient>
  3533. <circle class="st194" cx="74.1" cy="37.4" r="7"/>
  3534. <linearGradient id="SVGID_196_" gradientUnits="userSpaceOnUse" x1="67.1" y1="108.91" x2="81.16" y2="108.91" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3535. <stop offset="0" style="stop-color:#B7B7B7"/>
  3536. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3537. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3538. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3539. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3540. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3541. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3542. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3543. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3544. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3545. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3546. <stop offset="0.95" style="stop-color:#888888"/>
  3547. <stop offset="1" style="stop-color:#666666"/>
  3548. </linearGradient>
  3549. <circle class="st195" cx="74.1" cy="37" r="7"/>
  3550. <linearGradient id="SVGID_197_" gradientUnits="userSpaceOnUse" x1="67.1" y1="109.33" x2="81.16" y2="109.33" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3551. <stop offset="0" style="stop-color:#B7B7B7"/>
  3552. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3553. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3554. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3555. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3556. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3557. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3558. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3559. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3560. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3561. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3562. <stop offset="0.95" style="stop-color:#888888"/>
  3563. <stop offset="1" style="stop-color:#666666"/>
  3564. </linearGradient>
  3565. <circle class="st196" cx="74.1" cy="36.6" r="7"/>
  3566. <linearGradient id="SVGID_198_" gradientUnits="userSpaceOnUse" x1="67.1" y1="109.74" x2="81.16" y2="109.74" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3567. <stop offset="0" style="stop-color:#B7B7B7"/>
  3568. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3569. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3570. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3571. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3572. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3573. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3574. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3575. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3576. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3577. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3578. <stop offset="0.95" style="stop-color:#888888"/>
  3579. <stop offset="1" style="stop-color:#666666"/>
  3580. </linearGradient>
  3581. <circle class="st197" cx="74.1" cy="36.1" r="7"/>
  3582. <linearGradient id="SVGID_199_" gradientUnits="userSpaceOnUse" x1="67.09" y1="110.15" x2="81.15" y2="110.15" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3583. <stop offset="0" style="stop-color:#B7B7B7"/>
  3584. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3585. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3586. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3587. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3588. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3589. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3590. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3591. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3592. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3593. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3594. <stop offset="0.95" style="stop-color:#888888"/>
  3595. <stop offset="1" style="stop-color:#666666"/>
  3596. </linearGradient>
  3597. <circle class="st198" cx="74.1" cy="35.7" r="7"/>
  3598. <linearGradient id="SVGID_200_" gradientUnits="userSpaceOnUse" x1="67.09" y1="110.56" x2="81.15" y2="110.56" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3599. <stop offset="0" style="stop-color:#B7B7B7"/>
  3600. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3601. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3602. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3603. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3604. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3605. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3606. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3607. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3608. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3609. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3610. <stop offset="0.95" style="stop-color:#888888"/>
  3611. <stop offset="1" style="stop-color:#666666"/>
  3612. </linearGradient>
  3613. <circle class="st199" cx="74.1" cy="35.3" r="7"/>
  3614. <linearGradient id="SVGID_201_" gradientUnits="userSpaceOnUse" x1="67.09" y1="110.97" x2="81.15" y2="110.97" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3615. <stop offset="0" style="stop-color:#B7B7B7"/>
  3616. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3617. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3618. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3619. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3620. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3621. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3622. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3623. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3624. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3625. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3626. <stop offset="0.95" style="stop-color:#888888"/>
  3627. <stop offset="1" style="stop-color:#666666"/>
  3628. </linearGradient>
  3629. <circle class="st200" cx="74.1" cy="34.9" r="7"/>
  3630. <linearGradient id="SVGID_202_" gradientUnits="userSpaceOnUse" x1="67.09" y1="111.38" x2="81.15" y2="111.38" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3631. <stop offset="0" style="stop-color:#B7B7B7"/>
  3632. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3633. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3634. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3635. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3636. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3637. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3638. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3639. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3640. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3641. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3642. <stop offset="0.95" style="stop-color:#888888"/>
  3643. <stop offset="1" style="stop-color:#666666"/>
  3644. </linearGradient>
  3645. <circle class="st201" cx="74.1" cy="34.5" r="7"/>
  3646. <linearGradient id="SVGID_203_" gradientUnits="userSpaceOnUse" x1="67.09" y1="111.79" x2="81.15" y2="111.79" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3647. <stop offset="0" style="stop-color:#B7B7B7"/>
  3648. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3649. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3650. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3651. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3652. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3653. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3654. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3655. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3656. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3657. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3658. <stop offset="0.95" style="stop-color:#888888"/>
  3659. <stop offset="1" style="stop-color:#666666"/>
  3660. </linearGradient>
  3661. <circle class="st202" cx="74.1" cy="34.1" r="7"/>
  3662. <linearGradient id="SVGID_204_" gradientUnits="userSpaceOnUse" x1="67.09" y1="112.2" x2="81.15" y2="112.2" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3663. <stop offset="0" style="stop-color:#B7B7B7"/>
  3664. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3665. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3666. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3667. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3668. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3669. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3670. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3671. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3672. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3673. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3674. <stop offset="0.95" style="stop-color:#888888"/>
  3675. <stop offset="1" style="stop-color:#666666"/>
  3676. </linearGradient>
  3677. <circle class="st203" cx="74.1" cy="33.7" r="7"/>
  3678. <linearGradient id="SVGID_205_" gradientUnits="userSpaceOnUse" x1="67.08" y1="112.61" x2="81.14" y2="112.61" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3679. <stop offset="0" style="stop-color:#B7B7B7"/>
  3680. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3681. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3682. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3683. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3684. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3685. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3686. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3687. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3688. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3689. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3690. <stop offset="0.95" style="stop-color:#888888"/>
  3691. <stop offset="1" style="stop-color:#666666"/>
  3692. </linearGradient>
  3693. <circle class="st204" cx="74.1" cy="33.3" r="7"/>
  3694. <linearGradient id="SVGID_206_" gradientUnits="userSpaceOnUse" x1="67.08" y1="113.02" x2="81.14" y2="113.02" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3695. <stop offset="0" style="stop-color:#B7B7B7"/>
  3696. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3697. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3698. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3699. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3700. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3701. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3702. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3703. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3704. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3705. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3706. <stop offset="0.95" style="stop-color:#888888"/>
  3707. <stop offset="1" style="stop-color:#666666"/>
  3708. </linearGradient>
  3709. <circle class="st205" cx="74.1" cy="32.9" r="7"/>
  3710. <linearGradient id="SVGID_207_" gradientUnits="userSpaceOnUse" x1="67.08" y1="113.43" x2="81.14" y2="113.43" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3711. <stop offset="0" style="stop-color:#B7B7B7"/>
  3712. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3713. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3714. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3715. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3716. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3717. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3718. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3719. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3720. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3721. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3722. <stop offset="0.95" style="stop-color:#888888"/>
  3723. <stop offset="1" style="stop-color:#666666"/>
  3724. </linearGradient>
  3725. <circle class="st206" cx="74.1" cy="32.5" r="7"/>
  3726. <linearGradient id="SVGID_208_" gradientUnits="userSpaceOnUse" x1="67.08" y1="113.84" x2="81.14" y2="113.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3727. <stop offset="0" style="stop-color:#B7B7B7"/>
  3728. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3729. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3730. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3731. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3732. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3733. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3734. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3735. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3736. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3737. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3738. <stop offset="0.95" style="stop-color:#888888"/>
  3739. <stop offset="1" style="stop-color:#666666"/>
  3740. </linearGradient>
  3741. <circle class="st207" cx="74.1" cy="32" r="7"/>
  3742. <linearGradient id="SVGID_209_" gradientUnits="userSpaceOnUse" x1="67.08" y1="114.25" x2="81.14" y2="114.25" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3743. <stop offset="0" style="stop-color:#B7B7B7"/>
  3744. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3745. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3746. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3747. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3748. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3749. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3750. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3751. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3752. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3753. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3754. <stop offset="0.95" style="stop-color:#888888"/>
  3755. <stop offset="1" style="stop-color:#666666"/>
  3756. </linearGradient>
  3757. <circle class="st208" cx="74.1" cy="31.6" r="7"/>
  3758. <linearGradient id="SVGID_210_" gradientUnits="userSpaceOnUse" x1="67.08" y1="114.67" x2="81.14" y2="114.67" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3759. <stop offset="0" style="stop-color:#B7B7B7"/>
  3760. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3761. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3762. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3763. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3764. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3765. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3766. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3767. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3768. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3769. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3770. <stop offset="0.95" style="stop-color:#888888"/>
  3771. <stop offset="1" style="stop-color:#666666"/>
  3772. </linearGradient>
  3773. <circle class="st209" cx="74.1" cy="31.2" r="7"/>
  3774. <linearGradient id="SVGID_211_" gradientUnits="userSpaceOnUse" x1="67.07" y1="115.08" x2="81.13" y2="115.08" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3775. <stop offset="0" style="stop-color:#B7B7B7"/>
  3776. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3777. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3778. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3779. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3780. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3781. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3782. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3783. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3784. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3785. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3786. <stop offset="0.95" style="stop-color:#888888"/>
  3787. <stop offset="1" style="stop-color:#666666"/>
  3788. </linearGradient>
  3789. <circle class="st210" cx="74.1" cy="30.8" r="7"/>
  3790. <linearGradient id="SVGID_212_" gradientUnits="userSpaceOnUse" x1="67.07" y1="115.49" x2="81.13" y2="115.49" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3791. <stop offset="0" style="stop-color:#B7B7B7"/>
  3792. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3793. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3794. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3795. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3796. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3797. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3798. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3799. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3800. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3801. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3802. <stop offset="0.95" style="stop-color:#888888"/>
  3803. <stop offset="1" style="stop-color:#666666"/>
  3804. </linearGradient>
  3805. <circle class="st211" cx="74.1" cy="30.4" r="7"/>
  3806. <linearGradient id="SVGID_213_" gradientUnits="userSpaceOnUse" x1="67.07" y1="115.9" x2="81.13" y2="115.9" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3807. <stop offset="0" style="stop-color:#B7B7B7"/>
  3808. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3809. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3810. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3811. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3812. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3813. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3814. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3815. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3816. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3817. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3818. <stop offset="0.95" style="stop-color:#888888"/>
  3819. <stop offset="1" style="stop-color:#666666"/>
  3820. </linearGradient>
  3821. <circle class="st212" cx="74.1" cy="30" r="7"/>
  3822. <linearGradient id="SVGID_214_" gradientUnits="userSpaceOnUse" x1="67.07" y1="116.31" x2="81.13" y2="116.31" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3823. <stop offset="0" style="stop-color:#B7B7B7"/>
  3824. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3825. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3826. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3827. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3828. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3829. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3830. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3831. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3832. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3833. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3834. <stop offset="0.95" style="stop-color:#888888"/>
  3835. <stop offset="1" style="stop-color:#666666"/>
  3836. </linearGradient>
  3837. <circle class="st213" cx="74.1" cy="29.6" r="7"/>
  3838. <linearGradient id="SVGID_215_" gradientUnits="userSpaceOnUse" x1="67.07" y1="116.72" x2="81.13" y2="116.72" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3839. <stop offset="0" style="stop-color:#B7B7B7"/>
  3840. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3841. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3842. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3843. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3844. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3845. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3846. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3847. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3848. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3849. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3850. <stop offset="0.95" style="stop-color:#888888"/>
  3851. <stop offset="1" style="stop-color:#666666"/>
  3852. </linearGradient>
  3853. <circle class="st214" cx="74.1" cy="29.2" r="7"/>
  3854. <linearGradient id="SVGID_216_" gradientUnits="userSpaceOnUse" x1="67.06" y1="117.13" x2="81.12" y2="117.13" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3855. <stop offset="0" style="stop-color:#B7B7B7"/>
  3856. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3857. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3858. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3859. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3860. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3861. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3862. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3863. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3864. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3865. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3866. <stop offset="0.95" style="stop-color:#888888"/>
  3867. <stop offset="1" style="stop-color:#666666"/>
  3868. </linearGradient>
  3869. <circle class="st215" cx="74.1" cy="28.8" r="7"/>
  3870. <linearGradient id="SVGID_217_" gradientUnits="userSpaceOnUse" x1="67.06" y1="117.54" x2="81.12" y2="117.54" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3871. <stop offset="0" style="stop-color:#B7B7B7"/>
  3872. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3873. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3874. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3875. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3876. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3877. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3878. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3879. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3880. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3881. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3882. <stop offset="0.95" style="stop-color:#888888"/>
  3883. <stop offset="1" style="stop-color:#666666"/>
  3884. </linearGradient>
  3885. <circle class="st216" cx="74.1" cy="28.3" r="7"/>
  3886. <linearGradient id="SVGID_218_" gradientUnits="userSpaceOnUse" x1="67.06" y1="117.95" x2="81.12" y2="117.95" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3887. <stop offset="0" style="stop-color:#B7B7B7"/>
  3888. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3889. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3890. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3891. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3892. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3893. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3894. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3895. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3896. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3897. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3898. <stop offset="0.95" style="stop-color:#888888"/>
  3899. <stop offset="1" style="stop-color:#666666"/>
  3900. </linearGradient>
  3901. <circle class="st217" cx="74.1" cy="27.9" r="7"/>
  3902. <linearGradient id="SVGID_219_" gradientUnits="userSpaceOnUse" x1="67.06" y1="118.36" x2="81.12" y2="118.36" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3903. <stop offset="0" style="stop-color:#B7B7B7"/>
  3904. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3905. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3906. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3907. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3908. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3909. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3910. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3911. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3912. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3913. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3914. <stop offset="0.95" style="stop-color:#888888"/>
  3915. <stop offset="1" style="stop-color:#666666"/>
  3916. </linearGradient>
  3917. <circle class="st218" cx="74.1" cy="27.5" r="7"/>
  3918. <linearGradient id="SVGID_220_" gradientUnits="userSpaceOnUse" x1="67.06" y1="118.77" x2="81.12" y2="118.77" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3919. <stop offset="0" style="stop-color:#B7B7B7"/>
  3920. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3921. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3922. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3923. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3924. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3925. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3926. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3927. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3928. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3929. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3930. <stop offset="0.95" style="stop-color:#888888"/>
  3931. <stop offset="1" style="stop-color:#666666"/>
  3932. </linearGradient>
  3933. <circle class="st219" cx="74.1" cy="27.1" r="7"/>
  3934. <linearGradient id="SVGID_221_" gradientUnits="userSpaceOnUse" x1="67.06" y1="119.18" x2="81.12" y2="119.18" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3935. <stop offset="0" style="stop-color:#B7B7B7"/>
  3936. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3937. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3938. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3939. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3940. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3941. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3942. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3943. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3944. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3945. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3946. <stop offset="0.95" style="stop-color:#888888"/>
  3947. <stop offset="1" style="stop-color:#666666"/>
  3948. </linearGradient>
  3949. <circle class="st220" cx="74.1" cy="26.7" r="7"/>
  3950. <linearGradient id="SVGID_222_" gradientUnits="userSpaceOnUse" x1="67.05" y1="119.59" x2="81.11" y2="119.59" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3951. <stop offset="0" style="stop-color:#B7B7B7"/>
  3952. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3953. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3954. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3955. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3956. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3957. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3958. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3959. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3960. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3961. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3962. <stop offset="0.95" style="stop-color:#888888"/>
  3963. <stop offset="1" style="stop-color:#666666"/>
  3964. </linearGradient>
  3965. <circle class="st221" cx="74.1" cy="26.3" r="7"/>
  3966. <linearGradient id="SVGID_223_" gradientUnits="userSpaceOnUse" x1="67.05" y1="120" x2="81.11" y2="120" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3967. <stop offset="0" style="stop-color:#B7B7B7"/>
  3968. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3969. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3970. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3971. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3972. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3973. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3974. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3975. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3976. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3977. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3978. <stop offset="0.95" style="stop-color:#888888"/>
  3979. <stop offset="1" style="stop-color:#666666"/>
  3980. </linearGradient>
  3981. <circle class="st222" cx="74.1" cy="25.9" r="7"/>
  3982. <linearGradient id="SVGID_224_" gradientUnits="userSpaceOnUse" x1="67.05" y1="120.42" x2="81.11" y2="120.42" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3983. <stop offset="0" style="stop-color:#B7B7B7"/>
  3984. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  3985. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  3986. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  3987. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  3988. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  3989. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  3990. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  3991. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  3992. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  3993. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  3994. <stop offset="0.95" style="stop-color:#888888"/>
  3995. <stop offset="1" style="stop-color:#666666"/>
  3996. </linearGradient>
  3997. <circle class="st223" cx="74.1" cy="25.5" r="7"/>
  3998. <linearGradient id="SVGID_225_" gradientUnits="userSpaceOnUse" x1="67.05" y1="120.83" x2="81.11" y2="120.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  3999. <stop offset="0" style="stop-color:#B7B7B7"/>
  4000. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4001. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4002. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4003. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4004. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4005. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4006. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4007. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4008. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4009. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4010. <stop offset="0.95" style="stop-color:#888888"/>
  4011. <stop offset="1" style="stop-color:#666666"/>
  4012. </linearGradient>
  4013. <circle class="st224" cx="74.1" cy="25.1" r="7"/>
  4014. <linearGradient id="SVGID_226_" gradientUnits="userSpaceOnUse" x1="67.05" y1="121.24" x2="81.11" y2="121.24" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4015. <stop offset="0" style="stop-color:#B7B7B7"/>
  4016. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4017. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4018. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4019. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4020. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4021. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4022. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4023. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4024. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4025. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4026. <stop offset="0.95" style="stop-color:#888888"/>
  4027. <stop offset="1" style="stop-color:#666666"/>
  4028. </linearGradient>
  4029. <circle class="st225" cx="74.1" cy="24.6" r="7"/>
  4030. <linearGradient id="SVGID_227_" gradientUnits="userSpaceOnUse" x1="67.04" y1="121.65" x2="81.1" y2="121.65" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4031. <stop offset="0" style="stop-color:#B7B7B7"/>
  4032. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4033. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4034. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4035. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4036. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4037. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4038. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4039. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4040. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4041. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4042. <stop offset="0.95" style="stop-color:#888888"/>
  4043. <stop offset="1" style="stop-color:#666666"/>
  4044. </linearGradient>
  4045. <circle class="st226" cx="74.1" cy="24.2" r="7"/>
  4046. <linearGradient id="SVGID_228_" gradientUnits="userSpaceOnUse" x1="67.04" y1="122.06" x2="81.1" y2="122.06" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4047. <stop offset="0" style="stop-color:#B7B7B7"/>
  4048. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4049. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4050. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4051. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4052. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4053. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4054. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4055. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4056. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4057. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4058. <stop offset="0.95" style="stop-color:#888888"/>
  4059. <stop offset="1" style="stop-color:#666666"/>
  4060. </linearGradient>
  4061. <circle class="st227" cx="74.1" cy="23.8" r="7"/>
  4062. <linearGradient id="SVGID_229_" gradientUnits="userSpaceOnUse" x1="67.04" y1="122.47" x2="81.1" y2="122.47" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4063. <stop offset="0" style="stop-color:#B7B7B7"/>
  4064. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4065. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4066. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4067. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4068. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4069. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4070. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4071. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4072. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4073. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4074. <stop offset="0.95" style="stop-color:#888888"/>
  4075. <stop offset="1" style="stop-color:#666666"/>
  4076. </linearGradient>
  4077. <circle class="st228" cx="74.1" cy="23.4" r="7"/>
  4078. <linearGradient id="SVGID_230_" gradientUnits="userSpaceOnUse" x1="67.04" y1="122.88" x2="81.1" y2="122.88" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4079. <stop offset="0" style="stop-color:#B7B7B7"/>
  4080. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4081. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4082. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4083. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4084. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4085. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4086. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4087. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4088. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4089. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4090. <stop offset="0.95" style="stop-color:#888888"/>
  4091. <stop offset="1" style="stop-color:#666666"/>
  4092. </linearGradient>
  4093. <circle class="st229" cx="74.1" cy="23" r="7"/>
  4094. <linearGradient id="SVGID_231_" gradientUnits="userSpaceOnUse" x1="67.04" y1="123.29" x2="81.1" y2="123.29" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4095. <stop offset="0" style="stop-color:#B7B7B7"/>
  4096. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4097. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4098. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4099. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4100. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4101. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4102. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4103. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4104. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4105. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4106. <stop offset="0.95" style="stop-color:#888888"/>
  4107. <stop offset="1" style="stop-color:#666666"/>
  4108. </linearGradient>
  4109. <circle class="st230" cx="74.1" cy="22.6" r="7"/>
  4110. <linearGradient id="SVGID_232_" gradientUnits="userSpaceOnUse" x1="67.04" y1="123.7" x2="81.1" y2="123.7" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4111. <stop offset="0" style="stop-color:#B7B7B7"/>
  4112. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4113. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4114. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4115. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4116. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4117. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4118. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4119. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4120. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4121. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4122. <stop offset="0.95" style="stop-color:#888888"/>
  4123. <stop offset="1" style="stop-color:#666666"/>
  4124. </linearGradient>
  4125. <circle class="st231" cx="74.1" cy="22.2" r="7"/>
  4126. <linearGradient id="SVGID_233_" gradientUnits="userSpaceOnUse" x1="67.04" y1="124.13" x2="81.1" y2="124.13" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4127. <stop offset="0" style="stop-color:#B7B7B7"/>
  4128. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4129. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4130. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4131. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4132. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4133. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4134. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4135. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4136. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4137. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4138. <stop offset="0.95" style="stop-color:#888888"/>
  4139. <stop offset="1" style="stop-color:#666666"/>
  4140. </linearGradient>
  4141. <circle class="st232" cx="74.1" cy="21.8" r="7"/>
  4142. <linearGradient id="SVGID_234_" gradientUnits="userSpaceOnUse" x1="67.05" y1="124.56" x2="81.11" y2="124.56" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4143. <stop offset="0" style="stop-color:#B7B7B7"/>
  4144. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4145. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4146. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4147. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4148. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4149. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4150. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4151. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4152. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4153. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4154. <stop offset="0.95" style="stop-color:#888888"/>
  4155. <stop offset="1" style="stop-color:#666666"/>
  4156. </linearGradient>
  4157. <circle class="st233" cx="74.1" cy="21.3" r="7"/>
  4158. <linearGradient id="SVGID_235_" gradientUnits="userSpaceOnUse" x1="67.08" y1="124.98" x2="81.12" y2="124.98" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4159. <stop offset="0" style="stop-color:#B7B7B7"/>
  4160. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4161. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4162. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4163. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4164. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4165. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4166. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4167. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4168. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4169. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4170. <stop offset="0.95" style="stop-color:#888888"/>
  4171. <stop offset="1" style="stop-color:#666666"/>
  4172. </linearGradient>
  4173. <circle class="st234" cx="74.1" cy="20.9" r="7"/>
  4174. <linearGradient id="SVGID_236_" gradientUnits="userSpaceOnUse" x1="67.12" y1="125.41" x2="81.16" y2="125.41" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4175. <stop offset="0" style="stop-color:#B7B7B7"/>
  4176. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4177. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4178. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4179. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4180. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4181. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4182. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4183. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4184. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4185. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4186. <stop offset="0.95" style="stop-color:#888888"/>
  4187. <stop offset="1" style="stop-color:#666666"/>
  4188. </linearGradient>
  4189. <circle class="st235" cx="74.1" cy="20.5" r="7"/>
  4190. <linearGradient id="SVGID_237_" gradientUnits="userSpaceOnUse" x1="67.17" y1="125.83" x2="81.21" y2="125.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4191. <stop offset="0" style="stop-color:#B7B7B7"/>
  4192. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4193. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4194. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4195. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4196. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4197. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4198. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4199. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4200. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4201. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4202. <stop offset="0.95" style="stop-color:#888888"/>
  4203. <stop offset="1" style="stop-color:#666666"/>
  4204. </linearGradient>
  4205. <circle class="st236" cx="74.2" cy="20.1" r="7"/>
  4206. <linearGradient id="SVGID_238_" gradientUnits="userSpaceOnUse" x1="67.23" y1="126.24" x2="81.27" y2="126.24" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4207. <stop offset="0" style="stop-color:#B7B7B7"/>
  4208. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4209. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4210. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4211. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4212. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4213. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4214. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4215. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4216. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4217. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4218. <stop offset="0.95" style="stop-color:#888888"/>
  4219. <stop offset="1" style="stop-color:#666666"/>
  4220. </linearGradient>
  4221. <circle class="st237" cx="74.3" cy="19.6" r="7"/>
  4222. <linearGradient id="SVGID_239_" gradientUnits="userSpaceOnUse" x1="67.3" y1="126.66" x2="81.34" y2="126.66" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4223. <stop offset="0" style="stop-color:#B7B7B7"/>
  4224. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4225. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4226. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4227. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4228. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4229. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4230. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4231. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4232. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4233. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4234. <stop offset="0.95" style="stop-color:#888888"/>
  4235. <stop offset="1" style="stop-color:#666666"/>
  4236. </linearGradient>
  4237. <circle class="st238" cx="74.3" cy="19.2" r="7"/>
  4238. <linearGradient id="SVGID_240_" gradientUnits="userSpaceOnUse" x1="67.38" y1="127.06" x2="81.42" y2="127.06" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4239. <stop offset="0" style="stop-color:#B7B7B7"/>
  4240. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4241. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4242. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4243. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4244. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4245. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4246. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4247. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4248. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4249. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4250. <stop offset="0.95" style="stop-color:#888888"/>
  4251. <stop offset="1" style="stop-color:#666666"/>
  4252. </linearGradient>
  4253. <circle class="st239" cx="74.4" cy="18.8" r="7"/>
  4254. <linearGradient id="SVGID_241_" gradientUnits="userSpaceOnUse" x1="67.47" y1="127.47" x2="81.51" y2="127.47" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4255. <stop offset="0" style="stop-color:#B7B7B7"/>
  4256. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4257. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4258. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4259. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4260. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4261. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4262. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4263. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4264. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4265. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4266. <stop offset="0.95" style="stop-color:#888888"/>
  4267. <stop offset="1" style="stop-color:#666666"/>
  4268. </linearGradient>
  4269. <circle class="st240" cx="74.5" cy="18.4" r="7"/>
  4270. <linearGradient id="SVGID_242_" gradientUnits="userSpaceOnUse" x1="67.57" y1="127.87" x2="81.61" y2="127.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4271. <stop offset="0" style="stop-color:#B7B7B7"/>
  4272. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4273. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4274. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4275. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4276. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4277. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4278. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4279. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4280. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4281. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4282. <stop offset="0.95" style="stop-color:#888888"/>
  4283. <stop offset="1" style="stop-color:#666666"/>
  4284. </linearGradient>
  4285. <circle class="st241" cx="74.6" cy="18" r="7"/>
  4286. <linearGradient id="SVGID_243_" gradientUnits="userSpaceOnUse" x1="67.69" y1="128.27" x2="81.73" y2="128.27" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4287. <stop offset="0" style="stop-color:#B7B7B7"/>
  4288. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4289. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4290. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4291. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4292. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4293. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4294. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4295. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4296. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4297. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4298. <stop offset="0.95" style="stop-color:#888888"/>
  4299. <stop offset="1" style="stop-color:#666666"/>
  4300. </linearGradient>
  4301. <circle class="st242" cx="74.7" cy="17.6" r="7"/>
  4302. <linearGradient id="SVGID_244_" gradientUnits="userSpaceOnUse" x1="67.81" y1="128.66" x2="81.85" y2="128.66" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4303. <stop offset="0" style="stop-color:#B7B7B7"/>
  4304. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4305. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4306. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4307. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4308. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4309. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4310. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4311. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4312. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4313. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4314. <stop offset="0.95" style="stop-color:#888888"/>
  4315. <stop offset="1" style="stop-color:#666666"/>
  4316. </linearGradient>
  4317. <circle class="st243" cx="74.8" cy="17.2" r="7"/>
  4318. <linearGradient id="SVGID_245_" gradientUnits="userSpaceOnUse" x1="67.95" y1="129.04" x2="81.99" y2="129.04" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4319. <stop offset="0" style="stop-color:#B7B7B7"/>
  4320. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4321. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4322. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4323. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4324. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4325. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4326. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4327. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4328. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4329. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4330. <stop offset="0.95" style="stop-color:#888888"/>
  4331. <stop offset="1" style="stop-color:#666666"/>
  4332. </linearGradient>
  4333. <circle class="st244" cx="75" cy="16.8" r="7"/>
  4334. <linearGradient id="SVGID_246_" gradientUnits="userSpaceOnUse" x1="68.09" y1="129.43" x2="82.13" y2="129.43" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4335. <stop offset="0" style="stop-color:#B7B7B7"/>
  4336. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4337. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4338. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4339. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4340. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4341. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4342. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4343. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4344. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4345. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4346. <stop offset="0.95" style="stop-color:#888888"/>
  4347. <stop offset="1" style="stop-color:#666666"/>
  4348. </linearGradient>
  4349. <circle class="st245" cx="75.1" cy="16.5" r="7"/>
  4350. <linearGradient id="SVGID_247_" gradientUnits="userSpaceOnUse" x1="68.25" y1="129.8" x2="82.29" y2="129.8" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4351. <stop offset="0" style="stop-color:#B7B7B7"/>
  4352. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4353. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4354. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4355. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4356. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4357. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4358. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4359. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4360. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4361. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4362. <stop offset="0.95" style="stop-color:#888888"/>
  4363. <stop offset="1" style="stop-color:#666666"/>
  4364. </linearGradient>
  4365. <circle class="st246" cx="75.3" cy="16.1" r="7"/>
  4366. <linearGradient id="SVGID_248_" gradientUnits="userSpaceOnUse" x1="68.41" y1="130.18" x2="82.45" y2="130.18" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4367. <stop offset="0" style="stop-color:#B7B7B7"/>
  4368. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4369. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4370. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4371. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4372. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4373. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4374. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4375. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4376. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4377. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4378. <stop offset="0.95" style="stop-color:#888888"/>
  4379. <stop offset="1" style="stop-color:#666666"/>
  4380. </linearGradient>
  4381. <circle class="st247" cx="75.4" cy="15.7" r="7"/>
  4382. <linearGradient id="SVGID_249_" gradientUnits="userSpaceOnUse" x1="68.59" y1="130.54" x2="82.63" y2="130.54" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4383. <stop offset="0" style="stop-color:#B7B7B7"/>
  4384. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4385. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4386. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4387. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4388. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4389. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4390. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4391. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4392. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4393. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4394. <stop offset="0.95" style="stop-color:#888888"/>
  4395. <stop offset="1" style="stop-color:#666666"/>
  4396. </linearGradient>
  4397. <circle class="st248" cx="75.6" cy="15.3" r="7"/>
  4398. <linearGradient id="SVGID_250_" gradientUnits="userSpaceOnUse" x1="68.77" y1="130.9" x2="82.81" y2="130.9" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4399. <stop offset="0" style="stop-color:#B7B7B7"/>
  4400. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4401. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4402. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4403. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4404. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4405. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4406. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4407. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4408. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4409. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4410. <stop offset="0.95" style="stop-color:#888888"/>
  4411. <stop offset="1" style="stop-color:#666666"/>
  4412. </linearGradient>
  4413. <circle class="st249" cx="75.8" cy="15" r="7"/>
  4414. <linearGradient id="SVGID_251_" gradientUnits="userSpaceOnUse" x1="68.97" y1="131.26" x2="83.01" y2="131.26" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4415. <stop offset="0" style="stop-color:#B7B7B7"/>
  4416. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4417. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4418. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4419. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4420. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4421. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4422. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4423. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4424. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4425. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4426. <stop offset="0.95" style="stop-color:#888888"/>
  4427. <stop offset="1" style="stop-color:#666666"/>
  4428. </linearGradient>
  4429. <circle class="st250" cx="76" cy="14.6" r="7"/>
  4430. <linearGradient id="SVGID_252_" gradientUnits="userSpaceOnUse" x1="69.17" y1="131.61" x2="83.21" y2="131.61" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4431. <stop offset="0" style="stop-color:#B7B7B7"/>
  4432. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4433. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4434. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4435. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4436. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4437. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4438. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4439. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4440. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4441. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4442. <stop offset="0.95" style="stop-color:#888888"/>
  4443. <stop offset="1" style="stop-color:#666666"/>
  4444. </linearGradient>
  4445. <circle class="st251" cx="76.2" cy="14.3" r="7"/>
  4446. <linearGradient id="SVGID_253_" gradientUnits="userSpaceOnUse" x1="69.38" y1="131.95" x2="83.42" y2="131.95" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4447. <stop offset="0" style="stop-color:#B7B7B7"/>
  4448. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4449. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4450. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4451. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4452. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4453. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4454. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4455. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4456. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4457. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4458. <stop offset="0.95" style="stop-color:#888888"/>
  4459. <stop offset="1" style="stop-color:#666666"/>
  4460. </linearGradient>
  4461. <circle class="st252" cx="76.4" cy="13.9" r="7"/>
  4462. <linearGradient id="SVGID_254_" gradientUnits="userSpaceOnUse" x1="69.61" y1="132.29" x2="83.65" y2="132.29" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4463. <stop offset="0" style="stop-color:#B7B7B7"/>
  4464. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4465. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4466. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4467. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4468. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4469. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4470. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4471. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4472. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4473. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4474. <stop offset="0.95" style="stop-color:#888888"/>
  4475. <stop offset="1" style="stop-color:#666666"/>
  4476. </linearGradient>
  4477. <circle class="st253" cx="76.6" cy="13.6" r="7"/>
  4478. <linearGradient id="SVGID_255_" gradientUnits="userSpaceOnUse" x1="69.84" y1="132.62" x2="83.88" y2="132.62" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4479. <stop offset="0" style="stop-color:#B7B7B7"/>
  4480. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4481. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4482. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4483. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4484. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4485. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4486. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4487. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4488. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4489. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4490. <stop offset="0.95" style="stop-color:#888888"/>
  4491. <stop offset="1" style="stop-color:#666666"/>
  4492. </linearGradient>
  4493. <circle class="st254" cx="76.9" cy="13.3" r="7"/>
  4494. <linearGradient id="SVGID_256_" gradientUnits="userSpaceOnUse" x1="70.07" y1="132.94" x2="84.11" y2="132.94" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4495. <stop offset="0" style="stop-color:#B7B7B7"/>
  4496. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4497. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4498. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4499. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4500. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4501. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4502. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4503. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4504. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4505. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4506. <stop offset="0.95" style="stop-color:#888888"/>
  4507. <stop offset="1" style="stop-color:#666666"/>
  4508. </linearGradient>
  4509. <circle class="st255" cx="77.1" cy="12.9" r="7"/>
  4510. <linearGradient id="SVGID_257_" gradientUnits="userSpaceOnUse" x1="70.32" y1="133.26" x2="84.36" y2="133.26" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4511. <stop offset="0" style="stop-color:#B7B7B7"/>
  4512. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4513. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4514. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4515. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4516. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4517. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4518. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4519. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4520. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4521. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4522. <stop offset="0.95" style="stop-color:#888888"/>
  4523. <stop offset="1" style="stop-color:#666666"/>
  4524. </linearGradient>
  4525. <circle class="st256" cx="77.3" cy="12.6" r="7"/>
  4526. <linearGradient id="SVGID_258_" gradientUnits="userSpaceOnUse" x1="70.58" y1="133.57" x2="84.62" y2="133.57" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4527. <stop offset="0" style="stop-color:#B7B7B7"/>
  4528. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4529. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4530. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4531. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4532. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4533. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4534. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4535. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4536. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4537. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4538. <stop offset="0.95" style="stop-color:#888888"/>
  4539. <stop offset="1" style="stop-color:#666666"/>
  4540. </linearGradient>
  4541. <circle class="st257" cx="77.6" cy="12.3" r="7"/>
  4542. <linearGradient id="SVGID_259_" gradientUnits="userSpaceOnUse" x1="70.84" y1="133.87" x2="84.88" y2="133.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4543. <stop offset="0" style="stop-color:#B7B7B7"/>
  4544. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4545. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4546. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4547. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4548. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4549. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4550. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4551. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4552. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4553. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4554. <stop offset="0.95" style="stop-color:#888888"/>
  4555. <stop offset="1" style="stop-color:#666666"/>
  4556. </linearGradient>
  4557. <circle class="st258" cx="77.9" cy="12" r="7"/>
  4558. <linearGradient id="SVGID_260_" gradientUnits="userSpaceOnUse" x1="71.11" y1="134.17" x2="85.15" y2="134.17" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4559. <stop offset="0" style="stop-color:#B7B7B7"/>
  4560. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4561. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4562. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4563. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4564. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4565. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4566. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4567. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4568. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4569. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4570. <stop offset="0.95" style="stop-color:#888888"/>
  4571. <stop offset="1" style="stop-color:#666666"/>
  4572. </linearGradient>
  4573. <circle class="st259" cx="78.1" cy="11.7" r="7"/>
  4574. <linearGradient id="SVGID_261_" gradientUnits="userSpaceOnUse" x1="71.39" y1="134.46" x2="85.43" y2="134.46" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4575. <stop offset="0" style="stop-color:#B7B7B7"/>
  4576. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4577. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4578. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4579. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4580. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4581. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4582. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4583. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4584. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4585. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4586. <stop offset="0.95" style="stop-color:#888888"/>
  4587. <stop offset="1" style="stop-color:#666666"/>
  4588. </linearGradient>
  4589. <circle class="st260" cx="78.4" cy="11.4" r="7"/>
  4590. <linearGradient id="SVGID_262_" gradientUnits="userSpaceOnUse" x1="71.68" y1="134.74" x2="85.72" y2="134.74" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4591. <stop offset="0" style="stop-color:#B7B7B7"/>
  4592. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4593. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4594. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4595. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4596. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4597. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4598. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4599. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4600. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4601. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4602. <stop offset="0.95" style="stop-color:#888888"/>
  4603. <stop offset="1" style="stop-color:#666666"/>
  4604. </linearGradient>
  4605. <circle class="st261" cx="78.7" cy="11.1" r="7"/>
  4606. <linearGradient id="SVGID_263_" gradientUnits="userSpaceOnUse" x1="71.97" y1="135.01" x2="86.01" y2="135.01" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4607. <stop offset="0" style="stop-color:#B7B7B7"/>
  4608. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4609. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4610. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4611. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4612. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4613. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4614. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4615. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4616. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4617. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4618. <stop offset="0.95" style="stop-color:#888888"/>
  4619. <stop offset="1" style="stop-color:#666666"/>
  4620. </linearGradient>
  4621. <circle class="st262" cx="79" cy="10.9" r="7"/>
  4622. <linearGradient id="SVGID_264_" gradientUnits="userSpaceOnUse" x1="72.27" y1="135.27" x2="86.31" y2="135.27" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4623. <stop offset="0" style="stop-color:#B7B7B7"/>
  4624. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4625. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4626. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4627. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4628. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4629. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4630. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4631. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4632. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4633. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4634. <stop offset="0.95" style="stop-color:#888888"/>
  4635. <stop offset="1" style="stop-color:#666666"/>
  4636. </linearGradient>
  4637. <circle class="st263" cx="79.3" cy="10.6" r="7"/>
  4638. <linearGradient id="SVGID_265_" gradientUnits="userSpaceOnUse" x1="72.58" y1="135.53" x2="86.62" y2="135.53" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4639. <stop offset="0" style="stop-color:#B7B7B7"/>
  4640. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4641. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4642. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4643. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4644. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4645. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4646. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4647. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4648. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4649. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4650. <stop offset="0.95" style="stop-color:#888888"/>
  4651. <stop offset="1" style="stop-color:#666666"/>
  4652. </linearGradient>
  4653. <circle class="st264" cx="79.6" cy="10.4" r="7"/>
  4654. <linearGradient id="SVGID_266_" gradientUnits="userSpaceOnUse" x1="72.9" y1="135.78" x2="86.94" y2="135.78" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4655. <stop offset="0" style="stop-color:#B7B7B7"/>
  4656. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4657. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4658. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4659. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4660. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4661. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4662. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4663. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4664. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4665. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4666. <stop offset="0.95" style="stop-color:#888888"/>
  4667. <stop offset="1" style="stop-color:#666666"/>
  4668. </linearGradient>
  4669. <circle class="st265" cx="79.9" cy="10.1" r="7"/>
  4670. <linearGradient id="SVGID_267_" gradientUnits="userSpaceOnUse" x1="73.22" y1="136.02" x2="87.26" y2="136.02" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4671. <stop offset="0" style="stop-color:#B7B7B7"/>
  4672. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4673. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4674. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4675. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4676. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4677. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4678. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4679. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4680. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4681. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4682. <stop offset="0.95" style="stop-color:#888888"/>
  4683. <stop offset="1" style="stop-color:#666666"/>
  4684. </linearGradient>
  4685. <circle class="st266" cx="80.2" cy="9.9" r="7"/>
  4686. <linearGradient id="SVGID_268_" gradientUnits="userSpaceOnUse" x1="73.55" y1="136.25" x2="87.59" y2="136.25" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4687. <stop offset="0" style="stop-color:#B7B7B7"/>
  4688. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4689. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4690. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4691. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4692. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4693. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4694. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4695. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4696. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4697. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4698. <stop offset="0.95" style="stop-color:#888888"/>
  4699. <stop offset="1" style="stop-color:#666666"/>
  4700. </linearGradient>
  4701. <circle class="st267" cx="80.6" cy="9.6" r="7"/>
  4702. <linearGradient id="SVGID_269_" gradientUnits="userSpaceOnUse" x1="73.88" y1="136.48" x2="87.92" y2="136.48" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4703. <stop offset="0" style="stop-color:#B7B7B7"/>
  4704. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4705. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4706. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4707. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4708. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4709. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4710. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4711. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4712. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4713. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4714. <stop offset="0.95" style="stop-color:#888888"/>
  4715. <stop offset="1" style="stop-color:#666666"/>
  4716. </linearGradient>
  4717. <circle class="st268" cx="80.9" cy="9.4" r="7"/>
  4718. <linearGradient id="SVGID_270_" gradientUnits="userSpaceOnUse" x1="74.22" y1="136.69" x2="88.26" y2="136.69" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4719. <stop offset="0" style="stop-color:#B7B7B7"/>
  4720. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4721. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4722. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4723. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4724. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4725. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4726. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4727. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4728. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4729. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4730. <stop offset="0.95" style="stop-color:#888888"/>
  4731. <stop offset="1" style="stop-color:#666666"/>
  4732. </linearGradient>
  4733. <circle class="st269" cx="81.2" cy="9.2" r="7"/>
  4734. <linearGradient id="SVGID_271_" gradientUnits="userSpaceOnUse" x1="74.57" y1="136.9" x2="88.61" y2="136.9" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4735. <stop offset="0" style="stop-color:#B7B7B7"/>
  4736. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4737. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4738. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4739. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4740. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4741. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4742. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4743. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4744. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4745. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4746. <stop offset="0.95" style="stop-color:#888888"/>
  4747. <stop offset="1" style="stop-color:#666666"/>
  4748. </linearGradient>
  4749. <circle class="st270" cx="81.6" cy="9" r="7"/>
  4750. <linearGradient id="SVGID_272_" gradientUnits="userSpaceOnUse" x1="74.92" y1="137.1" x2="88.96" y2="137.1" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4751. <stop offset="0" style="stop-color:#B7B7B7"/>
  4752. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4753. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4754. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4755. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4756. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4757. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4758. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4759. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4760. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4761. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4762. <stop offset="0.95" style="stop-color:#888888"/>
  4763. <stop offset="1" style="stop-color:#666666"/>
  4764. </linearGradient>
  4765. <circle class="st271" cx="81.9" cy="8.8" r="7"/>
  4766. <linearGradient id="SVGID_273_" gradientUnits="userSpaceOnUse" x1="75.28" y1="137.28" x2="89.32" y2="137.28" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4767. <stop offset="0" style="stop-color:#B7B7B7"/>
  4768. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4769. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4770. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4771. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4772. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4773. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4774. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4775. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4776. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4777. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4778. <stop offset="0.95" style="stop-color:#888888"/>
  4779. <stop offset="1" style="stop-color:#666666"/>
  4780. </linearGradient>
  4781. <circle class="st272" cx="82.3" cy="8.6" r="7"/>
  4782. <linearGradient id="SVGID_274_" gradientUnits="userSpaceOnUse" x1="75.65" y1="137.46" x2="89.69" y2="137.46" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4783. <stop offset="0" style="stop-color:#B7B7B7"/>
  4784. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4785. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4786. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4787. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4788. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4789. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4790. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4791. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4792. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4793. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4794. <stop offset="0.95" style="stop-color:#888888"/>
  4795. <stop offset="1" style="stop-color:#666666"/>
  4796. </linearGradient>
  4797. <circle class="st273" cx="82.7" cy="8.4" r="7"/>
  4798. <linearGradient id="SVGID_275_" gradientUnits="userSpaceOnUse" x1="76.02" y1="137.63" x2="90.06" y2="137.63" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4799. <stop offset="0" style="stop-color:#B7B7B7"/>
  4800. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4801. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4802. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4803. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4804. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4805. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4806. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4807. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4808. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4809. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4810. <stop offset="0.95" style="stop-color:#888888"/>
  4811. <stop offset="1" style="stop-color:#666666"/>
  4812. </linearGradient>
  4813. <circle class="st274" cx="83" cy="8.3" r="7"/>
  4814. <linearGradient id="SVGID_276_" gradientUnits="userSpaceOnUse" x1="76.39" y1="137.79" x2="90.43" y2="137.79" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4815. <stop offset="0" style="stop-color:#B7B7B7"/>
  4816. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4817. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4818. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4819. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4820. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4821. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4822. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4823. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4824. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4825. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4826. <stop offset="0.95" style="stop-color:#888888"/>
  4827. <stop offset="1" style="stop-color:#666666"/>
  4828. </linearGradient>
  4829. <circle class="st275" cx="83.4" cy="8.1" r="7"/>
  4830. <linearGradient id="SVGID_277_" gradientUnits="userSpaceOnUse" x1="76.78" y1="137.93" x2="90.82" y2="137.93" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4831. <stop offset="0" style="stop-color:#B7B7B7"/>
  4832. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4833. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4834. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4835. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4836. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4837. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4838. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4839. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4840. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4841. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4842. <stop offset="0.95" style="stop-color:#888888"/>
  4843. <stop offset="1" style="stop-color:#666666"/>
  4844. </linearGradient>
  4845. <circle class="st276" cx="83.8" cy="8" r="7"/>
  4846. <linearGradient id="SVGID_278_" gradientUnits="userSpaceOnUse" x1="77.16" y1="138.07" x2="91.2" y2="138.07" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4847. <stop offset="0" style="stop-color:#B7B7B7"/>
  4848. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4849. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4850. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4851. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4852. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4853. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4854. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4855. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4856. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4857. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4858. <stop offset="0.95" style="stop-color:#888888"/>
  4859. <stop offset="1" style="stop-color:#666666"/>
  4860. </linearGradient>
  4861. <circle class="st277" cx="84.2" cy="7.8" r="7"/>
  4862. <linearGradient id="SVGID_279_" gradientUnits="userSpaceOnUse" x1="77.55" y1="138.2" x2="91.59" y2="138.2" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4863. <stop offset="0" style="stop-color:#B7B7B7"/>
  4864. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4865. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4866. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4867. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4868. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4869. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4870. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4871. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4872. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4873. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4874. <stop offset="0.95" style="stop-color:#888888"/>
  4875. <stop offset="1" style="stop-color:#666666"/>
  4876. </linearGradient>
  4877. <circle class="st278" cx="84.6" cy="7.7" r="7"/>
  4878. <linearGradient id="SVGID_280_" gradientUnits="userSpaceOnUse" x1="77.95" y1="138.32" x2="91.99" y2="138.32" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4879. <stop offset="0" style="stop-color:#B7B7B7"/>
  4880. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4881. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4882. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4883. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4884. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4885. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4886. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4887. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4888. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4889. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4890. <stop offset="0.95" style="stop-color:#888888"/>
  4891. <stop offset="1" style="stop-color:#666666"/>
  4892. </linearGradient>
  4893. <circle class="st279" cx="85" cy="7.6" r="7"/>
  4894. <linearGradient id="SVGID_281_" gradientUnits="userSpaceOnUse" x1="78.35" y1="138.42" x2="92.39" y2="138.42" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4895. <stop offset="0" style="stop-color:#B7B7B7"/>
  4896. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4897. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4898. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4899. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4900. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4901. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4902. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4903. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4904. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4905. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4906. <stop offset="0.95" style="stop-color:#888888"/>
  4907. <stop offset="1" style="stop-color:#666666"/>
  4908. </linearGradient>
  4909. <circle class="st280" cx="85.4" cy="7.5" r="7"/>
  4910. <linearGradient id="SVGID_282_" gradientUnits="userSpaceOnUse" x1="78.75" y1="138.52" x2="92.79" y2="138.52" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4911. <stop offset="0" style="stop-color:#B7B7B7"/>
  4912. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4913. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4914. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4915. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4916. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4917. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4918. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4919. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4920. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4921. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4922. <stop offset="0.95" style="stop-color:#888888"/>
  4923. <stop offset="1" style="stop-color:#666666"/>
  4924. </linearGradient>
  4925. <circle class="st281" cx="85.8" cy="7.4" r="7"/>
  4926. <linearGradient id="SVGID_283_" gradientUnits="userSpaceOnUse" x1="79.16" y1="138.6" x2="93.2" y2="138.6" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4927. <stop offset="0" style="stop-color:#B7B7B7"/>
  4928. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4929. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4930. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4931. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4932. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4933. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4934. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4935. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4936. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4937. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4938. <stop offset="0.95" style="stop-color:#888888"/>
  4939. <stop offset="1" style="stop-color:#666666"/>
  4940. </linearGradient>
  4941. <circle class="st282" cx="86.2" cy="7.3" r="7"/>
  4942. <linearGradient id="SVGID_284_" gradientUnits="userSpaceOnUse" x1="79.57" y1="138.68" x2="93.61" y2="138.68" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4943. <stop offset="0" style="stop-color:#B7B7B7"/>
  4944. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4945. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4946. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4947. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4948. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4949. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4950. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4951. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4952. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4953. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4954. <stop offset="0.95" style="stop-color:#888888"/>
  4955. <stop offset="1" style="stop-color:#666666"/>
  4956. </linearGradient>
  4957. <circle class="st283" cx="86.6" cy="7.2" r="7"/>
  4958. <linearGradient id="SVGID_285_" gradientUnits="userSpaceOnUse" x1="79.99" y1="138.74" x2="94.03" y2="138.74" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4959. <stop offset="0" style="stop-color:#B7B7B7"/>
  4960. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4961. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4962. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4963. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4964. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4965. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4966. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4967. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4968. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4969. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4970. <stop offset="0.95" style="stop-color:#888888"/>
  4971. <stop offset="1" style="stop-color:#666666"/>
  4972. </linearGradient>
  4973. <circle class="st284" cx="87" cy="7.1" r="7"/>
  4974. <linearGradient id="SVGID_286_" gradientUnits="userSpaceOnUse" x1="80.41" y1="138.79" x2="94.45" y2="138.79" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4975. <stop offset="0" style="stop-color:#B7B7B7"/>
  4976. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4977. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4978. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4979. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4980. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4981. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4982. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4983. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  4984. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  4985. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  4986. <stop offset="0.95" style="stop-color:#888888"/>
  4987. <stop offset="1" style="stop-color:#666666"/>
  4988. </linearGradient>
  4989. <circle class="st285" cx="87.4" cy="7.1" r="7"/>
  4990. <linearGradient id="SVGID_287_" gradientUnits="userSpaceOnUse" x1="80.83" y1="138.83" x2="94.87" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  4991. <stop offset="0" style="stop-color:#B7B7B7"/>
  4992. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  4993. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  4994. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  4995. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  4996. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  4997. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  4998. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  4999. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5000. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5001. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5002. <stop offset="0.95" style="stop-color:#888888"/>
  5003. <stop offset="1" style="stop-color:#666666"/>
  5004. </linearGradient>
  5005. <circle class="st286" cx="87.8" cy="7.1" r="7"/>
  5006. <linearGradient id="SVGID_288_" gradientUnits="userSpaceOnUse" x1="81.26" y1="138.86" x2="95.3" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5007. <stop offset="0" style="stop-color:#B7B7B7"/>
  5008. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5009. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5010. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5011. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5012. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5013. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5014. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5015. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5016. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5017. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5018. <stop offset="0.95" style="stop-color:#888888"/>
  5019. <stop offset="1" style="stop-color:#666666"/>
  5020. </linearGradient>
  5021. <circle class="st287" cx="88.3" cy="7" r="7"/>
  5022. <linearGradient id="SVGID_289_" gradientUnits="userSpaceOnUse" x1="81.69" y1="138.87" x2="95.73" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5023. <stop offset="0" style="stop-color:#B7B7B7"/>
  5024. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5025. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5026. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5027. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5028. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5029. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5030. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5031. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5032. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5033. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5034. <stop offset="0.95" style="stop-color:#888888"/>
  5035. <stop offset="1" style="stop-color:#666666"/>
  5036. </linearGradient>
  5037. <circle class="st288" cx="88.7" cy="7" r="7"/>
  5038. <linearGradient id="SVGID_290_" gradientUnits="userSpaceOnUse" x1="82.11" y1="138.87" x2="96.15" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5039. <stop offset="0" style="stop-color:#B7B7B7"/>
  5040. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5041. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5042. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5043. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5044. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5045. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5046. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5047. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5048. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5049. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5050. <stop offset="0.95" style="stop-color:#888888"/>
  5051. <stop offset="1" style="stop-color:#666666"/>
  5052. </linearGradient>
  5053. <circle class="st289" cx="89.1" cy="7" r="7"/>
  5054. <linearGradient id="SVGID_291_" gradientUnits="userSpaceOnUse" x1="82.52" y1="138.87" x2="96.56" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5055. <stop offset="0" style="stop-color:#B7B7B7"/>
  5056. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5057. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5058. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5059. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5060. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5061. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5062. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5063. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5064. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5065. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5066. <stop offset="0.95" style="stop-color:#888888"/>
  5067. <stop offset="1" style="stop-color:#666666"/>
  5068. </linearGradient>
  5069. <circle class="st290" cx="89.5" cy="7" r="7"/>
  5070. <linearGradient id="SVGID_292_" gradientUnits="userSpaceOnUse" x1="82.93" y1="138.87" x2="96.97" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5071. <stop offset="0" style="stop-color:#B7B7B7"/>
  5072. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5073. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5074. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5075. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5076. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5077. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5078. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5079. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5080. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5081. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5082. <stop offset="0.95" style="stop-color:#888888"/>
  5083. <stop offset="1" style="stop-color:#666666"/>
  5084. </linearGradient>
  5085. <circle class="st291" cx="89.9" cy="7" r="7"/>
  5086. <linearGradient id="SVGID_293_" gradientUnits="userSpaceOnUse" x1="83.35" y1="138.87" x2="97.37" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5087. <stop offset="0" style="stop-color:#B7B7B7"/>
  5088. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5089. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5090. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5091. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5092. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5093. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5094. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5095. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5096. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5097. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5098. <stop offset="0.95" style="stop-color:#888888"/>
  5099. <stop offset="1" style="stop-color:#666666"/>
  5100. </linearGradient>
  5101. <circle class="st292" cx="90.4" cy="7" r="7"/>
  5102. <linearGradient id="SVGID_294_" gradientUnits="userSpaceOnUse" x1="83.77" y1="138.87" x2="97.79" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5103. <stop offset="0" style="stop-color:#B7B7B7"/>
  5104. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5105. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5106. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5107. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5108. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5109. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5110. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5111. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5112. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5113. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5114. <stop offset="0.95" style="stop-color:#888888"/>
  5115. <stop offset="1" style="stop-color:#666666"/>
  5116. </linearGradient>
  5117. <circle class="st293" cx="90.8" cy="7" r="7"/>
  5118. <linearGradient id="SVGID_295_" gradientUnits="userSpaceOnUse" x1="84.18" y1="138.87" x2="98.2" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5119. <stop offset="0" style="stop-color:#B7B7B7"/>
  5120. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5121. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5122. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5123. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5124. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5125. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5126. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5127. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5128. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5129. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5130. <stop offset="0.95" style="stop-color:#888888"/>
  5131. <stop offset="1" style="stop-color:#666666"/>
  5132. </linearGradient>
  5133. <circle class="st294" cx="91.2" cy="7" r="7"/>
  5134. <linearGradient id="SVGID_296_" gradientUnits="userSpaceOnUse" x1="84.59" y1="138.87" x2="98.61" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5135. <stop offset="0" style="stop-color:#B7B7B7"/>
  5136. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5137. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5138. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5139. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5140. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5141. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5142. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5143. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5144. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5145. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5146. <stop offset="0.95" style="stop-color:#888888"/>
  5147. <stop offset="1" style="stop-color:#666666"/>
  5148. </linearGradient>
  5149. <circle class="st295" cx="91.6" cy="7" r="7"/>
  5150. <linearGradient id="SVGID_297_" gradientUnits="userSpaceOnUse" x1="85" y1="138.87" x2="99.02" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5151. <stop offset="0" style="stop-color:#B7B7B7"/>
  5152. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5153. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5154. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5155. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5156. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5157. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5158. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5159. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5160. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5161. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5162. <stop offset="0.95" style="stop-color:#888888"/>
  5163. <stop offset="1" style="stop-color:#666666"/>
  5164. </linearGradient>
  5165. <circle class="st296" cx="92" cy="7" r="7"/>
  5166. <linearGradient id="SVGID_298_" gradientUnits="userSpaceOnUse" x1="85.41" y1="138.87" x2="99.43" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5167. <stop offset="0" style="stop-color:#B7B7B7"/>
  5168. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5169. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5170. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5171. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5172. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5173. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5174. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5175. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5176. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5177. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5178. <stop offset="0.95" style="stop-color:#888888"/>
  5179. <stop offset="1" style="stop-color:#666666"/>
  5180. </linearGradient>
  5181. <circle class="st297" cx="92.4" cy="7" r="7"/>
  5182. <linearGradient id="SVGID_299_" gradientUnits="userSpaceOnUse" x1="85.82" y1="138.87" x2="99.84" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5183. <stop offset="0" style="stop-color:#B7B7B7"/>
  5184. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5185. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5186. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5187. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5188. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5189. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5190. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5191. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5192. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5193. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5194. <stop offset="0.95" style="stop-color:#888888"/>
  5195. <stop offset="1" style="stop-color:#666666"/>
  5196. </linearGradient>
  5197. <circle class="st298" cx="92.8" cy="7" r="7"/>
  5198. <linearGradient id="SVGID_300_" gradientUnits="userSpaceOnUse" x1="86.23" y1="138.87" x2="100.25" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5199. <stop offset="0" style="stop-color:#B7B7B7"/>
  5200. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5201. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5202. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5203. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5204. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5205. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5206. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5207. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5208. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5209. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5210. <stop offset="0.95" style="stop-color:#888888"/>
  5211. <stop offset="1" style="stop-color:#666666"/>
  5212. </linearGradient>
  5213. <circle class="st299" cx="93.2" cy="7" r="7"/>
  5214. <linearGradient id="SVGID_301_" gradientUnits="userSpaceOnUse" x1="86.64" y1="138.87" x2="100.66" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5215. <stop offset="0" style="stop-color:#B7B7B7"/>
  5216. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5217. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5218. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5219. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5220. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5221. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5222. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5223. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5224. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5225. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5226. <stop offset="0.95" style="stop-color:#888888"/>
  5227. <stop offset="1" style="stop-color:#666666"/>
  5228. </linearGradient>
  5229. <circle class="st300" cx="93.7" cy="7" r="7"/>
  5230. <linearGradient id="SVGID_302_" gradientUnits="userSpaceOnUse" x1="87.05" y1="138.87" x2="101.07" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5231. <stop offset="0" style="stop-color:#B7B7B7"/>
  5232. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5233. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5234. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5235. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5236. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5237. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5238. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5239. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5240. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5241. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5242. <stop offset="0.95" style="stop-color:#888888"/>
  5243. <stop offset="1" style="stop-color:#666666"/>
  5244. </linearGradient>
  5245. <circle class="st301" cx="94.1" cy="7" r="7"/>
  5246. <linearGradient id="SVGID_303_" gradientUnits="userSpaceOnUse" x1="87.46" y1="138.87" x2="101.48" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5247. <stop offset="0" style="stop-color:#B7B7B7"/>
  5248. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5249. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5250. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5251. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5252. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5253. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5254. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5255. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5256. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5257. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5258. <stop offset="0.95" style="stop-color:#888888"/>
  5259. <stop offset="1" style="stop-color:#666666"/>
  5260. </linearGradient>
  5261. <circle class="st302" cx="94.5" cy="7" r="7"/>
  5262. <linearGradient id="SVGID_304_" gradientUnits="userSpaceOnUse" x1="87.87" y1="138.87" x2="101.89" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5263. <stop offset="0" style="stop-color:#B7B7B7"/>
  5264. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5265. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5266. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5267. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5268. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5269. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5270. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5271. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5272. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5273. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5274. <stop offset="0.95" style="stop-color:#888888"/>
  5275. <stop offset="1" style="stop-color:#666666"/>
  5276. </linearGradient>
  5277. <circle class="st303" cx="94.9" cy="7" r="7"/>
  5278. <linearGradient id="SVGID_305_" gradientUnits="userSpaceOnUse" x1="88.28" y1="138.87" x2="102.3" y2="138.87" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5279. <stop offset="0" style="stop-color:#B7B7B7"/>
  5280. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5281. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5282. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5283. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5284. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5285. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5286. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5287. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5288. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5289. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5290. <stop offset="0.95" style="stop-color:#888888"/>
  5291. <stop offset="1" style="stop-color:#666666"/>
  5292. </linearGradient>
  5293. <circle class="st304" cx="95.3" cy="7" r="7"/>
  5294. <linearGradient id="SVGID_306_" gradientUnits="userSpaceOnUse" x1="88.69" y1="138.86" x2="102.71" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5295. <stop offset="0" style="stop-color:#B7B7B7"/>
  5296. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5297. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5298. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5299. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5300. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5301. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5302. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5303. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5304. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5305. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5306. <stop offset="0.95" style="stop-color:#888888"/>
  5307. <stop offset="1" style="stop-color:#666666"/>
  5308. </linearGradient>
  5309. <circle class="st305" cx="95.7" cy="7" r="7"/>
  5310. <linearGradient id="SVGID_307_" gradientUnits="userSpaceOnUse" x1="89.1" y1="138.86" x2="103.12" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5311. <stop offset="0" style="stop-color:#B7B7B7"/>
  5312. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5313. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5314. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5315. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5316. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5317. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5318. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5319. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5320. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5321. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5322. <stop offset="0.95" style="stop-color:#888888"/>
  5323. <stop offset="1" style="stop-color:#666666"/>
  5324. </linearGradient>
  5325. <circle class="st306" cx="96.1" cy="7" r="7"/>
  5326. <linearGradient id="SVGID_308_" gradientUnits="userSpaceOnUse" x1="89.52" y1="138.86" x2="103.54" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5327. <stop offset="0" style="stop-color:#B7B7B7"/>
  5328. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5329. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5330. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5331. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5332. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5333. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5334. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5335. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5336. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5337. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5338. <stop offset="0.95" style="stop-color:#888888"/>
  5339. <stop offset="1" style="stop-color:#666666"/>
  5340. </linearGradient>
  5341. <circle class="st307" cx="96.5" cy="7" r="7"/>
  5342. <linearGradient id="SVGID_309_" gradientUnits="userSpaceOnUse" x1="89.93" y1="138.86" x2="103.95" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5343. <stop offset="0" style="stop-color:#B7B7B7"/>
  5344. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5345. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5346. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5347. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5348. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5349. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5350. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5351. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5352. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5353. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5354. <stop offset="0.95" style="stop-color:#888888"/>
  5355. <stop offset="1" style="stop-color:#666666"/>
  5356. </linearGradient>
  5357. <circle class="st308" cx="96.9" cy="7" r="7"/>
  5358. <linearGradient id="SVGID_310_" gradientUnits="userSpaceOnUse" x1="90.34" y1="138.86" x2="104.36" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5359. <stop offset="0" style="stop-color:#B7B7B7"/>
  5360. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5361. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5362. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5363. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5364. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5365. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5366. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5367. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5368. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5369. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5370. <stop offset="0.95" style="stop-color:#888888"/>
  5371. <stop offset="1" style="stop-color:#666666"/>
  5372. </linearGradient>
  5373. <circle class="st309" cx="97.3" cy="7" r="7"/>
  5374. <linearGradient id="SVGID_311_" gradientUnits="userSpaceOnUse" x1="90.75" y1="138.86" x2="104.77" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5375. <stop offset="0" style="stop-color:#B7B7B7"/>
  5376. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5377. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5378. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5379. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5380. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5381. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5382. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5383. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5384. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5385. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5386. <stop offset="0.95" style="stop-color:#888888"/>
  5387. <stop offset="1" style="stop-color:#666666"/>
  5388. </linearGradient>
  5389. <circle class="st310" cx="97.8" cy="7" r="7"/>
  5390. <linearGradient id="SVGID_312_" gradientUnits="userSpaceOnUse" x1="91.16" y1="138.86" x2="105.18" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5391. <stop offset="0" style="stop-color:#B7B7B7"/>
  5392. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5393. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5394. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5395. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5396. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5397. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5398. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5399. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5400. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5401. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5402. <stop offset="0.95" style="stop-color:#888888"/>
  5403. <stop offset="1" style="stop-color:#666666"/>
  5404. </linearGradient>
  5405. <circle class="st311" cx="98.2" cy="7" r="7"/>
  5406. <linearGradient id="SVGID_313_" gradientUnits="userSpaceOnUse" x1="91.57" y1="138.86" x2="105.59" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5407. <stop offset="0" style="stop-color:#B7B7B7"/>
  5408. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5409. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5410. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5411. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5412. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5413. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5414. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5415. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5416. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5417. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5418. <stop offset="0.95" style="stop-color:#888888"/>
  5419. <stop offset="1" style="stop-color:#666666"/>
  5420. </linearGradient>
  5421. <circle class="st312" cx="98.6" cy="7" r="7"/>
  5422. <linearGradient id="SVGID_314_" gradientUnits="userSpaceOnUse" x1="91.98" y1="138.86" x2="106" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5423. <stop offset="0" style="stop-color:#B7B7B7"/>
  5424. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5425. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5426. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5427. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5428. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5429. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5430. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5431. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5432. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5433. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5434. <stop offset="0.95" style="stop-color:#888888"/>
  5435. <stop offset="1" style="stop-color:#666666"/>
  5436. </linearGradient>
  5437. <circle class="st313" cx="99" cy="7" r="7"/>
  5438. <linearGradient id="SVGID_315_" gradientUnits="userSpaceOnUse" x1="92.39" y1="138.86" x2="106.41" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5439. <stop offset="0" style="stop-color:#B7B7B7"/>
  5440. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5441. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5442. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5443. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5444. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5445. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5446. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5447. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5448. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5449. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5450. <stop offset="0.95" style="stop-color:#888888"/>
  5451. <stop offset="1" style="stop-color:#666666"/>
  5452. </linearGradient>
  5453. <circle class="st314" cx="99.4" cy="7" r="7"/>
  5454. <linearGradient id="SVGID_316_" gradientUnits="userSpaceOnUse" x1="92.8" y1="138.86" x2="106.82" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5455. <stop offset="0" style="stop-color:#B7B7B7"/>
  5456. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5457. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5458. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5459. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5460. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5461. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5462. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5463. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5464. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5465. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5466. <stop offset="0.95" style="stop-color:#888888"/>
  5467. <stop offset="1" style="stop-color:#666666"/>
  5468. </linearGradient>
  5469. <circle class="st315" cx="99.8" cy="7" r="7"/>
  5470. <linearGradient id="SVGID_317_" gradientUnits="userSpaceOnUse" x1="93.21" y1="138.86" x2="107.23" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5471. <stop offset="0" style="stop-color:#B7B7B7"/>
  5472. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5473. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5474. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5475. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5476. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5477. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5478. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5479. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5480. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5481. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5482. <stop offset="0.95" style="stop-color:#888888"/>
  5483. <stop offset="1" style="stop-color:#666666"/>
  5484. </linearGradient>
  5485. <circle class="st316" cx="100.2" cy="7" r="7"/>
  5486. <linearGradient id="SVGID_318_" gradientUnits="userSpaceOnUse" x1="93.62" y1="138.86" x2="107.64" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5487. <stop offset="0" style="stop-color:#B7B7B7"/>
  5488. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5489. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5490. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5491. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5492. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5493. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5494. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5495. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5496. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5497. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5498. <stop offset="0.95" style="stop-color:#888888"/>
  5499. <stop offset="1" style="stop-color:#666666"/>
  5500. </linearGradient>
  5501. <circle class="st317" cx="100.6" cy="7" r="7"/>
  5502. <linearGradient id="SVGID_319_" gradientUnits="userSpaceOnUse" x1="94.03" y1="138.86" x2="108.05" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5503. <stop offset="0" style="stop-color:#B7B7B7"/>
  5504. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5505. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5506. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5507. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5508. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5509. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5510. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5511. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5512. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5513. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5514. <stop offset="0.95" style="stop-color:#888888"/>
  5515. <stop offset="1" style="stop-color:#666666"/>
  5516. </linearGradient>
  5517. <circle class="st318" cx="101" cy="7" r="7"/>
  5518. <linearGradient id="SVGID_320_" gradientUnits="userSpaceOnUse" x1="94.44" y1="138.86" x2="108.46" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5519. <stop offset="0" style="stop-color:#B7B7B7"/>
  5520. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5521. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5522. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5523. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5524. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5525. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5526. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5527. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5528. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5529. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5530. <stop offset="0.95" style="stop-color:#888888"/>
  5531. <stop offset="1" style="stop-color:#666666"/>
  5532. </linearGradient>
  5533. <circle class="st319" cx="101.4" cy="7" r="7"/>
  5534. <linearGradient id="SVGID_321_" gradientUnits="userSpaceOnUse" x1="94.86" y1="138.86" x2="108.88" y2="138.86" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5535. <stop offset="0" style="stop-color:#B7B7B7"/>
  5536. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5537. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5538. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5539. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5540. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5541. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5542. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5543. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5544. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5545. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5546. <stop offset="0.95" style="stop-color:#888888"/>
  5547. <stop offset="1" style="stop-color:#666666"/>
  5548. </linearGradient>
  5549. <circle class="st320" cx="101.9" cy="7" r="7"/>
  5550. <linearGradient id="SVGID_322_" gradientUnits="userSpaceOnUse" x1="95.27" y1="138.85" x2="109.29" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5551. <stop offset="0" style="stop-color:#B7B7B7"/>
  5552. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5553. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5554. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5555. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5556. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5557. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5558. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5559. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5560. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5561. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5562. <stop offset="0.95" style="stop-color:#888888"/>
  5563. <stop offset="1" style="stop-color:#666666"/>
  5564. </linearGradient>
  5565. <circle class="st321" cx="102.3" cy="7" r="7"/>
  5566. <linearGradient id="SVGID_323_" gradientUnits="userSpaceOnUse" x1="95.68" y1="138.85" x2="109.7" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5567. <stop offset="0" style="stop-color:#B7B7B7"/>
  5568. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5569. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5570. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5571. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5572. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5573. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5574. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5575. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5576. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5577. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5578. <stop offset="0.95" style="stop-color:#888888"/>
  5579. <stop offset="1" style="stop-color:#666666"/>
  5580. </linearGradient>
  5581. <circle class="st322" cx="102.7" cy="7" r="7"/>
  5582. <linearGradient id="SVGID_324_" gradientUnits="userSpaceOnUse" x1="96.09" y1="138.85" x2="110.11" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5583. <stop offset="0" style="stop-color:#B7B7B7"/>
  5584. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5585. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5586. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5587. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5588. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5589. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5590. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5591. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5592. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5593. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5594. <stop offset="0.95" style="stop-color:#888888"/>
  5595. <stop offset="1" style="stop-color:#666666"/>
  5596. </linearGradient>
  5597. <circle class="st323" cx="103.1" cy="7" r="7"/>
  5598. <linearGradient id="SVGID_325_" gradientUnits="userSpaceOnUse" x1="96.5" y1="138.85" x2="110.52" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5599. <stop offset="0" style="stop-color:#B7B7B7"/>
  5600. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5601. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5602. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5603. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5604. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5605. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5606. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5607. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5608. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5609. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5610. <stop offset="0.95" style="stop-color:#888888"/>
  5611. <stop offset="1" style="stop-color:#666666"/>
  5612. </linearGradient>
  5613. <circle class="st324" cx="103.5" cy="7" r="7"/>
  5614. <linearGradient id="SVGID_326_" gradientUnits="userSpaceOnUse" x1="96.91" y1="138.85" x2="110.93" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5615. <stop offset="0" style="stop-color:#B7B7B7"/>
  5616. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5617. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5618. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5619. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5620. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5621. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5622. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5623. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5624. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5625. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5626. <stop offset="0.95" style="stop-color:#888888"/>
  5627. <stop offset="1" style="stop-color:#666666"/>
  5628. </linearGradient>
  5629. <circle class="st325" cx="103.9" cy="7" r="7"/>
  5630. <linearGradient id="SVGID_327_" gradientUnits="userSpaceOnUse" x1="97.32" y1="138.85" x2="111.34" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5631. <stop offset="0" style="stop-color:#B7B7B7"/>
  5632. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5633. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5634. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5635. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5636. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5637. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5638. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5639. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5640. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5641. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5642. <stop offset="0.95" style="stop-color:#888888"/>
  5643. <stop offset="1" style="stop-color:#666666"/>
  5644. </linearGradient>
  5645. <circle class="st326" cx="104.3" cy="7" r="7"/>
  5646. <linearGradient id="SVGID_328_" gradientUnits="userSpaceOnUse" x1="97.73" y1="138.85" x2="111.75" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5647. <stop offset="0" style="stop-color:#B7B7B7"/>
  5648. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5649. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5650. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5651. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5652. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5653. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5654. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5655. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5656. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5657. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5658. <stop offset="0.95" style="stop-color:#888888"/>
  5659. <stop offset="1" style="stop-color:#666666"/>
  5660. </linearGradient>
  5661. <circle class="st327" cx="104.7" cy="7" r="7"/>
  5662. <linearGradient id="SVGID_329_" gradientUnits="userSpaceOnUse" x1="98.14" y1="138.85" x2="112.16" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5663. <stop offset="0" style="stop-color:#B7B7B7"/>
  5664. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5665. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5666. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5667. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5668. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5669. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5670. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5671. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5672. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5673. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5674. <stop offset="0.95" style="stop-color:#888888"/>
  5675. <stop offset="1" style="stop-color:#666666"/>
  5676. </linearGradient>
  5677. <circle class="st328" cx="105.2" cy="7" r="7"/>
  5678. <linearGradient id="SVGID_330_" gradientUnits="userSpaceOnUse" x1="98.55" y1="138.85" x2="112.57" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5679. <stop offset="0" style="stop-color:#B7B7B7"/>
  5680. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5681. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5682. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5683. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5684. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5685. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5686. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5687. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5688. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5689. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5690. <stop offset="0.95" style="stop-color:#888888"/>
  5691. <stop offset="1" style="stop-color:#666666"/>
  5692. </linearGradient>
  5693. <circle class="st329" cx="105.6" cy="7" r="7"/>
  5694. <linearGradient id="SVGID_331_" gradientUnits="userSpaceOnUse" x1="98.96" y1="138.85" x2="112.98" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5695. <stop offset="0" style="stop-color:#B7B7B7"/>
  5696. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5697. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5698. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5699. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5700. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5701. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5702. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5703. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5704. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5705. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5706. <stop offset="0.95" style="stop-color:#888888"/>
  5707. <stop offset="1" style="stop-color:#666666"/>
  5708. </linearGradient>
  5709. <circle class="st330" cx="106" cy="7" r="7"/>
  5710. <linearGradient id="SVGID_332_" gradientUnits="userSpaceOnUse" x1="99.37" y1="138.85" x2="113.39" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5711. <stop offset="0" style="stop-color:#B7B7B7"/>
  5712. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5713. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5714. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5715. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5716. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5717. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5718. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5719. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5720. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5721. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5722. <stop offset="0.95" style="stop-color:#888888"/>
  5723. <stop offset="1" style="stop-color:#666666"/>
  5724. </linearGradient>
  5725. <circle class="st331" cx="106.4" cy="7" r="7"/>
  5726. <linearGradient id="SVGID_333_" gradientUnits="userSpaceOnUse" x1="99.78" y1="138.85" x2="113.8" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5727. <stop offset="0" style="stop-color:#B7B7B7"/>
  5728. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5729. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5730. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5731. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5732. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5733. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5734. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5735. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5736. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5737. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5738. <stop offset="0.95" style="stop-color:#888888"/>
  5739. <stop offset="1" style="stop-color:#666666"/>
  5740. </linearGradient>
  5741. <circle class="st332" cx="106.8" cy="7" r="7"/>
  5742. <linearGradient id="SVGID_334_" gradientUnits="userSpaceOnUse" x1="100.19" y1="138.85" x2="114.21" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5743. <stop offset="0" style="stop-color:#B7B7B7"/>
  5744. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5745. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5746. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5747. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5748. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5749. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5750. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5751. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5752. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5753. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5754. <stop offset="0.95" style="stop-color:#888888"/>
  5755. <stop offset="1" style="stop-color:#666666"/>
  5756. </linearGradient>
  5757. <circle class="st333" cx="107.2" cy="7" r="7"/>
  5758. <linearGradient id="SVGID_335_" gradientUnits="userSpaceOnUse" x1="100.61" y1="138.85" x2="114.63" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5759. <stop offset="0" style="stop-color:#B7B7B7"/>
  5760. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5761. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5762. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5763. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5764. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5765. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5766. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5767. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5768. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5769. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5770. <stop offset="0.95" style="stop-color:#888888"/>
  5771. <stop offset="1" style="stop-color:#666666"/>
  5772. </linearGradient>
  5773. <circle class="st334" cx="107.6" cy="7" r="7"/>
  5774. <linearGradient id="SVGID_336_" gradientUnits="userSpaceOnUse" x1="101.02" y1="138.85" x2="115.04" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5775. <stop offset="0" style="stop-color:#B7B7B7"/>
  5776. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5777. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5778. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5779. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5780. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5781. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5782. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5783. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5784. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5785. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5786. <stop offset="0.95" style="stop-color:#888888"/>
  5787. <stop offset="1" style="stop-color:#666666"/>
  5788. </linearGradient>
  5789. <circle class="st335" cx="108" cy="7" r="7"/>
  5790. <linearGradient id="SVGID_337_" gradientUnits="userSpaceOnUse" x1="101.43" y1="138.85" x2="115.45" y2="138.85" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5791. <stop offset="0" style="stop-color:#B7B7B7"/>
  5792. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5793. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5794. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5795. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5796. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5797. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5798. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5799. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5800. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5801. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5802. <stop offset="0.95" style="stop-color:#888888"/>
  5803. <stop offset="1" style="stop-color:#666666"/>
  5804. </linearGradient>
  5805. <circle class="st336" cx="108.4" cy="7" r="7"/>
  5806. <linearGradient id="SVGID_338_" gradientUnits="userSpaceOnUse" x1="101.84" y1="138.84" x2="115.86" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5807. <stop offset="0" style="stop-color:#B7B7B7"/>
  5808. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5809. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5810. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5811. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5812. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5813. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5814. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5815. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5816. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5817. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5818. <stop offset="0.95" style="stop-color:#888888"/>
  5819. <stop offset="1" style="stop-color:#666666"/>
  5820. </linearGradient>
  5821. <circle class="st337" cx="108.8" cy="7" r="7"/>
  5822. <linearGradient id="SVGID_339_" gradientUnits="userSpaceOnUse" x1="102.25" y1="138.84" x2="116.27" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5823. <stop offset="0" style="stop-color:#B7B7B7"/>
  5824. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5825. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5826. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5827. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5828. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5829. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5830. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5831. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5832. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5833. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5834. <stop offset="0.95" style="stop-color:#888888"/>
  5835. <stop offset="1" style="stop-color:#666666"/>
  5836. </linearGradient>
  5837. <circle class="st338" cx="109.3" cy="7" r="7"/>
  5838. <linearGradient id="SVGID_340_" gradientUnits="userSpaceOnUse" x1="102.66" y1="138.84" x2="116.68" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5839. <stop offset="0" style="stop-color:#B7B7B7"/>
  5840. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5841. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5842. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5843. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5844. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5845. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5846. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5847. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5848. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5849. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5850. <stop offset="0.95" style="stop-color:#888888"/>
  5851. <stop offset="1" style="stop-color:#666666"/>
  5852. </linearGradient>
  5853. <circle class="st339" cx="109.7" cy="7" r="7"/>
  5854. <linearGradient id="SVGID_341_" gradientUnits="userSpaceOnUse" x1="103.07" y1="138.84" x2="117.09" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5855. <stop offset="0" style="stop-color:#B7B7B7"/>
  5856. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5857. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5858. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5859. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5860. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5861. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5862. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5863. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5864. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5865. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5866. <stop offset="0.95" style="stop-color:#888888"/>
  5867. <stop offset="1" style="stop-color:#666666"/>
  5868. </linearGradient>
  5869. <circle class="st340" cx="110.1" cy="7" r="7"/>
  5870. <linearGradient id="SVGID_342_" gradientUnits="userSpaceOnUse" x1="103.48" y1="138.84" x2="117.5" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5871. <stop offset="0" style="stop-color:#B7B7B7"/>
  5872. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5873. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5874. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5875. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5876. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5877. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5878. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5879. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5880. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5881. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5882. <stop offset="0.95" style="stop-color:#888888"/>
  5883. <stop offset="1" style="stop-color:#666666"/>
  5884. </linearGradient>
  5885. <circle class="st341" cx="110.5" cy="7" r="7"/>
  5886. <linearGradient id="SVGID_343_" gradientUnits="userSpaceOnUse" x1="103.89" y1="138.84" x2="117.91" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5887. <stop offset="0" style="stop-color:#B7B7B7"/>
  5888. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5889. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5890. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5891. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5892. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5893. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5894. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5895. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5896. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5897. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5898. <stop offset="0.95" style="stop-color:#888888"/>
  5899. <stop offset="1" style="stop-color:#666666"/>
  5900. </linearGradient>
  5901. <circle class="st342" cx="110.9" cy="7" r="7"/>
  5902. <linearGradient id="SVGID_344_" gradientUnits="userSpaceOnUse" x1="104.3" y1="138.84" x2="118.32" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5903. <stop offset="0" style="stop-color:#B7B7B7"/>
  5904. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5905. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5906. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5907. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5908. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5909. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5910. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5911. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5912. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5913. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5914. <stop offset="0.95" style="stop-color:#888888"/>
  5915. <stop offset="1" style="stop-color:#666666"/>
  5916. </linearGradient>
  5917. <circle class="st343" cx="111.3" cy="7" r="7"/>
  5918. <linearGradient id="SVGID_345_" gradientUnits="userSpaceOnUse" x1="104.71" y1="138.84" x2="118.73" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5919. <stop offset="0" style="stop-color:#B7B7B7"/>
  5920. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5921. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5922. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5923. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5924. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5925. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5926. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5927. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5928. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5929. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5930. <stop offset="0.95" style="stop-color:#888888"/>
  5931. <stop offset="1" style="stop-color:#666666"/>
  5932. </linearGradient>
  5933. <circle class="st344" cx="111.7" cy="7" r="7"/>
  5934. <linearGradient id="SVGID_346_" gradientUnits="userSpaceOnUse" x1="105.12" y1="138.84" x2="119.14" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5935. <stop offset="0" style="stop-color:#B7B7B7"/>
  5936. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5937. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5938. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5939. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5940. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5941. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5942. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5943. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5944. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5945. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5946. <stop offset="0.95" style="stop-color:#888888"/>
  5947. <stop offset="1" style="stop-color:#666666"/>
  5948. </linearGradient>
  5949. <circle class="st345" cx="112.1" cy="7" r="7"/>
  5950. <linearGradient id="SVGID_347_" gradientUnits="userSpaceOnUse" x1="105.53" y1="138.84" x2="119.55" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5951. <stop offset="0" style="stop-color:#B7B7B7"/>
  5952. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5953. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5954. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5955. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5956. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5957. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5958. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5959. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5960. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5961. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5962. <stop offset="0.95" style="stop-color:#888888"/>
  5963. <stop offset="1" style="stop-color:#666666"/>
  5964. </linearGradient>
  5965. <circle class="st346" cx="112.5" cy="7" r="7"/>
  5966. <linearGradient id="SVGID_348_" gradientUnits="userSpaceOnUse" x1="105.94" y1="138.84" x2="119.96" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5967. <stop offset="0" style="stop-color:#B7B7B7"/>
  5968. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5969. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5970. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5971. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5972. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5973. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5974. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5975. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5976. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5977. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5978. <stop offset="0.95" style="stop-color:#888888"/>
  5979. <stop offset="1" style="stop-color:#666666"/>
  5980. </linearGradient>
  5981. <circle class="st347" cx="112.9" cy="7" r="7"/>
  5982. <linearGradient id="SVGID_349_" gradientUnits="userSpaceOnUse" x1="106.36" y1="138.84" x2="120.38" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5983. <stop offset="0" style="stop-color:#B7B7B7"/>
  5984. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  5985. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  5986. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  5987. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  5988. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  5989. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  5990. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  5991. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  5992. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  5993. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  5994. <stop offset="0.95" style="stop-color:#888888"/>
  5995. <stop offset="1" style="stop-color:#666666"/>
  5996. </linearGradient>
  5997. <circle class="st348" cx="113.4" cy="7" r="7"/>
  5998. <linearGradient id="SVGID_350_" gradientUnits="userSpaceOnUse" x1="106.77" y1="138.84" x2="120.79" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  5999. <stop offset="0" style="stop-color:#B7B7B7"/>
  6000. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6001. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6002. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6003. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6004. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6005. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6006. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6007. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6008. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6009. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6010. <stop offset="0.95" style="stop-color:#888888"/>
  6011. <stop offset="1" style="stop-color:#666666"/>
  6012. </linearGradient>
  6013. <circle class="st349" cx="113.8" cy="7" r="7"/>
  6014. <linearGradient id="SVGID_351_" gradientUnits="userSpaceOnUse" x1="107.19" y1="138.84" x2="121.19" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6015. <stop offset="0" style="stop-color:#B7B7B7"/>
  6016. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6017. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6018. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6019. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6020. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6021. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6022. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6023. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6024. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6025. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6026. <stop offset="0.95" style="stop-color:#888888"/>
  6027. <stop offset="1" style="stop-color:#666666"/>
  6028. </linearGradient>
  6029. <circle class="st350" cx="114.2" cy="7" r="7"/>
  6030. <linearGradient id="SVGID_352_" gradientUnits="userSpaceOnUse" x1="107.6" y1="138.84" x2="121.6" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6031. <stop offset="0" style="stop-color:#B7B7B7"/>
  6032. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6033. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6034. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6035. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6036. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6037. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6038. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6039. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6040. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6041. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6042. <stop offset="0.95" style="stop-color:#888888"/>
  6043. <stop offset="1" style="stop-color:#666666"/>
  6044. </linearGradient>
  6045. <circle class="st351" cx="114.6" cy="7" r="7"/>
  6046. <linearGradient id="SVGID_353_" gradientUnits="userSpaceOnUse" x1="108.01" y1="138.84" x2="122.01" y2="138.84" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6047. <stop offset="0" style="stop-color:#B7B7B7"/>
  6048. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6049. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6050. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6051. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6052. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6053. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6054. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6055. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6056. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6057. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6058. <stop offset="0.95" style="stop-color:#888888"/>
  6059. <stop offset="1" style="stop-color:#666666"/>
  6060. </linearGradient>
  6061. <circle class="st352" cx="115" cy="7" r="7"/>
  6062. <linearGradient id="SVGID_354_" gradientUnits="userSpaceOnUse" x1="108.42" y1="138.83" x2="122.42" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6063. <stop offset="0" style="stop-color:#B7B7B7"/>
  6064. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6065. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6066. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6067. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6068. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6069. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6070. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6071. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6072. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6073. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6074. <stop offset="0.95" style="stop-color:#888888"/>
  6075. <stop offset="1" style="stop-color:#666666"/>
  6076. </linearGradient>
  6077. <circle class="st353" cx="115.4" cy="7.1" r="7"/>
  6078. <linearGradient id="SVGID_355_" gradientUnits="userSpaceOnUse" x1="108.83" y1="138.83" x2="122.83" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6079. <stop offset="0" style="stop-color:#B7B7B7"/>
  6080. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6081. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6082. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6083. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6084. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6085. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6086. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6087. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6088. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6089. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6090. <stop offset="0.95" style="stop-color:#888888"/>
  6091. <stop offset="1" style="stop-color:#666666"/>
  6092. </linearGradient>
  6093. <circle class="st354" cx="115.8" cy="7.1" r="7"/>
  6094. <linearGradient id="SVGID_356_" gradientUnits="userSpaceOnUse" x1="109.24" y1="138.83" x2="123.24" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6095. <stop offset="0" style="stop-color:#B7B7B7"/>
  6096. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6097. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6098. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6099. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6100. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6101. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6102. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6103. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6104. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6105. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6106. <stop offset="0.95" style="stop-color:#888888"/>
  6107. <stop offset="1" style="stop-color:#666666"/>
  6108. </linearGradient>
  6109. <circle class="st355" cx="116.2" cy="7.1" r="7"/>
  6110. <linearGradient id="SVGID_357_" gradientUnits="userSpaceOnUse" x1="109.65" y1="138.83" x2="123.65" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6111. <stop offset="0" style="stop-color:#B7B7B7"/>
  6112. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6113. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6114. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6115. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6116. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6117. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6118. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6119. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6120. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6121. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6122. <stop offset="0.95" style="stop-color:#888888"/>
  6123. <stop offset="1" style="stop-color:#666666"/>
  6124. </linearGradient>
  6125. <circle class="st356" cx="116.7" cy="7.1" r="7"/>
  6126. <linearGradient id="SVGID_358_" gradientUnits="userSpaceOnUse" x1="110.06" y1="138.83" x2="124.06" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6127. <stop offset="0" style="stop-color:#B7B7B7"/>
  6128. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6129. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6130. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6131. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6132. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6133. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6134. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6135. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6136. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6137. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6138. <stop offset="0.95" style="stop-color:#888888"/>
  6139. <stop offset="1" style="stop-color:#666666"/>
  6140. </linearGradient>
  6141. <circle class="st357" cx="117.1" cy="7.1" r="7"/>
  6142. <linearGradient id="SVGID_359_" gradientUnits="userSpaceOnUse" x1="110.47" y1="138.83" x2="124.47" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6143. <stop offset="0" style="stop-color:#B7B7B7"/>
  6144. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6145. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6146. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6147. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6148. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6149. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6150. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6151. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6152. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6153. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6154. <stop offset="0.95" style="stop-color:#888888"/>
  6155. <stop offset="1" style="stop-color:#666666"/>
  6156. </linearGradient>
  6157. <circle class="st358" cx="117.5" cy="7.1" r="7"/>
  6158. <linearGradient id="SVGID_360_" gradientUnits="userSpaceOnUse" x1="110.88" y1="138.83" x2="124.88" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6159. <stop offset="0" style="stop-color:#B7B7B7"/>
  6160. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6161. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6162. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6163. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6164. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6165. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6166. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6167. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6168. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6169. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6170. <stop offset="0.95" style="stop-color:#888888"/>
  6171. <stop offset="1" style="stop-color:#666666"/>
  6172. </linearGradient>
  6173. <circle class="st359" cx="117.9" cy="7.1" r="7"/>
  6174. <linearGradient id="SVGID_361_" gradientUnits="userSpaceOnUse" x1="111.29" y1="138.83" x2="125.29" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6175. <stop offset="0" style="stop-color:#B7B7B7"/>
  6176. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6177. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6178. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6179. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6180. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6181. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6182. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6183. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6184. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6185. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6186. <stop offset="0.95" style="stop-color:#888888"/>
  6187. <stop offset="1" style="stop-color:#666666"/>
  6188. </linearGradient>
  6189. <circle class="st360" cx="118.3" cy="7.1" r="7"/>
  6190. <linearGradient id="SVGID_362_" gradientUnits="userSpaceOnUse" x1="111.7" y1="138.83" x2="125.7" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6191. <stop offset="0" style="stop-color:#B7B7B7"/>
  6192. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6193. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6194. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6195. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6196. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6197. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6198. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6199. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6200. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6201. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6202. <stop offset="0.95" style="stop-color:#888888"/>
  6203. <stop offset="1" style="stop-color:#666666"/>
  6204. </linearGradient>
  6205. <circle class="st361" cx="118.7" cy="7.1" r="7"/>
  6206. <linearGradient id="SVGID_363_" gradientUnits="userSpaceOnUse" x1="112.12" y1="138.83" x2="126.12" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6207. <stop offset="0" style="stop-color:#B7B7B7"/>
  6208. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6209. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6210. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6211. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6212. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6213. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6214. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6215. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6216. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6217. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6218. <stop offset="0.95" style="stop-color:#888888"/>
  6219. <stop offset="1" style="stop-color:#666666"/>
  6220. </linearGradient>
  6221. <circle class="st362" cx="119.1" cy="7.1" r="7"/>
  6222. <linearGradient id="SVGID_364_" gradientUnits="userSpaceOnUse" x1="112.53" y1="138.83" x2="126.53" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6223. <stop offset="0" style="stop-color:#B7B7B7"/>
  6224. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6225. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6226. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6227. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6228. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6229. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6230. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6231. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6232. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6233. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6234. <stop offset="0.95" style="stop-color:#888888"/>
  6235. <stop offset="1" style="stop-color:#666666"/>
  6236. </linearGradient>
  6237. <circle class="st363" cx="119.5" cy="7.1" r="7"/>
  6238. <linearGradient id="SVGID_365_" gradientUnits="userSpaceOnUse" x1="112.94" y1="138.83" x2="126.94" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6239. <stop offset="0" style="stop-color:#B7B7B7"/>
  6240. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6241. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6242. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6243. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6244. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6245. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6246. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6247. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6248. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6249. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6250. <stop offset="0.95" style="stop-color:#888888"/>
  6251. <stop offset="1" style="stop-color:#666666"/>
  6252. </linearGradient>
  6253. <circle class="st364" cx="119.9" cy="7.1" r="7"/>
  6254. <linearGradient id="SVGID_366_" gradientUnits="userSpaceOnUse" x1="113.35" y1="138.83" x2="127.35" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6255. <stop offset="0" style="stop-color:#B7B7B7"/>
  6256. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6257. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6258. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6259. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6260. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6261. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6262. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6263. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6264. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6265. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6266. <stop offset="0.95" style="stop-color:#888888"/>
  6267. <stop offset="1" style="stop-color:#666666"/>
  6268. </linearGradient>
  6269. <circle class="st365" cx="120.3" cy="7.1" r="7"/>
  6270. <linearGradient id="SVGID_367_" gradientUnits="userSpaceOnUse" x1="113.76" y1="138.83" x2="127.76" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6271. <stop offset="0" style="stop-color:#B7B7B7"/>
  6272. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6273. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6274. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6275. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6276. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6277. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6278. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6279. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6280. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6281. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6282. <stop offset="0.95" style="stop-color:#888888"/>
  6283. <stop offset="1" style="stop-color:#666666"/>
  6284. </linearGradient>
  6285. <circle class="st366" cx="120.8" cy="7.1" r="7"/>
  6286. <linearGradient id="SVGID_368_" gradientUnits="userSpaceOnUse" x1="114.17" y1="138.83" x2="128.17" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6287. <stop offset="0" style="stop-color:#B7B7B7"/>
  6288. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6289. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6290. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6291. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6292. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6293. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6294. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6295. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6296. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6297. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6298. <stop offset="0.95" style="stop-color:#888888"/>
  6299. <stop offset="1" style="stop-color:#666666"/>
  6300. </linearGradient>
  6301. <circle class="st367" cx="121.2" cy="7.1" r="7"/>
  6302. <linearGradient id="SVGID_369_" gradientUnits="userSpaceOnUse" x1="114.58" y1="138.83" x2="128.58" y2="138.83" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6303. <stop offset="0" style="stop-color:#B7B7B7"/>
  6304. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6305. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6306. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6307. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6308. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6309. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6310. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6311. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6312. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6313. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6314. <stop offset="0.95" style="stop-color:#888888"/>
  6315. <stop offset="1" style="stop-color:#666666"/>
  6316. </linearGradient>
  6317. <circle class="st368" cx="121.6" cy="7.1" r="7"/>
  6318. <linearGradient id="SVGID_370_" gradientUnits="userSpaceOnUse" x1="114.99" y1="138.82" x2="128.99" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6319. <stop offset="0" style="stop-color:#B7B7B7"/>
  6320. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6321. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6322. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6323. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6324. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6325. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6326. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6327. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6328. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6329. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6330. <stop offset="0.95" style="stop-color:#888888"/>
  6331. <stop offset="1" style="stop-color:#666666"/>
  6332. </linearGradient>
  6333. <circle class="st369" cx="122" cy="7.1" r="7"/>
  6334. <linearGradient id="SVGID_371_" gradientUnits="userSpaceOnUse" x1="115.4" y1="138.82" x2="129.4" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6335. <stop offset="0" style="stop-color:#B7B7B7"/>
  6336. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6337. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6338. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6339. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6340. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6341. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6342. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6343. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6344. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6345. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6346. <stop offset="0.95" style="stop-color:#888888"/>
  6347. <stop offset="1" style="stop-color:#666666"/>
  6348. </linearGradient>
  6349. <circle class="st370" cx="122.4" cy="7.1" r="7"/>
  6350. <linearGradient id="SVGID_372_" gradientUnits="userSpaceOnUse" x1="115.81" y1="138.82" x2="129.81" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6351. <stop offset="0" style="stop-color:#B7B7B7"/>
  6352. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6353. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6354. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6355. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6356. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6357. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6358. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6359. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6360. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6361. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6362. <stop offset="0.95" style="stop-color:#888888"/>
  6363. <stop offset="1" style="stop-color:#666666"/>
  6364. </linearGradient>
  6365. <circle class="st371" cx="122.8" cy="7.1" r="7"/>
  6366. <linearGradient id="SVGID_373_" gradientUnits="userSpaceOnUse" x1="116.22" y1="138.82" x2="130.22" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6367. <stop offset="0" style="stop-color:#B7B7B7"/>
  6368. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6369. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6370. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6371. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6372. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6373. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6374. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6375. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6376. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6377. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6378. <stop offset="0.95" style="stop-color:#888888"/>
  6379. <stop offset="1" style="stop-color:#666666"/>
  6380. </linearGradient>
  6381. <circle class="st372" cx="123.2" cy="7.1" r="7"/>
  6382. <linearGradient id="SVGID_374_" gradientUnits="userSpaceOnUse" x1="116.63" y1="138.82" x2="130.63" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6383. <stop offset="0" style="stop-color:#B7B7B7"/>
  6384. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6385. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6386. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6387. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6388. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6389. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6390. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6391. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6392. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6393. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6394. <stop offset="0.95" style="stop-color:#888888"/>
  6395. <stop offset="1" style="stop-color:#666666"/>
  6396. </linearGradient>
  6397. <circle class="st373" cx="123.6" cy="7.1" r="7"/>
  6398. <linearGradient id="SVGID_375_" gradientUnits="userSpaceOnUse" x1="117.04" y1="138.82" x2="131.04" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6399. <stop offset="0" style="stop-color:#B7B7B7"/>
  6400. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6401. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6402. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6403. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6404. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6405. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6406. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6407. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6408. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6409. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6410. <stop offset="0.95" style="stop-color:#888888"/>
  6411. <stop offset="1" style="stop-color:#666666"/>
  6412. </linearGradient>
  6413. <circle class="st374" cx="124" cy="7.1" r="7"/>
  6414. <linearGradient id="SVGID_376_" gradientUnits="userSpaceOnUse" x1="117.46" y1="138.82" x2="131.46" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6415. <stop offset="0" style="stop-color:#B7B7B7"/>
  6416. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6417. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6418. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6419. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6420. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6421. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6422. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6423. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6424. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6425. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6426. <stop offset="0.95" style="stop-color:#888888"/>
  6427. <stop offset="1" style="stop-color:#666666"/>
  6428. </linearGradient>
  6429. <circle class="st375" cx="124.5" cy="7.1" r="7"/>
  6430. <linearGradient id="SVGID_377_" gradientUnits="userSpaceOnUse" x1="117.87" y1="138.82" x2="131.87" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6431. <stop offset="0" style="stop-color:#B7B7B7"/>
  6432. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6433. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6434. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6435. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6436. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6437. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6438. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6439. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6440. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6441. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6442. <stop offset="0.95" style="stop-color:#888888"/>
  6443. <stop offset="1" style="stop-color:#666666"/>
  6444. </linearGradient>
  6445. <circle class="st376" cx="124.9" cy="7.1" r="7"/>
  6446. <linearGradient id="SVGID_378_" gradientUnits="userSpaceOnUse" x1="118.28" y1="138.82" x2="132.28" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6447. <stop offset="0" style="stop-color:#B7B7B7"/>
  6448. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6449. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6450. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6451. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6452. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6453. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6454. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6455. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6456. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6457. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6458. <stop offset="0.95" style="stop-color:#888888"/>
  6459. <stop offset="1" style="stop-color:#666666"/>
  6460. </linearGradient>
  6461. <circle class="st377" cx="125.3" cy="7.1" r="7"/>
  6462. <linearGradient id="SVGID_379_" gradientUnits="userSpaceOnUse" x1="118.69" y1="138.82" x2="132.69" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6463. <stop offset="0" style="stop-color:#B7B7B7"/>
  6464. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6465. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6466. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6467. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6468. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6469. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6470. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6471. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6472. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6473. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6474. <stop offset="0.95" style="stop-color:#888888"/>
  6475. <stop offset="1" style="stop-color:#666666"/>
  6476. </linearGradient>
  6477. <circle class="st378" cx="125.7" cy="7.1" r="7"/>
  6478. <linearGradient id="SVGID_380_" gradientUnits="userSpaceOnUse" x1="119.1" y1="138.82" x2="133.1" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6479. <stop offset="0" style="stop-color:#B7B7B7"/>
  6480. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6481. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6482. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6483. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6484. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6485. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6486. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6487. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6488. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6489. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6490. <stop offset="0.95" style="stop-color:#888888"/>
  6491. <stop offset="1" style="stop-color:#666666"/>
  6492. </linearGradient>
  6493. <circle class="st379" cx="126.1" cy="7.1" r="7"/>
  6494. <linearGradient id="SVGID_381_" gradientUnits="userSpaceOnUse" x1="119.51" y1="138.82" x2="133.51" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6495. <stop offset="0" style="stop-color:#B7B7B7"/>
  6496. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6497. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6498. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6499. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6500. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6501. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6502. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6503. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6504. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6505. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6506. <stop offset="0.95" style="stop-color:#888888"/>
  6507. <stop offset="1" style="stop-color:#666666"/>
  6508. </linearGradient>
  6509. <circle class="st380" cx="126.5" cy="7.1" r="7"/>
  6510. <linearGradient id="SVGID_382_" gradientUnits="userSpaceOnUse" x1="119.92" y1="138.82" x2="133.92" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6511. <stop offset="0" style="stop-color:#B7B7B7"/>
  6512. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6513. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6514. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6515. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6516. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6517. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6518. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6519. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6520. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6521. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6522. <stop offset="0.95" style="stop-color:#888888"/>
  6523. <stop offset="1" style="stop-color:#666666"/>
  6524. </linearGradient>
  6525. <circle class="st381" cx="126.9" cy="7.1" r="7"/>
  6526. <linearGradient id="SVGID_383_" gradientUnits="userSpaceOnUse" x1="120.33" y1="138.82" x2="134.33" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6527. <stop offset="0" style="stop-color:#B7B7B7"/>
  6528. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6529. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6530. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6531. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6532. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6533. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6534. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6535. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6536. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6537. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6538. <stop offset="0.95" style="stop-color:#888888"/>
  6539. <stop offset="1" style="stop-color:#666666"/>
  6540. </linearGradient>
  6541. <circle class="st382" cx="127.3" cy="7.1" r="7"/>
  6542. <linearGradient id="SVGID_384_" gradientUnits="userSpaceOnUse" x1="120.74" y1="138.82" x2="134.74" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6543. <stop offset="0" style="stop-color:#B7B7B7"/>
  6544. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6545. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6546. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6547. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6548. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6549. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6550. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6551. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6552. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6553. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6554. <stop offset="0.95" style="stop-color:#888888"/>
  6555. <stop offset="1" style="stop-color:#666666"/>
  6556. </linearGradient>
  6557. <circle class="st383" cx="127.7" cy="7.1" r="7"/>
  6558. <linearGradient id="SVGID_385_" gradientUnits="userSpaceOnUse" x1="121.15" y1="138.82" x2="135.15" y2="138.82" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6559. <stop offset="0" style="stop-color:#B7B7B7"/>
  6560. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6561. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6562. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6563. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6564. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6565. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6566. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6567. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6568. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6569. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6570. <stop offset="0.95" style="stop-color:#888888"/>
  6571. <stop offset="1" style="stop-color:#666666"/>
  6572. </linearGradient>
  6573. <circle class="st384" cx="128.1" cy="7.1" r="7"/>
  6574. <linearGradient id="SVGID_386_" gradientUnits="userSpaceOnUse" x1="121.56" y1="138.81" x2="135.56" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6575. <stop offset="0" style="stop-color:#B7B7B7"/>
  6576. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6577. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6578. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6579. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6580. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6581. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6582. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6583. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6584. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6585. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6586. <stop offset="0.95" style="stop-color:#888888"/>
  6587. <stop offset="1" style="stop-color:#666666"/>
  6588. </linearGradient>
  6589. <circle class="st385" cx="128.6" cy="7.1" r="7"/>
  6590. <linearGradient id="SVGID_387_" gradientUnits="userSpaceOnUse" x1="121.97" y1="138.81" x2="135.97" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6591. <stop offset="0" style="stop-color:#B7B7B7"/>
  6592. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6593. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6594. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6595. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6596. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6597. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6598. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6599. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6600. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6601. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6602. <stop offset="0.95" style="stop-color:#888888"/>
  6603. <stop offset="1" style="stop-color:#666666"/>
  6604. </linearGradient>
  6605. <circle class="st386" cx="129" cy="7.1" r="7"/>
  6606. <linearGradient id="SVGID_388_" gradientUnits="userSpaceOnUse" x1="122.38" y1="138.81" x2="136.38" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6607. <stop offset="0" style="stop-color:#B7B7B7"/>
  6608. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6609. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6610. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6611. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6612. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6613. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6614. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6615. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6616. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6617. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6618. <stop offset="0.95" style="stop-color:#888888"/>
  6619. <stop offset="1" style="stop-color:#666666"/>
  6620. </linearGradient>
  6621. <circle class="st387" cx="129.4" cy="7.1" r="7"/>
  6622. <linearGradient id="SVGID_389_" gradientUnits="userSpaceOnUse" x1="122.79" y1="138.81" x2="136.79" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6623. <stop offset="0" style="stop-color:#B7B7B7"/>
  6624. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6625. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6626. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6627. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6628. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6629. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6630. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6631. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6632. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6633. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6634. <stop offset="0.95" style="stop-color:#888888"/>
  6635. <stop offset="1" style="stop-color:#666666"/>
  6636. </linearGradient>
  6637. <circle class="st388" cx="129.8" cy="7.1" r="7"/>
  6638. <linearGradient id="SVGID_390_" gradientUnits="userSpaceOnUse" x1="123.21" y1="138.81" x2="137.21" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6639. <stop offset="0" style="stop-color:#B7B7B7"/>
  6640. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6641. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6642. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6643. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6644. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6645. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6646. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6647. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6648. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6649. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6650. <stop offset="0.95" style="stop-color:#888888"/>
  6651. <stop offset="1" style="stop-color:#666666"/>
  6652. </linearGradient>
  6653. <circle class="st389" cx="130.2" cy="7.1" r="7"/>
  6654. <linearGradient id="SVGID_391_" gradientUnits="userSpaceOnUse" x1="123.62" y1="138.81" x2="137.62" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6655. <stop offset="0" style="stop-color:#B7B7B7"/>
  6656. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6657. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6658. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6659. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6660. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6661. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6662. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6663. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6664. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6665. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6666. <stop offset="0.95" style="stop-color:#888888"/>
  6667. <stop offset="1" style="stop-color:#666666"/>
  6668. </linearGradient>
  6669. <circle class="st390" cx="130.6" cy="7.1" r="7"/>
  6670. <linearGradient id="SVGID_392_" gradientUnits="userSpaceOnUse" x1="124.03" y1="138.81" x2="138.03" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6671. <stop offset="0" style="stop-color:#B7B7B7"/>
  6672. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6673. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6674. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6675. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6676. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6677. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6678. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6679. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6680. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6681. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6682. <stop offset="0.95" style="stop-color:#888888"/>
  6683. <stop offset="1" style="stop-color:#666666"/>
  6684. </linearGradient>
  6685. <circle class="st391" cx="131" cy="7.1" r="7"/>
  6686. <linearGradient id="SVGID_393_" gradientUnits="userSpaceOnUse" x1="124.44" y1="138.81" x2="138.44" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6687. <stop offset="0" style="stop-color:#B7B7B7"/>
  6688. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6689. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6690. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6691. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6692. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6693. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6694. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6695. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6696. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6697. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6698. <stop offset="0.95" style="stop-color:#888888"/>
  6699. <stop offset="1" style="stop-color:#666666"/>
  6700. </linearGradient>
  6701. <circle class="st392" cx="131.4" cy="7.1" r="7"/>
  6702. <linearGradient id="SVGID_394_" gradientUnits="userSpaceOnUse" x1="124.85" y1="138.81" x2="138.85" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6703. <stop offset="0" style="stop-color:#B7B7B7"/>
  6704. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6705. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6706. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6707. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6708. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6709. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6710. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6711. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6712. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6713. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6714. <stop offset="0.95" style="stop-color:#888888"/>
  6715. <stop offset="1" style="stop-color:#666666"/>
  6716. </linearGradient>
  6717. <circle class="st393" cx="131.9" cy="7.1" r="7"/>
  6718. <linearGradient id="SVGID_395_" gradientUnits="userSpaceOnUse" x1="125.26" y1="138.81" x2="139.26" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6719. <stop offset="0" style="stop-color:#B7B7B7"/>
  6720. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6721. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6722. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6723. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6724. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6725. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6726. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6727. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6728. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6729. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6730. <stop offset="0.95" style="stop-color:#888888"/>
  6731. <stop offset="1" style="stop-color:#666666"/>
  6732. </linearGradient>
  6733. <circle class="st394" cx="132.3" cy="7.1" r="7"/>
  6734. <linearGradient id="SVGID_396_" gradientUnits="userSpaceOnUse" x1="125.67" y1="138.81" x2="139.67" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6735. <stop offset="0" style="stop-color:#B7B7B7"/>
  6736. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6737. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6738. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6739. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6740. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6741. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6742. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6743. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6744. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6745. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6746. <stop offset="0.95" style="stop-color:#888888"/>
  6747. <stop offset="1" style="stop-color:#666666"/>
  6748. </linearGradient>
  6749. <circle class="st395" cx="132.7" cy="7.1" r="7"/>
  6750. <linearGradient id="SVGID_397_" gradientUnits="userSpaceOnUse" x1="126.08" y1="138.81" x2="140.08" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6751. <stop offset="0" style="stop-color:#B7B7B7"/>
  6752. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6753. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6754. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6755. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6756. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6757. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6758. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6759. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6760. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6761. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6762. <stop offset="0.95" style="stop-color:#888888"/>
  6763. <stop offset="1" style="stop-color:#666666"/>
  6764. </linearGradient>
  6765. <circle class="st396" cx="133.1" cy="7.1" r="7"/>
  6766. <linearGradient id="SVGID_398_" gradientUnits="userSpaceOnUse" x1="126.49" y1="138.81" x2="140.49" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6767. <stop offset="0" style="stop-color:#B7B7B7"/>
  6768. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6769. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6770. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6771. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6772. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6773. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6774. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6775. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6776. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6777. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6778. <stop offset="0.95" style="stop-color:#888888"/>
  6779. <stop offset="1" style="stop-color:#666666"/>
  6780. </linearGradient>
  6781. <circle class="st397" cx="133.5" cy="7.1" r="7"/>
  6782. <linearGradient id="SVGID_399_" gradientUnits="userSpaceOnUse" x1="126.9" y1="138.81" x2="140.9" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6783. <stop offset="0" style="stop-color:#B7B7B7"/>
  6784. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6785. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6786. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6787. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6788. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6789. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6790. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6791. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6792. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6793. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6794. <stop offset="0.95" style="stop-color:#888888"/>
  6795. <stop offset="1" style="stop-color:#666666"/>
  6796. </linearGradient>
  6797. <circle class="st398" cx="133.9" cy="7.1" r="7"/>
  6798. <linearGradient id="SVGID_400_" gradientUnits="userSpaceOnUse" x1="127.31" y1="138.81" x2="141.31" y2="138.81" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6799. <stop offset="0" style="stop-color:#B7B7B7"/>
  6800. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6801. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6802. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6803. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6804. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6805. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6806. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6807. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6808. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6809. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6810. <stop offset="0.95" style="stop-color:#888888"/>
  6811. <stop offset="1" style="stop-color:#666666"/>
  6812. </linearGradient>
  6813. <circle class="st399" cx="134.3" cy="7.1" r="7"/>
  6814. <rect x="67.3" y="116.2" class="st400" width="15.4" height="14.1"/>
  6815. <linearGradient id="SVGID_401_" gradientUnits="userSpaceOnUse" x1="37.5" y1="-0.81" x2="37.5" y2="58.46" gradientTransform="matrix(1 0 0 -1 0 145.89)">
  6816. <stop offset="0" style="stop-color:#B7B7B7"/>
  6817. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6818. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6819. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6820. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6821. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6822. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6823. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6824. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6825. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6826. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6827. <stop offset="0.95" style="stop-color:#888888"/>
  6828. <stop offset="1" style="stop-color:#666666"/>
  6829. </linearGradient>
  6830. <polygon class="st401" points="0,146.7 0,87.4 75,117.3 "/>
  6831. <linearGradient id="SVGID_402_" gradientUnits="userSpaceOnUse" x1="-435.27" y1="-0.81" x2="-435.27" y2="58.46" gradientTransform="matrix(-1 0 0 -1 -322.77 145.89)">
  6832. <stop offset="0" style="stop-color:#B7B7B7"/>
  6833. <stop offset="3.000000e-002" style="stop-color:#9B9D9D"/>
  6834. <stop offset="7.000000e-002" style="stop-color:#878B8B"/>
  6835. <stop offset="9.000000e-002" style="stop-color:#808484"/>
  6836. <stop offset="0.2" style="stop-color:#A3A6A6"/>
  6837. <stop offset="0.49" style="stop-color:#F6F6F6"/>
  6838. <stop offset="0.61" style="stop-color:#F3F3F3"/>
  6839. <stop offset="0.7" style="stop-color:#EAEAEA"/>
  6840. <stop offset="0.77" style="stop-color:#DBDBDB"/>
  6841. <stop offset="0.83" style="stop-color:#C5C5C5"/>
  6842. <stop offset="0.9" style="stop-color:#AAAAAA"/>
  6843. <stop offset="0.95" style="stop-color:#888888"/>
  6844. <stop offset="1" style="stop-color:#666666"/>
  6845. </linearGradient>
  6846. <polygon class="st402" points="150,146.7 150,87.4 75,117.3 "/>
  6847. </g>
  6848. </g>
  6849. </g>
  6850. </svg>