contentoh-components-library 21.0.60 → 21.0.63
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/.env.development +18 -5
- package/.env.production +16 -3
- package/CHANGELOG.md +31 -33
- package/dist/assets/images/generalButton/downloadIcon.svg +3 -0
- package/dist/assets/images/modalsSVGs/attributesSent.svg +208 -0
- package/dist/assets/images/modalsSVGs/descriptionSent.svg +237 -0
- package/dist/assets/images/modalsSVGs/providerSent.svg +445 -0
- package/dist/assets/images/modalsSVGs/uploadingImages.svg +148 -0
- package/dist/components/atoms/AsignationOption/index.js +9 -5
- package/dist/components/atoms/AsignationOption/styles.js +1 -1
- package/dist/components/{molecules/SignInLogin/SignInLogin.stories.js → atoms/CharCounter/CharCounter.stories.js} +10 -7
- package/dist/components/atoms/CharCounter/index.js +22 -0
- package/dist/components/{molecules/LogoLoading → atoms/CharCounter}/styles.js +3 -1
- package/dist/components/atoms/CheckBox/index.js +4 -2
- package/dist/components/atoms/Commentary/Commentary.stories.js +1 -0
- package/dist/components/atoms/Commentary/index.js +23 -0
- package/dist/components/{organisms/ChangePassword → atoms/Commentary}/styles.js +6 -1
- package/dist/components/atoms/GeneralButton/index.js +5 -0
- package/dist/components/atoms/GeneralButton/styles.js +4 -2
- package/dist/components/atoms/GeneralInput/index.js +72 -25
- package/dist/components/atoms/GeneralInput/styles.js +7 -1
- package/dist/components/atoms/GenericModal/index.js +4 -2
- package/dist/components/atoms/GenericModal/styles.js +1 -1
- package/dist/components/atoms/GradientPanel/styles.js +1 -1
- package/dist/components/atoms/Input/index.js +26 -0
- package/dist/components/atoms/Input/style.js +26 -0
- package/dist/components/{organisms/ChangePassword/ChangePassword.stories.js → atoms/InputFormatter/Wysiwyg.stories.js} +9 -7
- package/dist/components/atoms/InputFormatter/index.js +184 -0
- package/dist/components/atoms/InputFormatter/styles.js +33 -0
- package/dist/components/atoms/LabelToInput/index.js +53 -0
- package/dist/components/atoms/LabelToInput/style.js +22 -0
- package/dist/components/atoms/Loading/index.js +0 -1
- package/dist/components/atoms/LogoImage/index.js +0 -1
- package/dist/components/atoms/Percent/Percent.stories.js +39 -0
- package/dist/components/atoms/Percent/index.js +39 -0
- package/dist/components/atoms/Percent/styles.js +20 -0
- package/dist/components/atoms/PriorityFlag/index.js +1 -1
- package/dist/components/atoms/ProductImage/styles.js +1 -1
- package/dist/components/atoms/ProgressBar/index.js +2 -2
- package/dist/components/atoms/ProgressBar/styles.js +3 -5
- package/dist/components/atoms/ScreenHeader/index.js +1 -1
- package/dist/components/atoms/ScreenHeader/styles.js +1 -1
- package/dist/components/atoms/Select/index.js +39 -0
- package/dist/components/atoms/Select/style.js +32 -0
- package/dist/components/atoms/StatusTag/index.js +37 -2
- package/dist/components/atoms/StatusTag/styles.js +1 -1
- package/dist/components/atoms/ValidationPanel/index.js +4 -3
- package/dist/components/molecules/AvatarAndValidation/index.js +17 -7
- package/dist/components/molecules/AvatarAndValidation/styles.js +1 -1
- package/dist/components/molecules/CarouselImagesLogin/index.js +42 -40
- package/dist/components/molecules/FeaturesBar/index.js +1 -1
- package/dist/components/molecules/GalleryElement/index.js +80 -21
- package/dist/components/molecules/GalleryElement/styles.js +1 -1
- package/dist/components/molecules/GalleryHeader/index.js +28 -6
- package/dist/components/molecules/GalleryHeader/styles.js +1 -1
- package/dist/components/molecules/ImageSelector/index.js +2 -4
- package/dist/components/molecules/LoginPasswordStrength/index.js +6 -6
- package/dist/components/molecules/LoginPasswordStrength/styles.js +1 -1
- package/dist/components/molecules/ProductNameHeader/index.js +1 -2
- package/dist/components/molecules/RetailerSelector/RetailerSelector.stories.js +48 -0
- package/dist/components/molecules/RetailerSelector/index.js +74 -0
- package/dist/components/{atoms/MenuCommercialRetailers → molecules/RetailerSelector}/styles.js +1 -1
- package/dist/components/molecules/StatusAsignationInfo/index.js +46 -25
- package/dist/components/molecules/StatusAsignationInfo/styles.js +1 -1
- package/dist/components/molecules/TableHeader/index.js +12 -5
- package/dist/components/molecules/TableHeader/styles.js +1 -1
- package/dist/components/molecules/TagAndInput/index.js +24 -2
- package/dist/components/molecules/TextAndGradient/TextAndGradient.stories.js +31 -0
- package/dist/components/molecules/TextAndGradient/index.js +36 -0
- package/dist/components/molecules/TextAndGradient/styles.js +18 -0
- package/dist/components/organisms/FullProductNameHeader/index.js +32 -8
- package/dist/components/organisms/FullTabsMenu/index.js +18 -5
- package/dist/components/organisms/ImageDataTable/index.js +90 -14
- package/dist/components/organisms/InputGroup/index.js +34 -13
- package/dist/components/organisms/InputGroup/styles.js +1 -1
- package/dist/components/organisms/ProductImageModal/index.js +15 -11
- package/dist/components/organisms/ProductImageModal/styles.js +1 -1
- package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +91 -347
- package/dist/components/pages/RetailerProductEdition/index.js +1608 -60
- package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
- package/dist/global-files/data.js +212 -53
- package/dist/global-files/global-styles.css +1 -0
- package/dist/global-files/variables.js +1 -0
- package/dist/index.js +30 -277
- package/package.json +12 -14
- package/src/assets/images/generalButton/downloadIcon.svg +3 -0
- package/src/assets/images/modalsSVGs/attributesSent.svg +208 -0
- package/src/assets/images/modalsSVGs/descriptionSent.svg +237 -0
- package/src/assets/images/modalsSVGs/providerSent.svg +445 -0
- package/src/assets/images/modalsSVGs/uploadingImages.svg +148 -0
- package/src/components/atoms/AsignationOption/index.js +7 -5
- package/src/components/atoms/AsignationOption/styles.js +9 -1
- package/src/components/atoms/CharCounter/CharCounter.stories.js +11 -0
- package/src/components/atoms/CharCounter/index.js +13 -0
- package/src/components/atoms/CharCounter/styles.js +10 -0
- package/src/components/atoms/CheckBox/index.js +8 -2
- package/src/components/atoms/Commentary/Commentary.stories.js +0 -0
- package/src/components/atoms/Commentary/index.js +9 -0
- package/src/components/atoms/Commentary/styles.js +16 -0
- package/src/components/atoms/GeneralButton/index.js +9 -2
- package/src/components/atoms/GeneralButton/styles.js +23 -0
- package/src/components/atoms/GeneralInput/index.js +71 -23
- package/src/components/atoms/GeneralInput/styles.js +11 -1
- package/src/components/atoms/GenericModal/index.js +2 -2
- package/src/components/atoms/GenericModal/styles.js +10 -2
- package/src/components/atoms/GradientPanel/styles.js +0 -1
- package/src/components/atoms/Input/index.js +15 -0
- package/src/components/atoms/Input/style.js +31 -0
- package/src/components/atoms/InputFormatter/Wysiwyg.stories.js +12 -0
- package/src/components/atoms/InputFormatter/index.js +144 -0
- package/src/components/atoms/InputFormatter/styles.js +40 -0
- package/src/components/atoms/LabelToInput/index.js +26 -0
- package/src/components/atoms/LabelToInput/style.js +41 -0
- package/src/components/atoms/Loading/index.js +2 -3
- package/src/components/atoms/LogoImage/index.js +1 -1
- package/src/components/atoms/PriorityFlag/index.js +1 -1
- package/src/components/atoms/ProductImage/styles.js +1 -1
- package/src/components/atoms/ProgressBar/index.js +2 -2
- package/src/components/atoms/ProgressBar/styles.js +54 -3
- package/src/components/atoms/ScreenHeader/index.js +7 -3
- package/src/components/atoms/ScreenHeader/styles.js +9 -2
- package/src/components/atoms/Select/index.js +35 -0
- package/src/components/atoms/Select/style.js +76 -0
- package/src/components/atoms/StatusTag/index.js +30 -2
- package/src/components/atoms/StatusTag/styles.js +15 -3
- package/src/components/atoms/ValidationPanel/index.js +3 -3
- package/src/components/molecules/AvatarAndValidation/index.js +24 -6
- package/src/components/molecules/AvatarAndValidation/styles.js +1 -1
- package/src/components/molecules/CarouselImagesLogin/index.js +37 -34
- package/src/components/molecules/FeaturesBar/index.js +10 -7
- package/src/components/molecules/GalleryElement/index.js +75 -36
- package/src/components/molecules/GalleryElement/styles.js +38 -11
- package/src/components/molecules/GalleryHeader/index.js +14 -8
- package/src/components/molecules/GalleryHeader/styles.js +16 -0
- package/src/components/molecules/ImageSelector/index.js +2 -3
- package/src/components/molecules/LoginPasswordStrength/index.js +3 -8
- package/src/components/molecules/LoginPasswordStrength/styles.js +0 -3
- package/src/components/molecules/ProductNameHeader/index.js +1 -2
- package/src/components/molecules/RetailerSelector/RetailerSelector.stories.js +35 -0
- package/src/components/molecules/RetailerSelector/index.js +63 -0
- package/src/components/molecules/RetailerSelector/styles.js +18 -0
- package/src/components/molecules/StatusAsignationInfo/index.js +62 -38
- package/src/components/molecules/StatusAsignationInfo/styles.js +12 -2
- package/src/components/molecules/TableHeader/index.js +16 -3
- package/src/components/molecules/TableHeader/styles.js +5 -0
- package/src/components/molecules/TagAndInput/index.js +24 -2
- package/src/components/organisms/FullProductNameHeader/index.js +28 -7
- package/src/components/organisms/FullTabsMenu/index.js +15 -3
- package/src/components/organisms/ImageDataTable/index.js +89 -11
- package/src/components/organisms/InputGroup/index.js +46 -11
- package/src/components/organisms/InputGroup/styles.js +3 -0
- package/src/components/organisms/ProductImageModal/index.js +20 -12
- package/src/components/organisms/ProductImageModal/styles.js +3 -0
- package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +91 -343
- package/src/components/pages/RetailerProductEdition/index.js +1238 -48
- package/src/components/pages/RetailerProductEdition/styles.js +67 -4
- package/src/global-files/data.js +156 -57
- package/src/global-files/global-styles.css +1 -0
- package/src/global-files/variables.js +1 -0
- package/src/index.js +1 -20
- package/dist/assets/images/carouselImagesLogin/login2.svg +0 -117
- package/dist/assets/images/carouselImagesLogin/login3.svg +0 -147
- package/dist/assets/images/carouselImagesLogin/loginImage.svg +0 -301
- package/dist/assets/images/sliderToolTip/infoIcon.svg +0 -4
- package/dist/assets/images/sliderToolTip/slide1.svg +0 -5
- package/dist/assets/images/sliderToolTip/slide2.svg +0 -9
- package/dist/assets/images/sliderToolTip/slide3.svg +0 -9
- package/dist/assets/images/sliderToolTip/slide4.svg +0 -9
- package/dist/assets/images/sliderToolTip/slide5.svg +0 -40
- package/dist/components/atoms/ListCommercialRetailers/ListCommercialRetailers.stories.js +0 -36
- package/dist/components/atoms/ListCommercialRetailers/index.js +0 -64
- package/dist/components/atoms/ListCommercialRetailers/styles.js +0 -20
- package/dist/components/atoms/Loading/Loading.stories.js +0 -28
- package/dist/components/atoms/MenuCommercialRetailers/MenuCommercialRetailers.stories.js +0 -37
- package/dist/components/atoms/MenuCommercialRetailers/index.js +0 -25
- package/dist/components/atoms/MenuProductImage/MenuProductImage.stories.js +0 -28
- package/dist/components/atoms/MenuProductImage/index.js +0 -88
- package/dist/components/atoms/MenuProductImage/styles.js +0 -20
- package/dist/components/atoms/SliderToolTip/SliderToolTip.stories.js +0 -47
- package/dist/components/atoms/SliderToolTip/index.js +0 -200
- package/dist/components/atoms/SliderToolTip/styles.js +0 -24
- package/dist/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +0 -22
- package/dist/components/atoms/VerticalSideMenuMainPage/index.js +0 -49
- package/dist/components/atoms/VerticalSideMenuMainPage/styles.js +0 -18
- package/dist/components/molecules/ApproveRejetPanel/ApproveRejetPanel.stories.js +0 -25
- package/dist/components/molecules/ApproveRejetPanel/index.js +0 -49
- package/dist/components/molecules/ApproveRejetPanel/styles.js +0 -18
- package/dist/components/molecules/EmailResetPasswordLogin/EmailResetPasswordLogin.stories.js +0 -28
- package/dist/components/molecules/EmailResetPasswordLogin/index.js +0 -153
- package/dist/components/molecules/EmailResetPasswordLogin/styles.js +0 -20
- package/dist/components/molecules/LogoLoading/Loading.stories.js +0 -28
- package/dist/components/molecules/LogoLoading/index.js +0 -22
- package/dist/components/molecules/RegistrationFirstStep/RegistrationFirstStep.stories.js +0 -28
- package/dist/components/molecules/RegistrationFirstStep/index.js +0 -308
- package/dist/components/molecules/RegistrationFirstStep/styles.js +0 -20
- package/dist/components/molecules/RegistrationSecondStep/RegistrationSecondStep.stories.js +0 -28
- package/dist/components/molecules/RegistrationSecondStep/index.js +0 -169
- package/dist/components/molecules/RegistrationSecondStep/styles.js +0 -20
- package/dist/components/molecules/RegistrationThirdStep/RegistrationThirdStep.stories.js +0 -28
- package/dist/components/molecules/RegistrationThirdStep/index.js +0 -155
- package/dist/components/molecules/RegistrationThirdStep/styles.js +0 -20
- package/dist/components/molecules/SignInLogin/index.js +0 -295
- package/dist/components/molecules/SignInLogin/styles.js +0 -20
- package/dist/components/molecules/SignInLoginCreationApp/SignInLogin.stories.js +0 -28
- package/dist/components/molecules/SignInLoginCreationApp/index.js +0 -270
- package/dist/components/molecules/SignInLoginCreationApp/styles.js +0 -20
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/VerificationCodeResetPasswordLogin.stories.js +0 -28
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/index.js +0 -210
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/styles.js +0 -20
- package/dist/components/molecules/VerificationCodeResetPasswordLogin/utils.js +0 -69
- package/dist/components/organisms/ChangePassword/index.js +0 -123
- package/src/assets/images/sliderToolTip/infoIcon.svg +0 -4
- package/src/assets/images/sliderToolTip/slide1.svg +0 -5
- package/src/assets/images/sliderToolTip/slide2.svg +0 -9
- package/src/assets/images/sliderToolTip/slide3.svg +0 -9
- package/src/assets/images/sliderToolTip/slide4.svg +0 -9
- package/src/assets/images/sliderToolTip/slide5.svg +0 -40
- package/src/components/atoms/Loading/Loading.stories.js +0 -10
- package/src/components/atoms/SliderToolTip/SliderToolTip.stories.js +0 -23
- package/src/components/atoms/SliderToolTip/index.js +0 -182
- package/src/components/atoms/SliderToolTip/styles.js +0 -168
- package/src/components/molecules/EmailResetPasswordLogin/EmailResetPasswordLogin.stories.js +0 -11
- package/src/components/molecules/EmailResetPasswordLogin/index.js +0 -85
- package/src/components/molecules/EmailResetPasswordLogin/styles.js +0 -23
- package/src/components/molecules/LogoLoading/Loading.stories.js +0 -10
- package/src/components/molecules/LogoLoading/index.js +0 -12
- package/src/components/molecules/LogoLoading/styles.js +0 -16
- package/src/components/molecules/RegistrationFirstStep/RegistrationFirstStep.stories.js +0 -11
- package/src/components/molecules/RegistrationFirstStep/index.js +0 -227
- package/src/components/molecules/RegistrationFirstStep/styles.js +0 -87
- package/src/components/molecules/RegistrationSecondStep/RegistrationSecondStep.stories.js +0 -11
- package/src/components/molecules/RegistrationSecondStep/index.js +0 -130
- package/src/components/molecules/RegistrationSecondStep/styles.js +0 -59
- package/src/components/molecules/RegistrationThirdStep/RegistrationThirdStep.stories.js +0 -11
- package/src/components/molecules/RegistrationThirdStep/index.js +0 -130
- package/src/components/molecules/RegistrationThirdStep/styles.js +0 -44
- package/src/components/molecules/SignInLogin/SignInLogin.stories.js +0 -11
- package/src/components/molecules/SignInLogin/index.js +0 -210
- package/src/components/molecules/SignInLogin/styles.js +0 -79
- package/src/components/molecules/VerificationCodeResetPasswordLogin/VerificationCodeResetPasswordLogin.stories.js +0 -11
- package/src/components/molecules/VerificationCodeResetPasswordLogin/index.js +0 -170
- package/src/components/molecules/VerificationCodeResetPasswordLogin/styles.js +0 -51
- package/src/components/molecules/VerificationCodeResetPasswordLogin/utils.js +0 -54
- package/src/components/organisms/ChangePassword/ChangePassword.stories.js +0 -11
- package/src/components/organisms/ChangePassword/index.js +0 -76
- package/src/components/organisms/ChangePassword/styles.js +0 -13
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
<svg width="504" height="354" viewBox="0 0 504 354" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.3" d="M262.083 347.698C374.243 347.698 465.167 342.393 465.167 335.849C465.167 329.305 374.243 324 262.083 324C149.924 324 59 329.305 59 335.849C59 342.393 149.924 347.698 262.083 347.698Z" fill="#F5F5F5"/>
|
|
3
|
+
<g opacity="0.5">
|
|
4
|
+
<g opacity="0.5">
|
|
5
|
+
<g opacity="0.5">
|
|
6
|
+
<path opacity="0.5" d="M464.086 78.6431C463.981 78.6431 464.086 77.1751 463.457 74.7634C463.143 73.5051 462.619 72.1419 461.677 70.5691C460.734 68.9962 459.477 67.4233 457.592 66.0602C455.811 64.697 453.507 63.5436 450.994 63.1242C448.375 62.7047 445.547 62.8096 442.719 63.8582C441.358 64.3825 439.996 65.1165 438.739 65.9553C437.483 66.899 436.331 67.9476 435.388 69.3108C433.503 71.9322 432.351 75.1828 432.351 78.6431C432.351 81.9986 433.503 85.354 435.388 87.9755C436.331 89.2338 437.483 90.3872 438.739 91.3309C439.996 92.2746 441.358 93.0086 442.719 93.4281C445.443 94.4766 448.375 94.5815 450.994 94.1621C453.612 93.7426 455.811 92.5892 457.592 91.2261C459.372 89.8629 460.734 88.29 461.677 86.7172C462.619 85.1443 463.143 83.7811 463.457 82.5229C464.086 80.1111 463.981 78.6431 464.086 78.6431C464.086 78.6431 464.086 78.748 464.086 78.8528C464.086 79.0625 464.086 79.2723 464.086 79.5868C464.086 79.9014 464.086 80.3208 463.981 80.8451C463.876 81.3694 463.876 81.8937 463.667 82.5229C463.457 83.7811 462.829 85.2492 461.991 86.822C461.048 88.3949 459.791 90.0726 457.906 91.4358C456.126 92.7989 453.822 94.0572 451.098 94.4766C448.48 95.0009 445.443 94.8961 442.615 93.8475C441.148 93.3232 439.787 92.5892 438.53 91.6455C437.273 90.7018 436.016 89.5483 435.074 88.1852C433.084 85.5637 431.932 82.1034 431.932 78.5383C431.932 74.9731 433.084 71.6176 435.074 68.8913C436.016 67.5282 437.168 66.3748 438.53 65.431C439.787 64.4873 441.148 63.7533 442.615 63.229C445.443 62.1804 448.48 62.0756 451.098 62.5999C453.717 63.1242 456.021 64.2776 457.906 65.6407C459.687 67.0039 461.048 68.6816 461.991 70.2545C462.934 71.8274 463.457 73.2954 463.667 74.5537C463.876 75.1828 463.876 75.7071 463.981 76.2314C464.086 76.7557 464.086 77.1751 464.086 77.4897C464.086 77.8043 464.086 78.014 464.086 78.2237C464.086 78.5383 464.086 78.6431 464.086 78.6431Z" fill="#E0E0E0"/>
|
|
7
|
+
</g>
|
|
8
|
+
</g>
|
|
9
|
+
<g opacity="0.5">
|
|
10
|
+
<g opacity="0.5">
|
|
11
|
+
<path opacity="0.5" d="M485.452 105.381C485.347 105.486 479.692 101.816 472.884 97.2026C465.971 92.5888 460.525 88.7091 460.63 88.6042C460.734 88.4994 466.39 92.1694 473.198 96.7832C480.006 101.397 485.557 105.172 485.452 105.381Z" fill="#E0E0E0"/>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
<g opacity="0.5">
|
|
16
|
+
<g opacity="0.5">
|
|
17
|
+
<g opacity="0.5">
|
|
18
|
+
<path opacity="0.5" d="M293.375 244.739H228.858V328.101H293.375V244.739Z" fill="#EBEBEB"/>
|
|
19
|
+
</g>
|
|
20
|
+
<g opacity="0.5">
|
|
21
|
+
<path opacity="0.5" d="M272.114 244.738H207.596V328.1H272.114V244.738Z" fill="#F5F5F5"/>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
<g opacity="0.5">
|
|
25
|
+
<g opacity="0.5">
|
|
26
|
+
<path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M220.793 252.812V249.142H214.718V252.812C214.718 254.384 215.87 255.643 217.337 255.852V258.998H215.975C215.451 258.998 215.137 259.313 215.137 259.627H220.374C220.374 259.313 219.955 258.998 219.536 258.998H218.175V255.852C219.536 255.643 220.793 254.28 220.793 252.812Z" fill="#E0E0E0"/>
|
|
27
|
+
</g>
|
|
28
|
+
<g opacity="0.5">
|
|
29
|
+
<path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M232.419 252.497C231.895 250.61 230.219 249.142 228.125 249.142C226.03 249.142 224.354 250.61 223.83 252.497H227.706V258.159C227.706 258.579 227.287 258.998 226.868 258.998C226.449 258.998 226.03 258.684 226.03 258.159H225.192C225.192 259.103 225.925 259.732 226.868 259.732C227.81 259.732 228.543 258.998 228.543 258.159V252.497H232.419Z" fill="#E0E0E0"/>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
<g opacity="0.5">
|
|
33
|
+
<g opacity="0.5">
|
|
34
|
+
<path opacity="0.5" d="M293.585 284.584C293.585 284.689 274.208 284.793 250.329 284.793C226.449 284.793 207.073 284.689 207.073 284.584C207.073 284.479 226.449 284.374 250.329 284.374C274.208 284.374 293.585 284.479 293.585 284.584Z" fill="#E0E0E0"/>
|
|
35
|
+
</g>
|
|
36
|
+
</g>
|
|
37
|
+
<g opacity="0.5">
|
|
38
|
+
<g opacity="0.5">
|
|
39
|
+
<path opacity="0.5" d="M239.855 328.415C239.75 328.415 239.646 309.645 239.646 286.471C239.646 263.298 239.75 244.528 239.855 244.528C239.96 244.528 240.064 263.298 240.064 286.471C240.064 309.645 239.96 328.415 239.855 328.415Z" fill="#E0E0E0"/>
|
|
40
|
+
</g>
|
|
41
|
+
</g>
|
|
42
|
+
</g>
|
|
43
|
+
<path d="M371.038 105.382L373.552 96.5735C373.552 96.5735 374.494 93.0083 374.704 92.1695C375.018 91.016 374.18 90.7015 373.761 91.4355C373.552 91.75 371.667 95.3152 371.667 95.3152C371.667 95.3152 373.238 89.3383 373.342 89.1286C373.866 87.1363 372.609 87.346 372.295 88.08C371.876 88.814 369.677 94.6861 369.677 94.6861C371.771 87.0314 371.143 86.4023 370.619 86.1926C370.096 86.0877 368.21 93.1132 368.21 93.1132C368.21 93.1132 367.582 91.9598 366.43 91.1209C364.545 89.8626 361.507 91.1209 361.298 91.9597C361.193 92.7986 362.24 93.1132 362.24 93.1132C364.545 91.6452 366.954 93.4278 366.639 95.7346C366.325 97.9366 363.602 97.6221 363.288 96.0492C362.555 92.5889 361.403 93.7423 361.403 93.7423L362.555 101.397L361.298 105.172" fill="#AA8776"/>
|
|
44
|
+
<path d="M330.191 74.9721C333.019 74.2381 334.799 73.1895 334.799 72.0361C334.799 69.7292 327.258 67.8418 318.042 67.8418C308.72 67.8418 301.284 69.7292 301.284 72.0361C301.284 73.1895 303.064 74.1333 305.892 74.9721" fill="#D43594"/>
|
|
45
|
+
<g opacity="0.4">
|
|
46
|
+
<path opacity="0.4" d="M328.62 74.869C331.134 74.2398 332.809 73.2961 332.705 72.2475C332.495 69.5212 326.002 68.4727 317.832 68.4727C309.663 68.4727 302.96 70.1504 302.96 72.2475C302.96 73.1913 304.531 74.135 307.044 74.7641" fill="black"/>
|
|
47
|
+
</g>
|
|
48
|
+
<path d="M332.6 70.989C332.6 70.989 330.191 61.1324 329.982 60.6081C329.772 60.0838 326.944 55.7847 320.241 54.5264H314.69C314.69 54.5264 306.835 57.043 305.369 59.0353C303.902 60.9227 303.274 70.255 303.274 70.255L318.88 66.8996L329.458 69.521L332.6 70.989Z" fill="#D43594"/>
|
|
49
|
+
<path d="M318.356 53.373C318.565 53.373 320.765 53.373 320.765 53.373C320.765 53.373 321.603 54.107 321.708 55.8896C321.812 57.5674 322.231 69.5211 322.231 69.5211L315.319 69.2066L315.528 54.5265L313.119 55.0508L313.224 54.2119L313.852 53.4779L318.356 53.373Z" fill="#D43594"/>
|
|
50
|
+
<path d="M281.908 300.627L277.299 318.872L269.549 332.189C269.025 333.133 269.339 334.391 270.387 334.915C270.91 335.23 271.644 335.23 272.167 334.915C275.624 333.028 288.506 326.003 288.716 324.639C289.03 323.067 294.79 305.765 294.79 305.765L281.908 300.627Z" fill="#D43594"/>
|
|
51
|
+
<g opacity="0.6">
|
|
52
|
+
<path opacity="0.6" d="M270.282 334.915L288.925 323.38L288.716 324.114C288.506 324.744 288.087 325.373 287.563 325.792C285.992 326.841 281.803 329.567 272.062 334.915C271.539 335.229 270.91 335.229 270.282 334.915Z" fill="white"/>
|
|
53
|
+
</g>
|
|
54
|
+
<g opacity="0.6">
|
|
55
|
+
<g opacity="0.6">
|
|
56
|
+
<path opacity="0.6" d="M286.935 316.566C286.411 316.775 286.097 317.405 286.202 317.929C286.411 318.453 287.04 318.873 287.564 318.663C288.087 318.453 288.506 317.719 288.297 317.195C288.087 316.671 287.249 316.356 286.935 316.566Z" fill="white"/>
|
|
57
|
+
</g>
|
|
58
|
+
</g>
|
|
59
|
+
<path d="M276.671 328.205C276.566 328.205 276.357 327.156 275.519 326.317C274.576 325.478 273.529 325.478 273.529 325.373C273.529 325.373 273.843 325.269 274.262 325.269C274.681 325.373 275.309 325.583 275.833 326.003C276.357 326.422 276.671 327.051 276.776 327.471C276.776 327.89 276.671 328.205 276.671 328.205Z" fill="#263238"/>
|
|
60
|
+
<path d="M274.681 330.198C274.576 330.302 274.157 329.464 273.319 328.939C272.481 328.415 271.643 328.31 271.643 328.205C271.643 328.1 272.586 327.996 273.529 328.625C274.471 329.254 274.786 330.198 274.681 330.198Z" fill="#263238"/>
|
|
61
|
+
<path d="M279.918 325.688C279.813 325.793 279.185 324.64 277.928 323.696C276.671 322.752 275.414 322.438 275.414 322.333C275.414 322.228 276.776 322.333 278.137 323.381C279.499 324.325 280.022 325.688 279.918 325.688Z" fill="#263238"/>
|
|
62
|
+
<path d="M281.803 320.341C281.698 320.445 280.86 319.711 279.603 319.292C278.347 318.872 277.194 318.872 277.194 318.768C277.194 318.663 278.347 318.453 279.708 318.873C280.965 319.292 281.803 320.236 281.803 320.341Z" fill="#263238"/>
|
|
63
|
+
<path d="M283.269 314.993C283.165 315.098 282.327 314.154 280.965 313.839C279.604 313.525 278.451 313.944 278.451 313.734C278.451 313.734 278.661 313.525 279.185 313.42C279.708 313.315 280.337 313.21 281.07 313.42C281.803 313.63 282.431 313.944 282.746 314.259C283.165 314.678 283.269 314.993 283.269 314.993Z" fill="#263238"/>
|
|
64
|
+
<path d="M281.279 312.895C281.279 312.895 281.279 312.686 281.489 312.161C281.698 311.742 281.908 311.113 282.536 310.484C282.85 310.169 283.165 309.855 283.688 309.75C284.002 309.75 284.317 309.855 284.526 310.169C284.631 310.484 284.631 310.798 284.631 311.113C284.317 312.266 282.955 313.105 281.698 312.895C280.337 312.686 279.394 311.637 279.185 310.484C279.185 310.169 279.185 309.855 279.394 309.54C279.604 309.225 280.022 309.225 280.232 309.33C280.756 309.54 280.965 309.959 281.279 310.274C281.803 310.903 282.012 311.532 282.117 312.057C282.222 312.476 282.222 312.791 282.222 312.791C282.117 312.791 282.012 311.742 281.07 310.484C280.86 310.169 280.546 309.855 280.127 309.645C279.918 309.54 279.813 309.645 279.604 309.75C279.499 309.855 279.499 310.064 279.499 310.379C279.708 311.323 280.546 312.266 281.698 312.476C282.85 312.686 284.002 311.952 284.212 311.008C284.317 310.798 284.317 310.589 284.212 310.379C284.107 310.169 284.002 310.169 283.793 310.169C283.374 310.169 283.06 310.484 282.746 310.798C281.489 311.847 281.279 312.895 281.279 312.895Z" fill="#263238"/>
|
|
65
|
+
<path d="M330.82 305.87L329.772 320.445C329.772 320.445 344.226 326.317 344.226 329.044L315.947 328.1L316.575 305.346L330.82 305.87Z" fill="#D43594"/>
|
|
66
|
+
<path d="M321.079 318.872C320.555 318.977 320.137 319.606 320.241 320.13C320.346 320.655 320.974 321.074 321.498 320.969C322.022 320.864 322.545 320.13 322.336 319.606C322.127 319.082 321.393 318.662 320.87 318.872" fill="#E0E0E0"/>
|
|
67
|
+
<g opacity="0.6">
|
|
68
|
+
<path opacity="0.6" d="M316.052 328.099L316.157 325.792L343.179 327.575C343.179 327.575 344.435 328.204 344.226 329.043L316.052 328.099Z" fill="white"/>
|
|
69
|
+
</g>
|
|
70
|
+
<path d="M330.296 320.34C330.296 320.444 329.563 320.549 328.935 320.969C328.201 321.388 327.887 321.912 327.782 321.912C327.678 321.912 327.887 321.074 328.725 320.549C329.458 319.92 330.296 320.13 330.296 320.34Z" fill="#263238"/>
|
|
71
|
+
<path d="M333.229 321.598C333.229 321.703 332.6 321.913 332.181 322.542C331.658 323.066 331.553 323.696 331.448 323.696C331.343 323.696 331.239 322.857 331.867 322.228C332.391 321.494 333.229 321.494 333.229 321.598Z" fill="#263238"/>
|
|
72
|
+
<path d="M334.695 325.268C334.59 325.268 334.381 324.639 334.8 323.905C335.219 323.171 335.847 322.857 335.847 322.962C335.952 323.066 335.533 323.486 335.219 324.115C334.904 324.639 334.904 325.164 334.695 325.268Z" fill="#263238"/>
|
|
73
|
+
<path d="M330.087 316.985C329.982 317.089 329.353 316.88 328.62 316.88C327.887 316.88 327.259 317.089 327.154 316.985C327.049 316.88 327.678 316.355 328.62 316.355C329.563 316.355 330.191 316.88 330.087 316.985Z" fill="#263238"/>
|
|
74
|
+
<path d="M330.296 314.048C330.296 314.153 329.772 314.153 328.935 313.944C328.516 313.839 327.992 313.734 327.468 313.419C327.154 313.314 326.945 313.105 326.63 313C326.526 312.895 326.316 312.79 326.211 312.685C326.107 312.58 326.002 312.161 326.211 311.951C326.316 311.742 326.63 311.637 326.84 311.637C327.049 311.637 327.259 311.637 327.363 311.742C327.678 311.846 327.992 311.951 328.201 312.056C328.725 312.371 329.144 312.685 329.458 313C330.087 313.524 330.296 314.048 330.296 314.048C330.191 314.153 329.877 313.734 329.249 313.21C328.934 313 328.516 312.685 327.992 312.476C327.782 312.371 327.468 312.266 327.154 312.161C326.84 312.056 326.63 312.056 326.526 312.161C326.526 312.161 326.526 312.266 326.526 312.371C326.63 312.476 326.735 312.58 326.84 312.58C327.049 312.79 327.363 312.895 327.573 313C328.097 313.21 328.516 313.419 328.935 313.524C329.772 313.839 330.296 313.944 330.296 314.048Z" fill="#263238"/>
|
|
75
|
+
<path d="M330.086 314.153C330.086 314.153 329.772 313.629 329.772 312.79C329.772 312.371 329.877 311.847 329.982 311.217C330.086 310.903 330.191 310.693 330.401 310.379C330.61 310.064 330.82 309.749 331.343 309.645C331.657 309.645 331.867 309.854 331.972 310.064C332.076 310.274 332.076 310.379 332.076 310.588C332.076 310.903 332.076 311.217 332.076 311.532C331.972 312.161 331.657 312.581 331.448 313C330.82 313.734 330.296 313.839 330.296 313.839C330.296 313.734 330.715 313.524 331.239 312.79C331.448 312.476 331.657 311.951 331.762 311.427C331.762 311.217 331.762 310.903 331.762 310.588C331.762 310.274 331.657 310.064 331.553 310.064C331.448 310.064 331.134 310.274 331.029 310.483C330.924 310.693 330.715 311.008 330.61 311.217C330.401 311.742 330.296 312.161 330.296 312.581C329.982 313.629 330.191 314.153 330.086 314.153Z" fill="#263238"/>
|
|
76
|
+
<path d="M307.673 108.843L324.64 108.109C324.745 106.326 323.802 95.1062 323.802 95.1062C323.802 95.1062 330.191 94.0576 330.296 87.6613C330.4 81.2649 329.353 68.4723 329.353 68.4723L329.248 67.948C321.812 64.8023 313.224 64.4877 306.835 69.416L305.892 70.15L307.673 108.843Z" fill="#AA8776"/>
|
|
77
|
+
<path d="M323.802 95.0016C323.802 95.0016 319.717 95.3161 315.423 92.5898C315.423 92.5898 317.413 97.2036 323.802 96.6793V95.0016Z" fill="#996552"/>
|
|
78
|
+
<path d="M306.73 76.7555C306.625 76.7555 302.331 75.4972 302.436 79.7964C302.541 84.2004 306.94 83.1519 306.94 83.047C306.94 82.9421 306.73 76.7555 306.73 76.7555Z" fill="#AA8776"/>
|
|
79
|
+
<path d="M305.578 81.4753C305.578 81.4753 305.473 81.5802 305.369 81.5802C305.264 81.685 305.054 81.685 304.845 81.5802C304.426 81.4753 304.007 80.7413 303.902 79.9024C303.902 79.483 303.902 79.1684 304.112 78.749C304.216 78.4344 304.426 78.2247 304.635 78.1199C304.845 78.015 305.054 78.2247 305.054 78.3296C305.159 78.4344 305.054 78.5393 305.159 78.5393C305.159 78.5393 305.264 78.4344 305.159 78.3296C305.159 78.2247 305.054 78.1199 304.95 78.015C304.845 77.9102 304.635 77.9102 304.531 77.9102C304.216 77.9102 303.902 78.2247 303.797 78.6442C303.588 78.9587 303.588 79.3782 303.588 79.9024C303.693 80.7413 304.112 81.5802 304.74 81.7899C305.054 81.8947 305.264 81.7899 305.473 81.685C305.578 81.5802 305.578 81.4753 305.578 81.4753Z" fill="#996552"/>
|
|
80
|
+
<path d="M327.154 76.5459C327.154 77.0702 326.735 77.4896 326.316 77.4896C325.792 77.4896 325.373 77.175 325.373 76.6508C325.373 76.1265 325.792 75.707 326.211 75.707C326.735 75.707 327.154 76.0216 327.154 76.5459Z" fill="#263238"/>
|
|
81
|
+
<path d="M327.992 75.6019C327.887 75.7068 327.154 75.1825 326.211 75.1825C325.268 75.1825 324.535 75.7068 324.431 75.6019C324.326 75.4971 324.535 75.2873 324.85 75.0776C325.164 74.8679 325.687 74.6582 326.316 74.6582C326.944 74.6582 327.468 74.8679 327.782 75.0776C327.992 75.2873 328.096 75.4971 327.992 75.6019Z" fill="#263238"/>
|
|
82
|
+
<path d="M317.413 76.8623C317.413 77.3866 316.994 77.806 316.575 77.806C316.052 77.806 315.633 77.4914 315.633 76.9672C315.633 76.4429 316.052 76.0234 316.471 76.0234C316.994 76.0234 317.413 76.338 317.413 76.8623Z" fill="#263238"/>
|
|
83
|
+
<path d="M318.356 75.8119C318.251 75.9167 317.518 75.3925 316.575 75.3925C315.633 75.3925 314.9 75.9167 314.795 75.8119C314.795 75.707 314.9 75.4973 315.214 75.2876C315.528 75.0779 316.052 74.8682 316.68 74.8682C317.309 74.8682 317.832 75.0779 318.146 75.2876C318.251 75.4973 318.356 75.707 318.356 75.8119Z" fill="#263238"/>
|
|
84
|
+
<path d="M321.917 83.0471C321.917 82.9422 322.545 82.8374 323.488 82.7325C323.697 82.7325 324.012 82.6276 324.012 82.5228C324.116 82.3131 324.012 82.1033 323.802 81.7888C323.593 81.1596 323.279 80.5305 323.069 79.9013C322.022 77.175 321.289 74.973 321.393 74.8682C321.498 74.8682 322.441 76.9653 323.488 79.6916C323.697 80.3208 324.012 81.0548 324.221 81.5791C324.326 81.8936 324.431 82.2082 324.326 82.5228C324.221 82.7325 324.116 82.8374 323.907 82.9422C323.697 82.9422 323.593 82.9422 323.488 83.0471C322.545 83.1519 321.917 83.1519 321.917 83.0471Z" fill="#263238"/>
|
|
85
|
+
<path d="M318.984 83.7812C319.194 83.7812 319.194 84.8298 320.032 85.5638C320.974 86.2978 322.126 86.193 322.126 86.4027C322.126 86.5076 321.917 86.6124 321.393 86.6124C320.87 86.6124 320.241 86.5075 319.718 85.9833C319.194 85.5638 318.88 84.9347 318.88 84.4104C318.775 83.991 318.984 83.7812 318.984 83.7812Z" fill="#263238"/>
|
|
86
|
+
<path d="M318.565 71.9324C318.461 72.2469 317.518 72.0372 316.366 72.2469C315.214 72.3518 314.271 72.6664 314.166 72.4567C314.062 72.3518 314.271 72.0372 314.585 71.8275C315.004 71.6178 315.528 71.3032 316.261 71.1984C316.994 71.0935 317.623 71.1984 318.042 71.4081C318.461 71.6178 318.67 71.8275 318.565 71.9324Z" fill="#263238"/>
|
|
87
|
+
<path d="M327.677 72.7722C327.468 72.9819 326.839 72.7722 326.001 72.7722C325.163 72.7722 324.535 72.8771 324.326 72.6674C324.221 72.5625 324.326 72.3528 324.64 72.1431C324.954 71.9334 325.478 71.7236 326.001 71.7236C326.525 71.7236 327.049 71.9334 327.363 72.1431C327.677 72.3528 327.782 72.6674 327.677 72.7722Z" fill="#263238"/>
|
|
88
|
+
<path d="M336.894 169.765L334.066 314.889C334.066 315.832 333.228 316.671 332.286 316.671L315.423 316.566C314.481 316.566 313.643 315.727 313.643 314.784L316.261 189.793L294.267 313.735C293.952 315.308 292.591 316.461 291.02 316.357L276.88 315.832C274.995 315.727 273.529 314.05 273.843 312.162L296.047 169.136L336.894 169.765Z" fill="#263238"/>
|
|
89
|
+
<path d="M371.457 105.173L360.984 102.656L354.071 121.426L334.904 104.334C332.914 102.866 329.353 102.656 326.735 102.342C326.63 102.342 326.63 102.342 326.525 102.342C325.478 102.237 324.954 102.027 324.326 102.027C319.717 105.488 311.862 105.697 307.254 102.132C307.254 102.132 303.798 102.866 301.808 103.286C295.314 104.544 290.706 109.263 289.449 113.562L297.409 132.122L298.98 149.843L294.476 165.676C294.057 167.249 295.104 168.927 296.78 169.136L336.789 169.765L337.418 169.451C338.256 167.878 338.884 166.095 338.465 164.418C336.685 156.868 337.942 134.114 337.627 127.193C345.483 134.848 354.176 141.139 360.46 137.26C365.906 134.009 371.457 105.173 371.457 105.173Z" fill="#E0E0E0"/>
|
|
90
|
+
<path d="M305.997 72.6669C306.207 74.4494 306.102 76.232 306.311 78.0146C306.416 78.6438 306.625 79.3778 306.94 79.902C307.254 80.5312 307.778 81.0555 308.406 81.0555C309.139 81.1603 309.872 80.5312 310.291 79.902C310.605 79.168 310.71 78.434 310.71 77.5952C310.71 76.8612 310.71 76.0223 310.92 75.2883C311.234 74.4494 311.758 73.8203 312.281 72.9814C312.7 72.2474 313.014 71.3037 312.7 70.4648C310.187 70.4648 307.987 71.4086 305.997 72.6669Z" fill="#263238"/>
|
|
91
|
+
<path d="M329.563 71.8281L329.458 68.2629L318.984 65.1172L305.892 68.9969V72.8767C305.892 72.8767 316.575 67.3192 329.563 71.8281Z" fill="#4D5A64"/>
|
|
92
|
+
<path d="M328.83 67.4238L329.248 67.8432L333.019 70.255C333.019 70.255 325.792 68.2627 318.251 68.2627C310.71 68.3675 302.122 70.8841 302.122 70.8841L307.044 67.8432C308.615 66.1655 310.815 65.2218 313.119 65.1169L322.545 64.9072C324.954 65.0121 327.154 65.8509 328.83 67.4238Z" fill="#D43594"/>
|
|
93
|
+
<path d="M322.022 64.8027C321.917 64.8027 321.707 62.6007 321.498 59.7695C321.393 57.0432 321.288 54.7363 321.393 54.7363C321.498 54.7363 321.707 56.9383 321.917 59.7695C322.126 62.6007 322.231 64.8027 322.022 64.8027Z" fill="#263238"/>
|
|
94
|
+
<path d="M313.119 55.0507C313.119 55.0507 313.748 54.7361 314.9 54.5264C315.214 54.5264 315.633 54.8409 315.633 55.2604C315.633 55.5749 315.633 55.9944 315.633 56.309C315.633 57.043 315.633 57.8818 315.633 58.7207C315.633 60.3984 315.528 61.9713 315.528 63.1247C315.423 64.2781 315.423 64.9073 315.319 64.9073C315.214 64.9073 315.214 64.1733 315.214 63.1247C315.214 61.9713 315.214 60.5033 315.214 58.7207C315.214 57.8818 315.214 57.043 315.319 56.309C315.319 55.9944 315.319 55.5749 315.319 55.2604C315.319 55.0507 315.109 54.8409 314.9 54.8409C313.852 55.0507 313.119 55.1555 313.119 55.0507Z" fill="#263238"/>
|
|
95
|
+
<path d="M333.228 70.2552C333.228 70.2552 332.81 70.0455 331.972 69.8358C331.553 69.7309 331.029 69.5212 330.505 69.2066C329.982 68.892 329.353 68.5775 328.83 67.9483C328.306 67.3192 328.201 66.3755 327.677 65.7463C327.154 65.0123 326.106 65.0123 325.164 65.0123C323.174 64.9074 320.87 64.9074 318.565 65.0123C316.261 65.1172 313.957 65.222 311.967 65.3269C311.024 65.4317 309.977 65.5366 309.349 66.1657C309.034 66.4803 308.825 66.7949 308.511 67.2143C308.406 67.424 308.301 67.5289 308.197 67.7386L307.987 67.9483C307.882 68.0532 307.778 68.158 307.673 68.158C306.311 68.7872 305.159 69.3115 304.321 69.626C303.483 69.9406 303.064 70.1503 303.064 70.1503C303.064 70.1503 303.169 70.0455 303.379 69.9406C303.588 69.8358 303.902 69.626 304.217 69.5212C304.95 69.1018 306.102 68.6823 307.463 67.9483C307.568 67.8435 307.568 67.8435 307.673 67.8435L307.882 67.6337C307.987 67.424 308.092 67.3192 308.197 67.1095C308.406 66.7949 308.72 66.3755 309.034 66.0609C309.768 65.3269 310.815 65.1172 311.758 65.1172C313.748 64.9074 316.052 64.8026 318.356 64.6977C320.66 64.5929 322.964 64.6977 324.954 64.8026C325.478 64.8026 326.002 64.8026 326.421 64.9074C326.944 65.0123 327.363 65.222 327.677 65.6414C328.306 66.3755 328.411 67.3192 328.83 67.8435C329.248 68.4726 329.877 68.7872 330.401 69.1018C330.924 69.4163 331.448 69.5212 331.867 69.7309C332.286 69.9406 332.6 70.0455 332.809 70.1503C333.228 70.1503 333.333 70.2552 333.228 70.2552Z" fill="#263238"/>
|
|
96
|
+
<path d="M331.867 70.7788C331.867 70.7788 331.762 70.7788 331.553 70.674C331.343 70.5691 331.134 70.4642 330.82 70.2545C330.086 69.9399 329.039 69.6254 327.782 69.3108C325.059 68.7865 321.289 68.3671 317.099 68.7865C315.004 68.8914 313.014 68.9962 311.234 69.3108C309.453 69.5205 307.882 69.9399 306.521 70.2545C305.892 70.4642 305.264 70.5691 304.74 70.7788C304.217 70.9885 303.798 71.0934 303.588 71.408C303.064 71.9322 303.274 72.4565 303.169 72.4565C303.169 72.4565 303.064 72.3517 303.064 72.142C303.064 71.9322 303.169 71.6177 303.379 71.3031C303.693 70.9885 304.112 70.7788 304.635 70.5691C305.159 70.3594 305.788 70.1497 306.416 69.9399C307.778 69.6254 309.349 69.2059 311.129 68.8914C312.91 68.6816 314.9 68.5768 316.994 68.3671C321.184 67.9476 325.059 68.3671 327.677 68.9962C329.039 69.3108 330.086 69.7302 330.82 70.0448C331.134 70.2545 331.448 70.3594 331.553 70.5691C331.762 70.7788 331.867 70.7788 331.867 70.7788Z" fill="#263238"/>
|
|
97
|
+
<path d="M319.822 53.6875C319.822 53.6875 319.403 53.6875 318.88 53.7924C318.042 53.7924 317.308 53.7924 316.471 53.8972C315.528 53.8972 314.69 53.8972 314.166 54.0021C313.538 54.1069 313.433 54.5264 313.328 54.5264C313.328 54.5264 313.328 54.4215 313.433 54.3166C313.538 54.2118 313.747 54.0021 314.062 54.0021C314.69 53.8972 315.528 53.8972 316.471 53.8972C317.308 53.8972 318.042 53.8972 318.88 53.8972C319.403 53.6875 319.822 53.6875 319.822 53.6875Z" fill="#FAFAFA"/>
|
|
98
|
+
<path d="M320.974 65.2207C320.974 65.2207 320.765 65.2207 320.451 65.2207C320.032 65.2207 319.613 65.2207 319.089 65.3256C317.937 65.4304 316.366 65.4304 314.69 65.6401C313.852 65.745 313.014 65.745 312.281 65.8498C311.548 65.9547 310.815 65.9547 310.291 66.1644C309.768 66.3741 309.349 66.6887 309.244 66.8984C309.034 67.1081 309.034 67.3179 309.034 67.3179C309.034 67.3179 309.034 67.1081 309.139 66.7936C309.349 66.479 309.663 66.1644 310.187 65.9547C310.71 65.745 311.443 65.745 312.177 65.6401C312.91 65.5353 313.748 65.4304 314.585 65.4304C316.366 65.3256 317.937 65.2207 318.984 65.2207C319.508 65.2207 319.927 65.2207 320.346 65.2207C320.765 65.2207 320.974 65.2207 320.974 65.2207Z" fill="#FAFAFA"/>
|
|
99
|
+
<path d="M315.738 63.8579C315.738 63.8579 315.738 63.753 315.738 63.5433C315.738 63.2287 315.738 62.9141 315.842 62.5996C315.947 61.7607 315.947 60.6073 316.052 59.4538C316.052 58.1955 316.052 57.0421 316.052 56.3081C316.052 55.9935 316.052 55.679 316.052 55.3644C316.052 55.1547 316.052 55.0498 316.052 55.0498C316.052 55.0498 316.052 55.1547 316.052 55.3644C316.052 55.5741 316.052 55.8887 316.156 56.3081C316.156 57.147 316.261 58.3004 316.156 59.5587C316.156 60.817 316.052 61.9704 315.947 62.7044C315.947 63.1239 315.842 63.4384 315.842 63.6482C315.738 63.753 315.738 63.8579 315.738 63.8579Z" fill="#FAFAFA"/>
|
|
100
|
+
<path d="M307.882 68.2617C307.882 68.2617 307.778 68.3666 307.568 68.4714C307.254 68.5763 307.044 68.6811 306.73 68.8909C305.892 69.3103 304.95 69.6249 304.007 70.0443C303.483 70.254 302.96 70.4637 302.541 70.7783C302.122 70.988 301.808 71.4075 301.703 71.722C301.598 72.0366 301.598 72.3512 301.703 72.5609C301.808 72.7706 301.912 72.8755 301.808 72.8755C301.808 72.8755 301.703 72.7706 301.598 72.5609C301.493 72.3512 301.493 72.0366 301.598 71.6172C301.703 71.1977 302.017 70.8832 302.436 70.5686C302.855 70.254 303.379 70.0443 303.902 69.8346C304.95 69.4152 305.788 68.9957 306.73 68.6812C307.044 68.5763 307.254 68.4714 307.568 68.3666C307.778 68.3666 307.882 68.2617 307.882 68.2617Z" fill="#FAFAFA"/>
|
|
101
|
+
<path d="M305.997 103.181L306.94 96.7847L315.633 99.9304L318.042 104.334L319.613 99.511L324.431 97.9381L326.421 102.132L322.964 107.166L316.366 108.529L305.997 103.181Z" fill="#E0E0E0"/>
|
|
102
|
+
<path d="M318.251 105.277C318.251 105.277 318.146 105.172 317.937 104.962C317.728 104.752 317.413 104.438 317.099 104.123C316.471 103.389 315.633 102.131 315.004 100.453H315.319C314.69 101.921 314.062 103.704 313.329 105.591C313.014 106.43 312.595 107.269 312.281 108.108L312.176 108.422L311.967 108.213C310.187 106.535 308.72 104.962 307.568 103.913C307.044 103.389 306.625 102.97 306.311 102.655C305.997 102.341 305.892 102.131 305.892 102.131C305.892 102.131 306.102 102.236 306.416 102.55C306.73 102.865 307.254 103.284 307.778 103.704C308.93 104.752 310.501 106.22 312.281 107.898L311.967 108.003C312.281 107.164 312.595 106.325 313.014 105.486C313.748 103.599 314.481 101.921 315.109 100.453L315.319 100.034L315.423 100.453C316.052 102.026 316.785 103.284 317.413 104.123C317.832 104.857 318.251 105.277 318.251 105.277Z" fill="#263238"/>
|
|
103
|
+
<path d="M326.421 102.131C326.421 102.131 326.106 102.655 325.373 103.494C324.64 104.333 323.593 105.487 322.022 106.43L321.812 106.535L321.707 106.326C321.393 105.592 321.079 104.753 320.765 103.809C320.241 102.551 319.717 101.292 319.403 100.139H319.717C319.403 101.607 319.089 102.76 318.88 103.599C318.67 104.438 318.565 104.962 318.461 104.962C318.461 104.962 318.461 104.438 318.67 103.599C318.879 102.76 319.089 101.502 319.403 100.139L319.508 99.5098L319.717 100.139C320.136 101.187 320.66 102.446 321.184 103.809C321.498 104.648 321.812 105.487 322.126 106.326L321.812 106.221C323.278 105.277 324.431 104.228 325.164 103.494C326.002 102.655 326.421 102.131 326.421 102.131Z" fill="#263238"/>
|
|
104
|
+
<path d="M321.393 170.708C321.393 170.708 321.393 170.499 321.393 170.079C321.393 169.66 321.498 168.926 321.603 168.192C321.707 167.353 321.812 166.304 321.812 165.151C321.812 164.522 321.917 163.893 321.917 163.264C321.917 162.634 322.022 161.9 322.022 161.166C322.126 158.23 322.126 154.665 322.126 150.681C322.022 146.696 321.812 142.397 321.498 137.888C320.87 128.765 319.927 120.586 319.298 114.714C318.984 111.778 318.67 109.367 318.461 107.689C318.356 106.85 318.356 106.221 318.251 105.802C318.251 105.382 318.146 105.172 318.251 105.172C318.251 105.172 318.356 105.382 318.356 105.802C318.461 106.221 318.565 106.955 318.67 107.689C318.88 109.367 319.194 111.778 319.613 114.714C320.346 120.586 321.288 128.87 321.917 137.888C322.231 142.397 322.441 146.801 322.545 150.681C322.65 154.665 322.545 158.23 322.441 161.166C322.441 161.9 322.336 162.634 322.336 163.264C322.231 163.893 322.231 164.522 322.126 165.151C322.022 166.304 321.917 167.353 321.812 168.192C321.707 169.031 321.603 169.66 321.498 170.079C321.498 170.394 321.393 170.708 321.393 170.708Z" fill="#263238"/>
|
|
105
|
+
<path d="M314.376 102.866L316.366 103.914L316.052 107.27L312.91 106.641L314.376 102.866Z" fill="#D43594"/>
|
|
106
|
+
<g opacity="0.4">
|
|
107
|
+
<path opacity="0.4" d="M314.376 102.865L316.366 103.913L316.052 107.269L312.91 106.64L314.376 102.865Z" fill="black"/>
|
|
108
|
+
</g>
|
|
109
|
+
<path d="M318.984 103.704L320.451 102.446L321.812 105.906L319.822 106.85L318.984 103.704Z" fill="#D43594"/>
|
|
110
|
+
<path d="M316.785 108.107L315.842 147.639L322.545 154.245L325.687 145.437L319.299 107.897L316.785 108.107Z" fill="#D43594"/>
|
|
111
|
+
<path d="M316.785 102.76C317.204 102.655 317.832 102.551 318.356 102.446C318.88 102.341 319.299 102.551 319.508 102.97L320.346 104.543C320.451 104.753 320.556 105.067 320.451 105.277L320.137 107.059C320.032 107.479 319.718 107.793 319.299 107.898L317.413 108.318C316.89 108.423 316.471 108.213 316.261 107.689L315.319 105.801C315.214 105.487 315.109 105.172 315.319 104.857L315.947 103.389C316.052 102.97 316.366 102.76 316.785 102.76Z" fill="#D43594"/>
|
|
112
|
+
<path d="M319.613 103.18C319.613 103.18 319.403 103.39 319.089 103.809C318.775 104.229 318.251 104.648 317.832 105.277C317.309 105.801 316.89 106.326 316.471 106.745C316.052 107.165 315.947 107.269 315.842 107.269C315.842 107.269 316.052 107.06 316.366 106.64C316.68 106.221 317.204 105.801 317.623 105.172C318.146 104.648 318.565 104.124 318.984 103.704C319.299 103.285 319.508 103.075 319.613 103.18Z" fill="#263238"/>
|
|
113
|
+
<path d="M317.623 104.963C317.623 104.963 317.204 104.648 316.68 104.229C316.156 103.81 315.842 103.39 315.842 103.39C315.842 103.39 316.261 103.705 316.785 104.124C317.309 104.544 317.623 104.963 317.623 104.963Z" fill="#263238"/>
|
|
114
|
+
<path d="M319.822 107.479C319.822 107.479 320.032 106.43 320.346 105.172C320.451 104.543 320.032 104.018 319.822 103.704C319.613 103.284 319.613 103.075 319.613 103.075C319.613 103.075 319.718 103.284 319.927 103.704C320.032 103.914 320.137 104.123 320.346 104.333C320.451 104.543 320.556 104.962 320.451 105.277C320.346 105.906 320.137 106.43 320.032 106.85C319.927 107.269 319.822 107.479 319.822 107.479Z" fill="#263238"/>
|
|
115
|
+
<g opacity="0.3">
|
|
116
|
+
<g opacity="0.3">
|
|
117
|
+
<path opacity="0.3" d="M297.409 157.706C299.084 159.384 301.703 160.118 304.007 159.594C305.683 159.279 307.254 158.335 308.93 158.44C310.815 158.545 312.281 159.908 313.957 160.642C317.099 162.11 320.765 161.586 324.116 160.747C325.687 160.328 327.258 159.803 328.201 158.545C328.934 157.601 329.248 156.343 329.458 155.085C329.877 152.883 329.982 150.576 329.982 148.269C329.982 146.801 329.772 145.333 328.934 144.179C328.201 143.236 327.049 142.816 325.897 142.607C324.745 142.502 323.593 142.607 322.441 142.816C313.329 144.284 304.635 148.059 297.199 153.617" fill="black"/>
|
|
118
|
+
</g>
|
|
119
|
+
</g>
|
|
120
|
+
<path d="M313.643 150.156C313.643 150.156 292.486 159.698 290.287 160.118C283.165 161.691 274.995 154.875 277.195 147.22C278.033 144.389 289.449 112.617 289.449 112.617L300.341 127.612L295.733 143.026L307.778 142.187L313.643 150.156Z" fill="#E0E0E0"/>
|
|
121
|
+
<path d="M306.835 142.292C306.835 142.292 306.521 142.397 305.997 142.397C305.369 142.397 304.635 142.502 303.693 142.606C301.703 142.711 298.98 142.921 295.838 143.131H295.523L295.628 142.921C295.838 142.187 296.047 141.348 296.361 140.509C297.409 136.944 298.456 133.694 299.189 131.387C299.503 130.233 299.818 129.29 300.027 128.66C300.237 128.031 300.341 127.612 300.446 127.612C300.446 127.612 300.341 128.031 300.237 128.66C300.027 129.394 299.818 130.338 299.503 131.492C298.875 133.903 297.932 137.154 296.78 140.719C296.571 141.558 296.257 142.292 296.047 143.131L295.838 142.921C298.98 142.711 301.703 142.606 303.693 142.502C304.635 142.502 305.369 142.397 305.997 142.397C306.521 142.292 306.835 142.292 306.835 142.292Z" fill="#263238"/>
|
|
122
|
+
<path d="M311.339 151.415C311.339 151.519 306.73 153.512 300.97 155.923C295.209 158.335 290.496 160.118 290.391 160.118C290.391 160.013 295 158.021 300.76 155.609C306.521 153.092 311.234 151.31 311.339 151.415Z" fill="#263238"/>
|
|
123
|
+
<path d="M308.72 141.559L307.045 133.38C306.94 132.751 307.359 132.122 308.092 132.122L329.144 132.226C329.772 132.226 330.296 132.751 330.191 133.38L327.992 152.045C327.887 152.779 327.259 153.303 326.526 153.303L312.805 153.198C312.177 153.198 311.548 152.779 311.444 152.149L308.72 141.559Z" fill="#4D5A64"/>
|
|
124
|
+
<path d="M306.94 137.26C307.882 137.26 308.72 137.784 309.035 138.623C309.349 139.567 309.872 140.615 310.396 140.93C311.443 141.454 313.224 141.978 314.167 141.454C315.109 141.035 318.88 137.574 319.508 137.994C320.137 138.413 320.765 139.252 320.032 139.986C319.403 140.72 315.842 143.027 316.576 143.761C317.204 144.495 324.535 141.244 325.688 141.454C326.84 141.769 327.468 142.398 326.84 142.922C326.211 143.342 321.184 145.229 320.87 145.963C320.87 145.963 328.411 143.971 328.725 144.495C329.039 144.914 329.458 145.753 328.725 145.963C327.992 146.278 321.498 147.955 320.87 148.27C320.346 148.584 318.356 149.109 317.937 149.109C317.728 149.109 316.261 149.633 314.9 150.052C313.329 150.577 311.758 150.577 310.187 149.948L309.453 149.633C308.301 149.109 307.568 147.955 307.568 146.697L307.673 144.18L306.835 142.083L306.94 137.26Z" fill="#AA8776"/>
|
|
125
|
+
<path d="M319.508 135.373C319.508 135.792 319.194 136.107 318.775 136.107C318.356 136.107 318.042 135.792 318.042 135.373C318.042 134.953 318.356 134.639 318.775 134.639C319.194 134.534 319.508 134.953 319.508 135.373Z" fill="#FAFAFA"/>
|
|
126
|
+
<path d="M333.752 122.369H325.164V125.2H333.752V122.369Z" fill="#263238"/>
|
|
127
|
+
<path d="M304.531 174.484L295.419 174.274L295.838 171.443L304.845 171.757L304.531 174.484Z" fill="#4D5A64"/>
|
|
128
|
+
<path d="M329.982 174.378L306.94 174.273L307.254 171.652L329.982 171.757V174.378Z" fill="#4D5A64"/>
|
|
129
|
+
<path d="M316.156 171.547V174.588C316.156 175.112 316.471 175.532 316.89 175.532H323.174C323.593 175.532 323.907 175.112 323.907 174.588V171.547C323.907 171.023 323.593 170.604 323.174 170.604H316.89C316.471 170.604 316.156 171.023 316.156 171.547ZM322.964 174.378H317.099V171.757H322.964V174.378Z" fill="#FAFAFA"/>
|
|
130
|
+
<path d="M331.972 171.757V174.378L336.79 174.483L336.894 171.652L331.972 171.757Z" fill="#4D5A64"/>
|
|
131
|
+
<path d="M283.793 308.702C283.793 308.702 283.793 308.597 283.793 308.388C283.793 308.178 283.898 307.863 283.898 307.339C284.002 306.395 284.212 305.137 284.526 303.459C285.05 300.104 285.888 295.28 286.83 289.408C288.82 277.455 291.543 261.097 294.581 242.956C297.618 224.816 300.237 208.353 302.122 196.504C303.064 190.528 303.798 185.704 304.321 182.453C304.531 180.776 304.74 179.517 304.95 178.574C305.054 178.154 305.054 177.84 305.159 177.63C305.159 177.42 305.264 177.315 305.264 177.315C305.264 177.315 305.264 177.42 305.264 177.63C305.264 177.84 305.159 178.154 305.159 178.679C305.054 179.622 304.845 180.881 304.635 182.558C304.217 185.914 303.483 190.737 302.541 196.714C300.76 208.668 298.142 225.026 295.104 243.271C292.067 261.411 289.344 277.874 287.249 289.723C286.202 295.595 285.364 300.419 284.736 303.774C284.421 305.452 284.212 306.71 284.002 307.549C283.898 307.968 283.898 308.283 283.793 308.493C283.793 308.597 283.793 308.702 283.793 308.702Z" fill="#4D5A64"/>
|
|
132
|
+
<path d="M327.049 309.227C326.944 309.227 327.154 279.657 327.468 243.271C327.782 206.885 328.201 177.315 328.306 177.315C328.411 177.315 328.201 206.885 327.887 243.271C327.468 279.657 327.154 309.227 327.049 309.227Z" fill="#4D5A64"/>
|
|
133
|
+
<path d="M334.59 309.75C334.59 309.855 329.982 309.959 324.326 309.959C318.67 309.959 314.062 309.855 314.062 309.75C314.062 309.645 318.67 309.54 324.326 309.54C329.982 309.54 334.59 309.645 334.59 309.75Z" fill="#4D5A64"/>
|
|
134
|
+
<path d="M295.314 308.911C295.314 308.911 295 309.016 294.476 309.016C293.848 309.016 293.115 309.016 292.277 309.121C290.287 309.121 287.668 309.226 284.84 309.33C281.908 309.435 279.289 309.435 277.404 309.435C276.462 309.435 275.728 309.435 275.205 309.435C274.681 309.435 274.367 309.435 274.367 309.33C274.367 309.33 274.681 309.226 275.205 309.226C275.833 309.226 276.566 309.226 277.404 309.121C279.394 309.121 282.013 309.016 284.84 308.911C287.773 308.806 290.391 308.806 292.277 308.806C293.219 308.806 293.953 308.806 294.476 308.806C295 308.911 295.314 308.911 295.314 308.911Z" fill="#4D5A64"/>
|
|
135
|
+
<path d="M473.757 128.662C473.652 128.662 473.547 126.984 473.547 124.887C473.547 122.79 473.652 121.112 473.757 121.112C473.861 121.112 473.966 122.79 473.966 124.887C473.966 126.984 473.861 128.662 473.757 128.662Z" fill="#263238"/>
|
|
136
|
+
<path d="M476.48 129.186C476.375 129.186 475.537 127.508 474.804 125.306C474.071 123.104 473.652 121.217 473.757 121.112C473.862 121.112 474.385 122.894 475.223 125.096C475.852 127.298 476.585 129.081 476.48 129.186Z" fill="#263238"/>
|
|
137
|
+
<path d="M223.643 135.209H181.478C172.27 135.209 165 127.931 165 118.711V76.4974C165 67.2783 172.27 60 181.478 60H223.643C232.852 60 240.122 67.2783 240.122 76.4974V118.711C240.122 127.931 232.852 135.209 223.643 135.209Z" fill="#D43594"/>
|
|
138
|
+
<path d="M197.956 108.515C197.472 108.515 196.987 108.515 196.502 108.03L185.84 95.8994C185.355 94.929 185.355 93.9586 185.84 93.4733C186.809 92.9881 187.779 92.9881 188.263 93.4733L197.472 104.148L221.704 79.402C222.189 78.9168 223.643 78.9168 224.128 79.402C224.612 79.8872 224.612 81.3429 224.128 81.8281L198.441 108.03C198.926 108.515 198.441 108.515 197.956 108.515Z" fill="white"/>
|
|
139
|
+
<path d="M176.49 243.06C175.757 241.907 174.814 241.487 173.662 240.753C172.51 240.019 171.462 238.971 171.148 237.712C170.834 236.454 171.672 234.776 173.033 234.671C174.395 234.671 175.233 236.035 175.861 237.188C176.909 239.285 178.375 241.802 179.422 244.004" fill="#D43594"/>
|
|
140
|
+
<g opacity="0.4">
|
|
141
|
+
<g opacity="0.4">
|
|
142
|
+
<path opacity="0.4" d="M176.49 243.06C175.757 241.907 174.814 241.487 173.662 240.753C172.51 240.019 171.462 238.971 171.148 237.712C170.834 236.454 171.672 234.776 173.033 234.671C174.395 234.671 175.233 236.035 175.861 237.188C176.909 239.285 178.375 241.802 179.422 244.004" fill="black"/>
|
|
143
|
+
</g>
|
|
144
|
+
</g>
|
|
145
|
+
<path d="M172.405 242.011C168.739 241.067 164.55 240.543 160.884 241.382C159.104 241.801 157.114 242.955 157.009 244.737C156.904 245.995 157.742 247.149 158.685 247.883C161.198 249.666 164.655 249.036 167.482 247.778C170.31 246.52 173.348 244.213 175.861 242.85" fill="#D43594"/>
|
|
146
|
+
<g opacity="0.4">
|
|
147
|
+
<g opacity="0.4">
|
|
148
|
+
<path opacity="0.4" d="M172.405 242.011C168.739 241.067 164.55 240.543 160.884 241.382C159.104 241.801 157.114 242.955 157.009 244.737C156.904 245.995 157.742 247.149 158.685 247.883C161.198 249.666 164.655 249.036 167.482 247.778C170.31 246.52 173.348 244.213 175.861 242.85" fill="black"/>
|
|
149
|
+
</g>
|
|
150
|
+
</g>
|
|
151
|
+
<path d="M186.963 247.254C183.402 247.044 179.737 247.569 176.385 248.932C174.919 249.456 173.348 250.295 172.405 251.658C171.044 253.755 171.672 256.691 173.557 258.264C175.442 259.837 178.166 260.152 180.47 259.418C182.774 258.684 184.764 257.006 186.23 255.014C187.697 253.021 189.058 251.344 190.21 249.142" fill="#D43594"/>
|
|
152
|
+
<g opacity="0.4">
|
|
153
|
+
<g opacity="0.4">
|
|
154
|
+
<path opacity="0.4" d="M186.963 247.254C183.402 247.044 179.737 247.569 176.385 248.932C174.919 249.456 173.348 250.295 172.405 251.658C171.044 253.755 171.672 256.691 173.557 258.264C175.442 259.837 178.166 260.152 180.47 259.418C182.774 258.684 184.764 257.006 186.23 255.014C187.697 253.021 189.058 251.344 190.21 249.142" fill="black"/>
|
|
155
|
+
</g>
|
|
156
|
+
</g>
|
|
157
|
+
<path d="M196.704 253.861C195.342 251.973 194.295 249.876 193.876 247.569C193.771 246.94 193.667 246.206 193.771 245.577C193.876 244.948 194.295 244.214 194.923 244.004C195.657 243.689 196.599 244.004 197.123 244.528C197.751 245.053 198.065 245.787 198.38 246.625C200.16 250.715 200.893 255.329 201.836 259.733" fill="#D43594"/>
|
|
158
|
+
<g opacity="0.4">
|
|
159
|
+
<g opacity="0.4">
|
|
160
|
+
<path opacity="0.4" d="M196.704 253.861C195.342 251.973 194.295 249.876 193.876 247.569C193.771 246.94 193.667 246.206 193.771 245.577C193.876 244.948 194.295 244.214 194.923 244.004C195.657 243.689 196.599 244.004 197.123 244.528C197.751 245.053 198.065 245.787 198.38 246.625C200.16 250.715 200.893 255.329 201.836 259.733" fill="black"/>
|
|
161
|
+
</g>
|
|
162
|
+
</g>
|
|
163
|
+
<path d="M199.322 257.215C194.609 256.376 189.582 257.844 186.021 260.99C184.973 261.829 184.031 262.877 183.612 264.241C183.193 265.499 183.298 267.072 184.136 268.12C185.288 269.483 187.278 269.588 188.953 269.064C190.943 268.435 192.514 267.072 194.085 265.604C196.494 263.402 198.903 261.305 201.417 259.103" fill="#D43594"/>
|
|
164
|
+
<g opacity="0.4">
|
|
165
|
+
<g opacity="0.4">
|
|
166
|
+
<path opacity="0.4" d="M199.322 257.215C194.609 256.376 189.582 257.844 186.021 260.99C184.973 261.829 184.031 262.877 183.612 264.241C183.193 265.499 183.298 267.072 184.136 268.12C185.288 269.483 187.278 269.588 188.953 269.064C190.943 268.435 192.514 267.072 194.085 265.604C196.494 263.402 198.903 261.305 201.417 259.103" fill="black"/>
|
|
167
|
+
</g>
|
|
168
|
+
</g>
|
|
169
|
+
<path d="M199.532 238.236C200.16 232.364 203.407 226.912 208.225 223.556C209.691 222.508 211.367 221.669 213.147 221.459C214.928 221.25 216.918 221.879 217.965 223.347C219.327 225.129 219.013 227.646 217.965 229.743C216.394 232.994 213.357 235.405 210.005 236.768C206.654 238.132 202.988 238.656 199.427 238.866" fill="#D43594"/>
|
|
170
|
+
<path d="M195.97 225.339C196.599 221.669 198.484 218.314 200.788 215.273C201.521 214.329 202.255 213.385 203.302 212.756C204.245 212.127 205.501 211.708 206.654 211.917C208.225 212.232 209.481 213.805 209.691 215.483C209.9 217.16 209.167 218.733 208.12 219.991C207.072 221.25 205.606 222.193 204.14 222.927C201.626 224.186 198.903 225.129 196.18 225.654" fill="#D43594"/>
|
|
171
|
+
<path d="M194.295 213.91C194.295 209.087 196.285 203.739 199.951 200.593C200.579 200.069 201.522 199.545 202.255 199.964C202.674 200.174 202.883 200.593 202.988 201.117C204.035 203.949 203.616 207.304 201.941 209.716C200.16 212.232 197.228 213.805 194.295 213.91Z" fill="#D43594"/>
|
|
172
|
+
<path d="M193.981 209.296C193.876 205.206 191.677 201.641 189.163 198.39C188.534 197.656 187.801 196.922 186.859 196.922C185.602 197.027 184.869 198.495 184.659 199.754C184.45 202.165 185.288 204.787 186.963 206.569C188.639 208.457 191.467 209.296 193.981 209.296Z" fill="#D43594"/>
|
|
173
|
+
<path d="M194.923 197.971C192.829 194.51 192.41 188.848 194.504 185.388C195.133 184.234 196.075 183.186 197.228 182.557C198.38 181.927 199.846 181.718 200.998 182.137C203.093 182.976 204.035 185.597 203.512 187.799C202.988 190.001 201.417 191.784 199.846 193.252C198.065 194.825 196.18 196.188 194.923 197.971Z" fill="#D43594"/>
|
|
174
|
+
<path d="M195.238 221.459C193.981 219.676 192.619 217.789 190.943 216.321C189.268 214.853 187.278 213.699 185.078 213.385C182.879 213.07 180.47 213.699 178.899 215.272C177.328 216.845 176.804 219.467 177.956 221.459C178.794 222.927 180.47 223.871 182.041 224.395C186.335 225.968 191.153 225.863 195.447 224.29" fill="#D43594"/>
|
|
175
|
+
<path d="M198.903 236.243C197.228 234.041 195.028 232.154 192.41 231.21C189.791 230.267 186.754 230.267 184.24 231.525C182.984 232.154 181.831 233.203 181.831 234.566C181.831 235.929 183.088 236.977 184.345 237.711C188.849 240.228 194.4 240.438 199.113 238.341" fill="#D43594"/>
|
|
176
|
+
<path d="M205.397 257.32C204.664 253.86 205.188 250.505 207.073 247.464C208.853 244.423 211.891 242.116 215.138 240.858C216.394 240.438 217.756 240.124 219.117 240.333C220.479 240.543 221.736 241.277 222.364 242.535C223.412 244.633 222.05 247.149 220.06 248.512C218.175 249.771 215.975 251.029 213.776 251.763C210.32 252.916 207.282 256.796 205.921 259.522" fill="#D43594"/>
|
|
177
|
+
<path d="M209.272 272.84C209.167 268.331 210.32 264.347 212.728 260.467C213.985 258.475 215.556 256.587 217.756 255.644C219.955 254.7 222.678 254.91 224.354 256.587C226.449 258.789 225.82 262.564 223.935 264.871C222.05 267.178 219.117 268.436 216.394 269.695C213.671 270.953 211.472 272.421 209.796 274.937" fill="#D43594"/>
|
|
178
|
+
<path d="M211.576 285.633C212.624 281.753 213.88 277.874 216.185 274.728C218.594 271.582 222.364 269.171 226.344 269.59C228.229 269.8 230.219 270.743 230.952 272.421C231.895 274.518 230.638 277.035 229.172 278.817C226.973 281.229 224.145 283.117 221.003 283.955C219.222 284.48 217.442 284.689 215.661 285.319C213.985 285.948 212.309 287.101 211.681 288.884" fill="#D43594"/>
|
|
179
|
+
<path d="M211.891 290.979C210.634 286.89 206.968 284.164 203.302 282.066C200.474 280.598 197.437 279.235 194.295 279.655C191.153 280.074 188.116 282.696 188.325 285.841C188.534 289.092 191.886 291.294 195.028 291.713C198.17 292.133 201.417 291.399 204.664 291.504C207.911 291.608 210.948 292.447 212.31 295.383" fill="#D43594"/>
|
|
180
|
+
<path d="M209.901 277.035C208.539 272.946 204.978 269.695 200.789 268.647C199.532 268.332 198.275 268.227 197.123 268.856C195.552 269.695 195.133 271.897 195.761 273.47C196.39 275.148 197.961 276.301 199.636 276.826C201.312 277.35 203.093 277.455 204.873 277.56C206.654 277.664 208.434 277.664 210.11 278.294" fill="#D43594"/>
|
|
181
|
+
<path d="M182.879 245.157C181.936 244.213 181.203 243.269 180.889 241.906C180.784 241.487 180.679 241.067 180.889 240.753C181.203 240.333 181.831 240.124 182.355 240.333C182.879 240.543 183.298 240.858 183.612 241.277C185.183 242.955 186.754 245.576 187.906 247.568" fill="#D43594"/>
|
|
182
|
+
<path d="M199.322 184.864C199.322 184.864 199.322 184.969 199.217 185.179C199.113 185.389 199.008 185.598 198.799 186.018C198.589 186.332 198.38 186.752 198.17 187.276C197.961 187.8 197.751 188.429 197.437 189.059C196.913 190.422 196.285 192.099 195.761 194.092C195.237 196.084 194.714 198.391 194.504 201.012C193.876 206.15 193.876 212.442 194.923 219.362C195.971 226.178 197.961 233.518 200.37 241.173C202.778 248.828 205.292 255.958 207.073 262.669C208.853 269.38 210.005 275.461 210.843 280.704C211.576 285.842 211.995 290.142 212.205 293.078C212.309 294.546 212.309 295.699 212.414 296.433C212.414 296.852 212.414 297.062 212.414 297.272C212.414 297.482 212.414 297.586 212.414 297.586C212.414 297.586 212.414 297.482 212.414 297.272C212.414 297.062 212.414 296.748 212.309 296.433C212.205 295.594 212.205 294.546 212.1 293.078C211.891 290.142 211.472 285.947 210.634 280.809C209.796 275.671 208.644 269.485 206.758 262.878C204.978 256.168 202.464 249.037 200.055 241.383C197.646 233.728 195.656 226.388 194.609 219.467C193.562 212.652 193.562 206.255 194.295 201.117C194.609 198.496 195.133 196.189 195.656 194.197C196.18 192.204 196.809 190.527 197.332 189.163C197.646 188.534 197.856 187.905 198.065 187.381C198.275 186.857 198.484 186.437 198.694 186.123C198.903 185.808 199.008 185.493 199.113 185.389C199.217 184.969 199.322 184.864 199.322 184.864Z" fill="#263238"/>
|
|
183
|
+
<path d="M168.006 241.382C168.006 241.382 168.216 241.382 168.53 241.382C168.844 241.382 169.472 241.487 170.101 241.592C171.462 241.802 173.452 242.116 175.861 242.745C180.574 244.004 187.068 246.52 193.143 251.029C196.18 253.231 198.799 255.748 200.893 258.16C202.988 260.676 204.664 263.088 205.921 265.185C207.177 267.282 208.015 269.17 208.539 270.428C208.853 271.057 208.958 271.581 209.167 271.896C209.272 272.211 209.377 272.42 209.377 272.42C209.377 272.42 209.272 272.211 209.167 271.896C209.063 271.581 208.853 271.057 208.539 270.428C208.015 269.17 207.073 267.387 205.816 265.29C204.559 263.193 202.883 260.781 200.789 258.369C198.694 255.958 196.075 253.546 193.038 251.239C187.068 246.73 180.679 244.213 175.966 242.955C173.557 242.326 171.672 241.907 170.31 241.697C169.682 241.592 169.158 241.487 168.739 241.487C168.216 241.382 168.006 241.382 168.006 241.382Z" fill="#263238"/>
|
|
184
|
+
<path d="M211.367 227.856C211.367 227.961 210.634 228.38 209.377 229.219C208.12 230.058 206.549 231.316 204.873 232.889C203.197 234.462 201.941 236.035 200.998 237.188C200.055 238.342 199.532 239.076 199.532 239.076C199.532 239.076 199.636 238.866 199.846 238.447C200.055 238.132 200.37 237.608 200.788 236.979C201.626 235.72 202.988 234.147 204.664 232.575C206.339 231.002 208.015 229.743 209.272 229.009C209.9 228.59 210.424 228.275 210.843 228.171C211.053 227.961 211.367 227.856 211.367 227.856Z" fill="#263238"/>
|
|
185
|
+
<path d="M216.289 244.634C216.289 244.739 215.347 245.053 213.881 245.892C212.414 246.731 210.529 248.199 209.063 250.401C207.596 252.498 206.758 254.805 206.444 256.483C206.13 258.16 206.13 259.209 206.025 259.209C206.025 259.209 205.921 258.894 206.025 258.475C206.025 257.951 206.025 257.322 206.235 256.378C206.549 254.7 207.282 252.288 208.853 250.086C210.424 247.884 212.414 246.416 213.881 245.578C214.614 245.158 215.242 244.843 215.766 244.739C216.08 244.634 216.289 244.634 216.289 244.634Z" fill="#263238"/>
|
|
186
|
+
<path d="M218.279 260.363C218.279 260.468 217.442 260.888 216.289 261.936C215.137 262.985 213.671 264.453 212.414 266.55C211.157 268.542 210.529 270.639 210.11 272.107C209.796 273.575 209.691 274.624 209.586 274.624C209.586 274.624 209.586 274.414 209.586 273.89C209.586 273.471 209.691 272.841 209.796 272.002C210.11 270.43 210.738 268.332 211.995 266.34C213.252 264.243 214.823 262.67 216.08 261.726C216.708 261.202 217.232 260.888 217.651 260.678C218.07 260.468 218.279 260.363 218.279 260.363Z" fill="#263238"/>
|
|
187
|
+
<path d="M223.202 275.566C223.202 275.671 222.364 275.986 221.003 276.825C219.641 277.559 217.861 278.817 216.29 280.495C214.614 282.172 213.462 283.955 212.729 285.318C211.995 286.681 211.681 287.625 211.576 287.52C211.576 287.52 211.576 287.311 211.786 286.891C211.891 286.472 212.205 285.842 212.519 285.213C213.252 283.745 214.404 281.963 216.08 280.18C217.756 278.502 219.536 277.244 221.003 276.51C221.736 276.196 222.26 275.881 222.678 275.776C222.993 275.671 223.202 275.566 223.202 275.566Z" fill="#263238"/>
|
|
188
|
+
<path d="M199.532 271.686C199.532 271.686 200.265 271.581 201.417 271.686C202.569 271.791 204.14 272.315 205.711 273.154C207.282 274.097 208.434 275.251 209.167 276.195C209.901 277.138 210.11 277.872 210.11 277.872C210.005 277.872 209.691 277.243 208.958 276.404C208.225 275.566 207.073 274.412 205.606 273.468C204.14 272.629 202.569 272.105 201.417 271.895C200.265 271.791 199.532 271.791 199.532 271.686Z" fill="#263238"/>
|
|
189
|
+
<path d="M197.751 285.737C197.751 285.737 197.961 285.527 198.275 285.317C198.694 285.108 199.322 285.003 200.16 285.108C200.998 285.212 201.836 285.527 202.779 285.946C203.721 286.366 204.769 286.89 205.816 287.519C207.911 288.673 209.691 290.036 210.739 291.189C211.262 291.714 211.681 292.238 211.891 292.657C212.1 293.077 212.205 293.286 212.205 293.286C212.1 293.286 211.576 292.552 210.529 291.399C209.377 290.35 207.701 289.092 205.606 287.939C204.559 287.31 203.616 286.89 202.674 286.366C201.731 285.946 200.893 285.527 200.16 285.422C198.589 285.108 197.751 285.737 197.751 285.737Z" fill="#263238"/>
|
|
190
|
+
<path d="M200.16 258.371C200.16 258.476 197.227 258.686 193.98 260.363C190.734 261.936 188.848 264.243 188.744 264.138C188.744 264.138 189.163 263.509 190 262.67C190.838 261.831 192.2 260.783 193.771 259.944C195.447 259.105 197.018 258.686 198.17 258.476C199.427 258.371 200.16 258.371 200.16 258.371Z" fill="#263238"/>
|
|
191
|
+
<path d="M200.055 258.056C200.055 258.056 199.637 257.637 199.218 256.798C198.799 255.959 198.17 254.806 197.751 253.338C197.332 251.975 197.018 250.716 196.913 249.773C196.809 248.829 196.704 248.2 196.809 248.2C196.913 248.2 197.228 250.507 198.17 253.233C199.113 255.959 200.16 258.056 200.055 258.056Z" fill="#263238"/>
|
|
192
|
+
<path d="M198.903 237.607C198.799 237.712 196.599 236.349 193.562 235.51C190.524 234.671 187.906 234.776 187.906 234.671C187.906 234.671 188.534 234.566 189.582 234.566C190.629 234.566 192.096 234.776 193.667 235.195C195.238 235.614 196.599 236.244 197.542 236.663C198.38 237.187 198.903 237.607 198.903 237.607Z" fill="#263238"/>
|
|
193
|
+
<path d="M206.444 215.693C206.444 215.693 205.816 216.217 204.769 216.951C203.721 217.685 202.36 218.838 200.893 220.097C199.427 221.46 198.17 222.718 197.332 223.662C196.494 224.606 195.971 225.235 195.866 225.235C195.866 225.235 196.285 224.501 197.123 223.557C197.961 222.508 199.113 221.25 200.579 219.887C202.045 218.524 203.512 217.475 204.559 216.741C205.711 216.007 206.444 215.588 206.444 215.693Z" fill="#263238"/>
|
|
194
|
+
<path d="M195.866 223.871C195.866 223.871 195.133 223.452 194.085 222.928C193.038 222.299 191.467 221.565 189.686 220.935C187.906 220.306 186.23 219.887 184.973 219.677C183.716 219.467 182.983 219.363 182.983 219.258C182.983 219.258 183.821 219.153 185.078 219.363C186.335 219.572 188.011 219.887 189.896 220.516C191.676 221.145 193.247 221.984 194.4 222.613C195.237 223.347 195.866 223.871 195.866 223.871Z" fill="#263238"/>
|
|
195
|
+
<path d="M200.37 204.997C200.474 205.102 198.799 206.78 197.018 209.087C195.238 211.393 194.19 213.491 194.085 213.491C194.085 213.491 194.295 212.861 194.714 212.023C195.133 211.184 195.866 210.03 196.704 208.877C197.542 207.723 198.484 206.675 199.113 206.046C199.846 205.312 200.37 204.997 200.37 204.997Z" fill="#263238"/>
|
|
196
|
+
<path d="M193.876 208.876C193.771 208.876 193.562 208.352 192.933 207.513C192.41 206.674 191.467 205.626 190.315 204.577C189.163 203.529 188.116 202.585 187.278 201.956C186.44 201.327 186.021 200.907 186.021 200.802C186.021 200.802 186.544 201.117 187.382 201.641C188.22 202.27 189.372 203.109 190.524 204.158C191.677 205.206 192.514 206.36 193.038 207.303C193.667 208.247 193.876 208.771 193.876 208.876Z" fill="#263238"/>
|
|
197
|
+
<path d="M188.744 248.303C188.744 248.408 186.335 248.827 183.717 250.19C181.098 251.554 179.422 253.336 179.318 253.231C179.318 253.231 179.632 252.707 180.365 252.078C181.098 251.449 182.146 250.61 183.507 249.876C184.869 249.142 186.125 248.722 187.068 248.513C188.22 248.198 188.744 248.198 188.744 248.303Z" fill="#263238"/>
|
|
198
|
+
<path d="M172.51 242.326C172.51 242.431 170.101 242.536 167.273 243.375C164.445 244.109 162.246 245.157 162.246 245.052C162.246 245.052 162.769 244.633 163.607 244.214C164.445 243.794 165.702 243.27 167.168 242.955C168.635 242.536 169.996 242.326 170.939 242.326C171.881 242.326 172.51 242.326 172.51 242.326Z" fill="#263238"/>
|
|
199
|
+
<path d="M177.433 243.479C177.328 243.584 176.595 242.326 175.757 240.858C174.919 239.39 174.29 238.027 174.395 238.027C174.5 237.922 175.233 239.18 176.071 240.648C176.909 242.116 177.537 243.374 177.433 243.479Z" fill="#263238"/>
|
|
200
|
+
<g opacity="0.4">
|
|
201
|
+
<g opacity="0.4">
|
|
202
|
+
<path opacity="0.4" d="M182.879 245.157C181.936 244.213 181.203 243.269 180.889 241.906C180.784 241.487 180.679 241.067 180.889 240.753C181.203 240.333 181.831 240.124 182.355 240.333C182.879 240.543 183.298 240.858 183.612 241.277C185.183 242.955 186.754 245.576 187.906 247.568" fill="black"/>
|
|
203
|
+
</g>
|
|
204
|
+
</g>
|
|
205
|
+
<path d="M212.414 329.043C203.093 329.043 195.552 321.494 195.552 312.161V297.586H229.277V312.161C229.277 321.494 221.736 329.043 212.414 329.043Z" fill="#4D5A64"/>
|
|
206
|
+
<path d="M229.172 307.862C229.172 307.862 228.648 307.757 227.81 307.442C226.973 307.128 225.716 306.708 224.249 306.394C222.783 305.974 220.898 305.66 218.803 305.87C217.756 305.974 216.708 306.184 215.661 306.604C214.614 307.023 213.566 307.442 212.414 307.967C211.262 308.386 210.11 308.806 208.958 308.91C207.806 309.015 206.654 308.91 205.606 308.701C203.512 308.281 201.836 307.547 200.265 307.023C198.799 306.499 197.542 306.289 196.704 306.289C196.285 306.289 195.971 306.289 195.656 306.289C195.447 306.289 195.342 306.289 195.342 306.289C195.342 306.289 195.447 306.289 195.656 306.184C195.866 306.184 196.18 306.079 196.704 306.184C197.542 306.184 198.903 306.394 200.37 306.813C201.836 307.233 203.616 307.967 205.606 308.386C206.654 308.596 207.701 308.701 208.749 308.596C209.901 308.491 210.948 308.072 212.1 307.652C213.252 307.233 214.3 306.708 215.347 306.289C216.394 305.87 217.546 305.66 218.594 305.555C220.688 305.45 222.574 305.765 224.145 306.184C225.716 306.604 226.868 307.023 227.706 307.338C228.125 307.547 228.439 307.652 228.648 307.757C229.067 307.757 229.172 307.862 229.172 307.862Z" fill="#263238"/>
|
|
207
|
+
<path d="M229.172 305.767C229.172 305.767 228.648 305.662 227.81 305.347C226.972 305.033 225.716 304.613 224.249 304.299C222.783 303.879 220.898 303.565 218.803 303.774C217.756 303.879 216.708 304.089 215.661 304.508C214.614 304.928 213.566 305.347 212.414 305.872C211.262 306.291 210.11 306.71 208.958 306.815C207.806 306.92 206.654 306.815 205.606 306.606C203.512 306.186 201.836 305.452 200.265 304.928C198.798 304.403 197.542 304.194 196.704 304.194C196.285 304.194 195.971 304.194 195.656 304.194C195.447 304.194 195.342 304.194 195.342 304.194C195.342 304.194 195.447 304.194 195.656 304.089C195.866 304.089 196.18 303.984 196.704 304.089C197.542 304.089 198.903 304.299 200.369 304.718C201.836 305.138 203.616 305.872 205.606 306.291C206.654 306.501 207.701 306.606 208.748 306.501C209.9 306.396 210.948 305.976 212.1 305.557C213.252 305.138 214.299 304.613 215.347 304.194C216.394 303.774 217.546 303.565 218.594 303.46C220.688 303.355 222.574 303.669 224.145 304.089C225.716 304.508 226.868 304.928 227.706 305.242C228.125 305.452 228.439 305.557 228.648 305.662C229.067 305.767 229.172 305.767 229.172 305.767Z" fill="#263238"/>
|
|
208
|
+
</svg>
|