Changeset 679 for trunk/eml/UserModels
- Timestamp:
- Nov 3, 2008, 4:37:55 PM (14 years ago)
- Location:
- trunk/eml/UserModels
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/eml/UserModels/UserColumn.mso
r660 r679 71 71 outer NComp as Integer (Brief="Number of components"); 72 72 NumberOfTrays as Integer (Brief="Number of trays", Default=8); 73 SpecialTrayIndex(NumberOfTrays) as Integer (Brief="Number of trays", Default=0,Hidden=true); 73 FeedTrayIndex(NumberOfTrays) as Integer (Brief="Number of trays", Default=0,Hidden=true); 74 LiqSideTrayIndex(NumberOfTrays) as Integer (Brief="Number of trays", Default=0,Hidden=true); 75 VapSideTrayIndex(NumberOfTrays) as Integer (Brief="Number of trays", Default=0,Hidden=true); 74 76 FeedTrayLocation as Integer (Brief="Feed tray Location", Default=2); 77 LiquidSideStreamLocation as Integer (Brief="Liquid Side Stream Location", Default=2); 78 VapourSideStreamLocation as Integer (Brief="Vapour Side Stream Location", Default=2); 75 79 g as acceleration (Brief="Gravity Acceleration",Default=9.81,Hidden=true); 76 80 Mw(NComp) as molweight (Brief="Component Mol Weight",Hidden=true); … … 116 120 117 121 SET 118 SpecialTrayIndex(FeedTrayLocation) =1; 122 FeedTrayIndex(FeedTrayLocation) =1; 123 VapSideTrayIndex(FeedTrayLocation) =1; 124 LiqSideTrayIndex(FeedTrayLocation) =1; 119 125 Mw = PP.MolecularWeight(); 120 126 … … 133 139 134 140 in FeedTray as stream (Brief="Feed stream", PosX=0, PosY=0.55); 141 VapourDrawOffFlow as flow_mol (Brief = "Stream Molar Flow Rate"); 142 LiquidDrawOffFlow as flow_mol (Brief = "Stream Molar Flow Rate"); 135 143 136 144 trays(NumberOfTrays) as User_tray (Brief="Number of trays"); … … 146 154 EQUATIONS 147 155 # Connecting Trays 148 FeedTray.F* SpecialTrayIndex= trays.Inlet.F;156 FeedTray.F*FeedTrayIndex= trays.Inlet.F; 149 157 FeedTray.T = trays.Inlet.T; 150 158 FeedTray.P = trays.Inlet.P; … … 168 176 169 177 "Energy Balance" 170 diff(trays(i).E) = ( trays(i).Inlet.F*trays(i).Inlet.h + trays(i).InletL.F*trays(i).InletL.h + trays(i).InletV.F*trays(i).InletV.h- trays(i).OutletL.F*trays(i).OutletL.h - trays(i).OutletV.F*trays(i).OutletV.h + Q ); 178 diff(trays(i).E) = ( trays(i).Inlet.F*trays(i).Inlet.h + trays(i).InletL.F*trays(i).InletL.h + trays(i).InletV.F*trays(i).InletV.h- trays(i).OutletL.F*trays(i).OutletL.h - trays(i).OutletV.F*trays(i).OutletV.h 179 -trays(i).VapourSideStream.F*trays(i).VapourSideStream.h - trays(i).LiquidSideStream.F*trays(i).LiquidSideStream.h + Q ); 171 180 172 181 switch LiquidFlow … … 278 287 VARIABLES 279 288 289 out VapourDrawOff as vapour_stream (Brief="Vapour Outlet in the section", PosX=1, PosY=0.35,Protected = true); 290 out LiquidDrawOff as liquid_stream (Brief="Liquid Outlet in the section", PosX=1, PosY=0.65,Protected = true); 291 280 292 in LiquidInlet as stream (Brief="Liquid Inlet in the section", PosX=0.80, PosY=0); 281 293 out VapourOutlet as vapour_stream (Brief="Vapour Outlet in the section", PosX=0.30, PosY=0); … … 317 329 VapourOutlet.P = trays(1).OutletV.P; 318 330 VapourOutlet.z = trays(1).OutletV.z; 331 332 VapourDrawOff.F*VapSideTrayIndex= trays.VapourSideStream.F; 333 VapourDrawOff.T = trays(VapourSideStreamLocation).VapourSideStream.T; 334 VapourDrawOff.P = trays(VapourSideStreamLocation).VapourSideStream.P; 335 VapourDrawOff.z = trays(VapourSideStreamLocation).VapourSideStream.z; 336 337 LiquidDrawOff.F*LiqSideTrayIndex= trays.LiquidSideStream.F; 338 LiquidDrawOff.T = trays(LiquidSideStreamLocation).LiquidSideStream.T; 339 LiquidDrawOff.P = trays(LiquidSideStreamLocation).LiquidSideStream.P; 340 LiquidDrawOff.z = trays(LiquidSideStreamLocation).LiquidSideStream.z; 341 342 VapourDrawOffFlow = VapourDrawOff.F; 343 LiquidDrawOffFlow = LiquidDrawOff.F; 319 344 320 345 end … … 362 387 363 388 VARIABLES 389 out VapourDrawOff as vapour_stream (Brief="Vapour Outlet in the section", PosX=1, PosY=0.46,Protected = true); 390 out LiquidDrawOff as liquid_stream (Brief="Liquid Outlet in the section", PosX=1, PosY=0.58,Protected = true); 364 391 CondenserUnity as condenser; 365 392 ReboilerUnity as reboiler; … … 373 400 RebNoFlow as sourceNoFlow (Brief="No Inlet Flow to Reboiler",Hidden=true); 374 401 375 out VapourDistillate as vapour_stream (Brief="Vapour outlet stream From Top Condenser", PosX=0. 72, PosY=0);402 out VapourDistillate as vapour_stream (Brief="Vapour outlet stream From Top Condenser", PosX=0.67, PosY=0); 376 403 in ConnectorCondenserVout as stream (Brief="Connector for Vapour outlet stream From Top Condenser", Hidden=true); 377 404 378 out LiquidDistillate as liquid_stream (Brief="Liquid outlet stream From Top Splitter", PosX=1, PosY=0. 47);405 out LiquidDistillate as liquid_stream (Brief="Liquid outlet stream From Top Splitter", PosX=1, PosY=0.33); 379 406 in ConnectorSplitterOut as stream (Brief="Connector for Liquid outlet stream From Top Splitter", Hidden=true); 380 407 … … 415 442 ConnectorReboilerLout.z = BottomProduct.z; 416 443 444 VapourDrawOff.F*VapSideTrayIndex= trays.VapourSideStream.F; 445 VapourDrawOff.T = trays(VapourSideStreamLocation).VapourSideStream.T; 446 VapourDrawOff.P = trays(VapourSideStreamLocation).VapourSideStream.P; 447 VapourDrawOff.z = trays(VapourSideStreamLocation).VapourSideStream.z; 448 449 LiquidDrawOff.F*LiqSideTrayIndex= trays.LiquidSideStream.F; 450 LiquidDrawOff.T = trays(LiquidSideStreamLocation).LiquidSideStream.T; 451 LiquidDrawOff.P = trays(LiquidSideStreamLocation).LiquidSideStream.P; 452 LiquidDrawOff.z = trays(LiquidSideStreamLocation).LiquidSideStream.z; 453 454 VapourDrawOffFlow = VapourDrawOff.F; 455 LiquidDrawOffFlow = LiquidDrawOff.F; 456 417 457 CONNECTIONS 418 458 #vapor … … 487 527 488 528 VARIABLES 529 out VapourDrawOff as vapour_stream (Brief="Vapour Outlet in the section", PosX=1, PosY=0.41,Protected = true); 530 out LiquidDrawOff as liquid_stream (Brief="Liquid Outlet in the section", PosX=1, PosY=0.515,Protected = true); 489 531 CondenserUnity as condenserSteady; 490 532 TopVessel as tank_cylindrical; … … 503 545 out HeatToTopVessel as energy_stream (Brief="Heat supplied to Top Vessel",Hidden=true); 504 546 505 out LiquidDistillate as liquid_stream (Brief="Liquid outlet stream From Top Splitter", PosX=1, PosY=0. 47);547 out LiquidDistillate as liquid_stream (Brief="Liquid outlet stream From Top Splitter", PosX=1, PosY=0.30); 506 548 in ConnectorSplitterTop as stream (Brief="Connector for Liquid outlet stream From Top Splitter", Hidden=true); 507 549 … … 523 565 ConnectorSplitterBottom.z = BottomProduct.z; 524 566 567 VapourDrawOff.F*VapSideTrayIndex= trays.VapourSideStream.F; 568 VapourDrawOff.T = trays(VapourSideStreamLocation).VapourSideStream.T; 569 VapourDrawOff.P = trays(VapourSideStreamLocation).VapourSideStream.P; 570 VapourDrawOff.z = trays(VapourSideStreamLocation).VapourSideStream.z; 571 572 LiquidDrawOff.F*LiqSideTrayIndex= trays.LiquidSideStream.F; 573 LiquidDrawOff.T = trays(LiquidSideStreamLocation).LiquidSideStream.T; 574 LiquidDrawOff.P = trays(LiquidSideStreamLocation).LiquidSideStream.P; 575 LiquidDrawOff.z = trays(LiquidSideStreamLocation).LiquidSideStream.z; 576 577 VapourDrawOffFlow = VapourDrawOff.F; 578 LiquidDrawOffFlow = LiquidDrawOff.F; 579 525 580 switch CondenserVapourFlow 526 581 -
trunk/eml/UserModels/UserTray.mso
r653 r679 37 37 VARIABLES 38 38 39 Inlet as stream (Brief="Feed stream", PosX=0, PosY=0.4932, Symbol="_{in}"); 39 Inlet as stream (Brief="Feed stream", PosX=0, PosY=0.4932, Hidden=true); 40 LiquidSideStream as liquid_stream (Brief="liquid Sidestream", Hidden=true); 41 VapourSideStream as vapour_stream (Brief="vapour Sidestream", Hidden=true); 42 40 43 in InletL as stream (Brief="Inlet liquid stream", PosX=0.5195, PosY=0, Symbol="_{inL}"); 41 44 in InletV as stream (Brief="Inlet vapour stream", PosX=0.4994, PosY=1, Symbol="_{inV}"); … … 56 59 57 60 "Component Molar Balance" 58 diff(M)=Inlet.F*Inlet.z + InletL.F*InletL.z + InletV.F*InletV.z- OutletL.F*OutletL.z - OutletV.F*OutletV.z; 61 diff(M)=Inlet.F*Inlet.z + InletL.F*InletL.z + InletV.F*InletV.z- OutletL.F*OutletL.z - OutletV.F*OutletV.z- 62 LiquidSideStream.F*LiquidSideStream.z-VapourSideStream.F*VapourSideStream.z; 59 63 60 64 "Molar Holdup" … … 79 83 "Mechanical Equilibrium" 80 84 OutletV.P = OutletL.P; 85 86 "Thermal Equilibrium Vapour Side Stream" 87 OutletV.T = VapourSideStream.T; 88 89 "Thermal Equilibrium Liquid Side Stream" 90 OutletL.T = LiquidSideStream.T; 91 92 "Mechanical Equilibrium Vapour Side Stream" 93 OutletV.P= VapourSideStream.P; 94 95 "Mechanical Equilibrium Liquid Side Stream" 96 OutletL.P = LiquidSideStream.P; 97 98 "Composition Liquid Side Stream" 99 OutletL.z= LiquidSideStream.z; 100 101 "Composition Vapour Side Stream" 102 OutletV.z= VapourSideStream.z; 81 103 82 104 end -
trunk/eml/UserModels/icon/DistillationKettleCond.svg
r653 r679 3 3 <svg 4 4 xmlns:dc="http://purl.org/dc/elements/1.1/" 5 xmlns:cc="http:// web.resource.org/cc/"5 xmlns:cc="http://creativecommons.org/ns#" 6 6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 7 7 xmlns:svg="http://www.w3.org/2000/svg" … … 12 12 id="svg2064" 13 13 sodipodi:version="0.32" 14 inkscape:version="0.4 4.1"15 width=" 210mm"16 height=" 297mm"14 inkscape:version="0.46" 15 width="477.93829" 16 height="807.16412" 17 17 sodipodi:docbase="C:\Documents and Settings\Administrador\Meus documentos\Bolsa Simulação\EMSO\mso\trunk\eml\stage_separators\icon" 18 18 sodipodi:docname="DistillationKettleCond.svg" 19 inkscape:export-filename=" C:\Documents and Settings\Administrador\Meus documentos\Bolsa Simulação\Colunas\Distillation_kettle_cond.png"19 inkscape:export-filename="/home/ubuntu/repositorio/alsoc/biblioteca/branches/gui/eml/stage_separators/icon/DistillationKettleCond.png" 20 20 inkscape:export-xdpi="90" 21 inkscape:export-ydpi="90"> 21 inkscape:export-ydpi="90" 22 inkscape:output_extension="org.inkscape.output.svg.inkscape" 23 version="1.0"> 22 24 <metadata 23 25 id="metadata2069"> … … 33 35 <defs 34 36 id="defs2067"> 37 <inkscape:perspective 38 sodipodi:type="inkscape:persp3d" 39 inkscape:vp_x="0 : 526.18109 : 1" 40 inkscape:vp_y="0 : 1000 : 0" 41 inkscape:vp_z="744.09448 : 526.18109 : 1" 42 inkscape:persp3d-origin="372.04724 : 350.78739 : 1" 43 id="perspective115" /> 35 44 <linearGradient 36 45 id="linearGradient6760"> … … 438 447 inkscape:collect="always" 439 448 xlink:href="#linearGradient6760" 440 id="linearGradient24525" 441 gradientUnits="userSpaceOnUse" 442 gradientTransform="matrix(-0.689772,3.285691e-3,-2.052647e-2,-0.453208,574.9578,1041.68)" 449 id="linearGradient1976" 450 gradientUnits="userSpaceOnUse" 451 x1="228.69115" 452 y1="870.7868" 453 x2="707.32397" 454 y2="870.7868" /> 455 <linearGradient 456 inkscape:collect="always" 457 xlink:href="#linearGradient6760" 458 id="linearGradient2508" 459 gradientUnits="userSpaceOnUse" 460 gradientTransform="matrix(1.1687622e-3,0.3288154,-0.9193971,-3.5428278e-3,1073.2055,753.05785)" 461 x1="157.75" 462 y1="532.36218" 463 x2="584.12329" 464 y2="532.36218" /> 465 <linearGradient 466 inkscape:collect="always" 467 xlink:href="#linearGradient6760" 468 id="linearGradient2515" 469 gradientUnits="userSpaceOnUse" 470 gradientTransform="matrix(-0.6375163,3.0089865e-3,-1.8971426e-2,-0.4150411,654.33759,1091.2391)" 443 471 x1="372.57718" 444 472 y1="509.53915" … … 448 476 inkscape:collect="always" 449 477 xlink:href="#linearGradient6760" 450 id="linearGradient2 4532"451 gradientUnits="userSpaceOnUse" 452 gradientTransform="matrix(-2. 868183e-3,0.339547,-0.818058,-7.333372e-3,392.876,715.5431)"478 id="linearGradient2522" 479 gradientUnits="userSpaceOnUse" 480 gradientTransform="matrix(-2.6508952e-3,0.310952,-0.7560836,-6.7157921e-3,186.33856,785.52651)" 453 481 x1="157.75" 454 482 y1="532.36218" … … 458 486 inkscape:collect="always" 459 487 xlink:href="#linearGradient6760" 460 id="linearGradient24538" 461 gradientUnits="userSpaceOnUse" 462 gradientTransform="translate(-248.7358,116.415)" 463 x1="228.69115" 464 y1="870.7868" 465 x2="707.32397" 466 y2="870.7868" /> 467 <linearGradient 468 inkscape:collect="always" 469 xlink:href="#linearGradient6760" 470 id="linearGradient24541" 471 gradientUnits="userSpaceOnUse" 472 gradientTransform="translate(-248.7358,116.415)" 473 x1="228.69115" 474 y1="870.7868" 475 x2="707.32397" 476 y2="870.7868" /> 477 <linearGradient 478 inkscape:collect="always" 479 xlink:href="#linearGradient6760" 480 id="linearGradient24544" 481 gradientUnits="userSpaceOnUse" 482 gradientTransform="translate(-248.7358,116.415)" 483 x1="228.69115" 484 y1="870.7868" 485 x2="707.32397" 486 y2="870.7868" /> 487 <linearGradient 488 inkscape:collect="always" 489 xlink:href="#linearGradient6760" 490 id="linearGradient24547" 491 gradientUnits="userSpaceOnUse" 492 gradientTransform="translate(-248.7358,116.415)" 493 x1="228.69115" 494 y1="870.7868" 495 x2="707.32397" 496 y2="870.7868" /> 497 <linearGradient 498 inkscape:collect="always" 499 xlink:href="#linearGradient6760" 500 id="linearGradient24550" 501 gradientUnits="userSpaceOnUse" 502 gradientTransform="translate(-248.7358,116.415)" 503 x1="228.69115" 504 y1="870.7868" 505 x2="707.32397" 506 y2="870.7868" /> 507 <linearGradient 508 inkscape:collect="always" 509 xlink:href="#linearGradient6760" 510 id="linearGradient24553" 511 gradientUnits="userSpaceOnUse" 512 gradientTransform="translate(-248.7358,116.415)" 513 x1="228.69115" 514 y1="870.7868" 515 x2="707.32397" 516 y2="870.7868" /> 517 <linearGradient 518 inkscape:collect="always" 519 xlink:href="#linearGradient6760" 520 id="linearGradient24556" 521 gradientUnits="userSpaceOnUse" 522 gradientTransform="translate(-116.4143,248.735)" 488 id="linearGradient2625" 489 gradientUnits="userSpaceOnUse" 490 x1="228.69115" 491 y1="870.7868" 492 x2="707.32397" 493 y2="870.7868" /> 494 <linearGradient 495 inkscape:collect="always" 496 xlink:href="#linearGradient6760" 497 id="linearGradient2491" 498 gradientUnits="userSpaceOnUse" 499 gradientTransform="matrix(0.7367172,0,0,1.9597176,-389.30383,-627.7139)" 500 x1="228.69115" 501 y1="870.7868" 502 x2="707.32397" 503 y2="870.7868" /> 504 <linearGradient 505 inkscape:collect="always" 506 xlink:href="#linearGradient6760" 507 id="linearGradient2494" 508 gradientUnits="userSpaceOnUse" 509 gradientTransform="matrix(0.736739,0,0,1.9597194,42.691092,-710.7803)" 510 x1="228.69115" 511 y1="870.7868" 512 x2="707.32397" 513 y2="870.7868" /> 514 <linearGradient 515 inkscape:collect="always" 516 xlink:href="#linearGradient6760" 517 id="linearGradient2497" 518 gradientUnits="userSpaceOnUse" 519 gradientTransform="matrix(0.736739,0,0,1.9597194,-50.986852,-710.9837)" 520 x1="228.69115" 521 y1="870.7868" 522 x2="707.32397" 523 y2="870.7868" /> 524 <linearGradient 525 inkscape:collect="always" 526 xlink:href="#linearGradient6760" 527 id="linearGradient2500" 528 gradientUnits="userSpaceOnUse" 529 gradientTransform="matrix(0.743504,0,0,1.9418853,-251.11074,-694.5339)" 530 x1="228.69115" 531 y1="870.7868" 532 x2="707.32397" 533 y2="870.7868" /> 534 <linearGradient 535 inkscape:collect="always" 536 xlink:href="#linearGradient6760" 537 id="linearGradient2503" 538 gradientUnits="userSpaceOnUse" 539 gradientTransform="matrix(0.7367172,0,0,1.9597176,-298.22905,-628.9675)" 540 x1="228.69115" 541 y1="870.7868" 542 x2="707.32397" 543 y2="870.7868" /> 544 <linearGradient 545 inkscape:collect="always" 546 xlink:href="#linearGradient6760" 547 id="linearGradient2506" 548 gradientUnits="userSpaceOnUse" 549 gradientTransform="matrix(0.7435026,0,0,1.9418873,-154.71927,-694.7654)" 550 x1="228.69115" 551 y1="870.7868" 552 x2="707.32397" 553 y2="870.7868" /> 554 <linearGradient 555 inkscape:collect="always" 556 xlink:href="#linearGradient6760" 557 id="linearGradient2509" 558 gradientUnits="userSpaceOnUse" 559 gradientTransform="matrix(0.7235658,0,0,1.9953817,-93.4071,-658.8654)" 560 x1="228.69115" 561 y1="870.7868" 562 x2="707.32397" 563 y2="870.7868" /> 564 <linearGradient 565 inkscape:collect="always" 566 xlink:href="#linearGradient6760" 567 id="linearGradient2512" 568 gradientUnits="userSpaceOnUse" 569 gradientTransform="matrix(0.7367323,0,0,1.9597203,-201.07249,-629.2035)" 570 x1="228.69115" 571 y1="870.7868" 572 x2="707.32397" 573 y2="870.7868" /> 574 <linearGradient 575 inkscape:collect="always" 576 xlink:href="#linearGradient6760" 577 id="linearGradient2516" 578 gradientUnits="userSpaceOnUse" 579 gradientTransform="matrix(0.9077133,0,0,1.5905377,-245.82175,571.43367)" 523 580 x1="-913.33197" 524 581 y1="-468.00757" … … 528 585 inkscape:collect="always" 529 586 xlink:href="#linearGradient6760" 530 id="linearGradient2859" 531 gradientUnits="userSpaceOnUse" 532 gradientTransform="matrix(1.264563e-3,0.359053,-0.994758,-3.868624e-3,1025.606,677.2927)" 533 x1="157.75" 534 y1="532.36218" 535 x2="584.12329" 536 y2="532.36218" /> 537 <linearGradient 538 inkscape:collect="always" 539 xlink:href="#linearGradient6760" 540 id="linearGradient1976" 541 gradientUnits="userSpaceOnUse" 542 x1="228.69115" 543 y1="870.7868" 544 x2="707.32397" 545 y2="870.7868" /> 587 id="linearGradient3298" 588 gradientUnits="userSpaceOnUse" 589 x1="228.69115" 590 y1="870.7868" 591 x2="707.32397" 592 y2="870.7868" /> 593 <linearGradient 594 inkscape:collect="always" 595 xlink:href="#linearGradient6760" 596 id="linearGradient3308" 597 gradientUnits="userSpaceOnUse" 598 x1="228.69115" 599 y1="870.7868" 600 x2="707.32397" 601 y2="870.7868" /> 602 <linearGradient 603 gradientTransform="matrix(1.727169,0,0,1.666775,-309.2338,-995.5458)" 604 y2="976.83051" 605 x2="365.76541" 606 y1="976.83051" 607 x1="331.37308" 608 gradientUnits="userSpaceOnUse" 609 id="linearGradient1895" 610 xlink:href="#linearGradient6760" 611 inkscape:collect="always" /> 612 <linearGradient 613 y2="948.68036" 614 x2="409.34" 615 y1="948.68036" 616 x1="384.94772" 617 gradientUnits="userSpaceOnUse" 618 id="linearGradient20984" 619 xlink:href="#linearGradient6760" 620 inkscape:collect="always" /> 621 <linearGradient 622 gradientUnits="userSpaceOnUse" 623 y2="537.36218" 624 x2="562.25" 625 y1="537.36218" 626 x1="157.75" 627 id="linearGradient20012" 628 xlink:href="#linearGradient6760" 629 inkscape:collect="always" /> 630 <linearGradient 631 y2="623.94189" 632 x2="520.95258" 633 y1="623.94189" 634 x1="158.25" 635 gradientTransform="matrix(1.103352,0,0,0.99832,-14.69957,1.04835)" 636 gradientUnits="userSpaceOnUse" 637 id="linearGradient18232" 638 xlink:href="#linearGradient6760" 639 inkscape:collect="always" /> 640 <linearGradient 641 id="linearGradient3457"> 642 <stop 643 style="stop-color:#3447ff;stop-opacity:1;" 644 offset="0" 645 id="stop3459" /> 646 <stop 647 id="stop3461" 648 offset="0.51282054" 649 style="stop-color:white;stop-opacity:0.94117647;" /> 650 <stop 651 style="stop-color:#341dff;stop-opacity:1;" 652 offset="1" 653 id="stop3463" /> 654 </linearGradient> 655 <linearGradient 656 id="linearGradient10543"> 657 <stop 658 id="stop10545" 659 offset="0" 660 style="stop-color:#6496d3;stop-opacity:1;" /> 661 <stop 662 id="stop10547" 663 offset="1" 664 style="stop-color:#969696;stop-opacity:1;" /> 665 </linearGradient> 666 <linearGradient 667 y2="895.25244" 668 x2="66.722748" 669 y1="895.25244" 670 x1="-42.013222" 671 gradientUnits="userSpaceOnUse" 672 id="linearGradient26088" 673 xlink:href="#linearGradient10543" 674 inkscape:collect="always" /> 675 <linearGradient 676 gradientUnits="userSpaceOnUse" 677 y2="976.83051" 678 x2="365.76541" 679 y1="976.83051" 680 x1="331.37308" 681 id="linearGradient30531" 682 xlink:href="#linearGradient10543" 683 inkscape:collect="always" /> 684 <linearGradient 685 gradientUnits="userSpaceOnUse" 686 y2="948.68036" 687 x2="409.34" 688 y1="948.68036" 689 x1="384.94772" 690 id="linearGradient31424" 691 xlink:href="#linearGradient10543" 692 inkscape:collect="always" /> 693 <inkscape:perspective 694 id="perspective3448" 695 inkscape:persp3d-origin="372.04724 : 350.78739 : 1" 696 inkscape:vp_z="744.09448 : 526.18109 : 1" 697 inkscape:vp_y="0 : 1000 : 0" 698 inkscape:vp_x="0 : 526.18109 : 1" 699 sodipodi:type="inkscape:persp3d" /> 700 <linearGradient 701 inkscape:collect="always" 702 xlink:href="#linearGradient6760" 703 id="linearGradient3481" 704 gradientUnits="userSpaceOnUse" 705 x1="228.69115" 706 y1="870.7868" 707 x2="707.32397" 708 y2="870.7868" /> 709 <linearGradient 710 inkscape:collect="always" 711 xlink:href="#linearGradient6760" 712 id="linearGradient3483" 713 gradientUnits="userSpaceOnUse" 714 x1="228.69115" 715 y1="870.7868" 716 x2="707.32397" 717 y2="870.7868" /> 718 <linearGradient 719 inkscape:collect="always" 720 xlink:href="#linearGradient6760" 721 id="linearGradient3497" 722 gradientUnits="userSpaceOnUse" 723 x1="228.69115" 724 y1="870.7868" 725 x2="707.32397" 726 y2="870.7868" /> 727 <linearGradient 728 inkscape:collect="always" 729 xlink:href="#linearGradient6760" 730 id="linearGradient3504" 731 gradientUnits="userSpaceOnUse" 732 gradientTransform="matrix(0,0.8197509,-1.6095574,0,1816.828,602.54721)" 733 x1="331.37308" 734 y1="976.83051" 735 x2="365.76541" 736 y2="976.83051" /> 737 <linearGradient 738 inkscape:collect="always" 739 xlink:href="#linearGradient6760" 740 id="linearGradient3507" 741 gradientUnits="userSpaceOnUse" 742 x1="384.94772" 743 y1="948.68036" 744 x2="409.34" 745 y2="948.68036" /> 746 <linearGradient 747 inkscape:collect="always" 748 xlink:href="#linearGradient6760" 749 id="linearGradient3547" 750 gradientUnits="userSpaceOnUse" 751 gradientTransform="matrix(0,0.8197509,-1.6095574,0,1705.1711,602.1258)" 752 x1="331.37308" 753 y1="976.83051" 754 x2="365.76541" 755 y2="976.83051" /> 756 <linearGradient 757 inkscape:collect="always" 758 xlink:href="#linearGradient6760" 759 id="linearGradient3549" 760 gradientUnits="userSpaceOnUse" 761 x1="384.94772" 762 y1="948.68036" 763 x2="409.34" 764 y2="948.68036" /> 765 <linearGradient 766 inkscape:collect="always" 767 xlink:href="#linearGradient10543" 768 id="linearGradient3551" 769 gradientUnits="userSpaceOnUse" 770 x1="-42.013222" 771 y1="895.25244" 772 x2="66.722748" 773 y2="895.25244" /> 546 774 </defs> 547 775 <sodipodi:namedview 548 776 inkscape:window-height="900" 549 inkscape:window-width="12 80"777 inkscape:window-width="1272" 550 778 inkscape:pageshadow="2" 551 779 inkscape:pageopacity="0.0" … … 559 787 showgrid="true" 560 788 showguides="true" 561 inkscape:zoom=" 0.35824169"562 inkscape:cx=" 463.05537"563 inkscape:cy=" 883.90986"564 inkscape:window-x=" -4"565 inkscape:window-y=" -4"789 inkscape:zoom="1.0132605" 790 inkscape:cx="224.21288" 791 inkscape:cy="358.912" 792 inkscape:window-x="0" 793 inkscape:window-y="24" 566 794 inkscape:current-layer="g14168" 567 795 inkscape:guide-bbox="true" /> 568 796 <g 569 transform="matrix(0,-0.836391,-1.541763,0,16 77.846,672.611)"797 transform="matrix(0,-0.836391,-1.541763,0,1656.397,577.28527)" 570 798 style="fill:url(#linearGradient21273);fill-opacity:1;fill-rule:nonzero" 571 799 id="g14168"> … … 574 802 style="fill:url(#linearGradient5143);fill-opacity:1;fill-rule:nonzero" 575 803 id="g5069" /> 804 <path 805 id="path5033" 806 d="M 471.3211,989.19129 L 482.37018,988.91043 L 477.57301,997.97966 L 471.3211,989.19129 z" 807 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.81182224px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 808 <path 809 style="fill:url(#linearGradient2522);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.1820271;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 810 d="M -186.77782,881.72432 L -187.36103,950.13368 C -207.59578,958.46365 -227.75097,957.4603 -247.84766,949.59642 L -246.99937,850.0919 L -246.84033,831.43479 L -201.47535,831.83774 L -201.63439,850.49484 L -246.99937,850.0919 L -201.63439,850.49484 L -201.74044,862.93291 L -186.77782,881.72432 L -186.77782,881.72432 L -186.77782,881.72432 z" 811 id="path2047" 812 sodipodi:nodetypes="ccccccccccccc" /> 813 <path 814 id="path4730" 815 d="M -118.59596,988.7126 L -110.66573,988.77266 L -114.16137,997.68699 L -118.59596,988.7126 z" 816 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.68752825px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 817 <path 818 id="path9931" 819 d="M -223.25667,963.2708 L -231.29987,963.11083 L -226.12375,955.061 L -223.25667,963.2708 z" 820 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.66118085px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 821 <path 822 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.56827581;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 823 d="M -229.85682,877.17288 L -230.6265,837.75891 L -216.97126,858.79755 L -217.85936,813.3199" 824 id="path9935" /> 825 <path 826 id="path10822" 827 d="M -233.45392,877.41963 L -226.65454,877.29839 L -230.12838,882.93352 L -233.45392,877.41963 z" 828 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.50261962px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 829 <path 830 style="fill:url(#linearGradient2515);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.91794777;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 831 d="M 405.7349,883.86684 L 452.59987,862.88913 L 429.53382,853.1794 L 403.83767,842.3627 C 396.59151,860.00931 400.39657,872.30898 405.7349,883.86684 z" 832 id="path22345" 833 sodipodi:nodetypes="ccccc" 834 inkscape:export-xdpi="90" 835 inkscape:export-ydpi="90" /> 836 <path 837 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.92820442;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 838 d="M 480.34965,862.88886 C 451.90225,863.02311 451.90225,863.02311 451.90225,863.02311" 839 id="path1874" /> 840 <path 841 id="path4728" 842 d="M 372.09725,906.98618 L 363.37993,906.96764 L 367.36605,912.7277 L 372.09725,906.98618 z" 843 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57814503px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 844 <path 845 sodipodi:type="arc" 846 style="fill:url(#linearGradient8353);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.1367197;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 847 id="path6504" 848 sodipodi:cx="475.17874" 849 sodipodi:cy="602.44745" 850 sodipodi:rx="50.259289" 851 sodipodi:ry="49.990524" 852 d="M 525.43803,602.44745 A 50.259289,49.990524 0 1 1 424.91945,602.44745 A 50.259289,49.990524 0 1 1 525.43803,602.44745 z" 853 transform="matrix(6.6501208e-3,0.3409138,-0.6371013,1.0595861e-2,749.57916,763.33048)" /> 854 <path 855 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.92820442;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 856 d="M 337.05223,931.7042 L 322.56132,931.94519 L 322.512,929.41376 L 322.61066,934.47664 L 322.56132,931.94519" 857 id="path10135" /> 858 <path 859 sodipodi:nodetypes="ccccccccccccc" 860 id="path2264" 861 d="M 620.90304,856.53354 L 621.16,928.87291 C 596.67482,937.7763 572.15461,936.81022 547.60855,928.58947 L 547.23461,823.36859 L 547.16437,803.63966 L 602.32808,803.85224 L 602.39831,823.58115 L 547.23461,823.36859 L 602.39831,823.58115 L 602.44508,836.73376 L 620.90304,856.53354 L 620.90304,856.53354 L 620.90304,856.53354 z" 862 style="fill:url(#linearGradient2508);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.47421145;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 863 <path 864 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.64201891px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 865 d="M 634.97393,902.714 L 635.0997,907.28433 L 621.52153,905.46953 L 634.97393,902.714 z" 866 id="path2266" /> 867 <path 868 id="path7262" 869 d="M 574.27428,884.8743 L 573.38179,816.17298 L 588.5915,856.61747 L 587.56686,777.7382 L 587.56686,777.7382 L 587.56686,777.7382" 870 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.62033987;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 871 <path 872 id="path2272" 873 d="M 482.83905,862.2484 L 545.14119,861.89431 L 482.83905,862.2484 z" 874 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.90609694;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 875 <path 876 id="path4063" 877 d="M 550.40083,1037.3335 L 688.28995,1037.3335 L 688.29007,905.00384 L 635.76053,905.00384 L 635.76053,905.00384 L 635.76053,905.00384" 878 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.79649448;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 879 <path 880 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.70871884px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 881 d="M 491.60954,859.94006 L 491.82547,865.15925 L 477.30718,863.1617 L 491.60954,859.94006 z" 882 id="path4952" /> 883 <path 884 id="path14705" 885 d="M 367.39548,931.36749 L 367.39546,872.42346 L 401.35868,872.42346" 886 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.92820442;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 887 <path 888 id="path15596" 889 d="M 398.92216,854.43223 C 366.72565,854.43223 366.72565,854.43223 366.72565,854.43223 L 366.72565,770.87395" 890 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.65966523;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 891 <path 892 id="path17376" 893 d="M 401.3601,932.0784 L 401.3601,972.66143 L 477.19533,972.66143 L 477.19533,994.51382" 894 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.92820442;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 895 <path 896 id="path18278" 897 d="M -247.82143,897.8402 L -271.36214,897.8402 L -271.36214,768.91925" 898 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.62033987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 899 <path 900 id="path19167" 901 d="M -186.39101,937.40646 L -115.56493,937.40646 L -115.56493,998.52967 L -115.56493,998.52967" 902 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.69850659;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 903 <path 904 id="path20054" 905 d="M -192.8571,1037.878 L -226.44213,1037.878 L -226.44212,958.16354" 906 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.61005425;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 907 <path 908 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.32096973px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 909 d="M -268.20559,770.94418 L -274.62829,770.94418 L -271.41694,764.84889 L -268.20559,770.94418 z" 910 id="path1977" /> 911 <path 912 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.56140006;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 913 d="M -217.37823,857.788 L -218.49735,768.07031" 914 id="path2868" /> 915 <path 916 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.32096973px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 917 d="M -215.16387,770.94418 L -221.58657,770.94418 L -218.37522,764.84889 L -215.16387,770.94418 z" 918 id="path3755" /> 919 <path 920 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.32096973px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 921 d="M 369.98826,770.57135 L 363.56556,770.57135 L 366.7769,764.47606 L 369.98826,770.57135 z" 922 id="path5527" /> 923 <path 924 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.62033999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 925 d="M 588.58234,855.59279 L 587.4773,770.05888" 926 id="path5532" /> 927 <path 928 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.32096973px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 929 d="M 590.57351,770.92682 L 584.15081,770.92682 L 587.36215,764.83153 L 590.57351,770.92682 z" 930 id="path8189" /> 931 <path 932 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.62033999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 933 d="M 622.83845,865.09656 L 678.09024,865.09656" 934 id="path8191" /> 935 <path 936 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.32096973px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 937 d="M 678.64396,866.84476 L 678.66089,863.3924 L 689.99191,865.13463 L 678.64396,866.84476 z" 938 id="path9078" /> 939 <rect 940 rx="36.54636" 941 style="fill:url(#linearGradient2516);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.2324605;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 942 id="rect2548" 943 width="73.09272" 944 height="754.02136" 945 x="-1072.7938" 946 y="-549.96167" 947 transform="matrix(0,-1,-1,1.0328494e-8,0,0)" 948 ry="48.304493" /> 949 <path 950 style="fill:url(#linearGradient2512);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.03070021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 951 d="M 118.50612,1000.8293 L 118.50618,1071.1833" 952 id="path2550" /> 953 <path 954 style="fill:url(#linearGradient2509);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.03070021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 955 d="M 305.54996,1000.8293 L 305.55002,1072.4635" 956 id="path2552" /> 957 <path 958 style="fill:url(#linearGradient2506);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.03070021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 959 d="M 211.06155,1001.6795 L 211.06148,1071.3934" 960 id="path2554" /> 961 <path 962 id="path2556" 963 d="M -62.49395,1000.6277 L -62.493942,1070.9817" 964 style="fill:url(#linearGradient2503);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.03070021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 965 <path 966 id="path2558" 967 d="M 30.061503,1001.4778 L 30.06143,1071.1917" 968 style="fill:url(#linearGradient2500);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.03070021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 969 <path 970 id="path2560" 971 d="M 398.10541,1001.0393 L 398.10533,1071.3933" 972 style="fill:url(#linearGradient2497);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.03070021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 973 <path 974 id="path2582" 975 d="M 491.78358,1001.2449 L 491.7835,1071.5989" 976 style="fill:url(#linearGradient2494);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.03070021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 977 <path 978 id="path2588" 979 d="M -153.56873,1001.8823 L -153.56873,1072.2364" 980 style="fill:url(#linearGradient2491);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.03070021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 981 <path 982 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.65996099;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 983 d="M 281.84766,998.5427 L 281.84766,984.38409 L 281.84766,970.22548 L 244.67872,970.46956 L 244.67872,771.3648" 984 id="path3300" 985 sodipodi:nodetypes="ccccc" /> 986 <path 987 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.32096973px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 988 d="M 248.28548,770.8051 L 241.92156,770.79591 L 245.13311,764.64895 L 248.28548,770.8051 z" 989 id="path3302" 990 sodipodi:nodetypes="cccc" /> 576 991 <g 577 id="g1975" 578 style="fill:url(#linearGradient1976)" 579 transform="matrix(0.924242,0,0,0.915785,-8.038794,90.55544)"> 580 <rect 581 ry="30.369915" 582 transform="matrix(0,-1,-1,1.809807e-8,0,0)" 583 y="-456.30664" 584 x="-1027.4641" 585 height="474.06699" 586 width="80.52401" 587 id="rect11493" 588 style="fill:url(#linearGradient24556);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.52246428;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 589 rx="40.262005" /> 590 <path 591 id="path8726" 592 d="M 185.04269,948.18307 L 185.04276,984.08304" 593 style="fill:url(#linearGradient24553);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.08215547;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 594 <path 595 id="path8728" 596 d="M 302.64057,948.18307 L 302.64064,984.08304" 597 style="fill:url(#linearGradient24550);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.08215547;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 598 <path 599 id="path8732" 600 d="M 243.23403,990.02127 L 243.23393,1025.9213" 601 style="fill:url(#linearGradient24547);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.08215547;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 602 <path 603 style="fill:url(#linearGradient24544);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.08215547;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 604 d="M 71.244663,947.9609 L 71.244668,983.86099" 605 id="path7820" /> 606 <path 607 style="fill:url(#linearGradient24541);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.08215547;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 608 d="M 129.43599,989.79909 L 129.43589,1025.6992" 609 id="path8730" /> 610 <path 611 style="fill:url(#linearGradient24538);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.08215547;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 612 d="M 360.83191,990.02121 L 360.83181,1025.9212" 613 id="path8734" /> 614 <path 615 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.88241184px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 616 d="M 198.09049,1039.7375 L 186.12337,1039.8174 L 191.94857,1030.0186 L 198.09049,1039.7375 z " 617 id="path20553" /> 618 <path 619 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.88241184px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 620 d="M 376.93986,935.91397 L 388.89461,935.60729 L 383.70423,945.51051 L 376.93986,935.91397 z " 621 id="path5033" /> 622 <path 623 sodipodi:nodetypes="cc" 624 id="path4989" 625 d="M 192.14393,1038.243 C 192.14387,1077.1595 192.14386,1074.599 192.14386,1074.599" 626 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.78853083;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 627 <path 628 sodipodi:nodetypes="ccccccccccccc" 629 id="path2047" 630 d="M -10.823871,820.5872 L -11.454879,895.28744 C -33.34823,904.38343 -55.15549,903.28781 -76.899466,894.70078 L -75.981643,786.04588 L -75.809564,765.67308 L -26.726119,766.11308 L -26.898199,786.48588 L -75.981643,786.04588 L -26.898199,786.48588 L -27.012935,800.06774 L -10.823871,820.5872 L -10.823871,820.5872 L -10.823871,820.5872 z " 631 style="fill:url(#linearGradient24532);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.37175894;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 632 <path 633 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.74731022px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 634 d="M 62.946707,937.41406 L 71.526961,937.47964 L 67.744787,947.21372 L 62.946707,937.41406 z " 635 id="path4730" /> 636 <path 637 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.71867186px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 638 d="M -50.29281,909.63264 L -58.995292,909.45796 L -53.394889,900.66788 L -50.29281,909.63264 z " 639 id="path9931" /> 640 <path 641 id="path9935" 642 d="M -57.433954,815.61721 L -58.266729,772.57876 L -43.4922,795.5521 L -44.453091,745.89236" 643 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.70464063;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 644 <path 645 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.54632342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 646 d="M -61.325903,815.88666 L -53.969187,815.75427 L -57.727773,821.9076 L -61.325903,815.88666 z " 647 id="path10822" /> 648 <path 649 inkscape:export-ydpi="90" 650 inkscape:export-xdpi="90" 651 sodipodi:nodetypes="ccccc" 652 id="path22345" 653 d="M 305.97771,815.23791 L 356.6841,792.3311 L 331.72738,781.72847 L 303.92497,769.91708 C 296.08486,789.18646 300.20181,802.6172 305.97771,815.23791 z " 654 style="fill:url(#linearGradient24525);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.08471727;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 655 <path 656 id="path1874" 657 d="M 386.70846,792.33081 C 355.9293,792.47741 355.9293,792.47741 355.9293,792.47741" 658 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.09586573;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 659 <path 660 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.62841594px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 661 d="M 269.58286,840.48329 L 260.151,840.46305 L 264.46386,846.7528 L 269.58286,840.48329 z " 662 id="path4728" /> 663 <path 664 transform="matrix(7.195216e-3,0.372264,-0.689323,1.157025e-2,678.0061,683.6171)" 665 d="M 525.43803 602.44745 A 50.259289 49.990524 0 1 1 424.91945,602.44745 A 50.259289 49.990524 0 1 1 525.43803 602.44745 z" 666 sodipodi:ry="49.990524" 667 sodipodi:rx="50.259289" 668 sodipodi:cy="602.44745" 669 sodipodi:cx="475.17874" 670 id="path6504" 671 style="fill:url(#linearGradient8353);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:4.1367197;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 672 sodipodi:type="arc" /> 673 <path 674 id="path10135" 675 d="M 231.66528,867.47436 L 215.98659,867.73752 L 215.93322,864.9733 L 216.03997,870.50176 L 215.98659,867.73752" 676 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.09586573;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 677 <path 678 style="fill:url(#linearGradient2859);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.68934917;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 679 d="M 536.22932,790.28395 L 536.50735,869.2756 C 510.01517,878.99775 483.4851,877.94283 456.92705,868.9661 L 456.52246,754.06918 L 456.44647,732.52599 L 516.13182,732.75811 L 516.20781,754.30128 L 456.52246,754.06918 L 516.20781,754.30128 L 516.25841,768.6634 L 536.22932,790.28395 L 536.22932,790.28395 L 536.22932,790.28395 z " 680 id="path2264" 681 sodipodi:nodetypes="ccccccccccccc" /> 682 <path 683 id="path2266" 684 d="M 551.45357,840.71114 L 551.58965,845.70175 L 536.89851,843.72007 L 551.45357,840.71114 z " 685 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.69784379px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 686 <path 687 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.76123178;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 688 d="M 485.77851,821.23091 L 484.81287,746.21186 L 501.26928,790.3756 L 500.16065,704.24264 L 500.16065,704.24264 L 500.16065,704.24264" 689 id="path7262" /> 690 <path 691 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.07183599;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 692 d="M 389.40191,791.63145 L 456.81082,791.2448 L 389.40191,791.63145 z " 693 id="path2272" /> 694 <path 695 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.95270336;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 696 d="M 453.56479,987.01116 L 602.75636,987.01116 L 602.75649,842.51257 L 545.92122,842.51257 L 545.92122,842.51257 L 545.92122,842.51257" 697 id="path4063" /> 698 <path 699 id="path4952" 700 d="M 398.8913,789.11084 L 399.12493,794.80998 L 383.41661,792.62874 L 398.8913,789.11084 z " 701 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.77034342px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 702 <path 703 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.09586573;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 704 d="M 264.4957,867.10669 L 264.49568,802.7422 L 301.24278,802.7422" 705 id="path14705" /> 706 <path 707 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.76123178;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 708 d="M 298.63544,783.11232 C 263.74208,783.11232 263.74208,783.11232 263.74208,783.11232 L 263.74208,696.28677" 709 id="path15596" /> 710 <path 711 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.09586573;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 712 d="M 301.24432,867.88298 L 301.24432,912.19799 L 383.29559,912.19799 L 383.29559,936.05992" 713 id="path17376" /> 714 <path 715 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.76123178;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 716 d="M -76.871088,838.18509 L -102.34137,838.18509 L -102.34137,697.40865" 717 id="path18278" /> 718 <path 719 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.84619522;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 720 d="M -10.405353,881.38984 L 66.226178,881.38984 L 66.226183,948.1339 L 66.226183,948.1339" 721 id="path19167" /> 722 <path 723 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.75005174;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 724 d="M -17.401457,991.10069 L -53.739367,991.10069 L -53.739362,904.05572" 725 id="path20054" /> 726 <path 727 id="path1977" 728 d="M -98.926087,699.61979 L -105.87524,699.61979 L -102.40067,692.96398 L -98.926087,699.61979 z " 729 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.34887871px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 730 <path 731 id="path2868" 732 d="M -43.932522,794.44971 L -45.143379,696.48164" 733 style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1.69716704;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 734 <path 735 id="path3755" 736 d="M -41.536657,699.61979 L -48.48581,699.61979 L -45.01124,692.96398 L -41.536657,699.61979 z " 737 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.34887871px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 738 <path 739 id="path5527" 740 d="M 267.301,699.67908 L 260.35185,699.67908 L 263.82642,693.02327 L 267.301,699.67908 z " 741 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.34887871px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 742 <path 743 transform="matrix(0,-0.648608,-1.195613,0,804.1825,1088.265)" 744 id="path5532" 745 d="M 461,253.36218 L 605,254.36218" 746 style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 747 <path 748 id="path8189" 749 d="M 503.41375,699.63792 L 496.4646,699.63792 L 499.93917,692.98211 L 503.41375,699.63792 z " 750 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.34887871px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 751 <path 752 transform="matrix(0,-0.648608,-1.195613,0,804.1825,1088.265)" 753 id="path8191" 754 d="M 445,222.36218 L 445,172.36218" 755 style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 756 <path 757 id="path9078" 758 d="M 590.94144,801.54339 L 590.95975,797.77355 L 603.21955,799.67599 L 590.94144,801.54339 z " 759 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.34887871px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 760 </g> 992 transform="matrix(0,1.377443,-2.6029708,0,2591.1819,180.61913)" 993 id="g6062" 994 style="fill:url(#linearGradient3551);fill-opacity:1;fill-rule:nonzero" /> 995 <path 996 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.65996099;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 997 d="M 95.942116,998.12124 L 95.942116,983.96268 L 95.942116,969.80407 L 133.11106,970.04815 L 133.11106,770.94339" 998 id="path3535" 999 sodipodi:nodetypes="ccccc" /> 1000 <path 1001 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.32096973px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 1002 d="M 136.00731,770.83632 L 129.64339,770.82713 L 132.85494,764.68017 L 136.00731,770.83632 z" 1003 id="path3537" 1004 sodipodi:nodetypes="cccc" /> 1005 <path 1006 id="path3539" 1007 d="M 162.33204,875.65171 L 162.33204,900.62022" 1008 style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.05673909;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 1009 <path 1010 style="fill:url(#linearGradient3547);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05673909;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 1011 d="M 117.16181,874.79386 L 148.65081,874.79386 L 117.16181,900.93763 L 148.65081,900.93763 L 117.16181,874.79386 z" 1012 id="path3541" /> 1013 <path 1014 id="path3543" 1015 d="M 132.6154,887.74304 L 160.87262,887.74304 L 160.87262,887.35026" 1016 style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.05673909;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 1017 <path 1018 sodipodi:open="true" 1019 transform="matrix(0,1.0291954,-2.6398596,0,2672.7599,479.42377)" 1020 sodipodi:end="5.6398786" 1021 sodipodi:start="3.777868" 1022 d="M 385.81883,950.65846 A 14.117196,9.7510529 0 0 1 408.4689,950.60346" 1023 sodipodi:ry="9.7510529" 1024 sodipodi:rx="14.117196" 1025 sodipodi:cy="956.45258" 1026 sodipodi:cx="397.17349" 1027 id="path3545" 1028 style="fill:url(#linearGradient3549);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.64110392;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 1029 sodipodi:type="arc" /> 1030 <path 1031 id="path6072" 1032 d="M 273.98893,876.07312 L 273.98893,901.04163" 1033 style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.05673909;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 1034 <path 1035 style="fill:url(#linearGradient3504);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.05673909;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 1036 d="M 228.8187,875.21527 L 260.3077,875.21527 L 228.8187,901.35904 L 260.3077,901.35904 L 228.8187,875.21527 z" 1037 id="path6064" /> 1038 <path 1039 id="path6070" 1040 d="M 244.27229,888.16445 L 272.52951,888.16445 L 272.52951,887.77167" 1041 style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.05673909;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 1042 <path 1043 sodipodi:open="true" 1044 transform="matrix(0,1.0291954,-2.6398596,0,2784.4168,479.84518)" 1045 sodipodi:end="5.6398786" 1046 sodipodi:start="3.777868" 1047 d="M 385.81883,950.65846 A 14.117196,9.7510529 0 0 1 408.4689,950.60346" 1048 sodipodi:ry="9.7510529" 1049 sodipodi:rx="14.117196" 1050 sodipodi:cy="956.45258" 1051 sodipodi:cx="397.17349" 1052 id="path6074" 1053 style="fill:url(#linearGradient3507);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.64110392;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 1054 sodipodi:type="arc" /> 761 1055 </g> 762 1056 </svg> -
trunk/eml/UserModels/icon/DistillationThermosyphonSubcooling.svg
r653 r679 3 3 <svg 4 4 xmlns:dc="http://purl.org/dc/elements/1.1/" 5 xmlns:cc="http:// web.resource.org/cc/"5 xmlns:cc="http://creativecommons.org/ns#" 6 6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 7 7 xmlns:svg="http://www.w3.org/2000/svg" … … 12 12 id="svg2064" 13 13 sodipodi:version="0.32" 14 inkscape:version="0.4 5.1"15 width=" 210mm"16 height=" 297mm"14 inkscape:version="0.46" 15 width="479.68988" 16 height="902.5141" 17 17 sodipodi:docbase="D:\User\Arge\PROJETOS\Alsoc\EMSO\mso\eml\stage_separators\icon" 18 18 sodipodi:docname="DistillationThermosyphonSubcooling.svg" 19 inkscape:export-filename=" D:\User\Arge\PROJETOS\Alsoc\EMSO\mso\eml\stage_separators\icon\DistillationThermosyphonSubcooling.png"19 inkscape:export-filename="/home/bicca/apps/repositorio/biblioteca/branches/gui/eml/stage_separators/icon/DistillationThermosyphonSubcooling.png" 20 20 inkscape:export-xdpi="90" 21 21 inkscape:export-ydpi="90" 22 inkscape:output_extension="org.inkscape.output.svg.inkscape"> 22 inkscape:output_extension="org.inkscape.output.svg.inkscape" 23 version="1.0"> 23 24 <metadata 24 25 id="metadata2069"> … … 34 35 <defs 35 36 id="defs2067"> 37 <marker 38 inkscape:stockid="EmptyTriangleInL" 39 orient="auto" 40 refY="0" 41 refX="0" 42 id="EmptyTriangleInL" 43 style="overflow:visible"> 44 <path 45 id="path3510" 46 d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z" 47 style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" 48 transform="matrix(-0.8,0,0,-0.8,4.8,0)" /> 49 </marker> 50 <marker 51 inkscape:stockid="EmptyTriangleOutL" 52 orient="auto" 53 refY="0" 54 refX="0" 55 id="EmptyTriangleOutL" 56 style="overflow:visible"> 57 <path 58 id="path3519" 59 d="M 5.77,0 L -2.88,5 L -2.88,-5 L 5.77,0 z" 60 style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none" 61 transform="matrix(0.8,0,0,0.8,-4.8,0)" /> 62 </marker> 63 <inkscape:perspective 64 sodipodi:type="inkscape:persp3d" 65 inkscape:vp_x="0 : 526.18109 : 1" 66 inkscape:vp_y="0 : 1000 : 0" 67 inkscape:vp_z="744.09448 : 526.18109 : 1" 68 inkscape:persp3d-origin="372.04724 : 350.78739 : 1" 69 id="perspective147" /> 36 70 <linearGradient 37 71 id="linearGradient6760"> … … 571 605 inkscape:collect="always" 572 606 xlink:href="#linearGradient6760" 573 id="linearGradient7373" 607 id="linearGradient7395" 608 gradientUnits="userSpaceOnUse" 609 x1="336.90649" 610 y1="455.00009" 611 x2="454.45868" 612 y2="455.00009" /> 613 <linearGradient 614 inkscape:collect="always" 615 xlink:href="#linearGradient6760" 616 id="linearGradient2545" 617 gradientUnits="userSpaceOnUse" 618 gradientTransform="matrix(-5.6284309e-3,0.6451051,0.7763507,1.9197254e-2,-374.39138,577.27601)" 619 x1="372.57718" 620 y1="509.53915" 621 x2="370.8418" 622 y2="591.71429" /> 623 <linearGradient 624 y2="870.7868" 625 x2="707.32397" 626 y1="870.7868" 627 x1="228.69115" 628 gradientUnits="userSpaceOnUse" 629 id="linearGradient4216" 630 xlink:href="#linearGradient6760" 631 inkscape:collect="always" /> 632 <linearGradient 633 y2="472.44641" 634 x2="140.18112" 635 y1="472.44641" 636 x1="37.28347" 637 gradientUnits="userSpaceOnUse" 638 id="linearGradient4214" 639 xlink:href="#linearGradient6760" 640 inkscape:collect="always" /> 641 <linearGradient 642 y2="472.44641" 643 x2="140.18112" 644 y1="472.44641" 645 x1="37.28347" 646 gradientUnits="userSpaceOnUse" 647 id="linearGradient4212" 648 xlink:href="#linearGradient6760" 649 inkscape:collect="always" /> 650 <linearGradient 651 y2="455.00009" 652 x2="454.45868" 653 y1="455.00009" 654 x1="336.90649" 655 gradientUnits="userSpaceOnUse" 656 id="linearGradient4206" 657 xlink:href="#linearGradient6760" 658 inkscape:collect="always" /> 659 <linearGradient 660 y2="870.7868" 661 x2="707.32397" 662 y1="870.7868" 663 x1="228.69115" 664 gradientUnits="userSpaceOnUse" 665 id="linearGradient3976" 666 xlink:href="#linearGradient6760" 667 inkscape:collect="always" /> 668 <linearGradient 669 y2="870.7868" 670 x2="707.32397" 671 y1="870.7868" 672 x1="228.69115" 673 gradientUnits="userSpaceOnUse" 674 id="linearGradient3974" 675 xlink:href="#linearGradient6760" 676 inkscape:collect="always" /> 677 <linearGradient 678 y2="870.7868" 679 x2="707.32397" 680 y1="870.7868" 681 x1="228.69115" 682 gradientUnits="userSpaceOnUse" 683 id="linearGradient3972" 684 xlink:href="#linearGradient6760" 685 inkscape:collect="always" /> 686 <linearGradient 687 y2="870.7868" 688 x2="707.32397" 689 y1="870.7868" 690 x1="228.69115" 691 gradientUnits="userSpaceOnUse" 692 id="linearGradient3828" 693 xlink:href="#linearGradient6760" 694 inkscape:collect="always" /> 695 <linearGradient 696 y2="870.7868" 697 x2="707.32397" 698 y1="870.7868" 699 x1="228.69115" 700 gradientUnits="userSpaceOnUse" 701 id="linearGradient3826" 702 xlink:href="#linearGradient6760" 703 inkscape:collect="always" /> 704 <linearGradient 705 y2="870.7868" 706 x2="707.32397" 707 y1="870.7868" 708 x1="228.69115" 709 gradientUnits="userSpaceOnUse" 710 id="linearGradient3824" 711 xlink:href="#linearGradient6760" 712 inkscape:collect="always" /> 713 <inkscape:perspective 714 sodipodi:type="inkscape:persp3d" 715 inkscape:vp_x="0 : 526.18109 : 1" 716 inkscape:vp_y="0 : 1000 : 0" 717 inkscape:vp_z="744.09448 : 526.18109 : 1" 718 inkscape:persp3d-origin="372.04724 : 350.78739 : 1" 719 id="perspective3564" /> 720 <linearGradient 721 id="linearGradient3567"> 722 <stop 723 id="stop3569" 724 offset="0" 725 style="stop-color:#3447ff;stop-opacity:1;" /> 726 <stop 727 style="stop-color:white;stop-opacity:0.94117647;" 728 offset="0.51282054" 729 id="stop3571" /> 730 <stop 731 id="stop3573" 732 offset="1" 733 style="stop-color:#341dff;stop-opacity:1;" /> 734 </linearGradient> 735 <linearGradient 736 inkscape:collect="always" 737 xlink:href="#linearGradient6760" 738 id="linearGradient3575" 739 gradientUnits="userSpaceOnUse" 740 x1="-913.33197" 741 y1="-468.00757" 742 x2="-828.24158" 743 y2="-468.00757" /> 744 <linearGradient 745 inkscape:collect="always" 746 xlink:href="#linearGradient6760" 747 id="linearGradient3577" 748 gradientUnits="userSpaceOnUse" 749 x1="228.69115" 750 y1="870.7868" 751 x2="707.32397" 752 y2="870.7868" /> 753 <linearGradient 754 inkscape:collect="always" 755 xlink:href="#linearGradient6760" 756 id="linearGradient3579" 757 gradientUnits="userSpaceOnUse" 758 x1="228.69115" 759 y1="870.7868" 760 x2="707.32397" 761 y2="870.7868" /> 762 <linearGradient 763 inkscape:collect="always" 764 xlink:href="#linearGradient6760" 765 id="linearGradient3581" 766 gradientUnits="userSpaceOnUse" 767 x1="228.69115" 768 y1="870.7868" 769 x2="707.32397" 770 y2="870.7868" /> 771 <linearGradient 772 inkscape:collect="always" 773 xlink:href="#linearGradient6760" 774 id="linearGradient3583" 775 gradientUnits="userSpaceOnUse" 776 x1="228.69115" 777 y1="870.7868" 778 x2="707.32397" 779 y2="870.7868" /> 780 <linearGradient 781 inkscape:collect="always" 782 xlink:href="#linearGradient6760" 783 id="linearGradient3585" 784 gradientUnits="userSpaceOnUse" 785 x1="228.69115" 786 y1="870.7868" 787 x2="707.32397" 788 y2="870.7868" /> 789 <linearGradient 790 inkscape:collect="always" 791 xlink:href="#linearGradient6760" 792 id="linearGradient3587" 793 gradientUnits="userSpaceOnUse" 794 x1="228.69115" 795 y1="870.7868" 796 x2="707.32397" 797 y2="870.7868" /> 798 <linearGradient 799 inkscape:collect="always" 800 xlink:href="#linearGradient6760" 801 id="linearGradient3589" 802 gradientUnits="userSpaceOnUse" 803 x1="228.69115" 804 y1="870.7868" 805 x2="707.32397" 806 y2="870.7868" /> 807 <linearGradient 808 inkscape:collect="always" 809 xlink:href="#linearGradient6760" 810 id="linearGradient3591" 811 gradientUnits="userSpaceOnUse" 812 x1="-913.33197" 813 y1="-468.00757" 814 x2="-828.24158" 815 y2="-468.00757" /> 816 <linearGradient 817 inkscape:collect="always" 818 xlink:href="#linearGradient6760" 819 id="linearGradient3593" 820 gradientUnits="userSpaceOnUse" 821 x1="228.69115" 822 y1="870.7868" 823 x2="707.32397" 824 y2="870.7868" /> 825 <linearGradient 826 inkscape:collect="always" 827 xlink:href="#linearGradient6760" 828 id="linearGradient3595" 829 gradientUnits="userSpaceOnUse" 830 x1="228.69115" 831 y1="870.7868" 832 x2="707.32397" 833 y2="870.7868" /> 834 <linearGradient 835 inkscape:collect="always" 836 xlink:href="#linearGradient6760" 837 id="linearGradient3597" 838 gradientUnits="userSpaceOnUse" 839 x1="228.69115" 840 y1="870.7868" 841 x2="707.32397" 842 y2="870.7868" /> 843 <linearGradient 844 inkscape:collect="always" 845 xlink:href="#linearGradient6760" 846 id="linearGradient3599" 847 gradientUnits="userSpaceOnUse" 848 x1="228.69115" 849 y1="870.7868" 850 x2="707.32397" 851 y2="870.7868" /> 852 <linearGradient 853 inkscape:collect="always" 854 xlink:href="#linearGradient6760" 855 id="linearGradient3601" 856 gradientUnits="userSpaceOnUse" 857 x1="228.69115" 858 y1="870.7868" 859 x2="707.32397" 860 y2="870.7868" /> 861 <linearGradient 862 inkscape:collect="always" 863 xlink:href="#linearGradient6760" 864 id="linearGradient3603" 865 gradientUnits="userSpaceOnUse" 866 x1="228.69115" 867 y1="870.7868" 868 x2="707.32397" 869 y2="870.7868" /> 870 <linearGradient 871 y2="532.36218" 872 x2="584.12329" 873 y1="532.36218" 874 x1="157.75" 875 gradientUnits="userSpaceOnUse" 876 id="linearGradient3605" 877 xlink:href="#linearGradient6760" 878 inkscape:collect="always" /> 879 <linearGradient 880 y2="532.36218" 881 x2="584.12329" 882 y1="532.36218" 883 x1="157.75" 884 gradientUnits="userSpaceOnUse" 885 id="linearGradient3607" 886 xlink:href="#linearGradient6760" 887 inkscape:collect="always" /> 888 <linearGradient 889 id="linearGradient3609"> 890 <stop 891 style="stop-color:#3447ff;stop-opacity:1;" 892 offset="0" 893 id="stop3611" /> 894 <stop 895 id="stop3613" 896 offset="0.51282054" 897 style="stop-color:white;stop-opacity:0.94117647;" /> 898 <stop 899 style="stop-color:#341dff;stop-opacity:1;" 900 offset="1" 901 id="stop3615" /> 902 </linearGradient> 903 <linearGradient 904 id="linearGradient3617"> 905 <stop 906 style="stop-color:#3447ff;stop-opacity:1;" 907 offset="0" 908 id="stop3619" /> 909 <stop 910 id="stop3621" 911 offset="0.51282054" 912 style="stop-color:white;stop-opacity:0.94117647;" /> 913 <stop 914 style="stop-color:#341dff;stop-opacity:1;" 915 offset="1" 916 id="stop3623" /> 917 </linearGradient> 918 <linearGradient 919 gradientTransform="matrix(1.025519,0,0,1.22196,-2.493146,-99.35683)" 920 y2="532.36218" 921 x2="584.12329" 922 y1="532.36218" 923 x1="157.75" 924 gradientUnits="userSpaceOnUse" 925 id="linearGradient3625" 926 xlink:href="#linearGradient6760" 927 inkscape:collect="always" /> 928 <linearGradient 929 y2="532.36218" 930 x2="584.12329" 931 y1="532.36218" 932 x1="157.75" 933 gradientUnits="userSpaceOnUse" 934 id="linearGradient3627" 935 xlink:href="#linearGradient6760" 936 inkscape:collect="always" /> 937 <linearGradient 938 y2="532.36218" 939 x2="584.12329" 940 y1="532.36218" 941 x1="157.75" 942 gradientUnits="userSpaceOnUse" 943 id="linearGradient3629" 944 xlink:href="#linearGradient6760" 945 inkscape:collect="always" /> 946 <linearGradient 947 id="linearGradient3631"> 948 <stop 949 style="stop-color:#3447ff;stop-opacity:1;" 950 offset="0" 951 id="stop3633" /> 952 <stop 953 id="stop3635" 954 offset="0.51282054" 955 style="stop-color:white;stop-opacity:0.94117647;" /> 956 <stop 957 style="stop-color:#341dff;stop-opacity:1;" 958 offset="1" 959 id="stop3637" /> 960 </linearGradient> 961 <linearGradient 962 y2="532.36218" 963 x2="584.12329" 964 y1="532.36218" 965 x1="157.75" 966 gradientTransform="matrix(-1.025471,-4.886187e-3,-1.498193e-2,1.221947,681.9447,-96.76109)" 967 gradientUnits="userSpaceOnUse" 968 id="linearGradient3639" 969 xlink:href="#linearGradient6760" 970 inkscape:collect="always" /> 971 <linearGradient 972 y2="532.36218" 973 x2="584.12329" 974 y1="532.36218" 975 x1="157.75" 976 gradientUnits="userSpaceOnUse" 977 id="linearGradient3641" 978 xlink:href="#linearGradient6760" 979 inkscape:collect="always" /> 980 <linearGradient 981 y2="532.36218" 982 x2="584.12329" 983 y1="532.36218" 984 x1="157.75" 985 gradientUnits="userSpaceOnUse" 986 id="linearGradient3643" 987 xlink:href="#linearGradient6760" 988 inkscape:collect="always" /> 989 <linearGradient 990 id="linearGradient3645"> 991 <stop 992 style="stop-color:#3447ff;stop-opacity:1;" 993 offset="0" 994 id="stop3647" /> 995 <stop 996 id="stop3649" 997 offset="0.51282054" 998 style="stop-color:white;stop-opacity:0.94117647;" /> 999 <stop 1000 style="stop-color:#341dff;stop-opacity:1;" 1001 offset="1" 1002 id="stop3651" /> 1003 </linearGradient> 1004 <linearGradient 1005 inkscape:collect="always" 1006 xlink:href="#linearGradient6760" 1007 id="linearGradient3653" 1008 gradientUnits="userSpaceOnUse" 1009 x1="422.41946" 1010 y1="602.44745" 1011 x2="527.93805" 1012 y2="602.44745" /> 1013 <linearGradient 1014 inkscape:collect="always" 1015 xlink:href="#linearGradient6760" 1016 id="linearGradient3655" 1017 gradientUnits="userSpaceOnUse" 1018 gradientTransform="matrix(-5.065757e-3,0.576919,0.698739,1.716815e-2,71.82232,209.7215)" 1019 x1="372.57718" 1020 y1="509.53915" 1021 x2="370.8418" 1022 y2="591.71429" /> 1023 <linearGradient 1024 inkscape:collect="always" 1025 xlink:href="#linearGradient6760" 1026 id="linearGradient3657" 1027 gradientUnits="userSpaceOnUse" 1028 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1029 x1="228.69115" 1030 y1="870.7868" 1031 x2="707.32397" 1032 y2="870.7868" /> 1033 <linearGradient 1034 inkscape:collect="always" 1035 xlink:href="#linearGradient6760" 1036 id="linearGradient3659" 1037 gradientUnits="userSpaceOnUse" 1038 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1039 x1="228.69115" 1040 y1="870.7868" 1041 x2="707.32397" 1042 y2="870.7868" /> 1043 <linearGradient 1044 inkscape:collect="always" 1045 xlink:href="#linearGradient6760" 1046 id="linearGradient3661" 1047 gradientUnits="userSpaceOnUse" 1048 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1049 x1="228.69115" 1050 y1="870.7868" 1051 x2="707.32397" 1052 y2="870.7868" /> 1053 <linearGradient 1054 inkscape:collect="always" 1055 xlink:href="#linearGradient6760" 1056 id="linearGradient3663" 1057 gradientUnits="userSpaceOnUse" 1058 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1059 x1="228.69115" 1060 y1="870.7868" 1061 x2="707.32397" 1062 y2="870.7868" /> 1063 <linearGradient 1064 inkscape:collect="always" 1065 xlink:href="#linearGradient6760" 1066 id="linearGradient3665" 1067 gradientUnits="userSpaceOnUse" 1068 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1069 x1="228.69115" 1070 y1="870.7868" 1071 x2="707.32397" 1072 y2="870.7868" /> 1073 <linearGradient 1074 inkscape:collect="always" 1075 xlink:href="#linearGradient6760" 1076 id="linearGradient3667" 1077 gradientUnits="userSpaceOnUse" 1078 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1079 x1="228.69115" 1080 y1="870.7868" 1081 x2="707.32397" 1082 y2="870.7868" /> 1083 <linearGradient 1084 inkscape:collect="always" 1085 xlink:href="#linearGradient6760" 1086 id="linearGradient3669" 574 1087 gradientUnits="userSpaceOnUse" 575 1088 gradientTransform="matrix(1.541763,0,0,0.836391,1498.363,880.6507)" … … 579 1092 y2="-468.00757" /> 580 1093 <linearGradient 581 inkscape:collect="always" 582 xlink:href="#linearGradient6760" 583 id="linearGradient7375" 584 gradientUnits="userSpaceOnUse" 585 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 586 x1="228.69115" 587 y1="870.7868" 588 x2="707.32397" 589 y2="870.7868" /> 590 <linearGradient 591 inkscape:collect="always" 592 xlink:href="#linearGradient6760" 593 id="linearGradient7377" 594 gradientUnits="userSpaceOnUse" 595 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 596 x1="228.69115" 597 y1="870.7868" 598 x2="707.32397" 599 y2="870.7868" /> 600 <linearGradient 601 inkscape:collect="always" 602 xlink:href="#linearGradient6760" 603 id="linearGradient7379" 604 gradientUnits="userSpaceOnUse" 605 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 606 x1="228.69115" 607 y1="870.7868" 608 x2="707.32397" 609 y2="870.7868" /> 610 <linearGradient 611 inkscape:collect="always" 612 xlink:href="#linearGradient6760" 613 id="linearGradient7381" 614 gradientUnits="userSpaceOnUse" 615 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 616 x1="228.69115" 617 y1="870.7868" 618 x2="707.32397" 619 y2="870.7868" /> 620 <linearGradient 621 inkscape:collect="always" 622 xlink:href="#linearGradient6760" 623 id="linearGradient7383" 624 gradientUnits="userSpaceOnUse" 625 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 626 x1="228.69115" 627 y1="870.7868" 628 x2="707.32397" 629 y2="870.7868" /> 630 <linearGradient 631 inkscape:collect="always" 632 xlink:href="#linearGradient6760" 633 id="linearGradient7385" 634 gradientUnits="userSpaceOnUse" 635 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 636 x1="228.69115" 637 y1="870.7868" 638 x2="707.32397" 639 y2="870.7868" /> 640 <linearGradient 641 inkscape:collect="always" 642 xlink:href="#linearGradient6760" 643 id="linearGradient7387" 1094 gradientUnits="userSpaceOnUse" 1095 y2="455.00009" 1096 x2="454.45868" 1097 y1="455.00009" 1098 x1="336.90649" 1099 id="linearGradient3671" 1100 xlink:href="#linearGradient6760" 1101 inkscape:collect="always" /> 1102 <linearGradient 1103 id="linearGradient3673"> 1104 <stop 1105 style="stop-color:#3447ff;stop-opacity:1;" 1106 offset="0" 1107 id="stop3675" /> 1108 <stop 1109 id="stop3677" 1110 offset="0.51282054" 1111 style="stop-color:white;stop-opacity:0.94117647;" /> 1112 <stop 1113 style="stop-color:#341dff;stop-opacity:1;" 1114 offset="1" 1115 id="stop3679" /> 1116 </linearGradient> 1117 <linearGradient 1118 y2="472.44641" 1119 x2="140.18112" 1120 y1="472.44641" 1121 x1="37.28347" 1122 gradientUnits="userSpaceOnUse" 1123 id="linearGradient3681" 1124 xlink:href="#linearGradient6760" 1125 inkscape:collect="always" /> 1126 <linearGradient 1127 gradientUnits="userSpaceOnUse" 1128 y2="472.44641" 1129 x2="140.18112" 1130 y1="472.44641" 1131 x1="37.28347" 1132 id="linearGradient3683" 1133 xlink:href="#linearGradient6760" 1134 inkscape:collect="always" /> 1135 <linearGradient 1136 gradientUnits="userSpaceOnUse" 1137 y2="472.06305" 1138 x2="544.92957" 1139 y1="472.06305" 1140 x1="178" 1141 id="linearGradient3685" 1142 xlink:href="#linearGradient6760" 1143 inkscape:collect="always" /> 1144 <linearGradient 1145 id="linearGradient3687"> 1146 <stop 1147 style="stop-color:#3447ff;stop-opacity:1;" 1148 offset="0" 1149 id="stop3689" /> 1150 <stop 1151 id="stop3691" 1152 offset="0.51282054" 1153 style="stop-color:white;stop-opacity:0.94117647;" /> 1154 <stop 1155 style="stop-color:#341dff;stop-opacity:1;" 1156 offset="1" 1157 id="stop3693" /> 1158 </linearGradient> 1159 <linearGradient 1160 gradientUnits="userSpaceOnUse" 1161 y2="455.00009" 1162 x2="454.45868" 1163 y1="455.00009" 1164 x1="336.90649" 1165 id="linearGradient3695" 1166 xlink:href="#linearGradient6760" 1167 inkscape:collect="always" /> 1168 <linearGradient 1169 id="linearGradient3697"> 1170 <stop 1171 style="stop-color:#3447ff;stop-opacity:1;" 1172 offset="0" 1173 id="stop3699" /> 1174 <stop 1175 id="stop3701" 1176 offset="0.51282054" 1177 style="stop-color:white;stop-opacity:0.94117647;" /> 1178 <stop 1179 style="stop-color:#341dff;stop-opacity:1;" 1180 offset="1" 1181 id="stop3703" /> 1182 </linearGradient> 1183 <linearGradient 1184 y2="532.36218" 1185 x2="584.12329" 1186 y1="532.36218" 1187 x1="157.75" 1188 gradientUnits="userSpaceOnUse" 1189 id="linearGradient3705" 1190 xlink:href="#linearGradient6760" 1191 inkscape:collect="always" /> 1192 <linearGradient 1193 y2="532.36218" 1194 x2="584.12329" 1195 y1="532.36218" 1196 x1="157.75" 1197 gradientUnits="userSpaceOnUse" 1198 id="linearGradient3707" 1199 xlink:href="#linearGradient6760" 1200 inkscape:collect="always" /> 1201 <linearGradient 1202 id="linearGradient3709"> 1203 <stop 1204 style="stop-color:#3447ff;stop-opacity:1;" 1205 offset="0" 1206 id="stop3711" /> 1207 <stop 1208 id="stop3713" 1209 offset="0.51282054" 1210 style="stop-color:white;stop-opacity:0.94117647;" /> 1211 <stop 1212 style="stop-color:#341dff;stop-opacity:1;" 1213 offset="1" 1214 id="stop3715" /> 1215 </linearGradient> 1216 <linearGradient 1217 y2="472.44641" 1218 x2="140.18112" 1219 y1="472.44641" 1220 x1="37.28347" 1221 gradientUnits="userSpaceOnUse" 1222 id="linearGradient3717" 1223 xlink:href="#linearGradient6760" 1224 inkscape:collect="always" /> 1225 <linearGradient 1226 gradientUnits="userSpaceOnUse" 1227 y2="472.44641" 1228 x2="140.18112" 1229 y1="472.44641" 1230 x1="37.28347" 1231 id="linearGradient3719" 1232 xlink:href="#linearGradient6760" 1233 inkscape:collect="always" /> 1234 <linearGradient 1235 gradientUnits="userSpaceOnUse" 1236 y2="472.06305" 1237 x2="544.92957" 1238 y1="472.06305" 1239 x1="178" 1240 id="linearGradient3721" 1241 xlink:href="#linearGradient6760" 1242 inkscape:collect="always" /> 1243 <linearGradient 1244 id="linearGradient3723"> 1245 <stop 1246 style="stop-color:#3447ff;stop-opacity:1;" 1247 offset="0" 1248 id="stop3725" /> 1249 <stop 1250 id="stop3727" 1251 offset="0.51282054" 1252 style="stop-color:white;stop-opacity:0.94117647;" /> 1253 <stop 1254 style="stop-color:#341dff;stop-opacity:1;" 1255 offset="1" 1256 id="stop3729" /> 1257 </linearGradient> 1258 <linearGradient 1259 inkscape:collect="always" 1260 xlink:href="#linearGradient6760" 1261 id="linearGradient3731" 1262 gradientUnits="userSpaceOnUse" 1263 x1="178" 1264 y1="472.06305" 1265 x2="544.92957" 1266 y2="472.06305" 1267 gradientTransform="matrix(0.641011,0,0,0.477941,231.5738,105.1034)" /> 1268 <linearGradient 1269 inkscape:collect="always" 1270 xlink:href="#linearGradient6760" 1271 id="linearGradient3733" 1272 gradientUnits="userSpaceOnUse" 1273 gradientTransform="matrix(-0.568864,-3.057219e-3,-8.310986e-3,0.764555,618.2054,303.7651)" 1274 x1="157.75" 1275 y1="532.36218" 1276 x2="584.12329" 1277 y2="532.36218" /> 1278 <linearGradient 1279 inkscape:collect="always" 1280 xlink:href="#linearGradient6760" 1281 id="linearGradient3735" 1282 gradientUnits="userSpaceOnUse" 1283 x1="422.41946" 1284 y1="602.44745" 1285 x2="527.93805" 1286 y2="602.44745" /> 1287 <linearGradient 1288 inkscape:collect="always" 1289 xlink:href="#linearGradient6760" 1290 id="linearGradient3737" 1291 gradientUnits="userSpaceOnUse" 1292 x1="336.90649" 1293 y1="455.00009" 1294 x2="454.45868" 1295 y2="455.00009" /> 1296 <linearGradient 1297 inkscape:collect="always" 1298 xlink:href="#linearGradient6760" 1299 id="linearGradient3739" 1300 gradientUnits="userSpaceOnUse" 1301 x1="37.28347" 1302 y1="472.44641" 1303 x2="140.18112" 1304 y2="472.44641" /> 1305 <linearGradient 1306 inkscape:collect="always" 1307 xlink:href="#linearGradient6760" 1308 id="linearGradient3741" 1309 gradientUnits="userSpaceOnUse" 1310 x1="37.28347" 1311 y1="472.44641" 1312 x2="140.18112" 1313 y2="472.44641" /> 1314 <linearGradient 1315 inkscape:collect="always" 1316 xlink:href="#linearGradient6760" 1317 id="linearGradient3743" 1318 gradientUnits="userSpaceOnUse" 1319 gradientTransform="matrix(0.711337,0,0,0.553449,254.7858,-2.362829)" 1320 x1="178" 1321 y1="472.06305" 1322 x2="544.92957" 1323 y2="472.06305" /> 1324 <linearGradient 1325 inkscape:collect="always" 1326 xlink:href="#linearGradient6760" 1327 id="linearGradient3745" 1328 gradientUnits="userSpaceOnUse" 1329 gradientTransform="matrix(-0.631275,-3.54022e-3,-9.222793e-3,0.885345,683.8351,227.6848)" 1330 x1="157.75" 1331 y1="532.36218" 1332 x2="584.12329" 1333 y2="532.36218" /> 1334 <linearGradient 1335 inkscape:collect="always" 1336 xlink:href="#linearGradient6760" 1337 id="linearGradient3747" 1338 gradientUnits="userSpaceOnUse" 1339 gradientTransform="matrix(-5.621526e-3,0.668065,0.775398,1.988049e-2,77.50779,118.7836)" 1340 x1="372.57718" 1341 y1="509.53915" 1342 x2="370.8418" 1343 y2="591.71429" /> 1344 <linearGradient 1345 inkscape:collect="always" 1346 xlink:href="#linearGradient6760" 1347 id="linearGradient3749" 1348 gradientUnits="userSpaceOnUse" 1349 gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)" 1350 x1="228.69115" 1351 y1="870.7868" 1352 x2="707.32397" 1353 y2="870.7868" /> 1354 <linearGradient 1355 inkscape:collect="always" 1356 xlink:href="#linearGradient6760" 1357 id="linearGradient3751" 1358 gradientUnits="userSpaceOnUse" 1359 gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)" 1360 x1="228.69115" 1361 y1="870.7868" 1362 x2="707.32397" 1363 y2="870.7868" /> 1364 <linearGradient 1365 inkscape:collect="always" 1366 xlink:href="#linearGradient6760" 1367 id="linearGradient3753" 1368 gradientUnits="userSpaceOnUse" 1369 gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)" 1370 x1="228.69115" 1371 y1="870.7868" 1372 x2="707.32397" 1373 y2="870.7868" /> 1374 <linearGradient 1375 inkscape:collect="always" 1376 xlink:href="#linearGradient6760" 1377 id="linearGradient3755" 1378 gradientUnits="userSpaceOnUse" 1379 gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)" 1380 x1="228.69115" 1381 y1="870.7868" 1382 x2="707.32397" 1383 y2="870.7868" /> 1384 <linearGradient 1385 inkscape:collect="always" 1386 xlink:href="#linearGradient6760" 1387 id="linearGradient3757" 1388 gradientUnits="userSpaceOnUse" 1389 gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)" 1390 x1="228.69115" 1391 y1="870.7868" 1392 x2="707.32397" 1393 y2="870.7868" /> 1394 <linearGradient 1395 inkscape:collect="always" 1396 xlink:href="#linearGradient6760" 1397 id="linearGradient3759" 1398 gradientUnits="userSpaceOnUse" 1399 gradientTransform="matrix(0,-0.96853,-1.710911,0,1660.555,895.7117)" 1400 x1="228.69115" 1401 y1="870.7868" 1402 x2="707.32397" 1403 y2="870.7868" /> 1404 <linearGradient 1405 inkscape:collect="always" 1406 xlink:href="#linearGradient6760" 1407 id="linearGradient3761" 1408 gradientUnits="userSpaceOnUse" 1409 gradientTransform="matrix(1.710911,0,0,0.96853,1660.556,895.7109)" 1410 x1="-913.33197" 1411 y1="-468.00757" 1412 x2="-828.24158" 1413 y2="-468.00757" /> 1414 <linearGradient 1415 y2="870.7868" 1416 x2="707.32397" 1417 y1="870.7868" 1418 x1="228.69115" 1419 gradientUnits="userSpaceOnUse" 1420 id="linearGradient3233" 1421 xlink:href="#linearGradient6760" 1422 inkscape:collect="always" /> 1423 <linearGradient 1424 y2="870.7868" 1425 x2="707.32397" 1426 y1="870.7868" 1427 x1="228.69115" 1428 gradientUnits="userSpaceOnUse" 1429 id="linearGradient3231" 1430 xlink:href="#linearGradient6760" 1431 inkscape:collect="always" /> 1432 <linearGradient 1433 y2="870.7868" 1434 x2="707.32397" 1435 y1="870.7868" 1436 x1="228.69115" 1437 gradientUnits="userSpaceOnUse" 1438 id="linearGradient3229" 1439 xlink:href="#linearGradient6760" 1440 inkscape:collect="always" /> 1441 <inkscape:perspective 1442 sodipodi:type="inkscape:persp3d" 1443 inkscape:vp_x="0 : 526.18109 : 1" 1444 inkscape:vp_y="0 : 1000 : 0" 1445 inkscape:vp_z="744.09448 : 526.18109 : 1" 1446 inkscape:persp3d-origin="372.04724 : 350.78739 : 1" 1447 id="perspective3024" /> 1448 <linearGradient 1449 id="linearGradient3027"> 1450 <stop 1451 id="stop3029" 1452 offset="0" 1453 style="stop-color:#3447ff;stop-opacity:1;" /> 1454 <stop 1455 style="stop-color:white;stop-opacity:0.94117647;" 1456 offset="0.51282054" 1457 id="stop3031" /> 1458 <stop 1459 id="stop3033" 1460 offset="1" 1461 style="stop-color:#341dff;stop-opacity:1;" /> 1462 </linearGradient> 1463 <linearGradient 1464 inkscape:collect="always" 1465 xlink:href="#linearGradient6760" 1466 id="linearGradient3035" 1467 gradientUnits="userSpaceOnUse" 1468 x1="-913.33197" 1469 y1="-468.00757" 1470 x2="-828.24158" 1471 y2="-468.00757" /> 1472 <linearGradient 1473 inkscape:collect="always" 1474 xlink:href="#linearGradient6760" 1475 id="linearGradient3037" 1476 gradientUnits="userSpaceOnUse" 1477 x1="228.69115" 1478 y1="870.7868" 1479 x2="707.32397" 1480 y2="870.7868" /> 1481 <linearGradient 1482 inkscape:collect="always" 1483 xlink:href="#linearGradient6760" 1484 id="linearGradient3039" 1485 gradientUnits="userSpaceOnUse" 1486 x1="228.69115" 1487 y1="870.7868" 1488 x2="707.32397" 1489 y2="870.7868" /> 1490 <linearGradient 1491 inkscape:collect="always" 1492 xlink:href="#linearGradient6760" 1493 id="linearGradient3041" 1494 gradientUnits="userSpaceOnUse" 1495 x1="228.69115" 1496 y1="870.7868" 1497 x2="707.32397" 1498 y2="870.7868" /> 1499 <linearGradient 1500 inkscape:collect="always" 1501 xlink:href="#linearGradient6760" 1502 id="linearGradient3043" 1503 gradientUnits="userSpaceOnUse" 1504 x1="228.69115" 1505 y1="870.7868" 1506 x2="707.32397" 1507 y2="870.7868" /> 1508 <linearGradient 1509 inkscape:collect="always" 1510 xlink:href="#linearGradient6760" 1511 id="linearGradient3045" 1512 gradientUnits="userSpaceOnUse" 1513 x1="228.69115" 1514 y1="870.7868" 1515 x2="707.32397" 1516 y2="870.7868" /> 1517 <linearGradient 1518 inkscape:collect="always" 1519 xlink:href="#linearGradient6760" 1520 id="linearGradient3047" 1521 gradientUnits="userSpaceOnUse" 1522 x1="228.69115" 1523 y1="870.7868" 1524 x2="707.32397" 1525 y2="870.7868" /> 1526 <linearGradient 1527 inkscape:collect="always" 1528 xlink:href="#linearGradient6760" 1529 id="linearGradient3049" 1530 gradientUnits="userSpaceOnUse" 1531 x1="228.69115" 1532 y1="870.7868" 1533 x2="707.32397" 1534 y2="870.7868" /> 1535 <linearGradient 1536 inkscape:collect="always" 1537 xlink:href="#linearGradient6760" 1538 id="linearGradient3051" 1539 gradientUnits="userSpaceOnUse" 1540 x1="-913.33197" 1541 y1="-468.00757" 1542 x2="-828.24158" 1543 y2="-468.00757" /> 1544 <linearGradient 1545 inkscape:collect="always" 1546 xlink:href="#linearGradient6760" 1547 id="linearGradient3053" 1548 gradientUnits="userSpaceOnUse" 1549 x1="228.69115" 1550 y1="870.7868" 1551 x2="707.32397" 1552 y2="870.7868" /> 1553 <linearGradient 1554 inkscape:collect="always" 1555 xlink:href="#linearGradient6760" 1556 id="linearGradient3055" 1557 gradientUnits="userSpaceOnUse" 1558 x1="228.69115" 1559 y1="870.7868" 1560 x2="707.32397" 1561 y2="870.7868" /> 1562 <linearGradient 1563 inkscape:collect="always" 1564 xlink:href="#linearGradient6760" 1565 id="linearGradient3057" 1566 gradientUnits="userSpaceOnUse" 1567 x1="228.69115" 1568 y1="870.7868" 1569 x2="707.32397" 1570 y2="870.7868" /> 1571 <linearGradient 1572 inkscape:collect="always" 1573 xlink:href="#linearGradient6760" 1574 id="linearGradient3059" 1575 gradientUnits="userSpaceOnUse" 1576 x1="228.69115" 1577 y1="870.7868" 1578 x2="707.32397" 1579 y2="870.7868" /> 1580 <linearGradient 1581 inkscape:collect="always" 1582 xlink:href="#linearGradient6760" 1583 id="linearGradient3061" 1584 gradientUnits="userSpaceOnUse" 1585 x1="228.69115" 1586 y1="870.7868" 1587 x2="707.32397" 1588 y2="870.7868" /> 1589 <linearGradient 1590 inkscape:collect="always" 1591 xlink:href="#linearGradient6760" 1592 id="linearGradient3063" 1593 gradientUnits="userSpaceOnUse" 1594 x1="228.69115" 1595 y1="870.7868" 1596 x2="707.32397" 1597 y2="870.7868" /> 1598 <linearGradient 1599 y2="532.36218" 1600 x2="584.12329" 1601 y1="532.36218" 1602 x1="157.75" 1603 gradientUnits="userSpaceOnUse" 1604 id="linearGradient3065" 1605 xlink:href="#linearGradient6760" 1606 inkscape:collect="always" /> 1607 <linearGradient 1608 y2="532.36218" 1609 x2="584.12329" 1610 y1="532.36218" 1611 x1="157.75" 1612 gradientUnits="userSpaceOnUse" 1613 id="linearGradient3067" 1614 xlink:href="#linearGradient6760" 1615 inkscape:collect="always" /> 1616 <linearGradient 1617 id="linearGradient3069"> 1618 <stop 1619 style="stop-color:#3447ff;stop-opacity:1;" 1620 offset="0" 1621 id="stop3071" /> 1622 <stop 1623 id="stop3073" 1624 offset="0.51282054" 1625 style="stop-color:white;stop-opacity:0.94117647;" /> 1626 <stop 1627 style="stop-color:#341dff;stop-opacity:1;" 1628 offset="1" 1629 id="stop3075" /> 1630 </linearGradient> 1631 <linearGradient 1632 id="linearGradient3077"> 1633 <stop 1634 style="stop-color:#3447ff;stop-opacity:1;" 1635 offset="0" 1636 id="stop3079" /> 1637 <stop 1638 id="stop3081" 1639 offset="0.51282054" 1640 style="stop-color:white;stop-opacity:0.94117647;" /> 1641 <stop 1642 style="stop-color:#341dff;stop-opacity:1;" 1643 offset="1" 1644 id="stop3083" /> 1645 </linearGradient> 1646 <linearGradient 1647 gradientTransform="matrix(1.025519,0,0,1.22196,-2.493146,-99.35683)" 1648 y2="532.36218" 1649 x2="584.12329" 1650 y1="532.36218" 1651 x1="157.75" 1652 gradientUnits="userSpaceOnUse" 1653 id="linearGradient3085" 1654 xlink:href="#linearGradient6760" 1655 inkscape:collect="always" /> 1656 <linearGradient 1657 y2="532.36218" 1658 x2="584.12329" 1659 y1="532.36218" 1660 x1="157.75" 1661 gradientUnits="userSpaceOnUse" 1662 id="linearGradient3087" 1663 xlink:href="#linearGradient6760" 1664 inkscape:collect="always" /> 1665 <linearGradient 1666 y2="532.36218" 1667 x2="584.12329" 1668 y1="532.36218" 1669 x1="157.75" 1670 gradientUnits="userSpaceOnUse" 1671 id="linearGradient3089" 1672 xlink:href="#linearGradient6760" 1673 inkscape:collect="always" /> 1674 <linearGradient 1675 id="linearGradient3091"> 1676 <stop 1677 style="stop-color:#3447ff;stop-opacity:1;" 1678 offset="0" 1679 id="stop3093" /> 1680 <stop 1681 id="stop3095" 1682 offset="0.51282054" 1683 style="stop-color:white;stop-opacity:0.94117647;" /> 1684 <stop 1685 style="stop-color:#341dff;stop-opacity:1;" 1686 offset="1" 1687 id="stop3097" /> 1688 </linearGradient> 1689 <linearGradient 1690 y2="532.36218" 1691 x2="584.12329" 1692 y1="532.36218" 1693 x1="157.75" 1694 gradientTransform="matrix(-1.025471,-4.886187e-3,-1.498193e-2,1.221947,681.9447,-96.76109)" 1695 gradientUnits="userSpaceOnUse" 1696 id="linearGradient3099" 1697 xlink:href="#linearGradient6760" 1698 inkscape:collect="always" /> 1699 <linearGradient 1700 y2="532.36218" 1701 x2="584.12329" 1702 y1="532.36218" 1703 x1="157.75" 1704 gradientUnits="userSpaceOnUse" 1705 id="linearGradient3101" 1706 xlink:href="#linearGradient6760" 1707 inkscape:collect="always" /> 1708 <linearGradient 1709 y2="532.36218" 1710 x2="584.12329" 1711 y1="532.36218" 1712 x1="157.75" 1713 gradientUnits="userSpaceOnUse" 1714 id="linearGradient3103" 1715 xlink:href="#linearGradient6760" 1716 inkscape:collect="always" /> 1717 <linearGradient 1718 id="linearGradient3105"> 1719 <stop 1720 style="stop-color:#3447ff;stop-opacity:1;" 1721 offset="0" 1722 id="stop3107" /> 1723 <stop 1724 id="stop3109" 1725 offset="0.51282054" 1726 style="stop-color:white;stop-opacity:0.94117647;" /> 1727 <stop 1728 style="stop-color:#341dff;stop-opacity:1;" 1729 offset="1" 1730 id="stop3111" /> 1731 </linearGradient> 1732 <linearGradient 1733 inkscape:collect="always" 1734 xlink:href="#linearGradient6760" 1735 id="linearGradient3476" 1736 gradientUnits="userSpaceOnUse" 1737 x1="422.41946" 1738 y1="602.44745" 1739 x2="527.93805" 1740 y2="602.44745" /> 1741 <linearGradient 1742 inkscape:collect="always" 1743 xlink:href="#linearGradient6760" 1744 id="linearGradient3474" 644 1745 gradientUnits="userSpaceOnUse" 645 1746 gradientTransform="matrix(-5.065757e-3,0.576919,0.698739,1.716815e-2,71.82232,209.7215)" … … 651 1752 inkscape:collect="always" 652 1753 xlink:href="#linearGradient6760" 653 id="linearGradient7389" 1754 id="linearGradient3472" 1755 gradientUnits="userSpaceOnUse" 1756 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1757 x1="228.69115" 1758 y1="870.7868" 1759 x2="707.32397" 1760 y2="870.7868" /> 1761 <linearGradient 1762 inkscape:collect="always" 1763 xlink:href="#linearGradient6760" 1764 id="linearGradient3470" 1765 gradientUnits="userSpaceOnUse" 1766 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1767 x1="228.69115" 1768 y1="870.7868" 1769 x2="707.32397" 1770 y2="870.7868" /> 1771 <linearGradient 1772 inkscape:collect="always" 1773 xlink:href="#linearGradient6760" 1774 id="linearGradient3468" 1775 gradientUnits="userSpaceOnUse" 1776 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1777 x1="228.69115" 1778 y1="870.7868" 1779 x2="707.32397" 1780 y2="870.7868" /> 1781 <linearGradient 1782 inkscape:collect="always" 1783 xlink:href="#linearGradient6760" 1784 id="linearGradient3466" 1785 gradientUnits="userSpaceOnUse" 1786 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1787 x1="228.69115" 1788 y1="870.7868" 1789 x2="707.32397" 1790 y2="870.7868" /> 1791 <linearGradient 1792 inkscape:collect="always" 1793 xlink:href="#linearGradient6760" 1794 id="linearGradient3464" 1795 gradientUnits="userSpaceOnUse" 1796 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1797 x1="228.69115" 1798 y1="870.7868" 1799 x2="707.32397" 1800 y2="870.7868" /> 1801 <linearGradient 1802 inkscape:collect="always" 1803 xlink:href="#linearGradient6760" 1804 id="linearGradient3462" 1805 gradientUnits="userSpaceOnUse" 1806 gradientTransform="matrix(0,-0.836391,-1.541763,0,1498.362,880.6514)" 1807 x1="228.69115" 1808 y1="870.7868" 1809 x2="707.32397" 1810 y2="870.7868" /> 1811 <linearGradient 1812 inkscape:collect="always" 1813 xlink:href="#linearGradient6760" 1814 id="linearGradient3460" 1815 gradientUnits="userSpaceOnUse" 1816 gradientTransform="matrix(1.541763,0,0,0.836391,1498.363,880.6507)" 1817 x1="-913.33197" 1818 y1="-468.00757" 1819 x2="-828.24158" 1820 y2="-468.00757" /> 1821 <linearGradient 1822 gradientUnits="userSpaceOnUse" 1823 y2="455.00009" 1824 x2="454.45868" 1825 y1="455.00009" 1826 x1="336.90649" 1827 id="linearGradient3458" 1828 xlink:href="#linearGradient6760" 1829 inkscape:collect="always" /> 1830 <linearGradient 1831 id="linearGradient3450"> 1832 <stop 1833 style="stop-color:#3447ff;stop-opacity:1;" 1834 offset="0" 1835 id="stop3452" /> 1836 <stop 1837 id="stop3454" 1838 offset="0.51282054" 1839 style="stop-color:white;stop-opacity:0.94117647;" /> 1840 <stop 1841 style="stop-color:#341dff;stop-opacity:1;" 1842 offset="1" 1843 id="stop3456" /> 1844 </linearGradient> 1845 <linearGradient 1846 y2="472.44641" 1847 x2="140.18112" 1848 y1="472.44641" 1849 x1="37.28347" 1850 gradientUnits="userSpaceOnUse" 1851 id="linearGradient3448" 1852 xlink:href="#linearGradient6760" 1853 inkscape:collect="always" /> 1854 <linearGradient 1855 gradientUnits="userSpaceOnUse" 1856 y2="472.44641" 1857 x2="140.18112" 1858 y1="472.44641" 1859 x1="37.28347" 1860 id="linearGradient3446" 1861 xlink:href="#linearGradient6760" 1862 inkscape:collect="always" /> 1863 <linearGradient 1864 gradientUnits="userSpaceOnUse" 1865 y2="472.06305" 1866 x2="544.92957" 1867 y1="472.06305" 1868 x1="178" 1869 id="linearGradient3444" 1870 xlink:href="#linearGradient6760" 1871 inkscape:collect="always" /> 1872 <linearGradient 1873 id="linearGradient3436"> 1874 <stop 1875 style="stop-color:#3447ff;stop-opacity:1;" 1876 offset="0" 1877 id="stop3438" /> 1878 <stop 1879 id="stop3440" 1880 offset="0.51282054" 1881 style="stop-color:white;stop-opacity:0.94117647;" /> 1882 <stop 1883 style="stop-color:#341dff;stop-opacity:1;" 1884 offset="1" 1885 id="stop3442" /> 1886 </linearGradient> 1887 <linearGradient 1888 gradientUnits="userSpaceOnUse" 1889 y2="455.00009" 1890 x2="454.45868" 1891 y1="455.00009" 1892 x1="336.90649" 1893 id="linearGradient3434" 1894 xlink:href="#linearGradient6760" 1895 inkscape:collect="always" /> 1896 <linearGradient 1897 id="linearGradient3426"> 1898 <stop 1899 style="stop-color:#3447ff;stop-opacity:1;" 1900 offset="0" 1901 id="stop3428" /> 1902 <stop 1903 id="stop3430" 1904 offset="0.51282054" 1905 style="stop-color:white;stop-opacity:0.94117647;" /> 1906 <stop 1907 style="stop-color:#341dff;stop-opacity:1;" 1908 offset="1" 1909 id="stop3432" /> 1910 </linearGradient> 1911 <linearGradient 1912 y2="532.36218" 1913 x2="584.12329" 1914 y1="532.36218" 1915 x1="157.75" 1916 gradientUnits="userSpaceOnUse" 1917 id="linearGradient3424" 1918 xlink:href="#linearGradient6760" 1919 inkscape:collect="always" /> 1920 <linearGradient 1921 y2="532.36218" 1922 x2="584.12329" 1923 y1="532.36218" 1924 x1="157.75" 1925 gradientUnits="userSpaceOnUse" 1926 id="linearGradient2026" 1927 xlink:href="#linearGradient6760" 1928 inkscape:collect="always" /> 1929 <linearGradient 1930 id="linearGradient2018"> 1931 <stop 1932 style="stop-color:#3447ff;stop-opacity:1;" 1933 offset="0" 1934 id="stop2020" /> 1935 <stop 1936 id="stop3419" 1937 offset="0.51282054" 1938 style="stop-color:white;stop-opacity:0.94117647;" /> 1939 <stop 1940 style="stop-color:#341dff;stop-opacity:1;" 1941 offset="1" 1942 id="stop3421" /> 1943 </linearGradient> 1944 <linearGradient 1945 y2="472.44641" 1946 x2="140.18112" 1947 y1="472.44641" 1948 x1="37.28347" 1949 gradientUnits="userSpaceOnUse" 1950 id="linearGradient2033" 1951 xlink:href="#linearGradient6760" 1952 inkscape:collect="always" /> 1953 <linearGradient 1954 gradientUnits="userSpaceOnUse" 1955 y2="472.44641" 1956 x2="140.18112" 1957 y1="472.44641" 1958 x1="37.28347" 1959 id="linearGradient2031" 1960 xlink:href="#linearGradient6760" 1961 inkscape:collect="always" /> 1962 <linearGradient 1963 gradientUnits="userSpaceOnUse" 1964 y2="472.06305" 1965 x2="544.92957" 1966 y1="472.06305" 1967 x1="178" 1968 id="linearGradient2029" 1969 xlink:href="#linearGradient6760" 1970 inkscape:collect="always" /> 1971 <linearGradient 1972 id="linearGradient2021"> 1973 <stop 1974 style="stop-color:#3447ff;stop-opacity:1;" 1975 offset="0" 1976 id="stop2023" /> 1977 <stop 1978 id="stop2025" 1979 offset="0.51282054" 1980 style="stop-color:white;stop-opacity:0.94117647;" /> 1981 <stop 1982 style="stop-color:#341dff;stop-opacity:1;" 1983 offset="1" 1984 id="stop2027" /> 1985 </linearGradient> 1986 <linearGradient 1987 inkscape:collect="always" 1988 xlink:href="#linearGradient6760" 1989 id="linearGradient2001" 1990 gradientUnits="userSpaceOnUse" 1991 x1="178" 1992 y1="472.06305" 1993 x2="544.92957" 1994 y2="472.06305" 1995 gradientTransform="matrix(0.641011,0,0,0.477941,231.5738,105.1034)" /> 1996 <linearGradient 1997 inkscape:collect="always" 1998 xlink:href="#linearGradient6760" 1999 id="linearGradient4660" 2000 gradientUnits="userSpaceOnUse" 2001 gradientTransform="matrix(-0.568864,-3.057219e-3,-8.310986e-3,0.764555,618.2054,303.7651)" 2002 x1="157.75" 2003 y1="532.36218" 2004 x2="584.12329" 2005 y2="532.36218" /> 2006 <linearGradient 2007 y2="895.25244" 2008 x2="66.722748" 2009 y1="895.25244" 2010 x1="-42.013222" 2011 gradientUnits="userSpaceOnUse" 2012 id="linearGradient3551" 2013 xlink:href="#linearGradient10543" 2014 inkscape:collect="always" /> 2015 <linearGradient 2016 y2="948.68036" 2017 x2="409.34" 2018 y1="948.68036" 2019 x1="384.94772" 2020 gradientUnits="userSpaceOnUse" 2021 id="linearGradient3549" 2022 xlink:href="#linearGradient6760" 2023 inkscape:collect="always" /> 2024 <linearGradient 2025 y2="948.68036" 2026 x2="409.34" 2027 y1="948.68036" 2028 x1="384.94772" 2029 gradientUnits="userSpaceOnUse" 2030 id="linearGradient3507" 2031 xlink:href="#linearGradient6760" 2032 inkscape:collect="always" /> 2033 <linearGradient 2034 y2="870.7868" 2035 x2="707.32397" 2036 y1="870.7868" 2037 x1="228.69115" 2038 gradientUnits="userSpaceOnUse" 2039 id="linearGradient3497" 2040 xlink:href="#linearGradient6760" 2041 inkscape:collect="always" /> 2042 <linearGradient 2043 y2="870.7868" 2044 x2="707.32397" 2045 y1="870.7868" 2046 x1="228.69115" 2047 gradientUnits="userSpaceOnUse" 2048 id="linearGradient3483" 2049 xlink:href="#linearGradient6760" 2050 inkscape:collect="always" /> 2051 <linearGradient 2052 y2="870.7868" 2053 x2="707.32397" 2054 y1="870.7868" 2055 x1="228.69115" 2056 gradientUnits="userSpaceOnUse" 2057 id="linearGradient3481" 2058 xlink:href="#linearGradient6760" 2059 inkscape:collect="always" /> 2060 <inkscape:perspective 2061 sodipodi:type="inkscape:persp3d" 2062 inkscape:vp_x="0 : 526.18109 : 1" 2063 inkscape:vp_y="0 : 1000 : 0" 2064 inkscape:vp_z="744.09448 : 526.18109 : 1" 2065 inkscape:persp3d-origin="372.04724 : 350.78739 : 1" 2066 id="perspective3448" /> 2067 <linearGradient 2068 inkscape:collect="always" 2069 xlink:href="#linearGradient10543" 2070 id="linearGradient31424" 2071 x1="384.94772" 2072 y1="948.68036" 2073 x2="409.34" 2074 y2="948.68036" 2075 gradientUnits="userSpaceOnUse" /> 2076 <linearGradient 2077 inkscape:collect="always" 2078 xlink:href="#linearGradient10543" 2079 id="linearGradient30531" 2080 x1="331.37308" 2081 y1="976.83051" 2082 x2="365.76541" 2083 y2="976.83051" 2084 gradientUnits="userSpaceOnUse" /> 2085 <linearGradient 2086 inkscape:collect="always" 2087 xlink:href="#linearGradient10543" 2088 id="linearGradient26088" 2089 gradientUnits="userSpaceOnUse" 2090 x1="-42.013222" 2091 y1="895.25244" 2092 x2="66.722748" 2093 y2="895.25244" /> 2094 <linearGradient 2095 id="linearGradient10543"> 2096 <stop 2097 style="stop-color:#6496d3;stop-opacity:1;" 2098 offset="0" 2099 id="stop10545" /> 2100 <stop 2101 style="stop-color:#969696;stop-opacity:1;" 2102 offset="1" 2103 id="stop10547" /> 2104 </linearGradient> 2105 <linearGradient 2106 id="linearGradient3457"> 2107 <stop 2108 id="stop3459" 2109 offset="0" 2110 style="stop-color:#3447ff;stop-opacity:1;" /> 2111 <stop 2112 style="stop-color:white;stop-opacity:0.94117647;" 2113 offset="0.51282054" 2114 id="stop3461" /> 2115 <stop 2116 id="stop3463" 2117 offset="1" 2118 style="stop-color:#341dff;stop-opacity:1;" /> 2119 </linearGradient> 2120 <linearGradient 2121 inkscape:collect="always" 2122 xlink:href="#linearGradient6760" 2123 id="linearGradient18232" 2124 gradientUnits="userSpaceOnUse" 2125 gradientTransform="matrix(1.103352,0,0,0.99832,-14.69957,1.04835)" 2126 x1="158.25" 2127 y1="623.94189" 2128 x2="520.95258" 2129 y2="623.94189" /> 2130 <linearGradient 2131 inkscape:collect="always" 2132 xlink:href="#linearGradient6760" 2133 id="linearGradient20012" 2134 x1="157.75" 2135 y1="537.36218" 2136 x2="562.25" 2137 y2="537.36218" 2138 gradientUnits="userSpaceOnUse" /> 2139 <linearGradient 2140 inkscape:collect="always" 2141 xlink:href="#linearGradient6760" 2142 id="linearGradient20984" 2143 gradientUnits="userSpaceOnUse" 2144 x1="384.94772" 2145 y1="948.68036" 2146 x2="409.34" 2147 y2="948.68036" /> 2148 <linearGradient 2149 inkscape:collect="always" 2150 xlink:href="#linearGradient6760" 2151 id="linearGradient1895" 2152 gradientUnits="userSpaceOnUse" 2153 x1="331.37308" 2154 y1="976.83051" 2155 x2="365.76541" 2156 y2="976.83051" 2157 gradientTransform="matrix(1.727169,0,0,1.666775,-309.2338,-995.5458)" /> 2158 <linearGradient 2159 y2="870.7868" 2160 x2="707.32397" 2161 y1="870.7868" 2162 x1="228.69115" 2163 gradientUnits="userSpaceOnUse" 2164 id="linearGradient3308" 2165 xlink:href="#linearGradient6760" 2166 inkscape:collect="always" /> 2167 <linearGradient 2168 y2="870.7868" 2169 x2="707.32397" 2170 y1="870.7868" 2171 x1="228.69115" 2172 gradientUnits="userSpaceOnUse" 2173 id="linearGradient3298" 2174 xlink:href="#linearGradient6760" 2175 inkscape:collect="always" /> 2176 <linearGradient 2177 y2="870.7868" 2178 x2="707.32397" 2179 y1="870.7868" 2180 x1="228.69115" 2181 gradientUnits="userSpaceOnUse" 2182 id="linearGradient2625" 2183 xlink:href="#linearGradient6760" 2184 inkscape:collect="always" /> 2185 <linearGradient 2186 y2="870.7868" 2187 x2="707.32397" 2188 y1="870.7868" 2189 x1="228.69115" 2190 gradientUnits="userSpaceOnUse" 2191 id="linearGradient1976" 2192 xlink:href="#linearGradient6760" 2193 inkscape:collect="always" /> 2194 <linearGradient 2195 y2="532.36218" 2196 x2="584.12329" 2197 y1="532.36218" 2198 x1="157.75" 2199 gradientTransform="matrix(-0.625873,-3.85039e-3,-1.620214e-3,0.498221,472.07,657.8856)" 2200 gradientUnits="userSpaceOnUse" 2201 id="linearGradient18276" 2202 xlink:href="#linearGradient6760" 2203 inkscape:collect="always" /> 2204 <linearGradient 2205 y2="532.36218" 2206 x2="584.12329" 2207 y1="532.36218" 2208 x1="157.75" 2209 gradientTransform="matrix(-0.653646,-3.882318e-3,-2.896058e-3,0.559945,551.5056,927.7842)" 2210 gradientUnits="userSpaceOnUse" 2211 id="linearGradient2287" 2212 xlink:href="#linearGradient6760" 2213 inkscape:collect="always" /> 2214 <linearGradient 2215 id="linearGradient3360"> 2216 <stop 2217 id="stop3362" 2218 offset="0" 2219 style="stop-color:#3447ff;stop-opacity:1;" /> 2220 <stop 2221 style="stop-color:white;stop-opacity:0.94117647;" 2222 offset="0.51282054" 2223 id="stop3364" /> 2224 <stop 2225 id="stop3366" 2226 offset="1" 2227 style="stop-color:#341dff;stop-opacity:1;" /> 2228 </linearGradient> 2229 <linearGradient 2230 inkscape:collect="always" 2231 xlink:href="#linearGradient6760" 2232 id="linearGradient3358" 2233 gradientUnits="userSpaceOnUse" 2234 x1="157.75" 2235 y1="532.36218" 2236 x2="584.12329" 2237 y2="532.36218" /> 2238 <linearGradient 2239 inkscape:collect="always" 2240 xlink:href="#linearGradient6760" 2241 id="linearGradient3356" 2242 gradientUnits="userSpaceOnUse" 2243 x1="157.75" 2244 y1="532.36218" 2245 x2="584.12329" 2246 y2="532.36218" /> 2247 <linearGradient 2248 inkscape:collect="always" 2249 xlink:href="#linearGradient6760" 2250 id="linearGradient3354" 2251 gradientUnits="userSpaceOnUse" 2252 gradientTransform="matrix(-1.025471,-4.886187e-3,-1.498193e-2,1.221947,681.9447,-96.76109)" 2253 x1="157.75" 2254 y1="532.36218" 2255 x2="584.12329" 2256 y2="532.36218" /> 2257 <linearGradient 2258 y2="591.71429" 2259 x2="370.8418" 2260 y1="509.53915" 2261 x1="372.57718" 2262 gradientTransform="matrix(5.871075e-3,-0.39254,0.835664,-4.209463e-3,-147.8542,1271.834)" 2263 gradientUnits="userSpaceOnUse" 2264 id="linearGradient2216" 2265 xlink:href="#linearGradient6760" 2266 inkscape:collect="always" /> 2267 <linearGradient 2268 gradientTransform="matrix(-1.72911e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)" 2269 y2="870.7868" 2270 x2="707.32397" 2271 y1="870.7868" 2272 x1="228.69115" 2273 gradientUnits="userSpaceOnUse" 2274 id="linearGradient2196" 2275 xlink:href="#linearGradient6760" 2276 inkscape:collect="always" /> 2277 <linearGradient 2278 gradientTransform="matrix(-1.72911e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)" 2279 y2="870.7868" 2280 x2="707.32397" 2281 y1="870.7868" 2282 x1="228.69115" 2283 gradientUnits="userSpaceOnUse" 2284 id="linearGradient2193" 2285 xlink:href="#linearGradient6760" 2286 inkscape:collect="always" /> 2287 <linearGradient 2288 gradientTransform="matrix(-1.72911e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)" 2289 y2="870.7868" 2290 x2="707.32397" 2291 y1="870.7868" 2292 x1="228.69115" 2293 gradientUnits="userSpaceOnUse" 2294 id="linearGradient2190" 2295 xlink:href="#linearGradient6760" 2296 inkscape:collect="always" /> 2297 <linearGradient 2298 y2="-468.00757" 2299 x2="-828.24158" 2300 y1="-468.00757" 2301 x1="-913.33197" 2302 gradientTransform="matrix(1.843177,0,0,0.569271,1596.247,-804.4938)" 2303 gradientUnits="userSpaceOnUse" 2304 id="linearGradient2177" 2305 xlink:href="#linearGradient6760" 2306 inkscape:collect="always" /> 2307 <linearGradient 2308 y2="870.7868" 2309 x2="707.32397" 2310 y1="870.7868" 2311 x1="228.69115" 2312 gradientTransform="matrix(-1.729111e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)" 2313 gradientUnits="userSpaceOnUse" 2314 id="linearGradient2174" 2315 xlink:href="#linearGradient6760" 2316 inkscape:collect="always" /> 2317 <linearGradient 2318 y2="870.7868" 2319 x2="707.32397" 2320 y1="870.7868" 2321 x1="228.69115" 2322 gradientTransform="matrix(-1.729111e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)" 2323 gradientUnits="userSpaceOnUse" 2324 id="linearGradient2171" 2325 xlink:href="#linearGradient6760" 2326 inkscape:collect="always" /> 2327 <linearGradient 2328 y2="870.7868" 2329 x2="707.32397" 2330 y1="870.7868" 2331 x1="228.69115" 2332 gradientTransform="matrix(-1.729111e-2,0.569008,-1.843103,-1.648306e-2,1571.747,818.3972)" 2333 gradientUnits="userSpaceOnUse" 2334 id="linearGradient2168" 2335 xlink:href="#linearGradient6760" 2336 inkscape:collect="always" /> 2337 <linearGradient 2338 inkscape:collect="always" 2339 xlink:href="#linearGradient6760" 2340 id="linearGradient8353" 654 2341 gradientUnits="userSpaceOnUse" 655 2342 x1="422.41946" … … 658 2345 y2="602.44745" /> 659 2346 <linearGradient 660 inkscape:collect="always" 661 xlink:href="#linearGradient6760" 662 id="linearGradient7391" 663 gradientUnits="userSpaceOnUse" 664 gradientTransform="matrix(-5.065757e-3,0.576919,0.698739,1.716815e-2,-226.1789,538.3727)" 2347 id="linearGradient3337"> 2348 <stop 2349 id="stop3339" 2350 offset="0" 2351 style="stop-color:#3447ff;stop-opacity:1;" /> 2352 <stop 2353 style="stop-color:white;stop-opacity:0.94117647;" 2354 offset="0.51282054" 2355 id="stop3341" /> 2356 <stop 2357 id="stop3343" 2358 offset="1" 2359 style="stop-color:#341dff;stop-opacity:1;" /> 2360 </linearGradient> 2361 <linearGradient 2362 inkscape:collect="always" 2363 xlink:href="#linearGradient6760" 2364 id="linearGradient3335" 2365 gradientUnits="userSpaceOnUse" 2366 x1="157.75" 2367 y1="532.36218" 2368 x2="584.12329" 2369 y2="532.36218" /> 2370 <linearGradient 2371 inkscape:collect="always" 2372 xlink:href="#linearGradient6760" 2373 id="linearGradient3333" 2374 gradientUnits="userSpaceOnUse" 2375 x1="157.75" 2376 y1="532.36218" 2377 x2="584.12329" 2378 y2="532.36218" /> 2379 <linearGradient 2380 inkscape:collect="always" 2381 xlink:href="#linearGradient6760" 2382 id="linearGradient3331" 2383 gradientUnits="userSpaceOnUse" 2384 x1="157.75" 2385 y1="532.36218" 2386 x2="584.12329" 2387 y2="532.36218" 2388 gradientTransform="matrix(1.025519,0,0,1.22196,-2.493146,-99.35683)" /> 2389 <linearGradient 2390 id="linearGradient3323"> 2391 <stop 2392 id="stop3325" 2393 offset="0" 2394 style="stop-color:#3447ff;stop-opacity:1;" /> 2395 <stop 2396 style="stop-color:white;stop-opacity:0.94117647;" 2397 offset="0.51282054" 2398 id="stop3327" /> 2399 <stop 2400 id="stop3329" 2401 offset="1" 2402 style="stop-color:#341dff;stop-opacity:1;" /> 2403 </linearGradient> 2404 <linearGradient 2405 id="linearGradient3315"> 2406 <stop 2407 id="stop3317" 2408 offset="0" 2409 style="stop-color:#3447ff;stop-opacity:1;" /> 2410 <stop 2411 style="stop-color:white;stop-opacity:0.94117647;" 2412 offset="0.51282054" 2413 id="stop3319" /> 2414 <stop 2415 id="stop3321" 2416 offset="1" 2417 style="stop-color:#341dff;stop-opacity:1;" /> 2418 </linearGradient> 2419 <linearGradient 2420 inkscape:collect="always" 2421 xlink:href="#linearGradient6760" 2422 id="linearGradient3313" 2423 gradientUnits="userSpaceOnUse" 2424 x1="157.75" 2425 y1="532.36218" 2426 x2="584.12329" 2427 y2="532.36218" /> 2428 <linearGradient 2429 inkscape:collect="always" 2430 xlink:href="#linearGradient6760" 2431 id="linearGradient3311" 2432 gradientUnits="userSpaceOnUse" 2433 x1="157.75" 2434 y1="532.36218" 2435 x2="584.12329" 2436 y2="532.36218" /> 2437 <linearGradient 2438 y2="870.7868" 2439 x2="707.32397" 2440 y1="870.7868" 2441 x1="228.69115" 2442 gradientUnits="userSpaceOnUse" 2443 id="linearGradient3309" 2444 xlink:href="#linearGradient6760" 2445 inkscape:collect="always" /> 2446 <linearGradient 2447 y2="870.7868" 2448 x2="707.32397" 2449 y1="870.7868" 2450 x1="228.69115" 2451 gradientUnits="userSpaceOnUse" 2452 id="linearGradient3307" 2453 xlink:href="#linearGradient6760" 2454 inkscape:collect="always" /> 2455 <linearGradient 2456 y2="870.7868" 2457 x2="707.32397" 2458 y1="870.7868" 2459 x1="228.69115" 2460 gradientUnits="userSpaceOnUse" 2461 id="linearGradient3305" 2462 xlink:href="#linearGradient6760" 2463 inkscape:collect="always" /> 2464 <linearGradient 2465 y2="870.7868" 2466 x2="707.32397" 2467 y1="870.7868" 2468 x1="228.69115" 2469 gradientUnits="userSpaceOnUse" 2470 id="linearGradient3303" 2471 xlink:href="#linearGradient6760" 2472 inkscape:collect="always" /> 2473 <linearGradient 2474 y2="870.7868" 2475 x2="707.32397" 2476 y1="870.7868" 2477 x1="228.69115" 2478 gradientUnits="userSpaceOnUse" 2479 id="linearGradient3301" 2480 xlink:href="#linearGradient6760" 2481 inkscape:collect="always" /> 2482 <linearGradient 2483 y2="870.7868" 2484 x2="707.32397" 2485 y1="870.7868" 2486 x1="228.69115" 2487 gradientUnits="userSpaceOnUse" 2488 id="linearGradient3299" 2489 xlink:href="#linearGradient6760" 2490 inkscape:collect="always" /> 2491 <linearGradient 2492 y2="-468.00757" 2493 x2="-828.24158" 2494 y1="-468.00757" 2495 x1="-913.33197" 2496 gradientUnits="userSpaceOnUse" 2497 id="linearGradient3297" 2498 xlink:href="#linearGradient6760" 2499 inkscape:collect="always" /> 2500 <linearGradient 2501 y2="870.7868" 2502 x2="707.32397" 2503 y1="870.7868" 2504 x1="228.69115" 2505 gradientUnits="userSpaceOnUse" 2506 id="linearGradient3295" 2507 xlink:href="#linearGradient6760" 2508 inkscape:collect="always" /> 2509 <linearGradient 2510 y2="870.7868" 2511 x2="707.32397" 2512 y1="870.7868" 2513 x1="228.69115" 2514 gradientUnits="userSpaceOnUse" 2515 id="linearGradient3293" 2516 xlink:href="#linearGradient6760" 2517 inkscape:collect="always" /> 2518 <linearGradient 2519 y2="870.7868" 2520 x2="707.32397" 2521 y1="870.7868" 2522 x1="228.69115" 2523 gradientUnits="userSpaceOnUse" 2524 id="linearGradient3291" 2525 xlink:href="#linearGradient6760" 2526 inkscape:collect="always" /> 2527 <linearGradient 2528 y2="870.7868" 2529 x2="707.32397" 2530 y1="870.7868" 2531 x1="228.69115" 2532 gradientUnits="userSpaceOnUse" 2533 id="linearGradient3289" 2534 xlink:href="#linearGradient6760" 2535 inkscape:collect="always" /> 2536 <linearGradient 2537 y2="870.7868" 2538 x2="707.32397" 2539 y1="870.7868" 2540 x1="228.69115" 2541 gradientUnits="userSpaceOnUse" 2542 id="linearGradient3287" 2543 xlink:href="#linearGradient6760" 2544 inkscape:collect="always" /> 2545 <linearGradient 2546 y2="870.7868" 2547 x2="707.32397" 2548 y1="870.7868" 2549 x1="228.69115" 2550 gradientUnits="userSpaceOnUse" 2551 id="linearGradient3285" 2552 xlink:href="#linearGradient6760" 2553 inkscape:collect="always" /> 2554 <linearGradient 2555 y2="870.7868" 2556 x2="707.32397" 2557 y1="870.7868" 2558 x1="228.69115" 2559 gradientUnits="userSpaceOnUse" 2560 id="linearGradient3283" 2561 xlink:href="#linearGradient6760" 2562 inkscape:collect="always" /> 2563 <linearGradient 2564 y2="-468.00757" 2565 x2="-828.24158" 2566 y1="-468.00757" 2567 x1="-913.33197" 2568 gradientUnits="userSpaceOnUse" 2569 id="linearGradient3281" 2570 xlink:href="#linearGradient6760" 2571 inkscape:collect="always" /> 2572 <linearGradient 2573 gradientUnits="userSpaceOnUse" 2574 y2="870.7868" 2575 x2="707.32397" 2576 y1="870.7868" 2577 x1="228.69115" 2578 id="linearGradient21273" 2579 xlink:href="#linearGradient6760" 2580 inkscape:collect="always" /> 2581 <linearGradient 2582 id="linearGradient3272"> 2583 <stop 2584 style="stop-color:#3447ff;stop-opacity:1;" 2585 offset="0" 2586 id="stop3274" /> 2587 <stop 2588 id="stop3276" 2589 offset="0.51282054" 2590 style="stop-color:white;stop-opacity:0.94117647;" /> 2591 <stop 2592 style="stop-color:#341dff;stop-opacity:1;" 2593 offset="1" 2594 id="stop3278" /> 2595 </linearGradient> 2596 <inkscape:perspective 2597 id="perspective115" 2598 inkscape:persp3d-origin="372.04724 : 350.78739 : 1" 2599 inkscape:vp_z="744.09448 : 526.18109 : 1" 2600 inkscape:vp_y="0 : 1000 : 0" 2601 inkscape:vp_x="0 : 526.18109 : 1" 2602 sodipodi:type="inkscape:persp3d" /> 2603 <linearGradient 2604 inkscape:collect="always" 2605 xlink:href="#linearGradient6760" 2606 id="linearGradient3713" 2607 gradientUnits="userSpaceOnUse" 2608 x1="228.69115" 2609 y1="870.7868" 2610 x2="707.32397" 2611 y2="870.7868" /> 2612 <linearGradient 2613 inkscape:collect="always" 2614 xlink:href="#linearGradient6760" 2615 id="linearGradient3720" 2616 gradientUnits="userSpaceOnUse" 2617 gradientTransform="matrix(0.3740368,0,0,0.2645128,195.03194,10.658114)" 2618 x1="178" 2619 y1="472.06305" 2620 x2="544.92957" 2621 y2="472.06305" /> 2622 <linearGradient 2623 inkscape:collect="always" 2624 xlink:href="#linearGradient6760" 2625 id="linearGradient3732" 2626 gradientUnits="userSpaceOnUse" 2627 gradientTransform="matrix(-1.2638616,0,0,1.3462193,727.41197,-943.17886)" 2628 x1="331.37308" 2629 y1="976.83051" 2630 x2="365.76541" 2631 y2="976.83051" /> 2632 <linearGradient 2633 inkscape:collect="always" 2634 xlink:href="#linearGradient6760" 2635 id="linearGradient3738" 2636 gradientUnits="userSpaceOnUse" 2637 gradientTransform="matrix(-1.2638616,0,0,1.3462193,728.06168,-849.79003)" 2638 x1="331.37308" 2639 y1="976.83051" 2640 x2="365.76541" 2641 y2="976.83051" /> 2642 <linearGradient 2643 inkscape:collect="always" 2644 xlink:href="#linearGradient6760" 2645 id="linearGradient3748" 2646 gradientUnits="userSpaceOnUse" 2647 gradientTransform="matrix(0,-0.6161836,-3.0214201,0,2624.183,902.00995)" 2648 x1="228.69115" 2649 y1="870.7868" 2650 x2="707.32397" 2651 y2="870.7868" /> 2652 <linearGradient 2653 inkscape:collect="always" 2654 xlink:href="#linearGradient6760" 2655 id="linearGradient3752" 2656 gradientUnits="userSpaceOnUse" 2657 gradientTransform="matrix(0,-0.6162019,-3.0214229,0,2752.2517,540.69328)" 2658 x1="228.69115" 2659 y1="870.7868" 2660 x2="707.32397" 2661 y2="870.7868" /> 2662 <linearGradient 2663 inkscape:collect="always" 2664 xlink:href="#linearGradient6760" 2665 id="linearGradient3756" 2666 gradientUnits="userSpaceOnUse" 2667 gradientTransform="matrix(0,-0.6162019,-3.0214229,0,2752.5653,619.04467)" 2668 x1="228.69115" 2669 y1="870.7868" 2670 x2="707.32397" 2671 y2="870.7868" /> 2672 <linearGradient 2673 inkscape:collect="always" 2674 xlink:href="#linearGradient6760" 2675 id="linearGradient3760" 2676 gradientUnits="userSpaceOnUse" 2677 gradientTransform="matrix(0,-0.6218601,-2.9939269,0,2727.2036,786.42649)" 2678 x1="228.69115" 2679 y1="870.7868" 2680 x2="707.32397" 2681 y2="870.7868" /> 2682 <linearGradient 2683 inkscape:collect="always" 2684 xlink:href="#linearGradient6760" 2685 id="linearGradient3763" 2686 gradientUnits="userSpaceOnUse" 2687 gradientTransform="matrix(0,-0.6161836,-3.0214201,0,2626.1157,825.83582)" 2688 x1="228.69115" 2689 y1="870.7868" 2690 x2="707.32397" 2691 y2="870.7868" /> 2692 <linearGradient 2693 inkscape:collect="always" 2694 xlink:href="#linearGradient6760" 2695 id="linearGradient3766" 2696 gradientUnits="userSpaceOnUse" 2697 gradientTransform="matrix(0,-0.6218589,-2.99393,0,2727.5605,705.80553)" 2698 x1="228.69115" 2699 y1="870.7868" 2700 x2="707.32397" 2701 y2="870.7868" /> 2702 <linearGradient 2703 inkscape:collect="always" 2704 xlink:href="#linearGradient6760" 2705 id="linearGradient3769" 2706 gradientUnits="userSpaceOnUse" 2707 gradientTransform="matrix(0,-0.6051839,-3.0764057,0,2672.2112,654.52459)" 2708 x1="228.69115" 2709 y1="870.7868" 2710 x2="707.32397" 2711 y2="870.7868" /> 2712 <linearGradient 2713 inkscape:collect="always" 2714 xlink:href="#linearGradient6760" 2715 id="linearGradient3772" 2716 gradientUnits="userSpaceOnUse" 2717 gradientTransform="matrix(0,-0.6161963,-3.0214242,0,2626.4796,744.57495)" 2718 x1="228.69115" 2719 y1="870.7868" 2720 x2="707.32397" 2721 y2="870.7868" /> 2722 <linearGradient 2723 inkscape:collect="always" 2724 xlink:href="#linearGradient6760" 2725 id="linearGradient3775" 2726 gradientUnits="userSpaceOnUse" 2727 gradientTransform="matrix(1.3994788,0,0,1.3303114,1277.398,1054.3417)" 2728 x1="-913.33197" 2729 y1="-468.00757" 2730 x2="-828.24158" 2731 y2="-468.00757" /> 2732 <linearGradient 2733 inkscape:collect="always" 2734 xlink:href="#linearGradient6760" 2735 id="linearGradient3795" 2736 gradientUnits="userSpaceOnUse" 2737 gradientTransform="matrix(-4.6391441e-3,0.5332129,0.639895,1.586753e-2,-26.035114,29.117657)" 665 2738 x1="372.57718" 666 2739 y1="509.53915" … … 670 2743 inkscape:collect="always" 671 2744 xlink:href="#linearGradient6760" 672 id="linearGradient7393" 2745 id="linearGradient3806" 2746 gradientUnits="userSpaceOnUse" 2747 x1="228.69115" 2748 y1="870.7868" 2749 x2="707.32397" 2750 y2="870.7868" /> 2751 <linearGradient 2752 inkscape:collect="always" 2753 xlink:href="#linearGradient10543" 2754 id="linearGradient3808" 2755 gradientUnits="userSpaceOnUse" 2756 x1="-42.013222" 2757 y1="895.25244" 2758 x2="66.722748" 2759 y2="895.25244" /> 2760 <linearGradient 2761 inkscape:collect="always" 2762 xlink:href="#linearGradient6760" 2763 id="linearGradient3810" 2764 gradientUnits="userSpaceOnUse" 2765 x1="228.69115" 2766 y1="870.7868" 2767 x2="707.32397" 2768 y2="870.7868" /> 2769 <linearGradient 2770 inkscape:collect="always" 2771 xlink:href="#linearGradient6760" 2772 id="linearGradient3818" 673 2773 gradientUnits="userSpaceOnUse" 674 2774 x1="336.90649" … … 679 2779 inkscape:collect="always" 680 2780 xlink:href="#linearGradient6760" 681 id="linearGradient7395" 682 gradientUnits="userSpaceOnUse" 683 x1="336.90649" 684 y1="455.00009" 685 x2="454.45868" 686 y2="455.00009" /> 687 <linearGradient 688 inkscape:collect="always" 689 xlink:href="#linearGradient6760" 690 id="linearGradient7397" 691 gradientUnits="userSpaceOnUse" 692 gradientTransform="matrix(0.709815,0,0,0.477998,212.0733,102.0648)" 693 x1="178" 694 y1="472.06305" 695 x2="544.92957" 696 y2="472.06305" /> 697 <linearGradient 698 inkscape:collect="always" 699 xlink:href="#linearGradient6760" 700 id="linearGradient7399" 701 gradientUnits="userSpaceOnUse" 702 x1="37.28347" 703 y1="472.44641" 704 x2="140.18112" 705 y2="472.44641" /> 706 <linearGradient 707 inkscape:collect="always" 708 xlink:href="#linearGradient6760" 709 id="linearGradient7401" 710 gradientUnits="userSpaceOnUse" 711 x1="37.28347" 712 y1="472.44641" 713 x2="140.18112" 714 y2="472.44641" /> 2781 id="linearGradient3822" 2782 gradientUnits="userSpaceOnUse" 2783 gradientTransform="matrix(-4.6391441e-3,0.5332129,0.639895,1.586753e-2,377.75629,353.45109)" 2784 x1="372.57718" 2785 y1="509.53915" 2786 x2="370.8418" 2787 y2="591.71429" /> 715 2788 </defs> 716 2789 <sodipodi:namedview 717 inkscape:window-height=" 753"718 inkscape:window-width="1 024"2790 inkscape:window-height="954" 2791 inkscape:window-width="1280" 719 2792 inkscape:pageshadow="2" 720 2793 inkscape:pageopacity="0.0" … … 728 2801 showgrid="true" 729 2802 showguides="true" 730 inkscape:zoom=" 0.3552643"731 inkscape:cx=" 709.47836"732 inkscape:cy=" 365.70295"2803 inkscape:zoom="1.0048392" 2804 inkscape:cx="390.06998" 2805 inkscape:cy="248.28127" 733 2806 inkscape:window-x="0" 734 inkscape:window-y=" 0"2807 inkscape:window-y="25" 735 2808 inkscape:current-layer="svg2064" 736 2809 inkscape:guide-bbox="true" /> … … 738 2811 id="g5069" 739 2812 style="fill:url(#linearGradient5143);fill-opacity:1;fill-rule:nonzero" 740 transform="matrix(0,-0.836391,-1.541763,0,1677.846,672.6111)" /> 2813 transform="matrix(0,-0.836391,-1.541763,0,1654.5056,610.54686)" /> 2814 <path 2815 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.94589669px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 2816 d="M 135.31891,655.09112 L 135.20657,647.06649 L 118.53196,650.60375 L 135.31891,655.09112 z" 2817 id="path4730" /> 2818 <path 2819 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.68928456;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2820 d="M 242.22418,736.93467 L 242.22418,650.17735 L 117.13137,650.17735 L 117.13137,650.17735" 2821 id="path19167" /> 2822 <path 2823 inkscape:export-ydpi="90" 2824 inkscape:export-xdpi="90" 2825 sodipodi:nodetypes="ccccc" 2826 id="path24559" 2827 d="M 13.508046,828.83737 L 52.747826,781.41459 L 70.910256,804.75517 L 91.143318,830.75718 C 58.134636,838.0896 35.127596,834.23925 13.508046,828.83737 z" 2828 style="fill:url(#linearGradient2545);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.63869953;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2829 <path 2830 id="path24561" 2831 d="M 246.44679,820.77138 L 238.26581,820.48122 L 242.58362,807.67025 L 246.44679,820.77138" 2832 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.5149436px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 2833 <path 2834 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.48901629;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2835 d="M 27.368752,833.46514 C 27.368752,896.93924 27.368752,896.93924 27.368752,896.93924 L 464.92072,896.93924" 2836 id="path24565" /> 2837 <path 2838 id="path25454" 2839 d="M 71.433246,833.33936 L 71.433246,861.19797 L 242.15638,861.19797 L 242.15638,811.05247" 2840 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.82530975;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2841 <path 2842 id="path26343" 2843 d="M 52.458966,783.01116 C 52.458966,743.87451 52.458966,743.87451 52.458966,743.87451" 2844 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.65281081;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2845 <path 2846 inkscape:transform-center-y="23.884527" 2847 inkscape:transform-center-x="92.736323" 2848 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.78476119px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 2849 d="M 47.714656,768.86837 L 56.229226,769.15993 L 51.655646,779.85276 L 47.714656,768.86837 z" 2850 id="path27230" /> 2851 <path 2852 sodipodi:type="arc" 2853 style="fill:url(#linearGradient7395);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.67148209;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2854 id="path30082" 2855 sodipodi:cx="395.68259" 2856 sodipodi:cy="455.00009" 2857 sodipodi:rx="56.526085" 2858 sodipodi:ry="54.432526" 2859 d="M 452.20867,455.00009 A 56.526085,54.432526 0 1 1 339.1565,455.00009 A 56.526085,54.432526 0 1 1 452.20867,455.00009 z" 2860 transform="matrix(0.7411164,0,0,0.7410055,-50.306454,431.27193)" /> 2861 <path 2862 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.75976193;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2863 d="M 225.01493,755.16237 L 268.40026,755.16237 L 233.69199,781.92916 L 320.46265,781.92916" 2864 id="path9897" /> 2865 <path 2866 id="path30085" 2867 d="M 225.09058,758.70442 L 224.79395,751.45331 L 215.39766,755.52668 L 225.09058,758.70442 z" 2868 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.67991328px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 2869 <path 2870 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.4540292;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2871 d="M 233.28275,781.89302 L 477.16062,781.89302" 2872 id="path4661" /> 2873 <path 2874 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.16811383px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 2875 d="M 464.22233,892.76224 L 464.22233,901.93003 L 479.10582,897.34613 L 464.22233,892.76224 L 464.22233,892.76224 z" 2876 id="path7323" /> 741 2877 <g 742 id="g7325" 743 transform="matrix(1.111074,0,0,1.11819,-2.221499,-98.00776)"> 744 <rect 745 rx="62.074471" 746 style="fill:url(#linearGradient7373);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 747 id="rect11493" 748 width="124.14894" 749 height="396.50537" 750 x="93.739868" 751 y="290.96024" 752 ry="25.401123" /> 753 <path 754 style="fill:url(#linearGradient7375);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 755 d="M 215.97243,517.84296 L 160.62318,517.8429" 756 id="path8726" /> 757 <path 758 style="fill:url(#linearGradient7377);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 759 d="M 215.97243,419.48515 L 160.62318,419.48509" 760 id="path8728" /> 761 <path 762 style="fill:url(#linearGradient7379);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 763 d="M 151.46784,469.17225 L 96.118499,469.17233" 764 id="path8732" /> 765 <path 766 id="path7820" 767 d="M 216.31496,613.02261 L 160.96553,613.0226" 768 style="fill:url(#linearGradient7381);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 769 <path 770 id="path8730" 771 d="M 151.81039,564.3519 L 96.460924,564.35199" 772 style="fill:url(#linearGradient7383);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 773 <path 774 id="path8734" 775 d="M 151.46793,370.81444 L 96.118653,370.81452" 776 style="fill:url(#linearGradient7385);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:3.49999976;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 777 <path 778 id="path20553" 779 d="M 74.817193,506.9299 L 74.694006,516.93909 L 89.801433,512.06694 L 74.817193,506.9299 z " 780 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.00203943px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 781 <path 782 id="path5033" 783 d="M 234.88847,373.34189 L 235.3613,363.34305 L 220.09288,367.68424 L 234.88847,373.34189 z " 784 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.00203943px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 785 <path 786 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.0309999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 787 d="M 77.121358,511.90355 C 17.121338,511.9036 21.069022,511.9036 21.069022,511.9036" 788 id="path4989" 789 sodipodi:nodetypes="cc" /> 790 <path 791 id="path4730" 792 d="M 232.57569,607.96294 L 232.47458,600.78649 L 217.46693,603.94987 L 232.57569,607.96294 z " 793 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.84862226px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 794 <path 795 style="fill:url(#linearGradient7387);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.36734009;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 796 d="M 420.94235,434.694 L 456.25923,392.28363 L 472.60597,413.1572 L 490.81633,436.41089 C 461.10752,442.96829 440.4005,439.52491 420.94235,434.694 z " 797 id="path22345" 798 sodipodi:nodetypes="ccccc" 799 inkscape:export-xdpi="90" 800 inkscape:export-ydpi="90" /> 801 <path 802 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.29145002;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 803 d="M 456.30395,357.12724 C 456.14572,391.21646 456.14572,391.21646 456.14572,391.21646" 804 id="path1874" /> 805 <path 806 id="path15596" 807 d="M 469.7756,440.36997 C 469.7756,465.62637 469.7756,465.62637 469.7756,465.62637 L 638.26419,465.62637" 808 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.85000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 809 <path 810 id="path4728" 811 d="M 376.67738,462.68481 L 376.34492,469.3812 L 367.19419,465.84604 L 376.67738,462.68481 z " 812 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.64524579px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 813 <path 814 sodipodi:type="arc" 815 style="fill:url(#linearGradient7389);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:4.1367197;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 816 id="path6504" 817 sodipodi:cx="475.17874" 818 sodipodi:cy="602.44745" 819 sodipodi:rx="50.259289" 820 sodipodi:ry="49.990524" 821 d="M 525.43803 602.44745 A 50.259289 49.990524 0 1 1 424.91945,602.44745 A 50.259289 49.990524 0 1 1 525.43803 602.44745 z" 822 transform="matrix(-0.573907,8.862457e-3,-2.886754e-3,0.576812,614.2349,112.1998)" /> 823 <path 824 id="path14705" 825 d="M 340.92603,466.43613 L 439.07397,466.43615 L 439.07397,438.28821" 826 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.85205638;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 827 <path 828 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.37999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 829 d="M 338.54403,492.78995 L 338.47837,505.90956 L 342.73987,505.84371 L 334.21685,505.97542 L 338.47837,505.90956" 830 id="path10135" /> 831 <path 832 id="path2272" 833 d="M 456.31625,301.04593 L 456.67538,262.67837 L 456.31625,301.04593 z " 834 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.63250971;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 835 <path 836 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.87477803px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 837 d="M 461.56261,376.99498 L 452.77589,376.79957 L 456.13885,389.93787 L 461.56261,376.99498 z " 838 id="path4952" /> 839 <path 840 id="path17376" 841 d="M 341.22027,434.88956 L 271.1842,434.88956 L 271.1842,368.21463 L 233.47249,368.21463" 842 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.70489836;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 843 <path 844 id="path19167" 845 d="M 328.79364,681.15582 L 328.79364,603.56854 L 216.20635,603.56854 L 216.20635,603.56854" 846 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.41272306;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 847 <path 848 style="fill:url(#linearGradient7391);fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.36734009;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 849 d="M 122.94225,763.34463 L 158.25923,720.93432 L 174.60597,741.80786 L 192.81633,765.06152 C 163.10752,771.61892 142.4005,768.17554 122.94225,763.34463 z " 850 id="path24559" 851 sodipodi:nodetypes="ccccc" 852 inkscape:export-xdpi="90" 853 inkscape:export-ydpi="90" /> 854 <path 855 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.46198767px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 856 d="M 332.59412,756.13119 L 325.23099,755.8717 L 329.11715,744.41482 L 332.59412,756.13119" 857 id="path24561" /> 858 <path 859 id="path24565" 860 d="M 135.56625,767.63126 C 135.56625,824.10029 135.56625,824.10029 135.56625,824.10029 L 643.72732,824.10029" 861 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.52999997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 862 <path 863 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.53475952;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 864 d="M 175.07667,767.37077 L 175.07667,792.28479 L 328.73262,792.28479 L 328.73262,747.43955" 865 id="path25454" /> 866 <path 867 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2.38000011;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 868 d="M 157.99925,722.36214 C 157.99925,687.36214 157.99925,687.36214 157.99925,687.36214" 869 id="path26343" /> 870 <path 871 id="path27230" 872 d="M 153.72923,709.71421 L 161.3926,709.97495 L 157.27624,719.53757 L 153.72923,709.71421 z " 873 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.70405763px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 874 inkscape:transform-center-x="92.736323" 875 inkscape:transform-center-y="23.884527" /> 876 <path 877 transform="matrix(0.59458,0,0,0.618834,223.0658,-50.76494)" 878 d="M 452.20867 455.00009 A 56.526085 54.432526 0 1 1 339.1565,455.00009 A 56.526085 54.432526 0 1 1 452.20867 455.00009 z" 879 sodipodi:ry="54.432526" 880 sodipodi:rx="56.526085" 881 sodipodi:cy="455.00009" 882 sodipodi:cx="395.68259" 883 id="path30988" 884 style="fill:url(#linearGradient7393);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:2.67148209;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 885 sodipodi:type="arc" /> 886 <path 887 sodipodi:nodetypes="cccc" 888 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.55653387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 889 d="M 642.1616,238.13832 L 641.99793,244.19663 L 649.74268,241.38015 L 642.1616,238.13832 z " 890 id="path10784" /> 891 <path 892 id="path1880" 893 d="M 436.9881,218.97957 L 478.7565,218.97957 L 450.9109,241.33323 L 513.5635,241.33323" 894 style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1.44042945;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 895 <path 896 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.92823511px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 897 d="M 461.76991,180.04598 L 453.46412,179.81322 L 456.64301,195.46289 L 461.76991,180.04598 z " 898 id="path28230" /> 899 <path 900 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.87477803px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 901 d="M 461.22411,283.9819 L 452.43739,283.78649 L 455.80035,296.92479 L 461.22411,283.9819 z " 902 id="path28282" /> 903 <path 904 id="path28284" 905 d="M 159.12984,291.23234 L 159.12984,153.49202 L 458.03177,153.49202 L 458.03177,191.48935" 906 style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:2.25967622;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 907 <path 908 transform="matrix(0.667027,0,0,0.662683,65.50728,407.8009)" 909 d="M 452.20867 455.00009 A 56.526085 54.432526 0 1 1 339.1565,455.00009 A 56.526085 54.432526 0 1 1 452.20867 455.00009 z" 910 sodipodi:ry="54.432526" 911 sodipodi:rx="56.526085" 912 sodipodi:cy="455.00009" 913 sodipodi:cx="395.68259" 914 id="path30082" 915 style="fill:url(#linearGradient7395);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:2.67148209;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 916 sodipodi:type="arc" /> 917 <path 918 id="path9897" 919 d="M 313.3048,697.4569 L 352.3529,697.4569 L 321.11442,721.3945 L 399.21062,721.3945" 920 style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1.5787909;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 921 <path 922 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:0.60999215px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 923 d="M 313.37289,700.62456 L 313.10591,694.13988 L 304.64897,697.7827 L 313.37289,700.62456 z " 924 id="path30085" /> 925 <path 926 id="path31859" 927 d="M 218.08906,632.36218 L 104.16596,632.36218 C 94.672376,632.36218 94.672376,632.36218 94.672376,632.36218" 928 style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:3.41022706;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 929 <rect 930 ry="0" 931 y="299.1731" 932 x="339.84" 933 height="57.073792" 934 width="257.61285" 935 id="rect2097" 936 style="fill:url(#linearGradient7397);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:2.32994461;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 937 <path 938 sodipodi:open="true" 939 transform="matrix(0.707605,0,0,0.467841,242.0841,106.5356)" 940 sodipodi:end="4.712389" 941 sodipodi:start="1.5707963" 942 d="M 138.17488,533.15961 A 40.475468,60.713203 0 1 1 138.17488,411.73321" 943 sodipodi:ry="60.713203" 944 sodipodi:rx="40.475468" 945 sodipodi:cy="472.44641" 946 sodipodi:cx="138.17488" 947 id="path3004" 948 style="fill:url(#linearGradient7399);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:4.04949331;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 949 sodipodi:type="arc" /> 950 <path 951 sodipodi:open="true" 952 transform="matrix(-0.707603,1.229983e-3,-1.79292e-3,-0.46784,696.7627,548.6496)" 953 sodipodi:end="4.712389" 954 sodipodi:start="1.5707963" 955 d="M 138.17488,533.15961 A 40.475468,60.713203 0 1 1 138.17488,411.73321" 956 sodipodi:ry="60.713203" 957 sodipodi:rx="40.475468" 958 sodipodi:cy="472.44641" 959 sodipodi:cx="138.17488" 960 id="path5677" 961 style="fill:url(#linearGradient7401);fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:4.04949331;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 962 sodipodi:type="arc" /> 963 <path 964 id="path2000" 965 d="M 451,241.36218 L 645,241.36218" 966 style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:1.44000006;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 967 <path 968 id="path3774" 969 d="M 635.14108,461.53263 L 635.14108,469.73141 L 648.53667,465.63202 L 635.14108,461.53263 L 635.14108,461.53263 z " 970 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.04798698px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 971 <path 972 id="path4661" 973 d="M 321.01762,721.36218 L 649.24684,721.36218" 974 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.59520972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 975 <path 976 id="path7323" 977 d="M 634.8022,820.51279 L 634.8022,828.71157 L 648.19779,824.61218 L 634.8022,820.51279 L 634.8022,820.51279 z " 978 style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:1.04798698px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 979 </g> 2878 transform="matrix(0,-0.836391,-1.541763,0,1087.1517,584.36127)" 2879 style="fill:url(#linearGradient3806);fill-opacity:1;fill-rule:nonzero" 2880 id="g3636" /> 2881 <path 2882 id="path3638" 2883 d="M 131.29843,182.191 L 131.73145,172.94965 L 117.74885,176.96196 L 131.29843,182.191 z" 2884 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.92188007px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 2885 <path 2886 style="fill:url(#linearGradient3795);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.17796183;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2887 d="M 293.68377,237.04671 L 326.02643,197.84927 L 340.99653,217.14151 L 357.67332,238.63354 C 330.46643,244.69416 311.50325,241.51164 293.68377,237.04671 z" 2888 id="path3646" 2889 sodipodi:nodetypes="ccccc" 2890 inkscape:export-xdpi="90" 2891 inkscape:export-ydpi="90" /> 2892 <path 2893 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.18960905;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2894 d="M 326.02684,174.63961 C 325.81986,198.43276 325.81986,198.43276 325.81986,198.43276" 2895 id="path3648" /> 2896 <path 2897 id="path3650" 2898 d="M 258.03923,265.18094 L 258.06781,272.47203 L 249.18716,269.13807 L 258.03923,265.18094 z" 2899 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.65652353px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 2900 <path 2901 sodipodi:type="arc" 2902 style="fill:url(#linearGradient8353);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.13745832;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2903 id="path3652" 2904 sodipodi:cx="475.17874" 2905 sodipodi:cy="602.44745" 2906 sodipodi:rx="50.259289" 2907 sodipodi:ry="49.990524" 2908 d="M 525.43803,602.44745 A 50.259289,49.990524 0 1 1 424.91945,602.44745 A 50.259289,49.990524 0 1 1 525.43803,602.44745 z" 2909 transform="matrix(-0.5256083,-5.5621012e-3,-1.6336306e-2,0.5328658,479.52227,-50.541535)" /> 2910 <path 2911 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.18960905;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2912 d="M 219.9299,294.49228 L 219.55835,306.61235 L 223.46121,306.6536 L 215.65545,306.57108 L 219.55835,306.61235" 2913 id="path3654" /> 2914 <path 2915 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.72905672px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 2916 d="M 330.62611,45.313251 L 323.57974,45.208061 L 326.37773,56.564721 L 330.62611,45.313251 z" 2917 id="path2266" /> 2918 <path 2919 id="path4063" 2920 d="M 57.224866,115.89904 L 57.224866,0.87059997 L 326.5433,0.87049997 L 326.5433,44.691151 L 326.5433,44.691151 L 326.5433,44.691151" 2921 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.74099994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2922 <path 2923 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.80479908px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 2924 d="M 330.57319,165.22194 L 322.52644,165.04133 L 325.60619,177.1843 L 330.57319,165.22194 z" 2925 id="path3658" /> 2926 <path 2927 id="path3660" 2928 d="M 220.44902,269.11346 L 311.32675,269.11347 L 311.32675,240.70694" 2929 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.18960905;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2930 <path 2931 id="path3662" 2932 d="M 339.06496,242.74483 C 339.06496,269.6737 339.06496,269.6737 339.06496,269.6737 L 467.89202,269.6737" 2933 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.88466418;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2934 <path 2935 id="path3664" 2936 d="M 219.35297,240.70575 L 156.78356,240.70575 L 156.78356,177.27785 L 123.09235,177.27785" 2937 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.18960905;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2938 <path 2939 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.36448324px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 2940 d="M 468.35856,266.94488 L 468.35856,272.31677 L 477.75605,269.63083 L 468.35856,266.94488 z" 2941 id="path5527" /> 2942 <rect 2943 rx="56.345825" 2944 style="fill:url(#linearGradient3775);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.80625057;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2945 id="rect2548" 2946 width="112.69165" 2947 height="630.65668" 2948 x="2.4031253" 2949 y="116.41673" 2950 ry="40.401443" /> 2951 <path 2952 style="fill:url(#linearGradient3772);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.30599999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2953 d="M 113.35538,477.28228 L 4.8861764,477.28223" 2954 id="path2550" /> 2955 <path 2956 style="fill:url(#linearGradient3769);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.30599999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2957 d="M 113.35538,320.84049 L 2.9124164,320.84044" 2958 id="path2552" /> 2959 <path 2960 style="fill:url(#linearGradient3766);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.30599999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2961 d="M 112.04457,399.86975 L 4.5622564,399.86981" 2962 id="path2554" /> 2963 <path 2964 id="path2556" 2965 d="M 113.6662,628.66911 L 5.1969964,628.6691" 2966 style="fill:url(#linearGradient3763);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.30599999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2967 <path 2968 id="path2558" 2969 d="M 112.35554,551.25656 L 4.8732264,551.25662" 2970 style="fill:url(#linearGradient3760);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.30599999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2971 <path 2972 id="path2560" 2973 d="M 113.03161,243.42795 L 4.5624064,243.42801" 2974 style="fill:url(#linearGradient3756);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.30599999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2975 <path 2976 id="path2582" 2977 d="M 112.71462,165.07637 L 4.2454264,165.07644" 2978 style="fill:url(#linearGradient3752);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.30599999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2979 <path 2980 id="path2588" 2981 d="M 111.7319,704.84323 L 3.2625464,704.84323" 2982 style="fill:url(#linearGradient3748);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.30599999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 2983 <path 2984 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.88499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2985 d="M 116.88077,340.66488 L 138.70999,340.66488 L 160.53921,340.66488 L 160.1629,371.75265 L 467.13525,371.75265" 2986 id="path3300" 2987 sodipodi:nodetypes="ccccc" /> 2988 <path 2989 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.36448324px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 2990 d="M 467.99817,368.73599 L 468.01234,374.05871 L 477.4895,371.3726 L 467.99817,368.73599 z" 2991 id="path3302" 2992 sodipodi:nodetypes="cccc" /> 2993 <g 2994 transform="matrix(-2.1236907,0,0,2.1771014,808.67976,-1582.88)" 2995 id="g6062" 2996 style="fill:url(#linearGradient3808);fill-opacity:1;fill-rule:nonzero" /> 2997 <path 2998 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.88499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 2999 d="M 117.53056,496.15461 L 139.35971,496.15461 L 161.18893,496.15461 L 160.81261,465.06684 L 467.78496,465.06684" 3000 id="path3535" 3001 sodipodi:nodetypes="ccccc" /> 3002 <path 3003 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.36448324px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 3004 d="M 467.95004,462.64444 L 467.96421,467.96717 L 477.44136,465.28105 L 467.95004,462.64444 z" 3005 id="path3537" 3006 sodipodi:nodetypes="cccc" /> 3007 <path 3008 id="path3539" 3009 d="M 306.34955,440.62667 L 267.85403,440.62667" 3010 style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 3011 <path 3012 style="fill:url(#linearGradient3738);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 3013 d="M 307.67215,478.40665 L 307.67215,452.06953 L 267.36466,478.40665 L 267.36466,452.06953 L 307.67215,478.40665 z" 3014 id="path3541" /> 3015 <path 3016 id="path3543" 3017 d="M 287.70759,465.4814 L 287.70759,441.84732 L 288.31316,441.84732" 3018 style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 3019 <path 3020 sodipodi:open="true" 3021 transform="matrix(-1.5867754,0,0,2.2079548,917.23913,-1659.0726)" 3022 sodipodi:end="5.6398786" 3023 sodipodi:start="3.777868" 3024 d="M 385.81883,950.65846 A 14.117196,9.7510529 0 0 1 408.4689,950.60346" 3025 sodipodi:ry="9.7510529" 3026 sodipodi:rx="14.117196" 3027 sodipodi:cy="956.45258" 3028 sodipodi:cx="397.17349" 3029 id="path3545" 3030 style="fill:url(#linearGradient3549);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.64110392;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 3031 sodipodi:type="arc" /> 3032 <path 3033 id="path6072" 3034 d="M 305.69984,347.23785 L 267.20431,347.23785" 3035 style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 3036 <path 3037 style="fill:url(#linearGradient3732);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 3038 d="M 307.02244,385.01783 L 307.02244,358.68071 L 266.71494,385.01783 L 266.71494,358.68071 L 307.02244,385.01783 z" 3039 id="path6064" /> 3040 <path 3041 id="path6070" 3042 d="M 287.05787,372.09259 L 287.05787,348.4585 L 287.66345,348.4585" 3043 style="fill:none;fill-opacity:0.96745564;fill-rule:nonzero;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 3044 <path 3045 sodipodi:open="true" 3046 transform="matrix(-1.5867754,0,0,2.2079548,916.58942,-1752.4614)" 3047 sodipodi:end="5.6398786" 3048 sodipodi:start="3.777868" 3049 d="M 385.81883,950.65846 A 14.117196,9.7510529 0 0 1 408.4689,950.60346" 3050 sodipodi:ry="9.7510529" 3051 sodipodi:rx="14.117196" 3052 sodipodi:cy="956.45258" 3053 sodipodi:cx="397.17349" 3054 id="path6074" 3055 style="fill:url(#linearGradient3507);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.64110392;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" 3056 sodipodi:type="arc" /> 3057 <g 3058 id="g3765" 3059 style="fill:url(#linearGradient3810);fill-opacity:1;fill-rule:nonzero" 3060 transform="matrix(0,-0.9131902,-1.7193912,0,1983.641,507.86759)" /> 3061 <path 3062 id="path3783" 3063 d="M 326.16429,150.13883 C 326.07197,169.00525 326.07197,169.00525 326.07197,169.00525" 3064 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.30218017;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> 3065 <path 3066 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.49599695;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 3067 d="M 326.17149,119.10104 L 326.38103,97.866791 L 326.17149,119.10104 z" 3068 id="path3796" /> 3069 <path 3070 sodipodi:type="arc" 3071 style="fill:url(#linearGradient4206);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:5.64713335;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 3072 id="path3699" 3073 sodipodi:cx="395.68259" 3074 sodipodi:cy="455.00009" 3075 sodipodi:rx="56.526085" 3076 sodipodi:ry="54.432526" 3077 d="M 452.20867,455.00009 A 56.526085,54.432526 0 1 1 339.1565,455.00009 A 56.526085,54.432526 0 1 1 452.20867,455.00009 z" 3078 transform="matrix(0.3829624,0,0,0.3927137,173.72184,-101.24965)" /> 3079 <path 3080 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.5999999;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 3081 d="M 314.89575,73.684341 L 337.92159,73.684341 L 322.57104,86.051161 L 357.1098,86.051161" 3082 id="path3701" /> 3083 <path 3084 id="path3703" 3085 d="M 329.03527,109.65708 L 323.90814,109.54893 L 325.87045,116.82022 L 329.03527,109.65708 z" 3086 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.49711695px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> 3087 <rect 3088 style="fill:url(#linearGradient3720);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.05800009;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 3089 id="rect3705" 3090 width="135.74899" 3091 height="31.583303" 3092 x="262.35843" 3093 y="119.73331" 3094 ry="0" /> 3095 <path 3096 sodipodi:type="arc" 3097 style="fill:url(#linearGradient4212);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:6.62376976;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 3098 id="path3707" 3099 sodipodi:cx="138.17488" 3100 sodipodi:cy="472.44641" 3101 sodipodi:rx="40.475468" 3102 sodipodi:ry="60.713203" 3103 d="M 138.17488,533.15961 A 40.475468,60.713203 0 1 1 138.17488,411.73321" 3104 sodipodi:start="1.5707963" 3105 sodipodi:end="4.712389" 3106 transform="matrix(0.3728726,0,0,0.2588927,210.84598,13.132008)" 3107 sodipodi:open="true" /> 3108 <path 3109 sodipodi:type="arc" 3110 style="fill:url(#linearGradient4214);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:6.6237731;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 3111 id="path3709" 3112 sodipodi:cx="138.17488" 3113 sodipodi:cy="472.44641" 3114 sodipodi:rx="40.475468" 3115 sodipodi:ry="60.713203" 3116 d="M 138.17488,533.15961 A 40.475468,60.713203 0 1 1 138.17488,411.73321" 3117 sodipodi:start="1.5707963" 3118 sodipodi:end="4.712389" 3119 transform="matrix(-0.3728711,6.8064415e-4,-9.4477834e-4,-0.2588918,450.43882,257.78764)" 3120 sodipodi:open="true" /> 3121 <path 3122 style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.60860395;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 3123 d="M 356.70228,86.115001 L 469.1724,86.882271" 3124 id="path5049" /> 3125 <path 3126 style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.36448324px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" 3127 d="M 469.19679,84.106291 L 469.19679,89.478181 L 478.59428,86.792241 L 469.19679,84.106291 z" 3128 id="path5051" /> 980 3129 </svg>
Note: See TracChangeset
for help on using the changeset viewer.