@alfalab/core-components 47.13.0 → 47.14.0-beta.2

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 (5504) hide show
  1. package/accordion/Component.js +1 -1
  2. package/accordion/components/default-control-icon/Component.js +1 -1
  3. package/accordion/components/default-control-icon/index.css +5 -5
  4. package/accordion/cssm/docs/demo.css +2 -1
  5. package/accordion/cssm/index.module.css +5 -3
  6. package/accordion/esm/Component.js +1 -1
  7. package/accordion/esm/components/default-control-icon/Component.js +1 -1
  8. package/accordion/esm/components/default-control-icon/index.css +5 -5
  9. package/accordion/esm/index.css +15 -13
  10. package/accordion/index.css +15 -13
  11. package/accordion/modern/Component.js +1 -1
  12. package/accordion/modern/components/default-control-icon/Component.js +1 -1
  13. package/accordion/modern/components/default-control-icon/index.css +5 -5
  14. package/accordion/modern/index.css +15 -13
  15. package/accordion/moderncssm/Component.d.ts +62 -0
  16. package/accordion/moderncssm/Component.js +44 -0
  17. package/accordion/moderncssm/browser-a216f694.d.ts +6 -0
  18. package/accordion/moderncssm/components/default-control-icon/Component.d.ts +7 -0
  19. package/accordion/moderncssm/components/default-control-icon/Component.js +11 -0
  20. package/accordion/moderncssm/components/default-control-icon/index.d.ts +1 -0
  21. package/accordion/moderncssm/components/default-control-icon/index.js +5 -0
  22. package/accordion/moderncssm/components/default-control-icon/index.module.css +15 -0
  23. package/accordion/moderncssm/components/index.d.ts +1 -0
  24. package/accordion/moderncssm/components/index.js +5 -0
  25. package/accordion/moderncssm/docs/demo.css +38 -0
  26. package/accordion/moderncssm/hooks/index.d.ts +1 -0
  27. package/accordion/moderncssm/hooks/index.js +4 -0
  28. package/accordion/moderncssm/hooks/useMeasureHeight.d.ts +3 -0
  29. package/accordion/moderncssm/hooks/useMeasureHeight.js +55 -0
  30. package/accordion/moderncssm/index.d.ts +2 -0
  31. package/accordion/moderncssm/index.js +11 -0
  32. package/accordion/moderncssm/index.module.css +50 -0
  33. package/accordion/moderncssm/typings.d.ts +2 -0
  34. package/accordion/moderncssm/typings.js +1 -0
  35. package/accordion/moderncssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  36. package/action-button/Component.js +4 -4
  37. package/action-button/cssm/index.module.css +2 -1
  38. package/action-button/default.css +13 -13
  39. package/action-button/esm/Component.js +4 -4
  40. package/action-button/esm/default.css +13 -13
  41. package/action-button/esm/index.css +12 -11
  42. package/action-button/esm/inverted.css +13 -13
  43. package/action-button/esm/static.css +9 -9
  44. package/action-button/index.css +12 -11
  45. package/action-button/inverted.css +13 -13
  46. package/action-button/modern/Component.js +4 -4
  47. package/action-button/modern/default.css +13 -13
  48. package/action-button/modern/index.css +12 -11
  49. package/action-button/modern/inverted.css +13 -13
  50. package/action-button/modern/static.css +9 -9
  51. package/action-button/moderncssm/Component.d.ts +53 -0
  52. package/action-button/moderncssm/Component.js +52 -0
  53. package/action-button/moderncssm/default.module.css +77 -0
  54. package/action-button/moderncssm/hooks.d.ts +4 -0
  55. package/action-button/moderncssm/hooks.js +26 -0
  56. package/action-button/moderncssm/index.d.ts +1 -0
  57. package/action-button/moderncssm/index.js +12 -0
  58. package/action-button/moderncssm/index.module.css +79 -0
  59. package/action-button/moderncssm/inverted.module.css +85 -0
  60. package/action-button/moderncssm/shared/index.d.ts +1 -0
  61. package/action-button/moderncssm/shared/index.js +2 -0
  62. package/action-button/moderncssm/static.module.css +61 -0
  63. package/action-button/moderncssm/utils.d.ts +5 -0
  64. package/action-button/moderncssm/utils.js +10 -0
  65. package/action-button/static.css +9 -9
  66. package/alert/Component.js +1 -1
  67. package/alert/esm/Component.js +1 -1
  68. package/alert/esm/index.css +3 -3
  69. package/alert/index.css +3 -3
  70. package/alert/modern/Component.js +1 -1
  71. package/alert/modern/index.css +3 -3
  72. package/alert/moderncssm/Component.d.ts +5 -0
  73. package/alert/moderncssm/Component.js +8 -0
  74. package/alert/moderncssm/index.d.ts +1 -0
  75. package/alert/moderncssm/index.js +5 -0
  76. package/alert/moderncssm/index.module.css +11 -0
  77. package/amount/component.js +1 -1
  78. package/amount/esm/component.js +1 -1
  79. package/amount/esm/index.css +7 -7
  80. package/amount/esm/pure/component.js +1 -1
  81. package/amount/esm/pure/index.css +1 -1
  82. package/amount/index.css +7 -7
  83. package/amount/modern/component.js +1 -1
  84. package/amount/modern/index.css +7 -7
  85. package/amount/modern/pure/component.js +1 -1
  86. package/amount/modern/pure/index.css +1 -1
  87. package/amount/moderncssm/component.d.ts +9 -0
  88. package/amount/moderncssm/component.js +38 -0
  89. package/amount/moderncssm/index.d.ts +8 -0
  90. package/amount/moderncssm/index.js +13 -0
  91. package/amount/moderncssm/index.module.css +37 -0
  92. package/amount/moderncssm/pure/component.d.ts +12 -0
  93. package/amount/moderncssm/pure/component.js +28 -0
  94. package/amount/moderncssm/pure/index.d.ts +1 -0
  95. package/amount/moderncssm/pure/index.js +5 -0
  96. package/amount/moderncssm/pure/index.module.css +3 -0
  97. package/amount/moderncssm/types/amount-props.d.ts +51 -0
  98. package/amount/moderncssm/types/amount-props.js +1 -0
  99. package/amount/moderncssm/types/index.d.ts +2 -0
  100. package/amount/moderncssm/types/index.js +1 -0
  101. package/amount/moderncssm/utils/logWarning.d.ts +3 -0
  102. package/amount/moderncssm/utils/logWarning.js +11 -0
  103. package/amount/pure/component.js +1 -1
  104. package/amount/pure/index.css +1 -1
  105. package/amount-input/Component.js +31 -5
  106. package/amount-input/cssm/Component.js +28 -2
  107. package/amount-input/cssm/default.module.css +8 -3
  108. package/amount-input/cssm/inverted.module.css +8 -3
  109. package/amount-input/cssm/utils/index.d.ts +3 -1
  110. package/amount-input/cssm/utils/index.js +6 -0
  111. package/amount-input/default.css +10 -5
  112. package/amount-input/esm/Component.js +32 -6
  113. package/amount-input/esm/default.css +10 -5
  114. package/amount-input/esm/index.css +7 -7
  115. package/amount-input/esm/inverted.css +10 -5
  116. package/amount-input/esm/utils/index.d.ts +3 -1
  117. package/amount-input/esm/utils/index.js +6 -1
  118. package/amount-input/index.css +7 -7
  119. package/amount-input/inverted.css +10 -5
  120. package/amount-input/modern/Component.js +32 -6
  121. package/amount-input/modern/default.css +10 -5
  122. package/amount-input/modern/index.css +7 -7
  123. package/amount-input/modern/inverted.css +10 -5
  124. package/amount-input/modern/utils/index.d.ts +3 -1
  125. package/amount-input/modern/utils/index.js +6 -1
  126. package/amount-input/moderncssm/Component.d.ts +138 -0
  127. package/amount-input/moderncssm/Component.js +172 -0
  128. package/amount-input/moderncssm/default.module.css +15 -0
  129. package/amount-input/moderncssm/index.d.ts +1 -0
  130. package/amount-input/moderncssm/index.js +10 -0
  131. package/amount-input/moderncssm/index.module.css +34 -0
  132. package/amount-input/moderncssm/inverted.module.css +17 -0
  133. package/amount-input/moderncssm/utils/index.d.ts +18 -0
  134. package/amount-input/moderncssm/utils/index.js +59 -0
  135. package/amount-input/utils/index.d.ts +3 -1
  136. package/amount-input/utils/index.js +6 -0
  137. package/attach/Component.js +1 -1
  138. package/attach/cssm/index.module.css +6 -3
  139. package/attach/esm/Component.js +1 -1
  140. package/attach/esm/index.css +24 -21
  141. package/attach/index.css +24 -21
  142. package/attach/modern/Component.js +1 -1
  143. package/attach/modern/index.css +24 -21
  144. package/attach/moderncssm/Component.d.ts +141 -0
  145. package/attach/moderncssm/Component.js +98 -0
  146. package/attach/moderncssm/index.d.ts +1 -0
  147. package/attach/moderncssm/index.js +12 -0
  148. package/attach/moderncssm/index.module.css +91 -0
  149. package/attach/moderncssm/utils/index.d.ts +2 -0
  150. package/attach/moderncssm/utils/index.js +9 -0
  151. package/backdrop/Component.d.ts +7 -0
  152. package/backdrop/Component.js +6 -3
  153. package/backdrop/cssm/Component.d.ts +7 -0
  154. package/backdrop/cssm/Component.js +5 -2
  155. package/backdrop/cssm/index.module.css +2 -0
  156. package/backdrop/esm/Component.d.ts +7 -0
  157. package/backdrop/esm/Component.js +6 -3
  158. package/backdrop/esm/index.css +13 -11
  159. package/backdrop/index.css +13 -11
  160. package/backdrop/modern/Component.d.ts +7 -0
  161. package/backdrop/modern/Component.js +5 -3
  162. package/backdrop/modern/index.css +13 -11
  163. package/backdrop/moderncssm/Component.d.ts +47 -0
  164. package/backdrop/moderncssm/Component.js +14 -0
  165. package/backdrop/moderncssm/index.d.ts +1 -0
  166. package/backdrop/moderncssm/index.js +5 -0
  167. package/backdrop/moderncssm/index.module.css +36 -0
  168. package/backdrop/moderncssm/vars.css +2 -0
  169. package/badge/Component.js +1 -1
  170. package/badge/cssm/index.module.css +13 -8
  171. package/badge/esm/Component.js +1 -1
  172. package/badge/esm/index.css +61 -56
  173. package/badge/index.css +61 -56
  174. package/badge/modern/Component.js +1 -1
  175. package/badge/modern/index.css +61 -56
  176. package/badge/moderncssm/Component.d.ts +57 -0
  177. package/badge/moderncssm/Component.js +43 -0
  178. package/badge/moderncssm/index.d.ts +1 -0
  179. package/badge/moderncssm/index.js +4 -0
  180. package/badge/moderncssm/index.module.css +263 -0
  181. package/bank-card/Component.js +1 -1
  182. package/bank-card/cssm/index.module.css +8 -5
  183. package/bank-card/esm/Component.js +1 -1
  184. package/bank-card/esm/index.css +28 -25
  185. package/bank-card/index.css +28 -25
  186. package/bank-card/modern/Component.js +1 -1
  187. package/bank-card/modern/index.css +28 -25
  188. package/bank-card/moderncssm/Component.d.ts +47 -0
  189. package/bank-card/moderncssm/Component.js +68 -0
  190. package/bank-card/moderncssm/enums.d.ts +6 -0
  191. package/bank-card/moderncssm/enums.js +8 -0
  192. package/bank-card/moderncssm/helpers/getDefaultInputLabel.d.ts +3 -0
  193. package/bank-card/moderncssm/helpers/getDefaultInputLabel.js +15 -0
  194. package/bank-card/moderncssm/index.d.ts +1 -0
  195. package/bank-card/moderncssm/index.js +13 -0
  196. package/bank-card/moderncssm/index.module.css +147 -0
  197. package/bank-card/moderncssm/types.d.ts +2 -0
  198. package/bank-card/moderncssm/types.js +1 -0
  199. package/bank-card/moderncssm/utils.d.ts +8 -0
  200. package/bank-card/moderncssm/utils.js +25 -0
  201. package/base-modal/Component.js +1 -1
  202. package/base-modal/esm/Component.js +1 -1
  203. package/base-modal/esm/index.css +13 -13
  204. package/base-modal/index.css +13 -13
  205. package/base-modal/modern/Component.js +1 -1
  206. package/base-modal/modern/index.css +13 -13
  207. package/base-modal/moderncssm/Component.d.ts +159 -0
  208. package/base-modal/moderncssm/Component.js +265 -0
  209. package/base-modal/moderncssm/helpers/lockScroll.d.ts +4 -0
  210. package/base-modal/moderncssm/helpers/lockScroll.js +18 -0
  211. package/base-modal/moderncssm/index.d.ts +3 -0
  212. package/base-modal/moderncssm/index.js +17 -0
  213. package/base-modal/moderncssm/index.module.css +71 -0
  214. package/base-modal/moderncssm/matches-polyfill.d.ts +1 -0
  215. package/base-modal/moderncssm/matches-polyfill.js +18 -0
  216. package/base-modal/moderncssm/utils.d.ts +6 -0
  217. package/base-modal/moderncssm/utils.js +87 -0
  218. package/bottom-sheet/component.js +1 -1
  219. package/bottom-sheet/components/footer/Component.js +1 -1
  220. package/bottom-sheet/components/footer/index.css +28 -27
  221. package/bottom-sheet/components/header/Component.js +1 -1
  222. package/bottom-sheet/components/header/index.css +21 -18
  223. package/bottom-sheet/cssm/components/footer/index.module.css +2 -1
  224. package/bottom-sheet/cssm/components/header/index.module.css +8 -5
  225. package/bottom-sheet/cssm/index.module.css +6 -4
  226. package/bottom-sheet/esm/component.js +1 -1
  227. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  228. package/bottom-sheet/esm/components/footer/index.css +28 -27
  229. package/bottom-sheet/esm/components/header/Component.js +1 -1
  230. package/bottom-sheet/esm/components/header/index.css +21 -18
  231. package/bottom-sheet/esm/index.css +51 -49
  232. package/bottom-sheet/index.css +51 -49
  233. package/bottom-sheet/modern/component.js +1 -1
  234. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  235. package/bottom-sheet/modern/components/footer/index.css +28 -27
  236. package/bottom-sheet/modern/components/header/Component.js +1 -1
  237. package/bottom-sheet/modern/components/header/index.css +21 -18
  238. package/bottom-sheet/modern/index.css +51 -49
  239. package/bottom-sheet/moderncssm/component.d.ts +5 -0
  240. package/bottom-sheet/moderncssm/component.js +418 -0
  241. package/bottom-sheet/moderncssm/components/footer/Component.d.ts +21 -0
  242. package/bottom-sheet/moderncssm/components/footer/Component.js +17 -0
  243. package/bottom-sheet/moderncssm/components/footer/index.module.css +88 -0
  244. package/bottom-sheet/moderncssm/components/header/Component.d.ts +8 -0
  245. package/bottom-sheet/moderncssm/components/header/Component.js +23 -0
  246. package/bottom-sheet/moderncssm/components/header/index.module.css +63 -0
  247. package/bottom-sheet/moderncssm/components/swipeable-backdrop/Component.d.ts +19 -0
  248. package/bottom-sheet/moderncssm/components/swipeable-backdrop/Component.js +12 -0
  249. package/bottom-sheet/moderncssm/consts/swipeConsts.d.ts +2 -0
  250. package/bottom-sheet/moderncssm/consts/swipeConsts.js +5 -0
  251. package/bottom-sheet/moderncssm/enums/swipeEnums.d.ts +7 -0
  252. package/bottom-sheet/moderncssm/enums/swipeEnums.js +9 -0
  253. package/bottom-sheet/moderncssm/hooks/index.d.ts +1 -0
  254. package/bottom-sheet/moderncssm/hooks/index.js +3 -0
  255. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.d.ts +3 -0
  256. package/bottom-sheet/moderncssm/hooks/use-visualviewport-size.js +27 -0
  257. package/bottom-sheet/moderncssm/index.d.ts +3 -0
  258. package/bottom-sheet/moderncssm/index.js +20 -0
  259. package/bottom-sheet/moderncssm/index.module.css +185 -0
  260. package/bottom-sheet/moderncssm/shared/index.d.ts +1 -0
  261. package/bottom-sheet/moderncssm/shared/index.js +2 -0
  262. package/bottom-sheet/moderncssm/types/swipeTypes.d.ts +9 -0
  263. package/bottom-sheet/moderncssm/types/swipeTypes.js +1 -0
  264. package/bottom-sheet/moderncssm/types.d.ts +289 -0
  265. package/bottom-sheet/moderncssm/types.js +1 -0
  266. package/bottom-sheet/moderncssm/utils.d.ts +17 -0
  267. package/bottom-sheet/moderncssm/utils.js +35 -0
  268. package/bottom-sheet/moderncssm/vars.css +8 -0
  269. package/button/components/base-button/Component.js +3 -3
  270. package/button/components/base-button/default.css +50 -50
  271. package/button/components/base-button/index.css +68 -66
  272. package/button/components/base-button/inverted.css +50 -50
  273. package/button/cssm/components/base-button/index.module.css +6 -4
  274. package/button/desktop/Component.desktop.js +3 -3
  275. package/button/desktop/default.desktop.css +19 -19
  276. package/button/desktop/desktop.css +7 -7
  277. package/button/desktop/inverted.desktop.css +19 -19
  278. package/button/esm/components/base-button/Component.js +3 -3
  279. package/button/esm/components/base-button/default.css +50 -50
  280. package/button/esm/components/base-button/index.css +68 -66
  281. package/button/esm/components/base-button/inverted.css +50 -50
  282. package/button/esm/desktop/Component.desktop.js +3 -3
  283. package/button/esm/desktop/default.desktop.css +19 -19
  284. package/button/esm/desktop/desktop.css +7 -7
  285. package/button/esm/desktop/inverted.desktop.css +19 -19
  286. package/button/esm/mobile/Component.mobile.js +3 -3
  287. package/button/esm/mobile/default.mobile.css +18 -18
  288. package/button/esm/mobile/inverted.mobile.css +18 -18
  289. package/button/esm/mobile/mobile.css +7 -7
  290. package/button/mobile/Component.mobile.js +3 -3
  291. package/button/mobile/default.mobile.css +18 -18
  292. package/button/mobile/inverted.mobile.css +18 -18
  293. package/button/mobile/mobile.css +7 -7
  294. package/button/modern/components/base-button/Component.js +3 -3
  295. package/button/modern/components/base-button/default.css +50 -50
  296. package/button/modern/components/base-button/index.css +68 -66
  297. package/button/modern/components/base-button/inverted.css +50 -50
  298. package/button/modern/desktop/Component.desktop.js +3 -3
  299. package/button/modern/desktop/default.desktop.css +19 -19
  300. package/button/modern/desktop/desktop.css +7 -7
  301. package/button/modern/desktop/inverted.desktop.css +19 -19
  302. package/button/modern/mobile/Component.mobile.js +3 -3
  303. package/button/modern/mobile/default.mobile.css +18 -18
  304. package/button/modern/mobile/inverted.mobile.css +18 -18
  305. package/button/modern/mobile/mobile.css +7 -7
  306. package/button/moderncssm/Component.responsive.d.ts +5 -0
  307. package/button/moderncssm/Component.responsive.js +29 -0
  308. package/button/moderncssm/components/base-button/Component.d.ts +10 -0
  309. package/button/moderncssm/components/base-button/Component.js +115 -0
  310. package/button/moderncssm/components/base-button/default.module.css +357 -0
  311. package/button/moderncssm/components/base-button/index.d.ts +1 -0
  312. package/button/moderncssm/components/base-button/index.js +10 -0
  313. package/button/moderncssm/components/base-button/index.module.css +319 -0
  314. package/button/moderncssm/components/base-button/inverted.module.css +374 -0
  315. package/button/moderncssm/desktop/Component.desktop.d.ts +5 -0
  316. package/button/moderncssm/desktop/Component.desktop.js +21 -0
  317. package/button/moderncssm/desktop/default.desktop.module.css +184 -0
  318. package/button/moderncssm/desktop/desktop.module.css +113 -0
  319. package/button/moderncssm/desktop/index.d.ts +2 -0
  320. package/button/moderncssm/desktop/index.js +14 -0
  321. package/button/moderncssm/desktop/inverted.desktop.module.css +196 -0
  322. package/button/moderncssm/index.d.ts +2 -0
  323. package/button/moderncssm/index.js +20 -0
  324. package/button/moderncssm/mobile/Component.mobile.d.ts +5 -0
  325. package/button/moderncssm/mobile/Component.mobile.js +21 -0
  326. package/button/moderncssm/mobile/default.mobile.module.css +179 -0
  327. package/button/moderncssm/mobile/index.d.ts +2 -0
  328. package/button/moderncssm/mobile/index.js +14 -0
  329. package/button/moderncssm/mobile/inverted.mobile.module.css +195 -0
  330. package/button/moderncssm/mobile/mobile.module.css +113 -0
  331. package/button/moderncssm/shared/index.d.ts +1 -0
  332. package/button/moderncssm/shared/index.js +2 -0
  333. package/button/moderncssm/typings.d.ts +118 -0
  334. package/button/moderncssm/typings.js +1 -0
  335. package/button/moderncssm/utils.d.ts +5 -0
  336. package/button/moderncssm/utils.js +10 -0
  337. package/button/moderncssm/vars.css +83 -0
  338. package/calendar/components/calendar-mobile/Component.d.ts +1 -6
  339. package/calendar/components/calendar-mobile/Component.js +61 -26
  340. package/calendar/components/calendar-mobile/backdrop-transitions.css +10 -10
  341. package/calendar/components/calendar-mobile/index.css +30 -26
  342. package/calendar/components/calendar-mobile/transitions.css +8 -8
  343. package/calendar/components/calendar-mobile/typings.d.ts +1 -4
  344. package/calendar/components/days-table/Component.d.ts +0 -8
  345. package/calendar/components/days-table/Component.js +2 -20
  346. package/calendar/components/days-table/index.css +72 -70
  347. package/calendar/components/header/Component.js +1 -1
  348. package/calendar/components/header/index.css +6 -4
  349. package/calendar/components/month-year-header/Component.js +1 -1
  350. package/calendar/components/month-year-header/index.css +13 -12
  351. package/calendar/components/months-table/Component.js +1 -1
  352. package/calendar/components/months-table/index.css +22 -20
  353. package/calendar/components/period-slider/Component.js +1 -1
  354. package/calendar/components/period-slider/index.css +13 -12
  355. package/calendar/components/select-button/Component.js +1 -1
  356. package/calendar/components/select-button/index.css +12 -11
  357. package/calendar/components/years-table/Component.js +1 -1
  358. package/calendar/components/years-table/index.css +24 -22
  359. package/calendar/cssm/components/calendar-mobile/Component.d.ts +1 -6
  360. package/calendar/cssm/components/calendar-mobile/Component.js +58 -23
  361. package/calendar/cssm/components/calendar-mobile/index.module.css +9 -5
  362. package/calendar/cssm/components/calendar-mobile/typings.d.ts +1 -4
  363. package/calendar/cssm/components/days-table/Component.d.ts +0 -8
  364. package/calendar/cssm/components/days-table/Component.js +1 -19
  365. package/calendar/cssm/components/days-table/index.module.css +4 -2
  366. package/calendar/cssm/components/header/index.module.css +3 -1
  367. package/calendar/cssm/components/month-year-header/index.module.css +3 -2
  368. package/calendar/cssm/components/months-table/index.module.css +9 -7
  369. package/calendar/cssm/components/period-slider/index.module.css +2 -1
  370. package/calendar/cssm/components/select-button/index.module.css +2 -1
  371. package/calendar/cssm/components/years-table/index.module.css +9 -7
  372. package/calendar/cssm/desktop/desktop.module.css +4 -2
  373. package/calendar/cssm/useCalendar.d.ts +2 -8
  374. package/calendar/cssm/useCalendar.js +1 -4
  375. package/calendar/desktop/Component.desktop.js +1 -1
  376. package/calendar/desktop/desktop.css +33 -31
  377. package/calendar/esm/Component.responsive.js +3 -4
  378. package/calendar/esm/components/calendar-mobile/Component.d.ts +1 -6
  379. package/calendar/esm/components/calendar-mobile/Component.js +60 -32
  380. package/calendar/esm/components/calendar-mobile/backdrop-transitions.css +10 -10
  381. package/calendar/esm/components/calendar-mobile/index.css +30 -26
  382. package/calendar/esm/components/calendar-mobile/index.js +3 -4
  383. package/calendar/esm/components/calendar-mobile/transitions.css +8 -8
  384. package/calendar/esm/components/calendar-mobile/typings.d.ts +1 -4
  385. package/calendar/esm/components/days-table/Component.d.ts +0 -8
  386. package/calendar/esm/components/days-table/Component.js +3 -21
  387. package/calendar/esm/components/days-table/index.css +72 -70
  388. package/calendar/esm/components/days-table/index.js +0 -1
  389. package/calendar/esm/components/header/Component.js +1 -1
  390. package/calendar/esm/components/header/index.css +6 -4
  391. package/calendar/esm/components/month-year-header/Component.js +1 -1
  392. package/calendar/esm/components/month-year-header/index.css +13 -12
  393. package/calendar/esm/components/months-table/Component.js +1 -1
  394. package/calendar/esm/components/months-table/index.css +22 -20
  395. package/calendar/esm/components/period-slider/Component.js +1 -1
  396. package/calendar/esm/components/period-slider/index.css +13 -12
  397. package/calendar/esm/components/select-button/Component.js +1 -1
  398. package/calendar/esm/components/select-button/index.css +12 -11
  399. package/calendar/esm/components/years-table/Component.js +1 -1
  400. package/calendar/esm/components/years-table/index.css +24 -22
  401. package/calendar/esm/desktop/Component.desktop.js +1 -2
  402. package/calendar/esm/desktop/desktop.css +33 -31
  403. package/calendar/esm/desktop/index.js +0 -1
  404. package/calendar/esm/index.js +3 -4
  405. package/calendar/esm/mobile/index.js +3 -4
  406. package/calendar/esm/useCalendar.d.ts +2 -8
  407. package/calendar/esm/useCalendar.js +1 -4
  408. package/calendar/modern/Component.responsive.js +3 -4
  409. package/calendar/modern/components/calendar-mobile/Component.d.ts +1 -6
  410. package/calendar/modern/components/calendar-mobile/Component.js +47 -30
  411. package/calendar/modern/components/calendar-mobile/backdrop-transitions.css +10 -10
  412. package/calendar/modern/components/calendar-mobile/index.css +30 -26
  413. package/calendar/modern/components/calendar-mobile/index.js +3 -4
  414. package/calendar/modern/components/calendar-mobile/transitions.css +8 -8
  415. package/calendar/modern/components/calendar-mobile/typings.d.ts +1 -4
  416. package/calendar/modern/components/days-table/Component.d.ts +0 -8
  417. package/calendar/modern/components/days-table/Component.js +3 -21
  418. package/calendar/modern/components/days-table/index.css +72 -70
  419. package/calendar/modern/components/days-table/index.js +0 -1
  420. package/calendar/modern/components/header/Component.js +1 -1
  421. package/calendar/modern/components/header/index.css +6 -4
  422. package/calendar/modern/components/month-year-header/Component.js +1 -1
  423. package/calendar/modern/components/month-year-header/index.css +13 -12
  424. package/calendar/modern/components/months-table/Component.js +1 -1
  425. package/calendar/modern/components/months-table/index.css +22 -20
  426. package/calendar/modern/components/period-slider/Component.js +1 -1
  427. package/calendar/modern/components/period-slider/index.css +13 -12
  428. package/calendar/modern/components/select-button/Component.js +1 -1
  429. package/calendar/modern/components/select-button/index.css +12 -11
  430. package/calendar/modern/components/years-table/Component.js +1 -1
  431. package/calendar/modern/components/years-table/index.css +24 -22
  432. package/calendar/modern/desktop/Component.desktop.js +1 -2
  433. package/calendar/modern/desktop/desktop.css +33 -31
  434. package/calendar/modern/desktop/index.js +0 -1
  435. package/calendar/modern/index.js +3 -4
  436. package/calendar/modern/mobile/index.js +3 -4
  437. package/calendar/modern/useCalendar.d.ts +2 -8
  438. package/calendar/modern/useCalendar.js +1 -3
  439. package/calendar/moderncssm/Component.responsive.d.ts +39 -0
  440. package/calendar/moderncssm/Component.responsive.js +91 -0
  441. package/calendar/moderncssm/components/calendar-mobile/Component.d.ts +29 -0
  442. package/calendar/moderncssm/components/calendar-mobile/Component.js +288 -0
  443. package/calendar/moderncssm/components/calendar-mobile/backdrop-transitions.module.css +25 -0
  444. package/calendar/moderncssm/components/calendar-mobile/index.d.ts +2 -0
  445. package/calendar/moderncssm/components/calendar-mobile/index.js +82 -0
  446. package/calendar/moderncssm/components/calendar-mobile/index.module.css +126 -0
  447. package/calendar/moderncssm/components/calendar-mobile/transitions.module.css +23 -0
  448. package/calendar/moderncssm/components/calendar-mobile/typings.d.ts +50 -0
  449. package/calendar/moderncssm/components/calendar-mobile/typings.js +1 -0
  450. package/calendar/moderncssm/components/days-table/Component.d.ts +59 -0
  451. package/calendar/moderncssm/components/days-table/Component.js +132 -0
  452. package/calendar/moderncssm/components/days-table/index.d.ts +1 -0
  453. package/calendar/moderncssm/components/days-table/index.js +35 -0
  454. package/calendar/moderncssm/components/days-table/index.module.css +321 -0
  455. package/calendar/moderncssm/components/header/Component.d.ts +22 -0
  456. package/calendar/moderncssm/components/header/Component.js +10 -0
  457. package/calendar/moderncssm/components/header/index.d.ts +1 -0
  458. package/calendar/moderncssm/components/header/index.js +4 -0
  459. package/calendar/moderncssm/components/header/index.module.css +34 -0
  460. package/calendar/moderncssm/components/month-year-header/Component.d.ts +25 -0
  461. package/calendar/moderncssm/components/month-year-header/Component.js +47 -0
  462. package/calendar/moderncssm/components/month-year-header/index.d.ts +1 -0
  463. package/calendar/moderncssm/components/month-year-header/index.js +32 -0
  464. package/calendar/moderncssm/components/month-year-header/index.module.css +64 -0
  465. package/calendar/moderncssm/components/months-table/Component.d.ts +22 -0
  466. package/calendar/moderncssm/components/months-table/Component.js +45 -0
  467. package/calendar/moderncssm/components/months-table/index.d.ts +1 -0
  468. package/calendar/moderncssm/components/months-table/index.js +33 -0
  469. package/calendar/moderncssm/components/months-table/index.module.css +84 -0
  470. package/calendar/moderncssm/components/period-slider/Component.d.ts +81 -0
  471. package/calendar/moderncssm/components/period-slider/Component.js +114 -0
  472. package/calendar/moderncssm/components/period-slider/index.d.ts +2 -0
  473. package/calendar/moderncssm/components/period-slider/index.js +43 -0
  474. package/calendar/moderncssm/components/period-slider/index.module.css +71 -0
  475. package/calendar/moderncssm/components/period-slider/utils.d.ts +8 -0
  476. package/calendar/moderncssm/components/period-slider/utils.js +109 -0
  477. package/calendar/moderncssm/components/select-button/Component.d.ts +24 -0
  478. package/calendar/moderncssm/components/select-button/Component.js +8 -0
  479. package/calendar/moderncssm/components/select-button/index.d.ts +1 -0
  480. package/calendar/moderncssm/components/select-button/index.js +5 -0
  481. package/calendar/moderncssm/components/select-button/index.module.css +62 -0
  482. package/calendar/moderncssm/components/years-table/Component.d.ts +21 -0
  483. package/calendar/moderncssm/components/years-table/Component.js +22 -0
  484. package/calendar/moderncssm/components/years-table/index.d.ts +1 -0
  485. package/calendar/moderncssm/components/years-table/index.js +9 -0
  486. package/calendar/moderncssm/components/years-table/index.module.css +90 -0
  487. package/calendar/moderncssm/desktop/Component.desktop.d.ts +132 -0
  488. package/calendar/moderncssm/desktop/Component.desktop.js +176 -0
  489. package/calendar/moderncssm/desktop/desktop.module.css +148 -0
  490. package/calendar/moderncssm/desktop/index.d.ts +2 -0
  491. package/calendar/moderncssm/desktop/index.js +73 -0
  492. package/calendar/moderncssm/index.d.ts +2 -0
  493. package/calendar/moderncssm/index.js +84 -0
  494. package/calendar/moderncssm/mobile/index.d.ts +1 -0
  495. package/calendar/moderncssm/mobile/index.js +82 -0
  496. package/calendar/moderncssm/shared/index.d.ts +4 -0
  497. package/calendar/moderncssm/shared/index.js +51 -0
  498. package/calendar/moderncssm/typings.d.ts +23 -0
  499. package/calendar/moderncssm/typings.js +1 -0
  500. package/calendar/moderncssm/useCalendar.d.ts +97 -0
  501. package/calendar/moderncssm/useCalendar.js +295 -0
  502. package/calendar/moderncssm/usePeriod.d.ts +31 -0
  503. package/calendar/moderncssm/usePeriod.js +145 -0
  504. package/calendar/moderncssm/useRange.d.ts +10 -0
  505. package/calendar/moderncssm/useRange.js +88 -0
  506. package/calendar/moderncssm/utils.d.ts +104 -0
  507. package/calendar/moderncssm/utils.js +222 -0
  508. package/calendar/moderncssm/vars.css +22 -0
  509. package/calendar/useCalendar.d.ts +2 -8
  510. package/calendar/useCalendar.js +1 -4
  511. package/calendar-input/components/calendar-input/Component.js +1 -1
  512. package/calendar-input/components/calendar-input/index.css +13 -12
  513. package/calendar-input/cssm/components/calendar-input/index.module.css +2 -1
  514. package/calendar-input/esm/components/calendar-input/Component.js +1 -1
  515. package/calendar-input/esm/components/calendar-input/index.css +13 -12
  516. package/calendar-input/modern/components/calendar-input/Component.js +1 -1
  517. package/calendar-input/modern/components/calendar-input/index.css +13 -12
  518. package/calendar-input/moderncssm/Component.responsive.d.ts +23 -0
  519. package/calendar-input/moderncssm/Component.responsive.js +32 -0
  520. package/calendar-input/moderncssm/components/calendar-input/Component.d.ts +246 -0
  521. package/calendar-input/moderncssm/components/calendar-input/Component.js +152 -0
  522. package/calendar-input/moderncssm/components/calendar-input/index.d.ts +1 -0
  523. package/calendar-input/moderncssm/components/calendar-input/index.js +13 -0
  524. package/calendar-input/moderncssm/components/calendar-input/index.module.css +76 -0
  525. package/calendar-input/moderncssm/desktop/Component.desktop.d.ts +10 -0
  526. package/calendar-input/moderncssm/desktop/Component.desktop.js +22 -0
  527. package/calendar-input/moderncssm/desktop/index.d.ts +2 -0
  528. package/calendar-input/moderncssm/desktop/index.js +15 -0
  529. package/calendar-input/moderncssm/index.d.ts +3 -0
  530. package/calendar-input/moderncssm/index.js +19 -0
  531. package/calendar-input/moderncssm/mobile/Component.mobile.d.ts +10 -0
  532. package/calendar-input/moderncssm/mobile/Component.mobile.js +22 -0
  533. package/calendar-input/moderncssm/mobile/index.d.ts +2 -0
  534. package/calendar-input/moderncssm/mobile/index.js +15 -0
  535. package/calendar-input/moderncssm/shared/index.d.ts +1 -0
  536. package/calendar-input/moderncssm/shared/index.js +6 -0
  537. package/calendar-input/moderncssm/utils.d.ts +13 -0
  538. package/calendar-input/moderncssm/utils.js +34 -0
  539. package/calendar-range/components/divider/Component.js +1 -1
  540. package/calendar-range/components/divider/index.css +10 -9
  541. package/calendar-range/cssm/components/divider/index.module.css +2 -1
  542. package/calendar-range/cssm/views/index.module.css +3 -1
  543. package/calendar-range/esm/Component.js +1 -1
  544. package/calendar-range/esm/components/divider/Component.js +1 -1
  545. package/calendar-range/esm/components/divider/index.css +10 -9
  546. package/calendar-range/esm/index.js +1 -1
  547. package/calendar-range/esm/index.module-c4c20f61.js +4 -0
  548. package/calendar-range/esm/views/index.css +10 -8
  549. package/calendar-range/esm/views/popover.js +1 -1
  550. package/calendar-range/esm/views/static.js +1 -1
  551. package/calendar-range/index.module-818eae0d.js +4 -0
  552. package/calendar-range/modern/Component.js +1 -1
  553. package/calendar-range/modern/components/divider/Component.js +1 -1
  554. package/calendar-range/modern/components/divider/index.css +10 -9
  555. package/calendar-range/modern/index.js +1 -1
  556. package/calendar-range/modern/index.module-0f4ffc4a.js +4 -0
  557. package/calendar-range/modern/views/index.css +10 -8
  558. package/calendar-range/modern/views/popover.js +1 -1
  559. package/calendar-range/modern/views/static.js +1 -1
  560. package/calendar-range/moderncssm/Component.d.ts +90 -0
  561. package/calendar-range/moderncssm/Component.js +30 -0
  562. package/calendar-range/moderncssm/components/divider/Component.d.ts +8 -0
  563. package/calendar-range/moderncssm/components/divider/Component.js +14 -0
  564. package/calendar-range/moderncssm/components/divider/index.d.ts +1 -0
  565. package/calendar-range/moderncssm/components/divider/index.js +4 -0
  566. package/calendar-range/moderncssm/components/divider/index.module.css +55 -0
  567. package/calendar-range/moderncssm/hooks.d.ts +28 -0
  568. package/calendar-range/moderncssm/hooks.js +134 -0
  569. package/calendar-range/moderncssm/index.d.ts +1 -0
  570. package/calendar-range/moderncssm/index.js +24 -0
  571. package/calendar-range/moderncssm/utils.d.ts +2 -0
  572. package/calendar-range/moderncssm/utils.js +3 -0
  573. package/calendar-range/moderncssm/views/index.module.css +42 -0
  574. package/calendar-range/moderncssm/views/popover.d.ts +5 -0
  575. package/calendar-range/moderncssm/views/popover.js +134 -0
  576. package/calendar-range/moderncssm/views/static.d.ts +10 -0
  577. package/calendar-range/moderncssm/views/static.js +179 -0
  578. package/calendar-range/views/index.css +10 -8
  579. package/calendar-range/views/popover.js +1 -1
  580. package/calendar-range/views/static.js +1 -1
  581. package/calendar-with-skeleton/Component.js +1 -1
  582. package/calendar-with-skeleton/cssm/index.module.css +5 -3
  583. package/calendar-with-skeleton/esm/Component.js +1 -1
  584. package/calendar-with-skeleton/esm/index.css +17 -15
  585. package/calendar-with-skeleton/index.css +17 -15
  586. package/calendar-with-skeleton/modern/Component.js +1 -1
  587. package/calendar-with-skeleton/modern/index.css +17 -15
  588. package/calendar-with-skeleton/moderncssm/Component.d.ts +24 -0
  589. package/calendar-with-skeleton/moderncssm/Component.js +26 -0
  590. package/calendar-with-skeleton/moderncssm/index.d.ts +1 -0
  591. package/calendar-with-skeleton/moderncssm/index.js +7 -0
  592. package/calendar-with-skeleton/moderncssm/index.module.css +70 -0
  593. package/card-image/Component.js +1 -1
  594. package/card-image/esm/Component.js +1 -1
  595. package/card-image/esm/index.css +6 -6
  596. package/card-image/index.css +6 -6
  597. package/card-image/modern/Component.js +1 -1
  598. package/card-image/modern/index.css +6 -6
  599. package/card-image/moderncssm/Component.d.ts +51 -0
  600. package/card-image/moderncssm/Component.js +39 -0
  601. package/card-image/moderncssm/index.d.ts +1 -0
  602. package/card-image/moderncssm/index.js +4 -0
  603. package/card-image/moderncssm/index.module.css +37 -0
  604. package/cdn-icon/Component.js +1 -1
  605. package/cdn-icon/esm/Component.js +1 -1
  606. package/cdn-icon/esm/index.css +3 -3
  607. package/cdn-icon/index.css +3 -3
  608. package/cdn-icon/modern/Component.js +1 -1
  609. package/cdn-icon/modern/index.css +3 -3
  610. package/cdn-icon/moderncssm/Component.d.ts +32 -0
  611. package/cdn-icon/moderncssm/Component.js +44 -0
  612. package/cdn-icon/moderncssm/index.d.ts +1 -0
  613. package/cdn-icon/moderncssm/index.js +4 -0
  614. package/cdn-icon/moderncssm/index.module.css +13 -0
  615. package/chart/Component.js +1 -1
  616. package/chart/components/Dot/index.css +8 -8
  617. package/chart/components/Dot/index.js +1 -1
  618. package/chart/components/Legends/index.css +10 -9
  619. package/chart/components/Legends/index.js +1 -1
  620. package/chart/components/Tick/index.css +4 -4
  621. package/chart/components/Tick/index.js +1 -1
  622. package/chart/components/TooltipContent/index.css +10 -8
  623. package/chart/components/TooltipContent/index.js +1 -1
  624. package/chart/cssm/components/Legends/index.module.css +2 -1
  625. package/chart/cssm/components/TooltipContent/index.module.css +3 -1
  626. package/chart/esm/Component.js +1 -1
  627. package/chart/esm/components/Dot/index.css +8 -8
  628. package/chart/esm/components/Dot/index.js +1 -1
  629. package/chart/esm/components/Legends/index.css +10 -9
  630. package/chart/esm/components/Legends/index.js +1 -1
  631. package/chart/esm/components/Tick/index.css +4 -4
  632. package/chart/esm/components/Tick/index.js +1 -1
  633. package/chart/esm/components/TooltipContent/index.css +10 -8
  634. package/chart/esm/components/TooltipContent/index.js +1 -1
  635. package/chart/esm/index.css +5 -5
  636. package/chart/index.css +5 -5
  637. package/chart/modern/Component.js +1 -1
  638. package/chart/modern/components/Dot/index.css +8 -8
  639. package/chart/modern/components/Dot/index.js +1 -1
  640. package/chart/modern/components/Legends/index.css +10 -9
  641. package/chart/modern/components/Legends/index.js +1 -1
  642. package/chart/modern/components/Tick/index.css +4 -4
  643. package/chart/modern/components/Tick/index.js +1 -1
  644. package/chart/modern/components/TooltipContent/index.css +10 -8
  645. package/chart/modern/components/TooltipContent/index.js +1 -1
  646. package/chart/modern/index.css +5 -5
  647. package/chart/moderncssm/Component.d.ts +8 -0
  648. package/chart/moderncssm/Component.js +268 -0
  649. package/chart/moderncssm/components/CustomizedLabel.d.ts +4 -0
  650. package/chart/moderncssm/components/CustomizedLabel.js +12 -0
  651. package/chart/moderncssm/components/Dot/index.d.ts +5 -0
  652. package/chart/moderncssm/components/Dot/index.js +43 -0
  653. package/chart/moderncssm/components/Dot/index.module.css +22 -0
  654. package/chart/moderncssm/components/Legends/index.d.ts +14 -0
  655. package/chart/moderncssm/components/Legends/index.js +36 -0
  656. package/chart/moderncssm/components/Legends/index.module.css +36 -0
  657. package/chart/moderncssm/components/LinearGradient.d.ts +5 -0
  658. package/chart/moderncssm/components/LinearGradient.js +5 -0
  659. package/chart/moderncssm/components/RectBar.d.ts +3 -0
  660. package/chart/moderncssm/components/RectBar.js +28 -0
  661. package/chart/moderncssm/components/Tick/index.d.ts +5 -0
  662. package/chart/moderncssm/components/Tick/index.js +16 -0
  663. package/chart/moderncssm/components/Tick/index.module.css +18 -0
  664. package/chart/moderncssm/components/TooltipContent/index.d.ts +11 -0
  665. package/chart/moderncssm/components/TooltipContent/index.js +26 -0
  666. package/chart/moderncssm/components/TooltipContent/index.module.css +51 -0
  667. package/chart/moderncssm/hooks/usePathBar/index.d.ts +14 -0
  668. package/chart/moderncssm/hooks/usePathBar/index.js +37 -0
  669. package/chart/moderncssm/hooks/usePathBar/utils/getRadius.d.ts +2 -0
  670. package/chart/moderncssm/hooks/usePathBar/utils/getRadius.js +6 -0
  671. package/chart/moderncssm/hooks/useSettings/index.d.ts +19 -0
  672. package/chart/moderncssm/hooks/useSettings/index.js +43 -0
  673. package/chart/moderncssm/hooks/useSettings/utils/setComposedChartsMargin.d.ts +12 -0
  674. package/chart/moderncssm/hooks/useSettings/utils/setComposedChartsMargin.js +12 -0
  675. package/chart/moderncssm/hooks/useSettings/utils/setDatas.d.ts +5 -0
  676. package/chart/moderncssm/hooks/useSettings/utils/setDatas.js +32 -0
  677. package/chart/moderncssm/hooks/useSettings/utils/setGradientCharts.d.ts +3 -0
  678. package/chart/moderncssm/hooks/useSettings/utils/setGradientCharts.js +35 -0
  679. package/chart/moderncssm/hooks/useSettings/utils/setLegendMargin.d.ts +4 -0
  680. package/chart/moderncssm/hooks/useSettings/utils/setLegendMargin.js +14 -0
  681. package/chart/moderncssm/hooks/useSettings/utils/sortByIndex.d.ts +3 -0
  682. package/chart/moderncssm/hooks/useSettings/utils/sortByIndex.js +8 -0
  683. package/chart/moderncssm/icons/Circle.d.ts +8 -0
  684. package/chart/moderncssm/icons/Circle.js +6 -0
  685. package/chart/moderncssm/icons/CircleLine.d.ts +8 -0
  686. package/chart/moderncssm/icons/CircleLine.js +7 -0
  687. package/chart/moderncssm/icons/FilledCircle.d.ts +8 -0
  688. package/chart/moderncssm/icons/FilledCircle.js +10 -0
  689. package/chart/moderncssm/icons/Point.d.ts +8 -0
  690. package/chart/moderncssm/icons/Point.js +7 -0
  691. package/chart/moderncssm/icons/StrokeCircle.d.ts +8 -0
  692. package/chart/moderncssm/icons/StrokeCircle.js +6 -0
  693. package/chart/moderncssm/index.d.ts +2 -0
  694. package/chart/moderncssm/index.js +30 -0
  695. package/chart/moderncssm/index.module.css +19 -0
  696. package/chart/moderncssm/types/brush.types.d.ts +41 -0
  697. package/chart/moderncssm/types/brush.types.js +1 -0
  698. package/chart/moderncssm/types/cartesianGrid.types.d.ts +23 -0
  699. package/chart/moderncssm/types/cartesianGrid.types.js +1 -0
  700. package/chart/moderncssm/types/chart.types.d.ts +61 -0
  701. package/chart/moderncssm/types/chart.types.js +1 -0
  702. package/chart/moderncssm/types/composedChart.types.d.ts +33 -0
  703. package/chart/moderncssm/types/composedChart.types.js +1 -0
  704. package/chart/moderncssm/types/index.d.ts +14 -0
  705. package/chart/moderncssm/types/index.js +1 -0
  706. package/chart/moderncssm/types/labelList.types.d.ts +5 -0
  707. package/chart/moderncssm/types/labelList.types.js +1 -0
  708. package/chart/moderncssm/types/legend.types.d.ts +30 -0
  709. package/chart/moderncssm/types/legend.types.js +1 -0
  710. package/chart/moderncssm/types/options.types.d.ts +59 -0
  711. package/chart/moderncssm/types/options.types.js +1 -0
  712. package/chart/moderncssm/types/payload.types.d.ts +29 -0
  713. package/chart/moderncssm/types/payload.types.js +1 -0
  714. package/chart/moderncssm/types/responsiveContainer.types.d.ts +10 -0
  715. package/chart/moderncssm/types/responsiveContainer.types.js +1 -0
  716. package/chart/moderncssm/types/seria.types.d.ts +72 -0
  717. package/chart/moderncssm/types/seria.types.js +1 -0
  718. package/chart/moderncssm/types/tooltip.types.d.ts +70 -0
  719. package/chart/moderncssm/types/tooltip.types.js +1 -0
  720. package/chart/moderncssm/types/utils/axis.types.d.ts +68 -0
  721. package/chart/moderncssm/types/utils/axis.types.js +1 -0
  722. package/chart/moderncssm/types/utils/coordinates.types.d.ts +11 -0
  723. package/chart/moderncssm/types/utils/coordinates.types.js +1 -0
  724. package/chart/moderncssm/types/utils/data.types.d.ts +17 -0
  725. package/chart/moderncssm/types/utils/data.types.js +1 -0
  726. package/chart/moderncssm/types/utils/dot.types.d.ts +73 -0
  727. package/chart/moderncssm/types/utils/dot.types.js +1 -0
  728. package/chart/moderncssm/types/utils/gradient.types.d.ts +29 -0
  729. package/chart/moderncssm/types/utils/gradient.types.js +1 -0
  730. package/chart/moderncssm/types/utils/index.d.ts +7 -0
  731. package/chart/moderncssm/types/utils/index.js +1 -0
  732. package/chart/moderncssm/types/utils/tick.types.d.ts +19 -0
  733. package/chart/moderncssm/types/utils/tick.types.js +1 -0
  734. package/chart/moderncssm/types/xAxis.types.d.ts +16 -0
  735. package/chart/moderncssm/types/xAxis.types.js +1 -0
  736. package/chart/moderncssm/types/yAxis.types.d.ts +8 -0
  737. package/chart/moderncssm/types/yAxis.types.js +1 -0
  738. package/checkbox/Component.js +3 -3
  739. package/checkbox/cssm/Component.js +2 -2
  740. package/checkbox/cssm/icons/icon-check-20.d.ts +4 -0
  741. package/checkbox/cssm/icons/icon-check-20.js +12 -0
  742. package/checkbox/cssm/icons/icon-check-24.d.ts +4 -0
  743. package/checkbox/cssm/icons/icon-check-24.js +12 -0
  744. package/checkbox/cssm/index.module.css +22 -14
  745. package/checkbox/cssm/utils/getIcon.d.ts +4 -0
  746. package/checkbox/cssm/utils/getIcon.js +25 -0
  747. package/checkbox/esm/Component.js +5 -3
  748. package/checkbox/esm/icons/icon-check-20.d.ts +4 -0
  749. package/checkbox/esm/icons/icon-check-20.js +6 -0
  750. package/checkbox/esm/icons/icon-check-24.d.ts +4 -0
  751. package/checkbox/esm/icons/icon-check-24.js +6 -0
  752. package/checkbox/esm/index.css +52 -44
  753. package/checkbox/esm/index.js +3 -1
  754. package/checkbox/esm/utils/getIcon.d.ts +4 -0
  755. package/checkbox/esm/utils/getIcon.js +19 -0
  756. package/checkbox/icons/icon-check-20.d.ts +4 -0
  757. package/checkbox/icons/icon-check-20.js +12 -0
  758. package/checkbox/icons/icon-check-24.d.ts +4 -0
  759. package/checkbox/icons/icon-check-24.js +12 -0
  760. package/checkbox/index.css +52 -44
  761. package/checkbox/modern/Component.js +5 -3
  762. package/checkbox/modern/icons/icon-check-20.d.ts +4 -0
  763. package/checkbox/modern/icons/icon-check-20.js +6 -0
  764. package/checkbox/modern/icons/icon-check-24.d.ts +4 -0
  765. package/checkbox/modern/icons/icon-check-24.js +6 -0
  766. package/checkbox/modern/index.css +52 -44
  767. package/checkbox/modern/index.js +3 -1
  768. package/checkbox/modern/utils/getIcon.d.ts +4 -0
  769. package/checkbox/modern/utils/getIcon.js +19 -0
  770. package/checkbox/moderncssm/Component.d.ts +168 -0
  771. package/checkbox/moderncssm/Component.js +53 -0
  772. package/checkbox/moderncssm/icons/icon-check-20.d.ts +4 -0
  773. package/checkbox/moderncssm/icons/icon-check-20.js +6 -0
  774. package/checkbox/moderncssm/icons/icon-check-24.d.ts +4 -0
  775. package/checkbox/moderncssm/icons/icon-check-24.js +6 -0
  776. package/checkbox/moderncssm/index.d.ts +1 -0
  777. package/checkbox/moderncssm/index.js +10 -0
  778. package/checkbox/moderncssm/index.module.css +224 -0
  779. package/checkbox/moderncssm/utils/getIcon.d.ts +4 -0
  780. package/checkbox/moderncssm/utils/getIcon.js +19 -0
  781. package/checkbox/utils/getIcon.d.ts +4 -0
  782. package/checkbox/utils/getIcon.js +25 -0
  783. package/checkbox-group/components/base-checkbox-group/Component.js +1 -1
  784. package/checkbox-group/components/base-checkbox-group/index.css +32 -28
  785. package/checkbox-group/cssm/components/base-checkbox-group/index.module.css +13 -9
  786. package/checkbox-group/cssm/mobile/mobile.module.css +4 -2
  787. package/checkbox-group/desktop/Component.desktop.js +1 -1
  788. package/checkbox-group/desktop/desktop.css +4 -4
  789. package/checkbox-group/esm/components/base-checkbox-group/Component.js +1 -1
  790. package/checkbox-group/esm/components/base-checkbox-group/index.css +32 -28
  791. package/checkbox-group/esm/desktop/Component.desktop.js +1 -1
  792. package/checkbox-group/esm/desktop/desktop.css +4 -4
  793. package/checkbox-group/esm/mobile/Component.mobile.js +1 -1
  794. package/checkbox-group/esm/mobile/mobile.css +8 -6
  795. package/checkbox-group/mobile/Component.mobile.js +1 -1
  796. package/checkbox-group/mobile/mobile.css +8 -6
  797. package/checkbox-group/modern/components/base-checkbox-group/Component.js +1 -1
  798. package/checkbox-group/modern/components/base-checkbox-group/index.css +32 -28
  799. package/checkbox-group/modern/desktop/Component.desktop.js +1 -1
  800. package/checkbox-group/modern/desktop/desktop.css +4 -4
  801. package/checkbox-group/modern/mobile/Component.mobile.js +1 -1
  802. package/checkbox-group/modern/mobile/mobile.css +8 -6
  803. package/checkbox-group/moderncssm/Component.responsive.d.ts +15 -0
  804. package/checkbox-group/moderncssm/Component.responsive.js +18 -0
  805. package/checkbox-group/moderncssm/components/base-checkbox-group/Component.d.ts +64 -0
  806. package/checkbox-group/moderncssm/components/base-checkbox-group/Component.js +49 -0
  807. package/checkbox-group/moderncssm/components/base-checkbox-group/index.d.ts +1 -0
  808. package/checkbox-group/moderncssm/components/base-checkbox-group/index.js +4 -0
  809. package/checkbox-group/moderncssm/components/base-checkbox-group/index.module.css +92 -0
  810. package/checkbox-group/moderncssm/desktop/Component.desktop.d.ts +5 -0
  811. package/checkbox-group/moderncssm/desktop/Component.desktop.js +9 -0
  812. package/checkbox-group/moderncssm/desktop/desktop.module.css +25 -0
  813. package/checkbox-group/moderncssm/desktop/index.d.ts +2 -0
  814. package/checkbox-group/moderncssm/desktop/index.js +6 -0
  815. package/checkbox-group/moderncssm/index.d.ts +2 -0
  816. package/checkbox-group/moderncssm/index.js +10 -0
  817. package/checkbox-group/moderncssm/mobile/Component.mobile.d.ts +5 -0
  818. package/checkbox-group/moderncssm/mobile/Component.mobile.js +9 -0
  819. package/checkbox-group/moderncssm/mobile/index.d.ts +2 -0
  820. package/checkbox-group/moderncssm/mobile/index.js +6 -0
  821. package/checkbox-group/moderncssm/mobile/mobile.module.css +25 -0
  822. package/checkbox-group/moderncssm/vars.css +6 -0
  823. package/circular-progress-bar/Component.js +1 -1
  824. package/circular-progress-bar/esm/Component.js +1 -1
  825. package/circular-progress-bar/esm/index.css +49 -49
  826. package/circular-progress-bar/index.css +49 -49
  827. package/circular-progress-bar/modern/Component.js +1 -1
  828. package/circular-progress-bar/modern/index.css +49 -49
  829. package/circular-progress-bar/moderncssm/Component.d.ts +111 -0
  830. package/circular-progress-bar/moderncssm/Component.js +77 -0
  831. package/circular-progress-bar/moderncssm/consts.d.ts +72 -0
  832. package/circular-progress-bar/moderncssm/consts.js +73 -0
  833. package/circular-progress-bar/moderncssm/index.d.ts +1 -0
  834. package/circular-progress-bar/moderncssm/index.js +6 -0
  835. package/circular-progress-bar/moderncssm/index.module.css +239 -0
  836. package/code-input/components/base-code-input/component.js +1 -1
  837. package/code-input/components/base-code-input/index.css +8 -7
  838. package/code-input/components/input/component.js +1 -1
  839. package/code-input/components/input/index.css +14 -13
  840. package/code-input/cssm/components/base-code-input/index.module.css +2 -1
  841. package/code-input/cssm/components/input/index.module.css +2 -1
  842. package/code-input/cssm/mobile/mobile.module.css +2 -1
  843. package/code-input/desktop/Component.desktop.js +1 -1
  844. package/code-input/desktop/desktop.css +2 -2
  845. package/code-input/esm/components/base-code-input/component.js +1 -1
  846. package/code-input/esm/components/base-code-input/index.css +8 -7
  847. package/code-input/esm/components/input/component.js +1 -1
  848. package/code-input/esm/components/input/index.css +14 -13
  849. package/code-input/esm/desktop/Component.desktop.js +1 -1
  850. package/code-input/esm/desktop/desktop.css +2 -2
  851. package/code-input/esm/mobile/Component.mobile.js +1 -1
  852. package/code-input/esm/mobile/mobile.css +5 -4
  853. package/code-input/mobile/Component.mobile.js +1 -1
  854. package/code-input/mobile/mobile.css +5 -4
  855. package/code-input/modern/components/base-code-input/component.js +1 -1
  856. package/code-input/modern/components/base-code-input/index.css +8 -7
  857. package/code-input/modern/components/input/component.js +1 -1
  858. package/code-input/modern/components/input/index.css +14 -13
  859. package/code-input/modern/desktop/Component.desktop.js +1 -1
  860. package/code-input/modern/desktop/desktop.css +2 -2
  861. package/code-input/modern/mobile/Component.mobile.js +1 -1
  862. package/code-input/modern/mobile/mobile.css +5 -4
  863. package/code-input/moderncssm/Component.responsive.d.ts +26 -0
  864. package/code-input/moderncssm/Component.responsive.js +21 -0
  865. package/code-input/moderncssm/components/base-code-input/component.d.ts +5 -0
  866. package/code-input/moderncssm/components/base-code-input/component.js +192 -0
  867. package/code-input/moderncssm/components/base-code-input/index.d.ts +1 -0
  868. package/code-input/moderncssm/components/base-code-input/index.js +6 -0
  869. package/code-input/moderncssm/components/base-code-input/index.module.css +37 -0
  870. package/code-input/moderncssm/components/index.d.ts +1 -0
  871. package/code-input/moderncssm/components/index.js +4 -0
  872. package/code-input/moderncssm/components/input/component.d.ts +34 -0
  873. package/code-input/moderncssm/components/input/component.js +30 -0
  874. package/code-input/moderncssm/components/input/index.d.ts +1 -0
  875. package/code-input/moderncssm/components/input/index.js +4 -0
  876. package/code-input/moderncssm/components/input/index.module.css +82 -0
  877. package/code-input/moderncssm/desktop/Component.desktop.d.ts +6 -0
  878. package/code-input/moderncssm/desktop/Component.desktop.js +11 -0
  879. package/code-input/moderncssm/desktop/desktop.module.css +36 -0
  880. package/code-input/moderncssm/desktop/index.d.ts +2 -0
  881. package/code-input/moderncssm/desktop/index.js +8 -0
  882. package/code-input/moderncssm/index.d.ts +2 -0
  883. package/code-input/moderncssm/index.js +12 -0
  884. package/code-input/moderncssm/mobile/Component.mobile.d.ts +6 -0
  885. package/code-input/moderncssm/mobile/Component.mobile.js +11 -0
  886. package/code-input/moderncssm/mobile/index.d.ts +2 -0
  887. package/code-input/moderncssm/mobile/index.js +8 -0
  888. package/code-input/moderncssm/mobile/mobile.module.css +38 -0
  889. package/code-input/moderncssm/shared/index.d.ts +1 -0
  890. package/code-input/moderncssm/shared/index.js +1 -0
  891. package/code-input/moderncssm/typings.d.ts +70 -0
  892. package/code-input/moderncssm/typings.js +1 -0
  893. package/code-input/moderncssm/vars.css +29 -0
  894. package/collapse/Component.js +1 -1
  895. package/collapse/cssm/index.module.css +2 -1
  896. package/collapse/esm/Component.js +1 -1
  897. package/collapse/esm/index.css +11 -10
  898. package/collapse/index.css +11 -10
  899. package/collapse/modern/Component.js +1 -1
  900. package/collapse/modern/index.css +11 -10
  901. package/collapse/moderncssm/Component.d.ts +54 -0
  902. package/collapse/moderncssm/Component.js +69 -0
  903. package/collapse/moderncssm/index.d.ts +1 -0
  904. package/collapse/moderncssm/index.js +9 -0
  905. package/collapse/moderncssm/index.module.css +33 -0
  906. package/comment/Component.js +1 -1
  907. package/comment/cssm/index.module.css +2 -1
  908. package/comment/esm/Component.js +1 -1
  909. package/comment/esm/index.css +6 -5
  910. package/comment/index.css +6 -5
  911. package/comment/modern/Component.js +1 -1
  912. package/comment/modern/index.css +6 -5
  913. package/comment/moderncssm/Component.d.ts +23 -0
  914. package/comment/moderncssm/Component.js +12 -0
  915. package/comment/moderncssm/index.d.ts +1 -0
  916. package/comment/moderncssm/index.js +5 -0
  917. package/comment/moderncssm/index.module.css +24 -0
  918. package/confirmation/components/base-confirmation/component.js +1 -1
  919. package/confirmation/components/base-confirmation/index.css +2 -2
  920. package/confirmation/components/countdown-loader/component.js +1 -1
  921. package/confirmation/components/countdown-loader/index.css +2 -2
  922. package/confirmation/components/header/component.js +1 -1
  923. package/confirmation/components/header/index.css +6 -5
  924. package/confirmation/components/screens/fatal-error/component.js +1 -1
  925. package/confirmation/components/screens/fatal-error/index.css +8 -7
  926. package/confirmation/components/screens/hint/component.js +1 -1
  927. package/confirmation/components/screens/hint/index.css +19 -16
  928. package/confirmation/components/screens/initial/component.js +1 -1
  929. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  930. package/confirmation/components/screens/initial/index.css +32 -26
  931. package/confirmation/components/screens/temp-block/component.js +1 -1
  932. package/confirmation/components/screens/temp-block/index.css +10 -9
  933. package/confirmation/countdown-section-3a5329be.js +47 -0
  934. package/confirmation/cssm/components/header/index.module.css +2 -1
  935. package/confirmation/cssm/components/screens/fatal-error/index.module.css +2 -1
  936. package/confirmation/cssm/components/screens/hint/index.module.css +7 -4
  937. package/confirmation/cssm/components/screens/initial/index.module.css +14 -8
  938. package/confirmation/cssm/components/screens/temp-block/index.module.css +3 -2
  939. package/confirmation/esm/component.responsive.js +1 -1
  940. package/confirmation/esm/components/base-confirmation/component.js +2 -2
  941. package/confirmation/esm/components/base-confirmation/index.css +2 -2
  942. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  943. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  944. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  945. package/confirmation/esm/components/header/component.js +1 -1
  946. package/confirmation/esm/components/header/index.css +6 -5
  947. package/confirmation/esm/components/index.js +1 -1
  948. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  949. package/confirmation/esm/components/screens/fatal-error/index.css +8 -7
  950. package/confirmation/esm/components/screens/hint/component.js +1 -1
  951. package/confirmation/esm/components/screens/hint/index.css +19 -16
  952. package/confirmation/esm/components/screens/index.js +1 -1
  953. package/confirmation/esm/components/screens/initial/component.js +1 -1
  954. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  955. package/confirmation/esm/components/screens/initial/index.css +32 -26
  956. package/confirmation/esm/components/screens/initial/index.js +1 -1
  957. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  958. package/confirmation/esm/components/screens/temp-block/index.css +10 -9
  959. package/confirmation/esm/countdown-section-94fad86c.js +41 -0
  960. package/confirmation/esm/desktop/component.desktop.js +1 -1
  961. package/confirmation/esm/desktop/index.js +1 -1
  962. package/confirmation/esm/index.js +1 -1
  963. package/confirmation/esm/mobile/component.mobile.js +2 -2
  964. package/confirmation/esm/mobile/index.js +1 -1
  965. package/confirmation/esm/mobile/mobile.css +2 -2
  966. package/confirmation/esm/shared/index.js +1 -1
  967. package/confirmation/mobile/component.mobile.js +1 -1
  968. package/confirmation/mobile/mobile.css +2 -2
  969. package/confirmation/modern/component.responsive.js +1 -1
  970. package/confirmation/modern/components/base-confirmation/component.js +2 -2
  971. package/confirmation/modern/components/base-confirmation/index.css +2 -2
  972. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  973. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  974. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  975. package/confirmation/modern/components/header/component.js +1 -1
  976. package/confirmation/modern/components/header/index.css +6 -5
  977. package/confirmation/modern/components/index.js +1 -1
  978. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  979. package/confirmation/modern/components/screens/fatal-error/index.css +8 -7
  980. package/confirmation/modern/components/screens/hint/component.js +1 -1
  981. package/confirmation/modern/components/screens/hint/index.css +19 -16
  982. package/confirmation/modern/components/screens/index.js +1 -1
  983. package/confirmation/modern/components/screens/initial/component.js +1 -1
  984. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  985. package/confirmation/modern/components/screens/initial/index.css +32 -26
  986. package/confirmation/modern/components/screens/initial/index.js +1 -1
  987. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  988. package/confirmation/modern/components/screens/temp-block/index.css +10 -9
  989. package/confirmation/modern/countdown-section-382143ea.js +36 -0
  990. package/confirmation/modern/desktop/component.desktop.js +1 -1
  991. package/confirmation/modern/desktop/index.js +1 -1
  992. package/confirmation/modern/index.js +1 -1
  993. package/confirmation/modern/mobile/component.mobile.js +2 -2
  994. package/confirmation/modern/mobile/index.js +1 -1
  995. package/confirmation/modern/mobile/mobile.css +2 -2
  996. package/confirmation/modern/shared/index.js +1 -1
  997. package/confirmation/moderncssm/component.responsive.d.ts +15 -0
  998. package/confirmation/moderncssm/component.responsive.js +39 -0
  999. package/confirmation/moderncssm/components/base-confirmation/component.d.ts +4 -0
  1000. package/confirmation/moderncssm/components/base-confirmation/component.js +101 -0
  1001. package/confirmation/moderncssm/components/base-confirmation/index.d.ts +1 -0
  1002. package/confirmation/moderncssm/components/base-confirmation/index.js +28 -0
  1003. package/confirmation/moderncssm/components/base-confirmation/index.module.css +8 -0
  1004. package/confirmation/moderncssm/components/countdown-loader/component.d.ts +7 -0
  1005. package/confirmation/moderncssm/components/countdown-loader/component.js +18 -0
  1006. package/confirmation/moderncssm/components/countdown-loader/index.d.ts +1 -0
  1007. package/confirmation/moderncssm/components/countdown-loader/index.js +3 -0
  1008. package/confirmation/moderncssm/components/countdown-loader/index.module.css +7 -0
  1009. package/confirmation/moderncssm/components/header/component.d.ts +13 -0
  1010. package/confirmation/moderncssm/components/header/component.js +8 -0
  1011. package/confirmation/moderncssm/components/header/index.d.ts +1 -0
  1012. package/confirmation/moderncssm/components/header/index.js +5 -0
  1013. package/confirmation/moderncssm/components/header/index.module.css +40 -0
  1014. package/confirmation/moderncssm/components/index.d.ts +2 -0
  1015. package/confirmation/moderncssm/components/index.js +25 -0
  1016. package/confirmation/moderncssm/components/screens/fatal-error/component.d.ts +9 -0
  1017. package/confirmation/moderncssm/components/screens/fatal-error/component.js +19 -0
  1018. package/confirmation/moderncssm/components/screens/fatal-error/index.d.ts +1 -0
  1019. package/confirmation/moderncssm/components/screens/fatal-error/index.js +10 -0
  1020. package/confirmation/moderncssm/components/screens/fatal-error/index.module.css +42 -0
  1021. package/confirmation/moderncssm/components/screens/hint/component.d.ts +9 -0
  1022. package/confirmation/moderncssm/components/screens/hint/component.js +36 -0
  1023. package/confirmation/moderncssm/components/screens/hint/index.d.ts +1 -0
  1024. package/confirmation/moderncssm/components/screens/hint/index.js +11 -0
  1025. package/confirmation/moderncssm/components/screens/hint/index.module.css +72 -0
  1026. package/confirmation/moderncssm/components/screens/index.d.ts +4 -0
  1027. package/confirmation/moderncssm/components/screens/index.js +25 -0
  1028. package/confirmation/moderncssm/components/screens/initial/component.d.ts +9 -0
  1029. package/confirmation/moderncssm/components/screens/initial/component.js +106 -0
  1030. package/confirmation/moderncssm/components/screens/initial/countdown-section.d.ts +10 -0
  1031. package/confirmation/moderncssm/components/screens/initial/countdown-section.js +34 -0
  1032. package/confirmation/moderncssm/components/screens/initial/index.d.ts +1 -0
  1033. package/confirmation/moderncssm/components/screens/initial/index.js +17 -0
  1034. package/confirmation/moderncssm/components/screens/initial/index.module.css +97 -0
  1035. package/confirmation/moderncssm/components/screens/temp-block/component.d.ts +9 -0
  1036. package/confirmation/moderncssm/components/screens/temp-block/component.js +31 -0
  1037. package/confirmation/moderncssm/components/screens/temp-block/index.d.ts +1 -0
  1038. package/confirmation/moderncssm/components/screens/temp-block/index.js +11 -0
  1039. package/confirmation/moderncssm/components/screens/temp-block/index.module.css +47 -0
  1040. package/confirmation/moderncssm/context.d.ts +4 -0
  1041. package/confirmation/moderncssm/context.js +26 -0
  1042. package/confirmation/moderncssm/desktop/component.desktop.d.ts +5 -0
  1043. package/confirmation/moderncssm/desktop/component.desktop.js +32 -0
  1044. package/confirmation/moderncssm/desktop/index.d.ts +2 -0
  1045. package/confirmation/moderncssm/desktop/index.js +29 -0
  1046. package/confirmation/moderncssm/index.d.ts +2 -0
  1047. package/confirmation/moderncssm/index.js +33 -0
  1048. package/confirmation/moderncssm/mobile/component.mobile.d.ts +5 -0
  1049. package/confirmation/moderncssm/mobile/component.mobile.js +33 -0
  1050. package/confirmation/moderncssm/mobile/index.d.ts +2 -0
  1051. package/confirmation/moderncssm/mobile/index.js +30 -0
  1052. package/confirmation/moderncssm/mobile/mobile.module.css +3 -0
  1053. package/confirmation/moderncssm/shared/index.d.ts +4 -0
  1054. package/confirmation/moderncssm/shared/index.js +26 -0
  1055. package/confirmation/moderncssm/types.d.ts +167 -0
  1056. package/confirmation/moderncssm/types.js +19 -0
  1057. package/confirmation/moderncssm/utils.d.ts +30 -0
  1058. package/confirmation/moderncssm/utils.js +72 -0
  1059. package/confirmation/moderncssm/vars.css +11 -0
  1060. package/confirmation-v1/component.js +1 -1
  1061. package/confirmation-v1/components/code-input/component.js +1 -1
  1062. package/confirmation-v1/components/code-input/index.css +14 -12
  1063. package/confirmation-v1/components/countdown/component.js +1 -1
  1064. package/confirmation-v1/components/countdown/index.css +24 -20
  1065. package/confirmation-v1/components/countdown-loader/component.js +1 -1
  1066. package/confirmation-v1/components/countdown-loader/index.css +2 -2
  1067. package/confirmation-v1/components/overlimit/component.js +1 -1
  1068. package/confirmation-v1/components/overlimit/index.css +19 -14
  1069. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  1070. package/confirmation-v1/components/sign-confirmation/index.css +22 -18
  1071. package/confirmation-v1/cssm/components/code-input/index.module.css +4 -2
  1072. package/confirmation-v1/cssm/components/countdown/index.module.css +11 -7
  1073. package/confirmation-v1/cssm/components/overlimit/index.module.css +10 -5
  1074. package/confirmation-v1/cssm/components/sign-confirmation/index.module.css +9 -5
  1075. package/confirmation-v1/cssm/index.module.css +9 -5
  1076. package/confirmation-v1/esm/component.js +1 -1
  1077. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  1078. package/confirmation-v1/esm/components/code-input/index.css +14 -12
  1079. package/confirmation-v1/esm/components/countdown/component.js +1 -1
  1080. package/confirmation-v1/esm/components/countdown/index.css +24 -20
  1081. package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
  1082. package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
  1083. package/confirmation-v1/esm/components/overlimit/component.js +1 -1
  1084. package/confirmation-v1/esm/components/overlimit/index.css +19 -14
  1085. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  1086. package/confirmation-v1/esm/components/sign-confirmation/index.css +22 -18
  1087. package/confirmation-v1/esm/index.css +23 -19
  1088. package/confirmation-v1/index.css +23 -19
  1089. package/confirmation-v1/modern/component.js +1 -1
  1090. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  1091. package/confirmation-v1/modern/components/code-input/index.css +14 -12
  1092. package/confirmation-v1/modern/components/countdown/component.js +1 -1
  1093. package/confirmation-v1/modern/components/countdown/index.css +24 -20
  1094. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  1095. package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
  1096. package/confirmation-v1/modern/components/overlimit/component.js +1 -1
  1097. package/confirmation-v1/modern/components/overlimit/index.css +19 -14
  1098. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  1099. package/confirmation-v1/modern/components/sign-confirmation/index.css +22 -18
  1100. package/confirmation-v1/modern/index.css +23 -19
  1101. package/confirmation-v1/moderncssm/component.d.ts +168 -0
  1102. package/confirmation-v1/moderncssm/component.js +120 -0
  1103. package/confirmation-v1/moderncssm/components/code-input/component.d.ts +16 -0
  1104. package/confirmation-v1/moderncssm/components/code-input/component.js +121 -0
  1105. package/confirmation-v1/moderncssm/components/code-input/index.d.ts +1 -0
  1106. package/confirmation-v1/moderncssm/components/code-input/index.js +6 -0
  1107. package/confirmation-v1/moderncssm/components/code-input/index.module.css +82 -0
  1108. package/confirmation-v1/moderncssm/components/code-input/utils.d.ts +10 -0
  1109. package/confirmation-v1/moderncssm/components/code-input/utils.js +16 -0
  1110. package/confirmation-v1/moderncssm/components/countdown/component.d.ts +24 -0
  1111. package/confirmation-v1/moderncssm/components/countdown/component.js +101 -0
  1112. package/confirmation-v1/moderncssm/components/countdown/index.d.ts +1 -0
  1113. package/confirmation-v1/moderncssm/components/countdown/index.js +9 -0
  1114. package/confirmation-v1/moderncssm/components/countdown/index.module.css +77 -0
  1115. package/confirmation-v1/moderncssm/components/countdown-loader/component.d.ts +7 -0
  1116. package/confirmation-v1/moderncssm/components/countdown-loader/component.js +18 -0
  1117. package/confirmation-v1/moderncssm/components/countdown-loader/index.d.ts +1 -0
  1118. package/confirmation-v1/moderncssm/components/countdown-loader/index.js +3 -0
  1119. package/confirmation-v1/moderncssm/components/countdown-loader/index.module.css +7 -0
  1120. package/confirmation-v1/moderncssm/components/index.d.ts +4 -0
  1121. package/confirmation-v1/moderncssm/components/index.js +19 -0
  1122. package/confirmation-v1/moderncssm/components/overlimit/component.d.ts +12 -0
  1123. package/confirmation-v1/moderncssm/components/overlimit/component.js +64 -0
  1124. package/confirmation-v1/moderncssm/components/overlimit/index.d.ts +1 -0
  1125. package/confirmation-v1/moderncssm/components/overlimit/index.js +12 -0
  1126. package/confirmation-v1/moderncssm/components/overlimit/index.module.css +73 -0
  1127. package/confirmation-v1/moderncssm/components/sign-confirmation/component.d.ts +37 -0
  1128. package/confirmation-v1/moderncssm/components/sign-confirmation/component.js +52 -0
  1129. package/confirmation-v1/moderncssm/components/sign-confirmation/index.d.ts +1 -0
  1130. package/confirmation-v1/moderncssm/components/sign-confirmation/index.js +16 -0
  1131. package/confirmation-v1/moderncssm/components/sign-confirmation/index.module.css +97 -0
  1132. package/confirmation-v1/moderncssm/index.d.ts +4 -0
  1133. package/confirmation-v1/moderncssm/index.js +21 -0
  1134. package/confirmation-v1/moderncssm/index.module.css +97 -0
  1135. package/confirmation-v1/moderncssm/vars.css +11 -0
  1136. package/custom-button/Component.js +1 -1
  1137. package/custom-button/esm/Component.js +1 -1
  1138. package/custom-button/esm/index.css +21 -21
  1139. package/custom-button/index.css +21 -21
  1140. package/custom-button/modern/Component.js +1 -1
  1141. package/custom-button/modern/index.css +21 -21
  1142. package/custom-button/moderncssm/Component.d.ts +23 -0
  1143. package/custom-button/moderncssm/Component.js +20 -0
  1144. package/custom-button/moderncssm/index.d.ts +1 -0
  1145. package/custom-button/moderncssm/index.js +5 -0
  1146. package/custom-button/moderncssm/index.module.css +94 -0
  1147. package/custom-picker-button/cssm/field/index.module.css +2 -1
  1148. package/custom-picker-button/esm/field/Component.js +1 -1
  1149. package/custom-picker-button/esm/field/index.css +7 -6
  1150. package/custom-picker-button/field/Component.js +1 -1
  1151. package/custom-picker-button/field/index.css +7 -6
  1152. package/custom-picker-button/modern/field/Component.js +1 -1
  1153. package/custom-picker-button/modern/field/index.css +7 -6
  1154. package/custom-picker-button/moderncssm/Component.responsive.d.ts +28 -0
  1155. package/custom-picker-button/moderncssm/Component.responsive.js +20 -0
  1156. package/custom-picker-button/moderncssm/desktop/Component.desktop.d.ts +7 -0
  1157. package/custom-picker-button/moderncssm/desktop/Component.desktop.js +19 -0
  1158. package/custom-picker-button/moderncssm/desktop/index.d.ts +2 -0
  1159. package/custom-picker-button/moderncssm/desktop/index.js +8 -0
  1160. package/custom-picker-button/moderncssm/field/Component.d.ts +14 -0
  1161. package/custom-picker-button/moderncssm/field/Component.js +35 -0
  1162. package/custom-picker-button/moderncssm/field/index.d.ts +1 -0
  1163. package/custom-picker-button/moderncssm/field/index.js +6 -0
  1164. package/custom-picker-button/moderncssm/field/index.module.css +18 -0
  1165. package/custom-picker-button/moderncssm/index.d.ts +2 -0
  1166. package/custom-picker-button/moderncssm/index.js +12 -0
  1167. package/custom-picker-button/moderncssm/mobile/Component.mobile.d.ts +7 -0
  1168. package/custom-picker-button/moderncssm/mobile/Component.mobile.js +17 -0
  1169. package/custom-picker-button/moderncssm/mobile/index.d.ts +2 -0
  1170. package/custom-picker-button/moderncssm/mobile/index.js +8 -0
  1171. package/date-input/Component.js +1 -1
  1172. package/date-input/esm/Component.js +1 -1
  1173. package/date-input/esm/index.css +4 -4
  1174. package/date-input/index.css +4 -4
  1175. package/date-input/modern/Component.js +1 -1
  1176. package/date-input/modern/index.css +4 -4
  1177. package/date-input/moderncssm/Component.d.ts +49 -0
  1178. package/date-input/moderncssm/Component.js +96 -0
  1179. package/date-input/moderncssm/index.d.ts +2 -0
  1180. package/date-input/moderncssm/index.js +10 -0
  1181. package/date-input/moderncssm/index.module.css +20 -0
  1182. package/date-input/moderncssm/utils/format.d.ts +9 -0
  1183. package/date-input/moderncssm/utils/format.js +30 -0
  1184. package/date-input/moderncssm/utils/index.d.ts +2 -0
  1185. package/date-input/moderncssm/utils/index.js +5 -0
  1186. package/date-input/moderncssm/utils/native-supports.d.ts +5 -0
  1187. package/date-input/moderncssm/utils/native-supports.js +12 -0
  1188. package/date-range-input/components/date-range-input/Component.js +1 -1
  1189. package/date-range-input/components/date-range-input/index.css +9 -8
  1190. package/date-range-input/cssm/components/date-range-input/index.module.css +2 -1
  1191. package/date-range-input/esm/components/date-range-input/Component.js +1 -1
  1192. package/date-range-input/esm/components/date-range-input/index.css +9 -8
  1193. package/date-range-input/modern/components/date-range-input/Component.js +1 -1
  1194. package/date-range-input/modern/components/date-range-input/index.css +9 -8
  1195. package/date-range-input/moderncssm/Component.responsive.d.ts +17 -0
  1196. package/date-range-input/moderncssm/Component.responsive.js +34 -0
  1197. package/date-range-input/moderncssm/components/date-range-input/Component.d.ts +117 -0
  1198. package/date-range-input/moderncssm/components/date-range-input/Component.js +207 -0
  1199. package/date-range-input/moderncssm/components/date-range-input/index.d.ts +1 -0
  1200. package/date-range-input/moderncssm/components/date-range-input/index.js +14 -0
  1201. package/date-range-input/moderncssm/components/date-range-input/index.module.css +54 -0
  1202. package/date-range-input/moderncssm/desktop/Component.desktop.d.ts +10 -0
  1203. package/date-range-input/moderncssm/desktop/Component.desktop.js +24 -0
  1204. package/date-range-input/moderncssm/desktop/index.d.ts +2 -0
  1205. package/date-range-input/moderncssm/desktop/index.js +17 -0
  1206. package/date-range-input/moderncssm/index.d.ts +3 -0
  1207. package/date-range-input/moderncssm/index.js +21 -0
  1208. package/date-range-input/moderncssm/mobile/Component.mobile.d.ts +10 -0
  1209. package/date-range-input/moderncssm/mobile/Component.mobile.js +24 -0
  1210. package/date-range-input/moderncssm/mobile/index.d.ts +2 -0
  1211. package/date-range-input/moderncssm/mobile/index.js +17 -0
  1212. package/date-range-input/moderncssm/utils/format.d.ts +8 -0
  1213. package/date-range-input/moderncssm/utils/format.js +81 -0
  1214. package/date-range-input/moderncssm/utils/index.d.ts +1 -0
  1215. package/date-range-input/moderncssm/utils/index.js +3 -0
  1216. package/date-time-input/components/date-time-input/Component.d.ts +3 -1
  1217. package/date-time-input/components/date-time-input/Component.js +1 -1
  1218. package/date-time-input/components/date-time-input/index.css +9 -8
  1219. package/date-time-input/cssm/components/date-time-input/Component.d.ts +3 -1
  1220. package/date-time-input/cssm/components/date-time-input/index.module.css +2 -1
  1221. package/date-time-input/esm/components/date-time-input/Component.d.ts +3 -1
  1222. package/date-time-input/esm/components/date-time-input/Component.js +1 -1
  1223. package/date-time-input/esm/components/date-time-input/index.css +9 -8
  1224. package/date-time-input/modern/components/date-time-input/Component.d.ts +3 -1
  1225. package/date-time-input/modern/components/date-time-input/Component.js +1 -1
  1226. package/date-time-input/modern/components/date-time-input/index.css +9 -8
  1227. package/date-time-input/moderncssm/Component.responsive.d.ts +19 -0
  1228. package/date-time-input/moderncssm/Component.responsive.js +29 -0
  1229. package/date-time-input/moderncssm/components/date-time-input/Component.d.ts +216 -0
  1230. package/date-time-input/moderncssm/components/date-time-input/Component.js +141 -0
  1231. package/date-time-input/moderncssm/components/date-time-input/index.d.ts +1 -0
  1232. package/date-time-input/moderncssm/components/date-time-input/index.js +13 -0
  1233. package/date-time-input/moderncssm/components/date-time-input/index.module.css +54 -0
  1234. package/date-time-input/moderncssm/desktop/Component.desktop.d.ts +10 -0
  1235. package/date-time-input/moderncssm/desktop/Component.desktop.js +23 -0
  1236. package/date-time-input/moderncssm/desktop/index.d.ts +2 -0
  1237. package/date-time-input/moderncssm/desktop/index.js +16 -0
  1238. package/date-time-input/moderncssm/index.d.ts +3 -0
  1239. package/date-time-input/moderncssm/index.js +20 -0
  1240. package/date-time-input/moderncssm/mobile/Component.mobile.d.ts +6 -0
  1241. package/date-time-input/moderncssm/mobile/Component.mobile.js +19 -0
  1242. package/date-time-input/moderncssm/mobile/index.d.ts +2 -0
  1243. package/date-time-input/moderncssm/mobile/index.js +16 -0
  1244. package/date-time-input/moderncssm/utils/format.d.ts +13 -0
  1245. package/date-time-input/moderncssm/utils/format.js +134 -0
  1246. package/date-time-input/moderncssm/utils/index.d.ts +1 -0
  1247. package/date-time-input/moderncssm/utils/index.js +3 -0
  1248. package/divider/Component.js +1 -1
  1249. package/divider/esm/Component.js +1 -1
  1250. package/divider/esm/index.css +2 -2
  1251. package/divider/index.css +2 -2
  1252. package/divider/modern/Component.js +1 -1
  1253. package/divider/modern/index.css +2 -2
  1254. package/divider/moderncssm/Component.d.ts +14 -0
  1255. package/divider/moderncssm/Component.js +7 -0
  1256. package/divider/moderncssm/index.d.ts +1 -0
  1257. package/divider/moderncssm/index.js +4 -0
  1258. package/divider/moderncssm/index.module.css +11 -0
  1259. package/drawer/Component.js +1 -1
  1260. package/drawer/esm/Component.js +1 -1
  1261. package/drawer/esm/index.css +35 -35
  1262. package/drawer/index.css +35 -35
  1263. package/drawer/modern/Component.js +1 -1
  1264. package/drawer/modern/index.css +35 -35
  1265. package/drawer/moderncssm/Component.d.ts +40 -0
  1266. package/drawer/moderncssm/Component.js +69 -0
  1267. package/drawer/moderncssm/index.d.ts +1 -0
  1268. package/drawer/moderncssm/index.js +6 -0
  1269. package/drawer/moderncssm/index.module.css +134 -0
  1270. package/dropzone/Component.js +1 -1
  1271. package/dropzone/components/overlay/Component.js +1 -1
  1272. package/dropzone/components/overlay/index.css +6 -5
  1273. package/dropzone/cssm/components/overlay/index.module.css +2 -1
  1274. package/dropzone/esm/Component.js +1 -1
  1275. package/dropzone/esm/components/overlay/Component.js +1 -1
  1276. package/dropzone/esm/components/overlay/index.css +6 -5
  1277. package/dropzone/esm/index.css +9 -9
  1278. package/dropzone/index.css +9 -9
  1279. package/dropzone/modern/Component.js +1 -1
  1280. package/dropzone/modern/components/overlay/Component.js +1 -1
  1281. package/dropzone/modern/components/overlay/index.css +6 -5
  1282. package/dropzone/modern/index.css +9 -9
  1283. package/dropzone/moderncssm/Component.d.ts +65 -0
  1284. package/dropzone/moderncssm/Component.js +70 -0
  1285. package/dropzone/moderncssm/components/index.d.ts +1 -0
  1286. package/dropzone/moderncssm/components/index.js +5 -0
  1287. package/dropzone/moderncssm/components/overlay/Component.d.ts +13 -0
  1288. package/dropzone/moderncssm/components/overlay/Component.js +12 -0
  1289. package/dropzone/moderncssm/components/overlay/index.d.ts +1 -0
  1290. package/dropzone/moderncssm/components/overlay/index.js +5 -0
  1291. package/dropzone/moderncssm/components/overlay/index.module.css +35 -0
  1292. package/dropzone/moderncssm/index.d.ts +1 -0
  1293. package/dropzone/moderncssm/index.js +8 -0
  1294. package/dropzone/moderncssm/index.module.css +42 -0
  1295. package/dropzone/moderncssm/utils.d.ts +3 -0
  1296. package/dropzone/moderncssm/utils.js +6 -0
  1297. package/file-upload-item/Component.js +1 -1
  1298. package/file-upload-item/cssm/index.module.css +17 -12
  1299. package/file-upload-item/esm/Component.js +1 -1
  1300. package/file-upload-item/esm/index.css +40 -35
  1301. package/file-upload-item/index.css +40 -35
  1302. package/file-upload-item/modern/Component.js +1 -1
  1303. package/file-upload-item/modern/index.css +40 -35
  1304. package/file-upload-item/moderncssm/Component.d.ts +95 -0
  1305. package/file-upload-item/moderncssm/Component.js +75 -0
  1306. package/file-upload-item/moderncssm/index.d.ts +1 -0
  1307. package/file-upload-item/moderncssm/index.js +18 -0
  1308. package/file-upload-item/moderncssm/index.module.css +129 -0
  1309. package/file-upload-item/moderncssm/utils.d.ts +5 -0
  1310. package/file-upload-item/moderncssm/utils.js +41 -0
  1311. package/filter-tag/components/base-filter-tag/Component.js +1 -1
  1312. package/filter-tag/components/base-filter-tag/index.css +87 -81
  1313. package/filter-tag/cssm/components/base-filter-tag/index.module.css +18 -12
  1314. package/filter-tag/desktop/Component.desktop.js +1 -1
  1315. package/filter-tag/desktop/desktop.css +20 -20
  1316. package/filter-tag/esm/components/base-filter-tag/Component.js +1 -1
  1317. package/filter-tag/esm/components/base-filter-tag/index.css +87 -81
  1318. package/filter-tag/esm/desktop/Component.desktop.js +1 -1
  1319. package/filter-tag/esm/desktop/desktop.css +20 -20
  1320. package/filter-tag/esm/mobile/Component.mobile.js +1 -1
  1321. package/filter-tag/esm/mobile/mobile.css +20 -20
  1322. package/filter-tag/mobile/Component.mobile.js +1 -1
  1323. package/filter-tag/mobile/mobile.css +20 -20
  1324. package/filter-tag/modern/components/base-filter-tag/Component.js +1 -1
  1325. package/filter-tag/modern/components/base-filter-tag/index.css +87 -81
  1326. package/filter-tag/modern/desktop/Component.desktop.js +1 -1
  1327. package/filter-tag/modern/desktop/desktop.css +20 -20
  1328. package/filter-tag/modern/mobile/Component.mobile.js +1 -1
  1329. package/filter-tag/modern/mobile/mobile.css +20 -20
  1330. package/filter-tag/moderncssm/Component.responsive.d.ts +26 -0
  1331. package/filter-tag/moderncssm/Component.responsive.js +24 -0
  1332. package/filter-tag/moderncssm/components/base-filter-tag/Component.d.ts +73 -0
  1333. package/filter-tag/moderncssm/components/base-filter-tag/Component.js +60 -0
  1334. package/filter-tag/moderncssm/components/base-filter-tag/index.d.ts +1 -0
  1335. package/filter-tag/moderncssm/components/base-filter-tag/index.js +9 -0
  1336. package/filter-tag/moderncssm/components/base-filter-tag/index.module.css +343 -0
  1337. package/filter-tag/moderncssm/desktop/Component.desktop.d.ts +6 -0
  1338. package/filter-tag/moderncssm/desktop/Component.desktop.js +14 -0
  1339. package/filter-tag/moderncssm/desktop/desktop.module.css +100 -0
  1340. package/filter-tag/moderncssm/desktop/index.d.ts +2 -0
  1341. package/filter-tag/moderncssm/desktop/index.js +11 -0
  1342. package/filter-tag/moderncssm/index.d.ts +2 -0
  1343. package/filter-tag/moderncssm/index.js +15 -0
  1344. package/filter-tag/moderncssm/mobile/Component.mobile.d.ts +6 -0
  1345. package/filter-tag/moderncssm/mobile/Component.mobile.js +14 -0
  1346. package/filter-tag/moderncssm/mobile/index.d.ts +2 -0
  1347. package/filter-tag/moderncssm/mobile/index.js +11 -0
  1348. package/filter-tag/moderncssm/mobile/mobile.module.css +100 -0
  1349. package/form-control/components/base-form-control/Component.js +3 -3
  1350. package/form-control/components/base-form-control/default.css +18 -18
  1351. package/form-control/components/base-form-control/index.css +59 -57
  1352. package/form-control/components/base-form-control/inverted.css +18 -18
  1353. package/form-control/cssm/components/base-form-control/index.module.css +18 -16
  1354. package/form-control/cssm/mobile/mobile.module.css +2 -1
  1355. package/form-control/desktop/Component.desktop.js +3 -3
  1356. package/form-control/desktop/default.desktop.css +4 -4
  1357. package/form-control/desktop/desktop.css +8 -8
  1358. package/form-control/desktop/inverted.desktop.css +4 -4
  1359. package/form-control/esm/components/base-form-control/Component.js +3 -3
  1360. package/form-control/esm/components/base-form-control/default.css +18 -18
  1361. package/form-control/esm/components/base-form-control/index.css +59 -57
  1362. package/form-control/esm/components/base-form-control/inverted.css +18 -18
  1363. package/form-control/esm/desktop/Component.desktop.js +3 -3
  1364. package/form-control/esm/desktop/default.desktop.css +4 -4
  1365. package/form-control/esm/desktop/desktop.css +8 -8
  1366. package/form-control/esm/desktop/inverted.desktop.css +4 -4
  1367. package/form-control/esm/mobile/Component.mobile.js +3 -3
  1368. package/form-control/esm/mobile/default.mobile.css +3 -3
  1369. package/form-control/esm/mobile/inverted.mobile.css +3 -3
  1370. package/form-control/esm/mobile/mobile.css +10 -9
  1371. package/form-control/mobile/Component.mobile.js +3 -3
  1372. package/form-control/mobile/default.mobile.css +3 -3
  1373. package/form-control/mobile/inverted.mobile.css +3 -3
  1374. package/form-control/mobile/mobile.css +10 -9
  1375. package/form-control/modern/components/base-form-control/Component.js +3 -3
  1376. package/form-control/modern/components/base-form-control/default.css +18 -18
  1377. package/form-control/modern/components/base-form-control/index.css +59 -57
  1378. package/form-control/modern/components/base-form-control/inverted.css +18 -18
  1379. package/form-control/modern/desktop/Component.desktop.js +3 -3
  1380. package/form-control/modern/desktop/default.desktop.css +4 -4
  1381. package/form-control/modern/desktop/desktop.css +8 -8
  1382. package/form-control/modern/desktop/inverted.desktop.css +4 -4
  1383. package/form-control/modern/mobile/Component.mobile.js +3 -3
  1384. package/form-control/modern/mobile/default.mobile.css +3 -3
  1385. package/form-control/modern/mobile/inverted.mobile.css +3 -3
  1386. package/form-control/modern/mobile/mobile.css +10 -9
  1387. package/form-control/moderncssm/Component.responsive.d.ts +26 -0
  1388. package/form-control/moderncssm/Component.responsive.js +26 -0
  1389. package/form-control/moderncssm/components/base-form-control/Component.d.ts +226 -0
  1390. package/form-control/moderncssm/components/base-form-control/Component.js +55 -0
  1391. package/form-control/moderncssm/components/base-form-control/default.module.css +127 -0
  1392. package/form-control/moderncssm/components/base-form-control/index.d.ts +1 -0
  1393. package/form-control/moderncssm/components/base-form-control/index.js +7 -0
  1394. package/form-control/moderncssm/components/base-form-control/index.module.css +270 -0
  1395. package/form-control/moderncssm/components/base-form-control/inverted.module.css +130 -0
  1396. package/form-control/moderncssm/desktop/Component.desktop.d.ts +6 -0
  1397. package/form-control/moderncssm/desktop/Component.desktop.js +18 -0
  1398. package/form-control/moderncssm/desktop/default.desktop.module.css +48 -0
  1399. package/form-control/moderncssm/desktop/desktop.module.css +65 -0
  1400. package/form-control/moderncssm/desktop/index.d.ts +2 -0
  1401. package/form-control/moderncssm/desktop/index.js +11 -0
  1402. package/form-control/moderncssm/desktop/inverted.desktop.module.css +49 -0
  1403. package/form-control/moderncssm/index.d.ts +2 -0
  1404. package/form-control/moderncssm/index.js +17 -0
  1405. package/form-control/moderncssm/mobile/Component.mobile.d.ts +6 -0
  1406. package/form-control/moderncssm/mobile/Component.mobile.js +18 -0
  1407. package/form-control/moderncssm/mobile/default.mobile.module.css +43 -0
  1408. package/form-control/moderncssm/mobile/index.d.ts +2 -0
  1409. package/form-control/moderncssm/mobile/index.js +11 -0
  1410. package/form-control/moderncssm/mobile/inverted.mobile.module.css +44 -0
  1411. package/form-control/moderncssm/mobile/mobile.module.css +65 -0
  1412. package/form-control/moderncssm/shared/index.d.ts +1 -0
  1413. package/form-control/moderncssm/shared/index.js +2 -0
  1414. package/form-control/moderncssm/utils.d.ts +10 -0
  1415. package/form-control/moderncssm/utils.js +15 -0
  1416. package/form-control/moderncssm/vars.css +30 -0
  1417. package/gallery/Component.js +47 -12
  1418. package/gallery/components/buttons/index.css +35 -0
  1419. package/gallery/components/buttons/index.d.ts +16 -0
  1420. package/gallery/components/buttons/index.js +70 -0
  1421. package/gallery/components/header/Component.js +33 -12
  1422. package/gallery/components/header/index.css +8 -19
  1423. package/gallery/components/header-info-block/Component.js +1 -1
  1424. package/gallery/components/header-info-block/index.css +7 -6
  1425. package/gallery/components/header-mobile/Component.d.ts +4 -0
  1426. package/gallery/components/header-mobile/Component.js +37 -0
  1427. package/gallery/components/header-mobile/index.css +50 -0
  1428. package/gallery/components/header-mobile/index.d.ts +1 -0
  1429. package/gallery/components/header-mobile/index.js +7 -0
  1430. package/gallery/components/image-preview/Component.js +67 -24
  1431. package/gallery/components/image-preview/index.css +37 -29
  1432. package/gallery/components/image-preview/paths.d.ts +2 -0
  1433. package/gallery/components/image-preview/paths.js +2 -0
  1434. package/gallery/components/image-viewer/component.js +30 -10
  1435. package/gallery/components/image-viewer/index.css +39 -26
  1436. package/gallery/components/image-viewer/slide.js +3 -1
  1437. package/gallery/components/image-viewer/video/index.css +47 -0
  1438. package/gallery/components/image-viewer/video/index.d.ts +10 -0
  1439. package/gallery/components/image-viewer/video/index.js +119 -0
  1440. package/gallery/components/index.d.ts +2 -0
  1441. package/gallery/components/index.js +4 -0
  1442. package/gallery/components/info-bar/Component.d.ts +4 -0
  1443. package/gallery/components/info-bar/Component.js +45 -0
  1444. package/gallery/components/info-bar/index.css +37 -0
  1445. package/gallery/components/info-bar/index.d.ts +1 -0
  1446. package/gallery/components/info-bar/index.js +7 -0
  1447. package/gallery/components/navigation-bar/Component.js +3 -2
  1448. package/gallery/components/navigation-bar/index.css +12 -8
  1449. package/gallery/context.d.ts +7 -0
  1450. package/gallery/context.js +7 -0
  1451. package/gallery/cssm/Component.js +46 -11
  1452. package/gallery/cssm/components/buttons/index.d.ts +16 -0
  1453. package/gallery/cssm/components/buttons/index.js +69 -0
  1454. package/gallery/cssm/components/buttons/index.module.css +34 -0
  1455. package/gallery/cssm/components/header/Component.js +28 -10
  1456. package/gallery/cssm/components/header/index.module.css +6 -17
  1457. package/gallery/cssm/components/header-info-block/index.module.css +2 -1
  1458. package/gallery/cssm/components/header-mobile/Component.d.ts +4 -0
  1459. package/gallery/cssm/components/header-mobile/Component.js +36 -0
  1460. package/gallery/cssm/components/header-mobile/index.d.ts +1 -0
  1461. package/gallery/cssm/components/header-mobile/index.js +7 -0
  1462. package/gallery/cssm/components/header-mobile/index.module.css +49 -0
  1463. package/gallery/cssm/components/image-preview/Component.js +66 -27
  1464. package/gallery/cssm/components/image-preview/index.module.css +27 -19
  1465. package/gallery/cssm/components/image-preview/paths.d.ts +2 -0
  1466. package/gallery/cssm/components/image-preview/paths.js +2 -0
  1467. package/gallery/cssm/components/image-viewer/component.js +29 -9
  1468. package/gallery/cssm/components/image-viewer/index.module.css +23 -10
  1469. package/gallery/cssm/components/image-viewer/slide.js +12 -2
  1470. package/gallery/cssm/components/image-viewer/video/index.d.ts +10 -0
  1471. package/gallery/cssm/components/image-viewer/video/index.js +118 -0
  1472. package/gallery/cssm/components/image-viewer/video/index.module.css +46 -0
  1473. package/gallery/cssm/components/index.d.ts +2 -0
  1474. package/gallery/cssm/components/index.js +4 -0
  1475. package/gallery/cssm/components/info-bar/Component.d.ts +4 -0
  1476. package/gallery/cssm/components/info-bar/Component.js +44 -0
  1477. package/gallery/cssm/components/info-bar/index.d.ts +1 -0
  1478. package/gallery/cssm/components/info-bar/index.js +7 -0
  1479. package/gallery/cssm/components/info-bar/index.module.css +36 -0
  1480. package/gallery/cssm/components/navigation-bar/Component.js +2 -1
  1481. package/gallery/cssm/components/navigation-bar/index.module.css +7 -3
  1482. package/gallery/cssm/context.d.ts +7 -0
  1483. package/gallery/cssm/context.js +7 -0
  1484. package/gallery/cssm/index.d.ts +1 -1
  1485. package/gallery/cssm/index.js +1 -8
  1486. package/gallery/cssm/index.module.css +14 -2
  1487. package/gallery/cssm/types.d.ts +7 -0
  1488. package/gallery/cssm/utils/constants.d.ts +14 -1
  1489. package/gallery/cssm/utils/constants.js +19 -0
  1490. package/gallery/cssm/utils/index.js +7 -0
  1491. package/gallery/cssm/utils/utils.d.ts +2 -1
  1492. package/gallery/cssm/utils/utils.js +5 -3
  1493. package/gallery/esm/Component.js +58 -16
  1494. package/gallery/esm/components/buttons/index.css +35 -0
  1495. package/gallery/esm/components/buttons/index.d.ts +16 -0
  1496. package/gallery/esm/components/buttons/index.js +55 -0
  1497. package/gallery/esm/components/header/Component.js +38 -11
  1498. package/gallery/esm/components/header/index.css +8 -19
  1499. package/gallery/esm/components/header/index.js +10 -4
  1500. package/gallery/esm/components/header-info-block/Component.js +1 -1
  1501. package/gallery/esm/components/header-info-block/index.css +7 -6
  1502. package/gallery/esm/components/header-mobile/Component.d.ts +4 -0
  1503. package/gallery/esm/components/header-mobile/Component.js +42 -0
  1504. package/gallery/esm/components/header-mobile/index.css +50 -0
  1505. package/gallery/esm/components/header-mobile/index.d.ts +1 -0
  1506. package/gallery/esm/components/header-mobile/index.js +20 -0
  1507. package/gallery/esm/components/image-preview/Component.js +69 -35
  1508. package/gallery/esm/components/image-preview/index.css +37 -29
  1509. package/gallery/esm/components/image-preview/index.js +1 -19
  1510. package/gallery/esm/components/image-preview/paths.d.ts +2 -0
  1511. package/gallery/esm/components/image-preview/paths.js +2 -0
  1512. package/gallery/esm/components/image-viewer/component.js +35 -11
  1513. package/gallery/esm/components/image-viewer/index.css +39 -26
  1514. package/gallery/esm/components/image-viewer/index.js +5 -1
  1515. package/gallery/esm/components/image-viewer/slide.js +7 -2
  1516. package/gallery/esm/components/image-viewer/video/index.css +47 -0
  1517. package/gallery/esm/components/image-viewer/video/index.d.ts +10 -0
  1518. package/gallery/esm/components/image-viewer/video/index.js +110 -0
  1519. package/gallery/esm/components/index.d.ts +2 -0
  1520. package/gallery/esm/components/index.js +17 -8
  1521. package/gallery/esm/components/info-bar/Component.d.ts +4 -0
  1522. package/gallery/esm/components/info-bar/Component.js +52 -0
  1523. package/gallery/esm/components/info-bar/index.css +37 -0
  1524. package/gallery/esm/components/info-bar/index.d.ts +1 -0
  1525. package/gallery/esm/components/info-bar/index.js +20 -0
  1526. package/gallery/esm/components/navigation-bar/Component.js +3 -20
  1527. package/gallery/esm/components/navigation-bar/index.css +12 -8
  1528. package/gallery/esm/components/navigation-bar/index.js +0 -18
  1529. package/gallery/esm/context.d.ts +7 -0
  1530. package/gallery/esm/context.js +7 -0
  1531. package/gallery/esm/index.css +17 -5
  1532. package/gallery/esm/index.d.ts +1 -1
  1533. package/gallery/esm/index.js +21 -11
  1534. package/gallery/esm/slide-8e4c64e4.js +54 -0
  1535. package/gallery/esm/types.d.ts +7 -0
  1536. package/gallery/esm/utils/constants.d.ts +14 -1
  1537. package/gallery/esm/utils/constants.js +14 -1
  1538. package/gallery/esm/utils/index.js +2 -2
  1539. package/gallery/esm/utils/utils.d.ts +2 -1
  1540. package/gallery/esm/utils/utils.js +5 -4
  1541. package/gallery/index.css +17 -5
  1542. package/gallery/index.d.ts +1 -1
  1543. package/gallery/index.js +1 -8
  1544. package/gallery/modern/Component.js +51 -11
  1545. package/gallery/modern/components/buttons/index.css +35 -0
  1546. package/gallery/modern/components/buttons/index.d.ts +16 -0
  1547. package/gallery/modern/components/buttons/index.js +33 -0
  1548. package/gallery/modern/components/header/Component.js +35 -11
  1549. package/gallery/modern/components/header/index.css +8 -19
  1550. package/gallery/modern/components/header/index.js +10 -4
  1551. package/gallery/modern/components/header-info-block/Component.js +1 -1
  1552. package/gallery/modern/components/header-info-block/index.css +7 -6
  1553. package/gallery/modern/components/header-mobile/Component.d.ts +4 -0
  1554. package/gallery/modern/components/header-mobile/Component.js +39 -0
  1555. package/gallery/modern/components/header-mobile/index.css +50 -0
  1556. package/gallery/modern/components/header-mobile/index.d.ts +1 -0
  1557. package/gallery/modern/components/header-mobile/index.js +19 -0
  1558. package/gallery/modern/components/image-preview/Component.js +65 -32
  1559. package/gallery/modern/components/image-preview/index.css +37 -29
  1560. package/gallery/modern/components/image-preview/index.js +1 -18
  1561. package/gallery/modern/components/image-preview/paths.d.ts +2 -0
  1562. package/gallery/modern/components/image-preview/paths.js +2 -0
  1563. package/gallery/modern/components/image-viewer/component.js +35 -11
  1564. package/gallery/modern/components/image-viewer/index.css +39 -26
  1565. package/gallery/modern/components/image-viewer/index.js +5 -1
  1566. package/gallery/modern/components/image-viewer/slide.js +7 -2
  1567. package/gallery/modern/components/image-viewer/video/index.css +47 -0
  1568. package/gallery/modern/components/image-viewer/video/index.d.ts +10 -0
  1569. package/gallery/modern/components/image-viewer/video/index.js +108 -0
  1570. package/gallery/modern/components/index.d.ts +2 -0
  1571. package/gallery/modern/components/index.js +17 -8
  1572. package/gallery/modern/components/info-bar/Component.d.ts +4 -0
  1573. package/gallery/modern/components/info-bar/Component.js +50 -0
  1574. package/gallery/modern/components/info-bar/index.css +37 -0
  1575. package/gallery/modern/components/info-bar/index.d.ts +1 -0
  1576. package/gallery/modern/components/info-bar/index.js +19 -0
  1577. package/gallery/modern/components/navigation-bar/Component.js +3 -19
  1578. package/gallery/modern/components/navigation-bar/index.css +12 -8
  1579. package/gallery/modern/components/navigation-bar/index.js +0 -17
  1580. package/gallery/modern/context.d.ts +7 -0
  1581. package/gallery/modern/context.js +7 -0
  1582. package/gallery/modern/index.css +17 -5
  1583. package/gallery/modern/index.d.ts +1 -1
  1584. package/gallery/modern/index.js +21 -11
  1585. package/gallery/modern/slide-503d8131.js +50 -0
  1586. package/gallery/modern/types.d.ts +7 -0
  1587. package/gallery/modern/utils/constants.d.ts +14 -1
  1588. package/gallery/modern/utils/constants.js +14 -1
  1589. package/gallery/modern/utils/index.js +2 -2
  1590. package/gallery/modern/utils/utils.d.ts +2 -1
  1591. package/gallery/modern/utils/utils.js +5 -4
  1592. package/gallery/moderncssm/Component.d.ts +36 -0
  1593. package/gallery/moderncssm/Component.js +189 -0
  1594. package/gallery/moderncssm/components/buttons/index.d.ts +16 -0
  1595. package/gallery/moderncssm/components/buttons/index.js +31 -0
  1596. package/gallery/moderncssm/components/buttons/index.module.css +20 -0
  1597. package/gallery/moderncssm/components/header/Component.d.ts +3 -0
  1598. package/gallery/moderncssm/components/header/Component.js +72 -0
  1599. package/gallery/moderncssm/components/header/index.d.ts +1 -0
  1600. package/gallery/moderncssm/components/header/index.js +24 -0
  1601. package/gallery/moderncssm/components/header/index.module.css +10 -0
  1602. package/gallery/moderncssm/components/header-info-block/Component.d.ts +7 -0
  1603. package/gallery/moderncssm/components/header-info-block/Component.js +15 -0
  1604. package/gallery/moderncssm/components/header-info-block/index.d.ts +1 -0
  1605. package/gallery/moderncssm/components/header-info-block/index.js +5 -0
  1606. package/gallery/moderncssm/components/header-info-block/index.module.css +29 -0
  1607. package/gallery/moderncssm/components/header-mobile/Component.d.ts +4 -0
  1608. package/gallery/moderncssm/components/header-mobile/Component.js +38 -0
  1609. package/gallery/moderncssm/components/header-mobile/index.d.ts +1 -0
  1610. package/gallery/moderncssm/components/header-mobile/index.js +21 -0
  1611. package/gallery/moderncssm/components/header-mobile/index.module.css +35 -0
  1612. package/gallery/moderncssm/components/image-preview/Component.d.ts +11 -0
  1613. package/gallery/moderncssm/components/image-preview/Component.js +85 -0
  1614. package/gallery/moderncssm/components/image-preview/index.d.ts +1 -0
  1615. package/gallery/moderncssm/components/image-preview/index.js +9 -0
  1616. package/gallery/moderncssm/components/image-preview/index.module.css +94 -0
  1617. package/gallery/moderncssm/components/image-preview/paths.d.ts +7 -0
  1618. package/gallery/moderncssm/components/image-preview/paths.js +8 -0
  1619. package/gallery/moderncssm/components/image-viewer/component.d.ts +3 -0
  1620. package/gallery/moderncssm/components/image-viewer/component.js +137 -0
  1621. package/gallery/moderncssm/components/image-viewer/index.d.ts +1 -0
  1622. package/gallery/moderncssm/components/image-viewer/index.js +22 -0
  1623. package/gallery/moderncssm/components/image-viewer/index.module.css +152 -0
  1624. package/gallery/moderncssm/components/image-viewer/paths.d.ts +5 -0
  1625. package/gallery/moderncssm/components/image-viewer/paths.js +6 -0
  1626. package/gallery/moderncssm/components/image-viewer/slide.d.ts +16 -0
  1627. package/gallery/moderncssm/components/image-viewer/slide.js +49 -0
  1628. package/gallery/moderncssm/components/image-viewer/video/index.d.ts +10 -0
  1629. package/gallery/moderncssm/components/image-viewer/video/index.js +106 -0
  1630. package/gallery/moderncssm/components/image-viewer/video/index.module.css +36 -0
  1631. package/gallery/moderncssm/components/index.d.ts +6 -0
  1632. package/gallery/moderncssm/components/index.js +48 -0
  1633. package/gallery/moderncssm/components/info-bar/Component.d.ts +4 -0
  1634. package/gallery/moderncssm/components/info-bar/Component.js +49 -0
  1635. package/gallery/moderncssm/components/info-bar/index.d.ts +1 -0
  1636. package/gallery/moderncssm/components/info-bar/index.js +21 -0
  1637. package/gallery/moderncssm/components/info-bar/index.module.css +23 -0
  1638. package/gallery/moderncssm/components/navigation-bar/Component.d.ts +3 -0
  1639. package/gallery/moderncssm/components/navigation-bar/Component.js +66 -0
  1640. package/gallery/moderncssm/components/navigation-bar/index.d.ts +1 -0
  1641. package/gallery/moderncssm/components/navigation-bar/index.js +11 -0
  1642. package/gallery/moderncssm/components/navigation-bar/index.module.css +34 -0
  1643. package/gallery/moderncssm/context.d.ts +31 -0
  1644. package/gallery/moderncssm/context.js +32 -0
  1645. package/gallery/moderncssm/index.d.ts +2 -0
  1646. package/gallery/moderncssm/index.js +51 -0
  1647. package/gallery/moderncssm/index.module.css +33 -0
  1648. package/gallery/moderncssm/types.d.ts +20 -0
  1649. package/gallery/moderncssm/types.js +1 -0
  1650. package/gallery/moderncssm/utils/constants.d.ts +24 -0
  1651. package/gallery/moderncssm/utils/constants.js +25 -0
  1652. package/gallery/moderncssm/utils/index.d.ts +3 -0
  1653. package/gallery/moderncssm/utils/index.js +3 -0
  1654. package/gallery/moderncssm/utils/split-filename.d.ts +2 -0
  1655. package/gallery/moderncssm/utils/split-filename.js +14 -0
  1656. package/gallery/moderncssm/utils/utils.d.ts +8 -0
  1657. package/gallery/moderncssm/utils/utils.js +13 -0
  1658. package/gallery/slide-0cc8109b.js +57 -0
  1659. package/gallery/types.d.ts +7 -0
  1660. package/gallery/utils/constants.d.ts +14 -1
  1661. package/gallery/utils/constants.js +19 -0
  1662. package/gallery/utils/index.js +7 -0
  1663. package/gallery/utils/utils.d.ts +2 -1
  1664. package/gallery/utils/utils.js +5 -3
  1665. package/gap/Component.js +1 -1
  1666. package/gap/esm/Component.js +1 -1
  1667. package/gap/esm/index.css +41 -41
  1668. package/gap/index.css +41 -41
  1669. package/gap/modern/Component.js +1 -1
  1670. package/gap/modern/index.css +41 -41
  1671. package/gap/moderncssm/Component.d.ts +31 -0
  1672. package/gap/moderncssm/Component.js +42 -0
  1673. package/gap/moderncssm/index.d.ts +1 -0
  1674. package/gap/moderncssm/index.js +4 -0
  1675. package/gap/moderncssm/index.module.css +171 -0
  1676. package/generic-wrapper/Component.js +1 -1
  1677. package/generic-wrapper/cssm/index.module.css +7 -7
  1678. package/generic-wrapper/esm/Component.js +1 -1
  1679. package/generic-wrapper/esm/index.css +99 -99
  1680. package/generic-wrapper/index.css +99 -99
  1681. package/generic-wrapper/modern/Component.js +1 -1
  1682. package/generic-wrapper/modern/index.css +99 -99
  1683. package/generic-wrapper/moderncssm/Component.d.ts +54 -0
  1684. package/generic-wrapper/moderncssm/Component.js +19 -0
  1685. package/generic-wrapper/moderncssm/index.d.ts +1 -0
  1686. package/generic-wrapper/moderncssm/index.js +4 -0
  1687. package/generic-wrapper/moderncssm/index.module.css +385 -0
  1688. package/global-store/moderncssm/GlobalStore.d.ts +7 -0
  1689. package/global-store/moderncssm/GlobalStore.js +10 -0
  1690. package/global-store/moderncssm/ModalStore.d.ts +16 -0
  1691. package/global-store/moderncssm/ModalStore.js +8 -0
  1692. package/global-store/moderncssm/index.d.ts +4 -0
  1693. package/global-store/moderncssm/index.js +13 -0
  1694. package/grid/col/Component.js +2 -2
  1695. package/grid/col/index.css +551 -551
  1696. package/grid/esm/Component.js +1 -1
  1697. package/grid/esm/col/Component.js +2 -2
  1698. package/grid/esm/col/index.css +551 -551
  1699. package/grid/esm/col/index.js +1 -1
  1700. package/grid/esm/gutters.css +85 -85
  1701. package/grid/esm/gutters.module-64069fe2.js +4 -0
  1702. package/grid/esm/index.js +1 -1
  1703. package/grid/esm/row/Component.js +2 -2
  1704. package/grid/esm/row/index.css +10 -10
  1705. package/grid/esm/row/index.js +1 -1
  1706. package/grid/gutters.css +85 -85
  1707. package/grid/gutters.module-da0482da.js +4 -0
  1708. package/grid/modern/Component.js +1 -1
  1709. package/grid/modern/col/Component.js +2 -2
  1710. package/grid/modern/col/index.css +551 -551
  1711. package/grid/modern/col/index.js +1 -1
  1712. package/grid/modern/gutters.css +85 -85
  1713. package/grid/modern/gutters.module-f1224a66.js +4 -0
  1714. package/grid/modern/index.js +1 -1
  1715. package/grid/modern/row/Component.js +2 -2
  1716. package/grid/modern/row/index.css +10 -10
  1717. package/grid/modern/row/index.js +1 -1
  1718. package/grid/moderncssm/Component.d.ts +8 -0
  1719. package/grid/moderncssm/Component.js +15 -0
  1720. package/grid/moderncssm/col/Component.d.ts +54 -0
  1721. package/grid/moderncssm/col/Component.js +12 -0
  1722. package/grid/moderncssm/col/index.d.ts +1 -0
  1723. package/grid/moderncssm/col/index.js +6 -0
  1724. package/grid/moderncssm/col/index.module.css +2002 -0
  1725. package/grid/moderncssm/gutters.module.css +654 -0
  1726. package/grid/moderncssm/index.d.ts +1 -0
  1727. package/grid/moderncssm/index.js +9 -0
  1728. package/grid/moderncssm/row/Component.d.ts +43 -0
  1729. package/grid/moderncssm/row/Component.js +19 -0
  1730. package/grid/moderncssm/row/index.d.ts +1 -0
  1731. package/grid/moderncssm/row/index.js +6 -0
  1732. package/grid/moderncssm/row/index.module.css +39 -0
  1733. package/grid/moderncssm/typings.d.ts +17 -0
  1734. package/grid/moderncssm/typings.js +1 -0
  1735. package/grid/moderncssm/utils/index.d.ts +3 -0
  1736. package/grid/moderncssm/utils/index.js +35 -0
  1737. package/grid/row/Component.js +2 -2
  1738. package/grid/row/index.css +10 -10
  1739. package/hatching-progress-bar/Component.js +1 -1
  1740. package/hatching-progress-bar/esm/Component.js +1 -1
  1741. package/hatching-progress-bar/esm/index.css +11 -11
  1742. package/hatching-progress-bar/index.css +11 -11
  1743. package/hatching-progress-bar/modern/Component.js +1 -1
  1744. package/hatching-progress-bar/modern/index.css +11 -11
  1745. package/hatching-progress-bar/moderncssm/Component.d.ts +26 -0
  1746. package/hatching-progress-bar/moderncssm/Component.js +10 -0
  1747. package/hatching-progress-bar/moderncssm/index.d.ts +1 -0
  1748. package/hatching-progress-bar/moderncssm/index.js +4 -0
  1749. package/hatching-progress-bar/moderncssm/index.module.css +93 -0
  1750. package/icon-button/Component.js +3 -3
  1751. package/icon-button/default.css +37 -37
  1752. package/icon-button/esm/Component.js +3 -3
  1753. package/icon-button/esm/default.css +37 -37
  1754. package/icon-button/esm/index.css +12 -12
  1755. package/icon-button/esm/inverted.css +37 -37
  1756. package/icon-button/index.css +12 -12
  1757. package/icon-button/inverted.css +37 -37
  1758. package/icon-button/modern/Component.js +3 -3
  1759. package/icon-button/modern/default.css +37 -37
  1760. package/icon-button/modern/index.css +12 -12
  1761. package/icon-button/modern/inverted.css +37 -37
  1762. package/icon-button/moderncssm/Component.d.ts +83 -0
  1763. package/icon-button/moderncssm/Component.js +29 -0
  1764. package/icon-button/moderncssm/default.module.css +176 -0
  1765. package/icon-button/moderncssm/index.d.ts +1 -0
  1766. package/icon-button/moderncssm/index.js +7 -0
  1767. package/icon-button/moderncssm/index.module.css +63 -0
  1768. package/icon-button/moderncssm/inverted.module.css +204 -0
  1769. package/icon-view/components/base-shape/component.js +1 -1
  1770. package/icon-view/components/base-shape/index.css +67 -67
  1771. package/icon-view/esm/components/base-shape/component.js +1 -1
  1772. package/icon-view/esm/components/base-shape/index.css +67 -67
  1773. package/icon-view/modern/components/base-shape/component.js +1 -1
  1774. package/icon-view/modern/components/base-shape/index.css +67 -67
  1775. package/icon-view/moderncssm/circle/index.d.ts +1 -0
  1776. package/icon-view/moderncssm/circle/index.js +8 -0
  1777. package/icon-view/moderncssm/components/base-shape/component.d.ts +82 -0
  1778. package/icon-view/moderncssm/components/base-shape/component.js +74 -0
  1779. package/icon-view/moderncssm/components/base-shape/index.d.ts +1 -0
  1780. package/icon-view/moderncssm/components/base-shape/index.js +6 -0
  1781. package/icon-view/moderncssm/components/base-shape/index.module.css +360 -0
  1782. package/icon-view/moderncssm/components/base-shape/utils.d.ts +23 -0
  1783. package/icon-view/moderncssm/components/base-shape/utils.js +20 -0
  1784. package/icon-view/moderncssm/components/circle/component.d.ts +27 -0
  1785. package/icon-view/moderncssm/components/circle/component.js +12 -0
  1786. package/icon-view/moderncssm/components/circle/index.d.ts +1 -0
  1787. package/icon-view/moderncssm/components/circle/index.js +8 -0
  1788. package/icon-view/moderncssm/components/circle/paths.d.ts +195 -0
  1789. package/icon-view/moderncssm/components/circle/paths.js +134 -0
  1790. package/icon-view/moderncssm/components/index.d.ts +5 -0
  1791. package/icon-view/moderncssm/components/index.js +14 -0
  1792. package/icon-view/moderncssm/components/no-shape/component.d.ts +27 -0
  1793. package/icon-view/moderncssm/components/no-shape/component.js +12 -0
  1794. package/icon-view/moderncssm/components/no-shape/index.d.ts +1 -0
  1795. package/icon-view/moderncssm/components/no-shape/index.js +8 -0
  1796. package/icon-view/moderncssm/components/no-shape/paths.d.ts +99 -0
  1797. package/icon-view/moderncssm/components/no-shape/paths.js +38 -0
  1798. package/icon-view/moderncssm/components/rectangle/component.d.ts +27 -0
  1799. package/icon-view/moderncssm/components/rectangle/component.js +23 -0
  1800. package/icon-view/moderncssm/components/rectangle/index.d.ts +1 -0
  1801. package/icon-view/moderncssm/components/rectangle/index.js +8 -0
  1802. package/icon-view/moderncssm/components/rectangle/paths.d.ts +119 -0
  1803. package/icon-view/moderncssm/components/rectangle/paths.js +64 -0
  1804. package/icon-view/moderncssm/components/super-ellipse/component.d.ts +27 -0
  1805. package/icon-view/moderncssm/components/super-ellipse/component.js +12 -0
  1806. package/icon-view/moderncssm/components/super-ellipse/index.d.ts +1 -0
  1807. package/icon-view/moderncssm/components/super-ellipse/index.js +8 -0
  1808. package/icon-view/moderncssm/components/super-ellipse/paths.d.ts +257 -0
  1809. package/icon-view/moderncssm/components/super-ellipse/paths.js +133 -0
  1810. package/icon-view/moderncssm/no-shape/index.d.ts +1 -0
  1811. package/icon-view/moderncssm/no-shape/index.js +8 -0
  1812. package/icon-view/moderncssm/rectangle/index.d.ts +1 -0
  1813. package/icon-view/moderncssm/rectangle/index.js +8 -0
  1814. package/icon-view/moderncssm/super-ellipse/index.d.ts +1 -0
  1815. package/icon-view/moderncssm/super-ellipse/index.js +8 -0
  1816. package/indicator/Component.js +1 -1
  1817. package/indicator/cssm/index.module.css +8 -5
  1818. package/indicator/esm/Component.js +1 -1
  1819. package/indicator/esm/index.css +26 -23
  1820. package/indicator/index.css +26 -23
  1821. package/indicator/modern/Component.js +1 -1
  1822. package/indicator/modern/index.css +26 -23
  1823. package/indicator/moderncssm/Component.d.ts +99 -0
  1824. package/indicator/moderncssm/Component.js +71 -0
  1825. package/indicator/moderncssm/index.d.ts +1 -0
  1826. package/indicator/moderncssm/index.js +4 -0
  1827. package/indicator/moderncssm/index.module.css +100 -0
  1828. package/input/components/base-input/Component.js +4 -4
  1829. package/input/components/base-input/default.css +10 -10
  1830. package/input/components/base-input/index.css +41 -39
  1831. package/input/components/base-input/inverted.css +10 -10
  1832. package/input/components/clear-button/Component.js +3 -3
  1833. package/input/components/clear-button/default.css +4 -4
  1834. package/input/components/clear-button/index.css +6 -5
  1835. package/input/components/clear-button/inverted.css +4 -4
  1836. package/input/cssm/components/base-input/Component.js +1 -1
  1837. package/input/cssm/components/base-input/index.module.css +6 -4
  1838. package/input/cssm/components/clear-button/index.module.css +2 -1
  1839. package/input/esm/components/base-input/Component.js +4 -4
  1840. package/input/esm/components/base-input/default.css +10 -10
  1841. package/input/esm/components/base-input/index.css +41 -39
  1842. package/input/esm/components/base-input/inverted.css +10 -10
  1843. package/input/esm/components/clear-button/Component.js +3 -3
  1844. package/input/esm/components/clear-button/default.css +4 -4
  1845. package/input/esm/components/clear-button/index.css +6 -5
  1846. package/input/esm/components/clear-button/inverted.css +4 -4
  1847. package/input/modern/components/base-input/Component.js +4 -4
  1848. package/input/modern/components/base-input/default.css +10 -10
  1849. package/input/modern/components/base-input/index.css +41 -39
  1850. package/input/modern/components/base-input/inverted.css +10 -10
  1851. package/input/modern/components/clear-button/Component.js +3 -3
  1852. package/input/modern/components/clear-button/default.css +4 -4
  1853. package/input/modern/components/clear-button/index.css +6 -5
  1854. package/input/modern/components/clear-button/inverted.css +4 -4
  1855. package/input/moderncssm/Component.responsive.d.ts +26 -0
  1856. package/input/moderncssm/Component.responsive.js +31 -0
  1857. package/input/moderncssm/components/base-input/Component.d.ts +284 -0
  1858. package/input/moderncssm/components/base-input/Component.js +106 -0
  1859. package/input/moderncssm/components/base-input/default.module.css +70 -0
  1860. package/input/moderncssm/components/base-input/index.d.ts +1 -0
  1861. package/input/moderncssm/components/base-input/index.js +16 -0
  1862. package/input/moderncssm/components/base-input/index.module.css +210 -0
  1863. package/input/moderncssm/components/base-input/inverted.module.css +70 -0
  1864. package/input/moderncssm/components/clear-button/Component.d.ts +10 -0
  1865. package/input/moderncssm/components/clear-button/Component.js +17 -0
  1866. package/input/moderncssm/components/clear-button/default.module.css +26 -0
  1867. package/input/moderncssm/components/clear-button/index.d.ts +1 -0
  1868. package/input/moderncssm/components/clear-button/index.js +8 -0
  1869. package/input/moderncssm/components/clear-button/index.module.css +57 -0
  1870. package/input/moderncssm/components/clear-button/inverted.module.css +26 -0
  1871. package/input/moderncssm/desktop/Component.desktop.d.ts +6 -0
  1872. package/input/moderncssm/desktop/Component.desktop.js +21 -0
  1873. package/input/moderncssm/desktop/index.d.ts +2 -0
  1874. package/input/moderncssm/desktop/index.js +18 -0
  1875. package/input/moderncssm/index.d.ts +2 -0
  1876. package/input/moderncssm/index.js +22 -0
  1877. package/input/moderncssm/mobile/Component.mobile.d.ts +6 -0
  1878. package/input/moderncssm/mobile/Component.mobile.js +21 -0
  1879. package/input/moderncssm/mobile/index.d.ts +2 -0
  1880. package/input/moderncssm/mobile/index.js +18 -0
  1881. package/input/moderncssm/shared/index.d.ts +2 -0
  1882. package/input/moderncssm/shared/index.js +10 -0
  1883. package/input/moderncssm/utils.d.ts +13 -0
  1884. package/input/moderncssm/utils.js +18 -0
  1885. package/input/moderncssm/vars.css +14 -0
  1886. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  1887. package/input-autocomplete/autocomplete-field/index.css +2 -2
  1888. package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
  1889. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  1890. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  1891. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  1892. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
  1893. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  1894. package/input-autocomplete/esm/mobile/Component.mobile.js +1 -1
  1895. package/input-autocomplete/esm/mobile/mobile.css +2 -2
  1896. package/input-autocomplete/mobile/Component.mobile.js +1 -1
  1897. package/input-autocomplete/mobile/mobile.css +2 -2
  1898. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  1899. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  1900. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  1901. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  1902. package/input-autocomplete/modern/mobile/Component.mobile.js +1 -1
  1903. package/input-autocomplete/modern/mobile/mobile.css +2 -2
  1904. package/input-autocomplete/moderncssm/Component.responsive.d.ts +5 -0
  1905. package/input-autocomplete/moderncssm/Component.responsive.js +31 -0
  1906. package/input-autocomplete/moderncssm/autocomplete-field/Component.d.ts +7 -0
  1907. package/input-autocomplete/moderncssm/autocomplete-field/Component.js +30 -0
  1908. package/input-autocomplete/moderncssm/autocomplete-field/index.d.ts +1 -0
  1909. package/input-autocomplete/moderncssm/autocomplete-field/index.js +7 -0
  1910. package/input-autocomplete/moderncssm/autocomplete-field/index.module.css +3 -0
  1911. package/input-autocomplete/moderncssm/autocomplete-mobile-field/Component.d.ts +19 -0
  1912. package/input-autocomplete/moderncssm/autocomplete-mobile-field/Component.js +32 -0
  1913. package/input-autocomplete/moderncssm/autocomplete-mobile-field/index.d.ts +1 -0
  1914. package/input-autocomplete/moderncssm/autocomplete-mobile-field/index.js +8 -0
  1915. package/input-autocomplete/moderncssm/autocomplete-mobile-field/index.module.css +40 -0
  1916. package/input-autocomplete/moderncssm/desktop/Component.desktop.d.ts +5 -0
  1917. package/input-autocomplete/moderncssm/desktop/Component.desktop.js +21 -0
  1918. package/input-autocomplete/moderncssm/desktop/index.d.ts +2 -0
  1919. package/input-autocomplete/moderncssm/desktop/index.js +10 -0
  1920. package/input-autocomplete/moderncssm/enums.d.ts +5 -0
  1921. package/input-autocomplete/moderncssm/enums.js +7 -0
  1922. package/input-autocomplete/moderncssm/index.d.ts +2 -0
  1923. package/input-autocomplete/moderncssm/index.js +24 -0
  1924. package/input-autocomplete/moderncssm/mobile/Component.mobile.d.ts +11 -0
  1925. package/input-autocomplete/moderncssm/mobile/Component.mobile.js +96 -0
  1926. package/input-autocomplete/moderncssm/mobile/Component.modal.mobile.d.ts +11 -0
  1927. package/input-autocomplete/moderncssm/mobile/Component.modal.mobile.js +20 -0
  1928. package/input-autocomplete/moderncssm/mobile/index.d.ts +3 -0
  1929. package/input-autocomplete/moderncssm/mobile/index.js +17 -0
  1930. package/input-autocomplete/moderncssm/mobile/mobile.module.css +5 -0
  1931. package/input-autocomplete/moderncssm/shared/index.d.ts +1 -0
  1932. package/input-autocomplete/moderncssm/shared/index.js +2 -0
  1933. package/input-autocomplete/moderncssm/types.d.ts +70 -0
  1934. package/input-autocomplete/moderncssm/types.js +1 -0
  1935. package/input-autocomplete/moderncssm/utils.d.ts +40 -0
  1936. package/input-autocomplete/moderncssm/utils.js +49 -0
  1937. package/international-phone-input/colors-facf1d2a.d.ts +3 -0
  1938. package/international-phone-input/component-03d088c4.d.ts +32 -0
  1939. package/international-phone-input/component-eb15729d.d.ts +123 -0
  1940. package/international-phone-input/components/base-international-phone-input/Component.js +1 -1
  1941. package/international-phone-input/components/base-international-phone-input/index.css +2 -2
  1942. package/international-phone-input/components/country-select/Component.js +1 -1
  1943. package/international-phone-input/components/country-select/index.css +14 -12
  1944. package/international-phone-input/components/flag-icon/component.js +1 -1
  1945. package/international-phone-input/components/flag-icon/index.css +5 -4
  1946. package/international-phone-input/components/select-field/component.js +1 -1
  1947. package/international-phone-input/components/select-field/index.css +15 -12
  1948. package/international-phone-input/cssm/colors-facf1d2a.d.ts +3 -0
  1949. package/international-phone-input/cssm/component-03d088c4.d.ts +32 -0
  1950. package/international-phone-input/cssm/component-eb15729d.d.ts +123 -0
  1951. package/international-phone-input/cssm/components/country-select/index.module.css +6 -4
  1952. package/international-phone-input/cssm/components/flag-icon/index.module.css +2 -1
  1953. package/international-phone-input/cssm/components/select-field/index.module.css +6 -3
  1954. package/international-phone-input/cssm/index-03d088c4.d.ts +20 -0
  1955. package/international-phone-input/cssm/index-281accb7.d.ts +19 -0
  1956. package/international-phone-input/cssm/index-d691530f.d.ts +1 -0
  1957. package/international-phone-input/cssm/typings-7d83ec1e.d.ts +8 -98
  1958. package/international-phone-input/esm/colors-facf1d2a.d.ts +3 -0
  1959. package/international-phone-input/esm/component-03d088c4.d.ts +32 -0
  1960. package/international-phone-input/esm/component-eb15729d.d.ts +123 -0
  1961. package/international-phone-input/esm/components/base-international-phone-input/Component.js +1 -1
  1962. package/international-phone-input/esm/components/base-international-phone-input/index.css +2 -2
  1963. package/international-phone-input/esm/components/country-select/Component.js +1 -1
  1964. package/international-phone-input/esm/components/country-select/index.css +14 -12
  1965. package/international-phone-input/esm/components/flag-icon/component.js +1 -1
  1966. package/international-phone-input/esm/components/flag-icon/index.css +5 -4
  1967. package/international-phone-input/esm/components/select-field/component.js +1 -1
  1968. package/international-phone-input/esm/components/select-field/index.css +15 -12
  1969. package/international-phone-input/esm/index-03d088c4.d.ts +20 -0
  1970. package/international-phone-input/esm/index-281accb7.d.ts +19 -0
  1971. package/international-phone-input/esm/index-d691530f.d.ts +1 -0
  1972. package/international-phone-input/esm/typings-7d83ec1e.d.ts +8 -98
  1973. package/international-phone-input/index-03d088c4.d.ts +20 -0
  1974. package/international-phone-input/index-281accb7.d.ts +19 -0
  1975. package/international-phone-input/index-d691530f.d.ts +1 -0
  1976. package/international-phone-input/modern/colors-facf1d2a.d.ts +3 -0
  1977. package/international-phone-input/modern/component-03d088c4.d.ts +32 -0
  1978. package/international-phone-input/modern/component-eb15729d.d.ts +123 -0
  1979. package/international-phone-input/modern/components/base-international-phone-input/Component.js +1 -1
  1980. package/international-phone-input/modern/components/base-international-phone-input/index.css +2 -2
  1981. package/international-phone-input/modern/components/country-select/Component.js +1 -1
  1982. package/international-phone-input/modern/components/country-select/index.css +14 -12
  1983. package/international-phone-input/modern/components/flag-icon/component.js +1 -1
  1984. package/international-phone-input/modern/components/flag-icon/index.css +5 -4
  1985. package/international-phone-input/modern/components/select-field/component.js +1 -1
  1986. package/international-phone-input/modern/components/select-field/index.css +15 -12
  1987. package/international-phone-input/modern/index-03d088c4.d.ts +20 -0
  1988. package/international-phone-input/modern/index-281accb7.d.ts +19 -0
  1989. package/international-phone-input/modern/index-d691530f.d.ts +1 -0
  1990. package/international-phone-input/modern/typings-7d83ec1e.d.ts +8 -98
  1991. package/international-phone-input/moderncssm/Component-11f20b2e.d.ts +13 -0
  1992. package/international-phone-input/moderncssm/Component-7d83ec1e.d.ts +5 -0
  1993. package/international-phone-input/moderncssm/Component-ed61931d.d.ts +47 -0
  1994. package/international-phone-input/moderncssm/Component.desktop-ebda875c.d.ts +6 -0
  1995. package/international-phone-input/moderncssm/Component.mobile-ebda875c.d.ts +6 -0
  1996. package/international-phone-input/moderncssm/Component.responsive-8566963f.d.ts +7 -0
  1997. package/international-phone-input/moderncssm/Component.responsive.d.ts +42 -0
  1998. package/international-phone-input/moderncssm/Component.responsive.js +38 -0
  1999. package/international-phone-input/moderncssm/ResponsiveContext-d6bfd5b7.d.ts +5 -0
  2000. package/international-phone-input/moderncssm/colors-facf1d2a.d.ts +3 -0
  2001. package/international-phone-input/moderncssm/component-03d088c4.d.ts +32 -0
  2002. package/international-phone-input/moderncssm/component-eb15729d.d.ts +123 -0
  2003. package/international-phone-input/moderncssm/components/base-international-phone-input/Component.d.ts +23 -0
  2004. package/international-phone-input/moderncssm/components/base-international-phone-input/Component.js +131 -0
  2005. package/international-phone-input/moderncssm/components/base-international-phone-input/index.d.ts +1 -0
  2006. package/international-phone-input/moderncssm/components/base-international-phone-input/index.js +21 -0
  2007. package/international-phone-input/moderncssm/components/base-international-phone-input/index.module.css +4 -0
  2008. package/international-phone-input/moderncssm/components/country-select/Component.d.ts +21 -0
  2009. package/international-phone-input/moderncssm/components/country-select/Component.js +47 -0
  2010. package/international-phone-input/moderncssm/components/country-select/index.d.ts +1 -0
  2011. package/international-phone-input/moderncssm/components/country-select/index.js +14 -0
  2012. package/international-phone-input/moderncssm/components/country-select/index.module.css +41 -0
  2013. package/international-phone-input/moderncssm/components/flag-icon/component.d.ts +16 -0
  2014. package/international-phone-input/moderncssm/components/flag-icon/component.js +13 -0
  2015. package/international-phone-input/moderncssm/components/flag-icon/flagSprite.d.ts +2 -0
  2016. package/international-phone-input/moderncssm/components/flag-icon/flagSprite.js +239 -0
  2017. package/international-phone-input/moderncssm/components/flag-icon/index.d.ts +1 -0
  2018. package/international-phone-input/moderncssm/components/flag-icon/index.js +5 -0
  2019. package/international-phone-input/moderncssm/components/flag-icon/index.module.css +15 -0
  2020. package/international-phone-input/moderncssm/components/select-field/component.d.ts +11 -0
  2021. package/international-phone-input/moderncssm/components/select-field/component.js +38 -0
  2022. package/international-phone-input/moderncssm/components/select-field/index.d.ts +1 -0
  2023. package/international-phone-input/moderncssm/components/select-field/index.js +10 -0
  2024. package/international-phone-input/moderncssm/components/select-field/index.module.css +44 -0
  2025. package/international-phone-input/moderncssm/consts-6c9aad46.d.ts +12 -0
  2026. package/international-phone-input/moderncssm/consts-ef43bf1b.d.ts +12 -0
  2027. package/international-phone-input/moderncssm/consts.d.ts +2 -0
  2028. package/international-phone-input/moderncssm/consts.js +3 -0
  2029. package/international-phone-input/moderncssm/data/country-data.d.ts +3 -0
  2030. package/international-phone-input/moderncssm/data/country-data.js +597 -0
  2031. package/international-phone-input/moderncssm/desktop/Component.desktop.d.ts +5 -0
  2032. package/international-phone-input/moderncssm/desktop/Component.desktop.js +28 -0
  2033. package/international-phone-input/moderncssm/desktop/index.d.ts +2 -0
  2034. package/international-phone-input/moderncssm/desktop/index.js +25 -0
  2035. package/international-phone-input/moderncssm/index-03d088c4.d.ts +20 -0
  2036. package/international-phone-input/moderncssm/index-11f20b2e.d.ts +190 -0
  2037. package/international-phone-input/moderncssm/index-281accb7.d.ts +19 -0
  2038. package/international-phone-input/moderncssm/index-7ca84eff.d.ts +15 -0
  2039. package/international-phone-input/moderncssm/index-8566963f.d.ts +6 -0
  2040. package/international-phone-input/moderncssm/index-d691530f.d.ts +1 -0
  2041. package/international-phone-input/moderncssm/index-ebda875c.d.ts +149 -0
  2042. package/international-phone-input/moderncssm/index-ed61931d.d.ts +2 -0
  2043. package/international-phone-input/moderncssm/index.d.ts +2 -0
  2044. package/international-phone-input/moderncssm/index.js +31 -0
  2045. package/international-phone-input/moderncssm/mobile/Component.mobile.d.ts +5 -0
  2046. package/international-phone-input/moderncssm/mobile/Component.mobile.js +28 -0
  2047. package/international-phone-input/moderncssm/mobile/index.d.ts +2 -0
  2048. package/international-phone-input/moderncssm/mobile/index.js +25 -0
  2049. package/international-phone-input/moderncssm/shared/index.d.ts +1 -0
  2050. package/international-phone-input/moderncssm/shared/index.js +5 -0
  2051. package/international-phone-input/moderncssm/types-1328ead9.d.ts +21 -0
  2052. package/international-phone-input/moderncssm/types.d.ts +99 -0
  2053. package/international-phone-input/moderncssm/types.js +1 -0
  2054. package/international-phone-input/moderncssm/typings-7d83ec1e.d.ts +1620 -0
  2055. package/international-phone-input/moderncssm/typings-d6bfd5b7.d.ts +62 -0
  2056. package/international-phone-input/moderncssm/typings-ed61931d.d.ts +118 -0
  2057. package/international-phone-input/moderncssm/use-skeleton-1328ead9.d.ts +44 -0
  2058. package/international-phone-input/moderncssm/utils/index.d.ts +74 -0
  2059. package/international-phone-input/moderncssm/utils/index.js +246 -0
  2060. package/international-phone-input/moderncssm/utils-3942b092.d.ts +81 -0
  2061. package/international-phone-input/typings-7d83ec1e.d.ts +8 -98
  2062. package/intl-phone-input/component.js +1 -1
  2063. package/intl-phone-input/components/flag-icon/component.js +1 -1
  2064. package/intl-phone-input/components/flag-icon/index.css +5 -4
  2065. package/intl-phone-input/components/select/component.js +1 -1
  2066. package/intl-phone-input/components/select/index.css +10 -10
  2067. package/intl-phone-input/components/select-field/component.js +1 -1
  2068. package/intl-phone-input/components/select-field/index.css +15 -12
  2069. package/intl-phone-input/cssm/components/flag-icon/index.module.css +2 -1
  2070. package/intl-phone-input/cssm/components/select/index.module.css +4 -4
  2071. package/intl-phone-input/cssm/components/select-field/index.module.css +6 -3
  2072. package/intl-phone-input/cssm/index.module.css +2 -1
  2073. package/intl-phone-input/esm/component.js +1 -1
  2074. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  2075. package/intl-phone-input/esm/components/flag-icon/index.css +5 -4
  2076. package/intl-phone-input/esm/components/select/component.js +1 -1
  2077. package/intl-phone-input/esm/components/select/index.css +10 -10
  2078. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  2079. package/intl-phone-input/esm/components/select-field/index.css +15 -12
  2080. package/intl-phone-input/esm/index.css +7 -6
  2081. package/intl-phone-input/index.css +7 -6
  2082. package/intl-phone-input/modern/component.js +1 -1
  2083. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  2084. package/intl-phone-input/modern/components/flag-icon/index.css +5 -4
  2085. package/intl-phone-input/modern/components/select/component.js +1 -1
  2086. package/intl-phone-input/modern/components/select/index.css +10 -10
  2087. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  2088. package/intl-phone-input/modern/components/select-field/index.css +15 -12
  2089. package/intl-phone-input/modern/index.css +7 -6
  2090. package/intl-phone-input/moderncssm/component.d.ts +96 -0
  2091. package/intl-phone-input/moderncssm/component.js +336 -0
  2092. package/intl-phone-input/moderncssm/components/flag-icon/component.d.ts +16 -0
  2093. package/intl-phone-input/moderncssm/components/flag-icon/component.js +13 -0
  2094. package/intl-phone-input/moderncssm/components/flag-icon/flagSprite.d.ts +2 -0
  2095. package/intl-phone-input/moderncssm/components/flag-icon/flagSprite.js +229 -0
  2096. package/intl-phone-input/moderncssm/components/flag-icon/index.d.ts +1 -0
  2097. package/intl-phone-input/moderncssm/components/flag-icon/index.js +5 -0
  2098. package/intl-phone-input/moderncssm/components/flag-icon/index.module.css +15 -0
  2099. package/intl-phone-input/moderncssm/components/index.d.ts +3 -0
  2100. package/intl-phone-input/moderncssm/components/index.js +14 -0
  2101. package/intl-phone-input/moderncssm/components/select/component.d.ts +10 -0
  2102. package/intl-phone-input/moderncssm/components/select/component.js +34 -0
  2103. package/intl-phone-input/moderncssm/components/select/index.d.ts +1 -0
  2104. package/intl-phone-input/moderncssm/components/select/index.js +14 -0
  2105. package/intl-phone-input/moderncssm/components/select/index.module.css +27 -0
  2106. package/intl-phone-input/moderncssm/components/select-field/component.d.ts +8 -0
  2107. package/intl-phone-input/moderncssm/components/select-field/component.js +28 -0
  2108. package/intl-phone-input/moderncssm/components/select-field/index.d.ts +1 -0
  2109. package/intl-phone-input/moderncssm/components/select-field/index.js +10 -0
  2110. package/intl-phone-input/moderncssm/components/select-field/index.module.css +44 -0
  2111. package/intl-phone-input/moderncssm/index.d.ts +1 -0
  2112. package/intl-phone-input/moderncssm/index.js +22 -0
  2113. package/intl-phone-input/moderncssm/index.module.css +22 -0
  2114. package/intl-phone-input/moderncssm/useCaretAvoidCountryCode.d.ts +8 -0
  2115. package/intl-phone-input/moderncssm/useCaretAvoidCountryCode.js +40 -0
  2116. package/intl-phone-input/moderncssm/utils/calculateCaretPos.d.ts +7 -0
  2117. package/intl-phone-input/moderncssm/utils/calculateCaretPos.js +23 -0
  2118. package/intl-phone-input/moderncssm/utils/format-phone-with-unclearable-country-code.d.ts +6 -0
  2119. package/intl-phone-input/moderncssm/utils/format-phone-with-unclearable-country-code.js +20 -0
  2120. package/intl-phone-input/moderncssm/utils/preparePasteData.d.ts +10 -0
  2121. package/intl-phone-input/moderncssm/utils/preparePasteData.js +64 -0
  2122. package/keyboard-focusable/moderncssm/Component.d.ts +12 -0
  2123. package/keyboard-focusable/moderncssm/Component.js +11 -0
  2124. package/keyboard-focusable/moderncssm/index.d.ts +1 -0
  2125. package/keyboard-focusable/moderncssm/index.js +3 -0
  2126. package/link/Component.js +3 -3
  2127. package/link/cssm/index.module.css +3 -2
  2128. package/link/default.css +10 -10
  2129. package/link/esm/Component.js +3 -3
  2130. package/link/esm/default.css +10 -10
  2131. package/link/esm/index.css +17 -16
  2132. package/link/esm/inverted.css +10 -10
  2133. package/link/index.css +17 -16
  2134. package/link/inverted.css +10 -10
  2135. package/link/modern/Component.js +3 -3
  2136. package/link/modern/default.css +10 -10
  2137. package/link/modern/index.css +17 -16
  2138. package/link/modern/inverted.css +10 -10
  2139. package/link/moderncssm/Component.d.ts +107 -0
  2140. package/link/moderncssm/Component.js +45 -0
  2141. package/link/moderncssm/default.module.css +63 -0
  2142. package/link/moderncssm/index.d.ts +1 -0
  2143. package/link/moderncssm/index.js +8 -0
  2144. package/link/moderncssm/index.module.css +71 -0
  2145. package/link/moderncssm/inverted.module.css +63 -0
  2146. package/list/Component-f7e89076.js +64 -0
  2147. package/list/Component.js +1 -1
  2148. package/list/components/item/Component.js +1 -1
  2149. package/list/components/item/index.css +17 -14
  2150. package/list/components/item/index.d.ts +1 -1
  2151. package/list/components/item/index.js +1 -1
  2152. package/list/cssm/components/item/index.module.css +7 -4
  2153. package/list/cssm/index.module.css +2 -1
  2154. package/list/esm/Component-82015cc3.js +57 -0
  2155. package/list/esm/Component.js +1 -1
  2156. package/list/esm/components/item/Component.js +1 -1
  2157. package/list/esm/components/item/index.css +17 -14
  2158. package/list/esm/components/item/index.d.ts +1 -1
  2159. package/list/esm/components/item/index.js +1 -1
  2160. package/list/esm/index.css +8 -7
  2161. package/list/esm/index.js +1 -1
  2162. package/list/index.css +8 -7
  2163. package/list/index.js +1 -1
  2164. package/list/modern/Component-8f7f216d.js +52 -0
  2165. package/list/modern/Component.js +1 -1
  2166. package/list/modern/components/item/Component.js +1 -1
  2167. package/list/modern/components/item/index.css +17 -14
  2168. package/list/modern/components/item/index.d.ts +1 -1
  2169. package/list/modern/components/item/index.js +1 -1
  2170. package/list/modern/index.css +8 -7
  2171. package/list/modern/index.js +1 -1
  2172. package/list/moderncssm/Component-0887e7cb.d.ts +72 -0
  2173. package/list/moderncssm/Component-8a80b477.d.ts +15 -0
  2174. package/list/moderncssm/Component-8a80b477.js +48 -0
  2175. package/list/moderncssm/Component.js +7 -0
  2176. package/list/moderncssm/components/item/Component.js +7 -0
  2177. package/list/moderncssm/components/item/index.d.ts +1 -0
  2178. package/list/moderncssm/components/item/index.js +7 -0
  2179. package/list/moderncssm/components/item/index.module.css +49 -0
  2180. package/list/moderncssm/index.d.ts +2 -0
  2181. package/list/moderncssm/index.js +8 -0
  2182. package/list/moderncssm/index.module.css +31 -0
  2183. package/list/moderncssm/presets.d.ts +7 -0
  2184. package/list/moderncssm/presets.js +8 -0
  2185. package/list/moderncssm/utils.d.ts +5 -0
  2186. package/list/moderncssm/utils.js +6 -0
  2187. package/list-header/Component.js +1 -1
  2188. package/list-header/cssm/index.module.css +7 -2
  2189. package/list-header/esm/Component.js +1 -1
  2190. package/list-header/esm/index.css +11 -6
  2191. package/list-header/index.css +11 -6
  2192. package/list-header/modern/Component.js +1 -1
  2193. package/list-header/modern/index.css +11 -6
  2194. package/list-header/moderncssm/Component.d.ts +26 -0
  2195. package/list-header/moderncssm/Component.js +10 -0
  2196. package/list-header/moderncssm/index.d.ts +1 -0
  2197. package/list-header/moderncssm/index.js +5 -0
  2198. package/list-header/moderncssm/index.module.css +18 -0
  2199. package/loader/Component.js +1 -1
  2200. package/loader/cssm/index.module.css +2 -1
  2201. package/loader/esm/Component.js +1 -1
  2202. package/loader/esm/index.css +10 -9
  2203. package/loader/index.css +10 -9
  2204. package/loader/modern/Component.js +1 -1
  2205. package/loader/modern/index.css +10 -9
  2206. package/loader/moderncssm/Component.d.ts +14 -0
  2207. package/loader/moderncssm/Component.js +10 -0
  2208. package/loader/moderncssm/index.d.ts +1 -0
  2209. package/loader/moderncssm/index.js +4 -0
  2210. package/loader/moderncssm/index.module.css +52 -0
  2211. package/markdown/Component.js +1 -1
  2212. package/markdown/cssm/index.module.css +17 -11
  2213. package/markdown/esm/Component.desktop.js +1 -1
  2214. package/markdown/esm/Component.js +1 -1
  2215. package/markdown/esm/Component.mobile.js +1 -1
  2216. package/markdown/esm/Component.responsive.js +1 -1
  2217. package/markdown/esm/desktop/index.js +1 -1
  2218. package/markdown/esm/hooks/use-overrides.js +1 -1
  2219. package/markdown/esm/index.css +33 -27
  2220. package/markdown/esm/index.js +1 -1
  2221. package/markdown/esm/mobile/index.js +1 -1
  2222. package/markdown/esm/use-overrides-b7efd685.js +32 -0
  2223. package/markdown/hooks/use-overrides.js +1 -1
  2224. package/markdown/index.css +33 -27
  2225. package/markdown/modern/Component.desktop.js +1 -1
  2226. package/markdown/modern/Component.js +1 -1
  2227. package/markdown/modern/Component.mobile.js +1 -1
  2228. package/markdown/modern/Component.responsive.js +1 -1
  2229. package/markdown/modern/desktop/index.js +1 -1
  2230. package/markdown/modern/hooks/use-overrides.js +1 -1
  2231. package/markdown/modern/index.css +33 -27
  2232. package/markdown/modern/index.js +1 -1
  2233. package/markdown/modern/mobile/index.js +1 -1
  2234. package/markdown/modern/use-overrides-cd538346.js +30 -0
  2235. package/markdown/moderncssm/Component.d.ts +5 -0
  2236. package/markdown/moderncssm/Component.desktop.d.ts +5 -0
  2237. package/markdown/moderncssm/Component.desktop.js +16 -0
  2238. package/markdown/moderncssm/Component.js +18 -0
  2239. package/markdown/moderncssm/Component.mobile.d.ts +5 -0
  2240. package/markdown/moderncssm/Component.mobile.js +16 -0
  2241. package/markdown/moderncssm/Component.responsive.d.ts +5 -0
  2242. package/markdown/moderncssm/Component.responsive.js +23 -0
  2243. package/markdown/moderncssm/desktop/index.d.ts +2 -0
  2244. package/markdown/moderncssm/desktop/index.js +13 -0
  2245. package/markdown/moderncssm/hooks/use-overrides.d.ts +3 -0
  2246. package/markdown/moderncssm/hooks/use-overrides.js +28 -0
  2247. package/markdown/moderncssm/index.d.ts +2 -0
  2248. package/markdown/moderncssm/index.js +15 -0
  2249. package/markdown/moderncssm/index.module.css +65 -0
  2250. package/markdown/moderncssm/mobile/index.d.ts +2 -0
  2251. package/markdown/moderncssm/mobile/index.js +13 -0
  2252. package/markdown/moderncssm/remark-plugins/index.d.ts +1 -0
  2253. package/markdown/moderncssm/remark-plugins/index.js +3 -0
  2254. package/markdown/moderncssm/remark-plugins/strikethrough.d.ts +5 -0
  2255. package/markdown/moderncssm/remark-plugins/strikethrough.js +19 -0
  2256. package/markdown/moderncssm/typings.d.ts +37 -0
  2257. package/markdown/moderncssm/typings.js +1 -0
  2258. package/markdown/use-overrides-b8e9c8ab.js +38 -0
  2259. package/masked-input/Component.js +1 -1
  2260. package/masked-input/esm/Component.js +1 -1
  2261. package/masked-input/esm/index.css +2 -2
  2262. package/masked-input/index.css +2 -2
  2263. package/masked-input/modern/Component.js +1 -1
  2264. package/masked-input/modern/index.css +2 -2
  2265. package/masked-input/moderncssm/Component.d.ts +53 -0
  2266. package/masked-input/moderncssm/Component.js +66 -0
  2267. package/masked-input/moderncssm/index.d.ts +1 -0
  2268. package/masked-input/moderncssm/index.js +7 -0
  2269. package/masked-input/moderncssm/index.module.css +3 -0
  2270. package/modal/Component.js +3 -3
  2271. package/modal/components/content/Component.js +3 -3
  2272. package/modal/components/content/desktop.css +10 -9
  2273. package/modal/components/content/index.css +4 -4
  2274. package/modal/components/content/mobile.css +6 -5
  2275. package/modal/components/controls/Component.js +2 -2
  2276. package/modal/components/controls/index.css +2 -2
  2277. package/modal/components/footer/Component.js +4 -4
  2278. package/modal/components/footer/desktop.css +13 -11
  2279. package/modal/components/footer/index.css +4 -4
  2280. package/modal/components/footer/layout.css +27 -24
  2281. package/modal/components/footer/mobile.css +5 -4
  2282. package/modal/components/header/Component.js +3 -3
  2283. package/modal/components/header/desktop.css +21 -18
  2284. package/modal/components/header/index.css +4 -4
  2285. package/modal/components/header/mobile.css +12 -11
  2286. package/modal/cssm/components/content/desktop.module.css +3 -2
  2287. package/modal/cssm/components/content/mobile.module.css +3 -2
  2288. package/modal/cssm/components/footer/desktop.module.css +4 -2
  2289. package/modal/cssm/components/footer/layout.module.css +10 -7
  2290. package/modal/cssm/components/footer/mobile.module.css +2 -1
  2291. package/modal/cssm/components/header/desktop.module.css +6 -3
  2292. package/modal/cssm/components/header/mobile.module.css +8 -7
  2293. package/modal/cssm/desktop/desktop.module.css +2 -1
  2294. package/modal/desktop/desktop.css +11 -10
  2295. package/modal/esm/Component.js +3 -3
  2296. package/modal/esm/Component.responsive.js +1 -1
  2297. package/modal/esm/components/content/Component.js +3 -3
  2298. package/modal/esm/components/content/desktop.css +10 -9
  2299. package/modal/esm/components/content/index.css +4 -4
  2300. package/modal/esm/components/content/mobile.css +6 -5
  2301. package/modal/esm/components/controls/Component.js +2 -2
  2302. package/modal/esm/components/controls/index.css +2 -2
  2303. package/modal/esm/components/controls/index.js +1 -1
  2304. package/modal/esm/components/footer/Component.js +4 -4
  2305. package/modal/esm/components/footer/desktop.css +13 -11
  2306. package/modal/esm/components/footer/index.css +4 -4
  2307. package/modal/esm/components/footer/layout.css +27 -24
  2308. package/modal/esm/components/footer/mobile.css +5 -4
  2309. package/modal/esm/components/header/Component.js +3 -3
  2310. package/modal/esm/components/header/desktop.css +21 -18
  2311. package/modal/esm/components/header/index.css +4 -4
  2312. package/modal/esm/components/header/mobile.css +12 -11
  2313. package/modal/esm/desktop/Component.desktop.js +1 -1
  2314. package/modal/esm/desktop/desktop.css +11 -10
  2315. package/modal/esm/desktop/index.js +1 -1
  2316. package/modal/esm/index.js +1 -1
  2317. package/modal/esm/layout.module-26df0a32.js +4 -0
  2318. package/modal/esm/mobile/Component.mobile.js +1 -1
  2319. package/modal/esm/mobile/index.js +1 -1
  2320. package/modal/esm/mobile/mobile.css +2 -2
  2321. package/modal/esm/transitions.css +8 -8
  2322. package/modal/layout.module-072ec2bf.js +4 -0
  2323. package/modal/mobile/mobile.css +2 -2
  2324. package/modal/modern/Component.js +3 -3
  2325. package/modal/modern/Component.responsive.js +1 -1
  2326. package/modal/modern/components/content/Component.js +3 -3
  2327. package/modal/modern/components/content/desktop.css +10 -9
  2328. package/modal/modern/components/content/index.css +4 -4
  2329. package/modal/modern/components/content/mobile.css +6 -5
  2330. package/modal/modern/components/controls/Component.js +2 -2
  2331. package/modal/modern/components/controls/index.css +2 -2
  2332. package/modal/modern/components/controls/index.js +1 -1
  2333. package/modal/modern/components/footer/Component.js +4 -4
  2334. package/modal/modern/components/footer/desktop.css +13 -11
  2335. package/modal/modern/components/footer/index.css +4 -4
  2336. package/modal/modern/components/footer/layout.css +27 -24
  2337. package/modal/modern/components/footer/mobile.css +5 -4
  2338. package/modal/modern/components/header/Component.js +3 -3
  2339. package/modal/modern/components/header/desktop.css +21 -18
  2340. package/modal/modern/components/header/index.css +4 -4
  2341. package/modal/modern/components/header/mobile.css +12 -11
  2342. package/modal/modern/desktop/Component.desktop.js +1 -1
  2343. package/modal/modern/desktop/desktop.css +11 -10
  2344. package/modal/modern/desktop/index.js +1 -1
  2345. package/modal/modern/index.js +1 -1
  2346. package/modal/modern/layout.module-4d8af174.js +4 -0
  2347. package/modal/modern/mobile/Component.mobile.js +1 -1
  2348. package/modal/modern/mobile/index.js +1 -1
  2349. package/modal/modern/mobile/mobile.css +2 -2
  2350. package/modal/modern/transitions.css +8 -8
  2351. package/modal/moderncssm/Component.d.ts +13 -0
  2352. package/modal/moderncssm/Component.js +59 -0
  2353. package/modal/moderncssm/Component.responsive.d.ts +18 -0
  2354. package/modal/moderncssm/Component.responsive.js +43 -0
  2355. package/modal/moderncssm/Context.d.ts +4 -0
  2356. package/modal/moderncssm/Context.js +5 -0
  2357. package/modal/moderncssm/ResponsiveContext.d.ts +5 -0
  2358. package/modal/moderncssm/ResponsiveContext.js +8 -0
  2359. package/modal/moderncssm/components/content/Component.d.ts +4 -0
  2360. package/modal/moderncssm/components/content/Component.js +23 -0
  2361. package/modal/moderncssm/components/content/desktop.module.css +30 -0
  2362. package/modal/moderncssm/components/content/index.module.css +31 -0
  2363. package/modal/moderncssm/components/content/mobile.module.css +24 -0
  2364. package/modal/moderncssm/components/controls/Component.d.ts +29 -0
  2365. package/modal/moderncssm/components/controls/Component.js +19 -0
  2366. package/modal/moderncssm/components/controls/index.d.ts +1 -0
  2367. package/modal/moderncssm/components/controls/index.js +7 -0
  2368. package/modal/moderncssm/components/controls/index.module.css +3 -0
  2369. package/modal/moderncssm/components/footer/Component.d.ts +25 -0
  2370. package/modal/moderncssm/components/footer/Component.js +30 -0
  2371. package/modal/moderncssm/components/footer/desktop.module.css +40 -0
  2372. package/modal/moderncssm/components/footer/index.module.css +35 -0
  2373. package/modal/moderncssm/components/footer/layout.module.css +76 -0
  2374. package/modal/moderncssm/components/footer/mobile.module.css +24 -0
  2375. package/modal/moderncssm/components/header/Component.d.ts +5 -0
  2376. package/modal/moderncssm/components/header/Component.js +43 -0
  2377. package/modal/moderncssm/components/header/desktop.module.css +68 -0
  2378. package/modal/moderncssm/components/header/index.module.css +33 -0
  2379. package/modal/moderncssm/components/header/mobile.module.css +39 -0
  2380. package/modal/moderncssm/consts.d.ts +12 -0
  2381. package/modal/moderncssm/consts.js +13 -0
  2382. package/modal/moderncssm/desktop/Component.desktop.d.ts +17 -0
  2383. package/modal/moderncssm/desktop/Component.desktop.js +38 -0
  2384. package/modal/moderncssm/desktop/desktop.module.css +59 -0
  2385. package/modal/moderncssm/desktop/index.d.ts +2 -0
  2386. package/modal/moderncssm/desktop/index.js +29 -0
  2387. package/modal/moderncssm/index.d.ts +2 -0
  2388. package/modal/moderncssm/index.js +30 -0
  2389. package/modal/moderncssm/mobile/Component.mobile.d.ts +11 -0
  2390. package/modal/moderncssm/mobile/Component.mobile.js +38 -0
  2391. package/modal/moderncssm/mobile/index.d.ts +2 -0
  2392. package/modal/moderncssm/mobile/index.js +29 -0
  2393. package/modal/moderncssm/mobile/mobile.module.css +22 -0
  2394. package/modal/moderncssm/shared/index.d.ts +5 -0
  2395. package/modal/moderncssm/shared/index.js +4 -0
  2396. package/modal/moderncssm/transitions.module.css +24 -0
  2397. package/modal/moderncssm/typings.d.ts +62 -0
  2398. package/modal/moderncssm/typings.js +1 -0
  2399. package/modal/moderncssm/utils.d.ts +11 -0
  2400. package/modal/moderncssm/utils.js +16 -0
  2401. package/modal/moderncssm/vars.css +16 -0
  2402. package/modal/transitions.css +8 -8
  2403. package/mq/moderncssm/Component.d.ts +25 -0
  2404. package/mq/moderncssm/Component.js +21 -0
  2405. package/mq/moderncssm/index.d.ts +2 -0
  2406. package/mq/moderncssm/index.js +5 -0
  2407. package/mq/moderncssm/useMatchMedia.d.ts +7 -0
  2408. package/mq/moderncssm/useMatchMedia.js +35 -0
  2409. package/mq/moderncssm/utils.d.ts +21 -0
  2410. package/mq/moderncssm/utils.js +65 -0
  2411. package/navigation-bar/Component.js +1 -1
  2412. package/navigation-bar/components/action-icon-addon/Component.js +1 -1
  2413. package/navigation-bar/components/action-icon-addon/index.css +7 -7
  2414. package/navigation-bar/components/action-text-addon/Component.js +1 -1
  2415. package/navigation-bar/components/action-text-addon/index.css +6 -4
  2416. package/navigation-bar/cssm/components/action-text-addon/index.module.css +3 -1
  2417. package/navigation-bar/cssm/index.module.css +5 -2
  2418. package/navigation-bar/esm/Component.js +1 -1
  2419. package/navigation-bar/esm/components/action-icon-addon/Component.js +1 -1
  2420. package/navigation-bar/esm/components/action-icon-addon/index.css +7 -7
  2421. package/navigation-bar/esm/components/action-text-addon/Component.js +1 -1
  2422. package/navigation-bar/esm/components/action-text-addon/index.css +6 -4
  2423. package/navigation-bar/esm/index.css +22 -19
  2424. package/navigation-bar/index.css +22 -19
  2425. package/navigation-bar/modern/Component.js +1 -1
  2426. package/navigation-bar/modern/components/action-icon-addon/Component.js +1 -1
  2427. package/navigation-bar/modern/components/action-icon-addon/index.css +7 -7
  2428. package/navigation-bar/modern/components/action-text-addon/Component.js +1 -1
  2429. package/navigation-bar/modern/components/action-text-addon/index.css +6 -4
  2430. package/navigation-bar/modern/index.css +22 -19
  2431. package/navigation-bar/moderncssm/Component.d.ts +76 -0
  2432. package/navigation-bar/moderncssm/Component.js +54 -0
  2433. package/navigation-bar/moderncssm/components/action-icon-addon/Component.d.ts +22 -0
  2434. package/navigation-bar/moderncssm/components/action-icon-addon/Component.js +16 -0
  2435. package/navigation-bar/moderncssm/components/action-icon-addon/index.d.ts +1 -0
  2436. package/navigation-bar/moderncssm/components/action-icon-addon/index.js +7 -0
  2437. package/navigation-bar/moderncssm/components/action-icon-addon/index.module.css +34 -0
  2438. package/navigation-bar/moderncssm/components/action-text-addon/Component.d.ts +26 -0
  2439. package/navigation-bar/moderncssm/components/action-text-addon/Component.js +10 -0
  2440. package/navigation-bar/moderncssm/components/action-text-addon/index.d.ts +1 -0
  2441. package/navigation-bar/moderncssm/components/action-text-addon/index.js +6 -0
  2442. package/navigation-bar/moderncssm/components/action-text-addon/index.module.css +9 -0
  2443. package/navigation-bar/moderncssm/index.d.ts +1 -0
  2444. package/navigation-bar/moderncssm/index.js +5 -0
  2445. package/navigation-bar/moderncssm/index.module.css +87 -0
  2446. package/navigation-bar/moderncssm/shared/index.d.ts +3 -0
  2447. package/navigation-bar/moderncssm/shared/index.js +12 -0
  2448. package/navigation-bar/moderncssm/utils.d.ts +6 -0
  2449. package/navigation-bar/moderncssm/utils.js +11 -0
  2450. package/navigation-bar-private/Component.js +1 -1
  2451. package/navigation-bar-private/components/back-arrow-addon/Component.js +1 -1
  2452. package/navigation-bar-private/components/back-arrow-addon/index.css +18 -16
  2453. package/navigation-bar-private/components/closer/Component.js +1 -1
  2454. package/navigation-bar-private/components/closer/index.css +6 -6
  2455. package/navigation-bar-private/cssm/components/back-arrow-addon/index.module.css +6 -4
  2456. package/navigation-bar-private/cssm/index.module.css +6 -4
  2457. package/navigation-bar-private/esm/Component.js +1 -1
  2458. package/navigation-bar-private/esm/components/back-arrow-addon/Component.js +1 -1
  2459. package/navigation-bar-private/esm/components/back-arrow-addon/index.css +18 -16
  2460. package/navigation-bar-private/esm/components/closer/Component.js +1 -1
  2461. package/navigation-bar-private/esm/components/closer/index.css +6 -6
  2462. package/navigation-bar-private/esm/index.css +33 -31
  2463. package/navigation-bar-private/index.css +33 -31
  2464. package/navigation-bar-private/modern/Component.js +1 -1
  2465. package/navigation-bar-private/modern/components/back-arrow-addon/Component.js +1 -1
  2466. package/navigation-bar-private/modern/components/back-arrow-addon/index.css +18 -16
  2467. package/navigation-bar-private/modern/components/closer/Component.js +1 -1
  2468. package/navigation-bar-private/modern/components/closer/index.css +6 -6
  2469. package/navigation-bar-private/modern/index.css +33 -31
  2470. package/navigation-bar-private/moderncssm/Component.d.ts +5 -0
  2471. package/navigation-bar-private/moderncssm/Component.js +168 -0
  2472. package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.d.ts +26 -0
  2473. package/navigation-bar-private/moderncssm/components/back-arrow-addon/Component.js +21 -0
  2474. package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.d.ts +1 -0
  2475. package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.js +8 -0
  2476. package/navigation-bar-private/moderncssm/components/back-arrow-addon/index.module.css +62 -0
  2477. package/navigation-bar-private/moderncssm/components/closer/Component.d.ts +35 -0
  2478. package/navigation-bar-private/moderncssm/components/closer/Component.js +18 -0
  2479. package/navigation-bar-private/moderncssm/components/closer/index.d.ts +1 -0
  2480. package/navigation-bar-private/moderncssm/components/closer/index.js +7 -0
  2481. package/navigation-bar-private/moderncssm/components/closer/index.module.css +33 -0
  2482. package/navigation-bar-private/moderncssm/index.d.ts +2 -0
  2483. package/navigation-bar-private/moderncssm/index.js +18 -0
  2484. package/navigation-bar-private/moderncssm/index.module.css +131 -0
  2485. package/navigation-bar-private/moderncssm/shared/index.d.ts +2 -0
  2486. package/navigation-bar-private/moderncssm/shared/index.js +13 -0
  2487. package/navigation-bar-private/moderncssm/types.d.ts +118 -0
  2488. package/navigation-bar-private/moderncssm/types.js +1 -0
  2489. package/navigation-bar-private/moderncssm/vars.css +7 -0
  2490. package/notification/Component.js +1 -1
  2491. package/notification/cssm/index.module.css +13 -8
  2492. package/notification/esm/Component.js +1 -1
  2493. package/notification/esm/index.css +22 -17
  2494. package/notification/index.css +22 -17
  2495. package/notification/modern/Component.js +1 -1
  2496. package/notification/modern/index.css +22 -17
  2497. package/notification/moderncssm/Component.d.ts +89 -0
  2498. package/notification/moderncssm/Component.js +95 -0
  2499. package/notification/moderncssm/browser-a216f694.d.ts +6 -0
  2500. package/notification/moderncssm/index.d.ts +1 -0
  2501. package/notification/moderncssm/index.js +12 -0
  2502. package/notification/moderncssm/index.module.css +60 -0
  2503. package/notification/moderncssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  2504. package/notification/moderncssm/utils/getNotificationTestIds.d.ts +5 -0
  2505. package/notification/moderncssm/utils/getNotificationTestIds.js +18 -0
  2506. package/notification/moderncssm/utils/index.d.ts +4 -0
  2507. package/notification/moderncssm/utils/index.js +27 -0
  2508. package/notification-manager/component.js +1 -1
  2509. package/notification-manager/cssm/index.module.css +31 -26
  2510. package/notification-manager/esm/component.js +1 -1
  2511. package/notification-manager/esm/index.css +36 -31
  2512. package/notification-manager/index.css +36 -31
  2513. package/notification-manager/modern/component.js +1 -1
  2514. package/notification-manager/modern/index.css +36 -31
  2515. package/notification-manager/moderncssm/component.d.ts +72 -0
  2516. package/notification-manager/moderncssm/component.js +30 -0
  2517. package/notification-manager/moderncssm/components/index.d.ts +1 -0
  2518. package/notification-manager/moderncssm/components/index.js +3 -0
  2519. package/notification-manager/moderncssm/components/notification/component.d.ts +12 -0
  2520. package/notification-manager/moderncssm/components/notification/component.js +30 -0
  2521. package/notification-manager/moderncssm/components/notification/index.d.ts +1 -0
  2522. package/notification-manager/moderncssm/components/notification/index.js +3 -0
  2523. package/notification-manager/moderncssm/index.d.ts +1 -0
  2524. package/notification-manager/moderncssm/index.js +9 -0
  2525. package/notification-manager/moderncssm/index.module.css +52 -0
  2526. package/number-input/components/number-input/Component.js +3 -3
  2527. package/number-input/components/number-input/default.css +4 -4
  2528. package/number-input/components/number-input/index.css +7 -5
  2529. package/number-input/components/number-input/inverted.css +4 -4
  2530. package/number-input/components/steppers/Component.js +3 -3
  2531. package/number-input/components/steppers/default.css +2 -2
  2532. package/number-input/components/steppers/index.css +4 -4
  2533. package/number-input/components/steppers/inverted.css +2 -2
  2534. package/number-input/cssm/components/number-input/index.module.css +4 -2
  2535. package/number-input/esm/components/number-input/Component.js +3 -3
  2536. package/number-input/esm/components/number-input/default.css +4 -4
  2537. package/number-input/esm/components/number-input/index.css +7 -5
  2538. package/number-input/esm/components/number-input/inverted.css +4 -4
  2539. package/number-input/esm/components/steppers/Component.js +3 -3
  2540. package/number-input/esm/components/steppers/default.css +2 -2
  2541. package/number-input/esm/components/steppers/index.css +4 -4
  2542. package/number-input/esm/components/steppers/inverted.css +2 -2
  2543. package/number-input/modern/components/number-input/Component.js +3 -3
  2544. package/number-input/modern/components/number-input/default.css +4 -4
  2545. package/number-input/modern/components/number-input/index.css +7 -5
  2546. package/number-input/modern/components/number-input/inverted.css +4 -4
  2547. package/number-input/modern/components/steppers/Component.js +3 -3
  2548. package/number-input/modern/components/steppers/default.css +2 -2
  2549. package/number-input/modern/components/steppers/index.css +4 -4
  2550. package/number-input/modern/components/steppers/inverted.css +2 -2
  2551. package/number-input/moderncssm/Component.responsive.d.ts +6 -0
  2552. package/number-input/moderncssm/Component.responsive.js +28 -0
  2553. package/number-input/moderncssm/components/number-input/Component.d.ts +60 -0
  2554. package/number-input/moderncssm/components/number-input/Component.js +114 -0
  2555. package/number-input/moderncssm/components/number-input/default.module.css +10 -0
  2556. package/number-input/moderncssm/components/number-input/index.d.ts +1 -0
  2557. package/number-input/moderncssm/components/number-input/index.js +18 -0
  2558. package/number-input/moderncssm/components/number-input/index.module.css +9 -0
  2559. package/number-input/moderncssm/components/number-input/inverted.module.css +10 -0
  2560. package/number-input/moderncssm/components/steppers/Component.d.ts +15 -0
  2561. package/number-input/moderncssm/components/steppers/Component.js +27 -0
  2562. package/number-input/moderncssm/components/steppers/default.module.css +5 -0
  2563. package/number-input/moderncssm/components/steppers/index.d.ts +1 -0
  2564. package/number-input/moderncssm/components/steppers/index.js +10 -0
  2565. package/number-input/moderncssm/components/steppers/index.module.css +20 -0
  2566. package/number-input/moderncssm/components/steppers/inverted.module.css +5 -0
  2567. package/number-input/moderncssm/desktop/Component.desktop.d.ts +6 -0
  2568. package/number-input/moderncssm/desktop/Component.desktop.js +23 -0
  2569. package/number-input/moderncssm/desktop/index.d.ts +2 -0
  2570. package/number-input/moderncssm/desktop/index.js +20 -0
  2571. package/number-input/moderncssm/index.d.ts +2 -0
  2572. package/number-input/moderncssm/index.js +21 -0
  2573. package/number-input/moderncssm/mobile/Component.mobile.d.ts +6 -0
  2574. package/number-input/moderncssm/mobile/Component.mobile.js +23 -0
  2575. package/number-input/moderncssm/mobile/index.d.ts +2 -0
  2576. package/number-input/moderncssm/mobile/index.js +20 -0
  2577. package/number-input/moderncssm/shared/index.d.ts +1 -0
  2578. package/number-input/moderncssm/shared/index.js +3 -0
  2579. package/number-input/moderncssm/utils.d.ts +34 -0
  2580. package/number-input/moderncssm/utils.js +246 -0
  2581. package/package.json +1 -1
  2582. package/pagination/Component.js +1 -1
  2583. package/pagination/components/default-view/index.css +2 -2
  2584. package/pagination/components/default-view/index.js +1 -1
  2585. package/pagination/components/per-page-view/index.css +4 -3
  2586. package/pagination/components/per-page-view/index.js +1 -1
  2587. package/pagination/components/tag/index.css +8 -8
  2588. package/pagination/components/tag/index.js +1 -1
  2589. package/pagination/cssm/components/per-page-view/index.module.css +2 -1
  2590. package/pagination/cssm/index.module.css +2 -1
  2591. package/pagination/esm/Component.js +1 -1
  2592. package/pagination/esm/components/default-view/index.css +2 -2
  2593. package/pagination/esm/components/default-view/index.js +1 -1
  2594. package/pagination/esm/components/per-page-view/index.css +4 -3
  2595. package/pagination/esm/components/per-page-view/index.js +1 -1
  2596. package/pagination/esm/components/tag/index.css +8 -8
  2597. package/pagination/esm/components/tag/index.js +1 -1
  2598. package/pagination/esm/index.css +6 -5
  2599. package/pagination/index.css +6 -5
  2600. package/pagination/modern/Component.js +1 -1
  2601. package/pagination/modern/components/default-view/index.css +2 -2
  2602. package/pagination/modern/components/default-view/index.js +1 -1
  2603. package/pagination/modern/components/per-page-view/index.css +4 -3
  2604. package/pagination/modern/components/per-page-view/index.js +1 -1
  2605. package/pagination/modern/components/tag/index.css +8 -8
  2606. package/pagination/modern/components/tag/index.js +1 -1
  2607. package/pagination/modern/index.css +6 -5
  2608. package/pagination/moderncssm/Component.d.ts +41 -0
  2609. package/pagination/moderncssm/Component.js +34 -0
  2610. package/pagination/moderncssm/components/default-view/index.d.ts +5 -0
  2611. package/pagination/moderncssm/components/default-view/index.js +47 -0
  2612. package/pagination/moderncssm/components/default-view/index.module.css +12 -0
  2613. package/pagination/moderncssm/components/per-page-view/index.d.ts +5 -0
  2614. package/pagination/moderncssm/components/per-page-view/index.js +10 -0
  2615. package/pagination/moderncssm/components/per-page-view/index.module.css +6 -0
  2616. package/pagination/moderncssm/components/tag/index.d.ts +4 -0
  2617. package/pagination/moderncssm/components/tag/index.js +8 -0
  2618. package/pagination/moderncssm/components/tag/index.module.css +40 -0
  2619. package/pagination/moderncssm/index.d.ts +1 -0
  2620. package/pagination/moderncssm/index.js +13 -0
  2621. package/pagination/moderncssm/index.module.css +21 -0
  2622. package/pass-code/Component.js +1 -1
  2623. package/pass-code/components/InputProgress/Component.js +2 -2
  2624. package/pass-code/components/InputProgress/index.css +16 -16
  2625. package/pass-code/components/InputProgress/transitions.css +8 -8
  2626. package/pass-code/components/KeyPad/Component.js +1 -1
  2627. package/pass-code/components/KeyPad/index.css +5 -4
  2628. package/pass-code/components/KeyPadButton/Component.js +1 -1
  2629. package/pass-code/components/KeyPadButton/index.css +9 -9
  2630. package/pass-code/cssm/components/KeyPad/index.module.css +2 -1
  2631. package/pass-code/cssm/desktop/desktop.module.css +3 -1
  2632. package/pass-code/cssm/mobile/mobile.module.css +3 -1
  2633. package/pass-code/desktop/PassCodeDesktop.js +1 -1
  2634. package/pass-code/desktop/desktop.css +5 -3
  2635. package/pass-code/esm/Component.js +1 -1
  2636. package/pass-code/esm/components/InputProgress/Component.js +2 -2
  2637. package/pass-code/esm/components/InputProgress/index.css +16 -16
  2638. package/pass-code/esm/components/InputProgress/transitions.css +8 -8
  2639. package/pass-code/esm/components/KeyPad/Component.js +1 -1
  2640. package/pass-code/esm/components/KeyPad/index.css +5 -4
  2641. package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
  2642. package/pass-code/esm/components/KeyPadButton/index.css +9 -9
  2643. package/pass-code/esm/desktop/PassCodeDesktop.js +1 -1
  2644. package/pass-code/esm/desktop/desktop.css +5 -3
  2645. package/pass-code/esm/index.css +4 -4
  2646. package/pass-code/esm/mobile/PassCodeMobile.js +1 -1
  2647. package/pass-code/esm/mobile/mobile.css +5 -3
  2648. package/pass-code/index.css +4 -4
  2649. package/pass-code/mobile/PassCodeMobile.js +1 -1
  2650. package/pass-code/mobile/mobile.css +5 -3
  2651. package/pass-code/modern/Component.js +1 -1
  2652. package/pass-code/modern/components/InputProgress/Component.js +2 -2
  2653. package/pass-code/modern/components/InputProgress/index.css +16 -16
  2654. package/pass-code/modern/components/InputProgress/transitions.css +8 -8
  2655. package/pass-code/modern/components/KeyPad/Component.js +1 -1
  2656. package/pass-code/modern/components/KeyPad/index.css +5 -4
  2657. package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
  2658. package/pass-code/modern/components/KeyPadButton/index.css +9 -9
  2659. package/pass-code/modern/desktop/PassCodeDesktop.js +1 -1
  2660. package/pass-code/modern/desktop/desktop.css +5 -3
  2661. package/pass-code/modern/index.css +4 -4
  2662. package/pass-code/modern/mobile/PassCodeMobile.js +1 -1
  2663. package/pass-code/modern/mobile/mobile.css +5 -3
  2664. package/pass-code/moderncssm/Component.d.ts +66 -0
  2665. package/pass-code/moderncssm/Component.js +46 -0
  2666. package/pass-code/moderncssm/Component.responsive.d.ts +5 -0
  2667. package/pass-code/moderncssm/Component.responsive.js +31 -0
  2668. package/pass-code/moderncssm/components/InputProgress/Component.d.ts +12 -0
  2669. package/pass-code/moderncssm/components/InputProgress/Component.js +31 -0
  2670. package/pass-code/moderncssm/components/InputProgress/animations.module.css +15 -0
  2671. package/pass-code/moderncssm/components/InputProgress/index.d.ts +1 -0
  2672. package/pass-code/moderncssm/components/InputProgress/index.js +8 -0
  2673. package/pass-code/moderncssm/components/InputProgress/index.module.css +74 -0
  2674. package/pass-code/moderncssm/components/InputProgress/transitions.module.css +51 -0
  2675. package/pass-code/moderncssm/components/InputProgress/useInputProgress.d.ts +5 -0
  2676. package/pass-code/moderncssm/components/InputProgress/useInputProgress.js +18 -0
  2677. package/pass-code/moderncssm/components/KeyPad/Component.d.ts +35 -0
  2678. package/pass-code/moderncssm/components/KeyPad/Component.js +38 -0
  2679. package/pass-code/moderncssm/components/KeyPad/index.d.ts +1 -0
  2680. package/pass-code/moderncssm/components/KeyPad/index.js +9 -0
  2681. package/pass-code/moderncssm/components/KeyPad/index.module.css +15 -0
  2682. package/pass-code/moderncssm/components/KeyPadButton/Component.d.ts +36 -0
  2683. package/pass-code/moderncssm/components/KeyPadButton/Component.js +13 -0
  2684. package/pass-code/moderncssm/components/KeyPadButton/index.d.ts +1 -0
  2685. package/pass-code/moderncssm/components/KeyPadButton/index.js +6 -0
  2686. package/pass-code/moderncssm/components/KeyPadButton/index.module.css +40 -0
  2687. package/pass-code/moderncssm/desktop/PassCodeDesktop.d.ts +5 -0
  2688. package/pass-code/moderncssm/desktop/PassCodeDesktop.js +22 -0
  2689. package/pass-code/moderncssm/desktop/desktop.module.css +9 -0
  2690. package/pass-code/moderncssm/index.d.ts +2 -0
  2691. package/pass-code/moderncssm/index.js +23 -0
  2692. package/pass-code/moderncssm/index.module.css +23 -0
  2693. package/pass-code/moderncssm/mobile/PassCodeMobile.d.ts +5 -0
  2694. package/pass-code/moderncssm/mobile/PassCodeMobile.js +22 -0
  2695. package/pass-code/moderncssm/mobile/mobile.module.css +14 -0
  2696. package/pass-code/moderncssm/shared/index.d.ts +1 -0
  2697. package/pass-code/moderncssm/shared/index.js +2 -0
  2698. package/pass-code/moderncssm/typings.d.ts +18 -0
  2699. package/pass-code/moderncssm/typings.js +1 -0
  2700. package/pass-code/moderncssm/utils.d.ts +10 -0
  2701. package/pass-code/moderncssm/utils.js +15 -0
  2702. package/pass-code/moderncssm/vars.css +0 -0
  2703. package/pass-code-v1/Component.js +1 -1
  2704. package/pass-code-v1/components/InputProgress/Component.js +2 -2
  2705. package/pass-code-v1/components/InputProgress/index.css +5 -5
  2706. package/pass-code-v1/components/InputProgress/transitions.css +8 -8
  2707. package/pass-code-v1/components/KeyPad/Component.js +1 -1
  2708. package/pass-code-v1/components/KeyPad/index.css +13 -9
  2709. package/pass-code-v1/components/KeyPadButton/Component.js +1 -1
  2710. package/pass-code-v1/components/KeyPadButton/index.css +13 -13
  2711. package/pass-code-v1/cssm/components/KeyPad/index.module.css +8 -4
  2712. package/pass-code-v1/cssm/index.module.css +2 -1
  2713. package/pass-code-v1/esm/Component.js +1 -1
  2714. package/pass-code-v1/esm/components/InputProgress/Component.js +2 -2
  2715. package/pass-code-v1/esm/components/InputProgress/index.css +5 -5
  2716. package/pass-code-v1/esm/components/InputProgress/transitions.css +8 -8
  2717. package/pass-code-v1/esm/components/KeyPad/Component.js +1 -1
  2718. package/pass-code-v1/esm/components/KeyPad/index.css +13 -9
  2719. package/pass-code-v1/esm/components/KeyPadButton/Component.js +1 -1
  2720. package/pass-code-v1/esm/components/KeyPadButton/index.css +13 -13
  2721. package/pass-code-v1/esm/index.css +6 -5
  2722. package/pass-code-v1/index.css +6 -5
  2723. package/pass-code-v1/modern/Component.js +1 -1
  2724. package/pass-code-v1/modern/components/InputProgress/Component.js +2 -2
  2725. package/pass-code-v1/modern/components/InputProgress/index.css +5 -5
  2726. package/pass-code-v1/modern/components/InputProgress/transitions.css +8 -8
  2727. package/pass-code-v1/modern/components/KeyPad/Component.js +1 -1
  2728. package/pass-code-v1/modern/components/KeyPad/index.css +13 -9
  2729. package/pass-code-v1/modern/components/KeyPadButton/Component.js +1 -1
  2730. package/pass-code-v1/modern/components/KeyPadButton/index.css +13 -13
  2731. package/pass-code-v1/modern/index.css +6 -5
  2732. package/pass-code-v1/moderncssm/Component.d.ts +62 -0
  2733. package/pass-code-v1/moderncssm/Component.js +44 -0
  2734. package/pass-code-v1/moderncssm/components/InputProgress/Component.d.ts +11 -0
  2735. package/pass-code-v1/moderncssm/components/InputProgress/Component.js +21 -0
  2736. package/pass-code-v1/moderncssm/components/InputProgress/index.d.ts +1 -0
  2737. package/pass-code-v1/moderncssm/components/InputProgress/index.js +7 -0
  2738. package/pass-code-v1/moderncssm/components/InputProgress/index.module.css +29 -0
  2739. package/pass-code-v1/moderncssm/components/InputProgress/transitions.module.css +51 -0
  2740. package/pass-code-v1/moderncssm/components/KeyPad/Component.d.ts +31 -0
  2741. package/pass-code-v1/moderncssm/components/KeyPad/Component.js +34 -0
  2742. package/pass-code-v1/moderncssm/components/KeyPad/index.d.ts +1 -0
  2743. package/pass-code-v1/moderncssm/components/KeyPad/index.js +9 -0
  2744. package/pass-code-v1/moderncssm/components/KeyPad/index.module.css +33 -0
  2745. package/pass-code-v1/moderncssm/components/KeyPadButton/Component.d.ts +32 -0
  2746. package/pass-code-v1/moderncssm/components/KeyPadButton/Component.js +11 -0
  2747. package/pass-code-v1/moderncssm/components/KeyPadButton/index.d.ts +1 -0
  2748. package/pass-code-v1/moderncssm/components/KeyPadButton/index.js +5 -0
  2749. package/pass-code-v1/moderncssm/components/KeyPadButton/index.module.css +62 -0
  2750. package/pass-code-v1/moderncssm/index.d.ts +2 -0
  2751. package/pass-code-v1/moderncssm/index.js +16 -0
  2752. package/pass-code-v1/moderncssm/index.module.css +23 -0
  2753. package/pass-code-v1/moderncssm/shared/index.d.ts +1 -0
  2754. package/pass-code-v1/moderncssm/shared/index.js +2 -0
  2755. package/pass-code-v1/moderncssm/utils.d.ts +10 -0
  2756. package/pass-code-v1/moderncssm/utils.js +15 -0
  2757. package/password-input/component.js +1 -1
  2758. package/password-input/cssm/index.module.css +2 -1
  2759. package/password-input/esm/component.js +1 -1
  2760. package/password-input/esm/index.css +7 -6
  2761. package/password-input/index.css +7 -6
  2762. package/password-input/modern/component.js +1 -1
  2763. package/password-input/modern/index.css +7 -6
  2764. package/password-input/moderncssm/component.d.ts +27 -0
  2765. package/password-input/moderncssm/component.js +39 -0
  2766. package/password-input/moderncssm/index.d.ts +1 -0
  2767. package/password-input/moderncssm/index.js +8 -0
  2768. package/password-input/moderncssm/index.module.css +17 -0
  2769. package/pattern-lock/components/base-pattern-lock/Component.js +1 -1
  2770. package/pattern-lock/components/base-pattern-lock/index.css +11 -10
  2771. package/pattern-lock/cssm/components/base-pattern-lock/index.module.css +3 -2
  2772. package/pattern-lock/cssm/desktop/desktop.module.css +2 -1
  2773. package/pattern-lock/cssm/mobile/mobile.module.css +2 -1
  2774. package/pattern-lock/desktop/Component.desktop.js +1 -1
  2775. package/pattern-lock/desktop/desktop.css +6 -5
  2776. package/pattern-lock/esm/components/base-pattern-lock/Component.js +1 -1
  2777. package/pattern-lock/esm/components/base-pattern-lock/index.css +11 -10
  2778. package/pattern-lock/esm/desktop/Component.desktop.js +1 -1
  2779. package/pattern-lock/esm/desktop/desktop.css +6 -5
  2780. package/pattern-lock/esm/mobile/Component.mobile.js +1 -1
  2781. package/pattern-lock/esm/mobile/mobile.css +5 -4
  2782. package/pattern-lock/mobile/Component.mobile.js +1 -1
  2783. package/pattern-lock/mobile/mobile.css +5 -4
  2784. package/pattern-lock/modern/components/base-pattern-lock/Component.js +1 -1
  2785. package/pattern-lock/modern/components/base-pattern-lock/index.css +11 -10
  2786. package/pattern-lock/modern/desktop/Component.desktop.js +1 -1
  2787. package/pattern-lock/modern/desktop/desktop.css +6 -5
  2788. package/pattern-lock/modern/mobile/Component.mobile.js +1 -1
  2789. package/pattern-lock/modern/mobile/mobile.css +5 -4
  2790. package/pattern-lock/moderncssm/Component.responsive.d.ts +6 -0
  2791. package/pattern-lock/moderncssm/Component.responsive.js +24 -0
  2792. package/pattern-lock/moderncssm/components/base-pattern-lock/Component.d.ts +6 -0
  2793. package/pattern-lock/moderncssm/components/base-pattern-lock/Component.js +53 -0
  2794. package/pattern-lock/moderncssm/components/base-pattern-lock/index.d.ts +1 -0
  2795. package/pattern-lock/moderncssm/components/base-pattern-lock/index.js +9 -0
  2796. package/pattern-lock/moderncssm/components/base-pattern-lock/index.module.css +38 -0
  2797. package/pattern-lock/moderncssm/consts.d.ts +11 -0
  2798. package/pattern-lock/moderncssm/consts.js +26 -0
  2799. package/pattern-lock/moderncssm/desktop/Component.desktop.d.ts +6 -0
  2800. package/pattern-lock/moderncssm/desktop/Component.desktop.js +15 -0
  2801. package/pattern-lock/moderncssm/desktop/desktop.module.css +14 -0
  2802. package/pattern-lock/moderncssm/desktop/index.d.ts +2 -0
  2803. package/pattern-lock/moderncssm/desktop/index.js +11 -0
  2804. package/pattern-lock/moderncssm/hooks/use-pattern-lock-cleanup.d.ts +6 -0
  2805. package/pattern-lock/moderncssm/hooks/use-pattern-lock-cleanup.js +14 -0
  2806. package/pattern-lock/moderncssm/index.d.ts +3 -0
  2807. package/pattern-lock/moderncssm/index.js +15 -0
  2808. package/pattern-lock/moderncssm/mobile/Component.mobile.d.ts +6 -0
  2809. package/pattern-lock/moderncssm/mobile/Component.mobile.js +15 -0
  2810. package/pattern-lock/moderncssm/mobile/index.d.ts +2 -0
  2811. package/pattern-lock/moderncssm/mobile/index.js +11 -0
  2812. package/pattern-lock/moderncssm/mobile/mobile.module.css +11 -0
  2813. package/pattern-lock/moderncssm/shared/index.d.ts +2 -0
  2814. package/pattern-lock/moderncssm/shared/index.js +5 -0
  2815. package/pattern-lock/moderncssm/typings.d.ts +91 -0
  2816. package/pattern-lock/moderncssm/typings.js +1 -0
  2817. package/pattern-lock/moderncssm/utils.d.ts +14 -0
  2818. package/pattern-lock/moderncssm/utils.js +73 -0
  2819. package/pattern-lock/moderncssm/vars.css +0 -0
  2820. package/pattern-lock-v1/components/base-pattern-lock/Component.js +1 -1
  2821. package/pattern-lock-v1/components/base-pattern-lock/index.css +9 -7
  2822. package/pattern-lock-v1/cssm/components/base-pattern-lock/index.module.css +3 -1
  2823. package/pattern-lock-v1/cssm/desktop/desktop.module.css +4 -2
  2824. package/pattern-lock-v1/cssm/mobile/mobile.module.css +10 -5
  2825. package/pattern-lock-v1/desktop/Component.desktop.js +1 -1
  2826. package/pattern-lock-v1/desktop/desktop.css +8 -6
  2827. package/pattern-lock-v1/esm/components/base-pattern-lock/Component.js +1 -1
  2828. package/pattern-lock-v1/esm/components/base-pattern-lock/index.css +9 -7
  2829. package/pattern-lock-v1/esm/desktop/Component.desktop.js +1 -1
  2830. package/pattern-lock-v1/esm/desktop/desktop.css +8 -6
  2831. package/pattern-lock-v1/esm/mobile/Component.mobile.js +1 -1
  2832. package/pattern-lock-v1/esm/mobile/mobile.css +17 -12
  2833. package/pattern-lock-v1/mobile/Component.mobile.js +1 -1
  2834. package/pattern-lock-v1/mobile/mobile.css +17 -12
  2835. package/pattern-lock-v1/modern/components/base-pattern-lock/Component.js +1 -1
  2836. package/pattern-lock-v1/modern/components/base-pattern-lock/index.css +9 -7
  2837. package/pattern-lock-v1/modern/desktop/Component.desktop.js +1 -1
  2838. package/pattern-lock-v1/modern/desktop/desktop.css +8 -6
  2839. package/pattern-lock-v1/modern/mobile/Component.mobile.js +1 -1
  2840. package/pattern-lock-v1/modern/mobile/mobile.css +17 -12
  2841. package/pattern-lock-v1/moderncssm/Component.responsive.d.ts +10 -0
  2842. package/pattern-lock-v1/moderncssm/Component.responsive.js +27 -0
  2843. package/pattern-lock-v1/moderncssm/components/base-pattern-lock/Component.d.ts +6 -0
  2844. package/pattern-lock-v1/moderncssm/components/base-pattern-lock/Component.js +52 -0
  2845. package/pattern-lock-v1/moderncssm/components/base-pattern-lock/index.d.ts +1 -0
  2846. package/pattern-lock-v1/moderncssm/components/base-pattern-lock/index.js +9 -0
  2847. package/pattern-lock-v1/moderncssm/components/base-pattern-lock/index.module.css +28 -0
  2848. package/pattern-lock-v1/moderncssm/consts.d.ts +11 -0
  2849. package/pattern-lock-v1/moderncssm/consts.js +27 -0
  2850. package/pattern-lock-v1/moderncssm/desktop/Component.desktop.d.ts +6 -0
  2851. package/pattern-lock-v1/moderncssm/desktop/Component.desktop.js +14 -0
  2852. package/pattern-lock-v1/moderncssm/desktop/desktop.module.css +14 -0
  2853. package/pattern-lock-v1/moderncssm/desktop/index.d.ts +2 -0
  2854. package/pattern-lock-v1/moderncssm/desktop/index.js +11 -0
  2855. package/pattern-lock-v1/moderncssm/hooks/use-pattern-lock-cleanup.d.ts +6 -0
  2856. package/pattern-lock-v1/moderncssm/hooks/use-pattern-lock-cleanup.js +14 -0
  2857. package/pattern-lock-v1/moderncssm/index.d.ts +3 -0
  2858. package/pattern-lock-v1/moderncssm/index.js +15 -0
  2859. package/pattern-lock-v1/moderncssm/mobile/Component.mobile.d.ts +6 -0
  2860. package/pattern-lock-v1/moderncssm/mobile/Component.mobile.js +14 -0
  2861. package/pattern-lock-v1/moderncssm/mobile/index.d.ts +2 -0
  2862. package/pattern-lock-v1/moderncssm/mobile/index.js +11 -0
  2863. package/pattern-lock-v1/moderncssm/mobile/mobile.module.css +30 -0
  2864. package/pattern-lock-v1/moderncssm/shared/index.d.ts +2 -0
  2865. package/pattern-lock-v1/moderncssm/shared/index.js +5 -0
  2866. package/pattern-lock-v1/moderncssm/typings.d.ts +91 -0
  2867. package/pattern-lock-v1/moderncssm/typings.js +1 -0
  2868. package/pattern-lock-v1/moderncssm/utils.d.ts +16 -0
  2869. package/pattern-lock-v1/moderncssm/utils.js +98 -0
  2870. package/pattern-lock-v1/moderncssm/vars.css +0 -0
  2871. package/phone-input/moderncssm/Component.d.ts +10 -0
  2872. package/phone-input/moderncssm/Component.js +104 -0
  2873. package/phone-input/moderncssm/index.d.ts +1 -0
  2874. package/phone-input/moderncssm/index.js +6 -0
  2875. package/phone-input/moderncssm/utils/index.d.ts +18 -0
  2876. package/phone-input/moderncssm/utils/index.js +39 -0
  2877. package/picker-button/Component-2f466837.d.ts +5 -2
  2878. package/picker-button/colors-facf1d2a.d.ts +3 -0
  2879. package/picker-button/component-03d088c4.d.ts +32 -0
  2880. package/picker-button/component-eb15729d.d.ts +123 -0
  2881. package/picker-button/cssm/Component-2f466837.d.ts +5 -2
  2882. package/picker-button/cssm/colors-facf1d2a.d.ts +3 -0
  2883. package/picker-button/cssm/component-03d088c4.d.ts +32 -0
  2884. package/picker-button/cssm/component-eb15729d.d.ts +123 -0
  2885. package/picker-button/cssm/field/index.module.css +2 -1
  2886. package/picker-button/cssm/index-03d088c4.d.ts +20 -0
  2887. package/picker-button/cssm/index-281accb7.d.ts +19 -0
  2888. package/picker-button/cssm/index-d691530f.d.ts +1 -0
  2889. package/picker-button/cssm/index.module.css +4 -2
  2890. package/picker-button/cssm/option/index.module.css +2 -1
  2891. package/picker-button/desktop/Component.desktop.js +1 -1
  2892. package/picker-button/esm/Component-2f466837.d.ts +5 -2
  2893. package/picker-button/esm/colors-facf1d2a.d.ts +3 -0
  2894. package/picker-button/esm/component-03d088c4.d.ts +32 -0
  2895. package/picker-button/esm/component-eb15729d.d.ts +123 -0
  2896. package/picker-button/esm/desktop/Component.desktop.js +1 -1
  2897. package/picker-button/esm/field/Component.js +1 -1
  2898. package/picker-button/esm/field/index.css +8 -7
  2899. package/picker-button/esm/index-03d088c4.d.ts +20 -0
  2900. package/picker-button/esm/index-281accb7.d.ts +19 -0
  2901. package/picker-button/esm/index-d691530f.d.ts +1 -0
  2902. package/picker-button/esm/index.css +9 -7
  2903. package/picker-button/esm/option/Component.js +1 -1
  2904. package/picker-button/esm/option/index.css +6 -5
  2905. package/picker-button/field/Component.js +1 -1
  2906. package/picker-button/field/index.css +8 -7
  2907. package/picker-button/index-03d088c4.d.ts +20 -0
  2908. package/picker-button/index-281accb7.d.ts +19 -0
  2909. package/picker-button/index-d691530f.d.ts +1 -0
  2910. package/picker-button/index.css +9 -7
  2911. package/picker-button/modern/Component-2f466837.d.ts +5 -2
  2912. package/picker-button/modern/colors-facf1d2a.d.ts +3 -0
  2913. package/picker-button/modern/component-03d088c4.d.ts +32 -0
  2914. package/picker-button/modern/component-eb15729d.d.ts +123 -0
  2915. package/picker-button/modern/desktop/Component.desktop.js +1 -1
  2916. package/picker-button/modern/field/Component.js +1 -1
  2917. package/picker-button/modern/field/index.css +8 -7
  2918. package/picker-button/modern/index-03d088c4.d.ts +20 -0
  2919. package/picker-button/modern/index-281accb7.d.ts +19 -0
  2920. package/picker-button/modern/index-d691530f.d.ts +1 -0
  2921. package/picker-button/modern/index.css +9 -7
  2922. package/picker-button/modern/option/Component.js +1 -1
  2923. package/picker-button/modern/option/index.css +6 -5
  2924. package/picker-button/moderncssm/Component-11f20b2e.d.ts +13 -0
  2925. package/picker-button/moderncssm/Component-2f466837.d.ts +171 -0
  2926. package/picker-button/moderncssm/Component-7d83ec1e.d.ts +5 -0
  2927. package/picker-button/moderncssm/Component-c44170fe.d.ts +291 -0
  2928. package/picker-button/moderncssm/Component.desktop-63dec22f.d.ts +6 -0
  2929. package/picker-button/moderncssm/Component.desktop-ebda875c.d.ts +6 -0
  2930. package/picker-button/moderncssm/Component.mobile-96988a65.d.ts +6 -0
  2931. package/picker-button/moderncssm/Component.mobile-ebda875c.d.ts +6 -0
  2932. package/picker-button/moderncssm/Component.responsive.d.ts +27 -0
  2933. package/picker-button/moderncssm/Component.responsive.js +30 -0
  2934. package/picker-button/moderncssm/Context-c2e6f1b2.d.ts +4 -0
  2935. package/picker-button/moderncssm/ResponsiveContext-d6bfd5b7.d.ts +5 -0
  2936. package/picker-button/moderncssm/browser-a216f694.d.ts +6 -0
  2937. package/picker-button/moderncssm/colors-facf1d2a.d.ts +3 -0
  2938. package/picker-button/moderncssm/component-03d088c4.d.ts +32 -0
  2939. package/picker-button/moderncssm/component-eb15729d.d.ts +123 -0
  2940. package/picker-button/moderncssm/consts-6c9aad46.d.ts +12 -0
  2941. package/picker-button/moderncssm/consts-ef43bf1b.d.ts +12 -0
  2942. package/picker-button/moderncssm/desktop/Component.desktop.d.ts +59 -0
  2943. package/picker-button/moderncssm/desktop/Component.desktop.js +40 -0
  2944. package/picker-button/moderncssm/desktop/index.d.ts +2 -0
  2945. package/picker-button/moderncssm/desktop/index.js +16 -0
  2946. package/picker-button/moderncssm/field/Component.d.ts +14 -0
  2947. package/picker-button/moderncssm/field/Component.js +43 -0
  2948. package/picker-button/moderncssm/field/index.d.ts +1 -0
  2949. package/picker-button/moderncssm/field/index.js +10 -0
  2950. package/picker-button/moderncssm/field/index.module.css +22 -0
  2951. package/picker-button/moderncssm/iconMap-09d2f9c9.d.ts +4 -0
  2952. package/picker-button/moderncssm/index-03d088c4.d.ts +20 -0
  2953. package/picker-button/moderncssm/index-064acd29.d.ts +13 -0
  2954. package/picker-button/moderncssm/index-09d2f9c9.d.ts +38 -0
  2955. package/picker-button/moderncssm/index-11f20b2e.d.ts +215 -0
  2956. package/picker-button/moderncssm/index-281accb7.d.ts +19 -0
  2957. package/picker-button/moderncssm/index-2f466837.d.ts +74 -0
  2958. package/picker-button/moderncssm/index-3109f463.d.ts +66 -0
  2959. package/picker-button/moderncssm/index-63dec22f.d.ts +2 -0
  2960. package/picker-button/moderncssm/index-96988a65.d.ts +2 -0
  2961. package/picker-button/moderncssm/index-c44170fe.d.ts +19 -0
  2962. package/picker-button/moderncssm/index-d691530f.d.ts +1 -0
  2963. package/picker-button/moderncssm/index-ebda875c.d.ts +3 -0
  2964. package/picker-button/moderncssm/index.d.ts +2 -0
  2965. package/picker-button/moderncssm/index.js +20 -0
  2966. package/picker-button/moderncssm/index.module.css +18 -0
  2967. package/picker-button/moderncssm/mobile/Component.mobile.d.ts +19 -0
  2968. package/picker-button/moderncssm/mobile/Component.mobile.js +39 -0
  2969. package/picker-button/moderncssm/mobile/index.d.ts +2 -0
  2970. package/picker-button/moderncssm/mobile/index.js +15 -0
  2971. package/picker-button/moderncssm/option/Component.d.ts +12 -0
  2972. package/picker-button/moderncssm/option/Component.js +14 -0
  2973. package/picker-button/moderncssm/option/index.d.ts +1 -0
  2974. package/picker-button/moderncssm/option/index.js +4 -0
  2975. package/picker-button/moderncssm/option/index.module.css +17 -0
  2976. package/picker-button/moderncssm/shared/index.d.ts +2 -0
  2977. package/picker-button/moderncssm/shared/index.js +5 -0
  2978. package/picker-button/moderncssm/types-1328ead9.d.ts +21 -0
  2979. package/picker-button/moderncssm/types-a870d1f8.d.ts +117 -0
  2980. package/picker-button/moderncssm/types.d.ts +3 -0
  2981. package/picker-button/moderncssm/types.js +1 -0
  2982. package/picker-button/moderncssm/typings-7d83ec1e.d.ts +1160 -0
  2983. package/picker-button/moderncssm/typings-d6bfd5b7.d.ts +62 -0
  2984. package/picker-button/moderncssm/use-skeleton-1328ead9.d.ts +44 -0
  2985. package/picker-button/moderncssm/use-visualviewport-size-2f466837.d.ts +3 -0
  2986. package/picker-button/moderncssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  2987. package/picker-button/moderncssm/usePortalContainer-2f466837.d.ts +2 -0
  2988. package/picker-button/moderncssm/utils/index.d.ts +6 -0
  2989. package/picker-button/moderncssm/utils/index.js +19 -0
  2990. package/picker-button/moderncssm/utils-3942b092.d.ts +81 -0
  2991. package/picker-button/moderncssm/utils-ed29dc0e.d.ts +5 -0
  2992. package/picker-button/option/Component.js +1 -1
  2993. package/picker-button/option/index.css +6 -5
  2994. package/plate/components/base-plate/Component.js +2 -2
  2995. package/plate/components/base-plate/index.css +63 -59
  2996. package/plate/cssm/components/base-plate/index.module.css +12 -8
  2997. package/plate/cssm/desktop/desktop.module.css +6 -3
  2998. package/plate/cssm/mobile/mobile.module.css +6 -3
  2999. package/plate/desktop/Component.desktop.js +1 -1
  3000. package/plate/desktop/desktop.css +10 -7
  3001. package/plate/esm/Component.responsive.js +1 -1
  3002. package/plate/esm/components/base-plate/Component.js +2 -2
  3003. package/plate/esm/components/base-plate/index.css +63 -59
  3004. package/plate/esm/components/base-plate/index.js +1 -1
  3005. package/plate/esm/desktop/Component.desktop.js +2 -2
  3006. package/plate/esm/desktop/desktop.css +10 -7
  3007. package/plate/esm/desktop/index.js +1 -1
  3008. package/plate/esm/index-2f466837.d.ts +2 -2
  3009. package/plate/esm/index.js +1 -1
  3010. package/plate/esm/mobile/Component.mobile.js +2 -2
  3011. package/plate/esm/mobile/index.js +1 -1
  3012. package/plate/esm/mobile/mobile.css +10 -7
  3013. package/plate/esm/shared/index.js +1 -1
  3014. package/plate/esm/utils.js +1 -1
  3015. package/plate/index-2f466837.d.ts +2 -2
  3016. package/plate/mobile/Component.mobile.js +1 -1
  3017. package/plate/mobile/mobile.css +10 -7
  3018. package/plate/modern/Component.responsive.js +1 -1
  3019. package/plate/modern/components/base-plate/Component.js +2 -2
  3020. package/plate/modern/components/base-plate/index.css +63 -59
  3021. package/plate/modern/components/base-plate/index.js +1 -1
  3022. package/plate/modern/desktop/Component.desktop.js +2 -2
  3023. package/plate/modern/desktop/desktop.css +10 -7
  3024. package/plate/modern/desktop/index.js +1 -1
  3025. package/plate/modern/index-2f466837.d.ts +2 -2
  3026. package/plate/modern/index.js +1 -1
  3027. package/plate/modern/mobile/Component.mobile.js +2 -2
  3028. package/plate/modern/mobile/index.js +1 -1
  3029. package/plate/modern/mobile/mobile.css +10 -7
  3030. package/plate/modern/shared/index.js +1 -1
  3031. package/plate/modern/utils.js +1 -1
  3032. package/plate/moderncssm/Component.responsive.d.ts +26 -0
  3033. package/plate/moderncssm/Component.responsive.js +26 -0
  3034. package/plate/moderncssm/PortalContext-a2966a2c.d.ts +6 -0
  3035. package/plate/moderncssm/PortalContext-a2966a2c.js +10 -0
  3036. package/plate/moderncssm/browser-a216f694.d.ts +6 -0
  3037. package/plate/moderncssm/components/base-plate/Component.d.ts +120 -0
  3038. package/plate/moderncssm/components/base-plate/Component.js +98 -0
  3039. package/plate/moderncssm/components/base-plate/index.d.ts +1 -0
  3040. package/plate/moderncssm/components/base-plate/index.js +11 -0
  3041. package/plate/moderncssm/components/base-plate/index.module.css +271 -0
  3042. package/plate/moderncssm/components/button-list/component.d.ts +17 -0
  3043. package/plate/moderncssm/components/button-list/component.js +20 -0
  3044. package/plate/moderncssm/desktop/Component.desktop.d.ts +6 -0
  3045. package/plate/moderncssm/desktop/Component.desktop.js +16 -0
  3046. package/plate/moderncssm/desktop/desktop.module.css +16 -0
  3047. package/plate/moderncssm/desktop/index.d.ts +2 -0
  3048. package/plate/moderncssm/desktop/index.js +13 -0
  3049. package/plate/moderncssm/index-2f466837.d.ts +77 -0
  3050. package/plate/moderncssm/index.d.ts +2 -0
  3051. package/plate/moderncssm/index.js +17 -0
  3052. package/plate/moderncssm/mobile/Component.mobile.d.ts +6 -0
  3053. package/plate/moderncssm/mobile/Component.mobile.js +16 -0
  3054. package/plate/moderncssm/mobile/index.d.ts +2 -0
  3055. package/plate/moderncssm/mobile/index.js +13 -0
  3056. package/plate/moderncssm/mobile/mobile.module.css +16 -0
  3057. package/plate/moderncssm/shared/index.d.ts +1 -0
  3058. package/plate/moderncssm/shared/index.js +4 -0
  3059. package/plate/moderncssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  3060. package/plate/moderncssm/utils.d.ts +5 -0
  3061. package/plate/moderncssm/utils.js +12 -0
  3062. package/plate/utils.js +1 -1
  3063. package/popover/Component.js +1 -1
  3064. package/popover/esm/Component.js +1 -1
  3065. package/popover/esm/index.css +25 -25
  3066. package/popover/index.css +25 -25
  3067. package/popover/modern/Component.js +1 -1
  3068. package/popover/modern/index.css +25 -25
  3069. package/popover/moderncssm/Component.d.ts +101 -0
  3070. package/popover/moderncssm/Component.js +150 -0
  3071. package/popover/moderncssm/index.d.ts +1 -0
  3072. package/popover/moderncssm/index.js +13 -0
  3073. package/popover/moderncssm/index.module.css +115 -0
  3074. package/popup-sheet/Component.js +1 -1
  3075. package/popup-sheet/components/backdrop/Component.js +1 -1
  3076. package/popup-sheet/components/backdrop/index.css +10 -10
  3077. package/popup-sheet/cssm/index.module.css +3 -2
  3078. package/popup-sheet/esm/Component.js +1 -1
  3079. package/popup-sheet/esm/components/backdrop/Component.js +1 -1
  3080. package/popup-sheet/esm/components/backdrop/index.css +10 -10
  3081. package/popup-sheet/esm/index.css +17 -16
  3082. package/popup-sheet/index.css +17 -16
  3083. package/popup-sheet/modern/Component.js +1 -1
  3084. package/popup-sheet/modern/components/backdrop/Component.js +1 -1
  3085. package/popup-sheet/modern/components/backdrop/index.css +10 -10
  3086. package/popup-sheet/modern/index.css +17 -16
  3087. package/popup-sheet/moderncssm/Component.d.ts +57 -0
  3088. package/popup-sheet/moderncssm/Component.js +136 -0
  3089. package/popup-sheet/moderncssm/components/backdrop/Component.d.ts +14 -0
  3090. package/popup-sheet/moderncssm/components/backdrop/Component.js +13 -0
  3091. package/popup-sheet/moderncssm/components/backdrop/index.d.ts +1 -0
  3092. package/popup-sheet/moderncssm/components/backdrop/index.js +4 -0
  3093. package/popup-sheet/moderncssm/components/backdrop/index.module.css +24 -0
  3094. package/popup-sheet/moderncssm/index.d.ts +1 -0
  3095. package/popup-sheet/moderncssm/index.js +11 -0
  3096. package/popup-sheet/moderncssm/index.module.css +58 -0
  3097. package/popup-sheet/moderncssm/shared/index.d.ts +1 -0
  3098. package/popup-sheet/moderncssm/shared/index.js +2 -0
  3099. package/popup-sheet/moderncssm/utils.d.ts +5 -0
  3100. package/popup-sheet/moderncssm/utils.js +10 -0
  3101. package/portal/moderncssm/Component.d.ts +16 -0
  3102. package/portal/moderncssm/Component.js +27 -0
  3103. package/portal/moderncssm/hooks/usePortalContainer.d.ts +2 -0
  3104. package/portal/moderncssm/hooks/usePortalContainer.js +13 -0
  3105. package/portal/moderncssm/index.d.ts +1 -0
  3106. package/portal/moderncssm/index.js +6 -0
  3107. package/portal/moderncssm/utils.d.ts +5 -0
  3108. package/portal/moderncssm/utils.js +19 -0
  3109. package/product-cover/components/image-card/Component.js +1 -1
  3110. package/product-cover/components/image-card/index.css +3 -3
  3111. package/product-cover/components/overlay/Component.js +1 -1
  3112. package/product-cover/components/overlay/index.css +5 -5
  3113. package/product-cover/components/text/Component.js +1 -1
  3114. package/product-cover/components/text/index.css +12 -11
  3115. package/product-cover/cssm/components/text/index.module.css +3 -2
  3116. package/product-cover/cssm/single/index.module.css +10 -5
  3117. package/product-cover/cssm/stack/index.module.css +14 -9
  3118. package/product-cover/esm/components/image-card/Component.js +1 -1
  3119. package/product-cover/esm/components/image-card/index.css +3 -3
  3120. package/product-cover/esm/components/overlay/Component.js +1 -1
  3121. package/product-cover/esm/components/overlay/index.css +5 -5
  3122. package/product-cover/esm/components/text/Component.js +1 -1
  3123. package/product-cover/esm/components/text/index.css +12 -11
  3124. package/product-cover/esm/single/Component.js +1 -1
  3125. package/product-cover/esm/single/index.css +22 -17
  3126. package/product-cover/esm/stack/Component.js +1 -1
  3127. package/product-cover/esm/stack/index.css +31 -26
  3128. package/product-cover/modern/components/image-card/Component.js +1 -1
  3129. package/product-cover/modern/components/image-card/index.css +3 -3
  3130. package/product-cover/modern/components/overlay/Component.js +1 -1
  3131. package/product-cover/modern/components/overlay/index.css +5 -5
  3132. package/product-cover/modern/components/text/Component.js +1 -1
  3133. package/product-cover/modern/components/text/index.css +12 -11
  3134. package/product-cover/modern/single/Component.js +1 -1
  3135. package/product-cover/modern/single/index.css +22 -17
  3136. package/product-cover/modern/stack/Component.js +1 -1
  3137. package/product-cover/modern/stack/index.css +31 -26
  3138. package/product-cover/moderncssm/Component.d.ts +8 -0
  3139. package/product-cover/moderncssm/Component.js +28 -0
  3140. package/product-cover/moderncssm/components/image-card/Component.d.ts +32 -0
  3141. package/product-cover/moderncssm/components/image-card/Component.js +30 -0
  3142. package/product-cover/moderncssm/components/image-card/index.d.ts +1 -0
  3143. package/product-cover/moderncssm/components/image-card/index.js +4 -0
  3144. package/product-cover/moderncssm/components/image-card/index.module.css +18 -0
  3145. package/product-cover/moderncssm/components/index.d.ts +3 -0
  3146. package/product-cover/moderncssm/components/index.js +16 -0
  3147. package/product-cover/moderncssm/components/overlay/Component.d.ts +4 -0
  3148. package/product-cover/moderncssm/components/overlay/Component.js +9 -0
  3149. package/product-cover/moderncssm/components/overlay/index.d.ts +1 -0
  3150. package/product-cover/moderncssm/components/overlay/index.js +4 -0
  3151. package/product-cover/moderncssm/components/overlay/index.module.css +25 -0
  3152. package/product-cover/moderncssm/components/text/Component.d.ts +47 -0
  3153. package/product-cover/moderncssm/components/text/Component.js +29 -0
  3154. package/product-cover/moderncssm/components/text/index.d.ts +1 -0
  3155. package/product-cover/moderncssm/components/text/index.js +11 -0
  3156. package/product-cover/moderncssm/components/text/index.module.css +43 -0
  3157. package/product-cover/moderncssm/consts.d.ts +5 -0
  3158. package/product-cover/moderncssm/consts.js +26 -0
  3159. package/product-cover/moderncssm/index.d.ts +2 -0
  3160. package/product-cover/moderncssm/index.js +21 -0
  3161. package/product-cover/moderncssm/shared/index.d.ts +1 -0
  3162. package/product-cover/moderncssm/shared/index.js +3 -0
  3163. package/product-cover/moderncssm/single/Component.d.ts +4 -0
  3164. package/product-cover/moderncssm/single/Component.js +36 -0
  3165. package/product-cover/moderncssm/single/index.d.ts +1 -0
  3166. package/product-cover/moderncssm/single/index.js +18 -0
  3167. package/product-cover/moderncssm/single/index.module.css +65 -0
  3168. package/product-cover/moderncssm/stack/Component.d.ts +4 -0
  3169. package/product-cover/moderncssm/stack/Component.js +34 -0
  3170. package/product-cover/moderncssm/stack/index.d.ts +1 -0
  3171. package/product-cover/moderncssm/stack/index.js +20 -0
  3172. package/product-cover/moderncssm/stack/index.module.css +80 -0
  3173. package/product-cover/moderncssm/typings.d.ts +144 -0
  3174. package/product-cover/moderncssm/typings.js +1 -0
  3175. package/product-cover/moderncssm/utils/index.d.ts +15 -0
  3176. package/product-cover/moderncssm/utils/index.js +32 -0
  3177. package/product-cover/single/Component.js +1 -1
  3178. package/product-cover/single/index.css +22 -17
  3179. package/product-cover/stack/Component.js +1 -1
  3180. package/product-cover/stack/index.css +31 -26
  3181. package/progress-bar/Component.js +1 -1
  3182. package/progress-bar/esm/Component.js +1 -1
  3183. package/progress-bar/esm/index.css +12 -12
  3184. package/progress-bar/index.css +12 -12
  3185. package/progress-bar/modern/Component.js +1 -1
  3186. package/progress-bar/modern/index.css +12 -12
  3187. package/progress-bar/moderncssm/Component.d.ts +33 -0
  3188. package/progress-bar/moderncssm/Component.js +18 -0
  3189. package/progress-bar/moderncssm/index.d.ts +1 -0
  3190. package/progress-bar/moderncssm/index.js +4 -0
  3191. package/progress-bar/moderncssm/index.module.css +85 -0
  3192. package/progress-bar/moderncssm/vars.css +21 -0
  3193. package/pure-cell/component-fa8d92ab.js +311 -0
  3194. package/pure-cell/component.js +1 -1
  3195. package/pure-cell/components/addon/component.js +1 -1
  3196. package/pure-cell/components/addon/index.css +16 -15
  3197. package/pure-cell/components/addon/index.d.ts +1 -1
  3198. package/pure-cell/components/addon/index.js +1 -1
  3199. package/pure-cell/components/amount/component.js +1 -1
  3200. package/pure-cell/components/amount/index.css +4 -3
  3201. package/pure-cell/components/amount/index.d.ts +1 -1
  3202. package/pure-cell/components/amount/index.js +1 -1
  3203. package/pure-cell/components/amount-title/component.js +1 -1
  3204. package/pure-cell/components/amount-title/index.css +3 -3
  3205. package/pure-cell/components/amount-title/index.d.ts +1 -1
  3206. package/pure-cell/components/amount-title/index.js +1 -1
  3207. package/pure-cell/components/category/component.js +1 -1
  3208. package/pure-cell/components/category/index.css +12 -9
  3209. package/pure-cell/components/category/index.d.ts +1 -1
  3210. package/pure-cell/components/category/index.js +1 -1
  3211. package/pure-cell/components/content/component.js +1 -1
  3212. package/pure-cell/components/content/index.css +3 -3
  3213. package/pure-cell/components/content/index.d.ts +1 -1
  3214. package/pure-cell/components/content/index.js +1 -1
  3215. package/pure-cell/components/footer/component.js +1 -1
  3216. package/pure-cell/components/footer/index.css +7 -6
  3217. package/pure-cell/components/footer/index.d.ts +1 -1
  3218. package/pure-cell/components/footer/index.js +1 -1
  3219. package/pure-cell/components/footer-button/component.js +1 -1
  3220. package/pure-cell/components/footer-button/index.css +2 -2
  3221. package/pure-cell/components/footer-button/index.d.ts +1 -1
  3222. package/pure-cell/components/footer-button/index.js +1 -1
  3223. package/pure-cell/components/footer-text/component.js +1 -1
  3224. package/pure-cell/components/footer-text/index.d.ts +1 -1
  3225. package/pure-cell/components/footer-text/index.js +1 -1
  3226. package/pure-cell/components/graphics/component.js +1 -1
  3227. package/pure-cell/components/graphics/index.css +30 -26
  3228. package/pure-cell/components/graphics/index.d.ts +1 -1
  3229. package/pure-cell/components/graphics/index.js +1 -1
  3230. package/pure-cell/components/main/component.js +1 -1
  3231. package/pure-cell/components/main/index.css +9 -8
  3232. package/pure-cell/components/main/index.d.ts +1 -1
  3233. package/pure-cell/components/main/index.js +1 -1
  3234. package/pure-cell/components/text/component.js +1 -1
  3235. package/pure-cell/components/text/index.css +12 -10
  3236. package/pure-cell/components/text/index.d.ts +1 -1
  3237. package/pure-cell/components/text/index.js +1 -1
  3238. package/pure-cell/cssm/components/addon/index.module.css +3 -2
  3239. package/pure-cell/cssm/components/amount/index.module.css +2 -1
  3240. package/pure-cell/cssm/components/category/index.module.css +7 -4
  3241. package/pure-cell/cssm/components/footer/index.module.css +3 -2
  3242. package/pure-cell/cssm/components/graphics/index.module.css +12 -8
  3243. package/pure-cell/cssm/components/main/index.module.css +2 -1
  3244. package/pure-cell/cssm/components/text/index.module.css +5 -3
  3245. package/pure-cell/cssm/index.module.css +20 -16
  3246. package/pure-cell/esm/component-8837f217.js +293 -0
  3247. package/pure-cell/esm/component.js +1 -1
  3248. package/pure-cell/esm/components/addon/component.js +1 -1
  3249. package/pure-cell/esm/components/addon/index.css +16 -15
  3250. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  3251. package/pure-cell/esm/components/addon/index.js +1 -1
  3252. package/pure-cell/esm/components/amount/component.js +1 -1
  3253. package/pure-cell/esm/components/amount/index.css +4 -3
  3254. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  3255. package/pure-cell/esm/components/amount/index.js +1 -1
  3256. package/pure-cell/esm/components/amount-title/component.js +1 -1
  3257. package/pure-cell/esm/components/amount-title/index.css +3 -3
  3258. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  3259. package/pure-cell/esm/components/amount-title/index.js +1 -1
  3260. package/pure-cell/esm/components/category/component.js +1 -1
  3261. package/pure-cell/esm/components/category/index.css +12 -9
  3262. package/pure-cell/esm/components/category/index.d.ts +1 -1
  3263. package/pure-cell/esm/components/category/index.js +1 -1
  3264. package/pure-cell/esm/components/content/component.js +1 -1
  3265. package/pure-cell/esm/components/content/index.css +3 -3
  3266. package/pure-cell/esm/components/content/index.d.ts +1 -1
  3267. package/pure-cell/esm/components/content/index.js +1 -1
  3268. package/pure-cell/esm/components/footer/component.js +1 -1
  3269. package/pure-cell/esm/components/footer/index.css +7 -6
  3270. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  3271. package/pure-cell/esm/components/footer/index.js +1 -1
  3272. package/pure-cell/esm/components/footer-button/component.js +1 -1
  3273. package/pure-cell/esm/components/footer-button/index.css +2 -2
  3274. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  3275. package/pure-cell/esm/components/footer-button/index.js +1 -1
  3276. package/pure-cell/esm/components/footer-text/component.js +1 -1
  3277. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  3278. package/pure-cell/esm/components/footer-text/index.js +1 -1
  3279. package/pure-cell/esm/components/graphics/component.js +1 -1
  3280. package/pure-cell/esm/components/graphics/index.css +30 -26
  3281. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  3282. package/pure-cell/esm/components/graphics/index.js +1 -1
  3283. package/pure-cell/esm/components/main/component.js +1 -1
  3284. package/pure-cell/esm/components/main/index.css +9 -8
  3285. package/pure-cell/esm/components/main/index.d.ts +1 -1
  3286. package/pure-cell/esm/components/main/index.js +1 -1
  3287. package/pure-cell/esm/components/text/component.js +1 -1
  3288. package/pure-cell/esm/components/text/index.css +12 -10
  3289. package/pure-cell/esm/components/text/index.d.ts +1 -1
  3290. package/pure-cell/esm/components/text/index.js +1 -1
  3291. package/pure-cell/esm/index.css +49 -45
  3292. package/pure-cell/esm/index.js +1 -1
  3293. package/pure-cell/index.css +49 -45
  3294. package/pure-cell/index.js +1 -1
  3295. package/pure-cell/modern/component-86eb6ec4.js +274 -0
  3296. package/pure-cell/modern/component.js +1 -1
  3297. package/pure-cell/modern/components/addon/component.js +1 -1
  3298. package/pure-cell/modern/components/addon/index.css +16 -15
  3299. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  3300. package/pure-cell/modern/components/addon/index.js +1 -1
  3301. package/pure-cell/modern/components/amount/component.js +1 -1
  3302. package/pure-cell/modern/components/amount/index.css +4 -3
  3303. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  3304. package/pure-cell/modern/components/amount/index.js +1 -1
  3305. package/pure-cell/modern/components/amount-title/component.js +1 -1
  3306. package/pure-cell/modern/components/amount-title/index.css +3 -3
  3307. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  3308. package/pure-cell/modern/components/amount-title/index.js +1 -1
  3309. package/pure-cell/modern/components/category/component.js +1 -1
  3310. package/pure-cell/modern/components/category/index.css +12 -9
  3311. package/pure-cell/modern/components/category/index.d.ts +1 -1
  3312. package/pure-cell/modern/components/category/index.js +1 -1
  3313. package/pure-cell/modern/components/content/component.js +1 -1
  3314. package/pure-cell/modern/components/content/index.css +3 -3
  3315. package/pure-cell/modern/components/content/index.d.ts +1 -1
  3316. package/pure-cell/modern/components/content/index.js +1 -1
  3317. package/pure-cell/modern/components/footer/component.js +1 -1
  3318. package/pure-cell/modern/components/footer/index.css +7 -6
  3319. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  3320. package/pure-cell/modern/components/footer/index.js +1 -1
  3321. package/pure-cell/modern/components/footer-button/component.js +1 -1
  3322. package/pure-cell/modern/components/footer-button/index.css +2 -2
  3323. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  3324. package/pure-cell/modern/components/footer-button/index.js +1 -1
  3325. package/pure-cell/modern/components/footer-text/component.js +1 -1
  3326. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  3327. package/pure-cell/modern/components/footer-text/index.js +1 -1
  3328. package/pure-cell/modern/components/graphics/component.js +1 -1
  3329. package/pure-cell/modern/components/graphics/index.css +30 -26
  3330. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  3331. package/pure-cell/modern/components/graphics/index.js +1 -1
  3332. package/pure-cell/modern/components/main/component.js +1 -1
  3333. package/pure-cell/modern/components/main/index.css +9 -8
  3334. package/pure-cell/modern/components/main/index.d.ts +1 -1
  3335. package/pure-cell/modern/components/main/index.js +1 -1
  3336. package/pure-cell/modern/components/text/component.js +1 -1
  3337. package/pure-cell/modern/components/text/index.css +12 -10
  3338. package/pure-cell/modern/components/text/index.d.ts +1 -1
  3339. package/pure-cell/modern/components/text/index.js +1 -1
  3340. package/pure-cell/modern/index.css +49 -45
  3341. package/pure-cell/modern/index.js +1 -1
  3342. package/pure-cell/moderncssm/component-511ba1c0.d.ts +227 -0
  3343. package/pure-cell/moderncssm/component-511ba1c0.js +252 -0
  3344. package/pure-cell/moderncssm/component-8c83a9ca.d.ts +125 -0
  3345. package/pure-cell/moderncssm/component.d.ts +0 -0
  3346. package/pure-cell/moderncssm/component.js +21 -0
  3347. package/pure-cell/moderncssm/components/addon/component.d.ts +0 -0
  3348. package/pure-cell/moderncssm/components/addon/component.js +21 -0
  3349. package/pure-cell/moderncssm/components/addon/index.d.ts +1 -0
  3350. package/pure-cell/moderncssm/components/addon/index.js +21 -0
  3351. package/pure-cell/moderncssm/components/addon/index.module.css +72 -0
  3352. package/pure-cell/moderncssm/components/amount/component.d.ts +0 -0
  3353. package/pure-cell/moderncssm/components/amount/component.js +21 -0
  3354. package/pure-cell/moderncssm/components/amount/index.d.ts +1 -0
  3355. package/pure-cell/moderncssm/components/amount/index.js +21 -0
  3356. package/pure-cell/moderncssm/components/amount/index.module.css +6 -0
  3357. package/pure-cell/moderncssm/components/amount-title/component.d.ts +0 -0
  3358. package/pure-cell/moderncssm/components/amount-title/component.js +21 -0
  3359. package/pure-cell/moderncssm/components/amount-title/index.d.ts +1 -0
  3360. package/pure-cell/moderncssm/components/amount-title/index.js +21 -0
  3361. package/pure-cell/moderncssm/components/amount-title/index.module.css +9 -0
  3362. package/pure-cell/moderncssm/components/category/component.d.ts +0 -0
  3363. package/pure-cell/moderncssm/components/category/component.js +21 -0
  3364. package/pure-cell/moderncssm/components/category/index.d.ts +1 -0
  3365. package/pure-cell/moderncssm/components/category/index.js +21 -0
  3366. package/pure-cell/moderncssm/components/category/index.module.css +26 -0
  3367. package/pure-cell/moderncssm/components/content/component.d.ts +0 -0
  3368. package/pure-cell/moderncssm/components/content/component.js +21 -0
  3369. package/pure-cell/moderncssm/components/content/index.d.ts +1 -0
  3370. package/pure-cell/moderncssm/components/content/index.js +21 -0
  3371. package/pure-cell/moderncssm/components/content/index.module.css +12 -0
  3372. package/pure-cell/moderncssm/components/footer/component.d.ts +0 -0
  3373. package/pure-cell/moderncssm/components/footer/component.js +21 -0
  3374. package/pure-cell/moderncssm/components/footer/index.d.ts +1 -0
  3375. package/pure-cell/moderncssm/components/footer/index.js +21 -0
  3376. package/pure-cell/moderncssm/components/footer/index.module.css +15 -0
  3377. package/pure-cell/moderncssm/components/footer-button/component.d.ts +0 -0
  3378. package/pure-cell/moderncssm/components/footer-button/component.js +21 -0
  3379. package/pure-cell/moderncssm/components/footer-button/index.d.ts +1 -0
  3380. package/pure-cell/moderncssm/components/footer-button/index.js +21 -0
  3381. package/pure-cell/moderncssm/components/footer-button/index.module.css +5 -0
  3382. package/pure-cell/moderncssm/components/footer-text/component.d.ts +0 -0
  3383. package/pure-cell/moderncssm/components/footer-text/component.js +21 -0
  3384. package/pure-cell/moderncssm/components/footer-text/index.d.ts +1 -0
  3385. package/pure-cell/moderncssm/components/footer-text/index.js +21 -0
  3386. package/pure-cell/moderncssm/components/graphics/component.d.ts +0 -0
  3387. package/pure-cell/moderncssm/components/graphics/component.js +21 -0
  3388. package/pure-cell/moderncssm/components/graphics/index.d.ts +1 -0
  3389. package/pure-cell/moderncssm/components/graphics/index.js +21 -0
  3390. package/pure-cell/moderncssm/components/graphics/index.module.css +92 -0
  3391. package/pure-cell/moderncssm/components/main/component.d.ts +0 -0
  3392. package/pure-cell/moderncssm/components/main/component.js +21 -0
  3393. package/pure-cell/moderncssm/components/main/index.d.ts +1 -0
  3394. package/pure-cell/moderncssm/components/main/index.js +21 -0
  3395. package/pure-cell/moderncssm/components/main/index.module.css +57 -0
  3396. package/pure-cell/moderncssm/components/text/component.d.ts +0 -0
  3397. package/pure-cell/moderncssm/components/text/component.js +21 -0
  3398. package/pure-cell/moderncssm/components/text/index.d.ts +1 -0
  3399. package/pure-cell/moderncssm/components/text/index.js +21 -0
  3400. package/pure-cell/moderncssm/components/text/index.module.css +38 -0
  3401. package/pure-cell/moderncssm/components/types.d.ts +21 -0
  3402. package/pure-cell/moderncssm/components/types.js +1 -0
  3403. package/pure-cell/moderncssm/components/typesProps.d.ts +46 -0
  3404. package/pure-cell/moderncssm/components/typesProps.js +1 -0
  3405. package/pure-cell/moderncssm/index.d.ts +2 -0
  3406. package/pure-cell/moderncssm/index.js +21 -0
  3407. package/pure-cell/moderncssm/index.module.css +128 -0
  3408. package/pure-cell/moderncssm/shared/index.d.ts +1 -0
  3409. package/pure-cell/moderncssm/shared/index.js +2 -0
  3410. package/pure-cell/moderncssm/utils.d.ts +20 -0
  3411. package/pure-cell/moderncssm/utils.js +25 -0
  3412. package/pure-cell/moderncssm/vars.css +2 -0
  3413. package/radio/Component.js +1 -1
  3414. package/radio/cssm/index.module.css +21 -14
  3415. package/radio/esm/Component.js +1 -1
  3416. package/radio/esm/index.css +50 -43
  3417. package/radio/index.css +50 -43
  3418. package/radio/modern/Component.js +1 -1
  3419. package/radio/modern/index.css +50 -43
  3420. package/radio/moderncssm/Component.d.ts +150 -0
  3421. package/radio/moderncssm/Component.js +39 -0
  3422. package/radio/moderncssm/index.d.ts +1 -0
  3423. package/radio/moderncssm/index.js +7 -0
  3424. package/radio/moderncssm/index.module.css +198 -0
  3425. package/radio-group/components/base-radio-group/Component.js +1 -1
  3426. package/radio-group/components/base-radio-group/index.css +33 -29
  3427. package/radio-group/cssm/components/base-radio-group/index.module.css +13 -9
  3428. package/radio-group/cssm/mobile/mobile.module.css +4 -2
  3429. package/radio-group/desktop/Component.desktop.js +1 -1
  3430. package/radio-group/desktop/desktop.css +4 -4
  3431. package/radio-group/esm/components/base-radio-group/Component.js +1 -1
  3432. package/radio-group/esm/components/base-radio-group/index.css +33 -29
  3433. package/radio-group/esm/desktop/Component.desktop.js +1 -1
  3434. package/radio-group/esm/desktop/desktop.css +4 -4
  3435. package/radio-group/esm/mobile/Component.mobile.js +1 -1
  3436. package/radio-group/esm/mobile/mobile.css +8 -6
  3437. package/radio-group/mobile/Component.mobile.js +1 -1
  3438. package/radio-group/mobile/mobile.css +8 -6
  3439. package/radio-group/modern/components/base-radio-group/Component.js +1 -1
  3440. package/radio-group/modern/components/base-radio-group/index.css +33 -29
  3441. package/radio-group/modern/desktop/Component.desktop.js +1 -1
  3442. package/radio-group/modern/desktop/desktop.css +4 -4
  3443. package/radio-group/modern/mobile/Component.mobile.js +1 -1
  3444. package/radio-group/modern/mobile/mobile.css +8 -6
  3445. package/radio-group/moderncssm/Component.responsive.d.ts +26 -0
  3446. package/radio-group/moderncssm/Component.responsive.js +20 -0
  3447. package/radio-group/moderncssm/components/base-radio-group/Component.d.ts +78 -0
  3448. package/radio-group/moderncssm/components/base-radio-group/Component.js +57 -0
  3449. package/radio-group/moderncssm/components/base-radio-group/index.d.ts +1 -0
  3450. package/radio-group/moderncssm/components/base-radio-group/index.js +5 -0
  3451. package/radio-group/moderncssm/components/base-radio-group/index.module.css +95 -0
  3452. package/radio-group/moderncssm/desktop/Component.desktop.d.ts +6 -0
  3453. package/radio-group/moderncssm/desktop/Component.desktop.js +10 -0
  3454. package/radio-group/moderncssm/desktop/desktop.module.css +25 -0
  3455. package/radio-group/moderncssm/desktop/index.d.ts +2 -0
  3456. package/radio-group/moderncssm/desktop/index.js +7 -0
  3457. package/radio-group/moderncssm/index.d.ts +2 -0
  3458. package/radio-group/moderncssm/index.js +11 -0
  3459. package/radio-group/moderncssm/mobile/Component.mobile.d.ts +6 -0
  3460. package/radio-group/moderncssm/mobile/Component.mobile.js +10 -0
  3461. package/radio-group/moderncssm/mobile/index.d.ts +2 -0
  3462. package/radio-group/moderncssm/mobile/index.js +7 -0
  3463. package/radio-group/moderncssm/mobile/mobile.module.css +25 -0
  3464. package/radio-group/moderncssm/vars.css +6 -0
  3465. package/scrollbar/Component.js +3 -3
  3466. package/scrollbar/default.css +3 -3
  3467. package/scrollbar/esm/Component.js +3 -3
  3468. package/scrollbar/esm/default.css +3 -3
  3469. package/scrollbar/esm/index.css +26 -26
  3470. package/scrollbar/esm/inverted.css +3 -3
  3471. package/scrollbar/index.css +26 -26
  3472. package/scrollbar/inverted.css +3 -3
  3473. package/scrollbar/modern/Component.js +3 -3
  3474. package/scrollbar/modern/default.css +3 -3
  3475. package/scrollbar/modern/index.css +26 -26
  3476. package/scrollbar/modern/inverted.css +3 -3
  3477. package/scrollbar/moderncssm/Component.d.ts +98 -0
  3478. package/scrollbar/moderncssm/Component.js +939 -0
  3479. package/scrollbar/moderncssm/default.module.css +14 -0
  3480. package/scrollbar/moderncssm/index.d.ts +1 -0
  3481. package/scrollbar/moderncssm/index.js +12 -0
  3482. package/scrollbar/moderncssm/index.module.css +228 -0
  3483. package/scrollbar/moderncssm/inverted.module.css +16 -0
  3484. package/segmented-control/Component.js +3 -3
  3485. package/segmented-control/components/segment/Component.js +3 -3
  3486. package/segmented-control/components/segment/default.css +3 -3
  3487. package/segmented-control/components/segment/index.css +6 -5
  3488. package/segmented-control/components/segment/inverted.css +3 -3
  3489. package/segmented-control/cssm/components/segment/index.module.css +2 -1
  3490. package/segmented-control/cssm/index.module.css +5 -4
  3491. package/segmented-control/default.css +4 -4
  3492. package/segmented-control/esm/Component.js +3 -3
  3493. package/segmented-control/esm/components/segment/Component.js +3 -3
  3494. package/segmented-control/esm/components/segment/default.css +3 -3
  3495. package/segmented-control/esm/components/segment/index.css +6 -5
  3496. package/segmented-control/esm/components/segment/inverted.css +3 -3
  3497. package/segmented-control/esm/default.css +4 -4
  3498. package/segmented-control/esm/index.css +23 -22
  3499. package/segmented-control/esm/inverted.css +4 -4
  3500. package/segmented-control/index.css +23 -22
  3501. package/segmented-control/inverted.css +4 -4
  3502. package/segmented-control/modern/Component.js +3 -3
  3503. package/segmented-control/modern/components/segment/Component.js +3 -3
  3504. package/segmented-control/modern/components/segment/default.css +3 -3
  3505. package/segmented-control/modern/components/segment/index.css +6 -5
  3506. package/segmented-control/modern/components/segment/inverted.css +3 -3
  3507. package/segmented-control/modern/default.css +4 -4
  3508. package/segmented-control/modern/index.css +23 -22
  3509. package/segmented-control/modern/inverted.css +4 -4
  3510. package/segmented-control/moderncssm/Component.d.ts +53 -0
  3511. package/segmented-control/moderncssm/Component.js +68 -0
  3512. package/segmented-control/moderncssm/components/index.d.ts +1 -0
  3513. package/segmented-control/moderncssm/components/index.js +9 -0
  3514. package/segmented-control/moderncssm/components/segment/Component.d.ts +32 -0
  3515. package/segmented-control/moderncssm/components/segment/Component.js +24 -0
  3516. package/segmented-control/moderncssm/components/segment/default.module.css +9 -0
  3517. package/segmented-control/moderncssm/components/segment/index.d.ts +1 -0
  3518. package/segmented-control/moderncssm/components/segment/index.js +9 -0
  3519. package/segmented-control/moderncssm/components/segment/index.module.css +36 -0
  3520. package/segmented-control/moderncssm/components/segment/inverted.module.css +9 -0
  3521. package/segmented-control/moderncssm/context.d.ts +8 -0
  3522. package/segmented-control/moderncssm/context.js +8 -0
  3523. package/segmented-control/moderncssm/default.module.css +14 -0
  3524. package/segmented-control/moderncssm/index.d.ts +2 -0
  3525. package/segmented-control/moderncssm/index.js +14 -0
  3526. package/segmented-control/moderncssm/index.module.css +77 -0
  3527. package/segmented-control/moderncssm/inverted.module.css +14 -0
  3528. package/segmented-control/moderncssm/typing.d.ts +2 -0
  3529. package/segmented-control/moderncssm/typing.js +1 -0
  3530. package/select/components/arrow/Component.js +1 -1
  3531. package/select/components/arrow/index.css +3 -3
  3532. package/select/components/base-checkmark/Component.js +1 -1
  3533. package/select/components/base-checkmark/index.css +6 -6
  3534. package/select/components/base-option/Component.js +1 -1
  3535. package/select/components/base-option/index.css +26 -23
  3536. package/select/components/base-select/Component.js +2 -2
  3537. package/select/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  3538. package/select/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  3539. package/select/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  3540. package/select/components/base-select/index.css +16 -14
  3541. package/select/components/base-select/mobile.css +19 -15
  3542. package/select/components/checkmark/Component.js +1 -1
  3543. package/select/components/checkmark/index.css +14 -12
  3544. package/select/components/checkmark-mobile/Component.js +1 -1
  3545. package/select/components/checkmark-mobile/index.css +6 -6
  3546. package/select/components/clear-button/Component.js +1 -1
  3547. package/select/components/clear-button/index.css +8 -7
  3548. package/select/components/field/Component.js +1 -1
  3549. package/select/components/field/index.css +12 -12
  3550. package/select/components/footer/Component.js +1 -1
  3551. package/select/components/footer/index.css +8 -7
  3552. package/select/components/optgroup/Component.js +1 -1
  3553. package/select/components/optgroup/index.css +14 -11
  3554. package/select/components/option/Component.js +1 -1
  3555. package/select/components/option/index.css +27 -25
  3556. package/select/components/options-list/Component.js +1 -1
  3557. package/select/components/options-list/index.css +15 -12
  3558. package/select/components/search/Component.js +1 -1
  3559. package/select/components/search/index.css +2 -2
  3560. package/select/components/virtual-options-list/Component.js +1 -1
  3561. package/select/components/virtual-options-list/index.css +22 -19
  3562. package/select/cssm/components/base-option/index.module.css +11 -8
  3563. package/select/cssm/components/base-select/index.module.css +5 -3
  3564. package/select/cssm/components/base-select/mobile.module.css +7 -3
  3565. package/select/cssm/components/checkmark/index.module.css +4 -2
  3566. package/select/cssm/components/clear-button/index.module.css +2 -1
  3567. package/select/cssm/components/footer/index.module.css +3 -2
  3568. package/select/cssm/components/optgroup/index.module.css +8 -5
  3569. package/select/cssm/components/option/index.module.css +8 -6
  3570. package/select/cssm/components/options-list/index.module.css +5 -2
  3571. package/select/cssm/components/virtual-options-list/index.module.css +7 -4
  3572. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +4 -2
  3573. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +4 -2
  3574. package/select/esm/Component.responsive.js +3 -3
  3575. package/select/esm/components/arrow/Component.js +1 -1
  3576. package/select/esm/components/arrow/index.css +3 -3
  3577. package/select/esm/components/base-checkmark/Component.js +1 -1
  3578. package/select/esm/components/base-checkmark/index.css +6 -6
  3579. package/select/esm/components/base-option/Component.js +1 -1
  3580. package/select/esm/components/base-option/index.css +26 -23
  3581. package/select/esm/components/base-select/Component.js +2 -2
  3582. package/select/esm/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  3583. package/select/esm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  3584. package/select/esm/components/base-select/components/list-mobile/list-mobile.js +1 -1
  3585. package/select/esm/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  3586. package/select/esm/components/base-select/index.css +16 -14
  3587. package/select/esm/components/base-select/index.js +2 -2
  3588. package/select/esm/components/base-select/mobile.css +19 -15
  3589. package/select/esm/components/checkmark/Component.js +1 -1
  3590. package/select/esm/components/checkmark/index.css +14 -12
  3591. package/select/esm/components/checkmark-mobile/Component.js +1 -1
  3592. package/select/esm/components/checkmark-mobile/index.css +6 -6
  3593. package/select/esm/components/clear-button/Component.js +1 -1
  3594. package/select/esm/components/clear-button/index.css +8 -7
  3595. package/select/esm/components/field/Component.js +1 -1
  3596. package/select/esm/components/field/index.css +12 -12
  3597. package/select/esm/components/footer/Component.js +1 -1
  3598. package/select/esm/components/footer/index.css +8 -7
  3599. package/select/esm/components/index.js +2 -2
  3600. package/select/esm/components/optgroup/Component.js +1 -1
  3601. package/select/esm/components/optgroup/index.css +14 -11
  3602. package/select/esm/components/option/Component.js +1 -1
  3603. package/select/esm/components/option/index.css +27 -25
  3604. package/select/esm/components/options-list/Component.js +1 -1
  3605. package/select/esm/components/options-list/index.css +15 -12
  3606. package/select/esm/components/search/Component.js +1 -1
  3607. package/select/esm/components/search/index.css +2 -2
  3608. package/select/esm/components/virtual-options-list/Component.js +1 -1
  3609. package/select/esm/components/virtual-options-list/index.css +22 -19
  3610. package/select/esm/desktop/Component.desktop.js +2 -2
  3611. package/select/esm/desktop/index.js +2 -2
  3612. package/select/esm/index.js +3 -3
  3613. package/select/esm/list-popover-desktop-41798bda.js +16 -0
  3614. package/select/esm/mobile/Component.mobile.js +3 -3
  3615. package/select/esm/mobile/Component.modal.mobile.js +3 -3
  3616. package/select/esm/mobile/index.js +3 -3
  3617. package/select/esm/mobile.module-5dc0829a.js +4 -0
  3618. package/select/esm/presets/index.js +1 -1
  3619. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  3620. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  3621. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  3622. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +7 -5
  3623. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  3624. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -5
  3625. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  3626. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  3627. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  3628. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  3629. package/select/esm/shared/index.js +3 -3
  3630. package/select/list-popover-desktop-b1b7e527.js +22 -0
  3631. package/select/mobile/Component.mobile.js +1 -1
  3632. package/select/mobile.module-e49f24a2.js +4 -0
  3633. package/select/modern/Component.responsive.js +3 -3
  3634. package/select/modern/components/arrow/Component.js +1 -1
  3635. package/select/modern/components/arrow/index.css +3 -3
  3636. package/select/modern/components/base-checkmark/Component.js +1 -1
  3637. package/select/modern/components/base-checkmark/index.css +6 -6
  3638. package/select/modern/components/base-option/Component.js +1 -1
  3639. package/select/modern/components/base-option/index.css +26 -23
  3640. package/select/modern/components/base-select/Component.js +2 -2
  3641. package/select/modern/components/base-select/components/list-desktop/list-popover-desktop.js +1 -1
  3642. package/select/modern/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +1 -1
  3643. package/select/modern/components/base-select/components/list-mobile/list-mobile.js +1 -1
  3644. package/select/modern/components/base-select/components/list-mobile/list-modal-mobile.js +1 -1
  3645. package/select/modern/components/base-select/index.css +16 -14
  3646. package/select/modern/components/base-select/index.js +2 -2
  3647. package/select/modern/components/base-select/mobile.css +19 -15
  3648. package/select/modern/components/checkmark/Component.js +1 -1
  3649. package/select/modern/components/checkmark/index.css +14 -12
  3650. package/select/modern/components/checkmark-mobile/Component.js +1 -1
  3651. package/select/modern/components/checkmark-mobile/index.css +6 -6
  3652. package/select/modern/components/clear-button/Component.js +1 -1
  3653. package/select/modern/components/clear-button/index.css +8 -7
  3654. package/select/modern/components/field/Component.js +1 -1
  3655. package/select/modern/components/field/index.css +12 -12
  3656. package/select/modern/components/footer/Component.js +1 -1
  3657. package/select/modern/components/footer/index.css +8 -7
  3658. package/select/modern/components/index.js +2 -2
  3659. package/select/modern/components/optgroup/Component.js +1 -1
  3660. package/select/modern/components/optgroup/index.css +14 -11
  3661. package/select/modern/components/option/Component.js +1 -1
  3662. package/select/modern/components/option/index.css +27 -25
  3663. package/select/modern/components/options-list/Component.js +1 -1
  3664. package/select/modern/components/options-list/index.css +15 -12
  3665. package/select/modern/components/search/Component.js +1 -1
  3666. package/select/modern/components/search/index.css +2 -2
  3667. package/select/modern/components/virtual-options-list/Component.js +1 -1
  3668. package/select/modern/components/virtual-options-list/index.css +22 -19
  3669. package/select/modern/desktop/Component.desktop.js +2 -2
  3670. package/select/modern/desktop/index.js +2 -2
  3671. package/select/modern/index.js +3 -3
  3672. package/select/modern/list-popover-desktop-0cbea246.js +15 -0
  3673. package/select/modern/mobile/Component.mobile.js +3 -3
  3674. package/select/modern/mobile/Component.modal.mobile.js +3 -3
  3675. package/select/modern/mobile/index.js +3 -3
  3676. package/select/modern/mobile.module-8a938cf7.js +4 -0
  3677. package/select/modern/presets/index.js +1 -1
  3678. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  3679. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  3680. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  3681. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +7 -5
  3682. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  3683. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -5
  3684. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  3685. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  3686. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  3687. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  3688. package/select/modern/shared/index.js +3 -3
  3689. package/select/moderncssm/Component.responsive.d.ts +7 -0
  3690. package/select/moderncssm/Component.responsive.js +88 -0
  3691. package/select/moderncssm/components/arrow/Component.d.ts +5 -0
  3692. package/select/moderncssm/components/arrow/Component.js +8 -0
  3693. package/select/moderncssm/components/arrow/index.d.ts +1 -0
  3694. package/select/moderncssm/components/arrow/index.js +5 -0
  3695. package/select/moderncssm/components/arrow/index.module.css +23 -0
  3696. package/select/moderncssm/components/base-checkmark/Component.d.ts +5 -0
  3697. package/select/moderncssm/components/base-checkmark/Component.js +15 -0
  3698. package/select/moderncssm/components/base-checkmark/index.d.ts +1 -0
  3699. package/select/moderncssm/components/base-checkmark/index.js +6 -0
  3700. package/select/moderncssm/components/base-checkmark/index.module.css +30 -0
  3701. package/select/moderncssm/components/base-option/Component.d.ts +4 -0
  3702. package/select/moderncssm/components/base-option/Component.js +36 -0
  3703. package/select/moderncssm/components/base-option/index.d.ts +1 -0
  3704. package/select/moderncssm/components/base-option/index.js +8 -0
  3705. package/select/moderncssm/components/base-option/index.module.css +81 -0
  3706. package/select/moderncssm/components/base-select/Component.d.ts +14 -0
  3707. package/select/moderncssm/components/base-select/Component.js +410 -0
  3708. package/select/moderncssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.d.ts +12 -0
  3709. package/select/moderncssm/components/base-select/components/list-desktop/helpers/get-list-popover-desktop-props.js +15 -0
  3710. package/select/moderncssm/components/base-select/components/list-desktop/list-popover-desktop.d.ts +9 -0
  3711. package/select/moderncssm/components/base-select/components/list-desktop/list-popover-desktop.js +13 -0
  3712. package/select/moderncssm/components/base-select/components/list-desktop/types/types.d.ts +3 -0
  3713. package/select/moderncssm/components/base-select/components/list-desktop/types/types.js +1 -0
  3714. package/select/moderncssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.d.ts +16 -0
  3715. package/select/moderncssm/components/base-select/components/list-mobile/helpers/get-list-bottom-sheet-mobile-props.js +19 -0
  3716. package/select/moderncssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.d.ts +28 -0
  3717. package/select/moderncssm/components/base-select/components/list-mobile/helpers/get-list-modal-mobile-props.js +18 -0
  3718. package/select/moderncssm/components/base-select/components/list-mobile/helpers/index.d.ts +2 -0
  3719. package/select/moderncssm/components/base-select/components/list-mobile/helpers/index.js +2 -0
  3720. package/select/moderncssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.d.ts +15 -0
  3721. package/select/moderncssm/components/base-select/components/list-mobile/list-bottom-sheet-mobile.js +24 -0
  3722. package/select/moderncssm/components/base-select/components/list-mobile/list-mobile.d.ts +16 -0
  3723. package/select/moderncssm/components/base-select/components/list-mobile/list-mobile.js +21 -0
  3724. package/select/moderncssm/components/base-select/components/list-mobile/list-modal-mobile.d.ts +15 -0
  3725. package/select/moderncssm/components/base-select/components/list-mobile/list-modal-mobile.js +32 -0
  3726. package/select/moderncssm/components/base-select/components/list-mobile/types/types.d.ts +4 -0
  3727. package/select/moderncssm/components/base-select/components/list-mobile/types/types.js +1 -0
  3728. package/select/moderncssm/components/base-select/index.d.ts +1 -0
  3729. package/select/moderncssm/components/base-select/index.js +20 -0
  3730. package/select/moderncssm/components/base-select/index.module.css +81 -0
  3731. package/select/moderncssm/components/base-select/mobile.module.css +48 -0
  3732. package/select/moderncssm/components/base-select/types/component-types.d.ts +50 -0
  3733. package/select/moderncssm/components/base-select/types/component-types.js +1 -0
  3734. package/select/moderncssm/components/checkmark/Component.d.ts +5 -0
  3735. package/select/moderncssm/components/checkmark/Component.js +20 -0
  3736. package/select/moderncssm/components/checkmark/index.d.ts +1 -0
  3737. package/select/moderncssm/components/checkmark/index.js +8 -0
  3738. package/select/moderncssm/components/checkmark/index.module.css +59 -0
  3739. package/select/moderncssm/components/checkmark-mobile/Component.d.ts +5 -0
  3740. package/select/moderncssm/components/checkmark-mobile/Component.js +11 -0
  3741. package/select/moderncssm/components/checkmark-mobile/index.d.ts +1 -0
  3742. package/select/moderncssm/components/checkmark-mobile/index.js +5 -0
  3743. package/select/moderncssm/components/checkmark-mobile/index.module.css +34 -0
  3744. package/select/moderncssm/components/clear-button/Component.d.ts +5 -0
  3745. package/select/moderncssm/components/clear-button/Component.js +9 -0
  3746. package/select/moderncssm/components/clear-button/index.d.ts +1 -0
  3747. package/select/moderncssm/components/clear-button/index.js +5 -0
  3748. package/select/moderncssm/components/clear-button/index.module.css +47 -0
  3749. package/select/moderncssm/components/field/Component.d.ts +13 -0
  3750. package/select/moderncssm/components/field/Component.js +38 -0
  3751. package/select/moderncssm/components/field/index.d.ts +1 -0
  3752. package/select/moderncssm/components/field/index.js +11 -0
  3753. package/select/moderncssm/components/field/index.module.css +74 -0
  3754. package/select/moderncssm/components/footer/Component.d.ts +12 -0
  3755. package/select/moderncssm/components/footer/Component.js +22 -0
  3756. package/select/moderncssm/components/footer/index.d.ts +1 -0
  3757. package/select/moderncssm/components/footer/index.js +7 -0
  3758. package/select/moderncssm/components/footer/index.module.css +28 -0
  3759. package/select/moderncssm/components/index.d.ts +9 -0
  3760. package/select/moderncssm/components/index.js +57 -0
  3761. package/select/moderncssm/components/native-select/Component.d.ts +25 -0
  3762. package/select/moderncssm/components/native-select/Component.js +14 -0
  3763. package/select/moderncssm/components/native-select/index.d.ts +1 -0
  3764. package/select/moderncssm/components/native-select/index.js +4 -0
  3765. package/select/moderncssm/components/optgroup/Component.d.ts +5 -0
  3766. package/select/moderncssm/components/optgroup/Component.js +11 -0
  3767. package/select/moderncssm/components/optgroup/index.d.ts +1 -0
  3768. package/select/moderncssm/components/optgroup/index.js +5 -0
  3769. package/select/moderncssm/components/optgroup/index.module.css +46 -0
  3770. package/select/moderncssm/components/option/Component.d.ts +4 -0
  3771. package/select/moderncssm/components/option/Component.js +29 -0
  3772. package/select/moderncssm/components/option/index.d.ts +1 -0
  3773. package/select/moderncssm/components/option/index.js +13 -0
  3774. package/select/moderncssm/components/option/index.module.css +111 -0
  3775. package/select/moderncssm/components/options-list/Component.d.ts +5 -0
  3776. package/select/moderncssm/components/options-list/Component.js +89 -0
  3777. package/select/moderncssm/components/options-list/index.d.ts +1 -0
  3778. package/select/moderncssm/components/options-list/index.js +12 -0
  3779. package/select/moderncssm/components/options-list/index.module.css +48 -0
  3780. package/select/moderncssm/components/search/Component.d.ts +5 -0
  3781. package/select/moderncssm/components/search/Component.js +9 -0
  3782. package/select/moderncssm/components/search/index.d.ts +1 -0
  3783. package/select/moderncssm/components/search/index.js +6 -0
  3784. package/select/moderncssm/components/search/index.module.css +14 -0
  3785. package/select/moderncssm/components/virtual-options-list/Component.d.ts +5 -0
  3786. package/select/moderncssm/components/virtual-options-list/Component.js +139 -0
  3787. package/select/moderncssm/components/virtual-options-list/index.d.ts +1 -0
  3788. package/select/moderncssm/components/virtual-options-list/index.js +13 -0
  3789. package/select/moderncssm/components/virtual-options-list/index.module.css +79 -0
  3790. package/select/moderncssm/consts.d.ts +12 -0
  3791. package/select/moderncssm/consts.js +13 -0
  3792. package/select/moderncssm/desktop/Component.desktop.d.ts +6 -0
  3793. package/select/moderncssm/desktop/Component.desktop.js +59 -0
  3794. package/select/moderncssm/desktop/index.d.ts +2 -0
  3795. package/select/moderncssm/desktop/index.js +53 -0
  3796. package/select/moderncssm/hook-8c561f14.d.ts +115 -0
  3797. package/select/moderncssm/hook-a8bc7fe8.d.ts +17 -0
  3798. package/select/moderncssm/hook-a8bc7fe8.js +181 -0
  3799. package/select/moderncssm/index.d.ts +2 -0
  3800. package/select/moderncssm/index.js +73 -0
  3801. package/select/moderncssm/mobile/Component.mobile.d.ts +5 -0
  3802. package/select/moderncssm/mobile/Component.mobile.js +106 -0
  3803. package/select/moderncssm/mobile/Component.modal.mobile.d.ts +4 -0
  3804. package/select/moderncssm/mobile/Component.modal.mobile.js +72 -0
  3805. package/select/moderncssm/mobile/index.d.ts +3 -0
  3806. package/select/moderncssm/mobile/index.js +69 -0
  3807. package/select/moderncssm/presets/index.d.ts +3 -0
  3808. package/select/moderncssm/presets/index.js +34 -0
  3809. package/select/moderncssm/presets/useLazyLoading/hook.d.ts +48 -0
  3810. package/select/moderncssm/presets/useLazyLoading/hook.js +226 -0
  3811. package/select/moderncssm/presets/useSelectWithApply/hook.d.ts +0 -0
  3812. package/select/moderncssm/presets/useSelectWithApply/hook.js +20 -0
  3813. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.d.ts +0 -0
  3814. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/Component.js +20 -0
  3815. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.d.ts +12 -0
  3816. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +12 -0
  3817. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/footer/index.module.css +11 -0
  3818. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.d.ts +11 -0
  3819. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +9 -0
  3820. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/header/index.module.css +9 -0
  3821. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -0
  3822. package/select/moderncssm/presets/useSelectWithApply/options-list-with-apply/index.js +20 -0
  3823. package/select/moderncssm/presets/useSelectWithLoading/hook.d.ts +13 -0
  3824. package/select/moderncssm/presets/useSelectWithLoading/hook.js +34 -0
  3825. package/select/moderncssm/presets/useSelectWithLoading/index.module.css +7 -0
  3826. package/select/moderncssm/shared/index.d.ts +13 -0
  3827. package/select/moderncssm/shared/index.js +73 -0
  3828. package/select/moderncssm/typings.d.ts +744 -0
  3829. package/select/moderncssm/typings.js +1 -0
  3830. package/select/moderncssm/utils.d.ts +81 -0
  3831. package/select/moderncssm/utils.js +173 -0
  3832. package/select/moderncssm/vars.css +10 -0
  3833. package/select/presets/index.js +1 -1
  3834. package/select/presets/useSelectWithApply/hook.js +1 -1
  3835. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  3836. package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  3837. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +7 -5
  3838. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  3839. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +7 -5
  3840. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  3841. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  3842. package/select/presets/useSelectWithLoading/hook.js +1 -1
  3843. package/select/presets/useSelectWithLoading/index.css +2 -2
  3844. package/select/shared/index.js +1 -1
  3845. package/select-with-tags/components/tag/component.js +1 -1
  3846. package/select-with-tags/components/tag/index.css +20 -18
  3847. package/select-with-tags/components/tag-list/component.js +1 -1
  3848. package/select-with-tags/components/tag-list/index.css +59 -52
  3849. package/select-with-tags/cssm/components/tag/index.module.css +6 -4
  3850. package/select-with-tags/cssm/components/tag-list/index.module.css +23 -16
  3851. package/select-with-tags/esm/components/tag/component.js +1 -1
  3852. package/select-with-tags/esm/components/tag/index.css +20 -18
  3853. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  3854. package/select-with-tags/esm/components/tag-list/index.css +59 -52
  3855. package/select-with-tags/modern/components/tag/component.js +1 -1
  3856. package/select-with-tags/modern/components/tag/index.css +20 -18
  3857. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  3858. package/select-with-tags/modern/components/tag-list/index.css +59 -52
  3859. package/select-with-tags/moderncssm/Component.responsive.d.ts +22 -0
  3860. package/select-with-tags/moderncssm/Component.responsive.js +27 -0
  3861. package/select-with-tags/moderncssm/components/base-select-with-tags/Component.d.ts +32 -0
  3862. package/select-with-tags/moderncssm/components/base-select-with-tags/Component.js +135 -0
  3863. package/select-with-tags/moderncssm/components/base-select-with-tags/index.d.ts +1 -0
  3864. package/select-with-tags/moderncssm/components/base-select-with-tags/index.js +14 -0
  3865. package/select-with-tags/moderncssm/components/tag/component.d.ts +3 -0
  3866. package/select-with-tags/moderncssm/components/tag/component.js +22 -0
  3867. package/select-with-tags/moderncssm/components/tag/index.d.ts +1 -0
  3868. package/select-with-tags/moderncssm/components/tag/index.js +6 -0
  3869. package/select-with-tags/moderncssm/components/tag/index.module.css +79 -0
  3870. package/select-with-tags/moderncssm/components/tag-list/component.d.ts +21 -0
  3871. package/select-with-tags/moderncssm/components/tag-list/component.js +130 -0
  3872. package/select-with-tags/moderncssm/components/tag-list/index.d.ts +1 -0
  3873. package/select-with-tags/moderncssm/components/tag-list/index.js +11 -0
  3874. package/select-with-tags/moderncssm/components/tag-list/index.module.css +170 -0
  3875. package/select-with-tags/moderncssm/desktop/Component.desktop.d.ts +5 -0
  3876. package/select-with-tags/moderncssm/desktop/Component.desktop.js +20 -0
  3877. package/select-with-tags/moderncssm/desktop/index.d.ts +2 -0
  3878. package/select-with-tags/moderncssm/desktop/index.js +17 -0
  3879. package/select-with-tags/moderncssm/index.d.ts +2 -0
  3880. package/select-with-tags/moderncssm/index.js +20 -0
  3881. package/select-with-tags/moderncssm/mobile/Component.mobile.d.ts +5 -0
  3882. package/select-with-tags/moderncssm/mobile/Component.mobile.js +20 -0
  3883. package/select-with-tags/moderncssm/mobile/index.d.ts +2 -0
  3884. package/select-with-tags/moderncssm/mobile/index.js +17 -0
  3885. package/select-with-tags/moderncssm/types.d.ts +71 -0
  3886. package/select-with-tags/moderncssm/types.js +1 -0
  3887. package/select-with-tags/moderncssm/utils/calculate-collapse-size.d.ts +2 -0
  3888. package/select-with-tags/moderncssm/utils/calculate-collapse-size.js +42 -0
  3889. package/select-with-tags/moderncssm/utils/index.d.ts +1 -0
  3890. package/select-with-tags/moderncssm/utils/index.js +2 -0
  3891. package/select-with-tags/moderncssm/utils/match.d.ts +4 -0
  3892. package/select-with-tags/moderncssm/utils/match.js +25 -0
  3893. package/shared/moderncssm/browser.d.ts +6 -0
  3894. package/shared/moderncssm/browser.js +33 -0
  3895. package/shared/moderncssm/context/PortalContext/PortalContext.js +5 -0
  3896. package/shared/moderncssm/context/PortalContext/index.d.ts +1 -0
  3897. package/shared/moderncssm/context/PortalContext/index.js +2 -0
  3898. package/shared/moderncssm/createPaddingStyle.d.ts +10 -0
  3899. package/shared/moderncssm/createPaddingStyle.js +16 -0
  3900. package/shared/moderncssm/dom.d.ts +7 -0
  3901. package/shared/moderncssm/dom.js +8 -0
  3902. package/shared/moderncssm/easingFns.d.ts +5 -0
  3903. package/shared/moderncssm/easingFns.js +8 -0
  3904. package/shared/moderncssm/exhaustiveCheck.d.ts +2 -0
  3905. package/shared/moderncssm/exhaustiveCheck.js +3 -0
  3906. package/shared/moderncssm/fnUtils.d.ts +15 -0
  3907. package/shared/moderncssm/fnUtils.js +21 -0
  3908. package/shared/moderncssm/getDataTestId.js +6 -0
  3909. package/shared/moderncssm/hooks/index.d.ts +5 -0
  3910. package/shared/moderncssm/hooks/index.js +11 -0
  3911. package/shared/moderncssm/hooks/useCustomWebkitScrollbar.d.ts +2 -0
  3912. package/shared/moderncssm/hooks/useCustomWebkitScrollbar.js +16 -0
  3913. package/shared/moderncssm/index.d.ts +12 -0
  3914. package/shared/moderncssm/index.js +15 -0
  3915. package/shared/moderncssm/isClient.d.ts +2 -0
  3916. package/shared/moderncssm/isClient.js +3 -0
  3917. package/shared/moderncssm/maskUtils.d.ts +24 -0
  3918. package/shared/moderncssm/maskUtils.js +130 -0
  3919. package/shared/moderncssm/os.d.ts +7 -0
  3920. package/shared/moderncssm/os.js +19 -0
  3921. package/side-panel/components/content/Component.desktop.js +1 -1
  3922. package/side-panel/components/content/Component.js +1 -1
  3923. package/side-panel/components/content/Component.mobile.js +1 -1
  3924. package/side-panel/components/content/desktop.css +7 -5
  3925. package/side-panel/components/content/index.css +4 -4
  3926. package/side-panel/components/content/mobile.css +6 -5
  3927. package/side-panel/components/controls/Component.js +2 -2
  3928. package/side-panel/components/controls/index.css +2 -2
  3929. package/side-panel/components/footer/Component.desktop.js +1 -1
  3930. package/side-panel/components/footer/Component.js +2 -2
  3931. package/side-panel/components/footer/Component.mobile.js +1 -1
  3932. package/side-panel/components/footer/desktop.css +6 -4
  3933. package/side-panel/components/footer/index.css +4 -4
  3934. package/side-panel/components/footer/layout.css +27 -24
  3935. package/side-panel/components/footer/mobile.css +5 -4
  3936. package/side-panel/components/header/Component.js +3 -3
  3937. package/side-panel/components/header/desktop.css +8 -6
  3938. package/side-panel/components/header/index.css +14 -14
  3939. package/side-panel/components/header/mobile.css +12 -11
  3940. package/side-panel/cssm/components/content/desktop.module.css +4 -2
  3941. package/side-panel/cssm/components/content/mobile.module.css +3 -2
  3942. package/side-panel/cssm/components/footer/desktop.module.css +3 -1
  3943. package/side-panel/cssm/components/footer/layout.module.css +10 -7
  3944. package/side-panel/cssm/components/footer/mobile.module.css +2 -1
  3945. package/side-panel/cssm/components/header/desktop.module.css +3 -1
  3946. package/side-panel/cssm/components/header/mobile.module.css +8 -7
  3947. package/side-panel/desktop/Component.desktop.js +2 -2
  3948. package/side-panel/desktop/desktop.css +3 -3
  3949. package/side-panel/desktop/transitions.desktop.css +7 -7
  3950. package/side-panel/esm/Component.responsive.js +1 -1
  3951. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  3952. package/side-panel/esm/components/content/Component.js +1 -1
  3953. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  3954. package/side-panel/esm/components/content/desktop.css +7 -5
  3955. package/side-panel/esm/components/content/index.css +4 -4
  3956. package/side-panel/esm/components/content/mobile.css +6 -5
  3957. package/side-panel/esm/components/controls/Component.js +2 -2
  3958. package/side-panel/esm/components/controls/index.css +2 -2
  3959. package/side-panel/esm/components/controls/index.js +1 -1
  3960. package/side-panel/esm/components/footer/Component.desktop.js +2 -2
  3961. package/side-panel/esm/components/footer/Component.js +2 -2
  3962. package/side-panel/esm/components/footer/Component.mobile.js +2 -2
  3963. package/side-panel/esm/components/footer/desktop.css +6 -4
  3964. package/side-panel/esm/components/footer/index.css +4 -4
  3965. package/side-panel/esm/components/footer/layout.css +27 -24
  3966. package/side-panel/esm/components/footer/mobile.css +5 -4
  3967. package/side-panel/esm/components/header/Component.js +3 -3
  3968. package/side-panel/esm/components/header/desktop.css +8 -6
  3969. package/side-panel/esm/components/header/index.css +14 -14
  3970. package/side-panel/esm/components/header/mobile.css +12 -11
  3971. package/side-panel/esm/desktop/Component.desktop.js +3 -3
  3972. package/side-panel/esm/desktop/desktop.css +3 -3
  3973. package/side-panel/esm/desktop/index.js +1 -1
  3974. package/side-panel/esm/desktop/transitions.desktop.css +7 -7
  3975. package/side-panel/esm/index.js +1 -1
  3976. package/side-panel/esm/layout.module-66164d7b.js +4 -0
  3977. package/side-panel/esm/mobile/Component.mobile.js +3 -3
  3978. package/side-panel/esm/mobile/index.js +1 -1
  3979. package/side-panel/esm/mobile/mobile.css +4 -4
  3980. package/side-panel/esm/mobile/transitions.mobile.css +8 -8
  3981. package/side-panel/layout.module-282b4a29.js +4 -0
  3982. package/side-panel/mobile/Component.mobile.js +2 -2
  3983. package/side-panel/mobile/mobile.css +4 -4
  3984. package/side-panel/mobile/transitions.mobile.css +8 -8
  3985. package/side-panel/modern/Component.responsive.js +1 -1
  3986. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  3987. package/side-panel/modern/components/content/Component.js +1 -1
  3988. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  3989. package/side-panel/modern/components/content/desktop.css +7 -5
  3990. package/side-panel/modern/components/content/index.css +4 -4
  3991. package/side-panel/modern/components/content/mobile.css +6 -5
  3992. package/side-panel/modern/components/controls/Component.js +2 -2
  3993. package/side-panel/modern/components/controls/index.css +2 -2
  3994. package/side-panel/modern/components/controls/index.js +1 -1
  3995. package/side-panel/modern/components/footer/Component.desktop.js +2 -2
  3996. package/side-panel/modern/components/footer/Component.js +2 -2
  3997. package/side-panel/modern/components/footer/Component.mobile.js +2 -2
  3998. package/side-panel/modern/components/footer/desktop.css +6 -4
  3999. package/side-panel/modern/components/footer/index.css +4 -4
  4000. package/side-panel/modern/components/footer/layout.css +27 -24
  4001. package/side-panel/modern/components/footer/mobile.css +5 -4
  4002. package/side-panel/modern/components/header/Component.js +3 -3
  4003. package/side-panel/modern/components/header/desktop.css +8 -6
  4004. package/side-panel/modern/components/header/index.css +14 -14
  4005. package/side-panel/modern/components/header/mobile.css +12 -11
  4006. package/side-panel/modern/desktop/Component.desktop.js +3 -3
  4007. package/side-panel/modern/desktop/desktop.css +3 -3
  4008. package/side-panel/modern/desktop/index.js +1 -1
  4009. package/side-panel/modern/desktop/transitions.desktop.css +7 -7
  4010. package/side-panel/modern/index.js +1 -1
  4011. package/side-panel/modern/layout.module-05047c6a.js +4 -0
  4012. package/side-panel/modern/mobile/Component.mobile.js +3 -3
  4013. package/side-panel/modern/mobile/index.js +1 -1
  4014. package/side-panel/modern/mobile/mobile.css +4 -4
  4015. package/side-panel/modern/mobile/transitions.mobile.css +8 -8
  4016. package/side-panel/moderncssm/Component.responsive.d.ts +52 -0
  4017. package/side-panel/moderncssm/Component.responsive.js +65 -0
  4018. package/side-panel/moderncssm/Context.d.ts +4 -0
  4019. package/side-panel/moderncssm/Context.js +5 -0
  4020. package/side-panel/moderncssm/ResponsiveContext.d.ts +5 -0
  4021. package/side-panel/moderncssm/ResponsiveContext.js +5 -0
  4022. package/side-panel/moderncssm/components/content/Component.d.ts +17 -0
  4023. package/side-panel/moderncssm/components/content/Component.desktop.d.ts +10 -0
  4024. package/side-panel/moderncssm/components/content/Component.desktop.js +14 -0
  4025. package/side-panel/moderncssm/components/content/Component.js +17 -0
  4026. package/side-panel/moderncssm/components/content/Component.mobile.d.ts +5 -0
  4027. package/side-panel/moderncssm/components/content/Component.mobile.js +13 -0
  4028. package/side-panel/moderncssm/components/content/desktop.module.css +25 -0
  4029. package/side-panel/moderncssm/components/content/index.module.css +31 -0
  4030. package/side-panel/moderncssm/components/content/mobile.module.css +24 -0
  4031. package/side-panel/moderncssm/components/controls/Component.d.ts +29 -0
  4032. package/side-panel/moderncssm/components/controls/Component.js +20 -0
  4033. package/side-panel/moderncssm/components/controls/index.d.ts +1 -0
  4034. package/side-panel/moderncssm/components/controls/index.js +7 -0
  4035. package/side-panel/moderncssm/components/controls/index.module.css +3 -0
  4036. package/side-panel/moderncssm/components/footer/Component.d.ts +29 -0
  4037. package/side-panel/moderncssm/components/footer/Component.desktop.d.ts +10 -0
  4038. package/side-panel/moderncssm/components/footer/Component.desktop.js +17 -0
  4039. package/side-panel/moderncssm/components/footer/Component.js +22 -0
  4040. package/side-panel/moderncssm/components/footer/Component.mobile.d.ts +5 -0
  4041. package/side-panel/moderncssm/components/footer/Component.mobile.js +16 -0
  4042. package/side-panel/moderncssm/components/footer/desktop.module.css +25 -0
  4043. package/side-panel/moderncssm/components/footer/index.module.css +36 -0
  4044. package/side-panel/moderncssm/components/footer/layout.module.css +76 -0
  4045. package/side-panel/moderncssm/components/footer/mobile.module.css +24 -0
  4046. package/side-panel/moderncssm/components/header/Component.d.ts +5 -0
  4047. package/side-panel/moderncssm/components/header/Component.js +34 -0
  4048. package/side-panel/moderncssm/components/header/desktop.module.css +41 -0
  4049. package/side-panel/moderncssm/components/header/index.module.css +84 -0
  4050. package/side-panel/moderncssm/components/header/mobile.module.css +38 -0
  4051. package/side-panel/moderncssm/consts.d.ts +5 -0
  4052. package/side-panel/moderncssm/consts.js +6 -0
  4053. package/side-panel/moderncssm/desktop/Component.desktop.d.ts +36 -0
  4054. package/side-panel/moderncssm/desktop/Component.desktop.js +63 -0
  4055. package/side-panel/moderncssm/desktop/desktop.module.css +25 -0
  4056. package/side-panel/moderncssm/desktop/index.d.ts +2 -0
  4057. package/side-panel/moderncssm/desktop/index.js +28 -0
  4058. package/side-panel/moderncssm/desktop/transitions.desktop.module.css +32 -0
  4059. package/side-panel/moderncssm/index.d.ts +2 -0
  4060. package/side-panel/moderncssm/index.js +37 -0
  4061. package/side-panel/moderncssm/mobile/Component.mobile.d.ts +24 -0
  4062. package/side-panel/moderncssm/mobile/Component.mobile.js +45 -0
  4063. package/side-panel/moderncssm/mobile/index.d.ts +2 -0
  4064. package/side-panel/moderncssm/mobile/index.js +26 -0
  4065. package/side-panel/moderncssm/mobile/mobile.module.css +37 -0
  4066. package/side-panel/moderncssm/mobile/transitions.mobile.module.css +24 -0
  4067. package/side-panel/moderncssm/shared/index.d.ts +2 -0
  4068. package/side-panel/moderncssm/shared/index.js +4 -0
  4069. package/side-panel/moderncssm/typings.d.ts +7 -0
  4070. package/side-panel/moderncssm/typings.js +1 -0
  4071. package/side-panel/moderncssm/utils.d.ts +11 -0
  4072. package/side-panel/moderncssm/utils.js +16 -0
  4073. package/side-panel/moderncssm/vars.css +16 -0
  4074. package/skeleton/Component.js +1 -1
  4075. package/skeleton/cssm/stories.module.css +1 -1
  4076. package/skeleton/esm/Component.js +1 -1
  4077. package/skeleton/esm/index.css +8 -8
  4078. package/skeleton/index.css +8 -8
  4079. package/skeleton/modern/Component.js +1 -1
  4080. package/skeleton/modern/index.css +8 -8
  4081. package/skeleton/moderncssm/Component.d.ts +35 -0
  4082. package/skeleton/moderncssm/Component.js +15 -0
  4083. package/skeleton/moderncssm/index.d.ts +1 -0
  4084. package/skeleton/moderncssm/index.js +4 -0
  4085. package/skeleton/moderncssm/index.module.css +68 -0
  4086. package/skeleton/moderncssm/stories.module.css +57 -0
  4087. package/slider/Component.js +1 -1
  4088. package/slider/esm/Component.js +1 -1
  4089. package/slider/esm/index.css +20 -20
  4090. package/slider/index.css +20 -20
  4091. package/slider/modern/Component.js +1 -1
  4092. package/slider/modern/index.css +20 -20
  4093. package/slider/moderncssm/Component.d.ts +97 -0
  4094. package/slider/moderncssm/Component.js +100 -0
  4095. package/slider/moderncssm/index.d.ts +1 -0
  4096. package/slider/moderncssm/index.js +5 -0
  4097. package/slider/moderncssm/index.module.css +142 -0
  4098. package/slider/moderncssm/vars.css +6 -0
  4099. package/slider-input/Component.js +1 -1
  4100. package/slider-input/cssm/index.module.css +10 -7
  4101. package/slider-input/esm/Component.js +1 -1
  4102. package/slider-input/esm/index.css +37 -34
  4103. package/slider-input/index.css +37 -34
  4104. package/slider-input/modern/Component.js +1 -1
  4105. package/slider-input/modern/index.css +37 -34
  4106. package/slider-input/moderncssm/Component.d.ts +186 -0
  4107. package/slider-input/moderncssm/Component.js +47 -0
  4108. package/slider-input/moderncssm/index.d.ts +1 -0
  4109. package/slider-input/moderncssm/index.js +6 -0
  4110. package/slider-input/moderncssm/index.module.css +168 -0
  4111. package/sortable-list/Component.js +1 -1
  4112. package/sortable-list/components/item/Components.js +1 -1
  4113. package/sortable-list/components/item/index.css +25 -25
  4114. package/sortable-list/esm/Component.js +1 -1
  4115. package/sortable-list/esm/components/item/Components.js +1 -1
  4116. package/sortable-list/esm/components/item/index.css +25 -25
  4117. package/sortable-list/esm/index.css +30 -30
  4118. package/sortable-list/index.css +30 -30
  4119. package/sortable-list/modern/Component.js +1 -1
  4120. package/sortable-list/modern/components/item/Components.js +1 -1
  4121. package/sortable-list/modern/components/item/index.css +25 -25
  4122. package/sortable-list/modern/index.css +30 -30
  4123. package/sortable-list/moderncssm/Component.d.ts +5 -0
  4124. package/sortable-list/moderncssm/Component.js +94 -0
  4125. package/sortable-list/moderncssm/components/item/Components.d.ts +5 -0
  4126. package/sortable-list/moderncssm/components/item/Components.js +38 -0
  4127. package/sortable-list/moderncssm/components/item/index.module.css +107 -0
  4128. package/sortable-list/moderncssm/index.d.ts +2 -0
  4129. package/sortable-list/moderncssm/index.js +13 -0
  4130. package/sortable-list/moderncssm/index.module.css +121 -0
  4131. package/sortable-list/moderncssm/shared/index.d.ts +1 -0
  4132. package/sortable-list/moderncssm/shared/index.js +2 -0
  4133. package/sortable-list/moderncssm/types.d.ts +111 -0
  4134. package/sortable-list/moderncssm/types.js +1 -0
  4135. package/sortable-list/moderncssm/utils.d.ts +10 -0
  4136. package/sortable-list/moderncssm/utils.js +38 -0
  4137. package/space/Component.js +1 -1
  4138. package/space/esm/Component.js +1 -1
  4139. package/space/esm/index.css +10 -10
  4140. package/space/index.css +10 -10
  4141. package/space/modern/Component.js +1 -1
  4142. package/space/modern/index.css +10 -10
  4143. package/space/moderncssm/Component.d.ts +52 -0
  4144. package/space/moderncssm/Component.js +48 -0
  4145. package/space/moderncssm/Item.d.ts +18 -0
  4146. package/space/moderncssm/Item.js +27 -0
  4147. package/space/moderncssm/index.d.ts +1 -0
  4148. package/space/moderncssm/index.js +5 -0
  4149. package/space/moderncssm/index.module.css +41 -0
  4150. package/space/moderncssm/utils.d.ts +11 -0
  4151. package/space/moderncssm/utils.js +9 -0
  4152. package/spinner/Component.js +3 -3
  4153. package/spinner/default.css +1 -1
  4154. package/spinner/esm/Component.js +3 -3
  4155. package/spinner/esm/default.css +1 -1
  4156. package/spinner/esm/index.css +7 -7
  4157. package/spinner/esm/inverted.css +1 -1
  4158. package/spinner/index.css +7 -7
  4159. package/spinner/inverted.css +1 -1
  4160. package/spinner/modern/Component.js +3 -3
  4161. package/spinner/modern/default.css +1 -1
  4162. package/spinner/modern/index.css +7 -7
  4163. package/spinner/modern/inverted.css +1 -1
  4164. package/spinner/moderncssm/Component.d.ts +38 -0
  4165. package/spinner/moderncssm/Component.js +77 -0
  4166. package/spinner/moderncssm/default.module.css +9 -0
  4167. package/spinner/moderncssm/index.d.ts +1 -0
  4168. package/spinner/moderncssm/index.js +7 -0
  4169. package/spinner/moderncssm/index.module.css +43 -0
  4170. package/spinner/moderncssm/inverted.module.css +9 -0
  4171. package/stack/moderncssm/component.d.ts +15 -0
  4172. package/stack/moderncssm/component.js +11 -0
  4173. package/stack/moderncssm/index.d.ts +1 -0
  4174. package/stack/moderncssm/index.js +3 -0
  4175. package/status/Component.js +1 -1
  4176. package/status/cssm/index.module.css +2 -1
  4177. package/status/esm/Component.js +1 -1
  4178. package/status/esm/index.css +28 -27
  4179. package/status/index.css +28 -27
  4180. package/status/modern/Component.js +1 -1
  4181. package/status/modern/index.css +28 -27
  4182. package/status/moderncssm/Component.d.ts +27 -0
  4183. package/status/moderncssm/Component.js +25 -0
  4184. package/status/moderncssm/index.d.ts +1 -0
  4185. package/status/moderncssm/index.js +4 -0
  4186. package/status/moderncssm/index.module.css +137 -0
  4187. package/status-badge/Component.js +3 -3
  4188. package/status-badge/default.css +8 -8
  4189. package/status-badge/esm/Component.js +3 -3
  4190. package/status-badge/esm/default.css +8 -8
  4191. package/status-badge/esm/index.css +9 -9
  4192. package/status-badge/esm/inverted.css +8 -8
  4193. package/status-badge/index.css +9 -9
  4194. package/status-badge/inverted.css +8 -8
  4195. package/status-badge/modern/Component.js +3 -3
  4196. package/status-badge/modern/default.css +8 -8
  4197. package/status-badge/modern/index.css +9 -9
  4198. package/status-badge/modern/inverted.css +8 -8
  4199. package/status-badge/moderncssm/Component.d.ts +32 -0
  4200. package/status-badge/moderncssm/Component.js +32 -0
  4201. package/status-badge/moderncssm/consts/iconMap.d.ts +4 -0
  4202. package/status-badge/moderncssm/consts/iconMap.js +74 -0
  4203. package/status-badge/moderncssm/default.module.css +21 -0
  4204. package/status-badge/moderncssm/hooks/useStatusBadgeIcon.d.ts +5 -0
  4205. package/status-badge/moderncssm/hooks/useStatusBadgeIcon.js +34 -0
  4206. package/status-badge/moderncssm/index.d.ts +2 -0
  4207. package/status-badge/moderncssm/index.js +21 -0
  4208. package/status-badge/moderncssm/index.module.css +50 -0
  4209. package/status-badge/moderncssm/inverted.module.css +21 -0
  4210. package/status-badge/moderncssm/types/statusBadgePropTypes.d.ts +7 -0
  4211. package/status-badge/moderncssm/types/statusBadgePropTypes.js +1 -0
  4212. package/stepped-progress-bar/Component.js +3 -3
  4213. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  4214. package/stepped-progress-bar/components/step-bar/index.css +14 -13
  4215. package/stepped-progress-bar/cssm/components/step-bar/index.module.css +3 -2
  4216. package/stepped-progress-bar/cssm/index.module.css +2 -1
  4217. package/stepped-progress-bar/default.css +3 -3
  4218. package/stepped-progress-bar/esm/Component.js +3 -3
  4219. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  4220. package/stepped-progress-bar/esm/components/step-bar/index.css +14 -13
  4221. package/stepped-progress-bar/esm/default.css +3 -3
  4222. package/stepped-progress-bar/esm/index.css +6 -5
  4223. package/stepped-progress-bar/esm/inverted.css +3 -3
  4224. package/stepped-progress-bar/index.css +6 -5
  4225. package/stepped-progress-bar/inverted.css +3 -3
  4226. package/stepped-progress-bar/modern/Component.js +3 -3
  4227. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  4228. package/stepped-progress-bar/modern/components/step-bar/index.css +14 -13
  4229. package/stepped-progress-bar/modern/default.css +3 -3
  4230. package/stepped-progress-bar/modern/index.css +6 -5
  4231. package/stepped-progress-bar/modern/inverted.css +3 -3
  4232. package/stepped-progress-bar/moderncssm/Component.d.ts +34 -0
  4233. package/stepped-progress-bar/moderncssm/Component.js +28 -0
  4234. package/stepped-progress-bar/moderncssm/components/step-bar/Component.d.ts +9 -0
  4235. package/stepped-progress-bar/moderncssm/components/step-bar/Component.js +7 -0
  4236. package/stepped-progress-bar/moderncssm/components/step-bar/index.d.ts +1 -0
  4237. package/stepped-progress-bar/moderncssm/components/step-bar/index.js +4 -0
  4238. package/stepped-progress-bar/moderncssm/components/step-bar/index.module.css +72 -0
  4239. package/stepped-progress-bar/moderncssm/default.module.css +9 -0
  4240. package/stepped-progress-bar/moderncssm/index.d.ts +1 -0
  4241. package/stepped-progress-bar/moderncssm/index.js +9 -0
  4242. package/stepped-progress-bar/moderncssm/index.module.css +16 -0
  4243. package/stepped-progress-bar/moderncssm/inverted.module.css +9 -0
  4244. package/steps/Component.js +1 -1
  4245. package/steps/components/step/Component.js +1 -1
  4246. package/steps/components/step/index.css +43 -40
  4247. package/steps/components/step-indicator/Component.js +1 -1
  4248. package/steps/components/step-indicator/index.css +2 -2
  4249. package/steps/cssm/components/step/index.module.css +12 -9
  4250. package/steps/cssm/components/step-indicator/index.module.css +1 -1
  4251. package/steps/esm/Component.js +1 -1
  4252. package/steps/esm/components/step/Component.js +1 -1
  4253. package/steps/esm/components/step/index.css +43 -40
  4254. package/steps/esm/components/step-indicator/Component.js +1 -1
  4255. package/steps/esm/components/step-indicator/index.css +2 -2
  4256. package/steps/esm/index.css +3 -3
  4257. package/steps/index.css +3 -3
  4258. package/steps/modern/Component.js +1 -1
  4259. package/steps/modern/components/step/Component.js +1 -1
  4260. package/steps/modern/components/step/index.css +43 -40
  4261. package/steps/modern/components/step-indicator/Component.js +1 -1
  4262. package/steps/modern/components/step-indicator/index.css +2 -2
  4263. package/steps/modern/index.css +3 -3
  4264. package/steps/moderncssm/Component.d.ts +99 -0
  4265. package/steps/moderncssm/Component.js +47 -0
  4266. package/steps/moderncssm/components/step/Component.d.ts +80 -0
  4267. package/steps/moderncssm/components/step/Component.js +91 -0
  4268. package/steps/moderncssm/components/step/index.d.ts +1 -0
  4269. package/steps/moderncssm/components/step/index.js +11 -0
  4270. package/steps/moderncssm/components/step/index.module.css +170 -0
  4271. package/steps/moderncssm/components/step-indicator/Component.d.ts +6 -0
  4272. package/steps/moderncssm/components/step-indicator/Component.js +8 -0
  4273. package/steps/moderncssm/components/step-indicator/index.d.ts +1 -0
  4274. package/steps/moderncssm/components/step-indicator/index.js +5 -0
  4275. package/steps/moderncssm/components/step-indicator/index.module.css +3 -0
  4276. package/steps/moderncssm/index.d.ts +1 -0
  4277. package/steps/moderncssm/index.js +13 -0
  4278. package/steps/moderncssm/index.module.css +12 -0
  4279. package/switch/Component.js +1 -1
  4280. package/switch/cssm/index.module.css +10 -6
  4281. package/switch/esm/Component.js +1 -1
  4282. package/switch/esm/index.css +38 -34
  4283. package/switch/index.css +38 -34
  4284. package/switch/modern/Component.js +1 -1
  4285. package/switch/modern/index.css +38 -34
  4286. package/switch/moderncssm/Component.d.ts +115 -0
  4287. package/switch/moderncssm/Component.js +36 -0
  4288. package/switch/moderncssm/index.d.ts +1 -0
  4289. package/switch/moderncssm/index.js +7 -0
  4290. package/switch/moderncssm/index.module.css +189 -0
  4291. package/system-message/Component.js +1 -1
  4292. package/system-message/components/caption/Component.js +1 -1
  4293. package/system-message/components/caption/index.css +2 -2
  4294. package/system-message/components/controls/Component.js +1 -1
  4295. package/system-message/components/controls/index.css +14 -13
  4296. package/system-message/components/graphic/Component.js +1 -1
  4297. package/system-message/components/graphic/index.css +2 -2
  4298. package/system-message/components/subtitle/Component.js +1 -1
  4299. package/system-message/components/subtitle/index.css +2 -2
  4300. package/system-message/components/title/Component.js +3 -3
  4301. package/system-message/components/title/desktop.css +2 -2
  4302. package/system-message/components/title/index.css +2 -2
  4303. package/system-message/components/title/mobile.css +2 -2
  4304. package/system-message/cssm/components/controls/index.module.css +3 -2
  4305. package/system-message/cssm/mobile/mobile.module.css +2 -1
  4306. package/system-message/esm/Component.js +1 -1
  4307. package/system-message/esm/components/caption/Component.js +1 -1
  4308. package/system-message/esm/components/caption/index.css +2 -2
  4309. package/system-message/esm/components/controls/Component.js +1 -1
  4310. package/system-message/esm/components/controls/index.css +14 -13
  4311. package/system-message/esm/components/graphic/Component.js +1 -1
  4312. package/system-message/esm/components/graphic/index.css +2 -2
  4313. package/system-message/esm/components/subtitle/Component.js +1 -1
  4314. package/system-message/esm/components/subtitle/index.css +2 -2
  4315. package/system-message/esm/components/title/Component.js +3 -3
  4316. package/system-message/esm/components/title/desktop.css +2 -2
  4317. package/system-message/esm/components/title/index.css +2 -2
  4318. package/system-message/esm/components/title/mobile.css +2 -2
  4319. package/system-message/esm/index.css +7 -7
  4320. package/system-message/index.css +7 -7
  4321. package/system-message/modern/Component.js +1 -1
  4322. package/system-message/modern/components/caption/Component.js +1 -1
  4323. package/system-message/modern/components/caption/index.css +2 -2
  4324. package/system-message/modern/components/controls/Component.js +1 -1
  4325. package/system-message/modern/components/controls/index.css +14 -13
  4326. package/system-message/modern/components/graphic/Component.js +1 -1
  4327. package/system-message/modern/components/graphic/index.css +2 -2
  4328. package/system-message/modern/components/subtitle/Component.js +1 -1
  4329. package/system-message/modern/components/subtitle/index.css +2 -2
  4330. package/system-message/modern/components/title/Component.js +3 -3
  4331. package/system-message/modern/components/title/desktop.css +2 -2
  4332. package/system-message/modern/components/title/index.css +2 -2
  4333. package/system-message/modern/components/title/mobile.css +2 -2
  4334. package/system-message/modern/index.css +7 -7
  4335. package/system-message/moderncssm/Component.d.ts +5 -0
  4336. package/system-message/moderncssm/Component.js +41 -0
  4337. package/system-message/moderncssm/Components.responsive.d.ts +33 -0
  4338. package/system-message/moderncssm/Components.responsive.js +30 -0
  4339. package/system-message/moderncssm/Context.d.ts +5 -0
  4340. package/system-message/moderncssm/Context.js +7 -0
  4341. package/system-message/moderncssm/components/caption/Component.d.ts +19 -0
  4342. package/system-message/moderncssm/components/caption/Component.js +13 -0
  4343. package/system-message/moderncssm/components/caption/index.d.ts +1 -0
  4344. package/system-message/moderncssm/components/caption/index.js +6 -0
  4345. package/system-message/moderncssm/components/caption/index.module.css +10 -0
  4346. package/system-message/moderncssm/components/controls/Component.d.ts +23 -0
  4347. package/system-message/moderncssm/components/controls/Component.js +24 -0
  4348. package/system-message/moderncssm/components/controls/index.d.ts +1 -0
  4349. package/system-message/moderncssm/components/controls/index.js +6 -0
  4350. package/system-message/moderncssm/components/controls/index.module.css +37 -0
  4351. package/system-message/moderncssm/components/graphic/Component.d.ts +19 -0
  4352. package/system-message/moderncssm/components/graphic/Component.js +13 -0
  4353. package/system-message/moderncssm/components/graphic/index.d.ts +1 -0
  4354. package/system-message/moderncssm/components/graphic/index.js +6 -0
  4355. package/system-message/moderncssm/components/graphic/index.module.css +7 -0
  4356. package/system-message/moderncssm/components/subtitle/Component.d.ts +19 -0
  4357. package/system-message/moderncssm/components/subtitle/Component.js +13 -0
  4358. package/system-message/moderncssm/components/subtitle/index.d.ts +1 -0
  4359. package/system-message/moderncssm/components/subtitle/index.js +6 -0
  4360. package/system-message/moderncssm/components/subtitle/index.module.css +10 -0
  4361. package/system-message/moderncssm/components/title/Component.d.ts +24 -0
  4362. package/system-message/moderncssm/components/title/Component.js +21 -0
  4363. package/system-message/moderncssm/components/title/desktop.module.css +13 -0
  4364. package/system-message/moderncssm/components/title/index.d.ts +1 -0
  4365. package/system-message/moderncssm/components/title/index.js +8 -0
  4366. package/system-message/moderncssm/components/title/index.module.css +13 -0
  4367. package/system-message/moderncssm/components/title/mobile.module.css +13 -0
  4368. package/system-message/moderncssm/desktop/Component.desktop.d.ts +33 -0
  4369. package/system-message/moderncssm/desktop/Component.desktop.js +24 -0
  4370. package/system-message/moderncssm/desktop/index.d.ts +2 -0
  4371. package/system-message/moderncssm/desktop/index.js +20 -0
  4372. package/system-message/moderncssm/index-064acd29.d.ts +13 -0
  4373. package/system-message/moderncssm/index.d.ts +2 -0
  4374. package/system-message/moderncssm/index.js +21 -0
  4375. package/system-message/moderncssm/index.module.css +26 -0
  4376. package/system-message/moderncssm/mobile/Component.mobile.d.ts +33 -0
  4377. package/system-message/moderncssm/mobile/Component.mobile.js +24 -0
  4378. package/system-message/moderncssm/mobile/index.d.ts +2 -0
  4379. package/system-message/moderncssm/mobile/index.js +20 -0
  4380. package/system-message/moderncssm/mobile/mobile.module.css +5 -0
  4381. package/system-message/moderncssm/shared/index.d.ts +1 -0
  4382. package/system-message/moderncssm/shared/index.js +17 -0
  4383. package/system-message/moderncssm/types.d.ts +41 -0
  4384. package/system-message/moderncssm/types.js +1 -0
  4385. package/system-message/moderncssm/utils.d.ts +39 -0
  4386. package/system-message/moderncssm/utils.js +38 -0
  4387. package/tab-bar/Component.js +1 -1
  4388. package/tab-bar/components/tab/Component.js +1 -1
  4389. package/tab-bar/components/tab/index.css +12 -10
  4390. package/tab-bar/cssm/components/tab/index.module.css +4 -2
  4391. package/tab-bar/esm/Component.js +1 -1
  4392. package/tab-bar/esm/components/tab/Component.js +1 -1
  4393. package/tab-bar/esm/components/tab/index.css +12 -10
  4394. package/tab-bar/esm/index.css +5 -5
  4395. package/tab-bar/index.css +5 -5
  4396. package/tab-bar/modern/Component.js +1 -1
  4397. package/tab-bar/modern/components/tab/Component.js +1 -1
  4398. package/tab-bar/modern/components/tab/index.css +12 -10
  4399. package/tab-bar/modern/index.css +5 -5
  4400. package/tab-bar/moderncssm/Component.d.ts +7 -0
  4401. package/tab-bar/moderncssm/Component.js +30 -0
  4402. package/tab-bar/moderncssm/components/tab/Component.d.ts +5 -0
  4403. package/tab-bar/moderncssm/components/tab/Component.js +29 -0
  4404. package/tab-bar/moderncssm/components/tab/index.d.ts +1 -0
  4405. package/tab-bar/moderncssm/components/tab/index.js +7 -0
  4406. package/tab-bar/moderncssm/components/tab/index.module.css +66 -0
  4407. package/tab-bar/moderncssm/consts.d.ts +9 -0
  4408. package/tab-bar/moderncssm/consts.js +10 -0
  4409. package/tab-bar/moderncssm/index.d.ts +2 -0
  4410. package/tab-bar/moderncssm/index.js +10 -0
  4411. package/tab-bar/moderncssm/index.module.css +23 -0
  4412. package/tab-bar/moderncssm/shared/index.d.ts +1 -0
  4413. package/tab-bar/moderncssm/shared/index.js +2 -0
  4414. package/tab-bar/moderncssm/types.d.ts +107 -0
  4415. package/tab-bar/moderncssm/types.js +1 -0
  4416. package/tab-bar/moderncssm/utils.d.ts +5 -0
  4417. package/tab-bar/moderncssm/utils.js +10 -0
  4418. package/table/components/pagination/Component.js +1 -1
  4419. package/table/components/pagination/index.css +18 -13
  4420. package/table/components/pagination/select-field/index.css +4 -4
  4421. package/table/components/pagination/select-field/index.js +1 -1
  4422. package/table/components/table/Component.js +1 -1
  4423. package/table/components/table/index.css +9 -8
  4424. package/table/components/tbody/Component.js +1 -1
  4425. package/table/components/tbody/index.css +2 -2
  4426. package/table/components/tcell/Component.js +1 -1
  4427. package/table/components/tcell/index.css +15 -11
  4428. package/table/components/texpandable-row/Component.js +1 -1
  4429. package/table/components/texpandable-row/index.css +5 -5
  4430. package/table/components/thead/Component.js +1 -1
  4431. package/table/components/thead/index.css +9 -8
  4432. package/table/components/thead-cell/Component.js +1 -1
  4433. package/table/components/thead-cell/index.css +16 -12
  4434. package/table/components/trow/Component.js +1 -1
  4435. package/table/components/trow/index.css +8 -8
  4436. package/table/components/tsortable-head-cell/Component.js +2 -2
  4437. package/table/components/tsortable-head-cell/index.css +11 -10
  4438. package/table/cssm/components/pagination/index.module.css +9 -4
  4439. package/table/cssm/components/table/index.module.css +2 -1
  4440. package/table/cssm/components/tcell/index.module.css +9 -5
  4441. package/table/cssm/components/thead/index.module.css +3 -2
  4442. package/table/cssm/components/thead-cell/index.module.css +7 -3
  4443. package/table/cssm/components/tsortable-head-cell/Component.js +1 -1
  4444. package/table/cssm/components/tsortable-head-cell/index.module.css +3 -2
  4445. package/table/esm/components/pagination/Component.js +1 -1
  4446. package/table/esm/components/pagination/index.css +18 -13
  4447. package/table/esm/components/pagination/select-field/index.css +4 -4
  4448. package/table/esm/components/pagination/select-field/index.js +1 -1
  4449. package/table/esm/components/table/Component.js +1 -1
  4450. package/table/esm/components/table/index.css +9 -8
  4451. package/table/esm/components/tbody/Component.js +1 -1
  4452. package/table/esm/components/tbody/index.css +2 -2
  4453. package/table/esm/components/tcell/Component.js +1 -1
  4454. package/table/esm/components/tcell/index.css +15 -11
  4455. package/table/esm/components/texpandable-row/Component.js +1 -1
  4456. package/table/esm/components/texpandable-row/index.css +5 -5
  4457. package/table/esm/components/thead/Component.js +1 -1
  4458. package/table/esm/components/thead/index.css +9 -8
  4459. package/table/esm/components/thead-cell/Component.js +1 -1
  4460. package/table/esm/components/thead-cell/index.css +16 -12
  4461. package/table/esm/components/trow/Component.js +1 -1
  4462. package/table/esm/components/trow/index.css +8 -8
  4463. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  4464. package/table/esm/components/tsortable-head-cell/index.css +11 -10
  4465. package/table/modern/components/pagination/Component.js +1 -1
  4466. package/table/modern/components/pagination/index.css +18 -13
  4467. package/table/modern/components/pagination/select-field/index.css +4 -4
  4468. package/table/modern/components/pagination/select-field/index.js +1 -1
  4469. package/table/modern/components/table/Component.js +1 -1
  4470. package/table/modern/components/table/index.css +9 -8
  4471. package/table/modern/components/tbody/Component.js +1 -1
  4472. package/table/modern/components/tbody/index.css +2 -2
  4473. package/table/modern/components/tcell/Component.js +1 -1
  4474. package/table/modern/components/tcell/index.css +15 -11
  4475. package/table/modern/components/texpandable-row/Component.js +1 -1
  4476. package/table/modern/components/texpandable-row/index.css +5 -5
  4477. package/table/modern/components/thead/Component.js +1 -1
  4478. package/table/modern/components/thead/index.css +9 -8
  4479. package/table/modern/components/thead-cell/Component.js +1 -1
  4480. package/table/modern/components/thead-cell/index.css +16 -12
  4481. package/table/modern/components/trow/Component.js +1 -1
  4482. package/table/modern/components/trow/index.css +8 -8
  4483. package/table/modern/components/tsortable-head-cell/Component.js +2 -2
  4484. package/table/modern/components/tsortable-head-cell/index.css +11 -10
  4485. package/table/moderncssm/component.d.ts +21 -0
  4486. package/table/moderncssm/component.js +44 -0
  4487. package/table/moderncssm/components/index.d.ts +9 -0
  4488. package/table/moderncssm/components/index.js +31 -0
  4489. package/table/moderncssm/components/pagination/Component.d.ts +26 -0
  4490. package/table/moderncssm/components/pagination/Component.js +35 -0
  4491. package/table/moderncssm/components/pagination/index.d.ts +1 -0
  4492. package/table/moderncssm/components/pagination/index.js +10 -0
  4493. package/table/moderncssm/components/pagination/index.module.css +44 -0
  4494. package/table/moderncssm/components/pagination/select-field/index.d.ts +3 -0
  4495. package/table/moderncssm/components/pagination/select-field/index.js +12 -0
  4496. package/table/moderncssm/components/pagination/select-field/index.module.css +11 -0
  4497. package/table/moderncssm/components/table/Component.d.ts +72 -0
  4498. package/table/moderncssm/components/table/Component.js +35 -0
  4499. package/table/moderncssm/components/table/index.d.ts +1 -0
  4500. package/table/moderncssm/components/table/index.js +9 -0
  4501. package/table/moderncssm/components/table/index.module.css +33 -0
  4502. package/table/moderncssm/components/table/utils.d.ts +5 -0
  4503. package/table/moderncssm/components/table/utils.js +19 -0
  4504. package/table/moderncssm/components/table-context/index.d.ts +20 -0
  4505. package/table/moderncssm/components/table-context/index.js +12 -0
  4506. package/table/moderncssm/components/tbody/Component.d.ts +15 -0
  4507. package/table/moderncssm/components/tbody/Component.js +7 -0
  4508. package/table/moderncssm/components/tbody/index.d.ts +1 -0
  4509. package/table/moderncssm/components/tbody/index.js +4 -0
  4510. package/table/moderncssm/components/tbody/index.module.css +6 -0
  4511. package/table/moderncssm/components/tcell/Component.d.ts +19 -0
  4512. package/table/moderncssm/components/tcell/Component.js +17 -0
  4513. package/table/moderncssm/components/tcell/index.d.ts +1 -0
  4514. package/table/moderncssm/components/tcell/index.js +5 -0
  4515. package/table/moderncssm/components/tcell/index.module.css +37 -0
  4516. package/table/moderncssm/components/texpandable-row/Component.d.ts +12 -0
  4517. package/table/moderncssm/components/texpandable-row/Component.js +25 -0
  4518. package/table/moderncssm/components/texpandable-row/index.d.ts +1 -0
  4519. package/table/moderncssm/components/texpandable-row/index.js +6 -0
  4520. package/table/moderncssm/components/texpandable-row/index.module.css +21 -0
  4521. package/table/moderncssm/components/thead/Component.d.ts +19 -0
  4522. package/table/moderncssm/components/thead/Component.js +8 -0
  4523. package/table/moderncssm/components/thead/index.d.ts +1 -0
  4524. package/table/moderncssm/components/thead/index.js +4 -0
  4525. package/table/moderncssm/components/thead/index.module.css +32 -0
  4526. package/table/moderncssm/components/thead-cell/Component.d.ts +28 -0
  4527. package/table/moderncssm/components/thead-cell/Component.js +15 -0
  4528. package/table/moderncssm/components/thead-cell/index.d.ts +1 -0
  4529. package/table/moderncssm/components/thead-cell/index.js +5 -0
  4530. package/table/moderncssm/components/thead-cell/index.module.css +51 -0
  4531. package/table/moderncssm/components/trow/Component.d.ts +29 -0
  4532. package/table/moderncssm/components/trow/Component.js +11 -0
  4533. package/table/moderncssm/components/trow/index.d.ts +1 -0
  4534. package/table/moderncssm/components/trow/index.js +4 -0
  4535. package/table/moderncssm/components/trow/index.module.css +33 -0
  4536. package/table/moderncssm/components/tsortable-head-cell/Component.d.ts +10 -0
  4537. package/table/moderncssm/components/tsortable-head-cell/Component.js +28 -0
  4538. package/table/moderncssm/components/tsortable-head-cell/index.d.ts +1 -0
  4539. package/table/moderncssm/components/tsortable-head-cell/index.js +10 -0
  4540. package/table/moderncssm/components/tsortable-head-cell/index.module.css +41 -0
  4541. package/table/moderncssm/components/tsortable-head-cell/sort-icon-asc.d.ts +5 -0
  4542. package/table/moderncssm/components/tsortable-head-cell/sort-icon-asc.js +6 -0
  4543. package/table/moderncssm/components/tsortable-head-cell/sort-icon-desc.d.ts +5 -0
  4544. package/table/moderncssm/components/tsortable-head-cell/sort-icon-desc.js +6 -0
  4545. package/table/moderncssm/components/tsortable-head-cell/sort-icon-unset.d.ts +5 -0
  4546. package/table/moderncssm/components/tsortable-head-cell/sort-icon-unset.js +6 -0
  4547. package/table/moderncssm/index.d.ts +1 -0
  4548. package/table/moderncssm/index.js +32 -0
  4549. package/table/moderncssm/typings.d.ts +2 -0
  4550. package/table/moderncssm/typings.js +1 -0
  4551. package/table/moderncssm/utils.d.ts +4 -0
  4552. package/table/moderncssm/utils.js +8 -0
  4553. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  4554. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  4555. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  4556. package/tabs/components/primary-tablist/index.css +152 -145
  4557. package/tabs/components/primary-tablist/mobile.css +288 -283
  4558. package/tabs/components/scroll-controls/Component.js +1 -1
  4559. package/tabs/components/scroll-controls/index.css +18 -16
  4560. package/tabs/components/scrollable-container/Component.js +1 -1
  4561. package/tabs/components/scrollable-container/index.css +12 -9
  4562. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  4563. package/tabs/components/secondary-tablist/Component.js +2 -2
  4564. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  4565. package/tabs/components/secondary-tablist/index.css +31 -26
  4566. package/tabs/components/secondary-tablist/mobile.css +80 -78
  4567. package/tabs/components/tab/Component.js +1 -1
  4568. package/tabs/components/tab/index.css +3 -3
  4569. package/tabs/components/title/Component.d.ts +1 -1
  4570. package/tabs/components/title/Component.js +2 -2
  4571. package/tabs/cssm/components/primary-tablist/index.module.css +20 -13
  4572. package/tabs/cssm/components/primary-tablist/mobile.module.css +4 -2
  4573. package/tabs/cssm/components/scroll-controls/index.module.css +6 -4
  4574. package/tabs/cssm/components/scrollable-container/index.module.css +6 -3
  4575. package/tabs/cssm/components/secondary-tablist/Component.js +2 -2
  4576. package/tabs/cssm/components/secondary-tablist/index.module.css +14 -9
  4577. package/tabs/cssm/components/secondary-tablist/mobile.module.css +2 -1
  4578. package/tabs/cssm/components/title/Component.d.ts +1 -1
  4579. package/tabs/cssm/components/title/Component.js +2 -2
  4580. package/tabs/cssm/typings.d.ts +1 -1
  4581. package/tabs/esm/collapsible/index.js +2 -2
  4582. package/tabs/esm/components/primary-tablist/Component.collapsible.js +2 -2
  4583. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  4584. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  4585. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  4586. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  4587. package/tabs/esm/components/primary-tablist/index.css +152 -145
  4588. package/tabs/esm/components/primary-tablist/mobile.css +288 -283
  4589. package/tabs/esm/components/scroll-controls/Component.js +1 -1
  4590. package/tabs/esm/components/scroll-controls/index.css +18 -16
  4591. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  4592. package/tabs/esm/components/scrollable-container/index.css +12 -9
  4593. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  4594. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  4595. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  4596. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  4597. package/tabs/esm/components/secondary-tablist/index.css +31 -26
  4598. package/tabs/esm/components/secondary-tablist/mobile.css +80 -78
  4599. package/tabs/esm/components/tab/Component.js +1 -1
  4600. package/tabs/esm/components/tab/index.css +3 -3
  4601. package/tabs/esm/components/tabs/Component.collapsible.js +2 -2
  4602. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  4603. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  4604. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  4605. package/tabs/esm/components/title/Component.d.ts +1 -1
  4606. package/tabs/esm/components/title/Component.js +1 -1
  4607. package/tabs/esm/components/title/index.js +1 -1
  4608. package/tabs/esm/desktop/index.js +3 -3
  4609. package/tabs/esm/index.js +3 -3
  4610. package/tabs/esm/index.module-816fe73e.js +4 -0
  4611. package/tabs/esm/index.module-b5db675e.js +4 -0
  4612. package/tabs/esm/mobile/index.js +3 -3
  4613. package/tabs/esm/typings.d.ts +1 -1
  4614. package/tabs/index.module-333dad26.js +4 -0
  4615. package/tabs/index.module-62476801.js +4 -0
  4616. package/tabs/modern/collapsible/index.js +2 -2
  4617. package/tabs/modern/components/primary-tablist/Component.collapsible.js +2 -2
  4618. package/tabs/modern/components/primary-tablist/Component.desktop.js +2 -2
  4619. package/tabs/modern/components/primary-tablist/Component.js +1 -1
  4620. package/tabs/modern/components/primary-tablist/Component.mobile.js +3 -3
  4621. package/tabs/modern/components/primary-tablist/Component.responsive.js +2 -2
  4622. package/tabs/modern/components/primary-tablist/index.css +152 -145
  4623. package/tabs/modern/components/primary-tablist/mobile.css +288 -283
  4624. package/tabs/modern/components/scroll-controls/Component.js +1 -1
  4625. package/tabs/modern/components/scroll-controls/index.css +18 -16
  4626. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  4627. package/tabs/modern/components/scrollable-container/index.css +12 -9
  4628. package/tabs/modern/components/secondary-tablist/Component.desktop.js +2 -2
  4629. package/tabs/modern/components/secondary-tablist/Component.js +1 -1
  4630. package/tabs/modern/components/secondary-tablist/Component.mobile.js +3 -3
  4631. package/tabs/modern/components/secondary-tablist/Component.responsive.js +2 -2
  4632. package/tabs/modern/components/secondary-tablist/index.css +31 -26
  4633. package/tabs/modern/components/secondary-tablist/mobile.css +80 -78
  4634. package/tabs/modern/components/tab/Component.js +1 -1
  4635. package/tabs/modern/components/tab/index.css +3 -3
  4636. package/tabs/modern/components/tabs/Component.collapsible.js +2 -2
  4637. package/tabs/modern/components/tabs/Component.desktop.js +3 -3
  4638. package/tabs/modern/components/tabs/Component.mobile.js +3 -3
  4639. package/tabs/modern/components/tabs/Component.responsive.js +3 -3
  4640. package/tabs/modern/components/title/Component.d.ts +1 -1
  4641. package/tabs/modern/components/title/Component.js +1 -1
  4642. package/tabs/modern/components/title/index.js +1 -1
  4643. package/tabs/modern/desktop/index.js +3 -3
  4644. package/tabs/modern/index.js +3 -3
  4645. package/tabs/modern/index.module-12dbd5ae.js +4 -0
  4646. package/tabs/modern/index.module-b19c9320.js +4 -0
  4647. package/tabs/modern/mobile/index.js +3 -3
  4648. package/tabs/modern/typings.d.ts +1 -1
  4649. package/tabs/moderncssm/collapsible/index.d.ts +2 -0
  4650. package/tabs/moderncssm/collapsible/index.js +22 -0
  4651. package/tabs/moderncssm/components/primary-tablist/Component.collapsible.d.ts +5 -0
  4652. package/tabs/moderncssm/components/primary-tablist/Component.collapsible.js +63 -0
  4653. package/tabs/moderncssm/components/primary-tablist/Component.d.ts +5 -0
  4654. package/tabs/moderncssm/components/primary-tablist/Component.desktop.d.ts +5 -0
  4655. package/tabs/moderncssm/components/primary-tablist/Component.desktop.js +25 -0
  4656. package/tabs/moderncssm/components/primary-tablist/Component.js +52 -0
  4657. package/tabs/moderncssm/components/primary-tablist/Component.mobile.d.ts +6 -0
  4658. package/tabs/moderncssm/components/primary-tablist/Component.mobile.js +30 -0
  4659. package/tabs/moderncssm/components/primary-tablist/Component.responsive.d.ts +5 -0
  4660. package/tabs/moderncssm/components/primary-tablist/Component.responsive.js +32 -0
  4661. package/tabs/moderncssm/components/primary-tablist/index.module.css +531 -0
  4662. package/tabs/moderncssm/components/primary-tablist/mobile.module.css +308 -0
  4663. package/tabs/moderncssm/components/primary-tablist/text-styles.module.css +1 -0
  4664. package/tabs/moderncssm/components/scroll-controls/Component.d.ts +13 -0
  4665. package/tabs/moderncssm/components/scroll-controls/Component.js +39 -0
  4666. package/tabs/moderncssm/components/scroll-controls/index.d.ts +1 -0
  4667. package/tabs/moderncssm/components/scroll-controls/index.js +9 -0
  4668. package/tabs/moderncssm/components/scroll-controls/index.module.css +81 -0
  4669. package/tabs/moderncssm/components/scroll-controls/utils.d.ts +7 -0
  4670. package/tabs/moderncssm/components/scroll-controls/utils.js +50 -0
  4671. package/tabs/moderncssm/components/scrollable-container/Component.d.ts +44 -0
  4672. package/tabs/moderncssm/components/scrollable-container/Component.js +69 -0
  4673. package/tabs/moderncssm/components/scrollable-container/index.d.ts +1 -0
  4674. package/tabs/moderncssm/components/scrollable-container/index.js +12 -0
  4675. package/tabs/moderncssm/components/scrollable-container/index.module.css +52 -0
  4676. package/tabs/moderncssm/components/secondary-tablist/Component.d.ts +5 -0
  4677. package/tabs/moderncssm/components/secondary-tablist/Component.desktop.d.ts +6 -0
  4678. package/tabs/moderncssm/components/secondary-tablist/Component.desktop.js +23 -0
  4679. package/tabs/moderncssm/components/secondary-tablist/Component.js +52 -0
  4680. package/tabs/moderncssm/components/secondary-tablist/Component.mobile.d.ts +6 -0
  4681. package/tabs/moderncssm/components/secondary-tablist/Component.mobile.js +28 -0
  4682. package/tabs/moderncssm/components/secondary-tablist/Component.responsive.d.ts +5 -0
  4683. package/tabs/moderncssm/components/secondary-tablist/Component.responsive.js +31 -0
  4684. package/tabs/moderncssm/components/secondary-tablist/index.module.css +75 -0
  4685. package/tabs/moderncssm/components/secondary-tablist/mobile.module.css +38 -0
  4686. package/tabs/moderncssm/components/tab/Component.d.ts +5 -0
  4687. package/tabs/moderncssm/components/tab/Component.js +9 -0
  4688. package/tabs/moderncssm/components/tab/index.d.ts +1 -0
  4689. package/tabs/moderncssm/components/tab/index.js +4 -0
  4690. package/tabs/moderncssm/components/tab/index.module.css +7 -0
  4691. package/tabs/moderncssm/components/tabs/Component.collapsible.d.ts +6 -0
  4692. package/tabs/moderncssm/components/tabs/Component.collapsible.js +23 -0
  4693. package/tabs/moderncssm/components/tabs/Component.d.ts +5 -0
  4694. package/tabs/moderncssm/components/tabs/Component.desktop.d.ts +6 -0
  4695. package/tabs/moderncssm/components/tabs/Component.desktop.js +35 -0
  4696. package/tabs/moderncssm/components/tabs/Component.js +21 -0
  4697. package/tabs/moderncssm/components/tabs/Component.mobile.d.ts +6 -0
  4698. package/tabs/moderncssm/components/tabs/Component.mobile.js +37 -0
  4699. package/tabs/moderncssm/components/tabs/Component.responsive.d.ts +6 -0
  4700. package/tabs/moderncssm/components/tabs/Component.responsive.js +43 -0
  4701. package/tabs/moderncssm/components/title/Component.d.ts +11 -0
  4702. package/tabs/moderncssm/components/title/Component.js +22 -0
  4703. package/tabs/moderncssm/components/title/index.d.ts +1 -0
  4704. package/tabs/moderncssm/components/title/index.js +4 -0
  4705. package/tabs/moderncssm/desktop/index.d.ts +4 -0
  4706. package/tabs/moderncssm/desktop/index.js +30 -0
  4707. package/tabs/moderncssm/hooks/use-collapsible-elements.d.ts +8 -0
  4708. package/tabs/moderncssm/hooks/use-collapsible-elements.js +56 -0
  4709. package/tabs/moderncssm/hooks/use-tablist-titles.d.ts +32 -0
  4710. package/tabs/moderncssm/hooks/use-tablist-titles.js +67 -0
  4711. package/tabs/moderncssm/hooks/use-tabs.d.ts +19 -0
  4712. package/tabs/moderncssm/hooks/use-tabs.js +103 -0
  4713. package/tabs/moderncssm/index.d.ts +4 -0
  4714. package/tabs/moderncssm/index.js +38 -0
  4715. package/tabs/moderncssm/mobile/index.d.ts +4 -0
  4716. package/tabs/moderncssm/mobile/index.js +32 -0
  4717. package/tabs/moderncssm/shared/index.d.ts +4 -0
  4718. package/tabs/moderncssm/shared/index.js +18 -0
  4719. package/tabs/moderncssm/synthetic-events.d.ts +6 -0
  4720. package/tabs/moderncssm/synthetic-events.js +61 -0
  4721. package/tabs/moderncssm/typings.d.ts +185 -0
  4722. package/tabs/moderncssm/typings.js +1 -0
  4723. package/tabs/moderncssm/vars.css +28 -0
  4724. package/tabs/typings.d.ts +1 -1
  4725. package/tag/components/base-tag/Component.js +3 -3
  4726. package/tag/components/base-tag/default.css +11 -11
  4727. package/tag/components/base-tag/index.css +62 -56
  4728. package/tag/components/base-tag/inverted.css +11 -11
  4729. package/tag/cssm/components/base-tag/index.module.css +24 -18
  4730. package/tag/desktop/Component.desktop.js +3 -3
  4731. package/tag/desktop/default.desktop.css +5 -5
  4732. package/tag/desktop/desktop.css +7 -7
  4733. package/tag/desktop/inverted.desktop.css +5 -5
  4734. package/tag/esm/components/base-tag/Component.js +3 -3
  4735. package/tag/esm/components/base-tag/default.css +11 -11
  4736. package/tag/esm/components/base-tag/index.css +62 -56
  4737. package/tag/esm/components/base-tag/inverted.css +11 -11
  4738. package/tag/esm/desktop/Component.desktop.js +3 -3
  4739. package/tag/esm/desktop/default.desktop.css +5 -5
  4740. package/tag/esm/desktop/desktop.css +7 -7
  4741. package/tag/esm/desktop/inverted.desktop.css +5 -5
  4742. package/tag/esm/mobile/Component.mobile.js +3 -3
  4743. package/tag/esm/mobile/default.mobile.css +5 -5
  4744. package/tag/esm/mobile/inverted.mobile.css +5 -5
  4745. package/tag/esm/mobile/mobile.css +7 -7
  4746. package/tag/mobile/Component.mobile.js +3 -3
  4747. package/tag/mobile/default.mobile.css +5 -5
  4748. package/tag/mobile/inverted.mobile.css +5 -5
  4749. package/tag/mobile/mobile.css +7 -7
  4750. package/tag/modern/components/base-tag/Component.js +3 -3
  4751. package/tag/modern/components/base-tag/default.css +11 -11
  4752. package/tag/modern/components/base-tag/index.css +62 -56
  4753. package/tag/modern/components/base-tag/inverted.css +11 -11
  4754. package/tag/modern/desktop/Component.desktop.js +3 -3
  4755. package/tag/modern/desktop/default.desktop.css +5 -5
  4756. package/tag/modern/desktop/desktop.css +7 -7
  4757. package/tag/modern/desktop/inverted.desktop.css +5 -5
  4758. package/tag/modern/mobile/Component.mobile.js +3 -3
  4759. package/tag/modern/mobile/default.mobile.css +5 -5
  4760. package/tag/modern/mobile/inverted.mobile.css +5 -5
  4761. package/tag/modern/mobile/mobile.css +7 -7
  4762. package/tag/moderncssm/Component.responsive.d.ts +26 -0
  4763. package/tag/moderncssm/Component.responsive.js +27 -0
  4764. package/tag/moderncssm/components/base-tag/Component.d.ts +163 -0
  4765. package/tag/moderncssm/components/base-tag/Component.js +58 -0
  4766. package/tag/moderncssm/components/base-tag/default.module.css +105 -0
  4767. package/tag/moderncssm/components/base-tag/index.d.ts +1 -0
  4768. package/tag/moderncssm/components/base-tag/index.js +8 -0
  4769. package/tag/moderncssm/components/base-tag/index.module.css +223 -0
  4770. package/tag/moderncssm/components/base-tag/inverted.module.css +115 -0
  4771. package/tag/moderncssm/desktop/Component.desktop.d.ts +6 -0
  4772. package/tag/moderncssm/desktop/Component.desktop.js +19 -0
  4773. package/tag/moderncssm/desktop/default.desktop.module.css +53 -0
  4774. package/tag/moderncssm/desktop/desktop.module.css +51 -0
  4775. package/tag/moderncssm/desktop/index.d.ts +2 -0
  4776. package/tag/moderncssm/desktop/index.js +12 -0
  4777. package/tag/moderncssm/desktop/inverted.desktop.module.css +57 -0
  4778. package/tag/moderncssm/index.d.ts +3 -0
  4779. package/tag/moderncssm/index.js +18 -0
  4780. package/tag/moderncssm/mobile/Component.mobile.d.ts +6 -0
  4781. package/tag/moderncssm/mobile/Component.mobile.js +19 -0
  4782. package/tag/moderncssm/mobile/default.mobile.module.css +51 -0
  4783. package/tag/moderncssm/mobile/index.d.ts +2 -0
  4784. package/tag/moderncssm/mobile/index.js +12 -0
  4785. package/tag/moderncssm/mobile/inverted.mobile.module.css +59 -0
  4786. package/tag/moderncssm/mobile/mobile.module.css +51 -0
  4787. package/tag/moderncssm/vars.css +29 -0
  4788. package/text/Component.js +2 -2
  4789. package/text/esm/Component.js +2 -2
  4790. package/text/esm/index.css +8 -8
  4791. package/text/esm/mixin.css +75 -75
  4792. package/text/index.css +8 -8
  4793. package/text/mixin.css +75 -75
  4794. package/text/modern/Component.js +2 -2
  4795. package/text/modern/index.css +8 -8
  4796. package/text/modern/mixin.css +75 -75
  4797. package/text/moderncssm/Component.d.ts +47 -0
  4798. package/text/moderncssm/Component.js +14 -0
  4799. package/text/moderncssm/index.d.ts +1 -0
  4800. package/text/moderncssm/index.js +5 -0
  4801. package/text/moderncssm/index.module.css +48 -0
  4802. package/text/moderncssm/mixin.module.css +507 -0
  4803. package/textarea/Component.js +3 -3
  4804. package/textarea/PseudoTextArea-7efa6d75.js +22 -0
  4805. package/textarea/components/PseudoTextArea.js +1 -1
  4806. package/textarea/components/index.d.ts +1 -1
  4807. package/textarea/components/index.js +1 -1
  4808. package/textarea/default.css +18 -18
  4809. package/textarea/esm/Component.js +3 -3
  4810. package/textarea/esm/PseudoTextArea-8b9db0ef.js +16 -0
  4811. package/textarea/esm/components/PseudoTextArea.js +1 -1
  4812. package/textarea/esm/components/index.d.ts +1 -1
  4813. package/textarea/esm/components/index.js +1 -1
  4814. package/textarea/esm/default.css +18 -18
  4815. package/textarea/esm/index.css +47 -47
  4816. package/textarea/esm/index.js +1 -1
  4817. package/textarea/esm/inverted.css +18 -18
  4818. package/textarea/index.css +47 -47
  4819. package/textarea/inverted.css +18 -18
  4820. package/textarea/modern/Component.js +3 -3
  4821. package/textarea/modern/PseudoTextArea-5e89ca23.js +13 -0
  4822. package/textarea/modern/components/PseudoTextArea.js +1 -1
  4823. package/textarea/modern/components/index.d.ts +1 -1
  4824. package/textarea/modern/components/index.js +1 -1
  4825. package/textarea/modern/default.css +18 -18
  4826. package/textarea/modern/index.css +47 -47
  4827. package/textarea/modern/index.js +1 -1
  4828. package/textarea/modern/inverted.css +18 -18
  4829. package/textarea/moderncssm/Component.d.ts +5 -0
  4830. package/textarea/moderncssm/Component.js +127 -0
  4831. package/textarea/moderncssm/components/PseudoTextArea.d.ts +18 -0
  4832. package/textarea/moderncssm/components/PseudoTextArea.js +11 -0
  4833. package/textarea/moderncssm/components/index.d.ts +1 -0
  4834. package/textarea/moderncssm/components/index.js +5 -0
  4835. package/textarea/moderncssm/consts.d.ts +11 -0
  4836. package/textarea/moderncssm/consts.js +12 -0
  4837. package/textarea/moderncssm/default.module.css +115 -0
  4838. package/textarea/moderncssm/index.d.ts +2 -0
  4839. package/textarea/moderncssm/index.js +13 -0
  4840. package/textarea/moderncssm/index.module.css +286 -0
  4841. package/textarea/moderncssm/inverted.module.css +115 -0
  4842. package/textarea/moderncssm/shared/index.d.ts +1 -0
  4843. package/textarea/moderncssm/shared/index.js +2 -0
  4844. package/textarea/moderncssm/typings.d.ts +133 -0
  4845. package/textarea/moderncssm/typings.js +1 -0
  4846. package/textarea/moderncssm/utils.d.ts +10 -0
  4847. package/textarea/moderncssm/utils.js +15 -0
  4848. package/themes/checkbox-group/intranet.css +2 -2
  4849. package/themes/checkbox-group/mobile.css +2 -2
  4850. package/themes/click.css +57 -44
  4851. package/themes/compiled/mobile-dark-bluetint.css +180 -178
  4852. package/themes/corp.css +41 -28
  4853. package/themes/intranet.css +45 -32
  4854. package/themes/list/click.css +1 -1
  4855. package/themes/mixins/checkbox-group/intranet.css +2 -2
  4856. package/themes/mixins/checkbox-group/mobile.css +2 -2
  4857. package/themes/mixins/list/click.css +1 -1
  4858. package/themes/mixins/modal/click.css +9 -9
  4859. package/themes/mixins/radio-group/intranet.css +2 -2
  4860. package/themes/mixins/radio-group/mobile.css +2 -2
  4861. package/themes/mixins/select/click.css +1 -1
  4862. package/themes/mixins/tabs/click.css +4 -4
  4863. package/themes/mixins/tabs/site.css +2 -2
  4864. package/themes/mixins/toast-plate/click.css +1 -1
  4865. package/themes/mobile.css +45 -32
  4866. package/themes/modal/click.css +9 -9
  4867. package/themes/radio-group/intranet.css +2 -2
  4868. package/themes/radio-group/mobile.css +2 -2
  4869. package/themes/select/click.css +1 -1
  4870. package/themes/site.css +43 -30
  4871. package/themes/tabs/click.css +4 -4
  4872. package/themes/tabs/site.css +2 -2
  4873. package/themes/toast-plate/click.css +1 -1
  4874. package/time-input/moderncssm/Component.d.ts +45 -0
  4875. package/time-input/moderncssm/Component.js +47 -0
  4876. package/time-input/moderncssm/index.d.ts +2 -0
  4877. package/time-input/moderncssm/index.js +4 -0
  4878. package/time-input/moderncssm/utils/format.d.ts +6 -0
  4879. package/time-input/moderncssm/utils/format.js +23 -0
  4880. package/time-input/moderncssm/utils/index.d.ts +1 -0
  4881. package/time-input/moderncssm/utils/index.js +1 -0
  4882. package/toast/components/base-toast/component.js +1 -1
  4883. package/toast/components/base-toast/index.css +12 -11
  4884. package/toast/cssm/components/base-toast/index.module.css +2 -1
  4885. package/toast/esm/components/base-toast/component.js +1 -1
  4886. package/toast/esm/components/base-toast/index.css +12 -11
  4887. package/toast/modern/components/base-toast/component.js +1 -1
  4888. package/toast/modern/components/base-toast/index.css +12 -11
  4889. package/toast/moderncssm/Component.responsive.d.ts +21 -0
  4890. package/toast/moderncssm/Component.responsive.js +26 -0
  4891. package/toast/moderncssm/components/base-toast/component.d.ts +92 -0
  4892. package/toast/moderncssm/components/base-toast/component.js +79 -0
  4893. package/toast/moderncssm/components/base-toast/index.d.ts +1 -0
  4894. package/toast/moderncssm/components/base-toast/index.js +11 -0
  4895. package/toast/moderncssm/components/base-toast/index.module.css +48 -0
  4896. package/toast/moderncssm/desktop/Component.desktop.d.ts +6 -0
  4897. package/toast/moderncssm/desktop/Component.desktop.js +17 -0
  4898. package/toast/moderncssm/desktop/index.d.ts +2 -0
  4899. package/toast/moderncssm/desktop/index.js +13 -0
  4900. package/toast/moderncssm/index.d.ts +2 -0
  4901. package/toast/moderncssm/index.js +17 -0
  4902. package/toast/moderncssm/mobile/Component.mobile.d.ts +6 -0
  4903. package/toast/moderncssm/mobile/Component.mobile.js +17 -0
  4904. package/toast/moderncssm/mobile/index.d.ts +2 -0
  4905. package/toast/moderncssm/mobile/index.js +13 -0
  4906. package/toast-plate/components/base-toast-plate/component.js +5 -5
  4907. package/toast-plate/components/base-toast-plate/default.css +3 -3
  4908. package/toast-plate/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  4909. package/toast-plate/components/base-toast-plate/index.css +36 -31
  4910. package/toast-plate/components/base-toast-plate/inverted.css +3 -3
  4911. package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  4912. package/toast-plate/cssm/components/base-toast-plate/index.module.css +17 -12
  4913. package/toast-plate/cssm/desktop/desktop.module.css +3 -2
  4914. package/toast-plate/desktop/Component.desktop.js +1 -1
  4915. package/toast-plate/desktop/desktop.css +8 -7
  4916. package/toast-plate/esm/Component.responsive.js +2 -2
  4917. package/toast-plate/esm/components/base-toast-plate/component.js +5 -5
  4918. package/toast-plate/esm/components/base-toast-plate/default.css +3 -3
  4919. package/toast-plate/esm/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  4920. package/toast-plate/esm/components/base-toast-plate/index.css +36 -31
  4921. package/toast-plate/esm/components/base-toast-plate/index.js +2 -2
  4922. package/toast-plate/esm/components/base-toast-plate/inverted.css +3 -3
  4923. package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  4924. package/toast-plate/esm/desktop/Component.desktop.js +3 -3
  4925. package/toast-plate/esm/desktop/desktop.css +8 -7
  4926. package/toast-plate/esm/desktop/index.js +2 -2
  4927. package/toast-plate/esm/index-2f466837.d.ts +2 -2
  4928. package/toast-plate/esm/index.js +2 -2
  4929. package/toast-plate/esm/mobile/Component.mobile.js +3 -3
  4930. package/toast-plate/esm/mobile/index.js +2 -2
  4931. package/toast-plate/esm/mobile/mobile.css +5 -5
  4932. package/toast-plate/index-2f466837.d.ts +2 -2
  4933. package/toast-plate/mobile/Component.mobile.js +1 -1
  4934. package/toast-plate/mobile/mobile.css +5 -5
  4935. package/toast-plate/modern/Component.responsive.js +2 -2
  4936. package/toast-plate/modern/PortalContext-a0b5fbc1.d.ts +4 -0
  4937. package/toast-plate/modern/components/base-toast-plate/component.js +5 -5
  4938. package/toast-plate/modern/components/base-toast-plate/default.css +3 -3
  4939. package/toast-plate/modern/components/base-toast-plate/hooks/useDeprecatedBadge.js +1 -1
  4940. package/toast-plate/modern/components/base-toast-plate/index.css +36 -31
  4941. package/toast-plate/modern/components/base-toast-plate/index.js +2 -2
  4942. package/toast-plate/modern/components/base-toast-plate/inverted.css +3 -3
  4943. package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +2 -2
  4944. package/toast-plate/modern/desktop/Component.desktop.js +3 -3
  4945. package/toast-plate/modern/desktop/desktop.css +8 -7
  4946. package/toast-plate/modern/desktop/index.js +2 -2
  4947. package/toast-plate/modern/getDataTestId-04bc238e.d.ts +3 -0
  4948. package/toast-plate/modern/index-2f466837.d.ts +2 -2
  4949. package/toast-plate/modern/index.js +2 -2
  4950. package/toast-plate/modern/mobile/Component.mobile.js +3 -3
  4951. package/toast-plate/modern/mobile/index.js +2 -2
  4952. package/toast-plate/modern/mobile/mobile.css +5 -5
  4953. package/toast-plate/moderncssm/Component.responsive.d.ts +26 -0
  4954. package/toast-plate/moderncssm/Component.responsive.js +30 -0
  4955. package/toast-plate/moderncssm/PortalContext-b13ca6e3.d.ts +4 -0
  4956. package/toast-plate/moderncssm/PortalContext-b13ca6e3.js +3 -0
  4957. package/toast-plate/moderncssm/browser-a216f694.d.ts +6 -0
  4958. package/toast-plate/moderncssm/components/base-toast-plate/component.d.ts +166 -0
  4959. package/toast-plate/moderncssm/components/base-toast-plate/component.js +55 -0
  4960. package/toast-plate/moderncssm/components/base-toast-plate/default.module.css +15 -0
  4961. package/toast-plate/moderncssm/components/base-toast-plate/hooks/useCustomIcons.d.ts +6 -0
  4962. package/toast-plate/moderncssm/components/base-toast-plate/hooks/useCustomIcons.js +11 -0
  4963. package/toast-plate/moderncssm/components/base-toast-plate/hooks/useDeprecatedBadge.d.ts +7 -0
  4964. package/toast-plate/moderncssm/components/base-toast-plate/hooks/useDeprecatedBadge.js +25 -0
  4965. package/toast-plate/moderncssm/components/base-toast-plate/index.d.ts +1 -0
  4966. package/toast-plate/moderncssm/components/base-toast-plate/index.js +15 -0
  4967. package/toast-plate/moderncssm/components/base-toast-plate/index.module.css +95 -0
  4968. package/toast-plate/moderncssm/components/base-toast-plate/inverted.module.css +15 -0
  4969. package/toast-plate/moderncssm/components/base-toast-plate/types/unsafeBadgeProps.d.ts +6 -0
  4970. package/toast-plate/moderncssm/components/base-toast-plate/types/unsafeBadgeProps.js +1 -0
  4971. package/toast-plate/moderncssm/components/base-toast-plate/utils/getBaseToastPlateTestIds.d.ts +5 -0
  4972. package/toast-plate/moderncssm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +13 -0
  4973. package/toast-plate/moderncssm/components/base-toast-plate/utils/isUnsafeBadge.d.ts +5 -0
  4974. package/toast-plate/moderncssm/components/base-toast-plate/utils/isUnsafeBadge.js +4 -0
  4975. package/toast-plate/moderncssm/desktop/Component.desktop.d.ts +6 -0
  4976. package/toast-plate/moderncssm/desktop/Component.desktop.js +20 -0
  4977. package/toast-plate/moderncssm/desktop/desktop.module.css +36 -0
  4978. package/toast-plate/moderncssm/desktop/index.d.ts +2 -0
  4979. package/toast-plate/moderncssm/desktop/index.js +17 -0
  4980. package/toast-plate/moderncssm/getDataTestId-7a83d8d3.d.ts +3 -0
  4981. package/toast-plate/moderncssm/getDataTestId-7a83d8d3.js +6 -0
  4982. package/toast-plate/moderncssm/index-2f466837.d.ts +77 -0
  4983. package/toast-plate/moderncssm/index.d.ts +2 -0
  4984. package/toast-plate/moderncssm/index.js +21 -0
  4985. package/toast-plate/moderncssm/mobile/Component.mobile.d.ts +6 -0
  4986. package/toast-plate/moderncssm/mobile/Component.mobile.js +20 -0
  4987. package/toast-plate/moderncssm/mobile/index.d.ts +2 -0
  4988. package/toast-plate/moderncssm/mobile/index.js +17 -0
  4989. package/toast-plate/moderncssm/mobile/mobile.module.css +22 -0
  4990. package/toast-plate/moderncssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  4991. package/toast-plate/moderncssm/vars.css +7 -0
  4992. package/tooltip/cssm/index.module.css +4 -2
  4993. package/tooltip/default.css +5 -5
  4994. package/tooltip/desktop/Component.desktop.js +3 -3
  4995. package/tooltip/esm/default.css +5 -5
  4996. package/tooltip/esm/desktop/Component.desktop.js +3 -3
  4997. package/tooltip/esm/index.css +12 -10
  4998. package/tooltip/esm/inverted.css +5 -5
  4999. package/tooltip/esm/mobile/Component.mobile.js +1 -1
  5000. package/tooltip/esm/mobile/mobile.css +4 -4
  5001. package/tooltip/index.css +12 -10
  5002. package/tooltip/inverted.css +5 -5
  5003. package/tooltip/mobile/Component.mobile.js +1 -1
  5004. package/tooltip/mobile/mobile.css +4 -4
  5005. package/tooltip/modern/default.css +5 -5
  5006. package/tooltip/modern/desktop/Component.desktop.js +3 -3
  5007. package/tooltip/modern/index.css +12 -10
  5008. package/tooltip/modern/inverted.css +5 -5
  5009. package/tooltip/modern/mobile/Component.mobile.js +1 -1
  5010. package/tooltip/modern/mobile/mobile.css +4 -4
  5011. package/tooltip/moderncssm/Component.responsive.d.ts +4 -0
  5012. package/tooltip/moderncssm/Component.responsive.js +20 -0
  5013. package/tooltip/moderncssm/default.module.css +30 -0
  5014. package/tooltip/moderncssm/desktop/Component.desktop.d.ts +4 -0
  5015. package/tooltip/moderncssm/desktop/Component.desktop.js +146 -0
  5016. package/tooltip/moderncssm/desktop/index.d.ts +2 -0
  5017. package/tooltip/moderncssm/desktop/index.js +8 -0
  5018. package/tooltip/moderncssm/index.d.ts +2 -0
  5019. package/tooltip/moderncssm/index.js +14 -0
  5020. package/tooltip/moderncssm/index.module.css +47 -0
  5021. package/tooltip/moderncssm/inverted.module.css +30 -0
  5022. package/tooltip/moderncssm/mobile/Component.mobile.d.ts +5 -0
  5023. package/tooltip/moderncssm/mobile/Component.mobile.js +33 -0
  5024. package/tooltip/moderncssm/mobile/index.d.ts +2 -0
  5025. package/tooltip/moderncssm/mobile/index.js +6 -0
  5026. package/tooltip/moderncssm/mobile/mobile.module.css +15 -0
  5027. package/tooltip/moderncssm/types.d.ts +159 -0
  5028. package/tooltip/moderncssm/types.js +1 -0
  5029. package/typography/colors.css +20 -20
  5030. package/typography/colors.module-fb588fee.js +4 -0
  5031. package/typography/common.module-dc147fa2.js +4 -0
  5032. package/typography/component.d.ts +2 -1
  5033. package/typography/cssm/component.d.ts +2 -1
  5034. package/typography/cssm/text/index.module.css +2 -1
  5035. package/typography/cssm/title/index.module.css +9 -5
  5036. package/typography/cssm/title-mobile/component.d.ts +1 -3
  5037. package/typography/cssm/title-mobile/index.d.ts +2 -1
  5038. package/typography/cssm/title-mobile/index.module.css +17 -1
  5039. package/typography/cssm/title-responsive/component.d.ts +15 -1
  5040. package/typography/cssm/title-responsive/component.js +8 -9
  5041. package/typography/esm/colors.css +20 -20
  5042. package/typography/esm/colors.module-37f1f83a.js +4 -0
  5043. package/typography/esm/common.module-40719b5c.js +4 -0
  5044. package/typography/esm/component.d.ts +2 -1
  5045. package/typography/esm/component.js +2 -2
  5046. package/typography/esm/hooks/use-skeleton.css +5 -5
  5047. package/typography/esm/hooks/use-skeleton.js +1 -1
  5048. package/typography/esm/index.js +2 -2
  5049. package/typography/esm/text/component.js +2 -2
  5050. package/typography/esm/text/index.css +23 -22
  5051. package/typography/esm/text/index.js +1 -1
  5052. package/typography/esm/title/common.css +9 -9
  5053. package/typography/esm/title/component.js +1 -1
  5054. package/typography/esm/title/index.css +25 -21
  5055. package/typography/esm/title/index.js +3 -3
  5056. package/typography/esm/title-mobile/component.d.ts +1 -3
  5057. package/typography/esm/title-mobile/component.js +3 -3
  5058. package/typography/esm/title-mobile/index.css +28 -12
  5059. package/typography/esm/title-mobile/index.d.ts +2 -1
  5060. package/typography/esm/title-mobile/index.js +2 -2
  5061. package/typography/esm/title-responsive/component.d.ts +15 -1
  5062. package/typography/esm/title-responsive/component.js +12 -11
  5063. package/typography/esm/title-responsive/index.js +4 -2
  5064. package/typography/hooks/use-skeleton.css +5 -5
  5065. package/typography/hooks/use-skeleton.js +1 -1
  5066. package/typography/modern/colors.css +20 -20
  5067. package/typography/modern/colors.module-f6e83110.js +4 -0
  5068. package/typography/modern/common.module-62d724bf.js +4 -0
  5069. package/typography/modern/component.d.ts +2 -1
  5070. package/typography/modern/component.js +2 -2
  5071. package/typography/modern/hooks/use-skeleton.css +5 -5
  5072. package/typography/modern/hooks/use-skeleton.js +1 -1
  5073. package/typography/modern/index.js +2 -2
  5074. package/typography/modern/text/component.js +2 -2
  5075. package/typography/modern/text/index.css +23 -22
  5076. package/typography/modern/text/index.js +1 -1
  5077. package/typography/modern/title/common.css +9 -9
  5078. package/typography/modern/title/component.js +1 -1
  5079. package/typography/modern/title/index.css +25 -21
  5080. package/typography/modern/title/index.js +3 -3
  5081. package/typography/modern/title-mobile/component.d.ts +1 -3
  5082. package/typography/modern/title-mobile/component.js +3 -3
  5083. package/typography/modern/title-mobile/index.css +28 -12
  5084. package/typography/modern/title-mobile/index.d.ts +2 -1
  5085. package/typography/modern/title-mobile/index.js +2 -2
  5086. package/typography/modern/title-responsive/component.d.ts +15 -1
  5087. package/typography/modern/title-responsive/component.js +10 -10
  5088. package/typography/modern/title-responsive/index.js +4 -2
  5089. package/typography/moderncssm/colors.d.ts +3 -0
  5090. package/typography/moderncssm/colors.js +23 -0
  5091. package/typography/moderncssm/colors.module.css +79 -0
  5092. package/typography/moderncssm/component.d.ts +13 -0
  5093. package/typography/moderncssm/component.js +28 -0
  5094. package/typography/moderncssm/hooks/index.d.ts +1 -0
  5095. package/typography/moderncssm/hooks/index.js +6 -0
  5096. package/typography/moderncssm/hooks/use-skeleton.d.ts +12 -0
  5097. package/typography/moderncssm/hooks/use-skeleton.js +50 -0
  5098. package/typography/moderncssm/hooks/use-skeleton.module.css +17 -0
  5099. package/typography/moderncssm/index.d.ts +5 -0
  5100. package/typography/moderncssm/index.js +21 -0
  5101. package/typography/moderncssm/margins.module.css +1 -0
  5102. package/typography/moderncssm/presets.d.ts +18 -0
  5103. package/typography/moderncssm/presets.js +19 -0
  5104. package/typography/moderncssm/text/component.d.ts +63 -0
  5105. package/typography/moderncssm/text/component.js +46 -0
  5106. package/typography/moderncssm/text/index.d.ts +1 -0
  5107. package/typography/moderncssm/text/index.js +10 -0
  5108. package/typography/moderncssm/text/index.module.css +124 -0
  5109. package/typography/moderncssm/title/common.module.css +42 -0
  5110. package/typography/moderncssm/title/component.d.ts +122 -0
  5111. package/typography/moderncssm/title/component.js +23 -0
  5112. package/typography/moderncssm/title/index.d.ts +20 -0
  5113. package/typography/moderncssm/title/index.js +16 -0
  5114. package/typography/moderncssm/title/index.module.css +76 -0
  5115. package/typography/moderncssm/title/utils.d.ts +2 -0
  5116. package/typography/moderncssm/title/utils.js +11 -0
  5117. package/typography/moderncssm/title-mobile/component.d.ts +18 -0
  5118. package/typography/moderncssm/title-mobile/component.js +16 -0
  5119. package/typography/moderncssm/title-mobile/index.d.ts +2 -0
  5120. package/typography/moderncssm/title-mobile/index.js +13 -0
  5121. package/typography/moderncssm/title-mobile/index.module.css +76 -0
  5122. package/typography/moderncssm/title-responsive/component.d.ts +32 -0
  5123. package/typography/moderncssm/title-responsive/component.js +25 -0
  5124. package/typography/moderncssm/title-responsive/index.d.ts +1 -0
  5125. package/typography/moderncssm/title-responsive/index.js +17 -0
  5126. package/typography/moderncssm/types.d.ts +21 -0
  5127. package/typography/moderncssm/types.js +1 -0
  5128. package/typography/text/component.js +2 -2
  5129. package/typography/text/index.css +23 -22
  5130. package/typography/title/common.css +9 -9
  5131. package/typography/title/component.js +1 -1
  5132. package/typography/title/index.css +25 -21
  5133. package/typography/title/index.js +2 -2
  5134. package/typography/title-mobile/component.d.ts +1 -3
  5135. package/typography/title-mobile/component.js +2 -2
  5136. package/typography/title-mobile/index.css +28 -12
  5137. package/typography/title-mobile/index.d.ts +2 -1
  5138. package/typography/title-responsive/component.d.ts +15 -1
  5139. package/typography/title-responsive/component.js +8 -9
  5140. package/underlay/Component.js +1 -1
  5141. package/underlay/esm/Component.js +1 -1
  5142. package/underlay/esm/index.css +161 -161
  5143. package/underlay/esm/index.js +1 -1
  5144. package/underlay/esm/index.module-9bdea53f.js +4 -0
  5145. package/underlay/esm/utils/getBorderCorners.js +1 -1
  5146. package/underlay/esm/utils/getClasses.js +1 -1
  5147. package/underlay/index.css +161 -161
  5148. package/underlay/index.module-93531166.js +4 -0
  5149. package/underlay/modern/Component.js +1 -1
  5150. package/underlay/modern/index.css +161 -161
  5151. package/underlay/modern/index.js +1 -1
  5152. package/underlay/modern/index.module-a8b46f0d.js +4 -0
  5153. package/underlay/modern/utils/getBorderCorners.js +1 -1
  5154. package/underlay/modern/utils/getClasses.js +1 -1
  5155. package/underlay/moderncssm/Component.d.ts +25 -0
  5156. package/underlay/moderncssm/Component.js +38 -0
  5157. package/underlay/moderncssm/constants.d.ts +4 -0
  5158. package/underlay/moderncssm/constants.js +70 -0
  5159. package/underlay/moderncssm/index-064acd29.d.ts +13 -0
  5160. package/underlay/moderncssm/index.d.ts +2 -0
  5161. package/underlay/moderncssm/index.js +7 -0
  5162. package/underlay/moderncssm/index.module.css +686 -0
  5163. package/underlay/moderncssm/types.d.ts +116 -0
  5164. package/underlay/moderncssm/types.js +1 -0
  5165. package/underlay/moderncssm/utils/getBorderCorners.d.ts +5 -0
  5166. package/underlay/moderncssm/utils/getBorderCorners.js +20 -0
  5167. package/underlay/moderncssm/utils/getClasses.d.ts +7 -0
  5168. package/underlay/moderncssm/utils/getClasses.js +12 -0
  5169. package/underlay/utils/getBorderCorners.js +1 -1
  5170. package/underlay/utils/getClasses.js +1 -1
  5171. package/universal-date-input/colors-facf1d2a.d.ts +3 -0
  5172. package/universal-date-input/component-03d088c4.d.ts +32 -0
  5173. package/universal-date-input/component-eb15729d.d.ts +123 -0
  5174. package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
  5175. package/universal-date-input/components/date-input/Component.js +1 -1
  5176. package/universal-date-input/components/date-range-input/Component.js +1 -1
  5177. package/universal-date-input/cssm/colors-facf1d2a.d.ts +3 -0
  5178. package/universal-date-input/cssm/component-03d088c4.d.ts +32 -0
  5179. package/universal-date-input/cssm/component-eb15729d.d.ts +123 -0
  5180. package/universal-date-input/cssm/index-03d088c4.d.ts +20 -0
  5181. package/universal-date-input/cssm/index-281accb7.d.ts +19 -0
  5182. package/universal-date-input/cssm/index-5712fce2.d.ts +9 -8
  5183. package/universal-date-input/cssm/index-d691530f.d.ts +1 -0
  5184. package/universal-date-input/cssm/index-ee245301.d.ts +8 -98
  5185. package/universal-date-input/esm/Component.responsive.js +1 -1
  5186. package/universal-date-input/esm/colors-facf1d2a.d.ts +3 -0
  5187. package/universal-date-input/esm/component-03d088c4.d.ts +32 -0
  5188. package/universal-date-input/esm/component-eb15729d.d.ts +123 -0
  5189. package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
  5190. package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
  5191. package/universal-date-input/esm/components/date-input/Component.js +1 -1
  5192. package/universal-date-input/esm/components/date-input/index.js +1 -1
  5193. package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
  5194. package/universal-date-input/esm/components/date-range-input/index.js +1 -1
  5195. package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
  5196. package/universal-date-input/esm/desktop/index.js +1 -1
  5197. package/universal-date-input/esm/index-03d088c4.d.ts +20 -0
  5198. package/universal-date-input/esm/index-281accb7.d.ts +19 -0
  5199. package/universal-date-input/esm/index-5712fce2.d.ts +9 -8
  5200. package/universal-date-input/esm/index-d691530f.d.ts +1 -0
  5201. package/universal-date-input/esm/index-ee245301.d.ts +8 -98
  5202. package/universal-date-input/esm/index.css +7 -7
  5203. package/universal-date-input/esm/index.js +1 -1
  5204. package/universal-date-input/esm/index.module-bde13fe3.js +4 -0
  5205. package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
  5206. package/universal-date-input/esm/mobile/index.js +1 -1
  5207. package/universal-date-input/index-03d088c4.d.ts +20 -0
  5208. package/universal-date-input/index-281accb7.d.ts +19 -0
  5209. package/universal-date-input/index-5712fce2.d.ts +9 -8
  5210. package/universal-date-input/index-d691530f.d.ts +1 -0
  5211. package/universal-date-input/index-ee245301.d.ts +8 -98
  5212. package/universal-date-input/index.css +7 -7
  5213. package/universal-date-input/index.module-19303662.js +4 -0
  5214. package/universal-date-input/modern/Component.responsive.js +1 -1
  5215. package/universal-date-input/modern/colors-facf1d2a.d.ts +3 -0
  5216. package/universal-date-input/modern/component-03d088c4.d.ts +32 -0
  5217. package/universal-date-input/modern/component-eb15729d.d.ts +123 -0
  5218. package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
  5219. package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
  5220. package/universal-date-input/modern/components/date-input/Component.js +1 -1
  5221. package/universal-date-input/modern/components/date-input/index.js +1 -1
  5222. package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
  5223. package/universal-date-input/modern/components/date-range-input/index.js +1 -1
  5224. package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
  5225. package/universal-date-input/modern/desktop/index.js +1 -1
  5226. package/universal-date-input/modern/index-03d088c4.d.ts +20 -0
  5227. package/universal-date-input/modern/index-281accb7.d.ts +19 -0
  5228. package/universal-date-input/modern/index-5712fce2.d.ts +9 -8
  5229. package/universal-date-input/modern/index-d691530f.d.ts +1 -0
  5230. package/universal-date-input/modern/index-ee245301.d.ts +8 -98
  5231. package/universal-date-input/modern/index.css +7 -7
  5232. package/universal-date-input/modern/index.js +1 -1
  5233. package/universal-date-input/modern/index.module-e88ee947.js +4 -0
  5234. package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
  5235. package/universal-date-input/modern/mobile/index.js +1 -1
  5236. package/universal-date-input/moderncssm/Component-5684a67d.d.ts +23 -0
  5237. package/universal-date-input/moderncssm/Component-68850940.d.ts +81 -0
  5238. package/universal-date-input/moderncssm/Component-8566963f.d.ts +24 -0
  5239. package/universal-date-input/moderncssm/Component-ed61931d.d.ts +47 -0
  5240. package/universal-date-input/moderncssm/Component-ee245301.d.ts +26 -0
  5241. package/universal-date-input/moderncssm/Component.responsive-71043c62.d.ts +5 -0
  5242. package/universal-date-input/moderncssm/Component.responsive.d.ts +5 -0
  5243. package/universal-date-input/moderncssm/Component.responsive.js +41 -0
  5244. package/universal-date-input/moderncssm/colors-facf1d2a.d.ts +3 -0
  5245. package/universal-date-input/moderncssm/component-03d088c4.d.ts +32 -0
  5246. package/universal-date-input/moderncssm/component-eb15729d.d.ts +123 -0
  5247. package/universal-date-input/moderncssm/components/base-universal-date-input/Component.d.ts +5 -0
  5248. package/universal-date-input/moderncssm/components/base-universal-date-input/Component.js +157 -0
  5249. package/universal-date-input/moderncssm/components/base-universal-date-input/index.d.ts +1 -0
  5250. package/universal-date-input/moderncssm/components/base-universal-date-input/index.js +32 -0
  5251. package/universal-date-input/moderncssm/components/date-input/Component.d.ts +5 -0
  5252. package/universal-date-input/moderncssm/components/date-input/Component.js +128 -0
  5253. package/universal-date-input/moderncssm/components/date-input/index.d.ts +1 -0
  5254. package/universal-date-input/moderncssm/components/date-input/index.js +17 -0
  5255. package/universal-date-input/moderncssm/components/date-range-input/Component.d.ts +5 -0
  5256. package/universal-date-input/moderncssm/components/date-range-input/Component.js +133 -0
  5257. package/universal-date-input/moderncssm/components/date-range-input/index.d.ts +1 -0
  5258. package/universal-date-input/moderncssm/components/date-range-input/index.js +19 -0
  5259. package/universal-date-input/moderncssm/components/month-input/Component.d.ts +5 -0
  5260. package/universal-date-input/moderncssm/components/month-input/Component.js +51 -0
  5261. package/universal-date-input/moderncssm/components/month-input/index.d.ts +1 -0
  5262. package/universal-date-input/moderncssm/components/month-input/index.js +11 -0
  5263. package/universal-date-input/moderncssm/components/time-input/Component.d.ts +5 -0
  5264. package/universal-date-input/moderncssm/components/time-input/Component.js +52 -0
  5265. package/universal-date-input/moderncssm/components/time-input/index.d.ts +1 -0
  5266. package/universal-date-input/moderncssm/components/time-input/index.js +11 -0
  5267. package/universal-date-input/moderncssm/consts.d.ts +11 -0
  5268. package/universal-date-input/moderncssm/consts.js +38 -0
  5269. package/universal-date-input/moderncssm/desktop/Component.desktop.d.ts +5 -0
  5270. package/universal-date-input/moderncssm/desktop/Component.desktop.js +36 -0
  5271. package/universal-date-input/moderncssm/desktop/index.d.ts +2 -0
  5272. package/universal-date-input/moderncssm/desktop/index.js +33 -0
  5273. package/universal-date-input/moderncssm/index-03d088c4.d.ts +20 -0
  5274. package/universal-date-input/moderncssm/index-281accb7.d.ts +19 -0
  5275. package/universal-date-input/moderncssm/index-5712fce2.d.ts +861 -0
  5276. package/universal-date-input/moderncssm/index-71043c62.d.ts +6 -0
  5277. package/universal-date-input/moderncssm/index-d691530f.d.ts +1 -0
  5278. package/universal-date-input/moderncssm/index-ebda875c.d.ts +2 -0
  5279. package/universal-date-input/moderncssm/index-ed61931d.d.ts +3 -0
  5280. package/universal-date-input/moderncssm/index-ee245301.d.ts +90 -0
  5281. package/universal-date-input/moderncssm/index-f034f741.d.ts +2 -0
  5282. package/universal-date-input/moderncssm/index.d.ts +2 -0
  5283. package/universal-date-input/moderncssm/index.js +34 -0
  5284. package/universal-date-input/moderncssm/index.module.css +58 -0
  5285. package/universal-date-input/moderncssm/mask/index.d.ts +4 -0
  5286. package/universal-date-input/moderncssm/mask/index.js +42 -0
  5287. package/universal-date-input/moderncssm/mask/plugins.d.ts +4 -0
  5288. package/universal-date-input/moderncssm/mask/plugins.js +39 -0
  5289. package/universal-date-input/moderncssm/mask/postprocessors.d.ts +3 -0
  5290. package/universal-date-input/moderncssm/mask/postprocessors.js +27 -0
  5291. package/universal-date-input/moderncssm/mask/preprocessors.d.ts +5 -0
  5292. package/universal-date-input/moderncssm/mask/preprocessors.js +133 -0
  5293. package/universal-date-input/moderncssm/mask/utils.d.ts +76 -0
  5294. package/universal-date-input/moderncssm/mask/utils.js +284 -0
  5295. package/universal-date-input/moderncssm/mobile/Component.mobile.d.ts +5 -0
  5296. package/universal-date-input/moderncssm/mobile/Component.mobile.js +36 -0
  5297. package/universal-date-input/moderncssm/mobile/index.d.ts +2 -0
  5298. package/universal-date-input/moderncssm/mobile/index.js +33 -0
  5299. package/universal-date-input/moderncssm/shared/index.d.ts +2 -0
  5300. package/universal-date-input/moderncssm/shared/index.js +8 -0
  5301. package/universal-date-input/moderncssm/types-1328ead9.d.ts +21 -0
  5302. package/universal-date-input/moderncssm/types.d.ts +233 -0
  5303. package/universal-date-input/moderncssm/types.js +1 -0
  5304. package/universal-date-input/moderncssm/typings-5684a67d.d.ts +23 -0
  5305. package/universal-date-input/moderncssm/typings-ed61931d.d.ts +118 -0
  5306. package/universal-date-input/moderncssm/use-skeleton-1328ead9.d.ts +44 -0
  5307. package/universal-date-input/moderncssm/utils/index.d.ts +50 -0
  5308. package/universal-date-input/moderncssm/utils/index.js +148 -0
  5309. package/universal-date-input/moderncssm/utils-5712fce2.d.ts +104 -0
  5310. package/universal-date-input/moderncssm/utils-b1bfe0d1.d.ts +8 -0
  5311. package/vars/bundle/click.css +1 -0
  5312. package/vars/bundle/corp.css +1 -0
  5313. package/vars/bundle/intranet.css +1 -0
  5314. package/vars/bundle/mobile.css +1 -0
  5315. package/vars/bundle/site.css +1 -0
  5316. package/vars/common.css +13 -0
  5317. package/vars/cssm/bundle/click.css +41 -28
  5318. package/vars/cssm/bundle/corp.css +41 -28
  5319. package/vars/cssm/bundle/intranet.css +41 -28
  5320. package/vars/cssm/bundle/mobile.css +41 -28
  5321. package/vars/cssm/bundle/site.css +41 -28
  5322. package/vars/cssm/common.css +13 -0
  5323. package/vars/cssm/gaps.css +28 -28
  5324. package/vars/cssm/index.css +40 -28
  5325. package/vars/cssm/index.d.ts +38 -28
  5326. package/vars/cssm/index.js +38 -28
  5327. package/vars/esm/index.d.ts +38 -28
  5328. package/vars/esm/index.js +39 -29
  5329. package/vars/gaps.css +28 -28
  5330. package/vars/index.css +1 -0
  5331. package/vars/index.d.ts +38 -28
  5332. package/vars/index.js +38 -28
  5333. package/vars/modern/index.d.ts +38 -28
  5334. package/vars/modern/index.js +39 -29
  5335. package/vars/moderncssm/border-radius.css +25 -0
  5336. package/vars/moderncssm/bundle/click.css +1479 -0
  5337. package/vars/moderncssm/bundle/corp.css +1479 -0
  5338. package/vars/moderncssm/bundle/intranet.css +1479 -0
  5339. package/vars/moderncssm/bundle/mobile.css +1479 -0
  5340. package/vars/moderncssm/bundle/site.css +1473 -0
  5341. package/vars/moderncssm/colors-addons.css +127 -0
  5342. package/vars/moderncssm/colors-bluetint.css +1199 -0
  5343. package/vars/moderncssm/colors-bluetint.d.ts +2 -0
  5344. package/vars/moderncssm/colors-bluetint.js +6 -0
  5345. package/vars/moderncssm/colors-decorative.css +614 -0
  5346. package/vars/moderncssm/colors-decorative.d.ts +2 -0
  5347. package/vars/moderncssm/colors-decorative.js +6 -0
  5348. package/vars/moderncssm/colors-indigo.css +1197 -0
  5349. package/vars/moderncssm/colors-indigo.d.ts +2 -0
  5350. package/vars/moderncssm/colors-indigo.js +6 -0
  5351. package/vars/moderncssm/colors-pfm.css +62 -0
  5352. package/vars/moderncssm/colors-pfm.d.ts +2 -0
  5353. package/vars/moderncssm/colors-pfm.js +6 -0
  5354. package/vars/moderncssm/colors-qualitative.css +130 -0
  5355. package/vars/moderncssm/colors-qualitative.d.ts +2 -0
  5356. package/vars/moderncssm/colors-qualitative.js +6 -0
  5357. package/vars/moderncssm/colors-sequential.css +194 -0
  5358. package/vars/moderncssm/colors-sequential.d.ts +2 -0
  5359. package/vars/moderncssm/colors-sequential.js +6 -0
  5360. package/vars/moderncssm/colors-students.css +4 -0
  5361. package/vars/moderncssm/colors-students.d.ts +2 -0
  5362. package/vars/moderncssm/colors-students.js +6 -0
  5363. package/vars/moderncssm/colors-transparent.css +28 -0
  5364. package/vars/moderncssm/colors-x5.css +4 -0
  5365. package/vars/moderncssm/colors.css +71 -0
  5366. package/vars/moderncssm/common.css +13 -0
  5367. package/vars/moderncssm/gaps.css +66 -0
  5368. package/vars/moderncssm/index.css +1570 -0
  5369. package/vars/moderncssm/index.d.ts +1532 -0
  5370. package/vars/moderncssm/index.js +1532 -0
  5371. package/vars/moderncssm/mixins.css +1 -0
  5372. package/vars/moderncssm/shadows-bluetint.css +43 -0
  5373. package/vars/moderncssm/shadows-indigo.css +38 -0
  5374. package/vars/moderncssm/typography.css +6 -0
  5375. package/with-suffix/Component.js +3 -1
  5376. package/with-suffix/cssm/Component.js +2 -0
  5377. package/with-suffix/cssm/index.module.css +12 -5
  5378. package/with-suffix/esm/Component.js +3 -1
  5379. package/with-suffix/esm/index.css +20 -13
  5380. package/with-suffix/index.css +20 -13
  5381. package/with-suffix/modern/Component.js +3 -1
  5382. package/with-suffix/modern/index.css +20 -13
  5383. package/with-suffix/moderncssm/Component.d.ts +30 -0
  5384. package/with-suffix/moderncssm/Component.js +47 -0
  5385. package/with-suffix/moderncssm/index.d.ts +1 -0
  5386. package/with-suffix/moderncssm/index.js +6 -0
  5387. package/with-suffix/moderncssm/index.module.css +58 -0
  5388. package/calendar-range/esm/index.module-709380c8.js +0 -4
  5389. package/calendar-range/index.module-c9eeacdb.js +0 -4
  5390. package/calendar-range/modern/index.module-92baee03.js +0 -4
  5391. package/confirmation/countdown-section-e5d82c75.js +0 -47
  5392. package/confirmation/esm/countdown-section-d3933c43.js +0 -41
  5393. package/confirmation/modern/countdown-section-ab115cb2.js +0 -36
  5394. package/gallery/buttons-fc9d0fe5.d.ts +0 -11
  5395. package/gallery/buttons-fc9d0fe5.js +0 -35
  5396. package/gallery/components/header/buttons.js +0 -18
  5397. package/gallery/cssm/components/header/buttons.d.ts +0 -11
  5398. package/gallery/cssm/components/header/buttons.js +0 -35
  5399. package/gallery/esm/buttons-2c95250b.d.ts +0 -11
  5400. package/gallery/esm/buttons-2c95250b.js +0 -27
  5401. package/gallery/esm/components/header/buttons.js +0 -9
  5402. package/gallery/esm/slide-d66386c7.js +0 -41
  5403. package/gallery/modern/buttons-fb5497e0.d.ts +0 -11
  5404. package/gallery/modern/buttons-fb5497e0.js +0 -20
  5405. package/gallery/modern/components/header/buttons.js +0 -8
  5406. package/gallery/modern/slide-dff1b8f9.js +0 -37
  5407. package/gallery/slide-1a22eefb.js +0 -47
  5408. package/grid/esm/gutters.module-d385bc11.js +0 -4
  5409. package/grid/gutters.module-8ef8684e.js +0 -4
  5410. package/grid/modern/gutters.module-badc03b0.js +0 -4
  5411. package/list/Component-aafb0e61.js +0 -64
  5412. package/list/esm/Component-d30730a9.js +0 -57
  5413. package/list/modern/Component-3d8164b4.js +0 -52
  5414. package/markdown/esm/use-overrides-8aaf1a4e.js +0 -32
  5415. package/markdown/modern/use-overrides-65b7b430.js +0 -30
  5416. package/markdown/use-overrides-c94a6f90.js +0 -38
  5417. package/modal/esm/layout.module-4802ca6f.js +0 -4
  5418. package/modal/layout.module-ab07632a.js +0 -4
  5419. package/modal/modern/layout.module-124e392d.js +0 -4
  5420. package/pure-cell/component-8eee077b.js +0 -311
  5421. package/pure-cell/esm/component-a24c6367.js +0 -293
  5422. package/pure-cell/modern/component-22c264b9.js +0 -274
  5423. package/select/esm/list-popover-desktop-5d823442.js +0 -16
  5424. package/select/esm/mobile.module-83cac113.js +0 -4
  5425. package/select/list-popover-desktop-5bfaa60b.js +0 -22
  5426. package/select/mobile.module-81207a22.js +0 -4
  5427. package/select/modern/list-popover-desktop-e0978248.js +0 -15
  5428. package/select/modern/mobile.module-aaa81c53.js +0 -4
  5429. package/side-panel/esm/layout.module-56aaf410.js +0 -4
  5430. package/side-panel/layout.module-baf7a1a4.js +0 -4
  5431. package/side-panel/modern/layout.module-ea23a7c9.js +0 -4
  5432. package/tabs/esm/index.module-200eefeb.js +0 -4
  5433. package/tabs/esm/index.module-38daf03b.js +0 -4
  5434. package/tabs/index.module-0e2e6354.js +0 -4
  5435. package/tabs/index.module-25bfcb88.js +0 -4
  5436. package/tabs/modern/index.module-3b322392.js +0 -4
  5437. package/tabs/modern/index.module-bf9c49da.js +0 -4
  5438. package/textarea/PseudoTextArea-980d59c5.js +0 -22
  5439. package/textarea/esm/PseudoTextArea-2a8af5b7.js +0 -16
  5440. package/textarea/modern/PseudoTextArea-600b021e.js +0 -13
  5441. package/typography/colors.module-8dd1f1cd.js +0 -4
  5442. package/typography/common.module-bfcf85b8.js +0 -4
  5443. package/typography/cssm/title-responsive/index.module.css +0 -176
  5444. package/typography/esm/colors.module-03628d20.js +0 -4
  5445. package/typography/esm/common.module-dc6d23cc.js +0 -4
  5446. package/typography/esm/title-responsive/index.css +0 -177
  5447. package/typography/modern/colors.module-952a4903.js +0 -4
  5448. package/typography/modern/common.module-2f9e7779.js +0 -4
  5449. package/typography/modern/title-responsive/index.css +0 -177
  5450. package/typography/title-responsive/index.css +0 -177
  5451. package/underlay/esm/index.module-67280269.js +0 -4
  5452. package/underlay/index.module-8d976226.js +0 -4
  5453. package/underlay/modern/index.module-96fcc927.js +0 -4
  5454. package/universal-date-input/esm/index.module-a6bc3028.js +0 -4
  5455. package/universal-date-input/index.module-5a611960.js +0 -4
  5456. package/universal-date-input/modern/index.module-8b88e03e.js +0 -4
  5457. /package/confirmation/{countdown-section-e5d82c75.d.ts → countdown-section-3a5329be.d.ts} +0 -0
  5458. /package/confirmation/esm/{countdown-section-d3933c43.d.ts → countdown-section-94fad86c.d.ts} +0 -0
  5459. /package/confirmation/modern/{countdown-section-ab115cb2.d.ts → countdown-section-382143ea.d.ts} +0 -0
  5460. /package/gallery/esm/{slide-d66386c7.d.ts → slide-8e4c64e4.d.ts} +0 -0
  5461. /package/gallery/modern/{slide-dff1b8f9.d.ts → slide-503d8131.d.ts} +0 -0
  5462. /package/gallery/{slide-1a22eefb.d.ts → slide-0cc8109b.d.ts} +0 -0
  5463. /package/list/{Component-aafb0e61.d.ts → Component-f7e89076.d.ts} +0 -0
  5464. /package/list/esm/{Component-d30730a9.d.ts → Component-82015cc3.d.ts} +0 -0
  5465. /package/list/modern/{Component-3d8164b4.d.ts → Component-8f7f216d.d.ts} +0 -0
  5466. /package/{gallery/components/header/buttons.d.ts → list/moderncssm/Component.d.ts} +0 -0
  5467. /package/{gallery/esm/components/header/buttons.d.ts → list/moderncssm/components/item/Component.d.ts} +0 -0
  5468. /package/markdown/esm/{use-overrides-8aaf1a4e.d.ts → use-overrides-b7efd685.d.ts} +0 -0
  5469. /package/markdown/modern/{use-overrides-65b7b430.d.ts → use-overrides-cd538346.d.ts} +0 -0
  5470. /package/markdown/{use-overrides-c94a6f90.d.ts → use-overrides-b8e9c8ab.d.ts} +0 -0
  5471. /package/{gallery/modern/components/header/buttons.d.ts → pass-code-v1/moderncssm/vars.css} +0 -0
  5472. /package/plate/{PortalContext-ddbfc42f.d.ts → PortalContext-f0fd09f1.d.ts} +0 -0
  5473. /package/plate/{PortalContext-ddbfc42f.js → PortalContext-f0fd09f1.js} +0 -0
  5474. /package/plate/esm/{PortalContext-50309dd1.d.ts → PortalContext-58860d54.d.ts} +0 -0
  5475. /package/plate/esm/{PortalContext-50309dd1.js → PortalContext-58860d54.js} +0 -0
  5476. /package/plate/modern/{PortalContext-edeb6a5e.d.ts → PortalContext-5b95bb99.d.ts} +0 -0
  5477. /package/plate/modern/{PortalContext-edeb6a5e.js → PortalContext-5b95bb99.js} +0 -0
  5478. /package/pure-cell/{component-8eee077b.d.ts → component-fa8d92ab.d.ts} +0 -0
  5479. /package/pure-cell/esm/{component-a24c6367.d.ts → component-8837f217.d.ts} +0 -0
  5480. /package/pure-cell/modern/{component-22c264b9.d.ts → component-86eb6ec4.d.ts} +0 -0
  5481. /package/select/esm/{hook-92fc6541.d.ts → hook-1a9d60e7.d.ts} +0 -0
  5482. /package/select/esm/{hook-92fc6541.js → hook-1a9d60e7.js} +0 -0
  5483. /package/select/esm/{list-popover-desktop-5d823442.d.ts → list-popover-desktop-41798bda.d.ts} +0 -0
  5484. /package/select/{hook-46669d2d.d.ts → hook-c23be542.d.ts} +0 -0
  5485. /package/select/{hook-46669d2d.js → hook-c23be542.js} +0 -0
  5486. /package/select/{list-popover-desktop-5bfaa60b.d.ts → list-popover-desktop-b1b7e527.d.ts} +0 -0
  5487. /package/select/modern/{hook-0ddabed4.d.ts → hook-80c263d8.d.ts} +0 -0
  5488. /package/select/modern/{hook-0ddabed4.js → hook-80c263d8.js} +0 -0
  5489. /package/select/modern/{list-popover-desktop-e0978248.d.ts → list-popover-desktop-0cbea246.d.ts} +0 -0
  5490. /package/{toast-plate/PortalContext-8090904c.d.ts → shared/moderncssm/context/PortalContext/PortalContext.d.ts} +0 -0
  5491. /package/{toast-plate/esm/getDataTestId-402efdeb.d.ts → shared/moderncssm/getDataTestId.d.ts} +0 -0
  5492. /package/textarea/{PseudoTextArea-980d59c5.d.ts → PseudoTextArea-7efa6d75.d.ts} +0 -0
  5493. /package/textarea/esm/{PseudoTextArea-2a8af5b7.d.ts → PseudoTextArea-8b9db0ef.d.ts} +0 -0
  5494. /package/textarea/modern/{PseudoTextArea-600b021e.d.ts → PseudoTextArea-5e89ca23.d.ts} +0 -0
  5495. /package/toast-plate/{esm/PortalContext-d4327f97.d.ts → PortalContext-b1ac3daa.d.ts} +0 -0
  5496. /package/toast-plate/{PortalContext-8090904c.js → PortalContext-b1ac3daa.js} +0 -0
  5497. /package/toast-plate/{modern/PortalContext-36378073.d.ts → esm/PortalContext-946d1995.d.ts} +0 -0
  5498. /package/toast-plate/esm/{PortalContext-d4327f97.js → PortalContext-946d1995.js} +0 -0
  5499. /package/toast-plate/{getDataTestId-a91a131d.d.ts → esm/getDataTestId-51c5d667.d.ts} +0 -0
  5500. /package/toast-plate/esm/{getDataTestId-402efdeb.js → getDataTestId-51c5d667.js} +0 -0
  5501. /package/toast-plate/{modern/getDataTestId-26ebc45c.d.ts → getDataTestId-91147588.d.ts} +0 -0
  5502. /package/toast-plate/{getDataTestId-a91a131d.js → getDataTestId-91147588.js} +0 -0
  5503. /package/toast-plate/modern/{PortalContext-36378073.js → PortalContext-a0b5fbc1.js} +0 -0
  5504. /package/toast-plate/modern/{getDataTestId-26ebc45c.js → getDataTestId-04bc238e.js} +0 -0
@@ -0,0 +1,229 @@
1
+ const flagSprite = {
2
+ 'ge-ab': '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><g clip-path="url(#a)"><path fill="#F5F5F5" d="M24 6.4H0v2.2h24V6.4Z"/><path fill="#73AF00" d="M24 8.6H0V11h24V8.6Z"/><path fill="#F5F5F5" d="M24 10.9H0V13h24V11Z"/><path fill="#73AF00" d="M24 13.1H0v2.3h24V13Z"/><path fill="#F5F5F5" d="M24 15.4H0v2.2h24v-2.2Z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v.5h24v-.5c0-1-.8-1.8-1.8-1.8ZM24 17.6H0v.5c0 1 .8 1.7 1.7 1.8h20.6c1 0 1.7-.9 1.7-1.8v-.5Z"/><path fill="#FF4B55" d="M0 6v4.5c0 .2.2.4.4.4h11.2c.2 0 .4-.2.4-.4v-6c0-.2-.2-.3-.4-.4H1.8C.8 4.1 0 5 0 6Z"/><path fill="#F5F5F5" d="M6.4 10.3H5.6l-.3-.6V7.3a.1.1 0 0 1 .2 0V8h.1V6.8a.1.1 0 0 1 .3 0V8L6 6.7a.1.1 0 0 1 .2 0V8h.2V7a.1.1 0 0 1 .2 0v1.2l.3.6c0-.2.2-.5.4-.6h.1v.2a1 1 0 0 0-.2.7v.1l-.6.7v.3l-.2.1ZM6 4.7l.1.3h.4l-.3.3.1.3-.3-.2-.3.2v-.3L5.6 5H6v-.4H6ZM4.4 5.2l.1.3H5l-.3.3.1.3-.3-.2-.3.2v-.3L4 5.6v-.1h.4v-.3h.1ZM7.7 5.2l.1.3h.3l-.2.3V6L7.7 6l-.3.2v-.3l-.2-.2v-.1h.3l.1-.3ZM8.8 6.4v.3h.4L9 7v.3l-.3-.2-.2.2V7l-.3-.2h.4l.1-.4ZM3.2 6.4l.1.3h.4l-.3.3.1.3-.3-.2-.3.2L3 7l-.3-.2h.4v-.4h.1ZM9 8l.2.3h.3v.1l-.2.2v.3l-.2-.1-.3.2v-.4l-.2-.2h.3L9 8ZM2.8 8l.1.3h.4v.1l-.3.2.1.3-.3-.1-.3.2v-.4l-.2-.2h.4V8h.1Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0V0Z"/></clipPath></defs></svg>',
3
+ af: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M1.8 19.9H8V4H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#FF4B55" d="M16 4.1H8V20h8V4Z"/><path fill="#73AF00" d="M22.2 19.9c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8H16V20h6.2Z"/><path fill="#F5F5F5" d="M11.4 11.6H11v.1h.4ZM13 12.8h-2v-.2h2v.2ZM13 10.9h-2v.2h2V11Z"/><path fill="#F5F5F5" d="M12.6 11h-1.2l.2-.2h.8l.2.2ZM11.4 12.2H11v.3h.4v-.3ZM11.4 11.9H11v.2h.4v-.2ZM11.4 11.3H11v.2h.4v-.2ZM13 12.2h-.4v.3h.4v-.3ZM13 11.9h-.4v.2h.4v-.2ZM13 11.3h-.4v.2h.4v-.2ZM13 11.6h-.4v.1h.4ZM11.4 10.3h-.2v.5h.2v-.5ZM11.4 10.2h-.2V10a.1.1 0 0 1 .2 0ZM12.8 10.3h-.2v.5h.2v-.5ZM12.8 10.2h-.2V10a.1.1 0 0 1 .2 0ZM12 11.3c-.3 0-.5.2-.5.4v.8h1v-.8c0-.2-.2-.4-.5-.4Z"/><path fill="#F5F5F5" d="m11.2 12-.6-.8a.1.1 0 1 0-.2.1l.1.1-.3.8.4.3.3-.7.2.3h.1Zm-.6.3-.3-.3.2-.3.3.3-.2.3ZM12.9 12l.2-.2.3.7.4-.3-.3-.8a.1.1 0 1 0 0-.2l-.7.8Zm.4 0 .2-.3.2.3-.3.3-.1-.3ZM12.1 10h-.2a.5.5 0 0 0-.4.7h1v-.2c0-.2-.2-.4-.4-.4ZM9.3 11.8a2.8 2.8 0 0 1 0-.6 2.6 2.6 0 0 0 0 .7h.3a2.4 2.4 0 0 1 0-.5l.2.6s.4-.6-.3-1.2v.2h-.4a3 3 0 0 0-.1.8h.3Z"/><path fill="#F5F5F5" d="M10.3 9.4a.1.1 0 1 0-.1-.2c-.6.5-1 1-1.1 1.7h.2c.2-.6.5-1.1 1-1.5Z"/><path fill="#F5F5F5" d="M10.2 9.7c-.3.3-.5.6-.6 1h.1l.6-.8a.1.1 0 0 0-.1-.2ZM9.7 13.2l-.4-.9h.2c0 .4.2.6.4.9h.2l-.3-.7h.1l.4.6h.2a2 2 0 0 1-.2-.4l-.2-.4-.2-.2h-.4l-.1-.1h-.1l-.3-.1H9v.2l.2.1c0 .4.2.7.4 1h.2ZM14.5 11v-.2c-.7.6-.3 1.2-.3 1.2 0-.2 0-.4.2-.6a2.1 2.1 0 0 1 0 .6l.2-.1a2.7 2.7 0 0 0 0-.7h.1a2.8 2.8 0 0 1 0 .6h.3a3 3 0 0 0 0-.7h-.5ZM14.7 10.9h.2a3 3 0 0 0-1-1.7.1.1 0 0 0-.2.2c.5.4.8 1 1 1.5ZM14.4 10.6l-.6-.9a.1.1 0 1 0-.1.2l.6.9.1-.2ZM15 11.9h-.3v.1h-.2l-.4.1-.2.2-.2.4-.2.3h.2c.2 0 .3-.3.4-.4l.1-.1-.3.6h.2l.4-.7h.2l-.4.8h.2c.2-.3.4-.6.4-1l.1-.1.1-.2H15ZM13.3 13.2a2 2 0 0 1-2.5 0h-.2l-1.2.2.2.2.3.1.7.6v.1a3 3 0 0 0 2.9 0l-.1-.1.7-.6h.3l.2-.3-1.2-.2h-.1Zm-2.6.9-.6-.5h.2l.5.4Zm3.2-.5-.6.5V14l.4-.4h.2ZM12 14c-.6 0-1.1-.2-1.5-.5h.1a2.3 2.3 0 0 0 2.8 0h.1c-.4.3-1 .5-1.5.5Z"/><path fill="#F5F5F5" d="m10.7 13 .1.2h2.4l.1-.2h-2.6Z"/></svg>',
4
+ ax: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M24 10H10.8V4H6.6V10H0v4.2h6.6v5.8h4.2V14H24V9.9Z"/><path fill="#FF4B55" d="M24 11.2H9.5v-7H8v7H0v1.6h7.9v7h1.6v-7H24v-1.6Z"/></svg>',
5
+ al: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#464655" d="M16.5 14c-.2-.2-.3 0-.3 0l-.7.1.3-.3.4-.1h.3c0-.4-.4-.2-.4-.2-.3 0-.4.2-.4.2l-.4.4-1-.3.1-.3c0-.1-.7-.3-1-.6-.2-.2-.3-.6-.2-.7.1-.1.2.1.3.4.2.2.4.4.5.3.2-.1-.1-.3-.3-.6-.1-.2.1-.3.2-.3.2 0 .2.6.5.8.3.3.5.3.5.1 0-.2-.4-.4-.5-.5v-.5c.2 0 .8.9 1.2 1.2.6.3 1 0 1-.2-.2-.2-.5-.2-.8-.2-.4-.1-.8-.6-.9-1-.1-.2 0-.2 0-.2l.8.7c.5.3.8 0 .9 0 0-.1.2-.4-.3-.3-.6 0-.9-.3-1.1-.5-.3-.1-.3-.4-.2-.5 0 0 .4.4 1 .5.4.1.6 0 .6-.3l-.7-.1c-.5 0-.9-.6-1-.6 0 0 0-.2.3 0l1 .2c.4 0 .4-.4.3-.4H16c-.3.1-.9-.2-1-.3-.2-.2 0-.3 0-.3.1 0 .6.3 1 .3s.6-.4.6-.5c0-.1-.1-.2-.3-.1a1 1 0 0 1-.8.2c-.4 0-.6-.4-.5-.4h1c.6-.1.6-.6.6-.7-.1-.1-.2-.1-.4 0-.2.3-.6.3-1 .3-.2 0-.2-.1-.2-.2l.8-.3c.5-.1.7-.5.8-.7l-.2-.4-.3.3c-.3.5-1.1.7-1.1.7l-.2-.2c-.5.1-1.2.6-1.2.6v.7c-.2.3-.9.1-.7-.5.2-.5.7-.8 1.2-.8s.5-.3.5-.3-.5.2-.5 0h.5c.4 0 .6-.3.4-.4l-.3.3H14c.1-.2.5-.1.5-.1 0-.4-.5-.3-.5-.3-.2-.4-1.5.1-1.5.1l.3.3a2 2 0 0 0-.9 1.2s-.2-.8-1-1.2l.4-.3s-1.3-.5-1.5 0c0 0-.5-.2-.5.2h.5c-.1.1-.3.2-.6 0-.2 0-.2-.2-.3-.2-.2 0 0 .4.4.4h.5c0 .2-.5 0-.5 0s0 .2.5.3c.5 0 1 .3 1.2.8.2.6-.5.8-.7.5v-.7s-.7-.5-1.2-.6l-.2.2s-.8-.2-1-.7l-.4-.3c-.1 0-.3.2-.2.4 0 .2.3.6.8.7l.8.3s0 .2-.3.2-.7 0-.9-.2c-.2-.2-.3-.2-.4-.1 0 0 0 .6.6.7h1s-.1.3-.5.4a1 1 0 0 1-.8-.2h-.3c0 .2.2.6.6.6.4 0 .9-.3 1-.3 0 0 .2.1 0 .3-.1.1-.7.4-1 .4-.3-.1-.4-.2-.5-.1-.1 0 0 .4.2.4.3 0 .8 0 1-.2.3-.2.3 0 .3 0s-.4.5-1 .6l-.6.1c0 .2.2.4.7.3.5-.1.8-.6 1-.5 0 .1 0 .4-.3.5-.2.2-.5.5-1 .5-.6-.1-.4.2-.4.2 0 .1.4.4.9.1l.8-.7v.3c-.1.3-.5.8-.9.9-.3 0-.6 0-.7.2 0 .1.3.5.9.2.4-.3 1-1.2 1.2-1.2v.5c0 .1-.6.3-.5.5 0 .2.2.2.5 0 .3-.3.3-.9.5-.9 0 0 .3 0 .2.3-.2.3-.5.5-.3.6.1.1.3 0 .5-.3 0-.3.2-.5.3-.4.1 0 0 .5-.2.7-.3.3-1 .5-1 .6 0 0 0 .2.2.3l-1 .3-.5-.4s0-.2-.4-.2c0 0-.4-.2-.4.1h.3c0 .2.1.3.4.2l.3.3h-.7s-.1-.3-.3-.1c0 0-.3-.1-.4.1h.3s.1.2.4.1h.7l-.4.2s-.4-.1-.4.3c0 0-.2.1 0 .3l.1-.3s.2.1.4-.1l.5-.3.4.2s0 .2.4.1l.1.2s.2-.1 0-.3c0 0-.1-.2-.4-.2l-.3-.1 1-.3.4.3.3-.4c.1-.2.5-.8.7-.8.2 0 .3.2.2.4 0 .3-.4.8-.6 1l-.5.1c-.3 0-.3 0-.3.2 0 .1.3.2.6.1.2 0 .3-.2.4-.1.1 0 0 .4-.4.4-.3.1-.5 0-.4.3h.5c.2 0 .5-.4.5-.3 0 .1 0 .4-.2.5-.2.2-.4 0-.4.2s.1.3.3.2c.2 0 .4-.3.5-.5 0-.1.2 0 .2.2s0 .3-.4.6l.7 1 .7-1c-.4-.3-.3-.4-.4-.6 0-.2.1-.3.2-.2.1.2.3.5.5.5.2.1.4 0 .3-.2l-.4-.2c-.2-.1-.3-.4-.2-.5l.5.3h.5c0-.2-.1-.2-.4-.3-.3 0-.5-.4-.4-.4l.4.1h.6c0-.2 0-.3-.3-.3l-.5-.1c-.2-.2-.6-.7-.6-1 0-.2 0-.4.2-.4s.6.6.7.8c0 .2.2.3.3.4l.4-.3 1 .3-.3.1c-.3 0-.3.2-.3.2-.3.2-.1.3-.1.3l.1-.2c.4.1.4-.1.4-.1l.4-.2.5.3c.2.2.4.1.4.1l.1.3c.2-.2 0-.3 0-.3 0-.4-.4-.3-.4-.3l-.4-.2h.7c.3.1.4 0 .4 0h.3c0-.3-.4-.2-.4-.2Z"/></svg>',
6
+ dz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 19.9H12V4H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#F5F5F5" d="M22.2 19.9c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8H12V20h10.2Z"/><path fill="#FF4B55" d="m14 10.5-.7 1-1.1-.4H12l.7 1-.8 1s0 .1.1 0l1.2-.2.6 1 .2-.1v-1.2l1.1-.4-1-.5v-1.2H14Z"/><path fill="#FF4B55" d="M12.7 14.8a2.8 2.8 0 1 1 1.6-5.2h.1a3.5 3.5 0 0 0-2.7-1.1 3.6 3.6 0 1 0 2.7 6v-.1c-.5.3-1 .4-1.7.4Z"/></svg>',
7
+ as: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FF4B55" d="M23.8 19 2.7 12l21-7c0-.2-.3-.4-.5-.6L0 12l23.2 7.6.6-.7Z"/><path fill="#F5F5F5" d="m23.8 19 .2-1V6c0-.4 0-.7-.2-1L2.7 12l21 7Z"/><path fill="#FFF5DC" d="M21.5 10H23c.2-.2.2-1-.3-1-.5-.1-1.7.6-1.7.6l.5.4Z"/><path fill="#D27D69" d="M18.7 11v.3c0 .2 0 .6.6.8l-.2.6.6.3s.4-.6.5-1.2c0-.5-1.5-.7-1.5-.7ZM17 10.7l.2-.2s-.5.3-.7 0c-.2-.3.1-.7.4-.8.4-.2 1 0 1 0l.4 1-1.2.8-.2-.8ZM20.8 8.7l1-.1s-.2.5-.9.8c0 0 .7 0 .9.2.2.3-.2.5-.4.6L20 11l-1-.1 1.8-2.2Z"/><path fill="#D27D69" d="m21.6 7.9.2-1-.8.6s.2-.1.1-.4l-2.6 1.4-.5 1 1.6.5 2-2.1Z"/><path fill="#FFE15A" d="m19.6 12.2-.3.5h-.6c-.2.1-.2.6 0 .6 0 0 .3.1.4 0h.3V13h.2l.3-.6-.3-.2Z"/><path fill="#B95546" d="M17.1 11.3s.8-.4.8-1c0-.5-.7-.6-1.3-.4 0 0-.3-.3 0-.5.4-.4 2-1.2 2-1.2l-.1 1s.7.3 1 .2l2.4-2s-.2 1-1.5 2l-.1.7-.3.3-.6.3s1.6.2 1.6.4-.4 1.2-1.2 1.5l-.4-.3.2-.6-1-.4-.9.2a.8.8 0 0 1-.6-.2Z"/><path fill="#FFF5DC" d="M16 12.3v-.4l.1-.3.8-.9.2.4h.8l-.2.2v.2l-1 .6-.7.2Z"/><path fill="#FFE15A" d="M16.4 12H16s-.4.6 0 .6l.8-.5s0-.2-.4 0ZM21 13h-2.6v-.1l-.6-.2-.2.1v.1H17l-.1-.2-.2.1-1.1-.1-1.5.4 1.5.3a5 5 0 0 1 1.1-.1l.1.1.2-.1v-.1h.6v.1l.1.1.6-.2H21.1a.1.1 0 1 0 0-.3Z"/><path fill="#FFE15A" d="m21 13.4-2 .3s-.2 0 .2-.4H19l-.5.2c-.1 0-.4.2-.4.4l-1.2.2h1.5s.2.2.3 0c0 0 .3 0 .3-.2l2-.3s.1-.1 0-.2Z"/><path fill="#FFE15A" d="M19.8 14.8s-.1.2-.5 0-.8 0-1 0c-.3 0-.7-.2-1-.1h-.5c.1-.2.1-.3 0-.4l.2-.1V14s-.7-.3-1.1 0a.7.7 0 0 0 .4 1.2s.2.3.8.2c0 0 .3.3 1 .2h.4c.4 0 .8 0 .7.3 0 0 .3 0 .1-.3 0 0 .4 0 .6.2 0 0 0-.3-.2-.4h.6s-.1-.3-.5-.3c0 0 .3-.2.4-.1 0 0-.1-.2-.5 0 0 0 .3-.2.1-.3Z"/></svg>',
8
+ ad: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.7 19.9H8V4H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.7 1.7 1.8Z"/><path fill="#FFE15A" d="M16 4.1H8V20h8V4Z"/><path fill="#FF4B55" d="M22.3 19.9c1 0 1.7-.9 1.7-1.8V5.9c0-1-.8-1.8-1.8-1.8H16V20h6.3Z"/><path fill="#DCBE82" d="M14.8 13.3a.2.2 0 0 0-.3-.2s-.3-.3 0-.6a.2.2 0 0 0 0-.3c.2 0 .5-.3.4-.6 0-.4-.4-.7-.6-.6a.2.2 0 0 0-.3-.1l.1-.2c.2-.2.5-.6 0-.9-.2-.2-.6-.2-.8 0l.1.2c-.1.1-.3.2-.5.1-.3 0-.1-.3 0-.4 0-.2 0-.4-.4-.4l-.5.2-.5-.2c-.4 0-.4.2-.3.4 0 .1.2.3 0 .4h-.6v-.3c0-.2-.5-.2-.7 0-.5.3-.2.7 0 .9v.2a.2.2 0 0 0-.2 0v.1c-.2-.1-.6.2-.6.6 0 .3.2.5.3.6a.2.2 0 1 0 .2.3c.2.3 0 .5-.1.6a.2.2 0 0 0-.3.2c0 .2 0 .2.2.3-.2.1-.3.5 0 .8.3.5 1 .4 1.4.4.3 0 .4.2.5.3a.2.2 0 0 0 .1.4.2.2 0 0 0 .4 0h.4a.2.2 0 0 0 .4 0 .2.2 0 0 0 0-.4c.2-.1.3-.3.6-.3s1 0 1.4-.4c.3-.3.2-.7 0-.8.1 0 .2-.1.2-.3Z"/><path fill="#D2AA73" d="M10 10.6v3.1c0 .4.3.7.7.7h.9c.3 0 .4.2.4.2s.1-.2.4-.2h.9c.4 0 .7-.3.7-.7v-3.1c0-.1 0-.2-.2-.2h-3.6c-.1 0-.2 0-.2.2Z"/><path fill="#FF4B55" d="M11.9 10.7h-1.6v1.6h1.6v-1.6ZM11.9 14.1c-1 0-1.6-.7-1.6-1.6h1.6v1.6Z"/><path fill="#FFE15A" d="M12.1 14.1v-1.6h1.6c0 1-.7 1.6-1.6 1.6ZM12.3 10.7h-.2v1.6h.2v-1.6Z"/><path fill="#FF4B55" d="M12.6 10.7h-.3v1.6h.3v-1.6Z"/><path fill="#FFE15A" d="M12.8 10.7h-.2v1.6h.2v-1.6Z"/><path fill="#FF4B55" d="M13 10.7h-.2v1.6h.2v-1.6Z"/><path fill="#FFE15A" d="M13.3 10.7H13v1.6h.3v-1.6ZM13.7 10.7h-.2v1.6h.2v-1.6Z"/><path fill="#FF4B55" d="M13.5 10.7h-.2v1.6h.2v-1.6ZM11 12.5h-.2v1.6h.2v-1.6Z"/><path fill="#FFE15A" d="M11.2 12.5H11v1.6h.2v-1.6ZM11.5 12.5h-.2v1.6h.2v-1.6Z"/><path fill="#FF4B55" d="M11.3 12.5h-.1v1.6h.1v-1.6Z"/><path fill="#FFE15A" d="M11.9 12.5h-.2v1.6h.2v-1.6Z"/><path fill="#FF4B55" d="M11.7 12.5h-.2v1.6h.2v-1.6Z"/><path fill="#FFE15A" d="M10.4 14v-1.5h-.1v1.2l.1.4Z"/><path fill="#FF4B55" d="M10.6 14.1v-1.6h-.2v1.6h.2Z"/><path fill="#FFE15A" d="M10.6 12.5v1.6h.2v-1.6h-.2Z"/><path fill="#F5F5F5" d="m10.5 12.2-.1-.2V12h.2l.2.1h.2l-.2.1-.3-.1v.2ZM11.7 12.2c-.1 0 0 0 0 0V12l-.4.1-.1-.2.2.1h.2v-.1l.2.1-.1.2Z"/><path fill="#FFE15A" d="m10.5 12.2.9-1.2V10.7h.2l.1.2-.1.1v-.1s0-.1 0 0h-.1v.1l-1 1.2Z"/><path fill="#FFE15A" d="m11 10.9-.3.5.1.5h.5l.2-.5-.4-.5Z"/><path fill="#F5F5F5" d="m11 10.8-.4.6.2.6h.6l.2-.6-.5-.6Zm-.3.6.3-.4v.9H11l-.2-.5Zm.6.5h-.2V11l.4.4-.2.5Z"/><path fill="#FF4B55" d="M13.3 13s.1-.1 0-.2H12.8l-.2-.1-.1.1v.1h.2v.4-.1s.1 0 0-.1h.2v.2-.2h.4v.1H13h.2v.1-.2Z"/><path fill="#4173CD" d="M12.5 12.7ZM12.7 12.8l-.1.1v-.1h.1ZM12.6 12.7ZM12.6 13h-.1ZM12.7 13.2v.1ZM12.8 13.3ZM13.1 13.3ZM13.3 13.3Z"/><path fill="#FF4B55" d="M13.3 13.7v-.1s.1 0 0-.1H12.8v-.1h-.2l-.1.1.2.1V14c0-.1.1-.1 0-.1h.2v.2-.2h.4v.1H13h.2v.1V13.7Z"/><path fill="#4173CD" d="M12.5 13.4v-.1.1ZM12.7 13.5l-.1.1v-.1h.1ZM12.6 13.4v-.1.1ZM12.6 13.7h-.1ZM12.7 13.9ZM12.8 14ZM13.1 14ZM13.3 14Z"/></svg>',
9
+ ao: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6V12h24V6Z"/><path fill="#464655" d="M1.8 19.9h20.4c1 0 1.8-.8 1.8-1.8V12H0v6C0 19 .8 20 1.8 20Z"/><path fill="#FFE15A" d="m11 8.5.3.9h1v.1l-.7.6.2.8s0 .1 0 0l-.8-.4-.7.5h-.1l.2-1-.7-.5v-.1h1l.2-.9h.2ZM14.9 15.7l-5.3-4c-.2-.1-.4-.5-.4-1 0 0-.6.7-.5 1.2.2.7.6 1 1 1.3l4.8 3 .4-.5ZM16.4 16.9l-1.3-1-.3.5 1 .5s0 .7.5.6c.2 0 .4-.4.1-.6ZM12 15.1a3.7 3.7 0 0 1-4-1l-.6.5c.2.2.4.5.7.6l-.2.2 1 .6v-.2l1.3.3v.2h1v-.2c.5 0 1-.2 1.4-.3v.2l.4-.2-1-.7Z"/><path fill="#FFE15A" d="M15.3 11c0-.4-.2-.8-.4-1.2l.2-.1-.5-1-.2.2-1-1 .2-.2-1-.5v.2l-1-.3-.2.8a3.7 3.7 0 0 1 2 6.3l.7.4.3-.3.2.1.5-.9-.2-.1.4-1.3h.2v-1h-.2Z"/></svg>',
10
+ ai: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.1 4.1H2c-1 0-1.9.9-1.9 2V18c0 1 .8 1.9 1.9 1.9H22c1 0 1.9-.9 1.9-2V6c0-1-.8-1.9-1.9-1.9Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.7V4H5v2.6L1.3 4.2c-.5.2-.8.5-1 .9l3 2H0v2h3.3L0 11.3v.3c0 .2.2.4.4.4Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.7L.7 4.5l-.3.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.4.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#F5F5F5" d="M15.4 9c0 .8-.3 5.5 2.7 6.5 3-1 2.7-5.7 2.7-6.5-.4.2-1.7.6-2.7-.1-1 .7-2.3.3-2.7.1Z"/><path fill="#FFA028" d="M19.6 10c-.2-.1-.5 0-.8 0-.4 0-.7-.3-1.2-.1-.2-.2-.1-.5-.1-.5-.4.3-.4.6-.4.7-.2.4-.2.9-.2 1 .1.2.2.2.2.5 0 .2.1.1.1.1.2 0 .2-.3.3-.6.3 0 .5-.2.5-.2l-.4-.1v-.1c.3-.6 1.3-.4 1.4-.3.1.3.4.4.4.4 0-.3-.3-.5-.3-.5.4-.1.5-.3.5-.3ZM17 11.2V11v.1Z"/><path fill="#FFA028" d="M18.6 13.7c.2 0 .1-.5.4-.7.1-.3.6-.4.8-.9l.4.2c0-.4-.2-.6-.4-.7-.1-.4-.5-.7-.7-.7l-.5-.1c-.2-.1-.1 0-.1 0 0 .2 0 .3.3.6-.2.2-.1.5-.1.5 0-.2.2-.3.3-.3v.1c.4.5-.3 1.3-.5 1.2a1 1 0 0 0-.5.1c.2.2.6.2.6.2-.2.3 0 .5 0 .5Zm.3-2.7h.1s-.1 0 0 0Z"/><path fill="#FFA028" d="M15.9 11c0 .2.3.4.5.7.1.2 0 .7.4 1.1 0 .2-.3.3-.3.3.4.2.6 0 .8 0 .4 0 .8-.3 1-.4 0-.2 0-.3.2-.4.2-.1 0-.2 0-.2H18c0-.2-.4-.2-.4-.2.1.1.1.3 0 .4-.6.1-1-.9-1-1l.2-.6-.3.5-.5-.2Zm2.3 1.5H18h.1Z"/><path fill="#CDCE0C" d="M18 15.7c-3.3-1.2-2.7-6.7-2.7-6.8 0 0 1.6.7 2.8-.2 1.2.9 2.7.2 2.7.2h.1s.6 5.6-2.8 6.8ZM15.5 9c0 .8-.3 5.5 2.7 6.5 3-1 2.7-5.7 2.7-6.5-.4.2-1.7.6-2.7-.1-1 .7-2.3.3-2.7.1Z"/><path fill="#82AFFF" d="M16.2 13.9c.4.7 1 1.3 1.9 1.6.9-.3 1.5-.9 1.9-1.6h-3.8Z"/></svg>',
11
+ ag: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v12.4c0 1 .8 1.7 1.8 1.7h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="m12 5 .5 2.7 1.6-2.3-.6 2.7 2.3-1.6L14.2 9l2.8-.6-2.4 1.5 2.8.5-2.8.6 2.4 1.5-2.8-.6 1.6 2.3-2.3-1.5.6 2.7-1.6-2.3-.5 2.7-.5-2.7-1.6 2.3.6-2.7L8.2 14l1.6-2.3-2.8.6 2.4-1.5-2.8-.6 2.8-.5L7 8.3l2.8.6-1.6-2.4 2.3 1.6-.6-2.7 1.6 2.3L12 5Z"/><path fill="#FF4B55" d="M.5 4.7C.2 5 0 5.4 0 5.8v12.4c0 1 .8 1.7 1.8 1.7H12L.5 4.7ZM12 19.9h10.2c1 0 1.8-.8 1.8-1.8V5.9c0-.4-.2-.8-.5-1.2L12 20Z"/><path fill="#4173CD" d="M7.3 13.7h9.4l2.6-3.4H4.7l2.6 3.4Z"/><path fill="#F5F5F5" d="m7.3 13.7 4.7 6.2 4.7-6.2H7.3Z"/></svg>',
12
+ ar: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8ZM0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#F09146" d="M14 11.9h-1.4l.2-.2h.4l.2-.2h.2l.1-.1h.3l-.1-.2h-.4l-.2.2H13l-.1.1h-.3l-.2.2h-.1l1.1-1-.1-.2-1 1V11c.1 0 .2 0 .2-.2v-.4l.2-.1.1-.3h-.2v.1l-.2.2v.4l-.2.2-.1.2v.2l-.1.2V9.9h-.2v1.5l-.2-.2v-.4l-.2-.2v-.2l-.1-.1V10l-.2.1v.4l.2.2v.2l.1.1v.3l.2.2v.1l-1-1.1-.2.1 1.1 1.2-.1-.1-.2-.1-.2-.1h-.2l-.2-.1-.2-.2h-.4v.1h.2l.1.1.2.1.2.2h.4l.2.1v.1H10v.2h1.7-.4l-.2.2-.2.1h-.1l-.3.1-.2.1-.1.1v.2l.3-.1.1-.1h.4l.2-.2.2-.1h.2l-1 1 .1.1 1.2-1.1-.1.1-.1.2-.1.2v.2l-.1.2-.2.2v.4h.1v-.2l.1-.1.1-.2.2-.2v-.4l.1-.2h.1V14h.2v-1.7.4l.2.2.1.2v.1l.1.3.1.2.1.1h.2l-.1-.3-.1-.1v-.4l-.2-.2-.1-.2v-.2l1 1 .1-.1-1-1h.4c0 .1 0 .2.2.2h.4l.1.2.3.1v-.2h-.1l-.2-.2h-.4l-.2-.2-.2-.1h-.2l-.2-.1h1.7v-.2Z"/><path fill="#FFE15A" d="M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"/></svg>',
13
+ am: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFB400" d="M0 18.2c0 1 .8 1.7 1.8 1.7h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.6Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v3.6h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
14
+ aw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M24 14.9H0v.8h24V15ZM24 16.6H0v.8h24v-.8Z"/><path fill="#FF4B55" d="m3 8.2-1.5-.5 1.6-.5.5-1.5.5 1.5 1.6.5-1.6.5-.5 1.6L3 8.2Z"/><path fill="#F5F5F5" d="M3.6 6 4 7.2l1.4.4-1.4.5-.4 1.3L3 8.2l-1.3-.5 1.3-.4.5-1.4Zm0-.6-.2.5L3 7l-1.3.5-.5.1.5.2 1.3.4.4 1.3.2.5.2-.5.4-1.3L5.4 8l.5-.2-.5-.1L4.2 7 3.8 6l-.2-.5Z"/></svg>',
15
+ au: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2c-.5.2-.8.5-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#F5F5F5" d="m6.1 14.3.3 1 1-.4c.1 0 .2 0 .1.1L7 16l1 .4v.2l-1.1.1.1 1c0 .2 0 .2-.1.1L6 17l-.7.8c0 .1-.2 0-.2 0l.2-1.1h-1c-.2 0-.2-.2-.1-.3l1-.5-.7-.9.1-.1 1 .4.3-1c0-.1.2-.1.2 0ZM18.4 7l.2.4.5-.2v.1l-.3.4.5.3-.6.1.1.5s0 .1 0 0l-.4-.3-.4.4V8h-.5V8l.5-.3-.3-.4.5.1.1-.5h.1ZM15 10.8l.2.5.5-.2-.3.5.5.3h-.6l.1.6-.4-.3-.4.3V12h-.5v-.1l.4-.3-.2-.4V11l.5.2.1-.5h.1ZM21.7 9.1l.1.5.5-.2v.1l-.2.4.4.3-.5.1v.5s0 .1 0 0l-.4-.3-.3.4h-.1v-.6h-.5l.5-.4-.3-.4.5.1.2-.5ZM18.4 15.8l.2.5.5-.2-.3.5.5.2v.1h-.6l.1.6-.4-.4-.4.4v-.6h-.5l.5-.3-.3-.5.5.2.1-.5h.1ZM19.6 11.7l-.1.4H19l.3.3-.1.4.4-.2.3.2v-.4l.3-.2V12h-.5v-.4h-.2Z"/></svg>',
16
+ at: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8ZM0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
17
+ az: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18.2c0 1 .8 1.7 1.8 1.7h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.6Z"/><path fill="#82AFFF" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v3.6h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#F5F5F5" d="M12.6 13.7a1.7 1.7 0 1 1 .9-3v-.1a2 2 0 0 0-1.5-.7c-1.1 0-2 1-2 2a2.1 2.1 0 0 0 3.6 1.6s0-.1-.1 0l-1 .2Z"/><path fill="#F5F5F5" d="m14 11 .2.5.5-.2-.2.5.5.2-.5.2.2.5-.5-.2-.2.5-.2-.5-.5.2.2-.5-.5-.2.5-.2-.2-.5.5.2.2-.5Z"/></svg>',
18
+ bs: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8ZM0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FFE15A" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#464655" d="m.6 19.4 9-7.2c.2 0 .2-.3 0-.4l-9-7.2c-.4.3-.6.8-.6 1.3v12.2c0 .5.2 1 .6 1.3Z"/></svg>',
19
+ bh: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M1.8 19.9h4.8l3.3-1-3.3-1 3.3-1-3.3-1 3.3-1-3.3-1 3.3-1-3.3-.9 3.3-1-3.3-1L10 9 6.6 8 10 7l-3.3-.9 3.3-1-3.3-1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#FF4B55" d="m6.6 6.1 3.3 1-3.3 1L10 9l-3.3 1 3.3 1-3.3.9 3.3 1-3.3 1 3.3 1-3.3 1 3.3 1-3.3.9 3.3 1-3.3 1h15.6c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8H6.6l3.3 1-3.3 1Z"/></svg>',
20
+ bd: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FF4B55" d="M10.3 17.4a5.4 5.4 0 1 0 0-10.8 5.4 5.4 0 0 0 0 10.8Z"/></svg>',
21
+ bb: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 19.9H8V4H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#FFE15A" d="M16 4.1H8V20h8V4Z"/><path fill="#41479B" d="M22.2 19.9c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8H16V20h6.2Z"/><path fill="#464655" d="M15.3 9.7s-1.1 0-2 .9h.6s-.6 1-.9 2.7h-.6v-2.7l.6.2-1-2.5-1 2.5.6-.2v2.6l-.6.1c-.3-1.7-.9-2.7-.9-2.7h.6c-.9-.9-2-.9-2-.9a8.3 8.3 0 0 1 1.4 4.6l1.5-.2v2h.8v-2l1.5.2s0-2.9 1.4-4.6Z"/></svg>',
22
+ by: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 19.9h20.4c1 0 1.8-.8 1.8-1.8v-2.4H0v2.4c0 1 .8 1.8 1.8 1.8Z"/><path fill="#FF4B55" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v9.8h24V6Z"/><path fill="#F5F5F5" d="M1.8 19.9h1.5V4H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#FF4B55" d="M2.9 15h-.1v.4h.1V15ZM.6 6.8H.4v.4h.2v-.4ZM.4 8v.3h.2v.2h.2V8H1v-.5H.8v-.2H.6v.2H.5V8Zm.2-.2h.1V8.1 8H.5v-.2ZM.6 8.6H.4V9h.2v-.4ZM1.7 6.8h-.1v.4h.1v-.4ZM1.4 7.4v.2h-.1V8.5h.3v-.2h.1v.2H2v-.2H2V7.4h-.3v.2h-.1v-.2h-.2Zm.3.4H2V8.1h-.1V7.8Zm-.1.2V8h-.2V7.8h.1V8ZM.6 13.4H.4v.3h.2v-.3ZM.6 10.3H.4v.3h.2v-.3ZM1.7 8.6h-.1V9h.1v-.4ZM.6 15H.4v.4h.2V15ZM.6 12v-.2H.4v.4h.2V12ZM.6 18.8H.4v.4h.2v-.4ZM2.9 18.8h-.1v.4h.1v-.4ZM.6 16.8H.4v.4h.2v-.4ZM1.7 18.8h-.1v.4h.1v-.4ZM2.5 7.4v.4h-.1v.5h.1v.2h.2v-.2h.1V7.4h-.3Zm.2.6V8h-.1V7.8h.1V8ZM2.9 4.8h-.1v.4h.1v-.4ZM.6 4.8H.4v.4h.2v-.4ZM2.9 8.6h-.1V9h.1v-.4ZM2.9 6.8h-.1v.4h.1v-.4ZM1.7 4.8h-.1v.4h.1v-.4ZM1.1 17.7H1v.4h.1v-.4ZM1.4 12v-.2h-.2v.4h.2V12Z"/><path fill="#FF4B55" d="M2.2 4.6v.3H2v.3H2v.4h-.2v.3h-.1v-.3h-.2v-.4h-.1V5H1v-.3H1v.3H.9v.3H.7v.4H.6v.3H.4v.4h.2v.3h.1V7H1v.3H1v.3h.1v-.3h.2V7h.1v-.4h.2v-.3h.1v.3H2V7H2v.3h.2v.3h.1v-.3h.2V7h.1v-.4h.2v-.3h.1v-.4h-.1v-.3h-.2v-.4h-.1V5h-.2v-.3h-.1Zm-.8 1.7h-.1v.3H1V7H1v-.4H.9v-.3H.7v-.4H1v-.3H1v-.4h.1v.4h.2v.3h.1v.4Zm1-.7v.3h.2v.4h-.1v.3h-.2V7h-.1v-.4H2v-.3H2v-.4H2v-.3h.2v-.4h.1v.4h.2ZM1.7 11.3h-.1v.3h.1v-.3ZM1.7 12.4h-.1v.3h.1v-.3ZM2 12v.2-.4.2ZM2 18.8v.3h.2v.3h.1v-.3h.2v-.3h.1v-.4h.2v-.3h.1v-.4h-.1v-.3h-.2V17h-.1v-.3h-.2v-.3h-.1v.3H2v.3H2v.4h-.2v.3h-.1v-.3h-.2V17h-.1v-.3H1v-.3H1v.3H.9v.3H.7v.4H.6v.3H.4v.4h.2v.3h.1v.4H1v.3H1v.3h.1v-.3h.2v-.3h.1v-.4h.2v-.3h.1v.3H2v.4H2Zm-.6-.7h-.1v.3H1v.4H1v-.4H.9v-.3H.7v-.4H1v-.3H1V17h.1v.4h.2v.3h.1v.4Zm.5-.4H2v-.3h.2V17h.1v.4h.2v.3h.1v.4h-.1v.3h-.2v.4h-.1v-.4H2v-.3H2v-.4Z"/><path fill="#FF4B55" d="M1.8 11.7v.1h-.2v-.2h-.2v.2h.1v.4h-.1v.2h.1v-.2h.2v.1h.1v.1h.1v-.2h-.1v-.4H2v-.2h-.1ZM2.3 6h-.1v.3h.1v-.4ZM2.3 17.7h-.1v.4h.1v-.4ZM.8 16.6v-.4H1v-.5H.8v-.2H.6v.2H.5V16.6h.3ZM.6 16V16h.1V16.2H.5V16ZM1.1 6H1v.3h.1v-.4ZM2.9 16.8h-.1v.4h.1v-.4ZM2 16.6V15.5h-.3v.2h-.1v-.2h-.2v.2h-.1V16.6h.3v-.2h.1v.2H2Zm-.4-.4h-.2V15.9h.1V16.2Zm.1-.2h.1V16v.1H2v.2h-.1V16ZM1.7 16.8h-.1v.4h.1v-.4ZM1.7 15h-.1v.4h.1V15ZM2.9 13.4h-.1v.3h.1v-.3ZM2.7 16.6v-.2h.1V15.5h-.3v.5h-.1v.4h.1v.2h.2Zm-.2-.6h.1V16v.1h.1v.2h-.1V16ZM2.8 12v.2h.1v-.4h-.1v.2ZM2.9 10.3h-.1v.3h.1v-.3Z"/><path fill="#FF4B55" d="M2.9 9.6h-.1v-.4h-.2V9h-.1v-.4h-.2v-.3h-.1v.3H2V9H2v.3h-.2v.3h-.1v-.3h-.2V9h-.1v-.4H1v-.3H1v.3H.9V9H.7v.3H.6v.3H.4v.4h.2v.4h.1v.3H1v.3H1v-.3h.1v-.3h.2v-.4H1v-.4h.2v.3h.1v.5h.1v.4h-.2v.2H1v.2H1v.4H.9V11H.7V11H.6v-.2H.4v.6h.2v.3h.1v.3H1v.2H.7v.3H.6v.3H.4v.6h.2V13h.1v-.2H1v-.4H1v.4h.1v.2h.2v.2h.2v.9h-.2V14.5H1v-.4h.2v-.3H1v-.4H1v-.3H.9v.3H.7v.4H.6v.3H.4v.3h.2v.4h.1v.3H1v.4H1v.3h.1v-.3h.2V15h.1v-.3h.2v-.4h.1v.4H2v.3H2v.4h.2v.3h.1v-.3h.2V15h.1v-.3h.2v-.4h.1v-.3h-.1v-.3h-.2v-.4h-.1v-.3h-.2v.3h-.1v.4H2v.3h.2v.4H2v-.3H2v-.5h-.1v-.4H2v-.2h.2v-.2h.1v-.4h.2v.4h.1v.2h.2v.2h.1v-.6h-.1v-.3h-.2V12h-.1V12h.1v-.3h.2v-.3h.1v-.6h-.1v.2h-.2v.2h-.1v.4h-.2V11h-.1V11H2v-.2h-.2v-.9H2V9.5h.2v.4H2v.4h.2v.3h.1v.3h.2v-.3h.1v-.3h.2v-.4h.1v-.3ZM2 11.3V11.6h.2v.3h.1v.2h-.1v.3H2V12.7h-.2v.4h-.2v-.4h-.3v-.3H1V12H1v-.2h.1v-.3h.2v-.3h.2V11h.2v.1h.1v.3H2Z"/></svg>',
23
+ be: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#464655" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/></svg>',
24
+ bz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M24 5.8c0-1-.9-1.7-1.8-1.7H1.8C.8 4.1 0 5 0 5.8v12.4c0 1 .9 1.7 1.8 1.7h20.4c1 0 1.7-.8 1.8-1.7V5.8Z"/><path fill="#41479B" d="M24 5.8H0v12.4h24V5.8Z"/><path fill="#F5F5F5" d="M12 17.4a5.4 5.4 0 1 0 0-10.8 5.4 5.4 0 0 0 0 10.8Z"/><path fill="#82AFFF" d="m11 14.8-.9.2s-.2 0-.2-.2v-.3h1v.3ZM13 14.8l.9.2s.2 0 .2-.2v-.3h-1v.3Z"/><path fill="#965032" d="M11.8 9.2h-.2l-.2-.3h.1l.2.2h.1v.1ZM10.4 9l.2.5h.1l-.2-.5h-.1Z"/><path fill="#965032" d="M12.2 11.2 12 11l-.1-.3V10.3l-.2-.1h-.4L11 10v-.3l.2.2h.3l.3.2v.4c0 .2.1.2.2.3l.1.1v-.6c0-.1 0-.3-.2-.4a.8.8 0 0 1-.1-.6v-.5.5l.2.5c.2.1.2.3.2.5v1Z"/><path fill="#965032" d="M12 10.9h-.3s-.2 0-.2-.2v-.1l.2.2h.2ZM11.7 10.3h.1l.8-1.6h-.1l-.8 1.6ZM12.7 10.1h-.6V10h.5v-.6h.1v.7Z"/><path fill="#73AF00" d="M11.6 10.7H11a.3.3 0 0 1-.3-.2c0-.2.1-.3.3-.3h.5c.1 0 .2.1.2.3 0 .1 0 .2-.2.2ZM12.8 10.7h-.5a.3.3 0 0 1-.3-.2c0-.2.1-.3.3-.3h.5c.1 0 .2.1.2.3 0 .1 0 .2-.2.2Z"/><path fill="#73AF00" d="M13.3 10.2h-.7a.3.3 0 0 1-.3-.2c0-.2.2-.3.3-.3h.7c.1 0 .2.1.2.3 0 .1 0 .2-.2.2ZM13.5 9.5h-1.2a.3.3 0 0 1-.3-.2c0-.2.1-.3.3-.3h1.2c.1 0 .2.1.2.3l-.2.2ZM12.8 8.8h-.4a.3.3 0 0 1-.2-.2c0-.2 0-.3.2-.3h.4c.1 0 .2.1.2.3 0 .1 0 .2-.2.2ZM10.5 9.2h-.1a.3.3 0 0 1-.3-.3c0-.1.1-.2.3-.2h.1c.2 0 .3 0 .3.2s-.1.3-.3.3ZM11.7 9h-.5a.3.3 0 0 1-.2-.2c0-.2 0-.3.2-.3h.5c.2 0 .3.1.3.3 0 .1-.1.2-.3.2ZM11.6 9.9h-1a.3.3 0 0 1-.3-.3c0-.1 0-.2.2-.2h1c.2 0 .3 0 .3.2s0 .3-.2.3ZM14.6 13.5H9.4c-.2 0-.3.1-.3.3 0 .2.1.3.3.3h1.4c0 .2.2.4.3.4H13c.1 0 .3-.2.3-.4h1.4c.2 0 .3-.1.3-.3 0-.2-.1-.3-.3-.3Z"/><path fill="#BE7855" d="M15.4 10.4h-.1l-1.7-.8v-.1l-1-.4h-.1v.2l.8.5h.3l.9.4.6.4s0 .1.1 0c0 0 .3 0 .2-.2Z"/><path fill="#FFBE3C" d="M9.7 13.7v.3h-.3v-.3h.3ZM10.2 13.6v.2h.7l-.5-.2h-.2Z"/><path fill="#EAF3F5" d="M9.7 11.2s-.2.3-.2 1.4l-.1 1 .1.2h.2l.2-.1s-.1-1 .1-1.6l.2.4v1l.4.1s0-2-.2-2.4h-.7Z"/><path fill="#965032" d="M9.7 11v.2s.4.2.7 0v-.1h-.7ZM9.2 10.2c-.3 0-.6.3-.6.4 0 .2.2.1.2.1l.2-.2.5-.3 1.4-.7v-.1l-1.7.8Z"/><path fill="#FFBE3C" d="M9.8 9.3v.1l.1.5v.1l-.5.3v.3h-.2v-.3l-.2.2s0 .5.3.6c0 0 .2 0 .3-.3v.3s.4.1.8 0v-.3s0 .5.3.4c0 0 .6-.2.5-.3-.2-.2-.5 0-.5 0V10l-.4-.1v-.4l-.1-.3h-.4Z"/><path fill="#464655" d="M9.8 9.4h.4v.2h.1s.1-.4 0-.4h-.2c-.2 0-.3 0-.3.2Z"/><path fill="#965032" d="M14.3 13.7v.3h.3v-.3h-.3ZM13.8 13.6v.2H13l.5-.2h.2Z"/><path fill="#EAF3F5" d="M14.3 11.2s.2.3.2 1.4l.1 1-.1.2h-.2l-.1-.1s0-1-.2-1.6l-.2.4v1l-.4.1.2-2.4h.7Z"/><path fill="#BE7855" d="M14.3 11v.2s-.3.2-.7 0v-.1h.7Z"/><path fill="#965032" d="M14.2 9.3v.1l-.1.5v.1l.5.3v.3h.2v-.3l.2.2s0 .5-.3.6l-.3-.3v.3s-.4.1-.8 0v-.3s0 .5-.3.4c0 0-.6-.2-.5-.3.2-.2.5 0 .5 0l.1-.8.3-.1v-.4c0-.2.2-.3.2-.3h.3Z"/><path fill="#464655" d="M14.2 9.4h-.4v.2h-.1s-.1-.4 0-.4h.3c.2 0 .2 0 .2.2Z"/><path fill="#EAF3F5" d="M10.5 9.6v-.1l.3-.1v.1l.3.3s-.2.3-.5.2v-.4Z"/><path fill="#82AFFF" d="M10.8 10.9v1.5c0 .4 0 1.6 1.2 2 1.1-.4 1.3-1.6 1.3-2V11l-.1-.1h-2.4Z"/><path fill="#FFE15A" d="M13.3 12.4V11l-.1-.1H12V12l1.1 1.1c.2-.3.2-.6.2-.8Z"/><path fill="#EAF3F5" d="M10.7 12.4V11l.1-.1H12V12l-1.1 1.1c-.2-.3-.2-.6-.2-.8Z"/><path fill="#8C5A28" d="m11.2 13.2.3.3h.9l.1-.2h-.8l-.5-.1Z"/><path fill="#F5F5F5" d="M11.6 12.8v.4h-.3l.3-.4Z"/><path fill="#8C5A28" d="M12 12.6v.8-.8ZM12.3 12.7v.7-.7ZM11.7 12.7v.7-.7Z"/><path fill="#F5F5F5" d="M12 13.3H12v-.1h.2ZM12 13H12h.2ZM12 12.9H12v-.2h.2v.2ZM12.4 13.3h-.2v-.1h.2ZM12.4 13h-.2.2ZM12.4 12.9h-.2v-.1h.2v.1ZM11.8 13.3h-.2v-.1h.2ZM11.8 13h-.2.2ZM11.8 12.9h-.2v-.1h.2v.1Z"/><path fill="#FF4B55" d="M12.2 12.7ZM11.7 12.7h-.2.2ZM12 12.6h-.2.2Z"/><path fill="#4173CD" d="M13 13.5h-2v.1h2v-.1Z"/><path fill="#73AF00" d="M13 13.6h-2l.4.4h1.2l.3-.4Z"/><path fill="#FFE15A" d="m11.4 14 .6.3.6-.3h-1.2Z"/><path fill="#BE7855" d="M11.8 12.2V12l-.1-.1-.2-.2h-.1l-.1-.2h-.1l-.1-.1-.2-.2c-.1-.1-.1-.2 0-.2h.2l.2.2v.1l.1.2.2.2.1.1h.1v.1h.1l-.1.2Z"/><path fill="#965032" d="M11 12.3h-.1l.6-1 .1.2-.6.8Z"/><path fill="#F5F5F5" d="m11.4 11.3.3.2.2-.1-.3-.3-.2.2Z"/><path fill="#965032" d="m12.3 11.3.8 1s.1 0 0-.1l-.8-1Z"/><path fill="#EAF3F5" d="M12 11.4s.3 0 .4-.2l.1.2s-.2.1-.2.3c0 0-.2 0-.2-.3Z"/><path fill="#965032" d="M13 11.3s-.1-.1 0-.2v.1ZM12.3 12v-.1H12c0 .1 0 0 0 0h.2Z"/><path fill="#EAF3F5" d="m13 11.2-.8.8.2.2.8-.8-.2-.2Z"/><path fill="#FFBE3C" d="M9.1 10.1s.1 0 0 .1l-.2.2s-.1-.2.2-.3Z"/><path fill="#965032" d="M15 10.2h-.1l.2.2-.2-.2Z"/><path fill="#464655" d="M13.2 10.9v1.5c0 .4 0 1.6-1.2 2-1.1-.4-1.3-1.6-1.3-2V11l.1-.1h2.4Zm0-.1h-2.4s-.2 0-.2.2v1.4c0 .1 0 .5.3 1 .2.5.6.8 1 1h.1c.5-.2 1-.5 1.1-1 .3-.5.3-.9.3-1V11l-.2-.2Z"/><path fill="#EAF3F5" d="M14 14.3c-.3 0-.7 0-1 .2-.5.3-.8.3-1 .3-.2 0-.5 0-1-.3-.3-.2-.7-.3-1-.2v.4c.2-.1.5-.2.9.1.5.4 1 .4 1.1.4.2 0 .6 0 1.1-.4.4-.3.7-.2 1-.1v-.4Z"/><path fill="#965032" d="M12 16.3a4.4 4.4 0 1 1 0-8.8 4.4 4.4 0 0 1 0 8.8Zm0-8.6a4.2 4.2 0 1 0 0 8.4 4.2 4.2 0 0 0 0-8.4Z"/><path fill="#73AF00" d="M7.2 12.3s0-.6.5-.6c0 0 0 .3-.2.3l-.3.3Z"/><path fill="#73AF00" d="M8.2 12.3s0-.6-.5-.6c0 0 0 .3.2.3l.3.3ZM16.8 11.7s0 .6-.5.6c0 0 0-.2.2-.3l.3-.3ZM15.8 11.7s0 .6.5.6c0 0 0-.2-.2-.3l-.3-.3ZM12.3 16.8s-.6 0-.6-.5c0 0 .2 0 .3.2l.3.3ZM12.3 15.8s-.6 0-.6.5c0 0 .2 0 .3-.2l.3-.3ZM11.7 7.2s.6 0 .6.5c0 0-.2 0-.3-.2l-.3-.3Z"/><path fill="#73AF00" d="M11.7 8.2s.6 0 .6-.5c0 0-.2 0-.3.2l-.3.3ZM8.8 15.6s-.4-.4 0-.7v.7ZM9.5 14.9s-.4-.4-.7 0h.7ZM15.2 8.4s.4.4 0 .8c0 0-.1-.2 0-.4v-.4Z"/><path fill="#73AF00" d="M14.5 9.1s.4.4.7 0h-.7ZM15.6 15.2s-.4.4-.8 0c0 0 .2-.1.4 0h.4Z"/><path fill="#73AF00" d="M14.9 14.5s-.4.4 0 .7v-.7ZM8.4 8.8s.4-.4.8 0c0 0-.2.1-.4 0h-.4Z"/><path fill="#73AF00" d="M9.1 9.5s.4-.3 0-.7v.7ZM7.7 14s-.2-.4.2-.6c0 0 .1.2 0 .4a2 2 0 0 0-.2.3Z"/><path fill="#73AF00" d="M8.6 13.7s-.2-.5-.7-.3c0 0 .1.2.3.2l.4.1ZM16.3 10s.2.4-.2.6v-.3l.2-.4ZM15.4 10.3s.2.5.7.3c0 0-.1-.2-.3-.2h-.4ZM14 16.3s-.4.2-.6-.2h.3l.4.2ZM13.7 15.4s-.5.2-.3.7c0 0 .2 0 .2-.3v-.4ZM10 7.7s.4-.2.6.2h-.3l-.4-.2Z"/><path fill="#73AF00" d="M10.3 8.6s.5-.2.3-.7c0 0-.2.1-.2.3l-.1.4ZM10.4 16.5s-.5-.2-.3-.6c0 0 .2 0 .2.2l.1.4ZM10.8 15.6s-.5-.2-.7.3h.4c0-.2.3-.3.3-.3ZM13.6 7.5s.5.2.3.7c0 0-.2-.1-.2-.3l-.1-.4Z"/><path fill="#73AF00" d="M13.2 8.4s.5.2.7-.3l-.4.1-.3.2ZM16.5 13.6s-.2.5-.6.3c0 0 0-.2.2-.2l.4-.1ZM15.6 13.2s-.2.5.3.7l-.1-.4a2 2 0 0 1-.2-.3ZM7.5 10.4s.2-.5.6-.3c0 0 0 .2-.2.2l-.4.1ZM8.4 10.8s.2-.5-.3-.7v.4c.2 0 .3.3.3.3ZM7.4 13.2s-.2-.5.3-.6v.3l-.3.3ZM8.3 13s0-.5-.6-.4c0 0 0 .2.3.2l.3.2ZM16.6 10.8s.2.5-.3.6v-.3l.3-.3ZM15.7 11s0 .5.6.4c0 0 0-.2-.3-.2l-.3-.2ZM13.2 16.7s-.5 0-.6-.4h.3l.3.4ZM13 15.7s-.5 0-.4.6c0 0 .2 0 .2-.3l.2-.3ZM10.8 7.4s.5-.2.6.4c0 0-.2 0-.3-.2l-.3-.2ZM11 8.3s.5 0 .4-.5c0 0-.2 0-.2.2l-.2.3ZM9.6 16.1s-.5-.2-.2-.7c0 0 .2.1.1.3v.4Z"/><path fill="#73AF00" d="M10.1 15.3s-.4-.3-.7.1c0 0 .2.2.3 0h.4ZM14.4 7.9s.5.3.2.7c0 0-.2-.1-.2-.3v-.4ZM13.9 8.7s.4.3.7-.1h-.3l-.4.1ZM16.1 14.4s-.3.5-.7.2c0 0 .1-.2.3-.1h.4ZM15.3 13.9s-.3.4.1.7v-.3l-.1-.4ZM7.9 9.6s.2-.5.7-.2c0 0-.1.2-.3.2h-.4Z"/><path fill="#73AF00" d="M8.7 10.1s.3-.4-.1-.7c0 0-.1.2 0 .4v.3ZM8.2 14.9s-.3-.4 0-.7c0 0 .2.1.1.3l-.1.4Z"/><path fill="#73AF00" d="M9 14.3s-.3-.4-.7-.1c0 0 0 .2.3.1H9ZM15.8 9.1s.3.5 0 .8c0 0-.2-.2-.1-.4l.1-.4ZM15 9.7s.3.4.7.2c0 0 0-.2-.3-.2H15ZM14.9 15.8s-.5.4-.7 0c0 0 .1-.2.3-.1l.4.1ZM14.3 15s-.4.3-.1.7l.1-.3V15ZM9.1 8.2s.4-.3.7.1h-.3L9 8.2ZM9.7 9s.4-.3.1-.7l-.1.3V9ZM11.3 16.8s-.5-.1-.4-.6c0 0 .2 0 .3.2l.1.4ZM11.5 15.8s-.5-.1-.6.4l.3-.1.3-.3ZM12.7 7.3s.5 0 .4.6c0 0-.2 0-.3-.3l-.1-.3ZM12.5 8.2s.5.2.6-.3h-.3l-.3.3ZM16.7 12.7s0 .5-.5.4c0 0 0-.2.2-.2l.3-.2ZM15.8 12.5s-.2.5.4.6c0 0 0-.2-.2-.3l-.2-.3ZM7.3 11.3s0-.5.5-.4c0 0 0 .2-.2.3l-.3.1Z"/><path fill="#73AF00" d="M8.2 11.5s.1-.5-.4-.6c0 0 0 .2.2.3l.2.3Z"/></svg>',
25
+ bj: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6V12h24V6Z"/><path fill="#FF4B55" d="M1.8 19.9h20.4c1 0 1.8-.8 1.8-1.8V12H0v6C0 19 .8 20 1.8 20Z"/><path fill="#73AF00" d="M1.8 19.9H8V4H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8Z"/></svg>',
26
+ bm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><g clip-path="url(#a)"><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#41479B" d="M0 6v5.6c0 .2.2.4.4.4h11.2c.2 0 .4-.2.4-.4v-7c0-.3-.2-.5-.4-.5H1.8C.8 4.1 0 5 0 6Z"/><path fill="#F5F5F5" d="M7 6.6V4.1H5v2.5L1.3 4.2c-.5.2-.8.5-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.6Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#F5F5F5" d="m15 8.2-.1.1v5.5c0 .4.3 1.9 3.1 2.3 2.8-.4 3.1-1.9 3.1-2.3V8.3l-.1-.1h-6Z"/><path fill="#73AF00" d="M18 16.1c2.3-.3 3-1.4 3-2h-6c0 .6.7 1.7 3 2Z"/><path fill="#82AFFF" d="M20 11.3v-.5h-4v.8h.2l.3.5 1.5.8 1.5-.8.3-.5h.3s0-.2-.2-.3Z"/><path fill="#F5F5F5" d="M19.5 12s-.1-.1-.4 0c0 0-.1-.3-.3-.2 0 0-.3-.2-.5.1 0 0-.5 0-.5.3l.8 1.2h1l.3-.5-.4-.5V12Z"/><path fill="#F0C850" d="m18 12.4-.7-1.1c-.1 0-.3-.2-.5 0 0 0-.5 0-.4.3l.1.7-.2.4-.3.2.2.5h1.7l.1-1Z"/><path fill="#965032" d="M18.8 12v-.1h-.1l-.4.1-.3-.6v-.1h-.2v-.2h-.1v.4l.1.7V12.6l-.6-.8v-.1l-.2-.2v.2s-.1 0 0 .1l.2 1.5H17v.5l.9.3 1.1-.6.1-.3-.4-1.1Zm-.1 0h-.1Zm-.6.2h.1Zm0 0-.1.1Zm.2 0V12Zm.1-.2h.1v.1Zm-.5-.6.4.6-.2.1-.2-.7Zm-.1 0 .2.7-.1.1-.1-.8Zm0 .9h.1-.1Zm-.6-.6.5 1-.1.2-.5-1.2Zm-.2 0 .5 1.3-.2.1-.3-1.4Z"/><path fill="#FF4B55" d="M20 10.6H20l-.1-.1h-.2c-.2 0-.2.2-.2.2H19v-.2h-.2v-.2c-.1-.1 0-.1 0-.2 0 0 .1-.1 0-.2h-.1l-.1-.2h.3v-.2c-.1.1-.3 0-.2 0v-.2h-.1c.1-.2 0-.4 0-.4h-.1v-.1h-.2v-.2h-.1l-.2-.1-.2.1h-.1v.2h-.2v.1h-.2l.1.4h-.2v.2c.2 0 0 .1 0 0 0 0-.1 0 0 .2 0 0 0 .1.2 0 0 0 0 .3-.1.2h-.2l.1.2s.1.1 0 .1V10.5H17v.2h-.4l-.1-.2H15.9v.3l.3.2.3.1 1-.4.5.1.5-.1 1 .4.3-.1.2-.2c.1 0 0-.1 0-.2Z"/><path fill="#F5F5F5" d="M17.7 9s0 .2.2.1c0 0 0-.1-.2 0Z"/><path fill="#FF4B55" d="M17 14.2h-.3c-.1.2-.2.1-.3.1-.2 0-.2.2-.2.2s-.3 0-.2.2c0 .2.2.2.2.1 0 .1 0 .2.2.2.1 0 .2 0 .2-.2l.1.2c.2 0 .2-.1.2-.3 0-.1.2 0 .4-.3l-.3-.2Z"/><path fill="#82AFFF" d="M16.2 14.8s-.1 0 0 .2c0 0-.3 0-.2-.3h.2ZM16.5 15v.2s-.2 0-.2-.3h.2ZM16.7 15v.1s.2 0 .2-.2h-.2Z"/><path fill="#FF4B55" d="M16.5 12.1c0-.1-.9-.2-.8.6h-.2c0 .2-.1.1-.2.1 0 0 0 .2.3.2h-.1v.5s.2 0 .2-.2V13v.5s.3 0 .2-.2V13s.2.2.1.4v-.5s.6-.3.5-.8ZM19 14.2h.3c.1.2.2.1.3.1.2 0 .2.2.2.2s.3 0 .2.2c0 .2-.2.2-.2.1 0 .1 0 .2-.2.2-.1 0-.2 0-.2-.2l-.1.2c-.2 0-.2-.1-.2-.3 0-.1-.2 0-.4-.3l.3-.2Z"/><path fill="#82AFFF" d="M19.8 14.8s.1 0 0 .2c0 0 .3 0 .2-.3h-.2ZM19.5 15v.2s.2 0 .2-.3h-.2ZM19.3 15v.1s-.2 0-.2-.2h.2Z"/><path fill="#FF4B55" d="M19.5 12.1c0-.1.9-.2.8.6h.2c0 .2.1.1.2.1 0 0 0 .2-.3.2h.1v.5s-.2 0-.2-.2V13v.5s-.3 0-.2-.2V13s-.2.2-.1.4v-.5s-.6-.3-.5-.8Z"/><path fill="#FFE15A" d="m19.8 10.9-.3.1-.7-.3h-1.6c-.1.1-.5.4-.7.3l-.2-.1h-.1c0 .2.1.2.2.3h.1c.3 0 .6-.2.8-.4h.3v.1c-.1 0-.1 0 0 0v.1H18.6v-.2l-.1.1v-.1h.3c.2.2.5.4.8.4l.4-.2v-.1Z"/><path fill="#82AFFF" d="M16.1 11v-.3H16l.1.3ZM16.2 10.9s.1-.1 0-.2c0 0-.1 0 0 .2ZM16.4 10.8v-.1l-.1.2h.1Z"/><path fill="#82AFFF" d="M16.4 10.9h-.2l.2.1c.1 0 0-.2 0-.1Z"/><path fill="#F5F5F5" d="M18.3 9s0 .2-.2.1c0 0 0-.1.2 0Z"/><path fill="#82AFFF" d="M19.9 11v-.3h.1l-.1.3ZM19.8 10.9s-.1-.1 0-.2c0 0 .1 0 0 .2ZM19.6 10.8v-.1l.1.2h-.1Z"/><path fill="#82AFFF" d="M19.6 10.9h.2l-.2.1c-.1 0 0-.2 0-.1Z"/><path fill="#464655" d="M18 9.3c0 .1 0 .1 0 0ZM17.9 9.6h-.1v-.2.1h.1v-.2h.1v.2H18ZM18.1 9.6l-.1-.1v-.2.2h.1s.1 0 0 0l.1-.1v.1Z"/><path fill="#F5F5F5" d="M18.9 13.3s-.2-.3-.4 0c-.2.1-.3.4-.6.3h-.2v-.3c0-.3-.5-.2-.6 0 0 0 .2-.4-.3-.2 0 0 0-.3-.3-.2l-.2.2H16l.3.9h.5l.1.2.7.4.1.2h.4s0-.2.2-.3c.3 0 .6-.2.7-.4V14h.4l.3-.5.2-.6c-.1 0-1-.1-1.1.4ZM20 12.9Z"/><path fill="#FFE15A" d="M17.3 14.3c-.2 0-.2-.2-.3-.2V14h.2v-.2H17v-.2h-.2l-.1.2h.1v.2l-.3-.1-.4-1c.4-.2.5-.5.5-.8 0-.3-.2-.6-.4-.7h-.3l-.1.2.1.2h.2v-.2H16h.1c.2 0 .3.3.3.6 0 .1 0 .4-.4.6v.1l.3 1c.1.2.2.2.4.2h.2l.3.3c.5.2.5.3.5.4l-.1-.1s-.1 0 0 .2h.1l.2-.1c0-.3-.4-.4-.6-.5ZM18.7 14.3c.2 0 .2-.2.3-.2V14h-.2v-.2h.2v-.2h.2l.1.2h-.1v.2l.3-.1.4-1c-.4-.2-.5-.5-.5-.8 0-.3.2-.6.4-.7h.3l.1.2-.1.2h-.2v-.2h.1-.1c-.2 0-.3.3-.3.6 0 .1 0 .4.4.6v.1l-.3 1c-.1.2-.2.2-.4.2H19l-.3.3c-.5.2-.5.3-.5.4l.1-.1s.1 0 0 .2h-.1l-.2-.1c0-.3.4-.4.6-.5Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0V0Z"/></clipPath></defs></svg>',
27
+ bt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF6E55" d="M1.8 19.9h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-.5-.2-1-.6-1.3L.6 19.4c.4.3.8.5 1.2.5Z"/><path fill="#FFE15A" d="M.6 19.4 23.4 4.6c-.4-.3-.8-.5-1.2-.5H1.8C.8 4.1 0 5 0 6v12.2c0 .5.2 1 .6 1.3Z"/><path fill="#FFF5DC" d="M13.2 8.3h-.5l.4.2h-.5c-.6 0-1 .5-1 .5.3-.2.5-.2.9-.1l1.1-.2v-.3s-.2-.1-.4 0Z"/><path fill="#FFF5DC" d="m13.9 7 .7.2H14l.4.1-.2.2c-.3-.4-.8-.1-.8-.1.6 0 .7.3.7.4l-.3-.1c-.7-.4-1-.1-1-.1l.8.1c-.1 0-.2.2-.1.3-.4 0-.9-.2-1.1-.1-.4 0-.3.5-.3.5s0-.3.3-.3l1.3.2.3-.1L14 8s-.3-.1-.2-.3c.2 0 .3.2.3.2l.1-.1.3-.1.1-.3.2.3h.2s0-.2-.3-.4c.2 0 .4.2.5.4h.4s-.7-.8-1.7-.8ZM17.7 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1ZM16.5 15.3a.7.7 0 1 0 0-1.3.7.7 0 0 0 0 1.3ZM11.4 14.9a.5.5 0 1 0 0-1.1.5.5 0 0 0 0 1ZM10.2 17.4a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2ZM16 9.2l1.4.5c.4.2 1-.4 1.5 0 0 0-.1-.2-.5-.2 0 0 0-.3-.3-.3 0 0 .3.2.1.3 0 0 0-.2-.3-.2 0 0 .2 0 .1.2 0 0-.3.2-.5 0-.1 0-1.3-.7-1.7-.7l.2.4Z"/><path fill="#F5F5F5" d="M15.7 9.5s.3 0 .6.5c.2.1.6.1.6-.2-.1-.3-1-.5-1-.5l-.2.2Z"/><path fill="#FFF5DC" d="m17.5 8.8-.4.1s0 .4-.3.5l-.2.5.3-.4h.2v.7s.2-.2.2-.5v-.3c0 .2.2.3.2.3-.1-.2 0-.4.1-.5.1-.2 0-.4 0-.4ZM18.7 8.1c-.2 0-.4 0-.5.2H18l.3-.1c0-.2.2-.2.4-.2s.2-.3.2-.3l-.3.1c-.2 0-.3 0-.5.2L18 8v-.2c0-.1.2-.2.2-.5 0-.2 0-.2.2-.3l.1-.3-.4.3c-.1.1 0 .3 0 .4-.2.1-.4.1-.4.4l-.1.3s-.4.3 0 .4c.5.2.9-.3 1.1-.3l.7-.1h-.6ZM13 11.8l-.8-.7v.2L12 11l-.4-.3.2.4-.7.1s-.1-.3-.3-.3v.3c-.1.1 1 .6 1.1.6h1ZM13.6 10.7h-.1l-.1-.5-.5-.7c0-.2 0-.4-.2-.2-.4.2-.6.7-.6.7l.4-.2v.3c-.3.2-.2.3-.2.3l.5-.3v.5l.2-.2.2.6-.4.1h.2l.4.2v.2h-.5s.2.3.4.3l.5-.2-.2-.9ZM9.8 15.4l-.3.2v-.2H9s.2 0 .2-.2l.1-.1-.2-.2h.5c.2.2.1.5.1.5ZM13.7 13.7l-.3.2v-.2s-.2.1-.4 0l.2-.1.1-.2-.2-.1s.3-.2.5 0 .1.4.1.4ZM16.1 11.6v.3H16l-.1.3v-.3c-.2 0-.1-.1-.1-.1h-.3s0-.3.3-.3l.4.1Z"/><path fill="#FF6E55" d="m16.8 14.1.2.1h-.2Z"/><path fill="#FFF5DC" d="M8.7 14.8s-.6 1-1.4 1.2l.3-.4-.8.4.5-.6s-1 1-2.4 1.2c0 0 1-.6 1.2-.9l-1 .2s1.4-.5 1.6-.7c0 0-.5.1-.8 0l1.3-.3-1-.2s.6-.2 1.4 0l-.2-.2 1-.1c.4 0 .1-.1.1-.1v-.1h-.4l.9-.6c.2-.2 0-.1 0-.1l-.5.1.5-.6h-.6l.5-.3.4-.5-.3.1.4-.5H9l.5-.2c0-.1.3-.3.6-.3 0 0 .3-.3.2-.5 0 0 .2 0 .3.2l.3.2-1 .8-.6 2.3-.6.5Z"/><path fill="#F5F5F5" d="M18 10.4c.4.4 0 .5 0 .5 0-.5-.4-.4-.4-.4l.1.3c-.6 0-.5-.5-.5-.5l-.3.4s-1.6.5-2.7-1l.1-.5-.7-.5-.8.1s-.4.8 0 1.3c.5.4 1 1.1.9 1.4-.1.2-.3.3-.5.3l-.5-.2c-.5-.2-1.6-.7-2.5-.3-.8.4-.9 1-1 1.6-.2.4-.5 1.6-2.8 2.7v.2c1-.3 2.4-.7 2.8-1.2h.4l-.2.5s.5.2.5.8c0 0-.7.2-.3.9 0 0 0-.5.6-.5l.4.2v.3s.6-.1.1-.7c0 0 .5-.2.6.5 0 0 .3-1-.8-1 0 0 0-.2-.3-.5 0 0-.1-.2 0-.4v-.2h.3s.2.3.8.3c0 0-.5-.2-.4-.6 0-.3.5-.5.7-.4 0 0 0-.4-.8-.1 0 0 0-.4.4-.4 0 0-.6-.5-.8.4h-.2c-.2-.3-.3-1 .4-1.4.7-.3 1.5.4 2.9.5 0 0-.1.8.3 1l1.6.4c0 1.2.8 1 .8 1a.6.6 0 0 1-.2-1c.4-.4 1 0 1 0 0-.6-.8-.5-.8-.5.1-.4.6-.5.6-.5-.7-.2-1.3.5-1.3.5l-1.1-.3.2-.5c.3-.4.5-.9.4-1.4 0 0 .4-.3.8 0 .4.2 1.2-.3 1.2-.3.4.5 1.3.4 1.4-.2.1-.6-.3-.6-.3-.6Z"/><path fill="#F5F5F5" d="M16.9 9c-.3-.1-.7-.2-.8 0-.1.4-.3.7-.7.6-.5 0-.7.4-1 .3 0 0 .3 0 .3-.2l.3-.4V9s-.5 0-.7.2c-.2.1-.8-.1-.8-.1v-.7s.6-.7 1.2-.7h1.1c.3 0 .5.3.8.4.4 0 1-.1 1.2.1l-.3.6c0 .3-.2.5-.6.2Z"/><path fill="#FFF5DC" d="M15 8.8s-.4.2-.7.1h-.7s.5 0 .7.2c.2.2.7 0 .8 0l-.2-.3Z"/><path fill="#FFF5DC" d="m15.1 9.3-.6.2h-.6s.2-.2.5-.2.4-.2.4-.2h.3v.2Z"/><path fill="#FFF5DC" d="M15.3 9.5a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .9Z"/><path fill="#FFF5DC" d="M15.1 8.7s-.2-.2-.6-.1H14s.2.2.5.2.5.2.5.2l.1-.3ZM16.5 8.2a.5.5 0 0 1 .2-.2V8c0-.2-.2-.2-.3-.1-.1 0-.2.2 0 .3v.1ZM16.1 8.7a.5.5 0 0 1 .2-.3v-.1c-.2-.1-.3-.1-.4 0v.3h.2Z"/></svg>',
28
+ bo: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 19.9h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5c0 1 .8 1.8 1.8 1.8Z"/><path fill="#FF4B55" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v3.5h24V5.9Z"/><path fill="#FFE15A" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#73AF00" d="m11.5 9.7-.1.1-.1.4v.3l.1.2a.7.7 0 0 0 .4.3h.5a.7.7 0 0 0 .4-.5v-.3a.9.9 0 0 0-.1-.5v-.1l.2.1s.2.2.2.5v.4l-.2.4a1 1 0 0 1-.6.3h-.7a1 1 0 0 1-.5-1.1c0-.3.1-.4.2-.5l.2-.1Z"/><path fill="#FF4B55" d="M11.9 13.8v.6c0 .1 0 .1-.1 0h-.1v-.6h.2Z"/><path fill="#FFE15A" d="M11.6 13.7v.5-.5Z"/><path fill="#73AF00" d="M11.5 13.7V14v-.3Z"/><path fill="#FF4B55" d="M12.1 13.8v.6c0 .1 0 .1.1 0h.1v-.6h-.2Z"/><path fill="#FFE15A" d="M12.4 13.7v.5-.5Z"/><path fill="#73AF00" d="M12.5 13.7V14v-.3Z"/><path fill="#FF4B55" d="m12.5 11.8 1.2-.8v1.7a.9.9 0 0 1-1.4.7l-.6-.4v-1.2h.8Z"/><path fill="#FFE15A" d="M13.2 11.3v1.2a.9.9 0 0 1-1 .8l-.5-.3v-1.2h.8l.7-.5Z"/><path fill="#73AF00" d="M13 11.5v.8a.9.9 0 0 1-1.2.8h-.1v-1.3h.8l.4-.3Z"/><path fill="#F5F5F5" d="m13.7 10.8.5-.2-.3.4h-.2v-.2Z"/><path fill="#FF4B55" d="m13.1 12.3 1.2-.8v1.7a.9.9 0 0 1-1.4.8l-.6-.4v-1.3h.8Z"/><path fill="#73AF00" d="M13.6 12v.8a.9.9 0 0 1-1.1.9l-.2-.1v-1.3h.8l.5-.3Z"/><path fill="#F5F5F5" d="m14.4 11.3.4-.2-.3.4h-.2v-.2Z"/><path fill="#FF4B55" d="m12.8 12.1 1.2-.8V13a.9.9 0 0 1-1.4.7l-.6-.3V12h.8Z"/><path fill="#FFE15A" d="M13.6 11.6v1.2a.9.9 0 0 1-1.1.8l-.5-.2V12h.8l.8-.5Z"/><path fill="#73AF00" d="M13.2 11.8v.8a.9.9 0 0 1-1 .8H12V12h.8l.4-.3Z"/><path fill="#F5F5F5" d="m14 11 .5-.1-.3.4H14V11Z"/><path fill="#FF4B55" d="m11.5 11.8-1.2-.8v1.7a.9.9 0 0 0 1.4.7l.6-.4v-1.2h-.8Z"/><path fill="#FFE15A" d="M10.8 11.3v1.2a.9.9 0 0 0 1 .8l.5-.3v-1.2h-.8l-.7-.5Z"/><path fill="#73AF00" d="M11 11.5v.8a.9.9 0 0 0 1.2.8h.1v-1.3h-.8l-.4-.3Z"/><path fill="#F5F5F5" d="m10.3 10.8-.5-.2.3.4h.2v-.2Z"/><path fill="#FF4B55" d="m10.9 12.3-1.2-.8v1.7a.9.9 0 0 0 1.4.8l.6-.4v-1.3h-.8Z"/><path fill="#73AF00" d="M10.4 12v.8a.9.9 0 0 0 1.1.9l.2-.1v-1.3h-.8l-.5-.3Z"/><path fill="#F5F5F5" d="m9.6 11.3-.4-.2.3.4h.2v-.2Z"/><path fill="#FF4B55" d="m11.2 12.1-1.2-.8V13a.9.9 0 0 0 1.4.7l.6-.3V12h-.8Z"/><path fill="#FFE15A" d="M10.4 11.6v1.2a.9.9 0 0 0 1.1.8l.5-.2V12h-.8l-.8-.5Z"/><path fill="#73AF00" d="M10.8 11.8v.8a.9.9 0 0 0 1 .8h.2V12h-.8l-.4-.3Z"/><path fill="#FFBE5A" d="m10.6 13.7-.1-.2v-.3l2.3-2.1.3.3-2.2 2.3h-.3Z"/><path fill="#FFBE5A" d="M10.6 13.7a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2Z"/><path fill="#F5F5F5" d="m13 11.2-.2-.1v.2h.3l-.1-.1Z"/><path fill="#FFBE5A" d="m13.4 13.7.1-.2v-.3l-2.3-2.1-.3.3 2.2 2.3h.3Z"/><path fill="#FFBE5A" d="M13.4 13.7a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2Z"/><path fill="#F5F5F5" d="M11.2 11.3v-.2H11v.3h.2Z"/><path fill="#FFBE5A" d="M12 13.6c.5 0 1-.5 1-1.1 0-.6-.5-1.1-1-1.1s-1 .5-1 1c0 .7.5 1.2 1 1.2Z"/><path fill="#FF4B55" d="M12 11.5v.2l.2-.2v.2l.1-.1v.2l.1-.1-.1.2h.2-.2l.2.1h-.2l.2.2h-.2l.1.1h-.2l.1.1-.2-.1v.2-.2l-.1.2v-.2l-.2.2v-.2l-.1.1v-.2l-.1.1.1-.2h-.2.2-.2l.2-.1-.2-.2h.2l-.1-.1h.2l-.1-.1.2.1v-.2.2l.1-.2Z"/><path fill="#73AF00" d="m13.2 12.5-.6-.1-.5-.4H12s-.2 0-.3.2l-.6.3v.6l.6.5h.8l.7-1.1Z"/><path fill="#3CC8FF" d="M12 13.8c-.7 0-1.2-.6-1.2-1.3 0-.8.5-1.4 1.2-1.4s1.2.6 1.2 1.4c0 .7-.5 1.3-1.2 1.3Zm0-2.4c-.5 0-.9.5-.9 1 0 .6.4 1.1.9 1.1s.9-.5.9-1c0-.6-.4-1-.9-1Z"/><path fill="#FFBE5A" d="M11.8 13.5v.1h.1v.1h-.2l.1-.2ZM11.5 13.4h.1v.2h-.1l-.1-.1v-.1h.1ZM11.2 13.2h.1v.1h-.1v-.1ZM11 12.9h.2-.1v.2H11v-.2ZM11 12.5v.1s0 .1 0 0c-.1.1-.1 0-.1 0v-.1ZM12.2 13.5v.1H12v.1h.2l-.1-.2ZM12.5 13.4h-.1v.2h.1l.1-.1v-.1h-.1ZM12.8 13.2h-.1v.1h.1v-.1ZM13 12.9h-.2.1v.2h.1v-.2ZM13 12.5v.1s0 .1 0 0c.1.1.1 0 .1 0v-.1Z"/><path fill="#F5F5F5" d="M11.5 13.1v.2h.1v-.1.1-.2h.1v.2-.2l.2.2v-.5.1H11.5v.2Z"/><path fill="#FFBE5A" d="M12.1 13H12V13.3h.2V13Z"/><path fill="#F5F5F5" d="M12.4 12.7v.6-.6ZM12.4 12.7l-.2.2v-.2H12h.3l-.2-.3.2.2s0-.2.2-.2v.2h.2-.3s.2 0 .2.2l-.2-.1v.2-.2ZM10 11l-.5-.1.3.4h.2V11Z"/><path fill="#825546" d="m12.3 10.8 1.3-.4-.7-.2a1 1 0 0 0-.4 0h-.2v.1h-.6l-.1-.2h-.1a1 1 0 0 0-.4.1l-.7.2 1.3.4v.2l-.1.3h.8l-.1-.3v-.2Z"/><path fill="#F5F5F5" d="M12 10.7a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5Z"/><path fill="#FFBE5A" d="m12.1 10.4-.1.2h-.4l.2-.2H12.1Z"/></svg>',
29
+ ba: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M20.7 4.1V20L5 4h15.7Z"/><path fill="#F5F5F5" d="m9.7 10 .3.7h.7v.1l-.6.5.3.7h-.1l-.6-.4-.7.5V12l.2-.7-.6-.5h.8l.2-.8h.1ZM8 8.3l.2.7H9V9l-.6.4.2.8-.7-.4-.6.4.2-.8-.6-.4V9h.7l.3-.7H8ZM6.3 6.5l.2.8h.8l-.6.5.2.7v.1l-.7-.4-.6.4s-.1 0 0 0l.1-.8-.6-.4v-.1H6l.3-.8ZM4.5 4.8l.3.7h.7c.1 0 .1.1 0 .2L5 6l.2.7s0 .1-.1 0l-.6-.4-.6.5h-.1L4 6l-.6-.4v-.2h.8l.2-.7h.1ZM16.6 16.9l.3.7h.7v.1l-.6.5.3.7h-.1l-.6-.4-.7.5v-.1l.2-.7-.6-.5.8-.1.2-.7h.1ZM14.9 15.2l.2.7h.8v.1l-.6.4.2.8-.7-.4-.6.4.2-.8-.7-.4v-.1h.8l.3-.7ZM13.2 13.4l.2.8h.8l-.6.5.2.7v.1l-.7-.4-.6.4h-.1l.2-.8-.6-.4v-.1h.8l.3-.8ZM11.4 11.7l.3.7h.7s.1.1 0 .1l-.5.5.2.7s0 .1-.1 0l-.6-.4-.6.5h-.1l.2-.8-.6-.5h.8l.2-.8h.1ZM2 4.1l.3.3L2 5l.7-.4.6.5V5l-.2-.7.4-.3H2ZM19.3 19.3h-.7l-.3-.7-.3.7h-.8v.1l.6.5h1l.6-.5Z"/></svg>',
30
+ bw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#464655" d="M24 10.8H0v2.4h24v-2.4Z"/><path fill="#F5F5F5" d="M24 10H0v.8h24v-.9ZM24 13.2H0v.9h24v-.9Z"/></svg>',
31
+ br: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M11.8 6.3 3 11.6c-.3.2-.3.6 0 .8l8.7 5.3h.4l8.7-5.3c.3-.2.3-.6 0-.8l-8.7-5.3h-.4Z"/><path fill="#41479B" d="M12 15.3a3.3 3.3 0 1 0 0-6.6 3.3 3.3 0 0 0 0 6.6Z"/><path fill="#F5F5F5" d="m9.2 10.3-.4.9c1.8-.2 4.6.3 6.3 2l.2-1a9.5 9.5 0 0 0-6.1-1.9ZM12.1 13.1l.1.3h.3l-.2.2v.3c.1 0 0 0 0 0l-.2-.1-.2.1v-.3l-.2-.1v-.1h.3V13h.1ZM13.2 13.8v.1h.2l-.1.1v.1h-.2V13.7h.1ZM11.7 12.6v.1h.1V13h-.2v-.2h-.1.1v-.2ZM9.6 12.5v.1h.1v.2h-.2v-.1h-.1v-.1h.1v-.1ZM11.3 13.8h.2v.1h-.1v.2h-.2V13.8h.1ZM10.4 12.4v.1h.1v.2h-.2v-.1h-.1v-.1h.1c0-.1 0-.1 0 0ZM13.3 10.5v.1h.2l-.1.1v.1h-.2l-.1-.2h.1v-.1h.1ZM9.7 11.8v.1h.1v.2h-.2V11.7h.1ZM10.2 13.2h.2v.1l-.1.1v.2l-.1-.1H10v-.2l.1-.1ZM13.8 13.8v.1h.1v.2h-.2V14l.1-.2ZM14.2 13.2h.1V13.6H14v-.1H14v-.1l.1-.1Z"/></svg>',
32
+ io: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M1.8 19.9h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#41479B" d="M24 16.6c-1.2 0-1.2-.5-2.4-.5s-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5v-1.3c1.2 0 1.2-.4 2.4-.4s1.2.4 2.4.4S6 15 7.2 15s1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4v1.3ZM24 11.6c-1.2 0-1.2-.4-2.4-.4s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4v-1.3c1.2 0 1.2-.4 2.4-.4s1.2.4 2.4.4S6 10 7.2 10s1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4v1.3ZM24 9.1c-1.2 0-1.2-.4-2.4-.4s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4S6 9 4.8 9s-1.2-.4-2.4-.4S1.2 9 0 9V7.9c1.2 0 1.2-.5 2.4-.5s1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5V9ZM24 6.6c-1.2 0-1.2-.4-2.4-.4s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4V5.4c1.2 0 1.2-.4 2.4-.4s1.2.4 2.4.4S6 5 7.2 5s1.2.4 2.4.4S10.8 5 12 5s1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4v1.2ZM24 14c-1.2 0-1.2-.3-2.4-.3s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4v-1.3c1.2 0 1.2-.4 2.4-.4s1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4v1.3ZM24 19c-1.2 0-1.2-.4-2.4-.4s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4v-1.2c1.2 0 1.2-.4 2.4-.4s1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4V19Z"/><path fill="#41479B" d="M.4 12h11.2c.2 0 .4-.2.4-.4v-7c0-.3-.2-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7c0 .2.2.4.4.4Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2c-.5.2-.8.5-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#965032" d="M18.2 18.2a.3.3 0 0 1-.3-.3V8.7h.6V18c0 .1-.1.3-.3.3Z"/><path fill="#73AF00" d="m22.2 9.9-.6-.3-2-.3 1.2-1.7.2-.6-.6.2-1.6 1.3-.3-2-.3-.7-.3.6-.2 2.1L16 7.2l-.6-.2.2.6 1.3 1.7-2.1.3-.6.3.6.2 2 .3-1.2 1.7-.2.6.6-.2 1.8-1.4.4-.7.4.7 1.8 1.4.6.2-.2-.6-1.3-1.7 2.1-.3.6-.2Z"/><path fill="#FFE15A" d="M19.5 13.2c-.3-.3-.9-.2-1.1-.1v-.2a.1.1 0 1 0-.3 0v.2c-.3 0-.9-.2-1.1 0-.3.3-.1 1 0 1.3v.4c0 .1.1.2.3.2h1.9s.2 0 .2-.2v-.4c.1-.4.3-1 0-1.2Zm-.2.2c0 .1 0 .6-.3 1h-.6v-1h.9Zm-2.1 0h.9v1h-.7c-.2-.4-.3-.9-.2-1Z"/></svg>',
33
+ vg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><g clip-path="url(#a)"><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M7 6.6V4.1H5v2.5L1.3 4.2c-.5.2-.8.5-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.6Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#73AF00" d="M18.2 8h-2.7v5c0 1 2.7 2.2 2.7 2.2s2.7-1.1 2.7-2.2V8h-2.7Z"/><path fill="#FF4B55" d="M16.6 11.8v-.5s.1 0 0 .2h.1v.3h-.1Z"/><path fill="#FFE15A" d="M17.7 11.7h-.3l-.3-.3-.3.4h-.2l.2.1v.1h.5l.1-.2c.1 0 .2-.1.2 0l-.2.1h.2v-.2Zm-.5 0-.1-.2v.1l-.1.2h-.2l.3-.4.3.4h-.2Z"/><path fill="#FFC8B9" d="M18 9.4s-.2 0-.4.8l-.6.9v.3c.1 0 .3-.2.2-.3l.1-.2.7-.7v-.8Z"/><path fill="#F5F5F5" d="M18.4 9.3s.4 0 .5.3c0 0-.3.2-.3.4v1.3c-.6.2-1 0-1 0l.2-1.1-.1-.3.2-.3c0-.1 0-.3.3-.3h.2Z"/><path fill="#F5F5F5" d="M17.8 11.1s-.3 1.2-.2 2.8l1.5-.1s-.3-1.9-.6-2.6h-.7Z"/><path fill="#FFC8B9" d="M18 8.6V9l.1.1v.1s.1.2.4 0v-.7H18Z"/><path fill="#8C5A28" d="M18 8.5c-.1 0 0 .1 0 .1l.3.1.1.5c.2 0 .3 0 .3-.3s-.1-.6-.3-.5h-.5Z"/><path fill="#FFC8B9" d="m18.9 9.6.1 1s-.5.8-.4.9l-.1.2c-.2 0-.2-.2-.1-.3l.4-.8-.2-.8c0-.2.3-.2.3-.2Z"/><path fill="#FF4B55" d="M16 9v-.5s.1 0 0 .1l.1.2V9H16Z"/><path fill="#FFE15A" d="M17 8.9c0-.1-.1 0-.2 0l-.3-.3-.3.4H16h.2v.2h.5l.1-.2.2-.1-.2.2h.1l.2-.2Zm-.4 0-.1-.2v.1l-.1.2h-.2l.3-.4.3.4h-.2Z"/><path fill="#FF4B55" d="M16 10V9.3s.1.1 0 .2l.1.1v.2H16Z"/><path fill="#FFE15A" d="M17 9.8h-.2l-.3-.3-.3.4H16l.2.1v.1h.5l.1-.2c.1 0 .2-.1.2 0l-.2.1h.1l.2-.1v-.1Zm-.4 0-.1-.2v.1l-.1.2h-.2l.3-.4.3.4h-.2Z"/><path fill="#FF4B55" d="M16 10.8v-.4s.1 0 0 .1l.1.2v.1H16Z"/><path fill="#FFE15A" d="m17 10.7-.2.1-.3-.4-.3.4H16s0 .2.2.2v.1h.5l.1-.2.2-.1-.2.2h.1v-.1l.2-.1Zm-.4.1-.1-.2v.1l-.1.1h-.2l.3-.3.3.3h-.2Z"/><path fill="#FF4B55" d="M16 12.7v-.4s.1 0 0 .1l.1.1v.2H16Z"/><path fill="#FFE15A" d="M17 12.6h-.2v.1l-.3-.4-.3.4H16l.2.2v.1h.5l.1-.3h.2l-.2.2h.1v-.1l.2-.1Zm-.4.1v-.1l-.1-.1-.1.2h-.2l.3-.4.3.4h-.2Z"/><path fill="#FF4B55" d="M16 13.7v-.5s.1 0 0 .1l.1.2v.2H16Z"/><path fill="#FFE15A" d="M17 13.6c0-.1-.1 0-.2 0l-.3-.3-.3.4H16h.2v.2h.5l.1-.2.2-.1-.2.2h.1l.2-.2Zm-.4 0-.1-.2v.1l-.1.2h-.2l.3-.4.3.4h-.2Z"/><path fill="#FF4B55" d="M19.3 9v-.5.1s.1.1 0 .2V9Z"/><path fill="#FFE15A" d="M20.3 8.9c0-.1-.1 0-.2 0l-.3-.3h-.1l-.3.4h-.2.2l.2.2h.4L20 9l.2-.1-.2.2h.2v-.2Zm-.4 0h-.1v-.2h-.1V9h-.2l.2-.4.3.4H20Z"/><path fill="#FF4B55" d="M19.3 10V9.3v.2s.1 0 0 .1v.2Z"/><path fill="#FFE15A" d="M20.3 9.8h-.2l-.3-.3h-.1l-.3.4h-.2l.2.1.2.1h.4l.1-.2s.2-.1.2 0l-.2.1h.2v-.2Zm-.4 0h-.1v-.2l-.1.1v.2h-.2l.2-.4.3.4H20Z"/><path fill="#FF4B55" d="M19.3 10.8v-.4.1s.1 0 0 .2v.1Z"/><path fill="#FFE15A" d="m20.3 10.7-.2.1-.3-.4h-.1l-.3.4h-.2s0 .2.2.2h.2v.1h.4l.1-.2.2-.1-.2.2.2-.1v-.1Zm-.4.1h-.1v-.2h-.1v.2h-.2l.2-.3.3.3H20Z"/><path fill="#FF4B55" d="M19.3 11.8v-.5.2s.1 0 0 0v.3Z"/><path fill="#FFE15A" d="M20.3 11.7h-.2l-.3-.3h-.1l-.3.4h-.2l.2.1.2.1h.4l.1-.2s.2-.1.2 0l-.2.1h.2v-.2Zm-.4 0h-.1v-.2h-.1V11.9h-.2l.2-.4.3.4H20Z"/><path fill="#FF4B55" d="M19.3 12.7v-.4.1s.1 0 0 .1v.2Z"/><path fill="#FFE15A" d="M20.3 12.6h-.2v.1l-.3-.4h-.1l-.3.4h-.2l.2.2h.2v.1h.4l.1-.3h.2l-.2.2.2-.1v-.1Zm-.4.1-.1-.1v-.1h-.1v.2h-.2l.2-.4.3.4H20Z"/><path fill="#FF4B55" d="M19.3 13.7v-.5.1c0 .1.1.1 0 .2v.2Z"/><path fill="#FFE15A" d="M20.3 13.6c0-.1-.1 0-.2 0l-.3-.3h-.1l-.3.4h-.2.2l.2.2h.4l.1-.2.2-.1-.2.2h.2v-.2Zm-.4 0h-.1v-.2h-.1V13.8h-.2l.2-.4.3.4H20Z"/><path fill="#F5F5F5" d="M20.9 8v5c0 1-2.7 2.2-2.7 2.2S15.5 14 15.5 13V8h5.4ZM21 8h-5.7V13c0 .5.5 1 1.4 1.6.7.5 1.4.7 1.4.7h.1s.7-.2 1.4-.7c1-.6 1.4-1.1 1.4-1.6V7.9Z"/><path fill="#F5F5F5" d="m21 13.8.8.5a4.6 4.6 0 0 1-7.2 0l.7-.5a3.7 3.7 0 0 0 5.8 0Zm0-.2v.1a3.5 3.5 0 0 1-5.6 0h-.2l-.7.5-.2.1.1.1a4.7 4.7 0 0 0 7.5 0l.1-.1H22l-.7-.6H21Z"/><path fill="#FFE15A" d="M18.2 16.1c1.4 0 2.8-.7 3.6-1.8l-.7-.5a3.7 3.7 0 0 1-5.8 0l-.7.5c.8 1.1 2.1 1.8 3.6 1.8Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0V0Z"/></clipPath></defs></svg>',
34
+ bn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M24 14 .8 4.6c-.5.3-.8.8-.8 1.4V7l24 10v-3Z"/><path fill="#464655" d="M24 18v-1L0 7v3l23.2 9.5c.5-.3.8-.8.8-1.4Z"/><path fill="#FF4B55" d="M14.3 11.3v-.7c-.2-.1-.2-.4-.4-.6l.2-.4s-.5 0-1-.3l-.6-.2v-.4l-.3-.1h-.1v-.2h.7l-.2-.4.2-.4H12v-.2h-.2v1.2h-.1l-.2.1-.1.4a2 2 0 0 0-.7.3l-.9.2.3.3v.1a2.4 2.4 0 0 0-.5 1.2v.7l.3.7a2.4 2.4 0 0 0 1.7 1l.3.1H12.3a2.3 2.3 0 0 0 2-2.3v-.1ZM11 12.6l-.4-.4a2 2 0 0 1-.4-1v-.5l.3-.5c.4.3.9.3 1.2.1v.4c.1 0 .2.2.2.5 0 .2 0 .4-.2.4v.2c.4.5.2.9 0 1.1a2 2 0 0 1-.7-.3Zm3-1.4a95.5 95.5 0 0 0-.1.5c0 .2-.2.4-.3.5a1.9 1.9 0 0 1-1.1.7c-.2-.2-.4-.6 0-1v-.3l-.2-.4c0-.3 0-.5.2-.5v-.4c.3.2.8.2 1.2-.1a2 2 0 0 1 .3 1Z"/><path fill="#FF4B55" d="M12 14.1c-.7 0-1.3-.3-1.8-.7h-.3l-.7.9c-.1 0 0 .2 0 .2h.5l.6.3h.3l.2-.4a3.2 3.2 0 0 0 2.4 0l.2.3h.3l.6-.2h.4c.2 0 .2-.2.1-.2l-.7-.9h-.3c-.5.4-1.1.7-1.8.7ZM9.3 13.3h-1l.3-1.7s-.7-.3-.6-1.3c0-.1 0-.2.2-.2h.2s.2 0 .2.2.2.6.5.8l.2 2.2ZM14.7 13.3h1l-.3-1.7s.7-.3.6-1.3c0-.1 0-.2-.2-.2h-.2s-.2 0-.2.2-.2.6-.5.8l-.2 2.2Z"/><path fill="#FFE15A" d="M9.4 13.5H8.3a.1.1 0 0 1 0-.2h1.1a.1.1 0 1 1 0 .2ZM15.7 13.5h-1.1a.1.1 0 1 1 0-.2h1.1a.1.1 0 1 1 0 .2Z"/></svg>',
35
+ bg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M1.8 19.9h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5c0 1 .8 1.8 1.8 1.8Z"/><path fill="#F5F5F5" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v3.5h24V5.9Z"/><path fill="#73AF00" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
36
+ bf: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#73AF00" d="M0 18.2c0 1 .8 1.7 1.8 1.7h20.4c1 0 1.8-.8 1.8-1.8V12H0v6.2Z"/><path fill="#FFE15A" d="m12.1 9.7.5 1.6h1.7c.1 0 .2.2 0 .3l-1.3 1 .5 1.5c0 .1 0 .2-.2.2l-1.3-1-1.3 1c-.1 0-.3 0-.2-.2l.5-1.6-1.4-1 .1-.2h1.7l.5-1.6h.2Z"/></svg>',
37
+ bi: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v12.4c0 .9.8 1.6 1.7 1.7h20.6c1 0 1.7-.9 1.7-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M1.9 4.1 12 10.8 22.1 4H2ZM22.1 19.9 12 13.2 1.9 20H22Z"/><path fill="#F5F5F5" d="m22.2 4.1-7.8 5a3.7 3.7 0 0 0-4.8 0l-7.7-5h-.1C1 4.1.3 4.7 0 5.4L8.4 11a3.7 3.7 0 0 0 0 2.2L.1 18.6c.2.7.8 1.2 1.6 1.3h.2l7.7-5a3.7 3.7 0 0 0 4.8 0l7.7 5h.2c.8 0 1.4-.6 1.6-1.3L15.6 13a3.7 3.7 0 0 0 0-2.2l8.3-5.5c-.2-.7-.9-1.3-1.7-1.3Z"/><path fill="#FF4B55" d="M11.7 10.8h-.5l.3-.5-.3-.4h.5l.3-.5.3.5h.5l-.3.4.3.5h-.5l-.3.5-.3-.5Z"/><path fill="#73AF00" d="m12 9.5.2.4h.5l-.2.4.2.5h-.5l-.2.4-.2-.5h-.5l.2-.4-.2-.4h.5l.2-.4Zm0-.2-.1.2-.2.3H11.1v.2l.3.3-.2.4-.1.2H11.7l.2.3.1.2.1-.2.2-.3H13v-.2l-.3-.4.2-.3.1-.2H12.3l-.2-.3-.1-.2Z"/><path fill="#FF4B55" d="M10.2 13.5h-.6l.3-.4-.3-.5h.6l.3-.5.2.5h.6l-.3.5.3.5h-.6l-.2.4-.3-.5Z"/><path fill="#73AF00" d="m10.5 12.3.2.4h.5l-.3.4.3.4h-.5l-.2.4-.3-.4h-.5l.3-.4-.3-.4h.5l.3-.4Zm0-.3-.1.2-.2.4h-.7l.1.1.3.4-.3.3v.2h.6l.2.4v.2l.2-.2.2-.4H11.4l-.1-.2-.2-.3.2-.4.1-.2H10.8l-.2-.3-.1-.2Z"/><path fill="#FF4B55" d="M13.3 13.5h-.6l.3-.4-.3-.5h.6l.2-.5.3.5h.6l-.3.5.3.5h-.6l-.3.4-.2-.5Z"/><path fill="#73AF00" d="m13.5 12.3.3.4h.5l-.3.4.3.4h-.5l-.3.4-.2-.4h-.5l.3-.4-.3-.4h.5l.2-.4Zm0-.3v.2l-.3.4H12.6l.1.1.2.4-.2.3-.1.2H13.2l.2.4.1.2.2-.2.1-.4h.7l-.1-.2-.2-.3.2-.4v-.2h-.6l-.1-.3-.2-.2Z"/></svg>',
38
+ kh: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FF4B55" d="M24 7.9H0V16h24V8Z"/><path fill="#F5F5F5" d="M17.5 15.1v-.5h-.2v-.4H17v-.4h-.2v-.4h-.6v-1.2l.2-.2v-.6h-.2V11h-.2v-.6H16v-.3h-.2v-.4h-.2v-.2h-.4v.2H15v.4h-.2v.3h-.2v.6h-.2v.4h-1.1v-.6H13v-.6h-.2v-.5h-.2v-.4h-.2v-.4h-.2v-.2h-.1v-.2h-.2v.2h-.1v.2h-.2v.4h-.2v.4h-.2v.5H11v.6h-.2v.6H9.7V11h-.2v-.6h-.2v-.3H9v-.4h-.2v-.2h-.4v.2h-.2v.4H8v.3h-.2v.6h-.2v.4h-.2v.6l.2.2v1.2h-.6v.4H7v.4h-.2v.4h-.2v.5h-.2v.6h11.4v-.6h-.2Z"/></svg>',
39
+ cm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 19.9H8V4H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#FF4B55" d="M16 4.1H8V20h8V4Z"/><path fill="#FFE15A" d="M22.2 19.9c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8H16V20h6.2ZM12 10.5l.4 1h1.2v.2l-.9.7.4 1-.2.2-.9-.7-1 .7v-.1l.3-1.1-1-.7.1-.1h1.2l.3-1.1c0-.1.2-.1.2 0Z"/></svg>',
40
+ ca: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M18.6 4.1H5.4V20h13.2V4Z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h3.6V4H1.8ZM22.2 4.1h-3.6V20h3.6c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8ZM14.5 13.8l2.5-1.4-.6-.3a.4.4 0 0 1-.2-.4l.2-1.4-1 .3c-.3.1-.5 0-.6-.3l-.1-.4-1 1.1c-.1.2-.4 0-.3-.1l.4-2.5-.7.2c-.1 0-.3 0-.4-.2L12 7.1l-.7 1.3c0 .2-.3.3-.4.2l-.7-.2.4 2.5c0 .2-.2.3-.3.1l-1-1.1-.1.4c0 .3-.3.4-.5.3l-1-.3.1 1.4c0 .2 0 .4-.2.4l-.6.3 2.5 1.4c.2.2.4.5.3.7l-.3.6 2.1-.2c.2 0 .3.1.3.2l-.1 2.3h.4V15s0-.2.2-.2l2 .2-.2-.6c0-.2 0-.5.3-.7Z"/></svg>',
41
+ cv: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M24 13.2H0v1.1h24v-1ZM24 15.4H0v1.2h24v-1.2Z"/><path fill="#FF4B55" d="M24 14.3H0v1.1h24v-1Z"/><path fill="#FFE15A" d="M8 11v.4h.5l-.3.3.1.4-.4-.2-.3.2v-.4l-.3-.3h.5V11H8ZM8 17.7v.4h.5l-.3.3.1.3s0 .1 0 0l-.4-.1-.3.2v-.4l-.3-.3h.5v-.4H8ZM5.8 18l.3-.2.3.3v-.5l.3-.2h-.4L6 17l-.2.3h-.4v.1l.3.2v.4ZM6.4 12.6l-.3-.2-.3.2v-.4l-.3-.2H6l.2-.5.2.4h.4l-.3.3v.4ZM9.4 12.6l.4-.2.3.2v-.4l.2-.2v-.1H10l-.1-.4-.2.4h-.4l.3.3-.1.4ZM10 18l-.2-.2-.4.3.1-.5-.3-.2h.4l.1-.4.2.3h.4v.1l-.3.2.1.4ZM5.3 15.7h-.4l-.1-.4-.2.4h-.4l.3.3-.1.4.4-.2.3.2L5 16l.3-.2ZM4.2 13.7h.4l.1-.4.2.3h.4v.1l-.3.2.1.4-.4-.2-.3.3v-.5l-.2-.2ZM11.7 13.6h-.4l-.2-.3-.2.3h-.4v.1l.3.3v.3l.3-.2.3.3v-.5l.3-.2ZM10.5 15.7h.4l.2-.4.2.4h.4l-.3.3v.4l-.3-.2-.3.2V16l-.3-.2Z"/></svg>',
42
+ ky: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.4-.4-.5H11L7 6.6V4.1H5v2.5L1.3 4.2c-.5.2-.8.5-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#FFE15A" d="M18 8s-.2-.6-.7-1c0 0 .5.9.5 1.6L18 8Z"/><path fill="#FFE15A" d="M17.2 7.3s.4.2.5.6l-.1.4-.4-1Z"/><path fill="#FFE15A" d="M16.8 7.4s.6.2 1 .6l-.3.3s-.2-.5-.7-.9Z"/><path fill="#FFE15A" d="M16.7 7.7s.7.1 1 .4l-.1.3-.9-.7Z"/><path fill="#FFE15A" d="M16.7 8s.7 0 1 .3c.2.4-.2.3-.2.3s-.3-.4-.8-.7ZM18 8s.2-.6.7-1c0 0-.5.9-.5 1.6L18 8Z"/><path fill="#FFE15A" d="M18.8 7.3s-.4.2-.6.6l.2.4.4-1Z"/><path fill="#FFE15A" d="M19.2 7.4s-.6.2-1 .6l.2.3s.3-.5.8-.9Z"/><path fill="#FFE15A" d="M19.3 7.7s-.7.1-1 .4l.1.3.9-.7Z"/><path fill="#FFE15A" d="M19.3 8s-.7 0-1 .3c-.3.4.1.3.1.3l.9-.7ZM18 7s-.2.4 0 .6c.2-.2 0-.6 0-.6Z"/><path fill="#FFE15A" d="M17.8 7.1s0 .4.2.5c.1-.2-.2-.5-.2-.5Z"/><path fill="#FFE15A" d="M18.2 7.1s0 .4-.2.5c-.1-.2.2-.5.2-.5Z"/><path fill="#FFE15A" d="M18.2 7.4s-.1.3-.4.3c0-.2.4-.3.4-.3Z"/><path fill="#FFE15A" d="M17.8 7.4s.1.3.4.3c0-.2-.4-.3-.4-.3Z"/><path fill="#FFD255" d="M18 9c.3 0 .5-.4.5-.8 0-.3-.2-.6-.5-.6s-.5.3-.5.6c0 .4.2.7.5.7Z"/><path fill="#73AF00" d="m16.8 9-.1-.2s-.4 0-.4-.2H16s0-.2.2-.2l.3-.1.3.2.1.1.7.8s-.2.3-.4.3c-.1.1-.8-.3-.5-.7ZM19.2 9s.3.3.3.9H19l-.1-.6.3-.2Z"/><path fill="#73AF00" d="M19.1 9.1s.4.1.6-.2h-.4l-.2.2Z"/><path fill="#73AF00" d="m19 8.7.4.1V9c-.1.2-.6.6-1.3.6-.9 0-1.1-.6-1.1-.6v-.4h.3l1.7.2Z"/><path fill="#FF4B55" d="M15.3 14h1l-.6 1-.5-.7V14ZM20.7 14h-1l.5 1 .6-.7V14Z"/><path fill="#FFD25A" d="M15.3 15.7c-.5 0-1-.3-1-.3l.5-.6s.3.3.6.2c.4-.1.6-.5.7-.9l.7.3c-.3.7-.7 1-1.2 1.2h-.3ZM20.7 15.7c.5 0 1-.3 1-.3l-.5-.6s-.3.3-.7.2c-.3-.1-.5-.5-.7-.9l-.6.3c.3.7.7 1 1.2 1.2h.3Z"/><path fill="#FF4B55" d="M20.2 12h-4.5v-1.6c0-.2.2-.4.5-.4h3.6c.3 0 .4.2.4.4V12Z"/><path fill="#FFE15A" d="M17 11.2v-.4c-.3 0-.5-.3-.5-.3l-.2.1c.2.6.7.6.7.6Z"/><path fill="#FFE15A" d="M19.7 10.8h.2c-.1-.2-.2 0-.2 0v-.3l-.2-.1h-.1l-.1.1H19l-.6.1-.3-.1.2-.1h.7c0-.2-.3-.1-.3-.1l.1-.1h-.2l-.3.1s-.4 0-.3.2c0 .3.5.2.8.1h.6c0 .1 0 .2-.4.2h-.7c-.1 0-.6.2-.6 0-.1-.3-.5.3-.5.3H17l-.6.3-.2-.1h-.1v.2s0 .2.2.1c.5 0 .9-.2 1-.3h.4c.2-.1.4-.3.5-.2 0 0 .1.3-.3.3h-.2v.2h.2s.5 0 .6-.4h.4c.3 0 .5 0 .4.2h-.2l.1.2H19.6v-.2l-.1-.4-.6-.1h.8ZM16.3 10.6h-.1v-.2l.1-.1.1.1h.1v.1l-.2.1Z"/><path fill="#41479B" d="M16.2 10.6h-.1.1ZM16.2 10.4H16h.1ZM16.3 10.3ZM16.5 10.4v-.1.1ZM16.3 11.3s0-.1 0 0ZM16.2 11.4h-.1s0-.1.2 0ZM16.3 11.5H16h.2ZM16.3 11.6s0 .1-.1 0h.1ZM18 11.6h-.2.1Z"/><path fill="#FFD255" d="M17 10.5s-.2.3-.1.8c0 0 .6 0 .8-.7.1 0 .1-.2 0-.2v-.2h-.5l-.1.1H17v.2Z"/><path fill="#41479B" d="M17.9 11.4h-.1s0-.1.1 0ZM19.3 11.5v.1s-.1 0 0-.1ZM19.4 11.6s-.1 0 0 0ZM19.6 11.6ZM19.5 11.6v.1-.1ZM17.8 11.5h-.1l.1-.1ZM17.9 11.6h-.1v-.1Z"/><path fill="#F5F5F5" d="M20.2 12.3c-.3 0-.3.4-.7.4-.4 0-.4-.4-.8-.4-.3 0-.3.4-.7.4-.4 0-.4-.4-.8-.4-.3 0-.3.4-.7.4-.4 0-.4-.4-.8-.4v-.6c.4 0 .4.3.8.3s.4-.3.7-.3c.4 0 .4.3.8.3s.4-.3.7-.3c.4 0 .4.3.8.3s.4-.3.7-.3v.6Z"/><path fill="#41479B" d="M19.5 12.7c-.4 0-.4-.4-.8-.4-.3 0-.3.4-.7.4-.4 0-.4-.4-.8-.4-.3 0-.3.4-.7.4-.4 0-.4-.4-.8-.4l.1.7c.3 0 .3.3.7.3.4 0 .4-.3.7-.3.4 0 .4.3.8.3s.4-.3.7-.3c.4 0 .4.3.8.3.3 0 .4-.3.7-.3v-.7c-.3 0-.3.4-.7.4Z"/><path fill="#F5F5F5" d="M19.5 13.3c-.4 0-.4-.3-.8-.3-.3 0-.3.3-.7.3-.4 0-.4-.3-.8-.3-.3 0-.3.3-.7.3-.4 0-.4-.3-.7-.3l.2.6c.1.1.2.3.5.3.4 0 .4-.3.7-.3.4 0 .4.3.8.3s.4-.3.7-.3c.4 0 .4.3.8.3.3 0 .3-.2.5-.3l.2-.6c-.3 0-.4.3-.7.3Z"/><path fill="#41479B" d="M19.5 14c-.4 0-.4-.4-.8-.4-.3 0-.3.3-.7.3-.4 0-.4-.3-.8-.3-.3 0-.3.3-.7.3-.3 0-.4-.2-.5-.3 0 .3.2.6.4 1 .5 0 .5-.4.8-.4.4 0 .4.3.8.3s.4-.3.7-.3c.4 0 .4.3.8.3.3-.3.4-.6.5-.9-.2.1-.2.3-.5.3Z"/><path fill="#F5F5F5" d="M19.5 14.5c-.4 0-.4-.3-.8-.3-.3 0-.3.3-.7.3-.4 0-.4-.3-.8-.3-.3 0-.3.3-.7.3h-.1l.4.5.4-.2c.4 0 .4.4.8.4s.4-.4.7-.4c.3 0 .4.1.5.2l.4-.5h-.1Z"/><path fill="#41479B" d="M19.2 15c-.1 0-.2-.2-.5-.2s-.3.4-.7.4c-.4 0-.4-.4-.8-.4l-.4.2c.3.3.7.6 1.2.7.5-.1.9-.4 1.2-.7Z"/><path fill="#F5F5F5" d="M18.7 11.7c-.3 0-.3.3-.7.3-.4 0-.4-.3-.8-.3-.3 0-.3.3-.7.3-.4 0-.4-.3-.8-.3v.6c.4 0 .4.4.8.4s.4-.4.7-.4c.4 0 .4.4.8.4s.4-.4.7-.4c.4 0 .4.4.8.4s.4-.4.7-.4v-.6c-.3 0-.3.3-.7.3-.4 0-.4-.3-.8-.3Z"/><path fill="#F5F5F5" d="m20 10 .2.1v2.2a5 5 0 0 1-.2 1.3c0 .3-.2.6-.4 1l-.4.4c-.3.3-.7.6-1.2.7a2.6 2.6 0 0 1-1.6-1.2 3.7 3.7 0 0 1-.6-1.5 5 5 0 0 1 0-.8v-2.1l.1-.1h4.2Zm0-.2h-4c-.3 0-.4.2-.4.3v2.2a5 5 0 0 0 .7 2.3l.4.5c.4.4.8.6 1.3.7a2.7 2.7 0 0 0 1.7-1.2 3.9 3.9 0 0 0 .6-1.6 5 5 0 0 0 0-.8v-2.1c0-.1 0-.3-.2-.3Z"/><path fill="#73AF00" d="m18 14.6-.5.4.2-.6-.5-.3h.6l.2-.6.2.6h.6l-.5.3.2.6-.5-.4Z"/><path fill="#FFE15A" d="m18 13.6.2.5h.5l-.4.3.1.5-.4-.3-.4.3.1-.5-.4-.3h.5l.2-.5Zm0-.2v.2l-.2.4H17l.2.2.3.2v.5l-.1.2.1-.2.4-.2.4.2.1.2v-.2l-.2-.5.4-.2.2-.2h-.7l-.1-.4-.1-.2Z"/><path fill="#73AF00" d="m17 13.3-.5.3.1-.5-.4-.4h.6l.1-.5.2.5h.6l-.4.4.1.5-.5-.3Z"/><path fill="#FFE15A" d="m17 12.3.1.4h.5l-.4.4.2.4-.5-.3-.4.3.2-.4-.4-.4h.5l.1-.4Zm0-.2-.1.1-.2.5H16.1l.1.1.4.3-.1.4v.2-.1l.4-.3.4.3.2.1v-.2l-.2-.4.4-.3.1-.1H17.2l-.2-.5v-.1Z"/><path fill="#73AF00" d="m19 13.3-.4.3.1-.5-.4-.4h.5l.2-.5.2.5h.6l-.5.4.2.5-.5-.3Z"/><path fill="#FFE15A" d="m19 12.3.2.4h.5l-.4.4.1.4-.4-.3-.4.3.2-.4-.4-.4h.5l.1-.4Zm0-.2v.1l-.2.5H18.2l.1.1.4.3-.2.4v.2l.2-.1.3-.3.4.3.2.1-.1-.2-.1-.4.3-.3.2-.1h-.7l-.1-.5v-.1ZM20.7 14a3 3 0 0 1-5.4 0l-.7.2a3.6 3.6 0 0 0 6.8 0l-.7-.2Z"/><path fill="#F5F5F5" d="M18.3 10h-.5l-.2-.5h.6l.1.5ZM19.2 10h-.3l-.2-.4h.2l.2.2.1.2ZM17.3 10H17v-.4h.2l.1.4Z"/><path fill="#41479B" d="M18.9 10h-.6l-.1-.5h.5l.2.5ZM17.8 10h-.5l-.1-.4.1-.1h.3l.2.5Z"/><path fill="#509664" d="M19.3 8.8c-.2.2-.6.4-1.2.4-.5 0-.8-.3-1-.4V8.5h.1c.1-.1.4-.2.9-.2.6 0 1.2.5 1.2.5Z"/></svg>',
43
+ cf: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-2.2H0v2.2Z"/><path fill="#73AF00" d="M24 12H0v4h24v-4Z"/><path fill="#F5F5F5" d="M24 8H0v4h24V8Z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v2.2h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M14 4.1h-4V20h4V4Z"/><path fill="#FFE15A" d="m3.6 4.7.3 1H5c.1 0 .1.1 0 .2l-.8.6.3 1-.1.2-.9-.7-.9.7-.1-.1.3-1-.9-.7v-.2h1.2l.3-1c0-.1.2-.1.2 0Z"/></svg>',
44
+ td: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#FFE15A" d="M16 4.1H8V20h8V4Z"/><path fill="#FF4B55" d="M24 6c0-1-.8-1.9-1.8-1.9H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9Z"/></svg>',
45
+ cl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H7.4c.3 0 .5.2.5.5v7c0 .2-.2.4-.5.4H24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#FF4B55" d="M.8 12H.4a.4.4 0 0 1-.4-.4V18c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V12H.8Z"/><path fill="#41479B" d="M.4 12h7c.3 0 .5-.2.5-.4v-7c0-.3-.2-.5-.5-.5H1.8C.8 4.1 0 5 0 6v5.7c0 .2.2.4.4.4Z"/><path fill="#F5F5F5" d="m4 6.3.5 1.2h1.2c.2 0 .3.2.1.3l-1 .7.4 1.2c0 .2-.1.3-.3.2l-1-.7-1 .7c-.1.1-.3 0-.2-.2L3 8.5l-1-.7c-.1-.1 0-.3.1-.3h1.3l.4-1.2H4Z"/></svg>',
46
+ cn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="m4 6.6.4 1.2h1.2c.2 0 .3.2.1.3l-1 .7.4 1.2c0 .2-.1.3-.3.2l-1-.7-1 .7c-.1.1-.3 0-.2-.2l.3-1.2-1-.7c-.1-.1 0-.3.1-.3h1.3l.4-1.2c0-.2.2-.2.3 0ZM8.5 6.9l.3.4.5-.2v.1l-.3.4.3.4v.1L8.7 8l-.3.3h-.1v-.5l-.5-.1v-.1l.5-.2v-.5h.1ZM6.8 5.7h.5l.2-.3c0-.1 0 0 0 0l.2.4.5.1V6l-.4.3v.4s0 .1 0 0l-.4-.2-.4.2h-.1l.2-.5-.4-.4ZM7.5 10.4l-.2.4-.5-.2s-.1 0 0 .1l.2.4-.3.4s0 .1.1 0h.5l.2.3h.2v-.5l.4-.1V11l-.4-.1v-.5h-.2ZM9.3 9.3h-.5L8.6 9h-.1l-.1.5h-.5v.2l.4.2-.1.5h.1l.4-.3.4.3v-.1L9 9.7l.3-.3v-.1Z"/></svg>',
47
+ cx: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 19.9h20.4c.4 0 .8-.2 1.2-.5L.6 4.6c-.4.3-.6.8-.6 1.3v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#73AF00" d="M24 18V6c0-1-.8-1.9-1.8-1.9H1.8c-.4 0-.8.2-1.2.5l22.8 14.8c.4-.3.6-.8.6-1.3Z"/><path fill="#FFE15A" d="M12 14.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"/><path fill="#F5F5F5" d="m1.8 12 .2.4.3-.1-.1.4.3.2H2v.5l-.3-.3-.3.3V13H1v-.1l.3-.2-.2-.4h.4l.2-.3ZM7 11l.2.4.4-.1-.2.4.3.2h-.4v.5l-.3-.3-.3.3V12h-.4v-.1l.3-.2-.1-.4.4.1.1-.4ZM4.4 8.7l.2.4.3-.2-.1.4.3.2-.4.1v.4l-.3-.2-.3.2v-.4h-.4l.3-.3-.2-.3h.4l.2-.3ZM4.4 17.3l.2.3h.3c0-.1 0 0 0 0l-.1.3.3.2-.4.1v.4l-.3-.3-.3.3v-.4h-.4V18l.3-.2-.2-.4.4.1.2-.3ZM5.5 12.4l.1.3h.3l-.2.2v.3l-.2-.2-.3.2v-.3l-.2-.2h.3l.1-.3h.1Z"/><path fill="#73AF00" d="M10.5 11s-.2.2 0 .3c0 0 .3.2.1.3l-.2.3v.2c-.2 0-.4.1-.3.2.1.2.2 0 .3 0h.7l.2.1H11.9c.2 0 .3.2.3.4v.8h.5V13l.2-.6v-.2s.2 0 .2-.2l.5-.5.1-.2-.2-.1c0-.1.1-.3 0-.4v-.4l-.1.1h-.2v-.1l-.3.3-.1.1c0 .1-.8.9-1.4.7 0 0 0-.2-.2-.2H11l-.4-.5Z"/><path fill="#FFE15A" d="M15.1 12.1c.2.2 2.3.8 4.4-.3 2-1.1 3.3-1.4 3.3-1.4s0-.3.3-.4c.3 0 .1-.1 0-.2 0 0-.3-.3-.8-.1 0 0-.5 0-.5-.7l-.3-1.7c-.2-.3-1.7-1.9-1.9-1.8-.1.1.5 1.7 1 2.2 0 0 .2 1 0 1-.1 0-1-.8-2.7-1 0 0 .7 1 1.6 1.4.8.4 1 .7 1 .9 0 .2-.3.9-.8 1.2-.4.4-1.6 1.3-4.4.8 0 0-.3 0-.2.1Z"/></svg>',
48
+ cc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9Z"/><path fill="#FFE15A" d="M13.3 14.4a2.4 2.4 0 1 1 .5-4.8s.1 0 0 0a2.9 2.9 0 0 0-4.4 2.2 3 3 0 0 0 4.5 2.7v-.1h-.6ZM15.4 10l.2.4.5-.1-.3.4.5.3-.5.1v.5l-.4-.3-.4.4V11h-.5l.4-.4-.2-.4.5.1.1-.4h.1ZM22 8.7l.2.5.5-.2-.2.5.4.3-.5.1v.5l-.4-.3-.4.3v-.5h-.5v-.1l.4-.3-.2-.4h.5l.2-.4ZM18.7 5.7l.2.5.5-.2-.2.5.4.3-.5.1v.5l-.4-.3-.4.3V7h-.5v-.1l.4-.3-.2-.4h.5l.2-.4ZM18.7 16.6l.2.4.5-.1-.2.5.4.2-.5.2v.5l-.4-.3-.4.3v-.5l-.5-.1.4-.3-.2-.5.5.1.2-.4ZM20 10.4l.2.3h.4v.1l-.3.2.1.4-.4-.2-.3.3V11l-.2-.2h.4l.1-.4ZM4.3 11.2a2.7 2.7 0 1 0 0-5.4 2.7 2.7 0 0 0 0 5.4Z"/><path fill="#964B50" d="M4 10.6h.8s.4-1.9 0-2.5l-.2.1s.4 1.3-.5 2.4Z"/><path fill="#73AF00" d="M4.1 8.2s-.4.2-.3 1c0 0 .3-.2.5-.8 0 0-.2.5.1 1 0 0 .4-.6.3-1l1 .9s0-.6-.4-1h1s0-.5-.6-.6l.1-.5s-.5 0-.8.3c0 0 0-.7.2-1 0 0-.8-.2-.8.9 0 0-.3-.7-1.2-.5l.6.5s-.7-.5-1 .2c0 0 .5-.1.7.1 0 0-1 0-1 .7 0 0 .9-.4 1.6-.2Z"/></svg>',
49
+ co: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-2.2H0v2.2Z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#41479B" d="M24 12H0v4h24v-4Z"/></svg>',
50
+ km: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v2.3h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 8H0v4h24V8Z"/><path fill="#FF4B55" d="M24 12H0v4h24v-4Z"/><path fill="#4173CD" d="M0 18.2c0 1 .8 1.7 1.8 1.7h20.4c1 0 1.8-.8 1.8-1.8v-2.2H0v2.3Z"/><path fill="#73AF00" d="M11.8 11.8.6 4.6c-.3.3-.6.7-.6 1.2v12.4c0 .5.3 1 .6 1.2l11.2-7.2v-.4Z"/><path fill="#F5F5F5" d="M2.3 12c0-1.5 1-2.8 2.3-3.2v-.1h-.4a3.4 3.4 0 1 0 .4 6.6v-.1A3.4 3.4 0 0 1 2.3 12Z"/><path fill="#F5F5F5" d="m4.6 9.4.1.3H5l-.2.3.1.2s0 .1 0 0h-.5c0 .1-.1 0-.1 0V10l-.1-.2h.3v-.4h.1ZM4.6 10.8l.1.3H5l-.2.3.1.2s0 .1 0 0h-.5c0 .1-.1 0-.1 0v-.2l-.1-.2h.3v-.4h.1ZM4.6 12.2l.1.3H5v.1l-.2.2.1.2s0 .1 0 0h-.5c0 .1-.1 0-.1 0v-.2l-.1-.2h.3v-.4h.1ZM4.6 13.7l.1.2H5v.1l-.2.2.1.3-.3-.2-.2.2h-.1v-.3l-.1-.2h.3v-.3h.1Z"/></svg>',
51
+ ck: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2c-.5.2-.8.5-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#F5F5F5" d="m17.7 7 .1.5h.5L18 8l.2.4-.5-.2-.3.3h-.1l.1-.5-.3-.3v-.1h.5l.1-.5ZM15.6 7.6l.4.4.4-.2-.2.4.3.4H16l-.2.4-.1-.5-.5-.1v-.1l.4-.2v-.5ZM14 9l.4.1.4-.3v.5l.4.2-.5.2v.4l-.3-.4-.5.1.3-.4L14 9ZM13 10.8h.5l.2-.4.2.4h.5v.1l-.4.3.2.4s0 .1 0 0l-.5-.2-.4.3.1-.5-.4-.3ZM13 13l.4-.3v-.4l.3.3.5-.2-.2.5.3.3s0 .1 0 0h-.5l-.2.4h-.1V13H13v-.2ZM13.7 15l.3-.4-.2-.5.5.2.3-.4v.5l.5.2v.1l-.5.1v.5h-.1l-.3-.4h-.4s-.1 0 0 0ZM15.2 16.4l.2-.5-.4-.2v-.1h.5l.1-.5h.1l.2.5h.4s.1 0 0 0l-.3.3.1.5-.4-.2-.4.2ZM17.2 17.1v-.4l-.5-.1v-.1l.4-.2v-.5l.4.3.4-.2v.1l-.2.4.3.4h-.5l-.2.4ZM19.3 17l-.2-.4-.5.1.3-.4-.2-.4s0-.1 0 0l.4.1.4-.4v.6l.4.2-.5.1v.5ZM21.2 16l-.4-.2-.4.2.1-.5-.4-.2v-.1h.5l.2-.5.2.5h.5l-.4.3.2.5h-.1ZM22.5 14.4l-.4-.1-.3.4-.1-.5h-.5V14l.4-.2v-.4l.4.3.4-.2-.2.5.4.3v.1ZM23 12.3l-.4.2v.4h-.1l-.3-.4-.5.1.3-.4-.2-.4.5.1.3-.3v.5l.5.2ZM22.7 10.3l-.4.2.2.5-.5-.2-.4.2.1-.5-.4-.2v-.1h.5l.2-.5.2.5h.5ZM21.5 8.5l-.2.4.3.4H21l-.2.4-.1-.5-.5-.1V9l.4-.2v-.5l.4.3.4-.2v.1ZM19.8 7.4v.4l.4.2v.1l-.5.1v.5h-.1l-.3-.4h-.5l.3-.3-.2-.5.5.2.3-.4Z"/><path fill="#F5F5F5" d="m17.7 7 .1.5h.5L18 8l.2.4-.5-.2-.3.3h-.1l.1-.5-.3-.3v-.1h.5l.1-.5Z"/></svg>',
52
+ cr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M24 9.5H0v5h24v-5Z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v1h24V6c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 6.8H0v2.7h24V6.8Z"/><path fill="#41479B" d="M0 18.2c0 1 .8 1.7 1.8 1.7h20.4c1 0 1.8-.8 1.8-1.8v-1H0v1Z"/><path fill="#F5F5F5" d="M24 14.5H0v2.7h24v-2.7ZM6.5 14c1 0 2-.9 2-2s-1-2-2-2-2 .9-2 2 1 2 2 2Z"/><path fill="#3CC8FF" d="M7.5 11.2h-2v1h2v-1Z"/><path fill="#FFE15A" d="M5.8 11.8v.2-.2.2l.2-.2-.1.2H6 6 6l-.2.1h.2H6l.2.1h-.2l.1.1H6v.1-.1.2l-.1-.2v.2-.2l-.2.2v-.2.1-.2l-.1.1.1-.1h-.2.2-.2.2l-.2-.2h.2-.1.2l-.2-.2.2.2v-.2.2-.2Z"/><path fill="#41479B" d="M6.9 13.6H6l-.7-.6v-.9h2.3v.9l-.8.6Z"/><path fill="#73AF00" d="m7.3 11.9-.2.4a1 1 0 0 1-.2-.5h-.2c0 .4-.2.5-.3.6a.9.9 0 0 1-.2-.6h-.1a1 1 0 0 1-.8.7v.2h2.3V12.4c-.2 0-.3-.5-.3-.5Z"/><path fill="#F0AA00" d="m7.6 11.3-.2-.3-.6-.1-.1-.2h-.4c-.1 0 0 .2 0 .2l-.7.1-.2.3c-.3.1-.3.4-.3.4a.1.1 0 0 0 .2 0l.7-.5h1l.7.5a.1.1 0 0 0 0 .1l.2-.1s0-.3-.3-.4Z"/><path fill="#F0AA00" d="m7.8 12-.2-.1c0-.2.2-.2.2-.2l-.4-.2c-.1.5.2.5.2 1.1 0 .5-.6.9-.8.9l-.3.1-.3-.1c-.2 0-.8-.4-.8-.9 0-.6.3-.6.2-1h-.4s.2 0 .2.3c0 .2-.2.2-.2.2-.1 0-.4 0-.4.3s.4.7.8 1c.5.3.3.5.9.5.6 0 .4-.2.9-.5.4-.3.8-.7.8-1 0-.3-.3-.3-.4-.3Z"/><path fill="#73AF00" d="M6.4 11h-.2a1 1 0 0 0-.6.3h.2l.6-.3ZM6.6 11h.2c.2 0 .4 0 .6.3h-.2l-.6-.3Z"/><path fill="#73AF00" d="M6.5 11h.1-.2v.2-.1l.2.1V11Z"/><path fill="#F5F5F5" d="M7.8 11.7c0-.1 0-.2-.2-.2l-.3-.2-.2-.1a1 1 0 0 0-.5-.2v.1h-.2a1 1 0 0 0-.6 0l-.1.2-.3.1-.2.3.2-.1.4-.1.1-.1.4-.2v.1H7l.2.2.4.1h.2Z"/><path fill="#3CC8FF" d="M7.3 10.6H7v-.2c0-.2-.4-.2-.6-.2-.3 0-.7 0-.7.2v.1h-.1v.1a1 1 0 0 0-.3.1v.2l.4-.2h1.4l.3.2v-.2h-.2Zm-.5 0v-.1H6c0-.1.2-.2.5-.2l.5.1-.2.1Z"/><path fill="#F5F5F5" d="M6.5 11.4v.1c-.1 0 0 0 0 0v-.1ZM6.2 11.4h.1v.1h-.1v-.1ZM6 11.4v.2h-.1v-.1ZM5.7 11.6h.1v.1h-.1v-.1ZM6.7 11.4v.1h.1v-.1ZM7 11.4v.2-.1ZM7.3 11.6h-.1v.1h.1v-.1Z"/><path fill="#8C5A28" d="m6 13 .4.2h.4L7 13H6Z"/><path fill="#F5F5F5" d="M6.3 12.7v.3H6s0-.2.2-.3Z"/><path fill="#8C5A28" d="M6.6 12.5v.6-.6ZM6.8 12.6v.5-.5ZM6.4 12.6v.5-.5Z"/><path fill="#F5F5F5" d="M6.6 13h-.1.1ZM6.6 12.9h-.1v-.1h.1ZM6.6 12.7h-.1.1ZM6.8 13h-.1.1ZM6.8 12.9h-.1v-.1h.1v.1ZM6.8 12.8h-.1v-.1h.1ZM6.4 13h-.1.1ZM6.4 12.9h-.1v-.1h.1v.1ZM6.4 12.8h-.1v-.1h.1ZM6.4 12.6ZM6.8 12.6ZM6.6 12.5v.1Z"/><path fill="#8C5A28" d="m6.3 12 .1.2h.2-.2V12Z"/><path fill="#F5F5F5" d="M6.4 12v.1-.1Z"/><path fill="#8C5A28" d="M6.5 12v.1-.2ZM6.6 12v.1-.1ZM6.4 12v.1-.1Z"/><path fill="#F5F5F5" d="M6.5 12.1ZM6.5 12ZM6.5 12ZM6.6 12.1ZM6.6 12ZM6.6 12ZM6.4 12.1ZM6.4 12ZM6.4 12ZM6.4 12ZM6.6 12ZM6.5 12ZM6.2 11.7ZM6.9 11.7ZM7.3 11.8Z"/></svg>',
53
+ hr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#FF4B55" d="M10.3 9.5H9v1.3h1.2V9.5ZM12.6 9.5h-1.2v1.3h1.2V9.5ZM11.4 10.8h-1.1v1.4h1.1v-1.4ZM14.9 9.5h-1.2v1.3H15V9.5ZM13.7 10.8h-1.1v1.4h1.1v-1.4Z"/><path fill="#F5F5F5" d="M11.4 9.5h-1.1v1.3h1.1V9.5ZM13.7 9.5h-1.1v1.3h1.1V9.5ZM10.3 10.8H9v1.4h1.2v-1.4ZM12.6 10.8h-1.2v1.4h1.2v-1.4ZM14.9 10.8h-1.2v1.4H15v-1.4Z"/><path fill="#FF4B55" d="M12.6 12.2h-1.2v1.3h1.2v-1.3ZM11.4 13.5h-1.1v1.3h1.1v-1.3ZM13.7 13.5h-1.1v1.3h1.1v-1.3Z"/><path fill="#F5F5F5" d="M11.4 12.2h-1.1v1.3h1.1v-1.3ZM13.7 12.2h-1.1v1.3h1.1v-1.3ZM12.6 13.5h-1.2v1.3h1.2v-1.3Z"/><path fill="#FF4B55" d="M14.9 9.5v3.7a2.9 2.9 0 1 1-5.8 0V9.5h5.8Zm.2-.2H8.9V13.2a3.1 3.1 0 0 0 6.2 0V9.3Z"/><path fill="#FF4B55" d="M10.3 13.5v-1.3H9v1.3h1.2Z"/><path fill="#F5F5F5" d="M14.9 13.5h-1.2v1.3h.7c.3-.4.4-.8.5-1.3ZM9.6 14.8h.7v-1.3H9c0 .5.2 1 .5 1.3Z"/><path fill="#FF4B55" d="M13.7 13.5H15v-1.3h-1.2v1.3ZM10.3 15.6v-.8h-.7l.7.8ZM14.4 14.8h-.7v.8l.7-.8Z"/><path fill="#F5F5F5" d="m10.3 15.6 1.1.5v-1.3h-1.1v.8ZM12.6 16c.4 0 .8-.2 1.1-.4v-.8h-1.1v1.3Z"/><path fill="#FF4B55" d="M12.6 14.8h-1.2v1.3a3 3 0 0 0 1.2 0v-1.3Z"/><path fill="#4173CD" d="M9.9 7.3h-.8l-.6.5.6 1.3 1.1-.4-.3-1.4ZM12.7 7.1l-.7-.3-.7.3.1 1.5h1.2l.1-1.5ZM15.5 7.8a9 9 0 0 0-.6-.6l-.8.1-.3 1.4 1.1.4.6-1.3Z"/><path fill="#41479B" d="m11.3 7.1-.7-.2-.7.4.3 1.4 1.2-.1-.1-1.5ZM14.1 7.3l-.7-.4-.7.2-.1 1.5 1.2.1.3-1.4Z"/><path fill="#FF4B55" d="M11.3 7.7c-.4 0-.8 0-1.3.2v-.3l1.3-.2v.3ZM11.4 8.3c-.4 0-.8 0-1.2.2v-.3l1.2-.2v.3Z"/><path fill="#FFE15A" d="M13.4 8.4H13c-.2-.1-.3-.3-.3-.4 0-.2.2-.3.3-.3h.4c.2.1.3.3.2.4 0 .2-.2.3-.3.3Z"/><path fill="#FF4B55" d="m15 8.8-1.2-.3v-.3c.5 0 1 .2 1.3.4v.2Z"/><path fill="#FFE15A" d="M14.9 8h-.3c-.1 0-.2 0-.2-.2 0-.1.2-.2.3-.1.2 0 .2.2.2.3ZM9.6 7.8c0 .1 0 .2-.2.3L9.1 8c0-.1 0-.3.2-.3l.3.1ZM12 7.6l-.3.2s-.2 0-.2-.2l.2-.1.2.1ZM12.5 7.6l-.2.2c-.1 0-.2 0-.2-.2 0 0 0-.2.2-.2l.2.2ZM12.2 8c0 .2-.1.2-.2.2l-.2-.1c0-.1 0-.2.2-.2.1 0 .2 0 .2.2Z"/></svg>',
54
+ cu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M24 6c0-1-.8-1.9-1.8-1.9H1.8C.8 4.1 0 5 0 6v1.4h24V5.9ZM1.8 19.9h20.4c1 0 1.8-.8 1.8-1.8v-1.4H0v1.4c0 1 .8 1.8 1.8 1.8Z"/><path fill="#F5F5F5" d="M24 7.3H0v3.1h24V7.3Z"/><path fill="#41479B" d="M24 10.4H0v3.2h24v-3.2Z"/><path fill="#F5F5F5" d="M24 13.6H0v3.1h24v-3.1Z"/><path fill="#FF4B55" d="M.7 19.4 12 12.2c.2-.1.2-.3 0-.4L.7 4.6c-.4.3-.7.8-.7 1.3v12.2c0 .5.3 1 .7 1.3Z"/><path fill="#F5F5F5" d="m4.1 10 .5 1.3h1.3c.1 0 .2.1 0 .2l-1 .8.4 1.3s0 .1-.2 0l-1-.7-1.1.8-.2-.1.4-1.3-1-.8c-.2 0-.1-.2 0-.2h1.3L4 10h.2Z"/></svg>',
55
+ cw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M24 14.9H0v2h24v-2Z"/><path fill="#F5F5F5" d="m5.6 8-.4 1.2H3.9c-.1 0-.2.2 0 .3l1 .7-.4 1.3s0 .2.2.1l1-.7 1 .7c.1 0 .3 0 .2-.1l-.3-1.3 1-.7v-.3H6.1L5.8 8c0-.1-.2-.1-.2 0ZM2.6 5.8l-.2.7h-.7c-.1 0-.1 0 0 .1l.5.4-.2.8H2l.6-.4.6.4h.1L3.2 7l.6-.4v-.1H3l-.2-.7c0-.1-.1-.1-.2 0Z"/></svg>',
56
+ cz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M.6 4.6c-.4.3-.6.8-.6 1.3v12.2c0 .5.2 1 .6 1.3L12 12 .6 4.6Z"/><path fill="#FF4B55" d="M.6 19.4c.4.3.8.5 1.2.5h20.4c1 0 1.8-.8 1.8-1.8V12H12L.6 19.4Z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8c-.4 0-.8.2-1.2.5L12 12h12V6c0-1-.8-1.9-1.8-1.9Z"/></svg>',
57
+ cd: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M22.4 4.1 0 15.7v.9L23.3 4.5l-1-.4ZM1.6 19.9 24 8.3v-.9L.7 19.5l1 .4Z"/><path fill="#FF4B55" d="M23.3 4.5 0 16.5v1.6c0 .5.3 1 .7 1.4L24 7.5V5.8c0-.5-.3-1-.7-1.4Z"/><path fill="#FFE15A" d="M4.3 5.8 5 7.6h2v.2l-1.5 1 .5 1.9s0 .2-.1.1l-1.6-1-1.5 1-.2-.1.6-1.8-1.5-1.1c-.1-.1 0-.2 0-.2h2L4 5.8c0-.1.2-.1.2 0Z"/></svg>',
58
+ dk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M24 10.8H10V4H7.3v6.7H0v2.4h7.4V20H10v-6.7H24v-2.4Z"/></svg>',
59
+ dj: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M.6 4.6c-.4.3-.6.8-.6 1.3v12.2c0 .5.2 1 .6 1.3L12 12 .6 4.6Z"/><path fill="#73AF00" d="M.6 19.4c.4.3.8.5 1.2.5h20.4c1 0 1.8-.8 1.8-1.8V12H12L.6 19.4Z"/><path fill="#82AFFF" d="M22.2 4.1H1.8c-.4 0-.8.2-1.2.5L12 12h12V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#FF4B55" d="m4.3 10.1-.4 1.3H2.6c-.1 0-.1 0 0 .1l1 .8-.4 1.3s0 .1.1 0l1-.7 1.2.8v-.1l-.3-1.3 1-.8v-.1H4.9L4.4 10h-.1Z"/></svg>',
60
+ dm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M24 10.3H0v1.1h24v-1Z"/><path fill="#464655" d="M24 11.4H0v1.2h24v-1.2Z"/><path fill="#F5F5F5" d="M24 12.6H0v1h24v-1Z"/><path fill="#FFE15A" d="M11.4 4.1h-1V20h1V4Z"/><path fill="#464655" d="M12.6 4.1h-1.2V20h1.2V4Z"/><path fill="#F5F5F5" d="M13.7 4.1h-1.1V20h1V4Z"/><path fill="#FF4B55" d="M12 16.1A4.1 4.1 0 1 0 12 8a4.1 4.1 0 0 0 0 8.2Z"/><path fill="#73AF00" d="m11.6 12.7.3.9h.7l-.2-.7-.8-.2Z"/><path fill="#A561CD" d="M11.6 10.4s-1 1.8.5 2.8l.2-1V11l-.1-.6h-.6Z"/><path fill="#73AF00" d="m11.6 10.4-.2.5c.1.2.5.4 1 .3V11l-.2-.6h-.6Z"/><path fill="#A561CD" d="M11.4 10.2s0-.3.3-.3c.5 0 .8 0 1.3 1.2 0 0-.4.5-.7-.2l-.2-.4h-.6l-.1-.3Z"/><path fill="#FFE15A" d="m11.6 10.4-.1-.2s-.4-.1-.3.4h.2l.2-.2Z"/><path fill="#73AF00" d="M12.3 12.3s-.5.4-.2 1.2c.1.5.7 1 .7 1s.4-1.1.2-1.5c0-.2-.7-.7-.7-.7Z"/><path fill="#73AF00" d="M13.2 13.7s-1.2-1.1-1.3-2c0-1 .4-.8.5-.7.2.1.8.7.8 2.7Z"/><path fill="#B34900" d="M13 14h-2V13.6h2v.2Z"/><path fill="#FFE15A" d="M12.5 13.6s-.2.1-.1.2c0 .1.2.1.1.2H12s-.3 0-.2-.2c0-.2 0-.2.2-.3h.5v.1Z"/><path fill="#73AF00" d="m12 8.3.1.3h.3l-.2.2.1.3L12 9l-.2.2h-.1v-.4l-.2-.1v-.1h.4v-.3h.1ZM12 15l.1.2h.3l-.2.2.1.3-.3-.1-.2.2h-.1v-.4l-.2-.1v-.1h.4v-.3h.1Z"/><path fill="#73AF00" d="m12 8.3.1.3h.3l-.2.2.1.3L12 9l-.2.2h-.1v-.4l-.2-.1v-.1h.4v-.3h.1ZM12 15l.1.2h.3l-.2.2.1.3-.3-.1-.2.2h-.1v-.4l-.2-.1v-.1h.4v-.3h.1ZM9.7 9l.1.3-.2.1v.1h.3v.3h.2v-.3h.4l-.3-.2.1-.3-.3.1-.2-.2ZM13.5 14.4v.3l-.2.2h.3l.1.3h.1l.1-.2h.3v-.1l-.2-.2v-.3c.1 0 0 0 0 0l-.2.2-.3-.2ZM8.3 10.9l.3.2-.1.2s0 .1 0 0H9c0 .1.1 0 0 0v-.2l.2-.2H9v-.4h-.1l-.1.3h-.3ZM14.6 13l.2.2v.2s0 .1 0 0h.5c0 .1 0 0 0 0v-.2l.2-.2h-.3l-.1-.4-.2.3h-.3ZM14.1 9v.3l.2.1v.1h-.4v.3h-.1l-.1-.3h-.3l.2-.2-.1-.3.3.1.2-.2h.1ZM10.4 14.4l-.1.3.2.2h-.3v.3H10V15h-.4v-.1l.3-.2-.1-.3.3.2.2-.2ZM15.5 10.9l-.2.2v.2s0 .1 0 0h-.5c0 .1 0 0 0 0v-.2l-.2-.2h.3l.1-.4.2.3h.3ZM9.2 13l-.2.2.1.2s0 .1 0 0h-.5c0 .1-.1 0-.1 0v-.2l-.2-.2h.4v-.4h.1l.1.3h.3Z"/></svg>',
61
+ do: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M23.6 19.9H.4a.4.4 0 0 1-.4-.5V4.6c0-.3.2-.5.4-.5h23.2c.2 0 .4.2.4.5v14.8c0 .3-.2.5-.4.5Z"/><path fill="#41479B" d="M.4 10.3H10c.3 0 .4-.1.4-.4V4.6c0-.3-.1-.5-.4-.5H1.8C.8 4.1 0 5 0 6v4c0 .3.2.4.4.4ZM23.6 13.7H14c-.3 0-.4.1-.4.4v5.3c0 .3.1.5.4.5h8.1c1 0 1.8-.8 1.8-1.8v-4c0-.3-.2-.4-.4-.4Z"/><path fill="#FF4B55" d="M22.2 4.1h-8.1c-.3 0-.4.2-.4.5v5.3c0 .3.1.4.4.4h9.5c.2 0 .4-.1.4-.4V6c0-1-.8-1.8-1.8-1.8ZM10.3 19.4v-5.3c0-.3-.1-.4-.4-.4H.4c-.2 0-.4.1-.4.4v4c0 1 .8 1.8 1.8 1.8h8.1c.3 0 .4-.2.4-.5Z"/><path fill="#64B496" d="M11.8 13.2s.2 0 .2.4v-.4h-.2ZM12 13.1h-.5l.1-.3c0-.3-.1-.1-.1-.1v.3h-.3l.2-.4s-.3 0-.4.2l-.1-.2s.2 0 .2-.4c0 0-.2 0-.3.2v-.2s.3 0 .3-.4c0 0-.3 0-.3.2v-.2s.2-.1.2-.4l-.2.1-.1-.4s-.2.3 0 .5l-.2-.1s0 .3.2.5l.1.5-.2-.2c0-.4-.3-.4-.3-.4 0 .4.3.5.3.5l.2.1c-.4 0-.4.3-.4.3h.5c-.2 0-.3.2-.3.2h.6c.3.2.6.2.8.2ZM12 13.1h.5l-.1-.3c0-.3.1-.1.1-.1v.3h.3l-.2-.4s.3 0 .4.2l.1-.2s-.2 0-.2-.4c0 0 .2 0 .3.2v-.2s-.3 0-.3-.4c0 0 .3 0 .3.2v-.2a.4.4 0 0 1-.2-.4l.2.1.1-.4s.2.3 0 .5l.2-.1s0 .3-.2.5l-.1.5.2-.2c0-.4.3-.4.3-.4 0 .4-.3.5-.3.5l-.2.1c.4 0 .4.3.4.3h-.5c.2 0 .3.2.3.2h-.6c-.3.2-.6.2-.8.2Z"/><path fill="#41479B" d="M11 10.5c-.3 0-.4.3-.6.5l.2.1.5-.4-.1-.2Z"/><path fill="#FF6B71" d="M12 12h.9v.5c0 .2-.1.3-.3.3h-.4l-.2.1v-.8Z"/><path fill="#5F64B9" d="M12.2 11.5v-.7h1l-.3.3v.6h-.7v-.2Z"/><path fill="#F5F5F5" d="M12.9 11.7h-.3v.3h.3v-.3Z"/><path fill="#FF6B71" d="M12 12h-.9v.5c0 .2.1.3.3.3h.4l.2.1v-.8Z"/><path fill="#F5F5F5" d="m11.8 12.8.2.1.2-.1v-.5h-.4v.5Z"/><path fill="#5F64B9" d="M11.8 11.5v-.7h-1l.3.3v.6h.7v-.2Z"/><path fill="#F5F5F5" d="M11.4 11.7h-.3v.3h.3v-.3Z"/><path fill="#41479B" d="M11.4 11.1v.2l.2.1-.2-.3Z"/><path fill="#F5F5F5" d="M11.6 11.3v.2l.3.1-.3-.3Z"/><path fill="#41479B" d="M12.6 11.1v.2l-.2.1.2-.3Z"/><path fill="#F5F5F5" d="M12.4 11.3v.2l-.3.1.3-.3Z"/><path fill="#FF4B55" d="M12.4 12.5h-.8a.3.3 0 0 1-.3-.3v-1l.7.5.7-.5v1l-.3.3Z"/><path fill="#41479B" d="m11.6 11.4-.3-.2v.7h.3v-.5ZM12.4 11.4l.3-.2v.7h-.3v-.5ZM12.4 12h-.8v.3h.8V12Z"/><path fill="#FF4B55" d="m11.6 11.4.4.2.4-.2v.6h-.8v-.6Z"/><path fill="#F5F5F5" d="M12.3 11.5v.6l-.1.1h-.4v-.7l-.3-.1v.7c0 .2.2.3.3.3h.4c.1 0 .3-.1.3-.3v-.7h-.2Z"/><path fill="#F5F5F5" d="M12.3 12h-.6l-.4-.2v.2h.3l.4.1h.4l.3-.1v-.2l-.4.1Z"/><path fill="#FFE15A" d="M12.1 11.3h-.2v.4h.1v-.3h.1Z"/><path fill="#464655" d="M11.4 11v.1l.5.5-.5-.5Z"/><path fill="#FFE15A" d="M11.3 11v.1h.1V11Z"/><path fill="#464655" d="m11.6 11 .4.6-.4-.6Z"/><path fill="#FFE15A" d="M11.4 10.9v.1h.2l-.2-.1Z"/><path fill="#464655" d="m11.3 11.2.6.5-.6-.5Z"/><path fill="#FFE15A" d="M11.2 11.1v.1h.1-.1Z"/><path fill="#464655" d="m12 11.6.6-.5-.6.5Z"/><path fill="#FFE15A" d="M12.7 11v.1h-.1V11Z"/><path fill="#464655" d="m12 11.6.5-.6-.5.6Z"/><path fill="#FFE15A" d="M12.6 10.9v.1h-.2l.2-.1Z"/><path fill="#464655" d="m12 11.6.7-.4-.6.4Z"/><path fill="#FFE15A" d="M12.8 11.1v.1h-.1.1Z"/><path fill="#F5F5F5" d="M12 12.8s-.3-.3-.2-.5l.2-.5.1.1v.3l-.1.6Z"/><path fill="#41479B" d="m12 11.8-.2.5v.3l.2-.8Z"/><path fill="#FF4B55" d="m12 12.2.1-.3-.1.2v.7-.6Z"/><path fill="#F5F0F0" d="m11.9 12 .2-.1-.1-.3h-.2v.3Z"/><path fill="#F5F5F5" d="M12 11.9h.3l-.1-.4H12v.4Z"/><path fill="#5F64B9" d="M11.7 10.5c-.3 0-.6 0-1 .3v-.3l1-.2v.2Z"/><path fill="#41479B" d="M13 10.5c.3 0 .4.3.6.5l-.2.1-.5-.4.1-.2Z"/><path fill="#5F64B9" d="M12.3 10.5c.3 0 .6 0 1 .3v-.3l-1-.2v.2Z"/><path fill="#41479B" d="M12.5 10.5h-1v-.3h1v.3Z"/><path fill="#FF6B71" d="M11.2 13.2c-.3 0-.5.2-.8.3l.1.2.8-.3-.1-.2ZM12.8 13.2c.3 0 .5.2.8.3l-.1.2-.8-.3.1-.2Z"/><path fill="#FF4B55" d="M13 13.4c-.7-.2-1.3-.2-2 0v-.2c.6-.2 1.4-.2 2 0v.2Z"/><path fill="#FF4B55" d="M12 13.5h-.2v-.2h.2v.2ZM12 13.3h.2v.2H12v-.2Z"/><path fill="#FF6B71" d="M12 13.5v-.1Z"/></svg>',
62
+ tl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="m.7 19.5 12.8-7.2c.2-.2.2-.4 0-.6L.7 4.5C.3 4.8 0 5.4 0 6v12.2c0 .5.3 1 .7 1.4Z"/><path fill="#464655" d="m.6 19.4 8.6-7.1c.2-.2.2-.4 0-.6l-8.6-7C.2 5 0 5.3 0 5.8v12.2c0 .5.2 1 .6 1.3Z"/><path fill="#F5F5F5" d="M2.6 10v1.5l-1.4.6c-.1 0-.1.2 0 .2l1.5.5v1.5c0 .1.2.2.3 0l.8-1.2 1.5.4c.1 0 .2-.1.1-.2L4.5 12l.9-1.2c0-.2 0-.3-.2-.3l-1.4.5-1-1.1c0-.2-.2 0-.2 0Z"/></svg>',
63
+ ec: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-2.2H0v2.2Z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#41479B" d="M24 12H0v4h24v-4Z"/><path fill="#FFE15A" d="m11.6 12.2 3-2.6v3.8a1.1 1.1 0 0 1-2 .8l-1-1v-1Z"/><path fill="#FF4B55" d="m13.2 13.7-1-.8v-1.3l1.7-1.3v3a.4.4 0 0 1-.7.4Z"/><path fill="#41479B" d="M12.7 11.2v1.5l.7.7V10.6l.5-.3v3a.4.4 0 0 1-.7.4l-1-.8v-1.3l.5-.4Z"/><path fill="#FFE15A" d="m12.4 12.2-3-2.6v3.8a1.1 1.1 0 0 0 2 .8l1-1v-1Z"/><path fill="#FF4B55" d="m10.8 13.7 1-.8v-1.3L10 10.3v3a.4.4 0 0 0 .7.4Z"/><path fill="#41479B" d="M11.3 11.2v1.5l-.7.7V10.6l-.5-.3v3a.4.4 0 0 0 .7.4l1-.8v-1.3l-.5-.4ZM14.7 9.7h-.2v1.2h.2V9.7ZM9.5 9.7h-.2v1.2h.2V9.7Z"/><path fill="#5A4646" d="M11.6 9s.3-1.3-.8-1.1c-1 .2-1 .4-2.1 1 0 0 1.3.3 1.9.2 0 0 .4.5.8.7h.5l-.3-.7ZM12.4 9s-.3-1.3.8-1.1c1 .2 1 .4 2.1 1 0 0-1.3.3-1.9.2 0 0-.4.5-.8.7H12l.3-.7Z"/><path fill="#5A4646" d="M12.4 9.8h-.8V9c0-.3.2-.5.4-.5s.4.2.4.5v.7Z"/><path fill="#E6E1CD" d="M12 9.4a.3.3 0 1 0 0-.6.3.3 0 0 0 0 .6Z"/><path fill="#FFD0AF" d="m11.4 8.9.5.3a.1.1 0 0 0 .2-.2l-.4-.4c-.2 0-.3.1-.3.3Z"/><path fill="#FFAF94" d="M11.6 9H11l.2-.3h.4l-.1.2Z"/><path fill="#8CB400" d="M13.2 9.8a.4.4 0 0 1 0-.4l.3.1.1.4.1.1.3-.2v.3l-.1.2v.3l.3-.2v.3l-.1.2v.6H14V11a.3.3 0 0 1-.5-.4h.3v-.2a.3.3 0 0 1-.5-.3h.3l-.1-.2-.3-.1ZM10.8 9.8v-.4l-.3.1-.1.4-.1.1-.3-.2v.3l.1.2v.3l-.3-.2v.3l.1.2v.6h.1V11a.3.3 0 0 0 .5-.4h-.3v-.2a.3.3 0 0 0 .5-.3h-.3l.1-.2.3-.1Z"/><path fill="#FFE15A" d="m12 13-3-2.6V14a1.1 1.1 0 0 0 1.9.9l1.1-1v-1Z"/><path fill="#FF4B55" d="m10.4 14.4.9-.8v-1.3L9.7 11V14a.4.4 0 0 0 .7.3Z"/><path fill="#41479B" d="M10.8 12v1.4l-.7.7V11.3l-.4-.3V14a.4.4 0 0 0 .7.3l.9-.8v-1.3l-.5-.3Z"/><path fill="#FFE15A" d="m12 13 3-2.6V14a1.1 1.1 0 0 1-1.9.9L12 14v-1Z"/><path fill="#FF4B55" d="m13.6 14.4-.9-.8v-1.3l1.6-1.3V14a.4.4 0 0 1-.7.3Z"/><path fill="#41479B" d="M13.2 12v1.4l.7.7V11.3l.4-.3V14a.4.4 0 0 1-.7.3l-.9-.8v-1.3l.5-.3Z"/><path fill="#69C3FF" d="M12 14.1c.8 0 1.4-1 1.4-2.2 0-1.1-.6-2.1-1.4-2.1-.8 0-1.4 1-1.4 2.1 0 1.2.6 2.2 1.4 2.2Z"/><path fill="#009B64" d="M10.7 12.5h2.6l.1-.6-.6.2-.4-.1-.7-.7a.4.4 0 0 0-.5 0l-.5.5v.7Z"/><path fill="#F5F5F5" d="m11.9 11.8.2-.1-.4-.4a.4.4 0 0 0-.5 0l-.5.5v.1l.7-.1h.5Z"/><path fill="#5AA0E6" d="m10.7 12.5.1.9.8.7h.4l.6-.1.6-.6.1-.9h-2.6Z"/><path fill="#FFC88C" d="M12 14.2c-.9 0-1.6-1-1.6-2.3 0-1.2.7-2.3 1.6-2.3.9 0 1.6 1 1.6 2.3 0 1.3-.7 2.3-1.6 2.3Zm0-4.3c-.7 0-1.3 1-1.3 2 0 1.2.6 2 1.3 2 .7 0 1.3-.8 1.3-2 0-1-.6-2-1.3-2Z"/><path fill="#E1E1E1" d="M11 14a.6.6 0 0 0-.5-.2c-.2 0-.4.1-.5.3.2 0 .4.2.4.4v.3c0-.3.3-.6.6-.7Z"/><path fill="#E1E1E1" d="m10.6 14.5-.1.3-.1-.3h.2Z"/><path fill="#966446" d="M13.8 14.6h-3.6v-.1h3.6v.1Z"/><path fill="#BE915A" d="M12.7 14.8h-1.4a.3.3 0 1 1 0-.6h1.4c.2 0 .3.2.3.3 0 .2-.1.3-.3.3Z"/><path fill="#B9B9B9" d="M10.7 14.5h-.5v.1h.5v-.1Z"/><path fill="#FF4B55" d="M12 14.8v1.3l-.6-.1.3-1.2h.3Z"/><path fill="#41479B" d="m11.9 14.8-.3 1-.6-.1.4-.9h.5Z"/><path fill="#FFE15A" d="m11.3 14.8-.5.6.5.1.3-.7h-.3Z"/><path fill="#FF4B55" d="M12 14.8v1.3l.6-.1-.3-1.2H12Z"/><path fill="#41479B" d="m12.1 14.8.3 1 .6-.1-.4-.9H12Z"/><path fill="#FFE15A" d="m12.7 14.8.5.6-.5.1-.3-.7h.3Z"/><path fill="#41479B" d="m9 11.6-.1-.2v-1H9v1.2ZM15.1 11.4l-.2.2v-1.2h.2v1Z"/></svg>',
64
+ eg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#464655" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#F0C727" d="M13.3 11.2c0-.2-.2-.4-.4-.3l-.3.1-.1-.5c0-.3-.4-.6-.7-.6h-.3l-.4.5h.5l-.1.6-.4-.1c-.2 0-.4 0-.4.3v2.2l.5-.5-.2.7h-.3v.5h2.6v-.5H13l-.2-.7.5.5v-2.2Zm-1.5 2.4h-.4l.3-.6v.6Zm.4 0v-.5l.1-.1.3.6h-.4Zm-.2-.8s-.7-.4-.7-1.3c0 0 .5 0 .7-.4.2.3.7.4.7.4 0 .9-.7 1.3-.7 1.3Z"/></svg>',
65
+ sv: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8ZM0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#50AF69" d="M12 13.8a1.8 1.8 0 0 1-1.4-3 1.7 1.7 0 0 0 1.4 2.9Z"/><path fill="#50AF69" d="M11.3 13.2v.2s-.1 0 0 .1l-.3.1h.1l-.1.2c.5.3.8 0 .8 0-.2-.4-.5-.6-.5-.6ZM11.8 13.7Z"/><path fill="#50AF69" d="m10.9 12.9-.1.1-.2.1h-.1v.1h-.1c.3.5.6.3.7.3 0-.4-.2-.6-.2-.6ZM11 13.5ZM10.6 12.4l-.1.1H10c0 .5.4.5.4.5.2-.3 0-.6 0-.6ZM10.5 13ZM10.5 12H9.9c0 .4.4.4.4.4.2-.2.2-.5.2-.5ZM10.3 12.4ZM10.5 11.5H10c0 .3.2.4.2.4.3-.2.3-.4.3-.4ZM10.2 11.9ZM10.3 11s-.1.3 0 .4c0 0 .2 0 .3-.2l-.1-.2h-.2ZM10.5 10.6s-.1.2 0 .4c0 0 .2 0 .3-.2v-.1h-.2ZM12 13.8v-.1a1.7 1.7 0 0 0 1.3-2.8v-.1a1.8 1.8 0 0 1-1.3 3Z"/><path fill="#50AF69" d="M12.7 13.2v.2s.1 0 0 .1l.3.1h-.1l.1.2c-.5.3-.8 0-.8 0 .2-.4.5-.6.5-.6ZM12.2 13.7Z"/><path fill="#50AF69" d="m13.1 12.9.1.1.2.1h.1v.1h.1c-.3.5-.6.3-.7.3 0-.4.2-.6.2-.6ZM13 13.5ZM13.4 12.4l.1.1h.4c0 .5-.4.5-.4.5-.2-.3 0-.6 0-.6ZM13.5 13ZM13.5 12H14.1c0 .4-.4.4-.4.4-.2-.2-.2-.5-.2-.5ZM13.7 12.4ZM13.5 11.5h.5c0 .3-.2.4-.2.4a.6.6 0 0 1-.3-.4ZM13.8 11.9ZM13.7 11s.1.3 0 .4c0 0-.2 0-.3-.2l.1-.2h.2ZM13.5 10.6s.1.2 0 .4c0 0-.2 0-.3-.2v-.1h.2Z"/><path fill="#41479B" d="m12 12.7-.2.2v.1l.2.2.1-.2-.1-.3Z"/><path fill="#F5F5F5" d="M12 13v-.3.5-.2Z"/><path fill="#41479B" d="M12 10.5V10s-.2.3-.2.9M10.9 10.5c-.4.8 0 1.4 0 1.6l.6-.9-.6-.7Z"/><path fill="#F5F5F5" d="M11.3 11.6V11l-.2-.3c-.2.5-.2.9 0 1.1l.2-.2Z"/><path fill="#FFE15A" d="m11.5 11.3-.7-.9.7.8Z"/><path fill="#41479B" d="M10.4 11.3c-.2 2.1 1.5 1.6 1.6 1.4l-1-.5.2-.5-.8-.4Z"/><path fill="#F5F5F5" d="m11 11.6-.3-.2c-.1 1.2.6 1.4 1 1.4-.4 0-.7-.4-.8-1.2Z"/><path fill="#FFE15A" d="m11.2 11.8-.9-.5v-.1l.9.5v.1Z"/><path fill="#41479B" d="M13.1 10.5c.4.8 0 1.4 0 1.6l-.6-.9.6-.7Z"/><path fill="#F5F5F5" d="M12.7 11.6V11l.2-.3c.2.5.2.9 0 1.1l-.2-.2Z"/><path fill="#FFE15A" d="M12.5 11.3v-.1l.6-.8h.1l-.6.9Z"/><path fill="#41479B" d="M13.6 11.3c.2 2.1-1.5 1.6-1.6 1.4l1-.5-.2-.5.8-.4Z"/><path fill="#F5F5F5" d="m13 11.6.3-.2c.1 1.2-.6 1.4-1 1.4.4 0 .7-.4.8-1.2Z"/><path fill="#FFE15A" d="M12.8 11.8v-.1l.8-.5h.1l-.8.6Z"/><path fill="#FFE6E6" d="M12 11.8a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8Z"/><path fill="#F5F5F5" d="M12 11.6a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4Z"/><path fill="#FFE15A" d="M12 12.1v-.7.7Z"/><path fill="#5AA0E6" d="M13.4 12.7h-2.8l.4-.7h2l.4.7Z"/><path fill="#FFB750" d="M12 12.2h.8l-.2-.3h-.2l-.3.2Z"/><path fill="#FFC455" d="M11.8 12.2h.9l-.3-.3h-.2l-.3.2v.1Z"/><path fill="#FFCD55" d="M11.5 12.2h1l-.2-.3H12l-.4.2v.1Z"/><path fill="#FFD25A" d="M11.2 12.3h1.2l-.3-.4h-.4l-.4.2v.2Z"/><path fill="#FFE15A" d="M10.8 12.4h1.5l-.5-.5-.2-.1h-.2l-.5.4-.1.2Z"/><path fill="#FF4B55" d="M12.1 11.5H12v-.2h.1l.1.2ZM12.1 11.6h-.2v-.1h.2ZM12 11.4h-.1Z"/><path fill="#41479B" d="M11.7 10.9h.6a.6.6 0 0 0-.6 0Z"/><path fill="#5AA0E6" d="M11.7 10.9h.6-.6Z"/><path fill="#9BC800" d="M11.7 10.9h.6l-.3-.1h-.3Z"/><path fill="#FFE14E" d="M11.8 10.8h.5-.5Z"/><path fill="#FFB14E" d="M11.8 10.8h.5-.5Z"/><path fill="#FF4B55" d="M11.8 10.8h.4-.4Z"/><path fill="#FFE15A" d="M13.4 12.7h-2.8l1.4-2.2 1.5 2.1v.1Zm-2.8 0h2.8L12 10.5l-1.4 2ZM12 10v-.2.2ZM12.1 10h-.2.2Z"/><path fill="#41479B" d="m12 13.8-.3-.1a.2.2 0 0 1 .1-.3h.1l.2.3H12Zm-.2-.3.1.1v-.1Z"/><path fill="#41479B" d="M12 13.8v-.4h.2v.3a.8.8 0 0 1-.2 0Zm0-.3h.1v.1h.1v-.1H12Zm0 0ZM11.8 14c0-.2.2-.3.2-.3s-.2.1-.2.3Z"/><path fill="#41479B" d="M12.2 14c0-.2-.2-.2-.2-.2v-.1s.3 0 .3.3Z"/></svg>',
66
+ gq: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#4173CD" d="M6 12.3v-.6l-5.5-7C.2 5 0 5.5 0 6v12.2c0 .4.2.9.5 1.2l5.5-7Z"/><path fill="#B46446" d="M11.9 12.4s0 1-.3 1.4h.7c-.2-.4-.2-1.4-.2-1.4 0-.4.3-.6.3-.6v-.2l-.3.3v-.3h-.2v.3l-.2-.3-.2.2s.4.2.4.6Z"/><path fill="#73AF00" d="M13 11.2a.3.3 0 0 0-.4-.2h-.3a.3.3 0 0 0-.7 0 .3.3 0 0 0-.4.4l-.2.2a.2.2 0 1 0 .2.3.3.3 0 0 0 .3 0h.1c.2 0 .3 0 .3-.2a.3.3 0 0 0 .3 0 .3.3 0 0 0 .4 0 .3.3 0 0 0 .4 0 .3.3 0 0 0 0-.5Z"/><path fill="#5FA000" d="M12.7 11.4a.3.3 0 0 1-.5 0 .3.3 0 0 1-.4 0c0 .2-.2.3-.3.3l-.3.3h.4c.2 0 .3-.2.3-.3a.3.3 0 0 0 .3 0 .3.3 0 0 0 .4 0 .3.3 0 0 0 .4 0 .3.3 0 0 1-.3-.3Z"/><path fill="#464655" d="M12 14.5s-.1-.3-.5-.3H11a.5.5 0 0 1-.5-.6v-3.2h3v3.2c0 .3-.1.6-.4.6h-.6c-.4 0-.5.2-.5.2Zm-1.4-4v3.1c0 .3.2.5.4.5h.5c.3 0 .4.1.5.2 0 0 .2-.2.5-.2h.6c.2 0 .4-.2.4-.5v-3.1h-3Z"/><path fill="#FFE15A" d="m11.6 9.6.1.1h.2V10h-.2v.2l-.2-.2h-.1V9.7h.1l.1-.1ZM10.8 9.7l.1.1h.2V10H11v.2l-.2-.1h-.2V9.9h.1l.1-.2ZM10 10H10.3v.1l.2.1-.2.1v.2l-.2-.1H10v-.1l-.2-.1.2-.1v-.2ZM12.4 9.6l-.1.1H12V10h.2v.2l.2-.2h.1V9.7h-.1l-.1-.1ZM13.2 9.7l-.1.1h-.2V10h.1v.2l.2-.1h.2V9.9h-.1l-.1-.2ZM14 10H13.7v.1l-.2.1.2.1v.2l.2-.1h.1v-.1l.2-.1-.2-.1v-.2Z"/></svg>',
67
+ er: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#4173CD" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V12H0v6Z"/><path fill="#FF4B55" d="M0 6v12c0 .7.3 1.3.8 1.6L24 12 .8 4.4C.3 4.7 0 5.3 0 6Z"/><path fill="#FFE15A" d="M8.9 14.4s1.1-.5 1.4-1.7l-.8.8s.8-1 .6-2c0 0-.1.4-.3.5 0 0 .4-1.4 0-2 0 0 0 .5-.3 1 0 0 .1-1.7-.6-2 0 0 .3.4.1.9 0 0-.2-1-1.1-1.3v.3s-.3-.4-1-.4c0 0 0 .3.2.5l-.4.1s.2.3 1.1.3l-.3.1.7.2c.5 0 .7.3.8.7 0 0-.4-.2-.5-.5 0 0 0 .4.7 1.2l-.4-.2.6 1.6L9 12l-.2 1.7-.2-.5s-.4 1.2-1 1.4l-1.1.3c0-.7.2-.8.2-.8.6 0 .7-.6.7-.6l-.3.1c.3-.3.3-.8.3-.8-.2.4-.5.5-.5.5V13c-.5.4-.5.9-.5 1l-.1-1c0-.2 0-.5.2-.5.7.2.8-.3.8-.3-.3.2-.5 0-.5 0 .4-.3.2-.7.2-.7-.1.4-.5.4-.5.4v-.4l-.4.5.1-.6c.2-.3.5-.2.5-.2.5.1.7-.4.7-.4h-.4c.4-.2.3-.6.3-.6 0 .2-.4.3-.4.3l.2-.5c-.4 0-.6.5-.6.5V10c.1-.5-.3-.8-.3-.8v.3c-.3-.3-.6 0-.6 0 .3.4.5.3.5.3l-.4.1.6.3c.1.7-.3 1-.3 1-.1-.6-.4-.8-.4-.8v.3c-.2 0-.4-.5-.4-.5-.1.6.3 1 .3 1h-.4c.3.7.8.5.8.5l.1 1.3-.8-.8c0 .3.3.6.3.6l-.6-.3c0 .5.6.7.6.7L5 13c.2 1 1.1.6 1.1.6l.1 1.4-1-.3c-.6-.2-1-1.4-1-1.4l-.2.5-.1-1.7-.4.4.6-1.6-.4.2c.8-.8.7-1.2.7-1.2-.1.3-.5.5-.5.5 0-.4.4-.7.8-.8l.7-.1a.7.7 0 0 1-.3-.1C6 9.3 6.2 9 6.2 9h-.6c.4-.3 1.1-.5 1.1-.5-.9-.1-1.6.4-1.6.4l.3-.5C4.4 8.8 4 9.9 4 9.9c-.1-.5.2-1 .2-1-.8.4-.7 2-.7 2-.2-.4-.2-1-.2-1-.4.7 0 2.1 0 2.1-.3-.1-.4-.5-.4-.5-.1 1 .6 2 .6 2l-.8-.8c.3 1.2 1.5 1.7 1.5 1.7-.7-.3-1 0-1 0 .5 0 1 .3 1.3.6.4.2.8.3 1.3.3l.4.1c-.2.1-.4.4-.4.6h1.4c0-.2-.2-.5-.4-.6h.6l1.2-.4c.4-.3.8-.6 1.3-.7 0 0-.3-.2-1 0Z"/></svg>',
68
+ ee: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#464655" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
69
+ et: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FFE15A" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#4173CD" d="M17 12a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"/><path fill="#F2DD30" d="M8.2 10.8h3l.6-2 .1.5-1 3-.2-.3.3-1H8.7l-.5-.2Zm1.5 4.4.9-2.7-1.8-1.3h.6L12 13l-.3.2-.8-.5-.7 2.2-.4.3Zm4.6 0L12 13.5l-1.7 1.2.2-.5 2.4-1.8.2.3-.8.6 1.9 1.4.1.5Zm1.5-4.4-2.4 1.7.7 2-.5-.4-1-2.9h.4l.3 1 2-1.4h.5ZM12 8l.9 2.8H15l-.5.3h-3v-.3h1l-.7-2.3.2-.5Z"/><path fill="#F2DD30" d="M12 16v-2.2V16Zm3.8-2.7-2-.7v-.1l2 .7v.1Zm-7.6 0v-.2l2-.6v.1l-2 .7Zm5-2.7-.2-.1 1.3-1.8.1.1-1.3 1.8Zm-2.3 0L9.6 8.8h.1l1.3 1.7h-.1Z"/></svg>',
70
+ fk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2c-.5.2-.8.5-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#E67346" d="m15.5 16.5-.2-.4.1.2V16s1-.5 1-1.8h.4c0 1.6-1.2 2.2-1.3 2.2Z"/><path fill="#EB7D4B" d="m15.7 15.4-.4-.3 1.1-.9.2.4v-.2.2l-1 .8Z"/><path fill="#E67346" d="m20.6 16.5.2-.4-.1.2V16s-1-.5-1-1.8h-.4c0 1.6 1.2 2.2 1.3 2.2Z"/><path fill="#EB7D4B" d="m20.4 15.4.3-.3c-.6-.7-1-.9-1-.9l-.2.4v-.2.2l.9.8Z"/><path fill="#4173CD" d="M18 8h-2.6v3.9c0 .8.2 3 2.6 3.7 2.5-.8 2.7-3 2.7-3.7v-4H18Z"/><path fill="#C8C8C8" d="M19.2 8.9h-1.4l-.4-.1-.6-.5h-.2c-.2 0-.4 0-.4.3H16a.2.2 0 1 0 0 .5h.2l.2.1v.8c0 .4.2.6.5.7v.5h.3l.1-.5H19l.1.2v.3h.2v-.5h.1v.5h.2v-.5l.2-.3v-1c0-.3-.2-.5-.5-.5Z"/><path fill="#73AF00" d="m16.2 11 .4 1h3l.2-1h-3.6Z"/><path fill="#F5F5F5" d="M19.8 11.7c-.5 0-.5.3-.9.3s-.4-.3-.9-.3c-.4 0-.4.3-.8.3-.5 0-.5-.3-1-.3-.4 0-.4.3-.8.3v.7c.4 0 .5-.4.9-.4s.4.4.9.4c.4 0 .4-.4.8-.4.5 0 .5.4 1 .4.3 0 .3-.4.8-.4.4 0 .4.3.8.4V12c-.4 0-.4-.3-.8-.3Z"/><path fill="#4173CD" d="M19.8 12.3c-.5 0-.5.4-.9.4s-.4-.4-.9-.4c-.4 0-.4.4-.8.4-.5 0-.5-.4-1-.4-.3 0-.4.3-.7.4l.1.6c.3 0 .3-.3.7-.3.4 0 .4.3.9.3.4 0 .4-.3.8-.3.5 0 .5.3 1 .3.3 0 .3-.3.8-.3.3 0 .4.2.6.3l.2-.6c-.4 0-.4-.4-.8-.4Z"/><path fill="#F5F5F5" d="M19.8 13c-.5 0-.5.3-.9.3s-.4-.3-.9-.3c-.4 0-.4.3-.8.3-.5 0-.5-.3-1-.3-.3 0-.3.2-.6.3l.2.5.5-.1c.4 0 .4.3.9.3.4 0 .4-.3.8-.3.5 0 .5.3 1 .3.3 0 .3-.3.8-.3l.4.1.2-.5c-.2 0-.3-.3-.6-.3Z"/><path fill="#4173CD" d="M19.8 13.7c-.5 0-.5.3-.9.3s-.4-.3-.9-.3c-.4 0-.4.3-.8.3-.5 0-.5-.3-1-.3l-.4.1.3.5h.2c.4 0 .4.3.9.3.4 0 .4-.3.8-.3.5 0 .5.3 1 .3.3 0 .3-.3.8-.3h.1l.3-.5-.4-.1Z"/><path fill="#F5F5F5" d="M20 14.3h-.2c-.5 0-.5.3-.9.3s-.4-.3-.9-.3c-.4 0-.4.3-.8.3-.5 0-.5-.3-1-.3.2.4.6.7 1 1 .4 0 .4-.3.8-.3s.5.2.8.3c.5-.3.9-.6 1.1-1Z"/><path fill="#FF965A" d="M18.1 11.7H18v2.8h.1v-2.8Z"/><path fill="#FF965A" d="M18.5 12.1h-1v.2h1V12ZM18.5 13h-1v.3h1V13Z"/><path fill="#FFE15A" d="M18.5 12.3h-1v.6h1v-.6Z"/><path fill="#FF4B55" d="M18 11.7v.3l-.5-.1.5-.2Z"/><path fill="#FF965A" d="M19.2 11.7H19v2h.2v-2Z"/><path fill="#FF965A" d="M19.6 12.1h-1v.2h1V12ZM19.6 13h-1v.3h1V13Z"/><path fill="#FFE15A" d="M19.6 12.3h-1v.6h1v-.6Z"/><path fill="#FF4B55" d="M19 11.7v.3l-.4-.1.4-.2Z"/><path fill="#FF965A" d="M17 11.7h-.2v2h.2v-2Z"/><path fill="#FF965A" d="M17.4 12.1h-1v.2h1V12ZM17.4 13h-1v.3h1V13Z"/><path fill="#FFE15A" d="M17.4 12.3h-1v.6h1v-.6Z"/><path fill="#FF4B55" d="M16.8 11.7v.3l-.4-.1.4-.2Z"/><path fill="#FF965A" d="M18.9 13.5a.8.8 0 0 1-1.7 0H17l-1.1-.3v.2l.4.1v.2l.4.1a1.5 1.5 0 0 0 2.9 0h.5v-.5l-1.1.2Z"/><path fill="#F5F5F5" d="M20.7 8v3.9c0 .8-.2 3-2.7 3.7-2.4-.8-2.6-3-2.6-3.7v-4H20.7Zm.1-.3H15.2V12c0 1.9 1 3.3 2.8 3.9 1.9-.6 2.8-2 2.8-4V7.8Z"/><path fill="#FF965A" d="M18 16.5c-1.2 0-2.3-.4-3-1.1l.5-.5c.6.6 1.5.9 2.5.9s2-.3 2.6-.9l.4.5c-.6.7-1.8 1-3 1Z"/></svg>',
71
+ fj: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M.4 12h11.2c.2 0 .4-.2.4-.4v-7c0-.3-.2-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7c0 .2.2.4.4.4Z"/><path fill="#F5F5F5" d="M11.6 4.1h-.7L7 6.6V4.1H5v2.5L1 4.1H.4c-.2 0-.4.2-.4.5v.3L3.3 7H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#F5F5F5" d="M15.1 8.7v4.5c0 1.8 2.6 2.8 2.9 2.9.3-.1 2.9-1 2.9-3V8.8h-5.8Z"/><path fill="#FF4B55" d="M21 10.7V8.6h-6v2.1h2.6v2H15v.9h2.6v2.5l.4.1.4-.1v-2.5H21v-.8h-2.6v-2H21Z"/><path fill="#F5F5F5" d="M15.7 10.2a.3.3 0 1 0 0-.7.3.3 0 0 0 0 .7Z"/><path fill="#FFE15A" d="m16.3 9.4-.4-.2-.2.1-.2.2c.1.2.4 0 .4 0h.2s0 .2.2.2.2-.2.2-.2h-.2ZM16.8 10.1s-.2.3-.5.3c-.1 0-.1.1-.2 0h-.4a.2.2 0 0 1-.2-.2c0-.1.3-.1.4 0h.2v.1l.3-.2.3-.1h.1v.1ZM17.2 9.7c.2 0 .7 0 1.3-.2.6-.2.8-.2 1 0 .3 0 .4-.3.2-.4-.2 0-1.1.5-1.8.2 0 0-.4.1-.3-.4 0 0 0 .2.2.2.4 0 .5.2 1.4 0 .5-.2.9-.1.9.1 0 .3-.4.4-.4.4s.1.3.4.2c.3-.2.4 0 .4.1l.1.2v.2s0 .2-.2.2H20v-.2c.2 0 .4 0 .3-.1V10s-.4.2-.6 0c0 0-.3 0-.4-.2 0 0 0 .2-.2.2l.2.1s0 .2-.2.3c-.1 0-.6.3-.8 0-.2-.2 0-.4.1-.3l.4.2c.1 0 .2-.2 0-.2 0-.1-.1-.2 0-.2 0-.1.4-.1.3-.2 0 0-.3 0-.4.2-.2.2-1 .6-1.4.3-.3-.3 0-.5 0-.5Z"/><path fill="#FFD25A" d="M17.1 9.5s.3.3.7.4h-.3l.1.3h-.2v.1l-.3-.1v.2l-.2-.2h-.2v-.1h-.3v-.4h-.2l.3-.2h.6Z"/><path fill="#FFBE5A" d="m16.7 8.8.2.2.2-.1v.3h.3l-.2.2v.2h-.1v.2h-.2v.1l-.1-.1-.2.1v-.2h-.2l.1-.2h-.2l.3-.1V9l.1-.3Z"/><path fill="#FFE15A" d="M17.1 9.4s-.2.4-.4.3c-.3-.2 0-.5 0-.5l.4.2Z"/><path fill="#5ABEA0" d="M16.3 11.7s0-.4-.2-.4l-.3-.3.3.1c.1 0 .3.3.2.5Z"/><path fill="#B46446" d="M15.7 12v.2s.2 0 .2.2l.1.1v-.2L16 12l-.1-.1Z"/><path fill="#5ABEA0" d="M15.9 12c-.2-.1-.5-.5-.5 0 0 0-.2-.4 0-.4.3 0 .5.4.5.4Z"/><path fill="#5ABEA0" d="m15.8 12-.2-.4c0-.2-.1-.3-.2-.3v.2s-.2-.1-.1-.3c.1-.1.4 0 .4.2v.6Z"/><path fill="#5ABEA0" d="M15.8 11.9s-.2-.5.4-.7c0 0-.6-.2-.5.6ZM15.9 12s-.5-.1-.5.3c0 0 .1-.2.3-.1l.2-.2Z"/><path fill="#B46446" d="M16.4 11.9v.5h-.2v-.7l.2.2Z"/><path fill="#5ABEA0" d="M16 12.2c.2-.1.2-.3.2-.5l.2.2s0-.3-.2-.3H16v.6Z"/><path fill="#5ABEA0" d="M16.4 11.8v-.2s.3.2.2.3v-.3h-.3v.2ZM16.4 11.6s0-.4.2-.4l.4-.2h-.3c-.1 0-.4.2-.4.5v.1h.1Z"/><path fill="#B46446" d="M16.5 12.5h.2v-.3l-.2.3Z"/><path fill="#5ABEA0" d="M17.1 11.3c.2 0 .2.2.2.2 0-.3 0-.3-.2-.2l-.2.1c0-.3-.3-.3-.3-.3l.3.4v.3c-.2 0-.3.4-.3.4h.1l.2-.2.1.2V12h-.1v-.1c.2 0 .3.2.3.2 0-.3 0-.3-.2-.3l.1-.4Z"/><path fill="#B46446" d="M19.6 11.7v.7l-.1.2h.4l-.2-.2v-.7Z"/><path fill="#5ABEA0" d="M19.6 11.8s-.3.2-.4.5c0 0-.2-.4.4-.7 0 0-.3 0-.7.4 0 0 0-.7.7-.5 0 0-.3-.4-.9 0 0 0 .4-.8 1-.2V11v.3l.1-.2v.4s.4-.7.9 0c0 0-.6-.2-.9 0 0 0 .6-.1.6.5 0 0-.3-.4-.6-.3 0 0 .4.2.3.7 0 0-.3-.5-.5-.5ZM16 14.1V13.8a.1.1 0 0 0 0 .1h-.1v-.1h-.2a.1.1 0 0 0 .1.1v.1h.1l-.1.1a.1.1 0 0 0 .2 0h-.1v.2a.1.1 0 0 0 0-.2h.1v.1c.1 0 0 0 0 0Z"/><path fill="#FFECDE" d="m15.9 14 .3.1c0 .2-.2.6.2.8l.4.1.1.4.4-.2-.3-.3s0-.2-.2-.3l.3-.2H17l.3-.3h-.1l.1-.3-.4.3.1-.4-.2.2c-.2 0-.3 0-.2.4l-.2-.3c0-.1 0-.2-.2-.2l-.1.1-.2.1Z"/><path fill="#B46446" d="M19.8 14s.1-.2.2-.1c0 0 .2.1.2 0 .1 0 .1 0 0 0l-.3-.2-.3.3h.2Z"/><path fill="#FFE15A" d="M19.1 14.2s.1-.4.4-.4l.3.3c.2 0 .3 0 .3.2 0 .1-.1.3-.3.3l-.7-.4Z"/><path fill="#5ABEA0" d="M19 14.6s-.3.3 0 .6l.5-.1c.2-.2 0-.3 0-.3l-.5-.2Z"/><path fill="#5ABEA0" d="m19 14.6.1-.4.8.4-.3.3-.6-.3Z"/><path fill="#B46446" d="M18.6 15.6s.5-.2.4-.4c0-.2-.2 0-.2 0l-.2.4Z"/><path fill="#464655" d="m18 16.3-1.6-.8c-1-.6-1.5-1.4-1.5-2.3V8.4H21v4.8c0 .9-.5 1.7-1.5 2.3l-1.6.8Zm-2.9-7.6v4.5c0 1.8 2.6 2.8 2.9 2.9.3-.1 2.9-1 2.9-3V8.8h-5.8Z"/></svg>',
72
+ fi: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#41479B" d="M24 10.8H10V4H7.3v6.7H0v2.4h7.4V20H10v-6.7H24v-2.4Z"/></svg>',
73
+ fr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8V4Z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/></svg>',
74
+ pf: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-2.4H0v2.4ZM22.2 4.1H1.8C.8 4.1 0 5 0 6v2.4h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 8.3H0v7.4h24V8.3Z"/><path fill="#FFB955" d="m14.7 11-2.6 1 2.5-1.3a3 3 0 0 0-.3-.5L12 12l2-2a3 3 0 0 0-.5-.4L12.1 12l1.2-2.6a3 3 0 0 0-.6-.2L12 12l-.7-2.8a3 3 0 0 0-.6.2L12 12l-1.6-2.4a3 3 0 0 0-.5.4l2 2-2.2-1.8a3 3 0 0 0-.3.5l2.5 1.3-2.6-1-.2.6 2.8.4-2.8-.2a3 3 0 0 0 0 .8l2.9-.3 2.9.3a3 3 0 0 0 0-.8l-2.8.2 2.8-.4a3 3 0 0 0-.2-.7Z"/><path fill="#4173CD" d="M9.2 12.8v.2h5.6v-.2l-.6-.2c-.4 0-.4.2-.7.2l-.8-.2c-.3 0-.3.2-.7.2-.4 0-.4-.2-.7-.2l-.8.2c-.3 0-.3-.2-.7-.2l-.6.2ZM14.1 13.4c-.3 0-.3-.3-.7-.3-.3 0-.3.3-.7.3-.3 0-.3-.3-.7-.3-.4 0-.4.3-.7.3-.4 0-.4-.3-.7-.3-.4 0-.4.3-.7.3l-.6-.2.2.4h5l.2-.4-.6.2ZM14.4 13.8l-.3-.1c-.3 0-.3.2-.7.2-.3 0-.3-.2-.7-.2-.3 0-.3.2-.7.2-.4 0-.4-.2-.7-.2-.4 0-.4.2-.7.2-.4 0-.4-.2-.7-.2h-.3c0 .2.2.3.3.4h4.2l.3-.3ZM13.8 14.4l-.4-.2c-.3 0-.3.3-.7.3-.3 0-.3-.3-.7-.3-.4 0-.4.3-.7.3-.4 0-.4-.3-.7-.3l-.4.2.5.3h2.6l.5-.3ZM11.3 14.8H11l1 .2c-.4 0-.4-.2-.7-.2ZM12 15c.3 0 .7 0 1-.2h-.3c-.3 0-.3.2-.7.2Z"/><path fill="#FF4B55" d="m12.4 11.7-1-.3V9.5c0-.2.2-.5.6-.5h.3c-.1.1-.3.3-.3.5 0 .4.3.5.5.6v1.5s0 .1-.1 0ZM11.6 12.9c0 .3-.3.7-.7.7-.5 0-.6-.5-.6-.8v-2.3h.2v2.2c0 .3.7.4 1 .2ZM12.4 12.9c0 .3.2.7.6.7.6 0 .7-.5.7-.8v-2.3H13.3v2.2c0 .3-.6.4-1 .2Z"/><path fill="#AA4650" d="M13.1 12.5H10.8h2.4ZM11 12.1l.1-.1H10.7l.1.1-.1.2H11.2V12ZM12 12.1l.2-.1h-.4l.1.1-.1.2h.4L12 12ZM11.5 12.1l.2-.1h-.4l.1.1-.1.2H11.7V12ZM12.6 12.1V12H12.2l.1.1-.1.2h.4l-.1-.2ZM13 12.1l.2-.1H12.9V12.3h.2c.1 0 .1 0 0 0V12ZM11 12.9l.6-.1.1-.2h-.6l-.2.3ZM13 12.9l-.6-.1c-.2-.1-.1-.2-.1-.2h.5l.2.3Z"/></svg>',
75
+ ga: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
76
+ gm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.6H0V18Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.6h24V6c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M24 10.3H0v3.4h24v-3.4Z"/><path fill="#F5F5F5" d="M24 9.5H0v.8h24v-.8ZM24 13.7H0v.8h24v-.8Z"/></svg>',
77
+ ge: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FF4B55" d="M24 10.8H13.2V4h-2.4v6.7H0v2.4h10.8V20h2.4v-6.7H24v-2.4Z"/><path fill="#FF4B55" d="M7 6.9 5.8 7 6 5.8H5V7L3.7 7V8L5 8V9h1V7.9L7 8V7ZM20.3 6.9 19 7V5.8h-1V7L17 7V8l1.2-.1L18 9h1V7.9l1.2.1V7ZM7 16l-1.2.1L6 15H5v1.2L3.7 16V17L5 17v1.2h1V17L7 17V16ZM20.3 16 19 16V15h-1v1.2L17 16V17l1.2-.1-.1 1.2h1V17l1.2.1V16Z"/></svg>',
78
+ de: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
79
+ gh: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FFE15A" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#464655" d="m12.2 10 .4 1.3H14c.1 0 .2.3 0 .4l-1 .8.4 1.3c0 .1-.1.3-.3.2l-1.1-.8-1.1.8c-.2 0-.3 0-.3-.2l.4-1.3-1-.8c-.2-.1-.1-.4 0-.4h1.4l.4-1.3c0-.1.3-.1.4 0Z"/></svg>',
80
+ gi: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.6H0V18ZM16.6 10V9h-.9v-2h.4v-.9h-2.4V7h.4v2.1h-1.3V6.2h.4v-.8h-2.4v.8h.4v2.9H9.9v-2h.4v-.9H8V7h.4v2.1h-.9v.8H8v3.3h-.5v.9h9.2v-.9H16V10h.5Z"/><path fill="#464655" d="M12.8 13.7h-1.6V12a.8.8 0 1 1 1.6 0v1.7ZM12 7.9c-.2 0-.4.1-.4.4v1.2h.8V8.3c0-.3-.2-.4-.4-.4ZM14.9 8.3c-.2 0-.4.2-.4.4v.8h.8v-.8c0-.2-.2-.4-.4-.4ZM9.1 8.3c-.2 0-.4.2-.4.4v.8h.8v-.8c0-.2-.2-.4-.4-.4ZM15.3 13.7h-1.6v-1.3a.8.8 0 1 1 1.6 0v1.3ZM10.3 13.7H8.7v-1.3a.8.8 0 1 1 1.6 0v1.3Z"/><path fill="#FFE15A" d="M13.1 15.1v-.2l-.9-.5v-.2l.7-.4a.2.2 0 1 0-.2-.3l-.7.3-.7-.3a.2.2 0 1 0-.2.3l.7.4v.2l-.8.5a.2.2 0 0 0 0 .4l.8.5v1.8H11v.3a.2.2 0 0 0 .4.1h.4v.4h-.4a.2.2 0 0 0-.4.1v.3h.8v.2a.2.2 0 1 0 .4 0v-3.2l.8-.5.1-.2Zm-1.1.4-.6-.4.6-.4.6.4-.6.4Z"/></svg>',
81
+ gr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M24 5.9c0-1-.8-1.8-1.8-1.8H1.8C.8 4.1 0 5 0 6v12.2c0 .3 0 .5.2.7v.2h.1v.2h.1l.1.1.1.1.1.1h.1v.1H1a734.8 734.8 0 0 0 .1 0v.1h.2a.6.6 0 0 0 .1 0v.1H22.9l.1-.1h.1l.1-.1h.1l.1-.1.1-.1.1-.1.1-.1V19h.1v-.2h.1v-.1l.2-.7V5.9Z"/><path fill="#41479B" d="M0 14.6h24v1.8H0v-1.8Zm.2 4.2v.2h.1v.2h.1l.1.1.1.1.1.1h.1v.1H1a734.8 734.8 0 0 0 .1 0v.1h.2a.6.6 0 0 0 .1 0v.1H22.9l.1-.1h.1l.1-.1h.1l.1-.1.1-.1.1-.1.1-.1V19h.1v-.2h.1v-.1l.2-.7H0c0 .3 0 .5.2.7Zm8-11.2v1.8H5v3.5h19V11H8.3V9.4H24V7.6H8.3Zm-5 1.8H0v3.5h3.3V9.4ZM24 5.9c0-1-.8-1.8-1.8-1.8H5v3.5h3.3V6H24ZM3.3 4H1.8C.8 4.1 0 5 0 6v1.7h3.3V4.1Z"/></svg>',
82
+ gl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V12H0v6ZM8.3 6.6c-3 0-5.4 2.4-5.4 5.4h10.8c0-3-2.5-5.4-5.4-5.4Z"/><path fill="#F5F5F5" d="M8.3 17.4c3 0 5.4-2.4 5.4-5.4H2.9c0 3 2.4 5.4 5.4 5.4Z"/></svg>',
83
+ gd: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M21.5 6.6v10.8h-19V6.6h19Z"/><path fill="#73AF00" d="M2.5 6.6 12 12l-9.5 5.4V6.6ZM21.5 6.6 12 12l9.5 5.4V6.6Z"/><path fill="#FF4B55" d="M12 13.7a1.7 1.7 0 1 0 0-3.4 1.7 1.7 0 0 0 0 3.4Z"/><path fill="#FFE15A" d="m12.1 10.8.3.8h.8s.1.1 0 .2l-.6.5.2.7-.1.2-.7-.5-.7.5s-.2 0-.1-.2l.2-.7-.6-.5c-.1 0 0-.2 0-.2h.8l.3-.8c0-.1.2-.1.2 0ZM12 4.7l.2.4h.5v.2l-.4.3.2.4s0 .1-.1 0l-.4-.2-.4.3s-.1 0 0 0v-.5l-.3-.3V5h.5l.1-.4h.2ZM17.5 4.7l.2.4h.4c.1 0 .1.1 0 .2l-.3.3.1.4s0 .1 0 0l-.5-.2-.3.3H17l.1-.5-.4-.3V5h.5l.2-.4h.1ZM6.6 4.7l.2.4h.5v.2l-.4.3.1.4s0 .1 0 0l-.4-.2-.4.3H6l.1-.5-.4-.3V5h.5l.2-.4h.1ZM12 18l.2.4h.5l-.4.4.2.4-.1.1-.4-.3-.4.3s-.1 0 0 0v-.5l-.3-.3v-.1h.5l.1-.5h.2ZM17.5 18l.2.4h.4c.1 0 .1 0 0 0l-.3.4.1.4v.1l-.5-.3-.3.3H17l.1-.5-.4-.3v-.1h.5l.2-.5h.1ZM6.6 18l.2.4h.5l-.4.4.1.4v.1l-.4-.3-.4.3H6l.1-.5-.4-.3v-.1h.5l.2-.5h.1ZM5.5 11h-1v1a1 1 0 1 0 1-1Z"/><path fill="#FF4B55" d="M6.6 13H6l-.5-1 1 .5v.5Z"/></svg>',
84
+ gu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#3CC8FF" d="M12 7.9A5.3 5.3 0 0 0 9.4 12c0 1.3 1 3.3 2.6 4.1a5.3 5.3 0 0 0 2.6-4.1c0-1.3-1-3.3-2.6-4.1Z"/><path fill="#73AF00" d="M12.3 10.6c.3-.2.7-.3 1.2-.1 0 0-.5-.5-1.1-.1.2-.2.4-.5.7-.6 0 0-.6-.2-.9.6 0-.4 0-1-.6-1.4 0 0 .4.8.4 1.4 0-.1 0-.2-.2-.3-.3-.4-.6-.4-.6-.4s.5.5.7 1a.9.9 0 0 0-.7-.4c-.9 0-1 .6-1 .6.3-.2.9-.2 1.3-.2-.6 0-.8.8-.8.8.5-.6 1-.7 1.2-.7-.4.3-.4.9-.4.9l.6-.8c.4.4.5 1 .5 1v-.5a1 1 0 0 0-.3-.7c.7.1 1.2.7 1.2.7-.2-.7-.9-.8-1.2-.8Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1.1 5 0 5.8v12.4c0 1 .8 1.7 1.8 1.7h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Zm1 15H.8V5h22.4v14Z"/><path fill="#FF965A" d="m11.2 13 .3-.7h3.2l-.2.8-3.3-.1Z"/><path fill="#4173CD" d="M9.5 12.8a5.4 5.4 0 0 0 2.5 3.3c1.3-.6 2.2-2 2.5-3.3h-5Z"/><path fill="#FFE15A" d="M10 14s.8 0 1.4.2c.1.1.1.3 0 .4-.3.1-.6.4-.6.7l-.9-1.2ZM11.5 15.7c0-.3.3-.6.7-.7.6-.2.3-.6 0-.8-.3-.3 0-.3 1.8-.4l-.8 1.4-1.2 1-.5-.5Z"/><path fill="#FF4B55" d="M12 16.4c-1.7-1-2.8-3-2.8-4.4 0-1.4 1-3.5 2.7-4.3h.2c1.6.8 2.7 3 2.7 4.3 0 1.4-1 3.5-2.7 4.3H12ZM12 8A5 5 0 0 0 9.6 12c0 1.2 1 3 2.4 3.9a5 5 0 0 0 2.4-3.9c0-1.2-1-3-2.4-3.9Z"/><path fill="#A54B37" d="M12.9 14.4c-.6-.4-1-1-1-1.7v-1.9a.1.1 0 0 1 .2 0v2c0 .5.3 1 .8 1.4a.1.1 0 0 1 0 .2Z"/><path fill="#A54B37" d="M12 11a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .5Z"/></svg>',
85
+ gt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8V4Z"/><path fill="#82AFFF" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFC855" d="M11.9 10h-.2l.2.2v-.3Z"/><path fill="#73AF00" d="M12 14.3a2.4 2.4 0 0 1-1.3-4.4v.1c-.6.4-1 1.2-1 2 0 1.2 1 2.2 2.3 2.2v.1Z"/><path fill="#73AF00" d="m10.6 14.5.4-.1c.2 0 .3-.2.3-.2h-.4l-.3.3ZM11.3 14.2v-.4l-.3-.3v.4l.3.3ZM10.2 14.2h.3l.4-.2h-.4c-.2 0-.3.1-.3.2ZM10.9 14v-.4l-.2-.3v.3c0 .2 0 .3.2.4ZM9.7 13.8h.8c-.1-.1-.3-.2-.4-.1h-.4ZM10.5 13.7v-.4l-.1-.3v.7ZM9.3 13.2l.4.2.4-.1-.4-.1h-.4Z"/><path fill="#73AF00" d="M10 13.3c.2 0 .2-.2.2-.4v-.4l-.2.4v.4ZM9.1 12.6l.4.2h.4l-.4-.2h-.4ZM9.9 12.8l.1-.3v-.4l-.1.4v.3ZM9 12l.3.2.4.1-.3-.3a.7.7 0 0 0-.4 0Z"/><path fill="#73AF00" d="m9.7 12.3.3-.3v-.3l-.2.2-.1.4ZM9.1 11.3l.2.3.4.2-.2-.4a.7.7 0 0 0-.4-.1ZM9.7 11.8l.3-.2.2-.4-.3.2-.2.4ZM9.5 10.5v.4l.3.3v-.4l-.3-.3Z"/><path fill="#73AF00" d="M9.8 11.2h.4l.3-.3H10l-.3.3ZM9.9 10v.7l.1-.4-.1-.3ZM10 10.7h.7l-.4-.1-.3.1ZM10.3 9.6l-.1.4v.4l.2-.4-.1-.4ZM10.3 10.4h.7l-.4-.1h-.3ZM10.5 10.2s.2 0 .3-.2c.2 0 .3-.1.3-.2h-.4l-.2.4ZM12 14.3a2.3 2.3 0 0 0 1.2-4.3c.8.4 1.2 1.1 1.2 2 0 1.3-1 2.3-2.4 2.3Z"/><path fill="#73AF00" d="m13.4 14.5-.4-.1a.7.7 0 0 1-.3-.2h.4l.3.3ZM12.7 14.2v-.4l.3-.3v.4l-.3.3ZM13.8 14.2h-.3a.7.7 0 0 1-.4-.2h.4c.2 0 .3.1.3.2ZM13.1 14v-.4c0-.2.2-.3.2-.3v.3c0 .2 0 .3-.2.4ZM14.3 13.8h-.8c.1-.1.3-.2.4-.1h.4ZM13.5 13.7v-.4l.1-.3v.7ZM14.7 13.2l-.4.2-.4-.1.4-.1h.4Z"/><path fill="#73AF00" d="M14 13.3c-.2 0-.2-.2-.2-.4v-.4l.2.4v.4ZM14.9 12.6l-.4.2h-.4l.4-.2h.4ZM14.1 12.8l-.1-.3v-.4l.1.4v.3ZM15 12l-.3.2-.4.1.3-.3h.4Z"/><path fill="#73AF00" d="M14.3 12.3 14 12v-.3l.2.2.1.4ZM14.9 11.3l-.2.3-.4.2.2-.4.4-.1ZM14.3 11.8l-.3-.2a.7.7 0 0 1-.2-.4l.3.2.2.4ZM14.5 10.5v.4l-.3.3v-.4l.3-.3ZM14.2 11.2h-.4a.7.7 0 0 1-.3-.3h.4l.3.3ZM14.1 10v.7l-.1-.4.1-.3ZM14 10.7h-.7l.4-.1.3.1ZM13.7 9.6l.1.4v.4l-.2-.4.1-.4ZM13.7 10.4H13l.4-.1h.3ZM13.5 10.2s-.2 0-.3-.2a.7.7 0 0 1-.3-.2h.4l.2.4Z"/><path fill="#966446" d="m10.7 13.8-.4.4-.2-.4.6-.6.2.2v.2l-.2.2Z"/><path fill="#B9B9B9" d="M13 10.7 10.6 13v.2l.5-.3 1.6-1.9.2-.2Z"/><path fill="#966446" d="M11.2 12.6V13l1.6-1.9-1.6 1.6Z"/><path fill="#A0A0A0" d="M13 10.8h-.2l.1.1.1.1 1.2-1.3-1.2 1.1Z"/><path fill="#966446" d="m13.4 13.8.4.4.2-.4-.6-.6-.2.2v.2l.2.2Z"/><path fill="#B9B9B9" d="m11.2 10.7 2.2 2.3v.2l-.5-.3-1.6-1.9-.2-.2Z"/><path fill="#966446" d="M12.9 12.6V13L11.3 11l1.6 1.6Z"/><path fill="#A0A0A0" d="M11 10.8h.2v.1l-.1.1-1.2-1.3 1.2 1.1Z"/><path fill="#B9B9B9" d="m11.2 13.7.1.1 2-2s-.8.5-2 2Z"/><path fill="#FFE15A" d="M11 14.1c-.1 0-.1 0 0-.1l.1-.2h.2l-.2.3h-.2Z"/><path fill="#FFC855" d="m11.1 13.6-.2.3v.1-.1l.2-.2.3.3v-.1l-.3-.3Z"/><path fill="#B9B9B9" d="m12.9 13.8-.1.1-2-2s.8.5 2 2Z"/><path fill="#FFE15A" d="m13.2 14.2-.2-.3-.2.1.3.2Z"/><path fill="#FFC855" d="m13 13.7.3.3v.1h-.1c0-.2-.1-.2-.2-.3l-.2.3h-.1l.3-.4Z"/><path fill="#69B469" d="M12.1 10a.2.2 0 1 0-.3.1c0 .5.5.6.7.6.2.1.6.4.6 1 0 .5-.4 1-.4 1l.3-.3c-.1.4-.4 1-1 1.8l.8-1-.6 1.2 1-1.8c.4-1.4-.6-2.2-1.1-2.5Z"/><path fill="#F4E08F" d="M11.7 12.1h-.5v.2h.5v-.2Z"/><path fill="#ECD077" d="M11.2 12.6a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5ZM11.2 11a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .5Z"/><path fill="#FCF0A8" d="M12.6 11a.2.2 0 1 0 0-.4h-1.4a.2.2 0 1 1-.2.3l.4 1.2v.2c0 .2 0 .3-.2.3h1.4c.1 0 .2-.1.2-.3l-.4-1.2h.2Z"/><path fill="#F4E08F" d="M11.4 10.9s0 .2-.2.2h1.4l.2-.2h-1.4ZM11.4 12.3c0 .2 0 .3-.2.3h1.4c.1 0 .2-.1.2-.3h-1.4Z"/></svg>',
86
+ gg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FF4B55" d="M24 10.3H13.7V4.1h-3.4v6.2H0v3.4h10.3v6.2h3.4v-6.2H24v-3.4Z"/><path fill="#FFE15A" d="M17 13.2v-2.4l-.7.6H7.7l-.7-.6v2.4l.7-.6h8.6l.7.6Z"/><path fill="#FFE15A" d="M10.8 17h2.4l-.6-.7V7.7l.6-.7h-2.4l.6.7v8.6l-.6.7Z"/></svg>',
87
+ gw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V12H0v6Z"/><path fill="#FF4B55" d="M1.8 19.9h6V4h-6C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#464655" d="m3.9 10-.5 1.3H2c-.1 0-.2.1 0 .2l1 .8-.4 1.4s0 .1.2 0l1.1-.8 1.2.9s.2 0 .1-.1l-.4-1.4 1.2-.8v-.2H4.4L4 9.9H4Z"/></svg>',
88
+ gn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M16 4.1H8V20h8V4Z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/></svg>',
89
+ ht: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V12H0v6Z"/></svg>',
90
+ hn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8ZM0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#4173CD" d="m12 11.3.2.5h.5l-.4.4.2.4s0 .1-.1 0l-.4-.2-.4.3s-.1 0 0 0v-.5l-.3-.3v-.1h.5l.1-.5h.2ZM7.8 12.5l.2.5h.4c.1 0 .1 0 0 0l-.3.4.2.4s-.1.1-.1 0l-.4-.2-.4.3-.1-.1.1-.4-.3-.3V13h.5l.1-.5h.1ZM7.8 10.1l.2.5h.4c.1 0 .1 0 0 0l-.3.4.2.4s-.1.1-.1 0l-.4-.2-.4.3h-.1l.1-.5-.3-.3v-.1h.5l.1-.5h.1ZM16.3 12.5l.1.5h.5l-.3.4.1.4s0 .1 0 0l-.5-.2-.4.3v-.5l-.3-.3V13h.5l.2-.5ZM16.3 10.1l.1.5h.5l-.3.4.1.4s0 .1 0 0l-.5-.2-.4.3V11l-.3-.3v-.1h.5l.2-.5Z"/></svg>',
91
+ hk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M10.5 12.6A2 2 0 0 1 9 12v-.2H9c.8 1 1.8.8 2.4.6-.2 0-.5 0-.7-.2-.7-.4-.4-1-.9-1.6-.4-.6-.9-.5-1.5-.4-.7 0-1-.4-1-.7-1 2.2 1.6 5 4.2 3l-1 .2Zm-1.9-.8-.1-.3H8l.3-.3-.1-.3.3.2.3-.2v.4l.2.2h-.3l-.2.3ZM12.4 11.1a2 2 0 0 1 1.7-.4v.2c-1.2-.2-1.9.5-2.2 1l.6-.3c.9 0 .9.6 1.6.8.8.2 1.1-.1 1.6-.6s1-.2 1.2 0v-.1c-.6-2.3-4.3-3-5.2.1l.7-.7Zm2-.5.3.1.2-.1h.1l-.1.3.3.2v.1h-.4l-.1.3-.2-.3h-.3V11l.2-.2v-.3Z"/><path fill="#F5F5F5" d="M11 11.3a2 2 0 0 1 0-1.7c0-.1.1-.1.2 0-.5 1 0 2 .4 2.4l-.1-.7c.2-.8.8-.7 1.1-1.4.4-.7.2-1-.1-1.6-.4-.6 0-1 .2-1.2-2.4 0-4 3.4-1.2 5-.2-.2-.4-.4-.5-.8Zm0-2 .2-.3-.1-.3.3.1.3-.2V9l.3.2h-.4v.4h-.2v-.3H11ZM12.9 12.4c.4.3.8.8.9 1.5l-.1.1h-.1c-.2-1.2-1-1.6-1.6-1.8.1.1.4.3.4.5.3.8-.2 1-.2 1.8s.4 1 1 1.3c.7.3.6.8.5 1v.1c2-1.3 1.5-5-1.7-4.9l.9.4Zm1 1.7h.1v.4l.2.2h-.4v.4h-.2v-.3h-.4v-.1l.3-.2-.1-.3s0-.1 0 0l.3.1.3-.2Z"/><path fill="#F5F5F5" d="M11.8 13.4a2 2 0 0 1-1.2 1.3h-.1v-.2c1-.5 1.2-1.5 1.2-2l-.3.5c-.7.6-1 .1-1.8.4-.7.3-.8.7-1 1.4 0 .6-.6.7-.8.7 0 0-.1 0 0 0 1.8 1.5 5.2 0 4-3.1v1Zm-1.3 1.5v.1H10v.3h-.2V15h-.4l.3-.3-.1-.3.3.1.3-.1v.3l.2.2Z"/></svg>',
92
+ hu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
93
+ is: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M24 10H10.8V4H6.6V10H0v4.2h6.6v5.8h4.2V14H24V9.9Z"/><path fill="#FF4B55" d="M24 10.8H10V4H7.3v6.7H0v2.4h7.4V20H10v-6.7H24v-2.4Z"/></svg>',
94
+ in: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FAB446" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#41479B" d="M12 14.2a2.2 2.2 0 1 1 0-4.4 2.2 2.2 0 0 1 0 4.4Zm0-4a1.8 1.8 0 1 0 0 3.6 1.8 1.8 0 0 0 0-3.6Z"/><path fill="#41479B" d="M12 12.3a.3.3 0 1 0 0-.6.3.3 0 0 0 0 .6Z"/><path fill="#41479B" d="m12 12-.6.1H10V12l1.4-.1h.6v.1ZM12 12l.6.1H14V12l-1.4-.1H12v.1Z"/><path fill="#41479B" d="m12 12-.1-.6V10h.1l.1 1.4v.6H12ZM12 12l-.1.6V14h.1l.1-1.4V12H12ZM12 12l-.5-.4-1-1h.1l1 .9.4.5Z"/><path fill="#41479B" d="m12 12 .4.5 1 1v-.1l-.9-1-.5-.4ZM12 12l.4-.5 1-1v.1l-.9 1-.5.4ZM12 12l-.5.4-1 1h.1l1-.9.4-.5Z"/><path fill="#41479B" d="m12 12-.6.3-1.2.5 1.2-.6.6-.2ZM12 12l.6-.2 1.3-.5v-.1l-1.3.5-.6.3ZM12 12l-.3-.6-.5-1.2.6 1.2.2.6Z"/><path fill="#41479B" d="m12 12 .2.6.5 1.3h.1l-.5-1.3-.3-.6Z"/><path fill="#41479B" d="m12 12-.6-.2-1.3-.5v-.1l1.3.5.6.3ZM12 12l.6.3 1.2.5-1.2-.6-.6-.2Z"/><path fill="#41479B" d="m12 12 .2-.6.5-1.3h.1l-.5 1.3-.3.6ZM12 12l-.3.6-.5 1.2.6-1.2.2-.6Z"/><path fill="#F5F5F5" d="M12 12.3a.3.3 0 1 0 0-.6.3.3 0 0 0 0 .6Z"/><path fill="#41479B" d="M12 12.2a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4Z"/></svg>',
95
+ id: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#C8414B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#F5F5F5" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V12H0v6Z"/></svg>',
96
+ ir: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4ZM0 9.1h.1v-.2h.4V9l.1.1h.6v-.4H.7v.1H1V9H.7v-.2H0v.4Zm.3 0h.1V9H.2v.1Zm-.2-.5h1.6v-.1H0Zm1.6.5h-.3v-.4h.4v-.2H2v.4h.1v-.4h.1v.4h.2v-.4h.1V9h-.6v-.2h-.4.2v.2ZM2.7 9.1h.1v-.2h.4v.2h.6v-.4H3.5v.1h.2V9h-.3v-.1l-.1-.1h-.6v.4Zm.3 0V9v.1Zm-.3-.5h1.7v-.1H2.7Zm1.7.5H4v-.4h.4v-.2h.1v.4h.2v-.4H5v.4h.2v-.4h.1V9h-.6v-.2h-.4.2v.2ZM5.4 9.1h.1v-.2H6v.2h.6v-.4h-.3v.1h.2V9H6v-.1L6 8.7h-.6v.4Zm.3 0V9v.1Zm-.3-.5H7l.1-.1H5.3ZM7 9H6.7v-.4h.5v-.2h.1v.4h.2v-.4h.1v.4h.1v-.4H8V9h-.6v-.2h-.4.1l.1.1v.1ZM8.1 9.1v-.2h.4V9l.1.1h.6v-.4h-.3v.1h.2V9h-.3v-.1l-.2-.1h-.5v.4Zm.3 0V9v.1ZM8 8.6h1.6v-.1H8.1Zm1.6.5h-.3v-.4h.5v-.2h.2v.4-.4h.2v.4h.2v-.4.6H10v-.2h-.4.1v.2ZM10.8 9.1v-.2h.4V9l.1.1h.6v-.4h-.3v.1h.1l.1.1h-.4v-.2h-.6v.4Zm.3 0V9H11v.1Zm-.3-.5h1.6v-.1h-1.6Zm1.6.5h-.3v-.4h.5v-.2h.1v.4h.1v-.4h.2v.4h.1v-.4h.1V9h-.6v-.2h-.4.2v.2ZM13.5 9.1v-.2h.4V9l.1.1h.6v-.4h-.3v.1h.1V9h-.3v-.2h-.6v.4Zm.2 0h.1V9h-.1v.1Zm-.2-.5H15v-.1h-1.6ZM15 9h-.3v-.4h.4v-.2h.2v.4h.2v-.4.4h.2v-.4h.2V9l-.1.1h-.6v-.2h-.4.2v.2ZM16.2 9.1v-.2h.4v.2h.6v-.4H17v.1h.2V9h-.3v-.1l-.1-.1H16v.4Zm.2 0V9v.1Zm-.2-.5h1.6v-.1H16Zm1.6.5h-.3v-.4h.4v-.2h.2v.4h.1v-.4h.1v.4h.2v-.4h.1V9H18v-.2h-.4.2v.2ZM18.8 9.1h.1v-.2h.4v.2h.6v-.4h-.3v.1h.2V9h-.3v-.1l-.1-.1h-.6v.4Zm.3 0V9v.1Zm-.3-.5h1.7v-.1h-1.7Zm1.7.5h-.3v-.4h.4v-.2h.1v.4h.2v-.4h.1v.4h.1v-.4h.2V9h-.6v-.2h-.4.2v.2ZM21.5 9.1v-.2h.4V9l.2.1h.5v-.4h-.3v.1h.2V9h-.3v-.1l-.1-.1h-.6v.4Zm.3 0V9v.1Zm-.3-.5h1.6v-.1h-1.6Zm1.6.5H22.8v-.4h.5v-.2h.1v.4h.2v-.4h.1v.4h.1v-.4h.2V9h-.6v-.2H23h.1v.2Z"/><path fill="#F5F5F5" d="M0 9.5H1.3v-.2H0v.2Zm1.4 0h1.1v-.2H1.3v.2h.1ZM2.7 9.5h1.1v-.2H2.7v.2Zm1.4 0h1.1v-.2H4v.2ZM5.4 9.5h1.1v-.2H5.4v.2Zm1.4 0h1.1v-.2H6.6v.2ZM8.1 9.5h1.2v-.2H8v.2h.1Zm1.3 0h1.1v-.2H9.4v.2ZM10.8 9.5h1.1v-.2h-1.1v.2Zm1.3 0h1.1v-.2h-1.1v.2ZM13.5 9.5h1.1v-.2h-1.1v.2Zm1.3 0H16v-.2h-1.3v.2h.1ZM16.2 9.5h1v-.2h-1.1v.2Zm1.3 0h1.1v-.2h-1.1v.2ZM18.8 9.5H20v-.2h-1.1v.2Zm1.4 0h1.1v-.2h-1.1v.2ZM21.5 9.5h1.2v-.2H21.5v.2Zm1.4 0H24v-.2H22.7v.2ZM24 14.9h-.1v.2h-.4V15l-.1-.1h-.6v.4h.3v-.1H23V15h.3v.2h.7v-.4Zm-.3 0h-.1v.1h.1v-.1Zm.2.5h-1.6v.1H24Zm-1.6-.5h.3v.4h-.4v.2H22v-.4h-.1v.4h-.1v-.4h-.2v.4h-.1V15h.6v.2h.4-.2v-.2ZM21.3 14.9h-.1v.2h-.4v-.2h-.6v.4H20.5v-.1h-.2V15h.3v.1l.1.1h.6v-.4Zm-.3 0v.1-.1Zm.3.5h-1.7v.1h1.7Zm-1.7-.5h.3v.4h-.4v.2h-.1v-.4h-.2v.4H19v-.4h-.2v.4h-.1V15h.6v.2h.4-.2v-.2ZM18.6 14.9h-.1v.2H18v-.2h-.6v.4h.3v-.1h-.2V15h.3v.1l.1.1h.6v-.4Zm-.3 0v.1-.1Zm.3.5H17l-.1.1h1.7ZM17 15H17.3v.4h-.5v.2h-.1v-.4h-.2v.4h-.1v-.4h-.1v.4H16V15h.6v.2h.4-.1l-.1-.1v-.1ZM15.9 14.9v.2h-.4V15l-.1-.1h-.6v.4h.3v-.1h-.2V15h.3v.1l.2.1h.5v-.4Zm-.3 0v.1-.1Zm.3.5h-1.6v.1h1.6Zm-1.6-.5h.3v.4H14v.2h-.2v-.4.4h-.2v-.4h-.2v.4-.6h.5v.2h.4-.1v-.2ZM13.2 14.9v.2h-.4V15l-.1-.1H12v.4h.3v-.1h-.1l-.1-.1h.4v.2h.6v-.4Zm-.3 0v.1h.1v-.1Zm.3.5h-1.6v.1h1.6Zm-1.6-.5h.3v.4h-.5v.2h-.1v-.4h-.1v.4H11v-.4h-.1v.4h-.1V15h.6v.2h.4-.2v-.2ZM10.5 14.9v.2H10V15l-.1-.1h-.6v.4h.3v-.1h-.1V15h.3v.2h.6v-.4Zm-.2 0h-.1v.1h.1v-.1Zm.2.5H9v.1h1.6ZM9 15h.3v.4h-.4v.2h-.2v-.4h-.2v.4-.4h-.2v.4H8V15l.1-.1h.6v.2h.4-.2v-.2ZM7.8 14.9v.2h-.4v-.2h-.6v.4H7v-.1h-.2V15h.3v.1l.1.1H8v-.4Zm-.2 0v.1-.1Zm.2.5H6.2v.1H8ZM6.2 15h.3v.4h-.4v.2h-.2v-.4h-.1v.4h-.1v-.4h-.2v.4h-.1V15H6v.2h.4-.2v-.2ZM5.2 14.9H5v.2h-.4v-.2H4v.4h.3v-.1h-.2V15h.3v.1l.1.1h.6v-.4Zm-.3 0v.1-.1Zm.3.5H3.5v.1h1.7ZM3.5 15h.3v.4h-.4v.2h-.1v-.4H3v.4H3v-.4h-.1v.4h-.2V15h.6v.2h.4-.2v-.2ZM2.5 14.9v.2H2V15l-.2-.1h-.5v.4h.3v-.1h-.2V15h.3v.1l.1.1h.6v-.4Zm-.3 0v.1-.1Zm.3.5H.9v.1h1.6ZM.9 15H1.2v.4H.6v.2H.6v-.4H.3v.4H.2v-.4H.1v.4H0V15h.6v.2H1 1v-.2ZM24 14.5H22.7v.2H24v-.2Zm-1.4 0h-1.1v.2h1.2v-.2h-.1ZM21.3 14.5h-1.1v.2h1.1v-.2Zm-1.4 0h-1.1v.2H20v-.2ZM18.6 14.5h-1.1v.2h1.1v-.2Zm-1.4 0h-1.1v.2H17.4v-.2ZM15.9 14.5h-1.2v.2H16v-.2h-.1Zm-1.3 0h-1.1v.2h1.1v-.2ZM13.2 14.5h-1.1v.2h1.1v-.2Zm-1.3 0h-1.1v.2h1.1v-.2ZM10.5 14.5H9.4v.2h1.1v-.2Zm-1.3 0H8v.2h1.3v-.2h-.1ZM7.8 14.5h-1v.2h1.1v-.2Zm-1.3 0H5.4v.2h1.1v-.2ZM5.2 14.5H4v.2h1.1v-.2Zm-1.4 0H2.7v.2h1.1v-.2ZM2.5 14.5H1.3v.2H2.5v-.2Zm-1.4 0H0v.2H1.3v-.2Z"/><path fill="#FF4B55" d="M11.7 10h.8l.1-.4c-.1.2-.4.3-.6.1-.2.2-.4.1-.6 0 0 .1 0 .3.3.3ZM12.4 13.9a2.2 2.2 0 0 0 .5-3.6c.6 1 .4 2.5-.6 3.2v-3.2H12c0-.1-.1-.1-.2 0h-.1l-.1.2v3c-1-.7-1.2-2.1-.6-3.2-.7.6-.9 1.6-.5 2.4.2.5.5 1 1 1.2l-.9.1c.4.2.8.2 1.1.1l.2.3.2-.3h1.1l-.9-.2Z"/><path fill="#FF4B55" d="M14.2 11c-.2-.4-.6-.7-1-.9a2.4 2.4 0 0 1 .2 3.5 2 2 0 0 0 .8-2.6ZM10.4 13.5c-.7-1-.5-2.5.5-3.3-.5 0-.9.4-1.1.8a2 2 0 0 0 .8 2.6l-.2-.1Z"/></svg>',
97
+ iq: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#464655" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#73AF00" d="M14.4 11v-.2h.4l.1-.1h.2l.2-.1-.1.3h-.4c0 .1-.2.1-.4 0ZM14.9 10.5c-.1 0-.2-.3-.1-.4.1 0 .2 0 .1.3v.1ZM11.3 11.7c-.2 0-.5.1-.5.4H9.2l1.4-1.2v-.2c0-.2-.2-.2-.3-.1l-.7.7-.7.7v.2c0 .1 0 .3.2.3h2l.1-.4c.1 0 .2.1.2.3 0 0-.1.2-.3.2H8.5l-.1-.2v-.1c0-.1-.2-.2-.3-.1 0 0-.1 0 0 .1v.2l-.2.1-.7-.1c0-.1-.1-.2-.2-.1-.1 0-.2.1-.1.2 0 .2.2.4.1.7 0 .1 0 .2-.2.3 0 0 0 .2.1.1.3 0 .5-.2.5-.5h4c.2 0 .3 0 .3-.2v-1c0-.2-.3-.2-.4-.3ZM16.4 10.5l.2.1s.1.1 0 .2v1.8h.5l.1.5-.1.1H16.3v-2.6l.1-.1ZM15.6 11v1.4l-.1.2-.1-.2v-1.2h-.2l-.1.1v1.1l-.2.2-.1-.2a217.8 217.8 0 0 1-.2-.7l-.3.2h.1v.3c-.6-.1-.6.4-.6.9l.1.1h2v-2.5h-.1l-.1.1v.1Zm-1.4 1.5s.2-.1.2 0-.1.1-.2 0Z"/><path fill="#73AF00" d="M8 13.4v.2h-.2l.1-.2ZM12.3 10.6c.1 0 .2.1.1.2v1.8h.4l.1.4c0 .1 0 .2-.2.2h-.5l-.2-.1v-2.4c0-.1.2-.2.3-.1Z"/></svg>',
98
+ ie: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8V4Z"/><path fill="#FF9B46" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/></svg>',
99
+ im: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M12 12c-.3-.2-.2-.9-.2-1l-1-.3v-.1l1 .2h.1l.7-.6.2.2-.8.6v1ZM15.2 7.8l.2-.2v.5h-.1l-.1.3v-.2h-.4L15 8v-.3h.2ZM13 15.4V15.7v-.1H12.6v-.2l-.2-.3h.2l.1-.2.1.3.3.1-.1.1ZM7.4 10H7l.2-.1v-.2H8l-.1.2.1.2h-.3l-.2.2V10Z"/><path fill="#F5F5F5" d="m12 17-.5.6v-.3l.4-.2ZM12 16.8v.2l-.5.1V17l.5-.2Z"/><path fill="#FFE15A" d="M12.1 16.5v.2l-.6.2v-.2l.6-.2Z"/><path fill="#F5F5F5" d="M12.2 16.3v.1l-.6.2v-.3h.6ZM12.4 16.1l-.1.1h-.6V16h.4l.3.1ZM12.5 16l-.3-.1v-.2c.2-.2-.3-.4-.5-.6a.9.9 0 0 1-.4-.3l.4-.1.1.2.5.6c.1 0 .4 0 .4.2s0 .3-.2.3Z"/><path fill="#F5F5F5" d="M12.2 15.7s-.1.2-.5.2c0-.2-.1-.4-.3-.5-.2 0-1-.6-1.3-.9l.5-.5h.1l.2.2.2.4.5.6c.4.2.6.4.6.5ZM11.6 14.6h-.3L11 14l-.2-.2.1-.2.5.5.2.4ZM10.8 13.6v.3a2 2 0 0 0-.6-.3l.1-.2c.2 0 .4 0 .5.2Z"/><path fill="#F5F5F5" d="M10.6 14c-.3 0-.5.2-.5.4l-.3-.2c0-.1 0-.2-.2-.2l.5-.3.5.2ZM10 13.6l-.5.3h-.1l-.2-.1-.2-.3h.3c.1 0 .3-.1.4 0h.2l.1.1Z"/><path fill="#FFE15A" d="m10.2 13.3-.1.3v-.1l-.4-.2-.4.1H9v-.2h.8s.2 0 .3-.2l.1.1v.2Z"/><path fill="#F5F5F5" d="m10 13-.2.2h-.3a1 1 0 0 0-.4 0h-.2V13l.2-.2.4.2h.4v.1ZM11.9 12.1a22.2 22.2 0 0 1-1.6 1l-.2-.2.1-.1.5-.6 1-.7c0 .2 0 .5.2.6Z"/><path fill="#F5F5F5" d="M11.7 11.4a3.5 3.5 0 0 0-1.6 1.3v.2h-.5l-.4-.3.4-.5 1.2-1.3.9.3v.3ZM6.4 8.3c-.2-.2-.2-.6-.2-.6h.2v.6ZM6.6 8.5h-.1v-.6h.2l-.1.6Z"/><path fill="#FFE15A" d="m6.8 8.7-.1-.1v-.5H7l-.1.6Z"/><path fill="#F5F5F5" d="m7 9-.1-.2.1-.5.2.1L7 9ZM7 9.2V9l.3-.5h.1V9c-.2 0-.3.1-.3.2ZM7 9.3l.4-.2v.1c.2.2.6 0 .9-.3h.4v.3h-.3l-.7.1c-.1.1-.3.4-.4.3-.2 0-.2-.1-.2-.3Z"/><path fill="#F5F5F5" d="M7.5 9.2v-.6h.6l1.4-.7c.2.1.2.4.2.6v.1l-.2.1H9c-.3 0-.6 0-.8.2l-.7.3Z"/><path fill="#F5F5F5" d="M8.8 9.2v-.4H9.8l.2.1-.7.2h-.4Z"/><path fill="#F5F5F5" d="m10 8.9-.2-.2.5-.4c0 .1 0 .2.2.3l-.5.3ZM9.8 8.6c0-.3 0-.6-.2-.8h.4l.2-.1v.5a2 2 0 0 1-.4.4ZM10.4 8.1v-.6l.2-.2h.3l-.1.3-.1.4-.2.1h-.1Z"/><path fill="#FFE15A" d="m10.5 8.5-.1-.3c.2 0 .3 0 .4-.2v-.4l.1-.2h.2v.1l-.1.3-.2.3v.4h-.3Z"/><path fill="#F5F5F5" d="m11 8.4-.1-.3.1-.2.2-.4v-.2l.3.2.1.3-.4.2-.2.3ZM10.9 10.5a22.2 22.2 0 0 1-.2-1.8l.2-.1.1.1.4.8.1 1a8 8 0 0 0-.6 0Z"/><path fill="#F5F5F5" d="M11.6 10.6a3.5 3.5 0 0 0-.5-2v-.2c0-.1 0-.2.2-.3l.4-.2c0 .2 0 .4.2.6l.7 1.7-.7.5h-.3ZM17.2 8l.6.2-.2.1-.4-.3ZM16.9 8h.1l.4.4h-.1l-.4-.4Z"/><path fill="#FFE15A" d="M16.6 8h.2l.3.4H17l-.4-.3Z"/><path fill="#F5F5F5" d="m16.4 8 .5.5h-.3l-.2-.4ZM16 8h.2l.3.6h-.1l-.1.1-.3-.3c.1-.2.1-.3 0-.4Z"/><path fill="#F5F5F5" d="M16 8v.3h-.2c-.2 0-.2.6-.2.9 0 .1 0 .3-.2.4l-.2-.2.1-.3c.2-.3.3-.4.3-.7 0 0-.1-.4 0-.4.1-.1.2-.1.4 0Z"/><path fill="#F5F5F5" d="M15.8 8.4s.3 0 .4.4c-.2.1-.2.3-.2.4l-.2 1.6c-.3 0-.5 0-.7-.2v-.3l.2-.4.4-.7.1-.8Z"/><path fill="#F5F5F5" d="M15.1 9.5s.2 0 .2.2v.1l-.3.4v.3h-.3c0-.2 0-.4.2-.7l.2-.3ZM14.6 10.6H15v.6h-.2v-.6ZM15 10.6l.7.3v.3l-.2.3-.4-.3v-.6ZM15 11.3c.2 0 .3.2.5.3v.2l.1.2-.1.2-.2-.2-.3-.3v-.3Z"/><path fill="#FFE15A" d="M14.7 11.3h.3c-.1.2-.1.3 0 .4l.2.4.2.1-.1.2h-.1L15 12c0-.1 0-.2-.2-.3l-.3-.1v-.2l.2-.1Z"/><path fill="#F5F5F5" d="M14.6 11.7h.2l.1.3c0 .2 0 .3.2.4h.1c0 .2-.1.2-.2.2h-.3V12l-.1-.3ZM12.9 10.4a22.2 22.2 0 0 1 1.5.9v.3h-.2a3.4 3.4 0 0 1-1.8-.6l.5-.6Z"/><path fill="#F5F5F5" d="M12.3 11a3.5 3.5 0 0 0 2 .7h.1v.1l.2.3v.4h-.7c-.4 0-1.3-.3-1.7-.5l-.1-.9.2-.1Z"/><path fill="#464655" d="M18 8.1h-.1c0-.1-.6-.3-.9-.2h-1.5v-.4l-.3.2-.3-.2V8l-.2.3h.3l.1.3h.1l.2-.3v.1c0 .3 0 .4-.2.7l-.4.7a2 2 0 0 0-.2 1.4h-.2l-1.5-.9-.2-.2-.7-1.7-.2-.5-.2-.4c-.2-.4-.9-.3-1-.3l-.3.2v.1l-.4.1-.4.2-1.5.7c-.1.2-.4 0-.5 0l-1-.8c-.1-.1-.2-.2-.3-.1a.1.1 0 0 0-.1 0c0 .2 0 .7.3.9.3.2.6.6.6.8 0 .2 0 .3.2.4v.1H7v.1l.4.2v.3l.4-.2H8l-.2-.3.2-.3h-.5l.1-.2.7-.1h.8c.6-.2 1-.3 1.3-.7l.1.1.2 1.8v.2c-.5.3-1 1-1.3 1.3 0 .2-.2.4-.3.5l-.4.4c-.1.3.2.8.3 1h.3l.1.1.3.2.3.4 1.3 1c.2 0 .2.3.2.5l-.3 1.2v.3h.1c.2 0 .6-.3.7-.6 0-.4.3-.8.4-.9.2 0 .3-.2.3-.4l.3.2v-.4l.3-.1v-.1L13 15l-.1-.3h-.1l-.1.3-.3-.1.2.4h-.3l-.4-.6-.4-.6a2 2 0 0 0-1.1-1l1.6-1 .1-.1 1.8.4.6.1.5.1c.3 0 .7-.5.7-.7v-.7l.2-.5.2-1.6c0-.2.2-.4.3-.4.2-.2 1-.3 1.2-.4.2 0 .3 0 .3-.2Zm-2.6 0h-.1l-.1.3v-.2h-.4L15 8v-.3h.4V8Zm-.1 1c.2-.3.3-.4.3-.7 0 0-.1-.4 0-.4.1-.1.2-.1.4 0v.3h-.2c-.2 0-.2.6-.2.9 0 .1 0 .3-.2.4l-.2-.2.1-.3Zm-.4.7.2-.3s.2 0 .2.2v.1l-.3.4v.3h-.3c0-.2 0-.4.2-.7Zm-.3.8H15v.6h-.2v-.6Zm-.2.7v.3h-.2a3.4 3.4 0 0 1-1.8-.6l.5-.6a22.2 22.2 0 0 1 1.5.9Zm-2.3.7h-.2c-.2-.2-.1-.9-.1-1l-1-.3v-.1l1 .2h.1l.7-.6.2.2-.8.6v1ZM11.7 8c0 .2 0 .4.2.6l.7 1.7-.7.5h-.3a3.5 3.5 0 0 0-.5-2V8.4c0-.1 0-.2.2-.3l.4-.2Zm-.2-.4.1.3-.4.2-.2.3-.1-.2.1-.2.2-.4v-.2l.3.2Zm-1 0v-.2h.4l-.1.3-.1.4-.2.1h-.1v-.6Zm-.5.3.2-.1v.5a2 2 0 0 1-.4.4c0-.3 0-.6-.2-.8h.4ZM8 8.6l1.4-.7c.2.1.2.4.2.6v.1l-.2.1H9c-.3 0-.6 0-.8.2l-.7.3v-.6h.6Zm-1.7-.3c-.2-.2-.2-.6-.2-.6h.2v.6Zm.2.2h-.1v-.6h.2l-.1.6Zm0 .1.2-.5h.1l-.1.6-.1-.1Zm.3.3.1-.6.2.1L7 9ZM7 9l.3-.5h.1V9c-.2 0-.3.1-.3.2L7 9Zm.6.7H8l-.1.2.1.2h-.3l-.2.2V10L7 9.8h.2v-.2H7.6ZM8.7 9v.3h-.3l-.7.1c-.1.1-.3.4-.4.3-.2 0-.2-.1-.2-.3 0 0 0-.2.3-.2v.1c.2.2.6 0 .9-.3h.4Zm.5.2h-.4v-.3H9.8l.2.1-.7.2Zm1.3-.5-.5.3-.2-.2.5-.4c0 .1 0 .2.2.3Zm0-.1-.1-.3c.2 0 .3 0 .4-.2v-.4l.1-.2h.2v.1l-.1.3-.2.3v.4h-.3Zm.2.2.2-.1.1.1.4.8.1 1H11l-.2-1.8Zm-1.5 3.9.4-.5 1.2-1.3.9.3v.3a3.5 3.5 0 0 0-1.6 1.3v.2h-.5l-.4-.3Zm-.3.6V13l.2-.2.4.2h.4v.1l-.1.2h-.3a1 1 0 0 0-.4 0h-.2Zm.2 0h.7s.2 0 .3-.2l.1.1v.2l-.1.3v-.1l-.4-.2-.4.1H9v-.2Zm.4.7h-.1l-.2-.1-.2-.3h.3c.1 0 .3-.1.4 0h.2l.1.1-.5.3Zm.3.3c0-.1 0-.2-.2-.2l.5-.3.5.2c-.3.1-.5.3-.5.5l-.3-.2Zm1.6 1.2c-.2 0-1-.6-1.3-.9l.5-.5h.1l.2.2.2.4.5.6c.4.2.6.4.6.5 0 0-.1.2-.5.2 0-.2-.1-.4-.3-.5Zm0 2.2v-.3l.5-.2-.4.5Zm.6-.6-.5.1V17l.5-.2v.2Zm0-.3-.5.2v-.2l.6-.2v.2Zm.2-.3-.6.2v-.3h.6v.1Zm0-.2h-.5V16h.4l.3.1-.1.1Zm.3-1h.2l.1-.3.1.3.3.1-.1.1V15.7l-.2-.1h-.2v-.2l-.2-.3Zm-.7-.3.5.6c.1 0 .4 0 .4.2s0 .3-.2.3l-.3-.1v-.2c.2-.2-.3-.4-.5-.6a.9.9 0 0 1-.4-.3l.4-.1.1.2Zm-.4-.7.2.4h-.3L11 14l-.2-.2.1-.2.5.5Zm-.6-.6v.3a2 2 0 0 0-.6-.3l.1-.2c.2 0 .4 0 .5.2Zm-.4-.5h-.1l-.2-.2.1-.1.5-.6 1-.7c0 .2 0 .5.2.6l-1.5 1Zm4.2-1v.4h-.7c-.4 0-1.3-.3-1.7-.5l-.1-.9.2-.1a3.5 3.5 0 0 0 2 .7h.1v.1l.2.3Zm.4.5h-.3V12l-.1-.3h.2l.1.2c0 .2 0 .3.2.4h.1c0 .2-.1.2-.2.2Zm.3-.2h-.1L15 12c0-.1 0-.2-.2-.3l-.3-.1v-.2l.2-.1h.3c-.1.2-.1.2 0 .4l.2.4.2.1-.1.2Zm.3-.4-.1.2-.2-.2-.3-.3v-.3c.2 0 .3 0 .5.2v.2l.1.2Zm0-.8v.3l-.5-.3v-.6l.6.3v.3Zm.4-2-.2 1.6c-.3 0-.5 0-.7-.2v-.3l.2-.4.4-.7.1-.8s.3 0 .4.4c-.2.1-.2.3-.2.4Zm.4-.5h-.1l-.3-.3c.1-.2.1-.3 0-.4h.2l.3.6h-.1Zm.2-.1-.2-.5.5.4h-.3Zm.4-.1-.4-.4h.2l.3.3H17Zm.3-.1-.4-.4h.1l.4.4h-.1Zm.3 0-.4-.4.6.2-.2.1Z"/></svg>',
100
+ il: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 7H0v10h24V7Z"/><path fill="#41479B" d="m14.2 12 1-1.9h-2.1L12 8.3 11 10H8.7l1 1.9-1 1.9h2.1l1.1 1.8 1-1.8h2.2l-1-1.9Zm0-1.3-.4.7-.4-.7h.8Zm-.8 1.3-.7 1.3h-1.4l-.7-1.3.7-1.3h1.4l.7 1.3ZM12 9.5l.4.6h-.8l.4-.6Zm-2.2 1.2h.8l-.4.7-.4-.7Zm0 2.6.4-.7.4.7h-.8Zm2.2 1.2-.4-.6h.8l-.4.6Zm1.8-1.9.4.7h-.8l.4-.7Z"/></svg>',
101
+ it: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8V4Z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/></svg>',
102
+ ci: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8V4Z"/><path fill="#FF9B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/></svg>',
103
+ jm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M24 18.4 14.3 12 24 5.6c-.2-.8-1-1.5-1.8-1.5h-.5L12 10.5 2.3 4.1h-.5C.9 4.1.2 4.8 0 5.6L9.7 12 0 18.4c.2.8 1 1.5 1.8 1.5h.5l9.7-6.4 9.7 6.4h.5c.9 0 1.6-.7 1.8-1.5Z"/><path fill="#464655" d="M24 5.6v12.8L14.3 12 24 5.6ZM0 18.4V5.6L9.7 12 0 18.4Z"/></svg>',
104
+ jp: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M12 16.6a4.6 4.6 0 1 0 0-9.2 4.6 4.6 0 0 0 0 9.2Z"/></svg>',
105
+ je: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FF4B55" d="M22.5 4.2 12 11 1.5 4.2c-.6 0-1.1.5-1.4 1L10.5 12 0 18.8c.3.5.8 1 1.4 1L12 13l10.5 6.8c.6 0 1.1-.5 1.4-1L13.5 12 24 5.2c-.3-.5-.8-1-1.4-1Z"/><path fill="#FFE15A" d="M13.2 6s0-.2-.3-.1c0 0 .2.1 0 .3 0 .2-.3 0-.3-.1a.1.1 0 0 0 0-.2.1.1 0 0 0 0 .2c0 .1-.4.2-.5 0 0-.2 0-.4.3-.4 0 0 0-.2-.3-.1 0 0 .1-.3-.1-.5-.2.2 0 .5 0 .5-.4-.1-.4.1-.4.1.2 0 .4.2.3.4-.1.2-.4.1-.4 0a.1.1 0 0 0 0-.2.1.1 0 0 0 0 .2c-.1.1-.3.3-.5.1V6c-.1-.1-.2 0-.2 0-.1-.2-.4-.1-.4-.1.3.3.5 1 .5 1H13s.2-.7.5-1c0 0-.3-.1-.4.1Z"/><path fill="#FF4B55" d="M13.1 6.8a3.4 3.4 0 0 0-2.2 0C10.3 9.3 12 10 12 10s1.7-.7 1.1-3.2Z"/><path fill="#82AFFF" d="M11.2 7.7H11c.1-.1 0 0 0 0ZM11.1 7.6s0-.1 0 0c.1 0 0 0 0 0ZM11.2 7.6H11h.1c.1 0 0 0 0 0ZM12.2 7.8H12c.1 0 0 0 0 0ZM12 7.7c.2 0 0 0 0 0ZM12.1 7.8s-.1 0 0 0c0-.1 0 0 0 0ZM12.8 7.8ZM12.8 7.7h-.1c.1 0 0 0 0 0ZM12.8 7.8h-.1c.1-.1 0 0 0 0ZM11 7.3v-.1c.2 0 0 0 0 0ZM11 7.1h.1ZM11 7.2s0-.1 0 0c.2 0 0 0 0 0Z"/><path fill="#FFE15A" d="M12.6 7.4h.2l-.1-.2h-.5c-.2 0-.2-.2 0-.1h.5-.5c-.2 0-.2 0-.1.1h.7l-.3.1h-.8a.1.1 0 0 0 0-.1l-.2-.1h-.2v.1l.1.1v.1a.3.3 0 0 1-.2-.1l-.1-.2v.2l.2.2.2.1h-.4c.2.2.4.2.5.2l.2-.2H12.4l-.1.1H12v.1h.4v-.2h.4c0 .1-.2 0-.2 0v.2H13v-.3h-.4Z"/><path fill="#FF4B55" d="M11.5 7.3v.1h.1-.1Z"/><path fill="#82AFFF" d="M11.5 7.4v.1-.1ZM11.3 8.6ZM11.3 8.5h-.1c.1 0 0 0 0 0ZM11.3 8.5s-.1 0 0 0ZM12.1 8.7ZM12 8.6c.1 0 0 0 0 0ZM12.1 8.7s-.1 0 0 0c0-.1 0 0 0 0ZM12.6 8.7c.1 0 0 0 0 0ZM12.6 8.6ZM12.6 8.7ZM11.3 8.3h-.1v-.1c.1 0 0 0 0 0ZM11.3 8.2h-.1V8c.1 0 0 0 0 0ZM11.3 8.2h-.1c.1 0 0 0 0 0Z"/><path fill="#FFE15A" d="m12.5 8.4.2-.1-.2-.1h-.3c-.2 0-.2-.1 0-.1h.3-.3l-.2.1h.6l-.2.1h-.7v-.1h-.2v.1h-.1l-.1-.2v.1l.1.3h.2H11.3l.4.2.1-.1h.2l.1-.1h.2v.1H12v.1h.3v-.1l.3-.1v.1h-.1v.1h.2v-.3h-.3Z"/><path fill="#FF4B55" d="M11.6 8.3Z"/><path fill="#82AFFF" d="M11.6 8.4ZM11.5 9.3ZM11.5 9.3h-.1c.1 0 0 0 0 0ZM11.5 9.3s-.1 0 0 0ZM12.1 9.4ZM12 9.3ZM12 9.4c.1 0 0 0 0 0ZM12.5 9.4ZM12.5 9.4h-.1c.1 0 0 0 0 0ZM12.5 9.4s-.1 0 0 0ZM11.4 9ZM11.4 9c.1 0 0 0 0 0ZM11.4 9Z"/><path fill="#FFE15A" d="m12.4 9.2.1-.1s0-.1-.1 0h-.3v-.2h.3-.3c-.1 0-.1.1 0 .1 0 .1.2 0 .2 0h.2l-.2.1h-.5V9h-.2v.1l-.2-.2v.2l.2.1h.1l-.1.1h-.2.8-.2v.1h.3v-.1h.2v.1h.1v-.2h-.2Z"/><path fill="#FF4B55" d="M11.7 9.1Z"/><path fill="#82AFFF" d="M11.7 9.1v.1Z"/></svg>',
106
+ jo: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8c-.4 0-.8.2-1.1.4l9 4.9H24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M.7 19.5c.3.2.7.4 1.1.4h20.4c1 0 1.8-.8 1.8-1.8v-3.5H9.6l-9 4.9Z"/><path fill="#F5F5F5" d="M14.2 11.8c.1.1.1.3 0 .4l-4.6 2.4H24V9.4H9.6l4.6 2.4Z"/><path fill="#FF4B55" d="M14.2 12.2c.1-.1.1-.3 0-.4L9.6 9.4l-9-4.9C.4 5 0 5.4 0 6v12.2c0 .5.3 1 .7 1.4l9-4.9 4.5-2.4Z"/><path fill="#F5F5F5" d="m4.5 11 .2.5.6-.2-.2.6.4.4-.6.2v.6l-.5-.4-.4.4v-.6l-.7-.2.5-.4-.3-.5h.6l.3-.5Z"/></svg>',
107
+ kz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82C3D2" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M2.8 6v-.3h-.1c-.2 0-.1.2 0 .4h-.4v.4h.2V6.2s.2 0 .2.2l-.1.2h-.3l-.2-.2V6l.3-.4v-.4h-.6s-.1.2 0 .4l.1.4v.3l-.1.2h-.3v-.4h.1v.2h.1c.2-.1 0-.2 0-.3h-.2l-.1-.5-.1.1V8c.2-.2.2-.3.2-.5h.3V7l-.2.1v.1l-.2-.1.1-.2h.3s.2 0 .2.2l-.1.3-.6 1.3V9l.1.4-.2.4.1.3.6 1.3v.3l-.1.3h-.3v-.4h.1l.1.2c.2-.2 0-.3 0-.3l-.2-.1-.1-.5-.1.2V13c.2 0 .2-.2.2-.4h.3v-.4l-.2.1v.2c-.1 0-.2 0-.2-.2l.1-.2h.3l.2.2-.1.3-.6 1.3v.4l.1.3-.2.4.1.3.6 1.4v.2l-.1.3h-.3v-.4h.1v.1l.1.1c.2-.2 0-.3 0-.3s-.1-.1-.2 0l-.1-.5h-.1v.7l.1.4-.2.3v.7l.2.1c.1-.1.1-.3 0-.4l.4-.1v-.3h-.2v.2c-.1 0-.2 0-.2-.2l.1-.2h.3s.2.1.2.3l-.1.2-.2.4v.4a.2.2 0 0 0 .3 0H2.4s.1-.2 0-.4l-.1-.4v-.2l.1-.3h.3v.4h-.1v-.1l-.2-.1v.3h.3v.5h.2v-.8l-.1-.3.1-.4v-.6l-.1-.1c-.2.1-.1.3 0 .4h-.4v.4h.2v-.2l.2.1-.1.3h-.3l-.2-.3v-.2l.7-1.4v-.3l-.1-.4.1-.3V14l-.6-1.3v-.3l.1-.2h.3v.4h-.1v-.2h-.2v.3h.3v.5h.2V11l-.1-.2c-.2.2-.1.3 0 .5h-.4v.4h.2v-.2l.2.1-.1.2h-.3c-.1 0-.2 0-.2-.2v-.3l.7-1.3v-.3l-.1-.4.1-.4v-.3l-.6-1.3V7l.1-.3h.3v.4h-.1L2.3 7v.3l.3.1V8h.2V6Zm-1-.4v-.1H2.2c.1 0 .1 0 0 .1V6l-.2-.4ZM2 9.3l.1.1H2Zm0 5.3.1.1v.1H2v-.2Zm.2 3.9v.2H1.8v-.2L2 18l.2.4Zm0-1.1H2v-.1h.1Zm.4-2L2 16.6l-.5-1.2V15l.1-.3h.2l.2.3-.1.1h-.1v-.1h-.2v.2l.3.1v.2h-.1s0 .2.2.2v.2H2v-.2c.2 0 .2-.1.2-.2H2v-.2h.4V15h-.2v.2l-.2-.1.1-.2h.3s.2 0 .2.2v.3Zm0-1.3v.3l-.1.2h-.3v-.4h.1v.2h.1c.2-.1.1-.2 0-.3h-.2v-.3h.1l-.2-.1v-.2H2v.2l-.2.1v.1H2v.2h-.4v.4h.2V14.2s.2 0 .2.2l-.2.2h-.2l-.2-.2V14l.6-1.3.6 1.3Zm-.5-2H2V12h.1Zm.5-2L2 11.2 1.5 10v-.2l.1-.3h.2l.2.3-.1.1h-.1v-.1l-.2-.1v.3H2v.3h-.1l.2.2v.1H2v-.1c.2 0 .2-.2.2-.2v-.1H2v-.1h.4v-.4h-.2v.2L2 9.8l.1-.3h.3s.2.1.2.3v.2Zm0-1.3V9l-.1.3h-.3v-.4h.1V9l.1.1c.2-.2.1-.3 0-.3 0 0-.1-.1-.2 0v-.3h.1l-.2-.2v-.1H2v.1c-.2 0-.2.2-.2.2v.1H2v.1h-.4v.4h.2v-.2L2 9c0 .1 0 .2-.2.3h-.2c-.1 0-.2-.1-.2-.3v-.2L2 7.5l.6 1.3Zm-.6-2v-.2l.1.1v.1H2ZM12.7 13.2a2.1 2.1 0 1 0 0-4.3 2.1 2.1 0 0 0 0 4.3ZM12.9 8.3a.2.2 0 0 1-.4 0l.2-.5.2.5ZM12.5 13.7a.2.2 0 1 1 .4 0l-.2.5-.2-.5ZM15.4 11.2a.2.2 0 0 1 0-.3l.5.1-.5.2ZM10 10.9a.2.2 0 1 1 0 .3l-.5-.2.5-.1ZM14.7 9.2a.2.2 0 1 1-.2-.2l.5-.3-.3.5ZM10.7 12.8a.2.2 0 1 1 .2.3l-.5.2.3-.5ZM14.5 13a.2.2 0 0 1 .2-.2l.3.5-.5-.2ZM10.9 9a.2.2 0 0 1-.2.2l-.3-.5.5.3ZM11.8 8.4a.2.2 0 1 1-.3.2V8l.3.3ZM13.6 13.6a.2.2 0 1 1 .3-.1v.5l-.3-.4ZM15.3 10.1a.2.2 0 0 1-.2-.3h.6l-.4.3ZM10.1 12a.2.2 0 0 1 .1.2h-.5l.4-.3ZM13.9 8.6a.2.2 0 0 1-.3-.2l.3-.3v.5ZM11.5 13.5a.2.2 0 0 1 .3.1l-.3.4v-.5ZM15.1 12.2a.2.2 0 0 1 .2-.3l.4.3H15ZM10.2 9.8a.2.2 0 0 1 0 .3c-.2 0-.5-.3-.5-.3h.5ZM12.3 8.3a.2.2 0 1 1-.3 0V8l.3.4ZM13 13.7a.2.2 0 1 1 .4 0v.5l-.3-.5ZM15.4 10.6a.2.2 0 1 1 0-.3h.4l-.4.3ZM10 11.4a.2.2 0 1 1 0 .3h-.5l.5-.3ZM14.3 8.8a.2.2 0 1 1-.2-.1l.4-.3-.2.4ZM11 13.2a.2.2 0 0 1 .3.2l-.4.3.1-.5Z"/><path fill="#FFE15A" d="M14.9 12.7a.2.2 0 1 1 .1-.3l.4.4-.5-.1ZM10.5 9.4a.2.2 0 1 1-.2.2l-.3-.4.5.2ZM11.3 8.7a.2.2 0 0 1-.3.1v-.4l.3.3ZM14 13.4a.2.2 0 0 1 .3-.2l.2.5-.4-.3ZM15 9.6a.2.2 0 0 1-.1-.2l.5-.2-.4.4ZM10.3 12.4a.2.2 0 0 1 .2.3l-.5.1.3-.4ZM13.4 8.4a.2.2 0 0 1-.3 0l.2-.5v.5ZM12 13.7a.2.2 0 0 1 .3 0l-.2.5-.1-.5ZM15.3 11.7a.2.2 0 0 1 .1-.3l.4.2-.5.1ZM10 10.3a.2.2 0 1 1 0 .3l-.5-.2h.5Z"/><path fill="#FFE15A" d="M17.7 11.6h-.1l-.5.9a34.8 34.8 0 0 0 .2-1.4h-.1c0 .4-.3.8-.4 1.1v-.7l-.1-.2-.1.2c-.2 2.1-2.3 3-2.5 3.2a5 5 0 0 0-1 .2h-.2c-1.4.1-2.5-.4-3.3-1.6-.6-1-.7-1.9-.7-2h-.2v.1l.2 1c-.3-.4-.5-1-.6-1.3V11h-.1c-.1 0 0 .1 0 .1H8c0 .5.3 1 .4 1.3l-.5-.8v-.1h-.2v.1c0 .5.4 1 .6 1.4l-.4-.4a.1.1 0 0 0-.2.1l.6.6h-.2a.1.1 0 0 0-.1.1l.8.6H8.6l.1.2.3.1a.1.1 0 0 0 0 .2l.4.2v.2a3.6 3.6 0 0 0 2 .6.1.1 0 1 0 0-.3A3 3 0 0 1 10 15a.1.1 0 0 0 0-.3l-.5-.1.1-.1a.1.1 0 0 0 0-.2h-.2V14a.1.1 0 0 0 0-.1h-.1v-.3l-.3-.2c.1 0 .1-.1 0-.1l-.2-.4.2.1a.1.1 0 0 0 .1 0l.3.2.1.2a3.7 3.7 0 0 0 3 1.8 2.6 2.6 0 0 1-.5.3c-.4.1-.5.3-.6.4v.3a.1.1 0 0 0 .2 0v-.1h.9a198.5 198.5 0 0 1-.1.5H13.9l.4-.2h.4l.4-.2V16c.6 0 .6-.3.6-.3a.1.1 0 0 0 0-.1l-1.5-.1H14l-.1.2-.5.2-.1-.1a3 3 0 0 1-1.2 0h.2v-.2l.3-.2.5-.3 1-.2s1.5-.6 2.3-2.1v.1a.1.1 0 0 0 .1.1v.3a.1.1 0 0 0 0 .2l-.2.2v.2a3 3 0 0 1-.2.2v.2H16a.1.1 0 0 0 0 .2l-.3.1a.1.1 0 0 0 0 .2 5 5 0 0 1-1.3.4v.2c1.4-.1 1.8-.4 1.8-.5a.1.1 0 0 0 0-.2c.4 0 .6-.2.6-.2v-.2h-.2a15.7 15.7 0 0 0 .8-.6.1.1 0 0 0-.2-.2l-.3.2.8-.9a.1.1 0 0 0-.2-.2l-.3.4.6-1.3v-.1ZM12 15.7v.1h-.2.2Z"/></svg>',
108
+ ke: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#C8414B" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#F5F5F5" d="M24 9.1H0v.8h24v-.8ZM24 14H0v.9h24v-.8Z"/><path fill="#F5F5F5" d="m14.2 8.5.7-2.3-1.4 2v.4l-3.7 7.8.3.2 3.7-7.9c.2 0 .3 0 .4-.2Z"/><path fill="#F5F5F5" d="M9.8 8.5 9 6.2l1.4 2v.4l3.7 7.8-.3.2-3.7-7.9c-.2 0-.3 0-.4-.2Z"/><path fill="#C8414B" d="M14 12c0 2.3-1.6 4.1-2 4.1-.4 0-2-1.8-2-4.1s1.6-4.1 2-4.1c.4 0 2 1.8 2 4.1Z"/><path fill="#464655" d="M13.7 14c.2-.6.4-1.3.4-2s-.2-1.4-.4-2c-.3.6-.5 1.3-.5 2s.2 1.4.5 2ZM10.3 10c-.2.6-.4 1.3-.4 2s.2 1.4.4 2c.3-.6.5-1.3.5-2s-.2-1.4-.5-2Z"/><path fill="#F5F5F5" d="M12 12.6c.2 0 .4-.3.4-.6s-.2-.6-.4-.6-.4.3-.4.6.2.6.4.6ZM12 7.9v3.5a4.7 4.7 0 0 0 0-3.5ZM12 7.9c-.2.2-.4.9-.4 1.7 0 .9.2 1.5.3 1.8V7.9ZM12 12.6v3.5c.2-.2.4-.9.4-1.7 0-.9-.2-1.5-.3-1.8ZM12 12.6a4.7 4.7 0 0 0 0 3.5v-3.5Z"/></svg>',
109
+ ki: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M14.3 12.1 14 12c.7-.1 1.2-.7 1.2-.7-.3.2-.5.2-1 0h-.4c.6-.4.9-1.1.9-1.1-.3.2-.4.3-1 .3l-.4.1c.4-.5.4-1.3.4-1.3-.1.3-.2.4-.7.7l-.3.2c.1-.7-.2-1.4-.2-1.4 0 .4 0 .5-.4 1l-.2.3c-.1-.7-.7-1.2-.7-1.2.1.3.2.5 0 1v.4c-.4-.6-1.2-.9-1.2-.9.3.3.4.4.4 1l.1.3c-.6-.3-1.3-.3-1.3-.3.3.1.4.2.7.7l.2.3c-.7-.1-1.4.2-1.4.2.4 0 .5 0 1 .4l.3.2c-.7.1-1.2.7-1.2.7.3-.2.4-.2 1 0h.4c-.6.4-.9 1.1-.9 1.1.2-.2.4-.3 1-.3l.3-.1c-.4.5-.3 1.3-.3 1.3 0-.3.2-.4.7-.7l.3-.2c-.2.7.2 1.4.2 1.4 0-.4 0-.5.3-1l.2-.3c.2.7.8 1.2.8 1.2-.2-.3-.2-.5 0-1v-.4c.4.6 1.1.9 1.1.9-.2-.3-.3-.4-.4-1v-.3c.5.3 1.3.3 1.3.3-.3-.1-.5-.2-.7-.7l-.2-.3c.6.1 1.3-.2 1.3-.2-.3 0-.5 0-.9-.4Z"/><path fill="#FFD25A" d="m13.7 12.3 1.6-.3-1.6-.3 1.4-1-1.7.4 1-1.4-1.5.9.4-1.7-1 1.4-.3-1.6-.3 1.6-1-1.4.4 1.7-1.4-1 .9 1.5-1.7-.4 1.4 1-1.6.3 1.6.3-1.4 1 1.7-.4-1 1.4 1.5-.9-.4 1.7 1-1.4.3 1.6.3-1.6 1 1.4-.4-1.7 1.4 1-.9-1.5 1.7.4-1.4-1Z"/><path fill="#FFE15A" d="M12 13.7a1.7 1.7 0 1 0 0-3.4 1.7 1.7 0 0 0 0 3.4Z"/><path fill="#41479B" d="M4.8 17c1.2 0 1.2.4 2.4.4s1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4v-1.3c-1.2 0-1.2.4-2.4.4s-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4V17c1.2 0 1.2.4 2.4.4s1.2-.4 2.4-.4ZM0 14.5c1.2 0 1.2.4 2.4.4s1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4v-1.3c-1.2 0-1.2.5-2.4.5s-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5-1.2.5-2.4.5-1.2-.5-2.4-.5v1.3Z"/><path fill="#F5F5F5" d="M0 18.2c1.2 0 1.2.4 2.4.4s1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4V17c-1.2 0-1.2.4-2.4.4s-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4S6 17 4.8 17s-1.2.4-2.4.4S1.2 17 0 17v1.2ZM0 15.7c1.2 0 1.2.4 2.4.4s1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4 1.2.4 2.4.4 1.2-.4 2.4-.4v-1.2c-1.2 0-1.2.4-2.4.4s-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4v1.2ZM0 13.2c1.2 0 1.2.5 2.4.5s1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5 1.2.5 2.4.5 1.2-.5 2.4-.5V12c-1.2 0-1.2.4-2.4.4s-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4S6 12 4.8 12s-1.2.4-2.4.4S1.2 12 0 12v1.2Z"/><path fill="#41479B" d="M21.6 18.6c-1.2 0-1.2-.4-2.4-.4s-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4-1.2.4-2.4.4-1.2-.4-2.4-.4c0 1 .9 1.7 1.8 1.7h20.4c1 0 1.7-.8 1.8-1.7-1.2 0-1.2.4-2.4.4Z"/><path fill="#FFE15A" d="M12.9 6.3c2 0 3-1 3-1l-3 .4c-.5 0-1 .5-1.3.8 0-.2-.2-.5-.6-.5-.7-.1-2.5-.2-2.9-.4 0 0 .3.4 1.8.6.7.1 1 .4 1.3.5H11l-.3-.1c-.3-.2-.6 0-.6 0h-.4s-.1.1 0 .2l.1.1h.5c.2.3.8.6 1.3.6.6 0 2.2-.7 2.3-.7h-1.4l.4-.5Z"/></svg>',
110
+ xk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FF9B55" d="M12.5 9.5c-.2 0-.5-.4-.4-.5.1-.2 0-.6-.3-.4-.3 0-.4.2-.6.3-.2 0-.4.2-.3.4.2.1.5.4.2.8-.2.3-.1 0-.4.2-.3.1-.5.4-.5.6.1.2.2.2 0 .4h-.6a2 2 0 0 0-.9.6c-.2.2-.5 0-.6 0-.2 0-.5 0-.5.2s0 .3.3.4c.2 0 .3.1.2.3-.1.2 0 .6.2.7.2.1.5.5.5.8 0 .2 0 .6.3.6.4 0 1 .2 1.2.6l.2.7.2.6c.1.2.2.6.1.7-.1.1-.2.2-.1.4 0 .1.1.2.3 0 .1 0 .1.1.2 0 .1 0 .5 0 .5-.3-.1-.2-.3-.6 0-.9l.7-.4c.2-.2.6-.2.8-.5.3-.2.6 0 .6.1 0 .2.1.5.4.5.2 0 .2 0 .2-.2 0-.3.4-.8.5-.8h.3c0-.2.2-.3.3-.1.1.1.4.3.4 0 0-.1-.3-.1-.3-.3 0-.2.2-.4.4-.5.2 0 0-.3.1-.4l.4-.4v-.2c.2 0 .4-.1.3-.3V13c.1 0 .2-.4 0-.5l-.5.2-.4-.4-1-.1c0-.2.4-.7.2-.8a4 4 0 0 0-.6-.3c-.2 0-.1.2-.3 0l-.2-.8c-.1 0-.2.3-.3.2 0-.1 0-.8-.3-.8-.2 0-.2.1-.4 0l-.5-.1Z"/><path fill="#F5F5F5" d="m10.8 5.8-.2.7h-.7l.5.4-.2.7.6-.4.6.4-.2-.7.6-.4H11l-.3-.7ZM13.2 5.8l-.2.7h-.7l.5.4-.2.7.6-.4.6.4-.2-.7.6-.4h-.7l-.3-.7ZM8.4 6.2l-.2.7h-.7l.5.4-.2.7H8l.6-.4.5.4-.1-.7.5-.4h-.7l-.2-.7ZM6.2 7l-.2.7h-.7l.5.4-.2.7.6-.4.6.4-.2-.7.6-.4h-.7L6.3 7h-.1ZM15.6 6.2l.2.7h.7l-.5.4.2.7-.6-.4-.6.4.1-.7-.5-.4h.7l.2-.7ZM17.8 7l.2.7h.7l-.5.4.2.7-.6-.4-.6.4.2-.7-.6-.4h.7l.3-.7Z"/></svg>',
111
+ kg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M16.4 13.2s-.8-.1-1.5-.6c-.1-.2-.4-.3-.7-.4h.7c.8.3 1.6-.2 1.6-.2s-.8.1-1.5-.2l-.7-.2h.5a3 3 0 0 0 1.6-.7s-.8.3-1.6.1h-.7l.5-.2c.9-.3 1.4-1 1.4-1s-.7.5-1.5.5l-.7.3c0-.2.3-.3.4-.4.7-.5 1-1.4 1-1.4s-.5.7-1.2 1l-.6.3.3-.4c.6-.7.6-1.6.6-1.6s-.3.8-1 1.2l-.5.6.2-.6c.4-.8.2-1.7.2-1.7s-.1.8-.6 1.5c-.2.1-.3.4-.4.6v-.6c.2-.8-.2-1.7-.2-1.7s.1.9-.2 1.6l-.2.7v-.6c-.1-.8-.7-1.5-.7-1.5s.3.8.1 1.6v.7l-.2-.5c-.3-.9-1-1.4-1-1.4s.5.7.5 1.5l.3.7-.4-.4c-.5-.8-1.4-1-1.4-1s.6.5 1 1.2l.3.6-.4-.3C9 9.7 8 9.7 8 9.7s.7.3 1.2 1l.6.5-.6-.2c-.8-.4-1.7-.2-1.7-.2s.8.1 1.4.6l.7.4h-.6c-.8-.2-1.7.2-1.7.2s.9-.1 1.6.2l.7.2H9a3 3 0 0 0-1.5.7s.8-.3 1.5-.1h.8l-.5.2a3 3 0 0 0-1.4 1s.7-.5 1.5-.5l.7-.3-.4.4c-.8.5-1 1.4-1 1.4s.5-.7 1.2-1l.6-.3-.3.4c-.6.7-.6 1.6-.6 1.6s.3-.7 1-1.2l.5-.6-.2.6c-.4.8-.2 1.7-.2 1.7s.1-.8.6-1.5c.2-.1.3-.4.4-.6v.6a3 3 0 0 0 .2 1.7s-.1-.9.2-1.6l.1-.7.1.6c.1.8.7 1.5.7 1.5s-.3-.8-.2-1.5V14l.3.5c.3.9 1 1.4 1 1.4s-.5-.7-.5-1.5l-.3-.7.4.4c.5.8 1.4 1 1.4 1s-.7-.5-1-1.2l-.3-.6.4.3a3 3 0 0 0 1.6.6s-.8-.3-1.2-1l-.6-.5.6.2c.8.4 1.7.2 1.7.2Zm-4.4.9a2.1 2.1 0 1 1 0-4.2 2.1 2.1 0 0 1 0 4.2Z"/><path fill="#FFE15A" d="m11.3 11.2.2-.2a3 3 0 0 0-.8-.2v.1l.6.3ZM10.8 10.7l.8.2h.2a3 3 0 0 0-.9-.3l-.1.1ZM11.9 11.7l-.2-.1c-.4.4-.7 1-.9 1.7l.2.1a3 3 0 0 1 .9-1.7ZM11.7 11.4l.1-.2H11.5l.2.2ZM12.8 11.3c.3.2.6.7.9 1.2V12c0-.4 0-.7-.2-1-.2 0-.5.1-.7.3ZM11.9 11.5h.2l-.1-.1h-.1ZM12 11h-.2l.2.1h.2L12 11ZM10.6 13.1c.2-.8.6-1.3 1-1.6l-.2-.1c-.4.3-.7.8-1 1.5l.2.2ZM11.2 11.3c-.2-.2-.5-.2-.7-.3a1.7 1.7 0 0 0-.2 1.5c.3-.5.6-1 1-1.2ZM12 10.8a3 3 0 0 1 1-.3 1.7 1.7 0 0 0-2 0l1 .3ZM12 11.8a3 3 0 0 0-.7 1.8 1.7 1.7 0 0 0 1.4 0 3 3 0 0 0-.7-1.8ZM12.6 11.4h-.2c.4.4.8 1 1 1.7l.1-.2c-.2-.7-.5-1.2-1-1.5ZM13.2 13.3c-.2-.8-.5-1.3-1-1.7v.1c.3.4.7 1 .8 1.7l.2-.1ZM12.2 10.9h.2l.8-.2H13a3 3 0 0 0-.9.2ZM12.3 11.4l.2-.1-.2-.1h-.1v.2ZM12.7 11.2c.2-.2.5-.2.7-.3h-.1a3 3 0 0 0-.8.1l.2.2Z"/></svg>',
112
+ la: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v1.5h24V6c0-1-.8-1.8-1.8-1.8ZM0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-1.5H0V18Z"/><path fill="#41479B" d="M24 7.4H0v9.2h24V7.4Z"/><path fill="#F5F5F5" d="M12 15.3a3.3 3.3 0 1 0 0-6.6 3.3 3.3 0 0 0 0 6.6Z"/></svg>',
113
+ lv: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#C8414B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v4.7h24V5.9c0-1-.8-1.8-1.8-1.8ZM0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-4.7H0v4.7Z"/><path fill="#F5F5F5" d="M24 10.6H0v2.8h24v-2.8Z"/></svg>',
114
+ lb: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v1.5h24V6c0-1-.8-1.8-1.8-1.8ZM0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-1.5H0V18Z"/><path fill="#F5F5F5" d="M24 7.4H0v9.2h24V7.4Z"/><path fill="#73AF00" d="m12.9 14.8 3.8-.8a.4.4 0 0 0 0-.7l-4-.7a.2.2 0 0 1-.3-.2l.3-.2 2.8.4c.2 0 .4-.3.2-.4l-.2-.3-.3-.1-2.4-.5 2 .2c.2 0 .3-.2.2-.3l-.1-.2h-.3l-2-.5h1.5v-.3l-.2-.2-1.3-.3h1l.2-.2v-.1l-.3-.2-.9-.3h.5s.2-.2.1-.3c0 0 0-.2-.2-.2l-1-.5-1 .5-.2.2.1.3h.5l-1 .3-.1.2v.3h1l-1.2.3-.2.1v.4h1.5l-2 .4-.3.1v.2c-.2 0 0 .3 0 .3l2-.2-2.3.5-.3.1-.2.3c-.2.1 0 .4.2.4l2.8-.4c.1 0 .2 0 .3.2l-.2.2-4 .7a.4.4 0 0 0-.1.7l3.8.8v.5c0 .2 0 .5-.3.7l-.6.6h3.6l-.6-.6a1 1 0 0 1-.3-.7v-.5Z"/></svg>',
115
+ ls: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#464655" d="M13.4 13h-.1l-.9-1 .3-1.2c0-.4-.2-.7-.6-.8a.1.1 0 0 0-.2 0c-.4 0-.6.4-.6.8 0 .2 0 .7.3 1.1l-.9 1.1h-.1l-.4.6h.1c.5.3 1 .5 1.7.5.6 0 1.2-.2 1.7-.4l-.3-.8Zm-.8-2.2a3.1 3.1 0 0 1-.3 1v-.7h.1l-.3-.3v-.6c.3 0 .5.3.5.6Zm-1 .9-.2-1c0-.2.2-.5.5-.5v.6l-.3.3h.2v.5l-.1.2v-.1Zm-1 1.6v.1-.1Zm0 .2h.1v.1h-.2Zm.2-.2h.2v.1l-.2.1v-.2Zm0 .4v-.1h.3v.2l-.2-.1Zm.4-.3h.3v.1l-.2.1v-.2Zm.1.4.3-.2.1.2h-.4Zm.4-.3h.4l-.3.2-.1-.2Zm.3.4h-.1v-.1l.3-.2.1.2a4 4 0 0 1-.3 0Zm.2-.4h.4l-.3.1v-.1Zm.3.3.2-.2.1.2h-.3Zm.2-.4h.3l-.1.2-.2-.2Zm.3.3.1-.2.1.1-.2.1Zm.2-.4h.1v.1l-.1-.1Zm.2.3v-.2l.1.1h-.1Z"/></svg>',
116
+ lr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.9 4.1.2 4.8 0 5.6h24c-.2-.8-1-1.5-1.8-1.5Z"/><path fill="#F5F5F5" d="M0 5.6V7h24V5.6H0Z"/><path fill="#FF4B55" d="M24 7H0v1.4h24V7Z"/><path fill="#F5F5F5" d="M24 8.4H0V10h24V8.4Z"/><path fill="#FF4B55" d="M0 10.8h.4v.5H24V9.9H0v.9Z"/><path fill="#F5F5F5" d="M.4 10.8H0v2h24v-1.5H.4v-.5Z"/><path fill="#FF4B55" d="M24 12.7H0v1.4h24v-1.4Z"/><path fill="#F5F5F5" d="M24 14.1H0v1.5h24V14Z"/><path fill="#FF4B55" d="M24 15.6H0V17h24v-1.4Z"/><path fill="#F5F5F5" d="M0 18v.4h24V17H0v1Z"/><path fill="#FF4B55" d="M1.8 19.9h20.4c.9 0 1.6-.7 1.8-1.5H0c.2.8 1 1.5 1.8 1.5Z"/><path fill="#41479B" d="M.4 11.3h6.2c.2 0 .4-.2.4-.4V4.6c0-.3-.2-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5c0 .2.2.4.4.4Z"/><path fill="#F5F5F5" d="M3.4 6 3 7.2H1.8c-.2 0-.2.1-.1.2l1 .7-.4 1.2c0 .2.1.2.2.2l1-.7 1 .7c.1 0 .3 0 .2-.2l-.4-1.2 1-.7c.1 0 .1-.2 0-.2H4L3.6 6c0-.1-.2-.1-.2 0Z"/></svg>',
117
+ ly: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-2.4H0v2.4Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v2.4h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#464655" d="M24 8.3H0v7.4h24V8.3Z"/><path fill="#F5F5F5" d="m14.3 10.7.7.8 1-.3-.6.9.6.8v.1l-1-.3-.6.8h-.1v-1l-1-.3V12l1-.4v-1Z"/><path fill="#F5F5F5" d="M12.7 14a2 2 0 1 1 1-3.7h.1c-.4-.5-1.1-.8-1.9-.8-1.2 0-2.3 1-2.4 2.3a2.5 2.5 0 0 0 4.3 2v-.1a2 2 0 0 1-1.1.3Z"/></svg>',
118
+ li: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V12H0v6Z"/><path fill="#FFE15A" d="M7.7 8.8h-.1V7.6l-.2-.2c0-.2-.1-.2-.2-.2L7 7h-.1a.2.2 0 0 0-.4 0l-.1-.2-.2.1H5.6l-.2.1H5a.4.4 0 0 0-.2-.5v-.2H5l.4-.2-.4-.2h-.1v-.1l-.1-.3h-.1l-.2.3V6h-.1L4 6v.1l.3.2h.2c-.1.1-.1.1 0 .1v.1a.4.4 0 0 0-.2.6L4.1 7h-.4l-.2-.1H2.7l-.1.1h-.1c-.1 0-.2 0-.2.2l-.3.1-.1.3-.1.2v1a5.6 5.6 0 0 1 .6 1.6c.1.2 1.1.3 2.3.3 1.2 0 2.2-.1 2.3-.3a5.6 5.6 0 0 1 .7-1.6Z"/><path fill="#464655" d="M7.7 8.8h-.1V7.6l-.2-.2c0-.2-.1-.2-.2-.2L7 7h-.1a.2.2 0 0 0-.4 0l-.1-.2-.2.1H5.6l-.2.1H5a.4.4 0 0 0-.2-.5v-.2H5l.4-.2-.4-.2h-.1v-.1l-.1-.3h-.1l-.2.3V6h-.1L4 6v.1l.3.2h.2c-.1.1-.1.1 0 .1v.1a.4.4 0 0 0-.2.6L4.1 7h-.4l-.2-.1H2.7l-.1.1h-.1c-.1 0-.2 0-.2.2l-.3.1-.1.3-.1.2v1a5.6 5.6 0 0 1 .6 1.6c.1.2 1.1.3 2.3.3 1.2 0 2.2-.1 2.3-.3a5.6 5.6 0 0 1 .7-1.6ZM6 8.5v-1h.2v1H6Zm-.7-1.3Zm2 1.4v.1-.1Zm0-.1v-.2.2Zm0-.4h.2-.2Zm-2.1.7-.2-1h.2v1Zm-1-1-.2 1.1V7.7l.2.1Zm.5-.5h-.2.2Zm-.8 0ZM2 8v.1-.1Zm0 .3h-.2.2Zm0 .2v.1-.1Zm.3-1c.1-.2.3-.4.7-.4l1.3.2v.3c-.2-.1-1.2-.4-1.6-.1-.5.3-.3 1-.2 1.2h-.3V7.5Zm.3 1.2s-.3-.7 0-1v1Zm.2-1.2H3v1l-.2.4V7.6Zm.3 0h.2v.9h-.1v-1Zm.4 0h.2v1l-.2-.1v-1Zm.3 0 .2.1v1.2l-.2-.2v-1Zm.7-.1h.2v1l-.4.2.2-1.2Zm.3 0H5L5 8.7l-.3-.2v-1Zm.6.2h.2v1l-.2.2V7.7Zm.3 0 .2-.1v.9l-.2.1v-1Zm.7-.1h.2V9c0-.1 0-.3-.2-.4v-1Zm.3.1c.4.4.1 1.1.1 1.1v-1Zm0-.1c-.4-.3-1.3 0-1.6 0v-.2l1.3-.2c.4 0 .6.2.7.4.2.3.3.8 0 1.1H7c.1-.2.3-.8-.2-1.1Zm.8.3v-.1.1Zm0-.3h-.2.1Zm-.2-.3H7h.2ZM7 7.1v.1-.1ZM6.7 7V7 7Zm-.3 0ZM6 7V7 7Zm-.3 0V7 7Zm-.3 0v.2V7Zm-.3.1v.1-.1Zm-.2.2v-.1.1Zm-.4-1.2a.1.1 0 1 1 .2 0 .1.1 0 0 1-.2 0Zm.4 0h.2H5Zm-.4-.3.1-.2.1.2a.2.2 0 0 0-.1 0Zm-.2.4L4.2 6H4.5Zm.2.2a.2.2 0 0 0 .2 0v.1h-.1Zm.1.2a.2.2 0 1 1 0 .5.2.2 0 0 1 0-.5Zm-.3.6v.1-.1ZM4.2 7v.1-.1Zm-.3 0ZM3.6 7V7 7Zm-.3 0V7 7ZM3 7Zm-.3 0V7 7Zm-.2 0v.2-.1Zm-.3.3v.1-.1Zm-.1.2v.2-.2Zm-.1.3v.1-.1Zm5 2.5-2.3-.2-2.2.2L1.9 9c.2 0 .7-.2 1 .3 0 0 0-.5.3-.6.3-.1.7.3.8.6h.1c.1-.2.3-.6.6-.6s.5.3.5.4v.2h.1c.2-.3.7-.7 1-.6.2.2.2.6.2.6h.1c.2-.5.8-.4 1-.3-.2.2-.5.8-.6 1.4Z"/><path fill="#464655" d="M5 9c-.1.1-.2.1-.2 0h-.1c0 .1-.1.1-.2 0v.2l.2.5.3-.5V9ZM6.2 9.3v-.2H6L5.9 9v.7h-.1.1c0-.1.2-.3.4-.3ZM7.1 9.5s-.1 0 0-.1v-.1h-.2v-.1h-.1v.7h-.1.1l.3-.3v-.1ZM3.6 9.7V9h-.1l-.1.1h-.1l-.1.2v.1l.3.3h.1ZM2.7 9.9v-.6l-.1-.1c0 .2-.1.2-.1.1a.1.1 0 0 0-.1 0v.2h-.1l.3.4h.1Z"/></svg>',
119
+ lt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
120
+ lu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#82AFFF" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
121
+ mo: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#5AA587" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M13 14.1a3 3 0 0 0 3.4-1.5 3 3 0 0 0-3.7.2c1.3-1.1 2.8-.8 2.8-.8l.3-.3s-1.4-.5-2.7.6c.8-1.5-.1-2.9-.1-2.9l-.2.4s.7 1.3-.1 2.9A3 3 0 0 0 12 9a3 3 0 0 0-.7 3.6c-.8-1.6-.1-2.9-.1-2.9l-.2-.4s-.9 1.4 0 3c-1.4-1.2-2.8-.7-2.8-.7l.3.3s1.5-.3 2.8.8a3 3 0 0 0-3.7-.2 3 3 0 0 0 3.4 1.5c-1.7.5-2.8-.5-2.8-.5h-.5s1.8 2 4.3.1c2.5 1.9 4.3 0 4.3 0l-.5-.1s-1 1-2.8.5ZM9.5 16.3l.5.3h4c.2 0 .3-.2.5-.3h-5ZM10.4 16.7a4.8 4.8 0 0 0 3.2 0h-3.2ZM8.4 15.4l.2.2h6.8l.2-.2H8.4ZM8.9 15.8l.3.3h5.6l.3-.3H9Z"/><path fill="#F5F5F5" d="M14 14.9a3 3 0 0 1-1.9-.8H12s-.8.8-1.9.8H8l.2.3H10c1 0 1.7-.6 2-.8.3.2 1 .8 2 .8h1.8l.2-.3h-2Z"/><path fill="#FFE15A" d="m12 7-.2.6h-.6l.4.4-.1.5s0 .1 0 0l.5-.2.5.3-.1-.6.4-.3v-.1h-.6l-.1-.6h-.2ZM9.3 8.1l.1.4-.3.2h.4l.1.4.2-.3h.4l-.3-.3.2-.4-.4.2-.3-.2ZM7.8 10l.3.2-.2.4.4-.2.3.3v-.4l.3-.2-.4-.1v-.4h-.1l-.2.3h-.4ZM14.8 8.1l-.1.4.3.2h-.4l-.1.4h-.1l-.1-.3h-.4l.2-.3V8l.3.2.3-.2ZM16.3 10l-.3.2.2.4-.4-.2-.3.3v-.4l-.3-.2.4-.1v-.4h.1l.2.3h.4Z"/></svg>',
122
+ mg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H7.9V12H24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#73AF00" d="M7.9 19.9h14.3c1 0 1.8-.8 1.8-1.8V12H7.9v7.9Z"/><path fill="#F5F5F5" d="M7.9 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h6V4Z"/></svg>',
123
+ mw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M24 9.4H0v5.2h24V9.4ZM15.2 8.9a3.7 3.7 0 0 0-6.4 0h6.4Z"/><path fill="#FF4B55" d="M12.2 5.3 12 6.6l-.2-1.3c0-.2 0-.4.2-.4l.2.4ZM16 7l-1 .8.7-1c.1-.2.3-.2.4-.2V7ZM8.3 6.7 9 7.8S8 7.2 8 7c-.2-.1-.2-.3-.1-.4l.4.1ZM10.1 5.6l.3 1.3-.7-1.1v-.4c.2 0 .3 0 .4.2ZM14.3 5.8l-.7 1.1.3-1.3c0-.2.2-.3.3-.2.1 0 .2.2 0 .4ZM11.1 5.3v1.4l-.4-1.3.1-.3c.2 0 .3 0 .3.2ZM15.2 6.3l-1 1 .6-1.2c.1-.2.3-.3.4-.2.1 0 .1.2 0 .4ZM7.6 7.5l1 1-1.3-.6c-.1-.1-.2-.3-.1-.4h.4ZM9.1 6l.6 1.3-1-1V6c.2 0 .3 0 .4.2ZM16.7 7.9l-1.3.5 1-.9c.2 0 .3-.1.4 0l-.1.4ZM13.3 5.4l-.5 1.3V5.3l.3-.3.2.4ZM13.4 5.4l-.2 1.4.6-1.2-.1-.4c-.1 0-.3 0-.3.2ZM9.2 6l.9 1.1-.5-1.3-.3-.2c-.1 0-.2.3 0 .4ZM16.7 8l-1 .8 1.2-.4c.2-.1.3-.3.2-.4 0 0-.2-.1-.4 0ZM15.3 6.4l-.7 1.2s1-.8 1-1c.2 0 .2-.3 0-.3h-.3ZM7.6 7.4l1.2.7-.9-1c-.1-.1-.3-.1-.4 0l.1.3ZM11.3 5.3l.3 1.3V5.3c0-.2 0-.3-.2-.3 0 0-.2.1-.1.3ZM12.3 5.3l.1 1.3.4-1.3c0-.2-.1-.3-.2-.3s-.3.1-.3.3ZM8.4 6.6c0 .2 1 1 1 1l-.7-1.2c-.1-.2-.3-.2-.4-.1v.3ZM16.1 7.1l-1 1 1.3-.7c.1 0 .2-.2 0-.3h-.3Z"/><path fill="#FF4B55" d="m14.4 5.8-.5 1.3.9-1v-.5c-.2 0-.3 0-.4.2ZM7 8.3l1.4.5L7.3 8c-.2-.1-.4-.1-.4 0s0 .3.2.3ZM10.2 5.6l.6 1.2-.2-1.4-.3-.2s-.1.2 0 .4Z"/></svg>',
124
+ mv: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M20.7 7.4v9.2H3.3V7.4h17.4Z"/><path fill="#F5F5F5" d="M11.2 12c0-1.6 1-2.9 2.5-3.3h-.4a3.4 3.4 0 1 0 .4 6.6 3.4 3.4 0 0 1-2.5-3.3Z"/></svg>',
125
+ ml: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M16 4.1H8V20h8V4Z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/></svg>',
126
+ mt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H12V20h10.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H12V4H1.8Z"/><path fill="#FF4B55" d="M3.4 5.1v1.1l.2.1.1.2h1.1v1h-1l-.2.3h-.2V9h-1V7.9l-.2-.1-.1-.2H1V6.5h1l.2-.2h.1V5h1.1Zm.2-.1H2.2V6a.4.4 0 0 0-.2.2H.8v1.4H2a.4.4 0 0 0 .2.3V9H3.6V8a.4.4 0 0 0 .2-.3H5V6.3H3.8a.4.4 0 0 0-.2-.2V5Z"/><path fill="#CDCDCD" d="M4.8 6.5H3.4V5h-1v1.4H1v1h1.3V9h1.1V7.6h1.4V6.5Z"/><path fill="#B4A08C" d="M2.9 7.6a.6.6 0 1 0 0-1.1.6.6 0 0 0 0 1ZM2.4 7.5h-.3v.3h.4l-.1-.3Z"/><path fill="#B4A08C" d="M3.6 7.8c.1-.1.2-.3 0-.3h-.2v.3h.2ZM3.4 6.5c0 .1.2.2.3 0v-.2c-.2-.1-.3-.1-.4 0v.2ZM2.2 6.3c-.1 0-.2.2 0 .3h.2c.1-.2.1-.3 0-.4l-.2.1Z"/><path fill="#B4A08C" d="M2.9 7.8a.8.8 0 1 1 0-1.5.8.8 0 0 1 0 1.5Zm0-1.5a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Z"/></svg>',
127
+ mh: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M.8 19.5 24 10V7L.4 19.2c.1.1.2.3.4.3Z"/><path fill="#FF9B55" d="M23.3 4.5.3 19l.1.3L24 7V6c0-.6-.3-1.1-.7-1.5Z"/><path fill="#F5F5F5" d="m6.8 9.9 2.7-.4-2.7-.3 1.4-.8-1.7.4 1-1.4-1.4 1 .4-1.7-.8 1.4-.3-2.7L5 8l-.8-1.4.4 1.7-1.4-1 1 1.4-1.6-.4 1.3.8-2.7.3L4 10l-1.3.8 1.7-.4-1 1.4 1.3-1-.4 1.6L5 11l.4 2.7.3-2.7.8 1.3-.4-1.7 1.4 1-1-1.3 1.7.4-1.4-.8Z"/></svg>',
128
+ mq: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M24 11.2H12.8v-7h-1.6v7H0v1.6h11.2v7h1.6v-7H24v-1.6Z"/><path fill="#F5F5F5" d="M8 9.5v-.2l-.2-.2C7.2 8.8 6.7 9 6.2 9c-.4 0-.9 0-1.2.2h-.3l.4-.3L7 8.5l.4-.1.3-.1.2-.2c.2-.3 0-.5 0-.6-.2 0-.3-.1-.3-.2H7L6.2 7a3 3 0 0 1-.4-.1l-.2-.1c-.2 0 .4-.3.8-.5 0 0 .2 0 .3-.2.1 0 .2 0 .4-.3V5.2a.8.8 0 0 0-.5-.2H4.8c-.2 0-.4.1-.4.3a2 2 0 0 1-1 0V5.8H4l.7-.1h1.9l-.1.2h-.3l-.6.4-.4.3c0 .1-.1.3 0 .4V7.3l.2.1h.1l.2.2.5.1.8.2h.3l-.4.2c-.6 0-1.2.2-1.8.4l-.5.2c-.2.1-.3.4-.3.6H3.3a.1.1 0 1 0-.1.2l.2.1H4.3l.2.3.5.2c.6.3 1.2.3 1.8.3.3 0 .6 0 .9-.2.1 0 .3-.2.4-.5Zm-.4.1-.1.1-.7.1A4 4 0 0 1 5 9.6L5 9.5H5l1.2-.2c.5 0 1 0 1.4.2v.1ZM21 9.5l-.2-.2-.2-.2c-.6-.3-1-.2-1.5-.2s-1 0-1.3.2h-.3l.5-.3 1.7-.3.4-.1.3-.1.2-.2c.2-.3 0-.5 0-.6l-.3-.2h-.5L19 7a3 3 0 0 1-.3-.1l-.3-.1c-.2 0 .4-.3.8-.5.1 0 .2 0 .3-.2.1 0 .3 0 .4-.3V5.2a.8.8 0 0 0-.4-.2h-2c-.1 0-.2.1-.2.3a2 2 0 0 1-1 0l-.1.1v.2h.5l.7-.1h1.9v.2H19l-.7.4-.4.3v.7l.2.1h.1l.3.2.4.1.8.2h.4l-.5.2c-.6 0-1.2.2-1.8.4l-.5.2-.3.6h-.9a.1.1 0 1 0-.1.2l.2.1H17.1l.2.3.5.2c.6.3 1.2.3 1.8.3.3 0 .6 0 1-.2l.3-.5Zm-.5.1-.2.1-.7.1a4 4 0 0 1-1.6-.2l-.2-.1 1.3-.2c.4 0 1 0 1.3.2v.1ZM8 18.2V18l-.2-.2c-.6-.3-1.1-.2-1.6-.2-.4 0-.9 0-1.2.2h-.3l.4-.3 1.8-.3.4-.1.3-.1.2-.2c.2-.3 0-.5 0-.6l-.3-.2H7l-.8-.2a3 3 0 0 1-.4-.2h-.2c-.2 0 .4-.3.8-.5 0 0 .2 0 .3-.2l.4-.3V14a.8.8 0 0 0-.5-.2l-1-.1h-.8c-.2 0-.4.2-.4.4a2 2 0 0 1-1 0V14.5H4l.7-.1h1.9l-.1.1-.3.2-.6.3-.4.3c0 .1-.1.3 0 .4V16l.2.1h.1l.2.2h.5l.8.2.3.1-.4.2c-.6 0-1.2.1-1.8.4-.2 0-.4 0-.5.2-.2.1-.3.3-.3.6H3.3a.1.1 0 1 0-.1.2l.2.1H4.3l.2.3.5.2c.6.3 1.2.3 1.8.3.3 0 .6 0 .9-.2.1 0 .3-.2.4-.5Zm-.4.1h-.1c-.2.2-.5.2-.7.2a4 4 0 0 1-1.7-.2l-.2-.1H5l1.2-.2c.5 0 1 0 1.4.2v.1ZM21 18.2l-.2-.2-.2-.2c-.6-.3-1-.2-1.5-.2s-1 0-1.3.2h-.3l.5-.3c.5-.2 1-.2 1.7-.3l.4-.1.3-.1.2-.2c.2-.3 0-.5 0-.6l-.3-.2h-.5l-.8-.2a3 3 0 0 1-.3-.2h-.3c-.2 0 .4-.3.8-.5.1 0 .2 0 .3-.2l.4-.3V14a.8.8 0 0 0-.4-.2l-1-.1h-1l-.2.4a2 2 0 0 1-1 0l-.1.1v.2h.5l.7-.1h1.9v.1l-.3.2c-.2 0-.5.1-.7.3l-.4.3v.7l.2.1h.1l.3.2h.4l.8.2.4.1-.5.2c-.6 0-1.2.1-1.8.4-.2 0-.3 0-.5.2-.1.1-.3.3-.3.6h-.9a.1.1 0 1 0-.1.2l.2.1H17.1l.2.3.5.2c.6.3 1.2.3 1.8.3.3 0 .6 0 1-.2l.3-.5Zm-.5.1h-.2c-.2.2-.4.2-.7.2a4 4 0 0 1-1.6-.2l-.2-.1 1.3-.2c.4 0 1 0 1.3.2v.1Z"/></svg>',
129
+ mr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M16.5 10.5h-.2a4.4 4.4 0 0 1-8.6 0h-.2v.7a4.5 4.5 0 1 0 9-.7Z"/><path fill="#FFE15A" d="m12 8.7-.4 1h-1l.8.7-.3 1 .9-.6.8.6h.1l-.3-1 .8-.6v-.1h-1l-.3-1h-.2Z"/></svg>',
130
+ mu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v2.2h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M24 8H0v4h24V8Z"/><path fill="#FFE15A" d="M24 12H0v4h24v-4Z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-2.2H0v2.2Z"/></svg>',
131
+ mx: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8V4Z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFD250" d="m12.7 12.4-.7.3v.4h.4l.3-.7Z"/><path fill="#00C3A0" d="m12 14-.2-.2v-.7a.2.2 0 1 1 .4 0v.7l-.2.2Z"/><path fill="#00C3A0" d="M12 13.3c-.7 0-1.4-.3-2-.8a.2.2 0 1 1 .3-.3c.5.5 1 .7 1.7.7.6 0 1.2-.2 1.7-.7a.2.2 0 0 1 .2.3c-.5.5-1.2.8-1.9.8Z"/><path fill="#00AADC" d="M12 14c-.5 0-.9-.2-1.3-.4l.2-.3a2 2 0 0 0 2.2 0l.2.3c-.4.2-.8.4-1.3.4Z"/><path fill="#732D37" d="m11.7 11.6-.4.6v.2l1-.3-.6-.5Z"/><path fill="#AAD264" d="M11 12.6c-.6 0-1.1-.4-1.3-1.3h.4c.1.7.5 1 .8 1l.2-.2-.2-.1-.3-.2c-.3-.4.1-.8.4-1l-.2-.1c-.2 0-.4-.1-.4-.3 0-.2 0-.5.2-.6l.2.4v.1c.3 0 .5.2.5.4 0 0 .1.2-.1.4s-.4.4-.3.5h.1c.2 0 .5.2.5.6 0 .2-.3.4-.6.4Z"/><path fill="#874150" d="M12.4 10.6s.3-.7-.4-1c0 0 2.5-.4 2.1 2.8l-.7-.8-1-.7v-.3Z"/><path fill="#732D37" d="m12 11.3 1.8 1-.7.4-1.1-1v-.4Z"/><path fill="#783C46" d="M11.3 10.2c.2 0 .3.2.3.4-.2.2-.2.5 0 .8v.2l.1.1 1 1v-.5a4 4 0 0 0-.4-1.7 1 1 0 0 0-1-.6v.3Z"/><path fill="#FFD250" d="m11.3 9.9-.4.3v.4l.6-.3c.1 0 0-.2 0-.2l-.2-.2Z"/><path fill="#AAD264" d="M12 14.7a3 3 0 0 1-3-3h.3a2.7 2.7 0 0 0 5.4 0h.3a3 3 0 0 1-3 3Z"/><path fill="#FFE15A" d="M9.3 13a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5ZM9.9 13.8a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5ZM10.7 14.5a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5ZM14.7 13a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5ZM14.1 13.8a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5ZM13.3 14.5a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5Z"/><path fill="#FFB478" d="M12.2 14.2h-.4a.4.4 0 0 1 0-.8h.4a.4.4 0 1 1 0 .8Z"/><path fill="#9B4B5A" d="m13.4 11.6.7.8c.4-3.2-2.1-2.9-2.1-2.9 1.8 0 1.4 2 1.4 2Z"/></svg>',
132
+ fm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="m12 6.4-.4 1h-1l.8.7-.3 1 .9-.6.8.6h.1l-.3-1 .8-.6v-.1h-1l-.3-1h-.2ZM12 15l-.4.9h-1v.1l.8.6-.3 1 .9-.6.8.6h.1l-.3-1 .8-.6v-.1h-1l-.3-1h-.2ZM17.6 12l-1-.4v-1l-.7.8-1-.3.6.9-.6.8v.1l1-.3.6.8h.1v-1l1-.3v-.2ZM6.4 12l1-.4v-1l.7.8 1-.3-.6.9.6.8v.1l-1-.3-.6.8h-.1v-1l-1-.3v-.2Z"/></svg>',
133
+ md: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M16 4.1H8V20h8V4Z"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#FFCD5A" d="m13.5 14.8.2-.1-1-1.2-.2.2 1 1.1Z"/><path fill="#FFBE5A" d="m12.8 14.3.4-.4-.4-.5-.4.4.4.5Z"/><path fill="#FFCD5A" d="m11.6 13.7-.2-.2-1 1.2.2.1 1-1.1Z"/><path fill="#FFBE5A" d="m11.7 13.8-.4-.4-.4.5.4.4.4-.5Z"/><path fill="#FFE15A" d="m11.7 14-.6 1.3.9.6v-1.8l-.3-.2Z"/><path fill="#FFCD5A" d="m12.3 14 .6 1.3-1 .6v-1.8l.4-.2Z"/><path fill="#FFBE5A" d="M10.1 14v-3.5h.4v2.7c0 .4-.4.7-.4.7Z"/><path fill="#FFCD5A" d="M9.9 14.6v-4.1h.4v3.3c0 .4-.4.8-.4.8Z"/><path fill="#FFE15A" d="M9.6 15.1v-4.6h.4v3.8c0 .4-.4.8-.4.8Z"/><path fill="#FF4B55" d="M10.5 10.6v2.6c0 .6 1 .5 1.5 1 .5-.5 1.5-.4 1.5-1v-2.6h-3Z"/><path fill="#41479B" d="M10.5 12v1.2c0 .6 1 .5 1.5 1 .5-.5 1.5-.4 1.5-1V12h-3Z"/><path fill="#FFE15A" d="m12 13.8-.4-.2v-.2l.1-.1v-.8l-.4-.3.4-.5h.2v.1l.2-.1h.2l.4.5-.4.3v1.1l-.3.2Z"/><path fill="#FFE15A" d="M11.5 10.8s-.6.1-.6.6c0 .6.6.8.6.8l.2-.4c-.8-.2-.2-1-.2-1ZM12.5 10.8s.6.1.6.6c0 .6-.6.8-.6.8l-.2-.4c.8-.2.2-1 .2-1Z"/><path fill="#FFE15A" d="m10.7 12 .2.2.3-.1-.3-.1h-.2ZM12.8 12l.3.2.2-.1-.2-.1h-.3ZM12 10.8v.1h.2v.2h.1V11.5h-.5v-.1l-.1-.1V10.9h.2ZM11 12.7H11.4s.2 0 .1.1v.4h-.2c-.1.2-.2.1-.2 0l-.2-.1v-.2h.2v-.2ZM12.9 13c0-.2.1-.3.3-.3H13a.3.3 0 1 0 0 .6.3.3 0 0 1-.2-.3ZM11.5 10.6l.2-1.3-.5-.4.1-.1h.3s.1-.2.4-.2c.3 0 .5.2.5.6l.2 1.4h-1.2Z"/><path fill="#FFAA5A" d="M10.5 10.1c-.3 0-.5.2-.5.5h1c0-.3-.2-.5-.5-.5Z"/><path fill="#FFBE5A" d="M10.4 10.6h-.8v-.9c0-.1.1-.3.3-.3h.2c.2 0 .3.2.3.3v1ZM13.8 14v-3.5h-.3v2.7c0 .4.3.7.3.7Z"/><path fill="#FFCD5A" d="M14.1 14.6v-4.1h-.4v3.3c0 .4.4.8.4.8Z"/><path fill="#FFE15A" d="M14.4 15.1v-4.6H14v3.8c0 .4.4.8.4.8Z"/><path fill="#FFAA5A" d="M13.5 10.1c.2 0 .5.2.5.5h-1c0-.3.2-.5.5-.5Z"/><path fill="#FFBE5A" d="M13.6 10.6h.8v-.9l-.3-.3h-.2c-.2 0-.3.2-.3.3v1Z"/><path fill="#FFAA5A" d="M15.1 12.1H15l-2 3 .3.1 1.8-3Z"/><path fill="#FFE15A" d="m13.5 15 .3-.4-.3-.3-.3.5.3.2Z"/><path fill="#FFCD5A" d="m15.2 12.2-.3-.2-.4.7.3.1.4-.6Z"/><path fill="#73AF00" d="M11 15 9 12.3H9l1.9 3V15Z"/><path fill="#73AF00" d="m10.3 13.6-.1.2-.2-.1v.2h-.2c0 .1 0 .2.2.3h.3c.1 0 .2-.2.1-.3l-.1-.3Z"/><path fill="#FF4B55" d="M10.3 14.4a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3Z"/><path fill="#73AF00" d="m9.8 12.8-.1.2-.2-.1v.2h-.2c0 .1 0 .2.2.3h.3c.1 0 .2-.2.1-.3l-.1-.3Z"/><path fill="#FF4B55" d="M9.8 13.6a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3Z"/><path fill="#73AF00" d="m9.3 12-.1.2H9v.2h-.2l.2.2h.3c.1 0 .2-.1.1-.3l-.1-.3Z"/><path fill="#FF4B55" d="M9.3 12.8a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3Z"/><path fill="#FFE15A" d="m11 14.8-.4-.5-.3.3.3.4.3-.2ZM11.3 8.4h-.1v.9h.1v-1Z"/><path fill="#FFE15A" d="M11.5 8.5H11v.1h.4Z"/><path fill="#FF875A" d="m11.2 8.9.4.3v-.4h-.3l-.1.1Z"/><path fill="#FFAA5A" d="M11.3 8.4v.1h.2v.1h-.2v.2h.3s.1-.2.4-.2c.3 0 .5.2.5.6l.2 1.4h.2a.5.5 0 0 1 .7-.5v-.3a.4.4 0 1 1 .8 0V13l.2-.3h-.1l.4-.7h.1l.2.2-.4.6-.4.6V15l-.4-.6-.2-.3-.1.3.1.1-.3.4-.2.2-.2-.1.2-.3h-.1v-.2l-.3-.4-.4-.3-.2.1.6 1.3-1 .6-.8-.6.6-1.3h-.1l-.3.3-.1-.1-.4.4.1.2v.3l-.2-.2v.1l-.4-.4.1-.1v-.1h-.2v-.1l-.2.2c0 .3-.4.6-.4.6v-1.6l-.1-.1a.5.5 0 0 1-.2-.3h.2V13l-.2-.2v-.1H9a.5.5 0 0 1-.2-.4H9v-.2l.2.1V12c.2 0 .2.2.2.3v.4l.2.2V9.8a.4.4 0 0 1 .8 0v.3h.1c.3 0 .6.2.6.5h.4l.2-1.3-.1-.1-.3-.2v.3h-.1v-.7H11v-.2h.2Zm2.2 6 .2-.4v-.2l-.2-.6c0 .2-.2.4-.5.5l.2.2v.1l.3.4Zm-3 0h.1l.4-.4h-.1l.1-.3c-.2 0-.5-.2-.5-.5l-.1.5V14.3l.1.1Zm.8-6.1h-.2v.1l-.1.1v.8l.2.1h.1l.1-.1v-.1h.1l.1.1-.2 1.2h-.2a.6.6 0 0 0-.7-.5v-.2a.5.5 0 0 0-1 0v2.4c0-.1 0-.2-.2-.3a.1.1 0 0 0-.1 0v.2a.4.4 0 0 0-.2 0h-.1v.1a.5.5 0 0 0-.2 0v.2s0 .2.2.3h.2v.1l.2.1v.1l-.1.1c0 .2 0 .3.2.4h.1v1.6a.1.1 0 0 0 .2.1s.3-.3.4-.7v-.1h.2v.1a.1.1 0 0 0-.1.2l.3.4a.1.1 0 0 0 .2 0v.1a.1.1 0 0 0 .2 0l.1.2 1 .6 1-.6v-.2l-.6-1.1h.1l.3.2a.1.1 0 0 0 .1 0l.3.3-.1.1a.1.1 0 0 0 0 .1v.2c-.1 0-.1.1 0 .2h.2l.1-.1a.1.1 0 0 0 .2 0l.3-.4.4.5a.1.1 0 0 0 .2 0v-1.8l.3-.5.5-.7a.1.1 0 0 0 0-.1H15L15 12l-.1-.1-.4.6V9.8a.5.5 0 0 0-1 0v.2c-.4 0-.6.2-.7.5l-.2-1.3c0-.5-.3-.7-.6-.7l-.4.2v-.2h-.1v-.1l-.2-.1Zm-.8 5.3.4.2h-.1a.1.1 0 0 0 0 .2l-.1.3a.1.1 0 0 0-.1 0 .2.2 0 0 0 0-.2.6.6 0 0 0-.1-.4Zm2.7.1s.2 0 .2-.2l.2.3v.2l-.1.2-.2-.2a.1.1 0 0 0 0-.1l-.1-.2Zm-2 .7h.2l.1-.3-.4 1-.1-.2a.1.1 0 0 0 0-.2l.2-.4Zm2.6 0 .1.1Z"/></svg>',
134
+ mc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#F5F5F5" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V12H0v6Z"/></svg>',
135
+ mn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M16 4.1H8V20h8V4Z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#F9CF02" d="M4 10.6c-.6 0-1.1-.3-1.4-.9a1.4 1.4 0 0 0 2.8 0c-.2.6-.8 1-1.4 1Z"/><path fill="#F9CF02" d="M4 10.4a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM3.4 7.5a.6.6 0 0 0 1.3 0c0-.3-.2-.3-.2-.4l-.1-.4v.6a.1.1 0 1 1-.3 0l.2-.4c0-.2 0-.3-.2-.4 0-.2-.2-.3 0-.4-.3 0-.2.3-.2.4l-.1.5v.3a.1.1 0 1 1-.2 0l.1-.3c0-.1-.2-.1 0-.3-.3.2-.2.3-.2.4l-.1.4ZM1.2 11.5v6h1.3v-6l-.1-.1h-1l-.2.1ZM5.5 11.5v6H6.8v-6.1H5.5v.1ZM2.7 12.5v.3l.1.1h2.4v-.4H2.8ZM2.7 16v.4l.1.1h2.4V16H2.8ZM3 11.4H5v.1l-1 .6h-.2l-1-.6v-.1ZM3 16.8H5l-1 .7h-.2l-1-.7ZM4.1 13.2c-.8 0-1.3.6-1.3 1.3 0 .4.2.7.5 1V15c0-.4.3-.7.7-.7.2 0 .4-.1.5-.3.2-.4 0-.8-.4-.9Zm0 .8a.3.3 0 1 1 0-.5.3.3 0 0 1 0 .5Z"/><path fill="#F9CF02" d="M4.8 13.4s-.1 0 0 0v.4c0 .4-.4.7-.8.7-.2 0-.4.1-.5.3-.2.4 0 .8.4 1H4c.7 0 1.3-.6 1.3-1.3 0-.5-.2-.8-.5-1Zm-.8 2a.3.3 0 1 1 0-.5.3.3 0 0 1 0 .5Z"/></svg>',
136
+ me: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M23.2 5H.8v14h22.4V5Z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Zm1 15H.8V5h22.4v14Z"/><path fill="#F5F5F5" d="M15.4 15.2a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2Z"/><path fill="#F5F5F5" d="M16.5 11c-.5.4-.8.4-.8.4.8-.4.8-1 .8-1-.4.5-.8.7-.8.7.8-.6.7-1.4.7-1.4l-.6.9c.6-1 .3-1.5.3-1.5l-.5 1c.5-1.3 0-1.8 0-1.8 0 .8-.2 1.2-.2 1.2.3-1-.2-1.5-.2-1.5l-.1 1.2c-.2.5-.4.9-.6 1V10l-.2.3c0 .2-.4.5-.5.7l.2.4s.2.1.1.3h-.4c-.1 0-.1.3-.3.3v.2s-.8 1.4-.8 1.8l-.5.1h-.6c0-.5-.7-2-.7-2l-.1-.1c-.2 0-.2-.2-.3-.2l-.4-.1v-.3c.1 0 .3-.2.3-.4s-.4-.5-.5-.7a.9.9 0 0 1-.1-.3l-.1.2a2 2 0 0 1-.5-1C8.8 8.8 8.8 8 8.8 8s-.5.5-.2 1.5c0 0-.3-.4-.3-1.2 0 0-.4.5 0 1.9L8 9s-.3.6.3 1.5l-.6-.9s-.1.8.7 1.4c0 0-.4-.2-.8-.7 0 0 0 .6.8 1 0 0-.3 0-.8-.4 0 0 0 .5 1 .8 0 0-.4 0-.9-.3 0 0 0 .6 1 .7H8s0 .4.8.4h-.5s0 .5.6.4h-.3s0 .5.7.3l-.3.1s.2.3.7.2l-.1.1s.4.3.7 0v.1s.2.1.4-.1c0 0 0 .4-.6.5l-.4.2.2.1-.2.2h.2l-.4.2h-.6l-.1-.4-.2-.2v-.2s0-.3-.2-.5c0-.2-.4-.6-.4-.9v-.4h-.1V12h-.1V12h-.2v.2h-.1v.3l.2-.1v.2l.2.3c0 .3 0 .9.2 1l.2.3v.2h.1l.1.5.2.2s-.4.3-.1.5c0 0 0 .2.2.3 0 0 0 .2.2.1.1.1 0 .4 0 .4h.4v-.2h.3l-.3-.2v-.2l.2-.2c0-.2.3-.4.5-.5v.2l.6-.3.1.1.7-.8-.1.3c-.3.3-.1.6-.1.6-.2.1-.2.2-.2.4l-.6.5c.2.2.4.1.4.1v.3h.2v.3l.4-.1.1.4.2-.2c0 .3.3.5.3.5s.2-.2.2-.5l.2.2.1-.4h.3s.1 0 0-.2h.4l-.1-.3.4-.1-.6-.5c0-.2 0-.3-.2-.4 0 0 .2-.3 0-.6l-.2-.3.7.8.1-.1c.2 0 .5.3.5.3V15l.7.4h.6c.4-.1 1-.3.9-.5l-.1-.3h-.3v-.1h-.2l.2-.5V14l.1-.1v-.2h-.2v.1h-.2v.1h.1v.2l-.2.4-.4-.1s-.2.1-.2.3h-.1l.2.5-.5-.3.1-.1-.2-.2.2-.1-.4-.1v-.1c-.5-.1-.6-.5-.6-.5.2.2.5.1.5.1l-.1-.2c.3.4.7.1.7.1l-.1-.1c.5.1.7-.2.7-.2h-.3c.7 0 .7-.3.7-.3l-.3-.1c.6 0 .6-.4.6-.4h-.5c.8 0 .8-.5.8-.5l-.6.1c1-.1.9-.7.9-.7-.5.3-.9.3-.9.3 1-.3 1-.8 1-.8Zm-1 4 .2-.2.2.1-.3.1Zm0-.3-.3.2c-.3 0-.3-.1-.3-.3h-.1v-.1l.6.2Z"/><path fill="#F5F5F5" d="m12 10.4-.4-.4h.2l-.5-.4h.2s-.2 0-.3-.3c.2 0 .1-.3.1-.3h-.5l-.5.1s-.6-.1-.4.4c0 0 0-.2.3-.1.2 0 .4.3.4.3h-.4s.1.4.5.2c0 0 .2 0 .2.3h.1v.4h.1v.3s.6.3 1 0l-.2-.3v-.2ZM13.8 9.1s-.3-.2-.5 0l-.5-.1s-.1.2.1.3c0 .2-.3.3-.3.3h.2l-.5.3.2.1c0 .2-.4.4-.4.4l.2.2-.2.3c.4.3 1 0 1 0-.2-.2-.1-.4-.1-.4h.1v-.4l.1.1c0-.2.2-.3.2-.3.4.2.5-.2.5-.2h-.4l.4-.3.3.1c.2-.5-.4-.4-.4-.4Z"/><path fill="#F5F5F5" d="M13.6 12.4v-.9l-.5-.7s-.6.3-1 0c-.5.3-1 0-1 0l-.6.7v2c.1.4.5.6.8.7l.7.4v.2l.1-.2.7-.4c.3-.1.7-.3.8-.7v-1Zm-2.9-.9.4-.4h2l.3.4v1.7h-2.7v-1.7Zm2 2.5c-.2.1-.5.2-.6.4l-.7-.4c-.3-.1-.6-.2-.7-.6h2.7c-.1.4-.4.5-.7.6Z"/><path fill="#F5F5F5" d="m10.7 11.5.4-.4h2l.3.4v1.7h-2.7v-1.7ZM10.7 13.4c.1.4.4.5.7.6l.7.4c.1-.2.4-.3.6-.4.3-.1.6-.2.7-.6h-2.7Z"/><path fill="#F5F5F5" d="M13.3 12.2c0-.2-.2-.2-.4-.2l-.4-.1.2-.1.5-.1H13l-.6.1c0 .1.2.3.4.3l.3.1-.3.1h-.6V12h.1l-.1-.2h.1l-.1-.2v-.1c.1 0 0 0 0 0l-.1-.2h-.3l-.1.1h-.2v.2h-.1l.2.1v.1c.1 0 .1.1 0 .1l-.2.2-.1-.2v-.5l-.1.1H11v.5l.1.2c0 .2.3.2.3.2v.3l-.1.3-.2.1h.5l.1-.4.5-.1v.2c.2 0 .1.2 0 .2l-.2.1h.4l.1-.1v-.2h.5l-.1.2-.2.1h.4v-.5c-.2 0-.2-.2-.2-.3.1 0 .4 0 .4-.2ZM13.2 8c0-.3-.2-.6-1-.8v-.5H11.8v.5c-.8.2-1 .5-1 .7 0 .3.2.6.4.7v.2h1.5v-.2c.2 0 .5-.4.4-.7Zm-.8.4h-.2v-1c.2.2.3.3.3.5l-.1.5Zm-.8-.5c0-.2.1-.3.3-.4v.9h-.2l-.1-.5Zm-.2-.3v.8c-.1 0-.3-.3-.3-.5l.3-.3Zm1.3.8v-.8l.3.3c0 .2-.1.4-.3.5Z"/><path fill="#C8414B" d="M23.2 5H.8v14h22.4V5Z"/><path fill="#E6B432" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Zm1 15H.8V5h22.4v14Z"/><path fill="#41479B" d="M15.4 15.2a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2Z"/><path fill="#E6B432" d="M16.5 11c-.5.4-.8.4-.8.4.8-.4.8-1 .8-1-.4.5-.8.7-.8.7.8-.6.7-1.4.7-1.4l-.6.9c.6-1 .3-1.5.3-1.5l-.5 1c.5-1.3 0-1.8 0-1.8 0 .8-.2 1.2-.2 1.2.3-1-.2-1.5-.2-1.5l-.1 1.2c-.2.5-.4.9-.6 1V10l-.2.3c0 .2-.4.5-.5.7l.2.4s.2.1.1.3h-.4c-.1 0-.1.3-.3.3v.2s-.8 1.4-.8 1.8l-.5.1h-.6c0-.5-.7-2-.7-2l-.1-.1c-.2 0-.2-.2-.3-.2l-.4-.1v-.3c.1 0 .3-.2.3-.4s-.4-.5-.5-.7a.9.9 0 0 1-.1-.3l-.1.2a2 2 0 0 1-.5-1C8.8 8.8 8.8 8 8.8 8s-.5.5-.2 1.5c0 0-.3-.4-.3-1.2 0 0-.4.5 0 1.9L8 9s-.3.6.3 1.5l-.6-.9s-.1.8.7 1.4c0 0-.4-.2-.8-.7 0 0 0 .6.8 1 0 0-.3 0-.8-.4 0 0 0 .5 1 .8 0 0-.4 0-.9-.3 0 0 0 .6 1 .7H8s0 .4.8.4h-.5s0 .5.6.4h-.3s0 .5.7.3l-.3.1s.2.3.7.2l-.1.1s.4.3.7 0v.1s.2.1.4-.1c0 0 0 .4-.6.5l-.4.2.2.1-.2.2h.2l-.4.2h-.6l-.1-.4-.2-.2v-.2s0-.3-.2-.5c0-.2-.4-.6-.4-.9v-.4h-.1V12h-.1V12h-.2v.2h-.1v.3l.2-.1v.2l.2.3c0 .3 0 .9.2 1l.2.3v.2h.1l.1.5.2.2s-.4.3-.1.5c0 0 0 .2.2.3 0 0 0 .2.2.1.1.1 0 .4 0 .4h.4v-.2h.3l-.3-.2v-.2l.2-.2c0-.2.3-.4.5-.5v.2l.6-.3.1.1.7-.8-.1.3c-.3.3-.1.6-.1.6-.2.1-.2.2-.2.4l-.6.5c.2.2.4.1.4.1v.3h.2v.3l.4-.1.1.4.2-.2c0 .3.3.5.3.5s.2-.2.2-.5l.2.2.1-.4h.3s.1 0 0-.2h.4l-.1-.3.4-.1-.6-.5c0-.2 0-.3-.2-.4 0 0 .2-.3 0-.6l-.2-.3.7.8.1-.1c.2 0 .5.3.5.3V15l.7.4h.6c.4-.1 1-.3.9-.5l-.1-.3h-.3v-.1h-.2l.2-.5V14l.1-.1v-.2h-.2v.1h-.2v.1h.1v.2l-.2.4-.4-.1s-.2.1-.2.3h-.1l.2.5-.5-.3.1-.1-.2-.2.2-.1-.4-.1v-.1c-.5-.1-.6-.5-.6-.5.2.2.5.1.5.1l-.1-.2c.3.4.7.1.7.1l-.1-.1c.5.1.7-.2.7-.2h-.3c.7 0 .7-.3.7-.3l-.3-.1c.6 0 .6-.4.6-.4h-.5c.8 0 .8-.5.8-.5l-.6.1c1-.1.9-.7.9-.7-.5.3-.9.3-.9.3 1-.3 1-.8 1-.8Zm-1 4 .2-.2.2.1-.3.1Zm0-.3-.3.2c-.3 0-.3-.1-.3-.3h-.1v-.1l.6.2Z"/><path fill="#E6B432" d="m12 10.4-.4-.4h.2l-.5-.4h.2s-.2 0-.3-.3c.2 0 .1-.3.1-.3h-.5l-.5.1s-.6-.1-.4.4c0 0 0-.2.3-.1.2 0 .4.3.4.3h-.4s.1.4.5.2c0 0 .2 0 .2.3h.1v.4h.1v.3s.6.3 1 0l-.2-.3v-.2ZM13.8 9.1s-.3-.2-.5 0l-.5-.1s-.1.2.1.3c0 .2-.3.3-.3.3h.2l-.5.3.2.1c0 .2-.4.4-.4.4l.2.2-.2.3c.4.3 1 0 1 0-.2-.2-.1-.4-.1-.4h.1v-.4l.1.1c0-.2.2-.3.2-.3.4.2.5-.2.5-.2h-.4l.4-.3.3.1c.2-.5-.4-.4-.4-.4Z"/><path fill="#E6B432" d="M13.6 12.4v-.9l-.5-.7s-.6.3-1 0c-.5.3-1 0-1 0l-.6.7v2c.1.4.5.6.8.7l.7.4v.2l.1-.2.7-.4c.3-.1.7-.3.8-.7v-1Zm-2.9-.9.4-.4h2l.3.4v1.7h-2.7V11.5Zm2 2.5c-.2.1-.5.2-.6.4l-.7-.4c-.3-.1-.6-.2-.7-.6h2.7c-.1.4-.4.5-.7.6Z"/><path fill="#41479B" d="m10.7 11.5.4-.4h2l.3.4v1.7h-2.7v-1.7Z"/><path fill="#73AF00" d="M10.7 13.4c.1.4.4.5.7.6l.7.4c.1-.2.4-.3.6-.4.3-.1.6-.2.7-.6h-2.7Z"/><path fill="#E6B432" d="M13.3 12.2c0-.2-.2-.2-.4-.2l-.4-.1.2-.1.5-.1H13l-.6.1c0 .1.2.3.4.3l.3.1-.3.1h-.6V12h.1l-.1-.2h.1l-.1-.2v-.1c.1 0 0 0 0 0l-.1-.2h-.3l-.1.1h-.2v.2h-.1l.2.1v.1c.1 0 .1.1 0 .1l-.2.2-.1-.2v-.5l-.1.1H11v.5l.1.2c0 .2.3.2.3.2v.3l-.1.3c-.2 0-.2.2-.2.2h.5l.1-.5.5-.1v.2c.2 0 .1.2 0 .2l-.2.1h.4l.1-.1v-.2h.5l-.1.2-.2.1h.4v-.5c-.2 0-.2-.2-.2-.3.1 0 .4 0 .4-.2ZM13.2 8c0-.3-.2-.6-1-.8v-.5H11.8v.5c-.8.2-1 .5-1 .7 0 .3.2.6.4.7v.2h1.5v-.2c.2 0 .5-.4.4-.7Zm-.8.4h-.2v-1c.2.2.3.3.3.5l-.1.5Zm-.8-.5c0-.2.1-.3.3-.4v.9h-.2l-.1-.5Zm-.2-.3v.8c-.1 0-.3-.3-.3-.5l.3-.3Zm1.3.8v-.8l.3.3c0 .2-.1.4-.3.5Z"/></svg>',
137
+ ms: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2c-.5.2-.8.5-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#82AFFF" d="M20.7 8.8h-5.4V13h5.4V8.8Z"/><path fill="#C86464" d="M15.3 13c0 1.5 1.6 2.6 2.7 2.6 1 0 2.7-1.1 2.7-2.6h-5.4Z"/><path fill="#73AF00" d="M18.7 10.3c.1 0 .3 0 .3.3 0 .2 0 1-.2 1 0 0 .3.6.3 1V14l.2.5s-.4-.2-.5 0c-.2 0-.7.2-.9 0l.2-1.4v-2.8h.6Z"/><path fill="#FFF5E1" d="M18.8 14.5v.5h.2v-.5h-.2ZM17.9 10.5h-.3V10l.3-.1v-.2h-.1l-.2.2v.1l-.3.6v.3h.6v-.3Z"/><path fill="#464655" d="M19.2 9.5h-1V9h-.4v.5h-1v.4h1v4.7h.3V9.9h1v-.4Z"/><path fill="#963C3C" d="M18.6 10.2h.4l-.2-.4s0-.2-.2-.2h-.3l.3.6Z"/><path fill="#FFF5E1" d="M18.4 10.6v-.4h-.2l.1-.5h.2V10l.1.1.1.2s0 .3-.3.3Z"/><path fill="#464655" d="M17 12.9v.6-.6ZM17.1 12.7v.9-.9ZM17.2 12.6v1.1-1ZM17.4 12.5v1.4-1.4ZM17.5 12.3V14v-1.8ZM17.6 12.3v1.9-2Z"/><path fill="#FFE15A" d="M18.1 13.3c0-.8-.5-1.2-.6-1.2-.1 0-.2 0-.3.2 0 0 0 .3-.2.4l-.5.4c0 .2.1.3.2.2l1.1 1.3h.1c.2-.2.4-.7.2-1.3Zm-1.3 0V13c0-.1-.1 0-.1 0l.2-.2c.2 0 .4-.1.5-.4.1-.2 0-.2 0-.2s.5.3.6 1c0 .7-.2 1-.2 1l-1-1Z"/><path fill="#FFF5E1" d="M17.8 11.7h-.1l-.3.2v.4l.2-.1c0-.1 0-.2.2-.3v-.2ZM18.8 10.7l-.2.3-.2.4h-.3v.4h.2l.3-.3c.1 0 .2 0 .2-.2l.1-.4v-.2Z"/><path fill="#F5F5F5" d="M18 15.7a3 3 0 0 1-2.8-3v-4h5.6v4a3 3 0 0 1-2.8 3ZM15.3 9v3.9s0 2.3 2.7 2.8a2.9 2.9 0 0 0 2.7-2.8v-4h-5.4Z"/></svg>',
138
+ ma: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#5A8250" d="m14 13 3.1-2.3h-3.9L12 7l-1.2 3.7h-4L10 13l-1.2 3.7 3.2-2.2 3.2 2.2L14 13Zm.6-1.5-.9.7-.2-.7h1.1ZM11 12.7l.4-1.2h1.2l.4 1.2-1 .7-1-.7Zm1-3 .3 1h-.6l.3-1Zm-2.6 1.8h1.1l-.2.7-.9-.7Zm1 3.1.3-1 .6.4-1 .6Zm2.9-1 .3 1-.9-.6.6-.5Z"/></svg>',
139
+ mz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#5AA587" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3h24V6c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3H0v3Z"/><path fill="#464655" d="M24 9.6H0v4.8h24V9.6Z"/><path fill="#F5F5F5" d="M0 9.4v.2h24v-.7H0v.5ZM0 14.6v.5h24v-.7H0v.2Z"/><path fill="#FF4B55" d="m.6 19.4 9-7.2c.2-.1.2-.3 0-.4l-9-7.2c-.4.3-.6.8-.6 1.3v12.2c0 .5.2 1 .6 1.3Z"/><path fill="#FFE15A" d="m3.8 9.3.6 1.8h2s.1.2 0 .2L5 12.5l.6 1.8c0 .1-.1.2-.2.1l-1.6-1-1.5 1-.2-.1.6-1.8L1 11.3l.1-.2h2l.5-1.8h.2Z"/><path fill="#F5F5F5" d="m3.6 12.7-.1.1H2.2l.4-1.2h.1l-.2 1h1.1ZM4 12.9a.3.3 0 0 1-.5 0l.2-.2.2.2ZM5.2 12.8H4l-.2-.1H5l-.1-1.2h.1l.3 1.3Z"/><path fill="#F5F5F5" d="M4.9 12.6H3.8v-1.2h.9l.2 1.2ZM3.7 11.4v1.2H2.6l.2-1.1c.2-.1.7-.2.9 0Z"/><path fill="#464655" d="M5.3 12.9 5 11.5l-.3-.1s-.7-.2-1 0c-.3-.2-1 0-1 0l-.2.1L2 13h1.3l.3.1h1.6v-.1Zm-1.5-1.5h.9l.2 1.2H3.8v-1.2Zm-1 0h.9v1.2H2.6l.2-1.1Zm-.6 1.4.4-1.2h.1l-.2 1h1.1l-.1.2H2.2Zm1.5.1h-.2l.2-.2.2.2h-.2Zm.3 0-.2-.2H5l-.1-1.2h.1l.3 1.3H4Z"/><path fill="#464655" d="M4.9 10.2h-.2v.1l-.4.4H4l-.6.6h-.1l-1.2 1.1V12.7l-.1.2h-.2l-.5.5v.1l.3.3H2l.7-.8v-.2l.2-.2.3.5.2-.2-.2-.4v-.3c.4.2.7.3 1.1.1l-.1-.3c-.3.2-.6 0-.7 0l.6-.7v-.1L4 11h.2l1.1-1.1-.5.3Z"/><path fill="#464655" d="m2.6 10.1-.1.1v.2h-.2l-.7.7.4.4.6-.7.1-.2h.1l2.6 2.5.1-.1L3 10.5l.1-.1-.3-.3h-.2Z"/></svg>',
140
+ mm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#F5F5F5" d="m12.2 6.8 1.3 3.7h3.9c.2 0 .3.3.1.5l-3.1 2.3 1.2 3.8c0 .2-.2.4-.4.2L12 15.1l-3.2 2.2c-.2.2-.4 0-.4-.2l1.2-3.8L6.5 11c-.2-.2-.1-.5.1-.5h4l1.2-3.7c0-.2.4-.2.4 0Z"/></svg>',
141
+ na: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v10.2l18.2-12H1.8Z"/><path fill="#73AF00" d="M22.2 19.9c1 0 1.8-.8 1.8-1.8V7.9l-18.2 12h16.4Z"/><path fill="#F5F5F5" d="M22.2 4.1H18L0 16v2.2c0 1 .8 1.8 1.8 1.8H6L24 8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M22.2 4.1h-2L0 17.4v.7c0 1 .8 1.8 1.8 1.8h2L24 6.6V6c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M4.2 6.8c.4 0 .8.2 1 .5l.2-1-.8.6-.4-1-.4 1-.8-.6.2 1c.3-.3.6-.5 1-.5ZM3.2 9.4a1.5 1.5 0 0 1 0-2.1l-1-.2.6.8-1 .4 1 .4-.6.8 1-.1ZM6.6 8.3l-1-.4.7-.8-1 .2a1.5 1.5 0 0 1 0 2l1 .2-.6-.8 1-.4Z"/><path fill="#FFE15A" d="M4.2 9.8c-.4 0-.7-.2-1-.4l-.2 1 .8-.7.4 1 .4-1 .8.7-.1-1c-.3.2-.7.4-1 .4Z"/><path fill="#FFE15A" d="M4.2 9.5a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4Z"/></svg>',
142
+ nr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M24 11.2H0v1.6h24v-1.6Z"/><path fill="#F5F5F5" d="m5.6 14.5.2 1 .7-.8-.3 1 1-.3-.7.7 1 .2-1 .3.7.7-1-.3.3 1-.7-.8-.2 1-.3-1-.6.8.2-1-1 .3.8-.7-1-.3 1-.2-.7-.7 1 .3-.3-1 .6.7.3-1Z"/></svg>',
143
+ np: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M10.8 12 .6 4.6c-.4.3-.6.8-.6 1.3v12.2c0 1 .8 1.8 1.8 1.8h9l-7-7.9h7Zm-1.2 7.3h-9V5.2L9 11.5H2.5l.8.9 6.3 7Z"/><path fill="#FF4B55" d="m3.3 12.4-.8-1H9.1L.5 5.3v14.1h9l-6.2-7Z"/><path fill="#F5F5F5" d="m3.2 13.9.3.7.6-.4v.7H5l-.4.7.7.3-.7.4.4.6v.1H4v.7l-.6-.4-.3.7H3l-.3-.7-.7.4V17h-.7s-.1 0 0 0l.3-.7-.6-.3.6-.4-.4-.6v-.1h.8v-.7l.7.4.3-.7ZM4 10l-.3-.3.3-.2h-.4l.1-.4h-.3v-.3L3 9l-.2-.3-.2.3-.3-.2v.4L2 9l.2.3h-.4l.3.3-.3.2c-.4-.1-.7-.4-1-.7a2 2 0 0 0 4.1 0c-.2.3-.5.6-.9.7Z"/></svg>',
144
+ nl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
145
+ nz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2c-.5.2-.8.5-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4ZM18.5 17.3l-.5-.4-.5.3h-.1l.2-.6-.5-.4v-.1h.6l.2-.6h.1l.3.6h.6v.1l-.5.4.2.5v.2Z"/><path fill="#F5F5F5" d="m18 15.5.2.6h.7l-.6.4.2.7-.5-.4-.5.4.2-.7-.6-.4h.7l.2-.6Zm0-.1h-.2l-.1.6H17a.2.2 0 0 0 0 .3l.4.3-.2.5a.2.2 0 0 0 .3.2l.4-.3.4.3a.2.2 0 0 0 .3-.2l-.2-.5.5-.3a.2.2 0 0 0-.1-.3h-.6l-.1-.5-.2-.1Z"/><path fill="#FF4B55" d="m18.5 10.6-.5-.4-.5.4-.1-.1.2-.6-.5-.4v-.1h.6l.2-.6h.1l.3.6h.6v.1l-.5.4.2.6Z"/><path fill="#F5F5F5" d="m18 8.8.2.7h.7l-.6.4.2.6-.5-.4-.5.4.2-.6-.6-.4h.7l.2-.7Zm0-.1h-.2l-.1.6H17a.2.2 0 0 0 0 .3l.4.3-.2.6a.2.2 0 0 0 .3.1l.4-.3.4.3a.2.2 0 0 0 .3-.1l-.2-.6.5-.3a.2.2 0 0 0-.1-.3h-.6l-.1-.5-.2-.1Z"/><path fill="#FF4B55" d="m21.4 12.7-.5-.4-.5.3h-.1l.2-.6-.5-.4v-.1h.6l.2-.6h.1l.3.6h.6v.1l-.5.4.2.5v.2Z"/><path fill="#F5F5F5" d="m20.9 11 .2.5h.7l-.6.4.2.7-.5-.4-.5.4.2-.7-.6-.4h.7l.2-.6Zm0-.3-.2.2-.1.5H20a.2.2 0 0 0 0 .3l.4.3-.2.5a.2.2 0 0 0 .3.2l.4-.3.4.3a.2.2 0 0 0 .3-.2l-.2-.5.5-.3a.2.2 0 0 0-.1-.3h-.6l-.1-.5-.2-.2Z"/><path fill="#FF4B55" d="M15.6 13.5 15 13l-.5.4-.1-.1.2-.6-.5-.4v-.1h.6l.2-.6h.1l.3.6h.6v.1l-.5.4.2.6Z"/><path fill="#F5F5F5" d="m15.1 11.7.2.7h.7l-.6.4.2.6-.5-.4-.5.4.2-.6-.6-.4h.7l.2-.7Zm0-.1h-.2l-.1.6h-.6a.2.2 0 0 0 0 .3l.4.3-.2.5a.2.2 0 0 0 .3.2l.4-.3.4.3a.2.2 0 0 0 .3-.2l-.2-.5.5-.3a.2.2 0 0 0-.1-.3h-.6l-.1-.5-.2-.1Z"/></svg>',
146
+ ni: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8ZM0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#AFEBFF" d="m12 10.5-1.3 1.8h2.6L12 10.5Z"/><path fill="#557DE6" d="m10.7 12.3-.8 1.2h4.2l-.8-1.2h-2.6Z"/><path fill="#73AF00" d="M12.3 12.2ZM12.4 12.2ZM12.3 12.3ZM12.5 12ZM12.4 12ZM12.4 12.5c.1 0 .2 0 .3-.2l-.1-.3h-.1l-.1.5ZM12.7 12.2ZM12.8 12ZM12.7 12.2Z"/><path fill="#73AF00" d="m13.5 12.6-.3-.1c-.2-.2-.2-.4-.2-.5h-.1c0 .1 0 .5-.2.6h-.5c-.3-.1-.2-.5-.2-.6l-.2.3.3.3h-.3c-.3-.1-.2-.5-.2-.6l-.2.3.3.3s-.2.1-.2 0c-.4-.1-.3-.5-.3-.6l-.3.5-.3.1h-.2v.2h3.2v-.2ZM12.1 12.2ZM12.1 12.1ZM12 12ZM12.2 12.3ZM12.2 12.4ZM12.3 12.4ZM12.3 12.5Z"/><path fill="#FFE15A" d="M12.9 12h-.1v.2h-.1c0 .2-.2.3-.3.4V12v.2a.7.7 0 0 1-.2.2 1.2 1.2 0 0 1 0-.2H12V12H12c0 .1 0 .5.2.7h.5c.2-.2.2-.6.2-.7Z"/><path fill="#73AF00" d="M11.7 12.1ZM11.7 12ZM11.7 12.2ZM11.6 12Z"/><path fill="#FFE15A" d="M11.8 12.7h.3a1.3 1.3 0 0 1-.3-.5l-.1-.2h-.1c0 .1 0 .5.2.7Z"/><path fill="#73AF00" d="M11.3 12.1ZM11.3 12.2ZM11.3 12Z"/><path fill="#FFE15A" d="M11.5 12.7h.2a1.3 1.3 0 0 1-.3-.5l-.1-.2c-.1.1-.2.5.2.7Z"/><path fill="#41479B" d="M11.4 11.4a2.3 2.3 0 0 1 1.3 0 2.6 2.6 0 0 0-1.3 0Z"/><path fill="#5AA0E6" d="M11.4 11.3v.1a2.3 2.3 0 0 1 1.3 0 2.5 2.5 0 0 0-1.3 0Z"/><path fill="#9BC800" d="M11.4 11.3a2.2 2.2 0 0 1 1.3 0 2.5 2.5 0 0 0-1.3 0Z"/><path fill="#FFE14E" d="M11.4 11.3a2.2 2.2 0 0 1 1.3 0 2.4 2.4 0 0 0-1.3 0Z"/><path fill="#FFB14E" d="M11.4 11.3a2.1 2.1 0 0 1 1.3 0 2.3 2.3 0 0 0-1.3 0Z"/><path fill="#FF4B55" d="M11.4 11.2a2 2 0 0 1 1.3 0 2.3 2.3 0 0 0-1.3 0Z"/><path fill="#FFE15A" d="M14 13.6h-4l-.1-.1 2-3.1h.2l2 3v.2Zm-4-.1h4l-2-3-2 3Z"/><path fill="#FF4B55" d="m12.1 11.7-.1-.2h-.1V11.9l.1.1.1-.2Z"/></svg>',
147
+ ne: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF9B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#FF9B55" d="M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z"/></svg>',
148
+ ng: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8V4Z"/><path fill="#73AF00" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/></svg>',
149
+ nu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#41479B" d="M.4 12h11.2c.2 0 .4-.2.4-.4v-7c0-.3-.2-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7c0 .2.2.4.4.4Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2c-.5.2-.8.5-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#41479B" d="M6 9.3a1.2 1.2 0 1 0 0-2.5 1.2 1.2 0 0 0 0 2.5Z"/><path fill="#FFE15A" d="m6 7 .3.7h.6l.1.1-.5.4.2.7s-.1.1-.2 0L6 8.7l-.5.4-.2-.1.2-.7-.5-.4v-.1h.7L6 7c0-.1.2-.1.2 0ZM2.6 7.6l.2.3H3l-.2.3v.3s0 .1 0 0l-.3-.1-.3.2v-.4L2.2 8l.3-.1.2-.3ZM9.5 7.6v.3h.4s.1 0 0 0l-.2.3v.3c.1 0 0 .1 0 0l-.3-.1-.3.2v-.4L9 8l.4-.1v-.3h.2ZM6 5l.2.4h.3l-.2.3V6s0 .1 0 0L6 6l-.3.2v-.4l-.2-.2v-.1h.3L6 5ZM6 10.1l.2.4h.3l-.2.3v.3L6 11l-.3.2v-.4l-.2-.2v-.1h.3L6 10Z"/></svg>',
150
+ nf: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8V4Z"/><path fill="#73AF00" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8ZM14.8 16l-1.3-7.4c0-.3-.2-.6-.3-.8l-1.2-2-1.2 2-.3.8L9.2 16c0 .1.1.2.3.2h2v2h1v-2h2c.2 0 .3-.1.3-.2Z"/></svg>',
151
+ kp: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-.3H0v.3ZM22.2 4.1H1.8C.8 4.1 0 5 0 6v.3h24V6c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 6.2H0V7h24v-.8ZM24 17H0v.8h24V17Z"/><path fill="#FF4B55" d="M24 7H0v10h24V7Z"/><path fill="#F5F5F5" d="M6.6 15.3a3.3 3.3 0 1 0 0-6.6 3.3 3.3 0 0 0 0 6.6Z"/><path fill="#FF4B55" d="m6.7 9 .7 2h2c.2 0 .2.1.1.2l-1.7 1.2.7 2s-.1.2-.2.1l-1.7-1.2L5 14.5h-.1l.6-2-1.7-1.3V11H6l.6-2c0-.1.2-.1.2 0Z"/></svg>',
152
+ mp: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12Zm0-10.8a4.8 4.8 0 1 0 0 9.6 4.8 4.8 0 0 0 0-9.6Z"/><path fill="#FFDC00" d="M12 17.6a5.6 5.6 0 1 1 0-11.2 5.6 5.6 0 0 1 0 11.2Zm0-10.8a5.2 5.2 0 1 0 0 10.4 5.2 5.2 0 0 0 0-10.4Z"/><path fill="#FFDC00" d="M6.6 12.4a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8ZM17.4 12.4a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8ZM12 7a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8ZM8.2 8.6a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8ZM15.8 8.6a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8ZM17 10.4a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .9ZM10 7.4a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8ZM7 10.4a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .9ZM14 7.4a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8ZM17.3 11.4a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .9ZM11 7.1a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8ZM7.5 9.4a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8ZM15 8a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .8ZM16.5 9.4a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8ZM9 8A.4.4 0 1 0 9 7 .4.4 0 0 0 9 8ZM6.7 11.4a.4.4 0 1 0 0-.9.4.4 0 0 0 0 .9ZM13 7.1a.4.4 0 1 0 0-.8.4.4 0 0 0 0 .8Z"/><path fill="#FFA000" d="M17.4 12.2c-.1 0-.2 0-.2-.2a5.2 5.2 0 0 0-10.4 0 .2.2 0 1 1-.4 0 5.6 5.6 0 0 1 11.2 0l-.2.2Z"/><path fill="#B4B4B4" d="M13.1 18.2H11a.8.8 0 0 1-.9-1l.8-6.9h2.4l.8 7c0 .5-.4 1-.9 1Z"/><path fill="#AAA" d="M13.2 10.3h-2.4l-.3-.1-.1-1.5c0-.2.2-.4.4-.4h2.4c.2 0 .4.2.4.4l-.1 1.4c0 .2-.2.2-.3.2Z"/><path fill="#F5F5F5" d="m12.1 8.8.8 2.2h2.3s.1.1 0 .2l-1.8 1.4.7 2.2-.2.2-1.9-1.4-2 1.4s-.1 0 0-.2l.6-2.2-1.9-1.4.1-.2h2.3l.8-2.2c0-.1.2-.1.2 0Z"/></svg>',
153
+ no: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M24 10H10.8V4H6.6V10H0v4.2h6.6v5.8h4.2V14H24V9.9Z"/><path fill="#41479B" d="M24 10.8H10V4H7.3v6.7H0v2.4h7.4V20H10v-6.7H24v-2.4Z"/></svg>',
154
+ om: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h4.4V4H1.8Z"/><path fill="#F5F5F5" d="M1.7 7.6v.3-.3ZM2.7 8.1h-.3l-.7.6H2c.2 0 .4-.3.7-.6ZM3.8 7.1H2.5h1.3ZM2.8 5.3l.3.2c.2 0 .3 0 .3-.2l-.3-.1-.3.1ZM2.6 7.5h-.8V8l.8.1v-.5ZM1.1 9.2l.5-.1.3-.3h-.3l-.5.4ZM2.7 7v-.2h-.2V7h.2ZM1.3 7.7l.2.1v-.2l-.2.1ZM3.5 7.6v-.4h-.7V8H3c.2 0 .5-.2.5-.4ZM2.4 6.4a27.9 27.9 0 0 0-.6-.9c0 .3.3.7.5 1l.1-.1ZM2.3 6.6l.1.2.2-.1-.1-.2h-.2ZM2.7 8v-.5.5ZM3.5 6.5h-.7v.1h.7ZM4.3 7h.1v.2H5V7h-.7ZM5.2 9.2l-.5-.4h-.3c0 .2.2.2.2.3l.6.1ZM4.2 7.1h.1-.1Z"/><path fill="#F5F5F5" d="M4.3 8.8h.2l-1-1-.1.2.9.8ZM2 7.3l-.1-.1V7h-.7v.3h.7ZM2.1 7.1H2 2ZM3.8 6.9l-.2-.2V7h.1v-.1ZM2.9 6.3h.5L3.3 6H3l-.1.2ZM3.5 6.4h-.7.7ZM3.1 5.6V6h.2v-.5H3ZM2.8 6.8h.7-.7Z"/><path fill="#F5F5F5" d="M3.6 6.7h.2l.2-.1-.2-.1-.2.2ZM3.5 6.9h-.7.7ZM4 6.5a13.4 13.4 0 0 0 .6-1.3c0 .2-.4.7-.8 1.2H4Z"/><path fill="#D23741" d="m5.3 9.2-.6-.5-1.2-1v-.5h.3l.2.1H5.2v-.5h-.8l-.1.2h-.5A20 20 0 0 0 4.7 5h-.1l-1 1.6v-.4L3.2 6v-.6c.1 0 .2 0 .2-.2l-.4-.2c-.2 0-.3.1-.3.2l.1.2v.6l-.1.2v.4L1.6 5.2h-.1v.4a19.5 19.5 0 0 0 .7 1.3H1.1v.4h1.6v.1c-.4 0-1.5 0-1.5.3.1.2.7.3 1.1.4l-.7.6-.6.5.1.1c.2 0 .4 0 .6-.2l1-1H3.4c.7.6 1.1 1 1.3 1 .1.2.4.2.5.2h.2ZM2.8 8v-.8h.7v.4c0 .2-.3.4-.5.4h-.2Zm-1.3-.2h-.2v-.1l.2-.1v.2Zm.1-2.6.8 1.2h-.1a13.4 13.4 0 0 1-.7-1.2Zm1 1.5.1.1V7h-.2v-.1l.2-.2Zm-.2 0-.1-.1.2-.1.1.2h-.2Zm.3.8V8v-.5Zm-1 0h.9V8h-.8v-.4Zm0 0V8v-.3Zm.7.6h.3a81.6 81.6 0 0 1-1 .6l.7-.6Zm-.5.7-.3.3a1 1 0 0 1-.5.1l.5-.4h.3Zm.6-1.6V7h1.3-1.3Zm1-1.9-.4.2c-.1 0-.3 0-.3-.2l.3-.1.3.1Zm-.7 1.3h.7-.7Zm.7.1v.1h-.7.7Zm-.7-.2v-.1h.7-.7Zm.5-.4.1.2h-.5V6h.4Zm-.3 0v-.5a.6.6 0 0 0 .3 0V6H3Zm-.2.8h.7-.7Zm1.7-1.4c0 .3-.3.7-.5 1l-.2-.1a27.8 27.8 0 0 1 .7-.9Zm-.4 1.6a.1.1 0 0 1-.2 0 .1.1 0 0 1 .2 0Zm-.3-.3-.2-.1.2-.2H4c0 .2-.1.2-.2.3Zm-.3 0H3.8V7h-.3v-.2Zm0 1 1 1h-.2L3.4 8v-.2Zm1.2 1 .5.4a1 1 0 0 1-.6-.1l-.2-.3h.3ZM5.2 7v.3h-.8V7H5Zm-.9.2h-.1V7h.1Zm-3.2 0V7H2v.2h-.7Zm.9-.1H2 2Zm.4 0a.1.1 0 0 1-.2 0 .1.1 0 0 1 .2 0Z"/></svg>',
155
+ pk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1h-16V20h16c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h4.4V4H1.8ZM19.3 14.2a4.6 4.6 0 1 1-6.1-7 5 5 0 1 0 6.2 7ZM16.9 8l.6.8 1-.4s.2.1.1.2l-.5.9.7.7c0 .1 0 .3-.2.3l-1-.2-.5.8c0 .1-.2 0-.2 0l-.1-1-1-.3a.1.1 0 0 1 0-.2l1-.4-.2-1c0-.1.2-.2.3-.1Z"/></svg>',
156
+ pw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#3CC8FF" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10Z"/></svg>',
157
+ ps: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#FF4B55" d="m.6 19.4 9-7.2c.2-.1.2-.3 0-.4l-9-7.2c-.4.3-.6.8-.6 1.3v12.2c0 .5.2 1 .6 1.3Z"/></svg>',
158
+ pa: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M23.6 12H12v7.4c0 .3-.2.5-.4.5h10.6c1 0 1.8-.8 1.8-1.8v-6.5c0 .2-.2.4-.4.4ZM.4 12H12V4.6c0-.3.2-.5.4-.5H1.8C.8 4.1 0 5 0 6v6.5c0-.2.2-.4.4-.4Z"/><path fill="#FF4B55" d="M22.2 4.1h-9.8c-.2 0-.4.2-.4.5V12h11.6c.2 0 .4-.2.4-.4V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#4173CD" d="M12 19.4V12H.4c-.2 0-.4.2-.4.4v5.7c0 1 .8 1.8 1.8 1.8h9.8c.2 0 .4-.2.4-.5ZM6.2 6.3l.4 1.2h1.2c.2 0 .2.2.1.3l-1 .7.4 1.2c0 .2-.2.3-.3.2l-1-.7-1 .7c-.1.1-.3 0-.3-.2l.4-1.2-1-.7c-.1-.1 0-.3.1-.3h1.2l.4-1.2c0-.1.3-.1.4 0Z"/><path fill="#FF4B55" d="m18.2 14.2.4 1.1h1.2c.2 0 .2.3.1.4l-1 .7.4 1.2c0 .1-.2.3-.3.2l-1-.7-1 .7c-.1 0-.3 0-.3-.2l.4-1.2-1-.7c-.1-.1 0-.3.1-.3h1.2l.4-1.2c0-.2.3-.2.4 0Z"/></svg>',
159
+ pg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#464655" d="M1.8 19.9h20.4c.4 0 .8-.2 1.2-.5L.6 4.6c-.4.3-.6.8-.6 1.3v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#F5F5F5" d="m2.4 11.7-.2.7h-.8v.2l.6.4-.2.7v.1l.7-.4.6.4h.1L3 13l.6-.4v-.2h-.8l-.2-.7h-.2ZM7.5 11.7l-.2.7h-.8v.2l.6.4-.2.7v.1l.7-.4.6.4h.1l-.2-.8.6-.4v-.2h-.8l-.2-.7h-.2ZM5 8.6l-.3.8H4s-.1 0 0 0l.5.5-.2.8h.1l.6-.4.6.4h.2l-.3-.8.6-.4v-.1h-.8l-.2-.8H5ZM5 16.2l-.3.8H4s-.1 0 0 0l.5.5-.2.8h.1L5 18l.6.4h.2l-.3-.8.6-.4V17h-.8l-.2-.8H5ZM6.2 14.4l-.2.4h-.4l.3.3-.1.4.4-.2.3.2V15l.3-.3h-.4l-.2-.4Z"/><path fill="#FFE15A" d="M20.5 11.6c0-.4-.3-.9-.4-1.2l.2.1-.1-.3c.2 0 .4.3.4.3-.1-.7-.3-1-.3-1l.2.1c-.3-.7-.8-1-.8-1h.3c-.4-.4-.9-.6-.9-.6l.3-.1c-.8-.5-1.7 0-1.7 0l.4-.5-.1-.1.2-.3c0-.1-.2 0-.2 0l.2-.4c0-.1-.2 0-.2 0v-.3c0-.1-.1 0-.1 0l.2-.5-1 .7c-.5.4-.4 1-.4 1.2l-.1.6c-.2.1-.5-.2-.7-.4H14.6l.4.2c.2 0 .3.2.6.4.3 0 .5.3.3.4-.2.1-.2 0-1-.2-.7-.2-1.6 1.7-1.6 1.7.5 0 .8-.4.8-.4l-.2.4c.4 0 .5-.3.5-.3v.4l.4-.4v.4c.2-.1.3-.4.3-.4v.4c.5-.2.6-.5.6-.5.5 1.4 1.1 1.6 1.1 1.6v-.3l.6.4v-.3c.7.9 1.5 1.1 1.5 1.1l-.2-.5h.2l-.3-.6h.2c-.4-.3-.6-.7-.6-.7h.3l-.2-.4.6.3v-.1c.4.2 1 .6 1.3 1.2v.6c-.4.8-1.4.8-1.8.6 0 0 1.3 1 2-.4l.1-.3.2.7c0 1.4-1.5 1.3-1.5 1.3s1.7.6 1.8-1.3a2 2 0 0 0-.5-1.3ZM19 10.2c.3 0 .5.2.5.2v-.2c.3.3.5.7.6 1l-1.1-1Z"/></svg>',
160
+ py: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#FF4B55" d="M12 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm0 3.6a1.6 1.6 0 1 1 0-3.2 1.6 1.6 0 0 1 0 3.2Z"/><path fill="#41479B" d="M12 12.7a.7.7 0 1 0 0-1.4.7.7 0 0 0 0 1.4Z"/><path fill="#FFE15A" d="m12 11.5.2.3h.3s.1 0 0 .1l-.2.2v.4l-.3-.2-.3.2V12l-.3-.2.4-.1.2-.3Z"/><path fill="#64C86E" d="M13.4 12s0-.2-.2 0v-.4s0-.2 0 0H13v-.4s-.1-.2-.1.1l-.1-.1-.1-.2s0-.1 0 0h-.1l-.2-.2s-.1 0 0 .1h-.1v.1h.3v.1h-.1s.1.2.2.1v.2s-.1-.2-.1 0l.3.2v.1s-.2-.2-.2 0l.3.2v.1l-.2-.1.1.4v.1s0-.3-.1-.2c0 0-.1.2 0 .4l-.2.1s.1-.3 0-.2l-.1.4h-.2s.1-.2 0-.2l-.2.4H11.9l-.5-.4v.2l-.2-.4v.1-.4H11V11.6l.2-.2h-.1.2l.2-.2h-.1.3l-.1-.1.3-.1h-.4l.1-.1h-.2l-.2.1V11l-.1.2v-.2l-.2.3v-.1l-.2.4v-.2.4h-.1v.4l.1.3h-.1l.3.3h-.2l.3.2.2.1.5.1.1.1a10.5 10.5 0 0 1-.2 0h-.1l.1.2.3-.1h.4a13.8 13.8 0 0 0-.2 0H12V13h.5-.1V13l.5-.1s.1-.1-.2-.1h.1s.2 0 .4-.3c0 0 0-.2-.2 0v-.2c.1 0 .2 0 .3-.3Z"/></svg>',
161
+ pe: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#F5F5F5" d="M16 4.1H8V20h8V4Z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/></svg>',
162
+ ph: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M.6 4.6c-.4.3-.6.8-.6 1.3v12.2c0 .5.2 1 .6 1.3L12 12 .6 4.6Z"/><path fill="#FF4B55" d="M.6 19.4c.4.3.8.5 1.2.5h20.4c1 0 1.8-.8 1.8-1.8V12H12L.6 19.4Z"/><path fill="#41479B" d="M22.2 4.1H1.8c-.4 0-.8.2-1.2.5L12 12h12V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#FFE15A" d="M4.3 13.3a1.3 1.3 0 1 0 0-2.6 1.3 1.3 0 0 0 0 2.6Z"/><path fill="#FFE15A" d="m4.3 12-.5-2 .5-.7.5.7-.5 2ZM4.3 12l.5 2-.5.7-.5-.7.5-2ZM4.3 12l-2 .5-.6-.5.6-.5 2 .5ZM4.3 12l2-.5.7.5-.6.5-2-.5Z"/><path fill="#FFE15A" d="m4.3 12 1.1-1.8.8-.1v.8L4.2 12ZM4.3 12l-1 1.8-.9.1.2-.8L4.3 12Z"/><path fill="#FFE15A" d="m4.3 12-1.7-1-.2-.9.9.1 1 1.8ZM4.3 12l1.8 1 .1.9-.8-.1-1-1.8ZM1.1 6.2v.5l-.4.2v.2h.5l.1.6h.2l.2-.5.5.1s.1 0 0 0L2 6.7l.3-.4c0-.1 0-.2-.1-.1l-.5.2-.4-.4s-.1 0 0 0ZM1.3 16.4v.5H.6v.2l.5.2-.1.6.5-.3.4.2c.1 0 .2 0 .1-.1l-.2-.5.4-.4h-.6l-.2-.5h-.2ZM9.5 11.2l-.3.5-.5-.2s-.1 0 0 .1l.2.4-.3.5s0 .1.1 0h.5l.3.3h.2v-.5l.5-.2V12l-.6-.2v-.5c0-.1 0-.1-.1 0Z"/></svg>',
163
+ pl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V12H0v6Z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/></svg>',
164
+ pt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h6.9V4H1.8Z"/><path fill="#FFE15A" d="M8.7 15.7a3.7 3.7 0 1 0 0-7.4 3.7 3.7 0 0 0 0 7.4Z"/><path fill="#FF4B55" d="M10 10.8v1.6a1.2 1.2 0 0 1-2.5 0v-1.6h2.4Zm.3-.9H7c-.2 0-.4.2-.4.4v2.1a2 2 0 0 0 4.2 0v-2c0-.3-.2-.5-.5-.5Z"/><path fill="#F5F5F5" d="M10 10.8v1.6a1.2 1.2 0 0 1-2.5 0v-1.6h2.4"/><path fill="#FFE15A" d="M7 10.6a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5ZM10.3 10.6a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5ZM7 12.2a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4ZM10.3 12.2a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4ZM8.7 10.6a.2.2 0 1 0 0-.5.2.2 0 0 0 0 .5ZM10 13.7a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4ZM7.5 13.7a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4Z"/><path fill="#41479B" d="M9 11.9v.4a.3.3 0 0 1-.6 0v-.4H9ZM9 11v.4a.3.3 0 0 1-.6 0v-.3H9ZM9 12.7v.4a.3.3 0 0 1-.6 0v-.4H9ZM9.7 11.9v.4a.3.3 0 0 1-.6 0v-.4h.6ZM8.2 11.9v.4a.3.3 0 0 1-.5 0v-.4h.5Z"/></svg>',
165
+ pr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v1.4h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 7.3H0v3.1h24V7.3Z"/><path fill="#FF4B55" d="M24 10.4H0v3.2h24v-3.2ZM0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-1.4H0v1.4Z"/><path fill="#F5F5F5" d="M24 13.6H0v3.1h24v-3.1Z"/><path fill="#41479B" d="m.6 19.4 11-7.1c.2-.2.2-.4 0-.6L.6 4.6c-.4.3-.6.8-.6 1.3v12.2c0 .5.2 1 .6 1.3Z"/><path fill="#F5F5F5" d="m4.2 10 .5 1.4H6c.2 0 .3.2.1.3l-1 .8.3 1.3c.1.2 0 .3-.2.2L4 13.2l-1.2.8c-.1.1-.3 0-.2-.2l.4-1.3-1.1-.8c-.2 0-.1-.3 0-.3h1.4L4 10c0-.2.3-.2.3 0Z"/></svg>',
166
+ qa: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M10.4 19.1v-.2l-2.2-.7a.1.1 0 0 1 0-.2l2.2-.7v-.2l-2.2-.6a.1.1 0 0 1 0-.2l2.2-.7v-.2l-2.2-.7a.1.1 0 0 1 0-.2l2.2-.6v-.3L8.2 13a.1.1 0 0 1 0-.2l2.2-.7V12l-2.2-.7a.1.1 0 0 1 0-.2l2.2-.6V10l-2.2-.6a.1.1 0 0 1 0-.2l2.2-.7v-.2l-2.2-.7a.1.1 0 0 1 0-.2l2.2-.6v-.2L8.2 6a.1.1 0 0 1 0-.2l2.2-.7V5l-2.5-.8H1.7C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h6l2.6-.8Z"/><path fill="#873250" d="M22.2 4.1H7.8l2.6.8v.2l-2.2.7c-.1 0-.1.2 0 .2l2.2.7v.2l-2.2.6c-.1 0-.1.2 0 .2l2.2.7v.2l-2.2.7c-.1 0-.1.2 0 .2l2.2.6v.3l-2.2.6c-.1 0-.1.2 0 .2l2.2.7v.2l-2.2.7c-.1 0-.1.1 0 .2l2.2.6v.3l-2.2.6c-.1 0-.1.2 0 .2l2.2.7v.2l-2.2.7c-.1 0-.1.1 0 .2l2.2.6v.2l-2.2.7c-.1 0-.1.2 0 .2l2.2.7v.2l-2.5.8h14.3c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/></svg>',
167
+ mk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M10.3 10.9c0-.2.2-.3.3-.4l-6-6.4H1.8c-.4 0-.8.2-1.2.5l9.7 6.3ZM10 12.2v-.4l-10-1v2.4l10-1ZM12 10h.3l1-5.9h-2.5l.9 5.9h.3ZM13.4 10.5l.3.4 9.7-6.3c-.4-.3-.8-.5-1.2-.5h-2.8l-6 6.4ZM13.7 13.1a2 2 0 0 1-.3.4l6 6.4h2.8c.4 0 .8-.2 1.2-.5l-9.7-6.3ZM14 11.8v.4l10 1v-2.4l-10 1ZM12 14a2 2 0 0 1-.3 0l-1 5.9h2.5l-.9-5.9a2 2 0 0 1-.3 0ZM10.6 13.5a2 2 0 0 1-.3-.4L.6 19.4c.4.3.8.5 1.2.5h2.8l6-6.4ZM12 13.7a1.7 1.7 0 1 0 0-3.4 1.7 1.7 0 0 0 0 3.4Z"/></svg>',
168
+ cg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M.5 19.4c.4.3.8.5 1.3.5H7L23.5 4.6c-.4-.3-.8-.5-1.3-.5H17L.5 19.4Z"/><path fill="#73AF00" d="M.5 19.4 17 4H1.8C.8 4.1 0 5 0 6v12.2c0 .5.2 1 .5 1.3Z"/><path fill="#FF4B55" d="M23.5 4.6 7 20h15.2c1 0 1.8-.8 1.8-1.8V5.9c0-.5-.2-1-.5-1.3Z"/></svg>',
169
+ ro: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#FFE15A" d="M16 4.1H8V20h8V4Z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/></svg>',
170
+ ru: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#41479B" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
171
+ rw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#FFE15A" d="M24 12H0v4h24v-4Z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-2.2H0v2.2Z"/><path fill="#FFE15A" d="m21.5 8.3 1.7-.2-1.7-.3 1.4-1-1.6.5 1-1.4-1.4 1 .4-1.7-1 1.5-.2-1.7-.3 1.7-1-1.5.5 1.7-1.4-1 1 1.4-1.7-.4 1.5.9L17 8l1.7.2-1.5 1 1.7-.4-1 1.4 1.4-1-.4 1.6.9-1.4.3 1.7.2-1.7 1 1.4-.4-1.6 1.4 1-1-1.4 1.6.4-1.4-1Zm-1.4.8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"/><path fill="#FFE15A" d="M20 8.8a.8.8 0 1 0 0-1.5.8.8 0 0 0 0 1.5Z"/></svg>',
172
+ kn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M0 15.7v1.2L19.5 4h-2L0 15.7ZM6.4 19.9 24 8.3V7.1L4.5 20h2Z"/><path fill="#464655" d="M22.2 4.1h-2.7L0 17V18c0 1 .8 1.8 1.8 1.8h2.7L24 7V6c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="m7.3 13 .9.6.9-.6c.1 0 .3 0 .2.2l-.4 1 .9.7c0 .1 0 .3-.2.3h-1l-.4 1h-.3L7.6 15h-1a.1.1 0 0 1-.2-.4l1-.6-.3-1c0-.2.1-.3.2-.2ZM15.1 7.8l.9.7 1-.6s.2 0 .1.2l-.4 1 .9.7s0 .3-.1.2h-1.1l-.4 1h-.3l-.3-1-1-.1a.1.1 0 0 1-.1-.3l.9-.6-.3-1c0-.2.1-.3.2-.2Z"/><path fill="#FF4B55" d="M24 8.3 6.4 20h15.8c1 0 1.8-.8 1.8-1.8V8.3Z"/></svg>',
173
+ ws: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M.4 12h11.2c.2 0 .4-.2.4-.4v-7c0-.3-.2-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7c0 .2.2.4.4.4Z"/><path fill="#F5F5F5" d="m5.9 9.3-.2.5h-.6s-.1.1 0 .2l.4.3-.1.6v.1l.6-.3.5.3s.1 0 0 0l-.1-.7.5-.3v-.2h-.7L6 9.3c0-.1 0-.1-.1 0ZM6 4.8l-.2.5h-.5s-.1 0 0 .1l.3.3-.1.5L6 6l.4.3v-.5l.3-.3v-.1h-.5L6 4.8ZM8.4 6.2l-.2.5h-.5l.4.4-.2.4.1.1.4-.3.4.3H9L8.8 7l.4-.3v-.1h-.6l-.1-.5h-.1ZM3.5 6.7l-.1.5h-.5c-.1 0-.1 0 0 .1l.3.3-.1.5.5-.2.4.2v-.5l.3-.3v-.1h-.5l-.2-.5h-.1ZM7.3 8.2v.3h-.4l.2.2V9l.2-.1.3.1v-.3l.2-.1v-.1h-.3l-.1-.3Z"/></svg>',
174
+ sm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#82AFFF" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V12H0v6Z"/><path fill="#B46446" d="M12 15.4s-1.7-.1-2.5-1.3c-.5-.6-.6-1.5-.3-2.6h.1c-.3 1.1-.2 2 .3 2.6.8 1 2.4 1.2 2.4 1.2Z"/><path fill="#41AA5A" d="M9.2 11v.7l.5-.5v-.6c-.3 0-.4.2-.5.5ZM10.2 14v.5c0 .2.2.3.3.4a.6.6 0 0 0-.5 0c-.2 0-.3.2-.4.4h.6c.2 0 .3-.2.4-.4v-.5c0-.2-.2-.3-.4-.4ZM9.9 13.4c-.2.2-.3.3-.3.5s0 .4.2.5a.6.6 0 0 0-.5-.2c-.2 0-.3 0-.5.2l.5.2c.2 0 .4 0 .5-.2.2 0 .3-.2.3-.4s0-.4-.2-.6ZM9.7 12.8l-.4.4v.5l-.4-.4h-.5c0 .2.2.3.4.4h.5c.2 0 .3-.1.4-.3v-.6ZM9.8 12.2c-.2 0-.4 0-.5.2l-.2.5c0-.2 0-.3-.2-.5a.6.6 0 0 0-.5-.2c0 .2 0 .4.2.5.1.2.3.2.5.2s.4 0 .5-.2c.2-.1.2-.3.2-.5Z"/><path fill="#41AA5A" d="M10 11.7h-.6c-.2.2-.3.3-.3.5v-.5a.6.6 0 0 0-.6-.3c0 .2 0 .4.2.5 0 .2.2.3.4.3h.6l.2-.5Z"/><path fill="#FFE15A" d="M10 15a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3ZM10.6 15a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2ZM9.6 14a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3ZM8.8 13a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2ZM9.4 12.4a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3ZM9.2 11.7a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2Z"/><path fill="#B46446" d="M12 15.4v-.1s1.7-.1 2.5-1.2c.5-.7.6-1.5.3-2.5.4 1 .3 1.9-.2 2.5-.8 1.2-2.5 1.3-2.6 1.3Z"/><path fill="#41AA5A" d="M14.9 11v.7a.7.7 0 0 1-.5-.5v-.6c.2 0 .4.2.5.5ZM13.9 14v.5c0 .2-.2.3-.3.4h.5c.2 0 .3.2.4.4h-.6a.6.6 0 0 1-.4-.4v-.5c0-.2.2-.3.4-.4ZM14.2 13.4l.3.5-.2.5.4-.2c.2 0 .4 0 .6.2l-.5.2c-.2 0-.4 0-.5-.2a.6.6 0 0 1-.3-.4c0-.2 0-.4.2-.6ZM14.4 12.8l.4.4v.5l.3-.4h.6c0 .2-.2.3-.4.4h-.5a.6.6 0 0 1-.4-.3v-.6ZM14.3 12.2c.1 0 .3 0 .5.2l.2.5c0-.2 0-.3.2-.5l.5-.2c0 .2 0 .4-.2.5-.2.2-.3.2-.5.2s-.4 0-.5-.2a.6.6 0 0 1-.2-.5Z"/><path fill="#41AA5A" d="M14.1 11.7h.6l.3.5v-.5l.5-.3v.5l-.5.3h-.6a.6.6 0 0 1-.3-.5Z"/><path fill="#FFE15A" d="M14.1 15a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3ZM13.5 15a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2ZM14.4 14a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3ZM15.3 13a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2ZM14.7 12.4a.1.1 0 1 0 0-.3.1.1 0 0 0 0 .3ZM14.9 11.7a.1.1 0 1 0 0-.2.1.1 0 0 0 0 .2Z"/><path fill="#8CD7FF" d="M12.8 11h-1.5c-.5 0-.8.4-.8.9v1.3c0 .5.3.8.8.8h1.5c.4 0 .8-.3.8-.8v-1.3c0-.5-.4-.8-.8-.8Z"/><path fill="#F5F5F5" d="M12.3 12.2v.2H12v-.2H12v.2h-.2v-.2 1.6h.5v-1.6ZM12 11.7l.2.1v-.3H12c-.1.3.1.6.1.6v-.4ZM13.1 12.5v.2H13v-.2.2h-.2v-.2h-.1v1.6h.5V13h.1v-.4ZM13 12v.1c.2 0 .1-.2.1-.3 0 0-.3-.1-.4 0l.2.6s-.1-.4 0-.4ZM11.4 12.5v.2h-.1v-.2H11v.2H11v-.2h-.1v1.6h.5V13h.1v-.4ZM11.2 12l.1.1c.2 0 .2-.2.1-.3 0 0-.3-.1-.4 0l.2.6V12Z"/><path fill="#6EC86E" d="m13.4 14-.4-.2-.4.1a.8.8 0 0 0-1.2 0 .8.8 0 0 0-.3 0h-.4c.2.5.7 1.1 1.3 1.4.7-.3 1.2-1 1.4-1.4Z"/><path fill="#FFE15A" d="M12 8.4ZM12 8.4ZM13.6 9.1c0-.2-.4-.3-.8-.3s-.5-.3-.5-.3h-.5s-.2.3-.5.3c-.4 0-.8 0-.8.3s.3.7.3.7l.3-.2s-.4-.4-.2-.5c.2-.1.7 0 .9-.3V9c.1.2 0 .4 0 .4h.4V9c0-.1.1-.2 0-.2.3.3.8.2 1 .3.2.1-.2.5-.2.5l.3.2s.4-.4.3-.7ZM12.2 7.6H11.8V8h.2v-.2h.1v-.2Z"/><path fill="#FFF0E1" d="M12 8.3a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4Z"/><path fill="#FFC75A" d="M10.9 11.4h.2c.3 0 .4 0 .4-.4 0-.2-.2-.4-.4-.4H11c-.3 0-1 .3-1 1.4-.3 1.7 1 3.1 2 3.5v-.2s-2.3-1.8-1.1-3.9Z"/><path fill="#FFC75A" d="m11 10.7 1 .4-1 .3v-.7Z"/><path fill="#FFE15A" d="m13 11.4-1-.3 1-.4v.7ZM10 12c.2-1 .7-1.2 1-1.3.2 0 .4.2.4.3 0 .2-.1.3-.3.3 0 0 .1-.2 0-.2-.2 0-.3 0-.3.2 0 .1.1.2.3.2.2 0 .4-.2.4-.4 0-.3-.2-.5-.4-.5H11c-.3 0-1 .3-1 1.4-.3 1.7 1 3.1 2 3.5v-.2l-.5-.3a3.4 3.4 0 0 1-1.4-3Z"/><path fill="#FFC75A" d="M13.2 11.4H13c-.3 0-.4 0-.4-.4 0-.2.2-.4.4-.4h.1c.3 0 1 .3 1 1.4.3 1.7-1 3.1-2 3.5v-.2s2.3-1.8 1.1-3.9Z"/><path fill="#FFC75A" d="m13 10.7-1 .4 1 .3v-.7Z"/><path fill="#FFE15A" d="M14 12c-.1-1-.7-1.2-.9-1.3-.3 0-.4.2-.4.3 0 .2.1.3.2.3l.1-.2c.1 0 .3 0 .3.2 0 .1-.1.2-.3.2-.2 0-.5-.2-.5-.4a.5.5 0 0 1 .6-.5c.3 0 1 .3 1 1.4.3 1.7-1 3.1-2 3.5v-.2l.5-.3c.8-.6 1.5-1.8 1.4-3ZM12 11.2a.2.2 0 1 0 0-.3.2.2 0 0 0 0 .3Z"/><path fill="#FFC75A" d="M13.2 9.7v-.2h-.3v-.2c-.2 0-.3.2-.3.2l-.1-.3c-.2 0-.2.2-.2.2 0-.2-.3-.3-.3-.3s-.2 0-.2.3c0 0 0-.2-.2-.2l-.2.3s0-.2-.2-.2v.3l-.3-.1v.2h-.3l.3.3h2.3l.3-.2h-.3Z"/><path fill="#FFE15A" d="m13.2 10-.2.3h-2L11 10c0-.2.5-.4 1.1-.4.7 0 1.2.2 1.2.4Z"/><path fill="#FFC75A" d="M12 10.6c.6 0 1-.2 1-.4 0-.1-.4-.3-1-.3-.5 0-1 .2-1 .3 0 .2.5.4 1 .4ZM12.3 8.4s-.1-.2-.3-.1c-.1-.1-.2 0-.2.1l-.1.1s0 .2.2 0l.1.2.2-.1h.2l-.1-.2Z"/><path fill="#B46446" d="M11.7 16.4v-.1l.3-.7h.1l-.3.7Z"/><path fill="#B46446" d="m12.4 16.4-.4-.7v-.1h.1l.3.7Z"/><path fill="#F5F5F5" d="M13.5 15.8c-1 .2-2 .2-3 0V15c1 .3 2 .3 3 0v.7Z"/><path fill="#F5F5F5" d="M11.4 15.5c-.6.2-1.3.2-2 .1l.6.4s-.5.2-.4.3l1.8-.1v-.7ZM12.7 15.5c.6.2 1.3.2 2 .1l-.6.4.4.3-1.8-.1v-.7Z"/></svg>',
175
+ sa: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M5 9.5c0 .2.2.3.3.3.2 0 .3-.1.3-.3v-.9h.2v.9a.3.3 0 0 0 .4.3h.1v1.4a.2.2 0 1 0 .3 0V9.6h.7c.2-.2.3-.4.2-.6l-.1-.4h.1v-.3L7 8a.2.2 0 0 0-.2.2l.3.8v.2H6.5c0-.5 0-1-.2-1.4a.2.2 0 1 0-.3.1l.2 1.4-.2.1v-.9a.4.4 0 0 0-.8 0v.8L5 8.6c0-.1 0-.2-.2-.2l-.1.2.2.9Z"/><path fill="#F5F5F5" d="m5.3 8.1.1-.2v-.1a.2.2 0 1 0-.3 0v.1c0 .1 0 .2.2.2ZM7 8a.2.2 0 1 0 0-.4.2.2 0 1 0 0 .3ZM5.8 10l-.8.6a.2.2 0 1 0 .2.3l.8-.5a.2.2 0 1 0-.2-.3Z"/><path fill="#F5F5F5" d="m8 10.4.1.1.3.1.3-.1h.4l.3-.6-.2-.2-.2.2v.3l-.1-.2a.2.2 0 0 0-.4 0l-.1.3v-.2A.2.2 0 0 0 8 10v.1l-.2-2c0-.2-.1-.2-.2-.2l-.1.2.1 2.2-.4-.2c-.2 0-.4.1-.5.3v.5h.6c0 .2-.2.4-.3.5-.1.2-.3.3-.5.3l-.3-.1c-.2-.2-.2-.6-.2-.6 0-.1 0-.2-.2-.2l-.1.2s0 .5.2.8a.7.7 0 0 0 .6.2c.3 0 .5-.1.8-.3l.3-.9c0 .6-.3 1.2-.8 1.5-.1.1-.4.2-.8 0s-.3-.6-.3-.6a.2.2 0 1 0-.4 0s0 .6.6 1h.5l.6-.1c.6-.4 1-1.1 1-1.8v-.3Zm-1 .1.3-.2.1.1c-.2.2-.3.2-.3.1Z"/><path fill="#F5F5F5" d="m5.4 12-.3.1v-.5a.2.2 0 0 0-.3-.1v.7c0 .2.2.3.3.3.2 0 .3-.2.3-.2V12ZM8.4 9l.9-.6a.4.4 0 0 0-.2-.8c-.2 0-.4.2-.4.4s0 .3.2.3l-.6.5a.2.2 0 0 0 0 .3ZM9 8V8 8ZM9 9h-.3v.5l.3.1h.2a.2.2 0 1 0 0-.3H9v-.4ZM10.8 8.3A.2.2 0 0 0 11 8v-.3a.2.2 0 0 0-.2 0l-.1.3v.2ZM9.8 8.2a.2.2 0 0 0 .3 0L10 8v-.2a.2.2 0 1 0 0-.3c-.2 0-.3.2-.4.3l.2.4ZM8.5 10.9a.2.2 0 0 0 0 .3v.2a.2.2 0 1 0 .4 0c0-.5-.3-.5-.4-.5ZM11.3 10.2c.2 0 .3 0 .5-.2a.2.2 0 1 0-.3-.2h-.2a.2.2 0 0 0-.3.2s.1.2.3.2ZM14 9a.2.2 0 0 0-.2.2s0 .2.2.2.3 0 .4-.2A.2.2 0 0 0 14 9Z"/><path fill="#F5F5F5" d="m13.8 12-.1-1.9.6 1.2a.2.2 0 0 0 .3-.1c-.2-.6-.6-1.3-1-1.8 0-1-.2-1.5-.2-1.5l-.2-.1s-.1 0 0 .2v.8l-.3-.5A.2.2 0 1 0 13 8l-.5-.2a.2.2 0 0 0-.2.1H12c-.1 0-.2 0-.2.2l.1.5c.1.2.2.4 0 .5l-.1.1-.3-.4V8l-.2-.1c-.1 0-.2 0-.1.2L11 9l-.3.2c-.2-.2-.2-.7-.1-1a.2.2 0 0 0-.2-.2c-.3 0-.4.3-.5.6l-.2.4-.1-.5s0-.2-.2-.2l-.1.2c0 .4 0 .8.4.8.3 0 .4-.3.5-.5 0 .2 0 .4.2.5l.3.2a.6.6 0 0 0 .6-.3l.3.2h.1l.4-.1h.2l.3-.2a.2.2 0 0 0-.2-.2h-.2v-.5l-.2-.3h.3l1 1.3V12a.2.2 0 0 0 .4 0ZM14 8.4a.2.2 0 1 0 .3 0L14 8a.2.2 0 0 0-.3.1l.1.4Z"/><path fill="#F5F5F5" d="m13.2 12-.2.1-.1.1V12a.2.2 0 0 0-.2-.2l-.4.4a.2.2 0 1 0 .3.2v.2a.3.3 0 0 0 .3 0l.4-.2-.1-.3Z"/><path fill="#F5F5F5" d="M13.1 10.7H12c.5-.2.7-.3.8-.5v-.4l-.5-.2c-.2 0-.4.3-.5.7l-1 .4c0-.6-.3-1-.3-1a.2.2 0 1 0-.3.1s.3.5.3 1.2c0 .8-.6 1.4-1 1.4-.2 0-.2-.3-.3-.5.4-.2.7-.5.8-.8.1-.4 0-.7-.1-.9a.2.2 0 1 0 .2-.2c0-.1-.3-.3-.4-.2 0 0-.2 0-.2.3l.1.2c0 .2.2.4 0 .7 0 .2-.2.4-.4.6H9l-.1.1-1 .7a.2.2 0 0 0 0 .3l1-.6c.1.3.3.6.6.6.4 0 .9-.3 1.1-.8l.1.1c.4.5 1.2.5 1.3.5a.2.2 0 0 0 0-.3l-.2-.1v-.2c0-.2.6-.4 1.2-.4h.1l.2-.6a.2.2 0 0 0-.2-.2Zm-.7-.7h.1c0 .1-.1.2-.4.2.1-.2.2-.2.3-.2Zm-1 2.1a1 1 0 0 1-.4-.3c-.2-.1-.2-.3-.2-.6.3 0 .9 0 1 .2l-.4.4v.3ZM14.9 8.4l-.2-.5a.2.2 0 0 0-.3 0l.3 3.6c0 .3-.4.7-1 1a.2.2 0 0 0 .1.3c.6-.3 1.3-.8 1.3-1.3a93.4 93.4 0 0 0-.2-3.1ZM16.3 9.9a.2.2 0 0 0 .2-.2v-.3s.2 0 .2-.2l-.2-.1h-.2l-.1.2-.2-.2a.2.2 0 1 0-.2.3l.5.5ZM16.6 10l-.6.5a.2.2 0 0 0 .2.2l.6-.4a.2.2 0 1 0-.2-.3ZM16.6 10.6v.5a.2.2 0 0 0 .3 0l-.1-.5h-.2Z"/><path fill="#F5F5F5" d="m18 11.8.2-.1v-.8c0 .3.2.5.3.7a.2.2 0 1 0 .3-.1 9 9 0 0 0-.7-1.3 35.9 35.9 0 0 0-.2-1.6l.1-.2.1.5a.2.2 0 1 0 .3 0 1 1 0 0 0 0-.6H18l-.3-.4a.2.2 0 0 0-.3.1l.3 1.6-.4-.5a62.7 62.7 0 0 0 0-.9l-.1-.3a.2.2 0 0 0-.3 0 53.2 53.2 0 0 1-.2.3V8l-.4-.2a.2.2 0 0 0-.2.2l.9 1.2a13.1 13.1 0 0 1 0 2.5l-.5-.4c0-.1-.1-.2-.2-.1-.2 0-.2.2-.4.5 0 .3-.2.6-.3.7l-.2-.6h.2l.1-.1a107.7 107.7 0 0 0-.2-3.3l-.1-.5a.2.2 0 0 0-.3 0l.3 3.8-.2-.2-.1.2c0 .4.1 1 .4 1H15.8c.2-.2.3-.6.4-.9l.1-.2c.2.2.4.5.7.5 0 0 .3 0 .3-.3v-2l.4.5.1 1.4.2.1Z"/><path fill="#F5F5F5" d="M19.2 11a85 85 0 0 0-.2-2.7l-.3-.4a.2.2 0 0 0-.3.1l.5 3c0 .5 0 1-.3 1.3l-.6.2-.1.1.1.2h.1c.3 0 .6-.1.8-.3.3-.4.4-.9.3-1.5ZM17.4 12v.3a.2.2 0 0 0 .3.3V12h-.3ZM16.9 15.6h-1.2v-.1a.2.2 0 1 0-.3 0v.1H6.7c.4.4 1 .5 1.5.5h7.2v.4l.2.1h1.3a.5.5 0 0 0 0-1Zm0 .7h-1.2V16H17l-.1.2Z"/></svg>',
176
+ sn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H8V4H1.8Z"/><path fill="#FFE15A" d="M16 4.1H8V20h8V4Z"/><path fill="#FF4B55" d="M22.2 4.1H16V20h6.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="m12.1 9.6.5 1.7h1.8s.1.1 0 .2l-1.4 1 .6 1.7s-.1.1-.2 0l-1.4-1-1.4 1c0 .1-.2 0-.2 0l.6-1.7-1.4-1c-.1 0 0-.2 0-.2h1.8l.5-1.7h.2Z"/></svg>',
177
+ rs: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#FFE15A" d="M8.1 9.4h-3v-.8h3.1v.8Z"/><path fill="#FFD350" d="M5.1 9.2v.2h3v-.2h-3Z"/><path fill="#FFE15A" d="M6.7 6.9h-.1v.5-.5Z"/><path fill="#FFE15A" d="M6.8 7h-.4v.1h.4ZM8.1 8.9 8 8.7l.3-.7v-.1h-.1l-1.5-.3h-.1L5 7.8H5V8l.2.7a.1.1 0 1 1-.2.1l-.3-.7v-.3l.3-.2 1.6-.2a8 8 0 0 1 1.6.2c.1 0 .2 0 .3.2V8l-.3.7Z"/><path fill="#FFE15A" d="m6.6 8.8-.1-.2v-1a.1.1 0 1 1 .2 0v1.2Z"/><path fill="#FFE15A" d="M7.5 8.9c-.1 0-.2-.1-.1-.2l.1-.7v-.2l-.8-.2h-.1l-.8.2V8.7a.1.1 0 1 1-.2 0l-.1-.6c0-.2 0-.5.2-.5l.9-.2 1 .2.2.5-.2.7h-.1Z"/><path fill="#FFD350" d="M5 8.8h3.2v-.2H5v.2Z"/><path fill="#FF4B55" d="m4.3 9.4-.2.1v4.3a2.5 2.5 0 1 0 5 0V9.5L9 9.4H4.3Z"/><path fill="#F5F5F5" d="m6.9 13.5.2-.6h-1l.3.6-.6 2s.3.3.8.3.9-.2.9-.2l-.6-2.1Z"/><path fill="#FFE15A" d="M5.7 14h-.2l.5-.8-.2-.2-.6 1.1h-.6v.2H5l-.3.3.1.2.3-.2-.1.3.2.1.3-.7h.4V14Z"/><path fill="#F5F5F5" d="m5.8 10.6-.6-.3a.2.2 0 0 1-.1-.2v-.2a.1.1 0 0 0-.3-.1 2 2 0 0 0-.4 1.3v2.6s.5 0 1-.8l.4-.2-.3.8.5.1.4-.5-.6-2.5Z"/><path fill="#FFE15A" d="M7.5 14h.2l-.4-.8.2-.2.6 1.1h.5v.2h-.3l.4.3-.2.2-.3-.2.2.3-.3.1-.2-.7h-.4V14Z"/><path fill="#F5F5F5" d="m7.5 10.6.6-.3s.1-.1 0-.2v-.2a.1.1 0 0 1 .3-.1c.3.4.5.8.5 1.3v2.6s-.6 0-1-.8l-.4-.2.2.8-.5.1-.4-.5.7-2.5Z"/><path fill="#FFE15A" d="M5.9 9.8h-.6l.1.2.5.1-.3.1H6l-.1-.4ZM7.4 9.8H8l-.2.2-.4.1.2.1h-.4l.2-.4Z"/><path fill="#F5F5F5" d="M7.5 9.7h-.6l-.3.5-.2-.4-.6-.1h-.1l.3.7-.2.2H7.5l-.3-.2.3-.6v-.1Z"/><path fill="#FFBE50" d="M6.6 8.9a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4Z"/><path fill="#41479B" d="M6.6 9.2h.2L6.6 9l-.1.1.1.1Z"/><path fill="#FF4B55" d="M5.9 9.2H6L6 9l-.2.1.2.1Z"/><path fill="#41479B" d="M5.1 9.2h.2c0-.1 0-.2-.2-.2l-.1.1.1.1ZM8 9.2h.2L8.1 9l-.2.1.2.1Z"/><path fill="#FF4B55" d="M7.4 9.2h.1L7.4 9l-.2.1.2.1Z"/><path fill="#FFBE50" d="M7.5 8.9a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4ZM8.2 8.9a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4ZM5.8 8.9a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4ZM5 8.9a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4Z"/><path fill="#41479B" d="M6.8 7.6a.2.2 0 1 0-.4 0h.4Z"/><path fill="#FF4B55" d="M6.6 13.2a1 1 0 0 1-1-1v-1.6h2v1.6c0 .5-.5 1-1 1Z"/><path fill="#A54B50" d="M7.5 10.6v1.6a.9.9 0 0 1-1.7 0v-1.6h1.7Zm.1-.1h-2V12.2a1 1 0 0 0 2 0V10.5Z"/><path fill="#F5F5F5" d="M6.4 13a.9.9 0 0 0 .4 0v-2.4h-.4v2.5Z"/><path fill="#F5F5F5" d="M7.5 11.6H5.8v.4h1.7v-.4Z"/></svg>',
178
+ sc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 19.9h20.4c1 0 1.8-.8 1.8-1.8v-3.5l-23 5c.2.2.5.3.8.3Z"/><path fill="#41479B" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 .4.1.7.4 1L8 4.1H1.8Z"/><path fill="#FFE15A" d="m8 4.1-7.6 15 .1.2L16 4.1H8Z"/><path fill="#FF4B55" d="M22.2 4.1H16L.5 19.3l.3.2L24 9.4V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="m1 19.7 23-5V9.3L.8 19.5l.2.2Z"/></svg>',
179
+ sl: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
180
+ sg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#F5F5F5" d="M0 12h24v7.4c0 .3-.2.5-.4.5H.4a.4.4 0 0 1-.4-.5V12ZM3.4 8c0-1.3 1-2.4 2.3-2.6v-.1h-1a2.9 2.9 0 1 0 1 5.7v-.2A2.7 2.7 0 0 1 3.4 8Z"/><path fill="#F5F5F5" d="m5.7 8.8-.1.4h-.4l.3.3-.1.4.4-.2.3.2v-.4l.3-.2v-.1h-.5v-.4h-.2ZM7.6 8.8v.4H7l.3.3-.1.4.4-.2.3.2s.1 0 0 0v-.4l.3-.2v-.1h-.4l-.2-.4ZM6.7 5.8l-.1.4h-.4v.1l.3.2-.2.4s0 .1.1 0l.3-.2.4.3v-.5l.2-.2h-.4l-.1-.5h-.1ZM5.2 7l-.2.3h-.3s-.1.1 0 .1l.2.3V8c-.1 0 0 .1 0 .1l.3-.2.3.2h.1l-.1-.4.3-.3h-.4L5.3 7h-.1ZM8.2 7l-.1.3h-.4v.1l.3.3-.1.3v.1l.4-.2.3.2v-.4l.2-.3h-.4L8.3 7h-.1Z"/></svg>',
181
+ sx: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#41479B" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V12H0v6Z"/><path fill="#F5F5F5" d="m.6 19.4 11-7.1c.2-.2.2-.4 0-.6L.6 4.6c-.4.3-.6.8-.6 1.3v12.2c0 .5.2 1 .6 1.3Z"/><path fill="#FFE15A" d="M4.2 11.7a1.3 1.3 0 1 0 0-2.6 1.3 1.3 0 0 0 0 2.6Z"/><path fill="#8CD7FF" d="M5.8 11.6v.5c.1.6.2 1.1-.4 1.3a3 3 0 0 1-.5.1l-.7.2-.6-.2a3 3 0 0 1-.5 0c-.6-.3-.5-.8-.5-1.4v-.5a5 5 0 0 0-.1-1.4H4.2v.1h1.2l.6-.1-.2 1.4Z"/><path fill="#FF4B55" d="M6 11.6c0-.8.3-1.6.3-1.6L6 10s-.2.2-.6.2H3c-.4 0-.6-.2-.6-.2l-.2.1s.3.8.2 1.6v.5c0 .6-.1 1.3.6 1.5l.6.2c.6 0 .6.2.6.2l.7-.2.6-.2c.7-.2.7-1 .6-1.5v-.5Zm-.2 0v.5c.1.6.2 1.1-.4 1.3a3 3 0 0 1-.5.1l-.7.2-.6-.2a3 3 0 0 1-.5 0c-.6-.3-.5-.8-.5-1.4v-.5a5 5 0 0 0-.1-1.4H4.2v.1h1.2l.6-.1-.2 1.4Z"/><path fill="#F5F5F5" d="M5.4 13v-.7h-.2v-.5h.2l-.9-.6v-.3h.2l-.5-.3-.4.3H4v.3l-1 .6h.2v.5H3v.2h.1V13h2.4V13h-.1Z"/><path fill="#41AA5A" d="M3 11v.2c.1 0 .2 0 .2-.2V11h-.1ZM3.2 11l.1.2v-.4l-.1.2ZM3.4 10.9h.2l-.1-.2h-.2l.1.2Z"/><path fill="#41AA5A" d="m3.5 10.8.1-.2h-.2l-.1.2h.2ZM3 10.8l.1-.1H3v.2H3Z"/><path fill="#41AA5A" d="M3 10.7s.2.1.2 0l-.1-.1h-.3l.2.1Z"/><path fill="#FFE15A" d="M3.4 10.8h-.2v.1h.1Z"/><path fill="#F5F5F5" d="M3.2 10.9v-.1Z"/><path fill="#FFE15A" d="M3.2 10.8H3h.1Z"/><path fill="#F5F5F5" d="M3 10.8Z"/><path fill="#FFE15A" d="M3.4 10.7h-.2.1Z"/><path fill="#F5F5F5" d="M3.3 10.7Z"/><path fill="#FFE15A" d="M3.2 10.6H3h.1Z"/><path fill="#F5F5F5" d="M3.1 10.6ZM5 11.2h.7l-.3-.2V10.4c-.2 0-.2.2-.2.4v.2l-.3.2Z"/><path fill="#FFE15A" d="M4.2 14.9A2.9 2.9 0 0 1 1.4 12h.5a2.3 2.3 0 0 0 4.7 0H7c0 1.6-1.3 2.9-2.9 2.9Z"/><path fill="#C87878" d="M5.3 9.5h-.5v-.2h-.6v.2h-1a.1.1 0 1 0 0 .2h.4v.2h.7v-.2h1a.1.1 0 1 0 0-.2Z"/></svg>',
182
+ sk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#41479B" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#FF4B55" d="M6.1 15.9c-.1 0-3-1.7-3-4.3V8h6.2v3.5c0 2.6-2.9 4.2-3 4.3H6Z"/><path fill="#F5F5F5" d="M7.8 11H6.5v-.5h.2l.8.1-.1-.4.1-.5-.8.2h-.2v-.2l.2-1-.5.1-.4-.1v1.2h-.1l-.8-.2.1.5v.4H5.8v.5h-.3l-1-.1.1.4-.1.5 1-.2h.3v1.5h.6v-1.5H7l1 .2-.2-.5.1-.4Z"/><path fill="#41479B" d="M6.2 12.6a1 1 0 0 0-1 .6 1 1 0 0 0-1 1C5 15.2 6 16 6 16h.2s1.1-.7 2-1.7c0-.5-.5-1-1-1h-.1a1 1 0 0 0-1-.6Z"/><path fill="#F5F5F5" d="M9.1 8.3v3.3c0 2.5-2.9 4.1-2.9 4.1s-2.9-1.6-2.9-4.1V8.3h5.8Zm.4-.4H3V11.6c0 2.7 3 4.4 3.1 4.5l.2.1.2-.1c.1 0 3.1-1.8 3.1-4.5V7.9Z"/></svg>',
183
+ si: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#41479B" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#41479B" d="M8 7.4s0 2.6-.4 3.4c-.5.9-1 1.2-1.6 1.4-.7-.2-1.2-.5-1.6-1.4-.4-.8-.5-3.4-.5-3.4a5 5 0 0 1 4.2 0Z"/><path fill="#F5F5F5" d="M6.6 11H6.3l-.3.1h-.3l-.1-.1h-.2l-.3.1.9.6c.3-.1.6-.3.8-.6h-.2ZM5 10.6H5.3l.3-.1h.2l.2.1h.2l.2-.1h.3l.2.1H7l.2-.1.1-.2-.6-1-.2.4-.5-1-.5 1-.2-.5-.6 1v.3H5ZM7.1 10.7l-.2.1h-.3l-.2-.1h-.1l-.3.1h-.3l-.1-.1h-.2l-.3.1H5l.1.1h1.9l.2-.2Z"/><path fill="#FFE15A" d="M6 8V8h.2l-.1.1v.1l-.1.1v-.1h-.2v-.2H6V8H6ZM5.3 7.3v.2h.2v.2h-.4l.1-.1v-.1l.1-.2ZM6.7 7.3v.2h.1v.2H6.4v-.2h.1v-.2Z"/><path fill="#FF1722" d="M7.8 7.3a11.6 11.6 0 0 1-.4 3.4c-.4.8-.8 1-1.4 1.3-.7-.3-1-.5-1.4-1.3-.3-.6-.4-2.4-.4-3.2v-.2h-.3a26 26 0 0 0 .5 3.5c.4.9.9 1.2 1.6 1.4.7-.2 1.1-.5 1.6-1.4L8 9.5l.2-2.1-.3-.1Z"/></svg>',
184
+ sb: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M23.4 4.6.6 19.4c.4.3.8.5 1.2.5h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-.5-.2-1-.6-1.3Z"/><path fill="#FFE15A" d="M24 4.6c0-.3-.2-.5-.4-.5h-.7L0 19.1v.3c0 .3.2.5.4.5h.7L24 4.9v-.3Z"/><path fill="#F5F5F5" d="m2 5.4-.1.7h-.7c-.1 0-.1 0 0 .1l.5.4-.2.7s0 .1 0 0l.6-.3.6.4h.1l-.2-.8.6-.4v-.1h-.8l-.2-.7h-.1ZM7.4 5.4l-.2.7h-.7s-.1 0 0 .1l.5.4-.2.7s0 .1.1 0l.6-.3.6.4-.2-.8.6-.4v-.1h-.7l-.3-.7ZM4.7 7.8l-.2.7h-.7v.1l.5.4-.2.7s0 .1.1 0l.6-.3.6.4s.1 0 0-.1L5.4 9l.5-.4c.1 0 0-.1 0-.1h-.7l-.2-.7h-.2ZM2 10.2l-.1.6h-.7c-.1 0-.1.1 0 .2l.5.4-.2.7.6-.4.6.4h.1l-.2-.7.6-.4v-.2h-.8l-.2-.6h-.1ZM7.4 10.2l-.2.6h-.7s-.1.1 0 .2l.5.4-.2.7H7l.6-.4.6.4-.2-.7.6-.4v-.2h-.7l-.3-.6Z"/></svg>',
185
+ so: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="m11.9 9-.7 2.1H9c-.1 0-.2.2 0 .3l1.7 1.3-.7 2c0 .2.1.3.2.2l1.8-1.2 1.8 1.2.2-.1-.7-2.1 1.8-1.3v-.2h-2.3L12.1 9c0-.1-.2-.1-.2 0Z"/></svg>',
186
+ za: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M0 7v10l6.6-5L0 7Z"/><path fill="#FF4B55" d="M22.2 4.1H3.3l7.5 5.8H24V6c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M3.3 19.9h18.9c1 0 1.8-.8 1.8-1.8v-4H10.8l-7.5 5.8Z"/><path fill="#73AF00" d="M2.7 4.1h-.9C.8 4.1 0 5 0 6v.3L7.3 12 0 17.8v.3c0 1 .8 1.8 1.8 1.8h.9l7.8-6.2H24v-3.4H10.5L2.7 4.1Z"/><path fill="#F5F5F5" d="M4 4.1H2.7l7.8 6.2H24v-.8H10.8L4 4.1Z"/><path fill="#FFE15A" d="M0 6.2v1.1L6 12l-6 4.7v1L7.3 12 0 6.2Z"/><path fill="#F5F5F5" d="m10.5 13.7-7.8 6.2H4l6.8-5.4H24v-.8H10.5Z"/></svg>',
187
+ kr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M14.3 8.6a4.1 4.1 0 0 0-5.7 1.1A2 2 0 1 0 12 12a2 2 0 0 1 3.4 2.3c1.3-2 .8-4.5-1.1-5.7Z"/><path fill="#41479B" d="M8.6 9.7A2 2 0 1 0 12 12a2 2 0 0 1 3.4 2.3 4.1 4.1 0 1 1-6.8-4.6Z"/><path fill="#464655" d="m16.4 7 .8 1.1-.1.3-.2.1h-.3L16 7.4V7l.2-.2h.3ZM17.6 8.7l.7 1.2v.3h-.5L17 9.1v-.3l.3-.1h.3ZM17.2 6.5l2 2.8-.1.3-.2.1h-.3l-2-2.9.1-.3.2-.1h.3ZM18 6l.8 1-.1.3-.2.2h-.3l-.7-1.2V6l.2-.1h.3ZM19.2 7.7l.7 1.1v.3l-.2.1h-.3L18.6 8v-.3h.3c0-.2.2-.1.3 0ZM6.2 13.8l2 2.8-.1.3-.2.2h-.3l-2-3 .1-.2.2-.2h.3ZM5.4 14.3l.8 1.1v.3l-.3.2-.3-.1-.7-1.1v-.3l.2-.1h.3ZM6.6 16l.7 1.2v.3l-.2.1h-.3L6 16.3l.1-.3.2-.1h.3ZM4.6 14.9l2 2.8-.1.3-.2.1H6l-2-2.9.1-.3.2-.1h.3ZM5.7 9.9l1.9-3h.3l.2.2v.3l-1.9 2.8h-.5a.2.2 0 0 1 0-.3ZM4.9 9.3l1.9-2.8c0-.1.2-.2.3-.1l.2.1v.3L5.4 9.7H5v-.4ZM4 8.8l2-2.9h.5v.4L4.6 9.2h-.3l-.2-.1a.2.2 0 0 1 0-.3ZM15.9 16.6l.7-1c0-.2.2-.2.3-.1h.2c0 .2.1.3 0 .4l-.7 1.1h-.5c0-.1-.1-.3 0-.4ZM17 15l.8-1.2h.5v.3l-.7 1.2h-.3l-.2-.1a.2.2 0 0 1 0-.3ZM16.7 17.2l.7-1.1c0-.1.2-.2.3-.1l.2.1v.3l-.7 1.1c0 .1-.2.2-.3.1l-.2-.1a.2.2 0 0 1 0-.3ZM17.8 15.4l.8-1c0-.2.2-.2.3-.1h.2v.4l-.7 1.1h-.5a.2.2 0 0 1 0-.4ZM17.5 17.7l.7-1.1h.5c.1.1.1.3 0 .4l-.7 1c0 .2-.2.2-.3.1h-.2a.2.2 0 0 1 0-.4ZM18.6 16l.8-1.1c0-.1.2-.2.3-.1l.2.1v.3l-.7 1.1c0 .1-.2.2-.3.1l-.2-.1a.2.2 0 0 1 0-.3Z"/></svg>',
188
+ ss: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><g clip-path="url(#a)"><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M24 14.6H0v3.5c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8v-3.5Z"/><path fill="#FF4B55" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#F5F5F5" d="m4.5 11 .2.5.6-.2-.2.6.4.4-.6.2v.6l-.5-.4-.4.4v-.6l-.7-.2.5-.4-.3-.5h.6l.3-.5ZM24 9.1H0v.7h24v-.7ZM24 14.2H0v.7h24v-.7Z"/><path fill="#41479B" d="M11 11.8.5 4.6c-.4.3-.6.8-.6 1.3v12.2c0 .5.2 1 .6 1.3L11 12.2c.1-.1.1-.3 0-.4Z"/><path fill="#FFE15A" d="m3.4 10 1 1 1.2-.5c.1-.1.3 0 .2.2l-.6 1.2 1 1s0 .3-.2.2L4.6 13 4 14.1h-.3l-.2-1.4-1.3-.2a.2.2 0 0 1 0-.4l1.1-.6-.2-1.3c0-.2.2-.3.3-.1Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0V0Z"/></clipPath></defs></svg>',
189
+ es: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#C8414B" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-1.5H0V18ZM22.2 4.1H1.8C.8 4.1 0 5 0 6v1.5h24V6c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFD250" d="M24 7.4H0v9.2h24V7.4Z"/><path fill="#C8414B" d="m10.1 12 .4-1.6c0-.1 0-.3-.2-.3H10l-.2.3.3 1.6Z"/><path fill="#F5F5F5" d="M10.6 11.2h-.9v3.5h.9v-3.5Z"/><path fill="#FAB446" d="M10.8 10.8H9.5v.4h1.3v-.4Z"/><path fill="#C8414B" d="M10.8 12H8.7v.4h2V12ZM10.8 13.7l-1.3-.5v-.4l1.3.4v.5ZM4 12l.3-1.6-.2-.3h-.3c-.1 0-.3.2-.2.3l.3 1.6Z"/><path fill="#F5F5F5" d="M5.4 10.8c-.2 0-.4.1-.4.4v2.7c0 .5.4 1.4 2 1.4s2.1-1 2.1-1.4v-2.7c0-.3-.2-.4-.4-.4H5.4Z"/><path fill="#C8414B" d="M7 12.8H5v-1.6c0-.3.2-.4.4-.4H7v2ZM7 12.8h2.1v1a1 1 0 0 1-2 0v-1Z"/><path fill="#FAB446" d="M5 12.8h2v1a1 1 0 0 1-2 0v-1Z"/><path fill="#C8414B" d="M6.6 14.7v-1.9h-.4v2l.4-.1ZM5.8 14.9v-2h-.4v1.8l.4.2Z"/><path fill="#FFB441" d="M6.6 12H5.4v.4h1.2V12Z"/><path fill="#FAB446" d="M6.6 11.2H5.4v.4h1.2v-.4Z"/><path fill="#FAB446" d="M6.4 11.4h-.8v.8h.8v-.8Z"/><path fill="#F5F5F5" d="M4.3 11.2h-.8v3.5h.8v-3.5Z"/><path fill="#FAB446" d="M4.6 14.5H3.3v.4h1.3v-.4ZM4.6 10.8H3.3v.4h1.3v-.4Z"/><path fill="#5064AA" d="M4.8 14.9H3v.4h1.7V15Z"/><path fill="#FAB446" d="M11 14.5H9.7v.4H11v-.4Z"/><path fill="#5064AA" d="M11 14.9H9.3v.4H11V15Z"/><path fill="#FAB446" d="M8.3 10.3H5.8v.5h2.5v-.5Z"/><path fill="#FFB441" d="M7.2 9.1h-.4v1.2h.4V9.1Z"/><path fill="#F5F5F5" d="M6.6 9.7a.6.6 0 1 1 0-1.2.6.6 0 0 1 0 1.2Zm0-.8a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4Z"/><path fill="#F5F5F5" d="M7.4 9.7a.6.6 0 1 1 0-1.2.6.6 0 0 1 0 1.2Zm0-.8a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4Z"/><path fill="#F5F5F5" d="M8.3 10.1a.6.6 0 1 1 0-1.2.6.6 0 0 1 0 1.2Zm0-.8a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4ZM5.8 10.1a.6.6 0 1 1 0-1.2.6.6 0 0 1 0 1.2Zm0-.8a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4Z"/><path fill="#FAB446" d="M8.3 13.7v.2a.2.2 0 0 1-.4 0v-.2h.4Zm.4-.5H7.4v.7a.6.6 0 0 0 1.3 0v-.7Z"/><path fill="#FFA0D2" d="M8 12.4a.4.4 0 0 1-.3-.4v-.4a.4.4 0 0 1 .8 0v.4c0 .2-.2.4-.4.4Z"/><path fill="#5064AA" d="M7 13.4a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2Z"/><path fill="#FAB446" d="M7.2 8.3h-.4v1.2h.4V8.3Z"/><path fill="#C8414B" d="m5.8 10.3-.4-.4.2-.2a2 2 0 0 1 2.8 0l.3.2-.4.4H5.8Z"/><path fill="#FFD250" d="M7 10.1a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4ZM6.2 10.1a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4ZM7.9 10.1a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4Z"/><path fill="#C8414B" d="M5.4 12h-2v.4h2V12ZM3.3 13.7l1.3-.5v-.4l-1.3.4v.5Z"/></svg>',
190
+ lk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFD250" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8ZM7.4 18.2c0 .2-.1.4-.4.4H1.7a.4.4 0 0 1-.5-.4V5.8c0-.2.2-.4.5-.4H7c.3 0 .4.2.4.4v12.4Zm15.4 0c0 .2-.2.4-.5.4H9.1a.4.4 0 0 1-.4-.4V5.8c0-.2.2-.4.4-.4h13.2c.3 0 .5.2.5.4v12.4Z"/><path fill="#963C3C" d="M22.3 5.4H9.1c-.2 0-.4.2-.4.4v12.4c0 .2.2.4.4.4h13.2c.3 0 .5-.2.5-.4V5.8c0-.2-.2-.4-.5-.4Z"/><path fill="#5AA587" d="M1.7 5.4c-.3 0-.5.2-.5.4v12.4c0 .2.2.4.5.4h2.6V5.4H1.7Z"/><path fill="#FF7350" d="M7 5.4H4.3v13.2H7c.3 0 .4-.2.4-.4V5.8c0-.2-.1-.4-.4-.4Z"/><path fill="#FFD250" d="m18.4 15.3.2-.4.2-.2h-.3v-.5a3 3 0 0 1-.3-.3c-.3-.3-.6-.4-.9-.4 0 .3.2.5.3.7l.2.2c.2.4.1 1 .1 1 0 .1-.2.3-.4.3H17v.2h.7c.2.1.4 0 .4 0h.3v-.6Z"/><path fill="#FFD250" d="m20.3 9.5-.1.1H20l-.5-.2c-.4-.3-1-.8-1.6-.8-.7-.1-1.3 0-1.5.5-.1.4.2.8.2.8v.5l.2-.2.4.1.4.1h1.2l.4-.1c.3 0 .7.1.7.3 0 .1.1.3-.2.6-.6.4-3.3.2-3.4.2l.1.1v.2h-.3V12l-.5-.1-.3.2-.2-.4-.1.3H15l-.1-.2-.3.2-.1-.2-.3.2v-.3h-.3l.1-.5-.2.2c-.3.2-.5.4-.7.8-.2.3-.3.7 0 1.2 0 .4.4.6.9.8v-.8h.1v1.1c.2.3.3.5.2.7 0 .3-.4.4-.7.3l-.3.1V15.9h.2c.2.1.4 0 .4 0h.8c.2-.2 0-.5 0-.5l.1-.1c.3 0 .4-.2.5-.3-.1 0-.2 0-.3-.2l.1-.5c.3-.4.5-1 .5-1.3.1.2 0 .7-.2 1l.7-.2.8-.3c.5-.2 1 0 1.3.3l.7.5.3.2c.3.2.3.4.3.6v.1c0 .3-.3.4-.4.4-.2 0-.4 0-.4.2h.2l.1.2.3-.1H20v-.2l-.1-.4c0-.1 0-.2.2-.3.2-.1.2-.2.2-.3-.1 0-.3 0-.4-.3-.1-.2 0-.6.1-1l.2-.7c.2-.7-.3-1.2-.3-1.2.3-.4.5-.6.4-.8 0-.3-.3-.5-.4-.5h-2l-.2-.1v-.2l-.2.1h-.1v-.4c-.2-.1-.3 0-.4 0 0 .1 0 .1 0 0a.4.4 0 0 1-.2-.3s0-.2.2-.3h.2l.2.1V9l.1-.1c.2 0 .3 0 .4.2v.4c.3-.1.3-.4.3-.4.3 0 .4.2.4.4l.1-.1h.1l.4.3v-.2c-.1 0-.1 0 0 0 0-.1 0-.1 0 0l.3.1.5.3h.5v-.3h-.2ZM12.8 10.4l1 .1v.1h.3l-.2-.1s-.5 0-.9-.2l-.2-.1v.2ZM14.3 9.4v.1c-.1 0 0 0 0 .1 0 0 .1 0 0-.1Z"/><path fill="#FFD250" d="m13.6 11 .2.1H14.1v.5h.1v.3c.2-.1.2-.3.2-.3h.1l.1.3.2-.2h.1l.1.1.2-.3.2.4.3-.2.4.2v-.3h.2v-.2h-.7l-.4-.2v.2H15l-.2-.2-.2.2h-.1l-.1-.3.2.1.2-.1s.2 0 .3.2V11h.1l.4.2v-.1H16.3V11c-.1 0-.3 0-.4-.2v.2h-.1l-.2-.2v.2h-.1s-.2 0-.3-.2H15.4v-.1l.3.1.1-.1.5.3v-.4l-.4-.3v.2h-.2l-.2-.2v.2h-.1l-.2-.1v.2H15l-.2-.1v.1c-.1 0-.3 0-.4-.2 0-.1 0-.1.1 0h.5v-.2h.2l.2.1V10h.1l.2.2V10h.1l.5.5-.1-1v-.1l.2-.3-.8.4v.2h-.5v.1l-.6-.1-.2.2h-.1l-.1-.3.1-.2.4.1.3.2v-.2h.6-.1v-.1s.6 0 .9-.3H16a.7.7 0 0 0-.4-.3l-.2.2a.5.5 0 0 0-.5-.2L15 9c-.4-.3-.6-.2-.7-.1V9c0 .3-.9.3-1 .3H13V9H12.8v.3c0 .3.3.5.5.7l.1-.1.2.2V9.9h.1c0 .2.4.6.6.8l-.7.1v-.1l-.7-.2-.1.3H13v.2h.2l.2.1V11h.1ZM12.8 14.2c.3.2.5 0 .6-.1a1.4 1.4 0 0 1-.6-1s-.4-.2-.6-.5l-.1.3V13.6l.1.3h.4c0 .2.1.2.2.3ZM11.6 12.5h-.3v.6l.1.1h.5v-.4s.1 0 0-.1v-.1c.1 0 .2 0 .2-.2l-.5.1ZM12.2 8c-.3.2-.8.7-.9 1.8v2c.1.1 0 .2 0 .2h.5v-.2c0-2.3.2-3.4.4-3.7Z"/><path fill="#FFD250" d="M12.2 12 12 12c-.1 0 0 0 0 .1v.1h-.7v-.2H11v.2c0 .2.2.3.6.3.2 0 .4 0 .5-.2v-.1ZM11.6 13.6H12v-.1h-.3v-.1h-.3v.1h.2v.1l-.1.3v.5h-.2l.2.1v.1l-.1.1h.2V15l.2-.2h.2l-.1-.2.2-.2h-.2c-.2-.2-.1-.4 0-.5l-.2-.3ZM10.4 7.3c0-.5-.1-1.4-.5-1.4-.2 0-.3.1-.3.2h-.2v.1s-.3.2-.1.5l.6.3h.3l.2.3Z"/><path fill="#464655" d="m9.9 5.8-.4.1h-.2V6.2c-.2 0-.3.3-.1.5 0 .2.4.3.7.4h.2c.2.1.3.3.3.4h.2s0-1.7-.7-1.7Zm0 1.2-.6-.3c-.2-.3 0-.5 0-.5V6h.2l.4-.2c.4 0 .5.9.5 1.4l-.2-.2-.3-.1Z"/><path fill="#FFD250" d="M21 7.3c0-.5.2-1.4.6-1.4.2 0 .3.1.3.2h.2v.1s.2.2 0 .5l-.6.3h-.2l-.3.3Z"/><path fill="#464655" d="M20.9 7.5h.1l.3-.3.3-.1c.2 0 .6-.2.7-.4.1-.2 0-.4-.1-.5V6H22l-.4-.2c-.7 0-.7 1.6-.7 1.7Zm.4-.4c-.1 0-.2 0-.3.2 0-.5.2-1.4.6-1.4.2 0 .3.1.3.2h.2v.1s.2.2 0 .5l-.6.3h-.2Z"/><path fill="#FFD250" d="M21 16.7c0 .5.2 1.4.6 1.4.2 0 .3-.1.3-.2h.2v-.1s.2-.2 0-.5l-.6-.3h-.2a.8.8 0 0 1-.3-.3Z"/><path fill="#464655" d="m21.6 18.2.4-.1h.2V17.8c.1 0 .2-.3 0-.5 0-.2-.4-.3-.6-.4h-.3a.8.8 0 0 1-.3-.4H21s0 1.7.7 1.7Zm0-1.2.6.3c.1.3-.1.5-.1.5v.1h-.2s-.1.2-.3.2c-.4 0-.5-.9-.6-1.4l.3.2.2.1Z"/><path fill="#FFD250" d="M10.4 16.7c0 .5-.1 1.4-.5 1.4a.4.4 0 0 1-.3-.2h-.2v-.1s-.3-.2-.1-.5l.6-.3h.3l.2-.3Z"/><path fill="#464655" d="M10.6 16.5h-.2c0 .1-.1.3-.3.3l-.2.1c-.3 0-.6.2-.7.4-.2.2 0 .4 0 .5v.2h.3l.4.2c.7 0 .7-1.6.7-1.7Zm-.4.4s.2 0 .2-.2c0 .5-.1 1.4-.5 1.4a.4.4 0 0 1-.3-.2h-.2v-.1s-.3-.2-.1-.5l.6-.3h.3Z"/><path fill="#464655" fill-rule="evenodd" d="M20.6 9.5c0-.1-.1-.2-.3-.2l-.2.1v.1l-.4-.2c-.4-.3-1-.8-1.7-.9-.5 0-1 0-1.4.4l-.2.2v.3l.2.7c-.1.2 0 .5.2.5l.1-.1h.4l.4.2 1.2-.1h.4c.3-.1.6 0 .6.2l-.2.4c-.5.4-3 .2-3.3.2v.1s2.8.2 3.4-.2c.3-.3.3-.5.2-.6 0-.2-.4-.3-.7-.3H19c-.4.1-.8.2-1.2.1l-.4-.1c-.2 0-.3-.1-.4 0h-.1s-.2-.1 0-.3c0-.1-.4-.5-.3-1 .2-.3.8-.5 1.5-.4.6 0 1.2.5 1.6.8l.5.3.1-.2H20.5v.2l-.2.2H20l-.5-.4-.3-.2v.3a1 1 0 0 1-.4-.4l-.2.2c0-.2 0-.4-.3-.5h-.1c0 .1 0 .4-.2.5l-.1-.4-.4-.2-.1.3h-.2c0-.1-.1-.1-.2 0l-.2.2c0 .2 0 .3.2.4 0 0 .2-.2.5-.1l-.2.2.1.2h.1l.2-.1v.2l.3.1h1.8c.2 0 .5.2.5.5 0 .2 0 .4-.4.7v.1s.5.5.3 1.1c0 .3 0 .5-.2.7-.1.5-.2.9-.1 1.1.1.3.3.3.4.3 0 0 0 .2-.2.3l-.2.3v.4c.1 0 .2.2.1.3l-.2-.1h-1.1c0-.2.2-.2.3-.3h.1c.1 0 .4 0 .4-.4v-.1c0-.2 0-.4-.3-.6l-.3-.2-.7-.5c-.3-.4-.8-.5-1.3-.3-.3 0-.5.2-.8.3l-.7.3.3-1.2h-.1c0 .3-.2 1-.5 1.3-.1.2-.2.5 0 .6 0 .1 0 .2.2.2l-.5.3v.6H13.8s-.2.1-.4 0h-.2v-.3h.3c.3 0 .7 0 .7-.4l-.1-.7-.1-.5v-.6H14v.8c-.5-.2-.8-.4-1-.8-.2-.5 0-1 0-1.2l.8-.8h-.1c-.2.1-.5.3-.7.8l-.2.8-.7-.6.1-.1.1-.2c0-.2-.1-.3-.2-.3H12a10.7 10.7 0 0 1 .3-3.9s-1 .3-1 2v1.9h-.4v.3c0 .2.1.3.3.3V13.2l.1.1h-.2v.3l.3.1-.1.1v.4H11v.3l.1.1v.2h.2l.1.3h.1l.2-.2h.2V14.5l.1-.1v-.3h-.2v-.5h.1c0 .2.2.3.2.3H12.5l.3.3.2.1c.2 0 .4-.2.5-.3a2.3 2.3 0 0 0 .5.3v.2l.2.6c0 .2-.4.2-.6.2l-.3.1-.2.4.1.1h.3c.1.1.3 0 .4 0h.9c.2-.2.2-.5.1-.6.4-.1.6-.5.6-.5h-.1l-.3-.1.1-.5h.1l.9-.4.8-.3h.2c0 .3.2.5.3.7l.2.2.1.9-.3.1-.4.1-.2.3.1.1h.8c.2.1.3 0 .4 0h.7c.2.1.3 0 .4 0H20v.1h.2v-1c.2 0 .3-.2.3-.3v-.2h-.1s-.2 0-.3-.2c-.1-.2 0-.6.2-1l.2-.7c0-.6-.2-1-.3-1.2.3-.3.4-.6.3-.9 0-.3-.3-.5-.5-.5h-2.1v-.3h-.3l.1-.2v-.1c-.2-.2-.5 0-.6 0v-.4h.2v.2h.2l.2-.4.2.1v.5h.1c.3 0 .4-.2.4-.4.2.1.2.4.2.4h.1l.2-.1c.2.3.5.4.5.4V9.4l.1.1.5.3h.5l.2-.1v-.3Zm-2.3 6.3h.2v-.5l.1-.4.2-.2h-.3v-.5a3 3 0 0 1-.3-.3c-.3-.3-.6-.4-.9-.4 0 .3.2.5.3.7l.2.2c.2.4.1 1 .1 1 0 .1-.2.3-.4.2l-.4.1v.2h1.1Zm.6-1.1-.2.3-.1.3V15.6l.4-.1a1.3 1.3 0 0 0 .1 0c.1 0 .2 0 .2-.3V15c0-.1 0-.3-.2-.4l-.3-.2h-.1v-.1l-.2.2.2.1h.2Zm-6.7-.9h.1c.1 0 .2 0 .3.2l.2.2c.3.2.5 0 .6-.2a1.4 1.4 0 0 1-.6-.8l-.6-.6-.1.2v.8l.1.2Zm-.4.6c-.2-.2-.1-.4 0-.5l-.2-.3H12v-.2h-.6v.1h.2v.1l-.1.3v.5h-.2s0-.1 0 0l.2.1v.1l-.1.1h.2V15l.2-.2h.2l-.1-.2.2-.2c0-.1 0-.1 0 0h-.1Zm.2-1.7V12.4h-.7v.7l.1.1a.6.6 0 0 0 .3 0h.2v-.4s.1 0 0-.1Zm-1-.6c0 .2.2.3.6.3.2 0 .4 0 .5-.2V11.9h-.2v.2h-.6v-.2H11v.2Zm.4 0h.4v-.3c0-2.4.2-3.4.4-3.7-.3.1-.8.5-.9 1.7v2c.1 0 0 .2 0 .2Z" clip-rule="evenodd"/><path fill="#464655" fill-rule="evenodd" d="m16.6 8.8-.1-.2a.5.5 0 0 1-.4.3.9.9 0 0 0-.3-.3h-.2l-.1.2c-.2-.3-.5-.2-.5-.2h-.1v.2c-.5-.3-.8 0-.8 0V9l-.9.2v-.1a.3.3 0 0 0-.5-.1c-.1.1-.1.3 0 .4 0 .4.3.6.5.8h-.1c-.1-.1-.3-.2-.4-.1l-.1.2.1.2-.1.3v.1h.3v.2h.4l.2.2V11l.2.2v.1c.2 0 .2-.1.3-.2 0 .1 0 .3-.2.5H14.2v.3h.1l.3-.2v.2h.1l.3-.2v.2h.1l.2-.3.1.3h.1l.3-.1.5.1v-.3h.3v-.2h-.2V11h.1V9.3l.1-.3.1-.3ZM13.5 11V11h.1l.2.1s.2-.1.2 0h.1l-.1.5h.1c0-.1 0-.1 0 0h.1v.2l.2-.2h.1l.1.3.2-.2h.1l.1.1.2-.3.2.4.3-.2.3.1v-.2H16.4l-.1-.2-.5-.1v.2h-.1l-.4-.3v.2H15l-.3-.2-.3.2-.1-.3V11l.1.2c.2 0 .2-.2.2-.2h.1l.2.3.1-.2.5.2v-.1h.6V11c-.2 0-.3 0-.4-.2v.1H15.4v.1h-.1s-.2 0-.3-.2H15.4v-.1l.3.1v-.1h.1l.5.2v-.3l-.5-.3v.2a1 1 0 0 1-.3-.2v.2h-.1l-.2-.1v.2H15l-.3-.1v.1H14.4l-.1-.2c0-.1 0-.1.1 0h.2v-.1h.1l.2.2V10h.2l.1.1.1-.2h.1l.2.2V10h.1l.5.5v-.9l-.1-.1v-.1l.1-.2.1-.1-.9.4h.1v.1H15v.2c-.2 0-.3 0-.5-.2v.2h-.2a.2.2 0 0 1-.2-.1v-.1l.1-.2.3.1.2.1h.2v-.2l.2.1h.4-.1v-.1l.4-.1c.2 0 .3-.2.5-.3H16a.7.7 0 0 0-.5-.2v.2h-.2a.5.5 0 0 0-.4-.2L15 9h-.1c-.3-.3-.5-.2-.6-.2V9c-.1.3-.9.3-1 .3H13V9H12.8V9.4c0 .3.3.5.5.7V10l.3.1V10h.1c0 .2.4.6.6.8h-.1a2 2 0 0 0-.6.1v-.1l-.8-.2v.3H13v.2h.2c0-.1 0 0 0 0l.2.1Zm.4-.7-.9-.1s-.2-.2-.3-.1l.1.2 1 .1v.1h.3l-.2-.2Zm0 0-.2-.3v.2h.1Zm-.5-.1h.1Zm.8-.7h.2v-.1h-.2v.1Z" clip-rule="evenodd"/></svg>',
191
+ lc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#3CC8FF" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#464655" d="M12 5.4 6.2 18.6h11.6L12 5.4Z"/><path fill="#F5F5F5" d="m12 7.4 4.5 10.4h-9L12 7.4Zm0-2L6.2 18.6h11.6L12 5.4Z"/><path fill="#FFE15A" d="M6.2 18.6 12 12l5.8 6.6H6.2Z"/></svg>',
192
+ vc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M18.6 4.1H5.4V20h13.2V4Z"/><path fill="#73AF00" d="M22.2 19.9c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8h-3.6V20h3.6Z"/><path fill="#4173CD" d="M1.8 19.9h3.6V4H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#73AF00" d="m9 11.8 1.3 2.7 1.4-2.7L10.3 9 9 11.8ZM12.3 11.8l1.4 2.7 1.3-2.7L13.7 9l-1.4 2.7ZM10.7 15l1.3 2.7 1.3-2.7-1.3-2.7-1.3 2.7Z"/></svg>',
193
+ sd: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#464655" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#73AF00" d="m.6 19.4 9-7.2c.2-.1.2-.3 0-.4l-9-7.2c-.4.3-.6.8-.6 1.3v12.2c0 .5.2 1 .6 1.3Z"/></svg>',
194
+ sr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 7H0v1.7h24V7ZM24 15.3H0V17h24v-1.7Z"/><path fill="#C8414B" d="M24 8.7H0v6.6h24V8.7Z"/><path fill="#FFE15A" d="m11.9 9.5-.6 1.8h-2v.2l1.6 1.1-.6 1.8c0 .1 0 .2.2.1l1.5-1 1.5 1c.1.1.2 0 .2 0l-.6-1.9 1.6-1.1v-.2h-2l-.6-1.8c0-.1-.2-.1-.2 0Z"/></svg>',
195
+ sz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V17H0v1ZM22.2 4.1H1.8C.8 4.1 0 5 0 6V7h24V6c0-1-.8-1.9-1.8-1.9Z"/><path fill="#FF4B55" d="M24 7H0v10h24V7Z"/><path fill="#FFE15A" d="M24 6.6H0v.8h24v-.8ZM24 16.6H0v.8h24v-.8ZM21 12.4H3a.2.2 0 1 1 0-.5h18c.2 0 .3 0 .3.2s-.1.3-.3.3Z"/><path fill="#F5F5F5" d="m17.5 11.4 1-.4.8.4-.9.4-.9-.4Z"/><path fill="#FFE15A" d="M17.8 11.2H4.5a.2.2 0 1 0 0 .3h13.3a.2.2 0 0 0 0-.3Z"/><path fill="#F5F5F5" d="m18.5 10.5.9-.4.9.4-1 .4-.8-.4Z"/><path fill="#FFE15A" d="M18.7 10.3H5.5a.2.2 0 1 0 0 .3h13.2a.2.2 0 0 0 0-.3Z"/><path fill="#F5F5F5" d="M12 8.8A6.1 6.1 0 0 0 6.6 12c1.1 2 3.1 3.2 5.4 3.2 2.3 0 4.3-1.3 5.3-3.2-1-2-3-3.2-5.3-3.2Z"/><path fill="#464655" d="M6.6 12a6.1 6.1 0 0 0 6.5 3.1c-.3-.6-1.2-.6-1.3-.8 0-.3.8-.2 1-.4 0-.2-.9-.3-1-.5 0-.2.5-.3.5-.7l.4-.6c.2-.2-.2-.2-.3-.9 0-.6-.6-.7-.8-1.2-.3-.6.1-1 .4-1.2A6.1 6.1 0 0 0 6.6 12Z"/><path fill="#F5F5F5" d="M8.9 10.9h-.3v1H9v-1ZM9.4 10.9h-.2v1h.2v-1ZM10 10.9h-.3v1h.2v-1ZM10.4 10.9h-.2v1h.2v-1ZM11 10.9h-.3v1h.3v-1ZM11.5 10.9h-.3v1h.3v-1ZM8.9 12.4h-.3v1H9v-1ZM9.4 12.4h-.2v1h.2v-1ZM10 12.4h-.3v1h.2v-1ZM10.4 12.4h-.2v1h.2v-1ZM11 12.4h-.3v1h.3v-1ZM11.5 12.4h-.3v1h.3v-1Z"/><path fill="#464655" d="M12.8 10.9h-.3v1h.3v-1ZM13.3 10.9H13v1h.3v-1ZM13.8 10.9h-.3v1h.3v-1ZM14.3 10.9h-.2v1h.2v-1ZM14.8 10.9h-.2v1h.2v-1ZM15.3 10.9h-.2v1h.2v-1ZM12.8 12.4h-.3v1h.3v-1ZM13.3 12.4H13v1h.3v-1ZM13.8 12.4h-.3v1h.3v-1ZM14.3 12.4h-.2v1h.2v-1ZM14.8 12.4h-.2v1h.2v-1ZM15.3 12.4h-.2v1h.2v-1Z"/><path fill="#245DBD" d="M20 11.8c-.3.5-.9.6-.5 1.8l.1-.2s.2.5.6.8c0 0 .5-.4.6-1.1h.2s-.1-1.2-1-1.3Z"/><path fill="#FF4B55" d="m20.7 12.8-.5-.3v-.1s.3 0 .5.3v.1ZM20.6 13.4l-.4-.4V13l.4.4ZM20.2 14v-.7.7ZM19.8 13.3v-.1l.1-.4h.1c0 .3-.2.5-.2.5ZM19.6 12.9v-.2l.3-.3s0-.1 0 0c0 0 .1 0 0 0 0 .2-.3.4-.3.4Z"/><path fill="#245DBD" d="M3.9 12c-.2.4-.7.5-.4 1.5l.1-.2.5.7s.4-.4.5-1l.1.1s0-1-.8-1Z"/><path fill="#FF4B55" d="m4.5 12.8-.4-.3.4.2v.1ZM4.4 13.3 4 13v-.1s.2 0 .3.3v.1ZM4 13.8v-.6h.1v.6ZM3.7 13.3V13l.2-.3-.1.4ZM3.6 12.8l.2-.4H4c0 .3-.3.4-.3.4Z"/></svg>',
196
+ se: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M24 10.8H10V4H7.3v6.7H0v2.4h7.4V20H10v-6.7H24v-2.4Z"/></svg>',
197
+ ch: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M16.6 10.3h-3V7.4c0-.2-.1-.4-.4-.4h-2.4c-.3 0-.5.2-.5.4v3H7.4c-.2 0-.4.1-.4.4v2.4c0 .3.2.5.4.5h3v2.9c0 .2.1.4.4.4h2.4c.3 0 .5-.2.5-.4v-3h2.9c.2 0 .4-.1.4-.4v-2.4c0-.3-.2-.5-.4-.5Z"/></svg>',
198
+ sy: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#464655" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#73AF00" d="m7 10.5.4 1h1c.2 0 .3.2.2.3l-1 .6.4 1c0 .2-.1.3-.2.2l-1-.6-.8.6c-.1.1-.3 0-.2-.1l.3-1-.9-.7.1-.3h1.1l.4-1c0-.2.2-.2.2 0ZM17.2 10.5l.4 1h1c.2 0 .3.2.2.3l-1 .6.4 1c0 .2 0 .3-.2.2L17 13l-.9.6c-.1.1-.2 0-.2-.1l.3-1-.9-.7.1-.3h1.1l.4-1c0-.2.2-.2.2 0Z"/></svg>',
199
+ tw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#41479B" d="M.4 12h11.2c.2 0 .4-.2.4-.4v-7c0-.3-.2-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7c0 .2.2.4.4.4Z"/><path fill="#F5F5F5" d="M4.5 8c0-.3.2-.7.5-1l-1.3-.3s-.1 0 0 0l.9 1-1.3.3v.1l1.3.4-1 .8.1.2L5 9c-.3-.3-.5-.6-.5-1ZM5 7a1.5 1.5 0 0 1 2 0l.4-1.2s0-.1-.1 0l-1 .8-.2-1.2h-.2l-.3 1.2-.9-.9h-.1L5 7ZM7 9.1a1.5 1.5 0 0 1-2 0l-.4 1.3h.1l1-.9.2 1.3h.2l.3-1.3.9 1 .1-.1L7 9Z"/><path fill="#F5F5F5" d="m8.7 8-1.3-.3 1-1h-.1L7 7a1.5 1.5 0 0 1 0 2.1l1.3.4s.1-.1 0-.2l-.9-.8L8.7 8V8Z"/><path fill="#F5F5F5" d="M6 9.2A1.2 1.2 0 1 0 6 7a1.2 1.2 0 0 0 0 2.3Z"/></svg>',
200
+ tj: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#FFCD5A" d="m10.6 13.5.4-.4c.3.2.5.2.7.1l.3-.3.3.3h.7l.4.3h.7v-.2h-.7c-.2-.1-.2-.3-.2-.3v-.2l-.2.1c-.2.2-.4.2-.6.1-.2 0-.3-.2-.3-.3v-.8a.3.3 0 0 1 .3-.2h.2c0-.3-.3-.5-.6-.5s-.5.2-.6.5h.1a.3.3 0 0 1 .4.2v.8l-.3.3H11l-.1-.2v.2l-.3.3H10v.2h.6Zm1-2 .4-.2c.2 0 .3.1.4.3l-.4.1-.3-.1ZM10.3 14.1v.2c.5-.2 1-.2 1.7-.2.6 0 1.2 0 1.6.2V14l-1.6-.2c-.6 0-1.3 0-1.7.2Z"/><path fill="#FFCD5A" d="M12 13.7c.1 0 .2 0 .3-.2H12l-.1-.2-.1.2h-.2l.3.2ZM11.1 13.8l.2-.2h-.1l-.2-.2v.2h-.2l.3.2ZM13 13.4l-.2.2h-.1l.2.2.3-.1-.2-.1v-.2ZM12 9.8v.2h-.3l.2.2-.1.2.2-.1.2.1v-.2l.1-.1V10h-.2v-.2H12ZM10.8 10.1v.2h-.3l.2.2-.1.2h.4v-.2l.1-.1H11V10h-.1ZM10 11l-.1.2h-.3l.2.2v.2l.1-.1.2.1v-.2l.2-.1v-.1H10V11ZM9.6 12.2v.2h-.3l.2.2v.2c-.1 0 0 0 0 0l.1-.1h.2c0 .1 0 0 0 0v-.1l.1-.2h-.2v-.2h-.1ZM13.2 10.1v.2h.3l-.2.2.1.2H13v-.2l-.1-.1h.2V10h.1ZM14 11l.1.2h.3l-.2.2v.2l-.1-.1-.2.1v-.2l-.2-.1v-.1h.3V11ZM14.4 12.2v.2h.3l-.2.2v.2c.1 0 0 0 0 0l-.1-.1h-.2c0 .1 0 0 0 0v-.1l-.1-.2h.2v-.2h.1Z"/></svg>',
201
+ tz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M1.8 4.1C.8 4.1 0 5 0 6v10.2l18.2-12H1.8Z"/><path fill="#4173CD" d="M22.2 19.9c1 0 1.8-.8 1.8-1.8V7.9l-18.2 12h16.4Z"/><path fill="#FFE15A" d="M22.2 4.1H18L0 16v2.2c0 1 .8 1.8 1.8 1.8H6L24 8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#464655" d="M22.2 4.1h-2L0 17.4v.7c0 1 .8 1.8 1.8 1.8h2L24 6.6V6c0-1-.8-1.8-1.8-1.8Z"/></svg>',
202
+ th: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-.7H0v.7ZM22.2 4.1H1.8C.8 4.1 0 5 0 6v.7h24V6c0-1-.8-1.8-1.8-1.8Z"/><path fill="#41479B" d="M24 9.1H0v5.8h24V9.1Z"/></svg>',
203
+ tg: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v1.4h24V5.9c0-1-.8-1.8-1.8-1.8ZM24 10.4H0v3.2h24v-3.2Z"/><path fill="#FFE15A" d="M24 7.3H0v3.1h24V7.3Z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-1.4H0v1.4Z"/><path fill="#FFE15A" d="M24 13.6H0v3.1h24v-3.1Z"/><path fill="#FF4B55" d="M.4 13.6h8.7c.2 0 .4-.2.4-.4V4.6c0-.3-.2-.5-.4-.5H1.8C.8 4.1 0 5 0 6v7.3c0 .2.2.4.4.4Z"/><path fill="#F5F5F5" d="M4.7 6.4 4 8.2H2v.2l1.5 1-.5 1.9s0 .2.1.1l1.6-1 1.5 1 .2-.1-.6-1.8 1.5-1.1c.1-.1 0-.2 0-.2h-2L5 6.4c0-.1-.2-.1-.2 0Z"/></svg>',
204
+ tk: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FFE15A" d="M22.3 17.4H5.8a.4.4 0 0 1 0-.8h16.5l.5.4-.5.4ZM22.6 16.1H5.8s6.6-7.4 12.8-9c0 0-2 5.3 3 8.6h1a.2.2 0 1 1 0 .4Z"/><path fill="#F5F5F5" d="m5 13.7.2.5h.5c.1 0 .1.1 0 .2l-.3.3.1.4v.1L5 15l-.4.3h-.1l.1-.5-.4-.3v-.2h.6l.1-.5h.2ZM5 7.1l.2.4h.4v.1l-.3.3.1.4-.4-.2-.3.2h-.1l.1-.4-.3-.3h.4L5 7ZM2 9.5v.4h.5v.1l-.3.3.1.4-.4-.2-.3.2h-.1v-.4l-.2-.3h.4l.1-.5H2ZM7.3 9.4v.3h.4l-.2.2v.3s0 .1 0 0H7c0 .1 0 0 0 0V10l-.2-.1v-.1H7l.1-.3Z"/></svg>',
205
+ to: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M1.8 19.9h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8Z"/><path fill="#F5F5F5" d="M.4 12h8.7c.2 0 .4-.2.4-.4v-7c0-.3-.2-.5-.4-.5H1.8C.8 4.1 0 5 0 6v5.7c0 .2.2.4.4.4Z"/><path fill="#FF4B55" d="M7.9 7H5.8V5h-2v2H1.6v2.1h2v2h2v-2H8v-2Z"/></svg>',
206
+ tt: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M.5 4.6 17 20h1.2L1.3 4.2c-.3 0-.5.2-.8.4ZM23.5 19.4 7 4H5.8l16.9 15.7c.3 0 .5-.2.8-.4Z"/><path fill="#464655" d="m1.2 4.1 17 15.8h4.6L5.8 4H1.2Z"/></svg>',
207
+ tn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M12 7.9a4.1 4.1 0 1 1 0 8.2A4.1 4.1 0 0 1 12 8Z"/><path fill="#FF4B55" d="M12.8 14.3A2.3 2.3 0 1 1 14 10s.1 0 0 0c-.5-.6-1.2-.9-2-.9a2.9 2.9 0 1 0 2 5c.1 0 0-.1 0-.1l-1.2.3Z"/><path fill="#FF4B55" d="m12.6 10.4.6.8 1-.3c.2 0 .3.1.2.2l-.6 1 .6.8c.1.1 0 .3-.1.2l-1-.3-.7.9-.3-.1v-1.1l-1-.3a.1.1 0 0 1 0-.3l1-.4v-1c0-.2.2-.2.3-.1Z"/></svg>',
208
+ tr: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="m11.9 10.6.6.8 1-.3h.1l-.6 1 .6.8v.1l-1-.3-.7.9-.1-1.1-1-.3V12l1-.3v-1.1ZM8.3 15.3a3.3 3.3 0 1 1 1.8-6c.1 0 .2-.1.1-.2a4.1 4.1 0 0 0-3-1.2 4.1 4.1 0 1 0 3.1 7c0-.1 0-.2-.2-.2-.5.4-1.1.6-1.8.6Z"/></svg>',
209
+ tm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FF4B55" d="M7.4 4.1h-4V20h4V4Z"/><path fill="#F5F5F5" d="m7 6-.8.6H4.6L3.7 6v-.7l.9-.6h1.6l.8.6V6Z"/><path fill="#73AF00" d="m7 11.7-.8.7H4.6l-.9-.7V11l.9-.7h1.6l.8.7v.7ZM7 8.8l-.8.7H4.6l-.9-.7v-.7l.9-.7h1.6l.8.7v.7ZM7 14.6l-.8.7H4.6l-.9-.7V14l.9-.7h1.6l.8.7v.7Z"/><path fill="#FFB400" d="m3.3 6.2.8.8-.8.9V6.2ZM7.4 7.9 6.6 7l.8-.8V8ZM3.3 9.1l.8.8-.8.9V9ZM7.4 10.8l-.8-.9.8-.8v1.7ZM3.3 12l.8.8-.8.9V12ZM7.4 13.7l-.8-.9.8-.8v1.7ZM3.3 14.9l.8.8-.8.9v-1.7ZM7.4 16.6l-.8-.9.8-.8v1.7ZM3.3 4.1h.8l-.8.9V4ZM7.4 5 6.6 4h.8V5ZM5.6 7.4h-.4v2.1h.4v-2Z"/><path fill="#FF4B55" d="M6.2 8.3H4.6v.4h1.6v-.4Z"/><path fill="#FFB400" d="m6.6 7.8-.4-.4v2.1l.4-.3V7.8ZM4.1 9.2l.5.3v-2l-.5.3v1.4ZM5.4 4.6h-.8l-.9.6v.4h1.7v-1ZM5.4 6.6h.8L7 6v-.3H5.4v1Z"/><path fill="#FF4B55" d="m5.4 6.2-.8-.6.8-.6.8.6-.8.6Z"/><path fill="#73AF00" d="m5.4 6.2.8-.6h-.8v.6ZM5.4 5.6V5l-.8.6h.8Z"/><path fill="#FF4B55" d="M6.2 10.8H4.6V12h1.6v-1.2Z"/><path fill="#FFB400" d="M6.6 11.2h-.4v.4h.4v-.4Z"/><path fill="#F5F5F5" d="M5.6 11.2h-.4v.4h.4v-.4Z"/><path fill="#FF4B55" d="M5.6 13.7h-.4v.4h.4v-.4Z"/><path fill="#FFB400" d="M6.2 14h-.4v.5h.4V14ZM5 14h-.4v.5H5V14Z"/><path fill="#FF4B55" d="M5.6 14.5h-.4v.4h.4v-.4Z"/><path fill="#FFB400" d="M4.6 11.2H4v.4h.5v-.4Z"/><path fill="#F5F5F5" d="m7 17.5-.8.7H4.6l-.9-.7v-.7l.9-.7h1.6l.8.7v.7Z"/><path fill="#FFB400" d="M5.4 16.1h-.8l-.9.7v.4h1.7v-1ZM5.4 18.2h.8l.8-.7v-.3H5.4v1Z"/><path fill="#FF4B55" d="m6.2 17.4-.8.4-.8-.4V17l.8-.4.8.4v.4Z"/><path fill="#F5F5F5" d="M13.1 6.4c.4.5.7 1.1.7 1.8a2.4 2.4 0 0 1-3.1 2.4c.3.3.8.5 1.3.5a2.5 2.5 0 0 0 1.1-4.7ZM9.8 8l-.1.3.2.2h-.3l-.1.3h-.1l-.1-.3H9l.2-.2V8s0-.1 0 0l.2.1.3-.2ZM11 8.6l-.1.3.2.2h-.3l-.1.3-.2-.3h-.3l.3-.2-.1-.3.3.1.2-.1s.1 0 0 0ZM11 7.3l-.1.3.2.2h-.3l-.1.4h-.1v-.3h-.4v-.1l.2-.2v-.3l.3.1.2-.1ZM11 6v.4l.2.2h-.4V7h-.2v-.3h-.3s-.1 0 0 0l.2-.2-.1-.3.3.1.3-.2ZM12.2 6.7V7l.2.2H12v.3h-.2v-.3h-.3s-.1 0 0 0l.2-.2-.1-.3.3.1.3-.1Z"/></svg>',
210
+ tc: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#F5F5F5" d="M.4 12h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.6V4.1H5v2.5L1.3 4.2c-.5.2-.8.5-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1 0 11.8l.3.2L5 9.1h-.8ZM12 11.6 8 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#FFE15A" d="M16.1 9.7v1.6c0 3 2.1 3.6 2.1 3.6s2.2-.5 2.2-3.6V9.7H16Z"/><path fill="#F5F5F5" d="M20.1 9.9v1.4c0 2.6-1.6 3.3-1.9 3.4-.3-.1-2-.8-2-3.4V9.9h4Zm.2-.2H16v1.6c0 3 2.1 3.6 2.1 3.6s2.2-.5 2.2-3.6V9.7h-.1Z"/><path fill="#73AF00" d="M18.4 12.5H18s-.4.4-.5 1.2c.1.1.4.3.7.3.4 0 .6-.2.7-.2 0-1-.5-1.3-.5-1.3Z"/><path fill="#FF4B55" d="M18.4 12.4H18v-.3c0-.2 0-.3.2-.3.1 0 .2.1.2.3v.3ZM18.4 12.6H18v-.2h.4v.2Z"/><path fill="#D35A10" d="M20 10.9h-.4c.1-.2.3-.2.3-.2s0-.1 0 0h-.3v-.1l.2-.2-.3.1a.2.2 0 0 0-.3 0l.1-.2-.2.2v-.3H19v.3a.2.2 0 0 0-.2 0l-.3-.1.3.2v.1h-.4c0-.1 0 0 0 0l.3.1v.1h-.4l.4.1v.1l-.3.1h.3v1-.3l.1-.2v-.5h.1v.4l.1.1v.2c-.2.1 0 .3 0 .3h.2c.2 0 .2-.2.2-.3l-.2-.2h.1v-.5h.2v1h.1v-1h.3-.3V11h.4v-.1Zm-.5 0h-.1Zm0-.2-.2.2.2-.3v.1Zm-.2-.1h.1l-.2.2.1-.2Zm-.3 0 .1.1-.2-.1Zm-.2.1.2.1h-.2Zm0 .1.1.1h-.1Zm0 .3h.1-.1Zm.7 0h-.2.2Z"/><path fill="#FFA033" d="M17.6 12h-.2l-.7-.7v-.2l.1-.8h.2l.3.3h.3V12Z"/><path fill="#FF9480" d="M17.4 10.5v.7l.2.7h.1l.3-.7v-.3l-.1-.4-.3-.2-.2.2Z"/><path fill="#FFA0E4" d="M17.6 10.5V12h.1v-1.4Z"/></svg>',
211
+ tv: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#3CC8FF" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#41479B" d="M0 5.8v5.8c0 .2.2.4.4.4h11.2c.2 0 .4-.2.4-.4v-7c0-.3-.2-.5-.4-.5H1.8C.8 4.1.1 5 0 5.8Z"/><path fill="#F5F5F5" d="M7 6.6V4.1H5v2.6L1.3 4.2c-.5.2-.8.4-1 .8l3 2H0v2.1h3.3L0 11.3v.3c0 .2.2.4.4.4h.7L5 9.5V12h2V9.5L11 12h.7c.2 0 .4-.2.4-.4v-.3L8.7 9H12v-2H8.7L12 4.8v-.3c0-.3-.2-.5-.4-.5h-.7L7 6.6Z"/><path fill="#FF4B55" d="M12 7.4H6.6V4.1H5.4v3.3H0v1.3h5.4V12h1.2V8.7H12V7.4Z"/><path fill="#FF4B55" d="M.4 4.8 3.8 7h.8l-4-2.5a2 2 0 0 0-.2.3ZM7.8 7l4.1-2.7-.3-.2h-.1L7 7.1h.8ZM4.2 9.1.1 11.8l.3.2h.1L5 9.1h-.8ZM12 11.6 8.1 9.1h-.7l4.4 2.9.2-.4Z"/><path fill="#FFE15A" d="m13.3 17 .2.6h.7v.2l-.5.4.2.6s0 .1-.1 0l-.5-.3-.6.3c0 .1-.1 0 0 0l.1-.6-.5-.4v-.2h.7l.2-.6h.1ZM19.2 12.4l.2.7h.6c.1 0 .2 0 0 .1l-.4.4.2.6s-.1.1-.2 0l-.5-.3-.5.4s-.2 0-.1-.1l.2-.6-.5-.4c-.1 0 0-.1 0-.1h.6l.2-.7h.2ZM22 10.8l.2.6h.6s.1 0 0 .1l-.5.4.2.6s0 .1-.1 0l-.5-.3-.5.4-.2-.1.2-.6-.5-.4v-.1h.7l.2-.6c0-.1.1-.1.2 0ZM21.3 5l.2.5h.6c.1 0 .2.2 0 .2l-.4.4.2.6s0 .1-.2 0l-.5-.3-.5.4-.1-.1.2-.6-.5-.4c-.1 0 0-.1 0-.1h.6l.2-.7h.2ZM15.8 18.5l-.2-.6h-.7v-.1l.5-.4-.2-.6c0-.1 0-.2.1-.1l.6.3.5-.3h.1l-.2.7.5.4v.1H16l-.2.6h-.1ZM17.7 16.8l-.2-.6h-.6c-.1 0-.2-.1-.1-.2l.5-.3-.2-.6c0-.1 0-.2.1-.1l.6.3.5-.3h.1l-.2.7.5.3c.1 0 0 .2 0 .2H18l-.2.6h-.1ZM19.4 9.4l-.2-.7h-.6c-.1 0-.2 0 0-.1l.4-.4-.2-.6s0-.1.2 0l.5.3.5-.4.1.1-.2.6.5.4c.1 0 0 .1 0 .1h-.6l-.2.7h-.2ZM17.4 10l-.2-.6h-.6c-.1 0-.1-.1 0-.2l.4-.4-.1-.6s0-.1 0 0l.6.3.5-.4s.2 0 .1.1l-.1.6.5.4v.2h-.7l-.2.6h-.2ZM16.2 15l-.2-.7h-.7s-.1-.1 0-.1l.5-.4-.2-.6c0-.1 0-.2.1-.1l.5.3.5-.3h.2l-.2.7.5.4v.1h-.7l-.2.6c0 .1-.1.1-.1 0Z"/></svg>',
212
+ ug: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v.9h24v-.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M24 6.8H0v2.6h24V6.8Z"/><path fill="#FF4B55" d="M24 9.4H0V12h24V9.4Z"/><path fill="#464655" d="M24 12H0v2.6h24V12Z"/><path fill="#FFE15A" d="M24 14.6H0v2.6h24v-2.6Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-.9H0v.9Z"/><path fill="#F5F5F5" d="M12 14.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"/><path fill="#FF4B55" d="m12.1 10.5.3-.1v-.1c0-.1-.2-.4-.4-.4a1 1 0 0 0-.4 0v.4l.5.2Z"/><path fill="#FFE15A" d="M12 10h-.1v.3h.1l.3-.2-.3-.2Z"/><path fill="#464655" d="m13 12.8-1.1-1.3.1-.6a.4.4 0 1 0-.5-.3l-.3.1h.3-.2.3l.1.2c-.2.2-.5.5-.5.9 0 .3.2.5.5.7l.3.2v.4h-.6c-.2 0-.3.2-.3.4l.2-.1v.1-.2l.2.2v-.2h.6v.6l-.6.1h.4v.1l.7-.1-.4-.1v-.6h.4V13l-.1-.4h.5Zm-.8.3V13l.2.2h-.2Z"/><path fill="#696E7D" d="M13 13c0-.4-.5-.5-1-.8-.4-.2-.1-.7-.1-.7s1.5.4 1.7 1.1c0 .5-.3.8-.5 1v-.3h-.3s.4-.2.4-.5l-.2.2Z"/><path fill="#FFFCFF" d="M13.6 12.6c-.1-.4-.8-.8-1.3-1-.2 0-.3.3.1.5.6.4.6.9.6.9l.2-.2c0 .3-.4.5-.4.5h.4l-.1.2c.2 0 .5-.4.5-.9Z"/><path fill="#FF4B55" d="M13.6 12.6c-.1-.3-.4-.5-.8-.7h-.3l.2.2h-.3l.1.1c.5.4.5.8.5.8l.2-.2c0 .3-.4.5-.4.5h.4l-.1.2c.2 0 .5-.4.5-.9Z"/><path fill="#F5F5F5" d="M11.7 10.6v-.1.1Z"/><path fill="#FF4B55" d="M11.6 10.8s-.1.1 0 .2l.1-.1-.1-.1Z"/></svg>',
213
+ ua: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8V12H0v6Z"/><path fill="#4173CD" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6V12h24V6c0-1-.8-1.9-1.8-1.9Z"/></svg>',
214
+ ae: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H7.4v5.3H24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#464655" d="M7.4 19.9h14.8c1 0 1.8-.8 1.8-1.8v-3.5H7.4V20Z"/><path fill="#F5F5F5" d="M24 9.4H7.4v5.2H24V9.4Z"/><path fill="#FF4B55" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h5.6V4H1.8Z"/></svg>',
215
+ gb: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#41479B" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 5.6c-.2-.8-1-1.5-1.8-1.5h-.5l-7.6 5v-5H9.9v5l-7.6-5h-.5C.9 4.1.2 4.8 0 5.6L6.6 10H0v4.2h6.6L0 18.4c.2.8 1 1.5 1.8 1.5h.5l7.6-5v5h4.2v-5l7.6 5h.5c.9 0 1.6-.7 1.8-1.5L17.4 14H24V9.9h-6.6L24 5.6Z"/><path fill="#FF4B55" d="M13.2 4.1h-2.4v6.7H0v2.4h10.8V20h2.4v-6.7H24v-2.4H13.2V4Z"/><path fill="#FF4B55" d="m1.2 19.7 8.7-5.6H8.4l-8 5.1c.2.3.5.4.8.5ZM16.2 14h-1.5l8.5 5.6.6-.6-7.6-5ZM.2 5.1 7.6 10H9L.7 4.5.2 5ZM15.6 10l8-5.2c-.2-.3-.5-.4-.8-.6L14.1 10h1.5Z"/></svg>',
216
+ us: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M.1 5.3h23.8c-.2-.7-1-1.2-1.7-1.2H1.8C1 4.1.3 4.6.1 5.3ZM24 9H0v1.2h24V9ZM24 6.6H0v1.2h24V6.6ZM0 12.2c0 .2.2.4.4.4H24v-1.2H0v.8ZM24 16.2H0v1.2h24v-1.2ZM23.9 18.7H.1c.2.7 1 1.2 1.7 1.2h20.4c.8 0 1.5-.5 1.7-1.2ZM24 13.8H0V15h24v-1.2Z"/><path fill="#41479B" d="M.4 12.6h10.4c.2 0 .4-.2.4-.4V4.6c0-.3-.2-.5-.4-.5h-9C.8 4.1 0 5 0 6v6.3c0 .2.2.4.4.4Z"/><path fill="#F5F5F5" d="M1.2 5v.4h.3s.1 0 0 0l-.2.2.1.3-.3-.1-.2.1v-.3l-.2-.2H1V5h.2ZM1.2 6.5v.3h.3s.1 0 0 0l-.2.2.1.3-.3-.1-.2.2V7L.7 7v-.1H1v-.3h.2ZM1.2 8v.2h.3s.1 0 0 .1l-.2.2.1.3-.3-.2-.2.2v-.3l-.2-.2H1V8h.2ZM1.2 9.4v.3h.3s.1 0 0 0l-.2.2.1.3-.3-.1-.2.1v-.3l-.2-.2H1v-.3h.2ZM1.2 10.8v.3h.3s.1 0 0 0l-.2.3.1.2s0 .1 0 0H.9c0 .1 0 0 0 0v-.2l-.2-.2H1v-.4h.2ZM2.3 5.8V6h.4l-.3.2.1.3-.3-.1-.2.1v-.3l-.2-.2h.3l.1-.3ZM2.3 7.2v.3h.4l-.3.2.1.3-.3-.1-.2.2v-.4l-.2-.1.3-.1.1-.3ZM2.3 8.7v.2h.4V9l-.3.2.1.3-.3-.2-.2.2v-.3L1.8 9h.3l.1-.3ZM2.3 10.1v.3h.4l-.3.2.1.3-.3-.1-.2.1v-.3l-.2-.2h.3l.1-.3ZM3.4 5v.4h.4l-.2.2V6l-.2-.1-.3.1v-.3L3 5.4h.3l.1-.3ZM3.4 6.5v.3h.4l-.2.2v.3l-.2-.1-.3.2V7L3 7v-.1h.3l.1-.3ZM3.4 8v.2h.4v.1l-.2.2v.3l-.2-.2-.3.2v-.3L3 8.3h.3l.1-.3ZM3.4 9.4v.3h.4l-.2.2v.3l-.2-.1-.3.1v-.3L3 9.7h.3l.1-.3ZM3.4 10.8v.3h.4l-.2.3v.2s0 .1 0 0H3c0 .1 0 0 0 0v-.2l-.2-.2h.3l.1-.4ZM4.5 5.8l.1.3h.3l-.2.2v.3l-.2-.1-.3.1v-.3L4 6.1h.3l.1-.3h.1ZM4.5 7.2l.1.3h.3l-.2.2V8L4.5 8l-.3.2v-.4L4 7.6l.3-.1.1-.3h.1ZM4.5 8.7l.1.2h.3V9l-.2.2v.3l-.2-.2-.3.2v-.3L4 9h.3l.1-.3h.1ZM4.5 10.1l.1.3h.3l-.2.2v.3l-.2-.1-.3.1v-.3l-.2-.2h.3l.1-.3h.1ZM5.6 5l.1.4H6l-.2.2V6l-.2-.1-.2.1h-.1v-.3l-.2-.2h.4V5h.1ZM5.6 6.5l.1.3H6l-.2.2v.3l-.2-.1-.2.2h-.1V7L5.2 7v-.1h.4v-.3h.1ZM5.6 8l.1.2H6v.1l-.2.2v.3l-.2-.2-.2.2h-.1v-.3l-.2-.2h.4V8h.1ZM5.6 9.4l.1.3H6l-.2.2v.3l-.2-.1-.2.1h-.1v-.3l-.2-.2h.4v-.3h.1ZM5.6 10.8l.1.3H6l-.2.3v.2s0 .1 0 0h-.4c0 .1-.1 0-.1 0v-.2l-.2-.2h.4v-.4h.1ZM6.7 5.8l.1.3h.3l-.2.2.1.3-.3-.1-.2.1s-.1 0 0 0v-.3l-.2-.2h.3v-.3h.1ZM6.7 7.2l.1.3h.3l-.2.2.1.3-.3-.1-.2.2s-.1 0 0 0v-.4l-.2-.1.3-.1v-.3h.1ZM6.7 8.7l.1.2h.3V9l-.2.2.1.3-.3-.2-.2.2s-.1 0 0 0v-.3L6.3 9h.3v-.3h.1ZM6.7 10.1l.1.3h.3l-.2.2.1.3-.3-.1-.2.1s-.1 0 0 0v-.3l-.2-.2h.3V10h.1ZM7.9 5v.4h.3l-.2.2.1.3-.3-.1-.2.1v-.3l-.2-.2h.3V5H8ZM7.9 6.5v.3h.3L8 7l.1.3-.3-.1-.2.2V7L7.4 7v-.1h.3v-.3H8ZM7.9 8v.2h.3v.1l-.2.2.1.3-.3-.2-.2.2v-.3l-.2-.2h.3V8H8ZM7.9 9.4v.3h.3L8 10l.1.3-.3-.1-.2.1v-.3l-.2-.2h.3v-.3H8ZM7.9 10.8v.3h.3l-.2.3.1.2s0 .1 0 0h-.5c0 .1 0 0 0 0v-.2l-.2-.2h.3v-.4H8ZM9 5.8V6h.4l-.3.2.1.3-.3-.1-.2.1v-.3l-.2-.2h.3l.1-.3ZM9 7.2v.3h.4l-.3.2.1.3-.3-.1-.2.2v-.4l-.2-.1.3-.1.1-.3ZM9 8.7v.2h.4V9l-.3.2.1.3-.3-.2-.2.2v-.3L8.5 9h.3l.1-.3ZM9 10.1v.3h.4l-.3.2.1.3-.3-.1-.2.1v-.3l-.2-.2h.3l.1-.3ZM10 5l.2.4h.3l-.2.2V6l-.3-.1-.2.1v-.3l-.2-.2h.3L10 5ZM10 6.5l.2.3h.3l-.2.2v.3l-.3-.1-.2.2V7L9.6 7v-.1h.3l.1-.3ZM10 8l.2.2h.3v.1l-.2.2v.3l-.3-.2-.2.2v-.3l-.2-.2h.3L10 8ZM10 9.4l.2.3h.3l-.2.2v.3l-.3-.1-.2.1v-.3l-.2-.2h.3l.1-.3ZM10 10.8l.2.3h.3l-.2.3v.2s0 .1 0 0h-.5c0 .1 0 0 0 0v-.2l-.2-.2h.3l.1-.4Z"/></svg>',
217
+ uy: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M8.7 9.4H0V11h8.7V9.4ZM8.7 5.9H24c0-1-.8-1.8-1.8-1.8H1.8C.8 4.1 0 5 0 6v1.7h8.7V6ZM1.8 19.9h20.4c1 0 1.8-.8 1.8-1.8H0c0 1 .8 1.8 1.8 1.8Z"/><path fill="#4173CD" d="M8.7 5.9v1.7H24V6H8.7Z"/><path fill="#F5F5F5" d="M0 7.6v1.8h24V7.6H0Z"/><path fill="#4173CD" d="M24 9.4H8.7V11H24V9.4Z"/><path fill="#F5F5F5" d="M0 11.1V13h24V11H0Z"/><path fill="#4173CD" d="M24 12.9H0v1.7h24V13Z"/><path fill="#F5F5F5" d="M24 14.6H0v1.8h24v-1.8Z"/><path fill="#4173CD" d="M0 18v.1h24v-1.7H0V18Z"/><path fill="#FFE15A" d="m3 5.2.7 3.2 1-.4L3 5.2Z"/><path fill="#FFCD5A" d="m3 5.2 1.2 3-.5.2L3 5.2Z"/><path fill="#FFE15A" d="M5.7 11.7 5 8.5 4 9l1.7 2.7Z"/><path fill="#FFCD5A" d="m5.7 11.7-1.2-3 .5-.2.7 3.2Z"/><path fill="#FFE15A" d="m7.6 7.1-3.2.7.4 1.1 2.8-1.8Z"/><path fill="#FFCD5A" d="m7.6 7.1-3 1.3-.2-.6 3.2-.7Z"/><path fill="#FFE15A" d="m1.1 9.8 3.2-.7-.5-1-2.7 1.7Z"/><path fill="#FFCD5A" d="m1.1 9.8 3-1.2.2.5-3.2.7Z"/><path fill="#FFE15A" d="M5.7 5.2 3.9 8l1.1.4.7-3.2Z"/><path fill="#FFCD5A" d="m5.7 5.2-1.2 3-.6-.2 1.8-2.8Z"/><path fill="#FFE15A" d="M3 11.7 4.8 9l-1.1-.5-.7 3.2Z"/><path fill="#FFCD5A" d="m3 11.7 1.2-3 .6.3L3 11.7Z"/><path fill="#FFE15A" d="M7.6 9.8 4.8 8.1l-.4 1 3.2.7Z"/><path fill="#FFCD5A" d="m7.6 9.8-3-1.2.2-.5 2.8 1.7Z"/><path fill="#FFE15A" d="M1.1 7.1 3.8 9l.5-1L1.1 7Z"/><path fill="#FFCD5A" d="m1.1 7.1 3 1.3-.3.5-2.7-1.8Z"/><path fill="#FFE15A" d="m4.3 5-.5 3.2h1.1L4.3 5Z"/><path fill="#FFCD5A" d="M4.3 5v3.2h-.5L4.3 5Z"/><path fill="#FFE15A" d="M4.3 12 5 8.8H3.8l.5 3.2Z"/><path fill="#FFCD5A" d="M4.3 12V8.8H5L4.3 12Z"/><path fill="#FFE15A" d="m7.9 8.5-3.3-.6v1.2L8 8.5Z"/><path fill="#FFCD5A" d="M7.9 8.5H4.6v-.6l3.3.6Z"/><path fill="#FFE15A" d="m.8 8.5 3.3.6V7.9l-3.3.6Z"/><path fill="#FFCD5A" d="M.8 8.5h3.3V9L.8 8.5Z"/><path fill="#FFE15A" d="M6.8 6 4.1 7.9l.9.8L6.8 6Z"/><path fill="#FFCD5A" d="M6.8 6 4.6 8.3 4 7.9 6.8 6Z"/><path fill="#FFE15A" d="M1.9 11 4.6 9l-.9-.8L2 11Z"/><path fill="#FFCD5A" d="M1.9 11 4 8.7l.5.4L1.9 11Z"/><path fill="#FFE15A" d="M6.8 11 5 8.3 4 9 6.8 11Z"/><path fill="#FFCD5A" d="M6.8 11 4.6 8.7l.4-.4L6.8 11Z"/><path fill="#FFE15A" d="m1.9 6 1.8 2.7.9-.8L1.9 6Z"/><path fill="#FFCD5A" d="M1.9 6 4 8.3l-.4.4L2 6Z"/><path fill="#FFE15A" d="M4.3 9.7a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4Z"/></svg>',
218
+ uz: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#82AFFF" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3h24V6c0-1-.8-1.8-1.8-1.8Z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3H0v3Z"/><path fill="#F5F5F5" d="M24 9.6H0v4.8h24V9.6Z"/><path fill="#FF4B55" d="M0 9.4v.2h24v-.7H0v.5ZM0 14.6v.5h24v-.7H0v.2Z"/><path fill="#F5F5F5" d="M5.3 8a1.5 1.5 0 1 1 0-3s.1 0 0 0c-.2-.2-.5-.3-.8-.3-1 0-1.9.8-1.8 1.9a1.8 1.8 0 0 0 2.7 1.6V8ZM6.5 7.6v.2h-.3V8l.2.1v.2H6.7V8l.2-.1h-.3v-.3ZM8 7.6v.2h-.2V8l.1.1v.2h.4V8l.1-.1h-.2L8 7.5ZM9.6 7.6l-.1.2h-.2V8l.1.1v.2h.4V8l.1-.1h-.2v-.3h-.1ZM11.1 7.6v.2h-.3V8l.2.1-.1.2h.4V8l.2-.1h-.3v-.3H11ZM12.6 7.6v.2h-.3V8l.2.1v.2H12.8V8L13 8h-.3v-.3ZM8 6.2v.2h-.2l.1.2v.2h.4v-.2l.1-.1h-.2L8 6.1ZM9.6 6.2l-.1.2h-.2l.1.2v.2h.4v-.2l.1-.1h-.2v-.3h-.1ZM11.1 6.2v.2h-.3l.2.2-.1.2h.4v-.2l.2-.1h-.3v-.3H11ZM12.6 6.2v.2h-.3l.2.2v.2H12.8v-.2l.2-.1h-.3v-.3Z"/><path fill="#F5F5F5" d="m9.6 7.6-.1.2h-.2V8l.1.1v.2h.4V8l.1-.1h-.2v-.3h-.1ZM9.6 4.8l-.1.2h-.2l.1.2v.2l.2-.1.2.1v-.2l.1-.1V5h-.2v-.2h-.1ZM11.1 7.6v.2h-.3V8l.2.1-.1.2h.4V8l.2-.1h-.3v-.3H11ZM12.6 7.6v.2h-.3V8l.2.1v.2H12.8V8L13 8h-.3v-.3ZM11.1 4.8V5h-.3l.2.2-.1.2.2-.1.2.1v-.2l.2-.1V5h-.3v-.2H11ZM12.6 4.8V5h-.3l.2.2v.2l.2-.1.1.1v-.2L13 5V5h-.3v-.2Z"/></svg>',
219
+ vu: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M22.2 4.1H1.8C.8 4.1 0 5 0 5.8v12.4c0 1 .8 1.7 1.8 1.7h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="m0 18.2.1.6 11.6-6.4H24v-.8H11.7L0 5.2l-.1.6v.3L10.7 12 0 18v.2Z"/><path fill="#73AF00" d="M24 13.2H12L.7 19.5c.3.2.7.4 1 .4h20.5c1 0 1.8-.8 1.8-1.8v-4.9Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8c-.4 0-.8.2-1.1.4L12 10.8h12V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M3.6 9.7a2 2 0 0 0-2.3 1c-.2.3-.5 2 1.1 2.2C4 13.2 4 11.7 4 11.7c0 .3-.2 1-1.4 1-.4 0-1-.7-.9-1.4.1-.7.7-1 1.2-1 .4 0 1.4.2 1.4 1.4 0 1.4-1.4 1.6-1.4 1.6v.8c1.2-.1 1.9-.8 2-1.9.3-1-.1-2.1-1.3-2.5Z"/><path fill="#FFE15A" d="M2.3 11.7V12l-.1.1H2.6l.1-.2.3-.5.3.5.2.1.1.1h.2v-.3l-.1-.1-.5-.5.5-.3-.1-.2-.6.4-.5-.4a.1.1 0 0 0-.1.2l.4.3-.4.5Z"/></svg>',
220
+ va: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 4.1H12V20h10.2c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M1.8 4.1C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8H12V4H1.8Z"/><path fill="#EBEBEB" d="m19.1 8.2.1.2v-.3ZM17 8.2h-.1v.2-.2ZM17 8v.1l.1.1h.3V8a.1.1 0 1 1 .1 0v.1h.3a.3.3 0 1 1 .5 0h.3V8a.1.1 0 0 1 .2 0h-.1v.1l.3.1V8l.1-.1h.1v-.2L18 7.6c-.5 0-1 0-1.1.2V8Z"/><path fill="#E6B432" d="M18.2 6.5a.2.2 0 0 0 0-.3V6a.1.1 0 0 0-.2-.2v.4c-.1 0-.2 0-.2.2v.1h.4Z"/><path fill="#EBEBEB" d="M17.5 7.1V7a.1.1 0 1 1 .2 0v.1h.3a.2.2 0 1 1 0-.3.2.2 0 0 1 0 .3h.4V7a.1.1 0 1 1 .2 0V7h.1l.1-.1a1 1 0 0 0-.6-.5H18a1 1 0 0 0-.6.5v.2h.2Z"/><path fill="#E6B432" d="M18 17v-.3l-.2-.1h-.1a.2.2 0 0 0 0 .4h.2ZM18.2 16a.2.2 0 0 0 0 .4h.3a.2.2 0 0 0 0-.4H18.1Z"/><path fill="#FF4B57" d="M18.1 16.4a.4.4 0 0 0-.2.3v.3h-.3l-.2.3v.5h.8v-.6h.4v-.5l-.1-.3H18Z"/><path fill="#E6B432" d="m18.2 11.6.2.2.1-.1 1-1 .7.6.4-.4-.2-.2v.1l-.2-.2v-.1l.1-.2h.2l.2.2h-.1l.2.2.4-.4-.7-.7.5-.4-.3-.3-2.6 2.5v.2ZM17.9 12.3l-.3-.4-1.1 1.1a.2.2 0 0 0 .3.3l.9-.8.2-.2Z"/><path fill="#D2D2D2" d="M14.6 13.5a.2.2 0 0 0-.2-.2.2.2 0 1 0 .1.3h.1ZM14.5 15.2a.2.2 0 0 0-.2.2.2.2 0 1 0 .3 0v-.2ZM16.3 13.6a.2.2 0 1 0-.1 0h.1ZM16.2 15.4a.2.2 0 0 0 .3.1l-.3-.1Z"/><path fill="#E6B432" d="M16 15.2h-.1a.3.3 0 0 1-.4-.3.2.2 0 0 1-.2 0 .3.3 0 1 1-.4-.3.2.2 0 0 1 0-.3.3.3 0 1 1 .4-.4.2.2 0 0 1 .2 0 .3.3 0 1 1 .4.4.2.2 0 0 1 0 .3.3.3 0 0 1 .2.4l.2.2a1.2 1.2 0 0 0 .3-.8 1.2 1.2 0 0 0-.4-.9 1.2 1.2 0 0 0-2 1 1.2 1.2 0 0 0 .4.8 1.2 1.2 0 0 0 1.6 0h-.3Zm.3-1a1 1 0 0 1 0 .5l-.1-.3.1-.2Zm-.6-.7-.3.2-.2-.2a1 1 0 0 1 .5 0Zm-1.2.7s0 .2.2.2l-.2.3a1 1 0 0 1 0-.5Zm.7 1.2.2-.2.3.2a1 1 0 0 1-.5 0Z"/><path fill="#F0C814" d="M15.2 14.4a.2.2 0 1 0-.3 0 .2.2 0 0 0 .3 0ZM15.6 14.4a.2.2 0 1 0 .3 0 .2.2 0 0 0-.3 0Z"/><path fill="#F0C814" d="M15.4 14.3a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4ZM15.4 14.6a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4Z"/><path fill="#D2D2D2" d="M21 9.2h.2v-.5a.1.1 0 1 0 0-.1h-.3a.2.2 0 0 0-.3.3l.3.3ZM18 12v-.6l-2.5-2.5-.3.3.4.4-.7.7.4.4.2-.2v-.2h.2l.2.2v.1l-.1.2H15.5l.4.5.7-.6 1 1 .3.3ZM18.2 12.3l.2.2.9.8a.2.2 0 0 0 .3 0V13l-1-1-.4.3ZM18.2 12l.2-.2-.2-.2v.3ZM21.6 13.6a.2.2 0 0 0 .2-.1.2.2 0 1 0-.3 0v.1ZM21.6 15.2l-.1.1a.2.2 0 1 0 .1 0Z"/><path fill="#D2D2D2" d="M19.9 13.5a.2.2 0 0 0-.2-.2.2.2 0 1 0 0 .3h.2ZM19.7 15.6l.2-.2-.3.1h.1Z"/><path fill="#E6B432" d="M21.6 15.2a1.2 1.2 0 0 0-1-2 1.2 1.2 0 0 0-.8.4 1.2 1.2 0 0 0 0 1.6l.2-.2a.3.3 0 0 1 .2-.4.2.2 0 0 1 0-.3.3.3 0 1 1 .4-.4.2.2 0 0 1 .2 0 .3.3 0 1 1 .4.4.2.2 0 0 1 0 .3.3.3 0 1 1-.4.3.2.2 0 0 1-.2 0 .3.3 0 0 1-.4.2v.1l-.3.2a1.2 1.2 0 0 0 1.7-.2Zm-1.8-.5a1 1 0 0 1 0-.5l.1.2-.1.3Zm.9-1-.3-.2a1 1 0 0 1 .5 0l-.2.2Zm1 .5a1 1 0 0 1 0 .5l-.3-.3.2-.2Zm-1.3 1.2.3-.2.2.2a1 1 0 0 1-.5 0Z"/><path fill="#F0C814" d="M20.9 14.4a.2.2 0 1 0 .3 0 .2.2 0 0 0-.3 0ZM20.5 14.4a.2.2 0 1 0-.4 0 .2.2 0 0 0 .4 0ZM20.7 14.3a.2.2 0 1 0 0-.4.2.2 0 0 0 0 .4ZM20.7 14.6a.2.2 0 1 0 0 .4.2.2 0 0 0 0-.4Z"/><path fill="#F7B518" d="M15.4 9V8.6c0-.1-.1-.1-.2 0l-.3-.1V9a.2.2 0 0 0 .2.3l.3-.3Z"/><path fill="#FF4B55" d="M20.2 15.2a.1.1 0 0 0-.2-.2l-.2.2c-.4.2-.9.3-1.4.3v-1.7c.5.7 1 1.1 1.3 1.3l-.2-.5c-.3-.2-.7-.6-1-1.2v-.8l-.3-.3.3-.4h.1v-.2h-.2l-.2.3V11.3H18v.5l-.3-.2h-.1a.1.1 0 0 0-.1.2l.4.4-.2.2v.9c-.4.6-.8 1-1.1 1.2 0 .2 0 .3-.2.5.3-.2.8-.6 1.3-1.3v1.7c-.5 0-1-.1-1.4-.3l-.2-.2h-.2v.2l.3.2.3.1 1.2.2v1l.1-.1h.1v-.8H18.2v.2h.2v-.3a4.4 4.4 0 0 0 1.5-.3l.3-.2Zm-2.2.3v-2.2l.2.2v2H18Z"/><path fill="#E6B432" d="M18 8.6c.7 0 1.2.2 1.2.3V8.1a.1.1 0 0 0-.2 0v.1h-.3V8a.1.1 0 1 0-.1 0v.1h-.3a.3.3 0 1 0-.5 0h-.3a.1.1 0 0 0 0-.3c-.1 0-.2 0-.2.2h.1v.1a2 2 0 0 0-.3.1V8L17 8h-.1V9c0-.1.5-.3 1.1-.3ZM16.8 9v-.1ZM19.2 9v-.1Z"/><path fill="#EBEBEB" d="m17 9.2.1.1h.3V9a.1.1 0 0 1 0-.2.1.1 0 0 1 .1.2h.4a.2.2 0 0 1 .1-.4.2.2 0 0 1 .2.3v.2h.3a.1.1 0 0 1 .1-.3l.2.1-.1.1v.1l.3.1v-.1l.1-.2h.1v-.1c0-.1-.5-.3-1.2-.3-.6 0-1.2.2-1.2.3v.2h.2Z"/><path fill="#E6B432" d="M16.8 9.2h.2v.4l.2.3c0-.2.4-.3.8-.3.5 0 .9.1.9.3l.2-.3V9.3l.1-.1V9H19v.2h-.3V9a.1.1 0 0 0 0-.2.1.1 0 0 0-.1.2h-.4v-.2a.2.2 0 1 0-.3.1v.2h-.3a.1.1 0 0 0-.2-.3V9.2l-.3.1v-.1L17 9h-.1v.2Z"/><path fill="#EBEBEB" d="M18 10.1c.5 0 .9 0 .9-.2s-.4-.3-.9-.3c-.4 0-.8.1-.8.3l.8.2Z"/><path fill="#E6B432" d="m19.2 7.8-.2-.4v-.1l.1-.4a.1.1 0 1 0-.2 0V7l-.2.2h-.1V7a.1.1 0 1 0-.2 0v.1a3.5 3.5 0 0 0-.7 0 .1.1 0 0 0-.1-.2h-.2l.1.2h-.1l-.1-.1-.1-.2a.1.1 0 0 0-.2.1l.2.4H17l-.2.5 1.1-.2c.6 0 1.1 0 1.2.2Z"/><path fill="#E6B432" d="M18 7.1a.2.2 0 1 0 0-.3.2.2 0 0 0 0 .3Z"/></svg>',
221
+ ve: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FFE15A" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FF4B55" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#41479B" d="M24 9.4H0v5.2h24V9.4Z"/><path fill="#F5F5F5" d="M8.4 13v.3h.4v.1l-.3.2.1.3-.3-.1-.3.2v-.4l-.2-.2h.4V13h.2ZM9 12v.3l.2.2-.3.1v.3s-.1.1-.2 0l-.1-.2h-.3s-.1 0 0 0l.2-.3-.2-.3.4.1.2-.2ZM9.8 11.2l-.2.2.3.3h-.4l-.2.3v-.4h-.4v-.1l.3-.1V11l.2.2.3-.1s.1 0 0 0ZM10.8 10.6l-.3.3.2.2v.1l-.4-.1-.2.2v-.4l-.3-.1v-.1h.3v-.4h.1l.2.3h.3ZM11.9 10.4l-.3.1v.4l-.3-.2-.2.1H11l.1-.3-.2-.2v-.1h.3l.2-.3.1.3h.4v.2ZM15.6 13v.3h-.4v.1l.3.2-.1.3.3-.1.3.2v-.4l.2-.2h-.4V13h-.2ZM15 12v.3l-.2.2.3.1v.3s.1.1.2 0l.1-.2h.3s.1 0 0 0l-.2-.3.2-.3-.4.1-.2-.2ZM14.2 11.2l.2.2-.3.3h.4l.2.3v-.4h.4v-.1l-.3-.1V11l-.2.2-.3-.1s-.1 0 0 0ZM13.2 10.6l.3.3-.2.2v.1l.4-.1.2.2v-.4l.3-.1v-.1H14v-.4h-.1l-.2.3h-.3ZM12.1 10.4l.3.1v.4l.3-.2.2.1h.1l-.1-.3.2-.2v-.1h-.3l-.2-.3-.1.3H12v.2Z"/></svg>',
222
+ vn: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v12.2c0 1 .8 1.8 1.8 1.8h20.4c1 0 1.8-.8 1.8-1.8V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="m12.2 7.3 1.1 3.3h3.5c.2 0 .3.3.1.4l-2.8 2.1 1 3.3c.1.2-.1.4-.3.3l-2.8-2-2.8 2c-.2 0-.4 0-.4-.3l1.1-3.3-2.8-2c-.2-.2 0-.4.1-.4h3.5l1.1-3.4c0-.2.3-.2.4 0Z"/></svg>',
223
+ vi: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#F5F5F5" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#4173CD" d="m18.7 13.6.2.5.5-1.5-1.5.7.6.1-1.8 2 1.4-2.9.3.5.1-1.7-1.2 1.2.5-.1-1.4 2.9.5-2.7.4.4-.3-1.6-.9 1.4.5-.2-.5 2.8-.2.4-.2.1-.1.5-.7.8h.5v.4l.1-.1v.2l.4-.4.3.5.2-1 .3-.4v-.2l.1-.4 2-2.2Z"/><path fill="#73AF00" d="M6.1 12v-.6c-.2 0-.3.3-.4.5v.4l-.3-.5.3-.5-.1-.7c-.2.1-.3.3-.4.6v.4l-.2-.3c0-.2 0-.4-.2-.6a.9.9 0 0 0-.5-.4l.1.6c.2.2.3.4.5.4l.2.4a1 1 0 0 0-.4-.2h-.6c0 .2.3.4.5.4h.6l.3.5-.3-.1h-.7c.1.2.3.3.6.4h.6l.3.4H5c.1.1.3.3.6.3h.6l.2.5-.2-.1h-.7c0 .2.3.3.6.4h.5l.3.4H6c0 .2.3.3.5.4h.6l.7 1.2.4-.2-.9-1.2.3-.5-.1-.7c-.2.1-.3.3-.4.6v.2l-.3-.4c.2 0 .3-.2.3-.4v-.7c-.2 0-.4.3-.4.6v.2l-.4-.4c.2-.1.3-.3.3-.5V12c-.2.1-.4.3-.4.6v.3l-.3-.4.2-.6Z"/><path fill="#FFE15A" d="m9.5 12-.4-2.5a.6.6 0 0 1-.6-.7c.1-.3 0-.6-.3-.7l-5.7-2a.4.4 0 0 0-.5.5l.6 1.5c.2.4.5.7.9 1l1.6.8c.4.3 1 .4 1.5.4l.2.3C7.2 11.5 8 12 9 12h.5ZM14.5 12l.4-2.5c.4 0 .7-.4.6-.7-.1-.3 0-.6.3-.7l5.7-2c.3-.1.6.2.5.5l-.6 1.5a2 2 0 0 1-.9 1l-1.6.8c-.4.3-1 .4-1.5.4l-.2.3c-.4.9-1.2 1.4-2.2 1.4h-.5ZM13.7 9.1l-1-2.4a.8.8 0 0 0-.8-.5h-.3l-.4.4h-.4l-.5.4h.6c.2 0 .3.2.2.3l-.8 1.8h3.4ZM10.8 13.2 9.9 12l-.7.8-.7 1-.2.7-.4.4h-.6c-.2 0-.3.1-.4.3l-.1.2c0 .1 0 .3.2.3h.9l.2-.5 1.4-.7 1.3-1.3ZM13.2 13.2l.9-1.2.7.8.7 1 .2.7.4.4h.6c.2 0 .3.1.4.3l.1.2c0 .1 0 .3-.2.3h-.9l-.2-.5-1.4-.7-1.3-1.3ZM10.8 13.7l-1 1.6c-.2.3-.1.5 0 .7l1.6 1.3c.3.3.9.3 1.2 0l1.5-1.3c.2-.2.3-.4.1-.7l-1-1.6h-2.4Z"/><path fill="#F5F5F5" d="M12 8.7s-1.2.4-2.9 0v1.6c0 .9.4 3.4 2.9 4.2 2.5-.8 2.9-3.3 2.9-4.2V8.7c-1.7.4-2.9 0-2.9 0Z"/><path fill="#41479B" d="M12 8.7s-1.2.4-2.9 0v1.6h5.8V8.7c-1.7.4-2.9 0-2.9 0Z"/><path fill="#FF4B55" d="M10 13v-2.7h-.5v1.9l.5.8ZM10.9 10.3h-.5v3.2l.5.4v-3.6ZM14 13l.5-.8v-1.9H14V13ZM11.8 10.3h-.5v3.9l.5.2v-4ZM13.6 10.3H13V14l.5-.4v-3.2ZM12.7 14.2v-3.9h-.5v4l.5-.1Z"/><path fill="#73AF00" d="m7.6 15.2-.2.2.4.8.4-.2-.6-.8Z"/><path fill="#4173CD" d="m16.8 15.8-.2-.5H16v.1l-.2.4-.2.1-.1.5-.7.8h.5v.4l.1-.1v.2l.4-.4.3.5.2-1 .3-.4v-.2l.1-.4ZM4 10.3H2.9v.3l-.5 2.2-.7-2.2.1-.3h-1l.3.4.8 3v.4h1l-.1-.3.9-3 .3-.5ZM22 10.6l.2-.3H21l.2.3v3.2l-.2.3H22.2l-.2-.3v-3.2Z"/></svg>',
224
+ ye: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#464655" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-3.5H0v3.5Z"/><path fill="#FF4B55" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v3.5h24V5.9c0-1-.8-1.8-1.8-1.8Z"/><path fill="#F5F5F5" d="M24 9.4H0v5.2h24V9.4Z"/></svg>',
225
+ zm: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 19.9H1.8C.8 19.9 0 19 0 18V5.9c0-1 .8-1.8 1.8-1.8h20.4c1 0 1.8.8 1.8 1.8v12.2c0 1-.8 1.8-1.8 1.8Z"/><path fill="#FF4B55" d="M18.2 9.5h-2.9V20h3V9.5Z"/><path fill="#464655" d="M21.1 9.5h-2.9V20h2.9V9.5Z"/><path fill="#FF9B55" d="M21.1 19.9h1.1c1 0 1.8-.8 1.8-1.8V9.5h-2.9V20ZM23.3 6 23 6l.3-.4-1 .4.6-.4-.1-.1-.9.4v-.2l-1.5.4h-.8v-.1H20v-.2l-.3-.1s-.2-.2-.5 0c-.2 0-.3.3-.3.4a5 5 0 0 1-1.6-.5h-.1V6l-.8-.4H16v.1c0 .1 0 .2.2.3l-.2-.1-.3-.2V6c0 .2.3.5.8.6h-.2v.1l.5.1h-.1v.1l.5.1V7h.3v.1h.2l.1.2h.8v.1l.4.1v.3h.1V8H19c-.1 0-.2 0-.3.3H19.1v.2h.1l.1-.1.2.1v-.1h.1v-.1l.2.2v-.1l.1-.2.2.1c.2-.2 0-.2 0-.3a.4.4 0 0 0 .1 0v-.4l.2.2v-.1h.6v-.2l.2-.1A1.3 1.3 0 0 0 22 7l.7-.2.5-.5H23l.3-.4Z"/><path fill="#464655" d="M23.3 6 23 6l.3-.4-1 .4.6-.4-.1-.1-.9.4v-.2l-1.5.4h-.8v-.1H20v-.2l-.3-.1s-.2-.2-.5 0c-.2 0-.3.3-.3.4a5 5 0 0 1-1.6-.5h-.1V6l-.8-.4H16v.1c0 .1 0 .2.2.3l-.2-.1-.3-.2V6c0 .2.3.5.8.6h-.2v.1l.5.1h-.1v.1l.5.1V7h.3v.1h.2l.1.2h.8v.1l.4.1v.3h.1V8H19c-.1 0-.2 0-.3.3H19.1v.2h.1l.1-.1.2.1v-.1h.1v-.1l.2.2v-.1l.1-.2.2.1c.2-.2 0-.2 0-.3a.4.4 0 0 0 .1 0v-.4l.2.2v-.1h.6v-.2l.2-.1A1.3 1.3 0 0 0 22 7l.7-.2.5-.5H23l.3-.4Zm-.7-.2a2.2 2.2 0 0 1-1 .5h-.3l1.3-.5Zm-2.2.5 1.5-.4-.1.1-1 .3h.7l-.4.1.2.1h-.5v.1l.2.1a.7.7 0 0 1-.6-.1c.2.3.7.4 1 .4h-.2c-.2.1-.6 0-.8-.2l-.2-.1.1.2.6.3h-.4l-.6-.5c0-.2-.1-.3-.2-.3h.7Zm.3 1Zm-3-.2L18 7v-.1a1 1 0 0 1-.5 0h.1v-.1a1 1 0 0 1-.6 0l.3-.1v-.1h-.6.3v-.1c-.6 0-1-.4-1-.5l.6.3.5.1-.5-.2c-.5-.2-.6-.4-.6-.5l.2.1 1 .5v-.1c-.7-.3-.8-.5-.9-.6a15.7 15.7 0 0 0 1 .6l.1.1v.1h.2v.1l.1.1s.1.1.2 0v.1h.5l-.2.1V7l-.3.2Zm-.2-.9h-.1.4l-.2.2h-.2l.1-.1Zm.4 1 .4-.3s.3 0 .5-.2c0 0-.5.5-.9.5Zm.4-.3.4-.4v.1c-.1.2-.3.3-.4.3Zm.8.5h-.3l.2-.2h-.5.2V7l-.5.1.6-.4.1.1c.3.3.3.5.2.5Zm.1.3V7.1l.3.1v.6-.1h-.2Zm.3.6H19.1v-.1H19h.1c.2-.1.2-.3.2-.3l.1-.1V8l.1.1v.2Zm0-.3.1-.1v-.5l.1.5-.1.1Zm.6.2s-.1-.1-.2 0l-.1.1v-.1h-.2l.2-.1v-.2l.1-.1h.1V8l.1.2Zm-.1-.5h-.1l-.3-.5c-.1-.2-.5-.2-.5-.2l-.1-.1c-.3-.3-.2-.5-.2-.5a1 1 0 0 1-.8.3l.1-.1h.2l-.1-.2-.1.1-.3.1.3-.2v-.1l-.3.2h-.3l.4-.2v-.1c-.6-.2-.7-.3-.7-.4.5.3 1.5.5 1.6.5 0-.1.1-.4.4-.5h.4l.2.1h-.1l-.2.1v.4c.2 0 .3.1.3.3V7h.1v-.2l.7.5c-.1 0-.3 0-.4-.2H20v.1l.2.1-.4-.2h-.1l.2.5.1.3a.7.7 0 0 1-.1-.2Zm1-.2-.5-.1h-.1l.2.2-.3-.1v.2l-.2-.2v-.2l.2.1h.4l.3.1Zm0-.1-.3-.1a1.2 1.2 0 0 0 .2 0h.2-.2Zm.2-.1-.2-.1h.2l.2-.1h.3l-.5.2Zm1.8-.8-.5.3a3.1 3.1 0 0 1-1 .2l-.6-.1h.5l1-.1.6-.3Zm-.3 0c-.2.1-.8.3-1.6.3v-.1l.3-.1v-.1h.4v-.1l1.3-.6c0 .2-.4.5-1.3.8 0 0 .6 0 1.3-.4l-.4.3Z"/></svg>',
226
+ zw: '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M0 0h24v24H0z"/><path fill="#73AF00" d="M22.2 4.1H1.8C.8 4.1 0 5 0 6v.5h24v-.5c0-1-.8-1.8-1.8-1.8Z"/><path fill="#FFE15A" d="M24 6.4H0v2.2h24V6.4Z"/><path fill="#FF4B55" d="M24 8.6H0V11h24V8.6Z"/><path fill="#73AF00" d="M0 18C0 19 .8 20 1.8 20h20.4c1 0 1.8-.8 1.8-1.8v-.5H0v.5Z"/><path fill="#FFE15A" d="M24 15.4H0v2.2h24v-2.2Z"/><path fill="#FF4B55" d="M24 13.1H0v2.3h24V13Z"/><path fill="#464655" d="M1 4.4c-.4.1-.7.5-.9.8v13.6c.2.3.5.7.8.8l8.3-6.5H24V11H9.2L.9 4.4Z"/><path fill="#F5F5F5" d="M.6 19.4 9.9 12 .6 4.6c-.4.3-.6.8-.6 1.3v12.2c0 .5.2 1 .6 1.3Z"/><path fill="#FF4B55" d="m4 9 1 1.7 1.9.3-1.5 1.4.4 2-1.8-1-1.7 1 .3-2L1.2 11l2-.3L4 9Z"/><path fill="#FFE15A" d="M6.3 12.2 4 10.4c-.3-.6-.7-1-1-1-.3 0-.4.2-.5.4-.2 0-.2.3-.2.3.3 0 .6 0 .7.6 0 .4 0 1-.3 1.5-.2.4-.1.7-.1.7l.2 1v.1h2.9l.3-1.3.1-.4h.2Z"/><path fill="#464655" d="M6.3 12.2 4 10.4c-.3-.6-.7-1-1-1-.3 0-.4.2-.5.4-.2 0-.2.3-.2.3.3 0 .6 0 .7.6 0 .4 0 1-.3 1.5-.2.4-.1.7-.1.7l.2 1v.1h2.9l.3-1.3.1-.4h.2Zm-3.5 0c.2-.4.3-1 .2-1.5 0-.6-.4-.7-.6-.7l.2-.1s.1-.4.4-.4c.3 0 .6.4.9 1l2.2 1.7-2-.4c-.3-.1-.4-.3-.4-.5h-.1c0 .2.1.4.5.6h.2s0 .3-.5.4l-.6.5H3v-.1l.2-.4c.1-.2.3-.4.3-.7l-.4.7-.2.4v.1h-.1v-.5Zm1.7-.2-.3.2.2-.2h.1Zm.1 0h.2c0 .2-.2.2-.3.2l.1-.2ZM6 13l-2.6-.2.4-.3c1.2 0 2 .2 2.2.2v.3Zm0 .2-.3-.2.3.1v.1Zm-2.4 0 .1.2v-.1Zm2.3.3-.3-.3-.3.2-.2-.2-.3.1-.2-.2-.3.2-.2-.2-.3.2-.2-.2V13l.2.1.3-.2.2.3.3-.2.2.2.3-.2.2.2.3-.2.3.3v.2Zm-.2 0h-.3l.2-.2.1.1Zm-.5-.1h-.3l.2-.1.1.1Zm-.5 0h-.3l.2-.2.1.2Zm-.5 0h-.3l.2-.2.1.2Zm-.5-.5h.3l-.2.2-.1-.2Zm.5 0h.3l-.2.2-.1-.2Zm.5 0h.3l-.2.2-.1-.1Zm.5 0 .3.1-.2.1V13Zm-2.3 0h.6l.1 1H3l-.1-1Zm2.9 1h-2l-.2-.5a16.1 16.1 0 0 1 2.2.2v.3Zm.3-1.3c-.2 0-1-.2-2.1-.2h.4c.2 0 .5-.1.6-.3l1.2.2-.1.3Z"/><path fill="#464655" d="M3.1 9.8a.1.1 0 1 0-.3 0 .1.1 0 0 0 .3 0Zm-.1 0ZM4.2 12.5a.1.1 0 1 0 0 .3.1.1 0 0 0 0-.3Zm0 .2ZM4.6 12.6a.1.1 0 1 0 0 .2.1.1 0 0 0 0-.2Zm0 .2v-.2.2Z"/></svg>',
227
+ };
228
+
229
+ export { flagSprite };