adata-ui 0.3.99 → 2.0.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/-error.vue +170 -0
- package/.editorconfig +12 -0
- package/.eslintrc.cjs +4 -0
- package/.gitlab-ci.yml +16 -0
- package/.nuxtrc +1 -0
- package/.nvmrc +1 -0
- package/.playground/app.config.ts +5 -0
- package/.playground/nuxt.config.ts +4 -0
- package/.prettierignore +24 -0
- package/.prettierrc +10 -0
- package/README.md +75 -7
- package/app.config.ts +27 -0
- package/app.vue +7 -0
- package/assets/img/adata-mobile.png +0 -0
- package/assets/img/analytics-mobile.png +0 -0
- package/assets/img/compliance-mobile.png +0 -0
- package/assets/img/empty-box.png +0 -0
- package/assets/img/fea-mobile.png +0 -0
- package/assets/img/fines-mobile.png +0 -0
- package/assets/img/pk-mobile.png +0 -0
- package/assets/img/tenders-mobile.png +0 -0
- package/assets/img/work-mobile.png +0 -0
- package/assets/styles/index.scss +101 -0
- package/assets/styles/modules/_base.scss +5 -0
- package/assets/styles/modules/_typography.scss +152 -0
- package/components/elements/README.md +1 -0
- package/components/elements/a-select-row/index.vue +140 -0
- package/components/elements/accordion/AAccordion.vue +196 -0
- package/components/elements/accordion/AAccordionGroup/AAccordionGroup.vue +145 -0
- package/components/elements/accordion/AAccordionGroup/types.ts +20 -0
- package/components/elements/accordion/AAccordionGroup/ui.config.ts +22 -0
- package/components/elements/accordion/types.ts +14 -0
- package/components/elements/accordion/ui.config.ts +22 -0
- package/components/elements/alert/AAlert.vue +65 -0
- package/components/elements/banner/ABanner.vue +49 -0
- package/components/elements/bg-block/ABgBlock.vue +11 -0
- package/components/elements/button/AButton.vue +188 -0
- package/components/elements/button/types.ts +24 -0
- package/components/elements/calendar/ACalendar.vue +83 -0
- package/components/elements/carousel/ACarousel.vue +159 -0
- package/components/elements/carousel/config.ui.ts +15 -0
- package/components/elements/carousel/types.ts +18 -0
- package/components/elements/chip-wrapper/AChipWrapper.vue +80 -0
- package/components/elements/chip-wrapper/types.ts +12 -0
- package/components/elements/chips/AChips.vue +32 -0
- package/components/elements/companies/AOurClients.vue +42 -0
- package/components/elements/curve-block/ACurveBlock.vue +196 -0
- package/components/elements/digit-badge/ADigitBadge.vue +83 -0
- package/components/elements/error-template/index.vue +48 -0
- package/components/elements/error-template/types.ts +23 -0
- package/components/elements/feature-description/AFeatureDescription.vue +112 -0
- package/components/elements/illustrations/noAccess.vue +62 -0
- package/components/elements/infinite-carousel/AInfiniteCarousel.vue +55 -0
- package/components/elements/infinite-scroll/AInfiniteScroll.vue +33 -0
- package/components/elements/leave-note/ALeaveNote.vue +77 -0
- package/components/elements/pagination/APagination.vue +110 -0
- package/components/elements/photos-animation/APhotosAnimation.vue +83 -0
- package/components/elements/select/ASelect.vue +389 -0
- package/components/elements/select/ASelectMobile.vue +186 -0
- package/components/elements/select/ui/select-button.vue +112 -0
- package/components/elements/select/ui/select-list.vue +99 -0
- package/components/elements/show-more/AShowMore.vue +35 -0
- package/components/elements/skeleton/ASkeleton.vue +44 -0
- package/components/elements/star-rating/AStarRating.vue +181 -0
- package/components/elements/star-rating/types.ts +8 -0
- package/components/elements/star-rating/ui/Star.vue +74 -0
- package/components/elements/status-badge/AStatusBadge.vue +74 -0
- package/components/elements/table/ATable.vue +93 -0
- package/components/elements/table/table.config.ts +32 -0
- package/components/elements/tree-select/ATreeSelect.vue +169 -0
- package/components/elements/tree-select/TreeService.ts +249 -0
- package/components/elements/tree-select/components/tree-select-nodes.vue +90 -0
- package/components/elements/tree-select/types.ts +34 -0
- package/components/elements/tree-select-mobile/ATreeSelectMobile.vue +79 -0
- package/components/elements/tree-select-mobile/components/ATreeSelectNodesMobile.vue +175 -0
- package/components/features/color-mode/AColorMode.client.vue +53 -0
- package/components/features/dropdown/ADropdown.vue +124 -0
- package/components/features/go-top/GoTop.vue +58 -0
- package/components/features/lang-switcher/lang-switcher.vue +56 -0
- package/components/features/pk-mobile-services/APkMobileServices.vue +130 -0
- package/components/features//321/201hange-version/AChangeVersion.vue +20 -0
- package/components/forms/README.md +1 -0
- package/components/forms/checkbox/ACheckbox.vue +151 -0
- package/components/forms/feedback-form/FeedbackForm.vue +171 -0
- package/components/forms/input/button/AInputButton.vue +53 -0
- package/components/forms/input/date/AInputDate.vue +213 -0
- package/components/forms/input/password/AInputPassword.vue +53 -0
- package/components/forms/input/standard/AInputStandard.vue +412 -0
- package/components/forms/input/textarea/ATextarea.vue +200 -0
- package/components/forms/radio-button/ARadioButton.vue +87 -0
- package/components/forms/request-demo/ARequestDemo.vue +90 -0
- package/components/forms/toggle/AToggle.vue +157 -0
- package/components/forms/toggle/types.ts +16 -0
- package/components/modals/AboutTariffModal.vue +113 -0
- package/components/modals/AnotherDeviceModal.vue +59 -0
- package/components/modals/ApplicationAcceptedModal.vue +47 -0
- package/components/modals/AuthModal.vue +50 -0
- package/components/modals/ConnectingTariffModal.vue +68 -0
- package/components/modals/ContactsMobileModel.vue +182 -0
- package/components/modals/ContentNavigationModal.vue +282 -0
- package/components/modals/Insufficient-funds-modal.vue +74 -0
- package/components/modals/LimitReachedModal.vue +29 -0
- package/components/modals/NoAccessModal.vue +37 -0
- package/components/modals/PaymentMethodModal.vue +101 -0
- package/components/modals/RedirectsBanksModal.vue +69 -0
- package/components/modals/ReplenishModal.vue +132 -0
- package/components/modals/ReportBugConfirmModal.vue +30 -0
- package/components/modals/ReportBugModal.vue +156 -0
- package/components/modals/SubmitApplicationModal.vue +111 -0
- package/components/navigation/README.md +1 -0
- package/components/navigation/bottom-navigation/ABottomNavigation.vue +101 -0
- package/components/navigation/breadcrumbs/ABreadcrumbs.vue +66 -0
- package/components/navigation/breadcrumbs/types.ts +4 -0
- package/components/navigation/footer/AFooter.vue +126 -0
- package/components/navigation/footer/NewFooter.vue +276 -0
- package/components/navigation/footer/ui/footer-acccordion.vue +119 -0
- package/components/navigation/footer/ui/new-footer-accordion.vue +120 -0
- package/components/navigation/header/AHeader.vue +187 -0
- package/components/navigation/header/AlmatyContacts.vue +143 -0
- package/components/navigation/header/AstanaContacts.vue +65 -0
- package/components/navigation/header/CardGallery.vue +248 -0
- package/components/navigation/header/ContactMenu.vue +114 -0
- package/components/navigation/header/HeaderLink.vue +247 -0
- package/components/navigation/header/ListItem.vue +31 -0
- package/components/navigation/header/NavCard.vue +41 -0
- package/components/navigation/header/NavList.vue +115 -0
- package/components/navigation/header/NotificationsMenu.vue +51 -0
- package/components/navigation/header/ProductMenu.vue +212 -0
- package/components/navigation/header/ProfileMenu.vue +189 -0
- package/components/navigation/header/TopHeader.vue +181 -0
- package/components/navigation/header/types.ts +28 -0
- package/components/navigation/line-tabs/ALineTabs.vue +111 -0
- package/components/navigation/line-tabs/types.ts +21 -0
- package/components/navigation/mobile-navigation/AMobileNavigation.vue +104 -0
- package/components/navigation/pill-tabs/APillTabs.vue +157 -0
- package/components/navigation/pill-tabs/types.ts +22 -0
- package/components/navigation/side-navigation/ASideNavigation.vue +404 -0
- package/components/overlays/README.md +1 -0
- package/components/overlays/modal/AModal.vue +332 -0
- package/components/overlays/sideover/ASlideover.vue +351 -0
- package/components/overlays/tooltip/ATooltip.vue +242 -0
- package/components/transitions/ATransitionHeight.vue +67 -0
- package/components/utils/index.ts +19 -0
- package/composables/highlight.ts +18 -0
- package/composables/modalsState.ts +8 -0
- package/composables/projectState.ts +2 -0
- package/composables/useAdaptive.ts +46 -0
- package/composables/useCarouselScroll.ts +49 -0
- package/composables/useHeaderNavigationLinks.ts +576 -0
- package/composables/useUIValidation.ts +16 -0
- package/histoire.config.ts +10 -0
- package/i18n/i18n.config.ts +21 -0
- package/i18n.config.ts +21 -0
- package/icons/adata-logo.vue +17 -0
- package/icons/arrow/arrow-bottom-left-on-square.vue +5 -0
- package/icons/arrow/arrow-circle-down.vue +20 -0
- package/icons/arrow/arrow-circle-reset.vue +16 -0
- package/icons/arrow/arrow-corner.vue +9 -0
- package/icons/arrow/arrow-graph-down.vue +13 -0
- package/icons/arrow/arrow-graph-up.vue +14 -0
- package/icons/arrow/arrow-square-down.vue +15 -0
- package/icons/arrow/arrow-top-right-on-square.vue +6 -0
- package/icons/arrow-currency-gray.vue +5 -0
- package/icons/arrow-currency-green.vue +5 -0
- package/icons/arrow-currency-red.vue +5 -0
- package/icons/arrow-side-up.vue +6 -0
- package/icons/avatar.vue +12 -0
- package/icons/block.vue +16 -0
- package/icons/bookmark/bookmark-filled.vue +18 -0
- package/icons/bookmark/bookmark.vue +5 -0
- package/icons/browsers/browser-duck.vue +65 -0
- package/icons/browsers/browser-google.vue +24 -0
- package/icons/browsers/browser-yandex.vue +13 -0
- package/icons/building-vector.vue +7 -0
- package/icons/calculator.vue +7 -0
- package/icons/calendar.vue +24 -0
- package/icons/car.vue +7 -0
- package/icons/check/check-circle.vue +6 -0
- package/icons/check/check-shield.vue +14 -0
- package/icons/check/check.vue +17 -0
- package/icons/check/checkmark-circle.vue +6 -0
- package/icons/checkbox/checkbox-active.vue +17 -0
- package/icons/checkbox/checkbox-empty.vue +10 -0
- package/icons/checkbox/checkbox-intermediate.vue +7 -0
- package/icons/chevron/chevron-down.vue +5 -0
- package/icons/chevron/chevron-left.vue +5 -0
- package/icons/chevron/chevron-right.vue +5 -0
- package/icons/chevron/chevron-up.vue +5 -0
- package/icons/chevron/double-chevron-right.vue +12 -0
- package/icons/clipboard-text.vue +7 -0
- package/icons/clock.vue +9 -0
- package/icons/company/company-bazis.vue +21 -0
- package/icons/company/company-bereke.vue +25 -0
- package/icons/company/company-bigroup.vue +16 -0
- package/icons/company/company-erg.vue +17 -0
- package/icons/company/company-forte.vue +23 -0
- package/icons/company/company-halyk.vue +15 -0
- package/icons/company/company-jusan.vue +14 -0
- package/icons/company/company-kaspi.vue +14 -0
- package/icons/company/company-mycar.vue +13 -0
- package/icons/company/company-samruk.vue +21 -0
- package/icons/company-egov-small.vue +15 -0
- package/icons/company.vue +8 -0
- package/icons/copy.vue +7 -0
- package/icons/currency/currency-dollar.vue +16 -0
- package/icons/currency/currency-down.vue +22 -0
- package/icons/currency/currency-eur.vue +57 -0
- package/icons/currency/currency-rub.vue +7 -0
- package/icons/currency/currency-usd.vue +221 -0
- package/icons/currency/currency-yuan.vue +25 -0
- package/icons/delete.vue +7 -0
- package/icons/document.vue +5 -0
- package/icons/download.vue +11 -0
- package/icons/edit.vue +7 -0
- package/icons/education.vue +16 -0
- package/icons/egov-small.vue +7 -0
- package/icons/expand-window.vue +7 -0
- package/icons/eye-closed.vue +26 -0
- package/icons/eye-open.vue +7 -0
- package/icons/eye-opened.vue +23 -0
- package/icons/file/file.vue +16 -0
- package/icons/file/files.vue +16 -0
- package/icons/filter.vue +5 -0
- package/icons/flag.vue +7 -0
- package/icons/gift.vue +8 -0
- package/icons/globe.vue +16 -0
- package/icons/graph-pie.vue +14 -0
- package/icons/hand/hand-thumb-up-filled.vue +5 -0
- package/icons/hand/hand-thumb-up.vue +5 -0
- package/icons/hand-with-phone/hand-with-phone-dark.vue +52 -0
- package/icons/hand-with-phone/hand-with-phone-light.vue +52 -0
- package/icons/handshake.vue +5 -0
- package/icons/hcheck.vue +14 -0
- package/icons/hdocument.vue +7 -0
- package/icons/history.vue +5 -0
- package/icons/horizontal-more.vue +13 -0
- package/icons/hummer.vue +16 -0
- package/icons/id.vue +7 -0
- package/icons/info/info-circle.vue +29 -0
- package/icons/invoice.vue +7 -0
- package/icons/judge.vue +14 -0
- package/icons/link-chain.vue +28 -0
- package/icons/link.vue +7 -0
- package/icons/linkedin.vue +24 -0
- package/icons/loader-circle.vue +27 -0
- package/icons/location.vue +8 -0
- package/icons/lock.vue +5 -0
- package/icons/logo.vue +15 -0
- package/icons/logout.vue +16 -0
- package/icons/magnify/magnifying-glass-minus.vue +8 -0
- package/icons/magnify/magnifying-glass-plus.vue +9 -0
- package/icons/magnify/magnifying-glass.vue +9 -0
- package/icons/mail.vue +7 -0
- package/icons/main-filter.vue +5 -0
- package/{dist/img/location.807c7100.svg → icons/map/map-pin-filled.vue} +7 -4
- package/icons/map/map-pin-rect.vue +15 -0
- package/{src/assets/location.svg → icons/map/map-pin.vue} +7 -4
- package/icons/map-marker-start.vue +7 -0
- package/icons/map-paper.vue +5 -0
- package/icons/medal.vue +7 -0
- package/icons/menu-filled.vue +20 -0
- package/icons/menu.vue +8 -0
- package/icons/message/message.vue +12 -0
- package/icons/minus/minus-circle.vue +10 -0
- package/icons/money.vue +5 -0
- package/icons/monitoring.vue +10 -0
- package/icons/moon.vue +8 -0
- package/icons/more.vue +29 -0
- package/icons/note-pencil.vue +14 -0
- package/icons/note.vue +14 -0
- package/icons/notification.vue +16 -0
- package/icons/paperclip.vue +7 -0
- package/icons/payment/payment-card.vue +6 -0
- package/icons/payment/payment-kaspi.vue +11 -0
- package/icons/person-vector.vue +7 -0
- package/icons/person-with-briefcase.vue +10 -0
- package/icons/phone-filled.vue +5 -0
- package/icons/phone.vue +7 -0
- package/icons/plus/plus-circle.vue +8 -0
- package/icons/plus/plus.vue +13 -0
- package/icons/profile.vue +5 -0
- package/icons/radio/radio-check.vue +8 -0
- package/icons/radio/radio-empty.vue +10 -0
- package/icons/receipt.vue +8 -0
- package/icons/robot.vue +14 -0
- package/icons/scales/scale.vue +16 -0
- package/icons/scales/scales.vue +5 -0
- package/icons/scales/standing-scales.vue +15 -0
- package/icons/search.vue +15 -0
- package/icons/share/share-alt.vue +5 -0
- package/icons/share/share.vue +14 -0
- package/icons/ship.vue +8 -0
- package/icons/socials/face-book.vue +15 -0
- package/icons/socials/instagram.vue +19 -0
- package/icons/socials/telegram.vue +15 -0
- package/icons/socials/tik-tok.vue +15 -0
- package/icons/socials/youtube.vue +16 -0
- package/icons/sort/sort-asc.vue +15 -0
- package/icons/sort/sort-desc.vue +15 -0
- package/icons/splitting-arrows.vue +8 -0
- package/icons/star/star-filled.vue +40 -0
- package/icons/star/star-half-filled.vue +20 -0
- package/icons/star/star.vue +25 -0
- package/icons/sun.vue +14 -0
- package/icons/sviazi.vue +5 -0
- package/icons/tag.vue +30 -0
- package/icons/tender-search.vue +11 -0
- package/icons/toasts/check-circle-toast.vue +6 -0
- package/icons/toasts/warning-triangle-toast.vue +7 -0
- package/icons/trash.vue +13 -0
- package/icons/triangle.vue +10 -0
- package/icons/truck.vue +7 -0
- package/icons/user-square.vue +14 -0
- package/icons/user.vue +22 -0
- package/icons/users-focus.vue +8 -0
- package/icons/users-three.vue +7 -0
- package/icons/users.vue +8 -0
- package/icons/warning/warning-circle.vue +29 -0
- package/icons/warning/warning-triangle-filled.vue +12 -0
- package/icons/warning/warning-triangle.vue +28 -0
- package/icons/whatsapp.vue +8 -0
- package/icons/work-bag.vue +11 -0
- package/icons/work-search.vue +10 -0
- package/icons/work.vue +5 -0
- package/icons/x-mark.vue +15 -0
- package/illustrations/address-location.vue +38 -0
- package/illustrations/ball-with-chain.vue +120 -0
- package/illustrations/bill.vue +133 -0
- package/illustrations/buildings.vue +82 -0
- package/illustrations/calendar.vue +156 -0
- package/illustrations/chains.vue +152 -0
- package/illustrations/coin-percent.vue +126 -0
- package/illustrations/coins-stack.vue +202 -0
- package/illustrations/delete-dark.vue +31 -0
- package/illustrations/delete.vue +32 -0
- package/illustrations/doc-with-stamp.vue +126 -0
- package/illustrations/document.vue +64 -0
- package/illustrations/door.vue +74 -0
- package/illustrations/empty-box.vue +77 -0
- package/illustrations/empty-wallet.vue +161 -0
- package/illustrations/graph-in-coin.vue +119 -0
- package/illustrations/hammer.vue +156 -0
- package/illustrations/hand-cash.vue +108 -0
- package/illustrations/info.vue +39 -0
- package/illustrations/mail.vue +68 -0
- package/illustrations/ok.vue +62 -0
- package/illustrations/people-group.vue +237 -0
- package/illustrations/person-with-phone.vue +187 -0
- package/illustrations/person.vue +159 -0
- package/illustrations/phone-check.vue +90 -0
- package/illustrations/phone-payment-method.vue +223 -0
- package/illustrations/stop-hand.vue +77 -0
- package/illustrations/stop-sign.vue +34 -0
- package/illustrations/suit.vue +111 -0
- package/illustrations/suitcase.vue +105 -0
- package/illustrations/terminal-dark.vue +48 -0
- package/illustrations/terminal.vue +234 -0
- package/illustrations/trash-can.vue +108 -0
- package/illustrations/turn-on-tariff.vue +38 -0
- package/illustrations/two-persons.vue +169 -0
- package/lang/en.ts +593 -0
- package/lang/kk.ts +594 -0
- package/lang/ru.ts +595 -0
- package/layouts/default.vue +13 -0
- package/nuxt.config.ts +64 -0
- package/package.json +65 -76
- package/plugins/maska.ts +5 -0
- package/plugins/toast.client.ts +58 -0
- package/public/error-illustrations/401.webp +0 -0
- package/public/error-illustrations/403.webp +0 -0
- package/public/error-illustrations/404.webp +0 -0
- package/public/error-illustrations/500.webp +0 -0
- package/public/error-illustrations/502.webp +0 -0
- package/public/error-illustrations/503.webp +0 -0
- package/public/error-illustrations/504.webp +0 -0
- package/public/header/compliance.webp +0 -0
- package/public/header/unload.webp +0 -0
- package/public/header/ved.webp +0 -0
- package/public/mode/dark-analytics-en.webp +0 -0
- package/public/mode/dark-analytics-kk.webp +0 -0
- package/public/mode/dark-analytics-ru.webp +0 -0
- package/public/mode/dark-complience-en.webp +0 -0
- package/public/mode/dark-complience-kk.webp +0 -0
- package/public/mode/dark-complience-ru.webp +0 -0
- package/public/mode/dark-fea-en.webp +0 -0
- package/public/mode/dark-fea-kk.webp +0 -0
- package/public/mode/dark-fea-ru.webp +0 -0
- package/public/mode/dark-fines-en.webp +0 -0
- package/public/mode/dark-fines-kk.webp +0 -0
- package/public/mode/dark-fines-ru.webp +0 -0
- package/public/mode/dark-pk-en.webp +0 -0
- package/public/mode/dark-pk-kk.webp +0 -0
- package/public/mode/dark-pk-ru.webp +0 -0
- package/public/mode/dark-tenders-en.webp +0 -0
- package/public/mode/dark-tenders-kk.webp +0 -0
- package/public/mode/dark-tenders-ru.webp +0 -0
- package/public/mode/dark-work-en.webp +0 -0
- package/public/mode/dark-work-kk.webp +0 -0
- package/public/mode/dark-work-ru.webp +0 -0
- package/public/mode/light-analytics-en.webp +0 -0
- package/public/mode/light-analytics-kk.webp +0 -0
- package/public/mode/light-analytics-ru.webp +0 -0
- package/public/mode/light-complience-en.webp +0 -0
- package/public/mode/light-complience-kk.webp +0 -0
- package/public/mode/light-complience-ru.webp +0 -0
- package/public/mode/light-fea-en.webp +0 -0
- package/public/mode/light-fea-kk.webp +0 -0
- package/public/mode/light-fea-ru.webp +0 -0
- package/public/mode/light-fines-en.webp +0 -0
- package/public/mode/light-fines-kk.webp +0 -0
- package/public/mode/light-fines-ru.webp +0 -0
- package/public/mode/light-pk-en.webp +0 -0
- package/public/mode/light-pk-kk.webp +0 -0
- package/public/mode/light-pk-ru.webp +0 -0
- package/public/mode/light-tenders-en.webp +0 -0
- package/public/mode/light-tenders-kk.webp +0 -0
- package/public/mode/light-tenders-ru.webp +0 -0
- package/public/mode/light-work-en.webp +0 -0
- package/public/mode/light-work-kk.webp +0 -0
- package/public/mode/light-work-ru.webp +0 -0
- package/public/tariff/subtract.png +0 -0
- package/shared/constans/pages.ts +73 -0
- package/tailwind.config.ts +163 -0
- package/tests/AButton.test.ts +81 -0
- package/tsconfig.json +6 -0
- package/utils/getMaxZindex.ts +25 -0
- package/utils/localizedNavigation.ts +36 -0
- package/vitest.config.ts +14 -0
- package/babel.config.js +0 -5
- package/dist/adata-ui.common.js +0 -10910
- package/dist/adata-ui.common.js.map +0 -1
- package/dist/adata-ui.css +0 -1
- package/dist/adata-ui.umd.js +0 -10920
- package/dist/adata-ui.umd.js.map +0 -1
- package/dist/adata-ui.umd.min.js +0 -7
- package/dist/adata-ui.umd.min.js.map +0 -1
- package/dist/demo.html +0 -10
- package/dist/img/expand-window.39c851da.svg +0 -3
- package/dist/img/facebook.797d820f.svg +0 -4
- package/dist/img/instagram.8a77381c.svg +0 -6
- package/dist/img/linkedIn.607d9542.svg +0 -13
- package/dist/img/logo-desktop-main.4d169395.svg +0 -8
- package/dist/img/logo-mobile-main.397bce24.svg +0 -4
- package/dist/img/logo-white-desktop.7d0e3481.svg +0 -8
- package/dist/img/mail.e4826575.svg +0 -3
- package/dist/img/phone.ae6c1746.svg +0 -3
- package/dist/img/telegram.be0d1008.svg +0 -4
- package/dist/img/tiktok.eaeb39cb.svg +0 -4
- package/dist/img/up-down.e2b28f72.svg +0 -3
- package/dist/img/youtube.125aace6.svg +0 -5
- package/package-lock.json +0 -27138
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -17
- package/public/logo.svg +0 -4
- package/src/App.vue +0 -31
- package/src/assets/_text_field.scss +0 -225
- package/src/assets/expand-window.svg +0 -3
- package/src/assets/facebook.svg +0 -4
- package/src/assets/instagram.svg +0 -6
- package/src/assets/linkedIn.svg +0 -13
- package/src/assets/logo-desktop-main.svg +0 -8
- package/src/assets/logo-desktop.svg +0 -9
- package/src/assets/logo-desktop.webp +0 -0
- package/src/assets/logo-mobile-main.svg +0 -4
- package/src/assets/logo-mobile.svg +0 -9
- package/src/assets/logo-mobile.webp +0 -0
- package/src/assets/logo-white-desktop.svg +0 -8
- package/src/assets/mail.svg +0 -3
- package/src/assets/phone.svg +0 -3
- package/src/assets/style.scss +0 -1
- package/src/assets/telegram.svg +0 -4
- package/src/assets/tiktok.svg +0 -4
- package/src/assets/up-down.svg +0 -3
- package/src/assets/youtube.svg +0 -5
- package/src/components/Alert/Alert.stories.js +0 -17
- package/src/components/Alert/Alert.vue +0 -63
- package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +0 -160
- package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +0 -25
- package/src/components/Button/AButton.vue +0 -231
- package/src/components/Button/Button.stories.js +0 -23
- package/src/components/Checkbox/ACheckbox.vue +0 -114
- package/src/components/Checkbox/Checkbox.stories.js +0 -15
- package/src/components/CheckboxMenu/CheckboxMenu.stories.js +0 -24
- package/src/components/CheckboxMenu/CheckboxMenu.vue +0 -108
- package/src/components/ErrorPages/BadGateway.vue +0 -224
- package/src/components/ErrorPages/Forbidden.vue +0 -468
- package/src/components/ErrorPages/InternalServerError.vue +0 -275
- package/src/components/ErrorPages/NotFound.vue +0 -995
- package/src/components/ErrorPages/Unavailable.vue +0 -3705
- package/src/components/Footer/Footer.stories.js +0 -20
- package/src/components/Footer/Footer.vue +0 -292
- package/src/components/Header/ChildLinks.vue +0 -144
- package/src/components/Header/Header.stories.js +0 -56
- package/src/components/Header/Header.vue +0 -1306
- package/src/components/Header/InfoHeader.vue +0 -319
- package/src/components/Header/Profile.vue +0 -670
- package/src/components/Header/ProfileMenu.vue +0 -293
- package/src/components/Header/ProfileMobile.vue +0 -308
- package/src/components/Header/ProfileOld.vue +0 -781
- package/src/components/InternalServerError/InternalServerError.stories.js +0 -17
- package/src/components/InternalServerError/InternalServerError.vue +0 -262
- package/src/components/Introduction.stories.mdx +0 -7
- package/src/components/Loader/Loader.stories.js +0 -25
- package/src/components/Loader/Loader.vue +0 -325
- package/src/components/MailTo/MailTo.stories.js +0 -15
- package/src/components/MailTo/MailTo.vue +0 -258
- package/src/components/NavIcon/ANavIcon.vue +0 -50
- package/src/components/NavIcon/NavIcon.stories.js +0 -15
- package/src/components/PasswordField/PasswordField.stories.js +0 -16
- package/src/components/PasswordField/PasswordField.vue +0 -77
- package/src/components/SearchTextField/SearchTextField.stories.js +0 -78
- package/src/components/SearchTextField/SearchTextField.vue +0 -230
- package/src/components/ServiceSlider/AServiceSlider.vue +0 -793
- package/src/components/ServiceSlider/ServiceSlider.stories.js +0 -20
- package/src/components/Table/ATable.vue +0 -117
- package/src/components/Table/Table.stories.js +0 -15
- package/src/components/TextArea/TextArea.stories.js +0 -17
- package/src/components/TextArea/TextArea.vue +0 -116
- package/src/components/TextError/TextError.stories.js +0 -15
- package/src/components/TextError/TextError.vue +0 -57
- package/src/components/TextField/TextField.stories.js +0 -17
- package/src/components/TextField/TextField.vue +0 -107
- package/src/components/index.js +0 -56
- package/src/components/newComponents/FooterNew/FooterBottom.vue +0 -153
- package/src/components/newComponents/FooterNew/FooterItem.vue +0 -114
- package/src/components/newComponents/FooterNew/FooterNew.stories.js +0 -20
- package/src/components/newComponents/FooterNew/FooterNew.vue +0 -39
- package/src/components/newComponents/FooterNew/FooterTop.vue +0 -321
- package/src/components/newComponents/FooterRedesign/FooterAccordion.vue +0 -221
- package/src/components/newComponents/FooterRedesign/FooterRedesign.vue +0 -430
- package/src/components/transitions/SlideToggle.vue +0 -55
- package/src/components/transitions/VerticalMobileToggle.vue +0 -75
- package/src/configs/icons.js +0 -112
- package/src/configs/profileDropDown.js +0 -134
- package/src/main.js +0 -12
|
@@ -1,995 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="error">
|
|
3
|
-
<div class="error__images">
|
|
4
|
-
<svg width="559" height="559" viewBox="0 0 559 559" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
5
|
-
<circle cx="279" cy="279" r="275" fill="url(#paint0_radial_2747_41030)" fill-opacity="0.8"/>
|
|
6
|
-
<g opacity="0.7">
|
|
7
|
-
<path d="M430.485 287.401L164.206 420.159L123.941 399.063L389.933 266.599L430.485 287.401Z"
|
|
8
|
-
fill="url(#paint1_linear_2747_41030)" fill-opacity="0.6" style="mix-blend-mode:multiply"/>
|
|
9
|
-
</g>
|
|
10
|
-
<path d="M386.359 260.463L427.032 281.581V189.999L386.359 169.185V260.463Z" fill="#D1DFEB"/>
|
|
11
|
-
<path d="M430.654 187.206V287.487L479 263.222V163.157L430.654 187.206Z" fill="#E6EEF5"/>
|
|
12
|
-
<path d="M382.735 163.157L430.653 139L478.999 163.157L430.653 187.206L382.735 163.157Z" fill="white"/>
|
|
13
|
-
<path d="M386.742 198.809V225.504L425.102 244.988V217.987L386.742 198.809Z" fill="#BDC7CE" fill-opacity="0.2"/>
|
|
14
|
-
<path d="M386.742 198.809L388.432 197.523L426.791 216.701L425.102 217.987L386.742 198.809Z" fill="white"/>
|
|
15
|
-
<path d="M425.102 244.988V217.987L426.791 216.701V243.702L425.102 244.988Z" fill="#EDF5FC"/>
|
|
16
|
-
<path d="M399.536 221.134V225.015L405.557 227.558V223.741L399.536 221.134Z" fill="#E1EBF7"/>
|
|
17
|
-
<path d="M408.995 225.347V223.502L407.086 224.558V222.935L405.558 223.741V227.559L408.995 225.347Z"
|
|
18
|
-
fill="#EDF5FC"/>
|
|
19
|
-
<path d="M400.874 220.31L399.536 221.134L405.557 223.742L407.086 222.935L400.874 220.31Z" fill="white"/>
|
|
20
|
-
<path d="M408.994 223.502L407.085 222.935V224.558L408.994 223.502Z" fill="white"/>
|
|
21
|
-
<path d="M386.742 170.555V197.252L425.102 216.736V189.733L386.742 170.555Z" fill="#BDC7CE" fill-opacity="0.2"/>
|
|
22
|
-
<path d="M386.742 170.555L388.432 169.268L426.791 188.446L425.102 189.732L386.742 170.555Z" fill="white"/>
|
|
23
|
-
<path d="M425.102 216.736V189.733L426.791 188.446V215.449L425.102 216.736Z" fill="#EDF5FC"/>
|
|
24
|
-
<path d="M399.536 192.881V196.762L405.557 199.306V195.488L399.536 192.881Z" fill="#E1EBF7"/>
|
|
25
|
-
<path d="M408.995 197.094V195.248L407.086 196.304V194.682L405.558 195.489V199.306L408.995 197.094Z"
|
|
26
|
-
fill="#EDF5FC"/>
|
|
27
|
-
<path d="M400.874 192.057L399.536 192.881L405.557 195.488L407.086 194.682L400.874 192.057Z" fill="white"/>
|
|
28
|
-
<path d="M408.994 195.248L407.085 194.682V196.304L408.994 195.248Z" fill="white"/>
|
|
29
|
-
<path
|
|
30
|
-
d="M382.735 163.157V263.084L430.653 287.485V187.206L382.735 163.157ZM427.031 281.581L386.358 260.463V169.185L427.031 189.998V281.581Z"
|
|
31
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
32
|
-
<path
|
|
33
|
-
d="M352.66 264.469V264.463L319.353 280.945V280.94L286.048 297.42V297.416L252.741 313.896L219.436 330.378V330.376L186.129 346.856V346.853L139.254 370.047L149.929 375.421L186.129 357.51V357.515L219.436 341.033V341.035L252.741 324.555L286.048 308.075V308.079L319.353 291.598V291.602L352.66 275.122V275.126L385.965 258.646V247.987L352.66 264.469Z"
|
|
34
|
-
fill="#EDF5FC"/>
|
|
35
|
-
<path
|
|
36
|
-
d="M352.841 264.402V264.399L319.534 280.879V280.875L286.229 297.355V297.352L252.922 313.832L219.617 330.312V330.31L186.31 346.792V346.786L137.511 370.932L139.435 371.858L186.31 348.663V348.667L219.617 332.187V332.189L252.922 315.707L286.229 299.227V299.23L319.534 282.75V282.756L352.841 266.274V266.279L386.146 249.798V247.922L352.841 264.402Z"
|
|
37
|
-
fill="white"/>
|
|
38
|
-
<path
|
|
39
|
-
d="M424.61 252.983L408.602 243.828L404.589 238.583L398.037 234.836C397.771 234.684 397.441 234.878 397.439 235.192V235.242C397.506 235.241 397.575 235.257 397.64 235.295L404.192 239.042L408.205 244.287L424.213 253.442C424.531 253.623 424.726 253.969 424.723 254.34L424.536 272.511C424.534 272.656 424.505 272.792 424.453 272.913C424.732 272.741 424.93 272.433 424.935 272.052L425.122 253.882C425.124 253.511 424.93 253.166 424.61 252.983Z"
|
|
40
|
-
fill="white"/>
|
|
41
|
-
<path
|
|
42
|
-
d="M424.214 253.442L408.205 244.287L404.193 239.041L397.64 235.295C397.374 235.142 397.044 235.336 397.04 235.65L396.999 239.607L396.961 243.228L396.81 257.777C396.806 258.15 397.002 258.495 397.32 258.676L423.048 273.389C423.708 273.768 424.524 273.284 424.533 272.511L424.72 254.34C424.727 253.969 424.531 253.625 424.214 253.442Z"
|
|
43
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
44
|
-
<path
|
|
45
|
-
d="M422.914 254.213L397.184 239.5C396.705 239.226 396.148 239.405 395.871 239.817C396.099 239.762 396.351 239.786 396.584 239.918L422.312 254.632C422.631 254.813 422.825 255.159 422.821 255.53L422.635 273.701C422.633 273.915 422.568 274.105 422.462 274.263C422.885 274.161 423.229 273.782 423.235 273.282L423.421 255.112C423.427 254.74 423.231 254.396 422.914 254.213Z"
|
|
46
|
-
fill="white"/>
|
|
47
|
-
<path
|
|
48
|
-
d="M421.4 274.583L395.671 259.87C395.354 259.688 395.158 259.342 395.162 258.971L395.349 240.801C395.356 240.027 396.172 239.545 396.834 239.922L422.562 254.635C422.879 254.817 423.075 255.163 423.071 255.534L422.885 273.704C422.876 274.478 422.06 274.962 421.4 274.583Z"
|
|
49
|
-
fill="#EDF5FC"/>
|
|
50
|
-
<path
|
|
51
|
-
d="M421.316 255.076L405.307 245.921L401.295 240.676L394.743 236.929C394.476 236.777 394.146 236.971 394.145 237.284V237.335C394.212 237.333 394.281 237.35 394.346 237.388L400.898 241.134L404.91 246.38L420.919 255.535C421.236 255.716 421.432 256.062 421.429 256.433L421.242 274.604C421.24 274.749 421.211 274.884 421.158 275.006C421.438 274.834 421.637 274.526 421.641 274.145L421.827 255.975C421.831 255.602 421.635 255.257 421.316 255.076Z"
|
|
52
|
-
fill="white"/>
|
|
53
|
-
<path
|
|
54
|
-
d="M420.919 255.534L404.911 246.379L400.898 241.134L394.346 237.387C394.08 237.235 393.75 237.429 393.746 237.742L393.704 241.699L393.666 245.321L393.516 259.87C393.512 260.243 393.708 260.587 394.025 260.769L419.754 275.482C420.414 275.861 421.229 275.377 421.239 274.603L421.425 256.433C421.433 256.06 421.239 255.715 420.919 255.534Z"
|
|
55
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
56
|
-
<path
|
|
57
|
-
d="M419.62 256.307L393.891 241.593C393.413 241.32 392.856 241.499 392.579 241.91C392.807 241.856 393.059 241.879 393.291 242.012L419.02 256.725C419.339 256.906 419.533 257.252 419.529 257.624L419.342 275.794C419.34 276.008 419.275 276.198 419.17 276.356C419.592 276.254 419.937 275.876 419.942 275.376L420.129 257.205C420.135 256.832 419.939 256.488 419.62 256.307Z"
|
|
58
|
-
fill="white"/>
|
|
59
|
-
<path
|
|
60
|
-
d="M418.105 276.676L392.375 261.962C392.058 261.781 391.862 261.435 391.866 261.064L392.052 242.893C392.06 242.12 392.876 241.638 393.537 242.015L419.268 256.728C419.585 256.909 419.781 257.255 419.777 257.627L419.59 275.797C419.583 276.571 418.765 277.053 418.105 276.676Z"
|
|
61
|
-
fill="#EDF5FC"/>
|
|
62
|
-
<path
|
|
63
|
-
d="M417.898 256.908L401.889 247.753L397.877 242.507L391.325 238.761C391.059 238.608 390.729 238.802 390.727 239.116V239.167C390.794 239.165 390.863 239.181 390.928 239.219L397.48 242.966L401.492 248.211L417.501 257.366C417.819 257.547 418.014 257.893 418.011 258.265L417.824 276.435C417.822 276.58 417.793 276.716 417.741 276.837C418.02 276.665 418.219 276.357 418.223 275.977L418.41 257.806C418.411 257.435 418.217 257.089 417.898 256.908Z"
|
|
64
|
-
fill="white"/>
|
|
65
|
-
<path
|
|
66
|
-
d="M417.502 257.366L401.493 248.211L397.481 242.966L390.928 239.219C390.662 239.067 390.332 239.261 390.328 239.574L390.287 243.531L390.249 247.153L390.098 261.701C390.094 262.075 390.29 262.419 390.607 262.6L416.336 277.314C416.996 277.692 417.812 277.209 417.821 276.435L418.008 258.264C418.015 257.893 417.819 257.547 417.502 257.366Z"
|
|
67
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
68
|
-
<path
|
|
69
|
-
d="M416.202 258.137L390.473 243.424C389.995 243.15 389.438 243.33 389.161 243.741C389.389 243.687 389.641 243.71 389.873 243.842L415.602 258.556C415.921 258.737 416.115 259.083 416.111 259.455L415.924 277.625C415.923 277.839 415.857 278.029 415.752 278.187C416.175 278.085 416.519 277.707 416.525 277.207L416.711 259.036C416.715 258.665 416.519 258.319 416.202 258.137Z"
|
|
70
|
-
fill="white"/>
|
|
71
|
-
<path
|
|
72
|
-
d="M414.688 278.507L388.957 263.794C388.64 263.613 388.444 263.267 388.448 262.895L388.635 244.725C388.642 243.951 389.458 243.469 390.119 243.846L415.848 258.56C416.165 258.741 416.361 259.087 416.357 259.458L416.171 277.629C416.163 278.402 415.348 278.886 414.688 278.507Z"
|
|
73
|
-
fill="#EDF5FC"/>
|
|
74
|
-
<path
|
|
75
|
-
d="M414.186 258.665L398.177 249.51L394.165 244.265L387.612 240.518C387.346 240.366 387.016 240.56 387.014 240.873V240.924C387.081 240.922 387.15 240.938 387.215 240.976L393.768 244.723L397.78 249.968L413.789 259.123C414.106 259.304 414.302 259.65 414.298 260.022L414.111 278.192C414.109 278.337 414.08 278.473 414.028 278.595C414.307 278.422 414.505 278.114 414.51 277.734L414.697 259.564C414.699 259.192 414.503 258.846 414.186 258.665Z"
|
|
76
|
-
fill="white"/>
|
|
77
|
-
<path
|
|
78
|
-
d="M413.789 259.123L397.78 249.968L393.768 244.723L387.216 240.976C386.949 240.824 386.619 241.018 386.615 241.331L386.574 245.288L386.536 248.91L386.385 263.459C386.382 263.832 386.577 264.176 386.895 264.357L412.625 279.071C413.285 279.449 414.101 278.966 414.11 278.192L414.297 260.022C414.302 259.65 414.106 259.304 413.789 259.123Z"
|
|
79
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
80
|
-
<path
|
|
81
|
-
d="M412.489 259.895L386.761 245.182C386.282 244.908 385.725 245.088 385.448 245.499C385.676 245.445 385.928 245.468 386.161 245.6L411.889 260.314C412.208 260.495 412.402 260.841 412.399 261.213L412.212 279.383C412.21 279.597 412.145 279.787 412.04 279.945C412.462 279.843 412.806 279.465 412.812 278.964L412.999 260.794C413.002 260.423 412.806 260.077 412.489 259.895Z"
|
|
82
|
-
fill="white"/>
|
|
83
|
-
<path
|
|
84
|
-
d="M410.975 280.265L385.247 265.551C384.929 265.37 384.734 265.024 384.737 264.652L384.924 246.482C384.931 245.708 385.747 245.226 386.409 245.603L412.139 260.317C412.456 260.498 412.652 260.844 412.649 261.216L412.462 279.386C412.451 280.16 411.635 280.643 410.975 280.265Z"
|
|
85
|
-
fill="#EDF5FC"/>
|
|
86
|
-
<path
|
|
87
|
-
d="M410.098 260.483L394.089 251.328L390.077 246.083L383.524 242.336C383.258 242.184 382.928 242.377 382.926 242.691V242.742C382.993 242.74 383.062 242.756 383.127 242.794L389.68 246.541L393.692 251.786L409.701 260.941C410.018 261.122 410.214 261.468 410.21 261.84L410.023 280.01C410.022 280.155 409.993 280.291 409.94 280.412C410.219 280.24 410.417 279.932 410.422 279.552L410.609 261.381C410.611 261.01 410.415 260.664 410.098 260.483Z"
|
|
88
|
-
fill="white"/>
|
|
89
|
-
<path
|
|
90
|
-
d="M409.699 260.941L393.69 251.786L389.678 246.541L383.126 242.794C382.859 242.642 382.529 242.836 382.526 243.149L382.484 247.106L382.446 250.728L382.295 265.277C382.292 265.65 382.488 265.994 382.805 266.175L408.533 280.889C409.193 281.267 410.009 280.784 410.018 280.01L410.205 261.84C410.214 261.468 410.018 261.122 409.699 260.941Z"
|
|
91
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
92
|
-
<path
|
|
93
|
-
d="M408.401 261.713L382.673 246.999C382.194 246.725 381.638 246.905 381.36 247.316C381.589 247.262 381.841 247.285 382.073 247.418L407.801 262.131C408.12 262.312 408.314 262.658 408.311 263.03L408.124 281.2C408.122 281.414 408.057 281.604 407.952 281.762C408.374 281.66 408.719 281.282 408.724 280.782L408.911 262.611C408.914 262.24 408.719 261.894 408.401 261.713Z"
|
|
94
|
-
fill="white"/>
|
|
95
|
-
<path
|
|
96
|
-
d="M406.885 282.083L381.157 267.369C380.839 267.188 380.644 266.842 380.647 266.47L380.834 248.3C380.841 247.526 381.657 247.044 382.319 247.421L408.047 262.135C408.365 262.316 408.56 262.662 408.557 263.033L408.37 281.204C408.363 281.977 407.547 282.459 406.885 282.083Z"
|
|
97
|
-
fill="#EDF5FC"/>
|
|
98
|
-
<path
|
|
99
|
-
d="M406.06 262.247L390.051 253.092L386.039 247.847L379.487 244.1C379.22 243.948 378.89 244.142 378.888 244.455V244.506C378.955 244.504 379.024 244.521 379.09 244.559L385.642 248.305L389.654 253.551L405.663 262.706C405.98 262.887 406.176 263.233 406.172 263.604L405.985 281.775C405.984 281.92 405.955 282.055 405.902 282.177C406.181 282.005 406.379 281.697 406.384 281.316L406.571 263.146C406.573 262.774 406.377 262.43 406.06 262.247Z"
|
|
100
|
-
fill="white"/>
|
|
101
|
-
<path
|
|
102
|
-
d="M405.661 262.705L389.652 253.55L385.64 248.305L379.088 244.558C378.821 244.406 378.491 244.6 378.488 244.914L378.446 248.87L378.408 252.492L378.257 267.041C378.254 267.414 378.45 267.758 378.767 267.94L404.495 282.653C405.155 283.032 405.971 282.548 405.98 281.774L406.167 263.604C406.174 263.233 405.98 262.888 405.661 262.705Z"
|
|
103
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
104
|
-
<path
|
|
105
|
-
d="M404.361 263.478L378.633 248.764C378.154 248.491 377.598 248.67 377.32 249.081C377.549 249.027 377.801 249.05 378.033 249.183L403.761 263.896C404.08 264.077 404.274 264.423 404.271 264.795L404.084 282.965C404.082 283.179 404.017 283.369 403.912 283.527C404.334 283.425 404.679 283.047 404.684 282.547L404.871 264.376C404.876 264.005 404.68 263.661 404.361 263.478Z"
|
|
106
|
-
fill="white"/>
|
|
107
|
-
<path
|
|
108
|
-
d="M402.847 283.848L377.119 269.134C376.802 268.953 376.606 268.607 376.609 268.235L376.796 250.065C376.803 249.291 377.619 248.809 378.281 249.186L404.011 263.9C404.329 264.081 404.524 264.427 404.521 264.799L404.334 282.969C404.325 283.743 403.509 284.226 402.847 283.848Z"
|
|
109
|
-
fill="#EDF5FC"/>
|
|
110
|
-
<path
|
|
111
|
-
d="M402.249 264.037L386.24 254.882L382.228 249.637L375.675 245.89C375.409 245.738 375.079 245.932 375.077 246.245V246.296C375.144 246.294 375.213 246.311 375.278 246.349L381.83 250.095L385.843 255.341L401.852 264.496C402.169 264.677 402.365 265.023 402.361 265.394L402.174 283.565C402.172 283.71 402.143 283.846 402.091 283.967C402.37 283.795 402.569 283.487 402.573 283.106L402.76 264.936C402.762 264.564 402.566 264.218 402.249 264.037Z"
|
|
112
|
-
fill="white"/>
|
|
113
|
-
<path
|
|
114
|
-
d="M401.852 264.495L385.843 255.34L381.831 250.095L375.279 246.349C375.012 246.196 374.682 246.39 374.678 246.704L374.637 250.661L374.599 254.282L374.448 268.831C374.445 269.204 374.64 269.549 374.958 269.73L400.686 284.443C401.346 284.822 402.162 284.338 402.171 283.565L402.358 265.394C402.365 265.023 402.169 264.677 401.852 264.495Z"
|
|
115
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
116
|
-
<path
|
|
117
|
-
d="M400.552 265.267L374.824 250.554C374.345 250.28 373.788 250.459 373.511 250.871C373.74 250.816 373.991 250.84 374.224 250.972L399.952 265.686C400.271 265.867 400.465 266.213 400.461 266.584L400.275 284.755C400.273 284.969 400.208 285.159 400.103 285.316C400.525 285.215 400.869 284.836 400.875 284.336L401.062 266.166C401.065 265.794 400.869 265.448 400.552 265.267Z"
|
|
118
|
-
fill="white"/>
|
|
119
|
-
<path
|
|
120
|
-
d="M399.038 285.637L373.308 270.923C372.99 270.742 372.794 270.396 372.798 270.025L372.985 251.854C372.992 251.081 373.808 250.599 374.47 250.976L400.198 265.689C400.515 265.87 400.711 266.216 400.708 266.588L400.521 284.758C400.514 285.532 399.698 286.014 399.038 285.637Z"
|
|
121
|
-
fill="#EDF5FC"/>
|
|
122
|
-
<path
|
|
123
|
-
d="M398.53 266.302L382.521 257.147L378.509 251.902L371.957 248.155C371.69 248.003 371.36 248.197 371.358 248.51V248.561C371.425 248.559 371.494 248.575 371.56 248.613L378.112 252.36L382.124 257.605L398.133 266.76C398.45 266.942 398.646 267.288 398.642 267.659L398.456 285.83C398.454 285.974 398.425 286.11 398.372 286.232C398.652 286.06 398.851 285.752 398.855 285.371L399.041 267.201C399.043 266.829 398.847 266.485 398.53 266.302Z"
|
|
124
|
-
fill="white"/>
|
|
125
|
-
<path
|
|
126
|
-
d="M398.131 266.76L382.122 257.605L378.11 252.36L371.558 248.613C371.291 248.461 370.961 248.655 370.958 248.968L370.916 252.925L370.878 256.547L370.728 271.096C370.724 271.469 370.92 271.813 371.237 271.994L396.965 286.708C397.625 287.087 398.441 286.603 398.45 285.829L398.637 267.659C398.646 267.287 398.45 266.943 398.131 266.76Z"
|
|
127
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
128
|
-
<path
|
|
129
|
-
d="M396.833 267.532L371.105 252.818C370.626 252.545 370.07 252.724 369.792 253.135C370.021 253.081 370.273 253.105 370.505 253.237L396.233 267.95C396.552 268.132 396.746 268.478 396.743 268.849L396.556 287.02C396.554 287.233 396.489 287.424 396.384 287.581C396.806 287.48 397.151 287.101 397.156 286.601L397.343 268.431C397.346 268.059 397.151 267.715 396.833 267.532Z"
|
|
130
|
-
fill="white"/>
|
|
131
|
-
<path
|
|
132
|
-
d="M395.317 287.902L369.587 273.188C369.27 273.007 369.074 272.661 369.077 272.29L369.264 254.119C369.271 253.345 370.087 252.864 370.749 253.24L396.479 267.954C396.797 268.135 396.992 268.481 396.989 268.853L396.802 287.023C396.795 287.797 395.979 288.28 395.317 287.902Z"
|
|
133
|
-
fill="#EDF5FC"/>
|
|
134
|
-
<path
|
|
135
|
-
d="M394.627 267.721L378.618 258.566L374.606 253.32L368.054 249.574C367.787 249.421 367.458 249.615 367.456 249.929V249.98C367.523 249.978 367.592 249.994 367.657 250.032L374.209 253.779L378.221 259.024L394.23 268.179C394.548 268.36 394.743 268.706 394.74 269.078L394.553 287.248C394.551 287.393 394.522 287.529 394.47 287.65C394.749 287.478 394.948 287.17 394.952 286.79L395.139 268.619C395.141 268.246 394.945 267.902 394.627 267.721Z"
|
|
136
|
-
fill="white"/>
|
|
137
|
-
<path
|
|
138
|
-
d="M394.229 268.179L378.22 259.024L374.208 253.779L367.655 250.032C367.389 249.88 367.059 250.074 367.055 250.387L367.014 254.344L366.976 257.966L366.825 272.514C366.821 272.888 367.017 273.232 367.335 273.413L393.063 288.127C393.723 288.505 394.539 288.022 394.548 287.248L394.735 269.077C394.744 268.706 394.548 268.36 394.229 268.179Z"
|
|
139
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
140
|
-
<path
|
|
141
|
-
d="M392.931 268.95L367.202 254.237C366.724 253.963 366.167 254.143 365.89 254.554C366.118 254.5 366.37 254.523 366.602 254.655L392.331 269.369C392.65 269.55 392.844 269.896 392.84 270.268L392.654 288.438C392.652 288.652 392.586 288.842 392.481 289C392.904 288.898 393.248 288.52 393.254 288.02L393.44 269.849C393.444 269.476 393.248 269.132 392.931 268.95Z"
|
|
142
|
-
fill="white"/>
|
|
143
|
-
<path
|
|
144
|
-
d="M391.415 289.32L365.684 274.607C365.367 274.426 365.171 274.08 365.175 273.708L365.362 255.538C365.369 254.764 366.185 254.282 366.846 254.659L392.577 269.373C392.894 269.554 393.09 269.9 393.086 270.271L392.9 288.442C392.892 289.215 392.076 289.697 391.415 289.32Z"
|
|
145
|
-
fill="#EDF5FC"/>
|
|
146
|
-
<path
|
|
147
|
-
d="M391.029 269.581L375.02 260.426L371.008 255.181L364.456 251.434C364.189 251.282 363.859 251.476 363.857 251.789V251.84C363.924 251.838 363.993 251.854 364.059 251.892L370.611 255.639L374.623 260.884L390.632 270.039C390.949 270.22 391.145 270.567 391.141 270.938L390.955 289.108C390.953 289.253 390.924 289.389 390.871 289.511C391.15 289.338 391.348 289.03 391.353 288.65L391.54 270.48C391.542 270.108 391.346 269.764 391.029 269.581Z"
|
|
148
|
-
fill="white"/>
|
|
149
|
-
<path
|
|
150
|
-
d="M390.63 270.039L374.621 260.884L370.609 255.639L364.057 251.892C363.79 251.74 363.46 251.934 363.457 252.247L363.415 256.204L363.377 259.826L363.227 274.375C363.223 274.748 363.419 275.092 363.736 275.273L389.465 289.987C390.125 290.365 390.94 289.882 390.949 289.108L391.136 270.938C391.145 270.566 390.949 270.222 390.63 270.039Z"
|
|
151
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
152
|
-
<path
|
|
153
|
-
d="M389.332 270.811L363.602 256.098C363.123 255.824 362.567 256.004 362.289 256.415C362.518 256.361 362.77 256.384 363.002 256.516L388.73 271.23C389.049 271.411 389.243 271.757 389.24 272.129L389.053 290.299C389.051 290.513 388.986 290.703 388.881 290.861C389.303 290.759 389.648 290.381 389.653 289.881L389.84 271.71C389.845 271.339 389.65 270.994 389.332 270.811Z"
|
|
154
|
-
fill="white"/>
|
|
155
|
-
<path
|
|
156
|
-
d="M387.816 291.181L362.088 276.467C361.771 276.286 361.575 275.94 361.579 275.569L361.765 257.398C361.773 256.625 362.588 256.143 363.25 256.519L388.978 271.233C389.296 271.414 389.492 271.76 389.488 272.132L389.301 290.302C389.294 291.076 388.478 291.559 387.816 291.181Z"
|
|
157
|
-
fill="#EDF5FC"/>
|
|
158
|
-
<path
|
|
159
|
-
d="M387.034 271.407L371.025 262.252L367.013 257.007L360.461 253.26C360.194 253.108 359.864 253.302 359.862 253.615V253.666C359.929 253.664 359.998 253.681 360.064 253.719L366.616 257.465L370.628 262.711L386.637 271.866C386.954 272.047 387.15 272.393 387.146 272.764L386.96 290.935C386.958 291.08 386.929 291.216 386.876 291.337C387.155 291.165 387.355 290.857 387.358 290.476L387.545 272.306C387.547 271.934 387.353 271.59 387.034 271.407Z"
|
|
160
|
-
fill="white"/>
|
|
161
|
-
<path
|
|
162
|
-
d="M386.637 271.865L370.628 262.71L366.616 257.465L360.064 253.718C359.797 253.566 359.467 253.76 359.464 254.074L359.422 258.03L359.384 261.652L359.234 276.201C359.23 276.574 359.426 276.918 359.743 277.1L385.471 291.813C386.131 292.192 386.947 291.708 386.956 290.934L387.143 272.764C387.15 272.393 386.954 272.048 386.637 271.865Z"
|
|
163
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
164
|
-
<path
|
|
165
|
-
d="M385.337 272.638L359.609 257.924C359.13 257.651 358.574 257.83 358.296 258.241C358.525 258.187 358.777 258.21 359.009 258.343L384.737 273.056C385.056 273.237 385.25 273.583 385.247 273.955L385.06 292.125C385.058 292.339 384.993 292.529 384.888 292.687C385.31 292.586 385.655 292.207 385.66 291.707L385.847 273.536C385.85 273.165 385.655 272.821 385.337 272.638Z"
|
|
166
|
-
fill="white"/>
|
|
167
|
-
<path
|
|
168
|
-
d="M383.823 293.008L358.093 278.294C357.776 278.113 357.58 277.767 357.583 277.396L357.77 259.225C357.777 258.451 358.593 257.97 359.255 258.346L384.983 273.06C385.301 273.241 385.496 273.587 385.493 273.959L385.306 292.129C385.299 292.903 384.483 293.386 383.823 293.008Z"
|
|
169
|
-
fill="#EDF5FC"/>
|
|
170
|
-
<path
|
|
171
|
-
d="M383.408 273.166L367.399 264.011L363.387 258.766L356.835 255.019C356.568 254.867 356.238 255.061 356.236 255.375V255.425C356.303 255.423 356.372 255.44 356.437 255.478L362.99 259.225L367.002 264.47L383.011 273.625C383.328 273.806 383.524 274.152 383.52 274.523L383.333 292.694C383.332 292.839 383.303 292.975 383.25 293.096C383.529 292.924 383.727 292.616 383.732 292.235L383.919 274.065C383.923 273.694 383.727 273.348 383.408 273.166Z"
|
|
172
|
-
fill="white"/>
|
|
173
|
-
<path
|
|
174
|
-
d="M383.011 273.625L367.002 264.47L362.99 259.225L356.438 255.478C356.171 255.326 355.841 255.519 355.838 255.833L355.796 259.79L355.758 263.412L355.607 277.96C355.604 278.333 355.8 278.678 356.117 278.859L381.845 293.572C382.505 293.951 383.321 293.467 383.33 292.694L383.517 274.523C383.524 274.152 383.328 273.806 383.011 273.625Z"
|
|
175
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
176
|
-
<path
|
|
177
|
-
d="M381.711 274.396L355.983 259.683C355.504 259.409 354.948 259.588 354.67 260C354.899 259.945 355.151 259.969 355.383 260.101L381.113 274.815C381.432 274.996 381.626 275.342 381.622 275.713L381.436 293.884C381.434 294.098 381.369 294.288 381.263 294.446C381.686 294.344 382.03 293.965 382.036 293.465L382.223 275.295C382.224 274.923 382.03 274.577 381.711 274.396Z"
|
|
178
|
-
fill="white"/>
|
|
179
|
-
<path
|
|
180
|
-
d="M380.197 294.766L354.469 280.053C354.151 279.871 353.956 279.525 353.959 279.154L354.146 260.984C354.153 260.21 354.969 259.728 355.631 260.105L381.359 274.818C381.677 275 381.872 275.346 381.869 275.717L381.682 293.887C381.673 294.661 380.857 295.145 380.197 294.766Z"
|
|
181
|
-
fill="#EDF5FC"/>
|
|
182
|
-
<path
|
|
183
|
-
d="M379.41 275.196L363.402 266.041L359.39 260.796L352.837 257.049C352.571 256.897 352.241 257.091 352.239 257.404V257.455C352.306 257.453 352.375 257.47 352.44 257.508L358.992 261.254L363.005 266.5L379.013 275.655C379.331 275.836 379.527 276.182 379.523 276.553L379.336 294.724C379.334 294.869 379.305 295.004 379.253 295.126C379.532 294.954 379.73 294.646 379.735 294.265L379.922 276.095C379.925 275.723 379.73 275.377 379.41 275.196Z"
|
|
184
|
-
fill="white"/>
|
|
185
|
-
<path
|
|
186
|
-
d="M379.014 275.654L363.005 266.499L358.993 261.254L352.441 257.508C352.174 257.355 351.844 257.549 351.841 257.863L351.799 261.82L351.761 265.441L351.61 279.99C351.607 280.363 351.802 280.708 352.12 280.889L377.848 295.602C378.508 295.981 379.324 295.497 379.333 294.724L379.52 276.553C379.527 276.182 379.333 275.836 379.014 275.654Z"
|
|
187
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
188
|
-
<path
|
|
189
|
-
d="M377.714 276.426L351.986 261.712C351.507 261.439 350.95 261.618 350.673 262.03C350.901 261.975 351.153 261.999 351.386 262.131L377.116 276.845C377.435 277.026 377.629 277.372 377.625 277.743L377.438 295.914C377.437 296.127 377.371 296.318 377.266 296.475C377.689 296.374 378.033 295.995 378.039 295.495L378.225 277.325C378.229 276.953 378.033 276.607 377.714 276.426Z"
|
|
190
|
-
fill="white"/>
|
|
191
|
-
<path
|
|
192
|
-
d="M376.2 296.796L350.472 282.083C350.154 281.901 349.959 281.555 349.962 281.184L350.149 263.013C350.156 262.24 350.972 261.758 351.634 262.135L377.362 276.848C377.679 277.029 377.875 277.375 377.872 277.747L377.685 295.917C377.678 296.691 376.862 297.175 376.2 296.796Z"
|
|
193
|
-
fill="#EDF5FC"/>
|
|
194
|
-
<path
|
|
195
|
-
d="M375.556 276.917L359.547 267.762L355.535 262.517L348.983 258.77C348.716 258.618 348.386 258.812 348.384 259.126V259.176C348.451 259.174 348.52 259.191 348.586 259.229L355.138 262.976L359.15 268.221L375.159 277.376C375.476 277.557 375.672 277.903 375.668 278.274L375.48 296.445C375.478 296.59 375.449 296.726 375.396 296.847C375.676 296.675 375.873 296.367 375.879 295.986L376.065 277.816C376.069 277.445 375.873 277.099 375.556 276.917Z"
|
|
196
|
-
fill="white"/>
|
|
197
|
-
<path
|
|
198
|
-
d="M375.157 277.376L359.148 268.221L355.136 262.975L348.584 259.229C348.317 259.077 347.987 259.27 347.984 259.584L347.942 263.541L347.904 267.163L347.754 281.711C347.75 282.084 347.946 282.429 348.263 282.61L373.991 297.323C374.651 297.702 375.467 297.218 375.476 296.445L375.663 278.274C375.67 277.903 375.476 277.557 375.157 277.376Z"
|
|
199
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
200
|
-
<path
|
|
201
|
-
d="M373.857 278.147L348.129 263.434C347.65 263.16 347.094 263.339 346.816 263.751C347.045 263.696 347.297 263.72 347.529 263.852L373.257 278.566C373.576 278.747 373.77 279.093 373.767 279.464L373.58 297.635C373.578 297.849 373.513 298.039 373.408 298.197C373.83 298.095 374.175 297.716 374.18 297.216L374.367 279.046C374.372 278.674 374.177 278.328 373.857 278.147Z"
|
|
202
|
-
fill="white"/>
|
|
203
|
-
<path
|
|
204
|
-
d="M372.343 298.517L346.615 283.804C346.298 283.622 346.102 283.276 346.105 282.905L346.292 264.734C346.299 263.961 347.115 263.479 347.777 263.856L373.507 278.569C373.825 278.75 374.02 279.097 374.017 279.468L373.83 297.638C373.821 298.412 373.005 298.896 372.343 298.517Z"
|
|
205
|
-
fill="#EDF5FC"/>
|
|
206
|
-
<path
|
|
207
|
-
d="M371.407 279.04L355.398 269.885L351.386 264.64L344.834 260.893C344.567 260.741 344.237 260.935 344.235 261.249V261.299C344.303 261.298 344.371 261.314 344.437 261.352L350.989 265.099L355.001 270.344L371.01 279.499C371.327 279.68 371.523 280.026 371.519 280.397L371.333 298.568C371.331 298.713 371.302 298.849 371.249 298.97C371.528 298.798 371.728 298.49 371.732 298.11L371.918 279.939C371.92 279.566 371.724 279.222 371.407 279.04Z"
|
|
208
|
-
fill="white"/>
|
|
209
|
-
<path
|
|
210
|
-
d="M371.01 279.499L355.001 270.344L350.989 265.098L344.437 261.352C344.171 261.199 343.841 261.393 343.837 261.707L343.795 265.664L343.757 269.285L343.607 283.834C343.603 284.207 343.799 284.552 344.116 284.733L369.845 299.446C370.505 299.825 371.32 299.341 371.329 298.568L371.516 280.397C371.523 280.024 371.328 279.68 371.01 279.499Z"
|
|
211
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
212
|
-
<path
|
|
213
|
-
d="M369.711 280.27L343.982 265.557C343.503 265.283 342.947 265.463 342.669 265.874C342.898 265.819 343.15 265.843 343.382 265.975L369.11 280.689C369.43 280.87 369.624 281.216 369.62 281.587L369.433 299.758C369.431 299.972 369.366 300.162 369.261 300.32C369.683 300.218 370.028 299.839 370.033 299.339L370.22 281.169C370.224 280.796 370.028 280.451 369.711 280.27Z"
|
|
214
|
-
fill="white"/>
|
|
215
|
-
<path
|
|
216
|
-
d="M368.196 300.64L342.466 285.927C342.149 285.745 341.953 285.399 341.957 285.028L342.143 266.858C342.151 266.084 342.966 265.602 343.628 265.979L369.357 280.692C369.674 280.874 369.87 281.22 369.866 281.591L369.679 299.761C369.672 300.535 368.856 301.017 368.196 300.64Z"
|
|
217
|
-
fill="#EDF5FC"/>
|
|
218
|
-
<path
|
|
219
|
-
d="M367.365 280.649L351.356 271.494L347.344 266.249L340.791 262.502C340.525 262.35 340.195 262.544 340.193 262.857V262.908C340.26 262.906 340.329 262.923 340.394 262.961L346.947 266.708L350.959 271.953L366.968 281.108C367.285 281.289 367.481 281.635 367.477 282.006L367.29 300.177C367.289 300.322 367.26 300.458 367.207 300.579C367.486 300.407 367.684 300.099 367.689 299.718L367.876 281.548C367.878 281.177 367.684 280.832 367.365 280.649Z"
|
|
220
|
-
fill="white"/>
|
|
221
|
-
<path
|
|
222
|
-
d="M366.968 281.108L350.959 271.953L346.947 266.707L340.395 262.961C340.128 262.808 339.798 263.002 339.794 263.316L339.753 267.273L339.715 270.894L339.564 285.443C339.561 285.816 339.756 286.161 340.074 286.342L365.802 301.055C366.462 301.434 367.278 300.95 367.287 300.177L367.474 282.006C367.481 281.635 367.285 281.291 366.968 281.108Z"
|
|
223
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
224
|
-
<path
|
|
225
|
-
d="M365.668 281.879L339.94 267.166C339.461 266.892 338.904 267.071 338.627 267.483C338.856 267.428 339.108 267.452 339.34 267.584L365.068 282.298C365.387 282.479 365.581 282.825 365.577 283.196L365.391 301.367C365.389 301.581 365.324 301.771 365.218 301.928C365.641 301.827 365.985 301.448 365.991 300.948L366.178 282.778C366.181 282.406 365.987 282.062 365.668 281.879Z"
|
|
226
|
-
fill="white"/>
|
|
227
|
-
<path
|
|
228
|
-
d="M364.154 302.249L338.426 287.536C338.108 287.354 337.913 287.008 337.916 286.637L338.103 268.467C338.11 267.693 338.926 267.211 339.588 267.588L365.316 282.301C365.633 282.483 365.829 282.829 365.826 283.2L365.639 301.37C365.63 302.144 364.814 302.628 364.154 302.249Z"
|
|
229
|
-
fill="#EDF5FC"/>
|
|
230
|
-
<path
|
|
231
|
-
d="M363.646 282.916L347.637 273.761L343.625 268.516L337.073 264.769C336.806 264.617 336.476 264.811 336.474 265.124V265.175C336.541 265.173 336.61 265.189 336.676 265.227L343.228 268.974L347.24 274.219L363.249 283.374C363.566 283.556 363.762 283.902 363.758 284.273L363.572 302.443C363.57 302.588 363.541 302.724 363.488 302.846C363.767 302.674 363.965 302.366 363.971 301.985L364.157 283.815C364.159 283.441 363.965 283.097 363.646 282.916Z"
|
|
232
|
-
fill="white"/>
|
|
233
|
-
<path
|
|
234
|
-
d="M363.249 283.374L347.24 274.219L343.228 268.974L336.676 265.227C336.41 265.075 336.08 265.269 336.076 265.582L336.034 269.539L335.996 273.161L335.846 287.71C335.842 288.083 336.038 288.427 336.355 288.608L362.084 303.322C362.743 303.701 363.559 303.217 363.568 302.443L363.755 284.273C363.762 283.9 363.567 283.555 363.249 283.374Z"
|
|
235
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
236
|
-
<path
|
|
237
|
-
d="M361.949 284.146L336.221 269.433C335.742 269.159 335.186 269.339 334.908 269.75C335.137 269.696 335.389 269.719 335.621 269.851L361.351 284.565C361.67 284.746 361.864 285.092 361.861 285.464L361.674 303.634C361.672 303.848 361.607 304.038 361.502 304.196C361.924 304.094 362.269 303.716 362.274 303.216L362.461 285.045C362.463 284.672 362.267 284.328 361.949 284.146Z"
|
|
238
|
-
fill="white"/>
|
|
239
|
-
<path
|
|
240
|
-
d="M360.435 304.516L334.707 289.802C334.39 289.621 334.194 289.275 334.197 288.904L334.384 270.733C334.391 269.96 335.207 269.478 335.869 269.855L361.598 284.568C361.915 284.749 362.111 285.095 362.107 285.467L361.92 303.637C361.911 304.411 361.095 304.893 360.435 304.516Z"
|
|
241
|
-
fill="#EDF5FC"/>
|
|
242
|
-
<path
|
|
243
|
-
d="M359.742 284.333L343.733 275.178L339.721 269.933L333.169 266.186C332.902 266.034 332.572 266.227 332.57 266.541V266.592C332.637 266.59 332.706 266.606 332.772 266.644L339.324 270.391L343.336 275.636L359.345 284.791C359.662 284.972 359.858 285.318 359.854 285.69L359.668 303.86C359.666 304.005 359.637 304.141 359.584 304.262C359.863 304.09 360.061 303.782 360.066 303.402L360.253 285.231C360.255 284.86 360.061 284.516 359.742 284.333Z"
|
|
244
|
-
fill="white"/>
|
|
245
|
-
<path
|
|
246
|
-
d="M359.345 284.791L343.336 275.636L339.324 270.391L332.772 266.644C332.505 266.492 332.175 266.686 332.172 266.999L332.13 270.956L332.092 274.578L331.942 289.126C331.938 289.5 332.134 289.844 332.451 290.025L358.179 304.739C358.839 305.117 359.655 304.634 359.664 303.86L359.851 285.69C359.858 285.318 359.663 284.974 359.345 284.791Z"
|
|
247
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
248
|
-
<path
|
|
249
|
-
d="M358.045 285.563L332.317 270.85C331.838 270.576 331.282 270.755 331.004 271.167C331.233 271.112 331.485 271.136 331.717 271.268L357.447 285.982C357.766 286.163 357.96 286.509 357.957 286.88L357.77 305.051C357.768 305.265 357.703 305.455 357.598 305.613C358.02 305.511 358.364 305.132 358.37 304.632L358.557 286.462C358.558 286.09 358.363 285.746 358.045 285.563Z"
|
|
250
|
-
fill="white"/>
|
|
251
|
-
<path
|
|
252
|
-
d="M356.531 305.933L330.803 291.219C330.486 291.038 330.29 290.692 330.293 290.32L330.48 272.15C330.487 271.376 331.303 270.894 331.965 271.271L357.693 285.985C358.011 286.166 358.207 286.512 358.203 286.883L358.016 305.054C358.007 305.827 357.191 306.311 356.531 305.933Z"
|
|
253
|
-
fill="#EDF5FC"/>
|
|
254
|
-
<path
|
|
255
|
-
d="M356.146 286.196L340.137 277.041L336.124 271.796L329.572 268.049C329.306 267.897 328.976 268.09 328.974 268.404V268.455C329.041 268.453 329.11 268.469 329.175 268.507L335.727 272.254L339.74 277.499L355.748 286.654C356.066 286.835 356.262 287.181 356.258 287.553L356.071 305.723C356.069 305.868 356.04 306.004 355.988 306.125C356.267 305.953 356.466 305.645 356.47 305.265L356.657 287.094C356.659 286.721 356.465 286.377 356.146 286.196Z"
|
|
256
|
-
fill="white"/>
|
|
257
|
-
<path
|
|
258
|
-
d="M355.748 286.654L339.739 277.499L335.727 272.254L329.175 268.507C328.908 268.355 328.578 268.549 328.575 268.862L328.533 272.819L328.495 276.441L328.345 290.989C328.341 291.363 328.537 291.707 328.854 291.888L354.582 306.602C355.242 306.98 356.058 306.497 356.067 305.723L356.254 287.552C356.261 287.179 356.065 286.835 355.748 286.654Z"
|
|
259
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
260
|
-
<path
|
|
261
|
-
d="M354.448 287.426L328.72 272.713C328.241 272.439 327.685 272.618 327.407 273.03C327.636 272.975 327.888 272.999 328.12 273.131L353.848 287.845C354.167 288.026 354.361 288.372 354.358 288.743L354.171 306.914C354.169 307.128 354.104 307.318 353.999 307.475C354.421 307.374 354.766 306.995 354.771 306.495L354.958 288.325C354.961 287.952 354.766 287.607 354.448 287.426Z"
|
|
262
|
-
fill="white"/>
|
|
263
|
-
<path
|
|
264
|
-
d="M352.935 307.795L327.204 293.082C326.887 292.901 326.691 292.555 326.695 292.183L326.882 274.013C326.889 273.239 327.705 272.757 328.367 273.134L354.097 287.848C354.414 288.029 354.61 288.375 354.606 288.746L354.42 306.917C354.411 307.69 353.595 308.172 352.935 307.795Z"
|
|
265
|
-
fill="#EDF5FC"/>
|
|
266
|
-
<path
|
|
267
|
-
d="M352.15 288.022L336.141 278.867L332.129 273.622L325.576 269.875C325.31 269.723 324.98 269.917 324.978 270.23V270.281C325.045 270.279 325.114 270.295 325.179 270.333L331.732 274.08L335.744 279.325L351.753 288.48C352.07 288.661 352.266 289.007 352.262 289.379L352.075 307.549C352.074 307.694 352.045 307.83 351.992 307.952C352.271 307.779 352.469 307.471 352.474 307.091L352.661 288.92C352.665 288.547 352.469 288.203 352.15 288.022Z"
|
|
268
|
-
fill="white"/>
|
|
269
|
-
<path
|
|
270
|
-
d="M351.753 288.48L335.744 279.325L331.732 274.08L325.18 270.333C324.913 270.181 324.583 270.375 324.58 270.688L324.538 274.645L324.5 278.267L324.349 292.816C324.346 293.189 324.542 293.533 324.859 293.714L350.587 308.428C351.247 308.807 352.063 308.323 352.072 307.549L352.259 289.379C352.266 289.005 352.072 288.661 351.753 288.48Z"
|
|
271
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
272
|
-
<path
|
|
273
|
-
d="M350.453 289.252L324.725 274.538C324.246 274.265 323.69 274.444 323.412 274.855C323.641 274.801 323.893 274.824 324.125 274.957L349.853 289.67C350.172 289.851 350.366 290.197 350.363 290.569L350.176 308.739C350.174 308.953 350.109 309.143 350.004 309.301C350.426 309.2 350.77 308.821 350.776 308.321L350.963 290.15C350.968 289.777 350.772 289.433 350.453 289.252Z"
|
|
274
|
-
fill="white"/>
|
|
275
|
-
<path
|
|
276
|
-
d="M348.939 309.622L323.211 294.908C322.893 294.727 322.698 294.381 322.701 294.009L322.888 275.839C322.895 275.065 323.711 274.583 324.373 274.96L350.101 289.674C350.419 289.855 350.614 290.201 350.611 290.572L350.424 308.743C350.417 309.517 349.599 309.998 348.939 309.622Z"
|
|
277
|
-
fill="#EDF5FC"/>
|
|
278
|
-
<path
|
|
279
|
-
d="M348.526 289.779L332.517 280.624L328.505 275.379L321.952 271.632C321.686 271.48 321.356 271.674 321.354 271.987V272.038C321.421 272.036 321.49 272.053 321.555 272.091L328.108 275.837L332.12 281.083L348.129 290.238C348.446 290.419 348.642 290.765 348.638 291.136L348.45 309.309C348.448 309.453 348.419 309.589 348.366 309.711C348.645 309.539 348.843 309.231 348.848 308.85L349.035 290.68C349.039 290.306 348.843 289.962 348.526 289.779Z"
|
|
280
|
-
fill="white"/>
|
|
281
|
-
<path
|
|
282
|
-
d="M348.127 290.237L332.118 281.082L328.106 275.837L321.554 272.091C321.287 271.938 320.957 272.132 320.954 272.446L320.912 276.403L320.874 280.024L320.723 294.573C320.72 294.946 320.915 295.29 321.233 295.472L346.961 310.185C347.621 310.564 348.437 310.08 348.446 309.306L348.633 291.136C348.642 290.765 348.446 290.42 348.127 290.237Z"
|
|
283
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
284
|
-
<path
|
|
285
|
-
d="M346.827 291.009L321.097 276.295C320.618 276.022 320.062 276.201 319.784 276.613C320.013 276.558 320.265 276.582 320.497 276.714L346.225 291.428C346.544 291.609 346.738 291.955 346.735 292.326L346.548 310.497C346.546 310.71 346.481 310.901 346.376 311.058C346.798 310.957 347.143 310.578 347.148 310.078L347.335 291.908C347.342 291.536 347.146 291.192 346.827 291.009Z"
|
|
286
|
-
fill="white"/>
|
|
287
|
-
<path
|
|
288
|
-
d="M345.313 311.381L319.585 296.667C319.267 296.486 319.072 296.14 319.075 295.769L319.262 277.598C319.269 276.825 320.085 276.343 320.747 276.72L346.475 291.433C346.793 291.614 346.988 291.96 346.985 292.332L346.798 310.502C346.791 311.276 345.975 311.758 345.313 311.381Z"
|
|
289
|
-
fill="#EDF5FC"/>
|
|
290
|
-
<path
|
|
291
|
-
d="M344.528 291.808L328.519 282.653L324.507 277.408L317.954 273.661C317.688 273.509 317.358 273.703 317.356 274.016V274.067C317.423 274.065 317.492 274.082 317.557 274.12L324.11 277.866L328.122 283.112L344.131 292.267C344.448 292.448 344.644 292.794 344.64 293.165L344.454 311.336C344.452 311.481 344.423 311.617 344.37 311.738C344.649 311.566 344.847 311.258 344.852 310.877L345.039 292.707C345.041 292.335 344.845 291.991 344.528 291.808Z"
|
|
292
|
-
fill="white"/>
|
|
293
|
-
<path
|
|
294
|
-
d="M344.129 292.266L328.12 283.111L324.108 277.866L317.556 274.12C317.289 273.967 316.959 274.161 316.956 274.475L316.914 278.432L316.876 282.053L316.725 296.602C316.722 296.975 316.918 297.32 317.235 297.501L342.963 312.214C343.623 312.593 344.439 312.109 344.448 311.336L344.635 293.165C344.644 292.794 344.448 292.449 344.129 292.266Z"
|
|
295
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
296
|
-
<path
|
|
297
|
-
d="M342.831 293.038L317.101 278.326C316.622 278.053 316.066 278.232 315.788 278.644C316.017 278.589 316.269 278.613 316.501 278.745L342.229 293.459C342.548 293.64 342.742 293.986 342.739 294.357L342.552 312.528C342.55 312.741 342.485 312.932 342.38 313.089C342.802 312.988 343.147 312.609 343.152 312.109L343.339 293.939C343.344 293.565 343.148 293.221 342.831 293.038Z"
|
|
298
|
-
fill="white"/>
|
|
299
|
-
<path
|
|
300
|
-
d="M341.315 313.41L315.587 298.696C315.27 298.515 315.074 298.169 315.077 297.798L315.264 279.627C315.271 278.854 316.087 278.372 316.749 278.749L342.477 293.462C342.795 293.643 342.99 293.989 342.987 294.361L342.8 312.531C342.793 313.305 341.977 313.787 341.315 313.41Z"
|
|
301
|
-
fill="#EDF5FC"/>
|
|
302
|
-
<path
|
|
303
|
-
d="M340.671 293.529L324.662 284.374L320.65 279.129L314.098 275.383C313.831 275.23 313.502 275.424 313.5 275.738V275.788C313.567 275.787 313.636 275.803 313.701 275.841L320.253 279.588L324.265 284.833L340.274 293.988C340.592 294.169 340.787 294.515 340.784 294.886L340.597 313.057C340.595 313.202 340.566 313.338 340.514 313.459C340.793 313.287 340.992 312.979 340.996 312.599L341.183 294.428C341.184 294.057 340.989 293.712 340.671 293.529Z"
|
|
304
|
-
fill="white"/>
|
|
305
|
-
<path
|
|
306
|
-
d="M340.275 293.99L324.266 284.835L320.254 279.589L313.701 275.843C313.435 275.691 313.105 275.884 313.101 276.198L313.06 280.155L313.021 283.777L312.871 298.325C312.867 298.698 313.063 299.043 313.38 299.224L339.109 313.937C339.769 314.316 340.585 313.832 340.594 313.059L340.781 294.888C340.788 294.515 340.592 294.171 340.275 293.99Z"
|
|
307
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
308
|
-
<path
|
|
309
|
-
d="M338.974 294.76L313.246 280.046C312.767 279.773 312.21 279.952 311.933 280.364C312.161 280.309 312.413 280.333 312.646 280.465L338.374 295.179C338.693 295.36 338.887 295.706 338.883 296.077L338.697 314.248C338.695 314.461 338.63 314.652 338.524 314.809C338.947 314.708 339.291 314.329 339.297 313.829L339.483 295.659C339.487 295.287 339.291 294.943 338.974 294.76Z"
|
|
310
|
-
fill="white"/>
|
|
311
|
-
<path
|
|
312
|
-
d="M337.461 315.131L311.73 300.418C311.413 300.237 311.217 299.89 311.221 299.519L311.407 281.349C311.415 280.575 312.231 280.093 312.892 280.47L338.623 295.182C338.94 295.363 339.136 295.709 339.132 296.08L338.945 314.251C338.936 315.026 338.12 315.508 337.461 315.131Z"
|
|
313
|
-
fill="#EDF5FC"/>
|
|
314
|
-
<path
|
|
315
|
-
d="M336.523 295.653L320.514 286.498L316.502 281.253L309.95 277.506C309.683 277.354 309.353 277.548 309.351 277.861V277.912C309.419 277.91 309.487 277.926 309.553 277.964L316.105 281.711L320.117 286.956L336.126 296.111C336.443 296.292 336.639 296.639 336.635 297.01L336.449 315.18C336.447 315.325 336.418 315.461 336.365 315.583C336.645 315.41 336.842 315.102 336.848 314.722L337.034 296.552C337.036 296.18 336.842 295.834 336.523 295.653Z"
|
|
316
|
-
fill="white"/>
|
|
317
|
-
<path
|
|
318
|
-
d="M336.126 296.111L320.117 286.956L316.105 281.711L309.553 277.964C309.286 277.812 308.956 278.006 308.953 278.319L308.911 282.276L308.873 285.898L308.723 300.447C308.719 300.82 308.915 301.164 309.232 301.345L334.961 316.059C335.62 316.438 336.436 315.954 336.445 315.18L336.632 297.01C336.639 296.638 336.444 296.294 336.126 296.111Z"
|
|
319
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
320
|
-
<path
|
|
321
|
-
d="M334.827 296.883L309.098 282.169C308.619 281.896 308.063 282.075 307.785 282.486C308.014 282.432 308.266 282.456 308.498 282.588L334.226 297.301C334.546 297.482 334.74 297.829 334.736 298.2L334.549 316.37C334.547 316.584 334.482 316.774 334.377 316.932C334.799 316.831 335.144 316.452 335.149 315.952L335.336 297.781C335.34 297.41 335.144 297.064 334.827 296.883Z"
|
|
322
|
-
fill="white"/>
|
|
323
|
-
<path
|
|
324
|
-
d="M333.312 317.253L307.584 302.539C307.267 302.358 307.071 302.012 307.075 301.641L307.261 283.47C307.269 282.697 308.084 282.215 308.746 282.591L334.474 297.305C334.792 297.486 334.988 297.832 334.984 298.204L334.797 316.374C334.788 317.148 333.972 317.631 333.312 317.253Z"
|
|
325
|
-
fill="#EDF5FC"/>
|
|
326
|
-
<path
|
|
327
|
-
d="M332.307 297.68L316.298 288.525L312.285 283.28L305.733 279.533C305.467 279.381 305.137 279.575 305.135 279.888V279.939C305.202 279.937 305.271 279.953 305.336 279.992L311.888 283.738L315.901 288.983L331.91 298.138C332.227 298.32 332.423 298.666 332.419 299.037L332.232 317.207C332.23 317.352 332.201 317.488 332.149 317.61C332.428 317.438 332.627 317.13 332.631 316.749L332.818 298.579C332.82 298.207 332.624 297.861 332.307 297.68Z"
|
|
328
|
-
fill="white"/>
|
|
329
|
-
<path
|
|
330
|
-
d="M331.91 298.138L315.901 288.983L311.889 283.738L305.336 279.991C305.07 279.839 304.74 280.033 304.736 280.347L304.695 284.303L304.657 287.925L304.506 302.474C304.502 302.847 304.698 303.191 305.016 303.373L330.744 318.086C331.404 318.465 332.22 317.981 332.229 317.207L332.416 299.037C332.423 298.666 332.227 298.319 331.91 298.138Z"
|
|
331
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
332
|
-
<path
|
|
333
|
-
d="M330.609 298.91L304.881 284.196C304.402 283.923 303.846 284.102 303.568 284.513C303.797 284.459 304.049 284.483 304.281 284.615L330.009 299.328C330.328 299.51 330.522 299.856 330.519 300.227L330.332 318.398C330.33 318.611 330.265 318.802 330.16 318.959C330.582 318.858 330.927 318.479 330.932 317.979L331.119 299.809C331.122 299.437 330.927 299.091 330.609 298.91Z"
|
|
334
|
-
fill="white"/>
|
|
335
|
-
<path
|
|
336
|
-
d="M329.096 319.28L303.365 304.566C303.048 304.385 302.852 304.039 302.856 303.668L303.043 285.497C303.05 284.724 303.866 284.242 304.528 284.619L330.258 299.332C330.575 299.513 330.771 299.859 330.767 300.231L330.581 318.401C330.571 319.175 329.756 319.657 329.096 319.28Z"
|
|
337
|
-
fill="#EDF5FC"/>
|
|
338
|
-
<path
|
|
339
|
-
d="M328.307 299.858L312.298 290.703L308.286 285.458L301.733 281.711C301.467 281.559 301.137 281.753 301.135 282.066V282.117C301.202 282.115 301.271 282.132 301.336 282.17L307.889 285.916L311.901 291.162L327.91 300.317C328.227 300.498 328.423 300.844 328.419 301.215L328.232 319.386C328.231 319.531 328.202 319.666 328.149 319.788C328.428 319.616 328.626 319.308 328.631 318.927L328.818 300.757C328.82 300.385 328.626 300.041 328.307 299.858Z"
|
|
340
|
-
fill="white"/>
|
|
341
|
-
<path
|
|
342
|
-
d="M327.91 300.316L311.901 291.161L307.889 285.916L301.337 282.169C301.07 282.017 300.74 282.211 300.737 282.525L300.695 286.482L300.659 290.103L300.508 304.652C300.505 305.025 300.7 305.369 301.018 305.551L326.746 320.264C327.406 320.643 328.222 320.159 328.231 319.385L328.418 301.215C328.423 300.844 328.228 300.499 327.91 300.316Z"
|
|
343
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
344
|
-
<path
|
|
345
|
-
d="M326.61 301.089L300.882 286.375C300.403 286.102 299.847 286.281 299.569 286.692C299.798 286.638 300.05 286.661 300.282 286.794L326.012 301.507C326.331 301.688 326.525 302.035 326.521 302.406L326.335 320.576C326.333 320.79 326.268 320.98 326.162 321.138C326.585 321.037 326.929 320.658 326.935 320.158L327.121 301.987C327.123 301.616 326.929 301.272 326.61 301.089Z"
|
|
346
|
-
fill="white"/>
|
|
347
|
-
<path
|
|
348
|
-
d="M325.096 321.458L299.368 306.744C299.05 306.563 298.855 306.217 298.858 305.846L299.045 287.675C299.052 286.902 299.868 286.42 300.53 286.797L326.258 301.51C326.576 301.691 326.771 302.037 326.768 302.409L326.581 320.579C326.572 321.353 325.756 321.837 325.096 321.458Z"
|
|
349
|
-
fill="#EDF5FC"/>
|
|
350
|
-
<path
|
|
351
|
-
d="M323.925 301.656L307.916 292.501L303.904 287.255L297.351 283.509C297.085 283.356 296.755 283.55 296.753 283.864V283.914C296.82 283.913 296.889 283.929 296.954 283.967L303.506 287.714L307.519 292.959L323.528 302.114C323.845 302.295 324.041 302.641 324.037 303.013L323.85 321.183C323.849 321.328 323.82 321.464 323.767 321.585C324.046 321.413 324.244 321.105 324.249 320.725L324.436 302.554C324.44 302.183 324.244 301.837 323.925 301.656Z"
|
|
352
|
-
fill="white"/>
|
|
353
|
-
<path
|
|
354
|
-
d="M323.528 302.114L307.519 292.959L303.507 287.714L296.955 283.967C296.688 283.815 296.358 284.009 296.354 284.322L296.313 288.279L296.275 291.901L296.124 306.449C296.121 306.823 296.316 307.167 296.634 307.348L322.364 322.062C323.024 322.44 323.84 321.956 323.849 321.183L324.035 303.012C324.041 302.641 323.847 302.295 323.528 302.114Z"
|
|
355
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
356
|
-
<path
|
|
357
|
-
d="M322.228 302.885L296.5 288.172C296.021 287.898 295.464 288.078 295.187 288.489C295.415 288.435 295.667 288.458 295.9 288.59L321.628 303.304C321.947 303.485 322.141 303.831 322.137 304.203L321.951 322.373C321.949 322.587 321.884 322.777 321.778 322.935C322.201 322.833 322.545 322.454 322.551 321.954L322.738 303.784C322.743 303.413 322.547 303.067 322.228 302.885Z"
|
|
358
|
-
fill="white"/>
|
|
359
|
-
<path
|
|
360
|
-
d="M320.714 323.255L294.986 308.542C294.668 308.361 294.472 308.015 294.476 307.643L294.663 289.473C294.67 288.699 295.486 288.217 296.148 288.594L321.878 303.307C322.195 303.489 322.391 303.835 322.387 304.206L322.201 322.377C322.192 323.15 321.374 323.634 320.714 323.255Z"
|
|
361
|
-
fill="#EDF5FC"/>
|
|
362
|
-
<path
|
|
363
|
-
d="M319.753 304.103L303.744 294.948L299.732 289.703L293.179 285.956C292.913 285.804 292.583 285.998 292.581 286.311V286.362C292.648 286.36 292.717 286.376 292.782 286.414L299.335 290.161L303.347 295.406L319.356 304.561C319.673 304.742 319.869 305.088 319.865 305.46L319.678 323.63C319.677 323.775 319.648 323.911 319.595 324.032C319.874 323.86 320.072 323.552 320.077 323.172L320.264 305.001C320.268 304.63 320.072 304.286 319.753 304.103Z"
|
|
364
|
-
fill="white"/>
|
|
365
|
-
<path
|
|
366
|
-
d="M319.356 304.561L303.347 295.406L299.335 290.161L292.783 286.414C292.516 286.262 292.186 286.456 292.182 286.769L292.141 290.726L292.103 294.348L291.952 308.897C291.949 309.27 292.144 309.614 292.462 309.795L318.19 324.509C318.85 324.887 319.666 324.404 319.675 323.63L319.862 305.46C319.869 305.088 319.673 304.744 319.356 304.561Z"
|
|
367
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
368
|
-
<path
|
|
369
|
-
d="M318.056 305.333L292.328 290.619C291.849 290.346 291.292 290.525 291.015 290.936C291.244 290.882 291.496 290.905 291.728 291.038L317.456 305.751C317.775 305.932 317.969 306.278 317.966 306.65L317.779 324.82C317.777 325.034 317.712 325.224 317.607 325.382C318.029 325.28 318.373 324.902 318.379 324.402L318.566 306.231C318.569 305.86 318.375 305.516 318.056 305.333Z"
|
|
370
|
-
fill="white"/>
|
|
371
|
-
<path
|
|
372
|
-
d="M316.542 325.703L290.814 310.989C290.496 310.808 290.301 310.462 290.304 310.09L290.491 291.92C290.498 291.146 291.314 290.664 291.976 291.041L317.704 305.755C318.021 305.936 318.217 306.282 318.214 306.653L318.027 324.824C318.018 325.598 317.202 326.081 316.542 325.703Z"
|
|
373
|
-
fill="#EDF5FC"/>
|
|
374
|
-
<path
|
|
375
|
-
d="M315.48 305.618L299.471 296.463L295.459 291.218L288.906 287.471C288.64 287.319 288.31 287.513 288.308 287.826V287.877C288.375 287.875 288.444 287.891 288.509 287.929L295.061 291.676L299.074 296.921L315.083 306.076C315.4 306.257 315.596 306.603 315.592 306.975L315.405 325.145C315.403 325.29 315.374 325.426 315.322 325.548C315.601 325.375 315.8 325.067 315.804 324.687L315.991 306.516C315.993 306.145 315.799 305.799 315.48 305.618Z"
|
|
376
|
-
fill="white"/>
|
|
377
|
-
<path
|
|
378
|
-
d="M315.083 306.076L299.074 296.921L295.062 291.676L288.508 287.929C288.241 287.777 287.911 287.971 287.908 288.284L287.866 292.241L287.828 295.863L287.677 310.412C287.674 310.785 287.869 311.129 288.187 311.31L313.915 326.024C314.575 326.402 315.391 325.919 315.4 325.145L315.587 306.975C315.596 306.603 315.4 306.257 315.083 306.076Z"
|
|
379
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
380
|
-
<path
|
|
381
|
-
d="M313.783 306.848L288.055 292.134C287.576 291.861 287.019 292.04 286.742 292.451C286.97 292.397 287.222 292.42 287.455 292.553L313.183 307.266C313.502 307.447 313.696 307.794 313.692 308.165L313.506 326.335C313.504 326.549 313.439 326.739 313.333 326.897C313.756 326.796 314.1 326.417 314.106 325.917L314.293 307.746C314.296 307.375 314.1 307.029 313.783 306.848Z"
|
|
382
|
-
fill="white"/>
|
|
383
|
-
<path
|
|
384
|
-
d="M312.269 327.218L286.539 312.504C286.221 312.323 286.026 311.977 286.029 311.605L286.216 293.435C286.223 292.661 287.039 292.179 287.701 292.556L313.431 307.27C313.748 307.451 313.944 307.797 313.941 308.169L313.754 326.339C313.745 327.113 312.929 327.596 312.269 327.218Z"
|
|
385
|
-
fill="#EDF5FC"/>
|
|
386
|
-
<path
|
|
387
|
-
d="M310.951 306.768L294.942 297.613L290.93 292.368L284.378 288.621C284.111 288.469 283.781 288.663 283.779 288.976V289.027C283.847 289.025 283.915 289.041 283.981 289.079L290.533 292.826L294.545 298.071L310.554 307.226C310.871 307.407 311.067 307.754 311.064 308.125L310.877 326.295C310.875 326.44 310.846 326.576 310.793 326.698C311.073 326.526 311.272 326.218 311.276 325.837L311.462 307.667C311.464 307.295 311.27 306.951 310.951 306.768Z"
|
|
388
|
-
fill="white"/>
|
|
389
|
-
<path
|
|
390
|
-
d="M310.554 307.226L294.546 298.071L290.533 292.826L283.981 289.079C283.715 288.927 283.385 289.121 283.381 289.434L283.339 293.391L283.301 297.013L283.151 311.562C283.147 311.935 283.343 312.279 283.66 312.46L309.389 327.174C310.049 327.553 310.864 327.069 310.873 326.295L311.06 308.125C311.067 307.753 310.872 307.409 310.554 307.226Z"
|
|
391
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
392
|
-
<path
|
|
393
|
-
d="M309.255 307.999L283.526 293.285C283.047 293.011 282.491 293.191 282.214 293.602C282.442 293.548 282.694 293.571 282.926 293.704L308.654 308.417C308.973 308.598 309.167 308.944 309.164 309.316L308.977 327.486C308.975 327.7 308.91 327.89 308.805 328.048C309.227 327.946 309.572 327.568 309.577 327.068L309.764 308.897C309.768 308.526 309.572 308.182 309.255 307.999Z"
|
|
394
|
-
fill="white"/>
|
|
395
|
-
<path
|
|
396
|
-
d="M307.74 328.368L282.01 313.656C281.693 313.475 281.497 313.129 281.501 312.758L281.687 294.587C281.695 293.813 282.511 293.332 283.172 293.708L308.901 308.422C309.218 308.603 309.414 308.949 309.41 309.321L309.223 327.491C309.216 328.263 308.4 328.747 307.74 328.368Z"
|
|
397
|
-
fill="#EDF5FC"/>
|
|
398
|
-
<path
|
|
399
|
-
d="M307.506 308.574L291.497 299.419L287.485 294.174L280.932 290.428C280.666 290.275 280.336 290.469 280.334 290.783V290.833C280.401 290.832 280.47 290.848 280.535 290.886L287.088 294.633L291.1 299.878L307.109 309.033C307.426 309.214 307.622 309.56 307.618 309.931L307.431 328.102C307.43 328.247 307.401 328.383 307.348 328.504C307.627 328.332 307.825 328.024 307.83 327.644L308.017 309.473C308.019 309.102 307.823 308.757 307.506 308.574Z"
|
|
400
|
-
fill="white"/>
|
|
401
|
-
<path
|
|
402
|
-
d="M307.109 309.033L291.1 299.878L287.086 294.633L280.534 290.886C280.267 290.734 279.937 290.927 279.934 291.241L279.892 295.198L279.854 298.82L279.703 313.368C279.7 313.742 279.895 314.086 280.213 314.267L305.941 328.981C306.601 329.359 307.417 328.875 307.426 328.102L307.613 309.931C307.622 309.56 307.426 309.216 307.109 309.033Z"
|
|
403
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
404
|
-
<path
|
|
405
|
-
d="M305.809 309.804L280.079 295.091C279.6 294.817 279.043 294.997 278.766 295.408C278.995 295.353 279.247 295.377 279.479 295.509L305.207 310.223C305.526 310.404 305.72 310.75 305.717 311.121L305.53 329.292C305.528 329.506 305.463 329.696 305.358 329.854C305.78 329.752 306.124 329.373 306.13 328.873L306.317 310.703C306.322 310.332 306.126 309.987 305.809 309.804Z"
|
|
406
|
-
fill="white"/>
|
|
407
|
-
<path
|
|
408
|
-
d="M304.295 330.174L278.567 315.461C278.249 315.28 278.053 314.934 278.057 314.562L278.244 296.392C278.251 295.618 279.067 295.136 279.729 295.513L305.457 310.227C305.774 310.408 305.97 310.754 305.967 311.125L305.78 329.296C305.771 330.069 304.955 330.553 304.295 330.174Z"
|
|
409
|
-
fill="#EDF5FC"/>
|
|
410
|
-
<path
|
|
411
|
-
d="M304.089 310.562L288.08 301.407L284.067 296.162L277.515 292.415C277.249 292.263 276.919 292.457 276.917 292.77V292.821C276.984 292.819 277.053 292.836 277.118 292.874L283.67 296.62L287.683 301.866L303.692 311.021C304.009 311.202 304.205 311.548 304.201 311.919L304.014 330.09C304.012 330.235 303.983 330.371 303.931 330.492C304.21 330.32 304.408 330.012 304.413 329.631L304.6 311.461C304.602 311.089 304.408 310.745 304.089 310.562Z"
|
|
412
|
-
fill="white"/>
|
|
413
|
-
<path
|
|
414
|
-
d="M303.692 311.02L287.683 301.865L283.671 296.62L277.119 292.873C276.852 292.721 276.522 292.915 276.518 293.229L276.477 297.186L276.439 300.807L276.288 315.356C276.285 315.729 276.48 316.073 276.798 316.255L302.526 330.968C303.186 331.347 304.002 330.863 304.011 330.089L304.198 311.919C304.205 311.548 304.009 311.203 303.692 311.02Z"
|
|
415
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
416
|
-
<path
|
|
417
|
-
d="M302.392 311.793L276.664 297.079C276.185 296.806 275.628 296.985 275.351 297.396C275.579 297.342 275.831 297.365 276.063 297.498L301.792 312.211C302.111 312.392 302.305 312.738 302.301 313.11L302.115 331.28C302.113 331.494 302.048 331.684 301.942 331.842C302.365 331.741 302.709 331.362 302.715 330.862L302.901 312.691C302.905 312.32 302.709 311.976 302.392 311.793Z"
|
|
418
|
-
fill="white"/>
|
|
419
|
-
<path
|
|
420
|
-
d="M300.878 332.164L275.149 317.45C274.832 317.269 274.636 316.923 274.64 316.552L274.827 298.381C274.834 297.608 275.65 297.126 276.312 297.503L302.042 312.216C302.359 312.397 302.555 312.743 302.551 313.115L302.363 331.285C302.354 332.059 301.538 332.541 300.878 332.164Z"
|
|
421
|
-
fill="#EDF5FC"/>
|
|
422
|
-
<path
|
|
423
|
-
d="M300.457 312.367L284.448 303.212L280.436 297.967L273.884 294.22C273.617 294.068 273.287 294.262 273.286 294.575V294.626C273.353 294.624 273.422 294.64 273.487 294.678L280.039 298.425L284.051 303.67L300.06 312.825C300.378 313.006 300.573 313.352 300.57 313.724L300.383 331.894C300.381 332.039 300.352 332.175 300.3 332.297C300.579 332.124 300.776 331.816 300.782 331.436L300.969 313.265C300.97 312.894 300.775 312.55 300.457 312.367Z"
|
|
424
|
-
fill="white"/>
|
|
425
|
-
<path
|
|
426
|
-
d="M300.059 312.825L284.05 303.67L280.037 298.425L273.485 294.678C273.219 294.526 272.889 294.72 272.885 295.033L272.843 298.99L272.805 302.612L272.655 317.161C272.651 317.534 272.847 317.878 273.164 318.059L298.893 332.773C299.553 333.152 300.369 332.668 300.378 331.894L300.564 313.724C300.572 313.352 300.378 313.008 300.059 312.825Z"
|
|
427
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
428
|
-
<path
|
|
429
|
-
d="M298.759 313.597L273.03 298.883C272.552 298.61 271.995 298.789 271.718 299.2C271.946 299.146 272.198 299.169 272.43 299.302L298.159 314.015C298.478 314.196 298.672 314.542 298.668 314.914L298.481 333.084C298.48 333.298 298.414 333.488 298.309 333.646C298.732 333.545 299.076 333.166 299.082 332.666L299.268 314.495C299.274 314.124 299.078 313.78 298.759 313.597Z"
|
|
430
|
-
fill="white"/>
|
|
431
|
-
<path
|
|
432
|
-
d="M297.245 333.967L271.516 319.253C271.199 319.072 271.003 318.726 271.007 318.354L271.194 300.184C271.201 299.41 272.017 298.928 272.678 299.305L298.407 314.019C298.724 314.2 298.92 314.546 298.916 314.917L298.73 333.088C298.722 333.862 297.907 334.345 297.245 333.967Z"
|
|
433
|
-
fill="#EDF5FC"/>
|
|
434
|
-
<path
|
|
435
|
-
d="M296.827 314.353L280.818 305.198L276.806 299.952L270.254 296.206C269.987 296.053 269.658 296.247 269.656 296.561V296.611C269.723 296.61 269.792 296.626 269.857 296.664L276.409 300.411L280.421 305.656L296.43 314.811C296.748 314.992 296.943 315.338 296.94 315.71L296.753 333.88C296.751 334.025 296.722 334.161 296.67 334.282C296.949 334.11 297.146 333.802 297.152 333.422L297.339 315.251C297.342 314.88 297.146 314.534 296.827 314.353Z"
|
|
436
|
-
fill="white"/>
|
|
437
|
-
<path
|
|
438
|
-
d="M296.431 314.811L280.422 305.656L276.409 300.411L269.857 296.664C269.591 296.512 269.261 296.706 269.257 297.019L269.215 300.976L269.177 304.598L269.027 319.146C269.023 319.52 269.219 319.864 269.536 320.045L295.267 334.758C295.927 335.137 296.742 334.653 296.751 333.88L296.938 315.709C296.944 315.338 296.75 314.994 296.431 314.811Z"
|
|
439
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
440
|
-
<path
|
|
441
|
-
d="M295.131 315.583L269.402 300.87C268.924 300.596 268.367 300.775 268.09 301.187C268.318 301.132 268.57 301.156 268.802 301.288L294.531 316.002C294.85 316.183 295.044 316.529 295.04 316.9L294.853 335.071C294.852 335.285 294.786 335.475 294.681 335.632C295.104 335.531 295.448 335.152 295.453 334.652L295.64 316.482C295.646 316.11 295.45 315.766 295.131 315.583Z"
|
|
442
|
-
fill="white"/>
|
|
443
|
-
<path
|
|
444
|
-
d="M293.617 335.953L267.888 321.239C267.571 321.058 267.375 320.712 267.379 320.34L267.566 302.17C267.573 301.396 268.389 300.914 269.05 301.291L294.781 316.005C295.098 316.186 295.294 316.532 295.29 316.903L295.103 335.074C295.094 335.847 294.278 336.331 293.617 335.953Z"
|
|
445
|
-
fill="#EDF5FC"/>
|
|
446
|
-
<path
|
|
447
|
-
d="M292.833 316.153L276.825 306.998L272.812 301.753L266.26 298.006C265.994 297.854 265.664 298.048 265.662 298.361V298.412C265.729 298.41 265.798 298.427 265.863 298.465L272.415 302.211L276.427 307.457L292.436 316.612C292.754 316.793 292.95 317.139 292.946 317.51L292.759 335.681C292.757 335.826 292.728 335.962 292.676 336.083C292.955 335.911 293.153 335.603 293.158 335.222L293.345 317.052C293.347 316.68 293.153 316.334 292.833 316.153Z"
|
|
448
|
-
fill="white"/>
|
|
449
|
-
<path
|
|
450
|
-
d="M292.437 316.611L276.428 307.456L272.416 302.211L265.863 298.465C265.597 298.312 265.267 298.506 265.263 298.82L265.222 302.777L265.184 306.398L265.033 320.947C265.029 321.32 265.225 321.665 265.542 321.846L291.271 336.559C291.931 336.938 292.747 336.454 292.756 335.681L292.943 317.51C292.95 317.139 292.754 316.793 292.437 316.611Z"
|
|
451
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
452
|
-
<path
|
|
453
|
-
d="M291.137 317.383L265.408 302.67C264.93 302.396 264.373 302.575 264.096 302.987C264.324 302.932 264.576 302.956 264.808 303.088L290.539 317.802C290.858 317.983 291.052 318.329 291.048 318.7L290.861 336.871C290.86 337.084 290.794 337.275 290.689 337.432C291.112 337.331 291.456 336.952 291.461 336.452L291.648 318.282C291.65 317.91 291.454 317.564 291.137 317.383Z"
|
|
454
|
-
fill="white"/>
|
|
455
|
-
<path
|
|
456
|
-
d="M289.623 337.753L263.894 323.039C263.577 322.858 263.381 322.512 263.385 322.141L263.572 303.97C263.579 303.197 264.395 302.715 265.057 303.092L290.785 317.805C291.102 317.986 291.298 318.332 291.294 318.704L291.108 336.874C291.099 337.648 290.283 338.132 289.623 337.753Z"
|
|
457
|
-
fill="#EDF5FC"/>
|
|
458
|
-
<path
|
|
459
|
-
d="M289.194 317.776L273.185 308.621L269.173 303.376L262.621 299.63C262.354 299.477 262.024 299.671 262.023 299.985V300.035C262.09 300.034 262.159 300.05 262.224 300.088L268.776 303.835L272.788 309.08L288.797 318.235C289.115 318.416 289.31 318.762 289.307 319.133L289.12 337.304C289.118 337.449 289.089 337.585 289.037 337.706C289.316 337.534 289.513 337.226 289.519 336.846L289.706 318.675C289.707 318.302 289.513 317.958 289.194 317.776Z"
|
|
460
|
-
fill="white"/>
|
|
461
|
-
<path
|
|
462
|
-
d="M288.798 318.235L272.789 309.08L268.776 303.834L262.224 300.088C261.958 299.936 261.628 300.129 261.624 300.443L261.582 304.4L261.544 308.022L261.394 322.57C261.39 322.943 261.586 323.288 261.903 323.469L287.632 338.182C288.292 338.561 289.108 338.077 289.117 337.304L289.303 319.133C289.311 318.76 289.115 318.416 288.798 318.235Z"
|
|
463
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
464
|
-
<path
|
|
465
|
-
d="M287.498 319.007L261.769 304.294C261.291 304.02 260.734 304.199 260.457 304.611C260.685 304.556 260.937 304.58 261.169 304.712L286.897 319.426C287.217 319.607 287.411 319.953 287.407 320.324L287.22 338.495C287.218 338.708 287.153 338.899 287.048 339.056C287.47 338.955 287.815 338.576 287.82 338.076L288.007 319.906C288.011 319.532 287.815 319.188 287.498 319.007Z"
|
|
466
|
-
fill="white"/>
|
|
467
|
-
<path
|
|
468
|
-
d="M285.984 339.376L260.255 324.663C259.938 324.482 259.742 324.135 259.746 323.764L259.932 305.594C259.94 304.82 260.756 304.338 261.417 304.715L287.146 319.428C287.463 319.61 287.659 319.956 287.655 320.327L287.468 338.498C287.459 339.271 286.644 339.753 285.984 339.376Z"
|
|
469
|
-
fill="#EDF5FC"/>
|
|
470
|
-
<path
|
|
471
|
-
d="M285.197 319.757L269.188 310.602L265.176 305.357L258.624 301.61C258.357 301.458 258.027 301.652 258.026 301.965V302.016C258.093 302.014 258.162 302.03 258.227 302.069L264.779 305.815L268.791 311.06L284.8 320.215C285.117 320.397 285.313 320.743 285.31 321.114L285.123 339.284C285.121 339.429 285.092 339.565 285.039 339.687C285.319 339.515 285.516 339.207 285.522 338.826L285.708 320.656C285.712 320.284 285.516 319.94 285.197 319.757Z"
|
|
472
|
-
fill="white"/>
|
|
473
|
-
<path
|
|
474
|
-
d="M284.8 320.217L268.791 311.062L264.779 305.817L258.227 302.07C257.961 301.918 257.631 302.112 257.627 302.425L257.585 306.382L257.547 310.004L257.397 324.553C257.393 324.926 257.589 325.27 257.906 325.452L283.635 340.165C284.295 340.544 285.11 340.06 285.119 339.286L285.306 321.116C285.313 320.743 285.119 320.398 284.8 320.217Z"
|
|
475
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
476
|
-
<path
|
|
477
|
-
d="M283.501 320.989L257.772 306.275C257.293 306.002 256.737 306.181 256.459 306.592C256.688 306.538 256.94 306.562 257.172 306.694L282.901 321.407C283.22 321.589 283.414 321.935 283.41 322.306L283.223 340.476C283.221 340.69 283.156 340.881 283.051 341.038C283.473 340.937 283.818 340.558 283.823 340.058L284.01 321.888C284.016 321.514 283.82 321.17 283.501 320.989Z"
|
|
478
|
-
fill="white"/>
|
|
479
|
-
<path
|
|
480
|
-
d="M281.987 341.359L256.258 326.645C255.941 326.464 255.745 326.118 255.749 325.747L255.935 307.576C255.943 306.803 256.758 306.321 257.42 306.698L283.149 321.411C283.466 321.592 283.662 321.938 283.658 322.31L283.471 340.48C283.464 341.254 282.648 341.736 281.987 341.359Z"
|
|
481
|
-
fill="#EDF5FC"/>
|
|
482
|
-
<path
|
|
483
|
-
d="M281.569 321.743L265.56 312.588L261.548 307.343L254.996 303.596C254.729 303.444 254.399 303.638 254.397 303.951V304.002C254.465 304 254.533 304.016 254.599 304.054L261.151 307.801L265.163 313.046L281.172 322.201C281.489 322.382 281.685 322.728 281.681 323.1L281.495 341.27C281.493 341.415 281.464 341.551 281.411 341.672C281.691 341.5 281.89 341.192 281.894 340.812L282.08 322.641C282.084 322.27 281.888 321.926 281.569 321.743Z"
|
|
484
|
-
fill="white"/>
|
|
485
|
-
<path
|
|
486
|
-
d="M281.172 322.201L265.163 313.046L261.151 307.801L254.599 304.054C254.332 303.902 254.003 304.096 253.999 304.409L253.957 308.366L253.919 311.988L253.769 326.537C253.765 326.91 253.961 327.254 254.278 327.435L280.007 342.149C280.666 342.528 281.482 342.044 281.491 341.27L281.678 323.1C281.685 322.728 281.49 322.384 281.172 322.201Z"
|
|
487
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
488
|
-
<path
|
|
489
|
-
d="M279.872 322.973L254.144 308.259C253.665 307.986 253.109 308.165 252.831 308.576C253.06 308.522 253.312 308.545 253.544 308.678L279.272 323.391C279.591 323.572 279.785 323.918 279.782 324.29L279.595 342.46C279.593 342.674 279.528 342.864 279.423 343.022C279.845 342.92 280.19 342.542 280.195 342.042L280.382 323.871C280.386 323.5 280.192 323.156 279.872 322.973Z"
|
|
490
|
-
fill="white"/>
|
|
491
|
-
<path
|
|
492
|
-
d="M278.358 343.345L252.63 328.631C252.313 328.45 252.117 328.104 252.121 327.732L252.307 309.562C252.315 308.788 253.13 308.306 253.792 308.683L279.521 323.397C279.838 323.578 280.034 323.924 280.03 324.295L279.843 342.466C279.834 343.24 279.018 343.721 278.358 343.345Z"
|
|
493
|
-
fill="#EDF5FC"/>
|
|
494
|
-
<path
|
|
495
|
-
d="M277.571 323.906L261.562 314.751L257.55 309.506L250.998 305.759C250.731 305.607 250.401 305.801 250.4 306.114V306.165C250.467 306.163 250.536 306.179 250.601 306.217L257.153 309.964L261.165 315.209L277.174 324.364C277.491 324.545 277.687 324.891 277.684 325.263L277.497 343.433C277.495 343.578 277.466 343.714 277.413 343.835C277.693 343.663 277.89 343.355 277.896 342.975L278.082 324.804C278.084 324.433 277.888 324.089 277.571 323.906Z"
|
|
496
|
-
fill="white"/>
|
|
497
|
-
<path
|
|
498
|
-
d="M277.172 324.364L261.164 315.209L257.151 309.964L250.599 306.217C250.333 306.065 250.003 306.259 249.999 306.572L249.957 310.529L249.919 314.151L249.769 328.7C249.765 329.073 249.961 329.417 250.278 329.598L276.007 344.312C276.667 344.69 277.482 344.207 277.492 343.433L277.678 325.263C277.687 324.891 277.492 324.547 277.172 324.364Z"
|
|
499
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
500
|
-
<path
|
|
501
|
-
d="M275.874 325.136L250.146 310.422C249.667 310.148 249.11 310.328 248.833 310.739C249.061 310.685 249.313 310.708 249.545 310.841L275.274 325.554C275.593 325.735 275.787 326.081 275.783 326.453L275.597 344.623C275.595 344.837 275.53 345.027 275.424 345.185C275.847 345.083 276.191 344.705 276.197 344.205L276.383 326.034C276.387 325.663 276.191 325.319 275.874 325.136Z"
|
|
502
|
-
fill="white"/>
|
|
503
|
-
<path
|
|
504
|
-
d="M274.359 345.506L248.63 330.792C248.313 330.611 248.117 330.265 248.121 329.893L248.308 311.723C248.315 310.949 249.131 310.467 249.792 310.844L275.521 325.558C275.838 325.739 276.034 326.085 276.03 326.457L275.844 344.627C275.836 345.401 275.02 345.884 274.359 345.506Z"
|
|
505
|
-
fill="#EDF5FC"/>
|
|
506
|
-
<path
|
|
507
|
-
d="M272.896 325.881L256.887 316.726L252.874 311.481L246.322 307.734C246.056 307.582 245.726 307.776 245.724 308.089V308.14C245.791 308.138 245.86 308.154 245.925 308.192L252.477 311.939L256.49 317.184L272.499 326.339C272.816 326.521 273.012 326.867 273.008 327.238L272.821 345.408C272.819 345.553 272.79 345.689 272.738 345.811C273.017 345.639 273.215 345.331 273.22 344.95L273.407 326.78C273.41 326.408 273.215 326.062 272.896 325.881Z"
|
|
508
|
-
fill="white"/>
|
|
509
|
-
<path
|
|
510
|
-
d="M272.499 326.339L256.49 317.184L252.478 311.939L245.926 308.192C245.659 308.04 245.329 308.234 245.325 308.547L245.284 312.504L245.246 316.126L245.095 330.675C245.092 331.048 245.287 331.392 245.605 331.573L271.333 346.287C271.993 346.666 272.809 346.182 272.818 345.408L273.005 327.238C273.012 326.866 272.816 326.522 272.499 326.339Z"
|
|
511
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
512
|
-
<path
|
|
513
|
-
d="M271.199 327.111L245.471 312.397C244.992 312.124 244.435 312.303 244.158 312.714C244.386 312.66 244.638 312.684 244.87 312.816L270.599 327.529C270.918 327.711 271.112 328.057 271.108 328.428L270.922 346.598C270.92 346.812 270.855 347.003 270.749 347.16C271.172 347.059 271.516 346.68 271.522 346.18L271.708 328.009C271.712 327.638 271.518 327.294 271.199 327.111Z"
|
|
514
|
-
fill="white"/>
|
|
515
|
-
<path
|
|
516
|
-
d="M269.685 347.481L243.956 332.767C243.639 332.586 243.443 332.24 243.447 331.869L243.634 313.698C243.641 312.925 244.457 312.443 245.119 312.82L270.849 327.533C271.166 327.714 271.362 328.06 271.358 328.432L271.172 346.602C271.161 347.376 270.345 347.859 269.685 347.481Z"
|
|
517
|
-
fill="#EDF5FC"/>
|
|
518
|
-
<path
|
|
519
|
-
d="M268.438 328.388L252.429 319.233L248.417 313.988L241.865 310.241C241.598 310.089 241.268 310.283 241.266 310.596V310.647C241.333 310.645 241.402 310.661 241.468 310.7L248.02 314.446L252.032 319.691L268.041 328.846C268.358 329.028 268.554 329.374 268.55 329.745L268.364 347.915C268.362 348.06 268.333 348.196 268.28 348.318C268.559 348.146 268.757 347.838 268.762 347.457L268.949 329.287C268.951 328.913 268.755 328.569 268.438 328.388Z"
|
|
520
|
-
fill="white"/>
|
|
521
|
-
<path
|
|
522
|
-
d="M268.039 328.846L252.03 319.691L248.018 314.446L241.466 310.699C241.199 310.547 240.869 310.741 240.866 311.054L240.824 315.011L240.786 318.633L240.636 333.182C240.632 333.555 240.828 333.899 241.145 334.08L266.873 348.794C267.533 349.173 268.349 348.689 268.358 347.915L268.545 329.745C268.554 329.372 268.358 329.027 268.039 328.846Z"
|
|
523
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
524
|
-
<path
|
|
525
|
-
d="M266.74 329.619L241.01 314.905C240.532 314.631 239.975 314.811 239.698 315.222C239.926 315.168 240.178 315.191 240.41 315.324L266.139 330.037C266.458 330.218 266.652 330.564 266.648 330.936L266.461 349.106C266.459 349.32 266.394 349.51 266.289 349.668C266.711 349.566 267.056 349.188 267.061 348.688L267.248 330.517C267.254 330.144 267.058 329.8 266.74 329.619Z"
|
|
526
|
-
fill="white"/>
|
|
527
|
-
<path
|
|
528
|
-
d="M265.225 349.988L239.495 335.275C239.178 335.094 238.982 334.748 238.985 334.376L239.172 316.206C239.179 315.432 239.995 314.95 240.657 315.327L266.385 330.041C266.703 330.222 266.899 330.568 266.895 330.939L266.708 349.11C266.703 349.883 265.887 350.365 265.225 349.988Z"
|
|
529
|
-
fill="#EDF5FC"/>
|
|
530
|
-
<path
|
|
531
|
-
d="M264.365 330.213L248.356 321.058L244.344 315.813L237.792 312.066C237.525 311.914 237.195 312.108 237.194 312.421V312.472C237.261 312.47 237.33 312.486 237.395 312.524L243.947 316.271L247.959 321.516L263.968 330.671C264.285 330.852 264.481 331.199 264.478 331.57L264.291 349.74C264.289 349.885 264.26 350.021 264.207 350.143C264.487 349.97 264.684 349.662 264.69 349.282L264.876 331.112C264.88 330.74 264.684 330.396 264.365 330.213Z"
|
|
532
|
-
fill="white"/>
|
|
533
|
-
<path
|
|
534
|
-
d="M263.968 330.671L247.96 321.516L243.947 316.271L237.395 312.524C237.129 312.372 236.799 312.566 236.795 312.879L236.753 316.836L236.715 320.458L236.565 335.007C236.561 335.38 236.757 335.724 237.074 335.905L262.803 350.619C263.463 350.998 264.278 350.514 264.288 349.74L264.474 331.57C264.482 331.198 264.286 330.854 263.968 330.671Z"
|
|
535
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
536
|
-
<path
|
|
537
|
-
d="M262.669 331.443L236.94 316.729C236.462 316.456 235.905 316.635 235.628 317.046C235.856 316.992 236.108 317.016 236.34 317.148L262.069 331.861C262.388 332.043 262.582 332.389 262.578 332.76L262.391 350.93C262.389 351.144 262.324 351.335 262.219 351.492C262.641 351.391 262.986 351.012 262.991 350.512L263.178 332.342C263.182 331.97 262.988 331.626 262.669 331.443Z"
|
|
538
|
-
fill="white"/>
|
|
539
|
-
<path
|
|
540
|
-
d="M261.155 351.813L235.426 337.099C235.109 336.918 234.913 336.572 234.917 336.201L235.103 318.03C235.111 317.257 235.926 316.775 236.588 317.151L262.317 331.865C262.634 332.046 262.83 332.392 262.826 332.764L262.639 350.934C262.63 351.708 261.814 352.191 261.155 351.813Z"
|
|
541
|
-
fill="#EDF5FC"/>
|
|
542
|
-
<path
|
|
543
|
-
d="M260.646 332.48L244.638 323.325L240.625 318.08L234.073 314.333C233.807 314.181 233.477 314.374 233.475 314.688V314.739C233.542 314.737 233.611 314.753 233.676 314.791L240.228 318.538L244.241 323.783L260.249 332.938C260.567 333.119 260.763 333.465 260.759 333.837L260.572 352.007C260.57 352.152 260.541 352.288 260.489 352.409C260.768 352.237 260.966 351.929 260.971 351.549L261.158 333.378C261.16 333.005 260.966 332.661 260.646 332.48Z"
|
|
544
|
-
fill="white"/>
|
|
545
|
-
<path
|
|
546
|
-
d="M260.25 332.938L244.241 323.783L240.229 318.538L233.676 314.791C233.41 314.639 233.08 314.833 233.076 315.146L233.035 319.103L232.997 322.725L232.846 337.273C232.842 337.647 233.038 337.991 233.356 338.172L259.084 352.886C259.744 353.264 260.56 352.781 260.569 352.007L260.756 333.836C260.763 333.463 260.567 333.119 260.25 332.938Z"
|
|
547
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
548
|
-
<path
|
|
549
|
-
d="M258.95 333.709L233.222 318.996C232.743 318.722 232.186 318.902 231.909 319.313C232.137 319.259 232.389 319.282 232.621 319.414L258.35 334.128C258.669 334.309 258.863 334.655 258.859 335.027L258.673 353.197C258.671 353.411 258.605 353.601 258.5 353.759C258.923 353.657 259.267 353.279 259.273 352.779L259.459 334.608C259.463 334.235 259.267 333.891 258.95 333.709Z"
|
|
550
|
-
fill="white"/>
|
|
551
|
-
<path
|
|
552
|
-
d="M257.436 354.08L231.707 339.366C231.39 339.185 231.194 338.839 231.198 338.467L231.385 320.297C231.392 319.523 232.208 319.041 232.87 319.418L258.598 334.132C258.915 334.313 259.111 334.659 259.107 335.03L258.921 353.201C258.912 353.974 258.096 354.456 257.436 354.08Z"
|
|
553
|
-
fill="#EDF5FC"/>
|
|
554
|
-
<path
|
|
555
|
-
d="M256.743 333.896L240.734 324.741L236.722 319.496L230.17 315.749C229.904 315.597 229.574 315.791 229.572 316.104V316.155C229.639 316.153 229.708 316.17 229.773 316.208L236.325 319.954L240.337 325.2L256.346 334.355C256.664 334.536 256.859 334.882 256.856 335.253L256.669 353.424C256.667 353.569 256.638 353.705 256.586 353.826C256.865 353.654 257.062 353.346 257.068 352.965L257.255 334.795C257.258 334.423 257.062 334.079 256.743 333.896Z"
|
|
556
|
-
fill="white"/>
|
|
557
|
-
<path
|
|
558
|
-
d="M256.347 334.354L240.338 325.199L236.325 319.954L229.773 316.208C229.507 316.055 229.177 316.249 229.173 316.563L229.131 320.52L229.093 324.141L228.943 338.69C228.939 339.063 229.135 339.408 229.452 339.589L255.181 354.302C255.841 354.681 256.657 354.197 256.666 353.424L256.852 335.253C256.86 334.882 256.664 334.537 256.347 334.354Z"
|
|
559
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
560
|
-
<path
|
|
561
|
-
d="M255.047 335.126L229.318 320.412C228.84 320.139 228.283 320.318 228.006 320.729C228.234 320.675 228.486 320.699 228.718 320.831L254.447 335.545C254.766 335.726 254.96 336.072 254.956 336.443L254.769 354.614C254.768 354.827 254.702 355.018 254.597 355.175C255.02 355.074 255.364 354.695 255.369 354.195L255.556 336.025C255.56 335.653 255.366 335.309 255.047 335.126Z"
|
|
562
|
-
fill="white"/>
|
|
563
|
-
<path
|
|
564
|
-
d="M253.533 355.496L227.804 340.782C227.487 340.601 227.291 340.255 227.295 339.884L227.482 321.713C227.489 320.94 228.305 320.458 228.966 320.835L254.695 335.548C255.012 335.729 255.208 336.075 255.204 336.447L255.018 354.617C255.008 355.391 254.193 355.875 253.533 355.496Z"
|
|
565
|
-
fill="#EDF5FC"/>
|
|
566
|
-
<path
|
|
567
|
-
d="M253.147 335.759L237.138 326.604L233.126 321.358L226.574 317.612C226.307 317.459 225.977 317.653 225.975 317.967V318.017C226.042 318.016 226.111 318.032 226.176 318.07L232.729 321.817L236.741 327.062L252.75 336.217C253.067 336.398 253.263 336.744 253.259 337.116L253.073 355.286C253.071 355.431 253.042 355.567 252.989 355.688C253.268 355.516 253.466 355.208 253.471 354.828L253.658 336.657C253.66 336.284 253.466 335.94 253.147 335.759Z"
|
|
568
|
-
fill="white"/>
|
|
569
|
-
<path
|
|
570
|
-
d="M252.75 336.217L236.741 327.062L232.729 321.817L226.177 318.07C225.91 317.918 225.58 318.111 225.577 318.425L225.535 322.382L225.497 326.004L225.346 340.552C225.343 340.926 225.539 341.27 225.856 341.451L251.584 356.165C252.244 356.543 253.06 356.059 253.069 355.286L253.256 337.115C253.263 336.742 253.067 336.398 252.75 336.217Z"
|
|
571
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
572
|
-
<path
|
|
573
|
-
d="M251.45 336.989L225.721 322.276C225.243 322.002 224.686 322.181 224.409 322.593C224.637 322.538 224.889 322.562 225.121 322.694L250.85 337.408C251.169 337.589 251.363 337.935 251.359 338.306L251.172 356.477C251.17 356.691 251.105 356.881 251 357.038C251.422 356.937 251.767 356.558 251.772 356.058L251.959 337.888C251.963 337.515 251.767 337.17 251.45 336.989Z"
|
|
574
|
-
fill="white"/>
|
|
575
|
-
<path
|
|
576
|
-
d="M249.936 357.358L224.206 342.645C223.889 342.464 223.693 342.118 223.696 341.746L223.883 323.576C223.89 322.802 224.706 322.32 225.368 322.697L251.096 337.411C251.414 337.592 251.609 337.938 251.606 338.309L251.419 356.48C251.412 357.253 250.596 357.735 249.936 357.358Z"
|
|
577
|
-
fill="#EDF5FC"/>
|
|
578
|
-
<path
|
|
579
|
-
d="M249.152 337.585L233.143 328.43L229.131 323.185L222.579 319.438C222.312 319.286 221.983 319.479 221.981 319.793V319.844C222.048 319.842 222.117 319.858 222.182 319.896L228.734 323.643L232.746 328.888L248.755 338.043C249.072 338.224 249.268 338.57 249.265 338.942L249.078 357.112C249.076 357.257 249.047 357.393 248.995 357.514C249.274 357.342 249.471 357.034 249.477 356.654L249.664 338.483C249.665 338.11 249.47 337.766 249.152 337.585Z"
|
|
580
|
-
fill="white"/>
|
|
581
|
-
<path
|
|
582
|
-
d="M248.754 338.043L232.745 328.888L228.733 323.643L222.18 319.896C221.914 319.744 221.584 319.938 221.58 320.251L221.538 324.208L221.5 327.83L221.35 342.379C221.346 342.752 221.542 343.096 221.859 343.277L247.588 357.991C248.248 358.369 249.064 357.886 249.073 357.112L249.259 338.942C249.267 338.568 249.073 338.224 248.754 338.043Z"
|
|
583
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
584
|
-
<path
|
|
585
|
-
d="M247.454 338.815L221.725 324.101C221.247 323.828 220.69 324.007 220.413 324.418C220.641 324.364 220.893 324.387 221.125 324.52L246.854 339.233C247.173 339.414 247.367 339.76 247.363 340.132L247.176 358.302C247.175 358.516 247.109 358.706 247.004 358.864C247.427 358.763 247.771 358.384 247.776 357.884L247.963 339.713C247.969 339.34 247.773 338.996 247.454 338.815Z"
|
|
586
|
-
fill="white"/>
|
|
587
|
-
<path
|
|
588
|
-
d="M245.94 359.185L220.211 344.471C219.894 344.29 219.698 343.944 219.702 343.572L219.889 325.402C219.896 324.628 220.712 324.146 221.373 324.523L247.102 339.237C247.419 339.418 247.615 339.764 247.611 340.135L247.425 358.306C247.417 359.08 246.601 359.562 245.94 359.185Z"
|
|
589
|
-
fill="#EDF5FC"/>
|
|
590
|
-
<path
|
|
591
|
-
d="M245.526 339.342L229.517 330.187L225.505 324.942L218.953 321.195C218.686 321.043 218.356 321.237 218.355 321.55V321.601C218.422 321.599 218.491 321.615 218.556 321.654L225.108 325.4L229.12 330.645L245.129 339.8C245.446 339.982 245.642 340.328 245.639 340.699L245.452 358.869C245.45 359.014 245.421 359.15 245.369 359.272C245.648 359.1 245.845 358.792 245.851 358.411L246.038 340.241C246.039 339.869 245.844 339.525 245.526 339.342Z"
|
|
592
|
-
fill="white"/>
|
|
593
|
-
<path
|
|
594
|
-
d="M245.128 339.8L229.119 330.645L225.106 325.4L218.554 321.653C218.288 321.501 217.958 321.695 217.954 322.008L217.912 325.965L217.874 329.587L217.724 344.136C217.72 344.509 217.916 344.853 218.233 345.034L243.962 359.748C244.622 360.127 245.438 359.643 245.447 358.869L245.633 340.699C245.642 340.327 245.447 339.983 245.128 339.8Z"
|
|
595
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
596
|
-
<path
|
|
597
|
-
d="M243.828 340.573L218.099 325.859C217.621 325.585 217.064 325.765 216.787 326.176C217.015 326.122 217.267 326.145 217.499 326.277L243.228 340.991C243.547 341.172 243.741 341.518 243.737 341.89L243.55 360.06C243.548 360.274 243.483 360.464 243.378 360.622C243.8 360.52 244.145 360.142 244.15 359.642L244.337 341.471C244.343 341.1 244.147 340.756 243.828 340.573Z"
|
|
598
|
-
fill="white"/>
|
|
599
|
-
<path
|
|
600
|
-
d="M242.314 360.942L216.585 346.228C216.268 346.047 216.072 345.701 216.076 345.33L216.262 327.159C216.27 326.386 217.086 325.904 217.747 326.281L243.476 340.994C243.793 341.175 243.989 341.521 243.985 341.893L243.799 360.063C243.791 360.839 242.975 361.321 242.314 360.942Z"
|
|
601
|
-
fill="#EDF5FC"/>
|
|
602
|
-
<path
|
|
603
|
-
d="M241.529 341.372L225.52 332.217L221.507 326.972L214.955 323.225C214.689 323.073 214.359 323.267 214.357 323.58V323.631C214.424 323.629 214.493 323.645 214.558 323.683L221.11 327.43L225.123 332.675L241.131 341.83C241.449 342.011 241.645 342.357 241.641 342.729L241.454 360.899C241.452 361.044 241.423 361.18 241.371 361.302C241.65 361.129 241.848 360.821 241.853 360.441L242.04 342.271C242.042 341.899 241.846 341.555 241.529 341.372Z"
|
|
604
|
-
fill="white"/>
|
|
605
|
-
<path
|
|
606
|
-
d="M241.132 341.83L225.123 332.675L221.111 327.43L214.558 323.683C214.292 323.531 213.962 323.725 213.958 324.038L213.917 327.995L213.879 331.617L213.728 346.166C213.724 346.539 213.92 346.883 214.238 347.064L239.966 361.778C240.626 362.156 241.442 361.673 241.451 360.899L241.638 342.729C241.645 342.357 241.449 342.013 241.132 341.83Z"
|
|
607
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
608
|
-
<path
|
|
609
|
-
d="M239.832 342.602L214.103 327.888C213.625 327.615 213.068 327.794 212.791 328.205C213.019 328.151 213.271 328.174 213.503 328.307L239.232 343.02C239.551 343.201 239.745 343.547 239.741 343.919L239.555 362.089C239.553 362.303 239.487 362.493 239.382 362.651C239.805 362.549 240.149 362.171 240.155 361.671L240.341 343.5C240.345 343.129 240.149 342.785 239.832 342.602Z"
|
|
610
|
-
fill="white"/>
|
|
611
|
-
<path
|
|
612
|
-
d="M238.318 362.972L212.589 348.258C212.272 348.077 212.076 347.731 212.08 347.36L212.267 329.189C212.274 328.416 213.09 327.934 213.752 328.31L239.48 343.024C239.797 343.205 239.993 343.551 239.989 343.923L239.803 362.093C239.794 362.867 238.978 363.35 238.318 362.972Z"
|
|
613
|
-
fill="#EDF5FC"/>
|
|
614
|
-
<path
|
|
615
|
-
d="M238.251 343.1L222.242 333.945L218.23 328.7L211.677 324.953C211.411 324.801 211.081 324.995 211.079 325.309V325.359C211.146 325.357 211.215 325.374 211.28 325.412L217.832 329.159L221.845 334.404L237.854 343.559C238.171 343.74 238.367 344.086 238.363 344.457L238.176 362.628C238.174 362.773 238.145 362.909 238.093 363.03C238.372 362.858 238.57 362.55 238.575 362.169L238.762 343.999C238.766 343.626 238.57 343.282 238.251 343.1Z"
|
|
616
|
-
fill="white"/>
|
|
617
|
-
<path
|
|
618
|
-
d="M237.854 343.559L221.845 334.404L217.833 329.158L211.281 325.412C211.014 325.259 210.684 325.453 210.68 325.767L210.639 329.724L210.601 333.346L210.45 347.894C210.447 348.267 210.642 348.612 210.96 348.793L236.688 363.506C237.348 363.885 238.164 363.401 238.173 362.628L238.363 344.457C238.367 344.084 238.171 343.74 237.854 343.559Z"
|
|
619
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
620
|
-
<path
|
|
621
|
-
d="M236.554 344.331L210.826 329.617C210.347 329.344 209.79 329.523 209.513 329.934C209.741 329.88 209.993 329.904 210.226 330.036L235.954 344.749C236.273 344.931 236.467 345.277 236.463 345.648L236.277 363.819C236.275 364.032 236.21 364.223 236.104 364.38C236.527 364.279 236.871 363.9 236.877 363.4L237.063 345.23C237.067 344.856 236.873 344.512 236.554 344.331Z"
|
|
622
|
-
fill="white"/>
|
|
623
|
-
<path
|
|
624
|
-
d="M235.04 364.7L209.312 349.987C208.994 349.805 208.798 349.459 208.802 349.088L208.989 330.918C208.996 330.144 209.812 329.662 210.474 330.039L236.202 344.752C236.519 344.934 236.715 345.28 236.712 345.651L236.525 363.821C236.516 364.595 235.7 365.077 235.04 364.7Z"
|
|
625
|
-
fill="#EDF5FC"/>
|
|
626
|
-
<path
|
|
627
|
-
d="M234.075 344.798L218.067 335.643L214.054 330.398L207.502 326.651C207.236 326.499 206.906 326.693 206.904 327.006V327.057C206.971 327.055 207.04 327.071 207.105 327.109L213.657 330.856L217.669 336.101L233.678 345.256C233.996 345.437 234.191 345.783 234.188 346.155L234.001 364.325C233.999 364.47 233.97 364.606 233.918 364.728C234.197 364.555 234.395 364.247 234.4 363.867L234.587 345.696C234.59 345.325 234.395 344.981 234.075 344.798Z"
|
|
628
|
-
fill="white"/>
|
|
629
|
-
<path
|
|
630
|
-
d="M233.679 345.256L217.67 336.101L213.658 330.856L207.105 327.109C206.839 326.957 206.509 327.151 206.505 327.464L206.464 331.421L206.426 335.043L206.275 349.592C206.271 349.965 206.467 350.309 206.784 350.49L232.513 365.204C233.173 365.583 233.989 365.099 233.998 364.325L234.185 346.155C234.192 345.783 233.998 345.439 233.679 345.256Z"
|
|
631
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
632
|
-
<path
|
|
633
|
-
d="M232.379 346.028L206.65 331.315C206.172 331.041 205.615 331.22 205.338 331.632C205.566 331.577 205.818 331.601 206.05 331.733L231.779 346.447C232.098 346.628 232.292 346.974 232.288 347.345L232.101 365.516C232.1 365.73 232.034 365.92 231.929 366.077C232.352 365.976 232.696 365.597 232.702 365.097L232.888 346.927C232.894 346.555 232.698 346.211 232.379 346.028Z"
|
|
634
|
-
fill="white"/>
|
|
635
|
-
<path
|
|
636
|
-
d="M230.865 366.398L205.136 351.684C204.819 351.503 204.623 351.157 204.627 350.786L204.814 332.615C204.821 331.841 205.637 331.36 206.298 331.736L232.027 346.45C232.344 346.631 232.54 346.977 232.536 347.349L232.35 365.519C232.342 366.293 231.525 366.776 230.865 366.398Z"
|
|
637
|
-
fill="#EDF5FC"/>
|
|
638
|
-
<path
|
|
639
|
-
d="M230.447 346.784L214.439 337.629L210.426 332.384L203.874 328.637C203.608 328.485 203.278 328.678 203.276 328.992V329.043C203.343 329.041 203.412 329.057 203.477 329.095L210.029 332.842L214.041 338.087L230.05 347.242C230.368 347.423 230.563 347.769 230.56 348.141L230.373 366.311C230.371 366.456 230.342 366.592 230.29 366.713C230.569 366.541 230.767 366.233 230.772 365.853L230.959 347.682C230.962 347.311 230.767 346.965 230.447 346.784Z"
|
|
640
|
-
fill="white"/>
|
|
641
|
-
<path
|
|
642
|
-
d="M230.051 347.242L214.042 338.087L210.03 332.842L203.477 329.095C203.211 328.943 202.881 329.137 202.877 329.45L202.836 333.407L202.798 337.029L202.647 351.577C202.643 351.951 202.839 352.295 203.157 352.476L228.885 367.19C229.545 367.568 230.361 367.085 230.37 366.311L230.557 348.14C230.564 347.769 230.368 347.425 230.051 347.242Z"
|
|
643
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
644
|
-
<path
|
|
645
|
-
d="M228.751 348.014L203.022 333.3C202.544 333.027 201.987 333.206 201.71 333.618C201.938 333.563 202.19 333.587 202.422 333.719L228.151 348.433C228.47 348.614 228.664 348.96 228.66 349.331L228.474 367.502C228.472 367.715 228.406 367.906 228.301 368.063C228.724 367.962 229.068 367.583 229.074 367.083L229.26 348.913C229.264 348.541 229.07 348.197 228.751 348.014Z"
|
|
646
|
-
fill="white"/>
|
|
647
|
-
<path
|
|
648
|
-
d="M227.237 368.384L201.508 353.671C201.191 353.489 200.995 353.143 200.999 352.772L201.186 334.602C201.193 333.828 202.009 333.346 202.67 333.723L228.399 348.436C228.716 348.618 228.912 348.964 228.908 349.335L228.722 367.506C228.713 368.279 227.897 368.763 227.237 368.384Z"
|
|
649
|
-
fill="#EDF5FC"/>
|
|
650
|
-
<path
|
|
651
|
-
d="M226.454 348.584L210.445 339.429L206.432 334.184L199.88 330.437C199.614 330.285 199.284 330.479 199.282 330.792V330.843C199.349 330.841 199.418 330.858 199.483 330.896L206.035 334.642L210.048 339.888L226.057 349.043C226.374 349.224 226.57 349.57 226.566 349.941L226.379 368.112C226.377 368.257 226.348 368.392 226.296 368.514C226.575 368.342 226.773 368.034 226.778 367.653L226.965 349.483C226.967 349.111 226.771 348.765 226.454 348.584Z"
|
|
652
|
-
fill="white"/>
|
|
653
|
-
<path
|
|
654
|
-
d="M226.055 349.042L210.046 339.887L206.034 334.642L199.482 330.896C199.215 330.743 198.885 330.937 198.881 331.251L198.84 335.208L198.802 338.829L198.651 353.378C198.648 353.751 198.843 354.096 199.161 354.277L224.889 368.99C225.549 369.369 226.365 368.885 226.374 368.112L226.561 349.941C226.57 349.57 226.374 349.224 226.055 349.042Z"
|
|
655
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
656
|
-
<path
|
|
657
|
-
d="M224.756 349.815L199.028 335.101C198.549 334.827 197.993 335.007 197.715 335.418C197.944 335.364 198.196 335.387 198.428 335.52L224.156 350.233C224.475 350.414 224.669 350.76 224.666 351.132L224.479 369.302C224.477 369.516 224.412 369.706 224.307 369.864C224.729 369.762 225.074 369.384 225.079 368.884L225.266 350.713C225.269 350.342 225.074 349.996 224.756 349.815Z"
|
|
658
|
-
fill="white"/>
|
|
659
|
-
<path
|
|
660
|
-
d="M223.241 370.184L197.513 355.47C197.195 355.289 196.999 354.943 197.003 354.572L197.19 336.401C197.197 335.628 198.013 335.146 198.675 335.523L224.403 350.236C224.72 350.417 224.916 350.763 224.913 351.135L224.726 369.305C224.719 370.079 223.903 370.563 223.241 370.184Z"
|
|
661
|
-
fill="#EDF5FC"/>
|
|
662
|
-
<path
|
|
663
|
-
d="M221.957 350.742L205.948 341.587L201.936 336.342L195.384 332.595C195.117 332.443 194.787 332.637 194.786 332.95V333.001C194.853 332.999 194.922 333.015 194.987 333.054L201.539 336.8L205.551 342.045L221.56 351.2C221.877 351.382 222.073 351.728 222.07 352.099L221.883 370.27C221.881 370.415 221.852 370.55 221.799 370.672C222.079 370.5 222.276 370.192 222.282 369.811L222.468 351.641C222.472 351.269 222.276 350.923 221.957 350.742Z"
|
|
664
|
-
fill="white"/>
|
|
665
|
-
<path
|
|
666
|
-
d="M221.56 351.2L205.552 342.045L201.539 336.8L194.987 333.053C194.721 332.901 194.391 333.095 194.387 333.409L194.345 337.365L194.307 340.987L194.157 355.536C194.153 355.909 194.349 356.253 194.666 356.435L220.395 371.148C221.055 371.527 221.87 371.043 221.879 370.269L222.066 352.099C222.073 351.728 221.878 351.381 221.56 351.2Z"
|
|
667
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
668
|
-
<path
|
|
669
|
-
d="M220.261 351.972L194.532 337.259C194.053 336.985 193.497 337.165 193.22 337.576C193.448 337.522 193.7 337.545 193.932 337.677L219.66 352.391C219.98 352.572 220.174 352.918 220.17 353.29L219.983 371.46C219.981 371.674 219.916 371.864 219.811 372.022C220.233 371.92 220.578 371.542 220.583 371.041L220.77 352.871C220.774 352.5 220.58 352.154 220.261 351.972Z"
|
|
670
|
-
fill="white"/>
|
|
671
|
-
<path
|
|
672
|
-
d="M218.747 372.342L193.018 357.628C192.701 357.447 192.505 357.101 192.509 356.73L192.695 338.559C192.703 337.786 193.518 337.304 194.18 337.68L219.909 352.394C220.226 352.575 220.422 352.921 220.418 353.293L220.231 371.463C220.222 372.237 219.406 372.72 218.747 372.342Z"
|
|
673
|
-
fill="#EDF5FC"/>
|
|
674
|
-
<path
|
|
675
|
-
d="M217.902 352.688L201.893 343.533L197.88 338.288L191.328 334.541C191.062 334.389 190.732 334.582 190.73 334.896V334.947C190.797 334.945 190.866 334.961 190.931 334.999L197.483 338.746L201.496 343.991L217.504 353.146C217.822 353.327 218.018 353.673 218.014 354.045L217.827 372.215C217.825 372.36 217.796 372.496 217.744 372.617C218.023 372.445 218.221 372.137 218.226 371.757L218.413 353.586C218.415 353.213 218.219 352.869 217.902 352.688Z"
|
|
676
|
-
fill="white"/>
|
|
677
|
-
<path
|
|
678
|
-
d="M217.503 353.146L201.494 343.991L197.482 338.746L190.929 334.999C190.663 334.847 190.333 335.041 190.329 335.354L190.288 339.311L190.25 342.933L190.099 357.482C190.095 357.855 190.291 358.199 190.609 358.38L216.337 373.094C216.997 373.472 217.813 372.989 217.822 372.215L218.009 354.045C218.018 353.671 217.822 353.327 217.503 353.146Z"
|
|
679
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
680
|
-
<path
|
|
681
|
-
d="M216.203 353.918L190.475 339.205C189.996 338.931 189.439 339.11 189.162 339.522C189.39 339.467 189.642 339.491 189.874 339.623L215.603 354.337C215.922 354.518 216.116 354.864 216.112 355.235L215.926 373.406C215.924 373.62 215.859 373.81 215.753 373.967C216.176 373.866 216.52 373.487 216.526 372.987L216.712 354.817C216.718 354.444 216.522 354.099 216.203 353.918Z"
|
|
682
|
-
fill="white"/>
|
|
683
|
-
<path
|
|
684
|
-
d="M214.689 374.287L188.96 359.574C188.643 359.393 188.447 359.047 188.451 358.675L188.638 340.505C188.645 339.731 189.461 339.249 190.123 339.626L215.851 354.34C216.168 354.521 216.364 354.867 216.361 355.238L216.174 373.409C216.167 374.182 215.351 374.664 214.689 374.287Z"
|
|
685
|
-
fill="#EDF5FC"/>
|
|
686
|
-
<path
|
|
687
|
-
d="M214.25 354.556L198.241 345.401L194.229 340.156L187.677 336.409C187.41 336.257 187.08 336.451 187.078 336.764V336.815C187.145 336.813 187.214 336.829 187.28 336.867L193.832 340.614L197.844 345.859L213.853 355.014C214.17 355.195 214.366 355.542 214.362 355.913L214.176 374.083C214.174 374.228 214.145 374.364 214.092 374.486C214.371 374.314 214.569 374.006 214.574 373.625L214.761 355.455C214.763 355.081 214.567 354.737 214.25 354.556Z"
|
|
688
|
-
fill="white"/>
|
|
689
|
-
<path
|
|
690
|
-
d="M213.853 355.014L197.844 345.859L193.832 340.614L187.28 336.867C187.013 336.715 186.683 336.909 186.68 337.222L186.638 341.179L186.6 344.801L186.449 359.35C186.446 359.723 186.642 360.067 186.959 360.248L212.687 374.962C213.347 375.341 214.163 374.857 214.172 374.083L214.359 355.913C214.366 355.54 214.17 355.195 213.853 355.014Z"
|
|
691
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
692
|
-
<path
|
|
693
|
-
d="M212.553 355.786L186.825 341.073C186.346 340.799 185.79 340.979 185.512 341.39C185.741 341.336 185.993 341.359 186.225 341.491L211.953 356.205C212.272 356.386 212.466 356.732 212.463 357.104L212.276 375.274C212.274 375.488 212.209 375.678 212.104 375.836C212.526 375.734 212.871 375.356 212.876 374.856L213.063 356.685C213.066 356.312 212.871 355.968 212.553 355.786Z"
|
|
694
|
-
fill="white"/>
|
|
695
|
-
<path
|
|
696
|
-
d="M211.039 376.156L185.311 361.442C184.994 361.261 184.798 360.915 184.801 360.544L184.988 342.373C184.995 341.6 185.811 341.118 186.473 341.494L212.201 356.208C212.519 356.389 212.714 356.735 212.711 357.107L212.524 375.277C212.515 376.051 211.699 376.533 211.039 376.156Z"
|
|
697
|
-
fill="#EDF5FC"/>
|
|
698
|
-
<path
|
|
699
|
-
d="M209.71 356.35L193.701 347.195L189.689 341.95L183.137 338.203C182.87 338.051 182.54 338.245 182.539 338.558V338.609C182.606 338.607 182.675 338.624 182.74 338.662L189.292 342.408L193.304 347.653L209.313 356.808C209.63 356.99 209.826 357.336 209.823 357.707L209.636 375.878C209.634 376.023 209.605 376.158 209.552 376.28C209.832 376.108 210.029 375.8 210.035 375.419L210.221 357.249C210.225 356.877 210.029 356.533 209.71 356.35Z"
|
|
700
|
-
fill="white"/>
|
|
701
|
-
<path
|
|
702
|
-
d="M209.313 356.808L193.304 347.653L189.292 342.408L182.74 338.661C182.474 338.509 182.144 338.703 182.14 339.017L182.098 342.974L182.06 346.595L181.91 361.144C181.906 361.517 182.102 361.861 182.419 362.043L208.148 376.756C208.808 377.135 209.623 376.651 209.632 375.877L209.819 357.707C209.826 357.336 209.631 356.991 209.313 356.808Z"
|
|
703
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
704
|
-
<path
|
|
705
|
-
d="M208.014 357.58L182.285 342.867C181.806 342.593 181.25 342.773 180.973 343.184C181.201 343.13 181.453 343.153 181.685 343.285L207.413 357.999C207.733 358.18 207.927 358.526 207.923 358.898L207.736 377.07C207.734 377.284 207.669 377.474 207.564 377.632C207.986 377.53 208.331 377.151 208.336 376.651L208.523 358.481C208.527 358.108 208.333 357.763 208.014 357.58Z"
|
|
706
|
-
fill="white"/>
|
|
707
|
-
<path
|
|
708
|
-
d="M206.499 377.95L180.771 363.236C180.454 363.055 180.258 362.709 180.262 362.338L180.448 344.167C180.456 343.394 181.271 342.912 181.933 343.289L207.662 358.002C207.979 358.183 208.175 358.529 208.171 358.901L207.984 377.071C207.975 377.845 207.159 378.329 206.499 377.95Z"
|
|
709
|
-
fill="#EDF5FC"/>
|
|
710
|
-
<path
|
|
711
|
-
d="M206.265 358.156L190.257 349.001L186.244 343.756L179.692 340.009C179.426 339.857 179.096 340.051 179.094 340.364V340.415C179.161 340.413 179.23 340.429 179.295 340.467L185.847 344.214L189.859 349.459L205.868 358.614C206.186 358.795 206.381 359.141 206.378 359.513L206.191 377.683C206.189 377.828 206.16 377.964 206.108 378.086C206.387 377.913 206.585 377.605 206.59 377.225L206.777 359.055C206.78 358.683 206.585 358.339 206.265 358.156Z"
|
|
712
|
-
fill="white"/>
|
|
713
|
-
<path
|
|
714
|
-
d="M205.869 358.614L189.86 349.459L185.848 344.214L179.295 340.467C179.029 340.315 178.699 340.509 178.695 340.822L178.654 344.779L178.615 348.401L178.465 362.95C178.461 363.323 178.657 363.667 178.974 363.848L204.703 378.562C205.363 378.941 206.179 378.457 206.188 377.683L206.375 359.513C206.382 359.141 206.186 358.797 205.869 358.614Z"
|
|
715
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
716
|
-
<path
|
|
717
|
-
d="M204.569 359.386L178.84 344.673C178.362 344.399 177.805 344.578 177.528 344.99C177.756 344.935 178.008 344.959 178.24 345.091L203.969 359.805C204.288 359.986 204.482 360.332 204.478 360.703L204.291 378.874C204.29 379.088 204.224 379.278 204.119 379.436C204.542 379.334 204.886 378.955 204.892 378.455L205.078 360.285C205.082 359.913 204.888 359.569 204.569 359.386Z"
|
|
718
|
-
fill="white"/>
|
|
719
|
-
<path
|
|
720
|
-
d="M203.055 379.756L177.326 365.042C177.009 364.861 176.813 364.515 176.817 364.144L177.004 345.973C177.011 345.199 177.827 344.718 178.489 345.094L204.217 359.808C204.534 359.989 204.73 360.335 204.726 360.707L204.54 378.877C204.531 379.651 203.715 380.134 203.055 379.756Z"
|
|
721
|
-
fill="#EDF5FC"/>
|
|
722
|
-
<path
|
|
723
|
-
d="M202.848 360.144L186.839 350.989L182.827 345.744L176.275 341.997C176.008 341.845 175.679 342.038 175.677 342.352V342.403C175.744 342.401 175.813 342.417 175.878 342.455L182.43 346.202L186.442 351.447L202.451 360.602C202.768 360.783 202.964 361.129 202.961 361.501L202.774 379.671C202.772 379.816 202.743 379.952 202.691 380.073C202.97 379.901 203.167 379.593 203.173 379.213L203.36 361.042C203.363 360.671 203.167 360.327 202.848 360.144Z"
|
|
724
|
-
fill="white"/>
|
|
725
|
-
<path
|
|
726
|
-
d="M202.452 360.602L186.443 351.447L182.43 346.202L175.878 342.455C175.612 342.303 175.282 342.497 175.278 342.81L175.236 346.767L175.198 350.389L175.048 364.937C175.044 365.311 175.24 365.655 175.557 365.836L201.286 380.55C201.946 380.928 202.762 380.444 202.771 379.671L202.957 361.5C202.965 361.129 202.771 360.785 202.452 360.602Z"
|
|
727
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
728
|
-
<path
|
|
729
|
-
d="M201.152 361.374L175.423 346.66C174.945 346.387 174.388 346.566 174.111 346.978C174.339 346.923 174.591 346.947 174.823 347.079L200.552 361.793C200.871 361.974 201.065 362.32 201.061 362.691L200.874 380.862C200.873 381.075 200.807 381.266 200.702 381.423C201.125 381.322 201.469 380.943 201.474 380.443L201.661 362.273C201.667 361.901 201.471 361.557 201.152 361.374Z"
|
|
730
|
-
fill="white"/>
|
|
731
|
-
<path
|
|
732
|
-
d="M199.638 381.744L173.909 367.031C173.592 366.849 173.396 366.503 173.4 366.132L173.587 347.962C173.594 347.188 174.41 346.706 175.071 347.083L200.8 361.796C201.117 361.978 201.313 362.324 201.309 362.695L201.123 380.866C201.115 381.639 200.299 382.123 199.638 381.744Z"
|
|
733
|
-
fill="#EDF5FC"/>
|
|
734
|
-
<path
|
|
735
|
-
d="M199.216 361.948L183.207 352.793L179.195 347.548L172.643 343.801C172.376 343.649 172.047 343.843 172.045 344.156V344.207C172.112 344.205 172.181 344.222 172.246 344.26L178.798 348.006L182.81 353.252L198.819 362.407C199.137 362.588 199.332 362.934 199.329 363.305L199.142 381.476C199.14 381.621 199.111 381.757 199.059 381.878C199.338 381.706 199.535 381.398 199.541 381.017L199.728 362.847C199.729 362.475 199.534 362.131 199.216 361.948Z"
|
|
736
|
-
fill="white"/>
|
|
737
|
-
<path
|
|
738
|
-
d="M198.82 362.406L182.811 353.252L178.798 348.006L172.246 344.26C171.98 344.107 171.65 344.301 171.646 344.615L171.604 348.572L171.566 352.193L171.416 366.742C171.412 367.115 171.608 367.46 171.925 367.641L197.654 382.354C198.314 382.733 199.13 382.249 199.139 381.476L199.325 363.305C199.333 362.934 199.137 362.589 198.82 362.406Z"
|
|
739
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
740
|
-
<path
|
|
741
|
-
d="M197.52 363.179L171.791 348.465C171.313 348.192 170.756 348.371 170.479 348.782C170.707 348.728 170.959 348.751 171.191 348.884L196.92 363.597C197.239 363.778 197.433 364.124 197.429 364.496L197.242 382.666C197.241 382.88 197.175 383.07 197.07 383.228C197.493 383.127 197.837 382.748 197.843 382.248L198.029 364.077C198.033 363.706 197.837 363.362 197.52 363.179Z"
|
|
742
|
-
fill="white"/>
|
|
743
|
-
<path
|
|
744
|
-
d="M196.006 383.548L170.277 368.835C169.96 368.653 169.764 368.307 169.768 367.936L169.955 349.765C169.962 348.992 170.778 348.51 171.439 348.887L197.168 363.6C197.485 363.781 197.681 364.127 197.677 364.499L197.491 382.669C197.481 383.443 196.666 383.927 196.006 383.548Z"
|
|
745
|
-
fill="#EDF5FC"/>
|
|
746
|
-
<path
|
|
747
|
-
d="M195.589 363.934L179.58 354.779L175.568 349.534L169.016 345.787C168.749 345.635 168.419 345.829 168.417 346.142V346.193C168.485 346.191 168.553 346.207 168.619 346.245L175.171 349.992L179.183 355.237L195.192 364.392C195.509 364.574 195.705 364.92 195.701 365.291L195.515 383.461C195.513 383.606 195.484 383.742 195.431 383.864C195.711 383.692 195.908 383.384 195.914 383.003L196.1 364.833C196.102 364.461 195.906 364.115 195.589 363.934Z"
|
|
748
|
-
fill="white"/>
|
|
749
|
-
<path
|
|
750
|
-
d="M195.192 364.392L179.183 355.237L175.171 349.992L168.619 346.245C168.352 346.093 168.022 346.287 168.019 346.6L167.977 350.557L167.939 354.179L167.789 368.728C167.785 369.101 167.981 369.445 168.298 369.626L194.026 384.34C194.686 384.719 195.502 384.235 195.511 383.461L195.698 365.291C195.705 364.919 195.51 364.575 195.192 364.392Z"
|
|
751
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
752
|
-
<path
|
|
753
|
-
d="M193.892 365.164L168.164 350.451C167.685 350.177 167.129 350.357 166.851 350.768C167.08 350.714 167.332 350.737 167.564 350.869L193.292 365.583C193.611 365.764 193.805 366.11 193.802 366.482L193.615 384.652C193.613 384.866 193.548 385.056 193.443 385.214C193.865 385.112 194.21 384.734 194.215 384.234L194.402 366.063C194.406 365.692 194.21 365.346 193.892 365.164Z"
|
|
754
|
-
fill="white"/>
|
|
755
|
-
<path
|
|
756
|
-
d="M192.378 385.534L166.65 370.82C166.333 370.639 166.137 370.293 166.14 369.922L166.327 351.751C166.334 350.978 167.15 350.496 167.812 350.872L193.541 365.586C193.858 365.767 194.054 366.113 194.05 366.485L193.863 384.655C193.854 385.429 193.038 385.912 192.378 385.534Z"
|
|
757
|
-
fill="#EDF5FC"/>
|
|
758
|
-
<path
|
|
759
|
-
d="M191.593 365.735L175.584 356.58L171.572 351.334L165.02 347.588C164.753 347.436 164.423 347.629 164.422 347.943V347.994C164.489 347.992 164.558 348.008 164.623 348.046L171.175 351.793L175.187 357.038L191.196 366.193C191.513 366.374 191.709 366.72 191.706 367.092L191.519 385.262C191.517 385.407 191.488 385.543 191.435 385.664C191.715 385.492 191.912 385.184 191.918 384.804L192.104 366.633C192.108 366.262 191.912 365.916 191.593 365.735Z"
|
|
760
|
-
fill="white"/>
|
|
761
|
-
<path
|
|
762
|
-
d="M191.196 366.193L175.188 357.038L171.175 351.793L164.623 348.046C164.357 347.894 164.027 348.087 164.023 348.401L163.981 352.358L163.943 355.98L163.793 370.528C163.789 370.902 163.985 371.246 164.302 371.427L190.031 386.141C190.691 386.519 191.506 386.035 191.516 385.262L191.702 367.091C191.71 366.72 191.514 366.374 191.196 366.193Z"
|
|
763
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
764
|
-
<path
|
|
765
|
-
d="M189.897 366.965L164.168 352.251C163.69 351.978 163.133 352.157 162.856 352.568C163.084 352.514 163.336 352.538 163.568 352.67L189.296 367.383C189.616 367.565 189.81 367.911 189.806 368.282L189.619 386.453C189.617 386.666 189.552 386.857 189.447 387.014C189.869 386.913 190.214 386.534 190.219 386.034L190.406 367.864C190.41 367.492 190.216 367.146 189.897 366.965Z"
|
|
766
|
-
fill="white"/>
|
|
767
|
-
<path
|
|
768
|
-
d="M188.382 387.334L162.654 372.621C162.337 372.44 162.141 372.094 162.145 371.722L162.331 353.552C162.339 352.778 163.154 352.296 163.816 352.673L189.545 367.387C189.862 367.568 190.058 367.914 190.054 368.285L189.867 386.456C189.858 387.229 189.042 387.713 188.382 387.334Z"
|
|
769
|
-
fill="#EDF5FC"/>
|
|
770
|
-
<path
|
|
771
|
-
d="M187.954 367.358L171.945 358.203L167.933 352.958L161.381 349.211C161.114 349.059 160.784 349.253 160.782 349.566V349.617C160.849 349.615 160.918 349.631 160.984 349.669L167.536 353.416L171.548 358.661L187.557 367.816C187.874 367.997 188.07 368.343 188.066 368.715L187.88 386.885C187.878 387.03 187.849 387.166 187.796 387.288C188.075 387.115 188.273 386.807 188.279 386.427L188.465 368.257C188.469 367.883 188.273 367.539 187.954 367.358Z"
|
|
772
|
-
fill="white"/>
|
|
773
|
-
<path
|
|
774
|
-
d="M187.557 367.816L171.548 358.661L167.536 353.416L160.984 349.669C160.717 349.517 160.387 349.711 160.384 350.024L160.342 353.981L160.304 357.603L160.154 372.152C160.15 372.525 160.346 372.869 160.663 373.05L186.391 387.764C187.051 388.143 187.867 387.659 187.876 386.885L188.063 368.715C188.07 368.342 187.874 367.997 187.557 367.816Z"
|
|
775
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
776
|
-
<path
|
|
777
|
-
d="M186.257 368.588L160.529 353.875C160.05 353.601 159.494 353.781 159.216 354.192C159.445 354.138 159.697 354.161 159.929 354.293L185.657 369.007C185.976 369.188 186.17 369.534 186.167 369.906L185.98 388.076C185.978 388.29 185.913 388.48 185.808 388.638C186.23 388.536 186.575 388.157 186.58 387.657L186.767 369.487C186.77 369.114 186.576 368.77 186.257 368.588Z"
|
|
778
|
-
fill="white"/>
|
|
779
|
-
<path
|
|
780
|
-
d="M184.743 388.958L159.015 374.244C158.698 374.063 158.502 373.717 158.505 373.346L158.692 355.175C158.699 354.402 159.515 353.92 160.177 354.296L185.905 369.01C186.223 369.191 186.418 369.537 186.415 369.909L186.228 388.079C186.219 388.853 185.403 389.335 184.743 388.958Z"
|
|
781
|
-
fill="#EDF5FC"/>
|
|
782
|
-
<path
|
|
783
|
-
d="M183.958 369.338L167.949 360.184L163.937 354.938L157.385 351.192C157.118 351.039 156.788 351.233 156.786 351.547V351.597C156.854 351.596 156.922 351.612 156.988 351.65L163.54 355.397L167.552 360.642L183.561 369.797C183.878 369.978 184.074 370.324 184.07 370.696L183.884 388.866C183.882 389.011 183.853 389.147 183.8 389.268C184.08 389.096 184.277 388.788 184.283 388.408L184.469 370.237C184.471 369.866 184.275 369.521 183.958 369.338Z"
|
|
784
|
-
fill="white"/>
|
|
785
|
-
<path
|
|
786
|
-
d="M183.559 369.799L167.551 360.644L163.538 355.398L156.986 351.652C156.72 351.499 156.39 351.693 156.386 352.007L156.344 355.964L156.306 359.586L156.156 374.134C156.152 374.507 156.348 374.852 156.665 375.033L182.394 389.746C183.054 390.125 183.869 389.641 183.879 388.868L184.065 370.697C184.074 370.324 183.879 369.98 183.559 369.799Z"
|
|
787
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
788
|
-
<path
|
|
789
|
-
d="M182.261 370.569L156.532 355.855C156.054 355.582 155.497 355.761 155.22 356.172C155.448 356.118 155.7 356.142 155.932 356.274L181.661 370.987C181.98 371.169 182.174 371.515 182.17 371.886L181.983 390.056C181.982 390.27 181.916 390.46 181.811 390.618C182.234 390.517 182.578 390.138 182.584 389.638L182.77 371.467C182.774 371.096 182.578 370.752 182.261 370.569Z"
|
|
790
|
-
fill="white"/>
|
|
791
|
-
<path
|
|
792
|
-
d="M180.745 390.94L155.017 376.227C154.7 376.045 154.504 375.699 154.508 375.328L154.694 357.158C154.702 356.384 155.517 355.902 156.179 356.279L181.909 370.992C182.227 371.174 182.422 371.52 182.419 371.891L182.232 390.061C182.223 390.835 181.407 391.317 180.745 390.94Z"
|
|
793
|
-
fill="#EDF5FC"/>
|
|
794
|
-
<path
|
|
795
|
-
d="M180.331 371.324L164.322 362.169L160.31 356.924L153.758 353.177C153.491 353.025 153.161 353.219 153.159 353.532V353.583C153.226 353.581 153.295 353.598 153.36 353.636L159.913 357.382L163.925 362.628L179.934 371.783C180.251 371.964 180.447 372.31 180.443 372.681L180.257 390.852C180.255 390.997 180.226 391.133 180.173 391.254C180.452 391.082 180.65 390.774 180.655 390.393L180.842 372.223C180.844 371.851 180.648 371.507 180.331 371.324Z"
|
|
796
|
-
fill="white"/>
|
|
797
|
-
<path
|
|
798
|
-
d="M179.932 371.782L163.923 362.627L159.911 357.382L153.359 353.636C153.092 353.483 152.762 353.677 152.759 353.991L152.717 357.948L152.679 361.569L152.528 376.118C152.525 376.491 152.721 376.836 153.038 377.017L178.766 391.73C179.426 392.109 180.242 391.625 180.251 390.852L180.438 372.681C180.447 372.31 180.251 371.965 179.932 371.782Z"
|
|
799
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
800
|
-
<path
|
|
801
|
-
d="M178.632 372.555L152.904 357.841C152.425 357.567 151.869 357.747 151.591 358.158C151.82 358.104 152.072 358.127 152.304 358.26L178.032 372.973C178.351 373.154 178.545 373.5 178.542 373.872L178.355 392.042C178.353 392.256 178.288 392.446 178.183 392.604C178.605 392.502 178.95 392.124 178.955 391.624L179.142 373.453C179.147 373.082 178.951 372.738 178.632 372.555Z"
|
|
802
|
-
fill="white"/>
|
|
803
|
-
<path
|
|
804
|
-
d="M177.118 392.926L151.39 378.212C151.072 378.031 150.877 377.685 150.88 377.314L151.067 359.143C151.074 358.37 151.89 357.888 152.552 358.265L178.28 372.978C178.598 373.159 178.793 373.505 178.79 373.877L178.603 392.047C178.596 392.821 177.78 393.303 177.118 392.926Z"
|
|
805
|
-
fill="#EDF5FC"/>
|
|
806
|
-
<g opacity="0.6" filter="url(#filter0_b_2747_41030)">
|
|
807
|
-
<path d="M155.446 392.85L76.1015 105.184L255.812 206.633L155.446 392.85Z"
|
|
808
|
-
fill="url(#paint2_linear_2747_41030)"/>
|
|
809
|
-
</g>
|
|
810
|
-
<path
|
|
811
|
-
d="M397.347 281.583V281.579L364.042 298.059V298.055L330.735 314.536V314.532L297.43 331.012L264.123 347.492V347.49L230.818 363.972V363.967L197.511 380.448L164.206 396.929V407.585L197.511 391.105L230.818 374.625V374.629L264.123 358.149V358.151L297.43 341.669L330.735 325.189V325.192L364.042 308.712V308.718L397.347 292.236V292.241L427.43 277.343V266.684L397.347 281.583Z"
|
|
812
|
-
fill="#EDF5FC"/>
|
|
813
|
-
<path d="M124.155 364.667V391.362L162.514 410.846V383.845L124.155 364.667Z" fill="#BDC7CE" fill-opacity="0.2"/>
|
|
814
|
-
<path d="M124.155 364.667L125.846 363.381L164.206 382.559L162.514 383.845L124.155 364.667Z" fill="white"/>
|
|
815
|
-
<path d="M162.514 410.846V383.845L164.206 382.558V409.56L162.514 410.846Z" fill="#EDF5FC"/>
|
|
816
|
-
<path d="M136.951 386.992V390.873L142.972 393.417V389.599L136.951 386.992Z" fill="#E1EBF7"/>
|
|
817
|
-
<path d="M146.409 391.205V389.361L144.499 390.417V388.793L142.972 389.6V393.417L146.409 391.205Z"
|
|
818
|
-
fill="#EDF5FC"/>
|
|
819
|
-
<path d="M138.287 386.168L136.951 386.992L142.972 389.599L144.498 388.793L138.287 386.168Z" fill="white"/>
|
|
820
|
-
<path d="M146.409 389.361L144.499 388.793V390.417L146.409 389.361Z" fill="white"/>
|
|
821
|
-
<path
|
|
822
|
-
d="M397.347 279.708V279.702L364.042 296.184V296.179L330.735 312.659V312.655L297.43 329.135L264.123 345.617V345.615L230.818 362.095V362.092L197.511 378.572L164.206 395.052V396.929L197.511 380.449L230.818 363.967V363.972L264.123 347.49V347.492L297.43 331.012L330.735 314.532V314.536L364.042 298.056V298.059L397.347 281.579V281.583L427.43 266.685V264.808L397.347 279.708Z"
|
|
823
|
-
fill="white"/>
|
|
824
|
-
<g clip-path="url(#clip0_2747_41030)">
|
|
825
|
-
<path d="M128.854 144.797L117.05 151.581L129.367 158.531L141.14 152.156L128.854 144.797Z" fill="white"/>
|
|
826
|
-
<path d="M129.368 193.64L141.14 186.841V152.155L129.368 158.531V193.64Z" fill="#EDF5FC"/>
|
|
827
|
-
<path d="M135.27 197.016L147.179 190.058L141.14 186.842L129.368 193.641L135.27 197.016Z" fill="white"/>
|
|
828
|
-
<path d="M129.623 216.727L141.139 210.07V198.904L129.623 205.336V216.727Z" fill="#D1DFEB"/>
|
|
829
|
-
<path d="M135.27 197.017V208.662L147.179 201.624V190.058L135.27 197.017Z" fill="#EDF5FC"/>
|
|
830
|
-
<path
|
|
831
|
-
d="M117.05 151.581L96.3913 174.235V186.265L116.407 197.783V209.046L129.623 216.726V205.336L135.27 208.662V197.016L129.367 193.64V158.531L117.05 151.581Z"
|
|
832
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
833
|
-
<path d="M116.471 176.537L107.908 181.369L116.471 170.522V176.537Z" fill="#D1DFEB"/>
|
|
834
|
-
<path d="M116.471 186.265L107.908 181.369L116.471 176.537V186.265Z" fill="white"/>
|
|
835
|
-
<path
|
|
836
|
-
d="M171.732 188.111C168.872 183.61 164.922 179.572 160.56 177.06C159.923 176.693 159.297 176.371 158.68 176.088C154.826 174.325 151.399 174.189 148.909 175.464L148.813 175.516C146.293 176.855 144.758 179.667 144.758 183.721V212.331C144.758 221.035 151.832 232.167 160.56 237.192C165.05 239.778 169.103 240.244 171.979 238.901L171.994 238.892L172.895 238.385L172.903 238.378C175.066 236.929 176.359 234.253 176.359 230.53V201.921C176.359 197.567 174.59 192.608 171.732 188.111ZM165.117 222.964C165.117 225.495 163.06 226.363 160.521 224.901C157.983 223.439 155.926 220.204 155.926 217.67V191.658C155.926 189.779 157.058 188.818 158.68 189.042C159.243 189.12 159.867 189.342 160.521 189.72C161.789 190.453 162.939 191.625 163.771 192.934C164.604 194.243 165.117 195.684 165.117 196.951V222.964Z"
|
|
837
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
838
|
-
<path
|
|
839
|
-
d="M190.188 194.155V222.765C190.188 226.167 189.108 228.694 187.269 230.212L187.263 230.215L185.189 231.387L172.808 238.379C174.971 236.929 176.264 234.253 176.264 230.53V201.921C176.264 197.567 174.495 192.608 171.637 188.112C168.776 183.611 164.827 179.572 160.464 177.06C159.827 176.693 159.202 176.371 158.585 176.088C154.731 174.326 151.303 174.19 148.813 175.464L161.863 168.233L163.266 167.453L163.272 167.451C166.128 166.276 170.054 166.797 174.386 169.294C178.751 171.805 182.701 175.846 185.561 180.345C188.419 184.844 190.188 189.803 190.188 194.155Z"
|
|
840
|
-
fill="url(#paint3_linear_2747_41030)"/>
|
|
841
|
-
<path d="M216.231 193.64L204.427 200.424L216.744 207.374L228.517 200.999L216.231 193.64Z" fill="white"/>
|
|
842
|
-
<path d="M216.745 242.484L228.517 235.683V200.999L216.745 207.374V242.484Z" fill="#EDF5FC"/>
|
|
843
|
-
<path d="M222.647 245.86L234.556 238.901L228.517 235.683L216.745 242.484L222.647 245.86Z" fill="white"/>
|
|
844
|
-
<path d="M217.003 265.57L228.517 258.914V247.748L217.003 254.177V265.57Z" fill="#D1DFEB"/>
|
|
845
|
-
<path d="M222.647 245.86V257.506L234.556 250.467V238.901L222.647 245.86Z" fill="#EDF5FC"/>
|
|
846
|
-
<path
|
|
847
|
-
d="M204.427 200.424L183.771 223.076V235.108L203.786 246.626V257.889L217.002 265.57V254.177L222.647 257.505V245.859L216.745 242.484V207.374L204.427 200.424Z"
|
|
848
|
-
fill="#BDC7CE" fill-opacity="0.2"/>
|
|
849
|
-
<path d="M203.851 225.38L195.286 230.212L203.851 219.365V225.38Z" fill="#D1DFEB"/>
|
|
850
|
-
<path d="M203.851 235.108L195.286 230.212L203.851 225.38V235.108Z" fill="white"/>
|
|
851
|
-
<path opacity="0.7"
|
|
852
|
-
d="M163.686 216.85V192.811C162.861 191.554 161.748 190.429 160.521 189.723C157.983 188.261 155.926 189.129 155.926 191.66V217.673C155.926 220.204 157.983 223.441 160.521 224.901C163.058 226.363 165.115 225.495 165.115 222.964V220.99C164.238 219.649 163.686 218.156 163.686 216.85Z"
|
|
853
|
-
fill="url(#paint4_linear_2747_41030)"/>
|
|
854
|
-
</g>
|
|
855
|
-
<defs>
|
|
856
|
-
<filter id="filter0_b_2747_41030" x="74.1015" y="103.184" width="183.71" height="291.666"
|
|
857
|
-
filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
858
|
-
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
859
|
-
<feGaussianBlur in="BackgroundImage" stdDeviation="1"/>
|
|
860
|
-
<feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_2747_41030"/>
|
|
861
|
-
<feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_2747_41030" result="shape"/>
|
|
862
|
-
</filter>
|
|
863
|
-
<radialGradient id="paint0_radial_2747_41030" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse"
|
|
864
|
-
gradientTransform="translate(279 279) rotate(90) scale(275)">
|
|
865
|
-
<stop offset="0.501769" stop-color="#C9E5F2"/>
|
|
866
|
-
<stop offset="1" stop-color="#C9E5F2" stop-opacity="0"/>
|
|
867
|
-
</radialGradient>
|
|
868
|
-
<linearGradient id="paint1_linear_2747_41030" x1="139.995" y1="391.148" x2="429.403" y2="290.157"
|
|
869
|
-
gradientUnits="userSpaceOnUse">
|
|
870
|
-
<stop offset="0.135" stop-color="#DEE7F0"/>
|
|
871
|
-
<stop offset="1" stop-color="#E2ECF5"/>
|
|
872
|
-
</linearGradient>
|
|
873
|
-
<linearGradient id="paint2_linear_2747_41030" x1="155.147" y1="189.242" x2="155.102" y2="372.122"
|
|
874
|
-
gradientUnits="userSpaceOnUse">
|
|
875
|
-
<stop offset="0.25175" stop-color="#FFFCEC" stop-opacity="0"/>
|
|
876
|
-
<stop offset="1" stop-color="#FFF4C5"/>
|
|
877
|
-
</linearGradient>
|
|
878
|
-
<linearGradient id="paint3_linear_2747_41030" x1="169.501" y1="166.852" x2="169.501" y2="238.379"
|
|
879
|
-
gradientUnits="userSpaceOnUse">
|
|
880
|
-
<stop offset="0.119703" stop-color="white"/>
|
|
881
|
-
<stop offset="0.671976" stop-color="#DCE8F2"/>
|
|
882
|
-
</linearGradient>
|
|
883
|
-
<linearGradient id="paint4_linear_2747_41030" x1="160.522" y1="203.183" x2="160.522" y2="224.43"
|
|
884
|
-
gradientUnits="userSpaceOnUse">
|
|
885
|
-
<stop offset="0.0648" stop-color="#DEE7F0"/>
|
|
886
|
-
<stop offset="0.9157" stop-color="#FAFDFF"/>
|
|
887
|
-
</linearGradient>
|
|
888
|
-
<clipPath id="clip0_2747_41030">
|
|
889
|
-
<rect width="138.164" height="120.773" fill="white" transform="translate(96.3913 144.797)"/>
|
|
890
|
-
</clipPath>
|
|
891
|
-
</defs>
|
|
892
|
-
</svg>
|
|
893
|
-
</div>
|
|
894
|
-
<div class="error__info">
|
|
895
|
-
<div class="error__info__content">
|
|
896
|
-
<h3 class="title">404</h3>
|
|
897
|
-
<p class="title-bottom">Запрашиваемая страница не найдена</p>
|
|
898
|
-
<p class="text">Похоже вы допустили опечатку, набирая адрес, или воспользовались неисправной ссылкой.</p>
|
|
899
|
-
<p class="text">Чтобы найти нужную информацию, воспользуйтесь формой поиска на главной странице.</p>
|
|
900
|
-
</div>
|
|
901
|
-
<div class="error__info__button">
|
|
902
|
-
<a-button variant="yellow" size="sm" nuxt-url="/">Перейти на главную</a-button>
|
|
903
|
-
</div>
|
|
904
|
-
</div>
|
|
905
|
-
</div>
|
|
906
|
-
</template>
|
|
907
|
-
|
|
908
|
-
<script>
|
|
909
|
-
|
|
910
|
-
export default {
|
|
911
|
-
name: "ErrorNotFound",
|
|
912
|
-
layout: "empty"
|
|
913
|
-
}
|
|
914
|
-
</script>
|
|
915
|
-
|
|
916
|
-
<style lang="scss" scoped>
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
.title{
|
|
920
|
-
font-weight: 700;
|
|
921
|
-
font-size: 36px;
|
|
922
|
-
line-height: 40px;
|
|
923
|
-
color: #2C3E50;
|
|
924
|
-
margin-bottom: 24px;
|
|
925
|
-
max-width: 541px;
|
|
926
|
-
@media only screen and (max-width: 820px) {
|
|
927
|
-
max-width: none;
|
|
928
|
-
}
|
|
929
|
-
&-bottom{
|
|
930
|
-
font-size: 24px;
|
|
931
|
-
line-height: 32px;
|
|
932
|
-
font-weight: 700;
|
|
933
|
-
color: #2C3E50;
|
|
934
|
-
margin-bottom: 24px;
|
|
935
|
-
max-width: 541px;
|
|
936
|
-
@media only screen and (max-width: 820px) {
|
|
937
|
-
max-width: none;
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
.text{
|
|
942
|
-
font-weight: 500;
|
|
943
|
-
font-size: 14px;
|
|
944
|
-
line-height: 20px;
|
|
945
|
-
color: #2C3E50;
|
|
946
|
-
margin-bottom: 16px;
|
|
947
|
-
max-width: 541px;
|
|
948
|
-
@media only screen and (max-width: 820px) {
|
|
949
|
-
max-width: none;
|
|
950
|
-
}
|
|
951
|
-
&:last-child{
|
|
952
|
-
margin-bottom: 0;
|
|
953
|
-
}
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
.error {
|
|
958
|
-
display: flex;
|
|
959
|
-
flex-direction: row;
|
|
960
|
-
justify-content: center;
|
|
961
|
-
align-items: center;
|
|
962
|
-
gap: 40px;
|
|
963
|
-
@media only screen and (max-width: 820px) {
|
|
964
|
-
margin: 0 16px;
|
|
965
|
-
height: 100%;
|
|
966
|
-
margin-top: 24px;
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
&__images {
|
|
970
|
-
max-width: 550px;
|
|
971
|
-
max-height: 550px;
|
|
972
|
-
@media only screen and (max-width: 820px) {
|
|
973
|
-
display: none;
|
|
974
|
-
}
|
|
975
|
-
svg {
|
|
976
|
-
width: 100%;
|
|
977
|
-
height: 100%;
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
&__info{
|
|
981
|
-
display: grid;
|
|
982
|
-
height: 100%;
|
|
983
|
-
gap: 32px;
|
|
984
|
-
|
|
985
|
-
&__button{
|
|
986
|
-
max-width: 207px;
|
|
987
|
-
@media only screen and (max-width: 820px){
|
|
988
|
-
max-width: none;
|
|
989
|
-
}
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
</style>
|