adata-ui 3.1.79 → 3.1.80
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/README.md +84 -84
- package/dist/module.json +1 -1
- package/dist/runtime/components/Alert.vue +26 -26
- package/dist/runtime/components/Alert.vue.d.ts +37 -2
- package/dist/runtime/components/Chip.vue +5 -5
- package/dist/runtime/components/Chip.vue.d.ts +21 -2
- package/dist/runtime/components/ColorMode.vue +12 -12
- package/dist/runtime/components/CurveBlock.vue +177 -177
- package/dist/runtime/components/DigitBadge.vue +5 -5
- package/dist/runtime/components/DigitBadge.vue.d.ts +1 -1
- package/dist/runtime/components/Drawer.vue +32 -32
- package/dist/runtime/components/Drawer.vue.d.ts +47 -2
- package/dist/runtime/components/EmptyHeader.vue +6 -6
- package/dist/runtime/components/Error.vue +59 -59
- package/dist/runtime/components/Footer.vue +69 -69
- package/dist/runtime/components/FooterAccordion.vue +45 -45
- package/dist/runtime/components/Header.vue +111 -111
- package/dist/runtime/components/Header.vue.d.ts +0 -50
- package/dist/runtime/components/Modal.vue +78 -78
- package/dist/runtime/components/Modal.vue.d.ts +49 -9
- package/dist/runtime/components/NewFooter.vue +113 -113
- package/dist/runtime/components/NewFooterAccordion.vue +52 -52
- package/dist/runtime/components/OtherServiceFeatures.vue +45 -45
- package/dist/runtime/components/PkMobileServices.vue +22 -22
- package/dist/runtime/components/SidePanel.vue +76 -76
- package/dist/runtime/components/SidePanel.vue.d.ts +79 -3
- package/dist/runtime/components/Tag.vue +4 -4
- package/dist/runtime/components/Tag.vue.d.ts +12 -2
- package/dist/runtime/components/Toggle.vue +30 -30
- package/dist/runtime/components/accordion/Accordion.vue +41 -41
- package/dist/runtime/components/accordion/Accordion.vue.d.ts +44 -4
- package/dist/runtime/components/button/Button.vue +22 -22
- package/dist/runtime/components/button/Button.vue.d.ts +21 -3
- package/dist/runtime/components/checkbox/Checkbox.vue +58 -58
- package/dist/runtime/components/checkbox/Checkbox.vue.d.ts +39 -7
- package/dist/runtime/components/date-picker/DatePicker.vue +38 -38
- package/dist/runtime/components/error-template/index.vue +32 -32
- package/dist/runtime/components/error-template/index.vue.d.ts +5 -3
- package/dist/runtime/components/feature-description/FeatureDescription.vue +46 -46
- package/dist/runtime/components/floating-label/FloatingLabel.vue +5 -5
- package/dist/runtime/components/floating-label/FloatingLabel.vue.d.ts +7 -2
- package/dist/runtime/components/forms/input/password/InputPassword.vue +25 -25
- package/dist/runtime/components/forms/input/password/InputPassword.vue.d.ts +1 -1
- package/dist/runtime/components/forms/input/standard/InputStandard.vue +108 -108
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue +63 -63
- package/dist/runtime/components/forms/input/textarea/ATextarea.vue.d.ts +35 -3
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue +54 -54
- package/dist/runtime/components/forms/need-more-data/NeedMoreData.vue.d.ts +1 -7
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue +57 -57
- package/dist/runtime/components/forms/request-demo/RequestDemo.vue.d.ts +0 -26
- package/dist/runtime/components/header/AlmatyContacts.vue +76 -76
- package/dist/runtime/components/header/AstanaContacts.vue +31 -31
- package/dist/runtime/components/header/CardGallery.vue +60 -60
- package/dist/runtime/components/header/ContactMenu.vue +39 -39
- package/dist/runtime/components/header/ContactMenu.vue.d.ts +2 -8
- package/dist/runtime/components/header/HeaderLink.vue +46 -46
- package/dist/runtime/components/header/LangSwitcher.vue +26 -26
- package/dist/runtime/components/header/ListItem.vue +15 -15
- package/dist/runtime/components/header/NavCard.vue +28 -28
- package/dist/runtime/components/header/NavList.vue +52 -52
- package/dist/runtime/components/header/ProductMenu.vue +67 -67
- package/dist/runtime/components/header/ProductMenu.vue.d.ts +2 -8
- package/dist/runtime/components/header/ProfileMenu.vue +37 -37
- package/dist/runtime/components/header/ProfileMenu.vue.d.ts +1 -5
- package/dist/runtime/components/header/ProfileMenuContent.vue +140 -140
- package/dist/runtime/components/header/ProfileMenuContent.vue.d.ts +1 -5
- package/dist/runtime/components/header/TopHeader.vue +72 -72
- package/dist/runtime/components/header-mobile/HeaderMobile.vue +39 -39
- package/dist/runtime/components/header-mobile/HeaderMobile.vue.d.ts +14 -9
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue +41 -41
- package/dist/runtime/components/mobile-navigation/BottomNavigation.vue.d.ts +0 -29
- package/dist/runtime/components/mobile-navigation/MainButton.vue +8 -8
- package/dist/runtime/components/mobile-navigation/MainButton.vue.d.ts +1 -5
- package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +23 -23
- package/dist/runtime/components/modals/NoAccessContent.vue +34 -34
- package/dist/runtime/components/modals/NoAccessContent.vue.d.ts +1 -5
- package/dist/runtime/components/modals/NoAccessSimple.vue +16 -16
- package/dist/runtime/components/modals/NoAccessSimple.vue.d.ts +1 -5
- package/dist/runtime/components/modals/TokenTimeoutContent.vue +24 -24
- package/dist/runtime/components/modals/TokenTimeoutContent.vue.d.ts +1 -5
- package/dist/runtime/components/modals/id/IdAccessModal.vue +34 -34
- package/dist/runtime/components/modals/id/IdBanner.vue +29 -29
- package/dist/runtime/components/modals/id/IdConfirmAccountOtpModal.vue +43 -43
- package/dist/runtime/components/modals/id/IdConfirmSuccessfulModal.vue +17 -17
- package/dist/runtime/components/modals/id/IdLoginModal.vue +100 -100
- package/dist/runtime/components/modals/id/IdModals.vue +44 -44
- package/dist/runtime/components/modals/id/IdNewPasswordModal.vue +46 -46
- package/dist/runtime/components/modals/id/IdOtpInput.vue +30 -30
- package/dist/runtime/components/modals/id/IdPasswordSuccessfulModal.vue +14 -14
- package/dist/runtime/components/modals/id/IdRecoveryModal.vue +30 -30
- package/dist/runtime/components/modals/id/IdRegistrationModal.vue +68 -68
- package/dist/runtime/components/modals/id/IdResetPasswordOtpModal.vue +47 -47
- package/dist/runtime/components/modals/id/IdTwoFactorModal.vue +23 -23
- package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +51 -51
- package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +35 -35
- package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +69 -69
- package/dist/runtime/components/payment/process/PaymentProcess.vue +26 -26
- package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +63 -63
- package/dist/runtime/components/photos-animation/PhotosAnimation.vue +9 -9
- package/dist/runtime/components/pill-tabs/PillTabs.vue +39 -39
- package/dist/runtime/components/pill-tabs/PillTabs.vue.d.ts +0 -46
- package/dist/runtime/components/radio-button/RadioButton.vue +33 -33
- package/dist/runtime/components/radio-button/RadioButton.vue.d.ts +36 -2
- package/dist/runtime/components/row-card/RowCard.vue +27 -27
- package/dist/runtime/components/row-card/RowCard.vue.d.ts +9 -2
- package/dist/runtime/components/select-row/index.vue +58 -58
- package/dist/runtime/components/select-row/index.vue.d.ts +1 -1
- package/dist/runtime/components/transitions/TransitionHeight.vue +9 -9
- package/dist/runtime/components/transitions/TransitionHeight.vue.d.ts +20 -2
- package/dist/runtime/components/tree-select/TreeSelect.vue +16 -16
- package/dist/runtime/components/tree-select/components/tree-select-nodes.vue +75 -75
- package/dist/runtime/icons/ai-assistant.vue +13 -13
- package/dist/runtime/icons/akimat.vue +20 -20
- package/dist/runtime/icons/arrow/arrow-circle-down.vue +18 -18
- package/dist/runtime/icons/arrow/arrow-graph-up.vue +24 -24
- package/dist/runtime/icons/arrow/arrow-side-up.vue +19 -19
- package/dist/runtime/icons/arrow/arrow-top-right-on-square.vue +19 -19
- package/dist/runtime/icons/arrow/chevron-down.vue +19 -19
- package/dist/runtime/icons/avatar.vue +41 -41
- package/dist/runtime/icons/avto/car.vue +17 -17
- package/dist/runtime/icons/avto/truck.vue +17 -17
- package/dist/runtime/icons/bank.vue +14 -14
- package/dist/runtime/icons/block.vue +19 -19
- package/dist/runtime/icons/bookmark.vue +19 -19
- package/dist/runtime/icons/calculator.vue +19 -19
- package/dist/runtime/icons/chartBar.vue +14 -14
- package/dist/runtime/icons/check-circle.vue +25 -25
- package/dist/runtime/icons/check-sb.vue +7 -7
- package/dist/runtime/icons/checkbox/checkbox-active.vue +19 -19
- package/dist/runtime/icons/checkbox/checkbox-empty.vue +20 -20
- package/dist/runtime/icons/checkbox/checkbox-intermediate.vue +19 -19
- package/dist/runtime/icons/chevron/chevron-down.vue +16 -16
- package/dist/runtime/icons/chevron/chevron-left.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-right.vue +5 -5
- package/dist/runtime/icons/chevron/chevron-up.vue +5 -5
- package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -12
- package/dist/runtime/icons/clipboard-text.vue +17 -17
- package/dist/runtime/icons/clock.vue +25 -25
- package/dist/runtime/icons/color-mode/moon.vue +20 -20
- package/dist/runtime/icons/color-mode/sun.vue +27 -27
- package/dist/runtime/icons/communication/mail.vue +19 -19
- package/dist/runtime/icons/communication/phone.vue +19 -19
- package/dist/runtime/icons/company.vue +19 -19
- package/dist/runtime/icons/currency/dollar.vue +19 -19
- package/dist/runtime/icons/currency/down.vue +22 -22
- package/dist/runtime/icons/currency/eur.vue +69 -69
- package/dist/runtime/icons/currency/rub.vue +25 -25
- package/dist/runtime/icons/currency/tenge.vue +9 -9
- package/dist/runtime/icons/currency/usd.vue +269 -269
- package/dist/runtime/icons/currency/yuan.vue +37 -37
- package/dist/runtime/icons/document/hdocument.vue +17 -17
- package/dist/runtime/icons/document/id.vue +19 -19
- package/dist/runtime/icons/document/profile.vue +19 -19
- package/dist/runtime/icons/eye-closed.vue +26 -26
- package/dist/runtime/icons/eye-open.vue +7 -7
- package/dist/runtime/icons/eye-opened.vue +23 -23
- package/dist/runtime/icons/file/excel-icon.vue +14 -14
- package/dist/runtime/icons/file/file.vue +19 -19
- package/dist/runtime/icons/file/files.vue +17 -17
- package/dist/runtime/icons/globe.vue +19 -19
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-dark.vue +52 -52
- package/dist/runtime/icons/hand-with-phone/hand-with-phone-light.vue +52 -52
- package/dist/runtime/icons/handshake.vue +19 -19
- package/dist/runtime/icons/history.vue +19 -19
- package/dist/runtime/icons/hot-line.vue +6 -6
- package/dist/runtime/icons/id.vue +9 -9
- package/dist/runtime/icons/info/info-circle.vue +29 -29
- package/dist/runtime/icons/invoice.vue +35 -35
- package/dist/runtime/icons/kaspi-qr.vue +13 -13
- package/dist/runtime/icons/link-chain.vue +31 -31
- package/dist/runtime/icons/loader-circle.vue +34 -34
- package/dist/runtime/icons/lock.vue +19 -19
- package/dist/runtime/icons/logo/adata.vue +48 -48
- package/dist/runtime/icons/logo/logo.vue +27 -27
- package/dist/runtime/icons/map-paper.vue +5 -5
- package/dist/runtime/icons/map-pin-rect.vue +15 -15
- package/dist/runtime/icons/medal.vue +17 -17
- package/dist/runtime/icons/menu/menu-filled.vue +61 -61
- package/dist/runtime/icons/menu/menu.vue +41 -41
- package/dist/runtime/icons/message.vue +24 -24
- package/dist/runtime/icons/modals/door.vue +162 -162
- package/dist/runtime/icons/moon.vue +10 -10
- package/dist/runtime/icons/navigation/expand-window.vue +19 -19
- package/dist/runtime/icons/navigation/location.vue +25 -25
- package/dist/runtime/icons/navigation/logout.vue +19 -19
- package/dist/runtime/icons/notifications.vue +25 -25
- package/dist/runtime/icons/other-service/arrow-square-down.vue +15 -15
- package/dist/runtime/icons/other-service/arrow-top-right-on-square.vue +6 -6
- package/dist/runtime/icons/other-service/block.vue +16 -16
- package/dist/runtime/icons/other-service/currency-dollar.vue +16 -16
- package/dist/runtime/icons/other-service/globe.vue +16 -16
- package/dist/runtime/icons/other-service/link.vue +7 -7
- package/dist/runtime/icons/other-service/magnifying-glass.vue +9 -9
- package/dist/runtime/icons/other-service/standing-scales.vue +15 -15
- package/dist/runtime/icons/other-service/users-three.vue +7 -7
- package/dist/runtime/icons/payment/payment-card.vue +6 -6
- package/dist/runtime/icons/payment/payment-kaspi.vue +11 -11
- package/dist/runtime/icons/plus.vue +24 -24
- package/dist/runtime/icons/radio/radio-check.vue +24 -24
- package/dist/runtime/icons/radio/radio-empty.vue +20 -20
- package/dist/runtime/icons/receipt/hcheck.vue +27 -27
- package/dist/runtime/icons/receipt/receipt.vue +27 -27
- package/dist/runtime/icons/sanctions.vue +8 -8
- package/dist/runtime/icons/scale.vue +19 -19
- package/dist/runtime/icons/search.vue +27 -27
- package/dist/runtime/icons/socials/facebook.vue +15 -15
- package/dist/runtime/icons/socials/google.vue +41 -41
- package/dist/runtime/icons/socials/instagram.vue +19 -19
- package/dist/runtime/icons/socials/linkedin.vue +24 -24
- package/dist/runtime/icons/socials/mailru.vue +34 -34
- package/dist/runtime/icons/socials/telegram.vue +15 -15
- package/dist/runtime/icons/socials/tik-tok.vue +15 -15
- package/dist/runtime/icons/socials/whatsapp.vue +21 -21
- package/dist/runtime/icons/socials/yandex.vue +28 -28
- package/dist/runtime/icons/socials/youtube.vue +16 -16
- package/dist/runtime/icons/sun.vue +14 -14
- package/dist/runtime/icons/sviazi.vue +19 -19
- package/dist/runtime/icons/tasks.vue +10 -10
- package/dist/runtime/icons/toasts/check-circle-toast.vue +6 -6
- package/dist/runtime/icons/toasts/warning-triangle-toast.vue +7 -7
- package/dist/runtime/icons/users/users-three.vue +17 -17
- package/dist/runtime/icons/users/users.vue +31 -31
- package/dist/runtime/icons/warning-triangle.vue +29 -29
- package/dist/runtime/icons/work-bag.vue +20 -20
- package/dist/runtime/icons/x-mark.vue +18 -18
- package/dist/runtime/illustrations/address-location.vue +38 -38
- package/dist/runtime/illustrations/ball-with-chain.vue +120 -120
- package/dist/runtime/illustrations/bill.vue +133 -133
- package/dist/runtime/illustrations/buildings.vue +82 -82
- package/dist/runtime/illustrations/calendar.vue +156 -156
- package/dist/runtime/illustrations/chains.vue +152 -152
- package/dist/runtime/illustrations/coin-percent.vue +126 -126
- package/dist/runtime/illustrations/coins-stack.vue +202 -202
- package/dist/runtime/illustrations/delete-dark.vue +31 -31
- package/dist/runtime/illustrations/delete.vue +32 -32
- package/dist/runtime/illustrations/doc-with-stamp.vue +126 -126
- package/dist/runtime/illustrations/document.vue +64 -64
- package/dist/runtime/illustrations/door.vue +74 -74
- package/dist/runtime/illustrations/empty-box.vue +77 -77
- package/dist/runtime/illustrations/empty-wallet.vue +161 -161
- package/dist/runtime/illustrations/graph-in-coin.vue +119 -119
- package/dist/runtime/illustrations/hammer.vue +156 -156
- package/dist/runtime/illustrations/hand-cash.vue +108 -108
- package/dist/runtime/illustrations/info.vue +39 -39
- package/dist/runtime/illustrations/mail.vue +68 -68
- package/dist/runtime/illustrations/ok.vue +62 -62
- package/dist/runtime/illustrations/people-group.vue +237 -237
- package/dist/runtime/illustrations/person-with-phone.vue +187 -187
- package/dist/runtime/illustrations/person.vue +159 -159
- package/dist/runtime/illustrations/phone-check.vue +90 -90
- package/dist/runtime/illustrations/phone-payment-method.vue +223 -223
- package/dist/runtime/illustrations/stop-hand.vue +77 -77
- package/dist/runtime/illustrations/stop-sign.vue +34 -34
- package/dist/runtime/illustrations/suit.vue +111 -111
- package/dist/runtime/illustrations/suitcase.vue +105 -105
- package/dist/runtime/illustrations/terminal-dark.vue +48 -48
- package/dist/runtime/illustrations/terminal.vue +234 -234
- package/dist/runtime/illustrations/trash-can.vue +108 -108
- package/dist/runtime/illustrations/turn-on-tariff.vue +38 -38
- package/dist/runtime/illustrations/two-persons.vue +169 -169
- package/dist/runtime/lang/en.js +1 -1
- package/dist/runtime/lang/kk.js +1 -1
- package/dist/runtime/lang/ru.js +1 -1
- package/dist/runtime/public/kaspi/logo.svg +4 -4
- package/dist/runtime/server/tsconfig.json +3 -3
- package/package.json +73 -73
|
@@ -1,269 +1,269 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg
|
|
3
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
-
width="14"
|
|
5
|
-
height="14"
|
|
6
|
-
viewBox="0 0 14 14"
|
|
7
|
-
fill="none"
|
|
8
|
-
>
|
|
9
|
-
<path
|
|
10
|
-
d="M-3 7.53831V8.61521H18.9994V7.53831H6.75007H-3Z"
|
|
11
|
-
fill="white"
|
|
12
|
-
/>
|
|
13
|
-
<path
|
|
14
|
-
d="M18.9994 8.61521H-3V9.69225H19L18.9994 8.61521Z"
|
|
15
|
-
fill="#B22234"
|
|
16
|
-
/>
|
|
17
|
-
<path
|
|
18
|
-
d="M19 10.7692H-3V11.8461H19V10.7692Z"
|
|
19
|
-
fill="#B22234"
|
|
20
|
-
/>
|
|
21
|
-
<path
|
|
22
|
-
d="M19 6.46155H6.74993L6.75007 7.53831H18.9994L19 6.46155Z"
|
|
23
|
-
fill="#B22234"
|
|
24
|
-
/>
|
|
25
|
-
<path
|
|
26
|
-
d="M19 12.9231H-3V14H19V12.9231Z"
|
|
27
|
-
fill="#B22234"
|
|
28
|
-
/>
|
|
29
|
-
<path
|
|
30
|
-
d="M19 11.8461H-3V12.9231H19V11.8461Z"
|
|
31
|
-
fill="white"
|
|
32
|
-
/>
|
|
33
|
-
<path
|
|
34
|
-
d="M19 9.69225H-3V10.7692H19V9.69225Z"
|
|
35
|
-
fill="white"
|
|
36
|
-
/>
|
|
37
|
-
<path
|
|
38
|
-
d="M19 2.1538H6.74993V3.23071H19V2.1538Z"
|
|
39
|
-
fill="#B22234"
|
|
40
|
-
/>
|
|
41
|
-
<path
|
|
42
|
-
d="M19 0H6.74993V1.0769H19V0Z"
|
|
43
|
-
fill="#B22234"
|
|
44
|
-
/>
|
|
45
|
-
<path
|
|
46
|
-
d="M19 5.38451H6.74993V6.46155H19V5.38451Z"
|
|
47
|
-
fill="white"
|
|
48
|
-
/>
|
|
49
|
-
<path
|
|
50
|
-
d="M19 1.0769H6.74993V2.1538H19V1.0769Z"
|
|
51
|
-
fill="white"
|
|
52
|
-
/>
|
|
53
|
-
<path
|
|
54
|
-
d="M19 4.30761H6.74993V5.38451H19V4.30761Z"
|
|
55
|
-
fill="#B22234"
|
|
56
|
-
/>
|
|
57
|
-
<path
|
|
58
|
-
d="M19 3.23071H6.74993V4.30761H19V3.23071Z"
|
|
59
|
-
fill="white"
|
|
60
|
-
/>
|
|
61
|
-
<path
|
|
62
|
-
d="M6.74993 6.46155V0H-3V7.53831H6.75007L6.74993 6.46155ZM-1.96413 7.15248L-2.18766 6.97498L-2.41118 7.15248L-2.32576 6.86535L-2.54928 6.68785H-2.27309L-2.23779 6.5691L-2.23002 6.54325L-2.18766 6.40072L-2.1453 6.54325L-2.13753 6.5691L-2.10223 6.68785H-1.82604L-2.04956 6.86535L-1.96413 7.15248ZM-2.04956 5.36156L-2.04278 5.38451L-2.01426 5.48017L-2.00664 5.50616L-1.96413 5.64869L-2.14374 5.50616L-2.17636 5.48017L-2.18766 5.47132L-2.19896 5.48017L-2.23157 5.50616L-2.41118 5.64869L-2.36882 5.50616L-2.33253 5.38451L-2.32576 5.36156L-2.54928 5.1842H-2.27309L-2.18766 4.89707L-2.10223 5.1842H-1.82604L-2.04956 5.36156ZM-2.04956 3.85791L-1.96413 4.14504L-2.18766 3.96767L-2.41118 4.14504L-2.32576 3.85791L-2.54928 3.68054H-2.27309L-2.18766 3.39342L-2.10223 3.68054H-1.82604L-2.04956 3.85791ZM-2.00297 2.31721L-2.04956 2.35425L-1.96413 2.64138L-2.18766 2.46388L-2.41118 2.64138L-2.32576 2.35425L-2.37235 2.31721L-2.54928 2.17675H-2.27309L-2.26617 2.1538L-2.18766 1.88962L-2.10915 2.1538L-2.10223 2.17675H-1.82604L-2.00297 2.31721ZM-2.04956 0.850462L-1.96413 1.13773L-2.18766 0.960088L-2.41118 1.13773L-2.32576 0.850462L-2.54928 0.67296H-2.27309L-2.18766 0.385832L-2.10223 0.67296H-1.82604L-2.04956 0.850462ZM-1.14572 6.40045L-1.3691 6.22294L-1.59263 6.40045L-1.5072 6.11332L-1.73087 5.93582H-1.45453L-1.3691 5.64869L-1.28382 5.93582H-1.00748L-1.23101 6.11332L-1.14572 6.40045ZM-1.02146 4.44322L-1.23101 4.60966L-1.14572 4.89665L-1.3691 4.71929L-1.59263 4.89665L-1.5072 4.60966L-1.71689 4.44322L-1.73087 4.43216H-1.45453L-1.45016 4.41723L-1.3691 4.14504L-1.2882 4.41723L-1.28382 4.43216H-1.00748L-1.02146 4.44322ZM-1.23101 3.10601L-1.1573 3.35429L-1.14953 3.38028L-1.14572 3.39314L-1.1621 3.38028L-1.19472 3.35429L-1.3691 3.21578L-1.38803 3.23071L-1.54363 3.35429L-1.57625 3.38028L-1.59263 3.39314L-1.58882 3.38028L-1.58105 3.35429L-1.5072 3.10601L-1.73087 2.92865H-1.45453L-1.3691 2.64152L-1.28382 2.92865H-1.00748L-1.23101 3.10601ZM-1.23101 1.60222L-1.14572 1.88935L-1.3691 1.71185L-1.59263 1.88935L-1.5072 1.60222L-1.73087 1.42472H-1.45453L-1.40384 1.25427L-1.39607 1.22841L-1.3691 1.13773L-1.34228 1.22841L-1.33451 1.25427L-1.28382 1.42472H-1.00748L-1.23101 1.60222ZM-0.33917 7.15248L-0.562553 6.97498L-0.786077 7.15248L-0.700791 6.86535L-0.924174 6.68785H-0.647981L-0.61268 6.5691L-0.604914 6.54325L-0.562553 6.40072L-0.520192 6.54325L-0.512567 6.5691L-0.477266 6.68785H-0.201073L-0.424456 6.86535L-0.33917 7.15248ZM-0.424456 5.36156L-0.417679 5.38451L-0.389156 5.48017L-0.381531 5.50616L-0.33917 5.64869L-0.562553 5.47132L-0.786077 5.64869L-0.743716 5.50616L-0.73595 5.48017L-0.707569 5.38451L-0.700791 5.36156L-0.924174 5.1842H-0.647981L-0.562553 4.89707L-0.477266 5.1842H-0.201073L-0.424456 5.36156ZM-0.424456 3.85791L-0.33917 4.14504L-0.562553 3.96767L-0.786077 4.14504L-0.700791 3.85791L-0.924174 3.68054H-0.647981L-0.562553 3.39342L-0.477266 3.68054H-0.201073L-0.424456 3.85791ZM-0.345242 2.29135L-0.377859 2.31721L-0.424456 2.35425L-0.33917 2.64138L-0.562553 2.46388L-0.786077 2.64138L-0.700791 2.35425L-0.747247 2.31721L-0.780006 2.29135L-0.924174 2.17675H-0.647981L-0.641203 2.1538L-0.562553 1.88962L-0.484044 2.1538L-0.477266 2.17675H-0.201073L-0.345242 2.29135ZM-0.424456 0.850462L-0.357103 1.0769L-0.33917 1.13773L-0.562553 0.960088L-0.786077 1.13773L-0.700791 0.850462L-0.924174 0.67296H-0.647981L-0.562553 0.385832L-0.477266 0.67296H-0.201073L-0.424456 0.850462ZM0.479384 6.40045L0.25586 6.22294L0.0324764 6.40045L0.117763 6.11332L-0.10562 5.93582H0.170573L0.25586 5.64869L0.341288 5.93582H0.617481L0.393956 6.11332L0.479384 6.40045ZM0.603643 4.44322L0.393956 4.60966L0.479384 4.89665L0.25586 4.71929L0.0324764 4.89665L0.117763 4.60966L-0.0919232 4.44322L-0.10562 4.43216H0.170573L0.174951 4.41723L0.25586 4.14504L0.304292 4.30761L0.336769 4.41723L0.341288 4.43216H0.617481L0.603643 4.44322ZM0.393956 3.10601L0.467806 3.35429L0.475572 3.38028L0.479384 3.39314L0.274781 3.23071L0.25586 3.21578L0.0813329 3.35429L0.0487151 3.38028L0.0324764 3.39314L0.0362892 3.38028L0.0440555 3.35429L0.117763 3.10601L-0.10562 2.92865H0.170573L0.25586 2.64152L0.341288 2.92865H0.617481L0.393956 3.10601ZM0.393956 1.60222L0.479384 1.88935L0.25586 1.71185L0.0324764 1.88935L0.117763 1.60222L-0.10562 1.42472H0.170573L0.221124 1.25427L0.22889 1.22841L0.25586 1.13773L0.28283 1.22841L0.290596 1.25427L0.341288 1.42472H0.617481L0.393956 1.60222ZM1.28594 7.15248L1.06241 6.97498L0.839029 7.15248L0.924315 6.86535L0.70079 6.68785H0.977125L1.01243 6.5691L1.02019 6.54325L1.04448 6.46155L1.06241 6.40072L1.10477 6.54325L1.11254 6.5691L1.14784 6.68785H1.42403L1.20051 6.86535L1.28594 7.15248ZM1.20051 5.36156L1.20743 5.38451L1.23581 5.48017L1.24358 5.50616L1.28594 5.64869L1.10633 5.50616L1.07371 5.48017L1.06241 5.47132L0.839029 5.64869L0.881389 5.50616L0.889014 5.48017L0.917537 5.38451L0.924315 5.36156L0.70079 5.1842H0.977125L1.06241 4.89707L1.14784 5.1842H1.42403L1.20051 5.36156ZM1.20051 3.85791L1.28594 4.14504L1.06241 3.96767L0.839029 4.14504L0.924315 3.85791L0.70079 3.68054H0.977125L1.06241 3.39342L1.14784 3.68054H1.42403L1.20051 3.85791ZM1.24711 2.31721L1.20051 2.35425L1.28594 2.64138L1.06241 2.46388L0.839029 2.64138L0.924315 2.35425L0.877859 2.31721L0.8451 2.29135L0.70079 2.17675H0.977125L0.983903 2.1538L1.06241 1.88962L1.14106 2.1538L1.14784 2.17675H1.42403L1.24711 2.31721ZM1.20051 0.850462L1.28594 1.13773L1.06241 0.960088L0.839029 1.13773L0.924315 0.850462L0.70079 0.67296H0.977125L1.06241 0.385832L1.14784 0.67296H1.42403L1.20051 0.850462ZM2.10449 6.40045L1.88097 6.22294L1.65744 6.40045L1.74287 6.11332L1.51934 5.93582H1.79568L1.88097 5.64869L1.96639 5.93582H2.24259L2.01906 6.11332L2.10449 6.40045ZM2.22875 4.44322L2.01906 4.60966L2.10449 4.89665L1.88097 4.71929L1.65744 4.89665L1.74287 4.60966L1.53318 4.44322L1.51934 4.43216H1.79568L1.79992 4.41723L1.83267 4.30761L1.88097 4.14504L1.96187 4.41723L1.96639 4.43216H2.24259L2.22875 4.44322ZM2.01906 3.10601L2.09291 3.35429L2.10054 3.38028L2.10449 3.39314L2.08811 3.38028L2.05549 3.35429L1.89989 3.23071L1.88097 3.21578L1.86204 3.23071L1.70644 3.35429L1.67382 3.38028L1.65744 3.39314L1.66139 3.38028L1.66902 3.35429L1.74287 3.10601L1.51934 2.92865H1.79568L1.88097 2.64152L1.96639 2.92865H2.24259L2.01906 3.10601ZM2.01906 1.60222L2.10449 1.88935L1.88097 1.71185L1.65744 1.88935L1.74287 1.60222L1.51934 1.42472H1.79568L1.84623 1.25427L1.854 1.22841L1.88097 1.13773L1.90794 1.22841L1.91556 1.25427L1.96639 1.42472H2.24259L2.01906 1.60222ZM2.91104 7.15248L2.68752 6.97498L2.46399 7.15248L2.54942 6.86535L2.3259 6.68785H2.60209L2.63739 6.5691L2.64516 6.54325L2.68752 6.40072L2.72988 6.54325L2.7375 6.5691L2.7728 6.68785H3.04914L2.82561 6.86535L2.91104 7.15248ZM2.82561 5.36156L2.83253 5.38451L2.86092 5.48017L2.86854 5.50616L2.91104 5.64869L2.73143 5.50616L2.69881 5.48017L2.68752 5.47132L2.46399 5.64869L2.50635 5.50616L2.54264 5.38451L2.54942 5.36156L2.3259 5.1842H2.60209L2.68752 4.89707L2.7728 5.1842H3.04914L2.82561 5.36156ZM2.82561 3.85791L2.91104 4.14504L2.68752 3.96767L2.46399 4.14504L2.54942 3.85791L2.3259 3.68054H2.60209L2.68752 3.39342L2.7728 3.68054H3.04914L2.82561 3.85791ZM2.87221 2.31721L2.82561 2.35425L2.91104 2.64138L2.68752 2.46388L2.46399 2.64138L2.54942 2.35425L2.50282 2.31721L2.3259 2.17675H2.60209L2.60901 2.1538L2.68752 1.88962L2.76603 2.1538L2.7728 2.17675H3.04914L2.87221 2.31721ZM2.82561 0.850462L2.91104 1.13773L2.68752 0.960088L2.46399 1.13773L2.54942 0.850462L2.3259 0.67296H2.60209L2.68752 0.385832L2.7728 0.67296H3.04914L2.82561 0.850462ZM3.72945 6.40045L3.50607 6.22294L3.28255 6.40045L3.36797 6.11332L3.14445 5.93582H3.42064L3.50607 5.64869L3.59136 5.93582H3.86769L3.64417 6.11332L3.72945 6.40045ZM3.85371 4.44322L3.64417 4.60966L3.72945 4.89665L3.50607 4.71929L3.28255 4.89665L3.36797 4.60966L3.15829 4.44322L3.14445 4.43216H3.42064L3.42516 4.41723L3.45764 4.30761L3.50607 4.14504L3.58698 4.41723L3.59136 4.43216H3.86769L3.85371 4.44322ZM3.64417 3.10601L3.71788 3.35429L3.72564 3.38028L3.72945 3.39314L3.50607 3.21578L3.48715 3.23071L3.33154 3.35429L3.29893 3.38028L3.28255 3.39314L3.28636 3.38028L3.29413 3.35429L3.36797 3.10601L3.14445 2.92865H3.42064L3.50607 2.64152L3.59136 2.92865H3.86769L3.64417 3.10601ZM3.64417 1.60222L3.72945 1.88935L3.50607 1.71185L3.28255 1.88935L3.36797 1.60222L3.14445 1.42472H3.42064L3.47134 1.25427L3.4791 1.22841L3.50607 1.13773L3.53304 1.22841L3.54067 1.25427L3.59136 1.42472H3.86769L3.64417 1.60222ZM4.53601 7.15248L4.31262 6.97498L4.0891 7.15248L4.17439 6.86535L3.951 6.68785H4.2272L4.2625 6.5691L4.27026 6.54325L4.31262 6.40072L4.35498 6.54325L4.36261 6.5691L4.39791 6.68785H4.67424L4.45072 6.86535L4.53601 7.15248ZM4.45072 5.36156L4.4575 5.38451L4.48602 5.48017L4.49365 5.50616L4.53601 5.64869L4.3564 5.50616L4.32378 5.48017L4.31262 5.47132L4.30133 5.48017L4.26871 5.50616L4.0891 5.64869L4.13146 5.50616L4.13923 5.48017L4.16761 5.38451L4.17439 5.36156L3.951 5.1842H4.2272L4.31262 4.89707L4.39791 5.1842H4.67424L4.45072 5.36156ZM4.45072 3.85791L4.53601 4.14504L4.31262 3.96767L4.0891 4.14504L4.17439 3.85791L3.951 3.68054H4.2272L4.31262 3.39342L4.39791 3.68054H4.67424L4.45072 3.85791ZM4.49732 2.31721L4.45072 2.35425L4.53601 2.64138L4.31262 2.46388L4.0891 2.64138L4.17439 2.35425L4.12793 2.31721L3.951 2.17675H4.2272L4.23411 2.1538L4.31262 1.88962L4.39113 2.1538L4.39791 2.17675H4.67424L4.49732 2.31721ZM4.45072 0.850462L4.51807 1.0769L4.53601 1.13773L4.31262 0.960088L4.0891 1.13773L4.17439 0.850462L3.951 0.67296H4.2272L4.31262 0.385832L4.39791 0.67296H4.67424L4.45072 0.850462ZM5.35456 6.40045L5.13104 6.22294L4.90765 6.40045L4.99294 6.11332L4.76941 5.93582H5.04575L5.13104 5.64869L5.21646 5.93582H5.49266L5.26913 6.11332L5.35456 6.40045ZM5.47882 4.44322L5.26913 4.60966L5.35456 4.89665L5.13104 4.71929L4.90765 4.89665L4.99294 4.60966L4.78325 4.44322L4.76941 4.43216H5.04575L5.05013 4.41723L5.13104 4.14504L5.21209 4.41723L5.21646 4.43216H5.49266L5.47882 4.44322ZM5.26913 3.10601L5.34298 3.35429L5.35075 3.38028L5.35456 3.39314L5.33818 3.38028L5.30556 3.35429L5.14996 3.23071L5.13104 3.21578L4.95651 3.35429L4.92389 3.38028L4.90765 3.39314L4.91147 3.38028L4.91909 3.35429L4.95594 3.23071L4.99294 3.10601L4.76941 2.92865H5.04575L5.13104 2.64152L5.21646 2.92865H5.49266L5.26913 3.10601ZM5.26913 1.60222L5.35456 1.88935L5.13104 1.71185L4.90765 1.88935L4.99294 1.60222L4.76941 1.42472H5.04575L5.0963 1.25427L5.10407 1.22841L5.13104 1.13773L5.15801 1.22841L5.16577 1.25427L5.21646 1.42472H5.49266L5.26913 1.60222ZM6.16111 7.15248L5.93759 6.97498L5.7142 7.15248L5.79949 6.86535L5.57597 6.68785H5.8523L5.8876 6.5691L5.89523 6.54325L5.91965 6.46155L5.93759 6.40072L5.97995 6.54325L5.98771 6.5691L6.02302 6.68785H6.29935L6.07583 6.86535L6.16111 7.15248ZM6.07583 5.36156L6.0826 5.38451L6.11099 5.48017L6.11875 5.50616L6.16111 5.64869L5.9815 5.50616L5.94888 5.48017L5.93759 5.47132L5.7142 5.64869L5.75657 5.50616L5.76419 5.48017L5.79271 5.38451L5.79949 5.36156L5.57597 5.1842H5.8523L5.93759 4.89707L6.02302 5.1842H6.29935L6.07583 5.36156ZM6.07583 3.85791L6.16111 4.14504L5.93759 3.96767L5.7142 4.14504L5.79949 3.85791L5.57597 3.68054H5.8523L5.93759 3.39342L6.02302 3.68054H6.29935L6.07583 3.85791ZM6.12228 2.31721L6.07583 2.35425L6.16111 2.64138L5.93759 2.46388L5.7142 2.64138L5.79949 2.35425L5.75304 2.31721L5.57597 2.17675H5.8523L5.85908 2.1538L5.93759 1.88962L6.01624 2.1538L6.02302 2.17675H6.29935L6.12228 2.31721ZM6.07583 0.850462L6.16111 1.13773L5.93759 0.960088L5.7142 1.13773L5.79949 0.850462L5.57597 0.67296H5.8523L5.93759 0.385832L6.02302 0.67296H6.29935L6.07583 0.850462Z"
|
|
63
|
-
fill="#3C3B6E"
|
|
64
|
-
/>
|
|
65
|
-
<path
|
|
66
|
-
d="M-2.10223 6.68785L-2.13753 6.5691L-2.1453 6.54325L-2.18766 6.40072L-2.23002 6.54325L-2.23779 6.5691L-2.27309 6.68785H-2.54928L-2.32576 6.86535L-2.41118 7.15248L-2.18766 6.97498L-1.96413 7.15248L-2.04956 6.86535L-1.82604 6.68785H-2.10223Z"
|
|
67
|
-
fill="white"
|
|
68
|
-
/>
|
|
69
|
-
<path
|
|
70
|
-
d="M-0.477266 6.68785L-0.512567 6.5691L-0.520192 6.54325L-0.562553 6.40072L-0.604914 6.54325L-0.61268 6.5691L-0.647981 6.68785H-0.924174L-0.700791 6.86535L-0.786077 7.15248L-0.562553 6.97498L-0.33917 7.15248L-0.424456 6.86535L-0.201073 6.68785H-0.477266Z"
|
|
71
|
-
fill="white"
|
|
72
|
-
/>
|
|
73
|
-
<path
|
|
74
|
-
d="M1.14784 6.68785L1.11254 6.5691L1.10477 6.54325L1.06241 6.40072L1.04448 6.46155L1.02019 6.54325L1.01243 6.5691L0.977125 6.68785H0.70079L0.924315 6.86535L0.839029 7.15248L1.06241 6.97498L1.28594 7.15248L1.20051 6.86535L1.42403 6.68785H1.14784Z"
|
|
75
|
-
fill="white"
|
|
76
|
-
/>
|
|
77
|
-
<path
|
|
78
|
-
d="M2.7728 6.68785L2.7375 6.5691L2.72988 6.54325L2.68752 6.40072L2.64516 6.54325L2.63739 6.5691L2.60209 6.68785H2.3259L2.54942 6.86535L2.46399 7.15248L2.68752 6.97498L2.91104 7.15248L2.82561 6.86535L3.04914 6.68785H2.7728Z"
|
|
79
|
-
fill="white"
|
|
80
|
-
/>
|
|
81
|
-
<path
|
|
82
|
-
d="M4.39791 6.68785L4.36261 6.5691L4.35498 6.54325L4.31262 6.40072L4.27026 6.54325L4.2625 6.5691L4.2272 6.68785H3.951L4.17439 6.86535L4.0891 7.15248L4.31262 6.97498L4.53601 7.15248L4.45072 6.86535L4.67424 6.68785H4.39791Z"
|
|
83
|
-
fill="white"
|
|
84
|
-
/>
|
|
85
|
-
<path
|
|
86
|
-
d="M6.02302 6.68785L5.98771 6.5691L5.97995 6.54325L5.93759 6.40072L5.91965 6.46155L5.89523 6.54325L5.8876 6.5691L5.8523 6.68785H5.57597L5.79949 6.86535L5.7142 7.15248L5.93759 6.97498L6.16111 7.15248L6.07583 6.86535L6.29935 6.68785H6.02302Z"
|
|
87
|
-
fill="white"
|
|
88
|
-
/>
|
|
89
|
-
<path
|
|
90
|
-
d="M-2.18766 4.89707L-2.27309 5.1842H-2.54928L-2.32576 5.36156L-2.33253 5.38451L-2.36882 5.50616L-2.41118 5.64869L-2.23157 5.50616L-2.19896 5.48017L-2.18766 5.47132L-2.17636 5.48017L-2.14374 5.50616L-1.96413 5.64869L-2.00664 5.50616L-2.01426 5.48017L-2.04278 5.38451L-2.04956 5.36156L-1.82604 5.1842H-2.10223L-2.18766 4.89707Z"
|
|
91
|
-
fill="white"
|
|
92
|
-
/>
|
|
93
|
-
<path
|
|
94
|
-
d="M-0.562553 4.89707L-0.647981 5.1842H-0.924174L-0.700791 5.36156L-0.707569 5.38451L-0.73595 5.48017L-0.743716 5.50616L-0.786077 5.64869L-0.562553 5.47132L-0.33917 5.64869L-0.381531 5.50616L-0.389156 5.48017L-0.417679 5.38451L-0.424456 5.36156L-0.201073 5.1842H-0.477266L-0.562553 4.89707Z"
|
|
95
|
-
fill="white"
|
|
96
|
-
/>
|
|
97
|
-
<path
|
|
98
|
-
d="M1.06241 4.89707L0.977125 5.1842H0.70079L0.924315 5.36156L0.917537 5.38451L0.889014 5.48017L0.881389 5.50616L0.839029 5.64869L1.06241 5.47132L1.07371 5.48017L1.10633 5.50616L1.28594 5.64869L1.24358 5.50616L1.23581 5.48017L1.20743 5.38451L1.20051 5.36156L1.42403 5.1842H1.14784L1.06241 4.89707Z"
|
|
99
|
-
fill="white"
|
|
100
|
-
/>
|
|
101
|
-
<path
|
|
102
|
-
d="M2.68752 4.89707L2.60209 5.1842H2.3259L2.54942 5.36156L2.54264 5.38451L2.50635 5.50616L2.46399 5.64869L2.68752 5.47132L2.69881 5.48017L2.73143 5.50616L2.91104 5.64869L2.86854 5.50616L2.86092 5.48017L2.83253 5.38451L2.82561 5.36156L3.04914 5.1842H2.7728L2.68752 4.89707Z"
|
|
103
|
-
fill="white"
|
|
104
|
-
/>
|
|
105
|
-
<path
|
|
106
|
-
d="M4.31262 4.89707L4.2272 5.1842H3.951L4.17439 5.36156L4.16761 5.38451L4.13923 5.48017L4.13146 5.50616L4.0891 5.64869L4.26871 5.50616L4.30133 5.48017L4.31262 5.47132L4.32378 5.48017L4.3564 5.50616L4.53601 5.64869L4.49365 5.50616L4.48602 5.48017L4.4575 5.38451L4.45072 5.36156L4.67424 5.1842H4.39791L4.31262 4.89707Z"
|
|
107
|
-
fill="white"
|
|
108
|
-
/>
|
|
109
|
-
<path
|
|
110
|
-
d="M5.93759 4.89707L5.8523 5.1842H5.57597L5.79949 5.36156L5.79271 5.38451L5.76419 5.48017L5.75657 5.50616L5.7142 5.64869L5.93759 5.47132L5.94888 5.48017L5.9815 5.50616L6.16111 5.64869L6.11875 5.50616L6.11099 5.48017L6.0826 5.38451L6.07583 5.36156L6.29935 5.1842H6.02302L5.93759 4.89707Z"
|
|
111
|
-
fill="white"
|
|
112
|
-
/>
|
|
113
|
-
<path
|
|
114
|
-
d="M-2.18766 3.39342L-2.27309 3.68054H-2.54928L-2.32576 3.85791L-2.41118 4.14504L-2.18766 3.96767L-1.96413 4.14504L-2.04956 3.85791L-1.82604 3.68054H-2.10223L-2.18766 3.39342Z"
|
|
115
|
-
fill="white"
|
|
116
|
-
/>
|
|
117
|
-
<path
|
|
118
|
-
d="M-0.562553 3.39342L-0.647981 3.68054H-0.924174L-0.700791 3.85791L-0.786077 4.14504L-0.562553 3.96767L-0.33917 4.14504L-0.424456 3.85791L-0.201073 3.68054H-0.477266L-0.562553 3.39342Z"
|
|
119
|
-
fill="white"
|
|
120
|
-
/>
|
|
121
|
-
<path
|
|
122
|
-
d="M1.06241 3.39342L0.977125 3.68054H0.70079L0.924315 3.85791L0.839029 4.14504L1.06241 3.96767L1.28594 4.14504L1.20051 3.85791L1.42403 3.68054H1.14784L1.06241 3.39342Z"
|
|
123
|
-
fill="white"
|
|
124
|
-
/>
|
|
125
|
-
<path
|
|
126
|
-
d="M2.68752 3.39342L2.60209 3.68054H2.3259L2.54942 3.85791L2.46399 4.14504L2.68752 3.96767L2.91104 4.14504L2.82561 3.85791L3.04914 3.68054H2.7728L2.68752 3.39342Z"
|
|
127
|
-
fill="white"
|
|
128
|
-
/>
|
|
129
|
-
<path
|
|
130
|
-
d="M4.31262 3.39342L4.2272 3.68054H3.951L4.17439 3.85791L4.0891 4.14504L4.31262 3.96767L4.53601 4.14504L4.45072 3.85791L4.67424 3.68054H4.39791L4.31262 3.39342Z"
|
|
131
|
-
fill="white"
|
|
132
|
-
/>
|
|
133
|
-
<path
|
|
134
|
-
d="M5.93759 3.39342L5.8523 3.68054H5.57597L5.79949 3.85791L5.7142 4.14504L5.93759 3.96767L6.16111 4.14504L6.07583 3.85791L6.29935 3.68054H6.02302L5.93759 3.39342Z"
|
|
135
|
-
fill="white"
|
|
136
|
-
/>
|
|
137
|
-
<path
|
|
138
|
-
d="M-2.10915 2.1538L-2.18766 1.88962L-2.26617 2.1538L-2.27309 2.17675H-2.54928L-2.37235 2.31721L-2.32576 2.35425L-2.41118 2.64138L-2.18766 2.46388L-1.96413 2.64138L-2.04956 2.35425L-2.00297 2.31721L-1.82604 2.17675H-2.10223L-2.10915 2.1538Z"
|
|
139
|
-
fill="white"
|
|
140
|
-
/>
|
|
141
|
-
<path
|
|
142
|
-
d="M-0.484044 2.1538L-0.562553 1.88962L-0.641203 2.1538L-0.647981 2.17675H-0.924174L-0.780006 2.29135L-0.747247 2.31721L-0.700791 2.35425L-0.786077 2.64138L-0.562553 2.46388L-0.33917 2.64138L-0.424456 2.35425L-0.377859 2.31721L-0.345242 2.29135L-0.201073 2.17675H-0.477266L-0.484044 2.1538Z"
|
|
143
|
-
fill="white"
|
|
144
|
-
/>
|
|
145
|
-
<path
|
|
146
|
-
d="M1.14106 2.1538L1.06241 1.88962L0.983903 2.1538L0.977125 2.17675H0.70079L0.8451 2.29135L0.877859 2.31721L0.924315 2.35425L0.839029 2.64138L1.06241 2.46388L1.28594 2.64138L1.20051 2.35425L1.24711 2.31721L1.42403 2.17675H1.14784L1.14106 2.1538Z"
|
|
147
|
-
fill="white"
|
|
148
|
-
/>
|
|
149
|
-
<path
|
|
150
|
-
d="M2.76603 2.1538L2.68752 1.88962L2.60901 2.1538L2.60209 2.17675H2.3259L2.50282 2.31721L2.54942 2.35425L2.46399 2.64138L2.68752 2.46388L2.91104 2.64138L2.82561 2.35425L2.87221 2.31721L3.04914 2.17675H2.7728L2.76603 2.1538Z"
|
|
151
|
-
fill="white"
|
|
152
|
-
/>
|
|
153
|
-
<path
|
|
154
|
-
d="M4.39113 2.1538L4.31262 1.88962L4.23411 2.1538L4.2272 2.17675H3.951L4.12793 2.31721L4.17439 2.35425L4.0891 2.64138L4.31262 2.46388L4.53601 2.64138L4.45072 2.35425L4.49732 2.31721L4.67424 2.17675H4.39791L4.39113 2.1538Z"
|
|
155
|
-
fill="white"
|
|
156
|
-
/>
|
|
157
|
-
<path
|
|
158
|
-
d="M6.01624 2.1538L5.93759 1.88962L5.85908 2.1538L5.8523 2.17675H5.57597L5.75304 2.31721L5.79949 2.35425L5.7142 2.64138L5.93759 2.46388L6.16111 2.64138L6.07583 2.35425L6.12228 2.31721L6.29935 2.17675H6.02302L6.01624 2.1538Z"
|
|
159
|
-
fill="white"
|
|
160
|
-
/>
|
|
161
|
-
<path
|
|
162
|
-
d="M-1.33451 1.25427L-1.34228 1.22841L-1.3691 1.13773L-1.39607 1.22841L-1.40384 1.25427L-1.45453 1.42472H-1.73087L-1.5072 1.60222L-1.59263 1.88935L-1.3691 1.71185L-1.14572 1.88935L-1.23101 1.60222L-1.00748 1.42472H-1.28382L-1.33451 1.25427Z"
|
|
163
|
-
fill="white"
|
|
164
|
-
/>
|
|
165
|
-
<path
|
|
166
|
-
d="M0.290596 1.25427L0.28283 1.22841L0.25586 1.13773L0.22889 1.22841L0.221124 1.25427L0.170573 1.42472H-0.10562L0.117763 1.60222L0.0324764 1.88935L0.25586 1.71185L0.479384 1.88935L0.393956 1.60222L0.617481 1.42472H0.341288L0.290596 1.25427Z"
|
|
167
|
-
fill="white"
|
|
168
|
-
/>
|
|
169
|
-
<path
|
|
170
|
-
d="M1.91556 1.25427L1.90794 1.22841L1.88097 1.13773L1.854 1.22841L1.84623 1.25427L1.79568 1.42472H1.51934L1.74287 1.60222L1.65744 1.88935L1.88097 1.71185L2.10449 1.88935L2.01906 1.60222L2.24259 1.42472H1.96639L1.91556 1.25427Z"
|
|
171
|
-
fill="white"
|
|
172
|
-
/>
|
|
173
|
-
<path
|
|
174
|
-
d="M3.54067 1.25427L3.53304 1.22841L3.50607 1.13773L3.4791 1.22841L3.47134 1.25427L3.42064 1.42472H3.14445L3.36797 1.60222L3.28255 1.88935L3.50607 1.71185L3.72945 1.88935L3.64417 1.60222L3.86769 1.42472H3.59136L3.54067 1.25427Z"
|
|
175
|
-
fill="white"
|
|
176
|
-
/>
|
|
177
|
-
<path
|
|
178
|
-
d="M5.16577 1.25427L5.15801 1.22841L5.13104 1.13773L5.10407 1.22841L5.0963 1.25427L5.04575 1.42472H4.76941L4.99294 1.60222L4.90765 1.88935L5.13104 1.71185L5.35456 1.88935L5.26913 1.60222L5.49266 1.42472H5.21646L5.16577 1.25427Z"
|
|
179
|
-
fill="white"
|
|
180
|
-
/>
|
|
181
|
-
<path
|
|
182
|
-
d="M-1.3691 2.64152L-1.45453 2.92865H-1.73087L-1.5072 3.10601L-1.58105 3.35429L-1.58882 3.38028L-1.59263 3.39314L-1.57625 3.38028L-1.54363 3.35429L-1.38803 3.23071L-1.3691 3.21578L-1.19472 3.35429L-1.1621 3.38028L-1.14572 3.39314L-1.14953 3.38028L-1.1573 3.35429L-1.23101 3.10601L-1.00748 2.92865H-1.28382L-1.3691 2.64152Z"
|
|
183
|
-
fill="white"
|
|
184
|
-
/>
|
|
185
|
-
<path
|
|
186
|
-
d="M0.25586 2.64152L0.170573 2.92865H-0.10562L0.117763 3.10601L0.0440555 3.35429L0.0362892 3.38028L0.0324764 3.39314L0.0487151 3.38028L0.0813329 3.35429L0.25586 3.21578L0.274781 3.23071L0.479384 3.39314L0.475572 3.38028L0.467806 3.35429L0.393956 3.10601L0.617481 2.92865H0.341288L0.25586 2.64152Z"
|
|
187
|
-
fill="white"
|
|
188
|
-
/>
|
|
189
|
-
<path
|
|
190
|
-
d="M1.88097 2.64152L1.79568 2.92865H1.51934L1.74287 3.10601L1.66902 3.35429L1.66139 3.38028L1.65744 3.39314L1.67382 3.38028L1.70644 3.35429L1.86204 3.23071L1.88097 3.21578L1.89989 3.23071L2.05549 3.35429L2.08811 3.38028L2.10449 3.39314L2.10054 3.38028L2.09291 3.35429L2.01906 3.10601L2.24259 2.92865H1.96639L1.88097 2.64152Z"
|
|
191
|
-
fill="white"
|
|
192
|
-
/>
|
|
193
|
-
<path
|
|
194
|
-
d="M3.50607 2.64152L3.42064 2.92865H3.14445L3.36797 3.10601L3.29413 3.35429L3.28636 3.38028L3.28255 3.39314L3.29893 3.38028L3.33154 3.35429L3.48715 3.23071L3.50607 3.21578L3.72945 3.39314L3.72564 3.38028L3.71788 3.35429L3.64417 3.10601L3.86769 2.92865H3.59136L3.50607 2.64152Z"
|
|
195
|
-
fill="white"
|
|
196
|
-
/>
|
|
197
|
-
<path
|
|
198
|
-
d="M5.13104 2.64152L5.04575 2.92865H4.76941L4.99294 3.10601L4.95594 3.23071L4.91909 3.35429L4.91147 3.38028L4.90765 3.39314L4.92389 3.38028L4.95651 3.35429L5.13104 3.21578L5.14996 3.23071L5.30556 3.35429L5.33818 3.38028L5.35456 3.39314L5.35075 3.38028L5.34298 3.35429L5.26913 3.10601L5.49266 2.92865H5.21646L5.13104 2.64152Z"
|
|
199
|
-
fill="white"
|
|
200
|
-
/>
|
|
201
|
-
<path
|
|
202
|
-
d="M-1.2882 4.41723L-1.3691 4.14504L-1.45016 4.41723L-1.45453 4.43216H-1.73087L-1.71689 4.44322L-1.5072 4.60966L-1.59263 4.89665L-1.3691 4.71929L-1.14572 4.89665L-1.23101 4.60966L-1.02146 4.44322L-1.00748 4.43216H-1.28382L-1.2882 4.41723Z"
|
|
203
|
-
fill="white"
|
|
204
|
-
/>
|
|
205
|
-
<path
|
|
206
|
-
d="M0.336769 4.41723L0.304292 4.30761L0.25586 4.14504L0.174951 4.41723L0.170573 4.43216H-0.10562L-0.0919232 4.44322L0.117763 4.60966L0.0324764 4.89665L0.25586 4.71929L0.479384 4.89665L0.393956 4.60966L0.603643 4.44322L0.617481 4.43216H0.341288L0.336769 4.41723Z"
|
|
207
|
-
fill="white"
|
|
208
|
-
/>
|
|
209
|
-
<path
|
|
210
|
-
d="M1.96187 4.41723L1.88097 4.14504L1.83267 4.30761L1.79992 4.41723L1.79568 4.43216H1.51934L1.53318 4.44322L1.74287 4.60966L1.65744 4.89665L1.88097 4.71929L2.10449 4.89665L2.01906 4.60966L2.22875 4.44322L2.24259 4.43216H1.96639L1.96187 4.41723Z"
|
|
211
|
-
fill="white"
|
|
212
|
-
/>
|
|
213
|
-
<path
|
|
214
|
-
d="M3.58698 4.41723L3.50607 4.14504L3.45764 4.30761L3.42516 4.41723L3.42064 4.43216H3.14445L3.15829 4.44322L3.36797 4.60966L3.28255 4.89665L3.50607 4.71929L3.72945 4.89665L3.64417 4.60966L3.85371 4.44322L3.86769 4.43216H3.59136L3.58698 4.41723Z"
|
|
215
|
-
fill="white"
|
|
216
|
-
/>
|
|
217
|
-
<path
|
|
218
|
-
d="M5.21209 4.41723L5.13104 4.14504L5.05013 4.41723L5.04575 4.43216H4.76941L4.78325 4.44322L4.99294 4.60966L4.90765 4.89665L5.13104 4.71929L5.35456 4.89665L5.26913 4.60966L5.47882 4.44322L5.49266 4.43216H5.21646L5.21209 4.41723Z"
|
|
219
|
-
fill="white"
|
|
220
|
-
/>
|
|
221
|
-
<path
|
|
222
|
-
d="M-1.28382 5.93582L-1.3691 5.64869L-1.45453 5.93582H-1.73087L-1.5072 6.11332L-1.59263 6.40045L-1.3691 6.22294L-1.14572 6.40045L-1.23101 6.11332L-1.00748 5.93582H-1.28382Z"
|
|
223
|
-
fill="white"
|
|
224
|
-
/>
|
|
225
|
-
<path
|
|
226
|
-
d="M0.341288 5.93582L0.25586 5.64869L0.170573 5.93582H-0.10562L0.117763 6.11332L0.0324764 6.40045L0.25586 6.22294L0.479384 6.40045L0.393956 6.11332L0.617481 5.93582H0.341288Z"
|
|
227
|
-
fill="white"
|
|
228
|
-
/>
|
|
229
|
-
<path
|
|
230
|
-
d="M1.96639 5.93582L1.88097 5.64869L1.79568 5.93582H1.51934L1.74287 6.11332L1.65744 6.40045L1.88097 6.22294L2.10449 6.40045L2.01906 6.11332L2.24259 5.93582H1.96639Z"
|
|
231
|
-
fill="white"
|
|
232
|
-
/>
|
|
233
|
-
<path
|
|
234
|
-
d="M3.59136 5.93582L3.50607 5.64869L3.42064 5.93582H3.14445L3.36797 6.11332L3.28255 6.40045L3.50607 6.22294L3.72945 6.40045L3.64417 6.11332L3.86769 5.93582H3.59136Z"
|
|
235
|
-
fill="white"
|
|
236
|
-
/>
|
|
237
|
-
<path
|
|
238
|
-
d="M5.21646 5.93582L5.13104 5.64869L5.04575 5.93582H4.76941L4.99294 6.11332L4.90765 6.40045L5.13104 6.22294L5.35456 6.40045L5.26913 6.11332L5.49266 5.93582H5.21646Z"
|
|
239
|
-
fill="white"
|
|
240
|
-
/>
|
|
241
|
-
<path
|
|
242
|
-
d="M-2.18766 0.385832L-2.27309 0.67296H-2.54928L-2.32576 0.850462L-2.41118 1.13773L-2.18766 0.960088L-1.96413 1.13773L-2.04956 0.850462L-1.82604 0.67296H-2.10223L-2.18766 0.385832Z"
|
|
243
|
-
fill="white"
|
|
244
|
-
/>
|
|
245
|
-
<path
|
|
246
|
-
d="M-0.562553 0.385832L-0.647981 0.67296H-0.924174L-0.700791 0.850462L-0.786077 1.13773L-0.562553 0.960088L-0.33917 1.13773L-0.357103 1.0769L-0.424456 0.850462L-0.201073 0.67296H-0.477266L-0.562553 0.385832Z"
|
|
247
|
-
fill="white"
|
|
248
|
-
/>
|
|
249
|
-
<path
|
|
250
|
-
d="M1.06241 0.385832L0.977125 0.67296H0.70079L0.924315 0.850462L0.839029 1.13773L1.06241 0.960088L1.28594 1.13773L1.20051 0.850462L1.42403 0.67296H1.14784L1.06241 0.385832Z"
|
|
251
|
-
fill="white"
|
|
252
|
-
/>
|
|
253
|
-
<path
|
|
254
|
-
d="M2.68752 0.385832L2.60209 0.67296H2.3259L2.54942 0.850462L2.46399 1.13773L2.68752 0.960088L2.91104 1.13773L2.82561 0.850462L3.04914 0.67296H2.7728L2.68752 0.385832Z"
|
|
255
|
-
fill="white"
|
|
256
|
-
/>
|
|
257
|
-
<path
|
|
258
|
-
d="M4.31262 0.385832L4.2272 0.67296H3.951L4.17439 0.850462L4.0891 1.13773L4.31262 0.960088L4.53601 1.13773L4.51807 1.0769L4.45072 0.850462L4.67424 0.67296H4.39791L4.31262 0.385832Z"
|
|
259
|
-
fill="white"
|
|
260
|
-
/>
|
|
261
|
-
<path
|
|
262
|
-
d="M5.93759 0.385832L5.8523 0.67296H5.57597L5.79949 0.850462L5.7142 1.13773L5.93759 0.960088L6.16111 1.13773L6.07583 0.850462L6.29935 0.67296H6.02302L5.93759 0.385832Z"
|
|
263
|
-
fill="white"
|
|
264
|
-
/>
|
|
265
|
-
</svg>
|
|
266
|
-
</template>
|
|
267
|
-
|
|
268
|
-
<script setup lang="ts">
|
|
269
|
-
</script>
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
4
|
+
width="14"
|
|
5
|
+
height="14"
|
|
6
|
+
viewBox="0 0 14 14"
|
|
7
|
+
fill="none"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M-3 7.53831V8.61521H18.9994V7.53831H6.75007H-3Z"
|
|
11
|
+
fill="white"
|
|
12
|
+
/>
|
|
13
|
+
<path
|
|
14
|
+
d="M18.9994 8.61521H-3V9.69225H19L18.9994 8.61521Z"
|
|
15
|
+
fill="#B22234"
|
|
16
|
+
/>
|
|
17
|
+
<path
|
|
18
|
+
d="M19 10.7692H-3V11.8461H19V10.7692Z"
|
|
19
|
+
fill="#B22234"
|
|
20
|
+
/>
|
|
21
|
+
<path
|
|
22
|
+
d="M19 6.46155H6.74993L6.75007 7.53831H18.9994L19 6.46155Z"
|
|
23
|
+
fill="#B22234"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M19 12.9231H-3V14H19V12.9231Z"
|
|
27
|
+
fill="#B22234"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M19 11.8461H-3V12.9231H19V11.8461Z"
|
|
31
|
+
fill="white"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M19 9.69225H-3V10.7692H19V9.69225Z"
|
|
35
|
+
fill="white"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M19 2.1538H6.74993V3.23071H19V2.1538Z"
|
|
39
|
+
fill="#B22234"
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
d="M19 0H6.74993V1.0769H19V0Z"
|
|
43
|
+
fill="#B22234"
|
|
44
|
+
/>
|
|
45
|
+
<path
|
|
46
|
+
d="M19 5.38451H6.74993V6.46155H19V5.38451Z"
|
|
47
|
+
fill="white"
|
|
48
|
+
/>
|
|
49
|
+
<path
|
|
50
|
+
d="M19 1.0769H6.74993V2.1538H19V1.0769Z"
|
|
51
|
+
fill="white"
|
|
52
|
+
/>
|
|
53
|
+
<path
|
|
54
|
+
d="M19 4.30761H6.74993V5.38451H19V4.30761Z"
|
|
55
|
+
fill="#B22234"
|
|
56
|
+
/>
|
|
57
|
+
<path
|
|
58
|
+
d="M19 3.23071H6.74993V4.30761H19V3.23071Z"
|
|
59
|
+
fill="white"
|
|
60
|
+
/>
|
|
61
|
+
<path
|
|
62
|
+
d="M6.74993 6.46155V0H-3V7.53831H6.75007L6.74993 6.46155ZM-1.96413 7.15248L-2.18766 6.97498L-2.41118 7.15248L-2.32576 6.86535L-2.54928 6.68785H-2.27309L-2.23779 6.5691L-2.23002 6.54325L-2.18766 6.40072L-2.1453 6.54325L-2.13753 6.5691L-2.10223 6.68785H-1.82604L-2.04956 6.86535L-1.96413 7.15248ZM-2.04956 5.36156L-2.04278 5.38451L-2.01426 5.48017L-2.00664 5.50616L-1.96413 5.64869L-2.14374 5.50616L-2.17636 5.48017L-2.18766 5.47132L-2.19896 5.48017L-2.23157 5.50616L-2.41118 5.64869L-2.36882 5.50616L-2.33253 5.38451L-2.32576 5.36156L-2.54928 5.1842H-2.27309L-2.18766 4.89707L-2.10223 5.1842H-1.82604L-2.04956 5.36156ZM-2.04956 3.85791L-1.96413 4.14504L-2.18766 3.96767L-2.41118 4.14504L-2.32576 3.85791L-2.54928 3.68054H-2.27309L-2.18766 3.39342L-2.10223 3.68054H-1.82604L-2.04956 3.85791ZM-2.00297 2.31721L-2.04956 2.35425L-1.96413 2.64138L-2.18766 2.46388L-2.41118 2.64138L-2.32576 2.35425L-2.37235 2.31721L-2.54928 2.17675H-2.27309L-2.26617 2.1538L-2.18766 1.88962L-2.10915 2.1538L-2.10223 2.17675H-1.82604L-2.00297 2.31721ZM-2.04956 0.850462L-1.96413 1.13773L-2.18766 0.960088L-2.41118 1.13773L-2.32576 0.850462L-2.54928 0.67296H-2.27309L-2.18766 0.385832L-2.10223 0.67296H-1.82604L-2.04956 0.850462ZM-1.14572 6.40045L-1.3691 6.22294L-1.59263 6.40045L-1.5072 6.11332L-1.73087 5.93582H-1.45453L-1.3691 5.64869L-1.28382 5.93582H-1.00748L-1.23101 6.11332L-1.14572 6.40045ZM-1.02146 4.44322L-1.23101 4.60966L-1.14572 4.89665L-1.3691 4.71929L-1.59263 4.89665L-1.5072 4.60966L-1.71689 4.44322L-1.73087 4.43216H-1.45453L-1.45016 4.41723L-1.3691 4.14504L-1.2882 4.41723L-1.28382 4.43216H-1.00748L-1.02146 4.44322ZM-1.23101 3.10601L-1.1573 3.35429L-1.14953 3.38028L-1.14572 3.39314L-1.1621 3.38028L-1.19472 3.35429L-1.3691 3.21578L-1.38803 3.23071L-1.54363 3.35429L-1.57625 3.38028L-1.59263 3.39314L-1.58882 3.38028L-1.58105 3.35429L-1.5072 3.10601L-1.73087 2.92865H-1.45453L-1.3691 2.64152L-1.28382 2.92865H-1.00748L-1.23101 3.10601ZM-1.23101 1.60222L-1.14572 1.88935L-1.3691 1.71185L-1.59263 1.88935L-1.5072 1.60222L-1.73087 1.42472H-1.45453L-1.40384 1.25427L-1.39607 1.22841L-1.3691 1.13773L-1.34228 1.22841L-1.33451 1.25427L-1.28382 1.42472H-1.00748L-1.23101 1.60222ZM-0.33917 7.15248L-0.562553 6.97498L-0.786077 7.15248L-0.700791 6.86535L-0.924174 6.68785H-0.647981L-0.61268 6.5691L-0.604914 6.54325L-0.562553 6.40072L-0.520192 6.54325L-0.512567 6.5691L-0.477266 6.68785H-0.201073L-0.424456 6.86535L-0.33917 7.15248ZM-0.424456 5.36156L-0.417679 5.38451L-0.389156 5.48017L-0.381531 5.50616L-0.33917 5.64869L-0.562553 5.47132L-0.786077 5.64869L-0.743716 5.50616L-0.73595 5.48017L-0.707569 5.38451L-0.700791 5.36156L-0.924174 5.1842H-0.647981L-0.562553 4.89707L-0.477266 5.1842H-0.201073L-0.424456 5.36156ZM-0.424456 3.85791L-0.33917 4.14504L-0.562553 3.96767L-0.786077 4.14504L-0.700791 3.85791L-0.924174 3.68054H-0.647981L-0.562553 3.39342L-0.477266 3.68054H-0.201073L-0.424456 3.85791ZM-0.345242 2.29135L-0.377859 2.31721L-0.424456 2.35425L-0.33917 2.64138L-0.562553 2.46388L-0.786077 2.64138L-0.700791 2.35425L-0.747247 2.31721L-0.780006 2.29135L-0.924174 2.17675H-0.647981L-0.641203 2.1538L-0.562553 1.88962L-0.484044 2.1538L-0.477266 2.17675H-0.201073L-0.345242 2.29135ZM-0.424456 0.850462L-0.357103 1.0769L-0.33917 1.13773L-0.562553 0.960088L-0.786077 1.13773L-0.700791 0.850462L-0.924174 0.67296H-0.647981L-0.562553 0.385832L-0.477266 0.67296H-0.201073L-0.424456 0.850462ZM0.479384 6.40045L0.25586 6.22294L0.0324764 6.40045L0.117763 6.11332L-0.10562 5.93582H0.170573L0.25586 5.64869L0.341288 5.93582H0.617481L0.393956 6.11332L0.479384 6.40045ZM0.603643 4.44322L0.393956 4.60966L0.479384 4.89665L0.25586 4.71929L0.0324764 4.89665L0.117763 4.60966L-0.0919232 4.44322L-0.10562 4.43216H0.170573L0.174951 4.41723L0.25586 4.14504L0.304292 4.30761L0.336769 4.41723L0.341288 4.43216H0.617481L0.603643 4.44322ZM0.393956 3.10601L0.467806 3.35429L0.475572 3.38028L0.479384 3.39314L0.274781 3.23071L0.25586 3.21578L0.0813329 3.35429L0.0487151 3.38028L0.0324764 3.39314L0.0362892 3.38028L0.0440555 3.35429L0.117763 3.10601L-0.10562 2.92865H0.170573L0.25586 2.64152L0.341288 2.92865H0.617481L0.393956 3.10601ZM0.393956 1.60222L0.479384 1.88935L0.25586 1.71185L0.0324764 1.88935L0.117763 1.60222L-0.10562 1.42472H0.170573L0.221124 1.25427L0.22889 1.22841L0.25586 1.13773L0.28283 1.22841L0.290596 1.25427L0.341288 1.42472H0.617481L0.393956 1.60222ZM1.28594 7.15248L1.06241 6.97498L0.839029 7.15248L0.924315 6.86535L0.70079 6.68785H0.977125L1.01243 6.5691L1.02019 6.54325L1.04448 6.46155L1.06241 6.40072L1.10477 6.54325L1.11254 6.5691L1.14784 6.68785H1.42403L1.20051 6.86535L1.28594 7.15248ZM1.20051 5.36156L1.20743 5.38451L1.23581 5.48017L1.24358 5.50616L1.28594 5.64869L1.10633 5.50616L1.07371 5.48017L1.06241 5.47132L0.839029 5.64869L0.881389 5.50616L0.889014 5.48017L0.917537 5.38451L0.924315 5.36156L0.70079 5.1842H0.977125L1.06241 4.89707L1.14784 5.1842H1.42403L1.20051 5.36156ZM1.20051 3.85791L1.28594 4.14504L1.06241 3.96767L0.839029 4.14504L0.924315 3.85791L0.70079 3.68054H0.977125L1.06241 3.39342L1.14784 3.68054H1.42403L1.20051 3.85791ZM1.24711 2.31721L1.20051 2.35425L1.28594 2.64138L1.06241 2.46388L0.839029 2.64138L0.924315 2.35425L0.877859 2.31721L0.8451 2.29135L0.70079 2.17675H0.977125L0.983903 2.1538L1.06241 1.88962L1.14106 2.1538L1.14784 2.17675H1.42403L1.24711 2.31721ZM1.20051 0.850462L1.28594 1.13773L1.06241 0.960088L0.839029 1.13773L0.924315 0.850462L0.70079 0.67296H0.977125L1.06241 0.385832L1.14784 0.67296H1.42403L1.20051 0.850462ZM2.10449 6.40045L1.88097 6.22294L1.65744 6.40045L1.74287 6.11332L1.51934 5.93582H1.79568L1.88097 5.64869L1.96639 5.93582H2.24259L2.01906 6.11332L2.10449 6.40045ZM2.22875 4.44322L2.01906 4.60966L2.10449 4.89665L1.88097 4.71929L1.65744 4.89665L1.74287 4.60966L1.53318 4.44322L1.51934 4.43216H1.79568L1.79992 4.41723L1.83267 4.30761L1.88097 4.14504L1.96187 4.41723L1.96639 4.43216H2.24259L2.22875 4.44322ZM2.01906 3.10601L2.09291 3.35429L2.10054 3.38028L2.10449 3.39314L2.08811 3.38028L2.05549 3.35429L1.89989 3.23071L1.88097 3.21578L1.86204 3.23071L1.70644 3.35429L1.67382 3.38028L1.65744 3.39314L1.66139 3.38028L1.66902 3.35429L1.74287 3.10601L1.51934 2.92865H1.79568L1.88097 2.64152L1.96639 2.92865H2.24259L2.01906 3.10601ZM2.01906 1.60222L2.10449 1.88935L1.88097 1.71185L1.65744 1.88935L1.74287 1.60222L1.51934 1.42472H1.79568L1.84623 1.25427L1.854 1.22841L1.88097 1.13773L1.90794 1.22841L1.91556 1.25427L1.96639 1.42472H2.24259L2.01906 1.60222ZM2.91104 7.15248L2.68752 6.97498L2.46399 7.15248L2.54942 6.86535L2.3259 6.68785H2.60209L2.63739 6.5691L2.64516 6.54325L2.68752 6.40072L2.72988 6.54325L2.7375 6.5691L2.7728 6.68785H3.04914L2.82561 6.86535L2.91104 7.15248ZM2.82561 5.36156L2.83253 5.38451L2.86092 5.48017L2.86854 5.50616L2.91104 5.64869L2.73143 5.50616L2.69881 5.48017L2.68752 5.47132L2.46399 5.64869L2.50635 5.50616L2.54264 5.38451L2.54942 5.36156L2.3259 5.1842H2.60209L2.68752 4.89707L2.7728 5.1842H3.04914L2.82561 5.36156ZM2.82561 3.85791L2.91104 4.14504L2.68752 3.96767L2.46399 4.14504L2.54942 3.85791L2.3259 3.68054H2.60209L2.68752 3.39342L2.7728 3.68054H3.04914L2.82561 3.85791ZM2.87221 2.31721L2.82561 2.35425L2.91104 2.64138L2.68752 2.46388L2.46399 2.64138L2.54942 2.35425L2.50282 2.31721L2.3259 2.17675H2.60209L2.60901 2.1538L2.68752 1.88962L2.76603 2.1538L2.7728 2.17675H3.04914L2.87221 2.31721ZM2.82561 0.850462L2.91104 1.13773L2.68752 0.960088L2.46399 1.13773L2.54942 0.850462L2.3259 0.67296H2.60209L2.68752 0.385832L2.7728 0.67296H3.04914L2.82561 0.850462ZM3.72945 6.40045L3.50607 6.22294L3.28255 6.40045L3.36797 6.11332L3.14445 5.93582H3.42064L3.50607 5.64869L3.59136 5.93582H3.86769L3.64417 6.11332L3.72945 6.40045ZM3.85371 4.44322L3.64417 4.60966L3.72945 4.89665L3.50607 4.71929L3.28255 4.89665L3.36797 4.60966L3.15829 4.44322L3.14445 4.43216H3.42064L3.42516 4.41723L3.45764 4.30761L3.50607 4.14504L3.58698 4.41723L3.59136 4.43216H3.86769L3.85371 4.44322ZM3.64417 3.10601L3.71788 3.35429L3.72564 3.38028L3.72945 3.39314L3.50607 3.21578L3.48715 3.23071L3.33154 3.35429L3.29893 3.38028L3.28255 3.39314L3.28636 3.38028L3.29413 3.35429L3.36797 3.10601L3.14445 2.92865H3.42064L3.50607 2.64152L3.59136 2.92865H3.86769L3.64417 3.10601ZM3.64417 1.60222L3.72945 1.88935L3.50607 1.71185L3.28255 1.88935L3.36797 1.60222L3.14445 1.42472H3.42064L3.47134 1.25427L3.4791 1.22841L3.50607 1.13773L3.53304 1.22841L3.54067 1.25427L3.59136 1.42472H3.86769L3.64417 1.60222ZM4.53601 7.15248L4.31262 6.97498L4.0891 7.15248L4.17439 6.86535L3.951 6.68785H4.2272L4.2625 6.5691L4.27026 6.54325L4.31262 6.40072L4.35498 6.54325L4.36261 6.5691L4.39791 6.68785H4.67424L4.45072 6.86535L4.53601 7.15248ZM4.45072 5.36156L4.4575 5.38451L4.48602 5.48017L4.49365 5.50616L4.53601 5.64869L4.3564 5.50616L4.32378 5.48017L4.31262 5.47132L4.30133 5.48017L4.26871 5.50616L4.0891 5.64869L4.13146 5.50616L4.13923 5.48017L4.16761 5.38451L4.17439 5.36156L3.951 5.1842H4.2272L4.31262 4.89707L4.39791 5.1842H4.67424L4.45072 5.36156ZM4.45072 3.85791L4.53601 4.14504L4.31262 3.96767L4.0891 4.14504L4.17439 3.85791L3.951 3.68054H4.2272L4.31262 3.39342L4.39791 3.68054H4.67424L4.45072 3.85791ZM4.49732 2.31721L4.45072 2.35425L4.53601 2.64138L4.31262 2.46388L4.0891 2.64138L4.17439 2.35425L4.12793 2.31721L3.951 2.17675H4.2272L4.23411 2.1538L4.31262 1.88962L4.39113 2.1538L4.39791 2.17675H4.67424L4.49732 2.31721ZM4.45072 0.850462L4.51807 1.0769L4.53601 1.13773L4.31262 0.960088L4.0891 1.13773L4.17439 0.850462L3.951 0.67296H4.2272L4.31262 0.385832L4.39791 0.67296H4.67424L4.45072 0.850462ZM5.35456 6.40045L5.13104 6.22294L4.90765 6.40045L4.99294 6.11332L4.76941 5.93582H5.04575L5.13104 5.64869L5.21646 5.93582H5.49266L5.26913 6.11332L5.35456 6.40045ZM5.47882 4.44322L5.26913 4.60966L5.35456 4.89665L5.13104 4.71929L4.90765 4.89665L4.99294 4.60966L4.78325 4.44322L4.76941 4.43216H5.04575L5.05013 4.41723L5.13104 4.14504L5.21209 4.41723L5.21646 4.43216H5.49266L5.47882 4.44322ZM5.26913 3.10601L5.34298 3.35429L5.35075 3.38028L5.35456 3.39314L5.33818 3.38028L5.30556 3.35429L5.14996 3.23071L5.13104 3.21578L4.95651 3.35429L4.92389 3.38028L4.90765 3.39314L4.91147 3.38028L4.91909 3.35429L4.95594 3.23071L4.99294 3.10601L4.76941 2.92865H5.04575L5.13104 2.64152L5.21646 2.92865H5.49266L5.26913 3.10601ZM5.26913 1.60222L5.35456 1.88935L5.13104 1.71185L4.90765 1.88935L4.99294 1.60222L4.76941 1.42472H5.04575L5.0963 1.25427L5.10407 1.22841L5.13104 1.13773L5.15801 1.22841L5.16577 1.25427L5.21646 1.42472H5.49266L5.26913 1.60222ZM6.16111 7.15248L5.93759 6.97498L5.7142 7.15248L5.79949 6.86535L5.57597 6.68785H5.8523L5.8876 6.5691L5.89523 6.54325L5.91965 6.46155L5.93759 6.40072L5.97995 6.54325L5.98771 6.5691L6.02302 6.68785H6.29935L6.07583 6.86535L6.16111 7.15248ZM6.07583 5.36156L6.0826 5.38451L6.11099 5.48017L6.11875 5.50616L6.16111 5.64869L5.9815 5.50616L5.94888 5.48017L5.93759 5.47132L5.7142 5.64869L5.75657 5.50616L5.76419 5.48017L5.79271 5.38451L5.79949 5.36156L5.57597 5.1842H5.8523L5.93759 4.89707L6.02302 5.1842H6.29935L6.07583 5.36156ZM6.07583 3.85791L6.16111 4.14504L5.93759 3.96767L5.7142 4.14504L5.79949 3.85791L5.57597 3.68054H5.8523L5.93759 3.39342L6.02302 3.68054H6.29935L6.07583 3.85791ZM6.12228 2.31721L6.07583 2.35425L6.16111 2.64138L5.93759 2.46388L5.7142 2.64138L5.79949 2.35425L5.75304 2.31721L5.57597 2.17675H5.8523L5.85908 2.1538L5.93759 1.88962L6.01624 2.1538L6.02302 2.17675H6.29935L6.12228 2.31721ZM6.07583 0.850462L6.16111 1.13773L5.93759 0.960088L5.7142 1.13773L5.79949 0.850462L5.57597 0.67296H5.8523L5.93759 0.385832L6.02302 0.67296H6.29935L6.07583 0.850462Z"
|
|
63
|
+
fill="#3C3B6E"
|
|
64
|
+
/>
|
|
65
|
+
<path
|
|
66
|
+
d="M-2.10223 6.68785L-2.13753 6.5691L-2.1453 6.54325L-2.18766 6.40072L-2.23002 6.54325L-2.23779 6.5691L-2.27309 6.68785H-2.54928L-2.32576 6.86535L-2.41118 7.15248L-2.18766 6.97498L-1.96413 7.15248L-2.04956 6.86535L-1.82604 6.68785H-2.10223Z"
|
|
67
|
+
fill="white"
|
|
68
|
+
/>
|
|
69
|
+
<path
|
|
70
|
+
d="M-0.477266 6.68785L-0.512567 6.5691L-0.520192 6.54325L-0.562553 6.40072L-0.604914 6.54325L-0.61268 6.5691L-0.647981 6.68785H-0.924174L-0.700791 6.86535L-0.786077 7.15248L-0.562553 6.97498L-0.33917 7.15248L-0.424456 6.86535L-0.201073 6.68785H-0.477266Z"
|
|
71
|
+
fill="white"
|
|
72
|
+
/>
|
|
73
|
+
<path
|
|
74
|
+
d="M1.14784 6.68785L1.11254 6.5691L1.10477 6.54325L1.06241 6.40072L1.04448 6.46155L1.02019 6.54325L1.01243 6.5691L0.977125 6.68785H0.70079L0.924315 6.86535L0.839029 7.15248L1.06241 6.97498L1.28594 7.15248L1.20051 6.86535L1.42403 6.68785H1.14784Z"
|
|
75
|
+
fill="white"
|
|
76
|
+
/>
|
|
77
|
+
<path
|
|
78
|
+
d="M2.7728 6.68785L2.7375 6.5691L2.72988 6.54325L2.68752 6.40072L2.64516 6.54325L2.63739 6.5691L2.60209 6.68785H2.3259L2.54942 6.86535L2.46399 7.15248L2.68752 6.97498L2.91104 7.15248L2.82561 6.86535L3.04914 6.68785H2.7728Z"
|
|
79
|
+
fill="white"
|
|
80
|
+
/>
|
|
81
|
+
<path
|
|
82
|
+
d="M4.39791 6.68785L4.36261 6.5691L4.35498 6.54325L4.31262 6.40072L4.27026 6.54325L4.2625 6.5691L4.2272 6.68785H3.951L4.17439 6.86535L4.0891 7.15248L4.31262 6.97498L4.53601 7.15248L4.45072 6.86535L4.67424 6.68785H4.39791Z"
|
|
83
|
+
fill="white"
|
|
84
|
+
/>
|
|
85
|
+
<path
|
|
86
|
+
d="M6.02302 6.68785L5.98771 6.5691L5.97995 6.54325L5.93759 6.40072L5.91965 6.46155L5.89523 6.54325L5.8876 6.5691L5.8523 6.68785H5.57597L5.79949 6.86535L5.7142 7.15248L5.93759 6.97498L6.16111 7.15248L6.07583 6.86535L6.29935 6.68785H6.02302Z"
|
|
87
|
+
fill="white"
|
|
88
|
+
/>
|
|
89
|
+
<path
|
|
90
|
+
d="M-2.18766 4.89707L-2.27309 5.1842H-2.54928L-2.32576 5.36156L-2.33253 5.38451L-2.36882 5.50616L-2.41118 5.64869L-2.23157 5.50616L-2.19896 5.48017L-2.18766 5.47132L-2.17636 5.48017L-2.14374 5.50616L-1.96413 5.64869L-2.00664 5.50616L-2.01426 5.48017L-2.04278 5.38451L-2.04956 5.36156L-1.82604 5.1842H-2.10223L-2.18766 4.89707Z"
|
|
91
|
+
fill="white"
|
|
92
|
+
/>
|
|
93
|
+
<path
|
|
94
|
+
d="M-0.562553 4.89707L-0.647981 5.1842H-0.924174L-0.700791 5.36156L-0.707569 5.38451L-0.73595 5.48017L-0.743716 5.50616L-0.786077 5.64869L-0.562553 5.47132L-0.33917 5.64869L-0.381531 5.50616L-0.389156 5.48017L-0.417679 5.38451L-0.424456 5.36156L-0.201073 5.1842H-0.477266L-0.562553 4.89707Z"
|
|
95
|
+
fill="white"
|
|
96
|
+
/>
|
|
97
|
+
<path
|
|
98
|
+
d="M1.06241 4.89707L0.977125 5.1842H0.70079L0.924315 5.36156L0.917537 5.38451L0.889014 5.48017L0.881389 5.50616L0.839029 5.64869L1.06241 5.47132L1.07371 5.48017L1.10633 5.50616L1.28594 5.64869L1.24358 5.50616L1.23581 5.48017L1.20743 5.38451L1.20051 5.36156L1.42403 5.1842H1.14784L1.06241 4.89707Z"
|
|
99
|
+
fill="white"
|
|
100
|
+
/>
|
|
101
|
+
<path
|
|
102
|
+
d="M2.68752 4.89707L2.60209 5.1842H2.3259L2.54942 5.36156L2.54264 5.38451L2.50635 5.50616L2.46399 5.64869L2.68752 5.47132L2.69881 5.48017L2.73143 5.50616L2.91104 5.64869L2.86854 5.50616L2.86092 5.48017L2.83253 5.38451L2.82561 5.36156L3.04914 5.1842H2.7728L2.68752 4.89707Z"
|
|
103
|
+
fill="white"
|
|
104
|
+
/>
|
|
105
|
+
<path
|
|
106
|
+
d="M4.31262 4.89707L4.2272 5.1842H3.951L4.17439 5.36156L4.16761 5.38451L4.13923 5.48017L4.13146 5.50616L4.0891 5.64869L4.26871 5.50616L4.30133 5.48017L4.31262 5.47132L4.32378 5.48017L4.3564 5.50616L4.53601 5.64869L4.49365 5.50616L4.48602 5.48017L4.4575 5.38451L4.45072 5.36156L4.67424 5.1842H4.39791L4.31262 4.89707Z"
|
|
107
|
+
fill="white"
|
|
108
|
+
/>
|
|
109
|
+
<path
|
|
110
|
+
d="M5.93759 4.89707L5.8523 5.1842H5.57597L5.79949 5.36156L5.79271 5.38451L5.76419 5.48017L5.75657 5.50616L5.7142 5.64869L5.93759 5.47132L5.94888 5.48017L5.9815 5.50616L6.16111 5.64869L6.11875 5.50616L6.11099 5.48017L6.0826 5.38451L6.07583 5.36156L6.29935 5.1842H6.02302L5.93759 4.89707Z"
|
|
111
|
+
fill="white"
|
|
112
|
+
/>
|
|
113
|
+
<path
|
|
114
|
+
d="M-2.18766 3.39342L-2.27309 3.68054H-2.54928L-2.32576 3.85791L-2.41118 4.14504L-2.18766 3.96767L-1.96413 4.14504L-2.04956 3.85791L-1.82604 3.68054H-2.10223L-2.18766 3.39342Z"
|
|
115
|
+
fill="white"
|
|
116
|
+
/>
|
|
117
|
+
<path
|
|
118
|
+
d="M-0.562553 3.39342L-0.647981 3.68054H-0.924174L-0.700791 3.85791L-0.786077 4.14504L-0.562553 3.96767L-0.33917 4.14504L-0.424456 3.85791L-0.201073 3.68054H-0.477266L-0.562553 3.39342Z"
|
|
119
|
+
fill="white"
|
|
120
|
+
/>
|
|
121
|
+
<path
|
|
122
|
+
d="M1.06241 3.39342L0.977125 3.68054H0.70079L0.924315 3.85791L0.839029 4.14504L1.06241 3.96767L1.28594 4.14504L1.20051 3.85791L1.42403 3.68054H1.14784L1.06241 3.39342Z"
|
|
123
|
+
fill="white"
|
|
124
|
+
/>
|
|
125
|
+
<path
|
|
126
|
+
d="M2.68752 3.39342L2.60209 3.68054H2.3259L2.54942 3.85791L2.46399 4.14504L2.68752 3.96767L2.91104 4.14504L2.82561 3.85791L3.04914 3.68054H2.7728L2.68752 3.39342Z"
|
|
127
|
+
fill="white"
|
|
128
|
+
/>
|
|
129
|
+
<path
|
|
130
|
+
d="M4.31262 3.39342L4.2272 3.68054H3.951L4.17439 3.85791L4.0891 4.14504L4.31262 3.96767L4.53601 4.14504L4.45072 3.85791L4.67424 3.68054H4.39791L4.31262 3.39342Z"
|
|
131
|
+
fill="white"
|
|
132
|
+
/>
|
|
133
|
+
<path
|
|
134
|
+
d="M5.93759 3.39342L5.8523 3.68054H5.57597L5.79949 3.85791L5.7142 4.14504L5.93759 3.96767L6.16111 4.14504L6.07583 3.85791L6.29935 3.68054H6.02302L5.93759 3.39342Z"
|
|
135
|
+
fill="white"
|
|
136
|
+
/>
|
|
137
|
+
<path
|
|
138
|
+
d="M-2.10915 2.1538L-2.18766 1.88962L-2.26617 2.1538L-2.27309 2.17675H-2.54928L-2.37235 2.31721L-2.32576 2.35425L-2.41118 2.64138L-2.18766 2.46388L-1.96413 2.64138L-2.04956 2.35425L-2.00297 2.31721L-1.82604 2.17675H-2.10223L-2.10915 2.1538Z"
|
|
139
|
+
fill="white"
|
|
140
|
+
/>
|
|
141
|
+
<path
|
|
142
|
+
d="M-0.484044 2.1538L-0.562553 1.88962L-0.641203 2.1538L-0.647981 2.17675H-0.924174L-0.780006 2.29135L-0.747247 2.31721L-0.700791 2.35425L-0.786077 2.64138L-0.562553 2.46388L-0.33917 2.64138L-0.424456 2.35425L-0.377859 2.31721L-0.345242 2.29135L-0.201073 2.17675H-0.477266L-0.484044 2.1538Z"
|
|
143
|
+
fill="white"
|
|
144
|
+
/>
|
|
145
|
+
<path
|
|
146
|
+
d="M1.14106 2.1538L1.06241 1.88962L0.983903 2.1538L0.977125 2.17675H0.70079L0.8451 2.29135L0.877859 2.31721L0.924315 2.35425L0.839029 2.64138L1.06241 2.46388L1.28594 2.64138L1.20051 2.35425L1.24711 2.31721L1.42403 2.17675H1.14784L1.14106 2.1538Z"
|
|
147
|
+
fill="white"
|
|
148
|
+
/>
|
|
149
|
+
<path
|
|
150
|
+
d="M2.76603 2.1538L2.68752 1.88962L2.60901 2.1538L2.60209 2.17675H2.3259L2.50282 2.31721L2.54942 2.35425L2.46399 2.64138L2.68752 2.46388L2.91104 2.64138L2.82561 2.35425L2.87221 2.31721L3.04914 2.17675H2.7728L2.76603 2.1538Z"
|
|
151
|
+
fill="white"
|
|
152
|
+
/>
|
|
153
|
+
<path
|
|
154
|
+
d="M4.39113 2.1538L4.31262 1.88962L4.23411 2.1538L4.2272 2.17675H3.951L4.12793 2.31721L4.17439 2.35425L4.0891 2.64138L4.31262 2.46388L4.53601 2.64138L4.45072 2.35425L4.49732 2.31721L4.67424 2.17675H4.39791L4.39113 2.1538Z"
|
|
155
|
+
fill="white"
|
|
156
|
+
/>
|
|
157
|
+
<path
|
|
158
|
+
d="M6.01624 2.1538L5.93759 1.88962L5.85908 2.1538L5.8523 2.17675H5.57597L5.75304 2.31721L5.79949 2.35425L5.7142 2.64138L5.93759 2.46388L6.16111 2.64138L6.07583 2.35425L6.12228 2.31721L6.29935 2.17675H6.02302L6.01624 2.1538Z"
|
|
159
|
+
fill="white"
|
|
160
|
+
/>
|
|
161
|
+
<path
|
|
162
|
+
d="M-1.33451 1.25427L-1.34228 1.22841L-1.3691 1.13773L-1.39607 1.22841L-1.40384 1.25427L-1.45453 1.42472H-1.73087L-1.5072 1.60222L-1.59263 1.88935L-1.3691 1.71185L-1.14572 1.88935L-1.23101 1.60222L-1.00748 1.42472H-1.28382L-1.33451 1.25427Z"
|
|
163
|
+
fill="white"
|
|
164
|
+
/>
|
|
165
|
+
<path
|
|
166
|
+
d="M0.290596 1.25427L0.28283 1.22841L0.25586 1.13773L0.22889 1.22841L0.221124 1.25427L0.170573 1.42472H-0.10562L0.117763 1.60222L0.0324764 1.88935L0.25586 1.71185L0.479384 1.88935L0.393956 1.60222L0.617481 1.42472H0.341288L0.290596 1.25427Z"
|
|
167
|
+
fill="white"
|
|
168
|
+
/>
|
|
169
|
+
<path
|
|
170
|
+
d="M1.91556 1.25427L1.90794 1.22841L1.88097 1.13773L1.854 1.22841L1.84623 1.25427L1.79568 1.42472H1.51934L1.74287 1.60222L1.65744 1.88935L1.88097 1.71185L2.10449 1.88935L2.01906 1.60222L2.24259 1.42472H1.96639L1.91556 1.25427Z"
|
|
171
|
+
fill="white"
|
|
172
|
+
/>
|
|
173
|
+
<path
|
|
174
|
+
d="M3.54067 1.25427L3.53304 1.22841L3.50607 1.13773L3.4791 1.22841L3.47134 1.25427L3.42064 1.42472H3.14445L3.36797 1.60222L3.28255 1.88935L3.50607 1.71185L3.72945 1.88935L3.64417 1.60222L3.86769 1.42472H3.59136L3.54067 1.25427Z"
|
|
175
|
+
fill="white"
|
|
176
|
+
/>
|
|
177
|
+
<path
|
|
178
|
+
d="M5.16577 1.25427L5.15801 1.22841L5.13104 1.13773L5.10407 1.22841L5.0963 1.25427L5.04575 1.42472H4.76941L4.99294 1.60222L4.90765 1.88935L5.13104 1.71185L5.35456 1.88935L5.26913 1.60222L5.49266 1.42472H5.21646L5.16577 1.25427Z"
|
|
179
|
+
fill="white"
|
|
180
|
+
/>
|
|
181
|
+
<path
|
|
182
|
+
d="M-1.3691 2.64152L-1.45453 2.92865H-1.73087L-1.5072 3.10601L-1.58105 3.35429L-1.58882 3.38028L-1.59263 3.39314L-1.57625 3.38028L-1.54363 3.35429L-1.38803 3.23071L-1.3691 3.21578L-1.19472 3.35429L-1.1621 3.38028L-1.14572 3.39314L-1.14953 3.38028L-1.1573 3.35429L-1.23101 3.10601L-1.00748 2.92865H-1.28382L-1.3691 2.64152Z"
|
|
183
|
+
fill="white"
|
|
184
|
+
/>
|
|
185
|
+
<path
|
|
186
|
+
d="M0.25586 2.64152L0.170573 2.92865H-0.10562L0.117763 3.10601L0.0440555 3.35429L0.0362892 3.38028L0.0324764 3.39314L0.0487151 3.38028L0.0813329 3.35429L0.25586 3.21578L0.274781 3.23071L0.479384 3.39314L0.475572 3.38028L0.467806 3.35429L0.393956 3.10601L0.617481 2.92865H0.341288L0.25586 2.64152Z"
|
|
187
|
+
fill="white"
|
|
188
|
+
/>
|
|
189
|
+
<path
|
|
190
|
+
d="M1.88097 2.64152L1.79568 2.92865H1.51934L1.74287 3.10601L1.66902 3.35429L1.66139 3.38028L1.65744 3.39314L1.67382 3.38028L1.70644 3.35429L1.86204 3.23071L1.88097 3.21578L1.89989 3.23071L2.05549 3.35429L2.08811 3.38028L2.10449 3.39314L2.10054 3.38028L2.09291 3.35429L2.01906 3.10601L2.24259 2.92865H1.96639L1.88097 2.64152Z"
|
|
191
|
+
fill="white"
|
|
192
|
+
/>
|
|
193
|
+
<path
|
|
194
|
+
d="M3.50607 2.64152L3.42064 2.92865H3.14445L3.36797 3.10601L3.29413 3.35429L3.28636 3.38028L3.28255 3.39314L3.29893 3.38028L3.33154 3.35429L3.48715 3.23071L3.50607 3.21578L3.72945 3.39314L3.72564 3.38028L3.71788 3.35429L3.64417 3.10601L3.86769 2.92865H3.59136L3.50607 2.64152Z"
|
|
195
|
+
fill="white"
|
|
196
|
+
/>
|
|
197
|
+
<path
|
|
198
|
+
d="M5.13104 2.64152L5.04575 2.92865H4.76941L4.99294 3.10601L4.95594 3.23071L4.91909 3.35429L4.91147 3.38028L4.90765 3.39314L4.92389 3.38028L4.95651 3.35429L5.13104 3.21578L5.14996 3.23071L5.30556 3.35429L5.33818 3.38028L5.35456 3.39314L5.35075 3.38028L5.34298 3.35429L5.26913 3.10601L5.49266 2.92865H5.21646L5.13104 2.64152Z"
|
|
199
|
+
fill="white"
|
|
200
|
+
/>
|
|
201
|
+
<path
|
|
202
|
+
d="M-1.2882 4.41723L-1.3691 4.14504L-1.45016 4.41723L-1.45453 4.43216H-1.73087L-1.71689 4.44322L-1.5072 4.60966L-1.59263 4.89665L-1.3691 4.71929L-1.14572 4.89665L-1.23101 4.60966L-1.02146 4.44322L-1.00748 4.43216H-1.28382L-1.2882 4.41723Z"
|
|
203
|
+
fill="white"
|
|
204
|
+
/>
|
|
205
|
+
<path
|
|
206
|
+
d="M0.336769 4.41723L0.304292 4.30761L0.25586 4.14504L0.174951 4.41723L0.170573 4.43216H-0.10562L-0.0919232 4.44322L0.117763 4.60966L0.0324764 4.89665L0.25586 4.71929L0.479384 4.89665L0.393956 4.60966L0.603643 4.44322L0.617481 4.43216H0.341288L0.336769 4.41723Z"
|
|
207
|
+
fill="white"
|
|
208
|
+
/>
|
|
209
|
+
<path
|
|
210
|
+
d="M1.96187 4.41723L1.88097 4.14504L1.83267 4.30761L1.79992 4.41723L1.79568 4.43216H1.51934L1.53318 4.44322L1.74287 4.60966L1.65744 4.89665L1.88097 4.71929L2.10449 4.89665L2.01906 4.60966L2.22875 4.44322L2.24259 4.43216H1.96639L1.96187 4.41723Z"
|
|
211
|
+
fill="white"
|
|
212
|
+
/>
|
|
213
|
+
<path
|
|
214
|
+
d="M3.58698 4.41723L3.50607 4.14504L3.45764 4.30761L3.42516 4.41723L3.42064 4.43216H3.14445L3.15829 4.44322L3.36797 4.60966L3.28255 4.89665L3.50607 4.71929L3.72945 4.89665L3.64417 4.60966L3.85371 4.44322L3.86769 4.43216H3.59136L3.58698 4.41723Z"
|
|
215
|
+
fill="white"
|
|
216
|
+
/>
|
|
217
|
+
<path
|
|
218
|
+
d="M5.21209 4.41723L5.13104 4.14504L5.05013 4.41723L5.04575 4.43216H4.76941L4.78325 4.44322L4.99294 4.60966L4.90765 4.89665L5.13104 4.71929L5.35456 4.89665L5.26913 4.60966L5.47882 4.44322L5.49266 4.43216H5.21646L5.21209 4.41723Z"
|
|
219
|
+
fill="white"
|
|
220
|
+
/>
|
|
221
|
+
<path
|
|
222
|
+
d="M-1.28382 5.93582L-1.3691 5.64869L-1.45453 5.93582H-1.73087L-1.5072 6.11332L-1.59263 6.40045L-1.3691 6.22294L-1.14572 6.40045L-1.23101 6.11332L-1.00748 5.93582H-1.28382Z"
|
|
223
|
+
fill="white"
|
|
224
|
+
/>
|
|
225
|
+
<path
|
|
226
|
+
d="M0.341288 5.93582L0.25586 5.64869L0.170573 5.93582H-0.10562L0.117763 6.11332L0.0324764 6.40045L0.25586 6.22294L0.479384 6.40045L0.393956 6.11332L0.617481 5.93582H0.341288Z"
|
|
227
|
+
fill="white"
|
|
228
|
+
/>
|
|
229
|
+
<path
|
|
230
|
+
d="M1.96639 5.93582L1.88097 5.64869L1.79568 5.93582H1.51934L1.74287 6.11332L1.65744 6.40045L1.88097 6.22294L2.10449 6.40045L2.01906 6.11332L2.24259 5.93582H1.96639Z"
|
|
231
|
+
fill="white"
|
|
232
|
+
/>
|
|
233
|
+
<path
|
|
234
|
+
d="M3.59136 5.93582L3.50607 5.64869L3.42064 5.93582H3.14445L3.36797 6.11332L3.28255 6.40045L3.50607 6.22294L3.72945 6.40045L3.64417 6.11332L3.86769 5.93582H3.59136Z"
|
|
235
|
+
fill="white"
|
|
236
|
+
/>
|
|
237
|
+
<path
|
|
238
|
+
d="M5.21646 5.93582L5.13104 5.64869L5.04575 5.93582H4.76941L4.99294 6.11332L4.90765 6.40045L5.13104 6.22294L5.35456 6.40045L5.26913 6.11332L5.49266 5.93582H5.21646Z"
|
|
239
|
+
fill="white"
|
|
240
|
+
/>
|
|
241
|
+
<path
|
|
242
|
+
d="M-2.18766 0.385832L-2.27309 0.67296H-2.54928L-2.32576 0.850462L-2.41118 1.13773L-2.18766 0.960088L-1.96413 1.13773L-2.04956 0.850462L-1.82604 0.67296H-2.10223L-2.18766 0.385832Z"
|
|
243
|
+
fill="white"
|
|
244
|
+
/>
|
|
245
|
+
<path
|
|
246
|
+
d="M-0.562553 0.385832L-0.647981 0.67296H-0.924174L-0.700791 0.850462L-0.786077 1.13773L-0.562553 0.960088L-0.33917 1.13773L-0.357103 1.0769L-0.424456 0.850462L-0.201073 0.67296H-0.477266L-0.562553 0.385832Z"
|
|
247
|
+
fill="white"
|
|
248
|
+
/>
|
|
249
|
+
<path
|
|
250
|
+
d="M1.06241 0.385832L0.977125 0.67296H0.70079L0.924315 0.850462L0.839029 1.13773L1.06241 0.960088L1.28594 1.13773L1.20051 0.850462L1.42403 0.67296H1.14784L1.06241 0.385832Z"
|
|
251
|
+
fill="white"
|
|
252
|
+
/>
|
|
253
|
+
<path
|
|
254
|
+
d="M2.68752 0.385832L2.60209 0.67296H2.3259L2.54942 0.850462L2.46399 1.13773L2.68752 0.960088L2.91104 1.13773L2.82561 0.850462L3.04914 0.67296H2.7728L2.68752 0.385832Z"
|
|
255
|
+
fill="white"
|
|
256
|
+
/>
|
|
257
|
+
<path
|
|
258
|
+
d="M4.31262 0.385832L4.2272 0.67296H3.951L4.17439 0.850462L4.0891 1.13773L4.31262 0.960088L4.53601 1.13773L4.51807 1.0769L4.45072 0.850462L4.67424 0.67296H4.39791L4.31262 0.385832Z"
|
|
259
|
+
fill="white"
|
|
260
|
+
/>
|
|
261
|
+
<path
|
|
262
|
+
d="M5.93759 0.385832L5.8523 0.67296H5.57597L5.79949 0.850462L5.7142 1.13773L5.93759 0.960088L6.16111 1.13773L6.07583 0.850462L6.29935 0.67296H6.02302L5.93759 0.385832Z"
|
|
263
|
+
fill="white"
|
|
264
|
+
/>
|
|
265
|
+
</svg>
|
|
266
|
+
</template>
|
|
267
|
+
|
|
268
|
+
<script setup lang="ts">
|
|
269
|
+
</script>
|