bfg-common 1.5.399 → 1.5.401
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 +51 -51
- 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/CODE_STYLE.md +109 -109
- package/PROJECT_STRUCTURE.md +130 -130
- 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 +456 -456
- package/assets/img/icons/icons-sprite-dark-2.svg +347 -347
- package/assets/img/icons/icons-sprite-dark-3.svg +227 -227
- package/assets/img/icons/icons-sprite-dark-4.svg +264 -264
- package/assets/img/icons/icons-sprite-dark-5.svg +488 -488
- package/assets/img/icons/icons-sprite-dark-6.svg +114 -114
- package/assets/img/icons/icons-sprite-light-1.svg +456 -456
- package/assets/img/icons/icons-sprite-light-2.svg +347 -347
- package/assets/img/icons/icons-sprite-light-3.svg +227 -227
- package/assets/img/icons/icons-sprite-light-4.svg +264 -264
- package/assets/img/icons/icons-sprite-light-5.svg +488 -488
- package/assets/img/icons/icons-sprite-light-6.svg +114 -114
- 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 +3503 -3487
- package/assets/localization/local_en.json +3507 -3491
- package/assets/localization/local_hy.json +3507 -3491
- package/assets/localization/local_kk.json +3506 -3490
- package/assets/localization/local_ru.json +3506 -3490
- package/assets/localization/local_zh.json +3504 -3488
- package/assets/scss/clarity/clr-ui.min.css +8 -8
- package/assets/scss/clarity/local_ar.json +2924 -2924
- package/assets/scss/common/animations.scss +28 -28
- package/assets/scss/common/global.scss +193 -193
- package/assets/scss/common/icons/icons-1.scss +280 -280
- package/assets/scss/common/icons/icons-2.scss +264 -264
- package/assets/scss/common/icons/icons-3.scss +250 -250
- package/assets/scss/common/icons/icons-4.scss +279 -279
- package/assets/scss/common/icons/icons-5.scss +449 -449
- package/assets/scss/common/icons/icons-6.scss +174 -174
- package/assets/scss/common/icons/icons.scss +16 -16
- package/assets/scss/common/icons/lib-icons.scss +32 -32
- package/assets/scss/common/mixins.scss +39 -39
- package/assets/scss/common/normalize.scss +348 -348
- package/assets/scss/common/theme.scss +419 -415
- package/assets/scss/common/utilities.scss +20 -20
- package/assets/scss/common/variables.scss +44 -44
- package/assets/scss/components/auth.scss +201 -201
- package/assets/scss/main.scss +15 -15
- package/components/atoms/DiagramIcon.vue +400 -400
- package/components/atoms/TheIcon.vue +3338 -3338
- package/components/atoms/TheIcon2.vue +1368 -1368
- package/components/atoms/TheIcon3.vue +50 -50
- package/components/atoms/TheIconOld.vue +2444 -2444
- package/components/atoms/alert/Alert.vue +96 -96
- package/components/atoms/alert/Notification.vue +169 -169
- 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 +361 -361
- package/components/atoms/collapse/CollapseNav.vue +170 -170
- package/components/atoms/collapse/CollapseNavItem.vue +226 -226
- package/components/atoms/collapse/lib/models/interfaces.ts +14 -14
- package/components/atoms/comboDropdownMenu/ComboDropdownMenu.vue +357 -357
- package/components/atoms/comboDropdownMenu/lib/models/interfaces.ts +26 -26
- package/components/atoms/combobox/Combobox.vue +154 -154
- package/components/atoms/datepicker/Datepicker.vue +639 -639
- package/components/atoms/datepicker/lib/config/allShortMonths.ts +103 -103
- package/components/atoms/datepicker/lib/config/datepicker.ts +46 -46
- package/components/atoms/datepicker/lib/models/interfaces.ts +9 -9
- package/components/atoms/dropdown/Portlet.vue +113 -113
- package/components/atoms/dropdown/dropdown/Dropdown.vue +168 -168
- 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 +149 -149
- 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 +251 -251
- package/components/atoms/modal/bySteps/BySteps.vue +253 -253
- 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 +159 -159
- 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 +58 -58
- package/components/atoms/popover/Popover.vue +58 -58
- package/components/atoms/popover/lib/models/interfaces.ts +4 -4
- package/components/atoms/popup/SimplePopup.vue +91 -91
- package/components/atoms/select/TheSelect.vue +187 -187
- package/components/atoms/select/lib/models/interfaces.ts +5 -5
- package/components/atoms/stack/StackBlock.vue +185 -185
- 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 +5 -5
- package/components/atoms/switch/Switch.vue +111 -111
- package/components/atoms/table/compact/Compact.vue +532 -532
- package/components/atoms/table/compact/lib/models/interfaces.ts +10 -10
- package/components/atoms/table/dataGrid/DataGrid.vue +1717 -1717
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +277 -277
- package/components/atoms/table/dataGrid/DataGridPage.vue +195 -195
- 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 +94 -94
- package/components/atoms/table/dataGrid/lib/models/interfaces.ts +41 -41
- 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/dataGrid/lib/utils/export.ts +16 -16
- package/components/atoms/table/info/Info.vue +71 -71
- package/components/atoms/table/info/lib/models/interfaces.ts +11 -11
- 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 +220 -220
- package/components/atoms/tabs/VerticalTabs.vue +105 -105
- package/components/atoms/tabs/lib/models/interfaces.ts +7 -7
- package/components/atoms/tabs/lib/models/types.ts +1 -1
- package/components/atoms/tooltip/Signpost.vue +228 -228
- package/components/atoms/tooltip/Text.vue +37 -37
- package/components/atoms/tooltip/Tooltip.vue +57 -57
- package/components/atoms/tooltip/TooltipError.vue +114 -114
- package/components/atoms/tooltip/lib/models/interfaces.ts +4 -4
- package/components/atoms/wizard/Wizard.vue +342 -342
- package/components/atoms/wizard/lib/models/enums.ts +8 -8
- package/components/atoms/wizard/lib/models/interfaces.ts +59 -59
- package/components/atoms/wizard/lib/utils/utils.ts +954 -954
- package/components/atoms/wizard/step/Step.vue +95 -95
- package/components/common/BadBrowser.vue +118 -118
- package/components/common/accordion/Accordion.vue +177 -177
- package/components/common/accordion/Recursion.vue +225 -225
- package/components/common/accordion/lib/models/enums.ts +5 -5
- package/components/common/accordion/lib/models/interfaces.ts +18 -18
- 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 +829 -829
- 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/backup/actions/deleteBackup/DeleteBackup.vue +38 -38
- package/components/common/backup/lib/utils/getBackupOrBackupStorageId.ts +29 -29
- package/components/common/backup/storage/actions/add/Add.vue +248 -248
- package/components/common/backup/storage/actions/add/New.vue +304 -304
- package/components/common/backup/storage/actions/add/Old.vue +115 -115
- package/components/common/backup/storage/actions/add/lib/config/createDatastore.ts +16 -16
- package/components/common/backup/storage/actions/add/lib/config/steps.ts +168 -168
- package/components/common/backup/storage/actions/add/lib/models/interfaces.ts +23 -23
- package/components/common/backup/storage/actions/add/lib/models/types.ts +2 -2
- package/components/common/backup/storage/actions/add/lib/utils.ts +30 -30
- package/components/common/backup/storage/actions/add/lib/validations.ts +242 -242
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/HostAccessibility.vue +52 -52
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/HostAccessibilityNew.vue +45 -45
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/HostAccessibilityOld.vue +52 -52
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/lib/config/tabsPannel.ts +30 -30
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/lib/models/types.ts +3 -3
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/table/Table.vue +41 -41
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/table/lib/models/interfaces.ts +11 -11
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/table/new/New.vue +119 -119
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/table/new/lib/config/compatibleTable.ts +80 -80
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/table/old/Old.vue +90 -90
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/table/old/lib/config/compatibleTable.ts +58 -58
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/table/old/lib/config/incompatibleTable.ts +68 -68
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/table/old/lib/config/tableKeys.ts +15 -15
- package/components/common/backup/storage/actions/add/steps/hostAccessibility/table/old/lib/models/types.ts +6 -6
- package/components/common/backup/storage/actions/add/steps/name/Name.vue +41 -41
- package/components/common/backup/storage/actions/add/steps/name/New.vue +107 -107
- package/components/common/backup/storage/actions/add/steps/name/Old.vue +122 -122
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigure.vue +42 -42
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigureNew.vue +276 -276
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/NameAndConfigureOld.vue +331 -331
- package/components/common/backup/storage/actions/add/steps/nameAndConfigure/lib/models/interfaces.ts +7 -7
- package/components/common/backup/storage/actions/add/steps/readyComplete/ReadyComplete.vue +45 -45
- package/components/common/backup/storage/actions/add/steps/readyComplete/ReadyCompleteNew.vue +167 -167
- package/components/common/backup/storage/actions/add/steps/readyComplete/ReadyCompleteOld.vue +92 -92
- package/components/common/backup/storage/actions/add/steps/readyComplete/lib/config/propertiesDetails.ts +243 -243
- package/components/common/backup/storage/actions/add/steps/typeMode/TypeMode.vue +40 -40
- package/components/common/backup/storage/actions/add/steps/typeMode/TypeModeNew.vue +148 -148
- package/components/common/backup/storage/actions/add/steps/typeMode/TypeModeOld.vue +66 -66
- package/components/common/backup/storage/actions/add/steps/typeMode/lib/config/typeOptions.ts +39 -36
- package/components/common/backup/storage/actions/delete/Delete.vue +65 -65
- package/components/common/backup/storage/actions/delete/lib/models/interfaces.ts +4 -4
- package/components/common/browse/Browse.vue +171 -171
- package/components/common/browse/BrowseNew.vue +301 -301
- package/components/common/browse/BrowseOld.vue +217 -217
- package/components/common/browse/blocks/Container.vue +234 -234
- package/components/common/browse/blocks/TitleNew.vue +146 -146
- package/components/common/browse/blocks/TitleOld.vue +91 -91
- package/components/common/browse/blocks/contents/Files.vue +37 -37
- package/components/common/browse/blocks/contents/FilesOld.vue +72 -72
- package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +95 -95
- package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
- package/components/common/browse/blocks/info/Date.vue +37 -37
- package/components/common/browse/blocks/info/Size.vue +30 -30
- package/components/common/browse/blocks/info/Text.vue +29 -29
- package/components/common/browse/blocks/lib/models/types.ts +1 -1
- package/components/common/browse/lib/models/interfaces.ts +5 -5
- package/components/common/chartOptionsModal/counters/timespan/form/Form.vue +281 -281
- package/components/common/chartOptionsModal/counters/timespan/form/FormNew.vue +262 -262
- package/components/common/chartOptionsModal/counters/timespan/form/FormOld.vue +372 -372
- package/components/common/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +116 -116
- package/components/common/context/Context.vue +111 -111
- 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 +33 -33
- package/components/common/context/recursion/Recursion.vue +87 -87
- package/components/common/context/recursion/RecursionNew.vue +278 -278
- package/components/common/context/recursion/RecursionOld.vue +229 -229
- 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 +12 -12
- package/components/common/diagramMain/Diagram.vue +377 -377
- package/components/common/diagramMain/DiagramMain.vue +900 -900
- package/components/common/diagramMain/Header.vue +214 -214
- package/components/common/diagramMain/adapter/Adapter.vue +123 -123
- package/components/common/diagramMain/adapter/AdapterItem.vue +438 -438
- package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
- package/components/common/diagramMain/adapter/Contents.vue +207 -207
- package/components/common/diagramMain/adapter/Lines.vue +81 -81
- package/components/common/diagramMain/adapter/block/Block.vue +27 -27
- package/components/common/diagramMain/adapter/block/BlockNew.vue +58 -58
- package/components/common/diagramMain/adapter/block/BlockOld.vue +50 -50
- package/components/common/diagramMain/adapter/secondBlock/SecondBlock.vue +27 -27
- package/components/common/diagramMain/adapter/secondBlock/SecondBlockNew.vue +60 -60
- package/components/common/diagramMain/adapter/secondBlock/SecondBlockOld.vue +51 -51
- package/components/common/diagramMain/highlights/Highlights.vue +151 -151
- package/components/common/diagramMain/highlights/HighlightsNew.vue +124 -124
- package/components/common/diagramMain/highlights/HighlightsOld.vue +107 -107
- package/components/common/diagramMain/lib/config/index.ts +81 -81
- package/components/common/diagramMain/lib/config/initial.ts +50 -50
- package/components/common/diagramMain/lib/config/positions.ts +194 -194
- package/components/common/diagramMain/lib/models/enums.ts +44 -44
- package/components/common/diagramMain/lib/models/interfaces.ts +755 -755
- package/components/common/diagramMain/lib/models/types.ts +21 -21
- package/components/common/diagramMain/lib/utils/utils.ts +331 -331
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
- package/components/common/diagramMain/modals/Modals.vue +451 -451
- 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 +144 -144
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +25 -25
- package/components/common/diagramMain/modals/lib/config/index.ts +55 -55
- package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
- package/components/common/diagramMain/modals/lib/config/networkModal.ts +398 -398
- package/components/common/diagramMain/modals/lib/config/portModal.ts +245 -245
- package/components/common/diagramMain/modals/lib/config/switchModal.ts +242 -242
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +46 -46
- 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 +542 -542
- 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 +79 -79
- package/components/common/diagramMain/modals/remove/RemoveModalNew.vue +95 -95
- package/components/common/diagramMain/modals/remove/RemoveModalOld.vue +230 -230
- package/components/common/diagramMain/modals/viewSettings/info/Info.vue +55 -55
- package/components/common/diagramMain/modals/viewSettings/info/InfoNew.vue +156 -156
- package/components/common/diagramMain/modals/viewSettings/info/InfoOld.vue +123 -123
- package/components/common/diagramMain/modals/viewSettings/viewSettings/ViewSettings.vue +35 -35
- package/components/common/diagramMain/modals/viewSettings/viewSettings/ViewSettingsNew.vue +200 -200
- package/components/common/diagramMain/modals/viewSettings/viewSettings/ViewSettingsOld.vue +191 -191
- package/components/common/diagramMain/modals/viewSettings/viewSettingsModal/ViewSettingsModal.vue +83 -83
- package/components/common/diagramMain/modals/viewSettings/viewSettingsModal/ViewSettingsModalNew.vue +68 -68
- package/components/common/diagramMain/modals/viewSettings/viewSettingsModal/ViewSettingsModalOld.vue +90 -90
- package/components/common/diagramMain/network/Contents.vue +492 -492
- package/components/common/diagramMain/network/Lines.vue +107 -107
- package/components/common/diagramMain/network/Network.vue +141 -141
- package/components/common/diagramMain/network/block/Block.vue +37 -37
- package/components/common/diagramMain/network/block/BlockNew.vue +68 -68
- package/components/common/diagramMain/network/block/BlockOld.vue +64 -64
- package/components/common/diagramMain/network/noNetwork/NoNetwork.vue +12 -12
- package/components/common/diagramMain/network/noNetwork/NoNetworkNew.vue +89 -89
- package/components/common/diagramMain/network/noNetwork/NoNetworkOld.vue +61 -61
- package/components/common/diagramMain/network/secondBlock/SecondBlock.vue +41 -41
- package/components/common/diagramMain/network/secondBlock/SecondBlockNew.vue +64 -64
- package/components/common/diagramMain/network/secondBlock/SecondBlockOld.vue +60 -60
- package/components/common/diagramMain/port/Port.vue +578 -578
- package/components/common/diagramMain/port/Ports.vue +47 -47
- package/components/common/diagramMain/switch/Switch.vue +180 -180
- package/components/common/diagramMain/switch/SwitchSelected.vue +111 -111
- package/components/common/feedback/Buttons.vue +229 -229
- package/components/common/feedback/Feedback.vue +270 -270
- package/components/common/feedback/Message.vue +519 -519
- package/components/common/feedback/VisitPortal.vue +67 -67
- 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 +120 -120
- package/components/common/graph/GraphOld.vue +61 -61
- package/components/common/graph/graphNew/GraphNew.vue +194 -194
- package/components/common/graph/graphNew/lib/models/enums.ts +9 -9
- 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/layout/theHeader/TheHeader.vue +169 -169
- package/components/common/layout/theHeader/TheHeaderNew.vue +314 -314
- package/components/common/layout/theHeader/TheHeaderOld.vue +250 -250
- package/components/common/layout/theHeader/ThemeSwitch.vue +66 -66
- package/components/common/layout/theHeader/feedback/Feedback.vue +109 -109
- package/components/common/layout/theHeader/feedback/FeedbackOld.vue +73 -73
- package/components/common/layout/theHeader/feedback/lib/config/sendFeedback.ts +17 -17
- package/components/common/layout/theHeader/feedback/new/New.vue +243 -227
- package/components/common/layout/theHeader/feedback/new/additionalDetails/AdditionalDetails.vue +616 -606
- package/components/common/layout/theHeader/feedback/new/additionalDetails/Headline.vue +47 -39
- package/components/common/layout/theHeader/feedback/new/description/Description.vue +59 -59
- package/components/common/layout/theHeader/feedback/new/email/Email.vue +43 -43
- package/components/common/layout/theHeader/feedback/new/lib/models/interfaces.ts +4 -4
- package/components/common/layout/theHeader/feedback/new/subtitle/Subtitle.vue +47 -39
- package/components/common/layout/theHeader/feedback/new/tabs/Tabs.vue +97 -97
- package/components/common/layout/theHeader/feedback/new/tabs/lib/config/tabs.ts +25 -25
- package/components/common/layout/theHeader/feedback/new/tabs/lib/models/enums.ts +6 -6
- package/components/common/layout/theHeader/feedback/new/tabs/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/helpMenu/About.vue +82 -82
- package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +43 -43
- package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +112 -112
- package/components/common/layout/theHeader/helpMenu/aboutOld/AboutOld.vue +80 -80
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +195 -195
- 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 +10 -10
- 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 +90 -90
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePasswordNew.vue +189 -189
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePasswordOld.vue +179 -179
- 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 +23 -23
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/utils.ts +28 -28
- package/components/common/layout/theHeader/userMenu/modals/preferences/Preferences.vue +70 -70
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +93 -93
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +130 -130
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +113 -113
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +89 -89
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageOld.vue +90 -90
- 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 +53 -53
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +49 -49
- 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 +32 -32
- 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 +170 -170
- 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 +151 -151
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +328 -328
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +312 -312
- package/components/common/mainNavigationPanel/lib/models/interfaces.ts +9 -9
- package/components/common/mainNavigationPanel/lib/models/types.ts +1 -1
- package/components/common/modals/Rename.vue +177 -177
- package/components/common/modals/confirmByInput/ConfirmByInput.vue +85 -85
- package/components/common/modals/confirmByInput/ConfirmByInputNew.vue +103 -103
- package/components/common/modals/confirmByInput/ConfirmByInputOld.vue +204 -204
- package/components/common/modals/confirmation/Confirmation.vue +79 -79
- package/components/common/modals/confirmation/ConfirmationNew.vue +72 -72
- package/components/common/modals/confirmation/ConfirmationOld.vue +111 -111
- 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/modals/unsavedChanges/UnsavedChanges.vue +56 -56
- package/components/common/monitor/advanced/Advanced.vue +195 -195
- package/components/common/monitor/advanced/AdvancedNew.vue +191 -191
- package/components/common/monitor/advanced/AdvancedOld.vue +213 -213
- package/components/common/monitor/advanced/graphView/GraphView.vue +145 -145
- package/components/common/monitor/advanced/graphView/GraphViewNew.vue +36 -36
- package/components/common/monitor/advanced/graphView/GraphViewOld.vue +56 -56
- 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 +31 -31
- 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/table/tableNew/TableNew.vue +92 -92
- package/components/common/monitor/advanced/table/tableNew/lib/config/options.ts +139 -139
- package/components/common/monitor/advanced/table/tableNew/lib/utils/constructBody.ts +27 -27
- package/components/common/monitor/advanced/table/tableOld/TableOld.vue +93 -93
- package/components/common/monitor/advanced/table/tableOld/lib/config/performanceDatatable.ts +129 -129
- package/components/common/monitor/advanced/tools/Tools.vue +302 -302
- package/components/common/monitor/advanced/tools/ToolsNew.vue +227 -227
- package/components/common/monitor/advanced/tools/ToolsOld.vue +309 -309
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +544 -544
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModalNew.vue +202 -202
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModalOld.vue +189 -189
- package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +27 -27
- package/components/common/monitor/advanced/tools/chartOptionsModal/NotificationNew.vue +22 -22
- package/components/common/monitor/advanced/tools/chartOptionsModal/NotificationOld.vue +27 -27
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +106 -106
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/ActionsNew.vue +180 -180
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/ActionsOld.vue +114 -114
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +32 -32
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +81 -81
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +137 -137
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/CountersNew.vue +138 -138
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/CountersOld.vue +114 -114
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +105 -105
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +1040 -1040
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +30 -30
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableNew/TableNew.vue +48 -48
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableNew/config/options.ts +19 -19
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableNew/config/tableData.ts +71 -71
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableNew/utils/constructTable.ts +29 -29
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableOld/TableOld.vue +85 -85
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableOld/lib/config/tableConfig.ts +89 -89
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableOld/lib/models/types.ts +5 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +129 -129
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/TimespanNew.vue +179 -179
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/TimespanOld.vue +95 -95
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +294 -294
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +64 -64
- 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/counters/timespan/object/objectNew/ObjectNew.vue +62 -62
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectNew/lib/config/options.ts +25 -25
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectNew/lib/config/tableData.ts +47 -47
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectNew/lib/utils/constructTable.ts +22 -22
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectOld/ObjectOld.vue +84 -84
- 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 +19 -19
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +30 -30
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/MetricsNew.vue +143 -143
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/MetricsOld.vue +32 -32
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +173 -173
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +146 -146
- 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 +134 -134
- package/components/common/monitor/overview/OverviewNew.vue +120 -120
- package/components/common/monitor/overview/OverviewOld.vue +139 -139
- package/components/common/monitor/overview/filters/Filters.vue +169 -169
- package/components/common/monitor/overview/filters/FiltersNew.vue +183 -183
- package/components/common/monitor/overview/filters/FiltersOld.vue +153 -153
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +173 -173
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModalOld.vue +161 -161
- package/components/common/monitor/overview/filters/customIntervalModal/customIntervalModalNew/CustomIntervalModalNew.vue +240 -240
- package/components/common/monitor/overview/filters/customIntervalModal/customIntervalModalNew/lib/utils/date.ts +11 -11
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +62 -62
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +100 -100
- package/components/common/monitor/overview/filters/lib/models/interfaces.ts +10 -10
- package/components/common/monitor/overview/filters/lib/models/types.ts +15 -15
- package/components/common/monitor/resourceAllocation/lib/models/interfaces.ts +13 -13
- package/components/common/monitor/resourceAllocation/resourceAllocation.vue +196 -196
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +213 -213
- package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +459 -459
- package/components/common/pages/hardwareHealth/historyTestimony/lib/config/containerSizes.ts +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/lib/models/interfaces.ts +20 -20
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +389 -389
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +502 -502
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/Notification.vue +30 -30
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +157 -157
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +81 -81
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +94 -94
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +174 -174
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +66 -66
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/config/optionsMetrics.ts +17 -17
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/interfaces.ts +15 -15
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/types.ts +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +31 -31
- package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/config/toolbar.ts +82 -82
- package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/models/interfaces.ts +9 -9
- package/components/common/pages/hardwareHealth/lib/config/status.ts +13 -13
- package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +39 -39
- 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 +194 -194
- package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +109 -109
- package/components/common/pages/hardwareHealth/tableView/lib/config/historyTestimonyTable.ts +137 -137
- package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +133 -133
- 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 +22 -22
- package/components/common/pages/hardwareHealth/tableView/lib/models/interfaces.ts +29 -29
- package/components/common/pages/hardwareHealth/tableView/lib/models/types.ts +26 -26
- 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/pages/home/Card.vue +63 -63
- package/components/common/pages/home/StatusContent.vue +52 -52
- package/components/common/pages/home/headline/Headline.vue +45 -45
- package/components/common/pages/home/headline/HeadlineNew.vue +97 -97
- package/components/common/pages/home/headline/HeadlineOld.vue +42 -42
- package/components/common/pages/home/lib/config/configResourceMeterBlock.ts +35 -35
- package/components/common/pages/home/lib/models/interfaces.ts +48 -48
- package/components/common/pages/home/lib/models/types.ts +12 -12
- package/components/common/pages/home/resource/Resource.vue +29 -29
- package/components/common/pages/home/resource/ResourceNew.vue +63 -63
- package/components/common/pages/home/resource/ResourceOld.vue +122 -122
- package/components/common/pages/home/resource/lib/models/interfaces.ts +14 -14
- package/components/common/pages/home/resource/lib/utils/resourceMeter.ts +52 -52
- package/components/common/pages/home/widgets/Widgets.vue +49 -49
- package/components/common/pages/home/widgets/WidgetsNew.vue +88 -88
- package/components/common/pages/home/widgets/WidgetsOld.vue +36 -36
- package/components/common/pages/home/widgets/hosts/Hosts.vue +27 -27
- package/components/common/pages/home/widgets/hosts/HostsNew.vue +100 -100
- package/components/common/pages/home/widgets/hosts/HostsOld.vue +25 -25
- package/components/common/pages/home/widgets/hosts/lib/config/items.ts +23 -23
- package/components/common/pages/home/widgets/services/Services.vue +27 -27
- package/components/common/pages/home/widgets/services/ServicesNew.vue +145 -145
- package/components/common/pages/home/widgets/services/ServicesOld.vue +35 -35
- package/components/common/pages/home/widgets/services/lib/config/config.ts +130 -130
- package/components/common/pages/home/widgets/services/lib/models/enums.ts +20 -20
- package/components/common/pages/home/widgets/services/table/Table.vue +80 -80
- package/components/common/pages/home/widgets/services/table/lib/config/config.ts +62 -62
- package/components/common/pages/home/widgets/services/table/lib/models/types.ts +6 -6
- package/components/common/pages/home/widgets/skeleton/totalQuantitiesItem.vue +82 -82
- package/components/common/pages/home/widgets/vms/Vms.vue +26 -26
- package/components/common/pages/home/widgets/vms/VmsNew.vue +107 -107
- package/components/common/pages/home/widgets/vms/VmsOld.vue +35 -35
- package/components/common/pages/home/widgets/vms/lib/config/items.ts +19 -19
- package/components/common/pages/home/widgets/warnings/Warnings.vue +27 -27
- package/components/common/pages/home/widgets/warnings/WarningsNew.vue +104 -104
- package/components/common/pages/home/widgets/warnings/WarningsOld.vue +39 -39
- package/components/common/pages/home/widgets/warnings/lib/config/config.ts +96 -96
- package/components/common/pages/home/widgets/warnings/table/Table.vue +114 -114
- package/components/common/pages/home/widgets/warnings/table/lib/config/config.ts +73 -73
- package/components/common/pages/home/widgets/warnings/table/lib/models/enums.ts +11 -11
- package/components/common/pages/home/widgets/warnings/table/lib/models/interfaces.ts +19 -19
- package/components/common/pages/home/widgets/warnings/table/lib/models/types.ts +15 -15
- package/components/common/pages/licensing/Licensing.vue +128 -128
- package/components/common/pages/licensing/lib/models/interfaces.ts +21 -21
- package/components/common/pages/licensing/lib/utils/validation.ts +28 -28
- package/components/common/pages/licensing/listView/ListView.vue +50 -50
- package/components/common/pages/licensing/listView/lib/config/list.ts +57 -57
- package/components/common/pages/licensing/listView/lib/models/interfaces.ts +5 -5
- package/components/common/pages/licensing/modals/assign/Assign.vue +247 -247
- package/components/common/pages/licensing/modals/assign/lib/config/tabsPannel.ts +17 -17
- package/components/common/pages/licensing/modals/assign/lib/models/interfaces.ts +4 -4
- package/components/common/pages/licensing/modals/assign/lib/utils/error.ts +24 -24
- package/components/common/pages/licensing/modals/assign/new/New.vue +216 -216
- package/components/common/pages/licensing/modals/assign/tableView/TableView.vue +193 -193
- package/components/common/pages/licensing/modals/assign/tableView/lib/config/table.ts +100 -100
- package/components/common/pages/licensing/modals/assign/tableView/lib/config/tableKeys.ts +10 -10
- package/components/common/pages/licensing/modals/assign/tableView/lib/models/interfaces.ts +9 -9
- package/components/common/pages/licensing/modals/assign/tableView/lib/models/types.ts +8 -8
- package/components/common/pages/packages/Packages.vue +208 -208
- package/components/common/pages/packages/lib/config/actions.ts +59 -59
- package/components/common/pages/packages/lib/models/types.ts +8 -8
- package/components/common/pages/packages/tableView/TableView.vue +120 -120
- package/components/common/pages/packages/tableView/lib/config/configTable.ts +136 -136
- package/components/common/pages/packages/tableView/lib/config/tableKey.ts +14 -14
- package/components/common/pages/packages/tableView/lib/models/types.ts +12 -12
- package/components/common/pages/scheduledTasks/lib/models/interfaces.ts +5 -5
- package/components/common/pages/scheduledTasks/modals/common/frequency/Frequency.vue +59 -59
- package/components/common/pages/scheduledTasks/modals/common/frequency/afterStartup/AfterStartup.vue +82 -82
- package/components/common/pages/scheduledTasks/modals/common/frequency/end/End.vue +111 -111
- package/components/common/pages/scheduledTasks/modals/common/frequency/end/lib/config/endOptions.ts +17 -17
- package/components/common/pages/scheduledTasks/modals/common/frequency/interval/Interval.vue +100 -100
- package/components/common/pages/scheduledTasks/modals/common/frequency/lib/config/frequencyOptions.ts +38 -38
- package/components/common/pages/scheduledTasks/modals/common/frequency/lib/models/types.ts +7 -7
- package/components/common/pages/scheduledTasks/modals/common/frequency/lib/utils.ts +128 -128
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/On.vue +233 -233
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/lib/config/options.ts +64 -64
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/lib/models/types.ts +12 -12
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/selectWeek/SelectWeek.vue +68 -68
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/selectWeek/lib/config/weekOptions.ts +55 -55
- package/components/common/pages/scheduledTasks/modals/common/frequency/on/selectWeek/lib/models/interfaces.ts +6 -6
- package/components/common/pages/scheduledTasks/modals/common/frequency/startOn/StartOn.vue +86 -86
- package/components/common/pages/scheduledTasks/modals/common/newTaskForm/NewTaskForm.vue +289 -289
- package/components/common/pages/scheduledTasks/modals/common/newTaskForm/lib/models/interfaces.ts +3 -3
- package/components/common/pages/scheduledTasks/modals/common/newTaskForm/lib/utils.ts +67 -67
- package/components/common/pages/scheduledTasks/modals/lib/config/createScheduledTask.ts +23 -23
- package/components/common/pages/scheduledTasks/modals/lib/models/interfaces.ts +21 -21
- package/components/common/pages/scheduledTasks/modals/lib/utils.ts +7 -7
- package/components/common/pages/shortcuts/Shortcuts.vue +67 -67
- package/components/common/pages/shortcuts/block/Block.vue +35 -35
- package/components/common/pages/shortcuts/block/BlockNew.vue +110 -110
- package/components/common/pages/shortcuts/block/BlockOld.vue +68 -68
- package/components/common/pages/shortcuts/category/Category.vue +26 -26
- package/components/common/pages/shortcuts/category/CategoryNew.vue +41 -41
- package/components/common/pages/shortcuts/category/CategoryOld.vue +41 -41
- package/components/common/pages/shortcuts/lib/models/interfaces.ts +13 -13
- package/components/common/pages/tasks/Tasks.vue +122 -122
- package/components/common/pages/tasks/table/Table.vue +365 -365
- package/components/common/pages/tasks/table/expandDetails/ExpandDetails.vue +192 -192
- package/components/common/pages/tasks/table/lib/config/config.ts +270 -270
- package/components/common/pages/tasks/table/lib/models/enums.ts +13 -13
- package/components/common/perPage/PerPage.vue +52 -52
- package/components/common/portlets/customAttributes/Portlet.vue +676 -676
- package/components/common/portlets/customAttributes/lib/config/config.ts +146 -146
- package/components/common/portlets/customAttributes/lib/models/interfaces.ts +5 -5
- package/components/common/portlets/tag/CreateCategory.vue +276 -276
- package/components/common/portlets/tag/Portlet.vue +437 -437
- package/components/common/portlets/tag/TagAddNew.vue +629 -629
- package/components/common/portlets/tag/lib/config/config.ts +210 -210
- package/components/common/portlets/tag/lib/models/interfaces.ts +27 -27
- package/components/common/portlets/tag/lib/models/types.ts +15 -15
- package/components/common/readyToComplete/New.vue +129 -129
- package/components/common/readyToComplete/Old.vue +15 -15
- package/components/common/readyToComplete/ReadyToComplete.vue +17 -17
- package/components/common/recursionTree/RecursionTree.vue +223 -223
- package/components/common/recursionTree/lib/models/interfaces.ts +23 -23
- package/components/common/resource/lib/models/interfaces.ts +10 -10
- 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 +112 -112
- package/components/common/select/button/lib/models/interfaces.ts +8 -8
- package/components/common/select/input/Input.vue +77 -77
- package/components/common/select/input/lib/models/interfaces.ts +6 -6
- package/components/common/select/radio/RadioGroup.vue +137 -144
- package/components/common/select/radio/lib/models/interfaces.ts +11 -11
- package/components/common/selectLanguage/SelectLanguage.vue +200 -200
- package/components/common/selectLanguage/lib/config/config.ts +40 -40
- package/components/common/selectLanguage/lib/utils/utils.ts +5 -5
- package/components/common/spiceConsole/Drawer.vue +381 -381
- package/components/common/spiceConsole/SpiceConsole.vue +127 -127
- 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/interfaces.ts +5 -5
- package/components/common/spiceConsole/lib/models/types.ts +1 -1
- package/components/common/spiceConsole/lib/utils/getDeviceType.ts +35 -35
- package/components/common/split/horizontal/Horizontal.vue +70 -70
- package/components/common/split/horizontal/HorizontalNew.vue +387 -387
- package/components/common/split/horizontal/HorizontalOld.vue +337 -337
- package/components/common/split/vertical/Vertical.vue +162 -162
- package/components/common/split/vertical/VerticalNew.vue +124 -124
- package/components/common/split/vertical/VerticalOld.vue +111 -111
- package/components/common/split/vertical/lib/models/interfaces.ts +3 -3
- package/components/common/summary/notification/Notification.vue +28 -28
- package/components/common/summary/notification/NotificationNew.vue +135 -135
- package/components/common/summary/notification/NotificationOld.vue +47 -47
- package/components/common/titleBar/titleBarNew/notification/Notification.vue +372 -372
- package/components/common/titleBar/titleBarNew/notification/lib/config/tabsData.ts +47 -47
- package/components/common/titleBar/titleBarNew/notification/lib/models/interfaces.ts +10 -10
- package/components/common/titleBar/titleBarNew/notification/lib/models/types.ts +3 -3
- package/components/common/tools/Actions.vue +207 -207
- package/components/common/tools/lib/models/interfaces.ts +10 -10
- package/components/common/tools/viewSettings/ViewSettings.vue +86 -86
- package/components/common/tools/viewSettings/lib/models/interfaces.ts +9 -9
- package/components/common/tooltip/Help.vue +177 -177
- package/components/common/vm/actions/add/Add.vue +831 -831
- package/components/common/vm/actions/add/New.vue +659 -659
- package/components/common/vm/actions/add/Old.vue +388 -388
- package/components/common/vm/actions/add/folderTreeView/FolderTreeView.vue +72 -72
- package/components/common/vm/actions/add/folderTreeView/New.vue +40 -40
- package/components/common/vm/actions/add/folderTreeView/Old.vue +50 -50
- package/components/common/vm/actions/add/lib/config/steps.ts +319 -319
- package/components/common/vm/actions/add/lib/utils.ts +103 -103
- package/components/common/vm/actions/clone/Clone.vue +823 -823
- package/components/common/vm/actions/clone/lib/config/steps.ts +291 -291
- package/components/common/vm/actions/clone/lib/models/interfaces.ts +6 -6
- package/components/common/vm/actions/clone/lib/utils.ts +43 -43
- package/components/common/vm/actions/clone/toTemplate/ToTemplate.vue +637 -637
- package/components/common/vm/actions/clone/toTemplate/lib/config/steps.ts +116 -116
- package/components/common/vm/actions/clone/toTemplate/lib/models/interfaces.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +284 -284
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +358 -358
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareOld.vue +182 -182
- package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +36 -36
- package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +703 -703
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareNew.vue +501 -501
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareOld.vue +321 -321
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +227 -227
- 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 +100 -100
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +61 -61
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusOld.vue +108 -108
- 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 +232 -232
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +228 -228
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +168 -168
- 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 +25 -25
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +78 -78
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaOld.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +358 -358
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuNew.vue +243 -243
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuOld.vue +180 -180
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +99 -99
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +55 -55
- 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/coresPerSocket/CoresPerSocket.vue +86 -86
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/coresPerSocket/CoresPerSocketNew.vue +69 -69
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/coresPerSocket/CoresPerSocketOld.vue +63 -63
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/hotPlug/HotPlug.vue +40 -40
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/hotPlug/HotPlugNew.vue +34 -34
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/hotPlug/HotPlugOld.vue +46 -46
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/maxCpu/MaxCpu.vue +94 -94
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/maxCpu/MaxCpuNew.vue +41 -41
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/maxCpu/MaxCpuOld.vue +51 -51
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/model/Model.vue +121 -121
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/model/ModelNew.vue +130 -130
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/model/ModelOld.vue +169 -169
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +140 -140
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/SharesNew.vue +65 -65
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/SharesOld.vue +76 -76
- 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 +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/TooltipNew.vue +154 -154
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/TooltipOld.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 +155 -155
- 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 +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +220 -220
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/LimitNew.vue +75 -75
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/LimitOld.vue +75 -75
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +29 -29
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +307 -307
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryNew.vue +158 -158
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryOld.vue +155 -155
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/hotPlug/HotPlug.vue +29 -29
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/hotPlug/HotPlugNew.vue +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/hotPlug/HotPlugOld.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +385 -385
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDiskNew.vue +320 -320
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDiskOld.vue +262 -262
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +63 -63
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/CacheNew.vue +47 -47
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/CacheOld.vue +58 -58
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/lib/config/options.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/file/File.vue +22 -22
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/file/FileNew.vue +41 -41
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/file/FileOld.vue +24 -24
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +103 -103
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIopsNew.vue +66 -66
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIopsOld.vue +89 -89
- 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/location/Location.vue +154 -154
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/location/LocationNew.vue +79 -79
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/location/LocationOld.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/location/storageModal/Old.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/location/storageModal/StorageModal.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/location/storageModal/new/New.vue +131 -131
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/location/storageModal/new/lib/config/table.ts +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/maximumSize/MaximumSize.vue +23 -23
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/maximumSize/MaximumSizeNew.vue +47 -47
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/maximumSize/MaximumSizeOld.vue +25 -25
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +65 -65
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeNew.vue +48 -48
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +57 -57
- 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 +61 -61
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/ProvisioningNew.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/ProvisioningOld.vue +58 -58
- 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 +63 -63
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingOld.vue +58 -58
- 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/NewNetwork.vue +288 -288
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +129 -129
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkOld.vue +131 -131
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +60 -60
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterTypeNew.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterTypeOld.vue +60 -60
- 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/location/Location.vue +71 -71
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +106 -106
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/Table.vue +92 -92
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +94 -94
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +63 -63
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +81 -81
- 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 +205 -205
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +91 -91
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +96 -96
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +29 -29
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +66 -66
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoOld.vue +62 -62
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +31 -31
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +83 -83
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoOld.vue +76 -76
- 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 +14 -14
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +41 -41
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +80 -80
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridOld.vue +84 -84
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +46 -46
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionOld.vue +46 -46
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +58 -58
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +65 -65
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerOld.vue +61 -61
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +36 -36
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherOld.vue +32 -32
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/inputDevices/InputDevices.vue +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/inputDevices/InputDevicesNew.vue +45 -45
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/inputDevices/InputDevicesOld.vue +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +196 -196
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/ReservationNew.vue +107 -107
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/ReservationOld.vue +103 -103
- 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/VideoCard.vue +154 -154
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardNew.vue +116 -116
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardOld.vue +115 -115
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +39 -39
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/ModelNew.vue +44 -44
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/ModelOld.vue +44 -44
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/lib/config/options.ts +13 -13
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +53 -53
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplaysNew.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplaysOld.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemory.vue +105 -105
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryOld.vue +64 -64
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +155 -155
- package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +130 -130
- package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsOld.vue +113 -113
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +104 -104
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsOld.vue +86 -86
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +32 -32
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/DelayNew.vue +41 -41
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/DelayOld.vue +43 -43
- 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 +60 -60
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +47 -47
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareOld.vue +58 -58
- 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/menu/Menu.vue +26 -26
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +31 -31
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuOld.vue +41 -41
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +174 -174
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +71 -71
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderOld.vue +63 -63
- 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 +95 -95
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +161 -161
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsOld.vue +155 -155
- package/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces.ts +34 -34
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +148 -148
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/Old.vue +141 -141
- 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 +172 -172
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPaste.vue +26 -26
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +31 -31
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteOld.vue +41 -41
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransfer.vue +26 -26
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +31 -31
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferOld.vue +41 -41
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharing.vue +20 -20
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +31 -31
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingOld.vue +37 -37
- 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 +32 -32
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapOld.vue +44 -44
- 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 +103 -103
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +128 -128
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordOld.vue +94 -94
- 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 +24 -24
- 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 +28 -28
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
- 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 +49 -49
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/ToolsNew.vue +45 -45
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/ToolsOld.vue +52 -52
- package/components/common/vm/actions/common/lib/config/capabilities.ts +361 -361
- package/components/common/vm/actions/common/lib/models/enums.ts +123 -123
- package/components/common/vm/actions/common/lib/models/interfaces.ts +156 -156
- package/components/common/vm/actions/common/lib/models/types.ts +67 -67
- package/components/common/vm/actions/common/lib/utils/capabilities.ts +56 -56
- package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +107 -107
- package/components/common/vm/actions/common/select/compatibility/New.vue +175 -175
- package/components/common/vm/actions/common/select/compatibility/Old.vue +107 -107
- package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +143 -143
- package/components/common/vm/actions/common/select/computeResource/New.vue +184 -184
- package/components/common/vm/actions/common/select/computeResource/Old.vue +99 -99
- package/components/common/vm/actions/common/select/computeResource/lib/ComputeResource.spec.ts +479 -479
- package/components/common/vm/actions/common/select/computeResource/treeView/New.vue +51 -51
- package/components/common/vm/actions/common/select/computeResource/treeView/Old.vue +51 -51
- package/components/common/vm/actions/common/select/computeResource/treeView/TreeView.vue +131 -131
- package/components/common/vm/actions/common/select/createType/CreateType.vue +38 -38
- package/components/common/vm/actions/common/select/createType/New.vue +103 -103
- package/components/common/vm/actions/common/select/createType/Old.vue +70 -70
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +48 -48
- package/components/common/vm/actions/common/select/createType/lib/models/interfaces.ts +5 -5
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +34 -34
- package/components/common/vm/actions/common/select/lib/models/types.ts +27 -27
- package/components/common/vm/actions/common/select/name/Name.vue +176 -176
- package/components/common/vm/actions/common/select/name/New.vue +227 -227
- package/components/common/vm/actions/common/select/name/Old.vue +119 -119
- package/components/common/vm/actions/common/select/options/New.vue +189 -189
- package/components/common/vm/actions/common/select/options/Old.vue +70 -70
- package/components/common/vm/actions/common/select/options/Options.vue +33 -33
- package/components/common/vm/actions/common/select/os/New.vue +129 -129
- package/components/common/vm/actions/common/select/os/Old.vue +152 -152
- package/components/common/vm/actions/common/select/os/Os.vue +139 -139
- package/components/common/vm/actions/common/select/storage/Old.vue +129 -129
- package/components/common/vm/actions/common/select/storage/Storage.vue +155 -155
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +206 -206
- package/components/common/vm/actions/common/select/storage/lib/models/types.ts +15 -15
- package/components/common/vm/actions/common/select/storage/new/New.vue +300 -300
- package/components/common/vm/actions/common/select/storage/new/lib/config/table.ts +337 -337
- package/components/common/vm/actions/common/select/storage/new/lib/models/interfaces.ts +5 -5
- package/components/common/vm/actions/common/select/storage/new/lib/utils/utils.ts +21 -21
- package/components/common/vm/actions/common/select/template/Template.vue +70 -70
- package/components/common/vm/actions/common/select/template/new/New.vue +42 -42
- package/components/common/vm/actions/common/select/template/old/Old.vue +34 -34
- package/components/common/vm/actions/common/select/template/treeView/New.vue +89 -89
- package/components/common/vm/actions/common/select/template/treeView/Old.vue +50 -50
- package/components/common/vm/actions/common/select/template/treeView/TreeView.vue +80 -80
- package/components/common/vm/actions/confirm/Confirm.vue +32 -32
- package/components/common/vm/actions/editSettings/EditSettings.vue +242 -242
- package/components/common/vm/actions/editSettings/EditSettingsOld.vue +189 -189
- package/components/common/vm/actions/editSettings/lib/config/modal.ts +12 -12
- package/components/common/vm/actions/editSettings/lib/models/types.ts +23 -23
- package/components/common/vm/actions/editSettings/lib/utils.ts +42 -42
- package/components/common/vm/actions/editSettings/new/New.vue +190 -190
- package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
- package/components/common/vm/actions/lib/models/interfaces.ts +40 -40
- package/components/common/vm/actions/lib/models/types.ts +11 -11
- package/components/common/vm/actions/lib/utils.ts +239 -239
- package/components/common/vm/lib/models/interfaces.ts +9 -9
- package/components/common/vm/lib/utils/powerActions.ts +55 -55
- package/components/common/vmt/actions/add/Add.vue +542 -542
- package/components/common/vmt/actions/add/New.vue +344 -344
- package/components/common/vmt/actions/add/Old.vue +302 -302
- package/components/common/vmt/actions/add/lib/config/steps.ts +107 -107
- package/components/common/vmt/actions/add/lib/models/interfaces.ts +23 -23
- 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/Add.vue +217 -217
- package/components/common/wizards/datastore/add/New.vue +251 -251
- package/components/common/wizards/datastore/add/Old.vue +125 -125
- package/components/common/wizards/datastore/add/lib/config/createDatastore.ts +16 -16
- package/components/common/wizards/datastore/add/lib/config/steps.ts +174 -174
- package/components/common/wizards/datastore/add/lib/models/enums.ts +5 -5
- package/components/common/wizards/datastore/add/lib/models/interfaces.ts +22 -22
- package/components/common/wizards/datastore/add/lib/models/types.ts +7 -7
- package/components/common/wizards/datastore/add/lib/utils.ts +63 -63
- package/components/common/wizards/datastore/add/lib/validations.ts +199 -199
- package/components/common/wizards/datastore/add/steps/_kerberosAuthentication/KerberosAuthentication.vue +56 -56
- package/components/common/wizards/datastore/add/steps/_kerberosAuthentication/lib/config/radioOptions.ts +27 -27
- package/components/common/wizards/datastore/add/steps/_local/Local.vue +46 -46
- package/components/common/wizards/datastore/add/steps/_local/createName/CreateName.vue +116 -116
- package/components/common/wizards/datastore/add/steps/_nfsVersion/NfsVersion.vue +24 -24
- package/components/common/wizards/datastore/add/steps/_nfsVersion/lib/config/versionOptions.ts +23 -23
- package/components/common/wizards/datastore/add/steps/_partitionConfiguration/PartitionConfiguration.vue +245 -245
- package/components/common/wizards/datastore/add/steps/_partitionConfiguration/graphicTooltip/graphicTooltip.vue +64 -64
- package/components/common/wizards/datastore/add/steps/_partitionConfiguration/lib/config/selectOptions.ts +46 -46
- package/components/common/wizards/datastore/add/steps/_partitionConfiguration/sizeGraphic/sizeGraphic.vue +225 -225
- package/components/common/wizards/datastore/add/steps/_vmfsVersion/Version.vue +29 -29
- package/components/common/wizards/datastore/add/steps/_vmfsVersion/lib/config/versionOptions.ts +21 -21
- package/components/common/wizards/datastore/add/steps/hostAccessibility/HostAccessibility.vue +54 -54
- package/components/common/wizards/datastore/add/steps/hostAccessibility/HostAccessibilityNew.vue +48 -48
- package/components/common/wizards/datastore/add/steps/hostAccessibility/HostAccessibilityOld.vue +50 -50
- package/components/common/wizards/datastore/add/steps/hostAccessibility/lib/config/tabsPannel.ts +30 -30
- package/components/common/wizards/datastore/add/steps/hostAccessibility/lib/models/types.ts +3 -3
- package/components/common/wizards/datastore/add/steps/hostAccessibility/table/Table.vue +41 -41
- package/components/common/wizards/datastore/add/steps/hostAccessibility/table/lib/models/interfaces.ts +11 -11
- package/components/common/wizards/datastore/add/steps/hostAccessibility/table/new/New.vue +108 -108
- package/components/common/wizards/datastore/add/steps/hostAccessibility/table/new/lib/config/compatibleTable.ts +83 -83
- package/components/common/wizards/datastore/add/steps/hostAccessibility/table/old/Old.vue +90 -90
- package/components/common/wizards/datastore/add/steps/hostAccessibility/table/old/lib/config/compatibleTable.ts +58 -58
- package/components/common/wizards/datastore/add/steps/hostAccessibility/table/old/lib/config/incompatibleTable.ts +68 -68
- package/components/common/wizards/datastore/add/steps/hostAccessibility/table/old/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/datastore/add/steps/hostAccessibility/table/old/lib/models/types.ts +6 -6
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/NameAndConfigure.vue +43 -43
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/NameAndConfigureNew.vue +227 -227
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/NameAndConfigureOld.vue +236 -236
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/_serversList/DeletePopover.vue +100 -100
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/_serversList/ServersList.vue +124 -124
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/_serversList/lib/config/serversListConfig.ts +43 -43
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/_serversList/lib/config/tableKeys.ts +3 -3
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/_serversList/lib/models/interfaces.ts +3 -3
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/_serversList/lib/models/types.ts +1 -1
- package/components/common/wizards/datastore/add/steps/nameAndConfigure/lib/models/interfaces.ts +5 -5
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDevice.vue +144 -144
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +221 -221
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceOld.vue +217 -217
- package/components/common/wizards/datastore/add/steps/nameAndDevice/lib/config/selectOptions.ts +13 -13
- package/components/common/wizards/datastore/add/steps/nameAndDevice/lib/models/interfaces.ts +16 -16
- package/components/common/wizards/datastore/add/steps/nameAndDevice/table/Table.vue +78 -78
- package/components/common/wizards/datastore/add/steps/nameAndDevice/table/lib/models/interfaces.ts +15 -15
- package/components/common/wizards/datastore/add/steps/nameAndDevice/table/new/New.vue +163 -163
- package/components/common/wizards/datastore/add/steps/nameAndDevice/table/new/lib/config/lunDiskTable.ts +185 -185
- package/components/common/wizards/datastore/add/steps/nameAndDevice/table/new/lib/models/enums.ts +16 -16
- package/components/common/wizards/datastore/add/steps/nameAndDevice/table/old/Old.vue +94 -94
- package/components/common/wizards/datastore/add/steps/nameAndDevice/table/old/lib/config/lunDiskTable.ts +84 -84
- package/components/common/wizards/datastore/add/steps/nameAndDevice/table/old/lib/config/tableKeys.ts +11 -11
- package/components/common/wizards/datastore/add/steps/nameAndDevice/table/old/lib/models/types.ts +9 -9
- package/components/common/wizards/datastore/add/steps/readyComplete/ReadyComplete.vue +44 -44
- package/components/common/wizards/datastore/add/steps/readyComplete/ReadyCompleteNew.vue +172 -172
- package/components/common/wizards/datastore/add/steps/readyComplete/ReadyCompleteOld.vue +103 -103
- package/components/common/wizards/datastore/add/steps/readyComplete/lib/config/propertiesDetails.ts +160 -160
- package/components/common/wizards/datastore/add/steps/typeMode/TypeMode.vue +35 -35
- package/components/common/wizards/datastore/add/steps/typeMode/TypeModeNew.vue +111 -111
- package/components/common/wizards/datastore/add/steps/typeMode/TypeModeOld.vue +71 -71
- package/components/common/wizards/datastore/add/steps/typeMode/lib/config/typeOptions.ts +43 -41
- package/components/common/wizards/network/add/Add.vue +1088 -1088
- package/components/common/wizards/network/add/lib/config/config.ts +36 -36
- package/components/common/wizards/network/add/lib/config/initialData.ts +62 -62
- 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 +497 -497
- 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/utils.ts +4 -4
- package/components/common/wizards/network/add/mappers/mappers.ts +192 -192
- package/components/common/wizards/network/add/modals/SelectNetwork.vue +175 -175
- package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +140 -140
- package/components/common/wizards/network/add/modals/SelectSwitch.vue +133 -133
- 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 +309 -309
- package/components/common/wizards/network/add/steps/PhysicalAdapter.vue +13 -13
- package/components/common/wizards/network/add/steps/PortProperties.vue +411 -411
- package/components/common/wizards/network/add/steps/ReadyComplete.vue +20 -20
- package/components/common/wizards/network/add/steps/SelectConnectionType.vue +104 -104
- package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +467 -467
- 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 +58 -58
- 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 +349 -349
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +220 -220
- package/components/common/wizards/vm/migrate/lib/config/steps.ts +157 -157
- package/components/common/wizards/vm/migrate/lib/models/enums.ts +12 -12
- package/components/common/wizards/vm/migrate/lib/models/interfaces.ts +35 -35
- package/components/common/wizards/vm/migrate/lib/validations.ts +68 -68
- package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +190 -190
- package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +39 -39
- 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 +31 -31
- 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 +138 -138
- 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 +68 -68
- 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 +103 -103
- package/components/common/wizards/vm/migrate/select/network/lib/models/interfaces.ts +4 -4
- package/components/common/wizards/vm/migrate/select/network/table/network/Network.vue +150 -150
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +91 -91
- 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 +43 -43
- package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +28 -28
- package/components/common/wizards/vm/migrate/select/priority/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/storage/Storage.vue +174 -174
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +68 -68
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/config/virtualDiskFormat.ts +31 -31
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/table/Table.vue +128 -128
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/table/lib/config/datastoreTable.ts +177 -177
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/table/lib/models/types.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +68 -68
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/table/Table.vue +74 -74
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/table/lib/config/diskTable.ts +136 -136
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/table/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/table/lib/models/interfaces.ts +29 -29
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/table/lib/models/types.ts +13 -13
- package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +21 -21
- package/components/common/wizards/vm/migrate/select/storage/lib/models/enums.ts +6 -6
- 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 +80 -80
- package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +19 -19
- 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 +261 -261
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/models/interfaces.ts +11 -11
- package/components/common/wizards/vm/migrate/select/targetServer/saved/Saved.vue +27 -27
- package/components/common/wizards/vm/migrate/select/targetServer/targetServer.vue +51 -51
- package/components/common/wizards/vm/migrate/select/type/Type.vue +27 -27
- package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +45 -45
- package/components/common/wizards/vm/migrate/select/type/lib/models/interfaces.ts +6 -6
- package/components/common/wizards/vm/migrate/select/type/lib/models/types.ts +5 -5
- package/components/common/wizards/vm/migrate/vmOrigin/VmOrigin.vue +94 -94
- package/components/common/wizards/vm/migrate/vmOrigin/lib/models/interfaces.ts +20 -20
- package/components/common/wizards/vm/migrate/vmOrigin/lib/utils/constructItems.ts +74 -74
- 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 +30 -30
- package/composables/useAppVersion.ts +21 -21
- package/composables/useDiff.ts +15 -15
- package/composables/useEnvLanguage.ts +23 -23
- package/composables/useLocal.ts +51 -51
- 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 +32 -32
- package/lib/config/regExp.ts +18 -18
- package/lib/config/uiTable.ts +20 -20
- 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 +35 -35
- package/lib/models/interfaces.ts +91 -91
- package/lib/models/plugins/date/interfaces.ts +5 -5
- package/lib/models/plugins/date/types.ts +1 -1
- package/lib/models/plugins/panelStates/interfaces.ts +5 -5
- 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 +45 -45
- 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 +34 -34
- package/lib/models/store/tasks/interfaces.ts +128 -128
- package/lib/models/store/tasks/types.ts +2 -2
- package/lib/models/store/types.ts +43 -43
- package/lib/models/store/vm/interfaces.ts +397 -397
- package/lib/models/table/interfaces.ts +57 -57
- package/lib/models/table/types.ts +1 -1
- package/lib/models/types.ts +58 -58
- package/lib/utils/base64.ts +34 -34
- package/lib/utils/contentBuild.ts +34 -34
- package/lib/utils/date.ts +12 -12
- package/lib/utils/notification.ts +22 -22
- package/lib/utils/sendTask.ts +73 -73
- package/lib/utils/token.ts +34 -34
- package/lib/utils/utils.ts +60 -60
- 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/modules/setLastUpdateTime/index.ts +36 -36
- package/modules/setLastUpdateTime/lib/utils/methods.ts +31 -31
- package/nuxt.config.ts +8 -8
- package/package.json +42 -42
- package/plugins/binary.ts +164 -164
- package/plugins/console.ts +22 -22
- package/plugins/cron.ts +75 -75
- package/plugins/date.ts +233 -233
- package/plugins/directives.ts +74 -74
- package/plugins/helpers.ts +18 -18
- package/plugins/number.ts +18 -18
- package/plugins/panelStates.ts +70 -70
- package/plugins/recursion.ts +388 -388
- package/plugins/spice-console/spice.console.ts +147 -147
- package/plugins/text.ts +59 -59
- package/plugins/time.ts +17 -17
- package/plugins/validation.ts +178 -178
- 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 +178 -178
- 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 +849 -849
- 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 +264 -264
- 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 +206 -206
- 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 +203 -203
- 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 +1024 -1024
- 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 +390 -390
- 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 +111 -111
- 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 +187 -187
- package/public/spice-console/spiceobjects/generated/protocol.js +538 -538
- package/public/spice-console/spiceobjects/spiceobjects.js +3488 -3488
- 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/actions.ts +8 -8
- package/store/main/getters.ts +7 -7
- package/store/main/lib/interfaces.ts +15 -15
- package/store/main/mutations.ts +7 -7
- package/store/main/state.ts +7 -7
- package/store/main/store.ts +12 -12
- package/store/storage/device/lib/models/interfaces.ts +26 -26
- package/store/tasks/actions.ts +134 -134
- package/store/tasks/getters.ts +25 -25
- package/store/tasks/lib/models/interfaces.ts +18 -18
- package/store/tasks/mappers/recentTasks.ts +64 -64
- package/store/tasks/mappers/tasks.ts +45 -45
- 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,456 +1,456 @@
|
|
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="M18.7665 3.16675H11.611C9.8621 3.16675 8.44434 4.58451 8.44434 6.33342V31.6667C8.44434 33.4157 9.8621 34.8334 11.611 34.8334H26.3888C28.1377 34.8334 29.5554 33.4156 29.5554 31.6667V21.0639C29.2078 21.0952 28.8557 21.1112 28.4999 21.1112C28.1441 21.1112 27.792 21.0952 27.4443 21.0639V31.6667C27.4443 32.2497 26.9717 32.7223 26.3888 32.7223H11.611C11.028 32.7223 10.5554 32.2497 10.5554 31.6667V6.33342C10.5554 5.75045 11.028 5.27786 11.611 5.27786H17.6803C17.9709 4.53377 18.336 3.827 18.7665 3.16675Z" fill="#4D5D69"/>
|
4
|
-
<path d="M16.919 8.65564L13.7221 8.65564C13.2557 8.65564 12.8777 9.03371 12.8777 9.50008C12.8777 9.96646 13.2557 10.3445 13.7221 10.3445L16.919 10.3445C16.899 10.0657 16.8888 9.78406 16.8888 9.50008C16.8888 9.2161 16.899 8.93451 16.919 8.65564Z" fill="#4D5D69"/>
|
5
|
-
<path d="M17.7652 13.9334H14.7777C14.3113 13.9334 13.9332 14.3115 13.9332 14.7779C13.9332 15.2442 14.3113 15.6223 14.7777 15.6223H18.6321C18.2992 15.0869 18.0087 14.5223 17.7652 13.9334Z" fill="#4D5D69"/>
|
6
|
-
<path d="M20.7603 18.1556C21.5011 18.8185 22.3275 19.3877 23.2209 19.8445H14.7777C14.3113 19.8445 13.9332 19.4665 13.9332 19.0001C13.9332 18.5337 14.3113 18.1556 14.7777 18.1556L20.7603 18.1556Z" fill="#4D5D69"/>
|
7
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 24.489C17.3676 24.489 16.0443 25.8122 16.0443 27.4445C16.0443 29.0768 17.3676 30.4001 18.9999 30.4001C20.6322 30.4001 21.9554 29.0768 21.9554 27.4445C21.9554 25.8122 20.6322 24.489 18.9999 24.489ZM17.7332 27.4445C17.7332 26.745 18.3003 26.1779 18.9999 26.1779C19.6995 26.1779 20.2666 26.745 20.2666 27.4445C20.2666 28.1441 19.6995 28.7112 18.9999 28.7112C18.3003 28.7112 17.7332 28.1441 17.7332 27.4445Z" fill="#4D5D69"/>
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 9.5C38 14.7467 33.7467 19 28.5 19C23.2533 19 19 14.7467 19 9.5C19 4.25329 23.2533 0 28.5 0C33.7467 0 38 4.25329 38 9.5ZM28.5 4.085C29.1296 4.085 29.64 4.5954 29.64 5.225V8.36H32.775C33.4046 8.36 33.915 8.8704 33.915 9.5C33.915 10.1296 33.4046 10.64 32.775 10.64H29.64V13.775C29.64 14.4046 29.1296 14.915 28.5 14.915C27.8704 14.915 27.36 14.4046 27.36 13.775V10.64H24.225C23.5954 10.64 23.085 10.1296 23.085 9.5C23.085 8.87039 23.5954 8.36 24.225 8.36H27.36V5.225C27.36 4.5954 27.8704 4.085 28.5 4.085Z" fill="#239332"/>
|
9
|
-
<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"/>
|
10
|
-
<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"/>
|
11
|
-
<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"/>
|
12
|
-
<path d="M23 61H31V63H23V61ZM23 57H31V59H23V57ZM23 65H29V67H23V65Z" fill="#565656"/>
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.4443 97.1931C27.4443 96.3427 27.6905 95.6123 28.5409 95.6123H30.0584C32.4882 95.6123 34.4579 97.5821 34.4579 100.012H36.8997C37.5071 100.012 37.9996 100.504 37.9996 101.112C37.9996 101.719 37.5071 102.212 36.8997 102.212H34.4579C34.4579 104.641 32.4882 106.611 30.0584 106.611H28.5409C27.6905 106.611 27.4443 105.963 27.4443 105.112V97.1931ZM29.5554 97.8121V104.411H30.0584C31.2733 104.411 32.2582 103.427 32.2582 102.212V100.012C32.2582 98.797 31.2733 97.8121 30.0584 97.8121H29.5554Z" fill="#239332"/>
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44434 82.3334C8.44434 80.5845 9.8621 79.1667 11.611 79.1667H26.3888C28.1377 79.1667 29.5554 80.5845 29.5554 82.3334V107.667C29.5554 109.416 28.1377 110.833 26.3888 110.833H11.611C9.8621 110.833 8.44434 109.416 8.44434 107.667V82.3334ZM11.611 81.2779C11.028 81.2779 10.5554 81.7504 10.5554 82.3334V107.667C10.5554 108.25 11.028 108.722 11.611 108.722H26.3888C26.9717 108.722 27.4443 108.25 27.4443 107.667V82.3334C27.4443 81.7504 26.9717 81.2779 26.3888 81.2779H11.611Z" fill="#4D5D69"/>
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 102.178C18.3004 102.178 17.7333 102.745 17.7333 103.445C17.7333 104.144 18.3004 104.711 19 104.711C19.6995 104.711 20.2667 104.144 20.2667 103.445C20.2667 102.745 19.6995 102.178 19 102.178ZM16.0444 103.445C16.0444 101.812 17.3677 100.489 19 100.489C20.6323 100.489 21.9555 101.812 21.9555 103.445C21.9555 105.077 20.6323 106.4 19 106.4C17.3677 106.4 16.0444 105.077 16.0444 103.445Z" fill="#4D5D69"/>
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9331 90.7778C13.9331 90.3114 14.3112 89.9333 14.7775 89.9333L23.222 89.9334C23.6884 89.9334 24.0664 90.3114 24.0664 90.7778C24.0664 91.2442 23.6884 91.6222 23.222 91.6222L14.7775 91.6222C14.3112 91.6222 13.9331 91.2442 13.9331 90.7778Z" fill="#4D5D69"/>
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9331 95C13.9331 94.5336 14.3112 94.1555 14.7775 94.1555L23.222 94.1555C23.6884 94.1555 24.0664 94.5336 24.0664 95C24.0664 95.4663 23.6884 95.8444 23.222 95.8444L14.7775 95.8444C14.3112 95.8444 13.9331 95.4663 13.9331 95Z" fill="#4D5D69"/>
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8774 85.5C12.8774 85.0336 13.2555 84.6555 13.7219 84.6555L20.0552 84.6555C20.5216 84.6555 20.8997 85.0336 20.8997 85.5C20.8997 85.9663 20.5216 86.3444 20.0552 86.3444L13.7219 86.3444C13.2555 86.3444 12.8774 85.9663 12.8774 85.5Z" fill="#4D5D69"/>
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2222 85.5001C23.2222 84.9172 23.6948 84.4446 24.2777 84.4446L24.2988 84.4446C24.8818 84.4446 25.3544 84.9172 25.3544 85.5001C25.3544 86.0831 24.8818 86.5557 24.2988 86.5557L24.2777 86.5557C23.6948 86.5557 23.2222 86.0831 23.2222 85.5001Z" fill="#4D5D69"/>
|
20
|
-
<g clip-path="url(#clip1_2038_743)">
|
21
|
-
<path d="M11.611 117.167C9.8621 117.167 8.44434 118.585 8.44434 120.333V145.667C8.44434 147.416 9.8621 148.833 11.611 148.833H26.3888C27.6826 148.833 28.7952 148.057 29.2866 146.946V146.807C28.6122 146.489 27.9925 146.074 27.4443 145.582V145.667C27.4443 146.25 26.9717 146.722 26.3888 146.722H11.611C11.028 146.722 10.5554 146.25 10.5554 145.667V120.333C10.5554 119.75 11.028 119.278 11.611 119.278H26.3888C26.9717 119.278 27.4443 119.75 27.4443 120.333V132.231C27.98 131.655 28.7245 131.276 29.5554 131.215V120.333C29.5554 118.585 28.1377 117.167 26.3888 117.167H11.611Z" fill="#4D5D69"/>
|
22
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 138.489C17.3676 138.489 16.0443 139.812 16.0443 141.445C16.0443 143.077 17.3676 144.4 18.9999 144.4C20.6322 144.4 21.9554 143.077 21.9554 141.445C21.9554 139.812 20.6322 138.489 18.9999 138.489ZM17.7332 141.445C17.7332 140.745 18.3003 140.178 18.9999 140.178C19.6995 140.178 20.2666 140.745 20.2666 141.445C20.2666 142.144 19.6995 142.711 18.9999 142.711C18.3003 142.711 17.7332 142.144 17.7332 141.445Z" fill="#4D5D69"/>
|
23
|
-
<path d="M13.9332 128.778C13.9332 128.311 14.3113 127.933 14.7777 127.933L23.2221 127.933C23.6885 127.933 24.0666 128.311 24.0666 128.778C24.0666 129.244 23.6885 129.622 23.2221 129.622H14.7777C14.3113 129.622 13.9332 129.244 13.9332 128.778Z" fill="#4D5D69"/>
|
24
|
-
<path d="M14.7777 132.156C14.3113 132.156 13.9332 132.534 13.9332 133C13.9332 133.466 14.3113 133.845 14.7777 133.845H23.2221C23.6885 133.845 24.0666 133.466 24.0666 133C24.0666 132.534 23.6885 132.156 23.2221 132.156L14.7777 132.156Z" fill="#4D5D69"/>
|
25
|
-
<path d="M12.8777 123.5C12.8777 123.034 13.2557 122.656 13.7221 122.656L20.0554 122.656C20.5218 122.656 20.8999 123.034 20.8999 123.5C20.8999 123.966 20.5218 124.345 20.0554 124.345L13.7221 124.345C13.2557 124.345 12.8777 123.966 12.8777 123.5Z" fill="#4D5D69"/>
|
26
|
-
<path d="M24.2777 122.445C23.6947 122.445 23.2221 122.917 23.2221 123.5C23.2221 124.083 23.6947 124.556 24.2777 124.556H24.2988C24.8817 124.556 25.3543 124.083 25.3543 123.5C25.3543 122.917 24.8817 122.445 24.2988 122.445H24.2777Z" fill="#4D5D69"/>
|
27
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.8094 133.317C30.4169 133.324 30.9037 133.822 30.8967 134.429L30.8686 136.855L34.1196 136.855L34.1479 134.404C34.1549 133.796 34.6531 133.31 35.2606 133.317C35.8682 133.324 36.355 133.822 36.3479 134.429L36.3199 136.855H36.4617C37.3123 136.855 38.0018 137.544 38.0018 138.395V140.888C38.0018 143.319 36.0317 145.289 33.6015 145.289H33.5979V147.733C33.5979 148.341 33.1054 148.833 32.4978 148.833C31.8903 148.833 31.3977 148.341 31.3977 147.733V145.289C28.9691 145.287 27.001 143.318 27.001 140.888L27.001 138.395C27.001 137.544 27.6905 136.855 28.5411 136.855H28.6683L28.6966 134.404C28.7037 133.796 29.2019 133.31 29.8094 133.317ZM29.2011 139.055V140.888C29.2011 142.104 30.1862 143.089 31.4013 143.089H33.6015C34.8166 143.089 35.8016 142.104 35.8016 140.888V139.055H29.2011Z" fill="#EA3223"/>
|
28
|
-
</g>
|
29
|
-
<g clip-path="url(#clip2_2038_743)">
|
30
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.2675 155.476C27.6798 155.888 27.6798 156.556 27.2675 156.969L25.7709 158.465H36.9448C37.5277 158.465 38.0003 158.938 38.0003 159.521C38.0003 160.104 37.5277 160.576 36.9448 160.576H25.7709L27.2675 162.073C27.6798 162.485 27.6798 163.154 27.2675 163.566C26.8553 163.978 26.187 163.978 25.7748 163.566L22.4762 160.267C22.0639 159.855 22.0639 159.187 22.4762 158.775L25.7748 155.476C26.187 155.064 26.8553 155.064 27.2675 155.476Z" fill="#4D5D69"/>
|
31
|
-
<path d="M20.9883 157.277H11.6113C11.0285 157.277 10.5558 157.75 10.5557 158.333V183.667C10.5558 184.25 11.0285 184.723 11.6113 184.723H26.3887C26.9715 184.723 27.4442 184.25 27.4443 183.667V165.847C27.9254 165.7 28.3793 165.439 28.7598 165.059C29.1483 164.67 29.4122 164.205 29.5557 163.713V183.667C29.5555 185.416 28.1375 186.833 26.3887 186.833H11.6113C9.86253 186.833 8.44451 185.416 8.44434 183.667V158.333C8.44451 156.584 9.86253 155.167 11.6113 155.167H23.0977L20.9883 157.277ZM19 176.489C20.6323 176.489 21.955 177.812 21.9551 179.444C21.9551 181.077 20.6323 182.4 19 182.4C17.3677 182.4 16.0449 181.077 16.0449 179.444C16.045 177.812 17.3677 176.489 19 176.489ZM19 178.178C18.3005 178.178 17.7335 178.745 17.7334 179.444C17.7334 180.144 18.3004 180.711 19 180.711C19.6996 180.711 20.2666 180.144 20.2666 179.444C20.2665 178.745 19.6995 178.178 19 178.178ZM23.2227 170.155C23.6888 170.156 24.0664 170.534 24.0664 171C24.0664 171.466 23.6888 171.844 23.2227 171.845H14.7773C14.3112 171.844 13.9336 171.466 13.9336 171C13.9336 170.534 14.3112 170.156 14.7773 170.155H23.2227ZM23.2227 165.934C23.6887 165.934 24.0662 166.311 24.0664 166.777C24.0664 167.244 23.6888 167.622 23.2227 167.622H14.7773C14.3112 167.622 13.9336 167.244 13.9336 166.777C13.9338 166.311 14.3113 165.934 14.7773 165.934H23.2227ZM27.4443 162.31C27.6191 162.626 27.6188 163.012 27.4443 163.328V162.31ZM20.0557 160.655C20.1324 160.655 20.2067 160.666 20.2773 160.686C20.4152 161.035 20.6179 161.364 20.8848 161.655C20.8118 162.047 20.4689 162.345 20.0557 162.345H13.7227C13.2563 162.345 12.8779 161.966 12.8779 161.5C12.8779 161.034 13.2563 160.655 13.7227 160.655H20.0557ZM29.5557 158.465V160.576H27.4443V158.465H29.5557ZM26.4766 155.169C26.5475 155.171 26.6178 155.174 26.6875 155.181C26.8994 155.214 27.1032 155.312 27.2666 155.476C27.6788 155.888 27.6788 156.557 27.2666 156.969L26.8496 157.385C26.7103 157.317 26.5541 157.277 26.3887 157.277H23.9727L25.7744 155.476C25.9693 155.281 26.2214 155.18 26.4766 155.169Z" fill="#4D5D69"/>
|
32
|
-
<path d="M29.0256 187.678H23.0464L27.7833 167.832C27.9243 167.216 28.3385 166.778 29.0262 166.778C29.7138 166.778 30.1448 167.263 30.2687 167.832L35.0094 187.678H29.0256Z" fill="#FBCE28"/>
|
33
|
-
<path d="M33.8753 182.927H24.1807L24.8044 180.314H33.251L33.8753 182.927Z" fill="#4D5D69"/>
|
34
|
-
<path d="M32.2867 176.277H25.768L26.3584 173.803H31.6958L32.2867 176.277Z" fill="#4D5D69"/>
|
35
|
-
<rect x="20.0557" y="187.678" width="17.9444" height="2.32222" rx="1.16111" fill="#4D5D69"/>
|
36
|
-
</g>
|
37
|
-
<g clip-path="url(#clip3_2038_743)">
|
38
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.8994 193.476C32.4872 193.888 32.4872 194.556 32.8994 194.969L34.3961 196.465H23.2222C22.6393 196.465 22.1667 196.938 22.1667 197.521C22.1667 198.104 22.6393 198.576 23.2222 198.576H34.3961L32.8994 200.073C32.4872 200.485 32.4872 201.154 32.8994 201.566C33.3117 201.978 33.98 201.978 34.3922 201.566L37.6908 198.267C38.1031 197.855 38.1031 197.187 37.6908 196.775L34.3922 193.476C33.98 193.064 33.3117 193.064 32.8994 193.476Z" fill="#4D5D69"/>
|
39
|
-
<path d="M26.3887 193.167C27.3882 193.167 28.278 193.631 28.8584 194.354H23.2227C22.3503 194.354 21.56 194.707 20.9873 195.277H11.6113C11.0285 195.277 10.5558 195.75 10.5557 196.333V221.667C10.5558 222.25 11.0285 222.723 11.6113 222.723H26.3887C26.9715 222.723 27.4442 222.25 27.4443 221.667V200.688H29.5557V221.667C29.5555 223.416 28.1375 224.833 26.3887 224.833H11.6113C9.86253 224.833 8.44451 223.416 8.44434 221.667V196.333C8.44451 194.584 9.86253 193.167 11.6113 193.167H26.3887ZM19 214.489C20.6323 214.489 21.955 215.812 21.9551 217.444C21.9551 219.077 20.6323 220.4 19 220.4C17.3677 220.4 16.0449 219.077 16.0449 217.444C16.045 215.812 17.3677 214.489 19 214.489ZM19 216.178C18.3005 216.178 17.7335 216.745 17.7334 217.444C17.7334 218.144 18.3004 218.711 19 218.711C19.6996 218.711 20.2666 218.144 20.2666 217.444C20.2665 216.745 19.6995 216.178 19 216.178ZM23.2227 208.155C23.6888 208.156 24.0664 208.534 24.0664 209C24.0664 209.466 23.6888 209.844 23.2227 209.845H14.7773C14.3112 209.844 13.9336 209.466 13.9336 209C13.9336 208.534 14.3112 208.156 14.7773 208.155H23.2227ZM23.2227 203.934C23.6887 203.934 24.0662 204.311 24.0664 204.777C24.0664 205.244 23.6888 205.622 23.2227 205.622H14.7773C14.3112 205.622 13.9336 205.244 13.9336 204.777C13.9338 204.311 14.3113 203.934 14.7773 203.934H23.2227ZM20.0557 198.655C20.1328 198.655 20.2074 198.666 20.2783 198.686C20.4207 199.045 20.6285 199.37 20.8848 199.651C20.8133 200.045 20.4702 200.345 20.0557 200.345H13.7227C13.2563 200.345 12.8779 199.966 12.8779 199.5C12.8779 199.034 13.2563 198.655 13.7227 198.655H20.0557ZM29.5557 198.576H27.4443V196.465H29.5557V198.576Z" fill="#4D5D69"/>
|
40
|
-
<path d="M29.0252 225.678H23.0459L27.7828 205.832C27.9238 205.216 28.3381 204.778 29.0257 204.778C29.7133 204.778 30.1443 205.263 30.2682 205.832L35.0089 225.678H29.0252Z" fill="#FBCE28"/>
|
41
|
-
<path d="M33.8753 220.927H24.1807L24.8044 218.314H33.251L33.8753 220.927Z" fill="#4D5D69"/>
|
42
|
-
<path d="M32.2867 214.277H25.768L26.3584 211.803H31.6958L32.2867 214.277Z" fill="#4D5D69"/>
|
43
|
-
<rect x="20.0557" y="225.678" width="17.9444" height="2.32222" rx="1.16111" fill="#4D5D69"/>
|
44
|
-
</g>
|
45
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 243.57C29.0829 243.57 29.5554 244.042 29.5554 244.625V248.408H33.3379C33.9208 248.408 34.3934 248.88 34.3934 249.463C34.3934 250.046 33.9208 250.519 33.3379 250.519H28.4999C27.9169 250.519 27.4443 250.046 27.4443 249.463V244.625C27.4443 244.042 27.9169 243.57 28.4999 243.57Z" fill="#4D5D69"/>
|
46
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1665 253.861C22.1665 253.278 22.6391 252.806 23.2221 252.806H30.2591C30.8421 252.806 31.3147 253.278 31.3147 253.861C31.3147 254.444 30.8421 254.917 30.2591 254.917H23.2221C22.6391 254.917 22.1665 254.444 22.1665 253.861Z" fill="#4D5D69"/>
|
47
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1665 257.38C22.1665 256.797 22.6391 256.324 23.2221 256.324H30.2591C30.8421 256.324 31.3147 256.797 31.3147 257.38C31.3147 257.962 30.8421 258.435 30.2591 258.435H23.2221C22.6391 258.435 22.1665 257.962 22.1665 257.38Z" fill="#4D5D69"/>
|
48
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1665 250.343C22.1665 249.76 22.6391 249.287 23.2221 249.287H24.9813C25.5643 249.287 26.0369 249.76 26.0369 250.343C26.0369 250.926 25.5643 251.398 24.9813 251.398H23.2221C22.6391 251.398 22.1665 250.926 22.1665 250.343Z" fill="#4D5D69"/>
|
49
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.4633 245.241C21.0746 245.241 20.7595 245.556 20.7595 245.944V260.019C20.7595 260.407 21.0746 260.722 21.4633 260.722H32.0188C32.4075 260.722 32.7225 260.407 32.7225 260.019V250.192C32.7225 250.005 32.6484 249.826 32.5164 249.694L28.2692 245.447C28.1372 245.315 27.9582 245.241 27.7716 245.241H21.4633ZM18.6484 245.944C18.6484 244.39 19.9087 243.13 21.4633 243.13H27.7716C28.5181 243.13 29.2341 243.426 29.762 243.954L29.0156 244.7L29.762 243.954L34.0092 248.201C34.5371 248.729 34.8336 249.445 34.8336 250.192V260.019C34.8336 261.573 33.5734 262.833 32.0188 262.833H21.4633C19.9087 262.833 18.6484 261.573 18.6484 260.019V245.944Z" fill="#4D5D69"/>
|
50
|
-
<path d="M8.4445 231.167C6.6956 231.167 5.27783 232.585 5.27783 234.333V259.667C5.27783 261.416 6.6956 262.833 8.4445 262.833H17.4204C16.9909 262.218 16.6985 261.499 16.5873 260.722H8.4445C7.86153 260.722 7.38894 260.25 7.38894 259.667V234.333C7.38894 233.75 7.86153 233.278 8.4445 233.278H23.2223C23.8052 233.278 24.2778 233.75 24.2778 234.333V241.019H26.3889V234.333C26.3889 232.585 24.9712 231.167 23.2223 231.167H8.4445Z" fill="#4D5D69"/>
|
51
|
-
<path d="M18.6033 241.933L11.6112 241.933C11.1448 241.933 10.7667 242.311 10.7667 242.778C10.7667 243.244 11.1448 243.622 11.6112 243.622H17.118C17.4773 242.951 17.9875 242.373 18.6033 241.933Z" fill="#4D5D69"/>
|
52
|
-
<path d="M16.5374 246.156L11.6112 246.156C11.1448 246.156 10.7667 246.534 10.7667 247C10.7667 247.466 11.1448 247.845 11.6112 247.845H16.5374V246.156Z" fill="#4D5D69"/>
|
53
|
-
<path d="M16.5374 252.573C16.3118 252.518 16.076 252.489 15.8334 252.489C14.2011 252.489 12.8778 253.812 12.8778 255.445C12.8778 257.077 14.2011 258.4 15.8334 258.4C16.076 258.4 16.3118 258.371 16.5374 258.316V256.498C16.3361 256.633 16.0939 256.711 15.8334 256.711C15.1338 256.711 14.5667 256.144 14.5667 255.445C14.5667 254.745 15.1338 254.178 15.8334 254.178C16.0939 254.178 16.3361 254.257 16.5374 254.391V252.573Z" fill="#4D5D69"/>
|
54
|
-
<path d="M9.71117 237.5C9.71117 237.034 10.0892 236.656 10.5556 236.656L16.8889 236.656C17.3553 236.656 17.7334 237.034 17.7334 237.5C17.7334 237.966 17.3553 238.345 16.8889 238.345L10.5556 238.345C10.0892 238.345 9.71117 237.966 9.71117 237.5Z" fill="#4D5D69"/>
|
55
|
-
<path d="M21.1112 236.445C20.5282 236.445 20.0556 236.917 20.0556 237.5C20.0556 238.083 20.5282 238.556 21.1112 238.556H21.1323C21.7152 238.556 22.1878 238.083 22.1878 237.5C22.1878 236.917 21.7152 236.445 21.1323 236.445H21.1112Z" fill="#4D5D69"/>
|
56
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5103 287.428C25.3914 287.428 22.8631 289.956 22.8631 293.075C22.8631 296.194 25.3914 298.722 28.5103 298.722C29.4092 298.722 30.2585 298.512 31.0127 298.139C31.0149 298.138 31.0172 298.137 31.0195 298.136C31.4638 297.915 31.8752 297.637 32.2441 297.312C32.2987 297.263 32.3523 297.214 32.405 297.164C32.4348 297.136 32.4644 297.107 32.4936 297.078L32.7396 296.818C33.1363 296.398 33.7964 296.376 34.2211 296.767C34.6459 297.157 34.6778 297.817 34.2929 298.247C34.2002 298.351 34.1047 298.452 34.0066 298.55L33.9965 298.561L33.9963 298.561C33.4045 299.152 32.7173 299.649 31.9591 300.026C31.957 300.027 31.9549 300.028 31.9528 300.029C30.9154 300.544 29.7463 300.833 28.5103 300.833C24.2255 300.833 20.752 297.36 20.752 293.075C20.752 288.79 24.2255 285.316 28.5103 285.316C30.9439 285.316 32.7089 286.448 34.1575 287.811V287.489C34.1575 286.906 34.6301 286.434 35.2131 286.434C35.796 286.434 36.2686 286.906 36.2686 287.489V290.468C36.2686 291.051 35.796 291.524 35.2131 291.524H32.2341C31.6511 291.524 31.1785 291.051 31.1785 290.468C31.1785 289.885 31.6511 289.413 32.2341 289.413H32.7727C31.5171 288.212 30.2453 287.428 28.5103 287.428Z" fill="#4D5D69"/>
|
57
|
-
<path d="M11.611 269.167C9.8621 269.167 8.44434 270.585 8.44434 272.333V297.667C8.44434 299.416 9.8621 300.833 11.611 300.833H22.4096C21.6459 300.232 20.9731 299.52 20.4153 298.722H11.611C11.028 298.722 10.5554 298.25 10.5554 297.667V272.333C10.5554 271.75 11.028 271.278 11.611 271.278H26.3888C26.9717 271.278 27.4443 271.75 27.4443 272.333V283.262C27.7945 283.225 28.1502 283.205 28.5104 283.205C28.8701 283.205 29.2183 283.225 29.5554 283.262V272.333C29.5554 270.585 28.1377 269.167 26.3888 269.167H11.611Z" fill="#4D5D69"/>
|
58
|
-
<path d="M23.8104 284.394C23.6583 284.247 23.4508 284.156 23.2221 284.156L14.7777 284.156C14.3113 284.156 13.9332 284.534 13.9332 285C13.9332 285.466 14.3113 285.845 14.7777 285.845H21.7926C22.3991 285.281 23.0767 284.792 23.8104 284.394Z" fill="#4D5D69"/>
|
59
|
-
<path d="M18.9831 290.489C17.3585 290.498 16.0443 291.818 16.0443 293.445C16.0443 295.077 17.3676 296.4 18.9999 296.4C19.0713 296.4 19.1422 296.398 19.2124 296.393C19.0173 295.846 18.8691 295.277 18.7726 294.691C18.1815 294.584 17.7332 294.066 17.7332 293.445C17.7332 292.856 18.1341 292.362 18.6775 292.219C18.7284 291.626 18.8319 291.048 18.9831 290.489Z" fill="#4D5D69"/>
|
60
|
-
<path d="M13.9332 280.778C13.9332 280.311 14.3113 279.933 14.7777 279.933L23.2221 279.933C23.6885 279.933 24.0666 280.311 24.0666 280.778C24.0666 281.244 23.6885 281.622 23.2221 281.622H14.7777C14.3113 281.622 13.9332 281.244 13.9332 280.778Z" fill="#4D5D69"/>
|
61
|
-
<path d="M12.8777 275.5C12.8777 275.034 13.2557 274.656 13.7221 274.656L20.0554 274.656C20.5218 274.656 20.8999 275.034 20.8999 275.5C20.8999 275.966 20.5218 276.345 20.0554 276.345L13.7221 276.345C13.2557 276.345 12.8777 275.966 12.8777 275.5Z" fill="#4D5D69"/>
|
62
|
-
<path d="M24.2777 274.445C23.6947 274.445 23.2221 274.917 23.2221 275.5C23.2221 276.083 23.6947 276.556 24.2777 276.556H24.2988C24.8817 276.556 25.3543 276.083 25.3543 275.5C25.3543 274.917 24.8817 274.445 24.2988 274.445H24.2777Z" fill="#4D5D69"/>
|
63
|
-
<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"/>
|
64
|
-
<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"/>
|
65
|
-
<path d="M37 311H31V305H27V311H21V315H27V321H31V315H37V311Z" fill="#59A011"/>
|
66
|
-
<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"/>
|
67
|
-
<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"/>
|
68
|
-
<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"/>
|
69
|
-
<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"/>
|
70
|
-
<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"/>
|
71
|
-
<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"/>
|
72
|
-
<path d="M25 395H27V397H25V395ZM25 387H27V393H25V387Z" fill="#454545"/>
|
73
|
-
<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"/>
|
74
|
-
<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"/>
|
75
|
-
<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"/>
|
76
|
-
<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"/>
|
77
|
-
<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"/>
|
78
|
-
<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"/>
|
79
|
-
<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"/>
|
80
|
-
<path d="M21.5601 511.7L23.0201 513.18V510.24L21.5601 511.7Z" fill="#565656"/>
|
81
|
-
<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"/>
|
82
|
-
<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"/>
|
83
|
-
<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"/>
|
84
|
-
<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"/>
|
85
|
-
<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"/>
|
86
|
-
<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"/>
|
87
|
-
<path d="M25 586.65C23.0093 586.892 21.0053 587.009 19 587H25V586.65Z" fill="#565656"/>
|
88
|
-
<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"/>
|
89
|
-
<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"/>
|
90
|
-
<path d="M37 577H31V571H27V577H21V581H27V587H31V581H37V577Z" fill="#59A011"/>
|
91
|
-
<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"/>
|
92
|
-
<path d="M30.5402 658.05C30.4472 657.956 30.3366 657.882 30.2148 657.831C30.0929 657.78 29.9622 657.754 29.8302 657.754C29.6982 657.754 29.5675 657.78 29.4456 657.831C29.3237 657.882 29.2131 657.956 29.1202 658.05C28.9339 658.237 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.105 19.2231 662.293C19.0355 662.48 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.727 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"/>
|
93
|
-
<path d="M14.0051 655.365L8.5533 660.817C8.16277 661.208 8.16277 661.841 8.5533 662.231L8.95635 662.634C9.34687 663.025 9.98004 663.025 10.3706 662.634L15.8224 657.183C16.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"/>
|
94
|
-
<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"/>
|
95
|
-
<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"/>
|
96
|
-
<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"/>
|
97
|
-
<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"/>
|
98
|
-
<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"/>
|
99
|
-
<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"/>
|
100
|
-
<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"/>
|
101
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.87061 771.259C3.87061 767.179 7.17872 763.871 11.2595 763.871H26.741C30.8218 763.871 34.1299 767.179 34.1299 771.259V786.741C34.1299 790.822 30.8217 794.13 26.741 794.13H11.2595C7.17872 794.13 3.87061 790.822 3.87061 786.741V771.259ZM11.2595 765.982C8.34466 765.982 5.98172 768.345 5.98172 771.259V786.741C5.98172 789.656 8.34466 792.019 11.2595 792.019H26.741C29.6558 792.019 32.0188 789.656 32.0188 786.741V771.259C32.0188 768.345 29.6558 765.982 26.741 765.982H11.2595Z" fill="#4D5D69"/>
|
102
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.8129 773.187C24.4007 772.775 23.7323 772.775 23.3201 773.187L13.1868 783.32C12.7746 783.733 12.7746 784.401 13.1868 784.813C13.599 785.225 14.2674 785.225 14.6796 784.813L24.8129 774.68C25.2251 774.268 25.2251 773.599 24.8129 773.187Z" fill="#4D5D69"/>
|
103
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.8129 773.187C24.6149 772.989 24.3465 772.878 24.0665 772.878L16.185 772.878C15.6021 772.878 15.1295 773.351 15.1295 773.933C15.1295 774.516 15.6021 774.989 16.185 774.989L23.011 774.989L23.011 781.815C23.011 782.398 23.4835 782.871 24.0665 782.871C24.6495 782.871 25.1221 782.398 25.1221 781.815L25.1221 773.933C25.1221 773.654 25.0109 773.385 24.8129 773.187Z" fill="#4D5D69"/>
|
104
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.27783 817C5.27783 816.417 5.75042 815.944 6.33339 815.944H31.6667C32.2497 815.944 32.7223 816.417 32.7223 817C32.7223 817.583 32.2497 818.055 31.6667 818.055H6.33339C5.75042 818.055 5.27783 817.583 5.27783 817Z" fill="#4D5D69"/>
|
105
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.27783 808.556C5.27783 807.973 5.75042 807.5 6.33339 807.5H31.6667C32.2497 807.5 32.7223 807.973 32.7223 808.556C32.7223 809.139 32.2497 809.611 31.6667 809.611H6.33339C5.75042 809.611 5.27783 809.139 5.27783 808.556Z" fill="#4D5D69"/>
|
106
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.27783 825.444C5.27783 824.861 5.75042 824.389 6.33339 824.389H31.6667C32.2497 824.389 32.7223 824.861 32.7223 825.444C32.7223 826.027 32.2497 826.5 31.6667 826.5H6.33339C5.75042 826.5 5.27783 826.027 5.27783 825.444Z" fill="#4D5D69"/>
|
107
|
-
<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"/>
|
108
|
-
<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"/>
|
109
|
-
<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"/>
|
110
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.33328 922.555C6.33328 921.972 6.80587 921.5 7.38883 921.5H18.1951C18.6495 921.5 19.0528 921.791 19.1965 922.222L19.4566 923.002L20.3687 926.091C20.7661 927.437 22.0022 928.361 23.4057 928.361H31.6666V930.179C32.4627 930.666 33.1752 931.277 33.7777 931.984V925.118C33.7777 924.287 33.4556 923.48 32.8709 922.879C32.5479 922.547 32.1717 922.188 31.6204 921.947C31.0767 921.71 30.462 921.63 29.7082 921.63L21.2246 921.63L21.1993 921.554C20.7682 920.261 19.5581 919.389 18.1951 919.389H7.38883C5.63993 919.389 4.22217 920.806 4.22217 922.555V939.444C4.22217 941.193 5.63993 942.611 7.38883 942.611H19.7903C19.3518 941.963 18.9974 941.255 18.7426 940.5H7.38883C6.80587 940.5 6.33328 940.027 6.33328 939.444V922.555ZM22.3934 925.493L21.8761 923.741H29.7082C30.3311 923.741 30.6144 923.812 30.777 923.883C30.932 923.95 31.0705 924.056 31.3578 924.351C31.5539 924.553 31.6666 924.83 31.6666 925.118V926.25H23.4057C22.9379 926.25 22.5258 925.942 22.3934 925.493Z" fill="#4D5D69"/>
|
111
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.0785 933.111C24.5525 933.111 22.5047 935.159 22.5047 937.685C22.5047 940.211 24.5525 942.259 27.0785 942.259C28.3029 942.259 29.4149 941.778 30.2358 940.994C30.2583 940.967 30.2823 940.94 30.3079 940.915C30.3336 940.889 30.3602 940.865 30.3877 940.842C31.1713 940.021 31.6524 938.909 31.6524 937.685C31.6524 935.159 29.6046 933.111 27.0785 933.111ZM32.4929 941.607C33.2922 940.505 33.7635 939.15 33.7635 937.685C33.7635 933.993 30.7705 931 27.0785 931C23.3865 931 20.3936 933.993 20.3936 937.685C20.3936 941.377 23.3865 944.37 27.0785 944.37C28.5436 944.37 29.8985 943.899 31.0001 943.099L33.3689 945.468C33.7812 945.881 34.4495 945.881 34.8617 945.468C35.2739 945.056 35.2739 944.388 34.8617 943.976L32.4929 941.607Z" fill="#4D5D69"/>
|
112
|
-
<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"/>
|
113
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0313 1016.19C13.6191 1015.78 13.6191 1015.11 14.0313 1014.7L21.7294 1007L14.0313 999.302C13.6191 998.89 13.6191 998.221 14.0313 997.809C14.4436 997.397 15.1119 997.397 15.5241 997.809L23.9686 1006.25C24.3808 1006.67 24.3808 1007.33 23.9686 1007.75L15.5241 1016.19C15.1119 1016.6 14.4436 1016.6 14.0313 1016.19Z" fill="#4D5D69"/>
|
114
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80917 1040.03C10.2214 1039.62 10.8897 1039.62 11.3019 1040.03L19 1047.73L26.6981 1040.03C27.1103 1039.62 27.7786 1039.62 28.1908 1040.03C28.6031 1040.44 28.6031 1041.11 28.1908 1041.52L19.7464 1049.97C19.3342 1050.38 18.6658 1050.38 18.2536 1049.97L9.80917 1041.52C9.39694 1041.11 9.39694 1040.44 9.80917 1040.03Z" fill="#4D5D69"/>
|
115
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0324 1086.41C12.4831 1086.78 12.5487 1087.44 12.1789 1087.89L7.50621 1093.59L10.8943 1093.34C11.2349 1093.32 11.5663 1093.46 11.7839 1093.72L14.1192 1096.55L15.8612 1089.11C15.9942 1088.54 16.5621 1088.19 17.1297 1088.32C17.6973 1088.46 18.0497 1089.03 17.9167 1089.59L16.1219 1097.25C16.0514 1097.54 15.9208 1097.81 15.7379 1098.05C15.555 1098.28 15.3238 1098.48 15.059 1098.62C15.0372 1098.63 15.015 1098.64 14.9924 1098.65C14.7204 1098.77 14.4265 1098.83 14.1289 1098.83C13.8313 1098.83 13.5373 1098.77 13.2653 1098.65C13.115 1098.59 12.9821 1098.48 12.8774 1098.36L10.5037 1095.49L7.00427 1095.74C6.82091 1095.75 6.63727 1095.72 6.47153 1095.64C6.18451 1095.5 5.93339 1095.3 5.73622 1095.05C5.53909 1094.8 5.40082 1094.51 5.3307 1094.2C5.26059 1093.9 5.26021 1093.58 5.32959 1093.27C5.39897 1092.96 5.53655 1092.67 5.73308 1092.42L5.74538 1092.4L10.5468 1086.55C10.9166 1086.1 11.5817 1086.04 12.0324 1086.41Z" fill="#4D5D69"/>
|
116
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.9676 1086.41C25.5169 1086.78 25.4513 1087.44 25.8211 1087.89L30.4938 1093.59L27.1057 1093.34C26.7651 1093.32 26.4337 1093.46 26.2161 1093.72L23.8808 1096.55L22.1388 1089.11C22.0058 1088.54 21.4379 1088.19 20.8703 1088.32C20.3027 1088.46 19.9503 1089.03 20.0833 1089.59L21.8781 1097.25C21.9486 1097.54 22.0792 1097.81 22.2621 1098.05C22.445 1098.28 22.6762 1098.48 22.941 1098.62C22.9628 1098.63 22.985 1098.64 23.0076 1098.65C23.2796 1098.77 23.5735 1098.83 23.8711 1098.83C24.1687 1098.83 24.4627 1098.77 24.7347 1098.65C24.885 1098.59 25.0179 1098.48 25.1226 1098.36L27.4963 1095.49L30.9957 1095.74C31.1791 1095.75 31.3627 1095.72 31.5285 1095.64C31.8155 1095.5 32.0666 1095.3 32.2638 1095.05C32.4609 1094.8 32.5992 1094.51 32.6693 1094.2C32.7394 1093.9 32.7398 1093.58 32.6704 1093.27C32.601 1092.96 32.4634 1092.67 32.2669 1092.42L32.2546 1092.4L27.4532 1086.55C27.0834 1086.1 26.4183 1086.04 25.9676 1086.41Z" fill="#4D5D69"/>
|
117
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 1074.91C16.8623 1074.91 15.1295 1076.64 15.1295 1078.78C15.1295 1080.92 16.8623 1082.65 18.9999 1082.65C21.1374 1082.65 22.8703 1080.92 22.8703 1078.78C22.8703 1076.64 21.1374 1074.91 18.9999 1074.91ZM13.1943 1078.78C13.1943 1075.57 15.7936 1072.97 18.9999 1072.97C22.2062 1072.97 24.8054 1075.57 24.8054 1078.78C24.8054 1081.98 22.2062 1084.58 18.9999 1084.58C15.7936 1084.58 13.1943 1081.98 13.1943 1078.78Z" fill="#4D5D69"/>
|
118
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3097 1067.55C18.3785 1067.04 19.621 1067.04 20.6899 1067.55C21.155 1067.77 21.5785 1068.13 22.1266 1068.6C22.1592 1068.63 22.1922 1068.66 22.2258 1068.69L21.5411 1069.49L22.2258 1068.69C22.7237 1069.11 23.1898 1069.31 23.8548 1069.36C23.8987 1069.36 23.942 1069.37 23.9848 1069.37C24.7031 1069.43 25.258 1069.47 25.7441 1069.64C26.8611 1070.04 27.7397 1070.92 28.1342 1072.03C28.3059 1072.52 28.3498 1073.07 28.4067 1073.79C28.4101 1073.84 28.4135 1073.88 28.417 1073.92C28.4701 1074.59 28.6675 1075.05 29.0918 1075.55C29.1204 1075.59 29.1486 1075.62 29.1764 1075.65C29.6441 1076.2 30.0054 1076.62 30.2278 1077.09C30.7386 1078.16 30.7386 1079.4 30.2278 1080.47C30.0054 1080.93 29.6441 1081.36 29.1764 1081.9C29.1486 1081.94 29.1204 1081.97 29.0918 1082C28.6591 1082.51 28.4691 1082.98 28.417 1083.63C28.4135 1083.68 28.4101 1083.72 28.4067 1083.76C28.3498 1084.48 28.3059 1085.04 28.1342 1085.52C27.7397 1086.64 26.8611 1087.52 25.7441 1087.91C25.258 1088.08 24.7031 1088.13 23.9848 1088.18C23.9421 1088.19 23.8987 1088.19 23.8548 1088.19C23.1898 1088.25 22.7237 1088.45 22.2258 1088.87C22.1922 1088.9 22.1592 1088.93 22.1266 1088.95C21.5785 1089.42 21.155 1089.78 20.6899 1090.01C19.621 1090.52 18.3785 1090.52 17.3097 1090.01C16.8445 1089.78 16.4211 1089.42 15.873 1088.95C15.8404 1088.93 15.8073 1088.9 15.7738 1088.87C15.266 1088.44 14.7969 1088.25 14.1448 1088.19C14.1008 1088.19 14.0575 1088.19 14.0147 1088.18C13.2965 1088.13 12.7416 1088.08 12.2555 1087.91C11.1385 1087.52 10.2599 1086.64 9.86534 1085.52C9.69364 1085.04 9.64971 1084.48 9.59285 1083.76C9.58947 1083.72 9.58604 1083.68 9.58253 1083.63C9.52946 1082.97 9.33207 1082.5 8.90778 1082C8.8792 1081.97 8.85098 1081.94 8.82315 1081.9C8.35545 1081.36 7.99414 1080.93 7.77181 1080.47C7.26096 1079.4 7.26096 1078.16 7.77181 1077.09C7.99414 1076.62 8.35546 1076.2 8.82316 1075.65C8.85099 1075.62 8.8792 1075.59 8.90778 1075.55C9.34048 1075.04 9.5305 1074.57 9.58253 1073.92C9.58604 1073.88 9.58947 1073.84 9.59285 1073.79C9.64971 1073.07 9.69364 1072.52 9.86534 1072.03C10.2599 1070.92 11.1385 1070.04 12.2555 1069.64C12.7416 1069.47 13.2965 1069.43 14.0148 1069.37C14.0575 1069.37 14.1009 1069.36 14.1448 1069.36C14.8098 1069.31 15.2759 1069.11 15.7738 1068.69C15.8073 1068.66 15.8404 1068.63 15.873 1068.6C16.4211 1068.13 16.8445 1067.77 17.3097 1067.55ZM19.7795 1069.45C19.2864 1069.22 18.7132 1069.22 18.2201 1069.45C18.0376 1069.54 17.8378 1069.7 17.1431 1070.29C16.3111 1071 15.4258 1071.38 14.3127 1071.46C13.4029 1071.54 13.1493 1071.57 12.9586 1071.63C12.4433 1071.82 12.0379 1072.22 11.8559 1072.74C11.7886 1072.93 11.7596 1073.18 11.687 1074.09C11.6 1075.18 11.2388 1076.07 10.5146 1076.92C9.92258 1077.62 9.76375 1077.82 9.67654 1078C9.44086 1078.49 9.44086 1079.06 9.67654 1079.56C9.76375 1079.74 9.92258 1079.94 10.5146 1080.63C11.2236 1081.47 11.5981 1082.35 11.687 1083.46C11.7596 1084.37 11.7886 1084.63 11.8559 1084.82C12.0379 1085.33 12.4433 1085.74 12.9586 1085.92C13.1493 1085.99 13.4029 1086.02 14.3127 1086.09C15.4023 1086.18 16.2932 1086.54 17.1431 1087.26C17.8378 1087.85 18.0376 1088.01 18.2201 1088.1C18.7132 1088.34 19.2864 1088.34 19.7795 1088.1C19.9619 1088.01 20.1618 1087.85 20.8565 1087.26C21.6884 1086.55 22.5738 1086.18 23.6868 1086.09C24.5967 1086.02 24.8503 1085.99 25.041 1085.92C25.5563 1085.74 25.9616 1085.33 26.1436 1084.82C26.211 1084.63 26.24 1084.37 26.3126 1083.46C26.3996 1082.38 26.7607 1081.48 27.485 1080.63C28.077 1079.94 28.2358 1079.74 28.323 1079.56C28.5587 1079.06 28.5587 1078.49 28.323 1078C28.2358 1077.82 28.077 1077.62 27.485 1076.92C26.776 1076.09 26.4014 1075.2 26.3126 1074.09C26.24 1073.18 26.211 1072.93 26.1436 1072.74C25.9616 1072.22 25.5563 1071.82 25.041 1071.63C24.8503 1071.57 24.5967 1071.54 23.6868 1071.46C22.5738 1071.38 21.6884 1071 20.8565 1070.29C20.1618 1069.7 19.9619 1069.54 19.7795 1069.45Z" fill="#4D5D69"/>
|
119
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5095 1123.43C25.6034 1123.43 23.2088 1125.62 22.8968 1128.45C22.8328 1129.03 22.3111 1129.44 21.7317 1129.38C21.1522 1129.32 20.7344 1128.79 20.7985 1128.21C21.2274 1124.33 24.5154 1121.32 28.5095 1121.32C32.0495 1121.32 34.1747 1123.71 35.9695 1125.73L36.0016 1125.77C36.3887 1126.2 36.3491 1126.87 35.9132 1127.26C35.4773 1127.64 34.8101 1127.61 34.423 1127.17C32.527 1125.03 30.9927 1123.43 28.5095 1123.43Z" fill="#4D5D69"/>
|
120
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.2133 1122.43C35.7962 1122.43 36.2688 1122.91 36.2688 1123.49V1126.47C36.2688 1127.05 35.7962 1127.52 35.2133 1127.52H32.2343C31.6513 1127.52 31.1787 1127.05 31.1787 1126.47C31.1787 1125.89 31.6513 1125.41 32.2343 1125.41H34.1577V1123.49C34.1577 1122.91 34.6303 1122.43 35.2133 1122.43Z" fill="#4D5D69"/>
|
121
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5105 1134.72C31.4166 1134.72 33.8112 1132.53 34.1232 1129.7C34.1873 1129.12 34.7089 1128.71 35.2884 1128.77C35.8678 1128.83 36.2856 1129.36 36.2215 1129.94C35.7926 1133.82 32.5046 1136.83 28.5105 1136.83C24.9705 1136.83 22.8453 1134.44 21.0505 1132.42L21.0185 1132.38C20.6314 1131.95 20.6709 1131.28 21.1069 1130.89C21.5428 1130.51 22.2099 1130.55 22.597 1130.98C24.493 1133.12 26.0273 1134.72 28.5105 1134.72Z" fill="#4D5D69"/>
|
122
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.8077 1135.72C21.2247 1135.72 20.7522 1135.24 20.7522 1134.66L20.7522 1131.68C20.7522 1131.1 21.2248 1130.63 21.8077 1130.63L24.7867 1130.63C25.3697 1130.63 25.8423 1131.1 25.8423 1131.68C25.8423 1132.26 25.3697 1132.74 24.7867 1132.74L22.8633 1132.74L22.8633 1134.66C22.8633 1135.24 22.3907 1135.72 21.8077 1135.72Z" fill="#4D5D69"/>
|
123
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.6901 1105.55C19.6213 1105.04 18.3788 1105.04 17.31 1105.55C16.8448 1105.77 16.4214 1106.13 15.8733 1106.6L15.7741 1106.69C15.2762 1107.11 14.8101 1107.31 14.1451 1107.36L14.0151 1107.37C13.2968 1107.43 12.7419 1107.47 12.2558 1107.64C11.1388 1108.04 10.2601 1108.92 9.86561 1110.03C9.69391 1110.52 9.64998 1111.07 9.59312 1111.79L9.5828 1111.92C9.53077 1112.57 9.34075 1113.04 8.90805 1113.55L8.82343 1113.65C8.35574 1114.2 7.99441 1114.62 7.77209 1115.09C7.26123 1116.16 7.26123 1117.4 7.77209 1118.47C7.99441 1118.93 8.35573 1119.36 8.82342 1119.9L8.90805 1120C9.33234 1120.5 9.52974 1120.97 9.5828 1121.63L9.59312 1121.76C9.64998 1122.48 9.69391 1123.04 9.86561 1123.52C10.0094 1123.93 10.2175 1124.3 10.4781 1124.64L5.74538 1130.4L5.73308 1130.42C5.53655 1130.67 5.39897 1130.96 5.32959 1131.27C5.26021 1131.58 5.26059 1131.9 5.3307 1132.2C5.40082 1132.51 5.53909 1132.8 5.73622 1133.05C5.93339 1133.3 6.18451 1133.5 6.47153 1133.64C6.63727 1133.72 6.82091 1133.75 7.00427 1133.74L10.5037 1133.49L12.8774 1136.36C12.9821 1136.48 13.115 1136.59 13.2653 1136.65C13.5373 1136.77 13.8313 1136.83 14.1289 1136.83C14.4265 1136.83 14.7204 1136.77 14.9924 1136.65C15.015 1136.64 15.0372 1136.63 15.059 1136.62C15.3238 1136.48 15.555 1136.28 15.7379 1136.05C15.9208 1135.81 16.0514 1135.54 16.1219 1135.25L17.7762 1128.19C18.0594 1128.29 18.3507 1128.35 18.6443 1128.37C18.6951 1127.65 18.8237 1126.95 19.0217 1126.28C18.748 1126.28 18.4736 1126.22 18.2204 1126.1C18.0379 1126.01 17.838 1125.85 17.1434 1125.26C16.2935 1124.54 15.4026 1124.18 14.313 1124.09C13.4032 1124.02 13.1495 1123.99 12.9588 1123.92C12.4435 1123.74 12.0382 1123.33 11.8562 1122.82C11.7888 1122.63 11.7598 1122.37 11.6872 1121.46C11.5984 1120.35 11.2238 1119.47 10.5149 1118.63C9.92285 1117.94 9.76402 1117.74 9.67681 1117.56C9.44114 1117.06 9.44114 1116.49 9.67681 1116C9.76402 1115.82 9.92285 1115.62 10.5149 1114.92C11.2391 1114.07 11.6003 1113.18 11.6872 1112.09C11.7598 1111.18 11.7888 1110.93 11.8562 1110.74C12.0382 1110.22 12.4435 1109.82 12.9588 1109.63C13.1495 1109.57 13.4032 1109.54 14.313 1109.46C15.4261 1109.38 16.3114 1109 17.1434 1108.29C17.838 1107.7 18.0379 1107.54 18.2204 1107.45C18.7134 1107.22 19.2867 1107.22 19.7797 1107.45C19.9622 1107.54 20.1621 1107.7 20.8568 1108.29C21.6887 1109 22.574 1109.38 23.6871 1109.46C24.5969 1109.54 24.8506 1109.57 25.0413 1109.63C25.5566 1109.82 25.9619 1110.22 26.1439 1110.74C26.2113 1110.93 26.2403 1111.18 26.3129 1112.09C26.4017 1113.2 26.7763 1114.09 27.4853 1114.92C28.0773 1115.62 28.2361 1115.82 28.3233 1116C28.559 1116.49 28.559 1117.06 28.3233 1117.56C28.2361 1117.74 28.0773 1117.94 27.4853 1118.63C27.294 1118.86 27.128 1119.09 26.9857 1119.32C27.4759 1119.24 27.978 1119.21 28.4891 1119.21C28.9069 1119.21 29.3092 1119.23 29.6966 1119.28C29.9176 1119 30.097 1118.74 30.228 1118.47C30.7389 1117.4 30.7389 1116.16 30.228 1115.09C30.0057 1114.62 29.6444 1114.2 29.1767 1113.65L29.0921 1113.55C28.6678 1113.05 28.4704 1112.59 28.4173 1111.92L28.407 1111.79C28.3501 1111.07 28.3062 1110.52 28.1345 1110.03C27.74 1108.92 26.8614 1108.04 25.7444 1107.64C25.2582 1107.47 24.7033 1107.43 23.985 1107.37L23.855 1107.36C23.1901 1107.31 22.7239 1107.11 22.2261 1106.69L22.1268 1106.6C21.5787 1106.13 21.1553 1105.77 20.6901 1105.55ZM15.9017 1126.98L15.7741 1126.87C15.2663 1126.44 14.7971 1126.25 14.1451 1126.19L14.015 1126.18C13.2968 1126.13 12.7419 1126.08 12.2557 1125.91C12.2316 1125.9 12.2076 1125.89 12.1837 1125.89L12.1789 1125.89L7.50621 1131.59L10.8943 1131.34C11.2349 1131.32 11.5663 1131.46 11.7839 1131.72L14.1192 1134.55L15.8612 1127.11C15.8719 1127.07 15.8855 1127.02 15.9017 1126.98Z" fill="#4D5D69"/>
|
124
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3004 1120.68C24.2357 1119.65 24.8056 1118.28 24.8056 1116.78C24.8056 1113.57 22.2064 1110.97 19.0001 1110.97C15.7937 1110.97 13.1945 1113.57 13.1945 1116.78C13.1945 1119.98 15.7937 1122.58 19.0001 1122.58C19.9682 1122.58 20.8811 1122.35 21.6837 1121.93C22.1768 1121.46 22.7185 1121.04 23.3004 1120.68ZM19.0001 1112.91C16.8625 1112.91 15.1297 1114.64 15.1297 1116.78C15.1297 1118.92 16.8625 1120.65 19.0001 1120.65C21.1376 1120.65 22.8704 1118.92 22.8704 1116.78C22.8704 1114.64 21.1376 1112.91 19.0001 1112.91Z" fill="#4D5D69"/>
|
125
|
-
<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"/>
|
126
|
-
<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"/>
|
127
|
-
<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"/>
|
128
|
-
<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"/>
|
129
|
-
<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"/>
|
130
|
-
<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"/>
|
131
|
-
<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"/>
|
132
|
-
<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"/>
|
133
|
-
<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"/>
|
134
|
-
<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"/>
|
135
|
-
<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"/>
|
136
|
-
<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"/>
|
137
|
-
<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"/>
|
138
|
-
<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"/>
|
139
|
-
<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"/>
|
140
|
-
<path d="M22 1359H24V1354H29V1352H24V1347H22V1352H17V1354H22V1359Z" fill="#565656"/>
|
141
|
-
<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"/>
|
142
|
-
<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"/>
|
143
|
-
<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"/>
|
144
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 1410.53C12.4316 1410.94 12.4316 1411.61 12.8438 1412.02L15.396 1414.58L12.8438 1417.13C12.4316 1417.54 12.4316 1418.21 12.8438 1418.62C13.256 1419.03 13.9243 1419.03 14.3366 1418.62L17.6352 1415.32C18.0474 1414.91 18.0474 1414.24 17.6352 1413.83L14.3366 1410.53C13.9243 1410.12 13.256 1410.12 12.8438 1410.53Z" fill="#4D5D69"/>
|
145
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 1414.58C17.9443 1413.99 17.4717 1413.52 16.8888 1413.52H10.0277C9.04784 1413.52 8.10815 1413.91 7.4153 1414.6C6.72246 1415.3 6.33323 1416.24 6.33323 1417.22V1423.31C6.33323 1423.89 6.80581 1424.37 7.38878 1424.37C7.97175 1424.37 8.44434 1423.89 8.44434 1423.31V1417.22C8.44434 1416.8 8.61115 1416.39 8.90808 1416.1C9.20502 1415.8 9.60774 1415.63 10.0277 1415.63H16.8888C17.4717 1415.63 17.9443 1415.16 17.9443 1414.58Z" fill="#4D5D69"/>
|
146
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0557 1412.33C20.0557 1411.17 21.0008 1410.22 22.1668 1410.22H32.723C33.8889 1410.22 34.8341 1411.17 34.8341 1412.33V1421.41C34.8341 1422.58 33.8889 1423.52 32.723 1423.52H22.1668C21.0008 1423.52 20.0557 1422.58 20.0557 1421.41V1412.33ZM32.723 1412.33L22.1668 1412.33V1421.41L32.723 1421.41L32.723 1412.33Z" fill="#4D5D69"/>
|
147
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3281 1419.3C23.3281 1418.78 23.7535 1418.35 24.2781 1418.35H30.6115C31.1361 1418.35 31.5615 1418.78 31.5615 1419.3C31.5615 1419.82 31.1361 1420.25 30.6115 1420.25H24.2781C23.7535 1420.25 23.3281 1419.82 23.3281 1419.3Z" fill="#4D5D69"/>
|
148
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.16699 1428.59C3.16699 1427.42 4.11217 1426.48 5.2781 1426.48H15.8343C17.0002 1426.48 17.9454 1427.42 17.9454 1428.59V1437.67C17.9454 1438.83 17.0002 1439.78 15.8343 1439.78H5.2781C4.11217 1439.78 3.16699 1438.83 3.16699 1437.67V1428.59ZM15.8343 1428.59L5.2781 1428.59V1437.67L15.8343 1437.67L15.8343 1428.59Z" fill="#4D5D69"/>
|
149
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.43945 1435.56C6.43945 1435.03 6.86478 1434.61 7.38945 1434.61H13.7228C14.2475 1434.61 14.6728 1435.03 14.6728 1435.56C14.6728 1436.08 14.2475 1436.51 13.7228 1436.51H7.38945C6.86478 1436.51 6.43945 1436.08 6.43945 1435.56Z" fill="#4D5D69"/>
|
150
|
-
<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"/>
|
151
|
-
<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"/>
|
152
|
-
<path d="M20.0557 1502.06V1488.33C20.0557 1487.17 21.0008 1486.22 22.1668 1486.22H28.5908C29.1507 1486.22 29.6876 1486.44 30.0834 1486.84L34.215 1490.97L34.3551 1491.13C34.663 1491.5 34.8334 1491.97 34.8334 1492.46V1502.06C34.8334 1503.22 33.8883 1504.17 32.7223 1504.17H22.1668C21.0008 1504.17 20.0557 1503.22 20.0557 1502.06ZM30.6112 1498.1C31.1941 1498.1 31.6668 1498.57 31.6668 1499.15C31.6668 1499.74 31.1941 1500.21 30.6112 1500.21H24.2779C23.6949 1500.21 23.2223 1499.74 23.2223 1499.15C23.2223 1498.57 23.6949 1498.1 24.2779 1498.1H30.6112ZM30.6112 1494.93L30.8236 1494.95C31.3047 1495.05 31.6668 1495.48 31.6668 1495.99C31.6667 1496.5 31.3047 1496.92 30.8236 1497.02L30.6112 1497.04H24.2779C23.6949 1497.04 23.2224 1496.57 23.2223 1495.99C23.2223 1495.4 23.6949 1494.93 24.2779 1494.93H30.6112ZM25.8612 1491.76C26.4441 1491.76 26.9168 1492.24 26.9168 1492.82C26.9168 1493.4 26.4441 1493.87 25.8612 1493.87H24.2779C23.6949 1493.87 23.2223 1493.4 23.2223 1492.82C23.2223 1492.24 23.6949 1491.76 24.2779 1491.76H25.8612ZM30.0834 1490.97H31.2297L30.0834 1489.83V1490.97ZM22.1668 1502.06H32.7223V1493.08H29.0279C28.4449 1493.08 27.9723 1492.61 27.9723 1492.03V1488.33H22.1668V1502.06Z" fill="#4D5D69"/>
|
153
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 1486.53C12.4316 1486.94 12.4316 1487.61 12.8438 1488.02L15.396 1490.58L12.8438 1493.13C12.4316 1493.54 12.4316 1494.21 12.8438 1494.62C13.256 1495.03 13.9243 1495.03 14.3366 1494.62L17.6352 1491.32C18.0474 1490.91 18.0474 1490.24 17.6352 1489.83L14.3366 1486.53C13.9243 1486.12 13.256 1486.12 12.8438 1486.53Z" fill="#4D5D69"/>
|
154
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 1490.58C17.9443 1489.99 17.4717 1489.52 16.8888 1489.52H10.0277C9.04784 1489.52 8.10815 1489.91 7.4153 1490.6C6.72246 1491.3 6.33323 1492.24 6.33323 1493.22V1499.31C6.33323 1499.89 6.80581 1500.37 7.38878 1500.37C7.97175 1500.37 8.44434 1499.89 8.44434 1499.31V1493.22C8.44434 1492.8 8.61115 1492.39 8.90808 1492.1C9.20502 1491.8 9.60774 1491.63 10.0277 1491.63H16.8888C17.4717 1491.63 17.9443 1491.16 17.9443 1490.58Z" fill="#4D5D69"/>
|
155
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 1504.59C3.1665 1503.42 4.11168 1502.48 5.27762 1502.48H15.8338C16.9997 1502.48 17.9449 1503.42 17.9449 1504.59V1513.67C17.9449 1514.83 16.9997 1515.78 15.8338 1515.78H5.27761C4.11168 1515.78 3.1665 1514.83 3.1665 1513.67V1504.59ZM15.8338 1504.59L5.27762 1504.59V1513.67L15.8338 1513.67L15.8338 1504.59Z" fill="#4D5D69"/>
|
156
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.43896 1511.56C6.43896 1511.03 6.86429 1510.61 7.38896 1510.61H13.7223C14.247 1510.61 14.6723 1511.03 14.6723 1511.56C14.6723 1512.08 14.247 1512.51 13.7223 1512.51H7.38896C6.86429 1512.51 6.43896 1512.08 6.43896 1511.56Z" fill="#4D5D69"/>
|
157
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.60588 1537.55C10.1937 1537.21 10.918 1537.21 11.5059 1537.55L16.9948 1540.72C17.5826 1541.06 17.9448 1541.68 17.9448 1542.36V1548.7C17.9448 1549.38 17.5826 1550.01 16.9948 1550.35L11.5059 1553.52C10.918 1553.85 10.1937 1553.85 9.60588 1553.52L4.11699 1550.35C3.52913 1550.01 3.16699 1549.38 3.16699 1548.7V1542.36C3.16699 1541.68 3.52913 1541.06 4.11699 1540.72L9.60588 1537.55ZM10.5559 1539.44L6.33366 1541.88L10.5559 1544.31L14.7781 1541.88L10.5559 1539.44ZM15.8337 1543.7V1548.58L11.6114 1551.02V1546.14L15.8337 1543.7ZM9.50033 1546.14L5.2781 1543.7V1548.58L9.50033 1551.02V1546.14Z" fill="#4D5D69"/>
|
158
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 1524.53C12.4316 1524.94 12.4316 1525.61 12.8438 1526.02L15.396 1528.58L12.8438 1531.13C12.4316 1531.54 12.4316 1532.21 12.8438 1532.62C13.256 1533.03 13.9243 1533.03 14.3366 1532.62L17.6352 1529.32C18.0474 1528.91 18.0474 1528.24 17.6352 1527.83L14.3366 1524.53C13.9243 1524.12 13.256 1524.12 12.8438 1524.53Z" fill="#4D5D69"/>
|
159
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 1528.58C17.9443 1527.99 17.4717 1527.52 16.8888 1527.52H10.0277C9.04784 1527.52 8.10815 1527.91 7.4153 1528.6C6.72246 1529.3 6.33323 1530.24 6.33323 1531.22V1534.78C6.33323 1535.36 6.80581 1535.83 7.38878 1535.83C7.97175 1535.83 8.44434 1535.36 8.44434 1534.78V1531.22C8.44434 1530.8 8.61115 1530.39 8.90808 1530.1C9.20502 1529.8 9.60774 1529.63 10.0277 1529.63H16.8888C17.4717 1529.63 17.9443 1529.16 17.9443 1528.58Z" fill="#4D5D69"/>
|
160
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0557 1526.33C20.0557 1525.17 21.0008 1524.22 22.1668 1524.22H32.723C33.8889 1524.22 34.8341 1525.17 34.8341 1526.33V1535.41C34.8341 1536.58 33.8889 1537.52 32.723 1537.52H22.1668C21.0008 1537.52 20.0557 1536.58 20.0557 1535.41V1526.33ZM32.723 1526.33L22.1668 1526.33V1535.41L32.723 1535.41L32.723 1526.33Z" fill="#4D5D69"/>
|
161
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3281 1533.3C23.3281 1532.78 23.7535 1532.35 24.2781 1532.35H30.6115C31.1361 1532.35 31.5615 1532.78 31.5615 1533.3C31.5615 1533.82 31.1361 1534.25 30.6115 1534.25H24.2781C23.7535 1534.25 23.3281 1533.82 23.3281 1533.3Z" fill="#4D5D69"/>
|
162
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.60588 1575.55C10.1937 1575.21 10.918 1575.21 11.5059 1575.55L16.9948 1578.72C17.5826 1579.06 17.9448 1579.68 17.9448 1580.36V1586.7C17.9448 1587.38 17.5826 1588.01 16.9948 1588.35L11.5059 1591.52C10.918 1591.85 10.1937 1591.85 9.60588 1591.52L4.11699 1588.35C3.52913 1588.01 3.16699 1587.38 3.16699 1586.7V1580.36C3.16699 1579.68 3.52913 1579.06 4.11699 1578.72L9.60588 1575.55ZM10.5559 1577.44L6.33366 1579.88L10.5559 1582.31L14.7781 1579.88L10.5559 1577.44ZM15.8337 1581.7V1586.58L11.6114 1589.02V1584.14L15.8337 1581.7ZM9.50033 1584.14L5.2781 1581.7V1586.58L9.50033 1589.02V1584.14Z" fill="#4D5D69"/>
|
163
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.4946 1562.48C27.0824 1562.14 27.8067 1562.14 28.3946 1562.48L33.8834 1565.65C34.4713 1565.99 34.8334 1566.61 34.8334 1567.29V1573.63C34.8334 1574.31 34.4713 1574.94 33.8834 1575.27L28.3946 1578.44C27.8067 1578.78 27.0824 1578.78 26.4946 1578.44L21.0057 1575.27C20.4178 1574.94 20.0557 1574.31 20.0557 1573.63V1567.29C20.0557 1566.61 20.4178 1565.99 21.0057 1565.65L26.4946 1562.48ZM27.4446 1564.37L23.2223 1566.8L27.4446 1569.24L31.6668 1566.8L27.4446 1564.37ZM32.7223 1568.63V1573.51L28.5001 1575.95V1571.07L32.7223 1568.63ZM26.389 1571.07L22.1668 1568.63V1573.51L26.389 1575.95V1571.07Z" fill="#4D5D69"/>
|
164
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 1562.53C12.4316 1562.94 12.4316 1563.61 12.8438 1564.02L15.396 1566.58L12.8438 1569.13C12.4316 1569.54 12.4316 1570.21 12.8438 1570.62C13.256 1571.03 13.9243 1571.03 14.3366 1570.62L17.6352 1567.32C18.0474 1566.91 18.0474 1566.24 17.6352 1565.83L14.3366 1562.53C13.9243 1562.12 13.256 1562.12 12.8438 1562.53Z" fill="#4D5D69"/>
|
165
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 1566.58C17.9443 1565.99 17.4717 1565.52 16.8888 1565.52H10.0277C9.04784 1565.52 8.10815 1565.91 7.4153 1566.6C6.72246 1567.3 6.33323 1568.24 6.33323 1569.22V1572.78C6.33323 1573.36 6.80581 1573.83 7.38878 1573.83C7.97175 1573.83 8.44434 1573.36 8.44434 1572.78V1569.22C8.44434 1568.8 8.61115 1568.39 8.90808 1568.1C9.20502 1567.8 9.60774 1567.63 10.0277 1567.63H16.8888C17.4717 1567.63 17.9443 1567.16 17.9443 1566.58Z" fill="#4D5D69"/>
|
166
|
-
<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"/>
|
167
|
-
<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"/>
|
168
|
-
<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"/>
|
169
|
-
<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"/>
|
170
|
-
<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"/>
|
171
|
-
<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"/>
|
172
|
-
<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"/>
|
173
|
-
<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"/>
|
174
|
-
<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"/>
|
175
|
-
<path d="M25 1687H27V1689H25V1687ZM25 1679H27V1685H25V1679Z" fill="#454545"/>
|
176
|
-
<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"/>
|
177
|
-
<path d="M25 1735H17V1727H25V1735ZM19 1733H23V1729H19V1733Z" fill="#0091DA"/>
|
178
|
-
<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"/>
|
179
|
-
<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"/>
|
180
|
-
<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"/>
|
181
|
-
<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"/>
|
182
|
-
<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"/>
|
183
|
-
<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"/>
|
184
|
-
<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"/>
|
185
|
-
<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"/>
|
186
|
-
<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"/>
|
187
|
-
<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"/>
|
188
|
-
<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"/>
|
189
|
-
<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"/>
|
190
|
-
<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"/>
|
191
|
-
<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"/>
|
192
|
-
<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"/>
|
193
|
-
<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"/>
|
194
|
-
<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"/>
|
195
|
-
<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"/>
|
196
|
-
<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"/>
|
197
|
-
<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"/>
|
198
|
-
<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"/>
|
199
|
-
<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"/>
|
200
|
-
<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"/>
|
201
|
-
<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"/>
|
202
|
-
<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"/>
|
203
|
-
<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"/>
|
204
|
-
<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"/>
|
205
|
-
<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"/>
|
206
|
-
<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"/>
|
207
|
-
<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"/>
|
208
|
-
<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"/>
|
209
|
-
<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"/>
|
210
|
-
<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"/>
|
211
|
-
<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"/>
|
212
|
-
<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"/>
|
213
|
-
<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"/>
|
214
|
-
<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"/>
|
215
|
-
<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"/>
|
216
|
-
<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"/>
|
217
|
-
<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"/>
|
218
|
-
<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"/>
|
219
|
-
<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"/>
|
220
|
-
<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"/>
|
221
|
-
<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"/>
|
222
|
-
<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"/>
|
223
|
-
<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"/>
|
224
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2164 2033.66C11.6286 2033.25 12.297 2033.25 12.7092 2033.66L18.9998 2039.95L25.2905 2033.66C25.7027 2033.25 26.371 2033.25 26.7832 2033.66C27.1955 2034.07 27.1955 2034.74 26.7832 2035.15L19.7462 2042.19C19.5483 2042.39 19.2798 2042.5 18.9998 2042.5C18.7199 2042.5 18.4514 2042.39 18.2534 2042.19L11.2164 2035.15C10.8042 2034.74 10.8042 2034.07 11.2164 2033.66ZM11.2164 2023.81C11.6286 2023.4 12.297 2023.4 12.7092 2023.81L18.9998 2030.1L25.2905 2023.81C25.7027 2023.4 26.371 2023.4 26.7832 2023.81C27.1955 2024.22 27.1955 2024.89 26.7832 2025.3L19.7462 2032.34C19.5483 2032.54 19.2798 2032.65 18.9998 2032.65C18.7199 2032.65 18.4514 2032.54 18.2534 2032.34L11.2164 2025.3C10.8042 2024.89 10.8042 2024.22 11.2164 2023.81Z" fill="#4D5D69"/>
|
225
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.422 2060.21C13.6809 2060.15 12.7313 2060.15 11.3805 2060.15H7.25385C6.34153 2060.15 6.08679 2060.32 6.00888 2060.4C5.92215 2060.49 5.77056 2060.76 5.77056 2061.63V2075.6C5.77056 2075.65 5.77051 2075.69 5.77046 2075.73C5.76993 2076.17 5.7696 2076.45 5.82823 2076.7C5.87453 2076.89 5.93371 2076.96 6.06065 2077.03C6.06118 2077.03 6.06358 2077.03 6.06914 2077.03C6.07493 2077.03 6.08556 2077.03 6.10278 2077.04C6.13899 2077.05 6.19853 2077.06 6.29689 2077.07C6.50804 2077.08 6.79024 2077.08 7.25125 2077.08H11.7473C13.8063 2077.08 15.3348 2077.54 16.637 2078.5C17.1071 2078.85 17.5364 2079.26 17.944 2079.71V2066.71C17.944 2066.57 17.9433 2066.42 17.9427 2066.27C17.9415 2065.98 17.9402 2065.67 17.9433 2065.36C17.9343 2064.48 17.8912 2063.67 17.7122 2062.92C17.4635 2061.89 16.9711 2061.09 15.9202 2060.55C15.5845 2060.38 15.1509 2060.27 14.422 2060.21ZM18.9993 2060.57C18.5266 2059.82 17.8473 2059.17 16.8786 2058.67C16.1957 2058.32 15.4533 2058.18 14.5939 2058.11C13.7568 2058.04 12.7208 2058.04 11.4262 2058.04L7.25385 2058.04C6.20496 2058.04 5.19027 2058.21 4.48906 2058.94C3.79667 2059.66 3.65945 2060.66 3.65945 2061.63V2075.6C3.65945 2075.64 3.65917 2075.69 3.65888 2075.74C3.65658 2076.13 3.6533 2076.68 3.77581 2077.19C3.93191 2077.84 4.30595 2078.5 5.10223 2078.91C5.44529 2079.08 5.79522 2079.14 6.12481 2079.17C6.4325 2079.19 6.80226 2079.19 7.21317 2079.19H11.7473C13.4611 2079.19 14.5198 2079.56 15.3809 2080.2C16.2956 2080.88 17.0751 2081.92 18.1213 2083.49C18.3171 2083.78 18.6467 2083.96 18.9996 2083.96C19.3525 2083.96 19.682 2083.78 19.8778 2083.49C20.9241 2081.92 21.7034 2080.88 22.6179 2080.2C23.4789 2079.56 24.5374 2079.19 26.2518 2079.19H30.7859C31.1968 2079.19 31.5666 2079.19 31.8744 2079.17C32.204 2079.14 32.554 2079.08 32.8972 2078.91C33.6935 2078.5 34.0671 2077.84 34.223 2077.19C34.3456 2076.68 34.3424 2076.13 34.3401 2075.74C34.3399 2075.69 34.3396 2075.64 34.3396 2075.6V2061.63C34.3396 2060.66 34.2019 2059.66 33.509 2058.94C32.8076 2058.21 31.793 2058.04 30.7443 2058.04L26.5719 2058.04C25.2773 2058.04 24.2414 2058.04 23.4042 2058.11C22.5449 2058.18 21.8025 2058.32 21.1196 2058.67C20.151 2059.17 19.4718 2059.82 18.9993 2060.57ZM20.0551 2066.71V2079.71C20.4626 2079.26 20.8918 2078.85 21.3619 2078.5C22.6641 2077.54 24.1926 2077.08 26.2518 2077.08H30.7478C31.2088 2077.08 31.4911 2077.08 31.7024 2077.07C31.8008 2077.06 31.8604 2077.05 31.8966 2077.04C31.9139 2077.03 31.9245 2077.03 31.9303 2077.03C31.9325 2077.03 31.9342 2077.03 31.9355 2077.03C31.9374 2077.03 31.9384 2077.03 31.9387 2077.03C32.0646 2076.96 32.1241 2076.89 32.1706 2076.7C32.2294 2076.45 32.2291 2076.17 32.2286 2075.73C32.2285 2075.69 32.2285 2075.64 32.2285 2075.6V2061.63C32.2285 2060.76 32.0767 2060.49 31.9898 2060.4C31.9115 2060.32 31.6563 2060.15 30.7443 2060.15H26.6176C25.2669 2060.15 24.3172 2060.15 23.5761 2060.21C22.8473 2060.27 22.4137 2060.38 22.078 2060.55C21.0274 2061.09 20.5352 2061.89 20.2866 2062.92C20.1077 2063.67 20.0646 2064.48 20.0557 2065.36C20.0589 2065.67 20.0576 2065.98 20.0563 2066.27C20.0557 2066.42 20.0551 2066.57 20.0551 2066.71Z" fill="#4D5D69"/>
|
226
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6099 2064.22C11.5647 2064.22 11.519 2064.22 11.4726 2064.22H8.57199C7.98903 2064.22 7.51644 2064.7 7.51644 2065.28C7.51644 2065.86 7.98903 2066.33 8.57199 2066.33H11.4726C13.3833 2066.33 13.8142 2066.35 14.5813 2066.68C15.1164 2066.91 15.7377 2066.67 15.9691 2066.13C16.2006 2065.6 15.9544 2064.97 15.4194 2064.74C14.2176 2064.22 13.3552 2064.22 11.6099 2064.22Z" fill="#4D5D69"/>
|
227
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6099 2070.22C11.5647 2070.22 11.519 2070.22 11.4726 2070.22H8.57199C7.98903 2070.22 7.51644 2070.7 7.51644 2071.28C7.51644 2071.86 7.98903 2072.33 8.57199 2072.33H11.4726C13.3833 2072.33 13.8142 2072.35 14.5813 2072.68C15.1164 2072.91 15.7377 2072.66 15.9691 2072.13C16.2006 2071.59 15.9544 2070.97 15.4194 2070.74C14.2176 2070.22 13.3552 2070.22 11.6099 2070.22Z" fill="#4D5D69"/>
|
228
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.3901 2064.22C26.4353 2064.22 26.481 2064.22 26.5274 2064.22H29.428C30.011 2064.22 30.4836 2064.7 30.4836 2065.28C30.4836 2065.86 30.011 2066.33 29.428 2066.33H26.5274C24.6167 2066.33 24.1858 2066.35 23.4187 2066.68C22.8836 2066.91 22.2623 2066.67 22.0309 2066.13C21.7994 2065.6 22.0456 2064.97 22.5806 2064.74C23.7824 2064.22 24.6448 2064.22 26.3901 2064.22Z" fill="#4D5D69"/>
|
229
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.3901 2070.22C26.4353 2070.22 26.481 2070.22 26.5274 2070.22H29.428C30.011 2070.22 30.4836 2070.7 30.4836 2071.28C30.4836 2071.86 30.011 2072.33 29.428 2072.33H26.5274C24.6167 2072.33 24.1858 2072.35 23.4187 2072.68C22.8836 2072.91 22.2623 2072.66 22.0309 2072.13C21.7994 2071.59 22.0456 2070.97 22.5806 2070.74C23.7824 2070.22 24.6448 2070.22 26.3901 2070.22Z" fill="#4D5D69"/>
|
230
|
-
<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"/>
|
231
|
-
<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"/>
|
232
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.4946 2132.48C27.0824 2132.14 27.8067 2132.14 28.3946 2132.48L33.8834 2135.65C34.4713 2135.99 34.8334 2136.61 34.8334 2137.29V2143.63C34.8334 2144.31 34.4713 2144.94 33.8834 2145.27L28.3946 2148.44C27.8067 2148.78 27.0824 2148.78 26.4946 2148.44L21.0057 2145.27C20.4178 2144.94 20.0557 2144.31 20.0557 2143.63V2137.29C20.0557 2136.61 20.4178 2135.99 21.0057 2135.65L26.4946 2132.48ZM27.4446 2134.37L23.2223 2136.8L27.4446 2139.24L31.6668 2136.8L27.4446 2134.37ZM32.7223 2138.63V2143.51L28.5001 2145.95V2141.07L32.7223 2138.63ZM26.389 2141.07L22.1668 2138.63V2143.51L26.389 2145.95V2141.07Z" fill="#4D5D69"/>
|
233
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 2132.53C12.4316 2132.94 12.4316 2133.61 12.8438 2134.02L15.396 2136.58L12.8438 2139.13C12.4316 2139.54 12.4316 2140.21 12.8438 2140.62C13.256 2141.03 13.9243 2141.03 14.3366 2140.62L17.6352 2137.32C18.0474 2136.91 18.0474 2136.24 17.6352 2135.83L14.3366 2132.53C13.9243 2132.12 13.256 2132.12 12.8438 2132.53Z" fill="#4D5D69"/>
|
234
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 2136.58C17.9443 2135.99 17.4717 2135.52 16.8888 2135.52H10.0277C9.04784 2135.52 8.10815 2135.91 7.4153 2136.6C6.72246 2137.3 6.33323 2138.24 6.33323 2139.22V2145.31C6.33323 2145.89 6.80581 2146.37 7.38878 2146.37C7.97175 2146.37 8.44434 2145.89 8.44434 2145.31V2139.22C8.44434 2138.8 8.61115 2138.39 8.90808 2138.1C9.20502 2137.8 9.60774 2137.63 10.0277 2137.63H16.8888C17.4717 2137.63 17.9443 2137.16 17.9443 2136.58Z" fill="#4D5D69"/>
|
235
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.16699 2150.59C3.16699 2149.42 4.11217 2148.48 5.2781 2148.48H15.8343C17.0002 2148.48 17.9454 2149.42 17.9454 2150.59V2159.67C17.9454 2160.83 17.0002 2161.78 15.8343 2161.78H5.2781C4.11217 2161.78 3.16699 2160.83 3.16699 2159.67V2150.59ZM15.8343 2150.59L5.2781 2150.59V2159.67L15.8343 2159.67L15.8343 2150.59Z" fill="#4D5D69"/>
|
236
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.43945 2157.56C6.43945 2157.03 6.86478 2156.61 7.38945 2156.61H13.7228C14.2475 2156.61 14.6728 2157.03 14.6728 2157.56C14.6728 2158.08 14.2475 2158.51 13.7228 2158.51H7.38945C6.86478 2158.51 6.43945 2158.08 6.43945 2157.56Z" fill="#4D5D69"/>
|
237
|
-
<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"/>
|
238
|
-
<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"/>
|
239
|
-
<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"/>
|
240
|
-
<path d="M19 2196H17V2180C17 2179.73 17.1054 2179.48 17.2929 2179.29C17.4804 2179.11 17.7348 2179 18 2179H30V2181H19V2196Z" fill="#565656"/>
|
241
|
-
<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"/>
|
242
|
-
<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"/>
|
243
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.33366 2251.5C6.33366 2249.75 7.75143 2248.33 9.50033 2248.33H28.5003C30.2492 2248.33 31.667 2249.75 31.667 2251.5L31.667 2270.5C31.667 2272.25 30.2492 2273.67 28.5003 2273.67H9.50033C7.75142 2273.67 6.33366 2272.25 6.33366 2270.5L6.33366 2251.5ZM9.50033 2250.44C8.91736 2250.44 8.44477 2250.92 8.44477 2251.5L8.44477 2270.5C8.44477 2271.08 8.91736 2271.56 9.50033 2271.56H28.5003C29.0833 2271.56 29.5559 2271.08 29.5559 2270.5L29.5559 2251.5C29.5559 2250.92 29.0833 2250.44 28.5003 2250.44H9.50033Z" fill="#4D5D69"/>
|
244
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0837 2254.56C11.0837 2253.74 11.7453 2253.08 12.5614 2253.08H25.4392C26.2554 2253.08 26.917 2253.74 26.917 2254.56L26.917 2267.44C26.917 2268.25 26.2554 2268.92 25.4392 2268.92H12.5614C11.7453 2268.92 11.0837 2268.25 11.0837 2267.44L11.0837 2254.56ZM13.1948 2255.19L13.1948 2266.81H24.8059L24.8059 2255.19H13.1948Z" fill="#4D5D69"/>
|
245
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0837 2245.17C11.6666 2245.17 12.1392 2245.64 12.1392 2246.22L12.1392 2249.39C12.1392 2249.97 11.6666 2250.44 11.0837 2250.44C10.5007 2250.44 10.0281 2249.97 10.0281 2249.39L10.0281 2246.22C10.0281 2245.64 10.5007 2245.17 11.0837 2245.17Z" fill="#4D5D69"/>
|
246
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3614 2245.17C16.9444 2245.17 17.417 2245.64 17.417 2246.22L17.417 2249.39C17.417 2249.97 16.9444 2250.44 16.3614 2250.44C15.7785 2250.44 15.3059 2249.97 15.3059 2249.39L15.3059 2246.22C15.3059 2245.64 15.7785 2245.17 16.3614 2245.17Z" fill="#4D5D69"/>
|
247
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6392 2245.17C22.2222 2245.17 22.6948 2245.64 22.6948 2246.22L22.6948 2249.39C22.6948 2249.97 22.2222 2250.44 21.6392 2250.44C21.0562 2250.44 20.5837 2249.97 20.5837 2249.39L20.5837 2246.22C20.5837 2245.64 21.0562 2245.17 21.6392 2245.17Z" fill="#4D5D69"/>
|
248
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.917 2245.17C27.5 2245.17 27.9725 2245.64 27.9725 2246.22L27.9725 2249.39C27.9725 2249.97 27.5 2250.44 26.917 2250.44C26.334 2250.44 25.8614 2249.97 25.8614 2249.39L25.8614 2246.22C25.8614 2245.64 26.334 2245.17 26.917 2245.17Z" fill="#4D5D69"/>
|
249
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0837 2271.56C11.6666 2271.56 12.1392 2272.03 12.1392 2272.61L12.1392 2275.78C12.1392 2276.36 11.6666 2276.83 11.0837 2276.83C10.5007 2276.83 10.0281 2276.36 10.0281 2275.78L10.0281 2272.61C10.0281 2272.03 10.5007 2271.56 11.0837 2271.56Z" fill="#4D5D69"/>
|
250
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3614 2271.56C16.9444 2271.56 17.417 2272.03 17.417 2272.61L17.417 2275.78C17.417 2276.36 16.9444 2276.83 16.3614 2276.83C15.7785 2276.83 15.3059 2276.36 15.3059 2275.78L15.3059 2272.61C15.3059 2272.03 15.7785 2271.56 16.3614 2271.56Z" fill="#4D5D69"/>
|
251
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6392 2271.56C22.2222 2271.56 22.6948 2272.03 22.6948 2272.61L22.6948 2275.78C22.6948 2276.36 22.2222 2276.83 21.6392 2276.83C21.0562 2276.83 20.5837 2276.36 20.5837 2275.78L20.5837 2272.61C20.5837 2272.03 21.0562 2271.56 21.6392 2271.56Z" fill="#4D5D69"/>
|
252
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.917 2271.56C27.5 2271.56 27.9725 2272.03 27.9725 2272.61L27.9725 2275.78C27.9725 2276.36 27.5 2276.83 26.917 2276.83C26.334 2276.83 25.8614 2276.36 25.8614 2275.78L25.8614 2272.61C25.8614 2272.03 26.334 2271.56 26.917 2271.56Z" fill="#4D5D69"/>
|
253
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8337 2253.08C34.8337 2253.67 34.3611 2254.14 33.7781 2254.14H30.6114C30.0285 2254.14 29.5559 2253.67 29.5559 2253.08C29.5559 2252.5 30.0285 2252.03 30.6114 2252.03H33.7781C34.3611 2252.03 34.8337 2252.5 34.8337 2253.08Z" fill="#4D5D69"/>
|
254
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8337 2258.36C34.8337 2258.94 34.3611 2259.42 33.7781 2259.42H30.6114C30.0285 2259.42 29.5559 2258.94 29.5559 2258.36C29.5559 2257.78 30.0285 2257.31 30.6114 2257.31H33.7781C34.3611 2257.31 34.8337 2257.78 34.8337 2258.36Z" fill="#4D5D69"/>
|
255
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8337 2263.64C34.8337 2264.22 34.3611 2264.69 33.7781 2264.69H30.6114C30.0285 2264.69 29.5559 2264.22 29.5559 2263.64C29.5559 2263.06 30.0285 2262.58 30.6114 2262.58H33.7781C34.3611 2262.58 34.8337 2263.06 34.8337 2263.64Z" fill="#4D5D69"/>
|
256
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8337 2268.92C34.8337 2269.5 34.3611 2269.97 33.7781 2269.97H30.6114C30.0285 2269.97 29.5559 2269.5 29.5559 2268.92C29.5559 2268.33 30.0285 2267.86 30.6114 2267.86H33.7781C34.3611 2267.86 34.8337 2268.33 34.8337 2268.92Z" fill="#4D5D69"/>
|
257
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44477 2253.08C8.44477 2253.67 7.97218 2254.14 7.38921 2254.14H4.22255C3.63958 2254.14 3.16699 2253.67 3.16699 2253.08C3.16699 2252.5 3.63958 2252.03 4.22255 2252.03H7.38921C7.97218 2252.03 8.44477 2252.5 8.44477 2253.08Z" fill="#4D5D69"/>
|
258
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44477 2258.36C8.44477 2258.94 7.97218 2259.42 7.38921 2259.42H4.22255C3.63958 2259.42 3.16699 2258.94 3.16699 2258.36C3.16699 2257.78 3.63958 2257.31 4.22255 2257.31H7.38921C7.97218 2257.31 8.44477 2257.78 8.44477 2258.36Z" fill="#4D5D69"/>
|
259
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44477 2263.64C8.44477 2264.22 7.97218 2264.69 7.38921 2264.69H4.22255C3.63958 2264.69 3.16699 2264.22 3.16699 2263.64C3.16699 2263.06 3.63958 2262.58 4.22255 2262.58H7.38921C7.97218 2262.58 8.44477 2263.06 8.44477 2263.64Z" fill="#4D5D69"/>
|
260
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44477 2268.92C8.44477 2269.5 7.97218 2269.97 7.38921 2269.97H4.22255C3.63958 2269.97 3.16699 2269.5 3.16699 2268.92C3.16699 2268.33 3.63958 2267.86 4.22255 2267.86H7.38921C7.97218 2267.86 8.44477 2268.33 8.44477 2268.92Z" fill="#4D5D69"/>
|
261
|
-
<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"/>
|
262
|
-
<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"/>
|
263
|
-
<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"/>
|
264
|
-
<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"/>
|
265
|
-
<path d="M17 2347H5V2331H29V2335.1C29.7267 2335.24 30.411 2335.55 31 2336V2329H3V2349H17V2347Z" fill="#565656"/>
|
266
|
-
<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"/>
|
267
|
-
<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"/>
|
268
|
-
<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"/>
|
269
|
-
<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"/>
|
270
|
-
<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"/>
|
271
|
-
<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"/>
|
272
|
-
<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"/>
|
273
|
-
<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"/>
|
274
|
-
<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"/>
|
275
|
-
<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"/>
|
276
|
-
<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"/>
|
277
|
-
<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"/>
|
278
|
-
<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"/>
|
279
|
-
<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"/>
|
280
|
-
<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"/>
|
281
|
-
<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"/>
|
282
|
-
<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"/>
|
283
|
-
<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"/>
|
284
|
-
<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"/>
|
285
|
-
<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"/>
|
286
|
-
<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"/>
|
287
|
-
<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"/>
|
288
|
-
<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"/>
|
289
|
-
<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"/>
|
290
|
-
<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"/>
|
291
|
-
<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"/>
|
292
|
-
<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"/>
|
293
|
-
<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"/>
|
294
|
-
<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"/>
|
295
|
-
<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"/>
|
296
|
-
<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"/>
|
297
|
-
<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"/>
|
298
|
-
<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"/>
|
299
|
-
<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"/>
|
300
|
-
<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"/>
|
301
|
-
<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"/>
|
302
|
-
<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"/>
|
303
|
-
<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"/>
|
304
|
-
<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"/>
|
305
|
-
<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"/>
|
306
|
-
<path d="M9.50005 2499.13C9.50005 2498.55 9.97264 2498.08 10.5556 2498.08C11.1386 2498.08 11.6133 2498.55 11.6133 2499.13C11.6133 2499.72 11.1407 2500.19 10.5577 2500.19C9.97475 2500.19 9.50005 2499.72 9.50005 2499.13Z" fill="#4D5D69"/>
|
307
|
-
<path d="M14.7778 2498.69C14.1949 2498.69 13.7223 2499.16 13.7223 2499.75C13.7223 2500.33 14.197 2500.8 14.7799 2500.8C15.3629 2500.8 15.8355 2500.33 15.8355 2499.75C15.8355 2499.16 15.3608 2498.69 14.7778 2498.69Z" fill="#4D5D69"/>
|
308
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7664 2473.17C15.2995 2473.18 12.1326 2473.54 9.78736 2474.13C8.59654 2474.42 7.55798 2474.79 6.7917 2475.25C6.09608 2475.66 5.27783 2476.35 5.27783 2477.39V2500.61C5.27783 2501.65 6.09608 2502.34 6.7917 2502.75C7.55798 2503.21 8.59654 2503.58 9.78736 2503.87C12.1852 2504.47 15.4419 2504.83 19.0001 2504.83C22.5582 2504.83 25.8149 2504.47 28.2128 2503.87C29.4036 2503.58 30.4421 2503.21 31.2084 2502.75C31.904 2502.34 32.7223 2501.65 32.7223 2500.61V2490.32C32.047 2490.58 31.341 2490.79 30.6112 2490.92V2492.83C30.5848 2492.87 30.4816 2493 30.1342 2493.21C29.6186 2493.51 28.8021 2493.82 27.7007 2494.1C25.5142 2494.65 22.4375 2495 19.0001 2495C15.5626 2495 12.4859 2494.65 10.2994 2494.1C9.19798 2493.82 8.38155 2493.51 7.86589 2493.21C7.51853 2493 7.41535 2492.87 7.38894 2492.83V2487.59C8.06536 2487.9 8.88239 2488.17 9.78736 2488.4C12.1852 2489 15.4419 2489.36 19.0001 2489.36C20.1031 2489.36 21.1772 2489.32 22.2057 2489.26C21.331 2488.69 20.5371 2488.01 19.8453 2487.24C19.5662 2487.25 19.2844 2487.25 19.0001 2487.25C15.5626 2487.25 12.4859 2486.9 10.2994 2486.35C9.19798 2486.08 8.38155 2485.77 7.86589 2485.46C7.51853 2485.25 7.41535 2485.12 7.38894 2485.08V2479.84C8.06536 2480.16 8.88239 2480.43 9.78736 2480.65C11.7449 2481.14 14.2749 2481.47 17.0739 2481.58C16.9524 2480.9 16.8889 2480.21 16.8889 2479.5C16.8889 2479.48 16.889 2479.47 16.889 2479.46C14.3108 2479.34 12.0272 2479.04 10.2994 2478.6C9.19798 2478.33 8.38155 2478.02 7.86589 2477.71C7.61646 2477.57 7.49293 2477.45 7.43333 2477.39C7.49293 2477.32 7.61646 2477.21 7.86589 2477.06C8.38155 2476.76 9.19798 2476.45 10.2994 2476.17C12.2005 2475.7 14.7746 2475.37 17.6737 2475.3C17.9653 2474.54 18.3326 2473.83 18.7664 2473.17ZM30.6112 2495.34C29.9347 2495.65 29.1177 2495.92 28.2128 2496.15C25.8149 2496.75 22.5582 2497.11 19.0001 2497.11C15.4419 2497.11 12.1852 2496.75 9.78736 2496.15C8.88239 2495.92 8.06536 2495.65 7.38894 2495.34V2500.55C7.41535 2500.6 7.51853 2500.73 7.86589 2500.93C8.38155 2501.24 9.19798 2501.55 10.2994 2501.83C12.4859 2502.37 15.5626 2502.72 19.0001 2502.72C22.4375 2502.72 25.5142 2502.37 27.7007 2501.83C28.8021 2501.55 29.6186 2501.24 30.1342 2500.93C30.4816 2500.73 30.5848 2500.6 30.6112 2500.55V2495.34Z" fill="#4D5D69"/>
|
309
|
-
<path d="M9.50005 2483.62C9.50005 2483.03 9.97264 2482.56 10.5556 2482.56C11.1386 2482.56 11.6133 2483.03 11.6133 2483.62C11.6133 2484.2 11.1407 2484.67 10.5577 2484.67C9.97475 2484.67 9.50005 2484.2 9.50005 2483.62Z" fill="#4D5D69"/>
|
310
|
-
<path d="M10.5556 2490.31C9.97264 2490.31 9.50005 2490.78 9.50005 2491.36C9.50005 2491.95 9.97475 2492.42 10.5577 2492.42C11.1407 2492.42 11.6133 2491.95 11.6133 2491.36C11.6133 2490.78 11.1386 2490.31 10.5556 2490.31Z" fill="#4D5D69"/>
|
311
|
-
<path d="M14.7778 2483.19C14.1949 2483.19 13.7223 2483.67 13.7223 2484.25C13.7223 2484.83 14.197 2485.31 14.7799 2485.31C15.3629 2485.31 15.8355 2484.83 15.8355 2484.25C15.8355 2483.67 15.3608 2483.19 14.7778 2483.19Z" fill="#4D5D69"/>
|
312
|
-
<path d="M13.7223 2492C13.7223 2491.41 14.1949 2490.94 14.7778 2490.94C15.3608 2490.94 15.8355 2491.41 15.8355 2492C15.8355 2492.58 15.3629 2493.05 14.7799 2493.05C14.197 2493.05 13.7223 2492.58 13.7223 2492Z" fill="#4D5D69"/>
|
313
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 2479.5C38 2484.75 33.7467 2489 28.5 2489C23.2533 2489 19 2484.75 19 2479.5C19 2474.25 23.2533 2470 28.5 2470C33.7467 2470 38 2474.25 38 2479.5ZM28.5 2474.09C29.1296 2474.09 29.64 2474.6 29.64 2475.22V2478.36H32.775C33.4046 2478.36 33.915 2478.87 33.915 2479.5C33.915 2480.13 33.4046 2480.64 32.775 2480.64H29.64V2483.77C29.64 2484.4 29.1296 2484.91 28.5 2484.91C27.8704 2484.91 27.36 2484.4 27.36 2483.77V2480.64H24.225C23.5954 2480.64 23.085 2480.13 23.085 2479.5C23.085 2478.87 23.5954 2478.36 24.225 2478.36H27.36V2475.22C27.36 2474.6 27.8704 2474.09 28.5 2474.09Z" fill="#239332"/>
|
314
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.668 2517.05C12.6777 2517.08 12.7195 2517.16 12.8835 2517.31C13.126 2517.52 13.5382 2517.76 14.1389 2517.98C15.3319 2518.41 17.0502 2518.71 18.9996 2518.71C20.949 2518.71 22.6674 2518.41 23.8604 2517.98C24.4611 2517.76 24.8732 2517.52 25.1157 2517.31C25.2797 2517.16 25.3215 2517.08 25.3312 2517.05C25.3215 2517.02 25.2797 2516.93 25.1157 2516.79C24.8732 2516.58 24.4611 2516.34 23.8604 2516.12C22.6674 2515.68 20.949 2515.39 18.9996 2515.39C17.0502 2515.39 15.3319 2515.68 14.1389 2516.12C13.5382 2516.34 13.126 2516.58 12.8835 2516.79C12.7195 2516.93 12.6777 2517.02 12.668 2517.05ZM25.333 2519.64C25.0957 2519.76 24.8461 2519.86 24.5883 2519.96C23.1071 2520.5 21.131 2520.82 18.9996 2520.82C16.8682 2520.82 14.8922 2520.5 13.4109 2519.96C13.1532 2519.86 12.9035 2519.76 12.6663 2519.64V2523.68C12.6719 2523.7 12.7066 2523.79 12.8835 2523.95C13.126 2524.16 13.5382 2524.4 14.1389 2524.62C15.3319 2525.06 17.0502 2525.35 18.9996 2525.35C20.949 2525.35 22.6674 2525.06 23.8604 2524.62C24.4611 2524.4 24.8732 2524.16 25.1157 2523.95C25.2927 2523.79 25.3274 2523.7 25.333 2523.68V2519.64ZM25.333 2526.29C25.0957 2526.4 24.8461 2526.5 24.5883 2526.6C23.1071 2527.14 21.131 2527.46 18.9996 2527.46C16.8682 2527.46 14.8922 2527.14 13.4109 2526.6C13.1532 2526.5 12.9035 2526.4 12.6663 2526.29V2530.32C12.6719 2530.35 12.7066 2530.44 12.8835 2530.59C13.126 2530.8 13.5382 2531.04 14.1389 2531.26C15.3319 2531.7 17.0502 2531.99 18.9996 2531.99C20.949 2531.99 22.6674 2531.7 23.8604 2531.26C24.4611 2531.04 24.8732 2530.8 25.1157 2530.59C25.2927 2530.44 25.3274 2530.35 25.333 2530.32V2526.29ZM25.333 2532.93C25.0957 2533.04 24.8461 2533.14 24.5883 2533.24C23.1071 2533.78 21.131 2534.1 18.9996 2534.1C16.8682 2534.1 14.8922 2533.78 13.4109 2533.24C13.1532 2533.14 12.9035 2533.04 12.6663 2532.93V2536.95C12.6719 2536.97 12.7066 2537.06 12.8835 2537.21C13.126 2537.42 13.5382 2537.66 14.1389 2537.88C15.3319 2538.32 17.0502 2538.61 18.9996 2538.61C20.949 2538.61 22.6674 2538.32 23.8604 2537.88C24.4611 2537.66 24.8732 2537.42 25.1157 2537.21C25.2927 2537.06 25.3274 2536.97 25.333 2536.95V2532.93ZM25.3339 2536.94C25.334 2536.94 25.3336 2536.94 25.333 2536.95L25.3339 2536.94ZM12.6654 2536.94C12.6655 2536.94 12.6661 2536.94 12.6663 2536.95L12.6654 2536.94ZM12.6654 2530.32C12.6655 2530.32 12.6661 2530.32 12.6663 2530.32L12.6654 2530.32ZM10.5552 2536.95C10.5552 2537.75 10.9966 2538.37 11.4992 2538.81C12.0045 2539.24 12.6745 2539.59 13.4109 2539.86C14.8922 2540.41 16.8682 2540.72 18.9996 2540.72C21.131 2540.72 23.1071 2540.41 24.5883 2539.86C25.3248 2539.59 25.9947 2539.24 26.5 2538.81C27.0027 2538.37 27.4441 2537.75 27.4441 2536.95V2517.05C27.4441 2516.25 27.0027 2515.63 26.5 2515.19C25.9947 2514.76 25.3248 2514.41 24.5883 2514.14C23.1071 2513.59 21.131 2513.28 18.9996 2513.28C16.8682 2513.28 14.8922 2513.59 13.4109 2514.14C12.6745 2514.41 12.0045 2514.76 11.4992 2515.19C10.9966 2515.63 10.5552 2516.25 10.5552 2517.05V2536.95ZM12.6654 2523.68C12.6655 2523.68 12.6661 2523.68 12.6663 2523.68L12.6654 2523.68ZM25.333 2530.32C25.3332 2530.32 25.3338 2530.32 25.3339 2530.32L25.333 2530.32ZM25.333 2523.68C25.3332 2523.68 25.3338 2523.68 25.3339 2523.68L25.333 2523.68ZM25.3332 2517.04C25.3335 2517.04 25.3338 2517.04 25.3339 2517.04L25.3332 2517.04ZM12.6654 2517.04C12.6655 2517.04 12.6658 2517.04 12.666 2517.04L12.6654 2517.04Z" fill="#4D5D69"/>
|
315
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5014 2518.5C28.4683 2519.08 28.9133 2519.58 29.4953 2519.61C30.5491 2519.67 31.4532 2519.96 32.0665 2520.29C32.301 2520.41 32.4739 2520.54 32.5915 2520.64C32.4743 2520.74 32.3022 2520.86 32.0689 2520.99C31.4555 2521.31 30.5506 2521.6 29.4953 2521.66C28.9133 2521.69 28.4683 2522.19 28.5014 2522.77C28.5345 2523.36 29.0331 2523.8 29.6151 2523.77C30.7972 2523.7 31.8706 2523.41 32.7219 2523.02V2533.23C32.7124 2533.24 32.7006 2533.25 32.6862 2533.27C32.5763 2533.38 32.3741 2533.54 32.0651 2533.71C31.4519 2534.04 30.5482 2534.33 29.4953 2534.39C28.9133 2534.42 28.4683 2534.92 28.5014 2535.5C28.5345 2536.09 29.0331 2536.53 29.6151 2536.5C30.965 2536.42 32.1725 2536.05 33.0696 2535.57C33.5159 2535.33 33.9187 2535.04 34.2251 2534.71C34.507 2534.41 34.833 2533.94 34.833 2533.35V2520.64C34.833 2520.05 34.5065 2519.58 34.2242 2519.28C33.9175 2518.96 33.5145 2518.67 33.0683 2518.43C32.1712 2517.95 30.9642 2517.58 29.6151 2517.5C29.0331 2517.47 28.5345 2517.91 28.5014 2518.5ZM32.7568 2533.18C32.7565 2533.18 32.7549 2533.18 32.7523 2533.19C32.7557 2533.18 32.757 2533.18 32.7568 2533.18ZM32.7578 2520.46C32.7576 2520.46 32.7558 2520.46 32.7532 2520.47C32.7567 2520.46 32.758 2520.46 32.7578 2520.46Z" fill="#4D5D69"/>
|
316
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.49814 2518.5C9.53121 2519.08 9.0862 2519.58 8.50417 2519.61C7.45041 2519.67 6.54633 2519.96 5.93303 2520.29C5.69853 2520.41 5.52563 2520.54 5.40801 2520.64C5.52525 2520.74 5.69735 2520.86 5.93066 2520.99C6.54404 2521.31 7.44888 2521.6 8.50417 2521.66C9.0862 2521.69 9.53121 2522.19 9.49814 2522.77C9.46506 2523.36 8.96642 2523.8 8.38439 2523.77C7.20231 2523.7 6.12891 2523.41 5.27761 2523.02V2533.23C5.28709 2533.24 5.29886 2533.25 5.31334 2533.27C5.42316 2533.38 5.62544 2533.54 5.93438 2533.71C6.54763 2534.04 7.45128 2534.33 8.50417 2534.39C9.0862 2534.42 9.53121 2534.92 9.49814 2535.5C9.46506 2536.09 8.96642 2536.53 8.38439 2536.5C7.03449 2536.42 5.82703 2536.05 4.92987 2535.57C4.4836 2535.33 4.08084 2535.04 3.77444 2534.71C3.49252 2534.41 3.1665 2533.94 3.1665 2533.35V2520.64C3.1665 2520.05 3.49299 2519.58 3.7753 2519.28C4.082 2518.96 4.48498 2518.67 4.93121 2518.43C5.82833 2517.95 7.03536 2517.58 8.38439 2517.5C8.96642 2517.47 9.46506 2517.91 9.49814 2518.5ZM5.24275 2533.18C5.24297 2533.18 5.24466 2533.18 5.24719 2533.19C5.24381 2533.18 5.24254 2533.18 5.24275 2533.18ZM5.24169 2520.46C5.24191 2520.46 5.24368 2520.46 5.24631 2520.47C5.24279 2520.46 5.24147 2520.46 5.24169 2520.46Z" fill="#4D5D69"/>
|
317
|
-
<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"/>
|
318
|
-
<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"/>
|
319
|
-
<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"/>
|
320
|
-
<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"/>
|
321
|
-
<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"/>
|
322
|
-
<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"/>
|
323
|
-
<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"/>
|
324
|
-
<path d="M25 2599H27V2601H25V2599ZM25 2591H27V2597H25V2591Z" fill="#454545"/>
|
325
|
-
<g clip-path="url(#clip4_2038_743)">
|
326
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.8099 2622C30.4174 2622.01 30.9042 2622.51 30.8971 2623.11L30.8691 2625.54L34.1201 2625.54L34.1484 2623.09C34.1554 2622.48 34.6536 2621.99 35.2611 2622C35.8686 2622.01 36.3554 2622.51 36.3484 2623.11L36.3204 2625.54H36.4622C37.3127 2625.54 38.0023 2626.23 38.0023 2627.08V2629.57C38.0023 2632 36.0322 2633.97 33.602 2633.97H33.5984V2636.42C33.5984 2637.02 33.1059 2637.52 32.4983 2637.52C31.8907 2637.52 31.3982 2637.02 31.3982 2636.42V2633.97C28.9696 2633.97 27.0015 2632 27.0015 2629.57L27.0015 2627.08C27.0015 2626.23 27.691 2625.54 28.5416 2625.54H28.6688L28.6971 2623.09C28.7042 2622.48 29.2023 2621.99 29.8099 2622ZM29.2016 2627.74V2629.57C29.2016 2630.79 30.1867 2631.77 31.4018 2631.77H33.602C34.8171 2631.77 35.8021 2630.79 35.8021 2629.57V2627.74H29.2016Z" fill="#EA3223"/>
|
327
|
-
<path d="M10.5556 2642.31C9.97264 2642.31 9.50005 2642.78 9.50005 2643.36C9.50005 2643.95 9.97475 2644.42 10.5577 2644.42C11.1407 2644.42 11.6133 2643.95 11.6133 2643.36C11.6133 2642.78 11.1386 2642.31 10.5556 2642.31Z" fill="#4D5D69"/>
|
328
|
-
<path d="M13.7223 2644C13.7223 2643.41 14.1949 2642.94 14.7778 2642.94C15.3608 2642.94 15.8355 2643.41 15.8355 2644C15.8355 2644.58 15.3629 2645.05 14.7799 2645.05C14.197 2645.05 13.7223 2644.58 13.7223 2644Z" fill="#4D5D69"/>
|
329
|
-
<path d="M9.50005 2651.13C9.50005 2650.55 9.97264 2650.08 10.5556 2650.08C11.1386 2650.08 11.6133 2650.55 11.6133 2651.13C11.6133 2651.72 11.1407 2652.19 10.5577 2652.19C9.97475 2652.19 9.50005 2651.72 9.50005 2651.13Z" fill="#4D5D69"/>
|
330
|
-
<path d="M14.7778 2650.69C14.1949 2650.69 13.7223 2651.16 13.7223 2651.75C13.7223 2652.33 14.197 2652.8 14.7799 2652.8C15.3629 2652.8 15.8355 2652.33 15.8355 2651.75C15.8355 2651.16 15.3608 2650.69 14.7778 2650.69Z" fill="#4D5D69"/>
|
331
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.2181 2625.56C23.3572 2625.31 21.2383 2625.17 19.0001 2625.17C15.4419 2625.17 12.1852 2625.53 9.78736 2626.13C8.59654 2626.42 7.55798 2626.79 6.7917 2627.25C6.09608 2627.66 5.27783 2628.35 5.27783 2629.39V2652.61C5.27783 2653.65 6.09608 2654.34 6.7917 2654.75C7.55798 2655.21 8.59654 2655.58 9.78736 2655.87C12.1852 2656.47 15.4419 2656.83 19.0001 2656.83C22.5582 2656.83 25.8149 2656.47 28.2127 2655.87C29.4036 2655.58 30.4421 2655.21 31.2084 2654.75C31.904 2654.34 32.7223 2653.65 32.7223 2652.61V2639.62C32.6482 2639.63 32.5734 2639.63 32.4981 2639.63C31.1974 2639.63 30.0774 2638.85 29.5726 2637.74C29.0886 2637.95 28.4629 2638.16 27.7007 2638.35C25.5142 2638.9 22.4375 2639.25 19.0001 2639.25C15.5626 2639.25 12.4859 2638.9 10.2994 2638.35C9.19798 2638.08 8.38155 2637.77 7.86589 2637.46C7.51853 2637.25 7.41535 2637.12 7.38894 2637.08V2631.84C8.06536 2632.16 8.88239 2632.43 9.78736 2632.65C12.1852 2633.25 15.4419 2633.61 19.0001 2633.61C21.5305 2633.61 23.9084 2633.43 25.9335 2633.11C25.5404 2632.5 25.2455 2631.83 25.0712 2631.1C23.2936 2631.35 21.2222 2631.5 19.0001 2631.5C15.5626 2631.5 12.4859 2631.15 10.2994 2630.6C9.19798 2630.33 8.38155 2630.02 7.86589 2629.71C7.61646 2629.57 7.49293 2629.45 7.43333 2629.39C7.49293 2629.32 7.61646 2629.21 7.86589 2629.06C8.38155 2628.76 9.19798 2628.45 10.2994 2628.17C12.4859 2627.63 15.5626 2627.28 19.0001 2627.28C21.1472 2627.28 23.1535 2627.41 24.8901 2627.65V2627.08C24.8901 2626.54 25.0075 2626.02 25.2181 2625.56ZM7.38894 2639.59V2644.83C7.41535 2644.87 7.51853 2645 7.86589 2645.21C8.38155 2645.51 9.19798 2645.82 10.2994 2646.1C12.4859 2646.65 15.5626 2647 19.0001 2647C22.4375 2647 25.5142 2646.65 27.7007 2646.1C28.8021 2645.82 29.6186 2645.51 30.1342 2645.21C30.4816 2645 30.5848 2644.87 30.6112 2644.83V2639.59C29.9347 2639.9 29.1177 2640.17 28.2127 2640.4C25.8149 2641 22.5582 2641.36 19.0001 2641.36C15.4419 2641.36 12.1852 2641 9.78736 2640.4C8.88239 2640.17 8.06536 2639.9 7.38894 2639.59ZM30.6112 2647.34C29.9347 2647.65 29.1177 2647.92 28.2127 2648.15C25.8149 2648.75 22.5582 2649.11 19.0001 2649.11C15.4419 2649.11 12.1852 2648.75 9.78736 2648.15C8.88239 2647.92 8.06536 2647.65 7.38894 2647.34V2652.55C7.41535 2652.6 7.51853 2652.73 7.86589 2652.93C8.38155 2653.24 9.19798 2653.55 10.2994 2653.83C12.4859 2654.37 15.5626 2654.72 19.0001 2654.72C22.4375 2654.72 25.5142 2654.37 27.7007 2653.83C28.8021 2653.55 29.6186 2653.24 30.1342 2652.93C30.4816 2652.73 30.5848 2652.6 30.6112 2652.55V2647.34Z" fill="#4D5D69"/>
|
332
|
-
<path d="M9.50005 2635.62C9.50005 2635.03 9.97264 2634.56 10.5556 2634.56C11.1386 2634.56 11.6133 2635.03 11.6133 2635.62C11.6133 2636.2 11.1407 2636.67 10.5577 2636.67C9.97475 2636.67 9.50005 2636.2 9.50005 2635.62Z" fill="#4D5D69"/>
|
333
|
-
<path d="M14.7778 2635.19C14.1949 2635.19 13.7223 2635.67 13.7223 2636.25C13.7223 2636.83 14.197 2637.31 14.7799 2637.31C15.3629 2637.31 15.8355 2636.83 15.8355 2636.25C15.8355 2635.67 15.3608 2635.19 14.7778 2635.19Z" fill="#4D5D69"/>
|
334
|
-
</g>
|
335
|
-
<g clip-path="url(#clip5_2038_743)">
|
336
|
-
<path d="M10.5556 2680.31C9.97264 2680.31 9.50005 2680.78 9.50005 2681.36C9.50005 2681.95 9.97475 2682.42 10.5577 2682.42C11.1407 2682.42 11.6133 2681.95 11.6133 2681.36C11.6133 2680.78 11.1386 2680.31 10.5556 2680.31Z" fill="#4D5D69"/>
|
337
|
-
<path d="M13.7223 2682C13.7223 2681.41 14.1949 2680.94 14.7778 2680.94C15.3608 2680.94 15.8355 2681.41 15.8355 2682C15.8355 2682.58 15.3629 2683.05 14.7799 2683.05C14.197 2683.05 13.7223 2682.58 13.7223 2682Z" fill="#4D5D69"/>
|
338
|
-
<path d="M9.50005 2689.13C9.50005 2688.55 9.97264 2688.08 10.5556 2688.08C11.1386 2688.08 11.6133 2688.55 11.6133 2689.13C11.6133 2689.72 11.1407 2690.19 10.5577 2690.19C9.97475 2690.19 9.50005 2689.72 9.50005 2689.13Z" fill="#4D5D69"/>
|
339
|
-
<path d="M14.7778 2688.69C14.1949 2688.69 13.7223 2689.16 13.7223 2689.75C13.7223 2690.33 14.197 2690.8 14.7799 2690.8C15.3629 2690.8 15.8355 2690.33 15.8355 2689.75C15.8355 2689.16 15.3608 2688.69 14.7778 2688.69Z" fill="#4D5D69"/>
|
340
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.6112 2670.69V2675.08C30.5848 2675.12 30.4816 2675.25 30.1342 2675.46C29.6186 2675.77 28.8021 2676.08 27.7007 2676.35C25.5142 2676.9 22.4375 2677.25 19.0001 2677.25C15.5626 2677.25 12.4859 2676.9 10.2994 2676.35C9.19798 2676.08 8.38155 2675.77 7.86589 2675.46C7.51853 2675.25 7.41535 2675.12 7.38894 2675.08V2669.84C8.06536 2670.16 8.88239 2670.43 9.78736 2670.65C12.1852 2671.25 15.4419 2671.61 19.0001 2671.61C20.2811 2671.61 21.5231 2671.56 22.7 2671.48L20.9831 2669.76C20.8906 2669.67 20.805 2669.57 20.7263 2669.47C20.1632 2669.49 19.5869 2669.5 19.0001 2669.5C15.5626 2669.5 12.4859 2669.15 10.2994 2668.6C9.19798 2668.33 8.38155 2668.02 7.86589 2667.71C7.61646 2667.57 7.49293 2667.45 7.43333 2667.39C7.49293 2667.32 7.61646 2667.21 7.86589 2667.06C8.38155 2666.76 9.19798 2666.45 10.2994 2666.17C12.4859 2665.63 15.5626 2665.28 19.0001 2665.28C19.6646 2665.28 20.3157 2665.29 20.9494 2665.32C20.9605 2665.3 20.9718 2665.29 20.9831 2665.28L22.945 2663.32C21.6959 2663.22 20.3703 2663.17 19.0001 2663.17C15.4419 2663.17 12.1852 2663.53 9.78736 2664.13C8.59654 2664.42 7.55798 2664.79 6.7917 2665.25C6.09608 2665.66 5.27783 2666.35 5.27783 2667.39V2690.61C5.27783 2691.65 6.09608 2692.34 6.7917 2692.75C7.55798 2693.21 8.59654 2693.58 9.78736 2693.87C12.1852 2694.47 15.4419 2694.83 19.0001 2694.83C22.5582 2694.83 25.8149 2694.47 28.2128 2693.87C29.4036 2693.58 30.4421 2693.21 31.2084 2692.75C31.904 2692.34 32.7223 2691.65 32.7223 2690.61V2670.69H30.6112ZM7.38894 2677.59V2682.83C7.41535 2682.87 7.51853 2683 7.86589 2683.21C8.38155 2683.51 9.19798 2683.82 10.2994 2684.1C12.4859 2684.65 15.5626 2685 19.0001 2685C22.4375 2685 25.5142 2684.65 27.7007 2684.1C28.8021 2683.82 29.6186 2683.51 30.1342 2683.21C30.4816 2683 30.5848 2682.87 30.6112 2682.83V2677.59C29.9347 2677.9 29.1177 2678.17 28.2128 2678.4C25.8149 2679 22.5582 2679.36 19.0001 2679.36C15.4419 2679.36 12.1852 2679 9.78736 2678.4C8.88239 2678.17 8.06536 2677.9 7.38894 2677.59ZM30.6112 2685.34C29.9347 2685.65 29.1177 2685.92 28.2128 2686.15C25.8149 2686.75 22.5582 2687.11 19.0001 2687.11C15.4419 2687.11 12.1852 2686.75 9.78736 2686.15C8.88239 2685.92 8.06536 2685.65 7.38894 2685.34V2690.55C7.41535 2690.6 7.51853 2690.73 7.86589 2690.93C8.38155 2691.24 9.19798 2691.55 10.2994 2691.83C12.4859 2692.37 15.5626 2692.72 19.0001 2692.72C22.4375 2692.72 25.5142 2692.37 27.7007 2691.83C28.8021 2691.55 29.6186 2691.24 30.1342 2690.93C30.4816 2690.73 30.5848 2690.6 30.6112 2690.55V2685.34Z" fill="#4D5D69"/>
|
341
|
-
<path d="M9.50005 2673.62C9.50005 2673.03 9.97264 2672.56 10.5556 2672.56C11.1386 2672.56 11.6133 2673.03 11.6133 2673.62C11.6133 2674.2 11.1407 2674.67 10.5577 2674.67C9.97475 2674.67 9.50005 2674.2 9.50005 2673.62Z" fill="#4D5D69"/>
|
342
|
-
<path d="M14.7778 2673.19C14.1949 2673.19 13.7223 2673.67 13.7223 2674.25C13.7223 2674.83 14.197 2675.31 14.7799 2675.31C15.3629 2675.31 15.8355 2674.83 15.8355 2674.25C15.8355 2673.67 15.3608 2673.19 14.7778 2673.19Z" fill="#4D5D69"/>
|
343
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.2675 2663.48C27.6798 2663.89 27.6798 2664.56 27.2675 2664.97L25.7709 2666.47H36.9448C37.5277 2666.47 38.0003 2666.94 38.0003 2667.52C38.0003 2668.1 37.5277 2668.58 36.9448 2668.58H25.7709L27.2675 2670.07C27.6798 2670.49 27.6798 2671.15 27.2675 2671.57C26.8553 2671.98 26.187 2671.98 25.7748 2671.57L22.4762 2668.27C22.0639 2667.85 22.0639 2667.19 22.4762 2666.77L25.7748 2663.48C26.187 2663.06 26.8553 2663.06 27.2675 2663.48Z" fill="#4D5D69"/>
|
344
|
-
<path d="M29.0256 2695.68H23.0464L27.7833 2675.83C27.9243 2675.22 28.3385 2674.78 29.0262 2674.78C29.7138 2674.78 30.1448 2675.26 30.2687 2675.83L35.0094 2695.68H29.0256Z" fill="#FBCE28"/>
|
345
|
-
<path d="M33.8758 2690.93H24.1812L24.8049 2688.31H33.2515L33.8758 2690.93Z" fill="#4D5D69"/>
|
346
|
-
<path d="M32.2872 2684.28H25.7684L26.3589 2681.8H31.6963L32.2872 2684.28Z" fill="#4D5D69"/>
|
347
|
-
<rect x="20.0557" y="2695.68" width="17.9444" height="2.32222" rx="1.16111" fill="#4D5D69"/>
|
348
|
-
</g>
|
349
|
-
<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"/>
|
350
|
-
<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"/>
|
351
|
-
<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"/>
|
352
|
-
<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"/>
|
353
|
-
<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"/>
|
354
|
-
<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"/>
|
355
|
-
<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"/>
|
356
|
-
<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"/>
|
357
|
-
<g clip-path="url(#clip6_2038_743)">
|
358
|
-
<path d="M10.5556 2756.31C9.97264 2756.31 9.50005 2756.78 9.50005 2757.36C9.50005 2757.95 9.97475 2758.42 10.5577 2758.42C11.1407 2758.42 11.6133 2757.95 11.6133 2757.36C11.6133 2756.78 11.1386 2756.31 10.5556 2756.31Z" fill="#4D5D69"/>
|
359
|
-
<path d="M13.7223 2758C13.7223 2757.41 14.1949 2756.94 14.7778 2756.94C15.3608 2756.94 15.8355 2757.41 15.8355 2758C15.8355 2758.58 15.3629 2759.05 14.7799 2759.05C14.197 2759.05 13.7223 2758.58 13.7223 2758Z" fill="#4D5D69"/>
|
360
|
-
<path d="M9.50005 2765.13C9.50005 2764.55 9.97264 2764.08 10.5556 2764.08C11.1386 2764.08 11.6133 2764.55 11.6133 2765.13C11.6133 2765.72 11.1407 2766.19 10.5577 2766.19C9.97475 2766.19 9.50005 2765.72 9.50005 2765.13Z" fill="#4D5D69"/>
|
361
|
-
<path d="M14.7778 2764.69C14.1949 2764.69 13.7223 2765.16 13.7223 2765.75C13.7223 2766.33 14.197 2766.8 14.7799 2766.8C15.3629 2766.8 15.8355 2766.33 15.8355 2765.75C15.8355 2765.16 15.3608 2764.69 14.7778 2764.69Z" fill="#4D5D69"/>
|
362
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.069 2746.69C25.6855 2747.27 22.4876 2747.61 19.0001 2747.61C15.4419 2747.61 12.1852 2747.25 9.78736 2746.65C8.88239 2746.43 8.06536 2746.16 7.38894 2745.84V2751.08C7.41535 2751.12 7.51853 2751.25 7.86589 2751.46C8.38155 2751.77 9.19798 2752.08 10.2994 2752.35C12.4859 2752.9 15.5626 2753.25 19.0001 2753.25C22.4375 2753.25 25.5142 2752.9 27.7007 2752.35C28.8021 2752.08 29.6186 2751.77 30.1342 2751.46C30.4816 2751.25 30.5848 2751.12 30.6112 2751.08V2747.73C30.7564 2748.21 31.0216 2748.67 31.4067 2749.06C31.7874 2749.44 32.2408 2749.7 32.7223 2749.85V2766.61C32.7223 2767.65 31.904 2768.34 31.2084 2768.75C30.4421 2769.21 29.4036 2769.58 28.2128 2769.87C25.8149 2770.47 22.5582 2770.83 19.0001 2770.83C15.4419 2770.83 12.1852 2770.47 9.78736 2769.87C8.59654 2769.58 7.55798 2769.21 6.7917 2768.75C6.09608 2768.34 5.27783 2767.65 5.27783 2766.61V2743.39C5.27783 2742.35 6.09608 2741.66 6.7917 2741.25C7.55798 2740.79 8.59654 2740.42 9.78736 2740.13C12.1852 2739.53 15.4419 2739.17 19.0001 2739.17C22.5582 2739.17 25.8149 2739.53 28.2128 2740.13C28.5001 2740.2 28.7786 2740.27 29.0466 2740.35H23.2223C22.3306 2740.35 21.5249 2740.72 20.9494 2741.32C20.3157 2741.29 19.6646 2741.28 19.0001 2741.28C15.5626 2741.28 12.4859 2741.63 10.2994 2742.17C9.19798 2742.45 8.38155 2742.76 7.86589 2743.06C7.61646 2743.21 7.49293 2743.32 7.43333 2743.39C7.49293 2743.45 7.61646 2743.57 7.86589 2743.71C8.38155 2744.02 9.19798 2744.33 10.2994 2744.6C12.4859 2745.15 15.5626 2745.5 19.0001 2745.5C19.587 2745.5 20.1633 2745.49 20.7266 2745.47C21.3062 2746.21 22.2086 2746.69 23.2223 2746.69H28.069ZM7.38894 2753.59V2758.83C7.41535 2758.87 7.51853 2759 7.86589 2759.21C8.38155 2759.51 9.19798 2759.82 10.2994 2760.1C12.4859 2760.65 15.5626 2761 19.0001 2761C22.4375 2761 25.5142 2760.65 27.7007 2760.1C28.8021 2759.82 29.6186 2759.51 30.1342 2759.21C30.4816 2759 30.5848 2758.87 30.6112 2758.83V2753.59C29.9347 2753.9 29.1177 2754.17 28.2128 2754.4C25.8149 2755 22.5582 2755.36 19.0001 2755.36C15.4419 2755.36 12.1852 2755 9.78736 2754.4C8.88239 2754.17 8.06536 2753.9 7.38894 2753.59ZM30.6112 2761.34C29.9347 2761.65 29.1177 2761.92 28.2128 2762.15C25.8149 2762.75 22.5582 2763.11 19.0001 2763.11C15.4419 2763.11 12.1852 2762.75 9.78736 2762.15C8.88239 2761.92 8.06536 2761.65 7.38894 2761.34V2766.55C7.41535 2766.6 7.51853 2766.73 7.86589 2766.93C8.38155 2767.24 9.19798 2767.55 10.2994 2767.83C12.4859 2768.37 15.5626 2768.72 19.0001 2768.72C22.4375 2768.72 25.5142 2768.37 27.7007 2767.83C28.8021 2767.55 29.6186 2767.24 30.1342 2766.93C30.4816 2766.73 30.5848 2766.6 30.6112 2766.55V2761.34Z" fill="#4D5D69"/>
|
363
|
-
<path d="M9.50005 2749.62C9.50005 2749.03 9.97264 2748.56 10.5556 2748.56C11.1386 2748.56 11.6133 2749.03 11.6133 2749.62C11.6133 2750.2 11.1407 2750.67 10.5577 2750.67C9.97475 2750.67 9.50005 2750.2 9.50005 2749.62Z" fill="#4D5D69"/>
|
364
|
-
<path d="M14.7778 2749.19C14.1949 2749.19 13.7223 2749.67 13.7223 2750.25C13.7223 2750.83 14.197 2751.31 14.7799 2751.31C15.3629 2751.31 15.8355 2750.83 15.8355 2750.25C15.8355 2749.67 15.3608 2749.19 14.7778 2749.19Z" fill="#4D5D69"/>
|
365
|
-
<path d="M29.0256 2771.68H23.0464L27.7833 2751.83C27.9243 2751.22 28.3385 2750.78 29.0262 2750.78C29.7138 2750.78 30.1448 2751.26 30.2687 2751.83L35.0094 2771.68H29.0256Z" fill="#FBCE28"/>
|
366
|
-
<path d="M33.8758 2766.93H24.1812L24.8049 2764.31H33.2515L33.8758 2766.93Z" fill="#4D5D69"/>
|
367
|
-
<path d="M32.2872 2760.28H25.7684L26.3589 2757.8H31.6963L32.2872 2760.28Z" fill="#4D5D69"/>
|
368
|
-
<rect x="20.0557" y="2771.68" width="17.9444" height="2.32222" rx="1.16111" fill="#4D5D69"/>
|
369
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.8994 2739.48C32.4872 2739.89 32.4872 2740.56 32.8994 2740.97L34.3961 2742.47H23.2222C22.6393 2742.47 22.1667 2742.94 22.1667 2743.52C22.1667 2744.1 22.6393 2744.58 23.2222 2744.58H34.3961L32.8994 2746.07C32.4872 2746.49 32.4872 2747.15 32.8994 2747.57C33.3117 2747.98 33.98 2747.98 34.3922 2747.57L37.6908 2744.27C38.1031 2743.85 38.1031 2743.19 37.6908 2742.77L34.3922 2739.48C33.98 2739.06 33.3117 2739.06 32.8994 2739.48Z" fill="#4D5D69"/>
|
370
|
-
</g>
|
371
|
-
<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"/>
|
372
|
-
<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"/>
|
373
|
-
<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"/>
|
374
|
-
<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"/>
|
375
|
-
<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"/>
|
376
|
-
<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"/>
|
377
|
-
<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"/>
|
378
|
-
<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"/>
|
379
|
-
<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"/>
|
380
|
-
<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"/>
|
381
|
-
<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"/>
|
382
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.33339 2859.08C6.91635 2859.08 7.38894 2859.55 7.38894 2860.13L7.38894 2860.37C7.38894 2860.95 6.91635 2861.42 6.33339 2861.42C5.75042 2861.42 5.27783 2860.95 5.27783 2860.37L5.27783 2860.13C5.27783 2859.55 5.75042 2859.08 6.33339 2859.08ZM6.33339 2863.07C6.91635 2863.07 7.38894 2863.54 7.38894 2864.12L7.38894 2864.59C7.38894 2865.17 6.91636 2865.65 6.33339 2865.65C5.75042 2865.65 5.27783 2865.17 5.27783 2864.59L5.27783 2864.12C5.27783 2863.54 5.75042 2863.07 6.33339 2863.07ZM6.33339 2867.29C6.91636 2867.29 7.38894 2867.76 7.38894 2868.34L7.38894 2868.81C7.38894 2869.4 6.91636 2869.87 6.33339 2869.87C5.75042 2869.87 5.27783 2869.4 5.27783 2868.81L5.27783 2868.34C5.27783 2867.76 5.75042 2867.29 6.33339 2867.29ZM6.33339 2871.51C6.91636 2871.51 7.38894 2871.98 7.38894 2872.57V2872.8C7.38894 2873.38 6.91636 2873.86 6.33339 2873.86C5.75042 2873.86 5.27783 2873.38 5.27783 2872.8L5.27783 2872.57C5.27783 2871.98 5.75042 2871.51 6.33339 2871.51Z" fill="#4D5D69"/>
|
383
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.6667 2859.08C32.2497 2859.08 32.7223 2859.55 32.7223 2860.13V2860.37C32.7223 2860.95 32.2497 2861.42 31.6667 2861.42C31.0838 2861.42 30.6112 2860.95 30.6112 2860.37V2860.13C30.6112 2859.55 31.0838 2859.08 31.6667 2859.08ZM31.6667 2863.07C32.2497 2863.07 32.7223 2863.54 32.7223 2864.12V2864.59C32.7223 2865.17 32.2497 2865.65 31.6667 2865.65C31.0838 2865.65 30.6112 2865.17 30.6112 2864.59V2864.12C30.6112 2863.54 31.0838 2863.07 31.6667 2863.07ZM31.6667 2867.29C32.2497 2867.29 32.7223 2867.76 32.7223 2868.34V2868.81C32.7223 2869.4 32.2497 2869.87 31.6667 2869.87C31.0838 2869.87 30.6112 2869.4 30.6112 2868.81L30.6112 2868.34C30.6112 2867.76 31.0838 2867.29 31.6667 2867.29ZM31.6667 2871.51C32.2497 2871.51 32.7223 2871.98 32.7223 2872.57V2872.8C32.7223 2873.38 32.2497 2873.86 31.6667 2873.86C31.0838 2873.86 30.6112 2873.38 30.6112 2872.8L30.6112 2872.57C30.6112 2871.98 31.0838 2871.51 31.6667 2871.51Z" fill="#4D5D69"/>
|
384
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.50005 2879.13C9.50005 2878.55 9.97264 2878.08 10.5556 2878.08C11.1386 2878.08 11.6133 2878.55 11.6133 2879.13C11.6133 2879.72 11.1407 2880.19 10.5577 2880.19C9.97475 2880.19 9.50005 2879.72 9.50005 2879.13Z" fill="#4D5D69"/>
|
385
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7223 2879.75C13.7223 2879.16 14.1949 2878.69 14.7778 2878.69C15.3608 2878.69 15.8355 2879.16 15.8355 2879.75C15.8355 2880.33 15.3629 2880.8 14.7799 2880.8C14.197 2880.8 13.7223 2880.33 13.7223 2879.75Z" fill="#4D5D69"/>
|
386
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2994 2874.1C12.4859 2874.65 15.5626 2875 19.0001 2875C22.4375 2875 25.5142 2874.65 27.7007 2874.1C28.8021 2873.82 29.6186 2873.51 30.1342 2873.21C30.5561 2872.96 30.6178 2872.81 30.6192 2872.81C30.6198 2872.82 30.6112 2872.84 30.6112 2872.88H32.7223C32.7223 2873.92 31.904 2874.61 31.2084 2875.03C30.4421 2875.48 29.4036 2875.85 28.2127 2876.15C25.8149 2876.75 22.5582 2877.11 19.0001 2877.11C15.4419 2877.11 12.1852 2876.75 9.78736 2876.15C8.59654 2875.85 7.55798 2875.48 6.7917 2875.03C6.09608 2874.61 5.27783 2873.92 5.27783 2872.88H7.38894C7.38894 2872.84 7.38034 2872.82 7.3809 2872.81C7.38233 2872.81 7.44405 2872.96 7.86589 2873.21C8.38155 2873.51 9.19798 2873.82 10.2994 2874.1Z" fill="#4D5D69"/>
|
387
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.38894 2859.84L7.38894 2860.56C7.38894 2861.14 6.91635 2861.61 6.33339 2861.61C5.75042 2861.61 5.27783 2861.14 5.27783 2860.56L5.27783 2857.39C5.27783 2856.35 6.09608 2855.66 6.7917 2855.25C7.55798 2854.79 8.59654 2854.42 9.78736 2854.13C12.1852 2853.53 15.4419 2853.17 19.0001 2853.17C22.5582 2853.17 25.8149 2853.53 28.2127 2854.13C29.4036 2854.42 30.4421 2854.79 31.2084 2855.25C31.904 2855.66 32.7223 2856.35 32.7223 2857.39L32.7223 2860.56C32.7223 2861.14 32.2497 2861.61 31.6667 2861.61C31.0838 2861.61 30.6112 2861.14 30.6112 2860.56V2859.84C29.9347 2860.16 29.1177 2860.43 28.2127 2860.65C25.8149 2861.25 22.5582 2861.61 19.0001 2861.61C15.4419 2861.61 12.1852 2861.25 9.78736 2860.65C8.88239 2860.43 8.06536 2860.16 7.38894 2859.84ZM30.5668 2857.39C30.5072 2857.45 30.3836 2857.57 30.1342 2857.71C29.6186 2858.02 28.8021 2858.33 27.7007 2858.6C25.5142 2859.15 22.4375 2859.5 19.0001 2859.5C15.5626 2859.5 12.4859 2859.15 10.2994 2858.6C9.19798 2858.33 8.38155 2858.02 7.86589 2857.71C7.61646 2857.57 7.49293 2857.45 7.43333 2857.39C7.49293 2857.32 7.61646 2857.21 7.86589 2857.06C8.38155 2856.76 9.19798 2856.45 10.2994 2856.17C12.4859 2855.63 15.5626 2855.28 19.0001 2855.28C22.4375 2855.28 25.5142 2855.63 27.7007 2856.17C28.8021 2856.45 29.6186 2856.76 30.1342 2857.06C30.3836 2857.21 30.5072 2857.32 30.5668 2857.39ZM6.33339 2871.32C6.91635 2871.32 7.38894 2871.79 7.38894 2872.38L7.38894 2880.55C7.41535 2880.6 7.51853 2880.73 7.86589 2880.93C8.38155 2881.24 9.19798 2881.55 10.2994 2881.83C12.4859 2882.37 15.5626 2882.72 19.0001 2882.72C22.4375 2882.72 25.5142 2882.37 27.7007 2881.83C28.8021 2881.55 29.6186 2881.24 30.1342 2880.93C30.4816 2880.73 30.5848 2880.6 30.6112 2880.55L30.6112 2872.38C30.6112 2871.79 31.0838 2871.32 31.6667 2871.32C32.2497 2871.32 32.7223 2871.79 32.7223 2872.38L32.7223 2880.61C32.7223 2881.65 31.904 2882.34 31.2084 2882.75C30.4421 2883.21 29.4036 2883.58 28.2127 2883.87C25.8149 2884.47 22.5582 2884.83 19.0001 2884.83C15.4419 2884.83 12.1852 2884.47 9.78736 2883.87C8.59654 2883.58 7.55798 2883.21 6.7917 2882.75C6.09608 2882.34 5.27783 2881.65 5.27783 2880.61L5.27783 2872.38C5.27783 2871.79 5.75042 2871.32 6.33339 2871.32Z" fill="#4D5D69"/>
|
388
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.50005 2879.13C9.50005 2878.55 9.97264 2878.08 10.5556 2878.08C11.1386 2878.08 11.6133 2878.55 11.6133 2879.13C11.6133 2879.72 11.1407 2880.19 10.5577 2880.19C9.97475 2880.19 9.50005 2879.72 9.50005 2879.13Z" fill="#4D5D69"/>
|
389
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7223 2879.75C13.7223 2879.16 14.1949 2878.69 14.7778 2878.69C15.3608 2878.69 15.8355 2879.16 15.8355 2879.75C15.8355 2880.33 15.3629 2880.8 14.7799 2880.8C14.197 2880.8 13.7223 2880.33 13.7223 2879.75Z" fill="#4D5D69"/>
|
390
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9602 2868.82C15.3724 2869.23 16.0408 2869.23 16.453 2868.82L19.0052 2866.27L21.5574 2868.82C21.9696 2869.23 22.638 2869.23 23.0502 2868.82C23.4624 2868.41 23.4624 2867.74 23.0502 2867.33L19.7516 2864.03C19.3394 2863.62 18.671 2863.62 18.2588 2864.03L14.9602 2867.33C14.548 2867.74 14.548 2868.41 14.9602 2868.82Z" fill="#4D5D69"/>
|
391
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0052 2863.72C18.4222 2863.72 17.9497 2864.19 17.9497 2864.78L17.9497 2871.64C17.9497 2872.22 18.4222 2872.69 19.0052 2872.69C19.5882 2872.69 20.0608 2872.22 20.0608 2871.64L20.0608 2864.78C20.0608 2864.19 19.5882 2863.72 19.0052 2863.72Z" fill="#4D5D69"/>
|
392
|
-
<g clip-path="url(#clip7_2038_743)">
|
393
|
-
<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"/>
|
394
|
-
<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"/>
|
395
|
-
<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"/>
|
396
|
-
<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"/>
|
397
|
-
<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"/>
|
398
|
-
<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"/>
|
399
|
-
<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"/>
|
400
|
-
<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"/>
|
401
|
-
<path d="M33.8758 2918.93H24.1812L24.8049 2916.31H33.2515L33.8758 2918.93Z" fill="#4D5D69"/>
|
402
|
-
<path d="M32.2872 2912.28H25.7684L26.3589 2909.8H31.6963L32.2872 2912.28Z" fill="#4D5D69"/>
|
403
|
-
<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"/>
|
404
|
-
</g>
|
405
|
-
<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"/>
|
406
|
-
<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"/>
|
407
|
-
<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"/>
|
408
|
-
<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"/>
|
409
|
-
<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"/>
|
410
|
-
<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"/>
|
411
|
-
<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"/>
|
412
|
-
<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"/>
|
413
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.5502 2964.91C28.138 2964.57 28.8623 2964.57 29.4502 2964.91L35.4668 2968.39C36.0547 2968.73 36.4168 2969.35 36.4168 2970.03V2976.98C36.4168 2977.66 36.0547 2978.29 35.4668 2978.62L29.4502 2982.1C28.8623 2982.44 28.138 2982.44 27.5502 2982.1L21.5335 2978.62C20.9456 2978.29 20.5835 2977.66 20.5835 2976.98V2970.03C20.5835 2969.35 20.9456 2968.73 21.5335 2968.39L27.5502 2964.91ZM28.5002 2966.8L23.7502 2969.54L28.5002 2972.29L33.2502 2969.54L28.5002 2966.8ZM34.3057 2971.37V2976.86L29.5557 2979.6V2974.12L34.3057 2971.37ZM27.4446 2974.12L22.6946 2971.37V2976.86L27.4446 2979.6V2974.12Z" fill="#4D5D69"/>
|
414
|
-
<path d="M10.5556 2992.08C9.97264 2992.08 9.50005 2992.55 9.50005 2993.13C9.50005 2993.72 9.97475 2994.19 10.5577 2994.19C11.1407 2994.19 11.6133 2993.72 11.6133 2993.13C11.6133 2992.55 11.1386 2992.08 10.5556 2992.08Z" fill="#4D5D69"/>
|
415
|
-
<path d="M14.7778 2992.69C14.1949 2992.69 13.7223 2993.16 13.7223 2993.75C13.7223 2994.33 14.197 2994.8 14.7799 2994.8C15.3629 2994.8 15.8355 2994.33 15.8355 2993.75C15.8355 2993.16 15.3608 2992.69 14.7778 2992.69Z" fill="#4D5D69"/>
|
416
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6721 2967.17C19.4494 2967.17 19.2253 2967.17 19.0001 2967.17C15.4419 2967.17 12.1852 2967.53 9.78736 2968.13C8.59654 2968.42 7.55798 2968.79 6.7917 2969.25C6.09608 2969.66 5.27783 2970.35 5.27783 2971.39V2994.61C5.27783 2995.65 6.09608 2996.34 6.7917 2996.75C7.55798 2997.21 8.59654 2997.58 9.78736 2997.87C12.1852 2998.47 15.4419 2998.83 19.0001 2998.83C22.5582 2998.83 25.8149 2998.47 28.2127 2997.87C29.4036 2997.58 30.4421 2997.21 31.2084 2996.75C31.904 2996.34 32.7223 2995.65 32.7223 2994.61V2982.65L30.6112 2983.87V2986.83C30.5848 2986.87 30.4816 2987 30.1342 2987.21C29.6186 2987.51 28.8021 2987.82 27.7007 2988.1C25.5142 2988.65 22.4375 2989 19.0001 2989C15.5626 2989 12.4859 2988.65 10.2994 2988.1C9.19798 2987.82 8.38155 2987.51 7.86589 2987.21C7.51853 2987 7.41535 2986.87 7.38894 2986.83V2981.59C8.06536 2981.9 8.88239 2982.17 9.78736 2982.4C12.1852 2983 15.4419 2983.36 19.0001 2983.36C21.1102 2983.36 23.1144 2983.23 24.8962 2983L21.7237 2981.17C20.8499 2981.22 19.9384 2981.25 19.0001 2981.25C15.5626 2981.25 12.4859 2980.9 10.2994 2980.35C9.19798 2980.08 8.38155 2979.77 7.86589 2979.46C7.51853 2979.25 7.41535 2979.12 7.38894 2979.08V2973.84C8.06536 2974.16 8.88239 2974.43 9.78736 2974.65C12.0662 2975.22 15.1206 2975.57 18.4723 2975.61V2973.5C15.2482 2973.46 12.3734 2973.12 10.2994 2972.6C9.19798 2972.33 8.38155 2972.02 7.86589 2971.71C7.61646 2971.57 7.49293 2971.45 7.43333 2971.39C7.49293 2971.32 7.61646 2971.21 7.86589 2971.06C8.38155 2970.76 9.19798 2970.45 10.2994 2970.17C12.3886 2969.65 15.2905 2969.31 18.5434 2969.28C18.6966 2968.48 19.0918 2967.74 19.6721 2967.17ZM28.2127 2990.15C29.1177 2989.92 29.9347 2989.65 30.6112 2989.34V2994.55C30.5848 2994.6 30.4816 2994.73 30.1342 2994.93C29.6186 2995.24 28.8021 2995.55 27.7007 2995.83C25.5142 2996.37 22.4375 2996.72 19.0001 2996.72C15.5626 2996.72 12.4859 2996.37 10.2994 2995.83C9.19798 2995.55 8.38155 2995.24 7.86589 2994.93C7.51853 2994.73 7.41535 2994.6 7.38894 2994.55V2989.34C8.06536 2989.65 8.88239 2989.92 9.78736 2990.15C12.1852 2990.75 15.4419 2991.11 19.0001 2991.11C22.5582 2991.11 25.8149 2990.75 28.2127 2990.15Z" fill="#4D5D69"/>
|
417
|
-
<path d="M10.5556 2976.56C9.97264 2976.56 9.50005 2977.03 9.50005 2977.62C9.50005 2978.2 9.97475 2978.67 10.5577 2978.67C11.1407 2978.67 11.6133 2978.2 11.6133 2977.62C11.6133 2977.03 11.1386 2976.56 10.5556 2976.56Z" fill="#4D5D69"/>
|
418
|
-
<path d="M14.7778 2977.19C14.1949 2977.19 13.7223 2977.67 13.7223 2978.25C13.7223 2978.83 14.197 2979.31 14.7799 2979.31C15.3629 2979.31 15.8355 2978.83 15.8355 2978.25C15.8355 2977.67 15.3608 2977.19 14.7778 2977.19Z" fill="#4D5D69"/>
|
419
|
-
<path d="M10.5556 2984.31C9.97264 2984.31 9.50005 2984.78 9.50005 2985.36C9.50005 2985.95 9.97475 2986.42 10.5577 2986.42C11.1407 2986.42 11.6133 2985.95 11.6133 2985.36C11.6133 2984.78 11.1386 2984.31 10.5556 2984.31Z" fill="#4D5D69"/>
|
420
|
-
<path d="M14.7778 2984.94C14.1949 2984.94 13.7223 2985.41 13.7223 2986C13.7223 2986.58 14.197 2987.05 14.7799 2987.05C15.3629 2987.05 15.8355 2986.58 15.8355 2986C15.8355 2985.41 15.3608 2984.94 14.7778 2984.94Z" fill="#4D5D69"/>
|
421
|
-
<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"/>
|
422
|
-
<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"/>
|
423
|
-
<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"/>
|
424
|
-
<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"/>
|
425
|
-
<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"/>
|
426
|
-
<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"/>
|
427
|
-
<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"/>
|
428
|
-
<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"/>
|
429
|
-
</g>
|
430
|
-
<defs>
|
431
|
-
<clipPath id="clip0_2038_743">
|
432
|
-
<rect width="38" height="3040" fill="white"/>
|
433
|
-
</clipPath>
|
434
|
-
<clipPath id="clip1_2038_743">
|
435
|
-
<rect width="38" height="38" fill="white" transform="translate(0 114)"/>
|
436
|
-
</clipPath>
|
437
|
-
<clipPath id="clip2_2038_743">
|
438
|
-
<rect width="38" height="38" fill="white" transform="translate(0 152)"/>
|
439
|
-
</clipPath>
|
440
|
-
<clipPath id="clip3_2038_743">
|
441
|
-
<rect width="38" height="38" fill="white" transform="translate(0 190)"/>
|
442
|
-
</clipPath>
|
443
|
-
<clipPath id="clip4_2038_743">
|
444
|
-
<rect width="38" height="38" fill="white" transform="translate(0 2622)"/>
|
445
|
-
</clipPath>
|
446
|
-
<clipPath id="clip5_2038_743">
|
447
|
-
<rect width="38" height="38" fill="white" transform="translate(0 2660)"/>
|
448
|
-
</clipPath>
|
449
|
-
<clipPath id="clip6_2038_743">
|
450
|
-
<rect width="38" height="38" fill="white" transform="translate(0 2736)"/>
|
451
|
-
</clipPath>
|
452
|
-
<clipPath id="clip7_2038_743">
|
453
|
-
<rect width="38" height="38" fill="white" transform="translate(0 2888)"/>
|
454
|
-
</clipPath>
|
455
|
-
</defs>
|
456
|
-
</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="M18.7665 3.16675H11.611C9.8621 3.16675 8.44434 4.58451 8.44434 6.33342V31.6667C8.44434 33.4157 9.8621 34.8334 11.611 34.8334H26.3888C28.1377 34.8334 29.5554 33.4156 29.5554 31.6667V21.0639C29.2078 21.0952 28.8557 21.1112 28.4999 21.1112C28.1441 21.1112 27.792 21.0952 27.4443 21.0639V31.6667C27.4443 32.2497 26.9717 32.7223 26.3888 32.7223H11.611C11.028 32.7223 10.5554 32.2497 10.5554 31.6667V6.33342C10.5554 5.75045 11.028 5.27786 11.611 5.27786H17.6803C17.9709 4.53377 18.336 3.827 18.7665 3.16675Z" fill="#4D5D69"/>
|
4
|
+
<path d="M16.919 8.65564L13.7221 8.65564C13.2557 8.65564 12.8777 9.03371 12.8777 9.50008C12.8777 9.96646 13.2557 10.3445 13.7221 10.3445L16.919 10.3445C16.899 10.0657 16.8888 9.78406 16.8888 9.50008C16.8888 9.2161 16.899 8.93451 16.919 8.65564Z" fill="#4D5D69"/>
|
5
|
+
<path d="M17.7652 13.9334H14.7777C14.3113 13.9334 13.9332 14.3115 13.9332 14.7779C13.9332 15.2442 14.3113 15.6223 14.7777 15.6223H18.6321C18.2992 15.0869 18.0087 14.5223 17.7652 13.9334Z" fill="#4D5D69"/>
|
6
|
+
<path d="M20.7603 18.1556C21.5011 18.8185 22.3275 19.3877 23.2209 19.8445H14.7777C14.3113 19.8445 13.9332 19.4665 13.9332 19.0001C13.9332 18.5337 14.3113 18.1556 14.7777 18.1556L20.7603 18.1556Z" fill="#4D5D69"/>
|
7
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 24.489C17.3676 24.489 16.0443 25.8122 16.0443 27.4445C16.0443 29.0768 17.3676 30.4001 18.9999 30.4001C20.6322 30.4001 21.9554 29.0768 21.9554 27.4445C21.9554 25.8122 20.6322 24.489 18.9999 24.489ZM17.7332 27.4445C17.7332 26.745 18.3003 26.1779 18.9999 26.1779C19.6995 26.1779 20.2666 26.745 20.2666 27.4445C20.2666 28.1441 19.6995 28.7112 18.9999 28.7112C18.3003 28.7112 17.7332 28.1441 17.7332 27.4445Z" fill="#4D5D69"/>
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 9.5C38 14.7467 33.7467 19 28.5 19C23.2533 19 19 14.7467 19 9.5C19 4.25329 23.2533 0 28.5 0C33.7467 0 38 4.25329 38 9.5ZM28.5 4.085C29.1296 4.085 29.64 4.5954 29.64 5.225V8.36H32.775C33.4046 8.36 33.915 8.8704 33.915 9.5C33.915 10.1296 33.4046 10.64 32.775 10.64H29.64V13.775C29.64 14.4046 29.1296 14.915 28.5 14.915C27.8704 14.915 27.36 14.4046 27.36 13.775V10.64H24.225C23.5954 10.64 23.085 10.1296 23.085 9.5C23.085 8.87039 23.5954 8.36 24.225 8.36H27.36V5.225C27.36 4.5954 27.8704 4.085 28.5 4.085Z" fill="#239332"/>
|
9
|
+
<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"/>
|
10
|
+
<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"/>
|
11
|
+
<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"/>
|
12
|
+
<path d="M23 61H31V63H23V61ZM23 57H31V59H23V57ZM23 65H29V67H23V65Z" fill="#565656"/>
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.4443 97.1931C27.4443 96.3427 27.6905 95.6123 28.5409 95.6123H30.0584C32.4882 95.6123 34.4579 97.5821 34.4579 100.012H36.8997C37.5071 100.012 37.9996 100.504 37.9996 101.112C37.9996 101.719 37.5071 102.212 36.8997 102.212H34.4579C34.4579 104.641 32.4882 106.611 30.0584 106.611H28.5409C27.6905 106.611 27.4443 105.963 27.4443 105.112V97.1931ZM29.5554 97.8121V104.411H30.0584C31.2733 104.411 32.2582 103.427 32.2582 102.212V100.012C32.2582 98.797 31.2733 97.8121 30.0584 97.8121H29.5554Z" fill="#239332"/>
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44434 82.3334C8.44434 80.5845 9.8621 79.1667 11.611 79.1667H26.3888C28.1377 79.1667 29.5554 80.5845 29.5554 82.3334V107.667C29.5554 109.416 28.1377 110.833 26.3888 110.833H11.611C9.8621 110.833 8.44434 109.416 8.44434 107.667V82.3334ZM11.611 81.2779C11.028 81.2779 10.5554 81.7504 10.5554 82.3334V107.667C10.5554 108.25 11.028 108.722 11.611 108.722H26.3888C26.9717 108.722 27.4443 108.25 27.4443 107.667V82.3334C27.4443 81.7504 26.9717 81.2779 26.3888 81.2779H11.611Z" fill="#4D5D69"/>
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 102.178C18.3004 102.178 17.7333 102.745 17.7333 103.445C17.7333 104.144 18.3004 104.711 19 104.711C19.6995 104.711 20.2667 104.144 20.2667 103.445C20.2667 102.745 19.6995 102.178 19 102.178ZM16.0444 103.445C16.0444 101.812 17.3677 100.489 19 100.489C20.6323 100.489 21.9555 101.812 21.9555 103.445C21.9555 105.077 20.6323 106.4 19 106.4C17.3677 106.4 16.0444 105.077 16.0444 103.445Z" fill="#4D5D69"/>
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9331 90.7778C13.9331 90.3114 14.3112 89.9333 14.7775 89.9333L23.222 89.9334C23.6884 89.9334 24.0664 90.3114 24.0664 90.7778C24.0664 91.2442 23.6884 91.6222 23.222 91.6222L14.7775 91.6222C14.3112 91.6222 13.9331 91.2442 13.9331 90.7778Z" fill="#4D5D69"/>
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.9331 95C13.9331 94.5336 14.3112 94.1555 14.7775 94.1555L23.222 94.1555C23.6884 94.1555 24.0664 94.5336 24.0664 95C24.0664 95.4663 23.6884 95.8444 23.222 95.8444L14.7775 95.8444C14.3112 95.8444 13.9331 95.4663 13.9331 95Z" fill="#4D5D69"/>
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8774 85.5C12.8774 85.0336 13.2555 84.6555 13.7219 84.6555L20.0552 84.6555C20.5216 84.6555 20.8997 85.0336 20.8997 85.5C20.8997 85.9663 20.5216 86.3444 20.0552 86.3444L13.7219 86.3444C13.2555 86.3444 12.8774 85.9663 12.8774 85.5Z" fill="#4D5D69"/>
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2222 85.5001C23.2222 84.9172 23.6948 84.4446 24.2777 84.4446L24.2988 84.4446C24.8818 84.4446 25.3544 84.9172 25.3544 85.5001C25.3544 86.0831 24.8818 86.5557 24.2988 86.5557L24.2777 86.5557C23.6948 86.5557 23.2222 86.0831 23.2222 85.5001Z" fill="#4D5D69"/>
|
20
|
+
<g clip-path="url(#clip1_2038_743)">
|
21
|
+
<path d="M11.611 117.167C9.8621 117.167 8.44434 118.585 8.44434 120.333V145.667C8.44434 147.416 9.8621 148.833 11.611 148.833H26.3888C27.6826 148.833 28.7952 148.057 29.2866 146.946V146.807C28.6122 146.489 27.9925 146.074 27.4443 145.582V145.667C27.4443 146.25 26.9717 146.722 26.3888 146.722H11.611C11.028 146.722 10.5554 146.25 10.5554 145.667V120.333C10.5554 119.75 11.028 119.278 11.611 119.278H26.3888C26.9717 119.278 27.4443 119.75 27.4443 120.333V132.231C27.98 131.655 28.7245 131.276 29.5554 131.215V120.333C29.5554 118.585 28.1377 117.167 26.3888 117.167H11.611Z" fill="#4D5D69"/>
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 138.489C17.3676 138.489 16.0443 139.812 16.0443 141.445C16.0443 143.077 17.3676 144.4 18.9999 144.4C20.6322 144.4 21.9554 143.077 21.9554 141.445C21.9554 139.812 20.6322 138.489 18.9999 138.489ZM17.7332 141.445C17.7332 140.745 18.3003 140.178 18.9999 140.178C19.6995 140.178 20.2666 140.745 20.2666 141.445C20.2666 142.144 19.6995 142.711 18.9999 142.711C18.3003 142.711 17.7332 142.144 17.7332 141.445Z" fill="#4D5D69"/>
|
23
|
+
<path d="M13.9332 128.778C13.9332 128.311 14.3113 127.933 14.7777 127.933L23.2221 127.933C23.6885 127.933 24.0666 128.311 24.0666 128.778C24.0666 129.244 23.6885 129.622 23.2221 129.622H14.7777C14.3113 129.622 13.9332 129.244 13.9332 128.778Z" fill="#4D5D69"/>
|
24
|
+
<path d="M14.7777 132.156C14.3113 132.156 13.9332 132.534 13.9332 133C13.9332 133.466 14.3113 133.845 14.7777 133.845H23.2221C23.6885 133.845 24.0666 133.466 24.0666 133C24.0666 132.534 23.6885 132.156 23.2221 132.156L14.7777 132.156Z" fill="#4D5D69"/>
|
25
|
+
<path d="M12.8777 123.5C12.8777 123.034 13.2557 122.656 13.7221 122.656L20.0554 122.656C20.5218 122.656 20.8999 123.034 20.8999 123.5C20.8999 123.966 20.5218 124.345 20.0554 124.345L13.7221 124.345C13.2557 124.345 12.8777 123.966 12.8777 123.5Z" fill="#4D5D69"/>
|
26
|
+
<path d="M24.2777 122.445C23.6947 122.445 23.2221 122.917 23.2221 123.5C23.2221 124.083 23.6947 124.556 24.2777 124.556H24.2988C24.8817 124.556 25.3543 124.083 25.3543 123.5C25.3543 122.917 24.8817 122.445 24.2988 122.445H24.2777Z" fill="#4D5D69"/>
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.8094 133.317C30.4169 133.324 30.9037 133.822 30.8967 134.429L30.8686 136.855L34.1196 136.855L34.1479 134.404C34.1549 133.796 34.6531 133.31 35.2606 133.317C35.8682 133.324 36.355 133.822 36.3479 134.429L36.3199 136.855H36.4617C37.3123 136.855 38.0018 137.544 38.0018 138.395V140.888C38.0018 143.319 36.0317 145.289 33.6015 145.289H33.5979V147.733C33.5979 148.341 33.1054 148.833 32.4978 148.833C31.8903 148.833 31.3977 148.341 31.3977 147.733V145.289C28.9691 145.287 27.001 143.318 27.001 140.888L27.001 138.395C27.001 137.544 27.6905 136.855 28.5411 136.855H28.6683L28.6966 134.404C28.7037 133.796 29.2019 133.31 29.8094 133.317ZM29.2011 139.055V140.888C29.2011 142.104 30.1862 143.089 31.4013 143.089H33.6015C34.8166 143.089 35.8016 142.104 35.8016 140.888V139.055H29.2011Z" fill="#EA3223"/>
|
28
|
+
</g>
|
29
|
+
<g clip-path="url(#clip2_2038_743)">
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.2675 155.476C27.6798 155.888 27.6798 156.556 27.2675 156.969L25.7709 158.465H36.9448C37.5277 158.465 38.0003 158.938 38.0003 159.521C38.0003 160.104 37.5277 160.576 36.9448 160.576H25.7709L27.2675 162.073C27.6798 162.485 27.6798 163.154 27.2675 163.566C26.8553 163.978 26.187 163.978 25.7748 163.566L22.4762 160.267C22.0639 159.855 22.0639 159.187 22.4762 158.775L25.7748 155.476C26.187 155.064 26.8553 155.064 27.2675 155.476Z" fill="#4D5D69"/>
|
31
|
+
<path d="M20.9883 157.277H11.6113C11.0285 157.277 10.5558 157.75 10.5557 158.333V183.667C10.5558 184.25 11.0285 184.723 11.6113 184.723H26.3887C26.9715 184.723 27.4442 184.25 27.4443 183.667V165.847C27.9254 165.7 28.3793 165.439 28.7598 165.059C29.1483 164.67 29.4122 164.205 29.5557 163.713V183.667C29.5555 185.416 28.1375 186.833 26.3887 186.833H11.6113C9.86253 186.833 8.44451 185.416 8.44434 183.667V158.333C8.44451 156.584 9.86253 155.167 11.6113 155.167H23.0977L20.9883 157.277ZM19 176.489C20.6323 176.489 21.955 177.812 21.9551 179.444C21.9551 181.077 20.6323 182.4 19 182.4C17.3677 182.4 16.0449 181.077 16.0449 179.444C16.045 177.812 17.3677 176.489 19 176.489ZM19 178.178C18.3005 178.178 17.7335 178.745 17.7334 179.444C17.7334 180.144 18.3004 180.711 19 180.711C19.6996 180.711 20.2666 180.144 20.2666 179.444C20.2665 178.745 19.6995 178.178 19 178.178ZM23.2227 170.155C23.6888 170.156 24.0664 170.534 24.0664 171C24.0664 171.466 23.6888 171.844 23.2227 171.845H14.7773C14.3112 171.844 13.9336 171.466 13.9336 171C13.9336 170.534 14.3112 170.156 14.7773 170.155H23.2227ZM23.2227 165.934C23.6887 165.934 24.0662 166.311 24.0664 166.777C24.0664 167.244 23.6888 167.622 23.2227 167.622H14.7773C14.3112 167.622 13.9336 167.244 13.9336 166.777C13.9338 166.311 14.3113 165.934 14.7773 165.934H23.2227ZM27.4443 162.31C27.6191 162.626 27.6188 163.012 27.4443 163.328V162.31ZM20.0557 160.655C20.1324 160.655 20.2067 160.666 20.2773 160.686C20.4152 161.035 20.6179 161.364 20.8848 161.655C20.8118 162.047 20.4689 162.345 20.0557 162.345H13.7227C13.2563 162.345 12.8779 161.966 12.8779 161.5C12.8779 161.034 13.2563 160.655 13.7227 160.655H20.0557ZM29.5557 158.465V160.576H27.4443V158.465H29.5557ZM26.4766 155.169C26.5475 155.171 26.6178 155.174 26.6875 155.181C26.8994 155.214 27.1032 155.312 27.2666 155.476C27.6788 155.888 27.6788 156.557 27.2666 156.969L26.8496 157.385C26.7103 157.317 26.5541 157.277 26.3887 157.277H23.9727L25.7744 155.476C25.9693 155.281 26.2214 155.18 26.4766 155.169Z" fill="#4D5D69"/>
|
32
|
+
<path d="M29.0256 187.678H23.0464L27.7833 167.832C27.9243 167.216 28.3385 166.778 29.0262 166.778C29.7138 166.778 30.1448 167.263 30.2687 167.832L35.0094 187.678H29.0256Z" fill="#FBCE28"/>
|
33
|
+
<path d="M33.8753 182.927H24.1807L24.8044 180.314H33.251L33.8753 182.927Z" fill="#4D5D69"/>
|
34
|
+
<path d="M32.2867 176.277H25.768L26.3584 173.803H31.6958L32.2867 176.277Z" fill="#4D5D69"/>
|
35
|
+
<rect x="20.0557" y="187.678" width="17.9444" height="2.32222" rx="1.16111" fill="#4D5D69"/>
|
36
|
+
</g>
|
37
|
+
<g clip-path="url(#clip3_2038_743)">
|
38
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.8994 193.476C32.4872 193.888 32.4872 194.556 32.8994 194.969L34.3961 196.465H23.2222C22.6393 196.465 22.1667 196.938 22.1667 197.521C22.1667 198.104 22.6393 198.576 23.2222 198.576H34.3961L32.8994 200.073C32.4872 200.485 32.4872 201.154 32.8994 201.566C33.3117 201.978 33.98 201.978 34.3922 201.566L37.6908 198.267C38.1031 197.855 38.1031 197.187 37.6908 196.775L34.3922 193.476C33.98 193.064 33.3117 193.064 32.8994 193.476Z" fill="#4D5D69"/>
|
39
|
+
<path d="M26.3887 193.167C27.3882 193.167 28.278 193.631 28.8584 194.354H23.2227C22.3503 194.354 21.56 194.707 20.9873 195.277H11.6113C11.0285 195.277 10.5558 195.75 10.5557 196.333V221.667C10.5558 222.25 11.0285 222.723 11.6113 222.723H26.3887C26.9715 222.723 27.4442 222.25 27.4443 221.667V200.688H29.5557V221.667C29.5555 223.416 28.1375 224.833 26.3887 224.833H11.6113C9.86253 224.833 8.44451 223.416 8.44434 221.667V196.333C8.44451 194.584 9.86253 193.167 11.6113 193.167H26.3887ZM19 214.489C20.6323 214.489 21.955 215.812 21.9551 217.444C21.9551 219.077 20.6323 220.4 19 220.4C17.3677 220.4 16.0449 219.077 16.0449 217.444C16.045 215.812 17.3677 214.489 19 214.489ZM19 216.178C18.3005 216.178 17.7335 216.745 17.7334 217.444C17.7334 218.144 18.3004 218.711 19 218.711C19.6996 218.711 20.2666 218.144 20.2666 217.444C20.2665 216.745 19.6995 216.178 19 216.178ZM23.2227 208.155C23.6888 208.156 24.0664 208.534 24.0664 209C24.0664 209.466 23.6888 209.844 23.2227 209.845H14.7773C14.3112 209.844 13.9336 209.466 13.9336 209C13.9336 208.534 14.3112 208.156 14.7773 208.155H23.2227ZM23.2227 203.934C23.6887 203.934 24.0662 204.311 24.0664 204.777C24.0664 205.244 23.6888 205.622 23.2227 205.622H14.7773C14.3112 205.622 13.9336 205.244 13.9336 204.777C13.9338 204.311 14.3113 203.934 14.7773 203.934H23.2227ZM20.0557 198.655C20.1328 198.655 20.2074 198.666 20.2783 198.686C20.4207 199.045 20.6285 199.37 20.8848 199.651C20.8133 200.045 20.4702 200.345 20.0557 200.345H13.7227C13.2563 200.345 12.8779 199.966 12.8779 199.5C12.8779 199.034 13.2563 198.655 13.7227 198.655H20.0557ZM29.5557 198.576H27.4443V196.465H29.5557V198.576Z" fill="#4D5D69"/>
|
40
|
+
<path d="M29.0252 225.678H23.0459L27.7828 205.832C27.9238 205.216 28.3381 204.778 29.0257 204.778C29.7133 204.778 30.1443 205.263 30.2682 205.832L35.0089 225.678H29.0252Z" fill="#FBCE28"/>
|
41
|
+
<path d="M33.8753 220.927H24.1807L24.8044 218.314H33.251L33.8753 220.927Z" fill="#4D5D69"/>
|
42
|
+
<path d="M32.2867 214.277H25.768L26.3584 211.803H31.6958L32.2867 214.277Z" fill="#4D5D69"/>
|
43
|
+
<rect x="20.0557" y="225.678" width="17.9444" height="2.32222" rx="1.16111" fill="#4D5D69"/>
|
44
|
+
</g>
|
45
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 243.57C29.0829 243.57 29.5554 244.042 29.5554 244.625V248.408H33.3379C33.9208 248.408 34.3934 248.88 34.3934 249.463C34.3934 250.046 33.9208 250.519 33.3379 250.519H28.4999C27.9169 250.519 27.4443 250.046 27.4443 249.463V244.625C27.4443 244.042 27.9169 243.57 28.4999 243.57Z" fill="#4D5D69"/>
|
46
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1665 253.861C22.1665 253.278 22.6391 252.806 23.2221 252.806H30.2591C30.8421 252.806 31.3147 253.278 31.3147 253.861C31.3147 254.444 30.8421 254.917 30.2591 254.917H23.2221C22.6391 254.917 22.1665 254.444 22.1665 253.861Z" fill="#4D5D69"/>
|
47
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1665 257.38C22.1665 256.797 22.6391 256.324 23.2221 256.324H30.2591C30.8421 256.324 31.3147 256.797 31.3147 257.38C31.3147 257.962 30.8421 258.435 30.2591 258.435H23.2221C22.6391 258.435 22.1665 257.962 22.1665 257.38Z" fill="#4D5D69"/>
|
48
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1665 250.343C22.1665 249.76 22.6391 249.287 23.2221 249.287H24.9813C25.5643 249.287 26.0369 249.76 26.0369 250.343C26.0369 250.926 25.5643 251.398 24.9813 251.398H23.2221C22.6391 251.398 22.1665 250.926 22.1665 250.343Z" fill="#4D5D69"/>
|
49
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.4633 245.241C21.0746 245.241 20.7595 245.556 20.7595 245.944V260.019C20.7595 260.407 21.0746 260.722 21.4633 260.722H32.0188C32.4075 260.722 32.7225 260.407 32.7225 260.019V250.192C32.7225 250.005 32.6484 249.826 32.5164 249.694L28.2692 245.447C28.1372 245.315 27.9582 245.241 27.7716 245.241H21.4633ZM18.6484 245.944C18.6484 244.39 19.9087 243.13 21.4633 243.13H27.7716C28.5181 243.13 29.2341 243.426 29.762 243.954L29.0156 244.7L29.762 243.954L34.0092 248.201C34.5371 248.729 34.8336 249.445 34.8336 250.192V260.019C34.8336 261.573 33.5734 262.833 32.0188 262.833H21.4633C19.9087 262.833 18.6484 261.573 18.6484 260.019V245.944Z" fill="#4D5D69"/>
|
50
|
+
<path d="M8.4445 231.167C6.6956 231.167 5.27783 232.585 5.27783 234.333V259.667C5.27783 261.416 6.6956 262.833 8.4445 262.833H17.4204C16.9909 262.218 16.6985 261.499 16.5873 260.722H8.4445C7.86153 260.722 7.38894 260.25 7.38894 259.667V234.333C7.38894 233.75 7.86153 233.278 8.4445 233.278H23.2223C23.8052 233.278 24.2778 233.75 24.2778 234.333V241.019H26.3889V234.333C26.3889 232.585 24.9712 231.167 23.2223 231.167H8.4445Z" fill="#4D5D69"/>
|
51
|
+
<path d="M18.6033 241.933L11.6112 241.933C11.1448 241.933 10.7667 242.311 10.7667 242.778C10.7667 243.244 11.1448 243.622 11.6112 243.622H17.118C17.4773 242.951 17.9875 242.373 18.6033 241.933Z" fill="#4D5D69"/>
|
52
|
+
<path d="M16.5374 246.156L11.6112 246.156C11.1448 246.156 10.7667 246.534 10.7667 247C10.7667 247.466 11.1448 247.845 11.6112 247.845H16.5374V246.156Z" fill="#4D5D69"/>
|
53
|
+
<path d="M16.5374 252.573C16.3118 252.518 16.076 252.489 15.8334 252.489C14.2011 252.489 12.8778 253.812 12.8778 255.445C12.8778 257.077 14.2011 258.4 15.8334 258.4C16.076 258.4 16.3118 258.371 16.5374 258.316V256.498C16.3361 256.633 16.0939 256.711 15.8334 256.711C15.1338 256.711 14.5667 256.144 14.5667 255.445C14.5667 254.745 15.1338 254.178 15.8334 254.178C16.0939 254.178 16.3361 254.257 16.5374 254.391V252.573Z" fill="#4D5D69"/>
|
54
|
+
<path d="M9.71117 237.5C9.71117 237.034 10.0892 236.656 10.5556 236.656L16.8889 236.656C17.3553 236.656 17.7334 237.034 17.7334 237.5C17.7334 237.966 17.3553 238.345 16.8889 238.345L10.5556 238.345C10.0892 238.345 9.71117 237.966 9.71117 237.5Z" fill="#4D5D69"/>
|
55
|
+
<path d="M21.1112 236.445C20.5282 236.445 20.0556 236.917 20.0556 237.5C20.0556 238.083 20.5282 238.556 21.1112 238.556H21.1323C21.7152 238.556 22.1878 238.083 22.1878 237.5C22.1878 236.917 21.7152 236.445 21.1323 236.445H21.1112Z" fill="#4D5D69"/>
|
56
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5103 287.428C25.3914 287.428 22.8631 289.956 22.8631 293.075C22.8631 296.194 25.3914 298.722 28.5103 298.722C29.4092 298.722 30.2585 298.512 31.0127 298.139C31.0149 298.138 31.0172 298.137 31.0195 298.136C31.4638 297.915 31.8752 297.637 32.2441 297.312C32.2987 297.263 32.3523 297.214 32.405 297.164C32.4348 297.136 32.4644 297.107 32.4936 297.078L32.7396 296.818C33.1363 296.398 33.7964 296.376 34.2211 296.767C34.6459 297.157 34.6778 297.817 34.2929 298.247C34.2002 298.351 34.1047 298.452 34.0066 298.55L33.9965 298.561L33.9963 298.561C33.4045 299.152 32.7173 299.649 31.9591 300.026C31.957 300.027 31.9549 300.028 31.9528 300.029C30.9154 300.544 29.7463 300.833 28.5103 300.833C24.2255 300.833 20.752 297.36 20.752 293.075C20.752 288.79 24.2255 285.316 28.5103 285.316C30.9439 285.316 32.7089 286.448 34.1575 287.811V287.489C34.1575 286.906 34.6301 286.434 35.2131 286.434C35.796 286.434 36.2686 286.906 36.2686 287.489V290.468C36.2686 291.051 35.796 291.524 35.2131 291.524H32.2341C31.6511 291.524 31.1785 291.051 31.1785 290.468C31.1785 289.885 31.6511 289.413 32.2341 289.413H32.7727C31.5171 288.212 30.2453 287.428 28.5103 287.428Z" fill="#4D5D69"/>
|
57
|
+
<path d="M11.611 269.167C9.8621 269.167 8.44434 270.585 8.44434 272.333V297.667C8.44434 299.416 9.8621 300.833 11.611 300.833H22.4096C21.6459 300.232 20.9731 299.52 20.4153 298.722H11.611C11.028 298.722 10.5554 298.25 10.5554 297.667V272.333C10.5554 271.75 11.028 271.278 11.611 271.278H26.3888C26.9717 271.278 27.4443 271.75 27.4443 272.333V283.262C27.7945 283.225 28.1502 283.205 28.5104 283.205C28.8701 283.205 29.2183 283.225 29.5554 283.262V272.333C29.5554 270.585 28.1377 269.167 26.3888 269.167H11.611Z" fill="#4D5D69"/>
|
58
|
+
<path d="M23.8104 284.394C23.6583 284.247 23.4508 284.156 23.2221 284.156L14.7777 284.156C14.3113 284.156 13.9332 284.534 13.9332 285C13.9332 285.466 14.3113 285.845 14.7777 285.845H21.7926C22.3991 285.281 23.0767 284.792 23.8104 284.394Z" fill="#4D5D69"/>
|
59
|
+
<path d="M18.9831 290.489C17.3585 290.498 16.0443 291.818 16.0443 293.445C16.0443 295.077 17.3676 296.4 18.9999 296.4C19.0713 296.4 19.1422 296.398 19.2124 296.393C19.0173 295.846 18.8691 295.277 18.7726 294.691C18.1815 294.584 17.7332 294.066 17.7332 293.445C17.7332 292.856 18.1341 292.362 18.6775 292.219C18.7284 291.626 18.8319 291.048 18.9831 290.489Z" fill="#4D5D69"/>
|
60
|
+
<path d="M13.9332 280.778C13.9332 280.311 14.3113 279.933 14.7777 279.933L23.2221 279.933C23.6885 279.933 24.0666 280.311 24.0666 280.778C24.0666 281.244 23.6885 281.622 23.2221 281.622H14.7777C14.3113 281.622 13.9332 281.244 13.9332 280.778Z" fill="#4D5D69"/>
|
61
|
+
<path d="M12.8777 275.5C12.8777 275.034 13.2557 274.656 13.7221 274.656L20.0554 274.656C20.5218 274.656 20.8999 275.034 20.8999 275.5C20.8999 275.966 20.5218 276.345 20.0554 276.345L13.7221 276.345C13.2557 276.345 12.8777 275.966 12.8777 275.5Z" fill="#4D5D69"/>
|
62
|
+
<path d="M24.2777 274.445C23.6947 274.445 23.2221 274.917 23.2221 275.5C23.2221 276.083 23.6947 276.556 24.2777 276.556H24.2988C24.8817 276.556 25.3543 276.083 25.3543 275.5C25.3543 274.917 24.8817 274.445 24.2988 274.445H24.2777Z" fill="#4D5D69"/>
|
63
|
+
<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"/>
|
64
|
+
<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"/>
|
65
|
+
<path d="M37 311H31V305H27V311H21V315H27V321H31V315H37V311Z" fill="#59A011"/>
|
66
|
+
<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"/>
|
67
|
+
<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"/>
|
68
|
+
<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"/>
|
69
|
+
<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"/>
|
70
|
+
<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"/>
|
71
|
+
<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"/>
|
72
|
+
<path d="M25 395H27V397H25V395ZM25 387H27V393H25V387Z" fill="#454545"/>
|
73
|
+
<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"/>
|
74
|
+
<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"/>
|
75
|
+
<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"/>
|
76
|
+
<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"/>
|
77
|
+
<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"/>
|
78
|
+
<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"/>
|
79
|
+
<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"/>
|
80
|
+
<path d="M21.5601 511.7L23.0201 513.18V510.24L21.5601 511.7Z" fill="#565656"/>
|
81
|
+
<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"/>
|
82
|
+
<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"/>
|
83
|
+
<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"/>
|
84
|
+
<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"/>
|
85
|
+
<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"/>
|
86
|
+
<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"/>
|
87
|
+
<path d="M25 586.65C23.0093 586.892 21.0053 587.009 19 587H25V586.65Z" fill="#565656"/>
|
88
|
+
<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"/>
|
89
|
+
<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"/>
|
90
|
+
<path d="M37 577H31V571H27V577H21V581H27V587H31V581H37V577Z" fill="#59A011"/>
|
91
|
+
<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"/>
|
92
|
+
<path d="M30.5402 658.05C30.4472 657.956 30.3366 657.882 30.2148 657.831C30.0929 657.78 29.9622 657.754 29.8302 657.754C29.6982 657.754 29.5675 657.78 29.4456 657.831C29.3237 657.882 29.2131 657.956 29.1202 658.05C28.9339 658.237 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.105 19.2231 662.293C19.0355 662.48 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.727 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"/>
|
93
|
+
<path d="M14.0051 655.365L8.5533 660.817C8.16277 661.208 8.16277 661.841 8.5533 662.231L8.95635 662.634C9.34687 663.025 9.98004 663.025 10.3706 662.634L15.8224 657.183C16.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"/>
|
94
|
+
<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"/>
|
95
|
+
<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"/>
|
96
|
+
<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"/>
|
97
|
+
<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"/>
|
98
|
+
<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"/>
|
99
|
+
<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"/>
|
100
|
+
<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"/>
|
101
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.87061 771.259C3.87061 767.179 7.17872 763.871 11.2595 763.871H26.741C30.8218 763.871 34.1299 767.179 34.1299 771.259V786.741C34.1299 790.822 30.8217 794.13 26.741 794.13H11.2595C7.17872 794.13 3.87061 790.822 3.87061 786.741V771.259ZM11.2595 765.982C8.34466 765.982 5.98172 768.345 5.98172 771.259V786.741C5.98172 789.656 8.34466 792.019 11.2595 792.019H26.741C29.6558 792.019 32.0188 789.656 32.0188 786.741V771.259C32.0188 768.345 29.6558 765.982 26.741 765.982H11.2595Z" fill="#4D5D69"/>
|
102
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.8129 773.187C24.4007 772.775 23.7323 772.775 23.3201 773.187L13.1868 783.32C12.7746 783.733 12.7746 784.401 13.1868 784.813C13.599 785.225 14.2674 785.225 14.6796 784.813L24.8129 774.68C25.2251 774.268 25.2251 773.599 24.8129 773.187Z" fill="#4D5D69"/>
|
103
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.8129 773.187C24.6149 772.989 24.3465 772.878 24.0665 772.878L16.185 772.878C15.6021 772.878 15.1295 773.351 15.1295 773.933C15.1295 774.516 15.6021 774.989 16.185 774.989L23.011 774.989L23.011 781.815C23.011 782.398 23.4835 782.871 24.0665 782.871C24.6495 782.871 25.1221 782.398 25.1221 781.815L25.1221 773.933C25.1221 773.654 25.0109 773.385 24.8129 773.187Z" fill="#4D5D69"/>
|
104
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.27783 817C5.27783 816.417 5.75042 815.944 6.33339 815.944H31.6667C32.2497 815.944 32.7223 816.417 32.7223 817C32.7223 817.583 32.2497 818.055 31.6667 818.055H6.33339C5.75042 818.055 5.27783 817.583 5.27783 817Z" fill="#4D5D69"/>
|
105
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.27783 808.556C5.27783 807.973 5.75042 807.5 6.33339 807.5H31.6667C32.2497 807.5 32.7223 807.973 32.7223 808.556C32.7223 809.139 32.2497 809.611 31.6667 809.611H6.33339C5.75042 809.611 5.27783 809.139 5.27783 808.556Z" fill="#4D5D69"/>
|
106
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.27783 825.444C5.27783 824.861 5.75042 824.389 6.33339 824.389H31.6667C32.2497 824.389 32.7223 824.861 32.7223 825.444C32.7223 826.027 32.2497 826.5 31.6667 826.5H6.33339C5.75042 826.5 5.27783 826.027 5.27783 825.444Z" fill="#4D5D69"/>
|
107
|
+
<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"/>
|
108
|
+
<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"/>
|
109
|
+
<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"/>
|
110
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.33328 922.555C6.33328 921.972 6.80587 921.5 7.38883 921.5H18.1951C18.6495 921.5 19.0528 921.791 19.1965 922.222L19.4566 923.002L20.3687 926.091C20.7661 927.437 22.0022 928.361 23.4057 928.361H31.6666V930.179C32.4627 930.666 33.1752 931.277 33.7777 931.984V925.118C33.7777 924.287 33.4556 923.48 32.8709 922.879C32.5479 922.547 32.1717 922.188 31.6204 921.947C31.0767 921.71 30.462 921.63 29.7082 921.63L21.2246 921.63L21.1993 921.554C20.7682 920.261 19.5581 919.389 18.1951 919.389H7.38883C5.63993 919.389 4.22217 920.806 4.22217 922.555V939.444C4.22217 941.193 5.63993 942.611 7.38883 942.611H19.7903C19.3518 941.963 18.9974 941.255 18.7426 940.5H7.38883C6.80587 940.5 6.33328 940.027 6.33328 939.444V922.555ZM22.3934 925.493L21.8761 923.741H29.7082C30.3311 923.741 30.6144 923.812 30.777 923.883C30.932 923.95 31.0705 924.056 31.3578 924.351C31.5539 924.553 31.6666 924.83 31.6666 925.118V926.25H23.4057C22.9379 926.25 22.5258 925.942 22.3934 925.493Z" fill="#4D5D69"/>
|
111
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.0785 933.111C24.5525 933.111 22.5047 935.159 22.5047 937.685C22.5047 940.211 24.5525 942.259 27.0785 942.259C28.3029 942.259 29.4149 941.778 30.2358 940.994C30.2583 940.967 30.2823 940.94 30.3079 940.915C30.3336 940.889 30.3602 940.865 30.3877 940.842C31.1713 940.021 31.6524 938.909 31.6524 937.685C31.6524 935.159 29.6046 933.111 27.0785 933.111ZM32.4929 941.607C33.2922 940.505 33.7635 939.15 33.7635 937.685C33.7635 933.993 30.7705 931 27.0785 931C23.3865 931 20.3936 933.993 20.3936 937.685C20.3936 941.377 23.3865 944.37 27.0785 944.37C28.5436 944.37 29.8985 943.899 31.0001 943.099L33.3689 945.468C33.7812 945.881 34.4495 945.881 34.8617 945.468C35.2739 945.056 35.2739 944.388 34.8617 943.976L32.4929 941.607Z" fill="#4D5D69"/>
|
112
|
+
<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"/>
|
113
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0313 1016.19C13.6191 1015.78 13.6191 1015.11 14.0313 1014.7L21.7294 1007L14.0313 999.302C13.6191 998.89 13.6191 998.221 14.0313 997.809C14.4436 997.397 15.1119 997.397 15.5241 997.809L23.9686 1006.25C24.3808 1006.67 24.3808 1007.33 23.9686 1007.75L15.5241 1016.19C15.1119 1016.6 14.4436 1016.6 14.0313 1016.19Z" fill="#4D5D69"/>
|
114
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80917 1040.03C10.2214 1039.62 10.8897 1039.62 11.3019 1040.03L19 1047.73L26.6981 1040.03C27.1103 1039.62 27.7786 1039.62 28.1908 1040.03C28.6031 1040.44 28.6031 1041.11 28.1908 1041.52L19.7464 1049.97C19.3342 1050.38 18.6658 1050.38 18.2536 1049.97L9.80917 1041.52C9.39694 1041.11 9.39694 1040.44 9.80917 1040.03Z" fill="#4D5D69"/>
|
115
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0324 1086.41C12.4831 1086.78 12.5487 1087.44 12.1789 1087.89L7.50621 1093.59L10.8943 1093.34C11.2349 1093.32 11.5663 1093.46 11.7839 1093.72L14.1192 1096.55L15.8612 1089.11C15.9942 1088.54 16.5621 1088.19 17.1297 1088.32C17.6973 1088.46 18.0497 1089.03 17.9167 1089.59L16.1219 1097.25C16.0514 1097.54 15.9208 1097.81 15.7379 1098.05C15.555 1098.28 15.3238 1098.48 15.059 1098.62C15.0372 1098.63 15.015 1098.64 14.9924 1098.65C14.7204 1098.77 14.4265 1098.83 14.1289 1098.83C13.8313 1098.83 13.5373 1098.77 13.2653 1098.65C13.115 1098.59 12.9821 1098.48 12.8774 1098.36L10.5037 1095.49L7.00427 1095.74C6.82091 1095.75 6.63727 1095.72 6.47153 1095.64C6.18451 1095.5 5.93339 1095.3 5.73622 1095.05C5.53909 1094.8 5.40082 1094.51 5.3307 1094.2C5.26059 1093.9 5.26021 1093.58 5.32959 1093.27C5.39897 1092.96 5.53655 1092.67 5.73308 1092.42L5.74538 1092.4L10.5468 1086.55C10.9166 1086.1 11.5817 1086.04 12.0324 1086.41Z" fill="#4D5D69"/>
|
116
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.9676 1086.41C25.5169 1086.78 25.4513 1087.44 25.8211 1087.89L30.4938 1093.59L27.1057 1093.34C26.7651 1093.32 26.4337 1093.46 26.2161 1093.72L23.8808 1096.55L22.1388 1089.11C22.0058 1088.54 21.4379 1088.19 20.8703 1088.32C20.3027 1088.46 19.9503 1089.03 20.0833 1089.59L21.8781 1097.25C21.9486 1097.54 22.0792 1097.81 22.2621 1098.05C22.445 1098.28 22.6762 1098.48 22.941 1098.62C22.9628 1098.63 22.985 1098.64 23.0076 1098.65C23.2796 1098.77 23.5735 1098.83 23.8711 1098.83C24.1687 1098.83 24.4627 1098.77 24.7347 1098.65C24.885 1098.59 25.0179 1098.48 25.1226 1098.36L27.4963 1095.49L30.9957 1095.74C31.1791 1095.75 31.3627 1095.72 31.5285 1095.64C31.8155 1095.5 32.0666 1095.3 32.2638 1095.05C32.4609 1094.8 32.5992 1094.51 32.6693 1094.2C32.7394 1093.9 32.7398 1093.58 32.6704 1093.27C32.601 1092.96 32.4634 1092.67 32.2669 1092.42L32.2546 1092.4L27.4532 1086.55C27.0834 1086.1 26.4183 1086.04 25.9676 1086.41Z" fill="#4D5D69"/>
|
117
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 1074.91C16.8623 1074.91 15.1295 1076.64 15.1295 1078.78C15.1295 1080.92 16.8623 1082.65 18.9999 1082.65C21.1374 1082.65 22.8703 1080.92 22.8703 1078.78C22.8703 1076.64 21.1374 1074.91 18.9999 1074.91ZM13.1943 1078.78C13.1943 1075.57 15.7936 1072.97 18.9999 1072.97C22.2062 1072.97 24.8054 1075.57 24.8054 1078.78C24.8054 1081.98 22.2062 1084.58 18.9999 1084.58C15.7936 1084.58 13.1943 1081.98 13.1943 1078.78Z" fill="#4D5D69"/>
|
118
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3097 1067.55C18.3785 1067.04 19.621 1067.04 20.6899 1067.55C21.155 1067.77 21.5785 1068.13 22.1266 1068.6C22.1592 1068.63 22.1922 1068.66 22.2258 1068.69L21.5411 1069.49L22.2258 1068.69C22.7237 1069.11 23.1898 1069.31 23.8548 1069.36C23.8987 1069.36 23.942 1069.37 23.9848 1069.37C24.7031 1069.43 25.258 1069.47 25.7441 1069.64C26.8611 1070.04 27.7397 1070.92 28.1342 1072.03C28.3059 1072.52 28.3498 1073.07 28.4067 1073.79C28.4101 1073.84 28.4135 1073.88 28.417 1073.92C28.4701 1074.59 28.6675 1075.05 29.0918 1075.55C29.1204 1075.59 29.1486 1075.62 29.1764 1075.65C29.6441 1076.2 30.0054 1076.62 30.2278 1077.09C30.7386 1078.16 30.7386 1079.4 30.2278 1080.47C30.0054 1080.93 29.6441 1081.36 29.1764 1081.9C29.1486 1081.94 29.1204 1081.97 29.0918 1082C28.6591 1082.51 28.4691 1082.98 28.417 1083.63C28.4135 1083.68 28.4101 1083.72 28.4067 1083.76C28.3498 1084.48 28.3059 1085.04 28.1342 1085.52C27.7397 1086.64 26.8611 1087.52 25.7441 1087.91C25.258 1088.08 24.7031 1088.13 23.9848 1088.18C23.9421 1088.19 23.8987 1088.19 23.8548 1088.19C23.1898 1088.25 22.7237 1088.45 22.2258 1088.87C22.1922 1088.9 22.1592 1088.93 22.1266 1088.95C21.5785 1089.42 21.155 1089.78 20.6899 1090.01C19.621 1090.52 18.3785 1090.52 17.3097 1090.01C16.8445 1089.78 16.4211 1089.42 15.873 1088.95C15.8404 1088.93 15.8073 1088.9 15.7738 1088.87C15.266 1088.44 14.7969 1088.25 14.1448 1088.19C14.1008 1088.19 14.0575 1088.19 14.0147 1088.18C13.2965 1088.13 12.7416 1088.08 12.2555 1087.91C11.1385 1087.52 10.2599 1086.64 9.86534 1085.52C9.69364 1085.04 9.64971 1084.48 9.59285 1083.76C9.58947 1083.72 9.58604 1083.68 9.58253 1083.63C9.52946 1082.97 9.33207 1082.5 8.90778 1082C8.8792 1081.97 8.85098 1081.94 8.82315 1081.9C8.35545 1081.36 7.99414 1080.93 7.77181 1080.47C7.26096 1079.4 7.26096 1078.16 7.77181 1077.09C7.99414 1076.62 8.35546 1076.2 8.82316 1075.65C8.85099 1075.62 8.8792 1075.59 8.90778 1075.55C9.34048 1075.04 9.5305 1074.57 9.58253 1073.92C9.58604 1073.88 9.58947 1073.84 9.59285 1073.79C9.64971 1073.07 9.69364 1072.52 9.86534 1072.03C10.2599 1070.92 11.1385 1070.04 12.2555 1069.64C12.7416 1069.47 13.2965 1069.43 14.0148 1069.37C14.0575 1069.37 14.1009 1069.36 14.1448 1069.36C14.8098 1069.31 15.2759 1069.11 15.7738 1068.69C15.8073 1068.66 15.8404 1068.63 15.873 1068.6C16.4211 1068.13 16.8445 1067.77 17.3097 1067.55ZM19.7795 1069.45C19.2864 1069.22 18.7132 1069.22 18.2201 1069.45C18.0376 1069.54 17.8378 1069.7 17.1431 1070.29C16.3111 1071 15.4258 1071.38 14.3127 1071.46C13.4029 1071.54 13.1493 1071.57 12.9586 1071.63C12.4433 1071.82 12.0379 1072.22 11.8559 1072.74C11.7886 1072.93 11.7596 1073.18 11.687 1074.09C11.6 1075.18 11.2388 1076.07 10.5146 1076.92C9.92258 1077.62 9.76375 1077.82 9.67654 1078C9.44086 1078.49 9.44086 1079.06 9.67654 1079.56C9.76375 1079.74 9.92258 1079.94 10.5146 1080.63C11.2236 1081.47 11.5981 1082.35 11.687 1083.46C11.7596 1084.37 11.7886 1084.63 11.8559 1084.82C12.0379 1085.33 12.4433 1085.74 12.9586 1085.92C13.1493 1085.99 13.4029 1086.02 14.3127 1086.09C15.4023 1086.18 16.2932 1086.54 17.1431 1087.26C17.8378 1087.85 18.0376 1088.01 18.2201 1088.1C18.7132 1088.34 19.2864 1088.34 19.7795 1088.1C19.9619 1088.01 20.1618 1087.85 20.8565 1087.26C21.6884 1086.55 22.5738 1086.18 23.6868 1086.09C24.5967 1086.02 24.8503 1085.99 25.041 1085.92C25.5563 1085.74 25.9616 1085.33 26.1436 1084.82C26.211 1084.63 26.24 1084.37 26.3126 1083.46C26.3996 1082.38 26.7607 1081.48 27.485 1080.63C28.077 1079.94 28.2358 1079.74 28.323 1079.56C28.5587 1079.06 28.5587 1078.49 28.323 1078C28.2358 1077.82 28.077 1077.62 27.485 1076.92C26.776 1076.09 26.4014 1075.2 26.3126 1074.09C26.24 1073.18 26.211 1072.93 26.1436 1072.74C25.9616 1072.22 25.5563 1071.82 25.041 1071.63C24.8503 1071.57 24.5967 1071.54 23.6868 1071.46C22.5738 1071.38 21.6884 1071 20.8565 1070.29C20.1618 1069.7 19.9619 1069.54 19.7795 1069.45Z" fill="#4D5D69"/>
|
119
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5095 1123.43C25.6034 1123.43 23.2088 1125.62 22.8968 1128.45C22.8328 1129.03 22.3111 1129.44 21.7317 1129.38C21.1522 1129.32 20.7344 1128.79 20.7985 1128.21C21.2274 1124.33 24.5154 1121.32 28.5095 1121.32C32.0495 1121.32 34.1747 1123.71 35.9695 1125.73L36.0016 1125.77C36.3887 1126.2 36.3491 1126.87 35.9132 1127.26C35.4773 1127.64 34.8101 1127.61 34.423 1127.17C32.527 1125.03 30.9927 1123.43 28.5095 1123.43Z" fill="#4D5D69"/>
|
120
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.2133 1122.43C35.7962 1122.43 36.2688 1122.91 36.2688 1123.49V1126.47C36.2688 1127.05 35.7962 1127.52 35.2133 1127.52H32.2343C31.6513 1127.52 31.1787 1127.05 31.1787 1126.47C31.1787 1125.89 31.6513 1125.41 32.2343 1125.41H34.1577V1123.49C34.1577 1122.91 34.6303 1122.43 35.2133 1122.43Z" fill="#4D5D69"/>
|
121
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5105 1134.72C31.4166 1134.72 33.8112 1132.53 34.1232 1129.7C34.1873 1129.12 34.7089 1128.71 35.2884 1128.77C35.8678 1128.83 36.2856 1129.36 36.2215 1129.94C35.7926 1133.82 32.5046 1136.83 28.5105 1136.83C24.9705 1136.83 22.8453 1134.44 21.0505 1132.42L21.0185 1132.38C20.6314 1131.95 20.6709 1131.28 21.1069 1130.89C21.5428 1130.51 22.2099 1130.55 22.597 1130.98C24.493 1133.12 26.0273 1134.72 28.5105 1134.72Z" fill="#4D5D69"/>
|
122
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.8077 1135.72C21.2247 1135.72 20.7522 1135.24 20.7522 1134.66L20.7522 1131.68C20.7522 1131.1 21.2248 1130.63 21.8077 1130.63L24.7867 1130.63C25.3697 1130.63 25.8423 1131.1 25.8423 1131.68C25.8423 1132.26 25.3697 1132.74 24.7867 1132.74L22.8633 1132.74L22.8633 1134.66C22.8633 1135.24 22.3907 1135.72 21.8077 1135.72Z" fill="#4D5D69"/>
|
123
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.6901 1105.55C19.6213 1105.04 18.3788 1105.04 17.31 1105.55C16.8448 1105.77 16.4214 1106.13 15.8733 1106.6L15.7741 1106.69C15.2762 1107.11 14.8101 1107.31 14.1451 1107.36L14.0151 1107.37C13.2968 1107.43 12.7419 1107.47 12.2558 1107.64C11.1388 1108.04 10.2601 1108.92 9.86561 1110.03C9.69391 1110.52 9.64998 1111.07 9.59312 1111.79L9.5828 1111.92C9.53077 1112.57 9.34075 1113.04 8.90805 1113.55L8.82343 1113.65C8.35574 1114.2 7.99441 1114.62 7.77209 1115.09C7.26123 1116.16 7.26123 1117.4 7.77209 1118.47C7.99441 1118.93 8.35573 1119.36 8.82342 1119.9L8.90805 1120C9.33234 1120.5 9.52974 1120.97 9.5828 1121.63L9.59312 1121.76C9.64998 1122.48 9.69391 1123.04 9.86561 1123.52C10.0094 1123.93 10.2175 1124.3 10.4781 1124.64L5.74538 1130.4L5.73308 1130.42C5.53655 1130.67 5.39897 1130.96 5.32959 1131.27C5.26021 1131.58 5.26059 1131.9 5.3307 1132.2C5.40082 1132.51 5.53909 1132.8 5.73622 1133.05C5.93339 1133.3 6.18451 1133.5 6.47153 1133.64C6.63727 1133.72 6.82091 1133.75 7.00427 1133.74L10.5037 1133.49L12.8774 1136.36C12.9821 1136.48 13.115 1136.59 13.2653 1136.65C13.5373 1136.77 13.8313 1136.83 14.1289 1136.83C14.4265 1136.83 14.7204 1136.77 14.9924 1136.65C15.015 1136.64 15.0372 1136.63 15.059 1136.62C15.3238 1136.48 15.555 1136.28 15.7379 1136.05C15.9208 1135.81 16.0514 1135.54 16.1219 1135.25L17.7762 1128.19C18.0594 1128.29 18.3507 1128.35 18.6443 1128.37C18.6951 1127.65 18.8237 1126.95 19.0217 1126.28C18.748 1126.28 18.4736 1126.22 18.2204 1126.1C18.0379 1126.01 17.838 1125.85 17.1434 1125.26C16.2935 1124.54 15.4026 1124.18 14.313 1124.09C13.4032 1124.02 13.1495 1123.99 12.9588 1123.92C12.4435 1123.74 12.0382 1123.33 11.8562 1122.82C11.7888 1122.63 11.7598 1122.37 11.6872 1121.46C11.5984 1120.35 11.2238 1119.47 10.5149 1118.63C9.92285 1117.94 9.76402 1117.74 9.67681 1117.56C9.44114 1117.06 9.44114 1116.49 9.67681 1116C9.76402 1115.82 9.92285 1115.62 10.5149 1114.92C11.2391 1114.07 11.6003 1113.18 11.6872 1112.09C11.7598 1111.18 11.7888 1110.93 11.8562 1110.74C12.0382 1110.22 12.4435 1109.82 12.9588 1109.63C13.1495 1109.57 13.4032 1109.54 14.313 1109.46C15.4261 1109.38 16.3114 1109 17.1434 1108.29C17.838 1107.7 18.0379 1107.54 18.2204 1107.45C18.7134 1107.22 19.2867 1107.22 19.7797 1107.45C19.9622 1107.54 20.1621 1107.7 20.8568 1108.29C21.6887 1109 22.574 1109.38 23.6871 1109.46C24.5969 1109.54 24.8506 1109.57 25.0413 1109.63C25.5566 1109.82 25.9619 1110.22 26.1439 1110.74C26.2113 1110.93 26.2403 1111.18 26.3129 1112.09C26.4017 1113.2 26.7763 1114.09 27.4853 1114.92C28.0773 1115.62 28.2361 1115.82 28.3233 1116C28.559 1116.49 28.559 1117.06 28.3233 1117.56C28.2361 1117.74 28.0773 1117.94 27.4853 1118.63C27.294 1118.86 27.128 1119.09 26.9857 1119.32C27.4759 1119.24 27.978 1119.21 28.4891 1119.21C28.9069 1119.21 29.3092 1119.23 29.6966 1119.28C29.9176 1119 30.097 1118.74 30.228 1118.47C30.7389 1117.4 30.7389 1116.16 30.228 1115.09C30.0057 1114.62 29.6444 1114.2 29.1767 1113.65L29.0921 1113.55C28.6678 1113.05 28.4704 1112.59 28.4173 1111.92L28.407 1111.79C28.3501 1111.07 28.3062 1110.52 28.1345 1110.03C27.74 1108.92 26.8614 1108.04 25.7444 1107.64C25.2582 1107.47 24.7033 1107.43 23.985 1107.37L23.855 1107.36C23.1901 1107.31 22.7239 1107.11 22.2261 1106.69L22.1268 1106.6C21.5787 1106.13 21.1553 1105.77 20.6901 1105.55ZM15.9017 1126.98L15.7741 1126.87C15.2663 1126.44 14.7971 1126.25 14.1451 1126.19L14.015 1126.18C13.2968 1126.13 12.7419 1126.08 12.2557 1125.91C12.2316 1125.9 12.2076 1125.89 12.1837 1125.89L12.1789 1125.89L7.50621 1131.59L10.8943 1131.34C11.2349 1131.32 11.5663 1131.46 11.7839 1131.72L14.1192 1134.55L15.8612 1127.11C15.8719 1127.07 15.8855 1127.02 15.9017 1126.98Z" fill="#4D5D69"/>
|
124
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3004 1120.68C24.2357 1119.65 24.8056 1118.28 24.8056 1116.78C24.8056 1113.57 22.2064 1110.97 19.0001 1110.97C15.7937 1110.97 13.1945 1113.57 13.1945 1116.78C13.1945 1119.98 15.7937 1122.58 19.0001 1122.58C19.9682 1122.58 20.8811 1122.35 21.6837 1121.93C22.1768 1121.46 22.7185 1121.04 23.3004 1120.68ZM19.0001 1112.91C16.8625 1112.91 15.1297 1114.64 15.1297 1116.78C15.1297 1118.92 16.8625 1120.65 19.0001 1120.65C21.1376 1120.65 22.8704 1118.92 22.8704 1116.78C22.8704 1114.64 21.1376 1112.91 19.0001 1112.91Z" fill="#4D5D69"/>
|
125
|
+
<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"/>
|
126
|
+
<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"/>
|
127
|
+
<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"/>
|
128
|
+
<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"/>
|
129
|
+
<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"/>
|
130
|
+
<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"/>
|
131
|
+
<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"/>
|
132
|
+
<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"/>
|
133
|
+
<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"/>
|
134
|
+
<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"/>
|
135
|
+
<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"/>
|
136
|
+
<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"/>
|
137
|
+
<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"/>
|
138
|
+
<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"/>
|
139
|
+
<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"/>
|
140
|
+
<path d="M22 1359H24V1354H29V1352H24V1347H22V1352H17V1354H22V1359Z" fill="#565656"/>
|
141
|
+
<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"/>
|
142
|
+
<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"/>
|
143
|
+
<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"/>
|
144
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 1410.53C12.4316 1410.94 12.4316 1411.61 12.8438 1412.02L15.396 1414.58L12.8438 1417.13C12.4316 1417.54 12.4316 1418.21 12.8438 1418.62C13.256 1419.03 13.9243 1419.03 14.3366 1418.62L17.6352 1415.32C18.0474 1414.91 18.0474 1414.24 17.6352 1413.83L14.3366 1410.53C13.9243 1410.12 13.256 1410.12 12.8438 1410.53Z" fill="#4D5D69"/>
|
145
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 1414.58C17.9443 1413.99 17.4717 1413.52 16.8888 1413.52H10.0277C9.04784 1413.52 8.10815 1413.91 7.4153 1414.6C6.72246 1415.3 6.33323 1416.24 6.33323 1417.22V1423.31C6.33323 1423.89 6.80581 1424.37 7.38878 1424.37C7.97175 1424.37 8.44434 1423.89 8.44434 1423.31V1417.22C8.44434 1416.8 8.61115 1416.39 8.90808 1416.1C9.20502 1415.8 9.60774 1415.63 10.0277 1415.63H16.8888C17.4717 1415.63 17.9443 1415.16 17.9443 1414.58Z" fill="#4D5D69"/>
|
146
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0557 1412.33C20.0557 1411.17 21.0008 1410.22 22.1668 1410.22H32.723C33.8889 1410.22 34.8341 1411.17 34.8341 1412.33V1421.41C34.8341 1422.58 33.8889 1423.52 32.723 1423.52H22.1668C21.0008 1423.52 20.0557 1422.58 20.0557 1421.41V1412.33ZM32.723 1412.33L22.1668 1412.33V1421.41L32.723 1421.41L32.723 1412.33Z" fill="#4D5D69"/>
|
147
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3281 1419.3C23.3281 1418.78 23.7535 1418.35 24.2781 1418.35H30.6115C31.1361 1418.35 31.5615 1418.78 31.5615 1419.3C31.5615 1419.82 31.1361 1420.25 30.6115 1420.25H24.2781C23.7535 1420.25 23.3281 1419.82 23.3281 1419.3Z" fill="#4D5D69"/>
|
148
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.16699 1428.59C3.16699 1427.42 4.11217 1426.48 5.2781 1426.48H15.8343C17.0002 1426.48 17.9454 1427.42 17.9454 1428.59V1437.67C17.9454 1438.83 17.0002 1439.78 15.8343 1439.78H5.2781C4.11217 1439.78 3.16699 1438.83 3.16699 1437.67V1428.59ZM15.8343 1428.59L5.2781 1428.59V1437.67L15.8343 1437.67L15.8343 1428.59Z" fill="#4D5D69"/>
|
149
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.43945 1435.56C6.43945 1435.03 6.86478 1434.61 7.38945 1434.61H13.7228C14.2475 1434.61 14.6728 1435.03 14.6728 1435.56C14.6728 1436.08 14.2475 1436.51 13.7228 1436.51H7.38945C6.86478 1436.51 6.43945 1436.08 6.43945 1435.56Z" fill="#4D5D69"/>
|
150
|
+
<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"/>
|
151
|
+
<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"/>
|
152
|
+
<path d="M20.0557 1502.06V1488.33C20.0557 1487.17 21.0008 1486.22 22.1668 1486.22H28.5908C29.1507 1486.22 29.6876 1486.44 30.0834 1486.84L34.215 1490.97L34.3551 1491.13C34.663 1491.5 34.8334 1491.97 34.8334 1492.46V1502.06C34.8334 1503.22 33.8883 1504.17 32.7223 1504.17H22.1668C21.0008 1504.17 20.0557 1503.22 20.0557 1502.06ZM30.6112 1498.1C31.1941 1498.1 31.6668 1498.57 31.6668 1499.15C31.6668 1499.74 31.1941 1500.21 30.6112 1500.21H24.2779C23.6949 1500.21 23.2223 1499.74 23.2223 1499.15C23.2223 1498.57 23.6949 1498.1 24.2779 1498.1H30.6112ZM30.6112 1494.93L30.8236 1494.95C31.3047 1495.05 31.6668 1495.48 31.6668 1495.99C31.6667 1496.5 31.3047 1496.92 30.8236 1497.02L30.6112 1497.04H24.2779C23.6949 1497.04 23.2224 1496.57 23.2223 1495.99C23.2223 1495.4 23.6949 1494.93 24.2779 1494.93H30.6112ZM25.8612 1491.76C26.4441 1491.76 26.9168 1492.24 26.9168 1492.82C26.9168 1493.4 26.4441 1493.87 25.8612 1493.87H24.2779C23.6949 1493.87 23.2223 1493.4 23.2223 1492.82C23.2223 1492.24 23.6949 1491.76 24.2779 1491.76H25.8612ZM30.0834 1490.97H31.2297L30.0834 1489.83V1490.97ZM22.1668 1502.06H32.7223V1493.08H29.0279C28.4449 1493.08 27.9723 1492.61 27.9723 1492.03V1488.33H22.1668V1502.06Z" fill="#4D5D69"/>
|
153
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 1486.53C12.4316 1486.94 12.4316 1487.61 12.8438 1488.02L15.396 1490.58L12.8438 1493.13C12.4316 1493.54 12.4316 1494.21 12.8438 1494.62C13.256 1495.03 13.9243 1495.03 14.3366 1494.62L17.6352 1491.32C18.0474 1490.91 18.0474 1490.24 17.6352 1489.83L14.3366 1486.53C13.9243 1486.12 13.256 1486.12 12.8438 1486.53Z" fill="#4D5D69"/>
|
154
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 1490.58C17.9443 1489.99 17.4717 1489.52 16.8888 1489.52H10.0277C9.04784 1489.52 8.10815 1489.91 7.4153 1490.6C6.72246 1491.3 6.33323 1492.24 6.33323 1493.22V1499.31C6.33323 1499.89 6.80581 1500.37 7.38878 1500.37C7.97175 1500.37 8.44434 1499.89 8.44434 1499.31V1493.22C8.44434 1492.8 8.61115 1492.39 8.90808 1492.1C9.20502 1491.8 9.60774 1491.63 10.0277 1491.63H16.8888C17.4717 1491.63 17.9443 1491.16 17.9443 1490.58Z" fill="#4D5D69"/>
|
155
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 1504.59C3.1665 1503.42 4.11168 1502.48 5.27762 1502.48H15.8338C16.9997 1502.48 17.9449 1503.42 17.9449 1504.59V1513.67C17.9449 1514.83 16.9997 1515.78 15.8338 1515.78H5.27761C4.11168 1515.78 3.1665 1514.83 3.1665 1513.67V1504.59ZM15.8338 1504.59L5.27762 1504.59V1513.67L15.8338 1513.67L15.8338 1504.59Z" fill="#4D5D69"/>
|
156
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.43896 1511.56C6.43896 1511.03 6.86429 1510.61 7.38896 1510.61H13.7223C14.247 1510.61 14.6723 1511.03 14.6723 1511.56C14.6723 1512.08 14.247 1512.51 13.7223 1512.51H7.38896C6.86429 1512.51 6.43896 1512.08 6.43896 1511.56Z" fill="#4D5D69"/>
|
157
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.60588 1537.55C10.1937 1537.21 10.918 1537.21 11.5059 1537.55L16.9948 1540.72C17.5826 1541.06 17.9448 1541.68 17.9448 1542.36V1548.7C17.9448 1549.38 17.5826 1550.01 16.9948 1550.35L11.5059 1553.52C10.918 1553.85 10.1937 1553.85 9.60588 1553.52L4.11699 1550.35C3.52913 1550.01 3.16699 1549.38 3.16699 1548.7V1542.36C3.16699 1541.68 3.52913 1541.06 4.11699 1540.72L9.60588 1537.55ZM10.5559 1539.44L6.33366 1541.88L10.5559 1544.31L14.7781 1541.88L10.5559 1539.44ZM15.8337 1543.7V1548.58L11.6114 1551.02V1546.14L15.8337 1543.7ZM9.50033 1546.14L5.2781 1543.7V1548.58L9.50033 1551.02V1546.14Z" fill="#4D5D69"/>
|
158
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 1524.53C12.4316 1524.94 12.4316 1525.61 12.8438 1526.02L15.396 1528.58L12.8438 1531.13C12.4316 1531.54 12.4316 1532.21 12.8438 1532.62C13.256 1533.03 13.9243 1533.03 14.3366 1532.62L17.6352 1529.32C18.0474 1528.91 18.0474 1528.24 17.6352 1527.83L14.3366 1524.53C13.9243 1524.12 13.256 1524.12 12.8438 1524.53Z" fill="#4D5D69"/>
|
159
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 1528.58C17.9443 1527.99 17.4717 1527.52 16.8888 1527.52H10.0277C9.04784 1527.52 8.10815 1527.91 7.4153 1528.6C6.72246 1529.3 6.33323 1530.24 6.33323 1531.22V1534.78C6.33323 1535.36 6.80581 1535.83 7.38878 1535.83C7.97175 1535.83 8.44434 1535.36 8.44434 1534.78V1531.22C8.44434 1530.8 8.61115 1530.39 8.90808 1530.1C9.20502 1529.8 9.60774 1529.63 10.0277 1529.63H16.8888C17.4717 1529.63 17.9443 1529.16 17.9443 1528.58Z" fill="#4D5D69"/>
|
160
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0557 1526.33C20.0557 1525.17 21.0008 1524.22 22.1668 1524.22H32.723C33.8889 1524.22 34.8341 1525.17 34.8341 1526.33V1535.41C34.8341 1536.58 33.8889 1537.52 32.723 1537.52H22.1668C21.0008 1537.52 20.0557 1536.58 20.0557 1535.41V1526.33ZM32.723 1526.33L22.1668 1526.33V1535.41L32.723 1535.41L32.723 1526.33Z" fill="#4D5D69"/>
|
161
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3281 1533.3C23.3281 1532.78 23.7535 1532.35 24.2781 1532.35H30.6115C31.1361 1532.35 31.5615 1532.78 31.5615 1533.3C31.5615 1533.82 31.1361 1534.25 30.6115 1534.25H24.2781C23.7535 1534.25 23.3281 1533.82 23.3281 1533.3Z" fill="#4D5D69"/>
|
162
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.60588 1575.55C10.1937 1575.21 10.918 1575.21 11.5059 1575.55L16.9948 1578.72C17.5826 1579.06 17.9448 1579.68 17.9448 1580.36V1586.7C17.9448 1587.38 17.5826 1588.01 16.9948 1588.35L11.5059 1591.52C10.918 1591.85 10.1937 1591.85 9.60588 1591.52L4.11699 1588.35C3.52913 1588.01 3.16699 1587.38 3.16699 1586.7V1580.36C3.16699 1579.68 3.52913 1579.06 4.11699 1578.72L9.60588 1575.55ZM10.5559 1577.44L6.33366 1579.88L10.5559 1582.31L14.7781 1579.88L10.5559 1577.44ZM15.8337 1581.7V1586.58L11.6114 1589.02V1584.14L15.8337 1581.7ZM9.50033 1584.14L5.2781 1581.7V1586.58L9.50033 1589.02V1584.14Z" fill="#4D5D69"/>
|
163
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.4946 1562.48C27.0824 1562.14 27.8067 1562.14 28.3946 1562.48L33.8834 1565.65C34.4713 1565.99 34.8334 1566.61 34.8334 1567.29V1573.63C34.8334 1574.31 34.4713 1574.94 33.8834 1575.27L28.3946 1578.44C27.8067 1578.78 27.0824 1578.78 26.4946 1578.44L21.0057 1575.27C20.4178 1574.94 20.0557 1574.31 20.0557 1573.63V1567.29C20.0557 1566.61 20.4178 1565.99 21.0057 1565.65L26.4946 1562.48ZM27.4446 1564.37L23.2223 1566.8L27.4446 1569.24L31.6668 1566.8L27.4446 1564.37ZM32.7223 1568.63V1573.51L28.5001 1575.95V1571.07L32.7223 1568.63ZM26.389 1571.07L22.1668 1568.63V1573.51L26.389 1575.95V1571.07Z" fill="#4D5D69"/>
|
164
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 1562.53C12.4316 1562.94 12.4316 1563.61 12.8438 1564.02L15.396 1566.58L12.8438 1569.13C12.4316 1569.54 12.4316 1570.21 12.8438 1570.62C13.256 1571.03 13.9243 1571.03 14.3366 1570.62L17.6352 1567.32C18.0474 1566.91 18.0474 1566.24 17.6352 1565.83L14.3366 1562.53C13.9243 1562.12 13.256 1562.12 12.8438 1562.53Z" fill="#4D5D69"/>
|
165
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 1566.58C17.9443 1565.99 17.4717 1565.52 16.8888 1565.52H10.0277C9.04784 1565.52 8.10815 1565.91 7.4153 1566.6C6.72246 1567.3 6.33323 1568.24 6.33323 1569.22V1572.78C6.33323 1573.36 6.80581 1573.83 7.38878 1573.83C7.97175 1573.83 8.44434 1573.36 8.44434 1572.78V1569.22C8.44434 1568.8 8.61115 1568.39 8.90808 1568.1C9.20502 1567.8 9.60774 1567.63 10.0277 1567.63H16.8888C17.4717 1567.63 17.9443 1567.16 17.9443 1566.58Z" fill="#4D5D69"/>
|
166
|
+
<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"/>
|
167
|
+
<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"/>
|
168
|
+
<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"/>
|
169
|
+
<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"/>
|
170
|
+
<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"/>
|
171
|
+
<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"/>
|
172
|
+
<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"/>
|
173
|
+
<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"/>
|
174
|
+
<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"/>
|
175
|
+
<path d="M25 1687H27V1689H25V1687ZM25 1679H27V1685H25V1679Z" fill="#454545"/>
|
176
|
+
<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"/>
|
177
|
+
<path d="M25 1735H17V1727H25V1735ZM19 1733H23V1729H19V1733Z" fill="#0091DA"/>
|
178
|
+
<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"/>
|
179
|
+
<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"/>
|
180
|
+
<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"/>
|
181
|
+
<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"/>
|
182
|
+
<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"/>
|
183
|
+
<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"/>
|
184
|
+
<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"/>
|
185
|
+
<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"/>
|
186
|
+
<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"/>
|
187
|
+
<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"/>
|
188
|
+
<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"/>
|
189
|
+
<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"/>
|
190
|
+
<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"/>
|
191
|
+
<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"/>
|
192
|
+
<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"/>
|
193
|
+
<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"/>
|
194
|
+
<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"/>
|
195
|
+
<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"/>
|
196
|
+
<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"/>
|
197
|
+
<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"/>
|
198
|
+
<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"/>
|
199
|
+
<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"/>
|
200
|
+
<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"/>
|
201
|
+
<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"/>
|
202
|
+
<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"/>
|
203
|
+
<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"/>
|
204
|
+
<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"/>
|
205
|
+
<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"/>
|
206
|
+
<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"/>
|
207
|
+
<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"/>
|
208
|
+
<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"/>
|
209
|
+
<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"/>
|
210
|
+
<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"/>
|
211
|
+
<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"/>
|
212
|
+
<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"/>
|
213
|
+
<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"/>
|
214
|
+
<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"/>
|
215
|
+
<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"/>
|
216
|
+
<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"/>
|
217
|
+
<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"/>
|
218
|
+
<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"/>
|
219
|
+
<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"/>
|
220
|
+
<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"/>
|
221
|
+
<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"/>
|
222
|
+
<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"/>
|
223
|
+
<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"/>
|
224
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2164 2033.66C11.6286 2033.25 12.297 2033.25 12.7092 2033.66L18.9998 2039.95L25.2905 2033.66C25.7027 2033.25 26.371 2033.25 26.7832 2033.66C27.1955 2034.07 27.1955 2034.74 26.7832 2035.15L19.7462 2042.19C19.5483 2042.39 19.2798 2042.5 18.9998 2042.5C18.7199 2042.5 18.4514 2042.39 18.2534 2042.19L11.2164 2035.15C10.8042 2034.74 10.8042 2034.07 11.2164 2033.66ZM11.2164 2023.81C11.6286 2023.4 12.297 2023.4 12.7092 2023.81L18.9998 2030.1L25.2905 2023.81C25.7027 2023.4 26.371 2023.4 26.7832 2023.81C27.1955 2024.22 27.1955 2024.89 26.7832 2025.3L19.7462 2032.34C19.5483 2032.54 19.2798 2032.65 18.9998 2032.65C18.7199 2032.65 18.4514 2032.54 18.2534 2032.34L11.2164 2025.3C10.8042 2024.89 10.8042 2024.22 11.2164 2023.81Z" fill="#4D5D69"/>
|
225
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.422 2060.21C13.6809 2060.15 12.7313 2060.15 11.3805 2060.15H7.25385C6.34153 2060.15 6.08679 2060.32 6.00888 2060.4C5.92215 2060.49 5.77056 2060.76 5.77056 2061.63V2075.6C5.77056 2075.65 5.77051 2075.69 5.77046 2075.73C5.76993 2076.17 5.7696 2076.45 5.82823 2076.7C5.87453 2076.89 5.93371 2076.96 6.06065 2077.03C6.06118 2077.03 6.06358 2077.03 6.06914 2077.03C6.07493 2077.03 6.08556 2077.03 6.10278 2077.04C6.13899 2077.05 6.19853 2077.06 6.29689 2077.07C6.50804 2077.08 6.79024 2077.08 7.25125 2077.08H11.7473C13.8063 2077.08 15.3348 2077.54 16.637 2078.5C17.1071 2078.85 17.5364 2079.26 17.944 2079.71V2066.71C17.944 2066.57 17.9433 2066.42 17.9427 2066.27C17.9415 2065.98 17.9402 2065.67 17.9433 2065.36C17.9343 2064.48 17.8912 2063.67 17.7122 2062.92C17.4635 2061.89 16.9711 2061.09 15.9202 2060.55C15.5845 2060.38 15.1509 2060.27 14.422 2060.21ZM18.9993 2060.57C18.5266 2059.82 17.8473 2059.17 16.8786 2058.67C16.1957 2058.32 15.4533 2058.18 14.5939 2058.11C13.7568 2058.04 12.7208 2058.04 11.4262 2058.04L7.25385 2058.04C6.20496 2058.04 5.19027 2058.21 4.48906 2058.94C3.79667 2059.66 3.65945 2060.66 3.65945 2061.63V2075.6C3.65945 2075.64 3.65917 2075.69 3.65888 2075.74C3.65658 2076.13 3.6533 2076.68 3.77581 2077.19C3.93191 2077.84 4.30595 2078.5 5.10223 2078.91C5.44529 2079.08 5.79522 2079.14 6.12481 2079.17C6.4325 2079.19 6.80226 2079.19 7.21317 2079.19H11.7473C13.4611 2079.19 14.5198 2079.56 15.3809 2080.2C16.2956 2080.88 17.0751 2081.92 18.1213 2083.49C18.3171 2083.78 18.6467 2083.96 18.9996 2083.96C19.3525 2083.96 19.682 2083.78 19.8778 2083.49C20.9241 2081.92 21.7034 2080.88 22.6179 2080.2C23.4789 2079.56 24.5374 2079.19 26.2518 2079.19H30.7859C31.1968 2079.19 31.5666 2079.19 31.8744 2079.17C32.204 2079.14 32.554 2079.08 32.8972 2078.91C33.6935 2078.5 34.0671 2077.84 34.223 2077.19C34.3456 2076.68 34.3424 2076.13 34.3401 2075.74C34.3399 2075.69 34.3396 2075.64 34.3396 2075.6V2061.63C34.3396 2060.66 34.2019 2059.66 33.509 2058.94C32.8076 2058.21 31.793 2058.04 30.7443 2058.04L26.5719 2058.04C25.2773 2058.04 24.2414 2058.04 23.4042 2058.11C22.5449 2058.18 21.8025 2058.32 21.1196 2058.67C20.151 2059.17 19.4718 2059.82 18.9993 2060.57ZM20.0551 2066.71V2079.71C20.4626 2079.26 20.8918 2078.85 21.3619 2078.5C22.6641 2077.54 24.1926 2077.08 26.2518 2077.08H30.7478C31.2088 2077.08 31.4911 2077.08 31.7024 2077.07C31.8008 2077.06 31.8604 2077.05 31.8966 2077.04C31.9139 2077.03 31.9245 2077.03 31.9303 2077.03C31.9325 2077.03 31.9342 2077.03 31.9355 2077.03C31.9374 2077.03 31.9384 2077.03 31.9387 2077.03C32.0646 2076.96 32.1241 2076.89 32.1706 2076.7C32.2294 2076.45 32.2291 2076.17 32.2286 2075.73C32.2285 2075.69 32.2285 2075.64 32.2285 2075.6V2061.63C32.2285 2060.76 32.0767 2060.49 31.9898 2060.4C31.9115 2060.32 31.6563 2060.15 30.7443 2060.15H26.6176C25.2669 2060.15 24.3172 2060.15 23.5761 2060.21C22.8473 2060.27 22.4137 2060.38 22.078 2060.55C21.0274 2061.09 20.5352 2061.89 20.2866 2062.92C20.1077 2063.67 20.0646 2064.48 20.0557 2065.36C20.0589 2065.67 20.0576 2065.98 20.0563 2066.27C20.0557 2066.42 20.0551 2066.57 20.0551 2066.71Z" fill="#4D5D69"/>
|
226
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6099 2064.22C11.5647 2064.22 11.519 2064.22 11.4726 2064.22H8.57199C7.98903 2064.22 7.51644 2064.7 7.51644 2065.28C7.51644 2065.86 7.98903 2066.33 8.57199 2066.33H11.4726C13.3833 2066.33 13.8142 2066.35 14.5813 2066.68C15.1164 2066.91 15.7377 2066.67 15.9691 2066.13C16.2006 2065.6 15.9544 2064.97 15.4194 2064.74C14.2176 2064.22 13.3552 2064.22 11.6099 2064.22Z" fill="#4D5D69"/>
|
227
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.6099 2070.22C11.5647 2070.22 11.519 2070.22 11.4726 2070.22H8.57199C7.98903 2070.22 7.51644 2070.7 7.51644 2071.28C7.51644 2071.86 7.98903 2072.33 8.57199 2072.33H11.4726C13.3833 2072.33 13.8142 2072.35 14.5813 2072.68C15.1164 2072.91 15.7377 2072.66 15.9691 2072.13C16.2006 2071.59 15.9544 2070.97 15.4194 2070.74C14.2176 2070.22 13.3552 2070.22 11.6099 2070.22Z" fill="#4D5D69"/>
|
228
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.3901 2064.22C26.4353 2064.22 26.481 2064.22 26.5274 2064.22H29.428C30.011 2064.22 30.4836 2064.7 30.4836 2065.28C30.4836 2065.86 30.011 2066.33 29.428 2066.33H26.5274C24.6167 2066.33 24.1858 2066.35 23.4187 2066.68C22.8836 2066.91 22.2623 2066.67 22.0309 2066.13C21.7994 2065.6 22.0456 2064.97 22.5806 2064.74C23.7824 2064.22 24.6448 2064.22 26.3901 2064.22Z" fill="#4D5D69"/>
|
229
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.3901 2070.22C26.4353 2070.22 26.481 2070.22 26.5274 2070.22H29.428C30.011 2070.22 30.4836 2070.7 30.4836 2071.28C30.4836 2071.86 30.011 2072.33 29.428 2072.33H26.5274C24.6167 2072.33 24.1858 2072.35 23.4187 2072.68C22.8836 2072.91 22.2623 2072.66 22.0309 2072.13C21.7994 2071.59 22.0456 2070.97 22.5806 2070.74C23.7824 2070.22 24.6448 2070.22 26.3901 2070.22Z" fill="#4D5D69"/>
|
230
|
+
<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"/>
|
231
|
+
<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"/>
|
232
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.4946 2132.48C27.0824 2132.14 27.8067 2132.14 28.3946 2132.48L33.8834 2135.65C34.4713 2135.99 34.8334 2136.61 34.8334 2137.29V2143.63C34.8334 2144.31 34.4713 2144.94 33.8834 2145.27L28.3946 2148.44C27.8067 2148.78 27.0824 2148.78 26.4946 2148.44L21.0057 2145.27C20.4178 2144.94 20.0557 2144.31 20.0557 2143.63V2137.29C20.0557 2136.61 20.4178 2135.99 21.0057 2135.65L26.4946 2132.48ZM27.4446 2134.37L23.2223 2136.8L27.4446 2139.24L31.6668 2136.8L27.4446 2134.37ZM32.7223 2138.63V2143.51L28.5001 2145.95V2141.07L32.7223 2138.63ZM26.389 2141.07L22.1668 2138.63V2143.51L26.389 2145.95V2141.07Z" fill="#4D5D69"/>
|
233
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 2132.53C12.4316 2132.94 12.4316 2133.61 12.8438 2134.02L15.396 2136.58L12.8438 2139.13C12.4316 2139.54 12.4316 2140.21 12.8438 2140.62C13.256 2141.03 13.9243 2141.03 14.3366 2140.62L17.6352 2137.32C18.0474 2136.91 18.0474 2136.24 17.6352 2135.83L14.3366 2132.53C13.9243 2132.12 13.256 2132.12 12.8438 2132.53Z" fill="#4D5D69"/>
|
234
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 2136.58C17.9443 2135.99 17.4717 2135.52 16.8888 2135.52H10.0277C9.04784 2135.52 8.10815 2135.91 7.4153 2136.6C6.72246 2137.3 6.33323 2138.24 6.33323 2139.22V2145.31C6.33323 2145.89 6.80581 2146.37 7.38878 2146.37C7.97175 2146.37 8.44434 2145.89 8.44434 2145.31V2139.22C8.44434 2138.8 8.61115 2138.39 8.90808 2138.1C9.20502 2137.8 9.60774 2137.63 10.0277 2137.63H16.8888C17.4717 2137.63 17.9443 2137.16 17.9443 2136.58Z" fill="#4D5D69"/>
|
235
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.16699 2150.59C3.16699 2149.42 4.11217 2148.48 5.2781 2148.48H15.8343C17.0002 2148.48 17.9454 2149.42 17.9454 2150.59V2159.67C17.9454 2160.83 17.0002 2161.78 15.8343 2161.78H5.2781C4.11217 2161.78 3.16699 2160.83 3.16699 2159.67V2150.59ZM15.8343 2150.59L5.2781 2150.59V2159.67L15.8343 2159.67L15.8343 2150.59Z" fill="#4D5D69"/>
|
236
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.43945 2157.56C6.43945 2157.03 6.86478 2156.61 7.38945 2156.61H13.7228C14.2475 2156.61 14.6728 2157.03 14.6728 2157.56C14.6728 2158.08 14.2475 2158.51 13.7228 2158.51H7.38945C6.86478 2158.51 6.43945 2158.08 6.43945 2157.56Z" fill="#4D5D69"/>
|
237
|
+
<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"/>
|
238
|
+
<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"/>
|
239
|
+
<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"/>
|
240
|
+
<path d="M19 2196H17V2180C17 2179.73 17.1054 2179.48 17.2929 2179.29C17.4804 2179.11 17.7348 2179 18 2179H30V2181H19V2196Z" fill="#565656"/>
|
241
|
+
<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"/>
|
242
|
+
<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"/>
|
243
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.33366 2251.5C6.33366 2249.75 7.75143 2248.33 9.50033 2248.33H28.5003C30.2492 2248.33 31.667 2249.75 31.667 2251.5L31.667 2270.5C31.667 2272.25 30.2492 2273.67 28.5003 2273.67H9.50033C7.75142 2273.67 6.33366 2272.25 6.33366 2270.5L6.33366 2251.5ZM9.50033 2250.44C8.91736 2250.44 8.44477 2250.92 8.44477 2251.5L8.44477 2270.5C8.44477 2271.08 8.91736 2271.56 9.50033 2271.56H28.5003C29.0833 2271.56 29.5559 2271.08 29.5559 2270.5L29.5559 2251.5C29.5559 2250.92 29.0833 2250.44 28.5003 2250.44H9.50033Z" fill="#4D5D69"/>
|
244
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0837 2254.56C11.0837 2253.74 11.7453 2253.08 12.5614 2253.08H25.4392C26.2554 2253.08 26.917 2253.74 26.917 2254.56L26.917 2267.44C26.917 2268.25 26.2554 2268.92 25.4392 2268.92H12.5614C11.7453 2268.92 11.0837 2268.25 11.0837 2267.44L11.0837 2254.56ZM13.1948 2255.19L13.1948 2266.81H24.8059L24.8059 2255.19H13.1948Z" fill="#4D5D69"/>
|
245
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0837 2245.17C11.6666 2245.17 12.1392 2245.64 12.1392 2246.22L12.1392 2249.39C12.1392 2249.97 11.6666 2250.44 11.0837 2250.44C10.5007 2250.44 10.0281 2249.97 10.0281 2249.39L10.0281 2246.22C10.0281 2245.64 10.5007 2245.17 11.0837 2245.17Z" fill="#4D5D69"/>
|
246
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3614 2245.17C16.9444 2245.17 17.417 2245.64 17.417 2246.22L17.417 2249.39C17.417 2249.97 16.9444 2250.44 16.3614 2250.44C15.7785 2250.44 15.3059 2249.97 15.3059 2249.39L15.3059 2246.22C15.3059 2245.64 15.7785 2245.17 16.3614 2245.17Z" fill="#4D5D69"/>
|
247
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6392 2245.17C22.2222 2245.17 22.6948 2245.64 22.6948 2246.22L22.6948 2249.39C22.6948 2249.97 22.2222 2250.44 21.6392 2250.44C21.0562 2250.44 20.5837 2249.97 20.5837 2249.39L20.5837 2246.22C20.5837 2245.64 21.0562 2245.17 21.6392 2245.17Z" fill="#4D5D69"/>
|
248
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.917 2245.17C27.5 2245.17 27.9725 2245.64 27.9725 2246.22L27.9725 2249.39C27.9725 2249.97 27.5 2250.44 26.917 2250.44C26.334 2250.44 25.8614 2249.97 25.8614 2249.39L25.8614 2246.22C25.8614 2245.64 26.334 2245.17 26.917 2245.17Z" fill="#4D5D69"/>
|
249
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0837 2271.56C11.6666 2271.56 12.1392 2272.03 12.1392 2272.61L12.1392 2275.78C12.1392 2276.36 11.6666 2276.83 11.0837 2276.83C10.5007 2276.83 10.0281 2276.36 10.0281 2275.78L10.0281 2272.61C10.0281 2272.03 10.5007 2271.56 11.0837 2271.56Z" fill="#4D5D69"/>
|
250
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3614 2271.56C16.9444 2271.56 17.417 2272.03 17.417 2272.61L17.417 2275.78C17.417 2276.36 16.9444 2276.83 16.3614 2276.83C15.7785 2276.83 15.3059 2276.36 15.3059 2275.78L15.3059 2272.61C15.3059 2272.03 15.7785 2271.56 16.3614 2271.56Z" fill="#4D5D69"/>
|
251
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.6392 2271.56C22.2222 2271.56 22.6948 2272.03 22.6948 2272.61L22.6948 2275.78C22.6948 2276.36 22.2222 2276.83 21.6392 2276.83C21.0562 2276.83 20.5837 2276.36 20.5837 2275.78L20.5837 2272.61C20.5837 2272.03 21.0562 2271.56 21.6392 2271.56Z" fill="#4D5D69"/>
|
252
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.917 2271.56C27.5 2271.56 27.9725 2272.03 27.9725 2272.61L27.9725 2275.78C27.9725 2276.36 27.5 2276.83 26.917 2276.83C26.334 2276.83 25.8614 2276.36 25.8614 2275.78L25.8614 2272.61C25.8614 2272.03 26.334 2271.56 26.917 2271.56Z" fill="#4D5D69"/>
|
253
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8337 2253.08C34.8337 2253.67 34.3611 2254.14 33.7781 2254.14H30.6114C30.0285 2254.14 29.5559 2253.67 29.5559 2253.08C29.5559 2252.5 30.0285 2252.03 30.6114 2252.03H33.7781C34.3611 2252.03 34.8337 2252.5 34.8337 2253.08Z" fill="#4D5D69"/>
|
254
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8337 2258.36C34.8337 2258.94 34.3611 2259.42 33.7781 2259.42H30.6114C30.0285 2259.42 29.5559 2258.94 29.5559 2258.36C29.5559 2257.78 30.0285 2257.31 30.6114 2257.31H33.7781C34.3611 2257.31 34.8337 2257.78 34.8337 2258.36Z" fill="#4D5D69"/>
|
255
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8337 2263.64C34.8337 2264.22 34.3611 2264.69 33.7781 2264.69H30.6114C30.0285 2264.69 29.5559 2264.22 29.5559 2263.64C29.5559 2263.06 30.0285 2262.58 30.6114 2262.58H33.7781C34.3611 2262.58 34.8337 2263.06 34.8337 2263.64Z" fill="#4D5D69"/>
|
256
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8337 2268.92C34.8337 2269.5 34.3611 2269.97 33.7781 2269.97H30.6114C30.0285 2269.97 29.5559 2269.5 29.5559 2268.92C29.5559 2268.33 30.0285 2267.86 30.6114 2267.86H33.7781C34.3611 2267.86 34.8337 2268.33 34.8337 2268.92Z" fill="#4D5D69"/>
|
257
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44477 2253.08C8.44477 2253.67 7.97218 2254.14 7.38921 2254.14H4.22255C3.63958 2254.14 3.16699 2253.67 3.16699 2253.08C3.16699 2252.5 3.63958 2252.03 4.22255 2252.03H7.38921C7.97218 2252.03 8.44477 2252.5 8.44477 2253.08Z" fill="#4D5D69"/>
|
258
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44477 2258.36C8.44477 2258.94 7.97218 2259.42 7.38921 2259.42H4.22255C3.63958 2259.42 3.16699 2258.94 3.16699 2258.36C3.16699 2257.78 3.63958 2257.31 4.22255 2257.31H7.38921C7.97218 2257.31 8.44477 2257.78 8.44477 2258.36Z" fill="#4D5D69"/>
|
259
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44477 2263.64C8.44477 2264.22 7.97218 2264.69 7.38921 2264.69H4.22255C3.63958 2264.69 3.16699 2264.22 3.16699 2263.64C3.16699 2263.06 3.63958 2262.58 4.22255 2262.58H7.38921C7.97218 2262.58 8.44477 2263.06 8.44477 2263.64Z" fill="#4D5D69"/>
|
260
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.44477 2268.92C8.44477 2269.5 7.97218 2269.97 7.38921 2269.97H4.22255C3.63958 2269.97 3.16699 2269.5 3.16699 2268.92C3.16699 2268.33 3.63958 2267.86 4.22255 2267.86H7.38921C7.97218 2267.86 8.44477 2268.33 8.44477 2268.92Z" fill="#4D5D69"/>
|
261
|
+
<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"/>
|
262
|
+
<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"/>
|
263
|
+
<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"/>
|
264
|
+
<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"/>
|
265
|
+
<path d="M17 2347H5V2331H29V2335.1C29.7267 2335.24 30.411 2335.55 31 2336V2329H3V2349H17V2347Z" fill="#565656"/>
|
266
|
+
<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"/>
|
267
|
+
<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"/>
|
268
|
+
<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"/>
|
269
|
+
<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"/>
|
270
|
+
<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"/>
|
271
|
+
<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"/>
|
272
|
+
<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"/>
|
273
|
+
<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"/>
|
274
|
+
<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"/>
|
275
|
+
<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"/>
|
276
|
+
<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"/>
|
277
|
+
<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"/>
|
278
|
+
<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"/>
|
279
|
+
<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"/>
|
280
|
+
<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"/>
|
281
|
+
<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"/>
|
282
|
+
<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"/>
|
283
|
+
<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"/>
|
284
|
+
<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"/>
|
285
|
+
<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"/>
|
286
|
+
<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"/>
|
287
|
+
<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"/>
|
288
|
+
<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"/>
|
289
|
+
<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"/>
|
290
|
+
<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"/>
|
291
|
+
<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"/>
|
292
|
+
<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"/>
|
293
|
+
<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"/>
|
294
|
+
<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"/>
|
295
|
+
<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"/>
|
296
|
+
<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"/>
|
297
|
+
<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"/>
|
298
|
+
<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"/>
|
299
|
+
<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"/>
|
300
|
+
<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"/>
|
301
|
+
<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"/>
|
302
|
+
<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"/>
|
303
|
+
<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"/>
|
304
|
+
<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"/>
|
305
|
+
<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"/>
|
306
|
+
<path d="M9.50005 2499.13C9.50005 2498.55 9.97264 2498.08 10.5556 2498.08C11.1386 2498.08 11.6133 2498.55 11.6133 2499.13C11.6133 2499.72 11.1407 2500.19 10.5577 2500.19C9.97475 2500.19 9.50005 2499.72 9.50005 2499.13Z" fill="#4D5D69"/>
|
307
|
+
<path d="M14.7778 2498.69C14.1949 2498.69 13.7223 2499.16 13.7223 2499.75C13.7223 2500.33 14.197 2500.8 14.7799 2500.8C15.3629 2500.8 15.8355 2500.33 15.8355 2499.75C15.8355 2499.16 15.3608 2498.69 14.7778 2498.69Z" fill="#4D5D69"/>
|
308
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7664 2473.17C15.2995 2473.18 12.1326 2473.54 9.78736 2474.13C8.59654 2474.42 7.55798 2474.79 6.7917 2475.25C6.09608 2475.66 5.27783 2476.35 5.27783 2477.39V2500.61C5.27783 2501.65 6.09608 2502.34 6.7917 2502.75C7.55798 2503.21 8.59654 2503.58 9.78736 2503.87C12.1852 2504.47 15.4419 2504.83 19.0001 2504.83C22.5582 2504.83 25.8149 2504.47 28.2128 2503.87C29.4036 2503.58 30.4421 2503.21 31.2084 2502.75C31.904 2502.34 32.7223 2501.65 32.7223 2500.61V2490.32C32.047 2490.58 31.341 2490.79 30.6112 2490.92V2492.83C30.5848 2492.87 30.4816 2493 30.1342 2493.21C29.6186 2493.51 28.8021 2493.82 27.7007 2494.1C25.5142 2494.65 22.4375 2495 19.0001 2495C15.5626 2495 12.4859 2494.65 10.2994 2494.1C9.19798 2493.82 8.38155 2493.51 7.86589 2493.21C7.51853 2493 7.41535 2492.87 7.38894 2492.83V2487.59C8.06536 2487.9 8.88239 2488.17 9.78736 2488.4C12.1852 2489 15.4419 2489.36 19.0001 2489.36C20.1031 2489.36 21.1772 2489.32 22.2057 2489.26C21.331 2488.69 20.5371 2488.01 19.8453 2487.24C19.5662 2487.25 19.2844 2487.25 19.0001 2487.25C15.5626 2487.25 12.4859 2486.9 10.2994 2486.35C9.19798 2486.08 8.38155 2485.77 7.86589 2485.46C7.51853 2485.25 7.41535 2485.12 7.38894 2485.08V2479.84C8.06536 2480.16 8.88239 2480.43 9.78736 2480.65C11.7449 2481.14 14.2749 2481.47 17.0739 2481.58C16.9524 2480.9 16.8889 2480.21 16.8889 2479.5C16.8889 2479.48 16.889 2479.47 16.889 2479.46C14.3108 2479.34 12.0272 2479.04 10.2994 2478.6C9.19798 2478.33 8.38155 2478.02 7.86589 2477.71C7.61646 2477.57 7.49293 2477.45 7.43333 2477.39C7.49293 2477.32 7.61646 2477.21 7.86589 2477.06C8.38155 2476.76 9.19798 2476.45 10.2994 2476.17C12.2005 2475.7 14.7746 2475.37 17.6737 2475.3C17.9653 2474.54 18.3326 2473.83 18.7664 2473.17ZM30.6112 2495.34C29.9347 2495.65 29.1177 2495.92 28.2128 2496.15C25.8149 2496.75 22.5582 2497.11 19.0001 2497.11C15.4419 2497.11 12.1852 2496.75 9.78736 2496.15C8.88239 2495.92 8.06536 2495.65 7.38894 2495.34V2500.55C7.41535 2500.6 7.51853 2500.73 7.86589 2500.93C8.38155 2501.24 9.19798 2501.55 10.2994 2501.83C12.4859 2502.37 15.5626 2502.72 19.0001 2502.72C22.4375 2502.72 25.5142 2502.37 27.7007 2501.83C28.8021 2501.55 29.6186 2501.24 30.1342 2500.93C30.4816 2500.73 30.5848 2500.6 30.6112 2500.55V2495.34Z" fill="#4D5D69"/>
|
309
|
+
<path d="M9.50005 2483.62C9.50005 2483.03 9.97264 2482.56 10.5556 2482.56C11.1386 2482.56 11.6133 2483.03 11.6133 2483.62C11.6133 2484.2 11.1407 2484.67 10.5577 2484.67C9.97475 2484.67 9.50005 2484.2 9.50005 2483.62Z" fill="#4D5D69"/>
|
310
|
+
<path d="M10.5556 2490.31C9.97264 2490.31 9.50005 2490.78 9.50005 2491.36C9.50005 2491.95 9.97475 2492.42 10.5577 2492.42C11.1407 2492.42 11.6133 2491.95 11.6133 2491.36C11.6133 2490.78 11.1386 2490.31 10.5556 2490.31Z" fill="#4D5D69"/>
|
311
|
+
<path d="M14.7778 2483.19C14.1949 2483.19 13.7223 2483.67 13.7223 2484.25C13.7223 2484.83 14.197 2485.31 14.7799 2485.31C15.3629 2485.31 15.8355 2484.83 15.8355 2484.25C15.8355 2483.67 15.3608 2483.19 14.7778 2483.19Z" fill="#4D5D69"/>
|
312
|
+
<path d="M13.7223 2492C13.7223 2491.41 14.1949 2490.94 14.7778 2490.94C15.3608 2490.94 15.8355 2491.41 15.8355 2492C15.8355 2492.58 15.3629 2493.05 14.7799 2493.05C14.197 2493.05 13.7223 2492.58 13.7223 2492Z" fill="#4D5D69"/>
|
313
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 2479.5C38 2484.75 33.7467 2489 28.5 2489C23.2533 2489 19 2484.75 19 2479.5C19 2474.25 23.2533 2470 28.5 2470C33.7467 2470 38 2474.25 38 2479.5ZM28.5 2474.09C29.1296 2474.09 29.64 2474.6 29.64 2475.22V2478.36H32.775C33.4046 2478.36 33.915 2478.87 33.915 2479.5C33.915 2480.13 33.4046 2480.64 32.775 2480.64H29.64V2483.77C29.64 2484.4 29.1296 2484.91 28.5 2484.91C27.8704 2484.91 27.36 2484.4 27.36 2483.77V2480.64H24.225C23.5954 2480.64 23.085 2480.13 23.085 2479.5C23.085 2478.87 23.5954 2478.36 24.225 2478.36H27.36V2475.22C27.36 2474.6 27.8704 2474.09 28.5 2474.09Z" fill="#239332"/>
|
314
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.668 2517.05C12.6777 2517.08 12.7195 2517.16 12.8835 2517.31C13.126 2517.52 13.5382 2517.76 14.1389 2517.98C15.3319 2518.41 17.0502 2518.71 18.9996 2518.71C20.949 2518.71 22.6674 2518.41 23.8604 2517.98C24.4611 2517.76 24.8732 2517.52 25.1157 2517.31C25.2797 2517.16 25.3215 2517.08 25.3312 2517.05C25.3215 2517.02 25.2797 2516.93 25.1157 2516.79C24.8732 2516.58 24.4611 2516.34 23.8604 2516.12C22.6674 2515.68 20.949 2515.39 18.9996 2515.39C17.0502 2515.39 15.3319 2515.68 14.1389 2516.12C13.5382 2516.34 13.126 2516.58 12.8835 2516.79C12.7195 2516.93 12.6777 2517.02 12.668 2517.05ZM25.333 2519.64C25.0957 2519.76 24.8461 2519.86 24.5883 2519.96C23.1071 2520.5 21.131 2520.82 18.9996 2520.82C16.8682 2520.82 14.8922 2520.5 13.4109 2519.96C13.1532 2519.86 12.9035 2519.76 12.6663 2519.64V2523.68C12.6719 2523.7 12.7066 2523.79 12.8835 2523.95C13.126 2524.16 13.5382 2524.4 14.1389 2524.62C15.3319 2525.06 17.0502 2525.35 18.9996 2525.35C20.949 2525.35 22.6674 2525.06 23.8604 2524.62C24.4611 2524.4 24.8732 2524.16 25.1157 2523.95C25.2927 2523.79 25.3274 2523.7 25.333 2523.68V2519.64ZM25.333 2526.29C25.0957 2526.4 24.8461 2526.5 24.5883 2526.6C23.1071 2527.14 21.131 2527.46 18.9996 2527.46C16.8682 2527.46 14.8922 2527.14 13.4109 2526.6C13.1532 2526.5 12.9035 2526.4 12.6663 2526.29V2530.32C12.6719 2530.35 12.7066 2530.44 12.8835 2530.59C13.126 2530.8 13.5382 2531.04 14.1389 2531.26C15.3319 2531.7 17.0502 2531.99 18.9996 2531.99C20.949 2531.99 22.6674 2531.7 23.8604 2531.26C24.4611 2531.04 24.8732 2530.8 25.1157 2530.59C25.2927 2530.44 25.3274 2530.35 25.333 2530.32V2526.29ZM25.333 2532.93C25.0957 2533.04 24.8461 2533.14 24.5883 2533.24C23.1071 2533.78 21.131 2534.1 18.9996 2534.1C16.8682 2534.1 14.8922 2533.78 13.4109 2533.24C13.1532 2533.14 12.9035 2533.04 12.6663 2532.93V2536.95C12.6719 2536.97 12.7066 2537.06 12.8835 2537.21C13.126 2537.42 13.5382 2537.66 14.1389 2537.88C15.3319 2538.32 17.0502 2538.61 18.9996 2538.61C20.949 2538.61 22.6674 2538.32 23.8604 2537.88C24.4611 2537.66 24.8732 2537.42 25.1157 2537.21C25.2927 2537.06 25.3274 2536.97 25.333 2536.95V2532.93ZM25.3339 2536.94C25.334 2536.94 25.3336 2536.94 25.333 2536.95L25.3339 2536.94ZM12.6654 2536.94C12.6655 2536.94 12.6661 2536.94 12.6663 2536.95L12.6654 2536.94ZM12.6654 2530.32C12.6655 2530.32 12.6661 2530.32 12.6663 2530.32L12.6654 2530.32ZM10.5552 2536.95C10.5552 2537.75 10.9966 2538.37 11.4992 2538.81C12.0045 2539.24 12.6745 2539.59 13.4109 2539.86C14.8922 2540.41 16.8682 2540.72 18.9996 2540.72C21.131 2540.72 23.1071 2540.41 24.5883 2539.86C25.3248 2539.59 25.9947 2539.24 26.5 2538.81C27.0027 2538.37 27.4441 2537.75 27.4441 2536.95V2517.05C27.4441 2516.25 27.0027 2515.63 26.5 2515.19C25.9947 2514.76 25.3248 2514.41 24.5883 2514.14C23.1071 2513.59 21.131 2513.28 18.9996 2513.28C16.8682 2513.28 14.8922 2513.59 13.4109 2514.14C12.6745 2514.41 12.0045 2514.76 11.4992 2515.19C10.9966 2515.63 10.5552 2516.25 10.5552 2517.05V2536.95ZM12.6654 2523.68C12.6655 2523.68 12.6661 2523.68 12.6663 2523.68L12.6654 2523.68ZM25.333 2530.32C25.3332 2530.32 25.3338 2530.32 25.3339 2530.32L25.333 2530.32ZM25.333 2523.68C25.3332 2523.68 25.3338 2523.68 25.3339 2523.68L25.333 2523.68ZM25.3332 2517.04C25.3335 2517.04 25.3338 2517.04 25.3339 2517.04L25.3332 2517.04ZM12.6654 2517.04C12.6655 2517.04 12.6658 2517.04 12.666 2517.04L12.6654 2517.04Z" fill="#4D5D69"/>
|
315
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5014 2518.5C28.4683 2519.08 28.9133 2519.58 29.4953 2519.61C30.5491 2519.67 31.4532 2519.96 32.0665 2520.29C32.301 2520.41 32.4739 2520.54 32.5915 2520.64C32.4743 2520.74 32.3022 2520.86 32.0689 2520.99C31.4555 2521.31 30.5506 2521.6 29.4953 2521.66C28.9133 2521.69 28.4683 2522.19 28.5014 2522.77C28.5345 2523.36 29.0331 2523.8 29.6151 2523.77C30.7972 2523.7 31.8706 2523.41 32.7219 2523.02V2533.23C32.7124 2533.24 32.7006 2533.25 32.6862 2533.27C32.5763 2533.38 32.3741 2533.54 32.0651 2533.71C31.4519 2534.04 30.5482 2534.33 29.4953 2534.39C28.9133 2534.42 28.4683 2534.92 28.5014 2535.5C28.5345 2536.09 29.0331 2536.53 29.6151 2536.5C30.965 2536.42 32.1725 2536.05 33.0696 2535.57C33.5159 2535.33 33.9187 2535.04 34.2251 2534.71C34.507 2534.41 34.833 2533.94 34.833 2533.35V2520.64C34.833 2520.05 34.5065 2519.58 34.2242 2519.28C33.9175 2518.96 33.5145 2518.67 33.0683 2518.43C32.1712 2517.95 30.9642 2517.58 29.6151 2517.5C29.0331 2517.47 28.5345 2517.91 28.5014 2518.5ZM32.7568 2533.18C32.7565 2533.18 32.7549 2533.18 32.7523 2533.19C32.7557 2533.18 32.757 2533.18 32.7568 2533.18ZM32.7578 2520.46C32.7576 2520.46 32.7558 2520.46 32.7532 2520.47C32.7567 2520.46 32.758 2520.46 32.7578 2520.46Z" fill="#4D5D69"/>
|
316
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.49814 2518.5C9.53121 2519.08 9.0862 2519.58 8.50417 2519.61C7.45041 2519.67 6.54633 2519.96 5.93303 2520.29C5.69853 2520.41 5.52563 2520.54 5.40801 2520.64C5.52525 2520.74 5.69735 2520.86 5.93066 2520.99C6.54404 2521.31 7.44888 2521.6 8.50417 2521.66C9.0862 2521.69 9.53121 2522.19 9.49814 2522.77C9.46506 2523.36 8.96642 2523.8 8.38439 2523.77C7.20231 2523.7 6.12891 2523.41 5.27761 2523.02V2533.23C5.28709 2533.24 5.29886 2533.25 5.31334 2533.27C5.42316 2533.38 5.62544 2533.54 5.93438 2533.71C6.54763 2534.04 7.45128 2534.33 8.50417 2534.39C9.0862 2534.42 9.53121 2534.92 9.49814 2535.5C9.46506 2536.09 8.96642 2536.53 8.38439 2536.5C7.03449 2536.42 5.82703 2536.05 4.92987 2535.57C4.4836 2535.33 4.08084 2535.04 3.77444 2534.71C3.49252 2534.41 3.1665 2533.94 3.1665 2533.35V2520.64C3.1665 2520.05 3.49299 2519.58 3.7753 2519.28C4.082 2518.96 4.48498 2518.67 4.93121 2518.43C5.82833 2517.95 7.03536 2517.58 8.38439 2517.5C8.96642 2517.47 9.46506 2517.91 9.49814 2518.5ZM5.24275 2533.18C5.24297 2533.18 5.24466 2533.18 5.24719 2533.19C5.24381 2533.18 5.24254 2533.18 5.24275 2533.18ZM5.24169 2520.46C5.24191 2520.46 5.24368 2520.46 5.24631 2520.47C5.24279 2520.46 5.24147 2520.46 5.24169 2520.46Z" fill="#4D5D69"/>
|
317
|
+
<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"/>
|
318
|
+
<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"/>
|
319
|
+
<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"/>
|
320
|
+
<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"/>
|
321
|
+
<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"/>
|
322
|
+
<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"/>
|
323
|
+
<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"/>
|
324
|
+
<path d="M25 2599H27V2601H25V2599ZM25 2591H27V2597H25V2591Z" fill="#454545"/>
|
325
|
+
<g clip-path="url(#clip4_2038_743)">
|
326
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.8099 2622C30.4174 2622.01 30.9042 2622.51 30.8971 2623.11L30.8691 2625.54L34.1201 2625.54L34.1484 2623.09C34.1554 2622.48 34.6536 2621.99 35.2611 2622C35.8686 2622.01 36.3554 2622.51 36.3484 2623.11L36.3204 2625.54H36.4622C37.3127 2625.54 38.0023 2626.23 38.0023 2627.08V2629.57C38.0023 2632 36.0322 2633.97 33.602 2633.97H33.5984V2636.42C33.5984 2637.02 33.1059 2637.52 32.4983 2637.52C31.8907 2637.52 31.3982 2637.02 31.3982 2636.42V2633.97C28.9696 2633.97 27.0015 2632 27.0015 2629.57L27.0015 2627.08C27.0015 2626.23 27.691 2625.54 28.5416 2625.54H28.6688L28.6971 2623.09C28.7042 2622.48 29.2023 2621.99 29.8099 2622ZM29.2016 2627.74V2629.57C29.2016 2630.79 30.1867 2631.77 31.4018 2631.77H33.602C34.8171 2631.77 35.8021 2630.79 35.8021 2629.57V2627.74H29.2016Z" fill="#EA3223"/>
|
327
|
+
<path d="M10.5556 2642.31C9.97264 2642.31 9.50005 2642.78 9.50005 2643.36C9.50005 2643.95 9.97475 2644.42 10.5577 2644.42C11.1407 2644.42 11.6133 2643.95 11.6133 2643.36C11.6133 2642.78 11.1386 2642.31 10.5556 2642.31Z" fill="#4D5D69"/>
|
328
|
+
<path d="M13.7223 2644C13.7223 2643.41 14.1949 2642.94 14.7778 2642.94C15.3608 2642.94 15.8355 2643.41 15.8355 2644C15.8355 2644.58 15.3629 2645.05 14.7799 2645.05C14.197 2645.05 13.7223 2644.58 13.7223 2644Z" fill="#4D5D69"/>
|
329
|
+
<path d="M9.50005 2651.13C9.50005 2650.55 9.97264 2650.08 10.5556 2650.08C11.1386 2650.08 11.6133 2650.55 11.6133 2651.13C11.6133 2651.72 11.1407 2652.19 10.5577 2652.19C9.97475 2652.19 9.50005 2651.72 9.50005 2651.13Z" fill="#4D5D69"/>
|
330
|
+
<path d="M14.7778 2650.69C14.1949 2650.69 13.7223 2651.16 13.7223 2651.75C13.7223 2652.33 14.197 2652.8 14.7799 2652.8C15.3629 2652.8 15.8355 2652.33 15.8355 2651.75C15.8355 2651.16 15.3608 2650.69 14.7778 2650.69Z" fill="#4D5D69"/>
|
331
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.2181 2625.56C23.3572 2625.31 21.2383 2625.17 19.0001 2625.17C15.4419 2625.17 12.1852 2625.53 9.78736 2626.13C8.59654 2626.42 7.55798 2626.79 6.7917 2627.25C6.09608 2627.66 5.27783 2628.35 5.27783 2629.39V2652.61C5.27783 2653.65 6.09608 2654.34 6.7917 2654.75C7.55798 2655.21 8.59654 2655.58 9.78736 2655.87C12.1852 2656.47 15.4419 2656.83 19.0001 2656.83C22.5582 2656.83 25.8149 2656.47 28.2127 2655.87C29.4036 2655.58 30.4421 2655.21 31.2084 2654.75C31.904 2654.34 32.7223 2653.65 32.7223 2652.61V2639.62C32.6482 2639.63 32.5734 2639.63 32.4981 2639.63C31.1974 2639.63 30.0774 2638.85 29.5726 2637.74C29.0886 2637.95 28.4629 2638.16 27.7007 2638.35C25.5142 2638.9 22.4375 2639.25 19.0001 2639.25C15.5626 2639.25 12.4859 2638.9 10.2994 2638.35C9.19798 2638.08 8.38155 2637.77 7.86589 2637.46C7.51853 2637.25 7.41535 2637.12 7.38894 2637.08V2631.84C8.06536 2632.16 8.88239 2632.43 9.78736 2632.65C12.1852 2633.25 15.4419 2633.61 19.0001 2633.61C21.5305 2633.61 23.9084 2633.43 25.9335 2633.11C25.5404 2632.5 25.2455 2631.83 25.0712 2631.1C23.2936 2631.35 21.2222 2631.5 19.0001 2631.5C15.5626 2631.5 12.4859 2631.15 10.2994 2630.6C9.19798 2630.33 8.38155 2630.02 7.86589 2629.71C7.61646 2629.57 7.49293 2629.45 7.43333 2629.39C7.49293 2629.32 7.61646 2629.21 7.86589 2629.06C8.38155 2628.76 9.19798 2628.45 10.2994 2628.17C12.4859 2627.63 15.5626 2627.28 19.0001 2627.28C21.1472 2627.28 23.1535 2627.41 24.8901 2627.65V2627.08C24.8901 2626.54 25.0075 2626.02 25.2181 2625.56ZM7.38894 2639.59V2644.83C7.41535 2644.87 7.51853 2645 7.86589 2645.21C8.38155 2645.51 9.19798 2645.82 10.2994 2646.1C12.4859 2646.65 15.5626 2647 19.0001 2647C22.4375 2647 25.5142 2646.65 27.7007 2646.1C28.8021 2645.82 29.6186 2645.51 30.1342 2645.21C30.4816 2645 30.5848 2644.87 30.6112 2644.83V2639.59C29.9347 2639.9 29.1177 2640.17 28.2127 2640.4C25.8149 2641 22.5582 2641.36 19.0001 2641.36C15.4419 2641.36 12.1852 2641 9.78736 2640.4C8.88239 2640.17 8.06536 2639.9 7.38894 2639.59ZM30.6112 2647.34C29.9347 2647.65 29.1177 2647.92 28.2127 2648.15C25.8149 2648.75 22.5582 2649.11 19.0001 2649.11C15.4419 2649.11 12.1852 2648.75 9.78736 2648.15C8.88239 2647.92 8.06536 2647.65 7.38894 2647.34V2652.55C7.41535 2652.6 7.51853 2652.73 7.86589 2652.93C8.38155 2653.24 9.19798 2653.55 10.2994 2653.83C12.4859 2654.37 15.5626 2654.72 19.0001 2654.72C22.4375 2654.72 25.5142 2654.37 27.7007 2653.83C28.8021 2653.55 29.6186 2653.24 30.1342 2652.93C30.4816 2652.73 30.5848 2652.6 30.6112 2652.55V2647.34Z" fill="#4D5D69"/>
|
332
|
+
<path d="M9.50005 2635.62C9.50005 2635.03 9.97264 2634.56 10.5556 2634.56C11.1386 2634.56 11.6133 2635.03 11.6133 2635.62C11.6133 2636.2 11.1407 2636.67 10.5577 2636.67C9.97475 2636.67 9.50005 2636.2 9.50005 2635.62Z" fill="#4D5D69"/>
|
333
|
+
<path d="M14.7778 2635.19C14.1949 2635.19 13.7223 2635.67 13.7223 2636.25C13.7223 2636.83 14.197 2637.31 14.7799 2637.31C15.3629 2637.31 15.8355 2636.83 15.8355 2636.25C15.8355 2635.67 15.3608 2635.19 14.7778 2635.19Z" fill="#4D5D69"/>
|
334
|
+
</g>
|
335
|
+
<g clip-path="url(#clip5_2038_743)">
|
336
|
+
<path d="M10.5556 2680.31C9.97264 2680.31 9.50005 2680.78 9.50005 2681.36C9.50005 2681.95 9.97475 2682.42 10.5577 2682.42C11.1407 2682.42 11.6133 2681.95 11.6133 2681.36C11.6133 2680.78 11.1386 2680.31 10.5556 2680.31Z" fill="#4D5D69"/>
|
337
|
+
<path d="M13.7223 2682C13.7223 2681.41 14.1949 2680.94 14.7778 2680.94C15.3608 2680.94 15.8355 2681.41 15.8355 2682C15.8355 2682.58 15.3629 2683.05 14.7799 2683.05C14.197 2683.05 13.7223 2682.58 13.7223 2682Z" fill="#4D5D69"/>
|
338
|
+
<path d="M9.50005 2689.13C9.50005 2688.55 9.97264 2688.08 10.5556 2688.08C11.1386 2688.08 11.6133 2688.55 11.6133 2689.13C11.6133 2689.72 11.1407 2690.19 10.5577 2690.19C9.97475 2690.19 9.50005 2689.72 9.50005 2689.13Z" fill="#4D5D69"/>
|
339
|
+
<path d="M14.7778 2688.69C14.1949 2688.69 13.7223 2689.16 13.7223 2689.75C13.7223 2690.33 14.197 2690.8 14.7799 2690.8C15.3629 2690.8 15.8355 2690.33 15.8355 2689.75C15.8355 2689.16 15.3608 2688.69 14.7778 2688.69Z" fill="#4D5D69"/>
|
340
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.6112 2670.69V2675.08C30.5848 2675.12 30.4816 2675.25 30.1342 2675.46C29.6186 2675.77 28.8021 2676.08 27.7007 2676.35C25.5142 2676.9 22.4375 2677.25 19.0001 2677.25C15.5626 2677.25 12.4859 2676.9 10.2994 2676.35C9.19798 2676.08 8.38155 2675.77 7.86589 2675.46C7.51853 2675.25 7.41535 2675.12 7.38894 2675.08V2669.84C8.06536 2670.16 8.88239 2670.43 9.78736 2670.65C12.1852 2671.25 15.4419 2671.61 19.0001 2671.61C20.2811 2671.61 21.5231 2671.56 22.7 2671.48L20.9831 2669.76C20.8906 2669.67 20.805 2669.57 20.7263 2669.47C20.1632 2669.49 19.5869 2669.5 19.0001 2669.5C15.5626 2669.5 12.4859 2669.15 10.2994 2668.6C9.19798 2668.33 8.38155 2668.02 7.86589 2667.71C7.61646 2667.57 7.49293 2667.45 7.43333 2667.39C7.49293 2667.32 7.61646 2667.21 7.86589 2667.06C8.38155 2666.76 9.19798 2666.45 10.2994 2666.17C12.4859 2665.63 15.5626 2665.28 19.0001 2665.28C19.6646 2665.28 20.3157 2665.29 20.9494 2665.32C20.9605 2665.3 20.9718 2665.29 20.9831 2665.28L22.945 2663.32C21.6959 2663.22 20.3703 2663.17 19.0001 2663.17C15.4419 2663.17 12.1852 2663.53 9.78736 2664.13C8.59654 2664.42 7.55798 2664.79 6.7917 2665.25C6.09608 2665.66 5.27783 2666.35 5.27783 2667.39V2690.61C5.27783 2691.65 6.09608 2692.34 6.7917 2692.75C7.55798 2693.21 8.59654 2693.58 9.78736 2693.87C12.1852 2694.47 15.4419 2694.83 19.0001 2694.83C22.5582 2694.83 25.8149 2694.47 28.2128 2693.87C29.4036 2693.58 30.4421 2693.21 31.2084 2692.75C31.904 2692.34 32.7223 2691.65 32.7223 2690.61V2670.69H30.6112ZM7.38894 2677.59V2682.83C7.41535 2682.87 7.51853 2683 7.86589 2683.21C8.38155 2683.51 9.19798 2683.82 10.2994 2684.1C12.4859 2684.65 15.5626 2685 19.0001 2685C22.4375 2685 25.5142 2684.65 27.7007 2684.1C28.8021 2683.82 29.6186 2683.51 30.1342 2683.21C30.4816 2683 30.5848 2682.87 30.6112 2682.83V2677.59C29.9347 2677.9 29.1177 2678.17 28.2128 2678.4C25.8149 2679 22.5582 2679.36 19.0001 2679.36C15.4419 2679.36 12.1852 2679 9.78736 2678.4C8.88239 2678.17 8.06536 2677.9 7.38894 2677.59ZM30.6112 2685.34C29.9347 2685.65 29.1177 2685.92 28.2128 2686.15C25.8149 2686.75 22.5582 2687.11 19.0001 2687.11C15.4419 2687.11 12.1852 2686.75 9.78736 2686.15C8.88239 2685.92 8.06536 2685.65 7.38894 2685.34V2690.55C7.41535 2690.6 7.51853 2690.73 7.86589 2690.93C8.38155 2691.24 9.19798 2691.55 10.2994 2691.83C12.4859 2692.37 15.5626 2692.72 19.0001 2692.72C22.4375 2692.72 25.5142 2692.37 27.7007 2691.83C28.8021 2691.55 29.6186 2691.24 30.1342 2690.93C30.4816 2690.73 30.5848 2690.6 30.6112 2690.55V2685.34Z" fill="#4D5D69"/>
|
341
|
+
<path d="M9.50005 2673.62C9.50005 2673.03 9.97264 2672.56 10.5556 2672.56C11.1386 2672.56 11.6133 2673.03 11.6133 2673.62C11.6133 2674.2 11.1407 2674.67 10.5577 2674.67C9.97475 2674.67 9.50005 2674.2 9.50005 2673.62Z" fill="#4D5D69"/>
|
342
|
+
<path d="M14.7778 2673.19C14.1949 2673.19 13.7223 2673.67 13.7223 2674.25C13.7223 2674.83 14.197 2675.31 14.7799 2675.31C15.3629 2675.31 15.8355 2674.83 15.8355 2674.25C15.8355 2673.67 15.3608 2673.19 14.7778 2673.19Z" fill="#4D5D69"/>
|
343
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.2675 2663.48C27.6798 2663.89 27.6798 2664.56 27.2675 2664.97L25.7709 2666.47H36.9448C37.5277 2666.47 38.0003 2666.94 38.0003 2667.52C38.0003 2668.1 37.5277 2668.58 36.9448 2668.58H25.7709L27.2675 2670.07C27.6798 2670.49 27.6798 2671.15 27.2675 2671.57C26.8553 2671.98 26.187 2671.98 25.7748 2671.57L22.4762 2668.27C22.0639 2667.85 22.0639 2667.19 22.4762 2666.77L25.7748 2663.48C26.187 2663.06 26.8553 2663.06 27.2675 2663.48Z" fill="#4D5D69"/>
|
344
|
+
<path d="M29.0256 2695.68H23.0464L27.7833 2675.83C27.9243 2675.22 28.3385 2674.78 29.0262 2674.78C29.7138 2674.78 30.1448 2675.26 30.2687 2675.83L35.0094 2695.68H29.0256Z" fill="#FBCE28"/>
|
345
|
+
<path d="M33.8758 2690.93H24.1812L24.8049 2688.31H33.2515L33.8758 2690.93Z" fill="#4D5D69"/>
|
346
|
+
<path d="M32.2872 2684.28H25.7684L26.3589 2681.8H31.6963L32.2872 2684.28Z" fill="#4D5D69"/>
|
347
|
+
<rect x="20.0557" y="2695.68" width="17.9444" height="2.32222" rx="1.16111" fill="#4D5D69"/>
|
348
|
+
</g>
|
349
|
+
<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"/>
|
350
|
+
<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"/>
|
351
|
+
<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"/>
|
352
|
+
<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"/>
|
353
|
+
<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"/>
|
354
|
+
<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"/>
|
355
|
+
<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"/>
|
356
|
+
<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"/>
|
357
|
+
<g clip-path="url(#clip6_2038_743)">
|
358
|
+
<path d="M10.5556 2756.31C9.97264 2756.31 9.50005 2756.78 9.50005 2757.36C9.50005 2757.95 9.97475 2758.42 10.5577 2758.42C11.1407 2758.42 11.6133 2757.95 11.6133 2757.36C11.6133 2756.78 11.1386 2756.31 10.5556 2756.31Z" fill="#4D5D69"/>
|
359
|
+
<path d="M13.7223 2758C13.7223 2757.41 14.1949 2756.94 14.7778 2756.94C15.3608 2756.94 15.8355 2757.41 15.8355 2758C15.8355 2758.58 15.3629 2759.05 14.7799 2759.05C14.197 2759.05 13.7223 2758.58 13.7223 2758Z" fill="#4D5D69"/>
|
360
|
+
<path d="M9.50005 2765.13C9.50005 2764.55 9.97264 2764.08 10.5556 2764.08C11.1386 2764.08 11.6133 2764.55 11.6133 2765.13C11.6133 2765.72 11.1407 2766.19 10.5577 2766.19C9.97475 2766.19 9.50005 2765.72 9.50005 2765.13Z" fill="#4D5D69"/>
|
361
|
+
<path d="M14.7778 2764.69C14.1949 2764.69 13.7223 2765.16 13.7223 2765.75C13.7223 2766.33 14.197 2766.8 14.7799 2766.8C15.3629 2766.8 15.8355 2766.33 15.8355 2765.75C15.8355 2765.16 15.3608 2764.69 14.7778 2764.69Z" fill="#4D5D69"/>
|
362
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.069 2746.69C25.6855 2747.27 22.4876 2747.61 19.0001 2747.61C15.4419 2747.61 12.1852 2747.25 9.78736 2746.65C8.88239 2746.43 8.06536 2746.16 7.38894 2745.84V2751.08C7.41535 2751.12 7.51853 2751.25 7.86589 2751.46C8.38155 2751.77 9.19798 2752.08 10.2994 2752.35C12.4859 2752.9 15.5626 2753.25 19.0001 2753.25C22.4375 2753.25 25.5142 2752.9 27.7007 2752.35C28.8021 2752.08 29.6186 2751.77 30.1342 2751.46C30.4816 2751.25 30.5848 2751.12 30.6112 2751.08V2747.73C30.7564 2748.21 31.0216 2748.67 31.4067 2749.06C31.7874 2749.44 32.2408 2749.7 32.7223 2749.85V2766.61C32.7223 2767.65 31.904 2768.34 31.2084 2768.75C30.4421 2769.21 29.4036 2769.58 28.2128 2769.87C25.8149 2770.47 22.5582 2770.83 19.0001 2770.83C15.4419 2770.83 12.1852 2770.47 9.78736 2769.87C8.59654 2769.58 7.55798 2769.21 6.7917 2768.75C6.09608 2768.34 5.27783 2767.65 5.27783 2766.61V2743.39C5.27783 2742.35 6.09608 2741.66 6.7917 2741.25C7.55798 2740.79 8.59654 2740.42 9.78736 2740.13C12.1852 2739.53 15.4419 2739.17 19.0001 2739.17C22.5582 2739.17 25.8149 2739.53 28.2128 2740.13C28.5001 2740.2 28.7786 2740.27 29.0466 2740.35H23.2223C22.3306 2740.35 21.5249 2740.72 20.9494 2741.32C20.3157 2741.29 19.6646 2741.28 19.0001 2741.28C15.5626 2741.28 12.4859 2741.63 10.2994 2742.17C9.19798 2742.45 8.38155 2742.76 7.86589 2743.06C7.61646 2743.21 7.49293 2743.32 7.43333 2743.39C7.49293 2743.45 7.61646 2743.57 7.86589 2743.71C8.38155 2744.02 9.19798 2744.33 10.2994 2744.6C12.4859 2745.15 15.5626 2745.5 19.0001 2745.5C19.587 2745.5 20.1633 2745.49 20.7266 2745.47C21.3062 2746.21 22.2086 2746.69 23.2223 2746.69H28.069ZM7.38894 2753.59V2758.83C7.41535 2758.87 7.51853 2759 7.86589 2759.21C8.38155 2759.51 9.19798 2759.82 10.2994 2760.1C12.4859 2760.65 15.5626 2761 19.0001 2761C22.4375 2761 25.5142 2760.65 27.7007 2760.1C28.8021 2759.82 29.6186 2759.51 30.1342 2759.21C30.4816 2759 30.5848 2758.87 30.6112 2758.83V2753.59C29.9347 2753.9 29.1177 2754.17 28.2128 2754.4C25.8149 2755 22.5582 2755.36 19.0001 2755.36C15.4419 2755.36 12.1852 2755 9.78736 2754.4C8.88239 2754.17 8.06536 2753.9 7.38894 2753.59ZM30.6112 2761.34C29.9347 2761.65 29.1177 2761.92 28.2128 2762.15C25.8149 2762.75 22.5582 2763.11 19.0001 2763.11C15.4419 2763.11 12.1852 2762.75 9.78736 2762.15C8.88239 2761.92 8.06536 2761.65 7.38894 2761.34V2766.55C7.41535 2766.6 7.51853 2766.73 7.86589 2766.93C8.38155 2767.24 9.19798 2767.55 10.2994 2767.83C12.4859 2768.37 15.5626 2768.72 19.0001 2768.72C22.4375 2768.72 25.5142 2768.37 27.7007 2767.83C28.8021 2767.55 29.6186 2767.24 30.1342 2766.93C30.4816 2766.73 30.5848 2766.6 30.6112 2766.55V2761.34Z" fill="#4D5D69"/>
|
363
|
+
<path d="M9.50005 2749.62C9.50005 2749.03 9.97264 2748.56 10.5556 2748.56C11.1386 2748.56 11.6133 2749.03 11.6133 2749.62C11.6133 2750.2 11.1407 2750.67 10.5577 2750.67C9.97475 2750.67 9.50005 2750.2 9.50005 2749.62Z" fill="#4D5D69"/>
|
364
|
+
<path d="M14.7778 2749.19C14.1949 2749.19 13.7223 2749.67 13.7223 2750.25C13.7223 2750.83 14.197 2751.31 14.7799 2751.31C15.3629 2751.31 15.8355 2750.83 15.8355 2750.25C15.8355 2749.67 15.3608 2749.19 14.7778 2749.19Z" fill="#4D5D69"/>
|
365
|
+
<path d="M29.0256 2771.68H23.0464L27.7833 2751.83C27.9243 2751.22 28.3385 2750.78 29.0262 2750.78C29.7138 2750.78 30.1448 2751.26 30.2687 2751.83L35.0094 2771.68H29.0256Z" fill="#FBCE28"/>
|
366
|
+
<path d="M33.8758 2766.93H24.1812L24.8049 2764.31H33.2515L33.8758 2766.93Z" fill="#4D5D69"/>
|
367
|
+
<path d="M32.2872 2760.28H25.7684L26.3589 2757.8H31.6963L32.2872 2760.28Z" fill="#4D5D69"/>
|
368
|
+
<rect x="20.0557" y="2771.68" width="17.9444" height="2.32222" rx="1.16111" fill="#4D5D69"/>
|
369
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.8994 2739.48C32.4872 2739.89 32.4872 2740.56 32.8994 2740.97L34.3961 2742.47H23.2222C22.6393 2742.47 22.1667 2742.94 22.1667 2743.52C22.1667 2744.1 22.6393 2744.58 23.2222 2744.58H34.3961L32.8994 2746.07C32.4872 2746.49 32.4872 2747.15 32.8994 2747.57C33.3117 2747.98 33.98 2747.98 34.3922 2747.57L37.6908 2744.27C38.1031 2743.85 38.1031 2743.19 37.6908 2742.77L34.3922 2739.48C33.98 2739.06 33.3117 2739.06 32.8994 2739.48Z" fill="#4D5D69"/>
|
370
|
+
</g>
|
371
|
+
<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"/>
|
372
|
+
<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"/>
|
373
|
+
<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"/>
|
374
|
+
<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"/>
|
375
|
+
<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"/>
|
376
|
+
<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"/>
|
377
|
+
<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"/>
|
378
|
+
<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"/>
|
379
|
+
<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"/>
|
380
|
+
<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"/>
|
381
|
+
<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"/>
|
382
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.33339 2859.08C6.91635 2859.08 7.38894 2859.55 7.38894 2860.13L7.38894 2860.37C7.38894 2860.95 6.91635 2861.42 6.33339 2861.42C5.75042 2861.42 5.27783 2860.95 5.27783 2860.37L5.27783 2860.13C5.27783 2859.55 5.75042 2859.08 6.33339 2859.08ZM6.33339 2863.07C6.91635 2863.07 7.38894 2863.54 7.38894 2864.12L7.38894 2864.59C7.38894 2865.17 6.91636 2865.65 6.33339 2865.65C5.75042 2865.65 5.27783 2865.17 5.27783 2864.59L5.27783 2864.12C5.27783 2863.54 5.75042 2863.07 6.33339 2863.07ZM6.33339 2867.29C6.91636 2867.29 7.38894 2867.76 7.38894 2868.34L7.38894 2868.81C7.38894 2869.4 6.91636 2869.87 6.33339 2869.87C5.75042 2869.87 5.27783 2869.4 5.27783 2868.81L5.27783 2868.34C5.27783 2867.76 5.75042 2867.29 6.33339 2867.29ZM6.33339 2871.51C6.91636 2871.51 7.38894 2871.98 7.38894 2872.57V2872.8C7.38894 2873.38 6.91636 2873.86 6.33339 2873.86C5.75042 2873.86 5.27783 2873.38 5.27783 2872.8L5.27783 2872.57C5.27783 2871.98 5.75042 2871.51 6.33339 2871.51Z" fill="#4D5D69"/>
|
383
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.6667 2859.08C32.2497 2859.08 32.7223 2859.55 32.7223 2860.13V2860.37C32.7223 2860.95 32.2497 2861.42 31.6667 2861.42C31.0838 2861.42 30.6112 2860.95 30.6112 2860.37V2860.13C30.6112 2859.55 31.0838 2859.08 31.6667 2859.08ZM31.6667 2863.07C32.2497 2863.07 32.7223 2863.54 32.7223 2864.12V2864.59C32.7223 2865.17 32.2497 2865.65 31.6667 2865.65C31.0838 2865.65 30.6112 2865.17 30.6112 2864.59V2864.12C30.6112 2863.54 31.0838 2863.07 31.6667 2863.07ZM31.6667 2867.29C32.2497 2867.29 32.7223 2867.76 32.7223 2868.34V2868.81C32.7223 2869.4 32.2497 2869.87 31.6667 2869.87C31.0838 2869.87 30.6112 2869.4 30.6112 2868.81L30.6112 2868.34C30.6112 2867.76 31.0838 2867.29 31.6667 2867.29ZM31.6667 2871.51C32.2497 2871.51 32.7223 2871.98 32.7223 2872.57V2872.8C32.7223 2873.38 32.2497 2873.86 31.6667 2873.86C31.0838 2873.86 30.6112 2873.38 30.6112 2872.8L30.6112 2872.57C30.6112 2871.98 31.0838 2871.51 31.6667 2871.51Z" fill="#4D5D69"/>
|
384
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.50005 2879.13C9.50005 2878.55 9.97264 2878.08 10.5556 2878.08C11.1386 2878.08 11.6133 2878.55 11.6133 2879.13C11.6133 2879.72 11.1407 2880.19 10.5577 2880.19C9.97475 2880.19 9.50005 2879.72 9.50005 2879.13Z" fill="#4D5D69"/>
|
385
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7223 2879.75C13.7223 2879.16 14.1949 2878.69 14.7778 2878.69C15.3608 2878.69 15.8355 2879.16 15.8355 2879.75C15.8355 2880.33 15.3629 2880.8 14.7799 2880.8C14.197 2880.8 13.7223 2880.33 13.7223 2879.75Z" fill="#4D5D69"/>
|
386
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2994 2874.1C12.4859 2874.65 15.5626 2875 19.0001 2875C22.4375 2875 25.5142 2874.65 27.7007 2874.1C28.8021 2873.82 29.6186 2873.51 30.1342 2873.21C30.5561 2872.96 30.6178 2872.81 30.6192 2872.81C30.6198 2872.82 30.6112 2872.84 30.6112 2872.88H32.7223C32.7223 2873.92 31.904 2874.61 31.2084 2875.03C30.4421 2875.48 29.4036 2875.85 28.2127 2876.15C25.8149 2876.75 22.5582 2877.11 19.0001 2877.11C15.4419 2877.11 12.1852 2876.75 9.78736 2876.15C8.59654 2875.85 7.55798 2875.48 6.7917 2875.03C6.09608 2874.61 5.27783 2873.92 5.27783 2872.88H7.38894C7.38894 2872.84 7.38034 2872.82 7.3809 2872.81C7.38233 2872.81 7.44405 2872.96 7.86589 2873.21C8.38155 2873.51 9.19798 2873.82 10.2994 2874.1Z" fill="#4D5D69"/>
|
387
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.38894 2859.84L7.38894 2860.56C7.38894 2861.14 6.91635 2861.61 6.33339 2861.61C5.75042 2861.61 5.27783 2861.14 5.27783 2860.56L5.27783 2857.39C5.27783 2856.35 6.09608 2855.66 6.7917 2855.25C7.55798 2854.79 8.59654 2854.42 9.78736 2854.13C12.1852 2853.53 15.4419 2853.17 19.0001 2853.17C22.5582 2853.17 25.8149 2853.53 28.2127 2854.13C29.4036 2854.42 30.4421 2854.79 31.2084 2855.25C31.904 2855.66 32.7223 2856.35 32.7223 2857.39L32.7223 2860.56C32.7223 2861.14 32.2497 2861.61 31.6667 2861.61C31.0838 2861.61 30.6112 2861.14 30.6112 2860.56V2859.84C29.9347 2860.16 29.1177 2860.43 28.2127 2860.65C25.8149 2861.25 22.5582 2861.61 19.0001 2861.61C15.4419 2861.61 12.1852 2861.25 9.78736 2860.65C8.88239 2860.43 8.06536 2860.16 7.38894 2859.84ZM30.5668 2857.39C30.5072 2857.45 30.3836 2857.57 30.1342 2857.71C29.6186 2858.02 28.8021 2858.33 27.7007 2858.6C25.5142 2859.15 22.4375 2859.5 19.0001 2859.5C15.5626 2859.5 12.4859 2859.15 10.2994 2858.6C9.19798 2858.33 8.38155 2858.02 7.86589 2857.71C7.61646 2857.57 7.49293 2857.45 7.43333 2857.39C7.49293 2857.32 7.61646 2857.21 7.86589 2857.06C8.38155 2856.76 9.19798 2856.45 10.2994 2856.17C12.4859 2855.63 15.5626 2855.28 19.0001 2855.28C22.4375 2855.28 25.5142 2855.63 27.7007 2856.17C28.8021 2856.45 29.6186 2856.76 30.1342 2857.06C30.3836 2857.21 30.5072 2857.32 30.5668 2857.39ZM6.33339 2871.32C6.91635 2871.32 7.38894 2871.79 7.38894 2872.38L7.38894 2880.55C7.41535 2880.6 7.51853 2880.73 7.86589 2880.93C8.38155 2881.24 9.19798 2881.55 10.2994 2881.83C12.4859 2882.37 15.5626 2882.72 19.0001 2882.72C22.4375 2882.72 25.5142 2882.37 27.7007 2881.83C28.8021 2881.55 29.6186 2881.24 30.1342 2880.93C30.4816 2880.73 30.5848 2880.6 30.6112 2880.55L30.6112 2872.38C30.6112 2871.79 31.0838 2871.32 31.6667 2871.32C32.2497 2871.32 32.7223 2871.79 32.7223 2872.38L32.7223 2880.61C32.7223 2881.65 31.904 2882.34 31.2084 2882.75C30.4421 2883.21 29.4036 2883.58 28.2127 2883.87C25.8149 2884.47 22.5582 2884.83 19.0001 2884.83C15.4419 2884.83 12.1852 2884.47 9.78736 2883.87C8.59654 2883.58 7.55798 2883.21 6.7917 2882.75C6.09608 2882.34 5.27783 2881.65 5.27783 2880.61L5.27783 2872.38C5.27783 2871.79 5.75042 2871.32 6.33339 2871.32Z" fill="#4D5D69"/>
|
388
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.50005 2879.13C9.50005 2878.55 9.97264 2878.08 10.5556 2878.08C11.1386 2878.08 11.6133 2878.55 11.6133 2879.13C11.6133 2879.72 11.1407 2880.19 10.5577 2880.19C9.97475 2880.19 9.50005 2879.72 9.50005 2879.13Z" fill="#4D5D69"/>
|
389
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7223 2879.75C13.7223 2879.16 14.1949 2878.69 14.7778 2878.69C15.3608 2878.69 15.8355 2879.16 15.8355 2879.75C15.8355 2880.33 15.3629 2880.8 14.7799 2880.8C14.197 2880.8 13.7223 2880.33 13.7223 2879.75Z" fill="#4D5D69"/>
|
390
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9602 2868.82C15.3724 2869.23 16.0408 2869.23 16.453 2868.82L19.0052 2866.27L21.5574 2868.82C21.9696 2869.23 22.638 2869.23 23.0502 2868.82C23.4624 2868.41 23.4624 2867.74 23.0502 2867.33L19.7516 2864.03C19.3394 2863.62 18.671 2863.62 18.2588 2864.03L14.9602 2867.33C14.548 2867.74 14.548 2868.41 14.9602 2868.82Z" fill="#4D5D69"/>
|
391
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0052 2863.72C18.4222 2863.72 17.9497 2864.19 17.9497 2864.78L17.9497 2871.64C17.9497 2872.22 18.4222 2872.69 19.0052 2872.69C19.5882 2872.69 20.0608 2872.22 20.0608 2871.64L20.0608 2864.78C20.0608 2864.19 19.5882 2863.72 19.0052 2863.72Z" fill="#4D5D69"/>
|
392
|
+
<g clip-path="url(#clip7_2038_743)">
|
393
|
+
<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"/>
|
394
|
+
<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"/>
|
395
|
+
<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"/>
|
396
|
+
<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"/>
|
397
|
+
<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"/>
|
398
|
+
<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"/>
|
399
|
+
<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"/>
|
400
|
+
<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"/>
|
401
|
+
<path d="M33.8758 2918.93H24.1812L24.8049 2916.31H33.2515L33.8758 2918.93Z" fill="#4D5D69"/>
|
402
|
+
<path d="M32.2872 2912.28H25.7684L26.3589 2909.8H31.6963L32.2872 2912.28Z" fill="#4D5D69"/>
|
403
|
+
<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"/>
|
404
|
+
</g>
|
405
|
+
<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"/>
|
406
|
+
<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"/>
|
407
|
+
<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"/>
|
408
|
+
<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"/>
|
409
|
+
<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"/>
|
410
|
+
<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"/>
|
411
|
+
<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"/>
|
412
|
+
<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"/>
|
413
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.5502 2964.91C28.138 2964.57 28.8623 2964.57 29.4502 2964.91L35.4668 2968.39C36.0547 2968.73 36.4168 2969.35 36.4168 2970.03V2976.98C36.4168 2977.66 36.0547 2978.29 35.4668 2978.62L29.4502 2982.1C28.8623 2982.44 28.138 2982.44 27.5502 2982.1L21.5335 2978.62C20.9456 2978.29 20.5835 2977.66 20.5835 2976.98V2970.03C20.5835 2969.35 20.9456 2968.73 21.5335 2968.39L27.5502 2964.91ZM28.5002 2966.8L23.7502 2969.54L28.5002 2972.29L33.2502 2969.54L28.5002 2966.8ZM34.3057 2971.37V2976.86L29.5557 2979.6V2974.12L34.3057 2971.37ZM27.4446 2974.12L22.6946 2971.37V2976.86L27.4446 2979.6V2974.12Z" fill="#4D5D69"/>
|
414
|
+
<path d="M10.5556 2992.08C9.97264 2992.08 9.50005 2992.55 9.50005 2993.13C9.50005 2993.72 9.97475 2994.19 10.5577 2994.19C11.1407 2994.19 11.6133 2993.72 11.6133 2993.13C11.6133 2992.55 11.1386 2992.08 10.5556 2992.08Z" fill="#4D5D69"/>
|
415
|
+
<path d="M14.7778 2992.69C14.1949 2992.69 13.7223 2993.16 13.7223 2993.75C13.7223 2994.33 14.197 2994.8 14.7799 2994.8C15.3629 2994.8 15.8355 2994.33 15.8355 2993.75C15.8355 2993.16 15.3608 2992.69 14.7778 2992.69Z" fill="#4D5D69"/>
|
416
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.6721 2967.17C19.4494 2967.17 19.2253 2967.17 19.0001 2967.17C15.4419 2967.17 12.1852 2967.53 9.78736 2968.13C8.59654 2968.42 7.55798 2968.79 6.7917 2969.25C6.09608 2969.66 5.27783 2970.35 5.27783 2971.39V2994.61C5.27783 2995.65 6.09608 2996.34 6.7917 2996.75C7.55798 2997.21 8.59654 2997.58 9.78736 2997.87C12.1852 2998.47 15.4419 2998.83 19.0001 2998.83C22.5582 2998.83 25.8149 2998.47 28.2127 2997.87C29.4036 2997.58 30.4421 2997.21 31.2084 2996.75C31.904 2996.34 32.7223 2995.65 32.7223 2994.61V2982.65L30.6112 2983.87V2986.83C30.5848 2986.87 30.4816 2987 30.1342 2987.21C29.6186 2987.51 28.8021 2987.82 27.7007 2988.1C25.5142 2988.65 22.4375 2989 19.0001 2989C15.5626 2989 12.4859 2988.65 10.2994 2988.1C9.19798 2987.82 8.38155 2987.51 7.86589 2987.21C7.51853 2987 7.41535 2986.87 7.38894 2986.83V2981.59C8.06536 2981.9 8.88239 2982.17 9.78736 2982.4C12.1852 2983 15.4419 2983.36 19.0001 2983.36C21.1102 2983.36 23.1144 2983.23 24.8962 2983L21.7237 2981.17C20.8499 2981.22 19.9384 2981.25 19.0001 2981.25C15.5626 2981.25 12.4859 2980.9 10.2994 2980.35C9.19798 2980.08 8.38155 2979.77 7.86589 2979.46C7.51853 2979.25 7.41535 2979.12 7.38894 2979.08V2973.84C8.06536 2974.16 8.88239 2974.43 9.78736 2974.65C12.0662 2975.22 15.1206 2975.57 18.4723 2975.61V2973.5C15.2482 2973.46 12.3734 2973.12 10.2994 2972.6C9.19798 2972.33 8.38155 2972.02 7.86589 2971.71C7.61646 2971.57 7.49293 2971.45 7.43333 2971.39C7.49293 2971.32 7.61646 2971.21 7.86589 2971.06C8.38155 2970.76 9.19798 2970.45 10.2994 2970.17C12.3886 2969.65 15.2905 2969.31 18.5434 2969.28C18.6966 2968.48 19.0918 2967.74 19.6721 2967.17ZM28.2127 2990.15C29.1177 2989.92 29.9347 2989.65 30.6112 2989.34V2994.55C30.5848 2994.6 30.4816 2994.73 30.1342 2994.93C29.6186 2995.24 28.8021 2995.55 27.7007 2995.83C25.5142 2996.37 22.4375 2996.72 19.0001 2996.72C15.5626 2996.72 12.4859 2996.37 10.2994 2995.83C9.19798 2995.55 8.38155 2995.24 7.86589 2994.93C7.51853 2994.73 7.41535 2994.6 7.38894 2994.55V2989.34C8.06536 2989.65 8.88239 2989.92 9.78736 2990.15C12.1852 2990.75 15.4419 2991.11 19.0001 2991.11C22.5582 2991.11 25.8149 2990.75 28.2127 2990.15Z" fill="#4D5D69"/>
|
417
|
+
<path d="M10.5556 2976.56C9.97264 2976.56 9.50005 2977.03 9.50005 2977.62C9.50005 2978.2 9.97475 2978.67 10.5577 2978.67C11.1407 2978.67 11.6133 2978.2 11.6133 2977.62C11.6133 2977.03 11.1386 2976.56 10.5556 2976.56Z" fill="#4D5D69"/>
|
418
|
+
<path d="M14.7778 2977.19C14.1949 2977.19 13.7223 2977.67 13.7223 2978.25C13.7223 2978.83 14.197 2979.31 14.7799 2979.31C15.3629 2979.31 15.8355 2978.83 15.8355 2978.25C15.8355 2977.67 15.3608 2977.19 14.7778 2977.19Z" fill="#4D5D69"/>
|
419
|
+
<path d="M10.5556 2984.31C9.97264 2984.31 9.50005 2984.78 9.50005 2985.36C9.50005 2985.95 9.97475 2986.42 10.5577 2986.42C11.1407 2986.42 11.6133 2985.95 11.6133 2985.36C11.6133 2984.78 11.1386 2984.31 10.5556 2984.31Z" fill="#4D5D69"/>
|
420
|
+
<path d="M14.7778 2984.94C14.1949 2984.94 13.7223 2985.41 13.7223 2986C13.7223 2986.58 14.197 2987.05 14.7799 2987.05C15.3629 2987.05 15.8355 2986.58 15.8355 2986C15.8355 2985.41 15.3608 2984.94 14.7778 2984.94Z" fill="#4D5D69"/>
|
421
|
+
<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"/>
|
422
|
+
<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"/>
|
423
|
+
<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"/>
|
424
|
+
<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"/>
|
425
|
+
<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"/>
|
426
|
+
<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"/>
|
427
|
+
<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"/>
|
428
|
+
<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"/>
|
429
|
+
</g>
|
430
|
+
<defs>
|
431
|
+
<clipPath id="clip0_2038_743">
|
432
|
+
<rect width="38" height="3040" fill="white"/>
|
433
|
+
</clipPath>
|
434
|
+
<clipPath id="clip1_2038_743">
|
435
|
+
<rect width="38" height="38" fill="white" transform="translate(0 114)"/>
|
436
|
+
</clipPath>
|
437
|
+
<clipPath id="clip2_2038_743">
|
438
|
+
<rect width="38" height="38" fill="white" transform="translate(0 152)"/>
|
439
|
+
</clipPath>
|
440
|
+
<clipPath id="clip3_2038_743">
|
441
|
+
<rect width="38" height="38" fill="white" transform="translate(0 190)"/>
|
442
|
+
</clipPath>
|
443
|
+
<clipPath id="clip4_2038_743">
|
444
|
+
<rect width="38" height="38" fill="white" transform="translate(0 2622)"/>
|
445
|
+
</clipPath>
|
446
|
+
<clipPath id="clip5_2038_743">
|
447
|
+
<rect width="38" height="38" fill="white" transform="translate(0 2660)"/>
|
448
|
+
</clipPath>
|
449
|
+
<clipPath id="clip6_2038_743">
|
450
|
+
<rect width="38" height="38" fill="white" transform="translate(0 2736)"/>
|
451
|
+
</clipPath>
|
452
|
+
<clipPath id="clip7_2038_743">
|
453
|
+
<rect width="38" height="38" fill="white" transform="translate(0 2888)"/>
|
454
|
+
</clipPath>
|
455
|
+
</defs>
|
456
|
+
</svg>
|