@blockspoon/cert-badge-renderer 1.0.50 → 1.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (267) hide show
  1. package/dist/cjs/templates/badges/BadgeType10.js +46 -11
  2. package/dist/cjs/templates/badges/BadgeType101.js +37 -65
  3. package/dist/cjs/templates/badges/BadgeType104.js +21 -11
  4. package/dist/cjs/templates/badges/BadgeType106.js +494 -156
  5. package/dist/cjs/templates/badges/BadgeType111.js +44 -66
  6. package/dist/cjs/templates/badges/BadgeType12.js +21 -14
  7. package/dist/cjs/templates/badges/BadgeType14.js +38 -11
  8. package/dist/cjs/templates/badges/BadgeType16.js +83 -34
  9. package/dist/cjs/templates/badges/BadgeType17.js +22 -11
  10. package/dist/cjs/templates/badges/BadgeType20.js +39 -13
  11. package/dist/cjs/templates/badges/BadgeType21.js +46 -41
  12. package/dist/cjs/templates/badges/BadgeType22.js +28 -9
  13. package/dist/cjs/templates/badges/BadgeType23.js +11 -6
  14. package/dist/cjs/templates/badges/BadgeType24.js +32 -9
  15. package/dist/cjs/templates/badges/BadgeType28.js +19 -8
  16. package/dist/cjs/templates/badges/BadgeType3.js +28 -13
  17. package/dist/cjs/templates/badges/BadgeType31.js +106 -35
  18. package/dist/cjs/templates/badges/BadgeType36.js +43 -20
  19. package/dist/cjs/templates/badges/BadgeType4.js +22 -7
  20. package/dist/cjs/templates/badges/BadgeType46.js +61 -39
  21. package/dist/cjs/templates/badges/BadgeType49.js +1 -1
  22. package/dist/cjs/templates/badges/BadgeType5.js +24 -9
  23. package/dist/cjs/templates/badges/BadgeType50.d.ts +1 -1
  24. package/dist/cjs/templates/badges/BadgeType50.js +98 -26
  25. package/dist/cjs/templates/badges/BadgeType52.js +23 -11
  26. package/dist/cjs/templates/badges/BadgeType55.js +2105 -40
  27. package/dist/cjs/templates/badges/BadgeType56.js +58 -0
  28. package/dist/cjs/templates/badges/BadgeType57.d.ts +1 -1
  29. package/dist/cjs/templates/badges/BadgeType57.js +81 -33
  30. package/dist/cjs/templates/badges/BadgeType58.d.ts +1 -1
  31. package/dist/cjs/templates/badges/BadgeType58.js +135 -33
  32. package/dist/cjs/templates/badges/BadgeType6.js +10 -5
  33. package/dist/cjs/templates/badges/BadgeType60.js +54 -13
  34. package/dist/cjs/templates/badges/BadgeType61.d.ts +1 -1
  35. package/dist/cjs/templates/badges/BadgeType61.js +43 -16
  36. package/dist/cjs/templates/badges/BadgeType63.js +20 -17
  37. package/dist/cjs/templates/badges/BadgeType65.js +32 -23
  38. package/dist/cjs/templates/badges/BadgeType67.js +42 -14
  39. package/dist/cjs/templates/badges/BadgeType68.js +49 -22
  40. package/dist/cjs/templates/badges/BadgeType69.js +1 -1
  41. package/dist/cjs/templates/badges/BadgeType7.js +37 -16
  42. package/dist/cjs/templates/badges/BadgeType70.js +1 -1
  43. package/dist/cjs/templates/badges/BadgeType71.js +1 -1
  44. package/dist/cjs/templates/badges/BadgeType72.js +283 -211
  45. package/dist/cjs/templates/badges/BadgeType73.js +203 -241
  46. package/dist/cjs/templates/badges/BadgeType74.js +131 -79
  47. package/dist/cjs/templates/badges/BadgeType75.js +62 -58
  48. package/dist/cjs/templates/badges/BadgeType76.js +252 -292
  49. package/dist/cjs/templates/badges/BadgeType77.js +403 -445
  50. package/dist/cjs/templates/badges/BadgeType78.js +93 -91
  51. package/dist/cjs/templates/badges/BadgeType81.js +93 -81
  52. package/dist/cjs/templates/badges/BadgeType89.js +305 -246
  53. package/dist/cjs/templates/badges/BadgeType9.js +39 -18
  54. package/dist/cjs/templates/badges/BadgeType93.js +46 -18
  55. package/dist/cjs/templates/icons/IconBg2.js +8 -3
  56. package/dist/cjs/templates/icons/IconBg7.js +26 -11
  57. package/dist/cjs/templates/icons/IconBg9.js +24 -6
  58. package/dist/cjs/templates/icons/IconMortarboard5.js +47 -2
  59. package/dist/cjs/templates/icons/IconStar5.js +40 -15
  60. package/dist/cjs/templates/icons/IconStar7.js +73 -22
  61. package/dist/cjs/templates/icons/IconTrophy2.js +10 -5
  62. package/dist/cjs/templates/ribbons/RibbonType1.js +26 -10
  63. package/dist/cjs/templates/ribbons/RibbonType103.js +49 -27
  64. package/dist/cjs/templates/ribbons/RibbonType110.js +32 -19
  65. package/dist/cjs/templates/ribbons/RibbonType12.js +1 -1
  66. package/dist/cjs/templates/ribbons/RibbonType13.js +26 -13
  67. package/dist/cjs/templates/ribbons/RibbonType18.js +21 -10
  68. package/dist/cjs/templates/ribbons/RibbonType19.js +36 -19
  69. package/dist/cjs/templates/ribbons/RibbonType2.js +25 -7
  70. package/dist/cjs/templates/ribbons/RibbonType21.js +74 -14
  71. package/dist/cjs/templates/ribbons/RibbonType23.js +44 -59
  72. package/dist/cjs/templates/ribbons/RibbonType23_1.js +72 -30
  73. package/dist/cjs/templates/ribbons/RibbonType24.js +40 -17
  74. package/dist/cjs/templates/ribbons/RibbonType26.js +137 -40
  75. package/dist/cjs/templates/ribbons/RibbonType27.js +32 -14
  76. package/dist/cjs/templates/ribbons/RibbonType34.js +61 -24
  77. package/dist/cjs/templates/ribbons/RibbonType35.js +44 -21
  78. package/dist/cjs/templates/ribbons/RibbonType4.js +37 -22
  79. package/dist/cjs/templates/ribbons/RibbonType45.js +67 -22
  80. package/dist/cjs/templates/ribbons/RibbonType5.js +9 -4
  81. package/dist/cjs/templates/ribbons/RibbonType6.js +19 -8
  82. package/dist/cjs/templates/ribbons/RibbonType61.js +53 -18
  83. package/dist/cjs/templates/ribbons/RibbonType7.js +27 -15
  84. package/dist/cjs/templates/ribbons/RibbonType7_1.js +8 -72
  85. package/dist/cjs/templates/ribbons/RibbonType8.js +54 -17
  86. package/dist/cjs/templates/ribbons/RibbonType93.js +36 -21
  87. package/dist/cjs/templates/ribbons/RibbonType93_1.js +32 -10
  88. package/dist/cjs/templates/ribbons/RibbonType96_1.js +30 -18
  89. package/dist/cjs/templates/ribbons/RibbonWing1.js +10 -34
  90. package/dist/cjs/templates/ribbons/RibbonWing5.js +14 -14
  91. package/dist/esm/templates/badges/BadgeType10.js +46 -11
  92. package/dist/esm/templates/badges/BadgeType101.js +37 -65
  93. package/dist/esm/templates/badges/BadgeType104.js +21 -11
  94. package/dist/esm/templates/badges/BadgeType106.js +494 -156
  95. package/dist/esm/templates/badges/BadgeType111.js +44 -66
  96. package/dist/esm/templates/badges/BadgeType12.js +21 -14
  97. package/dist/esm/templates/badges/BadgeType14.js +38 -11
  98. package/dist/esm/templates/badges/BadgeType16.js +83 -34
  99. package/dist/esm/templates/badges/BadgeType17.js +22 -11
  100. package/dist/esm/templates/badges/BadgeType20.js +39 -13
  101. package/dist/esm/templates/badges/BadgeType21.js +46 -41
  102. package/dist/esm/templates/badges/BadgeType22.js +28 -9
  103. package/dist/esm/templates/badges/BadgeType23.js +11 -6
  104. package/dist/esm/templates/badges/BadgeType24.js +32 -9
  105. package/dist/esm/templates/badges/BadgeType28.js +19 -8
  106. package/dist/esm/templates/badges/BadgeType3.js +28 -13
  107. package/dist/esm/templates/badges/BadgeType31.js +106 -35
  108. package/dist/esm/templates/badges/BadgeType36.js +43 -20
  109. package/dist/esm/templates/badges/BadgeType4.js +22 -7
  110. package/dist/esm/templates/badges/BadgeType46.js +61 -39
  111. package/dist/esm/templates/badges/BadgeType49.js +1 -1
  112. package/dist/esm/templates/badges/BadgeType5.js +24 -9
  113. package/dist/esm/templates/badges/BadgeType50.d.ts +1 -1
  114. package/dist/esm/templates/badges/BadgeType50.js +98 -26
  115. package/dist/esm/templates/badges/BadgeType52.js +23 -11
  116. package/dist/esm/templates/badges/BadgeType55.js +2105 -40
  117. package/dist/esm/templates/badges/BadgeType56.js +58 -0
  118. package/dist/esm/templates/badges/BadgeType57.d.ts +1 -1
  119. package/dist/esm/templates/badges/BadgeType57.js +81 -33
  120. package/dist/esm/templates/badges/BadgeType58.d.ts +1 -1
  121. package/dist/esm/templates/badges/BadgeType58.js +135 -33
  122. package/dist/esm/templates/badges/BadgeType6.js +10 -5
  123. package/dist/esm/templates/badges/BadgeType60.js +54 -13
  124. package/dist/esm/templates/badges/BadgeType61.d.ts +1 -1
  125. package/dist/esm/templates/badges/BadgeType61.js +43 -16
  126. package/dist/esm/templates/badges/BadgeType63.js +20 -17
  127. package/dist/esm/templates/badges/BadgeType65.js +32 -23
  128. package/dist/esm/templates/badges/BadgeType67.js +42 -14
  129. package/dist/esm/templates/badges/BadgeType68.js +49 -22
  130. package/dist/esm/templates/badges/BadgeType69.js +1 -1
  131. package/dist/esm/templates/badges/BadgeType7.js +37 -16
  132. package/dist/esm/templates/badges/BadgeType70.js +1 -1
  133. package/dist/esm/templates/badges/BadgeType71.js +1 -1
  134. package/dist/esm/templates/badges/BadgeType72.js +283 -211
  135. package/dist/esm/templates/badges/BadgeType73.js +203 -241
  136. package/dist/esm/templates/badges/BadgeType74.js +131 -79
  137. package/dist/esm/templates/badges/BadgeType75.js +62 -58
  138. package/dist/esm/templates/badges/BadgeType76.js +252 -292
  139. package/dist/esm/templates/badges/BadgeType77.js +403 -445
  140. package/dist/esm/templates/badges/BadgeType78.js +93 -91
  141. package/dist/esm/templates/badges/BadgeType81.js +93 -81
  142. package/dist/esm/templates/badges/BadgeType89.js +305 -246
  143. package/dist/esm/templates/badges/BadgeType9.js +39 -18
  144. package/dist/esm/templates/badges/BadgeType93.js +46 -18
  145. package/dist/esm/templates/icons/IconBg2.js +8 -3
  146. package/dist/esm/templates/icons/IconBg7.js +26 -11
  147. package/dist/esm/templates/icons/IconBg9.js +24 -6
  148. package/dist/esm/templates/icons/IconMortarboard5.js +47 -2
  149. package/dist/esm/templates/icons/IconStar5.js +40 -15
  150. package/dist/esm/templates/icons/IconStar7.js +73 -22
  151. package/dist/esm/templates/icons/IconTrophy2.js +10 -5
  152. package/dist/esm/templates/ribbons/RibbonType1.js +26 -10
  153. package/dist/esm/templates/ribbons/RibbonType103.js +49 -27
  154. package/dist/esm/templates/ribbons/RibbonType110.js +32 -19
  155. package/dist/esm/templates/ribbons/RibbonType12.js +1 -1
  156. package/dist/esm/templates/ribbons/RibbonType13.js +26 -13
  157. package/dist/esm/templates/ribbons/RibbonType18.js +21 -10
  158. package/dist/esm/templates/ribbons/RibbonType19.js +36 -19
  159. package/dist/esm/templates/ribbons/RibbonType2.js +25 -7
  160. package/dist/esm/templates/ribbons/RibbonType21.js +74 -14
  161. package/dist/esm/templates/ribbons/RibbonType23.js +44 -59
  162. package/dist/esm/templates/ribbons/RibbonType23_1.js +72 -30
  163. package/dist/esm/templates/ribbons/RibbonType24.js +40 -17
  164. package/dist/esm/templates/ribbons/RibbonType26.js +137 -40
  165. package/dist/esm/templates/ribbons/RibbonType27.js +32 -14
  166. package/dist/esm/templates/ribbons/RibbonType34.js +61 -24
  167. package/dist/esm/templates/ribbons/RibbonType35.js +44 -21
  168. package/dist/esm/templates/ribbons/RibbonType4.js +37 -22
  169. package/dist/esm/templates/ribbons/RibbonType45.js +67 -22
  170. package/dist/esm/templates/ribbons/RibbonType5.js +9 -4
  171. package/dist/esm/templates/ribbons/RibbonType6.js +19 -8
  172. package/dist/esm/templates/ribbons/RibbonType61.js +53 -18
  173. package/dist/esm/templates/ribbons/RibbonType7.js +27 -15
  174. package/dist/esm/templates/ribbons/RibbonType7_1.js +8 -72
  175. package/dist/esm/templates/ribbons/RibbonType8.js +54 -17
  176. package/dist/esm/templates/ribbons/RibbonType93.js +36 -21
  177. package/dist/esm/templates/ribbons/RibbonType93_1.js +32 -10
  178. package/dist/esm/templates/ribbons/RibbonType96_1.js +30 -18
  179. package/dist/esm/templates/ribbons/RibbonWing1.js +10 -34
  180. package/dist/esm/templates/ribbons/RibbonWing5.js +14 -14
  181. package/package.json +1 -1
  182. package/src/templates/badges/BadgeType10.ts +46 -11
  183. package/src/templates/badges/BadgeType101.ts +37 -65
  184. package/src/templates/badges/BadgeType104.ts +21 -11
  185. package/src/templates/badges/BadgeType106.ts +494 -156
  186. package/src/templates/badges/BadgeType111.ts +44 -66
  187. package/src/templates/badges/BadgeType12.ts +21 -14
  188. package/src/templates/badges/BadgeType14.ts +38 -11
  189. package/src/templates/badges/BadgeType16.ts +83 -34
  190. package/src/templates/badges/BadgeType17.ts +22 -11
  191. package/src/templates/badges/BadgeType20.ts +39 -13
  192. package/src/templates/badges/BadgeType21.ts +46 -41
  193. package/src/templates/badges/BadgeType22.ts +28 -9
  194. package/src/templates/badges/BadgeType23.ts +11 -6
  195. package/src/templates/badges/BadgeType24.ts +32 -9
  196. package/src/templates/badges/BadgeType28.ts +19 -8
  197. package/src/templates/badges/BadgeType3.ts +28 -13
  198. package/src/templates/badges/BadgeType31.ts +106 -35
  199. package/src/templates/badges/BadgeType36.ts +43 -20
  200. package/src/templates/badges/BadgeType4.ts +22 -7
  201. package/src/templates/badges/BadgeType46.ts +61 -39
  202. package/src/templates/badges/BadgeType49.ts +2 -2
  203. package/src/templates/badges/BadgeType5.ts +24 -9
  204. package/src/templates/badges/BadgeType50.ts +99 -26
  205. package/src/templates/badges/BadgeType52.ts +23 -11
  206. package/src/templates/badges/BadgeType55.ts +2105 -40
  207. package/src/templates/badges/BadgeType56.ts +59 -1
  208. package/src/templates/badges/BadgeType57.ts +82 -33
  209. package/src/templates/badges/BadgeType58.ts +137 -33
  210. package/src/templates/badges/BadgeType6.ts +10 -5
  211. package/src/templates/badges/BadgeType60.ts +54 -13
  212. package/src/templates/badges/BadgeType61.ts +44 -16
  213. package/src/templates/badges/BadgeType63.ts +20 -17
  214. package/src/templates/badges/BadgeType65.ts +32 -23
  215. package/src/templates/badges/BadgeType67.ts +42 -14
  216. package/src/templates/badges/BadgeType68.ts +49 -22
  217. package/src/templates/badges/BadgeType69.ts +2 -2
  218. package/src/templates/badges/BadgeType7.ts +37 -16
  219. package/src/templates/badges/BadgeType70.ts +2 -2
  220. package/src/templates/badges/BadgeType71.ts +2 -2
  221. package/src/templates/badges/BadgeType72.ts +283 -211
  222. package/src/templates/badges/BadgeType73.ts +203 -241
  223. package/src/templates/badges/BadgeType74.ts +131 -79
  224. package/src/templates/badges/BadgeType75.ts +62 -58
  225. package/src/templates/badges/BadgeType76.ts +252 -292
  226. package/src/templates/badges/BadgeType77.ts +403 -445
  227. package/src/templates/badges/BadgeType78.ts +93 -91
  228. package/src/templates/badges/BadgeType81.ts +93 -81
  229. package/src/templates/badges/BadgeType89.ts +305 -246
  230. package/src/templates/badges/BadgeType9.ts +39 -18
  231. package/src/templates/badges/BadgeType93.ts +46 -18
  232. package/src/templates/icons/IconBg2.ts +8 -3
  233. package/src/templates/icons/IconBg7.ts +26 -11
  234. package/src/templates/icons/IconBg9.ts +24 -6
  235. package/src/templates/icons/IconMortarboard5.ts +47 -2
  236. package/src/templates/icons/IconStar5.ts +40 -15
  237. package/src/templates/icons/IconStar7.ts +73 -22
  238. package/src/templates/icons/IconTrophy2.ts +10 -5
  239. package/src/templates/ribbons/RibbonType1.ts +26 -10
  240. package/src/templates/ribbons/RibbonType103.ts +49 -27
  241. package/src/templates/ribbons/RibbonType110.ts +32 -19
  242. package/src/templates/ribbons/RibbonType12.ts +1 -1
  243. package/src/templates/ribbons/RibbonType13.ts +26 -13
  244. package/src/templates/ribbons/RibbonType18.ts +21 -10
  245. package/src/templates/ribbons/RibbonType19.ts +36 -19
  246. package/src/templates/ribbons/RibbonType2.ts +25 -7
  247. package/src/templates/ribbons/RibbonType21.ts +74 -14
  248. package/src/templates/ribbons/RibbonType23.ts +44 -59
  249. package/src/templates/ribbons/RibbonType23_1.ts +72 -30
  250. package/src/templates/ribbons/RibbonType24.ts +40 -17
  251. package/src/templates/ribbons/RibbonType26.ts +137 -40
  252. package/src/templates/ribbons/RibbonType27.ts +32 -14
  253. package/src/templates/ribbons/RibbonType34.ts +61 -24
  254. package/src/templates/ribbons/RibbonType35.ts +44 -21
  255. package/src/templates/ribbons/RibbonType4.ts +37 -22
  256. package/src/templates/ribbons/RibbonType45.ts +67 -22
  257. package/src/templates/ribbons/RibbonType5.ts +9 -4
  258. package/src/templates/ribbons/RibbonType6.ts +19 -8
  259. package/src/templates/ribbons/RibbonType61.ts +53 -18
  260. package/src/templates/ribbons/RibbonType7.ts +27 -15
  261. package/src/templates/ribbons/RibbonType7_1.ts +8 -72
  262. package/src/templates/ribbons/RibbonType8.ts +54 -17
  263. package/src/templates/ribbons/RibbonType93.ts +36 -21
  264. package/src/templates/ribbons/RibbonType93_1.ts +32 -10
  265. package/src/templates/ribbons/RibbonType96_1.ts +30 -18
  266. package/src/templates/ribbons/RibbonWing1.ts +10 -34
  267. package/src/templates/ribbons/RibbonWing5.ts +14 -14
@@ -20,7 +20,12 @@ export function createBadgeType55({
20
20
  display: block;
21
21
  "
22
22
  >
23
- <rect width="536" height="536" rx="20" fill="${mainColor}" />
23
+ <rect
24
+ width="536"
25
+ height="536"
26
+ rx="20"
27
+ fill="${mainColor}"
28
+ />
24
29
  <mask
25
30
  id="mask0_2407_466"
26
31
  style="mask-type:alpha"
@@ -38,204 +43,2264 @@ export function createBadgeType55({
38
43
  rx="19.5"
39
44
  fill="#D9D9D9"
40
45
  stroke="white"
41
- />
46
+ />
42
47
  </mask>
43
- <g mask="url(#mask0_2407_466)">
44
- <g opacity="0.2">
48
+ <g
49
+ mask="url(#mask0_2407_466)"
50
+ >
51
+ <g
52
+ opacity="0.2"
53
+ >
45
54
  <path
46
55
  d="M2.08632 26.2878L2.08632 -4.85083L-27.4959 -20.3556L-57.0781 -4.85083L-57.0781 26.2878L-27.4959 41.7926L2.08632 26.2878Z"
47
56
  stroke="white"
48
57
  stroke-width="1.5"
49
58
  stroke-miterlimit="10"
50
- />
59
+ />
51
60
  <path
52
61
  d="M1.80117 26.2872L-27.7811 10.7825L-57.3633 26.2872"
53
62
  stroke="white"
54
63
  stroke-width="1.5"
55
64
  stroke-miterlimit="10"
56
- />
65
+ />
57
66
  <path
58
67
  d="M61.3926 26.2878L61.3926 -4.85083L31.8104 -20.3556L2.08594 -4.85083L2.08594 26.2878L31.8104 41.7926L61.3926 26.2878Z"
59
68
  stroke="white"
60
69
  stroke-width="1.5"
61
70
  stroke-miterlimit="10"
62
- />
71
+ />
63
72
  <path
64
73
  d="M60.9652 26.2872L31.383 10.7825L1.80078 26.2872"
65
74
  stroke="white"
66
75
  stroke-width="1.5"
67
76
  stroke-miterlimit="10"
68
- />
77
+ />
69
78
  <path
70
79
  d="M31.3828 -20.3569L31.3828 10.7817"
71
80
  stroke="white"
72
81
  stroke-width="1.5"
73
82
  stroke-miterlimit="10"
74
- />
83
+ />
75
84
  <path
76
85
  d="M120.697 26.2878L120.697 -4.85083L91.1151 -20.3556L61.3906 -4.85083L61.3906 26.2878L91.1151 41.7926L120.697 26.2878Z"
77
86
  stroke="white"
78
87
  stroke-width="1.5"
79
88
  stroke-miterlimit="10"
80
- />
89
+ />
81
90
  <path
82
91
  d="M120.129 26.2872L90.547 10.7825L60.9648 26.2872"
83
92
  stroke="white"
84
93
  stroke-width="1.5"
85
94
  stroke-miterlimit="10"
86
- />
95
+ />
87
96
  <path
88
97
  d="M90.5469 -20.3569L90.5469 10.7817"
89
98
  stroke="white"
90
99
  stroke-width="1.5"
91
100
  stroke-miterlimit="10"
92
- />
101
+ />
93
102
  <path
94
103
  d="M180.006 26.2878L180.006 -4.85083L150.424 -20.3556L120.699 -4.85083L120.699 26.2878L150.424 41.7926L180.006 26.2878Z"
95
104
  stroke="white"
96
105
  stroke-width="1.5"
97
106
  stroke-miterlimit="10"
98
- />
107
+ />
99
108
  <path
100
109
  d="M179.293 26.2872L149.711 10.7825L120.129 26.2872"
101
110
  stroke="white"
102
111
  stroke-width="1.5"
103
112
  stroke-miterlimit="10"
104
- />
113
+ />
105
114
  <path
106
115
  d="M149.711 -20.3569L149.711 10.7817"
107
116
  stroke="white"
108
117
  stroke-width="1.5"
109
118
  stroke-miterlimit="10"
110
- />
119
+ />
111
120
  <path
112
121
  d="M239.311 26.2878L239.311 -4.85083L209.586 -20.3556L180.004 -4.85083L180.004 26.2878L209.586 41.7926L239.311 26.2878Z"
113
122
  stroke="white"
114
123
  stroke-width="1.5"
115
124
  stroke-miterlimit="10"
116
- />
125
+ />
117
126
  <path
118
127
  d="M238.457 26.2872L208.875 10.7825L179.293 26.2872"
119
128
  stroke="white"
120
129
  stroke-width="1.5"
121
130
  stroke-miterlimit="10"
122
- />
131
+ />
123
132
  <path
124
133
  d="M208.875 -20.3569L208.875 10.7817"
125
134
  stroke="white"
126
135
  stroke-width="1.5"
127
136
  stroke-miterlimit="10"
128
- />
137
+ />
129
138
  <path
130
139
  d="M298.619 26.2878L298.619 -4.85083L268.895 -20.3556L239.312 -4.85083L239.312 26.2878L268.895 41.7926L298.619 26.2878Z"
131
140
  stroke="white"
132
141
  stroke-width="1.5"
133
142
  stroke-miterlimit="10"
134
- />
143
+ />
135
144
  <path
136
145
  d="M297.764 26.2872L268.181 10.7825L238.457 26.2872"
137
146
  stroke="white"
138
147
  stroke-width="1.5"
139
148
  stroke-miterlimit="10"
140
- />
149
+ />
141
150
  <path
142
151
  d="M268.18 -20.3569L268.18 10.7817"
143
152
  stroke="white"
144
153
  stroke-width="1.5"
145
154
  stroke-miterlimit="10"
146
- />
155
+ />
147
156
  <path
148
157
  d="M357.924 26.2878L357.924 -4.85083L328.199 -20.3556L298.617 -4.85083L298.617 26.2878L328.199 41.7926L357.924 26.2878Z"
149
158
  stroke="white"
150
159
  stroke-width="1.5"
151
160
  stroke-miterlimit="10"
152
- />
161
+ />
153
162
  <path
154
163
  d="M356.93 26.2872L327.348 10.7825L297.766 26.2872"
155
164
  stroke="white"
156
165
  stroke-width="1.5"
157
166
  stroke-miterlimit="10"
158
- />
167
+ />
159
168
  <path
160
169
  d="M327.348 -20.3569L327.348 10.7817"
161
170
  stroke="white"
162
171
  stroke-width="1.5"
163
172
  stroke-miterlimit="10"
164
- />
173
+ />
165
174
  <path
166
175
  d="M417.09 26.2878L417.09 -4.85083L387.508 -20.3556L357.926 -4.85083L357.926 26.2878L387.508 41.7926L417.09 26.2878Z"
167
176
  stroke="white"
168
177
  stroke-width="1.5"
169
178
  stroke-miterlimit="10"
170
- />
179
+ />
171
180
  <path
172
181
  d="M416.094 26.2872L386.512 10.7825L356.93 26.2872"
173
182
  stroke="white"
174
183
  stroke-width="1.5"
175
184
  stroke-miterlimit="10"
176
- />
185
+ />
177
186
  <path
178
187
  d="M386.512 -20.3568L386.512 10.7819"
179
188
  stroke="white"
180
189
  stroke-width="1.5"
181
190
  stroke-miterlimit="10"
182
- />
191
+ />
183
192
  <path
184
193
  d="M476.397 26.2878L476.397 -4.85083L446.814 -20.3556L417.09 -4.85083L417.09 26.2878L446.814 41.7926L476.397 26.2878Z"
185
194
  stroke="white"
186
195
  stroke-width="1.5"
187
196
  stroke-miterlimit="10"
188
- />
197
+ />
189
198
  <path
190
199
  d="M475.258 26.2872L445.676 10.7825L416.094 26.2872"
191
200
  stroke="white"
192
201
  stroke-width="1.5"
193
202
  stroke-miterlimit="10"
194
- />
203
+ />
195
204
  <path
196
205
  d="M445.676 -20.3568L445.676 10.7819"
197
206
  stroke="white"
198
207
  stroke-width="1.5"
199
208
  stroke-miterlimit="10"
200
- />
209
+ />
201
210
  <path
202
211
  d="M535.701 26.2878L535.701 -4.85083L506.119 -20.3556L476.395 -4.85083L476.395 26.2878L506.119 41.7926L535.701 26.2878Z"
203
212
  stroke="white"
204
213
  stroke-width="1.5"
205
214
  stroke-miterlimit="10"
206
- />
215
+ />
207
216
  <path
208
217
  d="M534.422 26.2872L504.84 10.7825L475.258 26.2872"
209
218
  stroke="white"
210
219
  stroke-width="1.5"
211
220
  stroke-miterlimit="10"
212
- />
221
+ />
213
222
  <path
214
223
  d="M504.84 -20.3568L504.84 10.7819"
215
224
  stroke="white"
216
225
  stroke-width="1.5"
217
226
  stroke-miterlimit="10"
218
- />
227
+ />
219
228
  <path
220
229
  d="M595.01 26.2878L595.01 -4.85083L565.428 -20.3556L535.703 -4.85083L535.703 26.2878L565.428 41.7926L595.01 26.2878Z"
221
230
  stroke="white"
222
231
  stroke-width="1.5"
223
232
  stroke-miterlimit="10"
224
- />
233
+ />
225
234
  <path
226
- d="M593.591 26.2872L564.009 10.7825L534.422 26.2872"
235
+ d="M593.586 26.2872L564.004 10.7825L534.422 26.2872"
227
236
  stroke="white"
228
237
  stroke-width="1.5"
229
238
  stroke-miterlimit="10"
230
- />
239
+ />
231
240
  <path
232
- d="M564.009 -20.3568L564.009 10.7819"
241
+ d="M2.08632 119.574L2.08632 88.4357L-27.4959 72.9309L-57.0781 88.4357L-57.0781 119.574L-27.4959 135.079L2.08632 119.574Z"
233
242
  stroke="white"
234
243
  stroke-width="1.5"
235
244
  stroke-miterlimit="10"
236
- />
237
- </g>
238
- </g>
245
+ />
246
+ <path
247
+ d="M1.80117 119.575L-27.7811 104.07L-57.3633 119.575"
248
+ stroke="white"
249
+ stroke-width="1.5"
250
+ stroke-miterlimit="10"
251
+ />
252
+ <path
253
+ d="M31.8067 72.931L31.8067 41.7923L2.08222 26.2875L-27.5 41.7923L-27.5 72.931L2.08222 88.4358L31.8067 72.931Z"
254
+ stroke="white"
255
+ stroke-width="1.5"
256
+ stroke-miterlimit="10"
257
+ />
258
+ <path
259
+ d="M31.3832 72.9304L1.80097 57.4257L-27.7812 72.9304"
260
+ stroke="white"
261
+ stroke-width="1.5"
262
+ stroke-miterlimit="10"
263
+ />
264
+ <path
265
+ d="M1.80078 26.2873L1.80078 57.426"
266
+ stroke="white"
267
+ stroke-width="1.5"
268
+ stroke-miterlimit="10"
269
+ />
270
+ <path
271
+ d="M61.3926 119.574L61.3926 88.4357L31.8104 72.9309L2.08594 88.4357L2.08594 119.574L31.8104 135.079L61.3926 119.574Z"
272
+ stroke="white"
273
+ stroke-width="1.5"
274
+ stroke-miterlimit="10"
275
+ />
276
+ <path
277
+ d="M60.9652 119.575L31.383 104.07L1.80078 119.575"
278
+ stroke="white"
279
+ stroke-width="1.5"
280
+ stroke-miterlimit="10"
281
+ />
282
+ <path
283
+ d="M31.3828 72.9305L31.3828 104.069"
284
+ stroke="white"
285
+ stroke-width="1.5"
286
+ stroke-miterlimit="10"
287
+ />
288
+ <path
289
+ d="M91.1152 72.931L91.1152 41.7923L61.3908 26.2875L31.8086 41.7923L31.8086 72.931L61.3908 88.4358L91.1152 72.931Z"
290
+ stroke="white"
291
+ stroke-width="1.5"
292
+ stroke-miterlimit="10"
293
+ />
294
+ <path
295
+ d="M90.5473 72.9304L60.9651 57.4257L31.3828 72.9304"
296
+ stroke="white"
297
+ stroke-width="1.5"
298
+ stroke-miterlimit="10"
299
+ />
300
+ <path
301
+ d="M60.9648 26.2873L60.9648 57.426"
302
+ stroke="white"
303
+ stroke-width="1.5"
304
+ stroke-miterlimit="10"
305
+ />
306
+ <path
307
+ d="M120.697 119.574L120.697 88.4357L91.1151 72.9309L61.3906 88.4357L61.3906 119.574L91.1151 135.079L120.697 119.574Z"
308
+ stroke="white"
309
+ stroke-width="1.5"
310
+ stroke-miterlimit="10"
311
+ />
312
+ <path
313
+ d="M120.129 119.575L90.547 104.07L60.9648 119.575"
314
+ stroke="white"
315
+ stroke-width="1.5"
316
+ stroke-miterlimit="10"
317
+ />
318
+ <path
319
+ d="M90.5469 72.9305L90.5469 104.069"
320
+ stroke="white"
321
+ stroke-width="1.5"
322
+ stroke-miterlimit="10"
323
+ />
324
+ <path
325
+ d="M150.282 72.931L150.282 41.7923L120.699 26.2875L91.1172 41.7923L91.1172 72.931L120.699 88.4358L150.282 72.931Z"
326
+ stroke="white"
327
+ stroke-width="1.5"
328
+ stroke-miterlimit="10"
329
+ />
330
+ <path
331
+ d="M149.711 72.9304L120.129 57.4257L90.5469 72.9304"
332
+ stroke="white"
333
+ stroke-width="1.5"
334
+ stroke-miterlimit="10"
335
+ />
336
+ <path
337
+ d="M120.129 26.2873L120.129 57.426"
338
+ stroke="white"
339
+ stroke-width="1.5"
340
+ stroke-miterlimit="10"
341
+ />
342
+ <path
343
+ d="M180.006 119.574L180.006 88.4357L150.424 72.9309L120.699 88.4357L120.699 119.574L150.424 135.079L180.006 119.574Z"
344
+ stroke="white"
345
+ stroke-width="1.5"
346
+ stroke-miterlimit="10"
347
+ />
348
+ <path
349
+ d="M179.293 119.575L149.711 104.07L120.129 119.575"
350
+ stroke="white"
351
+ stroke-width="1.5"
352
+ stroke-miterlimit="10"
353
+ />
354
+ <path
355
+ d="M149.711 72.9305L149.711 104.069"
356
+ stroke="white"
357
+ stroke-width="1.5"
358
+ stroke-miterlimit="10"
359
+ />
360
+ <path
361
+ d="M209.586 72.931L209.586 41.7923L180.004 26.2875L150.422 41.7923L150.422 72.931L180.004 88.4358L209.586 72.931Z"
362
+ stroke="white"
363
+ stroke-width="1.5"
364
+ stroke-miterlimit="10"
365
+ />
366
+ <path
367
+ d="M208.875 72.9304L179.293 57.4257L149.711 72.9304"
368
+ stroke="white"
369
+ stroke-width="1.5"
370
+ stroke-miterlimit="10"
371
+ />
372
+ <path
373
+ d="M179.293 26.2873L179.293 57.426"
374
+ stroke="white"
375
+ stroke-width="1.5"
376
+ stroke-miterlimit="10"
377
+ />
378
+ <path
379
+ d="M239.311 119.574L239.311 88.4357L209.586 72.9309L180.004 88.4357L180.004 119.574L209.586 135.079L239.311 119.574Z"
380
+ stroke="white"
381
+ stroke-width="1.5"
382
+ stroke-miterlimit="10"
383
+ />
384
+ <path
385
+ d="M238.457 119.575L208.875 104.07L179.293 119.575"
386
+ stroke="white"
387
+ stroke-width="1.5"
388
+ stroke-miterlimit="10"
389
+ />
390
+ <path
391
+ d="M208.875 72.9305L208.875 104.069"
392
+ stroke="white"
393
+ stroke-width="1.5"
394
+ stroke-miterlimit="10"
395
+ />
396
+ <path
397
+ d="M268.893 72.931L268.893 41.7923L239.31 26.2875L209.586 41.7923L209.586 72.931L239.31 88.4358L268.893 72.931Z"
398
+ stroke="white"
399
+ stroke-width="1.5"
400
+ stroke-miterlimit="10"
401
+ />
402
+ <path
403
+ d="M268.039 72.9304L238.457 57.4257L208.875 72.9304"
404
+ stroke="white"
405
+ stroke-width="1.5"
406
+ stroke-miterlimit="10"
407
+ />
408
+ <path
409
+ d="M238.457 26.2873L238.457 57.426"
410
+ stroke="white"
411
+ stroke-width="1.5"
412
+ stroke-miterlimit="10"
413
+ />
414
+ <path
415
+ d="M298.619 119.574L298.619 88.4357L268.895 72.9309L239.312 88.4357L239.312 119.574L268.895 135.079L298.619 119.574Z"
416
+ stroke="white"
417
+ stroke-width="1.5"
418
+ stroke-miterlimit="10"
419
+ />
420
+ <path
421
+ d="M297.764 119.575L268.181 104.07L238.457 119.575"
422
+ stroke="white"
423
+ stroke-width="1.5"
424
+ stroke-miterlimit="10"
425
+ />
426
+ <path
427
+ d="M268.184 72.9305L268.184 104.069"
428
+ stroke="white"
429
+ stroke-width="1.5"
430
+ stroke-miterlimit="10"
431
+ />
432
+ <path
433
+ d="M328.201 72.931L328.201 41.7923L298.619 26.2875L268.895 41.7923L268.895 72.931L298.619 88.4358L328.201 72.931Z"
434
+ stroke="white"
435
+ stroke-width="1.5"
436
+ stroke-miterlimit="10"
437
+ />
438
+ <path
439
+ d="M327.348 72.9304L297.766 57.4257L268.184 72.9304"
440
+ stroke="white"
441
+ stroke-width="1.5"
442
+ stroke-miterlimit="10"
443
+ />
444
+ <path
445
+ d="M297.766 26.2873L297.766 57.426"
446
+ stroke="white"
447
+ stroke-width="1.5"
448
+ stroke-miterlimit="10"
449
+ />
450
+ <path
451
+ d="M357.924 119.574L357.924 88.4357L328.199 72.9309L298.617 88.4357L298.617 119.574L328.199 135.079L357.924 119.574Z"
452
+ stroke="white"
453
+ stroke-width="1.5"
454
+ stroke-miterlimit="10"
455
+ />
456
+ <path
457
+ d="M356.93 119.575L327.348 104.07L297.766 119.575"
458
+ stroke="white"
459
+ stroke-width="1.5"
460
+ stroke-miterlimit="10"
461
+ />
462
+ <path
463
+ d="M327.348 72.9305L327.348 104.069"
464
+ stroke="white"
465
+ stroke-width="1.5"
466
+ stroke-miterlimit="10"
467
+ />
468
+ <path
469
+ d="M387.506 72.9312L387.506 41.7924L357.924 26.2877L328.199 41.7924L328.199 72.9312L357.924 88.4359L387.506 72.9312Z"
470
+ stroke="white"
471
+ stroke-width="1.5"
472
+ stroke-miterlimit="10"
473
+ />
474
+ <path
475
+ d="M386.512 72.9304L356.93 57.4257L327.348 72.9304"
476
+ stroke="white"
477
+ stroke-width="1.5"
478
+ stroke-miterlimit="10"
479
+ />
480
+ <path
481
+ d="M356.93 26.2873L356.93 57.426"
482
+ stroke="white"
483
+ stroke-width="1.5"
484
+ stroke-miterlimit="10"
485
+ />
486
+ <path
487
+ d="M417.09 119.574L417.09 88.4357L387.508 72.9309L357.926 88.4357L357.926 119.574L387.508 135.079L417.09 119.574Z"
488
+ stroke="white"
489
+ stroke-width="1.5"
490
+ stroke-miterlimit="10"
491
+ />
492
+ <path
493
+ d="M416.094 119.575L386.512 104.07L356.93 119.575"
494
+ stroke="white"
495
+ stroke-width="1.5"
496
+ stroke-miterlimit="10"
497
+ />
498
+ <path
499
+ d="M386.512 72.9305L386.512 104.069"
500
+ stroke="white"
501
+ stroke-width="1.5"
502
+ stroke-miterlimit="10"
503
+ />
504
+ <path
505
+ d="M446.814 72.9312L446.814 41.7924L417.09 26.2877L387.508 41.7924L387.508 72.9312L417.09 88.4359L446.814 72.9312Z"
506
+ stroke="white"
507
+ stroke-width="1.5"
508
+ stroke-miterlimit="10"
509
+ />
510
+ <path
511
+ d="M445.676 72.9304L416.094 57.4257L386.512 72.9304"
512
+ stroke="white"
513
+ stroke-width="1.5"
514
+ stroke-miterlimit="10"
515
+ />
516
+ <path
517
+ d="M416.094 26.2873L416.094 57.426"
518
+ stroke="white"
519
+ stroke-width="1.5"
520
+ stroke-miterlimit="10"
521
+ />
522
+ <path
523
+ d="M476.397 119.574L476.397 88.4357L446.814 72.9309L417.09 88.4357L417.09 119.574L446.814 135.079L476.397 119.574Z"
524
+ stroke="white"
525
+ stroke-width="1.5"
526
+ stroke-miterlimit="10"
527
+ />
528
+ <path
529
+ d="M475.258 119.575L445.676 104.07L416.094 119.575"
530
+ stroke="white"
531
+ stroke-width="1.5"
532
+ stroke-miterlimit="10"
533
+ />
534
+ <path
535
+ d="M445.676 72.9305L445.676 104.069"
536
+ stroke="white"
537
+ stroke-width="1.5"
538
+ stroke-miterlimit="10"
539
+ />
540
+ <path
541
+ d="M506.119 72.9312L506.119 41.7924L476.395 26.2877L446.812 41.7924L446.812 72.9312L476.395 88.4359L506.119 72.9312Z"
542
+ stroke="white"
543
+ stroke-width="1.5"
544
+ stroke-miterlimit="10"
545
+ />
546
+ <path
547
+ d="M504.84 72.9304L475.258 57.4257L445.676 72.9304"
548
+ stroke="white"
549
+ stroke-width="1.5"
550
+ stroke-miterlimit="10"
551
+ />
552
+ <path
553
+ d="M475.258 26.2873L475.258 57.426"
554
+ stroke="white"
555
+ stroke-width="1.5"
556
+ stroke-miterlimit="10"
557
+ />
558
+ <path
559
+ d="M535.701 119.574L535.701 88.4357L506.119 72.9309L476.395 88.4357L476.395 119.574L506.119 135.079L535.701 119.574Z"
560
+ stroke="white"
561
+ stroke-width="1.5"
562
+ stroke-miterlimit="10"
563
+ />
564
+ <path
565
+ d="M534.422 119.575L504.84 104.07L475.258 119.575"
566
+ stroke="white"
567
+ stroke-width="1.5"
568
+ stroke-miterlimit="10"
569
+ />
570
+ <path
571
+ d="M504.84 72.9305L504.84 104.069"
572
+ stroke="white"
573
+ stroke-width="1.5"
574
+ stroke-miterlimit="10"
575
+ />
576
+ <path
577
+ d="M565.428 72.9312L565.428 41.7924L535.703 26.2877L506.121 41.7924L506.121 72.9312L535.703 88.4359L565.428 72.9312Z"
578
+ stroke="white"
579
+ stroke-width="1.5"
580
+ stroke-miterlimit="10"
581
+ />
582
+ <path
583
+ d="M564.004 72.9304L534.422 57.4257L504.84 72.9304"
584
+ stroke="white"
585
+ stroke-width="1.5"
586
+ stroke-miterlimit="10"
587
+ />
588
+ <path
589
+ d="M534.422 26.2873L534.422 57.426"
590
+ stroke="white"
591
+ stroke-width="1.5"
592
+ stroke-miterlimit="10"
593
+ />
594
+ <path
595
+ d="M595.01 119.574L595.01 88.4357L565.428 72.9309L535.703 88.4357L535.703 119.574L565.428 135.079L595.01 119.574Z"
596
+ stroke="white"
597
+ stroke-width="1.5"
598
+ stroke-miterlimit="10"
599
+ />
600
+ <path
601
+ d="M593.586 119.575L564.004 104.07L534.422 119.575"
602
+ stroke="white"
603
+ stroke-width="1.5"
604
+ stroke-miterlimit="10"
605
+ />
606
+ <path
607
+ d="M2.08632 212.861L2.08632 181.722L-27.4959 166.217L-57.0781 181.722L-57.0781 212.861L-27.4959 228.366L2.08632 212.861Z"
608
+ stroke="white"
609
+ stroke-width="1.5"
610
+ stroke-miterlimit="10"
611
+ />
612
+ <path
613
+ d="M1.80117 212.86L-27.7811 197.355L-57.3633 212.86"
614
+ stroke="white"
615
+ stroke-width="1.5"
616
+ stroke-miterlimit="10"
617
+ />
618
+ <path
619
+ d="M31.8067 166.219L31.8067 135.08L2.08222 119.575L-27.5 135.08L-27.5 166.219L2.08222 181.723L31.8067 166.219Z"
620
+ stroke="white"
621
+ stroke-width="1.5"
622
+ stroke-miterlimit="10"
623
+ />
624
+ <path
625
+ d="M31.3832 166.218L1.80097 150.713L-27.7812 166.218"
626
+ stroke="white"
627
+ stroke-width="1.5"
628
+ stroke-miterlimit="10"
629
+ />
630
+ <path
631
+ d="M1.80078 119.574L1.80078 150.713"
632
+ stroke="white"
633
+ stroke-width="1.5"
634
+ stroke-miterlimit="10"
635
+ />
636
+ <path
637
+ d="M61.3926 212.861L61.3926 181.722L31.8104 166.217L2.08594 181.722L2.08594 212.861L31.8104 228.366L61.3926 212.861Z"
638
+ stroke="white"
639
+ stroke-width="1.5"
640
+ stroke-miterlimit="10"
641
+ />
642
+ <path
643
+ d="M60.9652 212.86L31.383 197.355L1.80078 212.86"
644
+ stroke="white"
645
+ stroke-width="1.5"
646
+ stroke-miterlimit="10"
647
+ />
648
+ <path
649
+ d="M31.3828 166.218L31.3828 197.357"
650
+ stroke="white"
651
+ stroke-width="1.5"
652
+ stroke-miterlimit="10"
653
+ />
654
+ <path
655
+ d="M91.1152 166.219L91.1152 135.08L61.3908 119.575L31.8086 135.08L31.8086 166.219L61.3908 181.723L91.1152 166.219Z"
656
+ stroke="white"
657
+ stroke-width="1.5"
658
+ stroke-miterlimit="10"
659
+ />
660
+ <path
661
+ d="M90.5473 166.218L60.9651 150.713L31.3828 166.218"
662
+ stroke="white"
663
+ stroke-width="1.5"
664
+ stroke-miterlimit="10"
665
+ />
666
+ <path
667
+ d="M60.9648 119.574L60.9648 150.713"
668
+ stroke="white"
669
+ stroke-width="1.5"
670
+ stroke-miterlimit="10"
671
+ />
672
+ <path
673
+ d="M120.697 212.861L120.697 181.722L91.1151 166.217L61.3906 181.722L61.3906 212.861L91.1151 228.366L120.697 212.861Z"
674
+ stroke="white"
675
+ stroke-width="1.5"
676
+ stroke-miterlimit="10"
677
+ />
678
+ <path
679
+ d="M120.129 212.86L90.547 197.355L60.9648 212.86"
680
+ stroke="white"
681
+ stroke-width="1.5"
682
+ stroke-miterlimit="10"
683
+ />
684
+ <path
685
+ d="M90.5469 166.218L90.5469 197.357"
686
+ stroke="white"
687
+ stroke-width="1.5"
688
+ stroke-miterlimit="10"
689
+ />
690
+ <path
691
+ d="M150.282 166.219L150.282 135.08L120.699 119.575L91.1172 135.08L91.1172 166.219L120.699 181.723L150.282 166.219Z"
692
+ stroke="white"
693
+ stroke-width="1.5"
694
+ stroke-miterlimit="10"
695
+ />
696
+ <path
697
+ d="M149.711 166.218L120.129 150.713L90.5469 166.218"
698
+ stroke="white"
699
+ stroke-width="1.5"
700
+ stroke-miterlimit="10"
701
+ />
702
+ <path
703
+ d="M120.129 119.574L120.129 150.713"
704
+ stroke="white"
705
+ stroke-width="1.5"
706
+ stroke-miterlimit="10"
707
+ />
708
+ <path
709
+ d="M180.006 212.861L180.006 181.722L150.424 166.217L120.699 181.722L120.699 212.861L150.424 228.366L180.006 212.861Z"
710
+ stroke="white"
711
+ stroke-width="1.5"
712
+ stroke-miterlimit="10"
713
+ />
714
+ <path
715
+ d="M179.293 212.86L149.711 197.355L120.129 212.86"
716
+ stroke="white"
717
+ stroke-width="1.5"
718
+ stroke-miterlimit="10"
719
+ />
720
+ <path
721
+ d="M149.711 166.218L149.711 197.357"
722
+ stroke="white"
723
+ stroke-width="1.5"
724
+ stroke-miterlimit="10"
725
+ />
726
+ <path
727
+ d="M209.586 166.219L209.586 135.08L180.004 119.575L150.422 135.08L150.422 166.219L180.004 181.723L209.586 166.219Z"
728
+ stroke="white"
729
+ stroke-width="1.5"
730
+ stroke-miterlimit="10"
731
+ />
732
+ <path
733
+ d="M208.875 166.218L179.293 150.713L149.711 166.218"
734
+ stroke="white"
735
+ stroke-width="1.5"
736
+ stroke-miterlimit="10"
737
+ />
738
+ <path
739
+ d="M179.293 119.574L179.293 150.713"
740
+ stroke="white"
741
+ stroke-width="1.5"
742
+ stroke-miterlimit="10"
743
+ />
744
+ <path
745
+ d="M239.311 212.861L239.311 181.722L209.586 166.217L180.004 181.722L180.004 212.861L209.586 228.366L239.311 212.861Z"
746
+ stroke="white"
747
+ stroke-width="1.5"
748
+ stroke-miterlimit="10"
749
+ />
750
+ <path
751
+ d="M238.457 212.86L208.875 197.355L179.293 212.86"
752
+ stroke="white"
753
+ stroke-width="1.5"
754
+ stroke-miterlimit="10"
755
+ />
756
+ <path
757
+ d="M208.875 166.218L208.875 197.357"
758
+ stroke="white"
759
+ stroke-width="1.5"
760
+ stroke-miterlimit="10"
761
+ />
762
+ <path
763
+ d="M268.893 166.219L268.893 135.08L239.31 119.575L209.586 135.08L209.586 166.219L239.31 181.723L268.893 166.219Z"
764
+ stroke="white"
765
+ stroke-width="1.5"
766
+ stroke-miterlimit="10"
767
+ />
768
+ <path
769
+ d="M268.039 166.218L238.457 150.713L208.875 166.218"
770
+ stroke="white"
771
+ stroke-width="1.5"
772
+ stroke-miterlimit="10"
773
+ />
774
+ <path
775
+ d="M238.457 119.574L238.457 150.713"
776
+ stroke="white"
777
+ stroke-width="1.5"
778
+ stroke-miterlimit="10"
779
+ />
780
+ <path
781
+ d="M298.619 212.861L298.619 181.722L268.895 166.217L239.312 181.722L239.312 212.861L268.895 228.366L298.619 212.861Z"
782
+ stroke="white"
783
+ stroke-width="1.5"
784
+ stroke-miterlimit="10"
785
+ />
786
+ <path
787
+ d="M297.764 212.86L268.181 197.355L238.457 212.86"
788
+ stroke="white"
789
+ stroke-width="1.5"
790
+ stroke-miterlimit="10"
791
+ />
792
+ <path
793
+ d="M268.184 166.218L268.184 197.357"
794
+ stroke="white"
795
+ stroke-width="1.5"
796
+ stroke-miterlimit="10"
797
+ />
798
+ <path
799
+ d="M328.201 166.219L328.201 135.08L298.619 119.575L268.895 135.08L268.895 166.219L298.619 181.723L328.201 166.219Z"
800
+ stroke="white"
801
+ stroke-width="1.5"
802
+ stroke-miterlimit="10"
803
+ />
804
+ <path
805
+ d="M327.348 166.218L297.766 150.713L268.184 166.218"
806
+ stroke="white"
807
+ stroke-width="1.5"
808
+ stroke-miterlimit="10"
809
+ />
810
+ <path
811
+ d="M297.766 119.574L297.766 150.713"
812
+ stroke="white"
813
+ stroke-width="1.5"
814
+ stroke-miterlimit="10"
815
+ />
816
+ <path
817
+ d="M357.924 212.861L357.924 181.722L328.199 166.217L298.617 181.722L298.617 212.861L328.199 228.366L357.924 212.861Z"
818
+ stroke="white"
819
+ stroke-width="1.5"
820
+ stroke-miterlimit="10"
821
+ />
822
+ <path
823
+ d="M356.93 212.86L327.348 197.355L297.766 212.86"
824
+ stroke="white"
825
+ stroke-width="1.5"
826
+ stroke-miterlimit="10"
827
+ />
828
+ <path
829
+ d="M327.348 166.218L327.348 197.357"
830
+ stroke="white"
831
+ stroke-width="1.5"
832
+ stroke-miterlimit="10"
833
+ />
834
+ <path
835
+ d="M387.506 166.219L387.506 135.08L357.924 119.575L328.199 135.08L328.199 166.219L357.924 181.723L387.506 166.219Z"
836
+ stroke="white"
837
+ stroke-width="1.5"
838
+ stroke-miterlimit="10"
839
+ />
840
+ <path
841
+ d="M386.512 166.218L356.93 150.713L327.348 166.218"
842
+ stroke="white"
843
+ stroke-width="1.5"
844
+ stroke-miterlimit="10"
845
+ />
846
+ <path
847
+ d="M356.93 119.574L356.93 150.713"
848
+ stroke="white"
849
+ stroke-width="1.5"
850
+ stroke-miterlimit="10"
851
+ />
852
+ <path
853
+ d="M417.09 212.861L417.09 181.722L387.508 166.217L357.926 181.722L357.926 212.861L387.508 228.366L417.09 212.861Z"
854
+ stroke="white"
855
+ stroke-width="1.5"
856
+ stroke-miterlimit="10"
857
+ />
858
+ <path
859
+ d="M416.094 212.86L386.512 197.355L356.93 212.86"
860
+ stroke="white"
861
+ stroke-width="1.5"
862
+ stroke-miterlimit="10"
863
+ />
864
+ <path
865
+ d="M386.512 166.218L386.512 197.357"
866
+ stroke="white"
867
+ stroke-width="1.5"
868
+ stroke-miterlimit="10"
869
+ />
870
+ <path
871
+ d="M446.814 166.219L446.814 135.08L417.09 119.575L387.508 135.08L387.508 166.219L417.09 181.723L446.814 166.219Z"
872
+ stroke="white"
873
+ stroke-width="1.5"
874
+ stroke-miterlimit="10"
875
+ />
876
+ <path
877
+ d="M445.676 166.218L416.094 150.713L386.512 166.218"
878
+ stroke="white"
879
+ stroke-width="1.5"
880
+ stroke-miterlimit="10"
881
+ />
882
+ <path
883
+ d="M416.094 119.574L416.094 150.713"
884
+ stroke="white"
885
+ stroke-width="1.5"
886
+ stroke-miterlimit="10"
887
+ />
888
+ <path
889
+ d="M476.397 212.861L476.397 181.722L446.814 166.217L417.09 181.722L417.09 212.861L446.814 228.366L476.397 212.861Z"
890
+ stroke="white"
891
+ stroke-width="1.5"
892
+ stroke-miterlimit="10"
893
+ />
894
+ <path
895
+ d="M475.258 212.86L445.676 197.355L416.094 212.86"
896
+ stroke="white"
897
+ stroke-width="1.5"
898
+ stroke-miterlimit="10"
899
+ />
900
+ <path
901
+ d="M445.676 166.218L445.676 197.357"
902
+ stroke="white"
903
+ stroke-width="1.5"
904
+ stroke-miterlimit="10"
905
+ />
906
+ <path
907
+ d="M506.119 166.219L506.119 135.08L476.395 119.575L446.812 135.08L446.812 166.219L476.395 181.723L506.119 166.219Z"
908
+ stroke="white"
909
+ stroke-width="1.5"
910
+ stroke-miterlimit="10"
911
+ />
912
+ <path
913
+ d="M504.84 166.218L475.258 150.713L445.676 166.218"
914
+ stroke="white"
915
+ stroke-width="1.5"
916
+ stroke-miterlimit="10"
917
+ />
918
+ <path
919
+ d="M475.258 119.574L475.258 150.713"
920
+ stroke="white"
921
+ stroke-width="1.5"
922
+ stroke-miterlimit="10"
923
+ />
924
+ <path
925
+ d="M535.701 212.861L535.701 181.722L506.119 166.217L476.395 181.722L476.395 212.861L506.119 228.366L535.701 212.861Z"
926
+ stroke="white"
927
+ stroke-width="1.5"
928
+ stroke-miterlimit="10"
929
+ />
930
+ <path
931
+ d="M534.422 212.86L504.84 197.355L475.258 212.86"
932
+ stroke="white"
933
+ stroke-width="1.5"
934
+ stroke-miterlimit="10"
935
+ />
936
+ <path
937
+ d="M504.84 166.218L504.84 197.357"
938
+ stroke="white"
939
+ stroke-width="1.5"
940
+ stroke-miterlimit="10"
941
+ />
942
+ <path
943
+ d="M565.428 166.219L565.428 135.08L535.703 119.575L506.121 135.08L506.121 166.219L535.703 181.723L565.428 166.219Z"
944
+ stroke="white"
945
+ stroke-width="1.5"
946
+ stroke-miterlimit="10"
947
+ />
948
+ <path
949
+ d="M564.004 166.218L534.422 150.713L504.84 166.218"
950
+ stroke="white"
951
+ stroke-width="1.5"
952
+ stroke-miterlimit="10"
953
+ />
954
+ <path
955
+ d="M534.422 119.574L534.422 150.713"
956
+ stroke="white"
957
+ stroke-width="1.5"
958
+ stroke-miterlimit="10"
959
+ />
960
+ <path
961
+ d="M595.01 212.861L595.01 181.722L565.428 166.217L535.703 181.722L535.703 212.861L565.428 228.366L595.01 212.861Z"
962
+ stroke="white"
963
+ stroke-width="1.5"
964
+ stroke-miterlimit="10"
965
+ />
966
+ <path
967
+ d="M593.586 212.86L564.004 197.355L534.422 212.86"
968
+ stroke="white"
969
+ stroke-width="1.5"
970
+ stroke-miterlimit="10"
971
+ />
972
+ <path
973
+ d="M2.08632 306.148L2.08632 275.01L-27.4959 259.505L-57.0781 275.01L-57.0781 306.148L-27.4959 321.653L2.08632 306.148Z"
974
+ stroke="white"
975
+ stroke-width="1.5"
976
+ stroke-miterlimit="10"
977
+ />
978
+ <path
979
+ d="M1.80117 306.148L-27.7811 290.643L-57.3633 306.148"
980
+ stroke="white"
981
+ stroke-width="1.5"
982
+ stroke-miterlimit="10"
983
+ />
984
+ <path
985
+ d="M31.8067 259.505L31.8067 228.366L2.08222 212.862L-27.5 228.366L-27.5 259.505L2.08222 275.01L31.8067 259.505Z"
986
+ stroke="white"
987
+ stroke-width="1.5"
988
+ stroke-miterlimit="10"
989
+ />
990
+ <path
991
+ d="M31.3832 259.505L1.80097 244.001L-27.7812 259.505"
992
+ stroke="white"
993
+ stroke-width="1.5"
994
+ stroke-miterlimit="10"
995
+ />
996
+ <path
997
+ d="M1.80078 212.861L1.80078 244"
998
+ stroke="white"
999
+ stroke-width="1.5"
1000
+ stroke-miterlimit="10"
1001
+ />
1002
+ <path
1003
+ d="M61.3926 306.148L61.3926 275.01L31.8104 259.505L2.08594 275.01L2.08594 306.148L31.8104 321.653L61.3926 306.148Z"
1004
+ stroke="white"
1005
+ stroke-width="1.5"
1006
+ stroke-miterlimit="10"
1007
+ />
1008
+ <path
1009
+ d="M60.9652 306.148L31.383 290.643L1.80078 306.148"
1010
+ stroke="white"
1011
+ stroke-width="1.5"
1012
+ stroke-miterlimit="10"
1013
+ />
1014
+ <path
1015
+ d="M31.3828 259.504L31.3828 290.643"
1016
+ stroke="white"
1017
+ stroke-width="1.5"
1018
+ stroke-miterlimit="10"
1019
+ />
1020
+ <path
1021
+ d="M91.1152 259.505L91.1152 228.366L61.3908 212.862L31.8086 228.366L31.8086 259.505L61.3908 275.01L91.1152 259.505Z"
1022
+ stroke="white"
1023
+ stroke-width="1.5"
1024
+ stroke-miterlimit="10"
1025
+ />
1026
+ <path
1027
+ d="M90.5473 259.505L60.9651 244.001L31.3828 259.505"
1028
+ stroke="white"
1029
+ stroke-width="1.5"
1030
+ stroke-miterlimit="10"
1031
+ />
1032
+ <path
1033
+ d="M60.9648 212.861L60.9648 244"
1034
+ stroke="white"
1035
+ stroke-width="1.5"
1036
+ stroke-miterlimit="10"
1037
+ />
1038
+ <path
1039
+ d="M120.697 306.148L120.697 275.01L91.1151 259.505L61.3906 275.01L61.3906 306.148L91.1151 321.653L120.697 306.148Z"
1040
+ stroke="white"
1041
+ stroke-width="1.5"
1042
+ stroke-miterlimit="10"
1043
+ />
1044
+ <path
1045
+ d="M120.129 306.148L90.547 290.643L60.9648 306.148"
1046
+ stroke="white"
1047
+ stroke-width="1.5"
1048
+ stroke-miterlimit="10"
1049
+ />
1050
+ <path
1051
+ d="M90.5469 259.504L90.5469 290.643"
1052
+ stroke="white"
1053
+ stroke-width="1.5"
1054
+ stroke-miterlimit="10"
1055
+ />
1056
+ <path
1057
+ d="M150.282 259.505L150.282 228.366L120.699 212.862L91.1172 228.366L91.1172 259.505L120.699 275.01L150.282 259.505Z"
1058
+ stroke="white"
1059
+ stroke-width="1.5"
1060
+ stroke-miterlimit="10"
1061
+ />
1062
+ <path
1063
+ d="M149.711 259.505L120.129 244.001L90.5469 259.505"
1064
+ stroke="white"
1065
+ stroke-width="1.5"
1066
+ stroke-miterlimit="10"
1067
+ />
1068
+ <path
1069
+ d="M120.129 212.861L120.129 244"
1070
+ stroke="white"
1071
+ stroke-width="1.5"
1072
+ stroke-miterlimit="10"
1073
+ />
1074
+ <path
1075
+ d="M180.006 306.148L180.006 275.01L150.424 259.505L120.699 275.01L120.699 306.148L150.424 321.653L180.006 306.148Z"
1076
+ stroke="white"
1077
+ stroke-width="1.5"
1078
+ stroke-miterlimit="10"
1079
+ />
1080
+ <path
1081
+ d="M179.293 306.148L149.711 290.643L120.129 306.148"
1082
+ stroke="white"
1083
+ stroke-width="1.5"
1084
+ stroke-miterlimit="10"
1085
+ />
1086
+ <path
1087
+ d="M149.711 259.504L149.711 290.643"
1088
+ stroke="white"
1089
+ stroke-width="1.5"
1090
+ stroke-miterlimit="10"
1091
+ />
1092
+ <path
1093
+ d="M209.586 259.505L209.586 228.366L180.004 212.862L150.422 228.366L150.422 259.505L180.004 275.01L209.586 259.505Z"
1094
+ stroke="white"
1095
+ stroke-width="1.5"
1096
+ stroke-miterlimit="10"
1097
+ />
1098
+ <path
1099
+ d="M208.875 259.505L179.293 244.001L149.711 259.505"
1100
+ stroke="white"
1101
+ stroke-width="1.5"
1102
+ stroke-miterlimit="10"
1103
+ />
1104
+ <path
1105
+ d="M179.293 212.861L179.293 244"
1106
+ stroke="white"
1107
+ stroke-width="1.5"
1108
+ stroke-miterlimit="10"
1109
+ />
1110
+ <path
1111
+ d="M239.311 306.148L239.311 275.01L209.586 259.505L180.004 275.01L180.004 306.148L209.586 321.653L239.311 306.148Z"
1112
+ stroke="white"
1113
+ stroke-width="1.5"
1114
+ stroke-miterlimit="10"
1115
+ />
1116
+ <path
1117
+ d="M238.457 306.148L208.875 290.643L179.293 306.148"
1118
+ stroke="white"
1119
+ stroke-width="1.5"
1120
+ stroke-miterlimit="10"
1121
+ />
1122
+ <path
1123
+ d="M208.875 259.504L208.875 290.643"
1124
+ stroke="white"
1125
+ stroke-width="1.5"
1126
+ stroke-miterlimit="10"
1127
+ />
1128
+ <path
1129
+ d="M268.893 259.505L268.893 228.366L239.31 212.862L209.586 228.366L209.586 259.505L239.31 275.01L268.893 259.505Z"
1130
+ stroke="white"
1131
+ stroke-width="1.5"
1132
+ stroke-miterlimit="10"
1133
+ />
1134
+ <path
1135
+ d="M268.039 259.505L238.457 244.001L208.875 259.505"
1136
+ stroke="white"
1137
+ stroke-width="1.5"
1138
+ stroke-miterlimit="10"
1139
+ />
1140
+ <path
1141
+ d="M238.457 212.861L238.457 244"
1142
+ stroke="white"
1143
+ stroke-width="1.5"
1144
+ stroke-miterlimit="10"
1145
+ />
1146
+ <path
1147
+ d="M298.619 306.148L298.619 275.01L268.895 259.505L239.312 275.01L239.312 306.148L268.895 321.653L298.619 306.148Z"
1148
+ stroke="white"
1149
+ stroke-width="1.5"
1150
+ stroke-miterlimit="10"
1151
+ />
1152
+ <path
1153
+ d="M297.764 306.148L268.181 290.643L238.457 306.148"
1154
+ stroke="white"
1155
+ stroke-width="1.5"
1156
+ stroke-miterlimit="10"
1157
+ />
1158
+ <path
1159
+ d="M268.184 259.504L268.184 290.643"
1160
+ stroke="white"
1161
+ stroke-width="1.5"
1162
+ stroke-miterlimit="10"
1163
+ />
1164
+ <path
1165
+ d="M328.201 259.505L328.201 228.366L298.619 212.862L268.895 228.366L268.895 259.505L298.619 275.01L328.201 259.505Z"
1166
+ stroke="white"
1167
+ stroke-width="1.5"
1168
+ stroke-miterlimit="10"
1169
+ />
1170
+ <path
1171
+ d="M327.348 259.505L297.766 244.001L268.184 259.505"
1172
+ stroke="white"
1173
+ stroke-width="1.5"
1174
+ stroke-miterlimit="10"
1175
+ />
1176
+ <path
1177
+ d="M297.766 212.861L297.766 244"
1178
+ stroke="white"
1179
+ stroke-width="1.5"
1180
+ stroke-miterlimit="10"
1181
+ />
1182
+ <path
1183
+ d="M357.924 306.148L357.924 275.01L328.199 259.505L298.617 275.01L298.617 306.148L328.199 321.653L357.924 306.148Z"
1184
+ stroke="white"
1185
+ stroke-width="1.5"
1186
+ stroke-miterlimit="10"
1187
+ />
1188
+ <path
1189
+ d="M356.93 306.148L327.348 290.643L297.766 306.148"
1190
+ stroke="white"
1191
+ stroke-width="1.5"
1192
+ stroke-miterlimit="10"
1193
+ />
1194
+ <path
1195
+ d="M327.348 259.504L327.348 290.643"
1196
+ stroke="white"
1197
+ stroke-width="1.5"
1198
+ stroke-miterlimit="10"
1199
+ />
1200
+ <path
1201
+ d="M387.506 259.505L387.506 228.366L357.924 212.862L328.199 228.366L328.199 259.505L357.924 275.01L387.506 259.505Z"
1202
+ stroke="white"
1203
+ stroke-width="1.5"
1204
+ stroke-miterlimit="10"
1205
+ />
1206
+ <path
1207
+ d="M386.512 259.505L356.93 244.001L327.348 259.505"
1208
+ stroke="white"
1209
+ stroke-width="1.5"
1210
+ stroke-miterlimit="10"
1211
+ />
1212
+ <path
1213
+ d="M356.93 212.861L356.93 244"
1214
+ stroke="white"
1215
+ stroke-width="1.5"
1216
+ stroke-miterlimit="10"
1217
+ />
1218
+ <path
1219
+ d="M417.09 306.148L417.09 275.01L387.508 259.505L357.926 275.01L357.926 306.148L387.508 321.653L417.09 306.148Z"
1220
+ stroke="white"
1221
+ stroke-width="1.5"
1222
+ stroke-miterlimit="10"
1223
+ />
1224
+ <path
1225
+ d="M416.094 306.148L386.512 290.643L356.93 306.148"
1226
+ stroke="white"
1227
+ stroke-width="1.5"
1228
+ stroke-miterlimit="10"
1229
+ />
1230
+ <path
1231
+ d="M386.512 259.504L386.512 290.643"
1232
+ stroke="white"
1233
+ stroke-width="1.5"
1234
+ stroke-miterlimit="10"
1235
+ />
1236
+ <path
1237
+ d="M446.814 259.505L446.814 228.366L417.09 212.862L387.508 228.366L387.508 259.505L417.09 275.01L446.814 259.505Z"
1238
+ stroke="white"
1239
+ stroke-width="1.5"
1240
+ stroke-miterlimit="10"
1241
+ />
1242
+ <path
1243
+ d="M445.676 259.505L416.094 244.001L386.512 259.505"
1244
+ stroke="white"
1245
+ stroke-width="1.5"
1246
+ stroke-miterlimit="10"
1247
+ />
1248
+ <path
1249
+ d="M416.094 212.861L416.094 244"
1250
+ stroke="white"
1251
+ stroke-width="1.5"
1252
+ stroke-miterlimit="10"
1253
+ />
1254
+ <path
1255
+ d="M476.397 306.148L476.397 275.01L446.814 259.505L417.09 275.01L417.09 306.148L446.814 321.653L476.397 306.148Z"
1256
+ stroke="white"
1257
+ stroke-width="1.5"
1258
+ stroke-miterlimit="10"
1259
+ />
1260
+ <path
1261
+ d="M475.258 306.148L445.676 290.643L416.094 306.148"
1262
+ stroke="white"
1263
+ stroke-width="1.5"
1264
+ stroke-miterlimit="10"
1265
+ />
1266
+ <path
1267
+ d="M445.676 259.504L445.676 290.643"
1268
+ stroke="white"
1269
+ stroke-width="1.5"
1270
+ stroke-miterlimit="10"
1271
+ />
1272
+ <path
1273
+ d="M506.119 259.505L506.119 228.366L476.395 212.862L446.812 228.366L446.812 259.505L476.395 275.01L506.119 259.505Z"
1274
+ stroke="white"
1275
+ stroke-width="1.5"
1276
+ stroke-miterlimit="10"
1277
+ />
1278
+ <path
1279
+ d="M504.84 259.505L475.258 244.001L445.676 259.505"
1280
+ stroke="white"
1281
+ stroke-width="1.5"
1282
+ stroke-miterlimit="10"
1283
+ />
1284
+ <path
1285
+ d="M475.258 212.861L475.258 244"
1286
+ stroke="white"
1287
+ stroke-width="1.5"
1288
+ stroke-miterlimit="10"
1289
+ />
1290
+ <path
1291
+ d="M535.701 306.148L535.701 275.01L506.119 259.505L476.395 275.01L476.395 306.148L506.119 321.653L535.701 306.148Z"
1292
+ stroke="white"
1293
+ stroke-width="1.5"
1294
+ stroke-miterlimit="10"
1295
+ />
1296
+ <path
1297
+ d="M534.422 306.148L504.84 290.643L475.258 306.148"
1298
+ stroke="white"
1299
+ stroke-width="1.5"
1300
+ stroke-miterlimit="10"
1301
+ />
1302
+ <path
1303
+ d="M504.84 259.504L504.84 290.643"
1304
+ stroke="white"
1305
+ stroke-width="1.5"
1306
+ stroke-miterlimit="10"
1307
+ />
1308
+ <path
1309
+ d="M565.428 259.505L565.428 228.366L535.703 212.862L506.121 228.366L506.121 259.505L535.703 275.01L565.428 259.505Z"
1310
+ stroke="white"
1311
+ stroke-width="1.5"
1312
+ stroke-miterlimit="10"
1313
+ />
1314
+ <path
1315
+ d="M564.004 259.505L534.422 244.001L504.84 259.505"
1316
+ stroke="white"
1317
+ stroke-width="1.5"
1318
+ stroke-miterlimit="10"
1319
+ />
1320
+ <path
1321
+ d="M534.422 212.861L534.422 244"
1322
+ stroke="white"
1323
+ stroke-width="1.5"
1324
+ stroke-miterlimit="10"
1325
+ />
1326
+ <path
1327
+ d="M595.01 306.148L595.01 275.01L565.428 259.505L535.703 275.01L535.703 306.148L565.428 321.653L595.01 306.148Z"
1328
+ stroke="white"
1329
+ stroke-width="1.5"
1330
+ stroke-miterlimit="10"
1331
+ />
1332
+ <path
1333
+ d="M593.586 306.148L564.004 290.643L534.422 306.148"
1334
+ stroke="white"
1335
+ stroke-width="1.5"
1336
+ stroke-miterlimit="10"
1337
+ />
1338
+ <path
1339
+ d="M2.08632 399.435L2.08632 368.296L-27.4959 352.791L-57.0781 368.296L-57.0781 399.435L-27.4959 414.94L2.08632 399.435Z"
1340
+ stroke="white"
1341
+ stroke-width="1.5"
1342
+ stroke-miterlimit="10"
1343
+ />
1344
+ <path
1345
+ d="M1.80117 399.436L-27.7811 383.931L-57.3633 399.436"
1346
+ stroke="white"
1347
+ stroke-width="1.5"
1348
+ stroke-miterlimit="10"
1349
+ />
1350
+ <path
1351
+ d="M31.8067 352.792L31.8067 321.782L2.08222 306.148L-27.5 321.782L-27.5 352.792L2.08222 368.296L31.8067 352.792Z"
1352
+ stroke="white"
1353
+ stroke-width="1.5"
1354
+ stroke-miterlimit="10"
1355
+ />
1356
+ <path
1357
+ d="M31.3832 352.792L1.80097 337.287L-27.7812 352.792"
1358
+ stroke="white"
1359
+ stroke-width="1.5"
1360
+ stroke-miterlimit="10"
1361
+ />
1362
+ <path
1363
+ d="M1.80078 306.149L1.80078 337.287"
1364
+ stroke="white"
1365
+ stroke-width="1.5"
1366
+ stroke-miterlimit="10"
1367
+ />
1368
+ <path
1369
+ d="M61.3926 399.435L61.3926 368.296L31.8104 352.791L2.08594 368.296L2.08594 399.435L31.8104 414.94L61.3926 399.435Z"
1370
+ stroke="white"
1371
+ stroke-width="1.5"
1372
+ stroke-miterlimit="10"
1373
+ />
1374
+ <path
1375
+ d="M60.9652 399.436L31.383 383.931L1.80078 399.436"
1376
+ stroke="white"
1377
+ stroke-width="1.5"
1378
+ stroke-miterlimit="10"
1379
+ />
1380
+ <path
1381
+ d="M31.3828 352.792L31.3828 383.931"
1382
+ stroke="white"
1383
+ stroke-width="1.5"
1384
+ stroke-miterlimit="10"
1385
+ />
1386
+ <path
1387
+ d="M91.1152 352.792L91.1152 321.782L61.3908 306.148L31.8086 321.782L31.8086 352.792L61.3908 368.296L91.1152 352.792Z"
1388
+ stroke="white"
1389
+ stroke-width="1.5"
1390
+ stroke-miterlimit="10"
1391
+ />
1392
+ <path
1393
+ d="M90.5473 352.792L60.9651 337.287L31.3828 352.792"
1394
+ stroke="white"
1395
+ stroke-width="1.5"
1396
+ stroke-miterlimit="10"
1397
+ />
1398
+ <path
1399
+ d="M60.9648 306.149L60.9648 337.287"
1400
+ stroke="white"
1401
+ stroke-width="1.5"
1402
+ stroke-miterlimit="10"
1403
+ />
1404
+ <path
1405
+ d="M120.697 399.435L120.697 368.296L91.1151 352.791L61.3906 368.296L61.3906 399.435L91.1151 414.94L120.697 399.435Z"
1406
+ stroke="white"
1407
+ stroke-width="1.5"
1408
+ stroke-miterlimit="10"
1409
+ />
1410
+ <path
1411
+ d="M120.129 399.436L90.547 383.931L60.9648 399.436"
1412
+ stroke="white"
1413
+ stroke-width="1.5"
1414
+ stroke-miterlimit="10"
1415
+ />
1416
+ <path
1417
+ d="M90.5469 352.792L90.5469 383.931"
1418
+ stroke="white"
1419
+ stroke-width="1.5"
1420
+ stroke-miterlimit="10"
1421
+ />
1422
+ <path
1423
+ d="M150.282 352.792L150.282 321.782L120.699 306.148L91.1172 321.782L91.1172 352.792L120.699 368.296L150.282 352.792Z"
1424
+ stroke="white"
1425
+ stroke-width="1.5"
1426
+ stroke-miterlimit="10"
1427
+ />
1428
+ <path
1429
+ d="M149.711 352.792L120.129 337.287L90.5469 352.792"
1430
+ stroke="white"
1431
+ stroke-width="1.5"
1432
+ stroke-miterlimit="10"
1433
+ />
1434
+ <path
1435
+ d="M120.129 306.149L120.129 337.287"
1436
+ stroke="white"
1437
+ stroke-width="1.5"
1438
+ stroke-miterlimit="10"
1439
+ />
1440
+ <path
1441
+ d="M180.006 399.435L180.006 368.296L150.424 352.791L120.699 368.296L120.699 399.435L150.424 414.94L180.006 399.435Z"
1442
+ stroke="white"
1443
+ stroke-width="1.5"
1444
+ stroke-miterlimit="10"
1445
+ />
1446
+ <path
1447
+ d="M179.293 399.436L149.711 383.931L120.129 399.436"
1448
+ stroke="white"
1449
+ stroke-width="1.5"
1450
+ stroke-miterlimit="10"
1451
+ />
1452
+ <path
1453
+ d="M149.711 352.792L149.711 383.931"
1454
+ stroke="white"
1455
+ stroke-width="1.5"
1456
+ stroke-miterlimit="10"
1457
+ />
1458
+ <path
1459
+ d="M209.586 352.792L209.586 321.782L180.004 306.148L150.422 321.782L150.422 352.792L180.004 368.296L209.586 352.792Z"
1460
+ stroke="white"
1461
+ stroke-width="1.5"
1462
+ stroke-miterlimit="10"
1463
+ />
1464
+ <path
1465
+ d="M208.875 352.792L179.293 337.287L149.711 352.792"
1466
+ stroke="white"
1467
+ stroke-width="1.5"
1468
+ stroke-miterlimit="10"
1469
+ />
1470
+ <path
1471
+ d="M179.293 306.149L179.293 337.287"
1472
+ stroke="white"
1473
+ stroke-width="1.5"
1474
+ stroke-miterlimit="10"
1475
+ />
1476
+ <path
1477
+ d="M239.311 399.435L239.311 368.296L209.586 352.791L180.004 368.296L180.004 399.435L209.586 414.94L239.311 399.435Z"
1478
+ stroke="white"
1479
+ stroke-width="1.5"
1480
+ stroke-miterlimit="10"
1481
+ />
1482
+ <path
1483
+ d="M238.457 399.436L208.875 383.931L179.293 399.436"
1484
+ stroke="white"
1485
+ stroke-width="1.5"
1486
+ stroke-miterlimit="10"
1487
+ />
1488
+ <path
1489
+ d="M208.875 352.792L208.875 383.931"
1490
+ stroke="white"
1491
+ stroke-width="1.5"
1492
+ stroke-miterlimit="10"
1493
+ />
1494
+ <path
1495
+ d="M268.893 352.792L268.893 321.782L239.31 306.148L209.586 321.782L209.586 352.792L239.31 368.296L268.893 352.792Z"
1496
+ stroke="white"
1497
+ stroke-width="1.5"
1498
+ stroke-miterlimit="10"
1499
+ />
1500
+ <path
1501
+ d="M268.039 352.792L238.457 337.287L208.875 352.792"
1502
+ stroke="white"
1503
+ stroke-width="1.5"
1504
+ stroke-miterlimit="10"
1505
+ />
1506
+ <path
1507
+ d="M238.457 306.149L238.457 337.287"
1508
+ stroke="white"
1509
+ stroke-width="1.5"
1510
+ stroke-miterlimit="10"
1511
+ />
1512
+ <path
1513
+ d="M298.619 399.435L298.619 368.296L268.895 352.791L239.312 368.296L239.312 399.435L268.895 414.94L298.619 399.435Z"
1514
+ stroke="white"
1515
+ stroke-width="1.5"
1516
+ stroke-miterlimit="10"
1517
+ />
1518
+ <path
1519
+ d="M297.764 399.436L268.181 383.931L238.457 399.436"
1520
+ stroke="white"
1521
+ stroke-width="1.5"
1522
+ stroke-miterlimit="10"
1523
+ />
1524
+ <path
1525
+ d="M268.184 352.792L268.184 383.931"
1526
+ stroke="white"
1527
+ stroke-width="1.5"
1528
+ stroke-miterlimit="10"
1529
+ />
1530
+ <path
1531
+ d="M328.201 352.792L328.201 321.782L298.619 306.148L268.895 321.782L268.895 352.792L298.619 368.296L328.201 352.792Z"
1532
+ stroke="white"
1533
+ stroke-width="1.5"
1534
+ stroke-miterlimit="10"
1535
+ />
1536
+ <path
1537
+ d="M327.348 352.792L297.766 337.287L268.184 352.792"
1538
+ stroke="white"
1539
+ stroke-width="1.5"
1540
+ stroke-miterlimit="10"
1541
+ />
1542
+ <path
1543
+ d="M297.766 306.149L297.766 337.287"
1544
+ stroke="white"
1545
+ stroke-width="1.5"
1546
+ stroke-miterlimit="10"
1547
+ />
1548
+ <path
1549
+ d="M357.924 399.435L357.924 368.296L328.199 352.791L298.617 368.296L298.617 399.435L328.199 414.94L357.924 399.435Z"
1550
+ stroke="white"
1551
+ stroke-width="1.5"
1552
+ stroke-miterlimit="10"
1553
+ />
1554
+ <path
1555
+ d="M356.93 399.436L327.348 383.931L297.766 399.436"
1556
+ stroke="white"
1557
+ stroke-width="1.5"
1558
+ stroke-miterlimit="10"
1559
+ />
1560
+ <path
1561
+ d="M327.348 352.792L327.348 383.931"
1562
+ stroke="white"
1563
+ stroke-width="1.5"
1564
+ stroke-miterlimit="10"
1565
+ />
1566
+ <path
1567
+ d="M387.506 352.792L387.506 321.782L357.924 306.148L328.199 321.782L328.199 352.792L357.924 368.296L387.506 352.792Z"
1568
+ stroke="white"
1569
+ stroke-width="1.5"
1570
+ stroke-miterlimit="10"
1571
+ />
1572
+ <path
1573
+ d="M386.512 352.792L356.93 337.287L327.348 352.792"
1574
+ stroke="white"
1575
+ stroke-width="1.5"
1576
+ stroke-miterlimit="10"
1577
+ />
1578
+ <path
1579
+ d="M356.93 306.149L356.93 337.287"
1580
+ stroke="white"
1581
+ stroke-width="1.5"
1582
+ stroke-miterlimit="10"
1583
+ />
1584
+ <path
1585
+ d="M417.09 399.435L417.09 368.296L387.508 352.791L357.926 368.296L357.926 399.435L387.508 414.94L417.09 399.435Z"
1586
+ stroke="white"
1587
+ stroke-width="1.5"
1588
+ stroke-miterlimit="10"
1589
+ />
1590
+ <path
1591
+ d="M416.094 399.436L386.512 383.931L356.93 399.436"
1592
+ stroke="white"
1593
+ stroke-width="1.5"
1594
+ stroke-miterlimit="10"
1595
+ />
1596
+ <path
1597
+ d="M386.512 352.792L386.512 383.931"
1598
+ stroke="white"
1599
+ stroke-width="1.5"
1600
+ stroke-miterlimit="10"
1601
+ />
1602
+ <path
1603
+ d="M446.814 352.792L446.814 321.782L417.09 306.148L387.508 321.782L387.508 352.792L417.09 368.296L446.814 352.792Z"
1604
+ stroke="white"
1605
+ stroke-width="1.5"
1606
+ stroke-miterlimit="10"
1607
+ />
1608
+ <path
1609
+ d="M445.676 352.792L416.094 337.287L386.512 352.792"
1610
+ stroke="white"
1611
+ stroke-width="1.5"
1612
+ stroke-miterlimit="10"
1613
+ />
1614
+ <path
1615
+ d="M416.094 306.149L416.094 337.287"
1616
+ stroke="white"
1617
+ stroke-width="1.5"
1618
+ stroke-miterlimit="10"
1619
+ />
1620
+ <path
1621
+ d="M476.397 399.435L476.397 368.296L446.814 352.791L417.09 368.296L417.09 399.435L446.814 414.94L476.397 399.435Z"
1622
+ stroke="white"
1623
+ stroke-width="1.5"
1624
+ stroke-miterlimit="10"
1625
+ />
1626
+ <path
1627
+ d="M475.258 399.436L445.676 383.931L416.094 399.436"
1628
+ stroke="white"
1629
+ stroke-width="1.5"
1630
+ stroke-miterlimit="10"
1631
+ />
1632
+ <path
1633
+ d="M445.676 352.792L445.676 383.931"
1634
+ stroke="white"
1635
+ stroke-width="1.5"
1636
+ stroke-miterlimit="10"
1637
+ />
1638
+ <path
1639
+ d="M506.119 352.792L506.119 321.782L476.395 306.148L446.812 321.782L446.812 352.792L476.395 368.296L506.119 352.792Z"
1640
+ stroke="white"
1641
+ stroke-width="1.5"
1642
+ stroke-miterlimit="10"
1643
+ />
1644
+ <path
1645
+ d="M504.84 352.792L475.258 337.287L445.676 352.792"
1646
+ stroke="white"
1647
+ stroke-width="1.5"
1648
+ stroke-miterlimit="10"
1649
+ />
1650
+ <path
1651
+ d="M475.258 306.149L475.258 337.287"
1652
+ stroke="white"
1653
+ stroke-width="1.5"
1654
+ stroke-miterlimit="10"
1655
+ />
1656
+ <path
1657
+ d="M535.701 399.435L535.701 368.296L506.119 352.791L476.395 368.296L476.395 399.435L506.119 414.94L535.701 399.435Z"
1658
+ stroke="white"
1659
+ stroke-width="1.5"
1660
+ stroke-miterlimit="10"
1661
+ />
1662
+ <path
1663
+ d="M534.422 399.436L504.84 383.931L475.258 399.436"
1664
+ stroke="white"
1665
+ stroke-width="1.5"
1666
+ stroke-miterlimit="10"
1667
+ />
1668
+ <path
1669
+ d="M504.84 352.792L504.84 383.931"
1670
+ stroke="white"
1671
+ stroke-width="1.5"
1672
+ stroke-miterlimit="10"
1673
+ />
1674
+ <path
1675
+ d="M565.428 352.792L565.428 321.782L535.703 306.148L506.121 321.782L506.121 352.792L535.703 368.296L565.428 352.792Z"
1676
+ stroke="white"
1677
+ stroke-width="1.5"
1678
+ stroke-miterlimit="10"
1679
+ />
1680
+ <path
1681
+ d="M564.004 352.792L534.422 337.287L504.84 352.792"
1682
+ stroke="white"
1683
+ stroke-width="1.5"
1684
+ stroke-miterlimit="10"
1685
+ />
1686
+ <path
1687
+ d="M534.422 306.149L534.422 337.287"
1688
+ stroke="white"
1689
+ stroke-width="1.5"
1690
+ stroke-miterlimit="10"
1691
+ />
1692
+ <path
1693
+ d="M595.01 399.435L595.01 368.296L565.428 352.791L535.703 368.296L535.703 399.435L565.428 414.94L595.01 399.435Z"
1694
+ stroke="white"
1695
+ stroke-width="1.5"
1696
+ stroke-miterlimit="10"
1697
+ />
1698
+ <path
1699
+ d="M593.586 399.436L564.004 383.931L534.422 399.436"
1700
+ stroke="white"
1701
+ stroke-width="1.5"
1702
+ stroke-miterlimit="10"
1703
+ />
1704
+ <path
1705
+ d="M2.08632 492.723L2.08632 461.713L-27.4959 446.08L-57.0781 461.713L-57.0781 492.723L-27.4959 508.357L2.08632 492.723Z"
1706
+ stroke="white"
1707
+ stroke-width="1.5"
1708
+ stroke-miterlimit="10"
1709
+ />
1710
+ <path
1711
+ d="M1.80117 492.722L-27.7811 477.217L-57.3633 492.722"
1712
+ stroke="white"
1713
+ stroke-width="1.5"
1714
+ stroke-miterlimit="10"
1715
+ />
1716
+ <path
1717
+ d="M31.8067 446.08L31.8067 415.07L2.08222 399.436L-27.5 415.07L-27.5 446.08L2.08222 461.714L31.8067 446.08Z"
1718
+ stroke="white"
1719
+ stroke-width="1.5"
1720
+ stroke-miterlimit="10"
1721
+ />
1722
+ <path
1723
+ d="M31.3832 446.078L1.80097 430.574L-27.7812 446.078"
1724
+ stroke="white"
1725
+ stroke-width="1.5"
1726
+ stroke-miterlimit="10"
1727
+ />
1728
+ <path
1729
+ d="M1.80078 399.434L1.80078 430.573"
1730
+ stroke="white"
1731
+ stroke-width="1.5"
1732
+ stroke-miterlimit="10"
1733
+ />
1734
+ <path
1735
+ d="M61.3926 492.723L61.3926 461.713L31.8104 446.08L2.08594 461.713L2.08594 492.723L31.8104 508.357L61.3926 492.723Z"
1736
+ stroke="white"
1737
+ stroke-width="1.5"
1738
+ stroke-miterlimit="10"
1739
+ />
1740
+ <path
1741
+ d="M60.9652 492.722L31.383 477.217L1.80078 492.722"
1742
+ stroke="white"
1743
+ stroke-width="1.5"
1744
+ stroke-miterlimit="10"
1745
+ />
1746
+ <path
1747
+ d="M31.3828 446.078L31.3828 477.216"
1748
+ stroke="white"
1749
+ stroke-width="1.5"
1750
+ stroke-miterlimit="10"
1751
+ />
1752
+ <path
1753
+ d="M91.1152 446.08L91.1152 415.07L61.3908 399.436L31.8086 415.07L31.8086 446.08L61.3908 461.714L91.1152 446.08Z"
1754
+ stroke="white"
1755
+ stroke-width="1.5"
1756
+ stroke-miterlimit="10"
1757
+ />
1758
+ <path
1759
+ d="M90.5473 446.078L60.9651 430.574L31.3828 446.078"
1760
+ stroke="white"
1761
+ stroke-width="1.5"
1762
+ stroke-miterlimit="10"
1763
+ />
1764
+ <path
1765
+ d="M60.9648 399.434L60.9648 430.573"
1766
+ stroke="white"
1767
+ stroke-width="1.5"
1768
+ stroke-miterlimit="10"
1769
+ />
1770
+ <path
1771
+ d="M120.697 492.723L120.697 461.713L91.1151 446.08L61.3906 461.713L61.3906 492.723L91.1151 508.357L120.697 492.723Z"
1772
+ stroke="white"
1773
+ stroke-width="1.5"
1774
+ stroke-miterlimit="10"
1775
+ />
1776
+ <path
1777
+ d="M120.129 492.722L90.547 477.217L60.9648 492.722"
1778
+ stroke="white"
1779
+ stroke-width="1.5"
1780
+ stroke-miterlimit="10"
1781
+ />
1782
+ <path
1783
+ d="M90.5469 446.078L90.5469 477.216"
1784
+ stroke="white"
1785
+ stroke-width="1.5"
1786
+ stroke-miterlimit="10"
1787
+ />
1788
+ <path
1789
+ d="M150.282 446.08L150.282 415.07L120.699 399.436L91.1172 415.07L91.1172 446.08L120.699 461.714L150.282 446.08Z"
1790
+ stroke="white"
1791
+ stroke-width="1.5"
1792
+ stroke-miterlimit="10"
1793
+ />
1794
+ <path
1795
+ d="M149.711 446.078L120.129 430.574L90.5469 446.078"
1796
+ stroke="white"
1797
+ stroke-width="1.5"
1798
+ stroke-miterlimit="10"
1799
+ />
1800
+ <path
1801
+ d="M120.129 399.434L120.129 430.573"
1802
+ stroke="white"
1803
+ stroke-width="1.5"
1804
+ stroke-miterlimit="10"
1805
+ />
1806
+ <path
1807
+ d="M180.006 492.723L180.006 461.713L150.424 446.08L120.699 461.713L120.699 492.723L150.424 508.357L180.006 492.723Z"
1808
+ stroke="white"
1809
+ stroke-width="1.5"
1810
+ stroke-miterlimit="10"
1811
+ />
1812
+ <path
1813
+ d="M179.293 492.722L149.711 477.217L120.129 492.722"
1814
+ stroke="white"
1815
+ stroke-width="1.5"
1816
+ stroke-miterlimit="10"
1817
+ />
1818
+ <path
1819
+ d="M149.711 446.078L149.711 477.216"
1820
+ stroke="white"
1821
+ stroke-width="1.5"
1822
+ stroke-miterlimit="10"
1823
+ />
1824
+ <path
1825
+ d="M209.586 446.08L209.586 415.07L180.004 399.436L150.422 415.07L150.422 446.08L180.004 461.714L209.586 446.08Z"
1826
+ stroke="white"
1827
+ stroke-width="1.5"
1828
+ stroke-miterlimit="10"
1829
+ />
1830
+ <path
1831
+ d="M208.875 446.078L179.293 430.574L149.711 446.078"
1832
+ stroke="white"
1833
+ stroke-width="1.5"
1834
+ stroke-miterlimit="10"
1835
+ />
1836
+ <path
1837
+ d="M179.293 399.434L179.293 430.573"
1838
+ stroke="white"
1839
+ stroke-width="1.5"
1840
+ stroke-miterlimit="10"
1841
+ />
1842
+ <path
1843
+ d="M239.311 492.723L239.311 461.713L209.586 446.08L180.004 461.713L180.004 492.723L209.586 508.357L239.311 492.723Z"
1844
+ stroke="white"
1845
+ stroke-width="1.5"
1846
+ stroke-miterlimit="10"
1847
+ />
1848
+ <path
1849
+ d="M238.457 492.722L208.875 477.217L179.293 492.722"
1850
+ stroke="white"
1851
+ stroke-width="1.5"
1852
+ stroke-miterlimit="10"
1853
+ />
1854
+ <path
1855
+ d="M208.875 446.078L208.875 477.216"
1856
+ stroke="white"
1857
+ stroke-width="1.5"
1858
+ stroke-miterlimit="10"
1859
+ />
1860
+ <path
1861
+ d="M268.893 446.08L268.893 415.07L239.31 399.436L209.586 415.07L209.586 446.08L239.31 461.714L268.893 446.08Z"
1862
+ stroke="white"
1863
+ stroke-width="1.5"
1864
+ stroke-miterlimit="10"
1865
+ />
1866
+ <path
1867
+ d="M268.039 446.078L238.457 430.574L208.875 446.078"
1868
+ stroke="white"
1869
+ stroke-width="1.5"
1870
+ stroke-miterlimit="10"
1871
+ />
1872
+ <path
1873
+ d="M238.457 399.434L238.457 430.573"
1874
+ stroke="white"
1875
+ stroke-width="1.5"
1876
+ stroke-miterlimit="10"
1877
+ />
1878
+ <path
1879
+ d="M298.619 492.723L298.619 461.713L268.895 446.08L239.312 461.713L239.312 492.723L268.895 508.357L298.619 492.723Z"
1880
+ stroke="white"
1881
+ stroke-width="1.5"
1882
+ stroke-miterlimit="10"
1883
+ />
1884
+ <path
1885
+ d="M297.764 492.722L268.181 477.217L238.457 492.722"
1886
+ stroke="white"
1887
+ stroke-width="1.5"
1888
+ stroke-miterlimit="10"
1889
+ />
1890
+ <path
1891
+ d="M268.184 446.078L268.184 477.216"
1892
+ stroke="white"
1893
+ stroke-width="1.5"
1894
+ stroke-miterlimit="10"
1895
+ />
1896
+ <path
1897
+ d="M328.201 446.08L328.201 415.07L298.619 399.436L268.895 415.07L268.895 446.08L298.619 461.714L328.201 446.08Z"
1898
+ stroke="white"
1899
+ stroke-width="1.5"
1900
+ stroke-miterlimit="10"
1901
+ />
1902
+ <path
1903
+ d="M327.348 446.078L297.766 430.574L268.184 446.078"
1904
+ stroke="white"
1905
+ stroke-width="1.5"
1906
+ stroke-miterlimit="10"
1907
+ />
1908
+ <path
1909
+ d="M297.766 399.434L297.766 430.573"
1910
+ stroke="white"
1911
+ stroke-width="1.5"
1912
+ stroke-miterlimit="10"
1913
+ />
1914
+ <path
1915
+ d="M357.924 492.723L357.924 461.713L328.199 446.08L298.617 461.713L298.617 492.723L328.199 508.357L357.924 492.723Z"
1916
+ stroke="white"
1917
+ stroke-width="1.5"
1918
+ stroke-miterlimit="10"
1919
+ />
1920
+ <path
1921
+ d="M356.93 492.722L327.348 477.217L297.766 492.722"
1922
+ stroke="white"
1923
+ stroke-width="1.5"
1924
+ stroke-miterlimit="10"
1925
+ />
1926
+ <path
1927
+ d="M327.348 446.078L327.348 477.216"
1928
+ stroke="white"
1929
+ stroke-width="1.5"
1930
+ stroke-miterlimit="10"
1931
+ />
1932
+ <path
1933
+ d="M387.506 446.08L387.506 415.07L357.924 399.436L328.199 415.07L328.199 446.08L357.924 461.714L387.506 446.08Z"
1934
+ stroke="white"
1935
+ stroke-width="1.5"
1936
+ stroke-miterlimit="10"
1937
+ />
1938
+ <path
1939
+ d="M386.512 446.078L356.93 430.574L327.348 446.078"
1940
+ stroke="white"
1941
+ stroke-width="1.5"
1942
+ stroke-miterlimit="10"
1943
+ />
1944
+ <path
1945
+ d="M356.93 399.434L356.93 430.573"
1946
+ stroke="white"
1947
+ stroke-width="1.5"
1948
+ stroke-miterlimit="10"
1949
+ />
1950
+ <path
1951
+ d="M417.09 492.723L417.09 461.713L387.508 446.08L357.926 461.713L357.926 492.723L387.508 508.357L417.09 492.723Z"
1952
+ stroke="white"
1953
+ stroke-width="1.5"
1954
+ stroke-miterlimit="10"
1955
+ />
1956
+ <path
1957
+ d="M416.094 492.722L386.512 477.217L356.93 492.722"
1958
+ stroke="white"
1959
+ stroke-width="1.5"
1960
+ stroke-miterlimit="10"
1961
+ />
1962
+ <path
1963
+ d="M386.512 446.078L386.512 477.216"
1964
+ stroke="white"
1965
+ stroke-width="1.5"
1966
+ stroke-miterlimit="10"
1967
+ />
1968
+ <path
1969
+ d="M446.814 446.08L446.814 415.07L417.09 399.436L387.508 415.07L387.508 446.08L417.09 461.714L446.814 446.08Z"
1970
+ stroke="white"
1971
+ stroke-width="1.5"
1972
+ stroke-miterlimit="10"
1973
+ />
1974
+ <path
1975
+ d="M445.676 446.078L416.094 430.574L386.512 446.078"
1976
+ stroke="white"
1977
+ stroke-width="1.5"
1978
+ stroke-miterlimit="10"
1979
+ />
1980
+ <path
1981
+ d="M416.094 399.434L416.094 430.573"
1982
+ stroke="white"
1983
+ stroke-width="1.5"
1984
+ stroke-miterlimit="10"
1985
+ />
1986
+ <path
1987
+ d="M476.397 492.723L476.397 461.713L446.814 446.08L417.09 461.713L417.09 492.723L446.814 508.357L476.397 492.723Z"
1988
+ stroke="white"
1989
+ stroke-width="1.5"
1990
+ stroke-miterlimit="10"
1991
+ />
1992
+ <path
1993
+ d="M475.258 492.722L445.676 477.217L416.094 492.722"
1994
+ stroke="white"
1995
+ stroke-width="1.5"
1996
+ stroke-miterlimit="10"
1997
+ />
1998
+ <path
1999
+ d="M445.676 446.078L445.676 477.216"
2000
+ stroke="white"
2001
+ stroke-width="1.5"
2002
+ stroke-miterlimit="10"
2003
+ />
2004
+ <path
2005
+ d="M506.119 446.08L506.119 415.07L476.395 399.436L446.812 415.07L446.812 446.08L476.395 461.714L506.119 446.08Z"
2006
+ stroke="white"
2007
+ stroke-width="1.5"
2008
+ stroke-miterlimit="10"
2009
+ />
2010
+ <path
2011
+ d="M504.84 446.078L475.258 430.574L445.676 446.078"
2012
+ stroke="white"
2013
+ stroke-width="1.5"
2014
+ stroke-miterlimit="10"
2015
+ />
2016
+ <path
2017
+ d="M475.258 399.434L475.258 430.573"
2018
+ stroke="white"
2019
+ stroke-width="1.5"
2020
+ stroke-miterlimit="10"
2021
+ />
2022
+ <path
2023
+ d="M535.701 492.722L535.701 461.712L506.119 446.079L476.395 461.712L476.395 492.722L506.119 508.356L535.701 492.722Z"
2024
+ stroke="white"
2025
+ stroke-width="1.5"
2026
+ stroke-miterlimit="10"
2027
+ />
2028
+ <path
2029
+ d="M534.422 492.722L504.84 477.217L475.258 492.722"
2030
+ stroke="white"
2031
+ stroke-width="1.5"
2032
+ stroke-miterlimit="10"
2033
+ />
2034
+ <path
2035
+ d="M504.84 446.078L504.84 477.216"
2036
+ stroke="white"
2037
+ stroke-width="1.5"
2038
+ stroke-miterlimit="10"
2039
+ />
2040
+ <path
2041
+ d="M565.428 446.079L565.428 415.069L535.703 399.435L506.121 415.069L506.121 446.079L535.703 461.713L565.428 446.079Z"
2042
+ stroke="white"
2043
+ stroke-width="1.5"
2044
+ stroke-miterlimit="10"
2045
+ />
2046
+ <path
2047
+ d="M564.004 446.078L534.422 430.574L504.84 446.078"
2048
+ stroke="white"
2049
+ stroke-width="1.5"
2050
+ stroke-miterlimit="10"
2051
+ />
2052
+ <path
2053
+ d="M534.422 399.434L534.422 430.573"
2054
+ stroke="white"
2055
+ stroke-width="1.5"
2056
+ stroke-miterlimit="10"
2057
+ />
2058
+ <path
2059
+ d="M595.01 492.722L595.01 461.712L565.428 446.079L535.703 461.712L535.703 492.722L565.428 508.356L595.01 492.722Z"
2060
+ stroke="white"
2061
+ stroke-width="1.5"
2062
+ stroke-miterlimit="10"
2063
+ />
2064
+ <path
2065
+ d="M593.586 492.722L564.004 477.217L534.422 492.722"
2066
+ stroke="white"
2067
+ stroke-width="1.5"
2068
+ stroke-miterlimit="10"
2069
+ />
2070
+ <path
2071
+ d="M31.8067 539.365L31.8067 508.356L2.08222 492.722L-27.5 508.356L-27.5 539.365L2.08222 554.999L31.8067 539.365Z"
2072
+ stroke="white"
2073
+ stroke-width="1.5"
2074
+ stroke-miterlimit="10"
2075
+ />
2076
+ <path
2077
+ d="M31.3832 539.365L1.80097 523.86L-27.7812 539.365"
2078
+ stroke="white"
2079
+ stroke-width="1.5"
2080
+ stroke-miterlimit="10"
2081
+ />
2082
+ <path
2083
+ d="M1.80078 492.722L1.80078 523.86"
2084
+ stroke="white"
2085
+ stroke-width="1.5"
2086
+ stroke-miterlimit="10"
2087
+ />
2088
+ <path
2089
+ d="M91.1152 539.365L91.1152 508.356L61.3908 492.722L31.8086 508.356L31.8086 539.365L61.3908 554.999L91.1152 539.365Z"
2090
+ stroke="white"
2091
+ stroke-width="1.5"
2092
+ stroke-miterlimit="10"
2093
+ />
2094
+ <path
2095
+ d="M90.5473 539.365L60.9651 523.86L31.3828 539.365"
2096
+ stroke="white"
2097
+ stroke-width="1.5"
2098
+ stroke-miterlimit="10"
2099
+ />
2100
+ <path
2101
+ d="M60.9648 492.722L60.9648 523.86"
2102
+ stroke="white"
2103
+ stroke-width="1.5"
2104
+ stroke-miterlimit="10"
2105
+ />
2106
+ <path
2107
+ d="M150.282 539.365L150.282 508.356L120.699 492.722L91.1172 508.356L91.1172 539.365L120.699 554.999L150.282 539.365Z"
2108
+ stroke="white"
2109
+ stroke-width="1.5"
2110
+ stroke-miterlimit="10"
2111
+ />
2112
+ <path
2113
+ d="M149.711 539.365L120.129 523.86L90.5469 539.365"
2114
+ stroke="white"
2115
+ stroke-width="1.5"
2116
+ stroke-miterlimit="10"
2117
+ />
2118
+ <path
2119
+ d="M120.129 492.722L120.129 523.86"
2120
+ stroke="white"
2121
+ stroke-width="1.5"
2122
+ stroke-miterlimit="10"
2123
+ />
2124
+ <path
2125
+ d="M209.586 539.365L209.586 508.356L180.004 492.722L150.422 508.356L150.422 539.365L180.004 554.999L209.586 539.365Z"
2126
+ stroke="white"
2127
+ stroke-width="1.5"
2128
+ stroke-miterlimit="10"
2129
+ />
2130
+ <path
2131
+ d="M208.875 539.365L179.293 523.86L149.711 539.365"
2132
+ stroke="white"
2133
+ stroke-width="1.5"
2134
+ stroke-miterlimit="10"
2135
+ />
2136
+ <path
2137
+ d="M179.293 492.722L179.293 523.86"
2138
+ stroke="white"
2139
+ stroke-width="1.5"
2140
+ stroke-miterlimit="10"
2141
+ />
2142
+ <path
2143
+ d="M268.893 539.365L268.893 508.356L239.31 492.722L209.586 508.356L209.586 539.365L239.31 554.999L268.893 539.365Z"
2144
+ stroke="white"
2145
+ stroke-width="1.5"
2146
+ stroke-miterlimit="10"
2147
+ />
2148
+ <path
2149
+ d="M268.039 539.365L238.457 523.86L208.875 539.365"
2150
+ stroke="white"
2151
+ stroke-width="1.5"
2152
+ stroke-miterlimit="10"
2153
+ />
2154
+ <path
2155
+ d="M238.457 492.722L238.457 523.86"
2156
+ stroke="white"
2157
+ stroke-width="1.5"
2158
+ stroke-miterlimit="10"
2159
+ />
2160
+ <path
2161
+ d="M328.201 539.365L328.201 508.356L298.619 492.722L268.895 508.356L268.895 539.365L298.619 554.999L328.201 539.365Z"
2162
+ stroke="white"
2163
+ stroke-width="1.5"
2164
+ stroke-miterlimit="10"
2165
+ />
2166
+ <path
2167
+ d="M327.344 539.365L297.762 523.86L268.18 539.365"
2168
+ stroke="white"
2169
+ stroke-width="1.5"
2170
+ stroke-miterlimit="10"
2171
+ />
2172
+ <path
2173
+ d="M297.766 492.722L297.766 523.86"
2174
+ stroke="white"
2175
+ stroke-width="1.5"
2176
+ stroke-miterlimit="10"
2177
+ />
2178
+ <path
2179
+ d="M387.506 539.365L387.506 508.356L357.924 492.722L328.199 508.356L328.199 539.365L357.924 554.999L387.506 539.365Z"
2180
+ stroke="white"
2181
+ stroke-width="1.5"
2182
+ stroke-miterlimit="10"
2183
+ />
2184
+ <path
2185
+ d="M386.512 539.365L356.93 523.86L327.348 539.365"
2186
+ stroke="white"
2187
+ stroke-width="1.5"
2188
+ stroke-miterlimit="10"
2189
+ />
2190
+ <path
2191
+ d="M356.93 492.722L356.93 523.86"
2192
+ stroke="white"
2193
+ stroke-width="1.5"
2194
+ stroke-miterlimit="10"
2195
+ />
2196
+ <path
2197
+ d="M446.814 539.365L446.814 508.356L417.09 492.722L387.508 508.356L387.508 539.365L417.09 554.999L446.814 539.365Z"
2198
+ stroke="white"
2199
+ stroke-width="1.5"
2200
+ stroke-miterlimit="10"
2201
+ />
2202
+ <path
2203
+ d="M445.676 539.365L416.094 523.86L386.512 539.365"
2204
+ stroke="white"
2205
+ stroke-width="1.5"
2206
+ stroke-miterlimit="10"
2207
+ />
2208
+ <path
2209
+ d="M416.094 492.722L416.094 523.86"
2210
+ stroke="white"
2211
+ stroke-width="1.5"
2212
+ stroke-miterlimit="10"
2213
+ />
2214
+ <path
2215
+ d="M506.119 539.365L506.119 508.356L476.395 492.722L446.812 508.356L446.812 539.365L476.395 554.999L506.119 539.365Z"
2216
+ stroke="white"
2217
+ stroke-width="1.5"
2218
+ stroke-miterlimit="10"
2219
+ />
2220
+ <path
2221
+ d="M504.84 539.365L475.258 523.86L445.676 539.365"
2222
+ stroke="white"
2223
+ stroke-width="1.5"
2224
+ stroke-miterlimit="10"
2225
+ />
2226
+ <path
2227
+ d="M475.258 492.722L475.258 523.86"
2228
+ stroke="white"
2229
+ stroke-width="1.5"
2230
+ stroke-miterlimit="10"
2231
+ />
2232
+ <path
2233
+ d="M565.428 539.365L565.428 508.356L535.703 492.722L506.121 508.356L506.121 539.365L535.703 554.999L565.428 539.365Z"
2234
+ stroke="white"
2235
+ stroke-width="1.5"
2236
+ stroke-miterlimit="10"
2237
+ />
2238
+ <path
2239
+ d="M564.004 539.365L534.422 523.86L504.84 539.365"
2240
+ stroke="white"
2241
+ stroke-width="1.5"
2242
+ stroke-miterlimit="10"
2243
+ />
2244
+ <path
2245
+ d="M534.422 492.722L534.422 523.86"
2246
+ stroke="white"
2247
+ stroke-width="1.5"
2248
+ stroke-miterlimit="10"
2249
+ />
2250
+ </g>
2251
+ </g>
2252
+ <mask
2253
+ id="path-369-inside-1_2407_466"
2254
+ fill="white"
2255
+ >
2256
+ <path
2257
+ fill-rule="evenodd"
2258
+ clip-rule="evenodd"
2259
+ d="M519 43C519 28.6406 507.359 17 493 17H43C28.6406 17 17 28.6406 17 43V493C17 507.359 28.6406 519 43 519H356C370.359 519 382 507.359 382 493V380C382 377.791 383.791 376 386 376H493C507.359 376 519 364.359 519 350V43Z"
2260
+ />
2261
+ </mask>
2262
+ <path
2263
+ fill-rule="evenodd"
2264
+ clip-rule="evenodd"
2265
+ d="M519 43C519 28.6406 507.359 17 493 17H43C28.6406 17 17 28.6406 17 43V493C17 507.359 28.6406 519 43 519H356C370.359 519 382 507.359 382 493V380C382 377.791 383.791 376 386 376H493C507.359 376 519 364.359 519 350V43Z"
2266
+ fill="${subColor}"
2267
+ />
2268
+ <path
2269
+ d="M43 25H493V9H43V25ZM25 493V43H9V493H25ZM356 511H43V527H356V511ZM390 493V380H374V493H390ZM390 380C390 382.209 388.209 384 386 384V368C379.373 368 374 373.373 374 380H390ZM386 384H493V368H386V384ZM511 43V350H527V43H511ZM356 527C374.778 527 390 511.778 390 493H374C374 502.941 365.941 511 356 511V527ZM9 493C9 511.778 24.2223 527 43 527V511C33.0589 511 25 502.941 25 493H9ZM493 384C511.778 384 527 368.778 527 350H511C511 359.941 502.941 368 493 368V384ZM493 25C502.941 25 511 33.0589 511 43H527C527 24.2223 511.778 9 493 9V25ZM43 9C24.2223 9 9 24.2223 9 43H25C25 33.0589 33.0589 25 43 25V9Z"
2270
+ fill="${mainColor}"
2271
+ mask="url(#path-369-inside-1_2407_466)"
2272
+ />
2273
+ <mask
2274
+ id="path-371-inside-2_2407_466"
2275
+ fill="white"
2276
+ >
2277
+ <path
2278
+ fill-rule="evenodd"
2279
+ clip-rule="evenodd"
2280
+ d="M501 55C501 43.9543 492.046 35 481 35H55C43.9543 35 35 43.9543 35 55V481C35 492.046 43.9543 501 55 501H341C352.046 501 361 492.046 361 481V370C361 362.268 367.268 356 375 356H481C492.046 356 501 347.046 501 336V55Z"
2281
+ />
2282
+ </mask>
2283
+ <path
2284
+ fill-rule="evenodd"
2285
+ clip-rule="evenodd"
2286
+ d="M501 55C501 43.9543 492.046 35 481 35H55C43.9543 35 35 43.9543 35 55V481C35 492.046 43.9543 501 55 501H341C352.046 501 361 492.046 361 481V370C361 362.268 367.268 356 375 356H481C492.046 356 501 347.046 501 336V55Z"
2287
+ fill="${subColor}"
2288
+ />
2289
+ <path
2290
+ d="M55 41H481V29H55V41ZM41 481V55H29V481H41ZM341 495H55V507H341V495ZM367 481V370H355V481H367ZM367 370C367 365.582 370.582 362 375 362V350C363.954 350 355 358.954 355 370H367ZM375 362H481V350H375V362ZM495 55V336H507V55H495ZM341 507C355.359 507 367 495.359 367 481H355C355 488.732 348.732 495 341 495V507ZM29 481C29 495.359 40.6406 507 55 507V495C47.268 495 41 488.732 41 481H29ZM481 362C495.359 362 507 350.359 507 336H495C495 343.732 488.732 350 481 350V362ZM481 41C488.732 41 495 47.268 495 55H507C507 40.6406 495.359 29 481 29V41ZM55 29C40.6406 29 29 40.6406 29 55H41C41 47.268 47.268 41 55 41V29Z"
2291
+ fill="${mainColor}"
2292
+ mask="url(#path-371-inside-2_2407_466)"
2293
+ />
2294
+ <path
2295
+ d="M469 171L67 171"
2296
+ stroke="${mainColor}"
2297
+ stroke-width="2"
2298
+ />
2299
+ <path
2300
+ d="M329 355H67"
2301
+ stroke="${mainColor}"
2302
+ stroke-width="2"
2303
+ />
239
2304
  </svg>
240
2305
  `;
241
2306
  }