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