bfg-common 1.4.97 → 1.4.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +21 -21
- package/.idea/inspectionProfiles/Project_Default.xml +50 -50
- package/.idea/modules.xml +7 -7
- package/.idea/prettier.xml +5 -5
- package/.idea/uikit.iml +11 -11
- package/.idea/vcs.xml +5 -5
- package/.prettierrc +4 -4
- package/PROJECT_STRUCTURE.md +42 -42
- package/README.md +42 -42
- package/assets/img/icons/icon-hcs.svg +3 -3
- package/assets/img/icons/icon-life-m-dark.svg +3 -3
- package/assets/img/icons/icon-life-m-light.svg +3 -3
- package/assets/img/icons/icon-ro-dark.svg +1 -1
- package/assets/img/icons/icon-ro-light.svg +2 -2
- package/assets/img/icons/icons-sprite-dark-1.svg +409 -409
- package/assets/img/icons/icons-sprite-dark-2.svg +308 -308
- package/assets/img/icons/icons-sprite-dark-3.svg +229 -229
- package/assets/img/icons/icons-sprite-dark-4.svg +251 -251
- package/assets/img/icons/icons-sprite-dark-5.svg +83 -83
- package/assets/img/icons/icons-sprite-dark-6.svg +1 -1
- package/assets/img/icons/icons-sprite-dark-7.svg +8 -8
- package/assets/img/icons/icons-sprite-dark-8.svg +190 -190
- package/assets/img/icons/icons-sprite-dark-9.svg +71 -71
- package/assets/img/icons/icons-sprite-light-1.svg +409 -409
- package/assets/img/icons/icons-sprite-light-2.svg +308 -308
- package/assets/img/icons/icons-sprite-light-3.svg +229 -229
- package/assets/img/icons/icons-sprite-light-4.svg +251 -251
- package/assets/img/icons/icons-sprite-light-5.svg +83 -83
- package/assets/img/icons/icons-sprite-light-6.svg +1 -1
- package/assets/img/icons/icons-sprite-light-7.svg +8 -8
- package/assets/img/icons/icons-sprite-light-8.svg +190 -190
- package/assets/img/icons/icons-sprite-light-9.svg +71 -71
- 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 +5 -1
- package/assets/localization/local_en.json +5 -1
- package/assets/localization/local_hy.json +5 -1
- package/assets/localization/local_kk.json +2587 -2583
- package/assets/localization/local_ru.json +2590 -2586
- package/assets/localization/local_zh.json +5 -1
- package/assets/scss/clarity/clr-ui.min.css +8 -8
- package/assets/scss/common/animations.scss +28 -28
- package/assets/scss/common/global.scss +195 -195
- package/assets/scss/common/icons/icons-1.scss +244 -244
- package/assets/scss/common/icons/icons-2.scss +245 -245
- package/assets/scss/common/icons/icons-3.scss +250 -250
- package/assets/scss/common/icons/icons-4.scss +273 -273
- package/assets/scss/common/icons/icons-5.scss +60 -60
- package/assets/scss/common/icons/icons-6.scss +30 -30
- package/assets/scss/common/icons/icons-7.scss +29 -29
- package/assets/scss/common/icons/icons-8.scss +191 -191
- package/assets/scss/common/icons/icons-9.scss +95 -95
- package/assets/scss/common/icons/icons.scss +19 -19
- package/assets/scss/common/icons/lib-icons.scss +32 -32
- package/assets/scss/common/mixins.scss +39 -39
- package/assets/scss/common/normalize.scss +351 -351
- package/assets/scss/common/theme.scss +238 -238
- package/assets/scss/common/utilities.scss +20 -20
- package/assets/scss/common/variables.scss +44 -44
- package/assets/scss/components/auth.scss +177 -177
- package/assets/scss/main.scss +15 -15
- package/components/atoms/DiagramIcon.vue +371 -371
- package/components/atoms/TheIcon.vue +3249 -3041
- package/components/atoms/TheIcon2.vue +1368 -1368
- package/components/atoms/TheIconOld.vue +2444 -2444
- package/components/atoms/alert/Alert.vue +96 -96
- package/components/atoms/alert/Notification.vue +171 -171
- package/components/atoms/alert/lib/Alert.spec.ts +38 -38
- package/components/atoms/alert/lib/Notification.spec.ts +34 -34
- package/components/atoms/alert/lib/models/enums.ts +12 -12
- package/components/atoms/alert/lib/models/interfaces.ts +27 -27
- package/components/atoms/alert/lib/models/types.ts +11 -11
- package/components/atoms/autocomplete/Autocomplete.vue +239 -239
- package/components/atoms/collapse/CollapseNav.vue +164 -164
- package/components/atoms/collapse/CollapseNavItem.vue +218 -218
- package/components/atoms/collapse/lib/models/interfaces.ts +11 -11
- package/components/atoms/combobox/Combobox.vue +152 -152
- package/components/atoms/datepicker/Datepicker.vue +630 -630
- package/components/atoms/datepicker/lib/config/allShortMonths.ts +103 -103
- package/components/atoms/datepicker/lib/config/datapicker.ts +43 -43
- package/components/atoms/datepicker/lib/models/interfaces.ts +9 -9
- package/components/atoms/dropdown/Portlet.vue +114 -114
- package/components/atoms/dropdown/dropdown/Dropdown.vue +156 -156
- package/components/atoms/dropdown/dropdown/lib/models/interfaces.ts +9 -9
- package/components/atoms/dropdown/lib/Portlet.spec.ts +26 -26
- package/components/atoms/dropdown/tree/Tree.vue +137 -137
- package/components/atoms/dropdown/tree/lib/models/interfaces.ts +11 -11
- package/components/atoms/input/Search.vue +16 -16
- package/components/atoms/lib/models/interfaces.ts +14 -14
- package/components/atoms/list/SelectList.vue +63 -63
- package/components/atoms/list/SimpleList.vue +29 -29
- package/components/atoms/list/dragDropList/DragDropList.vue +139 -139
- package/components/atoms/list/dragDropList/lib/config/events.ts +4 -4
- package/components/atoms/loader/BarLoader.vue +27 -27
- package/components/atoms/loader/Loader.vue +30 -30
- package/components/atoms/loader/PreLoader.vue +38 -38
- package/components/atoms/loader/lib/Preloader.spec.ts +24 -24
- package/components/atoms/modal/Modal.vue +248 -248
- package/components/atoms/modal/bySteps/BySteps.vue +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 +139 -139
- package/components/atoms/nav/VerticalNavBar.vue +90 -90
- package/components/atoms/nav/lib/NavBar.spec.ts +34 -34
- package/components/atoms/nav/lib/models/interfaces.ts +6 -6
- package/components/atoms/notificationBar/NotificationBar.vue +178 -178
- package/components/atoms/notificationBar/lib/models/enums.ts +13 -13
- package/components/atoms/notificationBar/lib/models/interfaces.ts +6 -6
- package/components/atoms/notificationBar/lib/models/types.ts +1 -1
- package/components/atoms/perPage/PerPage.vue +53 -53
- package/components/atoms/popover/Popover.vue +60 -60
- package/components/atoms/popup/SimplePopup.vue +91 -91
- package/components/atoms/select/TheSelect.vue +177 -177
- package/components/atoms/select/lib/models/interfaces.ts +5 -5
- package/components/atoms/stack/StackBlock.vue +184 -184
- package/components/atoms/stack/StackContent.vue +63 -63
- package/components/atoms/step/VerticalStep.vue +105 -105
- package/components/atoms/step/lib/VerticalStep.spec.ts +68 -68
- package/components/atoms/step/lib/models/verticalStepItem.ts +7 -7
- package/components/atoms/switch/Switch.vue +111 -111
- package/components/atoms/table/compact/Compact.vue +526 -526
- package/components/atoms/table/compact/lib/models/interfaces.ts +10 -10
- package/components/atoms/table/dataGrid/DataGrid.vue +1617 -1617
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +216 -216
- package/components/atoms/table/dataGrid/DataGridPage.vue +196 -196
- package/components/atoms/table/dataGrid/DataGridPagination.vue +89 -89
- package/components/atoms/table/dataGrid/lib/DataGrid.spec.ts +61 -61
- package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +20 -20
- package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +67 -67
- 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/info/Info.vue +61 -61
- package/components/atoms/table/info/lib/models/interfaces.ts +9 -9
- package/components/atoms/table/simpleEvent/SimpleEvent.vue +98 -98
- package/components/atoms/table/simpleEvent/lib/models/interfaces.ts +9 -9
- package/components/atoms/table/simpleInfo/SimpleInfo.vue +73 -73
- package/components/atoms/table/simpleInfo/lib/models/interfaces.ts +5 -5
- package/components/atoms/table/simpleTable/SimpleTable.vue +300 -300
- package/components/atoms/table/simpleTable/lib/models/interfaces.ts +12 -12
- package/components/atoms/tabs/Tabs.vue +214 -214
- package/components/atoms/tabs/VerticalTabs.vue +88 -88
- package/components/atoms/tabs/lib/models/interfaces.ts +5 -5
- package/components/atoms/tabs/lib/models/types.ts +1 -1
- package/components/atoms/tooltip/Signpost.vue +227 -227
- package/components/atoms/tooltip/Text.vue +37 -37
- package/components/atoms/tooltip/Tooltip.vue +57 -57
- package/components/atoms/tooltip/TooltipError.vue +113 -113
- package/components/atoms/tooltip/lib/models/interfaces.ts +4 -4
- package/components/atoms/wizard/Wizard.vue +311 -311
- package/components/atoms/wizard/lib/models/enums.ts +8 -8
- package/components/atoms/wizard/lib/models/interfaces.ts +49 -49
- package/components/atoms/wizard/lib/utils/utils.ts +804 -804
- package/components/atoms/wizard/step/Step.vue +87 -87
- package/components/common/BadBrowser.vue +118 -118
- package/components/common/accordion/Accordion.vue +177 -177
- package/components/common/accordion/Recursion.vue +218 -218
- package/components/common/accordion/lib/models/enums.ts +5 -5
- package/components/common/accordion/lib/models/interfaces.ts +16 -16
- package/components/common/accordion/lib/models/types.ts +1 -1
- package/components/common/accordion/lib/utils/accordion.ts +31 -31
- package/components/common/adapterManager/AdapterManager.vue +828 -828
- package/components/common/adapterManager/AddAdapterModal.vue +561 -561
- package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +61 -61
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +61 -61
- package/components/common/adapterManager/lib/config/index.ts +19 -19
- package/components/common/adapterManager/ui/NoSelectedAdapter.vue +39 -39
- package/components/common/adapterManager/ui/SecondTitle.vue +37 -37
- package/components/common/adapterManager/ui/actions/ActionsBar.vue +95 -95
- package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +30 -30
- package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +35 -35
- package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +35 -35
- package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +37 -37
- package/components/common/adapterManager/ui/actions/VerticalSeparator.vue +10 -10
- package/components/common/adapterManager/ui/table/Adapters.vue +92 -92
- package/components/common/adapterManager/ui/table/Header.vue +93 -93
- package/components/common/adapterManager/ui/table/Table.vue +162 -162
- package/components/common/adapterManager/ui/table/lib/models/types.ts +1 -1
- package/components/common/browse/Browse.vue +240 -240
- package/components/common/browse/blocks/Container.vue +105 -105
- package/components/common/browse/blocks/Title.vue +91 -91
- package/components/common/browse/blocks/contents/Files.vue +72 -72
- package/components/common/browse/blocks/info/Date.vue +21 -21
- package/components/common/browse/blocks/info/Size.vue +17 -17
- package/components/common/browse/blocks/info/Text.vue +16 -16
- package/components/common/browse/blocks/lib/models/types.ts +1 -1
- package/components/common/browse/lib/models/interfaces.ts +5 -5
- package/components/common/context/Context.vue +99 -99
- package/components/common/context/lib/Context.spec.ts +20 -20
- package/components/common/context/lib/ContextRecursion.spec.ts +55 -55
- package/components/common/context/lib/models/interfaces.ts +27 -27
- package/components/common/context/recursion/Recursion.vue +86 -86
- package/components/common/context/recursion/RecursionNew.vue +198 -198
- package/components/common/context/recursion/RecursionOld.vue +212 -212
- package/components/common/context/recursion/lib/models/interfaces.ts +2 -2
- package/components/common/countdownTimer/CountdownTimer.vue +50 -50
- package/components/common/details/DetailsItem.vue +109 -109
- package/components/common/details/DetailsList.vue +23 -23
- package/components/common/details/lib/models/interfaces.ts +11 -11
- package/components/common/diagramMain/Diagram.vue +234 -234
- package/components/common/diagramMain/DiagramMain.vue +871 -871
- package/components/common/diagramMain/Header.vue +211 -211
- package/components/common/diagramMain/Highlights.vue +124 -124
- package/components/common/diagramMain/adapter/Adapter.vue +123 -123
- package/components/common/diagramMain/adapter/AdapterItem.vue +287 -287
- package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
- package/components/common/diagramMain/adapter/Block.vue +48 -48
- package/components/common/diagramMain/adapter/Contents.vue +133 -133
- package/components/common/diagramMain/adapter/Lines.vue +58 -58
- package/components/common/diagramMain/adapter/SecondBlock.vue +49 -49
- package/components/common/diagramMain/lib/config/index.ts +70 -70
- package/components/common/diagramMain/lib/config/initial.ts +50 -50
- package/components/common/diagramMain/lib/models/enums.ts +44 -44
- package/components/common/diagramMain/lib/models/interfaces.ts +724 -724
- package/components/common/diagramMain/lib/models/types.ts +16 -16
- package/components/common/diagramMain/lib/utils/utils.ts +278 -278
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
- package/components/common/diagramMain/modals/Modals.vue +442 -442
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +398 -398
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
- package/components/common/diagramMain/modals/lib/config/adapterModal.ts +126 -126
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
- package/components/common/diagramMain/modals/lib/config/index.ts +49 -49
- package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
- package/components/common/diagramMain/modals/lib/config/networkModal.ts +331 -331
- package/components/common/diagramMain/modals/lib/config/portModal.ts +214 -214
- package/components/common/diagramMain/modals/lib/config/switchModal.ts +224 -224
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +34 -34
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
- package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +537 -537
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +49 -49
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +234 -234
- package/components/common/diagramMain/modals/viewSettings/Info.vue +123 -123
- package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +190 -190
- package/components/common/diagramMain/modals/viewSettings/ViewSettingsModal.vue +93 -93
- package/components/common/diagramMain/network/Block.vue +64 -64
- package/components/common/diagramMain/network/Contents.vue +353 -353
- package/components/common/diagramMain/network/Lines.vue +76 -76
- package/components/common/diagramMain/network/Network.vue +133 -133
- package/components/common/diagramMain/network/NoNetwork.vue +61 -61
- package/components/common/diagramMain/network/SecondBlock.vue +60 -60
- package/components/common/diagramMain/port/Port.vue +405 -405
- package/components/common/diagramMain/port/Ports.vue +47 -47
- package/components/common/diagramMain/switch/Switch.vue +82 -82
- package/components/common/diagramMain/switch/SwitchSelected.vue +35 -35
- package/components/common/feedback/Buttons.vue +229 -229
- package/components/common/feedback/Feedback.vue +268 -268
- package/components/common/feedback/Message.vue +518 -518
- package/components/common/feedback/VisitPortal.vue +62 -62
- package/components/common/feedback/lib/config/drawingPanel.ts +31 -31
- package/components/common/feedback/lib/config/feedbackTabs.ts +26 -26
- package/components/common/feedback/lib/models/interfaces.ts +20 -20
- package/components/common/feedback/lib/models/types.ts +1 -1
- package/components/common/graph/Graph.vue +110 -110
- package/components/common/graph/lib/utils/renderGraph.ts +389 -389
- package/components/common/headline/Headline.vue +32 -32
- package/components/common/help/navbar/left/Left.vue +165 -165
- package/components/common/help/navbar/left/lib/models/interfaces.ts +6 -6
- package/components/common/help/navbar/left/lib/utils/constructAccordion.ts +27 -27
- package/components/common/help/navbar/right/Right.vue +149 -149
- package/components/common/help/navbar/right/lib/models/interfaces.ts +5 -5
- package/components/common/home/Card.vue +63 -63
- package/components/common/home/ResourceBlock.vue +117 -117
- package/components/common/home/StatusContent.vue +47 -47
- package/components/common/home/alertsTable/AlertsTable.vue +114 -114
- package/components/common/home/alertsTable/lib/config/config.ts +61 -61
- package/components/common/home/alertsTable/lib/models/enums.ts +11 -11
- package/components/common/home/alertsTable/lib/models/interfaces.ts +19 -19
- package/components/common/home/alertsTable/lib/models/types.ts +18 -18
- package/components/common/home/lib/config/configResourceMeterBlock.ts +25 -25
- package/components/common/home/lib/models/interfaces.ts +59 -59
- package/components/common/home/lib/models/types.ts +18 -18
- package/components/common/home/servicesTable/ServicesTable.vue +80 -80
- package/components/common/home/servicesTable/lib/config/config.ts +62 -62
- package/components/common/layout/theHeader/TheHeader.vue +112 -110
- package/components/common/layout/theHeader/TheHeaderNew.vue +294 -245
- package/components/common/layout/theHeader/TheHeaderOld.vue +258 -258
- package/components/common/layout/theHeader/ThemeSwitch.vue +59 -29
- package/components/common/layout/theHeader/feedback/Feedback.vue +104 -104
- package/components/common/layout/theHeader/feedback/FeedbackNew.vue +63 -63
- package/components/common/layout/theHeader/feedback/FeedbackOld.vue +73 -73
- package/components/common/layout/theHeader/helpMenu/About.vue +110 -110
- package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +45 -45
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +175 -151
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +28 -28
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/HelpMenuOld.vue +69 -69
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/config/dropMenu.ts +22 -22
- package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/lib/models/enums.ts +9 -9
- package/components/common/layout/theHeader/lib/models/types.ts +5 -5
- package/components/common/layout/theHeader/lib/utils/localization.ts +32 -32
- package/components/common/layout/theHeader/modals/Reconnect.vue +98 -98
- package/components/common/layout/theHeader/modals/RedirectLogin.vue +60 -60
- package/components/common/layout/theHeader/userMenu/UserMenu.vue +101 -101
- package/components/common/layout/theHeader/userMenu/lib/models/interfaces.ts +32 -32
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +210 -210
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +31 -31
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/models/interfaces.ts +12 -12
- package/components/common/layout/theHeader/userMenu/modals/preferences/Preferences.vue +70 -70
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +93 -93
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +122 -122
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +110 -110
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +89 -89
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageOld.vue +93 -93
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +22 -22
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/enums.ts +9 -9
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/interfaces.ts +11 -11
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/types.ts +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +42 -42
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +52 -52
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +48 -48
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +30 -30
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/models/interfaces.ts +5 -5
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +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 +50 -18
- package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +28 -28
- package/components/common/layout/theHeader/userMenu/userMenuOld/UserMenuOld.vue +36 -36
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +36 -36
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/models/types.ts +5 -5
- package/components/common/lib/config/states.ts +160 -160
- package/components/common/mainNavigationPanel/MainNavigationPanel.vue +142 -142
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +271 -271
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +288 -288
- package/components/common/mainNavigationPanel/lib/models/interfaces.ts +7 -7
- package/components/common/mainNavigationPanel/lib/models/types.ts +1 -1
- package/components/common/modals/Confirmation.vue +110 -110
- package/components/common/modals/Rename.vue +166 -166
- package/components/common/modals/lib/config/defaultForm.ts +18 -18
- package/components/common/modals/lib/config/renameLabelWidth.ts +3 -3
- package/components/common/modals/lib/models/interfaces.ts +5 -5
- package/components/common/monitor/advanced/Advanced.vue +247 -247
- package/components/common/monitor/advanced/GraphView.vue +180 -180
- package/components/common/monitor/advanced/lib/models/interfaces.ts +9 -9
- package/components/common/monitor/advanced/lib/models/types.ts +1 -1
- package/components/common/monitor/advanced/table/Table.vue +93 -93
- package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +129 -129
- package/components/common/monitor/advanced/table/lib/models/interfaces.ts +12 -12
- package/components/common/monitor/advanced/table/lib/models/types.ts +10 -10
- package/components/common/monitor/advanced/tools/Tools.vue +448 -448
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +496 -496
- package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +34 -34
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +157 -157
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +81 -81
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +106 -106
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +144 -144
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +779 -779
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +29 -29
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +93 -93
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +113 -113
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +251 -251
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +57 -57
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces.ts +4 -4
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/types.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/interfaces.ts +19 -19
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types.ts +3 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +17 -17
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +42 -42
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +173 -173
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +130 -130
- package/components/common/monitor/advanced/tools/lib/models/interfaces.ts +4 -4
- package/components/common/monitor/advanced/tools/lib/utils/countCores.ts +7 -7
- package/components/common/monitor/lib/config/getValidDateByOption.ts +76 -76
- package/components/common/monitor/lib/models/interfaces.ts +24 -24
- package/components/common/monitor/overview/Overview.vue +228 -228
- package/components/common/monitor/overview/filters/Filters.vue +228 -228
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +245 -245
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +52 -52
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +82 -82
- package/components/common/monitor/overview/filters/lib/models/interfaces.ts +9 -9
- package/components/common/monitor/overview/filters/lib/models/types.ts +13 -13
- package/components/common/pages/Tasks.vue +120 -120
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +195 -195
- package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +435 -435
- package/components/common/pages/hardwareHealth/historyTestimony/lib/models/interfaces.ts +10 -10
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +380 -380
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +487 -487
- 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/counters/timespan/form/Form.vue +539 -539
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +115 -115
- 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 +44 -44
- package/components/common/pages/hardwareHealth/lib/models/enums.ts +8 -8
- package/components/common/pages/hardwareHealth/lib/models/interfaces.ts +6 -6
- package/components/common/pages/hardwareHealth/lib/models/types.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/TableView.vue +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/perPage/PerPage.vue +52 -52
- package/components/common/readyToComplete/ReadyToComplete.vue +15 -15
- package/components/common/recursionTree/RecursionTree.vue +211 -211
- package/components/common/recursionTree/lib/models/interfaces.ts +23 -23
- package/components/common/resource/lib/models/interfaces.ts +9 -9
- package/components/common/resource/lib/models/types.ts +1 -1
- package/components/common/resource/lib/utils.ts +44 -44
- package/components/common/resource/progressBlock/ProgressBlock.vue +142 -142
- package/components/common/resource/simple/Simple.vue +58 -58
- package/components/common/resource/simple/lib/models/enums.ts +6 -6
- package/components/common/select/button/ButtonDropdown.vue +102 -102
- package/components/common/select/button/lib/models/interfaces.ts +7 -7
- package/components/common/select/input/Input.vue +88 -88
- package/components/common/select/input/lib/models/interfaces.ts +5 -5
- package/components/common/select/radio/RadioGroup.vue +128 -128
- package/components/common/select/radio/lib/models/interfaces.ts +9 -9
- package/components/common/selectLanguage/SelectLanguage.vue +130 -130
- package/components/common/selectLanguage/lib/config/config.ts +34 -34
- package/components/common/selectLanguage/lib/utils/utils.ts +5 -5
- package/components/common/shortcuts/Block.vue +96 -96
- package/components/common/shortcuts/Category.vue +41 -41
- package/components/common/shortcuts/Shortcuts.vue +44 -44
- package/components/common/shortcuts/lib/models/interfaces.ts +12 -12
- package/components/common/spiceConsole/Drawer.vue +245 -245
- package/components/common/spiceConsole/SpiceConsole.vue +83 -83
- package/components/common/spiceConsole/keyboard/Keyboard.vue +403 -403
- package/components/common/spiceConsole/keyboard/lib/config/keyboardRows.ts +966 -966
- package/components/common/spiceConsole/keyboard/lib/models/interfaces.ts +18 -18
- package/components/common/spiceConsole/lib/models/types.ts +1 -1
- package/components/common/split/horizontal/Horizontal.vue +70 -70
- package/components/common/split/horizontal/HorizontalNew.vue +321 -321
- package/components/common/split/horizontal/HorizontalOld.vue +307 -307
- package/components/common/split/horizontal/lib/models/interfaces.ts +5 -5
- package/components/common/split/vertical/Vertical.vue +213 -213
- package/components/common/split/vertical/lib/models/interfaces.ts +3 -3
- package/components/common/tools/Actions.vue +172 -172
- package/components/common/tools/lib/models/interfaces.ts +7 -7
- package/components/common/tools/viewSettings/ViewSettings.vue +86 -86
- package/components/common/tools/viewSettings/lib/models/interfaces.ts +9 -9
- package/components/common/vm/actions/add/Add.vue +609 -609
- package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
- package/components/common/vm/actions/add/lib/config/steps.ts +145 -145
- package/components/common/vm/actions/add/lib/utils.ts +103 -103
- package/components/common/vm/actions/clone/Clone.vue +522 -522
- package/components/common/vm/actions/clone/lib/config/steps.ts +74 -74
- package/components/common/vm/actions/clone/lib/models/interfaces.ts +7 -7
- package/components/common/vm/actions/clone/lib/utils.ts +43 -43
- package/components/common/vm/actions/clone/select/options/Options.vue +71 -71
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +274 -274
- package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +21 -21
- package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +700 -700
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +156 -160
- 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 +270 -270
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/models/types.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +110 -110
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +403 -403
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +225 -225
- 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/MaxCpu.vue +106 -106
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +106 -106
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +160 -160
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +59 -59
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +66 -66
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces.ts +118 -118
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +236 -236
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +329 -329
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +24 -24
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +173 -173
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +462 -462
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +81 -81
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/lib/config/options.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +153 -153
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +88 -88
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +18 -18
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +88 -88
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +86 -86
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +145 -145
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +305 -305
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +87 -87
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +148 -148
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +168 -168
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +48 -48
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +49 -49
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/lib/config/options.ts +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +82 -82
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +21 -21
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +32 -32
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +237 -237
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +33 -33
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +121 -121
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +182 -182
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +59 -59
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/lib/config/options.ts +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +83 -83
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +181 -181
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +114 -114
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +84 -84
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +201 -201
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/lib/models/interfaces.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +192 -192
- package/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces.ts +34 -34
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +51 -51
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +52 -52
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +254 -254
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +142 -142
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/utils.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +11 -11
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +7 -7
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +14 -14
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +12 -12
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +72 -72
- package/components/common/vm/actions/common/lib/config/capabilities.ts +345 -344
- package/components/common/vm/actions/common/lib/models/enums.ts +123 -123
- package/components/common/vm/actions/common/lib/models/interfaces.ts +149 -148
- package/components/common/vm/actions/common/lib/models/types.ts +65 -65
- package/components/common/vm/actions/common/lib/utils/capabilities.ts +51 -41
- package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +155 -155
- package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +164 -164
- package/components/common/vm/actions/common/select/computeResource/TreeView.vue +124 -124
- package/components/common/vm/actions/common/select/computeResource/lib/ComputeResource.spec.ts +479 -479
- package/components/common/vm/actions/common/select/createType/CreateType.vue +61 -61
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +26 -26
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +34 -33
- package/components/common/vm/actions/common/select/lib/models/types.ts +27 -27
- package/components/common/vm/actions/common/select/name/Name.vue +236 -236
- package/components/common/vm/actions/common/select/os/os.vue +232 -227
- package/components/common/vm/actions/common/select/storage/Storage.vue +198 -198
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +193 -193
- package/components/common/vm/actions/common/select/storage/lib/models/types.ts +15 -15
- package/components/common/vm/actions/confirm/Confirm.vue +39 -39
- package/components/common/vm/actions/editSettings/EditSettings.vue +327 -327
- package/components/common/vm/actions/editSettings/lib/models/types.ts +23 -23
- package/components/common/vm/actions/editSettings/lib/utils.ts +45 -45
- package/components/common/vm/actions/lib/models/interfaces.ts +6 -6
- package/components/common/vm/actions/lib/models/types.ts +11 -11
- package/components/common/vm/actions/lib/utils.ts +246 -246
- package/components/common/vm/lib/models/interfaces.ts +9 -9
- package/components/common/vm/lib/utils/powerActions.ts +55 -55
- package/components/common/weekSelect/WeekSelect.vue +143 -143
- package/components/common/weekSelect/lib/config/options.ts +10 -10
- package/components/common/weekSelect/lib/models/interfaces.ts +6 -6
- package/components/common/wizards/datastore/add/Add.vue +307 -307
- package/components/common/wizards/datastore/add/lib/config/steps.ts +138 -138
- package/components/common/wizards/datastore/add/lib/models/enums.ts +5 -5
- package/components/common/wizards/datastore/add/lib/models/interfaces.ts +19 -19
- 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 +169 -169
- package/components/common/wizards/datastore/add/local/Local.vue +45 -45
- package/components/common/wizards/datastore/add/local/createName/CreateName.vue +116 -116
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +63 -63
- package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/KerberosAuthentication.vue +55 -55
- package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/lib/config/radioOptions.ts +27 -27
- package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +63 -63
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +24 -24
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/interfaces.ts +9 -9
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/types.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +85 -85
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +62 -62
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +68 -68
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/models/interfaces.ts +11 -11
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +236 -236
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/DeletePopover.vue +100 -100
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/ServersList.vue +123 -123
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/serversListConfig.ts +40 -40
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/tableKeys.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/interfaces.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/types.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/version/Version.vue +26 -26
- package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +22 -22
- package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +88 -88
- package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +140 -140
- package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +78 -78
- package/components/common/wizards/datastore/add/sharedStorm/_version/Version.vue +28 -28
- package/components/common/wizards/datastore/add/sharedStorm/_version/lib/config/versionOptions.ts +21 -21
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +276 -276
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +23 -23
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +26 -26
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/types.ts +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/Table.vue +133 -133
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/lunDiskTable.ts +84 -84
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/tableKeys.ts +11 -11
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/models/types.ts +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +236 -236
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/graphicTooltip/graphicTooltip.vue +64 -64
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +46 -46
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +225 -225
- package/components/common/wizards/datastore/add/types/Types.vue +83 -83
- package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +41 -41
- package/components/common/wizards/network/add/Add.vue +1036 -1036
- package/components/common/wizards/network/add/lib/config/index.ts +35 -35
- package/components/common/wizards/network/add/lib/config/initialData.ts +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 +456 -456
- package/components/common/wizards/network/add/lib/models/enums.ts +17 -17
- package/components/common/wizards/network/add/lib/models/interfaces.ts +249 -249
- package/components/common/wizards/network/add/lib/models/types.ts +14 -14
- package/components/common/wizards/network/add/lib/utils/index.ts +4 -4
- package/components/common/wizards/network/add/mappers/mappers.ts +192 -192
- package/components/common/wizards/network/add/modals/SelectNetwork.vue +173 -173
- package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +138 -138
- package/components/common/wizards/network/add/modals/SelectSwitch.vue +131 -131
- package/components/common/wizards/network/add/steps/ConnectionSettings.vue +154 -154
- package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +91 -91
- package/components/common/wizards/network/add/steps/IpFourSettings.vue +305 -305
- package/components/common/wizards/network/add/steps/PhysicalAdapter.vue +13 -13
- package/components/common/wizards/network/add/steps/PortProperties.vue +407 -407
- package/components/common/wizards/network/add/steps/ReadyComplete.vue +20 -20
- package/components/common/wizards/network/add/steps/SelectConnectionType.vue +99 -99
- package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +474 -474
- package/components/common/wizards/network/add/validations/common.ts +26 -26
- package/components/common/wizards/network/add/validations/connectionSettings.ts +70 -70
- package/components/common/wizards/network/add/validations/createStandardSwitch.ts +59 -59
- package/components/common/wizards/network/add/validations/ipFourSettings.ts +182 -182
- package/components/common/wizards/network/add/validations/networkValidation.ts +77 -77
- package/components/common/wizards/network/add/validations/physicalAdapter.ts +70 -70
- package/components/common/wizards/network/add/validations/portProperties.ts +83 -83
- package/components/common/wizards/network/add/validations/targetDevice.ts +109 -109
- package/components/common/wizards/network/add/validations/validations.ts +43 -43
- package/components/common/wizards/vm/common/computeResource/TreeView.vue +61 -61
- package/components/common/wizards/vm/common/tooltip/Tooltip.vue +84 -84
- package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +62 -62
- package/components/common/wizards/vm/common/validation/lib/models/enums.ts +5 -5
- package/components/common/wizards/vm/migrate/Migrate.vue +278 -278
- package/components/common/wizards/vm/migrate/contentHeading/ContentHeading.vue +106 -106
- package/components/common/wizards/vm/migrate/contentHeading/lib/models/interfaces.ts +7 -7
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +100 -100
- package/components/common/wizards/vm/migrate/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/lib/models/interfaces.ts +28 -28
- package/components/common/wizards/vm/migrate/lib/models/types.ts +5 -5
- package/components/common/wizards/vm/migrate/lib/utils.ts +80 -80
- package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +219 -219
- package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +28 -28
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/interfaces.ts +30 -30
- package/components/common/wizards/vm/migrate/select/computeResource/lib/models/types.ts +12 -12
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/TableView.vue +143 -143
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +113 -113
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +124 -124
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +115 -115
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +65 -65
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +66 -66
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/interfaces.ts +50 -50
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/types.ts +60 -60
- package/components/common/wizards/vm/migrate/select/network/Network.vue +125 -125
- package/components/common/wizards/vm/migrate/select/network/table/network/Network.vue +114 -114
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +78 -78
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +70 -70
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/tableKeys.ts +13 -13
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/interfaces.ts +12 -12
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/types.ts +21 -21
- package/components/common/wizards/vm/migrate/select/network/table/useAt/UseAt.vue +54 -54
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/tableKeys.ts +7 -7
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +47 -47
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/types.ts +5 -5
- package/components/common/wizards/vm/migrate/select/priority/Priority.vue +39 -39
- package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +21 -21
- package/components/common/wizards/vm/migrate/select/priority/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/storage/Storage.vue +206 -206
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +73 -73
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +87 -87
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +69 -69
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/lib/config/formatOptions.ts +26 -26
- package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +20 -20
- package/components/common/wizards/vm/migrate/select/storage/lib/models/enums.ts +6 -6
- package/components/common/wizards/vm/migrate/select/storage/lib/models/interfaces.ts +14 -14
- package/components/common/wizards/vm/migrate/select/storage/lib/models/types.ts +9 -9
- package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +84 -84
- package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +88 -88
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/Datastore.vue +114 -114
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +179 -179
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/models/types.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/table/disk/Disk.vue +86 -86
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +123 -123
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/tableKeys.ts +15 -15
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/interfaces.ts +24 -24
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/types.ts +13 -13
- package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +18 -18
- package/components/common/wizards/vm/migrate/select/targetServer/lib/models/types.ts +1 -1
- package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +294 -294
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +36 -36
- package/components/common/wizards/vm/migrate/select/targetServer/new/lib/models/interfaces.ts +13 -13
- package/components/common/wizards/vm/migrate/select/targetServer/saved/Saved.vue +27 -27
- package/components/common/wizards/vm/migrate/select/targetServer/targetServer.vue +41 -41
- package/components/common/wizards/vm/migrate/select/type/Type.vue +38 -38
- package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +41 -41
- package/components/common/wizards/vm/migrate/select/type/lib/models/interfaces.ts +5 -5
- package/components/content/Hint.vue +24 -24
- package/components/lib/models/interfaces.ts +14 -14
- package/composables/deepCopy.ts +21 -21
- package/composables/productNameLocal.ts +30 -30
- package/composables/useAppVersion.ts +22 -22
- package/composables/useDiff.ts +15 -15
- package/composables/useEnvLanguage.ts +23 -23
- package/composables/useLocal.ts +44 -44
- package/composables/useLocalStorage.ts +45 -45
- package/composables/useThrottle.ts +32 -32
- package/composables/useUniqueId.ts +5 -5
- package/eslint/index.js +15 -15
- package/eslint/no-import-type.js +17 -17
- package/eslint/no-invalid-type-prefix.js +32 -32
- package/layouts/auth.vue +31 -31
- package/lib/config/regExp.ts +13 -13
- package/lib/models/composables/useAppVersion/interfaces.ts +5 -5
- package/lib/models/composables/useMyFetch/interfaces.ts +25 -25
- package/lib/models/composables/useMyFetch/types.ts +1 -1
- package/lib/models/enums.ts +35 -35
- package/lib/models/interfaces.ts +63 -63
- package/lib/models/plugins/date/interfaces.ts +5 -5
- package/lib/models/plugins/date/types.ts +1 -1
- package/lib/models/plugins/validation/interfaces.ts +21 -21
- package/lib/models/plugins/validation/types.ts +1 -1
- package/lib/models/store/host/interfaces.ts +38 -38
- package/lib/models/store/interfaces.ts +43 -43
- package/lib/models/store/network/interfaces.ts +13 -13
- package/lib/models/store/storage/interfaces.ts +32 -32
- package/lib/models/store/tasks/enums.ts +27 -27
- package/lib/models/store/tasks/interfaces.ts +122 -122
- package/lib/models/store/tasks/types.ts +2 -2
- package/lib/models/store/types.ts +43 -43
- package/lib/models/store/vm/interfaces.ts +234 -234
- package/lib/models/table/interfaces.ts +38 -38
- package/lib/models/table/types.ts +1 -1
- package/lib/models/types.ts +38 -38
- package/lib/utils/base64.ts +34 -34
- package/lib/utils/contentBuild.ts +34 -34
- package/lib/utils/notification.ts +22 -22
- package/lib/utils/sendTask.ts +73 -73
- package/minify.js +146 -146
- package/modules/fixContentBuild/index.ts +91 -91
- package/modules/fixContentBuild/lib/utils/methods.ts +115 -115
- package/modules/fixSpiceConsoleBuild/index.ts +28 -28
- package/modules/replaceEnv/index.ts +40 -40
- package/nuxt.config.ts +8 -8
- package/package.json +42 -42
- package/plugins/binary.ts +158 -158
- package/plugins/date.ts +179 -179
- package/plugins/recursion.ts +311 -311
- package/plugins/spice-console/spice.console.ts +147 -147
- package/plugins/text.ts +48 -48
- package/plugins/validation.ts +172 -172
- package/public/spice-console/application/WorkerProcess.js +3350 -3350
- package/public/spice-console/application/WorkerProcess_back.js +3144 -3144
- package/public/spice-console/application/WorkerProcess_meta.js +3103 -3103
- package/public/spice-console/application/WorkerProcess_reverse.js +3214 -3214
- package/public/spice-console/application/agent.js +175 -175
- package/public/spice-console/application/application.js +641 -641
- package/public/spice-console/application/checkActivity.js +50 -50
- package/public/spice-console/application/clientgui.js +842 -842
- package/public/spice-console/application/clipboard/clipboarddataparser.js +92 -92
- package/public/spice-console/application/clipboard/local/localClipboard.js +110 -110
- package/public/spice-console/application/clipboard.js +82 -82
- package/public/spice-console/application/codec.js +263 -263
- package/public/spice-console/application/imagecache.js +81 -81
- package/public/spice-console/application/inputmanager.js +270 -270
- package/public/spice-console/application/packetfactory.js +202 -202
- package/public/spice-console/application/packetfilter.js +103 -103
- package/public/spice-console/application/packetprocess.js +75 -75
- package/public/spice-console/application/rasteroperation.js +118 -118
- package/public/spice-console/application/spiceconnection.js +197 -197
- package/public/spice-console/application/stream.js +67 -67
- package/public/spice-console/application/virtualmouse.js +109 -109
- package/public/spice-console/keymaps/keyevent.js +36 -36
- package/public/spice-console/keymaps/keymap.js +229 -229
- package/public/spice-console/keymaps/keymapes.js +375 -375
- package/public/spice-console/keymaps/keymapesObj.js +317 -317
- package/public/spice-console/keymaps/keymapus.js +317 -317
- package/public/spice-console/keymaps/scanCodeObjModifier.js +65 -65
- package/public/spice-console/keymaps/scanCodeObjProvider.js +60 -60
- package/public/spice-console/lib/AsyncConsumer.js +204 -204
- package/public/spice-console/lib/AsyncWorker.js +60 -60
- package/public/spice-console/lib/CollisionDetector.js +27 -27
- package/public/spice-console/lib/DataLogger.js +197 -197
- package/public/spice-console/lib/GenericObjectPool.js +152 -152
- package/public/spice-console/lib/GlobalPool.js +114 -114
- package/public/spice-console/lib/ImageUncompressor.js +138 -138
- package/public/spice-console/lib/IntegrationBenchmark.js +64 -64
- package/public/spice-console/lib/PacketWorkerIdentifier.js +107 -107
- package/public/spice-console/lib/SyncAsyncHandler.js +46 -46
- package/public/spice-console/lib/base64.js +298 -298
- package/public/spice-console/lib/biginteger.js +1640 -1640
- package/public/spice-console/lib/bowser.js +276 -276
- package/public/spice-console/lib/decoder/dixie.js +7930 -7930
- package/public/spice-console/lib/decoder/jmuxer.js +2815 -2815
- package/public/spice-console/lib/displayRouter.js +83 -83
- package/public/spice-console/lib/encrypt.js +191 -191
- package/public/spice-console/lib/flipper.js +39 -39
- package/public/spice-console/lib/graphic.js +1230 -1230
- package/public/spice-console/lib/graphicdebug.js +223 -223
- package/public/spice-console/lib/images/bitmap.js +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 +907 -907
- package/public/spice-console/lib/rng.js +87 -87
- package/public/spice-console/lib/runqueue.js +103 -103
- package/public/spice-console/lib/sha1.js +124 -124
- package/public/spice-console/lib/stuckkeyshandler.js +122 -122
- package/public/spice-console/lib/timelapsedetector.js +62 -62
- package/public/spice-console/lib/utils.js +327 -327
- package/public/spice-console/lib/virtualjoystick.js +370 -370
- package/public/spice-console/network/busconnection.js +195 -195
- package/public/spice-console/network/clusternodechooser.js +49 -49
- package/public/spice-console/network/connectioncontrol.js +60 -60
- package/public/spice-console/network/packetcontroller.js +62 -62
- package/public/spice-console/network/packetextractor.js +73 -73
- package/public/spice-console/network/packetlinkfactory.js +64 -64
- package/public/spice-console/network/packetreassembler.js +77 -77
- package/public/spice-console/network/reassemblerfactory.js +39 -39
- package/public/spice-console/network/sizedefiner.js +86 -86
- package/public/spice-console/network/socket.js +120 -120
- package/public/spice-console/network/socketqueue.js +95 -95
- package/public/spice-console/network/spicechannel.js +375 -375
- package/public/spice-console/network/websocketwrapper.js +75 -75
- package/public/spice-console/process/busprocess.js +309 -309
- package/public/spice-console/process/cursorprocess.js +110 -110
- package/public/spice-console/process/displaypreprocess.js +152 -152
- package/public/spice-console/process/displayprocess.js +210 -210
- package/public/spice-console/process/inputprocess.js +203 -203
- package/public/spice-console/process/mainprocess.js +78 -78
- package/public/spice-console/process/playbackprocess.js +233 -233
- package/public/spice-console/run.js +180 -180
- package/public/spice-console/spiceobjects/generated/protocol.js +537 -537
- package/public/spice-console/spiceobjects/spiceobjects.js +3474 -3474
- package/public/spice-console/swcanvas/swcanvas.js +82 -82
- package/public/spice-console/tools/generate.php +269 -269
- package/public/spice-console/tools/generateKeyboardLayout.php +63 -63
- package/public/spice-console/tools/generateSpiceObject.php +81 -81
- package/public/spice-console-minify/run.min.js +4 -4
- package/store/main/lib/interfaces.ts +9 -9
- package/store/storage/device/lib/models/interfaces.ts +26 -26
- package/store/tasks/actions.ts +133 -133
- package/store/tasks/getters.ts +25 -25
- package/store/tasks/lib/models/interfaces.ts +18 -18
- package/store/tasks/mappers/recentTasks.ts +45 -45
- package/store/tasks/mappers/tasks.ts +42 -42
- package/store/tasks/mutations.ts +58 -58
- package/store/tasks/state.ts +16 -16
- package/store/tasks/store.ts +12 -12
- package/tsconfig.json +4 -4
- package/components/common/wizards/vmNew/common/computeResource/TreeView.vue +0 -61
- package/components/common/wizards/vmNew/common/tooltip/Tooltip.vue +0 -84
- package/components/common/wizards/vmNew/common/validation/compatibility/Compatibility.vue +0 -62
- package/components/common/wizards/vmNew/common/validation/lib/models/enums.ts +0 -5
- package/components/common/wizards/vmNew/migrate/Migrate.vue +0 -226
- package/components/common/wizards/vmNew/migrate/contentHeading/ContentHeading.vue +0 -106
- package/components/common/wizards/vmNew/migrate/contentHeading/lib/models/interfaces.ts +0 -7
- package/components/common/wizards/vmNew/migrate/lib/config/steps.ts +0 -82
- package/components/common/wizards/vmNew/migrate/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/lib/models/interfaces.ts +0 -31
- package/components/common/wizards/vmNew/migrate/lib/utils.ts +0 -0
- package/components/common/wizards/vmNew/migrate/lib/validations.ts +0 -29
- package/components/common/wizards/vmNew/migrate/select/computeResource/ComputeResource.vue +0 -219
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/config/tabsPannel.ts +0 -28
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/interfaces.ts +0 -30
- package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/types.ts +0 -12
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/TableView.vue +0 -143
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +0 -113
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/hostTable.ts +0 -124
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +0 -115
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +0 -65
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +0 -66
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/interfaces.ts +0 -50
- package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/types.ts +0 -60
- package/components/common/wizards/vmNew/migrate/select/network/Network.vue +0 -125
- package/components/common/wizards/vmNew/migrate/select/network/table/network/Network.vue +0 -114
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/advancedTable.ts +0 -78
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/basicTable.ts +0 -70
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/tableKeys.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/interfaces.ts +0 -12
- package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/types.ts +0 -21
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/UseAt.vue +0 -54
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/tableKeys.ts +0 -7
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/useAtTable.ts +0 -47
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/interfaces.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/types.ts +0 -5
- package/components/common/wizards/vmNew/migrate/select/priority/Priority.vue +0 -39
- package/components/common/wizards/vmNew/migrate/select/priority/lib/config/typeOptions.ts +0 -21
- package/components/common/wizards/vmNew/migrate/select/priority/lib/models/types.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/storage/Storage.vue +0 -208
- package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/Batch.vue +0 -73
- package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/Disk.vue +0 -87
- package/components/common/wizards/vmNew/migrate/select/storage/diskFormat/DiskFormat.vue +0 -69
- package/components/common/wizards/vmNew/migrate/select/storage/diskFormat/lib/config/formatOptions.ts +0 -26
- package/components/common/wizards/vmNew/migrate/select/storage/lib/config/tabsPannel.ts +0 -20
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/enums.ts +0 -6
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/interfaces.ts +0 -14
- package/components/common/wizards/vmNew/migrate/select/storage/lib/models/types.ts +0 -9
- package/components/common/wizards/vmNew/migrate/select/storage/policy/Policy.vue +0 -84
- package/components/common/wizards/vmNew/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +0 -88
- package/components/common/wizards/vmNew/migrate/select/storage/table/datastore/Datastore.vue +0 -114
- package/components/common/wizards/vmNew/migrate/select/storage/table/datastore/lib/config/config.ts +0 -179
- package/components/common/wizards/vmNew/migrate/select/storage/table/datastore/lib/models/types.ts +0 -15
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/Disk.vue +0 -86
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/config/config.ts +0 -123
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/config/tableKeys.ts +0 -15
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/models/interfaces.ts +0 -24
- package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/models/types.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/targetServer/lib/config/tabsPannel.ts +0 -18
- package/components/common/wizards/vmNew/migrate/select/targetServer/lib/models/types.ts +0 -1
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/New.vue +0 -294
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/config/defaultForm.ts +0 -36
- package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/models/interfaces.ts +0 -13
- package/components/common/wizards/vmNew/migrate/select/targetServer/saved/Saved.vue +0 -27
- package/components/common/wizards/vmNew/migrate/select/targetServer/targetServer.vue +0 -41
- package/components/common/wizards/vmNew/migrate/select/type/Type.vue +0 -27
- package/components/common/wizards/vmNew/migrate/select/type/lib/config/typeOptions.ts +0 -41
- package/components/common/wizards/vmNew/migrate/select/type/lib/models/interfaces.ts +0 -5
- package/components/common/wizards/vmNew/migrate/select/type/lib/models/types.ts +0 -5
|
@@ -1,190 +1,190 @@
|
|
|
1
|
-
<svg width="38" height="1064" viewBox="0 0 38 1064" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M18.7665 3.1665H11.611C9.8621 3.1665 8.44434 4.58427 8.44434 6.33317V31.6665C8.44434 33.4154 9.8621 34.8332 11.611 34.8332H26.3888C28.1377 34.8332 29.5554 33.4154 29.5554 31.6665V21.0636C29.2078 21.0949 28.8557 21.1109 28.4999 21.1109C28.1441 21.1109 27.792 21.0949 27.4443 21.0636V31.6665C27.4443 32.2495 26.9717 32.7221 26.3888 32.7221H11.611C11.028 32.7221 10.5554 32.2495 10.5554 31.6665V6.33317C10.5554 5.7502 11.028 5.27762 11.611 5.27762H17.6803C17.9709 4.53352 18.336 3.82676 18.7665 3.1665Z" fill="#4D5D69"/>
|
|
3
|
-
<path d="M16.919 8.65539L13.7221 8.65539C13.2557 8.65539 12.8777 9.03346 12.8777 9.49984C12.8777 9.96621 13.2557 10.3443 13.7221 10.3443L16.919 10.3443C16.899 10.0654 16.8888 9.78381 16.8888 9.49984C16.8888 9.21586 16.899 8.93426 16.919 8.65539Z" fill="#4D5D69"/>
|
|
4
|
-
<path d="M17.7652 13.9332H14.7777C14.3113 13.9332 13.9332 14.3112 13.9332 14.7776C13.9332 15.244 14.3113 15.6221 14.7777 15.6221H18.6321C18.2992 15.0866 18.0087 14.5221 17.7652 13.9332Z" fill="#4D5D69"/>
|
|
5
|
-
<path d="M20.7603 18.1554C21.5011 18.8183 22.3275 19.3874 23.2209 19.8443H14.7777C14.3113 19.8443 13.9332 19.4662 13.9332 18.9998C13.9332 18.5335 14.3113 18.1554 14.7777 18.1554L20.7603 18.1554Z" fill="#4D5D69"/>
|
|
6
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 24.4887C17.3676 24.4887 16.0443 25.812 16.0443 27.4443C16.0443 29.0766 17.3676 30.3998 18.9999 30.3998C20.6322 30.3998 21.9554 29.0766 21.9554 27.4443C21.9554 25.812 20.6322 24.4887 18.9999 24.4887ZM17.7332 27.4443C17.7332 26.7447 18.3003 26.1776 18.9999 26.1776C19.6995 26.1776 20.2666 26.7447 20.2666 27.4443C20.2666 28.1438 19.6995 28.7109 18.9999 28.7109C18.3003 28.7109 17.7332 28.1438 17.7332 27.4443Z" fill="#4D5D69"/>
|
|
7
|
-
<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.5ZM24.3352 13.6652C24.7804 14.1104 25.5023 14.1104 25.9474 13.6652L28.5001 11.1126L31.0528 13.6652C31.498 14.1104 32.2198 14.1104 32.665 13.6652C33.1102 13.22 33.1102 12.4982 32.665 12.053L30.1123 9.50038L32.665 6.94772C33.1102 6.50253 33.1102 5.78072 32.665 5.33552C32.2198 4.89032 31.498 4.89032 31.0528 5.33552L28.5001 7.88818L25.9474 5.33552C25.5023 4.89032 24.7804 4.89032 24.3352 5.33552C23.89 5.78072 23.89 6.50253 24.3352 6.94772L26.8879 9.50038L24.3352 12.053C23.89 12.4982 23.89 13.22 24.3352 13.6652Z" fill="#EA3223"/>
|
|
8
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0033 53.8335C19.5863 53.8335 20.0589 54.3061 20.0589 54.8891V55.5928C20.0589 56.1757 19.5863 56.6483 19.0033 56.6483C18.4203 56.6483 17.9478 56.1757 17.9478 55.5928V54.8891C17.9478 54.3061 18.4203 53.8335 19.0033 53.8335Z" fill="#4D5D69"/>
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.6327 53.8335C25.2157 53.8335 25.6883 54.3061 25.6883 54.8891V55.5928C25.6883 56.1757 25.2157 56.6483 24.6327 56.6483C24.0497 56.6483 23.5771 56.1757 23.5771 55.5928V54.8891C23.5771 54.3061 24.0497 53.8335 24.6327 53.8335Z" fill="#4D5D69"/>
|
|
10
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.3739 53.8335C13.9569 53.8335 14.4295 54.3061 14.4295 54.8891V55.5928C14.4295 56.1757 13.9569 56.6483 13.3739 56.6483C12.7909 56.6483 12.3184 56.1757 12.3184 55.5928V54.8891C12.3184 54.3061 12.7909 53.8335 13.3739 53.8335Z" fill="#4D5D69"/>
|
|
11
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9378 43.2778H19.0696C22.3311 43.2778 24.8654 43.2778 26.8381 43.49C28.8347 43.7047 30.4155 44.1496 31.676 45.158C32.9706 46.1937 33.5755 47.5412 33.8611 49.2405C34.1334 50.8608 34.1333 52.9244 34.1333 55.4964L34.1333 55.7542C34.1334 58.2624 34.1335 59.9978 33.8514 61.2911C33.6993 61.9884 33.4606 62.593 33.0845 63.1531C32.7138 63.7052 32.2396 64.169 31.676 64.6199C30.4155 65.6283 28.8347 66.0731 26.8381 66.2879C24.8654 66.5001 22.3311 66.5001 19.0696 66.5001H19.0037C17.5173 66.5001 16.3811 67.0024 15.1931 67.7744C14.7128 68.0866 14.2445 68.4285 13.7351 68.8006C13.5961 68.9022 13.4539 69.006 13.3077 69.112C12.6392 69.5967 11.9086 70.1093 11.0846 70.5822C10.758 70.7697 10.3562 70.7689 10.0303 70.5802C9.70434 70.3914 9.50366 70.0434 9.50366 69.6667V66.0281C8.2665 65.7608 7.21989 65.3307 6.33129 64.6199C5.76768 64.169 5.29349 63.7052 4.92279 63.1531C4.54669 62.593 4.308 61.9884 4.15592 61.2911C3.87381 59.9978 3.8739 58.2624 3.87403 55.7542C3.87403 55.7007 3.87403 55.6469 3.87403 55.5926L3.87403 55.4964C3.87399 52.9244 3.87396 50.8608 4.14627 49.2405C4.43185 47.5412 5.03674 46.1937 6.33129 45.158C7.59187 44.1496 9.17264 43.7047 11.1692 43.49C13.142 43.2778 15.6762 43.2778 18.9378 43.2778ZM11.395 45.589C9.55904 45.7865 8.45061 46.1661 7.65009 46.8065C6.88354 47.4198 6.45788 48.2236 6.22819 49.5904C5.98861 51.0159 5.98515 52.9018 5.98515 55.5926C5.98515 58.3047 5.99138 59.7998 6.21854 60.8412C6.32409 61.3252 6.47185 61.673 6.67545 61.9763C6.88443 62.2875 7.18315 62.5978 7.65009 62.9714C8.34518 63.5274 9.27423 63.8881 10.7146 64.1025C11.2318 64.1794 11.6148 64.6235 11.6148 65.1465V67.7281C11.7668 67.6207 11.9177 67.5121 12.0685 67.4028C12.1996 67.3078 12.3317 67.2113 12.4646 67.1142C12.9804 66.7373 13.5092 66.351 14.0428 66.0042C15.4201 65.1093 16.9582 64.3889 19.0037 64.3889C22.3449 64.3889 24.7657 64.3875 26.6123 64.1889C28.4483 63.9914 29.5567 63.6118 30.3572 62.9714C30.8242 62.5978 31.1229 62.2875 31.3319 61.9763C31.5355 61.673 31.6832 61.3252 31.7888 60.8412C32.0159 59.7998 32.0222 58.3047 32.0222 55.5926C32.0222 52.9018 32.0187 51.0159 31.7791 49.5904C31.5494 48.2236 31.1238 47.4198 30.3572 46.8065C29.5567 46.1661 28.4483 45.7865 26.6123 45.589C24.7657 45.3904 22.3449 45.3889 19.0037 45.3889C15.6624 45.3889 13.2416 45.3904 11.395 45.589Z" fill="#4D5D69"/>
|
|
12
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.469 83.8186C13.5223 84.9398 13.0213 86.5572 13.0213 88.469V91.4849C13.0213 92.0679 12.5487 92.5404 11.9657 92.5404C11.3827 92.5404 10.9102 92.0679 10.9102 91.4849V88.469C10.9102 86.2168 11.4986 84.0643 12.8559 82.4567C14.2364 80.8217 16.3089 79.8738 19.0027 79.8738C21.6966 79.8738 23.7691 80.8217 25.1495 82.4567C26.5069 84.0643 27.0953 86.2168 27.0953 88.469V91.4849C27.0953 92.0679 26.6228 92.5404 26.0398 92.5404C25.4568 92.5404 24.9842 92.0679 24.9842 91.4849V88.469C24.9842 86.5572 24.4832 84.9398 23.5365 83.8186C22.613 82.7248 21.1669 81.9849 19.0027 81.9849C16.8386 81.9849 15.3925 82.7248 14.469 83.8186Z" fill="#4D5D69"/>
|
|
13
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1855 90.4294H27.8218C28.713 90.4294 29.4434 90.4294 30.0373 90.4763C30.652 90.5248 31.2112 90.6284 31.7357 90.8866C32.5543 91.2894 33.2267 91.9358 33.6504 92.739C33.9241 93.2579 34.0335 93.8114 34.0844 94.413C34.1333 94.9911 34.1333 95.7005 34.1333 96.558V104.005C34.1333 104.862 34.1333 105.571 34.0844 106.15C34.0335 106.751 33.9241 107.305 33.6504 107.824C33.2267 108.627 32.5543 109.273 31.7357 109.676C31.2112 109.934 30.652 110.038 30.0373 110.086C29.4434 110.133 28.713 110.133 27.8219 110.133H10.1854C9.29431 110.133 8.56393 110.133 7.96999 110.086C7.35533 110.038 6.79612 109.934 6.27161 109.676C5.45301 109.273 4.78061 108.627 4.3569 107.824C4.08317 107.305 3.97379 106.751 3.9229 106.15C3.874 105.571 3.87401 104.862 3.87402 104.005V96.5579C3.87401 95.7004 3.874 94.9911 3.9229 94.413C3.97379 93.8114 4.08317 93.2579 4.3569 92.739C4.78061 91.9358 5.45301 91.2894 6.27161 90.8866C6.79612 90.6284 7.35533 90.5248 7.96999 90.4763C8.56393 90.4294 9.29433 90.4294 10.1855 90.4294ZM8.13608 92.5809C7.64633 92.6195 7.38769 92.6902 7.20382 92.7807C6.77621 92.9912 6.4354 93.3235 6.22414 93.724C6.13692 93.8893 6.06584 94.1258 6.0265 94.5909C5.98602 95.0695 5.98514 95.6891 5.98514 96.6028V103.96C5.98514 104.873 5.98602 105.493 6.0265 105.972C6.06584 106.437 6.13692 106.673 6.22414 106.839C6.4354 107.239 6.77621 107.571 7.20382 107.782C7.38769 107.872 7.64633 107.943 8.13608 107.982C8.63712 108.021 9.28391 108.022 10.2281 108.022H27.7793C28.7234 108.022 29.3702 108.021 29.8712 107.982C30.361 107.943 30.6196 107.872 30.8035 107.782C31.2311 107.571 31.5719 107.239 31.7832 106.839C31.8704 106.673 31.9415 106.437 31.9808 105.972C32.0213 105.493 32.0222 104.873 32.0222 103.96V96.6028C32.0222 95.6891 32.0213 95.0695 31.9808 94.5909C31.9415 94.1258 31.8704 93.8893 31.7832 93.724C31.5719 93.3235 31.2311 92.9912 30.8035 92.7807C30.6196 92.6902 30.361 92.6195 29.8712 92.5809C29.3702 92.5413 28.7234 92.5406 27.7793 92.5406H10.2281C9.28391 92.5406 8.63712 92.5413 8.13608 92.5809Z" fill="#4D5D69"/>
|
|
14
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.995 98.7192C19.578 98.7192 20.0506 99.1918 20.0506 99.7748V101.182C20.0506 101.765 19.578 102.238 18.995 102.238C18.412 102.238 17.9395 101.765 17.9395 101.182V99.7748C17.9395 99.1918 18.412 98.7192 18.995 98.7192Z" fill="#4D5D69"/>
|
|
15
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.2499 98.7192C25.8329 98.7192 26.3054 99.1918 26.3054 99.7748V101.182C26.3054 101.765 25.8329 102.238 25.2499 102.238C24.6669 102.238 24.1943 101.765 24.1943 101.182V99.7748C24.1943 99.1918 24.6669 98.7192 25.2499 98.7192Z" fill="#4D5D69"/>
|
|
16
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7401 98.7192C13.3231 98.7192 13.7957 99.1918 13.7957 99.7748V101.182C13.7957 101.765 13.3231 102.238 12.7401 102.238C12.1572 102.238 11.6846 101.765 11.6846 101.182V99.7748C11.6846 99.1918 12.1572 98.7192 12.7401 98.7192Z" fill="#4D5D69"/>
|
|
17
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.259 121.389C10.5189 121.389 9.49978 122.274 9.49978 123.952V142.048C9.49978 143.726 10.5189 144.611 11.259 144.611H21.1051C21.688 144.611 22.1606 145.084 22.1606 145.667C22.1606 146.25 21.688 146.722 21.1051 146.722H11.259C8.88999 146.722 7.38867 144.367 7.38867 142.048V123.952C7.38867 121.633 8.88999 119.278 11.259 119.278H21.1109C21.6939 119.278 22.1665 119.75 22.1665 120.333C22.1665 120.916 21.6939 121.389 21.1109 121.389H11.259Z" fill="#EA3223"/>
|
|
18
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8829 127.328C24.2951 126.916 24.9635 126.916 25.3757 127.328L30.3016 132.254C30.7138 132.666 30.7138 133.334 30.3016 133.747L25.3757 138.673C24.9635 139.085 24.2951 139.085 23.8829 138.673C23.4707 138.26 23.4707 137.592 23.8829 137.18L28.0624 133L23.8829 128.821C23.4707 128.409 23.4707 127.74 23.8829 127.328Z" fill="#EA3223"/>
|
|
19
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4263 132.994C14.4263 132.411 14.8989 131.939 15.4818 131.939H29.5559C30.1389 131.939 30.6115 132.411 30.6115 132.994C30.6115 133.577 30.1389 134.05 29.5559 134.05H15.4818C14.8989 134.05 14.4263 133.577 14.4263 132.994Z" fill="#EA3223"/>
|
|
20
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.65576 172.408C8.65576 170.659 10.0735 169.241 11.8224 169.241H25.8965C27.6454 169.241 29.0632 170.659 29.0632 172.408V183.667C29.0632 185.416 27.6454 186.834 25.8965 186.834H11.8224C10.0735 186.834 8.65576 185.416 8.65576 183.667V172.408ZM11.8224 171.352C11.2395 171.352 10.7669 171.825 10.7669 172.408V183.667C10.7669 184.25 11.2395 184.722 11.8224 184.722H25.8965C26.4795 184.722 26.9521 184.25 26.9521 183.667V172.408C26.9521 171.825 26.4795 171.352 25.8965 171.352H11.8224Z" fill="#4D5D69"/>
|
|
21
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2256 175.457C13.2256 174.874 13.6982 174.401 14.2811 174.401H18.5034C19.0863 174.401 19.5589 174.874 19.5589 175.457C19.5589 176.04 19.0863 176.512 18.5034 176.512H14.2811C13.6982 176.512 13.2256 176.04 13.2256 175.457Z" fill="#4D5D69"/>
|
|
22
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3677 175.457C22.3677 174.874 22.8403 174.401 23.4232 174.401H23.4387C24.0217 174.401 24.4943 174.874 24.4943 175.457C24.4943 176.04 24.0217 176.512 23.4387 176.512H23.4232C22.8403 176.512 22.3677 176.04 22.3677 175.457Z" fill="#4D5D69"/>
|
|
23
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2256 180.618C13.2256 180.035 13.6982 179.562 14.2811 179.562H18.5034C19.0863 179.562 19.5589 180.035 19.5589 180.618C19.5589 181.201 19.0863 181.673 18.5034 181.673H14.2811C13.6982 181.673 13.2256 181.201 13.2256 180.618Z" fill="#4D5D69"/>
|
|
24
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3677 180.618C22.3677 180.035 22.8403 179.562 23.4232 179.562H23.4387C24.0217 179.562 24.4943 180.035 24.4943 180.618C24.4943 181.201 24.0217 181.673 23.4387 181.673H23.4232C22.8403 181.673 22.3677 181.201 22.3677 180.618Z" fill="#4D5D69"/>
|
|
25
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.329 157.164C14.9362 155.871 16.9369 155.167 18.9994 155.167C21.062 155.167 23.0627 155.871 24.6699 157.164C26.0475 158.272 27.0652 159.755 27.6064 161.425C27.7018 161.429 27.7972 161.435 27.8925 161.443C28.8569 161.395 29.8215 161.539 30.7301 161.867C31.6647 162.205 32.5202 162.731 33.244 163.412C33.9678 164.092 34.5446 164.914 34.9388 165.826C35.3331 166.739 35.5365 167.722 35.5365 168.716C35.5365 169.709 35.3331 170.693 34.9388 171.605C34.5446 172.517 33.9678 173.339 33.244 174.02C32.8194 174.419 32.1513 174.399 31.7519 173.974C31.3525 173.549 31.3729 172.881 31.7975 172.482C32.3114 171.998 32.721 171.415 33.001 170.767C33.2809 170.119 33.4254 169.421 33.4254 168.716C33.4254 168.01 33.2809 167.312 33.001 166.664C32.721 166.016 32.3114 165.433 31.7975 164.949C31.2835 164.466 30.676 164.093 30.0124 163.853C29.3488 163.613 28.6431 163.511 27.9388 163.554C27.8836 163.558 27.8283 163.557 27.7732 163.552C27.4851 163.524 27.195 163.524 26.9068 163.552C26.3752 163.603 25.8892 163.249 25.7747 162.727C25.4356 161.183 24.579 159.8 23.3468 158.809C22.1146 157.818 20.5807 157.278 18.9994 157.278C17.4181 157.278 15.8843 157.818 14.6521 158.809C13.4199 159.8 12.5633 161.183 12.2242 162.727C12.1097 163.249 11.6237 163.603 11.0921 163.552C10.8039 163.524 10.5138 163.524 10.2257 163.552C10.1706 163.557 10.1153 163.558 10.0601 163.554C9.35574 163.511 8.65006 163.613 7.98645 163.853C7.32285 164.093 6.71536 164.466 6.2014 164.949C5.68743 165.433 5.27786 166.016 4.9979 166.664C4.71794 167.312 4.57351 168.01 4.57351 168.716C4.57351 169.421 4.71794 170.119 4.9979 170.767C5.27786 171.415 5.68743 171.998 6.2014 172.482C6.62601 172.881 6.64643 173.549 6.24699 173.974C5.84755 174.399 5.17952 174.419 4.7549 174.02C4.0311 173.339 3.45431 172.517 3.06005 171.605C2.66579 170.693 2.4624 169.709 2.4624 168.716C2.4624 167.722 2.66579 166.739 3.06005 165.826C3.45431 164.914 4.0311 164.092 4.7549 163.412C5.47871 162.731 6.33421 162.205 7.26875 161.867C8.17736 161.539 9.14199 161.395 10.1064 161.443C10.2017 161.435 10.2971 161.429 10.3925 161.425C10.9337 159.755 11.9513 158.272 13.329 157.164Z" fill="#4D5D69"/>
|
|
26
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.87061 202.667C3.87061 198.586 7.17872 195.278 11.2595 195.278H26.741C30.8218 195.278 34.1299 198.586 34.1299 202.667V216.741C34.1299 220.822 30.8218 224.13 26.741 224.13H11.2595C7.17872 224.13 3.87061 220.822 3.87061 216.741V202.667ZM11.2595 197.389C8.34466 197.389 5.98172 199.752 5.98172 202.667V216.741C5.98172 219.656 8.34466 222.019 11.2595 222.019H26.741C29.6558 222.019 32.0188 219.656 32.0188 216.741V202.667C32.0188 199.752 29.6558 197.389 26.741 197.389H11.2595Z" fill="#4D5D69"/>
|
|
27
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.7406 193.87C27.3236 193.87 27.7962 194.343 27.7962 194.926V198.053C27.7962 198.636 27.3236 199.109 26.7406 199.109C26.1576 199.109 25.6851 198.636 25.6851 198.053V194.926C25.6851 194.343 26.1576 193.87 26.7406 193.87Z" fill="#4D5D69"/>
|
|
28
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2597 193.87C11.8426 193.87 12.3152 194.343 12.3152 194.926V198.053C12.3152 198.636 11.8426 199.109 11.2597 199.109C10.6767 199.109 10.2041 198.636 10.2041 198.053V194.926C10.2041 194.343 10.6767 193.87 11.2597 193.87Z" fill="#4D5D69"/>
|
|
29
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 193.87C19.5829 193.87 20.0554 194.343 20.0554 194.926V198.053C20.0554 198.636 19.5829 199.109 18.9999 199.109C18.4169 199.109 17.9443 198.636 17.9443 198.053V194.926C17.9443 194.343 18.4169 193.87 18.9999 193.87Z" fill="#4D5D69"/>
|
|
30
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.6484 206.495C18.6484 205.912 19.121 205.439 19.704 205.439L27.4447 205.439C28.0277 205.439 28.5003 205.912 28.5003 206.495C28.5003 207.077 28.0277 207.55 27.4447 207.55L19.704 207.55C19.121 207.55 18.6484 207.077 18.6484 206.495Z" fill="#4D5D69"/>
|
|
31
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80917 204.693C10.2214 204.28 10.8897 204.28 11.302 204.693L12.6667 206.057L14.0314 204.693C14.4436 204.28 15.1119 204.28 15.5242 204.693C15.9364 205.105 15.9364 205.773 15.5242 206.185L13.4131 208.297C13.2151 208.495 12.9466 208.606 12.6667 208.606C12.3867 208.606 12.1182 208.495 11.9203 208.297L9.80916 206.185C9.39694 205.773 9.39695 205.105 9.80917 204.693Z" fill="#4D5D69"/>
|
|
32
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80917 204.693C10.2214 204.28 10.8897 204.28 11.302 204.693L12.6667 206.057L14.0314 204.693C14.4436 204.28 15.1119 204.28 15.5242 204.693C15.9364 205.105 15.9364 205.773 15.5242 206.185L13.4131 208.297C13.2151 208.495 12.9466 208.606 12.6667 208.606C12.3867 208.606 12.1182 208.495 11.9203 208.297L9.80916 206.185C9.39694 205.773 9.39695 205.105 9.80917 204.693Z" fill="#4D5D69"/>
|
|
33
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.6484 214.63C18.6484 214.047 19.121 213.574 19.704 213.574L27.4447 213.574C28.0277 213.574 28.5003 214.047 28.5003 214.63C28.5003 215.213 28.0277 215.685 27.4447 215.685L19.704 215.685C19.121 215.685 18.6484 215.213 18.6484 214.63Z" fill="#4D5D69"/>
|
|
34
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80917 212.828C10.2214 212.416 10.8897 212.416 11.302 212.828L12.6667 214.193L14.0314 212.828C14.4436 212.416 15.1119 212.416 15.5242 212.828C15.9364 213.24 15.9364 213.909 15.5242 214.321L13.4131 216.432C13.2151 216.63 12.9466 216.741 12.6667 216.741C12.3867 216.741 12.1182 216.63 11.9203 216.432L9.80916 214.321C9.39694 213.909 9.39695 213.24 9.80917 212.828Z" fill="#4D5D69"/>
|
|
35
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80917 212.828C10.2214 212.416 10.8897 212.416 11.302 212.828L12.6667 214.193L14.0314 212.828C14.4436 212.416 15.1119 212.416 15.5242 212.828C15.9364 213.24 15.9364 213.909 15.5242 214.321L13.4131 216.432C13.2151 216.63 12.9466 216.741 12.6667 216.741C12.3867 216.741 12.1182 216.63 11.9203 216.432L9.80916 214.321C9.39694 213.909 9.39695 213.24 9.80917 212.828Z" fill="#4D5D69"/>
|
|
36
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.87061 238.555C3.87061 235.641 6.23355 233.278 9.14838 233.278H28.8521C31.7669 233.278 34.1299 235.641 34.1299 238.555V244.604C34.1299 245.187 33.6573 245.66 33.0743 245.66C32.4913 245.66 32.0188 245.187 32.0188 244.604V238.555C32.0188 236.806 30.601 235.389 28.8521 235.389H9.14838C7.39948 235.389 5.98172 236.806 5.98172 238.555V256.852C5.98172 258.601 7.39948 260.018 9.14838 260.018H16.6046C17.1876 260.018 17.6602 260.491 17.6602 261.074C17.6602 261.657 17.1876 262.129 16.6046 262.129H9.14838C6.23355 262.129 3.87061 259.767 3.87061 256.852V238.555Z" fill="#4D5D69"/>
|
|
37
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.0375 231.87C26.6205 231.87 27.093 232.343 27.093 232.926V236.053C27.093 236.636 26.6205 237.109 26.0375 237.109C25.4545 237.109 24.9819 236.636 24.9819 236.053V232.926C24.9819 232.343 25.4545 231.87 26.0375 231.87Z" fill="#4D5D69"/>
|
|
38
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9623 231.87C12.5453 231.87 13.0178 232.343 13.0178 232.926V236.053C13.0178 236.636 12.5453 237.109 11.9623 237.109C11.3793 237.109 10.9067 236.636 10.9067 236.053V232.926C10.9067 232.343 11.3793 231.87 11.9623 231.87Z" fill="#4D5D69"/>
|
|
39
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.26123 241.37C4.26123 240.787 4.73382 240.314 5.31679 240.314H32.683C33.266 240.314 33.7386 240.787 33.7386 241.37C33.7386 241.953 33.266 242.426 32.683 242.426H5.31679C4.73382 242.426 4.26123 241.953 4.26123 241.37Z" fill="#4D5D69"/>
|
|
40
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.0375 250.167C26.6205 250.167 27.093 250.639 27.093 251.222V253.385L28.3042 253.99C28.8256 254.251 29.037 254.885 28.7762 255.406C28.5155 255.928 27.8815 256.139 27.3601 255.879L25.5654 254.981C25.2078 254.802 24.9819 254.437 24.9819 254.037V251.222C24.9819 250.639 25.4545 250.167 26.0375 250.167Z" fill="#4D5D69"/>
|
|
41
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.0369 248.055C22.7334 248.055 20.0554 250.733 20.0554 254.037C20.0554 257.34 22.7334 260.018 26.0369 260.018C29.3404 260.018 32.0184 257.34 32.0184 254.037C32.0184 250.733 29.3404 248.055 26.0369 248.055ZM17.9443 254.037C17.9443 249.568 21.5675 245.944 26.0369 245.944C30.5063 245.944 34.1295 249.568 34.1295 254.037C34.1295 258.506 30.5063 262.13 26.0369 262.13C21.5675 262.13 17.9443 258.506 17.9443 254.037Z" fill="#4D5D69"/>
|
|
42
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1753 248.407C10.1753 247.824 10.6479 247.351 11.2308 247.351H14.6086C15.1916 247.351 15.6642 247.824 15.6642 248.407C15.6642 248.99 15.1916 249.462 14.6086 249.462H11.2308C10.6479 249.462 10.1753 248.99 10.1753 248.407Z" fill="#4D5D69"/>
|
|
43
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1753 254.037C10.1753 253.454 10.6479 252.982 11.2308 252.982H13.2012C13.7842 252.982 14.2568 253.454 14.2568 254.037C14.2568 254.62 13.7842 255.093 13.2012 255.093H11.2308C10.6479 255.093 10.1753 254.62 10.1753 254.037Z" fill="#4D5D69"/>
|
|
44
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9997 272.685C12.6616 272.685 7.44062 277.474 6.76009 283.631C6.69603 284.21 6.17438 284.628 5.59494 284.564C5.0155 284.5 4.5977 283.978 4.66176 283.399C5.45923 276.185 11.5736 270.574 18.9997 270.574C25.5671 270.574 29.5187 275 33.1593 279.1C33.5464 279.536 33.5068 280.203 33.0709 280.59C32.635 280.977 31.9679 280.937 31.5808 280.501C27.8457 276.295 24.4891 272.685 18.9997 272.685Z" fill="#4D5D69"/>
|
|
45
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.3705 272.802C32.9535 272.802 33.4261 273.275 33.4261 273.858V279.8C33.4261 280.383 32.9535 280.856 32.3705 280.856H26.4281C25.8451 280.856 25.3726 280.383 25.3726 279.8C25.3726 279.217 25.8451 278.745 26.4281 278.745H31.3149V273.858C31.3149 273.275 31.7875 272.802 32.3705 272.802Z" fill="#4D5D69"/>
|
|
46
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0003 297.315C25.3384 297.315 30.5594 292.526 31.2399 286.37C31.304 285.791 31.8256 285.373 32.4051 285.437C32.9845 285.501 33.4023 286.022 33.3382 286.602C32.5408 293.816 26.4264 299.426 19.0003 299.426C12.4329 299.426 8.48126 295.001 4.84066 290.901C4.45358 290.465 4.49316 289.798 4.92906 289.411C5.36497 289.024 6.03214 289.063 6.41922 289.499C10.1543 293.705 13.5109 297.315 19.0003 297.315Z" fill="#4D5D69"/>
|
|
47
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.6295 297.198C5.04653 297.198 4.57394 296.725 4.57394 296.142L4.57394 290.2C4.57394 289.617 5.04653 289.144 5.6295 289.144L11.5719 289.144C12.1549 289.144 12.6274 289.617 12.6274 290.2C12.6274 290.783 12.1549 291.255 11.5719 291.255L6.68505 291.255L6.68505 296.142C6.68505 296.725 6.21247 297.198 5.6295 297.198Z" fill="#4D5D69"/>
|
|
48
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.4159 280.239C18.3957 279.673 19.6028 279.673 20.5826 280.239L22.3311 281.248C23.3109 281.814 23.9145 282.859 23.9145 283.991V286.01C23.9145 287.141 23.3109 288.186 22.3311 288.752L20.5826 289.762C19.6028 290.327 18.3957 290.327 17.4159 289.762L15.6673 288.752C14.6875 288.186 14.084 287.141 14.084 286.01V283.991C14.084 282.859 14.6875 281.814 15.6673 281.248L17.4159 280.239ZM19.527 282.067C19.2004 281.878 18.798 281.878 18.4715 282.067L16.7229 283.077C16.3963 283.265 16.1951 283.614 16.1951 283.991V286.01C16.1951 286.387 16.3963 286.735 16.7229 286.924L18.4715 287.933C18.798 288.122 19.2004 288.122 19.527 287.933L21.2756 286.924C21.6022 286.735 21.8034 286.387 21.8034 286.01V283.991C21.8034 283.614 21.6022 283.265 21.2756 283.077L19.527 282.067Z" fill="#4D5D69"/>
|
|
49
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9997 310.685C12.1984 310.685 6.68484 316.199 6.68484 323C6.68484 329.801 12.1984 335.315 18.9997 335.315C25.8009 335.315 31.3145 329.801 31.3145 323C31.3145 316.199 25.8009 310.685 18.9997 310.685ZM4.57373 323C4.57373 315.033 11.0324 308.574 18.9997 308.574C26.9669 308.574 33.4256 315.033 33.4256 323C33.4256 330.967 26.9669 337.426 18.9997 337.426C11.0324 337.426 4.57373 330.967 4.57373 323Z" fill="#4D5D69"/>
|
|
50
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9995 319.13C16.862 319.13 15.1292 320.863 15.1292 323C15.1292 325.138 16.862 326.871 18.9995 326.871C21.1371 326.871 22.8699 325.138 22.8699 323C22.8699 320.863 21.1371 319.13 18.9995 319.13ZM13.0181 323C13.0181 319.697 15.6961 317.019 18.9995 317.019C22.303 317.019 24.981 319.697 24.981 323C24.981 326.304 22.303 328.982 18.9995 328.982C15.6961 328.982 13.0181 326.304 13.0181 323Z" fill="#4D5D69"/>
|
|
51
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 306.463C19.5829 306.463 20.0554 306.936 20.0554 307.519V313.148C20.0554 313.731 19.5829 314.204 18.9999 314.204C18.4169 314.204 17.9443 313.731 17.9443 313.148V307.519C17.9443 306.936 18.4169 306.463 18.9999 306.463Z" fill="#4D5D69"/>
|
|
52
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 331.796C19.5829 331.796 20.0554 332.269 20.0554 332.852L20.0554 338.482C20.0554 339.065 19.5829 339.537 18.9999 339.537C18.4169 339.537 17.9443 339.065 17.9443 338.482L17.9443 332.852C17.9443 332.269 18.4169 331.796 18.9999 331.796Z" fill="#4D5D69"/>
|
|
53
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.5376 323C35.5376 323.583 35.065 324.055 34.482 324.055L28.8524 324.055C28.2694 324.055 27.7969 323.583 27.7969 323C27.7969 322.417 28.2694 321.944 28.8524 321.944L34.482 321.944C35.065 321.944 35.5376 322.417 35.5376 323Z" fill="#4D5D69"/>
|
|
54
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2041 323C10.2041 323.583 9.73151 324.055 9.14855 324.055H3.51892C2.93595 324.055 2.46336 323.583 2.46336 323C2.46336 322.417 2.93595 321.944 3.51892 321.944H9.14855C9.73151 321.944 10.2041 322.417 10.2041 323Z" fill="#4D5D69"/>
|
|
55
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.4382 358.219C26.0261 357.879 26.7503 357.879 27.3382 358.219L33.8068 361.953C34.3947 362.293 34.7568 362.92 34.7568 363.599V371.068C34.7568 371.747 34.3947 372.374 33.8068 372.714L27.3382 376.448C26.7503 376.788 26.0261 376.788 25.4382 376.448L18.9695 372.714C18.3817 372.374 18.0195 371.747 18.0195 371.068V363.111C18.0195 362.734 18.2207 362.386 18.5473 362.197L25.4382 358.219ZM20.1306 364.94L25.3326 367.943V373.95L20.1306 370.946V364.94ZM27.4437 373.95L32.6457 370.946V364.94L27.4437 367.943V373.95ZM26.3882 366.115L31.5902 363.111L26.3882 360.108L21.1862 363.111L26.3882 366.115Z" fill="#4D5D69"/>
|
|
56
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6696 358.219C11.2575 357.879 11.9818 357.879 12.5696 358.219L19.0383 361.953C19.6262 362.293 19.9883 362.92 19.9883 363.599V371.068C19.9883 371.747 19.6262 372.374 19.0383 372.714L12.5696 376.448C11.9818 376.788 11.2575 376.788 10.6696 376.448L4.20098 372.714C3.61311 372.374 3.25098 371.747 3.25098 371.068V363.599C3.25098 362.92 3.61312 362.293 4.20098 361.953L10.6696 358.219ZM6.41764 363.111L11.6196 366.115L16.8216 363.111L11.6196 360.108L6.41764 363.111ZM17.8772 364.94V370.946L12.6752 373.95V367.943L17.8772 364.94ZM10.5641 367.943L5.36209 364.94V370.946L10.5641 373.95V367.943Z" fill="#4D5D69"/>
|
|
57
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.1276 345.552C18.7155 345.213 19.4398 345.213 20.0276 345.552L26.4963 349.287C27.0842 349.626 27.4463 350.253 27.4463 350.932V358.401C27.4463 359.08 27.0842 359.707 26.4963 360.047L19.6054 364.025C19.2788 364.214 18.8765 364.214 18.5499 364.025L11.659 360.047C11.0711 359.707 10.709 359.08 10.709 358.401V350.932C10.709 350.253 11.0711 349.626 11.659 349.287L18.1276 345.552ZM13.8757 350.445L19.0776 353.448L24.2796 350.445L19.0776 347.441L13.8757 350.445ZM25.3352 352.273V358.28L20.1332 361.283V355.276L25.3352 352.273ZM18.0221 355.276L12.8201 352.273V358.28L18.0221 361.283V355.276Z" fill="#4D5D69"/>
|
|
58
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.5258 383.476C34.938 383.888 34.938 384.556 34.5258 384.969L31.1888 388.306C33.3586 391.2 33.1275 395.324 30.4953 397.956L27.5844 400.867C26.9661 401.485 25.9636 401.485 25.3452 400.867L24.2257 399.747L21.8375 402.136C21.4252 402.548 20.7569 402.548 20.3447 402.136C19.9325 401.723 19.9325 401.055 20.3447 400.643L22.7329 398.254L19.7473 395.269L17.3586 397.658C16.9464 398.07 16.278 398.07 15.8658 397.658C15.4536 397.245 15.4536 396.577 15.8658 396.165L18.2545 393.776L17.1349 392.656C16.5166 392.038 16.5166 391.036 17.1349 390.417L20.0459 387.506C22.678 384.874 26.8018 384.643 29.696 386.813L33.033 383.476C33.4452 383.064 34.1136 383.064 34.5258 383.476ZM24.9892 397.525C24.9836 397.519 24.978 397.514 24.9723 397.508C24.9666 397.502 24.9609 397.497 24.9551 397.491L19.0009 391.537L21.5386 388.999C23.5997 386.938 26.9414 386.938 29.0025 388.999C31.0636 391.06 31.0636 394.402 29.0025 396.463L26.4648 399.001L24.9892 397.525ZM22.8074 391.164C23.2197 390.751 23.888 390.751 24.3002 391.164L26.838 393.701C27.2502 394.114 27.2502 394.782 26.838 395.194C26.4257 395.606 25.7574 395.606 25.3452 395.194L22.8074 392.656C22.3952 392.244 22.3952 391.576 22.8074 391.164ZM11.5371 399.001L8.99939 401.539C6.9383 403.6 6.93833 406.941 8.99945 409.002C11.0606 411.063 14.4022 411.064 16.4633 409.002L19.001 406.465L11.5371 399.001ZM10.4175 397.135C11.0359 396.516 12.0384 396.516 12.6567 397.135L20.867 405.345C21.4853 405.963 21.4853 406.966 20.867 407.584L17.9561 410.495C15.3239 413.127 11.2001 413.358 8.30597 411.189L4.96894 414.526C4.55672 414.938 3.88838 414.938 3.47616 414.526C3.06394 414.113 3.06394 413.445 3.47616 413.033L6.81318 409.696C4.64338 406.802 4.87448 402.678 7.50661 400.046L10.4175 397.135ZM11.1639 404.3C10.7516 403.888 10.7516 403.219 11.1639 402.807C11.5761 402.395 12.2444 402.395 12.6566 402.807L15.1944 405.345C15.6066 405.757 15.6066 406.426 15.1944 406.838C14.7822 407.25 14.1138 407.25 13.7016 406.838L11.1639 404.3Z" fill="#4D5D69"/>
|
|
59
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5108 439.428C25.3919 439.428 22.8636 441.956 22.8636 445.075C22.8636 448.194 25.3919 450.722 28.5108 450.722C29.4097 450.722 30.259 450.512 31.0131 450.139C31.0154 450.138 31.0177 450.137 31.02 450.136C31.4643 449.915 31.8757 449.637 32.2446 449.312C32.2992 449.263 32.3528 449.214 32.4055 449.164C32.4353 449.136 32.4649 449.107 32.4941 449.078L32.7401 448.818C33.1368 448.398 33.7968 448.376 34.2216 448.767C34.6464 449.157 34.6783 449.817 34.2933 450.247C34.2007 450.351 34.1052 450.452 34.0071 450.55L33.997 450.561L33.9968 450.561C33.405 451.152 32.7178 451.649 31.9595 452.026C31.9575 452.027 31.9554 452.028 31.9533 452.029C30.9159 452.544 29.7468 452.833 28.5108 452.833C24.226 452.833 20.7524 449.36 20.7524 445.075C20.7524 440.79 24.226 437.316 28.5108 437.316C30.9444 437.316 32.7094 438.448 34.158 439.811V439.489C34.158 438.906 34.6306 438.434 35.2136 438.434C35.7965 438.434 36.2691 438.906 36.2691 439.489V442.468C36.2691 443.051 35.7965 443.524 35.2136 443.524H32.2345C31.6516 443.524 31.179 443.051 31.179 442.468C31.179 441.885 31.6516 441.413 32.2345 441.413H32.7732C31.5176 440.212 30.2458 439.428 28.5108 439.428Z" fill="#4D5D69"/>
|
|
60
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.6901 421.55C19.6213 421.039 18.3788 421.039 17.31 421.55C16.8448 421.772 16.4214 422.134 15.8733 422.601L15.7741 422.686C15.2762 423.11 14.8101 423.308 14.1451 423.361L14.0151 423.371C13.2968 423.428 12.7419 423.472 12.2558 423.643C11.1388 424.038 10.2601 424.917 9.86561 426.034C9.69391 426.52 9.64998 427.075 9.59312 427.793L9.5828 427.923C9.53077 428.575 9.34075 429.044 8.90805 429.552L8.82343 429.651C8.35574 430.199 7.99441 430.623 7.77209 431.088C7.26123 432.157 7.26123 433.399 7.77209 434.468C7.99441 434.933 8.35573 435.357 8.82342 435.905L8.90805 436.004C9.33234 436.502 9.52974 436.968 9.5828 437.633L9.59312 437.763C9.64998 438.481 9.69391 439.036 9.86561 439.522C10.0094 439.929 10.2175 440.305 10.4781 440.637L5.74538 446.405L5.73308 446.42C5.53655 446.669 5.39897 446.959 5.32959 447.268C5.26021 447.576 5.26059 447.897 5.3307 448.205C5.40082 448.514 5.53909 448.803 5.73622 449.051C5.93339 449.3 6.18451 449.501 6.47153 449.639C6.63727 449.719 6.82091 449.753 7.00427 449.74L10.5037 449.487L12.8774 452.358C12.9821 452.485 13.115 452.585 13.2653 452.652C13.5373 452.771 13.8313 452.833 14.1289 452.833C14.4265 452.833 14.7204 452.771 14.9924 452.652C15.015 452.642 15.0372 452.631 15.059 452.619C15.3238 452.48 15.555 452.285 15.7379 452.05C15.9208 451.814 16.0514 451.542 16.1219 451.253L17.7762 444.193C18.0594 444.286 18.3507 444.346 18.6443 444.373C18.6951 443.65 18.8237 442.949 19.0217 442.278C18.748 442.281 18.4736 442.222 18.2204 442.101C18.0379 442.014 17.838 441.855 17.1434 441.263C16.2935 440.539 15.4026 440.178 14.313 440.091C13.4032 440.018 13.1495 439.989 12.9588 439.922C12.4435 439.74 12.0382 439.334 11.8562 438.819C11.7888 438.628 11.7598 438.375 11.6872 437.465C11.5984 436.352 11.2238 435.467 10.5149 434.635C9.92285 433.94 9.76402 433.74 9.67681 433.558C9.44114 433.064 9.44114 432.491 9.67681 431.998C9.76402 431.816 9.92285 431.616 10.5149 430.921C11.2391 430.071 11.6003 429.18 11.6872 428.091C11.7598 427.181 11.7888 426.927 11.8562 426.737C12.0382 426.221 12.4435 425.816 12.9588 425.634C13.1495 425.567 13.4032 425.538 14.313 425.465C15.4261 425.376 16.3114 425.002 17.1434 424.293C17.838 423.701 18.0379 423.542 18.2204 423.455C18.7134 423.219 19.2867 423.219 19.7797 423.455C19.9622 423.542 20.1621 423.701 20.8568 424.293C21.6887 425.002 22.574 425.376 23.6871 425.465C24.5969 425.538 24.8506 425.567 25.0413 425.634C25.5566 425.816 25.9619 426.221 26.1439 426.737C26.2113 426.927 26.2403 427.181 26.3129 428.091C26.4017 429.204 26.7763 430.089 27.4853 430.921C28.0773 431.616 28.2361 431.816 28.3233 431.998C28.559 432.491 28.559 433.064 28.3233 433.558C28.2361 433.74 28.0773 433.94 27.4853 434.635C27.294 434.859 27.128 435.086 26.9857 435.319C27.4759 435.245 27.978 435.206 28.4891 435.206C28.9069 435.206 29.3092 435.232 29.6966 435.281C29.9176 435.002 30.097 434.742 30.228 434.468C30.7389 433.399 30.7389 432.157 30.228 431.088C30.0057 430.623 29.6444 430.199 29.1767 429.651L29.0921 429.552C28.6678 429.054 28.4704 428.588 28.4173 427.923L28.407 427.793C28.3501 427.075 28.3062 426.52 28.1345 426.034C27.74 424.917 26.8614 424.038 25.7444 423.643C25.2582 423.472 24.7033 423.428 23.985 423.371L23.855 423.361C23.1901 423.308 22.7239 423.11 22.2261 422.686L22.1268 422.601C21.5787 422.134 21.1553 421.772 20.6901 421.55ZM15.9017 442.979L15.7741 442.87C15.2663 442.437 14.7971 442.247 14.1451 442.195L14.015 442.185C13.2968 442.128 12.7419 442.084 12.2557 441.912C12.2316 441.904 12.2076 441.895 12.1837 441.886L12.1789 441.892L7.50621 447.587L10.8943 447.343C11.2349 447.318 11.5663 447.46 11.7839 447.723L14.1192 450.547L15.8612 443.112C15.8719 443.066 15.8855 443.022 15.9017 442.979Z" fill="#4D5D69"/>
|
|
61
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3004 436.678C24.2357 435.648 24.8056 434.279 24.8056 432.778C24.8056 429.572 22.2064 426.972 19.0001 426.972C15.7937 426.972 13.1945 429.572 13.1945 432.778C13.1945 435.984 15.7937 438.583 19.0001 438.583C19.9682 438.583 20.8811 438.346 21.6837 437.927C22.1768 437.458 22.7185 437.038 23.3004 436.678ZM19.0001 428.907C16.8625 428.907 15.1297 430.64 15.1297 432.778C15.1297 434.915 16.8625 436.648 19.0001 436.648C21.1376 436.648 22.8704 434.915 22.8704 432.778C22.8704 430.64 21.1376 428.907 19.0001 428.907Z" fill="#4D5D69"/>
|
|
62
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 502.445C3.1665 499.53 5.52945 497.167 8.44428 497.167H29.5554C32.4702 497.167 34.8332 499.53 34.8332 502.445V523.556C34.8332 526.47 32.4702 528.833 29.5554 528.833H8.44428C5.52945 528.833 3.1665 526.47 3.1665 523.556V502.445ZM8.44428 499.278C6.69538 499.278 5.27762 500.696 5.27762 502.445V523.556C5.27762 525.305 6.69538 526.722 8.44428 526.722H29.5554C31.3043 526.722 32.7221 525.305 32.7221 523.556V502.445C32.7221 500.696 31.3043 499.278 29.5554 499.278H8.44428Z" fill="#4D5D69"/>
|
|
63
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.38867 502.972C7.38867 502.389 7.86126 501.917 8.44423 501.917H9.92201C10.505 501.917 10.9776 502.389 10.9776 502.972C10.9776 503.555 10.505 504.028 9.92201 504.028H8.44423C7.86126 504.028 7.38867 503.555 7.38867 502.972Z" fill="#4D5D69"/>
|
|
64
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0889 502.972C13.0889 502.389 13.5615 501.917 14.1444 501.917H15.6222C16.2052 501.917 16.6778 502.389 16.6778 502.972C16.6778 503.555 16.2052 504.028 15.6222 504.028H14.1444C13.5615 504.028 13.0889 503.555 13.0889 502.972Z" fill="#4D5D69"/>
|
|
65
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 507.722C3.1665 507.139 3.63909 506.667 4.22206 506.667H33.7776C34.3606 506.667 34.8332 507.139 34.8332 507.722C34.8332 508.305 34.3606 508.778 33.7776 508.778H4.22206C3.63909 508.778 3.1665 508.305 3.1665 507.722Z" fill="#4D5D69"/>
|
|
66
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5611 513.457C11.9733 513.045 12.6417 513.045 13.0539 513.457L16.6006 517.004C17.0128 517.416 17.0128 518.084 16.6006 518.496L13.0539 522.043C12.6417 522.455 11.9733 522.455 11.5611 522.043C11.1489 521.631 11.1489 520.963 11.5611 520.55L14.3614 517.75L11.5611 514.95C11.1489 514.537 11.1489 513.869 11.5611 513.457Z" fill="#4D5D69"/>
|
|
67
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9155 521.297C18.9155 520.714 19.3881 520.241 19.9711 520.241H25.6711C26.2541 520.241 26.7266 520.714 26.7266 521.297C26.7266 521.879 26.2541 522.352 25.6711 522.352H19.9711C19.3881 522.352 18.9155 521.879 18.9155 521.297Z" fill="#4D5D69"/>
|
|
68
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.64453 618.133C4.64453 617.55 5.11712 617.078 5.70009 617.078H32.3001C32.8831 617.078 33.3556 617.55 33.3556 618.133C33.3556 618.716 32.8831 619.189 32.3001 619.189H5.70009C5.11712 619.189 4.64453 618.716 4.64453 618.133Z" fill="#4D5D69"/>
|
|
69
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0441 613.278C15.5401 613.278 15.0569 613.478 14.7006 613.834C14.3442 614.19 14.1441 614.674 14.1441 615.178V617.078H23.8552V615.178C23.8552 614.674 23.655 614.19 23.2987 613.834C22.9423 613.478 22.4591 613.278 21.9552 613.278H16.0441ZM25.9663 617.078V615.178C25.9663 614.114 25.5437 613.094 24.7914 612.341C24.0392 611.589 23.019 611.167 21.9552 611.167H16.0441C14.9802 611.167 13.96 611.589 13.2078 612.341C12.4555 613.094 12.0329 614.114 12.0329 615.178V617.078H8.65516C8.0722 617.078 7.59961 617.55 7.59961 618.133V638.822C7.59961 639.886 8.02221 640.906 8.77444 641.658C9.52667 642.411 10.5469 642.833 11.6107 642.833H26.3885C27.4523 642.833 28.4725 642.411 29.2248 641.658C29.977 640.906 30.3996 639.886 30.3996 638.822V618.133C30.3996 617.55 29.927 617.078 29.3441 617.078H25.9663ZM9.71072 619.189V638.822C9.71072 639.326 9.9109 639.809 10.2672 640.166C10.6235 640.522 11.1068 640.722 11.6107 640.722H26.3885C26.8924 640.722 27.3757 640.522 27.732 640.166C28.0883 639.809 28.2885 639.326 28.2885 638.822V619.189H9.71072Z" fill="#4D5D69"/>
|
|
70
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0438 624.467C16.6268 624.467 17.0994 624.939 17.0994 625.522V634.389C17.0994 634.972 16.6268 635.445 16.0438 635.445C15.4609 635.445 14.9883 634.972 14.9883 634.389V625.522C14.9883 624.939 15.4609 624.467 16.0438 624.467Z" fill="#4D5D69"/>
|
|
71
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.9555 624.467C22.5384 624.467 23.011 624.939 23.011 625.522V634.389C23.011 634.972 22.5384 635.445 21.9555 635.445C21.3725 635.445 20.8999 634.972 20.8999 634.389V625.522C20.8999 624.939 21.3725 624.467 21.9555 624.467Z" fill="#4D5D69"/>
|
|
72
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 659.617C9.5 659.034 9.97259 658.562 10.5556 658.562H10.5577C11.1406 658.562 11.6132 659.034 11.6132 659.617C11.6132 660.2 11.1406 660.673 10.5577 660.673H10.5556C9.97259 660.673 9.5 660.2 9.5 659.617Z" fill="#4D5D69"/>
|
|
73
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 667.365C9.5 666.782 9.97259 666.309 10.5556 666.309H10.5577C11.1406 666.309 11.6132 666.782 11.6132 667.365C11.6132 667.948 11.1406 668.42 10.5577 668.42H10.5556C9.97259 668.42 9.5 667.948 9.5 667.365Z" fill="#4D5D69"/>
|
|
74
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 675.133C9.5 674.55 9.97259 674.077 10.5556 674.077H10.5577C11.1406 674.077 11.6132 674.55 11.6132 675.133C11.6132 675.716 11.1406 676.188 10.5577 676.188H10.5556C9.97259 676.188 9.5 675.716 9.5 675.133Z" fill="#4D5D69"/>
|
|
75
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 660.25C13.7222 659.667 14.1948 659.194 14.7777 659.194H14.7798C15.3628 659.194 15.8354 659.667 15.8354 660.25C15.8354 660.833 15.3628 661.305 14.7798 661.305H14.7777C14.1948 661.305 13.7222 660.833 13.7222 660.25Z" fill="#4D5D69"/>
|
|
76
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 667.997C13.7222 667.414 14.1948 666.942 14.7777 666.942H14.7798C15.3628 666.942 15.8354 667.414 15.8354 667.997C15.8354 668.58 15.3628 669.053 14.7798 669.053H14.7777C14.1948 669.053 13.7222 668.58 13.7222 667.997Z" fill="#4D5D69"/>
|
|
77
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 675.745C13.7222 675.162 14.1948 674.689 14.7777 674.689H14.7798C15.3628 674.689 15.8354 675.162 15.8354 675.745C15.8354 676.328 15.3628 676.801 14.7798 676.801H14.7777C14.1948 676.801 13.7222 676.328 13.7222 675.745Z" fill="#4D5D69"/>
|
|
78
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.7223 665.793V653.389C32.7223 652.348 31.904 651.659 31.2084 651.247C30.4421 650.795 29.4036 650.423 28.2128 650.126C25.8149 649.526 22.5582 649.167 19.0001 649.167C15.4419 649.167 12.1852 649.526 9.78736 650.126C8.59654 650.423 7.55798 650.795 6.7917 651.247C6.09608 651.659 5.27783 652.348 5.27783 653.389V676.611C5.27783 677.652 6.09608 678.341 6.7917 678.752C7.55798 679.205 8.59654 679.576 9.78736 679.874C12.1852 680.474 15.4419 680.833 19.0001 680.833C20.413 680.833 21.7784 680.776 23.0614 680.671C22.8083 680.445 22.5682 680.205 22.3423 679.953C21.997 679.567 21.7636 679.12 21.64 678.652C20.7917 678.698 19.9085 678.722 19.0001 678.722C15.5626 678.722 12.4859 678.373 10.2994 677.826C9.19798 677.551 8.38155 677.24 7.86589 676.935C7.51853 676.73 7.41535 676.595 7.38894 676.555V671.337C8.06536 671.652 8.88239 671.921 9.78736 672.147C12.1852 672.747 15.4419 673.106 19.0001 673.106C19.4622 673.106 19.9193 673.1 20.3701 673.088C20.1698 672.673 20.0574 672.208 20.0571 671.716L20.0567 670.984C19.7088 670.991 19.3563 670.995 19.0001 670.995C15.5626 670.995 12.4859 670.646 10.2994 670.099C9.19798 669.824 8.38155 669.513 7.86589 669.208C7.51853 669.003 7.41535 668.868 7.38894 668.828V663.59C8.06536 663.905 8.88239 664.173 9.78736 664.4C12.1852 664.999 15.4419 665.359 19.0001 665.359C22.5582 665.359 25.8149 664.999 28.2128 664.4C29.1177 664.173 29.9347 663.905 30.6112 663.59V665.139C31.3501 665.27 32.0578 665.492 32.7223 665.793ZM7.38894 661.08V655.842C8.06536 656.157 8.88239 656.426 9.78736 656.652C12.1852 657.251 15.4419 657.611 19.0001 657.611C22.5582 657.611 25.8149 657.251 28.2128 656.652C29.1177 656.426 29.9347 656.157 30.6112 655.842V661.08C30.5848 661.121 30.4816 661.255 30.1342 661.46C29.6186 661.765 28.8021 662.076 27.7007 662.351C25.5142 662.898 22.4375 663.247 19.0001 663.247C15.5626 663.247 12.4859 662.898 10.2994 662.351C9.19798 662.076 8.38155 661.765 7.86589 661.46C7.51853 661.255 7.41535 661.121 7.38894 661.08ZM30.1342 653.065C30.3836 653.212 30.5072 653.323 30.5668 653.389C30.5072 653.454 30.3836 653.565 30.1342 653.713C29.6186 654.017 28.8021 654.329 27.7007 654.604C25.5142 655.15 22.4375 655.5 19.0001 655.5C15.5626 655.5 12.4859 655.15 10.2994 654.604C9.19798 654.329 8.38155 654.017 7.86589 653.713C7.61646 653.565 7.49293 653.454 7.43333 653.389C7.49293 653.323 7.61646 653.212 7.86589 653.065C8.38155 652.76 9.19798 652.449 10.2994 652.174C12.4859 651.627 15.5626 651.278 19.0001 651.278C22.4375 651.278 25.5142 651.627 27.7007 652.174C28.8021 652.449 29.6186 652.76 30.1342 653.065Z" fill="#4D5D69"/>
|
|
79
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 669.222C31.6509 669.222 33.7776 671.349 33.7776 673.972C33.7776 676.596 31.6509 678.722 29.0276 678.722C28.2718 678.722 27.5578 678.546 26.9237 678.233C26.9215 678.231 26.9193 678.23 26.9171 678.229C26.5434 678.044 26.1974 677.81 25.887 677.536C25.8359 677.491 25.7857 677.445 25.7366 677.398C25.7171 677.379 25.6978 677.36 25.6786 677.341L25.467 677.117C25.0703 676.698 24.4103 676.675 23.9855 677.066C23.5607 677.457 23.5288 678.117 23.9137 678.547C23.9953 678.638 24.0793 678.727 24.1656 678.813L24.1757 678.824L24.176 678.824C24.6992 679.347 25.307 679.787 25.9776 680.12C25.9796 680.121 25.9817 680.122 25.9838 680.123C26.9011 680.578 27.9348 680.834 29.0276 680.834C32.8168 680.834 35.8887 677.762 35.8887 673.972C35.8887 670.183 32.8168 667.111 29.0276 667.111C25.8976 667.111 24.0187 669.228 22.4722 670.969L22.4327 671.014C22.0456 671.45 22.0852 672.117 22.5211 672.504C22.957 672.891 23.6242 672.852 24.0113 672.416C25.6598 670.559 26.9489 669.222 29.0276 669.222Z" fill="#4D5D69"/>
|
|
80
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 668.078C22.6401 668.078 22.1675 668.551 22.1675 669.134V671.714C22.1675 672.297 22.6401 672.769 23.2231 672.769H25.8033C26.3863 672.769 26.8589 672.297 26.8589 671.714C26.8589 671.131 26.3863 670.658 25.8033 670.658H24.2786V669.134C24.2786 668.551 23.8061 668.078 23.2231 668.078Z" fill="#4D5D69"/>
|
|
81
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 697.617C9.5 697.034 9.97259 696.562 10.5556 696.562H10.5577C11.1406 696.562 11.6132 697.034 11.6132 697.617C11.6132 698.2 11.1406 698.673 10.5577 698.673H10.5556C9.97259 698.673 9.5 698.2 9.5 697.617Z" fill="#4D5D69"/>
|
|
82
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 705.365C9.5 704.782 9.97259 704.309 10.5556 704.309H10.5577C11.1406 704.309 11.6132 704.782 11.6132 705.365C11.6132 705.948 11.1406 706.42 10.5577 706.42H10.5556C9.97259 706.42 9.5 705.948 9.5 705.365Z" fill="#4D5D69"/>
|
|
83
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 713.133C9.5 712.55 9.97259 712.077 10.5556 712.077H10.5577C11.1406 712.077 11.6132 712.55 11.6132 713.133C11.6132 713.716 11.1406 714.188 10.5577 714.188H10.5556C9.97259 714.188 9.5 713.716 9.5 713.133Z" fill="#4D5D69"/>
|
|
84
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 698.25C13.7222 697.667 14.1948 697.194 14.7777 697.194H14.7798C15.3628 697.194 15.8354 697.667 15.8354 698.25C15.8354 698.833 15.3628 699.305 14.7798 699.305H14.7777C14.1948 699.305 13.7222 698.833 13.7222 698.25Z" fill="#4D5D69"/>
|
|
85
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 705.997C13.7222 705.414 14.1948 704.942 14.7777 704.942H14.7798C15.3628 704.942 15.8354 705.414 15.8354 705.997C15.8354 706.58 15.3628 707.053 14.7798 707.053H14.7777C14.1948 707.053 13.7222 706.58 13.7222 705.997Z" fill="#4D5D69"/>
|
|
86
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 713.745C13.7222 713.162 14.1948 712.689 14.7777 712.689H14.7798C15.3628 712.689 15.8354 713.162 15.8354 713.745C15.8354 714.328 15.3628 714.801 14.7798 714.801H14.7777C14.1948 714.801 13.7222 714.328 13.7222 713.745Z" fill="#4D5D69"/>
|
|
87
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 707.222C31.6509 707.222 33.7776 709.349 33.7776 711.972C33.7776 714.596 31.6509 716.722 29.0276 716.722C28.2718 716.722 27.5578 716.546 26.9237 716.233C26.9215 716.231 26.9193 716.23 26.9171 716.229C26.5434 716.044 26.1974 715.81 25.887 715.536C25.8359 715.491 25.7857 715.445 25.7366 715.398C25.7171 715.379 25.6978 715.36 25.6786 715.341L25.467 715.117C25.0703 714.698 24.4103 714.675 23.9855 715.066C23.5607 715.457 23.5288 716.117 23.9137 716.547C23.9953 716.638 24.0793 716.727 24.1656 716.813L24.1757 716.824L24.176 716.824C24.6992 717.347 25.307 717.787 25.9776 718.12C25.9796 718.121 25.9817 718.122 25.9838 718.123C26.9011 718.578 27.9348 718.834 29.0276 718.834C32.8168 718.834 35.8887 715.762 35.8887 711.972C35.8887 708.183 32.8168 705.111 29.0276 705.111C25.8976 705.111 24.0187 707.228 22.4722 708.969L22.4327 709.014C22.0456 709.45 22.0852 710.117 22.5211 710.504C22.957 710.891 23.6242 710.852 24.0113 710.416C25.6598 708.559 26.9489 707.222 29.0276 707.222Z" fill="#4D5D69"/>
|
|
88
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 706.078C22.6401 706.078 22.1675 706.551 22.1675 707.134V709.714C22.1675 710.297 22.6401 710.769 23.2231 710.769H25.8033C26.3863 710.769 26.8589 710.297 26.8589 709.714C26.8589 709.131 26.3863 708.658 25.8033 708.658H24.2786V707.134C24.2786 706.551 23.8061 706.078 23.2231 706.078Z" fill="#4D5D69"/>
|
|
89
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 693.5C38 698.747 33.7467 703 28.5 703C23.2533 703 19 698.747 19 693.5C19 688.253 23.2533 684 28.5 684C33.7467 684 38 688.253 38 693.5ZM28.5 694.07C29.1296 694.07 29.64 693.56 29.64 692.93V689.13C29.64 688.501 29.1296 687.99 28.5 687.99C27.8704 687.99 27.36 688.501 27.36 689.13V692.93C27.36 693.56 27.8704 694.07 28.5 694.07ZM28.5 695.97C27.7655 695.97 27.17 696.565 27.17 697.3C27.17 698.035 27.7655 698.63 28.5 698.63H28.5095C29.244 698.63 29.8395 698.035 29.8395 697.3C29.8395 696.565 29.244 695.97 28.5095 695.97H28.5Z" fill="#EA3223"/>
|
|
90
|
-
<path d="M18.7664 687.167C15.2995 687.182 12.1326 687.539 9.78736 688.125C8.59654 688.423 7.55798 688.794 6.7917 689.247C6.09608 689.659 5.27783 690.348 5.27783 691.389V714.611C5.27783 715.652 6.09608 716.341 6.7917 716.752C7.55798 717.205 8.59654 717.576 9.78736 717.874C12.1852 718.474 15.4419 718.833 19.0001 718.833C20.413 718.833 21.7784 718.776 23.0614 718.671C22.8083 718.445 22.5682 718.205 22.3423 717.953C21.997 717.567 21.7636 717.12 21.64 716.652C20.7917 716.698 19.9085 716.722 19.0001 716.722C15.5626 716.722 12.4859 716.373 10.2994 715.826C9.19798 715.551 8.38155 715.24 7.86589 714.935C7.51853 714.73 7.41535 714.595 7.38894 714.555V709.337C8.06536 709.652 8.88239 709.921 9.78736 710.147C12.1852 710.747 15.4419 711.106 19.0001 711.106C19.4622 711.106 19.9193 711.1 20.3701 711.088C20.1698 710.673 20.0574 710.208 20.0571 709.716L20.0567 708.984C19.7088 708.991 19.3563 708.995 19.0001 708.995C15.5626 708.995 12.4859 708.646 10.2994 708.099C9.19798 707.824 8.38155 707.513 7.86589 707.208C7.51853 707.003 7.41535 706.868 7.38894 706.828V701.59C8.06536 701.905 8.88239 702.173 9.78736 702.4C12.1852 702.999 15.4419 703.359 19.0001 703.359C20.1031 703.359 21.1772 703.324 22.2057 703.258C21.331 702.693 20.5371 702.013 19.8453 701.24C19.5662 701.245 19.2844 701.247 19.0001 701.247C15.5626 701.247 12.4859 700.898 10.2994 700.351C9.19798 700.076 8.38155 699.765 7.86589 699.46C7.51853 699.255 7.41535 699.121 7.38894 699.08V693.842C8.06536 694.157 8.88239 694.426 9.78736 694.652C11.7449 695.141 14.2749 695.471 17.0739 695.575C16.9524 694.902 16.8889 694.208 16.8889 693.5C16.8889 693.485 16.889 693.47 16.889 693.455C14.3108 693.345 12.0272 693.036 10.2994 692.604C9.19798 692.328 8.38155 692.017 7.86589 691.713C7.61646 691.565 7.49293 691.454 7.43333 691.389C7.49293 691.323 7.61646 691.212 7.86589 691.065C8.38155 690.76 9.19798 690.449 10.2994 690.174C12.2005 689.698 14.7746 689.372 17.6737 689.295C17.9653 688.545 18.3326 687.832 18.7664 687.167Z" fill="#4D5D69"/>
|
|
91
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 735.617C9.5 735.034 9.97259 734.562 10.5556 734.562H10.5577C11.1406 734.562 11.6132 735.034 11.6132 735.617C11.6132 736.2 11.1406 736.673 10.5577 736.673H10.5556C9.97259 736.673 9.5 736.2 9.5 735.617Z" fill="#4D5D69"/>
|
|
92
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 743.365C9.5 742.782 9.97259 742.309 10.5556 742.309H10.5577C11.1406 742.309 11.6132 742.782 11.6132 743.365C11.6132 743.948 11.1406 744.42 10.5577 744.42H10.5556C9.97259 744.42 9.5 743.948 9.5 743.365Z" fill="#4D5D69"/>
|
|
93
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 751.133C9.5 750.55 9.97259 750.077 10.5556 750.077H10.5577C11.1406 750.077 11.6132 750.55 11.6132 751.133C11.6132 751.716 11.1406 752.188 10.5577 752.188H10.5556C9.97259 752.188 9.5 751.716 9.5 751.133Z" fill="#4D5D69"/>
|
|
94
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 736.25C13.7222 735.667 14.1948 735.194 14.7777 735.194H14.7798C15.3628 735.194 15.8354 735.667 15.8354 736.25C15.8354 736.833 15.3628 737.305 14.7798 737.305H14.7777C14.1948 737.305 13.7222 736.833 13.7222 736.25Z" fill="#4D5D69"/>
|
|
95
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 743.997C13.7222 743.414 14.1948 742.942 14.7777 742.942H14.7798C15.3628 742.942 15.8354 743.414 15.8354 743.997C15.8354 744.58 15.3628 745.053 14.7798 745.053H14.7777C14.1948 745.053 13.7222 744.58 13.7222 743.997Z" fill="#4D5D69"/>
|
|
96
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 751.745C13.7222 751.162 14.1948 750.689 14.7777 750.689H14.7798C15.3628 750.689 15.8354 751.162 15.8354 751.745C15.8354 752.328 15.3628 752.801 14.7798 752.801H14.7777C14.1948 752.801 13.7222 752.328 13.7222 751.745Z" fill="#4D5D69"/>
|
|
97
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 745.222C31.6509 745.222 33.7776 747.349 33.7776 749.972C33.7776 752.596 31.6509 754.722 29.0276 754.722C28.2718 754.722 27.5578 754.546 26.9237 754.233C26.9215 754.231 26.9193 754.23 26.9171 754.229C26.5434 754.044 26.1974 753.81 25.887 753.536C25.8359 753.491 25.7857 753.445 25.7366 753.398C25.7171 753.379 25.6978 753.36 25.6786 753.341L25.467 753.117C25.0703 752.698 24.4103 752.675 23.9855 753.066C23.5607 753.457 23.5288 754.117 23.9137 754.547C23.9953 754.638 24.0793 754.727 24.1656 754.813L24.1757 754.824L24.176 754.824C24.6992 755.347 25.307 755.787 25.9776 756.12C25.9796 756.121 25.9817 756.122 25.9838 756.123C26.9011 756.578 27.9348 756.834 29.0276 756.834C32.8168 756.834 35.8887 753.762 35.8887 749.972C35.8887 746.183 32.8168 743.111 29.0276 743.111C25.8976 743.111 24.0187 745.228 22.4722 746.969L22.4327 747.014C22.0456 747.45 22.0852 748.117 22.5211 748.504C22.957 748.891 23.6242 748.852 24.0113 748.416C25.6598 746.559 26.9489 745.222 29.0276 745.222Z" fill="#4D5D69"/>
|
|
98
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 744.078C22.6401 744.078 22.1675 744.551 22.1675 745.134V747.714C22.1675 748.297 22.6401 748.769 23.2231 748.769H25.8033C26.3863 748.769 26.8589 748.297 26.8589 747.714C26.8589 747.131 26.3863 746.658 25.8033 746.658H24.2786V745.134C24.2786 744.551 23.8061 744.078 23.2231 744.078Z" fill="#4D5D69"/>
|
|
99
|
-
<path d="M26.9452 722.875L19.2437 735.732C19.0849 736.007 19.0009 736.319 19 736.637C18.9991 736.954 19.0814 737.266 19.2386 737.542C19.3959 737.818 19.6226 738.048 19.8963 738.209C20.17 738.37 20.481 738.457 20.7985 738.46H36.2015C36.519 738.457 36.83 738.37 37.1037 738.209C37.3774 738.048 37.6041 737.818 37.7614 737.542C37.9186 737.266 38.0009 736.954 38 736.637C37.9991 736.319 37.9151 736.007 37.7563 735.732L30.0548 722.875C29.8927 722.608 29.6645 722.387 29.3922 722.234C29.1198 722.081 28.8125 722 28.5 722C28.1875 722 27.8802 722.081 27.6078 722.234C27.3355 722.387 27.1073 722.608 26.9452 722.875Z" fill="#FBCE28"/>
|
|
100
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 731.88C29.1295 731.88 29.6399 731.369 29.6399 730.74V726.94C29.6399 726.31 29.1295 725.8 28.4999 725.8C27.8703 725.8 27.3599 726.31 27.3599 726.94V730.74C27.3599 731.369 27.8703 731.88 28.4999 731.88Z" fill="#FBCE28"/>
|
|
101
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 731.88C29.1295 731.88 29.6399 731.369 29.6399 730.74V726.94C29.6399 726.31 29.1295 725.8 28.4999 725.8C27.8703 725.8 27.3599 726.31 27.3599 726.94V730.74C27.3599 731.369 27.8703 731.88 28.4999 731.88Z" fill="#213444" fill-opacity="0.72"/>
|
|
102
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 735.109C27.1699 734.375 27.7654 733.779 28.4999 733.779H28.5094C29.244 733.779 29.8394 734.375 29.8394 735.109C29.8394 735.844 29.244 736.439 28.5094 736.439H28.4999C27.7654 736.439 27.1699 735.844 27.1699 735.109Z" fill="#FBCE28"/>
|
|
103
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 735.109C27.1699 734.375 27.7654 733.779 28.4999 733.779H28.5094C29.244 733.779 29.8394 734.375 29.8394 735.109C29.8394 735.844 29.244 736.439 28.5094 736.439H28.4999C27.7654 736.439 27.1699 735.844 27.1699 735.109Z" fill="#213444" fill-opacity="0.72"/>
|
|
104
|
-
<path d="M32.7223 740.571L30.6112 740.571V741.139C31.3501 741.27 32.0578 741.492 32.7223 741.793V740.571Z" fill="#4D5D69"/>
|
|
105
|
-
<path d="M23.0614 756.671C21.7784 756.776 20.413 756.833 19.0001 756.833C15.4419 756.833 12.1852 756.474 9.78736 755.874C8.59654 755.576 7.55798 755.205 6.7917 754.752C6.09608 754.341 5.27783 753.652 5.27783 752.611V729.389C5.27783 728.348 6.09608 727.659 6.7917 727.247C7.55798 726.795 8.59654 726.423 9.78736 726.126C12.1852 725.526 15.4419 725.167 19.0001 725.167C20.3966 725.167 21.7467 725.222 23.0167 725.325L21.7998 727.357C21.7011 727.351 21.6019 727.346 21.5022 727.341C20.6962 727.299 19.8594 727.278 19.0001 727.278C15.5626 727.278 12.4859 727.627 10.2994 728.174C9.19798 728.449 8.38155 728.76 7.86589 729.065C7.61646 729.212 7.49293 729.323 7.43333 729.389C7.49293 729.454 7.61646 729.565 7.86589 729.713C8.38155 730.017 9.19798 730.329 10.2994 730.604C12.4859 731.15 15.5626 731.5 19.0001 731.5C19.1066 731.5 19.2128 731.5 19.3187 731.499L18.0586 733.603C17.9323 733.6 17.8064 733.598 17.681 733.594C14.6412 733.517 11.8855 733.176 9.78736 732.652C8.88239 732.426 8.06536 732.157 7.38894 731.842V737.08C7.41535 737.121 7.51853 737.255 7.86589 737.46C8.38155 737.765 9.19798 738.076 10.2994 738.351C12.2425 738.837 14.8885 739.167 17.866 739.235C18.1405 739.547 18.4642 739.816 18.8257 740.028C19.4171 740.376 20.0893 740.564 20.7754 740.571L27.4724 740.571C27.4069 740.585 27.3409 740.599 27.2744 740.613C24.996 741.083 22.1134 741.359 19.0001 741.359C15.4419 741.359 12.1852 740.999 9.78736 740.4C8.88239 740.173 8.06536 739.905 7.38894 739.59V744.828C7.41535 744.868 7.51853 745.003 7.86589 745.208C8.38155 745.513 9.19798 745.824 10.2994 746.099C12.4859 746.646 15.5626 746.995 19.0001 746.995C19.3563 746.995 19.7088 746.991 20.0567 746.984L20.0571 747.716C20.0574 748.208 20.1698 748.673 20.3701 749.088C19.9193 749.1 19.4622 749.106 19.0001 749.106C15.4419 749.106 12.1852 748.747 9.78736 748.147C8.88239 747.921 8.06536 747.652 7.38894 747.337V752.555C7.41535 752.595 7.51853 752.73 7.86589 752.935C8.38155 753.24 9.19798 753.551 10.2994 753.826C12.4859 754.373 15.5626 754.722 19.0001 754.722C19.9085 754.722 20.7917 754.698 21.64 754.652C21.7636 755.12 21.997 755.567 22.3423 755.953C22.5682 756.205 22.8083 756.445 23.0614 756.671Z" fill="#4D5D69"/>
|
|
106
|
-
<g clip-path="url(#clip0_2115_2469)">
|
|
107
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 773.617C9.5 773.034 9.97259 772.562 10.5556 772.562H10.5577C11.1406 772.562 11.6132 773.034 11.6132 773.617C11.6132 774.2 11.1406 774.673 10.5577 774.673H10.5556C9.97259 774.673 9.5 774.2 9.5 773.617Z" fill="#4D5D69"/>
|
|
108
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 781.365C9.5 780.782 9.97259 780.309 10.5556 780.309H10.5577C11.1406 780.309 11.6132 780.782 11.6132 781.365C11.6132 781.948 11.1406 782.42 10.5577 782.42H10.5556C9.97259 782.42 9.5 781.948 9.5 781.365Z" fill="#4D5D69"/>
|
|
109
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 789.133C9.5 788.55 9.97259 788.077 10.5556 788.077H10.5577C11.1406 788.077 11.6132 788.55 11.6132 789.133C11.6132 789.716 11.1406 790.188 10.5577 790.188H10.5556C9.97259 790.188 9.5 789.716 9.5 789.133Z" fill="#4D5D69"/>
|
|
110
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 774.25C13.7222 773.667 14.1948 773.194 14.7777 773.194H14.7798C15.3628 773.194 15.8354 773.667 15.8354 774.25C15.8354 774.833 15.3628 775.305 14.7798 775.305H14.7777C14.1948 775.305 13.7222 774.833 13.7222 774.25Z" fill="#4D5D69"/>
|
|
111
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 781.997C13.7222 781.414 14.1948 780.942 14.7777 780.942H14.7798C15.3628 780.942 15.8354 781.414 15.8354 781.997C15.8354 782.58 15.3628 783.053 14.7798 783.053H14.7777C14.1948 783.053 13.7222 782.58 13.7222 781.997Z" fill="#4D5D69"/>
|
|
112
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 789.745C13.7222 789.162 14.1948 788.689 14.7777 788.689H14.7798C15.3628 788.689 15.8354 789.162 15.8354 789.745C15.8354 790.328 15.3628 790.801 14.7798 790.801H14.7777C14.1948 790.801 13.7222 790.328 13.7222 789.745Z" fill="#4D5D69"/>
|
|
113
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.7223 779.793V767.389C32.7223 766.348 31.904 765.659 31.2084 765.247C30.4421 764.795 29.4036 764.423 28.2127 764.126C25.8149 763.526 22.5582 763.167 19.0001 763.167C15.4419 763.167 12.1852 763.526 9.78736 764.126C8.59654 764.423 7.55798 764.795 6.7917 765.247C6.09608 765.659 5.27783 766.348 5.27783 767.389V790.611C5.27783 791.652 6.09608 792.341 6.7917 792.752C7.55798 793.205 8.59654 793.576 9.78736 793.874C12.1852 794.474 15.4419 794.833 19.0001 794.833C20.413 794.833 21.7784 794.776 23.0614 794.671C22.8083 794.445 22.5682 794.205 22.3423 793.953C21.997 793.567 21.7636 793.12 21.64 792.652C20.7917 792.698 19.9085 792.722 19.0001 792.722C15.5626 792.722 12.4859 792.373 10.2994 791.826C9.19798 791.551 8.38155 791.24 7.86589 790.935C7.51853 790.73 7.41535 790.595 7.38894 790.555V785.337C8.06536 785.652 8.88239 785.921 9.78736 786.147C12.1852 786.747 15.4419 787.106 19.0001 787.106C19.4622 787.106 19.9193 787.1 20.3701 787.088C20.1698 786.673 20.0574 786.208 20.0571 785.716L20.0567 784.984C19.7088 784.991 19.3563 784.995 19.0001 784.995C15.5626 784.995 12.4859 784.646 10.2994 784.099C9.19798 783.824 8.38155 783.513 7.86589 783.208C7.51853 783.003 7.41535 782.868 7.38894 782.828V777.59C8.06536 777.905 8.88239 778.173 9.78736 778.4C12.1852 778.999 15.4419 779.359 19.0001 779.359C22.5582 779.359 25.8149 778.999 28.2127 778.4C29.1177 778.173 29.9347 777.905 30.6112 777.59V779.139C31.3501 779.27 32.0578 779.492 32.7223 779.793ZM7.38894 775.08V769.842C8.06536 770.157 8.88239 770.426 9.78736 770.652C12.1852 771.251 15.4419 771.611 19.0001 771.611C22.5582 771.611 25.8149 771.251 28.2127 770.652C29.1177 770.426 29.9347 770.157 30.6112 769.842V775.08C30.5848 775.121 30.4816 775.255 30.1342 775.46C29.6186 775.765 28.8021 776.076 27.7007 776.351C25.5142 776.898 22.4375 777.247 19.0001 777.247C15.5626 777.247 12.4859 776.898 10.2994 776.351C9.19798 776.076 8.38155 775.765 7.86589 775.46C7.51853 775.255 7.41535 775.121 7.38894 775.08ZM30.1342 767.065C30.3836 767.212 30.5072 767.323 30.5668 767.389C30.5072 767.454 30.3836 767.565 30.1342 767.713C29.6186 768.017 28.8021 768.329 27.7007 768.604C25.5142 769.15 22.4375 769.5 19.0001 769.5C15.5626 769.5 12.4859 769.15 10.2994 768.604C9.19798 768.329 8.38155 768.017 7.86589 767.713C7.61646 767.565 7.49293 767.454 7.43333 767.389C7.49293 767.323 7.61646 767.212 7.86589 767.065C8.38155 766.76 9.19798 766.449 10.2994 766.174C12.4859 765.627 15.5626 765.278 19.0001 765.278C22.4375 765.278 25.5142 765.627 27.7007 766.174C28.8021 766.449 29.6186 766.76 30.1342 767.065Z" fill="#4D5D69"/>
|
|
114
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 783.222C31.6509 783.222 33.7776 785.349 33.7776 787.972C33.7776 790.596 31.6509 792.722 29.0276 792.722C28.2718 792.722 27.5578 792.546 26.9237 792.233C26.9215 792.231 26.9193 792.23 26.9171 792.229C26.5434 792.044 26.1974 791.81 25.887 791.536C25.8359 791.491 25.7857 791.445 25.7366 791.398C25.7171 791.379 25.6978 791.36 25.6786 791.341L25.467 791.117C25.0703 790.698 24.4103 790.675 23.9855 791.066C23.5607 791.457 23.5288 792.117 23.9137 792.547C23.9953 792.638 24.0793 792.727 24.1656 792.813L24.1757 792.824L24.176 792.824C24.6992 793.347 25.307 793.787 25.9776 794.12C25.9796 794.121 25.9817 794.122 25.9838 794.123C26.9011 794.578 27.9348 794.834 29.0276 794.834C32.8168 794.834 35.8887 791.762 35.8887 787.972C35.8887 784.183 32.8168 781.111 29.0276 781.111C25.8976 781.111 24.0187 783.228 22.4722 784.969L22.4327 785.014C22.0456 785.45 22.0852 786.117 22.5211 786.504C22.957 786.891 23.6242 786.852 24.0113 786.416C25.6598 784.559 26.9489 783.222 29.0276 783.222Z" fill="#4D5D69"/>
|
|
115
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 782.078C22.6401 782.078 22.1675 782.551 22.1675 783.134V785.714C22.1675 786.297 22.6401 786.769 23.2231 786.769H25.8033C26.3863 786.769 26.8589 786.297 26.8589 785.714C26.8589 785.131 26.3863 784.658 25.8033 784.658H24.2786V783.134C24.2786 782.551 23.8061 782.078 23.2231 782.078Z" fill="#4D5D69"/>
|
|
116
|
-
<path d="M29.0256 795.678H23.0464L27.7833 775.832C27.9243 775.216 28.3385 774.778 29.0262 774.778C29.7138 774.778 30.1448 775.263 30.2687 775.832L35.0094 795.678H29.0256Z" fill="#FBCE28"/>
|
|
117
|
-
<path d="M33.8758 790.927H24.1812L24.8049 788.313H33.2515L33.8758 790.927Z" fill="#4D5D69"/>
|
|
118
|
-
<path d="M32.2872 784.277H25.7684L26.3589 781.803H31.6963L32.2872 784.277Z" fill="#4D5D69"/>
|
|
119
|
-
<rect x="20.0557" y="795.678" width="17.9444" height="2.32222" rx="1.16111" fill="#4D5D69"/>
|
|
120
|
-
</g>
|
|
121
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 849.617C9.5 849.034 9.97259 848.562 10.5556 848.562H10.5577C11.1406 848.562 11.6132 849.034 11.6132 849.617C11.6132 850.2 11.1406 850.673 10.5577 850.673H10.5556C9.97259 850.673 9.5 850.2 9.5 849.617Z" fill="#4D5D69"/>
|
|
122
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 857.365C9.5 856.782 9.97259 856.309 10.5556 856.309H10.5577C11.1406 856.309 11.6132 856.782 11.6132 857.365C11.6132 857.948 11.1406 858.42 10.5577 858.42H10.5556C9.97259 858.42 9.5 857.948 9.5 857.365Z" fill="#4D5D69"/>
|
|
123
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 865.133C9.5 864.55 9.97259 864.077 10.5556 864.077H10.5577C11.1406 864.077 11.6132 864.55 11.6132 865.133C11.6132 865.716 11.1406 866.188 10.5577 866.188H10.5556C9.97259 866.188 9.5 865.716 9.5 865.133Z" fill="#4D5D69"/>
|
|
124
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 850.25C13.7222 849.667 14.1948 849.194 14.7777 849.194H14.7798C15.3628 849.194 15.8354 849.667 15.8354 850.25C15.8354 850.833 15.3628 851.305 14.7798 851.305H14.7777C14.1948 851.305 13.7222 850.833 13.7222 850.25Z" fill="#4D5D69"/>
|
|
125
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 857.997C13.7222 857.414 14.1948 856.942 14.7777 856.942H14.7798C15.3628 856.942 15.8354 857.414 15.8354 857.997C15.8354 858.58 15.3628 859.053 14.7798 859.053H14.7777C14.1948 859.053 13.7222 858.58 13.7222 857.997Z" fill="#4D5D69"/>
|
|
126
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 865.745C13.7222 865.162 14.1948 864.689 14.7777 864.689H14.7798C15.3628 864.689 15.8354 865.162 15.8354 865.745C15.8354 866.328 15.3628 866.801 14.7798 866.801H14.7777C14.1948 866.801 13.7222 866.328 13.7222 865.745Z" fill="#4D5D69"/>
|
|
127
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 859.222C31.6509 859.222 33.7776 861.349 33.7776 863.972C33.7776 866.596 31.6509 868.722 29.0276 868.722C28.2718 868.722 27.5578 868.546 26.9237 868.233C26.9215 868.231 26.9193 868.23 26.9171 868.229C26.5434 868.044 26.1974 867.81 25.887 867.536C25.8359 867.491 25.7857 867.445 25.7366 867.398C25.7171 867.379 25.6978 867.36 25.6786 867.341L25.467 867.117C25.0703 866.698 24.4103 866.675 23.9855 867.066C23.5607 867.457 23.5288 868.117 23.9137 868.547C23.9953 868.638 24.0793 868.727 24.1656 868.813L24.1757 868.824L24.176 868.824C24.6992 869.347 25.307 869.787 25.9776 870.12C25.9796 870.121 25.9817 870.122 25.9838 870.123C26.9011 870.578 27.9348 870.834 29.0276 870.834C32.8168 870.834 35.8887 867.762 35.8887 863.972C35.8887 860.183 32.8168 857.111 29.0276 857.111C25.8976 857.111 24.0187 859.228 22.4722 860.969L22.4327 861.014C22.0456 861.45 22.0852 862.117 22.5211 862.504C22.957 862.891 23.6242 862.852 24.0113 862.416C25.6598 860.559 26.9489 859.222 29.0276 859.222Z" fill="#4D5D69"/>
|
|
128
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 858.078C22.6401 858.078 22.1675 858.551 22.1675 859.134V861.714C22.1675 862.297 22.6401 862.769 23.2231 862.769H25.8033C26.3863 862.769 26.8589 862.297 26.8589 861.714C26.8589 861.131 26.3863 860.658 25.8033 860.658H24.2786V859.134C24.2786 858.551 23.8061 858.078 23.2231 858.078Z" fill="#4D5D69"/>
|
|
129
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.483 845.246C22.49 844.639 22.9882 844.152 23.5957 844.159L26.0211 844.187L26.0211 840.936L23.5703 840.908C22.9628 840.901 22.476 840.403 22.483 839.795C22.49 839.188 22.9882 838.701 23.5957 838.708L26.0211 838.736L26.0211 838.594C26.0211 837.743 26.7106 837.054 27.5612 837.054L30.0547 837.054C32.485 837.054 34.4551 839.024 34.4551 841.454L34.4551 841.458L36.8995 841.458C37.5071 841.458 37.9996 841.95 37.9996 842.558C37.9996 843.165 37.5071 843.658 36.8995 843.658L34.4551 843.658C34.4531 846.087 32.4838 848.055 30.0547 848.055L27.5612 848.055C26.7106 848.055 26.0211 847.365 26.0211 846.515L26.0211 846.387L23.5703 846.359C22.9628 846.352 22.476 845.854 22.483 845.246ZM28.2213 845.855L30.0547 845.855C31.2698 845.855 32.2549 844.869 32.2549 843.654L32.2549 841.454C32.2549 840.239 31.2698 839.254 30.0547 839.254L28.2213 839.254L28.2213 845.855Z" fill="#239332"/>
|
|
130
|
-
<path d="M20.7436 841.308C20.175 841.288 19.5929 841.278 19.0001 841.278C15.5626 841.278 12.4859 841.627 10.2994 842.174C9.19798 842.449 8.38155 842.76 7.86589 843.065C7.61646 843.212 7.49293 843.323 7.43333 843.389C7.49293 843.454 7.61646 843.565 7.86589 843.713C8.38155 844.017 9.19798 844.329 10.2994 844.604C12.4859 845.15 15.5626 845.5 19.0001 845.5C19.467 845.5 19.9273 845.493 20.3796 845.481C20.435 846.292 20.7927 847.023 21.3419 847.558C20.5806 847.593 19.7979 847.611 19.0001 847.611C15.4419 847.611 12.1852 847.251 9.78736 846.652C8.88239 846.426 8.06536 846.157 7.38894 845.842V851.08C7.41535 851.121 7.51853 851.255 7.86589 851.46C8.38155 851.765 9.19798 852.076 10.2994 852.351C12.4859 852.898 15.5626 853.247 19.0001 853.247C22.4375 853.247 25.5142 852.898 27.7007 852.351C28.8021 852.076 29.6186 851.765 30.1342 851.46C30.4816 851.255 30.5848 851.121 30.6112 851.08V850.142C31.3579 850.079 32.0687 849.89 32.7223 849.596V855.793C32.0578 855.492 31.3501 855.27 30.6112 855.139V853.59C29.9347 853.905 29.1177 854.173 28.2127 854.4C25.8149 854.999 22.5582 855.359 19.0001 855.359C15.4419 855.359 12.1852 854.999 9.78736 854.4C8.88239 854.173 8.06536 853.905 7.38894 853.59V858.828C7.41535 858.868 7.51853 859.003 7.86589 859.208C8.38155 859.513 9.19798 859.824 10.2994 860.099C12.4859 860.646 15.5626 860.995 19.0001 860.995C19.3563 860.995 19.7088 860.991 20.0567 860.984L20.0571 861.716C20.0574 862.208 20.1698 862.673 20.3701 863.088C19.9193 863.1 19.4622 863.106 19.0001 863.106C15.4419 863.106 12.1852 862.747 9.78736 862.147C8.88239 861.921 8.06536 861.652 7.38894 861.337V866.555C7.41535 866.595 7.51853 866.73 7.86589 866.935C8.38155 867.24 9.19798 867.551 10.2994 867.826C12.4859 868.373 15.5626 868.722 19.0001 868.722C19.9085 868.722 20.7917 868.698 21.64 868.652C21.7636 869.12 21.997 869.567 22.3423 869.953C22.5682 870.205 22.8083 870.445 23.0614 870.671C21.7784 870.776 20.413 870.833 19.0001 870.833C15.4419 870.833 12.1852 870.474 9.78736 869.874C8.59654 869.576 7.55798 869.205 6.7917 868.752C6.09608 868.341 5.27783 867.652 5.27783 866.611V843.389C5.27783 842.348 6.09608 841.659 6.7917 841.247C7.55798 840.795 8.59654 840.423 9.78736 840.126C12.1852 839.526 15.4419 839.167 19.0001 839.167C19.4834 839.167 19.9613 839.173 20.4321 839.186C20.3951 839.375 20.3746 839.57 20.3723 839.77C20.3659 840.325 20.5008 840.849 20.7436 841.308Z" fill="#4D5D69"/>
|
|
131
|
-
<g clip-path="url(#clip1_2115_2469)">
|
|
132
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 897.222C31.6509 897.222 33.7776 899.349 33.7776 901.972C33.7776 904.596 31.6509 906.722 29.0276 906.722C28.2718 906.722 27.5578 906.546 26.9237 906.233C26.9215 906.231 26.9193 906.23 26.9171 906.229C26.5434 906.044 26.1974 905.81 25.887 905.536C25.8359 905.491 25.7857 905.445 25.7366 905.398C25.7171 905.379 25.6978 905.36 25.6786 905.341L25.467 905.117C25.0703 904.698 24.4103 904.675 23.9855 905.066C23.5607 905.457 23.5288 906.117 23.9137 906.547C23.9953 906.638 24.0793 906.727 24.1656 906.813L24.1757 906.824L24.176 906.824C24.6992 907.347 25.307 907.787 25.9776 908.12C25.9796 908.121 25.9817 908.122 25.9838 908.123C26.9011 908.578 27.9348 908.834 29.0276 908.834C32.8168 908.834 35.8887 905.762 35.8887 901.972C35.8887 898.183 32.8168 895.111 29.0276 895.111C25.8976 895.111 24.0187 897.228 22.4722 898.969L22.4327 899.014C22.0456 899.45 22.0852 900.117 22.5211 900.504C22.957 900.891 23.6242 900.852 24.0113 900.416C25.6598 898.559 26.9489 897.222 29.0276 897.222Z" fill="#4D5D69"/>
|
|
133
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 896.078C22.6401 896.078 22.1675 896.551 22.1675 897.134V899.714C22.1675 900.297 22.6401 900.769 23.2231 900.769H25.8033C26.3863 900.769 26.8589 900.297 26.8589 899.714C26.8589 899.131 26.3863 898.658 25.8033 898.658H24.2786V897.134C24.2786 896.551 23.8061 896.078 23.2231 896.078Z" fill="#4D5D69"/>
|
|
134
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 887.617C9.5 887.034 9.97259 886.562 10.5556 886.562H10.5577C11.1406 886.562 11.6132 887.034 11.6132 887.617C11.6132 888.2 11.1406 888.673 10.5577 888.673H10.5556C9.97259 888.673 9.5 888.2 9.5 887.617Z" fill="#4D5D69"/>
|
|
135
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 895.365C9.5 894.782 9.97259 894.309 10.5556 894.309H10.5577C11.1406 894.309 11.6132 894.782 11.6132 895.365C11.6132 895.948 11.1406 896.42 10.5577 896.42H10.5556C9.97259 896.42 9.5 895.948 9.5 895.365Z" fill="#4D5D69"/>
|
|
136
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 903.133C9.5 902.55 9.97259 902.077 10.5556 902.077H10.5577C11.1406 902.077 11.6132 902.55 11.6132 903.133C11.6132 903.716 11.1406 904.188 10.5577 904.188H10.5556C9.97259 904.188 9.5 903.716 9.5 903.133Z" fill="#4D5D69"/>
|
|
137
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 888.25C13.7222 887.667 14.1948 887.194 14.7777 887.194H14.7798C15.3628 887.194 15.8354 887.667 15.8354 888.25C15.8354 888.833 15.3628 889.305 14.7798 889.305H14.7777C14.1948 889.305 13.7222 888.833 13.7222 888.25Z" fill="#4D5D69"/>
|
|
138
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 895.997C13.7222 895.414 14.1948 894.942 14.7777 894.942H14.7798C15.3628 894.942 15.8354 895.414 15.8354 895.997C15.8354 896.58 15.3628 897.053 14.7798 897.053H14.7777C14.1948 897.053 13.7222 896.58 13.7222 895.997Z" fill="#4D5D69"/>
|
|
139
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 903.745C13.7222 903.162 14.1948 902.689 14.7777 902.689H14.7798C15.3628 902.689 15.8354 903.162 15.8354 903.745C15.8354 904.328 15.3628 904.801 14.7798 904.801H14.7777C14.1948 904.801 13.7222 904.328 13.7222 903.745Z" fill="#4D5D69"/>
|
|
140
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.8094 874C30.4169 874.007 30.9037 874.505 30.8967 875.113L30.8686 877.538L34.1196 877.538L34.1479 875.087C34.1549 874.48 34.6531 873.993 35.2606 874C35.8682 874.007 36.3549 874.505 36.3479 875.113L36.3199 877.538H36.4617C37.3123 877.538 38.0018 878.228 38.0018 879.078V881.572C38.0018 884.002 36.0317 885.972 33.6015 885.972H33.5979V888.417C33.5979 889.024 33.1054 889.517 32.4978 889.517C31.8903 889.517 31.3977 889.024 31.3977 888.417V885.972C28.9691 885.97 27.001 884.001 27.001 881.572L27.001 879.078C27.001 878.228 27.6905 877.538 28.5411 877.538H28.6683L28.6966 875.087C28.7037 874.48 29.2019 873.993 29.8094 874ZM29.2011 879.738V881.572C29.2011 882.787 30.1862 883.772 31.4013 883.772H33.6015C34.8166 883.772 35.8016 882.787 35.8016 881.572V879.738H29.2011Z" fill="#EA3223"/>
|
|
141
|
-
<path d="M25.2181 877.564C23.3572 877.309 21.2383 877.167 19.0001 877.167C15.4419 877.167 12.1852 877.526 9.78736 878.126C8.59654 878.423 7.55798 878.795 6.7917 879.247C6.09608 879.659 5.27783 880.348 5.27783 881.389V904.611C5.27783 905.652 6.09608 906.341 6.7917 906.752C7.55798 907.205 8.59654 907.576 9.78736 907.874C12.1852 908.474 15.4419 908.833 19.0001 908.833C20.413 908.833 21.7784 908.776 23.0614 908.671C22.8083 908.445 22.5682 908.205 22.3423 907.953C21.997 907.567 21.7636 907.12 21.64 906.652C20.7917 906.698 19.9085 906.722 19.0001 906.722C15.5626 906.722 12.4859 906.373 10.2994 905.826C9.19798 905.551 8.38155 905.24 7.86589 904.935C7.51853 904.73 7.41535 904.595 7.38894 904.555V899.337C8.06536 899.652 8.88239 899.921 9.78736 900.147C12.1852 900.747 15.4419 901.106 19.0001 901.106C19.4622 901.106 19.9193 901.1 20.3701 901.088C20.1698 900.673 20.0574 900.208 20.0571 899.716L20.0567 898.984C19.7088 898.991 19.3563 898.995 19.0001 898.995C15.5626 898.995 12.4859 898.646 10.2994 898.099C9.19798 897.824 8.38155 897.513 7.86589 897.208C7.51853 897.003 7.41535 896.868 7.38894 896.828V891.59C8.06536 891.905 8.88239 892.173 9.78736 892.4C12.1852 892.999 15.4419 893.359 19.0001 893.359C22.5582 893.359 25.8149 892.999 28.2127 892.4C29.1177 892.173 29.9347 891.905 30.6112 891.59V893.139C31.3501 893.27 32.0578 893.492 32.7223 893.793V891.62C32.6482 891.625 32.5734 891.628 32.4981 891.628C31.1974 891.628 30.0774 890.854 29.5726 889.742C29.0886 889.953 28.4629 890.161 27.7007 890.351C25.5142 890.898 22.4375 891.247 19.0001 891.247C15.5626 891.247 12.4859 890.898 10.2994 890.351C9.19798 890.076 8.38155 889.765 7.86589 889.46C7.51853 889.255 7.41535 889.121 7.38894 889.08V883.842C8.06536 884.157 8.88239 884.426 9.78736 884.652C12.1852 885.251 15.4419 885.611 19.0001 885.611C21.5305 885.611 23.9084 885.429 25.9335 885.108C25.5404 884.502 25.2455 883.826 25.0712 883.103C23.2936 883.354 21.2222 883.5 19.0001 883.5C15.5626 883.5 12.4859 883.15 10.2994 882.604C9.19798 882.329 8.38155 882.017 7.86589 881.713C7.61646 881.565 7.49293 881.454 7.43333 881.389C7.49293 881.323 7.61646 881.212 7.86589 881.065C8.38155 880.76 9.19798 880.449 10.2994 880.174C12.4859 879.627 15.5626 879.278 19.0001 879.278C21.1472 879.278 23.1535 879.414 24.8901 879.649V879.078C24.8901 878.538 25.0075 878.025 25.2181 877.564Z" fill="#4D5D69"/>
|
|
142
|
-
</g>
|
|
143
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.80756 924.244C4.80756 923.661 5.28015 923.188 5.86312 923.188H32.1347C32.7177 923.188 33.1903 923.661 33.1903 924.244V942.494C33.1903 944.89 31.2474 946.833 28.8508 946.833H9.14707C6.75043 946.833 4.80756 944.89 4.80756 942.494V924.244ZM6.91867 925.299V942.494C6.91867 943.724 7.91636 944.722 9.14707 944.722H28.8508C30.0815 944.722 31.0792 943.724 31.0792 942.494V925.299H6.91867Z" fill="#4D5D69"/>
|
|
144
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 919.595C3.1665 917.176 5.08301 915.167 7.50601 915.167H30.4937C32.9167 915.167 34.8332 917.176 34.8332 919.595V924.244C34.8332 924.827 34.3606 925.3 33.7776 925.3H4.22206C3.63909 925.3 3.1665 924.827 3.1665 924.244V919.595ZM7.50601 917.278C6.30166 917.278 5.27762 918.288 5.27762 919.595V923.189H32.7221V919.595C32.7221 918.288 31.698 917.278 30.4937 917.278H7.50601Z" fill="#4D5D69"/>
|
|
145
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9998 930.261C21.6232 930.261 23.7498 932.387 23.7498 935.011C23.7498 937.634 21.6232 939.761 18.9998 939.761C18.2441 939.761 17.5301 939.585 16.896 939.271C16.8938 939.27 16.8916 939.269 16.8893 939.268C16.5157 939.082 16.1696 938.848 15.8593 938.574C15.8074 938.529 15.7566 938.482 15.7067 938.434C15.6847 938.413 15.6628 938.391 15.6411 938.37C15.5759 938.304 15.5042 938.249 15.4282 938.205C15.0238 937.968 14.4953 938.022 14.1483 938.369C13.8303 938.687 13.7576 939.158 13.9302 939.546C13.9814 939.66 14.0541 939.768 14.1483 939.862C14.6715 940.386 15.2795 940.825 15.9498 941.158C15.9519 941.159 15.954 941.16 15.9561 941.161M15.9561 941.161C16.8733 941.616 17.907 941.872 18.9998 941.872C22.7891 941.872 25.8609 938.8 25.8609 935.011C25.8609 931.221 22.7891 928.15 18.9998 928.15C15.8699 928.15 13.991 930.266 12.4445 932.008L12.405 932.052C12.0179 932.488 12.0575 933.155 12.4934 933.542C12.9293 933.929 13.5965 933.89 13.9836 933.454C15.6321 931.597 16.9212 930.261 18.9998 930.261" fill="#4D5D69"/>
|
|
146
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1973 929.118C12.6143 929.118 12.1417 929.59 12.1417 930.173V932.754C12.1417 933.337 12.6143 933.809 13.1973 933.809H15.7775C16.3605 933.809 16.8331 933.337 16.8331 932.754C16.8331 932.171 16.3605 931.698 15.7775 931.698H14.2528V930.173C14.2528 929.59 13.7802 929.118 13.1973 929.118Z" fill="#4D5D69"/>
|
|
147
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1665 920.233C22.1665 920.816 21.6939 921.289 21.1109 921.289H16.8887C16.3058 921.289 15.8332 920.816 15.8332 920.233C15.8332 919.65 16.3058 919.177 16.8887 919.177L21.1109 919.177C21.6939 919.177 22.1665 919.65 22.1665 920.233Z" fill="#4D5D69"/>
|
|
148
|
-
<path d="M18.7665 953.167H7.50601C5.08301 953.167 3.1665 955.176 3.1665 957.595V962.244C3.1665 962.827 3.63909 963.3 4.22206 963.3H4.80756V980.494C4.80756 982.89 6.75043 984.833 9.14707 984.833H28.8508C31.2474 984.833 33.1903 982.89 33.1903 980.494V970.125C32.5177 970.422 31.8116 970.657 31.0792 970.823V980.494C31.0792 981.724 30.0815 982.722 28.8508 982.722H9.14707C7.91636 982.722 6.91867 981.724 6.91867 980.494V963.3H17.5248C17.2902 962.622 17.1167 961.916 17.0106 961.188H5.86312L5.83333 961.189H5.27762V957.595C5.27762 956.288 6.30166 955.278 7.50601 955.278H17.6803C17.9709 954.534 18.336 953.827 18.7665 953.167Z" fill="#4D5D69"/>
|
|
149
|
-
<path d="M17.121 957.177H16.8887C16.3058 957.177 15.8332 957.65 15.8332 958.233C15.8332 958.816 16.3058 959.289 16.8887 959.289C16.9016 958.567 16.9822 957.861 17.121 957.177Z" fill="#4D5D69"/>
|
|
150
|
-
<path d="M18.9803 966.15C20.5202 968.35 22.8036 969.992 25.4659 970.711C25.7217 971.43 25.8609 972.204 25.8609 973.011C25.8609 976.8 22.7891 979.872 18.9998 979.872C17.907 979.872 16.8733 979.616 15.9561 979.161L15.9498 979.158C15.2795 978.825 14.6715 978.386 14.1483 977.862C14.0541 977.768 13.9814 977.66 13.9302 977.546C13.7576 977.158 13.8303 976.687 14.1483 976.369C14.4953 976.022 15.0238 975.968 15.4282 976.205C15.5042 976.249 15.5759 976.304 15.6411 976.37C15.6628 976.391 15.6847 976.413 15.7067 976.434C15.7566 976.482 15.8074 976.529 15.8593 976.574C16.0702 976.76 16.2975 976.928 16.5388 977.074C16.6526 977.144 16.7696 977.208 16.8893 977.268L16.896 977.271C17.5301 977.585 18.2441 977.761 18.9998 977.761C21.6232 977.761 23.7498 975.634 23.7498 973.011C23.7498 970.387 21.6232 968.261 18.9998 968.261C17.665 968.261 16.6558 968.812 15.6679 969.698H15.7775C16.3605 969.698 16.8331 970.171 16.8331 970.754C16.8331 971.337 16.3605 971.809 15.7775 971.809H13.1973C13.1271 971.809 13.0586 971.802 12.9923 971.789C12.8128 971.754 12.64 971.673 12.4934 971.542C12.2371 971.315 12.1178 970.99 12.1417 970.673V968.173C12.1417 967.59 12.6143 967.118 13.1973 967.118C13.7651 967.118 14.2283 967.566 14.2519 968.128C15.4735 967.037 16.9679 966.155 18.9803 966.15Z" fill="#4D5D69"/>
|
|
151
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5 969C33.7467 969 38 964.747 38 959.5C38 954.253 33.7467 950 28.5 950C23.2533 950 19 954.253 19 959.5C19 964.747 23.2533 969 28.5 969ZM32.9926 957.823C33.4421 957.382 33.4491 956.66 33.0082 956.211C32.5674 955.761 31.8456 955.754 31.3961 956.195L27.1145 960.394L25.6037 958.913C25.1542 958.472 24.4324 958.479 23.9916 958.928C23.5507 959.378 23.5577 960.1 24.0072 960.54L26.3163 962.805C26.7596 963.24 27.4694 963.24 27.9127 962.805L32.9926 957.823Z" fill="#239332"/>
|
|
152
|
-
<path d="M26.9452 988.875L19.2437 1001.73C19.0849 1002.01 19.0009 1002.32 19 1002.64C18.9991 1002.95 19.0814 1003.27 19.2386 1003.54C19.3959 1003.82 19.6226 1004.05 19.8963 1004.21C20.17 1004.37 20.481 1004.46 20.7985 1004.46H36.2015C36.519 1004.46 36.83 1004.37 37.1037 1004.21C37.3774 1004.05 37.6041 1003.82 37.7614 1003.54C37.9186 1003.27 38.0009 1002.95 38 1002.64C37.9991 1002.32 37.9151 1002.01 37.7563 1001.73L30.0548 988.875C29.8927 988.608 29.6645 988.387 29.3922 988.234C29.1198 988.081 28.8125 988 28.5 988C28.1875 988 27.8802 988.081 27.6078 988.234C27.3355 988.387 27.1073 988.608 26.9452 988.875Z" fill="#FBCE28"/>
|
|
153
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 997.88C29.1295 997.88 29.6399 997.369 29.6399 996.74V992.94C29.6399 992.31 29.1295 991.8 28.4999 991.8C27.8703 991.8 27.3599 992.31 27.3599 992.94V996.74C27.3599 997.369 27.8703 997.88 28.4999 997.88Z" fill="#FBCE28"/>
|
|
154
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 997.88C29.1295 997.88 29.6399 997.369 29.6399 996.74V992.94C29.6399 992.31 29.1295 991.8 28.4999 991.8C27.8703 991.8 27.3599 992.31 27.3599 992.94V996.74C27.3599 997.369 27.8703 997.88 28.4999 997.88Z" fill="#213444" fill-opacity="0.72"/>
|
|
155
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 1001.11C27.1699 1000.37 27.7654 999.779 28.4999 999.779H28.5094C29.244 999.779 29.8394 1000.37 29.8394 1001.11C29.8394 1001.84 29.244 1002.44 28.5094 1002.44H28.4999C27.7654 1002.44 27.1699 1001.84 27.1699 1001.11Z" fill="#FBCE28"/>
|
|
156
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 1001.11C27.1699 1000.37 27.7654 999.779 28.4999 999.779H28.5094C29.244 999.779 29.8394 1000.37 29.8394 1001.11C29.8394 1001.84 29.244 1002.44 28.5094 1002.44H28.4999C27.7654 1002.44 27.1699 1001.84 27.1699 1001.11Z" fill="#213444" fill-opacity="0.72"/>
|
|
157
|
-
<path d="M23.1116 991.167H7.50601C5.08301 991.167 3.1665 993.176 3.1665 995.595V1000.24C3.1665 1000.83 3.63909 1001.3 4.22206 1001.3H4.80756V1018.49C4.80756 1020.89 6.75043 1022.83 9.14707 1022.83H28.8508C31.2474 1022.83 33.1903 1020.89 33.1903 1018.49V1006.57L31.0792 1006.57V1018.49C31.0792 1019.72 30.0815 1020.72 28.8508 1020.72H9.14707C7.91636 1020.72 6.91867 1019.72 6.91867 1018.49V1001.3H17.1249C17.203 1001.08 17.3001 1000.88 17.4153 1000.68L17.4325 1000.65L18.3065 999.188H5.86312L5.83333 999.189H5.27762V995.595C5.27762 994.288 6.30166 993.278 7.50601 993.278H21.8471L23.1116 991.167Z" fill="#4D5D69"/>
|
|
158
|
-
<path d="M17.2922 1004.38C16.0902 1004.71 15.1046 1005.37 14.2519 1006.13C14.2283 1005.57 13.7651 1005.12 13.1973 1005.12C12.6143 1005.12 12.1417 1005.59 12.1417 1006.17V1008.67C12.1178 1008.99 12.2371 1009.31 12.4934 1009.54C12.64 1009.67 12.8128 1009.75 12.9923 1009.79C13.0586 1009.8 13.1271 1009.81 13.1973 1009.81H15.7775C16.3605 1009.81 16.8331 1009.34 16.8331 1008.75C16.8331 1008.17 16.3605 1007.7 15.7775 1007.7H15.6679C16.6558 1006.81 17.665 1006.26 18.9998 1006.26C19.1045 1006.26 19.2084 1006.26 19.3114 1006.27C19.1446 1006.2 18.9822 1006.12 18.8255 1006.03C18.2341 1005.68 17.7442 1005.18 17.4044 1004.59C17.3648 1004.52 17.3274 1004.45 17.2922 1004.38Z" fill="#4D5D69"/>
|
|
159
|
-
<path d="M20.6871 1006.57C22.4775 1007.25 23.7498 1008.98 23.7498 1011.01C23.7498 1013.63 21.6232 1015.76 18.9998 1015.76C18.2441 1015.76 17.5301 1015.58 16.896 1015.27L16.8893 1015.27C16.7696 1015.21 16.6526 1015.14 16.5388 1015.07C16.2975 1014.93 16.0702 1014.76 15.8593 1014.57C15.8074 1014.53 15.7566 1014.48 15.7067 1014.43C15.6847 1014.41 15.6628 1014.39 15.6411 1014.37C15.5759 1014.3 15.5042 1014.25 15.4282 1014.2C15.0238 1013.97 14.4953 1014.02 14.1483 1014.37C13.8303 1014.69 13.7576 1015.16 13.9302 1015.55C13.9814 1015.66 14.0541 1015.77 14.1483 1015.86C14.6715 1016.39 15.2795 1016.82 15.9498 1017.16L15.9561 1017.16C16.8733 1017.62 17.907 1017.87 18.9998 1017.87C22.7891 1017.87 25.8609 1014.8 25.8609 1011.01C25.8609 1009.32 25.2477 1007.77 24.2311 1006.57L20.7752 1006.57C20.7458 1006.57 20.7165 1006.57 20.6871 1006.57Z" fill="#4D5D69"/>
|
|
160
|
-
<path d="M20.7091 995.177L16.8887 995.177C16.3058 995.177 15.8332 995.65 15.8332 996.233C15.8332 996.816 16.3058 997.289 16.8887 997.289H19.4445L20.7091 995.177Z" fill="#4D5D69"/>
|
|
161
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 1035.5C38 1040.75 33.7467 1045 28.5 1045C23.2533 1045 19 1040.75 19 1035.5C19 1030.25 23.2533 1026 28.5 1026C33.7467 1026 38 1030.25 38 1035.5ZM28.5 1036.07C29.1296 1036.07 29.64 1035.56 29.64 1034.93V1031.13C29.64 1030.5 29.1296 1029.99 28.5 1029.99C27.8704 1029.99 27.36 1030.5 27.36 1031.13V1034.93C27.36 1035.56 27.8704 1036.07 28.5 1036.07ZM28.5 1037.97C27.7655 1037.97 27.17 1038.57 27.17 1039.3C27.17 1040.03 27.7655 1040.63 28.5 1040.63H28.5095C29.244 1040.63 29.8395 1040.03 29.8395 1039.3C29.8395 1038.57 29.244 1037.97 28.5095 1037.97H28.5Z" fill="#EA3223"/>
|
|
162
|
-
<path d="M18.7665 1029.17H7.50601C5.08301 1029.17 3.1665 1031.18 3.1665 1033.59V1038.24C3.1665 1038.83 3.63909 1039.3 4.22206 1039.3H4.80756V1056.49C4.80756 1058.89 6.75043 1060.83 9.14707 1060.83H28.8508C31.2474 1060.83 33.1903 1058.89 33.1903 1056.49V1046.12C32.5177 1046.42 31.8116 1046.66 31.0792 1046.82V1056.49C31.0792 1057.72 30.0815 1058.72 28.8508 1058.72H9.14707C7.91636 1058.72 6.91867 1057.72 6.91867 1056.49V1039.3H17.5248C17.2902 1038.62 17.1167 1037.92 17.0106 1037.19H5.86312L5.83333 1037.19H5.27762V1033.59C5.27762 1032.29 6.30166 1031.28 7.50601 1031.28H17.6803C17.9709 1030.53 18.336 1029.83 18.7665 1029.17Z" fill="#4D5D69"/>
|
|
163
|
-
<path d="M17.121 1033.18H16.8887C16.3058 1033.18 15.8332 1033.65 15.8332 1034.23C15.8332 1034.82 16.3058 1035.29 16.8887 1035.29C16.9016 1034.57 16.9822 1033.86 17.121 1033.18Z" fill="#4D5D69"/>
|
|
164
|
-
<path d="M18.9803 1042.15C20.5202 1044.35 22.8036 1045.99 25.4659 1046.71C25.7217 1047.43 25.8609 1048.2 25.8609 1049.01C25.8609 1052.8 22.7891 1055.87 18.9998 1055.87C17.907 1055.87 16.8733 1055.62 15.9561 1055.16L15.9498 1055.16C15.2795 1054.82 14.6715 1054.39 14.1483 1053.86C14.0541 1053.77 13.9814 1053.66 13.9302 1053.55C13.7576 1053.16 13.8303 1052.69 14.1483 1052.37C14.4953 1052.02 15.0238 1051.97 15.4282 1052.2C15.5042 1052.25 15.5759 1052.3 15.6411 1052.37C15.6628 1052.39 15.6847 1052.41 15.7067 1052.43C15.7566 1052.48 15.8074 1052.53 15.8593 1052.57C16.0702 1052.76 16.2975 1052.93 16.5388 1053.07C16.6526 1053.14 16.7696 1053.21 16.8893 1053.27L16.896 1053.27C17.5301 1053.58 18.2441 1053.76 18.9998 1053.76C21.6232 1053.76 23.7498 1051.63 23.7498 1049.01C23.7498 1046.39 21.6232 1044.26 18.9998 1044.26C17.665 1044.26 16.6558 1044.81 15.6679 1045.7H15.7775C16.3605 1045.7 16.8331 1046.17 16.8331 1046.75C16.8331 1047.34 16.3605 1047.81 15.7775 1047.81H13.1973C13.1271 1047.81 13.0586 1047.8 12.9923 1047.79C12.8128 1047.75 12.64 1047.67 12.4934 1047.54C12.2371 1047.31 12.1178 1046.99 12.1417 1046.67V1044.17C12.1417 1043.59 12.6143 1043.12 13.1973 1043.12C13.7651 1043.12 14.2283 1043.57 14.2519 1044.13C15.4735 1043.04 16.9679 1042.16 18.9803 1042.15Z" fill="#4D5D69"/>
|
|
165
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 811.617C9.5 811.034 9.97259 810.562 10.5556 810.562H10.5577C11.1406 810.562 11.6132 811.034 11.6132 811.617C11.6132 812.2 11.1406 812.673 10.5577 812.673H10.5556C9.97259 812.673 9.5 812.2 9.5 811.617Z" fill="#4D5D69"/>
|
|
166
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 819.365C9.5 818.782 9.97259 818.309 10.5556 818.309H10.5577C11.1406 818.309 11.6132 818.782 11.6132 819.365C11.6132 819.948 11.1406 820.42 10.5577 820.42H10.5556C9.97259 820.42 9.5 819.948 9.5 819.365Z" fill="#4D5D69"/>
|
|
167
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 827.133C9.5 826.55 9.97259 826.077 10.5556 826.077H10.5577C11.1406 826.077 11.6132 826.55 11.6132 827.133C11.6132 827.716 11.1406 828.188 10.5577 828.188H10.5556C9.97259 828.188 9.5 827.716 9.5 827.133Z" fill="#4D5D69"/>
|
|
168
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 812.25C13.7222 811.667 14.1948 811.194 14.7777 811.194H14.7798C15.3628 811.194 15.8354 811.667 15.8354 812.25C15.8354 812.833 15.3628 813.305 14.7798 813.305H14.7777C14.1948 813.305 13.7222 812.833 13.7222 812.25Z" fill="#4D5D69"/>
|
|
169
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 819.997C13.7222 819.414 14.1948 818.942 14.7777 818.942H14.7798C15.3628 818.942 15.8354 819.414 15.8354 819.997C15.8354 820.58 15.3628 821.053 14.7798 821.053H14.7777C14.1948 821.053 13.7222 820.58 13.7222 819.997Z" fill="#4D5D69"/>
|
|
170
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 827.745C13.7222 827.162 14.1948 826.689 14.7777 826.689H14.7798C15.3628 826.689 15.8354 827.162 15.8354 827.745C15.8354 828.328 15.3628 828.801 14.7798 828.801H14.7777C14.1948 828.801 13.7222 828.328 13.7222 827.745Z" fill="#4D5D69"/>
|
|
171
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 821.222C31.6509 821.222 33.7776 823.349 33.7776 825.972C33.7776 828.596 31.6509 830.722 29.0276 830.722C28.2718 830.722 27.5578 830.546 26.9237 830.233C26.9215 830.231 26.9193 830.23 26.9171 830.229C26.5434 830.044 26.1974 829.81 25.887 829.536C25.8359 829.491 25.7857 829.445 25.7366 829.398C25.7171 829.379 25.6978 829.36 25.6786 829.341L25.467 829.117C25.0703 828.698 24.4103 828.675 23.9855 829.066C23.5607 829.457 23.5288 830.117 23.9137 830.547C23.9953 830.638 24.0793 830.727 24.1656 830.813L24.1757 830.824L24.176 830.824C24.6992 831.347 25.307 831.787 25.9776 832.12C25.9796 832.121 25.9817 832.122 25.9838 832.123C26.9011 832.578 27.9348 832.834 29.0276 832.834C32.8168 832.834 35.8887 829.762 35.8887 825.972C35.8887 822.183 32.8168 819.111 29.0276 819.111C25.8976 819.111 24.0187 821.228 22.4722 822.969L22.4327 823.014C22.0456 823.45 22.0852 824.117 22.5211 824.504C22.957 824.891 23.6242 824.852 24.0113 824.416C25.6598 822.559 26.9489 821.222 29.0276 821.222Z" fill="#4D5D69"/>
|
|
172
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 820.078C22.6401 820.078 22.1675 820.551 22.1675 821.134V823.714C22.1675 824.297 22.6401 824.769 23.2231 824.769H25.8033C26.3863 824.769 26.8589 824.297 26.8589 823.714C26.8589 823.131 26.3863 822.658 25.8033 822.658H24.2786V821.134C24.2786 820.551 23.8061 820.078 23.2231 820.078Z" fill="#4D5D69"/>
|
|
173
|
-
<path d="M18.7664 801.167C15.2995 801.182 12.1326 801.539 9.78736 802.125C8.59654 802.423 7.55798 802.794 6.7917 803.247C6.09608 803.659 5.27783 804.348 5.27783 805.389V828.611C5.27783 829.652 6.09608 830.341 6.7917 830.752C7.55798 831.205 8.59654 831.576 9.78736 831.874C12.1852 832.474 15.4419 832.833 19.0001 832.833C20.413 832.833 21.7784 832.776 23.0614 832.671C22.8083 832.445 22.5682 832.205 22.3423 831.953C21.997 831.567 21.7636 831.12 21.64 830.652C20.7917 830.698 19.9085 830.722 19.0001 830.722C15.5626 830.722 12.4859 830.373 10.2994 829.826C9.19798 829.551 8.38155 829.24 7.86589 828.935C7.51853 828.73 7.41535 828.595 7.38894 828.555V823.337C8.06536 823.652 8.88239 823.921 9.78736 824.147C12.1852 824.747 15.4419 825.106 19.0001 825.106C19.4622 825.106 19.9193 825.1 20.3701 825.088C20.1698 824.673 20.0574 824.208 20.0571 823.716L20.0567 822.984C19.7088 822.991 19.3563 822.995 19.0001 822.995C15.5626 822.995 12.4859 822.646 10.2994 822.099C9.19798 821.824 8.38155 821.513 7.86589 821.208C7.51853 821.003 7.41535 820.868 7.38894 820.828V815.59C8.06536 815.905 8.88239 816.173 9.78736 816.4C12.1852 816.999 15.4419 817.359 19.0001 817.359C20.1031 817.359 21.1772 817.324 22.2057 817.258C21.331 816.693 20.5371 816.013 19.8453 815.24C19.5662 815.245 19.2844 815.247 19.0001 815.247C15.5626 815.247 12.4859 814.898 10.2994 814.351C9.19798 814.076 8.38155 813.765 7.86589 813.46C7.51853 813.255 7.41535 813.121 7.38894 813.08V807.842C8.06536 808.157 8.88239 808.426 9.78736 808.652C11.7449 809.141 14.2749 809.471 17.0739 809.575C16.9524 808.902 16.8889 808.208 16.8889 807.5C16.8889 807.485 16.889 807.47 16.889 807.455C14.3108 807.345 12.0272 807.036 10.2994 806.604C9.19798 806.328 8.38155 806.017 7.86589 805.713C7.61646 805.565 7.49293 805.454 7.43333 805.389C7.49293 805.323 7.61646 805.212 7.86589 805.065C8.38155 804.76 9.19798 804.449 10.2994 804.174C12.2005 803.698 14.7746 803.372 17.6737 803.295C17.9653 802.545 18.3326 801.832 18.7664 801.167Z" fill="#4D5D69"/>
|
|
174
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 807.5C38 812.747 33.7467 817 28.5 817C23.2533 817 19 812.747 19 807.5C19 802.253 23.2533 798 28.5 798C33.7467 798 38 802.253 38 807.5ZM24.3352 811.665C24.7804 812.11 25.5023 812.11 25.9474 811.665L28.5001 809.113L31.0528 811.665C31.498 812.11 32.2198 812.11 32.665 811.665C33.1102 811.22 33.1102 810.498 32.665 810.053L30.1123 807.5L32.665 804.948C33.1102 804.503 33.1102 803.781 32.665 803.336C32.2198 802.89 31.498 802.89 31.0528 803.336L28.5001 805.888L25.9474 803.336C25.5023 802.89 24.7804 802.89 24.3352 803.336C23.89 803.781 23.89 804.503 24.3352 804.948L26.8879 807.5L24.3352 810.053C23.89 810.498 23.89 811.22 24.3352 811.665Z" fill="#EA3223"/>
|
|
175
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 555.222C3.1665 553.473 4.58427 552.055 6.33317 552.055H13.7221C15.471 552.055 16.8887 553.473 16.8887 555.222V562.611C16.8887 564.36 15.471 565.778 13.7221 565.778H6.33317C4.58427 565.778 3.1665 564.36 3.1665 562.611V555.222ZM6.33317 554.167C5.7502 554.167 5.27762 554.639 5.27762 555.222V562.611C5.27762 563.194 5.7502 563.667 6.33317 563.667H13.7221C14.305 563.667 14.7776 563.194 14.7776 562.611V555.222C14.7776 554.639 14.305 554.167 13.7221 554.167H6.33317Z" fill="#4D5D69"/>
|
|
176
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.1108 555.222C21.1108 553.473 22.5286 552.055 24.2775 552.055H31.6664C33.4153 552.055 34.8331 553.473 34.8331 555.222V562.611C34.8331 564.36 33.4153 565.778 31.6664 565.778H24.2775C22.5286 565.778 21.1108 564.36 21.1108 562.611V555.222ZM24.2775 554.167C23.6945 554.167 23.222 554.639 23.222 555.222V562.611C23.222 563.194 23.6945 563.667 24.2775 563.667H31.6664C32.2494 563.667 32.7219 563.194 32.7219 562.611V555.222C32.7219 554.639 32.2494 554.167 31.6664 554.167H24.2775Z" fill="#4D5D69"/>
|
|
177
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.0961 543.287C32.5083 543.699 32.5083 544.368 32.0961 544.78L29.0168 547.859C28.4397 548.436 27.504 548.436 26.9269 547.859L23.8477 544.78C23.4355 544.368 23.4355 543.699 23.8477 543.287C24.26 542.875 24.9283 542.875 25.3405 543.287L27.9719 545.918L30.6033 543.287C31.0155 542.875 31.6839 542.875 32.0961 543.287Z" fill="#4D5D69"/>
|
|
178
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.1388 538.333C11.5559 538.333 11.0833 538.806 11.0833 539.389L11.0833 546.778C11.0833 547.361 10.6107 547.833 10.0277 547.833C9.44475 547.833 8.97217 547.361 8.97217 546.778L8.97218 539.389C8.97219 537.64 10.39 536.222 12.1388 536.222H25.861C27.61 536.222 29.0277 537.64 29.0277 539.389L29.0277 546.778C29.0277 547.361 28.5551 547.833 27.9721 547.833C27.3892 547.833 26.9166 547.361 26.9166 546.778L26.9166 539.389C26.9166 538.806 26.444 538.333 25.861 538.333H12.1388Z" fill="#4D5D69"/>
|
|
179
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.3018 464.259L11.1075 476.593H18.1619C18.9131 476.593 19.4899 477.284 19.3309 478.035L17.6982 485.741L26.8925 473.407H19.8382C19.087 473.407 18.5101 472.716 18.6692 471.966L20.3018 464.259ZM21.106 459.648C21.854 458.645 23.5048 459.327 23.2332 460.609L20.969 471.296H28.7193C29.6894 471.296 30.2723 472.405 29.6776 473.203L16.8941 490.352L16.0478 489.721L16.8941 490.352C16.1461 491.355 14.4953 490.673 14.7669 489.391L17.031 478.704H9.28073C8.31062 478.704 7.72775 477.595 8.32247 476.797L9.16876 477.428L8.32247 476.797L21.106 459.648Z" fill="#4D5D69"/>
|
|
180
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 586.025C17.357 586.025 16.0252 587.357 16.0252 589C16.0252 590.643 17.357 591.975 18.9999 591.975C20.6428 591.975 21.9747 590.643 21.9747 589C21.9747 587.357 20.6428 586.025 18.9999 586.025ZM13.9141 589C13.9141 586.191 16.1911 583.914 18.9999 583.914C21.8088 583.914 24.0858 586.191 24.0858 589C24.0858 591.809 21.8088 594.086 18.9999 594.086C16.1911 594.086 13.9141 591.809 13.9141 589Z" fill="#4D5D69"/>
|
|
181
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9998 575.278C18.5672 575.278 18.1523 575.45 17.8463 575.756C17.5404 576.062 17.3685 576.477 17.3685 576.909V577.142C17.366 577.78 17.1769 578.403 16.8245 578.935C16.4722 579.468 15.9719 579.885 15.3854 580.136C15.2873 580.178 15.1835 580.205 15.0778 580.216C14.5366 580.411 13.952 580.461 13.3833 580.358C12.7399 580.241 12.1463 579.935 11.6789 579.477L11.6706 579.469L11.59 579.389C11.4385 579.237 11.2582 579.116 11.0601 579.034C10.8621 578.952 10.6498 578.91 10.4354 578.91C10.2211 578.91 10.0088 578.952 9.81075 579.034C9.61271 579.116 9.43279 579.237 9.28129 579.388C9.12962 579.54 9.00846 579.72 8.92637 579.918C8.84427 580.117 8.80202 580.329 8.80202 580.543C8.80202 580.758 8.84427 580.97 8.92637 581.168C9.00846 581.366 9.12879 581.546 9.28046 581.697L9.36971 581.787C9.82691 582.254 10.1336 582.848 10.2502 583.491C10.3649 584.123 10.2907 584.775 10.0374 585.365C9.80864 585.968 9.40662 586.491 8.88161 586.866C8.34755 587.248 7.71094 587.461 7.05452 587.476L7.02984 587.477L6.90893 587.476C6.47628 587.476 6.06135 587.648 5.75542 587.954C5.44948 588.26 5.27762 588.675 5.27762 589.108C5.27762 589.54 5.44948 589.955 5.75542 590.261C6.06135 590.567 6.47628 590.739 6.90893 590.739H7.14152C7.77968 590.741 8.40316 590.931 8.93523 591.283C9.46572 591.634 9.88224 592.133 10.1339 592.717C10.396 593.314 10.474 593.975 10.3577 594.617C10.241 595.26 9.93433 595.854 9.47714 596.321L9.469 596.329L9.38835 596.41C9.23667 596.561 9.11594 596.742 9.03384 596.94C8.95175 597.138 8.90949 597.35 8.90949 597.564C8.90949 597.779 8.95175 597.991 9.03384 598.189C9.11594 598.387 9.23626 598.567 9.38793 598.719C9.53944 598.87 9.72018 598.991 9.91822 599.074C10.1163 599.156 10.3285 599.198 10.5429 599.198C10.7573 599.198 10.9696 599.156 11.1676 599.074C11.3657 598.991 11.5456 598.871 11.6971 598.719L11.7863 598.63C12.2537 598.173 12.8474 597.866 13.4907 597.75C14.1231 597.635 14.775 597.709 15.3651 597.962C15.9682 598.191 16.4904 598.593 16.8659 599.118C17.2479 599.652 17.4604 600.289 17.4757 600.945L17.4763 600.97L17.476 601.091C17.476 601.524 17.6479 601.939 17.9538 602.245C18.2597 602.55 18.6747 602.722 19.1073 602.722C19.54 602.722 19.9549 602.55 20.2608 602.245C20.5668 601.939 20.7386 601.524 20.7386 601.091V600.863L20.7386 600.858C20.7412 600.22 20.9303 599.597 21.2826 599.065C21.634 598.534 22.1323 598.118 22.7167 597.866C23.3135 597.604 23.975 597.526 24.6164 597.642C25.2598 597.759 25.8534 598.066 26.3208 598.523L26.3291 598.531L26.4097 598.612C26.5612 598.763 26.7415 598.884 26.9395 598.966C27.1376 599.048 27.3499 599.09 27.5642 599.09C27.7786 599.09 27.9909 599.048 28.1889 598.966C28.387 598.884 28.5669 598.764 28.7184 598.612C28.8701 598.46 28.9912 598.28 29.0733 598.082C29.1554 597.884 29.1977 597.671 29.1977 597.457C29.1977 597.243 29.1554 597.03 29.0733 596.832C28.9912 596.634 28.8709 596.454 28.7192 596.303L28.63 596.214C28.1728 595.746 27.8661 595.153 27.7495 594.509C27.6332 593.868 27.7111 593.206 27.9732 592.609C28.2249 592.025 28.6414 591.527 29.1719 591.175C29.704 590.823 30.3275 590.634 30.9656 590.631L30.9698 590.631L31.0907 590.631C31.5234 590.631 31.9383 590.46 32.2443 590.154C32.5502 589.848 32.7221 589.433 32.7221 589C32.7221 588.567 32.5502 588.153 32.2443 587.847C31.9383 587.541 31.5234 587.369 31.0907 587.369H30.8624L30.8582 587.369C30.22 587.366 29.5965 587.177 29.0644 586.825C28.5324 586.472 28.115 585.972 27.8636 585.386C27.8215 585.287 27.7947 585.184 27.7838 585.078C27.5885 584.537 27.5389 583.952 27.642 583.383C27.7586 582.74 28.0653 582.147 28.5225 581.679L28.5307 581.671L28.6113 581.59C28.763 581.439 28.8837 581.258 28.9658 581.06C29.0479 580.862 29.0902 580.65 29.0902 580.436C29.0902 580.221 29.0479 580.009 28.9658 579.811C28.8837 579.613 28.7634 579.433 28.6117 579.282C28.4602 579.13 28.2795 579.009 28.0815 578.927C27.8834 578.845 27.6711 578.802 27.4568 578.802C27.2424 578.802 27.0301 578.845 26.8321 578.927C26.634 579.009 26.4541 579.129 26.3026 579.281L26.2133 579.37C25.746 579.827 25.1523 580.134 24.5089 580.25C23.8675 580.367 23.2059 580.289 22.6091 580.027C22.0248 579.775 21.5265 579.358 21.1752 578.828C20.8228 578.296 20.6337 577.672 20.6312 577.034L20.6312 577.03V576.909C20.6312 576.477 20.4593 576.062 20.1533 575.756C19.8474 575.45 19.4325 575.278 18.9998 575.278ZM16.3535 574.263C17.0554 573.561 18.0073 573.167 18.9998 573.167C19.9924 573.167 20.9443 573.561 21.6461 574.263C22.348 574.965 22.7423 575.917 22.7423 576.909V577.028C22.7435 577.253 22.8106 577.474 22.9353 577.662C23.0603 577.851 23.2378 577.999 23.446 578.088L23.4564 578.093C23.6686 578.187 23.904 578.215 24.1323 578.173C24.359 578.132 24.5683 578.025 24.7336 577.864L24.809 577.789C25.1565 577.441 25.5695 577.165 26.0236 576.976C26.478 576.788 26.9649 576.691 27.4568 576.691C27.9486 576.691 28.4356 576.788 28.8899 576.976C29.3438 577.165 29.7563 577.44 30.1037 577.788C30.4516 578.135 30.7277 578.548 30.916 579.003C31.1044 579.457 31.2013 579.944 31.2013 580.436C31.2013 580.928 31.1044 581.414 30.916 581.869C30.7277 582.323 30.4516 582.736 30.1037 583.083L30.0283 583.159C29.8679 583.324 29.7603 583.533 29.7192 583.76C29.6778 583.988 29.7058 584.224 29.7995 584.436C29.836 584.519 29.8616 584.606 29.8759 584.695C29.9646 584.842 30.0854 584.969 30.2301 585.065C30.4184 585.189 30.6389 585.256 30.8647 585.258H31.0907C32.0833 585.258 33.0352 585.652 33.737 586.354C34.4389 587.056 34.8332 588.008 34.8332 589C34.8332 589.993 34.4389 590.945 33.737 591.646C33.0352 592.348 32.0833 592.743 31.0907 592.743H30.9723C30.7465 592.744 30.5259 592.811 30.3376 592.936C30.1488 593.061 30.0007 593.238 29.9115 593.446L29.907 593.457C29.8133 593.669 29.7853 593.904 29.8267 594.133C29.8678 594.359 29.9754 594.569 30.1358 594.734L30.2112 594.809C30.5591 595.157 30.8352 595.57 31.0235 596.024C31.2118 596.478 31.3088 596.965 31.3088 597.457C31.3088 597.949 31.2118 598.436 31.0235 598.89C30.8352 599.344 30.5593 599.757 30.2116 600.104C29.8641 600.452 29.4515 600.728 28.9974 600.916C28.543 601.105 28.056 601.202 27.5642 601.202C27.0724 601.202 26.5854 601.105 26.1311 600.916C25.6768 600.728 25.264 600.452 24.9165 600.104L24.8411 600.029C24.6758 599.868 24.4665 599.761 24.2398 599.719C24.0115 599.678 23.7761 599.706 23.5638 599.8L23.5535 599.804C23.3453 599.893 23.1678 600.042 23.0428 600.23C22.918 600.419 22.851 600.639 22.8497 600.865V601.091C22.8497 602.084 22.4554 603.035 21.7536 603.737C21.0518 604.439 20.0999 604.833 19.1073 604.833C18.1148 604.833 17.1629 604.439 16.461 603.737C15.7592 603.035 15.3649 602.084 15.3649 601.091V600.984C15.3575 600.755 15.2823 600.533 15.1488 600.346C15.0133 600.157 14.8238 600.013 14.6052 599.932C14.5843 599.924 14.5637 599.916 14.5433 599.907C14.3311 599.814 14.0956 599.786 13.8674 599.827C13.6407 599.868 13.4314 599.976 13.2661 600.136L13.1907 600.211C12.8432 600.559 12.4302 600.835 11.976 601.024C11.5217 601.212 11.0347 601.309 10.5429 601.309C10.0511 601.309 9.56412 601.212 9.10979 601.024C8.65547 600.835 8.24273 600.559 7.89515 600.211C7.54759 599.864 7.27184 599.452 7.08365 598.998C6.89532 598.543 6.79838 598.056 6.79838 597.564C6.79838 597.073 6.89532 596.586 7.08365 596.131C7.27191 595.677 7.54781 595.265 7.89557 594.917L7.97141 594.841C8.13175 594.676 8.23934 594.467 8.28044 594.24C8.32183 594.012 8.29388 593.776 8.20021 593.564L8.19564 593.554C8.10644 593.346 7.95837 593.168 7.76958 593.043C7.58125 592.918 7.36065 592.851 7.13481 592.85H6.90893C5.91637 592.85 4.96447 592.456 4.26263 591.754C3.56079 591.052 3.1665 590.1 3.1665 589.108C3.1665 588.115 3.56079 587.163 4.26263 586.461C4.96447 585.759 5.91637 585.365 6.90893 585.365H7.01552C7.24478 585.358 7.46679 585.283 7.65348 585.149C7.84298 585.014 7.98732 584.824 8.06775 584.605C8.07542 584.585 8.08376 584.564 8.09273 584.544C8.18641 584.331 8.21435 584.096 8.17296 583.868C8.13186 583.641 8.02427 583.432 7.86393 583.266L7.78851 583.191C7.44075 582.843 7.16444 582.43 6.97618 581.976C6.78784 581.522 6.69091 581.035 6.69091 580.543C6.69091 580.051 6.78784 579.564 6.97618 579.11C7.16444 578.656 7.44033 578.243 7.78809 577.896C8.13558 577.548 8.54818 577.272 9.00232 577.084C9.45664 576.896 9.94363 576.799 10.4354 576.799C10.9273 576.799 11.4142 576.896 11.8686 577.084C12.3227 577.272 12.7353 577.548 13.0828 577.896L13.1586 577.972C13.3239 578.132 13.5332 578.24 13.7599 578.281C13.9882 578.322 14.2236 578.294 14.4359 578.2C14.5186 578.164 14.6055 578.138 14.6943 578.124C14.8419 578.035 14.9686 577.915 15.0644 577.77C15.1891 577.582 15.2561 577.361 15.2574 577.135V576.909C15.2574 575.917 15.6517 574.965 16.3535 574.263Z" fill="#4D5D69"/>
|
|
182
|
-
<defs>
|
|
183
|
-
<clipPath id="clip0_2115_2469">
|
|
184
|
-
<rect width="38" height="38" fill="white" transform="translate(0 760)"/>
|
|
185
|
-
</clipPath>
|
|
186
|
-
<clipPath id="clip1_2115_2469">
|
|
187
|
-
<rect width="38" height="38" fill="white" transform="translate(0 874)"/>
|
|
188
|
-
</clipPath>
|
|
189
|
-
</defs>
|
|
190
|
-
</svg>
|
|
1
|
+
<svg width="38" height="1064" viewBox="0 0 38 1064" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18.7665 3.1665H11.611C9.8621 3.1665 8.44434 4.58427 8.44434 6.33317V31.6665C8.44434 33.4154 9.8621 34.8332 11.611 34.8332H26.3888C28.1377 34.8332 29.5554 33.4154 29.5554 31.6665V21.0636C29.2078 21.0949 28.8557 21.1109 28.4999 21.1109C28.1441 21.1109 27.792 21.0949 27.4443 21.0636V31.6665C27.4443 32.2495 26.9717 32.7221 26.3888 32.7221H11.611C11.028 32.7221 10.5554 32.2495 10.5554 31.6665V6.33317C10.5554 5.7502 11.028 5.27762 11.611 5.27762H17.6803C17.9709 4.53352 18.336 3.82676 18.7665 3.1665Z" fill="#4D5D69"/>
|
|
3
|
+
<path d="M16.919 8.65539L13.7221 8.65539C13.2557 8.65539 12.8777 9.03346 12.8777 9.49984C12.8777 9.96621 13.2557 10.3443 13.7221 10.3443L16.919 10.3443C16.899 10.0654 16.8888 9.78381 16.8888 9.49984C16.8888 9.21586 16.899 8.93426 16.919 8.65539Z" fill="#4D5D69"/>
|
|
4
|
+
<path d="M17.7652 13.9332H14.7777C14.3113 13.9332 13.9332 14.3112 13.9332 14.7776C13.9332 15.244 14.3113 15.6221 14.7777 15.6221H18.6321C18.2992 15.0866 18.0087 14.5221 17.7652 13.9332Z" fill="#4D5D69"/>
|
|
5
|
+
<path d="M20.7603 18.1554C21.5011 18.8183 22.3275 19.3874 23.2209 19.8443H14.7777C14.3113 19.8443 13.9332 19.4662 13.9332 18.9998C13.9332 18.5335 14.3113 18.1554 14.7777 18.1554L20.7603 18.1554Z" fill="#4D5D69"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 24.4887C17.3676 24.4887 16.0443 25.812 16.0443 27.4443C16.0443 29.0766 17.3676 30.3998 18.9999 30.3998C20.6322 30.3998 21.9554 29.0766 21.9554 27.4443C21.9554 25.812 20.6322 24.4887 18.9999 24.4887ZM17.7332 27.4443C17.7332 26.7447 18.3003 26.1776 18.9999 26.1776C19.6995 26.1776 20.2666 26.7447 20.2666 27.4443C20.2666 28.1438 19.6995 28.7109 18.9999 28.7109C18.3003 28.7109 17.7332 28.1438 17.7332 27.4443Z" fill="#4D5D69"/>
|
|
7
|
+
<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.5ZM24.3352 13.6652C24.7804 14.1104 25.5023 14.1104 25.9474 13.6652L28.5001 11.1126L31.0528 13.6652C31.498 14.1104 32.2198 14.1104 32.665 13.6652C33.1102 13.22 33.1102 12.4982 32.665 12.053L30.1123 9.50038L32.665 6.94772C33.1102 6.50253 33.1102 5.78072 32.665 5.33552C32.2198 4.89032 31.498 4.89032 31.0528 5.33552L28.5001 7.88818L25.9474 5.33552C25.5023 4.89032 24.7804 4.89032 24.3352 5.33552C23.89 5.78072 23.89 6.50253 24.3352 6.94772L26.8879 9.50038L24.3352 12.053C23.89 12.4982 23.89 13.22 24.3352 13.6652Z" fill="#EA3223"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0033 53.8335C19.5863 53.8335 20.0589 54.3061 20.0589 54.8891V55.5928C20.0589 56.1757 19.5863 56.6483 19.0033 56.6483C18.4203 56.6483 17.9478 56.1757 17.9478 55.5928V54.8891C17.9478 54.3061 18.4203 53.8335 19.0033 53.8335Z" fill="#4D5D69"/>
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.6327 53.8335C25.2157 53.8335 25.6883 54.3061 25.6883 54.8891V55.5928C25.6883 56.1757 25.2157 56.6483 24.6327 56.6483C24.0497 56.6483 23.5771 56.1757 23.5771 55.5928V54.8891C23.5771 54.3061 24.0497 53.8335 24.6327 53.8335Z" fill="#4D5D69"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.3739 53.8335C13.9569 53.8335 14.4295 54.3061 14.4295 54.8891V55.5928C14.4295 56.1757 13.9569 56.6483 13.3739 56.6483C12.7909 56.6483 12.3184 56.1757 12.3184 55.5928V54.8891C12.3184 54.3061 12.7909 53.8335 13.3739 53.8335Z" fill="#4D5D69"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9378 43.2778H19.0696C22.3311 43.2778 24.8654 43.2778 26.8381 43.49C28.8347 43.7047 30.4155 44.1496 31.676 45.158C32.9706 46.1937 33.5755 47.5412 33.8611 49.2405C34.1334 50.8608 34.1333 52.9244 34.1333 55.4964L34.1333 55.7542C34.1334 58.2624 34.1335 59.9978 33.8514 61.2911C33.6993 61.9884 33.4606 62.593 33.0845 63.1531C32.7138 63.7052 32.2396 64.169 31.676 64.6199C30.4155 65.6283 28.8347 66.0731 26.8381 66.2879C24.8654 66.5001 22.3311 66.5001 19.0696 66.5001H19.0037C17.5173 66.5001 16.3811 67.0024 15.1931 67.7744C14.7128 68.0866 14.2445 68.4285 13.7351 68.8006C13.5961 68.9022 13.4539 69.006 13.3077 69.112C12.6392 69.5967 11.9086 70.1093 11.0846 70.5822C10.758 70.7697 10.3562 70.7689 10.0303 70.5802C9.70434 70.3914 9.50366 70.0434 9.50366 69.6667V66.0281C8.2665 65.7608 7.21989 65.3307 6.33129 64.6199C5.76768 64.169 5.29349 63.7052 4.92279 63.1531C4.54669 62.593 4.308 61.9884 4.15592 61.2911C3.87381 59.9978 3.8739 58.2624 3.87403 55.7542C3.87403 55.7007 3.87403 55.6469 3.87403 55.5926L3.87403 55.4964C3.87399 52.9244 3.87396 50.8608 4.14627 49.2405C4.43185 47.5412 5.03674 46.1937 6.33129 45.158C7.59187 44.1496 9.17264 43.7047 11.1692 43.49C13.142 43.2778 15.6762 43.2778 18.9378 43.2778ZM11.395 45.589C9.55904 45.7865 8.45061 46.1661 7.65009 46.8065C6.88354 47.4198 6.45788 48.2236 6.22819 49.5904C5.98861 51.0159 5.98515 52.9018 5.98515 55.5926C5.98515 58.3047 5.99138 59.7998 6.21854 60.8412C6.32409 61.3252 6.47185 61.673 6.67545 61.9763C6.88443 62.2875 7.18315 62.5978 7.65009 62.9714C8.34518 63.5274 9.27423 63.8881 10.7146 64.1025C11.2318 64.1794 11.6148 64.6235 11.6148 65.1465V67.7281C11.7668 67.6207 11.9177 67.5121 12.0685 67.4028C12.1996 67.3078 12.3317 67.2113 12.4646 67.1142C12.9804 66.7373 13.5092 66.351 14.0428 66.0042C15.4201 65.1093 16.9582 64.3889 19.0037 64.3889C22.3449 64.3889 24.7657 64.3875 26.6123 64.1889C28.4483 63.9914 29.5567 63.6118 30.3572 62.9714C30.8242 62.5978 31.1229 62.2875 31.3319 61.9763C31.5355 61.673 31.6832 61.3252 31.7888 60.8412C32.0159 59.7998 32.0222 58.3047 32.0222 55.5926C32.0222 52.9018 32.0187 51.0159 31.7791 49.5904C31.5494 48.2236 31.1238 47.4198 30.3572 46.8065C29.5567 46.1661 28.4483 45.7865 26.6123 45.589C24.7657 45.3904 22.3449 45.3889 19.0037 45.3889C15.6624 45.3889 13.2416 45.3904 11.395 45.589Z" fill="#4D5D69"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.469 83.8186C13.5223 84.9398 13.0213 86.5572 13.0213 88.469V91.4849C13.0213 92.0679 12.5487 92.5404 11.9657 92.5404C11.3827 92.5404 10.9102 92.0679 10.9102 91.4849V88.469C10.9102 86.2168 11.4986 84.0643 12.8559 82.4567C14.2364 80.8217 16.3089 79.8738 19.0027 79.8738C21.6966 79.8738 23.7691 80.8217 25.1495 82.4567C26.5069 84.0643 27.0953 86.2168 27.0953 88.469V91.4849C27.0953 92.0679 26.6228 92.5404 26.0398 92.5404C25.4568 92.5404 24.9842 92.0679 24.9842 91.4849V88.469C24.9842 86.5572 24.4832 84.9398 23.5365 83.8186C22.613 82.7248 21.1669 81.9849 19.0027 81.9849C16.8386 81.9849 15.3925 82.7248 14.469 83.8186Z" fill="#4D5D69"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1855 90.4294H27.8218C28.713 90.4294 29.4434 90.4294 30.0373 90.4763C30.652 90.5248 31.2112 90.6284 31.7357 90.8866C32.5543 91.2894 33.2267 91.9358 33.6504 92.739C33.9241 93.2579 34.0335 93.8114 34.0844 94.413C34.1333 94.9911 34.1333 95.7005 34.1333 96.558V104.005C34.1333 104.862 34.1333 105.571 34.0844 106.15C34.0335 106.751 33.9241 107.305 33.6504 107.824C33.2267 108.627 32.5543 109.273 31.7357 109.676C31.2112 109.934 30.652 110.038 30.0373 110.086C29.4434 110.133 28.713 110.133 27.8219 110.133H10.1854C9.29431 110.133 8.56393 110.133 7.96999 110.086C7.35533 110.038 6.79612 109.934 6.27161 109.676C5.45301 109.273 4.78061 108.627 4.3569 107.824C4.08317 107.305 3.97379 106.751 3.9229 106.15C3.874 105.571 3.87401 104.862 3.87402 104.005V96.5579C3.87401 95.7004 3.874 94.9911 3.9229 94.413C3.97379 93.8114 4.08317 93.2579 4.3569 92.739C4.78061 91.9358 5.45301 91.2894 6.27161 90.8866C6.79612 90.6284 7.35533 90.5248 7.96999 90.4763C8.56393 90.4294 9.29433 90.4294 10.1855 90.4294ZM8.13608 92.5809C7.64633 92.6195 7.38769 92.6902 7.20382 92.7807C6.77621 92.9912 6.4354 93.3235 6.22414 93.724C6.13692 93.8893 6.06584 94.1258 6.0265 94.5909C5.98602 95.0695 5.98514 95.6891 5.98514 96.6028V103.96C5.98514 104.873 5.98602 105.493 6.0265 105.972C6.06584 106.437 6.13692 106.673 6.22414 106.839C6.4354 107.239 6.77621 107.571 7.20382 107.782C7.38769 107.872 7.64633 107.943 8.13608 107.982C8.63712 108.021 9.28391 108.022 10.2281 108.022H27.7793C28.7234 108.022 29.3702 108.021 29.8712 107.982C30.361 107.943 30.6196 107.872 30.8035 107.782C31.2311 107.571 31.5719 107.239 31.7832 106.839C31.8704 106.673 31.9415 106.437 31.9808 105.972C32.0213 105.493 32.0222 104.873 32.0222 103.96V96.6028C32.0222 95.6891 32.0213 95.0695 31.9808 94.5909C31.9415 94.1258 31.8704 93.8893 31.7832 93.724C31.5719 93.3235 31.2311 92.9912 30.8035 92.7807C30.6196 92.6902 30.361 92.6195 29.8712 92.5809C29.3702 92.5413 28.7234 92.5406 27.7793 92.5406H10.2281C9.28391 92.5406 8.63712 92.5413 8.13608 92.5809Z" fill="#4D5D69"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.995 98.7192C19.578 98.7192 20.0506 99.1918 20.0506 99.7748V101.182C20.0506 101.765 19.578 102.238 18.995 102.238C18.412 102.238 17.9395 101.765 17.9395 101.182V99.7748C17.9395 99.1918 18.412 98.7192 18.995 98.7192Z" fill="#4D5D69"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.2499 98.7192C25.8329 98.7192 26.3054 99.1918 26.3054 99.7748V101.182C26.3054 101.765 25.8329 102.238 25.2499 102.238C24.6669 102.238 24.1943 101.765 24.1943 101.182V99.7748C24.1943 99.1918 24.6669 98.7192 25.2499 98.7192Z" fill="#4D5D69"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.7401 98.7192C13.3231 98.7192 13.7957 99.1918 13.7957 99.7748V101.182C13.7957 101.765 13.3231 102.238 12.7401 102.238C12.1572 102.238 11.6846 101.765 11.6846 101.182V99.7748C11.6846 99.1918 12.1572 98.7192 12.7401 98.7192Z" fill="#4D5D69"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.259 121.389C10.5189 121.389 9.49978 122.274 9.49978 123.952V142.048C9.49978 143.726 10.5189 144.611 11.259 144.611H21.1051C21.688 144.611 22.1606 145.084 22.1606 145.667C22.1606 146.25 21.688 146.722 21.1051 146.722H11.259C8.88999 146.722 7.38867 144.367 7.38867 142.048V123.952C7.38867 121.633 8.88999 119.278 11.259 119.278H21.1109C21.6939 119.278 22.1665 119.75 22.1665 120.333C22.1665 120.916 21.6939 121.389 21.1109 121.389H11.259Z" fill="#EA3223"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8829 127.328C24.2951 126.916 24.9635 126.916 25.3757 127.328L30.3016 132.254C30.7138 132.666 30.7138 133.334 30.3016 133.747L25.3757 138.673C24.9635 139.085 24.2951 139.085 23.8829 138.673C23.4707 138.26 23.4707 137.592 23.8829 137.18L28.0624 133L23.8829 128.821C23.4707 128.409 23.4707 127.74 23.8829 127.328Z" fill="#EA3223"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.4263 132.994C14.4263 132.411 14.8989 131.939 15.4818 131.939H29.5559C30.1389 131.939 30.6115 132.411 30.6115 132.994C30.6115 133.577 30.1389 134.05 29.5559 134.05H15.4818C14.8989 134.05 14.4263 133.577 14.4263 132.994Z" fill="#EA3223"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.65576 172.408C8.65576 170.659 10.0735 169.241 11.8224 169.241H25.8965C27.6454 169.241 29.0632 170.659 29.0632 172.408V183.667C29.0632 185.416 27.6454 186.834 25.8965 186.834H11.8224C10.0735 186.834 8.65576 185.416 8.65576 183.667V172.408ZM11.8224 171.352C11.2395 171.352 10.7669 171.825 10.7669 172.408V183.667C10.7669 184.25 11.2395 184.722 11.8224 184.722H25.8965C26.4795 184.722 26.9521 184.25 26.9521 183.667V172.408C26.9521 171.825 26.4795 171.352 25.8965 171.352H11.8224Z" fill="#4D5D69"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2256 175.457C13.2256 174.874 13.6982 174.401 14.2811 174.401H18.5034C19.0863 174.401 19.5589 174.874 19.5589 175.457C19.5589 176.04 19.0863 176.512 18.5034 176.512H14.2811C13.6982 176.512 13.2256 176.04 13.2256 175.457Z" fill="#4D5D69"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3677 175.457C22.3677 174.874 22.8403 174.401 23.4232 174.401H23.4387C24.0217 174.401 24.4943 174.874 24.4943 175.457C24.4943 176.04 24.0217 176.512 23.4387 176.512H23.4232C22.8403 176.512 22.3677 176.04 22.3677 175.457Z" fill="#4D5D69"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2256 180.618C13.2256 180.035 13.6982 179.562 14.2811 179.562H18.5034C19.0863 179.562 19.5589 180.035 19.5589 180.618C19.5589 181.201 19.0863 181.673 18.5034 181.673H14.2811C13.6982 181.673 13.2256 181.201 13.2256 180.618Z" fill="#4D5D69"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.3677 180.618C22.3677 180.035 22.8403 179.562 23.4232 179.562H23.4387C24.0217 179.562 24.4943 180.035 24.4943 180.618C24.4943 181.201 24.0217 181.673 23.4387 181.673H23.4232C22.8403 181.673 22.3677 181.201 22.3677 180.618Z" fill="#4D5D69"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.329 157.164C14.9362 155.871 16.9369 155.167 18.9994 155.167C21.062 155.167 23.0627 155.871 24.6699 157.164C26.0475 158.272 27.0652 159.755 27.6064 161.425C27.7018 161.429 27.7972 161.435 27.8925 161.443C28.8569 161.395 29.8215 161.539 30.7301 161.867C31.6647 162.205 32.5202 162.731 33.244 163.412C33.9678 164.092 34.5446 164.914 34.9388 165.826C35.3331 166.739 35.5365 167.722 35.5365 168.716C35.5365 169.709 35.3331 170.693 34.9388 171.605C34.5446 172.517 33.9678 173.339 33.244 174.02C32.8194 174.419 32.1513 174.399 31.7519 173.974C31.3525 173.549 31.3729 172.881 31.7975 172.482C32.3114 171.998 32.721 171.415 33.001 170.767C33.2809 170.119 33.4254 169.421 33.4254 168.716C33.4254 168.01 33.2809 167.312 33.001 166.664C32.721 166.016 32.3114 165.433 31.7975 164.949C31.2835 164.466 30.676 164.093 30.0124 163.853C29.3488 163.613 28.6431 163.511 27.9388 163.554C27.8836 163.558 27.8283 163.557 27.7732 163.552C27.4851 163.524 27.195 163.524 26.9068 163.552C26.3752 163.603 25.8892 163.249 25.7747 162.727C25.4356 161.183 24.579 159.8 23.3468 158.809C22.1146 157.818 20.5807 157.278 18.9994 157.278C17.4181 157.278 15.8843 157.818 14.6521 158.809C13.4199 159.8 12.5633 161.183 12.2242 162.727C12.1097 163.249 11.6237 163.603 11.0921 163.552C10.8039 163.524 10.5138 163.524 10.2257 163.552C10.1706 163.557 10.1153 163.558 10.0601 163.554C9.35574 163.511 8.65006 163.613 7.98645 163.853C7.32285 164.093 6.71536 164.466 6.2014 164.949C5.68743 165.433 5.27786 166.016 4.9979 166.664C4.71794 167.312 4.57351 168.01 4.57351 168.716C4.57351 169.421 4.71794 170.119 4.9979 170.767C5.27786 171.415 5.68743 171.998 6.2014 172.482C6.62601 172.881 6.64643 173.549 6.24699 173.974C5.84755 174.399 5.17952 174.419 4.7549 174.02C4.0311 173.339 3.45431 172.517 3.06005 171.605C2.66579 170.693 2.4624 169.709 2.4624 168.716C2.4624 167.722 2.66579 166.739 3.06005 165.826C3.45431 164.914 4.0311 164.092 4.7549 163.412C5.47871 162.731 6.33421 162.205 7.26875 161.867C8.17736 161.539 9.14199 161.395 10.1064 161.443C10.2017 161.435 10.2971 161.429 10.3925 161.425C10.9337 159.755 11.9513 158.272 13.329 157.164Z" fill="#4D5D69"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.87061 202.667C3.87061 198.586 7.17872 195.278 11.2595 195.278H26.741C30.8218 195.278 34.1299 198.586 34.1299 202.667V216.741C34.1299 220.822 30.8218 224.13 26.741 224.13H11.2595C7.17872 224.13 3.87061 220.822 3.87061 216.741V202.667ZM11.2595 197.389C8.34466 197.389 5.98172 199.752 5.98172 202.667V216.741C5.98172 219.656 8.34466 222.019 11.2595 222.019H26.741C29.6558 222.019 32.0188 219.656 32.0188 216.741V202.667C32.0188 199.752 29.6558 197.389 26.741 197.389H11.2595Z" fill="#4D5D69"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.7406 193.87C27.3236 193.87 27.7962 194.343 27.7962 194.926V198.053C27.7962 198.636 27.3236 199.109 26.7406 199.109C26.1576 199.109 25.6851 198.636 25.6851 198.053V194.926C25.6851 194.343 26.1576 193.87 26.7406 193.87Z" fill="#4D5D69"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.2597 193.87C11.8426 193.87 12.3152 194.343 12.3152 194.926V198.053C12.3152 198.636 11.8426 199.109 11.2597 199.109C10.6767 199.109 10.2041 198.636 10.2041 198.053V194.926C10.2041 194.343 10.6767 193.87 11.2597 193.87Z" fill="#4D5D69"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 193.87C19.5829 193.87 20.0554 194.343 20.0554 194.926V198.053C20.0554 198.636 19.5829 199.109 18.9999 199.109C18.4169 199.109 17.9443 198.636 17.9443 198.053V194.926C17.9443 194.343 18.4169 193.87 18.9999 193.87Z" fill="#4D5D69"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.6484 206.495C18.6484 205.912 19.121 205.439 19.704 205.439L27.4447 205.439C28.0277 205.439 28.5003 205.912 28.5003 206.495C28.5003 207.077 28.0277 207.55 27.4447 207.55L19.704 207.55C19.121 207.55 18.6484 207.077 18.6484 206.495Z" fill="#4D5D69"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80917 204.693C10.2214 204.28 10.8897 204.28 11.302 204.693L12.6667 206.057L14.0314 204.693C14.4436 204.28 15.1119 204.28 15.5242 204.693C15.9364 205.105 15.9364 205.773 15.5242 206.185L13.4131 208.297C13.2151 208.495 12.9466 208.606 12.6667 208.606C12.3867 208.606 12.1182 208.495 11.9203 208.297L9.80916 206.185C9.39694 205.773 9.39695 205.105 9.80917 204.693Z" fill="#4D5D69"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80917 204.693C10.2214 204.28 10.8897 204.28 11.302 204.693L12.6667 206.057L14.0314 204.693C14.4436 204.28 15.1119 204.28 15.5242 204.693C15.9364 205.105 15.9364 205.773 15.5242 206.185L13.4131 208.297C13.2151 208.495 12.9466 208.606 12.6667 208.606C12.3867 208.606 12.1182 208.495 11.9203 208.297L9.80916 206.185C9.39694 205.773 9.39695 205.105 9.80917 204.693Z" fill="#4D5D69"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.6484 214.63C18.6484 214.047 19.121 213.574 19.704 213.574L27.4447 213.574C28.0277 213.574 28.5003 214.047 28.5003 214.63C28.5003 215.213 28.0277 215.685 27.4447 215.685L19.704 215.685C19.121 215.685 18.6484 215.213 18.6484 214.63Z" fill="#4D5D69"/>
|
|
34
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80917 212.828C10.2214 212.416 10.8897 212.416 11.302 212.828L12.6667 214.193L14.0314 212.828C14.4436 212.416 15.1119 212.416 15.5242 212.828C15.9364 213.24 15.9364 213.909 15.5242 214.321L13.4131 216.432C13.2151 216.63 12.9466 216.741 12.6667 216.741C12.3867 216.741 12.1182 216.63 11.9203 216.432L9.80916 214.321C9.39694 213.909 9.39695 213.24 9.80917 212.828Z" fill="#4D5D69"/>
|
|
35
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.80917 212.828C10.2214 212.416 10.8897 212.416 11.302 212.828L12.6667 214.193L14.0314 212.828C14.4436 212.416 15.1119 212.416 15.5242 212.828C15.9364 213.24 15.9364 213.909 15.5242 214.321L13.4131 216.432C13.2151 216.63 12.9466 216.741 12.6667 216.741C12.3867 216.741 12.1182 216.63 11.9203 216.432L9.80916 214.321C9.39694 213.909 9.39695 213.24 9.80917 212.828Z" fill="#4D5D69"/>
|
|
36
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.87061 238.555C3.87061 235.641 6.23355 233.278 9.14838 233.278H28.8521C31.7669 233.278 34.1299 235.641 34.1299 238.555V244.604C34.1299 245.187 33.6573 245.66 33.0743 245.66C32.4913 245.66 32.0188 245.187 32.0188 244.604V238.555C32.0188 236.806 30.601 235.389 28.8521 235.389H9.14838C7.39948 235.389 5.98172 236.806 5.98172 238.555V256.852C5.98172 258.601 7.39948 260.018 9.14838 260.018H16.6046C17.1876 260.018 17.6602 260.491 17.6602 261.074C17.6602 261.657 17.1876 262.129 16.6046 262.129H9.14838C6.23355 262.129 3.87061 259.767 3.87061 256.852V238.555Z" fill="#4D5D69"/>
|
|
37
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.0375 231.87C26.6205 231.87 27.093 232.343 27.093 232.926V236.053C27.093 236.636 26.6205 237.109 26.0375 237.109C25.4545 237.109 24.9819 236.636 24.9819 236.053V232.926C24.9819 232.343 25.4545 231.87 26.0375 231.87Z" fill="#4D5D69"/>
|
|
38
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9623 231.87C12.5453 231.87 13.0178 232.343 13.0178 232.926V236.053C13.0178 236.636 12.5453 237.109 11.9623 237.109C11.3793 237.109 10.9067 236.636 10.9067 236.053V232.926C10.9067 232.343 11.3793 231.87 11.9623 231.87Z" fill="#4D5D69"/>
|
|
39
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.26123 241.37C4.26123 240.787 4.73382 240.314 5.31679 240.314H32.683C33.266 240.314 33.7386 240.787 33.7386 241.37C33.7386 241.953 33.266 242.426 32.683 242.426H5.31679C4.73382 242.426 4.26123 241.953 4.26123 241.37Z" fill="#4D5D69"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.0375 250.167C26.6205 250.167 27.093 250.639 27.093 251.222V253.385L28.3042 253.99C28.8256 254.251 29.037 254.885 28.7762 255.406C28.5155 255.928 27.8815 256.139 27.3601 255.879L25.5654 254.981C25.2078 254.802 24.9819 254.437 24.9819 254.037V251.222C24.9819 250.639 25.4545 250.167 26.0375 250.167Z" fill="#4D5D69"/>
|
|
41
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.0369 248.055C22.7334 248.055 20.0554 250.733 20.0554 254.037C20.0554 257.34 22.7334 260.018 26.0369 260.018C29.3404 260.018 32.0184 257.34 32.0184 254.037C32.0184 250.733 29.3404 248.055 26.0369 248.055ZM17.9443 254.037C17.9443 249.568 21.5675 245.944 26.0369 245.944C30.5063 245.944 34.1295 249.568 34.1295 254.037C34.1295 258.506 30.5063 262.13 26.0369 262.13C21.5675 262.13 17.9443 258.506 17.9443 254.037Z" fill="#4D5D69"/>
|
|
42
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1753 248.407C10.1753 247.824 10.6479 247.351 11.2308 247.351H14.6086C15.1916 247.351 15.6642 247.824 15.6642 248.407C15.6642 248.99 15.1916 249.462 14.6086 249.462H11.2308C10.6479 249.462 10.1753 248.99 10.1753 248.407Z" fill="#4D5D69"/>
|
|
43
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.1753 254.037C10.1753 253.454 10.6479 252.982 11.2308 252.982H13.2012C13.7842 252.982 14.2568 253.454 14.2568 254.037C14.2568 254.62 13.7842 255.093 13.2012 255.093H11.2308C10.6479 255.093 10.1753 254.62 10.1753 254.037Z" fill="#4D5D69"/>
|
|
44
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9997 272.685C12.6616 272.685 7.44062 277.474 6.76009 283.631C6.69603 284.21 6.17438 284.628 5.59494 284.564C5.0155 284.5 4.5977 283.978 4.66176 283.399C5.45923 276.185 11.5736 270.574 18.9997 270.574C25.5671 270.574 29.5187 275 33.1593 279.1C33.5464 279.536 33.5068 280.203 33.0709 280.59C32.635 280.977 31.9679 280.937 31.5808 280.501C27.8457 276.295 24.4891 272.685 18.9997 272.685Z" fill="#4D5D69"/>
|
|
45
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.3705 272.802C32.9535 272.802 33.4261 273.275 33.4261 273.858V279.8C33.4261 280.383 32.9535 280.856 32.3705 280.856H26.4281C25.8451 280.856 25.3726 280.383 25.3726 279.8C25.3726 279.217 25.8451 278.745 26.4281 278.745H31.3149V273.858C31.3149 273.275 31.7875 272.802 32.3705 272.802Z" fill="#4D5D69"/>
|
|
46
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0003 297.315C25.3384 297.315 30.5594 292.526 31.2399 286.37C31.304 285.791 31.8256 285.373 32.4051 285.437C32.9845 285.501 33.4023 286.022 33.3382 286.602C32.5408 293.816 26.4264 299.426 19.0003 299.426C12.4329 299.426 8.48126 295.001 4.84066 290.901C4.45358 290.465 4.49316 289.798 4.92906 289.411C5.36497 289.024 6.03214 289.063 6.41922 289.499C10.1543 293.705 13.5109 297.315 19.0003 297.315Z" fill="#4D5D69"/>
|
|
47
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.6295 297.198C5.04653 297.198 4.57394 296.725 4.57394 296.142L4.57394 290.2C4.57394 289.617 5.04653 289.144 5.6295 289.144L11.5719 289.144C12.1549 289.144 12.6274 289.617 12.6274 290.2C12.6274 290.783 12.1549 291.255 11.5719 291.255L6.68505 291.255L6.68505 296.142C6.68505 296.725 6.21247 297.198 5.6295 297.198Z" fill="#4D5D69"/>
|
|
48
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.4159 280.239C18.3957 279.673 19.6028 279.673 20.5826 280.239L22.3311 281.248C23.3109 281.814 23.9145 282.859 23.9145 283.991V286.01C23.9145 287.141 23.3109 288.186 22.3311 288.752L20.5826 289.762C19.6028 290.327 18.3957 290.327 17.4159 289.762L15.6673 288.752C14.6875 288.186 14.084 287.141 14.084 286.01V283.991C14.084 282.859 14.6875 281.814 15.6673 281.248L17.4159 280.239ZM19.527 282.067C19.2004 281.878 18.798 281.878 18.4715 282.067L16.7229 283.077C16.3963 283.265 16.1951 283.614 16.1951 283.991V286.01C16.1951 286.387 16.3963 286.735 16.7229 286.924L18.4715 287.933C18.798 288.122 19.2004 288.122 19.527 287.933L21.2756 286.924C21.6022 286.735 21.8034 286.387 21.8034 286.01V283.991C21.8034 283.614 21.6022 283.265 21.2756 283.077L19.527 282.067Z" fill="#4D5D69"/>
|
|
49
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9997 310.685C12.1984 310.685 6.68484 316.199 6.68484 323C6.68484 329.801 12.1984 335.315 18.9997 335.315C25.8009 335.315 31.3145 329.801 31.3145 323C31.3145 316.199 25.8009 310.685 18.9997 310.685ZM4.57373 323C4.57373 315.033 11.0324 308.574 18.9997 308.574C26.9669 308.574 33.4256 315.033 33.4256 323C33.4256 330.967 26.9669 337.426 18.9997 337.426C11.0324 337.426 4.57373 330.967 4.57373 323Z" fill="#4D5D69"/>
|
|
50
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9995 319.13C16.862 319.13 15.1292 320.863 15.1292 323C15.1292 325.138 16.862 326.871 18.9995 326.871C21.1371 326.871 22.8699 325.138 22.8699 323C22.8699 320.863 21.1371 319.13 18.9995 319.13ZM13.0181 323C13.0181 319.697 15.6961 317.019 18.9995 317.019C22.303 317.019 24.981 319.697 24.981 323C24.981 326.304 22.303 328.982 18.9995 328.982C15.6961 328.982 13.0181 326.304 13.0181 323Z" fill="#4D5D69"/>
|
|
51
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 306.463C19.5829 306.463 20.0554 306.936 20.0554 307.519V313.148C20.0554 313.731 19.5829 314.204 18.9999 314.204C18.4169 314.204 17.9443 313.731 17.9443 313.148V307.519C17.9443 306.936 18.4169 306.463 18.9999 306.463Z" fill="#4D5D69"/>
|
|
52
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 331.796C19.5829 331.796 20.0554 332.269 20.0554 332.852L20.0554 338.482C20.0554 339.065 19.5829 339.537 18.9999 339.537C18.4169 339.537 17.9443 339.065 17.9443 338.482L17.9443 332.852C17.9443 332.269 18.4169 331.796 18.9999 331.796Z" fill="#4D5D69"/>
|
|
53
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.5376 323C35.5376 323.583 35.065 324.055 34.482 324.055L28.8524 324.055C28.2694 324.055 27.7969 323.583 27.7969 323C27.7969 322.417 28.2694 321.944 28.8524 321.944L34.482 321.944C35.065 321.944 35.5376 322.417 35.5376 323Z" fill="#4D5D69"/>
|
|
54
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2041 323C10.2041 323.583 9.73151 324.055 9.14855 324.055H3.51892C2.93595 324.055 2.46336 323.583 2.46336 323C2.46336 322.417 2.93595 321.944 3.51892 321.944H9.14855C9.73151 321.944 10.2041 322.417 10.2041 323Z" fill="#4D5D69"/>
|
|
55
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.4382 358.219C26.0261 357.879 26.7503 357.879 27.3382 358.219L33.8068 361.953C34.3947 362.293 34.7568 362.92 34.7568 363.599V371.068C34.7568 371.747 34.3947 372.374 33.8068 372.714L27.3382 376.448C26.7503 376.788 26.0261 376.788 25.4382 376.448L18.9695 372.714C18.3817 372.374 18.0195 371.747 18.0195 371.068V363.111C18.0195 362.734 18.2207 362.386 18.5473 362.197L25.4382 358.219ZM20.1306 364.94L25.3326 367.943V373.95L20.1306 370.946V364.94ZM27.4437 373.95L32.6457 370.946V364.94L27.4437 367.943V373.95ZM26.3882 366.115L31.5902 363.111L26.3882 360.108L21.1862 363.111L26.3882 366.115Z" fill="#4D5D69"/>
|
|
56
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6696 358.219C11.2575 357.879 11.9818 357.879 12.5696 358.219L19.0383 361.953C19.6262 362.293 19.9883 362.92 19.9883 363.599V371.068C19.9883 371.747 19.6262 372.374 19.0383 372.714L12.5696 376.448C11.9818 376.788 11.2575 376.788 10.6696 376.448L4.20098 372.714C3.61311 372.374 3.25098 371.747 3.25098 371.068V363.599C3.25098 362.92 3.61312 362.293 4.20098 361.953L10.6696 358.219ZM6.41764 363.111L11.6196 366.115L16.8216 363.111L11.6196 360.108L6.41764 363.111ZM17.8772 364.94V370.946L12.6752 373.95V367.943L17.8772 364.94ZM10.5641 367.943L5.36209 364.94V370.946L10.5641 373.95V367.943Z" fill="#4D5D69"/>
|
|
57
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.1276 345.552C18.7155 345.213 19.4398 345.213 20.0276 345.552L26.4963 349.287C27.0842 349.626 27.4463 350.253 27.4463 350.932V358.401C27.4463 359.08 27.0842 359.707 26.4963 360.047L19.6054 364.025C19.2788 364.214 18.8765 364.214 18.5499 364.025L11.659 360.047C11.0711 359.707 10.709 359.08 10.709 358.401V350.932C10.709 350.253 11.0711 349.626 11.659 349.287L18.1276 345.552ZM13.8757 350.445L19.0776 353.448L24.2796 350.445L19.0776 347.441L13.8757 350.445ZM25.3352 352.273V358.28L20.1332 361.283V355.276L25.3352 352.273ZM18.0221 355.276L12.8201 352.273V358.28L18.0221 361.283V355.276Z" fill="#4D5D69"/>
|
|
58
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.5258 383.476C34.938 383.888 34.938 384.556 34.5258 384.969L31.1888 388.306C33.3586 391.2 33.1275 395.324 30.4953 397.956L27.5844 400.867C26.9661 401.485 25.9636 401.485 25.3452 400.867L24.2257 399.747L21.8375 402.136C21.4252 402.548 20.7569 402.548 20.3447 402.136C19.9325 401.723 19.9325 401.055 20.3447 400.643L22.7329 398.254L19.7473 395.269L17.3586 397.658C16.9464 398.07 16.278 398.07 15.8658 397.658C15.4536 397.245 15.4536 396.577 15.8658 396.165L18.2545 393.776L17.1349 392.656C16.5166 392.038 16.5166 391.036 17.1349 390.417L20.0459 387.506C22.678 384.874 26.8018 384.643 29.696 386.813L33.033 383.476C33.4452 383.064 34.1136 383.064 34.5258 383.476ZM24.9892 397.525C24.9836 397.519 24.978 397.514 24.9723 397.508C24.9666 397.502 24.9609 397.497 24.9551 397.491L19.0009 391.537L21.5386 388.999C23.5997 386.938 26.9414 386.938 29.0025 388.999C31.0636 391.06 31.0636 394.402 29.0025 396.463L26.4648 399.001L24.9892 397.525ZM22.8074 391.164C23.2197 390.751 23.888 390.751 24.3002 391.164L26.838 393.701C27.2502 394.114 27.2502 394.782 26.838 395.194C26.4257 395.606 25.7574 395.606 25.3452 395.194L22.8074 392.656C22.3952 392.244 22.3952 391.576 22.8074 391.164ZM11.5371 399.001L8.99939 401.539C6.9383 403.6 6.93833 406.941 8.99945 409.002C11.0606 411.063 14.4022 411.064 16.4633 409.002L19.001 406.465L11.5371 399.001ZM10.4175 397.135C11.0359 396.516 12.0384 396.516 12.6567 397.135L20.867 405.345C21.4853 405.963 21.4853 406.966 20.867 407.584L17.9561 410.495C15.3239 413.127 11.2001 413.358 8.30597 411.189L4.96894 414.526C4.55672 414.938 3.88838 414.938 3.47616 414.526C3.06394 414.113 3.06394 413.445 3.47616 413.033L6.81318 409.696C4.64338 406.802 4.87448 402.678 7.50661 400.046L10.4175 397.135ZM11.1639 404.3C10.7516 403.888 10.7516 403.219 11.1639 402.807C11.5761 402.395 12.2444 402.395 12.6566 402.807L15.1944 405.345C15.6066 405.757 15.6066 406.426 15.1944 406.838C14.7822 407.25 14.1138 407.25 13.7016 406.838L11.1639 404.3Z" fill="#4D5D69"/>
|
|
59
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5108 439.428C25.3919 439.428 22.8636 441.956 22.8636 445.075C22.8636 448.194 25.3919 450.722 28.5108 450.722C29.4097 450.722 30.259 450.512 31.0131 450.139C31.0154 450.138 31.0177 450.137 31.02 450.136C31.4643 449.915 31.8757 449.637 32.2446 449.312C32.2992 449.263 32.3528 449.214 32.4055 449.164C32.4353 449.136 32.4649 449.107 32.4941 449.078L32.7401 448.818C33.1368 448.398 33.7968 448.376 34.2216 448.767C34.6464 449.157 34.6783 449.817 34.2933 450.247C34.2007 450.351 34.1052 450.452 34.0071 450.55L33.997 450.561L33.9968 450.561C33.405 451.152 32.7178 451.649 31.9595 452.026C31.9575 452.027 31.9554 452.028 31.9533 452.029C30.9159 452.544 29.7468 452.833 28.5108 452.833C24.226 452.833 20.7524 449.36 20.7524 445.075C20.7524 440.79 24.226 437.316 28.5108 437.316C30.9444 437.316 32.7094 438.448 34.158 439.811V439.489C34.158 438.906 34.6306 438.434 35.2136 438.434C35.7965 438.434 36.2691 438.906 36.2691 439.489V442.468C36.2691 443.051 35.7965 443.524 35.2136 443.524H32.2345C31.6516 443.524 31.179 443.051 31.179 442.468C31.179 441.885 31.6516 441.413 32.2345 441.413H32.7732C31.5176 440.212 30.2458 439.428 28.5108 439.428Z" fill="#4D5D69"/>
|
|
60
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.6901 421.55C19.6213 421.039 18.3788 421.039 17.31 421.55C16.8448 421.772 16.4214 422.134 15.8733 422.601L15.7741 422.686C15.2762 423.11 14.8101 423.308 14.1451 423.361L14.0151 423.371C13.2968 423.428 12.7419 423.472 12.2558 423.643C11.1388 424.038 10.2601 424.917 9.86561 426.034C9.69391 426.52 9.64998 427.075 9.59312 427.793L9.5828 427.923C9.53077 428.575 9.34075 429.044 8.90805 429.552L8.82343 429.651C8.35574 430.199 7.99441 430.623 7.77209 431.088C7.26123 432.157 7.26123 433.399 7.77209 434.468C7.99441 434.933 8.35573 435.357 8.82342 435.905L8.90805 436.004C9.33234 436.502 9.52974 436.968 9.5828 437.633L9.59312 437.763C9.64998 438.481 9.69391 439.036 9.86561 439.522C10.0094 439.929 10.2175 440.305 10.4781 440.637L5.74538 446.405L5.73308 446.42C5.53655 446.669 5.39897 446.959 5.32959 447.268C5.26021 447.576 5.26059 447.897 5.3307 448.205C5.40082 448.514 5.53909 448.803 5.73622 449.051C5.93339 449.3 6.18451 449.501 6.47153 449.639C6.63727 449.719 6.82091 449.753 7.00427 449.74L10.5037 449.487L12.8774 452.358C12.9821 452.485 13.115 452.585 13.2653 452.652C13.5373 452.771 13.8313 452.833 14.1289 452.833C14.4265 452.833 14.7204 452.771 14.9924 452.652C15.015 452.642 15.0372 452.631 15.059 452.619C15.3238 452.48 15.555 452.285 15.7379 452.05C15.9208 451.814 16.0514 451.542 16.1219 451.253L17.7762 444.193C18.0594 444.286 18.3507 444.346 18.6443 444.373C18.6951 443.65 18.8237 442.949 19.0217 442.278C18.748 442.281 18.4736 442.222 18.2204 442.101C18.0379 442.014 17.838 441.855 17.1434 441.263C16.2935 440.539 15.4026 440.178 14.313 440.091C13.4032 440.018 13.1495 439.989 12.9588 439.922C12.4435 439.74 12.0382 439.334 11.8562 438.819C11.7888 438.628 11.7598 438.375 11.6872 437.465C11.5984 436.352 11.2238 435.467 10.5149 434.635C9.92285 433.94 9.76402 433.74 9.67681 433.558C9.44114 433.064 9.44114 432.491 9.67681 431.998C9.76402 431.816 9.92285 431.616 10.5149 430.921C11.2391 430.071 11.6003 429.18 11.6872 428.091C11.7598 427.181 11.7888 426.927 11.8562 426.737C12.0382 426.221 12.4435 425.816 12.9588 425.634C13.1495 425.567 13.4032 425.538 14.313 425.465C15.4261 425.376 16.3114 425.002 17.1434 424.293C17.838 423.701 18.0379 423.542 18.2204 423.455C18.7134 423.219 19.2867 423.219 19.7797 423.455C19.9622 423.542 20.1621 423.701 20.8568 424.293C21.6887 425.002 22.574 425.376 23.6871 425.465C24.5969 425.538 24.8506 425.567 25.0413 425.634C25.5566 425.816 25.9619 426.221 26.1439 426.737C26.2113 426.927 26.2403 427.181 26.3129 428.091C26.4017 429.204 26.7763 430.089 27.4853 430.921C28.0773 431.616 28.2361 431.816 28.3233 431.998C28.559 432.491 28.559 433.064 28.3233 433.558C28.2361 433.74 28.0773 433.94 27.4853 434.635C27.294 434.859 27.128 435.086 26.9857 435.319C27.4759 435.245 27.978 435.206 28.4891 435.206C28.9069 435.206 29.3092 435.232 29.6966 435.281C29.9176 435.002 30.097 434.742 30.228 434.468C30.7389 433.399 30.7389 432.157 30.228 431.088C30.0057 430.623 29.6444 430.199 29.1767 429.651L29.0921 429.552C28.6678 429.054 28.4704 428.588 28.4173 427.923L28.407 427.793C28.3501 427.075 28.3062 426.52 28.1345 426.034C27.74 424.917 26.8614 424.038 25.7444 423.643C25.2582 423.472 24.7033 423.428 23.985 423.371L23.855 423.361C23.1901 423.308 22.7239 423.11 22.2261 422.686L22.1268 422.601C21.5787 422.134 21.1553 421.772 20.6901 421.55ZM15.9017 442.979L15.7741 442.87C15.2663 442.437 14.7971 442.247 14.1451 442.195L14.015 442.185C13.2968 442.128 12.7419 442.084 12.2557 441.912C12.2316 441.904 12.2076 441.895 12.1837 441.886L12.1789 441.892L7.50621 447.587L10.8943 447.343C11.2349 447.318 11.5663 447.46 11.7839 447.723L14.1192 450.547L15.8612 443.112C15.8719 443.066 15.8855 443.022 15.9017 442.979Z" fill="#4D5D69"/>
|
|
61
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3004 436.678C24.2357 435.648 24.8056 434.279 24.8056 432.778C24.8056 429.572 22.2064 426.972 19.0001 426.972C15.7937 426.972 13.1945 429.572 13.1945 432.778C13.1945 435.984 15.7937 438.583 19.0001 438.583C19.9682 438.583 20.8811 438.346 21.6837 437.927C22.1768 437.458 22.7185 437.038 23.3004 436.678ZM19.0001 428.907C16.8625 428.907 15.1297 430.64 15.1297 432.778C15.1297 434.915 16.8625 436.648 19.0001 436.648C21.1376 436.648 22.8704 434.915 22.8704 432.778C22.8704 430.64 21.1376 428.907 19.0001 428.907Z" fill="#4D5D69"/>
|
|
62
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 502.445C3.1665 499.53 5.52945 497.167 8.44428 497.167H29.5554C32.4702 497.167 34.8332 499.53 34.8332 502.445V523.556C34.8332 526.47 32.4702 528.833 29.5554 528.833H8.44428C5.52945 528.833 3.1665 526.47 3.1665 523.556V502.445ZM8.44428 499.278C6.69538 499.278 5.27762 500.696 5.27762 502.445V523.556C5.27762 525.305 6.69538 526.722 8.44428 526.722H29.5554C31.3043 526.722 32.7221 525.305 32.7221 523.556V502.445C32.7221 500.696 31.3043 499.278 29.5554 499.278H8.44428Z" fill="#4D5D69"/>
|
|
63
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.38867 502.972C7.38867 502.389 7.86126 501.917 8.44423 501.917H9.92201C10.505 501.917 10.9776 502.389 10.9776 502.972C10.9776 503.555 10.505 504.028 9.92201 504.028H8.44423C7.86126 504.028 7.38867 503.555 7.38867 502.972Z" fill="#4D5D69"/>
|
|
64
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0889 502.972C13.0889 502.389 13.5615 501.917 14.1444 501.917H15.6222C16.2052 501.917 16.6778 502.389 16.6778 502.972C16.6778 503.555 16.2052 504.028 15.6222 504.028H14.1444C13.5615 504.028 13.0889 503.555 13.0889 502.972Z" fill="#4D5D69"/>
|
|
65
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 507.722C3.1665 507.139 3.63909 506.667 4.22206 506.667H33.7776C34.3606 506.667 34.8332 507.139 34.8332 507.722C34.8332 508.305 34.3606 508.778 33.7776 508.778H4.22206C3.63909 508.778 3.1665 508.305 3.1665 507.722Z" fill="#4D5D69"/>
|
|
66
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.5611 513.457C11.9733 513.045 12.6417 513.045 13.0539 513.457L16.6006 517.004C17.0128 517.416 17.0128 518.084 16.6006 518.496L13.0539 522.043C12.6417 522.455 11.9733 522.455 11.5611 522.043C11.1489 521.631 11.1489 520.963 11.5611 520.55L14.3614 517.75L11.5611 514.95C11.1489 514.537 11.1489 513.869 11.5611 513.457Z" fill="#4D5D69"/>
|
|
67
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9155 521.297C18.9155 520.714 19.3881 520.241 19.9711 520.241H25.6711C26.2541 520.241 26.7266 520.714 26.7266 521.297C26.7266 521.879 26.2541 522.352 25.6711 522.352H19.9711C19.3881 522.352 18.9155 521.879 18.9155 521.297Z" fill="#4D5D69"/>
|
|
68
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.64453 618.133C4.64453 617.55 5.11712 617.078 5.70009 617.078H32.3001C32.8831 617.078 33.3556 617.55 33.3556 618.133C33.3556 618.716 32.8831 619.189 32.3001 619.189H5.70009C5.11712 619.189 4.64453 618.716 4.64453 618.133Z" fill="#4D5D69"/>
|
|
69
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0441 613.278C15.5401 613.278 15.0569 613.478 14.7006 613.834C14.3442 614.19 14.1441 614.674 14.1441 615.178V617.078H23.8552V615.178C23.8552 614.674 23.655 614.19 23.2987 613.834C22.9423 613.478 22.4591 613.278 21.9552 613.278H16.0441ZM25.9663 617.078V615.178C25.9663 614.114 25.5437 613.094 24.7914 612.341C24.0392 611.589 23.019 611.167 21.9552 611.167H16.0441C14.9802 611.167 13.96 611.589 13.2078 612.341C12.4555 613.094 12.0329 614.114 12.0329 615.178V617.078H8.65516C8.0722 617.078 7.59961 617.55 7.59961 618.133V638.822C7.59961 639.886 8.02221 640.906 8.77444 641.658C9.52667 642.411 10.5469 642.833 11.6107 642.833H26.3885C27.4523 642.833 28.4725 642.411 29.2248 641.658C29.977 640.906 30.3996 639.886 30.3996 638.822V618.133C30.3996 617.55 29.927 617.078 29.3441 617.078H25.9663ZM9.71072 619.189V638.822C9.71072 639.326 9.9109 639.809 10.2672 640.166C10.6235 640.522 11.1068 640.722 11.6107 640.722H26.3885C26.8924 640.722 27.3757 640.522 27.732 640.166C28.0883 639.809 28.2885 639.326 28.2885 638.822V619.189H9.71072Z" fill="#4D5D69"/>
|
|
70
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.0438 624.467C16.6268 624.467 17.0994 624.939 17.0994 625.522V634.389C17.0994 634.972 16.6268 635.445 16.0438 635.445C15.4609 635.445 14.9883 634.972 14.9883 634.389V625.522C14.9883 624.939 15.4609 624.467 16.0438 624.467Z" fill="#4D5D69"/>
|
|
71
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.9555 624.467C22.5384 624.467 23.011 624.939 23.011 625.522V634.389C23.011 634.972 22.5384 635.445 21.9555 635.445C21.3725 635.445 20.8999 634.972 20.8999 634.389V625.522C20.8999 624.939 21.3725 624.467 21.9555 624.467Z" fill="#4D5D69"/>
|
|
72
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 659.617C9.5 659.034 9.97259 658.562 10.5556 658.562H10.5577C11.1406 658.562 11.6132 659.034 11.6132 659.617C11.6132 660.2 11.1406 660.673 10.5577 660.673H10.5556C9.97259 660.673 9.5 660.2 9.5 659.617Z" fill="#4D5D69"/>
|
|
73
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 667.365C9.5 666.782 9.97259 666.309 10.5556 666.309H10.5577C11.1406 666.309 11.6132 666.782 11.6132 667.365C11.6132 667.948 11.1406 668.42 10.5577 668.42H10.5556C9.97259 668.42 9.5 667.948 9.5 667.365Z" fill="#4D5D69"/>
|
|
74
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 675.133C9.5 674.55 9.97259 674.077 10.5556 674.077H10.5577C11.1406 674.077 11.6132 674.55 11.6132 675.133C11.6132 675.716 11.1406 676.188 10.5577 676.188H10.5556C9.97259 676.188 9.5 675.716 9.5 675.133Z" fill="#4D5D69"/>
|
|
75
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 660.25C13.7222 659.667 14.1948 659.194 14.7777 659.194H14.7798C15.3628 659.194 15.8354 659.667 15.8354 660.25C15.8354 660.833 15.3628 661.305 14.7798 661.305H14.7777C14.1948 661.305 13.7222 660.833 13.7222 660.25Z" fill="#4D5D69"/>
|
|
76
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 667.997C13.7222 667.414 14.1948 666.942 14.7777 666.942H14.7798C15.3628 666.942 15.8354 667.414 15.8354 667.997C15.8354 668.58 15.3628 669.053 14.7798 669.053H14.7777C14.1948 669.053 13.7222 668.58 13.7222 667.997Z" fill="#4D5D69"/>
|
|
77
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 675.745C13.7222 675.162 14.1948 674.689 14.7777 674.689H14.7798C15.3628 674.689 15.8354 675.162 15.8354 675.745C15.8354 676.328 15.3628 676.801 14.7798 676.801H14.7777C14.1948 676.801 13.7222 676.328 13.7222 675.745Z" fill="#4D5D69"/>
|
|
78
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.7223 665.793V653.389C32.7223 652.348 31.904 651.659 31.2084 651.247C30.4421 650.795 29.4036 650.423 28.2128 650.126C25.8149 649.526 22.5582 649.167 19.0001 649.167C15.4419 649.167 12.1852 649.526 9.78736 650.126C8.59654 650.423 7.55798 650.795 6.7917 651.247C6.09608 651.659 5.27783 652.348 5.27783 653.389V676.611C5.27783 677.652 6.09608 678.341 6.7917 678.752C7.55798 679.205 8.59654 679.576 9.78736 679.874C12.1852 680.474 15.4419 680.833 19.0001 680.833C20.413 680.833 21.7784 680.776 23.0614 680.671C22.8083 680.445 22.5682 680.205 22.3423 679.953C21.997 679.567 21.7636 679.12 21.64 678.652C20.7917 678.698 19.9085 678.722 19.0001 678.722C15.5626 678.722 12.4859 678.373 10.2994 677.826C9.19798 677.551 8.38155 677.24 7.86589 676.935C7.51853 676.73 7.41535 676.595 7.38894 676.555V671.337C8.06536 671.652 8.88239 671.921 9.78736 672.147C12.1852 672.747 15.4419 673.106 19.0001 673.106C19.4622 673.106 19.9193 673.1 20.3701 673.088C20.1698 672.673 20.0574 672.208 20.0571 671.716L20.0567 670.984C19.7088 670.991 19.3563 670.995 19.0001 670.995C15.5626 670.995 12.4859 670.646 10.2994 670.099C9.19798 669.824 8.38155 669.513 7.86589 669.208C7.51853 669.003 7.41535 668.868 7.38894 668.828V663.59C8.06536 663.905 8.88239 664.173 9.78736 664.4C12.1852 664.999 15.4419 665.359 19.0001 665.359C22.5582 665.359 25.8149 664.999 28.2128 664.4C29.1177 664.173 29.9347 663.905 30.6112 663.59V665.139C31.3501 665.27 32.0578 665.492 32.7223 665.793ZM7.38894 661.08V655.842C8.06536 656.157 8.88239 656.426 9.78736 656.652C12.1852 657.251 15.4419 657.611 19.0001 657.611C22.5582 657.611 25.8149 657.251 28.2128 656.652C29.1177 656.426 29.9347 656.157 30.6112 655.842V661.08C30.5848 661.121 30.4816 661.255 30.1342 661.46C29.6186 661.765 28.8021 662.076 27.7007 662.351C25.5142 662.898 22.4375 663.247 19.0001 663.247C15.5626 663.247 12.4859 662.898 10.2994 662.351C9.19798 662.076 8.38155 661.765 7.86589 661.46C7.51853 661.255 7.41535 661.121 7.38894 661.08ZM30.1342 653.065C30.3836 653.212 30.5072 653.323 30.5668 653.389C30.5072 653.454 30.3836 653.565 30.1342 653.713C29.6186 654.017 28.8021 654.329 27.7007 654.604C25.5142 655.15 22.4375 655.5 19.0001 655.5C15.5626 655.5 12.4859 655.15 10.2994 654.604C9.19798 654.329 8.38155 654.017 7.86589 653.713C7.61646 653.565 7.49293 653.454 7.43333 653.389C7.49293 653.323 7.61646 653.212 7.86589 653.065C8.38155 652.76 9.19798 652.449 10.2994 652.174C12.4859 651.627 15.5626 651.278 19.0001 651.278C22.4375 651.278 25.5142 651.627 27.7007 652.174C28.8021 652.449 29.6186 652.76 30.1342 653.065Z" fill="#4D5D69"/>
|
|
79
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 669.222C31.6509 669.222 33.7776 671.349 33.7776 673.972C33.7776 676.596 31.6509 678.722 29.0276 678.722C28.2718 678.722 27.5578 678.546 26.9237 678.233C26.9215 678.231 26.9193 678.23 26.9171 678.229C26.5434 678.044 26.1974 677.81 25.887 677.536C25.8359 677.491 25.7857 677.445 25.7366 677.398C25.7171 677.379 25.6978 677.36 25.6786 677.341L25.467 677.117C25.0703 676.698 24.4103 676.675 23.9855 677.066C23.5607 677.457 23.5288 678.117 23.9137 678.547C23.9953 678.638 24.0793 678.727 24.1656 678.813L24.1757 678.824L24.176 678.824C24.6992 679.347 25.307 679.787 25.9776 680.12C25.9796 680.121 25.9817 680.122 25.9838 680.123C26.9011 680.578 27.9348 680.834 29.0276 680.834C32.8168 680.834 35.8887 677.762 35.8887 673.972C35.8887 670.183 32.8168 667.111 29.0276 667.111C25.8976 667.111 24.0187 669.228 22.4722 670.969L22.4327 671.014C22.0456 671.45 22.0852 672.117 22.5211 672.504C22.957 672.891 23.6242 672.852 24.0113 672.416C25.6598 670.559 26.9489 669.222 29.0276 669.222Z" fill="#4D5D69"/>
|
|
80
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 668.078C22.6401 668.078 22.1675 668.551 22.1675 669.134V671.714C22.1675 672.297 22.6401 672.769 23.2231 672.769H25.8033C26.3863 672.769 26.8589 672.297 26.8589 671.714C26.8589 671.131 26.3863 670.658 25.8033 670.658H24.2786V669.134C24.2786 668.551 23.8061 668.078 23.2231 668.078Z" fill="#4D5D69"/>
|
|
81
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 697.617C9.5 697.034 9.97259 696.562 10.5556 696.562H10.5577C11.1406 696.562 11.6132 697.034 11.6132 697.617C11.6132 698.2 11.1406 698.673 10.5577 698.673H10.5556C9.97259 698.673 9.5 698.2 9.5 697.617Z" fill="#4D5D69"/>
|
|
82
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 705.365C9.5 704.782 9.97259 704.309 10.5556 704.309H10.5577C11.1406 704.309 11.6132 704.782 11.6132 705.365C11.6132 705.948 11.1406 706.42 10.5577 706.42H10.5556C9.97259 706.42 9.5 705.948 9.5 705.365Z" fill="#4D5D69"/>
|
|
83
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 713.133C9.5 712.55 9.97259 712.077 10.5556 712.077H10.5577C11.1406 712.077 11.6132 712.55 11.6132 713.133C11.6132 713.716 11.1406 714.188 10.5577 714.188H10.5556C9.97259 714.188 9.5 713.716 9.5 713.133Z" fill="#4D5D69"/>
|
|
84
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 698.25C13.7222 697.667 14.1948 697.194 14.7777 697.194H14.7798C15.3628 697.194 15.8354 697.667 15.8354 698.25C15.8354 698.833 15.3628 699.305 14.7798 699.305H14.7777C14.1948 699.305 13.7222 698.833 13.7222 698.25Z" fill="#4D5D69"/>
|
|
85
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 705.997C13.7222 705.414 14.1948 704.942 14.7777 704.942H14.7798C15.3628 704.942 15.8354 705.414 15.8354 705.997C15.8354 706.58 15.3628 707.053 14.7798 707.053H14.7777C14.1948 707.053 13.7222 706.58 13.7222 705.997Z" fill="#4D5D69"/>
|
|
86
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 713.745C13.7222 713.162 14.1948 712.689 14.7777 712.689H14.7798C15.3628 712.689 15.8354 713.162 15.8354 713.745C15.8354 714.328 15.3628 714.801 14.7798 714.801H14.7777C14.1948 714.801 13.7222 714.328 13.7222 713.745Z" fill="#4D5D69"/>
|
|
87
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 707.222C31.6509 707.222 33.7776 709.349 33.7776 711.972C33.7776 714.596 31.6509 716.722 29.0276 716.722C28.2718 716.722 27.5578 716.546 26.9237 716.233C26.9215 716.231 26.9193 716.23 26.9171 716.229C26.5434 716.044 26.1974 715.81 25.887 715.536C25.8359 715.491 25.7857 715.445 25.7366 715.398C25.7171 715.379 25.6978 715.36 25.6786 715.341L25.467 715.117C25.0703 714.698 24.4103 714.675 23.9855 715.066C23.5607 715.457 23.5288 716.117 23.9137 716.547C23.9953 716.638 24.0793 716.727 24.1656 716.813L24.1757 716.824L24.176 716.824C24.6992 717.347 25.307 717.787 25.9776 718.12C25.9796 718.121 25.9817 718.122 25.9838 718.123C26.9011 718.578 27.9348 718.834 29.0276 718.834C32.8168 718.834 35.8887 715.762 35.8887 711.972C35.8887 708.183 32.8168 705.111 29.0276 705.111C25.8976 705.111 24.0187 707.228 22.4722 708.969L22.4327 709.014C22.0456 709.45 22.0852 710.117 22.5211 710.504C22.957 710.891 23.6242 710.852 24.0113 710.416C25.6598 708.559 26.9489 707.222 29.0276 707.222Z" fill="#4D5D69"/>
|
|
88
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 706.078C22.6401 706.078 22.1675 706.551 22.1675 707.134V709.714C22.1675 710.297 22.6401 710.769 23.2231 710.769H25.8033C26.3863 710.769 26.8589 710.297 26.8589 709.714C26.8589 709.131 26.3863 708.658 25.8033 708.658H24.2786V707.134C24.2786 706.551 23.8061 706.078 23.2231 706.078Z" fill="#4D5D69"/>
|
|
89
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 693.5C38 698.747 33.7467 703 28.5 703C23.2533 703 19 698.747 19 693.5C19 688.253 23.2533 684 28.5 684C33.7467 684 38 688.253 38 693.5ZM28.5 694.07C29.1296 694.07 29.64 693.56 29.64 692.93V689.13C29.64 688.501 29.1296 687.99 28.5 687.99C27.8704 687.99 27.36 688.501 27.36 689.13V692.93C27.36 693.56 27.8704 694.07 28.5 694.07ZM28.5 695.97C27.7655 695.97 27.17 696.565 27.17 697.3C27.17 698.035 27.7655 698.63 28.5 698.63H28.5095C29.244 698.63 29.8395 698.035 29.8395 697.3C29.8395 696.565 29.244 695.97 28.5095 695.97H28.5Z" fill="#EA3223"/>
|
|
90
|
+
<path d="M18.7664 687.167C15.2995 687.182 12.1326 687.539 9.78736 688.125C8.59654 688.423 7.55798 688.794 6.7917 689.247C6.09608 689.659 5.27783 690.348 5.27783 691.389V714.611C5.27783 715.652 6.09608 716.341 6.7917 716.752C7.55798 717.205 8.59654 717.576 9.78736 717.874C12.1852 718.474 15.4419 718.833 19.0001 718.833C20.413 718.833 21.7784 718.776 23.0614 718.671C22.8083 718.445 22.5682 718.205 22.3423 717.953C21.997 717.567 21.7636 717.12 21.64 716.652C20.7917 716.698 19.9085 716.722 19.0001 716.722C15.5626 716.722 12.4859 716.373 10.2994 715.826C9.19798 715.551 8.38155 715.24 7.86589 714.935C7.51853 714.73 7.41535 714.595 7.38894 714.555V709.337C8.06536 709.652 8.88239 709.921 9.78736 710.147C12.1852 710.747 15.4419 711.106 19.0001 711.106C19.4622 711.106 19.9193 711.1 20.3701 711.088C20.1698 710.673 20.0574 710.208 20.0571 709.716L20.0567 708.984C19.7088 708.991 19.3563 708.995 19.0001 708.995C15.5626 708.995 12.4859 708.646 10.2994 708.099C9.19798 707.824 8.38155 707.513 7.86589 707.208C7.51853 707.003 7.41535 706.868 7.38894 706.828V701.59C8.06536 701.905 8.88239 702.173 9.78736 702.4C12.1852 702.999 15.4419 703.359 19.0001 703.359C20.1031 703.359 21.1772 703.324 22.2057 703.258C21.331 702.693 20.5371 702.013 19.8453 701.24C19.5662 701.245 19.2844 701.247 19.0001 701.247C15.5626 701.247 12.4859 700.898 10.2994 700.351C9.19798 700.076 8.38155 699.765 7.86589 699.46C7.51853 699.255 7.41535 699.121 7.38894 699.08V693.842C8.06536 694.157 8.88239 694.426 9.78736 694.652C11.7449 695.141 14.2749 695.471 17.0739 695.575C16.9524 694.902 16.8889 694.208 16.8889 693.5C16.8889 693.485 16.889 693.47 16.889 693.455C14.3108 693.345 12.0272 693.036 10.2994 692.604C9.19798 692.328 8.38155 692.017 7.86589 691.713C7.61646 691.565 7.49293 691.454 7.43333 691.389C7.49293 691.323 7.61646 691.212 7.86589 691.065C8.38155 690.76 9.19798 690.449 10.2994 690.174C12.2005 689.698 14.7746 689.372 17.6737 689.295C17.9653 688.545 18.3326 687.832 18.7664 687.167Z" fill="#4D5D69"/>
|
|
91
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 735.617C9.5 735.034 9.97259 734.562 10.5556 734.562H10.5577C11.1406 734.562 11.6132 735.034 11.6132 735.617C11.6132 736.2 11.1406 736.673 10.5577 736.673H10.5556C9.97259 736.673 9.5 736.2 9.5 735.617Z" fill="#4D5D69"/>
|
|
92
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 743.365C9.5 742.782 9.97259 742.309 10.5556 742.309H10.5577C11.1406 742.309 11.6132 742.782 11.6132 743.365C11.6132 743.948 11.1406 744.42 10.5577 744.42H10.5556C9.97259 744.42 9.5 743.948 9.5 743.365Z" fill="#4D5D69"/>
|
|
93
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 751.133C9.5 750.55 9.97259 750.077 10.5556 750.077H10.5577C11.1406 750.077 11.6132 750.55 11.6132 751.133C11.6132 751.716 11.1406 752.188 10.5577 752.188H10.5556C9.97259 752.188 9.5 751.716 9.5 751.133Z" fill="#4D5D69"/>
|
|
94
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 736.25C13.7222 735.667 14.1948 735.194 14.7777 735.194H14.7798C15.3628 735.194 15.8354 735.667 15.8354 736.25C15.8354 736.833 15.3628 737.305 14.7798 737.305H14.7777C14.1948 737.305 13.7222 736.833 13.7222 736.25Z" fill="#4D5D69"/>
|
|
95
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 743.997C13.7222 743.414 14.1948 742.942 14.7777 742.942H14.7798C15.3628 742.942 15.8354 743.414 15.8354 743.997C15.8354 744.58 15.3628 745.053 14.7798 745.053H14.7777C14.1948 745.053 13.7222 744.58 13.7222 743.997Z" fill="#4D5D69"/>
|
|
96
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 751.745C13.7222 751.162 14.1948 750.689 14.7777 750.689H14.7798C15.3628 750.689 15.8354 751.162 15.8354 751.745C15.8354 752.328 15.3628 752.801 14.7798 752.801H14.7777C14.1948 752.801 13.7222 752.328 13.7222 751.745Z" fill="#4D5D69"/>
|
|
97
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 745.222C31.6509 745.222 33.7776 747.349 33.7776 749.972C33.7776 752.596 31.6509 754.722 29.0276 754.722C28.2718 754.722 27.5578 754.546 26.9237 754.233C26.9215 754.231 26.9193 754.23 26.9171 754.229C26.5434 754.044 26.1974 753.81 25.887 753.536C25.8359 753.491 25.7857 753.445 25.7366 753.398C25.7171 753.379 25.6978 753.36 25.6786 753.341L25.467 753.117C25.0703 752.698 24.4103 752.675 23.9855 753.066C23.5607 753.457 23.5288 754.117 23.9137 754.547C23.9953 754.638 24.0793 754.727 24.1656 754.813L24.1757 754.824L24.176 754.824C24.6992 755.347 25.307 755.787 25.9776 756.12C25.9796 756.121 25.9817 756.122 25.9838 756.123C26.9011 756.578 27.9348 756.834 29.0276 756.834C32.8168 756.834 35.8887 753.762 35.8887 749.972C35.8887 746.183 32.8168 743.111 29.0276 743.111C25.8976 743.111 24.0187 745.228 22.4722 746.969L22.4327 747.014C22.0456 747.45 22.0852 748.117 22.5211 748.504C22.957 748.891 23.6242 748.852 24.0113 748.416C25.6598 746.559 26.9489 745.222 29.0276 745.222Z" fill="#4D5D69"/>
|
|
98
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 744.078C22.6401 744.078 22.1675 744.551 22.1675 745.134V747.714C22.1675 748.297 22.6401 748.769 23.2231 748.769H25.8033C26.3863 748.769 26.8589 748.297 26.8589 747.714C26.8589 747.131 26.3863 746.658 25.8033 746.658H24.2786V745.134C24.2786 744.551 23.8061 744.078 23.2231 744.078Z" fill="#4D5D69"/>
|
|
99
|
+
<path d="M26.9452 722.875L19.2437 735.732C19.0849 736.007 19.0009 736.319 19 736.637C18.9991 736.954 19.0814 737.266 19.2386 737.542C19.3959 737.818 19.6226 738.048 19.8963 738.209C20.17 738.37 20.481 738.457 20.7985 738.46H36.2015C36.519 738.457 36.83 738.37 37.1037 738.209C37.3774 738.048 37.6041 737.818 37.7614 737.542C37.9186 737.266 38.0009 736.954 38 736.637C37.9991 736.319 37.9151 736.007 37.7563 735.732L30.0548 722.875C29.8927 722.608 29.6645 722.387 29.3922 722.234C29.1198 722.081 28.8125 722 28.5 722C28.1875 722 27.8802 722.081 27.6078 722.234C27.3355 722.387 27.1073 722.608 26.9452 722.875Z" fill="#FBCE28"/>
|
|
100
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 731.88C29.1295 731.88 29.6399 731.369 29.6399 730.74V726.94C29.6399 726.31 29.1295 725.8 28.4999 725.8C27.8703 725.8 27.3599 726.31 27.3599 726.94V730.74C27.3599 731.369 27.8703 731.88 28.4999 731.88Z" fill="#FBCE28"/>
|
|
101
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 731.88C29.1295 731.88 29.6399 731.369 29.6399 730.74V726.94C29.6399 726.31 29.1295 725.8 28.4999 725.8C27.8703 725.8 27.3599 726.31 27.3599 726.94V730.74C27.3599 731.369 27.8703 731.88 28.4999 731.88Z" fill="#213444" fill-opacity="0.72"/>
|
|
102
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 735.109C27.1699 734.375 27.7654 733.779 28.4999 733.779H28.5094C29.244 733.779 29.8394 734.375 29.8394 735.109C29.8394 735.844 29.244 736.439 28.5094 736.439H28.4999C27.7654 736.439 27.1699 735.844 27.1699 735.109Z" fill="#FBCE28"/>
|
|
103
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 735.109C27.1699 734.375 27.7654 733.779 28.4999 733.779H28.5094C29.244 733.779 29.8394 734.375 29.8394 735.109C29.8394 735.844 29.244 736.439 28.5094 736.439H28.4999C27.7654 736.439 27.1699 735.844 27.1699 735.109Z" fill="#213444" fill-opacity="0.72"/>
|
|
104
|
+
<path d="M32.7223 740.571L30.6112 740.571V741.139C31.3501 741.27 32.0578 741.492 32.7223 741.793V740.571Z" fill="#4D5D69"/>
|
|
105
|
+
<path d="M23.0614 756.671C21.7784 756.776 20.413 756.833 19.0001 756.833C15.4419 756.833 12.1852 756.474 9.78736 755.874C8.59654 755.576 7.55798 755.205 6.7917 754.752C6.09608 754.341 5.27783 753.652 5.27783 752.611V729.389C5.27783 728.348 6.09608 727.659 6.7917 727.247C7.55798 726.795 8.59654 726.423 9.78736 726.126C12.1852 725.526 15.4419 725.167 19.0001 725.167C20.3966 725.167 21.7467 725.222 23.0167 725.325L21.7998 727.357C21.7011 727.351 21.6019 727.346 21.5022 727.341C20.6962 727.299 19.8594 727.278 19.0001 727.278C15.5626 727.278 12.4859 727.627 10.2994 728.174C9.19798 728.449 8.38155 728.76 7.86589 729.065C7.61646 729.212 7.49293 729.323 7.43333 729.389C7.49293 729.454 7.61646 729.565 7.86589 729.713C8.38155 730.017 9.19798 730.329 10.2994 730.604C12.4859 731.15 15.5626 731.5 19.0001 731.5C19.1066 731.5 19.2128 731.5 19.3187 731.499L18.0586 733.603C17.9323 733.6 17.8064 733.598 17.681 733.594C14.6412 733.517 11.8855 733.176 9.78736 732.652C8.88239 732.426 8.06536 732.157 7.38894 731.842V737.08C7.41535 737.121 7.51853 737.255 7.86589 737.46C8.38155 737.765 9.19798 738.076 10.2994 738.351C12.2425 738.837 14.8885 739.167 17.866 739.235C18.1405 739.547 18.4642 739.816 18.8257 740.028C19.4171 740.376 20.0893 740.564 20.7754 740.571L27.4724 740.571C27.4069 740.585 27.3409 740.599 27.2744 740.613C24.996 741.083 22.1134 741.359 19.0001 741.359C15.4419 741.359 12.1852 740.999 9.78736 740.4C8.88239 740.173 8.06536 739.905 7.38894 739.59V744.828C7.41535 744.868 7.51853 745.003 7.86589 745.208C8.38155 745.513 9.19798 745.824 10.2994 746.099C12.4859 746.646 15.5626 746.995 19.0001 746.995C19.3563 746.995 19.7088 746.991 20.0567 746.984L20.0571 747.716C20.0574 748.208 20.1698 748.673 20.3701 749.088C19.9193 749.1 19.4622 749.106 19.0001 749.106C15.4419 749.106 12.1852 748.747 9.78736 748.147C8.88239 747.921 8.06536 747.652 7.38894 747.337V752.555C7.41535 752.595 7.51853 752.73 7.86589 752.935C8.38155 753.24 9.19798 753.551 10.2994 753.826C12.4859 754.373 15.5626 754.722 19.0001 754.722C19.9085 754.722 20.7917 754.698 21.64 754.652C21.7636 755.12 21.997 755.567 22.3423 755.953C22.5682 756.205 22.8083 756.445 23.0614 756.671Z" fill="#4D5D69"/>
|
|
106
|
+
<g clip-path="url(#clip0_2115_2469)">
|
|
107
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 773.617C9.5 773.034 9.97259 772.562 10.5556 772.562H10.5577C11.1406 772.562 11.6132 773.034 11.6132 773.617C11.6132 774.2 11.1406 774.673 10.5577 774.673H10.5556C9.97259 774.673 9.5 774.2 9.5 773.617Z" fill="#4D5D69"/>
|
|
108
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 781.365C9.5 780.782 9.97259 780.309 10.5556 780.309H10.5577C11.1406 780.309 11.6132 780.782 11.6132 781.365C11.6132 781.948 11.1406 782.42 10.5577 782.42H10.5556C9.97259 782.42 9.5 781.948 9.5 781.365Z" fill="#4D5D69"/>
|
|
109
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 789.133C9.5 788.55 9.97259 788.077 10.5556 788.077H10.5577C11.1406 788.077 11.6132 788.55 11.6132 789.133C11.6132 789.716 11.1406 790.188 10.5577 790.188H10.5556C9.97259 790.188 9.5 789.716 9.5 789.133Z" fill="#4D5D69"/>
|
|
110
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 774.25C13.7222 773.667 14.1948 773.194 14.7777 773.194H14.7798C15.3628 773.194 15.8354 773.667 15.8354 774.25C15.8354 774.833 15.3628 775.305 14.7798 775.305H14.7777C14.1948 775.305 13.7222 774.833 13.7222 774.25Z" fill="#4D5D69"/>
|
|
111
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 781.997C13.7222 781.414 14.1948 780.942 14.7777 780.942H14.7798C15.3628 780.942 15.8354 781.414 15.8354 781.997C15.8354 782.58 15.3628 783.053 14.7798 783.053H14.7777C14.1948 783.053 13.7222 782.58 13.7222 781.997Z" fill="#4D5D69"/>
|
|
112
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 789.745C13.7222 789.162 14.1948 788.689 14.7777 788.689H14.7798C15.3628 788.689 15.8354 789.162 15.8354 789.745C15.8354 790.328 15.3628 790.801 14.7798 790.801H14.7777C14.1948 790.801 13.7222 790.328 13.7222 789.745Z" fill="#4D5D69"/>
|
|
113
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.7223 779.793V767.389C32.7223 766.348 31.904 765.659 31.2084 765.247C30.4421 764.795 29.4036 764.423 28.2127 764.126C25.8149 763.526 22.5582 763.167 19.0001 763.167C15.4419 763.167 12.1852 763.526 9.78736 764.126C8.59654 764.423 7.55798 764.795 6.7917 765.247C6.09608 765.659 5.27783 766.348 5.27783 767.389V790.611C5.27783 791.652 6.09608 792.341 6.7917 792.752C7.55798 793.205 8.59654 793.576 9.78736 793.874C12.1852 794.474 15.4419 794.833 19.0001 794.833C20.413 794.833 21.7784 794.776 23.0614 794.671C22.8083 794.445 22.5682 794.205 22.3423 793.953C21.997 793.567 21.7636 793.12 21.64 792.652C20.7917 792.698 19.9085 792.722 19.0001 792.722C15.5626 792.722 12.4859 792.373 10.2994 791.826C9.19798 791.551 8.38155 791.24 7.86589 790.935C7.51853 790.73 7.41535 790.595 7.38894 790.555V785.337C8.06536 785.652 8.88239 785.921 9.78736 786.147C12.1852 786.747 15.4419 787.106 19.0001 787.106C19.4622 787.106 19.9193 787.1 20.3701 787.088C20.1698 786.673 20.0574 786.208 20.0571 785.716L20.0567 784.984C19.7088 784.991 19.3563 784.995 19.0001 784.995C15.5626 784.995 12.4859 784.646 10.2994 784.099C9.19798 783.824 8.38155 783.513 7.86589 783.208C7.51853 783.003 7.41535 782.868 7.38894 782.828V777.59C8.06536 777.905 8.88239 778.173 9.78736 778.4C12.1852 778.999 15.4419 779.359 19.0001 779.359C22.5582 779.359 25.8149 778.999 28.2127 778.4C29.1177 778.173 29.9347 777.905 30.6112 777.59V779.139C31.3501 779.27 32.0578 779.492 32.7223 779.793ZM7.38894 775.08V769.842C8.06536 770.157 8.88239 770.426 9.78736 770.652C12.1852 771.251 15.4419 771.611 19.0001 771.611C22.5582 771.611 25.8149 771.251 28.2127 770.652C29.1177 770.426 29.9347 770.157 30.6112 769.842V775.08C30.5848 775.121 30.4816 775.255 30.1342 775.46C29.6186 775.765 28.8021 776.076 27.7007 776.351C25.5142 776.898 22.4375 777.247 19.0001 777.247C15.5626 777.247 12.4859 776.898 10.2994 776.351C9.19798 776.076 8.38155 775.765 7.86589 775.46C7.51853 775.255 7.41535 775.121 7.38894 775.08ZM30.1342 767.065C30.3836 767.212 30.5072 767.323 30.5668 767.389C30.5072 767.454 30.3836 767.565 30.1342 767.713C29.6186 768.017 28.8021 768.329 27.7007 768.604C25.5142 769.15 22.4375 769.5 19.0001 769.5C15.5626 769.5 12.4859 769.15 10.2994 768.604C9.19798 768.329 8.38155 768.017 7.86589 767.713C7.61646 767.565 7.49293 767.454 7.43333 767.389C7.49293 767.323 7.61646 767.212 7.86589 767.065C8.38155 766.76 9.19798 766.449 10.2994 766.174C12.4859 765.627 15.5626 765.278 19.0001 765.278C22.4375 765.278 25.5142 765.627 27.7007 766.174C28.8021 766.449 29.6186 766.76 30.1342 767.065Z" fill="#4D5D69"/>
|
|
114
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 783.222C31.6509 783.222 33.7776 785.349 33.7776 787.972C33.7776 790.596 31.6509 792.722 29.0276 792.722C28.2718 792.722 27.5578 792.546 26.9237 792.233C26.9215 792.231 26.9193 792.23 26.9171 792.229C26.5434 792.044 26.1974 791.81 25.887 791.536C25.8359 791.491 25.7857 791.445 25.7366 791.398C25.7171 791.379 25.6978 791.36 25.6786 791.341L25.467 791.117C25.0703 790.698 24.4103 790.675 23.9855 791.066C23.5607 791.457 23.5288 792.117 23.9137 792.547C23.9953 792.638 24.0793 792.727 24.1656 792.813L24.1757 792.824L24.176 792.824C24.6992 793.347 25.307 793.787 25.9776 794.12C25.9796 794.121 25.9817 794.122 25.9838 794.123C26.9011 794.578 27.9348 794.834 29.0276 794.834C32.8168 794.834 35.8887 791.762 35.8887 787.972C35.8887 784.183 32.8168 781.111 29.0276 781.111C25.8976 781.111 24.0187 783.228 22.4722 784.969L22.4327 785.014C22.0456 785.45 22.0852 786.117 22.5211 786.504C22.957 786.891 23.6242 786.852 24.0113 786.416C25.6598 784.559 26.9489 783.222 29.0276 783.222Z" fill="#4D5D69"/>
|
|
115
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 782.078C22.6401 782.078 22.1675 782.551 22.1675 783.134V785.714C22.1675 786.297 22.6401 786.769 23.2231 786.769H25.8033C26.3863 786.769 26.8589 786.297 26.8589 785.714C26.8589 785.131 26.3863 784.658 25.8033 784.658H24.2786V783.134C24.2786 782.551 23.8061 782.078 23.2231 782.078Z" fill="#4D5D69"/>
|
|
116
|
+
<path d="M29.0256 795.678H23.0464L27.7833 775.832C27.9243 775.216 28.3385 774.778 29.0262 774.778C29.7138 774.778 30.1448 775.263 30.2687 775.832L35.0094 795.678H29.0256Z" fill="#FBCE28"/>
|
|
117
|
+
<path d="M33.8758 790.927H24.1812L24.8049 788.313H33.2515L33.8758 790.927Z" fill="#4D5D69"/>
|
|
118
|
+
<path d="M32.2872 784.277H25.7684L26.3589 781.803H31.6963L32.2872 784.277Z" fill="#4D5D69"/>
|
|
119
|
+
<rect x="20.0557" y="795.678" width="17.9444" height="2.32222" rx="1.16111" fill="#4D5D69"/>
|
|
120
|
+
</g>
|
|
121
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 849.617C9.5 849.034 9.97259 848.562 10.5556 848.562H10.5577C11.1406 848.562 11.6132 849.034 11.6132 849.617C11.6132 850.2 11.1406 850.673 10.5577 850.673H10.5556C9.97259 850.673 9.5 850.2 9.5 849.617Z" fill="#4D5D69"/>
|
|
122
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 857.365C9.5 856.782 9.97259 856.309 10.5556 856.309H10.5577C11.1406 856.309 11.6132 856.782 11.6132 857.365C11.6132 857.948 11.1406 858.42 10.5577 858.42H10.5556C9.97259 858.42 9.5 857.948 9.5 857.365Z" fill="#4D5D69"/>
|
|
123
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 865.133C9.5 864.55 9.97259 864.077 10.5556 864.077H10.5577C11.1406 864.077 11.6132 864.55 11.6132 865.133C11.6132 865.716 11.1406 866.188 10.5577 866.188H10.5556C9.97259 866.188 9.5 865.716 9.5 865.133Z" fill="#4D5D69"/>
|
|
124
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 850.25C13.7222 849.667 14.1948 849.194 14.7777 849.194H14.7798C15.3628 849.194 15.8354 849.667 15.8354 850.25C15.8354 850.833 15.3628 851.305 14.7798 851.305H14.7777C14.1948 851.305 13.7222 850.833 13.7222 850.25Z" fill="#4D5D69"/>
|
|
125
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 857.997C13.7222 857.414 14.1948 856.942 14.7777 856.942H14.7798C15.3628 856.942 15.8354 857.414 15.8354 857.997C15.8354 858.58 15.3628 859.053 14.7798 859.053H14.7777C14.1948 859.053 13.7222 858.58 13.7222 857.997Z" fill="#4D5D69"/>
|
|
126
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 865.745C13.7222 865.162 14.1948 864.689 14.7777 864.689H14.7798C15.3628 864.689 15.8354 865.162 15.8354 865.745C15.8354 866.328 15.3628 866.801 14.7798 866.801H14.7777C14.1948 866.801 13.7222 866.328 13.7222 865.745Z" fill="#4D5D69"/>
|
|
127
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 859.222C31.6509 859.222 33.7776 861.349 33.7776 863.972C33.7776 866.596 31.6509 868.722 29.0276 868.722C28.2718 868.722 27.5578 868.546 26.9237 868.233C26.9215 868.231 26.9193 868.23 26.9171 868.229C26.5434 868.044 26.1974 867.81 25.887 867.536C25.8359 867.491 25.7857 867.445 25.7366 867.398C25.7171 867.379 25.6978 867.36 25.6786 867.341L25.467 867.117C25.0703 866.698 24.4103 866.675 23.9855 867.066C23.5607 867.457 23.5288 868.117 23.9137 868.547C23.9953 868.638 24.0793 868.727 24.1656 868.813L24.1757 868.824L24.176 868.824C24.6992 869.347 25.307 869.787 25.9776 870.12C25.9796 870.121 25.9817 870.122 25.9838 870.123C26.9011 870.578 27.9348 870.834 29.0276 870.834C32.8168 870.834 35.8887 867.762 35.8887 863.972C35.8887 860.183 32.8168 857.111 29.0276 857.111C25.8976 857.111 24.0187 859.228 22.4722 860.969L22.4327 861.014C22.0456 861.45 22.0852 862.117 22.5211 862.504C22.957 862.891 23.6242 862.852 24.0113 862.416C25.6598 860.559 26.9489 859.222 29.0276 859.222Z" fill="#4D5D69"/>
|
|
128
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 858.078C22.6401 858.078 22.1675 858.551 22.1675 859.134V861.714C22.1675 862.297 22.6401 862.769 23.2231 862.769H25.8033C26.3863 862.769 26.8589 862.297 26.8589 861.714C26.8589 861.131 26.3863 860.658 25.8033 860.658H24.2786V859.134C24.2786 858.551 23.8061 858.078 23.2231 858.078Z" fill="#4D5D69"/>
|
|
129
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.483 845.246C22.49 844.639 22.9882 844.152 23.5957 844.159L26.0211 844.187L26.0211 840.936L23.5703 840.908C22.9628 840.901 22.476 840.403 22.483 839.795C22.49 839.188 22.9882 838.701 23.5957 838.708L26.0211 838.736L26.0211 838.594C26.0211 837.743 26.7106 837.054 27.5612 837.054L30.0547 837.054C32.485 837.054 34.4551 839.024 34.4551 841.454L34.4551 841.458L36.8995 841.458C37.5071 841.458 37.9996 841.95 37.9996 842.558C37.9996 843.165 37.5071 843.658 36.8995 843.658L34.4551 843.658C34.4531 846.087 32.4838 848.055 30.0547 848.055L27.5612 848.055C26.7106 848.055 26.0211 847.365 26.0211 846.515L26.0211 846.387L23.5703 846.359C22.9628 846.352 22.476 845.854 22.483 845.246ZM28.2213 845.855L30.0547 845.855C31.2698 845.855 32.2549 844.869 32.2549 843.654L32.2549 841.454C32.2549 840.239 31.2698 839.254 30.0547 839.254L28.2213 839.254L28.2213 845.855Z" fill="#239332"/>
|
|
130
|
+
<path d="M20.7436 841.308C20.175 841.288 19.5929 841.278 19.0001 841.278C15.5626 841.278 12.4859 841.627 10.2994 842.174C9.19798 842.449 8.38155 842.76 7.86589 843.065C7.61646 843.212 7.49293 843.323 7.43333 843.389C7.49293 843.454 7.61646 843.565 7.86589 843.713C8.38155 844.017 9.19798 844.329 10.2994 844.604C12.4859 845.15 15.5626 845.5 19.0001 845.5C19.467 845.5 19.9273 845.493 20.3796 845.481C20.435 846.292 20.7927 847.023 21.3419 847.558C20.5806 847.593 19.7979 847.611 19.0001 847.611C15.4419 847.611 12.1852 847.251 9.78736 846.652C8.88239 846.426 8.06536 846.157 7.38894 845.842V851.08C7.41535 851.121 7.51853 851.255 7.86589 851.46C8.38155 851.765 9.19798 852.076 10.2994 852.351C12.4859 852.898 15.5626 853.247 19.0001 853.247C22.4375 853.247 25.5142 852.898 27.7007 852.351C28.8021 852.076 29.6186 851.765 30.1342 851.46C30.4816 851.255 30.5848 851.121 30.6112 851.08V850.142C31.3579 850.079 32.0687 849.89 32.7223 849.596V855.793C32.0578 855.492 31.3501 855.27 30.6112 855.139V853.59C29.9347 853.905 29.1177 854.173 28.2127 854.4C25.8149 854.999 22.5582 855.359 19.0001 855.359C15.4419 855.359 12.1852 854.999 9.78736 854.4C8.88239 854.173 8.06536 853.905 7.38894 853.59V858.828C7.41535 858.868 7.51853 859.003 7.86589 859.208C8.38155 859.513 9.19798 859.824 10.2994 860.099C12.4859 860.646 15.5626 860.995 19.0001 860.995C19.3563 860.995 19.7088 860.991 20.0567 860.984L20.0571 861.716C20.0574 862.208 20.1698 862.673 20.3701 863.088C19.9193 863.1 19.4622 863.106 19.0001 863.106C15.4419 863.106 12.1852 862.747 9.78736 862.147C8.88239 861.921 8.06536 861.652 7.38894 861.337V866.555C7.41535 866.595 7.51853 866.73 7.86589 866.935C8.38155 867.24 9.19798 867.551 10.2994 867.826C12.4859 868.373 15.5626 868.722 19.0001 868.722C19.9085 868.722 20.7917 868.698 21.64 868.652C21.7636 869.12 21.997 869.567 22.3423 869.953C22.5682 870.205 22.8083 870.445 23.0614 870.671C21.7784 870.776 20.413 870.833 19.0001 870.833C15.4419 870.833 12.1852 870.474 9.78736 869.874C8.59654 869.576 7.55798 869.205 6.7917 868.752C6.09608 868.341 5.27783 867.652 5.27783 866.611V843.389C5.27783 842.348 6.09608 841.659 6.7917 841.247C7.55798 840.795 8.59654 840.423 9.78736 840.126C12.1852 839.526 15.4419 839.167 19.0001 839.167C19.4834 839.167 19.9613 839.173 20.4321 839.186C20.3951 839.375 20.3746 839.57 20.3723 839.77C20.3659 840.325 20.5008 840.849 20.7436 841.308Z" fill="#4D5D69"/>
|
|
131
|
+
<g clip-path="url(#clip1_2115_2469)">
|
|
132
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 897.222C31.6509 897.222 33.7776 899.349 33.7776 901.972C33.7776 904.596 31.6509 906.722 29.0276 906.722C28.2718 906.722 27.5578 906.546 26.9237 906.233C26.9215 906.231 26.9193 906.23 26.9171 906.229C26.5434 906.044 26.1974 905.81 25.887 905.536C25.8359 905.491 25.7857 905.445 25.7366 905.398C25.7171 905.379 25.6978 905.36 25.6786 905.341L25.467 905.117C25.0703 904.698 24.4103 904.675 23.9855 905.066C23.5607 905.457 23.5288 906.117 23.9137 906.547C23.9953 906.638 24.0793 906.727 24.1656 906.813L24.1757 906.824L24.176 906.824C24.6992 907.347 25.307 907.787 25.9776 908.12C25.9796 908.121 25.9817 908.122 25.9838 908.123C26.9011 908.578 27.9348 908.834 29.0276 908.834C32.8168 908.834 35.8887 905.762 35.8887 901.972C35.8887 898.183 32.8168 895.111 29.0276 895.111C25.8976 895.111 24.0187 897.228 22.4722 898.969L22.4327 899.014C22.0456 899.45 22.0852 900.117 22.5211 900.504C22.957 900.891 23.6242 900.852 24.0113 900.416C25.6598 898.559 26.9489 897.222 29.0276 897.222Z" fill="#4D5D69"/>
|
|
133
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 896.078C22.6401 896.078 22.1675 896.551 22.1675 897.134V899.714C22.1675 900.297 22.6401 900.769 23.2231 900.769H25.8033C26.3863 900.769 26.8589 900.297 26.8589 899.714C26.8589 899.131 26.3863 898.658 25.8033 898.658H24.2786V897.134C24.2786 896.551 23.8061 896.078 23.2231 896.078Z" fill="#4D5D69"/>
|
|
134
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 887.617C9.5 887.034 9.97259 886.562 10.5556 886.562H10.5577C11.1406 886.562 11.6132 887.034 11.6132 887.617C11.6132 888.2 11.1406 888.673 10.5577 888.673H10.5556C9.97259 888.673 9.5 888.2 9.5 887.617Z" fill="#4D5D69"/>
|
|
135
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 895.365C9.5 894.782 9.97259 894.309 10.5556 894.309H10.5577C11.1406 894.309 11.6132 894.782 11.6132 895.365C11.6132 895.948 11.1406 896.42 10.5577 896.42H10.5556C9.97259 896.42 9.5 895.948 9.5 895.365Z" fill="#4D5D69"/>
|
|
136
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 903.133C9.5 902.55 9.97259 902.077 10.5556 902.077H10.5577C11.1406 902.077 11.6132 902.55 11.6132 903.133C11.6132 903.716 11.1406 904.188 10.5577 904.188H10.5556C9.97259 904.188 9.5 903.716 9.5 903.133Z" fill="#4D5D69"/>
|
|
137
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 888.25C13.7222 887.667 14.1948 887.194 14.7777 887.194H14.7798C15.3628 887.194 15.8354 887.667 15.8354 888.25C15.8354 888.833 15.3628 889.305 14.7798 889.305H14.7777C14.1948 889.305 13.7222 888.833 13.7222 888.25Z" fill="#4D5D69"/>
|
|
138
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 895.997C13.7222 895.414 14.1948 894.942 14.7777 894.942H14.7798C15.3628 894.942 15.8354 895.414 15.8354 895.997C15.8354 896.58 15.3628 897.053 14.7798 897.053H14.7777C14.1948 897.053 13.7222 896.58 13.7222 895.997Z" fill="#4D5D69"/>
|
|
139
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 903.745C13.7222 903.162 14.1948 902.689 14.7777 902.689H14.7798C15.3628 902.689 15.8354 903.162 15.8354 903.745C15.8354 904.328 15.3628 904.801 14.7798 904.801H14.7777C14.1948 904.801 13.7222 904.328 13.7222 903.745Z" fill="#4D5D69"/>
|
|
140
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.8094 874C30.4169 874.007 30.9037 874.505 30.8967 875.113L30.8686 877.538L34.1196 877.538L34.1479 875.087C34.1549 874.48 34.6531 873.993 35.2606 874C35.8682 874.007 36.3549 874.505 36.3479 875.113L36.3199 877.538H36.4617C37.3123 877.538 38.0018 878.228 38.0018 879.078V881.572C38.0018 884.002 36.0317 885.972 33.6015 885.972H33.5979V888.417C33.5979 889.024 33.1054 889.517 32.4978 889.517C31.8903 889.517 31.3977 889.024 31.3977 888.417V885.972C28.9691 885.97 27.001 884.001 27.001 881.572L27.001 879.078C27.001 878.228 27.6905 877.538 28.5411 877.538H28.6683L28.6966 875.087C28.7037 874.48 29.2019 873.993 29.8094 874ZM29.2011 879.738V881.572C29.2011 882.787 30.1862 883.772 31.4013 883.772H33.6015C34.8166 883.772 35.8016 882.787 35.8016 881.572V879.738H29.2011Z" fill="#EA3223"/>
|
|
141
|
+
<path d="M25.2181 877.564C23.3572 877.309 21.2383 877.167 19.0001 877.167C15.4419 877.167 12.1852 877.526 9.78736 878.126C8.59654 878.423 7.55798 878.795 6.7917 879.247C6.09608 879.659 5.27783 880.348 5.27783 881.389V904.611C5.27783 905.652 6.09608 906.341 6.7917 906.752C7.55798 907.205 8.59654 907.576 9.78736 907.874C12.1852 908.474 15.4419 908.833 19.0001 908.833C20.413 908.833 21.7784 908.776 23.0614 908.671C22.8083 908.445 22.5682 908.205 22.3423 907.953C21.997 907.567 21.7636 907.12 21.64 906.652C20.7917 906.698 19.9085 906.722 19.0001 906.722C15.5626 906.722 12.4859 906.373 10.2994 905.826C9.19798 905.551 8.38155 905.24 7.86589 904.935C7.51853 904.73 7.41535 904.595 7.38894 904.555V899.337C8.06536 899.652 8.88239 899.921 9.78736 900.147C12.1852 900.747 15.4419 901.106 19.0001 901.106C19.4622 901.106 19.9193 901.1 20.3701 901.088C20.1698 900.673 20.0574 900.208 20.0571 899.716L20.0567 898.984C19.7088 898.991 19.3563 898.995 19.0001 898.995C15.5626 898.995 12.4859 898.646 10.2994 898.099C9.19798 897.824 8.38155 897.513 7.86589 897.208C7.51853 897.003 7.41535 896.868 7.38894 896.828V891.59C8.06536 891.905 8.88239 892.173 9.78736 892.4C12.1852 892.999 15.4419 893.359 19.0001 893.359C22.5582 893.359 25.8149 892.999 28.2127 892.4C29.1177 892.173 29.9347 891.905 30.6112 891.59V893.139C31.3501 893.27 32.0578 893.492 32.7223 893.793V891.62C32.6482 891.625 32.5734 891.628 32.4981 891.628C31.1974 891.628 30.0774 890.854 29.5726 889.742C29.0886 889.953 28.4629 890.161 27.7007 890.351C25.5142 890.898 22.4375 891.247 19.0001 891.247C15.5626 891.247 12.4859 890.898 10.2994 890.351C9.19798 890.076 8.38155 889.765 7.86589 889.46C7.51853 889.255 7.41535 889.121 7.38894 889.08V883.842C8.06536 884.157 8.88239 884.426 9.78736 884.652C12.1852 885.251 15.4419 885.611 19.0001 885.611C21.5305 885.611 23.9084 885.429 25.9335 885.108C25.5404 884.502 25.2455 883.826 25.0712 883.103C23.2936 883.354 21.2222 883.5 19.0001 883.5C15.5626 883.5 12.4859 883.15 10.2994 882.604C9.19798 882.329 8.38155 882.017 7.86589 881.713C7.61646 881.565 7.49293 881.454 7.43333 881.389C7.49293 881.323 7.61646 881.212 7.86589 881.065C8.38155 880.76 9.19798 880.449 10.2994 880.174C12.4859 879.627 15.5626 879.278 19.0001 879.278C21.1472 879.278 23.1535 879.414 24.8901 879.649V879.078C24.8901 878.538 25.0075 878.025 25.2181 877.564Z" fill="#4D5D69"/>
|
|
142
|
+
</g>
|
|
143
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.80756 924.244C4.80756 923.661 5.28015 923.188 5.86312 923.188H32.1347C32.7177 923.188 33.1903 923.661 33.1903 924.244V942.494C33.1903 944.89 31.2474 946.833 28.8508 946.833H9.14707C6.75043 946.833 4.80756 944.89 4.80756 942.494V924.244ZM6.91867 925.299V942.494C6.91867 943.724 7.91636 944.722 9.14707 944.722H28.8508C30.0815 944.722 31.0792 943.724 31.0792 942.494V925.299H6.91867Z" fill="#4D5D69"/>
|
|
144
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 919.595C3.1665 917.176 5.08301 915.167 7.50601 915.167H30.4937C32.9167 915.167 34.8332 917.176 34.8332 919.595V924.244C34.8332 924.827 34.3606 925.3 33.7776 925.3H4.22206C3.63909 925.3 3.1665 924.827 3.1665 924.244V919.595ZM7.50601 917.278C6.30166 917.278 5.27762 918.288 5.27762 919.595V923.189H32.7221V919.595C32.7221 918.288 31.698 917.278 30.4937 917.278H7.50601Z" fill="#4D5D69"/>
|
|
145
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9998 930.261C21.6232 930.261 23.7498 932.387 23.7498 935.011C23.7498 937.634 21.6232 939.761 18.9998 939.761C18.2441 939.761 17.5301 939.585 16.896 939.271C16.8938 939.27 16.8916 939.269 16.8893 939.268C16.5157 939.082 16.1696 938.848 15.8593 938.574C15.8074 938.529 15.7566 938.482 15.7067 938.434C15.6847 938.413 15.6628 938.391 15.6411 938.37C15.5759 938.304 15.5042 938.249 15.4282 938.205C15.0238 937.968 14.4953 938.022 14.1483 938.369C13.8303 938.687 13.7576 939.158 13.9302 939.546C13.9814 939.66 14.0541 939.768 14.1483 939.862C14.6715 940.386 15.2795 940.825 15.9498 941.158C15.9519 941.159 15.954 941.16 15.9561 941.161M15.9561 941.161C16.8733 941.616 17.907 941.872 18.9998 941.872C22.7891 941.872 25.8609 938.8 25.8609 935.011C25.8609 931.221 22.7891 928.15 18.9998 928.15C15.8699 928.15 13.991 930.266 12.4445 932.008L12.405 932.052C12.0179 932.488 12.0575 933.155 12.4934 933.542C12.9293 933.929 13.5965 933.89 13.9836 933.454C15.6321 931.597 16.9212 930.261 18.9998 930.261" fill="#4D5D69"/>
|
|
146
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1973 929.118C12.6143 929.118 12.1417 929.59 12.1417 930.173V932.754C12.1417 933.337 12.6143 933.809 13.1973 933.809H15.7775C16.3605 933.809 16.8331 933.337 16.8331 932.754C16.8331 932.171 16.3605 931.698 15.7775 931.698H14.2528V930.173C14.2528 929.59 13.7802 929.118 13.1973 929.118Z" fill="#4D5D69"/>
|
|
147
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.1665 920.233C22.1665 920.816 21.6939 921.289 21.1109 921.289H16.8887C16.3058 921.289 15.8332 920.816 15.8332 920.233C15.8332 919.65 16.3058 919.177 16.8887 919.177L21.1109 919.177C21.6939 919.177 22.1665 919.65 22.1665 920.233Z" fill="#4D5D69"/>
|
|
148
|
+
<path d="M18.7665 953.167H7.50601C5.08301 953.167 3.1665 955.176 3.1665 957.595V962.244C3.1665 962.827 3.63909 963.3 4.22206 963.3H4.80756V980.494C4.80756 982.89 6.75043 984.833 9.14707 984.833H28.8508C31.2474 984.833 33.1903 982.89 33.1903 980.494V970.125C32.5177 970.422 31.8116 970.657 31.0792 970.823V980.494C31.0792 981.724 30.0815 982.722 28.8508 982.722H9.14707C7.91636 982.722 6.91867 981.724 6.91867 980.494V963.3H17.5248C17.2902 962.622 17.1167 961.916 17.0106 961.188H5.86312L5.83333 961.189H5.27762V957.595C5.27762 956.288 6.30166 955.278 7.50601 955.278H17.6803C17.9709 954.534 18.336 953.827 18.7665 953.167Z" fill="#4D5D69"/>
|
|
149
|
+
<path d="M17.121 957.177H16.8887C16.3058 957.177 15.8332 957.65 15.8332 958.233C15.8332 958.816 16.3058 959.289 16.8887 959.289C16.9016 958.567 16.9822 957.861 17.121 957.177Z" fill="#4D5D69"/>
|
|
150
|
+
<path d="M18.9803 966.15C20.5202 968.35 22.8036 969.992 25.4659 970.711C25.7217 971.43 25.8609 972.204 25.8609 973.011C25.8609 976.8 22.7891 979.872 18.9998 979.872C17.907 979.872 16.8733 979.616 15.9561 979.161L15.9498 979.158C15.2795 978.825 14.6715 978.386 14.1483 977.862C14.0541 977.768 13.9814 977.66 13.9302 977.546C13.7576 977.158 13.8303 976.687 14.1483 976.369C14.4953 976.022 15.0238 975.968 15.4282 976.205C15.5042 976.249 15.5759 976.304 15.6411 976.37C15.6628 976.391 15.6847 976.413 15.7067 976.434C15.7566 976.482 15.8074 976.529 15.8593 976.574C16.0702 976.76 16.2975 976.928 16.5388 977.074C16.6526 977.144 16.7696 977.208 16.8893 977.268L16.896 977.271C17.5301 977.585 18.2441 977.761 18.9998 977.761C21.6232 977.761 23.7498 975.634 23.7498 973.011C23.7498 970.387 21.6232 968.261 18.9998 968.261C17.665 968.261 16.6558 968.812 15.6679 969.698H15.7775C16.3605 969.698 16.8331 970.171 16.8331 970.754C16.8331 971.337 16.3605 971.809 15.7775 971.809H13.1973C13.1271 971.809 13.0586 971.802 12.9923 971.789C12.8128 971.754 12.64 971.673 12.4934 971.542C12.2371 971.315 12.1178 970.99 12.1417 970.673V968.173C12.1417 967.59 12.6143 967.118 13.1973 967.118C13.7651 967.118 14.2283 967.566 14.2519 968.128C15.4735 967.037 16.9679 966.155 18.9803 966.15Z" fill="#4D5D69"/>
|
|
151
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.5 969C33.7467 969 38 964.747 38 959.5C38 954.253 33.7467 950 28.5 950C23.2533 950 19 954.253 19 959.5C19 964.747 23.2533 969 28.5 969ZM32.9926 957.823C33.4421 957.382 33.4491 956.66 33.0082 956.211C32.5674 955.761 31.8456 955.754 31.3961 956.195L27.1145 960.394L25.6037 958.913C25.1542 958.472 24.4324 958.479 23.9916 958.928C23.5507 959.378 23.5577 960.1 24.0072 960.54L26.3163 962.805C26.7596 963.24 27.4694 963.24 27.9127 962.805L32.9926 957.823Z" fill="#239332"/>
|
|
152
|
+
<path d="M26.9452 988.875L19.2437 1001.73C19.0849 1002.01 19.0009 1002.32 19 1002.64C18.9991 1002.95 19.0814 1003.27 19.2386 1003.54C19.3959 1003.82 19.6226 1004.05 19.8963 1004.21C20.17 1004.37 20.481 1004.46 20.7985 1004.46H36.2015C36.519 1004.46 36.83 1004.37 37.1037 1004.21C37.3774 1004.05 37.6041 1003.82 37.7614 1003.54C37.9186 1003.27 38.0009 1002.95 38 1002.64C37.9991 1002.32 37.9151 1002.01 37.7563 1001.73L30.0548 988.875C29.8927 988.608 29.6645 988.387 29.3922 988.234C29.1198 988.081 28.8125 988 28.5 988C28.1875 988 27.8802 988.081 27.6078 988.234C27.3355 988.387 27.1073 988.608 26.9452 988.875Z" fill="#FBCE28"/>
|
|
153
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 997.88C29.1295 997.88 29.6399 997.369 29.6399 996.74V992.94C29.6399 992.31 29.1295 991.8 28.4999 991.8C27.8703 991.8 27.3599 992.31 27.3599 992.94V996.74C27.3599 997.369 27.8703 997.88 28.4999 997.88Z" fill="#FBCE28"/>
|
|
154
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 997.88C29.1295 997.88 29.6399 997.369 29.6399 996.74V992.94C29.6399 992.31 29.1295 991.8 28.4999 991.8C27.8703 991.8 27.3599 992.31 27.3599 992.94V996.74C27.3599 997.369 27.8703 997.88 28.4999 997.88Z" fill="#213444" fill-opacity="0.72"/>
|
|
155
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 1001.11C27.1699 1000.37 27.7654 999.779 28.4999 999.779H28.5094C29.244 999.779 29.8394 1000.37 29.8394 1001.11C29.8394 1001.84 29.244 1002.44 28.5094 1002.44H28.4999C27.7654 1002.44 27.1699 1001.84 27.1699 1001.11Z" fill="#FBCE28"/>
|
|
156
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 1001.11C27.1699 1000.37 27.7654 999.779 28.4999 999.779H28.5094C29.244 999.779 29.8394 1000.37 29.8394 1001.11C29.8394 1001.84 29.244 1002.44 28.5094 1002.44H28.4999C27.7654 1002.44 27.1699 1001.84 27.1699 1001.11Z" fill="#213444" fill-opacity="0.72"/>
|
|
157
|
+
<path d="M23.1116 991.167H7.50601C5.08301 991.167 3.1665 993.176 3.1665 995.595V1000.24C3.1665 1000.83 3.63909 1001.3 4.22206 1001.3H4.80756V1018.49C4.80756 1020.89 6.75043 1022.83 9.14707 1022.83H28.8508C31.2474 1022.83 33.1903 1020.89 33.1903 1018.49V1006.57L31.0792 1006.57V1018.49C31.0792 1019.72 30.0815 1020.72 28.8508 1020.72H9.14707C7.91636 1020.72 6.91867 1019.72 6.91867 1018.49V1001.3H17.1249C17.203 1001.08 17.3001 1000.88 17.4153 1000.68L17.4325 1000.65L18.3065 999.188H5.86312L5.83333 999.189H5.27762V995.595C5.27762 994.288 6.30166 993.278 7.50601 993.278H21.8471L23.1116 991.167Z" fill="#4D5D69"/>
|
|
158
|
+
<path d="M17.2922 1004.38C16.0902 1004.71 15.1046 1005.37 14.2519 1006.13C14.2283 1005.57 13.7651 1005.12 13.1973 1005.12C12.6143 1005.12 12.1417 1005.59 12.1417 1006.17V1008.67C12.1178 1008.99 12.2371 1009.31 12.4934 1009.54C12.64 1009.67 12.8128 1009.75 12.9923 1009.79C13.0586 1009.8 13.1271 1009.81 13.1973 1009.81H15.7775C16.3605 1009.81 16.8331 1009.34 16.8331 1008.75C16.8331 1008.17 16.3605 1007.7 15.7775 1007.7H15.6679C16.6558 1006.81 17.665 1006.26 18.9998 1006.26C19.1045 1006.26 19.2084 1006.26 19.3114 1006.27C19.1446 1006.2 18.9822 1006.12 18.8255 1006.03C18.2341 1005.68 17.7442 1005.18 17.4044 1004.59C17.3648 1004.52 17.3274 1004.45 17.2922 1004.38Z" fill="#4D5D69"/>
|
|
159
|
+
<path d="M20.6871 1006.57C22.4775 1007.25 23.7498 1008.98 23.7498 1011.01C23.7498 1013.63 21.6232 1015.76 18.9998 1015.76C18.2441 1015.76 17.5301 1015.58 16.896 1015.27L16.8893 1015.27C16.7696 1015.21 16.6526 1015.14 16.5388 1015.07C16.2975 1014.93 16.0702 1014.76 15.8593 1014.57C15.8074 1014.53 15.7566 1014.48 15.7067 1014.43C15.6847 1014.41 15.6628 1014.39 15.6411 1014.37C15.5759 1014.3 15.5042 1014.25 15.4282 1014.2C15.0238 1013.97 14.4953 1014.02 14.1483 1014.37C13.8303 1014.69 13.7576 1015.16 13.9302 1015.55C13.9814 1015.66 14.0541 1015.77 14.1483 1015.86C14.6715 1016.39 15.2795 1016.82 15.9498 1017.16L15.9561 1017.16C16.8733 1017.62 17.907 1017.87 18.9998 1017.87C22.7891 1017.87 25.8609 1014.8 25.8609 1011.01C25.8609 1009.32 25.2477 1007.77 24.2311 1006.57L20.7752 1006.57C20.7458 1006.57 20.7165 1006.57 20.6871 1006.57Z" fill="#4D5D69"/>
|
|
160
|
+
<path d="M20.7091 995.177L16.8887 995.177C16.3058 995.177 15.8332 995.65 15.8332 996.233C15.8332 996.816 16.3058 997.289 16.8887 997.289H19.4445L20.7091 995.177Z" fill="#4D5D69"/>
|
|
161
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 1035.5C38 1040.75 33.7467 1045 28.5 1045C23.2533 1045 19 1040.75 19 1035.5C19 1030.25 23.2533 1026 28.5 1026C33.7467 1026 38 1030.25 38 1035.5ZM28.5 1036.07C29.1296 1036.07 29.64 1035.56 29.64 1034.93V1031.13C29.64 1030.5 29.1296 1029.99 28.5 1029.99C27.8704 1029.99 27.36 1030.5 27.36 1031.13V1034.93C27.36 1035.56 27.8704 1036.07 28.5 1036.07ZM28.5 1037.97C27.7655 1037.97 27.17 1038.57 27.17 1039.3C27.17 1040.03 27.7655 1040.63 28.5 1040.63H28.5095C29.244 1040.63 29.8395 1040.03 29.8395 1039.3C29.8395 1038.57 29.244 1037.97 28.5095 1037.97H28.5Z" fill="#EA3223"/>
|
|
162
|
+
<path d="M18.7665 1029.17H7.50601C5.08301 1029.17 3.1665 1031.18 3.1665 1033.59V1038.24C3.1665 1038.83 3.63909 1039.3 4.22206 1039.3H4.80756V1056.49C4.80756 1058.89 6.75043 1060.83 9.14707 1060.83H28.8508C31.2474 1060.83 33.1903 1058.89 33.1903 1056.49V1046.12C32.5177 1046.42 31.8116 1046.66 31.0792 1046.82V1056.49C31.0792 1057.72 30.0815 1058.72 28.8508 1058.72H9.14707C7.91636 1058.72 6.91867 1057.72 6.91867 1056.49V1039.3H17.5248C17.2902 1038.62 17.1167 1037.92 17.0106 1037.19H5.86312L5.83333 1037.19H5.27762V1033.59C5.27762 1032.29 6.30166 1031.28 7.50601 1031.28H17.6803C17.9709 1030.53 18.336 1029.83 18.7665 1029.17Z" fill="#4D5D69"/>
|
|
163
|
+
<path d="M17.121 1033.18H16.8887C16.3058 1033.18 15.8332 1033.65 15.8332 1034.23C15.8332 1034.82 16.3058 1035.29 16.8887 1035.29C16.9016 1034.57 16.9822 1033.86 17.121 1033.18Z" fill="#4D5D69"/>
|
|
164
|
+
<path d="M18.9803 1042.15C20.5202 1044.35 22.8036 1045.99 25.4659 1046.71C25.7217 1047.43 25.8609 1048.2 25.8609 1049.01C25.8609 1052.8 22.7891 1055.87 18.9998 1055.87C17.907 1055.87 16.8733 1055.62 15.9561 1055.16L15.9498 1055.16C15.2795 1054.82 14.6715 1054.39 14.1483 1053.86C14.0541 1053.77 13.9814 1053.66 13.9302 1053.55C13.7576 1053.16 13.8303 1052.69 14.1483 1052.37C14.4953 1052.02 15.0238 1051.97 15.4282 1052.2C15.5042 1052.25 15.5759 1052.3 15.6411 1052.37C15.6628 1052.39 15.6847 1052.41 15.7067 1052.43C15.7566 1052.48 15.8074 1052.53 15.8593 1052.57C16.0702 1052.76 16.2975 1052.93 16.5388 1053.07C16.6526 1053.14 16.7696 1053.21 16.8893 1053.27L16.896 1053.27C17.5301 1053.58 18.2441 1053.76 18.9998 1053.76C21.6232 1053.76 23.7498 1051.63 23.7498 1049.01C23.7498 1046.39 21.6232 1044.26 18.9998 1044.26C17.665 1044.26 16.6558 1044.81 15.6679 1045.7H15.7775C16.3605 1045.7 16.8331 1046.17 16.8331 1046.75C16.8331 1047.34 16.3605 1047.81 15.7775 1047.81H13.1973C13.1271 1047.81 13.0586 1047.8 12.9923 1047.79C12.8128 1047.75 12.64 1047.67 12.4934 1047.54C12.2371 1047.31 12.1178 1046.99 12.1417 1046.67V1044.17C12.1417 1043.59 12.6143 1043.12 13.1973 1043.12C13.7651 1043.12 14.2283 1043.57 14.2519 1044.13C15.4735 1043.04 16.9679 1042.16 18.9803 1042.15Z" fill="#4D5D69"/>
|
|
165
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 811.617C9.5 811.034 9.97259 810.562 10.5556 810.562H10.5577C11.1406 810.562 11.6132 811.034 11.6132 811.617C11.6132 812.2 11.1406 812.673 10.5577 812.673H10.5556C9.97259 812.673 9.5 812.2 9.5 811.617Z" fill="#4D5D69"/>
|
|
166
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 819.365C9.5 818.782 9.97259 818.309 10.5556 818.309H10.5577C11.1406 818.309 11.6132 818.782 11.6132 819.365C11.6132 819.948 11.1406 820.42 10.5577 820.42H10.5556C9.97259 820.42 9.5 819.948 9.5 819.365Z" fill="#4D5D69"/>
|
|
167
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 827.133C9.5 826.55 9.97259 826.077 10.5556 826.077H10.5577C11.1406 826.077 11.6132 826.55 11.6132 827.133C11.6132 827.716 11.1406 828.188 10.5577 828.188H10.5556C9.97259 828.188 9.5 827.716 9.5 827.133Z" fill="#4D5D69"/>
|
|
168
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 812.25C13.7222 811.667 14.1948 811.194 14.7777 811.194H14.7798C15.3628 811.194 15.8354 811.667 15.8354 812.25C15.8354 812.833 15.3628 813.305 14.7798 813.305H14.7777C14.1948 813.305 13.7222 812.833 13.7222 812.25Z" fill="#4D5D69"/>
|
|
169
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 819.997C13.7222 819.414 14.1948 818.942 14.7777 818.942H14.7798C15.3628 818.942 15.8354 819.414 15.8354 819.997C15.8354 820.58 15.3628 821.053 14.7798 821.053H14.7777C14.1948 821.053 13.7222 820.58 13.7222 819.997Z" fill="#4D5D69"/>
|
|
170
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.7222 827.745C13.7222 827.162 14.1948 826.689 14.7777 826.689H14.7798C15.3628 826.689 15.8354 827.162 15.8354 827.745C15.8354 828.328 15.3628 828.801 14.7798 828.801H14.7777C14.1948 828.801 13.7222 828.328 13.7222 827.745Z" fill="#4D5D69"/>
|
|
171
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0276 821.222C31.6509 821.222 33.7776 823.349 33.7776 825.972C33.7776 828.596 31.6509 830.722 29.0276 830.722C28.2718 830.722 27.5578 830.546 26.9237 830.233C26.9215 830.231 26.9193 830.23 26.9171 830.229C26.5434 830.044 26.1974 829.81 25.887 829.536C25.8359 829.491 25.7857 829.445 25.7366 829.398C25.7171 829.379 25.6978 829.36 25.6786 829.341L25.467 829.117C25.0703 828.698 24.4103 828.675 23.9855 829.066C23.5607 829.457 23.5288 830.117 23.9137 830.547C23.9953 830.638 24.0793 830.727 24.1656 830.813L24.1757 830.824L24.176 830.824C24.6992 831.347 25.307 831.787 25.9776 832.12C25.9796 832.121 25.9817 832.122 25.9838 832.123C26.9011 832.578 27.9348 832.834 29.0276 832.834C32.8168 832.834 35.8887 829.762 35.8887 825.972C35.8887 822.183 32.8168 819.111 29.0276 819.111C25.8976 819.111 24.0187 821.228 22.4722 822.969L22.4327 823.014C22.0456 823.45 22.0852 824.117 22.5211 824.504C22.957 824.891 23.6242 824.852 24.0113 824.416C25.6598 822.559 26.9489 821.222 29.0276 821.222Z" fill="#4D5D69"/>
|
|
172
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.2231 820.078C22.6401 820.078 22.1675 820.551 22.1675 821.134V823.714C22.1675 824.297 22.6401 824.769 23.2231 824.769H25.8033C26.3863 824.769 26.8589 824.297 26.8589 823.714C26.8589 823.131 26.3863 822.658 25.8033 822.658H24.2786V821.134C24.2786 820.551 23.8061 820.078 23.2231 820.078Z" fill="#4D5D69"/>
|
|
173
|
+
<path d="M18.7664 801.167C15.2995 801.182 12.1326 801.539 9.78736 802.125C8.59654 802.423 7.55798 802.794 6.7917 803.247C6.09608 803.659 5.27783 804.348 5.27783 805.389V828.611C5.27783 829.652 6.09608 830.341 6.7917 830.752C7.55798 831.205 8.59654 831.576 9.78736 831.874C12.1852 832.474 15.4419 832.833 19.0001 832.833C20.413 832.833 21.7784 832.776 23.0614 832.671C22.8083 832.445 22.5682 832.205 22.3423 831.953C21.997 831.567 21.7636 831.12 21.64 830.652C20.7917 830.698 19.9085 830.722 19.0001 830.722C15.5626 830.722 12.4859 830.373 10.2994 829.826C9.19798 829.551 8.38155 829.24 7.86589 828.935C7.51853 828.73 7.41535 828.595 7.38894 828.555V823.337C8.06536 823.652 8.88239 823.921 9.78736 824.147C12.1852 824.747 15.4419 825.106 19.0001 825.106C19.4622 825.106 19.9193 825.1 20.3701 825.088C20.1698 824.673 20.0574 824.208 20.0571 823.716L20.0567 822.984C19.7088 822.991 19.3563 822.995 19.0001 822.995C15.5626 822.995 12.4859 822.646 10.2994 822.099C9.19798 821.824 8.38155 821.513 7.86589 821.208C7.51853 821.003 7.41535 820.868 7.38894 820.828V815.59C8.06536 815.905 8.88239 816.173 9.78736 816.4C12.1852 816.999 15.4419 817.359 19.0001 817.359C20.1031 817.359 21.1772 817.324 22.2057 817.258C21.331 816.693 20.5371 816.013 19.8453 815.24C19.5662 815.245 19.2844 815.247 19.0001 815.247C15.5626 815.247 12.4859 814.898 10.2994 814.351C9.19798 814.076 8.38155 813.765 7.86589 813.46C7.51853 813.255 7.41535 813.121 7.38894 813.08V807.842C8.06536 808.157 8.88239 808.426 9.78736 808.652C11.7449 809.141 14.2749 809.471 17.0739 809.575C16.9524 808.902 16.8889 808.208 16.8889 807.5C16.8889 807.485 16.889 807.47 16.889 807.455C14.3108 807.345 12.0272 807.036 10.2994 806.604C9.19798 806.328 8.38155 806.017 7.86589 805.713C7.61646 805.565 7.49293 805.454 7.43333 805.389C7.49293 805.323 7.61646 805.212 7.86589 805.065C8.38155 804.76 9.19798 804.449 10.2994 804.174C12.2005 803.698 14.7746 803.372 17.6737 803.295C17.9653 802.545 18.3326 801.832 18.7664 801.167Z" fill="#4D5D69"/>
|
|
174
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38 807.5C38 812.747 33.7467 817 28.5 817C23.2533 817 19 812.747 19 807.5C19 802.253 23.2533 798 28.5 798C33.7467 798 38 802.253 38 807.5ZM24.3352 811.665C24.7804 812.11 25.5023 812.11 25.9474 811.665L28.5001 809.113L31.0528 811.665C31.498 812.11 32.2198 812.11 32.665 811.665C33.1102 811.22 33.1102 810.498 32.665 810.053L30.1123 807.5L32.665 804.948C33.1102 804.503 33.1102 803.781 32.665 803.336C32.2198 802.89 31.498 802.89 31.0528 803.336L28.5001 805.888L25.9474 803.336C25.5023 802.89 24.7804 802.89 24.3352 803.336C23.89 803.781 23.89 804.503 24.3352 804.948L26.8879 807.5L24.3352 810.053C23.89 810.498 23.89 811.22 24.3352 811.665Z" fill="#EA3223"/>
|
|
175
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 555.222C3.1665 553.473 4.58427 552.055 6.33317 552.055H13.7221C15.471 552.055 16.8887 553.473 16.8887 555.222V562.611C16.8887 564.36 15.471 565.778 13.7221 565.778H6.33317C4.58427 565.778 3.1665 564.36 3.1665 562.611V555.222ZM6.33317 554.167C5.7502 554.167 5.27762 554.639 5.27762 555.222V562.611C5.27762 563.194 5.7502 563.667 6.33317 563.667H13.7221C14.305 563.667 14.7776 563.194 14.7776 562.611V555.222C14.7776 554.639 14.305 554.167 13.7221 554.167H6.33317Z" fill="#4D5D69"/>
|
|
176
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.1108 555.222C21.1108 553.473 22.5286 552.055 24.2775 552.055H31.6664C33.4153 552.055 34.8331 553.473 34.8331 555.222V562.611C34.8331 564.36 33.4153 565.778 31.6664 565.778H24.2775C22.5286 565.778 21.1108 564.36 21.1108 562.611V555.222ZM24.2775 554.167C23.6945 554.167 23.222 554.639 23.222 555.222V562.611C23.222 563.194 23.6945 563.667 24.2775 563.667H31.6664C32.2494 563.667 32.7219 563.194 32.7219 562.611V555.222C32.7219 554.639 32.2494 554.167 31.6664 554.167H24.2775Z" fill="#4D5D69"/>
|
|
177
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.0961 543.287C32.5083 543.699 32.5083 544.368 32.0961 544.78L29.0168 547.859C28.4397 548.436 27.504 548.436 26.9269 547.859L23.8477 544.78C23.4355 544.368 23.4355 543.699 23.8477 543.287C24.26 542.875 24.9283 542.875 25.3405 543.287L27.9719 545.918L30.6033 543.287C31.0155 542.875 31.6839 542.875 32.0961 543.287Z" fill="#4D5D69"/>
|
|
178
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.1388 538.333C11.5559 538.333 11.0833 538.806 11.0833 539.389L11.0833 546.778C11.0833 547.361 10.6107 547.833 10.0277 547.833C9.44475 547.833 8.97217 547.361 8.97217 546.778L8.97218 539.389C8.97219 537.64 10.39 536.222 12.1388 536.222H25.861C27.61 536.222 29.0277 537.64 29.0277 539.389L29.0277 546.778C29.0277 547.361 28.5551 547.833 27.9721 547.833C27.3892 547.833 26.9166 547.361 26.9166 546.778L26.9166 539.389C26.9166 538.806 26.444 538.333 25.861 538.333H12.1388Z" fill="#4D5D69"/>
|
|
179
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.3018 464.259L11.1075 476.593H18.1619C18.9131 476.593 19.4899 477.284 19.3309 478.035L17.6982 485.741L26.8925 473.407H19.8382C19.087 473.407 18.5101 472.716 18.6692 471.966L20.3018 464.259ZM21.106 459.648C21.854 458.645 23.5048 459.327 23.2332 460.609L20.969 471.296H28.7193C29.6894 471.296 30.2723 472.405 29.6776 473.203L16.8941 490.352L16.0478 489.721L16.8941 490.352C16.1461 491.355 14.4953 490.673 14.7669 489.391L17.031 478.704H9.28073C8.31062 478.704 7.72775 477.595 8.32247 476.797L9.16876 477.428L8.32247 476.797L21.106 459.648Z" fill="#4D5D69"/>
|
|
180
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 586.025C17.357 586.025 16.0252 587.357 16.0252 589C16.0252 590.643 17.357 591.975 18.9999 591.975C20.6428 591.975 21.9747 590.643 21.9747 589C21.9747 587.357 20.6428 586.025 18.9999 586.025ZM13.9141 589C13.9141 586.191 16.1911 583.914 18.9999 583.914C21.8088 583.914 24.0858 586.191 24.0858 589C24.0858 591.809 21.8088 594.086 18.9999 594.086C16.1911 594.086 13.9141 591.809 13.9141 589Z" fill="#4D5D69"/>
|
|
181
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.9998 575.278C18.5672 575.278 18.1523 575.45 17.8463 575.756C17.5404 576.062 17.3685 576.477 17.3685 576.909V577.142C17.366 577.78 17.1769 578.403 16.8245 578.935C16.4722 579.468 15.9719 579.885 15.3854 580.136C15.2873 580.178 15.1835 580.205 15.0778 580.216C14.5366 580.411 13.952 580.461 13.3833 580.358C12.7399 580.241 12.1463 579.935 11.6789 579.477L11.6706 579.469L11.59 579.389C11.4385 579.237 11.2582 579.116 11.0601 579.034C10.8621 578.952 10.6498 578.91 10.4354 578.91C10.2211 578.91 10.0088 578.952 9.81075 579.034C9.61271 579.116 9.43279 579.237 9.28129 579.388C9.12962 579.54 9.00846 579.72 8.92637 579.918C8.84427 580.117 8.80202 580.329 8.80202 580.543C8.80202 580.758 8.84427 580.97 8.92637 581.168C9.00846 581.366 9.12879 581.546 9.28046 581.697L9.36971 581.787C9.82691 582.254 10.1336 582.848 10.2502 583.491C10.3649 584.123 10.2907 584.775 10.0374 585.365C9.80864 585.968 9.40662 586.491 8.88161 586.866C8.34755 587.248 7.71094 587.461 7.05452 587.476L7.02984 587.477L6.90893 587.476C6.47628 587.476 6.06135 587.648 5.75542 587.954C5.44948 588.26 5.27762 588.675 5.27762 589.108C5.27762 589.54 5.44948 589.955 5.75542 590.261C6.06135 590.567 6.47628 590.739 6.90893 590.739H7.14152C7.77968 590.741 8.40316 590.931 8.93523 591.283C9.46572 591.634 9.88224 592.133 10.1339 592.717C10.396 593.314 10.474 593.975 10.3577 594.617C10.241 595.26 9.93433 595.854 9.47714 596.321L9.469 596.329L9.38835 596.41C9.23667 596.561 9.11594 596.742 9.03384 596.94C8.95175 597.138 8.90949 597.35 8.90949 597.564C8.90949 597.779 8.95175 597.991 9.03384 598.189C9.11594 598.387 9.23626 598.567 9.38793 598.719C9.53944 598.87 9.72018 598.991 9.91822 599.074C10.1163 599.156 10.3285 599.198 10.5429 599.198C10.7573 599.198 10.9696 599.156 11.1676 599.074C11.3657 598.991 11.5456 598.871 11.6971 598.719L11.7863 598.63C12.2537 598.173 12.8474 597.866 13.4907 597.75C14.1231 597.635 14.775 597.709 15.3651 597.962C15.9682 598.191 16.4904 598.593 16.8659 599.118C17.2479 599.652 17.4604 600.289 17.4757 600.945L17.4763 600.97L17.476 601.091C17.476 601.524 17.6479 601.939 17.9538 602.245C18.2597 602.55 18.6747 602.722 19.1073 602.722C19.54 602.722 19.9549 602.55 20.2608 602.245C20.5668 601.939 20.7386 601.524 20.7386 601.091V600.863L20.7386 600.858C20.7412 600.22 20.9303 599.597 21.2826 599.065C21.634 598.534 22.1323 598.118 22.7167 597.866C23.3135 597.604 23.975 597.526 24.6164 597.642C25.2598 597.759 25.8534 598.066 26.3208 598.523L26.3291 598.531L26.4097 598.612C26.5612 598.763 26.7415 598.884 26.9395 598.966C27.1376 599.048 27.3499 599.09 27.5642 599.09C27.7786 599.09 27.9909 599.048 28.1889 598.966C28.387 598.884 28.5669 598.764 28.7184 598.612C28.8701 598.46 28.9912 598.28 29.0733 598.082C29.1554 597.884 29.1977 597.671 29.1977 597.457C29.1977 597.243 29.1554 597.03 29.0733 596.832C28.9912 596.634 28.8709 596.454 28.7192 596.303L28.63 596.214C28.1728 595.746 27.8661 595.153 27.7495 594.509C27.6332 593.868 27.7111 593.206 27.9732 592.609C28.2249 592.025 28.6414 591.527 29.1719 591.175C29.704 590.823 30.3275 590.634 30.9656 590.631L30.9698 590.631L31.0907 590.631C31.5234 590.631 31.9383 590.46 32.2443 590.154C32.5502 589.848 32.7221 589.433 32.7221 589C32.7221 588.567 32.5502 588.153 32.2443 587.847C31.9383 587.541 31.5234 587.369 31.0907 587.369H30.8624L30.8582 587.369C30.22 587.366 29.5965 587.177 29.0644 586.825C28.5324 586.472 28.115 585.972 27.8636 585.386C27.8215 585.287 27.7947 585.184 27.7838 585.078C27.5885 584.537 27.5389 583.952 27.642 583.383C27.7586 582.74 28.0653 582.147 28.5225 581.679L28.5307 581.671L28.6113 581.59C28.763 581.439 28.8837 581.258 28.9658 581.06C29.0479 580.862 29.0902 580.65 29.0902 580.436C29.0902 580.221 29.0479 580.009 28.9658 579.811C28.8837 579.613 28.7634 579.433 28.6117 579.282C28.4602 579.13 28.2795 579.009 28.0815 578.927C27.8834 578.845 27.6711 578.802 27.4568 578.802C27.2424 578.802 27.0301 578.845 26.8321 578.927C26.634 579.009 26.4541 579.129 26.3026 579.281L26.2133 579.37C25.746 579.827 25.1523 580.134 24.5089 580.25C23.8675 580.367 23.2059 580.289 22.6091 580.027C22.0248 579.775 21.5265 579.358 21.1752 578.828C20.8228 578.296 20.6337 577.672 20.6312 577.034L20.6312 577.03V576.909C20.6312 576.477 20.4593 576.062 20.1533 575.756C19.8474 575.45 19.4325 575.278 18.9998 575.278ZM16.3535 574.263C17.0554 573.561 18.0073 573.167 18.9998 573.167C19.9924 573.167 20.9443 573.561 21.6461 574.263C22.348 574.965 22.7423 575.917 22.7423 576.909V577.028C22.7435 577.253 22.8106 577.474 22.9353 577.662C23.0603 577.851 23.2378 577.999 23.446 578.088L23.4564 578.093C23.6686 578.187 23.904 578.215 24.1323 578.173C24.359 578.132 24.5683 578.025 24.7336 577.864L24.809 577.789C25.1565 577.441 25.5695 577.165 26.0236 576.976C26.478 576.788 26.9649 576.691 27.4568 576.691C27.9486 576.691 28.4356 576.788 28.8899 576.976C29.3438 577.165 29.7563 577.44 30.1037 577.788C30.4516 578.135 30.7277 578.548 30.916 579.003C31.1044 579.457 31.2013 579.944 31.2013 580.436C31.2013 580.928 31.1044 581.414 30.916 581.869C30.7277 582.323 30.4516 582.736 30.1037 583.083L30.0283 583.159C29.8679 583.324 29.7603 583.533 29.7192 583.76C29.6778 583.988 29.7058 584.224 29.7995 584.436C29.836 584.519 29.8616 584.606 29.8759 584.695C29.9646 584.842 30.0854 584.969 30.2301 585.065C30.4184 585.189 30.6389 585.256 30.8647 585.258H31.0907C32.0833 585.258 33.0352 585.652 33.737 586.354C34.4389 587.056 34.8332 588.008 34.8332 589C34.8332 589.993 34.4389 590.945 33.737 591.646C33.0352 592.348 32.0833 592.743 31.0907 592.743H30.9723C30.7465 592.744 30.5259 592.811 30.3376 592.936C30.1488 593.061 30.0007 593.238 29.9115 593.446L29.907 593.457C29.8133 593.669 29.7853 593.904 29.8267 594.133C29.8678 594.359 29.9754 594.569 30.1358 594.734L30.2112 594.809C30.5591 595.157 30.8352 595.57 31.0235 596.024C31.2118 596.478 31.3088 596.965 31.3088 597.457C31.3088 597.949 31.2118 598.436 31.0235 598.89C30.8352 599.344 30.5593 599.757 30.2116 600.104C29.8641 600.452 29.4515 600.728 28.9974 600.916C28.543 601.105 28.056 601.202 27.5642 601.202C27.0724 601.202 26.5854 601.105 26.1311 600.916C25.6768 600.728 25.264 600.452 24.9165 600.104L24.8411 600.029C24.6758 599.868 24.4665 599.761 24.2398 599.719C24.0115 599.678 23.7761 599.706 23.5638 599.8L23.5535 599.804C23.3453 599.893 23.1678 600.042 23.0428 600.23C22.918 600.419 22.851 600.639 22.8497 600.865V601.091C22.8497 602.084 22.4554 603.035 21.7536 603.737C21.0518 604.439 20.0999 604.833 19.1073 604.833C18.1148 604.833 17.1629 604.439 16.461 603.737C15.7592 603.035 15.3649 602.084 15.3649 601.091V600.984C15.3575 600.755 15.2823 600.533 15.1488 600.346C15.0133 600.157 14.8238 600.013 14.6052 599.932C14.5843 599.924 14.5637 599.916 14.5433 599.907C14.3311 599.814 14.0956 599.786 13.8674 599.827C13.6407 599.868 13.4314 599.976 13.2661 600.136L13.1907 600.211C12.8432 600.559 12.4302 600.835 11.976 601.024C11.5217 601.212 11.0347 601.309 10.5429 601.309C10.0511 601.309 9.56412 601.212 9.10979 601.024C8.65547 600.835 8.24273 600.559 7.89515 600.211C7.54759 599.864 7.27184 599.452 7.08365 598.998C6.89532 598.543 6.79838 598.056 6.79838 597.564C6.79838 597.073 6.89532 596.586 7.08365 596.131C7.27191 595.677 7.54781 595.265 7.89557 594.917L7.97141 594.841C8.13175 594.676 8.23934 594.467 8.28044 594.24C8.32183 594.012 8.29388 593.776 8.20021 593.564L8.19564 593.554C8.10644 593.346 7.95837 593.168 7.76958 593.043C7.58125 592.918 7.36065 592.851 7.13481 592.85H6.90893C5.91637 592.85 4.96447 592.456 4.26263 591.754C3.56079 591.052 3.1665 590.1 3.1665 589.108C3.1665 588.115 3.56079 587.163 4.26263 586.461C4.96447 585.759 5.91637 585.365 6.90893 585.365H7.01552C7.24478 585.358 7.46679 585.283 7.65348 585.149C7.84298 585.014 7.98732 584.824 8.06775 584.605C8.07542 584.585 8.08376 584.564 8.09273 584.544C8.18641 584.331 8.21435 584.096 8.17296 583.868C8.13186 583.641 8.02427 583.432 7.86393 583.266L7.78851 583.191C7.44075 582.843 7.16444 582.43 6.97618 581.976C6.78784 581.522 6.69091 581.035 6.69091 580.543C6.69091 580.051 6.78784 579.564 6.97618 579.11C7.16444 578.656 7.44033 578.243 7.78809 577.896C8.13558 577.548 8.54818 577.272 9.00232 577.084C9.45664 576.896 9.94363 576.799 10.4354 576.799C10.9273 576.799 11.4142 576.896 11.8686 577.084C12.3227 577.272 12.7353 577.548 13.0828 577.896L13.1586 577.972C13.3239 578.132 13.5332 578.24 13.7599 578.281C13.9882 578.322 14.2236 578.294 14.4359 578.2C14.5186 578.164 14.6055 578.138 14.6943 578.124C14.8419 578.035 14.9686 577.915 15.0644 577.77C15.1891 577.582 15.2561 577.361 15.2574 577.135V576.909C15.2574 575.917 15.6517 574.965 16.3535 574.263Z" fill="#4D5D69"/>
|
|
182
|
+
<defs>
|
|
183
|
+
<clipPath id="clip0_2115_2469">
|
|
184
|
+
<rect width="38" height="38" fill="white" transform="translate(0 760)"/>
|
|
185
|
+
</clipPath>
|
|
186
|
+
<clipPath id="clip1_2115_2469">
|
|
187
|
+
<rect width="38" height="38" fill="white" transform="translate(0 874)"/>
|
|
188
|
+
</clipPath>
|
|
189
|
+
</defs>
|
|
190
|
+
</svg>
|