bfg-common 1.3.641 → 1.3.643
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.
- package/.eslintrc.js +21 -21
- package/.idea/inspectionProfiles/Project_Default.xml +50 -50
- package/.idea/modules.xml +7 -7
- package/.idea/prettier.xml +5 -5
- package/.idea/uikit.iml +11 -11
- package/.idea/vcs.xml +5 -5
- package/.prettierrc +4 -4
- package/PROJECT_STRUCTURE.md +42 -42
- package/README.md +42 -42
- package/assets/img/icons/icon-hcs.svg +3 -3
- package/assets/img/icons/icon-life-m-dark.svg +3 -3
- package/assets/img/icons/icon-life-m-light.svg +3 -3
- package/assets/img/icons/icon-ro-dark.svg +1 -1
- package/assets/img/icons/icon-ro-light.svg +2 -2
- package/assets/img/icons/icons-sprite-dark-1.svg +360 -360
- package/assets/img/icons/icons-sprite-dark-2.svg +296 -296
- package/assets/img/icons/icons-sprite-dark-3.svg +221 -221
- package/assets/img/icons/icons-sprite-dark-4.svg +247 -247
- package/assets/img/icons/icons-sprite-dark-6.svg +1 -1
- package/assets/img/icons/icons-sprite-dark-7.svg +8 -8
- package/assets/img/icons/icons-sprite-dark-8.svg +190 -190
- package/assets/img/icons/icons-sprite-light-1.svg +360 -360
- package/assets/img/icons/icons-sprite-light-2.svg +296 -296
- package/assets/img/icons/icons-sprite-light-3.svg +221 -221
- package/assets/img/icons/icons-sprite-light-4.svg +247 -247
- package/assets/img/icons/icons-sprite-light-6.svg +1 -1
- package/assets/img/icons/icons-sprite-light-7.svg +8 -8
- package/assets/img/icons/icons-sprite-light-8.svg +190 -190
- package/assets/img/icons/info.svg +8 -8
- package/assets/img/icons/vc.svg +52 -52
- package/assets/img/logo copy.svg +50 -50
- package/assets/img/logo.svg +51 -51
- package/assets/localization/local_be.json +4882 -2526
- package/assets/localization/local_en.json +4887 -2530
- package/assets/localization/local_hy.json +4887 -2530
- package/assets/localization/local_kk.json +4885 -2529
- package/assets/localization/local_ru.json +4891 -2532
- package/assets/localization/local_zh.json +4883 -2528
- package/assets/scss/clarity/clr-ui.min.css +8 -8
- package/assets/scss/common/animations.scss +28 -28
- package/assets/scss/common/global.scss +195 -195
- package/assets/scss/common/icons/icons-1.scss +243 -243
- package/assets/scss/common/icons/icons-2.scss +245 -245
- package/assets/scss/common/icons/icons-3.scss +249 -249
- package/assets/scss/common/icons/icons-4.scss +273 -273
- package/assets/scss/common/icons/icons-5.scss +60 -60
- package/assets/scss/common/icons/icons-6.scss +30 -30
- package/assets/scss/common/icons/icons-7.scss +29 -29
- package/assets/scss/common/icons/icons-8.scss +191 -191
- package/assets/scss/common/icons/icons-9.scss +95 -95
- package/assets/scss/common/icons/icons.scss +19 -19
- package/assets/scss/common/icons/lib-icons.scss +32 -32
- package/assets/scss/common/mixins.scss +39 -39
- package/assets/scss/common/normalize.scss +351 -351
- package/assets/scss/common/theme.scss +238 -238
- package/assets/scss/common/utilities.scss +20 -20
- package/assets/scss/common/variables.scss +44 -44
- package/assets/scss/components/auth.scss +177 -177
- package/assets/scss/main.scss +15 -15
- package/components/atoms/DiagramIcon.vue +371 -371
- package/components/atoms/TheIcon.vue +3041 -3041
- package/components/atoms/TheIcon2.vue +1368 -1368
- package/components/atoms/TheIconOld.vue +2444 -2444
- package/components/atoms/alert/Alert.vue +96 -96
- package/components/atoms/alert/Notification.vue +171 -171
- package/components/atoms/alert/lib/Alert.spec.ts +38 -38
- package/components/atoms/alert/lib/Notification.spec.ts +34 -34
- package/components/atoms/alert/lib/models/enums.ts +12 -12
- package/components/atoms/alert/lib/models/interfaces.ts +27 -27
- package/components/atoms/alert/lib/models/types.ts +11 -11
- package/components/atoms/autocomplete/Autocomplete.vue +239 -239
- package/components/atoms/collapse/CollapseNav.vue +164 -164
- package/components/atoms/collapse/CollapseNavItem.vue +218 -218
- package/components/atoms/collapse/lib/models/interfaces.ts +11 -11
- package/components/atoms/combobox/Combobox.vue +152 -152
- package/components/atoms/datepicker/Datepicker.vue +630 -630
- package/components/atoms/datepicker/lib/config/allShortMonths.ts +103 -103
- package/components/atoms/datepicker/lib/config/datapicker.ts +43 -43
- package/components/atoms/datepicker/lib/models/interfaces.ts +9 -9
- package/components/atoms/dropdown/Portlet.vue +114 -114
- package/components/atoms/dropdown/dropdown/Dropdown.vue +156 -156
- package/components/atoms/dropdown/dropdown/lib/models/interfaces.ts +9 -9
- package/components/atoms/dropdown/lib/Portlet.spec.ts +26 -26
- package/components/atoms/dropdown/tree/Tree.vue +137 -137
- package/components/atoms/dropdown/tree/lib/models/interfaces.ts +11 -11
- package/components/atoms/input/Search.vue +16 -16
- package/components/atoms/lib/models/interfaces.ts +14 -14
- package/components/atoms/list/SelectList.vue +63 -63
- package/components/atoms/list/SimpleList.vue +29 -29
- package/components/atoms/list/dragDropList/DragDropList.vue +139 -139
- package/components/atoms/list/dragDropList/lib/config/events.ts +4 -4
- package/components/atoms/loader/BarLoader.vue +27 -27
- package/components/atoms/loader/Loader.vue +30 -30
- package/components/atoms/loader/PreLoader.vue +38 -38
- package/components/atoms/loader/lib/Preloader.spec.ts +24 -24
- package/components/atoms/modal/Modal.vue +248 -248
- package/components/atoms/modal/bySteps/BySteps.vue +252 -252
- package/components/atoms/modal/bySteps/lib/BySteps.spec.ts +66 -66
- package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +184 -184
- package/components/atoms/modal/lib/Modal.spec.ts +55 -55
- package/components/atoms/nav/NavBar.vue +139 -139
- package/components/atoms/nav/VerticalNavBar.vue +90 -90
- package/components/atoms/nav/lib/NavBar.spec.ts +34 -34
- package/components/atoms/nav/lib/models/interfaces.ts +6 -6
- package/components/atoms/notificationBar/NotificationBar.vue +178 -178
- package/components/atoms/notificationBar/lib/models/enums.ts +13 -13
- package/components/atoms/notificationBar/lib/models/interfaces.ts +6 -6
- package/components/atoms/notificationBar/lib/models/types.ts +1 -1
- package/components/atoms/perPage/PerPage.vue +53 -53
- package/components/atoms/popover/Popover.vue +60 -60
- package/components/atoms/popup/SimplePopup.vue +91 -91
- package/components/atoms/select/TheSelect.vue +177 -177
- package/components/atoms/select/lib/models/interfaces.ts +5 -5
- package/components/atoms/stack/StackBlock.vue +182 -182
- package/components/atoms/stack/StackContent.vue +63 -63
- package/components/atoms/step/VerticalStep.vue +105 -105
- package/components/atoms/step/lib/VerticalStep.spec.ts +68 -68
- package/components/atoms/step/lib/models/verticalStepItem.ts +7 -7
- package/components/atoms/switch/Switch.vue +111 -111
- package/components/atoms/table/compact/Compact.vue +526 -526
- package/components/atoms/table/compact/lib/models/interfaces.ts +10 -10
- package/components/atoms/table/dataGrid/DataGrid.vue +1617 -1617
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +216 -216
- package/components/atoms/table/dataGrid/DataGridPage.vue +196 -196
- package/components/atoms/table/dataGrid/DataGridPagination.vue +89 -89
- package/components/atoms/table/dataGrid/lib/DataGrid.spec.ts +61 -61
- package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +20 -20
- package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +40 -40
- package/components/atoms/table/dataGrid/lib/models/interfaces.ts +36 -36
- package/components/atoms/table/dataGrid/lib/models/types.ts +5 -5
- package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +36 -36
- package/components/atoms/table/info/Info.vue +61 -61
- package/components/atoms/table/info/lib/models/interfaces.ts +9 -9
- package/components/atoms/table/simpleEvent/SimpleEvent.vue +98 -98
- package/components/atoms/table/simpleEvent/lib/models/interfaces.ts +9 -9
- package/components/atoms/table/simpleInfo/SimpleInfo.vue +73 -73
- package/components/atoms/table/simpleInfo/lib/models/interfaces.ts +5 -5
- package/components/atoms/table/simpleTable/SimpleTable.vue +300 -300
- package/components/atoms/table/simpleTable/lib/models/interfaces.ts +12 -12
- package/components/atoms/tabs/Tabs.vue +214 -214
- package/components/atoms/tabs/VerticalTabs.vue +88 -88
- package/components/atoms/tabs/lib/models/interfaces.ts +5 -5
- package/components/atoms/tabs/lib/models/types.ts +1 -1
- package/components/atoms/tooltip/Signpost.vue +227 -227
- package/components/atoms/tooltip/Text.vue +37 -37
- package/components/atoms/tooltip/Tooltip.vue +57 -57
- package/components/atoms/tooltip/TooltipError.vue +113 -113
- package/components/atoms/tooltip/lib/models/interfaces.ts +4 -4
- package/components/atoms/wizard/Wizard.vue +303 -303
- package/components/atoms/wizard/lib/models/enums.ts +8 -8
- package/components/atoms/wizard/lib/models/interfaces.ts +49 -49
- package/components/atoms/wizard/lib/utils/utils.ts +804 -804
- package/components/atoms/wizard/step/Step.vue +87 -87
- package/components/common/BadBrowser.vue +118 -118
- package/components/common/accordion/Accordion.vue +177 -177
- package/components/common/accordion/Recursion.vue +218 -218
- package/components/common/accordion/lib/models/enums.ts +5 -5
- package/components/common/accordion/lib/models/interfaces.ts +16 -16
- package/components/common/accordion/lib/models/types.ts +1 -1
- package/components/common/accordion/lib/utils/accordion.ts +31 -31
- package/components/common/adapterManager/AdapterManager.vue +828 -828
- package/components/common/adapterManager/AddAdapterModal.vue +561 -561
- package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +61 -61
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +61 -61
- package/components/common/adapterManager/lib/config/index.ts +19 -19
- package/components/common/adapterManager/ui/NoSelectedAdapter.vue +39 -39
- package/components/common/adapterManager/ui/SecondTitle.vue +37 -37
- package/components/common/adapterManager/ui/actions/ActionsBar.vue +95 -95
- package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +30 -30
- package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +35 -35
- package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +35 -35
- package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +37 -37
- package/components/common/adapterManager/ui/actions/VerticalSeparator.vue +10 -10
- package/components/common/adapterManager/ui/table/Adapters.vue +92 -92
- package/components/common/adapterManager/ui/table/Header.vue +93 -93
- package/components/common/adapterManager/ui/table/Table.vue +162 -162
- package/components/common/adapterManager/ui/table/lib/models/types.ts +1 -1
- package/components/common/browse/Browse.vue +240 -240
- package/components/common/browse/blocks/Container.vue +105 -105
- package/components/common/browse/blocks/contents/Files.vue +72 -72
- package/components/common/browse/blocks/info/Size.vue +17 -17
- package/components/common/browse/blocks/info/Text.vue +16 -16
- package/components/common/browse/blocks/lib/models/types.ts +1 -1
- package/components/common/browse/lib/models/interfaces.ts +5 -5
- package/components/common/context/Context.vue +99 -99
- package/components/common/context/lib/Context.spec.ts +20 -20
- package/components/common/context/lib/ContextRecursion.spec.ts +55 -55
- package/components/common/context/lib/models/interfaces.ts +27 -27
- package/components/common/context/recursion/lib/models/interfaces.ts +2 -2
- package/components/common/countdownTimer/CountdownTimer.vue +50 -50
- package/components/common/details/DetailsItem.vue +109 -109
- package/components/common/details/DetailsList.vue +23 -23
- package/components/common/details/lib/models/interfaces.ts +11 -11
- package/components/common/diagramMain/Diagram.vue +234 -234
- package/components/common/diagramMain/DiagramMain.vue +873 -873
- package/components/common/diagramMain/Header.vue +211 -211
- package/components/common/diagramMain/Highlights.vue +124 -124
- package/components/common/diagramMain/adapter/Adapter.vue +123 -123
- package/components/common/diagramMain/adapter/AdapterItem.vue +287 -287
- package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
- package/components/common/diagramMain/adapter/Block.vue +48 -48
- package/components/common/diagramMain/adapter/Contents.vue +133 -133
- package/components/common/diagramMain/adapter/Lines.vue +58 -58
- package/components/common/diagramMain/adapter/SecondBlock.vue +49 -49
- package/components/common/diagramMain/lib/config/index.ts +70 -70
- package/components/common/diagramMain/lib/config/initial.ts +50 -50
- package/components/common/diagramMain/lib/models/enums.ts +44 -44
- package/components/common/diagramMain/lib/models/interfaces.ts +724 -724
- package/components/common/diagramMain/lib/models/types.ts +16 -16
- package/components/common/diagramMain/lib/utils/utils.ts +278 -278
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
- package/components/common/diagramMain/modals/Modals.vue +442 -442
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +398 -398
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
- package/components/common/diagramMain/modals/lib/config/adapterModal.ts +126 -126
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
- package/components/common/diagramMain/modals/lib/config/index.ts +49 -49
- package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
- package/components/common/diagramMain/modals/lib/config/networkModal.ts +331 -331
- package/components/common/diagramMain/modals/lib/config/portModal.ts +214 -214
- package/components/common/diagramMain/modals/lib/config/switchModal.ts +224 -224
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +34 -34
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
- package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +537 -537
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +49 -49
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +234 -234
- package/components/common/diagramMain/modals/viewSettings/Info.vue +123 -123
- package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +190 -190
- package/components/common/diagramMain/modals/viewSettings/ViewSettingsModal.vue +93 -93
- package/components/common/diagramMain/network/Block.vue +64 -64
- package/components/common/diagramMain/network/Contents.vue +353 -353
- package/components/common/diagramMain/network/Lines.vue +76 -76
- package/components/common/diagramMain/network/Network.vue +133 -133
- package/components/common/diagramMain/network/NoNetwork.vue +61 -61
- package/components/common/diagramMain/network/SecondBlock.vue +60 -60
- package/components/common/diagramMain/port/Port.vue +405 -405
- package/components/common/diagramMain/port/Ports.vue +47 -47
- package/components/common/diagramMain/switch/Switch.vue +82 -82
- package/components/common/diagramMain/switch/SwitchSelected.vue +35 -35
- package/components/common/feedback/Buttons.vue +229 -229
- package/components/common/feedback/Feedback.vue +268 -268
- package/components/common/feedback/Message.vue +518 -518
- package/components/common/feedback/VisitPortal.vue +62 -62
- package/components/common/feedback/lib/config/drawingPanel.ts +31 -31
- package/components/common/feedback/lib/config/feedbackTabs.ts +26 -26
- package/components/common/feedback/lib/models/interfaces.ts +20 -20
- package/components/common/feedback/lib/models/types.ts +1 -1
- package/components/common/graph/Graph.vue +109 -109
- package/components/common/graph/lib/utils/renderGraph.ts +389 -389
- package/components/common/headline/Headline.vue +32 -32
- package/components/common/help/navbar/left/Left.vue +165 -165
- package/components/common/help/navbar/left/lib/models/interfaces.ts +6 -6
- package/components/common/help/navbar/left/lib/utils/constructAccordion.ts +27 -27
- package/components/common/help/navbar/right/Right.vue +149 -149
- package/components/common/help/navbar/right/lib/models/interfaces.ts +5 -5
- package/components/common/home/Card.vue +63 -63
- package/components/common/home/ResourceBlock.vue +117 -117
- package/components/common/home/StatusContent.vue +47 -47
- package/components/common/home/alertsTable/AlertsTable.vue +114 -114
- package/components/common/home/alertsTable/lib/config/config.ts +61 -61
- package/components/common/home/alertsTable/lib/models/enums.ts +11 -11
- package/components/common/home/alertsTable/lib/models/interfaces.ts +19 -19
- package/components/common/home/alertsTable/lib/models/types.ts +18 -18
- package/components/common/home/lib/config/configResourceMeterBlock.ts +25 -25
- package/components/common/home/lib/models/interfaces.ts +59 -59
- package/components/common/home/lib/models/types.ts +18 -18
- package/components/common/home/servicesTable/ServicesTable.vue +80 -80
- package/components/common/home/servicesTable/lib/config/config.ts +62 -62
- package/components/common/layout/theHeader/TheHeader.vue +110 -110
- package/components/common/layout/theHeader/TheHeaderNew.vue +245 -245
- package/components/common/layout/theHeader/TheHeaderOld.vue +258 -258
- package/components/common/layout/theHeader/ThemeSwitch.vue +29 -29
- package/components/common/layout/theHeader/feedback/Feedback.vue +104 -104
- package/components/common/layout/theHeader/feedback/FeedbackNew.vue +63 -63
- package/components/common/layout/theHeader/feedback/FeedbackOld.vue +73 -73
- package/components/common/layout/theHeader/helpMenu/About.vue +110 -110
- package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +45 -45
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +151 -151
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +28 -28
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/HelpMenuOld.vue +69 -69
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/config/dropMenu.ts +22 -22
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/lib/models/enums.ts +9 -9
- package/components/common/layout/theHeader/lib/models/types.ts +5 -5
- package/components/common/layout/theHeader/lib/utils/localization.ts +32 -32
- package/components/common/layout/theHeader/modals/Reconnect.vue +98 -98
- package/components/common/layout/theHeader/modals/RedirectLogin.vue +60 -60
- package/components/common/layout/theHeader/userMenu/UserMenu.vue +101 -101
- package/components/common/layout/theHeader/userMenu/lib/models/interfaces.ts +32 -32
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +210 -210
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +31 -31
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/models/interfaces.ts +12 -12
- package/components/common/layout/theHeader/userMenu/modals/preferences/Preferences.vue +70 -70
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +95 -95
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +122 -122
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +110 -110
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +89 -89
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageOld.vue +93 -93
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +22 -22
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/enums.ts +9 -9
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/interfaces.ts +11 -11
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +42 -42
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +52 -52
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +48 -48
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +30 -30
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/models/interfaces.ts +5 -5
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +36 -36
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +35 -35
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +31 -31
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +49 -49
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +54 -54
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +52 -52
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatOld.vue +45 -45
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +27 -27
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +45 -45
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +33 -33
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +112 -112
- package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +124 -124
- package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +28 -28
- package/components/common/layout/theHeader/userMenu/userMenuOld/UserMenuOld.vue +36 -36
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +36 -36
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/models/types.ts +5 -5
- package/components/common/lib/config/states.ts +160 -160
- package/components/common/mainNavigationPanel/MainNavigationPanel.vue +142 -142
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +247 -247
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +288 -288
- package/components/common/mainNavigationPanel/lib/models/interfaces.ts +7 -7
- package/components/common/mainNavigationPanel/lib/models/types.ts +1 -1
- package/components/common/modals/Confirmation.vue +110 -110
- package/components/common/modals/Rename.vue +166 -166
- package/components/common/modals/lib/config/defaultForm.ts +18 -18
- package/components/common/modals/lib/config/renameLabelWidth.ts +3 -3
- package/components/common/modals/lib/models/interfaces.ts +5 -5
- package/components/common/monitor/advanced/Advanced.vue +246 -246
- package/components/common/monitor/advanced/GraphView.vue +180 -180
- package/components/common/monitor/advanced/lib/models/interfaces.ts +9 -9
- package/components/common/monitor/advanced/lib/models/types.ts +1 -1
- package/components/common/monitor/advanced/table/Table.vue +91 -91
- package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +129 -129
- package/components/common/monitor/advanced/table/lib/models/interfaces.ts +12 -12
- package/components/common/monitor/advanced/table/lib/models/types.ts +10 -10
- package/components/common/monitor/advanced/tools/Tools.vue +448 -448
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +496 -496
- package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +34 -34
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +156 -156
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +81 -81
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +106 -106
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +144 -144
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +835 -835
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +29 -29
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +94 -94
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +111 -111
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +243 -243
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +57 -57
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces.ts +4 -4
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/types.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/interfaces.ts +19 -19
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types.ts +3 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +17 -17
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +42 -42
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +173 -173
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +130 -130
- package/components/common/monitor/advanced/tools/lib/models/interfaces.ts +4 -4
- package/components/common/monitor/advanced/tools/lib/utils/countCores.ts +7 -7
- package/components/common/monitor/lib/config/getValidDateByOption.ts +76 -76
- package/components/common/monitor/lib/models/interfaces.ts +24 -24
- package/components/common/monitor/overview/Overview.vue +228 -228
- package/components/common/monitor/overview/filters/Filters.vue +228 -228
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +245 -245
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +52 -52
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +83 -83
- package/components/common/monitor/overview/filters/lib/models/interfaces.ts +9 -9
- package/components/common/monitor/overview/filters/lib/models/types.ts +13 -13
- package/components/common/pages/Tasks.vue +120 -120
- package/components/common/pages/hardwareHealth/Graph.vue +84 -84
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +210 -210
- package/components/common/pages/hardwareHealth/lib/config/status.ts +13 -13
- package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +44 -44
- package/components/common/pages/hardwareHealth/lib/models/enums.ts +8 -8
- package/components/common/pages/hardwareHealth/lib/models/interfaces.ts +6 -6
- package/components/common/pages/hardwareHealth/lib/models/types.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/TableView.vue +195 -195
- package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +109 -109
- package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +137 -137
- package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +88 -88
- package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +72 -72
- package/components/common/pages/hardwareHealth/tableView/lib/config/tableKeys.ts +23 -23
- package/components/common/pages/hardwareHealth/tableView/lib/models/interfaces.ts +26 -26
- package/components/common/pages/hardwareHealth/tableView/lib/models/types.ts +21 -21
- package/components/common/pages/hardwareHealth/tableView/modal/sensorWarning.vue +63 -63
- package/components/common/pages/hardwareHealth/toolsPanel/ToolsPanel.vue +51 -51
- package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +34 -34
- package/components/common/pages/hardwareHealth/toolsPanel/lib/models/types.ts +4 -4
- package/components/common/perPage/PerPage.vue +52 -52
- package/components/common/readyToComplete/ReadyToComplete.vue +15 -15
- package/components/common/recursionTree/RecursionTree.vue +207 -206
- package/components/common/recursionTree/lib/models/interfaces.ts +23 -23
- package/components/common/resource/lib/models/interfaces.ts +9 -9
- package/components/common/resource/lib/models/types.ts +1 -1
- package/components/common/resource/lib/utils.ts +44 -44
- package/components/common/resource/progressBlock/ProgressBlock.vue +142 -142
- package/components/common/resource/simple/Simple.vue +58 -58
- package/components/common/resource/simple/lib/models/enums.ts +6 -6
- package/components/common/select/button/ButtonDropdown.vue +102 -102
- package/components/common/select/button/lib/models/interfaces.ts +7 -7
- package/components/common/select/input/Input.vue +91 -91
- package/components/common/select/input/lib/models/interfaces.ts +5 -5
- package/components/common/select/radio/RadioGroup.vue +128 -128
- package/components/common/select/radio/lib/models/interfaces.ts +9 -9
- package/components/common/selectLanguage/SelectLanguage.vue +130 -130
- package/components/common/selectLanguage/lib/config/config.ts +34 -34
- package/components/common/selectLanguage/lib/utils/utils.ts +5 -5
- package/components/common/shortcuts/Block.vue +96 -96
- package/components/common/shortcuts/Category.vue +41 -41
- package/components/common/shortcuts/Shortcuts.vue +44 -44
- package/components/common/shortcuts/lib/models/interfaces.ts +12 -12
- package/components/common/spiceConsole/Drawer.vue +245 -245
- package/components/common/spiceConsole/SpiceConsole.vue +83 -83
- package/components/common/spiceConsole/keyboard/Keyboard.vue +403 -403
- package/components/common/spiceConsole/keyboard/lib/config/keyboardRows.ts +966 -966
- package/components/common/spiceConsole/keyboard/lib/models/interfaces.ts +18 -18
- package/components/common/spiceConsole/lib/models/types.ts +1 -1
- package/components/common/split/horizontal/Horizontal.vue +70 -70
- package/components/common/split/horizontal/HorizontalOld.vue +307 -307
- package/components/common/split/horizontal/lib/models/interfaces.ts +5 -5
- package/components/common/split/vertical/Vertical.vue +213 -213
- package/components/common/split/vertical/lib/models/interfaces.ts +3 -3
- package/components/common/tools/Actions.vue +172 -172
- package/components/common/tools/lib/models/interfaces.ts +7 -7
- package/components/common/tools/viewSettings/ViewSettings.vue +86 -86
- package/components/common/tools/viewSettings/lib/models/interfaces.ts +9 -9
- package/components/common/vm/actions/add/Add.vue +598 -598
- package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
- package/components/common/vm/actions/add/lib/config/steps.ts +145 -145
- package/components/common/vm/actions/add/lib/utils.ts +103 -103
- package/components/common/vm/actions/clone/Clone.vue +511 -511
- package/components/common/vm/actions/clone/lib/config/steps.ts +74 -74
- package/components/common/vm/actions/clone/lib/models/interfaces.ts +7 -7
- package/components/common/vm/actions/clone/lib/utils.ts +43 -43
- package/components/common/vm/actions/clone/select/options/Options.vue +71 -71
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +273 -273
- package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +21 -21
- package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +697 -697
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +141 -141
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options.ts +20 -20
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +268 -268
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/models/types.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +110 -110
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +400 -400
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +225 -225
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +95 -95
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +106 -106
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +106 -106
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +160 -160
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +59 -59
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +66 -66
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces.ts +118 -118
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +236 -236
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +329 -329
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +24 -24
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +173 -173
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +460 -460
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +81 -81
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/lib/config/options.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +153 -153
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +88 -88
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +18 -18
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +88 -88
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +86 -86
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +145 -145
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +305 -305
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +87 -87
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +148 -148
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +168 -168
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +48 -48
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +49 -49
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/lib/config/options.ts +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +82 -82
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +32 -32
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +237 -237
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +33 -33
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +121 -121
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +182 -182
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +59 -59
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/lib/config/options.ts +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +83 -83
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +181 -181
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +114 -114
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +84 -84
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +201 -201
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/lib/models/interfaces.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +192 -192
- package/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces.ts +34 -34
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +51 -51
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +254 -254
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +142 -142
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/utils.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +72 -72
- package/components/common/vm/actions/common/lib/config/capabilities.ts +339 -339
- package/components/common/vm/actions/common/lib/models/enums.ts +123 -123
- package/components/common/vm/actions/common/lib/models/interfaces.ts +139 -139
- package/components/common/vm/actions/common/lib/models/types.ts +65 -65
- package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +155 -155
- package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +164 -164
- package/components/common/vm/actions/common/select/computeResource/TreeView.vue +126 -126
- package/components/common/vm/actions/common/select/computeResource/lib/ComputeResource.spec.ts +479 -479
- package/components/common/vm/actions/common/select/createType/CreateType.vue +61 -61
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +26 -26
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +32 -32
- package/components/common/vm/actions/common/select/lib/models/types.ts +27 -27
- package/components/common/vm/actions/common/select/name/Name.vue +236 -236
- package/components/common/vm/actions/common/select/os/os.vue +227 -227
- package/components/common/vm/actions/common/select/storage/Storage.vue +198 -198
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +193 -193
- package/components/common/vm/actions/common/select/storage/lib/models/types.ts +15 -15
- package/components/common/vm/actions/confirm/Confirm.vue +39 -39
- package/components/common/vm/actions/editSettings/EditSettings.vue +316 -316
- package/components/common/vm/actions/editSettings/lib/models/types.ts +23 -23
- package/components/common/vm/actions/editSettings/lib/utils.ts +45 -45
- package/components/common/vm/actions/lib/models/interfaces.ts +6 -6
- package/components/common/vm/actions/lib/models/types.ts +11 -11
- package/components/common/vm/actions/lib/utils.ts +246 -246
- package/components/common/vm/lib/models/interfaces.ts +9 -9
- package/components/common/vm/lib/utils/powerActions.ts +55 -55
- package/components/common/weekSelect/WeekSelect.vue +143 -143
- package/components/common/weekSelect/lib/config/options.ts +10 -10
- package/components/common/weekSelect/lib/models/interfaces.ts +6 -6
- package/components/common/wizards/datastore/add/lib/config/stepItems.ts +225 -225
- package/components/common/wizards/datastore/add/lib/models/interfaces.ts +38 -38
- package/components/common/wizards/datastore/add/lib/models/types.ts +14 -14
- package/components/common/wizards/datastore/add/lib/utils.ts +103 -103
- package/components/common/wizards/datastore/add/local/Local.vue +71 -71
- package/components/common/wizards/datastore/add/local/createName/CreateName.vue +166 -166
- package/components/common/wizards/datastore/add/local/createName/lib/config/defaultForm.ts +15 -15
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +112 -112
- package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +104 -104
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +24 -24
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/interfaces.ts +9 -9
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/types.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +142 -142
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +62 -62
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/hostsTableItems.ts +53 -53
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +68 -68
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +393 -393
- package/components/common/wizards/datastore/add/nfs/configuration/lib/config/defaultForm.ts +33 -33
- package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +12 -12
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/DeletePopover.vue +100 -100
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +124 -124
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/serversListConfig.ts +41 -41
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/tableKeys.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/models/interfaces.ts +11 -11
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/models/types.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +55 -55
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/lib/config/radioOptions.ts +27 -27
- package/components/common/wizards/datastore/add/nfs/version/Version.vue +42 -42
- package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +22 -22
- package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +95 -95
- package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +198 -198
- package/components/common/wizards/datastore/add/readyComplete/lib/models/interfaces.ts +4 -4
- package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +91 -91
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +479 -479
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +144 -144
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/hostsTable.ts +87 -87
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/tableKeys.ts +11 -11
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/defaultForm.ts +18 -18
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +14 -14
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +58 -58
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/types.ts +14 -14
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +236 -236
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/graphicTooltip/graphicTooltip.vue +64 -64
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +46 -46
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +225 -225
- package/components/common/wizards/datastore/add/sharedStorm/version/Version.vue +39 -39
- package/components/common/wizards/datastore/add/sharedStorm/version/lib/config/versionOptions.ts +21 -21
- package/components/common/wizards/datastore/add/types/Types.vue +82 -82
- package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +50 -50
- package/components/common/wizards/network/add/Add.vue +1036 -1036
- package/components/common/wizards/network/add/lib/config/index.ts +35 -35
- package/components/common/wizards/network/add/lib/config/initialData.ts +63 -63
- package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +43 -43
- package/components/common/wizards/network/add/lib/config/selectSwitch.ts +19 -19
- package/components/common/wizards/network/add/lib/config/sendData.ts +141 -141
- package/components/common/wizards/network/add/lib/config/steps.ts +456 -456
- package/components/common/wizards/network/add/lib/models/enums.ts +17 -17
- package/components/common/wizards/network/add/lib/models/interfaces.ts +249 -249
- package/components/common/wizards/network/add/lib/models/types.ts +14 -14
- package/components/common/wizards/network/add/lib/utils/index.ts +4 -4
- package/components/common/wizards/network/add/mappers/mappers.ts +192 -192
- package/components/common/wizards/network/add/modals/SelectNetwork.vue +173 -173
- package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +138 -138
- package/components/common/wizards/network/add/modals/SelectSwitch.vue +131 -131
- package/components/common/wizards/network/add/steps/ConnectionSettings.vue +154 -154
- package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +91 -91
- package/components/common/wizards/network/add/steps/IpFourSettings.vue +305 -305
- package/components/common/wizards/network/add/steps/PhysicalAdapter.vue +13 -13
- package/components/common/wizards/network/add/steps/PortProperties.vue +407 -407
- package/components/common/wizards/network/add/steps/ReadyComplete.vue +20 -20
- package/components/common/wizards/network/add/steps/SelectConnectionType.vue +99 -99
- package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +474 -474
- package/components/common/wizards/network/add/validations/common.ts +26 -26
- package/components/common/wizards/network/add/validations/connectionSettings.ts +70 -70
- package/components/common/wizards/network/add/validations/createStandardSwitch.ts +59 -59
- package/components/common/wizards/network/add/validations/ipFourSettings.ts +182 -182
- package/components/common/wizards/network/add/validations/networkValidation.ts +77 -77
- package/components/common/wizards/network/add/validations/physicalAdapter.ts +70 -70
- package/components/common/wizards/network/add/validations/portProperties.ts +83 -83
- package/components/common/wizards/network/add/validations/targetDevice.ts +109 -109
- package/components/common/wizards/network/add/validations/validations.ts +43 -43
- package/components/common/wizards/vm/common/computeResource/TreeView.vue +61 -61
- package/components/common/wizards/vm/common/tooltip/Tooltip.vue +84 -84
- package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +62 -62
- package/components/common/wizards/vm/common/validation/lib/models/enums.ts +5 -5
- package/components/common/wizards/vm/migrate/Migrate.vue +278 -278
- package/components/common/wizards/vm/migrate/contentHeading/ContentHeading.vue +106 -106
- package/components/common/wizards/vm/migrate/contentHeading/lib/models/interfaces.ts +7 -7
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +100 -100
- package/components/common/wizards/vm/migrate/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/lib/models/interfaces.ts +28 -28
- package/components/common/wizards/vm/migrate/lib/models/types.ts +5 -5
- package/components/common/wizards/vm/migrate/lib/utils.ts +80 -80
- package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +219 -219
- package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +28 -28
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/interfaces.ts +30 -30
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/types.ts +12 -12
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/TableView.vue +143 -143
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +113 -113
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +124 -124
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +115 -115
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +65 -65
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +66 -66
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/interfaces.ts +50 -50
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/types.ts +60 -60
- package/components/common/wizards/vm/migrate/select/network/Network.vue +125 -125
- package/components/common/wizards/vm/migrate/select/network/table/network/Network.vue +114 -114
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +78 -78
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +70 -70
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/tableKeys.ts +13 -13
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/interfaces.ts +12 -12
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/types.ts +21 -21
- package/components/common/wizards/vm/migrate/select/network/table/useAt/UseAt.vue +54 -54
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/tableKeys.ts +7 -7
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +47 -47
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/types.ts +5 -5
- package/components/common/wizards/vm/migrate/select/priority/Priority.vue +39 -39
- package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +21 -21
- package/components/common/wizards/vm/migrate/select/priority/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/storage/Storage.vue +206 -206
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +76 -76
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +87 -87
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +69 -69
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/lib/config/formatOptions.ts +26 -26
- package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +20 -20
- package/components/common/wizards/vm/migrate/select/storage/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/select/storage/lib/models/interfaces.ts +14 -14
- package/components/common/wizards/vm/migrate/select/storage/lib/models/types.ts +9 -9
- package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +84 -84
- package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +88 -88
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/Datastore.vue +114 -114
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +179 -179
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/models/types.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/table/disk/Disk.vue +86 -86
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +123 -123
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/interfaces.ts +24 -24
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/types.ts +13 -13
- package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +18 -18
- package/components/common/wizards/vm/migrate/select/targetServer/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +295 -295
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +33 -33
- package/components/common/wizards/vm/migrate/select/targetServer/saved/Saved.vue +27 -27
- package/components/common/wizards/vm/migrate/select/targetServer/targetServer.vue +41 -41
- package/components/common/wizards/vm/migrate/select/type/Type.vue +38 -38
- package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +41 -41
- package/components/common/wizards/vm/migrate/select/type/lib/models/interfaces.ts +5 -5
- package/components/content/Hint.vue +24 -24
- package/components/lib/models/interfaces.ts +14 -14
- package/composables/deepCopy.ts +21 -21
- package/composables/productNameLocal.ts +50 -50
- package/composables/useAppVersion.ts +22 -22
- package/composables/useDiff.ts +15 -15
- package/composables/useEnvLanguage.ts +23 -23
- package/composables/useLocal.ts +44 -44
- package/composables/useLocalStorage.ts +45 -45
- package/composables/useThrottle.ts +32 -32
- package/composables/useUniqueId.ts +5 -5
- package/eslint/index.js +15 -15
- package/eslint/no-import-type.js +17 -17
- package/eslint/no-invalid-type-prefix.js +32 -32
- package/layouts/auth.vue +31 -31
- package/lib/config/regExp.ts +13 -13
- package/lib/models/composables/useAppVersion/interfaces.ts +5 -5
- package/lib/models/composables/useMyFetch/interfaces.ts +25 -25
- package/lib/models/composables/useMyFetch/types.ts +1 -1
- package/lib/models/enums.ts +34 -34
- package/lib/models/interfaces.ts +58 -58
- package/lib/models/plugins/date/interfaces.ts +5 -5
- package/lib/models/plugins/date/types.ts +1 -1
- package/lib/models/plugins/validation/interfaces.ts +21 -21
- package/lib/models/plugins/validation/types.ts +1 -1
- package/lib/models/store/host/interfaces.ts +38 -38
- package/lib/models/store/interfaces.ts +43 -43
- package/lib/models/store/network/interfaces.ts +13 -13
- package/lib/models/store/storage/interfaces.ts +32 -32
- package/lib/models/store/tasks/enums.ts +27 -27
- package/lib/models/store/tasks/interfaces.ts +122 -122
- package/lib/models/store/tasks/types.ts +2 -2
- package/lib/models/store/types.ts +43 -43
- package/lib/models/store/vm/interfaces.ts +234 -234
- package/lib/models/table/interfaces.ts +38 -38
- package/lib/models/table/types.ts +1 -1
- package/lib/models/types.ts +37 -37
- package/lib/utils/base64.ts +34 -34
- package/lib/utils/contentBuild.ts +34 -34
- package/lib/utils/notification.ts +22 -22
- package/lib/utils/sendTask.ts +73 -73
- package/minify.js +146 -146
- package/modules/fixContentBuild/index.ts +91 -91
- package/modules/fixContentBuild/lib/utils/methods.ts +115 -115
- package/modules/fixSpiceConsoleBuild/index.ts +28 -28
- package/modules/replaceEnv/index.ts +40 -40
- package/nuxt.config.ts +8 -8
- package/package.json +42 -42
- package/plugins/binary.ts +151 -151
- package/plugins/date.ts +179 -179
- package/plugins/spice-console/spice.console.ts +147 -147
- package/plugins/text.ts +48 -48
- package/plugins/validation.ts +172 -172
- package/public/spice-console/application/WorkerProcess.js +3350 -3350
- package/public/spice-console/application/WorkerProcess_back.js +3144 -3144
- package/public/spice-console/application/WorkerProcess_meta.js +3103 -3103
- package/public/spice-console/application/WorkerProcess_reverse.js +3214 -3214
- package/public/spice-console/application/agent.js +175 -175
- package/public/spice-console/application/application.js +641 -641
- package/public/spice-console/application/checkActivity.js +50 -50
- package/public/spice-console/application/clientgui.js +842 -842
- package/public/spice-console/application/clipboard/clipboarddataparser.js +92 -92
- package/public/spice-console/application/clipboard/local/localClipboard.js +110 -110
- package/public/spice-console/application/clipboard.js +82 -82
- package/public/spice-console/application/codec.js +263 -263
- package/public/spice-console/application/imagecache.js +81 -81
- package/public/spice-console/application/inputmanager.js +270 -270
- package/public/spice-console/application/packetfactory.js +202 -202
- package/public/spice-console/application/packetfilter.js +103 -103
- package/public/spice-console/application/packetprocess.js +75 -75
- package/public/spice-console/application/rasteroperation.js +118 -118
- package/public/spice-console/application/spiceconnection.js +197 -197
- package/public/spice-console/application/stream.js +67 -67
- package/public/spice-console/application/virtualmouse.js +109 -109
- package/public/spice-console/keymaps/keyevent.js +36 -36
- package/public/spice-console/keymaps/keymap.js +229 -229
- package/public/spice-console/keymaps/keymapes.js +375 -375
- package/public/spice-console/keymaps/keymapesObj.js +317 -317
- package/public/spice-console/keymaps/keymapus.js +317 -317
- package/public/spice-console/keymaps/scanCodeObjModifier.js +65 -65
- package/public/spice-console/keymaps/scanCodeObjProvider.js +60 -60
- package/public/spice-console/lib/AsyncConsumer.js +204 -204
- package/public/spice-console/lib/AsyncWorker.js +60 -60
- package/public/spice-console/lib/CollisionDetector.js +27 -27
- package/public/spice-console/lib/DataLogger.js +197 -197
- package/public/spice-console/lib/GenericObjectPool.js +152 -152
- package/public/spice-console/lib/GlobalPool.js +114 -114
- package/public/spice-console/lib/ImageUncompressor.js +138 -138
- package/public/spice-console/lib/IntegrationBenchmark.js +64 -64
- package/public/spice-console/lib/PacketWorkerIdentifier.js +107 -107
- package/public/spice-console/lib/SyncAsyncHandler.js +46 -46
- package/public/spice-console/lib/base64.js +298 -298
- package/public/spice-console/lib/biginteger.js +1640 -1640
- package/public/spice-console/lib/bowser.js +276 -276
- package/public/spice-console/lib/decoder/dixie.js +7930 -7930
- package/public/spice-console/lib/decoder/jmuxer.js +2815 -2815
- package/public/spice-console/lib/displayRouter.js +83 -83
- package/public/spice-console/lib/encrypt.js +191 -191
- package/public/spice-console/lib/flipper.js +39 -39
- package/public/spice-console/lib/graphic.js +1230 -1230
- package/public/spice-console/lib/graphicdebug.js +223 -223
- package/public/spice-console/lib/images/bitmap.js +194 -194
- package/public/spice-console/lib/images/jsquic_family.js +83 -83
- package/public/spice-console/lib/images/jsquic_rgba.js +342 -342
- package/public/spice-console/lib/images/jsquic_uncompress.js +529 -529
- package/public/spice-console/lib/images/lz.js +717 -717
- package/public/spice-console/lib/images/png.js +275 -275
- package/public/spice-console/lib/jgestures.min.js +43 -43
- package/public/spice-console/lib/jquery-2.0.3.js +8829 -8829
- package/public/spice-console/lib/jquery-mousewheel.js +83 -83
- package/public/spice-console/lib/jquery-visibility.min.js +1 -1
- package/public/spice-console/lib/jsbn.js +578 -578
- package/public/spice-console/lib/jsbn2.js +675 -675
- package/public/spice-console/lib/lodash.4.0.0.min.js +136 -136
- package/public/spice-console/lib/modernizr.js +39 -39
- package/public/spice-console/lib/pixastic.js +3244 -3244
- package/public/spice-console/lib/prettyprint.js +794 -794
- package/public/spice-console/lib/prng4.js +64 -64
- package/public/spice-console/lib/queue.js +259 -259
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console/lib/rng.js +87 -87
- package/public/spice-console/lib/runqueue.js +103 -103
- package/public/spice-console/lib/sha1.js +124 -124
- package/public/spice-console/lib/stuckkeyshandler.js +122 -122
- package/public/spice-console/lib/timelapsedetector.js +62 -62
- package/public/spice-console/lib/utils.js +327 -327
- package/public/spice-console/lib/virtualjoystick.js +370 -370
- package/public/spice-console/network/busconnection.js +195 -195
- package/public/spice-console/network/clusternodechooser.js +49 -49
- package/public/spice-console/network/connectioncontrol.js +60 -60
- package/public/spice-console/network/packetcontroller.js +62 -62
- package/public/spice-console/network/packetextractor.js +73 -73
- package/public/spice-console/network/packetlinkfactory.js +64 -64
- package/public/spice-console/network/packetreassembler.js +77 -77
- package/public/spice-console/network/reassemblerfactory.js +39 -39
- package/public/spice-console/network/sizedefiner.js +86 -86
- package/public/spice-console/network/socket.js +120 -120
- package/public/spice-console/network/socketqueue.js +95 -95
- package/public/spice-console/network/spicechannel.js +375 -375
- package/public/spice-console/network/websocketwrapper.js +75 -75
- package/public/spice-console/process/busprocess.js +309 -309
- package/public/spice-console/process/cursorprocess.js +110 -110
- package/public/spice-console/process/displaypreprocess.js +152 -152
- package/public/spice-console/process/displayprocess.js +210 -210
- package/public/spice-console/process/inputprocess.js +203 -203
- package/public/spice-console/process/mainprocess.js +78 -78
- package/public/spice-console/process/playbackprocess.js +233 -233
- package/public/spice-console/run.js +180 -180
- package/public/spice-console/spiceobjects/generated/protocol.js +537 -537
- package/public/spice-console/spiceobjects/spiceobjects.js +3474 -3474
- package/public/spice-console/swcanvas/swcanvas.js +82 -82
- package/public/spice-console/tools/generate.php +269 -269
- package/public/spice-console/tools/generateKeyboardLayout.php +63 -63
- package/public/spice-console/tools/generateSpiceObject.php +81 -81
- package/store/main/lib/interfaces.ts +9 -9
- package/store/tasks/actions.ts +133 -133
- package/store/tasks/getters.ts +25 -25
- package/store/tasks/lib/models/interfaces.ts +18 -18
- package/store/tasks/mappers/tasks.ts +42 -42
- package/store/tasks/mutations.ts +58 -58
- package/store/tasks/state.ts +16 -16
- package/store/tasks/store.ts +12 -12
- package/tsconfig.json +4 -4
|
@@ -1,360 +1,360 @@
|
|
|
1
|
-
<svg width="38" height="3040" viewBox="0 0 38 3040" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_2038_743)">
|
|
3
|
-
<path d="M16 28C16 28.5933 16.1759 29.1734 16.5056 29.6667C16.8352 30.1601 17.3038 30.5446 17.8519 30.7716C18.4001 30.9987 19.0033 31.0581 19.5853 30.9424C20.1672 30.8266 20.7018 30.5409 21.1213 30.1213C21.5409 29.7018 21.8266 29.1672 21.9424 28.5853C22.0581 28.0033 21.9987 27.4001 21.7716 26.8519C21.5446 26.3038 21.1601 25.8352 20.6667 25.5056C20.1734 25.1759 19.5933 25 19 25C18.2044 25 17.4413 25.3161 16.8787 25.8787C16.3161 26.4413 16 27.2044 16 28ZM20 28C20 28.1978 19.9414 28.3911 19.8315 28.5556C19.7216 28.72 19.5654 28.8482 19.3827 28.9239C19.2 28.9996 18.9989 29.0194 18.8049 28.9808C18.6109 28.9422 18.4327 28.847 18.2929 28.7071C18.153 28.5673 18.0578 28.3891 18.0192 28.1951C17.9806 28.0011 18.0004 27.8 18.0761 27.6173C18.1518 27.4346 18.28 27.2784 18.4444 27.1685C18.6089 27.0586 18.8022 27 19 27C19.2652 27 19.5196 27.1054 19.7071 27.2929C19.8946 27.4804 20 27.7348 20 28ZM13 11H19V13H13V11ZM13 7H19V9H13V7Z" fill="#565656"/>
|
|
4
|
-
<path d="M27 19V33H11V5.00004H25V3.00004H10.35C9.99802 2.99733 9.65911 3.13321 9.4065 3.37834C9.15389 3.62346 9.00787 3.95814 9 4.31004V35H29V19H27Z" fill="#565656"/>
|
|
5
|
-
<path d="M37 7H31V1H27V7H21V11H27V17H31V11H37V7Z" fill="#59A011"/>
|
|
6
|
-
<path d="M16 63H4C3.73478 63 3.48043 62.8946 3.29289 62.7071C3.10536 62.5196 3 62.2652 3 62V50C3 49.7348 3.10536 49.4804 3.29289 49.2929C3.48043 49.1054 3.73478 49 4 49H16C16.2652 49 16.5196 49.1054 16.7071 49.2929C16.8946 49.4804 17 49.7348 17 50V62C17 62.2652 16.8946 62.5196 16.7071 62.7071C16.5196 62.8946 16.2652 63 16 63ZM5 61H15V51H5V61Z" fill="#565656"/>
|
|
7
|
-
<path d="M7 50V43H17V46H19V42C19 41.7348 18.8946 41.4804 18.7071 41.2929C18.5196 41.1054 18.2652 41 18 41H6C5.73478 41 5.48043 41.1054 5.29289 41.2929C5.10536 41.4804 5 41.7348 5 42V50H7Z" fill="#565656"/>
|
|
8
|
-
<path d="M25 51H27V46C27 45.7348 26.8946 45.4804 26.7071 45.2929C26.5196 45.1054 26.2652 45 26 45H14C13.7348 45 13.4804 45.1054 13.2929 45.2929C13.1054 45.4804 13 45.7348 13 46V50H15V47H25V51ZM33 73H21C20.4696 73 19.9609 72.7893 19.5858 72.4142C19.2107 72.0391 19 71.5304 19 71V55C19 54.4696 19.2107 53.9609 19.5858 53.5858C19.9609 53.2107 20.4696 53 21 53H33C33.5304 53 34.0391 53.2107 34.4142 53.5858C34.7893 53.9609 35 54.4696 35 55V71C35 71.5304 34.7893 72.0391 34.4142 72.4142C34.0391 72.7893 33.5304 73 33 73ZM21 55V71H33V55H21Z" fill="#565656"/>
|
|
9
|
-
<path d="M23 61H31V63H23V61ZM23 57H31V59H23V57ZM23 65H29V67H23V65Z" fill="#565656"/>
|
|
10
|
-
<path d="M7 83H19V85H7V83ZM7 87H19V89H7V87ZM13 103C13.1978 103 13.3911 103.059 13.5556 103.169C13.72 103.278 13.8482 103.435 13.9239 103.617C13.9996 103.8 14.0194 104.001 13.9808 104.195C13.9422 104.389 13.847 104.567 13.7071 104.707C13.5673 104.847 13.3891 104.942 13.1951 104.981C13.0011 105.019 12.8 105 12.6173 104.924C12.4346 104.848 12.2784 104.72 12.1685 104.556C12.0586 104.391 12 104.198 12 104C12 103.735 12.1054 103.48 12.2929 103.293C12.4804 103.105 12.7348 103 13 103ZM13 101C12.4067 101 11.8266 101.176 11.3333 101.506C10.8399 101.835 10.4554 102.304 10.2284 102.852C10.0013 103.4 9.94189 104.003 10.0576 104.585C10.1734 105.167 10.4591 105.702 10.8787 106.121C11.2982 106.541 11.8328 106.827 12.4147 106.942C12.9967 107.058 13.5999 106.999 14.1481 106.772C14.6962 106.545 15.1648 106.16 15.4944 105.667C15.8241 105.173 16 104.593 16 104C16 103.204 15.6839 102.441 15.1213 101.879C14.5587 101.316 13.7956 101 13 101Z" fill="#565656"/>
|
|
11
|
-
<path d="M21.65 78.9999H4.35C4.17534 78.9973 4.00186 79.029 3.83949 79.0935C3.67711 79.1579 3.52901 79.2536 3.40365 79.3753C3.27828 79.4969 3.17811 79.6421 3.10885 79.8024C3.0396 79.9628 3.00261 80.1352 3 80.3099V111H23V80.3099C22.9974 80.1352 22.9604 79.9628 22.8911 79.8024C22.8219 79.6421 22.7217 79.4969 22.5964 79.3753C22.471 79.2536 22.3229 79.1579 22.1605 79.0935C21.9981 79.029 21.8247 78.9973 21.65 78.9999ZM21 109H5V80.9999H21V109Z" fill="#565656"/>
|
|
12
|
-
<path d="M27.81 107H21V93H27.81C28.656 93 29.4674 93.3361 30.0657 93.9343C30.6639 94.5326 31 95.344 31 96.19V103.81C31 104.656 30.6639 105.467 30.0657 106.066C29.4674 106.664 28.656 107 27.81 107ZM23 105H27.81C27.9663 105 28.121 104.969 28.2654 104.909C28.4098 104.85 28.541 104.762 28.6515 104.651C28.762 104.541 28.8496 104.41 28.9094 104.265C28.9692 104.121 29 103.966 29 103.81V96.19C29 96.0337 28.9692 95.879 28.9094 95.7346C28.8496 95.5902 28.762 95.459 28.6515 95.3485C28.541 95.238 28.4098 95.1504 28.2654 95.0906C28.121 95.0308 27.9663 95 27.81 95H23V105Z" fill="#565656"/>
|
|
13
|
-
<path d="M30 99H35V101H30V99Z" fill="#565656"/>
|
|
14
|
-
<path d="M21 147H5V119H21V127H23V118.31C22.9974 118.135 22.9604 117.963 22.8911 117.802C22.8219 117.642 22.7217 117.497 22.5964 117.375C22.471 117.254 22.3229 117.158 22.1605 117.093C21.9981 117.029 21.8247 116.997 21.65 117H4.35C4.17534 116.997 4.00186 117.029 3.83949 117.093C3.67711 117.158 3.52901 117.254 3.40365 117.375C3.27828 117.497 3.17811 117.642 3.10885 117.802C3.0396 117.963 3.00261 118.135 3 118.31V149H23V147H21Z" fill="#565656"/>
|
|
15
|
-
<path d="M7 121H19V123H7V121ZM7 125H19V127H7V125ZM13 141C13.1978 141 13.3911 141.059 13.5556 141.169C13.72 141.278 13.8482 141.435 13.9239 141.617C13.9996 141.8 14.0194 142.001 13.9808 142.195C13.9422 142.389 13.847 142.567 13.7071 142.707C13.5673 142.847 13.3891 142.942 13.1951 142.981C13.0011 143.019 12.8 143 12.6173 142.924C12.4346 142.848 12.2784 142.72 12.1685 142.556C12.0586 142.391 12 142.198 12 142C12 141.735 12.1054 141.48 12.2929 141.293C12.4804 141.105 12.7348 141 13 141ZM13 139C12.4067 139 11.8266 139.176 11.3333 139.506C10.8399 139.835 10.4554 140.304 10.2284 140.852C10.0013 141.4 9.94189 142.003 10.0576 142.585C10.1734 143.167 10.4591 143.702 10.8787 144.121C11.2982 144.541 11.8328 144.827 12.4147 144.942C12.9967 145.058 13.5999 144.999 14.1481 144.772C14.6962 144.545 15.1648 144.16 15.4944 143.667C15.8241 143.173 16 142.593 16 142C16 141.204 15.6839 140.441 15.1213 139.879C14.5587 139.316 13.7956 139 13 139Z" fill="#565656"/>
|
|
16
|
-
<path d="M21 141.81V135H35V141.81C35 142.229 34.9175 142.644 34.7572 143.031C34.5969 143.418 34.3619 143.769 34.0657 144.066C33.7695 144.362 33.4178 144.597 33.0308 144.757C32.6437 144.917 32.2289 145 31.81 145H24.19C23.344 145 22.5326 144.664 21.9343 144.066C21.3361 143.467 21 142.656 21 141.81ZM23 137V141.81C23 141.966 23.0308 142.121 23.0906 142.265C23.1504 142.41 23.238 142.541 23.3485 142.651C23.459 142.762 23.5902 142.85 23.7346 142.909C23.879 142.969 24.0337 143 24.19 143H31.81C31.9663 143 32.121 142.969 32.2654 142.909C32.4098 142.85 32.541 142.762 32.6515 142.651C32.762 142.541 32.8496 142.41 32.9094 142.265C32.9692 142.121 33 141.966 33 141.81V137H23Z" fill="#565656"/>
|
|
17
|
-
<path d="M27 144H29V149H27V144ZM32 129C32.2652 129 32.5196 129.105 32.7071 129.293C32.8946 129.48 33 129.735 33 130V135H31V130C31 129.735 31.1054 129.48 31.2929 129.293C31.4804 129.105 31.7348 129 32 129ZM24 129C24.2652 129 24.5196 129.105 24.7071 129.293C24.8946 129.48 25 129.735 25 130V135H23V130C23 129.735 23.1054 129.48 23.2929 129.293C23.4804 129.105 23.7348 129 24 129Z" fill="#565656"/>
|
|
18
|
-
<path d="M13 159H25V161H13V159ZM13 163H25V165H13V163Z" fill="#565656"/>
|
|
19
|
-
<path d="M7.57 167H3V175L7.57 167Z" fill="#565656"/>
|
|
20
|
-
<path d="M12.16 167H7.59002L3.02002 175H7.59002L12.16 167Z" fill="#FAC400"/>
|
|
21
|
-
<path d="M16.7298 167H12.1598L7.58984 175H12.1598L16.7298 167Z" fill="#565656"/>
|
|
22
|
-
<path d="M21.3002 167H16.7302L12.1602 175H16.7302L21.3002 167Z" fill="#FAC400"/>
|
|
23
|
-
<path d="M25.86 167H21.3L16.73 175H21.3L25.86 167Z" fill="#565656"/>
|
|
24
|
-
<path d="M30.4298 167H25.8598L21.2998 175H25.8598L30.4298 167Z" fill="#FAC400"/>
|
|
25
|
-
<path d="M34.9999 167H30.4299L25.8599 175H30.4299L34.9999 167Z" fill="#565656"/>
|
|
26
|
-
<path d="M34.9802 167L30.4102 175H34.9802V167Z" fill="#FAC400"/>
|
|
27
|
-
<path d="M27.24 179.17C27.3716 179.169 27.5021 179.194 27.6239 179.244C27.7457 179.294 27.8566 179.367 27.95 179.46C28.0437 179.553 28.1181 179.664 28.1689 179.785C28.2197 179.907 28.2458 180.038 28.2458 180.17C28.2458 180.302 28.2197 180.433 28.1689 180.555C28.1181 180.676 28.0437 180.787 27.95 180.88L25.83 183L28 185.12C28.0937 185.213 28.1681 185.324 28.2189 185.445C28.2697 185.567 28.2958 185.698 28.2958 185.83C28.2958 185.962 28.2697 186.093 28.2189 186.215C28.1681 186.336 28.0937 186.447 28 186.54C27.8126 186.726 27.5592 186.831 27.295 186.831C27.0308 186.831 26.7774 186.726 26.59 186.54L23 183L26.54 179.46C26.7263 179.275 26.9777 179.171 27.24 179.17Z" fill="#565656"/>
|
|
28
|
-
<path d="M24.7998 182H34.2398C34.505 182 34.7594 182.105 34.9469 182.293C35.1344 182.48 35.2398 182.735 35.2398 183C35.2398 183.265 35.1344 183.52 34.9469 183.707C34.7594 183.895 34.505 184 34.2398 184H24.7998C24.5346 184 24.2802 183.895 24.0927 183.707C23.9052 183.52 23.7998 183.265 23.7998 183C23.7998 182.735 23.9052 182.48 24.0927 182.293C24.2802 182.105 24.5346 182 24.7998 182Z" fill="#565656"/>
|
|
29
|
-
<path d="M21 185H11V157H27V177H29V156.31C28.9974 156.135 28.9604 155.963 28.8911 155.802C28.8219 155.642 28.7217 155.497 28.5964 155.375C28.471 155.254 28.3229 155.158 28.1605 155.093C27.9981 155.029 27.8247 154.997 27.65 155H10.35C10.1753 154.997 10.0019 155.029 9.83949 155.093C9.67711 155.158 9.52901 155.254 9.40365 155.375C9.27828 155.497 9.17811 155.642 9.10885 155.802C9.0396 155.963 9.00261 156.135 9 156.31V187H21V185Z" fill="#565656"/>
|
|
30
|
-
<path d="M13 197H25V199H13V197ZM13 201H25V203H13V201Z" fill="#565656"/>
|
|
31
|
-
<path d="M7.57 205H3V213L7.57 205Z" fill="#565656"/>
|
|
32
|
-
<path d="M12.16 205H7.59002L3.02002 213H7.59002L12.16 205Z" fill="#FAC400"/>
|
|
33
|
-
<path d="M16.7298 205H12.1598L7.58984 213H12.1598L16.7298 205Z" fill="#565656"/>
|
|
34
|
-
<path d="M21.3002 205H16.7302L12.1602 213H16.7302L21.3002 205Z" fill="#FAC400"/>
|
|
35
|
-
<path d="M25.86 205H21.3L16.73 213H21.3L25.86 205Z" fill="#565656"/>
|
|
36
|
-
<path d="M30.4298 205H25.8598L21.2998 213H25.8598L30.4298 205Z" fill="#FAC400"/>
|
|
37
|
-
<path d="M34.9999 205H30.4299L25.8599 213H30.4299L34.9999 205Z" fill="#565656"/>
|
|
38
|
-
<path d="M34.9802 205L30.4102 213H34.9802V205Z" fill="#FAC400"/>
|
|
39
|
-
<path d="M30.9999 224.83C30.8683 224.831 30.7379 224.806 30.616 224.756C30.4942 224.706 30.3834 224.633 30.2899 224.54C30.1962 224.447 30.1218 224.337 30.071 224.215C30.0203 224.093 29.9941 223.962 29.9941 223.83C29.9941 223.698 30.0203 223.567 30.071 223.446C30.1218 223.324 30.1962 223.213 30.2899 223.12L32.4099 221L30.2899 218.88C30.1016 218.692 29.9958 218.436 29.9958 218.17C29.9958 217.904 30.1016 217.648 30.2899 217.46C30.4782 217.272 30.7336 217.166 30.9999 217.166C31.2662 217.166 31.5216 217.272 31.7099 217.46L35.2399 221L31.7099 224.54C31.6165 224.633 31.5057 224.706 31.3838 224.756C31.262 224.806 31.1315 224.831 30.9999 224.83Z" fill="#565656"/>
|
|
40
|
-
<path d="M33.44 222H24C23.7348 222 23.4804 221.895 23.2929 221.707C23.1054 221.52 23 221.265 23 221C23 220.735 23.1054 220.48 23.2929 220.293C23.4804 220.105 23.7348 220 24 220H33.44C33.7052 220 33.9596 220.105 34.1471 220.293C34.3346 220.48 34.44 220.735 34.44 221C34.44 221.265 34.3346 221.52 34.1471 221.707C33.9596 221.895 33.7052 222 33.44 222Z" fill="#565656"/>
|
|
41
|
-
<path d="M21 223H11V195H27V215H29V194.31C28.9974 194.135 28.9604 193.963 28.8911 193.802C28.8219 193.642 28.7217 193.497 28.5964 193.375C28.471 193.254 28.3229 193.158 28.1605 193.093C27.9981 193.029 27.8247 192.997 27.65 193H10.35C10.1753 192.997 10.0019 193.029 9.83949 193.093C9.67711 193.158 9.52901 193.254 9.40365 193.375C9.27828 193.497 9.17811 193.642 9.10885 193.802C9.0396 193.963 9.00261 194.135 9 194.31V225H21V223Z" fill="#565656"/>
|
|
42
|
-
<path d="M7 235H19V237H7V235ZM7 239H19V241H7V239ZM13 255C13.1978 255 13.3911 255.059 13.5556 255.169C13.72 255.278 13.8482 255.435 13.9239 255.617C13.9996 255.8 14.0194 256.001 13.9808 256.195C13.9422 256.389 13.847 256.567 13.7071 256.707C13.5673 256.847 13.3891 256.942 13.1951 256.981C13.0011 257.019 12.8 257 12.6173 256.924C12.4346 256.848 12.2784 256.72 12.1685 256.556C12.0586 256.391 12 256.198 12 256C12 255.735 12.1054 255.48 12.2929 255.293C12.4804 255.105 12.7348 255 13 255ZM13 253C12.4067 253 11.8266 253.176 11.3333 253.506C10.8399 253.835 10.4554 254.304 10.2284 254.852C10.0013 255.4 9.94189 256.003 10.0576 256.585C10.1734 257.167 10.4591 257.702 10.8787 258.121C11.2982 258.541 11.8328 258.827 12.4147 258.942C12.9967 259.058 13.5999 258.999 14.1481 258.772C14.6962 258.545 15.1648 258.16 15.4944 257.667C15.8241 257.173 16 256.593 16 256C16 255.204 15.6839 254.441 15.1213 253.879C14.5587 253.316 13.7956 253 13 253Z" fill="#565656"/>
|
|
43
|
-
<path d="M17.1 261H5V233H21V245H23V232.31C22.9974 232.135 22.9604 231.963 22.8911 231.802C22.8219 231.642 22.7217 231.497 22.5964 231.375C22.471 231.254 22.3229 231.158 22.1605 231.093C21.9981 231.029 21.8247 230.997 21.65 231H4.35C4.17534 230.997 4.00186 231.029 3.83949 231.093C3.67711 231.158 3.52901 231.254 3.40365 231.375C3.27828 231.497 3.17811 231.642 3.10885 231.802C3.0396 231.963 3.00261 232.135 3 232.31V263H18C17.5509 262.411 17.243 261.727 17.1 261Z" fill="#565656"/>
|
|
44
|
-
<path d="M23 257V261H22C21.7348 261 21.4804 260.895 21.2929 260.707C21.1054 260.52 21 260.265 21 260V249H28C28.2652 249 28.5196 249.105 28.7071 249.293C28.8946 249.48 29 249.735 29 250V257H31V250C31 249.204 30.6839 248.441 30.1213 247.879C29.5587 247.316 28.7956 247 28 247H18C17.2044 247 16.4413 247.316 15.8787 247.879C15.3161 248.441 15 249.204 15 250V251H17V250C17 249.735 17.1054 249.48 17.2929 249.293C17.4804 249.105 17.7348 249 18 249H19V260C19 260.796 19.3161 261.559 19.8787 262.121C20.4413 262.684 21.2044 263 22 263H32C32.7956 263 33.5587 262.684 34.1213 262.121C34.6839 261.559 35 260.796 35 260V257H23ZM33 260C33 260.265 32.8946 260.52 32.7071 260.707C32.5196 260.895 32.2652 261 32 261H25V259H33V260Z" fill="#565656"/>
|
|
45
|
-
<path d="M13 273H25V275H13V273ZM13 277H25V279H13V277ZM22 294C21.9976 293.476 21.8577 292.961 21.5944 292.507C21.331 292.054 20.9533 291.677 20.499 291.415C20.0447 291.153 19.5297 291.015 19.0052 291.014C18.4807 291.013 17.9652 291.15 17.51 291.41C18.1232 291.771 18.593 292.333 18.84 293C18.8932 292.994 18.9468 292.994 19 293C19.2652 293 19.5196 293.105 19.7071 293.293C19.8946 293.48 20 293.735 20 294C20 294.265 19.8946 294.52 19.7071 294.707C19.5196 294.895 19.2652 295 19 295H18.94C18.8704 295.682 18.7193 296.354 18.49 297C18.6597 297.015 18.8303 297.015 19 297C19.7956 297 20.5587 296.684 21.1213 296.121C21.6839 295.559 22 294.796 22 294Z" fill="#565656"/>
|
|
46
|
-
<path d="M27.65 269H10.35C10.1753 268.997 10.0019 269.029 9.83949 269.093C9.67711 269.158 9.52901 269.254 9.40365 269.375C9.27828 269.497 9.17811 269.642 9.10885 269.802C9.0396 269.963 9.00261 270.135 9 270.31V285.06H9.61C9.6355 284.305 9.95062 283.589 10.49 283.06C10.6438 282.904 10.8149 282.767 11 282.65V271H27V299H17.48C16.9714 299.756 16.351 300.43 15.64 301H29V270.31C28.9974 270.135 28.9604 269.963 28.8911 269.802C28.8219 269.642 28.7217 269.497 28.5964 269.375C28.471 269.254 28.3229 269.158 28.1605 269.093C27.9981 269.029 27.8247 268.997 27.65 269Z" fill="#565656"/>
|
|
47
|
-
<path d="M16 293C15.7348 293 15.4804 293.105 15.2929 293.293C15.1054 293.48 15 293.735 15 294C15 294.989 14.7068 295.956 14.1574 296.778C13.6079 297.6 12.8271 298.241 11.9134 298.619C10.9998 298.998 9.99446 299.097 9.02455 298.904C8.05465 298.711 7.16373 298.235 6.46447 297.535C5.76521 296.836 5.289 295.945 5.09608 294.975C4.90315 294.005 5.00217 293 5.38061 292.086C5.75904 291.173 6.39991 290.392 7.22215 289.843C8.0444 289.293 9.0111 289 10 289H13L11.9 290.13C11.7953 290.22 11.7103 290.33 11.6503 290.454C11.5903 290.578 11.5565 290.713 11.5512 290.851C11.5459 290.989 11.5691 291.126 11.6194 291.254C11.6696 291.383 11.7459 291.499 11.8434 291.597C11.9408 291.694 12.0574 291.77 12.1857 291.821C12.314 291.871 12.4513 291.894 12.5891 291.889C12.7268 291.883 12.8619 291.85 12.986 291.79C13.11 291.73 13.2204 291.645 13.31 291.54L16.14 288.71C16.3263 288.523 16.4308 288.269 16.4308 288.005C16.4308 287.741 16.3263 287.487 16.14 287.3L13.31 284.47C13.2204 284.365 13.11 284.28 12.986 284.22C12.8619 284.16 12.7268 284.126 12.5891 284.121C12.4513 284.116 12.314 284.139 12.1857 284.189C12.0574 284.24 11.9408 284.316 11.8434 284.413C11.7459 284.511 11.6696 284.627 11.6194 284.756C11.5691 284.884 11.5459 285.021 11.5512 285.159C11.5565 285.297 11.5903 285.432 11.6503 285.556C11.7103 285.68 11.7953 285.79 11.9 285.88L13 287H10C8.61553 287 7.26216 287.41 6.11101 288.18C4.95987 288.949 4.06266 290.042 3.53285 291.321C3.00303 292.6 2.86441 294.008 3.13451 295.366C3.4046 296.723 4.07129 297.971 5.05026 298.95C6.02922 299.929 7.2765 300.595 8.63437 300.865C9.99224 301.135 11.3997 300.997 12.6788 300.467C13.9579 299.937 15.0511 299.04 15.8203 297.889C16.5895 296.738 17 295.384 17 294C17 293.735 16.8946 293.48 16.7071 293.293C16.5196 293.105 16.2652 293 16 293Z" fill="#565656"/>
|
|
48
|
-
<path d="M13.9978 313.368L8.54597 318.82C8.15545 319.21 8.15545 319.843 8.54597 320.234L8.94902 320.637C9.33955 321.028 9.97271 321.028 10.3632 320.637L15.815 315.185C16.2056 314.795 16.2056 314.162 15.815 313.771L15.412 313.368C15.0215 312.977 14.3883 312.977 13.9978 313.368Z" fill="#565656"/>
|
|
49
|
-
<path d="M24.9999 323V322.45L24.3499 321.8L24.9799 321.17V317H24.3599C24.4552 317.483 24.4302 317.981 24.2872 318.452C24.1442 318.923 23.8875 319.352 23.5399 319.7L21.5399 321.7L32.9999 333.28V337H29.8599L28.0899 335.24V332.44H24.4099V329.44H19.7999L16.7999 326.44L14.9999 328.31C14.4374 328.872 13.6749 329.187 12.8799 329.187C12.0849 329.187 11.3224 328.872 10.7599 328.31L5.49991 323C4.93811 322.437 4.62255 321.675 4.62255 320.88C4.62255 320.085 4.93811 319.322 5.49991 318.76L14.0599 310.2C14.6224 309.638 15.3849 309.323 16.1799 309.323C16.9749 309.323 17.7374 309.638 18.2999 310.2L18.9999 310.9V309H19.8699L19.7099 308.84C18.7723 307.903 17.5007 307.376 16.1749 307.376C14.8491 307.376 13.5775 307.903 12.6399 308.84L4.08991 317.39C3.15255 318.328 2.62598 319.599 2.62598 320.925C2.62598 322.251 3.15255 323.522 4.08991 324.46L9.34991 329.72C10.2875 330.657 11.5591 331.184 12.8849 331.184C14.2107 331.184 15.4823 330.657 16.4199 329.72L16.8199 329.32L18.9999 331.48H22.4399V334.48H26.1299V336.11L28.9999 339H34.9999V332.45L25.5499 323H24.9999Z" fill="#565656"/>
|
|
50
|
-
<path d="M37 311H31V305H27V311H21V315H27V321H31V315H37V311Z" fill="#59A011"/>
|
|
51
|
-
<path d="M14.0051 351.365L8.5533 356.817C8.16277 357.208 8.16277 357.841 8.5533 358.231L8.95635 358.634C9.34687 359.025 9.98004 359.025 10.3706 358.634L15.8224 353.183C16.2129 352.792 16.2129 352.159 15.8224 351.768L15.4193 351.365C15.0288 350.975 14.3956 350.975 14.0051 351.365Z" fill="#565656"/>
|
|
52
|
-
<path d="M24.3499 359.8L24.9799 359.17C25.9199 358.235 26.4501 356.965 26.4538 355.639C26.4576 354.313 25.9346 353.04 24.9999 352.1L19.7099 346.84C18.7723 345.903 17.5007 345.376 16.1749 345.376C14.8491 345.376 13.5775 345.903 12.6399 346.84L4.08991 355.39C3.15255 356.328 2.62598 357.599 2.62598 358.925C2.62598 360.251 3.15255 361.522 4.08991 362.46L9.34991 367.72C10.2875 368.657 11.5591 369.184 12.8849 369.184C14.2107 369.184 15.4823 368.657 16.4199 367.72L16.8199 367.32L18.9999 369.48H22.4399V372.48H26.1299V374.11L28.9999 377H34.9999V370.45L24.3499 359.8ZM32.9999 375H29.8599L28.0899 373.24V370.44H24.4099V367.44H19.7999L16.7999 364.44L14.9999 366.31C14.4374 366.872 13.6749 367.187 12.8799 367.187C12.0849 367.187 11.3224 366.872 10.7599 366.31L5.49991 361C4.93811 360.437 4.62255 359.675 4.62255 358.88C4.62255 358.085 4.93811 357.322 5.49991 356.76L14.0599 348.2C14.6224 347.638 15.3849 347.323 16.1799 347.323C16.9749 347.323 17.7374 347.638 18.2999 348.2L23.5599 353.46C24.1217 354.022 24.4373 354.785 24.4373 355.58C24.4373 356.375 24.1217 357.137 23.5599 357.7L21.5599 359.7L32.9999 371.28V375Z" fill="#565656"/>
|
|
53
|
-
<path d="M13.9978 389.368L8.54597 394.82C8.15545 395.21 8.15545 395.843 8.54597 396.234L8.94902 396.637C9.33955 397.028 9.97271 397.028 10.3632 396.637L15.815 391.185C16.2056 390.795 16.2056 390.162 15.815 389.771L15.412 389.368C15.0215 388.977 14.3883 388.977 13.9978 389.368Z" fill="#565656"/>
|
|
54
|
-
<path d="M26.9399 403.14L32.9999 409.28V413H29.8599L28.0899 411.24V408.44H24.4099V405.44H19.7999L16.7999 402.44L14.9999 404.31C14.4374 404.872 13.6749 405.187 12.8799 405.187C12.0849 405.187 11.3224 404.872 10.7599 404.31L5.49991 399C4.93811 398.437 4.62255 397.675 4.62255 396.88C4.62255 396.085 4.93811 395.322 5.49991 394.76L14.0599 386.2C14.6224 385.638 15.3849 385.323 16.1799 385.323C16.9749 385.323 17.7374 385.638 18.2999 386.2L18.8399 386.75L19.8399 384.99L19.6899 384.84C18.7523 383.903 17.4807 383.376 16.1549 383.376C14.8291 383.376 13.5575 383.903 12.6199 384.84L4.08991 393.39C3.15255 394.328 2.62598 395.599 2.62598 396.925C2.62598 398.251 3.15255 399.522 4.08991 400.46L9.34991 405.72C10.2875 406.657 11.5591 407.184 12.8849 407.184C14.2107 407.184 15.4823 406.657 16.4199 405.72L16.8199 405.32L18.9999 407.48H22.4399V410.48H26.1299V412.11L28.9999 415H34.9999V408.45L29.6899 403.14H26.9399Z" fill="#565656"/>
|
|
55
|
-
<path d="M26 382.19C25.3206 382.186 24.6523 382.362 24.0636 382.701C23.4749 383.04 22.987 383.53 22.65 384.12L16.19 395.35C15.8513 395.936 15.673 396.602 15.6729 397.279C15.6727 397.957 15.8508 398.622 16.1893 399.209C16.5277 399.795 17.0146 400.283 17.601 400.622C18.1874 400.961 18.8527 401.139 19.53 401.14H32.53C33.2073 401.139 33.8726 400.961 34.459 400.622C35.0454 400.283 35.5323 399.795 35.8707 399.209C36.2092 398.622 36.3873 397.957 36.3871 397.279C36.387 396.602 36.2087 395.936 35.87 395.35L29.36 384.12C29.0229 383.528 28.5337 383.037 27.9429 382.697C27.3521 382.358 26.6813 382.183 26 382.19Z" fill="#B68300"/>
|
|
56
|
-
<path d="M25.9998 384.19C26.3264 384.189 26.6473 384.275 26.9301 384.438C27.2129 384.601 27.4474 384.837 27.6098 385.12L34.0898 396.35C34.253 396.633 34.339 396.953 34.339 397.28C34.339 397.606 34.2532 397.927 34.09 398.21C33.9268 398.492 33.6922 398.727 33.4095 398.89C33.1269 399.054 32.8062 399.14 32.4798 399.14H19.4798C19.1534 399.14 18.8327 399.054 18.5501 398.89C18.2674 398.727 18.0328 398.492 17.8696 398.21C17.7064 397.927 17.6206 397.606 17.6206 397.28C17.6206 396.953 17.7066 396.633 17.8698 396.35L24.4098 385.12C24.5689 384.838 24.7999 384.604 25.0793 384.44C25.3586 384.277 25.6762 384.191 25.9998 384.19Z" fill="#FFE02C"/>
|
|
57
|
-
<path d="M25 395H27V397H25V395ZM25 387H27V393H25V387Z" fill="#454545"/>
|
|
58
|
-
<path d="M13.9978 427.368L8.54597 432.82C8.15545 433.21 8.15545 433.843 8.54597 434.234L8.94902 434.637C9.33955 435.028 9.97271 435.028 10.3632 434.637L15.815 429.185C16.2056 428.795 16.2056 428.162 15.815 427.771L15.412 427.368C15.0215 426.977 14.3883 426.977 13.9978 427.368Z" fill="#565656"/>
|
|
59
|
-
<path d="M23.6599 437.82L32.9999 447.28V451H29.8599L28.0899 449.24V446.44H24.4099V443.44H19.7999L16.7999 440.44L14.9999 442.31C14.4374 442.872 13.6749 443.187 12.8799 443.187C12.0849 443.187 11.3224 442.872 10.7599 442.31L5.49991 437C4.93811 436.438 4.62255 435.675 4.62255 434.88C4.62255 434.085 4.93811 433.323 5.49991 432.76L14.0599 424.2C14.6224 423.638 15.3849 423.323 16.1799 423.323C16.9749 423.323 17.7374 423.638 18.2999 424.2L22.1799 428.08L22.6399 427.62L22.5099 427.49L22.9999 427L17.9999 422.17L18.2799 421.88C17.3458 421.44 16.2982 421.3 15.2812 421.479C14.2642 421.658 13.3275 422.147 12.5999 422.88L4.08991 431.39C3.15255 432.328 2.62598 433.599 2.62598 434.925C2.62598 436.251 3.15255 437.522 4.08991 438.46L9.34991 443.72C10.2875 444.657 11.5591 445.184 12.8849 445.184C14.2107 445.184 15.4823 444.657 16.4199 443.72L16.8199 443.32L18.9999 445.48H22.4399V448.48H26.1299V450.11L28.9999 453H34.9999V446.45L24.9999 436.45L23.6599 437.82Z" fill="#565656"/>
|
|
60
|
-
<path d="M36.8401 422.14L34.0401 419.28L28.8501 424.35L23.6601 419.28L20.8701 422.14L25.9901 427.15L20.8701 432.16L23.6601 435.02L28.8501 429.95L34.0401 435.02L36.8401 432.16L31.7101 427.15L36.8401 422.14Z" fill="#F84E30"/>
|
|
61
|
-
<path d="M16 483C15.7348 483 15.4804 483.105 15.2929 483.293C15.1054 483.48 15 483.735 15 484C15 484.989 14.7068 485.956 14.1574 486.778C13.6079 487.6 12.8271 488.241 11.9134 488.619C10.9998 488.998 9.99446 489.097 9.02455 488.904C8.05465 488.711 7.16373 488.235 6.46447 487.535C5.76521 486.836 5.289 485.945 5.09608 484.975C4.90315 484.005 5.00217 483 5.38061 482.086C5.75904 481.173 6.39991 480.392 7.22215 479.843C8.0444 479.293 9.0111 479 10 479H13L11.9 480.13C11.7953 480.22 11.7103 480.33 11.6503 480.454C11.5903 480.578 11.5565 480.713 11.5512 480.851C11.5459 480.989 11.5691 481.126 11.6194 481.254C11.6696 481.383 11.7459 481.499 11.8434 481.597C11.9408 481.694 12.0574 481.77 12.1857 481.821C12.314 481.871 12.4513 481.894 12.5891 481.889C12.7268 481.883 12.8619 481.85 12.986 481.79C13.11 481.73 13.2204 481.645 13.31 481.54L16.14 478.71C16.3263 478.523 16.4308 478.269 16.4308 478.005C16.4308 477.741 16.3263 477.487 16.14 477.3L13.31 474.47C13.2204 474.365 13.11 474.28 12.986 474.22C12.8619 474.16 12.7268 474.126 12.5891 474.121C12.4513 474.116 12.314 474.139 12.1857 474.189C12.0574 474.24 11.9408 474.316 11.8434 474.413C11.7459 474.511 11.6696 474.627 11.6194 474.756C11.5691 474.884 11.5459 475.021 11.5512 475.159C11.5565 475.297 11.5903 475.432 11.6503 475.556C11.7103 475.68 11.7953 475.79 11.9 475.88L13 477H10C8.61553 477 7.26216 477.41 6.11101 478.18C4.95987 478.949 4.06266 480.042 3.53285 481.321C3.00303 482.6 2.86441 484.008 3.13451 485.366C3.4046 486.723 4.07129 487.971 5.05026 488.95C6.02922 489.929 7.2765 490.595 8.63437 490.865C9.99224 491.135 11.3997 490.997 12.6788 490.467C13.9579 489.937 15.0511 489.04 15.8203 487.889C16.5895 486.738 17 485.384 17 484C17 483.735 16.8946 483.48 16.7071 483.293C16.5196 483.105 16.2652 483 16 483Z" fill="#565656"/>
|
|
62
|
-
<path d="M14.0051 465.365L8.5533 470.817C8.16277 471.208 8.16277 471.841 8.5533 472.231L8.95635 472.634C9.34687 473.025 9.98004 473.025 10.3706 472.634L15.8224 467.183C16.2129 466.792 16.2129 466.159 15.8224 465.768L15.4193 465.365C15.0288 464.975 14.3956 464.975 14.0051 465.365Z" fill="#565656"/>
|
|
63
|
-
<path d="M24.3499 473.8L24.9799 473.17C25.9199 472.235 26.4501 470.965 26.4538 469.639C26.4576 468.313 25.9346 467.04 24.9999 466.1L19.7099 460.84C18.7723 459.903 17.5007 459.376 16.1749 459.376C14.8491 459.376 13.5775 459.903 12.6399 460.84L4.08991 469.39C3.15255 470.328 2.62598 471.599 2.62598 472.925C2.62598 474.251 3.15255 475.522 4.08991 476.46L4.50991 476.88C5.06184 476.456 5.65876 476.094 6.28991 475.8L5.49991 475C4.93811 474.437 4.62255 473.675 4.62255 472.88C4.62255 472.085 4.93811 471.322 5.49991 470.76L14.0599 462.2C14.6224 461.638 15.3849 461.323 16.1799 461.323C16.9749 461.323 17.7374 461.638 18.2999 462.2L23.5599 467.46C24.1217 468.022 24.4373 468.785 24.4373 469.58C24.4373 470.375 24.1217 471.137 23.5599 471.7L21.5599 473.7L32.9999 485.28V489H29.8599L28.0899 487.24V484.44H24.4099V481.44H19.7999L17.9999 479.61C17.8808 479.796 17.7434 479.971 17.5899 480.13L16.6499 481.06C17.2254 481.182 17.7523 481.471 18.1648 481.891C18.5773 482.311 18.8573 482.842 18.9699 483.42L19.0299 483.48H22.4699V486.48H26.1599V488.11L28.9999 491H34.9999V484.45L24.3499 473.8Z" fill="#565656"/>
|
|
64
|
-
<path d="M13.9978 503.368L8.54597 508.82C8.15545 509.21 8.15545 509.843 8.54597 510.234L8.94902 510.637C9.33955 511.028 9.97271 511.028 10.3632 510.637L15.815 505.185C16.2056 504.795 16.2056 504.162 15.815 503.771L15.412 503.368C15.0215 502.977 14.3883 502.977 13.9978 503.368Z" fill="#565656"/>
|
|
65
|
-
<path d="M21.5601 511.7L23.0201 513.18V510.24L21.5601 511.7Z" fill="#565656"/>
|
|
66
|
-
<path d="M24.8099 515L32.9999 523.28V527H29.8599L28.0899 525.24V522.44H24.4099V519.44H19.7999L16.7999 516.44L14.9999 518.31C14.4374 518.872 13.6749 519.187 12.8799 519.187C12.0849 519.187 11.3224 518.872 10.7599 518.31L5.49991 513C4.93811 512.437 4.62255 511.675 4.62255 510.88C4.62255 510.085 4.93811 509.322 5.49991 508.76L14.0599 500.2C14.6224 499.638 15.3849 499.323 16.1799 499.323C16.9749 499.323 17.7374 499.638 18.2999 500.2L19.5199 501.42L20.8999 500L19.7099 498.84C18.7723 497.903 17.5007 497.376 16.1749 497.376C14.8491 497.376 13.5775 497.903 12.6399 498.84L4.08991 507.39C3.15255 508.328 2.62598 509.599 2.62598 510.925C2.62598 512.251 3.15255 513.522 4.08991 514.46L9.34991 519.72C10.2875 520.657 11.5591 521.184 12.8849 521.184C14.2107 521.184 15.4823 520.657 16.4199 519.72L16.8199 519.32L18.9999 521.48H22.4399V524.48H26.1299V526.11L28.9999 529H34.9999V522.45L27.5399 515H24.8099Z" fill="#565656"/>
|
|
67
|
-
<path d="M20.18 503.58C20.0716 503.689 19.9978 503.828 19.9679 503.979C19.9381 504.13 19.9535 504.286 20.0123 504.428C20.0711 504.57 20.1706 504.692 20.2983 504.778C20.426 504.863 20.5762 504.909 20.73 504.91H25V513H31.92V504.91H36.13C36.2839 504.909 36.4341 504.863 36.5618 504.778C36.6895 504.692 36.789 504.57 36.8478 504.428C36.9066 504.286 36.922 504.13 36.8922 503.979C36.8623 503.828 36.7885 503.689 36.68 503.58L28.44 495.32L20.18 503.58Z" fill="#0091DA"/>
|
|
68
|
-
<path d="M5.55994 545.41C5.8501 545.12 6.19475 544.89 6.57404 544.734C6.95333 544.578 7.35976 544.498 7.76994 544.5C8.03365 544.502 8.29591 544.539 8.54994 544.61C9.20797 544.14 9.90755 543.732 10.6399 543.39C9.6197 542.691 8.38027 542.387 7.15234 542.533C5.92442 542.68 4.79166 543.268 3.96491 544.188C3.13816 545.108 2.67375 546.296 2.65812 547.533C2.64249 548.769 3.07671 549.97 3.87994 550.91C4.14093 550.152 4.47588 549.422 4.87994 548.73C4.65882 548.17 4.60537 547.558 4.72612 546.969C4.84686 546.379 5.13659 545.838 5.55994 545.41ZM26.9999 555C27.0038 553.122 26.5269 551.275 25.6149 549.634C24.7028 547.993 23.3858 546.612 21.7893 545.624C20.1929 544.636 18.37 544.073 16.4944 543.989C14.6187 543.904 12.7527 544.301 11.0739 545.142C9.39514 545.983 7.95953 547.239 6.90377 548.792C5.848 550.345 5.20722 552.142 5.04242 554.012C4.87762 555.882 5.1943 557.764 5.96231 559.477C6.73031 561.19 7.92408 562.678 9.42994 563.8C9.3989 563.818 9.37171 563.841 9.34994 563.87L7.99994 565.93C7.85012 566.149 7.79334 566.418 7.8421 566.679C7.89085 566.939 8.04116 567.17 8.25994 567.32C8.42434 567.435 8.61945 567.497 8.81994 567.5C8.98375 567.5 9.1451 567.46 9.28983 567.383C9.43455 567.307 9.55821 567.196 9.64994 567.06L10.9999 565C10.9999 565 10.9999 564.89 11.0699 564.83C12.5941 565.605 14.2799 566.009 15.9899 566.009C17.7 566.009 19.3858 565.605 20.9099 564.83C20.9099 564.89 20.9099 564.95 20.9799 565L22.3899 567.07C22.4817 567.206 22.6053 567.317 22.7501 567.393C22.8948 567.47 23.0561 567.51 23.2199 567.51C23.4204 567.507 23.6155 567.445 23.7799 567.33C23.9987 567.18 24.149 566.949 24.1978 566.689C24.2465 566.428 24.1898 566.159 24.0399 565.94L22.6399 563.88C22.6192 563.854 22.5957 563.831 22.5699 563.81C23.943 562.787 25.0584 561.459 25.8275 559.929C26.5965 558.4 26.998 556.712 26.9999 555ZM6.99994 555C6.99994 553.22 7.52779 551.48 8.51672 550C9.50565 548.52 10.9113 547.366 12.5558 546.685C14.2003 546.004 16.0099 545.826 17.7558 546.173C19.5016 546.52 21.1052 547.377 22.3639 548.636C23.6226 549.895 24.4797 551.498 24.827 553.244C25.1743 554.99 24.996 556.799 24.3149 558.444C23.6337 560.089 22.4801 561.494 21.0001 562.483C19.52 563.472 17.78 564 15.9999 564C13.613 564 11.3238 563.052 9.63598 561.364C7.94816 559.676 6.99994 557.387 6.99994 555Z" fill="#565656"/>
|
|
69
|
-
<path d="M21.2501 556.57L16.9401 555.18V549C16.9401 548.751 16.841 548.512 16.6647 548.335C16.4885 548.159 16.2494 548.06 16.0001 548.06C15.7508 548.06 15.5117 548.159 15.3354 548.335C15.1591 548.512 15.0601 548.751 15.0601 549V556.54L20.6701 558.36C20.7661 558.375 20.864 558.375 20.9601 558.36C21.1817 558.357 21.3953 558.276 21.5629 558.131C21.7305 557.986 21.8415 557.786 21.8762 557.567C21.9109 557.348 21.8671 557.124 21.7525 556.934C21.638 556.744 21.46 556.601 21.2501 556.53V556.57ZM28.9101 546.74L24.7301 542.56C23.5107 542.391 22.2715 542.668 21.2401 543.34C21.9983 543.679 22.7217 544.091 23.4001 544.57C23.6141 544.526 23.8317 544.503 24.0501 544.5C24.5377 544.492 25.0201 544.601 25.458 544.815C25.8958 545.03 26.2766 545.345 26.5692 545.736C26.8618 546.126 27.0579 546.58 27.1415 547.06C27.2251 547.54 27.1937 548.034 27.0501 548.5C27.459 549.21 27.7941 549.961 28.0501 550.74C28.5032 550.16 28.8268 549.489 28.9993 548.773C29.1718 548.057 29.1891 547.313 29.0501 546.59L28.9101 546.74ZM36.5901 536.24L33.7601 533.41L28.9101 538.26L26.3501 535.7L23.5201 538.53L28.9101 543.91L36.5901 536.24Z" fill="#565656"/>
|
|
70
|
-
<path d="M23 599V603H22C21.7348 603 21.4804 602.895 21.2929 602.707C21.1054 602.52 21 602.265 21 602V591H28C28.2652 591 28.5196 591.105 28.7071 591.293C28.8946 591.48 29 591.735 29 592V600H31V592C31 591.204 30.6839 590.441 30.1213 589.879C29.5587 589.316 28.7956 589 28 589H18C17.2044 589 16.4413 589.316 15.8787 589.879C15.3161 590.441 15 591.204 15 592V593H17V592C17 591.735 17.1054 591.48 17.2929 591.293C17.4804 591.105 17.7348 591 18 591H19V602C19 602.796 19.3161 603.559 19.8787 604.121C20.4413 604.684 21.2044 605 22 605H32C32.7956 605 33.5587 604.684 34.1213 604.121C34.6839 603.559 35 602.796 35 602V599H23ZM33 602C33 602.265 32.8946 602.52 32.7071 602.707C32.5196 602.895 32.2652 603 32 603H25V601H33V602Z" fill="#565656"/>
|
|
71
|
-
<path d="M13 595V594.65C11.6485 594.499 10.3111 594.241 9 593.88V596C11.627 596.597 14.3068 596.932 17 597V595H13ZM9 588C10.7117 588.413 12.4541 588.687 14.21 588.82C14.669 588.256 15.2466 587.801 15.9017 587.487C16.5568 587.172 17.2733 587.006 18 587H19C15.6319 587.068 12.2695 586.692 9 585.88V588Z" fill="#565656"/>
|
|
72
|
-
<path d="M25 586.65C23.0093 586.892 21.0053 587.009 19 587H25V586.65Z" fill="#565656"/>
|
|
73
|
-
<path d="M19 579C15.6319 579.068 12.2695 578.692 9 577.88V580C12.2868 580.697 15.6401 581.033 19 581V579Z" fill="#565656"/>
|
|
74
|
-
<path d="M7 601V577.07C7.51 576.31 11.86 575 19 575H25V573.34C24.31 573.26 23.64 573.2 23 573.15C21.05 573 19.46 573 19 573C17.57 573 5 573.11 5 577V601C5 604.41 14.68 604.92 18 605C17.549 604.412 17.2409 603.727 17.1 603C11.1 602.8 7.47 601.66 7 601Z" fill="#565656"/>
|
|
75
|
-
<path d="M37 577H31V571H27V577H21V581H27V587H31V581H37V577Z" fill="#59A011"/>
|
|
76
|
-
<path d="M32.25 616.4C29.9829 615.799 27.7689 615.013 25.63 614.05C23.5238 613.138 21.4911 612.065 19.55 610.84L19 610.5L18.46 610.85C16.5189 612.075 14.4862 613.148 12.38 614.06C10.2374 615.019 8.02001 615.802 5.75 616.4L5 616.59V624.93C5 638.32 18.53 643.33 18.66 643.38L19 643.5L19.34 643.38C19.48 643.38 33 638.33 33 624.93V616.59L32.25 616.4ZM31 624.93C31 635.93 21 640.54 19 641.36C17 640.54 7 635.92 7 624.93V618.14C9.10849 617.531 11.1732 616.779 13.18 615.89C15.1854 615.022 17.1299 614.02 19 612.89C20.8701 614.02 22.8146 615.022 24.82 615.89C26.8268 616.779 28.8915 617.531 31 618.14V624.93Z" fill="#565656"/>
|
|
77
|
-
<path d="M30.5402 658.05C30.4472 657.956 30.3366 657.882 30.2148 657.831C30.0929 657.781 29.9622 657.754 29.8302 657.754C29.6982 657.754 29.5675 657.781 29.4456 657.831C29.3237 657.882 29.2131 657.956 29.1202 658.05C28.9339 658.238 28.8294 658.491 28.8294 658.755C28.8294 659.019 28.9339 659.273 29.1202 659.46L31.6602 662H19.9302C19.665 662 19.4106 662.106 19.2231 662.293C19.0355 662.481 18.9302 662.735 18.9302 663C18.9302 663.265 19.0355 663.52 19.2231 663.707C19.4106 663.895 19.665 664 19.9302 664H31.6602L29.1202 666.54C28.9339 666.728 28.8294 666.981 28.8294 667.245C28.8294 667.509 28.9339 667.763 29.1202 667.95C29.2131 668.044 29.3237 668.118 29.4456 668.169C29.5675 668.22 29.6982 668.246 29.8302 668.246C29.9622 668.246 30.0929 668.22 30.2148 668.169C30.3366 668.118 30.4472 668.044 30.5402 667.95L35.5402 663L30.5402 658.05Z" fill="#565656"/>
|
|
78
|
-
<path d="M14.0051 655.365L8.5533 660.817C8.16277 661.207 8.16277 661.841 8.5533 662.231L8.95635 662.634C9.34687 663.025 9.98004 663.025 10.3706 662.634L15.8224 657.182C16.2129 656.792 16.2129 656.159 15.8224 655.768L15.4193 655.365C15.0288 654.975 14.3956 654.975 14.0051 655.365Z" fill="#565656"/>
|
|
79
|
-
<path d="M29.8299 670.24C29.0345 670.239 28.272 669.923 27.7099 669.36C27.3225 668.976 27.0471 668.494 26.9132 667.965C26.7793 667.437 26.792 666.882 26.9499 666.36L26.5499 665.96H23.8299L32.9999 675.28V679H29.8599L28.0899 677.24V674.44H24.4099V671.44H19.7999L16.7999 668.44L14.9999 670.31C14.4374 670.872 13.6749 671.187 12.8799 671.187C12.0849 671.187 11.3224 670.872 10.7599 670.31L5.49991 665C4.93811 664.437 4.62255 663.675 4.62255 662.88C4.62255 662.085 4.93811 661.322 5.49991 660.76L14.0599 652.2C14.6224 651.638 15.3849 651.323 16.1799 651.323C16.9749 651.323 17.7374 651.638 18.2999 652.2L23.5599 657.46C23.8869 657.789 24.133 658.19 24.2787 658.631C24.4245 659.072 24.466 659.54 24.3999 660H26.3999C26.4589 659.288 26.3644 658.571 26.1229 657.898C25.8814 657.225 25.4985 656.612 24.9999 656.1L19.7099 650.84C18.7723 649.903 17.5007 649.376 16.1749 649.376C14.8491 649.376 13.5775 649.903 12.6399 650.84L4.08991 659.39C3.15255 660.328 2.62598 661.599 2.62598 662.925C2.62598 664.251 3.15255 665.522 4.08991 666.46L9.34991 671.72C10.2875 672.657 11.5591 673.184 12.8849 673.184C14.2107 673.184 15.4823 672.657 16.4199 671.72L16.8199 671.32L18.9999 673.48H22.4399V676.48H26.1299V678.11L28.9999 681H34.9999V674.45L30.6599 670.11C30.3911 670.194 30.1114 670.237 29.8299 670.24Z" fill="#565656"/>
|
|
80
|
-
<path d="M11 713H5.09002C5.06615 713 5.04326 712.991 5.02638 712.974C5.00951 712.957 5.00002 712.934 5.00002 712.91V699.11C5.00002 699.081 5.01161 699.053 5.03224 699.032C5.05287 699.012 5.08085 699 5.11002 699H18.91C18.9339 699 18.9568 699.009 18.9737 699.026C18.9905 699.043 19 699.066 19 699.09V701H21V699.09C21.0013 698.815 20.9482 698.543 20.8436 698.289C20.7391 698.034 20.5852 697.804 20.3908 697.609C20.1965 697.415 19.9656 697.261 19.7114 697.156C19.4572 697.052 19.1849 696.999 18.91 697H5.09002C4.81519 696.999 4.54282 697.052 4.28865 697.156C4.03448 697.261 3.80356 697.415 3.60922 697.609C3.41488 697.804 3.26098 698.034 3.15642 698.289C3.05185 698.543 2.9987 698.815 3.00002 699.09V712.91C2.9987 713.185 3.05185 713.457 3.15642 713.711C3.26098 713.966 3.41488 714.196 3.60922 714.391C3.80356 714.585 4.03448 714.739 4.28865 714.844C4.54282 714.948 4.81519 715.001 5.09002 715H11V713ZM9.00002 689H23V691H25V689C25 688.47 24.7893 687.961 24.4142 687.586C24.0392 687.211 23.5305 687 23 687H8.87002C8.37407 687 7.89843 687.197 7.54773 687.548C7.19704 687.898 7.00002 688.374 7.00002 688.87V695H9.00002V689Z" fill="#565656"/>
|
|
81
|
-
<path d="M27 715.24V716C27 716.265 26.8946 716.52 26.7071 716.707C26.5196 716.895 26.2652 717 26 717H19V715H21.18C21.0636 714.679 21.0027 714.341 21 714V713H17V717H16C15.7348 717 15.4804 716.895 15.2929 716.707C15.1054 716.52 15 716.265 15 716V705H24.82C24.6137 704.416 24.2319 703.911 23.7271 703.553C23.2222 703.195 22.6189 703.002 22 703H12C11.2044 703 10.4413 703.316 9.87868 703.879C9.31607 704.441 9 705.204 9 706V707H11V706C11 705.735 11.1054 705.48 11.2929 705.293C11.4804 705.105 11.7348 705 12 705H13V716C13 716.796 13.3161 717.559 13.8787 718.121C14.4413 718.684 15.2044 719 16 719H26C26.6155 718.994 27.2143 718.799 27.7152 718.441C28.2161 718.084 28.5948 717.58 28.8 717L27 715.24Z" fill="#565656"/>
|
|
82
|
-
<path d="M24 715C23.7348 715 23.4804 714.895 23.2929 714.707C23.1054 714.52 23 714.265 23 714V707H30C30.2652 707 30.5196 707.105 30.7071 707.293C30.8946 707.48 31 707.735 31 708C31 708.265 30.8946 708.52 30.7071 708.707C30.5196 708.895 30.2652 709 30 709H25V714C25 714.265 24.8946 714.52 24.7071 714.707C24.5196 714.895 24.2652 715 24 715Z" fill="#565656"/>
|
|
83
|
-
<path d="M34 719C33.8684 719.001 33.7379 718.976 33.6161 718.926C33.4943 718.876 33.3834 718.803 33.29 718.71L23.29 708.71C23.1017 708.522 22.9959 708.266 22.9959 708C22.9959 707.734 23.1017 707.478 23.29 707.29C23.4783 707.102 23.7337 706.996 24 706.996C24.2663 706.996 24.5217 707.102 24.71 707.29L34.71 717.29C34.8037 717.383 34.8781 717.494 34.9289 717.615C34.9797 717.737 35.0058 717.868 35.0058 718C35.0058 718.132 34.9797 718.263 34.9289 718.385C34.8781 718.506 34.8037 718.617 34.71 718.71C34.6166 718.803 34.5057 718.876 34.3839 718.926C34.2621 718.976 34.1316 719.001 34 719ZM28.91 695C28.9339 695 28.9568 695.01 28.9736 695.026C28.9905 695.043 29 695.066 29 695.09V705H31V695.09C31.0013 694.815 30.9482 694.543 30.8436 694.289C30.739 694.034 30.5851 693.804 30.3908 693.609C30.1965 693.415 29.9655 693.261 29.7114 693.156C29.4572 693.052 29.1848 692.999 28.91 693H15V695H28.91Z" fill="#565656"/>
|
|
84
|
-
<path d="M7 733H13V735H7V733ZM19.8 738.84C19.6117 738.652 19.3563 738.546 19.09 738.546C18.8237 738.546 18.5683 738.652 18.38 738.84C18.1917 739.028 18.0859 739.284 18.0859 739.55C18.0859 739.816 18.1917 740.072 18.38 740.26L19.13 741H11.69L12.43 740.26C12.5237 740.167 12.5981 740.056 12.6489 739.935C12.6997 739.813 12.7258 739.682 12.7258 739.55C12.7258 739.418 12.6997 739.287 12.6489 739.165C12.5981 739.044 12.5237 738.933 12.43 738.84C12.2426 738.654 11.9892 738.549 11.725 738.549C11.4608 738.549 11.2074 738.654 11.02 738.84L7.93 741.93L11 745C11.0934 745.093 11.2043 745.166 11.3261 745.216C11.4479 745.266 11.5784 745.291 11.71 745.29C11.9078 745.289 12.1009 745.23 12.2648 745.119C12.4288 745.009 12.5563 744.852 12.6313 744.669C12.7062 744.486 12.7252 744.285 12.6858 744.091C12.6464 743.897 12.5504 743.719 12.41 743.58L11.81 742.98H19L18.39 743.58C18.2963 743.673 18.2219 743.784 18.1711 743.905C18.1203 744.027 18.0942 744.158 18.0942 744.29C18.0942 744.422 18.1203 744.553 18.1711 744.675C18.2219 744.796 18.2963 744.907 18.39 745C18.483 745.094 18.5936 745.168 18.7154 745.219C18.8373 745.27 18.968 745.296 19.1 745.296C19.232 745.296 19.3627 745.27 19.4846 745.219C19.6064 745.168 19.717 745.094 19.81 745L22.89 741.91L19.8 738.84Z" fill="#565656"/>
|
|
85
|
-
<path d="M31 744.94V737.94C31 737.144 30.6839 736.381 30.1213 735.819C29.5587 735.256 28.7956 734.94 28 734.94H18C17.6589 734.943 17.3207 735.004 17 735.12V731C17 730.47 16.7893 729.961 16.4142 729.586C16.0391 729.211 15.5304 729 15 729H5C4.46957 729 3.96086 729.211 3.58579 729.586C3.21071 729.961 3 730.47 3 731V751C3 751.53 3.21071 752.039 3.58579 752.414C3.96086 752.789 4.46957 753 5 753H15C15.5304 753 16.0391 752.789 16.4142 752.414C16.7893 752.039 17 751.53 17 751V746.46C16.6058 746.067 16.3288 745.572 16.2 745.03H15V751.03H5V731H15V739H16.14C16.2602 738.401 16.5602 737.854 17 737.43C17.461 736.975 18.0568 736.681 18.6985 736.593C19.3402 736.505 19.9932 736.626 20.56 736.94H28C28.2652 736.94 28.5196 737.045 28.7071 737.233C28.8946 737.42 29 737.675 29 737.94V744.94H23V748.94H22C21.7348 748.94 21.4804 748.835 21.2929 748.647C21.1054 748.46 21 748.205 21 747.94V746.61C20.4643 747.059 19.7888 747.306 19.09 747.31H19V747.95C19 748.746 19.3161 749.509 19.8787 750.071C20.4413 750.634 21.2044 750.95 22 750.95H32C32.7956 750.95 33.5587 750.634 34.1213 750.071C34.6839 749.509 35 748.746 35 747.95V744.95L31 744.94ZM33 747.94C33 748.205 32.8946 748.46 32.7071 748.647C32.5196 748.835 32.2652 748.94 32 748.94H25V746.94H33V747.94Z" fill="#565656"/>
|
|
86
|
-
<path d="M9.89991 794.68C8.59846 794.681 7.32598 794.296 6.24339 793.573C5.16079 792.851 4.31672 791.824 3.81791 790.622C3.3191 789.42 3.18796 788.097 3.44108 786.82C3.69419 785.544 4.32019 784.371 5.23991 783.45L16.0699 772.62L6.44991 763H34.9999V791.55L25.3799 781.93L14.5499 792.76C13.9393 793.37 13.2142 793.854 12.4163 794.183C11.6183 794.513 10.7632 794.682 9.89991 794.68ZM11.2799 765L18.8999 772.62L6.65991 784.86C5.80061 785.719 5.31786 786.885 5.31786 788.1C5.31786 789.315 5.80061 790.481 6.65991 791.34C7.51921 792.199 8.68467 792.682 9.89991 792.682C11.1151 792.682 12.2806 792.199 13.1399 791.34L25.3799 779.1L32.9999 786.72V765H11.2799Z" fill="#565656"/>
|
|
87
|
-
<path d="M33 828H5C4.73478 828 4.48043 827.895 4.29289 827.707C4.10536 827.52 4 827.265 4 827C4 826.735 4.10536 826.48 4.29289 826.293C4.48043 826.105 4.73478 826 5 826H33C33.2652 826 33.5196 826.105 33.7071 826.293C33.8946 826.48 34 826.735 34 827C34 827.265 33.8946 827.52 33.7071 827.707C33.5196 827.895 33.2652 828 33 828Z" fill="#565656"/>
|
|
88
|
-
<path d="M33 818H5C4.73478 818 4.48043 817.895 4.29289 817.707C4.10536 817.52 4 817.265 4 817C4 816.735 4.10536 816.48 4.29289 816.293C4.48043 816.105 4.73478 816 5 816H33C33.2652 816 33.5196 816.105 33.7071 816.293C33.8946 816.48 34 816.735 34 817C34 817.265 33.8946 817.52 33.7071 817.707C33.5196 817.895 33.2652 818 33 818Z" fill="#565656"/>
|
|
89
|
-
<path d="M33 808H5C4.73478 808 4.48043 807.895 4.29289 807.707C4.10536 807.52 4 807.265 4 807C4 806.735 4.10536 806.48 4.29289 806.293C4.48043 806.105 4.73478 806 5 806H33C33.2652 806 33.5196 806.105 33.7071 806.293C33.8946 806.48 34 806.735 34 807C34 807.265 33.8946 807.52 33.7071 807.707C33.5196 807.895 33.2652 808 33 808Z" fill="#565656"/>
|
|
90
|
-
<path d="M19.59 848.77C19.4517 848.553 19.2346 848.397 18.984 848.335C18.7335 848.274 18.469 848.312 18.2457 848.441C18.0224 848.57 17.8576 848.78 17.7857 849.028C17.7139 849.276 17.7405 849.542 17.86 849.77L20.36 854.11L14.29 853.11L19.58 863.7C19.7029 863.929 19.91 864.101 20.1576 864.18C20.4052 864.259 20.6738 864.239 20.9065 864.123C21.1392 864.007 21.3178 863.806 21.4043 863.56C21.4908 863.315 21.4785 863.046 21.37 862.81L17.84 855.73L24.22 856.79L19.59 848.77Z" fill="#565656"/>
|
|
91
|
-
<path d="M26.12 841H24V840.58C24 840.161 23.8335 839.759 23.5372 839.463C23.2409 839.166 22.839 839 22.42 839H15.58C15.161 839 14.7591 839.166 14.4628 839.463C14.1665 839.759 14 840.161 14 840.58V841H11.88C11.3814 841 10.9032 841.198 10.5506 841.551C10.1981 841.903 10 842.381 10 842.88V869.12C10 869.367 10.0486 869.611 10.1431 869.839C10.2376 870.068 10.3761 870.275 10.5506 870.449C10.7252 870.624 10.9325 870.762 11.1606 870.857C11.3886 870.951 11.6331 871 11.88 871H26.12C26.6186 871 27.0968 870.802 27.4494 870.449C27.8019 870.097 28 869.619 28 869.12V842.88C28 842.381 27.8019 841.903 27.4494 841.551C27.0968 841.198 26.6186 841 26.12 841ZM26 869H12V843H16V841H22V843H26V869Z" fill="#565656"/>
|
|
92
|
-
<path d="M11.5201 909H8.52006C8.35181 908.997 8.18705 908.952 8.04102 908.868C7.895 908.784 7.77244 908.665 7.68469 908.522C7.59695 908.378 7.54685 908.215 7.53905 908.047C7.53125 907.879 7.56599 907.711 7.64006 907.56L13.5501 896H7.00006C6.81984 896.002 6.64257 895.954 6.48699 895.863C6.3314 895.773 6.20329 895.641 6.1162 895.483C6.02912 895.326 5.98629 895.147 5.99225 894.967C5.99821 894.787 6.05273 894.612 6.15006 894.46L16.8301 877.46C16.9176 877.323 17.0371 877.21 17.1782 877.13C17.3193 877.05 17.4778 877.005 17.6401 877H31.0701C31.2697 876.991 31.4677 877.041 31.6383 877.145C31.8089 877.25 31.9444 877.402 32.0273 877.584C32.1102 877.766 32.1367 877.969 32.1033 878.166C32.0699 878.363 31.9782 878.546 31.8401 878.69L22.7801 889H28.1601C28.3505 889.004 28.5359 889.062 28.6943 889.168C28.8528 889.274 28.9777 889.423 29.0544 889.597C29.1311 889.772 29.1564 889.964 29.1272 890.153C29.0981 890.341 29.0158 890.517 28.8901 890.66L12.2601 908.66C12.1675 908.766 12.0537 908.85 11.9262 908.909C11.7987 908.967 11.6604 908.999 11.5201 909ZM10.1801 907H11.0901L25.8601 891H20.5901C20.3904 891.01 20.1924 890.959 20.0218 890.855C19.8512 890.751 19.7157 890.598 19.6328 890.416C19.5499 890.234 19.5235 890.031 19.5568 889.834C19.5902 889.637 19.6819 889.455 19.8201 889.31L28.8801 879H18.1901L8.77006 894H15.2001C15.3683 894.003 15.5331 894.049 15.6791 894.132C15.8251 894.216 15.9477 894.335 16.0354 894.479C16.1232 894.622 16.1733 894.786 16.1811 894.954C16.1889 895.122 16.1541 895.289 16.0801 895.44L10.1801 907Z" fill="#565656"/>
|
|
93
|
-
<path d="M17.53 941H7V925H14.31C14.8404 925 15.3491 924.789 15.7242 924.414C16.0993 924.039 16.31 923.53 16.31 923H7V919H13.49L16.1 922.59C16.1931 922.717 16.315 922.821 16.4558 922.892C16.5966 922.963 16.7522 923 16.91 923H31V930.52C31.756 931.029 32.4303 931.649 33 932.36V923C33 922.47 32.7893 921.961 32.4142 921.586C32.0391 921.211 31.5304 921 31 921H17.42L15.11 917.82C14.9238 917.565 14.68 917.358 14.3984 917.216C14.1169 917.073 13.8056 916.999 13.49 917H7C6.46957 917 5.96086 917.211 5.58579 917.586C5.21071 917.961 5 918.47 5 919V941C5 941.53 5.21071 942.039 5.58579 942.414C5.96086 942.789 6.46957 943 7 943H18.52C18.1091 942.377 17.7766 941.705 17.53 941Z" fill="#565656"/>
|
|
94
|
-
<path d="M26 945C24.6155 945 23.2622 944.589 22.111 943.82C20.9599 943.051 20.0627 941.958 19.5328 940.679C19.003 939.4 18.8644 937.992 19.1345 936.634C19.4046 935.277 20.0713 934.029 21.0503 933.05C22.0292 932.071 23.2765 931.405 24.6344 931.135C25.9922 930.864 27.3997 931.003 28.6788 931.533C29.9579 932.063 31.0511 932.96 31.8203 934.111C32.5895 935.262 33 936.616 33 938C33 939.857 32.2625 941.637 30.9498 942.95C29.637 944.263 27.8565 945 26 945ZM26 933C25.0111 933 24.0444 933.293 23.2222 933.843C22.3999 934.392 21.759 935.173 21.3806 936.087C21.0022 937 20.9032 938.006 21.0961 938.975C21.289 939.945 21.7652 940.836 22.4645 941.536C23.1637 942.235 24.0546 942.711 25.0246 942.904C25.9945 943.097 26.9998 942.998 27.9134 942.619C28.8271 942.241 29.6079 941.6 30.1574 940.778C30.7068 939.956 31 938.989 31 938C31 936.674 30.4732 935.402 29.5355 934.464C28.5979 933.527 27.3261 933 26 933Z" fill="#565656"/>
|
|
95
|
-
<path d="M34.0002 947C33.8686 947.001 33.7381 946.976 33.6163 946.926C33.4944 946.876 33.3836 946.803 33.2902 946.71L29.7902 943.21C29.6969 943.117 29.623 943.006 29.5725 942.884C29.5221 942.763 29.4961 942.632 29.4961 942.5C29.4961 942.368 29.5221 942.238 29.5725 942.116C29.623 941.994 29.6969 941.883 29.7902 941.79C29.8834 941.697 29.9941 941.623 30.1159 941.573C30.2378 941.522 30.3683 941.496 30.5002 941.496C30.632 941.496 30.7626 941.522 30.8844 941.573C31.0063 941.623 31.1169 941.697 31.2102 941.79L34.7102 945.29C34.8039 945.383 34.8783 945.494 34.9291 945.616C34.9798 945.737 35.006 945.868 35.006 946C35.006 946.132 34.9798 946.263 34.9291 946.385C34.8783 946.507 34.8039 946.617 34.7102 946.71C34.6167 946.803 34.5059 946.876 34.3841 946.926C34.2623 946.976 34.1318 947.001 34.0002 947Z" fill="#565656"/>
|
|
96
|
-
<path d="M33 959V957H20C19.2044 957 18.4413 957.316 17.8787 957.879C17.3161 958.441 17 959.204 17 960V961H3V963H17V965H3V967H17V969H3V971H17V973H3V975H17V977H3V979H17V980C17 980.796 17.3161 981.559 17.8787 982.121C18.4413 982.684 19.2044 983 20 983H33V981H35V979H33V977H35V975H33V973H35V971H33V969H35V967H33V965H35V963H33V961H35V959H33ZM31 981H20C19.7348 981 19.4804 980.895 19.2929 980.707C19.1054 980.52 19 980.265 19 980V960C19 959.735 19.1054 959.48 19.2929 959.293C19.4804 959.105 19.7348 959 20 959H31V981Z" fill="#565656"/>
|
|
97
|
-
<path d="M14.48 1018.52L26.4 1007L14.48 995.48C14.1551 995.167 13.7192 994.996 13.2682 995.004C12.8172 995.013 12.388 995.2 12.075 995.525C11.7621 995.85 11.591 996.286 11.5994 996.737C11.6079 997.188 11.7951 997.617 12.12 997.93L21.51 1007L12.12 1016.08C11.9591 1016.23 11.8304 1016.42 11.741 1016.62C11.6517 1016.83 11.6036 1017.05 11.5994 1017.27C11.5952 1017.5 11.6351 1017.72 11.7167 1017.93C11.7983 1018.13 11.9201 1018.32 12.075 1018.48C12.23 1018.65 12.4151 1018.77 12.6198 1018.86C12.8246 1018.95 13.0449 1019 13.2682 1019.01C13.4915 1019.01 13.7135 1018.97 13.9214 1018.89C14.1293 1018.81 14.3191 1018.68 14.48 1018.53V1018.52Z" fill="#565656"/>
|
|
98
|
-
<path d="M7.48003 1040.48L19 1052.4L30.52 1040.48C30.833 1040.16 31.0041 1039.72 30.9956 1039.27C30.9872 1038.82 30.7999 1038.39 30.475 1038.08C30.1501 1037.76 29.7142 1037.59 29.2632 1037.6C28.8122 1037.61 28.383 1037.8 28.07 1038.12L19 1047.51L9.92003 1038.12C9.60708 1037.8 9.17788 1037.61 8.72685 1037.6C8.27583 1037.59 7.83992 1037.76 7.51503 1038.08C7.19014 1038.39 7.00288 1038.82 6.99444 1039.27C6.986 1039.72 7.15707 1040.16 7.47003 1040.48H7.48003Z" fill="#565656"/>
|
|
99
|
-
<path d="M19 1091C16.6266 1091 14.3066 1090.3 12.3332 1088.98C10.3598 1087.66 8.8217 1085.78 7.91345 1083.59C7.0052 1081.4 6.76756 1078.99 7.23058 1076.66C7.6936 1074.33 8.83649 1072.19 10.5147 1070.51C12.193 1068.84 14.3312 1067.69 16.6589 1067.23C18.9867 1066.77 21.3995 1067.01 23.5922 1067.91C25.7849 1068.82 27.6591 1070.36 28.9776 1072.33C30.2962 1074.31 31 1076.63 31 1079C31 1082.18 29.7357 1085.23 27.4853 1087.49C25.2348 1089.74 22.1826 1091 19 1091ZM19 1069C17.0222 1069 15.0888 1069.59 13.4443 1070.69C11.7998 1071.78 10.5181 1073.35 9.76121 1075.17C9.00433 1077 8.8063 1079.01 9.19215 1080.95C9.578 1082.89 10.5304 1084.67 11.9289 1086.07C13.3275 1087.47 15.1093 1088.42 17.0491 1088.81C18.9889 1089.19 20.9996 1089 22.8268 1088.24C24.6541 1087.48 26.2159 1086.2 27.3147 1084.56C28.4135 1082.91 29 1080.98 29 1079C29 1077.69 28.7413 1076.39 28.2388 1075.17C27.7363 1073.96 26.9997 1072.86 26.0711 1071.93C25.1425 1071 24.0401 1070.26 22.8268 1069.76C21.6136 1069.26 20.3132 1069 19 1069Z" fill="#565656"/>
|
|
100
|
-
<path d="M26 1098.89C25.8295 1098.89 25.6615 1098.85 25.51 1098.77L19 1095.14L12.49 1098.77C12.3373 1098.86 12.1646 1098.9 11.9893 1098.9C11.8141 1098.9 11.6424 1098.85 11.4915 1098.76C11.3406 1098.67 11.2157 1098.54 11.1295 1098.39C11.0432 1098.24 10.9986 1098.07 11 1097.89V1087.75H13V1096.19L18.51 1093.13C18.6621 1093.04 18.8345 1093 19.01 1093C19.1856 1093 19.358 1093.04 19.51 1093.13L25 1096.19V1087.56H27V1097.89C27 1098.16 26.8947 1098.41 26.7071 1098.6C26.5196 1098.78 26.2653 1098.89 26 1098.89Z" fill="#565656"/>
|
|
101
|
-
<path d="M23.0002 1105C21.2862 1104.99 19.5893 1105.34 18.0256 1106.04C16.4619 1106.75 15.0683 1107.78 13.9402 1109.07C12.8121 1110.36 11.976 1111.88 11.4893 1113.52C11.0026 1115.16 10.8767 1116.89 11.1202 1118.59C11.5725 1118.33 12.0862 1118.18 12.6102 1118.18C12.7667 1118.17 12.9237 1118.17 13.0802 1118.18C13.0296 1117.79 13.0029 1117.39 13.0002 1117C13.0002 1115.02 13.5867 1113.09 14.6855 1111.44C15.7843 1109.8 17.3461 1108.52 19.1734 1107.76C21.0006 1107 23.0113 1106.81 24.9511 1107.19C26.8909 1107.58 28.6727 1108.53 30.0713 1109.93C31.4698 1111.33 32.4222 1113.11 32.808 1115.05C33.1939 1116.99 32.9959 1119 32.239 1120.83C31.4821 1122.65 30.2004 1124.22 28.5559 1125.31C26.9114 1126.41 24.978 1127 23.0002 1127C21.2406 1126.99 19.515 1126.52 18.0002 1125.62C17.8812 1125.8 17.7474 1125.97 17.6002 1126.13L16.6602 1127.06C17.2578 1127.21 17.7955 1127.54 18.2002 1128C19.7129 1128.66 21.3479 1129.01 23.0002 1129C25.1077 1129 27.1772 1128.44 29.0002 1127.38V1134.19L23.4902 1131.13C23.3382 1131.04 23.1657 1131 22.9902 1131C22.8147 1131 22.6422 1131.04 22.4902 1131.13L18.3002 1133.47C17.7458 1134.78 16.8893 1135.95 15.8002 1136.87C16.0347 1136.92 16.2796 1136.88 16.4902 1136.77L23.0002 1133.14L29.5102 1136.77C29.6616 1136.85 29.8296 1136.89 30.0002 1136.89C30.2654 1136.89 30.5198 1136.78 30.7073 1136.6C30.8948 1136.41 31.0002 1136.16 31.0002 1135.89V1125.89C32.7918 1124.27 34.0508 1122.14 34.6122 1119.79C35.1736 1117.43 35.0113 1114.97 34.1464 1112.71C33.2816 1110.45 31.7546 1108.51 29.7656 1107.13C27.7766 1105.75 25.4184 1105.01 23.0002 1105Z" fill="#565656"/>
|
|
102
|
-
<path d="M16 1129C15.7348 1129 15.4804 1129.11 15.2929 1129.29C15.1054 1129.48 15 1129.73 15 1130C15 1130.99 14.7068 1131.96 14.1574 1132.78C13.6079 1133.6 12.8271 1134.24 11.9134 1134.62C10.9998 1135 9.99446 1135.1 9.02455 1134.9C8.05465 1134.71 7.16373 1134.23 6.46447 1133.54C5.76521 1132.84 5.289 1131.95 5.09608 1130.98C4.90315 1130.01 5.00217 1129 5.38061 1128.09C5.75904 1127.17 6.39991 1126.39 7.22215 1125.84C8.0444 1125.29 9.0111 1125 10 1125H13L11.9 1126.13C11.7953 1126.22 11.7103 1126.33 11.6503 1126.45C11.5903 1126.58 11.5565 1126.71 11.5512 1126.85C11.5459 1126.99 11.5691 1127.13 11.6194 1127.25C11.6696 1127.38 11.7459 1127.5 11.8434 1127.6C11.9408 1127.69 12.0574 1127.77 12.1857 1127.82C12.314 1127.87 12.4513 1127.89 12.5891 1127.89C12.7268 1127.88 12.8619 1127.85 12.986 1127.79C13.11 1127.73 13.2204 1127.64 13.31 1127.54L16.14 1124.71C16.3263 1124.52 16.4308 1124.27 16.4308 1124.01C16.4308 1123.74 16.3263 1123.49 16.14 1123.3L13.31 1120.47C13.2204 1120.37 13.11 1120.28 12.986 1120.22C12.8619 1120.16 12.7268 1120.13 12.5891 1120.12C12.4513 1120.12 12.314 1120.14 12.1857 1120.19C12.0574 1120.24 11.9408 1120.32 11.8434 1120.41C11.7459 1120.51 11.6696 1120.63 11.6194 1120.76C11.5691 1120.88 11.5459 1121.02 11.5512 1121.16C11.5565 1121.3 11.5903 1121.43 11.6503 1121.56C11.7103 1121.68 11.7953 1121.79 11.9 1121.88L13 1123H10C8.61553 1123 7.26216 1123.41 6.11101 1124.18C4.95987 1124.95 4.06266 1126.04 3.53285 1127.32C3.00303 1128.6 2.86441 1130.01 3.13451 1131.37C3.4046 1132.72 4.07129 1133.97 5.05026 1134.95C6.02922 1135.93 7.2765 1136.6 8.63437 1136.87C9.99224 1137.14 11.3997 1137 12.6788 1136.47C13.9579 1135.94 15.0511 1135.04 15.8203 1133.89C16.5895 1132.74 17 1131.38 17 1130C17 1129.73 16.8946 1129.48 16.7071 1129.29C16.5196 1129.11 16.2652 1129 16 1129Z" fill="#565656"/>
|
|
103
|
-
<path d="M26 1174.89C25.8291 1174.89 25.6604 1174.85 25.51 1174.77L19 1171.14L12.49 1174.77C12.2592 1174.9 11.9864 1174.93 11.7315 1174.86C11.4766 1174.79 11.2603 1174.62 11.13 1174.39C11.0436 1174.24 10.9988 1174.07 11 1173.89V1163.75H13V1172.19L18.51 1169.13C18.662 1169.04 18.8345 1169 19.01 1169C19.1856 1169 19.358 1169.04 19.51 1169.13L25 1172.19V1163.56H27V1173.89C27 1174.16 26.8947 1174.41 26.7071 1174.6C26.5196 1174.78 26.2652 1174.89 26 1174.89Z" fill="#565656"/>
|
|
104
|
-
<path d="M27.9999 1161H27.1199C26.1823 1162.29 24.9502 1163.35 23.5255 1164.07C22.1008 1164.8 20.5242 1165.17 18.9259 1165.17C17.3276 1165.16 15.7533 1164.78 14.333 1164.04C12.9128 1163.31 11.6872 1162.25 10.7575 1160.95C9.82776 1159.65 9.22053 1158.15 8.9859 1156.57C8.75128 1154.99 8.89598 1153.37 9.40808 1151.86C9.92017 1150.34 10.785 1148.97 11.9311 1147.86C13.0773 1146.74 14.4719 1145.92 15.9999 1145.45C16.7182 1145.22 17.4592 1145.07 18.2099 1145C18.5734 1144.29 19.0126 1143.62 19.5199 1143C17.4 1142.91 15.2938 1143.38 13.4161 1144.37C11.5384 1145.36 9.95622 1146.83 8.83092 1148.62C7.70563 1150.42 7.07744 1152.49 7.01039 1154.61C6.94334 1156.73 7.43982 1158.83 8.44923 1160.7C9.45865 1162.56 10.9449 1164.13 12.7565 1165.23C14.568 1166.34 16.6401 1166.94 18.7616 1166.99C20.883 1167.03 22.9779 1166.51 24.8327 1165.48C26.6874 1164.45 28.2358 1162.94 29.3199 1161.12L29.4399 1160.86C28.964 1160.94 28.4827 1160.99 27.9999 1161Z" fill="#565656"/>
|
|
105
|
-
<path d="M28 1141C26.22 1141 24.4799 1141.53 22.9999 1142.52C21.5198 1143.51 20.3663 1144.91 19.6851 1146.56C19.0039 1148.2 18.8257 1150.01 19.1729 1151.76C19.5202 1153.5 20.3774 1155.11 21.636 1156.36C22.8947 1157.62 24.4984 1158.48 26.2442 1158.83C27.99 1159.17 29.7996 1159 31.4442 1158.31C33.0887 1157.63 34.4943 1156.48 35.4832 1155C36.4722 1153.52 37 1151.78 37 1150C37 1147.61 36.0518 1145.32 34.364 1143.64C32.6761 1141.95 30.387 1141 28 1141ZM29 1155H27V1153H29V1155ZM29 1151H27V1145H29V1151Z" fill="#F84E30"/>
|
|
106
|
-
<path d="M19 1213C15.8355 1213 12.7421 1212.06 10.1109 1210.3C7.4797 1208.55 5.42894 1206.05 4.21793 1203.12C3.00693 1200.2 2.69008 1196.98 3.30744 1193.88C3.92481 1190.77 5.44866 1187.92 7.6863 1185.69C9.92394 1183.45 12.7749 1181.92 15.8786 1181.31C18.9823 1180.69 22.1993 1181.01 25.1229 1182.22C28.0466 1183.43 30.5454 1185.48 32.3035 1188.11C34.0616 1190.74 35 1193.84 35 1197C35 1201.24 33.3143 1205.31 30.3137 1208.31C27.3131 1211.31 23.2435 1213 19 1213ZM19 1183C16.2311 1183 13.5243 1183.82 11.222 1185.36C8.91974 1186.9 7.12532 1189.08 6.06569 1191.64C5.00607 1194.2 4.72882 1197.02 5.26901 1199.73C5.80921 1202.45 7.14258 1204.94 9.10051 1206.9C11.0584 1208.86 13.553 1210.19 16.2687 1210.73C18.9845 1211.27 21.7994 1210.99 24.3576 1209.93C26.9157 1208.87 29.1022 1207.08 30.6406 1204.78C32.1789 1202.48 33 1199.77 33 1197C33 1193.29 31.525 1189.73 28.8995 1187.1C26.274 1184.48 22.713 1183 19 1183Z" fill="#59A011"/>
|
|
107
|
-
<path d="M15.7198 1204.69L8.78977 1197.77C8.62595 1197.58 8.54034 1197.33 8.55006 1197.08C8.55978 1196.83 8.66412 1196.59 8.84221 1196.41C9.0203 1196.23 9.25904 1196.13 9.51072 1196.12C9.7624 1196.11 10.0085 1196.2 10.1998 1196.36L15.6998 1201.86L26.7898 1190.79C26.9811 1190.63 27.2271 1190.54 27.4788 1190.55C27.7305 1190.56 27.9692 1190.66 28.1473 1190.84C28.3254 1191.02 28.4298 1191.26 28.4395 1191.51C28.4492 1191.76 28.3636 1192.01 28.1998 1192.2L15.7198 1204.69Z" fill="#59A011"/>
|
|
108
|
-
<path d="M9.28994 1234.71C9.3829 1234.8 9.4935 1234.88 9.61536 1234.93C9.73722 1234.98 9.86793 1235.01 9.99994 1235.01C10.132 1235.01 10.2627 1234.98 10.3845 1234.93C10.5064 1234.88 10.617 1234.8 10.7099 1234.71L12.9999 1232.41V1229H16.4099L18.7099 1226.71C18.8032 1226.62 18.8771 1226.51 18.9276 1226.38C18.9781 1226.26 19.004 1226.13 19.004 1226C19.004 1225.87 18.9781 1225.74 18.9276 1225.62C18.8771 1225.49 18.8032 1225.38 18.7099 1225.29C18.6167 1225.2 18.506 1225.12 18.3842 1225.07C18.2624 1225.02 18.1318 1225 17.9999 1225C17.8681 1225 17.7375 1225.02 17.6157 1225.07C17.4939 1225.12 17.3832 1225.2 17.2899 1225.29L13.9999 1228.59L10.7099 1225.29C10.5216 1225.1 10.2662 1225 9.99994 1225C9.73364 1225 9.47824 1225.1 9.28994 1225.29C9.10164 1225.48 8.99585 1225.73 8.99585 1226C8.99585 1226.27 9.10164 1226.52 9.28994 1226.71L12.5899 1230L9.28994 1233.29C9.19621 1233.38 9.12182 1233.49 9.07105 1233.62C9.02028 1233.74 8.99414 1233.87 8.99414 1234C8.99414 1234.13 9.02028 1234.26 9.07105 1234.38C9.12182 1234.51 9.19621 1234.62 9.28994 1234.71Z" fill="#F84E30"/>
|
|
109
|
-
<path d="M13 1238.94C11.3152 1238.75 9.71765 1238.09 8.39119 1237.04C7.06473 1235.98 6.06336 1234.57 5.50235 1232.97C4.94135 1231.37 4.84354 1229.65 5.22018 1228C5.59681 1226.34 6.43259 1224.83 7.63127 1223.63C8.82994 1222.43 10.3428 1221.6 11.9956 1221.22C13.6484 1220.84 15.374 1220.94 16.9737 1221.5C18.5733 1222.06 19.982 1223.06 21.0376 1224.39C22.0931 1225.72 22.7526 1227.32 22.94 1229H24.94C24.7417 1226.92 23.9553 1224.94 22.6729 1223.29C21.3905 1221.64 19.665 1220.39 17.6984 1219.69C15.7318 1218.98 13.6053 1218.85 11.5677 1219.31C9.53004 1219.77 7.66548 1220.8 6.1921 1222.29C4.71872 1223.77 3.69744 1225.64 3.24771 1227.68C2.79798 1229.72 2.93839 1231.84 3.65252 1233.8C4.36666 1235.77 5.62499 1237.49 7.28033 1238.76C8.93567 1240.04 10.9196 1240.81 13 1241V1238.94Z" fill="#F84E30"/>
|
|
110
|
-
<path d="M34 1251H16C15.7348 1251 15.4804 1250.89 15.2929 1250.71C15.1054 1250.52 15 1250.27 15 1250V1232C15 1231.73 15.1054 1231.48 15.2929 1231.29C15.4804 1231.11 15.7348 1231 16 1231H34C34.2652 1231 34.5196 1231.11 34.7071 1231.29C34.8946 1231.48 35 1231.73 35 1232V1250C35 1250.27 34.8946 1250.52 34.7071 1250.71C34.5196 1250.89 34.2652 1251 34 1251ZM17 1249H33V1233H17V1249Z" fill="#59A011"/>
|
|
111
|
-
<path d="M23.6701 1246.34L18.4601 1241.14C18.3669 1241.05 18.2929 1240.94 18.2424 1240.81C18.192 1240.69 18.166 1240.56 18.166 1240.43C18.166 1240.3 18.192 1240.17 18.2424 1240.05C18.2929 1239.92 18.3669 1239.81 18.4601 1239.72C18.5533 1239.63 18.664 1239.55 18.7859 1239.5C18.9077 1239.45 19.0382 1239.43 19.1701 1239.43C19.302 1239.43 19.4325 1239.45 19.5544 1239.5C19.6762 1239.55 19.7869 1239.63 19.8801 1239.72L23.6701 1243.52L30.1401 1237C30.3284 1236.81 30.5838 1236.71 30.8501 1236.71C31.1164 1236.71 31.3718 1236.81 31.5601 1237C31.7484 1237.19 31.8542 1237.44 31.8542 1237.71C31.8542 1237.98 31.7484 1238.23 31.5601 1238.42L23.6701 1246.34Z" fill="#59A011"/>
|
|
112
|
-
<path d="M14.7198 1282.69L4.28977 1272.27C4.12595 1272.08 4.04034 1271.83 4.05006 1271.58C4.05978 1271.33 4.16412 1271.09 4.34221 1270.91C4.5203 1270.73 4.75904 1270.63 5.01072 1270.62C5.2624 1270.61 5.50847 1270.7 5.69977 1270.86L14.6998 1279.86L32.2898 1262.29C32.4811 1262.13 32.7271 1262.04 32.9788 1262.05C33.2305 1262.06 33.4692 1262.16 33.6473 1262.34C33.8254 1262.52 33.9298 1262.76 33.9395 1263.01C33.9492 1263.26 33.8636 1263.51 33.6998 1263.7L14.7198 1282.69Z" fill="#565656"/>
|
|
113
|
-
<path d="M19 1295C15.8355 1295 12.7421 1295.94 10.1109 1297.7C7.4797 1299.45 5.42894 1301.95 4.21793 1304.88C3.00693 1307.8 2.69008 1311.02 3.30744 1314.12C3.92481 1317.23 5.44866 1320.08 7.6863 1322.31C9.92394 1324.55 12.7749 1326.08 15.8786 1326.69C18.9823 1327.31 22.1993 1326.99 25.1229 1325.78C28.0466 1324.57 30.5454 1322.52 32.3035 1319.89C34.0616 1317.26 35 1314.16 35 1311C35 1306.76 33.3143 1302.69 30.3137 1299.69C27.3131 1296.69 23.2435 1295 19 1295ZM19 1325C16.2311 1325 13.5243 1324.18 11.222 1322.64C8.91974 1321.1 7.12532 1318.92 6.06569 1316.36C5.00607 1313.8 4.72882 1310.98 5.26901 1308.27C5.80921 1305.55 7.14258 1303.06 9.10051 1301.1C11.0584 1299.14 13.553 1297.81 16.2687 1297.27C18.9845 1296.73 21.7994 1297.01 24.3576 1298.07C26.9157 1299.13 29.1022 1300.92 30.6406 1303.22C32.1789 1305.52 33 1308.23 33 1311C33 1314.71 31.525 1318.27 28.8995 1320.9C26.274 1323.53 22.713 1325 19 1325Z" fill="#565656"/>
|
|
114
|
-
<path d="M19.9199 1311.4V1303.75C19.9199 1303.48 19.8146 1303.23 19.627 1303.04C19.4395 1302.86 19.1851 1302.75 18.9199 1302.75C18.6547 1302.75 18.4004 1302.86 18.2128 1303.04C18.0253 1303.23 17.9199 1303.48 17.9199 1303.75V1312.47L23.8199 1316.47C23.9286 1316.55 24.0528 1316.61 24.185 1316.64C24.3171 1316.67 24.4544 1316.68 24.5885 1316.66C24.7226 1316.63 24.8506 1316.58 24.9647 1316.51C25.0789 1316.44 25.1767 1316.34 25.2523 1316.23C25.3279 1316.11 25.3796 1315.99 25.4044 1315.85C25.4291 1315.72 25.4263 1315.58 25.3961 1315.45C25.3659 1315.32 25.309 1315.19 25.2289 1315.08C25.1487 1314.97 25.047 1314.88 24.9299 1314.81L19.9199 1311.4Z" fill="#565656"/>
|
|
115
|
-
<path d="M9.0002 1310.94C8.99106 1309.14 9.4703 1307.37 10.3868 1305.83C11.3034 1304.28 12.6228 1303.01 14.2045 1302.15C15.7862 1301.29 17.5709 1300.88 19.3682 1300.96C21.1655 1301.04 22.9081 1301.6 24.4102 1302.59L25.2602 1301.23C23.8334 1300.3 22.2174 1299.69 20.5281 1299.45C18.8389 1299.22 17.1184 1299.36 15.4902 1299.87C13.8621 1300.37 12.3667 1301.24 11.1114 1302.39C9.85621 1303.55 8.87231 1304.96 8.23044 1306.55C7.58856 1308.13 7.30464 1309.83 7.39906 1311.53C7.49348 1313.23 7.96391 1314.9 8.77655 1316.39C9.58918 1317.89 10.7239 1319.2 12.0991 1320.2C13.4743 1321.21 15.0558 1321.91 16.7302 1322.23L17.0002 1320.7C14.7482 1320.24 12.7233 1319.02 11.2662 1317.24C9.80916 1315.46 9.00893 1313.24 9.0002 1310.94Z" fill="#565656"/>
|
|
116
|
-
<path d="M7 1337H23V1341H25V1337C25 1336.47 24.7893 1335.96 24.4142 1335.59C24.0391 1335.21 23.5304 1335 23 1335H7C6.46957 1335 5.96086 1335.21 5.58579 1335.59C5.21071 1335.96 5 1336.47 5 1337V1353C5 1353.53 5.21071 1354.04 5.58579 1354.41C5.96086 1354.79 6.46957 1355 7 1355H11V1353H7V1337Z" fill="#565656"/>
|
|
117
|
-
<path d="M31 1343H15C14.4696 1343 13.9609 1343.21 13.5858 1343.59C13.2107 1343.96 13 1344.47 13 1345V1361C13 1361.53 13.2107 1362.04 13.5858 1362.41C13.9609 1362.79 14.4696 1363 15 1363H31C31.5304 1363 32.0391 1362.79 32.4142 1362.41C32.7893 1362.04 33 1361.53 33 1361V1345C33 1344.47 32.7893 1343.96 32.4142 1343.59C32.0391 1343.21 31.5304 1343 31 1343ZM31 1361H15V1345H31V1361Z" fill="#565656"/>
|
|
118
|
-
<path d="M22 1359H24V1354H29V1352H24V1347H22V1352H17V1354H22V1359Z" fill="#565656"/>
|
|
119
|
-
<path d="M23 1381V1385H22C21.7348 1385 21.4804 1384.89 21.2929 1384.71C21.1054 1384.52 21 1384.27 21 1384V1373H28C28.2652 1373 28.5196 1373.11 28.7071 1373.29C28.8946 1373.48 29 1373.73 29 1374V1382H31V1374C31 1373.2 30.6839 1372.44 30.1213 1371.88C29.5587 1371.32 28.7956 1371 28 1371H18C17.2044 1371 16.4413 1371.32 15.8787 1371.88C15.3161 1372.44 15 1373.2 15 1374V1375H17V1374C17 1373.73 17.1054 1373.48 17.2929 1373.29C17.4804 1373.11 17.7348 1373 18 1373H19V1384C19 1384.8 19.3161 1385.56 19.8787 1386.12C20.4413 1386.68 21.2044 1387 22 1387H32C32.7956 1387 33.5587 1386.68 34.1213 1386.12C34.6839 1385.56 35 1384.8 35 1384V1381H23ZM33 1384C33 1384.27 32.8946 1384.52 32.7071 1384.71C32.5196 1384.89 32.2652 1385 32 1385H25V1383H33V1384ZM11 1397V1401H10C9.73478 1401 9.48043 1400.89 9.29289 1400.71C9.10536 1400.52 9 1400.27 9 1400V1389H16C16.2652 1389 16.5196 1389.11 16.7071 1389.29C16.8946 1389.48 17 1389.73 17 1390V1398H19V1390C19 1389.2 18.6839 1388.44 18.1213 1387.88C17.5587 1387.32 16.7956 1387 16 1387H6C5.20435 1387 4.44129 1387.32 3.87868 1387.88C3.31607 1388.44 3 1389.2 3 1390V1391H5V1390C5 1389.73 5.10536 1389.48 5.29289 1389.29C5.48043 1389.11 5.73478 1389 6 1389H7V1400C7 1400.8 7.31607 1401.56 7.87868 1402.12C8.44129 1402.68 9.20435 1403 10 1403H20C20.7956 1403 21.5587 1402.68 22.1213 1402.12C22.6839 1401.56 23 1400.8 23 1400V1397H11ZM21 1400C21 1400.27 20.8946 1400.52 20.7071 1400.71C20.5196 1400.89 20.2652 1401 20 1401H13V1399H21V1400Z" fill="black"/>
|
|
120
|
-
<path d="M12.9999 1383.83C12.8683 1383.83 12.7379 1383.81 12.616 1383.76C12.4942 1383.71 12.3834 1383.63 12.2899 1383.54C12.1962 1383.45 12.1218 1383.34 12.071 1383.21C12.0203 1383.09 11.9941 1382.96 11.9941 1382.83C11.9941 1382.7 12.0203 1382.57 12.071 1382.45C12.1218 1382.32 12.1962 1382.21 12.2899 1382.12L14.4099 1380L12.2899 1377.88C12.1967 1377.79 12.1227 1377.68 12.0723 1377.55C12.0218 1377.43 11.9958 1377.3 11.9958 1377.17C11.9958 1377.04 12.0218 1376.91 12.0723 1376.79C12.1227 1376.66 12.1967 1376.55 12.2899 1376.46C12.3832 1376.37 12.4939 1376.29 12.6157 1376.24C12.7375 1376.19 12.8681 1376.17 12.9999 1376.17C13.1318 1376.17 13.2624 1376.19 13.3842 1376.24C13.506 1376.29 13.6167 1376.37 13.7099 1376.46L17.2399 1380L13.7099 1383.54C13.6165 1383.63 13.5057 1383.71 13.3838 1383.76C13.262 1383.81 13.1315 1383.83 12.9999 1383.83Z" fill="black"/>
|
|
121
|
-
<path d="M9 1385H7V1382C7 1381.2 7.31607 1380.44 7.87868 1379.88C8.44129 1379.32 9.20435 1379 10 1379H15V1381H10C9.73478 1381 9.48043 1381.11 9.29289 1381.29C9.10536 1381.48 9 1381.73 9 1382V1385Z" fill="black"/>
|
|
122
|
-
<path d="M18 1424C18 1423.73 17.8946 1423.48 17.7071 1423.29C17.5196 1423.11 17.2652 1423 17 1423H5C4.73478 1423 4.48043 1423.11 4.29289 1423.29C4.10536 1423.48 4 1423.73 4 1424V1440C4 1440.27 4.10536 1440.52 4.29289 1440.71C4.48043 1440.89 4.73478 1441 5 1441H11C11.1316 1441 11.2621 1440.98 11.3839 1440.93C11.5057 1440.88 11.6166 1440.8 11.71 1440.71L17.71 1434.71C17.8027 1434.62 17.876 1434.51 17.9258 1434.38C17.9755 1434.26 18.0008 1434.13 18 1434V1424ZM11 1433C10.7348 1433 10.4804 1433.11 10.2929 1433.29C10.1054 1433.48 10 1433.73 10 1434V1439H6V1425H16V1433H11ZM12 1437.59V1435H14.59L12 1437.59ZM14.71 1413.46C14.5217 1413.27 14.2663 1413.17 14 1413.17C13.7337 1413.17 13.4783 1413.27 13.29 1413.46C13.1017 1413.65 12.9959 1413.9 12.9959 1414.17C12.9959 1414.44 13.1017 1414.69 13.29 1414.88L14.41 1416H11C10.2044 1416 9.44129 1416.32 8.87868 1416.88C8.31607 1417.44 8 1418.2 8 1419V1421H10V1419C10 1418.73 10.1054 1418.48 10.2929 1418.29C10.4804 1418.11 10.7348 1418 11 1418H14.41L13.29 1419.12C13.1037 1419.31 12.9992 1419.56 12.9992 1419.82C12.9992 1420.09 13.1037 1420.34 13.29 1420.53C13.383 1420.62 13.4936 1420.7 13.6154 1420.75C13.7373 1420.8 13.868 1420.83 14 1420.83C14.132 1420.83 14.2627 1420.8 14.3846 1420.75C14.5064 1420.7 14.617 1420.62 14.71 1420.53L18.24 1417L14.71 1413.46ZM33.84 1409.9C33.84 1409.63 33.7346 1409.38 33.5471 1409.19C33.3596 1409.01 33.1052 1408.9 32.84 1408.9H20.84C20.5748 1408.9 20.3204 1409.01 20.1329 1409.19C19.9454 1409.38 19.84 1409.63 19.84 1409.9V1425.9C19.84 1426.17 19.9454 1426.42 20.1329 1426.61C20.3204 1426.79 20.5748 1426.9 20.84 1426.9H26.84C26.9716 1426.9 27.1021 1426.88 27.2239 1426.83C27.3457 1426.78 27.4566 1426.7 27.55 1426.61L33.55 1420.61C33.7299 1420.42 33.8269 1420.16 33.82 1419.9L33.84 1409.9ZM26.84 1418.9C26.5748 1418.9 26.3204 1419.01 26.1329 1419.19C25.9454 1419.38 25.84 1419.63 25.84 1419.9V1424.9H21.84V1410.9H31.84V1418.9H26.84ZM27.84 1423.49V1420.9H30.43L27.84 1423.49Z" fill="#565656"/>
|
|
123
|
-
<path d="M31.5 1451H10.5C10.3069 1451 10.115 1451.03 9.93513 1451.1C9.75525 1451.17 9.59097 1451.28 9.45168 1451.41C9.31238 1451.54 9.2008 1451.7 9.1233 1451.88C9.0458 1452.06 9.0039 1452.25 9 1452.44V1477.56C9.0039 1477.75 9.0458 1477.94 9.1233 1478.12C9.2008 1478.3 9.31238 1478.46 9.45168 1478.59C9.59097 1478.72 9.75525 1478.83 9.93513 1478.9C10.115 1478.97 10.3069 1479 10.5 1479H31.5C31.6931 1479 31.885 1478.97 32.0649 1478.9C32.2447 1478.83 32.409 1478.72 32.5483 1478.59C32.6876 1478.46 32.7992 1478.3 32.8767 1478.12C32.9542 1477.94 32.9961 1477.75 33 1477.56V1452.44C32.9961 1452.25 32.9542 1452.06 32.8767 1451.88C32.7992 1451.7 32.6876 1451.54 32.5483 1451.41C32.409 1451.28 32.2447 1451.17 32.0649 1451.1C31.885 1451.03 31.6931 1451 31.5 1451ZM31 1477.07H11V1452.93H31V1477.07Z" fill="#565656"/>
|
|
124
|
-
<path d="M29 1448.44C28.9961 1448.25 28.9542 1448.06 28.8767 1447.88C28.7992 1447.7 28.6876 1447.54 28.5483 1447.41C28.409 1447.28 28.2447 1447.17 28.0649 1447.1C27.885 1447.03 27.6931 1447 27.5 1447H6.5C6.30695 1447 6.115 1447.03 5.93513 1447.1C5.75525 1447.17 5.59097 1447.28 5.45168 1447.41C5.31238 1447.54 5.2008 1447.7 5.1233 1447.88C5.0458 1448.06 5.0039 1448.25 5 1448.44V1473.56C5.0039 1473.75 5.0458 1473.94 5.1233 1474.12C5.2008 1474.3 5.31238 1474.46 5.45168 1474.59C5.59097 1474.72 5.75525 1474.83 5.93513 1474.9C6.115 1474.97 6.30695 1475 6.5 1475H7V1448.93H29V1448.44Z" fill="#565656"/>
|
|
125
|
-
<path d="M10 1517H4C3.73478 1517 3.48043 1516.89 3.29289 1516.71C3.10536 1516.52 3 1516.27 3 1516V1500C3 1499.73 3.10536 1499.48 3.29289 1499.29C3.48043 1499.11 3.73478 1499 4 1499H16C16.2652 1499 16.5196 1499.11 16.7071 1499.29C16.8946 1499.48 17 1499.73 17 1500V1510H15V1501H5V1515H10V1517Z" fill="#565656"/>
|
|
126
|
-
<path d="M10 1517C9.86882 1517 9.73868 1516.98 9.62 1516.92C9.43738 1516.85 9.28105 1516.72 9.17072 1516.55C9.06039 1516.39 9.00099 1516.2 9 1516V1510C9 1509.73 9.10536 1509.48 9.29289 1509.29C9.48043 1509.11 9.73478 1509 10 1509H16C16.1974 1509 16.3901 1509.06 16.5539 1509.17C16.7176 1509.28 16.845 1509.44 16.92 1509.62C16.9966 1509.8 17.0175 1510 16.9801 1510.2C16.9428 1510.39 16.8488 1510.57 16.71 1510.71L10.71 1516.71C10.6166 1516.8 10.5057 1516.88 10.3839 1516.93C10.2621 1516.98 10.1316 1517 10 1517ZM11 1511V1513.59L13.59 1511H11ZM13 1496.83C12.8684 1496.83 12.7379 1496.81 12.6161 1496.76C12.4943 1496.71 12.3834 1496.63 12.29 1496.54C12.1963 1496.45 12.1219 1496.34 12.0711 1496.21C12.0203 1496.09 11.9942 1495.96 11.9942 1495.83C11.9942 1495.7 12.0203 1495.57 12.0711 1495.45C12.1219 1495.32 12.1963 1495.21 12.29 1495.12L14.41 1493L12.29 1490.88C12.1017 1490.69 11.9959 1490.44 11.9959 1490.17C11.9959 1489.9 12.1017 1489.65 12.29 1489.46C12.4783 1489.27 12.7337 1489.17 13 1489.17C13.2663 1489.17 13.5217 1489.27 13.71 1489.46L17.24 1493L13.71 1496.54C13.6166 1496.63 13.5057 1496.71 13.3839 1496.76C13.2621 1496.81 13.1316 1496.83 13 1496.83Z" fill="#565656"/>
|
|
127
|
-
<path d="M9 1497H7V1495C7 1494.2 7.31607 1493.44 7.87868 1492.88C8.44129 1492.32 9.20435 1492 10 1492H15V1494H10C9.73478 1494 9.48043 1494.11 9.29289 1494.29C9.10536 1494.48 9 1494.73 9 1495V1497Z" fill="#565656"/>
|
|
128
|
-
<path d="M34 1503C33.7348 1503 33.4804 1502.89 33.2929 1502.71C33.1054 1502.52 33 1502.27 33 1502V1487H18C17.7348 1487 17.4804 1486.89 17.2929 1486.71C17.1054 1486.52 17 1486.27 17 1486C17 1485.73 17.1054 1485.48 17.2929 1485.29C17.4804 1485.11 17.7348 1485 18 1485H34C34.2652 1485 34.5196 1485.11 34.7071 1485.29C34.8946 1485.48 35 1485.73 35 1486V1502C35 1502.27 34.8946 1502.52 34.7071 1502.71C34.5196 1502.89 34.2652 1503 34 1503Z" fill="#565656"/>
|
|
129
|
-
<path d="M30.0001 1489H16.0801L18.0801 1491H29.0001V1505H19.0001V1507H30.0001C30.2653 1507 30.5196 1506.89 30.7072 1506.71C30.8947 1506.52 31.0001 1506.27 31.0001 1506V1490C31.0001 1489.73 30.8947 1489.48 30.7072 1489.29C30.5196 1489.11 30.2653 1489 30.0001 1489Z" fill="#565656"/>
|
|
130
|
-
<path d="M19 1493H27V1495H19V1493ZM19 1497H27V1499H19V1497ZM19 1501H27V1503H19V1501Z" fill="#565656"/>
|
|
131
|
-
<path d="M12 1555H4C3.73478 1555 3.48043 1554.89 3.29289 1554.71C3.10536 1554.52 3 1554.27 3 1554V1546C3 1545.73 3.10536 1545.48 3.29289 1545.29C3.48043 1545.11 3.73478 1545 4 1545H12C12.2652 1545 12.5196 1545.11 12.7071 1545.29C12.8946 1545.48 13 1545.73 13 1546V1554C13 1554.27 12.8946 1554.52 12.7071 1554.71C12.5196 1554.89 12.2652 1555 12 1555ZM5 1553H11V1547H5V1553Z" fill="#565656"/>
|
|
132
|
-
<path d="M18 1551H12V1549H17V1543H11V1546H9V1542C9 1541.73 9.10536 1541.48 9.29289 1541.29C9.48043 1541.11 9.73478 1541 10 1541H18C18.2652 1541 18.5196 1541.11 18.7071 1541.29C18.8946 1541.48 19 1541.73 19 1542V1550C19 1550.27 18.8946 1550.52 18.7071 1550.71C18.5196 1550.89 18.2652 1551 18 1551Z" fill="#565656"/>
|
|
133
|
-
<path d="M10 1547H6C5.73478 1547 5.48043 1546.89 5.29289 1546.71C5.10536 1546.52 5 1546.27 5 1546V1538C5 1537.73 5.10536 1537.48 5.29289 1537.29C5.48043 1537.11 5.73478 1537 6 1537H14C14.2652 1537 14.5196 1537.11 14.7071 1537.29C14.8946 1537.48 15 1537.73 15 1538V1542H13V1539H7V1545H10V1547ZM28 1541H22C21.7348 1541 21.4804 1540.89 21.2929 1540.71C21.1054 1540.52 21 1540.27 21 1540V1524C21 1523.73 21.1054 1523.48 21.2929 1523.29C21.4804 1523.11 21.7348 1523 22 1523H34C34.2652 1523 34.5196 1523.11 34.7071 1523.29C34.8946 1523.48 35 1523.73 35 1524V1534H33V1525H23V1539H28V1541Z" fill="#565656"/>
|
|
134
|
-
<path d="M27.9999 1541C27.8688 1541 27.7386 1540.98 27.6199 1540.92C27.4373 1540.85 27.281 1540.72 27.1707 1540.55C27.0603 1540.39 27.0009 1540.2 26.9999 1540V1534C26.9999 1533.73 27.1053 1533.48 27.2928 1533.29C27.4804 1533.11 27.7347 1533 27.9999 1533H33.9999C34.1974 1533 34.3901 1533.06 34.5538 1533.17C34.7175 1533.28 34.8449 1533.44 34.9199 1533.62C34.9965 1533.8 35.0174 1534 34.9801 1534.2C34.9427 1534.39 34.8487 1534.57 34.7099 1534.71L28.7099 1540.71C28.6165 1540.8 28.5057 1540.88 28.3838 1540.93C28.262 1540.98 28.1315 1541 27.9999 1541ZM28.9999 1535V1537.59L31.5899 1535H28.9999ZM12.9999 1534.83C12.8683 1534.83 12.7379 1534.81 12.616 1534.76C12.4942 1534.71 12.3834 1534.63 12.2899 1534.54C12.1962 1534.45 12.1218 1534.34 12.071 1534.21C12.0203 1534.09 11.9941 1533.96 11.9941 1533.83C11.9941 1533.7 12.0203 1533.57 12.071 1533.45C12.1218 1533.32 12.1962 1533.21 12.2899 1533.12L14.4099 1531L12.2899 1528.88C12.1016 1528.69 11.9958 1528.44 11.9958 1528.17C11.9958 1527.9 12.1016 1527.65 12.2899 1527.46C12.4782 1527.27 12.7336 1527.17 12.9999 1527.17C13.2662 1527.17 13.5216 1527.27 13.7099 1527.46L17.2399 1531L13.7099 1534.54C13.6165 1534.63 13.5057 1534.71 13.3838 1534.76C13.262 1534.81 13.1315 1534.83 12.9999 1534.83Z" fill="#565656"/>
|
|
135
|
-
<path d="M9 1535H7V1533C7 1532.2 7.31607 1531.44 7.87868 1530.88C8.44129 1530.32 9.20435 1530 10 1530H15V1532H10C9.73478 1532 9.48043 1532.11 9.29289 1532.29C9.10536 1532.48 9 1532.73 9 1533V1535Z" fill="#565656"/>
|
|
136
|
-
<path d="M28 1579H20C19.7348 1579 19.4804 1578.89 19.2929 1578.71C19.1054 1578.52 19 1578.27 19 1578V1570C19 1569.73 19.1054 1569.48 19.2929 1569.29C19.4804 1569.11 19.7348 1569 20 1569H28C28.2652 1569 28.5196 1569.11 28.7071 1569.29C28.8946 1569.48 29 1569.73 29 1570V1578C29 1578.27 28.8946 1578.52 28.7071 1578.71C28.5196 1578.89 28.2652 1579 28 1579ZM21 1577H27V1571H21V1577Z" fill="#565656"/>
|
|
137
|
-
<path d="M34 1575H28.17V1573H33V1567H27V1569.83H25V1566C25 1565.73 25.1054 1565.48 25.2929 1565.29C25.4804 1565.11 25.7348 1565 26 1565H34C34.2652 1565 34.5196 1565.11 34.7071 1565.29C34.8946 1565.48 35 1565.73 35 1566V1574C35 1574.27 34.8946 1574.52 34.7071 1574.71C34.5196 1574.89 34.2652 1575 34 1575Z" fill="#565656"/>
|
|
138
|
-
<path d="M26.12 1571H22C21.7348 1571 21.4804 1570.89 21.2929 1570.71C21.1054 1570.52 21 1570.27 21 1570V1562C21 1561.73 21.1054 1561.48 21.2929 1561.29C21.4804 1561.11 21.7348 1561 22 1561H30C30.2652 1561 30.5196 1561.11 30.7071 1561.29C30.8946 1561.48 31 1561.73 31 1562V1565.83H29V1563H23V1569H26.12V1571ZM12 1593H4C3.73478 1593 3.48043 1592.89 3.29289 1592.71C3.10536 1592.52 3 1592.27 3 1592V1584C3 1583.73 3.10536 1583.48 3.29289 1583.29C3.48043 1583.11 3.73478 1583 4 1583H12C12.2652 1583 12.5196 1583.11 12.7071 1583.29C12.8946 1583.48 13 1583.73 13 1584V1592C13 1592.27 12.8946 1592.52 12.7071 1592.71C12.5196 1592.89 12.2652 1593 12 1593ZM5 1591H11V1585H5V1591Z" fill="#565656"/>
|
|
139
|
-
<path d="M18 1589H12.17V1587H17V1581H11V1583.83H9V1580C9 1579.73 9.10536 1579.48 9.29289 1579.29C9.48043 1579.11 9.73478 1579 10 1579H18C18.2652 1579 18.5196 1579.11 18.7071 1579.29C18.8946 1579.48 19 1579.73 19 1580V1588C19 1588.27 18.8946 1588.52 18.7071 1588.71C18.5196 1588.89 18.2652 1589 18 1589Z" fill="#565656"/>
|
|
140
|
-
<path d="M10.12 1585H6C5.73478 1585 5.48043 1584.89 5.29289 1584.71C5.10536 1584.52 5 1584.27 5 1584V1576C5 1575.73 5.10536 1575.48 5.29289 1575.29C5.48043 1575.11 5.73478 1575 6 1575H14C14.2652 1575 14.5196 1575.11 14.7071 1575.29C14.8946 1575.48 15 1575.73 15 1576V1579.83H13V1577H7V1583H10.12V1585ZM13 1572.83C12.8684 1572.83 12.7379 1572.81 12.6161 1572.76C12.4943 1572.71 12.3834 1572.63 12.29 1572.54C12.1963 1572.45 12.1219 1572.34 12.0711 1572.21C12.0203 1572.09 11.9942 1571.96 11.9942 1571.83C11.9942 1571.7 12.0203 1571.57 12.0711 1571.45C12.1219 1571.32 12.1963 1571.21 12.29 1571.12L14.41 1569L12.29 1566.88C12.1017 1566.69 11.9959 1566.44 11.9959 1566.17C11.9959 1565.9 12.1017 1565.65 12.29 1565.46C12.4783 1565.27 12.7337 1565.17 13 1565.17C13.2663 1565.17 13.5217 1565.27 13.71 1565.46L17.24 1569L13.71 1572.54C13.6166 1572.63 13.5057 1572.71 13.3839 1572.76C13.2621 1572.81 13.1316 1572.83 13 1572.83Z" fill="#565656"/>
|
|
141
|
-
<path d="M9 1573H7V1571C7 1570.2 7.31607 1569.44 7.87868 1568.88C8.44129 1568.32 9.20435 1568 10 1568H15V1570H10C9.73478 1570 9.48043 1570.11 9.29289 1570.29C9.10536 1570.48 9 1570.73 9 1571V1573Z" fill="#565656"/>
|
|
142
|
-
<path d="M30.6999 1629H19.9999V1627H17.9999V1629H7.19989C6.93467 1629 6.68032 1629.11 6.49278 1629.29C6.30525 1629.48 6.19989 1629.73 6.19989 1630C6.19989 1630.27 6.30525 1630.52 6.49278 1630.71C6.68032 1630.89 6.93467 1631 7.19989 1631H30.6999C30.9651 1631 31.2195 1630.89 31.407 1630.71C31.5945 1630.52 31.6999 1630.27 31.6999 1630C31.6999 1629.73 31.5945 1629.48 31.407 1629.29C31.2195 1629.11 30.9651 1629 30.6999 1629ZM29.9999 1625H9.49989C7.64337 1624.92 5.8945 1624.11 4.63801 1622.74C3.38152 1621.37 2.72032 1619.56 2.79989 1617.7C2.87945 1615.84 3.69326 1614.09 5.06227 1612.84C6.43129 1611.58 8.24337 1610.92 10.0999 1611C10.1499 1609.56 10.4855 1608.14 11.0873 1606.83C11.6891 1605.52 12.5451 1604.34 13.6056 1603.37C14.6661 1602.39 15.91 1601.63 17.2652 1601.14C18.6203 1600.65 20.0597 1600.43 21.4999 1600.5C22.9449 1600.56 24.3631 1600.91 25.6733 1601.53C26.9834 1602.14 28.1598 1603 29.1351 1604.07C30.1104 1605.14 30.8654 1606.39 31.357 1607.75C31.8486 1609.11 32.0671 1610.56 31.9999 1612C31.9882 1613.09 31.8198 1614.16 31.4999 1615.2C32.7591 1615.61 33.8034 1616.51 34.4034 1617.69C35.0034 1618.87 35.11 1620.24 34.6999 1621.5C34.4084 1622.52 33.7905 1623.41 32.9413 1624.04C32.0921 1624.68 31.0586 1625.01 29.9999 1625ZM9.99989 1623H29.9999C30.7955 1623.03 31.5691 1622.74 32.1505 1622.19C32.7319 1621.65 33.0734 1620.9 33.0999 1620.1C33.1264 1619.3 32.8358 1618.53 32.2919 1617.95C31.7481 1617.37 30.9955 1617.03 30.1999 1617C30.0357 1616.99 29.8768 1616.94 29.7372 1616.85C29.5977 1616.76 29.4818 1616.64 29.3999 1616.5C29.3136 1616.37 29.2596 1616.22 29.2422 1616.06C29.2248 1615.91 29.2446 1615.75 29.2999 1615.6C30.2679 1613.41 30.3271 1610.93 29.4645 1608.7C29.0373 1607.59 28.3967 1606.58 27.5792 1605.72C26.7617 1604.87 25.7833 1604.18 24.6999 1603.7C22.5119 1602.73 20.0289 1602.67 17.7972 1603.54C15.5655 1604.4 13.7679 1606.11 12.7999 1608.3C12.2867 1609.47 12.0145 1610.73 11.9999 1612C12.0077 1612.16 11.975 1612.31 11.905 1612.45C11.8349 1612.59 11.7298 1612.71 11.5999 1612.8C11.3822 1613 11.0954 1613.11 10.7999 1613.1C10.6271 1613.12 10.4534 1613.08 10.2999 1613C9.64286 1612.95 8.9815 1613.02 8.35388 1613.22C7.72626 1613.43 7.14477 1613.75 6.64288 1614.18C6.14099 1614.6 5.72862 1615.13 5.42948 1615.71C5.13035 1616.3 4.95036 1616.94 4.89989 1617.6C4.81591 1618.92 5.24887 1620.22 6.10727 1621.23C6.96568 1622.24 8.18226 1622.87 9.49989 1623H9.99989Z" fill="#565656"/>
|
|
143
|
-
<path d="M10.62 1656.88C10.3548 1656.88 10.1004 1656.99 9.91288 1657.17C9.72534 1657.36 9.61999 1657.61 9.61999 1657.88C9.61999 1658.15 9.72534 1658.4 9.91288 1658.59C10.1004 1658.77 10.3548 1658.88 10.62 1658.88H19.13C19.3952 1658.88 19.6496 1658.77 19.8371 1658.59C20.0246 1658.4 20.13 1658.15 20.13 1657.88C20.13 1657.61 20.0246 1657.36 19.8371 1657.17C19.6496 1656.99 19.3952 1656.88 19.13 1656.88H10.62ZM18.61 1649.7C18.2712 1650.43 17.7184 1651.05 17.0243 1651.46C16.3303 1651.87 15.5275 1652.07 14.7216 1652.01C13.9156 1651.96 13.1443 1651.67 12.509 1651.17C11.8738 1650.67 11.4044 1649.99 11.1625 1649.22C10.9207 1648.45 10.9178 1647.62 11.1542 1646.85C11.3906 1646.08 11.8552 1645.4 12.4869 1644.89C13.1186 1644.39 13.8878 1644.09 14.6933 1644.03C15.4989 1643.97 16.303 1644.16 17 1644.57V1644C17.0073 1643.46 17.0507 1642.93 17.13 1642.4C16.4514 1642.13 15.7288 1642 15 1642C13.9682 1642 12.9538 1642.27 12.0546 1642.77C11.1555 1643.28 10.402 1644.01 9.86692 1644.89C9.33187 1645.77 9.03334 1646.78 9.00017 1647.81C8.967 1648.84 9.20031 1649.86 9.67756 1650.78C10.1548 1651.69 10.8599 1652.47 11.7247 1653.03C12.5895 1653.59 13.5847 1653.92 14.6144 1653.99C15.644 1654.05 16.6733 1653.85 17.6026 1653.4C18.532 1652.96 19.3302 1652.28 19.92 1651.43C19.4278 1650.9 18.989 1650.32 18.61 1649.7Z" fill="#565656"/>
|
|
144
|
-
<path d="M32.18 1654.17C30.8541 1654.72 29.4341 1655 28 1655C27.4779 1655 26.9567 1654.96 26.44 1654.88V1655.01H28.44C29.6727 1655.03 30.8498 1655.53 31.7177 1656.4C32.5856 1657.28 33.0749 1658.46 33.08 1659.69V1660.36C33.0669 1661.59 32.5697 1662.77 31.6959 1663.64C30.8221 1664.51 29.6418 1664.99 28.41 1665H9.70003C9.08413 1665 8.474 1664.88 7.90448 1664.65C7.33496 1664.41 6.8172 1664.07 6.38077 1663.63C5.94433 1663.2 5.59777 1662.68 5.36086 1662.11C5.12395 1661.55 5.00134 1660.94 5.00003 1660.32V1659.63C5.01583 1658.39 5.51829 1657.22 6.39829 1656.35C7.27829 1655.48 8.46476 1655 9.70003 1655H11.06C10.4535 1654.65 9.89829 1654.21 9.41003 1653.71L9.32003 1653.62L9.20003 1653.49C9.04619 1653.34 8.90255 1653.17 8.77003 1653C7.16897 1653.22 5.70202 1654.01 4.64105 1655.23C3.58009 1656.45 2.99706 1658.01 3.00003 1659.63V1660.3C2.9974 1661.18 3.16758 1662.05 3.50085 1662.86C3.83413 1663.67 4.32397 1664.41 4.94241 1665.03C5.56084 1665.65 6.29577 1666.15 7.10522 1666.48C7.91467 1666.82 8.7828 1667 9.66003 1667H28.41C30.1817 1667 31.8808 1666.3 33.1335 1665.04C34.3862 1663.79 35.09 1662.09 35.09 1660.32V1659.65C35.0844 1658.57 34.8167 1657.51 34.3099 1656.55C33.803 1655.6 33.0722 1654.78 32.18 1654.17Z" fill="#565656"/>
|
|
145
|
-
<path d="M28 1635C26.22 1635 24.4799 1635.53 22.9999 1636.52C21.5198 1637.51 20.3663 1638.91 19.6851 1640.56C19.0039 1642.2 18.8257 1644.01 19.1729 1645.76C19.5202 1647.5 20.3774 1649.11 21.636 1650.36C22.8947 1651.62 24.4984 1652.48 26.2442 1652.83C27.99 1653.17 29.7996 1653 31.4442 1652.31C33.0887 1651.63 34.4943 1650.48 35.4832 1649C36.4722 1647.52 37 1645.78 37 1644C37 1641.61 36.0518 1639.32 34.364 1637.64C32.6761 1635.95 30.387 1635 28 1635ZM29 1649H27V1647H29V1649ZM29 1645H27V1639H29V1645Z" fill="#F84E30"/>
|
|
146
|
-
<path d="M10.6201 1694.88C10.3549 1694.88 10.1005 1694.99 9.91301 1695.17C9.72547 1695.36 9.62012 1695.61 9.62012 1695.88C9.62012 1696.15 9.72547 1696.4 9.91301 1696.59C10.1005 1696.77 10.3549 1696.88 10.6201 1696.88H19.1301C19.3953 1696.88 19.6497 1696.77 19.8372 1696.59C20.0248 1696.4 20.1301 1696.15 20.1301 1695.88C20.1301 1695.61 20.0248 1695.36 19.8372 1695.17C19.6497 1694.99 19.3953 1694.88 19.1301 1694.88H10.6201Z" fill="#565656"/>
|
|
147
|
-
<path d="M32.5 1695.14H32.33C32.8272 1695.89 33.0915 1696.78 33.09 1697.68V1698.35C33.0795 1699.59 32.5821 1700.77 31.7059 1701.64C30.8296 1702.51 29.6453 1703 28.41 1703H9.70003C9.08413 1703 8.474 1702.88 7.90448 1702.65C7.33496 1702.41 6.8172 1702.07 6.38077 1701.63C5.94433 1701.2 5.59777 1700.68 5.36086 1700.11C5.12395 1699.55 5.00134 1698.94 5.00003 1698.32V1697.63C5.01583 1696.39 5.51829 1695.22 6.39829 1694.35C7.27829 1693.48 8.46476 1693 9.70003 1693H11.06C10.4535 1692.65 9.89829 1692.21 9.41003 1691.71L9.32003 1691.62L9.20003 1691.49C9.04619 1691.34 8.90255 1691.17 8.77003 1691C7.16897 1691.22 5.70202 1692.01 4.64105 1693.23C3.58009 1694.45 2.99706 1696.01 3.00003 1697.63V1698.3C2.9974 1699.18 3.16758 1700.05 3.50085 1700.86C3.83413 1701.67 4.32397 1702.41 4.94241 1703.03C5.56084 1703.65 6.29577 1704.15 7.10522 1704.48C7.91467 1704.82 8.7828 1705 9.66003 1705H28.41C30.1817 1705 31.8808 1704.3 33.1335 1703.04C34.3862 1701.79 35.09 1700.09 35.09 1698.32V1697.65C35.08 1696.66 34.8548 1695.69 34.43 1694.8C33.8097 1695.02 33.1576 1695.13 32.5 1695.14Z" fill="#565656"/>
|
|
148
|
-
<path d="M13.7101 1689.77C12.8247 1689.46 12.0779 1688.84 11.6007 1688.03C11.1236 1687.22 10.9464 1686.27 11.1002 1685.34C11.2541 1684.42 11.7291 1683.58 12.4422 1682.96C13.1553 1682.35 14.0608 1682.01 15.0001 1682C15.6008 1682 16.1931 1682.14 16.7301 1682.41L17.7301 1680.67C16.8878 1680.23 15.9509 1680 15.0001 1680C14.2122 1679.96 13.4233 1680.07 12.6785 1680.33C11.9337 1680.59 11.2476 1680.99 10.6594 1681.52C9.47131 1682.58 8.75396 1684.07 8.66512 1685.67C8.57627 1687.26 9.1232 1688.82 10.1856 1690.01C11.248 1691.19 12.7388 1691.91 14.3301 1692C13.9782 1691.3 13.7675 1690.55 13.7101 1689.77Z" fill="#565656"/>
|
|
149
|
-
<path d="M26 1674.19C25.3206 1674.19 24.6523 1674.36 24.0636 1674.7C23.4749 1675.04 22.987 1675.53 22.65 1676.12L16.19 1687.35C15.8513 1687.94 15.673 1688.6 15.6729 1689.28C15.6727 1689.96 15.8508 1690.62 16.1893 1691.21C16.5277 1691.8 17.0146 1692.28 17.601 1692.62C18.1874 1692.96 18.8527 1693.14 19.53 1693.14H32.53C33.2073 1693.14 33.8726 1692.96 34.459 1692.62C35.0454 1692.28 35.5323 1691.8 35.8707 1691.21C36.2092 1690.62 36.3873 1689.96 36.3871 1689.28C36.387 1688.6 36.2087 1687.94 35.87 1687.35L29.36 1676.12C29.0229 1675.53 28.5337 1675.04 27.9429 1674.7C27.3521 1674.36 26.6813 1674.18 26 1674.19Z" fill="#B68300"/>
|
|
150
|
-
<path d="M25.9998 1676.19C26.3264 1676.19 26.6473 1676.27 26.9301 1676.44C27.2129 1676.6 27.4474 1676.84 27.6098 1677.12L34.0898 1688.35C34.253 1688.63 34.339 1688.95 34.339 1689.28C34.339 1689.61 34.2532 1689.93 34.09 1690.21C33.9268 1690.49 33.6922 1690.73 33.4095 1690.89C33.1269 1691.05 32.8062 1691.14 32.4798 1691.14H19.4798C19.1534 1691.14 18.8327 1691.05 18.5501 1690.89C18.2674 1690.73 18.0328 1690.49 17.8696 1690.21C17.7064 1689.93 17.6206 1689.61 17.6206 1689.28C17.6206 1688.95 17.7066 1688.63 17.8698 1688.35L24.4098 1677.12C24.5689 1676.84 24.7999 1676.6 25.0793 1676.44C25.3586 1676.28 25.6762 1676.19 25.9998 1676.19Z" fill="#FFE02C"/>
|
|
151
|
-
<path d="M25 1687H27V1689H25V1687ZM25 1679H27V1685H25V1679Z" fill="#454545"/>
|
|
152
|
-
<path d="M21 1745H9C8.46957 1745 7.96086 1744.79 7.58579 1744.41C7.21071 1744.04 7 1743.53 7 1743V1731C7 1730.47 7.21071 1729.96 7.58579 1729.59C7.96086 1729.21 8.46957 1729 9 1729H13V1725C13 1724.47 13.2107 1723.96 13.5858 1723.59C13.9609 1723.21 14.4696 1723 15 1723H27C27.5304 1723 28.0391 1723.21 28.4142 1723.59C28.7893 1723.96 29 1724.47 29 1725V1737C29 1737.53 28.7893 1738.04 28.4142 1738.41C28.0391 1738.79 27.5304 1739 27 1739H23V1743C23 1743.53 22.7893 1744.04 22.4142 1744.41C22.0391 1744.79 21.5304 1745 21 1745ZM9 1731V1743H21V1737H27V1725H15V1731H9Z" fill="#0091DA"/>
|
|
153
|
-
<path d="M25 1735H17V1727H25V1735ZM19 1733H23V1729H19V1733Z" fill="#0091DA"/>
|
|
154
|
-
<path d="M18.9999 1741H10.9999V1733H18.9999V1741ZM12.9999 1739H16.9999V1735H12.9999V1739ZM34.6399 1725C34.4487 1725 34.2613 1724.95 34.1 1724.84C33.9387 1724.74 33.8103 1724.59 33.7299 1724.42C32.5453 1721.65 30.5834 1719.29 28.0822 1717.62C25.5811 1715.95 22.6483 1715.04 19.6399 1715C16.6321 1715.04 13.7005 1715.95 11.1998 1717.62C8.69913 1719.3 6.73666 1721.66 5.54994 1724.42C5.49479 1724.54 5.41663 1724.65 5.31995 1724.74C5.22326 1724.83 5.10993 1724.89 4.98643 1724.94C4.86292 1724.99 4.73167 1725.01 4.60016 1725C4.46864 1725 4.33945 1724.97 4.21994 1724.91C4.10044 1724.85 3.99297 1724.78 3.90367 1724.68C3.81437 1724.58 3.74499 1724.47 3.69949 1724.35C3.65399 1724.22 3.63326 1724.09 3.63849 1723.96C3.64371 1723.83 3.67479 1723.7 3.72994 1723.58C5.07534 1720.47 7.29419 1717.81 10.1179 1715.93C12.9416 1714.06 16.2491 1713.04 19.6399 1713C23.0311 1713.04 26.3391 1714.05 29.163 1715.93C31.987 1717.81 34.2056 1720.47 35.5499 1723.58C35.6054 1723.7 35.6367 1723.83 35.6421 1723.96C35.6475 1724.09 35.6268 1724.22 35.5813 1724.35C35.5357 1724.47 35.4662 1724.58 35.3768 1724.68C35.2873 1724.78 35.1796 1724.86 35.0599 1724.91C34.9276 1724.97 34.7846 1725 34.6399 1725Z" fill="#0091DA"/>
|
|
155
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 1759.4C3.1665 1757.77 4.48975 1756.44 6.12206 1756.44H9.49984C10.0828 1756.44 10.5554 1756.92 10.5554 1757.5C10.5554 1758.08 10.0828 1758.56 9.49984 1758.56H6.12206C5.65569 1758.56 5.27762 1758.93 5.27762 1759.4V1774.6C5.27762 1775.07 5.65569 1775.44 6.12206 1775.44H9.49984C10.0828 1775.44 10.5554 1775.92 10.5554 1776.5C10.5554 1777.08 10.0828 1777.56 9.49984 1777.56H6.12206C4.48975 1777.56 3.1665 1776.23 3.1665 1774.6V1759.4Z" fill="#4D5D69"/>
|
|
156
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.833 1759.4C34.833 1757.77 33.5098 1756.44 31.8775 1756.44H28.4997C27.9167 1756.44 27.4441 1756.92 27.4441 1757.5C27.4441 1758.08 27.9167 1758.56 28.4997 1758.56H31.8775C32.3438 1758.56 32.7219 1758.93 32.7219 1759.4V1774.6C32.7219 1775.07 32.3438 1775.44 31.8775 1775.44H28.4997C27.9167 1775.44 27.4441 1775.92 27.4441 1776.5C27.4441 1777.08 27.9167 1777.56 28.4997 1777.56H31.8775C33.5098 1777.56 34.833 1776.23 34.833 1774.6V1759.4Z" fill="#4D5D69"/>
|
|
157
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6108 1756.23C11.6108 1754.6 12.9341 1753.28 14.5664 1753.28H23.4331C25.0654 1753.28 26.3886 1754.6 26.3886 1756.23V1777.77C26.3886 1779.4 25.0654 1780.72 23.4331 1780.72H14.5664C12.9341 1780.72 11.6108 1779.4 11.6108 1777.77V1756.23ZM14.5664 1755.39C14.1 1755.39 13.722 1755.77 13.722 1756.23V1777.77C13.722 1778.23 14.1 1778.61 14.5664 1778.61H23.4331C23.8994 1778.61 24.2775 1778.23 24.2775 1777.77V1756.23C24.2775 1755.77 23.8994 1755.39 23.4331 1755.39H14.5664Z" fill="#4D5D69"/>
|
|
158
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 1772.07C18.3004 1772.07 17.7333 1772.63 17.7333 1773.33C17.7333 1774.03 18.3004 1774.6 19 1774.6C19.6995 1774.6 20.2667 1774.03 20.2667 1773.33C20.2667 1772.63 19.6995 1772.07 19 1772.07ZM16.0444 1773.33C16.0444 1771.7 17.3677 1770.38 19 1770.38C20.6323 1770.38 21.9555 1771.7 21.9555 1773.33C21.9555 1774.97 20.6323 1776.29 19 1776.29C17.3677 1776.29 16.0444 1774.97 16.0444 1773.33Z" fill="#4D5D69"/>
|
|
159
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.6553 1769.11C27.6553 1768.64 28.0333 1768.27 28.4997 1768.27C29.8405 1768.27 30.9275 1769.35 30.9275 1770.69C30.9275 1772.04 29.8405 1773.12 28.4997 1773.12C28.0333 1773.12 27.6553 1772.74 27.6553 1772.28C27.6553 1771.81 28.0333 1771.43 28.4997 1771.43C28.9078 1771.43 29.2386 1771.1 29.2386 1770.69C29.2386 1770.29 28.9078 1769.96 28.4997 1769.96C28.0333 1769.96 27.6553 1769.58 27.6553 1769.11Z" fill="#4D5D69"/>
|
|
160
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.3442 1769.11C10.3442 1768.64 9.96617 1768.27 9.49979 1768.27C8.15897 1768.27 7.07202 1769.35 7.07202 1770.69C7.07202 1772.04 8.15897 1773.12 9.49979 1773.12C9.96617 1773.12 10.3442 1772.74 10.3442 1772.28C10.3442 1771.81 9.96617 1771.43 9.49979 1771.43C9.09172 1771.43 8.7609 1771.1 8.7609 1770.69C8.7609 1770.29 9.09172 1769.96 9.49979 1769.96C9.96617 1769.96 10.3442 1769.58 10.3442 1769.11Z" fill="#4D5D69"/>
|
|
161
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0444 1758.56C16.0444 1758.09 16.4225 1757.71 16.8889 1757.71H21.1111C21.5775 1757.71 21.9555 1758.09 21.9555 1758.56C21.9555 1759.02 21.5775 1759.4 21.1111 1759.4H16.8889C16.4225 1759.4 16.0444 1759.02 16.0444 1758.56Z" fill="#4D5D69"/>
|
|
162
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0444 1762.78C16.0444 1762.31 16.4225 1761.93 16.8889 1761.93H21.1111C21.5775 1761.93 21.9555 1762.31 21.9555 1762.78C21.9555 1763.24 21.5775 1763.62 21.1111 1763.62H16.8889C16.4225 1763.62 16.0444 1763.24 16.0444 1762.78Z" fill="#4D5D69"/>
|
|
163
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.07227 1761.72C7.07227 1761.26 7.45034 1760.88 7.91671 1760.88H9.50004C9.96642 1760.88 10.3445 1761.26 10.3445 1761.72C10.3445 1762.19 9.96642 1762.57 9.50004 1762.57H7.91671C7.45034 1762.57 7.07227 1762.19 7.07227 1761.72Z" fill="#4D5D69"/>
|
|
164
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.6553 1761.72C27.6553 1761.26 28.0333 1760.88 28.4997 1760.88H30.0831C30.5494 1760.88 30.9275 1761.26 30.9275 1761.72C30.9275 1762.19 30.5494 1762.57 30.0831 1762.57H28.4997C28.0333 1762.57 27.6553 1762.19 27.6553 1761.72Z" fill="#4D5D69"/>
|
|
165
|
-
<path d="M11 1816.51V1819H13.46L11 1816.51ZM3 1801.52L5 1799.52V1797H9V1795H4.79C4.33277 1794.98 3.88773 1795.15 3.55226 1795.46C3.2168 1795.77 3.01822 1796.2 3 1796.66V1801.52ZM5 1810.44L3 1808.42V1819H9V1817H5V1810.44ZM33.37 1795H29V1797H33V1817H29V1819H35V1796.67C35.0026 1796.45 34.9626 1796.24 34.8821 1796.04C34.8016 1795.84 34.6823 1795.65 34.5309 1795.5C34.3795 1795.34 34.1991 1795.22 33.9999 1795.13C33.8007 1795.05 33.5867 1795 33.37 1795ZM25.32 1791H12.68C12.2344 1791 11.8071 1791.18 11.4921 1791.49C11.177 1791.81 11 1792.23 11 1792.68V1799.46L13 1801.46V1793H25V1814.65L25.91 1818.65V1819.04H26.91V1792.68C26.9106 1792.25 26.746 1791.84 26.4502 1791.52C26.1543 1791.21 25.7498 1791.02 25.32 1791Z" fill="#565656"/>
|
|
166
|
-
<path d="M14.9998 1795H22.9998V1797H14.9998V1795ZM3.51978 1803.83C3.21933 1804.13 3.05078 1804.54 3.05078 1804.97C3.05078 1805.4 3.21933 1805.81 3.51978 1806.11L17.1798 1819.92L21.9998 1821H22.3598C22.4659 1821.01 22.5736 1821.01 22.6798 1821C22.8982 1820.97 23.1077 1820.89 23.2949 1820.77C23.4821 1820.66 23.6429 1820.5 23.7671 1820.32C23.8913 1820.14 23.9761 1819.93 24.0162 1819.71C24.0562 1819.5 24.0506 1819.27 23.9998 1819.06L22.8898 1814.25L9.16978 1800.46C8.86813 1800.16 8.4601 1799.99 8.03478 1799.99C7.60947 1799.99 7.20143 1800.16 6.89978 1800.46L3.52978 1803.83H3.51978ZM7.90978 1807.68L10.7298 1804.86L20.9998 1815.25L21.8498 1818.88L18.1898 1818.07L7.90978 1807.68ZM5.20978 1805L8.04978 1802.16L9.59978 1803.73L6.77978 1806.55L5.20978 1805Z" fill="#565656"/>
|
|
167
|
-
<path d="M17.6803 1829.28H14.5665C12.9342 1829.28 11.6109 1830.6 11.6109 1832.23V1853.77C11.6109 1855.4 12.9342 1856.72 14.5665 1856.72H23.4332C25.0655 1856.72 26.3887 1855.4 26.3887 1853.77V1844.92C25.6589 1844.79 24.9529 1844.58 24.2776 1844.32V1853.77C24.2776 1854.23 23.8995 1854.61 23.4332 1854.61H14.5665C14.1001 1854.61 13.7221 1854.23 13.7221 1853.77V1832.23C13.7221 1831.77 14.1001 1831.39 14.5665 1831.39H17.0802C17.2142 1830.66 17.4166 1829.95 17.6803 1829.28Z" fill="#4D5D69"/>
|
|
168
|
-
<path d="M34.8332 1843.23C34.1729 1843.66 33.4662 1844.03 32.7221 1844.32V1850.6C32.7221 1851.07 32.344 1851.44 31.8776 1851.44H28.4998C27.9169 1851.44 27.4443 1851.92 27.4443 1852.5C27.4443 1853.08 27.9169 1853.56 28.4998 1853.56H31.8776C33.5099 1853.56 34.8332 1852.23 34.8332 1850.6V1843.23Z" fill="#4D5D69"/>
|
|
169
|
-
<path d="M27.6559 1845.08C27.9346 1845.1 28.216 1845.11 28.4998 1845.11C29.0853 1845.11 29.6607 1845.07 30.2229 1844.98C30.6585 1845.42 30.9276 1846.03 30.9276 1846.69C30.9276 1848.04 29.8407 1849.12 28.4998 1849.12C28.0335 1849.12 27.6554 1848.74 27.6554 1848.28C27.6554 1847.81 28.0335 1847.43 28.4998 1847.43C28.9079 1847.43 29.2387 1847.1 29.2387 1846.69C29.2387 1846.29 28.9079 1845.96 28.4998 1845.96C28.0335 1845.96 27.6554 1845.58 27.6554 1845.11C27.6554 1845.1 27.6556 1845.09 27.6559 1845.08Z" fill="#4D5D69"/>
|
|
170
|
-
<path d="M18.6321 1839.62C18.2992 1839.09 18.0086 1838.52 17.7651 1837.93H16.8887C16.4224 1837.93 16.0443 1838.31 16.0443 1838.78C16.0443 1839.24 16.4224 1839.62 16.8887 1839.62H18.6321Z" fill="#4D5D69"/>
|
|
171
|
-
<path d="M16.8906 1833.71C16.9008 1834.29 16.9527 1834.85 17.0434 1835.4H16.8887C16.4224 1835.4 16.0443 1835.02 16.0443 1834.56C16.0443 1834.09 16.4242 1833.71 16.8906 1833.71Z" fill="#4D5D69"/>
|
|
172
|
-
<path d="M6.12206 1832.44C4.48975 1832.44 3.1665 1833.77 3.1665 1835.4V1850.6C3.1665 1852.23 4.48975 1853.56 6.12206 1853.56H9.49984C10.0828 1853.56 10.5554 1853.08 10.5554 1852.5C10.5554 1851.92 10.0828 1851.44 9.49984 1851.44H6.12206C5.65569 1851.44 5.27762 1851.07 5.27762 1850.6V1835.4C5.27762 1834.93 5.65569 1834.56 6.12206 1834.56H9.49984C10.0828 1834.56 10.5554 1834.08 10.5554 1833.5C10.5554 1832.92 10.0828 1832.44 9.49984 1832.44H6.12206Z" fill="#4D5D69"/>
|
|
173
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9998 1846.38C17.3675 1846.38 16.0443 1847.7 16.0443 1849.33C16.0443 1850.97 17.3675 1852.29 18.9998 1852.29C20.6321 1852.29 21.9554 1850.97 21.9554 1849.33C21.9554 1847.7 20.6321 1846.38 18.9998 1846.38ZM17.7332 1849.33C17.7332 1848.63 18.3003 1848.07 18.9998 1848.07C19.6994 1848.07 20.2665 1848.63 20.2665 1849.33C20.2665 1850.03 19.6994 1850.6 18.9998 1850.6C18.3003 1850.6 17.7332 1850.03 17.7332 1849.33Z" fill="#4D5D69"/>
|
|
174
|
-
<path d="M9.49984 1844.27C9.96621 1844.27 10.3443 1844.64 10.3443 1845.11C10.3443 1845.58 9.96621 1845.96 9.49984 1845.96C9.09176 1845.96 8.76095 1846.29 8.76095 1846.69C8.76095 1847.1 9.09176 1847.43 9.49984 1847.43C9.96621 1847.43 10.3443 1847.81 10.3443 1848.28C10.3443 1848.74 9.96621 1849.12 9.49984 1849.12C8.15901 1849.12 7.07206 1848.04 7.07206 1846.69C7.07206 1845.35 8.15901 1844.27 9.49984 1844.27Z" fill="#4D5D69"/>
|
|
175
|
-
<path d="M7.07206 1837.72C7.07206 1837.26 7.45013 1836.88 7.9165 1836.88H9.49984C9.96621 1836.88 10.3443 1837.26 10.3443 1837.72C10.3443 1838.19 9.96621 1838.57 9.49984 1838.57H7.9165C7.45013 1838.57 7.07206 1838.19 7.07206 1837.72Z" fill="#4D5D69"/>
|
|
176
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 1833.5C38 1838.75 33.7467 1843 28.5 1843C23.2533 1843 19 1838.75 19 1833.5C19 1828.25 23.2533 1824 28.5 1824C33.7467 1824 38 1828.25 38 1833.5ZM28.5 1834.07C29.1296 1834.07 29.64 1833.56 29.64 1832.93V1829.13C29.64 1828.5 29.1296 1827.99 28.5 1827.99C27.8704 1827.99 27.36 1828.5 27.36 1829.13V1832.93C27.36 1833.56 27.8704 1834.07 28.5 1834.07ZM28.5 1835.97C27.7655 1835.97 27.17 1836.57 27.17 1837.3C27.17 1838.03 27.7655 1838.63 28.5 1838.63H28.5095C29.244 1838.63 29.8395 1838.03 29.8395 1837.3C29.8395 1836.57 29.244 1835.97 28.5095 1835.97H28.5Z" fill="#EA3223"/>
|
|
177
|
-
<path d="M12 1885H20C20.2652 1885 20.5196 1884.89 20.7071 1884.71C20.8946 1884.52 21 1884.27 21 1884V1881H26C26.2652 1881 26.5196 1880.89 26.7071 1880.71C26.8946 1880.52 27 1880.27 27 1880V1872C27 1871.73 26.8946 1871.48 26.7071 1871.29C26.5196 1871.11 26.2652 1871 26 1871H23V1868C23 1867.73 22.8946 1867.48 22.7071 1867.29C22.5196 1867.11 22.2652 1867 22 1867H14C13.7348 1867 13.4804 1867.11 13.2929 1867.29C13.1054 1867.48 13 1867.73 13 1868V1875H12C11.7348 1875 11.4804 1875.11 11.2929 1875.29C11.1054 1875.48 11 1875.73 11 1876V1884C11 1884.27 11.1054 1884.52 11.2929 1884.71C11.4804 1884.89 11.7348 1885 12 1885ZM25 1879H21V1876C21 1875.73 20.8946 1875.48 20.7071 1875.29C20.5196 1875.11 20.2652 1875 20 1875H19V1873H25V1879ZM15 1869H21V1871H18C17.7348 1871 17.4804 1871.11 17.2929 1871.29C17.1054 1871.48 17 1871.73 17 1872V1875H15V1869ZM13 1877H19V1883H13V1877ZM33 1887H19.52C19.3659 1886.92 19.1943 1886.88 19.02 1886.88C18.8457 1886.88 18.6741 1886.92 18.52 1887H5V1889H17.11L13.11 1895.48C13.0222 1895.63 12.976 1895.8 12.976 1895.98C12.976 1896.16 13.0222 1896.33 13.11 1896.48C13.1972 1896.64 13.326 1896.77 13.4828 1896.86C13.6396 1896.96 13.8184 1897 14 1897H24C24.1772 1897 24.3511 1896.95 24.504 1896.86C24.6569 1896.77 24.7832 1896.64 24.87 1896.49C24.9578 1896.34 25.004 1896.17 25.004 1895.99C25.004 1895.81 24.9578 1895.64 24.87 1895.49L20.87 1889.01H33V1887ZM22.22 1895H15.78L19 1889.75L22.22 1895Z" fill="#565656"/>
|
|
178
|
-
<path d="M4 1917C4.26522 1917 4.51957 1916.89 4.70711 1916.71C4.89464 1916.52 5 1916.27 5 1916V1905H11V1916C11 1916.27 11.1054 1916.52 11.2929 1916.71C11.4804 1916.89 11.7348 1917 12 1917C12.2652 1917 12.5196 1916.89 12.7071 1916.71C12.8946 1916.52 13 1916.27 13 1916V1904C13 1903.73 12.8946 1903.48 12.7071 1903.29C12.5196 1903.11 12.2652 1903 12 1903H4C3.73478 1903 3.48043 1903.11 3.29289 1903.29C3.10536 1903.48 3 1903.73 3 1904V1916C3 1916.27 3.10536 1916.52 3.29289 1916.71C3.48043 1916.89 3.73478 1917 4 1917Z" fill="#565656"/>
|
|
179
|
-
<path d="M19 1907H31V1909H19V1907ZM19 1911H31V1913H19V1911ZM22 1928C22 1928.59 22.1759 1929.17 22.5056 1929.67C22.8352 1930.16 23.3038 1930.54 23.8519 1930.77C24.4001 1931 25.0033 1931.06 25.5853 1930.94C26.1672 1930.83 26.7018 1930.54 27.1213 1930.12C27.5409 1929.7 27.8266 1929.17 27.9424 1928.59C28.0581 1928 27.9987 1927.4 27.7716 1926.85C27.5446 1926.3 27.1601 1925.84 26.6667 1925.51C26.1734 1925.18 25.5933 1925 25 1925C24.2044 1925 23.4413 1925.32 22.8787 1925.88C22.3161 1926.44 22 1927.2 22 1928ZM26 1928C26 1928.2 25.9414 1928.39 25.8315 1928.56C25.7216 1928.72 25.5654 1928.85 25.3827 1928.92C25.2 1929 24.9989 1929.02 24.8049 1928.98C24.6109 1928.94 24.4327 1928.85 24.2929 1928.71C24.153 1928.57 24.0578 1928.39 24.0192 1928.2C23.9806 1928 24.0004 1927.8 24.0761 1927.62C24.1518 1927.43 24.28 1927.28 24.4444 1927.17C24.6089 1927.06 24.8022 1927 25 1927C25.2652 1927 25.5196 1927.11 25.7071 1927.29C25.8946 1927.48 26 1927.73 26 1928Z" fill="#565656"/>
|
|
180
|
-
<path d="M33.65 1903H16.35C15.998 1903 15.6591 1903.13 15.4065 1903.38C15.1539 1903.62 15.0079 1903.96 15 1904.31V1919.39L17 1921.39V1905H33V1933H17V1926.36L15 1928.36V1935H35V1904.31C34.9921 1903.96 34.8461 1903.62 34.5935 1903.38C34.3409 1903.13 34.002 1903 33.65 1903Z" fill="#565656"/>
|
|
181
|
-
<path d="M16.24 1923.88C16.2551 1923.62 16.169 1923.37 16 1923.17L11.71 1918.93C11.5217 1918.74 11.2668 1918.64 11.0015 1918.64C10.7361 1918.64 10.482 1918.75 10.295 1918.94C10.108 1919.12 10.0035 1919.38 10.0044 1919.64C10.0054 1919.91 10.1117 1920.16 10.3 1920.35L13 1923H6C5.73478 1923 5.48043 1922.89 5.29289 1922.71C5.10536 1922.52 5 1922.27 5 1922V1919H3V1922C3 1922.8 3.31607 1923.56 3.87868 1924.12C4.44129 1924.68 5.20435 1925 6 1925H12.71L10.29 1927.41C10.1037 1927.6 9.99921 1927.85 9.99921 1928.12C9.99921 1928.38 10.1037 1928.63 10.29 1928.82C10.4774 1929.01 10.7308 1929.11 10.995 1929.11C11.2592 1929.11 11.5126 1929.01 11.7 1928.82L16 1924.58C16.1666 1924.39 16.2525 1924.14 16.24 1923.88Z" fill="#565656"/>
|
|
182
|
-
<path d="M28 1973C27.7947 1973 27.5941 1972.94 27.42 1972.83L21.42 1968.83C21.2915 1968.73 21.1869 1968.61 21.1141 1968.46C21.0413 1968.32 21.0023 1968.16 21 1968V1962C21.0017 1961.83 21.0454 1961.66 21.1273 1961.51C21.2092 1961.36 21.3268 1961.23 21.47 1961.13L27.47 1957.13C27.6424 1957.02 27.844 1956.96 28.05 1956.96C28.256 1956.96 28.4576 1957.02 28.63 1957.13L34.63 1961.13C34.7548 1961.24 34.8532 1961.37 34.9174 1961.52C34.9816 1961.67 35.0099 1961.84 35 1962V1968C34.9983 1968.17 34.9546 1968.34 34.8727 1968.49C34.7908 1968.64 34.6732 1968.77 34.53 1968.87L28.53 1972.87C28.3668 1972.96 28.1847 1973 28 1973ZM23 1967.47L28 1970.81L33 1967.47V1962.54L28 1959.2L23 1962.54V1967.47Z" fill="#565656"/>
|
|
183
|
-
<path d="M16 1973C15.7947 1973 15.5941 1972.94 15.42 1972.83L9.47 1968.83C9.33226 1968.74 9.21799 1968.61 9.13637 1968.47C9.05475 1968.33 9.00804 1968.17 9 1968V1962C9.00173 1961.83 9.04544 1961.66 9.12734 1961.51C9.20923 1961.36 9.32685 1961.23 9.47 1961.13L15.42 1957.13C15.5924 1957.02 15.794 1956.96 16 1956.96C16.206 1956.96 16.4076 1957.02 16.58 1957.13L22.58 1961.13C22.7139 1961.23 22.8219 1961.36 22.8949 1961.51C22.9679 1961.67 23.0039 1961.83 23 1962V1968C22.9983 1968.17 22.9546 1968.34 22.8727 1968.49C22.7908 1968.64 22.6732 1968.77 22.53 1968.87L16.53 1972.87C16.3668 1972.96 16.1847 1973 16 1973ZM11 1967.47L16 1970.81L21 1967.47V1962.54L16 1959.2L11 1962.54V1967.47Z" fill="#565656"/>
|
|
184
|
-
<path d="M22.0002 1963C21.795 1963 21.5943 1962.94 21.4202 1962.83L15.4202 1958.83C15.2917 1958.73 15.1871 1958.61 15.1143 1958.46C15.0415 1958.32 15.0025 1958.16 15.0002 1958V1952C15.002 1951.83 15.0457 1951.66 15.1276 1951.51C15.2095 1951.36 15.3271 1951.23 15.4702 1951.13L21.4702 1947.13C21.6427 1947.02 21.8442 1946.96 22.0502 1946.96C22.2563 1946.96 22.4578 1947.02 22.6302 1947.13L28.6302 1951.13C28.755 1951.24 28.8534 1951.37 28.9176 1951.52C28.9818 1951.67 29.0101 1951.84 29.0002 1952V1958C28.9985 1958.17 28.9548 1958.34 28.8729 1958.49C28.791 1958.64 28.6734 1958.77 28.5302 1958.87L22.5302 1962.87C22.367 1962.96 22.1849 1963 22.0002 1963ZM17.0002 1957.47L22.0002 1960.81L27.0002 1957.47V1952.54L22.0002 1949.2L17.0002 1952.54V1957.47ZM4.00024 1963C3.73502 1963 3.48067 1962.89 3.29313 1962.71C3.1056 1962.52 3.00024 1962.27 3.00024 1962V1956C2.99645 1955.83 3.03778 1955.66 3.12018 1955.5C3.20258 1955.35 3.32321 1955.22 3.47024 1955.13L9.00024 1951.44V1945.92C8.99548 1945.74 9.036 1945.56 9.1181 1945.4C9.2002 1945.24 9.32127 1945.1 9.47024 1945L15.1702 1941.21C15.3895 1941.06 15.6574 1941.01 15.9157 1941.06C16.1741 1941.11 16.4021 1941.26 16.5502 1941.48C16.6239 1941.59 16.6754 1941.71 16.7017 1941.84C16.7281 1941.97 16.7287 1942.1 16.7036 1942.23C16.6785 1942.36 16.6282 1942.48 16.5556 1942.59C16.4829 1942.7 16.3894 1942.8 16.2802 1942.87L11.0002 1946.43V1952C11.004 1952.17 10.9627 1952.34 10.8803 1952.5C10.7979 1952.65 10.6773 1952.78 10.5302 1952.87L5.00024 1956.56V1962C5.00024 1962.27 4.89488 1962.52 4.70735 1962.71C4.51981 1962.89 4.26546 1963 4.00024 1963Z" fill="#565656"/>
|
|
185
|
-
<path d="M21.8471 1981.28H14.5665C12.9342 1981.28 11.6109 1982.6 11.6109 1984.23V2005.77C11.6109 2007.4 12.9342 2008.72 14.5665 2008.72H23.4332C25.0655 2008.72 26.3887 2007.4 26.3887 2005.77V1994.57L24.2776 1994.57V2005.77C24.2776 2006.23 23.8995 2006.61 23.4332 2006.61H14.5665C14.1001 2006.61 13.7221 2006.23 13.7221 2005.77V1984.23C13.7221 1983.77 14.1001 1983.39 14.5665 1983.39H20.5825L21.8471 1981.28Z" fill="#4D5D69"/>
|
|
186
|
-
<path d="M19.1914 1985.71H16.8887C16.4224 1985.71 16.0443 1986.09 16.0443 1986.56C16.0443 1987.02 16.4224 1987.4 16.8887 1987.4H18.1798L19.1914 1985.71Z" fill="#4D5D69"/>
|
|
187
|
-
<path d="M20.6406 1987.4L21.5708 1985.85C21.8023 1986 21.9554 1986.26 21.9554 1986.56C21.9554 1987.02 21.5773 1987.4 21.1109 1987.4H20.6406Z" fill="#4D5D69"/>
|
|
188
|
-
<path d="M16.9531 1989.93H16.8887C16.4224 1989.93 16.0443 1990.31 16.0443 1990.78C16.0443 1991.24 16.4224 1991.62 16.8887 1991.62H17.013C16.9299 1991.3 16.8878 1990.97 16.8887 1990.63C16.8894 1990.4 16.9111 1990.16 16.9531 1989.93Z" fill="#4D5D69"/>
|
|
189
|
-
<path d="M32.7221 1994.57V2002.6C32.7221 2003.07 32.344 2003.44 31.8776 2003.44H28.4998C27.9169 2003.44 27.4443 2003.92 27.4443 2004.5C27.4443 2005.08 27.9169 2005.56 28.4998 2005.56H31.8776C33.5099 2005.56 34.8332 2004.23 34.8332 2002.6V1994.57L32.7221 1994.57Z" fill="#4D5D69"/>
|
|
190
|
-
<path d="M6.12206 1984.44C4.48975 1984.44 3.1665 1985.77 3.1665 1987.4V2002.6C3.1665 2004.23 4.48975 2005.56 6.12206 2005.56H9.49984C10.0828 2005.56 10.5554 2005.08 10.5554 2004.5C10.5554 2003.92 10.0828 2003.44 9.49984 2003.44H6.12206C5.65569 2003.44 5.27762 2003.07 5.27762 2002.6V1987.4C5.27762 1986.93 5.65569 1986.56 6.12206 1986.56H9.49984C10.0828 1986.56 10.5554 1986.08 10.5554 1985.5C10.5554 1984.92 10.0828 1984.44 9.49984 1984.44H6.12206Z" fill="#4D5D69"/>
|
|
191
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9998 1998.38C17.3675 1998.38 16.0443 1999.7 16.0443 2001.33C16.0443 2002.97 17.3675 2004.29 18.9998 2004.29C20.6321 2004.29 21.9554 2002.97 21.9554 2001.33C21.9554 1999.7 20.6321 1998.38 18.9998 1998.38ZM17.7332 2001.33C17.7332 2000.63 18.3003 2000.07 18.9998 2000.07C19.6994 2000.07 20.2665 2000.63 20.2665 2001.33C20.2665 2002.03 19.6994 2002.6 18.9998 2002.6C18.3003 2002.6 17.7332 2002.03 17.7332 2001.33Z" fill="#4D5D69"/>
|
|
192
|
-
<path d="M27.6554 1997.11C27.6554 1996.64 28.0335 1996.27 28.4998 1996.27C29.8407 1996.27 30.9276 1997.35 30.9276 1998.69C30.9276 2000.04 29.8407 2001.12 28.4998 2001.12C28.0335 2001.12 27.6554 2000.74 27.6554 2000.28C27.6554 1999.81 28.0335 1999.43 28.4998 1999.43C28.9079 1999.43 29.2387 1999.1 29.2387 1998.69C29.2387 1998.29 28.9079 1997.96 28.4998 1997.96C28.0335 1997.96 27.6554 1997.58 27.6554 1997.11Z" fill="#4D5D69"/>
|
|
193
|
-
<path d="M9.49984 1996.27C9.96621 1996.27 10.3443 1996.64 10.3443 1997.11C10.3443 1997.58 9.96621 1997.96 9.49984 1997.96C9.09176 1997.96 8.76095 1998.29 8.76095 1998.69C8.76095 1999.1 9.09176 1999.43 9.49984 1999.43C9.96621 1999.43 10.3443 1999.81 10.3443 2000.28C10.3443 2000.74 9.96621 2001.12 9.49984 2001.12C8.15901 2001.12 7.07206 2000.04 7.07206 1998.69C7.07206 1997.35 8.15901 1996.27 9.49984 1996.27Z" fill="#4D5D69"/>
|
|
194
|
-
<path d="M7.07206 1989.72C7.07206 1989.26 7.45013 1988.88 7.9165 1988.88H9.49984C9.96621 1988.88 10.3443 1989.26 10.3443 1989.72C10.3443 1990.19 9.96621 1990.57 9.49984 1990.57H7.9165C7.45013 1990.57 7.07206 1990.19 7.07206 1989.72Z" fill="#4D5D69"/>
|
|
195
|
-
<path d="M26.9452 1976.88L19.2437 1989.73C19.0849 1990.01 19.0009 1990.32 19 1990.64C18.9991 1990.95 19.0814 1991.27 19.2386 1991.54C19.3959 1991.82 19.6226 1992.05 19.8963 1992.21C20.17 1992.37 20.481 1992.46 20.7985 1992.46H36.2015C36.519 1992.46 36.83 1992.37 37.1037 1992.21C37.3774 1992.05 37.6041 1991.82 37.7614 1991.54C37.9186 1991.27 38.0009 1990.95 38 1990.64C37.9991 1990.32 37.9151 1990.01 37.7563 1989.73L30.0548 1976.88C29.8927 1976.61 29.6645 1976.39 29.3922 1976.23C29.1198 1976.08 28.8125 1976 28.5 1976C28.1875 1976 27.8802 1976.08 27.6078 1976.23C27.3355 1976.39 27.1073 1976.61 26.9452 1976.88Z" fill="#FBCE28"/>
|
|
196
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 1985.88C29.1295 1985.88 29.6399 1985.37 29.6399 1984.74V1980.94C29.6399 1980.31 29.1295 1979.8 28.4999 1979.8C27.8703 1979.8 27.3599 1980.31 27.3599 1980.94V1984.74C27.3599 1985.37 27.8703 1985.88 28.4999 1985.88Z" fill="#FBCE28"/>
|
|
197
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 1985.88C29.1295 1985.88 29.6399 1985.37 29.6399 1984.74V1980.94C29.6399 1980.31 29.1295 1979.8 28.4999 1979.8C27.8703 1979.8 27.3599 1980.31 27.3599 1980.94V1984.74C27.3599 1985.37 27.8703 1985.88 28.4999 1985.88Z" fill="#213444" fill-opacity="0.72"/>
|
|
198
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 1989.11C27.1699 1988.37 27.7654 1987.78 28.4999 1987.78H28.5094C29.244 1987.78 29.8394 1988.37 29.8394 1989.11C29.8394 1989.84 29.244 1990.44 28.5094 1990.44H28.4999C27.7654 1990.44 27.1699 1989.84 27.1699 1989.11Z" fill="#FBCE28"/>
|
|
199
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 1989.11C27.1699 1988.37 27.7654 1987.78 28.4999 1987.78H28.5094C29.244 1987.78 29.8394 1988.37 29.8394 1989.11C29.8394 1989.84 29.244 1990.44 28.5094 1990.44H28.4999C27.7654 1990.44 27.1699 1989.84 27.1699 1989.11Z" fill="#213444" fill-opacity="0.72"/>
|
|
200
|
-
<path d="M7.99982 2031.59C8.13142 2031.59 8.26188 2031.61 8.38372 2031.66C8.50556 2031.71 8.61638 2031.79 8.70982 2031.88L18.9998 2042.17L29.2898 2031.88C29.4811 2031.72 29.7272 2031.63 29.9789 2031.64C30.2305 2031.65 30.4693 2031.75 30.6474 2031.93C30.8255 2032.11 30.9298 2032.35 30.9395 2032.6C30.9492 2032.85 30.8636 2033.1 30.6998 2033.29L18.9998 2045L7.28982 2033.29C7.10356 2033.1 6.99902 2032.85 6.99902 2032.58C6.99902 2032.32 7.10356 2032.07 7.28982 2031.88C7.38326 2031.79 7.49407 2031.71 7.61591 2031.66C7.73775 2031.61 7.86821 2031.59 7.99982 2031.59Z" fill="#565656"/>
|
|
201
|
-
<path d="M7.99982 2020.59C8.13142 2020.59 8.26188 2020.61 8.38372 2020.66C8.50556 2020.71 8.61638 2020.79 8.70982 2020.88L18.9998 2031.17L29.2898 2020.88C29.4811 2020.72 29.7272 2020.63 29.9789 2020.64C30.2305 2020.65 30.4693 2020.75 30.6474 2020.93C30.8255 2021.11 30.9298 2021.35 30.9395 2021.6C30.9492 2021.85 30.8636 2022.1 30.6998 2022.29L18.9998 2034L7.28982 2022.29C7.10356 2022.1 6.99902 2021.85 6.99902 2021.58C6.99902 2021.32 7.10356 2021.07 7.28982 2020.88C7.38326 2020.79 7.49407 2020.71 7.61591 2020.66C7.73775 2020.61 7.86821 2020.59 7.99982 2020.59Z" fill="#565656"/>
|
|
202
|
-
<path d="M30 2063H11C9.93913 2063 8.92172 2062.58 8.17157 2061.83C7.42143 2061.08 7 2060.06 7 2059C7 2057.94 7.42143 2056.92 8.17157 2056.17C8.92172 2055.42 9.93913 2055 11 2055H30C30.2652 2055 30.5196 2055.11 30.7071 2055.29C30.8946 2055.48 31 2055.73 31 2056C31 2056.27 30.8946 2056.52 30.7071 2056.71C30.5196 2056.89 30.2652 2057 30 2057H11C10.4696 2057 9.96086 2057.21 9.58579 2057.59C9.21071 2057.96 9 2058.47 9 2059C9 2059.53 9.21071 2060.04 9.58579 2060.41C9.96086 2060.79 10.4696 2061 11 2061H30C30.2652 2061 30.5196 2061.11 30.7071 2061.29C30.8946 2061.48 31 2061.73 31 2062C31 2062.27 30.8946 2062.52 30.7071 2062.71C30.5196 2062.89 30.2652 2063 30 2063Z" fill="#565656"/>
|
|
203
|
-
<path d="M30 2087H11C9.93913 2087 8.92172 2086.58 8.17157 2085.83C7.42143 2085.08 7 2084.06 7 2083V2059H9V2083C9 2083.53 9.21071 2084.04 9.58579 2084.41C9.96086 2084.79 10.4696 2085 11 2085H29V2062H31V2086C31 2086.27 30.8946 2086.52 30.7071 2086.71C30.5196 2086.89 30.2652 2087 30 2087Z" fill="#565656"/>
|
|
204
|
-
<path d="M27 2056H29V2062H27V2056ZM13 2067H17V2069H13V2067ZM21 2067H25V2069H21V2067ZM13 2071H17V2073H13V2071ZM21 2071H25V2073H21V2071ZM13 2075H17V2077H13V2075ZM21 2075H25V2077H21V2075Z" fill="#565656"/>
|
|
205
|
-
<path d="M19.1001 2102C17.7156 2102 16.3623 2102.41 15.2111 2103.18C14.06 2103.95 13.1628 2105.04 12.6329 2106.32C12.1031 2107.6 11.9645 2109.01 12.2346 2110.37C12.5047 2111.72 13.1714 2112.97 14.1504 2113.95C15.1293 2114.93 16.3766 2115.6 17.7345 2115.87C19.0923 2116.14 20.4998 2116 21.7789 2115.47C23.058 2114.94 24.1512 2114.04 24.9204 2112.89C25.6896 2111.74 26.1001 2110.38 26.1001 2109C26.1001 2107.14 25.3626 2105.36 24.0498 2104.05C22.7371 2102.74 20.9566 2102 19.1001 2102ZM19.1001 2114C18.1112 2114 17.1445 2113.71 16.3223 2113.16C15.5 2112.61 14.8591 2111.83 14.4807 2110.91C14.1023 2110 14.0032 2108.99 14.1962 2108.02C14.3891 2107.05 14.8653 2106.16 15.5646 2105.46C16.2638 2104.77 17.1547 2104.29 18.1246 2104.1C19.0946 2103.9 20.0999 2104 21.0135 2104.38C21.9271 2104.76 22.708 2105.4 23.2575 2106.22C23.8069 2107.04 24.1001 2108.01 24.1001 2109C24.1001 2110.33 23.5733 2111.6 22.6356 2112.54C21.698 2113.47 20.4262 2114 19.1001 2114Z" fill="#565656"/>
|
|
206
|
-
<path d="M33.8 2105.7L31 2104.8L30.4 2103.3L31.8 2100.7C31.9505 2100.39 32.0025 2100.04 31.9488 2099.7C31.8952 2099.36 31.7385 2099.05 31.5 2098.8L29.1 2096.4C28.8521 2096.16 28.537 2096 28.1972 2095.95C27.8574 2095.9 27.5093 2095.95 27.2 2096.1L24.6 2097.5L23.1 2096.9L22.2 2094.1C22.092 2093.79 21.8904 2093.51 21.6223 2093.32C21.3542 2093.12 21.0324 2093.01 20.7 2093H17.3C16.9609 2093 16.632 2093.12 16.3745 2093.34C16.1171 2093.56 15.9484 2093.86 15.9 2094.2L15 2097C14.4327 2097.09 13.8892 2097.3 13.4 2097.6L10.8 2096.2C10.4907 2096.05 10.1426 2096 9.80282 2096.05C9.46302 2096.1 9.14789 2096.26 8.9 2096.5L6.5 2098.9C6.26148 2099.15 6.10482 2099.46 6.05116 2099.8C5.99751 2100.14 6.04946 2100.49 6.2 2100.8L7.5 2103.3C7.3 2103.8 7.1 2104.4 6.9 2104.9L4.1 2105.8C3.78555 2105.91 3.51165 2106.11 3.31503 2106.38C3.11841 2106.65 3.00849 2106.97 3 2107.3V2110.7C3.00907 2111.05 3.13123 2111.38 3.34788 2111.65C3.56452 2111.92 3.86376 2112.12 4.2 2112.2L7 2113.1L7.6 2114.6L6.2 2117.2C6.04946 2117.51 5.99751 2117.86 6.05116 2118.2C6.10482 2118.54 6.26148 2118.85 6.5 2119.1L8.9 2121.5C9.14789 2121.74 9.46302 2121.9 9.80282 2121.95C10.1426 2122 10.4907 2121.95 10.8 2121.8L13.4 2120.4L14.9 2121L15.8 2123.9C15.908 2124.21 16.1096 2124.49 16.3777 2124.69C16.6458 2124.88 16.9676 2124.99 17.3 2125H20.7C21.0324 2124.99 21.3542 2124.88 21.6223 2124.69C21.8904 2124.49 22.092 2124.21 22.2 2123.9L23.1 2121L24.6 2120.4L27.2 2121.8C27.5093 2121.95 27.8574 2122 28.1972 2121.95C28.537 2121.9 28.8521 2121.74 29.1 2121.5L31.5 2119.1C31.7385 2118.85 31.8952 2118.54 31.9488 2118.2C32.0025 2117.86 31.9505 2117.51 31.8 2117.2L30.4 2114.6L31 2113.1L33.9 2112.2C34.2145 2112.09 34.4884 2111.89 34.685 2111.62C34.8816 2111.35 34.9915 2111.03 35 2110.7V2107.3C34.9932 2106.94 34.8737 2106.59 34.6583 2106.31C34.4429 2106.02 34.1426 2105.81 33.8 2105.7ZM33 2110.4L29.4 2111.5L29.3 2112L28.4 2114.1L28.1 2114.6L29.9 2117.9L27.9 2119.9L24.6 2118.1L24.1 2118.4C23.4388 2118.78 22.7337 2119.09 22 2119.3L21.5 2119.4L20.4 2123H17.6L16.5 2119.4L16 2119.3L13.9 2118.4L13.4 2118.1L10.1 2119.9L8.1 2117.9L9.9 2114.6L9.6 2114.1C9.21652 2113.44 8.91433 2112.73 8.7 2112L8.6 2111.5L5 2110.4V2107.6L8.4 2106.6L8.6 2106.1C8.79535 2105.33 9.09832 2104.59 9.5 2103.9L9.8 2103.4L8.1 2100.1L10.1 2098.1L13.3 2099.9L13.8 2099.6C14.4875 2099.2 15.2281 2098.9 16 2098.7L16.5 2098.5L17.6 2095H20.4L21.5 2098.5L22 2098.7C22.7337 2098.91 23.4388 2099.22 24.1 2099.6L24.6 2099.9L27.9 2098.1L29.9 2100.1L28.1 2103.4L28.4 2103.9C28.7835 2104.56 29.0857 2105.27 29.3 2106L29.4 2106.5L33 2107.6V2110.4Z" fill="#565656"/>
|
|
207
|
-
<path d="M28 2149H20C19.7348 2149 19.4804 2148.89 19.2929 2148.71C19.1054 2148.52 19 2148.27 19 2148V2140C19 2139.73 19.1054 2139.48 19.2929 2139.29C19.4804 2139.11 19.7348 2139 20 2139H28C28.2652 2139 28.5196 2139.11 28.7071 2139.29C28.8946 2139.48 29 2139.73 29 2140V2148C29 2148.27 28.8946 2148.52 28.7071 2148.71C28.5196 2148.89 28.2652 2149 28 2149ZM21 2147H27V2141H21V2147Z" fill="#565656"/>
|
|
208
|
-
<path d="M34 2145H28.17V2143H33V2137H27V2139.83H25V2136C25 2135.73 25.1054 2135.48 25.2929 2135.29C25.4804 2135.11 25.7348 2135 26 2135H34C34.2652 2135 34.5196 2135.11 34.7071 2135.29C34.8946 2135.48 35 2135.73 35 2136V2144C35 2144.27 34.8946 2144.52 34.7071 2144.71C34.5196 2144.89 34.2652 2145 34 2145Z" fill="#565656"/>
|
|
209
|
-
<path d="M26.12 2141H22C21.7348 2141 21.4804 2140.89 21.2929 2140.71C21.1054 2140.52 21 2140.27 21 2140V2132C21 2131.73 21.1054 2131.48 21.2929 2131.29C21.4804 2131.11 21.7348 2131 22 2131H30C30.2652 2131 30.5196 2131.11 30.7071 2131.29C30.8946 2131.48 31 2131.73 31 2132V2135.83H29V2133H23V2139H26.12V2141ZM10 2163H4C3.73478 2163 3.48043 2162.89 3.29289 2162.71C3.10536 2162.52 3 2162.27 3 2162V2146C3 2145.73 3.10536 2145.48 3.29289 2145.29C3.48043 2145.11 3.73478 2145 4 2145H16C16.2652 2145 16.5196 2145.11 16.7071 2145.29C16.8946 2145.48 17 2145.73 17 2146V2156H15V2147H5V2161H10V2163Z" fill="#565656"/>
|
|
210
|
-
<path d="M10 2163C9.86882 2163 9.73868 2162.98 9.62 2162.92C9.43738 2162.85 9.28105 2162.72 9.17072 2162.55C9.06039 2162.39 9.00099 2162.2 9 2162V2156C9 2155.73 9.10536 2155.48 9.29289 2155.29C9.48043 2155.11 9.73478 2155 10 2155H16C16.1974 2155 16.3901 2155.06 16.5539 2155.17C16.7176 2155.28 16.845 2155.44 16.92 2155.62C16.9966 2155.8 17.0175 2156 16.9801 2156.2C16.9428 2156.39 16.8488 2156.57 16.71 2156.71L10.71 2162.71C10.6166 2162.8 10.5057 2162.88 10.3839 2162.93C10.2621 2162.98 10.1316 2163 10 2163ZM11 2157V2159.59L13.59 2157H11ZM13 2142.83C12.8684 2142.83 12.7379 2142.81 12.6161 2142.76C12.4943 2142.71 12.3834 2142.63 12.29 2142.54C12.1963 2142.45 12.1219 2142.34 12.0711 2142.21C12.0203 2142.09 11.9942 2141.96 11.9942 2141.83C11.9942 2141.7 12.0203 2141.57 12.0711 2141.45C12.1219 2141.32 12.1963 2141.21 12.29 2141.12L14.41 2139L12.29 2136.88C12.1017 2136.69 11.9959 2136.44 11.9959 2136.17C11.9959 2135.9 12.1017 2135.65 12.29 2135.46C12.4783 2135.27 12.7337 2135.17 13 2135.17C13.2663 2135.17 13.5217 2135.27 13.71 2135.46L17.24 2139L13.71 2142.54C13.6166 2142.63 13.5057 2142.71 13.3839 2142.76C13.2621 2142.81 13.1316 2142.83 13 2142.83Z" fill="#565656"/>
|
|
211
|
-
<path d="M9 2143H7V2141C7 2140.2 7.31607 2139.44 7.87868 2138.88C8.44129 2138.32 9.20435 2138 10 2138H15V2140H10C9.73478 2140 9.48043 2140.11 9.29289 2140.29C9.10536 2140.48 9 2140.73 9 2141V2143Z" fill="#565656"/>
|
|
212
|
-
<path d="M9 2179H15.18C15.3863 2178.42 15.7681 2177.91 16.2729 2177.55C16.7778 2177.19 17.3811 2177 18 2177H9V2179ZM9 2173H21V2175H9V2173ZM15 2197V2195C14.7348 2195 14.4804 2194.89 14.2929 2194.71C14.1054 2194.52 14 2194.27 14 2194C14 2193.73 14.1054 2193.48 14.2929 2193.29C14.4804 2193.11 14.7348 2193 15 2193V2191C14.2044 2191 13.4413 2191.32 12.8787 2191.88C12.3161 2192.44 12 2193.2 12 2194C12 2194.8 12.3161 2195.56 12.8787 2196.12C13.4413 2196.68 14.2044 2197 15 2197Z" fill="#565656"/>
|
|
213
|
-
<path d="M19 2200V2199H7V2171H23V2177H25V2170.31C24.9974 2170.14 24.9604 2169.96 24.8911 2169.8C24.8219 2169.64 24.7217 2169.5 24.5964 2169.38C24.471 2169.25 24.3229 2169.16 24.1605 2169.09C23.9981 2169.03 23.8247 2169 23.65 2169H6.35C6.17534 2169 6.00186 2169.03 5.83949 2169.09C5.67711 2169.16 5.52901 2169.25 5.40365 2169.38C5.27828 2169.5 5.17811 2169.64 5.10885 2169.8C5.0396 2169.96 5.00261 2170.14 5 2170.31V2201H19.18C19.0636 2200.68 19.0027 2200.34 19 2200Z" fill="#565656"/>
|
|
214
|
-
<path d="M34 2201H22C21.7348 2201 21.4804 2200.89 21.2929 2200.71C21.1054 2200.52 21 2200.27 21 2200V2184C21 2183.73 21.1054 2183.48 21.2929 2183.29C21.4804 2183.11 21.7348 2183 22 2183H34C34.2652 2183 34.5196 2183.11 34.7071 2183.29C34.8946 2183.48 35 2183.73 35 2184V2200C35 2200.27 34.8946 2200.52 34.7071 2200.71C34.5196 2200.89 34.2652 2201 34 2201ZM23 2199H33V2185H23V2199Z" fill="#565656"/>
|
|
215
|
-
<path d="M19 2196H17V2180C17 2179.73 17.1054 2179.48 17.2929 2179.29C17.4804 2179.11 17.7348 2179 18 2179H30V2181H19V2196Z" fill="#565656"/>
|
|
216
|
-
<path d="M30.5 2212H11.5C11.1022 2212 10.7206 2212.16 10.4393 2212.44C10.158 2212.72 10 2213.1 10 2213.5V2237.5C10 2237.9 10.158 2238.28 10.4393 2238.56C10.7206 2238.84 11.1022 2239 11.5 2239H30.5C30.8978 2239 31.2794 2238.84 31.5607 2238.56C31.842 2238.28 32 2237.9 32 2237.5V2213.5C32 2213.1 31.842 2212.72 31.5607 2212.44C31.2794 2212.16 30.8978 2212 30.5 2212ZM30 2237H12V2214H30V2237Z" fill="#565656"/>
|
|
217
|
-
<path d="M27 2208.5C27 2208.1 26.842 2207.72 26.5607 2207.44C26.2794 2207.16 25.8978 2207 25.5 2207H6.5C6.10218 2207 5.72064 2207.16 5.43934 2207.44C5.15804 2207.72 5 2208.1 5 2208.5V2232.5C5 2232.9 5.15804 2233.28 5.43934 2233.56C5.72064 2233.84 6.10218 2234 6.5 2234H7V2209H27V2208.5Z" fill="#565656"/>
|
|
218
|
-
<path d="M28 2271H12C11.7348 2271 11.4804 2270.89 11.2929 2270.71C11.1054 2270.52 11 2270.27 11 2270C11 2269.73 11.1054 2269.48 11.2929 2269.29C11.4804 2269.11 11.7348 2269 12 2269H27V2254C27 2253.73 27.1054 2253.48 27.2929 2253.29C27.4804 2253.11 27.7348 2253 28 2253C28.2652 2253 28.5196 2253.11 28.7071 2253.29C28.8946 2253.48 29 2253.73 29 2254V2270C29 2270.27 28.8946 2270.52 28.7071 2270.71C28.5196 2270.89 28.2652 2271 28 2271ZM3 2269H6V2271H3V2269ZM3 2263H6V2265H3V2263ZM3 2257H6V2259H3V2257ZM3 2251H6V2253H3V2251ZM32 2269H35V2271H32V2269ZM32 2263H35V2265H32V2263ZM32 2257H35V2259H32V2257ZM32 2251H35V2253H32V2251ZM27 2274H29V2277H27V2274ZM21 2274H23V2277H21V2274ZM15 2274H17V2277H15V2274ZM9 2274H11V2277H9V2274ZM27 2245H29V2248H27V2245ZM21 2245H23V2248H21V2245ZM15 2245H17V2248H15V2245ZM9 2245H11V2248H9V2245Z" fill="#565656"/>
|
|
219
|
-
<path d="M32 2275H6C5.73478 2275 5.48043 2274.89 5.29289 2274.71C5.10536 2274.52 5 2274.27 5 2274V2248C5 2247.73 5.10536 2247.48 5.29289 2247.29C5.48043 2247.11 5.73478 2247 6 2247H32C32.2652 2247 32.5196 2247.11 32.7071 2247.29C32.8946 2247.48 33 2247.73 33 2248V2274C33 2274.27 32.8946 2274.52 32.7071 2274.71C32.5196 2274.89 32.2652 2275 32 2275ZM7 2273H31V2249H7V2273Z" fill="#565656"/>
|
|
220
|
-
<path d="M26 2304C25.6044 2304 25.2178 2304.12 24.8889 2304.34C24.56 2304.56 24.3036 2304.87 24.1522 2305.23C24.0009 2305.6 23.9613 2306 24.0384 2306.39C24.1156 2306.78 24.3061 2307.13 24.5858 2307.41C24.8655 2307.69 25.2219 2307.88 25.6098 2307.96C25.9978 2308.04 26.3999 2308 26.7654 2307.85C27.1308 2307.7 27.4432 2307.44 27.6629 2307.11C27.8827 2306.78 28 2306.4 28 2306C28 2305.47 27.7893 2304.96 27.4142 2304.59C27.0391 2304.21 26.5304 2304 26 2304ZM37 2309V2303H33.42C33.3991 2302.96 33.3823 2302.92 33.37 2302.88L35.9 2300.34L31.66 2296.1L29.12 2298.63L29 2298.58V2295H23V2298.58L22.88 2298.63L20.34 2296.1L16.1 2300.34L18.63 2302.88C18.6177 2302.92 18.6009 2302.96 18.58 2303H15V2309H18.58C18.6009 2309.04 18.6177 2309.08 18.63 2309.12L16.1 2311.66L20.34 2315.9L22.88 2313.37L23 2313.42V2317H29V2313.42L29.12 2313.37L31.66 2315.9L35.9 2311.66L33.37 2309.12C33.3823 2309.08 33.3991 2309.04 33.42 2309H37ZM33.07 2311.66L31.66 2313.07L29.51 2310.92L28.85 2311.28C28.4878 2311.48 28.1056 2311.63 27.71 2311.75L27 2312V2315H25V2312L24.29 2311.79C23.8944 2311.67 23.5122 2311.52 23.15 2311.32L22.49 2310.96L20.34 2313.11L18.93 2311.7L21.08 2309.55L20.72 2308.89C20.5233 2308.53 20.3657 2308.15 20.25 2307.75L20 2307H17V2305H20L20.21 2304.29C20.3257 2303.89 20.4833 2303.51 20.68 2303.15L21.04 2302.49L18.89 2300.34L20.3 2298.93L22.45 2301.08L23.11 2300.72C23.4722 2300.52 23.8544 2300.37 24.25 2300.25L25 2300V2297H27V2300L27.71 2300.21C28.1056 2300.33 28.4878 2300.48 28.85 2300.68L29.51 2301.04L31.66 2298.89L33.07 2300.3L30.92 2302.45L31.28 2303.11C31.4767 2303.47 31.6343 2303.85 31.75 2304.25L32 2305H35V2307H32L31.79 2307.71C31.6743 2308.11 31.5167 2308.49 31.32 2308.85L30.96 2309.51L33.07 2311.66ZM33.38 2295L35 2296.62V2295H33.38Z" fill="#565656"/>
|
|
221
|
-
<path d="M26 2289H10C9.73478 2289 9.48043 2289.11 9.29289 2289.29C9.10536 2289.48 9 2289.73 9 2290V2306C9 2306.27 9.10536 2306.52 9.29289 2306.71C9.48043 2306.89 9.73478 2307 10 2307C10.2652 2307 10.5196 2306.89 10.7071 2306.71C10.8946 2306.52 11 2306.27 11 2306V2291H26C26.2652 2291 26.5196 2290.89 26.7071 2290.71C26.8946 2290.52 27 2290.27 27 2290C27 2289.73 26.8946 2289.48 26.7071 2289.29C26.5196 2289.11 26.2652 2289 26 2289ZM15 2313.38V2315H16.62L15 2313.38Z" fill="#565656"/>
|
|
222
|
-
<path d="M13.27 2311.66L13.93 2311H7V2287H31V2293.93L31.66 2293.27L33 2294.61V2291H35V2289H33V2286C33 2285.73 32.8946 2285.48 32.7071 2285.29C32.5196 2285.11 32.2652 2285 32 2285H29V2283H27V2285H23V2283H21V2285H17V2283H15V2285H11V2283H9V2285H6C5.73478 2285 5.48043 2285.11 5.29289 2285.29C5.10536 2285.48 5 2285.73 5 2286V2289H3V2291H5V2295H3V2297H5V2301H3V2303H5V2307H3V2309H5V2312C5 2312.27 5.10536 2312.52 5.29289 2312.71C5.48043 2312.89 5.73478 2313 6 2313H9V2315H11V2313H14.61L13.27 2311.66Z" fill="#565656"/>
|
|
223
|
-
<path d="M23 2347V2351H22C21.7348 2351 21.4804 2350.89 21.2929 2350.71C21.1054 2350.52 21 2350.27 21 2350V2339H28C28.2652 2339 28.5196 2339.11 28.7071 2339.29C28.8946 2339.48 29 2339.73 29 2340V2348H31V2340C31 2339.2 30.6839 2338.44 30.1213 2337.88C29.5587 2337.32 28.7956 2337 28 2337H18C17.2044 2337 16.4413 2337.32 15.8787 2337.88C15.3161 2338.44 15 2339.2 15 2340V2341H17V2340C17 2339.73 17.1054 2339.48 17.2929 2339.29C17.4804 2339.11 17.7348 2339 18 2339H19V2350C19 2350.8 19.3161 2351.56 19.8787 2352.12C20.4413 2352.68 21.2044 2353 22 2353H32C32.7956 2353 33.5587 2352.68 34.1213 2352.12C34.6839 2351.56 35 2350.8 35 2350V2347H23ZM33 2350C33 2350.27 32.8946 2350.52 32.7071 2350.71C32.5196 2350.89 32.2652 2351 32 2351H25V2349H33V2350ZM15 2331H7V2325H15V2331ZM9 2329H13V2327H9V2329ZM27 2331H19V2325H27V2331ZM21 2329H25V2327H21V2329Z" fill="#565656"/>
|
|
224
|
-
<path d="M17 2347H5V2331H29V2335.1C29.7267 2335.24 30.411 2335.55 31 2336V2329H3V2349H17V2347Z" fill="#565656"/>
|
|
225
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.6582 2372.47C9.6582 2371.04 10.816 2369.88 12.2443 2369.88H25.7554C27.1837 2369.88 28.3415 2371.04 28.3415 2372.47V2375.42C28.3415 2376.85 27.1837 2378.01 25.7554 2378.01H12.2443C10.816 2378.01 9.6582 2376.85 9.6582 2375.42V2372.47ZM12.2443 2371.67C11.8071 2371.67 11.4526 2372.03 11.4526 2372.47V2375.42C11.4526 2375.86 11.8071 2376.21 12.2443 2376.21H25.7554C26.1927 2376.21 26.5471 2375.86 26.5471 2375.42V2372.47C26.5471 2372.03 26.1927 2371.67 25.7554 2371.67H12.2443Z" fill="#4D5D69"/>
|
|
226
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.33339 2369.19C6.91635 2369.19 7.38894 2369.67 7.38894 2370.25V2378.59C7.38894 2378.94 7.6725 2379.22 8.02228 2379.22H10.0278C10.6108 2379.22 11.0834 2379.69 11.0834 2380.28C11.0834 2380.86 10.6108 2381.33 10.0278 2381.33H8.02228C6.50656 2381.33 5.27783 2380.1 5.27783 2378.59V2370.25C5.27783 2369.67 5.75042 2369.19 6.33339 2369.19ZM31.6667 2369.19C32.2497 2369.19 32.7223 2369.67 32.7223 2370.25V2378.59C32.7223 2380.1 31.4935 2381.33 29.9778 2381.33H27.9723C27.3893 2381.33 26.9167 2380.86 26.9167 2380.28C26.9167 2379.69 27.3893 2379.22 27.9723 2379.22H29.9778C30.3276 2379.22 30.6112 2378.94 30.6112 2378.59V2370.25C30.6112 2369.67 31.0838 2369.19 31.6667 2369.19Z" fill="#4D5D69"/>
|
|
227
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.6582 2378.8C9.6582 2377.37 10.816 2376.21 12.2443 2376.21H25.7554C27.1837 2376.21 28.3415 2377.37 28.3415 2378.8V2381.76C28.3415 2383.18 27.1837 2384.34 25.7554 2384.34H12.2443C10.816 2384.34 9.6582 2383.18 9.6582 2381.76V2378.8ZM12.2443 2378.01C11.8071 2378.01 11.4526 2378.36 11.4526 2378.8V2381.76C11.4526 2382.19 11.8071 2382.55 12.2443 2382.55H25.7554C26.1927 2382.55 26.5471 2382.19 26.5471 2381.76V2378.8C26.5471 2378.36 26.1927 2378.01 25.7554 2378.01H12.2443Z" fill="#4D5D69"/>
|
|
228
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.6582 2385.13C9.6582 2383.7 10.816 2382.55 12.2443 2382.55H25.7554C27.1837 2382.55 28.3415 2383.7 28.3415 2385.13V2388.09C28.3415 2389.52 27.1837 2390.67 25.7554 2390.67H12.2443C10.816 2390.67 9.6582 2389.52 9.6582 2388.09V2385.13ZM12.2443 2384.34C11.8071 2384.34 11.4526 2384.7 11.4526 2385.13V2388.09C11.4526 2388.53 11.8071 2388.88 12.2443 2388.88H25.7554C26.1927 2388.88 26.5471 2388.53 26.5471 2388.09V2385.13C26.5471 2384.7 26.1927 2384.34 25.7554 2384.34H12.2443Z" fill="#4D5D69"/>
|
|
229
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.0434 2360.42C18.1917 2359.51 19.808 2359.51 20.9563 2360.42L34.4298 2371C34.8882 2371.36 34.9678 2372.03 34.6077 2372.49C34.2475 2372.94 33.5839 2373.02 33.1255 2372.66L19.652 2362.08C19.2693 2361.78 18.7305 2361.78 18.3477 2362.08L4.87425 2372.66C4.41585 2373.02 3.75227 2372.94 3.3921 2372.49C3.03193 2372.03 3.11156 2371.36 3.56996 2371L17.0434 2360.42Z" fill="#4D5D69"/>
|
|
230
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8774 2373.94C12.8774 2373.48 13.2555 2373.1 13.7219 2373.1H16.8886C17.3549 2373.1 17.733 2373.48 17.733 2373.94C17.733 2374.41 17.3549 2374.79 16.8886 2374.79H13.7219C13.2555 2374.79 12.8774 2374.41 12.8774 2373.94Z" fill="#4D5D69"/>
|
|
231
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8774 2380.28C12.8774 2379.81 13.2555 2379.43 13.7219 2379.43H16.8886C17.3549 2379.43 17.733 2379.81 17.733 2380.28C17.733 2380.74 17.3549 2381.12 16.8886 2381.12H13.7219C13.2555 2381.12 12.8774 2380.74 12.8774 2380.28Z" fill="#4D5D69"/>
|
|
232
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8774 2386.61C12.8774 2386.14 13.2555 2385.77 13.7219 2385.77H16.8886C17.3549 2385.77 17.733 2386.14 17.733 2386.61C17.733 2387.08 17.3549 2387.46 16.8886 2387.46H13.7219C13.2555 2387.46 12.8774 2387.08 12.8774 2386.61Z" fill="#4D5D69"/>
|
|
233
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.4331 2373.94C23.4331 2373.48 23.8112 2373.1 24.2775 2373.1H24.2797C24.746 2373.1 25.1241 2373.48 25.1241 2373.94C25.1241 2374.41 24.746 2374.79 24.2797 2374.79H24.2775C23.8112 2374.79 23.4331 2374.41 23.4331 2373.94Z" fill="#4D5D69"/>
|
|
234
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.2666 2373.94C20.2666 2373.48 20.6447 2373.1 21.111 2373.1H21.1132C21.5795 2373.1 21.9576 2373.48 21.9576 2373.94C21.9576 2374.41 21.5795 2374.79 21.1132 2374.79H21.111C20.6447 2374.79 20.2666 2374.41 20.2666 2373.94Z" fill="#4D5D69"/>
|
|
235
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.4331 2380.28C23.4331 2379.81 23.8112 2379.43 24.2775 2379.43H24.2797C24.746 2379.43 25.1241 2379.81 25.1241 2380.28C25.1241 2380.74 24.746 2381.12 24.2797 2381.12H24.2775C23.8112 2381.12 23.4331 2380.74 23.4331 2380.28Z" fill="#4D5D69"/>
|
|
236
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.2666 2380.28C20.2666 2379.81 20.6447 2379.43 21.111 2379.43H21.1132C21.5795 2379.43 21.9576 2379.81 21.9576 2380.28C21.9576 2380.74 21.5795 2381.12 21.1132 2381.12H21.111C20.6447 2381.12 20.2666 2380.74 20.2666 2380.28Z" fill="#4D5D69"/>
|
|
237
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.4331 2386.61C23.4331 2386.14 23.8112 2385.77 24.2775 2385.77H24.2797C24.746 2385.77 25.1241 2386.14 25.1241 2386.61C25.1241 2387.08 24.746 2387.46 24.2797 2387.46H24.2775C23.8112 2387.46 23.4331 2387.08 23.4331 2386.61Z" fill="#4D5D69"/>
|
|
238
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.2666 2386.61C20.2666 2386.14 20.6447 2385.77 21.111 2385.77H21.1132C21.5795 2385.77 21.9576 2386.14 21.9576 2386.61C21.9576 2387.08 21.5795 2387.46 21.1132 2387.46H21.111C20.6447 2387.46 20.2666 2387.08 20.2666 2386.61Z" fill="#4D5D69"/>
|
|
239
|
-
<path d="M12.8777 2418.28C12.8777 2417.81 13.2557 2417.43 13.7221 2417.43H16.8888C17.3551 2417.43 17.7332 2417.81 17.7332 2418.28C17.7332 2418.74 17.3551 2419.12 16.8888 2419.12H13.7221C13.2557 2419.12 12.8777 2418.74 12.8777 2418.28Z" fill="#4D5D69"/>
|
|
240
|
-
<path d="M23.4332 2418.28C23.4332 2417.81 23.8113 2417.43 24.2777 2417.43C24.744 2417.43 25.1242 2417.81 25.1242 2418.28C25.1242 2418.74 24.7461 2419.12 24.2798 2419.12C23.8134 2419.12 23.4332 2418.74 23.4332 2418.28Z" fill="#4D5D69"/>
|
|
241
|
-
<path d="M21.111 2417.43C20.6446 2417.43 20.2666 2417.81 20.2666 2418.28C20.2666 2418.74 20.6467 2419.12 21.1131 2419.12C21.5795 2419.12 21.9575 2418.74 21.9575 2418.28C21.9575 2417.81 21.5774 2417.43 21.111 2417.43Z" fill="#4D5D69"/>
|
|
242
|
-
<path d="M13.7221 2423.77C13.2557 2423.77 12.8777 2424.14 12.8777 2424.61C12.8777 2425.08 13.2557 2425.46 13.7221 2425.46H16.8888C17.3551 2425.46 17.7332 2425.08 17.7332 2424.61C17.7332 2424.14 17.3551 2423.77 16.8888 2423.77H13.7221Z" fill="#4D5D69"/>
|
|
243
|
-
<path d="M23.4332 2424.61C23.4332 2424.14 23.8113 2423.77 24.2777 2423.77C24.744 2423.77 25.1242 2424.14 25.1242 2424.61C25.1242 2425.08 24.7461 2425.46 24.2798 2425.46C23.8134 2425.46 23.4332 2425.08 23.4332 2424.61Z" fill="#4D5D69"/>
|
|
244
|
-
<path d="M21.111 2423.77C20.6446 2423.77 20.2666 2424.14 20.2666 2424.61C20.2666 2425.08 20.6467 2425.46 21.1131 2425.46C21.5795 2425.46 21.9575 2425.08 21.9575 2424.61C21.9575 2424.14 21.5774 2423.77 21.111 2423.77Z" fill="#4D5D69"/>
|
|
245
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.3811 2397.8C17.9046 2397.9 17.4454 2398.1 17.0434 2398.42L3.56996 2409C3.11156 2409.36 3.03193 2410.03 3.3921 2410.49C3.75227 2410.94 4.41585 2411.02 4.87425 2410.66L5.27787 2410.35V2416.59C5.27787 2418.1 6.5066 2419.33 8.02231 2419.33H9.65822V2419.76C9.65822 2420.4 9.89472 2420.99 10.2858 2421.44C9.89472 2421.9 9.65822 2422.49 9.65822 2423.13V2426.09C9.65822 2427.52 10.8161 2428.68 12.2443 2428.68H25.7554C27.1837 2428.68 28.3415 2427.52 28.3415 2426.09V2423.13C28.3415 2422.49 28.105 2421.9 27.714 2421.44C28.105 2420.99 28.3415 2420.4 28.3415 2419.76V2419.33H29.9779C31.4936 2419.33 32.7223 2418.1 32.7223 2416.59V2414.32C32.0471 2414.58 31.3411 2414.79 30.6112 2414.92V2416.59C30.6112 2416.94 30.3276 2417.22 29.9779 2417.22H28.3415V2416.8C28.3415 2416.15 28.105 2415.56 27.714 2415.11C27.721 2415.1 27.7281 2415.09 27.735 2415.09C26.4243 2415 25.1728 2414.7 24.0164 2414.21H12.2443C11.8071 2414.21 11.4527 2413.86 11.4527 2413.42V2410.47C11.4527 2410.03 11.8071 2409.68 12.2443 2409.68H18.665C18.3083 2409.11 17.9992 2408.51 17.7434 2407.88H12.2443C10.8161 2407.88 9.65822 2409.04 9.65822 2410.47V2413.42C9.65822 2414.07 9.89472 2414.66 10.2858 2415.11C9.89472 2415.56 9.65822 2416.15 9.65822 2416.8V2417.22H8.02231C7.67253 2417.22 7.38898 2416.94 7.38898 2416.59V2408.69L17.1555 2401.01C17.4048 2399.87 17.8225 2398.79 18.3811 2397.8ZM12.2443 2420.55H25.7554C26.1927 2420.55 26.5471 2420.19 26.5471 2419.76V2416.8C26.5471 2416.36 26.1927 2416.01 25.7554 2416.01H12.2443C11.8071 2416.01 11.4527 2416.36 11.4527 2416.8V2419.76C11.4527 2420.19 11.8071 2420.55 12.2443 2420.55ZM12.2443 2422.34C11.8071 2422.34 11.4527 2422.7 11.4527 2423.13V2426.09C11.4527 2426.53 11.8071 2426.88 12.2443 2426.88H25.7554C26.1927 2426.88 26.5471 2426.53 26.5471 2426.09V2423.13C26.5471 2422.7 26.1927 2422.34 25.7554 2422.34H12.2443Z" fill="#4D5D69"/>
|
|
246
|
-
<path d="M25.0239 2412.34C25.0879 2412.23 25.1242 2412.09 25.1242 2411.94C25.1242 2411.48 24.744 2411.1 24.2777 2411.1C23.939 2411.1 23.6469 2411.3 23.5123 2411.59C23.9898 2411.88 24.4952 2412.14 25.0239 2412.34Z" fill="#4D5D69"/>
|
|
247
|
-
<path d="M20.2972 2411.72C20.6568 2412.08 21.0397 2412.41 21.4435 2412.72C21.342 2412.77 21.2304 2412.79 21.1131 2412.79C20.6467 2412.79 20.2666 2412.41 20.2666 2411.94C20.2666 2411.87 20.2772 2411.79 20.2972 2411.72Z" fill="#4D5D69"/>
|
|
248
|
-
<path d="M13.7221 2411.1C13.2557 2411.1 12.8777 2411.48 12.8777 2411.94C12.8777 2412.41 13.2557 2412.79 13.7221 2412.79H16.8888C17.3551 2412.79 17.7332 2412.41 17.7332 2411.94C17.7332 2411.48 17.3551 2411.1 16.8888 2411.1H13.7221Z" fill="#4D5D69"/>
|
|
249
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 2403.5C38 2408.75 33.7467 2413 28.5 2413C23.2533 2413 19 2408.75 19 2403.5C19 2398.25 23.2533 2394 28.5 2394C33.7467 2394 38 2398.25 38 2403.5ZM28.5 2404.07C29.1296 2404.07 29.64 2403.56 29.64 2402.93V2399.13C29.64 2398.5 29.1296 2397.99 28.5 2397.99C27.8704 2397.99 27.36 2398.5 27.36 2399.13V2402.93C27.36 2403.56 27.8704 2404.07 28.5 2404.07ZM28.5 2405.97C27.7655 2405.97 27.17 2406.57 27.17 2407.3C27.17 2408.03 27.7655 2408.63 28.5 2408.63H28.5095C29.244 2408.63 29.8395 2408.03 29.8395 2407.3C29.8395 2406.57 29.244 2405.97 28.5095 2405.97H28.5Z" fill="#EA3223"/>
|
|
250
|
-
<path d="M12.8777 2456.28C12.8777 2455.81 13.2557 2455.43 13.7221 2455.43H16.8888C17.3551 2455.43 17.7332 2455.81 17.7332 2456.28C17.7332 2456.74 17.3551 2457.12 16.8888 2457.12H13.7221C13.2557 2457.12 12.8777 2456.74 12.8777 2456.28Z" fill="#4D5D69"/>
|
|
251
|
-
<path d="M23.4332 2456.28C23.4332 2455.81 23.8113 2455.43 24.2777 2455.43C24.744 2455.43 25.1242 2455.81 25.1242 2456.28C25.1242 2456.74 24.7461 2457.12 24.2798 2457.12C23.8134 2457.12 23.4332 2456.74 23.4332 2456.28Z" fill="#4D5D69"/>
|
|
252
|
-
<path d="M21.111 2455.43C20.6446 2455.43 20.2666 2455.81 20.2666 2456.28C20.2666 2456.74 20.6467 2457.12 21.1131 2457.12C21.5795 2457.12 21.9575 2456.74 21.9575 2456.28C21.9575 2455.81 21.5774 2455.43 21.111 2455.43Z" fill="#4D5D69"/>
|
|
253
|
-
<path d="M13.7221 2461.77C13.2557 2461.77 12.8777 2462.14 12.8777 2462.61C12.8777 2463.08 13.2557 2463.46 13.7221 2463.46H16.8888C17.3551 2463.46 17.7332 2463.08 17.7332 2462.61C17.7332 2462.14 17.3551 2461.77 16.8888 2461.77H13.7221Z" fill="#4D5D69"/>
|
|
254
|
-
<path d="M23.4332 2462.61C23.4332 2462.14 23.8113 2461.77 24.2777 2461.77C24.744 2461.77 25.1242 2462.14 25.1242 2462.61C25.1242 2463.08 24.7461 2463.46 24.2798 2463.46C23.8134 2463.46 23.4332 2463.08 23.4332 2462.61Z" fill="#4D5D69"/>
|
|
255
|
-
<path d="M21.111 2461.77C20.6446 2461.77 20.2666 2462.14 20.2666 2462.61C20.2666 2463.08 20.6467 2463.46 21.1131 2463.46C21.5795 2463.46 21.9575 2463.08 21.9575 2462.61C21.9575 2462.14 21.5774 2461.77 21.111 2461.77Z" fill="#4D5D69"/>
|
|
256
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.9126 2437.17L20.9563 2436.42C19.808 2435.51 18.1917 2435.51 17.0434 2436.42L3.56996 2447C3.11156 2447.36 3.03193 2448.03 3.3921 2448.49C3.75227 2448.94 4.41585 2449.02 4.87425 2448.66L5.27787 2448.35V2454.59C5.27787 2456.1 6.5066 2457.33 8.02231 2457.33H9.65822V2457.76C9.65822 2458.4 9.89472 2458.99 10.2858 2459.44C9.89472 2459.9 9.65822 2460.49 9.65822 2461.13V2464.09C9.65822 2465.52 10.8161 2466.67 12.2443 2466.67H25.7554C27.1837 2466.67 28.3415 2465.52 28.3415 2464.09V2461.13C28.3415 2460.49 28.105 2459.9 27.714 2459.44C28.105 2458.99 28.3415 2458.4 28.3415 2457.76V2457.33H29.9779C31.4936 2457.33 32.7223 2456.1 32.7223 2454.59V2450.57L30.6112 2450.57V2454.59C30.6112 2454.94 30.3276 2455.22 29.9779 2455.22H28.3415V2454.8C28.3415 2454.15 28.105 2453.56 27.714 2453.11C28.105 2452.66 28.3415 2452.07 28.3415 2451.42V2450.57L26.5471 2450.57V2451.42C26.5471 2451.86 26.1927 2452.21 25.7554 2452.21H12.2443C11.8071 2452.21 11.4527 2451.86 11.4527 2451.42V2448.47C11.4527 2448.03 11.8071 2447.67 12.2443 2447.67H17.027C16.9346 2447.34 16.8877 2446.98 16.8887 2446.63C16.8895 2446.38 16.9146 2446.13 16.9632 2445.88H12.2443C10.8161 2445.88 9.65822 2447.04 9.65822 2448.47V2451.42C9.65822 2452.07 9.89472 2452.66 10.2858 2453.11C9.89472 2453.56 9.65822 2454.15 9.65822 2454.8V2455.22H8.02231C7.67253 2455.22 7.38898 2454.94 7.38898 2454.59V2446.69L18.3477 2438.08C18.7305 2437.78 19.2693 2437.78 19.652 2438.08L20.8191 2438.99L21.9126 2437.17ZM12.2443 2458.55H25.7554C26.1927 2458.55 26.5471 2458.19 26.5471 2457.76V2454.8C26.5471 2454.36 26.1927 2454.01 25.7554 2454.01H12.2443C11.8071 2454.01 11.4527 2454.36 11.4527 2454.8V2457.76C11.4527 2458.19 11.8071 2458.55 12.2443 2458.55ZM12.2443 2460.34C11.8071 2460.34 11.4527 2460.7 11.4527 2461.13V2464.09C11.4527 2464.53 11.8071 2464.88 12.2443 2464.88H25.7554C26.1927 2464.88 26.5471 2464.53 26.5471 2464.09V2461.13C26.5471 2460.7 26.1927 2460.34 25.7554 2460.34H12.2443Z" fill="#4D5D69"/>
|
|
257
|
-
<path d="M20.5355 2450.56C20.6869 2450.7 20.8902 2450.79 21.1131 2450.79C21.3307 2450.79 21.5292 2450.71 21.6789 2450.57L20.7752 2450.57C20.6951 2450.57 20.6151 2450.57 20.5355 2450.56Z" fill="#4D5D69"/>
|
|
258
|
-
<path d="M23.713 2450.57C23.8633 2450.71 24.0621 2450.79 24.2798 2450.79C24.4974 2450.79 24.6958 2450.71 24.8455 2450.57L23.713 2450.57Z" fill="#4D5D69"/>
|
|
259
|
-
<path d="M13.7221 2449.1C13.2557 2449.1 12.8777 2449.48 12.8777 2449.94C12.8777 2450.41 13.2557 2450.79 13.7221 2450.79H16.8888C17.3551 2450.79 17.7332 2450.41 17.7332 2449.94C17.7332 2449.48 17.3551 2449.1 16.8888 2449.1H13.7221Z" fill="#4D5D69"/>
|
|
260
|
-
<path d="M26.9452 2432.88L19.2437 2445.73C19.0849 2446.01 19.0009 2446.32 19 2446.64C18.9991 2446.95 19.0814 2447.27 19.2386 2447.54C19.3959 2447.82 19.6226 2448.05 19.8963 2448.21C20.17 2448.37 20.481 2448.46 20.7985 2448.46H36.2015C36.519 2448.46 36.83 2448.37 37.1037 2448.21C37.3774 2448.05 37.6041 2447.82 37.7614 2447.54C37.9186 2447.27 38.0009 2446.95 38 2446.64C37.9991 2446.32 37.9151 2446.01 37.7563 2445.73L30.0548 2432.88C29.8927 2432.61 29.6645 2432.39 29.3922 2432.23C29.1198 2432.08 28.8125 2432 28.5 2432C28.1875 2432 27.8802 2432.08 27.6078 2432.23C27.3355 2432.39 27.1073 2432.61 26.9452 2432.88Z" fill="#FBCE28"/>
|
|
261
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 2441.88C29.1295 2441.88 29.6399 2441.37 29.6399 2440.74V2436.94C29.6399 2436.31 29.1295 2435.8 28.4999 2435.8C27.8703 2435.8 27.3599 2436.31 27.3599 2436.94V2440.74C27.3599 2441.37 27.8703 2441.88 28.4999 2441.88Z" fill="#FBCE28"/>
|
|
262
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 2441.88C29.1295 2441.88 29.6399 2441.37 29.6399 2440.74V2436.94C29.6399 2436.31 29.1295 2435.8 28.4999 2435.8C27.8703 2435.8 27.3599 2436.31 27.3599 2436.94V2440.74C27.3599 2441.37 27.8703 2441.88 28.4999 2441.88Z" fill="#213444" fill-opacity="0.72"/>
|
|
263
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 2445.11C27.1699 2444.37 27.7654 2443.78 28.4999 2443.78H28.5094C29.244 2443.78 29.8394 2444.37 29.8394 2445.11C29.8394 2445.84 29.244 2446.44 28.5094 2446.44H28.4999C27.7654 2446.44 27.1699 2445.84 27.1699 2445.11Z" fill="#FBCE28"/>
|
|
264
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 2445.11C27.1699 2444.37 27.7654 2443.78 28.4999 2443.78H28.5094C29.244 2443.78 29.8394 2444.37 29.8394 2445.11C29.8394 2445.84 29.244 2446.44 28.5094 2446.44H28.4999C27.7654 2446.44 27.1699 2445.84 27.1699 2445.11Z" fill="#213444" fill-opacity="0.72"/>
|
|
265
|
-
<path d="M19 2479C15.6319 2479.07 12.2695 2478.69 9 2477.88V2480C12.2868 2480.7 15.6401 2481.03 19 2481V2479ZM19 2487C15.6319 2487.07 12.2695 2486.69 9 2485.88V2488C12.2868 2488.7 15.6401 2489.03 19 2489C21.0046 2488.99 23.0073 2488.88 25 2488.66V2486.66C23.0091 2486.9 21.0051 2487.01 19 2487Z" fill="#565656"/>
|
|
266
|
-
<path d="M31 2492.92C30.52 2493.68 26.17 2495 19 2495C15.6319 2495.07 12.2695 2494.69 9 2493.88V2496C12.2868 2496.7 15.6401 2497.03 19 2497C20.07 2497 27.39 2496.94 31 2495.27V2500.93C30.49 2501.69 26.14 2503 19 2503C11.86 2503 7.51 2501.69 7 2500.93V2477.07C7.51 2476.31 11.86 2475 19 2475H23V2473.15C21.05 2473 19.46 2473 19 2473C17.57 2473 5 2473.11 5 2477V2501C5 2504.89 17.57 2505 19 2505C20.43 2505 33 2504.89 33 2501V2489H31V2492.92Z" fill="#565656"/>
|
|
267
|
-
<path d="M37 2477H31V2471H27V2477H21V2481H27V2487H31V2481H37V2477Z" fill="#59A011"/>
|
|
268
|
-
<path d="M9 2532.9C6.7 2532.7 5.3 2532.2 5 2531.9V2518.1C5.4 2517.7 7.5 2517 11 2517C12.2726 2517 13.5431 2517.1 14.8 2517.3C16.0905 2517.1 17.3943 2517 18.7 2517C17.3 2515.1 11.8 2515 11 2515C10.2 2515 3 2515.1 3 2518V2532C3 2534.1 6.6 2534.7 9 2534.9V2532.9ZM27 2515C26.3 2515 20.8 2515.1 19.3 2517C20.6057 2517 21.9095 2517.1 23.2 2517.3C24.4569 2517.1 25.7274 2517 27 2517C30.5 2517 32.6 2517.7 33 2518.1V2531.8C32.7 2532.1 31.3 2532.6 29 2532.8V2534.8C31.4 2534.6 35 2534 35 2531.9V2518C35 2515.1 27.8 2515 27 2515Z" fill="#565656"/>
|
|
269
|
-
<path d="M19 2519C18.2 2519 11 2519.1 11 2522V2536C11 2538.9 18.2 2539 19 2539C19.8 2539 27 2538.9 27 2536V2522C27 2519.1 19.8 2519 19 2519ZM25 2523.9C24.6 2524.3 22.5 2525 19 2525C17.656 2525.02 16.3143 2524.88 15 2524.6V2526.6C16.3216 2526.83 17.6586 2526.97 19 2527C21.0338 2527 23.0564 2526.7 25 2526.1V2529.9C24.6 2530.3 22.5 2531 19 2531C17.656 2531.02 16.3143 2530.88 15 2530.6V2532.6C16.3216 2532.83 17.6586 2532.97 19 2533C21.0338 2533 23.0564 2532.7 25 2532.1V2535.9C24.6 2536.3 22.5 2537 19 2537C15.5 2537 13.4 2536.3 13 2535.9V2522.1C13.4 2521.7 15.5 2521 19 2521C22.5 2521 24.6 2521.7 25 2522.1V2523.9Z" fill="#565656"/>
|
|
270
|
-
<path d="M31 2566.57V2569.84C30.7 2570.16 29.31 2570.68 27 2570.89V2572.89C29.39 2572.69 33 2572.05 33 2569.98V2565.79C32.3617 2566.12 31.6915 2566.38 31 2566.57ZM23 2565.79V2565.86C22.62 2566.27 20.52 2567 17 2567C15.6573 2567.01 14.3171 2566.88 13 2566.62V2568.62C14.3206 2568.86 15.6585 2568.98 17 2569C19.0343 2569.02 21.0591 2568.72 23 2568.11V2571.86C22.62 2572.27 20.52 2573 17 2573C15.6573 2573.01 14.3171 2572.88 13 2572.62V2574.62C14.3206 2574.86 15.6585 2574.98 17 2575C19.0343 2575.02 21.0591 2574.72 23 2574.11V2577.86C22.62 2578.27 20.52 2579 17 2579C13.48 2579 11.38 2578.27 11 2577.86V2564.14C11.38 2563.73 13.48 2563 17 2563C17.8925 2563 18.7843 2563.05 19.67 2563.16C19.1087 2562.5 18.6255 2561.77 18.23 2561H17C16.18 2561 9 2561.08 9 2564V2578C9 2580.92 16.18 2581 17 2581C17.82 2581 25 2580.92 25 2578V2566.57C24.3085 2566.38 23.6383 2566.12 23 2565.79Z" fill="#565656"/>
|
|
271
|
-
<path d="M17 2556C17.0023 2554.14 17.4773 2552.32 18.38 2550.7C16.62 2549.07 11.67 2549 11 2549C10.18 2549 3 2549.08 3 2552V2566C3 2567.54 5 2568.28 7 2568.65V2566.65C6.2843 2566.55 5.60036 2566.29 5 2565.89V2552.15C5.38 2551.74 7.48 2551 11 2551C14.52 2551 16.62 2551.73 17 2552.14V2553.87C16.62 2554.28 14.52 2555 11 2555C9.65727 2555.01 8.31713 2554.88 7 2554.62V2556.62C8.32129 2556.85 9.65876 2556.98 11 2557C13.0336 2557.01 15.0569 2556.71 17 2556.11V2556Z" fill="#565656"/>
|
|
272
|
-
<path d="M28 2547C26.22 2547 24.4799 2547.53 22.9999 2548.52C21.5198 2549.51 20.3663 2550.91 19.6851 2552.56C19.0039 2554.2 18.8257 2556.01 19.1729 2557.76C19.5202 2559.5 20.3774 2561.11 21.636 2562.36C22.8947 2563.62 24.4984 2564.48 26.2442 2564.83C27.99 2565.17 29.7996 2565 31.4442 2564.31C33.0887 2563.63 34.4943 2562.48 35.4832 2561C36.4722 2559.52 37 2557.78 37 2556C37 2553.61 36.0518 2551.32 34.364 2549.64C32.6761 2547.95 30.387 2547 28 2547ZM29 2561H27V2559H29V2561ZM29 2557H27V2551H29V2557Z" fill="#F84E30"/>
|
|
273
|
-
<path d="M19 2590.48V2590C19 2587.08 11.82 2587 11 2587C10.18 2587 3 2587.09 3 2590V2604C3 2605.54 5 2606.28 7 2606.65V2604.65C6.2843 2604.55 5.60036 2604.29 5 2603.89V2590.15C5.38 2589.74 7.48 2589 11 2589C14.52 2589 16.62 2589.73 17 2590.14V2591.87C16.62 2592.28 14.52 2593 11 2593C9.65727 2593.01 8.31713 2592.88 7 2592.62V2594.62C8.32129 2594.85 9.65876 2594.98 11 2595C12.992 2595.01 14.9742 2594.72 16.88 2594.14L19 2590.48ZM32.5 2607.14H31V2607.84C30.7 2608.16 29.31 2608.68 27 2608.89V2610.89C29.39 2610.69 33 2610.05 33 2607.98V2607.11C32.83 2607.12 32.67 2607.14 32.5 2607.14ZM13 2606.62C14.3206 2606.86 15.6585 2606.98 17 2607H18.15C16.8778 2606.69 15.745 2605.96 14.93 2604.94C14.2813 2604.87 13.637 2604.76 13 2604.62V2606.62Z" fill="#565656"/>
|
|
274
|
-
<path d="M23 2607.14V2609.86C22.62 2610.27 20.52 2611 17 2611C15.6573 2611.01 14.3171 2610.88 13 2610.62V2612.62C14.3206 2612.86 15.6585 2612.98 17 2613C19.0343 2613.02 21.0591 2612.72 23 2612.11V2615.86C22.62 2616.27 20.52 2617 17 2617C13.48 2617 11.38 2616.27 11 2615.86V2602.14C11.8076 2601.63 12.7276 2601.32 13.68 2601.25C13.6805 2600.54 13.8128 2599.84 14.07 2599.18C11.77 2599.47 9 2600.19 9 2602V2616C9 2618.92 16.18 2619 17 2619C17.82 2619 25 2618.92 25 2616V2607.14H23Z" fill="#565656"/>
|
|
275
|
-
<path d="M26 2586.19C25.3206 2586.19 24.6523 2586.36 24.0636 2586.7C23.4749 2587.04 22.987 2587.53 22.65 2588.12L16.19 2599.35C15.8513 2599.94 15.673 2600.6 15.6729 2601.28C15.6727 2601.96 15.8508 2602.62 16.1893 2603.21C16.5277 2603.8 17.0146 2604.28 17.601 2604.62C18.1874 2604.96 18.8527 2605.14 19.53 2605.14H32.53C33.2073 2605.14 33.8726 2604.96 34.459 2604.62C35.0454 2604.28 35.5323 2603.8 35.8707 2603.21C36.2092 2602.62 36.3873 2601.96 36.3871 2601.28C36.387 2600.6 36.2087 2599.94 35.87 2599.35L29.36 2588.12C29.0229 2587.53 28.5337 2587.04 27.9429 2586.7C27.3521 2586.36 26.6813 2586.18 26 2586.19Z" fill="#B68300"/>
|
|
276
|
-
<path d="M25.9998 2588.19C26.3264 2588.19 26.6473 2588.27 26.9301 2588.44C27.2129 2588.6 27.4474 2588.84 27.6098 2589.12L34.0898 2600.35C34.253 2600.63 34.339 2600.95 34.339 2601.28C34.339 2601.61 34.2532 2601.93 34.09 2602.21C33.9268 2602.49 33.6922 2602.73 33.4095 2602.89C33.1269 2603.05 32.8062 2603.14 32.4798 2603.14H19.4798C19.1534 2603.14 18.8327 2603.05 18.5501 2602.89C18.2674 2602.73 18.0328 2602.49 17.8696 2602.21C17.7064 2601.93 17.6206 2601.61 17.6206 2601.28C17.6206 2600.95 17.7066 2600.63 17.8698 2600.35L24.4098 2589.12C24.5689 2588.84 24.7999 2588.6 25.0793 2588.44C25.3586 2588.28 25.6762 2588.19 25.9998 2588.19Z" fill="#FFE02C"/>
|
|
277
|
-
<path d="M25 2599H27V2601H25V2599ZM25 2591H27V2597H25V2591Z" fill="#454545"/>
|
|
278
|
-
<path d="M21.4402 2633L23.2902 2631.2L23.0002 2630.92C21.8302 2631 20.4302 2631 19.1602 2631C15.7921 2631.07 12.4297 2630.69 9.16016 2629.88V2632C12.447 2632.7 15.8003 2633.03 19.1602 2633H21.4402ZM9.16016 2640C12.447 2640.7 15.8003 2641.03 19.1602 2641C19.5902 2641 21.0402 2641 22.8402 2640.87L21.0002 2639H19.1602C15.7921 2639.07 12.4297 2638.69 9.16016 2637.88V2640Z" fill="#565656"/>
|
|
279
|
-
<path d="M29.9202 2637.63C29.1103 2637.92 28.2773 2638.14 27.4302 2638.29L25.0002 2640.68C27.1192 2640.52 29.2025 2640.05 31.1802 2639.27V2644.92C30.7002 2645.68 26.3502 2647 19.1802 2647C15.8121 2647.07 12.4497 2646.69 9.18016 2645.88V2648C12.467 2648.7 15.8203 2649.03 19.1802 2649C20.2502 2649 27.5702 2648.94 31.1802 2647.27V2652.93C30.6702 2653.69 26.3202 2655 19.1802 2655C12.0402 2655 7.69016 2653.69 7.18016 2652.93V2629.07C7.67016 2628.31 12.0002 2627 19.0502 2627L18.1602 2626.17L19.3402 2625H19.1602C17.7302 2625 5.16016 2625.11 5.16016 2629V2653C5.16016 2656.89 17.7302 2657 19.1602 2657C20.5902 2657 33.1602 2656.89 33.1602 2653V2640.8L29.9202 2637.63Z" fill="#565656"/>
|
|
280
|
-
<path d="M37.0003 2626.14L34.2003 2623.28L29.0103 2628.35L23.8203 2623.28L21.0303 2626.14L26.1503 2631.15L21.0303 2636.16L23.8203 2639.02L29.0103 2633.95L34.2003 2639.02L37.0003 2636.16L31.8703 2631.15L37.0003 2626.14Z" fill="#F84E30"/>
|
|
281
|
-
<path d="M31.0498 2686.81L32.9998 2688.81V2684C32.9998 2684.61 32.813 2685.21 32.4645 2685.71C32.116 2686.21 31.6224 2686.6 31.0498 2686.81Z" fill="#565656"/>
|
|
282
|
-
<path d="M27.91 2692.16C27.22 2692.31 26.41 2692.46 25.5 2692.59C25.0447 2692.86 24.5273 2693 24 2693C23.6898 2693 23.3822 2692.94 23.09 2692.84C21.85 2692.94 20.49 2693 19 2693C11.86 2693 7.51 2691.69 7 2690.93V2667.07C7.51 2666.31 11.86 2665 19 2665C25.94 2665 30.22 2666.23 30.94 2667C30.22 2667.77 25.94 2669 19 2669C15.6318 2669.07 12.2689 2668.69 9 2667.88V2670C12.2872 2670.7 15.6403 2671.03 19 2671C20.07 2671 27.39 2670.94 31 2669.27V2674.92C30.52 2675.68 26.17 2677 19 2677C15.6318 2677.07 12.2689 2676.69 9 2675.88V2678C12.2872 2678.7 15.6403 2679.03 19 2679C20.07 2679 27.39 2678.94 31 2677.27V2681.18C31.5835 2681.39 32.089 2681.77 32.4471 2682.27C32.8051 2682.78 32.9983 2683.38 33 2684V2667C33 2663.11 20.43 2663 19 2663C17.57 2663 5 2663.11 5 2667V2691C5 2694.89 17.57 2695 19 2695C19.94 2695 25.73 2695 29.56 2693.8L27.91 2692.16Z" fill="#565656"/>
|
|
283
|
-
<path d="M19 2685C15.6318 2685.07 12.2689 2684.69 9 2683.88V2686C12.2872 2686.7 15.6403 2687.03 19 2687H21V2685H19ZM7.57 2675H3V2683L7.57 2675Z" fill="#565656"/>
|
|
284
|
-
<path d="M12.16 2675H7.59002L3.02002 2683H7.59002L12.16 2675Z" fill="#FAC400"/>
|
|
285
|
-
<path d="M16.7298 2675H12.1598L7.58984 2683H12.1598L16.7298 2675Z" fill="#565656"/>
|
|
286
|
-
<path d="M21.3002 2675H16.7302L12.1602 2683H16.7302L21.3002 2675ZM32.8202 2683H35.0002V2675L31.3802 2681.34C32.0497 2681.7 32.5631 2682.29 32.8202 2683ZM23.0002 2681H27.0102L30.4302 2675H25.8602L22.4402 2681H23.0002Z" fill="#FAC400"/>
|
|
287
|
-
<path d="M30 2681C30.4787 2681 30.9497 2681.12 31.37 2681.35L35 2675H30.43L27 2681H30ZM21 2681H22.44L25.86 2675H21.3L16.73 2683H21V2681ZM24 2691C24.2652 2691 24.5196 2690.89 24.7071 2690.71C24.8946 2690.52 25 2690.27 25 2690V2686.41L33.29 2694.71C33.3829 2694.8 33.4935 2694.88 33.6154 2694.93C33.7373 2694.98 33.868 2695.01 34 2695.01C34.132 2695.01 34.2627 2694.98 34.3846 2694.93C34.5064 2694.88 34.617 2694.8 34.71 2694.71C34.8037 2694.62 34.8781 2694.51 34.9289 2694.38C34.9796 2694.26 35.0058 2694.13 35.0058 2694C35.0058 2693.87 34.9796 2693.74 34.9289 2693.62C34.8781 2693.49 34.8037 2693.38 34.71 2693.29L26.41 2685H30C30.2652 2685 30.5196 2684.89 30.7071 2684.71C30.8946 2684.52 31 2684.27 31 2684C31 2683.73 30.8946 2683.48 30.7071 2683.29C30.5196 2683.11 30.2652 2683 30 2683H23V2690C23 2690.27 23.1053 2690.52 23.2929 2690.71C23.4804 2690.89 23.7348 2691 24 2691Z" fill="#565656"/>
|
|
288
|
-
<path d="M9.50005 2727.13C9.50005 2726.55 9.97264 2726.08 10.5556 2726.08C11.1386 2726.08 11.6133 2726.55 11.6133 2727.13C11.6133 2727.72 11.1407 2728.19 10.5577 2728.19C9.97475 2728.19 9.50005 2727.72 9.50005 2727.13Z" fill="#4D5D69"/>
|
|
289
|
-
<path d="M14.7778 2726.69C14.1949 2726.69 13.7223 2727.16 13.7223 2727.75C13.7223 2728.33 14.197 2728.8 14.7799 2728.8C15.3629 2728.8 15.8355 2728.33 15.8355 2727.75C15.8355 2727.16 15.3608 2726.69 14.7778 2726.69Z" fill="#4D5D69"/>
|
|
290
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7664 2701.17C15.2995 2701.18 12.1326 2701.54 9.78736 2702.13C8.59654 2702.42 7.55798 2702.79 6.7917 2703.25C6.09608 2703.66 5.27783 2704.35 5.27783 2705.39V2728.61C5.27783 2729.65 6.09608 2730.34 6.7917 2730.75C7.55798 2731.21 8.59654 2731.58 9.78736 2731.87C12.1852 2732.47 15.4419 2732.83 19.0001 2732.83C22.5582 2732.83 25.8149 2732.47 28.2128 2731.87C29.4036 2731.58 30.4421 2731.21 31.2084 2730.75C31.904 2730.34 32.7223 2729.65 32.7223 2728.61V2718.32C32.047 2718.58 31.341 2718.79 30.6112 2718.92V2720.83C30.5848 2720.87 30.4816 2721 30.1342 2721.21C29.6186 2721.51 28.8021 2721.82 27.7007 2722.1C25.5142 2722.65 22.4375 2723 19.0001 2723C15.5626 2723 12.4859 2722.65 10.2994 2722.1C9.19798 2721.82 8.38155 2721.51 7.86589 2721.21C7.51853 2721 7.41535 2720.87 7.38894 2720.83V2715.59C8.06536 2715.9 8.88239 2716.17 9.78736 2716.4C12.1852 2717 15.4419 2717.36 19.0001 2717.36C20.1031 2717.36 21.1772 2717.32 22.2057 2717.26C21.331 2716.69 20.5371 2716.01 19.8453 2715.24C19.5662 2715.25 19.2844 2715.25 19.0001 2715.25C15.5626 2715.25 12.4859 2714.9 10.2994 2714.35C9.19798 2714.08 8.38155 2713.77 7.86589 2713.46C7.51853 2713.25 7.41535 2713.12 7.38894 2713.08V2707.84C8.06536 2708.16 8.88239 2708.43 9.78736 2708.65C11.7449 2709.14 14.2749 2709.47 17.0739 2709.58C16.9524 2708.9 16.8889 2708.21 16.8889 2707.5C16.8889 2707.48 16.889 2707.47 16.889 2707.46C14.3108 2707.34 12.0272 2707.04 10.2994 2706.6C9.19798 2706.33 8.38155 2706.02 7.86589 2705.71C7.61646 2705.57 7.49293 2705.45 7.43333 2705.39C7.49293 2705.32 7.61646 2705.21 7.86589 2705.06C8.38155 2704.76 9.19798 2704.45 10.2994 2704.17C12.2005 2703.7 14.7746 2703.37 17.6737 2703.3C17.9653 2702.54 18.3326 2701.83 18.7664 2701.17ZM30.6112 2723.34C29.9347 2723.65 29.1177 2723.92 28.2128 2724.15C25.8149 2724.75 22.5582 2725.11 19.0001 2725.11C15.4419 2725.11 12.1852 2724.75 9.78736 2724.15C8.88239 2723.92 8.06536 2723.65 7.38894 2723.34V2728.55C7.41535 2728.6 7.51853 2728.73 7.86589 2728.93C8.38155 2729.24 9.19798 2729.55 10.2994 2729.83C12.4859 2730.37 15.5626 2730.72 19.0001 2730.72C22.4375 2730.72 25.5142 2730.37 27.7007 2729.83C28.8021 2729.55 29.6186 2729.24 30.1342 2728.93C30.4816 2728.73 30.5848 2728.6 30.6112 2728.55V2723.34Z" fill="#4D5D69"/>
|
|
291
|
-
<path d="M9.50005 2711.62C9.50005 2711.03 9.97264 2710.56 10.5556 2710.56C11.1386 2710.56 11.6133 2711.03 11.6133 2711.62C11.6133 2712.2 11.1407 2712.67 10.5577 2712.67C9.97475 2712.67 9.50005 2712.2 9.50005 2711.62Z" fill="#4D5D69"/>
|
|
292
|
-
<path d="M10.5556 2718.31C9.97264 2718.31 9.50005 2718.78 9.50005 2719.36C9.50005 2719.95 9.97475 2720.42 10.5577 2720.42C11.1407 2720.42 11.6133 2719.95 11.6133 2719.36C11.6133 2718.78 11.1386 2718.31 10.5556 2718.31Z" fill="#4D5D69"/>
|
|
293
|
-
<path d="M14.7778 2711.19C14.1949 2711.19 13.7223 2711.67 13.7223 2712.25C13.7223 2712.83 14.197 2713.31 14.7799 2713.31C15.3629 2713.31 15.8355 2712.83 15.8355 2712.25C15.8355 2711.67 15.3608 2711.19 14.7778 2711.19Z" fill="#4D5D69"/>
|
|
294
|
-
<path d="M13.7223 2720C13.7223 2719.41 14.1949 2718.94 14.7778 2718.94C15.3608 2718.94 15.8355 2719.41 15.8355 2720C15.8355 2720.58 15.3629 2721.05 14.7799 2721.05C14.197 2721.05 13.7223 2720.58 13.7223 2720Z" fill="#4D5D69"/>
|
|
295
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 2707.5C38 2712.75 33.7467 2717 28.5 2717C23.2533 2717 19 2712.75 19 2707.5C19 2702.25 23.2533 2698 28.5 2698C33.7467 2698 38 2702.25 38 2707.5ZM28.5 2708.07C29.1296 2708.07 29.64 2707.56 29.64 2706.93V2703.13C29.64 2702.5 29.1296 2701.99 28.5 2701.99C27.8704 2701.99 27.36 2702.5 27.36 2703.13V2706.93C27.36 2707.56 27.8704 2708.07 28.5 2708.07ZM28.5 2709.97C27.7655 2709.97 27.17 2710.57 27.17 2711.3C27.17 2712.03 27.7655 2712.63 28.5 2712.63H28.5095C29.244 2712.63 29.8395 2712.03 29.8395 2711.3C29.8395 2710.57 29.244 2709.97 28.5095 2709.97H28.5Z" fill="#EA3223"/>
|
|
296
|
-
<path d="M9 2759.88V2762C12.2872 2762.7 15.6403 2763.03 19 2763C19.43 2763 20.85 2763 22.63 2762.87L21.88 2762.12C21.5606 2761.81 21.3176 2761.42 21.17 2761H19C15.6318 2761.07 12.2689 2760.69 9 2759.88Z" fill="#565656"/>
|
|
297
|
-
<path d="M25 2770C25.0026 2769.52 25.1227 2769.04 25.35 2768.61C23.244 2768.88 21.1229 2769.01 19 2769C11.86 2769 7.51 2767.69 7 2766.93V2743.07C7.51 2742.31 11.86 2741 19 2741C25.94 2741 30.22 2742.23 30.94 2743C30.22 2743.77 25.94 2745 19 2745C15.6318 2745.07 12.2689 2744.69 9 2743.88V2746C12.2872 2746.7 15.6403 2747.03 19 2747C20.07 2747 27.39 2746.94 31 2745.27V2750.92C30.52 2751.68 26.17 2753 19 2753C15.6318 2753.07 12.2689 2752.69 9 2751.88V2754C12.2872 2754.7 15.6403 2755.03 19 2755C20.07 2755 27.39 2754.94 31 2753.27V2758.92C30.2235 2759.54 29.2936 2759.93 28.31 2760.06L29.92 2761.68C30.2884 2761.57 30.6492 2761.43 31 2761.27V2762.76L31.19 2762.95C31.3445 2762.54 31.5865 2762.17 31.8992 2761.86C32.2118 2761.56 32.5875 2761.33 33 2761.18V2743C33 2739.11 20.43 2739 19 2739C17.57 2739 5 2739.11 5 2743V2767C5 2770.89 17.57 2771 19 2771C21.0315 2770.99 23.0611 2770.88 25.08 2770.65C25.0282 2770.44 25.0013 2770.22 25 2770Z" fill="#565656"/>
|
|
298
|
-
<path d="M33.9999 2763C33.7347 2763 33.4804 2763.11 33.2928 2763.29C33.1053 2763.48 32.9999 2763.73 32.9999 2764V2767.59L24.7099 2759.29C24.617 2759.2 24.5064 2759.12 24.3845 2759.07C24.2627 2759.02 24.132 2758.99 23.9999 2758.99C23.8679 2758.99 23.7372 2759.02 23.6154 2759.07C23.4935 2759.12 23.3829 2759.2 23.2899 2759.29C23.1962 2759.38 23.1218 2759.49 23.071 2759.62C23.0203 2759.74 22.9941 2759.87 22.9941 2760C22.9941 2760.13 23.0203 2760.26 23.071 2760.38C23.1218 2760.51 23.1962 2760.62 23.2899 2760.71L31.5899 2769H27.9999C27.7347 2769 27.4804 2769.11 27.2928 2769.29C27.1053 2769.48 26.9999 2769.73 26.9999 2770C26.9999 2770.27 27.1053 2770.52 27.2928 2770.71C27.4804 2770.89 27.7347 2771 27.9999 2771H34.9999V2764C34.9999 2763.73 34.8946 2763.48 34.707 2763.29C34.5195 2763.11 34.2652 2763 33.9999 2763Z" fill="#565656"/>
|
|
299
|
-
<path d="M7.57 2751H3V2759L7.57 2751Z" fill="#565656"/>
|
|
300
|
-
<path d="M12.16 2751H7.59002L3.02002 2759H7.59002L12.16 2751Z" fill="#FAC400"/>
|
|
301
|
-
<path d="M16.7298 2751H12.1598L7.58984 2759H12.1598L16.7298 2751Z" fill="#565656"/>
|
|
302
|
-
<path d="M21.3002 2751H16.7302L12.1602 2759H16.7302L21.3002 2751ZM34.9802 2751L30.4102 2759H34.9802V2751Z" fill="#FAC400"/>
|
|
303
|
-
<path d="M27.24 2759H30.43L35 2751H30.43L26.36 2758.12L27.24 2759ZM21.88 2757.88L21.99 2757.79L25.86 2751H21.3L16.73 2759H21.18C21.3272 2758.58 21.5663 2758.2 21.88 2757.88Z" fill="#565656"/>
|
|
304
|
-
<path d="M24 2757C24.7954 2757 25.5579 2757.32 26.12 2757.88L26.36 2758.12L30.43 2751H25.86L22 2757.79C22.5461 2757.29 23.2586 2757.01 24 2757Z" fill="#FAC400"/>
|
|
305
|
-
<path d="M30.6801 2805H7.32011L7.00011 2804.6C5.04164 2802.01 3.98769 2798.85 4.00011 2795.6C4.00011 2791.62 5.58046 2787.81 8.39351 2784.99C11.2066 2782.18 15.0219 2780.6 19.0001 2780.6C22.9784 2780.6 26.7937 2782.18 29.6067 2784.99C32.4198 2787.81 34.0001 2791.62 34.0001 2795.6C34.0125 2798.85 32.9586 2802.01 31.0001 2804.6L30.6801 2805ZM8.33011 2803H29.6701C31.1912 2800.83 32.0051 2798.25 32.0001 2795.6C32.0001 2792.15 30.6305 2788.85 28.1925 2786.41C25.7545 2783.97 22.4479 2782.6 19.0001 2782.6C15.5523 2782.6 12.2457 2783.97 9.80772 2786.41C7.36975 2788.85 6.00011 2792.15 6.00011 2795.6C5.99517 2798.25 6.80899 2800.83 8.33011 2803Z" fill="#565656"/>
|
|
306
|
-
<path d="M19 2799C20.6569 2799 22 2797.66 22 2796C22 2794.34 20.6569 2793 19 2793C17.3431 2793 16 2794.34 16 2796C16 2797.66 17.3431 2799 19 2799Z" fill="#565656"/>
|
|
307
|
-
<path d="M18.9999 2797C18.8683 2797 18.7379 2796.98 18.616 2796.93C18.4942 2796.88 18.3834 2796.8 18.2899 2796.71C18.1962 2796.62 18.1218 2796.51 18.071 2796.38C18.0203 2796.26 17.9941 2796.13 17.9941 2796C17.9941 2795.87 18.0203 2795.74 18.071 2795.62C18.1218 2795.49 18.1962 2795.38 18.2899 2795.29L24.7899 2788.79C24.9782 2788.6 25.2336 2788.5 25.4999 2788.5C25.7662 2788.5 26.0216 2788.6 26.2099 2788.79C26.3982 2788.98 26.504 2789.23 26.504 2789.5C26.504 2789.77 26.3982 2790.02 26.2099 2790.21L19.7099 2796.71C19.6165 2796.8 19.5057 2796.88 19.3838 2796.93C19.262 2796.98 19.1315 2797 18.9999 2797Z" fill="#565656"/>
|
|
308
|
-
<path d="M9.50005 2841.13C9.50005 2840.55 9.97264 2840.08 10.5556 2840.08C11.1386 2840.08 11.6133 2840.55 11.6133 2841.13C11.6133 2841.72 11.1407 2842.19 10.5577 2842.19C9.97475 2842.19 9.50005 2841.72 9.50005 2841.13Z" fill="#4D5D69"/>
|
|
309
|
-
<path d="M14.7778 2840.69C14.1949 2840.69 13.7223 2841.16 13.7223 2841.75C13.7223 2842.33 14.197 2842.8 14.7799 2842.8C15.3629 2842.8 15.8355 2842.33 15.8355 2841.75C15.8355 2841.16 15.3608 2840.69 14.7778 2840.69Z" fill="#4D5D69"/>
|
|
310
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7664 2815.17C15.2995 2815.18 12.1326 2815.54 9.78736 2816.13C8.59654 2816.42 7.55798 2816.79 6.7917 2817.25C6.09608 2817.66 5.27783 2818.35 5.27783 2819.39V2842.61C5.27783 2843.65 6.09608 2844.34 6.7917 2844.75C7.55798 2845.21 8.59654 2845.58 9.78736 2845.87C12.1852 2846.47 15.4419 2846.83 19.0001 2846.83C22.5582 2846.83 25.8149 2846.47 28.2127 2845.87C29.4036 2845.58 30.4421 2845.21 31.2084 2844.75C31.904 2844.34 32.7223 2843.65 32.7223 2842.61V2832.32C32.047 2832.58 31.341 2832.79 30.6112 2832.92V2834.83C30.5848 2834.87 30.4816 2835 30.1342 2835.21C29.6186 2835.51 28.8021 2835.82 27.7007 2836.1C25.5142 2836.65 22.4375 2837 19.0001 2837C15.5626 2837 12.4859 2836.65 10.2994 2836.1C9.19798 2835.82 8.38155 2835.51 7.86589 2835.21C7.51853 2835 7.41535 2834.87 7.38894 2834.83V2829.59C8.06536 2829.9 8.88239 2830.17 9.78736 2830.4C12.1852 2831 15.4419 2831.36 19.0001 2831.36C20.1031 2831.36 21.1772 2831.32 22.2057 2831.26C21.331 2830.69 20.5371 2830.01 19.8453 2829.24C19.5662 2829.25 19.2844 2829.25 19.0001 2829.25C15.5626 2829.25 12.4859 2828.9 10.2994 2828.35C9.19798 2828.08 8.38155 2827.77 7.86589 2827.46C7.51853 2827.25 7.41535 2827.12 7.38894 2827.08V2821.84C8.06536 2822.16 8.88239 2822.43 9.78736 2822.65C11.7449 2823.14 14.2749 2823.47 17.0739 2823.58C16.9524 2822.9 16.8889 2822.21 16.8889 2821.5C16.8889 2821.48 16.889 2821.47 16.889 2821.46C14.3108 2821.34 12.0272 2821.04 10.2994 2820.6C9.19798 2820.33 8.38155 2820.02 7.86589 2819.71C7.61646 2819.57 7.49293 2819.45 7.43333 2819.39C7.49293 2819.32 7.61646 2819.21 7.86589 2819.06C8.38155 2818.76 9.19798 2818.45 10.2994 2818.17C12.2005 2817.7 14.7746 2817.37 17.6737 2817.3C17.9653 2816.54 18.3326 2815.83 18.7664 2815.17ZM30.6112 2837.34C29.9347 2837.65 29.1177 2837.92 28.2127 2838.15C25.8149 2838.75 22.5582 2839.11 19.0001 2839.11C15.4419 2839.11 12.1852 2838.75 9.78736 2838.15C8.88239 2837.92 8.06536 2837.65 7.38894 2837.34V2842.55C7.41535 2842.6 7.51853 2842.73 7.86589 2842.93C8.38155 2843.24 9.19798 2843.55 10.2994 2843.83C12.4859 2844.37 15.5626 2844.72 19.0001 2844.72C22.4375 2844.72 25.5142 2844.37 27.7007 2843.83C28.8021 2843.55 29.6186 2843.24 30.1342 2842.93C30.4816 2842.73 30.5848 2842.6 30.6112 2842.55V2837.34Z" fill="#4D5D69"/>
|
|
311
|
-
<path d="M9.50005 2825.62C9.50005 2825.03 9.97264 2824.56 10.5556 2824.56C11.1386 2824.56 11.6133 2825.03 11.6133 2825.62C11.6133 2826.2 11.1407 2826.67 10.5577 2826.67C9.97475 2826.67 9.50005 2826.2 9.50005 2825.62Z" fill="#4D5D69"/>
|
|
312
|
-
<path d="M10.5556 2832.31C9.97264 2832.31 9.50005 2832.78 9.50005 2833.36C9.50005 2833.95 9.97475 2834.42 10.5577 2834.42C11.1407 2834.42 11.6133 2833.95 11.6133 2833.36C11.6133 2832.78 11.1386 2832.31 10.5556 2832.31Z" fill="#4D5D69"/>
|
|
313
|
-
<path d="M14.7778 2825.19C14.1949 2825.19 13.7223 2825.67 13.7223 2826.25C13.7223 2826.83 14.197 2827.31 14.7799 2827.31C15.3629 2827.31 15.8355 2826.83 15.8355 2826.25C15.8355 2825.67 15.3608 2825.19 14.7778 2825.19Z" fill="#4D5D69"/>
|
|
314
|
-
<path d="M13.7223 2834C13.7223 2833.41 14.1949 2832.94 14.7778 2832.94C15.3608 2832.94 15.8355 2833.41 15.8355 2834C15.8355 2834.58 15.3629 2835.05 14.7799 2835.05C14.197 2835.05 13.7223 2834.58 13.7223 2834Z" fill="#4D5D69"/>
|
|
315
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 2821.5C38 2826.75 33.7467 2831 28.5 2831C23.2533 2831 19 2826.75 19 2821.5C19 2816.25 23.2533 2812 28.5 2812C33.7467 2812 38 2816.25 38 2821.5ZM24.3352 2825.67C24.7804 2826.11 25.5023 2826.11 25.9474 2825.67L28.5001 2823.11L31.0528 2825.67C31.498 2826.11 32.2198 2826.11 32.665 2825.67C33.1102 2825.22 33.1102 2824.5 32.665 2824.05L30.1123 2821.5L32.665 2818.95C33.1102 2818.5 33.1102 2817.78 32.665 2817.34C32.2198 2816.89 31.498 2816.89 31.0528 2817.34L28.5001 2819.89L25.9474 2817.34C25.5023 2816.89 24.7804 2816.89 24.3352 2817.34C23.89 2817.78 23.89 2818.5 24.3352 2818.95L26.8879 2821.5L24.3352 2824.05C23.89 2824.5 23.89 2825.22 24.3352 2825.67Z" fill="#EA3223"/>
|
|
316
|
-
<path d="M31 2861H33V2863H31V2861ZM31 2865V2864.92C30.52 2865.68 26.17 2867 19 2867C15.6318 2867.07 12.2689 2866.69 9 2865.88V2868C12.2872 2868.7 15.6403 2869.03 19 2869C20.07 2869 27.39 2868.94 31 2867.27V2867H33V2865H31ZM31 2869H33V2871H31V2869ZM7 2859V2857.07C7.51 2856.31 11.86 2855 19 2855C25.94 2855 30.22 2856.23 30.94 2857C30.22 2857.77 25.94 2859 19 2859C15.6318 2859.07 12.2689 2858.69 9 2857.88V2860C12.2872 2860.7 15.6403 2861.03 19 2861C20.07 2861 27.39 2860.94 31 2859.27V2859H33V2857C33 2853.11 20.43 2853 19 2853C17.57 2853 5 2853.11 5 2857V2859H7ZM5 2861H7V2863H5V2861ZM31 2873V2872.92C30.52 2873.68 26.17 2875 19 2875C15.6318 2875.07 12.2689 2874.69 9 2873.88V2876C12.2872 2876.7 15.6403 2877.03 19 2877C20.07 2877 27.39 2876.94 31 2875.27V2880.93C30.49 2881.69 26.14 2883 19 2883C11.86 2883 7.51 2881.69 7 2880.93V2873H5V2881C5 2884.89 17.57 2885 19 2885C20.43 2885 33 2884.89 33 2881V2873H31ZM5 2869H7V2871H5V2869ZM5 2865H7V2867H5V2865Z" fill="#565656"/>
|
|
317
|
-
<g clip-path="url(#clip1_2038_743)">
|
|
318
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.38894 2897.84V2903.08C7.41535 2903.12 7.51853 2903.25 7.86589 2903.46C8.38155 2903.77 9.19798 2904.08 10.2994 2904.35C12.4859 2904.9 15.5626 2905.25 19.0001 2905.25C22.4375 2905.25 25.5142 2904.9 27.7007 2904.35C28.8021 2904.08 29.6186 2903.77 30.1342 2903.46C30.4816 2903.25 30.5848 2903.12 30.6112 2903.08V2897.84C29.9347 2898.16 29.1177 2898.43 28.2128 2898.65C25.8149 2899.25 22.5582 2899.61 19.0001 2899.61C15.4419 2899.61 12.1852 2899.25 9.78736 2898.65C8.88239 2898.43 8.06536 2898.16 7.38894 2897.84ZM32.7223 2895.39V2918.61C32.7223 2919.65 31.904 2920.34 31.2084 2920.75C30.4421 2921.21 29.4036 2921.58 28.2128 2921.87C25.8149 2922.47 22.5582 2922.83 19.0001 2922.83C15.4419 2922.83 12.1852 2922.47 9.78736 2921.87C8.59654 2921.58 7.55798 2921.21 6.7917 2920.75C6.09608 2920.34 5.27783 2919.65 5.27783 2918.61V2895.39C5.27783 2894.35 6.09608 2893.66 6.7917 2893.25C7.55798 2892.79 8.59654 2892.42 9.78736 2892.13C12.1852 2891.53 15.4419 2891.17 19.0001 2891.17C22.5582 2891.17 25.8149 2891.53 28.2128 2892.13C29.4036 2892.42 30.4421 2892.79 31.2084 2893.25C31.904 2893.66 32.7223 2894.35 32.7223 2895.39ZM7.38894 2905.59V2910.83C7.41535 2910.87 7.51853 2911 7.86589 2911.21C8.38155 2911.51 9.19798 2911.82 10.2994 2912.1C12.4859 2912.65 15.5626 2913 19.0001 2913C22.4375 2913 25.5142 2912.65 27.7007 2912.1C28.8021 2911.82 29.6186 2911.51 30.1342 2911.21C30.4816 2911 30.5848 2910.87 30.6112 2910.83V2905.59C29.9347 2905.9 29.1177 2906.17 28.2128 2906.4C25.8149 2907 22.5582 2907.36 19.0001 2907.36C15.4419 2907.36 12.1852 2907 9.78736 2906.4C8.88239 2906.17 8.06536 2905.9 7.38894 2905.59ZM30.6112 2913.34C29.9347 2913.65 29.1177 2913.92 28.2128 2914.15C25.8149 2914.75 22.5582 2915.11 19.0001 2915.11C15.4419 2915.11 12.1852 2914.75 9.78736 2914.15C8.88239 2913.92 8.06536 2913.65 7.38894 2913.34V2918.55C7.41535 2918.6 7.51853 2918.73 7.86589 2918.93C8.38155 2919.24 9.19798 2919.55 10.2994 2919.83C12.4859 2920.37 15.5626 2920.72 19.0001 2920.72C22.4375 2920.72 25.5142 2920.37 27.7007 2919.83C28.8021 2919.55 29.6186 2919.24 30.1342 2918.93C30.4816 2918.73 30.5848 2918.6 30.6112 2918.55V2913.34ZM30.5668 2895.39C30.5072 2895.32 30.3836 2895.21 30.1342 2895.06C29.6186 2894.76 28.8021 2894.45 27.7007 2894.17C25.5142 2893.63 22.4375 2893.28 19.0001 2893.28C15.5626 2893.28 12.4859 2893.63 10.2994 2894.17C9.19798 2894.45 8.38155 2894.76 7.86589 2895.06C7.61646 2895.21 7.49293 2895.32 7.43333 2895.39C7.49293 2895.45 7.61646 2895.57 7.86589 2895.71C8.38155 2896.02 9.19798 2896.33 10.2994 2896.6C12.4859 2897.15 15.5626 2897.5 19.0001 2897.5C22.4375 2897.5 25.5142 2897.15 27.7007 2896.6C28.8021 2896.33 29.6186 2896.02 30.1342 2895.71C30.3836 2895.57 30.5072 2895.45 30.5668 2895.39Z" fill="#4D5D69"/>
|
|
319
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 2901.62C9.5 2901.03 9.97259 2900.56 10.5556 2900.56H10.5577C11.1406 2900.56 11.6132 2901.03 11.6132 2901.62C11.6132 2902.2 11.1406 2902.67 10.5577 2902.67H10.5556C9.97259 2902.67 9.5 2902.2 9.5 2901.62Z" fill="#4D5D69"/>
|
|
320
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 2909.36C9.5 2908.78 9.97259 2908.31 10.5556 2908.31H10.5577C11.1406 2908.31 11.6132 2908.78 11.6132 2909.36C11.6132 2909.95 11.1406 2910.42 10.5577 2910.42H10.5556C9.97259 2910.42 9.5 2909.95 9.5 2909.36Z" fill="#4D5D69"/>
|
|
321
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 2917.13C9.5 2916.55 9.97259 2916.08 10.5556 2916.08H10.5577C11.1406 2916.08 11.6132 2916.55 11.6132 2917.13C11.6132 2917.72 11.1406 2918.19 10.5577 2918.19H10.5556C9.97259 2918.19 9.5 2917.72 9.5 2917.13Z" fill="#4D5D69"/>
|
|
322
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 2902.25C13.7222 2901.67 14.1948 2901.19 14.7777 2901.19H14.7798C15.3628 2901.19 15.8354 2901.67 15.8354 2902.25C15.8354 2902.83 15.3628 2903.31 14.7798 2903.31H14.7777C14.1948 2903.31 13.7222 2902.83 13.7222 2902.25Z" fill="#4D5D69"/>
|
|
323
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 2910C13.7222 2909.41 14.1948 2908.94 14.7777 2908.94H14.7798C15.3628 2908.94 15.8354 2909.41 15.8354 2910C15.8354 2910.58 15.3628 2911.05 14.7798 2911.05H14.7777C14.1948 2911.05 13.7222 2910.58 13.7222 2910Z" fill="#4D5D69"/>
|
|
324
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 2917.75C13.7222 2917.16 14.1948 2916.69 14.7777 2916.69H14.7798C15.3628 2916.69 15.8354 2917.16 15.8354 2917.75C15.8354 2918.33 15.3628 2918.8 14.7798 2918.8H14.7777C14.1948 2918.8 13.7222 2918.33 13.7222 2917.75Z" fill="#4D5D69"/>
|
|
325
|
-
<path d="M29.0256 2923.68H23.0464L27.7833 2903.83C27.9243 2903.22 28.3385 2902.78 29.0262 2902.78C29.7138 2902.78 30.1448 2903.26 30.2687 2903.83L35.0094 2923.68H29.0256Z" fill="#FBCE28"/>
|
|
326
|
-
<path d="M33.8758 2918.93H24.1812L24.8049 2916.31H33.2515L33.8758 2918.93Z" fill="#4D5D69"/>
|
|
327
|
-
<path d="M32.2872 2912.28H25.7684L26.3589 2909.8H31.6963L32.2872 2912.28Z" fill="#4D5D69"/>
|
|
328
|
-
<path d="M20.0557 2924.84C20.0557 2924.2 20.5755 2923.68 21.2168 2923.68H36.839C37.4803 2923.68 38.0001 2924.2 38.0001 2924.84C38.0001 2925.48 37.4803 2926 36.839 2926H21.2168C20.5755 2926 20.0557 2925.48 20.0557 2924.84Z" fill="#4D5D69"/>
|
|
329
|
-
</g>
|
|
330
|
-
<path d="M9.50005 2955.13C9.50005 2954.55 9.97264 2954.08 10.5556 2954.08C11.1386 2954.08 11.6133 2954.55 11.6133 2955.13C11.6133 2955.72 11.1407 2956.19 10.5577 2956.19C9.97475 2956.19 9.50005 2955.72 9.50005 2955.13Z" fill="#4D5D69"/>
|
|
331
|
-
<path d="M14.7778 2954.69C14.1949 2954.69 13.7223 2955.16 13.7223 2955.75C13.7223 2956.33 14.197 2956.8 14.7799 2956.8C15.3629 2956.8 15.8355 2956.33 15.8355 2955.75C15.8355 2955.16 15.3608 2954.69 14.7778 2954.69Z" fill="#4D5D69"/>
|
|
332
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7664 2929.17C15.2995 2929.18 12.1326 2929.54 9.78736 2930.13C8.59654 2930.42 7.55798 2930.79 6.7917 2931.25C6.09608 2931.66 5.27783 2932.35 5.27783 2933.39V2956.61C5.27783 2957.65 6.09608 2958.34 6.7917 2958.75C7.55798 2959.21 8.59654 2959.58 9.78736 2959.87C12.1852 2960.47 15.4419 2960.83 19.0001 2960.83C22.5582 2960.83 25.8149 2960.47 28.2127 2959.87C29.4036 2959.58 30.4421 2959.21 31.2084 2958.75C31.904 2958.34 32.7223 2957.65 32.7223 2956.61V2946.32C32.047 2946.58 31.341 2946.79 30.6112 2946.92V2948.83C30.5848 2948.87 30.4816 2949 30.1342 2949.21C29.6186 2949.51 28.8021 2949.82 27.7007 2950.1C25.5142 2950.65 22.4375 2951 19.0001 2951C15.5626 2951 12.4859 2950.65 10.2994 2950.1C9.19798 2949.82 8.38155 2949.51 7.86589 2949.21C7.51853 2949 7.41535 2948.87 7.38894 2948.83V2943.59C8.06536 2943.9 8.88239 2944.17 9.78736 2944.4C12.1852 2945 15.4419 2945.36 19.0001 2945.36C20.1031 2945.36 21.1772 2945.32 22.2057 2945.26C21.331 2944.69 20.5371 2944.01 19.8453 2943.24C19.5662 2943.25 19.2844 2943.25 19.0001 2943.25C15.5626 2943.25 12.4859 2942.9 10.2994 2942.35C9.19798 2942.08 8.38155 2941.77 7.86589 2941.46C7.51853 2941.25 7.41535 2941.12 7.38894 2941.08V2935.84C8.06536 2936.16 8.88239 2936.43 9.78736 2936.65C11.7449 2937.14 14.2749 2937.47 17.0739 2937.58C16.9524 2936.9 16.8889 2936.21 16.8889 2935.5C16.8889 2935.48 16.889 2935.47 16.889 2935.46C14.3108 2935.34 12.0272 2935.04 10.2994 2934.6C9.19798 2934.33 8.38155 2934.02 7.86589 2933.71C7.61646 2933.57 7.49293 2933.45 7.43333 2933.39C7.49293 2933.32 7.61646 2933.21 7.86589 2933.06C8.38155 2932.76 9.19798 2932.45 10.2994 2932.17C12.2005 2931.7 14.7746 2931.37 17.6737 2931.3C17.9653 2930.54 18.3326 2929.83 18.7664 2929.17ZM30.6112 2951.34C29.9347 2951.65 29.1177 2951.92 28.2127 2952.15C25.8149 2952.75 22.5582 2953.11 19.0001 2953.11C15.4419 2953.11 12.1852 2952.75 9.78736 2952.15C8.88239 2951.92 8.06536 2951.65 7.38894 2951.34V2956.55C7.41535 2956.6 7.51853 2956.73 7.86589 2956.93C8.38155 2957.24 9.19798 2957.55 10.2994 2957.83C12.4859 2958.37 15.5626 2958.72 19.0001 2958.72C22.4375 2958.72 25.5142 2958.37 27.7007 2957.83C28.8021 2957.55 29.6186 2957.24 30.1342 2956.93C30.4816 2956.73 30.5848 2956.6 30.6112 2956.55V2951.34Z" fill="#4D5D69"/>
|
|
333
|
-
<path d="M9.50005 2939.62C9.50005 2939.03 9.97264 2938.56 10.5556 2938.56C11.1386 2938.56 11.6133 2939.03 11.6133 2939.62C11.6133 2940.2 11.1407 2940.67 10.5577 2940.67C9.97475 2940.67 9.50005 2940.2 9.50005 2939.62Z" fill="#4D5D69"/>
|
|
334
|
-
<path d="M10.5556 2946.31C9.97264 2946.31 9.50005 2946.78 9.50005 2947.36C9.50005 2947.95 9.97475 2948.42 10.5577 2948.42C11.1407 2948.42 11.6133 2947.95 11.6133 2947.36C11.6133 2946.78 11.1386 2946.31 10.5556 2946.31Z" fill="#4D5D69"/>
|
|
335
|
-
<path d="M14.7778 2939.19C14.1949 2939.19 13.7223 2939.67 13.7223 2940.25C13.7223 2940.83 14.197 2941.31 14.7799 2941.31C15.3629 2941.31 15.8355 2940.83 15.8355 2940.25C15.8355 2939.67 15.3608 2939.19 14.7778 2939.19Z" fill="#4D5D69"/>
|
|
336
|
-
<path d="M13.7223 2948C13.7223 2947.41 14.1949 2946.94 14.7778 2946.94C15.3608 2946.94 15.8355 2947.41 15.8355 2948C15.8355 2948.58 15.3629 2949.05 14.7799 2949.05C14.197 2949.05 13.7223 2948.58 13.7223 2948Z" fill="#4D5D69"/>
|
|
337
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 2935.5C38 2940.75 33.7467 2945 28.5 2945C23.2533 2945 19 2940.75 19 2935.5C19 2930.25 23.2533 2926 28.5 2926C33.7467 2926 38 2930.25 38 2935.5ZM28.5 2939.72C30.8319 2939.72 32.7222 2937.83 32.7222 2935.5C32.7222 2933.17 30.8319 2931.28 28.5 2931.28C26.1681 2931.28 24.2778 2933.17 24.2778 2935.5C24.2778 2937.83 26.1681 2939.72 28.5 2939.72Z" fill="#239332"/>
|
|
338
|
-
<path d="M9 2974C11.6892 2974.61 14.4332 2974.94 17.19 2975C17.3419 2974.58 17.5824 2974.21 17.8949 2973.89C18.2075 2973.58 18.5845 2973.33 19 2973.18V2973C15.6318 2973.07 12.2689 2972.69 9 2971.88V2974Z" fill="#565656"/>
|
|
339
|
-
<path d="M31 2983V2986.92C30.52 2987.68 26.17 2989 19 2989C15.6318 2989.07 12.2689 2988.69 9 2987.88V2990C12.2872 2990.7 15.6403 2991.03 19 2991C20.07 2991 27.39 2990.94 31 2989.27V2994.93C30.49 2995.69 26.14 2997 19 2997C11.86 2997 7.51 2995.69 7 2994.93V2971.07C7.51 2970.31 11.86 2969 19 2969V2968C19.0027 2967.66 19.0636 2967.32 19.18 2967H19C17.57 2967 5 2967.11 5 2971V2995C5 2998.89 17.57 2999 19 2999C20.43 2999 33 2998.89 33 2995V2983H31Z" fill="#565656"/>
|
|
340
|
-
<path d="M9 2982C11.6268 2982.6 14.3067 2982.93 17 2983V2981C14.3005 2980.95 11.6159 2980.59 9 2979.92V2982ZM28 2985H20C19.7348 2985 19.4804 2984.89 19.2929 2984.71C19.1054 2984.52 19 2984.27 19 2984V2976C19 2975.73 19.1054 2975.48 19.2929 2975.29C19.4804 2975.11 19.7348 2975 20 2975H28C28.2652 2975 28.5196 2975.11 28.7071 2975.29C28.8946 2975.48 29 2975.73 29 2976V2984C29 2984.27 28.8946 2984.52 28.7071 2984.71C28.5196 2984.89 28.2652 2985 28 2985ZM21 2983H27V2977H21V2983Z" fill="#565656"/>
|
|
341
|
-
<path d="M34 2981H28.17V2979H33V2973H27V2975.83H25V2972C25 2971.73 25.1054 2971.48 25.2929 2971.29C25.4804 2971.11 25.7348 2971 26 2971H34C34.2652 2971 34.5196 2971.11 34.7071 2971.29C34.8946 2971.48 35 2971.73 35 2972V2980C35 2980.27 34.8946 2980.52 34.7071 2980.71C34.5196 2980.89 34.2652 2981 34 2981Z" fill="#565656"/>
|
|
342
|
-
<path d="M26.12 2977H22C21.7348 2977 21.4804 2976.89 21.2929 2976.71C21.1054 2976.52 21 2976.27 21 2976V2968C21 2967.73 21.1054 2967.48 21.2929 2967.29C21.4804 2967.11 21.7348 2967 22 2967H30C30.2652 2967 30.5196 2967.11 30.7071 2967.29C30.8946 2967.48 31 2967.73 31 2968V2971.83H29V2969H23V2975H26.12V2977Z" fill="#565656"/>
|
|
343
|
-
<path d="M9.50005 3031.13C9.50005 3030.55 9.97264 3030.08 10.5556 3030.08C11.1386 3030.08 11.6133 3030.55 11.6133 3031.13C11.6133 3031.72 11.1407 3032.19 10.5577 3032.19C9.97475 3032.19 9.50005 3031.72 9.50005 3031.13Z" fill="#4D5D69"/>
|
|
344
|
-
<path d="M14.7778 3030.69C14.1949 3030.69 13.7223 3031.16 13.7223 3031.75C13.7223 3032.33 14.197 3032.8 14.7799 3032.8C15.3629 3032.8 15.8355 3032.33 15.8355 3031.75C15.8355 3031.16 15.3608 3030.69 14.7778 3030.69Z" fill="#4D5D69"/>
|
|
345
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7664 3005.17C15.2995 3005.18 12.1326 3005.54 9.78736 3006.13C8.59654 3006.42 7.55798 3006.79 6.7917 3007.25C6.09608 3007.66 5.27783 3008.35 5.27783 3009.39V3032.61C5.27783 3033.65 6.09608 3034.34 6.7917 3034.75C7.55798 3035.21 8.59654 3035.58 9.78736 3035.87C12.1852 3036.47 15.4419 3036.83 19.0001 3036.83C22.5582 3036.83 25.8149 3036.47 28.2127 3035.87C29.4036 3035.58 30.4421 3035.21 31.2084 3034.75C31.904 3034.34 32.7223 3033.65 32.7223 3032.61V3022.32C32.047 3022.58 31.341 3022.79 30.6112 3022.92V3024.83C30.5848 3024.87 30.4816 3025 30.1342 3025.21C29.6186 3025.51 28.8021 3025.82 27.7007 3026.1C25.5142 3026.65 22.4375 3027 19.0001 3027C15.5626 3027 12.4859 3026.65 10.2994 3026.1C9.19798 3025.82 8.38155 3025.51 7.86589 3025.21C7.51853 3025 7.41535 3024.87 7.38894 3024.83V3019.59C8.06536 3019.9 8.88239 3020.17 9.78736 3020.4C12.1852 3021 15.4419 3021.36 19.0001 3021.36C20.1031 3021.36 21.1772 3021.32 22.2057 3021.26C21.331 3020.69 20.5371 3020.01 19.8453 3019.24C19.5662 3019.25 19.2844 3019.25 19.0001 3019.25C15.5626 3019.25 12.4859 3018.9 10.2994 3018.35C9.19798 3018.08 8.38155 3017.77 7.86589 3017.46C7.51853 3017.25 7.41535 3017.12 7.38894 3017.08V3011.84C8.06536 3012.16 8.88239 3012.43 9.78736 3012.65C11.7449 3013.14 14.2749 3013.47 17.0739 3013.58C16.9524 3012.9 16.8889 3012.21 16.8889 3011.5C16.8889 3011.48 16.889 3011.47 16.889 3011.46C14.3108 3011.34 12.0272 3011.04 10.2994 3010.6C9.19798 3010.33 8.38155 3010.02 7.86589 3009.71C7.61646 3009.57 7.49293 3009.45 7.43333 3009.39C7.49293 3009.32 7.61646 3009.21 7.86589 3009.06C8.38155 3008.76 9.19798 3008.45 10.2994 3008.17C12.2005 3007.7 14.7746 3007.37 17.6737 3007.3C17.9653 3006.54 18.3326 3005.83 18.7664 3005.17ZM30.6112 3027.34C29.9347 3027.65 29.1177 3027.92 28.2127 3028.15C25.8149 3028.75 22.5582 3029.11 19.0001 3029.11C15.4419 3029.11 12.1852 3028.75 9.78736 3028.15C8.88239 3027.92 8.06536 3027.65 7.38894 3027.34V3032.55C7.41535 3032.6 7.51853 3032.73 7.86589 3032.93C8.38155 3033.24 9.19798 3033.55 10.2994 3033.83C12.4859 3034.37 15.5626 3034.72 19.0001 3034.72C22.4375 3034.72 25.5142 3034.37 27.7007 3033.83C28.8021 3033.55 29.6186 3033.24 30.1342 3032.93C30.4816 3032.73 30.5848 3032.6 30.6112 3032.55V3027.34Z" fill="#4D5D69"/>
|
|
346
|
-
<path d="M9.50005 3015.62C9.50005 3015.03 9.97264 3014.56 10.5556 3014.56C11.1386 3014.56 11.6133 3015.03 11.6133 3015.62C11.6133 3016.2 11.1407 3016.67 10.5577 3016.67C9.97475 3016.67 9.50005 3016.2 9.50005 3015.62Z" fill="#4D5D69"/>
|
|
347
|
-
<path d="M10.5556 3022.31C9.97264 3022.31 9.50005 3022.78 9.50005 3023.36C9.50005 3023.95 9.97475 3024.42 10.5577 3024.42C11.1407 3024.42 11.6133 3023.95 11.6133 3023.36C11.6133 3022.78 11.1386 3022.31 10.5556 3022.31Z" fill="#4D5D69"/>
|
|
348
|
-
<path d="M14.7778 3015.19C14.1949 3015.19 13.7223 3015.67 13.7223 3016.25C13.7223 3016.83 14.197 3017.31 14.7799 3017.31C15.3629 3017.31 15.8355 3016.83 15.8355 3016.25C15.8355 3015.67 15.3608 3015.19 14.7778 3015.19Z" fill="#4D5D69"/>
|
|
349
|
-
<path d="M13.7223 3024C13.7223 3023.41 14.1949 3022.94 14.7778 3022.94C15.3608 3022.94 15.8355 3023.41 15.8355 3024C15.8355 3024.58 15.3629 3025.05 14.7799 3025.05C14.197 3025.05 13.7223 3024.58 13.7223 3024Z" fill="#4D5D69"/>
|
|
350
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 3011.5C38 3016.75 33.7467 3021 28.5 3021C23.2533 3021 19 3016.75 19 3011.5C19 3006.25 23.2533 3002 28.5 3002C33.7467 3002 38 3006.25 38 3011.5ZM28.5 3015.72C30.8319 3015.72 32.7222 3013.83 32.7222 3011.5C32.7222 3009.17 30.8319 3007.28 28.5 3007.28C26.1681 3007.28 24.2778 3009.17 24.2778 3011.5C24.2778 3013.83 26.1681 3015.72 28.5 3015.72Z" fill="#EA3223"/>
|
|
351
|
-
</g>
|
|
352
|
-
<defs>
|
|
353
|
-
<clipPath id="clip0_2038_743">
|
|
354
|
-
<rect width="38" height="3040" fill="white"/>
|
|
355
|
-
</clipPath>
|
|
356
|
-
<clipPath id="clip1_2038_743">
|
|
357
|
-
<rect width="38" height="38" fill="white" transform="translate(0 2888)"/>
|
|
358
|
-
</clipPath>
|
|
359
|
-
</defs>
|
|
360
|
-
</svg>
|
|
1
|
+
<svg width="38" height="3040" viewBox="0 0 38 3040" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2038_743)">
|
|
3
|
+
<path d="M16 28C16 28.5933 16.1759 29.1734 16.5056 29.6667C16.8352 30.1601 17.3038 30.5446 17.8519 30.7716C18.4001 30.9987 19.0033 31.0581 19.5853 30.9424C20.1672 30.8266 20.7018 30.5409 21.1213 30.1213C21.5409 29.7018 21.8266 29.1672 21.9424 28.5853C22.0581 28.0033 21.9987 27.4001 21.7716 26.8519C21.5446 26.3038 21.1601 25.8352 20.6667 25.5056C20.1734 25.1759 19.5933 25 19 25C18.2044 25 17.4413 25.3161 16.8787 25.8787C16.3161 26.4413 16 27.2044 16 28ZM20 28C20 28.1978 19.9414 28.3911 19.8315 28.5556C19.7216 28.72 19.5654 28.8482 19.3827 28.9239C19.2 28.9996 18.9989 29.0194 18.8049 28.9808C18.6109 28.9422 18.4327 28.847 18.2929 28.7071C18.153 28.5673 18.0578 28.3891 18.0192 28.1951C17.9806 28.0011 18.0004 27.8 18.0761 27.6173C18.1518 27.4346 18.28 27.2784 18.4444 27.1685C18.6089 27.0586 18.8022 27 19 27C19.2652 27 19.5196 27.1054 19.7071 27.2929C19.8946 27.4804 20 27.7348 20 28ZM13 11H19V13H13V11ZM13 7H19V9H13V7Z" fill="#565656"/>
|
|
4
|
+
<path d="M27 19V33H11V5.00004H25V3.00004H10.35C9.99802 2.99733 9.65911 3.13321 9.4065 3.37834C9.15389 3.62346 9.00787 3.95814 9 4.31004V35H29V19H27Z" fill="#565656"/>
|
|
5
|
+
<path d="M37 7H31V1H27V7H21V11H27V17H31V11H37V7Z" fill="#59A011"/>
|
|
6
|
+
<path d="M16 63H4C3.73478 63 3.48043 62.8946 3.29289 62.7071C3.10536 62.5196 3 62.2652 3 62V50C3 49.7348 3.10536 49.4804 3.29289 49.2929C3.48043 49.1054 3.73478 49 4 49H16C16.2652 49 16.5196 49.1054 16.7071 49.2929C16.8946 49.4804 17 49.7348 17 50V62C17 62.2652 16.8946 62.5196 16.7071 62.7071C16.5196 62.8946 16.2652 63 16 63ZM5 61H15V51H5V61Z" fill="#565656"/>
|
|
7
|
+
<path d="M7 50V43H17V46H19V42C19 41.7348 18.8946 41.4804 18.7071 41.2929C18.5196 41.1054 18.2652 41 18 41H6C5.73478 41 5.48043 41.1054 5.29289 41.2929C5.10536 41.4804 5 41.7348 5 42V50H7Z" fill="#565656"/>
|
|
8
|
+
<path d="M25 51H27V46C27 45.7348 26.8946 45.4804 26.7071 45.2929C26.5196 45.1054 26.2652 45 26 45H14C13.7348 45 13.4804 45.1054 13.2929 45.2929C13.1054 45.4804 13 45.7348 13 46V50H15V47H25V51ZM33 73H21C20.4696 73 19.9609 72.7893 19.5858 72.4142C19.2107 72.0391 19 71.5304 19 71V55C19 54.4696 19.2107 53.9609 19.5858 53.5858C19.9609 53.2107 20.4696 53 21 53H33C33.5304 53 34.0391 53.2107 34.4142 53.5858C34.7893 53.9609 35 54.4696 35 55V71C35 71.5304 34.7893 72.0391 34.4142 72.4142C34.0391 72.7893 33.5304 73 33 73ZM21 55V71H33V55H21Z" fill="#565656"/>
|
|
9
|
+
<path d="M23 61H31V63H23V61ZM23 57H31V59H23V57ZM23 65H29V67H23V65Z" fill="#565656"/>
|
|
10
|
+
<path d="M7 83H19V85H7V83ZM7 87H19V89H7V87ZM13 103C13.1978 103 13.3911 103.059 13.5556 103.169C13.72 103.278 13.8482 103.435 13.9239 103.617C13.9996 103.8 14.0194 104.001 13.9808 104.195C13.9422 104.389 13.847 104.567 13.7071 104.707C13.5673 104.847 13.3891 104.942 13.1951 104.981C13.0011 105.019 12.8 105 12.6173 104.924C12.4346 104.848 12.2784 104.72 12.1685 104.556C12.0586 104.391 12 104.198 12 104C12 103.735 12.1054 103.48 12.2929 103.293C12.4804 103.105 12.7348 103 13 103ZM13 101C12.4067 101 11.8266 101.176 11.3333 101.506C10.8399 101.835 10.4554 102.304 10.2284 102.852C10.0013 103.4 9.94189 104.003 10.0576 104.585C10.1734 105.167 10.4591 105.702 10.8787 106.121C11.2982 106.541 11.8328 106.827 12.4147 106.942C12.9967 107.058 13.5999 106.999 14.1481 106.772C14.6962 106.545 15.1648 106.16 15.4944 105.667C15.8241 105.173 16 104.593 16 104C16 103.204 15.6839 102.441 15.1213 101.879C14.5587 101.316 13.7956 101 13 101Z" fill="#565656"/>
|
|
11
|
+
<path d="M21.65 78.9999H4.35C4.17534 78.9973 4.00186 79.029 3.83949 79.0935C3.67711 79.1579 3.52901 79.2536 3.40365 79.3753C3.27828 79.4969 3.17811 79.6421 3.10885 79.8024C3.0396 79.9628 3.00261 80.1352 3 80.3099V111H23V80.3099C22.9974 80.1352 22.9604 79.9628 22.8911 79.8024C22.8219 79.6421 22.7217 79.4969 22.5964 79.3753C22.471 79.2536 22.3229 79.1579 22.1605 79.0935C21.9981 79.029 21.8247 78.9973 21.65 78.9999ZM21 109H5V80.9999H21V109Z" fill="#565656"/>
|
|
12
|
+
<path d="M27.81 107H21V93H27.81C28.656 93 29.4674 93.3361 30.0657 93.9343C30.6639 94.5326 31 95.344 31 96.19V103.81C31 104.656 30.6639 105.467 30.0657 106.066C29.4674 106.664 28.656 107 27.81 107ZM23 105H27.81C27.9663 105 28.121 104.969 28.2654 104.909C28.4098 104.85 28.541 104.762 28.6515 104.651C28.762 104.541 28.8496 104.41 28.9094 104.265C28.9692 104.121 29 103.966 29 103.81V96.19C29 96.0337 28.9692 95.879 28.9094 95.7346C28.8496 95.5902 28.762 95.459 28.6515 95.3485C28.541 95.238 28.4098 95.1504 28.2654 95.0906C28.121 95.0308 27.9663 95 27.81 95H23V105Z" fill="#565656"/>
|
|
13
|
+
<path d="M30 99H35V101H30V99Z" fill="#565656"/>
|
|
14
|
+
<path d="M21 147H5V119H21V127H23V118.31C22.9974 118.135 22.9604 117.963 22.8911 117.802C22.8219 117.642 22.7217 117.497 22.5964 117.375C22.471 117.254 22.3229 117.158 22.1605 117.093C21.9981 117.029 21.8247 116.997 21.65 117H4.35C4.17534 116.997 4.00186 117.029 3.83949 117.093C3.67711 117.158 3.52901 117.254 3.40365 117.375C3.27828 117.497 3.17811 117.642 3.10885 117.802C3.0396 117.963 3.00261 118.135 3 118.31V149H23V147H21Z" fill="#565656"/>
|
|
15
|
+
<path d="M7 121H19V123H7V121ZM7 125H19V127H7V125ZM13 141C13.1978 141 13.3911 141.059 13.5556 141.169C13.72 141.278 13.8482 141.435 13.9239 141.617C13.9996 141.8 14.0194 142.001 13.9808 142.195C13.9422 142.389 13.847 142.567 13.7071 142.707C13.5673 142.847 13.3891 142.942 13.1951 142.981C13.0011 143.019 12.8 143 12.6173 142.924C12.4346 142.848 12.2784 142.72 12.1685 142.556C12.0586 142.391 12 142.198 12 142C12 141.735 12.1054 141.48 12.2929 141.293C12.4804 141.105 12.7348 141 13 141ZM13 139C12.4067 139 11.8266 139.176 11.3333 139.506C10.8399 139.835 10.4554 140.304 10.2284 140.852C10.0013 141.4 9.94189 142.003 10.0576 142.585C10.1734 143.167 10.4591 143.702 10.8787 144.121C11.2982 144.541 11.8328 144.827 12.4147 144.942C12.9967 145.058 13.5999 144.999 14.1481 144.772C14.6962 144.545 15.1648 144.16 15.4944 143.667C15.8241 143.173 16 142.593 16 142C16 141.204 15.6839 140.441 15.1213 139.879C14.5587 139.316 13.7956 139 13 139Z" fill="#565656"/>
|
|
16
|
+
<path d="M21 141.81V135H35V141.81C35 142.229 34.9175 142.644 34.7572 143.031C34.5969 143.418 34.3619 143.769 34.0657 144.066C33.7695 144.362 33.4178 144.597 33.0308 144.757C32.6437 144.917 32.2289 145 31.81 145H24.19C23.344 145 22.5326 144.664 21.9343 144.066C21.3361 143.467 21 142.656 21 141.81ZM23 137V141.81C23 141.966 23.0308 142.121 23.0906 142.265C23.1504 142.41 23.238 142.541 23.3485 142.651C23.459 142.762 23.5902 142.85 23.7346 142.909C23.879 142.969 24.0337 143 24.19 143H31.81C31.9663 143 32.121 142.969 32.2654 142.909C32.4098 142.85 32.541 142.762 32.6515 142.651C32.762 142.541 32.8496 142.41 32.9094 142.265C32.9692 142.121 33 141.966 33 141.81V137H23Z" fill="#565656"/>
|
|
17
|
+
<path d="M27 144H29V149H27V144ZM32 129C32.2652 129 32.5196 129.105 32.7071 129.293C32.8946 129.48 33 129.735 33 130V135H31V130C31 129.735 31.1054 129.48 31.2929 129.293C31.4804 129.105 31.7348 129 32 129ZM24 129C24.2652 129 24.5196 129.105 24.7071 129.293C24.8946 129.48 25 129.735 25 130V135H23V130C23 129.735 23.1054 129.48 23.2929 129.293C23.4804 129.105 23.7348 129 24 129Z" fill="#565656"/>
|
|
18
|
+
<path d="M13 159H25V161H13V159ZM13 163H25V165H13V163Z" fill="#565656"/>
|
|
19
|
+
<path d="M7.57 167H3V175L7.57 167Z" fill="#565656"/>
|
|
20
|
+
<path d="M12.16 167H7.59002L3.02002 175H7.59002L12.16 167Z" fill="#FAC400"/>
|
|
21
|
+
<path d="M16.7298 167H12.1598L7.58984 175H12.1598L16.7298 167Z" fill="#565656"/>
|
|
22
|
+
<path d="M21.3002 167H16.7302L12.1602 175H16.7302L21.3002 167Z" fill="#FAC400"/>
|
|
23
|
+
<path d="M25.86 167H21.3L16.73 175H21.3L25.86 167Z" fill="#565656"/>
|
|
24
|
+
<path d="M30.4298 167H25.8598L21.2998 175H25.8598L30.4298 167Z" fill="#FAC400"/>
|
|
25
|
+
<path d="M34.9999 167H30.4299L25.8599 175H30.4299L34.9999 167Z" fill="#565656"/>
|
|
26
|
+
<path d="M34.9802 167L30.4102 175H34.9802V167Z" fill="#FAC400"/>
|
|
27
|
+
<path d="M27.24 179.17C27.3716 179.169 27.5021 179.194 27.6239 179.244C27.7457 179.294 27.8566 179.367 27.95 179.46C28.0437 179.553 28.1181 179.664 28.1689 179.785C28.2197 179.907 28.2458 180.038 28.2458 180.17C28.2458 180.302 28.2197 180.433 28.1689 180.555C28.1181 180.676 28.0437 180.787 27.95 180.88L25.83 183L28 185.12C28.0937 185.213 28.1681 185.324 28.2189 185.445C28.2697 185.567 28.2958 185.698 28.2958 185.83C28.2958 185.962 28.2697 186.093 28.2189 186.215C28.1681 186.336 28.0937 186.447 28 186.54C27.8126 186.726 27.5592 186.831 27.295 186.831C27.0308 186.831 26.7774 186.726 26.59 186.54L23 183L26.54 179.46C26.7263 179.275 26.9777 179.171 27.24 179.17Z" fill="#565656"/>
|
|
28
|
+
<path d="M24.7998 182H34.2398C34.505 182 34.7594 182.105 34.9469 182.293C35.1344 182.48 35.2398 182.735 35.2398 183C35.2398 183.265 35.1344 183.52 34.9469 183.707C34.7594 183.895 34.505 184 34.2398 184H24.7998C24.5346 184 24.2802 183.895 24.0927 183.707C23.9052 183.52 23.7998 183.265 23.7998 183C23.7998 182.735 23.9052 182.48 24.0927 182.293C24.2802 182.105 24.5346 182 24.7998 182Z" fill="#565656"/>
|
|
29
|
+
<path d="M21 185H11V157H27V177H29V156.31C28.9974 156.135 28.9604 155.963 28.8911 155.802C28.8219 155.642 28.7217 155.497 28.5964 155.375C28.471 155.254 28.3229 155.158 28.1605 155.093C27.9981 155.029 27.8247 154.997 27.65 155H10.35C10.1753 154.997 10.0019 155.029 9.83949 155.093C9.67711 155.158 9.52901 155.254 9.40365 155.375C9.27828 155.497 9.17811 155.642 9.10885 155.802C9.0396 155.963 9.00261 156.135 9 156.31V187H21V185Z" fill="#565656"/>
|
|
30
|
+
<path d="M13 197H25V199H13V197ZM13 201H25V203H13V201Z" fill="#565656"/>
|
|
31
|
+
<path d="M7.57 205H3V213L7.57 205Z" fill="#565656"/>
|
|
32
|
+
<path d="M12.16 205H7.59002L3.02002 213H7.59002L12.16 205Z" fill="#FAC400"/>
|
|
33
|
+
<path d="M16.7298 205H12.1598L7.58984 213H12.1598L16.7298 205Z" fill="#565656"/>
|
|
34
|
+
<path d="M21.3002 205H16.7302L12.1602 213H16.7302L21.3002 205Z" fill="#FAC400"/>
|
|
35
|
+
<path d="M25.86 205H21.3L16.73 213H21.3L25.86 205Z" fill="#565656"/>
|
|
36
|
+
<path d="M30.4298 205H25.8598L21.2998 213H25.8598L30.4298 205Z" fill="#FAC400"/>
|
|
37
|
+
<path d="M34.9999 205H30.4299L25.8599 213H30.4299L34.9999 205Z" fill="#565656"/>
|
|
38
|
+
<path d="M34.9802 205L30.4102 213H34.9802V205Z" fill="#FAC400"/>
|
|
39
|
+
<path d="M30.9999 224.83C30.8683 224.831 30.7379 224.806 30.616 224.756C30.4942 224.706 30.3834 224.633 30.2899 224.54C30.1962 224.447 30.1218 224.337 30.071 224.215C30.0203 224.093 29.9941 223.962 29.9941 223.83C29.9941 223.698 30.0203 223.567 30.071 223.446C30.1218 223.324 30.1962 223.213 30.2899 223.12L32.4099 221L30.2899 218.88C30.1016 218.692 29.9958 218.436 29.9958 218.17C29.9958 217.904 30.1016 217.648 30.2899 217.46C30.4782 217.272 30.7336 217.166 30.9999 217.166C31.2662 217.166 31.5216 217.272 31.7099 217.46L35.2399 221L31.7099 224.54C31.6165 224.633 31.5057 224.706 31.3838 224.756C31.262 224.806 31.1315 224.831 30.9999 224.83Z" fill="#565656"/>
|
|
40
|
+
<path d="M33.44 222H24C23.7348 222 23.4804 221.895 23.2929 221.707C23.1054 221.52 23 221.265 23 221C23 220.735 23.1054 220.48 23.2929 220.293C23.4804 220.105 23.7348 220 24 220H33.44C33.7052 220 33.9596 220.105 34.1471 220.293C34.3346 220.48 34.44 220.735 34.44 221C34.44 221.265 34.3346 221.52 34.1471 221.707C33.9596 221.895 33.7052 222 33.44 222Z" fill="#565656"/>
|
|
41
|
+
<path d="M21 223H11V195H27V215H29V194.31C28.9974 194.135 28.9604 193.963 28.8911 193.802C28.8219 193.642 28.7217 193.497 28.5964 193.375C28.471 193.254 28.3229 193.158 28.1605 193.093C27.9981 193.029 27.8247 192.997 27.65 193H10.35C10.1753 192.997 10.0019 193.029 9.83949 193.093C9.67711 193.158 9.52901 193.254 9.40365 193.375C9.27828 193.497 9.17811 193.642 9.10885 193.802C9.0396 193.963 9.00261 194.135 9 194.31V225H21V223Z" fill="#565656"/>
|
|
42
|
+
<path d="M7 235H19V237H7V235ZM7 239H19V241H7V239ZM13 255C13.1978 255 13.3911 255.059 13.5556 255.169C13.72 255.278 13.8482 255.435 13.9239 255.617C13.9996 255.8 14.0194 256.001 13.9808 256.195C13.9422 256.389 13.847 256.567 13.7071 256.707C13.5673 256.847 13.3891 256.942 13.1951 256.981C13.0011 257.019 12.8 257 12.6173 256.924C12.4346 256.848 12.2784 256.72 12.1685 256.556C12.0586 256.391 12 256.198 12 256C12 255.735 12.1054 255.48 12.2929 255.293C12.4804 255.105 12.7348 255 13 255ZM13 253C12.4067 253 11.8266 253.176 11.3333 253.506C10.8399 253.835 10.4554 254.304 10.2284 254.852C10.0013 255.4 9.94189 256.003 10.0576 256.585C10.1734 257.167 10.4591 257.702 10.8787 258.121C11.2982 258.541 11.8328 258.827 12.4147 258.942C12.9967 259.058 13.5999 258.999 14.1481 258.772C14.6962 258.545 15.1648 258.16 15.4944 257.667C15.8241 257.173 16 256.593 16 256C16 255.204 15.6839 254.441 15.1213 253.879C14.5587 253.316 13.7956 253 13 253Z" fill="#565656"/>
|
|
43
|
+
<path d="M17.1 261H5V233H21V245H23V232.31C22.9974 232.135 22.9604 231.963 22.8911 231.802C22.8219 231.642 22.7217 231.497 22.5964 231.375C22.471 231.254 22.3229 231.158 22.1605 231.093C21.9981 231.029 21.8247 230.997 21.65 231H4.35C4.17534 230.997 4.00186 231.029 3.83949 231.093C3.67711 231.158 3.52901 231.254 3.40365 231.375C3.27828 231.497 3.17811 231.642 3.10885 231.802C3.0396 231.963 3.00261 232.135 3 232.31V263H18C17.5509 262.411 17.243 261.727 17.1 261Z" fill="#565656"/>
|
|
44
|
+
<path d="M23 257V261H22C21.7348 261 21.4804 260.895 21.2929 260.707C21.1054 260.52 21 260.265 21 260V249H28C28.2652 249 28.5196 249.105 28.7071 249.293C28.8946 249.48 29 249.735 29 250V257H31V250C31 249.204 30.6839 248.441 30.1213 247.879C29.5587 247.316 28.7956 247 28 247H18C17.2044 247 16.4413 247.316 15.8787 247.879C15.3161 248.441 15 249.204 15 250V251H17V250C17 249.735 17.1054 249.48 17.2929 249.293C17.4804 249.105 17.7348 249 18 249H19V260C19 260.796 19.3161 261.559 19.8787 262.121C20.4413 262.684 21.2044 263 22 263H32C32.7956 263 33.5587 262.684 34.1213 262.121C34.6839 261.559 35 260.796 35 260V257H23ZM33 260C33 260.265 32.8946 260.52 32.7071 260.707C32.5196 260.895 32.2652 261 32 261H25V259H33V260Z" fill="#565656"/>
|
|
45
|
+
<path d="M13 273H25V275H13V273ZM13 277H25V279H13V277ZM22 294C21.9976 293.476 21.8577 292.961 21.5944 292.507C21.331 292.054 20.9533 291.677 20.499 291.415C20.0447 291.153 19.5297 291.015 19.0052 291.014C18.4807 291.013 17.9652 291.15 17.51 291.41C18.1232 291.771 18.593 292.333 18.84 293C18.8932 292.994 18.9468 292.994 19 293C19.2652 293 19.5196 293.105 19.7071 293.293C19.8946 293.48 20 293.735 20 294C20 294.265 19.8946 294.52 19.7071 294.707C19.5196 294.895 19.2652 295 19 295H18.94C18.8704 295.682 18.7193 296.354 18.49 297C18.6597 297.015 18.8303 297.015 19 297C19.7956 297 20.5587 296.684 21.1213 296.121C21.6839 295.559 22 294.796 22 294Z" fill="#565656"/>
|
|
46
|
+
<path d="M27.65 269H10.35C10.1753 268.997 10.0019 269.029 9.83949 269.093C9.67711 269.158 9.52901 269.254 9.40365 269.375C9.27828 269.497 9.17811 269.642 9.10885 269.802C9.0396 269.963 9.00261 270.135 9 270.31V285.06H9.61C9.6355 284.305 9.95062 283.589 10.49 283.06C10.6438 282.904 10.8149 282.767 11 282.65V271H27V299H17.48C16.9714 299.756 16.351 300.43 15.64 301H29V270.31C28.9974 270.135 28.9604 269.963 28.8911 269.802C28.8219 269.642 28.7217 269.497 28.5964 269.375C28.471 269.254 28.3229 269.158 28.1605 269.093C27.9981 269.029 27.8247 268.997 27.65 269Z" fill="#565656"/>
|
|
47
|
+
<path d="M16 293C15.7348 293 15.4804 293.105 15.2929 293.293C15.1054 293.48 15 293.735 15 294C15 294.989 14.7068 295.956 14.1574 296.778C13.6079 297.6 12.8271 298.241 11.9134 298.619C10.9998 298.998 9.99446 299.097 9.02455 298.904C8.05465 298.711 7.16373 298.235 6.46447 297.535C5.76521 296.836 5.289 295.945 5.09608 294.975C4.90315 294.005 5.00217 293 5.38061 292.086C5.75904 291.173 6.39991 290.392 7.22215 289.843C8.0444 289.293 9.0111 289 10 289H13L11.9 290.13C11.7953 290.22 11.7103 290.33 11.6503 290.454C11.5903 290.578 11.5565 290.713 11.5512 290.851C11.5459 290.989 11.5691 291.126 11.6194 291.254C11.6696 291.383 11.7459 291.499 11.8434 291.597C11.9408 291.694 12.0574 291.77 12.1857 291.821C12.314 291.871 12.4513 291.894 12.5891 291.889C12.7268 291.883 12.8619 291.85 12.986 291.79C13.11 291.73 13.2204 291.645 13.31 291.54L16.14 288.71C16.3263 288.523 16.4308 288.269 16.4308 288.005C16.4308 287.741 16.3263 287.487 16.14 287.3L13.31 284.47C13.2204 284.365 13.11 284.28 12.986 284.22C12.8619 284.16 12.7268 284.126 12.5891 284.121C12.4513 284.116 12.314 284.139 12.1857 284.189C12.0574 284.24 11.9408 284.316 11.8434 284.413C11.7459 284.511 11.6696 284.627 11.6194 284.756C11.5691 284.884 11.5459 285.021 11.5512 285.159C11.5565 285.297 11.5903 285.432 11.6503 285.556C11.7103 285.68 11.7953 285.79 11.9 285.88L13 287H10C8.61553 287 7.26216 287.41 6.11101 288.18C4.95987 288.949 4.06266 290.042 3.53285 291.321C3.00303 292.6 2.86441 294.008 3.13451 295.366C3.4046 296.723 4.07129 297.971 5.05026 298.95C6.02922 299.929 7.2765 300.595 8.63437 300.865C9.99224 301.135 11.3997 300.997 12.6788 300.467C13.9579 299.937 15.0511 299.04 15.8203 297.889C16.5895 296.738 17 295.384 17 294C17 293.735 16.8946 293.48 16.7071 293.293C16.5196 293.105 16.2652 293 16 293Z" fill="#565656"/>
|
|
48
|
+
<path d="M13.9978 313.368L8.54597 318.82C8.15545 319.21 8.15545 319.843 8.54597 320.234L8.94902 320.637C9.33955 321.028 9.97271 321.028 10.3632 320.637L15.815 315.185C16.2056 314.795 16.2056 314.162 15.815 313.771L15.412 313.368C15.0215 312.977 14.3883 312.977 13.9978 313.368Z" fill="#565656"/>
|
|
49
|
+
<path d="M24.9999 323V322.45L24.3499 321.8L24.9799 321.17V317H24.3599C24.4552 317.483 24.4302 317.981 24.2872 318.452C24.1442 318.923 23.8875 319.352 23.5399 319.7L21.5399 321.7L32.9999 333.28V337H29.8599L28.0899 335.24V332.44H24.4099V329.44H19.7999L16.7999 326.44L14.9999 328.31C14.4374 328.872 13.6749 329.187 12.8799 329.187C12.0849 329.187 11.3224 328.872 10.7599 328.31L5.49991 323C4.93811 322.437 4.62255 321.675 4.62255 320.88C4.62255 320.085 4.93811 319.322 5.49991 318.76L14.0599 310.2C14.6224 309.638 15.3849 309.323 16.1799 309.323C16.9749 309.323 17.7374 309.638 18.2999 310.2L18.9999 310.9V309H19.8699L19.7099 308.84C18.7723 307.903 17.5007 307.376 16.1749 307.376C14.8491 307.376 13.5775 307.903 12.6399 308.84L4.08991 317.39C3.15255 318.328 2.62598 319.599 2.62598 320.925C2.62598 322.251 3.15255 323.522 4.08991 324.46L9.34991 329.72C10.2875 330.657 11.5591 331.184 12.8849 331.184C14.2107 331.184 15.4823 330.657 16.4199 329.72L16.8199 329.32L18.9999 331.48H22.4399V334.48H26.1299V336.11L28.9999 339H34.9999V332.45L25.5499 323H24.9999Z" fill="#565656"/>
|
|
50
|
+
<path d="M37 311H31V305H27V311H21V315H27V321H31V315H37V311Z" fill="#59A011"/>
|
|
51
|
+
<path d="M14.0051 351.365L8.5533 356.817C8.16277 357.208 8.16277 357.841 8.5533 358.231L8.95635 358.634C9.34687 359.025 9.98004 359.025 10.3706 358.634L15.8224 353.183C16.2129 352.792 16.2129 352.159 15.8224 351.768L15.4193 351.365C15.0288 350.975 14.3956 350.975 14.0051 351.365Z" fill="#565656"/>
|
|
52
|
+
<path d="M24.3499 359.8L24.9799 359.17C25.9199 358.235 26.4501 356.965 26.4538 355.639C26.4576 354.313 25.9346 353.04 24.9999 352.1L19.7099 346.84C18.7723 345.903 17.5007 345.376 16.1749 345.376C14.8491 345.376 13.5775 345.903 12.6399 346.84L4.08991 355.39C3.15255 356.328 2.62598 357.599 2.62598 358.925C2.62598 360.251 3.15255 361.522 4.08991 362.46L9.34991 367.72C10.2875 368.657 11.5591 369.184 12.8849 369.184C14.2107 369.184 15.4823 368.657 16.4199 367.72L16.8199 367.32L18.9999 369.48H22.4399V372.48H26.1299V374.11L28.9999 377H34.9999V370.45L24.3499 359.8ZM32.9999 375H29.8599L28.0899 373.24V370.44H24.4099V367.44H19.7999L16.7999 364.44L14.9999 366.31C14.4374 366.872 13.6749 367.187 12.8799 367.187C12.0849 367.187 11.3224 366.872 10.7599 366.31L5.49991 361C4.93811 360.437 4.62255 359.675 4.62255 358.88C4.62255 358.085 4.93811 357.322 5.49991 356.76L14.0599 348.2C14.6224 347.638 15.3849 347.323 16.1799 347.323C16.9749 347.323 17.7374 347.638 18.2999 348.2L23.5599 353.46C24.1217 354.022 24.4373 354.785 24.4373 355.58C24.4373 356.375 24.1217 357.137 23.5599 357.7L21.5599 359.7L32.9999 371.28V375Z" fill="#565656"/>
|
|
53
|
+
<path d="M13.9978 389.368L8.54597 394.82C8.15545 395.21 8.15545 395.843 8.54597 396.234L8.94902 396.637C9.33955 397.028 9.97271 397.028 10.3632 396.637L15.815 391.185C16.2056 390.795 16.2056 390.162 15.815 389.771L15.412 389.368C15.0215 388.977 14.3883 388.977 13.9978 389.368Z" fill="#565656"/>
|
|
54
|
+
<path d="M26.9399 403.14L32.9999 409.28V413H29.8599L28.0899 411.24V408.44H24.4099V405.44H19.7999L16.7999 402.44L14.9999 404.31C14.4374 404.872 13.6749 405.187 12.8799 405.187C12.0849 405.187 11.3224 404.872 10.7599 404.31L5.49991 399C4.93811 398.437 4.62255 397.675 4.62255 396.88C4.62255 396.085 4.93811 395.322 5.49991 394.76L14.0599 386.2C14.6224 385.638 15.3849 385.323 16.1799 385.323C16.9749 385.323 17.7374 385.638 18.2999 386.2L18.8399 386.75L19.8399 384.99L19.6899 384.84C18.7523 383.903 17.4807 383.376 16.1549 383.376C14.8291 383.376 13.5575 383.903 12.6199 384.84L4.08991 393.39C3.15255 394.328 2.62598 395.599 2.62598 396.925C2.62598 398.251 3.15255 399.522 4.08991 400.46L9.34991 405.72C10.2875 406.657 11.5591 407.184 12.8849 407.184C14.2107 407.184 15.4823 406.657 16.4199 405.72L16.8199 405.32L18.9999 407.48H22.4399V410.48H26.1299V412.11L28.9999 415H34.9999V408.45L29.6899 403.14H26.9399Z" fill="#565656"/>
|
|
55
|
+
<path d="M26 382.19C25.3206 382.186 24.6523 382.362 24.0636 382.701C23.4749 383.04 22.987 383.53 22.65 384.12L16.19 395.35C15.8513 395.936 15.673 396.602 15.6729 397.279C15.6727 397.957 15.8508 398.622 16.1893 399.209C16.5277 399.795 17.0146 400.283 17.601 400.622C18.1874 400.961 18.8527 401.139 19.53 401.14H32.53C33.2073 401.139 33.8726 400.961 34.459 400.622C35.0454 400.283 35.5323 399.795 35.8707 399.209C36.2092 398.622 36.3873 397.957 36.3871 397.279C36.387 396.602 36.2087 395.936 35.87 395.35L29.36 384.12C29.0229 383.528 28.5337 383.037 27.9429 382.697C27.3521 382.358 26.6813 382.183 26 382.19Z" fill="#B68300"/>
|
|
56
|
+
<path d="M25.9998 384.19C26.3264 384.189 26.6473 384.275 26.9301 384.438C27.2129 384.601 27.4474 384.837 27.6098 385.12L34.0898 396.35C34.253 396.633 34.339 396.953 34.339 397.28C34.339 397.606 34.2532 397.927 34.09 398.21C33.9268 398.492 33.6922 398.727 33.4095 398.89C33.1269 399.054 32.8062 399.14 32.4798 399.14H19.4798C19.1534 399.14 18.8327 399.054 18.5501 398.89C18.2674 398.727 18.0328 398.492 17.8696 398.21C17.7064 397.927 17.6206 397.606 17.6206 397.28C17.6206 396.953 17.7066 396.633 17.8698 396.35L24.4098 385.12C24.5689 384.838 24.7999 384.604 25.0793 384.44C25.3586 384.277 25.6762 384.191 25.9998 384.19Z" fill="#FFE02C"/>
|
|
57
|
+
<path d="M25 395H27V397H25V395ZM25 387H27V393H25V387Z" fill="#454545"/>
|
|
58
|
+
<path d="M13.9978 427.368L8.54597 432.82C8.15545 433.21 8.15545 433.843 8.54597 434.234L8.94902 434.637C9.33955 435.028 9.97271 435.028 10.3632 434.637L15.815 429.185C16.2056 428.795 16.2056 428.162 15.815 427.771L15.412 427.368C15.0215 426.977 14.3883 426.977 13.9978 427.368Z" fill="#565656"/>
|
|
59
|
+
<path d="M23.6599 437.82L32.9999 447.28V451H29.8599L28.0899 449.24V446.44H24.4099V443.44H19.7999L16.7999 440.44L14.9999 442.31C14.4374 442.872 13.6749 443.187 12.8799 443.187C12.0849 443.187 11.3224 442.872 10.7599 442.31L5.49991 437C4.93811 436.438 4.62255 435.675 4.62255 434.88C4.62255 434.085 4.93811 433.323 5.49991 432.76L14.0599 424.2C14.6224 423.638 15.3849 423.323 16.1799 423.323C16.9749 423.323 17.7374 423.638 18.2999 424.2L22.1799 428.08L22.6399 427.62L22.5099 427.49L22.9999 427L17.9999 422.17L18.2799 421.88C17.3458 421.44 16.2982 421.3 15.2812 421.479C14.2642 421.658 13.3275 422.147 12.5999 422.88L4.08991 431.39C3.15255 432.328 2.62598 433.599 2.62598 434.925C2.62598 436.251 3.15255 437.522 4.08991 438.46L9.34991 443.72C10.2875 444.657 11.5591 445.184 12.8849 445.184C14.2107 445.184 15.4823 444.657 16.4199 443.72L16.8199 443.32L18.9999 445.48H22.4399V448.48H26.1299V450.11L28.9999 453H34.9999V446.45L24.9999 436.45L23.6599 437.82Z" fill="#565656"/>
|
|
60
|
+
<path d="M36.8401 422.14L34.0401 419.28L28.8501 424.35L23.6601 419.28L20.8701 422.14L25.9901 427.15L20.8701 432.16L23.6601 435.02L28.8501 429.95L34.0401 435.02L36.8401 432.16L31.7101 427.15L36.8401 422.14Z" fill="#F84E30"/>
|
|
61
|
+
<path d="M16 483C15.7348 483 15.4804 483.105 15.2929 483.293C15.1054 483.48 15 483.735 15 484C15 484.989 14.7068 485.956 14.1574 486.778C13.6079 487.6 12.8271 488.241 11.9134 488.619C10.9998 488.998 9.99446 489.097 9.02455 488.904C8.05465 488.711 7.16373 488.235 6.46447 487.535C5.76521 486.836 5.289 485.945 5.09608 484.975C4.90315 484.005 5.00217 483 5.38061 482.086C5.75904 481.173 6.39991 480.392 7.22215 479.843C8.0444 479.293 9.0111 479 10 479H13L11.9 480.13C11.7953 480.22 11.7103 480.33 11.6503 480.454C11.5903 480.578 11.5565 480.713 11.5512 480.851C11.5459 480.989 11.5691 481.126 11.6194 481.254C11.6696 481.383 11.7459 481.499 11.8434 481.597C11.9408 481.694 12.0574 481.77 12.1857 481.821C12.314 481.871 12.4513 481.894 12.5891 481.889C12.7268 481.883 12.8619 481.85 12.986 481.79C13.11 481.73 13.2204 481.645 13.31 481.54L16.14 478.71C16.3263 478.523 16.4308 478.269 16.4308 478.005C16.4308 477.741 16.3263 477.487 16.14 477.3L13.31 474.47C13.2204 474.365 13.11 474.28 12.986 474.22C12.8619 474.16 12.7268 474.126 12.5891 474.121C12.4513 474.116 12.314 474.139 12.1857 474.189C12.0574 474.24 11.9408 474.316 11.8434 474.413C11.7459 474.511 11.6696 474.627 11.6194 474.756C11.5691 474.884 11.5459 475.021 11.5512 475.159C11.5565 475.297 11.5903 475.432 11.6503 475.556C11.7103 475.68 11.7953 475.79 11.9 475.88L13 477H10C8.61553 477 7.26216 477.41 6.11101 478.18C4.95987 478.949 4.06266 480.042 3.53285 481.321C3.00303 482.6 2.86441 484.008 3.13451 485.366C3.4046 486.723 4.07129 487.971 5.05026 488.95C6.02922 489.929 7.2765 490.595 8.63437 490.865C9.99224 491.135 11.3997 490.997 12.6788 490.467C13.9579 489.937 15.0511 489.04 15.8203 487.889C16.5895 486.738 17 485.384 17 484C17 483.735 16.8946 483.48 16.7071 483.293C16.5196 483.105 16.2652 483 16 483Z" fill="#565656"/>
|
|
62
|
+
<path d="M14.0051 465.365L8.5533 470.817C8.16277 471.208 8.16277 471.841 8.5533 472.231L8.95635 472.634C9.34687 473.025 9.98004 473.025 10.3706 472.634L15.8224 467.183C16.2129 466.792 16.2129 466.159 15.8224 465.768L15.4193 465.365C15.0288 464.975 14.3956 464.975 14.0051 465.365Z" fill="#565656"/>
|
|
63
|
+
<path d="M24.3499 473.8L24.9799 473.17C25.9199 472.235 26.4501 470.965 26.4538 469.639C26.4576 468.313 25.9346 467.04 24.9999 466.1L19.7099 460.84C18.7723 459.903 17.5007 459.376 16.1749 459.376C14.8491 459.376 13.5775 459.903 12.6399 460.84L4.08991 469.39C3.15255 470.328 2.62598 471.599 2.62598 472.925C2.62598 474.251 3.15255 475.522 4.08991 476.46L4.50991 476.88C5.06184 476.456 5.65876 476.094 6.28991 475.8L5.49991 475C4.93811 474.437 4.62255 473.675 4.62255 472.88C4.62255 472.085 4.93811 471.322 5.49991 470.76L14.0599 462.2C14.6224 461.638 15.3849 461.323 16.1799 461.323C16.9749 461.323 17.7374 461.638 18.2999 462.2L23.5599 467.46C24.1217 468.022 24.4373 468.785 24.4373 469.58C24.4373 470.375 24.1217 471.137 23.5599 471.7L21.5599 473.7L32.9999 485.28V489H29.8599L28.0899 487.24V484.44H24.4099V481.44H19.7999L17.9999 479.61C17.8808 479.796 17.7434 479.971 17.5899 480.13L16.6499 481.06C17.2254 481.182 17.7523 481.471 18.1648 481.891C18.5773 482.311 18.8573 482.842 18.9699 483.42L19.0299 483.48H22.4699V486.48H26.1599V488.11L28.9999 491H34.9999V484.45L24.3499 473.8Z" fill="#565656"/>
|
|
64
|
+
<path d="M13.9978 503.368L8.54597 508.82C8.15545 509.21 8.15545 509.843 8.54597 510.234L8.94902 510.637C9.33955 511.028 9.97271 511.028 10.3632 510.637L15.815 505.185C16.2056 504.795 16.2056 504.162 15.815 503.771L15.412 503.368C15.0215 502.977 14.3883 502.977 13.9978 503.368Z" fill="#565656"/>
|
|
65
|
+
<path d="M21.5601 511.7L23.0201 513.18V510.24L21.5601 511.7Z" fill="#565656"/>
|
|
66
|
+
<path d="M24.8099 515L32.9999 523.28V527H29.8599L28.0899 525.24V522.44H24.4099V519.44H19.7999L16.7999 516.44L14.9999 518.31C14.4374 518.872 13.6749 519.187 12.8799 519.187C12.0849 519.187 11.3224 518.872 10.7599 518.31L5.49991 513C4.93811 512.437 4.62255 511.675 4.62255 510.88C4.62255 510.085 4.93811 509.322 5.49991 508.76L14.0599 500.2C14.6224 499.638 15.3849 499.323 16.1799 499.323C16.9749 499.323 17.7374 499.638 18.2999 500.2L19.5199 501.42L20.8999 500L19.7099 498.84C18.7723 497.903 17.5007 497.376 16.1749 497.376C14.8491 497.376 13.5775 497.903 12.6399 498.84L4.08991 507.39C3.15255 508.328 2.62598 509.599 2.62598 510.925C2.62598 512.251 3.15255 513.522 4.08991 514.46L9.34991 519.72C10.2875 520.657 11.5591 521.184 12.8849 521.184C14.2107 521.184 15.4823 520.657 16.4199 519.72L16.8199 519.32L18.9999 521.48H22.4399V524.48H26.1299V526.11L28.9999 529H34.9999V522.45L27.5399 515H24.8099Z" fill="#565656"/>
|
|
67
|
+
<path d="M20.18 503.58C20.0716 503.689 19.9978 503.828 19.9679 503.979C19.9381 504.13 19.9535 504.286 20.0123 504.428C20.0711 504.57 20.1706 504.692 20.2983 504.778C20.426 504.863 20.5762 504.909 20.73 504.91H25V513H31.92V504.91H36.13C36.2839 504.909 36.4341 504.863 36.5618 504.778C36.6895 504.692 36.789 504.57 36.8478 504.428C36.9066 504.286 36.922 504.13 36.8922 503.979C36.8623 503.828 36.7885 503.689 36.68 503.58L28.44 495.32L20.18 503.58Z" fill="#0091DA"/>
|
|
68
|
+
<path d="M5.55994 545.41C5.8501 545.12 6.19475 544.89 6.57404 544.734C6.95333 544.578 7.35976 544.498 7.76994 544.5C8.03365 544.502 8.29591 544.539 8.54994 544.61C9.20797 544.14 9.90755 543.732 10.6399 543.39C9.6197 542.691 8.38027 542.387 7.15234 542.533C5.92442 542.68 4.79166 543.268 3.96491 544.188C3.13816 545.108 2.67375 546.296 2.65812 547.533C2.64249 548.769 3.07671 549.97 3.87994 550.91C4.14093 550.152 4.47588 549.422 4.87994 548.73C4.65882 548.17 4.60537 547.558 4.72612 546.969C4.84686 546.379 5.13659 545.838 5.55994 545.41ZM26.9999 555C27.0038 553.122 26.5269 551.275 25.6149 549.634C24.7028 547.993 23.3858 546.612 21.7893 545.624C20.1929 544.636 18.37 544.073 16.4944 543.989C14.6187 543.904 12.7527 544.301 11.0739 545.142C9.39514 545.983 7.95953 547.239 6.90377 548.792C5.848 550.345 5.20722 552.142 5.04242 554.012C4.87762 555.882 5.1943 557.764 5.96231 559.477C6.73031 561.19 7.92408 562.678 9.42994 563.8C9.3989 563.818 9.37171 563.841 9.34994 563.87L7.99994 565.93C7.85012 566.149 7.79334 566.418 7.8421 566.679C7.89085 566.939 8.04116 567.17 8.25994 567.32C8.42434 567.435 8.61945 567.497 8.81994 567.5C8.98375 567.5 9.1451 567.46 9.28983 567.383C9.43455 567.307 9.55821 567.196 9.64994 567.06L10.9999 565C10.9999 565 10.9999 564.89 11.0699 564.83C12.5941 565.605 14.2799 566.009 15.9899 566.009C17.7 566.009 19.3858 565.605 20.9099 564.83C20.9099 564.89 20.9099 564.95 20.9799 565L22.3899 567.07C22.4817 567.206 22.6053 567.317 22.7501 567.393C22.8948 567.47 23.0561 567.51 23.2199 567.51C23.4204 567.507 23.6155 567.445 23.7799 567.33C23.9987 567.18 24.149 566.949 24.1978 566.689C24.2465 566.428 24.1898 566.159 24.0399 565.94L22.6399 563.88C22.6192 563.854 22.5957 563.831 22.5699 563.81C23.943 562.787 25.0584 561.459 25.8275 559.929C26.5965 558.4 26.998 556.712 26.9999 555ZM6.99994 555C6.99994 553.22 7.52779 551.48 8.51672 550C9.50565 548.52 10.9113 547.366 12.5558 546.685C14.2003 546.004 16.0099 545.826 17.7558 546.173C19.5016 546.52 21.1052 547.377 22.3639 548.636C23.6226 549.895 24.4797 551.498 24.827 553.244C25.1743 554.99 24.996 556.799 24.3149 558.444C23.6337 560.089 22.4801 561.494 21.0001 562.483C19.52 563.472 17.78 564 15.9999 564C13.613 564 11.3238 563.052 9.63598 561.364C7.94816 559.676 6.99994 557.387 6.99994 555Z" fill="#565656"/>
|
|
69
|
+
<path d="M21.2501 556.57L16.9401 555.18V549C16.9401 548.751 16.841 548.512 16.6647 548.335C16.4885 548.159 16.2494 548.06 16.0001 548.06C15.7508 548.06 15.5117 548.159 15.3354 548.335C15.1591 548.512 15.0601 548.751 15.0601 549V556.54L20.6701 558.36C20.7661 558.375 20.864 558.375 20.9601 558.36C21.1817 558.357 21.3953 558.276 21.5629 558.131C21.7305 557.986 21.8415 557.786 21.8762 557.567C21.9109 557.348 21.8671 557.124 21.7525 556.934C21.638 556.744 21.46 556.601 21.2501 556.53V556.57ZM28.9101 546.74L24.7301 542.56C23.5107 542.391 22.2715 542.668 21.2401 543.34C21.9983 543.679 22.7217 544.091 23.4001 544.57C23.6141 544.526 23.8317 544.503 24.0501 544.5C24.5377 544.492 25.0201 544.601 25.458 544.815C25.8958 545.03 26.2766 545.345 26.5692 545.736C26.8618 546.126 27.0579 546.58 27.1415 547.06C27.2251 547.54 27.1937 548.034 27.0501 548.5C27.459 549.21 27.7941 549.961 28.0501 550.74C28.5032 550.16 28.8268 549.489 28.9993 548.773C29.1718 548.057 29.1891 547.313 29.0501 546.59L28.9101 546.74ZM36.5901 536.24L33.7601 533.41L28.9101 538.26L26.3501 535.7L23.5201 538.53L28.9101 543.91L36.5901 536.24Z" fill="#565656"/>
|
|
70
|
+
<path d="M23 599V603H22C21.7348 603 21.4804 602.895 21.2929 602.707C21.1054 602.52 21 602.265 21 602V591H28C28.2652 591 28.5196 591.105 28.7071 591.293C28.8946 591.48 29 591.735 29 592V600H31V592C31 591.204 30.6839 590.441 30.1213 589.879C29.5587 589.316 28.7956 589 28 589H18C17.2044 589 16.4413 589.316 15.8787 589.879C15.3161 590.441 15 591.204 15 592V593H17V592C17 591.735 17.1054 591.48 17.2929 591.293C17.4804 591.105 17.7348 591 18 591H19V602C19 602.796 19.3161 603.559 19.8787 604.121C20.4413 604.684 21.2044 605 22 605H32C32.7956 605 33.5587 604.684 34.1213 604.121C34.6839 603.559 35 602.796 35 602V599H23ZM33 602C33 602.265 32.8946 602.52 32.7071 602.707C32.5196 602.895 32.2652 603 32 603H25V601H33V602Z" fill="#565656"/>
|
|
71
|
+
<path d="M13 595V594.65C11.6485 594.499 10.3111 594.241 9 593.88V596C11.627 596.597 14.3068 596.932 17 597V595H13ZM9 588C10.7117 588.413 12.4541 588.687 14.21 588.82C14.669 588.256 15.2466 587.801 15.9017 587.487C16.5568 587.172 17.2733 587.006 18 587H19C15.6319 587.068 12.2695 586.692 9 585.88V588Z" fill="#565656"/>
|
|
72
|
+
<path d="M25 586.65C23.0093 586.892 21.0053 587.009 19 587H25V586.65Z" fill="#565656"/>
|
|
73
|
+
<path d="M19 579C15.6319 579.068 12.2695 578.692 9 577.88V580C12.2868 580.697 15.6401 581.033 19 581V579Z" fill="#565656"/>
|
|
74
|
+
<path d="M7 601V577.07C7.51 576.31 11.86 575 19 575H25V573.34C24.31 573.26 23.64 573.2 23 573.15C21.05 573 19.46 573 19 573C17.57 573 5 573.11 5 577V601C5 604.41 14.68 604.92 18 605C17.549 604.412 17.2409 603.727 17.1 603C11.1 602.8 7.47 601.66 7 601Z" fill="#565656"/>
|
|
75
|
+
<path d="M37 577H31V571H27V577H21V581H27V587H31V581H37V577Z" fill="#59A011"/>
|
|
76
|
+
<path d="M32.25 616.4C29.9829 615.799 27.7689 615.013 25.63 614.05C23.5238 613.138 21.4911 612.065 19.55 610.84L19 610.5L18.46 610.85C16.5189 612.075 14.4862 613.148 12.38 614.06C10.2374 615.019 8.02001 615.802 5.75 616.4L5 616.59V624.93C5 638.32 18.53 643.33 18.66 643.38L19 643.5L19.34 643.38C19.48 643.38 33 638.33 33 624.93V616.59L32.25 616.4ZM31 624.93C31 635.93 21 640.54 19 641.36C17 640.54 7 635.92 7 624.93V618.14C9.10849 617.531 11.1732 616.779 13.18 615.89C15.1854 615.022 17.1299 614.02 19 612.89C20.8701 614.02 22.8146 615.022 24.82 615.89C26.8268 616.779 28.8915 617.531 31 618.14V624.93Z" fill="#565656"/>
|
|
77
|
+
<path d="M30.5402 658.05C30.4472 657.956 30.3366 657.882 30.2148 657.831C30.0929 657.781 29.9622 657.754 29.8302 657.754C29.6982 657.754 29.5675 657.781 29.4456 657.831C29.3237 657.882 29.2131 657.956 29.1202 658.05C28.9339 658.238 28.8294 658.491 28.8294 658.755C28.8294 659.019 28.9339 659.273 29.1202 659.46L31.6602 662H19.9302C19.665 662 19.4106 662.106 19.2231 662.293C19.0355 662.481 18.9302 662.735 18.9302 663C18.9302 663.265 19.0355 663.52 19.2231 663.707C19.4106 663.895 19.665 664 19.9302 664H31.6602L29.1202 666.54C28.9339 666.728 28.8294 666.981 28.8294 667.245C28.8294 667.509 28.9339 667.763 29.1202 667.95C29.2131 668.044 29.3237 668.118 29.4456 668.169C29.5675 668.22 29.6982 668.246 29.8302 668.246C29.9622 668.246 30.0929 668.22 30.2148 668.169C30.3366 668.118 30.4472 668.044 30.5402 667.95L35.5402 663L30.5402 658.05Z" fill="#565656"/>
|
|
78
|
+
<path d="M14.0051 655.365L8.5533 660.817C8.16277 661.207 8.16277 661.841 8.5533 662.231L8.95635 662.634C9.34687 663.025 9.98004 663.025 10.3706 662.634L15.8224 657.182C16.2129 656.792 16.2129 656.159 15.8224 655.768L15.4193 655.365C15.0288 654.975 14.3956 654.975 14.0051 655.365Z" fill="#565656"/>
|
|
79
|
+
<path d="M29.8299 670.24C29.0345 670.239 28.272 669.923 27.7099 669.36C27.3225 668.976 27.0471 668.494 26.9132 667.965C26.7793 667.437 26.792 666.882 26.9499 666.36L26.5499 665.96H23.8299L32.9999 675.28V679H29.8599L28.0899 677.24V674.44H24.4099V671.44H19.7999L16.7999 668.44L14.9999 670.31C14.4374 670.872 13.6749 671.187 12.8799 671.187C12.0849 671.187 11.3224 670.872 10.7599 670.31L5.49991 665C4.93811 664.437 4.62255 663.675 4.62255 662.88C4.62255 662.085 4.93811 661.322 5.49991 660.76L14.0599 652.2C14.6224 651.638 15.3849 651.323 16.1799 651.323C16.9749 651.323 17.7374 651.638 18.2999 652.2L23.5599 657.46C23.8869 657.789 24.133 658.19 24.2787 658.631C24.4245 659.072 24.466 659.54 24.3999 660H26.3999C26.4589 659.288 26.3644 658.571 26.1229 657.898C25.8814 657.225 25.4985 656.612 24.9999 656.1L19.7099 650.84C18.7723 649.903 17.5007 649.376 16.1749 649.376C14.8491 649.376 13.5775 649.903 12.6399 650.84L4.08991 659.39C3.15255 660.328 2.62598 661.599 2.62598 662.925C2.62598 664.251 3.15255 665.522 4.08991 666.46L9.34991 671.72C10.2875 672.657 11.5591 673.184 12.8849 673.184C14.2107 673.184 15.4823 672.657 16.4199 671.72L16.8199 671.32L18.9999 673.48H22.4399V676.48H26.1299V678.11L28.9999 681H34.9999V674.45L30.6599 670.11C30.3911 670.194 30.1114 670.237 29.8299 670.24Z" fill="#565656"/>
|
|
80
|
+
<path d="M11 713H5.09002C5.06615 713 5.04326 712.991 5.02638 712.974C5.00951 712.957 5.00002 712.934 5.00002 712.91V699.11C5.00002 699.081 5.01161 699.053 5.03224 699.032C5.05287 699.012 5.08085 699 5.11002 699H18.91C18.9339 699 18.9568 699.009 18.9737 699.026C18.9905 699.043 19 699.066 19 699.09V701H21V699.09C21.0013 698.815 20.9482 698.543 20.8436 698.289C20.7391 698.034 20.5852 697.804 20.3908 697.609C20.1965 697.415 19.9656 697.261 19.7114 697.156C19.4572 697.052 19.1849 696.999 18.91 697H5.09002C4.81519 696.999 4.54282 697.052 4.28865 697.156C4.03448 697.261 3.80356 697.415 3.60922 697.609C3.41488 697.804 3.26098 698.034 3.15642 698.289C3.05185 698.543 2.9987 698.815 3.00002 699.09V712.91C2.9987 713.185 3.05185 713.457 3.15642 713.711C3.26098 713.966 3.41488 714.196 3.60922 714.391C3.80356 714.585 4.03448 714.739 4.28865 714.844C4.54282 714.948 4.81519 715.001 5.09002 715H11V713ZM9.00002 689H23V691H25V689C25 688.47 24.7893 687.961 24.4142 687.586C24.0392 687.211 23.5305 687 23 687H8.87002C8.37407 687 7.89843 687.197 7.54773 687.548C7.19704 687.898 7.00002 688.374 7.00002 688.87V695H9.00002V689Z" fill="#565656"/>
|
|
81
|
+
<path d="M27 715.24V716C27 716.265 26.8946 716.52 26.7071 716.707C26.5196 716.895 26.2652 717 26 717H19V715H21.18C21.0636 714.679 21.0027 714.341 21 714V713H17V717H16C15.7348 717 15.4804 716.895 15.2929 716.707C15.1054 716.52 15 716.265 15 716V705H24.82C24.6137 704.416 24.2319 703.911 23.7271 703.553C23.2222 703.195 22.6189 703.002 22 703H12C11.2044 703 10.4413 703.316 9.87868 703.879C9.31607 704.441 9 705.204 9 706V707H11V706C11 705.735 11.1054 705.48 11.2929 705.293C11.4804 705.105 11.7348 705 12 705H13V716C13 716.796 13.3161 717.559 13.8787 718.121C14.4413 718.684 15.2044 719 16 719H26C26.6155 718.994 27.2143 718.799 27.7152 718.441C28.2161 718.084 28.5948 717.58 28.8 717L27 715.24Z" fill="#565656"/>
|
|
82
|
+
<path d="M24 715C23.7348 715 23.4804 714.895 23.2929 714.707C23.1054 714.52 23 714.265 23 714V707H30C30.2652 707 30.5196 707.105 30.7071 707.293C30.8946 707.48 31 707.735 31 708C31 708.265 30.8946 708.52 30.7071 708.707C30.5196 708.895 30.2652 709 30 709H25V714C25 714.265 24.8946 714.52 24.7071 714.707C24.5196 714.895 24.2652 715 24 715Z" fill="#565656"/>
|
|
83
|
+
<path d="M34 719C33.8684 719.001 33.7379 718.976 33.6161 718.926C33.4943 718.876 33.3834 718.803 33.29 718.71L23.29 708.71C23.1017 708.522 22.9959 708.266 22.9959 708C22.9959 707.734 23.1017 707.478 23.29 707.29C23.4783 707.102 23.7337 706.996 24 706.996C24.2663 706.996 24.5217 707.102 24.71 707.29L34.71 717.29C34.8037 717.383 34.8781 717.494 34.9289 717.615C34.9797 717.737 35.0058 717.868 35.0058 718C35.0058 718.132 34.9797 718.263 34.9289 718.385C34.8781 718.506 34.8037 718.617 34.71 718.71C34.6166 718.803 34.5057 718.876 34.3839 718.926C34.2621 718.976 34.1316 719.001 34 719ZM28.91 695C28.9339 695 28.9568 695.01 28.9736 695.026C28.9905 695.043 29 695.066 29 695.09V705H31V695.09C31.0013 694.815 30.9482 694.543 30.8436 694.289C30.739 694.034 30.5851 693.804 30.3908 693.609C30.1965 693.415 29.9655 693.261 29.7114 693.156C29.4572 693.052 29.1848 692.999 28.91 693H15V695H28.91Z" fill="#565656"/>
|
|
84
|
+
<path d="M7 733H13V735H7V733ZM19.8 738.84C19.6117 738.652 19.3563 738.546 19.09 738.546C18.8237 738.546 18.5683 738.652 18.38 738.84C18.1917 739.028 18.0859 739.284 18.0859 739.55C18.0859 739.816 18.1917 740.072 18.38 740.26L19.13 741H11.69L12.43 740.26C12.5237 740.167 12.5981 740.056 12.6489 739.935C12.6997 739.813 12.7258 739.682 12.7258 739.55C12.7258 739.418 12.6997 739.287 12.6489 739.165C12.5981 739.044 12.5237 738.933 12.43 738.84C12.2426 738.654 11.9892 738.549 11.725 738.549C11.4608 738.549 11.2074 738.654 11.02 738.84L7.93 741.93L11 745C11.0934 745.093 11.2043 745.166 11.3261 745.216C11.4479 745.266 11.5784 745.291 11.71 745.29C11.9078 745.289 12.1009 745.23 12.2648 745.119C12.4288 745.009 12.5563 744.852 12.6313 744.669C12.7062 744.486 12.7252 744.285 12.6858 744.091C12.6464 743.897 12.5504 743.719 12.41 743.58L11.81 742.98H19L18.39 743.58C18.2963 743.673 18.2219 743.784 18.1711 743.905C18.1203 744.027 18.0942 744.158 18.0942 744.29C18.0942 744.422 18.1203 744.553 18.1711 744.675C18.2219 744.796 18.2963 744.907 18.39 745C18.483 745.094 18.5936 745.168 18.7154 745.219C18.8373 745.27 18.968 745.296 19.1 745.296C19.232 745.296 19.3627 745.27 19.4846 745.219C19.6064 745.168 19.717 745.094 19.81 745L22.89 741.91L19.8 738.84Z" fill="#565656"/>
|
|
85
|
+
<path d="M31 744.94V737.94C31 737.144 30.6839 736.381 30.1213 735.819C29.5587 735.256 28.7956 734.94 28 734.94H18C17.6589 734.943 17.3207 735.004 17 735.12V731C17 730.47 16.7893 729.961 16.4142 729.586C16.0391 729.211 15.5304 729 15 729H5C4.46957 729 3.96086 729.211 3.58579 729.586C3.21071 729.961 3 730.47 3 731V751C3 751.53 3.21071 752.039 3.58579 752.414C3.96086 752.789 4.46957 753 5 753H15C15.5304 753 16.0391 752.789 16.4142 752.414C16.7893 752.039 17 751.53 17 751V746.46C16.6058 746.067 16.3288 745.572 16.2 745.03H15V751.03H5V731H15V739H16.14C16.2602 738.401 16.5602 737.854 17 737.43C17.461 736.975 18.0568 736.681 18.6985 736.593C19.3402 736.505 19.9932 736.626 20.56 736.94H28C28.2652 736.94 28.5196 737.045 28.7071 737.233C28.8946 737.42 29 737.675 29 737.94V744.94H23V748.94H22C21.7348 748.94 21.4804 748.835 21.2929 748.647C21.1054 748.46 21 748.205 21 747.94V746.61C20.4643 747.059 19.7888 747.306 19.09 747.31H19V747.95C19 748.746 19.3161 749.509 19.8787 750.071C20.4413 750.634 21.2044 750.95 22 750.95H32C32.7956 750.95 33.5587 750.634 34.1213 750.071C34.6839 749.509 35 748.746 35 747.95V744.95L31 744.94ZM33 747.94C33 748.205 32.8946 748.46 32.7071 748.647C32.5196 748.835 32.2652 748.94 32 748.94H25V746.94H33V747.94Z" fill="#565656"/>
|
|
86
|
+
<path d="M9.89991 794.68C8.59846 794.681 7.32598 794.296 6.24339 793.573C5.16079 792.851 4.31672 791.824 3.81791 790.622C3.3191 789.42 3.18796 788.097 3.44108 786.82C3.69419 785.544 4.32019 784.371 5.23991 783.45L16.0699 772.62L6.44991 763H34.9999V791.55L25.3799 781.93L14.5499 792.76C13.9393 793.37 13.2142 793.854 12.4163 794.183C11.6183 794.513 10.7632 794.682 9.89991 794.68ZM11.2799 765L18.8999 772.62L6.65991 784.86C5.80061 785.719 5.31786 786.885 5.31786 788.1C5.31786 789.315 5.80061 790.481 6.65991 791.34C7.51921 792.199 8.68467 792.682 9.89991 792.682C11.1151 792.682 12.2806 792.199 13.1399 791.34L25.3799 779.1L32.9999 786.72V765H11.2799Z" fill="#565656"/>
|
|
87
|
+
<path d="M33 828H5C4.73478 828 4.48043 827.895 4.29289 827.707C4.10536 827.52 4 827.265 4 827C4 826.735 4.10536 826.48 4.29289 826.293C4.48043 826.105 4.73478 826 5 826H33C33.2652 826 33.5196 826.105 33.7071 826.293C33.8946 826.48 34 826.735 34 827C34 827.265 33.8946 827.52 33.7071 827.707C33.5196 827.895 33.2652 828 33 828Z" fill="#565656"/>
|
|
88
|
+
<path d="M33 818H5C4.73478 818 4.48043 817.895 4.29289 817.707C4.10536 817.52 4 817.265 4 817C4 816.735 4.10536 816.48 4.29289 816.293C4.48043 816.105 4.73478 816 5 816H33C33.2652 816 33.5196 816.105 33.7071 816.293C33.8946 816.48 34 816.735 34 817C34 817.265 33.8946 817.52 33.7071 817.707C33.5196 817.895 33.2652 818 33 818Z" fill="#565656"/>
|
|
89
|
+
<path d="M33 808H5C4.73478 808 4.48043 807.895 4.29289 807.707C4.10536 807.52 4 807.265 4 807C4 806.735 4.10536 806.48 4.29289 806.293C4.48043 806.105 4.73478 806 5 806H33C33.2652 806 33.5196 806.105 33.7071 806.293C33.8946 806.48 34 806.735 34 807C34 807.265 33.8946 807.52 33.7071 807.707C33.5196 807.895 33.2652 808 33 808Z" fill="#565656"/>
|
|
90
|
+
<path d="M19.59 848.77C19.4517 848.553 19.2346 848.397 18.984 848.335C18.7335 848.274 18.469 848.312 18.2457 848.441C18.0224 848.57 17.8576 848.78 17.7857 849.028C17.7139 849.276 17.7405 849.542 17.86 849.77L20.36 854.11L14.29 853.11L19.58 863.7C19.7029 863.929 19.91 864.101 20.1576 864.18C20.4052 864.259 20.6738 864.239 20.9065 864.123C21.1392 864.007 21.3178 863.806 21.4043 863.56C21.4908 863.315 21.4785 863.046 21.37 862.81L17.84 855.73L24.22 856.79L19.59 848.77Z" fill="#565656"/>
|
|
91
|
+
<path d="M26.12 841H24V840.58C24 840.161 23.8335 839.759 23.5372 839.463C23.2409 839.166 22.839 839 22.42 839H15.58C15.161 839 14.7591 839.166 14.4628 839.463C14.1665 839.759 14 840.161 14 840.58V841H11.88C11.3814 841 10.9032 841.198 10.5506 841.551C10.1981 841.903 10 842.381 10 842.88V869.12C10 869.367 10.0486 869.611 10.1431 869.839C10.2376 870.068 10.3761 870.275 10.5506 870.449C10.7252 870.624 10.9325 870.762 11.1606 870.857C11.3886 870.951 11.6331 871 11.88 871H26.12C26.6186 871 27.0968 870.802 27.4494 870.449C27.8019 870.097 28 869.619 28 869.12V842.88C28 842.381 27.8019 841.903 27.4494 841.551C27.0968 841.198 26.6186 841 26.12 841ZM26 869H12V843H16V841H22V843H26V869Z" fill="#565656"/>
|
|
92
|
+
<path d="M11.5201 909H8.52006C8.35181 908.997 8.18705 908.952 8.04102 908.868C7.895 908.784 7.77244 908.665 7.68469 908.522C7.59695 908.378 7.54685 908.215 7.53905 908.047C7.53125 907.879 7.56599 907.711 7.64006 907.56L13.5501 896H7.00006C6.81984 896.002 6.64257 895.954 6.48699 895.863C6.3314 895.773 6.20329 895.641 6.1162 895.483C6.02912 895.326 5.98629 895.147 5.99225 894.967C5.99821 894.787 6.05273 894.612 6.15006 894.46L16.8301 877.46C16.9176 877.323 17.0371 877.21 17.1782 877.13C17.3193 877.05 17.4778 877.005 17.6401 877H31.0701C31.2697 876.991 31.4677 877.041 31.6383 877.145C31.8089 877.25 31.9444 877.402 32.0273 877.584C32.1102 877.766 32.1367 877.969 32.1033 878.166C32.0699 878.363 31.9782 878.546 31.8401 878.69L22.7801 889H28.1601C28.3505 889.004 28.5359 889.062 28.6943 889.168C28.8528 889.274 28.9777 889.423 29.0544 889.597C29.1311 889.772 29.1564 889.964 29.1272 890.153C29.0981 890.341 29.0158 890.517 28.8901 890.66L12.2601 908.66C12.1675 908.766 12.0537 908.85 11.9262 908.909C11.7987 908.967 11.6604 908.999 11.5201 909ZM10.1801 907H11.0901L25.8601 891H20.5901C20.3904 891.01 20.1924 890.959 20.0218 890.855C19.8512 890.751 19.7157 890.598 19.6328 890.416C19.5499 890.234 19.5235 890.031 19.5568 889.834C19.5902 889.637 19.6819 889.455 19.8201 889.31L28.8801 879H18.1901L8.77006 894H15.2001C15.3683 894.003 15.5331 894.049 15.6791 894.132C15.8251 894.216 15.9477 894.335 16.0354 894.479C16.1232 894.622 16.1733 894.786 16.1811 894.954C16.1889 895.122 16.1541 895.289 16.0801 895.44L10.1801 907Z" fill="#565656"/>
|
|
93
|
+
<path d="M17.53 941H7V925H14.31C14.8404 925 15.3491 924.789 15.7242 924.414C16.0993 924.039 16.31 923.53 16.31 923H7V919H13.49L16.1 922.59C16.1931 922.717 16.315 922.821 16.4558 922.892C16.5966 922.963 16.7522 923 16.91 923H31V930.52C31.756 931.029 32.4303 931.649 33 932.36V923C33 922.47 32.7893 921.961 32.4142 921.586C32.0391 921.211 31.5304 921 31 921H17.42L15.11 917.82C14.9238 917.565 14.68 917.358 14.3984 917.216C14.1169 917.073 13.8056 916.999 13.49 917H7C6.46957 917 5.96086 917.211 5.58579 917.586C5.21071 917.961 5 918.47 5 919V941C5 941.53 5.21071 942.039 5.58579 942.414C5.96086 942.789 6.46957 943 7 943H18.52C18.1091 942.377 17.7766 941.705 17.53 941Z" fill="#565656"/>
|
|
94
|
+
<path d="M26 945C24.6155 945 23.2622 944.589 22.111 943.82C20.9599 943.051 20.0627 941.958 19.5328 940.679C19.003 939.4 18.8644 937.992 19.1345 936.634C19.4046 935.277 20.0713 934.029 21.0503 933.05C22.0292 932.071 23.2765 931.405 24.6344 931.135C25.9922 930.864 27.3997 931.003 28.6788 931.533C29.9579 932.063 31.0511 932.96 31.8203 934.111C32.5895 935.262 33 936.616 33 938C33 939.857 32.2625 941.637 30.9498 942.95C29.637 944.263 27.8565 945 26 945ZM26 933C25.0111 933 24.0444 933.293 23.2222 933.843C22.3999 934.392 21.759 935.173 21.3806 936.087C21.0022 937 20.9032 938.006 21.0961 938.975C21.289 939.945 21.7652 940.836 22.4645 941.536C23.1637 942.235 24.0546 942.711 25.0246 942.904C25.9945 943.097 26.9998 942.998 27.9134 942.619C28.8271 942.241 29.6079 941.6 30.1574 940.778C30.7068 939.956 31 938.989 31 938C31 936.674 30.4732 935.402 29.5355 934.464C28.5979 933.527 27.3261 933 26 933Z" fill="#565656"/>
|
|
95
|
+
<path d="M34.0002 947C33.8686 947.001 33.7381 946.976 33.6163 946.926C33.4944 946.876 33.3836 946.803 33.2902 946.71L29.7902 943.21C29.6969 943.117 29.623 943.006 29.5725 942.884C29.5221 942.763 29.4961 942.632 29.4961 942.5C29.4961 942.368 29.5221 942.238 29.5725 942.116C29.623 941.994 29.6969 941.883 29.7902 941.79C29.8834 941.697 29.9941 941.623 30.1159 941.573C30.2378 941.522 30.3683 941.496 30.5002 941.496C30.632 941.496 30.7626 941.522 30.8844 941.573C31.0063 941.623 31.1169 941.697 31.2102 941.79L34.7102 945.29C34.8039 945.383 34.8783 945.494 34.9291 945.616C34.9798 945.737 35.006 945.868 35.006 946C35.006 946.132 34.9798 946.263 34.9291 946.385C34.8783 946.507 34.8039 946.617 34.7102 946.71C34.6167 946.803 34.5059 946.876 34.3841 946.926C34.2623 946.976 34.1318 947.001 34.0002 947Z" fill="#565656"/>
|
|
96
|
+
<path d="M33 959V957H20C19.2044 957 18.4413 957.316 17.8787 957.879C17.3161 958.441 17 959.204 17 960V961H3V963H17V965H3V967H17V969H3V971H17V973H3V975H17V977H3V979H17V980C17 980.796 17.3161 981.559 17.8787 982.121C18.4413 982.684 19.2044 983 20 983H33V981H35V979H33V977H35V975H33V973H35V971H33V969H35V967H33V965H35V963H33V961H35V959H33ZM31 981H20C19.7348 981 19.4804 980.895 19.2929 980.707C19.1054 980.52 19 980.265 19 980V960C19 959.735 19.1054 959.48 19.2929 959.293C19.4804 959.105 19.7348 959 20 959H31V981Z" fill="#565656"/>
|
|
97
|
+
<path d="M14.48 1018.52L26.4 1007L14.48 995.48C14.1551 995.167 13.7192 994.996 13.2682 995.004C12.8172 995.013 12.388 995.2 12.075 995.525C11.7621 995.85 11.591 996.286 11.5994 996.737C11.6079 997.188 11.7951 997.617 12.12 997.93L21.51 1007L12.12 1016.08C11.9591 1016.23 11.8304 1016.42 11.741 1016.62C11.6517 1016.83 11.6036 1017.05 11.5994 1017.27C11.5952 1017.5 11.6351 1017.72 11.7167 1017.93C11.7983 1018.13 11.9201 1018.32 12.075 1018.48C12.23 1018.65 12.4151 1018.77 12.6198 1018.86C12.8246 1018.95 13.0449 1019 13.2682 1019.01C13.4915 1019.01 13.7135 1018.97 13.9214 1018.89C14.1293 1018.81 14.3191 1018.68 14.48 1018.53V1018.52Z" fill="#565656"/>
|
|
98
|
+
<path d="M7.48003 1040.48L19 1052.4L30.52 1040.48C30.833 1040.16 31.0041 1039.72 30.9956 1039.27C30.9872 1038.82 30.7999 1038.39 30.475 1038.08C30.1501 1037.76 29.7142 1037.59 29.2632 1037.6C28.8122 1037.61 28.383 1037.8 28.07 1038.12L19 1047.51L9.92003 1038.12C9.60708 1037.8 9.17788 1037.61 8.72685 1037.6C8.27583 1037.59 7.83992 1037.76 7.51503 1038.08C7.19014 1038.39 7.00288 1038.82 6.99444 1039.27C6.986 1039.72 7.15707 1040.16 7.47003 1040.48H7.48003Z" fill="#565656"/>
|
|
99
|
+
<path d="M19 1091C16.6266 1091 14.3066 1090.3 12.3332 1088.98C10.3598 1087.66 8.8217 1085.78 7.91345 1083.59C7.0052 1081.4 6.76756 1078.99 7.23058 1076.66C7.6936 1074.33 8.83649 1072.19 10.5147 1070.51C12.193 1068.84 14.3312 1067.69 16.6589 1067.23C18.9867 1066.77 21.3995 1067.01 23.5922 1067.91C25.7849 1068.82 27.6591 1070.36 28.9776 1072.33C30.2962 1074.31 31 1076.63 31 1079C31 1082.18 29.7357 1085.23 27.4853 1087.49C25.2348 1089.74 22.1826 1091 19 1091ZM19 1069C17.0222 1069 15.0888 1069.59 13.4443 1070.69C11.7998 1071.78 10.5181 1073.35 9.76121 1075.17C9.00433 1077 8.8063 1079.01 9.19215 1080.95C9.578 1082.89 10.5304 1084.67 11.9289 1086.07C13.3275 1087.47 15.1093 1088.42 17.0491 1088.81C18.9889 1089.19 20.9996 1089 22.8268 1088.24C24.6541 1087.48 26.2159 1086.2 27.3147 1084.56C28.4135 1082.91 29 1080.98 29 1079C29 1077.69 28.7413 1076.39 28.2388 1075.17C27.7363 1073.96 26.9997 1072.86 26.0711 1071.93C25.1425 1071 24.0401 1070.26 22.8268 1069.76C21.6136 1069.26 20.3132 1069 19 1069Z" fill="#565656"/>
|
|
100
|
+
<path d="M26 1098.89C25.8295 1098.89 25.6615 1098.85 25.51 1098.77L19 1095.14L12.49 1098.77C12.3373 1098.86 12.1646 1098.9 11.9893 1098.9C11.8141 1098.9 11.6424 1098.85 11.4915 1098.76C11.3406 1098.67 11.2157 1098.54 11.1295 1098.39C11.0432 1098.24 10.9986 1098.07 11 1097.89V1087.75H13V1096.19L18.51 1093.13C18.6621 1093.04 18.8345 1093 19.01 1093C19.1856 1093 19.358 1093.04 19.51 1093.13L25 1096.19V1087.56H27V1097.89C27 1098.16 26.8947 1098.41 26.7071 1098.6C26.5196 1098.78 26.2653 1098.89 26 1098.89Z" fill="#565656"/>
|
|
101
|
+
<path d="M23.0002 1105C21.2862 1104.99 19.5893 1105.34 18.0256 1106.04C16.4619 1106.75 15.0683 1107.78 13.9402 1109.07C12.8121 1110.36 11.976 1111.88 11.4893 1113.52C11.0026 1115.16 10.8767 1116.89 11.1202 1118.59C11.5725 1118.33 12.0862 1118.18 12.6102 1118.18C12.7667 1118.17 12.9237 1118.17 13.0802 1118.18C13.0296 1117.79 13.0029 1117.39 13.0002 1117C13.0002 1115.02 13.5867 1113.09 14.6855 1111.44C15.7843 1109.8 17.3461 1108.52 19.1734 1107.76C21.0006 1107 23.0113 1106.81 24.9511 1107.19C26.8909 1107.58 28.6727 1108.53 30.0713 1109.93C31.4698 1111.33 32.4222 1113.11 32.808 1115.05C33.1939 1116.99 32.9959 1119 32.239 1120.83C31.4821 1122.65 30.2004 1124.22 28.5559 1125.31C26.9114 1126.41 24.978 1127 23.0002 1127C21.2406 1126.99 19.515 1126.52 18.0002 1125.62C17.8812 1125.8 17.7474 1125.97 17.6002 1126.13L16.6602 1127.06C17.2578 1127.21 17.7955 1127.54 18.2002 1128C19.7129 1128.66 21.3479 1129.01 23.0002 1129C25.1077 1129 27.1772 1128.44 29.0002 1127.38V1134.19L23.4902 1131.13C23.3382 1131.04 23.1657 1131 22.9902 1131C22.8147 1131 22.6422 1131.04 22.4902 1131.13L18.3002 1133.47C17.7458 1134.78 16.8893 1135.95 15.8002 1136.87C16.0347 1136.92 16.2796 1136.88 16.4902 1136.77L23.0002 1133.14L29.5102 1136.77C29.6616 1136.85 29.8296 1136.89 30.0002 1136.89C30.2654 1136.89 30.5198 1136.78 30.7073 1136.6C30.8948 1136.41 31.0002 1136.16 31.0002 1135.89V1125.89C32.7918 1124.27 34.0508 1122.14 34.6122 1119.79C35.1736 1117.43 35.0113 1114.97 34.1464 1112.71C33.2816 1110.45 31.7546 1108.51 29.7656 1107.13C27.7766 1105.75 25.4184 1105.01 23.0002 1105Z" fill="#565656"/>
|
|
102
|
+
<path d="M16 1129C15.7348 1129 15.4804 1129.11 15.2929 1129.29C15.1054 1129.48 15 1129.73 15 1130C15 1130.99 14.7068 1131.96 14.1574 1132.78C13.6079 1133.6 12.8271 1134.24 11.9134 1134.62C10.9998 1135 9.99446 1135.1 9.02455 1134.9C8.05465 1134.71 7.16373 1134.23 6.46447 1133.54C5.76521 1132.84 5.289 1131.95 5.09608 1130.98C4.90315 1130.01 5.00217 1129 5.38061 1128.09C5.75904 1127.17 6.39991 1126.39 7.22215 1125.84C8.0444 1125.29 9.0111 1125 10 1125H13L11.9 1126.13C11.7953 1126.22 11.7103 1126.33 11.6503 1126.45C11.5903 1126.58 11.5565 1126.71 11.5512 1126.85C11.5459 1126.99 11.5691 1127.13 11.6194 1127.25C11.6696 1127.38 11.7459 1127.5 11.8434 1127.6C11.9408 1127.69 12.0574 1127.77 12.1857 1127.82C12.314 1127.87 12.4513 1127.89 12.5891 1127.89C12.7268 1127.88 12.8619 1127.85 12.986 1127.79C13.11 1127.73 13.2204 1127.64 13.31 1127.54L16.14 1124.71C16.3263 1124.52 16.4308 1124.27 16.4308 1124.01C16.4308 1123.74 16.3263 1123.49 16.14 1123.3L13.31 1120.47C13.2204 1120.37 13.11 1120.28 12.986 1120.22C12.8619 1120.16 12.7268 1120.13 12.5891 1120.12C12.4513 1120.12 12.314 1120.14 12.1857 1120.19C12.0574 1120.24 11.9408 1120.32 11.8434 1120.41C11.7459 1120.51 11.6696 1120.63 11.6194 1120.76C11.5691 1120.88 11.5459 1121.02 11.5512 1121.16C11.5565 1121.3 11.5903 1121.43 11.6503 1121.56C11.7103 1121.68 11.7953 1121.79 11.9 1121.88L13 1123H10C8.61553 1123 7.26216 1123.41 6.11101 1124.18C4.95987 1124.95 4.06266 1126.04 3.53285 1127.32C3.00303 1128.6 2.86441 1130.01 3.13451 1131.37C3.4046 1132.72 4.07129 1133.97 5.05026 1134.95C6.02922 1135.93 7.2765 1136.6 8.63437 1136.87C9.99224 1137.14 11.3997 1137 12.6788 1136.47C13.9579 1135.94 15.0511 1135.04 15.8203 1133.89C16.5895 1132.74 17 1131.38 17 1130C17 1129.73 16.8946 1129.48 16.7071 1129.29C16.5196 1129.11 16.2652 1129 16 1129Z" fill="#565656"/>
|
|
103
|
+
<path d="M26 1174.89C25.8291 1174.89 25.6604 1174.85 25.51 1174.77L19 1171.14L12.49 1174.77C12.2592 1174.9 11.9864 1174.93 11.7315 1174.86C11.4766 1174.79 11.2603 1174.62 11.13 1174.39C11.0436 1174.24 10.9988 1174.07 11 1173.89V1163.75H13V1172.19L18.51 1169.13C18.662 1169.04 18.8345 1169 19.01 1169C19.1856 1169 19.358 1169.04 19.51 1169.13L25 1172.19V1163.56H27V1173.89C27 1174.16 26.8947 1174.41 26.7071 1174.6C26.5196 1174.78 26.2652 1174.89 26 1174.89Z" fill="#565656"/>
|
|
104
|
+
<path d="M27.9999 1161H27.1199C26.1823 1162.29 24.9502 1163.35 23.5255 1164.07C22.1008 1164.8 20.5242 1165.17 18.9259 1165.17C17.3276 1165.16 15.7533 1164.78 14.333 1164.04C12.9128 1163.31 11.6872 1162.25 10.7575 1160.95C9.82776 1159.65 9.22053 1158.15 8.9859 1156.57C8.75128 1154.99 8.89598 1153.37 9.40808 1151.86C9.92017 1150.34 10.785 1148.97 11.9311 1147.86C13.0773 1146.74 14.4719 1145.92 15.9999 1145.45C16.7182 1145.22 17.4592 1145.07 18.2099 1145C18.5734 1144.29 19.0126 1143.62 19.5199 1143C17.4 1142.91 15.2938 1143.38 13.4161 1144.37C11.5384 1145.36 9.95622 1146.83 8.83092 1148.62C7.70563 1150.42 7.07744 1152.49 7.01039 1154.61C6.94334 1156.73 7.43982 1158.83 8.44923 1160.7C9.45865 1162.56 10.9449 1164.13 12.7565 1165.23C14.568 1166.34 16.6401 1166.94 18.7616 1166.99C20.883 1167.03 22.9779 1166.51 24.8327 1165.48C26.6874 1164.45 28.2358 1162.94 29.3199 1161.12L29.4399 1160.86C28.964 1160.94 28.4827 1160.99 27.9999 1161Z" fill="#565656"/>
|
|
105
|
+
<path d="M28 1141C26.22 1141 24.4799 1141.53 22.9999 1142.52C21.5198 1143.51 20.3663 1144.91 19.6851 1146.56C19.0039 1148.2 18.8257 1150.01 19.1729 1151.76C19.5202 1153.5 20.3774 1155.11 21.636 1156.36C22.8947 1157.62 24.4984 1158.48 26.2442 1158.83C27.99 1159.17 29.7996 1159 31.4442 1158.31C33.0887 1157.63 34.4943 1156.48 35.4832 1155C36.4722 1153.52 37 1151.78 37 1150C37 1147.61 36.0518 1145.32 34.364 1143.64C32.6761 1141.95 30.387 1141 28 1141ZM29 1155H27V1153H29V1155ZM29 1151H27V1145H29V1151Z" fill="#F84E30"/>
|
|
106
|
+
<path d="M19 1213C15.8355 1213 12.7421 1212.06 10.1109 1210.3C7.4797 1208.55 5.42894 1206.05 4.21793 1203.12C3.00693 1200.2 2.69008 1196.98 3.30744 1193.88C3.92481 1190.77 5.44866 1187.92 7.6863 1185.69C9.92394 1183.45 12.7749 1181.92 15.8786 1181.31C18.9823 1180.69 22.1993 1181.01 25.1229 1182.22C28.0466 1183.43 30.5454 1185.48 32.3035 1188.11C34.0616 1190.74 35 1193.84 35 1197C35 1201.24 33.3143 1205.31 30.3137 1208.31C27.3131 1211.31 23.2435 1213 19 1213ZM19 1183C16.2311 1183 13.5243 1183.82 11.222 1185.36C8.91974 1186.9 7.12532 1189.08 6.06569 1191.64C5.00607 1194.2 4.72882 1197.02 5.26901 1199.73C5.80921 1202.45 7.14258 1204.94 9.10051 1206.9C11.0584 1208.86 13.553 1210.19 16.2687 1210.73C18.9845 1211.27 21.7994 1210.99 24.3576 1209.93C26.9157 1208.87 29.1022 1207.08 30.6406 1204.78C32.1789 1202.48 33 1199.77 33 1197C33 1193.29 31.525 1189.73 28.8995 1187.1C26.274 1184.48 22.713 1183 19 1183Z" fill="#59A011"/>
|
|
107
|
+
<path d="M15.7198 1204.69L8.78977 1197.77C8.62595 1197.58 8.54034 1197.33 8.55006 1197.08C8.55978 1196.83 8.66412 1196.59 8.84221 1196.41C9.0203 1196.23 9.25904 1196.13 9.51072 1196.12C9.7624 1196.11 10.0085 1196.2 10.1998 1196.36L15.6998 1201.86L26.7898 1190.79C26.9811 1190.63 27.2271 1190.54 27.4788 1190.55C27.7305 1190.56 27.9692 1190.66 28.1473 1190.84C28.3254 1191.02 28.4298 1191.26 28.4395 1191.51C28.4492 1191.76 28.3636 1192.01 28.1998 1192.2L15.7198 1204.69Z" fill="#59A011"/>
|
|
108
|
+
<path d="M9.28994 1234.71C9.3829 1234.8 9.4935 1234.88 9.61536 1234.93C9.73722 1234.98 9.86793 1235.01 9.99994 1235.01C10.132 1235.01 10.2627 1234.98 10.3845 1234.93C10.5064 1234.88 10.617 1234.8 10.7099 1234.71L12.9999 1232.41V1229H16.4099L18.7099 1226.71C18.8032 1226.62 18.8771 1226.51 18.9276 1226.38C18.9781 1226.26 19.004 1226.13 19.004 1226C19.004 1225.87 18.9781 1225.74 18.9276 1225.62C18.8771 1225.49 18.8032 1225.38 18.7099 1225.29C18.6167 1225.2 18.506 1225.12 18.3842 1225.07C18.2624 1225.02 18.1318 1225 17.9999 1225C17.8681 1225 17.7375 1225.02 17.6157 1225.07C17.4939 1225.12 17.3832 1225.2 17.2899 1225.29L13.9999 1228.59L10.7099 1225.29C10.5216 1225.1 10.2662 1225 9.99994 1225C9.73364 1225 9.47824 1225.1 9.28994 1225.29C9.10164 1225.48 8.99585 1225.73 8.99585 1226C8.99585 1226.27 9.10164 1226.52 9.28994 1226.71L12.5899 1230L9.28994 1233.29C9.19621 1233.38 9.12182 1233.49 9.07105 1233.62C9.02028 1233.74 8.99414 1233.87 8.99414 1234C8.99414 1234.13 9.02028 1234.26 9.07105 1234.38C9.12182 1234.51 9.19621 1234.62 9.28994 1234.71Z" fill="#F84E30"/>
|
|
109
|
+
<path d="M13 1238.94C11.3152 1238.75 9.71765 1238.09 8.39119 1237.04C7.06473 1235.98 6.06336 1234.57 5.50235 1232.97C4.94135 1231.37 4.84354 1229.65 5.22018 1228C5.59681 1226.34 6.43259 1224.83 7.63127 1223.63C8.82994 1222.43 10.3428 1221.6 11.9956 1221.22C13.6484 1220.84 15.374 1220.94 16.9737 1221.5C18.5733 1222.06 19.982 1223.06 21.0376 1224.39C22.0931 1225.72 22.7526 1227.32 22.94 1229H24.94C24.7417 1226.92 23.9553 1224.94 22.6729 1223.29C21.3905 1221.64 19.665 1220.39 17.6984 1219.69C15.7318 1218.98 13.6053 1218.85 11.5677 1219.31C9.53004 1219.77 7.66548 1220.8 6.1921 1222.29C4.71872 1223.77 3.69744 1225.64 3.24771 1227.68C2.79798 1229.72 2.93839 1231.84 3.65252 1233.8C4.36666 1235.77 5.62499 1237.49 7.28033 1238.76C8.93567 1240.04 10.9196 1240.81 13 1241V1238.94Z" fill="#F84E30"/>
|
|
110
|
+
<path d="M34 1251H16C15.7348 1251 15.4804 1250.89 15.2929 1250.71C15.1054 1250.52 15 1250.27 15 1250V1232C15 1231.73 15.1054 1231.48 15.2929 1231.29C15.4804 1231.11 15.7348 1231 16 1231H34C34.2652 1231 34.5196 1231.11 34.7071 1231.29C34.8946 1231.48 35 1231.73 35 1232V1250C35 1250.27 34.8946 1250.52 34.7071 1250.71C34.5196 1250.89 34.2652 1251 34 1251ZM17 1249H33V1233H17V1249Z" fill="#59A011"/>
|
|
111
|
+
<path d="M23.6701 1246.34L18.4601 1241.14C18.3669 1241.05 18.2929 1240.94 18.2424 1240.81C18.192 1240.69 18.166 1240.56 18.166 1240.43C18.166 1240.3 18.192 1240.17 18.2424 1240.05C18.2929 1239.92 18.3669 1239.81 18.4601 1239.72C18.5533 1239.63 18.664 1239.55 18.7859 1239.5C18.9077 1239.45 19.0382 1239.43 19.1701 1239.43C19.302 1239.43 19.4325 1239.45 19.5544 1239.5C19.6762 1239.55 19.7869 1239.63 19.8801 1239.72L23.6701 1243.52L30.1401 1237C30.3284 1236.81 30.5838 1236.71 30.8501 1236.71C31.1164 1236.71 31.3718 1236.81 31.5601 1237C31.7484 1237.19 31.8542 1237.44 31.8542 1237.71C31.8542 1237.98 31.7484 1238.23 31.5601 1238.42L23.6701 1246.34Z" fill="#59A011"/>
|
|
112
|
+
<path d="M14.7198 1282.69L4.28977 1272.27C4.12595 1272.08 4.04034 1271.83 4.05006 1271.58C4.05978 1271.33 4.16412 1271.09 4.34221 1270.91C4.5203 1270.73 4.75904 1270.63 5.01072 1270.62C5.2624 1270.61 5.50847 1270.7 5.69977 1270.86L14.6998 1279.86L32.2898 1262.29C32.4811 1262.13 32.7271 1262.04 32.9788 1262.05C33.2305 1262.06 33.4692 1262.16 33.6473 1262.34C33.8254 1262.52 33.9298 1262.76 33.9395 1263.01C33.9492 1263.26 33.8636 1263.51 33.6998 1263.7L14.7198 1282.69Z" fill="#565656"/>
|
|
113
|
+
<path d="M19 1295C15.8355 1295 12.7421 1295.94 10.1109 1297.7C7.4797 1299.45 5.42894 1301.95 4.21793 1304.88C3.00693 1307.8 2.69008 1311.02 3.30744 1314.12C3.92481 1317.23 5.44866 1320.08 7.6863 1322.31C9.92394 1324.55 12.7749 1326.08 15.8786 1326.69C18.9823 1327.31 22.1993 1326.99 25.1229 1325.78C28.0466 1324.57 30.5454 1322.52 32.3035 1319.89C34.0616 1317.26 35 1314.16 35 1311C35 1306.76 33.3143 1302.69 30.3137 1299.69C27.3131 1296.69 23.2435 1295 19 1295ZM19 1325C16.2311 1325 13.5243 1324.18 11.222 1322.64C8.91974 1321.1 7.12532 1318.92 6.06569 1316.36C5.00607 1313.8 4.72882 1310.98 5.26901 1308.27C5.80921 1305.55 7.14258 1303.06 9.10051 1301.1C11.0584 1299.14 13.553 1297.81 16.2687 1297.27C18.9845 1296.73 21.7994 1297.01 24.3576 1298.07C26.9157 1299.13 29.1022 1300.92 30.6406 1303.22C32.1789 1305.52 33 1308.23 33 1311C33 1314.71 31.525 1318.27 28.8995 1320.9C26.274 1323.53 22.713 1325 19 1325Z" fill="#565656"/>
|
|
114
|
+
<path d="M19.9199 1311.4V1303.75C19.9199 1303.48 19.8146 1303.23 19.627 1303.04C19.4395 1302.86 19.1851 1302.75 18.9199 1302.75C18.6547 1302.75 18.4004 1302.86 18.2128 1303.04C18.0253 1303.23 17.9199 1303.48 17.9199 1303.75V1312.47L23.8199 1316.47C23.9286 1316.55 24.0528 1316.61 24.185 1316.64C24.3171 1316.67 24.4544 1316.68 24.5885 1316.66C24.7226 1316.63 24.8506 1316.58 24.9647 1316.51C25.0789 1316.44 25.1767 1316.34 25.2523 1316.23C25.3279 1316.11 25.3796 1315.99 25.4044 1315.85C25.4291 1315.72 25.4263 1315.58 25.3961 1315.45C25.3659 1315.32 25.309 1315.19 25.2289 1315.08C25.1487 1314.97 25.047 1314.88 24.9299 1314.81L19.9199 1311.4Z" fill="#565656"/>
|
|
115
|
+
<path d="M9.0002 1310.94C8.99106 1309.14 9.4703 1307.37 10.3868 1305.83C11.3034 1304.28 12.6228 1303.01 14.2045 1302.15C15.7862 1301.29 17.5709 1300.88 19.3682 1300.96C21.1655 1301.04 22.9081 1301.6 24.4102 1302.59L25.2602 1301.23C23.8334 1300.3 22.2174 1299.69 20.5281 1299.45C18.8389 1299.22 17.1184 1299.36 15.4902 1299.87C13.8621 1300.37 12.3667 1301.24 11.1114 1302.39C9.85621 1303.55 8.87231 1304.96 8.23044 1306.55C7.58856 1308.13 7.30464 1309.83 7.39906 1311.53C7.49348 1313.23 7.96391 1314.9 8.77655 1316.39C9.58918 1317.89 10.7239 1319.2 12.0991 1320.2C13.4743 1321.21 15.0558 1321.91 16.7302 1322.23L17.0002 1320.7C14.7482 1320.24 12.7233 1319.02 11.2662 1317.24C9.80916 1315.46 9.00893 1313.24 9.0002 1310.94Z" fill="#565656"/>
|
|
116
|
+
<path d="M7 1337H23V1341H25V1337C25 1336.47 24.7893 1335.96 24.4142 1335.59C24.0391 1335.21 23.5304 1335 23 1335H7C6.46957 1335 5.96086 1335.21 5.58579 1335.59C5.21071 1335.96 5 1336.47 5 1337V1353C5 1353.53 5.21071 1354.04 5.58579 1354.41C5.96086 1354.79 6.46957 1355 7 1355H11V1353H7V1337Z" fill="#565656"/>
|
|
117
|
+
<path d="M31 1343H15C14.4696 1343 13.9609 1343.21 13.5858 1343.59C13.2107 1343.96 13 1344.47 13 1345V1361C13 1361.53 13.2107 1362.04 13.5858 1362.41C13.9609 1362.79 14.4696 1363 15 1363H31C31.5304 1363 32.0391 1362.79 32.4142 1362.41C32.7893 1362.04 33 1361.53 33 1361V1345C33 1344.47 32.7893 1343.96 32.4142 1343.59C32.0391 1343.21 31.5304 1343 31 1343ZM31 1361H15V1345H31V1361Z" fill="#565656"/>
|
|
118
|
+
<path d="M22 1359H24V1354H29V1352H24V1347H22V1352H17V1354H22V1359Z" fill="#565656"/>
|
|
119
|
+
<path d="M23 1381V1385H22C21.7348 1385 21.4804 1384.89 21.2929 1384.71C21.1054 1384.52 21 1384.27 21 1384V1373H28C28.2652 1373 28.5196 1373.11 28.7071 1373.29C28.8946 1373.48 29 1373.73 29 1374V1382H31V1374C31 1373.2 30.6839 1372.44 30.1213 1371.88C29.5587 1371.32 28.7956 1371 28 1371H18C17.2044 1371 16.4413 1371.32 15.8787 1371.88C15.3161 1372.44 15 1373.2 15 1374V1375H17V1374C17 1373.73 17.1054 1373.48 17.2929 1373.29C17.4804 1373.11 17.7348 1373 18 1373H19V1384C19 1384.8 19.3161 1385.56 19.8787 1386.12C20.4413 1386.68 21.2044 1387 22 1387H32C32.7956 1387 33.5587 1386.68 34.1213 1386.12C34.6839 1385.56 35 1384.8 35 1384V1381H23ZM33 1384C33 1384.27 32.8946 1384.52 32.7071 1384.71C32.5196 1384.89 32.2652 1385 32 1385H25V1383H33V1384ZM11 1397V1401H10C9.73478 1401 9.48043 1400.89 9.29289 1400.71C9.10536 1400.52 9 1400.27 9 1400V1389H16C16.2652 1389 16.5196 1389.11 16.7071 1389.29C16.8946 1389.48 17 1389.73 17 1390V1398H19V1390C19 1389.2 18.6839 1388.44 18.1213 1387.88C17.5587 1387.32 16.7956 1387 16 1387H6C5.20435 1387 4.44129 1387.32 3.87868 1387.88C3.31607 1388.44 3 1389.2 3 1390V1391H5V1390C5 1389.73 5.10536 1389.48 5.29289 1389.29C5.48043 1389.11 5.73478 1389 6 1389H7V1400C7 1400.8 7.31607 1401.56 7.87868 1402.12C8.44129 1402.68 9.20435 1403 10 1403H20C20.7956 1403 21.5587 1402.68 22.1213 1402.12C22.6839 1401.56 23 1400.8 23 1400V1397H11ZM21 1400C21 1400.27 20.8946 1400.52 20.7071 1400.71C20.5196 1400.89 20.2652 1401 20 1401H13V1399H21V1400Z" fill="black"/>
|
|
120
|
+
<path d="M12.9999 1383.83C12.8683 1383.83 12.7379 1383.81 12.616 1383.76C12.4942 1383.71 12.3834 1383.63 12.2899 1383.54C12.1962 1383.45 12.1218 1383.34 12.071 1383.21C12.0203 1383.09 11.9941 1382.96 11.9941 1382.83C11.9941 1382.7 12.0203 1382.57 12.071 1382.45C12.1218 1382.32 12.1962 1382.21 12.2899 1382.12L14.4099 1380L12.2899 1377.88C12.1967 1377.79 12.1227 1377.68 12.0723 1377.55C12.0218 1377.43 11.9958 1377.3 11.9958 1377.17C11.9958 1377.04 12.0218 1376.91 12.0723 1376.79C12.1227 1376.66 12.1967 1376.55 12.2899 1376.46C12.3832 1376.37 12.4939 1376.29 12.6157 1376.24C12.7375 1376.19 12.8681 1376.17 12.9999 1376.17C13.1318 1376.17 13.2624 1376.19 13.3842 1376.24C13.506 1376.29 13.6167 1376.37 13.7099 1376.46L17.2399 1380L13.7099 1383.54C13.6165 1383.63 13.5057 1383.71 13.3838 1383.76C13.262 1383.81 13.1315 1383.83 12.9999 1383.83Z" fill="black"/>
|
|
121
|
+
<path d="M9 1385H7V1382C7 1381.2 7.31607 1380.44 7.87868 1379.88C8.44129 1379.32 9.20435 1379 10 1379H15V1381H10C9.73478 1381 9.48043 1381.11 9.29289 1381.29C9.10536 1381.48 9 1381.73 9 1382V1385Z" fill="black"/>
|
|
122
|
+
<path d="M18 1424C18 1423.73 17.8946 1423.48 17.7071 1423.29C17.5196 1423.11 17.2652 1423 17 1423H5C4.73478 1423 4.48043 1423.11 4.29289 1423.29C4.10536 1423.48 4 1423.73 4 1424V1440C4 1440.27 4.10536 1440.52 4.29289 1440.71C4.48043 1440.89 4.73478 1441 5 1441H11C11.1316 1441 11.2621 1440.98 11.3839 1440.93C11.5057 1440.88 11.6166 1440.8 11.71 1440.71L17.71 1434.71C17.8027 1434.62 17.876 1434.51 17.9258 1434.38C17.9755 1434.26 18.0008 1434.13 18 1434V1424ZM11 1433C10.7348 1433 10.4804 1433.11 10.2929 1433.29C10.1054 1433.48 10 1433.73 10 1434V1439H6V1425H16V1433H11ZM12 1437.59V1435H14.59L12 1437.59ZM14.71 1413.46C14.5217 1413.27 14.2663 1413.17 14 1413.17C13.7337 1413.17 13.4783 1413.27 13.29 1413.46C13.1017 1413.65 12.9959 1413.9 12.9959 1414.17C12.9959 1414.44 13.1017 1414.69 13.29 1414.88L14.41 1416H11C10.2044 1416 9.44129 1416.32 8.87868 1416.88C8.31607 1417.44 8 1418.2 8 1419V1421H10V1419C10 1418.73 10.1054 1418.48 10.2929 1418.29C10.4804 1418.11 10.7348 1418 11 1418H14.41L13.29 1419.12C13.1037 1419.31 12.9992 1419.56 12.9992 1419.82C12.9992 1420.09 13.1037 1420.34 13.29 1420.53C13.383 1420.62 13.4936 1420.7 13.6154 1420.75C13.7373 1420.8 13.868 1420.83 14 1420.83C14.132 1420.83 14.2627 1420.8 14.3846 1420.75C14.5064 1420.7 14.617 1420.62 14.71 1420.53L18.24 1417L14.71 1413.46ZM33.84 1409.9C33.84 1409.63 33.7346 1409.38 33.5471 1409.19C33.3596 1409.01 33.1052 1408.9 32.84 1408.9H20.84C20.5748 1408.9 20.3204 1409.01 20.1329 1409.19C19.9454 1409.38 19.84 1409.63 19.84 1409.9V1425.9C19.84 1426.17 19.9454 1426.42 20.1329 1426.61C20.3204 1426.79 20.5748 1426.9 20.84 1426.9H26.84C26.9716 1426.9 27.1021 1426.88 27.2239 1426.83C27.3457 1426.78 27.4566 1426.7 27.55 1426.61L33.55 1420.61C33.7299 1420.42 33.8269 1420.16 33.82 1419.9L33.84 1409.9ZM26.84 1418.9C26.5748 1418.9 26.3204 1419.01 26.1329 1419.19C25.9454 1419.38 25.84 1419.63 25.84 1419.9V1424.9H21.84V1410.9H31.84V1418.9H26.84ZM27.84 1423.49V1420.9H30.43L27.84 1423.49Z" fill="#565656"/>
|
|
123
|
+
<path d="M31.5 1451H10.5C10.3069 1451 10.115 1451.03 9.93513 1451.1C9.75525 1451.17 9.59097 1451.28 9.45168 1451.41C9.31238 1451.54 9.2008 1451.7 9.1233 1451.88C9.0458 1452.06 9.0039 1452.25 9 1452.44V1477.56C9.0039 1477.75 9.0458 1477.94 9.1233 1478.12C9.2008 1478.3 9.31238 1478.46 9.45168 1478.59C9.59097 1478.72 9.75525 1478.83 9.93513 1478.9C10.115 1478.97 10.3069 1479 10.5 1479H31.5C31.6931 1479 31.885 1478.97 32.0649 1478.9C32.2447 1478.83 32.409 1478.72 32.5483 1478.59C32.6876 1478.46 32.7992 1478.3 32.8767 1478.12C32.9542 1477.94 32.9961 1477.75 33 1477.56V1452.44C32.9961 1452.25 32.9542 1452.06 32.8767 1451.88C32.7992 1451.7 32.6876 1451.54 32.5483 1451.41C32.409 1451.28 32.2447 1451.17 32.0649 1451.1C31.885 1451.03 31.6931 1451 31.5 1451ZM31 1477.07H11V1452.93H31V1477.07Z" fill="#565656"/>
|
|
124
|
+
<path d="M29 1448.44C28.9961 1448.25 28.9542 1448.06 28.8767 1447.88C28.7992 1447.7 28.6876 1447.54 28.5483 1447.41C28.409 1447.28 28.2447 1447.17 28.0649 1447.1C27.885 1447.03 27.6931 1447 27.5 1447H6.5C6.30695 1447 6.115 1447.03 5.93513 1447.1C5.75525 1447.17 5.59097 1447.28 5.45168 1447.41C5.31238 1447.54 5.2008 1447.7 5.1233 1447.88C5.0458 1448.06 5.0039 1448.25 5 1448.44V1473.56C5.0039 1473.75 5.0458 1473.94 5.1233 1474.12C5.2008 1474.3 5.31238 1474.46 5.45168 1474.59C5.59097 1474.72 5.75525 1474.83 5.93513 1474.9C6.115 1474.97 6.30695 1475 6.5 1475H7V1448.93H29V1448.44Z" fill="#565656"/>
|
|
125
|
+
<path d="M10 1517H4C3.73478 1517 3.48043 1516.89 3.29289 1516.71C3.10536 1516.52 3 1516.27 3 1516V1500C3 1499.73 3.10536 1499.48 3.29289 1499.29C3.48043 1499.11 3.73478 1499 4 1499H16C16.2652 1499 16.5196 1499.11 16.7071 1499.29C16.8946 1499.48 17 1499.73 17 1500V1510H15V1501H5V1515H10V1517Z" fill="#565656"/>
|
|
126
|
+
<path d="M10 1517C9.86882 1517 9.73868 1516.98 9.62 1516.92C9.43738 1516.85 9.28105 1516.72 9.17072 1516.55C9.06039 1516.39 9.00099 1516.2 9 1516V1510C9 1509.73 9.10536 1509.48 9.29289 1509.29C9.48043 1509.11 9.73478 1509 10 1509H16C16.1974 1509 16.3901 1509.06 16.5539 1509.17C16.7176 1509.28 16.845 1509.44 16.92 1509.62C16.9966 1509.8 17.0175 1510 16.9801 1510.2C16.9428 1510.39 16.8488 1510.57 16.71 1510.71L10.71 1516.71C10.6166 1516.8 10.5057 1516.88 10.3839 1516.93C10.2621 1516.98 10.1316 1517 10 1517ZM11 1511V1513.59L13.59 1511H11ZM13 1496.83C12.8684 1496.83 12.7379 1496.81 12.6161 1496.76C12.4943 1496.71 12.3834 1496.63 12.29 1496.54C12.1963 1496.45 12.1219 1496.34 12.0711 1496.21C12.0203 1496.09 11.9942 1495.96 11.9942 1495.83C11.9942 1495.7 12.0203 1495.57 12.0711 1495.45C12.1219 1495.32 12.1963 1495.21 12.29 1495.12L14.41 1493L12.29 1490.88C12.1017 1490.69 11.9959 1490.44 11.9959 1490.17C11.9959 1489.9 12.1017 1489.65 12.29 1489.46C12.4783 1489.27 12.7337 1489.17 13 1489.17C13.2663 1489.17 13.5217 1489.27 13.71 1489.46L17.24 1493L13.71 1496.54C13.6166 1496.63 13.5057 1496.71 13.3839 1496.76C13.2621 1496.81 13.1316 1496.83 13 1496.83Z" fill="#565656"/>
|
|
127
|
+
<path d="M9 1497H7V1495C7 1494.2 7.31607 1493.44 7.87868 1492.88C8.44129 1492.32 9.20435 1492 10 1492H15V1494H10C9.73478 1494 9.48043 1494.11 9.29289 1494.29C9.10536 1494.48 9 1494.73 9 1495V1497Z" fill="#565656"/>
|
|
128
|
+
<path d="M34 1503C33.7348 1503 33.4804 1502.89 33.2929 1502.71C33.1054 1502.52 33 1502.27 33 1502V1487H18C17.7348 1487 17.4804 1486.89 17.2929 1486.71C17.1054 1486.52 17 1486.27 17 1486C17 1485.73 17.1054 1485.48 17.2929 1485.29C17.4804 1485.11 17.7348 1485 18 1485H34C34.2652 1485 34.5196 1485.11 34.7071 1485.29C34.8946 1485.48 35 1485.73 35 1486V1502C35 1502.27 34.8946 1502.52 34.7071 1502.71C34.5196 1502.89 34.2652 1503 34 1503Z" fill="#565656"/>
|
|
129
|
+
<path d="M30.0001 1489H16.0801L18.0801 1491H29.0001V1505H19.0001V1507H30.0001C30.2653 1507 30.5196 1506.89 30.7072 1506.71C30.8947 1506.52 31.0001 1506.27 31.0001 1506V1490C31.0001 1489.73 30.8947 1489.48 30.7072 1489.29C30.5196 1489.11 30.2653 1489 30.0001 1489Z" fill="#565656"/>
|
|
130
|
+
<path d="M19 1493H27V1495H19V1493ZM19 1497H27V1499H19V1497ZM19 1501H27V1503H19V1501Z" fill="#565656"/>
|
|
131
|
+
<path d="M12 1555H4C3.73478 1555 3.48043 1554.89 3.29289 1554.71C3.10536 1554.52 3 1554.27 3 1554V1546C3 1545.73 3.10536 1545.48 3.29289 1545.29C3.48043 1545.11 3.73478 1545 4 1545H12C12.2652 1545 12.5196 1545.11 12.7071 1545.29C12.8946 1545.48 13 1545.73 13 1546V1554C13 1554.27 12.8946 1554.52 12.7071 1554.71C12.5196 1554.89 12.2652 1555 12 1555ZM5 1553H11V1547H5V1553Z" fill="#565656"/>
|
|
132
|
+
<path d="M18 1551H12V1549H17V1543H11V1546H9V1542C9 1541.73 9.10536 1541.48 9.29289 1541.29C9.48043 1541.11 9.73478 1541 10 1541H18C18.2652 1541 18.5196 1541.11 18.7071 1541.29C18.8946 1541.48 19 1541.73 19 1542V1550C19 1550.27 18.8946 1550.52 18.7071 1550.71C18.5196 1550.89 18.2652 1551 18 1551Z" fill="#565656"/>
|
|
133
|
+
<path d="M10 1547H6C5.73478 1547 5.48043 1546.89 5.29289 1546.71C5.10536 1546.52 5 1546.27 5 1546V1538C5 1537.73 5.10536 1537.48 5.29289 1537.29C5.48043 1537.11 5.73478 1537 6 1537H14C14.2652 1537 14.5196 1537.11 14.7071 1537.29C14.8946 1537.48 15 1537.73 15 1538V1542H13V1539H7V1545H10V1547ZM28 1541H22C21.7348 1541 21.4804 1540.89 21.2929 1540.71C21.1054 1540.52 21 1540.27 21 1540V1524C21 1523.73 21.1054 1523.48 21.2929 1523.29C21.4804 1523.11 21.7348 1523 22 1523H34C34.2652 1523 34.5196 1523.11 34.7071 1523.29C34.8946 1523.48 35 1523.73 35 1524V1534H33V1525H23V1539H28V1541Z" fill="#565656"/>
|
|
134
|
+
<path d="M27.9999 1541C27.8688 1541 27.7386 1540.98 27.6199 1540.92C27.4373 1540.85 27.281 1540.72 27.1707 1540.55C27.0603 1540.39 27.0009 1540.2 26.9999 1540V1534C26.9999 1533.73 27.1053 1533.48 27.2928 1533.29C27.4804 1533.11 27.7347 1533 27.9999 1533H33.9999C34.1974 1533 34.3901 1533.06 34.5538 1533.17C34.7175 1533.28 34.8449 1533.44 34.9199 1533.62C34.9965 1533.8 35.0174 1534 34.9801 1534.2C34.9427 1534.39 34.8487 1534.57 34.7099 1534.71L28.7099 1540.71C28.6165 1540.8 28.5057 1540.88 28.3838 1540.93C28.262 1540.98 28.1315 1541 27.9999 1541ZM28.9999 1535V1537.59L31.5899 1535H28.9999ZM12.9999 1534.83C12.8683 1534.83 12.7379 1534.81 12.616 1534.76C12.4942 1534.71 12.3834 1534.63 12.2899 1534.54C12.1962 1534.45 12.1218 1534.34 12.071 1534.21C12.0203 1534.09 11.9941 1533.96 11.9941 1533.83C11.9941 1533.7 12.0203 1533.57 12.071 1533.45C12.1218 1533.32 12.1962 1533.21 12.2899 1533.12L14.4099 1531L12.2899 1528.88C12.1016 1528.69 11.9958 1528.44 11.9958 1528.17C11.9958 1527.9 12.1016 1527.65 12.2899 1527.46C12.4782 1527.27 12.7336 1527.17 12.9999 1527.17C13.2662 1527.17 13.5216 1527.27 13.7099 1527.46L17.2399 1531L13.7099 1534.54C13.6165 1534.63 13.5057 1534.71 13.3838 1534.76C13.262 1534.81 13.1315 1534.83 12.9999 1534.83Z" fill="#565656"/>
|
|
135
|
+
<path d="M9 1535H7V1533C7 1532.2 7.31607 1531.44 7.87868 1530.88C8.44129 1530.32 9.20435 1530 10 1530H15V1532H10C9.73478 1532 9.48043 1532.11 9.29289 1532.29C9.10536 1532.48 9 1532.73 9 1533V1535Z" fill="#565656"/>
|
|
136
|
+
<path d="M28 1579H20C19.7348 1579 19.4804 1578.89 19.2929 1578.71C19.1054 1578.52 19 1578.27 19 1578V1570C19 1569.73 19.1054 1569.48 19.2929 1569.29C19.4804 1569.11 19.7348 1569 20 1569H28C28.2652 1569 28.5196 1569.11 28.7071 1569.29C28.8946 1569.48 29 1569.73 29 1570V1578C29 1578.27 28.8946 1578.52 28.7071 1578.71C28.5196 1578.89 28.2652 1579 28 1579ZM21 1577H27V1571H21V1577Z" fill="#565656"/>
|
|
137
|
+
<path d="M34 1575H28.17V1573H33V1567H27V1569.83H25V1566C25 1565.73 25.1054 1565.48 25.2929 1565.29C25.4804 1565.11 25.7348 1565 26 1565H34C34.2652 1565 34.5196 1565.11 34.7071 1565.29C34.8946 1565.48 35 1565.73 35 1566V1574C35 1574.27 34.8946 1574.52 34.7071 1574.71C34.5196 1574.89 34.2652 1575 34 1575Z" fill="#565656"/>
|
|
138
|
+
<path d="M26.12 1571H22C21.7348 1571 21.4804 1570.89 21.2929 1570.71C21.1054 1570.52 21 1570.27 21 1570V1562C21 1561.73 21.1054 1561.48 21.2929 1561.29C21.4804 1561.11 21.7348 1561 22 1561H30C30.2652 1561 30.5196 1561.11 30.7071 1561.29C30.8946 1561.48 31 1561.73 31 1562V1565.83H29V1563H23V1569H26.12V1571ZM12 1593H4C3.73478 1593 3.48043 1592.89 3.29289 1592.71C3.10536 1592.52 3 1592.27 3 1592V1584C3 1583.73 3.10536 1583.48 3.29289 1583.29C3.48043 1583.11 3.73478 1583 4 1583H12C12.2652 1583 12.5196 1583.11 12.7071 1583.29C12.8946 1583.48 13 1583.73 13 1584V1592C13 1592.27 12.8946 1592.52 12.7071 1592.71C12.5196 1592.89 12.2652 1593 12 1593ZM5 1591H11V1585H5V1591Z" fill="#565656"/>
|
|
139
|
+
<path d="M18 1589H12.17V1587H17V1581H11V1583.83H9V1580C9 1579.73 9.10536 1579.48 9.29289 1579.29C9.48043 1579.11 9.73478 1579 10 1579H18C18.2652 1579 18.5196 1579.11 18.7071 1579.29C18.8946 1579.48 19 1579.73 19 1580V1588C19 1588.27 18.8946 1588.52 18.7071 1588.71C18.5196 1588.89 18.2652 1589 18 1589Z" fill="#565656"/>
|
|
140
|
+
<path d="M10.12 1585H6C5.73478 1585 5.48043 1584.89 5.29289 1584.71C5.10536 1584.52 5 1584.27 5 1584V1576C5 1575.73 5.10536 1575.48 5.29289 1575.29C5.48043 1575.11 5.73478 1575 6 1575H14C14.2652 1575 14.5196 1575.11 14.7071 1575.29C14.8946 1575.48 15 1575.73 15 1576V1579.83H13V1577H7V1583H10.12V1585ZM13 1572.83C12.8684 1572.83 12.7379 1572.81 12.6161 1572.76C12.4943 1572.71 12.3834 1572.63 12.29 1572.54C12.1963 1572.45 12.1219 1572.34 12.0711 1572.21C12.0203 1572.09 11.9942 1571.96 11.9942 1571.83C11.9942 1571.7 12.0203 1571.57 12.0711 1571.45C12.1219 1571.32 12.1963 1571.21 12.29 1571.12L14.41 1569L12.29 1566.88C12.1017 1566.69 11.9959 1566.44 11.9959 1566.17C11.9959 1565.9 12.1017 1565.65 12.29 1565.46C12.4783 1565.27 12.7337 1565.17 13 1565.17C13.2663 1565.17 13.5217 1565.27 13.71 1565.46L17.24 1569L13.71 1572.54C13.6166 1572.63 13.5057 1572.71 13.3839 1572.76C13.2621 1572.81 13.1316 1572.83 13 1572.83Z" fill="#565656"/>
|
|
141
|
+
<path d="M9 1573H7V1571C7 1570.2 7.31607 1569.44 7.87868 1568.88C8.44129 1568.32 9.20435 1568 10 1568H15V1570H10C9.73478 1570 9.48043 1570.11 9.29289 1570.29C9.10536 1570.48 9 1570.73 9 1571V1573Z" fill="#565656"/>
|
|
142
|
+
<path d="M30.6999 1629H19.9999V1627H17.9999V1629H7.19989C6.93467 1629 6.68032 1629.11 6.49278 1629.29C6.30525 1629.48 6.19989 1629.73 6.19989 1630C6.19989 1630.27 6.30525 1630.52 6.49278 1630.71C6.68032 1630.89 6.93467 1631 7.19989 1631H30.6999C30.9651 1631 31.2195 1630.89 31.407 1630.71C31.5945 1630.52 31.6999 1630.27 31.6999 1630C31.6999 1629.73 31.5945 1629.48 31.407 1629.29C31.2195 1629.11 30.9651 1629 30.6999 1629ZM29.9999 1625H9.49989C7.64337 1624.92 5.8945 1624.11 4.63801 1622.74C3.38152 1621.37 2.72032 1619.56 2.79989 1617.7C2.87945 1615.84 3.69326 1614.09 5.06227 1612.84C6.43129 1611.58 8.24337 1610.92 10.0999 1611C10.1499 1609.56 10.4855 1608.14 11.0873 1606.83C11.6891 1605.52 12.5451 1604.34 13.6056 1603.37C14.6661 1602.39 15.91 1601.63 17.2652 1601.14C18.6203 1600.65 20.0597 1600.43 21.4999 1600.5C22.9449 1600.56 24.3631 1600.91 25.6733 1601.53C26.9834 1602.14 28.1598 1603 29.1351 1604.07C30.1104 1605.14 30.8654 1606.39 31.357 1607.75C31.8486 1609.11 32.0671 1610.56 31.9999 1612C31.9882 1613.09 31.8198 1614.16 31.4999 1615.2C32.7591 1615.61 33.8034 1616.51 34.4034 1617.69C35.0034 1618.87 35.11 1620.24 34.6999 1621.5C34.4084 1622.52 33.7905 1623.41 32.9413 1624.04C32.0921 1624.68 31.0586 1625.01 29.9999 1625ZM9.99989 1623H29.9999C30.7955 1623.03 31.5691 1622.74 32.1505 1622.19C32.7319 1621.65 33.0734 1620.9 33.0999 1620.1C33.1264 1619.3 32.8358 1618.53 32.2919 1617.95C31.7481 1617.37 30.9955 1617.03 30.1999 1617C30.0357 1616.99 29.8768 1616.94 29.7372 1616.85C29.5977 1616.76 29.4818 1616.64 29.3999 1616.5C29.3136 1616.37 29.2596 1616.22 29.2422 1616.06C29.2248 1615.91 29.2446 1615.75 29.2999 1615.6C30.2679 1613.41 30.3271 1610.93 29.4645 1608.7C29.0373 1607.59 28.3967 1606.58 27.5792 1605.72C26.7617 1604.87 25.7833 1604.18 24.6999 1603.7C22.5119 1602.73 20.0289 1602.67 17.7972 1603.54C15.5655 1604.4 13.7679 1606.11 12.7999 1608.3C12.2867 1609.47 12.0145 1610.73 11.9999 1612C12.0077 1612.16 11.975 1612.31 11.905 1612.45C11.8349 1612.59 11.7298 1612.71 11.5999 1612.8C11.3822 1613 11.0954 1613.11 10.7999 1613.1C10.6271 1613.12 10.4534 1613.08 10.2999 1613C9.64286 1612.95 8.9815 1613.02 8.35388 1613.22C7.72626 1613.43 7.14477 1613.75 6.64288 1614.18C6.14099 1614.6 5.72862 1615.13 5.42948 1615.71C5.13035 1616.3 4.95036 1616.94 4.89989 1617.6C4.81591 1618.92 5.24887 1620.22 6.10727 1621.23C6.96568 1622.24 8.18226 1622.87 9.49989 1623H9.99989Z" fill="#565656"/>
|
|
143
|
+
<path d="M10.62 1656.88C10.3548 1656.88 10.1004 1656.99 9.91288 1657.17C9.72534 1657.36 9.61999 1657.61 9.61999 1657.88C9.61999 1658.15 9.72534 1658.4 9.91288 1658.59C10.1004 1658.77 10.3548 1658.88 10.62 1658.88H19.13C19.3952 1658.88 19.6496 1658.77 19.8371 1658.59C20.0246 1658.4 20.13 1658.15 20.13 1657.88C20.13 1657.61 20.0246 1657.36 19.8371 1657.17C19.6496 1656.99 19.3952 1656.88 19.13 1656.88H10.62ZM18.61 1649.7C18.2712 1650.43 17.7184 1651.05 17.0243 1651.46C16.3303 1651.87 15.5275 1652.07 14.7216 1652.01C13.9156 1651.96 13.1443 1651.67 12.509 1651.17C11.8738 1650.67 11.4044 1649.99 11.1625 1649.22C10.9207 1648.45 10.9178 1647.62 11.1542 1646.85C11.3906 1646.08 11.8552 1645.4 12.4869 1644.89C13.1186 1644.39 13.8878 1644.09 14.6933 1644.03C15.4989 1643.97 16.303 1644.16 17 1644.57V1644C17.0073 1643.46 17.0507 1642.93 17.13 1642.4C16.4514 1642.13 15.7288 1642 15 1642C13.9682 1642 12.9538 1642.27 12.0546 1642.77C11.1555 1643.28 10.402 1644.01 9.86692 1644.89C9.33187 1645.77 9.03334 1646.78 9.00017 1647.81C8.967 1648.84 9.20031 1649.86 9.67756 1650.78C10.1548 1651.69 10.8599 1652.47 11.7247 1653.03C12.5895 1653.59 13.5847 1653.92 14.6144 1653.99C15.644 1654.05 16.6733 1653.85 17.6026 1653.4C18.532 1652.96 19.3302 1652.28 19.92 1651.43C19.4278 1650.9 18.989 1650.32 18.61 1649.7Z" fill="#565656"/>
|
|
144
|
+
<path d="M32.18 1654.17C30.8541 1654.72 29.4341 1655 28 1655C27.4779 1655 26.9567 1654.96 26.44 1654.88V1655.01H28.44C29.6727 1655.03 30.8498 1655.53 31.7177 1656.4C32.5856 1657.28 33.0749 1658.46 33.08 1659.69V1660.36C33.0669 1661.59 32.5697 1662.77 31.6959 1663.64C30.8221 1664.51 29.6418 1664.99 28.41 1665H9.70003C9.08413 1665 8.474 1664.88 7.90448 1664.65C7.33496 1664.41 6.8172 1664.07 6.38077 1663.63C5.94433 1663.2 5.59777 1662.68 5.36086 1662.11C5.12395 1661.55 5.00134 1660.94 5.00003 1660.32V1659.63C5.01583 1658.39 5.51829 1657.22 6.39829 1656.35C7.27829 1655.48 8.46476 1655 9.70003 1655H11.06C10.4535 1654.65 9.89829 1654.21 9.41003 1653.71L9.32003 1653.62L9.20003 1653.49C9.04619 1653.34 8.90255 1653.17 8.77003 1653C7.16897 1653.22 5.70202 1654.01 4.64105 1655.23C3.58009 1656.45 2.99706 1658.01 3.00003 1659.63V1660.3C2.9974 1661.18 3.16758 1662.05 3.50085 1662.86C3.83413 1663.67 4.32397 1664.41 4.94241 1665.03C5.56084 1665.65 6.29577 1666.15 7.10522 1666.48C7.91467 1666.82 8.7828 1667 9.66003 1667H28.41C30.1817 1667 31.8808 1666.3 33.1335 1665.04C34.3862 1663.79 35.09 1662.09 35.09 1660.32V1659.65C35.0844 1658.57 34.8167 1657.51 34.3099 1656.55C33.803 1655.6 33.0722 1654.78 32.18 1654.17Z" fill="#565656"/>
|
|
145
|
+
<path d="M28 1635C26.22 1635 24.4799 1635.53 22.9999 1636.52C21.5198 1637.51 20.3663 1638.91 19.6851 1640.56C19.0039 1642.2 18.8257 1644.01 19.1729 1645.76C19.5202 1647.5 20.3774 1649.11 21.636 1650.36C22.8947 1651.62 24.4984 1652.48 26.2442 1652.83C27.99 1653.17 29.7996 1653 31.4442 1652.31C33.0887 1651.63 34.4943 1650.48 35.4832 1649C36.4722 1647.52 37 1645.78 37 1644C37 1641.61 36.0518 1639.32 34.364 1637.64C32.6761 1635.95 30.387 1635 28 1635ZM29 1649H27V1647H29V1649ZM29 1645H27V1639H29V1645Z" fill="#F84E30"/>
|
|
146
|
+
<path d="M10.6201 1694.88C10.3549 1694.88 10.1005 1694.99 9.91301 1695.17C9.72547 1695.36 9.62012 1695.61 9.62012 1695.88C9.62012 1696.15 9.72547 1696.4 9.91301 1696.59C10.1005 1696.77 10.3549 1696.88 10.6201 1696.88H19.1301C19.3953 1696.88 19.6497 1696.77 19.8372 1696.59C20.0248 1696.4 20.1301 1696.15 20.1301 1695.88C20.1301 1695.61 20.0248 1695.36 19.8372 1695.17C19.6497 1694.99 19.3953 1694.88 19.1301 1694.88H10.6201Z" fill="#565656"/>
|
|
147
|
+
<path d="M32.5 1695.14H32.33C32.8272 1695.89 33.0915 1696.78 33.09 1697.68V1698.35C33.0795 1699.59 32.5821 1700.77 31.7059 1701.64C30.8296 1702.51 29.6453 1703 28.41 1703H9.70003C9.08413 1703 8.474 1702.88 7.90448 1702.65C7.33496 1702.41 6.8172 1702.07 6.38077 1701.63C5.94433 1701.2 5.59777 1700.68 5.36086 1700.11C5.12395 1699.55 5.00134 1698.94 5.00003 1698.32V1697.63C5.01583 1696.39 5.51829 1695.22 6.39829 1694.35C7.27829 1693.48 8.46476 1693 9.70003 1693H11.06C10.4535 1692.65 9.89829 1692.21 9.41003 1691.71L9.32003 1691.62L9.20003 1691.49C9.04619 1691.34 8.90255 1691.17 8.77003 1691C7.16897 1691.22 5.70202 1692.01 4.64105 1693.23C3.58009 1694.45 2.99706 1696.01 3.00003 1697.63V1698.3C2.9974 1699.18 3.16758 1700.05 3.50085 1700.86C3.83413 1701.67 4.32397 1702.41 4.94241 1703.03C5.56084 1703.65 6.29577 1704.15 7.10522 1704.48C7.91467 1704.82 8.7828 1705 9.66003 1705H28.41C30.1817 1705 31.8808 1704.3 33.1335 1703.04C34.3862 1701.79 35.09 1700.09 35.09 1698.32V1697.65C35.08 1696.66 34.8548 1695.69 34.43 1694.8C33.8097 1695.02 33.1576 1695.13 32.5 1695.14Z" fill="#565656"/>
|
|
148
|
+
<path d="M13.7101 1689.77C12.8247 1689.46 12.0779 1688.84 11.6007 1688.03C11.1236 1687.22 10.9464 1686.27 11.1002 1685.34C11.2541 1684.42 11.7291 1683.58 12.4422 1682.96C13.1553 1682.35 14.0608 1682.01 15.0001 1682C15.6008 1682 16.1931 1682.14 16.7301 1682.41L17.7301 1680.67C16.8878 1680.23 15.9509 1680 15.0001 1680C14.2122 1679.96 13.4233 1680.07 12.6785 1680.33C11.9337 1680.59 11.2476 1680.99 10.6594 1681.52C9.47131 1682.58 8.75396 1684.07 8.66512 1685.67C8.57627 1687.26 9.1232 1688.82 10.1856 1690.01C11.248 1691.19 12.7388 1691.91 14.3301 1692C13.9782 1691.3 13.7675 1690.55 13.7101 1689.77Z" fill="#565656"/>
|
|
149
|
+
<path d="M26 1674.19C25.3206 1674.19 24.6523 1674.36 24.0636 1674.7C23.4749 1675.04 22.987 1675.53 22.65 1676.12L16.19 1687.35C15.8513 1687.94 15.673 1688.6 15.6729 1689.28C15.6727 1689.96 15.8508 1690.62 16.1893 1691.21C16.5277 1691.8 17.0146 1692.28 17.601 1692.62C18.1874 1692.96 18.8527 1693.14 19.53 1693.14H32.53C33.2073 1693.14 33.8726 1692.96 34.459 1692.62C35.0454 1692.28 35.5323 1691.8 35.8707 1691.21C36.2092 1690.62 36.3873 1689.96 36.3871 1689.28C36.387 1688.6 36.2087 1687.94 35.87 1687.35L29.36 1676.12C29.0229 1675.53 28.5337 1675.04 27.9429 1674.7C27.3521 1674.36 26.6813 1674.18 26 1674.19Z" fill="#B68300"/>
|
|
150
|
+
<path d="M25.9998 1676.19C26.3264 1676.19 26.6473 1676.27 26.9301 1676.44C27.2129 1676.6 27.4474 1676.84 27.6098 1677.12L34.0898 1688.35C34.253 1688.63 34.339 1688.95 34.339 1689.28C34.339 1689.61 34.2532 1689.93 34.09 1690.21C33.9268 1690.49 33.6922 1690.73 33.4095 1690.89C33.1269 1691.05 32.8062 1691.14 32.4798 1691.14H19.4798C19.1534 1691.14 18.8327 1691.05 18.5501 1690.89C18.2674 1690.73 18.0328 1690.49 17.8696 1690.21C17.7064 1689.93 17.6206 1689.61 17.6206 1689.28C17.6206 1688.95 17.7066 1688.63 17.8698 1688.35L24.4098 1677.12C24.5689 1676.84 24.7999 1676.6 25.0793 1676.44C25.3586 1676.28 25.6762 1676.19 25.9998 1676.19Z" fill="#FFE02C"/>
|
|
151
|
+
<path d="M25 1687H27V1689H25V1687ZM25 1679H27V1685H25V1679Z" fill="#454545"/>
|
|
152
|
+
<path d="M21 1745H9C8.46957 1745 7.96086 1744.79 7.58579 1744.41C7.21071 1744.04 7 1743.53 7 1743V1731C7 1730.47 7.21071 1729.96 7.58579 1729.59C7.96086 1729.21 8.46957 1729 9 1729H13V1725C13 1724.47 13.2107 1723.96 13.5858 1723.59C13.9609 1723.21 14.4696 1723 15 1723H27C27.5304 1723 28.0391 1723.21 28.4142 1723.59C28.7893 1723.96 29 1724.47 29 1725V1737C29 1737.53 28.7893 1738.04 28.4142 1738.41C28.0391 1738.79 27.5304 1739 27 1739H23V1743C23 1743.53 22.7893 1744.04 22.4142 1744.41C22.0391 1744.79 21.5304 1745 21 1745ZM9 1731V1743H21V1737H27V1725H15V1731H9Z" fill="#0091DA"/>
|
|
153
|
+
<path d="M25 1735H17V1727H25V1735ZM19 1733H23V1729H19V1733Z" fill="#0091DA"/>
|
|
154
|
+
<path d="M18.9999 1741H10.9999V1733H18.9999V1741ZM12.9999 1739H16.9999V1735H12.9999V1739ZM34.6399 1725C34.4487 1725 34.2613 1724.95 34.1 1724.84C33.9387 1724.74 33.8103 1724.59 33.7299 1724.42C32.5453 1721.65 30.5834 1719.29 28.0822 1717.62C25.5811 1715.95 22.6483 1715.04 19.6399 1715C16.6321 1715.04 13.7005 1715.95 11.1998 1717.62C8.69913 1719.3 6.73666 1721.66 5.54994 1724.42C5.49479 1724.54 5.41663 1724.65 5.31995 1724.74C5.22326 1724.83 5.10993 1724.89 4.98643 1724.94C4.86292 1724.99 4.73167 1725.01 4.60016 1725C4.46864 1725 4.33945 1724.97 4.21994 1724.91C4.10044 1724.85 3.99297 1724.78 3.90367 1724.68C3.81437 1724.58 3.74499 1724.47 3.69949 1724.35C3.65399 1724.22 3.63326 1724.09 3.63849 1723.96C3.64371 1723.83 3.67479 1723.7 3.72994 1723.58C5.07534 1720.47 7.29419 1717.81 10.1179 1715.93C12.9416 1714.06 16.2491 1713.04 19.6399 1713C23.0311 1713.04 26.3391 1714.05 29.163 1715.93C31.987 1717.81 34.2056 1720.47 35.5499 1723.58C35.6054 1723.7 35.6367 1723.83 35.6421 1723.96C35.6475 1724.09 35.6268 1724.22 35.5813 1724.35C35.5357 1724.47 35.4662 1724.58 35.3768 1724.68C35.2873 1724.78 35.1796 1724.86 35.0599 1724.91C34.9276 1724.97 34.7846 1725 34.6399 1725Z" fill="#0091DA"/>
|
|
155
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 1759.4C3.1665 1757.77 4.48975 1756.44 6.12206 1756.44H9.49984C10.0828 1756.44 10.5554 1756.92 10.5554 1757.5C10.5554 1758.08 10.0828 1758.56 9.49984 1758.56H6.12206C5.65569 1758.56 5.27762 1758.93 5.27762 1759.4V1774.6C5.27762 1775.07 5.65569 1775.44 6.12206 1775.44H9.49984C10.0828 1775.44 10.5554 1775.92 10.5554 1776.5C10.5554 1777.08 10.0828 1777.56 9.49984 1777.56H6.12206C4.48975 1777.56 3.1665 1776.23 3.1665 1774.6V1759.4Z" fill="#4D5D69"/>
|
|
156
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.833 1759.4C34.833 1757.77 33.5098 1756.44 31.8775 1756.44H28.4997C27.9167 1756.44 27.4441 1756.92 27.4441 1757.5C27.4441 1758.08 27.9167 1758.56 28.4997 1758.56H31.8775C32.3438 1758.56 32.7219 1758.93 32.7219 1759.4V1774.6C32.7219 1775.07 32.3438 1775.44 31.8775 1775.44H28.4997C27.9167 1775.44 27.4441 1775.92 27.4441 1776.5C27.4441 1777.08 27.9167 1777.56 28.4997 1777.56H31.8775C33.5098 1777.56 34.833 1776.23 34.833 1774.6V1759.4Z" fill="#4D5D69"/>
|
|
157
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6108 1756.23C11.6108 1754.6 12.9341 1753.28 14.5664 1753.28H23.4331C25.0654 1753.28 26.3886 1754.6 26.3886 1756.23V1777.77C26.3886 1779.4 25.0654 1780.72 23.4331 1780.72H14.5664C12.9341 1780.72 11.6108 1779.4 11.6108 1777.77V1756.23ZM14.5664 1755.39C14.1 1755.39 13.722 1755.77 13.722 1756.23V1777.77C13.722 1778.23 14.1 1778.61 14.5664 1778.61H23.4331C23.8994 1778.61 24.2775 1778.23 24.2775 1777.77V1756.23C24.2775 1755.77 23.8994 1755.39 23.4331 1755.39H14.5664Z" fill="#4D5D69"/>
|
|
158
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 1772.07C18.3004 1772.07 17.7333 1772.63 17.7333 1773.33C17.7333 1774.03 18.3004 1774.6 19 1774.6C19.6995 1774.6 20.2667 1774.03 20.2667 1773.33C20.2667 1772.63 19.6995 1772.07 19 1772.07ZM16.0444 1773.33C16.0444 1771.7 17.3677 1770.38 19 1770.38C20.6323 1770.38 21.9555 1771.7 21.9555 1773.33C21.9555 1774.97 20.6323 1776.29 19 1776.29C17.3677 1776.29 16.0444 1774.97 16.0444 1773.33Z" fill="#4D5D69"/>
|
|
159
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.6553 1769.11C27.6553 1768.64 28.0333 1768.27 28.4997 1768.27C29.8405 1768.27 30.9275 1769.35 30.9275 1770.69C30.9275 1772.04 29.8405 1773.12 28.4997 1773.12C28.0333 1773.12 27.6553 1772.74 27.6553 1772.28C27.6553 1771.81 28.0333 1771.43 28.4997 1771.43C28.9078 1771.43 29.2386 1771.1 29.2386 1770.69C29.2386 1770.29 28.9078 1769.96 28.4997 1769.96C28.0333 1769.96 27.6553 1769.58 27.6553 1769.11Z" fill="#4D5D69"/>
|
|
160
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.3442 1769.11C10.3442 1768.64 9.96617 1768.27 9.49979 1768.27C8.15897 1768.27 7.07202 1769.35 7.07202 1770.69C7.07202 1772.04 8.15897 1773.12 9.49979 1773.12C9.96617 1773.12 10.3442 1772.74 10.3442 1772.28C10.3442 1771.81 9.96617 1771.43 9.49979 1771.43C9.09172 1771.43 8.7609 1771.1 8.7609 1770.69C8.7609 1770.29 9.09172 1769.96 9.49979 1769.96C9.96617 1769.96 10.3442 1769.58 10.3442 1769.11Z" fill="#4D5D69"/>
|
|
161
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0444 1758.56C16.0444 1758.09 16.4225 1757.71 16.8889 1757.71H21.1111C21.5775 1757.71 21.9555 1758.09 21.9555 1758.56C21.9555 1759.02 21.5775 1759.4 21.1111 1759.4H16.8889C16.4225 1759.4 16.0444 1759.02 16.0444 1758.56Z" fill="#4D5D69"/>
|
|
162
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0444 1762.78C16.0444 1762.31 16.4225 1761.93 16.8889 1761.93H21.1111C21.5775 1761.93 21.9555 1762.31 21.9555 1762.78C21.9555 1763.24 21.5775 1763.62 21.1111 1763.62H16.8889C16.4225 1763.62 16.0444 1763.24 16.0444 1762.78Z" fill="#4D5D69"/>
|
|
163
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.07227 1761.72C7.07227 1761.26 7.45034 1760.88 7.91671 1760.88H9.50004C9.96642 1760.88 10.3445 1761.26 10.3445 1761.72C10.3445 1762.19 9.96642 1762.57 9.50004 1762.57H7.91671C7.45034 1762.57 7.07227 1762.19 7.07227 1761.72Z" fill="#4D5D69"/>
|
|
164
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.6553 1761.72C27.6553 1761.26 28.0333 1760.88 28.4997 1760.88H30.0831C30.5494 1760.88 30.9275 1761.26 30.9275 1761.72C30.9275 1762.19 30.5494 1762.57 30.0831 1762.57H28.4997C28.0333 1762.57 27.6553 1762.19 27.6553 1761.72Z" fill="#4D5D69"/>
|
|
165
|
+
<path d="M11 1816.51V1819H13.46L11 1816.51ZM3 1801.52L5 1799.52V1797H9V1795H4.79C4.33277 1794.98 3.88773 1795.15 3.55226 1795.46C3.2168 1795.77 3.01822 1796.2 3 1796.66V1801.52ZM5 1810.44L3 1808.42V1819H9V1817H5V1810.44ZM33.37 1795H29V1797H33V1817H29V1819H35V1796.67C35.0026 1796.45 34.9626 1796.24 34.8821 1796.04C34.8016 1795.84 34.6823 1795.65 34.5309 1795.5C34.3795 1795.34 34.1991 1795.22 33.9999 1795.13C33.8007 1795.05 33.5867 1795 33.37 1795ZM25.32 1791H12.68C12.2344 1791 11.8071 1791.18 11.4921 1791.49C11.177 1791.81 11 1792.23 11 1792.68V1799.46L13 1801.46V1793H25V1814.65L25.91 1818.65V1819.04H26.91V1792.68C26.9106 1792.25 26.746 1791.84 26.4502 1791.52C26.1543 1791.21 25.7498 1791.02 25.32 1791Z" fill="#565656"/>
|
|
166
|
+
<path d="M14.9998 1795H22.9998V1797H14.9998V1795ZM3.51978 1803.83C3.21933 1804.13 3.05078 1804.54 3.05078 1804.97C3.05078 1805.4 3.21933 1805.81 3.51978 1806.11L17.1798 1819.92L21.9998 1821H22.3598C22.4659 1821.01 22.5736 1821.01 22.6798 1821C22.8982 1820.97 23.1077 1820.89 23.2949 1820.77C23.4821 1820.66 23.6429 1820.5 23.7671 1820.32C23.8913 1820.14 23.9761 1819.93 24.0162 1819.71C24.0562 1819.5 24.0506 1819.27 23.9998 1819.06L22.8898 1814.25L9.16978 1800.46C8.86813 1800.16 8.4601 1799.99 8.03478 1799.99C7.60947 1799.99 7.20143 1800.16 6.89978 1800.46L3.52978 1803.83H3.51978ZM7.90978 1807.68L10.7298 1804.86L20.9998 1815.25L21.8498 1818.88L18.1898 1818.07L7.90978 1807.68ZM5.20978 1805L8.04978 1802.16L9.59978 1803.73L6.77978 1806.55L5.20978 1805Z" fill="#565656"/>
|
|
167
|
+
<path d="M17.6803 1829.28H14.5665C12.9342 1829.28 11.6109 1830.6 11.6109 1832.23V1853.77C11.6109 1855.4 12.9342 1856.72 14.5665 1856.72H23.4332C25.0655 1856.72 26.3887 1855.4 26.3887 1853.77V1844.92C25.6589 1844.79 24.9529 1844.58 24.2776 1844.32V1853.77C24.2776 1854.23 23.8995 1854.61 23.4332 1854.61H14.5665C14.1001 1854.61 13.7221 1854.23 13.7221 1853.77V1832.23C13.7221 1831.77 14.1001 1831.39 14.5665 1831.39H17.0802C17.2142 1830.66 17.4166 1829.95 17.6803 1829.28Z" fill="#4D5D69"/>
|
|
168
|
+
<path d="M34.8332 1843.23C34.1729 1843.66 33.4662 1844.03 32.7221 1844.32V1850.6C32.7221 1851.07 32.344 1851.44 31.8776 1851.44H28.4998C27.9169 1851.44 27.4443 1851.92 27.4443 1852.5C27.4443 1853.08 27.9169 1853.56 28.4998 1853.56H31.8776C33.5099 1853.56 34.8332 1852.23 34.8332 1850.6V1843.23Z" fill="#4D5D69"/>
|
|
169
|
+
<path d="M27.6559 1845.08C27.9346 1845.1 28.216 1845.11 28.4998 1845.11C29.0853 1845.11 29.6607 1845.07 30.2229 1844.98C30.6585 1845.42 30.9276 1846.03 30.9276 1846.69C30.9276 1848.04 29.8407 1849.12 28.4998 1849.12C28.0335 1849.12 27.6554 1848.74 27.6554 1848.28C27.6554 1847.81 28.0335 1847.43 28.4998 1847.43C28.9079 1847.43 29.2387 1847.1 29.2387 1846.69C29.2387 1846.29 28.9079 1845.96 28.4998 1845.96C28.0335 1845.96 27.6554 1845.58 27.6554 1845.11C27.6554 1845.1 27.6556 1845.09 27.6559 1845.08Z" fill="#4D5D69"/>
|
|
170
|
+
<path d="M18.6321 1839.62C18.2992 1839.09 18.0086 1838.52 17.7651 1837.93H16.8887C16.4224 1837.93 16.0443 1838.31 16.0443 1838.78C16.0443 1839.24 16.4224 1839.62 16.8887 1839.62H18.6321Z" fill="#4D5D69"/>
|
|
171
|
+
<path d="M16.8906 1833.71C16.9008 1834.29 16.9527 1834.85 17.0434 1835.4H16.8887C16.4224 1835.4 16.0443 1835.02 16.0443 1834.56C16.0443 1834.09 16.4242 1833.71 16.8906 1833.71Z" fill="#4D5D69"/>
|
|
172
|
+
<path d="M6.12206 1832.44C4.48975 1832.44 3.1665 1833.77 3.1665 1835.4V1850.6C3.1665 1852.23 4.48975 1853.56 6.12206 1853.56H9.49984C10.0828 1853.56 10.5554 1853.08 10.5554 1852.5C10.5554 1851.92 10.0828 1851.44 9.49984 1851.44H6.12206C5.65569 1851.44 5.27762 1851.07 5.27762 1850.6V1835.4C5.27762 1834.93 5.65569 1834.56 6.12206 1834.56H9.49984C10.0828 1834.56 10.5554 1834.08 10.5554 1833.5C10.5554 1832.92 10.0828 1832.44 9.49984 1832.44H6.12206Z" fill="#4D5D69"/>
|
|
173
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9998 1846.38C17.3675 1846.38 16.0443 1847.7 16.0443 1849.33C16.0443 1850.97 17.3675 1852.29 18.9998 1852.29C20.6321 1852.29 21.9554 1850.97 21.9554 1849.33C21.9554 1847.7 20.6321 1846.38 18.9998 1846.38ZM17.7332 1849.33C17.7332 1848.63 18.3003 1848.07 18.9998 1848.07C19.6994 1848.07 20.2665 1848.63 20.2665 1849.33C20.2665 1850.03 19.6994 1850.6 18.9998 1850.6C18.3003 1850.6 17.7332 1850.03 17.7332 1849.33Z" fill="#4D5D69"/>
|
|
174
|
+
<path d="M9.49984 1844.27C9.96621 1844.27 10.3443 1844.64 10.3443 1845.11C10.3443 1845.58 9.96621 1845.96 9.49984 1845.96C9.09176 1845.96 8.76095 1846.29 8.76095 1846.69C8.76095 1847.1 9.09176 1847.43 9.49984 1847.43C9.96621 1847.43 10.3443 1847.81 10.3443 1848.28C10.3443 1848.74 9.96621 1849.12 9.49984 1849.12C8.15901 1849.12 7.07206 1848.04 7.07206 1846.69C7.07206 1845.35 8.15901 1844.27 9.49984 1844.27Z" fill="#4D5D69"/>
|
|
175
|
+
<path d="M7.07206 1837.72C7.07206 1837.26 7.45013 1836.88 7.9165 1836.88H9.49984C9.96621 1836.88 10.3443 1837.26 10.3443 1837.72C10.3443 1838.19 9.96621 1838.57 9.49984 1838.57H7.9165C7.45013 1838.57 7.07206 1838.19 7.07206 1837.72Z" fill="#4D5D69"/>
|
|
176
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 1833.5C38 1838.75 33.7467 1843 28.5 1843C23.2533 1843 19 1838.75 19 1833.5C19 1828.25 23.2533 1824 28.5 1824C33.7467 1824 38 1828.25 38 1833.5ZM28.5 1834.07C29.1296 1834.07 29.64 1833.56 29.64 1832.93V1829.13C29.64 1828.5 29.1296 1827.99 28.5 1827.99C27.8704 1827.99 27.36 1828.5 27.36 1829.13V1832.93C27.36 1833.56 27.8704 1834.07 28.5 1834.07ZM28.5 1835.97C27.7655 1835.97 27.17 1836.57 27.17 1837.3C27.17 1838.03 27.7655 1838.63 28.5 1838.63H28.5095C29.244 1838.63 29.8395 1838.03 29.8395 1837.3C29.8395 1836.57 29.244 1835.97 28.5095 1835.97H28.5Z" fill="#EA3223"/>
|
|
177
|
+
<path d="M12 1885H20C20.2652 1885 20.5196 1884.89 20.7071 1884.71C20.8946 1884.52 21 1884.27 21 1884V1881H26C26.2652 1881 26.5196 1880.89 26.7071 1880.71C26.8946 1880.52 27 1880.27 27 1880V1872C27 1871.73 26.8946 1871.48 26.7071 1871.29C26.5196 1871.11 26.2652 1871 26 1871H23V1868C23 1867.73 22.8946 1867.48 22.7071 1867.29C22.5196 1867.11 22.2652 1867 22 1867H14C13.7348 1867 13.4804 1867.11 13.2929 1867.29C13.1054 1867.48 13 1867.73 13 1868V1875H12C11.7348 1875 11.4804 1875.11 11.2929 1875.29C11.1054 1875.48 11 1875.73 11 1876V1884C11 1884.27 11.1054 1884.52 11.2929 1884.71C11.4804 1884.89 11.7348 1885 12 1885ZM25 1879H21V1876C21 1875.73 20.8946 1875.48 20.7071 1875.29C20.5196 1875.11 20.2652 1875 20 1875H19V1873H25V1879ZM15 1869H21V1871H18C17.7348 1871 17.4804 1871.11 17.2929 1871.29C17.1054 1871.48 17 1871.73 17 1872V1875H15V1869ZM13 1877H19V1883H13V1877ZM33 1887H19.52C19.3659 1886.92 19.1943 1886.88 19.02 1886.88C18.8457 1886.88 18.6741 1886.92 18.52 1887H5V1889H17.11L13.11 1895.48C13.0222 1895.63 12.976 1895.8 12.976 1895.98C12.976 1896.16 13.0222 1896.33 13.11 1896.48C13.1972 1896.64 13.326 1896.77 13.4828 1896.86C13.6396 1896.96 13.8184 1897 14 1897H24C24.1772 1897 24.3511 1896.95 24.504 1896.86C24.6569 1896.77 24.7832 1896.64 24.87 1896.49C24.9578 1896.34 25.004 1896.17 25.004 1895.99C25.004 1895.81 24.9578 1895.64 24.87 1895.49L20.87 1889.01H33V1887ZM22.22 1895H15.78L19 1889.75L22.22 1895Z" fill="#565656"/>
|
|
178
|
+
<path d="M4 1917C4.26522 1917 4.51957 1916.89 4.70711 1916.71C4.89464 1916.52 5 1916.27 5 1916V1905H11V1916C11 1916.27 11.1054 1916.52 11.2929 1916.71C11.4804 1916.89 11.7348 1917 12 1917C12.2652 1917 12.5196 1916.89 12.7071 1916.71C12.8946 1916.52 13 1916.27 13 1916V1904C13 1903.73 12.8946 1903.48 12.7071 1903.29C12.5196 1903.11 12.2652 1903 12 1903H4C3.73478 1903 3.48043 1903.11 3.29289 1903.29C3.10536 1903.48 3 1903.73 3 1904V1916C3 1916.27 3.10536 1916.52 3.29289 1916.71C3.48043 1916.89 3.73478 1917 4 1917Z" fill="#565656"/>
|
|
179
|
+
<path d="M19 1907H31V1909H19V1907ZM19 1911H31V1913H19V1911ZM22 1928C22 1928.59 22.1759 1929.17 22.5056 1929.67C22.8352 1930.16 23.3038 1930.54 23.8519 1930.77C24.4001 1931 25.0033 1931.06 25.5853 1930.94C26.1672 1930.83 26.7018 1930.54 27.1213 1930.12C27.5409 1929.7 27.8266 1929.17 27.9424 1928.59C28.0581 1928 27.9987 1927.4 27.7716 1926.85C27.5446 1926.3 27.1601 1925.84 26.6667 1925.51C26.1734 1925.18 25.5933 1925 25 1925C24.2044 1925 23.4413 1925.32 22.8787 1925.88C22.3161 1926.44 22 1927.2 22 1928ZM26 1928C26 1928.2 25.9414 1928.39 25.8315 1928.56C25.7216 1928.72 25.5654 1928.85 25.3827 1928.92C25.2 1929 24.9989 1929.02 24.8049 1928.98C24.6109 1928.94 24.4327 1928.85 24.2929 1928.71C24.153 1928.57 24.0578 1928.39 24.0192 1928.2C23.9806 1928 24.0004 1927.8 24.0761 1927.62C24.1518 1927.43 24.28 1927.28 24.4444 1927.17C24.6089 1927.06 24.8022 1927 25 1927C25.2652 1927 25.5196 1927.11 25.7071 1927.29C25.8946 1927.48 26 1927.73 26 1928Z" fill="#565656"/>
|
|
180
|
+
<path d="M33.65 1903H16.35C15.998 1903 15.6591 1903.13 15.4065 1903.38C15.1539 1903.62 15.0079 1903.96 15 1904.31V1919.39L17 1921.39V1905H33V1933H17V1926.36L15 1928.36V1935H35V1904.31C34.9921 1903.96 34.8461 1903.62 34.5935 1903.38C34.3409 1903.13 34.002 1903 33.65 1903Z" fill="#565656"/>
|
|
181
|
+
<path d="M16.24 1923.88C16.2551 1923.62 16.169 1923.37 16 1923.17L11.71 1918.93C11.5217 1918.74 11.2668 1918.64 11.0015 1918.64C10.7361 1918.64 10.482 1918.75 10.295 1918.94C10.108 1919.12 10.0035 1919.38 10.0044 1919.64C10.0054 1919.91 10.1117 1920.16 10.3 1920.35L13 1923H6C5.73478 1923 5.48043 1922.89 5.29289 1922.71C5.10536 1922.52 5 1922.27 5 1922V1919H3V1922C3 1922.8 3.31607 1923.56 3.87868 1924.12C4.44129 1924.68 5.20435 1925 6 1925H12.71L10.29 1927.41C10.1037 1927.6 9.99921 1927.85 9.99921 1928.12C9.99921 1928.38 10.1037 1928.63 10.29 1928.82C10.4774 1929.01 10.7308 1929.11 10.995 1929.11C11.2592 1929.11 11.5126 1929.01 11.7 1928.82L16 1924.58C16.1666 1924.39 16.2525 1924.14 16.24 1923.88Z" fill="#565656"/>
|
|
182
|
+
<path d="M28 1973C27.7947 1973 27.5941 1972.94 27.42 1972.83L21.42 1968.83C21.2915 1968.73 21.1869 1968.61 21.1141 1968.46C21.0413 1968.32 21.0023 1968.16 21 1968V1962C21.0017 1961.83 21.0454 1961.66 21.1273 1961.51C21.2092 1961.36 21.3268 1961.23 21.47 1961.13L27.47 1957.13C27.6424 1957.02 27.844 1956.96 28.05 1956.96C28.256 1956.96 28.4576 1957.02 28.63 1957.13L34.63 1961.13C34.7548 1961.24 34.8532 1961.37 34.9174 1961.52C34.9816 1961.67 35.0099 1961.84 35 1962V1968C34.9983 1968.17 34.9546 1968.34 34.8727 1968.49C34.7908 1968.64 34.6732 1968.77 34.53 1968.87L28.53 1972.87C28.3668 1972.96 28.1847 1973 28 1973ZM23 1967.47L28 1970.81L33 1967.47V1962.54L28 1959.2L23 1962.54V1967.47Z" fill="#565656"/>
|
|
183
|
+
<path d="M16 1973C15.7947 1973 15.5941 1972.94 15.42 1972.83L9.47 1968.83C9.33226 1968.74 9.21799 1968.61 9.13637 1968.47C9.05475 1968.33 9.00804 1968.17 9 1968V1962C9.00173 1961.83 9.04544 1961.66 9.12734 1961.51C9.20923 1961.36 9.32685 1961.23 9.47 1961.13L15.42 1957.13C15.5924 1957.02 15.794 1956.96 16 1956.96C16.206 1956.96 16.4076 1957.02 16.58 1957.13L22.58 1961.13C22.7139 1961.23 22.8219 1961.36 22.8949 1961.51C22.9679 1961.67 23.0039 1961.83 23 1962V1968C22.9983 1968.17 22.9546 1968.34 22.8727 1968.49C22.7908 1968.64 22.6732 1968.77 22.53 1968.87L16.53 1972.87C16.3668 1972.96 16.1847 1973 16 1973ZM11 1967.47L16 1970.81L21 1967.47V1962.54L16 1959.2L11 1962.54V1967.47Z" fill="#565656"/>
|
|
184
|
+
<path d="M22.0002 1963C21.795 1963 21.5943 1962.94 21.4202 1962.83L15.4202 1958.83C15.2917 1958.73 15.1871 1958.61 15.1143 1958.46C15.0415 1958.32 15.0025 1958.16 15.0002 1958V1952C15.002 1951.83 15.0457 1951.66 15.1276 1951.51C15.2095 1951.36 15.3271 1951.23 15.4702 1951.13L21.4702 1947.13C21.6427 1947.02 21.8442 1946.96 22.0502 1946.96C22.2563 1946.96 22.4578 1947.02 22.6302 1947.13L28.6302 1951.13C28.755 1951.24 28.8534 1951.37 28.9176 1951.52C28.9818 1951.67 29.0101 1951.84 29.0002 1952V1958C28.9985 1958.17 28.9548 1958.34 28.8729 1958.49C28.791 1958.64 28.6734 1958.77 28.5302 1958.87L22.5302 1962.87C22.367 1962.96 22.1849 1963 22.0002 1963ZM17.0002 1957.47L22.0002 1960.81L27.0002 1957.47V1952.54L22.0002 1949.2L17.0002 1952.54V1957.47ZM4.00024 1963C3.73502 1963 3.48067 1962.89 3.29313 1962.71C3.1056 1962.52 3.00024 1962.27 3.00024 1962V1956C2.99645 1955.83 3.03778 1955.66 3.12018 1955.5C3.20258 1955.35 3.32321 1955.22 3.47024 1955.13L9.00024 1951.44V1945.92C8.99548 1945.74 9.036 1945.56 9.1181 1945.4C9.2002 1945.24 9.32127 1945.1 9.47024 1945L15.1702 1941.21C15.3895 1941.06 15.6574 1941.01 15.9157 1941.06C16.1741 1941.11 16.4021 1941.26 16.5502 1941.48C16.6239 1941.59 16.6754 1941.71 16.7017 1941.84C16.7281 1941.97 16.7287 1942.1 16.7036 1942.23C16.6785 1942.36 16.6282 1942.48 16.5556 1942.59C16.4829 1942.7 16.3894 1942.8 16.2802 1942.87L11.0002 1946.43V1952C11.004 1952.17 10.9627 1952.34 10.8803 1952.5C10.7979 1952.65 10.6773 1952.78 10.5302 1952.87L5.00024 1956.56V1962C5.00024 1962.27 4.89488 1962.52 4.70735 1962.71C4.51981 1962.89 4.26546 1963 4.00024 1963Z" fill="#565656"/>
|
|
185
|
+
<path d="M21.8471 1981.28H14.5665C12.9342 1981.28 11.6109 1982.6 11.6109 1984.23V2005.77C11.6109 2007.4 12.9342 2008.72 14.5665 2008.72H23.4332C25.0655 2008.72 26.3887 2007.4 26.3887 2005.77V1994.57L24.2776 1994.57V2005.77C24.2776 2006.23 23.8995 2006.61 23.4332 2006.61H14.5665C14.1001 2006.61 13.7221 2006.23 13.7221 2005.77V1984.23C13.7221 1983.77 14.1001 1983.39 14.5665 1983.39H20.5825L21.8471 1981.28Z" fill="#4D5D69"/>
|
|
186
|
+
<path d="M19.1914 1985.71H16.8887C16.4224 1985.71 16.0443 1986.09 16.0443 1986.56C16.0443 1987.02 16.4224 1987.4 16.8887 1987.4H18.1798L19.1914 1985.71Z" fill="#4D5D69"/>
|
|
187
|
+
<path d="M20.6406 1987.4L21.5708 1985.85C21.8023 1986 21.9554 1986.26 21.9554 1986.56C21.9554 1987.02 21.5773 1987.4 21.1109 1987.4H20.6406Z" fill="#4D5D69"/>
|
|
188
|
+
<path d="M16.9531 1989.93H16.8887C16.4224 1989.93 16.0443 1990.31 16.0443 1990.78C16.0443 1991.24 16.4224 1991.62 16.8887 1991.62H17.013C16.9299 1991.3 16.8878 1990.97 16.8887 1990.63C16.8894 1990.4 16.9111 1990.16 16.9531 1989.93Z" fill="#4D5D69"/>
|
|
189
|
+
<path d="M32.7221 1994.57V2002.6C32.7221 2003.07 32.344 2003.44 31.8776 2003.44H28.4998C27.9169 2003.44 27.4443 2003.92 27.4443 2004.5C27.4443 2005.08 27.9169 2005.56 28.4998 2005.56H31.8776C33.5099 2005.56 34.8332 2004.23 34.8332 2002.6V1994.57L32.7221 1994.57Z" fill="#4D5D69"/>
|
|
190
|
+
<path d="M6.12206 1984.44C4.48975 1984.44 3.1665 1985.77 3.1665 1987.4V2002.6C3.1665 2004.23 4.48975 2005.56 6.12206 2005.56H9.49984C10.0828 2005.56 10.5554 2005.08 10.5554 2004.5C10.5554 2003.92 10.0828 2003.44 9.49984 2003.44H6.12206C5.65569 2003.44 5.27762 2003.07 5.27762 2002.6V1987.4C5.27762 1986.93 5.65569 1986.56 6.12206 1986.56H9.49984C10.0828 1986.56 10.5554 1986.08 10.5554 1985.5C10.5554 1984.92 10.0828 1984.44 9.49984 1984.44H6.12206Z" fill="#4D5D69"/>
|
|
191
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9998 1998.38C17.3675 1998.38 16.0443 1999.7 16.0443 2001.33C16.0443 2002.97 17.3675 2004.29 18.9998 2004.29C20.6321 2004.29 21.9554 2002.97 21.9554 2001.33C21.9554 1999.7 20.6321 1998.38 18.9998 1998.38ZM17.7332 2001.33C17.7332 2000.63 18.3003 2000.07 18.9998 2000.07C19.6994 2000.07 20.2665 2000.63 20.2665 2001.33C20.2665 2002.03 19.6994 2002.6 18.9998 2002.6C18.3003 2002.6 17.7332 2002.03 17.7332 2001.33Z" fill="#4D5D69"/>
|
|
192
|
+
<path d="M27.6554 1997.11C27.6554 1996.64 28.0335 1996.27 28.4998 1996.27C29.8407 1996.27 30.9276 1997.35 30.9276 1998.69C30.9276 2000.04 29.8407 2001.12 28.4998 2001.12C28.0335 2001.12 27.6554 2000.74 27.6554 2000.28C27.6554 1999.81 28.0335 1999.43 28.4998 1999.43C28.9079 1999.43 29.2387 1999.1 29.2387 1998.69C29.2387 1998.29 28.9079 1997.96 28.4998 1997.96C28.0335 1997.96 27.6554 1997.58 27.6554 1997.11Z" fill="#4D5D69"/>
|
|
193
|
+
<path d="M9.49984 1996.27C9.96621 1996.27 10.3443 1996.64 10.3443 1997.11C10.3443 1997.58 9.96621 1997.96 9.49984 1997.96C9.09176 1997.96 8.76095 1998.29 8.76095 1998.69C8.76095 1999.1 9.09176 1999.43 9.49984 1999.43C9.96621 1999.43 10.3443 1999.81 10.3443 2000.28C10.3443 2000.74 9.96621 2001.12 9.49984 2001.12C8.15901 2001.12 7.07206 2000.04 7.07206 1998.69C7.07206 1997.35 8.15901 1996.27 9.49984 1996.27Z" fill="#4D5D69"/>
|
|
194
|
+
<path d="M7.07206 1989.72C7.07206 1989.26 7.45013 1988.88 7.9165 1988.88H9.49984C9.96621 1988.88 10.3443 1989.26 10.3443 1989.72C10.3443 1990.19 9.96621 1990.57 9.49984 1990.57H7.9165C7.45013 1990.57 7.07206 1990.19 7.07206 1989.72Z" fill="#4D5D69"/>
|
|
195
|
+
<path d="M26.9452 1976.88L19.2437 1989.73C19.0849 1990.01 19.0009 1990.32 19 1990.64C18.9991 1990.95 19.0814 1991.27 19.2386 1991.54C19.3959 1991.82 19.6226 1992.05 19.8963 1992.21C20.17 1992.37 20.481 1992.46 20.7985 1992.46H36.2015C36.519 1992.46 36.83 1992.37 37.1037 1992.21C37.3774 1992.05 37.6041 1991.82 37.7614 1991.54C37.9186 1991.27 38.0009 1990.95 38 1990.64C37.9991 1990.32 37.9151 1990.01 37.7563 1989.73L30.0548 1976.88C29.8927 1976.61 29.6645 1976.39 29.3922 1976.23C29.1198 1976.08 28.8125 1976 28.5 1976C28.1875 1976 27.8802 1976.08 27.6078 1976.23C27.3355 1976.39 27.1073 1976.61 26.9452 1976.88Z" fill="#FBCE28"/>
|
|
196
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 1985.88C29.1295 1985.88 29.6399 1985.37 29.6399 1984.74V1980.94C29.6399 1980.31 29.1295 1979.8 28.4999 1979.8C27.8703 1979.8 27.3599 1980.31 27.3599 1980.94V1984.74C27.3599 1985.37 27.8703 1985.88 28.4999 1985.88Z" fill="#FBCE28"/>
|
|
197
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 1985.88C29.1295 1985.88 29.6399 1985.37 29.6399 1984.74V1980.94C29.6399 1980.31 29.1295 1979.8 28.4999 1979.8C27.8703 1979.8 27.3599 1980.31 27.3599 1980.94V1984.74C27.3599 1985.37 27.8703 1985.88 28.4999 1985.88Z" fill="#213444" fill-opacity="0.72"/>
|
|
198
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 1989.11C27.1699 1988.37 27.7654 1987.78 28.4999 1987.78H28.5094C29.244 1987.78 29.8394 1988.37 29.8394 1989.11C29.8394 1989.84 29.244 1990.44 28.5094 1990.44H28.4999C27.7654 1990.44 27.1699 1989.84 27.1699 1989.11Z" fill="#FBCE28"/>
|
|
199
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 1989.11C27.1699 1988.37 27.7654 1987.78 28.4999 1987.78H28.5094C29.244 1987.78 29.8394 1988.37 29.8394 1989.11C29.8394 1989.84 29.244 1990.44 28.5094 1990.44H28.4999C27.7654 1990.44 27.1699 1989.84 27.1699 1989.11Z" fill="#213444" fill-opacity="0.72"/>
|
|
200
|
+
<path d="M7.99982 2031.59C8.13142 2031.59 8.26188 2031.61 8.38372 2031.66C8.50556 2031.71 8.61638 2031.79 8.70982 2031.88L18.9998 2042.17L29.2898 2031.88C29.4811 2031.72 29.7272 2031.63 29.9789 2031.64C30.2305 2031.65 30.4693 2031.75 30.6474 2031.93C30.8255 2032.11 30.9298 2032.35 30.9395 2032.6C30.9492 2032.85 30.8636 2033.1 30.6998 2033.29L18.9998 2045L7.28982 2033.29C7.10356 2033.1 6.99902 2032.85 6.99902 2032.58C6.99902 2032.32 7.10356 2032.07 7.28982 2031.88C7.38326 2031.79 7.49407 2031.71 7.61591 2031.66C7.73775 2031.61 7.86821 2031.59 7.99982 2031.59Z" fill="#565656"/>
|
|
201
|
+
<path d="M7.99982 2020.59C8.13142 2020.59 8.26188 2020.61 8.38372 2020.66C8.50556 2020.71 8.61638 2020.79 8.70982 2020.88L18.9998 2031.17L29.2898 2020.88C29.4811 2020.72 29.7272 2020.63 29.9789 2020.64C30.2305 2020.65 30.4693 2020.75 30.6474 2020.93C30.8255 2021.11 30.9298 2021.35 30.9395 2021.6C30.9492 2021.85 30.8636 2022.1 30.6998 2022.29L18.9998 2034L7.28982 2022.29C7.10356 2022.1 6.99902 2021.85 6.99902 2021.58C6.99902 2021.32 7.10356 2021.07 7.28982 2020.88C7.38326 2020.79 7.49407 2020.71 7.61591 2020.66C7.73775 2020.61 7.86821 2020.59 7.99982 2020.59Z" fill="#565656"/>
|
|
202
|
+
<path d="M30 2063H11C9.93913 2063 8.92172 2062.58 8.17157 2061.83C7.42143 2061.08 7 2060.06 7 2059C7 2057.94 7.42143 2056.92 8.17157 2056.17C8.92172 2055.42 9.93913 2055 11 2055H30C30.2652 2055 30.5196 2055.11 30.7071 2055.29C30.8946 2055.48 31 2055.73 31 2056C31 2056.27 30.8946 2056.52 30.7071 2056.71C30.5196 2056.89 30.2652 2057 30 2057H11C10.4696 2057 9.96086 2057.21 9.58579 2057.59C9.21071 2057.96 9 2058.47 9 2059C9 2059.53 9.21071 2060.04 9.58579 2060.41C9.96086 2060.79 10.4696 2061 11 2061H30C30.2652 2061 30.5196 2061.11 30.7071 2061.29C30.8946 2061.48 31 2061.73 31 2062C31 2062.27 30.8946 2062.52 30.7071 2062.71C30.5196 2062.89 30.2652 2063 30 2063Z" fill="#565656"/>
|
|
203
|
+
<path d="M30 2087H11C9.93913 2087 8.92172 2086.58 8.17157 2085.83C7.42143 2085.08 7 2084.06 7 2083V2059H9V2083C9 2083.53 9.21071 2084.04 9.58579 2084.41C9.96086 2084.79 10.4696 2085 11 2085H29V2062H31V2086C31 2086.27 30.8946 2086.52 30.7071 2086.71C30.5196 2086.89 30.2652 2087 30 2087Z" fill="#565656"/>
|
|
204
|
+
<path d="M27 2056H29V2062H27V2056ZM13 2067H17V2069H13V2067ZM21 2067H25V2069H21V2067ZM13 2071H17V2073H13V2071ZM21 2071H25V2073H21V2071ZM13 2075H17V2077H13V2075ZM21 2075H25V2077H21V2075Z" fill="#565656"/>
|
|
205
|
+
<path d="M19.1001 2102C17.7156 2102 16.3623 2102.41 15.2111 2103.18C14.06 2103.95 13.1628 2105.04 12.6329 2106.32C12.1031 2107.6 11.9645 2109.01 12.2346 2110.37C12.5047 2111.72 13.1714 2112.97 14.1504 2113.95C15.1293 2114.93 16.3766 2115.6 17.7345 2115.87C19.0923 2116.14 20.4998 2116 21.7789 2115.47C23.058 2114.94 24.1512 2114.04 24.9204 2112.89C25.6896 2111.74 26.1001 2110.38 26.1001 2109C26.1001 2107.14 25.3626 2105.36 24.0498 2104.05C22.7371 2102.74 20.9566 2102 19.1001 2102ZM19.1001 2114C18.1112 2114 17.1445 2113.71 16.3223 2113.16C15.5 2112.61 14.8591 2111.83 14.4807 2110.91C14.1023 2110 14.0032 2108.99 14.1962 2108.02C14.3891 2107.05 14.8653 2106.16 15.5646 2105.46C16.2638 2104.77 17.1547 2104.29 18.1246 2104.1C19.0946 2103.9 20.0999 2104 21.0135 2104.38C21.9271 2104.76 22.708 2105.4 23.2575 2106.22C23.8069 2107.04 24.1001 2108.01 24.1001 2109C24.1001 2110.33 23.5733 2111.6 22.6356 2112.54C21.698 2113.47 20.4262 2114 19.1001 2114Z" fill="#565656"/>
|
|
206
|
+
<path d="M33.8 2105.7L31 2104.8L30.4 2103.3L31.8 2100.7C31.9505 2100.39 32.0025 2100.04 31.9488 2099.7C31.8952 2099.36 31.7385 2099.05 31.5 2098.8L29.1 2096.4C28.8521 2096.16 28.537 2096 28.1972 2095.95C27.8574 2095.9 27.5093 2095.95 27.2 2096.1L24.6 2097.5L23.1 2096.9L22.2 2094.1C22.092 2093.79 21.8904 2093.51 21.6223 2093.32C21.3542 2093.12 21.0324 2093.01 20.7 2093H17.3C16.9609 2093 16.632 2093.12 16.3745 2093.34C16.1171 2093.56 15.9484 2093.86 15.9 2094.2L15 2097C14.4327 2097.09 13.8892 2097.3 13.4 2097.6L10.8 2096.2C10.4907 2096.05 10.1426 2096 9.80282 2096.05C9.46302 2096.1 9.14789 2096.26 8.9 2096.5L6.5 2098.9C6.26148 2099.15 6.10482 2099.46 6.05116 2099.8C5.99751 2100.14 6.04946 2100.49 6.2 2100.8L7.5 2103.3C7.3 2103.8 7.1 2104.4 6.9 2104.9L4.1 2105.8C3.78555 2105.91 3.51165 2106.11 3.31503 2106.38C3.11841 2106.65 3.00849 2106.97 3 2107.3V2110.7C3.00907 2111.05 3.13123 2111.38 3.34788 2111.65C3.56452 2111.92 3.86376 2112.12 4.2 2112.2L7 2113.1L7.6 2114.6L6.2 2117.2C6.04946 2117.51 5.99751 2117.86 6.05116 2118.2C6.10482 2118.54 6.26148 2118.85 6.5 2119.1L8.9 2121.5C9.14789 2121.74 9.46302 2121.9 9.80282 2121.95C10.1426 2122 10.4907 2121.95 10.8 2121.8L13.4 2120.4L14.9 2121L15.8 2123.9C15.908 2124.21 16.1096 2124.49 16.3777 2124.69C16.6458 2124.88 16.9676 2124.99 17.3 2125H20.7C21.0324 2124.99 21.3542 2124.88 21.6223 2124.69C21.8904 2124.49 22.092 2124.21 22.2 2123.9L23.1 2121L24.6 2120.4L27.2 2121.8C27.5093 2121.95 27.8574 2122 28.1972 2121.95C28.537 2121.9 28.8521 2121.74 29.1 2121.5L31.5 2119.1C31.7385 2118.85 31.8952 2118.54 31.9488 2118.2C32.0025 2117.86 31.9505 2117.51 31.8 2117.2L30.4 2114.6L31 2113.1L33.9 2112.2C34.2145 2112.09 34.4884 2111.89 34.685 2111.62C34.8816 2111.35 34.9915 2111.03 35 2110.7V2107.3C34.9932 2106.94 34.8737 2106.59 34.6583 2106.31C34.4429 2106.02 34.1426 2105.81 33.8 2105.7ZM33 2110.4L29.4 2111.5L29.3 2112L28.4 2114.1L28.1 2114.6L29.9 2117.9L27.9 2119.9L24.6 2118.1L24.1 2118.4C23.4388 2118.78 22.7337 2119.09 22 2119.3L21.5 2119.4L20.4 2123H17.6L16.5 2119.4L16 2119.3L13.9 2118.4L13.4 2118.1L10.1 2119.9L8.1 2117.9L9.9 2114.6L9.6 2114.1C9.21652 2113.44 8.91433 2112.73 8.7 2112L8.6 2111.5L5 2110.4V2107.6L8.4 2106.6L8.6 2106.1C8.79535 2105.33 9.09832 2104.59 9.5 2103.9L9.8 2103.4L8.1 2100.1L10.1 2098.1L13.3 2099.9L13.8 2099.6C14.4875 2099.2 15.2281 2098.9 16 2098.7L16.5 2098.5L17.6 2095H20.4L21.5 2098.5L22 2098.7C22.7337 2098.91 23.4388 2099.22 24.1 2099.6L24.6 2099.9L27.9 2098.1L29.9 2100.1L28.1 2103.4L28.4 2103.9C28.7835 2104.56 29.0857 2105.27 29.3 2106L29.4 2106.5L33 2107.6V2110.4Z" fill="#565656"/>
|
|
207
|
+
<path d="M28 2149H20C19.7348 2149 19.4804 2148.89 19.2929 2148.71C19.1054 2148.52 19 2148.27 19 2148V2140C19 2139.73 19.1054 2139.48 19.2929 2139.29C19.4804 2139.11 19.7348 2139 20 2139H28C28.2652 2139 28.5196 2139.11 28.7071 2139.29C28.8946 2139.48 29 2139.73 29 2140V2148C29 2148.27 28.8946 2148.52 28.7071 2148.71C28.5196 2148.89 28.2652 2149 28 2149ZM21 2147H27V2141H21V2147Z" fill="#565656"/>
|
|
208
|
+
<path d="M34 2145H28.17V2143H33V2137H27V2139.83H25V2136C25 2135.73 25.1054 2135.48 25.2929 2135.29C25.4804 2135.11 25.7348 2135 26 2135H34C34.2652 2135 34.5196 2135.11 34.7071 2135.29C34.8946 2135.48 35 2135.73 35 2136V2144C35 2144.27 34.8946 2144.52 34.7071 2144.71C34.5196 2144.89 34.2652 2145 34 2145Z" fill="#565656"/>
|
|
209
|
+
<path d="M26.12 2141H22C21.7348 2141 21.4804 2140.89 21.2929 2140.71C21.1054 2140.52 21 2140.27 21 2140V2132C21 2131.73 21.1054 2131.48 21.2929 2131.29C21.4804 2131.11 21.7348 2131 22 2131H30C30.2652 2131 30.5196 2131.11 30.7071 2131.29C30.8946 2131.48 31 2131.73 31 2132V2135.83H29V2133H23V2139H26.12V2141ZM10 2163H4C3.73478 2163 3.48043 2162.89 3.29289 2162.71C3.10536 2162.52 3 2162.27 3 2162V2146C3 2145.73 3.10536 2145.48 3.29289 2145.29C3.48043 2145.11 3.73478 2145 4 2145H16C16.2652 2145 16.5196 2145.11 16.7071 2145.29C16.8946 2145.48 17 2145.73 17 2146V2156H15V2147H5V2161H10V2163Z" fill="#565656"/>
|
|
210
|
+
<path d="M10 2163C9.86882 2163 9.73868 2162.98 9.62 2162.92C9.43738 2162.85 9.28105 2162.72 9.17072 2162.55C9.06039 2162.39 9.00099 2162.2 9 2162V2156C9 2155.73 9.10536 2155.48 9.29289 2155.29C9.48043 2155.11 9.73478 2155 10 2155H16C16.1974 2155 16.3901 2155.06 16.5539 2155.17C16.7176 2155.28 16.845 2155.44 16.92 2155.62C16.9966 2155.8 17.0175 2156 16.9801 2156.2C16.9428 2156.39 16.8488 2156.57 16.71 2156.71L10.71 2162.71C10.6166 2162.8 10.5057 2162.88 10.3839 2162.93C10.2621 2162.98 10.1316 2163 10 2163ZM11 2157V2159.59L13.59 2157H11ZM13 2142.83C12.8684 2142.83 12.7379 2142.81 12.6161 2142.76C12.4943 2142.71 12.3834 2142.63 12.29 2142.54C12.1963 2142.45 12.1219 2142.34 12.0711 2142.21C12.0203 2142.09 11.9942 2141.96 11.9942 2141.83C11.9942 2141.7 12.0203 2141.57 12.0711 2141.45C12.1219 2141.32 12.1963 2141.21 12.29 2141.12L14.41 2139L12.29 2136.88C12.1017 2136.69 11.9959 2136.44 11.9959 2136.17C11.9959 2135.9 12.1017 2135.65 12.29 2135.46C12.4783 2135.27 12.7337 2135.17 13 2135.17C13.2663 2135.17 13.5217 2135.27 13.71 2135.46L17.24 2139L13.71 2142.54C13.6166 2142.63 13.5057 2142.71 13.3839 2142.76C13.2621 2142.81 13.1316 2142.83 13 2142.83Z" fill="#565656"/>
|
|
211
|
+
<path d="M9 2143H7V2141C7 2140.2 7.31607 2139.44 7.87868 2138.88C8.44129 2138.32 9.20435 2138 10 2138H15V2140H10C9.73478 2140 9.48043 2140.11 9.29289 2140.29C9.10536 2140.48 9 2140.73 9 2141V2143Z" fill="#565656"/>
|
|
212
|
+
<path d="M9 2179H15.18C15.3863 2178.42 15.7681 2177.91 16.2729 2177.55C16.7778 2177.19 17.3811 2177 18 2177H9V2179ZM9 2173H21V2175H9V2173ZM15 2197V2195C14.7348 2195 14.4804 2194.89 14.2929 2194.71C14.1054 2194.52 14 2194.27 14 2194C14 2193.73 14.1054 2193.48 14.2929 2193.29C14.4804 2193.11 14.7348 2193 15 2193V2191C14.2044 2191 13.4413 2191.32 12.8787 2191.88C12.3161 2192.44 12 2193.2 12 2194C12 2194.8 12.3161 2195.56 12.8787 2196.12C13.4413 2196.68 14.2044 2197 15 2197Z" fill="#565656"/>
|
|
213
|
+
<path d="M19 2200V2199H7V2171H23V2177H25V2170.31C24.9974 2170.14 24.9604 2169.96 24.8911 2169.8C24.8219 2169.64 24.7217 2169.5 24.5964 2169.38C24.471 2169.25 24.3229 2169.16 24.1605 2169.09C23.9981 2169.03 23.8247 2169 23.65 2169H6.35C6.17534 2169 6.00186 2169.03 5.83949 2169.09C5.67711 2169.16 5.52901 2169.25 5.40365 2169.38C5.27828 2169.5 5.17811 2169.64 5.10885 2169.8C5.0396 2169.96 5.00261 2170.14 5 2170.31V2201H19.18C19.0636 2200.68 19.0027 2200.34 19 2200Z" fill="#565656"/>
|
|
214
|
+
<path d="M34 2201H22C21.7348 2201 21.4804 2200.89 21.2929 2200.71C21.1054 2200.52 21 2200.27 21 2200V2184C21 2183.73 21.1054 2183.48 21.2929 2183.29C21.4804 2183.11 21.7348 2183 22 2183H34C34.2652 2183 34.5196 2183.11 34.7071 2183.29C34.8946 2183.48 35 2183.73 35 2184V2200C35 2200.27 34.8946 2200.52 34.7071 2200.71C34.5196 2200.89 34.2652 2201 34 2201ZM23 2199H33V2185H23V2199Z" fill="#565656"/>
|
|
215
|
+
<path d="M19 2196H17V2180C17 2179.73 17.1054 2179.48 17.2929 2179.29C17.4804 2179.11 17.7348 2179 18 2179H30V2181H19V2196Z" fill="#565656"/>
|
|
216
|
+
<path d="M30.5 2212H11.5C11.1022 2212 10.7206 2212.16 10.4393 2212.44C10.158 2212.72 10 2213.1 10 2213.5V2237.5C10 2237.9 10.158 2238.28 10.4393 2238.56C10.7206 2238.84 11.1022 2239 11.5 2239H30.5C30.8978 2239 31.2794 2238.84 31.5607 2238.56C31.842 2238.28 32 2237.9 32 2237.5V2213.5C32 2213.1 31.842 2212.72 31.5607 2212.44C31.2794 2212.16 30.8978 2212 30.5 2212ZM30 2237H12V2214H30V2237Z" fill="#565656"/>
|
|
217
|
+
<path d="M27 2208.5C27 2208.1 26.842 2207.72 26.5607 2207.44C26.2794 2207.16 25.8978 2207 25.5 2207H6.5C6.10218 2207 5.72064 2207.16 5.43934 2207.44C5.15804 2207.72 5 2208.1 5 2208.5V2232.5C5 2232.9 5.15804 2233.28 5.43934 2233.56C5.72064 2233.84 6.10218 2234 6.5 2234H7V2209H27V2208.5Z" fill="#565656"/>
|
|
218
|
+
<path d="M28 2271H12C11.7348 2271 11.4804 2270.89 11.2929 2270.71C11.1054 2270.52 11 2270.27 11 2270C11 2269.73 11.1054 2269.48 11.2929 2269.29C11.4804 2269.11 11.7348 2269 12 2269H27V2254C27 2253.73 27.1054 2253.48 27.2929 2253.29C27.4804 2253.11 27.7348 2253 28 2253C28.2652 2253 28.5196 2253.11 28.7071 2253.29C28.8946 2253.48 29 2253.73 29 2254V2270C29 2270.27 28.8946 2270.52 28.7071 2270.71C28.5196 2270.89 28.2652 2271 28 2271ZM3 2269H6V2271H3V2269ZM3 2263H6V2265H3V2263ZM3 2257H6V2259H3V2257ZM3 2251H6V2253H3V2251ZM32 2269H35V2271H32V2269ZM32 2263H35V2265H32V2263ZM32 2257H35V2259H32V2257ZM32 2251H35V2253H32V2251ZM27 2274H29V2277H27V2274ZM21 2274H23V2277H21V2274ZM15 2274H17V2277H15V2274ZM9 2274H11V2277H9V2274ZM27 2245H29V2248H27V2245ZM21 2245H23V2248H21V2245ZM15 2245H17V2248H15V2245ZM9 2245H11V2248H9V2245Z" fill="#565656"/>
|
|
219
|
+
<path d="M32 2275H6C5.73478 2275 5.48043 2274.89 5.29289 2274.71C5.10536 2274.52 5 2274.27 5 2274V2248C5 2247.73 5.10536 2247.48 5.29289 2247.29C5.48043 2247.11 5.73478 2247 6 2247H32C32.2652 2247 32.5196 2247.11 32.7071 2247.29C32.8946 2247.48 33 2247.73 33 2248V2274C33 2274.27 32.8946 2274.52 32.7071 2274.71C32.5196 2274.89 32.2652 2275 32 2275ZM7 2273H31V2249H7V2273Z" fill="#565656"/>
|
|
220
|
+
<path d="M26 2304C25.6044 2304 25.2178 2304.12 24.8889 2304.34C24.56 2304.56 24.3036 2304.87 24.1522 2305.23C24.0009 2305.6 23.9613 2306 24.0384 2306.39C24.1156 2306.78 24.3061 2307.13 24.5858 2307.41C24.8655 2307.69 25.2219 2307.88 25.6098 2307.96C25.9978 2308.04 26.3999 2308 26.7654 2307.85C27.1308 2307.7 27.4432 2307.44 27.6629 2307.11C27.8827 2306.78 28 2306.4 28 2306C28 2305.47 27.7893 2304.96 27.4142 2304.59C27.0391 2304.21 26.5304 2304 26 2304ZM37 2309V2303H33.42C33.3991 2302.96 33.3823 2302.92 33.37 2302.88L35.9 2300.34L31.66 2296.1L29.12 2298.63L29 2298.58V2295H23V2298.58L22.88 2298.63L20.34 2296.1L16.1 2300.34L18.63 2302.88C18.6177 2302.92 18.6009 2302.96 18.58 2303H15V2309H18.58C18.6009 2309.04 18.6177 2309.08 18.63 2309.12L16.1 2311.66L20.34 2315.9L22.88 2313.37L23 2313.42V2317H29V2313.42L29.12 2313.37L31.66 2315.9L35.9 2311.66L33.37 2309.12C33.3823 2309.08 33.3991 2309.04 33.42 2309H37ZM33.07 2311.66L31.66 2313.07L29.51 2310.92L28.85 2311.28C28.4878 2311.48 28.1056 2311.63 27.71 2311.75L27 2312V2315H25V2312L24.29 2311.79C23.8944 2311.67 23.5122 2311.52 23.15 2311.32L22.49 2310.96L20.34 2313.11L18.93 2311.7L21.08 2309.55L20.72 2308.89C20.5233 2308.53 20.3657 2308.15 20.25 2307.75L20 2307H17V2305H20L20.21 2304.29C20.3257 2303.89 20.4833 2303.51 20.68 2303.15L21.04 2302.49L18.89 2300.34L20.3 2298.93L22.45 2301.08L23.11 2300.72C23.4722 2300.52 23.8544 2300.37 24.25 2300.25L25 2300V2297H27V2300L27.71 2300.21C28.1056 2300.33 28.4878 2300.48 28.85 2300.68L29.51 2301.04L31.66 2298.89L33.07 2300.3L30.92 2302.45L31.28 2303.11C31.4767 2303.47 31.6343 2303.85 31.75 2304.25L32 2305H35V2307H32L31.79 2307.71C31.6743 2308.11 31.5167 2308.49 31.32 2308.85L30.96 2309.51L33.07 2311.66ZM33.38 2295L35 2296.62V2295H33.38Z" fill="#565656"/>
|
|
221
|
+
<path d="M26 2289H10C9.73478 2289 9.48043 2289.11 9.29289 2289.29C9.10536 2289.48 9 2289.73 9 2290V2306C9 2306.27 9.10536 2306.52 9.29289 2306.71C9.48043 2306.89 9.73478 2307 10 2307C10.2652 2307 10.5196 2306.89 10.7071 2306.71C10.8946 2306.52 11 2306.27 11 2306V2291H26C26.2652 2291 26.5196 2290.89 26.7071 2290.71C26.8946 2290.52 27 2290.27 27 2290C27 2289.73 26.8946 2289.48 26.7071 2289.29C26.5196 2289.11 26.2652 2289 26 2289ZM15 2313.38V2315H16.62L15 2313.38Z" fill="#565656"/>
|
|
222
|
+
<path d="M13.27 2311.66L13.93 2311H7V2287H31V2293.93L31.66 2293.27L33 2294.61V2291H35V2289H33V2286C33 2285.73 32.8946 2285.48 32.7071 2285.29C32.5196 2285.11 32.2652 2285 32 2285H29V2283H27V2285H23V2283H21V2285H17V2283H15V2285H11V2283H9V2285H6C5.73478 2285 5.48043 2285.11 5.29289 2285.29C5.10536 2285.48 5 2285.73 5 2286V2289H3V2291H5V2295H3V2297H5V2301H3V2303H5V2307H3V2309H5V2312C5 2312.27 5.10536 2312.52 5.29289 2312.71C5.48043 2312.89 5.73478 2313 6 2313H9V2315H11V2313H14.61L13.27 2311.66Z" fill="#565656"/>
|
|
223
|
+
<path d="M23 2347V2351H22C21.7348 2351 21.4804 2350.89 21.2929 2350.71C21.1054 2350.52 21 2350.27 21 2350V2339H28C28.2652 2339 28.5196 2339.11 28.7071 2339.29C28.8946 2339.48 29 2339.73 29 2340V2348H31V2340C31 2339.2 30.6839 2338.44 30.1213 2337.88C29.5587 2337.32 28.7956 2337 28 2337H18C17.2044 2337 16.4413 2337.32 15.8787 2337.88C15.3161 2338.44 15 2339.2 15 2340V2341H17V2340C17 2339.73 17.1054 2339.48 17.2929 2339.29C17.4804 2339.11 17.7348 2339 18 2339H19V2350C19 2350.8 19.3161 2351.56 19.8787 2352.12C20.4413 2352.68 21.2044 2353 22 2353H32C32.7956 2353 33.5587 2352.68 34.1213 2352.12C34.6839 2351.56 35 2350.8 35 2350V2347H23ZM33 2350C33 2350.27 32.8946 2350.52 32.7071 2350.71C32.5196 2350.89 32.2652 2351 32 2351H25V2349H33V2350ZM15 2331H7V2325H15V2331ZM9 2329H13V2327H9V2329ZM27 2331H19V2325H27V2331ZM21 2329H25V2327H21V2329Z" fill="#565656"/>
|
|
224
|
+
<path d="M17 2347H5V2331H29V2335.1C29.7267 2335.24 30.411 2335.55 31 2336V2329H3V2349H17V2347Z" fill="#565656"/>
|
|
225
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.6582 2372.47C9.6582 2371.04 10.816 2369.88 12.2443 2369.88H25.7554C27.1837 2369.88 28.3415 2371.04 28.3415 2372.47V2375.42C28.3415 2376.85 27.1837 2378.01 25.7554 2378.01H12.2443C10.816 2378.01 9.6582 2376.85 9.6582 2375.42V2372.47ZM12.2443 2371.67C11.8071 2371.67 11.4526 2372.03 11.4526 2372.47V2375.42C11.4526 2375.86 11.8071 2376.21 12.2443 2376.21H25.7554C26.1927 2376.21 26.5471 2375.86 26.5471 2375.42V2372.47C26.5471 2372.03 26.1927 2371.67 25.7554 2371.67H12.2443Z" fill="#4D5D69"/>
|
|
226
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.33339 2369.19C6.91635 2369.19 7.38894 2369.67 7.38894 2370.25V2378.59C7.38894 2378.94 7.6725 2379.22 8.02228 2379.22H10.0278C10.6108 2379.22 11.0834 2379.69 11.0834 2380.28C11.0834 2380.86 10.6108 2381.33 10.0278 2381.33H8.02228C6.50656 2381.33 5.27783 2380.1 5.27783 2378.59V2370.25C5.27783 2369.67 5.75042 2369.19 6.33339 2369.19ZM31.6667 2369.19C32.2497 2369.19 32.7223 2369.67 32.7223 2370.25V2378.59C32.7223 2380.1 31.4935 2381.33 29.9778 2381.33H27.9723C27.3893 2381.33 26.9167 2380.86 26.9167 2380.28C26.9167 2379.69 27.3893 2379.22 27.9723 2379.22H29.9778C30.3276 2379.22 30.6112 2378.94 30.6112 2378.59V2370.25C30.6112 2369.67 31.0838 2369.19 31.6667 2369.19Z" fill="#4D5D69"/>
|
|
227
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.6582 2378.8C9.6582 2377.37 10.816 2376.21 12.2443 2376.21H25.7554C27.1837 2376.21 28.3415 2377.37 28.3415 2378.8V2381.76C28.3415 2383.18 27.1837 2384.34 25.7554 2384.34H12.2443C10.816 2384.34 9.6582 2383.18 9.6582 2381.76V2378.8ZM12.2443 2378.01C11.8071 2378.01 11.4526 2378.36 11.4526 2378.8V2381.76C11.4526 2382.19 11.8071 2382.55 12.2443 2382.55H25.7554C26.1927 2382.55 26.5471 2382.19 26.5471 2381.76V2378.8C26.5471 2378.36 26.1927 2378.01 25.7554 2378.01H12.2443Z" fill="#4D5D69"/>
|
|
228
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.6582 2385.13C9.6582 2383.7 10.816 2382.55 12.2443 2382.55H25.7554C27.1837 2382.55 28.3415 2383.7 28.3415 2385.13V2388.09C28.3415 2389.52 27.1837 2390.67 25.7554 2390.67H12.2443C10.816 2390.67 9.6582 2389.52 9.6582 2388.09V2385.13ZM12.2443 2384.34C11.8071 2384.34 11.4526 2384.7 11.4526 2385.13V2388.09C11.4526 2388.53 11.8071 2388.88 12.2443 2388.88H25.7554C26.1927 2388.88 26.5471 2388.53 26.5471 2388.09V2385.13C26.5471 2384.7 26.1927 2384.34 25.7554 2384.34H12.2443Z" fill="#4D5D69"/>
|
|
229
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.0434 2360.42C18.1917 2359.51 19.808 2359.51 20.9563 2360.42L34.4298 2371C34.8882 2371.36 34.9678 2372.03 34.6077 2372.49C34.2475 2372.94 33.5839 2373.02 33.1255 2372.66L19.652 2362.08C19.2693 2361.78 18.7305 2361.78 18.3477 2362.08L4.87425 2372.66C4.41585 2373.02 3.75227 2372.94 3.3921 2372.49C3.03193 2372.03 3.11156 2371.36 3.56996 2371L17.0434 2360.42Z" fill="#4D5D69"/>
|
|
230
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8774 2373.94C12.8774 2373.48 13.2555 2373.1 13.7219 2373.1H16.8886C17.3549 2373.1 17.733 2373.48 17.733 2373.94C17.733 2374.41 17.3549 2374.79 16.8886 2374.79H13.7219C13.2555 2374.79 12.8774 2374.41 12.8774 2373.94Z" fill="#4D5D69"/>
|
|
231
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8774 2380.28C12.8774 2379.81 13.2555 2379.43 13.7219 2379.43H16.8886C17.3549 2379.43 17.733 2379.81 17.733 2380.28C17.733 2380.74 17.3549 2381.12 16.8886 2381.12H13.7219C13.2555 2381.12 12.8774 2380.74 12.8774 2380.28Z" fill="#4D5D69"/>
|
|
232
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8774 2386.61C12.8774 2386.14 13.2555 2385.77 13.7219 2385.77H16.8886C17.3549 2385.77 17.733 2386.14 17.733 2386.61C17.733 2387.08 17.3549 2387.46 16.8886 2387.46H13.7219C13.2555 2387.46 12.8774 2387.08 12.8774 2386.61Z" fill="#4D5D69"/>
|
|
233
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.4331 2373.94C23.4331 2373.48 23.8112 2373.1 24.2775 2373.1H24.2797C24.746 2373.1 25.1241 2373.48 25.1241 2373.94C25.1241 2374.41 24.746 2374.79 24.2797 2374.79H24.2775C23.8112 2374.79 23.4331 2374.41 23.4331 2373.94Z" fill="#4D5D69"/>
|
|
234
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.2666 2373.94C20.2666 2373.48 20.6447 2373.1 21.111 2373.1H21.1132C21.5795 2373.1 21.9576 2373.48 21.9576 2373.94C21.9576 2374.41 21.5795 2374.79 21.1132 2374.79H21.111C20.6447 2374.79 20.2666 2374.41 20.2666 2373.94Z" fill="#4D5D69"/>
|
|
235
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.4331 2380.28C23.4331 2379.81 23.8112 2379.43 24.2775 2379.43H24.2797C24.746 2379.43 25.1241 2379.81 25.1241 2380.28C25.1241 2380.74 24.746 2381.12 24.2797 2381.12H24.2775C23.8112 2381.12 23.4331 2380.74 23.4331 2380.28Z" fill="#4D5D69"/>
|
|
236
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.2666 2380.28C20.2666 2379.81 20.6447 2379.43 21.111 2379.43H21.1132C21.5795 2379.43 21.9576 2379.81 21.9576 2380.28C21.9576 2380.74 21.5795 2381.12 21.1132 2381.12H21.111C20.6447 2381.12 20.2666 2380.74 20.2666 2380.28Z" fill="#4D5D69"/>
|
|
237
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.4331 2386.61C23.4331 2386.14 23.8112 2385.77 24.2775 2385.77H24.2797C24.746 2385.77 25.1241 2386.14 25.1241 2386.61C25.1241 2387.08 24.746 2387.46 24.2797 2387.46H24.2775C23.8112 2387.46 23.4331 2387.08 23.4331 2386.61Z" fill="#4D5D69"/>
|
|
238
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.2666 2386.61C20.2666 2386.14 20.6447 2385.77 21.111 2385.77H21.1132C21.5795 2385.77 21.9576 2386.14 21.9576 2386.61C21.9576 2387.08 21.5795 2387.46 21.1132 2387.46H21.111C20.6447 2387.46 20.2666 2387.08 20.2666 2386.61Z" fill="#4D5D69"/>
|
|
239
|
+
<path d="M12.8777 2418.28C12.8777 2417.81 13.2557 2417.43 13.7221 2417.43H16.8888C17.3551 2417.43 17.7332 2417.81 17.7332 2418.28C17.7332 2418.74 17.3551 2419.12 16.8888 2419.12H13.7221C13.2557 2419.12 12.8777 2418.74 12.8777 2418.28Z" fill="#4D5D69"/>
|
|
240
|
+
<path d="M23.4332 2418.28C23.4332 2417.81 23.8113 2417.43 24.2777 2417.43C24.744 2417.43 25.1242 2417.81 25.1242 2418.28C25.1242 2418.74 24.7461 2419.12 24.2798 2419.12C23.8134 2419.12 23.4332 2418.74 23.4332 2418.28Z" fill="#4D5D69"/>
|
|
241
|
+
<path d="M21.111 2417.43C20.6446 2417.43 20.2666 2417.81 20.2666 2418.28C20.2666 2418.74 20.6467 2419.12 21.1131 2419.12C21.5795 2419.12 21.9575 2418.74 21.9575 2418.28C21.9575 2417.81 21.5774 2417.43 21.111 2417.43Z" fill="#4D5D69"/>
|
|
242
|
+
<path d="M13.7221 2423.77C13.2557 2423.77 12.8777 2424.14 12.8777 2424.61C12.8777 2425.08 13.2557 2425.46 13.7221 2425.46H16.8888C17.3551 2425.46 17.7332 2425.08 17.7332 2424.61C17.7332 2424.14 17.3551 2423.77 16.8888 2423.77H13.7221Z" fill="#4D5D69"/>
|
|
243
|
+
<path d="M23.4332 2424.61C23.4332 2424.14 23.8113 2423.77 24.2777 2423.77C24.744 2423.77 25.1242 2424.14 25.1242 2424.61C25.1242 2425.08 24.7461 2425.46 24.2798 2425.46C23.8134 2425.46 23.4332 2425.08 23.4332 2424.61Z" fill="#4D5D69"/>
|
|
244
|
+
<path d="M21.111 2423.77C20.6446 2423.77 20.2666 2424.14 20.2666 2424.61C20.2666 2425.08 20.6467 2425.46 21.1131 2425.46C21.5795 2425.46 21.9575 2425.08 21.9575 2424.61C21.9575 2424.14 21.5774 2423.77 21.111 2423.77Z" fill="#4D5D69"/>
|
|
245
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.3811 2397.8C17.9046 2397.9 17.4454 2398.1 17.0434 2398.42L3.56996 2409C3.11156 2409.36 3.03193 2410.03 3.3921 2410.49C3.75227 2410.94 4.41585 2411.02 4.87425 2410.66L5.27787 2410.35V2416.59C5.27787 2418.1 6.5066 2419.33 8.02231 2419.33H9.65822V2419.76C9.65822 2420.4 9.89472 2420.99 10.2858 2421.44C9.89472 2421.9 9.65822 2422.49 9.65822 2423.13V2426.09C9.65822 2427.52 10.8161 2428.68 12.2443 2428.68H25.7554C27.1837 2428.68 28.3415 2427.52 28.3415 2426.09V2423.13C28.3415 2422.49 28.105 2421.9 27.714 2421.44C28.105 2420.99 28.3415 2420.4 28.3415 2419.76V2419.33H29.9779C31.4936 2419.33 32.7223 2418.1 32.7223 2416.59V2414.32C32.0471 2414.58 31.3411 2414.79 30.6112 2414.92V2416.59C30.6112 2416.94 30.3276 2417.22 29.9779 2417.22H28.3415V2416.8C28.3415 2416.15 28.105 2415.56 27.714 2415.11C27.721 2415.1 27.7281 2415.09 27.735 2415.09C26.4243 2415 25.1728 2414.7 24.0164 2414.21H12.2443C11.8071 2414.21 11.4527 2413.86 11.4527 2413.42V2410.47C11.4527 2410.03 11.8071 2409.68 12.2443 2409.68H18.665C18.3083 2409.11 17.9992 2408.51 17.7434 2407.88H12.2443C10.8161 2407.88 9.65822 2409.04 9.65822 2410.47V2413.42C9.65822 2414.07 9.89472 2414.66 10.2858 2415.11C9.89472 2415.56 9.65822 2416.15 9.65822 2416.8V2417.22H8.02231C7.67253 2417.22 7.38898 2416.94 7.38898 2416.59V2408.69L17.1555 2401.01C17.4048 2399.87 17.8225 2398.79 18.3811 2397.8ZM12.2443 2420.55H25.7554C26.1927 2420.55 26.5471 2420.19 26.5471 2419.76V2416.8C26.5471 2416.36 26.1927 2416.01 25.7554 2416.01H12.2443C11.8071 2416.01 11.4527 2416.36 11.4527 2416.8V2419.76C11.4527 2420.19 11.8071 2420.55 12.2443 2420.55ZM12.2443 2422.34C11.8071 2422.34 11.4527 2422.7 11.4527 2423.13V2426.09C11.4527 2426.53 11.8071 2426.88 12.2443 2426.88H25.7554C26.1927 2426.88 26.5471 2426.53 26.5471 2426.09V2423.13C26.5471 2422.7 26.1927 2422.34 25.7554 2422.34H12.2443Z" fill="#4D5D69"/>
|
|
246
|
+
<path d="M25.0239 2412.34C25.0879 2412.23 25.1242 2412.09 25.1242 2411.94C25.1242 2411.48 24.744 2411.1 24.2777 2411.1C23.939 2411.1 23.6469 2411.3 23.5123 2411.59C23.9898 2411.88 24.4952 2412.14 25.0239 2412.34Z" fill="#4D5D69"/>
|
|
247
|
+
<path d="M20.2972 2411.72C20.6568 2412.08 21.0397 2412.41 21.4435 2412.72C21.342 2412.77 21.2304 2412.79 21.1131 2412.79C20.6467 2412.79 20.2666 2412.41 20.2666 2411.94C20.2666 2411.87 20.2772 2411.79 20.2972 2411.72Z" fill="#4D5D69"/>
|
|
248
|
+
<path d="M13.7221 2411.1C13.2557 2411.1 12.8777 2411.48 12.8777 2411.94C12.8777 2412.41 13.2557 2412.79 13.7221 2412.79H16.8888C17.3551 2412.79 17.7332 2412.41 17.7332 2411.94C17.7332 2411.48 17.3551 2411.1 16.8888 2411.1H13.7221Z" fill="#4D5D69"/>
|
|
249
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 2403.5C38 2408.75 33.7467 2413 28.5 2413C23.2533 2413 19 2408.75 19 2403.5C19 2398.25 23.2533 2394 28.5 2394C33.7467 2394 38 2398.25 38 2403.5ZM28.5 2404.07C29.1296 2404.07 29.64 2403.56 29.64 2402.93V2399.13C29.64 2398.5 29.1296 2397.99 28.5 2397.99C27.8704 2397.99 27.36 2398.5 27.36 2399.13V2402.93C27.36 2403.56 27.8704 2404.07 28.5 2404.07ZM28.5 2405.97C27.7655 2405.97 27.17 2406.57 27.17 2407.3C27.17 2408.03 27.7655 2408.63 28.5 2408.63H28.5095C29.244 2408.63 29.8395 2408.03 29.8395 2407.3C29.8395 2406.57 29.244 2405.97 28.5095 2405.97H28.5Z" fill="#EA3223"/>
|
|
250
|
+
<path d="M12.8777 2456.28C12.8777 2455.81 13.2557 2455.43 13.7221 2455.43H16.8888C17.3551 2455.43 17.7332 2455.81 17.7332 2456.28C17.7332 2456.74 17.3551 2457.12 16.8888 2457.12H13.7221C13.2557 2457.12 12.8777 2456.74 12.8777 2456.28Z" fill="#4D5D69"/>
|
|
251
|
+
<path d="M23.4332 2456.28C23.4332 2455.81 23.8113 2455.43 24.2777 2455.43C24.744 2455.43 25.1242 2455.81 25.1242 2456.28C25.1242 2456.74 24.7461 2457.12 24.2798 2457.12C23.8134 2457.12 23.4332 2456.74 23.4332 2456.28Z" fill="#4D5D69"/>
|
|
252
|
+
<path d="M21.111 2455.43C20.6446 2455.43 20.2666 2455.81 20.2666 2456.28C20.2666 2456.74 20.6467 2457.12 21.1131 2457.12C21.5795 2457.12 21.9575 2456.74 21.9575 2456.28C21.9575 2455.81 21.5774 2455.43 21.111 2455.43Z" fill="#4D5D69"/>
|
|
253
|
+
<path d="M13.7221 2461.77C13.2557 2461.77 12.8777 2462.14 12.8777 2462.61C12.8777 2463.08 13.2557 2463.46 13.7221 2463.46H16.8888C17.3551 2463.46 17.7332 2463.08 17.7332 2462.61C17.7332 2462.14 17.3551 2461.77 16.8888 2461.77H13.7221Z" fill="#4D5D69"/>
|
|
254
|
+
<path d="M23.4332 2462.61C23.4332 2462.14 23.8113 2461.77 24.2777 2461.77C24.744 2461.77 25.1242 2462.14 25.1242 2462.61C25.1242 2463.08 24.7461 2463.46 24.2798 2463.46C23.8134 2463.46 23.4332 2463.08 23.4332 2462.61Z" fill="#4D5D69"/>
|
|
255
|
+
<path d="M21.111 2461.77C20.6446 2461.77 20.2666 2462.14 20.2666 2462.61C20.2666 2463.08 20.6467 2463.46 21.1131 2463.46C21.5795 2463.46 21.9575 2463.08 21.9575 2462.61C21.9575 2462.14 21.5774 2461.77 21.111 2461.77Z" fill="#4D5D69"/>
|
|
256
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.9126 2437.17L20.9563 2436.42C19.808 2435.51 18.1917 2435.51 17.0434 2436.42L3.56996 2447C3.11156 2447.36 3.03193 2448.03 3.3921 2448.49C3.75227 2448.94 4.41585 2449.02 4.87425 2448.66L5.27787 2448.35V2454.59C5.27787 2456.1 6.5066 2457.33 8.02231 2457.33H9.65822V2457.76C9.65822 2458.4 9.89472 2458.99 10.2858 2459.44C9.89472 2459.9 9.65822 2460.49 9.65822 2461.13V2464.09C9.65822 2465.52 10.8161 2466.67 12.2443 2466.67H25.7554C27.1837 2466.67 28.3415 2465.52 28.3415 2464.09V2461.13C28.3415 2460.49 28.105 2459.9 27.714 2459.44C28.105 2458.99 28.3415 2458.4 28.3415 2457.76V2457.33H29.9779C31.4936 2457.33 32.7223 2456.1 32.7223 2454.59V2450.57L30.6112 2450.57V2454.59C30.6112 2454.94 30.3276 2455.22 29.9779 2455.22H28.3415V2454.8C28.3415 2454.15 28.105 2453.56 27.714 2453.11C28.105 2452.66 28.3415 2452.07 28.3415 2451.42V2450.57L26.5471 2450.57V2451.42C26.5471 2451.86 26.1927 2452.21 25.7554 2452.21H12.2443C11.8071 2452.21 11.4527 2451.86 11.4527 2451.42V2448.47C11.4527 2448.03 11.8071 2447.67 12.2443 2447.67H17.027C16.9346 2447.34 16.8877 2446.98 16.8887 2446.63C16.8895 2446.38 16.9146 2446.13 16.9632 2445.88H12.2443C10.8161 2445.88 9.65822 2447.04 9.65822 2448.47V2451.42C9.65822 2452.07 9.89472 2452.66 10.2858 2453.11C9.89472 2453.56 9.65822 2454.15 9.65822 2454.8V2455.22H8.02231C7.67253 2455.22 7.38898 2454.94 7.38898 2454.59V2446.69L18.3477 2438.08C18.7305 2437.78 19.2693 2437.78 19.652 2438.08L20.8191 2438.99L21.9126 2437.17ZM12.2443 2458.55H25.7554C26.1927 2458.55 26.5471 2458.19 26.5471 2457.76V2454.8C26.5471 2454.36 26.1927 2454.01 25.7554 2454.01H12.2443C11.8071 2454.01 11.4527 2454.36 11.4527 2454.8V2457.76C11.4527 2458.19 11.8071 2458.55 12.2443 2458.55ZM12.2443 2460.34C11.8071 2460.34 11.4527 2460.7 11.4527 2461.13V2464.09C11.4527 2464.53 11.8071 2464.88 12.2443 2464.88H25.7554C26.1927 2464.88 26.5471 2464.53 26.5471 2464.09V2461.13C26.5471 2460.7 26.1927 2460.34 25.7554 2460.34H12.2443Z" fill="#4D5D69"/>
|
|
257
|
+
<path d="M20.5355 2450.56C20.6869 2450.7 20.8902 2450.79 21.1131 2450.79C21.3307 2450.79 21.5292 2450.71 21.6789 2450.57L20.7752 2450.57C20.6951 2450.57 20.6151 2450.57 20.5355 2450.56Z" fill="#4D5D69"/>
|
|
258
|
+
<path d="M23.713 2450.57C23.8633 2450.71 24.0621 2450.79 24.2798 2450.79C24.4974 2450.79 24.6958 2450.71 24.8455 2450.57L23.713 2450.57Z" fill="#4D5D69"/>
|
|
259
|
+
<path d="M13.7221 2449.1C13.2557 2449.1 12.8777 2449.48 12.8777 2449.94C12.8777 2450.41 13.2557 2450.79 13.7221 2450.79H16.8888C17.3551 2450.79 17.7332 2450.41 17.7332 2449.94C17.7332 2449.48 17.3551 2449.1 16.8888 2449.1H13.7221Z" fill="#4D5D69"/>
|
|
260
|
+
<path d="M26.9452 2432.88L19.2437 2445.73C19.0849 2446.01 19.0009 2446.32 19 2446.64C18.9991 2446.95 19.0814 2447.27 19.2386 2447.54C19.3959 2447.82 19.6226 2448.05 19.8963 2448.21C20.17 2448.37 20.481 2448.46 20.7985 2448.46H36.2015C36.519 2448.46 36.83 2448.37 37.1037 2448.21C37.3774 2448.05 37.6041 2447.82 37.7614 2447.54C37.9186 2447.27 38.0009 2446.95 38 2446.64C37.9991 2446.32 37.9151 2446.01 37.7563 2445.73L30.0548 2432.88C29.8927 2432.61 29.6645 2432.39 29.3922 2432.23C29.1198 2432.08 28.8125 2432 28.5 2432C28.1875 2432 27.8802 2432.08 27.6078 2432.23C27.3355 2432.39 27.1073 2432.61 26.9452 2432.88Z" fill="#FBCE28"/>
|
|
261
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 2441.88C29.1295 2441.88 29.6399 2441.37 29.6399 2440.74V2436.94C29.6399 2436.31 29.1295 2435.8 28.4999 2435.8C27.8703 2435.8 27.3599 2436.31 27.3599 2436.94V2440.74C27.3599 2441.37 27.8703 2441.88 28.4999 2441.88Z" fill="#FBCE28"/>
|
|
262
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 2441.88C29.1295 2441.88 29.6399 2441.37 29.6399 2440.74V2436.94C29.6399 2436.31 29.1295 2435.8 28.4999 2435.8C27.8703 2435.8 27.3599 2436.31 27.3599 2436.94V2440.74C27.3599 2441.37 27.8703 2441.88 28.4999 2441.88Z" fill="#213444" fill-opacity="0.72"/>
|
|
263
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 2445.11C27.1699 2444.37 27.7654 2443.78 28.4999 2443.78H28.5094C29.244 2443.78 29.8394 2444.37 29.8394 2445.11C29.8394 2445.84 29.244 2446.44 28.5094 2446.44H28.4999C27.7654 2446.44 27.1699 2445.84 27.1699 2445.11Z" fill="#FBCE28"/>
|
|
264
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 2445.11C27.1699 2444.37 27.7654 2443.78 28.4999 2443.78H28.5094C29.244 2443.78 29.8394 2444.37 29.8394 2445.11C29.8394 2445.84 29.244 2446.44 28.5094 2446.44H28.4999C27.7654 2446.44 27.1699 2445.84 27.1699 2445.11Z" fill="#213444" fill-opacity="0.72"/>
|
|
265
|
+
<path d="M19 2479C15.6319 2479.07 12.2695 2478.69 9 2477.88V2480C12.2868 2480.7 15.6401 2481.03 19 2481V2479ZM19 2487C15.6319 2487.07 12.2695 2486.69 9 2485.88V2488C12.2868 2488.7 15.6401 2489.03 19 2489C21.0046 2488.99 23.0073 2488.88 25 2488.66V2486.66C23.0091 2486.9 21.0051 2487.01 19 2487Z" fill="#565656"/>
|
|
266
|
+
<path d="M31 2492.92C30.52 2493.68 26.17 2495 19 2495C15.6319 2495.07 12.2695 2494.69 9 2493.88V2496C12.2868 2496.7 15.6401 2497.03 19 2497C20.07 2497 27.39 2496.94 31 2495.27V2500.93C30.49 2501.69 26.14 2503 19 2503C11.86 2503 7.51 2501.69 7 2500.93V2477.07C7.51 2476.31 11.86 2475 19 2475H23V2473.15C21.05 2473 19.46 2473 19 2473C17.57 2473 5 2473.11 5 2477V2501C5 2504.89 17.57 2505 19 2505C20.43 2505 33 2504.89 33 2501V2489H31V2492.92Z" fill="#565656"/>
|
|
267
|
+
<path d="M37 2477H31V2471H27V2477H21V2481H27V2487H31V2481H37V2477Z" fill="#59A011"/>
|
|
268
|
+
<path d="M9 2532.9C6.7 2532.7 5.3 2532.2 5 2531.9V2518.1C5.4 2517.7 7.5 2517 11 2517C12.2726 2517 13.5431 2517.1 14.8 2517.3C16.0905 2517.1 17.3943 2517 18.7 2517C17.3 2515.1 11.8 2515 11 2515C10.2 2515 3 2515.1 3 2518V2532C3 2534.1 6.6 2534.7 9 2534.9V2532.9ZM27 2515C26.3 2515 20.8 2515.1 19.3 2517C20.6057 2517 21.9095 2517.1 23.2 2517.3C24.4569 2517.1 25.7274 2517 27 2517C30.5 2517 32.6 2517.7 33 2518.1V2531.8C32.7 2532.1 31.3 2532.6 29 2532.8V2534.8C31.4 2534.6 35 2534 35 2531.9V2518C35 2515.1 27.8 2515 27 2515Z" fill="#565656"/>
|
|
269
|
+
<path d="M19 2519C18.2 2519 11 2519.1 11 2522V2536C11 2538.9 18.2 2539 19 2539C19.8 2539 27 2538.9 27 2536V2522C27 2519.1 19.8 2519 19 2519ZM25 2523.9C24.6 2524.3 22.5 2525 19 2525C17.656 2525.02 16.3143 2524.88 15 2524.6V2526.6C16.3216 2526.83 17.6586 2526.97 19 2527C21.0338 2527 23.0564 2526.7 25 2526.1V2529.9C24.6 2530.3 22.5 2531 19 2531C17.656 2531.02 16.3143 2530.88 15 2530.6V2532.6C16.3216 2532.83 17.6586 2532.97 19 2533C21.0338 2533 23.0564 2532.7 25 2532.1V2535.9C24.6 2536.3 22.5 2537 19 2537C15.5 2537 13.4 2536.3 13 2535.9V2522.1C13.4 2521.7 15.5 2521 19 2521C22.5 2521 24.6 2521.7 25 2522.1V2523.9Z" fill="#565656"/>
|
|
270
|
+
<path d="M31 2566.57V2569.84C30.7 2570.16 29.31 2570.68 27 2570.89V2572.89C29.39 2572.69 33 2572.05 33 2569.98V2565.79C32.3617 2566.12 31.6915 2566.38 31 2566.57ZM23 2565.79V2565.86C22.62 2566.27 20.52 2567 17 2567C15.6573 2567.01 14.3171 2566.88 13 2566.62V2568.62C14.3206 2568.86 15.6585 2568.98 17 2569C19.0343 2569.02 21.0591 2568.72 23 2568.11V2571.86C22.62 2572.27 20.52 2573 17 2573C15.6573 2573.01 14.3171 2572.88 13 2572.62V2574.62C14.3206 2574.86 15.6585 2574.98 17 2575C19.0343 2575.02 21.0591 2574.72 23 2574.11V2577.86C22.62 2578.27 20.52 2579 17 2579C13.48 2579 11.38 2578.27 11 2577.86V2564.14C11.38 2563.73 13.48 2563 17 2563C17.8925 2563 18.7843 2563.05 19.67 2563.16C19.1087 2562.5 18.6255 2561.77 18.23 2561H17C16.18 2561 9 2561.08 9 2564V2578C9 2580.92 16.18 2581 17 2581C17.82 2581 25 2580.92 25 2578V2566.57C24.3085 2566.38 23.6383 2566.12 23 2565.79Z" fill="#565656"/>
|
|
271
|
+
<path d="M17 2556C17.0023 2554.14 17.4773 2552.32 18.38 2550.7C16.62 2549.07 11.67 2549 11 2549C10.18 2549 3 2549.08 3 2552V2566C3 2567.54 5 2568.28 7 2568.65V2566.65C6.2843 2566.55 5.60036 2566.29 5 2565.89V2552.15C5.38 2551.74 7.48 2551 11 2551C14.52 2551 16.62 2551.73 17 2552.14V2553.87C16.62 2554.28 14.52 2555 11 2555C9.65727 2555.01 8.31713 2554.88 7 2554.62V2556.62C8.32129 2556.85 9.65876 2556.98 11 2557C13.0336 2557.01 15.0569 2556.71 17 2556.11V2556Z" fill="#565656"/>
|
|
272
|
+
<path d="M28 2547C26.22 2547 24.4799 2547.53 22.9999 2548.52C21.5198 2549.51 20.3663 2550.91 19.6851 2552.56C19.0039 2554.2 18.8257 2556.01 19.1729 2557.76C19.5202 2559.5 20.3774 2561.11 21.636 2562.36C22.8947 2563.62 24.4984 2564.48 26.2442 2564.83C27.99 2565.17 29.7996 2565 31.4442 2564.31C33.0887 2563.63 34.4943 2562.48 35.4832 2561C36.4722 2559.52 37 2557.78 37 2556C37 2553.61 36.0518 2551.32 34.364 2549.64C32.6761 2547.95 30.387 2547 28 2547ZM29 2561H27V2559H29V2561ZM29 2557H27V2551H29V2557Z" fill="#F84E30"/>
|
|
273
|
+
<path d="M19 2590.48V2590C19 2587.08 11.82 2587 11 2587C10.18 2587 3 2587.09 3 2590V2604C3 2605.54 5 2606.28 7 2606.65V2604.65C6.2843 2604.55 5.60036 2604.29 5 2603.89V2590.15C5.38 2589.74 7.48 2589 11 2589C14.52 2589 16.62 2589.73 17 2590.14V2591.87C16.62 2592.28 14.52 2593 11 2593C9.65727 2593.01 8.31713 2592.88 7 2592.62V2594.62C8.32129 2594.85 9.65876 2594.98 11 2595C12.992 2595.01 14.9742 2594.72 16.88 2594.14L19 2590.48ZM32.5 2607.14H31V2607.84C30.7 2608.16 29.31 2608.68 27 2608.89V2610.89C29.39 2610.69 33 2610.05 33 2607.98V2607.11C32.83 2607.12 32.67 2607.14 32.5 2607.14ZM13 2606.62C14.3206 2606.86 15.6585 2606.98 17 2607H18.15C16.8778 2606.69 15.745 2605.96 14.93 2604.94C14.2813 2604.87 13.637 2604.76 13 2604.62V2606.62Z" fill="#565656"/>
|
|
274
|
+
<path d="M23 2607.14V2609.86C22.62 2610.27 20.52 2611 17 2611C15.6573 2611.01 14.3171 2610.88 13 2610.62V2612.62C14.3206 2612.86 15.6585 2612.98 17 2613C19.0343 2613.02 21.0591 2612.72 23 2612.11V2615.86C22.62 2616.27 20.52 2617 17 2617C13.48 2617 11.38 2616.27 11 2615.86V2602.14C11.8076 2601.63 12.7276 2601.32 13.68 2601.25C13.6805 2600.54 13.8128 2599.84 14.07 2599.18C11.77 2599.47 9 2600.19 9 2602V2616C9 2618.92 16.18 2619 17 2619C17.82 2619 25 2618.92 25 2616V2607.14H23Z" fill="#565656"/>
|
|
275
|
+
<path d="M26 2586.19C25.3206 2586.19 24.6523 2586.36 24.0636 2586.7C23.4749 2587.04 22.987 2587.53 22.65 2588.12L16.19 2599.35C15.8513 2599.94 15.673 2600.6 15.6729 2601.28C15.6727 2601.96 15.8508 2602.62 16.1893 2603.21C16.5277 2603.8 17.0146 2604.28 17.601 2604.62C18.1874 2604.96 18.8527 2605.14 19.53 2605.14H32.53C33.2073 2605.14 33.8726 2604.96 34.459 2604.62C35.0454 2604.28 35.5323 2603.8 35.8707 2603.21C36.2092 2602.62 36.3873 2601.96 36.3871 2601.28C36.387 2600.6 36.2087 2599.94 35.87 2599.35L29.36 2588.12C29.0229 2587.53 28.5337 2587.04 27.9429 2586.7C27.3521 2586.36 26.6813 2586.18 26 2586.19Z" fill="#B68300"/>
|
|
276
|
+
<path d="M25.9998 2588.19C26.3264 2588.19 26.6473 2588.27 26.9301 2588.44C27.2129 2588.6 27.4474 2588.84 27.6098 2589.12L34.0898 2600.35C34.253 2600.63 34.339 2600.95 34.339 2601.28C34.339 2601.61 34.2532 2601.93 34.09 2602.21C33.9268 2602.49 33.6922 2602.73 33.4095 2602.89C33.1269 2603.05 32.8062 2603.14 32.4798 2603.14H19.4798C19.1534 2603.14 18.8327 2603.05 18.5501 2602.89C18.2674 2602.73 18.0328 2602.49 17.8696 2602.21C17.7064 2601.93 17.6206 2601.61 17.6206 2601.28C17.6206 2600.95 17.7066 2600.63 17.8698 2600.35L24.4098 2589.12C24.5689 2588.84 24.7999 2588.6 25.0793 2588.44C25.3586 2588.28 25.6762 2588.19 25.9998 2588.19Z" fill="#FFE02C"/>
|
|
277
|
+
<path d="M25 2599H27V2601H25V2599ZM25 2591H27V2597H25V2591Z" fill="#454545"/>
|
|
278
|
+
<path d="M21.4402 2633L23.2902 2631.2L23.0002 2630.92C21.8302 2631 20.4302 2631 19.1602 2631C15.7921 2631.07 12.4297 2630.69 9.16016 2629.88V2632C12.447 2632.7 15.8003 2633.03 19.1602 2633H21.4402ZM9.16016 2640C12.447 2640.7 15.8003 2641.03 19.1602 2641C19.5902 2641 21.0402 2641 22.8402 2640.87L21.0002 2639H19.1602C15.7921 2639.07 12.4297 2638.69 9.16016 2637.88V2640Z" fill="#565656"/>
|
|
279
|
+
<path d="M29.9202 2637.63C29.1103 2637.92 28.2773 2638.14 27.4302 2638.29L25.0002 2640.68C27.1192 2640.52 29.2025 2640.05 31.1802 2639.27V2644.92C30.7002 2645.68 26.3502 2647 19.1802 2647C15.8121 2647.07 12.4497 2646.69 9.18016 2645.88V2648C12.467 2648.7 15.8203 2649.03 19.1802 2649C20.2502 2649 27.5702 2648.94 31.1802 2647.27V2652.93C30.6702 2653.69 26.3202 2655 19.1802 2655C12.0402 2655 7.69016 2653.69 7.18016 2652.93V2629.07C7.67016 2628.31 12.0002 2627 19.0502 2627L18.1602 2626.17L19.3402 2625H19.1602C17.7302 2625 5.16016 2625.11 5.16016 2629V2653C5.16016 2656.89 17.7302 2657 19.1602 2657C20.5902 2657 33.1602 2656.89 33.1602 2653V2640.8L29.9202 2637.63Z" fill="#565656"/>
|
|
280
|
+
<path d="M37.0003 2626.14L34.2003 2623.28L29.0103 2628.35L23.8203 2623.28L21.0303 2626.14L26.1503 2631.15L21.0303 2636.16L23.8203 2639.02L29.0103 2633.95L34.2003 2639.02L37.0003 2636.16L31.8703 2631.15L37.0003 2626.14Z" fill="#F84E30"/>
|
|
281
|
+
<path d="M31.0498 2686.81L32.9998 2688.81V2684C32.9998 2684.61 32.813 2685.21 32.4645 2685.71C32.116 2686.21 31.6224 2686.6 31.0498 2686.81Z" fill="#565656"/>
|
|
282
|
+
<path d="M27.91 2692.16C27.22 2692.31 26.41 2692.46 25.5 2692.59C25.0447 2692.86 24.5273 2693 24 2693C23.6898 2693 23.3822 2692.94 23.09 2692.84C21.85 2692.94 20.49 2693 19 2693C11.86 2693 7.51 2691.69 7 2690.93V2667.07C7.51 2666.31 11.86 2665 19 2665C25.94 2665 30.22 2666.23 30.94 2667C30.22 2667.77 25.94 2669 19 2669C15.6318 2669.07 12.2689 2668.69 9 2667.88V2670C12.2872 2670.7 15.6403 2671.03 19 2671C20.07 2671 27.39 2670.94 31 2669.27V2674.92C30.52 2675.68 26.17 2677 19 2677C15.6318 2677.07 12.2689 2676.69 9 2675.88V2678C12.2872 2678.7 15.6403 2679.03 19 2679C20.07 2679 27.39 2678.94 31 2677.27V2681.18C31.5835 2681.39 32.089 2681.77 32.4471 2682.27C32.8051 2682.78 32.9983 2683.38 33 2684V2667C33 2663.11 20.43 2663 19 2663C17.57 2663 5 2663.11 5 2667V2691C5 2694.89 17.57 2695 19 2695C19.94 2695 25.73 2695 29.56 2693.8L27.91 2692.16Z" fill="#565656"/>
|
|
283
|
+
<path d="M19 2685C15.6318 2685.07 12.2689 2684.69 9 2683.88V2686C12.2872 2686.7 15.6403 2687.03 19 2687H21V2685H19ZM7.57 2675H3V2683L7.57 2675Z" fill="#565656"/>
|
|
284
|
+
<path d="M12.16 2675H7.59002L3.02002 2683H7.59002L12.16 2675Z" fill="#FAC400"/>
|
|
285
|
+
<path d="M16.7298 2675H12.1598L7.58984 2683H12.1598L16.7298 2675Z" fill="#565656"/>
|
|
286
|
+
<path d="M21.3002 2675H16.7302L12.1602 2683H16.7302L21.3002 2675ZM32.8202 2683H35.0002V2675L31.3802 2681.34C32.0497 2681.7 32.5631 2682.29 32.8202 2683ZM23.0002 2681H27.0102L30.4302 2675H25.8602L22.4402 2681H23.0002Z" fill="#FAC400"/>
|
|
287
|
+
<path d="M30 2681C30.4787 2681 30.9497 2681.12 31.37 2681.35L35 2675H30.43L27 2681H30ZM21 2681H22.44L25.86 2675H21.3L16.73 2683H21V2681ZM24 2691C24.2652 2691 24.5196 2690.89 24.7071 2690.71C24.8946 2690.52 25 2690.27 25 2690V2686.41L33.29 2694.71C33.3829 2694.8 33.4935 2694.88 33.6154 2694.93C33.7373 2694.98 33.868 2695.01 34 2695.01C34.132 2695.01 34.2627 2694.98 34.3846 2694.93C34.5064 2694.88 34.617 2694.8 34.71 2694.71C34.8037 2694.62 34.8781 2694.51 34.9289 2694.38C34.9796 2694.26 35.0058 2694.13 35.0058 2694C35.0058 2693.87 34.9796 2693.74 34.9289 2693.62C34.8781 2693.49 34.8037 2693.38 34.71 2693.29L26.41 2685H30C30.2652 2685 30.5196 2684.89 30.7071 2684.71C30.8946 2684.52 31 2684.27 31 2684C31 2683.73 30.8946 2683.48 30.7071 2683.29C30.5196 2683.11 30.2652 2683 30 2683H23V2690C23 2690.27 23.1053 2690.52 23.2929 2690.71C23.4804 2690.89 23.7348 2691 24 2691Z" fill="#565656"/>
|
|
288
|
+
<path d="M9.50005 2727.13C9.50005 2726.55 9.97264 2726.08 10.5556 2726.08C11.1386 2726.08 11.6133 2726.55 11.6133 2727.13C11.6133 2727.72 11.1407 2728.19 10.5577 2728.19C9.97475 2728.19 9.50005 2727.72 9.50005 2727.13Z" fill="#4D5D69"/>
|
|
289
|
+
<path d="M14.7778 2726.69C14.1949 2726.69 13.7223 2727.16 13.7223 2727.75C13.7223 2728.33 14.197 2728.8 14.7799 2728.8C15.3629 2728.8 15.8355 2728.33 15.8355 2727.75C15.8355 2727.16 15.3608 2726.69 14.7778 2726.69Z" fill="#4D5D69"/>
|
|
290
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7664 2701.17C15.2995 2701.18 12.1326 2701.54 9.78736 2702.13C8.59654 2702.42 7.55798 2702.79 6.7917 2703.25C6.09608 2703.66 5.27783 2704.35 5.27783 2705.39V2728.61C5.27783 2729.65 6.09608 2730.34 6.7917 2730.75C7.55798 2731.21 8.59654 2731.58 9.78736 2731.87C12.1852 2732.47 15.4419 2732.83 19.0001 2732.83C22.5582 2732.83 25.8149 2732.47 28.2128 2731.87C29.4036 2731.58 30.4421 2731.21 31.2084 2730.75C31.904 2730.34 32.7223 2729.65 32.7223 2728.61V2718.32C32.047 2718.58 31.341 2718.79 30.6112 2718.92V2720.83C30.5848 2720.87 30.4816 2721 30.1342 2721.21C29.6186 2721.51 28.8021 2721.82 27.7007 2722.1C25.5142 2722.65 22.4375 2723 19.0001 2723C15.5626 2723 12.4859 2722.65 10.2994 2722.1C9.19798 2721.82 8.38155 2721.51 7.86589 2721.21C7.51853 2721 7.41535 2720.87 7.38894 2720.83V2715.59C8.06536 2715.9 8.88239 2716.17 9.78736 2716.4C12.1852 2717 15.4419 2717.36 19.0001 2717.36C20.1031 2717.36 21.1772 2717.32 22.2057 2717.26C21.331 2716.69 20.5371 2716.01 19.8453 2715.24C19.5662 2715.25 19.2844 2715.25 19.0001 2715.25C15.5626 2715.25 12.4859 2714.9 10.2994 2714.35C9.19798 2714.08 8.38155 2713.77 7.86589 2713.46C7.51853 2713.25 7.41535 2713.12 7.38894 2713.08V2707.84C8.06536 2708.16 8.88239 2708.43 9.78736 2708.65C11.7449 2709.14 14.2749 2709.47 17.0739 2709.58C16.9524 2708.9 16.8889 2708.21 16.8889 2707.5C16.8889 2707.48 16.889 2707.47 16.889 2707.46C14.3108 2707.34 12.0272 2707.04 10.2994 2706.6C9.19798 2706.33 8.38155 2706.02 7.86589 2705.71C7.61646 2705.57 7.49293 2705.45 7.43333 2705.39C7.49293 2705.32 7.61646 2705.21 7.86589 2705.06C8.38155 2704.76 9.19798 2704.45 10.2994 2704.17C12.2005 2703.7 14.7746 2703.37 17.6737 2703.3C17.9653 2702.54 18.3326 2701.83 18.7664 2701.17ZM30.6112 2723.34C29.9347 2723.65 29.1177 2723.92 28.2128 2724.15C25.8149 2724.75 22.5582 2725.11 19.0001 2725.11C15.4419 2725.11 12.1852 2724.75 9.78736 2724.15C8.88239 2723.92 8.06536 2723.65 7.38894 2723.34V2728.55C7.41535 2728.6 7.51853 2728.73 7.86589 2728.93C8.38155 2729.24 9.19798 2729.55 10.2994 2729.83C12.4859 2730.37 15.5626 2730.72 19.0001 2730.72C22.4375 2730.72 25.5142 2730.37 27.7007 2729.83C28.8021 2729.55 29.6186 2729.24 30.1342 2728.93C30.4816 2728.73 30.5848 2728.6 30.6112 2728.55V2723.34Z" fill="#4D5D69"/>
|
|
291
|
+
<path d="M9.50005 2711.62C9.50005 2711.03 9.97264 2710.56 10.5556 2710.56C11.1386 2710.56 11.6133 2711.03 11.6133 2711.62C11.6133 2712.2 11.1407 2712.67 10.5577 2712.67C9.97475 2712.67 9.50005 2712.2 9.50005 2711.62Z" fill="#4D5D69"/>
|
|
292
|
+
<path d="M10.5556 2718.31C9.97264 2718.31 9.50005 2718.78 9.50005 2719.36C9.50005 2719.95 9.97475 2720.42 10.5577 2720.42C11.1407 2720.42 11.6133 2719.95 11.6133 2719.36C11.6133 2718.78 11.1386 2718.31 10.5556 2718.31Z" fill="#4D5D69"/>
|
|
293
|
+
<path d="M14.7778 2711.19C14.1949 2711.19 13.7223 2711.67 13.7223 2712.25C13.7223 2712.83 14.197 2713.31 14.7799 2713.31C15.3629 2713.31 15.8355 2712.83 15.8355 2712.25C15.8355 2711.67 15.3608 2711.19 14.7778 2711.19Z" fill="#4D5D69"/>
|
|
294
|
+
<path d="M13.7223 2720C13.7223 2719.41 14.1949 2718.94 14.7778 2718.94C15.3608 2718.94 15.8355 2719.41 15.8355 2720C15.8355 2720.58 15.3629 2721.05 14.7799 2721.05C14.197 2721.05 13.7223 2720.58 13.7223 2720Z" fill="#4D5D69"/>
|
|
295
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 2707.5C38 2712.75 33.7467 2717 28.5 2717C23.2533 2717 19 2712.75 19 2707.5C19 2702.25 23.2533 2698 28.5 2698C33.7467 2698 38 2702.25 38 2707.5ZM28.5 2708.07C29.1296 2708.07 29.64 2707.56 29.64 2706.93V2703.13C29.64 2702.5 29.1296 2701.99 28.5 2701.99C27.8704 2701.99 27.36 2702.5 27.36 2703.13V2706.93C27.36 2707.56 27.8704 2708.07 28.5 2708.07ZM28.5 2709.97C27.7655 2709.97 27.17 2710.57 27.17 2711.3C27.17 2712.03 27.7655 2712.63 28.5 2712.63H28.5095C29.244 2712.63 29.8395 2712.03 29.8395 2711.3C29.8395 2710.57 29.244 2709.97 28.5095 2709.97H28.5Z" fill="#EA3223"/>
|
|
296
|
+
<path d="M9 2759.88V2762C12.2872 2762.7 15.6403 2763.03 19 2763C19.43 2763 20.85 2763 22.63 2762.87L21.88 2762.12C21.5606 2761.81 21.3176 2761.42 21.17 2761H19C15.6318 2761.07 12.2689 2760.69 9 2759.88Z" fill="#565656"/>
|
|
297
|
+
<path d="M25 2770C25.0026 2769.52 25.1227 2769.04 25.35 2768.61C23.244 2768.88 21.1229 2769.01 19 2769C11.86 2769 7.51 2767.69 7 2766.93V2743.07C7.51 2742.31 11.86 2741 19 2741C25.94 2741 30.22 2742.23 30.94 2743C30.22 2743.77 25.94 2745 19 2745C15.6318 2745.07 12.2689 2744.69 9 2743.88V2746C12.2872 2746.7 15.6403 2747.03 19 2747C20.07 2747 27.39 2746.94 31 2745.27V2750.92C30.52 2751.68 26.17 2753 19 2753C15.6318 2753.07 12.2689 2752.69 9 2751.88V2754C12.2872 2754.7 15.6403 2755.03 19 2755C20.07 2755 27.39 2754.94 31 2753.27V2758.92C30.2235 2759.54 29.2936 2759.93 28.31 2760.06L29.92 2761.68C30.2884 2761.57 30.6492 2761.43 31 2761.27V2762.76L31.19 2762.95C31.3445 2762.54 31.5865 2762.17 31.8992 2761.86C32.2118 2761.56 32.5875 2761.33 33 2761.18V2743C33 2739.11 20.43 2739 19 2739C17.57 2739 5 2739.11 5 2743V2767C5 2770.89 17.57 2771 19 2771C21.0315 2770.99 23.0611 2770.88 25.08 2770.65C25.0282 2770.44 25.0013 2770.22 25 2770Z" fill="#565656"/>
|
|
298
|
+
<path d="M33.9999 2763C33.7347 2763 33.4804 2763.11 33.2928 2763.29C33.1053 2763.48 32.9999 2763.73 32.9999 2764V2767.59L24.7099 2759.29C24.617 2759.2 24.5064 2759.12 24.3845 2759.07C24.2627 2759.02 24.132 2758.99 23.9999 2758.99C23.8679 2758.99 23.7372 2759.02 23.6154 2759.07C23.4935 2759.12 23.3829 2759.2 23.2899 2759.29C23.1962 2759.38 23.1218 2759.49 23.071 2759.62C23.0203 2759.74 22.9941 2759.87 22.9941 2760C22.9941 2760.13 23.0203 2760.26 23.071 2760.38C23.1218 2760.51 23.1962 2760.62 23.2899 2760.71L31.5899 2769H27.9999C27.7347 2769 27.4804 2769.11 27.2928 2769.29C27.1053 2769.48 26.9999 2769.73 26.9999 2770C26.9999 2770.27 27.1053 2770.52 27.2928 2770.71C27.4804 2770.89 27.7347 2771 27.9999 2771H34.9999V2764C34.9999 2763.73 34.8946 2763.48 34.707 2763.29C34.5195 2763.11 34.2652 2763 33.9999 2763Z" fill="#565656"/>
|
|
299
|
+
<path d="M7.57 2751H3V2759L7.57 2751Z" fill="#565656"/>
|
|
300
|
+
<path d="M12.16 2751H7.59002L3.02002 2759H7.59002L12.16 2751Z" fill="#FAC400"/>
|
|
301
|
+
<path d="M16.7298 2751H12.1598L7.58984 2759H12.1598L16.7298 2751Z" fill="#565656"/>
|
|
302
|
+
<path d="M21.3002 2751H16.7302L12.1602 2759H16.7302L21.3002 2751ZM34.9802 2751L30.4102 2759H34.9802V2751Z" fill="#FAC400"/>
|
|
303
|
+
<path d="M27.24 2759H30.43L35 2751H30.43L26.36 2758.12L27.24 2759ZM21.88 2757.88L21.99 2757.79L25.86 2751H21.3L16.73 2759H21.18C21.3272 2758.58 21.5663 2758.2 21.88 2757.88Z" fill="#565656"/>
|
|
304
|
+
<path d="M24 2757C24.7954 2757 25.5579 2757.32 26.12 2757.88L26.36 2758.12L30.43 2751H25.86L22 2757.79C22.5461 2757.29 23.2586 2757.01 24 2757Z" fill="#FAC400"/>
|
|
305
|
+
<path d="M30.6801 2805H7.32011L7.00011 2804.6C5.04164 2802.01 3.98769 2798.85 4.00011 2795.6C4.00011 2791.62 5.58046 2787.81 8.39351 2784.99C11.2066 2782.18 15.0219 2780.6 19.0001 2780.6C22.9784 2780.6 26.7937 2782.18 29.6067 2784.99C32.4198 2787.81 34.0001 2791.62 34.0001 2795.6C34.0125 2798.85 32.9586 2802.01 31.0001 2804.6L30.6801 2805ZM8.33011 2803H29.6701C31.1912 2800.83 32.0051 2798.25 32.0001 2795.6C32.0001 2792.15 30.6305 2788.85 28.1925 2786.41C25.7545 2783.97 22.4479 2782.6 19.0001 2782.6C15.5523 2782.6 12.2457 2783.97 9.80772 2786.41C7.36975 2788.85 6.00011 2792.15 6.00011 2795.6C5.99517 2798.25 6.80899 2800.83 8.33011 2803Z" fill="#565656"/>
|
|
306
|
+
<path d="M19 2799C20.6569 2799 22 2797.66 22 2796C22 2794.34 20.6569 2793 19 2793C17.3431 2793 16 2794.34 16 2796C16 2797.66 17.3431 2799 19 2799Z" fill="#565656"/>
|
|
307
|
+
<path d="M18.9999 2797C18.8683 2797 18.7379 2796.98 18.616 2796.93C18.4942 2796.88 18.3834 2796.8 18.2899 2796.71C18.1962 2796.62 18.1218 2796.51 18.071 2796.38C18.0203 2796.26 17.9941 2796.13 17.9941 2796C17.9941 2795.87 18.0203 2795.74 18.071 2795.62C18.1218 2795.49 18.1962 2795.38 18.2899 2795.29L24.7899 2788.79C24.9782 2788.6 25.2336 2788.5 25.4999 2788.5C25.7662 2788.5 26.0216 2788.6 26.2099 2788.79C26.3982 2788.98 26.504 2789.23 26.504 2789.5C26.504 2789.77 26.3982 2790.02 26.2099 2790.21L19.7099 2796.71C19.6165 2796.8 19.5057 2796.88 19.3838 2796.93C19.262 2796.98 19.1315 2797 18.9999 2797Z" fill="#565656"/>
|
|
308
|
+
<path d="M9.50005 2841.13C9.50005 2840.55 9.97264 2840.08 10.5556 2840.08C11.1386 2840.08 11.6133 2840.55 11.6133 2841.13C11.6133 2841.72 11.1407 2842.19 10.5577 2842.19C9.97475 2842.19 9.50005 2841.72 9.50005 2841.13Z" fill="#4D5D69"/>
|
|
309
|
+
<path d="M14.7778 2840.69C14.1949 2840.69 13.7223 2841.16 13.7223 2841.75C13.7223 2842.33 14.197 2842.8 14.7799 2842.8C15.3629 2842.8 15.8355 2842.33 15.8355 2841.75C15.8355 2841.16 15.3608 2840.69 14.7778 2840.69Z" fill="#4D5D69"/>
|
|
310
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7664 2815.17C15.2995 2815.18 12.1326 2815.54 9.78736 2816.13C8.59654 2816.42 7.55798 2816.79 6.7917 2817.25C6.09608 2817.66 5.27783 2818.35 5.27783 2819.39V2842.61C5.27783 2843.65 6.09608 2844.34 6.7917 2844.75C7.55798 2845.21 8.59654 2845.58 9.78736 2845.87C12.1852 2846.47 15.4419 2846.83 19.0001 2846.83C22.5582 2846.83 25.8149 2846.47 28.2127 2845.87C29.4036 2845.58 30.4421 2845.21 31.2084 2844.75C31.904 2844.34 32.7223 2843.65 32.7223 2842.61V2832.32C32.047 2832.58 31.341 2832.79 30.6112 2832.92V2834.83C30.5848 2834.87 30.4816 2835 30.1342 2835.21C29.6186 2835.51 28.8021 2835.82 27.7007 2836.1C25.5142 2836.65 22.4375 2837 19.0001 2837C15.5626 2837 12.4859 2836.65 10.2994 2836.1C9.19798 2835.82 8.38155 2835.51 7.86589 2835.21C7.51853 2835 7.41535 2834.87 7.38894 2834.83V2829.59C8.06536 2829.9 8.88239 2830.17 9.78736 2830.4C12.1852 2831 15.4419 2831.36 19.0001 2831.36C20.1031 2831.36 21.1772 2831.32 22.2057 2831.26C21.331 2830.69 20.5371 2830.01 19.8453 2829.24C19.5662 2829.25 19.2844 2829.25 19.0001 2829.25C15.5626 2829.25 12.4859 2828.9 10.2994 2828.35C9.19798 2828.08 8.38155 2827.77 7.86589 2827.46C7.51853 2827.25 7.41535 2827.12 7.38894 2827.08V2821.84C8.06536 2822.16 8.88239 2822.43 9.78736 2822.65C11.7449 2823.14 14.2749 2823.47 17.0739 2823.58C16.9524 2822.9 16.8889 2822.21 16.8889 2821.5C16.8889 2821.48 16.889 2821.47 16.889 2821.46C14.3108 2821.34 12.0272 2821.04 10.2994 2820.6C9.19798 2820.33 8.38155 2820.02 7.86589 2819.71C7.61646 2819.57 7.49293 2819.45 7.43333 2819.39C7.49293 2819.32 7.61646 2819.21 7.86589 2819.06C8.38155 2818.76 9.19798 2818.45 10.2994 2818.17C12.2005 2817.7 14.7746 2817.37 17.6737 2817.3C17.9653 2816.54 18.3326 2815.83 18.7664 2815.17ZM30.6112 2837.34C29.9347 2837.65 29.1177 2837.92 28.2127 2838.15C25.8149 2838.75 22.5582 2839.11 19.0001 2839.11C15.4419 2839.11 12.1852 2838.75 9.78736 2838.15C8.88239 2837.92 8.06536 2837.65 7.38894 2837.34V2842.55C7.41535 2842.6 7.51853 2842.73 7.86589 2842.93C8.38155 2843.24 9.19798 2843.55 10.2994 2843.83C12.4859 2844.37 15.5626 2844.72 19.0001 2844.72C22.4375 2844.72 25.5142 2844.37 27.7007 2843.83C28.8021 2843.55 29.6186 2843.24 30.1342 2842.93C30.4816 2842.73 30.5848 2842.6 30.6112 2842.55V2837.34Z" fill="#4D5D69"/>
|
|
311
|
+
<path d="M9.50005 2825.62C9.50005 2825.03 9.97264 2824.56 10.5556 2824.56C11.1386 2824.56 11.6133 2825.03 11.6133 2825.62C11.6133 2826.2 11.1407 2826.67 10.5577 2826.67C9.97475 2826.67 9.50005 2826.2 9.50005 2825.62Z" fill="#4D5D69"/>
|
|
312
|
+
<path d="M10.5556 2832.31C9.97264 2832.31 9.50005 2832.78 9.50005 2833.36C9.50005 2833.95 9.97475 2834.42 10.5577 2834.42C11.1407 2834.42 11.6133 2833.95 11.6133 2833.36C11.6133 2832.78 11.1386 2832.31 10.5556 2832.31Z" fill="#4D5D69"/>
|
|
313
|
+
<path d="M14.7778 2825.19C14.1949 2825.19 13.7223 2825.67 13.7223 2826.25C13.7223 2826.83 14.197 2827.31 14.7799 2827.31C15.3629 2827.31 15.8355 2826.83 15.8355 2826.25C15.8355 2825.67 15.3608 2825.19 14.7778 2825.19Z" fill="#4D5D69"/>
|
|
314
|
+
<path d="M13.7223 2834C13.7223 2833.41 14.1949 2832.94 14.7778 2832.94C15.3608 2832.94 15.8355 2833.41 15.8355 2834C15.8355 2834.58 15.3629 2835.05 14.7799 2835.05C14.197 2835.05 13.7223 2834.58 13.7223 2834Z" fill="#4D5D69"/>
|
|
315
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 2821.5C38 2826.75 33.7467 2831 28.5 2831C23.2533 2831 19 2826.75 19 2821.5C19 2816.25 23.2533 2812 28.5 2812C33.7467 2812 38 2816.25 38 2821.5ZM24.3352 2825.67C24.7804 2826.11 25.5023 2826.11 25.9474 2825.67L28.5001 2823.11L31.0528 2825.67C31.498 2826.11 32.2198 2826.11 32.665 2825.67C33.1102 2825.22 33.1102 2824.5 32.665 2824.05L30.1123 2821.5L32.665 2818.95C33.1102 2818.5 33.1102 2817.78 32.665 2817.34C32.2198 2816.89 31.498 2816.89 31.0528 2817.34L28.5001 2819.89L25.9474 2817.34C25.5023 2816.89 24.7804 2816.89 24.3352 2817.34C23.89 2817.78 23.89 2818.5 24.3352 2818.95L26.8879 2821.5L24.3352 2824.05C23.89 2824.5 23.89 2825.22 24.3352 2825.67Z" fill="#EA3223"/>
|
|
316
|
+
<path d="M31 2861H33V2863H31V2861ZM31 2865V2864.92C30.52 2865.68 26.17 2867 19 2867C15.6318 2867.07 12.2689 2866.69 9 2865.88V2868C12.2872 2868.7 15.6403 2869.03 19 2869C20.07 2869 27.39 2868.94 31 2867.27V2867H33V2865H31ZM31 2869H33V2871H31V2869ZM7 2859V2857.07C7.51 2856.31 11.86 2855 19 2855C25.94 2855 30.22 2856.23 30.94 2857C30.22 2857.77 25.94 2859 19 2859C15.6318 2859.07 12.2689 2858.69 9 2857.88V2860C12.2872 2860.7 15.6403 2861.03 19 2861C20.07 2861 27.39 2860.94 31 2859.27V2859H33V2857C33 2853.11 20.43 2853 19 2853C17.57 2853 5 2853.11 5 2857V2859H7ZM5 2861H7V2863H5V2861ZM31 2873V2872.92C30.52 2873.68 26.17 2875 19 2875C15.6318 2875.07 12.2689 2874.69 9 2873.88V2876C12.2872 2876.7 15.6403 2877.03 19 2877C20.07 2877 27.39 2876.94 31 2875.27V2880.93C30.49 2881.69 26.14 2883 19 2883C11.86 2883 7.51 2881.69 7 2880.93V2873H5V2881C5 2884.89 17.57 2885 19 2885C20.43 2885 33 2884.89 33 2881V2873H31ZM5 2869H7V2871H5V2869ZM5 2865H7V2867H5V2865Z" fill="#565656"/>
|
|
317
|
+
<g clip-path="url(#clip1_2038_743)">
|
|
318
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.38894 2897.84V2903.08C7.41535 2903.12 7.51853 2903.25 7.86589 2903.46C8.38155 2903.77 9.19798 2904.08 10.2994 2904.35C12.4859 2904.9 15.5626 2905.25 19.0001 2905.25C22.4375 2905.25 25.5142 2904.9 27.7007 2904.35C28.8021 2904.08 29.6186 2903.77 30.1342 2903.46C30.4816 2903.25 30.5848 2903.12 30.6112 2903.08V2897.84C29.9347 2898.16 29.1177 2898.43 28.2128 2898.65C25.8149 2899.25 22.5582 2899.61 19.0001 2899.61C15.4419 2899.61 12.1852 2899.25 9.78736 2898.65C8.88239 2898.43 8.06536 2898.16 7.38894 2897.84ZM32.7223 2895.39V2918.61C32.7223 2919.65 31.904 2920.34 31.2084 2920.75C30.4421 2921.21 29.4036 2921.58 28.2128 2921.87C25.8149 2922.47 22.5582 2922.83 19.0001 2922.83C15.4419 2922.83 12.1852 2922.47 9.78736 2921.87C8.59654 2921.58 7.55798 2921.21 6.7917 2920.75C6.09608 2920.34 5.27783 2919.65 5.27783 2918.61V2895.39C5.27783 2894.35 6.09608 2893.66 6.7917 2893.25C7.55798 2892.79 8.59654 2892.42 9.78736 2892.13C12.1852 2891.53 15.4419 2891.17 19.0001 2891.17C22.5582 2891.17 25.8149 2891.53 28.2128 2892.13C29.4036 2892.42 30.4421 2892.79 31.2084 2893.25C31.904 2893.66 32.7223 2894.35 32.7223 2895.39ZM7.38894 2905.59V2910.83C7.41535 2910.87 7.51853 2911 7.86589 2911.21C8.38155 2911.51 9.19798 2911.82 10.2994 2912.1C12.4859 2912.65 15.5626 2913 19.0001 2913C22.4375 2913 25.5142 2912.65 27.7007 2912.1C28.8021 2911.82 29.6186 2911.51 30.1342 2911.21C30.4816 2911 30.5848 2910.87 30.6112 2910.83V2905.59C29.9347 2905.9 29.1177 2906.17 28.2128 2906.4C25.8149 2907 22.5582 2907.36 19.0001 2907.36C15.4419 2907.36 12.1852 2907 9.78736 2906.4C8.88239 2906.17 8.06536 2905.9 7.38894 2905.59ZM30.6112 2913.34C29.9347 2913.65 29.1177 2913.92 28.2128 2914.15C25.8149 2914.75 22.5582 2915.11 19.0001 2915.11C15.4419 2915.11 12.1852 2914.75 9.78736 2914.15C8.88239 2913.92 8.06536 2913.65 7.38894 2913.34V2918.55C7.41535 2918.6 7.51853 2918.73 7.86589 2918.93C8.38155 2919.24 9.19798 2919.55 10.2994 2919.83C12.4859 2920.37 15.5626 2920.72 19.0001 2920.72C22.4375 2920.72 25.5142 2920.37 27.7007 2919.83C28.8021 2919.55 29.6186 2919.24 30.1342 2918.93C30.4816 2918.73 30.5848 2918.6 30.6112 2918.55V2913.34ZM30.5668 2895.39C30.5072 2895.32 30.3836 2895.21 30.1342 2895.06C29.6186 2894.76 28.8021 2894.45 27.7007 2894.17C25.5142 2893.63 22.4375 2893.28 19.0001 2893.28C15.5626 2893.28 12.4859 2893.63 10.2994 2894.17C9.19798 2894.45 8.38155 2894.76 7.86589 2895.06C7.61646 2895.21 7.49293 2895.32 7.43333 2895.39C7.49293 2895.45 7.61646 2895.57 7.86589 2895.71C8.38155 2896.02 9.19798 2896.33 10.2994 2896.6C12.4859 2897.15 15.5626 2897.5 19.0001 2897.5C22.4375 2897.5 25.5142 2897.15 27.7007 2896.6C28.8021 2896.33 29.6186 2896.02 30.1342 2895.71C30.3836 2895.57 30.5072 2895.45 30.5668 2895.39Z" fill="#4D5D69"/>
|
|
319
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 2901.62C9.5 2901.03 9.97259 2900.56 10.5556 2900.56H10.5577C11.1406 2900.56 11.6132 2901.03 11.6132 2901.62C11.6132 2902.2 11.1406 2902.67 10.5577 2902.67H10.5556C9.97259 2902.67 9.5 2902.2 9.5 2901.62Z" fill="#4D5D69"/>
|
|
320
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 2909.36C9.5 2908.78 9.97259 2908.31 10.5556 2908.31H10.5577C11.1406 2908.31 11.6132 2908.78 11.6132 2909.36C11.6132 2909.95 11.1406 2910.42 10.5577 2910.42H10.5556C9.97259 2910.42 9.5 2909.95 9.5 2909.36Z" fill="#4D5D69"/>
|
|
321
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 2917.13C9.5 2916.55 9.97259 2916.08 10.5556 2916.08H10.5577C11.1406 2916.08 11.6132 2916.55 11.6132 2917.13C11.6132 2917.72 11.1406 2918.19 10.5577 2918.19H10.5556C9.97259 2918.19 9.5 2917.72 9.5 2917.13Z" fill="#4D5D69"/>
|
|
322
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 2902.25C13.7222 2901.67 14.1948 2901.19 14.7777 2901.19H14.7798C15.3628 2901.19 15.8354 2901.67 15.8354 2902.25C15.8354 2902.83 15.3628 2903.31 14.7798 2903.31H14.7777C14.1948 2903.31 13.7222 2902.83 13.7222 2902.25Z" fill="#4D5D69"/>
|
|
323
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 2910C13.7222 2909.41 14.1948 2908.94 14.7777 2908.94H14.7798C15.3628 2908.94 15.8354 2909.41 15.8354 2910C15.8354 2910.58 15.3628 2911.05 14.7798 2911.05H14.7777C14.1948 2911.05 13.7222 2910.58 13.7222 2910Z" fill="#4D5D69"/>
|
|
324
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 2917.75C13.7222 2917.16 14.1948 2916.69 14.7777 2916.69H14.7798C15.3628 2916.69 15.8354 2917.16 15.8354 2917.75C15.8354 2918.33 15.3628 2918.8 14.7798 2918.8H14.7777C14.1948 2918.8 13.7222 2918.33 13.7222 2917.75Z" fill="#4D5D69"/>
|
|
325
|
+
<path d="M29.0256 2923.68H23.0464L27.7833 2903.83C27.9243 2903.22 28.3385 2902.78 29.0262 2902.78C29.7138 2902.78 30.1448 2903.26 30.2687 2903.83L35.0094 2923.68H29.0256Z" fill="#FBCE28"/>
|
|
326
|
+
<path d="M33.8758 2918.93H24.1812L24.8049 2916.31H33.2515L33.8758 2918.93Z" fill="#4D5D69"/>
|
|
327
|
+
<path d="M32.2872 2912.28H25.7684L26.3589 2909.8H31.6963L32.2872 2912.28Z" fill="#4D5D69"/>
|
|
328
|
+
<path d="M20.0557 2924.84C20.0557 2924.2 20.5755 2923.68 21.2168 2923.68H36.839C37.4803 2923.68 38.0001 2924.2 38.0001 2924.84C38.0001 2925.48 37.4803 2926 36.839 2926H21.2168C20.5755 2926 20.0557 2925.48 20.0557 2924.84Z" fill="#4D5D69"/>
|
|
329
|
+
</g>
|
|
330
|
+
<path d="M9.50005 2955.13C9.50005 2954.55 9.97264 2954.08 10.5556 2954.08C11.1386 2954.08 11.6133 2954.55 11.6133 2955.13C11.6133 2955.72 11.1407 2956.19 10.5577 2956.19C9.97475 2956.19 9.50005 2955.72 9.50005 2955.13Z" fill="#4D5D69"/>
|
|
331
|
+
<path d="M14.7778 2954.69C14.1949 2954.69 13.7223 2955.16 13.7223 2955.75C13.7223 2956.33 14.197 2956.8 14.7799 2956.8C15.3629 2956.8 15.8355 2956.33 15.8355 2955.75C15.8355 2955.16 15.3608 2954.69 14.7778 2954.69Z" fill="#4D5D69"/>
|
|
332
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7664 2929.17C15.2995 2929.18 12.1326 2929.54 9.78736 2930.13C8.59654 2930.42 7.55798 2930.79 6.7917 2931.25C6.09608 2931.66 5.27783 2932.35 5.27783 2933.39V2956.61C5.27783 2957.65 6.09608 2958.34 6.7917 2958.75C7.55798 2959.21 8.59654 2959.58 9.78736 2959.87C12.1852 2960.47 15.4419 2960.83 19.0001 2960.83C22.5582 2960.83 25.8149 2960.47 28.2127 2959.87C29.4036 2959.58 30.4421 2959.21 31.2084 2958.75C31.904 2958.34 32.7223 2957.65 32.7223 2956.61V2946.32C32.047 2946.58 31.341 2946.79 30.6112 2946.92V2948.83C30.5848 2948.87 30.4816 2949 30.1342 2949.21C29.6186 2949.51 28.8021 2949.82 27.7007 2950.1C25.5142 2950.65 22.4375 2951 19.0001 2951C15.5626 2951 12.4859 2950.65 10.2994 2950.1C9.19798 2949.82 8.38155 2949.51 7.86589 2949.21C7.51853 2949 7.41535 2948.87 7.38894 2948.83V2943.59C8.06536 2943.9 8.88239 2944.17 9.78736 2944.4C12.1852 2945 15.4419 2945.36 19.0001 2945.36C20.1031 2945.36 21.1772 2945.32 22.2057 2945.26C21.331 2944.69 20.5371 2944.01 19.8453 2943.24C19.5662 2943.25 19.2844 2943.25 19.0001 2943.25C15.5626 2943.25 12.4859 2942.9 10.2994 2942.35C9.19798 2942.08 8.38155 2941.77 7.86589 2941.46C7.51853 2941.25 7.41535 2941.12 7.38894 2941.08V2935.84C8.06536 2936.16 8.88239 2936.43 9.78736 2936.65C11.7449 2937.14 14.2749 2937.47 17.0739 2937.58C16.9524 2936.9 16.8889 2936.21 16.8889 2935.5C16.8889 2935.48 16.889 2935.47 16.889 2935.46C14.3108 2935.34 12.0272 2935.04 10.2994 2934.6C9.19798 2934.33 8.38155 2934.02 7.86589 2933.71C7.61646 2933.57 7.49293 2933.45 7.43333 2933.39C7.49293 2933.32 7.61646 2933.21 7.86589 2933.06C8.38155 2932.76 9.19798 2932.45 10.2994 2932.17C12.2005 2931.7 14.7746 2931.37 17.6737 2931.3C17.9653 2930.54 18.3326 2929.83 18.7664 2929.17ZM30.6112 2951.34C29.9347 2951.65 29.1177 2951.92 28.2127 2952.15C25.8149 2952.75 22.5582 2953.11 19.0001 2953.11C15.4419 2953.11 12.1852 2952.75 9.78736 2952.15C8.88239 2951.92 8.06536 2951.65 7.38894 2951.34V2956.55C7.41535 2956.6 7.51853 2956.73 7.86589 2956.93C8.38155 2957.24 9.19798 2957.55 10.2994 2957.83C12.4859 2958.37 15.5626 2958.72 19.0001 2958.72C22.4375 2958.72 25.5142 2958.37 27.7007 2957.83C28.8021 2957.55 29.6186 2957.24 30.1342 2956.93C30.4816 2956.73 30.5848 2956.6 30.6112 2956.55V2951.34Z" fill="#4D5D69"/>
|
|
333
|
+
<path d="M9.50005 2939.62C9.50005 2939.03 9.97264 2938.56 10.5556 2938.56C11.1386 2938.56 11.6133 2939.03 11.6133 2939.62C11.6133 2940.2 11.1407 2940.67 10.5577 2940.67C9.97475 2940.67 9.50005 2940.2 9.50005 2939.62Z" fill="#4D5D69"/>
|
|
334
|
+
<path d="M10.5556 2946.31C9.97264 2946.31 9.50005 2946.78 9.50005 2947.36C9.50005 2947.95 9.97475 2948.42 10.5577 2948.42C11.1407 2948.42 11.6133 2947.95 11.6133 2947.36C11.6133 2946.78 11.1386 2946.31 10.5556 2946.31Z" fill="#4D5D69"/>
|
|
335
|
+
<path d="M14.7778 2939.19C14.1949 2939.19 13.7223 2939.67 13.7223 2940.25C13.7223 2940.83 14.197 2941.31 14.7799 2941.31C15.3629 2941.31 15.8355 2940.83 15.8355 2940.25C15.8355 2939.67 15.3608 2939.19 14.7778 2939.19Z" fill="#4D5D69"/>
|
|
336
|
+
<path d="M13.7223 2948C13.7223 2947.41 14.1949 2946.94 14.7778 2946.94C15.3608 2946.94 15.8355 2947.41 15.8355 2948C15.8355 2948.58 15.3629 2949.05 14.7799 2949.05C14.197 2949.05 13.7223 2948.58 13.7223 2948Z" fill="#4D5D69"/>
|
|
337
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 2935.5C38 2940.75 33.7467 2945 28.5 2945C23.2533 2945 19 2940.75 19 2935.5C19 2930.25 23.2533 2926 28.5 2926C33.7467 2926 38 2930.25 38 2935.5ZM28.5 2939.72C30.8319 2939.72 32.7222 2937.83 32.7222 2935.5C32.7222 2933.17 30.8319 2931.28 28.5 2931.28C26.1681 2931.28 24.2778 2933.17 24.2778 2935.5C24.2778 2937.83 26.1681 2939.72 28.5 2939.72Z" fill="#239332"/>
|
|
338
|
+
<path d="M9 2974C11.6892 2974.61 14.4332 2974.94 17.19 2975C17.3419 2974.58 17.5824 2974.21 17.8949 2973.89C18.2075 2973.58 18.5845 2973.33 19 2973.18V2973C15.6318 2973.07 12.2689 2972.69 9 2971.88V2974Z" fill="#565656"/>
|
|
339
|
+
<path d="M31 2983V2986.92C30.52 2987.68 26.17 2989 19 2989C15.6318 2989.07 12.2689 2988.69 9 2987.88V2990C12.2872 2990.7 15.6403 2991.03 19 2991C20.07 2991 27.39 2990.94 31 2989.27V2994.93C30.49 2995.69 26.14 2997 19 2997C11.86 2997 7.51 2995.69 7 2994.93V2971.07C7.51 2970.31 11.86 2969 19 2969V2968C19.0027 2967.66 19.0636 2967.32 19.18 2967H19C17.57 2967 5 2967.11 5 2971V2995C5 2998.89 17.57 2999 19 2999C20.43 2999 33 2998.89 33 2995V2983H31Z" fill="#565656"/>
|
|
340
|
+
<path d="M9 2982C11.6268 2982.6 14.3067 2982.93 17 2983V2981C14.3005 2980.95 11.6159 2980.59 9 2979.92V2982ZM28 2985H20C19.7348 2985 19.4804 2984.89 19.2929 2984.71C19.1054 2984.52 19 2984.27 19 2984V2976C19 2975.73 19.1054 2975.48 19.2929 2975.29C19.4804 2975.11 19.7348 2975 20 2975H28C28.2652 2975 28.5196 2975.11 28.7071 2975.29C28.8946 2975.48 29 2975.73 29 2976V2984C29 2984.27 28.8946 2984.52 28.7071 2984.71C28.5196 2984.89 28.2652 2985 28 2985ZM21 2983H27V2977H21V2983Z" fill="#565656"/>
|
|
341
|
+
<path d="M34 2981H28.17V2979H33V2973H27V2975.83H25V2972C25 2971.73 25.1054 2971.48 25.2929 2971.29C25.4804 2971.11 25.7348 2971 26 2971H34C34.2652 2971 34.5196 2971.11 34.7071 2971.29C34.8946 2971.48 35 2971.73 35 2972V2980C35 2980.27 34.8946 2980.52 34.7071 2980.71C34.5196 2980.89 34.2652 2981 34 2981Z" fill="#565656"/>
|
|
342
|
+
<path d="M26.12 2977H22C21.7348 2977 21.4804 2976.89 21.2929 2976.71C21.1054 2976.52 21 2976.27 21 2976V2968C21 2967.73 21.1054 2967.48 21.2929 2967.29C21.4804 2967.11 21.7348 2967 22 2967H30C30.2652 2967 30.5196 2967.11 30.7071 2967.29C30.8946 2967.48 31 2967.73 31 2968V2971.83H29V2969H23V2975H26.12V2977Z" fill="#565656"/>
|
|
343
|
+
<path d="M9.50005 3031.13C9.50005 3030.55 9.97264 3030.08 10.5556 3030.08C11.1386 3030.08 11.6133 3030.55 11.6133 3031.13C11.6133 3031.72 11.1407 3032.19 10.5577 3032.19C9.97475 3032.19 9.50005 3031.72 9.50005 3031.13Z" fill="#4D5D69"/>
|
|
344
|
+
<path d="M14.7778 3030.69C14.1949 3030.69 13.7223 3031.16 13.7223 3031.75C13.7223 3032.33 14.197 3032.8 14.7799 3032.8C15.3629 3032.8 15.8355 3032.33 15.8355 3031.75C15.8355 3031.16 15.3608 3030.69 14.7778 3030.69Z" fill="#4D5D69"/>
|
|
345
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7664 3005.17C15.2995 3005.18 12.1326 3005.54 9.78736 3006.13C8.59654 3006.42 7.55798 3006.79 6.7917 3007.25C6.09608 3007.66 5.27783 3008.35 5.27783 3009.39V3032.61C5.27783 3033.65 6.09608 3034.34 6.7917 3034.75C7.55798 3035.21 8.59654 3035.58 9.78736 3035.87C12.1852 3036.47 15.4419 3036.83 19.0001 3036.83C22.5582 3036.83 25.8149 3036.47 28.2127 3035.87C29.4036 3035.58 30.4421 3035.21 31.2084 3034.75C31.904 3034.34 32.7223 3033.65 32.7223 3032.61V3022.32C32.047 3022.58 31.341 3022.79 30.6112 3022.92V3024.83C30.5848 3024.87 30.4816 3025 30.1342 3025.21C29.6186 3025.51 28.8021 3025.82 27.7007 3026.1C25.5142 3026.65 22.4375 3027 19.0001 3027C15.5626 3027 12.4859 3026.65 10.2994 3026.1C9.19798 3025.82 8.38155 3025.51 7.86589 3025.21C7.51853 3025 7.41535 3024.87 7.38894 3024.83V3019.59C8.06536 3019.9 8.88239 3020.17 9.78736 3020.4C12.1852 3021 15.4419 3021.36 19.0001 3021.36C20.1031 3021.36 21.1772 3021.32 22.2057 3021.26C21.331 3020.69 20.5371 3020.01 19.8453 3019.24C19.5662 3019.25 19.2844 3019.25 19.0001 3019.25C15.5626 3019.25 12.4859 3018.9 10.2994 3018.35C9.19798 3018.08 8.38155 3017.77 7.86589 3017.46C7.51853 3017.25 7.41535 3017.12 7.38894 3017.08V3011.84C8.06536 3012.16 8.88239 3012.43 9.78736 3012.65C11.7449 3013.14 14.2749 3013.47 17.0739 3013.58C16.9524 3012.9 16.8889 3012.21 16.8889 3011.5C16.8889 3011.48 16.889 3011.47 16.889 3011.46C14.3108 3011.34 12.0272 3011.04 10.2994 3010.6C9.19798 3010.33 8.38155 3010.02 7.86589 3009.71C7.61646 3009.57 7.49293 3009.45 7.43333 3009.39C7.49293 3009.32 7.61646 3009.21 7.86589 3009.06C8.38155 3008.76 9.19798 3008.45 10.2994 3008.17C12.2005 3007.7 14.7746 3007.37 17.6737 3007.3C17.9653 3006.54 18.3326 3005.83 18.7664 3005.17ZM30.6112 3027.34C29.9347 3027.65 29.1177 3027.92 28.2127 3028.15C25.8149 3028.75 22.5582 3029.11 19.0001 3029.11C15.4419 3029.11 12.1852 3028.75 9.78736 3028.15C8.88239 3027.92 8.06536 3027.65 7.38894 3027.34V3032.55C7.41535 3032.6 7.51853 3032.73 7.86589 3032.93C8.38155 3033.24 9.19798 3033.55 10.2994 3033.83C12.4859 3034.37 15.5626 3034.72 19.0001 3034.72C22.4375 3034.72 25.5142 3034.37 27.7007 3033.83C28.8021 3033.55 29.6186 3033.24 30.1342 3032.93C30.4816 3032.73 30.5848 3032.6 30.6112 3032.55V3027.34Z" fill="#4D5D69"/>
|
|
346
|
+
<path d="M9.50005 3015.62C9.50005 3015.03 9.97264 3014.56 10.5556 3014.56C11.1386 3014.56 11.6133 3015.03 11.6133 3015.62C11.6133 3016.2 11.1407 3016.67 10.5577 3016.67C9.97475 3016.67 9.50005 3016.2 9.50005 3015.62Z" fill="#4D5D69"/>
|
|
347
|
+
<path d="M10.5556 3022.31C9.97264 3022.31 9.50005 3022.78 9.50005 3023.36C9.50005 3023.95 9.97475 3024.42 10.5577 3024.42C11.1407 3024.42 11.6133 3023.95 11.6133 3023.36C11.6133 3022.78 11.1386 3022.31 10.5556 3022.31Z" fill="#4D5D69"/>
|
|
348
|
+
<path d="M14.7778 3015.19C14.1949 3015.19 13.7223 3015.67 13.7223 3016.25C13.7223 3016.83 14.197 3017.31 14.7799 3017.31C15.3629 3017.31 15.8355 3016.83 15.8355 3016.25C15.8355 3015.67 15.3608 3015.19 14.7778 3015.19Z" fill="#4D5D69"/>
|
|
349
|
+
<path d="M13.7223 3024C13.7223 3023.41 14.1949 3022.94 14.7778 3022.94C15.3608 3022.94 15.8355 3023.41 15.8355 3024C15.8355 3024.58 15.3629 3025.05 14.7799 3025.05C14.197 3025.05 13.7223 3024.58 13.7223 3024Z" fill="#4D5D69"/>
|
|
350
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 3011.5C38 3016.75 33.7467 3021 28.5 3021C23.2533 3021 19 3016.75 19 3011.5C19 3006.25 23.2533 3002 28.5 3002C33.7467 3002 38 3006.25 38 3011.5ZM28.5 3015.72C30.8319 3015.72 32.7222 3013.83 32.7222 3011.5C32.7222 3009.17 30.8319 3007.28 28.5 3007.28C26.1681 3007.28 24.2778 3009.17 24.2778 3011.5C24.2778 3013.83 26.1681 3015.72 28.5 3015.72Z" fill="#EA3223"/>
|
|
351
|
+
</g>
|
|
352
|
+
<defs>
|
|
353
|
+
<clipPath id="clip0_2038_743">
|
|
354
|
+
<rect width="38" height="3040" fill="white"/>
|
|
355
|
+
</clipPath>
|
|
356
|
+
<clipPath id="clip1_2038_743">
|
|
357
|
+
<rect width="38" height="38" fill="white" transform="translate(0 2888)"/>
|
|
358
|
+
</clipPath>
|
|
359
|
+
</defs>
|
|
360
|
+
</svg>
|