@npm-questionpro/wick-ui-lib 1.41.0 → 1.48.0
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/package.json +17 -16
- package/dist/ac_divergent.svg +0 -50
- package/dist/ac_qualitative.svg +0 -50
- package/dist/ac_sequential.svg +0 -50
- package/dist/bp_divergent.svg +0 -130
- package/dist/bp_qualitative.svg +0 -53
- package/dist/bp_sentiment.svg +0 -76
- package/dist/bp_sentiment_analysis.svg +0 -112
- package/dist/bp_sequential.svg +0 -99
- package/dist/favicon.ico +0 -0
- package/dist/index.d.ts +0 -2
- package/dist/order_divergent.svg +0 -61
- package/dist/order_qualitative.svg +0 -57
- package/dist/order_sequential_blue.svg +0 -52
- package/dist/order_sequential_green.svg +0 -52
- package/dist/order_sequential_orange.svg +0 -52
- package/dist/order_sequential_red.svg +0 -52
- package/dist/src/base/ui/accordion.d.ts +0 -7
- package/dist/src/base/ui/avatar.d.ts +0 -6
- package/dist/src/base/ui/button.d.ts +0 -12
- package/dist/src/base/ui/checkbox.d.ts +0 -6
- package/dist/src/base/ui/command.d.ts +0 -74
- package/dist/src/base/ui/dialog.d.ts +0 -23
- package/dist/src/base/ui/dropdownMenu.d.ts +0 -28
- package/dist/src/base/ui/input.d.ts +0 -3
- package/dist/src/base/ui/label.d.ts +0 -5
- package/dist/src/base/ui/popover.d.ts +0 -6
- package/dist/src/base/ui/radioGroup.d.ts +0 -5
- package/dist/src/base/ui/scrollArea.d.ts +0 -11
- package/dist/src/base/ui/separator.d.ts +0 -4
- package/dist/src/base/ui/sheet.d.ts +0 -29
- package/dist/src/base/ui/skeleton.d.ts +0 -2
- package/dist/src/base/ui/switch.d.ts +0 -4
- package/dist/src/base/ui/table.d.ts +0 -10
- package/dist/src/base/ui/textarea.d.ts +0 -3
- package/dist/src/base/ui/toast.d.ts +0 -18
- package/dist/src/base/ui/toaster.d.ts +0 -1
- package/dist/src/base/ui/toggle.d.ts +0 -12
- package/dist/src/base/ui/toggleGroup.d.ts +0 -12
- package/dist/src/base/ui/tooltip.d.ts +0 -7
- package/dist/src/base/ui/useToast.d.ts +0 -40
- package/dist/src/components/accordion/WuAccordion.d.ts +0 -26
- package/dist/src/components/accordion/WuAccordion.test.d.ts +0 -1
- package/dist/src/components/accordion/index.d.ts +0 -2
- package/dist/src/components/activityLog/WuActivityLog.d.ts +0 -18
- package/dist/src/components/activityLog/WuActivityLog.test.d.ts +0 -1
- package/dist/src/components/activityLog/index.d.ts +0 -2
- package/dist/src/components/appHeader/WuAppHeader.d.ts +0 -19
- package/dist/src/components/appHeader/WuAppHeader.test.d.ts +0 -1
- package/dist/src/components/appHeader/components/WuAppHeaderBar.d.ts +0 -6
- package/dist/src/components/appHeader/components/WuAppHeaderDropdownWrapper.d.ts +0 -11
- package/dist/src/components/appHeader/components/WuAppHeaderSearch.d.ts +0 -7
- package/dist/src/components/appHeader/components/WuAppHeaderSearch.test.d.ts +0 -1
- package/dist/src/components/appHeader/components/WuTruncatedLabel.d.ts +0 -4
- package/dist/src/components/appHeader/components/account/WuAppHeaderAccount.d.ts +0 -10
- package/dist/src/components/appHeader/components/account/WuAppHeaderAccount.test.d.ts +0 -1
- package/dist/src/components/appHeader/components/account/ui/_logoutMenuItem.d.ts +0 -4
- package/dist/src/components/appHeader/components/account/ui/_otherMenuItem.d.ts +0 -5
- package/dist/src/components/appHeader/components/account/ui/_settingsMenuItem.d.ts +0 -5
- package/dist/src/components/appHeader/components/account/ui/_userMenuItem.d.ts +0 -5
- package/dist/src/components/appHeader/components/help/WuAppHeaderHelp.d.ts +0 -7
- package/dist/src/components/appHeader/components/help/WuAppHeaderHelp.test.d.ts +0 -1
- package/dist/src/components/appHeader/components/productSwitcher/WuAppHeaderMenu.d.ts +0 -15
- package/dist/src/components/appHeader/components/productSwitcher/WuAppHeaderMenu.test.d.ts +0 -1
- package/dist/src/components/appHeader/components/productSwitcher/ui/_categoryDetails.d.ts +0 -8
- package/dist/src/components/appHeader/components/productSwitcher/ui/_menuTrigger.d.ts +0 -12
- package/dist/src/components/appHeader/components/productSwitcher/ui/_productDropdown.d.ts +0 -17
- package/dist/src/components/appHeader/components/productSwitcher/ui/_productItem.d.ts +0 -9
- package/dist/src/components/appHeader/components/productSwitcher/ui/_productList.d.ts +0 -13
- package/dist/src/components/appHeader/components/productSwitcher/ui/_smallScreenMenuTrigger.d.ts +0 -16
- package/dist/src/components/appHeader/components/productSwitcher/ui/_smallScreenToggleMenu.d.ts +0 -10
- package/dist/src/components/appHeader/hooks/useOnClickOutsideHook.d.ts +0 -2
- package/dist/src/components/appHeader/hooks/useWindowSize.d.ts +0 -2
- package/dist/src/components/appHeader/index.d.ts +0 -11
- package/dist/src/components/appHeader/types/WuAppHeaderAccount.d.ts +0 -47
- package/dist/src/components/appHeader/types/WuAppHeaderHelpMenu.d.ts +0 -7
- package/dist/src/components/appHeader/types/WuAppHeaderMenuItem.d.ts +0 -16
- package/dist/src/components/appHeader/utils/dataFromApi.d.ts +0 -3
- package/dist/src/components/appHeader/utils/headerMenuKeyboardHandlers.d.ts +0 -6
- package/dist/src/components/appHeader/utils/iconMap.d.ts +0 -3
- package/dist/src/components/button/WuButton.d.ts +0 -13
- package/dist/src/components/button/WuButton.test.d.ts +0 -1
- package/dist/src/components/button/index.d.ts +0 -2
- package/dist/src/components/calendar/WuCalender.d.ts +0 -3
- package/dist/src/components/calendar/components/datePicker/WuDatePicker.d.ts +0 -24
- package/dist/src/components/calendar/components/datePicker/WuDatePicker.test.d.ts +0 -1
- package/dist/src/components/calendar/components/dateRangePicker/WuDateRangePicker.d.ts +0 -31
- package/dist/src/components/calendar/components/dateRangePicker/WuDateRangePicker.test.d.ts +0 -1
- package/dist/src/components/calendar/index.d.ts +0 -5
- package/dist/src/components/calendar/shadcn/calendar.d.ts +0 -7
- package/dist/src/components/calendar/ui/_footer.d.ts +0 -8
- package/dist/src/components/calendar/ui/_nativeSidebar.d.ts +0 -17
- package/dist/src/components/calendar/ui/_sidebar.d.ts +0 -12
- package/dist/src/components/calendar/ui/_trigger.d.ts +0 -9
- package/dist/src/components/calendar/utils/index.d.ts +0 -7
- package/dist/src/components/card/WuCard.d.ts +0 -7
- package/dist/src/components/card/WuCard.test.d.ts +0 -1
- package/dist/src/components/card/index.d.ts +0 -2
- package/dist/src/components/checkbox/WuCheckbox.d.ts +0 -17
- package/dist/src/components/checkbox/WuCheckbox.test.d.ts +0 -1
- package/dist/src/components/checkbox/index.d.ts +0 -2
- package/dist/src/components/chip/WuChip.d.ts +0 -10
- package/dist/src/components/chip/WuChip.test.d.ts +0 -1
- package/dist/src/components/chip/index.d.ts +0 -2
- package/dist/src/components/combobox/WuCombobox.d.ts +0 -38
- package/dist/src/components/combobox/WuCombobox.test.d.ts +0 -1
- package/dist/src/components/combobox/index.d.ts +0 -3
- package/dist/src/components/combobox/types/IWuComboboxOptions.d.ts +0 -16
- package/dist/src/components/combobox/ui/_item.d.ts +0 -14
- package/dist/src/components/combobox/ui/_tags.d.ts +0 -5
- package/dist/src/components/combobox/ui/_trigger.d.ts +0 -22
- package/dist/src/components/combobox/utils/index.d.ts +0 -2
- package/dist/src/components/combobox/utils/renderItems.d.ts +0 -13
- package/dist/src/components/combobox/utils/separateOptions.d.ts +0 -7
- package/dist/src/components/combobox/utils/useResizeContent.d.ts +0 -2
- package/dist/src/components/copyToClipboard/WuCopyToClipboard.d.ts +0 -8
- package/dist/src/components/copyToClipboard/WuCopyToClipboard.test.d.ts +0 -1
- package/dist/src/components/copyToClipboard/index.d.ts +0 -2
- package/dist/src/components/drawer/WuDrawer.d.ts +0 -17
- package/dist/src/components/drawer/WuDrawer.test.d.ts +0 -1
- package/dist/src/components/drawer/index.d.ts +0 -2
- package/dist/src/components/drilldown/WuDrilldown.d.ts +0 -24
- package/dist/src/components/drilldown/WuDrilldown.test.d.ts +0 -1
- package/dist/src/components/drilldown/WuDrilldownTitleMenu.d.ts +0 -9
- package/dist/src/components/drilldown/WuDrilldownTitles.d.ts +0 -12
- package/dist/src/components/drilldown/index.d.ts +0 -3
- package/dist/src/components/footer/WuFooter.d.ts +0 -8
- package/dist/src/components/footer/WuFooter.test.d.ts +0 -1
- package/dist/src/components/footer/index.d.ts +0 -2
- package/dist/src/components/formGroup/WuFormGroup.d.ts +0 -10
- package/dist/src/components/formGroup/WuFormGroup.test.d.ts +0 -1
- package/dist/src/components/formGroup/components/WuInputError.d.ts +0 -6
- package/dist/src/components/formGroup/components/WuInputHint.d.ts +0 -7
- package/dist/src/components/formGroup/components/WuLabel.d.ts +0 -3
- package/dist/src/components/formGroup/index.d.ts +0 -5
- package/dist/src/components/helpButton/WuHelpButton.d.ts +0 -7
- package/dist/src/components/helpButton/WuHelpButton.test.d.ts +0 -1
- package/dist/src/components/helpButton/index.d.ts +0 -2
- package/dist/src/components/input/WuInput.d.ts +0 -13
- package/dist/src/components/input/WuInput.test.d.ts +0 -0
- package/dist/src/components/input/index.d.ts +0 -2
- package/dist/src/components/listbox/WuListbox.d.ts +0 -44
- package/dist/src/components/listbox/WuListbox.test.d.ts +0 -1
- package/dist/src/components/listbox/index.d.ts +0 -3
- package/dist/src/components/listbox/subComponents/WuListboxTrigger.d.ts +0 -4
- package/dist/src/components/listbox/ui/_item.d.ts +0 -14
- package/dist/src/components/listbox/ui/_search.d.ts +0 -3
- package/dist/src/components/listbox/ui/_selectAll.d.ts +0 -7
- package/dist/src/components/listbox/ui/_trigger.d.ts +0 -20
- package/dist/src/components/listbox/utils/search.d.ts +0 -2
- package/dist/src/components/listbox/utils/useGenClass.d.ts +0 -1
- package/dist/src/components/loader/WuLoader.d.ts +0 -8
- package/dist/src/components/loader/WuLoader.test.d.ts +0 -1
- package/dist/src/components/loader/index.d.ts +0 -2
- package/dist/src/components/menu/WuMenu.d.ts +0 -24
- package/dist/src/components/menu/WuMenu.test.d.ts +0 -1
- package/dist/src/components/menu/index.d.ts +0 -10
- package/dist/src/components/menu/ui/WuMenuCheckboxItem.d.ts +0 -8
- package/dist/src/components/menu/ui/WuMenuItem.d.ts +0 -8
- package/dist/src/components/menu/ui/WuMenuItemGroup.d.ts +0 -8
- package/dist/src/components/menu/ui/WuMenuRadioItem.d.ts +0 -15
- package/dist/src/components/menu/ui/WuMenuSeparatorItem.d.ts +0 -2
- package/dist/src/components/menu/ui/WuSubMenu.d.ts +0 -13
- package/dist/src/components/menuIcon/WuMenuIcon.d.ts +0 -9
- package/dist/src/components/menuIcon/WuMenuIcon.test.d.ts +0 -1
- package/dist/src/components/menuIcon/index.d.ts +0 -2
- package/dist/src/components/modal/WuModal.d.ts +0 -32
- package/dist/src/components/modal/WuModal.test.d.ts +0 -1
- package/dist/src/components/modal/index.d.ts +0 -2
- package/dist/src/components/monthPicker/WuMonthPicker.d.ts +0 -16
- package/dist/src/components/monthPicker/WuMonthPicker.test.d.ts +0 -1
- package/dist/src/components/monthPicker/index.d.ts +0 -2
- package/dist/src/components/navbar/index.d.ts +0 -4
- package/dist/src/components/navbar/primaryNavbar/WuPrimaryNavbar.d.ts +0 -12
- package/dist/src/components/navbar/primaryNavbar/WuPrimaryNavbar.test.d.ts +0 -1
- package/dist/src/components/navbar/secondaryNavbar/WuSecondaryNavbar.d.ts +0 -18
- package/dist/src/components/navbar/secondaryNavbar/WuSecondaryNavbar.test.d.ts +0 -1
- package/dist/src/components/pagination/WuPagination.d.ts +0 -10
- package/dist/src/components/pagination/WuPagination.test.d.ts +0 -1
- package/dist/src/components/pagination/index.d.ts +0 -2
- package/dist/src/components/popover/WuPopover.d.ts +0 -14
- package/dist/src/components/popover/WuPopover.test.d.ts +0 -1
- package/dist/src/components/popover/index.d.ts +0 -2
- package/dist/src/components/radio/WuRadioGroup.d.ts +0 -12
- package/dist/src/components/radio/WuRadioGroup.test.d.ts +0 -1
- package/dist/src/components/radio/index.d.ts +0 -3
- package/dist/src/components/radio/types/IWuRadioOption.d.ts +0 -6
- package/dist/src/components/scrollArea/WuScrollArea.d.ts +0 -4
- package/dist/src/components/scrollArea/WuScrollArea.test.d.ts +0 -1
- package/dist/src/components/scrollArea/index.d.ts +0 -1
- package/dist/src/components/select/WuSelect.d.ts +0 -33
- package/dist/src/components/select/WuSelect.test.d.ts +0 -1
- package/dist/src/components/select/index.d.ts +0 -3
- package/dist/src/components/select/types/IWuSelectOptions.d.ts +0 -16
- package/dist/src/components/select/ui/_item.d.ts +0 -15
- package/dist/src/components/select/ui/_trigger.d.ts +0 -20
- package/dist/src/components/select/utils/renderItems.d.ts +0 -10
- package/dist/src/components/select/utils/useOptionDestructure.d.ts +0 -8
- package/dist/src/components/select/utils/useResizeContent.d.ts +0 -2
- package/dist/src/components/select/utils/useSortedSelectOptions.d.ts +0 -4
- package/dist/src/components/sidebar/WuSidebar.d.ts +0 -33
- package/dist/src/components/sidebar/WuSidebar.test.d.ts +0 -1
- package/dist/src/components/sidebar/index.d.ts +0 -2
- package/dist/src/components/sidebar/shadcn/sidebar.d.ts +0 -44
- package/dist/src/components/spotlight/WuSpotlight.d.ts +0 -16
- package/dist/src/components/spotlight/WuSpotlight.test.d.ts +0 -1
- package/dist/src/components/spotlight/index.d.ts +0 -2
- package/dist/src/components/stackedCard/WuStackedCard.d.ts +0 -29
- package/dist/src/components/stackedCard/WuStackedCard.test.d.ts +0 -1
- package/dist/src/components/stackedCard/index.d.ts +0 -3
- package/dist/src/components/stackedCard/utils/constant.d.ts +0 -1
- package/dist/src/components/stackedCard/utils/helper.d.ts +0 -16
- package/dist/src/components/stepper/WuStepper.d.ts +0 -15
- package/dist/src/components/stepper/WuStepper.test.d.ts +0 -1
- package/dist/src/components/stepper/index.d.ts +0 -2
- package/dist/src/components/surveySelect/WuSurveySelect.d.ts +0 -5
- package/dist/src/components/surveySelect/WuSurveySelect.test.d.ts +0 -1
- package/dist/src/components/surveySelect/index.d.ts +0 -6
- package/dist/src/components/surveySelect/subComponents/WuSharedSurvey.d.ts +0 -3
- package/dist/src/components/surveySelect/subComponents/WuSurveyItem.d.ts +0 -3
- package/dist/src/components/surveySelect/subComponents/WuSurveyList.d.ts +0 -3
- package/dist/src/components/surveySelect/subComponents/WuSurveySource.d.ts +0 -8
- package/dist/src/components/surveySelect/types/index.d.ts +0 -15
- package/dist/src/components/switcher/WuSwitcher.d.ts +0 -25
- package/dist/src/components/switcher/WuSwitcher.test.d.ts +0 -1
- package/dist/src/components/switcher/index.d.ts +0 -4
- package/dist/src/components/switcher/types/IWuSwitcherOption.d.ts +0 -4
- package/dist/src/components/switcher/types/IWuSwitcherOptions.d.ts +0 -2
- package/dist/src/components/switcher/ui/_iconTab.d.ts +0 -11
- package/dist/src/components/switcher/ui/_tab.d.ts +0 -12
- package/dist/src/components/switcher/ui/_toggle.d.ts +0 -11
- package/dist/src/components/tab/WuTab.d.ts +0 -15
- package/dist/src/components/tab/WuTab.test.d.ts +0 -1
- package/dist/src/components/tab/components/BaseTabContent.d.ts +0 -8
- package/dist/src/components/tab/hooks/useHorizontalTabScroll.d.ts +0 -8
- package/dist/src/components/tab/hooks/useTabIndicator.d.ts +0 -9
- package/dist/src/components/tab/hooks/useVerticalTabScroll.d.ts +0 -8
- package/dist/src/components/tab/index.d.ts +0 -3
- package/dist/src/components/tab/shadcn/tabs.d.ts +0 -7
- package/dist/src/components/tab/types/IWuItems.d.ts +0 -5
- package/dist/src/components/tab/ui/_horizontalTab.d.ts +0 -3
- package/dist/src/components/tab/ui/_verticalTab.d.ts +0 -3
- package/dist/src/components/table/components/dataTable/WuDataTable.d.ts +0 -30
- package/dist/src/components/table/components/dataTable/WuDataTable.test.d.ts +0 -1
- package/dist/src/components/table/components/table/WuTable.d.ts +0 -34
- package/dist/src/components/table/components/table/WuTable.test.d.ts +0 -1
- package/dist/src/components/table/hooks/useRowSelection.d.ts +0 -11
- package/dist/src/components/table/hooks/useTableCore.d.ts +0 -19
- package/dist/src/components/table/hooks/useTableScroll.d.ts +0 -6
- package/dist/src/components/table/index.d.ts +0 -8
- package/dist/src/components/table/types/IColumnDefaultSorting.d.ts +0 -4
- package/dist/src/components/table/types/IWuRowSelection.d.ts +0 -10
- package/dist/src/components/table/types/IWuTableColumnDef.d.ts +0 -11
- package/dist/src/components/table/ui/_body.d.ts +0 -15
- package/dist/src/components/table/ui/_header.d.ts +0 -17
- package/dist/src/components/table/ui/_virtualBody.d.ts +0 -19
- package/dist/src/components/table/utils/data.d.ts +0 -65
- package/dist/src/components/table/utils/tableHelpers.d.ts +0 -16
- package/dist/src/components/table/utils/tableStyles.d.ts +0 -7
- package/dist/src/components/table/utils/variantClass.d.ts +0 -3
- package/dist/src/components/textarea/WuTextarea.d.ts +0 -8
- package/dist/src/components/textarea/WuTextarea.test.d.ts +0 -1
- package/dist/src/components/textarea/index.d.ts +0 -2
- package/dist/src/components/timePicker/WuTimePicker.d.ts +0 -9
- package/dist/src/components/timePicker/WuTimePicker.test.d.ts +0 -1
- package/dist/src/components/timePicker/components/timeColumn.d.ts +0 -11
- package/dist/src/components/timePicker/hooks/useRotatedArrays.d.ts +0 -5
- package/dist/src/components/timePicker/hooks/useTimePickerScroll.d.ts +0 -1
- package/dist/src/components/timePicker/index.d.ts +0 -2
- package/dist/src/components/timePicker/utils/timePickerUtils.d.ts +0 -12
- package/dist/src/components/toast/WuToast.d.ts +0 -1
- package/dist/src/components/toast/WuToast.test.d.ts +0 -1
- package/dist/src/components/toast/hooks/useWuShowToast.d.ts +0 -11
- package/dist/src/components/toast/index.d.ts +0 -3
- package/dist/src/components/toast/types/IWuToastOptions.d.ts +0 -5
- package/dist/src/components/toggle/WuToggle.d.ts +0 -8
- package/dist/src/components/toggle/WuToggle.test.d.ts +0 -1
- package/dist/src/components/toggle/index.d.ts +0 -2
- package/dist/src/components/tooltip/WuTooltip.d.ts +0 -15
- package/dist/src/components/tooltip/WuTooltip.test.d.ts +0 -1
- package/dist/src/components/tooltip/index.d.ts +0 -2
- package/dist/src/components/typography/WuTypography.d.ts +0 -21
- package/dist/src/components/typography/WuTypography.test.d.ts +0 -1
- package/dist/src/components/typography/iconClasses.d.ts +0 -1
- package/dist/src/components/typography/index.d.ts +0 -1
- package/dist/src/components/useTranslation/WuTranslation.test.d.ts +0 -1
- package/dist/src/components/useTranslation/WuTranslationContext.d.ts +0 -2
- package/dist/src/components/useTranslation/WuTranslationProvider.d.ts +0 -6
- package/dist/src/components/useTranslation/index.d.ts +0 -4
- package/dist/src/components/useTranslation/types/index.d.ts +0 -8
- package/dist/src/components/useTranslation/useTranslationContext.d.ts +0 -3
- package/dist/src/components/virtualScroll/WuVirtualScroll.d.ts +0 -11
- package/dist/src/components/virtualScroll/WuVirtualScroll.test.d.ts +0 -1
- package/dist/src/components/virtualScroll/index.d.ts +0 -2
- package/dist/src/docs/Icons.d.ts +0 -2
- package/dist/src/docs/Theme.d.ts +0 -3
- package/dist/src/docs/Typography.d.ts +0 -4
- package/dist/src/docs/ui/chartColor.d.ts +0 -4
- package/dist/src/docs/ui/colorSystem.d.ts +0 -10
- package/dist/src/hooks/index.d.ts +0 -1
- package/dist/src/hooks/useAnimation.d.ts +0 -9
- package/dist/src/hooks/useAnimation.test.d.ts +0 -1
- package/dist/src/hooks/useMobile.d.ts +0 -1
- package/dist/src/hooks/useResizeList.d.ts +0 -10
- package/dist/src/index.d.ts +0 -53
- package/dist/src/lib/testUtils.d.ts +0 -2
- package/dist/src/lib/utils.d.ts +0 -15
- package/dist/src/translate/WuTranslate.d.ts +0 -5
- package/dist/src/translate/WuTranslateContext.d.ts +0 -18
- package/dist/src/translate/WuTranslateContext.test.d.ts +0 -1
- package/dist/src/translate/index.d.ts +0 -2
- package/dist/style.css +0 -1
- package/dist/wick-ui-lib/es/index.js +0 -15755
- package/dist/wick-ui-lib/umd/index.js +0 -21
package/dist/favicon.ico
DELETED
|
Binary file
|
package/dist/index.d.ts
DELETED
package/dist/order_divergent.svg
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
<svg width="913" height="320" viewBox="0 0 913 320" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M127.338 9.886V22H125.07V12.208L122.37 13.846L121.362 12.298L125.304 9.886H127.338Z" fill="#545E6B"/>
|
|
3
|
-
<path d="M124.632 57.67C125.448 57.67 126.15 57.82 126.738 58.12C127.338 58.42 127.794 58.828 128.106 59.344C128.418 59.86 128.574 60.436 128.574 61.072C128.574 61.756 128.424 62.416 128.124 63.052C127.836 63.676 127.35 64.372 126.666 65.14C125.982 65.908 124.98 66.922 123.66 68.182H128.844L128.592 70H121.05V68.308C122.586 66.748 123.684 65.596 124.344 64.852C125.016 64.096 125.49 63.454 125.766 62.926C126.054 62.386 126.198 61.828 126.198 61.252C126.198 60.7 126.036 60.268 125.712 59.956C125.4 59.644 124.98 59.488 124.452 59.488C123.984 59.488 123.57 59.59 123.21 59.794C122.862 59.986 122.496 60.31 122.112 60.766L120.708 59.65C121.728 58.33 123.036 57.67 124.632 57.67Z" fill="#545E6B"/>
|
|
4
|
-
<path d="M124.588 105.67C125.392 105.67 126.082 105.808 126.658 106.084C127.246 106.36 127.684 106.732 127.972 107.2C128.272 107.668 128.422 108.184 128.422 108.748C128.422 109.48 128.212 110.092 127.792 110.584C127.372 111.064 126.796 111.4 126.064 111.592C126.868 111.664 127.528 111.952 128.044 112.456C128.56 112.96 128.818 113.656 128.818 114.544C128.818 115.24 128.638 115.87 128.278 116.434C127.93 116.998 127.426 117.448 126.766 117.784C126.106 118.108 125.326 118.27 124.426 118.27C122.77 118.27 121.462 117.688 120.502 116.524L121.78 115.3C122.188 115.708 122.59 116.008 122.986 116.2C123.382 116.38 123.82 116.47 124.3 116.47C124.948 116.47 125.464 116.29 125.848 115.93C126.244 115.558 126.442 115.06 126.442 114.436C126.442 113.74 126.256 113.242 125.884 112.942C125.524 112.642 124.984 112.492 124.264 112.492H123.31L123.58 110.854H124.228C124.816 110.854 125.284 110.692 125.632 110.368C125.992 110.044 126.172 109.594 126.172 109.018C126.172 108.526 126.01 108.142 125.686 107.866C125.362 107.578 124.93 107.434 124.39 107.434C123.922 107.434 123.496 107.524 123.112 107.704C122.728 107.872 122.344 108.136 121.96 108.496L120.79 107.218C121.882 106.186 123.148 105.67 124.588 105.67Z" fill="#545E6B"/>
|
|
5
|
-
<path d="M128.226 155.596H123.69V158.602C124.29 158.302 124.902 158.152 125.526 158.152C126.198 158.152 126.798 158.308 127.326 158.62C127.854 158.932 128.262 159.382 128.55 159.97C128.85 160.558 129 161.254 129 162.058C129 162.886 128.814 163.618 128.442 164.254C128.07 164.89 127.542 165.388 126.858 165.748C126.174 166.096 125.382 166.27 124.482 166.27C123.678 166.27 122.964 166.126 122.34 165.838C121.728 165.538 121.17 165.112 120.666 164.56L121.98 163.336C122.676 164.104 123.492 164.488 124.428 164.488C125.112 164.488 125.646 164.278 126.03 163.858C126.426 163.438 126.624 162.838 126.624 162.058C126.624 160.558 125.976 159.808 124.68 159.808C124.404 159.808 124.146 159.844 123.906 159.916C123.666 159.976 123.402 160.078 123.114 160.222H121.476V153.886H128.496L128.226 155.596Z" fill="#545E6B"/>
|
|
6
|
-
<path d="M128.699 201.886V203.506L124.217 214.234L122.111 213.55L126.323 203.668H121.211V201.886H128.699Z" fill="#545E6B"/>
|
|
7
|
-
<path d="M124.946 249.67C126.314 249.67 127.364 250.096 128.096 250.948C128.828 251.788 129.194 252.928 129.194 254.368C129.194 256.012 128.948 257.362 128.456 258.418C127.964 259.462 127.208 260.296 126.188 260.92C125.168 261.544 123.818 262.054 122.138 262.45L121.652 260.812C123.236 260.392 124.436 259.852 125.252 259.192C126.08 258.52 126.572 257.608 126.728 256.456C126.068 257.296 125.204 257.716 124.136 257.716C123.512 257.716 122.936 257.56 122.408 257.248C121.892 256.924 121.484 256.462 121.184 255.862C120.884 255.262 120.734 254.566 120.734 253.774C120.734 252.946 120.92 252.226 121.292 251.614C121.664 250.99 122.168 250.51 122.804 250.174C123.452 249.838 124.166 249.67 124.946 249.67ZM124.766 256.042C125.582 256.042 126.272 255.628 126.836 254.8C126.848 253.564 126.704 252.688 126.404 252.172C126.116 251.644 125.63 251.38 124.946 251.38C124.346 251.38 123.878 251.584 123.542 251.992C123.206 252.4 123.038 252.982 123.038 253.738C123.038 254.53 123.194 255.112 123.506 255.484C123.83 255.856 124.25 256.042 124.766 256.042Z" fill="#545E6B"/>
|
|
8
|
-
<path d="M123.225 297.886V310H120.957V300.208L118.257 301.846L117.249 300.298L121.191 297.886H123.225ZM132.75 297.886V299.506L128.268 310.234L126.162 309.55L130.374 299.668H125.262V297.886H132.75Z" fill="#545E6B"/>
|
|
9
|
-
<rect x="168" width="32" height="32" rx="2" fill="#DF4828"/>
|
|
10
|
-
<path d="M212.183 11.588C212.879 11.588 213.487 11.756 214.007 12.092C214.535 12.42 214.943 12.904 215.231 13.544C215.527 14.184 215.675 14.96 215.675 15.872C215.675 16.768 215.527 17.536 215.231 18.176C214.943 18.816 214.535 19.304 214.007 19.64C213.487 19.976 212.879 20.144 212.183 20.144C211.487 20.144 210.875 19.98 210.347 19.652C209.827 19.324 209.419 18.84 209.123 18.2C208.835 17.56 208.691 16.788 208.691 15.884C208.691 14.996 208.835 14.228 209.123 13.58C209.419 12.932 209.831 12.44 210.359 12.104C210.887 11.76 211.495 11.588 212.183 11.588ZM212.183 12.524C211.463 12.524 210.903 12.796 210.503 13.34C210.103 13.884 209.903 14.732 209.903 15.884C209.903 17.028 210.103 17.868 210.503 18.404C210.911 18.94 211.471 19.208 212.183 19.208C213.703 19.208 214.463 18.096 214.463 15.872C214.463 13.64 213.703 12.524 212.183 12.524ZM220.228 13.532C220.452 13.532 220.66 13.556 220.852 13.604L220.648 14.684C220.456 14.636 220.272 14.612 220.096 14.612C219.704 14.612 219.388 14.756 219.148 15.044C218.908 15.332 218.72 15.78 218.584 16.388V20H217.48V13.676H218.428L218.536 14.96C218.704 14.488 218.932 14.132 219.22 13.892C219.508 13.652 219.844 13.532 220.228 13.532Z" fill="#9B9B9B"/>
|
|
11
|
-
<rect x="261" y="32" width="32" height="32" rx="2" transform="rotate(-180 261 32)" fill="#1B3380"/>
|
|
12
|
-
<path d="M272.508 10.34C272.092 10.956 271.76 11.508 271.512 11.996C271.272 12.476 271.08 13.024 270.936 13.64C270.8 14.256 270.732 14.976 270.732 15.8C270.732 16.616 270.8 17.332 270.936 17.948C271.08 18.564 271.272 19.12 271.512 19.616C271.76 20.104 272.092 20.652 272.508 21.26L271.812 21.74C271.284 20.988 270.876 20.372 270.588 19.892C270.308 19.404 270.068 18.824 269.868 18.152C269.676 17.472 269.58 16.688 269.58 15.8C269.58 14.912 269.676 14.132 269.868 13.46C270.068 12.78 270.308 12.2 270.588 11.72C270.876 11.232 271.284 10.612 271.812 9.86L272.508 10.34ZM277.082 11.588C277.578 11.588 277.994 11.652 278.33 11.78C278.674 11.908 279.022 12.116 279.374 12.404L278.75 13.136C278.246 12.728 277.714 12.524 277.154 12.524C276.466 12.524 275.91 12.788 275.486 13.316C275.07 13.844 274.862 14.692 274.862 15.86C274.862 16.996 275.07 17.836 275.486 18.38C275.902 18.916 276.454 19.184 277.142 19.184C277.494 19.184 277.802 19.124 278.066 19.004C278.33 18.884 278.61 18.716 278.906 18.5L279.47 19.22C279.214 19.484 278.886 19.704 278.486 19.88C278.086 20.056 277.626 20.144 277.106 20.144C276.434 20.144 275.834 19.98 275.306 19.652C274.786 19.316 274.378 18.828 274.082 18.188C273.794 17.54 273.65 16.764 273.65 15.86C273.65 14.956 273.802 14.184 274.106 13.544C274.41 12.896 274.822 12.408 275.342 12.08C275.862 11.752 276.442 11.588 277.082 11.588ZM282.987 13.532C283.875 13.532 284.563 13.828 285.051 14.42C285.547 15.012 285.795 15.816 285.795 16.832C285.795 17.488 285.683 18.068 285.459 18.572C285.235 19.068 284.911 19.456 284.487 19.736C284.063 20.008 283.559 20.144 282.975 20.144C282.087 20.144 281.395 19.848 280.899 19.256C280.403 18.664 280.155 17.86 280.155 16.844C280.155 16.188 280.267 15.612 280.491 15.116C280.715 14.612 281.039 14.224 281.463 13.952C281.887 13.672 282.395 13.532 282.987 13.532ZM282.987 14.42C281.891 14.42 281.343 15.228 281.343 16.844C281.343 18.452 281.887 19.256 282.975 19.256C284.063 19.256 284.607 18.448 284.607 16.832C284.607 15.224 284.067 14.42 282.987 14.42ZM288.879 20.144C288.471 20.144 288.147 20.024 287.907 19.784C287.675 19.536 287.559 19.192 287.559 18.752V11.132L288.663 11V18.728C288.663 18.904 288.691 19.032 288.747 19.112C288.811 19.192 288.915 19.232 289.059 19.232C289.211 19.232 289.347 19.208 289.467 19.16L289.755 19.928C289.491 20.072 289.199 20.144 288.879 20.144ZM293.452 13.532C294.34 13.532 295.028 13.828 295.516 14.42C296.012 15.012 296.26 15.816 296.26 16.832C296.26 17.488 296.148 18.068 295.924 18.572C295.7 19.068 295.376 19.456 294.952 19.736C294.528 20.008 294.024 20.144 293.44 20.144C292.552 20.144 291.86 19.848 291.364 19.256C290.868 18.664 290.62 17.86 290.62 16.844C290.62 16.188 290.732 15.612 290.956 15.116C291.18 14.612 291.504 14.224 291.928 13.952C292.352 13.672 292.86 13.532 293.452 13.532ZM293.452 14.42C292.356 14.42 291.808 15.228 291.808 16.844C291.808 18.452 292.352 19.256 293.44 19.256C294.528 19.256 295.072 18.448 295.072 16.832C295.072 15.224 294.532 14.42 293.452 14.42ZM300.831 13.532C301.055 13.532 301.263 13.556 301.455 13.604L301.251 14.684C301.059 14.636 300.875 14.612 300.699 14.612C300.307 14.612 299.991 14.756 299.751 15.044C299.511 15.332 299.323 15.78 299.187 16.388V20H298.083V13.676H299.031L299.139 14.96C299.307 14.488 299.535 14.132 299.823 13.892C300.111 13.652 300.447 13.532 300.831 13.532ZM307.604 13.532C308.036 13.532 308.424 13.592 308.768 13.712C309.112 13.832 309.44 14.012 309.752 14.252L309.284 14.948C308.996 14.764 308.72 14.628 308.456 14.54C308.2 14.452 307.928 14.408 307.64 14.408C307.28 14.408 306.996 14.484 306.788 14.636C306.58 14.78 306.476 14.98 306.476 15.236C306.476 15.492 306.572 15.692 306.764 15.836C306.964 15.98 307.32 16.12 307.832 16.256C308.536 16.432 309.06 16.672 309.404 16.976C309.756 17.28 309.932 17.696 309.932 18.224C309.932 18.848 309.688 19.324 309.2 19.652C308.72 19.98 308.132 20.144 307.436 20.144C306.476 20.144 305.68 19.868 305.048 19.316L305.636 18.644C306.172 19.052 306.764 19.256 307.412 19.256C307.828 19.256 308.156 19.172 308.396 19.004C308.644 18.828 308.768 18.592 308.768 18.296C308.768 18.08 308.724 17.908 308.636 17.78C308.548 17.644 308.396 17.528 308.18 17.432C307.964 17.328 307.648 17.22 307.232 17.108C306.56 16.932 306.072 16.696 305.768 16.4C305.472 16.104 305.324 15.728 305.324 15.272C305.324 14.944 305.42 14.648 305.612 14.384C305.812 14.112 306.084 13.904 306.428 13.76C306.78 13.608 307.172 13.532 307.604 13.532ZM316.266 16.652C316.266 16.836 316.258 17.024 316.242 17.216H312.21C312.258 17.912 312.434 18.424 312.738 18.752C313.042 19.08 313.434 19.244 313.914 19.244C314.218 19.244 314.498 19.2 314.754 19.112C315.01 19.024 315.278 18.884 315.558 18.692L316.038 19.352C315.366 19.88 314.63 20.144 313.83 20.144C312.95 20.144 312.262 19.856 311.766 19.28C311.278 18.704 311.034 17.912 311.034 16.904C311.034 16.248 311.138 15.668 311.346 15.164C311.562 14.652 311.866 14.252 312.258 13.964C312.658 13.676 313.126 13.532 313.662 13.532C314.502 13.532 315.146 13.808 315.594 14.36C316.042 14.912 316.266 15.676 316.266 16.652ZM315.174 16.328C315.174 15.704 315.05 15.228 314.802 14.9C314.554 14.572 314.182 14.408 313.686 14.408C312.782 14.408 312.29 15.072 312.21 16.4H315.174V16.328ZM319.289 20.144C318.881 20.144 318.557 20.024 318.317 19.784C318.085 19.536 317.969 19.192 317.969 18.752V11.132L319.073 11V18.728C319.073 18.904 319.101 19.032 319.157 19.112C319.221 19.192 319.325 19.232 319.469 19.232C319.621 19.232 319.757 19.208 319.877 19.16L320.165 19.928C319.901 20.072 319.609 20.144 319.289 20.144ZM326.262 16.652C326.262 16.836 326.254 17.024 326.238 17.216H322.206C322.254 17.912 322.43 18.424 322.734 18.752C323.038 19.08 323.43 19.244 323.91 19.244C324.214 19.244 324.494 19.2 324.75 19.112C325.006 19.024 325.274 18.884 325.554 18.692L326.034 19.352C325.362 19.88 324.626 20.144 323.826 20.144C322.946 20.144 322.258 19.856 321.762 19.28C321.274 18.704 321.03 17.912 321.03 16.904C321.03 16.248 321.134 15.668 321.342 15.164C321.558 14.652 321.862 14.252 322.254 13.964C322.654 13.676 323.122 13.532 323.658 13.532C324.498 13.532 325.142 13.808 325.59 14.36C326.038 14.912 326.262 15.676 326.262 16.652ZM325.17 16.328C325.17 15.704 325.046 15.228 324.798 14.9C324.55 14.572 324.178 14.408 323.682 14.408C322.778 14.408 322.286 15.072 322.206 16.4H325.17V16.328ZM330.329 13.532C330.705 13.532 331.049 13.588 331.361 13.7C331.673 13.804 331.973 13.976 332.261 14.216L331.733 14.912C331.509 14.752 331.289 14.636 331.073 14.564C330.865 14.484 330.633 14.444 330.377 14.444C329.865 14.444 329.465 14.648 329.177 15.056C328.897 15.464 328.757 16.068 328.757 16.868C328.757 17.668 328.897 18.26 329.177 18.644C329.457 19.02 329.857 19.208 330.377 19.208C330.625 19.208 330.853 19.172 331.061 19.1C331.269 19.02 331.501 18.896 331.757 18.728L332.261 19.448C331.685 19.912 331.041 20.144 330.329 20.144C329.473 20.144 328.797 19.856 328.301 19.28C327.813 18.704 327.569 17.908 327.569 16.892C327.569 16.22 327.681 15.632 327.905 15.128C328.129 14.624 328.445 14.232 328.853 13.952C329.269 13.672 329.761 13.532 330.329 13.532ZM336.947 19.712C336.531 20 336.059 20.144 335.531 20.144C334.995 20.144 334.575 19.992 334.271 19.688C333.975 19.376 333.827 18.928 333.827 18.344V14.528H332.723V13.676H333.827V12.248L334.931 12.116V13.676H336.431L336.311 14.528H334.931V18.296C334.931 18.624 334.987 18.864 335.099 19.016C335.219 19.16 335.415 19.232 335.687 19.232C335.935 19.232 336.215 19.148 336.527 18.98L336.947 19.712ZM339.195 13.676V20H338.091V13.676H339.195ZM338.631 10.64C338.863 10.64 339.051 10.712 339.195 10.856C339.339 11 339.411 11.18 339.411 11.396C339.411 11.612 339.339 11.792 339.195 11.936C339.051 12.072 338.863 12.14 338.631 12.14C338.407 12.14 338.223 12.072 338.079 11.936C337.935 11.792 337.863 11.612 337.863 11.396C337.863 11.18 337.935 11 338.079 10.856C338.223 10.712 338.407 10.64 338.631 10.64ZM343.854 13.532C344.742 13.532 345.43 13.828 345.918 14.42C346.414 15.012 346.662 15.816 346.662 16.832C346.662 17.488 346.55 18.068 346.326 18.572C346.102 19.068 345.778 19.456 345.354 19.736C344.93 20.008 344.426 20.144 343.842 20.144C342.954 20.144 342.262 19.848 341.766 19.256C341.27 18.664 341.022 17.86 341.022 16.844C341.022 16.188 341.134 15.612 341.358 15.116C341.582 14.612 341.906 14.224 342.33 13.952C342.754 13.672 343.262 13.532 343.854 13.532ZM343.854 14.42C342.758 14.42 342.21 15.228 342.21 16.844C342.21 18.452 342.754 19.256 343.842 19.256C344.93 19.256 345.474 18.448 345.474 16.832C345.474 15.224 344.934 14.42 343.854 14.42ZM351.462 13.532C352.038 13.532 352.486 13.704 352.806 14.048C353.134 14.392 353.298 14.864 353.298 15.464V20H352.194V15.62C352.194 15.172 352.11 14.856 351.942 14.672C351.774 14.488 351.526 14.396 351.198 14.396C350.862 14.396 350.566 14.492 350.31 14.684C350.054 14.876 349.814 15.152 349.59 15.512V20H348.486V13.676H349.434L349.53 14.612C349.754 14.276 350.03 14.012 350.358 13.82C350.694 13.628 351.062 13.532 351.462 13.532ZM365.917 13.676L364.477 20H362.977L361.873 14.672L360.733 20H359.269L357.793 13.676H358.897L360.037 19.232L361.285 13.676H362.521L363.709 19.232L364.861 13.676H365.917ZM368.398 13.676V20H367.294V13.676H368.398ZM367.834 10.64C368.066 10.64 368.254 10.712 368.398 10.856C368.542 11 368.614 11.18 368.614 11.396C368.614 11.612 368.542 11.792 368.398 11.936C368.254 12.072 368.066 12.14 367.834 12.14C367.61 12.14 367.426 12.072 367.282 11.936C367.138 11.792 367.066 11.612 367.066 11.396C367.066 11.18 367.138 11 367.282 10.856C367.426 10.712 367.61 10.64 367.834 10.64ZM371.941 20.144C371.533 20.144 371.209 20.024 370.969 19.784C370.737 19.536 370.621 19.192 370.621 18.752V11.132L371.725 11V18.728C371.725 18.904 371.753 19.032 371.809 19.112C371.873 19.192 371.977 19.232 372.121 19.232C372.273 19.232 372.409 19.208 372.529 19.16L372.817 19.928C372.553 20.072 372.261 20.144 371.941 20.144ZM375.457 20.144C375.049 20.144 374.725 20.024 374.485 19.784C374.253 19.536 374.137 19.192 374.137 18.752V11.132L375.241 11V18.728C375.241 18.904 375.269 19.032 375.325 19.112C375.389 19.192 375.493 19.232 375.637 19.232C375.789 19.232 375.925 19.208 376.045 19.16L376.333 19.928C376.069 20.072 375.777 20.144 375.457 20.144ZM385.784 11.132V20H384.812L384.704 19.124C384.496 19.444 384.236 19.696 383.924 19.88C383.612 20.056 383.264 20.144 382.88 20.144C382.128 20.144 381.54 19.848 381.116 19.256C380.7 18.664 380.492 17.868 380.492 16.868C380.492 16.22 380.592 15.644 380.792 15.14C380.992 14.636 381.28 14.244 381.656 13.964C382.032 13.676 382.472 13.532 382.976 13.532C383.624 13.532 384.192 13.792 384.68 14.312V11L385.784 11.132ZM383.12 19.268C383.456 19.268 383.744 19.192 383.984 19.04C384.224 18.88 384.456 18.644 384.68 18.332V15.236C384.472 14.964 384.248 14.76 384.008 14.624C383.776 14.48 383.512 14.408 383.216 14.408C382.728 14.408 382.348 14.612 382.076 15.02C381.812 15.428 381.68 16.036 381.68 16.844C381.68 17.66 381.804 18.268 382.052 18.668C382.3 19.068 382.656 19.268 383.12 19.268ZM392.836 16.652C392.836 16.836 392.828 17.024 392.812 17.216H388.78C388.828 17.912 389.004 18.424 389.308 18.752C389.612 19.08 390.004 19.244 390.484 19.244C390.788 19.244 391.068 19.2 391.324 19.112C391.58 19.024 391.848 18.884 392.128 18.692L392.608 19.352C391.936 19.88 391.2 20.144 390.4 20.144C389.52 20.144 388.832 19.856 388.336 19.28C387.848 18.704 387.604 17.912 387.604 16.904C387.604 16.248 387.708 15.668 387.916 15.164C388.132 14.652 388.436 14.252 388.828 13.964C389.228 13.676 389.696 13.532 390.232 13.532C391.072 13.532 391.716 13.808 392.164 14.36C392.612 14.912 392.836 15.676 392.836 16.652ZM391.744 16.328C391.744 15.704 391.62 15.228 391.372 14.9C391.124 14.572 390.752 14.408 390.256 14.408C389.352 14.408 388.86 15.072 388.78 16.4H391.744V16.328ZM397.503 13.532C398.311 13.532 398.903 13.82 399.279 14.396C399.655 14.972 399.843 15.784 399.843 16.832C399.843 17.824 399.627 18.624 399.195 19.232C398.763 19.84 398.151 20.144 397.359 20.144C396.655 20.144 396.103 19.904 395.703 19.424V22.424L394.599 22.556V13.676H395.547L395.631 14.528C395.863 14.208 396.143 13.964 396.471 13.796C396.799 13.62 397.143 13.532 397.503 13.532ZM397.095 19.244C398.135 19.244 398.655 18.44 398.655 16.832C398.655 15.216 398.179 14.408 397.227 14.408C396.915 14.408 396.631 14.5 396.375 14.684C396.119 14.868 395.895 15.104 395.703 15.392V18.476C395.863 18.724 396.063 18.916 396.303 19.052C396.543 19.18 396.807 19.244 397.095 19.244ZM406.5 16.652C406.5 16.836 406.492 17.024 406.476 17.216H402.444C402.492 17.912 402.668 18.424 402.972 18.752C403.276 19.08 403.668 19.244 404.148 19.244C404.452 19.244 404.732 19.2 404.988 19.112C405.244 19.024 405.512 18.884 405.792 18.692L406.272 19.352C405.6 19.88 404.864 20.144 404.064 20.144C403.184 20.144 402.496 19.856 402 19.28C401.512 18.704 401.268 17.912 401.268 16.904C401.268 16.248 401.372 15.668 401.58 15.164C401.796 14.652 402.1 14.252 402.492 13.964C402.892 13.676 403.36 13.532 403.896 13.532C404.736 13.532 405.38 13.808 405.828 14.36C406.276 14.912 406.5 15.676 406.5 16.652ZM405.408 16.328C405.408 15.704 405.284 15.228 405.036 14.9C404.788 14.572 404.416 14.408 403.92 14.408C403.016 14.408 402.524 15.072 402.444 16.4H405.408V16.328ZM411.239 13.532C411.815 13.532 412.263 13.704 412.583 14.048C412.911 14.392 413.075 14.864 413.075 15.464V20H411.971V15.62C411.971 15.172 411.887 14.856 411.719 14.672C411.551 14.488 411.303 14.396 410.975 14.396C410.639 14.396 410.343 14.492 410.087 14.684C409.831 14.876 409.591 15.152 409.367 15.512V20H408.263V13.676H409.211L409.307 14.612C409.531 14.276 409.807 14.012 410.135 13.82C410.471 13.628 410.839 13.532 411.239 13.532ZM420.19 11.132V20H419.218L419.11 19.124C418.902 19.444 418.642 19.696 418.33 19.88C418.018 20.056 417.67 20.144 417.286 20.144C416.534 20.144 415.946 19.848 415.522 19.256C415.106 18.664 414.898 17.868 414.898 16.868C414.898 16.22 414.998 15.644 415.198 15.14C415.398 14.636 415.686 14.244 416.062 13.964C416.438 13.676 416.878 13.532 417.382 13.532C418.03 13.532 418.598 13.792 419.086 14.312V11L420.19 11.132ZM417.526 19.268C417.862 19.268 418.15 19.192 418.39 19.04C418.63 18.88 418.862 18.644 419.086 18.332V15.236C418.878 14.964 418.654 14.76 418.414 14.624C418.182 14.48 417.918 14.408 417.622 14.408C417.134 14.408 416.754 14.612 416.482 15.02C416.218 15.428 416.086 16.036 416.086 16.844C416.086 17.66 416.21 18.268 416.458 18.668C416.706 19.068 417.062 19.268 417.526 19.268ZM428.018 13.532C428.906 13.532 429.594 13.828 430.082 14.42C430.578 15.012 430.826 15.816 430.826 16.832C430.826 17.488 430.714 18.068 430.49 18.572C430.266 19.068 429.942 19.456 429.518 19.736C429.094 20.008 428.59 20.144 428.006 20.144C427.118 20.144 426.426 19.848 425.93 19.256C425.434 18.664 425.186 17.86 425.186 16.844C425.186 16.188 425.298 15.612 425.522 15.116C425.746 14.612 426.07 14.224 426.494 13.952C426.918 13.672 427.426 13.532 428.018 13.532ZM428.018 14.42C426.922 14.42 426.374 15.228 426.374 16.844C426.374 18.452 426.918 19.256 428.006 19.256C429.094 19.256 429.638 18.448 429.638 16.832C429.638 15.224 429.098 14.42 428.018 14.42ZM435.626 13.532C436.202 13.532 436.65 13.704 436.97 14.048C437.298 14.392 437.462 14.864 437.462 15.464V20H436.358V15.62C436.358 15.172 436.274 14.856 436.106 14.672C435.938 14.488 435.69 14.396 435.362 14.396C435.026 14.396 434.73 14.492 434.474 14.684C434.218 14.876 433.978 15.152 433.754 15.512V20H432.65V13.676H433.598L433.694 14.612C433.918 14.276 434.194 14.012 434.522 13.82C434.858 13.628 435.226 13.532 435.626 13.532ZM446.049 19.712C445.633 20 445.161 20.144 444.633 20.144C444.097 20.144 443.677 19.992 443.373 19.688C443.077 19.376 442.929 18.928 442.929 18.344V14.528H441.825V13.676H442.929V12.248L444.033 12.116V13.676H445.533L445.413 14.528H444.033V18.296C444.033 18.624 444.089 18.864 444.201 19.016C444.321 19.16 444.517 19.232 444.789 19.232C445.037 19.232 445.317 19.148 445.629 18.98L446.049 19.712ZM450.169 13.532C450.745 13.532 451.193 13.704 451.513 14.048C451.841 14.392 452.005 14.864 452.005 15.464V20H450.901V15.62C450.901 15.172 450.813 14.856 450.637 14.672C450.469 14.488 450.221 14.396 449.893 14.396C449.565 14.396 449.273 14.492 449.017 14.684C448.761 14.876 448.521 15.148 448.297 15.5V20H447.193V11.144L448.297 11.024V14.552C448.793 13.872 449.417 13.532 450.169 13.532ZM459 16.652C459 16.836 458.992 17.024 458.976 17.216H454.944C454.992 17.912 455.168 18.424 455.472 18.752C455.776 19.08 456.168 19.244 456.648 19.244C456.952 19.244 457.232 19.2 457.488 19.112C457.744 19.024 458.012 18.884 458.292 18.692L458.772 19.352C458.1 19.88 457.364 20.144 456.564 20.144C455.684 20.144 454.996 19.856 454.5 19.28C454.012 18.704 453.768 17.912 453.768 16.904C453.768 16.248 453.872 15.668 454.08 15.164C454.296 14.652 454.6 14.252 454.992 13.964C455.392 13.676 455.86 13.532 456.396 13.532C457.236 13.532 457.88 13.808 458.328 14.36C458.776 14.912 459 15.676 459 16.652ZM457.908 16.328C457.908 15.704 457.784 15.228 457.536 14.9C457.288 14.572 456.916 14.408 456.42 14.408C455.516 14.408 455.024 15.072 454.944 16.4H457.908V16.328ZM468.835 11.132V20H467.863L467.755 19.124C467.547 19.444 467.287 19.696 466.975 19.88C466.663 20.056 466.315 20.144 465.931 20.144C465.179 20.144 464.591 19.848 464.167 19.256C463.751 18.664 463.543 17.868 463.543 16.868C463.543 16.22 463.643 15.644 463.843 15.14C464.043 14.636 464.331 14.244 464.707 13.964C465.083 13.676 465.523 13.532 466.027 13.532C466.675 13.532 467.243 13.792 467.731 14.312V11L468.835 11.132ZM466.171 19.268C466.507 19.268 466.795 19.192 467.035 19.04C467.275 18.88 467.507 18.644 467.731 18.332V15.236C467.523 14.964 467.299 14.76 467.059 14.624C466.827 14.48 466.563 14.408 466.267 14.408C465.779 14.408 465.399 14.612 465.127 15.02C464.863 15.428 464.731 16.036 464.731 16.844C464.731 17.66 464.855 18.268 465.103 18.668C465.351 19.068 465.707 19.268 466.171 19.268ZM472.215 13.676V20H471.111V13.676H472.215ZM471.651 10.64C471.883 10.64 472.071 10.712 472.215 10.856C472.359 11 472.431 11.18 472.431 11.396C472.431 11.612 472.359 11.792 472.215 11.936C472.071 12.072 471.883 12.14 471.651 12.14C471.427 12.14 471.243 12.072 471.099 11.936C470.955 11.792 470.883 11.612 470.883 11.396C470.883 11.18 470.955 11 471.099 10.856C471.243 10.712 471.427 10.64 471.651 10.64ZM477.245 13.532C477.469 13.532 477.677 13.556 477.869 13.604L477.665 14.684C477.473 14.636 477.289 14.612 477.113 14.612C476.721 14.612 476.405 14.756 476.165 15.044C475.925 15.332 475.737 15.78 475.601 16.388V20H474.497V13.676H475.445L475.553 14.96C475.721 14.488 475.949 14.132 476.237 13.892C476.525 13.652 476.861 13.532 477.245 13.532ZM483.539 16.652C483.539 16.836 483.531 17.024 483.515 17.216H479.483C479.531 17.912 479.707 18.424 480.011 18.752C480.315 19.08 480.707 19.244 481.187 19.244C481.491 19.244 481.771 19.2 482.027 19.112C482.283 19.024 482.551 18.884 482.831 18.692L483.311 19.352C482.639 19.88 481.903 20.144 481.103 20.144C480.223 20.144 479.535 19.856 479.039 19.28C478.551 18.704 478.307 17.912 478.307 16.904C478.307 16.248 478.411 15.668 478.619 15.164C478.835 14.652 479.139 14.252 479.531 13.964C479.931 13.676 480.399 13.532 480.935 13.532C481.775 13.532 482.419 13.808 482.867 14.36C483.315 14.912 483.539 15.676 483.539 16.652ZM482.447 16.328C482.447 15.704 482.323 15.228 482.075 14.9C481.827 14.572 481.455 14.408 480.959 14.408C480.055 14.408 479.563 15.072 479.483 16.4H482.447V16.328ZM487.606 13.532C487.982 13.532 488.326 13.588 488.638 13.7C488.95 13.804 489.25 13.976 489.538 14.216L489.01 14.912C488.786 14.752 488.566 14.636 488.35 14.564C488.142 14.484 487.91 14.444 487.654 14.444C487.142 14.444 486.742 14.648 486.454 15.056C486.174 15.464 486.034 16.068 486.034 16.868C486.034 17.668 486.174 18.26 486.454 18.644C486.734 19.02 487.134 19.208 487.654 19.208C487.902 19.208 488.13 19.172 488.338 19.1C488.546 19.02 488.778 18.896 489.034 18.728L489.538 19.448C488.962 19.912 488.318 20.144 487.606 20.144C486.75 20.144 486.074 19.856 485.578 19.28C485.09 18.704 484.846 17.908 484.846 16.892C484.846 16.22 484.958 15.632 485.182 15.128C485.406 14.624 485.722 14.232 486.13 13.952C486.546 13.672 487.038 13.532 487.606 13.532ZM494.225 19.712C493.809 20 493.337 20.144 492.809 20.144C492.273 20.144 491.853 19.992 491.549 19.688C491.253 19.376 491.105 18.928 491.105 18.344V14.528H490.001V13.676H491.105V12.248L492.209 12.116V13.676H493.709L493.589 14.528H492.209V18.296C492.209 18.624 492.265 18.864 492.377 19.016C492.497 19.16 492.693 19.232 492.965 19.232C493.213 19.232 493.493 19.148 493.805 18.98L494.225 19.712ZM496.473 13.676V20H495.369V13.676H496.473ZM495.909 10.64C496.141 10.64 496.329 10.712 496.473 10.856C496.617 11 496.689 11.18 496.689 11.396C496.689 11.612 496.617 11.792 496.473 11.936C496.329 12.072 496.141 12.14 495.909 12.14C495.685 12.14 495.501 12.072 495.357 11.936C495.213 11.792 495.141 11.612 495.141 11.396C495.141 11.18 495.213 11 495.357 10.856C495.501 10.712 495.685 10.64 495.909 10.64ZM501.131 13.532C502.019 13.532 502.707 13.828 503.195 14.42C503.691 15.012 503.939 15.816 503.939 16.832C503.939 17.488 503.827 18.068 503.603 18.572C503.379 19.068 503.055 19.456 502.631 19.736C502.207 20.008 501.703 20.144 501.119 20.144C500.231 20.144 499.539 19.848 499.043 19.256C498.547 18.664 498.299 17.86 498.299 16.844C498.299 16.188 498.411 15.612 498.635 15.116C498.859 14.612 499.183 14.224 499.607 13.952C500.031 13.672 500.539 13.532 501.131 13.532ZM501.131 14.42C500.035 14.42 499.487 15.228 499.487 16.844C499.487 18.452 500.031 19.256 501.119 19.256C502.207 19.256 502.751 18.448 502.751 16.832C502.751 15.224 502.211 14.42 501.131 14.42ZM508.739 13.532C509.315 13.532 509.763 13.704 510.083 14.048C510.411 14.392 510.575 14.864 510.575 15.464V20H509.471V15.62C509.471 15.172 509.387 14.856 509.219 14.672C509.051 14.488 508.803 14.396 508.475 14.396C508.139 14.396 507.843 14.492 507.587 14.684C507.331 14.876 507.091 15.152 506.867 15.512V20H505.763V13.676H506.711L506.807 14.612C507.031 14.276 507.307 14.012 507.635 13.82C507.971 13.628 508.339 13.532 508.739 13.532ZM518.346 13.532C519.234 13.532 519.922 13.828 520.41 14.42C520.906 15.012 521.154 15.816 521.154 16.832C521.154 17.488 521.042 18.068 520.818 18.572C520.594 19.068 520.27 19.456 519.846 19.736C519.422 20.008 518.918 20.144 518.334 20.144C517.446 20.144 516.754 19.848 516.258 19.256C515.762 18.664 515.514 17.86 515.514 16.844C515.514 16.188 515.626 15.612 515.85 15.116C516.074 14.612 516.398 14.224 516.822 13.952C517.246 13.672 517.754 13.532 518.346 13.532ZM518.346 14.42C517.25 14.42 516.702 15.228 516.702 16.844C516.702 18.452 517.246 19.256 518.334 19.256C519.422 19.256 519.966 18.448 519.966 16.832C519.966 15.224 519.426 14.42 518.346 14.42ZM525.126 11.888C524.79 11.888 524.55 11.964 524.406 12.116C524.262 12.26 524.19 12.488 524.19 12.8V13.676H525.726L525.606 14.528H524.19V20H523.086V14.528H521.958V13.676H523.086V12.812C523.086 12.268 523.258 11.832 523.602 11.504C523.954 11.168 524.442 11 525.066 11C525.354 11 525.61 11.028 525.834 11.084C526.066 11.132 526.314 11.212 526.578 11.324L526.23 12.128C525.87 11.968 525.502 11.888 525.126 11.888ZM533.365 19.712C532.949 20 532.477 20.144 531.949 20.144C531.413 20.144 530.993 19.992 530.689 19.688C530.393 19.376 530.245 18.928 530.245 18.344V14.528H529.141V13.676H530.245V12.248L531.349 12.116V13.676H532.849L532.729 14.528H531.349V18.296C531.349 18.624 531.405 18.864 531.517 19.016C531.637 19.16 531.833 19.232 532.105 19.232C532.353 19.232 532.633 19.148 532.945 18.98L533.365 19.712ZM537.485 13.532C538.061 13.532 538.509 13.704 538.829 14.048C539.157 14.392 539.321 14.864 539.321 15.464V20H538.217V15.62C538.217 15.172 538.129 14.856 537.953 14.672C537.785 14.488 537.537 14.396 537.209 14.396C536.881 14.396 536.589 14.492 536.333 14.684C536.077 14.876 535.837 15.148 535.613 15.5V20H534.509V11.144L535.613 11.024V14.552C536.109 13.872 536.733 13.532 537.485 13.532ZM546.316 16.652C546.316 16.836 546.308 17.024 546.292 17.216H542.26C542.308 17.912 542.484 18.424 542.788 18.752C543.092 19.08 543.484 19.244 543.964 19.244C544.268 19.244 544.548 19.2 544.804 19.112C545.06 19.024 545.328 18.884 545.608 18.692L546.088 19.352C545.416 19.88 544.68 20.144 543.88 20.144C543 20.144 542.312 19.856 541.816 19.28C541.328 18.704 541.084 17.912 541.084 16.904C541.084 16.248 541.188 15.668 541.396 15.164C541.612 14.652 541.916 14.252 542.308 13.964C542.708 13.676 543.176 13.532 543.712 13.532C544.552 13.532 545.196 13.808 545.644 14.36C546.092 14.912 546.316 15.676 546.316 16.652ZM545.224 16.328C545.224 15.704 545.1 15.228 544.852 14.9C544.604 14.572 544.232 14.408 543.736 14.408C542.832 14.408 542.34 15.072 542.26 16.4H545.224V16.328ZM556.151 11.132V20H555.179L555.071 19.124C554.863 19.444 554.603 19.696 554.291 19.88C553.979 20.056 553.631 20.144 553.247 20.144C552.495 20.144 551.907 19.848 551.483 19.256C551.067 18.664 550.859 17.868 550.859 16.868C550.859 16.22 550.959 15.644 551.159 15.14C551.359 14.636 551.647 14.244 552.023 13.964C552.399 13.676 552.839 13.532 553.343 13.532C553.991 13.532 554.559 13.792 555.047 14.312V11L556.151 11.132ZM553.487 19.268C553.823 19.268 554.111 19.192 554.351 19.04C554.591 18.88 554.823 18.644 555.047 18.332V15.236C554.839 14.964 554.615 14.76 554.375 14.624C554.143 14.48 553.879 14.408 553.583 14.408C553.095 14.408 552.715 14.612 552.443 15.02C552.179 15.428 552.047 16.036 552.047 16.844C552.047 17.66 552.171 18.268 552.419 18.668C552.667 19.068 553.023 19.268 553.487 19.268ZM562.687 18.524C562.687 18.78 562.731 18.972 562.819 19.1C562.907 19.22 563.039 19.312 563.215 19.376L562.963 20.144C562.635 20.104 562.371 20.012 562.171 19.868C561.971 19.724 561.823 19.5 561.727 19.196C561.303 19.828 560.675 20.144 559.843 20.144C559.219 20.144 558.727 19.968 558.367 19.616C558.007 19.264 557.827 18.804 557.827 18.236C557.827 17.564 558.067 17.048 558.547 16.688C559.035 16.328 559.723 16.148 560.611 16.148H561.583V15.68C561.583 15.232 561.475 14.912 561.259 14.72C561.043 14.528 560.711 14.432 560.263 14.432C559.799 14.432 559.231 14.544 558.559 14.768L558.283 13.964C559.067 13.676 559.795 13.532 560.467 13.532C561.211 13.532 561.767 13.716 562.135 14.084C562.503 14.444 562.687 14.96 562.687 15.632V18.524ZM560.095 19.316C560.727 19.316 561.223 18.988 561.583 18.332V16.88H560.755C559.587 16.88 559.003 17.312 559.003 18.176C559.003 18.552 559.095 18.836 559.279 19.028C559.463 19.22 559.735 19.316 560.095 19.316ZM568.146 19.712C567.73 20 567.258 20.144 566.73 20.144C566.194 20.144 565.774 19.992 565.47 19.688C565.174 19.376 565.026 18.928 565.026 18.344V14.528H563.922V13.676H565.026V12.248L566.13 12.116V13.676H567.63L567.51 14.528H566.13V18.296C566.13 18.624 566.186 18.864 566.298 19.016C566.418 19.16 566.614 19.232 566.886 19.232C567.134 19.232 567.414 19.148 567.726 18.98L568.146 19.712ZM573.468 18.524C573.468 18.78 573.512 18.972 573.6 19.1C573.688 19.22 573.82 19.312 573.996 19.376L573.744 20.144C573.416 20.104 573.152 20.012 572.952 19.868C572.752 19.724 572.604 19.5 572.508 19.196C572.084 19.828 571.456 20.144 570.624 20.144C570 20.144 569.508 19.968 569.148 19.616C568.788 19.264 568.608 18.804 568.608 18.236C568.608 17.564 568.848 17.048 569.328 16.688C569.816 16.328 570.504 16.148 571.392 16.148H572.364V15.68C572.364 15.232 572.256 14.912 572.04 14.72C571.824 14.528 571.492 14.432 571.044 14.432C570.58 14.432 570.012 14.544 569.34 14.768L569.064 13.964C569.848 13.676 570.576 13.532 571.248 13.532C571.992 13.532 572.548 13.716 572.916 14.084C573.284 14.444 573.468 14.96 573.468 15.632V18.524ZM570.876 19.316C571.508 19.316 572.004 18.988 572.364 18.332V16.88H571.536C570.368 16.88 569.784 17.312 569.784 18.176C569.784 18.552 569.876 18.836 570.06 19.028C570.244 19.22 570.516 19.316 570.876 19.316ZM575.379 14.876L575.199 11.732H576.387L576.207 14.876H575.379ZM579.842 13.532C580.274 13.532 580.662 13.592 581.006 13.712C581.35 13.832 581.678 14.012 581.99 14.252L581.522 14.948C581.234 14.764 580.958 14.628 580.694 14.54C580.438 14.452 580.166 14.408 579.878 14.408C579.518 14.408 579.234 14.484 579.026 14.636C578.818 14.78 578.714 14.98 578.714 15.236C578.714 15.492 578.81 15.692 579.002 15.836C579.202 15.98 579.558 16.12 580.07 16.256C580.774 16.432 581.298 16.672 581.642 16.976C581.994 17.28 582.17 17.696 582.17 18.224C582.17 18.848 581.926 19.324 581.438 19.652C580.958 19.98 580.37 20.144 579.674 20.144C578.714 20.144 577.918 19.868 577.286 19.316L577.874 18.644C578.41 19.052 579.002 19.256 579.65 19.256C580.066 19.256 580.394 19.172 580.634 19.004C580.882 18.828 581.006 18.592 581.006 18.296C581.006 18.08 580.962 17.908 580.874 17.78C580.786 17.644 580.634 17.528 580.418 17.432C580.202 17.328 579.886 17.22 579.47 17.108C578.798 16.932 578.31 16.696 578.006 16.4C577.71 16.104 577.562 15.728 577.562 15.272C577.562 14.944 577.658 14.648 577.85 14.384C578.05 14.112 578.322 13.904 578.666 13.76C579.018 13.608 579.41 13.532 579.842 13.532ZM591.8 11.132V20H590.828L590.72 19.124C590.512 19.444 590.252 19.696 589.94 19.88C589.628 20.056 589.28 20.144 588.896 20.144C588.144 20.144 587.556 19.848 587.132 19.256C586.716 18.664 586.508 17.868 586.508 16.868C586.508 16.22 586.608 15.644 586.808 15.14C587.008 14.636 587.296 14.244 587.672 13.964C588.048 13.676 588.488 13.532 588.992 13.532C589.64 13.532 590.208 13.792 590.696 14.312V11L591.8 11.132ZM589.136 19.268C589.472 19.268 589.76 19.192 590 19.04C590.24 18.88 590.472 18.644 590.696 18.332V15.236C590.488 14.964 590.264 14.76 590.024 14.624C589.792 14.48 589.528 14.408 589.232 14.408C588.744 14.408 588.364 14.612 588.092 15.02C587.828 15.428 587.696 16.036 587.696 16.844C587.696 17.66 587.82 18.268 588.068 18.668C588.316 19.068 588.672 19.268 589.136 19.268ZM598.852 16.652C598.852 16.836 598.844 17.024 598.828 17.216H594.796C594.844 17.912 595.02 18.424 595.324 18.752C595.628 19.08 596.02 19.244 596.5 19.244C596.804 19.244 597.084 19.2 597.34 19.112C597.596 19.024 597.864 18.884 598.144 18.692L598.624 19.352C597.952 19.88 597.216 20.144 596.416 20.144C595.536 20.144 594.848 19.856 594.352 19.28C593.864 18.704 593.62 17.912 593.62 16.904C593.62 16.248 593.724 15.668 593.932 15.164C594.148 14.652 594.452 14.252 594.844 13.964C595.244 13.676 595.712 13.532 596.248 13.532C597.088 13.532 597.732 13.808 598.18 14.36C598.628 14.912 598.852 15.676 598.852 16.652ZM597.76 16.328C597.76 15.704 597.636 15.228 597.388 14.9C597.14 14.572 596.768 14.408 596.272 14.408C595.368 14.408 594.876 15.072 594.796 16.4H597.76V16.328ZM605.212 13.676L603.064 20H601.732L599.548 13.676H600.748L602.404 19.016L604.048 13.676H605.212ZM607.578 13.676V20H606.474V13.676H607.578ZM607.014 10.64C607.246 10.64 607.434 10.712 607.578 10.856C607.722 11 607.794 11.18 607.794 11.396C607.794 11.612 607.722 11.792 607.578 11.936C607.434 12.072 607.246 12.14 607.014 12.14C606.79 12.14 606.606 12.072 606.462 11.936C606.318 11.792 606.246 11.612 606.246 11.396C606.246 11.18 606.318 11 606.462 10.856C606.606 10.712 606.79 10.64 607.014 10.64ZM614.121 18.524C614.121 18.78 614.165 18.972 614.253 19.1C614.341 19.22 614.473 19.312 614.649 19.376L614.397 20.144C614.069 20.104 613.805 20.012 613.605 19.868C613.405 19.724 613.257 19.5 613.161 19.196C612.737 19.828 612.109 20.144 611.277 20.144C610.653 20.144 610.161 19.968 609.801 19.616C609.441 19.264 609.261 18.804 609.261 18.236C609.261 17.564 609.501 17.048 609.981 16.688C610.469 16.328 611.157 16.148 612.045 16.148H613.017V15.68C613.017 15.232 612.909 14.912 612.693 14.72C612.477 14.528 612.145 14.432 611.697 14.432C611.233 14.432 610.665 14.544 609.993 14.768L609.717 13.964C610.501 13.676 611.229 13.532 611.901 13.532C612.645 13.532 613.201 13.716 613.569 14.084C613.937 14.444 614.121 14.96 614.121 15.632V18.524ZM611.529 19.316C612.161 19.316 612.657 18.988 613.017 18.332V16.88H612.189C611.021 16.88 610.437 17.312 610.437 18.176C610.437 18.552 610.529 18.836 610.713 19.028C610.897 19.22 611.169 19.316 611.529 19.316ZM619.58 19.712C619.164 20 618.692 20.144 618.164 20.144C617.628 20.144 617.208 19.992 616.904 19.688C616.608 19.376 616.46 18.928 616.46 18.344V14.528H615.356V13.676H616.46V12.248L617.564 12.116V13.676H619.064L618.944 14.528H617.564V18.296C617.564 18.624 617.62 18.864 617.732 19.016C617.852 19.16 618.048 19.232 618.32 19.232C618.568 19.232 618.848 19.148 619.16 18.98L619.58 19.712ZM621.828 13.676V20H620.724V13.676H621.828ZM621.264 10.64C621.496 10.64 621.684 10.712 621.828 10.856C621.972 11 622.044 11.18 622.044 11.396C622.044 11.612 621.972 11.792 621.828 11.936C621.684 12.072 621.496 12.14 621.264 12.14C621.04 12.14 620.856 12.072 620.712 11.936C620.568 11.792 620.496 11.612 620.496 11.396C620.496 11.18 620.568 11 620.712 10.856C620.856 10.712 621.04 10.64 621.264 10.64ZM626.487 13.532C627.375 13.532 628.063 13.828 628.551 14.42C629.047 15.012 629.295 15.816 629.295 16.832C629.295 17.488 629.183 18.068 628.959 18.572C628.735 19.068 628.411 19.456 627.987 19.736C627.563 20.008 627.059 20.144 626.475 20.144C625.587 20.144 624.895 19.848 624.399 19.256C623.903 18.664 623.655 17.86 623.655 16.844C623.655 16.188 623.767 15.612 623.991 15.116C624.215 14.612 624.539 14.224 624.963 13.952C625.387 13.672 625.895 13.532 626.487 13.532ZM626.487 14.42C625.391 14.42 624.843 15.228 624.843 16.844C624.843 18.452 625.387 19.256 626.475 19.256C627.563 19.256 628.107 18.448 628.107 16.832C628.107 15.224 627.567 14.42 626.487 14.42ZM634.095 13.532C634.671 13.532 635.119 13.704 635.439 14.048C635.767 14.392 635.931 14.864 635.931 15.464V20H634.827V15.62C634.827 15.172 634.743 14.856 634.575 14.672C634.407 14.488 634.159 14.396 633.831 14.396C633.495 14.396 633.199 14.492 632.943 14.684C632.687 14.876 632.447 15.152 632.223 15.512V20H631.119V13.676H632.067L632.163 14.612C632.387 14.276 632.663 14.012 632.991 13.82C633.327 13.628 633.695 13.532 634.095 13.532ZM638.186 9.86C638.714 10.612 639.118 11.232 639.398 11.72C639.686 12.2 639.926 12.78 640.118 13.46C640.318 14.132 640.418 14.912 640.418 15.8C640.418 16.688 640.318 17.472 640.118 18.152C639.926 18.824 639.686 19.404 639.398 19.892C639.118 20.372 638.714 20.988 638.186 21.74L637.49 21.26C637.906 20.652 638.234 20.104 638.474 19.616C638.722 19.12 638.914 18.564 639.05 17.948C639.194 17.332 639.266 16.616 639.266 15.8C639.266 14.976 639.194 14.256 639.05 13.64C638.914 13.024 638.722 12.476 638.474 11.996C638.234 11.508 637.906 10.956 637.49 10.34L638.186 9.86Z" fill="#9B9B9B"/>
|
|
13
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 208 80)" fill="#1B3380"/>
|
|
14
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 200 48)" fill="#DF4828"/>
|
|
15
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 248 128)" fill="#1B3380"/>
|
|
16
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 240 96)" fill="#F5F5F5"/>
|
|
17
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 200 96)" fill="#DF4828"/>
|
|
18
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 328 176)" fill="#1B3380"/>
|
|
19
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 288 176)" fill="#B7B5D4"/>
|
|
20
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 280 144)" fill="#F5F5F5"/>
|
|
21
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 240 144)" fill="#FCA78F"/>
|
|
22
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 200 144)" fill="#DF4828"/>
|
|
23
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 408 224)" fill="#122254"/>
|
|
24
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 368 224)" fill="#4A5195"/>
|
|
25
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 328 224)" fill="#B7B5D4"/>
|
|
26
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 320 192)" fill="#F5F5F5"/>
|
|
27
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 280 192)" fill="#FFC4B3"/>
|
|
28
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 240 192)" fill="#D2300E"/>
|
|
29
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 200 192)" fill="#661200"/>
|
|
30
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 488 272)" fill="#122254"/>
|
|
31
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 448 272)" fill="#1B3380"/>
|
|
32
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 408 272)" fill="#7070AA"/>
|
|
33
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 368 272)" fill="#B7B5D4"/>
|
|
34
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 360 240)" fill="#F5F5F5"/>
|
|
35
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 320 240)" fill="#FFC4B3"/>
|
|
36
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 280 240)" fill="#F4896C"/>
|
|
37
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 240 240)" fill="#D2300E"/>
|
|
38
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 200 240)" fill="#661200"/>
|
|
39
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 848 320)" fill="#122254"/>
|
|
40
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 808 320)" fill="#182D72"/>
|
|
41
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 768 320)" fill="#1B3380"/>
|
|
42
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 728 320)" fill="#4A5195"/>
|
|
43
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 688 320)" fill="#7070AA"/>
|
|
44
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 648 320)" fill="#9392BF"/>
|
|
45
|
-
<rect width="32" height="32" rx="2" transform="matrix(1 -8.90278e-08 -8.58467e-08 -1 608 320)" fill="#B7B5D4"/>
|
|
46
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 600 288)" fill="#DBD9E9"/>
|
|
47
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 560 288)" fill="#F5F5F5"/>
|
|
48
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 520 288)" fill="#FFE2D9"/>
|
|
49
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 480 288)" fill="#FFC4B3"/>
|
|
50
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 440 288)" fill="#FCA78F"/>
|
|
51
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 400 288)" fill="#F4896C"/>
|
|
52
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 360 288)" fill="#EB6A4A"/>
|
|
53
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 320 288)" fill="#DF4828"/>
|
|
54
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 280 288)" fill="#D2300E"/>
|
|
55
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 240 288)" fill="#A11C00"/>
|
|
56
|
-
<rect width="32" height="32" rx="2" transform="matrix(-1 0 0 1 200 288)" fill="#661200"/>
|
|
57
|
-
<path d="M55.7385 116H54.6345L54.3465 112.268C54.2265 110.804 54.1585 109.68 54.1425 108.896L52.3545 115.064H51.2865L49.4025 108.884C49.4025 109.884 49.3505 111.04 49.2465 112.352L48.9705 116H47.8905L48.5745 107.732H50.1105L51.8505 113.744L53.5065 107.732H55.0545L55.7385 116ZM58.7303 109.676V116H57.6263V109.676H58.7303ZM58.1663 106.64C58.3983 106.64 58.5863 106.712 58.7303 106.856C58.8743 107 58.9463 107.18 58.9463 107.396C58.9463 107.612 58.8743 107.792 58.7303 107.936C58.5863 108.072 58.3983 108.14 58.1663 108.14C57.9423 108.14 57.7583 108.072 57.6143 107.936C57.4703 107.792 57.3983 107.612 57.3983 107.396C57.3983 107.18 57.4703 107 57.6143 106.856C57.7583 106.712 57.9423 106.64 58.1663 106.64ZM63.989 109.532C64.565 109.532 65.013 109.704 65.333 110.048C65.661 110.392 65.825 110.864 65.825 111.464V116H64.721V111.62C64.721 111.172 64.637 110.856 64.469 110.672C64.301 110.488 64.053 110.396 63.725 110.396C63.389 110.396 63.093 110.492 62.837 110.684C62.581 110.876 62.341 111.152 62.117 111.512V116H61.013V109.676H61.961L62.057 110.612C62.281 110.276 62.557 110.012 62.885 109.82C63.221 109.628 63.589 109.532 63.989 109.532ZM69.1483 109.676V116H68.0443V109.676H69.1483ZM68.5843 106.64C68.8163 106.64 69.0043 106.712 69.1483 106.856C69.2923 107 69.3643 107.18 69.3643 107.396C69.3643 107.612 69.2923 107.792 69.1483 107.936C69.0043 108.072 68.8163 108.14 68.5843 108.14C68.3603 108.14 68.1763 108.072 68.0323 107.936C67.8883 107.792 67.8163 107.612 67.8163 107.396C67.8163 107.18 67.8883 107 68.0323 106.856C68.1763 106.712 68.3603 106.64 68.5843 106.64ZM77.779 109.532C78.299 109.532 78.715 109.708 79.027 110.06C79.339 110.404 79.495 110.872 79.495 111.464V116H78.391V111.62C78.391 110.804 78.095 110.396 77.503 110.396C77.191 110.396 76.927 110.488 76.711 110.672C76.495 110.848 76.263 111.128 76.015 111.512V116H74.911V111.62C74.911 110.804 74.615 110.396 74.023 110.396C73.703 110.396 73.435 110.488 73.219 110.672C73.003 110.856 72.775 111.136 72.535 111.512V116H71.431V109.676H72.379L72.475 110.6C72.947 109.888 73.555 109.532 74.299 109.532C74.691 109.532 75.023 109.632 75.295 109.832C75.575 110.032 75.775 110.312 75.895 110.672C76.143 110.304 76.415 110.024 76.711 109.832C77.015 109.632 77.371 109.532 77.779 109.532ZM86.4241 116H85.4761L85.3921 115.016C85.1521 115.408 84.8761 115.696 84.5641 115.88C84.2521 116.056 83.8721 116.144 83.4241 116.144C82.8721 116.144 82.4401 115.976 82.1281 115.64C81.8161 115.304 81.6601 114.828 81.6601 114.212V109.676H82.7641V114.092C82.7641 114.524 82.8401 114.832 82.9921 115.016C83.1441 115.192 83.3921 115.28 83.7361 115.28C84.3521 115.28 84.8801 114.916 85.3201 114.188V109.676H86.4241V116ZM95.0525 109.532C95.5725 109.532 95.9885 109.708 96.3005 110.06C96.6125 110.404 96.7685 110.872 96.7685 111.464V116H95.6645V111.62C95.6645 110.804 95.3685 110.396 94.7765 110.396C94.4645 110.396 94.2005 110.488 93.9845 110.672C93.7685 110.848 93.5365 111.128 93.2885 111.512V116H92.1845V111.62C92.1845 110.804 91.8885 110.396 91.2965 110.396C90.9765 110.396 90.7085 110.488 90.4925 110.672C90.2765 110.856 90.0485 111.136 89.8085 111.512V116H88.7045V109.676H89.6525L89.7485 110.6C90.2205 109.888 90.8285 109.532 91.5725 109.532C91.9645 109.532 92.2965 109.632 92.5685 109.832C92.8485 110.032 93.0485 110.312 93.1685 110.672C93.4165 110.304 93.6885 110.024 93.9845 109.832C94.2885 109.632 94.6445 109.532 95.0525 109.532Z" fill="#9B9B9B"/>
|
|
58
|
-
<path d="M54.6279 160.496H53.3439V164H52.2039V155.732H54.3759C55.4079 155.732 56.1879 155.928 56.7159 156.32C57.2519 156.712 57.5199 157.296 57.5199 158.072C57.5199 158.648 57.3719 159.116 57.0759 159.476C56.7799 159.836 56.3319 160.108 55.7319 160.292L57.9639 164H56.6079L54.6279 160.496ZM54.4959 159.62C55.0959 159.62 55.5479 159.5 55.8519 159.26C56.1559 159.012 56.3079 158.616 56.3079 158.072C56.3079 157.56 56.1519 157.192 55.8399 156.968C55.5359 156.736 55.0439 156.62 54.3639 156.62H53.3439V159.62H54.4959ZM64.0098 160.652C64.0098 160.836 64.0018 161.024 63.9858 161.216H59.9538C60.0018 161.912 60.1778 162.424 60.4818 162.752C60.7858 163.08 61.1778 163.244 61.6578 163.244C61.9618 163.244 62.2418 163.2 62.4978 163.112C62.7538 163.024 63.0218 162.884 63.3018 162.692L63.7818 163.352C63.1098 163.88 62.3738 164.144 61.5738 164.144C60.6938 164.144 60.0058 163.856 59.5098 163.28C59.0218 162.704 58.7778 161.912 58.7778 160.904C58.7778 160.248 58.8818 159.668 59.0898 159.164C59.3058 158.652 59.6098 158.252 60.0018 157.964C60.4018 157.676 60.8698 157.532 61.4058 157.532C62.2458 157.532 62.8898 157.808 63.3378 158.36C63.7858 158.912 64.0098 159.676 64.0098 160.652ZM62.9178 160.328C62.9178 159.704 62.7938 159.228 62.5458 158.9C62.2978 158.572 61.9258 158.408 61.4298 158.408C60.5258 158.408 60.0338 159.072 59.9538 160.4H62.9178V160.328ZM70.6688 155.132V164H69.6968L69.5888 163.124C69.3808 163.444 69.1208 163.696 68.8088 163.88C68.4968 164.056 68.1488 164.144 67.7648 164.144C67.0128 164.144 66.4248 163.848 66.0008 163.256C65.5848 162.664 65.3768 161.868 65.3768 160.868C65.3768 160.22 65.4768 159.644 65.6768 159.14C65.8768 158.636 66.1648 158.244 66.5408 157.964C66.9168 157.676 67.3568 157.532 67.8608 157.532C68.5088 157.532 69.0768 157.792 69.5648 158.312V155L70.6688 155.132ZM68.0048 163.268C68.3408 163.268 68.6288 163.192 68.8688 163.04C69.1088 162.88 69.3408 162.644 69.5648 162.332V159.236C69.3568 158.964 69.1328 158.76 68.8928 158.624C68.6608 158.48 68.3968 158.408 68.1008 158.408C67.6128 158.408 67.2328 158.612 66.9608 159.02C66.6968 159.428 66.5648 160.036 66.5648 160.844C66.5648 161.66 66.6888 162.268 66.9368 162.668C67.1848 163.068 67.5408 163.268 68.0048 163.268ZM77.6487 164H76.7007L76.6167 163.016C76.3767 163.408 76.1007 163.696 75.7887 163.88C75.4767 164.056 75.0967 164.144 74.6487 164.144C74.0967 164.144 73.6647 163.976 73.3527 163.64C73.0407 163.304 72.8847 162.828 72.8847 162.212V157.676H73.9887V162.092C73.9887 162.524 74.0647 162.832 74.2167 163.016C74.3687 163.192 74.6167 163.28 74.9607 163.28C75.5767 163.28 76.1047 162.916 76.5447 162.188V157.676H77.6487V164ZM82.2331 157.532C82.6091 157.532 82.9531 157.588 83.2651 157.7C83.5771 157.804 83.8771 157.976 84.1651 158.216L83.6371 158.912C83.4131 158.752 83.1931 158.636 82.9771 158.564C82.7691 158.484 82.5371 158.444 82.2811 158.444C81.7691 158.444 81.3691 158.648 81.0811 159.056C80.8011 159.464 80.6611 160.068 80.6611 160.868C80.6611 161.668 80.8011 162.26 81.0811 162.644C81.3611 163.02 81.7611 163.208 82.2811 163.208C82.5291 163.208 82.7571 163.172 82.9651 163.1C83.1731 163.02 83.4051 162.896 83.6611 162.728L84.1651 163.448C83.5891 163.912 82.9451 164.144 82.2331 164.144C81.3771 164.144 80.7011 163.856 80.2051 163.28C79.7171 162.704 79.4731 161.908 79.4731 160.892C79.4731 160.22 79.5851 159.632 79.8091 159.128C80.0331 158.624 80.3491 158.232 80.7571 157.952C81.1731 157.672 81.6651 157.532 82.2331 157.532ZM90.2012 160.652C90.2012 160.836 90.1932 161.024 90.1772 161.216H86.1452C86.1932 161.912 86.3692 162.424 86.6732 162.752C86.9772 163.08 87.3692 163.244 87.8492 163.244C88.1532 163.244 88.4332 163.2 88.6892 163.112C88.9452 163.024 89.2132 162.884 89.4932 162.692L89.9732 163.352C89.3012 163.88 88.5652 164.144 87.7652 164.144C86.8852 164.144 86.1972 163.856 85.7012 163.28C85.2132 162.704 84.9692 161.912 84.9692 160.904C84.9692 160.248 85.0732 159.668 85.2812 159.164C85.4972 158.652 85.8012 158.252 86.1932 157.964C86.5932 157.676 87.0612 157.532 87.5972 157.532C88.4372 157.532 89.0812 157.808 89.5292 158.36C89.9772 158.912 90.2012 159.676 90.2012 160.652ZM89.1092 160.328C89.1092 159.704 88.9852 159.228 88.7372 158.9C88.4892 158.572 88.1172 158.408 87.6212 158.408C86.7172 158.408 86.2252 159.072 86.1452 160.4H89.1092V160.328ZM96.8602 155.132V164H95.8882L95.7802 163.124C95.5722 163.444 95.3122 163.696 95.0002 163.88C94.6882 164.056 94.3402 164.144 93.9562 164.144C93.2042 164.144 92.6162 163.848 92.1922 163.256C91.7762 162.664 91.5682 161.868 91.5682 160.868C91.5682 160.22 91.6682 159.644 91.8682 159.14C92.0682 158.636 92.3562 158.244 92.7322 157.964C93.1082 157.676 93.5482 157.532 94.0522 157.532C94.7002 157.532 95.2682 157.792 95.7562 158.312V155L96.8602 155.132ZM94.1962 163.268C94.5322 163.268 94.8202 163.192 95.0602 163.04C95.3002 162.88 95.5322 162.644 95.7562 162.332V159.236C95.5482 158.964 95.3242 158.76 95.0842 158.624C94.8522 158.48 94.5882 158.408 94.2922 158.408C93.8042 158.408 93.4242 158.612 93.1522 159.02C92.8882 159.428 92.7562 160.036 92.7562 160.844C92.7562 161.66 92.8802 162.268 93.1282 162.668C93.3762 163.068 93.7322 163.268 94.1962 163.268Z" fill="#9B9B9B"/>
|
|
59
|
-
<path d="M72.8107 251.732V260H71.6707V251.732H72.8107ZM80.0458 251.132V260H79.0738L78.9658 259.124C78.7578 259.444 78.4978 259.696 78.1858 259.88C77.8738 260.056 77.5258 260.144 77.1418 260.144C76.3898 260.144 75.8018 259.848 75.3778 259.256C74.9618 258.664 74.7538 257.868 74.7538 256.868C74.7538 256.22 74.8538 255.644 75.0538 255.14C75.2538 254.636 75.5418 254.244 75.9178 253.964C76.2938 253.676 76.7338 253.532 77.2378 253.532C77.8858 253.532 78.4538 253.792 78.9418 254.312V251L80.0458 251.132ZM77.3818 259.268C77.7178 259.268 78.0058 259.192 78.2458 259.04C78.4858 258.88 78.7178 258.644 78.9418 258.332V255.236C78.7338 254.964 78.5098 254.76 78.2698 254.624C78.0378 254.48 77.7738 254.408 77.4778 254.408C76.9898 254.408 76.6098 254.612 76.3378 255.02C76.0738 255.428 75.9418 256.036 75.9418 256.844C75.9418 257.66 76.0658 258.268 76.3138 258.668C76.5618 259.068 76.9178 259.268 77.3818 259.268ZM87.0976 256.652C87.0976 256.836 87.0896 257.024 87.0736 257.216H83.0416C83.0896 257.912 83.2656 258.424 83.5696 258.752C83.8736 259.08 84.2656 259.244 84.7456 259.244C85.0496 259.244 85.3296 259.2 85.5856 259.112C85.8416 259.024 86.1096 258.884 86.3896 258.692L86.8696 259.352C86.1976 259.88 85.4616 260.144 84.6616 260.144C83.7816 260.144 83.0936 259.856 82.5976 259.28C82.1096 258.704 81.8656 257.912 81.8656 256.904C81.8656 256.248 81.9696 255.668 82.1776 255.164C82.3936 254.652 82.6976 254.252 83.0896 253.964C83.4896 253.676 83.9576 253.532 84.4936 253.532C85.3336 253.532 85.9776 253.808 86.4256 254.36C86.8736 254.912 87.0976 255.676 87.0976 256.652ZM86.0056 256.328C86.0056 255.704 85.8816 255.228 85.6336 254.9C85.3856 254.572 85.0136 254.408 84.5176 254.408C83.6136 254.408 83.1216 255.072 83.0416 256.4H86.0056V256.328ZM93.0035 258.524C93.0035 258.78 93.0475 258.972 93.1355 259.1C93.2235 259.22 93.3555 259.312 93.5315 259.376L93.2795 260.144C92.9515 260.104 92.6875 260.012 92.4875 259.868C92.2875 259.724 92.1395 259.5 92.0435 259.196C91.6195 259.828 90.9915 260.144 90.1595 260.144C89.5355 260.144 89.0435 259.968 88.6835 259.616C88.3235 259.264 88.1435 258.804 88.1435 258.236C88.1435 257.564 88.3835 257.048 88.8635 256.688C89.3515 256.328 90.0395 256.148 90.9275 256.148H91.8995V255.68C91.8995 255.232 91.7915 254.912 91.5755 254.72C91.3595 254.528 91.0275 254.432 90.5795 254.432C90.1155 254.432 89.5475 254.544 88.8755 254.768L88.5995 253.964C89.3835 253.676 90.1115 253.532 90.7835 253.532C91.5275 253.532 92.0835 253.716 92.4515 254.084C92.8195 254.444 93.0035 254.96 93.0035 255.632V258.524ZM90.4115 259.316C91.0435 259.316 91.5395 258.988 91.8995 258.332V256.88H91.0715C89.9035 256.88 89.3195 257.312 89.3195 258.176C89.3195 258.552 89.4115 258.836 89.5955 259.028C89.7795 259.22 90.0515 259.316 90.4115 259.316ZM96.4137 260.144C96.0057 260.144 95.6817 260.024 95.4417 259.784C95.2097 259.536 95.0937 259.192 95.0937 258.752V251.132L96.1977 251V258.728C96.1977 258.904 96.2257 259.032 96.2817 259.112C96.3457 259.192 96.4497 259.232 96.5937 259.232C96.7457 259.232 96.8817 259.208 97.0017 259.16L97.2897 259.928C97.0257 260.072 96.7337 260.144 96.4137 260.144Z" fill="#9B9B9B"/>
|
|
60
|
-
<path d="M52.7463 299.732L52.6143 300.644H49.4103V303.344H52.1943V304.256H49.4103V307.088H52.8423V308H48.2703V299.732H52.7463ZM57.0562 304.616L59.2522 308H57.9202L56.3722 305.324L54.8002 308H53.5522L55.7602 304.664L53.8042 301.676H55.1002L56.4202 303.992L57.7522 301.676H59.0002L57.0562 304.616ZM63.6484 307.712C63.2324 308 62.7604 308.144 62.2324 308.144C61.6964 308.144 61.2764 307.992 60.9724 307.688C60.6764 307.376 60.5284 306.928 60.5284 306.344V302.528H59.4244V301.676H60.5284V300.248L61.6324 300.116V301.676H63.1324L63.0124 302.528H61.6324V306.296C61.6324 306.624 61.6884 306.864 61.8004 307.016C61.9204 307.16 62.1164 307.232 62.3884 307.232C62.6364 307.232 62.9164 307.148 63.2284 306.98L63.6484 307.712ZM69.3926 304.652C69.3926 304.836 69.3846 305.024 69.3686 305.216H65.3366C65.3846 305.912 65.5606 306.424 65.8646 306.752C66.1686 307.08 66.5606 307.244 67.0406 307.244C67.3446 307.244 67.6246 307.2 67.8806 307.112C68.1366 307.024 68.4046 306.884 68.6846 306.692L69.1646 307.352C68.4926 307.88 67.7566 308.144 66.9566 308.144C66.0766 308.144 65.3886 307.856 64.8926 307.28C64.4046 306.704 64.1606 305.912 64.1606 304.904C64.1606 304.248 64.2646 303.668 64.4726 303.164C64.6886 302.652 64.9926 302.252 65.3846 301.964C65.7846 301.676 66.2526 301.532 66.7886 301.532C67.6286 301.532 68.2726 301.808 68.7206 302.36C69.1686 302.912 69.3926 303.676 69.3926 304.652ZM68.3006 304.328C68.3006 303.704 68.1766 303.228 67.9286 302.9C67.6806 302.572 67.3086 302.408 66.8126 302.408C65.9086 302.408 65.4166 303.072 65.3366 304.4H68.3006V304.328ZM74.1316 301.532C74.7076 301.532 75.1556 301.704 75.4756 302.048C75.8036 302.392 75.9676 302.864 75.9676 303.464V308H74.8636V303.62C74.8636 303.172 74.7796 302.856 74.6116 302.672C74.4436 302.488 74.1956 302.396 73.8676 302.396C73.5316 302.396 73.2356 302.492 72.9796 302.684C72.7236 302.876 72.4836 303.152 72.2596 303.512V308H71.1556V301.676H72.1036L72.1996 302.612C72.4236 302.276 72.6996 302.012 73.0276 301.82C73.3636 301.628 73.7316 301.532 74.1316 301.532ZM83.0829 299.132V308H82.1109L82.0029 307.124C81.7949 307.444 81.5349 307.696 81.2229 307.88C80.9109 308.056 80.5629 308.144 80.1789 308.144C79.4269 308.144 78.8389 307.848 78.4149 307.256C77.9989 306.664 77.7909 305.868 77.7909 304.868C77.7909 304.22 77.8909 303.644 78.0909 303.14C78.2909 302.636 78.5789 302.244 78.9549 301.964C79.3309 301.676 79.7709 301.532 80.2749 301.532C80.9229 301.532 81.4909 301.792 81.9789 302.312V299L83.0829 299.132ZM80.4189 307.268C80.7549 307.268 81.0429 307.192 81.2829 307.04C81.5229 306.88 81.7549 306.644 81.9789 306.332V303.236C81.7709 302.964 81.5469 302.76 81.3069 302.624C81.0749 302.48 80.8109 302.408 80.5149 302.408C80.0269 302.408 79.6469 302.612 79.3749 303.02C79.1109 303.428 78.9789 304.036 78.9789 304.844C78.9789 305.66 79.1029 306.268 79.3509 306.668C79.5989 307.068 79.9549 307.268 80.4189 307.268ZM90.1348 304.652C90.1348 304.836 90.1268 305.024 90.1108 305.216H86.0788C86.1268 305.912 86.3028 306.424 86.6068 306.752C86.9108 307.08 87.3028 307.244 87.7828 307.244C88.0868 307.244 88.3668 307.2 88.6228 307.112C88.8788 307.024 89.1468 306.884 89.4268 306.692L89.9068 307.352C89.2348 307.88 88.4988 308.144 87.6988 308.144C86.8188 308.144 86.1308 307.856 85.6348 307.28C85.1468 306.704 84.9028 305.912 84.9028 304.904C84.9028 304.248 85.0068 303.668 85.2148 303.164C85.4308 302.652 85.7348 302.252 86.1268 301.964C86.5268 301.676 86.9948 301.532 87.5308 301.532C88.3708 301.532 89.0148 301.808 89.4628 302.36C89.9108 302.912 90.1348 303.676 90.1348 304.652ZM89.0428 304.328C89.0428 303.704 88.9188 303.228 88.6708 302.9C88.4228 302.572 88.0508 302.408 87.5548 302.408C86.6508 302.408 86.1588 303.072 86.0788 304.4H89.0428V304.328ZM96.7938 299.132V308H95.8218L95.7138 307.124C95.5058 307.444 95.2458 307.696 94.9338 307.88C94.6218 308.056 94.2738 308.144 93.8898 308.144C93.1378 308.144 92.5498 307.848 92.1258 307.256C91.7098 306.664 91.5018 305.868 91.5018 304.868C91.5018 304.22 91.6018 303.644 91.8018 303.14C92.0018 302.636 92.2898 302.244 92.6658 301.964C93.0418 301.676 93.4818 301.532 93.9858 301.532C94.6338 301.532 95.2018 301.792 95.6898 302.312V299L96.7938 299.132ZM94.1298 307.268C94.4658 307.268 94.7538 307.192 94.9938 307.04C95.2338 306.88 95.4658 306.644 95.6898 306.332V303.236C95.4818 302.964 95.2578 302.76 95.0178 302.624C94.7858 302.48 94.5218 302.408 94.2258 302.408C93.7378 302.408 93.3578 302.612 93.0858 303.02C92.8218 303.428 92.6898 304.036 92.6898 304.844C92.6898 305.66 92.8138 306.268 93.0618 306.668C93.3098 307.068 93.6658 307.268 94.1298 307.268Z" fill="#9B9B9B"/>
|
|
61
|
-
</svg>
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
<svg width="753" height="320" viewBox="0 0 753 320" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="685" height="320" transform="translate(67)" fill="white"/>
|
|
3
|
-
<path d="M80.3382 9.886V22H78.0702V12.208L75.3702 13.846L74.3622 12.298L78.3042 9.886H80.3382Z" fill="#545E6B"/>
|
|
4
|
-
<path d="M77.6325 57.67C78.4485 57.67 79.1505 57.82 79.7385 58.12C80.3385 58.42 80.7945 58.828 81.1065 59.344C81.4185 59.86 81.5745 60.436 81.5745 61.072C81.5745 61.756 81.4245 62.416 81.1245 63.052C80.8365 63.676 80.3505 64.372 79.6665 65.14C78.9825 65.908 77.9805 66.922 76.6605 68.182H81.8445L81.5925 70H74.0505V68.308C75.5865 66.748 76.6845 65.596 77.3445 64.852C78.0165 64.096 78.4905 63.454 78.7665 62.926C79.0545 62.386 79.1985 61.828 79.1985 61.252C79.1985 60.7 79.0365 60.268 78.7125 59.956C78.4005 59.644 77.9805 59.488 77.4525 59.488C76.9845 59.488 76.5705 59.59 76.2105 59.794C75.8625 59.986 75.4965 60.31 75.1125 60.766L73.7085 59.65C74.7285 58.33 76.0365 57.67 77.6325 57.67Z" fill="#545E6B"/>
|
|
5
|
-
<path d="M77.5881 105.67C78.3921 105.67 79.0821 105.808 79.6581 106.084C80.2461 106.36 80.6841 106.732 80.9721 107.2C81.2721 107.668 81.4221 108.184 81.4221 108.748C81.4221 109.48 81.2121 110.092 80.7921 110.584C80.3721 111.064 79.7961 111.4 79.0641 111.592C79.8681 111.664 80.5281 111.952 81.0441 112.456C81.5601 112.96 81.8181 113.656 81.8181 114.544C81.8181 115.24 81.6381 115.87 81.2781 116.434C80.9301 116.998 80.4261 117.448 79.7661 117.784C79.1061 118.108 78.3261 118.27 77.4261 118.27C75.7701 118.27 74.4621 117.688 73.5021 116.524L74.7801 115.3C75.1881 115.708 75.5901 116.008 75.9861 116.2C76.3821 116.38 76.8201 116.47 77.3001 116.47C77.9481 116.47 78.4641 116.29 78.8481 115.93C79.2441 115.558 79.4421 115.06 79.4421 114.436C79.4421 113.74 79.2561 113.242 78.8841 112.942C78.5241 112.642 77.9841 112.492 77.2641 112.492H76.3101L76.5801 110.854H77.2281C77.8161 110.854 78.2841 110.692 78.6321 110.368C78.9921 110.044 79.1721 109.594 79.1721 109.018C79.1721 108.526 79.0101 108.142 78.6861 107.866C78.3621 107.578 77.9301 107.434 77.3901 107.434C76.9221 107.434 76.4961 107.524 76.1121 107.704C75.7281 107.872 75.3441 108.136 74.9601 108.496L73.7901 107.218C74.8821 106.186 76.1481 105.67 77.5881 105.67Z" fill="#545E6B"/>
|
|
6
|
-
<path d="M81.2262 155.596H76.6902V158.602C77.2902 158.302 77.9022 158.152 78.5262 158.152C79.1982 158.152 79.7982 158.308 80.3262 158.62C80.8542 158.932 81.2622 159.382 81.5502 159.97C81.8502 160.558 82.0002 161.254 82.0002 162.058C82.0002 162.886 81.8142 163.618 81.4422 164.254C81.0702 164.89 80.5422 165.388 79.8582 165.748C79.1742 166.096 78.3822 166.27 77.4822 166.27C76.6782 166.27 75.9642 166.126 75.3402 165.838C74.7282 165.538 74.1702 165.112 73.6662 164.56L74.9802 163.336C75.6762 164.104 76.4922 164.488 77.4282 164.488C78.1122 164.488 78.6462 164.278 79.0302 163.858C79.4262 163.438 79.6242 162.838 79.6242 162.058C79.6242 160.558 78.9762 159.808 77.6802 159.808C77.4042 159.808 77.1462 159.844 76.9062 159.916C76.6662 159.976 76.4022 160.078 76.1142 160.222H74.4762V153.886H81.4962L81.2262 155.596Z" fill="#545E6B"/>
|
|
7
|
-
<path d="M81.6987 201.886V203.506L77.2167 214.234L75.1107 213.55L79.3227 203.668H74.2107V201.886H81.6987Z" fill="#545E6B"/>
|
|
8
|
-
<path d="M77.9465 249.67C79.3145 249.67 80.3645 250.096 81.0965 250.948C81.8285 251.788 82.1945 252.928 82.1945 254.368C82.1945 256.012 81.9485 257.362 81.4565 258.418C80.9645 259.462 80.2085 260.296 79.1885 260.92C78.1685 261.544 76.8185 262.054 75.1385 262.45L74.6525 260.812C76.2365 260.392 77.4365 259.852 78.2525 259.192C79.0805 258.52 79.5725 257.608 79.7285 256.456C79.0685 257.296 78.2045 257.716 77.1365 257.716C76.5125 257.716 75.9365 257.56 75.4085 257.248C74.8925 256.924 74.4845 256.462 74.1845 255.862C73.8845 255.262 73.7345 254.566 73.7345 253.774C73.7345 252.946 73.9205 252.226 74.2925 251.614C74.6645 250.99 75.1685 250.51 75.8045 250.174C76.4525 249.838 77.1665 249.67 77.9465 249.67ZM77.7665 256.042C78.5825 256.042 79.2725 255.628 79.8365 254.8C79.8485 253.564 79.7045 252.688 79.4045 252.172C79.1165 251.644 78.6305 251.38 77.9465 251.38C77.3465 251.38 76.8785 251.584 76.5425 251.992C76.2065 252.4 76.0385 252.982 76.0385 253.738C76.0385 254.53 76.1945 255.112 76.5065 255.484C76.8305 255.856 77.2505 256.042 77.7665 256.042Z" fill="#545E6B"/>
|
|
9
|
-
<path d="M75.39 297.886V310H73.122V300.208L70.422 301.846L69.414 300.298L73.356 297.886H75.39ZM83.0075 301.936C83.6435 301.936 84.2195 302.092 84.7355 302.404C85.2635 302.704 85.6775 303.154 85.9775 303.754C86.2775 304.342 86.4275 305.05 86.4275 305.878C86.4275 306.718 86.2535 307.474 85.9055 308.146C85.5575 308.806 85.0655 309.328 84.4295 309.712C83.8055 310.084 83.0915 310.27 82.2875 310.27C80.7995 310.27 79.6955 309.748 78.9755 308.704C78.2675 307.66 77.9135 306.226 77.9135 304.402C77.9135 303.058 78.1115 301.882 78.5075 300.874C78.9155 299.854 79.4915 299.068 80.2355 298.516C80.9915 297.952 81.8735 297.67 82.8815 297.67C83.8775 297.67 84.7595 297.928 85.5275 298.444L84.6635 299.866C84.1115 299.542 83.5295 299.38 82.9175 299.38C82.1495 299.38 81.5315 299.728 81.0635 300.424C80.6075 301.108 80.3495 302.056 80.2895 303.268C81.0215 302.38 81.9275 301.936 83.0075 301.936ZM82.2875 308.56C82.8875 308.56 83.3375 308.326 83.6375 307.858C83.9495 307.378 84.1055 306.73 84.1055 305.914C84.1055 305.086 83.9615 304.498 83.6735 304.15C83.3975 303.79 82.9895 303.61 82.4495 303.61C82.0415 303.61 81.6515 303.724 81.2795 303.952C80.9195 304.168 80.5955 304.468 80.3075 304.852C80.3315 306.16 80.4935 307.108 80.7935 307.696C81.1055 308.272 81.6035 308.56 82.2875 308.56Z" fill="#545E6B"/>
|
|
10
|
-
<rect x="121" width="32" height="32" rx="3" fill="#5B7AAE"/>
|
|
11
|
-
<rect x="121" y="48" width="32" height="32" rx="3" fill="#5B7AAE"/>
|
|
12
|
-
<rect x="161" y="48" width="32" height="32" rx="3" fill="#CE6550"/>
|
|
13
|
-
<rect x="121" y="96" width="32" height="32" rx="3" fill="#5B7AAE"/>
|
|
14
|
-
<rect x="161" y="96" width="32" height="32" rx="3" fill="#9AD69A"/>
|
|
15
|
-
<rect x="201" y="96" width="32" height="32" rx="3" fill="#CE6550"/>
|
|
16
|
-
<rect x="121" y="144" width="32" height="32" rx="3" fill="#5B7AAE"/>
|
|
17
|
-
<rect x="161" y="144" width="32" height="32" rx="3" fill="#40B59E"/>
|
|
18
|
-
<rect x="201" y="144" width="32" height="32" rx="3" fill="#9AD69A"/>
|
|
19
|
-
<rect x="241" y="144" width="32" height="32" rx="3" fill="#DD8F40"/>
|
|
20
|
-
<rect x="281" y="144" width="32" height="32" rx="3" fill="#AE4C3D"/>
|
|
21
|
-
<rect x="121" y="192" width="32" height="32" rx="3" fill="#4C5B94"/>
|
|
22
|
-
<rect x="161" y="192" width="32" height="32" rx="3" fill="#5B7AAE"/>
|
|
23
|
-
<rect x="201" y="192" width="32" height="32" rx="3" fill="#40B59E"/>
|
|
24
|
-
<rect x="241" y="192" width="32" height="32" rx="3" fill="#60C790"/>
|
|
25
|
-
<rect x="281" y="192" width="32" height="32" rx="3" fill="#B3BD56"/>
|
|
26
|
-
<rect x="321" y="192" width="32" height="32" rx="3" fill="#DD8F40"/>
|
|
27
|
-
<rect x="361" y="192" width="32" height="32" rx="3" fill="#AE4C3D"/>
|
|
28
|
-
<rect x="121" y="240" width="32" height="32" rx="3" fill="#4C5B94"/>
|
|
29
|
-
<rect x="161" y="240" width="32" height="32" rx="3" fill="#5B7AAE"/>
|
|
30
|
-
<rect x="201" y="240" width="32" height="32" rx="3" fill="#409EB5"/>
|
|
31
|
-
<rect x="241" y="240" width="32" height="32" rx="3" fill="#40B59E"/>
|
|
32
|
-
<rect x="281" y="240" width="32" height="32" rx="3" fill="#9AD69A"/>
|
|
33
|
-
<rect x="321" y="240" width="32" height="32" rx="3" fill="#B3BD56"/>
|
|
34
|
-
<rect x="361" y="240" width="32" height="32" rx="3" fill="#DD8F40"/>
|
|
35
|
-
<rect x="401" y="240" width="32" height="32" rx="3" fill="#CE6550"/>
|
|
36
|
-
<rect x="441" y="240" width="32" height="32" rx="3" fill="#8F3328"/>
|
|
37
|
-
<rect x="121" y="288" width="32" height="32" rx="3" fill="#4C5B94"/>
|
|
38
|
-
<rect x="161" y="288" width="32" height="32" rx="3" fill="#5B7AAE"/>
|
|
39
|
-
<rect x="201" y="288" width="32" height="32" rx="3" fill="#409EB5"/>
|
|
40
|
-
<rect x="241" y="288" width="32" height="32" rx="3" fill="#40B59E"/>
|
|
41
|
-
<rect x="281" y="288" width="32" height="32" rx="3" fill="#60C790"/>
|
|
42
|
-
<rect x="321" y="288" width="32" height="32" rx="3" fill="#9AD69A"/>
|
|
43
|
-
<rect x="361" y="288" width="32" height="32" rx="3" fill="#B3BD56"/>
|
|
44
|
-
<rect x="401" y="288" width="32" height="32" rx="3" fill="#DD8F40"/>
|
|
45
|
-
<rect x="441" y="288" width="32" height="32" rx="3" fill="#CE6550"/>
|
|
46
|
-
<rect x="481" y="288" width="32" height="32" rx="3" fill="#AE4C3D"/>
|
|
47
|
-
<rect x="521" y="288" width="32" height="32" rx="3" fill="#8F3328"/>
|
|
48
|
-
<rect x="561" y="288" width="32" height="32" rx="3" fill="#985D75"/>
|
|
49
|
-
<rect x="601" y="288" width="32" height="32" rx="3" fill="#B181A8"/>
|
|
50
|
-
<rect x="641" y="288" width="32" height="32" rx="3" fill="#C5A0C2"/>
|
|
51
|
-
<rect x="681" y="288" width="32" height="32" rx="3" fill="#DAC2E0"/>
|
|
52
|
-
<rect x="721" y="288" width="32" height="32" rx="3" fill="#E3D9E8"/>
|
|
53
|
-
<path d="M8.73848 116H7.63448L7.34648 112.268C7.22648 110.804 7.15848 109.68 7.14248 108.896L5.35448 115.064H4.28648L2.40248 108.884C2.40248 109.884 2.35048 111.04 2.24648 112.352L1.97048 116H0.890484L1.57448 107.732H3.11048L4.85048 113.744L6.50648 107.732H8.05448L8.73848 116ZM11.7303 109.676V116H10.6263V109.676H11.7303ZM11.1663 106.64C11.3983 106.64 11.5863 106.712 11.7303 106.856C11.8743 107 11.9463 107.18 11.9463 107.396C11.9463 107.612 11.8743 107.792 11.7303 107.936C11.5863 108.072 11.3983 108.14 11.1663 108.14C10.9423 108.14 10.7583 108.072 10.6143 107.936C10.4703 107.792 10.3983 107.612 10.3983 107.396C10.3983 107.18 10.4703 107 10.6143 106.856C10.7583 106.712 10.9423 106.64 11.1663 106.64ZM16.989 109.532C17.565 109.532 18.013 109.704 18.333 110.048C18.661 110.392 18.825 110.864 18.825 111.464V116H17.721V111.62C17.721 111.172 17.637 110.856 17.469 110.672C17.301 110.488 17.053 110.396 16.725 110.396C16.389 110.396 16.093 110.492 15.837 110.684C15.581 110.876 15.341 111.152 15.117 111.512V116H14.013V109.676H14.961L15.057 110.612C15.281 110.276 15.557 110.012 15.885 109.82C16.221 109.628 16.589 109.532 16.989 109.532ZM22.1483 109.676V116H21.0443V109.676H22.1483ZM21.5843 106.64C21.8163 106.64 22.0043 106.712 22.1483 106.856C22.2923 107 22.3643 107.18 22.3643 107.396C22.3643 107.612 22.2923 107.792 22.1483 107.936C22.0043 108.072 21.8163 108.14 21.5843 108.14C21.3603 108.14 21.1763 108.072 21.0323 107.936C20.8883 107.792 20.8163 107.612 20.8163 107.396C20.8163 107.18 20.8883 107 21.0323 106.856C21.1763 106.712 21.3603 106.64 21.5843 106.64ZM30.779 109.532C31.299 109.532 31.715 109.708 32.027 110.06C32.339 110.404 32.495 110.872 32.495 111.464V116H31.391V111.62C31.391 110.804 31.095 110.396 30.503 110.396C30.191 110.396 29.927 110.488 29.711 110.672C29.495 110.848 29.263 111.128 29.015 111.512V116H27.911V111.62C27.911 110.804 27.615 110.396 27.023 110.396C26.703 110.396 26.435 110.488 26.219 110.672C26.003 110.856 25.775 111.136 25.535 111.512V116H24.431V109.676H25.379L25.475 110.6C25.947 109.888 26.555 109.532 27.299 109.532C27.691 109.532 28.023 109.632 28.295 109.832C28.575 110.032 28.775 110.312 28.895 110.672C29.143 110.304 29.415 110.024 29.711 109.832C30.015 109.632 30.371 109.532 30.779 109.532ZM39.4241 116H38.4761L38.3921 115.016C38.1521 115.408 37.8761 115.696 37.5641 115.88C37.2521 116.056 36.8721 116.144 36.4241 116.144C35.8721 116.144 35.4401 115.976 35.1281 115.64C34.8161 115.304 34.6601 114.828 34.6601 114.212V109.676H35.7641V114.092C35.7641 114.524 35.8401 114.832 35.9921 115.016C36.1441 115.192 36.3921 115.28 36.7361 115.28C37.3521 115.28 37.8801 114.916 38.3201 114.188V109.676H39.4241V116ZM48.0525 109.532C48.5725 109.532 48.9885 109.708 49.3005 110.06C49.6125 110.404 49.7685 110.872 49.7685 111.464V116H48.6645V111.62C48.6645 110.804 48.3685 110.396 47.7765 110.396C47.4645 110.396 47.2005 110.488 46.9845 110.672C46.7685 110.848 46.5365 111.128 46.2885 111.512V116H45.1845V111.62C45.1845 110.804 44.8885 110.396 44.2965 110.396C43.9765 110.396 43.7085 110.488 43.4925 110.672C43.2765 110.856 43.0485 111.136 42.8085 111.512V116H41.7045V109.676H42.6525L42.7485 110.6C43.2205 109.888 43.8285 109.532 44.5725 109.532C44.9645 109.532 45.2965 109.632 45.5685 109.832C45.8485 110.032 46.0485 110.312 46.1685 110.672C46.4165 110.304 46.6885 110.024 46.9845 109.832C47.2885 109.632 47.6445 109.532 48.0525 109.532Z" fill="#9B9B9B"/>
|
|
54
|
-
<path d="M7.62791 160.496H6.34391V164H5.20391V155.732H7.37591C8.40791 155.732 9.18791 155.928 9.71591 156.32C10.2519 156.712 10.5199 157.296 10.5199 158.072C10.5199 158.648 10.3719 159.116 10.0759 159.476C9.77991 159.836 9.33191 160.108 8.73191 160.292L10.9639 164H9.60791L7.62791 160.496ZM7.49591 159.62C8.09591 159.62 8.54791 159.5 8.85191 159.26C9.15591 159.012 9.30791 158.616 9.30791 158.072C9.30791 157.56 9.15191 157.192 8.83991 156.968C8.53591 156.736 8.04391 156.62 7.36391 156.62H6.34391V159.62H7.49591ZM17.0098 160.652C17.0098 160.836 17.0018 161.024 16.9858 161.216H12.9538C13.0018 161.912 13.1778 162.424 13.4818 162.752C13.7858 163.08 14.1778 163.244 14.6578 163.244C14.9618 163.244 15.2418 163.2 15.4978 163.112C15.7538 163.024 16.0218 162.884 16.3018 162.692L16.7818 163.352C16.1098 163.88 15.3738 164.144 14.5738 164.144C13.6938 164.144 13.0058 163.856 12.5098 163.28C12.0218 162.704 11.7778 161.912 11.7778 160.904C11.7778 160.248 11.8818 159.668 12.0898 159.164C12.3058 158.652 12.6098 158.252 13.0018 157.964C13.4018 157.676 13.8698 157.532 14.4058 157.532C15.2458 157.532 15.8898 157.808 16.3378 158.36C16.7858 158.912 17.0098 159.676 17.0098 160.652ZM15.9178 160.328C15.9178 159.704 15.7938 159.228 15.5458 158.9C15.2978 158.572 14.9258 158.408 14.4298 158.408C13.5258 158.408 13.0338 159.072 12.9538 160.4H15.9178V160.328ZM23.6688 155.132V164H22.6968L22.5888 163.124C22.3808 163.444 22.1208 163.696 21.8088 163.88C21.4968 164.056 21.1488 164.144 20.7648 164.144C20.0128 164.144 19.4248 163.848 19.0008 163.256C18.5848 162.664 18.3768 161.868 18.3768 160.868C18.3768 160.22 18.4768 159.644 18.6768 159.14C18.8768 158.636 19.1648 158.244 19.5408 157.964C19.9168 157.676 20.3568 157.532 20.8608 157.532C21.5088 157.532 22.0768 157.792 22.5648 158.312V155L23.6688 155.132ZM21.0048 163.268C21.3408 163.268 21.6288 163.192 21.8688 163.04C22.1088 162.88 22.3408 162.644 22.5648 162.332V159.236C22.3568 158.964 22.1328 158.76 21.8928 158.624C21.6608 158.48 21.3968 158.408 21.1008 158.408C20.6128 158.408 20.2328 158.612 19.9608 159.02C19.6968 159.428 19.5648 160.036 19.5648 160.844C19.5648 161.66 19.6888 162.268 19.9368 162.668C20.1848 163.068 20.5408 163.268 21.0048 163.268ZM30.6487 164H29.7007L29.6167 163.016C29.3767 163.408 29.1007 163.696 28.7887 163.88C28.4767 164.056 28.0967 164.144 27.6487 164.144C27.0967 164.144 26.6647 163.976 26.3527 163.64C26.0407 163.304 25.8847 162.828 25.8847 162.212V157.676H26.9887V162.092C26.9887 162.524 27.0647 162.832 27.2167 163.016C27.3687 163.192 27.6167 163.28 27.9607 163.28C28.5767 163.28 29.1047 162.916 29.5447 162.188V157.676H30.6487V164ZM35.2331 157.532C35.6091 157.532 35.9531 157.588 36.2651 157.7C36.5771 157.804 36.8771 157.976 37.1651 158.216L36.6371 158.912C36.4131 158.752 36.1931 158.636 35.9771 158.564C35.7691 158.484 35.5371 158.444 35.2811 158.444C34.7691 158.444 34.3691 158.648 34.0811 159.056C33.8011 159.464 33.6611 160.068 33.6611 160.868C33.6611 161.668 33.8011 162.26 34.0811 162.644C34.3611 163.02 34.7611 163.208 35.2811 163.208C35.5291 163.208 35.7571 163.172 35.9651 163.1C36.1731 163.02 36.4051 162.896 36.6611 162.728L37.1651 163.448C36.5891 163.912 35.9451 164.144 35.2331 164.144C34.3771 164.144 33.7011 163.856 33.2051 163.28C32.7171 162.704 32.4731 161.908 32.4731 160.892C32.4731 160.22 32.5851 159.632 32.8091 159.128C33.0331 158.624 33.3491 158.232 33.7571 157.952C34.1731 157.672 34.6651 157.532 35.2331 157.532ZM43.2012 160.652C43.2012 160.836 43.1932 161.024 43.1772 161.216H39.1452C39.1932 161.912 39.3692 162.424 39.6732 162.752C39.9772 163.08 40.3692 163.244 40.8492 163.244C41.1532 163.244 41.4332 163.2 41.6892 163.112C41.9452 163.024 42.2132 162.884 42.4932 162.692L42.9732 163.352C42.3012 163.88 41.5652 164.144 40.7652 164.144C39.8852 164.144 39.1972 163.856 38.7012 163.28C38.2132 162.704 37.9692 161.912 37.9692 160.904C37.9692 160.248 38.0732 159.668 38.2812 159.164C38.4972 158.652 38.8012 158.252 39.1932 157.964C39.5932 157.676 40.0612 157.532 40.5972 157.532C41.4372 157.532 42.0812 157.808 42.5292 158.36C42.9772 158.912 43.2012 159.676 43.2012 160.652ZM42.1092 160.328C42.1092 159.704 41.9852 159.228 41.7372 158.9C41.4892 158.572 41.1172 158.408 40.6212 158.408C39.7172 158.408 39.2252 159.072 39.1452 160.4H42.1092V160.328ZM49.8602 155.132V164H48.8882L48.7802 163.124C48.5722 163.444 48.3122 163.696 48.0002 163.88C47.6882 164.056 47.3402 164.144 46.9562 164.144C46.2042 164.144 45.6162 163.848 45.1922 163.256C44.7762 162.664 44.5682 161.868 44.5682 160.868C44.5682 160.22 44.6682 159.644 44.8682 159.14C45.0682 158.636 45.3562 158.244 45.7322 157.964C46.1082 157.676 46.5482 157.532 47.0522 157.532C47.7002 157.532 48.2682 157.792 48.7562 158.312V155L49.8602 155.132ZM47.1962 163.268C47.5322 163.268 47.8202 163.192 48.0602 163.04C48.3002 162.88 48.5322 162.644 48.7562 162.332V159.236C48.5482 158.964 48.3242 158.76 48.0842 158.624C47.8522 158.48 47.5882 158.408 47.2922 158.408C46.8042 158.408 46.4242 158.612 46.1522 159.02C45.8882 159.428 45.7562 160.036 45.7562 160.844C45.7562 161.66 45.8802 162.268 46.1282 162.668C46.3762 163.068 46.7322 163.268 47.1962 163.268Z" fill="#9B9B9B"/>
|
|
55
|
-
<path d="M25.8107 251.732V260H24.6707V251.732H25.8107ZM33.0458 251.132V260H32.0738L31.9658 259.124C31.7578 259.444 31.4978 259.696 31.1858 259.88C30.8738 260.056 30.5258 260.144 30.1418 260.144C29.3898 260.144 28.8018 259.848 28.3778 259.256C27.9618 258.664 27.7538 257.868 27.7538 256.868C27.7538 256.22 27.8538 255.644 28.0538 255.14C28.2538 254.636 28.5418 254.244 28.9178 253.964C29.2938 253.676 29.7338 253.532 30.2378 253.532C30.8858 253.532 31.4538 253.792 31.9418 254.312V251L33.0458 251.132ZM30.3818 259.268C30.7178 259.268 31.0058 259.192 31.2458 259.04C31.4858 258.88 31.7178 258.644 31.9418 258.332V255.236C31.7338 254.964 31.5098 254.76 31.2698 254.624C31.0378 254.48 30.7738 254.408 30.4778 254.408C29.9898 254.408 29.6098 254.612 29.3378 255.02C29.0738 255.428 28.9418 256.036 28.9418 256.844C28.9418 257.66 29.0658 258.268 29.3138 258.668C29.5618 259.068 29.9178 259.268 30.3818 259.268ZM40.0976 256.652C40.0976 256.836 40.0896 257.024 40.0736 257.216H36.0416C36.0896 257.912 36.2656 258.424 36.5696 258.752C36.8736 259.08 37.2656 259.244 37.7456 259.244C38.0496 259.244 38.3296 259.2 38.5856 259.112C38.8416 259.024 39.1096 258.884 39.3896 258.692L39.8696 259.352C39.1976 259.88 38.4616 260.144 37.6616 260.144C36.7816 260.144 36.0936 259.856 35.5976 259.28C35.1096 258.704 34.8656 257.912 34.8656 256.904C34.8656 256.248 34.9696 255.668 35.1776 255.164C35.3936 254.652 35.6976 254.252 36.0896 253.964C36.4896 253.676 36.9576 253.532 37.4936 253.532C38.3336 253.532 38.9776 253.808 39.4256 254.36C39.8736 254.912 40.0976 255.676 40.0976 256.652ZM39.0056 256.328C39.0056 255.704 38.8816 255.228 38.6336 254.9C38.3856 254.572 38.0136 254.408 37.5176 254.408C36.6136 254.408 36.1216 255.072 36.0416 256.4H39.0056V256.328ZM46.0035 258.524C46.0035 258.78 46.0475 258.972 46.1355 259.1C46.2235 259.22 46.3555 259.312 46.5315 259.376L46.2795 260.144C45.9515 260.104 45.6875 260.012 45.4875 259.868C45.2875 259.724 45.1395 259.5 45.0435 259.196C44.6195 259.828 43.9915 260.144 43.1595 260.144C42.5355 260.144 42.0435 259.968 41.6835 259.616C41.3235 259.264 41.1435 258.804 41.1435 258.236C41.1435 257.564 41.3835 257.048 41.8635 256.688C42.3515 256.328 43.0395 256.148 43.9275 256.148H44.8995V255.68C44.8995 255.232 44.7915 254.912 44.5755 254.72C44.3595 254.528 44.0275 254.432 43.5795 254.432C43.1155 254.432 42.5475 254.544 41.8755 254.768L41.5995 253.964C42.3835 253.676 43.1115 253.532 43.7835 253.532C44.5275 253.532 45.0835 253.716 45.4515 254.084C45.8195 254.444 46.0035 254.96 46.0035 255.632V258.524ZM43.4115 259.316C44.0435 259.316 44.5395 258.988 44.8995 258.332V256.88H44.0715C42.9035 256.88 42.3195 257.312 42.3195 258.176C42.3195 258.552 42.4115 258.836 42.5955 259.028C42.7795 259.22 43.0515 259.316 43.4115 259.316ZM49.4137 260.144C49.0057 260.144 48.6817 260.024 48.4417 259.784C48.2097 259.536 48.0937 259.192 48.0937 258.752V251.132L49.1977 251V258.728C49.1977 258.904 49.2257 259.032 49.2817 259.112C49.3457 259.192 49.4497 259.232 49.5937 259.232C49.7457 259.232 49.8817 259.208 50.0017 259.16L50.2897 259.928C50.0257 260.072 49.7337 260.144 49.4137 260.144Z" fill="#9B9B9B"/>
|
|
56
|
-
<path d="M5.74631 299.732L5.61431 300.644H2.41031V303.344H5.19431V304.256H2.41031V307.088H5.84231V308H1.27031V299.732H5.74631ZM10.0562 304.616L12.2522 308H10.9202L9.37219 305.324L7.80019 308H6.55219L8.76019 304.664L6.80419 301.676H8.10019L9.42019 303.992L10.7522 301.676H12.0002L10.0562 304.616ZM16.6484 307.712C16.2324 308 15.7604 308.144 15.2324 308.144C14.6964 308.144 14.2764 307.992 13.9724 307.688C13.6764 307.376 13.5284 306.928 13.5284 306.344V302.528H12.4244V301.676H13.5284V300.248L14.6324 300.116V301.676H16.1324L16.0124 302.528H14.6324V306.296C14.6324 306.624 14.6884 306.864 14.8004 307.016C14.9204 307.16 15.1164 307.232 15.3884 307.232C15.6364 307.232 15.9164 307.148 16.2284 306.98L16.6484 307.712ZM22.3926 304.652C22.3926 304.836 22.3846 305.024 22.3686 305.216H18.3366C18.3846 305.912 18.5606 306.424 18.8646 306.752C19.1686 307.08 19.5606 307.244 20.0406 307.244C20.3446 307.244 20.6246 307.2 20.8806 307.112C21.1366 307.024 21.4046 306.884 21.6846 306.692L22.1646 307.352C21.4926 307.88 20.7566 308.144 19.9566 308.144C19.0766 308.144 18.3886 307.856 17.8926 307.28C17.4046 306.704 17.1606 305.912 17.1606 304.904C17.1606 304.248 17.2646 303.668 17.4726 303.164C17.6886 302.652 17.9926 302.252 18.3846 301.964C18.7846 301.676 19.2526 301.532 19.7886 301.532C20.6286 301.532 21.2726 301.808 21.7206 302.36C22.1686 302.912 22.3926 303.676 22.3926 304.652ZM21.3006 304.328C21.3006 303.704 21.1766 303.228 20.9286 302.9C20.6806 302.572 20.3086 302.408 19.8126 302.408C18.9086 302.408 18.4166 303.072 18.3366 304.4H21.3006V304.328ZM27.1316 301.532C27.7076 301.532 28.1556 301.704 28.4756 302.048C28.8036 302.392 28.9676 302.864 28.9676 303.464V308H27.8636V303.62C27.8636 303.172 27.7796 302.856 27.6116 302.672C27.4436 302.488 27.1956 302.396 26.8676 302.396C26.5316 302.396 26.2356 302.492 25.9796 302.684C25.7236 302.876 25.4836 303.152 25.2596 303.512V308H24.1556V301.676H25.1036L25.1996 302.612C25.4236 302.276 25.6996 302.012 26.0276 301.82C26.3636 301.628 26.7316 301.532 27.1316 301.532ZM36.0829 299.132V308H35.1109L35.0029 307.124C34.7949 307.444 34.5349 307.696 34.2229 307.88C33.9109 308.056 33.5629 308.144 33.1789 308.144C32.4269 308.144 31.8389 307.848 31.4149 307.256C30.9989 306.664 30.7909 305.868 30.7909 304.868C30.7909 304.22 30.8909 303.644 31.0909 303.14C31.2909 302.636 31.5789 302.244 31.9549 301.964C32.3309 301.676 32.7709 301.532 33.2749 301.532C33.9229 301.532 34.4909 301.792 34.9789 302.312V299L36.0829 299.132ZM33.4189 307.268C33.7549 307.268 34.0429 307.192 34.2829 307.04C34.5229 306.88 34.7549 306.644 34.9789 306.332V303.236C34.7709 302.964 34.5469 302.76 34.3069 302.624C34.0749 302.48 33.8109 302.408 33.5149 302.408C33.0269 302.408 32.6469 302.612 32.3749 303.02C32.1109 303.428 31.9789 304.036 31.9789 304.844C31.9789 305.66 32.1029 306.268 32.3509 306.668C32.5989 307.068 32.9549 307.268 33.4189 307.268ZM43.1348 304.652C43.1348 304.836 43.1268 305.024 43.1108 305.216H39.0788C39.1268 305.912 39.3028 306.424 39.6068 306.752C39.9108 307.08 40.3028 307.244 40.7828 307.244C41.0868 307.244 41.3668 307.2 41.6228 307.112C41.8788 307.024 42.1468 306.884 42.4268 306.692L42.9068 307.352C42.2348 307.88 41.4988 308.144 40.6988 308.144C39.8188 308.144 39.1308 307.856 38.6348 307.28C38.1468 306.704 37.9028 305.912 37.9028 304.904C37.9028 304.248 38.0068 303.668 38.2148 303.164C38.4308 302.652 38.7348 302.252 39.1268 301.964C39.5268 301.676 39.9948 301.532 40.5308 301.532C41.3708 301.532 42.0148 301.808 42.4628 302.36C42.9108 302.912 43.1348 303.676 43.1348 304.652ZM42.0428 304.328C42.0428 303.704 41.9188 303.228 41.6708 302.9C41.4228 302.572 41.0508 302.408 40.5548 302.408C39.6508 302.408 39.1588 303.072 39.0788 304.4H42.0428V304.328ZM49.7938 299.132V308H48.8218L48.7138 307.124C48.5058 307.444 48.2458 307.696 47.9338 307.88C47.6218 308.056 47.2738 308.144 46.8898 308.144C46.1378 308.144 45.5498 307.848 45.1258 307.256C44.7098 306.664 44.5018 305.868 44.5018 304.868C44.5018 304.22 44.6018 303.644 44.8018 303.14C45.0018 302.636 45.2898 302.244 45.6658 301.964C46.0418 301.676 46.4818 301.532 46.9858 301.532C47.6338 301.532 48.2018 301.792 48.6898 302.312V299L49.7938 299.132ZM47.1298 307.268C47.4658 307.268 47.7538 307.192 47.9938 307.04C48.2338 306.88 48.4658 306.644 48.6898 306.332V303.236C48.4818 302.964 48.2578 302.76 48.0178 302.624C47.7858 302.48 47.5218 302.408 47.2258 302.408C46.7378 302.408 46.3578 302.612 46.0858 303.02C45.8218 303.428 45.6898 304.036 45.6898 304.844C45.6898 305.66 45.8138 306.268 46.0618 306.668C46.3098 307.068 46.6658 307.268 47.1298 307.268Z" fill="#9B9B9B"/>
|
|
57
|
-
</svg>
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<svg width="685" height="320" viewBox="0 0 685 320" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11.3382 9.886V22H9.07024V12.208L6.37024 13.846L5.36224 12.298L9.30424 9.886H11.3382Z" fill="#545E6B"/>
|
|
3
|
-
<path d="M8.63248 57.67C9.44848 57.67 10.1505 57.82 10.7385 58.12C11.3385 58.42 11.7945 58.828 12.1065 59.344C12.4185 59.86 12.5745 60.436 12.5745 61.072C12.5745 61.756 12.4245 62.416 12.1245 63.052C11.8365 63.676 11.3505 64.372 10.6665 65.14C9.98248 65.908 8.98048 66.922 7.66048 68.182H12.8445L12.5925 70H5.05048V68.308C6.58648 66.748 7.68448 65.596 8.34448 64.852C9.01648 64.096 9.49048 63.454 9.76648 62.926C10.0545 62.386 10.1985 61.828 10.1985 61.252C10.1985 60.7 10.0365 60.268 9.71248 59.956C9.40048 59.644 8.98048 59.488 8.45248 59.488C7.98448 59.488 7.57048 59.59 7.21048 59.794C6.86248 59.986 6.49648 60.31 6.11248 60.766L4.70848 59.65C5.72848 58.33 7.03648 57.67 8.63248 57.67Z" fill="#545E6B"/>
|
|
4
|
-
<path d="M8.58811 105.67C9.39211 105.67 10.0821 105.808 10.6581 106.084C11.2461 106.36 11.6841 106.732 11.9721 107.2C12.2721 107.668 12.4221 108.184 12.4221 108.748C12.4221 109.48 12.2121 110.092 11.7921 110.584C11.3721 111.064 10.7961 111.4 10.0641 111.592C10.8681 111.664 11.5281 111.952 12.0441 112.456C12.5601 112.96 12.8181 113.656 12.8181 114.544C12.8181 115.24 12.6381 115.87 12.2781 116.434C11.9301 116.998 11.4261 117.448 10.7661 117.784C10.1061 118.108 9.32611 118.27 8.42611 118.27C6.77011 118.27 5.46211 117.688 4.50211 116.524L5.78011 115.3C6.18811 115.708 6.59011 116.008 6.98611 116.2C7.38211 116.38 7.82011 116.47 8.30011 116.47C8.94811 116.47 9.46411 116.29 9.84811 115.93C10.2441 115.558 10.4421 115.06 10.4421 114.436C10.4421 113.74 10.2561 113.242 9.88411 112.942C9.52411 112.642 8.98411 112.492 8.26411 112.492H7.31011L7.58011 110.854H8.22811C8.81611 110.854 9.28411 110.692 9.63211 110.368C9.99211 110.044 10.1721 109.594 10.1721 109.018C10.1721 108.526 10.0101 108.142 9.68611 107.866C9.36211 107.578 8.93011 107.434 8.39011 107.434C7.92211 107.434 7.49611 107.524 7.11211 107.704C6.72811 107.872 6.34411 108.136 5.96011 108.496L4.79011 107.218C5.88211 106.186 7.14811 105.67 8.58811 105.67Z" fill="#545E6B"/>
|
|
5
|
-
<path d="M12.2262 155.596H7.69022V158.602C8.29022 158.302 8.90222 158.152 9.52622 158.152C10.1982 158.152 10.7982 158.308 11.3262 158.62C11.8542 158.932 12.2622 159.382 12.5502 159.97C12.8502 160.558 13.0002 161.254 13.0002 162.058C13.0002 162.886 12.8142 163.618 12.4422 164.254C12.0702 164.89 11.5422 165.388 10.8582 165.748C10.1742 166.096 9.38222 166.27 8.48222 166.27C7.67822 166.27 6.96422 166.126 6.34022 165.838C5.72822 165.538 5.17022 165.112 4.66622 164.56L5.98022 163.336C6.67622 164.104 7.49222 164.488 8.42822 164.488C9.11222 164.488 9.64622 164.278 10.0302 163.858C10.4262 163.438 10.6242 162.838 10.6242 162.058C10.6242 160.558 9.97622 159.808 8.68022 159.808C8.40422 159.808 8.14622 159.844 7.90622 159.916C7.66622 159.976 7.40222 160.078 7.11422 160.222H5.47622V153.886H12.4962L12.2262 155.596Z" fill="#545E6B"/>
|
|
6
|
-
<path d="M12.6987 201.886V203.506L8.21672 214.234L6.11072 213.55L10.3227 203.668H5.21072V201.886H12.6987Z" fill="#545E6B"/>
|
|
7
|
-
<path d="M8.94649 249.67C10.3145 249.67 11.3645 250.096 12.0965 250.948C12.8285 251.788 13.1945 252.928 13.1945 254.368C13.1945 256.012 12.9485 257.362 12.4565 258.418C11.9645 259.462 11.2085 260.296 10.1885 260.92C9.16849 261.544 7.81849 262.054 6.13849 262.45L5.65249 260.812C7.23649 260.392 8.43649 259.852 9.25249 259.192C10.0805 258.52 10.5725 257.608 10.7285 256.456C10.0685 257.296 9.20449 257.716 8.13649 257.716C7.51249 257.716 6.93649 257.56 6.40849 257.248C5.89249 256.924 5.48449 256.462 5.18449 255.862C4.88449 255.262 4.73449 254.566 4.73449 253.774C4.73449 252.946 4.92049 252.226 5.29249 251.614C5.66449 250.99 6.16849 250.51 6.80449 250.174C7.45249 249.838 8.16649 249.67 8.94649 249.67ZM8.76649 256.042C9.58249 256.042 10.2725 255.628 10.8365 254.8C10.8485 253.564 10.7045 252.688 10.4045 252.172C10.1165 251.644 9.63049 251.38 8.94649 251.38C8.34649 251.38 7.87849 251.584 7.54249 251.992C7.20649 252.4 7.03849 252.982 7.03849 253.738C7.03849 254.53 7.19449 255.112 7.50649 255.484C7.83049 255.856 8.25049 256.042 8.76649 256.042Z" fill="#545E6B"/>
|
|
8
|
-
<path d="M6.39 297.886V310H4.122V300.208L1.422 301.846L0.414 300.298L4.356 297.886H6.39ZM14.0075 301.936C14.6435 301.936 15.2195 302.092 15.7355 302.404C16.2635 302.704 16.6775 303.154 16.9775 303.754C17.2775 304.342 17.4275 305.05 17.4275 305.878C17.4275 306.718 17.2535 307.474 16.9055 308.146C16.5575 308.806 16.0655 309.328 15.4295 309.712C14.8055 310.084 14.0915 310.27 13.2875 310.27C11.7995 310.27 10.6955 309.748 9.97552 308.704C9.26752 307.66 8.91352 306.226 8.91352 304.402C8.91352 303.058 9.11152 301.882 9.50752 300.874C9.91552 299.854 10.4915 299.068 11.2355 298.516C11.9915 297.952 12.8735 297.67 13.8815 297.67C14.8775 297.67 15.7595 297.928 16.5275 298.444L15.6635 299.866C15.1115 299.542 14.5295 299.38 13.9175 299.38C13.1495 299.38 12.5315 299.728 12.0635 300.424C11.6075 301.108 11.3495 302.056 11.2895 303.268C12.0215 302.38 12.9275 301.936 14.0075 301.936ZM13.2875 308.56C13.8875 308.56 14.3375 308.326 14.6375 307.858C14.9495 307.378 15.1055 306.73 15.1055 305.914C15.1055 305.086 14.9615 304.498 14.6735 304.15C14.3975 303.79 13.9895 303.61 13.4495 303.61C13.0415 303.61 12.6515 303.724 12.2795 303.952C11.9195 304.168 11.5955 304.468 11.3075 304.852C11.3315 306.16 11.4935 307.108 11.7935 307.696C12.1055 308.272 12.6035 308.56 13.2875 308.56Z" fill="#545E6B"/>
|
|
9
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 50 32)" fill="#AAD0FF"/>
|
|
10
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 90 80)" fill="#184994"/>
|
|
11
|
-
<rect x="82" y="80" width="32" height="32" rx="3" transform="rotate(-180 82 80)" fill="#AAD0FF"/>
|
|
12
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 130 128)" fill="#184994"/>
|
|
13
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 90 128)" fill="#67A3DB"/>
|
|
14
|
-
<rect x="82" y="128" width="32" height="32" rx="3" transform="rotate(-180 82 128)" fill="#AAD0FF"/>
|
|
15
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 210 176)" fill="#0D2163"/>
|
|
16
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 170 176)" fill="#1A60A6"/>
|
|
17
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 130 176)" fill="#3B85C3"/>
|
|
18
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 90 176)" fill="#7DB2E7"/>
|
|
19
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 50 176)" fill="#C2DEFF"/>
|
|
20
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 290 224)" fill="#0D2163"/>
|
|
21
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 250 224)" fill="#184994"/>
|
|
22
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 210 224)" fill="#256CAC"/>
|
|
23
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 170 224)" fill="#5194CF"/>
|
|
24
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 130 224)" fill="#7DB2E7"/>
|
|
25
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 90 224)" fill="#AAD0FF"/>
|
|
26
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 50 224)" fill="#D7EFFF"/>
|
|
27
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 370 272)" fill="#00083D"/>
|
|
28
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 330 272)" fill="#1C337F"/>
|
|
29
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 290 272)" fill="#1A60A6"/>
|
|
30
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 250 272)" fill="#256CAC"/>
|
|
31
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 210 272)" fill="#3B85C3"/>
|
|
32
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 170 272)" fill="#67A3DB"/>
|
|
33
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 130 272)" fill="#94C1F3"/>
|
|
34
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 90 272)" fill="#C2DEFF"/>
|
|
35
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 50 272)" fill="#D7EFFF"/>
|
|
36
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 650 320)" fill="#00083D"/>
|
|
37
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 610 320)" fill="#0D2163"/>
|
|
38
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 570 320)" fill="#1C337F"/>
|
|
39
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 530 320)" fill="#184994"/>
|
|
40
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 490 320)" fill="#1A60A6"/>
|
|
41
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 450 320)" fill="#256CAC"/>
|
|
42
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 410 320)" fill="#2576B7"/>
|
|
43
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 370 320)" fill="#3B85C3"/>
|
|
44
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 330 320)" fill="#5194CF"/>
|
|
45
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 290 320)" fill="#67A3DB"/>
|
|
46
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 250 320)" fill="#7DB2E7"/>
|
|
47
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 210 320)" fill="#94C1F3"/>
|
|
48
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 170 320)" fill="#AAD0FF"/>
|
|
49
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 130 320)" fill="#C2DEFF"/>
|
|
50
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 90 320)" fill="#D7EFFF"/>
|
|
51
|
-
<rect width="32" height="32" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 50 320)" fill="#EBF8FF"/>
|
|
52
|
-
</svg>
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<svg width="685" height="240" viewBox="0 0 685 240" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.0784 6.232V17H8.06244V8.296L5.66244 9.752L4.76644 8.376L8.27044 6.232H10.0784Z" fill="#545E6B"/>
|
|
3
|
-
<path d="M7.67331 42.04C8.39865 42.04 9.02265 42.1733 9.54531 42.44C10.0786 42.7067 10.484 43.0693 10.7613 43.528C11.0386 43.9867 11.1773 44.4987 11.1773 45.064C11.1773 45.672 11.044 46.2587 10.7773 46.824C10.5213 47.3787 10.0893 47.9973 9.48131 48.68C8.87331 49.3627 7.98265 50.264 6.80931 51.384H11.4173L11.1933 53H4.48931V51.496C5.85465 50.1093 6.83065 49.0853 7.41731 48.424C8.01465 47.752 8.43598 47.1813 8.68131 46.712C8.93731 46.232 9.06531 45.736 9.06531 45.224C9.06531 44.7333 8.92131 44.3493 8.63331 44.072C8.35598 43.7947 7.98265 43.656 7.51331 43.656C7.09731 43.656 6.72931 43.7467 6.40931 43.928C6.09998 44.0987 5.77465 44.3867 5.43331 44.792L4.18531 43.8C5.09198 42.6267 6.25465 42.04 7.67331 42.04Z" fill="#545E6B"/>
|
|
4
|
-
<path d="M7.63388 78.04C8.34854 78.04 8.96188 78.1627 9.47388 78.408C9.99654 78.6533 10.3859 78.984 10.6419 79.4C10.9085 79.816 11.0419 80.2747 11.0419 80.776C11.0419 81.4267 10.8552 81.9707 10.4819 82.408C10.1085 82.8347 9.59654 83.1333 8.94588 83.304C9.66054 83.368 10.2472 83.624 10.7059 84.072C11.1645 84.52 11.3939 85.1387 11.3939 85.928C11.3939 86.5467 11.2339 87.1067 10.9139 87.608C10.6045 88.1093 10.1565 88.5093 9.56988 88.808C8.98321 89.096 8.28988 89.24 7.48988 89.24C6.01788 89.24 4.85521 88.7227 4.00188 87.688L5.13788 86.6C5.50054 86.9627 5.85788 87.2293 6.20988 87.4C6.56188 87.56 6.95121 87.64 7.37788 87.64C7.95388 87.64 8.41254 87.48 8.75388 87.16C9.10588 86.8293 9.28188 86.3867 9.28188 85.832C9.28188 85.2133 9.11654 84.7707 8.78588 84.504C8.46588 84.2373 7.98588 84.104 7.34588 84.104H6.49788L6.73788 82.648H7.31388C7.83654 82.648 8.25254 82.504 8.56188 82.216C8.88188 81.928 9.04188 81.528 9.04188 81.016C9.04188 80.5787 8.89788 80.2373 8.60988 79.992C8.32188 79.736 7.93788 79.608 7.45788 79.608C7.04188 79.608 6.66321 79.688 6.32188 79.848C5.98054 79.9973 5.63921 80.232 5.29788 80.552L4.25788 79.416C5.22854 78.4987 6.35388 78.04 7.63388 78.04Z" fill="#545E6B"/>
|
|
5
|
-
<path d="M10.8678 115.752H6.83575V118.424C7.36908 118.157 7.91308 118.024 8.46775 118.024C9.06508 118.024 9.59842 118.163 10.0678 118.44C10.5371 118.717 10.8998 119.117 11.1558 119.64C11.4224 120.163 11.5558 120.781 11.5558 121.496C11.5558 122.232 11.3904 122.883 11.0598 123.448C10.7291 124.013 10.2598 124.456 9.65175 124.776C9.04375 125.085 8.33975 125.24 7.53975 125.24C6.82508 125.24 6.19042 125.112 5.63575 124.856C5.09175 124.589 4.59575 124.211 4.14775 123.72L5.31575 122.632C5.93442 123.315 6.65975 123.656 7.49175 123.656C8.09975 123.656 8.57442 123.469 8.91575 123.096C9.26775 122.723 9.44375 122.189 9.44375 121.496C9.44375 120.163 8.86775 119.496 7.71575 119.496C7.47042 119.496 7.24108 119.528 7.02775 119.592C6.81442 119.645 6.57975 119.736 6.32375 119.864H4.86775V114.232H11.1078L10.8678 115.752Z" fill="#545E6B"/>
|
|
6
|
-
<path d="M11.2878 150.232V151.672L7.30375 161.208L5.43175 160.6L9.17575 151.816H4.63175V150.232H11.2878Z" fill="#545E6B"/>
|
|
7
|
-
<path d="M7.95244 186.04C9.16844 186.04 10.1018 186.419 10.7524 187.176C11.4031 187.923 11.7284 188.936 11.7284 190.216C11.7284 191.677 11.5098 192.877 11.0724 193.816C10.6351 194.744 9.9631 195.485 9.05644 196.04C8.14977 196.595 6.94977 197.048 5.45644 197.4L5.02444 195.944C6.43244 195.571 7.4991 195.091 8.22444 194.504C8.96044 193.907 9.39777 193.096 9.53644 192.072C8.94977 192.819 8.18177 193.192 7.23244 193.192C6.67777 193.192 6.16577 193.053 5.69644 192.776C5.23777 192.488 4.8751 192.077 4.60844 191.544C4.34177 191.011 4.20844 190.392 4.20844 189.688C4.20844 188.952 4.37377 188.312 4.70444 187.768C5.0351 187.213 5.4831 186.787 6.04844 186.488C6.62444 186.189 7.2591 186.04 7.95244 186.04ZM7.79244 191.704C8.51777 191.704 9.1311 191.336 9.63244 190.6C9.6431 189.501 9.5151 188.723 9.24844 188.264C8.99244 187.795 8.56044 187.56 7.95244 187.56C7.4191 187.56 7.0031 187.741 6.70444 188.104C6.40577 188.467 6.25644 188.984 6.25644 189.656C6.25644 190.36 6.3951 190.877 6.67244 191.208C6.96044 191.539 7.33377 191.704 7.79244 191.704Z" fill="#545E6B"/>
|
|
8
|
-
<path d="M5.68 222.232V233H3.664V224.296L1.264 225.752L0.368 224.376L3.872 222.232H5.68ZM12.4511 225.832C13.0165 225.832 13.5285 225.971 13.9871 226.248C14.4565 226.515 14.8245 226.915 15.0911 227.448C15.3578 227.971 15.4911 228.6 15.4911 229.336C15.4911 230.083 15.3365 230.755 15.0271 231.352C14.7178 231.939 14.2805 232.403 13.7151 232.744C13.1605 233.075 12.5258 233.24 11.8111 233.24C10.4885 233.24 9.50713 232.776 8.86713 231.848C8.23779 230.92 7.92313 229.645 7.92313 228.024C7.92313 226.829 8.09913 225.784 8.45113 224.888C8.81379 223.981 9.32579 223.283 9.98713 222.792C10.6591 222.291 11.4431 222.04 12.3391 222.04C13.2245 222.04 14.0085 222.269 14.6911 222.728L13.9231 223.992C13.4325 223.704 12.9151 223.56 12.3711 223.56C11.6885 223.56 11.1391 223.869 10.7231 224.488C10.3178 225.096 10.0885 225.939 10.0351 227.016C10.6858 226.227 11.4911 225.832 12.4511 225.832ZM11.8111 231.72C12.3445 231.72 12.7445 231.512 13.0111 231.096C13.2885 230.669 13.4271 230.093 13.4271 229.368C13.4271 228.632 13.2991 228.109 13.0431 227.8C12.7978 227.48 12.4351 227.32 11.9551 227.32C11.5925 227.32 11.2458 227.421 10.9151 227.624C10.5951 227.816 10.3071 228.083 10.0511 228.424C10.0725 229.587 10.2165 230.429 10.4831 230.952C10.7605 231.464 11.2031 231.72 11.8111 231.72Z" fill="#545E6B"/>
|
|
9
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 24)" fill="#A8ECCC"/>
|
|
10
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 60)" fill="#3ABF8A"/>
|
|
11
|
-
<rect x="72" y="60" width="24" height="24" rx="3" transform="rotate(-180 72 60)" fill="#A8ECCC"/>
|
|
12
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 96)" fill="#286A55"/>
|
|
13
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 96)" fill="#3ABF8A"/>
|
|
14
|
-
<rect x="72" y="96" width="24" height="24" rx="3" transform="rotate(-180 72 96)" fill="#A8ECCC"/>
|
|
15
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 132)" fill="#255C4B"/>
|
|
16
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 132)" fill="#308A6A"/>
|
|
17
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 132)" fill="#4CC996"/>
|
|
18
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 132)" fill="#8DE5BD"/>
|
|
19
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 132)" fill="#C4F3DC"/>
|
|
20
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 240 168)" fill="#1F4B3E"/>
|
|
21
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 208 168)" fill="#286A55"/>
|
|
22
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 168)" fill="#308A6A"/>
|
|
23
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 168)" fill="#3ABF8A"/>
|
|
24
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 168)" fill="#62D3A3"/>
|
|
25
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 168)" fill="#8DE5BD"/>
|
|
26
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 168)" fill="#C4F3DC"/>
|
|
27
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 304 204)" fill="#1B3D34"/>
|
|
28
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 272 204)" fill="#1F4B3E"/>
|
|
29
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 240 204)" fill="#286A55"/>
|
|
30
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 208 204)" fill="#308A6A"/>
|
|
31
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 204)" fill="#35AF7F"/>
|
|
32
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 204)" fill="#3ABF8A"/>
|
|
33
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 204)" fill="#62D3A3"/>
|
|
34
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 204)" fill="#8DE5BD"/>
|
|
35
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 204)" fill="#C4F3DC"/>
|
|
36
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 528 240)" fill="#1B3D34"/>
|
|
37
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 496 240)" fill="#1F4B3E"/>
|
|
38
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 464 240)" fill="#255C4B"/>
|
|
39
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 432 240)" fill="#286A55"/>
|
|
40
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 400 240)" fill="#2D7A60"/>
|
|
41
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 368 240)" fill="#308A6A"/>
|
|
42
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 336 240)" fill="#329D75"/>
|
|
43
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 304 240)" fill="#35AF7F"/>
|
|
44
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 272 240)" fill="#3ABF8A"/>
|
|
45
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 240 240)" fill="#4CC996"/>
|
|
46
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 208 240)" fill="#62D3A3"/>
|
|
47
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 240)" fill="#78DDB1"/>
|
|
48
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 240)" fill="#8DE5BD"/>
|
|
49
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 240)" fill="#A8ECCC"/>
|
|
50
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 240)" fill="#C4F3DC"/>
|
|
51
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 240)" fill="#E0F9ED"/>
|
|
52
|
-
</svg>
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<svg width="685" height="240" viewBox="0 0 685 240" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.0784 6.232V17H8.06244V8.296L5.66244 9.752L4.76644 8.376L8.27044 6.232H10.0784Z" fill="#545E6B"/>
|
|
3
|
-
<path d="M7.67331 42.04C8.39865 42.04 9.02265 42.1733 9.54531 42.44C10.0786 42.7067 10.484 43.0693 10.7613 43.528C11.0386 43.9867 11.1773 44.4987 11.1773 45.064C11.1773 45.672 11.044 46.2587 10.7773 46.824C10.5213 47.3787 10.0893 47.9973 9.48131 48.68C8.87331 49.3627 7.98265 50.264 6.80931 51.384H11.4173L11.1933 53H4.48931V51.496C5.85465 50.1093 6.83065 49.0853 7.41731 48.424C8.01465 47.752 8.43598 47.1813 8.68131 46.712C8.93731 46.232 9.06531 45.736 9.06531 45.224C9.06531 44.7333 8.92131 44.3493 8.63331 44.072C8.35598 43.7947 7.98265 43.656 7.51331 43.656C7.09731 43.656 6.72931 43.7467 6.40931 43.928C6.09998 44.0987 5.77465 44.3867 5.43331 44.792L4.18531 43.8C5.09198 42.6267 6.25465 42.04 7.67331 42.04Z" fill="#545E6B"/>
|
|
4
|
-
<path d="M7.63388 78.04C8.34854 78.04 8.96188 78.1627 9.47388 78.408C9.99654 78.6533 10.3859 78.984 10.6419 79.4C10.9085 79.816 11.0419 80.2747 11.0419 80.776C11.0419 81.4267 10.8552 81.9707 10.4819 82.408C10.1085 82.8347 9.59654 83.1333 8.94588 83.304C9.66054 83.368 10.2472 83.624 10.7059 84.072C11.1645 84.52 11.3939 85.1387 11.3939 85.928C11.3939 86.5467 11.2339 87.1067 10.9139 87.608C10.6045 88.1093 10.1565 88.5093 9.56988 88.808C8.98321 89.096 8.28988 89.24 7.48988 89.24C6.01788 89.24 4.85521 88.7227 4.00188 87.688L5.13788 86.6C5.50054 86.9627 5.85788 87.2293 6.20988 87.4C6.56188 87.56 6.95121 87.64 7.37788 87.64C7.95388 87.64 8.41254 87.48 8.75388 87.16C9.10588 86.8293 9.28188 86.3867 9.28188 85.832C9.28188 85.2133 9.11654 84.7707 8.78588 84.504C8.46588 84.2373 7.98588 84.104 7.34588 84.104H6.49788L6.73788 82.648H7.31388C7.83654 82.648 8.25254 82.504 8.56188 82.216C8.88188 81.928 9.04188 81.528 9.04188 81.016C9.04188 80.5787 8.89788 80.2373 8.60988 79.992C8.32188 79.736 7.93788 79.608 7.45788 79.608C7.04188 79.608 6.66321 79.688 6.32188 79.848C5.98054 79.9973 5.63921 80.232 5.29788 80.552L4.25788 79.416C5.22854 78.4987 6.35388 78.04 7.63388 78.04Z" fill="#545E6B"/>
|
|
5
|
-
<path d="M10.8678 115.752H6.83575V118.424C7.36908 118.157 7.91308 118.024 8.46775 118.024C9.06508 118.024 9.59842 118.163 10.0678 118.44C10.5371 118.717 10.8998 119.117 11.1558 119.64C11.4224 120.163 11.5558 120.781 11.5558 121.496C11.5558 122.232 11.3904 122.883 11.0598 123.448C10.7291 124.013 10.2598 124.456 9.65175 124.776C9.04375 125.085 8.33975 125.24 7.53975 125.24C6.82508 125.24 6.19042 125.112 5.63575 124.856C5.09175 124.589 4.59575 124.211 4.14775 123.72L5.31575 122.632C5.93442 123.315 6.65975 123.656 7.49175 123.656C8.09975 123.656 8.57442 123.469 8.91575 123.096C9.26775 122.723 9.44375 122.189 9.44375 121.496C9.44375 120.163 8.86775 119.496 7.71575 119.496C7.47042 119.496 7.24108 119.528 7.02775 119.592C6.81442 119.645 6.57975 119.736 6.32375 119.864H4.86775V114.232H11.1078L10.8678 115.752Z" fill="#545E6B"/>
|
|
6
|
-
<path d="M11.2878 150.232V151.672L7.30375 161.208L5.43175 160.6L9.17575 151.816H4.63175V150.232H11.2878Z" fill="#545E6B"/>
|
|
7
|
-
<path d="M7.95244 186.04C9.16844 186.04 10.1018 186.419 10.7524 187.176C11.4031 187.923 11.7284 188.936 11.7284 190.216C11.7284 191.677 11.5098 192.877 11.0724 193.816C10.6351 194.744 9.9631 195.485 9.05644 196.04C8.14977 196.595 6.94977 197.048 5.45644 197.4L5.02444 195.944C6.43244 195.571 7.4991 195.091 8.22444 194.504C8.96044 193.907 9.39777 193.096 9.53644 192.072C8.94977 192.819 8.18177 193.192 7.23244 193.192C6.67777 193.192 6.16577 193.053 5.69644 192.776C5.23777 192.488 4.8751 192.077 4.60844 191.544C4.34177 191.011 4.20844 190.392 4.20844 189.688C4.20844 188.952 4.37377 188.312 4.70444 187.768C5.0351 187.213 5.4831 186.787 6.04844 186.488C6.62444 186.189 7.2591 186.04 7.95244 186.04ZM7.79244 191.704C8.51777 191.704 9.1311 191.336 9.63244 190.6C9.6431 189.501 9.5151 188.723 9.24844 188.264C8.99244 187.795 8.56044 187.56 7.95244 187.56C7.4191 187.56 7.0031 187.741 6.70444 188.104C6.40577 188.467 6.25644 188.984 6.25644 189.656C6.25644 190.36 6.3951 190.877 6.67244 191.208C6.96044 191.539 7.33377 191.704 7.79244 191.704Z" fill="#545E6B"/>
|
|
8
|
-
<path d="M5.68 222.232V233H3.664V224.296L1.264 225.752L0.368 224.376L3.872 222.232H5.68ZM12.4511 225.832C13.0165 225.832 13.5285 225.971 13.9871 226.248C14.4565 226.515 14.8245 226.915 15.0911 227.448C15.3578 227.971 15.4911 228.6 15.4911 229.336C15.4911 230.083 15.3365 230.755 15.0271 231.352C14.7178 231.939 14.2805 232.403 13.7151 232.744C13.1605 233.075 12.5258 233.24 11.8111 233.24C10.4885 233.24 9.50713 232.776 8.86713 231.848C8.23779 230.92 7.92313 229.645 7.92313 228.024C7.92313 226.829 8.09913 225.784 8.45113 224.888C8.81379 223.981 9.32579 223.283 9.98713 222.792C10.6591 222.291 11.4431 222.04 12.3391 222.04C13.2245 222.04 14.0085 222.269 14.6911 222.728L13.9231 223.992C13.4325 223.704 12.9151 223.56 12.3711 223.56C11.6885 223.56 11.1391 223.869 10.7231 224.488C10.3178 225.096 10.0885 225.939 10.0351 227.016C10.6858 226.227 11.4911 225.832 12.4511 225.832ZM11.8111 231.72C12.3445 231.72 12.7445 231.512 13.0111 231.096C13.2885 230.669 13.4271 230.093 13.4271 229.368C13.4271 228.632 13.2991 228.109 13.0431 227.8C12.7978 227.48 12.4351 227.32 11.9551 227.32C11.5925 227.32 11.2458 227.421 10.9151 227.624C10.5951 227.816 10.3071 228.083 10.0511 228.424C10.0725 229.587 10.2165 230.429 10.4831 230.952C10.7605 231.464 11.2031 231.72 11.8111 231.72Z" fill="#545E6B"/>
|
|
9
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 24)" fill="#F6AB85"/>
|
|
10
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 60)" fill="#AA3F08"/>
|
|
11
|
-
<rect x="72" y="60" width="24" height="24" rx="3" transform="rotate(-180 72 60)" fill="#F6AB85"/>
|
|
12
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 96)" fill="#AA3F08"/>
|
|
13
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 96)" fill="#F6AB85"/>
|
|
14
|
-
<rect x="72" y="96" width="24" height="24" rx="3" transform="rotate(-180 72 96)" fill="#FCDFCF"/>
|
|
15
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 132)" fill="#BD521C"/>
|
|
16
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 132)" fill="#EF8450"/>
|
|
17
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 132)" fill="#F6AB85"/>
|
|
18
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 132)" fill="#FAC5AB"/>
|
|
19
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 132)" fill="#FCDFCF"/>
|
|
20
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 240 168)" fill="#BD521C"/>
|
|
21
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 208 168)" fill="#D06530"/>
|
|
22
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 168)" fill="#EF8450"/>
|
|
23
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 168)" fill="#F79D70"/>
|
|
24
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 168)" fill="#F6AB85"/>
|
|
25
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 168)" fill="#FAC5AB"/>
|
|
26
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 168)" fill="#FCDFCF"/>
|
|
27
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 304 204)" fill="#BD521C"/>
|
|
28
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 272 204)" fill="#C95E29"/>
|
|
29
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 240 204)" fill="#D06530"/>
|
|
30
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 208 204)" fill="#EF8450"/>
|
|
31
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 204)" fill="#F79D70"/>
|
|
32
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 204)" fill="#F6AB85"/>
|
|
33
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 204)" fill="#F7B694"/>
|
|
34
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 204)" fill="#FAC5AB"/>
|
|
35
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 204)" fill="#FDEDE5"/>
|
|
36
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 528 240)" fill="#AA3F08"/>
|
|
37
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 496 240)" fill="#B24610"/>
|
|
38
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 464 240)" fill="#BD521C"/>
|
|
39
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 432 240)" fill="#C95E29"/>
|
|
40
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 400 240)" fill="#D06530"/>
|
|
41
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 368 240)" fill="#DB713C"/>
|
|
42
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 336 240)" fill="#E37944"/>
|
|
43
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 304 240)" fill="#EF8450"/>
|
|
44
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 272 240)" fill="#F6915F"/>
|
|
45
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 240 240)" fill="#F79D70"/>
|
|
46
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 208 240)" fill="#F6AB85"/>
|
|
47
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 240)" fill="#F7B694"/>
|
|
48
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 240)" fill="#FAC5AB"/>
|
|
49
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 240)" fill="#FBCFBA"/>
|
|
50
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 240)" fill="#FCDFCF"/>
|
|
51
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 240)" fill="#FDEDE5"/>
|
|
52
|
-
</svg>
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
<svg width="685" height="240" viewBox="0 0 685 240" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M10.0784 6.232V17H8.06244V8.296L5.66244 9.752L4.76644 8.376L8.27044 6.232H10.0784Z" fill="#545E6B"/>
|
|
3
|
-
<path d="M7.67331 42.04C8.39865 42.04 9.02265 42.1733 9.54531 42.44C10.0786 42.7067 10.484 43.0693 10.7613 43.528C11.0386 43.9867 11.1773 44.4987 11.1773 45.064C11.1773 45.672 11.044 46.2587 10.7773 46.824C10.5213 47.3787 10.0893 47.9973 9.48131 48.68C8.87331 49.3627 7.98265 50.264 6.80931 51.384H11.4173L11.1933 53H4.48931V51.496C5.85465 50.1093 6.83065 49.0853 7.41731 48.424C8.01465 47.752 8.43598 47.1813 8.68131 46.712C8.93731 46.232 9.06531 45.736 9.06531 45.224C9.06531 44.7333 8.92131 44.3493 8.63331 44.072C8.35598 43.7947 7.98265 43.656 7.51331 43.656C7.09731 43.656 6.72931 43.7467 6.40931 43.928C6.09998 44.0987 5.77465 44.3867 5.43331 44.792L4.18531 43.8C5.09198 42.6267 6.25465 42.04 7.67331 42.04Z" fill="#545E6B"/>
|
|
4
|
-
<path d="M7.63388 78.04C8.34854 78.04 8.96188 78.1627 9.47388 78.408C9.99654 78.6533 10.3859 78.984 10.6419 79.4C10.9085 79.816 11.0419 80.2747 11.0419 80.776C11.0419 81.4267 10.8552 81.9707 10.4819 82.408C10.1085 82.8347 9.59654 83.1333 8.94588 83.304C9.66054 83.368 10.2472 83.624 10.7059 84.072C11.1645 84.52 11.3939 85.1387 11.3939 85.928C11.3939 86.5467 11.2339 87.1067 10.9139 87.608C10.6045 88.1093 10.1565 88.5093 9.56988 88.808C8.98321 89.096 8.28988 89.24 7.48988 89.24C6.01788 89.24 4.85521 88.7227 4.00188 87.688L5.13788 86.6C5.50054 86.9627 5.85788 87.2293 6.20988 87.4C6.56188 87.56 6.95121 87.64 7.37788 87.64C7.95388 87.64 8.41254 87.48 8.75388 87.16C9.10588 86.8293 9.28188 86.3867 9.28188 85.832C9.28188 85.2133 9.11654 84.7707 8.78588 84.504C8.46588 84.2373 7.98588 84.104 7.34588 84.104H6.49788L6.73788 82.648H7.31388C7.83654 82.648 8.25254 82.504 8.56188 82.216C8.88188 81.928 9.04188 81.528 9.04188 81.016C9.04188 80.5787 8.89788 80.2373 8.60988 79.992C8.32188 79.736 7.93788 79.608 7.45788 79.608C7.04188 79.608 6.66321 79.688 6.32188 79.848C5.98054 79.9973 5.63921 80.232 5.29788 80.552L4.25788 79.416C5.22854 78.4987 6.35388 78.04 7.63388 78.04Z" fill="#545E6B"/>
|
|
5
|
-
<path d="M10.8678 115.752H6.83575V118.424C7.36908 118.157 7.91308 118.024 8.46775 118.024C9.06508 118.024 9.59842 118.163 10.0678 118.44C10.5371 118.717 10.8998 119.117 11.1558 119.64C11.4224 120.163 11.5558 120.781 11.5558 121.496C11.5558 122.232 11.3904 122.883 11.0598 123.448C10.7291 124.013 10.2598 124.456 9.65175 124.776C9.04375 125.085 8.33975 125.24 7.53975 125.24C6.82508 125.24 6.19042 125.112 5.63575 124.856C5.09175 124.589 4.59575 124.211 4.14775 123.72L5.31575 122.632C5.93442 123.315 6.65975 123.656 7.49175 123.656C8.09975 123.656 8.57442 123.469 8.91575 123.096C9.26775 122.723 9.44375 122.189 9.44375 121.496C9.44375 120.163 8.86775 119.496 7.71575 119.496C7.47042 119.496 7.24108 119.528 7.02775 119.592C6.81442 119.645 6.57975 119.736 6.32375 119.864H4.86775V114.232H11.1078L10.8678 115.752Z" fill="#545E6B"/>
|
|
6
|
-
<path d="M11.2878 150.232V151.672L7.30375 161.208L5.43175 160.6L9.17575 151.816H4.63175V150.232H11.2878Z" fill="#545E6B"/>
|
|
7
|
-
<path d="M7.95244 186.04C9.16844 186.04 10.1018 186.419 10.7524 187.176C11.4031 187.923 11.7284 188.936 11.7284 190.216C11.7284 191.677 11.5098 192.877 11.0724 193.816C10.6351 194.744 9.9631 195.485 9.05644 196.04C8.14977 196.595 6.94977 197.048 5.45644 197.4L5.02444 195.944C6.43244 195.571 7.4991 195.091 8.22444 194.504C8.96044 193.907 9.39777 193.096 9.53644 192.072C8.94977 192.819 8.18177 193.192 7.23244 193.192C6.67777 193.192 6.16577 193.053 5.69644 192.776C5.23777 192.488 4.8751 192.077 4.60844 191.544C4.34177 191.011 4.20844 190.392 4.20844 189.688C4.20844 188.952 4.37377 188.312 4.70444 187.768C5.0351 187.213 5.4831 186.787 6.04844 186.488C6.62444 186.189 7.2591 186.04 7.95244 186.04ZM7.79244 191.704C8.51777 191.704 9.1311 191.336 9.63244 190.6C9.6431 189.501 9.5151 188.723 9.24844 188.264C8.99244 187.795 8.56044 187.56 7.95244 187.56C7.4191 187.56 7.0031 187.741 6.70444 188.104C6.40577 188.467 6.25644 188.984 6.25644 189.656C6.25644 190.36 6.3951 190.877 6.67244 191.208C6.96044 191.539 7.33377 191.704 7.79244 191.704Z" fill="#545E6B"/>
|
|
8
|
-
<path d="M5.68 222.232V233H3.664V224.296L1.264 225.752L0.368 224.376L3.872 222.232H5.68ZM12.4511 225.832C13.0165 225.832 13.5285 225.971 13.9871 226.248C14.4565 226.515 14.8245 226.915 15.0911 227.448C15.3578 227.971 15.4911 228.6 15.4911 229.336C15.4911 230.083 15.3365 230.755 15.0271 231.352C14.7178 231.939 14.2805 232.403 13.7151 232.744C13.1605 233.075 12.5258 233.24 11.8111 233.24C10.4885 233.24 9.50713 232.776 8.86713 231.848C8.23779 230.92 7.92313 229.645 7.92313 228.024C7.92313 226.829 8.09913 225.784 8.45113 224.888C8.81379 223.981 9.32579 223.283 9.98713 222.792C10.6591 222.291 11.4431 222.04 12.3391 222.04C13.2245 222.04 14.0085 222.269 14.6911 222.728L13.9231 223.992C13.4325 223.704 12.9151 223.56 12.3711 223.56C11.6885 223.56 11.1391 223.869 10.7231 224.488C10.3178 225.096 10.0885 225.939 10.0351 227.016C10.6858 226.227 11.4911 225.832 12.4511 225.832ZM11.8111 231.72C12.3445 231.72 12.7445 231.512 13.0111 231.096C13.2885 230.669 13.4271 230.093 13.4271 229.368C13.4271 228.632 13.2991 228.109 13.0431 227.8C12.7978 227.48 12.4351 227.32 11.9551 227.32C11.5925 227.32 11.2458 227.421 10.9151 227.624C10.5951 227.816 10.3071 228.083 10.0511 228.424C10.0725 229.587 10.2165 230.429 10.4831 230.952C10.7605 231.464 11.2031 231.72 11.8111 231.72Z" fill="#545E6B"/>
|
|
9
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 24)" fill="#FFBBC4"/>
|
|
10
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 60)" fill="#BC3548"/>
|
|
11
|
-
<rect x="72" y="60" width="24" height="24" rx="3" transform="rotate(-180 72 60)" fill="#FFBBC4"/>
|
|
12
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 96)" fill="#BC3548"/>
|
|
13
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 96)" fill="#F78998"/>
|
|
14
|
-
<rect x="72" y="96" width="24" height="24" rx="3" transform="rotate(-180 72 96)" fill="#FFD2D8"/>
|
|
15
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 132)" fill="#BC3548"/>
|
|
16
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 132)" fill="#E76172"/>
|
|
17
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 132)" fill="#F37C8C"/>
|
|
18
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 132)" fill="#FFA6B3"/>
|
|
19
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 132)" fill="#FFD2D8"/>
|
|
20
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 240 168)" fill="#7D2D38"/>
|
|
21
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 208 168)" fill="#A73343"/>
|
|
22
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 168)" fill="#D33B50"/>
|
|
23
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 168)" fill="#E76172"/>
|
|
24
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 168)" fill="#F78998"/>
|
|
25
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 168)" fill="#FFBBC4"/>
|
|
26
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 168)" fill="#FEE9EC"/>
|
|
27
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 304 204)" fill="#7D2D38"/>
|
|
28
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 272 204)" fill="#A73343"/>
|
|
29
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 240 204)" fill="#D33B50"/>
|
|
30
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 208 204)" fill="#DA465B"/>
|
|
31
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 204)" fill="#E76172"/>
|
|
32
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 204)" fill="#F37C8C"/>
|
|
33
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 204)" fill="#FB97A5"/>
|
|
34
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 204)" fill="#FFBBC4"/>
|
|
35
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 204)" fill="#FEE9EC"/>
|
|
36
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 528 240)" fill="#7D2D38"/>
|
|
37
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 496 240)" fill="#91313E"/>
|
|
38
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 464 240)" fill="#A73343"/>
|
|
39
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 432 240)" fill="#BC3548"/>
|
|
40
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 400 240)" fill="#D33B50"/>
|
|
41
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 368 240)" fill="#DA465B"/>
|
|
42
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 336 240)" fill="#E15466"/>
|
|
43
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 304 240)" fill="#E76172"/>
|
|
44
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 272 240)" fill="#EE6F80"/>
|
|
45
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 240 240)" fill="#F37C8C"/>
|
|
46
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 208 240)" fill="#F78998"/>
|
|
47
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 176 240)" fill="#FB97A5"/>
|
|
48
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 144 240)" fill="#FFA6B3"/>
|
|
49
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 112 240)" fill="#FFBBC4"/>
|
|
50
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 80 240)" fill="#FFD2D8"/>
|
|
51
|
-
<rect width="24" height="24" rx="3" transform="matrix(1 -8.74228e-08 -8.74228e-08 -1 48 240)" fill="#FEE9EC"/>
|
|
52
|
-
</svg>
|