obstacles.xml 194 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602
  1. <environment>
  2. <object position="center 25 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  3. <object position="center 25 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  4. <object position="center 25 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  5. <object position="center 25 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  6. <object position="center 25 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  7. <object position="center 25 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  8. <object position="center 25 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  9. <object position="center 25 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  10. <object position="center 25 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  11. <object position="center 25 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  12. <object position="center 25 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  13. <object position="center 25 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  14. <object position="center 25 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  15. <object position="center 25 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  16. <object position="center 25 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  17. <object position="center 25 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  18. <object position="center 25 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  19. <object position="center 25 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  20. <object position="center 25 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  21. <object position="center 25 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  22. <object position="center 25 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  23. <object position="center 25 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  24. <object position="center 25 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  25. <object position="center 25 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  26. <object position="center 25 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  27. <object position="center 25 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  28. <object position="center 25 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  29. <object position="center 25 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  30. <object position="center 25 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  31. <object position="center 25 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  32. <object position="center 25 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  33. <object position="center 25 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  34. <object position="center 25 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  35. <object position="center 25 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  36. <object position="center 25 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  37. <object position="center 25 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  38. <object position="center 25 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  39. <object position="center 25 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  40. <object position="center 25 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  41. <object position="center 25 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  42. <object position="center 75 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  43. <object position="center 75 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  44. <object position="center 75 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  45. <object position="center 75 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  46. <object position="center 75 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  47. <object position="center 75 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  48. <object position="center 75 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  49. <object position="center 75 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  50. <object position="center 75 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  51. <object position="center 75 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  52. <object position="center 75 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  53. <object position="center 75 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  54. <object position="center 75 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  55. <object position="center 75 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  56. <object position="center 75 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  57. <object position="center 75 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  58. <object position="center 75 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  59. <object position="center 75 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  60. <object position="center 75 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  61. <object position="center 75 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  62. <object position="center 75 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  63. <object position="center 75 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  64. <object position="center 75 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  65. <object position="center 75 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  66. <object position="center 75 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  67. <object position="center 75 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  68. <object position="center 75 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  69. <object position="center 75 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  70. <object position="center 75 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  71. <object position="center 75 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  72. <object position="center 75 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  73. <object position="center 75 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  74. <object position="center 75 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  75. <object position="center 75 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  76. <object position="center 75 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  77. <object position="center 75 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  78. <object position="center 75 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  79. <object position="center 75 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  80. <object position="center 75 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  81. <object position="center 75 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  82. <object position="center 125 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  83. <object position="center 125 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  84. <object position="center 125 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  85. <object position="center 125 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  86. <object position="center 125 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  87. <object position="center 125 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  88. <object position="center 125 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  89. <object position="center 125 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  90. <object position="center 125 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  91. <object position="center 125 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  92. <object position="center 125 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  93. <object position="center 125 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  94. <object position="center 125 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  95. <object position="center 125 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  96. <object position="center 125 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  97. <object position="center 125 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  98. <object position="center 125 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  99. <object position="center 125 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  100. <object position="center 125 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  101. <object position="center 125 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  102. <object position="center 125 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  103. <object position="center 125 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  104. <object position="center 125 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  105. <object position="center 125 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  106. <object position="center 125 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  107. <object position="center 125 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  108. <object position="center 125 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  109. <object position="center 125 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  110. <object position="center 125 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  111. <object position="center 125 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  112. <object position="center 125 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  113. <object position="center 125 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  114. <object position="center 125 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  115. <object position="center 125 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  116. <object position="center 125 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  117. <object position="center 125 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  118. <object position="center 125 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  119. <object position="center 125 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  120. <object position="center 125 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  121. <object position="center 125 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  122. <object position="center 175 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  123. <object position="center 175 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  124. <object position="center 175 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  125. <object position="center 175 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  126. <object position="center 175 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  127. <object position="center 175 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  128. <object position="center 175 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  129. <object position="center 175 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  130. <object position="center 175 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  131. <object position="center 175 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  132. <object position="center 175 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  133. <object position="center 175 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  134. <object position="center 175 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  135. <object position="center 175 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  136. <object position="center 175 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  137. <object position="center 175 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  138. <object position="center 175 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  139. <object position="center 175 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  140. <object position="center 175 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  141. <object position="center 175 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  142. <object position="center 175 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  143. <object position="center 175 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  144. <object position="center 175 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  145. <object position="center 175 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  146. <object position="center 175 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  147. <object position="center 175 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  148. <object position="center 175 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  149. <object position="center 175 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  150. <object position="center 175 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  151. <object position="center 175 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  152. <object position="center 175 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  153. <object position="center 175 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  154. <object position="center 175 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  155. <object position="center 175 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  156. <object position="center 175 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  157. <object position="center 175 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  158. <object position="center 175 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  159. <object position="center 175 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  160. <object position="center 175 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  161. <object position="center 175 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  162. <object position="center 225 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  163. <object position="center 225 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  164. <object position="center 225 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  165. <object position="center 225 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  166. <object position="center 225 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  167. <object position="center 225 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  168. <object position="center 225 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  169. <object position="center 225 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  170. <object position="center 225 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  171. <object position="center 225 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  172. <object position="center 225 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  173. <object position="center 225 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  174. <object position="center 225 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  175. <object position="center 225 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  176. <object position="center 225 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  177. <object position="center 225 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  178. <object position="center 225 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  179. <object position="center 225 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  180. <object position="center 225 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  181. <object position="center 225 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  182. <object position="center 225 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  183. <object position="center 225 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  184. <object position="center 225 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  185. <object position="center 225 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  186. <object position="center 225 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  187. <object position="center 225 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  188. <object position="center 225 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  189. <object position="center 225 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  190. <object position="center 225 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  191. <object position="center 225 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  192. <object position="center 225 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  193. <object position="center 225 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  194. <object position="center 225 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  195. <object position="center 225 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  196. <object position="center 225 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  197. <object position="center 225 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  198. <object position="center 225 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  199. <object position="center 225 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  200. <object position="center 225 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  201. <object position="center 225 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  202. <object position="center 275 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  203. <object position="center 275 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  204. <object position="center 275 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  205. <object position="center 275 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  206. <object position="center 275 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  207. <object position="center 275 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  208. <object position="center 275 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  209. <object position="center 275 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  210. <object position="center 275 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  211. <object position="center 275 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  212. <object position="center 275 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  213. <object position="center 275 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  214. <object position="center 275 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  215. <object position="center 275 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  216. <object position="center 275 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  217. <object position="center 275 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  218. <object position="center 275 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  219. <object position="center 275 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  220. <object position="center 275 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  221. <object position="center 275 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  222. <object position="center 275 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  223. <object position="center 275 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  224. <object position="center 275 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  225. <object position="center 275 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  226. <object position="center 275 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  227. <object position="center 275 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  228. <object position="center 275 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  229. <object position="center 275 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  230. <object position="center 275 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  231. <object position="center 275 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  232. <object position="center 275 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  233. <object position="center 275 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  234. <object position="center 275 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  235. <object position="center 275 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  236. <object position="center 275 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  237. <object position="center 275 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  238. <object position="center 275 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  239. <object position="center 275 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  240. <object position="center 275 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  241. <object position="center 275 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  242. <object position="center 325 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  243. <object position="center 325 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  244. <object position="center 325 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  245. <object position="center 325 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  246. <object position="center 325 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  247. <object position="center 325 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  248. <object position="center 325 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  249. <object position="center 325 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  250. <object position="center 325 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  251. <object position="center 325 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  252. <object position="center 325 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  253. <object position="center 325 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  254. <object position="center 325 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  255. <object position="center 325 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  256. <object position="center 325 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  257. <object position="center 325 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  258. <object position="center 325 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  259. <object position="center 325 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  260. <object position="center 325 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  261. <object position="center 325 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  262. <object position="center 325 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  263. <object position="center 325 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  264. <object position="center 325 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  265. <object position="center 325 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  266. <object position="center 325 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  267. <object position="center 325 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  268. <object position="center 325 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  269. <object position="center 325 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  270. <object position="center 325 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  271. <object position="center 325 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  272. <object position="center 325 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  273. <object position="center 325 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  274. <object position="center 325 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  275. <object position="center 325 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  276. <object position="center 325 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  277. <object position="center 325 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  278. <object position="center 325 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  279. <object position="center 325 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  280. <object position="center 325 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  281. <object position="center 325 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  282. <object position="center 375 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  283. <object position="center 375 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  284. <object position="center 375 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  285. <object position="center 375 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  286. <object position="center 375 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  287. <object position="center 375 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  288. <object position="center 375 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  289. <object position="center 375 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  290. <object position="center 375 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  291. <object position="center 375 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  292. <object position="center 375 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  293. <object position="center 375 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  294. <object position="center 375 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  295. <object position="center 375 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  296. <object position="center 375 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  297. <object position="center 375 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  298. <object position="center 375 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  299. <object position="center 375 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  300. <object position="center 375 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  301. <object position="center 375 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  302. <object position="center 375 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  303. <object position="center 375 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  304. <object position="center 375 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  305. <object position="center 375 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  306. <object position="center 375 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  307. <object position="center 375 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  308. <object position="center 375 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  309. <object position="center 375 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  310. <object position="center 375 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  311. <object position="center 375 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  312. <object position="center 375 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  313. <object position="center 375 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  314. <object position="center 375 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  315. <object position="center 375 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  316. <object position="center 375 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  317. <object position="center 375 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  318. <object position="center 375 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  319. <object position="center 375 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  320. <object position="center 375 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  321. <object position="center 375 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  322. <object position="center 425 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  323. <object position="center 425 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  324. <object position="center 425 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  325. <object position="center 425 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  326. <object position="center 425 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  327. <object position="center 425 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  328. <object position="center 425 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  329. <object position="center 425 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  330. <object position="center 425 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  331. <object position="center 425 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  332. <object position="center 425 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  333. <object position="center 425 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  334. <object position="center 425 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  335. <object position="center 425 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  336. <object position="center 425 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  337. <object position="center 425 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  338. <object position="center 425 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  339. <object position="center 425 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  340. <object position="center 425 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  341. <object position="center 425 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  342. <object position="center 425 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  343. <object position="center 425 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  344. <object position="center 425 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  345. <object position="center 425 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  346. <object position="center 425 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  347. <object position="center 425 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  348. <object position="center 425 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  349. <object position="center 425 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  350. <object position="center 425 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  351. <object position="center 425 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  352. <object position="center 425 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  353. <object position="center 425 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  354. <object position="center 425 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  355. <object position="center 425 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  356. <object position="center 425 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  357. <object position="center 425 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  358. <object position="center 425 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  359. <object position="center 425 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  360. <object position="center 425 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  361. <object position="center 425 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  362. <object position="center 475 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  363. <object position="center 475 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  364. <object position="center 475 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  365. <object position="center 475 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  366. <object position="center 475 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  367. <object position="center 475 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  368. <object position="center 475 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  369. <object position="center 475 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  370. <object position="center 475 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  371. <object position="center 475 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  372. <object position="center 475 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  373. <object position="center 475 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  374. <object position="center 475 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  375. <object position="center 475 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  376. <object position="center 475 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  377. <object position="center 475 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  378. <object position="center 475 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  379. <object position="center 475 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  380. <object position="center 475 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  381. <object position="center 475 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  382. <object position="center 475 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  383. <object position="center 475 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  384. <object position="center 475 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  385. <object position="center 475 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  386. <object position="center 475 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  387. <object position="center 475 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  388. <object position="center 475 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  389. <object position="center 475 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  390. <object position="center 475 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  391. <object position="center 475 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  392. <object position="center 475 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  393. <object position="center 475 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  394. <object position="center 475 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  395. <object position="center 475 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  396. <object position="center 475 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  397. <object position="center 475 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  398. <object position="center 475 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  399. <object position="center 475 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  400. <object position="center 475 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  401. <object position="center 475 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  402. <object position="center 525 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  403. <object position="center 525 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  404. <object position="center 525 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  405. <object position="center 525 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  406. <object position="center 525 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  407. <object position="center 525 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  408. <object position="center 525 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  409. <object position="center 525 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  410. <object position="center 525 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  411. <object position="center 525 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  412. <object position="center 525 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  413. <object position="center 525 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  414. <object position="center 525 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  415. <object position="center 525 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  416. <object position="center 525 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  417. <object position="center 525 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  418. <object position="center 525 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  419. <object position="center 525 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  420. <object position="center 525 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  421. <object position="center 525 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  422. <object position="center 525 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  423. <object position="center 525 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  424. <object position="center 525 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  425. <object position="center 525 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  426. <object position="center 525 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  427. <object position="center 525 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  428. <object position="center 525 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  429. <object position="center 525 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  430. <object position="center 525 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  431. <object position="center 525 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  432. <object position="center 525 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  433. <object position="center 525 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  434. <object position="center 525 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  435. <object position="center 525 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  436. <object position="center 525 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  437. <object position="center 525 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  438. <object position="center 525 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  439. <object position="center 525 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  440. <object position="center 525 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  441. <object position="center 525 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  442. <object position="center 575 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  443. <object position="center 575 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  444. <object position="center 575 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  445. <object position="center 575 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  446. <object position="center 575 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  447. <object position="center 575 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  448. <object position="center 575 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  449. <object position="center 575 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  450. <object position="center 575 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  451. <object position="center 575 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  452. <object position="center 575 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  453. <object position="center 575 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  454. <object position="center 575 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  455. <object position="center 575 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  456. <object position="center 575 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  457. <object position="center 575 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  458. <object position="center 575 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  459. <object position="center 575 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  460. <object position="center 575 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  461. <object position="center 575 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  462. <object position="center 575 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  463. <object position="center 575 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  464. <object position="center 575 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  465. <object position="center 575 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  466. <object position="center 575 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  467. <object position="center 575 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  468. <object position="center 575 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  469. <object position="center 575 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  470. <object position="center 575 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  471. <object position="center 575 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  472. <object position="center 575 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  473. <object position="center 575 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  474. <object position="center 575 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  475. <object position="center 575 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  476. <object position="center 575 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  477. <object position="center 575 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  478. <object position="center 575 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  479. <object position="center 575 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  480. <object position="center 575 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  481. <object position="center 575 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  482. <object position="center 625 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  483. <object position="center 625 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  484. <object position="center 625 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  485. <object position="center 625 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  486. <object position="center 625 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  487. <object position="center 625 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  488. <object position="center 625 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  489. <object position="center 625 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  490. <object position="center 625 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  491. <object position="center 625 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  492. <object position="center 625 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  493. <object position="center 625 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  494. <object position="center 625 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  495. <object position="center 625 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  496. <object position="center 625 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  497. <object position="center 625 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  498. <object position="center 625 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  499. <object position="center 625 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  500. <object position="center 625 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  501. <object position="center 625 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  502. <object position="center 625 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  503. <object position="center 625 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  504. <object position="center 625 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  505. <object position="center 625 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  506. <object position="center 625 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  507. <object position="center 625 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  508. <object position="center 625 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  509. <object position="center 625 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  510. <object position="center 625 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  511. <object position="center 625 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  512. <object position="center 625 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  513. <object position="center 625 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  514. <object position="center 625 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  515. <object position="center 625 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  516. <object position="center 625 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  517. <object position="center 625 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  518. <object position="center 625 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  519. <object position="center 625 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  520. <object position="center 625 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  521. <object position="center 625 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  522. <object position="center 675 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  523. <object position="center 675 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  524. <object position="center 675 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  525. <object position="center 675 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  526. <object position="center 675 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  527. <object position="center 675 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  528. <object position="center 675 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  529. <object position="center 675 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  530. <object position="center 675 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  531. <object position="center 675 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  532. <object position="center 675 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  533. <object position="center 675 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  534. <object position="center 675 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  535. <object position="center 675 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  536. <object position="center 675 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  537. <object position="center 675 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  538. <object position="center 675 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  539. <object position="center 675 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  540. <object position="center 675 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  541. <object position="center 675 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  542. <object position="center 675 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  543. <object position="center 675 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  544. <object position="center 675 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  545. <object position="center 675 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  546. <object position="center 675 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  547. <object position="center 675 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  548. <object position="center 675 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  549. <object position="center 675 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  550. <object position="center 675 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  551. <object position="center 675 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  552. <object position="center 675 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  553. <object position="center 675 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  554. <object position="center 675 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  555. <object position="center 675 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  556. <object position="center 675 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  557. <object position="center 675 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  558. <object position="center 675 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  559. <object position="center 675 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  560. <object position="center 675 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  561. <object position="center 675 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  562. <object position="center 725 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  563. <object position="center 725 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  564. <object position="center 725 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  565. <object position="center 725 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  566. <object position="center 725 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  567. <object position="center 725 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  568. <object position="center 725 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  569. <object position="center 725 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  570. <object position="center 725 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  571. <object position="center 725 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  572. <object position="center 725 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  573. <object position="center 725 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  574. <object position="center 725 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  575. <object position="center 725 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  576. <object position="center 725 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  577. <object position="center 725 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  578. <object position="center 725 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  579. <object position="center 725 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  580. <object position="center 725 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  581. <object position="center 725 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  582. <object position="center 725 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  583. <object position="center 725 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  584. <object position="center 725 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  585. <object position="center 725 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  586. <object position="center 725 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  587. <object position="center 725 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  588. <object position="center 725 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  589. <object position="center 725 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  590. <object position="center 725 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  591. <object position="center 725 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  592. <object position="center 725 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  593. <object position="center 725 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  594. <object position="center 725 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  595. <object position="center 725 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  596. <object position="center 725 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  597. <object position="center 725 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  598. <object position="center 725 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  599. <object position="center 725 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  600. <object position="center 725 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  601. <object position="center 725 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  602. <object position="center 775 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  603. <object position="center 775 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  604. <object position="center 775 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  605. <object position="center 775 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  606. <object position="center 775 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  607. <object position="center 775 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  608. <object position="center 775 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  609. <object position="center 775 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  610. <object position="center 775 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  611. <object position="center 775 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  612. <object position="center 775 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  613. <object position="center 775 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  614. <object position="center 775 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  615. <object position="center 775 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  616. <object position="center 775 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  617. <object position="center 775 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  618. <object position="center 775 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  619. <object position="center 775 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  620. <object position="center 775 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  621. <object position="center 775 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  622. <object position="center 775 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  623. <object position="center 775 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  624. <object position="center 775 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  625. <object position="center 775 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  626. <object position="center 775 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  627. <object position="center 775 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  628. <object position="center 775 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  629. <object position="center 775 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  630. <object position="center 775 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  631. <object position="center 775 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  632. <object position="center 775 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  633. <object position="center 775 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  634. <object position="center 775 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  635. <object position="center 775 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  636. <object position="center 775 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  637. <object position="center 775 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  638. <object position="center 775 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  639. <object position="center 775 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  640. <object position="center 775 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  641. <object position="center 775 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  642. <object position="center 825 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  643. <object position="center 825 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  644. <object position="center 825 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  645. <object position="center 825 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  646. <object position="center 825 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  647. <object position="center 825 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  648. <object position="center 825 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  649. <object position="center 825 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  650. <object position="center 825 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  651. <object position="center 825 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  652. <object position="center 825 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  653. <object position="center 825 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  654. <object position="center 825 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  655. <object position="center 825 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  656. <object position="center 825 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  657. <object position="center 825 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  658. <object position="center 825 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  659. <object position="center 825 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  660. <object position="center 825 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  661. <object position="center 825 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  662. <object position="center 825 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  663. <object position="center 825 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  664. <object position="center 825 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  665. <object position="center 825 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  666. <object position="center 825 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  667. <object position="center 825 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  668. <object position="center 825 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  669. <object position="center 825 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  670. <object position="center 825 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  671. <object position="center 825 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  672. <object position="center 825 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  673. <object position="center 825 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  674. <object position="center 825 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  675. <object position="center 825 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  676. <object position="center 825 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  677. <object position="center 825 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  678. <object position="center 825 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  679. <object position="center 825 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  680. <object position="center 825 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  681. <object position="center 825 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  682. <object position="center 875 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  683. <object position="center 875 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  684. <object position="center 875 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  685. <object position="center 875 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  686. <object position="center 875 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  687. <object position="center 875 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  688. <object position="center 875 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  689. <object position="center 875 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  690. <object position="center 875 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  691. <object position="center 875 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  692. <object position="center 875 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  693. <object position="center 875 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  694. <object position="center 875 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  695. <object position="center 875 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  696. <object position="center 875 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  697. <object position="center 875 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  698. <object position="center 875 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  699. <object position="center 875 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  700. <object position="center 875 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  701. <object position="center 875 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  702. <object position="center 875 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  703. <object position="center 875 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  704. <object position="center 875 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  705. <object position="center 875 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  706. <object position="center 875 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  707. <object position="center 875 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  708. <object position="center 875 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  709. <object position="center 875 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  710. <object position="center 875 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  711. <object position="center 875 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  712. <object position="center 875 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  713. <object position="center 875 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  714. <object position="center 875 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  715. <object position="center 875 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  716. <object position="center 875 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  717. <object position="center 875 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  718. <object position="center 875 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  719. <object position="center 875 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  720. <object position="center 875 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  721. <object position="center 875 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  722. <object position="center 925 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  723. <object position="center 925 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  724. <object position="center 925 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  725. <object position="center 925 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  726. <object position="center 925 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  727. <object position="center 925 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  728. <object position="center 925 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  729. <object position="center 925 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  730. <object position="center 925 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  731. <object position="center 925 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  732. <object position="center 925 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  733. <object position="center 925 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  734. <object position="center 925 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  735. <object position="center 925 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  736. <object position="center 925 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  737. <object position="center 925 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  738. <object position="center 925 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  739. <object position="center 925 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  740. <object position="center 925 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  741. <object position="center 925 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  742. <object position="center 925 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  743. <object position="center 925 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  744. <object position="center 925 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  745. <object position="center 925 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  746. <object position="center 925 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  747. <object position="center 925 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  748. <object position="center 925 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  749. <object position="center 925 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  750. <object position="center 925 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  751. <object position="center 925 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  752. <object position="center 925 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  753. <object position="center 925 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  754. <object position="center 925 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  755. <object position="center 925 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  756. <object position="center 925 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  757. <object position="center 925 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  758. <object position="center 925 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  759. <object position="center 925 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  760. <object position="center 925 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  761. <object position="center 925 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  762. <object position="center 975 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  763. <object position="center 975 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  764. <object position="center 975 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  765. <object position="center 975 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  766. <object position="center 975 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  767. <object position="center 975 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  768. <object position="center 975 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  769. <object position="center 975 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  770. <object position="center 975 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  771. <object position="center 975 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  772. <object position="center 975 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  773. <object position="center 975 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  774. <object position="center 975 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  775. <object position="center 975 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  776. <object position="center 975 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  777. <object position="center 975 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  778. <object position="center 975 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  779. <object position="center 975 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  780. <object position="center 975 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  781. <object position="center 975 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  782. <object position="center 975 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  783. <object position="center 975 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  784. <object position="center 975 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  785. <object position="center 975 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  786. <object position="center 975 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  787. <object position="center 975 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  788. <object position="center 975 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  789. <object position="center 975 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  790. <object position="center 975 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  791. <object position="center 975 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  792. <object position="center 975 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  793. <object position="center 975 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  794. <object position="center 975 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  795. <object position="center 975 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  796. <object position="center 975 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  797. <object position="center 975 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  798. <object position="center 975 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  799. <object position="center 975 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  800. <object position="center 975 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  801. <object position="center 975 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  802. <object position="center 1025 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  803. <object position="center 1025 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  804. <object position="center 1025 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  805. <object position="center 1025 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  806. <object position="center 1025 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  807. <object position="center 1025 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  808. <object position="center 1025 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  809. <object position="center 1025 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  810. <object position="center 1025 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  811. <object position="center 1025 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  812. <object position="center 1025 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  813. <object position="center 1025 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  814. <object position="center 1025 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  815. <object position="center 1025 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  816. <object position="center 1025 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  817. <object position="center 1025 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  818. <object position="center 1025 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  819. <object position="center 1025 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  820. <object position="center 1025 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  821. <object position="center 1025 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  822. <object position="center 1025 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  823. <object position="center 1025 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  824. <object position="center 1025 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  825. <object position="center 1025 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  826. <object position="center 1025 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  827. <object position="center 1025 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  828. <object position="center 1025 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  829. <object position="center 1025 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  830. <object position="center 1025 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  831. <object position="center 1025 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  832. <object position="center 1025 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  833. <object position="center 1025 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  834. <object position="center 1025 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  835. <object position="center 1025 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  836. <object position="center 1025 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  837. <object position="center 1025 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  838. <object position="center 1025 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  839. <object position="center 1025 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  840. <object position="center 1025 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  841. <object position="center 1025 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  842. <object position="center 1075 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  843. <object position="center 1075 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  844. <object position="center 1075 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  845. <object position="center 1075 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  846. <object position="center 1075 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  847. <object position="center 1075 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  848. <object position="center 1075 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  849. <object position="center 1075 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  850. <object position="center 1075 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  851. <object position="center 1075 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  852. <object position="center 1075 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  853. <object position="center 1075 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  854. <object position="center 1075 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  855. <object position="center 1075 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  856. <object position="center 1075 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  857. <object position="center 1075 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  858. <object position="center 1075 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  859. <object position="center 1075 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  860. <object position="center 1075 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  861. <object position="center 1075 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  862. <object position="center 1075 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  863. <object position="center 1075 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  864. <object position="center 1075 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  865. <object position="center 1075 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  866. <object position="center 1075 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  867. <object position="center 1075 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  868. <object position="center 1075 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  869. <object position="center 1075 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  870. <object position="center 1075 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  871. <object position="center 1075 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  872. <object position="center 1075 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  873. <object position="center 1075 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  874. <object position="center 1075 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  875. <object position="center 1075 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  876. <object position="center 1075 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  877. <object position="center 1075 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  878. <object position="center 1075 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  879. <object position="center 1075 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  880. <object position="center 1075 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  881. <object position="center 1075 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  882. <object position="center 1125 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  883. <object position="center 1125 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  884. <object position="center 1125 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  885. <object position="center 1125 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  886. <object position="center 1125 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  887. <object position="center 1125 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  888. <object position="center 1125 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  889. <object position="center 1125 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  890. <object position="center 1125 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  891. <object position="center 1125 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  892. <object position="center 1125 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  893. <object position="center 1125 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  894. <object position="center 1125 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  895. <object position="center 1125 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  896. <object position="center 1125 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  897. <object position="center 1125 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  898. <object position="center 1125 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  899. <object position="center 1125 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  900. <object position="center 1125 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  901. <object position="center 1125 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  902. <object position="center 1125 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  903. <object position="center 1125 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  904. <object position="center 1125 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  905. <object position="center 1125 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  906. <object position="center 1125 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  907. <object position="center 1125 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  908. <object position="center 1125 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  909. <object position="center 1125 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  910. <object position="center 1125 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  911. <object position="center 1125 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  912. <object position="center 1125 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  913. <object position="center 1125 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  914. <object position="center 1125 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  915. <object position="center 1125 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  916. <object position="center 1125 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  917. <object position="center 1125 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  918. <object position="center 1125 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  919. <object position="center 1125 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  920. <object position="center 1125 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  921. <object position="center 1125 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  922. <object position="center 1175 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  923. <object position="center 1175 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  924. <object position="center 1175 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  925. <object position="center 1175 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  926. <object position="center 1175 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  927. <object position="center 1175 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  928. <object position="center 1175 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  929. <object position="center 1175 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  930. <object position="center 1175 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  931. <object position="center 1175 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  932. <object position="center 1175 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  933. <object position="center 1175 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  934. <object position="center 1175 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  935. <object position="center 1175 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  936. <object position="center 1175 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  937. <object position="center 1175 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  938. <object position="center 1175 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  939. <object position="center 1175 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  940. <object position="center 1175 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  941. <object position="center 1175 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  942. <object position="center 1175 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  943. <object position="center 1175 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  944. <object position="center 1175 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  945. <object position="center 1175 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  946. <object position="center 1175 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  947. <object position="center 1175 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  948. <object position="center 1175 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  949. <object position="center 1175 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  950. <object position="center 1175 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  951. <object position="center 1175 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  952. <object position="center 1175 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  953. <object position="center 1175 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  954. <object position="center 1175 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  955. <object position="center 1175 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  956. <object position="center 1175 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  957. <object position="center 1175 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  958. <object position="center 1175 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  959. <object position="center 1175 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  960. <object position="center 1175 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  961. <object position="center 1175 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  962. <object position="center 1225 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  963. <object position="center 1225 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  964. <object position="center 1225 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  965. <object position="center 1225 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  966. <object position="center 1225 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  967. <object position="center 1225 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  968. <object position="center 1225 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  969. <object position="center 1225 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  970. <object position="center 1225 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  971. <object position="center 1225 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  972. <object position="center 1225 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  973. <object position="center 1225 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  974. <object position="center 1225 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  975. <object position="center 1225 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  976. <object position="center 1225 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  977. <object position="center 1225 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  978. <object position="center 1225 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  979. <object position="center 1225 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  980. <object position="center 1225 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  981. <object position="center 1225 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  982. <object position="center 1225 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  983. <object position="center 1225 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  984. <object position="center 1225 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  985. <object position="center 1225 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  986. <object position="center 1225 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  987. <object position="center 1225 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  988. <object position="center 1225 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  989. <object position="center 1225 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  990. <object position="center 1225 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  991. <object position="center 1225 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  992. <object position="center 1225 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  993. <object position="center 1225 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  994. <object position="center 1225 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  995. <object position="center 1225 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  996. <object position="center 1225 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  997. <object position="center 1225 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  998. <object position="center 1225 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  999. <object position="center 1225 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1000. <object position="center 1225 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1001. <object position="center 1225 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1002. <object position="center 1275 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1003. <object position="center 1275 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1004. <object position="center 1275 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1005. <object position="center 1275 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1006. <object position="center 1275 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1007. <object position="center 1275 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1008. <object position="center 1275 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1009. <object position="center 1275 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1010. <object position="center 1275 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1011. <object position="center 1275 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1012. <object position="center 1275 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1013. <object position="center 1275 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1014. <object position="center 1275 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1015. <object position="center 1275 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1016. <object position="center 1275 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1017. <object position="center 1275 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1018. <object position="center 1275 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1019. <object position="center 1275 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1020. <object position="center 1275 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1021. <object position="center 1275 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1022. <object position="center 1275 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1023. <object position="center 1275 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1024. <object position="center 1275 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1025. <object position="center 1275 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1026. <object position="center 1275 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1027. <object position="center 1275 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1028. <object position="center 1275 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1029. <object position="center 1275 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1030. <object position="center 1275 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1031. <object position="center 1275 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1032. <object position="center 1275 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1033. <object position="center 1275 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1034. <object position="center 1275 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1035. <object position="center 1275 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1036. <object position="center 1275 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1037. <object position="center 1275 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1038. <object position="center 1275 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1039. <object position="center 1275 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1040. <object position="center 1275 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1041. <object position="center 1275 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1042. <object position="center 1325 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1043. <object position="center 1325 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1044. <object position="center 1325 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1045. <object position="center 1325 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1046. <object position="center 1325 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1047. <object position="center 1325 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1048. <object position="center 1325 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1049. <object position="center 1325 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1050. <object position="center 1325 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1051. <object position="center 1325 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1052. <object position="center 1325 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1053. <object position="center 1325 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1054. <object position="center 1325 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1055. <object position="center 1325 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1056. <object position="center 1325 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1057. <object position="center 1325 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1058. <object position="center 1325 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1059. <object position="center 1325 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1060. <object position="center 1325 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1061. <object position="center 1325 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1062. <object position="center 1325 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1063. <object position="center 1325 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1064. <object position="center 1325 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1065. <object position="center 1325 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1066. <object position="center 1325 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1067. <object position="center 1325 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1068. <object position="center 1325 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1069. <object position="center 1325 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1070. <object position="center 1325 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1071. <object position="center 1325 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1072. <object position="center 1325 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1073. <object position="center 1325 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1074. <object position="center 1325 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1075. <object position="center 1325 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1076. <object position="center 1325 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1077. <object position="center 1325 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1078. <object position="center 1325 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1079. <object position="center 1325 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1080. <object position="center 1325 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1081. <object position="center 1325 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1082. <object position="center 1375 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1083. <object position="center 1375 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1084. <object position="center 1375 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1085. <object position="center 1375 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1086. <object position="center 1375 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1087. <object position="center 1375 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1088. <object position="center 1375 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1089. <object position="center 1375 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1090. <object position="center 1375 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1091. <object position="center 1375 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1092. <object position="center 1375 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1093. <object position="center 1375 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1094. <object position="center 1375 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1095. <object position="center 1375 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1096. <object position="center 1375 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1097. <object position="center 1375 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1098. <object position="center 1375 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1099. <object position="center 1375 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1100. <object position="center 1375 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1101. <object position="center 1375 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1102. <object position="center 1375 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1103. <object position="center 1375 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1104. <object position="center 1375 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1105. <object position="center 1375 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1106. <object position="center 1375 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1107. <object position="center 1375 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1108. <object position="center 1375 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1109. <object position="center 1375 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1110. <object position="center 1375 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1111. <object position="center 1375 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1112. <object position="center 1375 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1113. <object position="center 1375 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1114. <object position="center 1375 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1115. <object position="center 1375 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1116. <object position="center 1375 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1117. <object position="center 1375 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1118. <object position="center 1375 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1119. <object position="center 1375 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1120. <object position="center 1375 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1121. <object position="center 1375 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1122. <object position="center 1425 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1123. <object position="center 1425 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1124. <object position="center 1425 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1125. <object position="center 1425 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1126. <object position="center 1425 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1127. <object position="center 1425 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1128. <object position="center 1425 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1129. <object position="center 1425 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1130. <object position="center 1425 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1131. <object position="center 1425 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1132. <object position="center 1425 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1133. <object position="center 1425 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1134. <object position="center 1425 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1135. <object position="center 1425 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1136. <object position="center 1425 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1137. <object position="center 1425 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1138. <object position="center 1425 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1139. <object position="center 1425 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1140. <object position="center 1425 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1141. <object position="center 1425 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1142. <object position="center 1425 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1143. <object position="center 1425 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1144. <object position="center 1425 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1145. <object position="center 1425 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1146. <object position="center 1425 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1147. <object position="center 1425 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1148. <object position="center 1425 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1149. <object position="center 1425 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1150. <object position="center 1425 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1151. <object position="center 1425 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1152. <object position="center 1425 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1153. <object position="center 1425 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1154. <object position="center 1425 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1155. <object position="center 1425 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1156. <object position="center 1425 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1157. <object position="center 1425 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1158. <object position="center 1425 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1159. <object position="center 1425 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1160. <object position="center 1425 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1161. <object position="center 1425 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1162. <object position="center 1475 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1163. <object position="center 1475 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1164. <object position="center 1475 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1165. <object position="center 1475 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1166. <object position="center 1475 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1167. <object position="center 1475 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1168. <object position="center 1475 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1169. <object position="center 1475 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1170. <object position="center 1475 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1171. <object position="center 1475 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1172. <object position="center 1475 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1173. <object position="center 1475 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1174. <object position="center 1475 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1175. <object position="center 1475 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1176. <object position="center 1475 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1177. <object position="center 1475 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1178. <object position="center 1475 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1179. <object position="center 1475 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1180. <object position="center 1475 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1181. <object position="center 1475 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1182. <object position="center 1475 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1183. <object position="center 1475 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1184. <object position="center 1475 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1185. <object position="center 1475 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1186. <object position="center 1475 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1187. <object position="center 1475 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1188. <object position="center 1475 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1189. <object position="center 1475 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1190. <object position="center 1475 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1191. <object position="center 1475 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1192. <object position="center 1475 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1193. <object position="center 1475 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1194. <object position="center 1475 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1195. <object position="center 1475 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1196. <object position="center 1475 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1197. <object position="center 1475 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1198. <object position="center 1475 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1199. <object position="center 1475 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1200. <object position="center 1475 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1201. <object position="center 1475 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1202. <object position="center 1525 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1203. <object position="center 1525 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1204. <object position="center 1525 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1205. <object position="center 1525 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1206. <object position="center 1525 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1207. <object position="center 1525 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1208. <object position="center 1525 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1209. <object position="center 1525 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1210. <object position="center 1525 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1211. <object position="center 1525 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1212. <object position="center 1525 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1213. <object position="center 1525 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1214. <object position="center 1525 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1215. <object position="center 1525 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1216. <object position="center 1525 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1217. <object position="center 1525 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1218. <object position="center 1525 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1219. <object position="center 1525 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1220. <object position="center 1525 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1221. <object position="center 1525 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1222. <object position="center 1525 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1223. <object position="center 1525 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1224. <object position="center 1525 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1225. <object position="center 1525 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1226. <object position="center 1525 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1227. <object position="center 1525 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1228. <object position="center 1525 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1229. <object position="center 1525 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1230. <object position="center 1525 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1231. <object position="center 1525 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1232. <object position="center 1525 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1233. <object position="center 1525 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1234. <object position="center 1525 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1235. <object position="center 1525 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1236. <object position="center 1525 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1237. <object position="center 1525 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1238. <object position="center 1525 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1239. <object position="center 1525 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1240. <object position="center 1525 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1241. <object position="center 1525 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1242. <object position="center 1575 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1243. <object position="center 1575 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1244. <object position="center 1575 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1245. <object position="center 1575 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1246. <object position="center 1575 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1247. <object position="center 1575 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1248. <object position="center 1575 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1249. <object position="center 1575 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1250. <object position="center 1575 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1251. <object position="center 1575 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1252. <object position="center 1575 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1253. <object position="center 1575 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1254. <object position="center 1575 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1255. <object position="center 1575 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1256. <object position="center 1575 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1257. <object position="center 1575 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1258. <object position="center 1575 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1259. <object position="center 1575 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1260. <object position="center 1575 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1261. <object position="center 1575 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1262. <object position="center 1575 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1263. <object position="center 1575 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1264. <object position="center 1575 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1265. <object position="center 1575 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1266. <object position="center 1575 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1267. <object position="center 1575 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1268. <object position="center 1575 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1269. <object position="center 1575 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1270. <object position="center 1575 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1271. <object position="center 1575 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1272. <object position="center 1575 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1273. <object position="center 1575 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1274. <object position="center 1575 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1275. <object position="center 1575 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1276. <object position="center 1575 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1277. <object position="center 1575 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1278. <object position="center 1575 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1279. <object position="center 1575 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1280. <object position="center 1575 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1281. <object position="center 1575 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1282. <object position="center 1625 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1283. <object position="center 1625 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1284. <object position="center 1625 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1285. <object position="center 1625 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1286. <object position="center 1625 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1287. <object position="center 1625 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1288. <object position="center 1625 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1289. <object position="center 1625 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1290. <object position="center 1625 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1291. <object position="center 1625 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1292. <object position="center 1625 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1293. <object position="center 1625 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1294. <object position="center 1625 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1295. <object position="center 1625 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1296. <object position="center 1625 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1297. <object position="center 1625 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1298. <object position="center 1625 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1299. <object position="center 1625 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1300. <object position="center 1625 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1301. <object position="center 1625 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1302. <object position="center 1625 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1303. <object position="center 1625 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1304. <object position="center 1625 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1305. <object position="center 1625 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1306. <object position="center 1625 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1307. <object position="center 1625 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1308. <object position="center 1625 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1309. <object position="center 1625 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1310. <object position="center 1625 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1311. <object position="center 1625 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1312. <object position="center 1625 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1313. <object position="center 1625 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1314. <object position="center 1625 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1315. <object position="center 1625 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1316. <object position="center 1625 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1317. <object position="center 1625 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1318. <object position="center 1625 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1319. <object position="center 1625 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1320. <object position="center 1625 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1321. <object position="center 1625 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1322. <object position="center 1675 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1323. <object position="center 1675 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1324. <object position="center 1675 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1325. <object position="center 1675 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1326. <object position="center 1675 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1327. <object position="center 1675 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1328. <object position="center 1675 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1329. <object position="center 1675 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1330. <object position="center 1675 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1331. <object position="center 1675 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1332. <object position="center 1675 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1333. <object position="center 1675 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1334. <object position="center 1675 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1335. <object position="center 1675 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1336. <object position="center 1675 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1337. <object position="center 1675 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1338. <object position="center 1675 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1339. <object position="center 1675 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1340. <object position="center 1675 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1341. <object position="center 1675 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1342. <object position="center 1675 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1343. <object position="center 1675 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1344. <object position="center 1675 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1345. <object position="center 1675 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1346. <object position="center 1675 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1347. <object position="center 1675 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1348. <object position="center 1675 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1349. <object position="center 1675 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1350. <object position="center 1675 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1351. <object position="center 1675 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1352. <object position="center 1675 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1353. <object position="center 1675 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1354. <object position="center 1675 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1355. <object position="center 1675 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1356. <object position="center 1675 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1357. <object position="center 1675 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1358. <object position="center 1675 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1359. <object position="center 1675 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1360. <object position="center 1675 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1361. <object position="center 1675 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1362. <object position="center 1725 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1363. <object position="center 1725 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1364. <object position="center 1725 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1365. <object position="center 1725 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1366. <object position="center 1725 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1367. <object position="center 1725 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1368. <object position="center 1725 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1369. <object position="center 1725 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1370. <object position="center 1725 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1371. <object position="center 1725 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1372. <object position="center 1725 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1373. <object position="center 1725 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1374. <object position="center 1725 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1375. <object position="center 1725 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1376. <object position="center 1725 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1377. <object position="center 1725 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1378. <object position="center 1725 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1379. <object position="center 1725 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1380. <object position="center 1725 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1381. <object position="center 1725 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1382. <object position="center 1725 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1383. <object position="center 1725 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1384. <object position="center 1725 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1385. <object position="center 1725 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1386. <object position="center 1725 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1387. <object position="center 1725 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1388. <object position="center 1725 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1389. <object position="center 1725 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1390. <object position="center 1725 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1391. <object position="center 1725 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1392. <object position="center 1725 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1393. <object position="center 1725 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1394. <object position="center 1725 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1395. <object position="center 1725 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1396. <object position="center 1725 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1397. <object position="center 1725 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1398. <object position="center 1725 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1399. <object position="center 1725 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1400. <object position="center 1725 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1401. <object position="center 1725 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1402. <object position="center 1775 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1403. <object position="center 1775 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1404. <object position="center 1775 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1405. <object position="center 1775 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1406. <object position="center 1775 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1407. <object position="center 1775 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1408. <object position="center 1775 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1409. <object position="center 1775 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1410. <object position="center 1775 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1411. <object position="center 1775 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1412. <object position="center 1775 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1413. <object position="center 1775 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1414. <object position="center 1775 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1415. <object position="center 1775 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1416. <object position="center 1775 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1417. <object position="center 1775 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1418. <object position="center 1775 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1419. <object position="center 1775 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1420. <object position="center 1775 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1421. <object position="center 1775 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1422. <object position="center 1775 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1423. <object position="center 1775 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1424. <object position="center 1775 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1425. <object position="center 1775 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1426. <object position="center 1775 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1427. <object position="center 1775 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1428. <object position="center 1775 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1429. <object position="center 1775 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1430. <object position="center 1775 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1431. <object position="center 1775 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1432. <object position="center 1775 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1433. <object position="center 1775 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1434. <object position="center 1775 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1435. <object position="center 1775 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1436. <object position="center 1775 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1437. <object position="center 1775 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1438. <object position="center 1775 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1439. <object position="center 1775 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1440. <object position="center 1775 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1441. <object position="center 1775 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1442. <object position="center 1825 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1443. <object position="center 1825 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1444. <object position="center 1825 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1445. <object position="center 1825 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1446. <object position="center 1825 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1447. <object position="center 1825 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1448. <object position="center 1825 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1449. <object position="center 1825 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1450. <object position="center 1825 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1451. <object position="center 1825 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1452. <object position="center 1825 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1453. <object position="center 1825 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1454. <object position="center 1825 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1455. <object position="center 1825 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1456. <object position="center 1825 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1457. <object position="center 1825 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1458. <object position="center 1825 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1459. <object position="center 1825 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1460. <object position="center 1825 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1461. <object position="center 1825 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1462. <object position="center 1825 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1463. <object position="center 1825 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1464. <object position="center 1825 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1465. <object position="center 1825 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1466. <object position="center 1825 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1467. <object position="center 1825 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1468. <object position="center 1825 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1469. <object position="center 1825 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1470. <object position="center 1825 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1471. <object position="center 1825 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1472. <object position="center 1825 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1473. <object position="center 1825 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1474. <object position="center 1825 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1475. <object position="center 1825 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1476. <object position="center 1825 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1477. <object position="center 1825 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1478. <object position="center 1825 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1479. <object position="center 1825 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1480. <object position="center 1825 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1481. <object position="center 1825 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1482. <object position="center 1875 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1483. <object position="center 1875 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1484. <object position="center 1875 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1485. <object position="center 1875 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1486. <object position="center 1875 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1487. <object position="center 1875 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1488. <object position="center 1875 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1489. <object position="center 1875 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1490. <object position="center 1875 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1491. <object position="center 1875 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1492. <object position="center 1875 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1493. <object position="center 1875 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1494. <object position="center 1875 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1495. <object position="center 1875 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1496. <object position="center 1875 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1497. <object position="center 1875 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1498. <object position="center 1875 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1499. <object position="center 1875 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1500. <object position="center 1875 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1501. <object position="center 1875 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1502. <object position="center 1875 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1503. <object position="center 1875 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1504. <object position="center 1875 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1505. <object position="center 1875 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1506. <object position="center 1875 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1507. <object position="center 1875 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1508. <object position="center 1875 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1509. <object position="center 1875 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1510. <object position="center 1875 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1511. <object position="center 1875 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1512. <object position="center 1875 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1513. <object position="center 1875 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1514. <object position="center 1875 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1515. <object position="center 1875 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1516. <object position="center 1875 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1517. <object position="center 1875 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1518. <object position="center 1875 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1519. <object position="center 1875 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1520. <object position="center 1875 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1521. <object position="center 1875 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1522. <object position="center 1925 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1523. <object position="center 1925 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1524. <object position="center 1925 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1525. <object position="center 1925 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1526. <object position="center 1925 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1527. <object position="center 1925 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1528. <object position="center 1925 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1529. <object position="center 1925 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1530. <object position="center 1925 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1531. <object position="center 1925 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1532. <object position="center 1925 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1533. <object position="center 1925 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1534. <object position="center 1925 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1535. <object position="center 1925 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1536. <object position="center 1925 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1537. <object position="center 1925 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1538. <object position="center 1925 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1539. <object position="center 1925 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1540. <object position="center 1925 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1541. <object position="center 1925 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1542. <object position="center 1925 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1543. <object position="center 1925 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1544. <object position="center 1925 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1545. <object position="center 1925 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1546. <object position="center 1925 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1547. <object position="center 1925 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1548. <object position="center 1925 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1549. <object position="center 1925 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1550. <object position="center 1925 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1551. <object position="center 1925 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1552. <object position="center 1925 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1553. <object position="center 1925 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1554. <object position="center 1925 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1555. <object position="center 1925 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1556. <object position="center 1925 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1557. <object position="center 1925 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1558. <object position="center 1925 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1559. <object position="center 1925 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1560. <object position="center 1925 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1561. <object position="center 1925 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1562. <object position="center 1975 25 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1563. <object position="center 1975 75 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1564. <object position="center 1975 125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1565. <object position="center 1975 175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1566. <object position="center 1975 225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1567. <object position="center 1975 275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1568. <object position="center 1975 325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1569. <object position="center 1975 375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1570. <object position="center 1975 425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1571. <object position="center 1975 475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1572. <object position="center 1975 525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1573. <object position="center 1975 575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1574. <object position="center 1975 625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1575. <object position="center 1975 675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1576. <object position="center 1975 725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1577. <object position="center 1975 775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1578. <object position="center 1975 825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1579. <object position="center 1975 875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1580. <object position="center 1975 925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1581. <object position="center 1975 975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1582. <object position="center 1975 1025 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1583. <object position="center 1975 1075 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1584. <object position="center 1975 1125 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1585. <object position="center 1975 1175 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1586. <object position="center 1975 1225 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1587. <object position="center 1975 1275 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1588. <object position="center 1975 1325 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1589. <object position="center 1975 1375 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1590. <object position="center 1975 1425 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1591. <object position="center 1975 1475 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1592. <object position="center 1975 1525 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1593. <object position="center 1975 1575 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1594. <object position="center 1975 1625 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1595. <object position="center 1975 1675 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1596. <object position="center 1975 1725 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1597. <object position="center 1975 1775 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1598. <object position="center 1975 1825 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1599. <object position="center 1975 1875 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1600. <object position="center 1975 1925 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1601. <object position="center 1975 1975 25" orientation="0 0 0" shape="cuboid 50 50 50" material="brick" fill-color="203 65 84"/>
  1602. </environment>