adata-ui 0.3.98 → 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,224 +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_48132)" fill-opacity="0.8"/>
|
|
6
|
-
<g opacity="0.6">
|
|
7
|
-
<path
|
|
8
|
-
d="M424.996 291.104C424.458 295.933 361.97 306.813 285.426 315.405C208.881 323.998 147.268 327.047 147.807 322.218C148.346 317.389 210.833 306.509 287.376 297.917C363.92 289.325 425.537 286.275 424.996 291.104Z"
|
|
9
|
-
fill="url(#paint1_linear_2747_48132)" fill-opacity="0.5" style="mix-blend-mode:multiply"/>
|
|
10
|
-
</g>
|
|
11
|
-
<g opacity="0.7">
|
|
12
|
-
<g opacity="0.7">
|
|
13
|
-
<g opacity="0.7">
|
|
14
|
-
<path
|
|
15
|
-
d="M97.6231 277.667L130.685 284.936L99.2644 289.647L117.528 294.082C119.806 293.369 121.584 292.896 122.874 292.668C124.159 292.437 125.393 292.233 126.57 292.057C131.87 291.262 138.613 290.975 146.806 291.197C154.992 291.418 163.858 292.138 173.406 293.358C182.951 294.578 192.416 296.219 201.794 298.281C218.211 301.891 227.706 305.125 230.278 307.985C232.855 310.845 227.85 313.217 215.272 315.104C204.502 316.719 193.069 317.456 180.96 317.313L148.393 310.153C154.736 310.193 161.081 310.06 167.427 309.753C173.774 309.445 178.611 309.043 181.934 308.544C186.56 307.85 188.561 306.975 187.927 305.918C187.29 304.861 183.929 303.663 177.829 302.323C172.202 301.085 166.55 300.309 160.877 299.996C155.204 299.682 149.801 299.91 144.669 300.679C140.758 301.266 137.704 302.157 135.507 303.355L119.119 303.135L45 285.558L97.6231 277.667Z"
|
|
16
|
-
fill="url(#paint2_linear_2747_48132)" style="mix-blend-mode:multiply"/>
|
|
17
|
-
</g>
|
|
18
|
-
</g>
|
|
19
|
-
<g opacity="0.7">
|
|
20
|
-
<g opacity="0.7">
|
|
21
|
-
<path
|
|
22
|
-
d="M221.578 258.299C227.552 257.402 234.559 256.973 242.599 257.004C250.642 257.038 259.05 257.542 267.834 258.516C276.623 259.492 284.868 260.826 292.57 262.52C298.335 263.787 303.208 265.026 307.195 266.236C311.182 267.447 314.59 268.714 317.421 270.036C320.253 271.358 322.712 272.829 324.809 274.448C326.899 276.066 330.14 279.249 334.52 283.993L335.524 284.214L370.418 278.983L403.184 286.187L336.239 296.224L310.11 290.479L296.351 279.124C292.069 275.803 288.953 273.562 287.012 272.405C285.067 271.246 283.075 270.299 281.043 269.565C279.006 268.828 276.45 268.123 273.366 267.444C269.544 266.605 265.751 266.058 261.987 265.806C258.214 265.553 254.926 265.639 252.109 266.061C249.208 266.496 247.595 267.228 247.274 268.254C246.96 269.281 247.504 270.64 248.919 272.337L209.7 268.778C207.688 266.577 206.839 264.913 207.164 263.787C207.49 262.661 208.787 261.643 211.05 260.733C213.313 259.823 216.823 259.012 221.578 258.299Z"
|
|
23
|
-
fill="url(#paint3_linear_2747_48132)" style="mix-blend-mode:multiply"/>
|
|
24
|
-
</g>
|
|
25
|
-
</g>
|
|
26
|
-
<g opacity="0.7">
|
|
27
|
-
<g opacity="0.7">
|
|
28
|
-
<path
|
|
29
|
-
d="M189.419 270.164C207.733 272.113 229.451 275.85 254.58 281.375C280.574 287.09 296.887 291.688 303.513 295.166C310.141 298.645 307.814 301.229 296.542 302.92C285.52 304.573 270.898 304.43 252.67 302.492C234.446 300.553 212.874 296.846 187.949 291.366C161.815 285.62 145.388 280.999 138.659 277.497C131.939 273.997 134.21 271.401 145.485 269.71C156.463 268.064 171.109 268.216 189.419 270.164ZM261.828 292.85C256.677 291.243 245.996 288.658 229.782 285.093C213.499 281.514 201.441 279.104 193.601 277.862C185.768 276.622 180.309 276.231 177.242 276.691C174.169 277.152 175.137 278.173 180.127 279.752C185.124 281.333 195.996 283.964 212.746 287.647C229.363 291.3 241.434 293.714 248.974 294.887C256.506 296.061 261.809 296.418 264.882 295.958C267.994 295.492 266.978 294.457 261.828 292.85Z"
|
|
30
|
-
fill="url(#paint4_linear_2747_48132)" style="mix-blend-mode:multiply"/>
|
|
31
|
-
</g>
|
|
32
|
-
</g>
|
|
33
|
-
</g>
|
|
34
|
-
<path
|
|
35
|
-
d="M232.518 246.391L222.047 240.69C221.895 240.608 221.742 240.526 221.587 240.447C221.537 240.422 221.487 240.397 221.437 240.371C221.361 240.333 221.286 240.294 221.21 240.257C221.156 240.23 221.1 240.204 221.046 240.177C220.885 240.1 220.725 240.025 220.565 239.951C220.515 239.928 220.463 239.907 220.413 239.884C220.3 239.833 220.188 239.783 220.075 239.736C220.018 239.711 219.96 239.687 219.903 239.662C219.791 239.616 219.679 239.57 219.566 239.525C219.512 239.503 219.459 239.481 219.404 239.46C219.262 239.404 219.119 239.35 218.977 239.297C218.954 239.289 218.932 239.279 218.909 239.271C218.743 239.21 218.578 239.151 218.411 239.094C218.362 239.078 218.313 239.062 218.264 239.045C218.145 239.006 218.024 238.967 217.904 238.929C217.844 238.91 217.785 238.892 217.725 238.873C217.611 238.838 217.496 238.804 217.38 238.77C217.322 238.753 217.265 238.736 217.206 238.719C217.072 238.681 216.936 238.645 216.801 238.609C216.771 238.601 216.741 238.593 216.711 238.585C216.705 238.584 216.699 238.582 216.693 238.581C216.507 238.533 216.321 238.487 216.134 238.444C216.084 238.431 216.033 238.421 215.983 238.41C215.838 238.377 215.691 238.344 215.545 238.315C215.492 238.304 215.44 238.293 215.387 238.282C215.197 238.244 215.007 238.207 214.816 238.173C214.798 238.171 214.779 238.168 214.76 238.164C214.585 238.134 214.41 238.105 214.235 238.078C214.178 238.07 214.122 238.062 214.065 238.054C213.91 238.032 213.756 238.01 213.601 237.991C213.557 237.986 213.513 237.979 213.469 237.975C213.275 237.952 213.079 237.93 212.883 237.911C212.838 237.907 212.793 237.903 212.748 237.899C212.591 237.884 212.433 237.872 212.276 237.859C212.217 237.855 212.16 237.851 212.102 237.847C211.92 237.835 211.737 237.824 211.554 237.816C211.536 237.815 211.517 237.813 211.499 237.813C211.298 237.804 211.096 237.798 210.894 237.793C210.838 237.792 210.781 237.792 210.725 237.79C210.568 237.787 210.41 237.786 210.252 237.786C210.197 237.786 210.143 237.786 210.09 237.786C209.886 237.787 209.681 237.79 209.476 237.796C209.444 237.797 209.411 237.798 209.38 237.798C209.204 237.804 209.027 237.811 208.849 237.819C208.788 237.821 208.727 237.826 208.666 237.828C208.495 237.838 208.324 237.849 208.153 237.861C208.112 237.864 208.07 237.866 208.029 237.869C207.82 237.885 207.61 237.903 207.399 237.923C207.346 237.929 207.294 237.934 207.241 237.94C207.075 237.956 206.909 237.974 206.742 237.994C206.681 238.001 206.62 238.008 206.56 238.016C206.346 238.042 206.131 238.069 205.916 238.1C204.673 238.275 203.319 238.502 201.855 238.781C200.942 238.953 199.636 239.308 197.94 239.844C197.431 240.004 196.888 240.182 196.308 240.375C196.212 240.408 196.114 240.441 196.016 240.473C195.523 240.639 195.008 240.815 194.466 241.004L204.937 246.704C208.4 245.499 210.863 244.755 212.326 244.479C213.789 244.201 215.144 243.974 216.386 243.799C216.602 243.769 216.817 243.74 217.031 243.714C217.092 243.708 217.153 243.699 217.213 243.693C217.38 243.674 217.546 243.656 217.711 243.638C217.764 243.633 217.817 243.627 217.87 243.622C218.081 243.602 218.291 243.584 218.5 243.568C218.541 243.565 218.582 243.562 218.624 243.56C218.796 243.547 218.967 243.536 219.138 243.527C219.199 243.524 219.26 243.52 219.32 243.517C219.498 243.509 219.676 243.501 219.852 243.497C219.884 243.496 219.916 243.494 219.947 243.494C220.152 243.489 220.357 243.486 220.561 243.485C220.615 243.485 220.67 243.485 220.723 243.485C220.88 243.485 221.039 243.486 221.195 243.489C221.251 243.49 221.308 243.49 221.363 243.492C221.566 243.496 221.766 243.502 221.967 243.512C221.986 243.513 222.004 243.515 222.023 243.515C222.206 243.523 222.388 243.534 222.57 243.546C222.629 243.55 222.686 243.554 222.744 243.558C222.901 243.57 223.059 243.583 223.216 243.598C223.261 243.602 223.306 243.606 223.351 243.61C223.546 243.629 223.742 243.651 223.937 243.674C223.981 243.679 224.025 243.684 224.069 243.69C224.225 243.709 224.38 243.731 224.533 243.752C224.589 243.761 224.646 243.769 224.702 243.777C224.878 243.804 225.053 243.831 225.228 243.862C225.246 243.865 225.265 243.868 225.284 243.872C225.475 243.906 225.665 243.943 225.855 243.981C225.908 243.992 225.96 244.002 226.013 244.013C226.16 244.043 226.306 244.076 226.453 244.108C226.503 244.119 226.553 244.13 226.602 244.142C226.789 244.186 226.977 244.232 227.163 244.279C227.198 244.289 227.233 244.299 227.27 244.308C227.406 244.343 227.542 244.38 227.676 244.418C227.734 244.434 227.791 244.452 227.85 244.468C227.965 244.502 228.079 244.536 228.193 244.572C228.253 244.591 228.313 244.608 228.372 244.627C228.493 244.665 228.613 244.705 228.732 244.744C228.781 244.76 228.831 244.777 228.88 244.793C229.047 244.85 229.213 244.908 229.378 244.97C229.401 244.978 229.423 244.987 229.446 244.995C229.589 245.048 229.731 245.103 229.874 245.158C229.928 245.18 229.982 245.202 230.037 245.224C230.149 245.268 230.261 245.315 230.372 245.361C230.43 245.385 230.487 245.41 230.546 245.434C230.658 245.483 230.771 245.532 230.884 245.582C230.934 245.605 230.986 245.627 231.036 245.65C231.197 245.724 231.358 245.798 231.516 245.876C231.648 245.94 231.777 246.005 231.907 246.07C231.958 246.096 232.008 246.12 232.057 246.146C232.213 246.226 232.366 246.308 232.518 246.391Z"
|
|
36
|
-
fill="#D1DFEB"/>
|
|
37
|
-
<path d="M178.336 313.748L167.865 308.047L167.908 284.76L178.378 290.458L178.336 313.748Z" fill="#EDF5FC"/>
|
|
38
|
-
<path
|
|
39
|
-
d="M217.723 285.078C217.767 284.985 217.811 284.892 217.854 284.798C217.871 284.763 217.887 284.726 217.903 284.691C217.959 284.564 218.015 284.437 218.066 284.309C218.07 284.298 218.074 284.287 218.078 284.276C218.126 284.158 218.172 284.037 218.217 283.916C218.222 283.9 218.229 283.885 218.236 283.869C218.248 283.833 218.26 283.798 218.274 283.763C218.293 283.71 218.312 283.658 218.329 283.605C218.348 283.548 218.367 283.491 218.386 283.434C218.404 283.381 218.422 283.328 218.438 283.275C218.456 283.217 218.473 283.158 218.491 283.101C218.507 283.047 218.524 282.994 218.54 282.94C218.558 282.881 218.574 282.821 218.59 282.762C218.605 282.707 218.62 282.653 218.635 282.599C218.651 282.539 218.666 282.478 218.681 282.418C218.695 282.364 218.708 282.308 218.722 282.254C218.737 282.192 218.75 282.131 218.764 282.069C218.776 282.013 218.79 281.957 218.801 281.902C218.814 281.839 218.826 281.777 218.839 281.714C218.849 281.659 218.862 281.602 218.873 281.546C218.885 281.482 218.896 281.418 218.906 281.354C218.916 281.297 218.927 281.242 218.936 281.184C218.947 281.119 218.957 281.054 218.968 280.989C218.976 280.932 218.985 280.876 218.993 280.819C219.003 280.752 219.011 280.686 219.02 280.618C219.029 280.561 219.035 280.505 219.042 280.447C219.05 280.379 219.057 280.31 219.065 280.242C219.072 280.185 219.079 280.128 219.084 280.071C219.091 280.001 219.098 279.929 219.103 279.86C219.109 279.803 219.114 279.747 219.118 279.69C219.124 279.617 219.129 279.543 219.133 279.47C219.137 279.414 219.141 279.36 219.144 279.304C219.148 279.227 219.152 279.148 219.156 279.069C219.159 279.016 219.162 278.965 219.164 278.912C219.168 278.823 219.17 278.734 219.173 278.644C219.174 278.601 219.175 278.559 219.177 278.515C219.179 278.382 219.181 278.248 219.181 278.113C219.189 274.089 217.862 271.137 215.206 269.259C215.067 269.161 214.925 269.067 214.779 268.976C214.634 268.885 214.484 268.798 214.33 268.715L203.859 263.015C204.166 263.182 204.458 263.363 204.735 263.559C207.393 265.436 208.718 268.389 208.71 272.413C208.71 272.547 208.708 272.682 208.706 272.815C208.704 272.859 208.703 272.901 208.702 272.944C208.699 273.034 208.698 273.122 208.694 273.212C208.691 273.265 208.688 273.316 208.685 273.369C208.681 273.448 208.679 273.526 208.673 273.604C208.67 273.66 208.665 273.714 208.662 273.77C208.657 273.843 208.653 273.918 208.647 273.99C208.643 274.047 208.638 274.103 208.632 274.16C208.626 274.231 208.62 274.301 208.613 274.372C208.608 274.429 208.601 274.486 208.594 274.543C208.586 274.611 208.579 274.68 208.571 274.748C208.565 274.805 208.556 274.862 208.55 274.918C208.54 274.985 208.532 275.052 208.522 275.119C208.514 275.176 208.505 275.232 208.497 275.289C208.487 275.354 208.476 275.419 208.465 275.484C208.456 275.541 208.445 275.597 208.436 275.654C208.425 275.718 208.413 275.782 208.402 275.846C208.391 275.903 208.38 275.959 208.368 276.014C208.355 276.077 208.343 276.139 208.33 276.202C208.317 276.257 208.305 276.313 208.293 276.369C208.279 276.43 208.266 276.492 208.251 276.554C208.237 276.609 208.224 276.664 208.21 276.718C208.195 276.779 208.18 276.839 208.164 276.899C208.149 276.953 208.134 277.007 208.119 277.062C208.103 277.121 208.087 277.18 208.069 277.24C208.053 277.294 208.038 277.347 208.022 277.401C208.004 277.46 207.986 277.518 207.967 277.576C207.951 277.629 207.933 277.682 207.916 277.735C207.897 277.792 207.878 277.851 207.859 277.908C207.841 277.961 207.822 278.012 207.803 278.064C207.784 278.116 207.766 278.167 207.747 278.219C207.702 278.34 207.656 278.459 207.609 278.578C207.605 278.588 207.601 278.599 207.595 278.61C207.542 278.739 207.488 278.866 207.432 278.992C207.416 279.029 207.4 279.064 207.383 279.101C207.341 279.194 207.297 279.287 207.252 279.379C207.234 279.416 207.217 279.454 207.197 279.49C207.139 279.609 207.078 279.727 207.016 279.844C207.013 279.848 207.012 279.852 207.009 279.857C206.953 279.962 206.895 280.065 206.835 280.168C206.816 280.201 206.797 280.232 206.778 280.265C206.737 280.335 206.695 280.405 206.653 280.474C206.629 280.513 206.604 280.553 206.578 280.592C206.54 280.653 206.502 280.714 206.463 280.774C206.436 280.816 206.407 280.857 206.38 280.898C206.342 280.955 206.304 281.012 206.265 281.069C206.234 281.114 206.202 281.157 206.171 281.201C206.136 281.25 206.101 281.3 206.065 281.347C206.033 281.391 206 281.436 205.966 281.479C205.93 281.528 205.893 281.576 205.856 281.623C205.822 281.667 205.788 281.709 205.754 281.752C205.716 281.8 205.678 281.847 205.639 281.894C205.604 281.936 205.568 281.978 205.533 282.02C205.494 282.066 205.454 282.112 205.414 282.158C205.381 282.197 205.347 282.233 205.315 282.271C205.253 282.341 205.191 282.408 205.129 282.475C205.1 282.505 205.073 282.535 205.044 282.565C204.953 282.66 204.861 282.755 204.767 282.849C204.687 282.927 204.606 283.006 204.524 283.084C204.497 283.109 204.47 283.134 204.443 283.158C204.387 283.21 204.333 283.26 204.276 283.312C204.173 283.404 204.07 283.495 203.964 283.583C203.935 283.608 203.905 283.631 203.877 283.655C203.797 283.722 203.715 283.789 203.634 283.854C203.6 283.881 203.565 283.908 203.531 283.937C203.441 284.006 203.352 284.075 203.261 284.143C203.237 284.159 203.216 284.177 203.193 284.193C203.08 284.276 202.965 284.359 202.849 284.439C202.829 284.454 202.807 284.468 202.785 284.483C202.618 284.598 202.449 284.711 202.275 284.82C202.267 284.825 202.259 284.829 202.251 284.835C202.075 284.945 201.896 285.052 201.714 285.157C201.703 285.163 201.693 285.17 201.68 285.177C201.501 285.279 201.319 285.379 201.133 285.476C201.11 285.488 201.087 285.5 201.064 285.512C200.883 285.606 200.7 285.696 200.516 285.784C200.479 285.802 200.442 285.819 200.404 285.837C200.335 285.87 200.266 285.901 200.197 285.932C200.145 285.955 200.093 285.98 200.04 286.002C199.968 286.034 199.895 286.065 199.822 286.097C199.772 286.118 199.721 286.14 199.671 286.16C199.592 286.193 199.512 286.226 199.432 286.258C199.386 286.277 199.34 286.296 199.294 286.314C199.196 286.352 199.097 286.39 198.998 286.427C198.968 286.438 198.939 286.45 198.91 286.461C198.781 286.508 198.649 286.556 198.517 286.601C198.482 286.613 198.447 286.624 198.411 286.636C198.314 286.669 198.216 286.702 198.118 286.735C198.068 286.751 198.016 286.768 197.966 286.783C197.882 286.81 197.796 286.837 197.711 286.863C197.655 286.88 197.598 286.897 197.541 286.913C197.46 286.937 197.378 286.961 197.297 286.985C197.237 287.001 197.177 287.019 197.118 287.035C197.038 287.057 196.956 287.08 196.875 287.102C196.814 287.118 196.751 287.134 196.689 287.151C196.607 287.171 196.527 287.193 196.444 287.212C196.382 287.227 196.318 287.243 196.254 287.258C196.171 287.278 196.089 287.297 196.006 287.316C195.942 287.331 195.878 287.345 195.814 287.36C195.73 287.379 195.645 287.397 195.56 287.414C195.497 287.428 195.433 287.441 195.368 287.455C195.281 287.473 195.193 287.49 195.104 287.507C195.041 287.519 194.978 287.531 194.914 287.543C194.822 287.561 194.728 287.577 194.635 287.594C194.575 287.604 194.515 287.615 194.454 287.626C194.35 287.644 194.245 287.662 194.14 287.678C194.089 287.686 194.039 287.694 193.987 287.702C193.83 287.727 193.672 287.75 193.513 287.773C190.008 288.266 185.827 288.232 180.972 287.67C180.615 287.628 180.261 287.584 179.908 287.538C179.802 287.524 179.696 287.509 179.59 287.496C179.336 287.462 179.085 287.427 178.834 287.39C178.723 287.374 178.613 287.357 178.503 287.341C178.218 287.297 177.934 287.254 177.653 287.208C177.592 287.198 177.531 287.189 177.471 287.179C177.133 287.124 176.798 287.065 176.464 287.004C176.374 286.988 176.285 286.97 176.195 286.954C175.948 286.908 175.701 286.86 175.456 286.813C175.349 286.791 175.243 286.77 175.136 286.749C174.889 286.698 174.643 286.647 174.399 286.594C174.316 286.576 174.233 286.558 174.152 286.541C173.831 286.47 173.514 286.397 173.199 286.322C173.134 286.307 173.068 286.29 173.003 286.275C172.752 286.213 172.501 286.151 172.254 286.087C172.158 286.063 172.062 286.037 171.967 286.012C171.705 285.943 171.445 285.872 171.187 285.8C171.118 285.781 171.047 285.762 170.978 285.742C170.66 285.652 170.345 285.559 170.034 285.465C169.961 285.443 169.889 285.42 169.817 285.397C169.569 285.32 169.323 285.242 169.079 285.162C168.992 285.133 168.905 285.105 168.819 285.076C168.512 284.975 168.208 284.871 167.908 284.764L178.379 290.464C178.679 290.571 178.983 290.675 179.29 290.776C179.377 290.805 179.464 290.834 179.549 290.862C179.794 290.942 180.04 291.02 180.288 291.097C180.36 291.12 180.432 291.142 180.505 291.165C180.817 291.26 181.131 291.352 181.449 291.442C181.518 291.462 181.588 291.48 181.658 291.5C181.916 291.572 182.176 291.643 182.438 291.712C182.49 291.726 182.54 291.741 182.592 291.755C182.635 291.765 182.681 291.776 182.725 291.787C182.972 291.851 183.222 291.913 183.473 291.975C183.538 291.991 183.603 292.007 183.67 292.024C183.985 292.098 184.302 292.172 184.621 292.242C184.704 292.26 184.787 292.278 184.87 292.295C185.114 292.348 185.358 292.4 185.606 292.45C185.711 292.472 185.819 292.494 185.926 292.514C186.17 292.563 186.417 292.609 186.664 292.655C186.754 292.671 186.844 292.689 186.933 292.705C187.266 292.767 187.601 292.825 187.941 292.881C188.002 292.89 188.063 292.9 188.124 292.909C188.405 292.955 188.689 292.999 188.974 293.042C189.084 293.059 189.195 293.075 189.305 293.091C189.555 293.128 189.807 293.163 190.061 293.197C190.167 293.212 190.273 293.226 190.38 293.239C190.732 293.286 191.086 293.329 191.444 293.371C196.299 293.933 200.48 293.967 203.986 293.474C204.144 293.453 204.303 293.428 204.459 293.404C204.511 293.396 204.561 293.387 204.613 293.379C204.717 293.363 204.823 293.345 204.926 293.328C204.986 293.317 205.046 293.306 205.107 293.295C205.201 293.279 205.294 293.261 205.387 293.245C205.45 293.233 205.513 293.22 205.577 293.208C205.665 293.19 205.753 293.174 205.84 293.156C205.905 293.143 205.969 293.129 206.033 293.116C206.118 293.098 206.202 293.079 206.287 293.061C206.35 293.048 206.414 293.033 206.478 293.018C206.561 292.999 206.644 292.98 206.726 292.959C206.79 292.945 206.853 292.93 206.916 292.913C206.998 292.893 207.079 292.873 207.159 292.852C207.222 292.836 207.283 292.82 207.345 292.803C207.427 292.782 207.507 292.76 207.588 292.737C207.648 292.72 207.708 292.704 207.768 292.686C207.849 292.663 207.931 292.639 208.012 292.614C208.069 292.598 208.126 292.58 208.182 292.564C208.267 292.538 208.351 292.511 208.436 292.484C208.486 292.468 208.537 292.453 208.588 292.435C208.685 292.403 208.783 292.37 208.881 292.337C208.916 292.325 208.953 292.314 208.988 292.301C209.12 292.254 209.25 292.208 209.38 292.161C209.41 292.15 209.439 292.139 209.469 292.127C209.568 292.09 209.667 292.052 209.766 292.014C209.812 291.996 209.858 291.977 209.904 291.958C209.985 291.926 210.065 291.894 210.143 291.862C210.194 291.84 210.244 291.818 210.295 291.798C210.369 291.767 210.442 291.736 210.514 291.703C210.566 291.68 210.617 291.657 210.67 291.634C210.739 291.602 210.81 291.571 210.878 291.539C210.898 291.529 210.919 291.52 210.94 291.51C210.957 291.502 210.973 291.494 210.989 291.486C211.175 291.397 211.358 291.306 211.538 291.214C211.561 291.202 211.584 291.189 211.607 291.177C211.793 291.079 211.975 290.98 212.154 290.878C212.165 290.872 212.176 290.865 212.188 290.859C212.37 290.755 212.549 290.647 212.724 290.537C212.732 290.532 212.74 290.528 212.747 290.522C212.921 290.412 213.091 290.3 213.258 290.186C213.27 290.177 213.283 290.169 213.296 290.16C213.304 290.154 213.312 290.147 213.32 290.142C213.437 290.062 213.551 289.979 213.664 289.896C213.685 289.88 213.708 289.862 213.73 289.846C213.821 289.778 213.912 289.709 214.002 289.638C214.036 289.611 214.071 289.584 214.105 289.557C214.186 289.491 214.268 289.425 214.348 289.358C214.376 289.334 214.406 289.311 214.435 289.286C214.541 289.197 214.645 289.106 214.747 289.013C214.751 289.01 214.754 289.008 214.758 289.004C214.809 288.957 214.861 288.909 214.913 288.861C214.94 288.835 214.968 288.811 214.995 288.785C215.078 288.708 215.158 288.629 215.238 288.55C215.332 288.456 215.424 288.362 215.515 288.266C215.544 288.236 215.571 288.206 215.598 288.176C215.662 288.108 215.724 288.041 215.785 287.971C215.8 287.954 215.817 287.937 215.833 287.92C215.851 287.899 215.867 287.88 215.885 287.86C215.925 287.814 215.965 287.767 216.004 287.72C216.039 287.678 216.075 287.637 216.109 287.595C216.148 287.547 216.186 287.5 216.224 287.452C216.258 287.41 216.292 287.367 216.326 287.325C216.364 287.277 216.4 287.228 216.437 287.179C216.47 287.136 216.502 287.092 216.535 287.049C216.571 287 216.607 286.95 216.642 286.901C216.662 286.872 216.684 286.844 216.704 286.815C216.715 286.8 216.725 286.785 216.734 286.77C216.774 286.713 216.813 286.656 216.851 286.598C216.878 286.557 216.907 286.516 216.933 286.476C216.972 286.414 217.011 286.353 217.049 286.292C217.074 286.253 217.098 286.215 217.123 286.175C217.165 286.106 217.207 286.035 217.248 285.965C217.267 285.934 217.286 285.902 217.303 285.87C217.363 285.767 217.42 285.663 217.477 285.559L217.478 285.557C217.48 285.553 217.482 285.551 217.484 285.546C217.546 285.43 217.607 285.311 217.666 285.192C217.687 285.151 217.705 285.114 217.723 285.078Z"
|
|
40
|
-
fill="#D1DFEB"/>
|
|
41
|
-
<path d="M180.081 268.162L169.61 262.462L173.375 206.464L183.846 212.165L180.081 268.162Z" fill="#EDF5FC"/>
|
|
42
|
-
<path d="M183.845 212.165L173.374 206.465L228.872 198.659L239.343 204.359L183.845 212.165Z" fill="white"/>
|
|
43
|
-
<path
|
|
44
|
-
d="M239.344 204.359L239.301 228.001L206.163 232.662L204.938 246.704C208.401 245.5 210.864 244.755 212.327 244.479C213.791 244.201 215.146 243.974 216.388 243.799C221.978 243.012 227.019 243.704 231.519 245.876C236.015 248.044 239.513 251.516 242.012 256.29C244.507 261.065 245.751 266.805 245.738 273.512C245.717 285.252 242.429 294.72 235.873 301.917C229.317 309.117 219.407 313.646 206.142 315.511C194.785 317.109 185.518 316.52 178.338 313.746L178.382 290.457C182.238 291.832 186.594 292.802 191.448 293.364C196.303 293.927 200.484 293.961 203.989 293.468C208.868 292.782 212.621 291.142 215.243 288.545C217.864 285.949 219.179 282.472 219.187 278.11C219.195 274.087 217.869 271.135 215.212 269.256C212.554 267.379 208.518 266.82 203.107 267.581C198.983 268.161 194.523 269.626 189.727 271.98L180.087 268.161L183.851 212.163L239.344 204.359Z"
|
|
45
|
-
fill="white"/>
|
|
46
|
-
<path d="M369.687 267.65L359.216 261.95L396.016 256.776L406.487 262.474L369.687 267.65Z" fill="#D1DFEB"/>
|
|
47
|
-
<path d="M335.838 295.835L325.369 290.135L325.403 271.451L335.874 277.15L335.838 295.835Z" fill="#EDF5FC"/>
|
|
48
|
-
<path
|
|
49
|
-
d="M377.586 221.918C377.612 221.845 377.637 221.771 377.663 221.698C377.684 221.64 377.703 221.581 377.722 221.523C377.746 221.451 377.769 221.379 377.792 221.306C377.811 221.246 377.829 221.187 377.847 221.128C377.868 221.056 377.89 220.985 377.912 220.913C377.929 220.853 377.946 220.793 377.963 220.734C377.984 220.663 378.003 220.591 378.023 220.52C378.039 220.461 378.054 220.399 378.071 220.34C378.09 220.269 378.107 220.197 378.125 220.126C378.14 220.067 378.155 220.005 378.168 219.944C378.185 219.874 378.201 219.802 378.217 219.731C378.231 219.67 378.244 219.609 378.257 219.548C378.271 219.477 378.286 219.405 378.3 219.334C378.312 219.273 378.324 219.213 378.335 219.152C378.349 219.08 378.361 219.008 378.373 218.938C378.384 218.877 378.395 218.817 378.404 218.756C378.417 218.684 378.428 218.612 378.438 218.54C378.448 218.48 378.456 218.419 378.466 218.359C378.476 218.286 378.485 218.212 378.494 218.139C378.502 218.079 378.509 218.019 378.516 217.96C378.524 217.885 378.532 217.81 378.54 217.736C378.546 217.677 378.552 217.619 378.558 217.56C378.565 217.484 378.571 217.407 378.577 217.331C378.581 217.274 378.586 217.217 378.59 217.161C378.596 217.081 378.6 217.001 378.605 216.92C378.608 216.867 378.612 216.813 378.615 216.76C378.619 216.672 378.622 216.582 378.624 216.494C378.626 216.449 378.629 216.403 378.629 216.358C378.631 216.224 378.634 216.089 378.634 215.956C378.639 213.224 377.821 211.184 376.184 209.835C375.882 209.586 375.559 209.369 375.213 209.18L364.742 203.48C365.088 203.669 365.411 203.886 365.713 204.135C367.35 205.484 368.169 207.524 368.163 210.256C368.163 210.39 368.16 210.525 368.158 210.658C368.156 210.703 368.155 210.748 368.154 210.792C368.151 210.882 368.148 210.972 368.144 211.06C368.141 211.113 368.137 211.166 368.135 211.219C368.13 211.299 368.125 211.381 368.12 211.461C368.116 211.518 368.11 211.575 368.106 211.632C368.099 211.708 368.094 211.786 368.087 211.862C368.082 211.92 368.075 211.978 368.069 212.038C368.061 212.113 368.054 212.186 368.045 212.261C368.038 212.321 368.03 212.381 368.022 212.442C368.012 212.515 368.003 212.587 367.993 212.66C367.985 212.721 367.976 212.781 367.966 212.842C367.955 212.914 367.945 212.986 367.932 213.058C367.923 213.12 367.912 213.179 367.901 213.24C367.889 213.312 367.875 213.383 367.863 213.455C367.852 213.516 367.84 213.577 367.828 213.638C367.814 213.709 367.799 213.781 367.784 213.852C367.772 213.913 367.759 213.974 367.745 214.035C367.729 214.106 367.714 214.176 367.696 214.248C367.683 214.31 367.668 214.369 367.653 214.43C367.635 214.501 367.617 214.572 367.598 214.644C367.583 214.705 367.567 214.765 367.551 214.826C367.532 214.896 367.511 214.968 367.492 215.039C367.476 215.099 367.458 215.16 367.441 215.22C367.42 215.29 367.399 215.362 367.377 215.433C367.359 215.493 367.34 215.552 367.321 215.612C367.298 215.684 367.275 215.756 367.251 215.827C367.232 215.885 367.213 215.945 367.192 216.003C367.168 216.077 367.142 216.149 367.116 216.222C367.096 216.279 367.076 216.338 367.055 216.395C367.011 216.516 366.966 216.637 366.92 216.757C366.871 216.882 366.82 217.009 366.767 217.136C366.75 217.177 366.732 217.221 366.715 217.261C366.678 217.348 366.641 217.437 366.602 217.526C366.58 217.577 366.557 217.627 366.535 217.677C366.499 217.76 366.461 217.843 366.423 217.927C366.398 217.98 366.374 218.033 366.349 218.087C366.31 218.172 366.269 218.257 366.229 218.343C366.203 218.396 366.178 218.449 366.153 218.503C366.108 218.595 366.062 218.689 366.015 218.782C365.991 218.83 365.968 218.878 365.943 218.927C365.881 219.052 365.816 219.178 365.749 219.307C365.74 219.325 365.732 219.341 365.722 219.359C365.648 219.503 365.569 219.65 365.49 219.796C365.398 219.967 365.303 220.14 365.205 220.317C365.194 220.337 365.182 220.357 365.17 220.378C365.083 220.534 364.993 220.69 364.902 220.85C364.867 220.912 364.83 220.974 364.794 221.037C364.724 221.156 364.654 221.277 364.582 221.398C364.538 221.47 364.495 221.543 364.451 221.617C364.384 221.731 364.314 221.845 364.244 221.96C364.196 222.038 364.149 222.115 364.101 222.193C364.031 222.308 363.959 222.424 363.885 222.54C363.837 222.619 363.788 222.698 363.737 222.777C363.661 222.898 363.584 223.019 363.505 223.141C363.456 223.217 363.408 223.294 363.357 223.37C363.27 223.505 363.181 223.642 363.091 223.778C363.048 223.844 363.006 223.908 362.962 223.975C362.828 224.179 362.691 224.385 362.55 224.593C362.491 224.68 362.429 224.77 362.366 224.862C362.347 224.89 362.327 224.919 362.307 224.947C362.26 225.014 362.214 225.082 362.165 225.151C362.144 225.183 362.123 225.212 362.102 225.244C362.045 225.327 361.985 225.411 361.925 225.496C361.914 225.513 361.903 225.528 361.891 225.544C361.815 225.651 361.738 225.763 361.658 225.875C361.639 225.902 361.618 225.931 361.598 225.96C361.537 226.046 361.474 226.133 361.412 226.222C361.381 226.267 361.348 226.311 361.316 226.356C361.263 226.431 361.208 226.506 361.154 226.582C361.117 226.633 361.079 226.686 361.041 226.738C360.988 226.811 360.935 226.883 360.882 226.958C360.843 227.014 360.802 227.069 360.762 227.125C360.709 227.198 360.654 227.273 360.599 227.348C360.557 227.406 360.513 227.466 360.47 227.524C360.414 227.602 360.357 227.679 360.299 227.758C360.255 227.817 360.212 227.876 360.168 227.936C360.109 228.018 360.048 228.1 359.986 228.183C359.942 228.243 359.898 228.303 359.853 228.364C359.79 228.451 359.724 228.538 359.659 228.626C359.615 228.686 359.571 228.744 359.526 228.805C359.453 228.903 359.378 229.004 359.304 229.104C359.264 229.157 359.226 229.208 359.187 229.261C359.076 229.409 358.963 229.559 358.849 229.713C358.845 229.718 358.841 229.724 358.835 229.731C358.716 229.89 358.595 230.051 358.471 230.216C358.428 230.273 358.385 230.331 358.341 230.388C358.26 230.497 358.178 230.604 358.094 230.714C358.041 230.783 357.987 230.855 357.934 230.926C357.858 231.027 357.78 231.128 357.703 231.23C357.647 231.304 357.59 231.378 357.533 231.453C357.455 231.556 357.376 231.661 357.294 231.767C357.237 231.842 357.18 231.916 357.123 231.992C357.043 232.098 356.962 232.204 356.879 232.312C356.818 232.392 356.755 232.473 356.693 232.555C356.613 232.659 356.531 232.765 356.451 232.871C356.388 232.954 356.325 233.037 356.261 233.12C356.174 233.233 356.086 233.348 355.998 233.462C355.937 233.541 355.877 233.62 355.816 233.7C355.722 233.822 355.627 233.946 355.531 234.069C355.473 234.146 355.416 234.22 355.356 234.296C355.245 234.442 355.13 234.588 355.016 234.736C354.973 234.794 354.93 234.849 354.885 234.906C354.726 235.111 354.566 235.319 354.402 235.53C354.362 235.58 354.323 235.632 354.283 235.682C354.158 235.844 354.034 236.005 353.906 236.168C353.842 236.251 353.777 236.335 353.712 236.418C353.607 236.551 353.504 236.686 353.398 236.822C353.326 236.913 353.254 237.006 353.182 237.099C353.079 237.231 352.976 237.364 352.872 237.497C352.797 237.592 352.722 237.688 352.646 237.785C352.544 237.915 352.441 238.047 352.338 238.179C352.259 238.279 352.181 238.381 352.1 238.483C351.996 238.616 351.89 238.752 351.784 238.887C351.705 238.987 351.628 239.086 351.548 239.188C351.437 239.329 351.325 239.472 351.213 239.615C351.137 239.712 351.059 239.81 350.982 239.908C350.864 240.057 350.744 240.21 350.625 240.362C350.55 240.457 350.477 240.551 350.402 240.646C350.273 240.81 350.141 240.977 350.01 241.144C349.943 241.228 349.878 241.313 349.81 241.397C349.612 241.648 349.411 241.902 349.209 242.16L325.403 271.45L335.874 277.15L359.68 247.86C359.882 247.604 360.083 247.35 360.281 247.097C360.348 247.011 360.414 246.929 360.481 246.844C360.612 246.677 360.743 246.51 360.873 246.346C360.948 246.251 361.022 246.157 361.096 246.062C361.215 245.91 361.333 245.759 361.451 245.609C361.53 245.509 361.609 245.41 361.686 245.311C361.797 245.169 361.909 245.028 362.017 244.888C362.095 244.789 362.171 244.691 362.248 244.593C362.358 244.453 362.467 244.313 362.575 244.175C362.651 244.078 362.726 243.982 362.802 243.886C362.907 243.751 363.01 243.619 363.114 243.486C363.19 243.388 363.268 243.291 363.344 243.193C363.447 243.06 363.55 242.928 363.653 242.796C363.724 242.705 363.794 242.615 363.864 242.526C363.972 242.386 364.08 242.247 364.188 242.109C364.251 242.029 364.313 241.947 364.375 241.868C364.51 241.694 364.643 241.523 364.775 241.353C364.806 241.313 364.837 241.272 364.868 241.233C365.033 241.021 365.194 240.811 365.354 240.605C365.396 240.551 365.437 240.498 365.478 240.445C365.595 240.292 365.713 240.142 365.827 239.992C365.882 239.92 365.938 239.848 365.994 239.776C366.091 239.65 366.189 239.524 366.284 239.399C366.345 239.318 366.406 239.24 366.466 239.161C366.554 239.045 366.643 238.931 366.729 238.817C366.792 238.736 366.854 238.654 366.915 238.574C366.998 238.465 367.082 238.357 367.164 238.249C367.225 238.169 367.286 238.09 367.346 238.01C367.427 237.904 367.507 237.798 367.586 237.695C367.646 237.618 367.706 237.539 367.764 237.461C367.843 237.358 367.921 237.255 367.999 237.153C368.056 237.078 368.113 237.002 368.17 236.929C368.247 236.826 368.325 236.725 368.401 236.625C368.454 236.554 368.508 236.482 368.561 236.413C368.646 236.3 368.731 236.189 368.815 236.077C368.855 236.024 368.896 235.969 368.937 235.916C369.06 235.751 369.183 235.588 369.303 235.428C369.308 235.422 369.312 235.417 369.316 235.412C369.431 235.258 369.545 235.106 369.656 234.957C369.693 234.908 369.728 234.86 369.765 234.811C369.842 234.707 369.921 234.602 369.996 234.5C370.038 234.443 370.079 234.389 370.121 234.332C370.19 234.239 370.258 234.147 370.324 234.056C370.368 233.997 370.408 233.942 370.451 233.883C370.513 233.798 370.577 233.712 370.638 233.629C370.681 233.57 370.725 233.511 370.767 233.454C370.825 233.375 370.882 233.297 370.939 233.219C370.983 233.161 371.025 233.102 371.067 233.045C371.124 232.968 371.178 232.892 371.234 232.816C371.273 232.763 371.311 232.708 371.349 232.655C371.405 232.578 371.461 232.502 371.515 232.427C371.552 232.377 371.587 232.327 371.623 232.278C371.681 232.198 371.736 232.12 371.792 232.043C371.822 232.001 371.852 231.958 371.881 231.918C371.951 231.821 372.017 231.727 372.084 231.634C372.099 231.613 372.114 231.592 372.128 231.571C372.206 231.461 372.282 231.354 372.357 231.248C372.359 231.244 372.362 231.24 372.365 231.236C372.374 231.222 372.384 231.21 372.392 231.196C372.453 231.108 372.514 231.021 372.572 230.937C372.594 230.906 372.615 230.876 372.636 230.846C372.685 230.775 372.733 230.707 372.779 230.639C372.798 230.611 372.817 230.584 372.836 230.555C372.898 230.463 372.961 230.373 373.019 230.286C373.16 230.078 373.297 229.872 373.432 229.668C373.475 229.602 373.517 229.538 373.561 229.471C373.65 229.334 373.74 229.198 373.827 229.062C373.877 228.985 373.926 228.909 373.975 228.833C374.054 228.71 374.131 228.589 374.207 228.469C374.257 228.388 374.306 228.31 374.356 228.231C374.43 228.114 374.5 227.999 374.572 227.884C374.62 227.807 374.667 227.73 374.715 227.652C374.785 227.537 374.854 227.423 374.922 227.308C374.966 227.235 375.011 227.162 375.053 227.09C375.125 226.968 375.195 226.848 375.264 226.728C375.301 226.666 375.338 226.603 375.373 226.542C375.465 226.383 375.554 226.226 375.641 226.07C375.651 226.049 375.664 226.029 375.676 226.008C375.774 225.833 375.869 225.659 375.961 225.488C375.965 225.48 375.97 225.47 375.976 225.462C376.051 225.324 376.122 225.187 376.193 225.051C376.203 225.033 376.211 225.017 376.22 224.999C376.287 224.871 376.352 224.745 376.414 224.619C376.439 224.57 376.462 224.522 376.486 224.473C376.532 224.38 376.579 224.287 376.623 224.195C376.649 224.141 376.675 224.088 376.701 224.035C376.742 223.949 376.782 223.863 376.822 223.779C376.846 223.726 376.87 223.672 376.895 223.619C376.933 223.535 376.971 223.452 377.008 223.369C377.029 223.319 377.052 223.268 377.074 223.218C377.112 223.129 377.15 223.042 377.187 222.953C377.204 222.911 377.222 222.869 377.24 222.828C377.293 222.701 377.343 222.574 377.392 222.449C377.434 222.341 377.475 222.233 377.514 222.125C377.519 222.111 377.523 222.099 377.528 222.085C377.545 222.032 377.566 221.975 377.586 221.918Z"
|
|
50
|
-
fill="url(#paint5_linear_2747_48132)"/>
|
|
51
|
-
<path d="M349.348 222.442L338.877 216.742L324.472 200.518L334.941 206.218L349.348 222.442Z" fill="#D1DFEB"/>
|
|
52
|
-
<path
|
|
53
|
-
d="M390.696 185.949C390.714 185.956 390.731 185.964 390.749 185.971C390.955 186.056 391.16 186.146 391.363 186.237C391.414 186.26 391.466 186.283 391.516 186.306C391.729 186.404 391.941 186.503 392.15 186.605C392.249 186.654 392.346 186.703 392.443 186.753C392.492 186.779 392.542 186.804 392.593 186.828C392.741 186.905 392.889 186.983 393.035 187.063L382.564 181.363C382.418 181.284 382.271 181.205 382.122 181.129C382.072 181.104 382.021 181.079 381.971 181.053C381.881 181.007 381.79 180.961 381.7 180.916C381.693 180.912 381.685 180.909 381.678 180.907C381.469 180.805 381.257 180.704 381.044 180.608C380.992 180.585 380.942 180.561 380.89 180.538C380.688 180.447 380.483 180.359 380.277 180.272C380.259 180.265 380.242 180.257 380.224 180.25C380.003 180.159 379.779 180.071 379.553 179.984C379.499 179.964 379.443 179.942 379.389 179.922C379.161 179.836 378.93 179.752 378.697 179.672C378.531 179.615 378.365 179.56 378.198 179.506C378.144 179.488 378.088 179.472 378.034 179.454C377.921 179.419 377.809 179.382 377.695 179.348C377.63 179.328 377.564 179.309 377.498 179.29C377.393 179.259 377.289 179.229 377.184 179.199C377.115 179.18 377.046 179.161 376.977 179.141C376.875 179.112 376.772 179.085 376.668 179.058C376.632 179.048 376.595 179.037 376.558 179.028C376.535 179.022 376.512 179.017 376.491 179.011C376.25 178.95 376.009 178.891 375.766 178.835C375.728 178.827 375.69 178.817 375.652 178.809C375.405 178.753 375.156 178.699 374.906 178.649C374.895 178.646 374.886 178.645 374.875 178.642C374.62 178.592 374.363 178.544 374.105 178.499C374.061 178.491 374.017 178.484 373.972 178.476C373.723 178.434 373.473 178.395 373.22 178.358C373.173 178.351 373.125 178.344 373.076 178.338C372.818 178.301 372.559 178.267 372.298 178.237C372.274 178.234 372.248 178.232 372.224 178.229C371.97 178.201 371.713 178.173 371.457 178.15C371.423 178.148 371.39 178.143 371.356 178.141C371.094 178.118 370.83 178.097 370.565 178.08C370.513 178.076 370.463 178.073 370.411 178.07C370.148 178.054 369.883 178.04 369.617 178.029C369.574 178.028 369.53 178.027 369.487 178.025C369.213 178.016 368.936 178.008 368.659 178.004C368.653 178.004 368.647 178.004 368.641 178.004C368.36 177.999 368.078 177.999 367.795 178.001C367.748 178.001 367.7 178.001 367.653 178.002C367.38 178.005 367.106 178.01 366.83 178.02C366.777 178.021 366.724 178.024 366.671 178.025C366.39 178.035 366.108 178.047 365.824 178.062C365.793 178.063 365.763 178.066 365.732 178.067C365.455 178.084 365.177 178.101 364.896 178.123C364.862 178.126 364.828 178.127 364.794 178.13C364.507 178.152 364.218 178.177 363.928 178.206C363.872 178.211 363.818 178.217 363.762 178.222C363.476 178.251 363.187 178.282 362.897 178.317C362.848 178.323 362.8 178.33 362.751 178.335C362.447 178.372 362.143 178.411 361.834 178.455C356.821 179.16 352.306 180.344 348.29 182.011C348.062 182.106 347.837 182.201 347.611 182.299C347.542 182.329 347.474 182.359 347.405 182.389C347.243 182.459 347.083 182.53 346.923 182.602C346.85 182.634 346.776 182.668 346.703 182.701C346.528 182.78 346.354 182.861 346.18 182.941C346.131 182.965 346.081 182.988 346.032 183.011C346.019 183.018 346.005 183.023 345.992 183.03C345.95 183.05 345.907 183.071 345.865 183.091C345.628 183.204 345.39 183.319 345.154 183.436C345.063 183.481 344.973 183.526 344.884 183.57C344.675 183.675 344.466 183.782 344.258 183.89C344.177 183.932 344.095 183.974 344.014 184.016C343.733 184.164 343.452 184.314 343.173 184.466C343.146 184.481 343.119 184.496 343.093 184.51C342.842 184.649 342.591 184.79 342.343 184.933C342.257 184.982 342.173 185.031 342.089 185.08C341.889 185.195 341.691 185.313 341.493 185.432C341.41 185.48 341.327 185.531 341.246 185.58C340.986 185.737 340.727 185.897 340.47 186.059C340.46 186.066 340.449 186.073 340.438 186.079C340.17 186.249 339.906 186.422 339.641 186.596C339.562 186.647 339.485 186.699 339.407 186.752C339.215 186.88 339.023 187.01 338.833 187.14C338.786 187.173 338.737 187.206 338.689 187.238C338.653 187.264 338.616 187.29 338.581 187.316C338.415 187.431 338.249 187.548 338.085 187.666C338.008 187.72 337.93 187.776 337.854 187.831C337.616 188.003 337.377 188.178 337.14 188.356C337.011 188.453 336.881 188.552 336.749 188.654C336.711 188.684 336.672 188.714 336.634 188.743C336.535 188.819 336.436 188.897 336.337 188.976C336.299 189.006 336.259 189.037 336.221 189.067C336.087 189.173 335.953 189.281 335.815 189.391C335.807 189.398 335.798 189.405 335.79 189.412C335.661 189.516 335.532 189.622 335.401 189.731C335.359 189.766 335.317 189.8 335.275 189.836C335.171 189.923 335.066 190.011 334.961 190.099C334.922 190.133 334.881 190.166 334.842 190.201C334.701 190.321 334.558 190.443 334.416 190.568C334.398 190.583 334.379 190.599 334.361 190.615C334.235 190.725 334.106 190.838 333.979 190.951C333.934 190.99 333.888 191.031 333.843 191.07C333.733 191.168 333.622 191.267 333.512 191.367C333.483 191.391 333.456 191.415 333.429 191.441C333.415 191.453 333.402 191.466 333.388 191.478C333.24 191.611 333.092 191.746 332.943 191.883C332.921 191.902 332.899 191.922 332.878 191.943C332.747 192.062 332.617 192.183 332.485 192.305C332.438 192.349 332.39 192.394 332.343 192.438C332.229 192.544 332.115 192.652 332.001 192.76C331.956 192.802 331.912 192.843 331.868 192.885C331.713 193.032 331.557 193.181 331.399 193.332C331.38 193.351 331.361 193.369 331.341 193.388C331.201 193.522 331.061 193.658 330.919 193.797C330.87 193.844 330.821 193.892 330.772 193.941C330.653 194.058 330.533 194.174 330.412 194.294C330.366 194.34 330.319 194.386 330.271 194.433C330.108 194.594 329.945 194.756 329.78 194.922C329.763 194.938 329.747 194.954 329.732 194.971C329.583 195.121 329.431 195.273 329.279 195.427C329.227 195.479 329.177 195.532 329.125 195.583C329 195.71 328.876 195.839 328.749 195.968C328.7 196.018 328.652 196.068 328.601 196.118C328.432 196.294 328.261 196.47 328.088 196.65C328.075 196.663 328.062 196.677 328.049 196.69C327.889 196.857 327.727 197.026 327.564 197.197C327.511 197.253 327.458 197.308 327.405 197.364C327.275 197.501 327.145 197.639 327.014 197.777C326.963 197.833 326.911 197.887 326.858 197.943C326.68 198.132 326.501 198.323 326.321 198.516C326.314 198.523 326.308 198.53 326.302 198.536C326.128 198.724 325.951 198.913 325.775 199.104C325.721 199.164 325.665 199.224 325.609 199.284C325.475 199.43 325.339 199.577 325.202 199.726C325.146 199.786 325.092 199.847 325.036 199.907C324.85 200.111 324.664 200.315 324.477 200.522L334.948 206.223C335.135 206.015 335.321 205.811 335.507 205.607C335.563 205.546 335.617 205.486 335.673 205.426C335.809 205.278 335.944 205.13 336.08 204.984C336.136 204.924 336.19 204.864 336.246 204.804C336.422 204.613 336.597 204.424 336.772 204.236C336.779 204.23 336.785 204.223 336.791 204.216C336.972 204.023 337.151 203.832 337.329 203.643C337.381 203.587 337.432 203.533 337.485 203.478C337.617 203.339 337.747 203.2 337.878 203.063C337.93 203.007 337.982 202.953 338.035 202.897C338.198 202.726 338.359 202.557 338.521 202.389C338.533 202.375 338.547 202.362 338.56 202.348C338.733 202.169 338.904 201.992 339.075 201.817C339.124 201.767 339.173 201.717 339.222 201.668C339.348 201.539 339.474 201.41 339.599 201.283C339.651 201.232 339.701 201.18 339.751 201.128C339.903 200.975 340.055 200.821 340.204 200.671C340.221 200.654 340.237 200.638 340.252 200.623C340.416 200.457 340.58 200.296 340.743 200.134C340.791 200.088 340.837 200.042 340.885 199.995C341.004 199.877 341.123 199.76 341.243 199.644C341.293 199.595 341.342 199.546 341.392 199.498C341.533 199.361 341.673 199.225 341.813 199.091C341.832 199.072 341.852 199.053 341.871 199.035C342.029 198.884 342.185 198.735 342.34 198.588C342.383 198.546 342.427 198.505 342.47 198.464C342.586 198.356 342.701 198.247 342.815 198.141C342.862 198.098 342.91 198.053 342.956 198.009C343.088 197.886 343.22 197.765 343.351 197.645C343.372 197.626 343.393 197.607 343.414 197.588C343.564 197.451 343.712 197.315 343.86 197.182C343.901 197.145 343.942 197.109 343.982 197.072C344.094 196.972 344.205 196.872 344.316 196.775C344.361 196.735 344.406 196.694 344.451 196.656C344.58 196.542 344.709 196.429 344.836 196.318C344.854 196.303 344.87 196.288 344.888 196.273C345.032 196.148 345.174 196.026 345.316 195.906C345.355 195.873 345.394 195.84 345.434 195.806C345.54 195.716 345.644 195.628 345.749 195.541C345.791 195.506 345.833 195.47 345.875 195.436C346.005 195.329 346.134 195.222 346.263 195.117C346.271 195.11 346.281 195.104 346.289 195.097C346.426 194.985 346.56 194.878 346.695 194.771C346.733 194.741 346.771 194.711 346.809 194.68C346.909 194.601 347.008 194.524 347.108 194.446C347.146 194.416 347.185 194.386 347.223 194.356C347.355 194.256 347.485 194.155 347.614 194.059C347.85 193.881 348.089 193.707 348.328 193.533C348.404 193.478 348.481 193.423 348.559 193.369C348.723 193.251 348.889 193.134 349.056 193.018C349.14 192.96 349.224 192.902 349.308 192.845C349.5 192.713 349.691 192.584 349.884 192.455C349.961 192.403 350.039 192.35 350.117 192.298C350.382 192.125 350.647 191.952 350.914 191.782C350.925 191.775 350.937 191.769 350.948 191.761C351.205 191.599 351.463 191.44 351.722 191.282C351.805 191.232 351.888 191.183 351.97 191.133C352.169 191.015 352.367 190.898 352.566 190.781C352.652 190.732 352.736 190.682 352.822 190.633C353.07 190.49 353.32 190.35 353.57 190.212C353.597 190.197 353.625 190.181 353.652 190.166C353.931 190.014 354.21 189.864 354.491 189.716C354.573 189.673 354.656 189.632 354.737 189.588C354.945 189.481 355.152 189.375 355.362 189.27C355.452 189.226 355.542 189.179 355.633 189.135C355.868 189.018 356.104 188.904 356.342 188.791C356.399 188.764 356.454 188.737 356.511 188.709C356.56 188.686 356.608 188.665 356.657 188.642C356.832 188.56 357.007 188.479 357.182 188.4C357.255 188.367 357.327 188.335 357.401 188.302C357.561 188.23 357.722 188.159 357.884 188.089C357.952 188.059 358.021 188.029 358.089 187.999C358.314 187.901 358.541 187.805 358.769 187.711C362.785 186.044 367.3 184.86 372.313 184.155C372.62 184.111 372.926 184.072 373.23 184.035C373.279 184.03 373.327 184.023 373.376 184.017C373.667 183.983 373.955 183.951 374.242 183.922C374.298 183.917 374.352 183.911 374.408 183.906C374.699 183.877 374.988 183.852 375.274 183.83C375.308 183.827 375.342 183.824 375.376 183.823C375.657 183.801 375.935 183.784 376.212 183.767C376.242 183.766 376.273 183.763 376.303 183.762C376.587 183.747 376.869 183.735 377.15 183.725C377.203 183.724 377.256 183.721 377.309 183.72C377.585 183.712 377.859 183.706 378.132 183.702C378.179 183.702 378.227 183.702 378.274 183.701C378.558 183.699 378.841 183.699 379.122 183.704C379.127 183.704 379.134 183.704 379.139 183.704C379.417 183.708 379.693 183.716 379.967 183.725C380.011 183.727 380.054 183.728 380.099 183.729C380.365 183.74 380.63 183.754 380.893 183.77C380.945 183.773 380.995 183.777 381.047 183.78C381.311 183.797 381.576 183.818 381.838 183.841C381.872 183.843 381.906 183.848 381.938 183.85C382.195 183.873 382.452 183.901 382.706 183.929C382.73 183.932 382.756 183.935 382.78 183.937C383.041 183.967 383.3 184.002 383.558 184.038C383.606 184.045 383.654 184.051 383.702 184.058C383.954 184.095 384.204 184.134 384.454 184.176C384.499 184.184 384.542 184.191 384.587 184.199C384.845 184.244 385.102 184.292 385.355 184.342C385.366 184.345 385.376 184.346 385.387 184.349C385.636 184.399 385.885 184.453 386.132 184.509C386.17 184.517 386.208 184.527 386.246 184.535C386.489 184.591 386.731 184.65 386.971 184.712C387.031 184.726 387.09 184.743 387.149 184.758C387.252 184.785 387.354 184.812 387.457 184.841C387.526 184.86 387.595 184.879 387.665 184.899C387.769 184.929 387.874 184.959 387.978 184.99C388.043 185.009 388.11 185.028 388.175 185.048C388.289 185.082 388.402 185.118 388.514 185.154C388.569 185.172 388.624 185.188 388.679 185.206C388.846 185.26 389.011 185.315 389.177 185.372C389.41 185.452 389.641 185.536 389.869 185.622C389.925 185.642 389.979 185.662 390.034 185.684C390.251 185.77 390.475 185.858 390.696 185.949Z"
|
|
54
|
-
fill="white"/>
|
|
55
|
-
<path
|
|
56
|
-
d="M372.304 184.151C378.606 183.265 384.224 183.673 389.169 185.372C394.111 187.074 397.941 189.946 400.661 193.993C403.382 198.044 404.738 202.823 404.727 208.33C404.719 212.453 404.234 216.328 403.274 219.961C402.315 223.593 400.833 227.237 398.83 230.896C396.827 234.555 394.168 238.485 390.858 242.689C387.546 246.889 380.489 254.975 369.688 266.933L369.687 267.652L406.486 262.476L406.443 285.907L335.839 295.835L335.874 277.15L359.68 247.861C366.48 239.243 370.928 233.382 373.017 230.288C375.108 227.189 376.563 224.578 377.388 222.452C378.214 220.323 378.629 218.159 378.633 215.953C378.639 213.222 377.82 211.181 376.183 209.832C374.542 208.481 372.238 208.016 369.266 208.434C366.206 208.865 363.107 210.248 359.976 212.579C356.849 214.913 353.304 218.199 349.348 222.444L334.943 206.22C339.966 200.676 344.185 196.62 347.605 194.057C351.025 191.493 354.744 189.378 358.76 187.71C362.776 186.042 367.291 184.856 372.304 184.151Z"
|
|
57
|
-
fill="white"/>
|
|
58
|
-
<path
|
|
59
|
-
d="M298.552 273.934C298.57 273.881 298.588 273.83 298.605 273.777C298.635 273.686 298.664 273.593 298.692 273.502C298.706 273.456 298.721 273.411 298.734 273.367C298.776 273.228 298.818 273.087 298.859 272.944C300.219 268.154 300.913 259.961 300.935 248.366C300.957 236.721 300.285 228.662 298.916 224.181C298.381 222.426 297.701 221.049 296.877 220.052C296.383 219.453 295.837 218.991 295.239 218.666L284.768 212.966C286.361 213.834 287.589 215.673 288.445 218.483C289.814 222.962 290.486 231.023 290.464 242.667C290.442 254.261 289.75 262.454 288.388 267.245C288.348 267.388 288.307 267.529 288.263 267.668C288.25 267.714 288.235 267.759 288.22 267.805C288.191 267.898 288.163 267.989 288.133 268.08C288.115 268.133 288.098 268.186 288.08 268.238C288.053 268.32 288.026 268.4 287.997 268.48C287.978 268.535 287.959 268.589 287.939 268.643C287.909 268.726 287.879 268.809 287.849 268.889C287.837 268.92 287.826 268.952 287.814 268.983C287.769 269.1 287.724 269.217 287.678 269.331C287.677 269.333 287.676 269.337 287.674 269.34C287.629 269.452 287.583 269.56 287.537 269.669C287.525 269.699 287.511 269.727 287.499 269.757C287.457 269.855 287.414 269.951 287.37 270.047C287.365 270.06 287.358 270.074 287.352 270.086C287.304 270.192 287.253 270.295 287.203 270.398C287.19 270.426 287.176 270.451 287.164 270.479C287.122 270.564 287.078 270.648 287.033 270.731C287.023 270.75 287.013 270.771 287.002 270.79C286.964 270.862 286.923 270.932 286.884 271.003C286.864 271.04 286.845 271.076 286.823 271.112C286.767 271.208 286.712 271.302 286.656 271.396C286.652 271.404 286.647 271.41 286.642 271.419C286.581 271.519 286.519 271.617 286.455 271.713C286.435 271.745 286.414 271.775 286.393 271.804C286.349 271.87 286.306 271.935 286.261 271.997C286.246 272.018 286.232 272.037 286.218 272.057C286.17 272.122 286.123 272.187 286.075 272.251C286.055 272.279 286.034 272.306 286.014 272.331C285.969 272.39 285.923 272.448 285.877 272.505C285.858 272.528 285.84 272.552 285.821 272.575C285.757 272.652 285.692 272.728 285.627 272.803C285.622 272.808 285.616 272.814 285.612 272.821C285.552 272.888 285.491 272.954 285.43 273.019C285.411 273.039 285.392 273.058 285.375 273.077C285.32 273.134 285.265 273.19 285.209 273.244C285.195 273.257 285.183 273.27 285.17 273.282C285.102 273.348 285.034 273.41 284.965 273.473C284.947 273.489 284.928 273.505 284.909 273.52C284.855 273.568 284.8 273.614 284.746 273.659C284.724 273.676 284.703 273.694 284.682 273.712C284.617 273.765 284.552 273.815 284.485 273.865C284.479 273.871 284.47 273.876 284.464 273.881C284.392 273.934 284.318 273.986 284.245 274.036C284.214 274.058 284.181 274.078 284.149 274.1C284.1 274.131 284.052 274.164 284.003 274.194C283.969 274.216 283.936 274.236 283.9 274.256C283.853 274.285 283.804 274.313 283.755 274.341C283.72 274.361 283.684 274.38 283.649 274.399C283.6 274.425 283.551 274.451 283.501 274.476C283.466 274.494 283.429 274.513 283.394 274.529C283.34 274.555 283.284 274.581 283.228 274.606C283.2 274.618 283.173 274.631 283.144 274.644C283.069 274.675 282.995 274.706 282.92 274.735C282.909 274.739 282.9 274.743 282.889 274.747C282.803 274.779 282.716 274.811 282.628 274.839C282.602 274.847 282.575 274.855 282.549 274.864C282.487 274.884 282.425 274.903 282.362 274.921C282.33 274.93 282.297 274.938 282.264 274.948C282.206 274.964 282.146 274.979 282.087 274.993C282.053 275.001 282.02 275.009 281.986 275.016C281.924 275.029 281.86 275.043 281.796 275.055C281.766 275.061 281.738 275.067 281.708 275.073C281.614 275.089 281.52 275.105 281.425 275.119C281.334 275.131 281.243 275.142 281.154 275.152C281.127 275.154 281.1 275.157 281.071 275.158C281.007 275.164 280.943 275.169 280.88 275.172C280.851 275.173 280.821 275.176 280.793 275.176C280.724 275.179 280.656 275.181 280.588 275.181C280.567 275.181 280.548 275.183 280.528 275.183C280.441 275.183 280.357 275.181 280.271 275.177C280.251 275.176 280.231 275.175 280.209 275.173C280.144 275.169 280.08 275.165 280.016 275.16C279.989 275.157 279.961 275.154 279.933 275.152C279.874 275.145 279.814 275.138 279.756 275.13C279.731 275.127 279.707 275.123 279.682 275.12C279.601 275.108 279.521 275.095 279.441 275.078C279.437 275.077 279.431 275.076 279.427 275.076C279.352 275.061 279.278 275.043 279.203 275.024C279.176 275.017 279.15 275.01 279.124 275.002C279.077 274.99 279.031 274.976 278.983 274.961C278.955 274.953 278.927 274.944 278.9 274.936C278.854 274.921 278.808 274.904 278.763 274.888C278.737 274.879 278.71 274.869 278.684 274.86C278.636 274.841 278.587 274.822 278.538 274.801C278.516 274.792 278.496 274.783 278.474 274.775C278.405 274.745 278.336 274.714 278.268 274.68C278.208 274.65 278.15 274.62 278.091 274.589C278.09 274.588 278.089 274.588 278.087 274.587L288.558 280.287C288.616 280.319 288.676 280.349 288.737 280.379C288.739 280.379 288.739 280.38 288.74 280.38C288.808 280.414 288.877 280.445 288.946 280.475C288.968 280.485 288.988 280.493 289.01 280.501C289.059 280.522 289.108 280.542 289.157 280.56C289.182 280.569 289.21 280.579 289.235 280.588C289.28 280.604 289.326 280.621 289.373 280.636C289.4 280.645 289.428 280.653 289.455 280.661C289.501 280.675 289.549 280.689 289.597 280.702C289.614 280.708 289.632 280.713 289.649 280.717C289.658 280.72 289.667 280.721 289.675 280.723C289.749 280.742 289.823 280.759 289.899 280.774C289.903 280.776 289.909 280.777 289.913 280.777C289.993 280.793 290.073 280.807 290.154 280.819C290.179 280.823 290.203 280.826 290.228 280.829C290.286 280.837 290.346 280.843 290.406 280.85C290.433 280.853 290.46 280.856 290.488 280.858C290.552 280.864 290.617 280.868 290.683 280.872C290.703 280.873 290.723 280.875 290.744 280.876C290.828 280.88 290.913 280.882 291 280.882C291.021 280.882 291.04 280.88 291.06 280.88C291.128 280.879 291.196 280.877 291.265 280.875C291.293 280.873 291.323 280.872 291.352 280.871C291.416 280.867 291.479 280.863 291.543 280.857C291.57 280.854 291.598 280.853 291.626 280.85C291.716 280.841 291.807 280.831 291.898 280.818C291.993 280.804 292.086 280.789 292.18 280.771C292.21 280.766 292.238 280.759 292.268 280.754C292.332 280.742 292.396 280.728 292.458 280.714C292.492 280.706 292.525 280.7 292.559 280.691C292.618 280.676 292.677 280.661 292.737 280.647C292.769 280.638 292.802 280.629 292.834 280.619C292.897 280.602 292.961 280.583 293.022 280.562C293.047 280.554 293.075 280.546 293.1 280.538C293.189 280.509 293.275 280.478 293.361 280.445C293.372 280.441 293.381 280.437 293.392 280.433C293.468 280.405 293.543 280.373 293.616 280.342C293.645 280.33 293.672 280.318 293.7 280.304C293.737 280.288 293.775 280.272 293.812 280.254C293.829 280.246 293.847 280.236 293.866 280.227C293.903 280.209 293.938 280.191 293.973 280.174C294.022 280.149 294.072 280.124 294.121 280.096C294.157 280.077 294.192 280.058 294.227 280.038C294.276 280.011 294.324 279.982 294.372 279.954C294.406 279.933 294.442 279.913 294.476 279.891C294.524 279.861 294.573 279.829 294.621 279.798C294.653 279.776 294.686 279.755 294.717 279.734C294.727 279.727 294.738 279.72 294.748 279.713C294.812 279.67 294.875 279.625 294.936 279.579C294.943 279.573 294.949 279.568 294.956 279.562C295.023 279.512 295.089 279.461 295.154 279.409C295.176 279.391 295.198 279.374 295.218 279.356C295.272 279.311 295.327 279.265 295.381 279.217C295.4 279.201 295.418 279.186 295.437 279.17C295.445 279.162 295.453 279.155 295.462 279.148C295.524 279.094 295.583 279.038 295.642 278.981C295.655 278.969 295.667 278.955 295.681 278.943C295.737 278.889 295.792 278.833 295.847 278.776C295.866 278.757 295.885 278.737 295.902 278.718C295.963 278.652 296.025 278.587 296.084 278.519C296.09 278.514 296.094 278.508 296.099 278.503C296.101 278.502 296.102 278.5 296.103 278.499C296.167 278.425 296.231 278.351 296.295 278.275C296.314 278.252 296.331 278.228 296.35 278.205C296.396 278.148 296.443 278.09 296.489 278.03C296.509 278.004 296.53 277.977 296.55 277.95C296.599 277.886 296.646 277.821 296.694 277.754C296.707 277.735 296.722 277.715 296.736 277.696C296.74 277.691 296.744 277.684 296.749 277.678C296.79 277.621 296.83 277.561 296.869 277.503C296.889 277.473 296.91 277.443 296.93 277.412C296.994 277.316 297.055 277.218 297.117 277.117C297.121 277.109 297.127 277.102 297.131 277.094C297.188 277.002 297.244 276.907 297.298 276.81C297.318 276.775 297.339 276.737 297.358 276.702C297.393 276.639 297.428 276.577 297.462 276.513C297.466 276.505 297.47 276.496 297.476 276.487C297.487 276.468 297.496 276.448 297.507 276.429C297.55 276.346 297.594 276.261 297.637 276.176C297.651 276.15 297.664 276.123 297.677 276.097C297.727 275.994 297.777 275.891 297.827 275.785C297.833 275.772 297.84 275.759 297.845 275.747C297.888 275.652 297.932 275.554 297.975 275.456C297.988 275.426 298.001 275.397 298.013 275.368C298.059 275.259 298.106 275.15 298.15 275.039C298.152 275.036 298.153 275.033 298.155 275.029C298.201 274.915 298.245 274.798 298.29 274.682C298.302 274.65 298.313 274.619 298.326 274.588C298.338 274.554 298.351 274.52 298.365 274.485C298.383 274.437 298.399 274.39 298.415 274.342C298.434 274.288 298.455 274.233 298.474 274.179C298.498 274.096 298.525 274.016 298.552 273.934Z"
|
|
60
|
-
fill="#D1DFEB"/>
|
|
61
|
-
<path
|
|
62
|
-
d="M293.656 195.243C293.734 195.235 293.81 195.226 293.887 195.22C294.146 195.194 294.403 195.171 294.66 195.15C294.661 195.15 294.662 195.15 294.664 195.15C294.919 195.13 295.171 195.114 295.422 195.099C295.497 195.095 295.572 195.091 295.646 195.087C295.834 195.077 296.02 195.069 296.204 195.061C296.278 195.058 296.352 195.055 296.426 195.053C296.674 195.044 296.923 195.039 297.168 195.036C297.17 195.036 297.171 195.036 297.172 195.036C297.417 195.034 297.66 195.035 297.901 195.036C297.973 195.038 298.045 195.039 298.117 195.04C298.296 195.043 298.474 195.047 298.652 195.054C298.723 195.057 298.795 195.058 298.865 195.061C299.104 195.07 299.342 195.081 299.578 195.096C299.579 195.096 299.582 195.096 299.583 195.096C299.817 195.111 300.049 195.129 300.281 195.148C300.35 195.153 300.418 195.16 300.487 195.167C300.66 195.183 300.831 195.199 301.001 195.218C301.069 195.225 301.136 195.233 301.204 195.241C301.434 195.269 301.66 195.297 301.887 195.328C301.89 195.328 301.893 195.33 301.895 195.33C302.118 195.361 302.339 195.396 302.559 195.433C302.626 195.444 302.691 195.456 302.757 195.467C302.922 195.495 303.086 195.525 303.249 195.558C303.314 195.57 303.379 195.582 303.443 195.596C303.661 195.639 303.88 195.686 304.096 195.736C304.099 195.737 304.103 195.737 304.105 195.739C304.319 195.787 304.529 195.839 304.738 195.893C304.813 195.912 304.886 195.933 304.961 195.952C305.071 195.982 305.181 196.01 305.289 196.042C305.368 196.063 305.447 196.086 305.524 196.109C305.631 196.141 305.74 196.173 305.846 196.206C305.923 196.23 306.001 196.253 306.078 196.278C306.185 196.312 306.292 196.347 306.4 196.382C306.474 196.407 306.549 196.433 306.624 196.459C306.734 196.497 306.844 196.536 306.954 196.575C307.023 196.6 307.093 196.626 307.161 196.65C307.283 196.695 307.404 196.742 307.524 196.79C307.579 196.812 307.635 196.832 307.691 196.855C307.866 196.926 308.04 196.997 308.213 197.071C308.232 197.079 308.25 197.088 308.269 197.096C308.422 197.162 308.576 197.23 308.729 197.299C308.788 197.327 308.846 197.355 308.904 197.382C309.016 197.435 309.128 197.487 309.238 197.541C309.337 197.589 309.435 197.639 309.533 197.688C309.58 197.712 309.629 197.737 309.678 197.761C309.826 197.837 309.974 197.916 310.121 197.995L299.65 192.295C299.503 192.215 299.357 192.137 299.207 192.061C299.158 192.037 299.111 192.012 299.062 191.988C298.982 191.947 298.902 191.906 298.822 191.867C298.804 191.859 298.785 191.851 298.767 191.841C298.658 191.787 298.546 191.735 298.435 191.682C298.376 191.655 298.318 191.627 298.26 191.599C298.108 191.53 297.954 191.462 297.8 191.396C297.781 191.387 297.763 191.379 297.744 191.371C297.571 191.296 297.396 191.226 297.221 191.155C297.166 191.133 297.11 191.112 297.054 191.091C296.933 191.044 296.813 190.998 296.69 190.951C296.621 190.926 296.552 190.901 296.483 190.877C296.373 190.837 296.263 190.798 296.153 190.76C296.078 190.734 296.003 190.71 295.929 190.685C295.822 190.65 295.714 190.615 295.607 190.581C295.53 190.556 295.452 190.532 295.375 190.509C295.268 190.476 295.16 190.443 295.052 190.412C294.973 190.389 294.896 190.367 294.817 190.344C294.707 190.313 294.597 190.283 294.487 190.255C294.437 190.241 294.388 190.227 294.338 190.214C294.313 190.207 294.289 190.203 294.266 190.196C294.055 190.142 293.845 190.09 293.633 190.041C293.63 190.04 293.626 190.04 293.624 190.039C293.408 189.99 293.191 189.943 292.971 189.899C292.906 189.885 292.842 189.873 292.777 189.861C292.614 189.829 292.449 189.799 292.285 189.77C292.22 189.759 292.153 189.746 292.087 189.736C291.866 189.699 291.644 189.664 291.42 189.632C291.418 189.632 291.416 189.631 291.414 189.631C291.188 189.598 290.96 189.57 290.731 189.544C290.663 189.536 290.595 189.529 290.527 189.521C290.357 189.502 290.186 189.486 290.014 189.469C289.945 189.463 289.877 189.456 289.808 189.45C289.577 189.431 289.345 189.412 289.111 189.399C289.11 189.399 289.107 189.399 289.106 189.399C288.869 189.384 288.632 189.373 288.393 189.363C288.322 189.361 288.252 189.358 288.181 189.357C288.003 189.351 287.824 189.346 287.645 189.343C287.573 189.342 287.502 189.34 287.43 189.339C287.189 189.336 286.947 189.336 286.704 189.339C286.703 189.339 286.7 189.339 286.699 189.339C286.453 189.342 286.206 189.348 285.956 189.355C285.883 189.358 285.808 189.361 285.735 189.363C285.55 189.37 285.364 189.378 285.177 189.389C285.102 189.393 285.028 189.397 284.953 189.401C284.7 189.416 284.447 189.433 284.191 189.453C284.191 189.453 284.191 189.453 284.19 189.453C283.935 189.473 283.677 189.497 283.418 189.522C283.342 189.529 283.264 189.539 283.187 189.545C282.994 189.566 282.801 189.586 282.607 189.609C282.53 189.619 282.452 189.627 282.375 189.636C282.112 189.669 281.848 189.703 281.582 189.74C281.25 189.786 280.92 189.838 280.591 189.89C280.496 189.905 280.402 189.922 280.307 189.938C280.058 189.98 279.808 190.024 279.561 190.07C279.475 190.086 279.39 190.101 279.304 190.117C278.984 190.178 278.666 190.241 278.35 190.309C278.298 190.32 278.247 190.332 278.195 190.343C277.928 190.4 277.663 190.461 277.399 190.522C277.306 190.544 277.213 190.567 277.12 190.589C276.871 190.648 276.626 190.711 276.381 190.775C276.315 190.792 276.247 190.809 276.18 190.826C275.876 190.908 275.575 190.992 275.275 191.079C275.204 191.099 275.134 191.121 275.062 191.143C274.827 191.212 274.593 191.284 274.361 191.358C274.273 191.386 274.185 191.413 274.098 191.442C273.839 191.526 273.582 191.612 273.325 191.701C273.289 191.714 273.251 191.726 273.214 191.739C272.925 191.841 272.639 191.946 272.355 192.054C272.276 192.084 272.199 192.114 272.121 192.146C271.904 192.23 271.69 192.315 271.475 192.402C271.396 192.435 271.316 192.467 271.238 192.5C270.959 192.616 270.682 192.734 270.409 192.856C270.39 192.864 270.371 192.874 270.352 192.882C270.151 192.971 269.952 193.062 269.754 193.156C269.698 193.182 269.644 193.209 269.589 193.236C269.516 193.272 269.441 193.307 269.368 193.344C269.15 193.45 268.934 193.557 268.719 193.668C268.666 193.695 268.612 193.723 268.558 193.75C268.298 193.884 268.04 194.023 267.787 194.163C267.725 194.197 267.666 194.231 267.605 194.265C267.401 194.379 267.197 194.496 266.996 194.614C266.93 194.653 266.862 194.693 266.796 194.732C266.546 194.881 266.297 195.032 266.053 195.187C266.023 195.206 265.995 195.225 265.965 195.244C265.746 195.383 265.53 195.525 265.316 195.669C265.248 195.714 265.181 195.76 265.114 195.807C265.05 195.85 264.986 195.892 264.923 195.936C264.761 196.048 264.6 196.162 264.44 196.277C264.414 196.296 264.387 196.315 264.361 196.334C264.118 196.51 263.877 196.688 263.638 196.872C263.627 196.88 263.616 196.889 263.605 196.897C263.365 197.082 263.126 197.271 262.891 197.462C262.879 197.473 262.865 197.483 262.853 197.492C262.621 197.681 262.393 197.874 262.166 198.07C262.141 198.091 262.115 198.113 262.089 198.136C261.938 198.267 261.789 198.398 261.641 198.532C261.597 198.571 261.555 198.612 261.512 198.651C261.397 198.756 261.284 198.862 261.17 198.968C261.048 199.082 260.925 199.197 260.805 199.314C260.692 199.423 260.581 199.533 260.471 199.643C260.351 199.761 260.233 199.88 260.115 200C260.005 200.113 259.896 200.226 259.789 200.34C259.674 200.462 259.557 200.584 259.443 200.708C259.336 200.823 259.23 200.941 259.125 201.058C259.063 201.129 258.998 201.197 258.935 201.267C258.886 201.323 258.839 201.38 258.791 201.436C258.683 201.56 258.577 201.686 258.47 201.811C258.362 201.939 258.254 202.066 258.148 202.195C258.043 202.323 257.939 202.452 257.834 202.582C257.73 202.714 257.625 202.846 257.522 202.979C257.42 203.111 257.318 203.244 257.218 203.377C257.116 203.512 257.014 203.647 256.914 203.785C256.815 203.921 256.717 204.056 256.619 204.194C256.566 204.268 256.511 204.342 256.458 204.418C256.389 204.517 256.319 204.619 256.25 204.719C256.22 204.764 256.189 204.808 256.159 204.852C255.992 205.098 255.828 205.347 255.665 205.598C255.631 205.651 255.597 205.704 255.563 205.756C255.396 206.017 255.232 206.279 255.07 206.545C254.981 206.693 254.891 206.843 254.803 206.993C254.772 207.048 254.74 207.102 254.709 207.156C254.652 207.254 254.595 207.351 254.54 207.45C254.506 207.51 254.472 207.571 254.438 207.63C254.385 207.724 254.332 207.818 254.28 207.912C254.245 207.974 254.211 208.039 254.176 208.102C254.127 208.191 254.077 208.282 254.028 208.372C254.026 208.373 254.026 208.376 254.025 208.378C253.912 208.588 253.801 208.8 253.691 209.015C253.664 209.069 253.635 209.122 253.608 209.176C253.501 209.386 253.395 209.597 253.291 209.811C253.288 209.818 253.284 209.824 253.281 209.831C253.174 210.051 253.068 210.273 252.963 210.497C252.938 210.552 252.912 210.608 252.885 210.664C252.781 210.887 252.678 211.109 252.578 211.335C252.576 211.338 252.575 211.342 252.574 211.344C252.472 211.573 252.371 211.805 252.272 212.037C252.248 212.096 252.224 212.153 252.199 212.211C252.1 212.445 252.002 212.68 251.906 212.919C251.906 212.92 251.904 212.922 251.904 212.923C251.808 213.159 251.714 213.4 251.621 213.64C251.598 213.7 251.575 213.761 251.55 213.821C251.456 214.064 251.364 214.307 251.275 214.554C251.275 214.556 251.273 214.556 251.273 214.557C251.272 214.561 251.271 214.567 251.268 214.571C251.18 214.813 251.093 215.056 251.006 215.302C250.984 215.364 250.962 215.427 250.941 215.49C250.854 215.742 250.767 215.993 250.683 216.248C250.681 216.254 250.679 216.259 250.677 216.265C250.594 216.515 250.513 216.767 250.432 217.021C250.411 217.087 250.391 217.152 250.369 217.217C250.288 217.476 250.206 217.737 250.127 218.001C250.126 218.005 250.125 218.009 250.123 218.013C250.045 218.274 249.969 218.536 249.893 218.801C249.874 218.867 249.855 218.934 249.836 219.002C249.76 219.271 249.685 219.541 249.61 219.813C249.609 219.818 249.608 219.822 249.606 219.828C249.534 220.097 249.462 220.369 249.393 220.64C249.375 220.71 249.358 220.779 249.34 220.848C249.269 221.125 249.2 221.405 249.132 221.686C249.131 221.69 249.131 221.694 249.13 221.698C249.063 221.977 248.997 222.258 248.933 222.539C248.916 222.611 248.9 222.682 248.884 222.754C248.819 223.041 248.755 223.329 248.693 223.619C248.691 223.623 248.691 223.627 248.69 223.632C248.629 223.92 248.568 224.209 248.509 224.5C248.494 224.573 248.479 224.646 248.464 224.721C248.405 225.017 248.346 225.313 248.289 225.614C248.288 225.618 248.288 225.622 248.287 225.626C248.231 225.922 248.177 226.221 248.122 226.521C248.109 226.597 248.095 226.672 248.082 226.748C248.027 227.052 247.974 227.359 247.924 227.667C247.924 227.67 247.923 227.674 247.923 227.677C247.873 227.983 247.824 228.291 247.775 228.601C247.763 228.68 247.75 228.757 247.738 228.836C247.691 229.15 247.643 229.463 247.597 229.781C247.597 229.785 247.596 229.789 247.596 229.793C247.551 230.107 247.507 230.425 247.464 230.743C247.453 230.823 247.442 230.903 247.431 230.985C247.389 231.308 247.347 231.631 247.308 231.957C247.308 231.959 247.308 231.962 247.308 231.963C247.268 232.288 247.23 232.616 247.192 232.945C247.183 233.027 247.173 233.109 247.165 233.192C247.129 233.524 247.092 233.858 247.058 234.193C247.058 234.195 247.058 234.196 247.058 234.198C247.024 234.532 246.991 234.869 246.959 235.208C246.951 235.292 246.943 235.378 246.936 235.462C246.905 235.803 246.875 236.144 246.845 236.489C246.845 236.492 246.845 236.495 246.845 236.496C246.816 236.838 246.789 237.183 246.763 237.53C246.757 237.617 246.75 237.704 246.744 237.791C246.719 238.14 246.694 238.492 246.671 238.845V238.846C246.648 239.199 246.626 239.554 246.606 239.911C246.601 240.001 246.595 240.09 246.591 240.18C246.571 240.539 246.552 240.899 246.534 241.261V241.263C246.516 241.624 246.5 241.99 246.485 242.355C246.481 242.446 246.478 242.538 246.474 242.629C246.459 242.996 246.446 243.366 246.435 243.737C246.435 243.738 246.435 243.738 246.435 243.739C246.423 244.11 246.413 244.484 246.404 244.859C246.401 244.952 246.4 245.046 246.397 245.14C246.387 245.516 246.381 245.894 246.374 246.274C246.374 246.275 246.374 246.277 246.374 246.278C246.367 246.657 246.363 247.04 246.359 247.423C246.357 247.52 246.357 247.615 246.356 247.711C246.353 248.097 246.351 248.483 246.349 248.873C246.317 266.697 249.241 279.708 255.125 287.91C256.684 290.087 258.447 291.915 260.41 293.399C261.303 294.072 262.237 294.676 263.213 295.207L273.684 300.907C270.56 299.206 267.864 296.774 265.595 293.611C259.713 285.408 256.788 272.397 256.82 254.573C256.822 254.184 256.823 253.797 256.827 253.411C256.828 253.315 256.828 253.218 256.83 253.122C256.834 252.739 256.838 252.357 256.845 251.978C256.845 251.977 256.845 251.976 256.845 251.974C256.851 251.594 256.86 251.217 256.868 250.841C256.87 250.746 256.872 250.651 256.875 250.557C256.884 250.184 256.894 249.81 256.906 249.439C256.906 249.438 256.906 249.438 256.906 249.437C256.918 249.066 256.932 248.696 256.945 248.329C256.949 248.237 256.952 248.146 256.956 248.055C256.971 247.691 256.987 247.327 257.003 246.967C257.003 246.964 257.003 246.963 257.003 246.96C257.021 246.597 257.04 246.239 257.06 245.88C257.066 245.791 257.07 245.701 257.075 245.611C257.096 245.255 257.118 244.902 257.141 244.55C257.141 244.548 257.141 244.546 257.141 244.543C257.164 244.19 257.188 243.84 257.214 243.491C257.221 243.402 257.227 243.315 257.233 243.228C257.259 242.882 257.286 242.537 257.314 242.195C257.314 242.192 257.314 242.189 257.314 242.188C257.343 241.843 257.374 241.502 257.405 241.161C257.413 241.075 257.422 240.991 257.428 240.907C257.46 240.57 257.492 240.234 257.526 239.9C257.526 239.898 257.526 239.895 257.528 239.892C257.561 239.557 257.598 239.224 257.635 238.894C257.644 238.811 257.654 238.728 257.663 238.645C257.7 238.318 257.738 237.992 257.777 237.668C257.777 237.666 257.779 237.662 257.779 237.659C257.818 237.333 257.86 237.01 257.902 236.686C257.913 236.606 257.924 236.525 257.935 236.444C257.978 236.125 258.022 235.807 258.066 235.492C258.066 235.489 258.068 235.487 258.068 235.484C258.114 235.166 258.16 234.851 258.209 234.539C258.221 234.46 258.233 234.382 258.246 234.303C258.295 233.994 258.343 233.685 258.394 233.38C258.394 233.376 258.395 233.373 258.395 233.369C258.447 233.061 258.5 232.755 258.552 232.451C258.566 232.375 258.58 232.298 258.593 232.222C258.647 231.922 258.702 231.623 258.757 231.327C258.759 231.323 258.759 231.319 258.76 231.315C258.817 231.016 258.876 230.719 258.934 230.424C258.949 230.349 258.964 230.276 258.979 230.202C259.038 229.912 259.098 229.621 259.159 229.334C259.161 229.33 259.161 229.326 259.162 229.322C259.224 229.031 259.288 228.743 259.353 228.457C259.37 228.385 259.386 228.314 259.402 228.242C259.467 227.96 259.533 227.678 259.599 227.4C259.601 227.396 259.601 227.392 259.602 227.388C259.67 227.106 259.739 226.828 259.81 226.549C259.827 226.48 259.845 226.41 259.863 226.34C259.933 226.067 260.004 225.796 260.076 225.527C260.077 225.523 260.078 225.518 260.078 225.514C260.152 225.241 260.228 224.972 260.304 224.703C260.323 224.635 260.342 224.569 260.361 224.502C260.437 224.239 260.513 223.977 260.59 223.717C260.592 223.712 260.593 223.708 260.594 223.702C260.673 223.439 260.754 223.178 260.836 222.917C260.856 222.852 260.877 222.788 260.897 222.723C260.978 222.467 261.06 222.213 261.144 221.963C261.145 221.959 261.147 221.954 261.148 221.95C261.232 221.694 261.319 221.443 261.407 221.192C261.429 221.129 261.451 221.067 261.473 221.004C261.559 220.758 261.646 220.514 261.736 220.272C261.737 220.268 261.739 220.263 261.741 220.259C261.832 220.011 261.925 219.767 262.018 219.525C262.041 219.465 262.064 219.405 262.088 219.346C262.181 219.104 262.276 218.863 262.373 218.624C262.373 218.624 262.373 218.624 262.373 218.623C262.469 218.385 262.567 218.149 262.666 217.915C262.69 217.857 262.715 217.8 262.739 217.741C262.838 217.508 262.939 217.277 263.041 217.047C263.042 217.044 263.043 217.042 263.045 217.039C263.145 216.812 263.248 216.588 263.351 216.365C263.377 216.31 263.403 216.254 263.429 216.198C263.533 215.974 263.639 215.751 263.748 215.532C263.751 215.526 263.755 215.52 263.757 215.513C263.862 215.299 263.969 215.087 264.076 214.876C264.104 214.823 264.131 214.769 264.159 214.716C264.269 214.501 264.382 214.288 264.494 214.078C264.541 213.991 264.588 213.906 264.634 213.819C264.672 213.75 264.71 213.68 264.748 213.61C264.799 213.519 264.85 213.428 264.902 213.337C264.937 213.275 264.972 213.211 265.008 213.148C265.063 213.051 265.12 212.953 265.177 212.855C265.209 212.801 265.24 212.746 265.271 212.692C265.359 212.541 265.449 212.392 265.538 212.244C265.7 211.977 265.866 211.715 266.031 211.454C266.065 211.401 266.099 211.348 266.133 211.296C266.296 211.044 266.46 210.796 266.627 210.55C266.657 210.505 266.688 210.461 266.718 210.417C266.839 210.24 266.963 210.066 267.086 209.892C267.184 209.755 267.283 209.618 267.382 209.482C267.482 209.345 267.583 209.209 267.685 209.074C267.785 208.941 267.887 208.808 267.989 208.676C268.092 208.543 268.197 208.412 268.301 208.28C268.404 208.149 268.509 208.02 268.615 207.893C268.721 207.764 268.828 207.634 268.936 207.508C269.044 207.382 269.15 207.257 269.258 207.133C269.368 207.007 269.481 206.881 269.592 206.756C269.698 206.637 269.804 206.521 269.911 206.405C270.025 206.281 270.141 206.159 270.257 206.037C270.366 205.923 270.475 205.809 270.585 205.697C270.703 205.576 270.821 205.458 270.94 205.34C271.052 205.23 271.163 205.12 271.274 205.011C271.395 204.895 271.517 204.78 271.639 204.665C271.753 204.559 271.867 204.452 271.981 204.347C272.173 204.173 272.364 204.001 272.558 203.832C272.584 203.81 272.61 203.787 272.636 203.766C272.863 203.57 273.091 203.377 273.323 203.188C273.335 203.177 273.349 203.168 273.361 203.158C273.596 202.967 273.835 202.778 274.075 202.593C274.086 202.585 274.097 202.576 274.107 202.567C274.346 202.385 274.587 202.206 274.831 202.03C274.857 202.011 274.884 201.992 274.91 201.972C275.132 201.812 275.356 201.657 275.583 201.502C275.651 201.456 275.717 201.411 275.785 201.365C276 201.221 276.217 201.079 276.434 200.94C276.463 200.921 276.493 200.902 276.521 200.884C276.767 200.73 277.014 200.577 277.264 200.429C277.33 200.39 277.397 200.351 277.465 200.311C277.666 200.193 277.869 200.076 278.073 199.962C278.134 199.928 278.194 199.894 278.255 199.86C278.51 199.719 278.767 199.582 279.027 199.447C279.08 199.42 279.134 199.393 279.189 199.366C279.403 199.256 279.62 199.148 279.838 199.041C279.911 199.006 279.984 198.969 280.059 198.934C280.311 198.813 280.567 198.695 280.823 198.579C280.842 198.571 280.86 198.561 280.879 198.553C281.153 198.431 281.429 198.313 281.707 198.197C281.786 198.165 281.866 198.132 281.946 198.1C282.16 198.013 282.375 197.927 282.592 197.843C282.67 197.813 282.747 197.783 282.826 197.753C283.109 197.646 283.396 197.54 283.685 197.438C283.722 197.426 283.758 197.414 283.795 197.4C284.05 197.31 284.308 197.225 284.567 197.141C284.654 197.112 284.743 197.085 284.831 197.056C285.063 196.983 285.296 196.911 285.531 196.842C285.602 196.821 285.672 196.8 285.743 196.778C286.042 196.691 286.344 196.607 286.649 196.525C286.715 196.507 286.784 196.49 286.851 196.472C287.095 196.408 287.341 196.346 287.589 196.286C287.682 196.263 287.775 196.241 287.868 196.219C288.131 196.157 288.397 196.097 288.665 196.04C288.716 196.029 288.768 196.017 288.819 196.006C289.134 195.94 289.453 195.876 289.774 195.815C289.859 195.798 289.945 195.783 290.03 195.767C290.277 195.721 290.527 195.677 290.777 195.635C290.872 195.619 290.966 195.604 291.061 195.588C291.389 195.535 291.719 195.483 292.052 195.437C292.318 195.4 292.581 195.366 292.844 195.334C292.922 195.324 292.999 195.316 293.077 195.307C293.271 195.284 293.465 195.262 293.656 195.243Z"
|
|
63
|
-
fill="url(#paint6_linear_2747_48132)"/>
|
|
64
|
-
<path
|
|
65
|
-
d="M318.278 205.363C324.182 213.611 327.12 226.716 327.086 244.687C327.052 263.276 324.14 277.304 318.36 286.761C312.575 296.223 303.74 301.787 291.851 303.458C280.226 305.092 271.471 301.811 265.587 293.606C259.705 285.404 256.78 272.393 256.812 254.569C256.847 235.88 259.755 221.773 265.538 212.239C271.323 202.711 280.159 197.109 292.05 195.435C303.632 193.808 312.372 197.119 318.278 205.363ZM298.858 272.943C300.219 268.153 300.912 259.96 300.934 248.365C300.956 236.72 300.284 228.66 298.915 224.18C297.551 219.704 295.246 217.691 292.011 218.145C288.77 218.601 286.46 221.179 285.078 225.874C283.693 230.574 282.99 238.911 282.968 250.89C282.946 262.772 283.618 270.843 284.987 275.107C286.353 279.368 288.654 281.273 291.895 280.817C295.175 280.357 297.497 277.733 298.858 272.943Z"
|
|
66
|
-
fill="white"/>
|
|
67
|
-
<path
|
|
68
|
-
d="M163.543 339.112H172.039C175.724 339.112 178.504 339.646 180.379 340.714C182.254 341.782 183.191 343.624 183.191 346.241C183.191 347.335 182.996 348.325 182.605 349.21C182.228 350.082 181.674 350.805 180.945 351.378C180.216 351.938 179.318 352.316 178.25 352.511V352.706C179.357 352.901 180.34 353.247 181.199 353.741C182.071 354.236 182.755 354.946 183.25 355.87C183.758 356.795 184.012 357.993 184.012 359.464C184.012 361.209 183.595 362.693 182.762 363.917C181.941 365.141 180.763 366.072 179.226 366.71C177.703 367.348 175.893 367.667 173.797 367.667H163.543V339.112ZM168.23 350.89H172.722C174.845 350.89 176.316 350.545 177.137 349.855C177.957 349.165 178.367 348.155 178.367 346.827C178.367 345.473 177.879 344.497 176.902 343.898C175.939 343.299 174.402 342.999 172.293 342.999H168.23V350.89ZM168.23 354.679V363.741H173.172C175.359 363.741 176.896 363.318 177.781 362.472C178.666 361.625 179.109 360.48 179.109 359.034C179.109 358.149 178.907 357.381 178.504 356.73C178.113 356.079 177.469 355.577 176.57 355.226C175.672 354.861 174.461 354.679 172.937 354.679H168.23ZM197.918 345.636C200.652 345.636 202.716 346.241 204.109 347.452C205.515 348.663 206.219 350.551 206.219 353.116V367.667H202.957L202.078 364.601H201.922C201.31 365.382 200.678 366.026 200.027 366.534C199.376 367.042 198.621 367.42 197.762 367.667C196.915 367.928 195.88 368.058 194.656 368.058C193.367 368.058 192.215 367.823 191.199 367.355C190.183 366.873 189.383 366.144 188.797 365.167C188.211 364.191 187.918 362.954 187.918 361.456C187.918 359.23 188.745 357.556 190.398 356.437C192.065 355.317 194.578 354.698 197.937 354.581L201.687 354.444V353.312C201.687 351.814 201.336 350.747 200.633 350.109C199.943 349.47 198.966 349.151 197.703 349.151C196.622 349.151 195.574 349.308 194.558 349.62C193.543 349.933 192.553 350.317 191.59 350.773L190.105 347.53C191.16 346.97 192.358 346.515 193.699 346.163C195.053 345.812 196.459 345.636 197.918 345.636ZM201.668 357.335L198.875 357.433C196.583 357.511 194.975 357.901 194.051 358.605C193.126 359.308 192.664 360.271 192.664 361.495C192.664 362.563 192.983 363.344 193.621 363.839C194.259 364.321 195.099 364.562 196.14 364.562C197.729 364.562 199.044 364.112 200.086 363.214C201.14 362.303 201.668 360.968 201.668 359.21V357.335ZM219.91 368.058C217.332 368.058 215.262 367.12 213.699 365.245C212.15 363.357 211.375 360.577 211.375 356.905C211.375 353.194 212.163 350.388 213.738 348.487C215.327 346.586 217.416 345.636 220.008 345.636C221.101 345.636 222.058 345.786 222.879 346.085C223.699 346.372 224.402 346.762 224.988 347.257C225.587 347.752 226.095 348.305 226.512 348.917H226.726C226.661 348.513 226.583 347.934 226.492 347.179C226.414 346.411 226.375 345.701 226.375 345.05V337.276H230.984V367.667H227.39L226.57 364.718H226.375C225.984 365.343 225.489 365.909 224.89 366.417C224.305 366.912 223.601 367.309 222.781 367.609C221.974 367.908 221.017 368.058 219.91 368.058ZM221.199 364.327C223.165 364.327 224.552 363.761 225.359 362.628C226.166 361.495 226.583 359.796 226.609 357.53V356.925C226.609 354.503 226.219 352.648 225.437 351.359C224.656 350.056 223.23 349.405 221.16 349.405C219.506 349.405 218.243 350.076 217.371 351.417C216.512 352.745 216.082 354.601 216.082 356.984C216.082 359.366 216.512 361.189 217.371 362.452C218.243 363.702 219.519 364.327 221.199 364.327ZM259.949 352.159H270.613V366.495C269.116 366.99 267.566 367.374 265.965 367.648C264.363 367.921 262.566 368.058 260.574 368.058C257.67 368.058 255.209 367.485 253.191 366.339C251.186 365.18 249.663 363.507 248.621 361.319C247.579 359.119 247.058 356.469 247.058 353.37C247.058 350.388 247.638 347.804 248.797 345.616C249.956 343.416 251.642 341.717 253.855 340.519C256.069 339.308 258.751 338.702 261.902 338.702C263.452 338.702 264.949 338.859 266.394 339.171C267.853 339.47 269.187 339.887 270.398 340.421L268.758 344.288C267.794 343.832 266.713 343.448 265.515 343.136C264.318 342.823 263.074 342.667 261.785 342.667C259.741 342.667 257.976 343.11 256.492 343.995C255.021 344.881 253.888 346.131 253.094 347.745C252.299 349.347 251.902 351.241 251.902 353.429C251.902 355.551 252.221 357.413 252.859 359.015C253.497 360.616 254.493 361.866 255.847 362.765C257.215 363.65 258.979 364.093 261.14 364.093C262.221 364.093 263.139 364.034 263.894 363.917C264.65 363.8 265.346 363.67 265.984 363.526V356.163H259.949V352.159ZM285.457 345.636C288.191 345.636 290.255 346.241 291.648 347.452C293.055 348.663 293.758 350.551 293.758 353.116V367.667H290.496L289.617 364.601H289.461C288.849 365.382 288.217 366.026 287.566 366.534C286.915 367.042 286.16 367.42 285.301 367.667C284.454 367.928 283.419 368.058 282.195 368.058C280.906 368.058 279.754 367.823 278.738 367.355C277.722 366.873 276.922 366.144 276.336 365.167C275.75 364.191 275.457 362.954 275.457 361.456C275.457 359.23 276.284 357.556 277.937 356.437C279.604 355.317 282.117 354.698 285.476 354.581L289.226 354.444V353.312C289.226 351.814 288.875 350.747 288.172 350.109C287.482 349.47 286.505 349.151 285.242 349.151C284.161 349.151 283.113 349.308 282.097 349.62C281.082 349.933 280.092 350.317 279.129 350.773L277.644 347.53C278.699 346.97 279.897 346.515 281.238 346.163C282.592 345.812 283.999 345.636 285.457 345.636ZM289.207 357.335L286.414 357.433C284.122 357.511 282.514 357.901 281.59 358.605C280.665 359.308 280.203 360.271 280.203 361.495C280.203 362.563 280.522 363.344 281.16 363.839C281.798 364.321 282.638 364.562 283.68 364.562C285.268 364.562 286.583 364.112 287.625 363.214C288.68 362.303 289.207 360.968 289.207 359.21V357.335ZM308.23 364.347C308.829 364.347 309.422 364.295 310.008 364.191C310.594 364.073 311.127 363.937 311.609 363.78V367.257C311.101 367.478 310.444 367.667 309.637 367.823C308.829 367.98 307.989 368.058 307.117 368.058C305.893 368.058 304.793 367.856 303.816 367.452C302.84 367.036 302.065 366.326 301.492 365.323C300.919 364.321 300.633 362.934 300.633 361.163V349.542H297.683V347.491L300.847 345.87L302.351 341.241H305.242V346.046H311.433V349.542H305.242V361.105C305.242 362.198 305.515 363.012 306.062 363.546C306.609 364.08 307.332 364.347 308.23 364.347ZM324.617 345.636C326.544 345.636 328.198 346.033 329.578 346.827C330.958 347.622 332.019 348.748 332.762 350.206C333.504 351.665 333.875 353.409 333.875 355.441V357.901H319.441C319.493 359.998 320.053 361.612 321.121 362.745C322.202 363.878 323.712 364.444 325.652 364.444C327.032 364.444 328.269 364.314 329.363 364.054C330.47 363.78 331.609 363.383 332.781 362.862V366.593C331.7 367.101 330.6 367.472 329.48 367.706C328.36 367.941 327.019 368.058 325.457 368.058C323.334 368.058 321.466 367.648 319.851 366.827C318.25 365.994 316.993 364.757 316.082 363.116C315.183 361.476 314.734 359.438 314.734 357.003C314.734 354.581 315.144 352.524 315.965 350.831C316.785 349.138 317.937 347.849 319.422 346.964C320.906 346.079 322.638 345.636 324.617 345.636ZM324.617 349.093C323.172 349.093 322 349.562 321.101 350.499C320.216 351.437 319.695 352.81 319.539 354.62H329.383C329.37 353.54 329.187 352.582 328.836 351.749C328.497 350.916 327.976 350.265 327.273 349.796C326.583 349.327 325.698 349.093 324.617 349.093ZM356.726 367.648L353.992 357.589C353.862 357.094 353.706 356.495 353.523 355.792C353.341 355.089 353.159 354.366 352.976 353.624C352.794 352.869 352.625 352.172 352.469 351.534C352.325 350.896 352.215 350.401 352.137 350.05H351.98C351.915 350.401 351.811 350.896 351.668 351.534C351.525 352.172 351.362 352.869 351.18 353.624C350.997 354.379 350.815 355.115 350.633 355.831C350.463 356.547 350.307 357.159 350.164 357.667L347.293 367.648H342.254L336.199 346.026H340.847L343.66 356.769C343.842 357.498 344.018 358.286 344.187 359.132C344.37 359.978 344.526 360.786 344.656 361.554C344.786 362.322 344.884 362.954 344.949 363.448H345.105C345.157 363.097 345.229 362.654 345.32 362.12C345.411 361.573 345.515 361.007 345.633 360.421C345.75 359.822 345.867 359.262 345.984 358.741C346.101 358.207 346.212 357.778 346.316 357.452L349.637 346.026H354.656L357.84 357.452C357.983 357.947 358.139 358.572 358.308 359.327C358.478 360.069 358.627 360.818 358.758 361.573C358.901 362.316 358.992 362.934 359.031 363.429H359.187C359.239 362.986 359.331 362.387 359.461 361.632C359.604 360.864 359.767 360.05 359.949 359.191C360.131 358.318 360.32 357.511 360.515 356.769L363.387 346.026H367.957L361.863 367.648H356.726ZM380.144 345.636C382.879 345.636 384.943 346.241 386.336 347.452C387.742 348.663 388.445 350.551 388.445 353.116V367.667H385.183L384.305 364.601H384.148C383.536 365.382 382.905 366.026 382.254 366.534C381.603 367.042 380.847 367.42 379.988 367.667C379.142 367.928 378.107 368.058 376.883 368.058C375.594 368.058 374.441 367.823 373.426 367.355C372.41 366.873 371.609 366.144 371.023 365.167C370.437 364.191 370.144 362.954 370.144 361.456C370.144 359.23 370.971 357.556 372.625 356.437C374.291 355.317 376.805 354.698 380.164 354.581L383.914 354.444V353.312C383.914 351.814 383.562 350.747 382.859 350.109C382.169 349.47 381.193 349.151 379.93 349.151C378.849 349.151 377.801 349.308 376.785 349.62C375.769 349.933 374.78 350.317 373.816 350.773L372.332 347.53C373.387 346.97 374.584 346.515 375.926 346.163C377.28 345.812 378.686 345.636 380.144 345.636ZM383.894 357.335L381.101 357.433C378.81 357.511 377.202 357.901 376.277 358.605C375.353 359.308 374.89 360.271 374.89 361.495C374.89 362.563 375.209 363.344 375.847 363.839C376.485 364.321 377.325 364.562 378.367 364.562C379.956 364.562 381.271 364.112 382.312 363.214C383.367 362.303 383.894 360.968 383.894 359.21V357.335ZM391.609 346.046H396.609L401.043 358.39C401.238 358.95 401.414 359.503 401.57 360.05C401.739 360.584 401.883 361.111 402 361.632C402.13 362.153 402.234 362.674 402.312 363.194H402.43C402.56 362.517 402.742 361.762 402.976 360.929C403.224 360.082 403.497 359.236 403.797 358.39L408.055 346.046H412.996L403.719 370.636C403.185 372.042 402.527 373.24 401.746 374.23C400.978 375.232 400.066 375.987 399.012 376.495C397.957 377.016 396.752 377.276 395.398 377.276C394.747 377.276 394.181 377.237 393.699 377.159C393.217 377.094 392.807 377.023 392.469 376.944V373.273C392.742 373.338 393.087 373.396 393.504 373.448C393.92 373.5 394.35 373.526 394.793 373.526C395.613 373.526 396.323 373.364 396.922 373.038C397.521 372.713 398.028 372.25 398.445 371.651C398.862 371.066 399.207 370.395 399.48 369.64L400.242 367.609L391.609 346.046Z"
|
|
69
|
-
fill="white"/>
|
|
70
|
-
<defs>
|
|
71
|
-
<radialGradient id="paint0_radial_2747_48132" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse"
|
|
72
|
-
gradientTransform="translate(279 279) rotate(90) scale(275)">
|
|
73
|
-
<stop offset="0.501769" stop-color="#C9E5F2"/>
|
|
74
|
-
<stop offset="1" stop-color="#C9E5F2" stop-opacity="0"/>
|
|
75
|
-
</radialGradient>
|
|
76
|
-
<linearGradient id="paint1_linear_2747_48132" x1="147.81" y1="322.21" x2="418.157" y2="352.383"
|
|
77
|
-
gradientUnits="userSpaceOnUse">
|
|
78
|
-
<stop offset="0.135" stop-color="#DEE7F0"/>
|
|
79
|
-
<stop offset="1" stop-color="#FAFDFF"/>
|
|
80
|
-
</linearGradient>
|
|
81
|
-
<linearGradient id="paint2_linear_2747_48132" x1="45" y1="297.5" x2="230.936" y2="297.5"
|
|
82
|
-
gradientUnits="userSpaceOnUse">
|
|
83
|
-
<stop offset="0.135" stop-color="#DEE7F0"/>
|
|
84
|
-
<stop offset="1" stop-color="#FAFDFF"/>
|
|
85
|
-
</linearGradient>
|
|
86
|
-
<linearGradient id="paint3_linear_2747_48132" x1="207.095" y1="276.614" x2="403.183" y2="276.614"
|
|
87
|
-
gradientUnits="userSpaceOnUse">
|
|
88
|
-
<stop offset="0.135" stop-color="#DEE7F0"/>
|
|
89
|
-
<stop offset="1" stop-color="#FAFDFF"/>
|
|
90
|
-
</linearGradient>
|
|
91
|
-
<linearGradient id="paint4_linear_2747_48132" x1="134.892" y1="286.32" x2="307.193" y2="286.32"
|
|
92
|
-
gradientUnits="userSpaceOnUse">
|
|
93
|
-
<stop offset="0.135" stop-color="#DEE7F0"/>
|
|
94
|
-
<stop offset="1" stop-color="#FAFDFF"/>
|
|
95
|
-
</linearGradient>
|
|
96
|
-
<linearGradient id="paint5_linear_2747_48132" x1="330.755" y1="268.99" x2="362.245" y2="226.046"
|
|
97
|
-
gradientUnits="userSpaceOnUse">
|
|
98
|
-
<stop offset="0.0141" stop-color="#FAFDFF"/>
|
|
99
|
-
<stop offset="0.1228" stop-color="#F5F9FC"/>
|
|
100
|
-
<stop offset="0.7179" stop-color="#DEE7F0"/>
|
|
101
|
-
</linearGradient>
|
|
102
|
-
<linearGradient id="paint6_linear_2747_48132" x1="278.208" y1="217.448" x2="278.445" y2="281.264"
|
|
103
|
-
gradientUnits="userSpaceOnUse">
|
|
104
|
-
<stop offset="0.1009" stop-color="#FAFDFF"/>
|
|
105
|
-
<stop offset="0.1962" stop-color="#F5F9FC"/>
|
|
106
|
-
<stop offset="0.7179" stop-color="#DEE7F0"/>
|
|
107
|
-
</linearGradient>
|
|
108
|
-
</defs>
|
|
109
|
-
</svg>
|
|
110
|
-
|
|
111
|
-
</div>
|
|
112
|
-
<div class="error__info">
|
|
113
|
-
<div class="error__info__content">
|
|
114
|
-
<p class="title">502</p>
|
|
115
|
-
<p class="title-bottom">Ошибка сервера</p>
|
|
116
|
-
<ul class="error__info__content__block">Варианты решения проблемы:
|
|
117
|
-
<li class="text">Обновите страницу</li>
|
|
118
|
-
<li class="text">Очистите кэш браузера</li>
|
|
119
|
-
<li class="text">Свяжитесь с технической поддержкой <a class="error-aside__text-info__email"
|
|
120
|
-
href="mailto:info@adata.kz">info@adata.kz</a></li>
|
|
121
|
-
</ul>
|
|
122
|
-
</div>
|
|
123
|
-
</div>
|
|
124
|
-
</div>
|
|
125
|
-
</template>
|
|
126
|
-
|
|
127
|
-
<script>
|
|
128
|
-
|
|
129
|
-
export default {
|
|
130
|
-
name: "BadGateway",
|
|
131
|
-
layout: "empty"
|
|
132
|
-
}
|
|
133
|
-
</script>
|
|
134
|
-
|
|
135
|
-
<style lang="scss" scoped>
|
|
136
|
-
|
|
137
|
-
.title {
|
|
138
|
-
font-weight: 700;
|
|
139
|
-
font-size: 36px;
|
|
140
|
-
line-height: 40px;
|
|
141
|
-
color: #2C3E50;
|
|
142
|
-
margin-bottom: 24px;
|
|
143
|
-
max-width: 541px;
|
|
144
|
-
@media only screen and (max-width: 820px) {
|
|
145
|
-
max-width: none;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
&-bottom {
|
|
149
|
-
font-size: 24px;
|
|
150
|
-
line-height: 32px;
|
|
151
|
-
font-weight: 700;
|
|
152
|
-
color: #2C3E50;
|
|
153
|
-
margin-bottom: 24px;
|
|
154
|
-
max-width: 541px;
|
|
155
|
-
@media only screen and (max-width: 820px) {
|
|
156
|
-
max-width: none;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.text {
|
|
162
|
-
font-weight: 500;
|
|
163
|
-
font-size: 14px;
|
|
164
|
-
line-height: 20px;
|
|
165
|
-
color: #2C3E50;
|
|
166
|
-
margin-bottom: 8px;
|
|
167
|
-
max-width: 541px;
|
|
168
|
-
display: block;
|
|
169
|
-
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNS40NDRMNC42OTIgOSAxMyAxIiBzdHJva2U9IiMwMDdBRkYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
|
|
170
|
-
background-position: left 6px;
|
|
171
|
-
background-repeat: no-repeat;
|
|
172
|
-
padding-left: 24px;
|
|
173
|
-
|
|
174
|
-
&:first-child{
|
|
175
|
-
margin-top: 16px;
|
|
176
|
-
}
|
|
177
|
-
&:last-child{
|
|
178
|
-
margin-bottom: 0;
|
|
179
|
-
}
|
|
180
|
-
@media only screen and (max-width: 820px) {
|
|
181
|
-
max-width: none;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
&:last-child {
|
|
185
|
-
margin-bottom: 0;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
.error {
|
|
191
|
-
display: flex;
|
|
192
|
-
flex-direction: row;
|
|
193
|
-
justify-content: center;
|
|
194
|
-
align-items: center;
|
|
195
|
-
gap: 40px;
|
|
196
|
-
@media only screen and (max-width: 820px) {
|
|
197
|
-
margin: 0 16px;
|
|
198
|
-
height: 100%;
|
|
199
|
-
margin-top: 24px;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
&__images {
|
|
203
|
-
max-width: 550px;
|
|
204
|
-
max-height: 550px;
|
|
205
|
-
@media only screen and (max-width: 820px) {
|
|
206
|
-
display: none;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
svg {
|
|
210
|
-
width: 100%;
|
|
211
|
-
height: 100%;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
&__info {
|
|
216
|
-
display: grid;
|
|
217
|
-
height: 100%;
|
|
218
|
-
gap: 32px;
|
|
219
|
-
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
</style>
|